Home
last modified time | relevance | path

Searched refs:touch (Results 1 – 25 of 38) sorted by relevance

12

/dokuwiki/_test/tests/inc/
H A Dcache_use.test.php31 touch($file, $time-1);
32 touch($this->cache->cache, $time);
55 touch($this->cache->file, filemtime($this->cache->cache));
67 touch($this->cache->file, $time - 1);
68 touch($this->cache->cache, $time);
H A Dcache_stalecheck.test.php22 touch($cache->cache, $time);
H A Dchangelog_getlastrevisionat.test.php48 touch(wikiFN($this->pageid), $rev);
65 touch(wikiFN($this->pageid), $rev);
H A Dcommon_pageinfo.test.php285 touch($filename, $now);
327 touch($draft, $rev + 10);
341 touch($draft,$rev - 10);
H A Dchangelog_getrelativerevision.test.php39 @touch(wikiFN($this->pageid), 1374261194);
81 touch(wikiFN($this->pageid), $rev);
407 touch(wikiFN($this->pageid), $rev);
420 touch(wikiFN($this->pageid), $rev);
H A Dchangelog_getRevisionsAround.test.php41 touch(wikiFN($this->pageid), $this->revsexpected[0]);
/dokuwiki/lib/plugins/safefnrecode/
H A Daction.php34 touch($conf['datadir'] . '_safefn.recoded');
39 touch($conf['olddir'] . '_safefn.recoded');
44 touch($conf['metadir'] . '_safefn.recoded');
49 touch($conf['mediadir'] . '_safefn.recoded');
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DBase.php70 public function touch(); function
H A DFile.php108 public function touch() function in SimplePie\\Cache\\File
110 return @touch($this->name);
H A DMemcache.php123 public function touch() function in SimplePie\\Cache\\Memcache
H A DMemcached.php111 public function touch() function in SimplePie\\Cache\\Memcached
H A DRedis.php145 public function touch() function in SimplePie\\Cache\\Redis
/dokuwiki/lib/plugins/config/core/
H A DWriter.php75 public function touch() function in dokuwiki\\plugin\\config\\core\\Writer
78 @touch($this->savefile);
H A DConfiguration.php141 public function touch() function in dokuwiki\\plugin\\config\\core\\Configuration
143 $this->writer->touch();
/dokuwiki/_test/tests/Search/Index/
H A DLockTest.php63 touch($dir);
76 touch($dir, time() - 400);
/dokuwiki/_test/tests/Search/
H A DIndexerTest.php109 touch(metaFN('needsidx', '.indexed'), time() + 1);
128 touch(metaFN('logpage', '.indexed'), time() + 1);
/dokuwiki/inc/ChangeLog/
H A DPageChangeLog.php67 if (!@touch($file, $revInfo['date'])) return false;
H A DMediaChangeLog.php69 if (!@touch($file, $revInfo['date'])) return false;
/dokuwiki/lib/plugins/popularity/
H A Daction.php53 touch($this->helper->autosubmitFile);
H A Dadmin.php64 touch($this->helper->popularityLastSubmitFile);
/dokuwiki/lib/plugins/config/_test/
H A DWriterTest.php59 $writer->touch();
/dokuwiki/inc/
H A DTaskRunner.php118 @touch($fn . '.trimmed');
/dokuwiki/lib/plugins/extension/
H A DInstaller.php357 @touch(reset($config_cascade['main']['local']));
549 @touch($dst, filemtime($src));
/dokuwiki/lib/plugins/config/
H A Dadmin.php59 $this->configuration->touch();
/dokuwiki/inc/File/
H A DPageFile.php175 @touch($pagefile);

12