Home
last modified time | relevance | path

Searched refs:filemtime (Results 1 – 25 of 214) sorted by path

123456789

/plugin/a2s/
H A DASCIIToSVG.php1715 $cacheTime = filemtime($cacheFile);
1717 if (filemtime($dir) <= filemtime($cacheFile)) {
1771 filemtime($file) <= self::$cacheTime) {
/plugin/acknowledge/
H A Dhelper.php82 $lastmod = @filemtime(wikiFN($page));
/plugin/advanced/admin/
H A Dconfig.php168 … 'local_last_modify' => (file_exists($file_local) ? dformat(filemtime($file_local)) : ''),
169 …'protected_last_modify' => (file_exists($file_protected) ? dformat(filemtime($file_protected)) : '…
170 … 'default_last_modify' => (file_exists($file_default) ? dformat(filemtime($file_default)) : ''),
/plugin/aichat/
H A DEmbeddings.php150 if ($firstChunk && @filemtime(wikiFN($page)) < $firstChunk->getCreated()) {
/plugin/ajaxedit/_test/
H A Dhelper.test.php18 $_POST['lastmod'] = @filemtime(wikiFn('wiki:dokuwiki'));
26 $_POST['lastmod'] = @filemtime(wikiFn('wiki:dokuwiki')) -1;
/plugin/approve/action/
H A Dapprove.php169 $last_change_date = @filemtime(wikiFN($INFO['id']));
204 $last_change_date = @filemtime(wikiFN($INFO['id']));
H A Dmigration.php113 $last_change_date = @filemtime(wikiFN($page));
193 if (!$currev) $currev = @filemtime(wikiFN($id));
251 $currev = @filemtime(wikiFN($id));
H A Dprettyprint.php42 $last_change_date = @filemtime(wikiFN($INFO['id']));
/plugin/archivegenerator/
H A Dadmin.php443 $mtime = dformat(filemtime($fullArchiveFN));
453 $mtime = dformat(filemtime($updateArchiveFN));
/plugin/authgoogle/google/cache/
H A DGoogle_FileCache.php98 …if (! $expiration || (($mtime = @filemtime($storageFile)) !== false && ($now - $mtime) < $expirati…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php2803 public function filemtime($path) function in phpseclib3\\Net\\SFTP
/plugin/authorstats/
H A Daction.php143 if (@filemtime($cache->cache) < @filemtime($this->helpers->summaryfile)) {
/plugin/autolink3/
H A Dajax.php93 if(time()-@filemtime($lock) > 60*5)
/plugin/autotranslation/
H A Dadmin.php69 if($page['mtime'] > filemtime($translfn)) {
H A Dhelper.php428 if($INFO['lastmod'] >= @filemtime($origfn)) return;
/plugin/backup/
H A Dadmin.php114 echo dformat(filemtime($full), '%f');
/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/blog/
H A Dhelper.php80 if (!$date) $date = filemtime(wikiFN($id));
/plugin/bloglinks/
H A Daction.php100 if (!$date) $date = filemtime(wikiFN($ID));
/plugin/bookcreator/action/
H A Dhandleselection.php193 'mtime' => filemtime(wikiFN($save_pageid))
/plugin/cacherevisionseraser/
H A Dadmin.php378 if (time()-@filemtime($fileglob) < $this->locktime) {
379 …ln('<strong>'.$this->lang['lockexpirein'].' '.($this->locktime-(time()-@filemtime($fileglob))).' '…
/plugin/captcha/
H A Daction.php210 $last = @filemtime($lastrun);
H A Dhelper.php175 $lm = @filemtime(wikiFN($ID));
/plugin/catlist/
H A Dsyntax.php277 $meta['date']['modified'] = @filemtime($filepath);
/plugin/chat/
H A Dajax.php188 $mtime = @filemtime($pageFN);
219 $mtime = @filemtime($pageFN);

123456789