Home
last modified time | relevance | path

Searched full:touch (Results 1 – 25 of 56) sorted by relevance

123

/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 Dchangelog_getrelativerevision.test.php32 // Restore fixture state per test. Two tests in this class explicitly touch the
39 @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 Dcommon_pageinfo.test.php235 // (adds a changelog entry and touch()es the file), so it must not run against
285 touch($filename, $now);
327 touch($draft, $rev + 10);
341 touch($draft,$rev - 10);
/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/.github/ISSUE_TEMPLATE/
H A Dconfig.yml5 about: Please get in touch at the DokuWiki User Forum!
H A Dbug_report.yml10 … If you have questions or need help, [**get in touch at the forum**](https://forum.dokuwiki.org/).
/dokuwiki/_test/tests/ChangeLog/
H A DMediaChangeLogTest.php25 touch(mediaFN($image), $date);
39 * A media file whose mtime is bumped without any content change (a touch, an rsync --times,
52 touch(mediaFN($image), $lastRev + 500);
84 touch(mediaFN($image), $extRev);
124 touch(mediaFN($image), $rev3);
154 touch(mediaFN($image), $lastRev - 100);
H A DPageChangeLogTest.php96 touch(wikiFN($page), $lastRev + 1000);
142 touch(wikiFN($page), $delRev - 100);
201 touch(wikiFN($page), $extRev);
224 touch(wikiFN($page), $extRev);
255 touch(wikiFN($page), $lastRev - 100);
290 touch(wikiFN($page), $extRev);
291 touch($globalFile, $createRev + 100000);
332 touch(wikiFN($page), $extRev);
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DFile.php108 public function touch() function in SimplePie\\Cache\\File
110 return @touch($this->name);
H A DBase.php70 public function touch(); function
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 DConfiguration.php137 * Touch the settings
141 public function touch() function in dokuwiki\\plugin\\config\\core\\Configuration
143 $this->writer->touch();
H A DWriter.php75 public function touch() function in dokuwiki\\plugin\\config\\core\\Writer
78 @touch($this->savefile);
/dokuwiki/_test/tests/Search/Index/
H A DLockTest.php65 touch($dir);
103 touch($dir, time() - 400);
/dokuwiki/lib/plugins/popularity/
H A Daction.php53 touch($this->helper->autosubmitFile);
/dokuwiki/_test/tests/
H A DDraftTest.php142 touch(wikiFN($id), filemtime($file) + 10);
166 touch($file, filemtime(wikiFN($id)) + 10);
/dokuwiki/lib/plugins/config/_test/
H A DWriterTest.php59 $writer->touch();
/dokuwiki/_test/tests/Parsing/Helpers/
H A DEscapeTest.php40 * must not touch it. Mirrors the lexer mode's pattern, which also
/dokuwiki/inc/ChangeLog/
H A DMediaChangeLog.php92 * Tell a real external edit from a mere mtime bump (touch, rsync --times, unzip of
/dokuwiki/
H A DSECURITY.md7 If you believe you have found a vulnerability, get in touch through any of these channels:
H A DAI_POLICY.md61 > The useful question is not “did AI touch this?”. The useful question is: does the person submitti…

123