Home
last modified time | relevance | path

Searched refs:Yellow (Results 1 – 25 of 122) sorted by relevance

12345

/third_party/typescript/tests/baselines/reference/
DindexTypeCheck.types18 interface Yellow {
38 [s:string]: Yellow; // ok
61 var yellow: Yellow;
62 >yellow : Yellow
73 >yellow : Yellow
78 >yellow : Yellow
83 >yellow : Yellow
105 >yellow : Yellow
DindexTypeCheck.symbols22 interface Yellow {
23 >Yellow : Symbol(Yellow, Decl(indexTypeCheck.ts, 8, 1))
51 [s:string]: Yellow; // ok
53 >Yellow : Symbol(Yellow, Decl(indexTypeCheck.ts, 8, 1))
82 var yellow: Yellow;
84 >Yellow : Symbol(Yellow, Decl(indexTypeCheck.ts, 8, 1))
DindexTypeCheck.errors.txt4 …s(22,2): error TS2413: Numeric index type 'Orange' is not assignable to string index type 'Yellow'.
26 interface Yellow {
41 !!! error TS2413: Numeric index type 'Orange' is not assignable to string index type 'Yellow'.
42 [s:string]: Yellow; // ok
64 var yellow: Yellow;
DindexTypeCheck.js12 interface Yellow {
24 [s:string]: Yellow; // ok
40 var yellow: Yellow;
DenumMerging.symbols181 export enum Color { Yellow = 1 }
183 >Yellow : Symbol(Color.Yellow, Decl(enumMerging.ts, 60, 27))
185 var t = A.Color.Yellow;
187 >A.Color.Yellow : Symbol(A.Color.Yellow, Decl(enumMerging.ts, 60, 27))
191 >Yellow : Symbol(A.Color.Yellow, Decl(enumMerging.ts, 60, 27))
DenumMerging.types197 export enum Color { Yellow = 1 }
199 >Yellow : Color.Green
202 var t = A.Color.Yellow;
204 >A.Color.Yellow : A.Color.Green
208 >Yellow : A.Color.Green
DenumMerging.js62 export enum Color { Yellow = 1 }
64 var t = A.Color.Yellow;
167 var t = A.Color.Yellow;
DassignmentCompatWithDiscriminatedUnion.types293 interface Yellow {
297 function draw(val: Blue | Yellow) { }
298 >draw : (val: Blue | Yellow) => void
299 >val : Blue | Yellow
307 >draw : (val: Blue | Yellow) => void
DassignmentCompatWithDiscriminatedUnion.symbols317 interface Yellow {
318 >Yellow : Symbol(Yellow, Decl(assignmentCompatWithDiscriminatedUnion.ts, 110, 5))
321 >color : Symbol(Yellow.color, Decl(assignmentCompatWithDiscriminatedUnion.ts, 111, 22))
323 function draw(val: Blue | Yellow) { }
327 >Yellow : Symbol(Yellow, Decl(assignmentCompatWithDiscriminatedUnion.ts, 110, 5))
DassignmentCompatWithDiscriminatedUnion.js113 interface Yellow {
116 function draw(val: Blue | Yellow) { } argument
/third_party/rust/crates/codespan/codespan-reporting/tests/snapshots/
Dterm__multifile__rich_color.snap13 {fg:Yellow bold bright}warning{bold bright}: unused parameter pattern: `n₂`{/}
16 {fg:Blue}17{/} {fg:Blue}│{/} zero - succ {fg:Yellow}n₂{/} = zero
17 {fg:Blue}│{/} {fg:Yellow}^^{/} {fg:Yellow}unused parameter{/}
Dterm__message__short_color.snap6 {fg:Yellow bold bright}warning{bold bright}: a message{/}
Dterm__message_and_notes__short_color.snap6 {fg:Yellow bold bright}warning{bold bright}: a message{/}
Dterm__message__medium_color.snap6 {fg:Yellow bold bright}warning{bold bright}: a message{/}
Dterm__message__rich_color.snap7 {fg:Yellow bold bright}warning{bold bright}: a message{/}
/third_party/typescript/tests/cases/compiler/
DindexTypeCheck.ts11 interface Yellow { interface
23 [s:string]: Yellow; // ok
39 var yellow: Yellow;
/third_party/rust/crates/syn/tests/
Dzzz_stable.rs24 stderr.set_color(ColorSpec::new().set_fg(Some(Color::Yellow)))?; in notice()
26 stderr.set_color(ColorSpec::new().set_bold(true).set_fg(Some(Color::Yellow)))?; in notice()
28 stderr.set_color(ColorSpec::new().set_fg(Some(Color::Yellow)))?; in notice()
/third_party/python/Tools/pynche/
Dnamedcolors.txt8 Yellow #FFFF00
43 Green Yellow #93DB70
100 Yellow Green #99CC32
Dhtml40colors.txt13 Yellow #ffff00
/third_party/typescript/tests/cases/conformance/enums/
DenumMerging.ts61 export enum Color { Yellow = 1 } enumerator
63 var t = A.Color.Yellow;
/third_party/rust/crates/env_logger/src/fmt/writer/termcolor/
Dextern_impl.rs58 Level::Warn => level_style.set_color(Color::Yellow), in default_level_style()
511 Yellow, enumerator
526 Color::Yellow => termcolor::Color::Yellow, in into_termcolor()
/third_party/rust/crates/termcolor/wincolor/src/
Dwin.rs211 Yellow, enumerator
232 Color::Yellow => FG_YELLOW, in to_fg()
244 FG_YELLOW => Color::Yellow, in from_fg()
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/
DassignmentCompatWithDiscriminatedUnion.ts112 interface Yellow { interface
115 function draw(val: Blue | Yellow) { }
/third_party/python/Doc/library/
Dnis.rst2 :mod:`nis` --- Interface to Sun's NIS (Yellow Pages)
7 :synopsis: Interface to Sun's NIS (Yellow Pages) library.
/third_party/rust/crates/codespan/codespan-reporting/src/term/
Dconfig.rs164 header_warning: header.clone().set_fg(Some(Color::Yellow)).clone(), in with_blue()
171 primary_label_warning: ColorSpec::new().set_fg(Some(Color::Yellow)).clone(), in with_blue()

12345