Home
last modified time | relevance | path

Searched refs:dokuwiki (Results 151 – 175 of 390) sorted by last modified time

12345678910>>...16

/dokuwiki/inc/Parsing/ParserMode/
H A DHeader.php3 namespace dokuwiki\Parsing\ParserMode;
H A DTable.php3 namespace dokuwiki\Parsing\ParserMode;
H A DUnformatted.php3 namespace dokuwiki\Parsing\ParserMode;
/dokuwiki/
H A DREADME2 at https://www.dokuwiki.org/
5 https://www.dokuwiki.org/install
H A Ddoku.php12 use dokuwiki\ChangeLog\PageChangeLog;
13 use dokuwiki\Extension\Event;
H A Dfeed.php13 use dokuwiki\Feed\FeedCreator;
14 use dokuwiki\Feed\FeedCreatorOptions;
15 use dokuwiki\Cache\Cache;
16 use dokuwiki\ChangeLog\MediaChangeLog;
17 use dokuwiki\ChangeLog\PageChangeLog;
18 use dokuwiki\Extension\AuthPlugin;
19 use dokuwiki\Extension\Event;
/dokuwiki/inc/
H A DPassHash.php5 namespace dokuwiki;
4 namespace dokuwiki; global() namespace
/dokuwiki/inc/Remote/
H A DApi.php3 namespace dokuwiki\Remote;
5 use dokuwiki\Extension\RemotePlugin;
6 use dokuwiki\Logger;
7 use dokuwiki\test\Remote\Mock\ApiCore as MockApiCore;
14 * These are always available and provided by dokuwiki.
32 * core methods begin by a 'dokuwiki' or 'wiki' followed by a . and the method name itself.
33 * i.e.: dokuwiki.version or wiki.getPage
40 /** @var ApiCall[] core methods provided by dokuwiki */
43 /** @var ApiCall[] remote methods provided by dokuwiki plugins */
89 Logger::error("Remote Plugin $pluginName does not implement dokuwiki\Extensio
[all...]
H A DApiCore.php3 namespace dokuwiki\Remote;
6 use dokuwiki\ChangeLog\PageChangeLog;
7 use dokuwiki\Extension\AuthPlugin;
8 use dokuwiki\Extension\Event;
9 use dokuwiki\Remote\Response\Link;
10 use dokuwiki\Remote\Response\Media;
11 use dokuwiki\Remote\Response\MediaChange;
12 use dokuwiki\Remote\Response\Page;
13 use dokuwiki\Remote\Response\PageChange;
14 use dokuwiki\Remot
[all...]
H A DRemoteException.php3 namespace dokuwiki\Remote;
/dokuwiki/bin/
H A Ddwpage.php6 use dokuwiki\Utf8\PhpString;
H A Dwantedpages.php4 use dokuwiki\Utf8\Sort;
5 use dokuwiki\File\PageResolver;
/dokuwiki/inc/Sitemap/
H A DItem.php3 namespace dokuwiki\Sitemap;
/dokuwiki/conf/
H A Dlocal.php.dist4 * Simply copy the options you want to change from dokuwiki.php
/dokuwiki/inc/Subscriptions/
H A DRegistrationSubscriptionSender.php3 namespace dokuwiki\Subscriptions;
H A DSubscriberManager.php3 namespace dokuwiki\Subscriptions;
5 use dokuwiki\Extension\AuthPlugin;
6 use dokuwiki\Input\Input;
H A DSubscriberRegexBuilder.php3 namespace dokuwiki\Subscriptions;
/dokuwiki/inc/Ui/
H A DBacklinks.php3 namespace dokuwiki\Ui;
8 * @package dokuwiki\Ui
H A DMediaDiff.php3 namespace dokuwiki\Ui;
5 use dokuwiki\ChangeLog\MediaChangeLog;
6 use dokuwiki\ChangeLog\RevisionInfo;
7 use dokuwiki\Form\Form;
14 * @package dokuwiki\Ui
41 $this->preference['fromAjax'] = false; // see dokuwiki\Ajax::callMediadiff()
H A DMediaRevisions.php3 namespace dokuwiki\Ui;
5 use dokuwiki\ChangeLog\MediaChangeLog;
6 use dokuwiki\ChangeLog\RevisionInfo;
7 use dokuwiki\Form\Form;
13 * @package dokuwiki\Ui
H A DPageDiff.php3 namespace dokuwiki\Ui;
5 use dokuwiki\ChangeLog\PageChangeLog;
6 use dokuwiki\ChangeLog\RevisionInfo;
7 use dokuwiki\Form\Form;
16 * @package dokuwiki\Ui
H A DPageDraft.php3 namespace dokuwiki\Ui;
5 use dokuwiki\Draft;
6 use dokuwiki\Form\Form;
11 * @package dokuwiki\Ui
/dokuwiki/inc/Ui/Media/
H A DDisplayTile.php3 namespace dokuwiki\Ui\Media;
5 use dokuwiki\File\MediaFile;
/dokuwiki/data/pages/wiki/
H A Ddokuwiki.txt3 [[doku>wiki:dokuwiki|{{wiki:dokuwiki-128.png }}]] DokuWiki is a simple to use and highly versatile Open Source [[wp>wiki]] software that doesn't require a database. It is loved by users for its clean and readable [[wiki:syntax]]. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in [[doku>acl|access controls]] and [[doku>auth|authentication connectors]] make DokuWiki especially useful in the enterprise context and the large number of [[doku>plugins]] contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.
9 DokuWiki is available at https://download.dokuwiki.org/
14 All documentation and additional information besides the [[syntax|syntax description]] is maintained in the DokuWiki at [[doku>|www.dokuwiki.org]].
27 * [[https://download.dokuwiki.org/|Download DokuWiki]] :!:
50 * [[https://forum.dokuwiki.org|Check out the user forum]]
52 * [[https://github.com/splitbrain/dokuwiki/issues|Submit bugs and feature wishes]]
58 2004-2020 (c) Andreas Gohr <andi@splitbrain.org>((Please do not contact me for help and support -- use the [[doku>mailinglist]] or [[https://forum.dokuwiki.org|forum]] instead)) and the DokuWiki Community
H A Dsyntax.txt99 [[http://php.net|{{wiki:dokuwiki-128.png}}]]
101 [[http://php.net|{{wiki:dokuwiki-128.png}}]]
133 Real size: {{wiki:dokuwiki-128.png}}
135 Resize to given width: {{wiki:dokuwiki-128.png?50}}
137 Resize to given width and height((when the aspect ratio of the given width and height doesn't match that of the image, it will be cropped to the new ratio before resizing)): {{wiki:dokuwiki-128.png?200x50}}
141 Real size: {{wiki:dokuwiki-128.png}}
142 Resize to given width: {{wiki:dokuwiki-128.png?50}}
143 Resize to given width and height: {{wiki:dokuwiki-128.png?200x50}}
149 {{ wiki:dokuwiki-128.png}}
151 {{wiki:dokuwiki
[all...]

12345678910>>...16