Searched refs:max_limit (Results 1 – 4 of 4) sorted by relevance
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.class.php | 3238 @list($hexcolor, $min_limit, $max_limit) = explode('|', $parameter, 3); 3244 $max_limit = ('' !== $max_limit ? $max_limit : 10); 3245 …thumbFilters->SourceTransparentColorMask($this->gdimg_output, $hexcolor, $min_limit, $max_limit)) { 3250 …ourceTransparentColorMask() failed for "'.$hexcolor.','.$min_limit.','.$max_limit.'"', __FILE__, _…
|
H A D | phpthumb.filters.php | 1008 public function SourceTransparentColorMask(&$gdimg, $hexcolor, $min_limit=5, $max_limit=10) { argument 1016 $cutoffRange = $max_limit - $min_limit;
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 19114 max_limit = 0; 19118 if (max_limit !== undefined) { 19119 max_limit = columns[i].max_width ? (max_limit + columns[i].max_width) : undefined; 19123 return [min_limit, max_limit];
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.js.map | 1 …max_limit","newWidth","start_index","columns_width","final_width","extra_width","start_width","col…
|