Home
last modified time | relevance | path

Searched refs:filemtime (Results 176 – 200 of 214) sorted by last modified time

123456789

/plugin/svgpureinsert/
H A Dhelper.php24 $cachedate = @filemtime($cachefile);
/plugin/mantis/lib/
H A Dclass.wsdlcache.php86 if (file_exists($filename) && (time() - filemtime($filename) > $this->cache_lifetime)) {
/plugin/ghissues/helper/
H A DapiCacheInterface.php291 if (!($this->_etag_time = @filemtime($this->etag))) return false; // Check if cache is there
/plugin/owncloud/ajax/
H A Dfilelist.php58 $mtime = strftime($conf['dformat'],filemtime($fullpath.'/'.$folder));
69 $mtime = strftime($conf['dformat'],filemtime($fullpath.'/'.$file));
/plugin/xslfo/
H A Daction.php238 http_conditionalRequest(filemtime($file));
/plugin/maintenance/
H A Dhelper.php91 $last_run = (is_file($file)) ? filemtime($file) : 0;
/plugin/dokutexit/
H A Dconfig.php509 return filemtime($base) > filemtime($dest);
H A Dlatex.php1365 $mtime = @filemtime($local); // 0 if not exists
/plugin/revisionsdue/
H A Dsyntax.php44 $last_modified = filemtime($filename);
/plugin/simplechat/
H A Dsyntax.php110 …if( ((time() - filemtime( $filename ) ) > ( $this->getConf('chatretentiontimer') * 60 )) or $overl…
/plugin/requiz/
H A Dhelper.php83 $lm = @filemtime(wikiFN($ID));
/plugin/tindexmenu/inc/
H A Drepo.class.php22 $lm=@filemtime($zipfile);
H A Dpclzip.lib.php2536 $p_header['mtime'] = filemtime($p_filename);
3675 else if (filemtime($p_entry['filename']) > $p_entry['mtime'])
/plugin/tindexmenu/
H A Daction.php118 if (@filemtime($cache->cache) < @filemtime($conf['cachedir'].'/purgefile')) {
/plugin/projects/lib/
H A Dproject_file.php52 $time = (file_exists($path)) ? filemtime($path) : NULL;
/plugin/translationbuddy/
H A Dsyntax.php124 $date = @filemtime($fn);
/plugin/preservefilenames/
H A Daction_anteater.php115 $fmtime = @filemtime($file);
/plugin/fedauth/
H A Daction.php127 ($session['time'] >= @filemtime($conf['cachedir'] . '/sessionpurge')) &&
/plugin/solr/
H A Dhelper.php174 $last = @filemtime($idxtag);
175 if($last > @filemtime(wikiFN($id))){
199 if(time()-@filemtime($lock) > 60*5){
/plugin/xymon/dokuwiki-plugin/xymon/
H A Daction.php35 $update_message_cache_date = @filemtime($update_message_cache_filename);
40 $xymon_status_cache_file_date = @filemtime($xymon_status_cache_file);
/plugin/rssticker/
H A DlastRSS.php67 $timedif = @(time() - filemtime($cache_file));
/plugin/mindmap/
H A Dsyntax.php479 'time' => filemtime(mediaFN($mid)),
/plugin/gtime/action/
H A Dtimestamp.php114 $filetime = filemtime($filename);
/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/translation3/
H A Dhelper.php397 if($INFO['lastmod'] >= @filemtime($origfn) ) return;

123456789