Home
last modified time | relevance | path

Searched refs:color (Results 226 – 250 of 1682) sorted by last modified time

12345678910>>...68

/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DBase.php24 /** @var array PSR-3 compatible loglevels and their prefix, color, output channel */
105 * Add the default help, color and log options
229 /** @var string $color */
231 list($prefix, $color, $channel) = $this->loglevel[$level];
235 $this->colors->ptln($prefix . $message, $color, $channel);
H A DColors.php8 * Handles color output on (Linux) terminals
15 // these constants make IDE autocompletion easier, but color names can also be passed as strings
34 /** @var array known color names */
76 * enable color output
84 * disable color output
92 * @return bool is color support enabled?
100 * Convenience function to print a line in a given color
103 * @param string $color one of the available color names
108 public function ptln($line, $color, argument
123 wrap($text, $color) global() argument
135 getColorCode($color) global() argument
154 set($color, $channel = STDOUT) global() argument
[all...]
/plugin/upgrade/
H A Dcomposer.lock108 "description": "Easy command line scripts for PHP with opt parsing and color output. No dependencies",
H A Dstyle.css9 color: #f00;
13 color: #f90;
17 color: #ccc;
31 color: red;
61 background-color: #ddd;
86 color: #ddd;
90 background-color: #fff;
94 color: #fff;
104 color: #000;
108 color
[all...]
/plugin/statistics/inc/pchart/
H A DGDCanvas.php14 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color, argument
47 $shadowProperties->color,
61 $shadowProperties->color,
72 $shadowProperties->color,
80 $C_Rectangle = $this->allocateColor($color);
91 $C_Rectangle = imagecolorallocate($this->Layers [0], $color->r, $color->g, $color->b);
102 $color,
110 public function drawRectangle(Point $corner1, Point $corner2, Color $color, argument
153 drawRoundedRectangle(Point $point1, Point $point2, $radius, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) global() argument
220 drawFilledRoundedRectangle(Point $point1, Point $point2, $radius, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) global() argument
360 drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) global() argument
403 drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) global() argument
445 drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha = 100) global() argument
515 drawAlphaPixel(Point $point, $alpha, Color $color) global() argument
541 allocateColor(Color $color, $Factor = 0, $alpha = 100) global() argument
582 drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowProperties $shadowProperties) global() argument
604 drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $width = null) global() argument
623 drawFilledCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $width = null) global() argument
654 drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100) global() argument
[all...]
H A DColor.php41 * Initializes a new RGB color
43 * @param int|string $red either red channel or the whole color in hex
74 * Creates a new random color
77 * @todo make sure it's a visible color
88 * Return the color as a HTML hex color
97 * Return RGB values of a hex color
99 * @param $color
103 private function Hex2RGB($color) { argument
104 if(substr($color,
[all...]
H A DPieChart.php51 public function drawPieLegend($XPos, $YPos, $Data, $DataDescription, Color $color, ShadowProperties $shadowProperties = null) { argument
85 $color->addRGBIncrement(-30),
95 5, $color,
145 public function drawBasicPieGraph($Data, $DataDescription, $XPos, $YPos, $Radius = 100, $DrawLabels = PIE_NOLABEL, Color $color = null, $Decimals = 0, ShadowProperties $shadowProperties = null) { argument
154 if($color == null) {
155 $color = new Color(255, 255, 255);
230 $color,
236 $color,
248 $color,
321 * the color o
610 processPieSlices(& $Angle, $SpliceRatio, $Value, $Radius, $XPos, $YPos, $XOffset, $YOffset, Color $color, array& $plotArray, ShadowProperties $shadowProperties) global() argument
[all...]
H A DTestCanvas.php20 function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) { argument
24 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color, argument
34 Color $color, $lineWidth, $lineDotSize, argument
40 Color $color, $lineWidth, $lineDotSize, argument
45 function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) { argument
49 function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) { argument
53 function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha = 100) { argument
57 function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowProperties $shadowProperties) { argument
66 function drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $width = null) { argument
70 function drawFilledCircle(Point $center, $height, Color $color, ShadowPropertie argument
74 drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100) global() argument
[all...]
H A DGridStyle.php23 public function __construct($lineWidth, $mosaic = true, Color $color = null, $alpha = 100) { argument
24 if($color == null) {
25 $color = new Color(220, 220, 220);
34 $this->color = $color;
47 return $this->color;
56 private $color; variable in GridStyle
H A DICanvas.php11 function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties); argument
13 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color, argument
21 Color $color, $lineWidth, $lineDotSize, argument
25 Color $color, $lineWidth, $lineDotSize, argument
28 function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null); argument
30 function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null); argument
32 function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha = 100); argument
34 function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowProperties $shadowProperties); argument
41 function drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $width = null); argument
43 function drawFilledCircle(Point $center, $height, Color $color, ShadowPropertie argument
52 drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100) global() argument
[all...]
H A DPalette.php15 * Return the 7 color standard palette
41 * @param Color $color1 start color
42 * @param Color $color2 end color
63 * Create a color palette from a file
94 * Set the color at the specified position
97 * @param Color $color
99 public function setColor($id, Color $color) { argument
100 $this->colors[$id] = $color;
104 * Get the color at the specified position
106 * @param int $id position in the color arra
[all...]
H A DScaleStyle.php6 * @todo The color, lineWidth and lineDotSize variables could all
9 public function __construct($scaleMode, Color $color, $drawTicks = true, $lineWidth = 1, $lineDotSize = 0) { argument
11 $this->color = $color;
27 return $this->color;
44 private $color; variable in ScaleStyle
H A DShadowProperties.php33 static public function FromSettings($xDistance, $yDistance, Color $color, $alpha = 50, $blur = 0) { argument
39 $properties->color = $color;
58 $other->color,
75 $this->color, $this->alpha, $this->blur
82 public $color; variable in ShadowProperties
H A DpChart.php152 * Changes the color Palette
163 function setShadowProperties($XDistance = 1, $YDistance = 1, Color $color = null, $Alpha = 50, $Blur = 0) { argument
164 if($color == null) {
165 $color = new Color(60, 60, 60);
171 $color,
998 public function drawLegend($XPos, $YPos, $DataDescription, Color $color, Color $color2 = null, Color $color3 = null, $Border = TRUE) { argument
1000 $color2 = $color->addRGBIncrement(-30);
1043 5, $color,
1089 public function drawTitle($XPos, $YPos, $Value, Color $color, $XPos2 = -1, $YPos2 = -1, ShadowProperties $shadowProperties = null) { argument
1110 $color,
1127 drawTextBox(Point $point1, Point $point2, $Text, $Angle = 0, Color $color = null, $Align = ALIGN_LEFT, ShadowProperties $shadowProperties = null, Color $backgroundColor = null, $Alpha = 100) global() argument
1202 drawTreshold($Value, Color $color, $ShowLabel = FALSE, $ShowOnRight = FALSE, $TickWidth = 4, $FreeText = NULL) global() argument
1256 setLabel($Data, $DataDescription, $SerieName, $ValueName, $Caption, Color $color = null) global() argument
1559 drawArea($Data, $Serie1, $Serie2, Color $color, $Alpha = 50) global() argument
2352 drawLimitsGraph($Data, $DataDescription, Color $color = null) global() argument
2807 drawBackground(Color $color) global() argument
2812 drawGradient(Point $point1, Point $point2, Color $color, $decay) global() argument
2873 drawBackgroundGradient(Color $color, $decay) global() argument
2885 drawEllipse($Xc, $Yc, $Height, $Width, Color $color) global() argument
2892 drawFilledEllipse($Xc, $Yc, $Height, $Width, Color $color) global() argument
[all...]
/plugin/farmer/3rdparty/
H A DRingIcon.php10 * @todo add a mono color version
119 $color = $this->randomColor($image);
126 imagefilledarc($image, $this->center, $this->center, $arcwidth, $arcwidth, $stop, $start, $color, IMG_ARC_PIE);
136 imagecolordeallocate($image, $color);
141 * Allocate a transparent color
152 * Allocate a random color
H A DPHPIco.php209 $color = imagecolorat($im, $x, $y);
211 $alpha = ($color & 0x7F000000) >> 24;
214 $color &= 0xFFFFFF;
215 $color |= 0xFF000000 & ($alpha << 24);
217 $pixel_data[] = $color;
246 foreach ($pixel_data as $color)
247 $data .= pack('V', $color);
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt412 This is some <span style="color:red;font-size:150%;">inline HTML</span>
420 This is some <span style="color:red;font-size:150%;">inline HTML</span>
/plugin/farmer/css/
H A Dchosen.less53 color: #999999;
71 background-color: #fff;
72 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
79 color: #444;
85 color: #999;
161 color: #444;
185 color
[all...]
/plugin/farmer/
H A Dstyle.less4 background-color: #eee;
38 background-color: @ini_background_alt;
66 background-color: transparent;
88 background-color: #c33;
93 background-color: #3c3;
/plugin/approve/
H A Dstyle.less12 background-color: #dfd;
16 background-color: #fffca8;
20 background-color: #fdd;
24 background-color: #b5d2f9;
/plugin/btable2/
H A Dstyle.css2 background-color: #afa;
7 background-color: #fcc;
/plugin/odt/ODT/
H A DODTUtility.php441 $color = csscolors::getColorValue ($part);
442 if ( $part == 'black' || $color != '#000000' ) {
443 $part = $color;
/plugin/odt/ODT/css/
H A Dcssborder.php56 $color = NULL;
63 $color = $value;
154 $color = NULL;
168 if (!empty($color)) {
180 $color = NULL;
188 if (!empty($color)) {
197 $color = NULL;
205 if (!empty($color)) {
214 $color = NULL;
222 if (!empty($color)) {
[all …]
/plugin/odt/
H A Dexample.css321 color: #000080;
328 color: #800000;
335 color: #000000;
343 color: #000000;
/plugin/odt/helper/
H A Dcssimport.php1443 $color = $odt_colors->getColorValue ($part);
1444 if ( $part == 'black' || $color != '#000000' ) {
1445 $part = $color;

12345678910>>...68