Searched refs:C_CYAN (Results 1 – 4 of 4) sorted by relevance
| /plugin/upgrade/vendor/splitbrain/php-cli/src/ |
| D | Base.php | 27 '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) . '. ' .
|
| D | Colors.php | 23 const C_CYAN = 'cyan'; define in splitbrain\\phpcli\\Colors 43 self::C_CYAN => "\33[0;36m",
|
| D | Options.php | 396 $out = $this->colors->wrap('<' . $arg['name'] . '>', Colors::C_CYAN);
|
| /plugin/gemini/ |
| D | cli.php | 23 '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),
|