Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/php-archive/src/
H A DArchive.php11 const COMPRESS_BZIP = 2; define in splitbrain\\PHPArchive\\Archive
H A DTar.php65 } elseif ($this->comptype === Archive::COMPRESS_BZIP) {
247 } elseif ($this->comptype === Archive::COMPRESS_BZIP) {
375 } elseif ($this->comptype === Archive::COMPRESS_BZIP) {
406 if ($this->comptype === Archive::COMPRESS_BZIP) {
443 } elseif ($this->comptype === Archive::COMPRESS_BZIP) {
464 } elseif ($this->comptype === Archive::COMPRESS_BZIP) {
486 } elseif ($this->comptype === Archive::COMPRESS_BZIP) {
677 if ($comptype === Archive::COMPRESS_BZIP && !function_exists('bzopen')) {
701 if(strpos($magic, "\x42\x5a") === 0) return Archive::COMPRESS_BZIP;
710 return Archive::COMPRESS_BZIP;
[all...]
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md55 $tar->setCompression(9, Archive::COMPRESS_BZIP);