Home
last modified time | relevance | path

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

123456789

/plugin/a2s/
H A DASCIIToSVG.php1715 $cacheTime = filemtime($cacheFile);
1717 if (filemtime($dir) <= filemtime($cacheFile)) {
1771 filemtime($file) <= self::$cacheTime) {
/plugin/catlist/
H A Dsyntax.php277 $meta['date']['modified'] = @filemtime($filepath);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DPluginTest.php915 filemtime($filename)
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php583 …if (file_exists($r->getFileName()) && ($extensionTime = filemtime($r->getFileName())) > $this->las…
/plugin/tindexmenu/inc/
H A Dpclzip.lib.php2536 $p_header['mtime'] = filemtime($p_filename);
3675 else if (filemtime($p_entry['filename']) > $p_entry['mtime'])
/plugin/indexmenu/inc/
H A Dpclzip.lib.php2421 $p_header['mtime'] = filemtime($p_filename);
3561 } elseif (filemtime($p_entry['filename']) > $p_entry['mtime']) {
3562 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 2, "Existing file '".$p_entry['filename']."' is newer (".date("l dS of F Y h:i:s A", filemtime($p_entry['filename'])).") than the extracted file (".date("l dS of F Y h:i:s A", $p_entry['mtime']).")");
3593 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 2, "Existing file '".$p_entry['filename']."' is older than the extrated one - will be replaced by the extracted one (".date("l dS of F Y h:i:s A", filemtime($p_entry['filename'])).") than the extracted file (".date("l dS of F Y h:i:s A", $p_entry['mtime']).")");
/plugin/issuetracker/
H A Daction.php3538 … $t_check = filemtime(DOKU_INC.$ip_block_path.'/'.$filename)+$ip_blocked_sec;
3564 … $t_check = intval((filemtime(DOKU_INC.$ip_block_path.'/'.$filename)+$ip_blocked_sec-time())/60);
3573 … $t_check = intval((filemtime(DOKU_INC.$ip_block_path.'/'.$filename)+$ip_blocked_sec-time())/60);
/plugin/dokutexit/
H A Dlatex.php1365 $mtime = @filemtime($local); // 0 if not exists
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …tcwd rewinddir readdir dir glob fileatime filectime filegroup fileinode filemtime fileowner filepe…
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php812 …mbCacheStats_filename) && is_readable($phpThumbCacheStats_filename) && (filemtime($phpThumbCacheSt…
830 $CacheDirOldFilesAge[$fullfilename] = @filemtime($fullfilename);
3734 $this->cache_filename .= '_dat'. (int) (@filemtime($this->sourceFilename));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php2803 public function filemtime($path) function in phpseclib3\\Net\\SFTP
/plugin/schedule/
H A Dschedules.class.php182 if (filemtime ($filename) < strtotime ('today'))
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt1291 'file_modified_time' == filemtime($filename)
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …tents file_put_contents ' +\n 'fileatime filectime filegroup fileinode filemtime fileowner filepe…

123456789