Home
last modified time | relevance | path

Searched refs:appId (Results 1 – 25 of 31) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
DAppAssignedTargetingOptionDetails.php25 public $appId; variable in Google\\Service\\DisplayVideo\\AppAssignedTargetingOptionDetails
42 public function setAppId($appId) argument
44 $this->appId = $appId;
51 return $this->appId;
DMobileApp.php25 public $appId; variable in Google\\Service\\DisplayVideo\\MobileApp
42 public function setAppId($appId) argument
44 $this->appId = $appId;
51 return $this->appId;
DFirstAndThirdPartyAudience.php29 public $appId; variable in Google\\Service\\DisplayVideo\\FirstAndThirdPartyAudience
108 public function setAppId($appId) argument
110 $this->appId = $appId;
117 return $this->appId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseManagement/
DFirebaseAppInfo.php25 public $appId; variable in Google\\Service\\FirebaseManagement\\FirebaseAppInfo
46 public function setAppId($appId) argument
48 $this->appId = $appId;
55 return $this->appId;
DAndroidApp.php29 public $appId; variable in Google\\Service\\FirebaseManagement\\AndroidApp
64 public function setAppId($appId) argument
66 $this->appId = $appId;
73 return $this->appId;
DWebApp.php30 public $appId; variable in Google\\Service\\FirebaseManagement\\WebApp
69 public function setAppId($appId) argument
71 $this->appId = $appId;
78 return $this->appId;
DIosApp.php29 public $appId; variable in Google\\Service\\FirebaseManagement\\IosApp
72 public function setAppId($appId) argument
74 $this->appId = $appId;
81 return $this->appId;
DWebAppConfig.php29 public $appId; variable in Google\\Service\\FirebaseManagement\\WebAppConfig
76 public function setAppId($appId) argument
78 $this->appId = $appId;
85 return $this->appId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fcmdata/
DGoogleFirebaseFcmDataV1beta1AndroidDeliveryData.php29 public $appId; variable in Google\\Service\\Fcmdata\\GoogleFirebaseFcmDataV1beta1AndroidDeliveryData
52 public function setAppId($appId) argument
54 $this->appId = $appId;
61 return $this->appId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdMob/
DApp.php25 public $appId; variable in Google\\Service\\AdMob\\App
42 public function setAppId($appId) argument
44 $this->appId = $appId;
51 return $this->appId;
DAdUnit.php38 public $appId; variable in Google\\Service\\AdMob\\AdUnit
93 public function setAppId($appId) argument
95 $this->appId = $appId;
102 return $this->appId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeManagement/
DGoogleChromeManagementV1ChromeAppRequest.php29 public $appId; variable in Google\\Service\\ChromeManagement\\GoogleChromeManagementV1ChromeAppRequest
68 public function setAppId($appId) argument
70 $this->appId = $appId;
77 return $this->appId;
DGoogleChromeManagementV1InstalledApp.php26 public $appId; variable in Google\\Service\\ChromeManagement\\GoogleChromeManagementV1InstalledApp
71 public function setAppId($appId) argument
73 $this->appId = $appId;
80 return $this->appId;
DGoogleChromeManagementV1AppDetails.php27 public $appId; variable in Google\\Service\\ChromeManagement\\GoogleChromeManagementV1AppDetails
110 public function setAppId($appId) argument
112 $this->appId = $appId;
119 return $this->appId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
DGitHubEnterpriseConfig.php25 public $appId; variable in Google\\Service\\CloudBuild\\GitHubEnterpriseConfig
60 public function setAppId($appId) argument
62 $this->appId = $appId;
69 return $this->appId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
DGoogleCloudApigeeV1DeveloperApp.php34 public $appId; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1DeveloperApp
103 public function setAppId($appId) argument
105 $this->appId = $appId;
112 return $this->appId;
DGoogleCloudApigeeV1App.php28 public $appId; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1App
87 public function setAppId($appId) argument
89 $this->appId = $appId;
96 return $this->appId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
DIdentitytoolkitRelyingpartyCreateAuthUriRequest.php25 public $appId; variable in Google\\Service\\IdentityToolkit\\IdentitytoolkitRelyingpartyCreateAuthUriRequest
90 public function setAppId($appId) argument
92 $this->appId = $appId;
99 return $this->appId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
DRequestLog.php30 public $appId; variable in Google\\Service\\Logging\\RequestLog
166 public function setAppId($appId) argument
168 $this->appId = $appId;
175 return $this->appId;
/plugin/statistics/vendor/matomo/device-detector/Parser/Client/Hints/
DBrowserHints.php40 $appId = $this->clientHints->getApp();
41 $name = $this->getRegexes()[$appId] ?? null;
DAppHints.php40 $appId = $this->clientHints->getApp();
41 $name = $this->getRegexes()[$appId] ?? null;
/plugin/facebookalbum/
Dfacebook.php137 protected $appId; variable in Facebook
203 * @param String $appId the Application ID
205 public function setAppId($appId) { argument
206 $this->appId = $appId;
216 return $this->appId;
222 * @param String $appId the API Secret
/plugin/authfacebook/lib/Authentication/
DAccessTokenMetadata.php322 * @param string $appId
326 public function validateAppId($appId) argument
328 if ($this->getAppId() !== $appId) {
/plugin/socialcards/
Daction.php232 $appId = $this->getConf('fbAppId');
233 if(!empty($appId)) {
236 'content' => $appId,
/plugin/authfacebook/
Dauth.php84 …if (($appId = $this->getConf('applicationID')) && ($appSecret = $this->getConf('applicationSecret'…
86 'app_id' => $appId,
215 …if (($appId = $this->getConf('applicationID')) && ($appSecret = $this->getConf('applicationSecret'…
217 'app_id' => $appId,

12