Home
last modified time | relevance | path

Searched refs:getArchitecture (Results 1 – 11 of 11) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
DVersionedPackage.php45 public function getArchitecture() function in Google\\Service\\CloudAsset\\VersionedPackage
DOsInfo.php65 public function getArchitecture() function in Google\\Service\\CloudAsset\\OsInfo
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
DInventoryVersionedPackage.php45 public function getArchitecture() function in Google\\Service\\OSConfig\\InventoryVersionedPackage
DInventoryOsInfo.php65 public function getArchitecture() function in Google\\Service\\OSConfig\\InventoryOsInfo
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeManagement/
DGoogleChromeManagementV1CpuInfo.php45 public function getArchitecture() function in Google\\Service\\ChromeManagement\\GoogleChromeManagementV1CpuInfo
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ArtifactRegistry/
DYumArtifact.php49 public function getArchitecture() function in Google\\Service\\ArtifactRegistry\\YumArtifact
DAptArtifact.php57 public function getArchitecture() function in Google\\Service\\ArtifactRegistry\\AptArtifact
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
DChromeOsDeviceCpuInfo.php48 public function getArchitecture() function in Google\\Service\\Directory\\ChromeOsDeviceCpuInfo
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
DDistribution.php55 public function getArchitecture() function in Google\\Service\\ContainerAnalysis\\Distribution
/plugin/statistics/vendor/matomo/device-detector/Parser/
DOperatingSystem.php690 if ($this->clientHints instanceof ClientHints && $this->clientHints->getArchitecture()) {
691 $arch = \strtolower($this->clientHints->getArchitecture());
/plugin/statistics/vendor/matomo/device-detector/
DClientHints.php147 public function getArchitecture(): string function in DeviceDetector\\ClientHints