Home
last modified time | relevance | path

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

/plugin/upgrade/vendor/splitbrain/php-cli/src/
DColors.php29 const C_BROWN = 'brown'; define in splitbrain\\phpcli\\Colors
49 self::C_BROWN => "\33[0;33m",
DOptions.php377 $text .= $this->colors->wrap('USAGE:', Colors::C_BROWN);
418 $text .= $this->colors->wrap('OPTIONS:', Colors::C_BROWN);
449 $text .= $this->colors->wrap('ARGUMENTS:', Colors::C_BROWN);
466 $text .= $this->colors->wrap('COMMANDS:', Colors::C_BROWN);
DBase.php30 'warning' => array('⚠ ', Colors::C_BROWN, STDERR),
/plugin/dev/
Dcli.php43 $item = $this->colors->wrap($item, $this->colors::C_BROWN);
60 $item = $this->colors->wrap($item, $this->colors::C_BROWN);