Home
last modified time | relevance | path

Searched refs:wikiFN (Results 1 – 19 of 19) sorted by last modified time

/dokuwiki/inc/
H A Dpageutils.php275 * parameters as for wikiFN
281 * @param bool $clean flag indicating that $id should be cleaned (see wikiFN as well)
295 return file_exists(wikiFN($id, $rev, $clean));
332 function wikiFN($raw_id, $rev = '', $clean = true)
328 function wikiFN($raw_id, $rev = '', $clean = true) global() function
H A Dparserutils.php81 $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 Dcommon.php233 $info['filepath'] = wikiFN($ID);
248 $info['filepath'] = wikiFN($ID, $REV);
416 $file = wikiFN($ID);
1062 return io_readWikiPage(wikiFN($id, $rev), $id, $rev);
1094 $path = dirname(wikiFN($id));
1217 $text = io_readWikiPage(wikiFN($id, $rev), $id, $rev);
1312 $cache = new CacheRenderer($page, wikiFN($page), 'xhtml');
H A Dchangelog.php367 $fn = (($flags & RECENTS_MEDIA_CHANGES) ? mediaFN($recent['id']) : wikiFN($recent['id']));
H A Dfulltext.php368 $mTime = filemtime(wikiFN($id));
436 $mtimeA = filemtime(wikiFN($a));
437 $mtimeB = filemtime(wikiFN($b));
H A Dindexer.php147 if ($last > @filemtime(wikiFN($page))) {
H A DDraft.php30 if (file_exists($this->cname) && file_exists(wikiFN($ID))) {
31 if (filemtime($this->cname) < filemtime(wikiFN($ID))) {
/dokuwiki/inc/Subscriptions/
H A DSubscriptionSender.php38 $rev = @filemtime(wikiFN($id));
/dokuwiki/inc/Action/
H A DEdit.php81 if (!$DATE) $DATE = @filemtime(wikiFN($ID));
H A DExport.php90 $output = p_cached_output(wikiFN($ID, $REV), $mode, $ID);
/dokuwiki/inc/parser/
H A Dmetadata.php73 $this->persistent['date']['created'] = filectime(wikiFN($ID));
109 $this->meta['date']['modified'] = filemtime(wikiFN($ID));
/dokuwiki/bin/
H A Ddwpage.php210 $wiki_fn = wikiFN($wiki_id);
H A Dwantedpages.php71 $startdir = dirname(wikiFN($args[0] . ':xxx'));
73 $startdir = dirname(wikiFN('xxx'));
/dokuwiki/inc/Remote/
H A DApiCore.php530 $ins = p_cached_instructions(wikiFN($page));
/dokuwiki/inc/Sitemap/
H A DItem.php48 $date = @filemtime(wikiFN($id));
/dokuwiki/
H A Dfeed.php
/dokuwiki/inc/Ui/
H A DSearch.php567 $mtime = filemtime(wikiFN($id));
/dokuwiki/inc/ChangeLog/
H A DPageChangeLog.php28 return wikiFN($this->id, $rev);
/dokuwiki/inc/File/
H A DPageFile.php45 return wikiFN($this->id, $rev);