Home
last modified time | relevance | path

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

12

/plugin/stopforumspam/
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) {
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/
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/
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/
DResponseCheckerTest.php33 $this->assertEquals(7.6, $checker->tolerance);
/plugin/diagramsnet/lib/js/diagramly/
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))
DmxFreehand.js178 tmpClosedPath = startEndDist <= graph.tolerance;
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
Deditor.properties.bak137 tolerance=Tolerance
Deditor_de.properties.bak138 tolerance=Toleranz
Deditor_de.properties145 tolerance=Toleranz key
Deditor.properties141 tolerance=Tolerance key
Deditor_zh-CN.properties137 tolerance=Tolerance key
/plugin/emoji/script/
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/
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/
DGraph.js461 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 …]
DSidebar.js3204 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/
Djquery.fancytree.dnd.js327 tolerance: "intersect", property
/plugin/sequencediagram/bower_components/raphael/dev/
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/
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/
Den.txt133 … human rights and fundamental freedoms. It shall promote understanding, tolerance and friendship a…
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
Ddemo.mp3header.php752 function CloseMatch($value1, $value2, $tolerance) { argument
753 return (abs($value1 - $value2) <= $tolerance);
/plugin/callflow/
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/
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/
Dda.txt141 …neskerettigheder og grundlæggende friheder. Den skal fremme forståelse, tolerance og venskab melle…
/plugin/botmon/
H A Dadmin.js160 _getRatio: function(a, b, tolerance) { argument
174 if (howClose < tolerance) {

12