| /plugin/stopforumspam/ |
| 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) {
|
| 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/ |
| 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/ |
| 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/ |
| D | ResponseCheckerTest.php | 33 $this->assertEquals(7.6, $checker->tolerance);
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| 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))
|
| D | mxFreehand.js | 178 tmpClosedPath = startEndDist <= graph.tolerance;
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/resources/ |
| D | editor.properties.bak | 137 tolerance=Tolerance
|
| D | editor_de.properties.bak | 138 tolerance=Toleranz
|
| D | editor_de.properties | 145 tolerance=Toleranz key
|
| D | editor.properties | 141 tolerance=Tolerance key
|
| D | editor_zh-CN.properties | 137 tolerance=Tolerance key
|
| /plugin/emoji/script/ |
| 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/ |
| 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/ |
| D | Graph.js | 461 var tol = this.tolerance; 2057 var tol = state.view.graph.tolerance; 4995 HoverIcons.prototype.tolerance = (mxClient.IS_TOUCH) ? 6 : 0; method in HoverIcons 5178 arrow.style.padding = this.tolerance + 'px'; 5450 bds.grow(this.graph.tolerance); 5514 Math.round(this.currentState.getCenterX() - this.triangleUp.width / 2 - this.tolerance), 5515 Math.round(bds.y - this.triangleUp.height - this.tolerance)); 5517 positionArrow(this.arrowRight, Math.round(bds.x + bds.width - this.tolerance), 5518 Math.round(this.currentState.getCenterY() - this.triangleRight.height / 2 - this.tolerance)); 5521 Math.round(bds.y + bds.height - this.tolerance)); [all …]
|
| 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/indexmenu/scripts/fancytree/modules/ |
| D | jquery.fancytree.dnd.js | 327 tolerance: "intersect", property
|
| /plugin/sequencediagram/bower_components/raphael/dev/ |
| 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/ |
| 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/ |
| D | en.txt | 133 … human rights and fundamental freedoms. It shall promote understanding, tolerance and friendship a…
|
| /plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
| D | demo.mp3header.php | 752 function CloseMatch($value1, $value2, $tolerance) { argument 753 return (abs($value1 - $value2) <= $tolerance);
|
| /plugin/callflow/ |
| 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/ |
| 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/ |
| D | da.txt | 141 …neskerettigheder og grundlæggende friheder. Den skal fremme forståelse, tolerance og venskab melle…
|
| /plugin/botmon/ |
| H A D | admin.js | 160 _getRatio: function(a, b, tolerance) { argument 174 if (howClose < tolerance) {
|