Home
last modified time | relevance | path

Searched refs:tolerance (Results 26 – 38 of 38) sorted by path

12

/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor_de.properties.bak138 tolerance=Toleranz
H A Deditor_zh-CN.properties137 tolerance=Tolerance key
/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/ol3/
H A Dscript.js1 …ession for filtering features prior to processing them for rendering."},tolerance:{type:"number",d… class in AnonymousFunction600b995a0400.i.source_geojson
8tolerance=e,o.maxExtent=r,o.pixelRatio=i,o.maxLineWidth=0,o.resolution=n,o.beginGeometryInstructio…
/plugin/openlayersmap/ol7/
H A Dol.js.map
/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/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/stopforumspam/_test/
H A DResponseCheckerTest.php33 $this->assertEquals(7.6, $checker->tolerance);
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …timer timerX timeWarp toggle toggleAxis toggleWindowVisibility tokenize tolerance tolower toolBar …
/plugin/tuxquote/
H A Dquotes.txt415 The mere act of drinking beer in an attempt to measure your tolerance is likely to affect your impr…
/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

12