Home
last modified time | relevance | path

Searched refs:apiKey (Results 1 – 12 of 12) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/RecommendationsAI/
H A DGoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration.php25 public $apiKey; variable in Google\\Service\\RecommendationsAI\\GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration
30 public function setApiKey($apiKey) argument
32 $this->apiKey = $apiKey;
39 return $this->apiKey;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSendGridHandler.php33 protected $apiKey; variable in Monolog\\Handler\\SendGridHandler
55 * @param string $apiKey The SendGrid API Key
60 …public function __construct(string $apiUser, string $apiKey, string $from, $to, string $subject, $… argument
68 $this->apiKey = $apiKey;
81 $message['api_key'] = $this->apiKey;
H A DMandrillHandler.php28 protected $apiKey; variable in Monolog\\Handler\\MandrillHandler
33 * @param string $apiKey A valid Mandrill API key
36 … public function __construct(string $apiKey, $message, $level = Logger::ERROR, bool $bubble = true) argument
47 $this->apiKey = $apiKey;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseManagement/
H A DWebAppConfig.php25 public $apiKey; variable in Google\\Service\\FirebaseManagement\\WebAppConfig
62 public function setApiKey($apiKey) argument
64 $this->apiKey = $apiKey;
71 return $this->apiKey;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DBitbucketServerConfig.php26 public $apiKey; variable in Google\\Service\\CloudBuild\\BitbucketServerConfig
63 public function setApiKey($apiKey) argument
65 $this->apiKey = $apiKey;
72 return $this->apiKey;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DIdentitytoolkitRelyingpartySetProjectConfigRequest.php30 public $apiKey; variable in Google\\Service\\IdentityToolkit\\IdentitytoolkitRelyingpartySetProjectConfigRequest
75 public function setApiKey($apiKey) argument
77 $this->apiKey = $apiKey;
84 return $this->apiKey;
H A DIdentitytoolkitRelyingpartyGetProjectConfigResponse.php30 public $apiKey; variable in Google\\Service\\IdentityToolkit\\IdentitytoolkitRelyingpartyGetProjectConfigResponse
79 public function setApiKey($apiKey) argument
81 $this->apiKey = $apiKey;
88 return $this->apiKey;
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGoogleGeocode.php39 * @param string $apiKey Your application's Google Maps Geocoding API key
49 public function read($address, $apiKey = null, $returnType = 'point', $bounds = false, $returnMultiple = false) argument
66 $url .= $boundsString . ($apiKey ? '&key=' . $apiKey : '');
116 * @param string $apiKey Your application's Google Maps Geocoding API key
123 public function write(Geometry $geometry, $apiKey = null, $returnType = 'string', $language = null) argument
132 $url .= ($language ? '&language=' . $language : '') . ($apiKey ? '&key=' . $apiKey : '');
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Detherpad-lite-client.php12 protected $apiKey = ""; variable in EtherpadLiteClient
15 public function __construct($apiKey, $baseUrl = null){ argument
16 $this->apiKey = $apiKey;
34 $arguments['apikey'] = $this->apiKey;
/plugin/redissue/redmine/
H A Dredmine.php15 function connect($url, $apiKey, $impersonate, $user){ argument
16 $this->client = new Redmine\Client($url, $apiKey);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php407 public function setApiKey(string $id, string $apiKey): ClientBuilder argument
414 'ApiKey ' . base64_encode($id . ':' . $apiKey)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc285 .`setApiKey(string $id, string $apiKey)`