Lines Matching refs:pageId
116 foreach ($pageIndex as $pageId) {
117 $pageId = trim($pageId);
119 if ((preg_match($namespacePattern, $pageId) == 1) && file_exists(wikiFN($pageId))) {
121 $this->page[$pageId] = new refnotes_reference_database_page($this, $cache, $pageId);
134 foreach ($this->page as $pageId => $page) {
136 $this->namespace[$ns][] = $pageId;
168 foreach ($this->namespace[$namespace] as $pageId) {
169 if (array_key_exists($pageId, $this->page)) {
171 $this->note = array_merge($this->note, $this->page[$pageId]->getNotes());
174 unset($this->page[$pageId]);