Home
last modified time | relevance | path

Searched refs:operatingSystems (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
DOperatingSystemsListResponse.php47 public function setOperatingSystems($operatingSystems) argument
49 $this->operatingSystems = $operatingSystems;
56 return $this->operatingSystems;
DTechnologyTargeting.php95 public function setOperatingSystems($operatingSystems) argument
97 $this->operatingSystems = $operatingSystems;
104 return $this->operatingSystems;
/plugin/statistics/vendor/matomo/device-detector/Parser/
DOperatingSystem.php42 protected static $operatingSystems = [ variable in DeviceDetector\\Parser\\OperatingSystem
356 return self::$operatingSystems;
380 foreach (self::$operatingSystems as $osShort => $osName) {
515 if (\in_array($return['name'], self::$operatingSystems)) {
516 $return['short_name'] = \array_search($return['name'], self::$operatingSystems);
531 if (\in_array($osLabel, self::$operatingSystems)) {
532 $osLabel = \array_search($osLabel, self::$operatingSystems);
568 if (\array_key_exists($os, self::$operatingSystems)) {
569 $osFullName = self::$operatingSystems[$os];
589 foreach (self::$operatingSystems as $osShort => $osName) {
/plugin/sectiontoggle/
DMobile_Detect.php481 protected static $operatingSystems = array( variable in Mobile_Detect
977 self::$operatingSystems,
1005 self::$operatingSystems,
1037 return self::$operatingSystems;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DDfareporting.php85 public $operatingSystems; variable in Google\\Service\\Dfareporting
2934 'operatingSystems',
2938 'path' => 'dfareporting/v3.5/userprofiles/{profileId}/operatingSystems/{dartId}',
2953 'path' => 'dfareporting/v3.5/userprofiles/{profileId}/operatingSystems',