Home
last modified time | relevance | path

Searched +full:index -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 76 – 100 of 141) sorted by last modified time

123456

/dokuwiki/data/pages/wiki/
H A Dsyntax.txt458 {{rss>http://slashdot.org/index.rss 5 author date 1h }}
460 {{rss>http://slashdot.org/index.rss 5 author date 1h }}
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dpowerbuilder.php158 'idle!', 'importdatawindow!', 'indent!', 'index!',
H A Dprogress.php128 'ADD-HEADER-ENTRY','ADD-INDEX-FIELD','ADD-LAST','ADD-LIKE-COLUMN',
129 'ADD-LIKE-FIELD','ADD-LIKE-INDEX','ADD-NEW-FIELD','ADD-NEW-INDEX',
157 'GET-GREEN-VALUE','GET-HEADER-ENTRY','GET-INDEX-BY-NAMESPACE-NAME','GET-INDEX-BY-QNAME',
158 'GET-ITERATION','GET-LAST','GET-LOCALNAME-BY-INDEX','GET-MESSAGE',
160 'GET-PREV','GET-PRINTERS','GET-property','GET-QNAME-BY-INDEX',
164 'GET-TEXT-WIDTH-CHARS','GET-TEXT-WIDTH-PIXELS','GET-TOP-BUFFER','GET-TYPE-BY-INDEX',
165 'GET-TYPE-BY-NAMESPACE-NAME','GET-TYPE-BY-QNAME','GET-URI-BY-INDEX','GET-VALUE-BY-INDEX',
[all...]
H A Dprovidex.php56 '*retry', '*return', '*same', 'accept', 'add index', 'addr',
67 'h_scrollbar', 'hide', 'if', 'index', 'indexed', 'input',
258 1 => 'http://www.allbasic.info./wiki/index.php/PX:Directive_{FNAME}',
259 2 => 'http://www.allbasic.info./wiki/index.php/PX:System_function_{FNAME}',
260 3 => 'http://www.allbasic.info./wiki/index.php/PX:System_variable_{FNAME}',
261 4 => 'http://www.allbasic.info./wiki/index.php/PX:Nomads_{FNAME}',
262 5 => 'http://www.allbasic.info./wiki/index.php/PX:Mnemonic_{FNAMEU}'
H A Dpython.php151 'find', 'index', 'isalnum', 'isalpha', 'isdigit', 'islower', 'isspace', 'istitle',
H A Dracket.php86 'bytes-utf-8-index', 'bytes-utf-8-length', 'bytes-utf-8-ref',
292 'module-path-index-join', 'module-path-index-resolve',
293 'module-path-index-split', 'module-path-index-submodule',
294 'module-path-index?', 'module-path?', 'module-predefined?',
480 'variable-reference->module-path-index',
551 'struct-field-index', 'struct-out', 'submod', 'syntax',
H A Dsass.php175 'z-index',
438 'str-index',
455 'index',
H A Dlolcode.php15 * - Fixed to not throw missing index exception.
/dokuwiki/
H A Ddoku.php30 $ACT = 'index';
/dokuwiki/inc/Ui/
H A DPageDiff.php362 if (($index = array_search($rev1, $revs1)) !== false) {
363 $rev1Prev = ($index + 1 < count($revs1)) ? $revs1[$index + 1] : false;
364 $rev1Next = ($index > 0) ? $revs1[$index - 1] : false;
369 if (($index = array_search($rev2, $revs2)) !== false) {
370 $rev2Prev = ($index + 1 < count($revs2)) ? $revs2[$index + 1] : false;
371 $rev2Next = ($index > 0) ? $revs2[$index
[all...]
/dokuwiki/inc/Action/
H A DSitemap.php12 * Generate an XML sitemap for search engines. Do not confuse with Index
/dokuwiki/inc/
H A DAjax.php7 use dokuwiki\Ui\Index;
319 * Return sub index for index view
339 $idx = new Index();
366 // use index to lookup matching pages
/dokuwiki/lib/scripts/
H A Dlinkwiz.js108 * Get one of the results by index
119 * Get one of the results by index
/dokuwiki/lib/styles/
H A Dscreen.css62 z-index: 20;
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_fileuploader.css39 z-index: 2;
H A D_media_fullscreen.css139 z-index: 2;
148 z-index: 1;
H A D_search.less74 z-index: 100;
178 z-index: 20;
H A D_tabs.css46 z-index: 0;
82 z-index: 2;
H A Ddesign.less81 .mode_index .action.index a,
H A Dmobile.less11 z-index: 0;
19 z-index: 1; /* for detecting media queries in JavaScript (see script.js) */
146 z-index: 2; /* for detecting media queries in JavaScript (see script.js) */
H A Dpagetools.less47 z-index: 10;
/dokuwiki/vendor/phpseclib/phpseclib/
H A DREADME.md8 - [One-time donation via PayPal or crypto-currencies](http://sourceforge.net/donate/index.php?group_id=198487)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBase.php
H A DHash.php447 * @param int $index a non-negative integer less than 2^64
451 private function kdf($index, $numbytes)
453 $this->c->setIV(pack('N4', 0, $index, 0, 1));
475 $index = $nonce[$last] & $mask;
476 $nonce[$last] = $nonce[$last] ^ $index;
497 substr($t, unpack('C', $index)[1] * $taglen, $taglen) :
887 _string_shift(& $string, $index = 1) global() argument
H A DRC4.php234 0, // index $i
235 0, // index $j

123456