/plugin/stopforumspam/ |
H A D | ResponseChecker.php | 89 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 D | action.php | 17 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 D | Geometry.php | 691 * @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 D | jsUnitCore.js | 283 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 D | ResponseCheckerTest.php | 33 $this->assertEquals(7.6, $checker->tolerance);
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DistanceGuides.js | 37 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 D | mxFreehand.js | 178 tmpClosedPath = startEndDist <= graph.tolerance;
|
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/ |
H A D | editor.properties | 141 tolerance=Tolerance key
|
H A D | editor.properties.bak | 137 tolerance=Tolerance
|
H A D | editor_zh-CN.properties | 137 tolerance=Tolerance key
|
H A D | editor_de.properties | 145 tolerance=Toleranz key
|
H A D | editor_de.properties.bak | 138 tolerance=Toleranz
|
/plugin/emoji/script/ |
H A D | jquery.textcomplete.js | 844 …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 D | voice.js | 937 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 D | Graph.js | 461 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 D | Sidebar.js | 3204 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 D | raphael.core.js | 470 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 D | snap.svg.js | 1302 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 D | en.txt | 133 … human rights and fundamental freedoms. It shall promote understanding, tolerance and friendship a…
|
/plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
H A D | demo.mp3header.php | 752 function CloseMatch($value1, $value2, $tolerance) { argument 753 return (abs($value1 - $value2) <= $tolerance);
|
/plugin/callflow/ |
H A D | raphael.js | 867 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 D | raphael.js | 867 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 D | da.txt | 141 …neskerettigheder og grundlæggende friheder. Den skal fremme forståelse, tolerance og venskab melle…
|
/plugin/diagramsnet/lib/mxgraph/ |
H A D | mxClient.js | 360 …tolerance=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 D | EditorMenuBar.java.bak | 387 submenu.add(editor.bind(mxResources.get("tolerance"),
|