Home
last modified time | relevance | path

Searched refs:index (Results 1 – 25 of 46) sorted by relevance

12

/dokuwiki/lib/plugins/usermanager/lang/la/
H A Dlist.txt1 ===== Sodalis index ====
/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/inc/lang/mg/
H A Dindex.txt3 Ity misy index mahasarona ireo pejy misy milahatra arakaraka ny [[doku>namespaces|namespaces]].
/dokuwiki/inc/lang/id/
H A Dindex.txt3 Berikut ini adalah index dari keseluruhan halaman yang ada, diurutkan berdasar [[doku>namespaces|namespaces]].
/dokuwiki/inc/lang/hu/
H A Dindex.txt1 ====== Áttekintő (index) ======
H A Dstopwords.txt1 # Ez egy szó-lista (soronként egy szóval), amelyeket az index készítésekor nem veszünk figyelembe.
/dokuwiki/inc/lang/nl/
H A Dindex.txt3 Dit is een index van alle beschikbare pagina's gesorteerd op [[doku>nl:namespaces|namespaces]].
/dokuwiki/inc/lang/ro/
H A Dindex.txt3 Acesta e un index al tuturor paginilor ordonat după [[doku>namespaces|spații de nume]].
/dokuwiki/inc/lang/sq/
H A Dindex.txt3 Ky është një index mbi të gjitha faqet e disponueshme të renditura sipas [[doku>namespaces|namespaces]].
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php235 _string_shift(& $string, $index = 1) global() argument
/dokuwiki/inc/lang/cs/
H A Dindex.txt3 Zde je k dispozici index všech dostupných stránek seřazený podle [[doku>cs:namespaces|jmenných prostorů]].
/dokuwiki/inc/lang/sk/
H A Dindex.txt3 Tu je k dispozícii index všetkých dostupných stránok zoradených podľa [[doku>namespaces|menných priestorov]].
H A Dstopwords.txt
/dokuwiki/bin/
H A Dindexer.php29 'given the index is cleared first.'
34 'clear the index before updating',
63 * Update the index
74 $this->index($val['id']);
83 protected function index($id)
91 * Clear all index files
95 $this->quietecho("Clearing index... ");
80 protected function index($id) { global() function in IndexerCLI
/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/lang/zh-tw/
H A Dstopwords.txt1 # 本清單列出製作索引檔 (index) 時不要列入的關鍵字,格式為每字 (詞) 佔一行。
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_tabs.css46 z-index: 0;
82 z-index: 2;
H A D_search.less74 z-index: 100;
178 z-index: 20;
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 D_toc.css3 * sitemap (?do=index) and backlinks (?do=backlink).
/dokuwiki/inc/
H A Dinfoutils.php307 // Check for corrupted search index
317 foreach (idx_getIndex('metadata', '') as $index) {
318 if (count(idx_getIndex($index . '_w', '')) !== count(idx_getIndex($index . '_i', ''))) {
326 'The search index is corrupted. It might produce wrong results and most
329 for ways to rebuild the search index.',
333 msg('The search index seems to be working', 1);
336 'The search index is empty. See
338 for help on how to fix the search index. If the default indexer
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php415 $index = array_search($rev1, $allRevs);
416 if ($index === false) {
429 $index++;
431 if ($index > (int) ($max / 2)) {
443 $revs1 = array_slice($revs1, max($index - (int) ($max / 2), 0), $max);
/dokuwiki/lib/plugins/info/
H A Dsyntax.php263 foreach ($modes as $index => $mode) {
269 if ($index === 0) {
/dokuwiki/lib/plugins/extension/
H A Dscript.js132 jQuery(['enabled', 'disabled', 'updatable']).each(function(index, chkName){ argument
/dokuwiki/
H A D.htaccess.dist32 #RewriteRule ^index.php$ doku.php

12