/plugin/upgrade/vendor/splitbrain/php-cli/src/ |
H A D | Base.php | 21 /** @var Colors */ 26 'debug' => array('', Colors::C_RESET, STDOUT), 27 'info' => array('ℹ ', Colors::C_CYAN, STDOUT), 28 'notice' => array('☛ ', Colors::C_CYAN, STDOUT), 29 'success' => array('✓ ', Colors::C_GREEN, STDOUT), 30 'warning' => array('⚠ ', Colors::C_BROWN, STDERR), 31 'error' => array('✗ ', Colors::C_RED, STDERR), 32 'critical' => array('☠ ', Colors::C_LIGHTRED, STDERR), 33 'alert' => array('✖ ', Colors::C_LIGHTRED, STDERR), 34 'emergency' => array('✘ ', Colors [all...] |
H A D | Options.php | 31 /** @var Colors for colored help output */ 40 * @param Colors $colors optional configured color object 43 public function __construct(Colors $colors = null) 48 $this->colors = new Colors(); 377 $text .= $this->colors->wrap('USAGE:', Colors::C_BROWN); 383 $text .= $this->colors->wrap(' ' . $command, Colors::C_PURPLE); 388 $text .= ' ' . $this->colors->wrap('<OPTIONS>', Colors::C_GREEN); 392 $text .= ' ' . $this->colors->wrap('<COMMAND> ...', Colors::C_PURPLE); 396 $out = $this->colors->wrap('<' . $arg['name'] . '>', Colors::C_CYAN); 418 $text .= $this->colors->wrap('OPTIONS:', Colors [all...] |
H A D | TableFormatter.php | 21 /** @var Colors for coloring output */ 27 * @param Colors|null $colors 29 public function __construct(Colors $colors = null) 40 $this->colors = new Colors();
|
H A D | Colors.php | 6 * Class Colors 13 class Colors class
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/Resource/ |
H A D | Colors.php | 20 use Google\Service\Calendar\Colors as ColorsModel; 30 class Colors extends \Google\Service\Resource class 47 class_alias(Colors::class, 'Google_Service_Calendar_Resource_Colors');
|
/plugin/aichat/ |
H A D | cli.php | 8 use splitbrain\phpcli\Colors; 164 [Colors::C_LIGHTBLUE, Colors::C_LIGHTBLUE, Colors::C_LIGHTBLUE] 171 [Colors::C_LIGHTBLUE, Colors::C_LIGHTBLUE, Colors::C_LIGHTGRAY] 219 $this->colors->ptln('--------------------------------', Colors::C_LIGHTPURPLE); 238 $this->colors->ptln("Interpretation: {$result['question']}", Colors::C_LIGHTPURPLE); 259 [Colors 5 use splitbrain\phpcli\Colors; global() alias [all...] |
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/ |
H A D | Colors.php | 20 class Colors extends \Google\Model class 94 class_alias(Colors::class, 'Google_Service_Calendar_Colors');
|
/plugin/gemini/ |
H A D | cli.php | 3 use splitbrain\phpcli\Colors; alias 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),
|
/plugin/mediasyntax/test/ |
H A D | dokusyntax-test.txt | 8 ^ Car ^ Colors ^ Producer ^
|
/plugin/revealjs/css/theme/source/ |
H A D | blood.scss | 22 // Colors used in the theme
|
/plugin/tabinclude/ |
H A D | style.css | 4 * Colors corresponds to template's colors in style.ini.
|
/plugin/facebooklike/ |
H A D | README.textile | 40 | colorscheme | Colors of the buttons. (light/dark) |
|
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/ |
H A D | PdfStream.php | 284 $colors = PdfDictionary::get($decodeParam, 'Colors', PdfNumeric::create(1));
|
/plugin/ckgdoku/ckeditor/lang/ |
H A D | lang_array.txt | 159 "more": "More Colors...", 160 "panelTitle": "Colors", 209 "colors": "Colors", 743 BGColors: 'Background Colors', 759 TextColors: 'Text Colors',
|
H A D | en.js.beautified | 155 more: "More Colors...", 156 panelTitle: "Colors", 205 colors: "Colors", 754 BGColors: "Background Colors", 763 TextColors: "Text Colors",
|
H A D | en.js.unc | 5 …Colors","tools":"Tools"},"toolbars":"Editor toolbars"},"notification":{"closed":"Notification clos… 110 BGColors : 'Background Colors', 126 TextColors : 'Text Colors',
|
H A D | en.js.ckgedit | 104 BGColors : 'Background Colors', 120 TextColors : 'Text Colors',
|
/plugin/ckgedit/ckeditor/lang/ |
H A D | lang_array.txt | 159 "more": "More Colors...", 160 "panelTitle": "Colors", 209 "colors": "Colors", 743 BGColors: 'Background Colors', 759 TextColors: 'Text Colors',
|
H A D | en.js.ckgedit | 110 BGColors : 'Background Colors', 126 TextColors : 'Text Colors',
|
H A D | en.4.9.js.beautified | 156 "colors": "Colors", 239 "more": "More Colors...", 240 "panelTitle": "Colors", 845 BGColors: "Background Colors", 854 TextColors: "Text Colors",
|
H A D | en.js-4.9.merged | 5 …Colors","tools":"Tools"},"toolbars":"Editor toolbars"},"clipboard":{"copy":"Copy","copyError":"You… 111 BGColors : 'Background Colors', 127 TextColors : 'Text Colors',
|
H A D | en.js.unc | 5 …Colors","tools":"Tools"},"toolbars":"Editor toolbars"},"notification":{"closed":"Notification clos… 112 BGColors : 'Background Colors', 128 TextColors : 'Text Colors',
|
H A D | en.js.4.9 | 5 …Colors","tools":"Tools"},"toolbars":"Editor toolbars"},"clipboard":{"copy":"Copy","copyError":"You…
|
/plugin/syntaxhighlighter3/sxh3/src/sass/ |
H A D | shCore.scss | 180 // Colors are based on the default theme without background.
|
/plugin/ckgedit/lang/ |
H A D | en.4.9.js.beautified | 156 "colors": "Colors", 239 "more": "More Colors...", 240 "panelTitle": "Colors", 845 BGColors: "Background Colors", 854 TextColors: "Text Colors",
|