Home
last modified time | relevance | path

Searched refs:list (Results 26 – 50 of 88) sorted by relevance

1234

/dokuwiki/lib/tpl/dokuwiki/css/
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;
H A D_admin.less7 list-style-type: none;
20 list-style-type: 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_fileuploader.css58 /* list of files to upload */
63 list-style: none;
/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/nl/
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/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/
H A Donceexisted.txt3 You've followed a link to a page that no longer exists. You can check the list of **Old revisions** to see when and why it was deleted, access old revisions or restore it.
/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/ro/
H A Dstopwords.txt
/dokuwiki/inc/lang/sq/
H A Dnorev.txt
H A Dstopwords.txt
/dokuwiki/inc/lang/hu/
H A Dnorev.txt
/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/inc/lang/pl/
H A Dpwconfirm.txt5 Jeśli to nie Ty prosiłeś(aś) o nowe hasło, zignoruj ten list.
H A Donceexisted.txt
/dokuwiki/lib/plugins/revert/lang/sq/
H A Dintro.txt
/dokuwiki/inc/lang/da/
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/lib/plugins/revert/lang/ro/
H A Dintro.txt
/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/
/dokuwiki/inc/lang/de-informal/
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/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);
/dokuwiki/lib/exe/
H A Dcss.php277 // and build a list of variable: value; pairs
290 // now prepend the list of LESS variables as the very first thing
537 * Returns a list of possible Plugin Styles (no existance check here)
546 $list = [];
549 $list[DOKU_PLUGIN . "$p/$mediatype.css"] = DOKU_BASE . "lib/plugins/$p/";
550 $list[DOKU_PLUGIN . "$p/$mediatype.less"] = DOKU_BASE . "lib/plugins/$p/";
553 $list[DOKU_PLUGIN . "$p/style.css"] = DOKU_BASE . "lib/plugins/$p/";
554 $list[DOKU_PLUGIN . "$p/style.less"] = DOKU_BASE . "lib/plugins/$p/";
557 return $list;
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/eu/
H A Dstopwords.txt4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/

1234