Home
last modified time | relevance | path

Searched refs:tolerance (Results 26 – 38 of 38) sorted by last modified time

12

/plugin/stopforumspam/
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);
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) {
/plugin/stopforumspam/_test/
H A DResponseCheckerTest.php33 $this->assertEquals(7.6, $checker->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/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_zh-CN.properties137 tolerance=Tolerance key
H A Deditor_de.properties145 tolerance=Toleranz key
H A Deditor.properties141 tolerance=Tolerance key
H A Deditor.properties.bak137 tolerance=Tolerance
H A Deditor_de.properties.bak138 tolerance=Toleranz
/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/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

12