Home
last modified time | relevance | path

Searched defs:mtime (Results 1 – 11 of 11) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DBase.php63 public function mtime(); function
H A DMySQL.php291 public function mtime() function in SimplePie\\Cache\\MySQL
H A DFile.php98 public function mtime() function in SimplePie\\Cache\\File
H A DMemcache.php106 public function mtime() function in SimplePie\\Cache\\Memcache
H A DRedis.php129 public function mtime() function in SimplePie\\Cache\\Redis
H A DMemcached.php101 public function mtime() function in SimplePie\\Cache\\Memcached
/dokuwiki/inc/Remote/Response/
H A DMedia.php44 $mtime = 0,
H A DPage.php45 $mtime = 0,
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DFileInfo.php21 protected $mtime = 0; variable in splitbrain\\PHPArchive\\FileInfo
138 public function setMtime($mtime)
H A DTar.php577 protected function writeRawFileHeader($name, $uid, $gid, $perm, $size, $mtime, $typeflag = '')
H A DZip.php876 protected function makeUnixTime($mdate = null, $mtime = null)