Searched refs:pageFile (Results 1 – 5 of 5) sorted by relevance
214 $pageFile = wikiFN($ns);216 if (!file_exists($pageFile)) {232 $pageFile = wikiFN($ns);234 if (!file_exists($pageFile)) {242 $dirname = dirname($pageFile);
701 $pageFile = wikiFN($cleanId);704 if (file_exists($pageFile) && is_readable($pageFile)) {705 return file_get_contents($pageFile);739 $pageFile = wikiFN($targetPageId);740 if (file_exists($pageFile)) {741 $timestamp = filemtime($pageFile);
372 $pageFile = wikiFN($cleanId);374 if (file_exists($pageFile) && is_readable($pageFile)) {375 return file_get_contents($pageFile);
59 $pageFile = wikiFN($page);60 if(file_exists($pageFile) ) {
35 $sourceFile = $this->pageFile($sourceId);224 private function pageFile($id) { function in helper_plugin_skillforge