Home
last modified time | relevance | path

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

/dokuwiki/bin/
H A Dplugin.php71 echo $this->colors->wrap(" No plugins providing CLI components available\n", Colors::C_RED);
/dokuwiki/lib/plugins/extension/
H A Dcli.php340 $vcolor = Colors::C_RED;
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DBase.php58 'color' => Colors::C_RED,
H A DColors.php25 const C_RED = 'red'; define in splitbrain\\phpcli\\Colors
45 self::C_RED => "\33[0;31m",