/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/ |
H A D | MobileApp.php | 25 public $appId; variable in Google\\Service\\DisplayVideo\\MobileApp 42 public function setAppId($appId) argument 44 $this->appId = $appId; 51 return $this->appId;
|
H A D | AppAssignedTargetingOptionDetails.php | 25 public $appId; variable in Google\\Service\\DisplayVideo\\AppAssignedTargetingOptionDetails 42 public function setAppId($appId) argument 44 $this->appId = $appId; 51 return $this->appId;
|
H A D | FirstAndThirdPartyAudience.php | 29 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/ |
H A D | FirebaseAppInfo.php | 25 public $appId; variable in Google\\Service\\FirebaseManagement\\FirebaseAppInfo 46 public function setAppId($appId) argument 48 $this->appId = $appId; 55 return $this->appId;
|
H A D | AndroidApp.php | 29 public $appId; variable in Google\\Service\\FirebaseManagement\\AndroidApp 64 public function setAppId($appId) argument 66 $this->appId = $appId; 73 return $this->appId;
|
H A D | WebApp.php | 30 public $appId; variable in Google\\Service\\FirebaseManagement\\WebApp 69 public function setAppId($appId) argument 71 $this->appId = $appId; 78 return $this->appId;
|
H A D | IosApp.php | 29 public $appId; variable in Google\\Service\\FirebaseManagement\\IosApp 72 public function setAppId($appId) argument 74 $this->appId = $appId; 81 return $this->appId;
|
H A D | WebAppConfig.php | 29 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/ |
H A D | GoogleFirebaseFcmDataV1beta1AndroidDeliveryData.php | 29 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/ |
H A D | AdUnit.php | 38 public $appId; variable in Google\\Service\\AdMob\\AdUnit 93 public function setAppId($appId) argument 95 $this->appId = $appId; 102 return $this->appId;
|
H A D | App.php | 25 public $appId; variable in Google\\Service\\AdMob\\App 42 public function setAppId($appId) argument 44 $this->appId = $appId; 51 return $this->appId;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeManagement/ |
H A D | GoogleChromeManagementV1ChromeAppRequest.php | 29 public $appId; variable in Google\\Service\\ChromeManagement\\GoogleChromeManagementV1ChromeAppRequest 68 public function setAppId($appId) argument 70 $this->appId = $appId; 77 return $this->appId;
|
H A D | GoogleChromeManagementV1InstalledApp.php | 26 public $appId; variable in Google\\Service\\ChromeManagement\\GoogleChromeManagementV1InstalledApp 71 public function setAppId($appId) argument 73 $this->appId = $appId; 80 return $this->appId;
|
H A D | GoogleChromeManagementV1AppDetails.php | 27 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/ |
H A D | GitHubEnterpriseConfig.php | 25 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/ |
H A D | GoogleCloudApigeeV1DeveloperApp.php | 34 public $appId; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1DeveloperApp 103 public function setAppId($appId) argument 105 $this->appId = $appId; 112 return $this->appId;
|
H A D | GoogleCloudApigeeV1App.php | 28 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/ |
H A D | IdentitytoolkitRelyingpartyCreateAuthUriRequest.php | 25 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/ |
H A D | RequestLog.php | 30 public $appId; variable in Google\\Service\\Logging\\RequestLog 166 public function setAppId($appId) argument 168 $this->appId = $appId; 175 return $this->appId;
|
/plugin/authfacebook/lib/Authentication/ |
H A D | AccessTokenMetadata.php | 322 * @param string $appId 326 public function validateAppId($appId) argument 328 if ($this->getAppId() !== $appId) {
|
/plugin/facebookalbum/ |
H A D | facebook.php | 137 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/socialcards/ |
H A D | action.php | 232 $appId = $this->getConf('fbAppId'); 233 if(!empty($appId)) { 236 'content' => $appId,
|
/plugin/authfacebook/ |
H A D | auth.php | 84 …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,
|
/plugin/fblogin/lib/ |
H A D | base_facebook.php | 167 protected $appId; variable in BaseFacebook 243 * @param string $appId The Application ID 246 public function setAppId($appId) { argument 247 $this->appId = $appId; 257 return $this->appId; 731 return $this->appId.'|'.$this->appSecret;
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | pusher-http-java-1.0.0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/pusher/
com/ ... |