Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php24 protected $writeaccess = false; variable in splitbrain\\PHPArchive\\Zip
284 $this->writeaccess = true;
474 if ($this->writeaccess) {
502 $this->writeaccess = false;
H A DTar.php26 protected $writeaccess = false; variable in splitbrain\\PHPArchive\\Tar
287 $this->writeaccess = true;
410 if ($this->writeaccess) {
429 $this->writeaccess = false;