Lines Matching defs:overwrite
648 * @param boolean $overwrite overwrite folder if the extension name is the same
652 public function installFromUpload($field, $overwrite = true)
669 $installed = $this->installArchive("$tmp/upload.archive", $overwrite, $basename);
680 * @param boolean $overwrite overwrite folder if the extension name is the same
684 public function installFromURL($url, $overwrite = true)
687 $installed = $this->installArchive($path, $overwrite);
999 * @param bool $overwrite If an already installed plugin should be overwritten
1004 public function installArchive($file, $overwrite = false, $base = '')
1062 if (!$overwrite && file_exists($target)) {