Home
last modified time | relevance | path

Searched defs:comptype (Results 1 – 2 of 2) sorted by relevance

/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php20 protected $comptype = self::COMPRESS_AUTO; variable in VerboseTar
33 public function open($file, $comptype = self::COMPRESS_AUTO) {
212 public function create($file = '', $comptype = self::COMPRESS_AUTO, $complevel = 9) {
349 public function getArchive($comptype = self::COMPRESS_AUTO, $complevel = 9) {
371 public function save($file, $comptype = self::COMPRESS_AUTO, $complevel = 9) {
564 protected function compressioncheck($comptype) {
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php20 protected $comptype = Archive::COMPRESS_AUTO; variable in splitbrain\\PHPArchive\\Tar
671 compressioncheck($comptype) global() argument
[all...]