Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/php-archive/src/
DTar.php16 class Tar extends Archive
21 protected $comptype = Archive::COMPRESS_AUTO;
38 public function setCompression($level = 9, $type = Archive::COMPRESS_AUTO)
46 if($level == 0) $this->comptype = Archive::COMPRESS_NONE;
47 if($type == Archive::COMPRESS_NONE) $this->complevel = 0;
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) {
[all …]
DArchive.php5 abstract class Archive class
23 abstract public function setCompression($level = 9, $type = Archive::COMPRESS_AUTO);
DZip.php16 class Zip extends Archive
40 public function setCompression($level = 9, $type = Archive::COMPRESS_AUTO)
/dokuwiki/vendor/splitbrain/php-archive/
DREADME.md55 $tar->setCompression(9, Archive::COMPRESS_BZIP);
/dokuwiki/vendor/splitbrain/php-jsstrip/
Dcomposer.lock192 … "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
/dokuwiki/vendor/splitbrain/slika/
Dcomposer.lock190 … "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
/dokuwiki/_test/
Dcomposer.lock459 … "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",