Home
last modified time | relevance | path

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

/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DArchive.php9 const COMPRESS_NONE = 0; define in splitbrain\\PHPArchive\\Archive
H A DTar.php42 if($level == 0) $this->comptype = Archive::COMPRESS_NONE;
43 if($type == Archive::COMPRESS_NONE) $this->complevel = 0;
400 $this->comptype = Archive::COMPRESS_NONE;
713 return Archive::COMPRESS_NONE;
/plugin/archiveupload/
H A Daction.php164 else $compress_type = COMPRESS_NONE;
/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php15 const COMPRESS_NONE = 1; define in VerboseTar
589 $comptype = self::COMPRESS_NONE;