Home
last modified time | relevance | path

Searched refs:filemtime (Results 126 – 150 of 214) sorted by last modified time

123456789

/plugin/glossary/
H A Dglossary.class.php539 (time () - filemtime ($this->sampleFile) < $this->getConf ('sampleDelai'))) {
581 (time () - filemtime ($this->listFile) < $this->getConf ('listDelai'))) {
/plugin/data-au/syntax/
H A Dentry.php229 $revision = filemtime(wikiFN($id));
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DClassMetadata.php69 if ($timestamp < filemtime($filepath)) {
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DFileCacheReader.php116 && filemtime($path) < filemtime($filename)) {
151 && filemtime($path) < filemtime($filename)) {
186 && filemtime($path) < filemtime($filename)) {
H A DCachedReader.php242 [$filename ? filemtime($filename) : 0],
258 [$fileName ? filemtime($fileName) : 0],
/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/hoa/file/
H A DGeneric.php135 return filemtime($this->getStreamName());
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php183 return filemtime($this->findTemplate($name)) < $time;
/plugin/gdpr/action/
H A Doldips.php46 if (file_exists($cacheFile) && (time() - filemtime($cacheFile) < self::SECONDS_IN_A_DAY)) {
/plugin/farmsync/meta/
H A DFarmSyncUtil.php228 return filemtime($this->getRemoteMediaFilename($animal, $document));
230 return filemtime($this->getRemoteFilename($animal, $document, null, $clean));
/plugin/farmsync/action/
H A Dajax.php107 … $this->farm_util->replaceRemoteFile($targetFN, io_readFile($sourceFN), filemtime($sourceFN));
/plugin/datepicker/_test/
H A Dajax.test.php35 'lastmod' => @filemtime(wikiFN('test:plugin_datepicker:ajax')),
60 'lastmod' => @filemtime(wikiFN('test:plugin_datepicker:ajax')),
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Ddwfck_sessions.php62 if (filemtime($filename) + $maxlifetime < time()) {
/plugin/ckgdoku/action/
H A Dmeta.php118 $ft=filemtime($fn) ;
166 $this->ajax_debug(filesize ($fn) . ';' .filemtime($fn) );
/plugin/rowmove/_test/
H A Dajax.test.php36 'lastmod' => @filemtime(wikiFN('test:plugin_rowmove:syntax')),
/plugin/cleanoldips/
H A Daction.php46 if (file_exists($cacheFile) && (time() - filemtime($cacheFile) < self::SECONDS_IN_A_DAY)) {
/plugin/dlcount/
H A Daction.php78 $fmod = filemtime($conf['mediadir'] . '/' . $fn);
/plugin/codedoc/
H A Dspecials.php53 $data = date("F d Y H:i:s.", filemtime(wikiFN($ID)));
/plugin/cleanup/
H A Dhelper.php127 $mtime = filemtime($testfile);
148 $time = $opts['useatime'] ? fileatime($base . $file) : filemtime($base . $file);
164 $time = filemtime($base . $file);
186 $time = filemtime($base . $file);
215 $time = filemtime($base . $file);
238 $time = filemtime($base . $file);
261 $time = filemtime($base . $file);
H A Daction.php41 $ranat = @filemtime($lastrun);
/plugin/autolink3/
H A Dajax.php93 if(time()-@filemtime($lock) > 60*5)
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Ddwfck_sessions.php62 if (filemtime($filename) + $maxlifetime < time()) {
/plugin/cacherevisionseraser/
H A Dadmin.php378 if (time()-@filemtime($fileglob) < $this->locktime) {
379 …ln('<strong>'.$this->lang['lockexpirein'].' '.($this->locktime-(time()-@filemtime($fileglob))).' '…
/plugin/fetchmedia/action/
H A Dajax.php169 if (filemtime(wikiFN($pageId)) == time()) {

123456789