Home
last modified time | relevance | path

Searched refs:list (Results 51 – 75 of 88) sorted by relevance

1234

/dokuwiki/lib/tpl/dokuwiki/css/
H A D_recent.css6 /*____________ list of revisions / recent changes ____________*/
14 list-style: none;
H A D_media_popup.css88 list-style-type: none;
89 list-style-image: none;
133 /*____________ file list ____________*/
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 D_tabs.css28 list-style: none;
H A D_search.less77 list-style: none;
H A Dpagetools.less52 list-style: none;
H A Dcontent.less346 list-style-image: url(images/toc-bullet.png);
351 list-style: none;
/dokuwiki/lib/scripts/
H A Dmedia.js22 // File list options
23 view_opts: {list: false, sort: false}, property in dw_mediamanager.view_opts
48 .on('submit', '#mediamanager__done_form', dw_mediamanager.list);
68 $tree.on('click', 'a', dw_mediamanager.list);
78 // changing opened tab in the file list panel
81 .on('click', 'ul.tabs a', dw_mediamanager.list)
85 .on('submit', '#dw__mediasearch', dw_mediamanager.list)
95 .on('submit', '#mediamanager__btn_update', dw_mediamanager.list)
144 dw_mediamanager.list.call(jQuery('#dw__mediasearch')[0] || this, event);
310 * list th
[all...]
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;
H A Dfileuploader.js251 * Creates upload button, validates upload, but doesn't create file list or dd.
476 * Class that creates upload widget with drag-and-drop and file list
486 // if set, will be used instead of qq-upload-list in template
492 '<ul class="qq-upload-list"></ul>' +
495 // template for one item in file list
509 list: 'qq-upload-list',
516 // added to list item when upload completes
527 this._listElement = this._options.listElement || this._find(this._element, 'list');
639 // there can't be txt nodes in dynamically created list
[all...]
/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/vendor/simplepie/simplepie/
H A DLICENSE.txt7 * Redistributions of source code must retain the above copyright notice, this list of
10 * Redistributions in binary form must reproduce the above copyright notice, this list
/dokuwiki/vendor/kissifrot/php-ixr/
H A DLICENSE.txt10 this list of conditions and the following disclaimer.
12 notice, this list of conditions and the following disclaimer in the
/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/ca-valencia/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
/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/lib/plugins/acl/
H A Dstyle.css21 list-style-type: none;
28 list-style-image: none;
/dokuwiki/inc/lang/az/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
/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/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/vendor/geshi/geshi/src/
H A Dgeshi.php965 * the code in an ordered list.
1591 * @param bool $recompile Wether to automatically recompile the optimized regexp list or not.
1595 * it might be too expensive to recompile the regexp list for every removal if you want to
1659 * compile optimized regexp list for keyword group
3402 //NEW in 1.0.8, the cached regexp list
3533 // Highlight brackets. Yes, I've tried adding a semi-colon to this list.
3932 // Add in the line surrounded by appropriate list HTML
4556 * this functions creates an optimized regular expression list
4560 * <code>$list = array('faa', 'foo', 'foobar');
4563 * @param array $list arra
4569 optimize_regexp_list($list, $regexp_delimiter = '/') global() argument
[all...]
/dokuwiki/vendor/geshi/geshi/
H A DBUGS2 BUGS - list of known bugs in GeSHi
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md30 // To list the contents of an existing TAR archive, open() it and use
/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...]

1234