Home
last modified time | relevance | path

Searched refs:mtime (Results 26 – 46 of 46) sorted by relevance

12

/plugin/nspages/fileHelper/
H A DpagePreparer.php61 $page['sort'] = $this->buildSortAttribute($page['nameToDisplay'], $page['id'], $page['mtime']);
137 private function buildSortAttribute($nameToDisplay, $pageId, $mtime){ argument
144 return $mtime;
/plugin/reflect/
H A Daction.php39 $mtime = @filemtime($cacheFile); // 0 if not exists
42 if( ($mtime == 0) || // cache does not exist
43 ($mtime < time()-$cache) // 'recache' and cache has expired
/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/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/mindmap/
H A Dsyntax.php313 'time' => $item['mtime'],
355 'mtime' => filemtime(wikiFN($ns)),
376 if(!$time) $time = $item['mtime'];
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php526 * @param int $mtime
530 protected function writeRawFileHeader($name, $uid, $gid, $perm, $size, $mtime, $typeflag = '') argument
557 $mtime = sprintf("%11s", decoct($mtime));
559 $data_first = pack("a100a8a8a8a12A12", $name, $perm, $uid, $gid, $size, $mtime);
618 $return['mtime'] = OctDec(trim($header['mtime']));
657 $fileinfo->setMtime($header['mtime']);
/plugin/eventum/
H A Dsyntax.php94 $mtime = time() - $conf['locktime'];
96 if ($ent['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/cleanup/
H A Dhelper.php127 $mtime = filemtime($testfile);
134 return ($mtime != $atime);
/plugin/latex/
H A Dadmin.php87 case 'mtime':
/plugin/latex-was/
H A Dadmin.php87 case 'mtime':
/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/txt2tags/
H A Dtxt2tags.class.php87 var $mtime; # last modified timestamp of the input file variable in T2T
683 $line = preg_replace('/%%(date|mtime)(\\((.+?)\\))?/ie',
/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 Dvorbis.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
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
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.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.map1 …,"modulus","addr","nodes","__toBuffer","minifat_store","namelen","ctime","mtime","__utf16le","colo…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs1569 if(flags & 1) p.mtime = blob.read_shift(4);
1575 if(p.mtime) p.mt = new Date(p.mtime*1000);
1880 …var mtime/*:number*/ = blob.read_shift(2) + blob.read_shift(2) + blob.read_shift(2) + blob.read_sh…
1881 if(mtime !== 0) o.mt = read_date(blob, blob.l-8);

12