| /plugin/geophp/vendor/funiq/geophp/src/Geometry/ |
| D | Collection.php | 141 $maxX = $maxY = $minX = $minY = 0; 150 $maxX = $componentBoundingBox['maxx']; 157 $maxX = $componentBoundingBox['maxx'] > $maxX ? $componentBoundingBox['maxx'] : $maxX; 166 'maxx' => $maxX,
|
| /plugin/diagramsnet/lib/plugins/webcola/ |
| D | mxWebColaLayout.js | 145 var maxX = -1000000; 169 if (geometry.x + geometry.width > maxX) 171 maxX = geometry.x + geometry.width; 185 var width = maxX - minX; 253 var maxX = -1000000; 265 maxX = Math.max(maxX, x); 269 var spanX = maxX - minX;
|
| /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; 137 maxX = Math.max(maxX, drawPoints[i].x); 143 var w = maxX - minX, h = maxY - minY;
|
| D | Extensions.js | 6093 var minX = Infinity, minY = Infinity, maxX = -Infinity, maxY = -Infinity; 6136 maxX = Math.max(maxX, (e.x + (e.width? e.width : 0)) * s); 6168 group.geometry.width = maxX - minX; 13856 var maxX = 0, maxY = 0; 13861 maxX = Math.max(maxX, geo.x + geo.width); 13867 gGeo.width = maxX;
|
| /plugin/fckg/fckeditor/editor/plugins/dragresizetable/ |
| D | fckplugin.js | 104 var maxX = null ; 115 if ( maxX == null || rightPosition.x + rightCell.clientWidth - rightPadding < maxX ) 116 maxX = rightPosition.x + rightCell.clientWidth - rightPadding ; 120 FCKDragTableHandler._MaximumX = maxX + offset.x ;
|
| /plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/ |
| D | fckplugin.js | 105 var maxX = null ; 116 if ( maxX == null || rightPosition.x + rightCell.clientWidth - rightPadding < maxX ) 117 maxX = rightPosition.x + rightCell.clientWidth - rightPadding ; 121 FCKDragTableHandler._MaximumX = maxX + offset.x ;
|
| /plugin/photogallery/lightGallery/js/ |
| D | lg-zoom.js | 469 …var maxX = Math.abs(($image.prop('offsetWidth') * Math.abs($image.attr('data-scale'))) - _this.cor… 481 if (distanceX <= -maxX) { 482 distanceX = -maxX;
|
| /plugin/diagramsnet/lib/js/diagramly/graphml/ |
| D | mxGraphMlCodec.js | 1440 var maxX = xShift.x; 1455 maxX = Math.max(xShift.x, maxX); 1460 x = maxX;//parseFloat(defRowStyle["startSize"]); 1746 var initX = xShift.x, maxX = xShift.x, initLx = xShift.lx; 1758 maxX = Math.max(xShift.x, maxX) 1761 xShift.x = maxX;
|
| /plugin/diagramsnet/lib/js/croppie/ |
| D | croppie.min.js | 1 …maxX:h,minX:h-(s*(1/t)-n*(1/t)),maxY:p,minY:p-(l*(1/t)-i*(1/t))},origin:{maxX:s*(1/t)-d,minX:d,max…
|
| /plugin/imapmarkers/ |
| D | jquery.imagemapster.js | 3522 maxX, 3628 maxX = maxY = bestMaxX = bestMaxY = -1; 3638 if (curX > maxX) { 3639 maxX = curX; 3662 [maxX, bestMaxY - height], 3663 [maxX, bestMinY], 3679 nest = [maxX, maxY];
|
| /plugin/a2s/ |
| D | ASCIIToSVG.php | 2503 $minX = $startPoint->x; $maxX = $minX; 2508 } elseif ($p->x > $maxX) { 2509 $maxX = $p->x; 2518 $objW = $maxX - $minX; 3903 $maxX = max($p->gridX, $nP->gridX); 3904 for ($j = min($p->gridX, $nP->gridX); $j <= $maxX; $j++) {
|
| /plugin/achart/assets/ |
| D | apexcharts.min.js | 6 …maxX,o=this.invertAxis?a.globals.yRange[0]:a.globals.xRange,n=(t.x-s)/(o/a.globals.gridWidth);this… property 14 …maxX&&a>r.maxX-e.width&&(o=(a=r.maxX-e.width)-this.startPoints.box.x),null!=r.minY&&s<r.minY?n=(s=…
|
| /plugin/twcheckliste/theme_twCheckliste/ |
| D | packery.pkgd.min.js | 13 …maxX=0},h.prototype._getMeasurements=function(){this._getMeasurement("columnWidth","width"),this._…
|
| /plugin/diagramsnet/lib/shapes/ |
| D | mxSysML.js | 1462 var maxX = Math.min(w * 0.65, w - 10); 1468 c.moveTo(maxX, h); 1471 c.lineTo(maxX, 0);
|
| /plugin/ol3/ |
| D | script.js | 8 …maxX=e,this.minY=r,this.maxY=n}return t.prototype.contains=function(t){return this.containsXY(t[1]… property
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
| D | fabric.js | 12469 maxX = fabric.util.array.max(xCoords), 12470 width = Math.abs(minX - maxX), 14902 maxX = max(points, 'x'), 14905 this.width = (maxX - minX) || 0; 15960 maxX = max(aX), 15962 deltaX = maxX - minX,
|
| D | fabric.min.js | 6 …rds.bl.x],minX=fabric.util.array.min(xCoords),maxX=fabric.util.array.max(xCoords),width=Math.abs(m… 8 …oints,minX=min(points,"x"),minY=min(points,"y"),maxX=max(points,"x"),maxY=max(points,"y");this.wid… 9 ….y)});aX.push(x);aY.push(y)}var minX=min(aX),minY=min(aY),maxX=max(aX),maxY=max(aY),deltaX=maxX-mi…
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 16338 …FontBBox: [bbox.minX * this.scale, bbox.minY * this.scale, bbox.maxX * this.scale, bbox.maxY * thi… 21038 maxX = getCurveValue(1, equationX), 21040 if (minX > maxX) { 21041 temp = maxX; 21042 maxX = minX; 21057 if (_x > maxX) { 21058 maxX = _x; 21074 return [minX, minY, maxX, maxY]; 56573 position.xOffset += baseBox.maxX - markBox.width - markBox.minX; 56753 function BBox(minX, minY, maxX, maxY) { [all …]
|
| /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/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 19579 maxX = 0, 19587 maxX = Math.max(maxX, template[k].x); 19611 var sbb_right = width - maxX; 28540 var maxX = bounds[2]; 28543 if (minX === maxX || minY === maxY) { 28547 var xRatio = (rect[2] - rect[0]) / (maxX - minX); 29753 var maxX = 0; 29765 maxX = Math.max(maxX, currentX); property 29782 var imgWidth = Math.max(maxX, currentX) + IMAGE_PADDING; 49459 maxX = minX, [all …]
|
| /plugin/openlayersmap/ol/ |
| D | ol.js.map | 1 …maxX = Math.max.apply(null, xs);\n const maxY = Math.max.apply(null, ys);\n return createOrUpdat…
|
| /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); 1724 maxX = Math.max(pt.x + (pt.width || 0), maxX); 1783 return {width: maxX - minX, height: maxY - minY}
|