Searched refs:max_x (Results 1 – 3 of 3) sorted by relevance
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ |
H A D | ANSI.php | 38 private $max_x; variable in phpseclib3\\File\\ANSI 193 $this->max_x = $x - 1; 197 $this->attr_row = array_fill(0, $this->max_x + 2, $this->base_attr_cell); 222 $this->setDimensions($this->max_x + 1, $this->max_y + 1); 275 …plice($this->attrs[$this->y], $this->x + 1, $this->max_x - $this->x, array_fill($this->x, $this->m… 421 if ($this->x > $this->max_x) { 532 for ($j = 0; $j <= $this->max_x; $j++) { 553 …return '<pre width="' . ($this->max_x + 1) . '" style="color: white; background: black">' . $this-… 567 for ($j = 0; $j <= $this->max_x + 1; $j++) { 579 …return '<pre width="' . ($this->max_x + 1) . '" style="color: white; background: black">' . $scrol…
|
/plugin/register/ |
H A D | register.php | 94 public function im($max_x = 1, $max_y = 1) argument 97 $im = imagecreatetruecolor($max_x, $max_y);
|
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.filters.php | 1159 $max_x = max($TTFbox[0], $TTFbox[2], $TTFbox[4], $TTFbox[6]); 1161 $text_width = round($max_x - $min_x);
|