Home
last modified time | relevance | path

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

/plugin/upgrade/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;
/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php24 protected $writeaccess = false; variable in VerboseTar
233 $this->writeaccess = true;
322 if($this->writeaccess) {