Home
last modified time | relevance | path

Searched refs:isDark (Results 1 – 25 of 244) sorted by relevance

12345678910

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/tools/
H A Dcompile-themes.R22 "ambiance" = list(name = "Ambiance", isDark = TRUE), nameattr
23 "chaos" = list(name = "Chaos", isDark = TRUE), nameattr
24 "chrome" = list(name = "Chrome", isDark = FALSE), nameattr
25 "clouds" = list(name = "Clouds", isDark = FALSE), nameattr
27 "cobalt" = list(name = "Cobalt", isDark = TRUE), nameattr
29 "dawn" = list(name = "Dawn", isDark = FALSE), nameattr
30 "dracula" = list(name = "Dracula", isDark = TRUE), nameattr
32 "eclipse" = list(name = "Eclipse", isDark = FALSE), nameattr
33 "gob" = list(name = "Gob", isDark = TRUE), nameattr
54 "xcode" = list(name = "Xcode", isDark = FALSE) nameattr
[all …]
/dports/devel/R-cran-cli/cli/tools/
H A Dget-rstudio-themes.R5 "ambiance" = list(name = "Ambiance", isDark = TRUE), nameattr
6 "chaos" = list(name = "Chaos", isDark = TRUE), nameattr
7 "chrome" = list(name = "Chrome", isDark = FALSE), nameattr
8 "clouds" = list(name = "Clouds", isDark = FALSE), nameattr
10 "cobalt" = list(name = "Cobalt", isDark = TRUE), nameattr
12 "dawn" = list(name = "Dawn", isDark = FALSE), nameattr
13 "dracula" = list(name = "Dracula", isDark = TRUE), nameattr
15 "eclipse" = list(name = "Eclipse", isDark = FALSE), nameattr
18 "kr_theme" = list(name = "Kr Theme", isDark = TRUE), nameattr
23 "monokai" = list(name = "Monokai", isDark = TRUE), nameattr
[all …]
/dports/devel/R-cran-prettycode/prettycode/tools/
H A Dget-rstudio-themes.R5 "ambiance" = list(name = "Ambiance", isDark = TRUE), nameattr
6 "chaos" = list(name = "Chaos", isDark = TRUE), nameattr
7 "chrome" = list(name = "Chrome", isDark = FALSE), nameattr
8 "clouds" = list(name = "Clouds", isDark = FALSE), nameattr
10 "cobalt" = list(name = "Cobalt", isDark = TRUE), nameattr
12 "dawn" = list(name = "Dawn", isDark = FALSE), nameattr
13 "dracula" = list(name = "Dracula", isDark = TRUE), nameattr
15 "eclipse" = list(name = "Eclipse", isDark = FALSE), nameattr
18 "kr_theme" = list(name = "Kr Theme", isDark = TRUE), nameattr
23 "monokai" = list(name = "Monokai", isDark = TRUE), nameattr
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/tests/testthat/
H A Dtest-themes.R30 "Amy" = list("fileName" ="amy", isDark = TRUE), nameattr
37 "Cobalt" = list("fileName" ="cobalt", isDark = TRUE), nameattr
38 "Dawn" = list("fileName" ="dawn", isDark = FALSE), nameattr
44 "IDLE" = list("fileName" ="idle", isDark = FALSE), nameattr
50 "LAZY" = list("fileName" ="lazy", isDark = FALSE), nameattr
84 "Gob" = list("fileName" = "gob", isDark = TRUE), nameattr
801 tomorrowStyles$isDark = "false"
957 expect_false(tomorrowConverted$isDark)
979 expect_equal(actualConverted$isDark, value$isDark, info = infoStr)
1745 expect_equal(themeDetails$isDark, expectedTheme$isDark, info = infoStr)
[all …]
/dports/www/privatebin/PrivateBin-1.3.5/tpl/
H A Dbootstrap.php4 $isDark = substr($template, 9, 5) === '-dark'; variable
16 if (!$isDark) :
24 if ($isDark) :
103 if ($isDark) {
200 …<button id="sendbutton" type="button" class="hidden btn btn-<?php echo $isDark ? 'warning' : 'prim…
204 …<button id="newbutton" type="button" class="hidden btn btn-<?php echo $isDark ? 'warning' : 'defau…
209 …<button id="clonebutton" type="button" class="hidden btn btn-<?php echo $isDark ? 'warning' : 'def…
215 …<button id="emaillink" type="button" class="hidden btn btn-<?php echo $isDark ? 'warning' : 'defau…
483 … <div id="noscript" role="alert" class="alert alert-<?php echo $isDark ? 'error' : 'warning'; ?>">
540 …<button id="newbutton" type="button" class="reloadlink hidden btn btn-<?php echo $isDark ? 'warnin…
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/resources/themes/
H A Dcompile-themes.R183 color <- if (isDark) "#AAAAAA" else "#888888"
513 commentFgColor <- if (isDark) "#4D4333" else "#3C4C72"
514 commentBgColor <- if (isDark) "#D1B78A" else "#FFECCB"
535 if (isDark) 0.9 else 0.95
587 if (isDark) {
1193 if (isDark) {
1218 isDark, argument
1294 operatorBgColor <- if (isDark)
1312 background <- if (isDark) "#000000" else "#FFFFFF"
1354 mixingProportion <- if (isDark) 0.8 else 0.9
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/widget/themed/
H A DThemedTextSwitcher.java36 private boolean isDark; field in ThemedTextSwitcher
83 else if (isDark) in onCreateDrawableState()
122 (!isLight && this.isDark == isLight)) { in setTheme()
125 this.isDark = false; in setTheme()
128 this.isDark = true; in setTheme()
137 if (isLight || isDark) { in resetTheme()
139 isDark = false; in resetTheme()
H A DThemedLinearLayout.java36 private boolean isDark; field in ThemedLinearLayout
83 else if (isDark) in onCreateDrawableState()
122 (!isLight && this.isDark == isLight)) { in setTheme()
125 this.isDark = false; in setTheme()
128 this.isDark = true; in setTheme()
137 if (isLight || isDark) { in resetTheme()
139 isDark = false; in resetTheme()
H A DThemedRelativeLayout.java36 private boolean isDark; field in ThemedRelativeLayout
88 else if (isDark) in onCreateDrawableState()
127 (!isLight && this.isDark == isLight)) { in setTheme()
130 this.isDark = false; in setTheme()
133 this.isDark = true; in setTheme()
142 if (isLight || isDark) { in resetTheme()
144 isDark = false; in resetTheme()
H A DThemedView.java36 private boolean isDark; field in ThemedView
88 else if (isDark) in onCreateDrawableState()
127 (!isLight && this.isDark == isLight)) { in setTheme()
130 this.isDark = false; in setTheme()
133 this.isDark = true; in setTheme()
142 if (isLight || isDark) { in resetTheme()
144 isDark = false; in resetTheme()
H A DThemedEditText.java36 private boolean isDark; field in ThemedEditText
88 else if (isDark) in onCreateDrawableState()
127 (!isLight && this.isDark == isLight)) { in setTheme()
130 this.isDark = false; in setTheme()
133 this.isDark = true; in setTheme()
142 if (isLight || isDark) { in resetTheme()
144 isDark = false; in resetTheme()
H A DThemedTextView.java36 private boolean isDark; field in ThemedTextView
88 else if (isDark) in onCreateDrawableState()
127 (!isLight && this.isDark == isLight)) { in setTheme()
130 this.isDark = false; in setTheme()
133 this.isDark = true; in setTheme()
142 if (isLight || isDark) { in resetTheme()
144 isDark = false; in resetTheme()
H A DThemedFrameLayout.java36 private boolean isDark;
88 else if (isDark)
127 (!isLight && this.isDark == isLight)) {
130 this.isDark = false;
133 this.isDark = true;
142 if (isLight || isDark) {
144 isDark = false;
H A DThemedImageView.java36 private boolean isDark; field in ThemedImageView
96 else if (isDark) in onCreateDrawableState()
135 (!isLight && this.isDark == isLight)) { in setTheme()
138 this.isDark = false; in setTheme()
141 this.isDark = true; in setTheme()
150 if (isLight || isDark) { in resetTheme()
152 isDark = false; in resetTheme()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/widget/themed/
H A DThemedTextSwitcher.java36 private boolean isDark; field in ThemedTextSwitcher
83 else if (isDark) in onCreateDrawableState()
122 (!isLight && this.isDark == isLight)) { in setTheme()
125 this.isDark = false; in setTheme()
128 this.isDark = true; in setTheme()
137 if (isLight || isDark) { in resetTheme()
139 isDark = false; in resetTheme()
H A DThemedLinearLayout.java36 private boolean isDark; field in ThemedLinearLayout
83 else if (isDark) in onCreateDrawableState()
122 (!isLight && this.isDark == isLight)) { in setTheme()
125 this.isDark = false; in setTheme()
128 this.isDark = true; in setTheme()
137 if (isLight || isDark) { in resetTheme()
139 isDark = false; in resetTheme()
H A DThemedTextView.java36 private boolean isDark; field in ThemedTextView
88 else if (isDark) in onCreateDrawableState()
127 (!isLight && this.isDark == isLight)) { in setTheme()
130 this.isDark = false; in setTheme()
133 this.isDark = true; in setTheme()
142 if (isLight || isDark) { in resetTheme()
144 isDark = false; in resetTheme()
H A DThemedView.java36 private boolean isDark; field in ThemedView
88 else if (isDark) in onCreateDrawableState()
127 (!isLight && this.isDark == isLight)) { in setTheme()
130 this.isDark = false; in setTheme()
133 this.isDark = true; in setTheme()
142 if (isLight || isDark) { in resetTheme()
144 isDark = false; in resetTheme()
H A DThemedEditText.java36 private boolean isDark; field in ThemedEditText
88 else if (isDark) in onCreateDrawableState()
127 (!isLight && this.isDark == isLight)) { in setTheme()
130 this.isDark = false; in setTheme()
133 this.isDark = true; in setTheme()
142 if (isLight || isDark) { in resetTheme()
144 isDark = false; in resetTheme()
H A DThemedListView.java36 private boolean isDark; field in ThemedListView
88 else if (isDark) in onCreateDrawableState()
127 (!isLight && this.isDark == isLight)) { in setTheme()
130 this.isDark = false; in setTheme()
133 this.isDark = true; in setTheme()
142 if (isLight || isDark) { in resetTheme()
144 isDark = false; in resetTheme()
H A DThemedRelativeLayout.java36 private boolean isDark; field in ThemedRelativeLayout
88 else if (isDark) in onCreateDrawableState()
127 (!isLight && this.isDark == isLight)) { in setTheme()
130 this.isDark = false; in setTheme()
133 this.isDark = true; in setTheme()
142 if (isLight || isDark) { in resetTheme()
144 isDark = false; in resetTheme()
H A DThemedFrameLayout.java36 private boolean isDark; field in ThemedFrameLayout
88 else if (isDark) in onCreateDrawableState()
127 (!isLight && this.isDark == isLight)) { in setTheme()
130 this.isDark = false; in setTheme()
133 this.isDark = true; in setTheme()
142 if (isLight || isDark) { in resetTheme()
144 isDark = false; in resetTheme()
H A DThemedProgressBar.java36 private boolean isDark; field in ThemedProgressBar
88 else if (isDark) in onCreateDrawableState()
127 (!isLight && this.isDark == isLight)) { in setTheme()
130 this.isDark = false; in setTheme()
133 this.isDark = true; in setTheme()
142 if (isLight || isDark) { in resetTheme()
144 isDark = false; in resetTheme()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/python/plugins/
H A Dkicad_qrcode.py74 def isDark(self, row, col): member in QRCode
464 dark = qrcode.isDark(row, col)
482 if qrcode.isDark(row, col):
484 if qrcode.isDark(row + 1, col):
486 if qrcode.isDark(row, col + 1):
488 if qrcode.isDark(row + 1, col + 1):
496 if (qrcode.isDark(row, col)
497 and not qrcode.isDark(row, col + 1)
498 and qrcode.isDark(row, col + 2)
507 if (qrcode.isDark(row, col)
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/
H A Drender_barcode_qrcode.py63 def isDark(self, row, col): member in QRCode
442 dark = qrcode.isDark(row, col)
460 if qrcode.isDark(row, col):
462 if qrcode.isDark(row + 1, col):
464 if qrcode.isDark(row, col + 1):
474 if (qrcode.isDark(row, col)
485 if (qrcode.isDark(row, col)
498 if qrcode.isDark(row, col):
820 def isDark(self, col, row): member in GridDrawer
982 if self.draw.isDark(col, row):
[all …]

12345678910