| /plugin/statistics/vendor/matomo/device-detector/ |
| D | DeviceDetector.php | 112 protected $device = null; variable in DeviceDetector\\DeviceDetector 385 if (\in_array($this->device, [ 398 if (\in_array($this->device, [ 492 return $this->device; 900 $this->device = $parser->getDeviceType(); 935 $this->device = null; 950 if (null === $this->device && $this->hasAndroidVRFragment()) { 951 $this->device = AbstractDeviceParser::DEVICE_TYPE_WEARABLE; 961 if (null === $this->device && 'Android' === $osFamily 965 $this->device = AbstractDeviceParser::DEVICE_TYPE_SMARTPHONE; [all …]
|
| D | README.md | 4 …e Version](https://poser.pugx.org/matomo/device-detector/v/stable)](https://packagist.org/packages… 5 …ownloads](https://poser.pugx.org/matomo/device-detector/downloads)](https://packagist.org/packages… 6 …](https://packagist.org/packages/… 10 …github.com/matomo-org/device-detector/actions/workflows/phpunit.yml/badge.svg?branch=master)](http… 11 …github.com/matomo-org/device-detector/actions/workflows/phpstan.yml/badge.svg?branch=master)](http… 12 …/github.com/matomo-org/device-detector/actions/workflows/phpcs.yml/badge.svg?branch=master)](https… 13 …github.com/matomo-org/device-detector/actions/workflows/yamllint.yml/badge.svg?branch=master)](htt… 14 ….com/matomo-org/device-detector/actions/workflows/regular_expressions.yml/badge.svg?branch=master)… 16 …ined.com/badge/resolution/matomo-org/device-detector.svg)](https://www.isitmaintained.com/project/… 17 …maintained.com/badge/open/matomo-org/device-detector.svg)](https://www.isitmaintained.com/project/… [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/ |
| D | GoogleAppsCloudidentityDevicesV1CancelWipeDeviceResponse.php | 28 public function setDevice(GoogleAppsCloudidentityDevicesV1Device $device) argument 30 $this->device = $device; 37 return $this->device;
|
| D | GoogleAppsCloudidentityDevicesV1WipeDeviceResponse.php | 28 public function setDevice(GoogleAppsCloudidentityDevicesV1Device $device) argument 30 $this->device = $device; 37 return $this->device;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/ |
| D | CustomerRemoveConfigurationRequest.php | 28 public function setDevice(DeviceReference $device) argument 30 $this->device = $device; 37 return $this->device;
|
| D | CustomerUnclaimDeviceRequest.php | 28 public function setDevice(DeviceReference $device) argument 30 $this->device = $device; 37 return $this->device;
|
| D | CustomerApplyConfigurationRequest.php | 46 public function setDevice(DeviceReference $device) argument 48 $this->device = $device; 55 return $this->device;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/ |
| D | DevicesListResponse.php | 29 public function setDevice($device) argument 31 $this->device = $device; 38 return $this->device;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/SASPortalTesting/ |
| D | SasPortalSignDeviceRequest.php | 28 public function setDevice(SasPortalDevice $device) argument 30 $this->device = $device; 37 return $this->device;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Sasportal/ |
| D | SasPortalSignDeviceRequest.php | 28 public function setDevice(SasPortalDevice $device) argument 30 $this->device = $device; 37 return $this->device;
|
| /plugin/bootswrapper/syntax/ |
| D | column.php | 70 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/ |
| D | UserComment.php | 37 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/ |
| D | GetIosPostInstallAttributionRequest.php | 84 public function setDevice(DeviceInfo $device) argument 86 $this->device = $device; 93 return $this->device;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Fitness/ |
| D | DataSource.php | 123 public function setDevice(Device $device) argument 125 $this->device = $device; 132 return $this->device;
|
| /plugin/statistics/ |
| D | composer.lock | 10 "name": "matomo/device-detector", 14 "url": "https://github.com/matomo-org/device-detector.git", 19 …"url": "https://api.github.com/repos/matomo-org/device-detector/zipball/6f07f615199851548db47a9008… 28 "piwik/device-detector": "self.version" 73 "issues": "https://github.com/matomo-org/device-detector/issues",
|
| /plugin/phpipam/ |
| D | syntax.php | 622 $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/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
| D | aurora.js | 2827 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/farmer/ |
| H A D | all.less | 11 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144d…
|
| /plugin/combo/resources/theme/default/pages/partials/ |
| H A D | head-partial.hbs | 2 <meta name="viewport" content="width=device-width, initial-scale=1">
|
| /plugin/icons/assets/font-linux/ |
| D | font-linux.css | 16 @media screen and (-webkit-min-device-pixel-ratio:0) {
|
| /plugin/icons/assets/typicons/ |
| D | typicons.min.css | 1 ….typcn-device-desktop:before{content:'\e059'}.typcn-device-laptop:before{content:'\e05a'}.typcn-de…
|
| D | typicons.css | 300 .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/ |
| D | dmn.css | 15 @media screen and (-webkit-min-device-pixel-ratio:0) {
|
| /plugin/abc2/abc-libraries/abcjs/ |
| D | abcjs-midi.css | 144 /* Adding the class "abcjs-large" will make the control easier on a touch device. */
|
| /plugin/codemirror/dist/modes/ |
| D | css.min.js.map | 1 …device-width\", \"min-device-width\", \"max-device-width\", \"device-height\",\n \"min-device-h…
|