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.php102 public function mtime(); function
H A DMySQL.php330 public function mtime() function in SimplePie\\Cache\\MySQL
H A DMemcache.php145 public function mtime() function in SimplePie\\Cache\\Memcache
H A DFile.php137 public function mtime() function in SimplePie\\Cache\\File
H A DMemcached.php140 public function mtime() function in SimplePie\\Cache\\Memcached
H A DRedis.php166 public function mtime() function in SimplePie\\Cache\\Redis
/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)