Home
last modified time | relevance | path

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

12345

/plugin/swiftmail/Swift/Plugin/
DAntiFlood.php26 protected $threshold = null; variable in Swift_Plugin_AntiFlood
43 public function __construct($threshold, $wait=0) argument
45 $this->setThreshold($threshold);
52 public function setThreshold($threshold) argument
54 $this->threshold = (int) $threshold;
62 return $this->threshold;
DConnectionRotator.php27 protected $threshold = 1; variable in Swift_Plugin_ConnectionRotator
48 public function __construct($threshold=1) argument
50 $this->setThreshold($threshold);
56 public function setThreshold($threshold) argument
58 $this->threshold = (int) $threshold;
66 return $this->threshold;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
DLatencyCriteria.php25 public $threshold; variable in Google\\Service\\Monitoring\\LatencyCriteria
30 public function setThreshold($threshold) argument
32 $this->threshold = $threshold;
39 return $this->threshold;
DPerformanceThreshold.php26 public $threshold; variable in Google\\Service\\Monitoring\\PerformanceThreshold
56 public function setThreshold($threshold) argument
58 $this->threshold = $threshold;
62 return $this->threshold;
/plugin/loglog/helper/
Dalert.php22 protected $threshold; variable in helper_plugin_loglog_alert
67 * @param int $threshold
71 protected function handleThreshold($logType, $threshold, $minuteInterval, $email) argument
74 if (! $email || ! $threshold || ! $minuteInterval) {
78 $this->threshold = $threshold;
87 if ($cnt < $threshold) {
115 'threshold' => $this->threshold,
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
DCrap4j.php22 private $threshold; variable in SebastianBergmann\\CodeCoverage\\Report\\Crap4j
25 * @param int $threshold
27 public function __construct($threshold = 30) argument
29 if (!is_int($threshold)) {
36 $this->threshold = $threshold;
89 if ($method['crap'] >= $this->threshold) {
155 if ($crapValue >= $this->threshold) {
157 $crapLoad += $cyclomaticComplexity / $this->threshold;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
DAggregateClassificationMetrics.php28 public $threshold; variable in Google\\Service\\Bigquery\\AggregateClassificationMetrics
78 public function setThreshold($threshold) argument
80 $this->threshold = $threshold;
84 return $this->threshold;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
DInToto.php31 public $threshold; variable in Google\\Service\\ContainerAnalysis\\InToto
91 public function setThreshold($threshold) argument
93 $this->threshold = $threshold;
97 return $this->threshold;
/plugin/davcal/vendor/sabre/dav/bin/
H A Dnaturalselection19 def getbytesleft(path,threshold): argument
20 return getfreespace(path)-threshold
22 def run(cacheDir, threshold, sleep=5, simulate=False, min_erase = 0): argument
24 bytes = getbytesleft(cacheDir,threshold)
133 threshold=options.threshold,
/plugin/photogallery/phpThumb/
Dphpthumb.unsharp.php46 public static function applyUnsharpMask(&$img, $amount, $radius, $threshold) { argument
54 $threshold = min(255, $threshold);
94 if ($threshold > 0){
113 …$rNew = ((abs($rOrig - $rBlur) >= $threshold) ? max(0, min(255, ($amount * ($rOrig - $rBlur)) + $r…
114 …$gNew = ((abs($gOrig - $gBlur) >= $threshold) ? max(0, min(255, ($amount * ($gOrig - $gBlur)) + $g…
115 …$bNew = ((abs($bOrig - $bBlur) >= $threshold) ? max(0, min(255, ($amount * ($bOrig - $bBlur)) + $b…
Dphpthumb.class.php2190 @list($band, $method, $threshold) = explode('|', $parameter);
2193 $threshold = ((strlen($threshold) > 0) ? min(max((float) $threshold, 0), 100) : 0.1);
2220 …$threshold = preg_replace('#[^0-9\\.]#', '', $threshold); // should be unneccesary, but just to be…
2222 $commandline .= ' -contrast-stretch \''.$threshold.'%\'';
2246 $this->fltr[$filterkey] = $command.'|'.$band.'|0|'.$threshold;
2253 @list($threshold) = explode('|', $parameter);
2254 $threshold = (!empty($threshold) ? min(max((float) $threshold, 0), 100) : 0.1);
2255 …$threshold = preg_replace('#[^0-9\\.]#', '', $threshold); // should be unneccesary, but just to be…
2259 $commandline .= ' -channel R -contrast-stretch \''.$threshold.'%\'';
2260 $commandline .= ' -channel G -contrast-stretch \''.$threshold.'%\'';
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
DActivityRule.php58 public $threshold; variable in Google\\Service\\AlertCenter\\ActivityRule
187 public function setThreshold($threshold) argument
189 $this->threshold = $threshold;
196 return $this->threshold;
/plugin/aichat/
Dremote.php82 …* @param float $threshold Minimum similarity score to return results for. -1 for default set in co…
88 public function similar($query, $max = -1, $threshold = -1, $lang = '') argument
97 if ($threshold !== -1) {
98 $embeddings->setSimilarityThreshold($threshold);
DEmbeddings.php95 * @param float $threshold
98 public function setSimilarityThreshold(float $threshold) argument
100 …if ($threshold < 0 || $threshold > 1) throw new \InvalidArgumentException('threshold must be betwe…
101 $this->similarityThreshold = $threshold;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
DOverflowHandler.php72 foreach ($thresholdMap as $thresholdLevel => $threshold) {
73 $this->thresholdMap[$thresholdLevel] = $threshold;
/plugin/bugzillaint/docs/
Dbugzillaint.txt104 added if they cross a certain threshold, which is customizable in the plugin
112 …he plugin settings - shows automatically if the deadline apporaches the threshold set in plugin se…
115 …y, using colors from the plugin settings - shows automatically if above threshold set in plugin se…
116 …y, using colors from the plugin settings - shows automatically if above threshold set in plugin se…
/plugin/combo/resources/snippet/js/
H A Donview-intersector.js44 threshold: 1.0 property
/plugin/fuzzysearch/
H A Dfuse.min.js9threshold:.6,distance:100}),_),j=/[^ ]+/g,I=function(){function e(){var t=arguments.length>0&&void… property
H A Dscript.js25 threshold: 0.4, property
/plugin/prosemirror/
Dscript.js188 threshold: [0, 1] property
/plugin/asciidocjs/node_modules/yargs/build/lib/
Dvalidation.js273 const threshold = 3;
279 if (d <= threshold && d < bestDistance) {
/plugin/charter/
Dhelper.php462 foreach ($this->flags['thresholds'] as $threshold) {
463 $pchart->drawTreshold($threshold, 143, 55, 72, true, true);
/plugin/emoji/script/
Djquery.textcomplete.js726 var threshold = this._getActiveElement().position().top - this.$el.innerHeight();
728 if ($(this).position().top + $(this).outerHeight() > threshold) {
740 var threshold = this._getActiveElement().position().top + this.$el.innerHeight();
742 if ($(this).position().top > threshold) {
/plugin/photogallery/phpThumb/docs/
Dphpthumb.readme.txt232 "5|<threshold>|<bgcolor>" where <threshold> is between 0
284 <t> is the threshold (default = 3, range 0-50).
296 [ex: &fltr[]=lvl|<channel>|<method>|<threshold>
308 <threshold> is how much of brightest/darkest pixels
486 transparent; <n> is the minimum threshold in percent (all
488 transparent, default <n>=5); <x> is the maximum threshold
/plugin/sequencediagram/bower_components/lodash/test/
Dsaucelabs.js718 var threshold = Math.min(all.length, _.isFinite(throttled) ? throttled : 3);
720 active.length >= threshold && _.isEmpty(_.difference(active, restarted))) {

12345