Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 3 of 3) sorted by relevance

/template/breeze/bower_components/gumby/sass/extensions/modular-scale/lib/
Dmodular-scale.rb113 def trim_list(list, threshold, ascending) argument
119 |x| x.value <= threshold.value
123 |x| x.value >= threshold.value
/template/strap/resources/snippet/js/
H A Donview-intersector.js44 threshold: 1.0 property
/template/mikio/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php1320 $threshold = 0.43;
1331 $threshold = $this->assertNumber($args[2][3]);
1350 if ( ( $this->lib_luma($inputColor) * $inputColor_alpha) < $threshold) {