Home
last modified time | relevance | path

Searched refs:Colors (Results 26 – 46 of 46) sorted by path

12

/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.less17 /* Colors
590 /* Colors
707 /* Colors
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1 …mber to use unprefixed version in addition.',\n 'radial-gradient()': 'Colors emerge from a sing…
H A Dbundle.js.map1 … used for the lightbulb auto fix actions icon.\"));\n/**\n * Diff Editor Colors\n */\nexport const…
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md561 - Colors: device-cmyk(c,m,y,k) as per CSS3 spec. For consistency, device-cmyka also supported (not CSS3 spec)
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfStream.php284 $colors = PdfDictionary::get($decodeParam, 'Colors', PdfNumeric::create(1));
/plugin/facebooklike/
H A DREADME.textile40 | colorscheme | Colors of the buttons. (light/dark) |
/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/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1 …n this.dict = str.dict;\n\n var colors = this.colors = params.get('Colors') || 1;\n var b…
/plugin/photogallery/phpThumb/
H A Dphpthumb.filters.php654 $Colors = explode(';', $colors);
662 …geHexColorAllocate($gdHistTemp, phpthumb_functions::IsHexColor(@$Colors[$key]) ? $Colors[$key] : $…
/plugin/revealjs/css/theme/source/
H A Dblood.scss22 // Colors used in the theme
/plugin/syntaxhighlighter3/sxh3/src/sass/
H A DshCore.scss180 // Colors are based on the default theme without background.
/plugin/tabinclude/
H A Dstyle.css4 * Colors corresponds to template's colors in style.ini.
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md89 Colored output is handled through the ``Colors`` class. It tries to detect if a color terminal is available and only
/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 DColors.php6 * Class Colors
13 class Colors class
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();
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs5151 /* Chart Colors */
18401 case 'colors' /*case 'Colors'*/: break;

12