Home
last modified time | relevance | path

Searched refs:filemtime (Results 101 – 125 of 214) sorted by last modified time

123456789

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DFileAsset.php76 return filemtime($source);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.metaflac.php114 $timestampbeforewriting = filemtime($this->filename);
125 if ($timestampbeforewriting == filemtime($this->filename)) {
177 $timestampbeforewriting = filemtime($this->filename);
184 if ($timestampbeforewriting == filemtime($this->filename)) {
H A Dwrite.vorbiscomment.php88 $timestampbeforewriting = filemtime($this->filename);
95 if ($timestampbeforewriting == filemtime($this->filename)) {
H A Dextension.cache.dbm.php230 $key = $filename.'::'.filemtime($filename).'::'.filesize($filename);
H A Dextension.cache.mysql.php175 $filetime = filemtime($filename);
H A Dextension.cache.mysqli.php208 $filetime = filemtime($filename);
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt1291 'file_modified_time' == filemtime($filename)
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/
H A DDirectoryResource.php42 if (!is_dir($this->path) || filemtime($this->path) > $timestamp) {
H A DFileResource.php35 return file_exists($this->path) && filemtime($this->path) <= $timestamp;
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mysqli.php469 $ThisFileInfo['file_modified_time'] = filemtime($filename);
678 } elseif (filemtime($row['filename']) != $row['last_modified']) {
679 if (abs(filemtime($row['filename']) - $row['last_modified']) != 3600) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
H A DConfigCache.php101 if (false === $mtime = @filemtime($path)) {
/plugin/filelist/
H A Dsyntax.php
/plugin/feed/
H A Dfeed.php47 $cmod = @filemtime($cache); // 0 if not exists
48 if ($cmod && (@filemtime(DOKU_CONF . 'local.php') > $cmod
49 || @filemtime(DOKU_CONF . 'dokuwiki.php') > $cmod)
64 ($cmod > @filemtime($conf['changelog']))
67 … ($plugin !== 'discussion' || $cmod > @filemtime($conf['metadir'] . '/_comments.changes'))
/plugin/backup/
H A Dadmin.php114 echo dformat(filemtime($full), '%f');
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …tcwd rewinddir readdir dir glob fileatime filectime filegroup fileinode filemtime fileowner filepe…
/plugin/issuelinks/
H A Dsyntax.php102 $currentRev = @filemtime(wikiFN($ID));
/plugin/issuelinks/helper/
H A Ddb.php409 $rev = filemtime(wikiFN($page));
H A Ddata.php123 if ((time() - filemtime($lockFN)) > 120) {
H A Dutil.php41 $currentRevision = filemtime(wikiFN($page_id));
/plugin/issuelinks/_test/
H A DhandleIssueLinkSyntax.test.php65 $REV = filemtime(wikiFN($ID))+1;
/plugin/autotranslation/
H A Dhelper.php428 if($INFO['lastmod'] >= @filemtime($origfn)) return;
H A Dadmin.php69 if($page['mtime'] > filemtime($translfn)) {
/plugin/tiledblog/
H A Dsyntax.php78 (time () - filemtime ($filename) < $this->getConf ('sampleDelai'))) {
103 (time () - filemtime ($filename) < $this->getConf ('sampleDelai'))) {
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …tents file_put_contents ' +\n 'fileatime filectime filegroup fileinode filemtime fileowner filepe…
/plugin/tagadd/_test/
H A Dajax.test.php41 'lastmod' => @filemtime(wikiFN('test:plugin_tagadd')),
57 'lastmod' => @filemtime(wikiFN('test:plugin_tagadd')),

123456789