Home
last modified time | relevance | path

Searched refs:filemtime (Results 126 – 150 of 214) sorted by path

123456789

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.vorbiscomment.php88 $timestampbeforewriting = filemtime($this->filename);
95 if ($timestampbeforewriting == filemtime($this->filename)) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DFileAsset.php76 return filemtime($source);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
H A DConfigCache.php101 if (false === $mtime = @filemtime($path)) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/
H A DDirectoryResource.php42 if (!is_dir($this->path) || filemtime($this->path) > $timestamp) {
H A DFileResource.php35 return file_exists($this->path) && filemtime($this->path) <= $timestamp;
/plugin/jsonrpc/
H A Djsonrpc.php147 $info['lastModified'] = new IJR_Date(filemtime($file));
185 $page['lastModified'] = new IJR_Date(@filemtime(wikiFN($pages[$idx])));
281 $time = @filemtime($file);
344 if(time()-@filemtime($lock) > 60*5){
626 $time = @filemtime($file);
/plugin/linkback/
H A Dadmin.php106 $date = filemtime($file);
/plugin/livemark/
H A Daction.php30 $mtime = @filemtime($cacheFile); // 0 if not exists
/plugin/logindelay/helper/
H A Dlog.php67 $remainingDelay = $delay - (time() - filemtime($this->statFile)) / 60;
/plugin/loglog/helper/
H A Dalert.php137 $lastAlert = filemtime($this->statfile);
H A Dreport.php40 if (is_file($statfile) && filemtime($statfile) >= $currentMonthStart) {
/plugin/maintenance/
H A Dhelper.php91 $last_run = (is_file($file)) ? filemtime($file) : 0;
/plugin/mantis/lib/
H A Dclass.wsdlcache.php86 if (file_exists($filename) && (time() - filemtime($filename) > $this->cache_lifetime)) {
/plugin/mathpublish/
H A Dimg.php14 $time = filemtime($cache);
/plugin/medialist/
H A Dhelper.php267 'mtime' => filemtime($fn),
/plugin/mediathumbnails/
H A Dthumb_engines.php32 if (filemtime($this->getSourceFilepath()) !== filemtime($this->getTargetFilepath())) {
33 touch($this->getTargetFilepath(), filemtime($this->getSourceFilepath()));
42 …return !file_exists($this->getTargetFilepath()) || filemtime($this->getTargetFilepath()) !== filem…
H A Dthumbnail.php162 return file_exists($this->getFilepath()) ? filemtime($this->getFilepath()) : false;
/plugin/mindmap/
H A Dsyntax.php479 'time' => filemtime(mediaFN($mid)),
/plugin/move/helper/
H A Dop.php195 $oldRev = filemtime(wikiFN($src));
H A Drewrite.php280 $oldRev = filemtime(wikiFN($id));
/plugin/news/
H A Dhelper.php98 $tm = filemtime ($file_path);
/plugin/news/scripts/
H A Dnewsfeed.php86 $filetime = filemtime($xml_file);
/plugin/odt/action/
H A Dexport.php473 http_conditionalRequest(filemtime($cachefile));
/plugin/owncloud/ajax/
H A Dfilelist.php58 $mtime = strftime($conf['dformat'],filemtime($fullpath.'/'.$folder));
69 $mtime = strftime($conf['dformat'],filemtime($fullpath.'/'.$file));
/plugin/pagequery/
H A Daction.php64 if (@filemtime($cache->cache) < @filemtime($conf['cachedir'] . '/purgefile')) {

123456789