| /plugin/geophp/vendor/funiq/geophp/src/Geometry/ |
| D | Collection.php | 141 $maxX = $maxY = $minX = $minY = 0; 151 $maxY = $componentBoundingBox['maxy']; 158 $maxY = $componentBoundingBox['maxy'] > $maxY ? $componentBoundingBox['maxy'] : $maxY; 164 'maxy' => $maxY,
|
| /plugin/diagramsnet/lib/plugins/webcola/ |
| D | mxWebColaLayout.js | 146 var maxY = -1000000; 173 if (geometry.y + geometry.height > maxY) 175 maxY = geometry.y + geometry.height; 186 var height = maxY - minY; 255 var maxY = -1000000; 266 maxY = Math.max(maxY, y); 270 var spanY = maxY - minY;
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | mxFreehand.js | 131 …var maxX = drawPoints[0].x, minX = drawPoints[0].x, maxY = drawPoints[0].y, minY = drawPoints[0].y; 139 maxY = Math.max(maxY, drawPoints[i].y); 143 var w = maxX - minX, h = maxY - minY;
|
| D | Extensions.js | 6093 var minX = Infinity, minY = Infinity, maxX = -Infinity, maxY = -Infinity; 6137 maxY = Math.max(maxY, (e.y + (e.height? e.height : 0)) * s); 6169 group.geometry.height = maxY - minY; 13856 var maxX = 0, maxY = 0; 13862 maxY = Math.max(maxY, geo.y + geo.height); 13868 gGeo.height = maxY;
|
| /plugin/photogallery/lightGallery/js/ |
| D | lg-zoom.js | 467 …var maxY = Math.abs(($image.prop('offsetHeight') * Math.abs($image.attr('data-scale'))) - _this.co… 473 if (distanceY <= -maxY) { 474 distanceY = -maxY;
|
| /plugin/diagramsnet/lib/js/croppie/ |
| D | croppie.min.js | 1 …maxY:p,minY:p-(l*(1/t)-i*(1/t))},origin:{maxX:s*(1/t)-d,minX:d,maxY:l*(1/t)-m,minY:m}}}.call(t,i),…
|
| /plugin/imapmarkers/ |
| D | jquery.imagemapster.js | 3523 maxY, 3628 maxX = maxY = bestMaxX = bestMaxY = -1; 3646 if (curY > maxY) { 3647 maxY = curY; 3664 [bestMaxX - width, maxY], 3665 [bestMinX, maxY] 3679 nest = [maxX, maxY];
|
| /plugin/twcheckliste/theme_twCheckliste/ |
| D | packery.pkgd.min.js | 12 …":"rowHeight"],s=this.layout.size["inner"+n];e||(s=Math.max(s,this.layout.maxY),this.layout.rowHei… 13 …maxY=0,this.maxX=0},h.prototype._getMeasurements=function(){this._getMeasurement("columnWidth","wi…
|
| /plugin/a2s/ |
| D | ASCIIToSVG.php | 2504 $minY = $startPoint->y; $maxY = $minY; 2513 } elseif ($p->y > $maxY) { 2514 $maxY = $p->y; 2519 $objH = $maxY - $minY; 3889 $maxY = max($p->gridY, $nP->gridY); 3890 for ($j = min($p->gridY, $nP->gridY); $j <= $maxY; $j++) {
|
| /plugin/achart/assets/ |
| D | apexcharts.min.js | 6 …maxY:a.globals.maxX,o=this.invertAxis?a.globals.yRange[0]:a.globals.xRange,n=(t.x-s)/(o/a.globals.… property 14 …maxY&&s>r.maxY-e.height&&(n=(s=r.maxY-e.height)-this.startPoints.box.y),null!=r.snapToGrid&&(a-=a%…
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 13728 value: function maxY() { 16338 …: [bbox.minX * this.scale, bbox.minY * this.scale, bbox.maxX * this.scale, bbox.maxY * this.scale], 16556 _this.maxY = _this.startY + options.height; 16558 _this.maxY = _this.document.page.maxY(); 16690 if (this.document.y > this.maxY || nextY > this.maxY) { 16722 …if (_this2.height != null && _this2.ellipsis && _this2.document.y + lh * 2 > _this2.maxY && _this2… 16753 if (_this2.document.y + lh > _this2.maxY) { 16810 this.maxY = this.document.page.maxY(); 20876 …return Math.max(font.ascender, (font.bbox[3] || font.bbox.maxY) * (font.scale || 1)) * size / 1000; 21039 maxY = getCurveValue(1, equationY); [all …]
|
| D | pdfmake.min.js | 2 …maxY(){return this.height-this.margins.bottom}},{key:"write",value:function write(r){return this.c…
|
| /plugin/ol3/ |
| D | script.js | 8 …maxY=n}return t.prototype.contains=function(t){return this.containsXY(t[1],t[2])},t.prototype.cont… property
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
| D | fabric.js | 12474 maxY = fabric.util.array.max(yCoords), 12475 height = Math.abs(minY - maxY); 14903 maxY = max(points, 'y'); 14906 this.height = (maxY - minY) || 0; 15961 maxY = max(aY), 15963 deltaY = maxY - minY,
|
| D | fabric.min.js | 6 …rds.bl.y],minY=fabric.util.array.min(yCoords),maxY=fabric.util.array.max(yCoords),height=Math.abs(… 8 …x"),minY=min(points,"y"),maxX=max(points,"x"),maxY=max(points,"y");this.width=maxX-minX||0;this.he… 9 …);aY.push(y)}var minX=min(aX),minY=min(aY),maxX=max(aX),maxY=max(aY),deltaX=maxX-minX,deltaY=maxY-…
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| D | pdfmake.min.js | 13 …ntents:this.content,Resources:this.resources})}var e,n;return t.prototype.maxY=function(){return t… method in t 15 …maxY=this.startY+e.height):this.maxY=this.document.page.maxY(),this.on("firstLine",function(t){ret…
|
| D | pdfmake.js | 27740 PDFPage.prototype.maxY = function() { method in PDFPage 31953 this.maxY = this.startY + options.height; 31955 this.maxY = this.document.page.maxY(); 32048 if (this.document.y > this.maxY || nextY > this.maxY) { 32084 …if ((_this.height != null) && _this.ellipsis && _this.document.y + lh * 2 > _this.maxY && _this.co… 32097 if (_this.document.y + lh > _this.maxY) { 32153 this.maxY = this.document.page.maxY();
|
| /plugin/jmol2/jmol/ |
| D | JmolApplet0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/obrador/
javax/
... |
| D | JmolAppletSigned0.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
| D | JmolApplet.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jmol/
org/ ... |
| D | JmolAppletSigned.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
| /plugin/openlayersmap/ol/ |
| D | ol.js.map | 1 …maxY = Math.max.apply(null, ys);\n return createOrUpdate(minX, minY, maxX, maxY, dest);\n}\n\n/**…
|
| /plugin/diagramsnet/lib/js/diagramly/vsdx/ |
| D | importer.js | 1710 var minX, minY, maxX, maxY; 1718 … minX = pt.x; minY = pt.y; maxX = pt.x + (pt.width || 0); maxY = pt.y + (pt.height || 0); 1725 maxY = Math.max(pt.y + (pt.height || 0), maxY); 1783 return {width: maxX - minX, height: maxY - minY}
|
| /plugin/jcapture/lib/ |
| D | transform-3.0.2.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 28541 var maxY = bounds[3]; 28543 if (minX === maxX || minY === maxY) { 28548 var yRatio = (rect[3] - rect[1]) / (maxY - minY); 49460 maxY = minY; 49468 maxY = maxY < y ? y : maxY; 49471 mesh.bounds = [minX, minY, maxX, maxY];
|