Home
last modified time | relevance | path

Searched refs:gmap (Results 1 – 9 of 9) sorted by relevance

/plugin/openlayersmap/syntax/
H A Dolmap.php103 $gmap = $this->extractParams($str_params);
110 if (stripos($gmap ['baselyr'], 'google') !== false) {
112 $imgUrl .= $this->getGoogle($gmap, $overlay);
114 } elseif (stripos($gmap ['baselyr'], 'bing') !== false) {
118 $_firstimageID = $this->getStaticOSM($gmap, $overlay);
126 $imgUrl .= $this->getBing($gmap, $overlay) . "&.png";
128 /* elseif (stripos ( $gmap ['baselyr'], 'mapquest' ) !== false) {
132 $_firstimageID = $this->getStaticOSM ( $gmap, $overlay );
138 $imgUrl .= $this->_getMapQuest ( $gmap, $overlay );
144 $_firstimageID = $this->getStaticOSM($gmap,
356 getGoogle(array $gmap, array $overlay) global() argument
483 getStaticOSM(array $gmap, array $overlay) global() argument
598 getBing(array $gmap, array $overlay) global() argument
[all...]
/plugin/googlemap3/
H A Dsyntax.php74 unset($gmap['width'],$gmap['height']);
78 foreach ($gmap as $key => $val) {
135 $gmap = $this->dflt;
139 if (isset($gmap[$key])) $gmap[$key] = strtolower($val);
142 return $gmap;
/plugin/googlemaps/syntax/
H A Dgooglemap.php70 unset($gmap['width'],$gmap['height']);
74 foreach ($gmap as $key => $val) {
134 $gmap = $this->dflt;
138 if (isset($gmap[$key])) $gmap[$key] = strtolower($val);
141 return $gmap;
/plugin/toursprung/
H A Dsyntax.php119 $gmap = $this->dflt;
123 if (isset($gmap[$key])) $gmap[$key] = $val;
125 return $gmap;
/plugin/photowidget/
H A Dsyntax.php130 $gmap = $this->dflt;
134 if (isset($gmap[$key])) $gmap[$key] = $val;
137 return $gmap;
/plugin/geogebra/syntax/
H A Dgeogebrafile.php84 $gmap = $this->_extract_params($match);
85 return $gmap;
103 $gmap = $this->dflt;
107 if ( isset ($gmap[$key]))$gmap[$key] = $val;
110 return $gmap;
/plugin/zul/syntax/
H A Dzirkelundlineal.php95 $gmap = $this->_extract_params($match);
96 return $gmap;
112 $gmap = $this->dflt;
115 if (isset($gmap[$key])) $gmap[$key] = $val;
118 return $gmap;
/plugin/itrackviewer/
H A Dsyntax.php282 $gmap = $this->dflt;
286 if (isset($gmap[$key])) $gmap[$key] = $val;
289 return $gmap;
/plugin/hcalendar/syntax/
H A Dhcal2.php211 $gmap = $this->dflt;
215 if (isset($gmap[$key])) $gmap[$key] = $val;
218 return $gmap;