Searched refs:search_pages (Results 1 – 3 of 3) sorted by relevance
| /plugin/linksuggest/ |
| D | action.php | 75 $matchedPages = $this->search_pages('', $entered_page, $has_hash); 98 $matchedPages = $this->search_pages($resolved_ns, $entered_page, $has_hash); 101 $this->search_pages($current_ns, $entered_page, true),//search in current for pages 102 … $this->search_pages('', $entered_page, $has_hash) //search in root both pgs and ns 105 $matchedPages = $this->search_pages($entered_ns, $entered_page, $has_hash); 257 protected function search_pages($ns, $id, $pagesonly = false) { function in action_plugin_linksuggest
|
| /plugin/heatmap/ |
| D | syntax.php | 57 $pages = $helper->search_pages( $data['ns'], $data['year']);
|
| D | helper.php | 5 public function search_pages( $namespace, $year ) { function in helper_plugin_heatmap
|