Home
last modified time | relevance | path

Searched refs:bounds (Results 1 – 25 of 164) sorted by relevance

1234567

/plugin/diagramsnet/lib/shapes/
H A DmxArrows.js15 this.bounds = bounds;
208 this.bounds = bounds;
345 this.bounds = bounds;
475 this.bounds = bounds;
624 this.bounds = bounds;
784 this.bounds = bounds;
925 this.bounds = bounds;
1098 this.bounds = bounds;
1256 this.bounds = bounds;
1405 this.bounds = bounds;
[all …]
H A DmxBasic.js14 this.bounds = bounds;
84 this.bounds = bounds;
187 this.bounds = bounds;
320 this.bounds = bounds;
417 this.bounds = bounds;
508 this.bounds = bounds;
606 this.bounds = bounds;
686 this.bounds = bounds;
766 this.bounds = bounds;
821 this.bounds = bounds;
[all …]
H A DmxInfographic.js14 this.bounds = bounds;
106 this.bounds = bounds;
256 this.bounds = bounds;
338 this.bounds = bounds;
461 this.bounds = bounds;
583 this.bounds = bounds;
716 this.bounds = bounds;
848 this.bounds = bounds;
1008 this.bounds = bounds;
1101 this.bounds = bounds;
[all …]
H A DmxFloorplan.js15 this.bounds = bounds;
64 this.bounds = bounds;
121 this.bounds = bounds;
180 this.bounds = bounds;
240 this.bounds = bounds;
294 this.bounds = bounds;
353 this.bounds = bounds;
408 this.bounds = bounds;
548 this.bounds = bounds;
621 this.bounds = bounds;
[all …]
H A DmxGmdl.js15 this.bounds = bounds;
80 this.bounds = bounds;
175 this.bounds = bounds;
247 this.bounds = bounds;
304 this.bounds = bounds;
393 this.bounds = bounds;
490 this.bounds = bounds;
566 this.bounds = bounds;
658 this.bounds = bounds;
757 this.bounds = bounds;
[all …]
H A DmxAndroid.js15 this.bounds = bounds;
178 this.bounds = bounds;
234 this.bounds = bounds;
331 this.bounds = bounds;
453 this.bounds = bounds;
572 this.bounds = bounds;
656 this.bounds = bounds;
713 this.bounds = bounds;
767 this.bounds = bounds;
799 this.bounds = bounds;
[all …]
H A DmxFlowchart.js11 function mxShapeFlowchartDocument2(bounds, fill, stroke, strokewidth) argument
14 this.bounds = bounds;
74 var handles = [Graph.createHandle(state, ['size'], function(bounds)
78 return new mxPoint(bounds.x + 3 * bounds.width / 4, bounds.y + (1 - size) * bounds.height);
80 }, function(bounds, pt)
82 …this.state.style['size'] = Math.max(0, Math.min(1, (bounds.y + bounds.height - pt.y) / bounds.heig…
H A DmxLeanMap.js15 this.bounds = bounds;
69 this.bounds = bounds;
140 this.bounds = bounds;
219 this.bounds = bounds;
286 this.bounds = bounds;
357 this.bounds = bounds;
459 this.bounds = bounds;
521 this.bounds = bounds;
584 this.bounds = bounds;
669 this.bounds = bounds;
[all …]
H A DmxBootstrap.js15 this.bounds = bounds;
60 this.bounds = bounds;
113 this.bounds = bounds;
166 this.bounds = bounds;
219 this.bounds = bounds;
272 this.bounds = bounds;
384 this.bounds = bounds;
447 this.bounds = bounds;
493 this.bounds = bounds;
558 this.bounds = bounds;
[all …]
H A DmxSysML.js119 this.bounds = bounds;
227 this.bounds = bounds;
313 this.bounds = bounds;
348 this.bounds = bounds;
385 this.bounds = bounds;
444 this.bounds = bounds;
503 this.bounds = bounds;
583 this.bounds = bounds;
627 this.bounds = bounds;
808 this.bounds = bounds;
[all …]
H A DmxAWS4.js12 function mxShapeAws4ProductIcon(bounds, fill, stroke, strokewidth) argument
15 this.bounds = bounds;
103 function mxShapeAws4ResourceIcon(bounds, fill, stroke, strokewidth) argument
106 this.bounds = bounds;
161 function mxShapeAws4Group(bounds, fill, stroke, strokewidth) argument
164 this.bounds = bounds;
236 function mxShapeAws4GroupCenter(bounds, fill, stroke, strokewidth) argument
239 this.bounds = bounds;
358 function mxShapeAws4Group2(bounds, fill, stroke, strokewidth) argument
361 this.bounds = bounds;
H A DmxCabinets.js12 function mxCabinetsCabinet(bounds, fill, stroke, strokewidth) argument
15 this.bounds = bounds;
89 function mxCabinetsCoverPlate(bounds, fill, stroke, strokewidth) argument
92 this.bounds = bounds;
150 function mxCabinetsDimension(bounds, fill, stroke, strokewidth) argument
153 this.bounds = bounds;
207 function mxCabinetsDimensionBottom(bounds, fill, stroke, strokewidth) argument
210 this.bounds = bounds;
H A DmxElectrical.js15 this.bounds = bounds;
72 this.bounds = bounds;
137 this.bounds = bounds;
213 this.bounds = bounds;
295 this.bounds = bounds;
382 this.bounds = bounds;
494 this.bounds = bounds;
635 this.bounds = bounds;
704 this.bounds = bounds;
1086 this.bounds = bounds;
[all …]
/plugin/diagramsnet/lib/shapes/ios7/
H A DmxIOS7Ui.js52 this.bounds = bounds;
157 this.bounds = bounds;
236 this.bounds = bounds;
310 this.bounds = bounds;
390 this.bounds = bounds;
437 this.bounds = bounds;
641 this.bounds = bounds;
690 this.bounds = bounds;
739 this.bounds = bounds;
795 this.bounds = bounds;
[all …]
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGoogleGeocode.php40 * @param string $returnType Type of Geometry to return. Can either be 'points' or 'bounds' (polygon)
41 * @param array|bool|Geometry $bounds Limit the search area to within this region.
49 public function read($address, $apiKey = null, $returnType = 'point', $bounds = false, $returnMultiple = false) argument
55 if (gettype($bounds) == 'object') {
56 $bounds = $bounds->getBBox();
58 if (gettype($bounds) == 'array') {
59 $boundsString = '&bounds=' . $bounds['miny'] . ',' . $bounds['min
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DExplicit.php23 public $bounds; variable in Google\\Service\\Monitoring\\Explicit
25 public function setBounds($bounds) argument
27 $this->bounds = $bounds;
31 return $this->bounds;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DExplicit.php23 public $bounds; variable in Google\\Service\\Logging\\Explicit
25 public function setBounds($bounds) argument
27 $this->bounds = $bounds;
31 return $this->bounds;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DExplicitBuckets.php23 public $bounds; variable in Google\\Service\\Networkconnectivity\\ExplicitBuckets
25 public function setBounds($bounds) argument
27 $this->bounds = $bounds;
31 return $this->bounds;
/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaLayout.js197 bounds.x = minX;
198 bounds.y = minY;
199 bounds.width = width;
200 bounds.height = height;
201 return bounds;
261 var x = node.bounds.x;
262 var y = node.bounds.y;
324 geometry.x = node.bounds.x - minX;
325 geometry.y = node.bounds.y - minY;
362 if (bounds != null && typeof bounds != "undefined")
[all …]
/plugin/openlayersmapoverlays/lib/
H A Dlayers.js59bounds){bounds=this.adjustBounds(bounds);var projWords=this.projection.getCode().split(":");var sr… argument
/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupMisc.js15 this.bounds = bounds;
178 this.bounds = bounds;
262 this.bounds = bounds;
339 this.bounds = bounds;
467 this.bounds = bounds;
513 this.bounds = bounds;
629 this.bounds = bounds;
689 this.bounds = bounds;
755 this.bounds = bounds;
823 this.bounds = bounds;
[all …]
H A DmxMockupMarkup.js12 function mxShapeMockupCurlyBrace(bounds, fill, stroke, strokewidth) argument
15 this.bounds = bounds;
64 function mxShapeMockupLine(bounds, fill, stroke, strokewidth) argument
67 this.bounds = bounds;
104 function mxShapeMockupScratchOut(bounds, fill, stroke, strokewidth) argument
107 this.bounds = bounds;
157 function mxShapeMockupRedX(bounds, fill, stroke, strokewidth) argument
160 this.bounds = bounds;
/plugin/diagramsnet/lib/shapes/rack/
H A DmxRack.js19 this.bounds = bounds;
154 this.bounds = bounds;
220 this.bounds = bounds;
280 this.bounds = bounds;
344 this.bounds = bounds;
391 this.bounds = bounds;
432 this.bounds = bounds;
523 this.bounds = bounds;
653 this.bounds = bounds;
725 this.bounds = bounds;
[all …]
/plugin/diagramsnet/lib/plugins/
H A DrackF5.js14 this.bounds = bounds;
92 this.bounds = bounds;
170 this.bounds = bounds;
248 this.bounds = bounds;
326 this.bounds = bounds;
404 this.bounds = bounds;
482 this.bounds = bounds;
560 this.bounds = bounds;
624 this.bounds = bounds;
688 this.bounds = bounds;
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DDateHistogram.php112 * Set extended bounds option.
114 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-histogram-aggregation.html#search-aggregations-bucket-histogram-aggregation-extended-bounds
123 $bounds = [];
124 $bounds['min'] = $min;
125 $bounds['max'] = $max;
128 $bounds['min'] = $max;
129 $bounds['max'] = $min;
132 return $this->setParam('extended_bounds', $bounds);

1234567