Home
last modified time | relevance | path

Searched refs:list (Results 1 – 25 of 88) sorted by last modified time

1234

/dokuwiki/vendor/geshi/geshi/
H A DTHANKS57 - Apt sources.list Milian Wolff
H A DBUGS2 BUGS - list of known bugs in GeSHi
/dokuwiki/lib/plugins/extension/
H A Dstyle.less70 list-style: none;
/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/exe/
H A Djs.php211 * Returns a list of possible Plugin Scripts (no existance check here)
219 $list = [];
222 $list[] = DOKU_PLUGIN . "$p/script.js";
224 return $list;
/dokuwiki/inc/lang/fy/
H A Dadmin.txt3 Hjirûnder kinst in list fyne fan beskikbare administratieve taken yn DokuWik
/dokuwiki/inc/lang/en/
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/
/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/hu/
H A Dbacklinks.txt
/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);
H A Dbasic.less151 ul { list-style: square outside; }
152 ol { list-style: decimal outside; }
153 ol ol { list-style-type: lower-alpha; }
154 ol ol ol { list-style-type: upper-roman; }
155 ol ol ol ol { list-style-type: upper-alpha; }
156 ol ol ol ol ol { list-style-type: lower-roman; }
H A Dprint.css38 list-style: disc outside;
41 list-style: decimal outside;
44 list-style-type: lower-alpha;
47 list-style-type: upper-roman;
50 list-style-type: upper-alpha;
53 list-style-type: lower-roman;
/dokuwiki/inc/lang/ro/
H A Dadmin.txt
H A Dbacklinks.txt
/dokuwiki/lib/plugins/usermanager/
H A Dcli.php26 // list
27 $options->registerCommand('list', 'List users');
28 $options->registerOption('verbose', 'Show detailed user information', 'v', false, 'list');
68 case 'list':
120 $list = $auth->retrieveUsers();
124 foreach ($list as $username => $user) {
/dokuwiki/lib/scripts/
H A Dedit.js62 * The given list can be an associative array with text,icon pairs
63 * or a simple list of text. Style the picker window through the picker
93 jQuery.each(props.list, function (key, item) {
94 if (!props.list.hasOwnProperty(key)) {
109 // a list of text -> treat as text picker
112 // a list of lists -> treat it as subtoolbar
113 initToolbar($picker,edid,props.list);
H A Dfileuploaderextended.js77 // if set, will be used instead of qq-upload-list in template
83 '<ul class="qq-upload-list"></ul>' +
90 // template for one item in file list
105 list: 'qq-upload-list',
115 // added to list item when upload completes
127 this._listElement = this._options.listElement || this._find(this._element, 'list');
143 list = this._listElement;
/dokuwiki/inc/lang/id/
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
H A Donceexisted.txt
H A Dpwconfirm.txt5 Jeśli to nie Ty prosiłeś(aś) o nowe hasło, zignoruj ten list.
/dokuwiki/lib/plugins/revert/lang/en/
H A Dintro.txt3 This page helps you with the automatic reversion of a spam attack. To find a list of spammy pages first enter a search string (eg. a spam URL), then confirm that the found pages are really spam and revert the edits.
/dokuwiki/lib/plugins/info/
H A Dsyntax.php121 * list all installed plugins
142 // list them
163 * list all installed plugins
291 $list = $EVENT_HANDLER->getEventHandlers();
292 ksort($list);
295 foreach ($list as $event => $handlers) {
/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/

1234