Searched refs:api_key (Results 1 – 11 of 11) sorted by relevance
/plugin/phpipam/ |
H A 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 …]
|
H A D | syntax.php | 1662 $this->getConf('api_key') ? $this->getConf('api_key') : false,
|
/plugin/autotweet2/ |
H A D | action.php | 25 $api_key = $this->getConf('apiKey'); 102 'oauth_consumer_key' => $api_key ,
|
/plugin/diagramsnet/lib/math/ |
H A D | .travis.yml | 14 api_key:
|
/plugin/dw2markdown/ |
H A D | .travis.yml | 9 api_key:
|
/plugin/idoit/ |
H A D | syntax.php | 73 $this->getConf('api_key'),
|
/plugin/asana/remote/ |
H A 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/stopforumspam2/ |
H A D | helper.php | 189 'api_key' => $api
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/ |
H A 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/ |
H A 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/ |
H A 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')
|