Home
last modified time | relevance | path

Searched refs:backgroundColor (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
DLabelColor.php25 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/
DWatchSettings.php25 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/
DPresentationParams.php25 public $backgroundColor; variable in Google\\Service\\PolyService\\PresentationParams
36 public function setBackgroundColor($backgroundColor) argument
38 $this->backgroundColor = $backgroundColor;
45 return $this->backgroundColor;
/plugin/statdisplay/pchart/
DBackgroundStyle.php30 …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/
DShading.php28 public function setBackgroundColor(OptionalColor $backgroundColor) argument
30 $this->backgroundColor = $backgroundColor;
37 return $this->backgroundColor;
DTextStyle.php60 public function setBackgroundColor(OptionalColor $backgroundColor) argument
62 $this->backgroundColor = $backgroundColor;
69 return $this->backgroundColor;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
DGoogleCloudDocumentaiV1beta1DocumentStyle.php46 public function setBackgroundColor(GoogleTypeColor $backgroundColor) argument
48 $this->backgroundColor = $backgroundColor;
55 return $this->backgroundColor;
DGoogleCloudDocumentaiV1DocumentStyle.php46 public function setBackgroundColor(GoogleTypeColor $backgroundColor) argument
48 $this->backgroundColor = $backgroundColor;
55 return $this->backgroundColor;
DGoogleCloudDocumentaiV1beta2DocumentStyle.php46 public function setBackgroundColor(GoogleTypeColor $backgroundColor) argument
48 $this->backgroundColor = $backgroundColor;
55 return $this->backgroundColor;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
DSortSpec.php44 public function setBackgroundColor(Color $backgroundColor) argument
46 $this->backgroundColor = $backgroundColor;
53 return $this->backgroundColor;
DSlicerSpec.php66 public function setBackgroundColor(Color $backgroundColor) argument
68 $this->backgroundColor = $backgroundColor;
75 return $this->backgroundColor;
DCellFormat.php60 public function setBackgroundColor(Color $backgroundColor) argument
62 $this->backgroundColor = $backgroundColor;
69 return $this->backgroundColor;
/plugin/searchtablejs/TableFilter_EN/
Dactb.js243 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 = actb_self.actb_bgColor;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
DCalendarListEntry.php30 public $backgroundColor; variable in Google\\Service\\Calendar\\CalendarListEntry
111 public function setBackgroundColor($backgroundColor) argument
113 $this->backgroundColor = $backgroundColor;
120 return $this->backgroundColor;
/plugin/combo/syntax/
H A Dbadge.php156 $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/discussion/
Dscript.js30 form.name.style.backgroundColor = '#fcc';
33 form.name.style.backgroundColor = '#fff';
37 form.mail.style.backgroundColor = '#fcc';
40 form.mail.style.backgroundColor = '#fff';
/plugin/quizlib/
Dscript.js21 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/mizarveifiabledocs/
Dscript.js32 outputDiv.style.backgroundColor = ''; // 背景色をリセット
110 outputDiv.style.backgroundColor = '#fcc';
119 outputDiv.style.backgroundColor = '#ccffcc';
134 outputDiv.style.backgroundColor = '#fcc'; // エラーがある場合は背景色を赤にする
139 outputDiv.style.backgroundColor = '#fcc'; // エラーがある場合は背景色を赤にする
/plugin/mizarproofchecker/
Dscript.js32 outputDiv.style.backgroundColor = ''; // 背景色をリセット
110 outputDiv.style.backgroundColor = '#fcc';
119 outputDiv.style.backgroundColor = '#ccffcc';
134 outputDiv.style.backgroundColor = '#fcc'; // エラーがある場合は背景色を赤にする
139 outputDiv.style.backgroundColor = '#fcc'; // エラーがある場合は背景色を赤にする
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
DTextStyle.php64 public function setBackgroundColor(OptionalColor $backgroundColor) argument
66 $this->backgroundColor = $backgroundColor;
73 return $this->backgroundColor;
/plugin/amcharts/assets/amcharts/themes/
Dblack.js7 backgroundColor: "#222222" property
41 backgroundColor: "#000000", property
133 backgroundColor: "#000000", property
160 backgroundColor: "rgba(255, 255, 255, 0.1)", property
Ddark.js6 color: "#e7e7e7", backgroundColor: "#282828" property
40 backgroundColor: "#000000", property
133 backgroundColor: "#000000", property
159 backgroundColor: "rgba(255, 255, 255, 0.1)", property
Dlight.js6 color: "#000000", backgroundColor: "#FFFFFF" property
39 backgroundColor: "#000000", property
126 backgroundColor: "#FFFFFF", property
152 backgroundColor: "#b9cdf5", property
Dchalk.js10 backgroundColor: "#282828" property
40 backgroundColor: "#FFFFFF", property
136 backgroundColor: "#000000", property
169 backgroundColor: "rgba(255, 255, 255, 0.1)", property
/plugin/mizarverifiabledocs/
H A Dscript.js28 outputDiv.style.backgroundColor = '';
105 outputDiv.style.backgroundColor = '#fcc';
114 outputDiv.style.backgroundColor = '#ccffcc';
134 outputDiv.style.backgroundColor = '#fcc';
142 outputDiv.style.backgroundColor = '#fcc';

12345678910>>...12