/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); 64 $pages = $this->indexer->getPages(); 83 $this->indexer->deletePage($page->getDokuwikiId());
|
/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/tagfilter/ |
H A D | helper.php | 231 $indexer = idx_get_indexer(); 232 $pages = $indexer->lookupKey('subject', $tag, array($this, '_tagCompare')); 470 $indexer = idx_get_indexer(); 471 $indexTags = array_keys($indexer->histogram(1, 0, 3, 'subject'));
|
/plugin/tag/ |
H A D | helper.php | 270 $indexer = idx_get_indexer(); 271 $indexer_pages = $indexer->lookupKey('subject', $tags, array($this, '_tagCompare')); 345 $indexer = idx_get_indexer(); 346 $pages = $indexer->lookupKey('subject', $clean_tags, array($this, '_tagCompare')); 348 if (empty($tags) || $clean_tags[0] != $tags[0]) $result = $indexer->getPages();
|
/plugin/spatialhelper/admin/ |
H A D | purge.php | 53 $indexer = plugin_load('helper', 'spatialhelper_index'); 54 $indexer->generateSpatialIndex();
|
/plugin/spatialhelper/helper/ |
H A D | sitemap.php | 37 $indexer = plugin_load('helper', 'spatialhelper_index'); 38 $indexer->generateSpatialIndex();
|
H A D | search.php | 69 $indexer = plugin_load('helper', 'spatialhelper_index'); 137 $indexer = plugin_load('helper', 'spatialhelper_index'); 143 $point = $indexer->getCoordsFromExif($id);
|
/plugin/spatialhelper/ |
H A D | action.php | 82 $indexer = plugin_load('helper', 'spatialhelper_index'); 83 $entries = $indexer->updateSpatialIndex($id); 114 $indexer = plugin_load('helper', 'spatialhelper_index'); 115 if($indexer) { 116 $indexer->deleteFromIndex($id); 338 $indexer = plugin_load('helper', 'spatialhelper_index'); 339 if($indexer) { 340 $indexer->indexImage($event->data [2], $event->data [1]); 359 $indexer = plugin_load('helper', 'spatialhelper_index'); 360 if($indexer) { [all …]
|
/plugin/openlayersmap/lib/ |
H A D | OpenLayers.js | 784 …indexer,newNode,nextNode){var newZIndex=indexer.getZIndex(newNode);var returnVal=0;if(nextNode){va… argument 785 OpenLayers.ElementsIndexer.IndexingMethods.Z_ORDER(indexer,newNode,nextNode);if(nextNode&&returnVal… 786 …erRoot:null,root:null,vectorRoot:null,textRoot:null,xmlns:null,xOffset:0,indexer:null,BACKGROUND_I… 787 …is.rendererRoot);if(options&&(options.zIndexing||options.yOrdering))this.indexer=new OpenLayers.El… 788 …(root)while(child=root.firstChild)root.removeChild(child);if(this.indexer)this.indexer.clear()},se… 792 …rawResult===false)return false;node=drawResult.node;if(this.indexer){var insert=this.indexer.inser… 798 …ent.geometry=null}element.parentNode.removeChild(element);if(this.indexer)this.indexer.remove(elem…
|
/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/tagsections/ |
H A D | helper.php | 108 $indexer = idx_get_indexer(); 109 $pages = $indexer->lookupKey('subject', $tag, array($this, '_tagCompare'));
|
/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/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/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/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/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/page4release/ |
H A D | action.php | 22 function indexer(&$event, $param) { function in action_plugin_page4release
|
/plugin/chat/ |
H A D | readme.txt | 87 SetEnvIf Request_URI "^/wiki/lib/exe/indexer\.php$" dontlog
|