Home
last modified time | relevance | path

Searched refs:pageFile (Results 1 – 5 of 5) sorted by relevance

/plugin/composer/
Dsyntax.php214 $pageFile = wikiFN($ns);
216 if (!file_exists($pageFile)) {
232 $pageFile = wikiFN($ns);
234 if (!file_exists($pageFile)) {
242 $dirname = dirname($pageFile);
/plugin/dokullm/
H A DLlmClient.php701 $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);
H A Daction.php372 $pageFile = wikiFN($cleanId);
374 if (file_exists($pageFile) && is_readable($pageFile)) {
375 return file_get_contents($pageFile);
/plugin/pagetemplate/
Daction.php59 $pageFile = wikiFN($page);
60 if(file_exists($pageFile) ) {
/plugin/skillforge/
H A Dhelper.php35 $sourceFile = $this->pageFile($sourceId);
224 private function pageFile($id) { function in helper_plugin_skillforge