Home
last modified time | relevance | path

Searched refs:tolerance (Results 1 – 25 of 38) sorted by path

12

/plugin/advrack/
H A Draphael.js867 R.snapTo = function (values, value, tolerance) { argument
868 tolerance = R.is(tolerance, "finite") ? tolerance : 10;
871 while (i--) if (abs(values[i] - value) <= tolerance) {
877 if (rem < tolerance) {
880 if (rem > values - tolerance) {
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
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);
H A Dfabric.min.js1tolerance){if(tolerance>0){if(x>tolerance){x-=tolerance}else{x=0}if(y>tolerance){y-=tolerance}else… argument
/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/callflow/
H A Draphael.js867 R.snapTo = function (values, value, tolerance) { argument
868 tolerance = R.is(tolerance, "finite") ? tolerance : 10;
871 while (i--) if (abs(values[i] - value) <= tolerance) {
877 if (rem < tolerance) {
880 if (rem > values - tolerance) {
/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 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 …]
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 …]
/plugin/diagramsnet/lib/js/diagramly/
H A DDistanceGuides.js37 var tolerance = Math.max(2, this.getGuideTolerance() / 2);
128 …if (Math.abs(dy - curDy) <= (isMovingOne || (i == 1 && newStatePassed)? tolerance : 0)) //non-movi…
208 … else if (Math.abs(dx - curDx) <= (isMovingOne || (i == 1 && newStatePassed)? tolerance : 0))
H A DmxFreehand.js178 tmpClosedPath = startEndDist <= graph.tolerance;
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js461 var tol = this.tolerance;
2057 var tol = state.view.graph.tolerance;
5178 arrow.style.padding = this.tolerance + 'px';
5450 bds.grow(this.graph.tolerance);
12207 var tol = this.tolerance;
12507 mxVertexHandler.prototype.tolerance = 12; method in mxVertexHandler
12508 mxEdgeHandler.prototype.tolerance = 12; method in mxEdgeHandler
12509 Graph.prototype.tolerance = 12; method in Graph
12610 if (Math.abs(dx) < this.graph.tolerance)
12679 var tol = this.graph.tolerance;
[all …]
H A DSidebar.js3204 bds.grow(this.graph.tolerance);
3299 var tol = graph.tolerance;
3329 bds.grow(this.graph.tolerance);
3526 var tol = graph.tolerance;
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js360tolerance=2;mxGuide.prototype.setStates=function(a){this.states=a};mxGuide.prototype.isEnabledForE… method in mxGuide
1241 …otype.getTolerance=function(){return this.tolerance};mxGraph.prototype.setTolerance=function(a){th…
1261 …on(a,b,c){if(null!=a){var d=a.absolutePoints;if(null!=d){a=this.tolerance*this.tolerance;for(var e…
1296 …bs(this.initialTouchX-b.getGraphX())<this.tolerance&&Math.abs(this.initialTouchY-b.getGraphY())<th…
1411 …his.active;this.active=Math.abs(this.dx)>this.graph.tolerance||Math.abs(this.dy)>this.graph.tolera…
1418 …nX-this.screenX)>this.graph.tolerance||Math.abs(mxEvent.getMainEvent(b.getEvent()).screenY-this.sc…
1468 …bs(b.getGraphX()-this.first.x)>this.graph.tolerance||Math.abs(b.getGraphY()-this.first.y)>this.gra…
1472 …irst.x),g=Math.abs(b.getGraphY()-this.first.y),f>this.graph.tolerance||g>this.graph.tolerance)&&(t…
1481 …ull!=this.waypoints||1<this.mouseDownCounter&&(c>this.graph.tolerance||b>this.graph.tolerance))nul…
1562 ….abs(a.getGraphX()-this.startX)>this.graph.tolerance||Math.abs(a.getGraphY()-this.startY)>this.gra…
[all …]
/plugin/diagramsnet/lib/plugins/
H A Dvoice.js937 if (geo.width > graph.tolerance && geo.height > graph.tolerance)
973 if (geo.width > graph.tolerance && geo.height > graph.tolerance)
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/da/
H A Dda.txt141 2. Undervisningen skal tage sigte på den menneskelige personligheds fulde udvikling og på at styrke respekten for menneskerettigheder og grundlæggende friheder. Den skal fremme forståelse, tolerance og venskab mellem alle nationer og racemæssige og religiøse grupper, og den skal fremme De forenede Nationers arbejde til fredens bevarelse.
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/en/
H A Den.txt133 2. Education shall be directed to the full development of the human personality and to the strengthening of respect for human rights and fundamental freedoms. It shall promote understanding, tolerance and friendship among all nations, racial or religious groups, and shall further the activities of the United Nations for the maintenance of peace.
/plugin/emoji/script/
H A Djquery.textcomplete.js844 …var tolerance = this.option.rightEdgeOffset; // pixels. Make wider than vertical scrollbar because…
847 var maxLeft = $window.width() - tolerance;
849 this.$el.offset({left: lastOffset - tolerance});
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DGeometry.php691 * @param float $tolerance
697 public function simplify($tolerance, $preserveTopology = false) argument
701 return geoPHP::geosToGeometry($this->getGeos()->simplify($tolerance, $preserveTopology));
/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/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorMenuBar.java.bak387 submenu.add(editor.bind(mxResources.get("tolerance"),
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor.properties141 tolerance=Tolerance key
H A Deditor.properties.bak137 tolerance=Tolerance
H A Deditor_de.properties145 tolerance=Toleranz key

12