Home
last modified time | relevance | path

Searched refs:fg (Results 1 – 25 of 171) sorted by relevance

1234567

/third_party/rust/crates/codespan/codespan-reporting/tests/snapshots/
Dterm__fizz_buzz__rich_color.snap5 {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 …]
Dterm__overlapping__rich_color.snap5 {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 …]
Dterm__multiline_overlapping__rich_color.snap5 {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 …]
Dterm__multifile__rich_color.snap5 {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 …]
Dterm__empty_ranges__rich_color.snap5 {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 …]
Dterm__same_line__rich_color.snap5 {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`.
Dterm__same_ranges__rich_color.snap5 {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 '('{/}
Dterm__overlapping__medium_color.snap5 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 …]
Dterm__message_and_notes__rich_color.snap5 {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
Dterm__message_and_notes__medium_color.snap5 {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
Dterm__empty__short_color.snap5 {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}: {/}
Dterm__empty__medium_color.snap5 {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}: {/}
Dterm__empty__rich_color.snap5 {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}: {/}
Dterm__multifile__medium_color.snap5 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`
Dterm__overlapping__short_color.snap5 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/
Dreadme_preview.svg15 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/ffmpeg/fftools/
Dffmpeg_filter.c178 FilterGraph *fg = av_mallocz(sizeof(*fg)); in init_simple_filtergraph() local
182 if (!fg) in init_simple_filtergraph()
184 fg->index = nb_filtergraphs; in init_simple_filtergraph()
186 ofilter = ALLOC_ARRAY_ELEM(fg->outputs, fg->nb_outputs); in init_simple_filtergraph()
188 ofilter->graph = fg; in init_simple_filtergraph()
193 ifilter = ALLOC_ARRAY_ELEM(fg->inputs, fg->nb_inputs); in init_simple_filtergraph()
195 ifilter->graph = fg; in init_simple_filtergraph()
206 filtergraphs[nb_filtergraphs - 1] = fg; in init_simple_filtergraph()
211 static char *describe_filter_link(FilterGraph *fg, AVFilterInOut *inout, int in) in describe_filter_link() argument
228 static void init_input_filter(FilterGraph *fg, AVFilterInOut *in) in init_input_filter() argument
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dlog.js20 fg: { property
56 style: { fg: 'cyan', bg: 'black' }
59 style: { fg: 'green' }
62 style: { fg: 'green', bg: 'black' }
65 style: { fg: 'cyan', bg: 'black' }
69 style: { fg: 'black', bg: 'yellow' }
73 style: { fg: 'red', bg: 'black' }
127 #color (str, { fg, bg, inverse }) { property
133 COLORS.fg[fg],
147 this.#color('gyp', { fg: 'white', bg: 'black' }), property
[all …]
/third_party/ffmpeg/libavfilter/
Davf_abitscope.c43 uint8_t *fg; member
113 s->fg = av_malloc_array(s->nb_channels, 4 * sizeof(*s->fg)); in config_input()
114 if (!s->fg) in config_input()
122 uint8_t fg[4] = { 0xff, 0xff, 0xff, 0xff }; in config_input() local
127 av_parse_color(fg, color, -1, ctx); in config_input()
128 s->fg[4 * ch + 0] = fg[0]; in config_input()
129 s->fg[4 * ch + 1] = fg[1]; in config_input()
130 s->fg[4 * ch + 2] = fg[2]; in config_input()
131 s->fg[4 * ch + 3] = fg[3]; in config_input()
155 const uint32_t color = AV_RN32(&s->fg[4 * ch]); \
[all …]
Df_drawgraph.c157 static inline void draw_dot(int fg, int x, int y, AVFrame *out) in draw_dot() argument
159 AV_WN32(out->data[0] + y * out->linesize[0] + x * 4, fg); in draw_dot()
219 uint32_t fg, bg; in filter_frame() local
243 fg = av_expr_eval(s->fg_expr[i], values, NULL); in filter_frame()
283 draw_dot(fg, x, j, out); in filter_frame()
286 draw_dot(fg, x, j, out); in filter_frame()
293 draw_dot(fg, x, y, out); in filter_frame()
309 draw_dot(fg, x, j, out); in filter_frame()
312 draw_dot(fg, x, j, out); in filter_frame()
359 uint32_t fg, bg; in request_frame() local
[all …]
/third_party/python/Lib/idlelib/
Dhelp_about.py43 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/skia/third_party/externals/harfbuzz/util/
Dansi-print.hh159 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 …]
/third_party/typescript/tests/baselines/reference/
DintersectionTypeOverloading.symbols13 var fg: F & G;
14 >fg : Symbol(fg, Decl(intersectionTypeOverloading.ts, 6, 3))
23 var x = fg("abc");
25 >fg : Symbol(fg, Decl(intersectionTypeOverloading.ts, 6, 3))
DintersectionTypeOverloading.types13 var fg: F & G;
14 >fg : F & G
19 var x = fg("abc");
21 >fg("abc") : string
22 >fg : F & G
/third_party/node/deps/npm/node_modules/npmlog/lib/
Dlog.js317 if (style.fg) {
318 settings.push(style.fg)
383 log.prefixStyle = { fg: 'magenta' } property
384 log.headingStyle = { fg: 'white', bg: 'black' } property
390 log.addLevel('verbose', 1000, { fg: 'cyan', bg: 'black' }, 'verb') property
391 log.addLevel('info', 2000, { fg: 'green' }) property
392 log.addLevel('timing', 2500, { fg: 'green', bg: 'black' }) property
393 log.addLevel('http', 3000, { fg: 'green', bg: 'black' }) property
394 log.addLevel('notice', 3500, { fg: 'cyan', bg: 'black' }) property
395 log.addLevel('warn', 4000, { fg: 'black', bg: 'yellow' }, 'WARN') property
[all …]

1234567