| /dokuwiki/_test/tests/inc/ |
| H A D | pageutils_wikiFN.test.php | 7 … $this->assertEquals(wikiFN('wiki:',null,false), TestUtils::w2u(DOKU_TMP_DATA.'pages/wiki/.txt')); 8 … $this->assertEquals(wikiFN('wiki:',null,true), TestUtils::w2u(DOKU_TMP_DATA.'pages/wiki.txt')); 12 … $this->assertEquals(wikiFN('wiki:',null,true), TestUtils::w2u(DOKU_TMP_DATA.'pages/wiki.txt')); 13 … $this->assertEquals(wikiFN('wiki:',null,false), TestUtils::w2u(DOKU_TMP_DATA.'pages/wiki/.txt'));
|
| H A D | cache_stalecheck.test.php | 10 $file = wikiFN($ID);
|
| H A D | changelog_getlastrevisionat.test.php | 48 touch(wikiFN($this->pageid), $rev); 65 touch(wikiFN($this->pageid), $rev);
|
| H A D | indexer_rename.test.php | 26 io_rename(wikiFN($this->old_id), wikiFN($newid));
|
| H A D | cache_use.test.php | 21 $file = wikiFN($ID);
|
| H A D | common_saveWikiText.test.php | 37 $attic = wikiFN($lastRevInfo['id'], $lastRevInfo['date']); 79 $attic = wikiFN($currentRevInfo['id'], $currentRevInfo['date']); 101 $file = wikiFN($page); 285 $file = wikiFN($page); 406 $file = wikiFN($page); 488 $file = wikiFN($page); 561 $file = wikiFN($page);
|
| H A D | changelog_getrelativerevision.test.php | 64 touch(wikiFN($this->pageid), $rev); 390 touch(wikiFN($this->pageid), $rev); 403 touch(wikiFN($this->pageid), $rev);
|
| H A D | changelog_getRevisionsAround.test.php | 41 touch(wikiFN($this->pageid), $this->revsexpected[0]);
|
| /dokuwiki/_test/tests/Remote/ |
| H A D | ApiCoreTest.php | 168 $file1 = wikiFN('wiki:syntax'); 169 $file2 = wikiFN('wiki:dokuwiki'); 207 $file1 = wikiFN('wiki:syntax'); 208 $file2 = wikiFN('wiki:dokuwiki'); 251 $file = wikiFN($id); 289 $rev1 = filemtime(wikiFN('pageone')); 291 $rev2 = filemtime(wikiFN('pagetwo')); 329 $file = wikiFN($id); 373 $file = wikiFN($id); 426 $file = wikiFN($id); [all …]
|
| /dokuwiki/inc/ |
| H A D | Draft.php | 30 if (file_exists($this->cname) && file_exists(wikiFN($ID))) { 31 if (filemtime($this->cname) < filemtime(wikiFN($ID))) {
|
| H A D | parserutils.php | 81 $file = wikiFN($id, $rev); 279 $cachefile = new CacheRenderer($id, wikiFN($id), 'metadata'); 284 $pagefn = wikiFN($id); 520 $instructions = p_cached_instructions(wikiFN($id), false, $id);
|
| H A D | common.php | 237 $info['filepath'] = wikiFN($ID); 252 $info['filepath'] = wikiFN($ID, $REV); 411 $file = wikiFN($ID); 1031 return io_readWikiPage(wikiFN($id, $rev), $id, $rev); 1063 $path = dirname(wikiFN($id)); 1186 $text = io_readWikiPage(wikiFN($id, $rev), $id, $rev); 1281 $cache = new CacheRenderer($page, wikiFN($page), 'xhtml');
|
| /dokuwiki/inc/ChangeLog/ |
| H A D | PageChangeLog.php | 28 return wikiFN($this->id, $rev);
|
| /dokuwiki/inc/Action/ |
| H A D | Edit.php | 81 if (!$DATE) $DATE = @filemtime(wikiFN($ID));
|
| H A D | Export.php | 93 $output = p_cached_output(wikiFN($ID, $REV), $mode, $ID);
|
| /dokuwiki/bin/ |
| H A D | wantedpages.php | 71 $startdir = dirname(wikiFN($args[0] . ':xxx')); 73 $startdir = dirname(wikiFN('xxx'));
|
| H A D | dwpage.php | 210 $wiki_fn = wikiFN($wiki_id);
|
| /dokuwiki/inc/Sitemap/ |
| H A D | Item.php | 48 $date = @filemtime(wikiFN($id));
|
| /dokuwiki/_test/tests/Feed/ |
| H A D | FeedPageProcessorTest.php | 73 $expectedMtime = filemtime(wikiFN($data['id']));
|
| /dokuwiki/inc/Subscriptions/ |
| H A D | SubscriptionSender.php | 38 $rev = @filemtime(wikiFN($id));
|
| /dokuwiki/inc/TreeBuilder/ |
| H A D | ControlPageBuilder.php | 50 $instructions = p_cached_instructions(wikiFN($this->controlPage));
|
| H A D | PageTreeBuilder.php | 232 $dir = wikiFN($namespace . ':xxx');
|
| /dokuwiki/inc/Remote/Response/ |
| H A D | Page.php | 53 $this->file = wikiFN($this->id, $revision);
|
| /dokuwiki/inc/Feed/ |
| H A D | FeedPageProcessor.php | 115 $this->data['rev'] = filemtime(wikiFN($this->id));
|
| /dokuwiki/inc/parser/ |
| H A D | metadata.php | 73 $this->persistent['date']['created'] = filectime(wikiFN($ID)); 109 $this->meta['date']['modified'] = filemtime(wikiFN($ID));
|