Home
last modified time | relevance | path

Searched full:maxx (Results 1 – 25 of 53) sorted by relevance

123

/plugin/geophp/vendor/funiq/geophp/src/Geometry/
DCollection.php134 '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,
DGeometry.php352 new Point($boundingBox['maxx'], $boundingBox['miny']),
353 new Point($boundingBox['maxx'], $boundingBox['maxy']),
356 new Point($boundingBox['maxx'], $boundingBox['miny']),
DPoint.php152 'maxx' => $this->x(),
/plugin/diagramsnet/lib/plugins/webcola/
DmxWebColaLayout.js145 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/
DSketchCanvas.js173 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/
DmxFreehand.js131 …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/
Dfckplugin.js105 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/
Dscript.js465 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/
Dfckplugin.js104 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/
Dstl_viewer.min.js2maxx),Math.abs(o.minx))),t<=0){var i=isNaN(window.innerHeight)?window.clientHeight:window.innerHei…
/plugin/photogallery/lightGallery/js/
Dlg-zoom.js469 …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/
DSketchCanvas.js32maxx:ee+Le,maxy:_+m+m*o+q}}function T(){f.fillStyle="rgb(255,255,255)",f.fillRect(Vt+1,_+q+1,le-2,…
36maxx=c,this.maxy=p,this.ondraw=g,this.onclick=y}function De(o,a){this.text=_e.t(o),this.onclick=a}…
DSketchCanvas.js.map4maxx - 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/
D34.34.js1 …OWS","COUNTX","DISTINCTCOUNT","DIVIDE","GEOMEAN","GEOMEANX","MAX","MAXA","MAXX","MEDIAN","MEDIANX"…
D34.34.js.map1 …GEOMEAN',\n 'GEOMEANX',\n 'MAX',\n 'MAXA',\n 'MAXX',\n 'MEDIAN'…
/plugin/diagramsnet/lib/js/croppie/
Dcroppie.min.js1maxX: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/
DGoogleGeocode.php59 …bounds=' . $bounds['miny'] . ',' . $bounds['minx'] . '|' . $bounds['maxy'] . ',' . $bounds['maxx'];
DTWKB.php418 …$twkbBox .= $this->writer->writeSVarInt(($bBox['maxx'] - $bBox['minx']) * $this->writeOptions['xyF…
/plugin/diagramsnet/lib/js/diagramly/graphml/
DmxGraphMlCodec.js1440 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/
Dapexcharts.min.js6maxX,o=this.invertAxis?a.globals.yRange[0]:a.globals.xRange,n=(t.x-s)/(o/a.globals.gridWidth);this… property
14maxX&&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/
Djquery.imagemapster.js3522 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/
Dpackery.pkgd.min.js13maxX=0},h.prototype._getMeasurements=function(){this._getMeasurement("columnWidth","width"),this._…
/plugin/a2s/
DASCIIToSVG.php2503 $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/
DStaticMap.php246 $resolutionHorizontal = ($bbox ['maxx'] - $bbox ['minx']) / $this->width;
/plugin/ol3/
Dscript.js1maxX=-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…
8maxX=e,this.minY=r,this.maxY=n}return t.prototype.contains=function(t){return this.containsXY(t[1]… property

123