/plugin/swiftmail/Swift/Plugin/ |
H A 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;
|
H A 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/ |
H A 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;
|
H A 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/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A 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): 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 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…
|
H A 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… 2294 $threshold = ('' !== $threshold ? min(max((int) $threshold, 0), 50) : 3); 2898 $threshold = ((strlen($threshold) > 0) ? (float) $threshold : 0.1); [all …]
|
H A D | phpthumb.filters.php | 555 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 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/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
H A D | OverflowHandler.php | 72 foreach ($thresholdMap as $thresholdLevel => $threshold) { 73 $this->thresholdMap[$thresholdLevel] = $threshold;
|
/plugin/combo/resources/snippet/js/ |
H A D | onview-intersector.js | 44 threshold: 1.0 property in options
|
/plugin/bugzillaint/docs/ |
H A 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/datatables/assets/datatables.net-plugins/features/searchPane/ |
H A D | dataTables.searchPane.min.js |
|
/plugin/charter/ |
H A D | helper.php | 462 foreach ($this->flags['thresholds'] as $threshold) { 463 $pchart->drawTreshold($threshold, 143, 55, 72, true, true);
|
/plugin/emoji/script/ |
H A 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/sequencediagram/bower_components/lodash/test/ |
H A D | saucelabs.js | 718 var threshold = Math.min(all.length, _.isFinite(throttled) ? throttled : 3); 720 active.length >= threshold && _.isEmpty(_.difference(active, restarted))) {
|
/plugin/photogallery/phpThumb/docs/ |
H A 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/bible/bible_douayRheims/ |
H A D | Sophonias.txt | 9 …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 D | commons-io-2.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/plugin/revealjs/js/ |
H A D | reveal.js | 383 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 D | moment.js | 4336 function getSetRelativeTimeThreshold (threshold, limit) { argument 4337 if (thresholds[threshold] === undefined) { 4341 return thresholds[threshold]; 4343 thresholds[threshold] = limit; 4344 if (threshold === 's') {
|