Home
last modified time | relevance | path

Searched refs:filemtime (Results 76 – 100 of 214) sorted by last modified time

123456789

/plugin/ajaxedit/_test/
H A Dhelper.test.php18 $_POST['lastmod'] = @filemtime(wikiFn('wiki:dokuwiki'));
26 $_POST['lastmod'] = @filemtime(wikiFn('wiki:dokuwiki')) -1;
/plugin/mediathumbnails/
H A Dthumbnail.php162 return file_exists($this->getFilepath()) ? filemtime($this->getFilepath()) : false;
H A Dthumb_engines.php32 if (filemtime($this->getSourceFilepath()) !== filemtime($this->getTargetFilepath())) {
33 touch($this->getTargetFilepath(), filemtime($this->getSourceFilepath()));
42 …return !file_exists($this->getTargetFilepath()) || filemtime($this->getTargetFilepath()) !== filem…
/plugin/refnotes/
H A Ddatabase.php515 if ($this->cache[$fileName]['time'] == @filemtime($fileName)) {
536 $this->cache[$fileName] = array('ns' => $namespace, 'time' => @filemtime($fileName));
H A Daction.php539 if (@filemtime($destination) < @filemtime($source)) {
546 touch($destination, filemtime($source));
/plugin/deletehistory/
H A Dhelper.php87 … $updatedLog = substr_replace($currentLog[0], filemtime($file->getPathname()), 0, 10);
/plugin/logindelay/helper/
H A Dlog.php67 $remainingDelay = $delay - (time() - filemtime($this->statFile)) / 60;
/plugin/schedule/
H A Dschedules.class.php182 if (filemtime ($filename) < strtotime ('today'))
/plugin/bookcreator/action/
H A Dhandleselection.php193 'mtime' => filemtime(wikiFN($save_pageid))
/plugin/dtable/
H A Daction.php276 $locktime = filemtime(wikiLockFN($ID));
/plugin/drawio/
H A Daction.php92 $old = @filemtime($fl);
111 $new = @filemtime($fl);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php273 …AV:}getlastmodified' => new Xml\Property\GetLastModified(filemtime($tempLocation)),
/plugin/webdav/core/DAV/Collection/Tags/
H A DDirectory.php41 'mtime' => filemtime($file_path),
/plugin/webdav/core/
H A DUtils.php160 $item['mtime'] = filemtime("$base/$file");
168 $item['mtime'] = filemtime($item['path']);
/plugin/webdav/core/DAV/Collection/Media/
H A DFile.php61 $timestamp_old = @filemtime($this->info['path']);
91 $timestamp_new = @filemtime($this->info['path']);
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/
H A DFile.php77 filemtime($this->path)
H A DNode.php76 return filemtime($this->path);
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php52 filemtime($newPath)
H A DFile.php123 filemtime($this->path)
/plugin/footer/
H A Daction.php253 if(@filemtime($cache->cache) < @filemtime($conf['cachedir'].'/purgefile')) {
/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/elwikiupgrade/
H A DVerboseTarLib.class.php263 filemtime($file)
/plugin/loglog/helper/
H A Dalert.php137 $lastAlert = filemtime($this->statfile);
H A Dreport.php40 if (is_file($statfile) && filemtime($statfile) >= $currentMonthStart) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.sqlite3.php187 $filetime = filemtime($filename);

123456789