Home
last modified time | relevance | path

Searched refs:dokuwiki (Results 351 – 375 of 390) sorted by relevance

1...<<111213141516

/dokuwiki/inc/parser/
H A Dxhtml.php3 use dokuwiki\ChangeLog\MediaChangeLog;
4 use dokuwiki\File\MediaResolver;
5 use dokuwiki\File\PageResolver;
6 use dokuwiki\Utf8\PhpString;
H A Drenderer.php10 use dokuwiki\Extension\Plugin;
11 use dokuwiki\Extension\SyntaxPlugin;
22 * Inherits from dokuwiki\Extension\Plugin for giving additional functions to render plugins
/dokuwiki/inc/
H A Dconfutils.php16 use dokuwiki\Extension\AuthPlugin;
17 use dokuwiki\Extension\Event;
H A Dio.php10 use dokuwiki\Utf8\PhpString;
11 use dokuwiki\HTTP\DokuHTTPClient;
12 use dokuwiki\Extension\Event;
/dokuwiki/inc/Form/
H A DForm.php3 namespace dokuwiki\Form;
5 use dokuwiki\Extension\Event;
12 * @package dokuwiki\Form
172 if (is_a($element, '\dokuwiki\Form\Form')) throw new \InvalidArgumentException(
191 if (is_a($element, '\dokuwiki\Form\Form')) throw new \InvalidArgumentException(
341 if (is_a($for, '\dokuwiki\Form\Element')) {
/dokuwiki/inc/Parsing/Handler/
H A DBlock.php3 namespace dokuwiki\Parsing\Handler;
H A DLists.php3 namespace dokuwiki\Parsing\Handler;
/dokuwiki/lib/plugins/authplain/
H A Dauth.php3 use dokuwiki\Extension\AuthPlugin;
4 use dokuwiki\Logger;
5 use dokuwiki\Utf8\Sort;
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingMulticheckbox.php3 namespace dokuwiki\plugin\config\core\Setting;
/dokuwiki/lib/plugins/extension/helper/
H A Dgui.php10 use dokuwiki\Extension\Plugin;
11 use dokuwiki\Form\Form;
H A Dextension.php10 use dokuwiki\Extension\Plugin;
11 use dokuwiki\Extension\PluginInterface;
12 use dokuwiki\Utf8\PhpString;
16 use dokuwiki\HTTP\DokuHTTPClient;
17 use dokuwiki\Extension\PluginController;
152 'template:dokuwiki'
322 * Get the URL of the extension, usually a page on dokuwiki.org
329 return 'https://www.dokuwiki.org/' .
777 // expire dokuwiki caches
/dokuwiki/inc/Extension/
H A DPluginTrait.php3 namespace dokuwiki\Extension;
5 use dokuwiki\Logger;
40 'url' => 'https://www.dokuwiki.org/plugins/' . $ext,
/dokuwiki/data/pages/wiki/
H A Dwelcome.txt28 The [[https://forum.dokuwiki.org|DokuWiki User Forum]] is an excellent way to get in contact with other DokuWiki users and is just one of the many ways to get [[doku>faq:support|support]].
/dokuwiki/inc/Input/
H A DInput.php3 namespace dokuwiki\Input;
31 * Intilizes the dokuwiki\Input\Input class and it subcomponents
/dokuwiki/inc/Search/
H A DIndexer.php3 namespace dokuwiki\Search;
5 use dokuwiki\Utf8\Asian;
6 use dokuwiki\Utf8\Clean;
7 use dokuwiki\Utf8\PhpString;
8 use dokuwiki\Extension\Event;
/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php11 namespace dokuwiki\Parsing\Lexer;
/dokuwiki/bin/
H A Ddwpage.php6 use dokuwiki\Utf8\PhpString;
/dokuwiki/inc/Utf8/
H A DPhpString.php3 namespace dokuwiki\Utf8;
255 * @see \dokuwiki\Utf8\PhpString::strtoupper()
279 * @see \dokuwiki\Utf8\PhpString::strtoupper()
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dpagetools.less17 .dokuwiki div.page {
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPContacts.php41 use dokuwiki\Utf8\Sort;
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini54 ;------ guaranteed dokuwiki color placeholders that every plugin can use
/dokuwiki/lib/plugins/usermanager/
H A Dcli.php3 use dokuwiki\Extension\CLIPlugin;
4 use dokuwiki\Extension\AuthPlugin;
/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php3 namespace dokuwiki\ChangeLog;
H A DChangeLog.php3 namespace dokuwiki\ChangeLog;
5 use dokuwiki\Logger;
/dokuwiki/lib/plugins/authldap/
H A Dauth.php3 use dokuwiki\Extension\AuthPlugin;
4 use dokuwiki\PassHash;
5 use dokuwiki\Utf8\Sort;
402 * @author Dominik Eckelmann <dokuwiki@cosmocode.de>

1...<<111213141516