Home
last modified time | relevance | path

Searched refs:stat (Results 26 – 50 of 100) sorted by relevance

1234

/plugin/zip/pear/File/Archive/Writer/
H A DArchive.php61 * @param array $stat The stat of the archive (see the PHP stat() function).
67 $stat = array(), $autoClose = true) argument
72 $this->innerWriter->newFile($filename, $stat, $this->getMime());
H A DMulti.php53 function newFile($filename, $stat = array(), $mime = "application/octet-stream") argument
57 $error = $this->writers[$key]->newFile($filename, $stat, $mime);
H A DOutput.php61 function newFile($filename, $stat = array(), $mime = "application/octet-stream") argument
H A DMail.php155 function newFile($filename, $stat, $mime = "application/octet-stream") argument
/plugin/siteexport/inc/
H A Dfilewriter.php219 $stat = $zip->statIndex(0);
220 $this->functions->debug->message("Stat.", $stat, 3);
221 if (substr($stat['name'], -3) != 'pdf') {
223 … $this->functions->debug->message("The file was not a PDF ({$stat['name']}).", $stat['name'], 2);
232 $data['orig'] = utf8_basename($stat['name']);
233 $zip->extractTo($folder, $stat['name']);
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DUniform.php119 $stat = [];
122 $stat[$c] = $this->_data[$child][$n]['n'];
127 for ($e = 0, $b = $stat[$e], $max = count($stat) - 1;
129 $b += $stat[++$e]);
145 $stat = &$data['xy'];
150 foreach ($stat as $α => $st) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1036 $is_directory = $stat && $stat['type'] === NET_SFTP_TYPE_DIRECTORY;
1289 if (!isset($value->stat) && isset($temp[$dir]->stat)) {
1290 $value->stat = $temp[$dir]->stat;
1388 if ($stat === false) {
1397 return $stat;
1411 return $stat;
1462 return $stat;
2197 $size = !empty($stat) ? $stat['size'] : 0;
2271 $stat = stat($data);
2504 $stat = $this->stat($remote_file);
[all …]
/plugin/do/
H A Dhelper.php277 $stat = $this->db->res2row($res);
278 if ($stat == false) {
281 $stat = $stat['status'];
291 if (!$stat) {
293 $stat = date('Y-m-d', time());
299 $page, $md5, $stat, $name, $commitmsg
303 return $stat;
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DFileInfo.php74 $stat = stat($path);
83 $file->setUid($stat['uid']);
84 $file->setGid($stat['gid']);
85 $file->setMtime($stat['mtime']);
/plugin/diagramsnet/lib/js/diagramly/
H A DDropboxClient.js625 var path = file.stat.path_display.substring(1);
645 return this.client.filesMove({from_path: file.stat.path_display, to_path: '/' +
707 this.saveFile(filename, data, mxUtils.bind(this, function(stat) argument
711 success(new DropboxLibrary(this.ui, data, stat));
715 success(new DropboxFile(this.ui, data, stat));
794 this.readFile({path: rel}, mxUtils.bind(this, function(data, stat) argument
796 if (stat != null && stat.id == files[0].id)
802 fn(rel.substring(1), new DropboxLibrary(this.ui, data, stat));
921 this.readFile({path: rel}, mxUtils.bind(this, function(data, stat) argument
923 if (stat != null && stat.id == files[0].id)
[all …]
H A DDropboxLibrary.js5 DropboxLibrary = function(ui, data, stat) argument
7 DropboxFile.call(this, ui, data, stat);
H A DElectronApp.js799 file.stat = stat;
936 file.stat = stat;
1115 fs.stat(path, function(err, stat) argument
1201 file.stat = stat;
1219 return this.stat;
1227 this.stat = stat;
1255 file.stat = stat;
1323 return stat != null && this.stat != null && stat.mtimeMs != this.stat.mtimeMs;
1396 origStat: this.stat,
1403 var lastDesc = this.stat;
[all …]
/plugin/zip/pear/File/Archive/Reader/
H A DTar.php318 $stat = $this->currentStat;
325 unset($stat[7]);
326 $stat[9] = $stat['mtime'] = time();
327 $writer->newFile($filename, $stat);
H A DZip.php375 $stat = $this->currentStat;
382 unset($stat[7]);
383 $stat[9] = $stat['mtime'] = time();
384 $writer->newFile($filename, $stat);
H A DAr.php350 $stat = $this->_currentStat;
357 unset($stat[7]);
358 $writer->newFile($filename, $stat);
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A DPhp72.php143 $stat = @fstat($stream);
145 return $stat ? 0020000 === ($stat['mode'] & 0170000) : false;
/plugin/pagestat/
H A Dplugin.info.txt6 desc Page stat
/plugin/publist/bib2tpl/
H A Dbibtex_converter.php151 $stat = self::$parser->parse();
153 if ( PEAR::isError($stat) ) {
154 return $stat;
/plugin/publistf/bib2tpl/
H A Dbibtex_converter.php170 $stat = self::$parser->parse();
172 if ( PEAR::isError($stat) ) {
173 return $stat;
/plugin/publistx/bib2tpl/
H A Dbibtex_converter.php166 $stat = self::$parser->parse();
168 if ( PEAR::isError($stat) ) {
169 return $stat;
/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php256 $stat = stat($file);
259 $stat[4],
260 $stat[5],
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php520 if ($this->sftp->stat($path_to)) {
666 $results = $this->sftp->stat($this->path);
709 … $results = $flags & STREAM_URL_STAT_LINK ? $this->sftp->lstat($path) : $this->sftp->stat($path);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DStreamReader.php383 $stat = \fstat($this->stream);
384 $this->totalLength = $stat['size'];
/plugin/rater/
H A DREADME32 {(rater>id=1|name=item1|type=stat)}
/plugin/nssize/
H A Dsyntax.php70 $stats = stat($location.'/'.$file);

1234