/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/ |
H A D | LabelColor.php | 25 public $backgroundColor; variable in Google\\Service\\Gmail\\LabelColor 34 public function setBackgroundColor($backgroundColor) argument 36 $this->backgroundColor = $backgroundColor; 43 return $this->backgroundColor;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ |
H A D | WatchSettings.php | 25 public $backgroundColor; variable in Google\\Service\\YouTube\\WatchSettings 38 public function setBackgroundColor($backgroundColor) argument 40 $this->backgroundColor = $backgroundColor; 47 return $this->backgroundColor;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolyService/ |
H A D | PresentationParams.php | 25 public $backgroundColor; variable in Google\\Service\\PolyService\\PresentationParams 36 public function setBackgroundColor($backgroundColor) argument 38 $this->backgroundColor = $backgroundColor; 45 return $this->backgroundColor;
|
/plugin/statistics/inc/pchart/ |
H A D | BackgroundStyle.php | 28 public function __construct(Color $backgroundColor, $stripe = false, Color $gradientStartColor = null, $gradientDecay = null, $borderWidth = 1, $borderDotSize = 0) { argument 29 $this->backgroundColor = $backgroundColor; 38 return $this->backgroundColor; 73 private $backgroundColor; variable in BackgroundStyle
|
/plugin/statdisplay/pchart/ |
H A D | BackgroundStyle.php | 30 …public function __construct(Color $backgroundColor, $stripe = false, Color $gradientStartColor = n… argument 31 $this->backgroundColor = $backgroundColor; 40 return $this->backgroundColor; 75 private $backgroundColor; variable in BackgroundStyle
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/ |
H A D | Shading.php | 28 public function setBackgroundColor(OptionalColor $backgroundColor) argument 30 $this->backgroundColor = $backgroundColor; 37 return $this->backgroundColor;
|
H A D | TextStyle.php | 60 public function setBackgroundColor(OptionalColor $backgroundColor) argument 62 $this->backgroundColor = $backgroundColor; 69 return $this->backgroundColor;
|
H A D | TableCellStyle.php | 56 public function setBackgroundColor(OptionalColor $backgroundColor) argument 58 $this->backgroundColor = $backgroundColor; 65 return $this->backgroundColor;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/ |
H A D | GoogleCloudDocumentaiV1DocumentStyle.php | 46 public function setBackgroundColor(GoogleTypeColor $backgroundColor) argument 48 $this->backgroundColor = $backgroundColor; 55 return $this->backgroundColor;
|
H A D | GoogleCloudDocumentaiV1beta1DocumentStyle.php | 46 public function setBackgroundColor(GoogleTypeColor $backgroundColor) argument 48 $this->backgroundColor = $backgroundColor; 55 return $this->backgroundColor;
|
H A D | GoogleCloudDocumentaiV1beta2DocumentStyle.php | 46 public function setBackgroundColor(GoogleTypeColor $backgroundColor) argument 48 $this->backgroundColor = $backgroundColor; 55 return $this->backgroundColor;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/ |
H A D | SortSpec.php | 44 public function setBackgroundColor(Color $backgroundColor) argument 46 $this->backgroundColor = $backgroundColor; 53 return $this->backgroundColor;
|
H A D | SlicerSpec.php | 66 public function setBackgroundColor(Color $backgroundColor) argument 68 $this->backgroundColor = $backgroundColor; 75 return $this->backgroundColor;
|
H A D | CellFormat.php | 60 public function setBackgroundColor(Color $backgroundColor) argument 62 $this->backgroundColor = $backgroundColor; 69 return $this->backgroundColor;
|
/plugin/discussion/ |
H A D | script.js | 30 form.name.style.backgroundColor = '#fcc'; 33 form.name.style.backgroundColor = '#fff'; 37 form.mail.style.backgroundColor = '#fcc'; 40 form.mail.style.backgroundColor = '#fff';
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/ |
H A D | CalendarListEntry.php | 30 public $backgroundColor; variable in Google\\Service\\Calendar\\CalendarListEntry 111 public function setBackgroundColor($backgroundColor) argument 113 $this->backgroundColor = $backgroundColor; 120 return $this->backgroundColor;
|
/plugin/searchtablejs/TableFilter_EN/ |
H A D | actb.js | 243 a.style.backgroundColor=actb_self.actb_bgColor;
259 r.style.backgroundColor = actb_self.actb_hColor;
263 r.style.backgroundColor = actb_self.actb_hColor;
267 r.style.backgroundColor = actb_self.actb_bgColor;
286 r.style.backgroundColor = actb_self.actb_bgColor;
313 a.style.backgroundColor=actb_self.actb_bgColor;
325 r.style.backgroundColor = actb_self.actb_bgColor;
341 r.style.backgroundColor = actb_self.actb_bgColor;
364 r.style.backgroundColor = actb_self.actb_bgColor;
380 document.getElementById('tat_tr'+actb_pos).style.backgroundColor [all...] |
/plugin/quizlib/ |
H A D | script.js | 21 if (quizScorePercent >= 75) quizResultElement.style.backgroundColor = '#4caf50'; 22 else if (quizScorePercent >= 50) quizResultElement.style.backgroundColor = '#ffc107'; 23 else if (quizScorePercent >= 25) quizResultElement.style.backgroundColor = '#ff9800'; 24 else if (quizScorePercent >= 0) quizResultElement.style.backgroundColor = '#f44336';
|
/plugin/combo/syntax/ |
H A D | badge.php | 156 $backgroundColor = $tagAttributes->getValue(ColorRgb::BACKGROUND_COLOR); 157 if ($backgroundColor === null) { 159 $backgroundColor = $colorObject 167 $backgroundColor = $colorObject 171 $tagAttributes->addStyleDeclarationIfNotSet(ColorRgb::BACKGROUND_COLOR, $backgroundColor); 181 ->toMinimumContrastRatio($backgroundColor)
|
/plugin/amcharts/assets/amcharts/themes/ |
H A D | black.js | 7 backgroundColor: "#222222" property in AmCharts.themes.black.AmChart 41 backgroundColor: "#000000", property in AmCharts.themes.black.ChartScrollbar 133 backgroundColor: "#000000", property in AmCharts.themes.black.SmallMap 160 backgroundColor: "rgba(255, 255, 255, 0.1)", property in AmCharts.themes.black.PeriodButtonSelected
|
H A D | dark.js | 6 color: "#e7e7e7", backgroundColor: "#282828" property in AmCharts.themes.dark.AmChart 40 backgroundColor: "#000000", property in AmCharts.themes.dark.ChartScrollbar 133 backgroundColor: "#000000", property in AmCharts.themes.dark.SmallMap 159 backgroundColor: "rgba(255, 255, 255, 0.1)", property in AmCharts.themes.dark.PeriodButtonSelected
|
H A D | light.js | 6 color: "#000000", backgroundColor: "#FFFFFF" property in AmCharts.themes.light.AmChart 39 backgroundColor: "#000000", property in AmCharts.themes.light.ChartScrollbar 126 backgroundColor: "#FFFFFF", property in AmCharts.themes.light.SmallMap 152 backgroundColor: "#b9cdf5", property in AmCharts.themes.light.PeriodButtonSelected
|
H A D | chalk.js | 10 backgroundColor: "#282828" property in AmCharts.themes.chalk.AmChart 40 backgroundColor: "#FFFFFF", property in AmCharts.themes.chalk.ChartScrollbar 136 backgroundColor: "#000000", property in AmCharts.themes.chalk.SmallMap 169 backgroundColor: "rgba(255, 255, 255, 0.1)", property in AmCharts.themes.chalk.PeriodButtonSelected
|
H A D | patterns.js | 6 color: "#000000", backgroundColor: "#FFFFFF" property in AmCharts.themes.patterns.AmChart 93 backgroundColor: "#000000", property in AmCharts.themes.patterns.ChartScrollbar 194 backgroundColor: "#FFFFFF", property in AmCharts.themes.patterns.SmallMap 220 backgroundColor: "rgba(0, 0, 0, 0.1)", property in AmCharts.themes.patterns.PeriodButtonSelected
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/ |
H A D | TextStyle.php | 64 public function setBackgroundColor(OptionalColor $backgroundColor) argument 66 $this->backgroundColor = $backgroundColor; 73 return $this->backgroundColor;
|