Home
last modified time | relevance | path

Searched refs:Colors (Results 1 – 25 of 46) sorted by relevance

12

/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DBase.php21 /** @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 DOptions.php31 /** @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 DTableFormatter.php21 /** @var Colors for coloring output */
27 * @param Colors|null $colors
29 public function __construct(Colors $colors = null)
40 $this->colors = new Colors();
H A DColors.php6 * Class Colors
13 class Colors class
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/Resource/
H A DColors.php20 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 Dcli.php8 use splitbrain\phpcli\Colors;
163 [Colors::C_LIGHTBLUE, Colors::C_LIGHTBLUE, Colors::C_LIGHTBLUE]
170 [Colors::C_LIGHTBLUE, Colors::C_LIGHTBLUE, Colors::C_LIGHTGRAY]
218 $this->colors->ptln('--------------------------------', Colors::C_LIGHTPURPLE);
237 $this->colors->ptln("Interpretation: {$result['question']}", Colors::C_LIGHTPURPLE);
258 [Colors
5 use splitbrain\phpcli\Colors; global() alias
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DColors.php20 class Colors extends \Google\Model class
94 class_alias(Colors::class, 'Google_Service_Calendar_Colors');
/plugin/gemini/
H A Dcli.php3 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 Ddokusyntax-test.txt8 ^ Car ^ Colors ^ Producer ^
/plugin/revealjs/css/theme/source/
H A Dblood.scss22 // Colors used in the theme
/plugin/tabinclude/
H A Dstyle.css4 * Colors corresponds to template's colors in style.ini.
/plugin/facebooklike/
H A DREADME.textile40 | colorscheme | Colors of the buttons. (light/dark) |
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfStream.php284 $colors = PdfDictionary::get($decodeParam, 'Colors', PdfNumeric::create(1));
/plugin/ckgdoku/ckeditor/lang/
H A Dlang_array.txt159 "more": "More Colors...",
160 "panelTitle": "Colors",
209 "colors": "Colors",
743 BGColors: 'Background Colors',
759 TextColors: 'Text Colors',
H A Den.js.beautified155 more: "More Colors...",
156 panelTitle: "Colors",
205 colors: "Colors",
754 BGColors: "Background Colors",
763 TextColors: "Text Colors",
H A Den.js.unc5Colors","tools":"Tools"},"toolbars":"Editor toolbars"},"notification":{"closed":"Notification clos…
110 BGColors : 'Background Colors',
126 TextColors : 'Text Colors',
H A Den.js.ckgedit104 BGColors : 'Background Colors',
120 TextColors : 'Text Colors',
/plugin/ckgedit/ckeditor/lang/
H A Dlang_array.txt159 "more": "More Colors...",
160 "panelTitle": "Colors",
209 "colors": "Colors",
743 BGColors: 'Background Colors',
759 TextColors: 'Text Colors',
H A Den.js.ckgedit110 BGColors : 'Background Colors',
126 TextColors : 'Text Colors',
H A Den.4.9.js.beautified156 "colors": "Colors",
239 "more": "More Colors...",
240 "panelTitle": "Colors",
845 BGColors: "Background Colors",
854 TextColors: "Text Colors",
H A Den.js-4.9.merged5Colors","tools":"Tools"},"toolbars":"Editor toolbars"},"clipboard":{"copy":"Copy","copyError":"You…
111 BGColors : 'Background Colors',
127 TextColors : 'Text Colors',
H A Den.js.unc5Colors","tools":"Tools"},"toolbars":"Editor toolbars"},"notification":{"closed":"Notification clos…
112 BGColors : 'Background Colors',
128 TextColors : 'Text Colors',
H A Den.js.4.95Colors","tools":"Tools"},"toolbars":"Editor toolbars"},"clipboard":{"copy":"Copy","copyError":"You…
/plugin/syntaxhighlighter3/sxh3/src/sass/
H A DshCore.scss180 // Colors are based on the default theme without background.
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified156 "colors": "Colors",
239 "more": "More Colors...",
240 "panelTitle": "Colors",
845 BGColors: "Background Colors",
854 TextColors: "Text Colors",

12