/plugin/googlemap3/ |
H A D | googlemap3.js | 22 function allMarkersVisible(map){ argument 49 map.tmpLat = map.getCenter().lat(); 50 map.tmpLng = map.getCenter().lng(); 60 var map = currentInfoWindow.map; 62 var tmpLatLng = new google.maps.LatLng(map.tmpLat, map.tmpLng); 70 function attachHelper(map) { argument 93 map.markerHelper.infoWindow.open(map, map.markerHelper); 99 function attachPanTo(map) { argument 185 googleMapArray[i].map.markerArray[j].setMap(googleMapArray[i].map); 198 googleMapArray[i].map.markerArray[j].infoWindow.map = googleMapArray[i].map; [all …]
|
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
H A D | EditorKeyboardHandler.java | 37 InputMap map = super.getInputMap(condition); in getInputMap() local 41 map.put(KeyStroke.getKeyStroke("control S"), "save"); in getInputMap() 43 map.put(KeyStroke.getKeyStroke("control N"), "new"); in getInputMap() 44 map.put(KeyStroke.getKeyStroke("control O"), "open"); in getInputMap() 48 map in getInputMap() 54 return map; in getInputMap() 62 ActionMap map = super.createActionMap(); in createActionMap() local 64 map.put("save", new EditorActions.SaveAction(false)); in createActionMap() 66 map.put("new", new EditorActions.NewAction()); in createActionMap() 67 map.put("open", new EditorActions.OpenAction()); in createActionMap() [all …]
|
/plugin/googlemaps3/ |
H A D | syntax.php | 111 if ($map['width'] || $map['height']) { 112 …$style = $map['width'] ? 'width: '.(is_numeric($map['width']) ? $map['width'].'px' : $map['width']… 113 …$style .= $map['height'] ? 'height: '.(is_numeric($map['height']) ? $map['height'].'px' : $map['he… 120 unset($map['width'],$map['height']); 125 unset($map['region'],$map['language']); 129 foreach ($map as $key => $val) { 199 $map['mapID'] = ++$this->mapID; 202 if (isset($map[$key])) if ($key=='kml') $map[$key] = $val; else $map[$key] = strtolower($val); 203 if (isset($map[$key])) { 205 $map[$key] = $val; [all …]
|
H A D | script.js | 25 googlemaps3[i].map = new google.maps.Map(googlemaps3[i].node, { 38 pantoMapAddress(googlemaps3[i].map,googlemaps3[i].address); 44 attachMarker(googlemaps3[i].map,googlemaps3[i].marker[j]); 48 … const georssLayer = new google.maps.KmlLayer({url: googlemaps3[i].kml, map: googlemaps3[i].map,}); 51 function attachMarker(map, options, position) { argument 62 map: map, 76 infoWindow.open(map, marker); 80 function attachAddressMarker(map, options) { argument 84 attachMarker(map, options, results[0].geometry.location); 90 function pantoMapAddress(map, address) { argument [all …]
|
/plugin/openlayersmap/lang/en/ |
H A D | help.txt | 2 Various functions are available as part of the map.
5 * **moving** by grabbing the map with a mouse-click you can move the map around
6 * **overview map** using the < button in the bottom right of the map you can expand an overview map
7 * **zooming in and out** using the + and - buttons in the top left of the map you can obtain more or less detail in the map
8 * **switching themes or maps** clicking on the ≡ icon on the right-hand side of the map you can view and select available maps and themes
9 * **retrieving information** the map ma [all...] |
/plugin/google_maps/ |
H A D | script.js | 34 function queryGoogleGeo(map, bounds, locations, index, zoom, retry) argument 89 zoom = map.getBoundsZoomLevel(bounds); 98 map.setCenter(bounds.getCenter(), zoom); 117 var map = new GMap2(this); 118 map.setCenter(new GLatLng(34, 0), 1); // default point 122 map.addControl(new GSmallMapControl()); 124 map.addControl(new GLargeMapControl()); 128 map.addControl(new GHierarchicalMapTypeControl()); 130 map.addControl(new GMapTypeControl()); 136 map.addControl(overviewMap); [all …]
|
/plugin/findologicxmlexport/vendor/twig/twig/src/RuntimeLoader/ |
H A D | FactoryRuntimeLoader.php | 21 private $map; variable in Twig\\RuntimeLoader\\FactoryRuntimeLoader 24 * @param array $map An array where keys are class names and values factory callables 26 public function __construct($map = []) argument 28 $this->map = $map; 33 if (isset($this->map[$class])) { 34 $runtimeFactory = $this->map[$class];
|
/plugin/openlayersmap/ol7/ |
H A D | ol-layerswitcher.js |
|
/plugin/googlemaps/ |
H A D | script.js | 30 var maptypes = { map : G_NORMAL_MAP, property in init_googlemaps.maptypes 48 googlemap[i].map = new GMap2(googlemap[i].node); 52 map.addControl(new GSmallMapControl()); 53 map.addControl(new GMapTypeControl()); 55 map.setCenter(new GLatLng(lat, lon), zoom); 57 var supported = map.getMapTypes(); 60 map.setMapType(in_array(requested,supported) ? requested : supported[0]); 64 map.addOverlay(create_marker(new GLatLng(overlay[j].lat,overlay[j].lon),overlay[j].txt)); 69 map.addOverlay(geoXml);
|
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/ |
H A D | require.js | 264 map = config.map, 265 starMap = map && map['*']; 589 var id = mod.map.id; 635 map = mod.map; 636 modId = map.id; 705 this.map = map; 788 var map = this.map; 913 var map = this.map, 914 id = map.id, 925 parentName = this.map.parentMap ? this.map.parentMap.name : null, [all …]
|
/plugin/jplayer/components/ |
H A D | require.js | 264 map = config.map, 265 starMap = map && map['*']; 589 var id = mod.map.id; 635 map = mod.map; 636 modId = map.id; 705 this.map = map; 788 var map = this.map; 913 var map = this.map, 914 id = map.id, 925 parentName = this.map.parentMap ? this.map.parentMap.name : null, [all …]
|
/plugin/swiftmail/Swift/Events/ |
H A D | ListenerMapper.php | 25 $map = array( 34 return $map; 43 $map = self::getMap(); 44 if (isset($map[$listener])) return $map[$listener];
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ |
H A D | ReturnValueMap.php | 29 foreach ($this->valueMap as $map) { 30 if (!is_array($map) || $parameterCount != count($map) - 1) { 34 $return = array_pop($map); 35 if ($invocation->parameters === $map) {
|
/plugin/openlayersmap/ |
H A D | deleted.files | 6 print.css.map 7 style.css.map 51 ol6/226.ol.js.map 53 ol6/231.ol.js.map 56 ol6/247.ol.js.map 58 ol6/356.ol.js.map 60 ol6/382.ol.js.map 62 ol6/395.ol.js.map 65 ol6/54.ol.js.map 67 ol6/611.ol.js.map [all...] |
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/ |
H A D | makefont.php | 34 function ReadAFM($file,&$map) argument 71 $map[$c]=$gn; 74 if(empty($map)) 113 if(!empty($map)) 211 function MakeFontEncoding($map) argument 219 if($map[$i]!=$ref[$i]) 224 $s.='/'.$map[$i].' '; 305 $map=ReadMap($enc); 307 $map[$cc]=$gn; 310 $map=array(); [all …]
|
/plugin/icalevents/vendor/sabre/vobject/lib/ |
H A D | TimeZoneUtil.php | 17 static $map = null; variable in Sabre\\VObject\\TimeZoneUtil 164 if (isset(self::$map[$tzid])) { 165 return new \DateTimeZone(self::$map[$tzid]); 173 if (isset(self::$map[$tzidAlternate])) { 174 return new \DateTimeZone(self::$map[$tzidAlternate]); 250 if (!is_null(self::$map)) return; 252 self::$map = array_merge(
|
/plugin/webdav/vendor/sabre/vobject/lib/ |
H A D | TimeZoneUtil.php | 17 public static $map = null; variable in Sabre\\VObject\\TimeZoneUtil 162 if (isset(self::$map[$tzid])) { 163 return new \DateTimeZone(self::$map[$tzid]); 171 if (isset(self::$map[$tzidAlternate])) { 172 return new \DateTimeZone(self::$map[$tzidAlternate]); 238 if (!is_null(self::$map)) { 242 self::$map = array_merge(
|
/plugin/struct/meta/ |
H A D | Column.php | 188 static $map = null; 189 if (!is_null($map) && !$reload) return $map; 192 $map = []; 199 $map[$file] = 'dokuwiki\\plugin\\struct\\types\\' . $file; 203 Event::createAndTrigger('PLUGIN_STRUCT_TYPECLASS_INIT', $map); 205 ksort($map); 206 return $map;
|
/plugin/structgeohash/ |
H A D | script.js | 31 var map = L.map(id).setView([decoded.latitude[2], decoded.longitude[2]], 13); 39 }).addTo(map); 42 var marker = L.marker([decoded.latitude[2], decoded.longitude[2]]).addTo(map); 46 map.on('click', function (e) { onMapClick(e, inputId); }); 50 struct_gh_maps[inputId] = map;
|
/plugin/redirect2/ |
H A D | action.php | 171 // read redirect map 172 $map = $this->loadHelper($this->getPluginName()); 173 if (empty($map)) return false; 182 if (isset($map->pattern[$checkID])) { 183 $dest = $map->pattern[$checkID]['destination']; 188 $status = $map->pattern[$checkID]['status']; 207 $redirect = $this->_RedirectMatch($ID, $map); 231 // read redirect map 232 $map = $this->loadHelper($this->getPluginName()); 233 if (empty($map)) retur 291 _RedirectMatch($checkID, $map) global() argument [all...] |
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/ |
H A D | RegularExpression.php | 56 $map = new LUT\Map([ 63 $iterator = new LUT\RegularExpression($map, '/a/') 79 $map = new LUT\Recursive\Map([ 83 $regex = new LUT\Recursive\RegularExpression($map, '/a/'), 100 $map = new LUT\Recursive\Map([ 108 $map,
|
/plugin/explain/ |
H A D | syntax.php | 54 $this->map[$parts[0]] = array('desc' => $parts[1], 93 if (count($this->map) === 0) 97 join('|', array_map('preg_quote_cb', array_keys($this->map))). 106 foreach (array_keys($this->map) as $rxmatch) { 108 ($this->map[$rxmatch]['i'] && utf8_strtolower($match) === $rxmatch)) { 109 $data += $this->map[$rxmatch]; 111 unset($this->map[$rxmatch]['desc']);
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/ |
H A D | ObjectWithIntListAndIntMap.php | 15 private $map; variable in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithIntListAndIntMap 17 public function __construct(array $list, array $map) argument 20 $this->map = $map;
|
/plugin/imagemap/ |
H A D | README | 3 An image map is a graphical object where portions of the image act 4 as links. With this plugin, you can not only create an image map, 10 {{map>imagemap.png|Alternate Text}} 12 detected and used in the image map. 17 {{<map}} 24 so the alternate text of the image is used for the map. 27 For a link to be used in the map, it must define the shape as part of the 36 will be ignored for the map. The coordinates will be removed from the link 37 tag, in both the image map and the alternate markup. 39 The wiki markup inside the map block will be generated by not displayed in [all …]
|
/plugin/imagemapping/ |
H A D | README | 3 An image map is a graphical object where portions of the image act
4 as links. With this plugin, you can not only create an image map,
10 {{map>imagemap.png|Alternate Text}}
12 detected and used in the image map.
17 {{<map}}
24 so the alternate text of the image is used for the map.
27 For a link to be used in the map, it must define the shape as part of the
36 will be ignored for the map. The coordinates will be removed from the link
37 tag, in both the image map and the alternate markup.
39 The wiki markup inside the map bloc [all...] |