Home
last modified time | relevance | path

Searched defs:color (Results 26 – 50 of 216) sorted by last modified time

123456789

/plugin/katex/_assets/
H A Dkatex.min.js1 …'":"&#x27;"},o=/[&><"']/g;var s=function e(t){return"ordgroup"===t.type||"color"===t.type?1===t.bo… property in t.extend.r
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DColors.php108 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/statistics/inc/pchart/
H A DGDCanvas.php14 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color, argument
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.php103 private function Hex2RGB($color) { argument
[all...]
H A DPieChart.php51 public function drawPieLegend($XPos, $YPos, $Data, $DataDescription, Color $color, ShadowProperties $shadowProperties = null) { argument
145 public function drawBasicPieGraph($Data, $DataDescription, $XPos, $YPos, $Radius = 100, $DrawLabels = PIE_NOLABEL, Color $color = null, $Decimals = 0, ShadowProperties $shadowProperties = null) { argument
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
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.php99 public function setColor($id, Color $color) { argument
[all...]
H A DScaleStyle.php9 public function __construct($scaleMode, Color $color, $drawTicks = true, $lineWidth = 1, $lineDotSize = 0) { argument
44 private $color; variable in ScaleStyle
H A DShadowProperties.php33 static public function FromSettings($xDistance, $yDistance, Color $color, $alpha = 50, $blur = 0) { argument
82 public $color; variable in ShadowProperties
H A DpChart.php163 function setShadowProperties($XDistance = 1, $YDistance = 1, Color $color = null, $Alpha = 50, $Blur = 0) { argument
998 public function drawLegend($XPos, $YPos, $DataDescription, Color $color, Color $color2 = null, Color $color3 = null, $Border = TRUE) { argument
1089 public function drawTitle($XPos, $YPos, $Value, Color $color, $XPos2 = -1, $YPos2 = -1, ShadowProperties $shadowProperties = null) { argument
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/odt/ODT/css/
H A Dcssborder.php53 static public function getShorthandValues ($value, &$width, &$style, &$color) {
/plugin/barcodes/lib/
H A DColor.php31 public function __construct($color)
/plugin/captcha/
H A DEasySVG.php80 setFont($filepath, $size, $color) global() argument
102 setFontColor($color) global() argument
[all...]
/plugin/statdisplay/pchart/
H A DGDCanvas.php16 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color,
104 …public function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSi…
139 …public function drawRoundedRectangle(Point $point1, Point $point2, $radius, Color $color, $lineWid…
198 Color $color, $lineWidth, $lineDotSize,
386 …public function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties,…
448 public function drawAlphaPixel(Point $point, $alpha, Color $color) {
474 public function allocateColor(Color $color, $Factor = 0, $alpha = 100) {
513 …function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowPropertie…
531 …function drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $wid…
548 …public function drawFilledCircle(Point $center, $height, Color $color, ShadowProperties $shadowPro…
[all …]
H A DGridStyle.php25 public function __construct($lineWidth, $mosaic = true, Color $color = null, $alpha = 100) {
58 private $color; variable in GridStyle
H A DICanvas.php15 …function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, Sha…
17 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color,
25 Color $color, $lineWidth, $lineDotSize,
29 Color $color, $lineWidth, $lineDotSize,
32 …function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProp…
34 …function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowPr…
36 …function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha…
38 …function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowPropertie…
45 …function drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $wid…
47 …function drawFilledCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties…
[all …]
H A DPalette.php43 public function setColor($id, Color $color) {
H A DPieChart.php52 …public function drawPieLegend($XPos, $YPos, $Data, $DataDescription, Color $color, ShadowPropertie…
137 …aDescription, $XPos, $YPos, $Radius = 100, $DrawLabels = PIE_NOLABEL, Color $color = null, $Decima…
575 …gle, $SpliceRatio, $Value, $Radius, $XPos, $YPos, $XOffset, $YOffset, Color $color, array & $plotA…
H A DScaleStyle.php10 …public function __construct($scaleMode, Color $color, $drawTicks = true, $lineWidth = 1, $lineDotS…
45 private $color; variable in ScaleStyle
H A DShadowProperties.php33 static public function FromSettings($xDistance, $yDistance, Color $color, $alpha = 50, $blur = 0) {
78 public $color; variable in ShadowProperties
H A DTestCanvas.php22 …function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, Sha…
26 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color,
36 Color $color, $lineWidth, $lineDotSize,
42 Color $color, $lineWidth, $lineDotSize,
47 …function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProp…
51 …function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowPr…
55 …function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha…
59 …function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowPropertie…
68 …function drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $wid…
72 …function drawFilledCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties…
[all …]
H A DpChart.php154 …function setShadowProperties($XDistance = 1, $YDistance = 1, Color $color = null, $Alpha = 50, $Bl…
1018 …public function drawTitle($XPos, $YPos, $Value, Color $color, $XPos2 = -1, $YPos2 = -1, ShadowProp…
1119 …function drawTreshold($Value, Color $color, $ShowLabel = FALSE, $ShowOnRight = FALSE, $TickWidth =…
1168 function setLabel($Data, $DataDescription, $SerieName, $ValueName, $Caption, Color $color = null) {
1440 function drawArea($Data, $Serie1, $Serie2, Color $color, $Alpha = 50) {
2190 function drawLimitsGraph($Data, $DataDescription, Color $color = null) {
2609 function drawBackground(Color $color) {
2614 private function drawGradient(Point $point1, Point $point2, Color $color, $decay) {
2669 public function drawBackgroundGradient(Color $color, $decay) {
2679 function drawEllipse($Xc, $Yc, $Height, $Width, Color $color) {
[all …]
/plugin/achart/assets/
H A Dapexcharts.min.js6 …of define&&define.amd?define(e):(t="undefined"!=typeof globalThis?globalThis:t||self).ApexCharts=e…

123456789