Home
last modified time | relevance | path

Searched refs:devicesType (Results 1 – 22 of 22) sorted by relevance

/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/applets/devicenotifier/package/contents/ui/
H A Ddevicenotifier.qml23 property string devicesType: {
143 if (devicesType === "all") {
152 return (devicesType === "removable" && device.Removable)
153 || (devicesType === "nonRemovable" && !device.Removable);
175 if (devicesType === "removable") {
177 } else if (devicesType === "nonRemovable") {
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/HomeGraphService/
H A DQueryRequestPayload.php21 protected $devicesType = 'Google_Service_HomeGraphService_AgentDeviceId'; variable in Google_Service_HomeGraphService_QueryRequestPayload
H A DStateAndNotificationPayload.php20 protected $devicesType = 'Google_Service_HomeGraphService_ReportStateAndNotificationDevice'; variable in Google_Service_HomeGraphService_StateAndNotificationPayload
H A DSyncResponsePayload.php22 protected $devicesType = 'Google_Service_HomeGraphService_Device'; variable in Google_Service_HomeGraphService_SyncResponsePayload
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Sasportal/
H A DSasPortalBulkCreateDeviceResponse.php21 protected $devicesType = 'Google_Service_Sasportal_SasPortalDevice'; variable in Google_Service_Sasportal_SasPortalBulkCreateDeviceResponse
H A DSasPortalListDevicesResponse.php21 protected $devicesType = 'Google_Service_Sasportal_SasPortalDevice'; variable in Google_Service_Sasportal_SasPortalListDevicesResponse
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SASPortalTesting/
H A DSasPortalBulkCreateDeviceResponse.php21 protected $devicesType = 'Google_Service_SASPortalTesting_SasPortalDevice'; variable in Google_Service_SASPortalTesting_SasPortalBulkCreateDeviceResponse
H A DSasPortalListDevicesResponse.php21 protected $devicesType = 'Google_Service_SASPortalTesting_SasPortalDevice'; variable in Google_Service_SASPortalTesting_SasPortalListDevicesResponse
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/CloudIot/
H A DListDevicesResponse.php21 protected $devicesType = 'Google_Service_CloudIot_Device'; variable in Google_Service_CloudIot_ListDevicesResponse
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudIdentity/
H A DGoogleAppsCloudidentityDevicesV1ListDevicesResponse.php21 protected $devicesType = 'Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1Device'; variable in Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1ListDevicesResponse
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudIot/
H A DListDevicesResponse.php21 protected $devicesType = 'Google_Service_CloudIot_Device'; variable in Google_Service_CloudIot_ListDevicesResponse
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SmartDeviceManagement/
H A DGoogleHomeEnterpriseSdmV1ListDevicesResponse.php21 protected $devicesType = 'Google_Service_SmartDeviceManagement_GoogleHomeEnterpriseSdmV1Device'; variable in Google_Service_SmartDeviceManagement_GoogleHomeEnterpriseSdmV1ListDevicesResponse
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AndroidManagement/
H A DListDevicesResponse.php21 protected $devicesType = 'Google_Service_AndroidManagement_Device'; variable in Google_Service_AndroidManagement_ListDevicesResponse
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/
H A DCustomerListDevicesResponse.php21 protected $devicesType = 'Google_Service_AndroidProvisioningPartner_Device'; variable in Google_Service_AndroidProvisioningPartner_CustomerListDevicesResponse
H A DFindDevicesByDeviceIdentifierResponse.php21 protected $devicesType = 'Google_Service_AndroidProvisioningPartner_Device'; variable in Google_Service_AndroidProvisioningPartner_FindDevicesByDeviceIdentifierResponse
H A DFindDevicesByOwnerResponse.php21 protected $devicesType = 'Google_Service_AndroidProvisioningPartner_Device'; variable in Google_Service_AndroidProvisioningPartner_FindDevicesByOwnerResponse
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/
H A DListDevicesResponse.php21 protected $devicesType = 'Google_Service_AndroidManagement_Device'; variable in Google_Service_AndroidManagement_ListDevicesResponse
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/AndroidProvisioningPartner/
H A DCustomerListDevicesResponse.php21 protected $devicesType = 'Google_Service_AndroidProvisioningPartner_Device'; variable in Google_Service_AndroidProvisioningPartner_CustomerListDevicesResponse
H A DFindDevicesByDeviceIdentifierResponse.php21 protected $devicesType = 'Google_Service_AndroidProvisioningPartner_Device'; variable in Google_Service_AndroidProvisioningPartner_FindDevicesByDeviceIdentifierResponse
H A DFindDevicesByOwnerResponse.php21 protected $devicesType = 'Google_Service_AndroidProvisioningPartner_Device'; variable in Google_Service_AndroidProvisioningPartner_FindDevicesByOwnerResponse
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ChromeManagement/
H A DGoogleChromeManagementV1FindInstalledAppDevicesResponse.php21 protected $devicesType = 'Google_Service_ChromeManagement_GoogleChromeManagementV1Device'; variable in Google_Service_ChromeManagement_GoogleChromeManagementV1FindInstalledAppDevicesResponse
/dports/www/domoticz/domoticz-2020.2/hardware/
H A DMultiFun.cpp52 static dictionary devicesType = boost::assign::map_list_of variable
436 dictionary::iterator it = devicesType.begin(); in GetRegisters()
437 for (; it != devicesType.end(); ++it) in GetRegisters()