Home
last modified time | relevance | path

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

1234

/dokuwiki/lib/plugins/popularity/
H A Dhelper.php108 * Initialize an empty list to be used in file traversing
115 return $list = array_fill_keys([
155 $list = $this->initEmptySearchList();
156 search($list, $conf['datadir'], [$this, 'searchCountCallback'], ['all' => false], '');
157 $data['page_count'] = $list['file_count'];
158 $data['page_size'] = $list['file_size'];
159 $data['page_biggest'] = $list['file_max'];
160 $data['page_smallest'] = $list['file_min'];
161 $data['page_nscount'] = $list['dir_count'];
162 $data['page_nsnest'] = $list['dir_nes
[all...]
/dokuwiki/lib/plugins/extension/helper/
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/lib/plugins/config/core/Setting/
H A DSettingDirchoice.php16 // populate $this->_choices with a list of directories
17 $list = [];
25 if (is_dir($file)) $list[] = $entry;
29 sort($list);
30 $this->choices = $list;
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_toc.css37 /*____________ toc list ____________*/
47 list-style: none;
67 /* in case of toc list jumping one level
83 list-style-image: url(../../images/bullet.png);
86 list-style-image: url(../../images/open.png);
89 list-style-image: url(../../images/closed.png);
92 list-style-image: url(../../images/closed-rtl.png);
/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/lib/plugins/usermanager/lang/hu/
H A Dlist.txt
/dokuwiki/inc/lang/hu-formal/
H A Dbacklinks.txt
H A Dadmin.txt
/dokuwiki/inc/lang/fy/
H A Dadmin.txt3 Hjirûnder kinst in list fyne fan beskikbare administratieve taken yn DokuWik
/dokuwiki/inc/lang/sq/
H A Dadmin.txt
H A Dbacklinks.txt
/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.
/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/lib/plugins/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...]
H A Daction.php84 /** @var helper_plugin_extension_list $list */
85 $list = plugin_load('helper', 'extension_list');
87 echo $list->makeInfo($extension);
/dokuwiki/inc/lang/hu/
H A Dbacklinks.txt
/dokuwiki/inc/lang/ro/
H A Dadmin.txt
H A Dbacklinks.txt
H A Dnorev.txt
/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/pl/
H A Dnorev.txt
/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/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/

1234