Home
last modified time | relevance | path

Searched refs:getPages (Results 1 – 5 of 5) sorted by last modified time

/dokuwiki/inc/Search/
H A DIndexer.php278 $pages = $this->getPages();
849 public function getPages($key = null)
830 public function getPages($key=null) { global() function in dokuwiki\\Search\\Indexer
/dokuwiki/inc/Sitemap/
H A DMapper.php59 $pages = idx_get_indexer()->getPages();
/dokuwiki/inc/Remote/
H A DApiCore.php293 $pages = idx_get_indexer()->getPages();
/dokuwiki/bin/
H A Dwantedpages.php81 foreach ($this->getPages($startdir) as $page) {
129 protected function getPages($dir)
148 $pages = array_merge($pages, $this->getPages($dir . '/' . $entry));
126 protected function getPages($dir) { global() function in WantedPagesCLI
/dokuwiki/inc/
H A Dfulltext.php78 foreach ($Indexer->getPages() as $id) {
302 $page_idx = $Indexer->getPages();