Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/php-archive/src/
DArchive.php9 const COMPRESS_NONE = 0; define in splitbrain\\PHPArchive\\Archive
DTar.php46 if($level == 0) $this->comptype = Archive::COMPRESS_NONE;
47 if($type == Archive::COMPRESS_NONE) $this->complevel = 0;
444 $this->comptype = Archive::COMPRESS_NONE;
760 return Archive::COMPRESS_NONE;