Home
last modified time | relevance | path

Searched refs:tolerance (Results 26 – 38 of 38) sorted by relevance

12

/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/js/
H A Dviewer.min.js564tolerance=2;mxGuide.prototype.setStates=function(a){this.states=a};mxGuide.prototype.isEnabledForE… method in mxGuide
1465 …on(a,b,c){if(null!=a){var d=a.absolutePoints;if(null!=d){a=this.tolerance*this.tolerance;for(var e…
1622 …nX-this.screenX)>this.graph.tolerance||Math.abs(mxEvent.getMainEvent(b.getEvent()).screenY-this.sc…
1672 …bs(b.getGraphX()-this.first.x)>this.graph.tolerance||Math.abs(b.getGraphY()-this.first.y)>this.gra…
1676 …irst.x),g=Math.abs(b.getGraphY()-this.first.y),f>this.graph.tolerance||g>this.graph.tolerance)&&(t…
1685 …ull!=this.waypoints||1<this.mouseDownCounter&&(c>this.graph.tolerance||b>this.graph.tolerance))nul…
1766 ….abs(a.getGraphX()-this.startX)>this.graph.tolerance||Math.abs(a.getGraphY()-this.startY)>this.gra…
2449 IMAGE_PATH+"/refresh.png",38,38);HoverIcons.prototype.tolerance=mxClient.IS_TOUCH?6:0;
2469tolerance));c(this.arrowRight,Math.round(b.x+b.width-this.tolerance),Math.round(this.currentState.…
2660 …Tolerance=18,mxVertexHandler.prototype.tolerance=12,mxEdgeHandler.prototype.tolerance=12,Graph.pro…
[all …]
H A Dapp.min.js598tolerance=2;mxGuide.prototype.setStates=function(a){this.states=a};mxGuide.prototype.isEnabledForE… method in mxGuide
1499 …on(a,b,c){if(null!=a){var d=a.absolutePoints;if(null!=d){a=this.tolerance*this.tolerance;for(var e…
1656 …nX-this.screenX)>this.graph.tolerance||Math.abs(mxEvent.getMainEvent(b.getEvent()).screenY-this.sc…
1706 …bs(b.getGraphX()-this.first.x)>this.graph.tolerance||Math.abs(b.getGraphY()-this.first.y)>this.gra…
1710 …irst.x),g=Math.abs(b.getGraphY()-this.first.y),f>this.graph.tolerance||g>this.graph.tolerance)&&(t…
1719 …ull!=this.waypoints||1<this.mouseDownCounter&&(c>this.graph.tolerance||b>this.graph.tolerance))nul…
1800 ….abs(a.getGraphX()-this.startX)>this.graph.tolerance||Math.abs(a.getGraphY()-this.startY)>this.gra…
2698 IMAGE_PATH+"/refresh.png",38,38);HoverIcons.prototype.tolerance=mxClient.IS_TOUCH?6:0;
2718tolerance));b(this.arrowRight,Math.round(a.x+a.width-this.tolerance),Math.round(this.currentState.…
2909 …Tolerance=18,mxVertexHandler.prototype.tolerance=12,mxEdgeHandler.prototype.tolerance=12,Graph.pro…
[all …]
H A Dviewer-static.min.js564tolerance=2;mxGuide.prototype.setStates=function(a){this.states=a};mxGuide.prototype.isEnabledForE… method in mxGuide
1465 …on(a,b,c){if(null!=a){var d=a.absolutePoints;if(null!=d){a=this.tolerance*this.tolerance;for(var e…
1622 …nX-this.screenX)>this.graph.tolerance||Math.abs(mxEvent.getMainEvent(b.getEvent()).screenY-this.sc…
1672 …bs(b.getGraphX()-this.first.x)>this.graph.tolerance||Math.abs(b.getGraphY()-this.first.y)>this.gra…
1676 …irst.x),g=Math.abs(b.getGraphY()-this.first.y),f>this.graph.tolerance||g>this.graph.tolerance)&&(t…
1685 …ull!=this.waypoints||1<this.mouseDownCounter&&(c>this.graph.tolerance||b>this.graph.tolerance))nul…
1766 ….abs(a.getGraphX()-this.startX)>this.graph.tolerance||Math.abs(a.getGraphY()-this.startY)>this.gra…
2449 IMAGE_PATH+"/refresh.png",38,38);HoverIcons.prototype.tolerance=mxClient.IS_TOUCH?6:0;
2469tolerance));c(this.arrowRight,Math.round(b.x+b.width-this.tolerance),Math.round(this.currentState.…
2660 …Tolerance=18,mxVertexHandler.prototype.tolerance=12,mxEdgeHandler.prototype.tolerance=12,Graph.pro…
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1tolerance){if(tolerance>0){if(x>tolerance){x-=tolerance}else{x=0}if(y>tolerance){y-=tolerance}else… argument
H A Dfabric.js831 isTransparent: function(ctx, x, y, tolerance) { argument
835 if (tolerance > 0) {
836 if (x > tolerance) {
837 x -= tolerance;
842 if (y > tolerance) {
843 y -= tolerance;
851 imageData = ctx.getImageData(x, y, (tolerance * 2) || 1, (tolerance * 2) || 1);
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js3160 function pointInRect(p, rect, tolerance) { argument
3161 tolerance = tolerance || 0;
3163 return p.x > rect.x - tolerance &&
3164 p.y > rect.y - tolerance &&
3165 p.x < rect.x + rect.width + tolerance &&
3166 p.y < rect.y + rect.height + tolerance;
29609 function snapTo(value, values, tolerance) { argument
29610 tolerance = tolerance === undefined ? 10 : tolerance;
29617 if (abs$6(snapValue - value) <= tolerance) {
56054 SnapPoints.prototype.snap = function(point, snapLocation, axis, tolerance) { argument
[all …]
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …oggle:1,toggleAxis:1,toggleWindowVisibility:1,tokenize:1,tokenizeList:1,tolerance:1,tolower:1,tool… property in hljs.LANGUAGES.mel.dM.k
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/ol3/
H A Dscript.js1 …ession for filtering features prior to processing them for rendering."},tolerance:{type:"number",d… class in AnonymousFunction600b995a0400.i.source_geojson
8tolerance=e,o.maxExtent=r,o.pixelRatio=i,o.maxLineWidth=0,o.resolution=n,o.beginGeometryInstructio…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …timer timerX timeWarp toggle toggleAxis toggleWindowVisibility tokenize tolerance tolower toolBar …
/plugin/tuxquote/
H A Dquotes.txt415 The mere act of drinking beer in an attempt to measure your tolerance is likely to affect your impr…

12