Home
last modified time | relevance | path

Searched refs:device (Results 1 – 25 of 131) sorted by relevance

123456

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sasportal/
H A DSasPortalSignDeviceRequest.php28 public function setDevice(SasPortalDevice $device) argument
30 $this->device = $device;
37 return $this->device;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/
H A DGoogleAppsCloudidentityDevicesV1CancelWipeDeviceResponse.php28 public function setDevice(GoogleAppsCloudidentityDevicesV1Device $device) argument
30 $this->device = $device;
37 return $this->device;
H A DGoogleAppsCloudidentityDevicesV1WipeDeviceResponse.php28 public function setDevice(GoogleAppsCloudidentityDevicesV1Device $device) argument
30 $this->device = $device;
37 return $this->device;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/
H A DCustomerRemoveConfigurationRequest.php28 public function setDevice(DeviceReference $device) argument
30 $this->device = $device;
37 return $this->device;
H A DCustomerUnclaimDeviceRequest.php28 public function setDevice(DeviceReference $device) argument
30 $this->device = $device;
37 return $this->device;
H A DCustomerApplyConfigurationRequest.php46 public function setDevice(DeviceReference $device) argument
48 $this->device = $device;
55 return $this->device;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SASPortalTesting/
H A DSasPortalSignDeviceRequest.php28 public function setDevice(SasPortalDevice $device) argument
30 $this->device = $device;
37 return $this->device;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
H A DDevicesListResponse.php29 public function setDevice($device) argument
31 $this->device = $device;
38 return $this->device;
/plugin/bootswrapper/syntax/
H A Dcolumn.php70 foreach (array('lg', 'md', 'sm', 'xs') as $device) {
71 $col .= isset($attributes[$device]) ? "col-$device-{$attributes[$device]} " : '';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DUserComment.php37 public $device; variable in Google\\Service\\AndroidPublisher\\UserComment
112 public function setDevice($device) argument
114 $this->device = $device;
121 return $this->device;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseDynamicLinks/
H A DGetIosPostInstallAttributionRequest.php84 public function setDevice(DeviceInfo $device) argument
86 $this->device = $device;
93 return $this->device;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fitness/
H A DDataSource.php123 public function setDevice(Device $device) argument
125 $this->device = $device;
132 return $this->device;
/plugin/phpipam/
H A Dsyntax.php622 $device = (array)$reply['data'] ;
632 $device = (array)$reply['data'] ;
708 foreach ($reply['data'] as $device) {
720 foreach ($reply['data'] as $device) {
721 $renderer->doc .= $this->showDev((array)$device, $opts['fmt']) ;
731 foreach ($reply['data'] as $device) {
732 $renderer->doc .= $this->showDev((array)$device, $opts['fmt']) ;
769 foreach ($reply['data'] as $device) {
770 $renderer->doc .= $this->showDev((array)$device, $opts['fmt']) ;
2206 foreach ((array)$reply['data'] as $device) {
[all …]
/plugin/farmer/
H A Dall.less11 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js2827 if (this.device == null) {
2830 if (!this.device) {
2853 return this.device.destroy();
2866 time = this.device.getDeviceTime();
2875 return devices.push(device);
2879 var device, _i, _len;
2881 device = devices[_i];
2882 if (device.supported) {
3501 if ((_ref = this.device) != null) {
3566 _this.device.stop();
[all …]
/plugin/combo/resources/theme/default/pages/partials/
H A Dhead-partial.hbs2 <meta name="viewport" content="width=device-width, initial-scale=1">
/plugin/icons/assets/font-linux/
H A Dfont-linux.css16 @media screen and (-webkit-min-device-pixel-ratio:0) {
/plugin/icons/assets/typicons/
H A Dtypicons.min.css1 ….typcn-device-desktop:before{content:'\e059'}.typcn-device-laptop:before{content:'\e05a'}.typcn-de…
H A Dtypicons.css300 .typcn-device-desktop:before {
303 .typcn-device-laptop:before {
306 .typcn-device-phone:before {
309 .typcn-device-tablet:before {
/plugin/bpmnio/vendor/dmn-js/dist/assets/dmn-font/css/
H A Ddmn.css15 @media screen and (-webkit-min-device-pixel-ratio:0) {
/plugin/abc2/abc-libraries/abcjs/
H A Dabcjs-midi.css144 /* Adding the class "abcjs-large" will make the control easier on a touch device. */
/plugin/codemirror/dist/modes/
H A Dcss.min.js.map1device-width\", \"min-device-width\", \"max-device-width\", \"device-height\",\n \"min-device-h…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DBooks.php1155 'device' => [
1192 'device' => [
1225 'device' => [
/plugin/abc2/
H A Dstyle.css163 /* Adding the class "abcjs-large" will make the control easier on a touch device. */
/plugin/eventline/example/
H A DexampleDataForCutAndPaste.txt4 In his Atlantic Monthly article, Vannevar Bush describes the Memex. With this envisioned device an …

123456