Lines Matching defs:page
47 'Sort by wanted or origin page',
81 foreach ($this->getPages($startdir) as $page) {
82 $this->internalLinks($page);
150 $page = ['id' => pathID(substr($dir . '/' . $entry, $trunclen)), 'file' => $dir . '/' . $entry];
151 $pages[] = $page;
161 * @param array $page array with page id and file path
163 protected function internalLinks($page)
166 $instructions = p_get_instructions(file_get_contents($page['file']));
167 $resolver = new PageResolver($page['id']);
168 $pid = $page['id'];