/plugin/zip/pear/File/Archive/Writer/ |
H A D | Zip.php | 96 $mtime = preg_replace( 100 ($mtime['mon' ]<<21)| 103 ($mtime['minutes']<<5)| 105 eval('$mtime = "'.$mtime.'";'); 106 return $mtime; 130 $mtime. 162 $mtime. 178 $mtime. 198 $mtime = filemtime($dataFilename); 208 $info['mtime'] != $mtime) { [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/ |
H A D | BuildBazelRemoteExecutionV2NodeProperties.php | 23 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 D | ajax.php | 39 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/pglist/ |
H A D | syntax.php | 177 $renderer->cdata(' '.dformat($item['mtime'])); 204 if ($b['mtime'] < $a['mtime']) { 206 } elseif($b['mtime'] > $a['mtime']) {
|
/plugin/upgrade/vendor/splitbrain/php-archive/src/ |
H A D | FileInfo.php | 21 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 D | Zip.php | 618 $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/repo/ |
H A D | syntax.php | 103 $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/svgimg2/ |
H A D | action.php | 50 $mtime = @filemtime($cacheFile); // 0 if not exists 51 if( ($mtime == 0) || // cache does not exist 52 ($data['cache'] != -1 && $mtime < time()-$data['cache']) ) { // 'recache' and cache has expired
|
/plugin/src/ |
H A D | action.php | 92 $mtime = @filemtime($file); 93 if (!$mtime) { return 0; } 95 $age = max($age,$mtime);
|
/plugin/source/ |
H A D | action.php | 90 $mtime = @filemtime($file); 91 if (!$mtime) { return 0; } 93 $age = max($age,$mtime);
|
/plugin/owncloud/ajax/ |
H A D | filelist.php | 58 $mtime = strftime($conf['dformat'],filemtime($fullpath.'/'.$folder)); variable 63 …ng.'> '.$link.' </td><td class="col1"> </td><td class="col2 fileinfo">'.$mtime.'</td><td class="c… 69 $mtime = strftime($conf['dformat'],filemtime($fullpath.'/'.$file)); variable 87 …class="col1 fileinfo">'.$authorsString.'</td><td class="col2 fileinfo">'.$mtime.'</td><td class="c…
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/ |
H A D | AssetFactory.php | 253 $mtime = 0; 255 $mtime = max($mtime, $leaf->getLastModified()); 278 $mtime = max($mtime, $this->getLastModified($child)); 283 return $mtime;
|
/plugin/elwikiupgrade/ |
H A D | VerboseTarLib.class.php | 284 * @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/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/ |
H A D | AssetCollection.php | 201 $mtime = 0; 204 if ($assetMtime > $mtime) { 205 $mtime = $assetMtime; 209 return $mtime;
|
H A D | HttpAsset.php | 72 list(, $mtime) = explode(':', $header, 2); 74 return strtotime(trim($mtime));
|
/plugin/livemark/ |
H A D | action.php | 30 $mtime = @filemtime($cacheFile); // 0 if not exists 33 if( ($mtime == 0) || // cache does not exist 34 ($mtime < time()-$cache) // 'recache' and cache has expired
|
/plugin/findologicxmlexport/vendor/hoa/iterator/ |
H A D | SplFileInfo.php | 75 if (-1 !== $mtime = $this->getMTime()) { 76 $this->_hash = md5($this->getPathname() . $mtime);
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/ |
H A D | ConfigCache.php | 101 if (false === $mtime = @filemtime($path)) { 107 return $mtime;
|
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/ |
H A D | SplFileInfo.php | 112 $mtime = $this->sample($timestamp), 119 'mtime' => $mtime 129 ->isEqualTo($mtime);
|
/plugin/siteexport/inc/ |
H A D | filewriter.php | 161 $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/nspages/fileHelper/ |
H A D | namespacePreparer.php | 41 $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/zip/pear/File/Archive/Reader/ |
H A D | Ar.php | 137 $mtime = $this->source->getData(12); 167 if (empty($name) || empty($mtime) || empty($uid) || 182 9 => $mtime, 183 'mtime' => $mtime
|
/plugin/eclipseupdateurl/ |
H A D | syntax.php | 290 $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/combo/resources/snippet/js/ |
H A D | cache.js | 73 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/authgoogle/google/cache/ |
H A D | Google_FileCache.php | 98 …if (! $expiration || (($mtime = @filemtime($storageFile)) !== false && ($now - $mtime) < $expirati…
|