Home
last modified time | relevance | path

Searched refs:filemtime (Results 151 – 175 of 214) sorted by path

123456789

/plugin/pageredirect/
H A Daction.php68 if(@filemtime(metaFN($ID, '.meta')) < @filemtime(wikiFN($ID))) {
/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/pgn4web/pgn4web/
H A Dviewer.php327 if ((time() - filemtime($tmpDir . "/" . $entryName)) > 3600) {
/plugin/photogallery/phpThumb/
H A DphpThumb.php61 $nModified = filemtime($phpThumb->cache_filename);
556 header('Last-Modified: '.gmdate('D, d M Y H:i:s', @filemtime($SourceFilename)).' GMT');
H A Dphpthumb.class.php812 …mbCacheStats_filename) && is_readable($phpThumbCacheStats_filename) && (filemtime($phpThumbCacheSt…
830 $CacheDirOldFilesAge[$fullfilename] = @filemtime($fullfilename);
3734 $this->cache_filename .= '_dat'. (int) (@filemtime($this->sourceFilename));
/plugin/preservefilenames/
H A Daction_anteater.php115 $fmtime = @filemtime($file);
/plugin/projects/lib/
H A Dproject_file.php52 $time = (file_exists($path)) ? filemtime($path) : NULL;
/plugin/publish/action/
H A Dmail.php82 $timestamp = dformat(filemtime(wikiFN($ID)), $conf['dformat']);
109 $rev = filemtime(wikiFN($ID));
/plugin/pureldap/classes/
H A DClient.php208 $cachetime = @filemtime($cachename);
H A DGroupHierarchyCache.php53 $cachetime = @filemtime($cachename);
/plugin/reflect/
H A Daction.php39 $mtime = @filemtime($cacheFile); // 0 if not exists
/plugin/refnotes/
H A Daction.php539 if (@filemtime($destination) < @filemtime($source)) {
546 touch($destination, filemtime($source));
H A Ddatabase.php515 if ($this->cache[$fileName]['time'] == @filemtime($fileName)) {
536 $this->cache[$fileName] = array('ns' => $namespace, 'time' => @filemtime($fileName));
/plugin/repo/
H A Dsyntax.php103 $mtime = @filemtime($cache); // 0 if it doesn't exist
183 $mtime = @filemtime($cache); // 0 if it doesn't exist
187 ($mtime > filemtime(DOKU_INC.'vendor/geshi/geshi/src/geshi.php'))) {
/plugin/requiz/
H A Dhelper.php83 $lm = @filemtime(wikiFN($ID));
/plugin/revisionsdue/
H A Dsyntax.php44 $last_modified = filemtime($filename);
/plugin/rowmove/_test/
H A Dajax.test.php36 'lastmod' => @filemtime(wikiFN('test:plugin_rowmove:syntax')),
/plugin/rssticker/
H A DlastRSS.php67 $timedif = @(time() - filemtime($cache_file));
/plugin/schedule/
H A Dschedules.class.php182 if (filemtime ($filename) < strtotime ('today'))
/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);
/plugin/simplechat/
H A Dsyntax.php110 …if( ((time() - filemtime( $filename ) ) > ( $this->getConf('chatretentiontimer') * 60 )) or $overl…
/plugin/siteexport/inc/
H A Dfilewriter.php161 $mtime = @filemtime($cacheFile); // 0 if not exists
183 if ($mtime < @filemtime(wikiFN($site['id']))) {
/plugin/snap/
H A Dhelper.php202 ((time()-filemtime($imagePath))>$conf['cachetime']) ||
266 $this->snapTime=filemtime($imagePath);

123456789