Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/php-archive/src/
DArchive.php10 const COMPRESS_GZIP = 1; define in splitbrain\\PHPArchive\\Archive
DTar.php67 if ($this->comptype === Archive::COMPRESS_GZIP) {
275 if ($this->comptype === Archive::COMPRESS_GZIP) {
417 if ($this->comptype === Archive::COMPRESS_GZIP) {
447 if ($this->comptype === Archive::COMPRESS_GZIP) {
485 if ($this->comptype === Archive::COMPRESS_GZIP) {
508 } elseif ($this->comptype === Archive::COMPRESS_GZIP) {
530 if ($this->comptype === Archive::COMPRESS_GZIP) {
720 if ($comptype === Archive::COMPRESS_GZIP && !function_exists('gzopen')) {
749 if(strpos($magic, "\x1f\x8b") === 0) return Archive::COMPRESS_GZIP;
755 return Archive::COMPRESS_GZIP;