Home
last modified time | relevance | path

Searched refs:filemtime (Results 1 – 25 of 214) sorted by last modified time

123456789

/plugin/pagequery/
H A Daction.php64 if (@filemtime($cache->cache) < @filemtime($conf['cachedir'] . '/purgefile')) {
/plugin/siteexport/inc/
H A Dfilewriter.php161 $mtime = @filemtime($cacheFile); // 0 if not exists
183 if ($mtime < @filemtime(wikiFN($site['id']))) {
/plugin/linkback/
H A Dadmin.php106 $date = filemtime($file);
/plugin/struct/action/
H A Dbureaucracy.php166 $time = filemtime(wikiFN($id));
/plugin/struct/
H A Dhelper.php157 return filemtime($file);
/plugin/doi/Resolver/
H A DAbstractResolver.php92 if (@filemtime($cache) > filemtime($file)) {
/plugin/spatialhelper/
H A Daction.php139 $lastmod = @filemtime($path);
/plugin/acknowledge/
H A Dhelper.php82 $lastmod = @filemtime(wikiFN($page));
/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/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/aichat/
H A DEmbeddings.php150 if ($firstChunk && @filemtime(wikiFN($page)) < $firstChunk->getCreated()) {
/plugin/gallery/
H A Dsyntax.php
/plugin/structtasks/
H A Dcli.php133 $rev = @filemtime($filename);
/plugin/translation/
H A Dadmin.php81 if ($page['mtime'] > filemtime($translfn)) {
H A Dhelper.php338 if ($INFO['lastmod'] >= @filemtime($origfn)) return;
/plugin/todo/syntax/
H A Dtodo.php264 . ' data-date="' . hsc(@filemtime(wikiFN($ID))) . '"'
/plugin/todo/
H A Daction.php116 $locktime = filemtime(wikiLockFN($ID));
162 'date' => @filemtime(wikiFN($ID)),
178 'date' => @filemtime(wikiFN($ID)),
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dout.php61 if (((filemtime($path.$file)+$interval) < time()) && ($file != "..") && ($file != ".") && substr($file, -3)=='pdf') {
/plugin/dw2pdf/
H A Daction.php579 http_conditionalRequest(filemtime($cachefile));
721 $replace['@UPDATE@'] = dformat(filemtime(wikiFN($id, $REV)));
/plugin/combo/ComboStrap/
H A DLocalFileSystem.php70 $timestamp = filemtime($path->toCanonicalAbsolutePath()->toAbsoluteId());
H A DFile.php79 return Iso8601Date::createFromTimestamp(filemtime($this->path))->getDateTime();
H A DFileSystems.php322 $timestamp = filemtime($filename);
H A DFsWikiUtility.php194 'mtime' => filemtime(wikiFN($startPath)),
/plugin/data/syntax/
H A Dentry.php250 $revision = filemtime(wikiFN($id));

123456789