Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
DANSI.php470 private function processCoordinate($last_attr, $cur_attr, $char) argument
474 if ($last_attr != $cur_attr) {
476 if ($last_attr->foreground != $cur_attr->foreground) {
477 if ($cur_attr->foreground != 'white') {
478 $open .= '<span style="color: ' . $cur_attr->foreground . '">';
484 if ($last_attr->background != $cur_attr->background) {
485 if ($cur_attr->background != 'black') {
486 $open .= '<span style="background: ' . $cur_attr->background . '">';
492 if ($last_attr->bold != $cur_attr->bold) {
493 if ($cur_attr->bold) {
[all …]