Home
last modified time | relevance | path

Searched refs:filemtime (Results 101 – 125 of 214) sorted by relevance

123456789

/plugin/snippets/
H A Daction.php224 $snip_time= filemtime(wikiFN($snipid));
233 $page_time= filemtime(wikiFN($pid));
/plugin/svgpureinsert/
H A Dhelper.php24 $cachedate = @filemtime($cachefile);
/plugin/livemark/
H A Daction.php30 $mtime = @filemtime($cacheFile); // 0 if not exists
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.dbm.php230 $key = $filename.'::'.filemtime($filename).'::'.filesize($filename);
H A Dextension.cache.mysql.php175 $filetime = filemtime($filename);
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php52 filemtime($newPath)
/plugin/wysiwyg/
H A Dajax.php106 if($DATE != 0 && @filemtime(wikiFN($ID)) > $DATE )
/plugin/cleanoldips/
H A Daction.php46 if (file_exists($cacheFile) && (time() - filemtime($cacheFile) < self::SECONDS_IN_A_DAY)) {
/plugin/maintenance/
H A Dhelper.php91 $last_run = (is_file($file)) ? filemtime($file) : 0;
/plugin/cronojob/jobs/
H A Dclearcache.php93 if (@filemtime($fileglob) > $time_older) return true;
/plugin/gdpr/action/
H A Doldips.php46 if (file_exists($cacheFile) && (time() - filemtime($cacheFile) < self::SECONDS_IN_A_DAY)) {
/plugin/bloglinks/
H A Daction.php100 if (!$date) $date = filemtime(wikiFN($ID));
/plugin/blog/
H A Dhelper.php80 if (!$date) $date = filemtime(wikiFN($id));
/plugin/approve/action/
H A Dapprove.php169 $last_change_date = @filemtime(wikiFN($INFO['id']));
204 $last_change_date = @filemtime(wikiFN($INFO['id']));
/plugin/revisionsdue/
H A Dsyntax.php44 $last_modified = filemtime($filename);
/plugin/loglog/helper/
H A Dalert.php137 $lastAlert = filemtime($this->statfile);
/plugin/tos/
H A Daction.php140 return (int)@filemtime($tosfile);
/plugin/batchedit/
H A Dengine.php495 $propsTime = @filemtime(self::getFileName($id, 'props'));
496 $matchesTime = @filemtime(self::getFileName($id, 'matches'));
508 $changeLogTime = @filemtime($conf['changelog']);
532 $lastPrune = @filemtime($marker);
/plugin/mediathumbnails/
H A Dthumbnail.php162 return file_exists($this->getFilepath()) ? filemtime($this->getFilepath()) : false;
/plugin/struct/
H A Dhelper.php157 return filemtime($file);
/plugin/refnotes/
H A Ddatabase.php515 if ($this->cache[$fileName]['time'] == @filemtime($fileName)) {
536 $this->cache[$fileName] = array('ns' => $namespace, 'time' => @filemtime($fileName));
/plugin/snap/
H A Dsyntax.php.ori172 ((time()-filemtime($imagePath))>$conf['cachetime']) ||
198 $titrePage.=" (".strftime($conf['dformat'],filemtime($imagePath)).")";
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php840 if (!file_exists($f_dst) || filemtime($f_dst) < filemtime($f_src) )
1082 $locktime = filemtime($cachefile_lock);
/plugin/statistics/inc/
H A DBrowscap.php267 $interval = time() - filemtime($ini_file);
287 // Adjust the filemtime to the $errorInterval
794 $local_tmstp = filemtime($path);
869 return filemtime($this->localFile);
/plugin/mantis/lib/
H A Dclass.wsdlcache.php86 if (file_exists($filename) && (time() - filemtime($filename) > $this->cache_lifetime)) {

123456789