[ Index ] |
PHP Cross Reference of DokuWiki |
![]() | Up one level | |
![]() | Action/ | |
![]() | Cache/ | |
![]() | ChangeLog/ | |
![]() | Debug/ | |
![]() | Exception/ | |
![]() | Extension/ | |
![]() | File/ | |
![]() | Form/ | |
![]() | HTTP/ | |
![]() | Input/ | |
![]() | Menu/ | |
![]() | Parsing/ | |
![]() | Remote/ | |
![]() | Search/ | |
![]() | Sitemap/ | |
![]() | Subscriptions/ | |
![]() | Ui/ | |
![]() | Utf8/ | |
![]() | lang/ | |
![]() | parser/ | |
![]() | ActionRouter.php [source] [229 lines] | |
![]() | Ajax.php [source] [448 lines] | |
![]() | DifferenceEngine.php [source] [1568 lines] | |
![]() | Draft.php [source] [165 lines] | |
![]() | ErrorHandler.php [source] [205 lines] | |
![]() | FeedParser.php [source] [31 lines] | |
![]() | FeedParserFile.php [source] [62 lines] | |
![]() | Info.php [source] [54 lines] | |
![]() | JpegMeta.php [source] [3263 lines] | JPEG metadata reader/writer |
![]() | Logger.php [source] [228 lines] | |
![]() | Mailer.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. |
![]() | Manifest.php [source] [84 lines] | |
![]() | PassHash.php [source] [840 lines] | |
![]() | SafeFN.class.php [source] [158 lines] | |
![]() | StyleUtils.php [source] [194 lines] | |
![]() | TaskRunner.php [source] [241 lines] | |
![]() | actions.php [source] [67 lines] | DokuWiki Actions |
![]() | auth.php [source] [1287 lines] | Authentication library Including this file will automatically try to login a user by calling auth_login() |
![]() | cache.php [source] [57 lines] | |
![]() | changelog.php [source] [357 lines] | Changelog handling functions |
![]() | common.php [source] [1997 lines] | Common DokuWiki functions |
![]() | compatibility.php [source] [83 lines] | compatibility functions This file contains a few functions that might be missing from the PHP build |
![]() | config_cascade.php [source] [91 lines] | The default config cascade |
![]() | confutils.php [source] [474 lines] | Utilities for collecting data from config files |
![]() | defines.php [source] [80 lines] | Set up globally available constants |
![]() | deprecated.php [source] [722 lines] | These classes and functions are deprecated and will be removed in future releases |
![]() | farm.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/ |
![]() | fetch.functions.php [source] [200 lines] | Functions used by lib/exe/fetch.php (not included by other parts of dokuwiki) |
![]() | form.php [source] [1119 lines] | DokuWiki XHTML Form |
![]() | fulltext.php [source] [959 lines] | DokuWiki fulltextsearch functions using the index |
![]() | html.php [source] [1020 lines] | HTML output functions |
![]() | httputils.php [source] [343 lines] | Utilities for handling HTTP related tasks |
![]() | indexer.php [source] [369 lines] | Functions to create the fulltext search index |
![]() | infoutils.php [source] [551 lines] | Information and debugging functions |
![]() | init.php [source] [635 lines] | Initialize some defaults needed for DokuWiki |
![]() | io.php [source] [781 lines] | File IO functions |
![]() | legacy.php [source] [18 lines] | We map legacy class names to the new namespaced versions here |
![]() | load.php [source] [165 lines] | Load all internal libraries and setup class autoloader |
![]() | mail.php [source] [162 lines] | Mail functions |
![]() | media.php [source] [2156 lines] | All output and handler function needed for the media management popup |
![]() | pageutils.php [source] [768 lines] | Utilities for handling pagenames |
![]() | parserutils.php [source] [838 lines] | Utilities for accessing the parser |
![]() | pluginutils.php [source] [151 lines] | Utilities for handling plugins |
![]() | search.php [source] [573 lines] | DokuWiki search functions |
![]() | template.php [source] [1843 lines] | DokuWiki template functions |
![]() | toolbar.php [source] [281 lines] | Editing toolbar functions |
![]() | utf8.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 |