Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php118 private $attr_cell; variable in phpseclib3\\File\\ANSI
168 $attr_cell = new \stdClass();
169 $attr_cell->bold = false;
170 $attr_cell->underline = false;
171 $attr_cell->blink = false;
172 $attr_cell->background = 'black';
174 $attr_cell->reverse = false;
176 $this->attr_cell = clone $attr_cell;
315 $attr_cell = &$this->attr_cell;
333 $attr_cell->reverse = !$attr_cell->reverse;
[all …]