Home
last modified time | relevance | path

Searched refs:platform (Results 1 – 25 of 271) sorted by relevance

1234567891011

/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
Dvbsso_shared.php105 foreach ($platforms as $platform) {
106 …$ga_code = str_replace($marker, '_gaq.push([\'_trackEvent\', \'' . $action . $platform . '\', wind…
214 function vbsso_get_platform_config($platform) { argument
217 if (!isset($config[$platform]) || $config[$platform] === NULL) {
220 $config[$platform] = array(
228 $platform_id = isset($platforms_ids[$platform]) ? $platforms_ids[$platform] : NULL;
231 $config[$platform] = array_merge($config[$platform], $cfg);
236 $config[$platform] = array_merge($config[$platform], $custom_config);
240 return $config[$platform];
243 function vbsso_get_platform_config_property($platform, $property, $default = '') { argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseDynamicLinks/
DDynamicLinkEventStat.php33 public $platform; variable in Google\\Service\\FirebaseDynamicLinks\\DynamicLinkEventStat
66 public function setPlatform($platform) argument
68 $this->platform = $platform;
75 return $this->platform;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
DCreativeCorrectionsContexts.php26 public $platform; variable in Google\\Service\\AdExchangeBuyer\\CreativeCorrectionsContexts
52 public function setPlatform($platform) argument
54 $this->platform = $platform;
58 return $this->platform;
DCreativeServingRestrictionsContexts.php26 public $platform; variable in Google\\Service\\AdExchangeBuyer\\CreativeServingRestrictionsContexts
52 public function setPlatform($platform) argument
54 $this->platform = $platform;
58 return $this->platform;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
DMobileApp.php33 public $platform; variable in Google\\Service\\DisplayVideo\\MobileApp
70 public function setPlatform($platform) argument
72 $this->platform = $platform;
79 return $this->platform;
/plugin/statistics/vendor/matomo/device-detector/
DClientHints.php50 protected $platform = ''; variable in DeviceDetector\\ClientHints
90 * @param string $platform `Sec-CH-UA-Platform` header field
100 …public function __construct(string $model = '', string $platform = '', string $platformVersion = '… argument
103 $this->platform = $platform;
179 return $this->platform;
255 … $model = $platform = $platformVersion = $uaFullVersion = $architecture = $bitness = '';
301 $platform = \trim($value, '"');
362 $platform,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseManagement/
DFirebaseAppInfo.php41 public $platform; variable in Google\\Service\\FirebaseManagement\\FirebaseAppInfo
102 public function setPlatform($platform) argument
104 $this->platform = $platform;
111 return $this->platform;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdMob/
DApp.php37 public $platform; variable in Google\\Service\\AdMob\\App
98 public function setPlatform($platform) argument
100 $this->platform = $platform;
107 return $this->platform;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/
DUserActivitySession.php36 public $platform; variable in Google\\Service\\AnalyticsReporting\\UserActivitySession
91 public function setPlatform($platform) argument
93 $this->platform = $platform;
100 return $this->platform;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
DDeploymentOccurrence.php38 public $platform; variable in Google\\Service\\OnDemandScanning\\DeploymentOccurrence
97 public function setPlatform($platform) argument
99 $this->platform = $platform;
106 return $this->platform;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
DDeployment.php26 public $platform; variable in Google\\Service\\ContainerAnalysis\\Deployment
55 public function setPlatform($platform) argument
57 $this->platform = $platform;
61 return $this->platform;
DDeploymentOccurrence.php38 public $platform; variable in Google\\Service\\ContainerAnalysis\\DeploymentOccurrence
97 public function setPlatform($platform) argument
99 $this->platform = $platform;
106 return $this->platform;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/
DDestinationNotWorkingEvidence.php45 public $platform; variable in Google\\Service\\RealTimeBidding\\DestinationNotWorkingEvidence
128 public function setPlatform($platform) argument
130 $this->platform = $platform;
137 return $this->platform;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PlayableLocations/
DGoogleMapsUnityClientInfo.php29 public $platform; variable in Google\\Service\\PlayableLocations\\GoogleMapsUnityClientInfo
87 public function setPlatform($platform) argument
89 $this->platform = $platform;
93 return $this->platform;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
DCommonEventObject.php39 public $platform; variable in Google\\Service\\HangoutsChat\\CommonEventObject
106 public function setPlatform($platform) argument
108 $this->platform = $platform;
115 return $this->platform;
/plugin/golocal/
Dscript.js124 const platform = window.navigator.platform;
130 if (macosPlatforms.indexOf(platform) !== -1) {
132 } else if (iosPlatforms.indexOf(platform) !== -1) {
134 } else if (windowsPlatforms.indexOf(platform) !== -1) {
138 } else if (/Linux/.test(platform)) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
DBuildBazelRemoteExecutionV2Action.php71 public function setPlatform(BuildBazelRemoteExecutionV2Platform $platform) argument
73 $this->platform = $platform;
80 return $this->platform;
DBuildBazelRemoteExecutionV2Command.php91 public function setPlatform(BuildBazelRemoteExecutionV2Platform $platform) argument
93 $this->platform = $platform;
100 return $this->platform;
/plugin/sequencediagram/bower_components/lodash/test/
Dsaucelabs.js130 platforms = _.filter(platforms, function(platform) { argument
131 var browser = browserName(platform[1]),
132 version = +platform[2];
143 platforms = _.filter(platforms, function(platform) { argument
144 var browser = browserName(platform[1]),
145 version = +platform[2];
158 platforms = _.filter(platforms, function(platform) { argument
159 var browser = browserName(platform[1]),
160 version = +platform[2];
414 platform = options.platforms[0];
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
DServingContext.php96 public function setPlatform(PlatformContext $platform) argument
98 $this->platform = $platform;
105 return $this->platform;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
DGoogleCloudDialogflowV2IntentMessage.php45 public $platform; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessage
186 public function setPlatform($platform) argument
188 $this->platform = $platform;
195 return $this->platform;
DGoogleCloudDialogflowV2beta1IntentMessage.php45 public $platform; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentMessage
198 public function setPlatform($platform) argument
200 $this->platform = $platform;
207 return $this->platform;
/plugin/asciidocjs/node_modules/resolve/lib/
Dhomedir.js11 if (process.platform === 'win32') {
15 if (process.platform === 'darwin') {
19 if (process.platform === 'linux') {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DDesiredCapabilities.php122 * @param string $platform
125 public function setPlatform($platform) argument
127 $this->set(WebDriverCapabilityType::PLATFORM, $platform);
/plugin/combo/vendor/carica/phpcss/
H A Dcomposer.lock15 "platform": {
18 "platform-dev": [],

1234567891011