| /plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/ |
| D | vbsso_shared.php | 105 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/ |
| D | DynamicLinkEventStat.php | 33 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/ |
| D | CreativeCorrectionsContexts.php | 26 public $platform; variable in Google\\Service\\AdExchangeBuyer\\CreativeCorrectionsContexts 52 public function setPlatform($platform) argument 54 $this->platform = $platform; 58 return $this->platform;
|
| D | CreativeServingRestrictionsContexts.php | 26 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/ |
| D | MobileApp.php | 33 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/ |
| D | ClientHints.php | 50 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/ |
| D | FirebaseAppInfo.php | 41 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/ |
| D | App.php | 37 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/ |
| D | UserActivitySession.php | 36 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/ |
| D | DeploymentOccurrence.php | 38 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/ |
| D | Deployment.php | 26 public $platform; variable in Google\\Service\\ContainerAnalysis\\Deployment 55 public function setPlatform($platform) argument 57 $this->platform = $platform; 61 return $this->platform;
|
| D | DeploymentOccurrence.php | 38 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/ |
| D | DestinationNotWorkingEvidence.php | 45 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/ |
| D | GoogleMapsUnityClientInfo.php | 29 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/ |
| D | CommonEventObject.php | 39 public $platform; variable in Google\\Service\\HangoutsChat\\CommonEventObject 106 public function setPlatform($platform) argument 108 $this->platform = $platform; 115 return $this->platform;
|
| /plugin/golocal/ |
| D | script.js | 124 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/ |
| D | BuildBazelRemoteExecutionV2Action.php | 71 public function setPlatform(BuildBazelRemoteExecutionV2Platform $platform) argument 73 $this->platform = $platform; 80 return $this->platform;
|
| D | BuildBazelRemoteExecutionV2Command.php | 91 public function setPlatform(BuildBazelRemoteExecutionV2Platform $platform) argument 93 $this->platform = $platform; 100 return $this->platform;
|
| /plugin/sequencediagram/bower_components/lodash/test/ |
| D | saucelabs.js | 130 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/ |
| D | ServingContext.php | 96 public function setPlatform(PlatformContext $platform) argument 98 $this->platform = $platform; 105 return $this->platform;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/ |
| D | GoogleCloudDialogflowV2IntentMessage.php | 45 public $platform; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessage 186 public function setPlatform($platform) argument 188 $this->platform = $platform; 195 return $this->platform;
|
| D | GoogleCloudDialogflowV2beta1IntentMessage.php | 45 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/ |
| D | homedir.js | 11 if (process.platform === 'win32') { 15 if (process.platform === 'darwin') { 19 if (process.platform === 'linux') {
|
| /plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/ |
| H A D | DesiredCapabilities.php | 122 * @param string $platform 125 public function setPlatform($platform) argument 127 $this->set(WebDriverCapabilityType::PLATFORM, $platform);
|
| /plugin/combo/vendor/carica/phpcss/ |
| H A D | composer.lock | 15 "platform": { 18 "platform-dev": [],
|