Home
last modified time | relevance | path

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

123

/plugin/upgrade/myvendor/splitbrain/php-cli/src/
DBase.php21 /** @var Colors */
28 'color' => Colors::C_RESET,
34 'color' => Colors::C_CYAN,
40 'color' => Colors::C_CYAN,
46 'color' => Colors::C_GREEN,
52 'color' => Colors::C_BROWN,
58 'color' => Colors::C_RED,
64 'color' => Colors::C_LIGHTRED,
70 'color' => Colors::C_LIGHTRED,
76 'color' => Colors::C_LIGHTRED,
[all …]
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::C_BROWN);
[all …]
DTableFormatter.php21 /** @var Colors for coloring output */
27 * @param Colors|null $colors
29 public function __construct(Colors $colors = null)
40 $this->colors = new Colors();
296 $color_reset = $this->colors->getColorCode(Colors::C_RESET);
307 if (preg_match_all(Colors::C_CODE_REGEX, $word, $color_codes) ) {
DColors.php13 class Colors class
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/Resource/
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/cli/
Dsimulate.php4 use splitbrain\phpcli\Colors; alias
82 $this->colors->ptln($q, Colors::C_LIGHTPURPLE);
86 $this->colors->ptln($result['question'], Colors::C_LIGHTBLUE);
104 $this->colors->ptln($result['answer'], Colors::C_LIGHTCYAN);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
DColors.php20 class Colors extends \Google\Model class
94 class_alias(Colors::class, 'Google_Service_Calendar_Colors');
/plugin/gemini/
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/
Ddokusyntax-test.txt8 ^ Car ^ Colors ^ Producer ^
/plugin/asciidocjs/node_modules/color-convert/
DCHANGELOG.md20 [ANSI](https://en.wikipedia.org/wiki/ANSI_escape_code#Colors) 16/256 colors:
/plugin/revealjs/css/theme/source/
Dblood.scss22 // Colors used in the theme
/plugin/tabinclude/
Dstyle.css4 * Colors corresponds to template's colors in style.ini.
/plugin/facebooklike/
DREADME.textile40 | colorscheme | Colors of the buttons. (light/dark) |
/plugin/aichat/
Dcli.php8 use splitbrain\phpcli\Colors; alias
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
DPdfStream.php284 … $colors = PdfDictionary::get($decodeParam, 'Colors', PdfNumeric::create(1));
/plugin/upgrade/
Ddeleted.files67 vendor/splitbrain/php-cli/src/Colors.php
/plugin/ckgedit/ckeditor/lang/
Dlang_array.txt159 "more": "More Colors...",
160 "panelTitle": "Colors",
209 "colors": "Colors",
743 BGColors: 'Background Colors',
759 TextColors: 'Text Colors',
Den.js.ckgedit110 BGColors : 'Background Colors',
126 TextColors : 'Text Colors',
Den.js-4.9.merged5Colors","tools":"Tools"},"toolbars":"Editor toolbars"},"clipboard":{"copy":"Copy","copyError":"You…
111 BGColors : 'Background Colors',
127 TextColors : 'Text Colors',
/plugin/ckgdoku/ckeditor/lang/
Dlang_array.txt159 "more": "More Colors...",
160 "panelTitle": "Colors",
209 "colors": "Colors",
743 BGColors: 'Background Colors',
759 TextColors: 'Text Colors',
Den.js.unc5Colors","tools":"Tools"},"toolbars":"Editor toolbars"},"notification":{"closed":"Notification clos…
110 BGColors : 'Background Colors',
126 TextColors : 'Text Colors',
Den.js.beautified155 more: "More Colors...",
156 panelTitle: "Colors",
205 colors: "Colors",
754 BGColors: "Background Colors",
763 TextColors: "Text Colors",
Den.js.ckgedit104 BGColors : 'Background Colors',
120 TextColors : 'Text Colors',
/plugin/syntaxhighlighter3/sxh3/src/sass/
DshCore.scss180 // Colors are based on the default theme without background.
/plugin/radarchart/
Dplugin.info.txt90 3. **Custom Dataset Colors**:

123