Home
last modified time | relevance | path

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

1234

/plugin/swiftmail/Swift/Plugin/
H A 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;
H A 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/
H A DLatencyCriteria.php25 public $threshold; variable in Google\\Service\\Monitoring\\LatencyCriteria
30 public function setThreshold($threshold) argument
32 $this->threshold = $threshold;
39 return $this->threshold;
H A 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/
H A 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/
H A 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/
H A 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/
H A 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):
20 return getfreespace(path)-threshold
22 def run(cacheDir, threshold, sleep=5, simulate=False, min_erase = 0):
24 bytes = getbytesleft(cacheDir,threshold)
133 threshold=options.threshold,
/plugin/photogallery/phpThumb/
H A 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…
H A 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…
2294 $threshold = ('' !== $threshold ? min(max((int) $threshold, 0), 50) : 3);
2898 $threshold = ((strlen($threshold) > 0) ? (float) $threshold : 0.1);
[all …]
H A Dphpthumb.filters.php555 public function HistogramStretch(&$gdimg, $band='*', $method=0, $threshold=0.1) { argument
571 $threshold = (float) $threshold / 100;
572 $clip_threshold = imagesx($gdimg) * imagesx($gdimg) * $threshold;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A 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/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DOverflowHandler.php72 foreach ($thresholdMap as $thresholdLevel => $threshold) {
73 $this->thresholdMap[$thresholdLevel] = $threshold;
/plugin/combo/resources/snippet/js/
H A Donview-intersector.js44 threshold: 1.0 property in options
/plugin/bugzillaint/docs/
H A 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/datatables/assets/datatables.net-plugins/features/searchPane/
H A DdataTables.searchPane.min.js
/plugin/charter/
H A Dhelper.php462 foreach ($this->flags['thresholds'] as $threshold) {
463 $pchart->drawTreshold($threshold, 143, 55, 72, true, true);
/plugin/emoji/script/
H A 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/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js718 var threshold = Math.min(all.length, _.isFinite(throttled) ? throttled : 3);
720 active.length >= threshold && _.isEmpty(_.difference(active, restarted))) {
/plugin/photogallery/phpThumb/docs/
H A 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/bible/bible_douayRheims/
H A DSophonias.txt9 …1:9. And I will visit in that day upon every one that entereth arrogantly over the threshold: them…
32 …easts of the nations: and the bittern and the urchin shall lodge in the threshold thereof: the voi…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/revealjs/js/
H A Dreveal.js383 threshold: 40 property in AnonymousFunctione17f777e0200.touch
5481 if( deltaX > touch.threshold && Math.abs( deltaX ) > Math.abs( deltaY ) ) {
5495 else if( deltaX < -touch.threshold && Math.abs( deltaX ) > Math.abs( deltaY ) ) {
5509 else if( deltaY > touch.threshold ) {
5518 else if( deltaY < -touch.threshold ) {
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js4336 function getSetRelativeTimeThreshold (threshold, limit) { argument
4337 if (thresholds[threshold] === undefined) {
4341 return thresholds[threshold];
4343 thresholds[threshold] = limit;
4344 if (threshold === 's') {

1234