Home
last modified time | relevance | path

Searched refs:attr_cell (Results 1 – 1 of 1) sorted by path

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php103 private $attr_cell;
147 $attr_cell = new \stdClass();
148 $attr_cell->bold = false;
149 $attr_cell->underline = false;
150 $attr_cell->blink = false;
151 $attr_cell->background = 'black';
152 $attr_cell->foreground = 'white';
153 $attr_cell->reverse = false;
154 $this->base_attr_cell = clone $attr_cell;
155 $this->attr_cell
118 var $attr_cell; global() variable in phpseclib\\File\\ANSI
[all...]