Searched refs:api_key (Results 1 – 13 of 13) sorted by relevance
| /plugin/phpipam/ |
| D | phpipam-api.php | 49 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 …]
|
| D | syntax.php | 1662 $this->getConf('api_key') ? $this->getConf('api_key') : false,
|
| /plugin/dokullm/ |
| H A D | LlmClient.php | 47 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/ |
| D | action.php | 25 $api_key = $this->getConf('apiKey'); 102 'oauth_consumer_key' => $api_key ,
|
| /plugin/dokullm/conf/ |
| H A D | default.php | 27 $conf['api_key'] = '';
|
| /plugin/asana/remote/ |
| D | APILink.php | 24 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/ |
| D | syntax.php | 73 $this->getConf('api_key'),
|
| /plugin/stopforumspam2/ |
| D | helper.php | 189 'api_key' => $api
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/ |
| D | ClientBuilder.asciidoc | 290 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/ |
| D | connecting.asciidoc | 91 ->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/ |
| D | UPGRADING.md | 915 $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/ |
| D | UPGRADING.md | 965 $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/ |
| D | ol.js.map | 1 …nfig = LayerConfig[options.layer];\n const query = options.apiKey ? '?api_key=' + options.apiKe…
|