Home
last modified time | relevance | path

Searched refs:colors (Results 26 – 50 of 246) sorted by relevance

12345678910

/plugin/html2pdf/snorriheim/
H A Dstyle.ini28 ; main text and background colors
31 ; alternative text and background colors
34 ; neutral text and background colors
41 ; other text and background colors
H A Dstyle.ini.dist28 ; main text and background colors
31 ; alternative text and background colors
34 ; neutral text and background colors
41 ; other text and background colors
/plugin/html2pdf/html2pdf/html2ps/
H A Dps.l3.image.encoder.stream.inc.php215 $colors = imagecolorsforindex($src_img, imagecolorat($src_img, $x, $y));
217 $a = $colors['alpha'];
218 $r = $colors['red'];
219 $g = $colors['green'];
220 $b = $colors['blue'];
H A Dps.image.encoder.simple.inc.php183 $colors = imagecolorsforindex($src_img, imagecolorat($src_img, $x, $y));
185 $a = $colors['alpha'];
186 $r = $colors['red'];
187 $g = $colors['green'];
188 $b = $colors['blue'];
/plugin/fontcolor/
H A Daction.php26 $colors = array(
63 foreach($colors as $colorName => $colorValue) {
/plugin/letsencrypt/
H A Dcli.php93 …$this->colors->ptln(sprintf("%-50s" . $this->helper->getLang('valid'), $domain, $expire), 'green');
95 … $this->colors->ptln(sprintf("%-50s" . $this->helper->getLang('invalid'), $domain), 'red');
97 …$this->colors->ptln(sprintf("%-50s" . $this->helper->getLang('valid'), $domain, $expire), 'yellow'…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorModeConverter.php73 $colors = 255 - ($c[4] * 2.55);
74 $rgb[0] = (int) ($colors * (255 - ($c[1] * 2.55)) / 255);
75 $rgb[1] = (int) ($colors * (255 - ($c[2] * 2.55)) / 255);
76 $rgb[2] = (int) ($colors * (255 - ($c[3] * 2.55)) / 255);
/plugin/aichat/
H A Dcli.php157 $tf = new TableFormatter($this->colors);
218 $this->colors->ptln('--------------------------------', Colors::C_LIGHTPURPLE);
237 $this->colors->ptln("Interpretation: {$result['question']}", Colors::C_LIGHTPURPLE);
252 $td = new TableFormatter($this->colors);
298 $this->colors->ptln('Current prices may differ', Colors::C_RED);
400 $this->colors->ptln($answer['answer'], Colors::C_LIGHTCYAN);
417 $this->colors->ptln(
/plugin/amcharts/assets/amcharts/themes/
H A Dblack.js11colors: ["#de4c4f", "#d8854f", "#eea638", "#a7a737", "#86a965", "#8aabb0", "#69c8ff", "#cfd27e", "… property in AmCharts.themes.black.AmCoordinateChart
15colors: ["#de4c4f", "#d8854f", "#eea638", "#a7a737", "#86a965", "#8aabb0", "#69c8ff", "#cfd27e", "… property in AmCharts.themes.black.AmStockChart
23colors: ["#de4c4f", "#d8854f", "#eea638", "#a7a737", "#86a965", "#8aabb0", "#69c8ff", "#cfd27e", "… property in AmCharts.themes.black.AmSlicedChart
H A Ddark.js10colors: ["#ae85c9", "#aab9f7", "#b6d2ff", "#c9e6f2", "#c9f0e1", "#e8d685", "#e0ad63", "#d48652", "… property in AmCharts.themes.dark.AmCoordinateChart
14 colors: ["#639dbd", "#e8d685", "#ae85c9", "#c9f0e1", "#d48652", "#629b6d", "#719dc3", "#719dc3"] property in AmCharts.themes.dark.AmStockChart
22 colors: ["#495fba", "#e8d685", "#ae85c9", "#c9f0e1", "#d48652", "#629b6d", "#719dc3", "#719dc3"] property in AmCharts.themes.dark.AmSlicedChart
H A Dlight.js10colors: ["#67b7dc", "#fdd400", "#84b761", "#cc4748", "#cd82ad", "#2f4074", "#448e4d", "#b7b83f", "… property in AmCharts.themes.light.AmCoordinateChart
14colors: ["#67b7dc", "#fdd400", "#84b761", "#cc4748", "#cd82ad", "#2f4074", "#448e4d", "#b7b83f", "… property in AmCharts.themes.light.AmStockChart
18colors: ["#67b7dc", "#fdd400", "#84b761", "#cc4748", "#cd82ad", "#2f4074", "#448e4d", "#b7b83f", "… property in AmCharts.themes.light.AmSlicedChart
H A Dchalk.js14colors: ["#FFFFFF", "#e384a6", "#f4d499", "#4d90d6", "#c7e38c", "#9986c8", "#edf28c", "#ffd1d4", "… property in AmCharts.themes.chalk.AmCoordinateChart
21colors: ["#FFFFFF", "#e384a6", "#f4d499", "#4d90d6", "#c7e38c", "#9986c8", "#edf28c", "#ffd1d4", "… property in AmCharts.themes.chalk.AmSlicedChart
25colors: ["#FFFFFF", "#e384a6", "#f4d499", "#4d90d6", "#c7e38c", "#9986c8", "#edf28c", "#ffd1d4", "… property in AmCharts.themes.chalk.AmStockChart
H A Dpatterns.js10colors:["#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000",… property in AmCharts.themes.patterns.AmCoordinateChart
37colors:["#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000",… property in AmCharts.themes.patterns.AmStockChart
48colors:["#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000",… property in AmCharts.themes.patterns.AmSlicedChart
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DColors.php35 protected $colors = array( variable in splitbrain\\phpcli\\Colors
55 /** @var bool should colors be used? */
61 * Tries to disable colors for non-terminals
140 if (!isset($this->colors[$color])) {
144 return $this->colors[$color];
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Doptions-after-arguments.phpt2 phpunit BankAccountTest ../_files/BankAccountTest.php --colors
7 $_SERVER['argv'][3] = '--colors=always';
H A Dcolors-always.phpt2 phpunit --colors=always BankAccountTest ../_files/BankAccountTest.php
6 $_SERVER['argv'][2] = '--colors=always';
H A Dcode-coverage-ignore.phpt2 phpunit --colors=never --coverage-text=php://stdout IgnoreCodeCoverageClassTest ../_files/IgnoreCod…
12 $_SERVER['argv'][2] = '--colors=never';
/plugin/metadisplay/
H A DREADME.md13 [[--no-colors] [--loglevel ] -n [--namespace] [ -p --page|.] [-e <off|on>]
29 …--no-colors Do not use any colors in output. Useful when piping output to ot…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBrowserConsoleHandler.php220 static $colors = ['blue', 'green', 'red', 'magenta', 'orange', 'black', 'grey'];
223 …replace_callback('/macro\s*:(.*?)(?:;|$)/', function (array $m) use ($string, &$colors, &$labels) {
227 $labels[$string] = $colors[count($labels) % count($colors)];
/plugin/graphgear/
H A Dsyntax.php15 var $colors; variable in syntax_plugin_graphgear
119 if($this->colors[$in]){
120 return $this->colors[$in];
271 $this->colors = array(
/plugin/statdisplay/pchart/
H A DPieChart.php108 $this->palette->colors[$ID],
214 $this->palette->colors[$Key]);
382 $color = $this->palette->colors[$Key];
399 $polygonColor = $this->palette->colors[$Key];
615 $this->palette->colors[$Key]->addRGBIncrement(-20));
628 $this->palette->colors[$Key]->addRGBIncrement($En),
655 $palette->colors[$Key]->addRGBIncrement(-10));
665 $palette->colors[$Key]->addRGBIncrement($ColorFactor),
669 $palette->colors[$Key]->addRGBIncrement($ColorFactor),
686 $this->palette->colors[$Key]);
[all …]
/plugin/statistics/inc/pchart/
H A DPieChart.php112 $this->palette->colors[$ID],
223 $this->palette->colors[$Key]
406 $color = $this->palette->colors[$Key];
423 $polygonColor = $this->palette->colors[$Key];
443 * @param bool Enhance colors?
655 $this->palette->colors[$Key]->addRGBIncrement(-20)
670 $this->palette->colors[$Key]->addRGBIncrement($En),
699 $palette->colors[$Key]->addRGBIncrement(-10)
711 $palette->colors[$Key]->addRGBIncrement($ColorFactor),
717 $palette->colors[
[all...]
/plugin/typography/
H A Daction.php34 $colors = array(
71 foreach ($colors as $colorName => $colorValue) {
/plugin/404manager/
H A Dstyle.css78 -moz-border-bottom-colors: none;
79 -moz-border-left-colors: none;
80 -moz-border-right-colors: none;
81 -moz-border-top-colors: none;
/plugin/combo/resources/theme/default/pages/templates/
H A Dapp-edit.css9 -moz-border-bottom-colors: none;
10 -moz-border-left-colors: none;
11 -moz-border-right-colors: none;
12 -moz-border-top-colors: none;

12345678910