Home
last modified time | relevance | path

Searched refs:filemtime (Results 151 – 175 of 214) sorted by last modified time

123456789

/plugin/issuetracker/
H A Dsyntax.php1760 … $t_check = filemtime(DOKU_INC.$ip_block_path.'/'.$filename)+$ip_blocked_sec;
1786 … $t_check = intval((filemtime(DOKU_INC.$ip_block_path.'/'.$filename)+$ip_blocked_sec-time())/60);
1795 … $t_check = intval((filemtime(DOKU_INC.$ip_block_path.'/'.$filename)+$ip_blocked_sec-time())/60);
H A Daction.php3538 … $t_check = filemtime(DOKU_INC.$ip_block_path.'/'.$filename)+$ip_blocked_sec;
3564 … $t_check = intval((filemtime(DOKU_INC.$ip_block_path.'/'.$filename)+$ip_blocked_sec-time())/60);
3573 … $t_check = intval((filemtime(DOKU_INC.$ip_block_path.'/'.$filename)+$ip_blocked_sec-time())/60);
/plugin/src/
H A Daction.php92 $mtime = @filemtime($file);
/plugin/reflect/
H A Daction.php39 $mtime = @filemtime($cacheFile); // 0 if not exists
/plugin/docsearchsitemap/
H A Daction.php59 $date = @filemtime(mediaFN($id));
/plugin/authgoogle/google/cache/
H A DGoogle_FileCache.php98 …if (! $expiration || (($mtime = @filemtime($storageFile)) !== false && ($now - $mtime) < $expirati…
/plugin/eclipseupdateurl/
H A Dsyntax.php290 $mtime = @filemtime($local); // 0 if not exists
/plugin/csstimeline/
H A Dfeed.php52 $cmod = @filemtime($cache); // 0 if not exists
53 if($cmod && (@filemtime(DOKU_CONF . 'local.php') > $cmod
54 || @filemtime(DOKU_CONF . 'dokuwiki.php') > $cmod)
69 ($cmod > @filemtime($conf['changelog']))
/plugin/news/
H A Dhelper.php98 $tm = filemtime ($file_path);
/plugin/news/scripts/
H A Dnewsfeed.php86 $filetime = filemtime($xml_file);
/plugin/medialist/
H A Dhelper.php267 'mtime' => filemtime($fn),
/plugin/datatemplate/syntax/inc/
H A Dcache.php61 $cachedate = filemtime($cachefile);
69 $modified = filemtime(wikiFN($pageid[0]));
/plugin/panoview/
H A Dsyntax.php215 $time = filemtime($file);
237 if(time() - @filemtime($lockDir) > 30) $this->tile_unlock($d);
H A Dtiles.php25 $data['mtime'] = @filemtime($data['file']);
50 $data['cachet'] = @filemtime($data['cache']);
/plugin/graphgear/
H A Dload.php15 $time = @filemtime($cache);
/plugin/godiag/
H A Dsyntax.php322 if(@filemtime($filename_png) < filemtime(__FILE__)) {
328 if(@filemtime($filename_sgf) < filemtime(__FILE__)) {
H A Dfetch.php26 $fmtime = @filemtime($file);
/plugin/ditaa/
H A Dsyntax.php178 if(@filemtime($file_png) < filemtime($file_cfg)) {
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php75 $time1 = filemtime($filename);
79 $time2 = filemtime($filename);
150 $ret["timestamp"][] = filemtime($dir.'/'.$file);
168 $ret["timestamp"][] = filemtime($dir.'/'.$file);
184 $ret["timestamp"][] = filemtime($leaffilename);
237 $ret["timestamp"][] = filemtime($leaffilename);
/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/pgn4web/pgn4web/
H A Dviewer.php327 if ((time() - filemtime($tmpDir . "/" . $entryName)) > 3600) {
/plugin/editx/
H A Daction.php187 $old = @filemtime($file); // from page
/plugin/livemark/
H A Daction.php30 $mtime = @filemtime($cacheFile); // 0 if not exists
/plugin/settingstree/
H A Dhelper.php181 return @filemtime(DOKU_SETTINGS_DIR."/{$pluginname}.meta.json") < $version;
/plugin/settingstree/settings/
H A Dsettingshierarchy.class.php91 …&& @filemtime($path) <= static::$cache->get("plugin_{$pluginname}_lang_{$l}_{$type}_time") // and…
103 static::$cache->set("plugin_{$pluginname}_lang_{$l}_{$type}_time",filemtime($path),0);

123456789