| /plugin/swiftmail/Swift/Plugin/ |
| D | AntiFlood.php | 26 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;
|
| D | ConnectionRotator.php | 27 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/ |
| D | LatencyCriteria.php | 25 public $threshold; variable in Google\\Service\\Monitoring\\LatencyCriteria 30 public function setThreshold($threshold) argument 32 $this->threshold = $threshold; 39 return $this->threshold;
|
| D | PerformanceThreshold.php | 26 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/ |
| D | alert.php | 22 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/ |
| D | Crap4j.php | 22 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/ |
| D | AggregateClassificationMetrics.php | 28 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/ |
| D | InToto.php | 31 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 D | naturalselection | 19 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/ |
| D | phpthumb.unsharp.php | 46 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…
|
| D | phpthumb.class.php | 2190 @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/ |
| D | ActivityRule.php | 58 public $threshold; variable in Google\\Service\\AlertCenter\\ActivityRule 187 public function setThreshold($threshold) argument 189 $this->threshold = $threshold; 196 return $this->threshold;
|
| /plugin/aichat/ |
| D | remote.php | 82 …* @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);
|
| D | Embeddings.php | 95 * @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/ |
| D | OverflowHandler.php | 72 foreach ($thresholdMap as $thresholdLevel => $threshold) { 73 $this->thresholdMap[$thresholdLevel] = $threshold;
|
| /plugin/bugzillaint/docs/ |
| D | bugzillaint.txt | 104 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 D | onview-intersector.js | 44 threshold: 1.0 property
|
| /plugin/fuzzysearch/ |
| H A D | fuse.min.js | 9 …threshold:.6,distance:100}),_),j=/[^ ]+/g,I=function(){function e(){var t=arguments.length>0&&void… property
|
| H A D | script.js | 25 threshold: 0.4, property
|
| /plugin/prosemirror/ |
| D | script.js | 188 threshold: [0, 1] property
|
| /plugin/asciidocjs/node_modules/yargs/build/lib/ |
| D | validation.js | 273 const threshold = 3; 279 if (d <= threshold && d < bestDistance) {
|
| /plugin/charter/ |
| D | helper.php | 462 foreach ($this->flags['thresholds'] as $threshold) { 463 $pchart->drawTreshold($threshold, 143, 55, 72, true, true);
|
| /plugin/emoji/script/ |
| D | jquery.textcomplete.js | 726 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/ |
| D | phpthumb.readme.txt | 232 "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/ |
| D | saucelabs.js | 718 var threshold = Math.min(all.length, _.isFinite(throttled) ? throttled : 3); 720 active.length >= threshold && _.isEmpty(_.difference(active, restarted))) {
|