Home
last modified time | relevance | path

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

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