Home
last modified time | relevance | path

Searched refs:apikey (Results 1 – 10 of 10) sorted by relevance

/plugin/googlesearch/
DGoogleAPI.php7 var $apikey = 'NOT SET'; variable in GoogleAPI
20 $this->apikey = $key;
40 'key' => $this->apikey,
78 'key' => $this->apikey,
Daction.php88 $API = new GoogleAPI($this->getConf('apikey'),$url);
/plugin/aichat/Model/Gemini/
DAbstractGeminiModel.php12 protected $apikey; variable in dokuwiki\\plugin\\aichat\\Model\\Gemini\\AbstractGeminiModel
18 $this->apikey = $this->getFromConf('apikey');
27 $this->apikey
55 $this->apikey
/plugin/p2ilinkaction/
Dp2i.thumbnails.js34 run: function(apikey, preload, includeinnerlink) { argument
35 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…
/plugin/aichat/_test/
DAbstractModelTest.php41 $apikey = getenv($this->api_key_env);
42 if (!$apikey) {
47 $apikey = '';
56 $conf['plugin']['aichat'][$providerConf . '_apikey'] = $apikey;
/plugin/openlayersmap/helper/
Dstaticmap.php60 * @param string $apikey optional API key eg. for Thunderforest maps
72 string $apikey = '' argument
115 $apikey
/plugin/openlayersmap/syntax/
Dolmap.php489 $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
/plugin/openlayersmap/
DStaticMap.php85 private $apikey; variable in dokuwiki\\plugin\\openlayersmap\\StaticMap
122 * @param string $apikey
138 string $apikey = '' argument
159 $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);
/plugin/daummovie/
Dsyntax.php55 $apikey= $this->getConf('daumapikey');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dconnecting.asciidoc80 [[auth-apikey]]