Home
last modified time | relevance | path

Searched refs:packageType (Results 1 – 10 of 10) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ArtifactRegistry/
H A DYumArtifact.php37 public $packageType; variable in Google\\Service\\ArtifactRegistry\\YumArtifact
84 public function setPackageType($packageType) argument
86 $this->packageType = $packageType;
93 return $this->packageType;
H A DAptArtifact.php45 public $packageType; variable in Google\\Service\\ArtifactRegistry\\AptArtifact
120 public function setPackageType($packageType) argument
122 $this->packageType = $packageType;
129 return $this->packageType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DPackageData.php42 public $packageType; variable in Google\\Service\\OnDemandScanning\\PackageData
115 public function setPackageType($packageType) argument
117 $this->packageType = $packageType;
124 return $this->packageType;
H A DPackageIssue.php53 public $packageType; variable in Google\\Service\\OnDemandScanning\\PackageIssue
170 public function setPackageType($packageType) argument
172 $this->packageType = $packageType;
179 return $this->packageType;
H A DOccurrence.php54 protected $packageType = PackageOccurrence::class; variable in Google\\Service\\OnDemandScanning\\Occurrence
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DPackageIssue.php53 public $packageType; variable in Google\\Service\\ContainerAnalysis\\PackageIssue
170 public function setPackageType($packageType) argument
172 $this->packageType = $packageType;
179 return $this->packageType;
H A DDetail.php55 public $packageType; variable in Google\\Service\\ContainerAnalysis\\Detail
202 public function setPackageType($packageType) argument
204 $this->packageType = $packageType;
211 return $this->packageType;
H A DOccurrence.php54 protected $packageType = PackageOccurrence::class; variable in Google\\Service\\ContainerAnalysis\\Occurrence
H A DNote.php57 protected $packageType = PackageNote::class; variable in Google\\Service\\ContainerAnalysis\\Note
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/
H A DInstaller.php37 public function supports($packageType) argument
59 return $packageType == 'component';