| /plugin/geophp/vendor/funiq/geophp/src/Geometry/ |
| D | Collection.php | 134 'maxx' => $geosRing->pointN(1)->getX(), 141 $maxX = $maxY = $minX = $minY = 0; 150 $maxX = $componentBoundingBox['maxx']; 157 $maxX = $componentBoundingBox['maxx'] > $maxX ? $componentBoundingBox['maxx'] : $maxX; 166 'maxx' => $maxX,
|
| D | Geometry.php | 352 new Point($boundingBox['maxx'], $boundingBox['miny']), 353 new Point($boundingBox['maxx'], $boundingBox['maxy']), 356 new Point($boundingBox['maxx'], $boundingBox['miny']),
|
| D | Point.php | 152 'maxx' => $this->x(),
|
| /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/sketchcanvas/script/ |
| D | SketchCanvas.js | 173 maxx: mx0 + mw0, maxy: my0 + toolButtonInterval + toolButtonInterval*i+mh0}; 187 ctx.fillRect(r.minx, r.miny, r.maxx - r.minx, r.maxy - r.miny); 255 ret.maxx += offset.x; 265 maxx: r.maxx + offset, maxy: r.maxy + offset}; 270 return r.minx < x && x < r.maxx && r.miny < y && y < r.maxy; 275 return r1.minx < r2.maxx && r2.minx < r1.maxx && r1.miny < r2.maxy && r2.miny < r1.maxy; 516 if(1 <= Math.abs(bounds.maxx - bounds.minx) && 1 <= Math.abs(bounds.maxy - bounds.miny)){ 594 …var xscale = ux === 0 ? 1 : (ux === 1 ? mx - bounds.minx : bounds.maxx - mx) / (bounds.maxx - boun… 608 (pt[prop] - bounds.maxx) * xscale + bounds.maxx; 639 maxx: Math.max(dragstart[0], mx), property [all …]
|
| /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;
|
| /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/callflow/ |
| D | script.js | 465 maxx = cactLen*l_colspacing-style.margin/2; 470 "L"+(breaks[i][1]?(maxx+style.margin):(maxx+style.margin-l_colsminlen/2))+","+breaks[i][0]) // to 482 paper.text((maxx+style.margin)/2, 487 paper.rect(0, 0, maxx+style.margin, y+(style.cols.height+20)) 489 paper.setSize(maxx+style.margin,y+(style.cols.height+20))//resize paper so it fits
|
| /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/stlviewer/stlviewer/ |
| D | stl_viewer.min.js | 2 …maxx),Math.abs(o.minx))),t<=0){var i=isNaN(window.innerHeight)?window.clientHeight:window.innerHei…
|
| /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/sketchcanvas/bundle/ |
| D | SketchCanvas.js | 32 …maxx:ee+Le,maxy:_+m+m*o+q}}function T(){f.fillStyle="rgb(255,255,255)",f.fillRect(Vt+1,_+q+1,le-2,… 36 …maxx=c,this.maxy=p,this.ondraw=g,this.onclick=y}function De(o,a){this.text=_e.t(o),this.onclick=a}…
|
| D | SketchCanvas.js.map | 4 …maxx - r.minx, r.maxy - r.miny);\r\n\t\tctx.strokeStyle = 'rgb(250, 250, 250)'; // white\r\n\t\tdr… 6 …et_default", "t", "k", "v", "def", "dat", "alldat", "pt1", "arr", "pt2", "maxx", "maxy", "minx", "…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 34.34.js | 1 …OWS","COUNTX","DISTINCTCOUNT","DIVIDE","GEOMEAN","GEOMEANX","MAX","MAXA","MAXX","MEDIAN","MEDIANX"…
|
| D | 34.34.js.map | 1 …GEOMEAN',\n 'GEOMEANX',\n 'MAX',\n 'MAXA',\n 'MAXX',\n 'MEDIAN'…
|
| /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/geophp/vendor/funiq/geophp/src/Adapter/ |
| D | GoogleGeocode.php | 59 …bounds=' . $bounds['miny'] . ',' . $bounds['minx'] . '|' . $bounds['maxy'] . ',' . $bounds['maxx'];
|
| D | TWKB.php | 418 …$twkbBox .= $this->writer->writeSVarInt(($bBox['maxx'] - $bBox['minx']) * $this->writeOptions['xyF…
|
| /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/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/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]; 4007 diffX = corners.maxX - corners.minX;
|
| /plugin/twcheckliste/theme_twCheckliste/ |
| D | packery.pkgd.min.js | 13 …maxX=0},h.prototype._getMeasurements=function(){this._getMeasurement("columnWidth","width"),this._…
|
| /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/openlayersmap/ |
| D | StaticMap.php | 246 $resolutionHorizontal = ($bbox ['maxx'] - $bbox ['minx']) / $this->width;
|
| /plugin/ol3/ |
| D | script.js | 1 …maxX=-1/0,i.maxY=-1/0;for(var o=e;o<r;o++){var a=t.children[o];s(i,t.leaf?n(a):a)}return i}functio… 8 …maxX=e,this.minY=r,this.maxY=n}return t.prototype.contains=function(t){return this.containsXY(t[1]… property
|