Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 25 of 78) sorted by last modified time

1234

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt47 * [bugfix: G93] ImageMagick unsharp amount/threshold
332 ImageMagick). Added configurable threshold parameter.
1005 radius (default = 0.5), <t> is the threshold
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/photogallery/phpThumb/
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;
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…
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs16739 /* TODO: determine threshold for Real vs RK */
/plugin/combo/resources/snippet/js/
H A Donview-intersector.js44 threshold: 1.0 property in options
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js33threshold:10,pointers:1,direction:30},getTouchAction:function(){var e=this.options.direction,t=[];…
194threshold:5,trapClick:!0};function a(e){var n=t.viewbox(),i=t._container.getBoundingClientRect();r… property in fp.o
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js21threshold:10,pointers:1,direction:30},getTouchAction:function(){var e=this.options.direction,t=[];… property in eu.o
H A Ddmn-navigated-viewer.production.min.js16threshold:10,pointers:1,direction:30},getTouchAction:function(){var e=this.options.direction,t=[];…
/plugin/edittable/lib/
H A Dhandsontable.full.js11410 function getSetRelativeTimeThreshold (threshold, limit) {
11411 if (thresholds[threshold] === undefined) {
11415 return thresholds[threshold];
11417 thresholds[threshold] = limit;
11418 if (threshold === 's') {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DLICENSE-LGPL262 threshold for this to be true is not precisely defined by law.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc542 $params['pre_filter_shard_size'] = (number) A threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting if the number of shards the search request expands to exceeds the threshold. This filter roundtrip can limit the number of shards significantly if for instance a shard can not match any documents based on its rewrite method ie. if date filters are mandatory to match but the shard bounds and the query are disjoint.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DMlNamespace.asciidoc531 $params['influencer_score'] = (double) influencer score threshold for the requested influencers
/plugin/ckgedit/ckeditor/
H A DLICENSE.md613 threshold for this to be true is not precisely defined by law.
/plugin/tagfilter/script/select2/
H A Dselect2.js255 function installDebouncedScroll(threshold, element) { argument
256 var notify = debounce(threshold, function (e) { element.trigger("scroll-debounced", e);});
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2threshold;if(null===n.boundingSphere&&n.computeBoundingSphere(),Ja.copy(n.boundingSphere),Ja.apply… property in su.params.Line
/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') {
/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/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DOverflowHandler.php72 foreach ($thresholdMap as $thresholdLevel => $threshold) {
73 $this->thresholdMap[$thresholdLevel] = $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/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;

1234