Home
last modified time | relevance | path

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

/dokuwiki/data/
H A Ddeleted.files628 lib/tpl/default/images/apple-touch-icon.png
/dokuwiki/inc/File/
H A DPageFile.php172 @touch($pagefile);
238 if (touch($fileLastMod, $revInfo['date'])) {
/dokuwiki/inc/
H A DTaskRunner.php115 @touch($fn . '.trimmed');
H A Dinfoutils.php44 @touch($cf);
H A Dio.php234 @touch($data[0][0], $data[3]);
/dokuwiki/
H A Dinstall.php469 @touch(DOKU_INC . 'data/cache/autosubmit.txt');
/dokuwiki/lib/plugins/config/
H A Dadmin.php59 $this->configuration->touch();
/dokuwiki/lib/plugins/config/core/
H A DConfiguration.php141 public function touch()
143 $this->writer->touch();
134 public function touch() { global() function in dokuwiki\\plugin\\config\\core\\Configuration
H A DWriter.php75 public function touch()
78 @touch($this->savefile);
71 public function touch() { global() function in dokuwiki\\plugin\\config\\core\\Writer
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php779 @touch(reset($config_cascade['main']['local']));
1278 @touch($dst, filemtime($src));
/dokuwiki/lib/plugins/popularity/
H A Daction.php53 touch($this->helper->autosubmitFile);
H A Dadmin.php64 touch($this->helper->popularityLastSubmitFile);
/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/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css582 -ms-touch-action: none;
583 touch-action: none;
592 -ms-touch-action: none;
593 touch-action: none;
674 -ms-touch-action: none;
675 touch-action: none;
732 -ms-touch-action: none;
733 touch-action: none;
788 -ms-touch-action: none;
789 touch
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1548 public function touch($filename, $time = null, $atime = null)
2497 touch($local_file, $stat['mtime'], $stat['atime']);
1690 function touch($filename, $time = null, $atime = null) global() function in phpseclib\\Net\\SFTP
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php260 $this->sftp->touch($path);
429 return $this->sftp->touch($path, $time, $atime);
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md273 * Simplified the use of `mtime()` and `touch()`. [#403](https://github.com/simplepie/simplepie/pull/403)
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DBase.php110 public function touch(); function
H A DFile.php148 public function touch() function in SimplePie\\Cache\\File
150 return @touch($this->name);
H A DMemcache.php163 public function touch() function in SimplePie\\Cache\\Memcache
H A DMemcached.php151 public function touch() function in SimplePie\\Cache\\Memcached
H A DMySQL.php351 public function touch() function in SimplePie\\Cache\\MySQL
H A DRedis.php183 public function touch() function in SimplePie\\Cache\\Redis
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DTar.php208 @touch($output, $fileinfo->getMtime());
H A DZip.php252 @touch($output, $fileinfo->getMtime());