Home
last modified time | relevance | path

Searched refs:map (Results 26 – 50 of 589) sorted by relevance

12345678910>>...24

/plugin/osm/
H A Dscript.js8 var map = new OpenLayers.Map (div.id, {
29 map.addLayer(layers[params['layer']]);
33 map.addLayer(layers[layer]);
38 map.addLayer(layerMarkers);
40 …s['lon'], params['lat']).transform(new OpenLayers.Projection("EPSG:4326"), map.getProjectionObject…
42 map.setCenter(lonLat, params['zoom']);
51 …at(point.lon, point.lat).transform(new OpenLayers.Projection("EPSG:4326"), map.getProjectionObject…
/plugin/mytemplate/
H A Daction.php50 function fill_map($block, &$map) { argument
64 $map[$key] = $value;
75 $map[$key] = $value;
130 $map = array();
136 $map[] = trim($field);
139 $this->maps[$mapname] = $map;
218 function do_lookrange($map, $pos) { argument
221 ksort($map);
222 reset($map);
223 $previous = key($map);
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php17 public static $map = null; variable in Sabre\\VObject\\TimeZoneUtil
163 if (isset(self::$map[$tzid])) {
164 return new \DateTimeZone(self::$map[$tzid]);
239 if (!is_null(self::$map)) return;
241 self::$map = array_merge(
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php17 public static $map = null; variable in Sabre\\VObject\\TimeZoneUtil
163 if (isset(self::$map[$tzid])) {
164 return new \DateTimeZone(self::$map[$tzid]);
239 if (!is_null(self::$map)) return;
241 self::$map = array_merge(
/plugin/davcal/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php17 public static $map = null; variable in Sabre\\VObject\\TimeZoneUtil
163 if (isset(self::$map[$tzid])) {
164 return new \DateTimeZone(self::$map[$tzid]);
239 if (!is_null(self::$map)) return;
241 self::$map = array_merge(
/plugin/davcard/vendor/composer/
H A Dautoload_real.php26 $map = require __DIR__ . '/autoload_namespaces.php';
27 foreach ($map as $namespace => $path) {
31 $map = require __DIR__ . '/autoload_psr4.php';
32 foreach ($map as $namespace => $path) {
/plugin/webdavclient/vendor/composer/
H A Dautoload_real.php26 $map = require __DIR__ . '/autoload_namespaces.php';
27 foreach ($map as $namespace => $path) {
31 $map = require __DIR__ . '/autoload_psr4.php';
32 foreach ($map as $namespace => $path) {
/plugin/googleads/
H A Dadmin.php78 protected function getIsValueOn($map, $key) argument
82 if ($map != null && array_key_exists($key, $map)) {
83 $result = $map[$key] == 1 || $map[$key] === 'on' || $map[$key] === 'checked';
/plugin/structpublish/meta/
H A DConstants.php29 $map = [
34 return $map[$action];
39 $map = [
56 return $map[$action];
/plugin/davcal/vendor/composer/
H A Dautoload_real.php26 $map = require __DIR__ . '/autoload_namespaces.php';
27 foreach ($map as $namespace => $path) {
31 $map = require __DIR__ . '/autoload_psr4.php';
32 foreach ($map as $namespace => $path) {
/plugin/schedule/lib/
H A DscheduleCitiesMap.js61 scheduleMap.map.getView ().fit (scheduleMap.poi.getExtent (), scheduleMap.map.getSize ());
62 scheduleMap.map.getView ().setZoom (Math.min (scheduleMap.map.getView ().getZoom ()*.9,
148 scheduleMap.map.render ();
261 …scheduleMap.map.getView ().setZoom (Math.min (scheduleMap.map.getView ().getZoom (), scheduleZoom)…
405 var map = new ol.Map ({
420 map.set ("mapType", "display");
422 map.set ("mapType", "form");
424 map.set ("mapType", "calendar");
426 map.on ("singleclick", function (evt) {
432 switch (map.get ("mapType")) {
[all …]
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dfetch_windows_zones.php22 if (!isset($map[$from])) {
23 $map[$from] = $to;
28 ksort($map);
44 fwrite($f, var_export($map, true) . ';');
/plugin/quickstats/GEOIP/vendor/composer/
H A Dautoload_real.php32 $map = require __DIR__ . '/autoload_namespaces.php';
33 foreach ($map as $namespace => $path) {
37 $map = require __DIR__ . '/autoload_psr4.php';
38 foreach ($map as $namespace => $path) {
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Dfetch_windows_zones.php22 if (!isset($map[$from])) {
23 $map[$from] = $to;
28 ksort($map);
44 fwrite($f, var_export($map, true) . ';');
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dfetch_windows_zones.php22 if (!isset($map[$from])) {
23 $map[$from] = $to;
28 ksort($map);
44 fwrite($f, var_export($map, true) . ';');
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dfetch_windows_zones.php22 if (!isset($map[$from])) {
23 $map[$from] = $to;
28 ksort($map);
44 fwrite($f, var_export($map, true) . ';');
/plugin/pureldap/vendor/composer/
H A Dautoload_real.php
/plugin/commonmark/vendor/composer/
H A Dautoload_real.php
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DParameter.php71 public function setMap($map) argument
73 $this->map = $map;
80 return $this->map;
/plugin/oauth/vendor/composer/
H A Dautoload_real.php37 $map = require __DIR__ . '/autoload_namespaces.php';
38 foreach ($map as $namespace => $path) {
42 $map = require __DIR__ . '/autoload_psr4.php';
43 foreach ($map as $namespace => $path) {
/plugin/geophp/vendor/composer/
H A Dautoload_real.php
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js2690 map.set('a', 1);
2709 'maps': map,
6759 _.map = map1;
9455 lodashStable.each([new Map, realm.map], function(map) { argument
10053 lodashStable.each([[map, new Map], [map, realm.map]], function(maps) {
13505 return index ? _.map(collection, value) : _.map(collection);
13519 return index ? _.map(collection) : _.map();
13589 _(array).slice(1).map(square).map(function(value, index) {
13596 _(array).slice(1).map(square).map(function(value) {
13603 _(array).slice(1).map(square).map(function() {
[all …]
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/
H A DTarget.php42 private static $map = array( variable in Doctrine\\Common\\Annotations\\Annotation\\Target
94 if(!isset(self::$map[$literal])){
97 $literal, implode(', ', array_keys(self::$map)))
100 $bitmask |= self::$map[$literal];
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.makefont.php8 function ReadTTF($fontfile, $map) { argument
33 if (!isset($map[$code])) {
37 $ucs2 = $map[$code];
102 function ReadAFM($file, $map) { argument
172 if(!isset($widths[$map[chr($i)]])) {
176 $widths[$i]=$widths[$map[chr($i)]];
282 function MakeFontEncoding($map) { argument
290 if ($map[chr($i)]!=$ref[chr($i)]) {
295 $s.='/'.$map[chr($i)].' ';
394 $fm = ReadAFM($afmfile, $map);
[all …]
/plugin/openlayersmap/
H A Dscript.js34 * id for the map div
36 * width for the map div
38 * height for the map div
47 // map
57 * Create the map based on the params given.
68 * @return {ol.Map} the created map
84 // find map element location
89 // create map element and add to document
93 /** dynamic map extent. */
98 const map
[all...]

12345678910>>...24