Home
last modified time | relevance | path

Searched refs:attr_row (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php110 private $attr_row;
175 $this->attr_row = array_fill(0, $this->max_x + 2, $this->base_attr_cell);
177 $this->attrs = array_fill(0, $this->max_y + 1, $this->attr_row);
240 $this->attrs = array_merge($this->attrs, array_fill($this->y, $this->max_y, $this->attr_row));
254 $this->attrs[$this->y] = $this->attr_row;
423 $this->attrs[] = $this->attr_row;
126 var $attr_row; global() variable in phpseclib\\File\\ANSI