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 26 – 50 of 141) sorted by last modified time

123456

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dxojo.php242 1 => 'http://docs.xojo.com/index.php/{FNAMEU}',
243 2 => 'http://docs.xojo.com/index.php/{FNAMEU}',
H A Dxpp.php331 'index hint',
332 'index',
H A Dmysql.php86 'HELP','HIGH_PRIORITY','IF NOT EXISTS','IGNORE','IMPORT','INDEX',
134 // Table, Column & Index Attributes
137 'INDEX DIRECTORY','INSERT_METHOD','LEADING','MAX_ROWS','MIN_ROWS',
H A Dnewlisp.php71 'global','global?','if','if-not','ifft','import','inc','index',
H A Dnginx.php215 7 => array( // auto index module
309 15 => array( // index module
312 'index',
479 31 => array( // random index module
H A Dparigp.php273 GESHI_SEARCH => '(?<=[.])(a[1-6]|b[2-8]|c[4-6]|area|bid|bnf|clgp|cyc|diff|disc|[efjp]|fu|gen|index|mod|nf|no|omega|pol|reg|roots|sign|r[12]|t2|tate|tu|zk|zkst)\b',
H A Dperl.php110 'hex', 'import', 'index', 'int', 'ioctl', 'join', 'keys', 'kill',
H A Dperl6.php111 'bytes', 'encode', 'index', 'pack', 'quotemeta', 'rindex',
H A Dpostscript.php79 'clear', 'cleartomark', 'copy', 'count', 'counttomark', 'index', 'roll',
H A Dpys60.php180 //'find', 'index', 'isalnum', 'isalpha', 'isdigit', 'islower', 'isspace', 'istitle',
H A Drbs.php12 * RBScript official website: http://docs.realsoftware.com/index.php/Rbscript
H A Drebol.php91 'in-window?','index?','info?','inform','input','input?','insert',
H A Drsplus.php27 * http://sekhon.berkeley.edu/library/index.html 2.4 docs
175 'single', 'sinh', 'sink', 'sink.number', 'slice.index', 'socketConnection', 'socketSelect', 'solve', 'solve.default',
375 'help.start', 'history', 'index.search', 'install.packages', 'installed.packages', 'is.relistable',
H A Dsas.php58 '%END','%EVAL','%GLOBAL','%GOTO','%IF','%INDEX','%INPUT','%KEYDEF',
82 'IBESSEL','INDEXW','INDEXC','INDEX','INPUTN','INPUTC','INPUT',
/dokuwiki/lib/scripts/
H A Dindex.js5 $clicky[0].search.substr(1) + '&call=index',
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php2077 * Uses the git index if it exists, otherwise uses the modification time
2087 if (file_exists($root . '/.git/index')) {
2088 static::$SIMPLEPIE_BUILD = filemtime($root . '/.git/index');
/dokuwiki/
H A D.htaccess.dist32 #RewriteRule ^index.php$ doku.php
/dokuwiki/inc/Search/
H A DIndexer.php23 * Adds the contents of a page to the fulltext index
57 $index = $this->getIndex('i', $wlen);
59 $idx = ($wid < count($index)) ? $index[$wid] : '';
60 $index[$wid] = $this->updateTuple($idx, $pid, $freq);
63 if (!$this->saveIndex('i', $wlen, $index)) {
70 // Remove obsolete index entries
84 $index = $this->getIndex('i', $wlen);
86 $index[$wid] = $this->updateTuple($index[
[all...]
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php152 $header['index'] = $i;
/dokuwiki/inc/Ui/
H A DIndex.php6 * DokuWiki Index Interface
10 class Index extends Ui class
15 * Index Ui constructor
26 * Display page index
35 echo p_locale_xhtml('index');
65 * Index item formatter
85 // FS#2766, no need for search bots to follow namespace links in the index
98 * Index List item
101 * <li> tags for namespaces when displaying the page index
119 if (isset($INFO) && $item['id'] == $INFO['id'] && $ACT == 'index') {
[all...]
/dokuwiki/inc/Utf8/
H A DClean.php178 * adjust a byte index into a utf8 string to a utf8 character boundary
183 * @param int $i byte index into $str
185 * @return int byte index into $str now pointing to a utf8 character boundary
H A DUnicode.php216 'at index: ' . $k . ', value: ' . $arr[$k],
235 'at index: ' . $k . ', value: ' . $arr[$k],
/dokuwiki/inc/Action/
H A DIndex.php8 * Class Index
14 class Index extends AbstractAction class
26 (new Ui\Index($IDX))->show();
/dokuwiki/lib/plugins/extension/
H A Dscript.js132 jQuery(['enabled', 'disabled', 'updatable']).each(function(index, chkName){ argument
/dokuwiki/lib/plugins/info/
H A Dsyntax.php263 foreach ($modes as $index => $mode) {
269 if ($index === 0) {

123456