Home
last modified time | relevance | path

Searched refs:includedPages (Results 1 – 2 of 2) sorted by relevance

/plugin/refnotes/
Daction.php82 private $includedPages; variable in refnotes_instruction_mangler
94 $this->includedPages = array();
109 if ($this->core->getNamespaceCount() > 0 || count($this->includedPages) > 0) {
278 $this->includedPages[] = $call;
304 foreach ($this->includedPages as $call) {
/plugin/siteexport/syntax/
Dtoc.php23 private $includedPages = array(); variable in syntax_plugin_siteexport_toc
184 list($this->includedPages[]) = explode('#', $tocItem[0]);
399 if (in_array($pageID, $this->includedPages)) {