Home
last modified time | relevance | path

Searched defs:apikey (Results 1 – 3 of 3) sorted by relevance

/plugin/googlesearch/
H A DGoogleAPI.php7 var $apikey = 'NOT SET'; variable in GoogleAPI
/plugin/openlayersmap/helper/
H A Dstaticmap.php88 getMap(float $lat, float $lon, int $zoom, string $size, string $maptype, array $markers, string $gpx, string $kml, string $geojson, string $apikey = '') global() argument
/plugin/openlayersmap/
H A DStaticMap.php156 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