Home
last modified time | relevance | path

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

/plugin/upgrade/vendor/splitbrain/php-cli/src/
DBase.php27 'info' => array('ℹ ', Colors::C_CYAN, STDOUT),
28 'notice' => array('☛ ', Colors::C_CYAN, STDOUT),
120 …messages to display. Default is ' . $this->colors->wrap($this->logdefault, Colors::C_CYAN) . '. ' .
DColors.php23 const C_CYAN = 'cyan'; define in splitbrain\\phpcli\\Colors
43 self::C_CYAN => "\33[0;36m",
DOptions.php396 $out = $this->colors->wrap('<' . $arg['name'] . '>', Colors::C_CYAN);
/plugin/gemini/
Dcli.php23 'The IP to listen on. Defaults to ' . $this->colors->wrap('0.0.0.0', Colors::C_CYAN),
29 'The port to listen on. Defaults to ' . $this->colors->wrap('1965', Colors::C_CYAN),
35 …e hostname this server shall use. Defaults to ' . $this->colors->wrap('localhost', Colors::C_CYAN),