Home
last modified time | relevance | path

Searched refs:getMTime (Results 1 – 8 of 8) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DSplFileInfo.php75 if (-1 !== $mtime = $this->getMTime()) {
99 public function getMTime() function in Hoa\\Iterator\\SplFileInfo
102 return parent::getMTime();
/plugin/zip/pear/File/Archive/Writer/
H A DZip.php93 function getMTime($time) function in File_Archive_Writer_Zip
124 $mtime = $this->getMTime(isset($stat[9]) ? $stat[9] : null);
157 $mtime = $this->getMTime(isset($stat[9]) ? $stat[9] : null);
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DStatable.php89 public function getMTime(); function
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCache.php115 ? $item->getMTime() + $this->cleanupInterval < time()
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFinder.php489 return $current->getMTime() >= $time;
493 return $current->getMTime() < $time;
H A DGeneric.php133 public function getMTime() function in Hoa\\File\\Generic
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DSplFileInfo.php128 ->integer($result->getMTime())
/plugin/batchedit/
H A Dengine.php543 if ($fileInfo->getMTime() + $this->expirationTime < $now) {