Home
last modified time | relevance | path

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

/plugin/upgrade/vendor/splitbrain/php-cli/src/
DColors.php21 const C_GREEN = 'green'; define in splitbrain\\phpcli\\Colors
41 self::C_GREEN => "\33[0;32m",
DBase.php29 'success' => array('✓ ', Colors::C_GREEN, STDOUT),
DOptions.php388 $text .= ' ' . $this->colors->wrap('<OPTIONS>', Colors::C_GREEN);