/plugin/rigrr/lib/svg-pan-zoom/ |
H A D | svg-pan-zoom.js | 456 , setZoom = viewportCTM.multiply(k) 459 setZoom.a = setZoom.d = zoomScale 462 if (setZoom.a < this.options.minZoom * this.initialCTM.a) {setZoom.a = setZoom.d = wasZoom.a} 463 if (setZoom.a > this.options.maxZoom * this.initialCTM.a) {setZoom.a = setZoom.d = wasZoom.a} 464 if (setZoom.a !== wasZoom.a) { 465 SvgUtils.setCTM(this.viewport, setZoom) 468 this._zoom = setZoom.a 472 this.stateTf = setZoom.inverse() 478 this.options.onZoom(setZoom.a)
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SemanticTile/ |
H A D | TileCoordinates.php | 42 public function setZoom($zoom) function in Google\\Service\\SemanticTile\\TileCoordinates
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/ |
H A D | GeolayerdataGeo.php | 137 public function setZoom($zoom) function in Google\\Service\\Books\\GeolayerdataGeo
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/ |
H A D | SearchMvt.php | 86 public function setZoom($zoom): SearchMvt function in Elasticsearch\\Endpoints\\SearchMvt
|
/plugin/schedule/lib/ |
H A D | scheduleCitiesMap.js | 62 scheduleMap.map.getView ().setZoom (Math.min (scheduleMap.map.getView ().getZoom ()*.9, 67 scheduleMap.map.getView ().setZoom (6); //scheduleZoom); 261 …scheduleMap.map.getView ().setZoom (Math.min (scheduleMap.map.getView ().getZoom (), scheduleZoom)…
|
/plugin/diagramsnet/lib/js/croppie/ |
H A D | croppie.min.js | 1 …setZoom(n)}var i,o,r,a;function s(e){switch(e){case 37:return[1,0];case 38:return[0,1];case 39:ret…
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ |
H A D | Client.php | 1403 $endpoint->setZoom($zoom);
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_BooksService.php | 1930 public function setZoom( $zoom) { function in Google_BooksLayerGeoDataGeo
|
/plugin/ol3/ |
H A D | script.js | 8 …setZoom(t.zoom),this.setProperties({}),this.options_=t},e.prototype.getUpdatedOptions_=function(t)…
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A D | fabric.min.js | 4 …his._objects.length;i<len;i++){this._objects[i].setCoords()}return this},setZoom:function(value){t…
|
H A D | fabric.js | 6305 setZoom: function (value) {
|
/plugin/openlayersmap/ol7/ |
H A D | ol.js.map |
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 135 …setZoom(n)}var i,o,r,a;function s(e){switch(e){case 37:return[1,0];case 38:return[0,1];case 39:ret…
|