Home
last modified time | relevance | path

Searched full:device (Results 1 – 25 of 667) sorted by relevance

12345678910>>...27

/plugin/statistics/vendor/matomo/device-detector/regexes/device/
Dshell_tv.yml2 # Device Detector - The Universal Device Detection library for parsing User Agents
14 device: 'tv'
20 device: 'tv'
26 device: 'tv'
32 device: 'tv'
38 device: 'tv'
44 device: 'tv'
50 device: 'tv'
56 device: 'tv'
62 device: 'tv'
[all …]
Dtelevisions.yml2 # Device Detector - The Universal Device Detection library for parsing User Agents
14 device: 'tv'
22 device: 'tv'
30 device: 'tv'
40 device: 'tv'
48 device: 'tv'
54 device: 'tv'
60 device: 'tv'
68 device: 'tv'
76 device: 'tv'
[all …]
Dmobiles.yml2 # Device Detector - The Universal Device Detection library for parsing User Agents
11 device: 'smartphone'
41 device: 'smartphone'
47 device: 'smartphone'
102 device: 'tablet'
110 device: 'tablet'
120 device: 'smartphone'
217 device: 'tablet'
220 device: 'tablet'
223 device: 'tablet'
[all …]
Dportable_media_player.yml2 # Device Detector - The Universal Device Detection library for parsing User Agents
10 device: 'portable media player'
31 device: 'portable media player'
37 device: 'portable media player'
46 device: 'portable media player'
51 device: 'portable media player'
56 device: 'portable media player'
75 device: 'portable media player'
81 device: 'portable media player'
89 device: 'portable media player'
[all …]
Dconsoles.yml2 # Device Detector - The Universal Device Detection library for parsing User Agents
10 device: 'console'
15 device: 'console'
30 device: 'console'
35 device: 'console'
40 device: 'console'
45 device: 'console'
54 device: 'console'
59 device: 'console'
73 device: 'console'
Dnotebooks.yml2 # Device Detector - The Universal Device Detection library for parsing User Agents
10 device: 'desktop'
21 device: 'desktop'
44 device: 'desktop'
57 device: 'desktop'
70 device: 'desktop'
92 device: 'desktop'
95 device: 'desktop'
99 device: 'desktop'
112 device: 'desktop'
[all …]
Dcar_browsers.yml2 # Device Detector - The Universal Device Detection library for parsing User Agents
11 device: 'car browser'
19 device: 'car browser'
27 device: 'car browser'
37 device: 'car browser'
45 device: 'car browser'
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/Resource/
DPromooffer.php38 * @opt_param string androidId device android_id
39 * @opt_param string device device device
40 * @opt_param string manufacturer device manufacturer
41 * @opt_param string model device model
43 * @opt_param string product device product
44 * @opt_param string serial device serial
59 * @opt_param string androidId device android_id
60 * @opt_param string device device device
61 * @opt_param string manufacturer device manufacturer
62 * @opt_param string model device model
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIot/Resource/
DProjectsLocationsRegistriesDevices.php21 use Google\Service\CloudIot\Device; alias
39 * Creates a device in a device registry. (devices.create)
41 * @param string $parent Required. The name of the device registry where this
42 * device should be created. For example, `projects/example-project/locations
44 * @param Device $postBody
46 * @return Device
48 public function create($parent, Device $postBody, $optParams = [])
52 return $this->call('create', [$params], Device::class);
55 * Deletes a device. (devices.delete)
57 * @param string $name Required. The name of the device. For example,
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/Resource/
DDevices.php37 * Cancels an unfinished device wipe. This operation can be used to cancel
38 * device wipe in the gap between the wipe operation returning success and the
39 * device being wiped. This operation is possible when the device is in a
40 * "pending wipe" state. The device enters the "pending wipe" state when a wipe
41 * device command is issued, but has not yet been sent to the device. The cancel
42 * wipe will fail if the wipe command has already been issued to the device.
46 * name](https://cloud.google.com/apis/design/resource_names) of the Device in
47 * format: `devices/{device}`, where device is the unique ID assigned to the
48 * Device.
60 * Creates a device. Only company-owned device may be created. **Note**: This
[all …]
DDevicesDeviceUsers.php40 * Approves device to access user data. (deviceUsers.approve)
43 * name](https://cloud.google.com/apis/design/resource_names) of the Device in
44 * format: `devices/{device}/deviceUsers/{device_user}`, where device is the
45 * unique ID assigned to the Device, and device_user is the unique ID assigned
58 * Blocks device from accessing user data (deviceUsers.block)
61 * name](https://cloud.google.com/apis/design/resource_names) of the Device in
62 * format: `devices/{device}/deviceUsers/{device_user}`, where device is the
63 * unique ID assigned to the Device, and device_user is the unique ID assigned
77 * device wipe in the gap between the wipe operation returning success and the
78 * device being wiped. (deviceUsers.cancelWipe)
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/Resource/
DDevices.php20 use Google\Service\AndroidEnterprise\Device; alias
35 * Uploads a report containing any changes in app states on the device since the
37 * hours for a given device. If you exceed the quota, then the Google Play EMM
42 * @param string $deviceId The ID of the device.
52 * Retrieves the details of a device. (devices.get)
56 * @param string $deviceId The ID of the device.
58 * @return Device
64 return $this->call('get', [$params], Device::class);
67 * Retrieves whether a device's access to Google services is enabled or
68 * disabled. The device state takes effect only if enforcing EMM policies on
[all …]
DManagedconfigurationsfordevice.php34 * Removes a per-device managed configuration for an app for the specified
35 * device. (managedconfigurationsfordevice.delete)
39 * @param string $deviceId The Android ID of the device.
51 * Retrieves details of a per-device managed configuration.
56 * @param string $deviceId The Android ID of the device.
69 * Lists all the per-device managed configurations for the specified device.
75 * @param string $deviceId The Android ID of the device.
86 * Adds or updates a per-device managed configuration for an app for the
87 * specified device. (managedconfigurationsfordevice.update)
91 * @param string $deviceId The Android ID of the device.
/plugin/statistics/vendor/matomo/device-detector/
DDeviceDetector.php4 * Device Detector - The Universal Device Detection library for parsing User Agents
26 use DeviceDetector\Parser\Device\AbstractDeviceParser;
27 use DeviceDetector\Parser\Device\Camera;
28 use DeviceDetector\Parser\Device\CarBrowser;
29 use DeviceDetector\Parser\Device\Console;
30 use DeviceDetector\Parser\Device\HbbTv;
31 use DeviceDetector\Parser\Device\Mobile;
32 use DeviceDetector\Parser\Device\Notebook;
33 use DeviceDetector\Parser\Device\PortableMediaPlayer;
34 use DeviceDetector\Parser\Device\ShellTv;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/Resource/
DEnterprisesDevices.php22 use Google\Service\AndroidManagement\Device; alias
37 * Deletes a device. This operation wipes the device. (devices.delete)
39 * @param string $name The name of the device in the form
43 * @opt_param string wipeDataFlags Optional flags that control the device wiping
58 * Gets a device. (devices.get)
60 * @param string $name The name of the device in the form
63 * @return Device
69 return $this->call('get', [$params], Device::class);
72 * Issues a command to a device. The Operation resource returned contains a
76 * @param string $name The name of the device in the form
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/Resource/
DCustomersDevices.php25 use Google\Service\AndroidProvisioningPartner\Device; alias
38 * Applies a Configuration to the device to register the device for zero-touch
39 * enrollment. After applying a configuration to a device, the device
43 * @param string $parent Required. The customer managing the device. An API
56 * Gets the details of a device. (devices.get)
58 * @param string $name Required. The device to get. An API resource name in the
61 * @return Device
67 return $this->call('get', [$params], Device::class);
88 * Removes a configuration from device. (devices.removeConfiguration)
90 * @param string $parent Required. The customer managing the device in the
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
DDevicesListResponse.php22 protected $collection_key = 'device';
23 protected $deviceType = Device::class;
27 * @param Device[]
29 public function setDevice($device) argument
31 $this->device = $device;
34 * @return Device[]
38 return $this->device;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SASPortalTesting/Resource/
DNodesDevices.php40 * Creates a device under a node or customer. (devices.create)
54 * Creates a signed device under a node or customer. (devices.createSigned)
68 * Deletes a device. (devices.delete)
70 * @param string $name Required. The name of the device.
81 * Gets details about a device. (devices.get)
83 * @param string $name Required. The name of the device.
101 * to serial number of the device. The filter is case insensitive.
116 * Moves a device under another node or customer. (devices.move)
118 * @param string $name Required. The name of the device to move.
130 * Updates a device. (devices.patch)
[all …]
DCustomersDevices.php40 * Creates a device under a node or customer. (devices.create)
54 * Creates a signed device under a node or customer. (devices.createSigned)
68 * Deletes a device. (devices.delete)
70 * @param string $name Required. The name of the device.
81 * Gets details about a device. (devices.get)
83 * @param string $name Required. The name of the device.
101 * to serial number of the device. The filter is case insensitive.
116 * Moves a device under another node or customer. (devices.move)
118 * @param string $name Required. The name of the device to move.
130 * Updates a device. (devices.patch)
[all …]
DDeploymentsDevices.php38 * Deletes a device. (devices.delete)
40 * @param string $name Required. The name of the device.
51 * Gets details about a device. (devices.get)
53 * @param string $name Required. The name of the device.
64 * Moves a device under another node or customer. (devices.move)
66 * @param string $name Required. The name of the device to move.
78 * Updates a device. (devices.patch)
94 * Signs a device. (devices.signDevice)
108 * Updates a signed device. (devices.updateSigned)
110 * @param string $name Required. The name of the device to update.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sasportal/Resource/
DNodesDevices.php40 * Creates a device under a node or customer. (devices.create)
54 * Creates a signed device under a node or customer. (devices.createSigned)
68 * Deletes a device. (devices.delete)
70 * @param string $name Required. The name of the device.
81 * Gets details about a device. (devices.get)
83 * @param string $name Required. The name of the device.
101 * to serial number of the device. The filter is case insensitive.
116 * Moves a device under another node or customer. (devices.move)
118 * @param string $name Required. The name of the device to move.
130 * Updates a device. (devices.patch)
[all …]
DCustomersDevices.php40 * Creates a device under a node or customer. (devices.create)
54 * Creates a signed device under a node or customer. (devices.createSigned)
68 * Deletes a device. (devices.delete)
70 * @param string $name Required. The name of the device.
81 * Gets details about a device. (devices.get)
83 * @param string $name Required. The name of the device.
101 * to serial number of the device. The filter is case insensitive.
116 * Moves a device under another node or customer. (devices.move)
118 * @param string $name Required. The name of the device to move.
130 * Updates a device. (devices.patch)
[all …]
DDeploymentsDevices.php38 * Deletes a device. (devices.delete)
40 * @param string $name Required. The name of the device.
51 * Gets details about a device. (devices.get)
53 * @param string $name Required. The name of the device.
64 * Moves a device under another node or customer. (devices.move)
66 * @param string $name Required. The name of the device to move.
78 * Updates a device. (devices.patch)
94 * Signs a device. (devices.signDevice)
108 * Updates a signed device. (devices.updateSigned)
110 * @param string $name Required. The name of the device to update.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/Resource/
DApplicationsDeviceTierConfigs.php34 * Creates a new device tier config for an app. (deviceTierConfigs.create)
40 * @opt_param bool allowUnknownDevices Whether the service should accept device
41 * IDs that are unknown to Play's device catalog.
51 * Returns a particular device tier config. (deviceTierConfigs.get)
54 * @param string $deviceTierConfigId Required. Id of an existing device tier
66 * Returns created device tier configs, ordered by descending creation time.
72 * @opt_param int pageSize The maximum number of device tier configs to return.
74 * device tier configs will be returned. The maximum value for this field is
75 * 100; values above 100 will be coerced to 100. Device tier configs will be
/plugin/statistics/vendor/matomo/device-detector/Parser/Device/
DHbbTv.php4 * Device Detector - The Universal Device Detection library for parsing User Agents
13 namespace DeviceDetector\Parser\Device;
18 * Device parser for hbbtv detection
25 protected $fixtureFile = 'regexes/device/televisions.yml';
48 // always set device type to tv, even if no model/brand could be found
57 * Returns if the parsed UA was identified as a HbbTV device

12345678910>>...27