Searched defs:mtime (Results 1 – 9 of 9) sorted by relevance
/dokuwiki/vendor/simplepie/simplepie/src/Cache/ | ||
H A D | Base.php | 103 public function mtime(); function |
H A D | MySQL.php | 331 public function mtime() function in SimplePie\\Cache\\MySQL |
H A D | Memcache.php | 146 public function mtime() function in SimplePie\\Cache\\Memcache |
H A D | File.php | 138 public function mtime() function in SimplePie\\Cache\\File |
H A D | Memcached.php | 141 public function mtime() function in SimplePie\\Cache\\Memcached |
H A D | Redis.php | 167 public function mtime() function in SimplePie\\Cache\\Redis |
/dokuwiki/vendor/splitbrain/php-archive/src/ | ||
H A D | FileInfo.php | 21 protected $mtime = 0; variable in splitbrain\\PHPArchive\\FileInfo |
H A D | Tar.php | 530 protected function writeRawFileHeader($name, $uid, $gid, $perm, $size, $mtime, $typeflag = '') argument |
H A D | Zip.php | 876 protected function makeUnixTime($mdate = null, $mtime = null) argument |