Home
last modified time | relevance | path

Searched refs:colors (Results 1 – 25 of 246) sorted by relevance

12345678910

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DText.php29 private $colors = [ variable in SebastianBergmann\\CodeCoverage\\Report\\Text
64 $colors = [
74 $colors['classes'] = $this->getCoverageColor(
78 $colors['methods'] = $this->getCoverageColor(
86 $colors['reset'] = $this->colors['reset'];
87 $colors['header'] = $this->colors['header'];
88 $colors['eol'] = $this->colors['eol'];
208 $resetColor = $colors['reset'];
229 return $this->colors['green'];
231 return $this->colors['yellow'];
[all …]
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php22 protected $colors; variable in splitbrain\\phpcli\\TableFormatter
27 * @param Colors|null $colors
29 public function __construct(Colors $colors = null) argument
37 if ($colors) {
38 $this->colors = $colors;
40 $this->colors = new Colors();
185 * @param array $colors A list of color names to use for each column. use empty string for default
189 public function format($columns, $texts, $colors = array()) argument
215 if (isset($colors[
[all...]
H A DOptions.php32 protected $colors; variable in splitbrain\\phpcli\\Options
40 * @param Colors $colors optional configured color object
43 public function __construct(Colors $colors = null) argument
45 if (!is_null($colors)) {
46 $this->colors = $colors;
48 $this->colors = new Colors();
365 $tf = new TableFormatter($this->colors);
377 $text .= $this->colors->wrap('USAGE:', Colors::C_BROWN);
383 $text .= $this->colors
[all...]
H A DBase.php22 public $colors; variable in splitbrain\\phpcli\\Base
52 $this->colors = new Colors();
53 $this->options = new Options($this->colors);
115 'no-colors',
116 'Do not use any colors in output. Useful when piping output to other tools or files.'
120 'Minimum level of messages to display. Default is ' . $this->colors->wrap($this->logdefault, Colors::C_CYAN) . '. ' .
132 if ($this->options->getOpt('no-colors')) {
133 $this->colors->disable();
232 if (!$this->colors->isEnabled()) $prefix = '';
235 $this->colors
[all...]
/plugin/newpagetemplate/
H A Dcli.php13 // $this->colors->disable();
14 $config = $this->colors->wrap('config', 'cyan');
15 $pg = $this->colors->wrap('page', 'cyan');
16 $ini = $this->colors->wrap('ini', 'cyan');
17 $browser = $this->colors->wrap('browser', 'cyan');
18 $cmdLine = $this->colors->wrap('cmdLine', 'cyan');
19 $browser = $this->colors->wrap('browser', 'cyan');
20 $nosave = $this->colors->wrap('true', 'cyan');
21 $false = $this->colors->wrap('false', 'cyan');
22 $existing = $this->colors
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2ColorInfo.php30 public $colors; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2ColorInfo
49 public function setColors($colors) argument
51 $this->colors = $colors;
58 return $this->colors;
/plugin/statistics/inc/pchart/
H A DPalette.php4 * Represents a palette of indexed graph colors
12 public $colors = array(); variable in Palette
23 $palette->colors = array(
43 * @param int $shades number of colors to create
54 $palette->colors[$i] = new Color($color1->getR() + $RFactor * $i,
100 $this->colors[$id] = $color;
110 if(isset($this->colors[$id])) return $this->colors[$id];
113 $this->colors[$id] = Color::random($id);
114 return $this->colors[
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Dumper/
H A DHtmlDumper.php23 private static $colors = [ variable in Twig\\Profiler\\Dumper\\HtmlDumper
37 …return sprintf('%s└ <span style="background-color: %s">%s</span>', $prefix, self::$colors['templat…
42 …ile->getTemplate(), $profile->getType(), isset(self::$colors[$profile->getType()]) ? self::$colors
47 …f('<span style="color: %s">%.2fms/%.0f%%</span>', $percent > 20 ? self::$colors['big'] : 'auto', $…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p2beta1DominantColorsAnnotation.php29 public function setColors($colors) argument
31 $this->colors = $colors;
38 return $this->colors;
H A DGoogleCloudVisionV1p4beta1DominantColorsAnnotation.php29 public function setColors($colors) argument
31 $this->colors = $colors;
38 return $this->colors;
H A DGoogleCloudVisionV1p1beta1DominantColorsAnnotation.php29 public function setColors($colors) argument
31 $this->colors = $colors;
38 return $this->colors;
H A DGoogleCloudVisionV1p3beta1DominantColorsAnnotation.php29 public function setColors($colors) argument
31 $this->colors = $colors;
38 return $this->colors;
H A DDominantColorsAnnotation.php29 public function setColors($colors) argument
31 $this->colors = $colors;
38 return $this->colors;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DColorScheme.php29 public function setColors($colors) argument
31 $this->colors = $colors;
38 return $this->colors;
/plugin/dokugource/
H A Daction.php18 var $colors = array(); variable in action_plugin_dokugource
99 $this->colors = array();
103 $this->colors[$l[0]] = $l[1];
119 if(isset($this->colors[$p])) return $this->colors[$p];
120 if(isset($this->colors[$ns])) return $this->colors[$ns];
122 $this->colors[$p] = sprintf('%02X%02X%02X', rand(0, 255), rand(0, 255), rand(0, 255));
123 return $this->colors[$p];
H A Dadmin.php22 var $colors = array(); variable in admin_plugin_dokugource
97 $this->colors = array();
101 $this->colors[$l[0]] = $l[1];
121 if(isset($this->colors[$p])) return $this->colors[$p];
122 if(isset($this->colors[$ns])) return $this->colors[$ns];
124 $this->colors[$p] = sprintf('%02X%02X%02X', rand(0, 255), rand(0, 255), rand(0, 255));
125 return $this->colors[$p];
/plugin/tabinclude/
H A Dstyle.css4 * Colors corresponds to template's colors in style.ini.
25 -moz-border-bottom-colors: none;
26 -moz-border-left-colors: none;
27 -moz-border-right-colors: none;
28 -moz-border-top-colors: none;
72 -moz-border-bottom-colors: none;
73 -moz-border-left-colors: none;
74 -moz-border-right-colors: none;
75 -moz-border-top-colors: none;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdSenseHost/
H A DAdStyle.php38 public function setColors(AdStyleColors $colors) argument
40 $this->colors = $colors;
47 return $this->colors;
/plugin/statdisplay/pchart/
H A DPalette.php10 public $colors = array(); variable in Palette
15 $palette->colors = array('0' => new Color(188, 224, 46 ),
35 $palette->colors[$i] = new Color($color1->getR() + $RFactor * $i,
44 $this->colors[$id] = $color;
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.border.color.inc.php83 $colors = $this->parse_in($value);
85 return new BorderColor($colors[0],
86 $colors[1],
87 $colors[2],
88 $colors[3]);
/plugin/mp3play/
H A Dsyntax.php93 $colors = array();
101 $colors[trim($key)] = trim($color);
104 if(!empty($colors)) {
105 foreach($colors as $key => $color) {
/plugin/projects/plugins/target/
H A Dplot.php137 $colors = array();
143 $colors[$name] = array('R' => 0, 'G' => 0, 'B' => 0);
144 else $colors[$name] = html_color_to_RGB($line_color);
145 $plot->setColorPalette($line_no, $colors[$name]['R'],
146 $colors[$name]['G'], $colors[$name]['B']);
181 $plot->setColorPalette($palette_id, $colors[$name]['R'],
182 $colors[$name]['G'], $colors[$name]['B']);
/plugin/combo/resources/theme/default/components/css/
H A Dminimap.css33 -moz-border-bottom-colors: none;
34 -moz-border-left-colors: none;
35 -moz-border-right-colors: none;
36 -moz-border-top-colors: none;
90 -moz-border-bottom-colors: none;
91 -moz-border-left-colors: none;
92 -moz-border-right-colors: none;
93 -moz-border-top-colors: none;
/plugin/minimap/
H A Dstyle.css35 -moz-border-bottom-colors: none;
36 -moz-border-left-colors: none;
37 -moz-border-right-colors: none;
38 -moz-border-top-colors: none;
95 -moz-border-bottom-colors: none;
96 -moz-border-left-colors: none;
97 -moz-border-right-colors: none;
98 -moz-border-top-colors: none;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php89 protected $colors = false; variable in PHPUnit_TextUI_ResultPrinter
121 * @param string $colors
128 …public function __construct($out = null, $verbose = false, $colors = self::COLOR_DEFAULT, $debug =… argument
138 if (!in_array($colors, $availableColors)) {
169 if ($colors === self::COLOR_AUTO && $console->hasColorSupport()) {
170 $this->colors = true;
172 $this->colors = (self::COLOR_ALWAYS === $colors);
603 if (!$this->colors) {

12345678910