Home
last modified time | relevance | path

Searched refs:api_key (Results 1 – 13 of 13) sorted by relevance

/plugin/phpipam/
Dphpipam-api.php49 private $api_key = false; variable in phpipam_api_client
219 * @param bool|string $api_key (default: false)
224 …public function __construct($api_url = false, $app_id = false, $api_key = false, $username = false… argument
234 if ($api_key!==false) {
235 $this->set_api_key ($api_key);
367 if($this->api_key !== false)
469 * @param bool $api_key (default: false)
472 public function set_api_key ($api_key = false) { argument
474 if ($api_key!=false) {
475 $this->api_key = $api_key;
[all …]
Dsyntax.php1662 $this->getConf('api_key') ? $this->getConf('api_key') : false,
/plugin/dokullm/
H A DLlmClient.php47 private $api_key; variable in dokuwiki\\plugin\\dokullm\\LlmClient
96 …public function __construct($api_url = null, $api_key = null, $model = null, $timeout = null, $tem… argument
99 $this->api_key = $api_key;
449 if (!empty($this->api_key)) {
450 $headers[] = 'Authorization: Bearer ' . $this->api_key;
/plugin/autotweet2/
Daction.php25 $api_key = $this->getConf('apiKey');
102 'oauth_consumer_key' => $api_key ,
/plugin/dokullm/conf/
H A Ddefault.php27 $conf['api_key'] = '';
/plugin/asana/remote/
DAPILink.php24 var $api_key = ""; variable in remote_plugin_asana_APILink
105 $this->api_key = $api_key_user;
111 curl_setopt($this->ch, CURLOPT_USERPWD , $this->api_key . ":");
/plugin/idoit/
Dsyntax.php73 $this->getConf('api_key'),
/plugin/stopforumspam2/
Dhelper.php189 'api_key' => $api
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
DClientBuilder.asciidoc290 Set the APIKey Pair, consiting of the API Id and the ApiKey of the Response from /_security/api_key
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dconnecting.asciidoc91 ->setApiKey('id', 'api_key') <1>
94 <1> ApiKey pair of `id` and `api_key` from the create API key response.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DUPGRADING.md915 $required = array('base_url', 'username', 'api_key');
921 $config->get('api_key')
941 $required = array('base_url', 'username', 'api_key');
947 $config->get('api_key')
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DUPGRADING.md965 $required = array('base_url', 'username', 'api_key');
971 $config->get('api_key')
991 $required = array('base_url', 'username', 'api_key');
997 $config->get('api_key')
/plugin/openlayersmap/ol/
Dol.js.map1 …nfig = LayerConfig[options.layer];\n const query = options.apiKey ? '?api_key=' + options.apiKe…