[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/inc/

FolderUp one level  
FolderAction/
 
FolderCache/
 
FolderChangeLog/
 
FolderDebug/
 
FolderException/
 
FolderExtension/
 
FolderFeed/
 
FolderFile/
 
FolderForm/
 
FolderHTTP/
 
FolderInput/
 
FolderMenu/
 
FolderParsing/
 
FolderRemote/
 
FolderSearch/
 
FolderSitemap/
 
FolderSubscriptions/
 
FolderUi/
 
FolderUtf8/
 
Folderlang/
 
Folderparser/
 
FileActionRouter.php     [source] [235 lines]   
FileAjax.php             [source] [447 lines]   
FileDifferenceEngine.php [source] [1568 lines]  
FileDraft.php            [source] [168 lines]   
FileErrorHandler.php     [source] [205 lines]   
FileFeedParser.php       [source] [32 lines]    
FileFeedParserFile.php   [source] [58 lines]    
FileInfo.php             [source] [52 lines]    
FileJWT.php              [source] [184 lines]   
FileJpegMeta.php         [source] [3266 lines]  JPEG metadata reader/writer
FileLogger.php           [source] [235 lines]   
FileMailer.class.php     [source] [797 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] [83 lines]    
FilePassHash.php         [source] [867 lines]   
FileSafeFN.class.php     [source] [169 lines]   
FileStyleUtils.php       [source] [193 lines]   
FileTaskRunner.php       [source] [248 lines]   
Fileactions.php          [source] [72 lines]    DokuWiki Actions
Fileauth.php             [source] [1401 lines]  Authentication library Including this file will automatically try to login a user by calling auth_login()
Filecache.php            [source] [58 lines]    
Filechangelog.php        [source] [372 lines]   Changelog handling functions
Filecommon.php           [source] [2038 lines]  Common DokuWiki functions
Filecompatibility.php    [source] [145 lines]   compatibility functions This file contains a few functions that might be missing from the PHP build
Fileconfig_cascade.php   [source] [89 lines]    The default config cascade
Fileconfutils.php        [source] [502 lines]   Utilities for collecting data from config files
Filedefines.php          [source] [80 lines]    Set up globally available constants
Filedeprecated.php       [source] [740 lines]   These classes and functions are deprecated and will be removed in future releases Note: when adding to this file, please also add appropriate actions to _test/rector.php
Filefarm.php             [source] [158 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] [208 lines]   Functions used by lib/exe/fetch.php (not included by other parts of dokuwiki)
Fileform.php             [source] [1147 lines]  DokuWiki XHTML Form
Filefulltext.php         [source] [1000 lines]  DokuWiki fulltextsearch functions using the index
Filehtml.php             [source] [1069 lines]  HTML output functions
Filehttputils.php        [source] [349 lines]   Utilities for handling HTTP related tasks
Fileindexer.php          [source] [382 lines]   Functions to create the fulltext search index
Fileinfoutils.php        [source] [592 lines]   Information and debugging functions
Fileinit.php             [source] [663 lines]   Initialize some defaults needed for DokuWiki
Fileio.php               [source] [834 lines]   File IO functions
Filelegacy.php           [source] [21 lines]    We map legacy class names to the new namespaced versions here
Fileload.php             [source] [283 lines]   Load all internal libraries and setup class autoloader
Filemail.php             [source] [168 lines]   Mail functions
Filemedia.php            [source] [2239 lines]  All output and handler function needed for the media management popup
Filepageutils.php        [source] [771 lines]   Utilities for handling pagenames
Fileparserutils.php      [source] [829 lines]   Utilities for accessing the parser
Filepluginutils.php      [source] [152 lines]   Utilities for handling plugins
Filesearch.php           [source] [588 lines]   DokuWiki search functions
Filetemplate.php         [source] [1932 lines]  DokuWiki template functions
Filetoolbar.php          [source] [282 lines]   Editing toolbar functions
Fileutf8.php             [source] [285 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