Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/php-archive/src/
DTar.php21 protected $comptype = Archive::COMPRESS_AUTO; variable in splitbrain\\PHPArchive\\Tar
44 $this->comptype = $type;
46 if($level == 0) $this->comptype = Archive::COMPRESS_NONE;
62 if ($this->comptype == Tar::COMPRESS_AUTO) {
67 if ($this->comptype === Archive::COMPRESS_GZIP) {
69 } elseif ($this->comptype === Archive::COMPRESS_BZIP) {
271 if ($this->comptype == Archive::COMPRESS_AUTO) {
275 if ($this->comptype === Archive::COMPRESS_GZIP) {
277 } elseif ($this->comptype === Archive::COMPRESS_BZIP) {
417 if ($this->comptype === Archive::COMPRESS_GZIP) {
[all …]