| /plugin/authgooglesheets/vendor/google/apiclient-services/src/RecommendationsAI/ |
| D | GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration.php | 25 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/ |
| D | SendGridHandler.php | 33 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;
|
| D | MandrillHandler.php | 28 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/ |
| D | WebAppConfig.php | 25 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/ |
| D | BitbucketServerConfig.php | 26 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/ |
| D | IdentitytoolkitRelyingpartySetProjectConfigRequest.php | 30 public $apiKey; variable in Google\\Service\\IdentityToolkit\\IdentitytoolkitRelyingpartySetProjectConfigRequest 75 public function setApiKey($apiKey) argument 77 $this->apiKey = $apiKey; 84 return $this->apiKey;
|
| D | IdentitytoolkitRelyingpartyGetProjectConfigResponse.php | 30 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/ |
| D | GoogleGeocode.php | 39 * @param string $apiKey Your application's Google Maps Geocoding API key 49 …public function read($address, $apiKey = null, $returnType = 'point', $bounds = false, $returnMult… 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/ |
| D | etherpad-lite-client.php | 12 protected $apiKey = ""; variable in EtherpadLiteClient 15 public function __construct($apiKey, $baseUrl = null){ argument 16 $this->apiKey = $apiKey; 34 $arguments['apikey'] = $this->apiKey;
|
| /plugin/aichat/Model/Generic/ |
| D | AbstractGenericModel.php | 24 $apiKey = $this->getFromConf('apikey', ''); //auth is optional 25 if ($apiKey) { 26 $http->headers['Authorization'] = 'Bearer ' . $apiKey;
|
| /plugin/aichat/Model/Ollama/ |
| D | AbstractOllama.php | 20 $apiKey = $this->getFromConf('apikey'); 21 $http->headers['Authorization'] = 'Bearer ' . $apiKey;
|
| /plugin/redissue/redmine/ |
| D | redmine.php | 15 function connect($url, $apiKey, $impersonate, $user){ argument 16 $this->client = new Redmine\Client($url, $apiKey);
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ |
| D | ClientBuilder.php | 407 public function setApiKey(string $id, string $apiKey): ClientBuilder argument 414 'ApiKey ' . base64_encode($id . ':' . $apiKey)
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/ |
| D | ClientBuilder.asciidoc | 285 .`setApiKey(string $id, string $apiKey)`
|
| /plugin/openlayersmap/ol/ |
| D | ol.js.map | 1 …apiKey] Stadia Maps API key. Not required for localhost or most public web deployments. See https:…
|