Searched refs:apikey (Results 1 – 11 of 11) sorted by relevance
| /plugin/googlesearch/ |
| D | GoogleAPI.php | 7 var $apikey = 'NOT SET'; variable in GoogleAPI 20 $this->apikey = $key; 40 'key' => $this->apikey, 78 'key' => $this->apikey,
|
| D | action.php | 88 $API = new GoogleAPI($this->getConf('apikey'),$url);
|
| /plugin/aichat/Model/Gemini/ |
| H A D | AbstractGeminiModel.php | 12 protected $apikey; variable in dokuwiki\\plugin\\aichat\\Model\\Gemini\\AbstractGeminiModel 18 $this->apikey = $this->getFromConf('apikey'); 27 $this->apikey 55 $this->apikey
|
| /plugin/p2ilinkaction/ |
| D | p2i.thumbnails.js | 34 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/ |
| H A D | AbstractModelTest.php | 41 $apikey = getenv($this->api_key_env); 42 if (!$apikey) { 47 $apikey = ''; 56 $conf['plugin']['aichat'][$providerConf . '_apikey'] = $apikey;
|
| /plugin/openlayersmap/helper/ |
| H A D | staticmap.php | 60 * @param string $apikey optional API key eg. for Thunderforest maps 72 string $apikey = '' argument 111 $apikey
|
| /plugin/openlayersmap/syntax/ |
| H A D | olmap.php | 479 $apikey = ''; 487 $apikey = '?apikey=' . $this->getConf('tfApiKey'); 491 $apikey = '?apikey=' . $this->getConf('tfApiKey'); 495 $apikey = '?apikey=' . $this->getConf('tfApiKey'); 499 $apikey = '?apikey=' . $this->getConf('tfApiKey'); 524 $apikey
|
| /plugin/openlayersmap/ |
| H A D | StaticMap.php | 88 private string $apikey; variable in dokuwiki\\plugin\\openlayersmap\\StaticMap 125 * @param string $apikey 141 string $apikey = '' argument 162 $this->apikey = $apikey; 445 curl_setopt($ch, CURLOPT_URL, $url . $this->apikey); 466 …Logger::debug("fetchTile: getting: $url . $this->apikey using file_get_contents and options", $opt… 467 $tile = file_get_contents($url . $this->apikey, false, $context);
|
| /plugin/ragasker/conf/ |
| H A D | default.php | 3 $conf['apikey'] = 'None';
|
| /plugin/daummovie/ |
| D | syntax.php | 55 $apikey= $this->getConf('daumapikey');
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
| D | connecting.asciidoc | 80 [[auth-apikey]]
|