Home
last modified time | relevance | path

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

/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php17 const COMPRESS_BZIP = 3; define in VerboseTar
43 } elseif($this->comptype === self::COMPRESS_BZIP) {
225 } elseif($this->comptype === self::COMPRESS_BZIP) {
331 } elseif($this->comptype === self::COMPRESS_BZIP) {
356 if($comptype === self::COMPRESS_BZIP) return bzcompress($this->memory);
388 } elseif($this->comptype === self::COMPRESS_BZIP) {
408 } elseif($this->comptype === self::COMPRESS_BZIP) {
427 } elseif($this->comptype === self::COMPRESS_BZIP) {
569 if($comptype === self::COMPRESS_BZIP && !function_exists('bzopen')) {
587 $comptype = self::COMPRESS_BZIP;
/plugin/upgrade/vendor/splitbrain/php-archive/src/
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...]
H A DArchive.php11 const COMPRESS_BZIP = 2; define in splitbrain\\PHPArchive\\Archive
/plugin/upgrade/vendor/splitbrain/php-archive/
H A DREADME.md55 $tar->setCompression(9, Archive::COMPRESS_BZIP);