Home
last modified time | relevance | path

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

12

/dokuwiki/
H A D.htaccess.dist32 #RewriteRule ^index.php$ doku.php
/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/conf/
H A Dmysql.conf.php.example176 /* This statement should return the database index of a given user name.
177 * The plugin will access the index with the name 'id' so an alias might be
242 /* This statement should return the database index of a given group name.
243 * The plugin will access the index with the name 'id' so an alias might
/dokuwiki/data/
H A Ddeleted.files687 lib/_fla/index.html
/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/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/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/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/
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/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/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/id/
H A Dindex.txt3 Berikut ini adalah index dari keseluruhan halaman yang ada, diurutkan berdasar [[doku>namespaces|namespaces]].
/dokuwiki/inc/lang/mg/
H A Dindex.txt3 Ity misy index mahasarona ireo pejy misy milahatra arakaraka ny [[doku>namespaces|namespaces]].
/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/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/inc/lang/sq/
H A Dindex.txt3 Ky është një index mbi të gjitha faqet e disponueshme të renditura sipas [[doku>namespaces|namespaces]].
/dokuwiki/inc/lang/zh-tw/
H A Dstopwords.txt1 # 本清單列出製作索引檔 (index) 時不要列入的關鍵字,格式為每字 (詞) 佔一行。
/dokuwiki/lib/plugins/config/
H A Dstyle.css88 z-index: 1;
/dokuwiki/lib/plugins/extension/
H A Dscript.js132 jQuery(['enabled', 'disabled', 'updatable']).each(function(index, chkName){ argument
H A Dstyle.less23 z-index: 9999;
47 z-index: 2;
/dokuwiki/lib/plugins/info/
H A Dsyntax.php263 foreach ($modes as $index => $mode) {
269 if ($index === 0) {
/dokuwiki/lib/plugins/usermanager/lang/la/
H A Dlist.txt1 ===== Sodalis index ====

12