Searched refs:all_pages (Results 1 – 7 of 7) sorted by relevance
/plugin/orphanswanted/ |
H A D | helper.php | 31 $all_pages = idx_get_indexer()->getPages(); 33 foreach($all_pages as $pageid) { 37 foreach($all_pages as $pageid) { 80 function all_pages($params_array) { function in helper_plugin_orphanswanted
|
H A D | syntax.php | 107 $renderer->doc .= $helper->all_pages($data);
|
/plugin/subjectindex/action/ |
H A D | indexer.php | 37 $all_pages = idx_getIndex('page', ''); 41 $indexer->cleanup($all_pages);
|
/plugin/revisionsdue/ |
H A D | syntax.php | 173 $renderer->doc .= $this->all_pages($data); 176 $renderer->doc .= $this->all_pages($data, false); 188 function all_pages($params_array, $mandatory_revisions = true ) { function in syntax_plugin_revisionsdue
|
/plugin/tag/_test/ |
H A D | topic_and_tagrefine.test.php | 9 private $all_pages = [ variable in plugin_tag_topic_and_tagrefine_test 78 $pages = $helper->tagRefine($this->all_pages, $query);
|
/plugin/subjectindex/inc/ |
H A D | common.php | 159 function cleanup(Array $all_pages) { argument 162 $this->_remove_invalid_entries($this->index, $all_pages); 221 private function _remove_invalid_entries(SI_Index $index, $all_pages) { argument 227 if (isset($missing_pids[$pid]) || ! SI_Utils::is_valid_page($all_pages[$pid])) {
|
/plugin/subjectindex/syntax/ |
H A D | index.php | 127 $all_pages = idx_getIndex('page', ''); 138 … $lines = $this->_create_index($section_entries, $all_pages, $opt['hideatoz'], $opt['proper']); 148 private function _create_index(SI_Index $section_entries, $all_pages, $hideAtoZ, $proper) { argument 165 $page = rtrim($all_pages[$pid], "\n\r");
|