Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/php-cli/src/
H A DColors.php132 return $this->getColorCode($color) . $text . $this->getColorCode('reset');
142 public function getColorCode($color) function in splitbrain\\phpcli\\Colors
163 fwrite($channel, $this->getColorCode($color));
H A DTableFormatter.php296 $color_reset = $this->colors->getColorCode(Colors::C_RESET);