Home
last modified time | relevance | path

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

/plugin/phpipam/
H A 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 …]
H A Dsyntax.php1662 $this->getConf('api_key') ? $this->getConf('api_key') : false,
/plugin/autotweet2/
H A Daction.php25 $api_key = $this->getConf('apiKey');
102 'oauth_consumer_key' => $api_key ,
/plugin/diagramsnet/lib/math/
H A D.travis.yml14 api_key:
/plugin/dw2markdown/
H A D.travis.yml9 api_key:
/plugin/idoit/
H A Dsyntax.php73 $this->getConf('api_key'),
/plugin/asana/remote/
H A 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/stopforumspam2/
H A Dhelper.php189 'api_key' => $api
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A 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/
H A 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/
H A 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')