/third_party/rust/crates/codespan/codespan-reporting/tests/snapshots/ |
D | term__fizz_buzz__rich_color.snap | 5 {fg:Red bold bright}error[E0308]{bold bright}: `case` clauses have incompatible types{/} 6 {fg:Blue}┌─{/} FizzBuzz.fun:8:12 7 {fg:Blue}│{/} 8 {fg:Blue}3{/} {fg:Blue}│{/} fizz₁ : Nat → String 9 {fg:Blue}│{/} {fg:Blue}------{/} {fg:Blue}expected type `String` found here{/} 10 {fg:Blue}4{/} {fg:Blue}│{/} fizz₁ num = case (mod num 5) (mod num 3) of 11 {fg:Blue}│{/} {fg:Blue}╭{/}{fg:Blue}─────────────'{/} 12 {fg:Blue}5{/} {fg:Blue}│{/} {fg:Blue}│{/} 0 0 => "FizzBuzz" 13 {fg:Blue}6{/} {fg:Blue}│{/} {fg:Blue}│{/} 0 _ => "Fizz" 14 {fg:Blue}7{/} {fg:Blue}│{/} {fg:Blue}│{/} _ 0 => "Buzz" [all …]
|
D | term__overlapping__rich_color.snap | 5 {fg:Red bold bright}error[E0666]{bold bright}: nested `impl Trait` is not allowed{/} 6 {fg:Blue}┌─{/} nested_impl_trait.rs:5:56 7 {fg:Blue}│{/} 8 {fg:Blue}5{/} {fg:Blue}│{/} fn bad_in_ret_position(x: impl Into<u32>) -> impl Into<{fg:Red}impl Deb… 9 …{fg:Blue}│{/} {fg:Blue}----------{fg:Red}^^^^^^^^^^{f… 10 {fg:Blue}│{/} {fg:Blue}│{/} {fg:Red}│{/} 11 …{fg:Blue}│{/} {fg:Blue}│{/} {fg:Red}nested `i… 12 {fg:Blue}│{/} {fg:Blue}outer `impl Trait`{/} 14 {fg:Red bold bright}error[E0121]{bold bright}: the type placeholder `_` is not allowed within types… 15 {fg:Blue}┌─{/} typeck_type_placeholder_item.rs:1:18 [all …]
|
D | term__multiline_overlapping__rich_color.snap | 5 {fg:Red bold bright}error[E0308]{bold bright}: match arms have incompatible types{/} 6 {fg:Blue}┌─{/} codespan/src/file.rs:4:34 7 {fg:Blue}│{/} 8 {fg:Blue}1{/} {fg:Blue}│{/} {fg:Blue}╭{/} match line_index.compare(self.last_line_index()… 9 {fg:Blue}2{/} {fg:Blue}│{/} {fg:Blue}│{/} Ordering::Less => Ok(self.line_starts()[lin… 10 …{fg:Blue}│{/} {fg:Blue}│{/} {fg:Blue}-----------------------------… 11 {fg:Blue}3{/} {fg:Blue}│{/} {fg:Blue}│{/} Ordering::Equal => Ok(self.source_span().en… 12 …{fg:Blue}│{/} {fg:Blue}│{/} {fg:Blue}----------------------------… 13 {fg:Blue}4{/} {fg:Blue}│{/} {fg:Blue}│{/} Ordering::Greater => {fg:Red}LineIndexOutOf… 14 {fg:Blue}│{/} {fg:Red}╭{/}{fg:Red}─{/}{fg:Blue}│{/}{fg:Red}──────────────────────────────────^{/} [all …]
|
D | term__multifile__rich_color.snap | 5 {fg:Red bold bright}error{bold bright}: unknown builtin: `NATRAL`{/} 6 {fg:Blue}┌─{/} Data/Nat.fun:7:13 7 {fg:Blue}│{/} 8 {fg:Blue}7{/} {fg:Blue}│{/} {-# BUILTIN {fg:Red}NATRAL{/} Nat #-} 9 {fg:Blue}│{/} {fg:Red}^^^^^^{/} {fg:Red}unknown builtin{/} 10 {fg:Blue}│{/} 11 {fg:Blue}={/} there is a builtin with a similar name: `NATURAL` 13 {fg:Yellow bold bright}warning{bold bright}: unused parameter pattern: `n₂`{/} 14 {fg:Blue}┌─{/} Data/Nat.fun:17:16 15 {fg:Blue}│{/} [all …]
|
D | term__empty_ranges__rich_color.snap | 5 {fg:Green bold bright}note{bold bright}: middle{/} 6 {fg:Blue}┌─{/} hello:1:7 7 {fg:Blue}│{/} 8 {fg:Blue}1{/} {fg:Blue}│{/} Hello {fg:Green}w{/}orld! 9 {fg:Blue}│{/} {fg:Green}^{/} {fg:Green}middle{/} 11 {fg:Green bold bright}note{bold bright}: end of line{/} 12 {fg:Blue}┌─{/} hello:1:13 13 {fg:Blue}│{/} 14 {fg:Blue}1{/} {fg:Blue}│{/} Hello world! 15 {fg:Blue}│{/} {fg:Green}^{/} {fg:Green}end of line{/} [all …]
|
D | term__same_line__rich_color.snap | 5 {fg:Red bold bright}error[E0499]{bold bright}: cannot borrow `v` as mutable more than once at a tim… 6 {fg:Blue}┌─{/} one_line.rs:3:12 7 {fg:Blue}│{/} 8 {fg:Blue}3{/} {fg:Blue}│{/} v.push({fg:Red}v{/}.pop().unwrap()); 9 …{fg:Blue}│{/} {fg:Blue}-{/} {fg:Blue}----{/} {fg:Red}^{/} {fg:Red}second mutable borrow occurs… 10 {fg:Blue}│{/} {fg:Blue}│{/} {fg:Blue}│{/} 11 {fg:Blue}│{/} {fg:Blue}│{/} {fg:Blue}first mutable borrow occurs here{/} 12 {fg:Blue}│{/} {fg:Blue}first borrow later used by call{/} 14 {fg:Red bold bright}error{bold bright}: aborting due to previous error{/} 15 {fg:Blue}={/} For more information about this error, try `rustc --explain E0499`.
|
D | term__same_ranges__rich_color.snap | 5 {fg:Red bold bright}error{bold bright}: Unexpected token{/} 6 {fg:Blue}┌─{/} same_range:1:5 7 {fg:Blue}│{/} 8 {fg:Blue}1{/} {fg:Blue}│{/} ::S {fg:Red}{{/} } 9 {fg:Blue}│{/} {fg:Red}^{/} 10 {fg:Blue}│{/} {fg:Red}│{/} 11 {fg:Blue}│{/} {fg:Red}Unexpected '{'{/} 12 {fg:Blue}│{/} {fg:Blue}Expected '('{/}
|
D | term__overlapping__medium_color.snap | 5 nested_impl_trait.rs:5:56: {fg:Red bold bright}error[E0666]{bold bright}: nested `impl Trait` is no… 6 typeck_type_placeholder_item.rs:1:18: {fg:Red bold bright}error[E0121]{bold bright}: the type place… 7 typeck_type_placeholder_item.rs:2:25: {fg:Red bold bright}error[E0121]{bold bright}: the type place… 8 typeck_type_placeholder_item.rs:2:28: {fg:Red bold bright}error[E0121]{bold bright}: the type place… 9 no_send_res_ports.rs:25:5: {fg:Red bold bright}error[E0277]{bold bright}: `std::rc::Rc<()>` cannot … 10 …{fg:Blue}={/} help: within `[closure@no_send_res_ports.rs:29:19: 33:6 x:main::Foo]`, the trait `st… 11 {fg:Blue}={/} note: required because it appears within the type `Port<()>` 12 {fg:Blue}={/} note: required because it appears within the type `main::Foo` 13 …{fg:Blue}={/} note: required because it appears within the type `[closure@no_send_res_ports.rs:29:… 14 {fg:Red bold bright}error{bold bright}: aborting due 5 previous errors{/} [all …]
|
D | term__message_and_notes__medium_color.snap | 5 {fg:Red bold bright}error{bold bright}: a message{/} 6 {fg:Blue}={/} a note 7 {fg:Yellow bold bright}warning{bold bright}: a message{/} 8 {fg:Blue}={/} a note 9 {fg:Green bold bright}note{bold bright}: a message{/} 10 {fg:Blue}={/} a note 11 {fg:Cyan bold bright}help{bold bright}: a message{/} 12 {fg:Blue}={/} a note
|
D | term__message_and_notes__rich_color.snap | 5 {fg:Red bold bright}error{bold bright}: a message{/} 6 {fg:Blue}={/} a note 8 {fg:Yellow bold bright}warning{bold bright}: a message{/} 9 {fg:Blue}={/} a note 11 {fg:Green bold bright}note{bold bright}: a message{/} 12 {fg:Blue}={/} a note 14 {fg:Cyan bold bright}help{bold bright}: a message{/} 15 {fg:Blue}={/} a note
|
D | term__empty__medium_color.snap | 5 {fg:Red bold bright}bug{bold bright}: {/} 6 {fg:Red bold bright}error{bold bright}: {/} 7 {fg:Yellow bold bright}warning{bold bright}: {/} 8 {fg:Green bold bright}note{bold bright}: {/} 9 {fg:Cyan bold bright}help{bold bright}: {/} 10 {fg:Red bold bright}bug{bold bright}: {/}
|
D | term__empty__rich_color.snap | 5 {fg:Red bold bright}bug{bold bright}: {/} 7 {fg:Red bold bright}error{bold bright}: {/} 9 {fg:Yellow bold bright}warning{bold bright}: {/} 11 {fg:Green bold bright}note{bold bright}: {/} 13 {fg:Cyan bold bright}help{bold bright}: {/} 15 {fg:Red bold bright}bug{bold bright}: {/}
|
D | term__empty__short_color.snap | 5 {fg:Red bold bright}bug{bold bright}: {/} 6 {fg:Red bold bright}error{bold bright}: {/} 7 {fg:Yellow bold bright}warning{bold bright}: {/} 8 {fg:Green bold bright}note{bold bright}: {/} 9 {fg:Cyan bold bright}help{bold bright}: {/} 10 {fg:Red bold bright}bug{bold bright}: {/}
|
D | term__multifile__medium_color.snap | 5 Data/Nat.fun:7:13: {fg:Red bold bright}error{bold bright}: unknown builtin: `NATRAL`{/} 6 {fg:Blue}={/} there is a builtin with a similar name: `NATURAL` 7 Data/Nat.fun:17:16: {fg:Yellow bold bright}warning{bold bright}: unused parameter pattern: `n₂`{/} 8 {fg:Blue}={/} consider using a wildcard pattern: `_` 9 Test.fun:4:11: {fg:Red bold bright}error[E0001]{bold bright}: unexpected type in application of `_+… 10 {fg:Blue}={/} expected type `Nat`
|
D | term__overlapping__short_color.snap | 5 nested_impl_trait.rs:5:56: {fg:Red bold bright}error[E0666]{bold bright}: nested `impl Trait` is no… 6 typeck_type_placeholder_item.rs:1:18: {fg:Red bold bright}error[E0121]{bold bright}: the type place… 7 typeck_type_placeholder_item.rs:2:25: {fg:Red bold bright}error[E0121]{bold bright}: the type place… 8 typeck_type_placeholder_item.rs:2:28: {fg:Red bold bright}error[E0121]{bold bright}: the type place… 9 no_send_res_ports.rs:25:5: {fg:Red bold bright}error[E0277]{bold bright}: `std::rc::Rc<()>` cannot … 10 {fg:Red bold bright}error{bold bright}: aborting due 5 previous errors{/}
|
/third_party/rust/crates/codespan/codespan-reporting/assets/ |
D | readme_preview.svg | 15 pre .fg.black { color: #1d1f21; } 16 pre .fg.red { color: #cc6666; } 17 pre .fg.green { color: #b5bd68; } 18 pre .fg.yellow { color: #f0c674; } 19 pre .fg.blue { color: #81a2be; } 20 pre .fg.magenta { color: #b294bb; } 21 pre .fg.cyan { color: #8abeb7; } 22 pre .fg.white { color: #c5c8c6; } 24 pre .fg.black.bright { color: #969896; } 25 pre .fg.red.bright { color: #cc6666; } [all …]
|
/third_party/freetype/docs/reference/assets/stylesheets/ |
D | palette.f1a3b89f.min.css | 1 …fg-color:#ff1947;--md-accent-fg-color--transparent:rgba(255,25,71,0.1);--md-accent-bg-color:#fff;-…
|
D | palette.f1a3b89f.min.css.map | 1 …fg-color: hsla(#{hex2hsl($color)}, 1);\n --md-accent-fg-color--transparent: hsla(#…
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg_filter.c | 178 FilterGraph *fg = av_mallocz(sizeof(*fg)); in DEF_CHOOSE_FORMAT() local 180 if (!fg) in DEF_CHOOSE_FORMAT() 182 fg->index = nb_filtergraphs; in DEF_CHOOSE_FORMAT() 184 GROW_ARRAY(fg->outputs, fg->nb_outputs); in DEF_CHOOSE_FORMAT() 185 if (!(fg->outputs[0] = av_mallocz(sizeof(*fg->outputs[0])))) in DEF_CHOOSE_FORMAT() 187 fg->outputs[0]->ost = ost; in DEF_CHOOSE_FORMAT() 188 fg->outputs[0]->graph = fg; in DEF_CHOOSE_FORMAT() 189 fg->outputs[0]->format = -1; in DEF_CHOOSE_FORMAT() 191 ost->filter = fg->outputs[0]; in DEF_CHOOSE_FORMAT() 193 GROW_ARRAY(fg->inputs, fg->nb_inputs); in DEF_CHOOSE_FORMAT() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | avf_abitscope.c | 42 uint8_t *fg; member 103 s->fg = av_malloc_array(s->nb_channels, 4 * sizeof(*s->fg)); in config_input() 104 if (!s->fg) in config_input() 112 uint8_t fg[4] = { 0xff, 0xff, 0xff, 0xff }; in config_input() local 117 av_parse_color(fg, color, -1, ctx); in config_input() 118 s->fg[4 * ch + 0] = fg[0]; in config_input() 119 s->fg[4 * ch + 1] = fg[1]; in config_input() 120 s->fg[4 * ch + 2] = fg[2]; in config_input() 121 s->fg[4 * ch + 3] = fg[3]; in config_input() 176 uint32_t color = AV_RN32(&s->fg[4 * ch]); in filter_frame() [all …]
|
/third_party/node/deps/npm/lib/utils/completion/ |
D | installed-shallow.js | 48 var fg 52 fg = global 73 fg = global || [] 78 if (!fg || !fl) return 80 fg = fg.map(function (g) { 84 console.error('filtered', fl, fg) 85 return cb(null, fl.concat(fg))
|
/third_party/python/Lib/idlelib/ |
D | help_about.py | 43 self.fg = "#000000" 74 header = Label(frame_background, text='IDLE', fg=self.fg, 88 fg=self.fg, bg=self.bg) 91 justify=LEFT, fg=self.fg, bg=self.bg) 95 justify=LEFT, fg=self.fg, bg=self.bg) 104 fg=self.fg, bg=self.bg) 107 fg=self.fg, bg=self.bg) 130 fg=self.fg, bg=self.bg)
|
/third_party/flutter/skia/third_party/externals/harfbuzz/util/ |
D | ansi-print.cc | 162 bg (0), fg (0), unicolor (true), in biimage_t() 181 fg = 0; in set() 183 if (i != bg && freq[fg] < freq[i]) in set() 184 fg = i; in set() 185 if (fg == bg || freq[fg] == 0) { in set() 186 fg = bg; in set() 200 color_t fgc = color_t::from_ansi (fg); in set() 219 unsigned int fg; member 409 if (last_bg != bi.fg || last_fg != bi.bg) { in ansi_print_image_rgb24() 410 printf ("%c[%d;%dm", ESC_E, 30 + bi.bg, 40 + bi.fg); in ansi_print_image_rgb24() [all …]
|
/third_party/harfbuzz/util/ |
D | ansi-print.cc | 162 bg (0), fg (0), unicolor (true), in biimage_t() 181 fg = 0; in set() 183 if (i != bg && freq[fg] < freq[i]) in set() 184 fg = i; in set() 185 if (fg == bg || freq[fg] == 0) { in set() 186 fg = bg; in set() 200 color_t fgc = color_t::from_ansi (fg); in set() 219 unsigned int fg; member 409 if (last_bg != bi.fg || last_fg != bi.bg) { in ansi_print_image_rgb24() 410 printf ("%c[%d;%dm", ESC_E, 30 + bi.bg, 40 + bi.fg); in ansi_print_image_rgb24() [all …]
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
D | ansi-print.hh | 159 bg (0), fg (0), unicolor (true), in biimage_t() 178 fg = 0; in set() 180 if (i != bg && freq[fg] < freq[i]) in set() 181 fg = i; in set() 182 if (fg == bg || freq[fg] == 0) { in set() 183 fg = bg; in set() 197 color_t fgc = color_t::from_ansi (fg); in set() 216 unsigned int fg; member 406 if (last_bg != bi.fg || last_fg != bi.bg) { in ansi_print_image_rgb24() 407 printf ("%c[%d;%dm", ESC_E, 30 + bi.bg, 40 + bi.fg); in ansi_print_image_rgb24() [all …]
|