Home
last modified time | relevance | path

Searched refs:mtime (Results 1 – 25 of 46) sorted by path

12

/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js1148 var i = 0, namelen = 0, name, o, ctime, mtime;
1170 mtime = blob.read_shift(2) + blob.read_shift(2) + blob.read_shift(2) + blob.read_shift(2);
1171 if(mtime !== 0) {
1172 o.mtime = mtime; o.mt = read_date(blob, blob.l-8);
H A Dxlsx.min.js3mtime;for(;i<sector.length;i+=128){blob=sector.slice(i,i+128);prep_blob(blob,64);namelen=blob.read…
H A Dxlsx.min.map1 …,"modulus","addr","nodes","__toBuffer","minifat_store","namelen","ctime","mtime","__utf16le","colo…
/plugin/archivegenerator/
H A Dadmin.php443 $mtime = dformat(filemtime($fullArchiveFN));
447 ptln(sprintf($this->getLang('message: archive exists'), $mtime));
453 $mtime = dformat(filemtime($updateArchiveFN));
457 ptln(sprintf($this->getLang('message: archive exists'), $mtime));
/plugin/authgoogle/google/cache/
H A DGoogle_FileCache.php98 …if (! $expiration || (($mtime = @filemtime($storageFile)) !== false && ($now - $mtime) < $expirati…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DBuildBazelRemoteExecutionV2NodeProperties.php23 public $mtime; variable in Google\\Service\\RemoteBuildExecution\\BuildBazelRemoteExecutionV2NodeProperties
28 public function setMtime($mtime) argument
30 $this->mtime = $mtime;
34 return $this->mtime;
/plugin/chat/
H A Dajax.php39 function _getChatHtml($pageFN, $ltime = 0, $mtime = 0) { argument
188 $mtime = @filemtime($pageFN);
190 if ($ltime == 0 || $mtime > $ltime) {
219 $mtime = @filemtime($pageFN);
225 if ($ltime == 0 || $mtime > $ltime) {
226 print "<!--AJAXCHAT_MTIME:$mtime-->\n";
227 print _getChatHtml($pageFN, $ltime, $mtime);
251 $mtime = time();
253 $html = "<!--AJAXCHAT_MTIME:$mtime-->\n";
296 print $html . _getChatHtml($pageFN, $ltime, $mtime);
/plugin/cleanup/
H A Dhelper.php127 $mtime = filemtime($testfile);
134 return ($mtime != $atime);
/plugin/combo/resources/snippet/js/
H A Dcache.js73 let mtime = combo.Date.createFromIso(result["mtime"]).toSqlTimestampString();
86 html += `<tr><td>${slotLabel}</td><td>${styledFormatResult}</td><td>${hitHtml}</td><td>${mtime}</td><td>${dependencies}</td><td>${fileAnchor}</td></tr>`;
/plugin/dokutexit/
H A Dlatex.php1365 $mtime = @filemtime($local); // 0 if not exists
1369 ($mtime != 0 && $cache != -1) || // exists but no endless cache
1370 ($mtime == 0) || // not exists
1371 ($cache != -1 && $mtime < time()-$cache) // expired
1381 if($mtime) return $local;
/plugin/eclipseupdateurl/
H A Dsyntax.php290 $mtime = @filemtime($local); // 0 if not exists
293 if( ($mtime == 0) || // cache does not exist
294 ($cache != -1 && $mtime < time()-$cache) // 'recache' and cache has expired
304 if($mtime) return $local;
/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php284 * @param int $mtime
287 public function addData($name, $data, $uid = 0, $gid = 0, $perm = 0666, $mtime = 0) { argument
299 ($mtime) ? $mtime : time()
443 * @param int $mtime
446 protected function writeFileHeader($name, $uid, $gid, $perm, $size, $mtime, $typeflag = '') { argument
472 $mtime = sprintf("%11s", decoct($mtime));
474 $data_first = pack("a100a8a8a8a12A12", $name, $perm, $uid, $gid, $size, $mtime);
/plugin/eventum/
H A Dsyntax.php94 $mtime = time() - $conf['locktime'];
96 if ($ent['mtime'] < $mtime) {
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DSplFileInfo.php75 if (-1 !== $mtime = $this->getMTime()) {
76 $this->_hash = md5($this->getPathname() . $mtime);
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DSplFileInfo.php112 $mtime = $this->sample($timestamp),
119 'mtime' => $mtime
129 ->isEqualTo($mtime);
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2mtime=new Date(node.timestamp);attr.ctime=new Date(node.timestamp);attr.blksize=4096;attr.blocks=M… argument
H A Dopus.js2mtime=new Date(node.timestamp);attr.ctime=new Date(node.timestamp);attr.blksize=4096;attr.blocks=M… argument
H A Dvorbis.js2mtime=new Date(node.timestamp);attr.ctime=new Date(node.timestamp);attr.blksize=4096;attr.blocks=M… argument
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.archive.tar.php64 $mtime = octdec(isset($attr['mtime'] ) ? trim($attr['mtime'] ) : '');
109 'mtime' => $mtime,
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.1.md4 * Fixed deep mtime on asset collections
20 * Added LazyAssetManager::getLastModified() for determining "deep" mtime
H A DREADME.md31 | mtime | getLastModified | n/a |
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DAssetCollection.php201 $mtime = 0;
204 if ($assetMtime > $mtime) {
205 $mtime = $assetMtime;
209 return $mtime;
H A DHttpAsset.php72 list(, $mtime) = explode(':', $header, 2);
74 return strtotime(trim($mtime));
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
H A DConfigCache.php101 if (false === $mtime = @filemtime($path)) {
107 return $mtime;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DAssetFactory.php253 $mtime = 0;
255 $mtime = max($mtime, $leaf->getLastModified());
278 $mtime = max($mtime, $this->getLastModified($child));
283 return $mtime;

12