Home
last modified time | relevance | path

Searched defs:apiKey (Results 1 – 12 of 12) sorted by path

/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)
/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)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DIdentitytoolkitRelyingpartyGetProjectConfigResponse.php30 public $apiKey; variable in Google\\Service\\IdentityToolkit\\IdentitytoolkitRelyingpartyGetProjectConfigResponse
79 public function setApiKey($apiKey)
H A DIdentitytoolkitRelyingpartySetProjectConfigRequest.php30 public $apiKey; variable in Google\\Service\\IdentityToolkit\\IdentitytoolkitRelyingpartySetProjectConfigRequest
75 public function setApiKey($apiKey)
/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)
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DMandrillHandler.php28 protected $apiKey; variable in Monolog\\Handler\\MandrillHandler
36 … public function __construct(string $apiKey, $message, $level = Logger::ERROR, bool $bubble = true)
H A DSendGridHandler.php33 protected $apiKey; variable in Monolog\\Handler\\SendGridHandler
60 …public function __construct(string $apiUser, string $apiKey, string $from, $to, string $subject, $…
H A DTelegramBotHandler.php57 private $apiKey; variable in Monolog\\Handler\\TelegramBotHandler
107 string $apiKey,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php407 public function setApiKey(string $id, string $apiKey): ClientBuilder argument
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Detherpad-lite-client.php12 protected $apiKey = ""; variable in EtherpadLiteClient
15 public function __construct($apiKey, $baseUrl = null){
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGoogleGeocode.php49 public function read($address, $apiKey = null, $returnType = 'point', $bounds = false, $returnMultiple = false) argument
123 public function write(Geometry $geometry, $apiKey = null, $returnType = 'string', $language = null) argument
/plugin/redissue/redmine/
H A Dredmine.php15 function connect($url, $apiKey, $impersonate, $user){