Home
last modified time | relevance | path

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

123456789

/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/
H A DFilesystemCache.php89 return (int) @filemtime($key);
/plugin/requiz/
H A Dhelper.php83 $lm = @filemtime(wikiFN($ID));
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
H A DFile.php123 filemtime($this->path)
H A DDirectory.php52 filemtime($newPath)
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DFile.php123 filemtime($this->path)
/plugin/codedoc/
H A Dspecials.php53 $data = date("F d Y H:i:s.", filemtime(wikiFN($ID)));
/plugin/deletehistory/
H A Dhelper.php87 … $updatedLog = substr_replace($currentLog[0], filemtime($file->getPathname()), 0, 10);
/plugin/approve/action/
H A Dprettyprint.php42 $last_change_date = @filemtime(wikiFN($INFO['id']));
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/
H A DDirectoryResource.php42 if (!is_dir($this->path) || filemtime($this->path) > $timestamp) {
/plugin/refnotes/
H A Daction.php539 if (@filemtime($destination) < @filemtime($source)) {
546 touch($destination, filemtime($source));
/plugin/simplechat/
H A Dsyntax.php110 …if( ((time() - filemtime( $filename ) ) > ( $this->getConf('chatretentiontimer') * 60 )) or $overl…
/plugin/snap/
H A Dhelper.php202 ((time()-filemtime($imagePath))>$conf['cachetime']) ||
266 $this->snapTime=filemtime($imagePath);
/plugin/indexmenu/
H A Daction.php117 if (@filemtime($cache->cache) < @filemtime($conf['cachedir'] . '/purgefile')) {
/plugin/loglog/helper/
H A Dreport.php40 if (is_file($statfile) && filemtime($statfile) >= $currentMonthStart) {
/plugin/autotranslation/
H A Dadmin.php69 if($page['mtime'] > filemtime($translfn)) {
/plugin/translation/
H A Dadmin.php81 if ($page['mtime'] > filemtime($translfn)) {
/plugin/combo/ComboStrap/
H A DFsWikiUtility.php194 'mtime' => filemtime(wikiFN($startPath)),
/plugin/settingstree/settings/
H A Dsettingshierarchy.class.php91 …&& @filemtime($path) <= static::$cache->get("plugin_{$pluginname}_lang_{$l}_{$type}_time") // and…
103 static::$cache->set("plugin_{$pluginname}_lang_{$l}_{$type}_time",filemtime($path),0);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerSimpleTest.php123 …'Last-Modified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.…
124 …'ETag' => ['"' . sha1(fileinode($filename) . filesize($filename) . filemtime($filename)…
/plugin/autolink3/
H A Dajax.php93 if(time()-@filemtime($lock) > 60*5)
/plugin/issuelinks/
H A Dsyntax.php102 $currentRev = @filemtime(wikiFN($ID));
/plugin/news/scripts/
H A Dnewsfeed.php86 $filetime = filemtime($xml_file);
/plugin/authgoogle/google/cache/
H A DGoogle_FileCache.php98 …if (! $expiration || (($mtime = @filemtime($storageFile)) !== false && ($now - $mtime) < $expirati…
/plugin/pureldap/classes/
H A DGroupHierarchyCache.php53 $cachetime = @filemtime($cachename);
/plugin/elasticsearch/helper/
H A Ddocparser.php99 'created' => date('Y-m-d\TH:i:s\Z', filemtime($file)),

123456789