Home
last modified time | relevance | path

Searched refs:apikey (Results 1 – 8 of 8) sorted by last modified time

/plugin/openlayersmap/
H A DStaticMap.php85 private $apikey;
122 * @param string $apikey
138 string $apikey = ''
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);
156 private $apikey; global() variable in dokuwiki\\plugin\\openlayersmap\\StaticMap
209 __construct(float $lat, float $lon, int $zoom, int $width, int $height, string $maptype, array $markers, string $gpx, string $kml, string $geojson, string $mediaDir, string $tileCacheBaseDir, bool $autoZoomExtent = true, string $apikey = '') global() argument
/plugin/openlayersmap/syntax/
H A 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
[all...]
/plugin/openlayersmap/helper/
H A Dstaticmap.php44 return [['name' => 'getMap', 'desc' => 'returns url to the image', 'params' => ['lat' => 'float', 'lon' => 'float', 'zoom' => 'integer', 'size' => 'string', 'maptype' => 'string', 'markers' => 'string', 'gpx' => 'string', 'kml' => 'string', 'geojson' => 'string', 'apikey' => 'string'], 'return' => ['image' => 'string']]];
60 * @param string $apikey optional API key eg. for Thunderforest maps
72 string $apikey = ''
115 $apikey
88 getMap(float $lat, float $lon, int $zoom, string $size, string $maptype, array $markers, string $gpx, string $kml, string $geojson, string $apikey = '') global() argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnecting.asciidoc80 [[auth-apikey]]
/plugin/daummovie/
H A Dsyntax.php55 $apikey= $this->getConf('daumapikey');
/plugin/p2ilinkaction/
H A Dp2i.thumbnails.js34 run: function(apikey, preload, includeinnerlink) {
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/googlesearch/
H A Daction.php88 $API = new GoogleAPI($this->getConf('apikey'),$url);
H A DGoogleAPI.php7 var $apikey = 'NOT SET'; variable in GoogleAPI
20 $this->apikey = $key;
40 'key' => $this->apikey,
78 'key' => $this->apikey,