Searched refs:apikey (Results 1 – 10 of 10) sorted by relevance
7 var $apikey = 'NOT SET'; variable in GoogleAPI20 $this->apikey = $key;40 'key' => $this->apikey,78 'key' => $this->apikey,
88 $API = new GoogleAPI($this->getConf('apikey'),$url);
12 protected $apikey; variable in dokuwiki\\plugin\\aichat\\Model\\Gemini\\AbstractGeminiModel18 $this->apikey = $this->getFromConf('apikey');27 $this->apikey55 $this->apikey
34 run: function(apikey, preload, includeinnerlink) { argument35 this.apikey = apikey || "Free";40 var is_free = apikey == "Free";97 if (this.apikey == 'Free') {100 …return "http://api.page2images.com/directlink?p2i_key=" + this.apikey +"&p2i_visual_link=1&p2i_url…
41 $apikey = getenv($this->api_key_env);42 if (!$apikey) {47 $apikey = '';56 $conf['plugin']['aichat'][$providerConf . '_apikey'] = $apikey;
60 * @param string $apikey optional API key eg. for Thunderforest maps72 string $apikey = '' argument115 $apikey
489 $apikey = '';497 $apikey = '?apikey=' . $this->getConf('tfApiKey');501 $apikey = '?apikey=' . $this->getConf('tfApiKey');505 $apikey = '?apikey=' . $this->getConf('tfApiKey');509 $apikey = '?apikey=' . $this->getConf('tfApiKey');534 $apikey
85 private $apikey; variable in dokuwiki\\plugin\\openlayersmap\\StaticMap122 * @param string $apikey138 string $apikey = '' argument159 $this->apikey = $apikey;424 curl_setopt($ch, CURLOPT_URL, $url . $this->apikey);442 … "StaticMap::fetchTile: getting: $url . $this->apikey using file_get_contents and options $opts"444 $tile = file_get_contents($url . $this->apikey, false, $context);
55 $apikey= $this->getConf('daumapikey');
80 [[auth-apikey]]