Home
last modified time | relevance | path

Searched refs:wikiFN (Results 1 – 25 of 36) sorted by relevance

12

/dokuwiki/_test/tests/inc/
H A Dpageutils_wikiFN.test.php7 … $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 Dcache_stalecheck.test.php10 $file = wikiFN($ID);
H A Dchangelog_getlastrevisionat.test.php48 touch(wikiFN($this->pageid), $rev);
65 touch(wikiFN($this->pageid), $rev);
H A Dchangelog_getrelativerevision.test.php39 @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 Dcache_use.test.php21 $file = wikiFN($ID);
H A Dcommon_saveWikiText.test.php37 $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 DApiCoreTest.php171 $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 DIndexerTest.php57 io_rename(wikiFN('old_name'), wikiFN('new_name'));
H A DMetadataSearchTest.php111 $mtime = filemtime(wikiFN('wiki:timepage'));
/dokuwiki/inc/ChangeLog/
H A DPageChangeLog.php28 return wikiFN($this->id, $rev);
/dokuwiki/inc/
H A DDraft.php30 if (file_exists($this->cname) && file_exists(wikiFN($ID))) {
31 if (filemtime($this->cname) < filemtime(wikiFN($ID))) {
H A Dparserutils.php76 $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 Dcommon.php239 $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 DEdit.php81 if (!$DATE) $DATE = @filemtime(wikiFN($ID));
H A DExport.php93 $output = p_cached_output(wikiFN($ID, $REV), $mode, $ID);
/dokuwiki/bin/
H A Dwantedpages.php71 $startdir = dirname(wikiFN($args[0] . ':xxx'));
73 $startdir = dirname(wikiFN('xxx'));
H A Ddwpage.php210 $wiki_fn = wikiFN($wiki_id);
/dokuwiki/inc/Sitemap/
H A DItem.php48 $date = @filemtime(wikiFN($id));
/dokuwiki/_test/tests/Feed/
H A DFeedPageProcessorTest.php73 $expectedMtime = filemtime(wikiFN($data['id']));
/dokuwiki/inc/Subscriptions/
H A DSubscriptionSender.php38 $rev = @filemtime(wikiFN($id));
/dokuwiki/inc/TreeBuilder/
H A DControlPageBuilder.php50 $instructions = p_cached_instructions(wikiFN($this->controlPage));
/dokuwiki/inc/Remote/Response/
H A DPage.php53 $this->file = wikiFN($this->id, $revision);
/dokuwiki/inc/Search/
H A DFulltextSearch.php115 uksort($docs, static fn($a, $b) => filemtime(wikiFN($b)) - filemtime(wikiFN($a)));
/dokuwiki/inc/Feed/
H A DFeedPageProcessor.php107 $this->data['rev'] = filemtime(wikiFN($this->id));
/dokuwiki/inc/parser/
H A Dmetadata.php73 $this->persistent['date']['created'] = filectime(wikiFN($ID));
109 $this->meta['date']['modified'] = filemtime(wikiFN($ID));

12