Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/php-archive/src/
H A DArchive.php10 const COMPRESS_GZIP = 1; define in splitbrain\\PHPArchive\\Archive
H A DTar.php63 if ($this->comptype === Archive::COMPRESS_GZIP) {
245 if ($this->comptype === Archive::COMPRESS_GZIP) {
373 if ($this->comptype === Archive::COMPRESS_GZIP) {
403 if ($this->comptype === Archive::COMPRESS_GZIP) {
441 if ($this->comptype === Archive::COMPRESS_GZIP) {
462 } elseif ($this->comptype === Archive::COMPRESS_GZIP) {
484 if ($this->comptype === Archive::COMPRESS_GZIP) {
673 if ($comptype === Archive::COMPRESS_GZIP && !function_exists('gzopen')) {
702 if(strpos($magic, "\x1f\x8b") === 0) return Archive::COMPRESS_GZIP;
708 return Archive::COMPRESS_GZIP;
[all...]