Home
last modified time | relevance | path

Searched refs:list (Results 51 – 75 of 88) sorted by last modified time

1234

/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 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/inc/lang/hu-formal/
H A Dadmin.txt
H A Dbacklinks.txt
/dokuwiki/inc/lang/sq/
H A Dstopwords.txt
/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 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;
H A Dpagetools.less52 list-style: none;
/dokuwiki/inc/lang/ca-valencia/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
/dokuwiki/inc/lang/ro/
H A Dnorev.txt
H A Dstopwords.txt
/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
H A DREADME.markdown115 For a complete list of contributors:
/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/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/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/vendor/geshi/geshi/
H A DCHANGELOG26 * bash: Update list of keywords (apjanke)
112 * Updated list of Debian and Ubuntu releases (BenBE)
114 * Updated list of commands on Bash language file (BenBE)
196 - Added '-' to list of RX chars that require explicit escaping (SF#3056454, BenBE)
209 * Updated keyword list for TeraTerm (Boris Maisuradze)
407 - Updated the list of common file extensions (BenBE)
462 * Added new Keyword group for APT sources.list highlighter (BenBE)
477 * APT sources.list (milian)
928 - Added "list" and "continue" PHP keywords

1234