Home
last modified time | relevance | path

Searched refs:list (Results 26 – 50 of 88) sorted by last modified time

1234

/dokuwiki/inc/lang/en/
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 Dbacklinks.txt3 This is a list of pages that seem to link back to the current page.
/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/lib/plugins/extension/
H A Daction.php84 /** @var helper_plugin_extension_list $list */
85 $list = plugin_load('helper', 'extension_list');
87 echo $list->makeInfo($extension);
H A Dcli.php39 // list
40 $options->registerCommand('list', 'List installed extensions');
41 $options->registerOption('verbose', 'Show detailed extension information', 'v', false, 'list');
42 $options->registerOption('filter', 'Filter by this status', 'f', 'status', 'list');
79 case 'list':
121 $list = $this->getInstalledExtensions();
124 foreach ($list as $extname) {
292 $list = $this->getInstalledExtensions();
293 $this->listExtensions($list, $showdetails, $filter);
311 $list
320 listExtensions($list, $details, $filter = '') global() argument
[all...]
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css30 list-style: none;
113 list-style: none;
126 list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
842 list-style: none;
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php33 /** @var array list of temporary directories */
575 * Get a list of all DokuWiki versions this extension is compatible with
650 * @return array The list of installed extensions
682 * @return array The list of installed extensions
698 * @return array The list of installed extensions
827 * @param array $installed Optional list of installed plugins
1002 * @return array list of installed extensions
1112 * the 'old' list.
1306 $list = file($definitionfile);
1308 foreach ($list a
[all...]
H A Dgui.php46 /* @var helper_plugin_extension_list $list */
47 $list = $this->loadHelper('extension_list');
53 $list->startForm();
56 $list->addRow($extension, $extension->getID() == $this->infoFor);
58 $list->endForm();
59 $form->addHTML($list->render(true));
79 /* @var helper_plugin_extension_list $list */
80 $list = $this->loadHelper('extension_list');
86 $list->startForm();
89 $list
[all...]
/dokuwiki/inc/lang/eu/
H A Dstopwords.txt4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
/dokuwiki/lib/plugins/usermanager/lang/hu/
H A Dlist.txt
/dokuwiki/lib/plugins/revert/lang/sq/
H A Dintro.txt
/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/vendor/marcusschwarz/lesserphp/
H A DLICENSE
H A Dlessc.inc.php
/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/vendor/splitbrain/php-archive/
H A DREADME.md30 // To list the contents of an existing TAR archive, open() it and use
/dokuwiki/conf/
H A Dmysql.conf.php.example110 * Important is that this list contains no double entries for a user. Each
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DLICENSE10 list of conditions and the following disclaimer.
13 this list of conditions and the following disclaimer in the documentation
/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/lang/nl/
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/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/sq/
H A Dadmin.txt
H A Dnorev.txt

1234