Home
last modified time | relevance | path

Searched refs:filemtime (Results 76 – 100 of 214) sorted by path

123456789

/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php263 filemtime($file)
/plugin/farmsync/action/
H A Dajax.php107 … $this->farm_util->replaceRemoteFile($targetFN, io_readFile($sourceFN), filemtime($sourceFN));
/plugin/farmsync/meta/
H A DFarmSyncUtil.php228 return filemtime($this->getRemoteMediaFilename($animal, $document));
230 return filemtime($this->getRemoteFilename($animal, $document, null, $clean));
/plugin/fastwiki/
H A Daction.php176 $INFO['lastmod'] = @filemtime($INFO['filepath']);
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Ddwfck_sessions.php62 if (filemtime($filename) + $maxlifetime < time()) {
/plugin/fedauth/
H A Daction.php127 ($session['time'] >= @filemtime($conf['cachedir'] . '/sessionpurge')) &&
/plugin/feed/
H A Dfeed.php47 $cmod = @filemtime($cache); // 0 if not exists
48 if ($cmod && (@filemtime(DOKU_CONF . 'local.php') > $cmod
49 || @filemtime(DOKU_CONF . 'dokuwiki.php') > $cmod)
64 ($cmod > @filemtime($conf['changelog']))
67 … ($plugin !== 'discussion' || $cmod > @filemtime($conf['metadir'] . '/_comments.changes'))
/plugin/fetchmedia/action/
H A Dajax.php169 if (filemtime(wikiFN($pageId)) == time()) {
/plugin/filelist/
H A Dsyntax.php
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DCachedReader.php242 [$filename ? filemtime($filename) : 0],
258 [$fileName ? filemtime($fileName) : 0],
H A DFileCacheReader.php116 && filemtime($path) < filemtime($filename)) {
151 && filemtime($path) < filemtime($filename)) {
186 && filemtime($path) < filemtime($filename)) {
/plugin/findologicxmlexport/vendor/hoa/file/
H A DGeneric.php135 return filemtime($this->getStreamName());
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DClassMetadata.php69 if ($timestamp < filemtime($filepath)) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/
H A DFilesystemCache.php89 return (int) @filemtime($key);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php583 …if (file_exists($r->getFileName()) && ($extensionTime = filemtime($r->getFileName())) > $this->las…
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php183 return filemtime($this->findTemplate($name)) < $time;
/plugin/footer/
H A Daction.php253 if(@filemtime($cache->cache) < @filemtime($conf['cachedir'].'/purgefile')) {
/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/freesync/
H A Dhelper.php162 "llastModified" => @filemtime(wikiFN($pages[$idx])));
225 $time = @filemtime($file);
334 if(time()-@filemtime($lock) > 60*5){
368 $file['lastModified'] = filemtime($filename);
/plugin/gallery/
H A Dsyntax.php
/plugin/gcalendar/inc/
H A Dgcal_main.php141 $t = filemtime(DOKU_GCAL.$file);
145 (filemtime(DOKU_GCAL."style.css") < $infile_time)) {
/plugin/gdpr/action/
H A Doldips.php46 if (file_exists($cacheFile) && (time() - filemtime($cacheFile) < self::SECONDS_IN_A_DAY)) {
/plugin/gemini/
H A Dcli.php272 if (time() - filemtime($pemfile) > 3620 * 60 * 60 * 24) {
/plugin/gh/
H A Dsyntax.php116 $tcache = @filemtime($cache);
117 $tpage = @filemtime(wikiFN($ID));

123456789