Home
last modified time | relevance | path

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

1234

/dokuwiki/lib/plugins/extension/
H A Dstyle.less70 list-style: none;
/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/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/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/revert/lang/ro/
H A Dintro.txt
/dokuwiki/lib/plugins/revert/lang/sq/
H A Dintro.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/plugins/usermanager/lang/hu/
H A Dlist.txt
/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 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...]
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 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...]
/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/tpl/dokuwiki/css/
H A D_admin.less7 list-style-type: none;
20 list-style-type: none;
H A D_fileuploader.css58 /* list of files to upload */
63 list-style: none;
H A D_media_fullscreen.css155 list-style: none;
178 /*____________ file list panel ____________*/
180 /* file list header */
190 list-style: none;
211 background: url('../../images/icon-list.png') 3px 1px no-repeat;
230 /* file list content */
252 /* file list as thumbs */
302 /* file list as rows */
305 list-style: none;
383 list
[all...]
H A D_media_popup.css88 list-style-type: none;
89 list-style-image: none;
133 /*____________ file list ____________*/
H A D_recent.css6 /*____________ list of revisions / recent changes ____________*/
14 list-style: none;
H A D_search.less77 list-style: none;
H A D_tabs.css28 list-style: none;
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 Dcontent.less346 list-style-image: url(images/toc-bullet.png);
351 list-style: none;
H A Ddesign.less98 list-style: none;
H A Dmobile.less181 list-style: none;

1234