Home
last modified time | relevance | path

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

123456

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/
DGoogleAppsCloudidentityDevicesV1CancelWipeDeviceResponse.php28 public function setDevice(GoogleAppsCloudidentityDevicesV1Device $device) argument
30 $this->device = $device;
37 return $this->device;
DGoogleAppsCloudidentityDevicesV1WipeDeviceResponse.php28 public function setDevice(GoogleAppsCloudidentityDevicesV1Device $device) argument
30 $this->device = $device;
37 return $this->device;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/
DCustomerRemoveConfigurationRequest.php28 public function setDevice(DeviceReference $device) argument
30 $this->device = $device;
37 return $this->device;
DCustomerUnclaimDeviceRequest.php28 public function setDevice(DeviceReference $device) argument
30 $this->device = $device;
37 return $this->device;
DCustomerApplyConfigurationRequest.php46 public function setDevice(DeviceReference $device) argument
48 $this->device = $device;
55 return $this->device;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
DDevicesListResponse.php29 public function setDevice($device) argument
31 $this->device = $device;
38 return $this->device;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SASPortalTesting/
DSasPortalSignDeviceRequest.php28 public function setDevice(SasPortalDevice $device) argument
30 $this->device = $device;
37 return $this->device;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sasportal/
DSasPortalSignDeviceRequest.php28 public function setDevice(SasPortalDevice $device) argument
30 $this->device = $device;
37 return $this->device;
/plugin/bootswrapper/syntax/
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/
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/
DGetIosPostInstallAttributionRequest.php84 public function setDevice(DeviceInfo $device) argument
86 $this->device = $device;
93 return $this->device;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fitness/
DDataSource.php123 public function setDevice(Device $device) argument
125 $this->device = $device;
132 return $this->device;
/plugin/phpipam/
Dsyntax.php622 $device = (array)$reply['data'] ;
623 $renderer->doc .= $this->showCab($device['rack'], $opts['fmt']) ;
632 $device = (array)$reply['data'] ;
633 $renderer->doc .= $this->showCab($device['rack'], $opts['fmt']) ;
708 foreach ($reply['data'] as $device) {
709 $renderer->doc .= $this->showDev((array)$device, $opts['fmt']) ;
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']) ;
[all …]
/plugin/farmer/
H A Dall.less11 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144d…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Daurora.js2827 if (this.device == null) {
2828 this.device = AudioDevice.create(this.sampleRate, this.channels);
2830 if (!this.device) {
2833 this._lastTime = this.device.getDeviceTime();
2835 return this.device.on('refill', this.refill = (function(_this) {
2847 this.device.off('refill', this.refill);
2853 return this.device.destroy();
2859 this._lastTime = this.device.getDeviceTime();
2866 time = this.device.getDeviceTime();
2867 this.currentTime += (time - this._lastTime) / this.device.sampleRate * 1000 | 0;
[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/
Dfont-linux.css16 @media screen and (-webkit-min-device-pixel-ratio:0) {
/plugin/icons/assets/typicons/
Dtypicons.min.css1 ….typcn-device-desktop:before{content:'\e059'}.typcn-device-laptop:before{content:'\e05a'}.typcn-de…
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/
Ddmn.css15 @media screen and (-webkit-min-device-pixel-ratio:0) {
/plugin/abc2/abc-libraries/abcjs/
Dabcjs-midi.css144 /* Adding the class "abcjs-large" will make the control easier on a touch device. */
/plugin/codemirror/dist/modes/
Dcss.min.js.map1device-width\", \"min-device-width\", \"max-device-width\", \"device-height\",\n \"min-device-h…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DBooks.php1155 'device' => [
1192 'device' => [
1225 'device' => [
/plugin/abc2/
Dstyle.css163 /* Adding the class "abcjs-large" will make the control easier on a touch device. */
/plugin/eventline/example/
DexampleDataForCutAndPaste.txt4 In his Atlantic Monthly article, Vannevar Bush describes the Memex. With this envisioned device an …

123456