| /dokuwiki/_test/tests/inc/ |
| H A D | cache_use.test.php | 31 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 D | cache_stalecheck.test.php | 22 touch($cache->cache, $time);
|
| H A D | changelog_getlastrevisionat.test.php | 48 touch(wikiFN($this->pageid), $rev); 65 touch(wikiFN($this->pageid), $rev);
|
| H A D | common_pageinfo.test.php | 264 touch($filename, $now); 315 touch($draft, $rev + 10); 324 touch($draft,$rev - 10);
|
| H A D | changelog_getrelativerevision.test.php | 64 touch(wikiFN($this->pageid), $rev); 390 touch(wikiFN($this->pageid), $rev); 403 touch(wikiFN($this->pageid), $rev);
|
| H A D | changelog_getRevisionsAround.test.php | 41 touch(wikiFN($this->pageid), $this->revsexpected[0]);
|
| H A D | changelog_getrevisions.test.php | 41 touch(wikiFN($this->pageid), $this->revsexpected[0]);
|
| /dokuwiki/lib/plugins/safefnrecode/ |
| H A D | action.php | 34 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 D | config.yml | 5 about: Please get in touch at the DokuWiki User Forum!
|
| H A D | bug_report.yml | 10 … If you have questions or need help, [**get in touch at the forum**](https://forum.dokuwiki.org/).
|
| /dokuwiki/vendor/simplepie/simplepie/src/Cache/ |
| H A D | File.php | 108 public function touch() function in SimplePie\\Cache\\File 110 return @touch($this->name);
|
| H A D | Base.php | 70 public function touch(); function
|
| H A D | Memcache.php | 123 public function touch() function in SimplePie\\Cache\\Memcache
|
| H A D | Memcached.php | 111 public function touch() function in SimplePie\\Cache\\Memcached
|
| H A D | Redis.php | 145 public function touch() function in SimplePie\\Cache\\Redis
|
| /dokuwiki/lib/plugins/config/core/ |
| H A D | Configuration.php | 137 * Touch the settings 141 public function touch() function in dokuwiki\\plugin\\config\\core\\Configuration 143 $this->writer->touch();
|
| H A D | Writer.php | 75 public function touch() function in dokuwiki\\plugin\\config\\core\\Writer 78 @touch($this->savefile);
|
| /dokuwiki/lib/plugins/popularity/ |
| H A D | action.php | 53 touch($this->helper->autosubmitFile);
|
| H A D | admin.php | 64 touch($this->helper->popularityLastSubmitFile);
|
| /dokuwiki/lib/plugins/config/_test/ |
| H A D | WriterTest.php | 59 $writer->touch();
|
| /dokuwiki/inc/File/ |
| H A D | PageFile.php | 172 @touch($pagefile); 238 if (touch($fileLastMod, $revInfo['date'])) {
|
| /dokuwiki/inc/ |
| H A D | TaskRunner.php | 115 @touch($fn . '.trimmed');
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | Installer.php | 357 @touch(reset($config_cascade['main']['local'])); 549 @touch($dst, filemtime($src));
|
| /dokuwiki/lib/scripts/jquery/jquery-ui-theme/ |
| H A D | smoothness.css | 571 touch-action: none; 580 touch-action: none; 660 touch-action: none; 717 touch-action: none; 766 touch-action: none;
|
| /dokuwiki/lib/plugins/config/ |
| H A D | admin.php | 59 $this->configuration->touch();
|