/third_party/libwebsockets/test-apps/ |
D | lws-common.js | 70 var dark = document.getElementById("darkenScreenObject"); 72 if (!dark) { 82 dark = document.getElementById("darkenScreenObject"); 85 dark.style.opacity = opaque; 86 dark.style.MozOpacity = opaque; 88 dark.style.zIndex = zindex; 89 dark.style.backgroundColor = bgcolor; 90 dark.style.width = gsize(1); 91 dark.style.height = gsize(0); 92 dark.style.display = "block"; [all …]
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/ |
D | lws-common.js | 70 var dark = document.getElementById("darkenScreenObject"); 72 if (!dark) { 82 dark = document.getElementById("darkenScreenObject"); 85 dark.style.opacity = opaque; 86 dark.style.MozOpacity = opaque; 88 dark.style.zIndex = zindex; 89 dark.style.backgroundColor = bgcolor; 90 dark.style.width = gsize(1); 91 dark.style.height = gsize(0); 92 dark.style.display = "block"; [all …]
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | theme_data_test.dart | 10 final ThemeData dark = ThemeData.dark(); 12 expect(dark, hasOneLineDescription); 13 expect(dark, equals(dark.copyWith())); 14 expect(dark.hashCode, equals(dark.copyWith().hashCode)); 17 final ThemeData dawn = ThemeData.lerp(dark, light, 0.25); 19 expect(dawn.brightness, Brightness.dark); 20 expect(dawn.primaryColor, Color.lerp(dark.primaryColor, light.primaryColor, 0.25)); 34 final ThemeData darkTheme = ThemeData(brightness: Brightness.dark); 43 final ThemeData darkTheme = ThemeData(primaryColorBrightness: Brightness.dark); 52 final ThemeData darkTheme = ThemeData(accentColorBrightness: Brightness.dark); [all …]
|
D | app_test.dart | 461 brightness: Brightness.dark, 474 // Mock the Window to explicitly report a dark platformBrightness. 475 tester.binding.window.platformBrightnessTestValue = Brightness.dark; 482 brightness: Brightness.dark, 496 testWidgets('MaterialApp uses darkTheme when themeMode is dark', (WidgetTester tester) async { 507 brightness: Brightness.dark, 509 themeMode: ThemeMode.dark, 518 expect(appliedTheme.brightness, Brightness.dark); 520 // Mock the Window to explicitly report a dark platformBrightness. 521 tester.binding.window.platformBrightnessTestValue = Brightness.dark; [all …]
|
D | color_scheme_test.dart | 12 // https://material.io/design/color/dark-theme.html#ui-application 29 test('dark scheme matches the spec', () { 30 // Colors should match the The Material Design baseline dark theme: 31 // https://material.io/design/color/dark-theme.html#ui-application 32 const ColorScheme scheme = ColorScheme.dark(); 45 expect(scheme.brightness, Brightness.dark);
|
D | theme_test.dart | 17 final ThemeData dark = ThemeData.dark(); 18 final ThemeDataTween tween = ThemeDataTween(begin: light, end: dark); 19 expect(tween.lerp(0.25), equals(ThemeData.lerp(light, dark, 0.25))); 26 theme: ThemeData(brightness: Brightness.dark), 47 expect(Theme.of(tester.element(find.text('menuItem'))).brightness, equals(Brightness.dark)); 67 final ThemeData dark = ThemeData.dark(); 84 isNot(same(ThemeData.localize(dark, defaultGeometryTheme))), 93 theme: ThemeData(brightness: Brightness.dark), 124 theme: ThemeData(brightness: Brightness.dark), 158 theme: ThemeData(brightness: Brightness.dark), [all …]
|
/third_party/node/doc/api_assets/ |
D | hljs.css | 33 .dark-mode .hljs-number, 34 .dark-mode .hljs-string, 35 .dark-mode .hljs-regexp { 39 .dark-mode .hljs-attribute, 40 .dark-mode .hljs-doctag, 41 .dark-mode .hljs-keyword, 42 .dark-mode .hljs-type { 46 .dark-mode .hljs-doctag .hljs-type, 47 .dark-mode .hljs-doctag .hljs-variable, 48 .dark-mode .hljs-comment {
|
/third_party/node/doc/api/assets/ |
D | hljs.css | 33 .dark-mode .hljs-number, 34 .dark-mode .hljs-string, 35 .dark-mode .hljs-regexp { 39 .dark-mode .hljs-attribute, 40 .dark-mode .hljs-doctag, 41 .dark-mode .hljs-keyword, 42 .dark-mode .hljs-type { 46 .dark-mode .hljs-doctag .hljs-type, 47 .dark-mode .hljs-doctag .hljs-variable, 48 .dark-mode .hljs-comment {
|
/third_party/icu/icu4c/source/test/testdata/ |
D | emoji-test.txt | 156 1F476 1F3FE ; fully-qualified # baby: medium-dark skin tone 157 1F476 1F3FF ; fully-qualified # baby: dark skin tone 162 1F9D2 1F3FE ; fully-qualified # child: medium-dark skin tone 163 1F9D2 1F3FF ; fully-qualified # child: dark skin tone 168 1F466 1F3FE ; fully-qualified # boy: medium-dark skin tone 169 1F466 1F3FF ; fully-qualified # boy: dark skin tone 174 1F467 1F3FE ; fully-qualified # girl: medium-dark skin tone 175 1F467 1F3FF ; fully-qualified # girl: dark skin tone 180 1F9D1 1F3FE ; fully-qualified # adult: medium-dark skin tone 181 1F9D1 1F3FF ; fully-qualified # adult: dark skin tone [all …]
|
/third_party/python/Tools/pynche/X/ |
D | rgb.txt | 43 47 79 79 dark slate gray 45 47 79 79 dark slate grey 72 72 61 139 dark slate blue 103 0 206 209 dark turquoise 116 0 100 0 dark green 118 85 107 47 dark olive green 120 143 188 143 dark sea green 148 189 183 107 dark khaki 162 184 134 11 dark goldenrod 181 233 150 122 dark salmon [all …]
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | expand_icon.dart | 74 /// [Colors.white60] when it is [Brightness.dark]. This adheres to the 76 /// and for [dark theme](https://material.io/design/color/dark-theme.html#ui-application) 84 /// [Colors.white38] when it is [Brightness.dark]. This adheres to the 86 /// and for [dark theme](https://material.io/design/color/dark-theme.html#ui-application) 93 /// [Colors.white] when it is [Brightness.dark]. This adheres to the 95 /// and for [dark theme](https://material.io/design/color/dark-theme.html#ui-application) 146 /// Icon colors and opacities for [Brightness.dark] are based on the 147 …/// [Material Design dark theme specifications](https://material.io/design/color/dark-theme.html#u… 160 case Brightness.dark:
|
D | app.dart | 39 /// Use either the light or dark theme based on what the user has selected in 46 /// Always use the dark mode (if available) regardless of system preference. 47 dark, 133 /// brightness: Brightness.dark, 251 /// A second [darkTheme] [ThemeData] value, which is used to provide a dark 267 /// The [ThemeData] to use when a 'dark mode' is requested by the system. 269 /// Some host platforms allow the users to select a system-wide 'dark mode', 271 /// dark theme just for this application. This is theme that will be used for 274 /// This theme should have a [ThemeData.brightness] set to [Brightness.dark]. 294 /// is [Brightness.light], [theme] will be used. If it is [Brightness.dark], [all …]
|
/third_party/freetype/docs/reference/assets/stylesheets/ |
D | palette.f1a3b89f.min.css | 1 …dark:#e53734;--md-primary-bg-color:#fff;--md-primary-bg-color--light:hsla(0,0%,100%,0.7)}[data-md-…
|
D | palette.f1a3b89f.min.css.map | 1 …dark: hsla(1, 77%, 55%, 1);\n --md-primary-bg-color: hsla(0, 0%, 100%, 1);\n --md-primary-bg-col…
|
/third_party/skia/tools/doxygen/ |
D | customdoxygen.css | 19 --dark-blue: rgb(0,65,101); 20 --dark-red: rgb(156,44,8); 23 --dark-white: rgb(240,240,240); 39 color: var(--dark-blue); 75 background-color: var(--dark-white); 79 background-color: var(--dark-white); 160 color: var(--dark-red);
|
/third_party/flutter/skia/tools/doxygen/ |
D | customdoxygen.css | 19 --dark-blue: rgb(0,65,101); 20 --dark-red: rgb(156,44,8); 23 --dark-white: rgb(240,240,240); 39 color: var(--dark-blue); 75 background-color: var(--dark-white); 79 background-color: var(--dark-white); 160 color: var(--dark-red);
|
/third_party/ffmpeg/libavfilter/ |
D | vf_maskedclamp.c | 137 AVFrame *out, *base, *dark, *bright; in process_frame() local 141 (ret = ff_framesync_get_frame(&s->fs, 1, &dark, 0)) < 0 || in process_frame() 158 td.o = dark; in process_frame() 228 AVFilterLink *dark = ctx->inputs[1]; in config_output() local 233 if (base->format != dark->format || in config_output() 238 if (base->w != dark->w || base->h != dark->h || in config_output() 245 ctx->input_pads[1].name, dark->w, dark->h, in config_output() 260 in[1].time_base = dark->time_base; in config_output()
|
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/ |
D | colors.dart | 25 /// iOS 12's default dark mode color. Used in place of the [activeBlue] color 26 /// as the default active elements' color when the theme's brightness is dark. 31 /// Opaque white color. Used for backgrounds and fonts against dark backgrounds. 61 /// Used in iOS 12 for very dark background fills in tables between cell groups 62 /// in dark mode. 63 // Value derived from screenshot from the dark themed Apple Watch app.
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/gallery/ |
D | themes.dart | 21 final ColorScheme colorScheme = const ColorScheme.dark().copyWith( 26 brightness: Brightness.dark, 27 accentColorBrightness: Brightness.dark, 60 accentColorBrightness: Brightness.dark,
|
/third_party/node/deps/npm/node_modules/qrcode-terminal/vendor/QRCode/ |
D | index.js | 167 var dark = this.modules[row][col]; 169 if (dark) { 304 var dark = false; 307 dark = ( ( (data[byteIndex] >>> bitIndex) & 1) === 1); 313 dark = !dark; 316 this.modules[row][col - c] = dark;
|
/third_party/libxml2/result/ |
D | wap.xml.sax | 3 SAX.internalSubset(wml, -//WAPFORUM//DTD WML 1.1//EN, http://dark.wapit.com/vswap/tests/wap/DTD/wml… 4 SAX.externalSubset(wml, -//WAPFORUM//DTD WML 1.1//EN, http://dark.wapit.com/vswap/tests/wap/DTD/wml… 22 SAX.startElement(postfield, name='v', value='dark') 57 SAX.startElement(postfield, name='v', value='dark')
|
D | wap.xml.sax2 | 3 SAX.internalSubset(wml, -//WAPFORUM//DTD WML 1.1//EN, http://dark.wapit.com/vswap/tests/wap/DTD/wml… 4 SAX.externalSubset(wml, -//WAPFORUM//DTD WML 1.1//EN, http://dark.wapit.com/vswap/tests/wap/DTD/wml… 22 SAX.startElementNs(postfield, NULL, NULL, 0, 2, 0, name='v" v...', 1, value='dark...', 4) 58 v...', 1, value='dark...', 4)
|
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/ |
D | QrCode.java | 314 private void setModule(int x, int y, int dark) { in setModule() argument 317 assert dark == 0 || dark == 1; in setModule() 320 modules[i >>> 5] |= dark << i; in setModule() 416 int dark = 0; in getPenaltyScore() local 441 dark += c; in getPenaltyScore() 480 int k = (Math.abs(dark * 20 - total * 10) + total - 1) / total - 1; in getPenaltyScore()
|
/third_party/libxml2/result/noent/ |
D | wap.xml.sax2 | 3 SAX.internalSubset(wml, -//WAPFORUM//DTD WML 1.1//EN, http://dark.wapit.com/vswap/tests/wap/DTD/wml… 4 SAX.externalSubset(wml, -//WAPFORUM//DTD WML 1.1//EN, http://dark.wapit.com/vswap/tests/wap/DTD/wml… 22 SAX.startElementNs(postfield, NULL, NULL, 0, 2, 0, name='v" v...', 1, value='dark...', 4) 58 v...', 1, value='dark...', 4)
|
/third_party/cups-filters/cupsfilters/ |
D | cmyk.c | 1036 dark, /* Light ink cut-off */ in cupsCMYKLoad() local 1487 if (sscanf(attr->value, "%f%f", &light, &dark) == 2) in cupsCMYKLoad() 1491 cupsCMYKSetLtDk(cmyk, 0, light, dark); in cupsCMYKLoad() 1494 cupsCMYKSetLtDk(cmyk, 5, light, dark); in cupsCMYKLoad() 1537 if (sscanf(attr->value, "%f%f", &light, &dark) == 2) in cupsCMYKLoad() 1538 cupsCMYKSetLtDk(cmyk, 0, light, dark); in cupsCMYKLoad() 1576 if (sscanf(attr->value, "%f%f", &light, &dark) == 2) in cupsCMYKLoad() 1577 cupsCMYKSetLtDk(cmyk, 2, light, dark); in cupsCMYKLoad() 1880 float dark) /* I - Dark ink only level */ in cupsCMYKSetLtDk() argument 1893 if (cmyk == NULL || light < 0.0 || light > 1.0 || dark < 0.0 || dark > 1.0 || in cupsCMYKSetLtDk() [all …]
|