Home
last modified time | relevance | path

Searched refs:mtime (Results 1 – 25 of 46) sorted by last modified time

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;
H A DnamespacePreparer.php41 $ns['sort'] = $this->buildSortAttribute($ns['nameToDisplay'], $ns['id'], $ns['mtime']);
77 private function buildSortAttribute($nameToDisplay, $nsId, $mtime){
81 return $mtime;
72 buildSortAttribute($nameToDisplay, $nsId, $mtime) global() argument
/plugin/siteexport/inc/
H A Dfilewriter.php161 $mtime = @filemtime($cacheFile); // 0 if not exists
164 if ($mtime == 0 || $mtime < time()-$this->functions->settings->cachetime)
183 if ($mtime < @filemtime(wikiFN($site['id']))) {
/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);
/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/upgrade/vendor/splitbrain/php-archive/src/
H A DFileInfo.php21 protected $mtime = 0; variable in splitbrain\\PHPArchive\\FileInfo
36 $this->mtime = time();
85 $file->setMtime($stat['mtime']);
132 return $this->mtime;
136 * @param int $mtime
138 public function setMtime($mtime) argument
140 $this->mtime = $mtime;
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']);
H A DZip.php618 $header['mtime'] = $this->makeUnixTime($header['mdate'], $header['mtime']);
666 $header['mtime'] = $this->makeUnixTime($data['mdate'], $data['mtime']);
714 $fileinfo->setMtime($header['mtime']);
873 * @param $mtime
876 protected function makeUnixTime($mdate = null, $mtime = null) argument
878 if ($mdate && $mtime) {
883 $hour = ($mtime & 0xF800) >> 11;
884 $minute = ($mtime
[all...]
/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/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/latex-was/
H A Dadmin.php87 case 'mtime':
/plugin/repo/
H A Dsyntax.php103 $mtime = @filemtime($cache); // 0 if it doesn't exist
105 if (($mtime != 0) && !$_REQUEST['purge'] && ($mtime > time() - $refresh)) {
183 $mtime = @filemtime($cache); // 0 if it doesn't exist
185 if (($mtime != 0) && !$_REQUEST['purge'] &&
186 ($mtime > time() - $refresh) &&
187 ($mtime > filemtime(DOKU_INC.'vendor/geshi/geshi/src/geshi.php'))) {
/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/pglist/
H A Dsyntax.php177 $renderer->cdata(' '.dformat($item['mtime']));
204 if ($b['mtime'] < $a['mtime']) {
206 } elseif($b['mtime'] > $a['mtime']) {
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
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
H A Dogg.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 DREADME.md31 | mtime | getLastModified | n/a |
H A DCHANGELOG-1.1.md4 * Fixed deep mtime on asset collections
20 * Added LazyAssetManager::getLastModified() for determining "deep" mtime
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DHttpAsset.php72 list(, $mtime) = explode(':', $header, 2);
74 return strtotime(trim($mtime));
H A DAssetCollection.php201 $mtime = 0;
204 if ($assetMtime > $mtime) {
205 $mtime = $assetMtime;
209 return $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;
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DSplFileInfo.php75 if (-1 !== $mtime = $this->getMTime()) {
76 $this->_hash = md5($this->getPathname() . $mtime);

12