Home
last modified time | relevance | path

Searched refs:all_pages (Results 1 – 7 of 7) sorted by relevance

/plugin/orphanswanted/
H A Dhelper.php31 $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 Dsyntax.php107 $renderer->doc .= $helper->all_pages($data);
/plugin/subjectindex/action/
H A Dindexer.php37 $all_pages = idx_getIndex('page', '');
41 $indexer->cleanup($all_pages);
/plugin/revisionsdue/
H A Dsyntax.php173 $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 Dtopic_and_tagrefine.test.php9 private $all_pages = [ variable in plugin_tag_topic_and_tagrefine_test
78 $pages = $helper->tagRefine($this->all_pages, $query);
/plugin/subjectindex/inc/
H A Dcommon.php159 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 Dindex.php127 $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");