| /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 | changelog_getrelativerevision.test.php | 39 @touch(wikiFN($this->pageid), 1374261194); 40 clearstatcache(false, wikiFN($this->pageid)); 81 touch(wikiFN($this->pageid), $rev); 407 touch(wikiFN($this->pageid), $rev); 420 touch(wikiFN($this->pageid), $rev);
|
| 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']); 105 $file = wikiFN($page); 289 $file = wikiFN($page); 410 $file = wikiFN($page); 494 $file = wikiFN($page); 567 $file = wikiFN($page);
|
| /dokuwiki/_test/tests/Remote/ |
| H A D | ApiCoreTest.php | 171 $file1 = wikiFN('wiki:syntax'); 172 $file2 = wikiFN('wiki:dokuwiki'); 210 $file1 = wikiFN('wiki:syntax'); 211 $file2 = wikiFN('wiki:dokuwiki'); 254 $file = wikiFN($id); 292 $rev1 = filemtime(wikiFN('pageone')); 294 $rev2 = filemtime(wikiFN('pagetwo')); 332 $file = wikiFN($id); 376 $file = wikiFN($id); 429 $file = wikiFN($id); [all …]
|
| /dokuwiki/_test/tests/Search/ |
| H A D | IndexerTest.php | 57 io_rename(wikiFN('old_name'), wikiFN('new_name'));
|
| H A D | MetadataSearchTest.php | 111 $mtime = filemtime(wikiFN('wiki:timepage'));
|
| /dokuwiki/inc/ChangeLog/ |
| H A D | PageChangeLog.php | 28 return wikiFN($this->id, $rev);
|
| /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 | 76 $file = wikiFN($id, $rev); 274 $cachefile = new CacheRenderer($id, wikiFN($id), 'metadata'); 279 $pagefn = wikiFN($id); 515 $instructions = p_cached_instructions(wikiFN($id), false, $id);
|
| H A D | common.php | 239 $info['filepath'] = wikiFN($ID); 254 $info['filepath'] = wikiFN($ID, $REV); 413 $file = wikiFN($ID); 1033 return io_readWikiPage(wikiFN($id, $rev), $id, $rev); 1065 $path = dirname(wikiFN($id)); 1188 $text = io_readWikiPage(wikiFN($id, $rev), $id, $rev); 1266 $cache = new CacheRenderer($page, wikiFN($page), 'xhtml');
|
| /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));
|
| /dokuwiki/inc/Remote/Response/ |
| H A D | Page.php | 53 $this->file = wikiFN($this->id, $revision);
|
| /dokuwiki/inc/Search/ |
| H A D | FulltextSearch.php | 115 uksort($docs, static fn($a, $b) => filemtime(wikiFN($b)) - filemtime(wikiFN($a)));
|
| /dokuwiki/inc/Feed/ |
| H A D | FeedPageProcessor.php | 107 $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));
|