Home
last modified time | relevance | path

Searched refs:deviceType (Results 1 – 23 of 23) sorted by relevance

/plugin/statistics/vendor/matomo/device-detector/Parser/Device/
DAbstractDeviceParser.php27 protected $deviceType = null; variable in DeviceDetector\\Parser\\Device\\AbstractDeviceParser
2193 return $this->deviceType;
2221 * @param int $deviceType one of the DEVICE_TYPE_* constants
2225 public static function getDeviceName(int $deviceType): string argument
2227 $deviceName = \array_search($deviceType, self::$deviceTypes);
2327 $this->deviceType = $resultClientHint['deviceType'] ?? null;
2346 $this->deviceType = self::$deviceTypes[$regex['device']];
2377 $this->deviceType = self::$deviceTypes[$modelRegex['device']];
2414 foreach (self::$clientHintFormFactorsMapping as $formFactor => $deviceType) {
2416 $detectedDeviceType = $deviceType;
[all …]
DHbbTv.php49 if (null === $this->deviceType) {
50 $this->deviceType = self::DEVICE_TYPE_TV;
DShellTv.php62 $this->deviceType = self::DEVICE_TYPE_TV;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
DDeviceTypeTargetingOptionDetails.php25 public $deviceType; variable in Google\\Service\\DisplayVideo\\DeviceTypeTargetingOptionDetails
30 public function setDeviceType($deviceType) argument
32 $this->deviceType = $deviceType;
39 return $this->deviceType;
DDeviceTypeAssignedTargetingOptionDetails.php25 public $deviceType; variable in Google\\Service\\DisplayVideo\\DeviceTypeAssignedTargetingOptionDetails
34 public function setDeviceType($deviceType) argument
36 $this->deviceType = $deviceType;
43 return $this->deviceType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
DDeviceInfo.php25 public $deviceType; variable in Google\\Service\\CloudTalentSolution\\DeviceInfo
34 public function setDeviceType($deviceType) argument
36 $this->deviceType = $deviceType;
43 return $this->deviceType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
DDeviceCompromisedSecurityDetail.php37 public $deviceType; variable in Google\\Service\\AlertCenter\\DeviceCompromisedSecurityDetail
96 public function setDeviceType($deviceType) argument
98 $this->deviceType = $deviceType;
105 return $this->deviceType;
DSuspiciousActivitySecurityDetail.php37 public $deviceType; variable in Google\\Service\\AlertCenter\\SuspiciousActivitySecurityDetail
104 public function setDeviceType($deviceType) argument
106 $this->deviceType = $deviceType;
113 return $this->deviceType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/
DGoogleAppsCloudidentityDevicesV1Device.php56 public $deviceType; variable in Google\\Service\\CloudIdentity\\GoogleAppsCloudidentityDevicesV1Device
249 public function setDeviceType($deviceType) argument
251 $this->deviceType = $deviceType;
258 return $this->deviceType;
DGoogleAppsCloudidentityDevicesV1CancelWipeDeviceResponse.php22 protected $deviceType = GoogleAppsCloudidentityDevicesV1Device::class; variable in Google\\Service\\CloudIdentity\\GoogleAppsCloudidentityDevicesV1CancelWipeDeviceResponse
DGoogleAppsCloudidentityDevicesV1WipeDeviceResponse.php22 protected $deviceType = GoogleAppsCloudidentityDevicesV1Device::class; variable in Google\\Service\\CloudIdentity\\GoogleAppsCloudidentityDevicesV1WipeDeviceResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/
DConversion.php86 public $deviceType; variable in Google\\Service\\Doubleclicksearch\\Conversion
379 public function setDeviceType($deviceType) argument
381 $this->deviceType = $deviceType;
388 return $this->deviceType;
/plugin/sectiontoggle/
Daction.php135 … $deviceType = ($detect->isMobile() ? ($detect->isTablet() ? 'tablet' : 'phone') : 'computer');
137 if($deviceType !== 'computer') {
138 if($deviceType =='tablet') {
143 return $deviceType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/
DCustomerRemoveConfigurationRequest.php22 protected $deviceType = DeviceReference::class; variable in Google\\Service\\AndroidProvisioningPartner\\CustomerRemoveConfigurationRequest
DCustomerUnclaimDeviceRequest.php22 protected $deviceType = DeviceReference::class; variable in Google\\Service\\AndroidProvisioningPartner\\CustomerUnclaimDeviceRequest
DCustomerApplyConfigurationRequest.php26 protected $deviceType = DeviceReference::class; variable in Google\\Service\\AndroidProvisioningPartner\\CustomerApplyConfigurationRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
DDevicesListResponse.php23 protected $deviceType = Device::class; variable in Google\\Service\\AndroidEnterprise\\DevicesListResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SASPortalTesting/
DSasPortalSignDeviceRequest.php22 protected $deviceType = SasPortalDevice::class; variable in Google\\Service\\SASPortalTesting\\SasPortalSignDeviceRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sasportal/
DSasPortalSignDeviceRequest.php22 protected $deviceType = SasPortalDevice::class; variable in Google\\Service\\Sasportal\\SasPortalSignDeviceRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseDynamicLinks/
DGetIosPostInstallAttributionRequest.php30 protected $deviceType = DeviceInfo::class; variable in Google\\Service\\FirebaseDynamicLinks\\GetIosPostInstallAttributionRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fitness/
DDataSource.php39 protected $deviceType = Device::class; variable in Google\\Service\\Fitness\\DataSource
/plugin/statistics/vendor/matomo/device-detector/
DDeviceDetector.php225 foreach (AbstractDeviceParser::getAvailableDeviceTypes() as $deviceName => $deviceType) {
227 return $this->getDevice() === $deviceType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DCloudRetail.php89 'deviceType' => [