Home
last modified time | relevance | path

Searched refs:list (Results 1 – 25 of 88) sorted by path

1234

/dokuwiki/bin/
H A Dplugin.php26 $options->registerArgument('plugin', 'The plugin CLI you want to run. Leave off to see list', false);
68 $list = $plugin_controller->getList('cli');
69 sort($list);
70 if ($list === []) {
75 foreach ($list as $name) {
/dokuwiki/conf/
H A Dmysql.conf.php.example110 * Important is that this list contains no double entries for a user. Each
/dokuwiki/data/
H A Ddeleted.files1 # This is a list of files that were present in previous DokuWiki releases
608 lib/images/list-minus.gif
609 lib/images/list-plus.gif
929 lib/images/toolbar/list.png
/dokuwiki/data/pages/wiki/
H A Ddokuwiki.txt18 * [[doku>features|A feature list]] :!:
49 * [[doku>mailinglist|Join the mailing list]]
H A Dsyntax.txt198 Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two spaces and use a ''*'' for unordered lists or a ''-'' for ordered ones.
200 * This is a list
205 - The same list but ordered
211 * This is a list
216 - The same list but ordered
222 Also take a look at the [[doku>faq:lists|FAQ on list items]].
/dokuwiki/inc/Parsing/Handler/
H A DLists.php55 // array(list type, current depth, index of current listitem_open)
58 $this->listCalls[] = ['list' . $listType . '_open', [], $call[2]];
68 while ($list = array_pop($this->listStack)) {
74 $this->listCalls[] = ['list' . $list[0] . '_close', [], $call[2]];
90 // Just another item in the list...
97 // new list item, update list stack's index into current listitem_open
100 // Switched list type...
104 $this->listCalls[] = ['list'
[all...]
/dokuwiki/inc/Remote/
H A DApiCore.php244 * @return Page[] A list of matching pages
287 * @return Page[] A list of all pages
292 $list = [];
305 $list[] = $page;
308 return $list;
322 * @return PageHit[] A list of matching pages
353 * Returns a list of recent changes to wiki pages. The results can be limited to changes newer than
464 * Returns a list of available revisions of a given wiki page
510 * This returns a list of links found in the given page. This includes internal, external and interwiki links
517 * @return Link[] A list o
[all...]
/dokuwiki/inc/lang/ar/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
/dokuwiki/inc/lang/az/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
/dokuwiki/inc/lang/ca-valencia/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
/dokuwiki/inc/lang/cy/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
/dokuwiki/inc/lang/da/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
/dokuwiki/inc/lang/de-informal/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
/dokuwiki/inc/lang/el/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
4 # This list is provided by Fotis Lazarinis based on his research found at: http://lazarinf.teimes.gr/papers/J8.pdf
/dokuwiki/inc/lang/en/
H A Dadmin.txt3 Below you can find a list of administrative tasks available in DokuWiki.
H A Dbacklinks.txt3 This is a list of pages that seem to link back to the current page.
H A Dnorev.txt3 The specified revision doesn't exist. Click on "Old revisions" for a list of old revisions of this document.
H A Donceexisted.txt3 You've followed a link to a page that no longer exists. You can check the list of **Old revisions** to see when and why it was deleted, access old revisions or restore it.
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
/dokuwiki/inc/lang/et/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
/dokuwiki/inc/lang/eu/
H A Dstopwords.txt4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
/dokuwiki/inc/lang/fa/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
/dokuwiki/inc/lang/fo/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
/dokuwiki/inc/lang/fy/
H A Dadmin.txt3 Hjirûnder kinst in list fyne fan beskikbare administratieve taken yn DokuWik
/dokuwiki/inc/lang/hu-formal/
H A Dadmin.txt

1234