Home
last modified time | relevance | path

Searched defs:color (Results 1 – 25 of 216) sorted by relevance

123456789

/plugin/amcharts/assets/amcharts/plugins/dataloader/examples/data/
H A Dgantt.json6 "color": "#7B742C", string
10 "color": "#7E585F", string
14 "color": "#CF794A", string
22 "color": "#7E585F", string
26 "color": "#CF794A", string
30 "color": "#7B742C", string
38 "color": "#7E585F", string
43 "color": "#FFE4C4", string
51 "color": "#7B742C", string
55 "color": "#7E585F", string
[all …]
/plugin/bez/tpl/cron/
H A Dweekly-message-tasks.php12 $color = "#F8E8E8"; variable
15 $color = "#ffd"; variable
18 $color = "#EEF6F0"; variable
H A Dweekly-message.php46 $color = "#F8E8E8"; variable
49 $color = "#ffd"; variable
52 $color = "#EEF6F0"; variable
/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 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 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 …]
/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 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 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...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorSpaceRestrictor.php55 public function restrictColorSpace($c, $color, &$PDFAXwarnings = []) argument
115 private function restrictRgbColorSpace($c, $color, argument
138 restrictCmykColorSpace($c, $color, & $PDFAXwarnings = []) global() argument
161 restrictRgbaColorSpace($c, $color, & $PDFAXwarnings = []) global() argument
191 restrictCmykaColorSpace($c, $color, & $PDFAXwarnings = []) global() argument
[all...]
H A DColorConverter.php39 public function convert($color, array &$PDFAXwarnings = []) argument
171 convertPlain($color, array& $PDFAXwarnings = []) global() argument
195 processHashColor($color) global() argument
314 restrictColorSpace($c, $color, & $PDFAXwarnings = []) global() argument
322 ensureBinaryColorFormat($color) global() argument
[all...]
/plugin/amcharts/assets/amcharts/themes/
H A Dlight.js50 color: "#FFFFFF", property in AmCharts.themes.light.ChartCursor
55 color: "#000000" property in AmCharts.themes.light.AmLegend
62 color: "#000000", property in AmCharts.themes.light.GaugeArrow
91 color: "#67b7dc", property in AmCharts.themes.light.AreasSettings
107 color: "#000000", property in AmCharts.themes.light.LinesSettings
114 color: "#000000", property in AmCharts.themes.light.ImagesSettings
135 color: "#000000" property in AmCharts.themes.light.PeriodSelector
139 color: "#000000", property in AmCharts.themes.light.PeriodButton
151 color: "#000000", property in AmCharts.themes.light.PeriodButtonSelected
163 color: "#000000", property in AmCharts.themes.light.PeriodInputField
[all …]
H A Dblack.js6 color: "#e7e7e7", property in AmCharts.themes.black.AmChart
56 color: "#000000", property in AmCharts.themes.black.ChartCursor
61 color: "#e7e7e7" property in AmCharts.themes.black.AmLegend
70 color: "#FFFFFF", property in AmCharts.themes.black.GaugeArrow
99 color: "#666666", property in AmCharts.themes.black.AreasSettings
115 color: "#555555", property in AmCharts.themes.black.LinesSettings
122 color: "#FFFFFF", property in AmCharts.themes.black.ImagesSettings
143 color: "#e7e7e7" property in AmCharts.themes.black.PeriodSelector
147 color: "#e7e7e7", property in AmCharts.themes.black.PeriodButton
159 color: "#e7e7e7", property in AmCharts.themes.black.PeriodButtonSelected
[all …]
H A Ddark.js55 color: "#000000", property in AmCharts.themes.dark.ChartCursor
60 color: "#e7e7e7" property in AmCharts.themes.dark.AmLegend
69 color: "#FFFFFF", property in AmCharts.themes.dark.GaugeArrow
98 color: "#FFFFFF", property in AmCharts.themes.dark.AreasSettings
114 color: "#FFFFFF", property in AmCharts.themes.dark.LinesSettings
121 color: "#FFFFFF", property in AmCharts.themes.dark.ImagesSettings
142 color: "#e7e7e7" property in AmCharts.themes.dark.PeriodSelector
146 color: "#e7e7e7", property in AmCharts.themes.dark.PeriodButton
158 color: "#e7e7e7", property in AmCharts.themes.dark.PeriodButtonSelected
170 color: "#e7e7e7", property in AmCharts.themes.dark.PeriodInputField
[all …]
H A Dchalk.js6 color: "#e7e7e7", property in AmCharts.themes.chalk.AmChart
52 color: "#000000" property in AmCharts.themes.chalk.ChartCursor
56 color: "#e7e7e7", property in AmCharts.themes.chalk.AmLegend
66 color: "#FFFFFF", property in AmCharts.themes.chalk.GaugeArrow
99 color: "#FFFFFF", property in AmCharts.themes.chalk.AreasSettings
115 color: "#FFFFFF", property in AmCharts.themes.chalk.LinesSettings
123 color: "#FFFFFF", property in AmCharts.themes.chalk.ImagesSettings
148 color: "#e7e7e7" property in AmCharts.themes.chalk.PeriodSelector
154 color: "#e7e7e7", property in AmCharts.themes.chalk.PeriodButton
168 color: "#e7e7e7", property in AmCharts.themes.chalk.PeriodButtonSelected
[all …]
H A Dpatterns.js105 color: "#FFFFFF", property in AmCharts.themes.patterns.ChartCursor
110 color: "#000000", property in AmCharts.themes.patterns.AmLegend
128 color: "#000000", property in AmCharts.themes.patterns.GaugeArrow
158 color: "#000000", property in AmCharts.themes.patterns.AreasSettings
174 color: "#000000", property in AmCharts.themes.patterns.LinesSettings
181 color: "#000000", property in AmCharts.themes.patterns.ImagesSettings
203 color: "#000000" property in AmCharts.themes.patterns.PeriodSelector
207 color: "#000000", property in AmCharts.themes.patterns.PeriodButton
219 color: "#000000", property in AmCharts.themes.patterns.PeriodButtonSelected
231 color: "#000000", property in AmCharts.themes.patterns.PeriodInputField
[all …]
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DDatamatrix.php17 $color = null
32 $color = null
48 $color = null
H A DPDF417.php17 $color = null
32 $color = null
48 $color = null
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdebug.js34 FCKDebug.Output = function( message, color, noParse ) argument
46 FCKDebug.OutputObject = function( anyObject, color ) argument
/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/bugzillaint/
H A Dscript.js291 bug.warnings.severity = { color:'red', property:'severity' }; property in bug.warnings.severity
293 bug.warnings.severity = { color:'orange', property:'severity' }; property in bug.warnings.severity
305 bug.warnings.priority = { color:'red', property:'priority' }; property in bug.warnings.priority
307 bug.warnings.priority = { color:'orange', property:'priority' }; property in bug.warnings.priority
319 bug.warnings.deadline = { color:'red', property:'deadline' }; property in bug.warnings.deadline
321 bug.warnings.deadline = { color:'orange', property:'deadline' }; property in bug.warnings.deadline
/plugin/combo/ComboStrap/
H A DColorRgb.php349 public static function createFromHex(string $color): ColorRgb argument
430 mix($color, int $weight = 50) global() argument
447 unmix($color, int $weight = 50) global() argument
548 createFromString(string $color) global() argument
561 createFromName(string $color) global() argument
732 toMinimumContrastRatio(string $color, float $minimum = self MINIMUM_CONTRAST_RATIO, $darknessIncrement = 5) global() argument
790 setHex(string $color) global() argument
[all...]
/plugin/sketchcanvas/phplib/
H A Dimage.php89 function l_arrow($im, $arr, $color) { argument
96 function l_darrow($im, $arr, $color) { argument
108 l_tarrow($im, $arr, $color) global() argument
118 l_hige($im, $arr, $color) global() argument
125 l_star($im, $arr, $color) global() argument
138 l_check($im, $arr, $color) global() argument
146 l_complete($im, $arr, $color) global() argument
216 cubicBezierCurve($im, $prev, $p, $color) global() argument
[all...]
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DCli.php493 protected function color($vObj) { function in Sabre\\VObject\\Cli
506 protected function colorize($color, $str, $resetTo = 'default') {
529 protected function cWrite($color, $str) {
760 protected function log($msg, $color = 'default') {
/plugin/webdav/vendor/sabre/vobject/lib/
H A DCli.php468 protected function color($vObj) function in Sabre\\VObject\\Cli
480 protected function colorize($color, $str, $resetTo = 'default')
501 protected function cWrite($color, $str)
711 protected function log($msg, $color = 'default')

123456789