/plugin/combo/ComboStrap/ |
H A D | Index.php | 17 private $indexer; variable in ComboStrap\\Index 25 $this->indexer = idx_get_indexer(); 39 return $this->indexer->lookupKey('relation_media', $dokuwikiId); 70 $pageIdList = $this->indexer->getPages(); 94 $this->indexer->deletePage($page->getWikiId());
|
/plugin/spatialhelper/ |
H A D | action.php | 92 $indexer = plugin_load('helper', 'spatialhelper_index'); 93 $indexer->updateSpatialIndex($id); 123 $indexer = plugin_load('helper', 'spatialhelper_index'); 124 if ($indexer !== null) { 125 $indexer->deleteFromIndex($id); 340 $indexer = plugin_load('helper', 'spatialhelper_index'); 341 if ($indexer !== null) { 342 $indexer->indexImage($event->data [2]); 361 $indexer = plugin_load('helper', 'spatialhelper_index'); 362 if ($indexer ! [all...] |
/plugin/subjectindex/action/ |
H A D | indexer.php | 38 $indexer = new SI_Indexer(); 41 $indexer->cleanup($all_pages); 56 $indexer->update($page_id, $matched_entries)->save();
|
/plugin/sphinxsearch/ |
H A D | INSTALL | 12 2. Run Sphinx Search indexer to index your DokuWiki data for the first time: 14 $indexer -c sphinx.conf dk_main 16 3. After indexer completes it's job, run searchd, e.g.: 24 1 10 * * * root {Your_DokuWiki_Path}/lib/plugin/sphinxsearch/indexer.php
|
H A D | sphinx.conf | 30 indexer
|
/plugin/webcode/_test/ |
H A D | dokuwiki.test.php | 76 $indexer = idx_get_indexer(); 80 $indexer->addMetaKeys($this->cleanPageId, $indexMetaWebCodeKey, 'testvalue'); 84 … $this->assertEquals(array($this->cleanPageId), $indexer->lookupKey($indexMetaWebCodeKey, $query));
|
/plugin/findologicxmlexport/ |
H A D | PageGetter.php | 21 $indexer = new Doku_Indexer(); 22 $allPages = $indexer->getPages();
|
H A D | DokuwikiXMLExport.php | 84 $indexer = new Doku_Indexer(); 85 $pagesAndDeletedPages = $indexer->getPages();
|
/plugin/spatialhelper/admin/ |
H A D | purge.php | 60 $indexer = plugin_load('helper', 'spatialhelper_index'); 61 if (isset($indexer)) { 62 $indexer->generateSpatialIndex();
|
/plugin/ireadit/ |
H A D | helper.php | 145 $indexer = idx_get_indexer(); 147 $current_user_pages = $indexer->lookupKey('ireadit', $user); 149 $current_user_pages = $indexer->getPages('ireadit');
|
/plugin/spatialhelper/helper/ |
H A D | sitemap.php | 43 $indexer = plugin_load('helper', 'spatialhelper_index'); 44 if ($indexer !== null) { 45 $indexer->generateSpatialIndex();
|
H A D | search.php | 134 $indexer = plugin_load('helper', 'spatialhelper_index'); 140 $point = $indexer->getCoordsFromExif($id);
|
/plugin/tagsections/ |
H A D | helper.php | 108 $indexer = idx_get_indexer(); 109 $pages = $indexer->lookupKey('subject', $tag, array($this, '_tagCompare'));
|
/plugin/tag/ |
H A D | helper.php | 381 $indexer = idx_get_indexer(); 382 $indexedPagesWithTags = $indexer->lookupKey('subject', $tags, array($this, 'tagCompare')); 464 $indexer = idx_get_indexer(); 465 $pages = $indexer->lookupKey('subject', $cleanTags, [$this, 'tagCompare']); 468 $result = $indexer->getPages(); 660 * callback Helper function for the indexer in order to avoid interpreting wildcards
|
/plugin/sphinxsearch-was/ |
H A D | INSTALL | 24 2. Run Sphinx Search indexer to index your DokuWiki data for the first time: 26 $indexer -c sphinx.conf dk_main 28 3. After indexer completes its job, run searchd, e.g.: 36 1 10 * * * root {Your_DokuWiki_Path}/lib/plugin/sphinxsearch/indexer.php
|
H A D | sphinx.conf | 28 indexer
|
/plugin/tagfilter/ |
H A D | helper.php | 182 $indexer = idx_get_indexer(); 183 $pages = $indexer->lookupKey('subject', $tag, [$this, 'tagCompare']); 201 * from inc/indexer.php 532 $indexer = idx_get_indexer(); 533 $indexTags = array_keys($indexer->histogram(1, 0, 3, 'subject'));
|
/plugin/sphinxsearch-was/contrib/cron.daily/ |
H A D | sphinx-rotate-grimore | 14 /usr/bin/indexer -c sphinx.conf dk_main --rotate 2>&1 >/dev/null
|
/plugin/sql2wiki/action/ |
H A D | sqlite.php | 90 $indexer = idx_get_indexer(); 92 $dbs_pages = $indexer->lookupKey('sql2wiki_db', $dbs);
|
/plugin/aichat/ |
H A D | Embeddings.php | 131 $indexer = new Indexer(); 132 $pages = $indexer->getPages();
|
/plugin/page4release/ |
H A D | action.php | 22 function indexer(&$event, $param) { function in action_plugin_page4release
|
/plugin/solr/ |
H A D | README.md | 52 …indexer.php`. `indexer.php` issues an event which is handled by the Solr plugin if the page was mo…
|
/plugin/passpolicy/ |
H A D | helper.php | 493 $indexer = new helper_plugin_passpolicy__index(); 494 $this->wordlist = $indexer->getIndex('w', $this->rand(4, 6));
|
/plugin/chat/ |
H A D | readme.txt | 87 SetEnvIf Request_URI "^/wiki/lib/exe/indexer\.php$" dontlog
|