Searched refs:C_CYAN (Results 1 – 4 of 4) sorted by relevance
| /plugin/upgrade/myvendor/splitbrain/php-cli/src/ |
| D | Base.php | 34 'color' => Colors::C_CYAN, 40 'color' => Colors::C_CYAN, 166 …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 46 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),
|