Home
last modified time | relevance | path

Searched refs:comptype (Results 1 – 2 of 2) sorted by relevance

/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php30 * @param int $comptype
35 if($comptype == self::COMPRESS_AUTO) $comptype = $this->filetype($file);
36 $this->compressioncheck($comptype);
38 $this->comptype = $comptype;
207 * @param int $comptype
214 if($comptype == self::COMPRESS_AUTO) $comptype = $this->filetype($file);
217 $this->comptype = $comptype;
352 if($comptype === self::COMPRESS_AUTO) $comptype = $this->comptype;
367 * @param int $comptype
372 if($comptype === self::COMPRESS_AUTO) $comptype = $this->filetype($file);
[all …]
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php20 protected $comptype = Archive::COMPRESS_AUTO; variable in splitbrain\\PHPArchive\\Tar
40 $this->comptype = $type;
42 if($level == 0) $this->comptype = Archive::COMPRESS_NONE;
58 if ($this->comptype == Tar::COMPRESS_AUTO) {
63 if ($this->comptype === Archive::COMPRESS_GZIP) {
65 } elseif ($this->comptype === Archive::COMPRESS_BZIP) {
241 if ($this->comptype == Archive::COMPRESS_AUTO) {
245 if ($this->comptype === Archive::COMPRESS_GZIP) {
247 } elseif ($this->comptype === Archive::COMPRESS_BZIP) {
373 if ($this->comptype
671 compressioncheck($comptype) global() argument
[all...]