Home
last modified time | relevance | path

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

12

/plugin/stopforumspam/
H A DResponseChecker.php89 public $tolerance; variable in ResponseChecker
91 public function __construct($tolerance = 10.0) argument
97 $this->tolerance = $tolerance;
136 if ($category->frequency > 0 && $category->confidence > $this->tolerance) {
H A Daction.php17 public $tolerance = 10.0; variable in action_plugin_stopforumspam
25 $this->tolerance = $this->conf['tolerance'];
30 $this->checker = new ResponseChecker($this->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/virtualkeyboard/vk/extensions/tests/
H A DjsUnitCore.js283 var tolerance = nonCommentArg(3, 3, arguments);
285 … "Expected " + expected + ", but got " + actual + " which was more than " + tolerance + " away",
286 Math.abs(expected - actual) < tolerance
/plugin/stopforumspam/_test/
H A DResponseCheckerTest.php33 $this->assertEquals(7.6, $checker->tolerance);
/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/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor.properties141 tolerance=Tolerance key
H A Deditor.properties.bak137 tolerance=Tolerance
H A Deditor_zh-CN.properties137 tolerance=Tolerance key
H A Deditor_de.properties145 tolerance=Toleranz key
H A Deditor_de.properties.bak138 tolerance=Toleranz
/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/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/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/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js470 R.snapTo = function (values, value, tolerance) { argument
471 tolerance = R.is(tolerance, "finite") ? tolerance : 10;
474 while (i--) if (abs(values[i] - value) <= tolerance) {
480 if (rem < tolerance) {
483 if (rem > values - tolerance) {
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js1302 Snap.snapTo = function (values, value, tolerance) {
1303 tolerance = is(tolerance, "finite") ? tolerance : 10;
1306 while (i--) if (abs(values[i] - value) <= tolerance) {
1312 if (rem < tolerance) {
1315 if (rem > values - tolerance) {
/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/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php752 function CloseMatch($value1, $value2, $tolerance) { argument
753 return (abs($value1 - $value2) <= $tolerance);
/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/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/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/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/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorMenuBar.java.bak387 submenu.add(editor.bind(mxResources.get("tolerance"),

12