Searched refs:maxb (Results 1 – 5 of 5) sorted by relevance
10 (maxb.net version <http://maxb.net/blog/2009/02/24/dokuwiki-jquery>)
396 $maxr = $maxb = 0;404 $maxb = max($maxb, $pts[$i]);408 $h = $maxb - $mint;419 $maxr = $maxb = 0;432 $maxb = max($maxb, $pts[$i]);442 $maxb = max($maxb, $arg);447 $h = $maxb - $mint;1569 $maxb = $this->pathBBox[3] + $this->pathBBox[1];1619 $maxb = max($maxb, -$pdf_pt['y']);1665 $maxb = max($maxb, -$pdf_pt['y']);[all …]
102 public $maxb = null; // MAXimum Bytes variable in phpthumb3266 if ($this->maxb > 0) {3277 if (strlen($imgdata) > $this->maxb) {3287 if (strlen($imgdata) <= $this->maxb) {3301 if (strlen($imgdata) > $this->maxb) {3310 if (strlen($imgdata) <= $this->maxb) {3315 if (strlen($imgdata) > $this->maxb) {
529 maxb = MAXimum Byte size - output quality is auto-set to530 fit thumbnail into "maxb" bytes (compression
1318 * Bugfix: 'maxb' option for PNG/GIF output incorrect1322 * Added 'maxb' (MAXimum Bytes) option to auto-set the1324 that the output thumbnail is less than 'maxb' bytes