Home
last modified time | relevance | path

Searched refs:filemtime (Results 26 – 50 of 214) sorted by relevance

123456789

/plugin/approve/action/
H A Dmigration.php113 $last_change_date = @filemtime(wikiFN($page));
193 if (!$currev) $currev = @filemtime(wikiFN($id));
251 $currev = @filemtime(wikiFN($id));
/plugin/gh/
H A Dsyntax.php116 $tcache = @filemtime($cache);
117 $tpage = @filemtime(wikiFN($ID));
/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/todo/
H A Daction.php116 $locktime = filemtime(wikiLockFN($ID));
162 'date' => @filemtime(wikiFN($ID)),
178 'date' => @filemtime(wikiFN($ID)),
/plugin/solr/
H A Dhelper.php174 $last = @filemtime($idxtag);
175 if($last > @filemtime(wikiFN($id))){
199 if(time()-@filemtime($lock) > 60*5){
/plugin/gcalendar/inc/
H A Dgcal_main.php141 $t = filemtime(DOKU_GCAL.$file);
145 (filemtime(DOKU_GCAL."style.css") < $infile_time)) {
/plugin/owncloud/ajax/
H A Dfilelist.php58 $mtime = strftime($conf['dformat'],filemtime($fullpath.'/'.$folder));
69 $mtime = strftime($conf['dformat'],filemtime($fullpath.'/'.$file));
/plugin/drawio/
H A Daction.php92 $old = @filemtime($fl);
111 $new = @filemtime($fl);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/
H A DFileResource.php35 return file_exists($this->path) && filemtime($this->path) <= $timestamp;
/plugin/graphgear/
H A Dload.php15 $time = @filemtime($cache);
/plugin/godiag/
H A Dfetch.php26 $fmtime = @filemtime($file);
/plugin/jsonrpc/
H A Djsonrpc.php147 $info['lastModified'] = new IJR_Date(filemtime($file));
185 $page['lastModified'] = new IJR_Date(@filemtime(wikiFN($pages[$idx])));
281 $time = @filemtime($file);
344 if(time()-@filemtime($lock) > 60*5){
626 $time = @filemtime($file);
/plugin/webdav/core/
H A DUtils.php160 $item['mtime'] = filemtime("$base/$file");
168 $item['mtime'] = filemtime($item['path']);
/plugin/icon/
H A DSVG.php39 if (!file_exists($cache) || filemtime($cache) < filemtime(__FILE__)) {
/plugin/cleanup/
H A Daction.php41 $ranat = @filemtime($lastrun);
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/
H A DFile.php77 filemtime($this->path)
H A DNode.php76 return filemtime($this->path);
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DFile.php77 filemtime($this->path)
H A DNode.php76 return filemtime($this->path);
/plugin/mathpublish/
H A Dimg.php14 $time = filemtime($cache);
/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/publish/action/
H A Dmail.php82 $timestamp = dformat(filemtime(wikiFN($ID)), $conf['dformat']);
109 $rev = filemtime(wikiFN($ID));
/plugin/logindelay/helper/
H A Dlog.php67 $remainingDelay = $delay - (time() - filemtime($this->statFile)) / 60;
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DCachedReader.php242 [$filename ? filemtime($filename) : 0],
258 [$fileName ? filemtime($fileName) : 0],
/plugin/tiledblog/
H A Dsyntax.php78 (time () - filemtime ($filename) < $this->getConf ('sampleDelai'))) {
103 (time () - filemtime ($filename) < $this->getConf ('sampleDelai'))) {

123456789