[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/inc/

FolderUp one level  
FolderAction/
 
FolderCache/
 
FolderChangeLog/
 
FolderDebug/
 
FolderException/
 
FolderExtension/
 
FolderFile/
 
FolderForm/
 
FolderHTTP/
 
FolderInput/
 
FolderMenu/
 
FolderParsing/
 
FolderRemote/
 
FolderSearch/
 
FolderSitemap/
 
FolderSubscriptions/
 
FolderUi/
 
FolderUtf8/
 
Folderlang/
 
Folderparser/
 
FileActionRouter.php     [source] [229 lines]   
FileAjax.php             [source] [448 lines]   
FileDifferenceEngine.php [source] [1568 lines]  
FileDraft.php            [source] [165 lines]   
FileErrorHandler.php     [source] [205 lines]   
FileFeedParser.php       [source] [31 lines]    
FileFeedParserFile.php   [source] [62 lines]    
FileInfo.php             [source] [54 lines]    
FileJpegMeta.php         [source] [3263 lines]  JPEG metadata reader/writer
FileLogger.php           [source] [228 lines]   
FileMailer.class.php     [source] [775 lines]   A class to build and send multi part mails (with HTML content and embedded attachments). All mails are assumed to be in UTF-8 encoding. Attachments are handled in memory so this shouldn't be used to send huge files, but then again mail shouldn't be used to send huge files either.
FileManifest.php         [source] [84 lines]    
FilePassHash.php         [source] [840 lines]   
FileSafeFN.class.php     [source] [158 lines]   
FileStyleUtils.php       [source] [194 lines]   
FileTaskRunner.php       [source] [241 lines]   
Fileactions.php          [source] [67 lines]    DokuWiki Actions
Fileauth.php             [source] [1287 lines]  Authentication library Including this file will automatically try to login a user by calling auth_login()
Filecache.php            [source] [57 lines]    
Filechangelog.php        [source] [357 lines]   Changelog handling functions
Filecommon.php           [source] [1997 lines]  Common DokuWiki functions
Filecompatibility.php    [source] [83 lines]    compatibility functions This file contains a few functions that might be missing from the PHP build
Fileconfig_cascade.php   [source] [91 lines]    The default config cascade
Fileconfutils.php        [source] [474 lines]   Utilities for collecting data from config files
Filedefines.php          [source] [80 lines]    Set up globally available constants
Filedeprecated.php       [source] [722 lines]   These classes and functions are deprecated and will be removed in future releases
Filefarm.php             [source] [159 lines]   This overwrites DOKU_CONF. Each animal gets its own configuration and data directory. This can be used together with preload.php. See preload.php.dist for an example setup. For more information see http://www.dokuwiki.org/farms. The farm directory (constant DOKU_FARMDIR) can be any directory and needs to be set. Animals are direct subdirectories of the farm directory. There are two different approaches: * An .htaccess based setup can use any animal directory name: http://example.org//subdir/ will need the subdirectory '$farm/subdir/'. * A virtual host based setup needs animal directory names which have to reflect the domain name: If an animal resides in http://www.example.org:8080/mysite/test/, directories that will match range from '$farm/8080.www.example.org.mysite.test/' to a simple '$farm/domain/'.
Filefetch.functions.php  [source] [200 lines]   Functions used by lib/exe/fetch.php (not included by other parts of dokuwiki)
Fileform.php             [source] [1119 lines]  DokuWiki XHTML Form
Filefulltext.php         [source] [959 lines]   DokuWiki fulltextsearch functions using the index
Filehtml.php             [source] [1020 lines]  HTML output functions
Filehttputils.php        [source] [343 lines]   Utilities for handling HTTP related tasks
Fileindexer.php          [source] [369 lines]   Functions to create the fulltext search index
Fileinfoutils.php        [source] [551 lines]   Information and debugging functions
Fileinit.php             [source] [635 lines]   Initialize some defaults needed for DokuWiki
Fileio.php               [source] [781 lines]   File IO functions
Filelegacy.php           [source] [18 lines]    We map legacy class names to the new namespaced versions here
Fileload.php             [source] [165 lines]   Load all internal libraries and setup class autoloader
Filemail.php             [source] [162 lines]   Mail functions
Filemedia.php            [source] [2156 lines]  All output and handler function needed for the media management popup
Filepageutils.php        [source] [768 lines]   Utilities for handling pagenames
Fileparserutils.php      [source] [838 lines]   Utilities for accessing the parser
Filepluginutils.php      [source] [151 lines]   Utilities for handling plugins
Filesearch.php           [source] [573 lines]   DokuWiki search functions
Filetemplate.php         [source] [1843 lines]  DokuWiki template functions
Filetoolbar.php          [source] [281 lines]   Editing toolbar functions
Fileutf8.php             [source] [284 lines]   UTF8 helper functions This file now only intitializes the UTF-8 capability detection and defines helper functions if needed. All actual code is in the \dokuwiki\Utf8 classes