Home
last modified time | relevance | path

Searched refs:bang (Results 1 – 25 of 37) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DfindAllRefsReExports.baseline.jsonc10 // import { [|default|] as [|bang|] } from "./c";
12 // [|bar|](); [|baz|](); [|bang|](); [|boom|]();
747 "name": "(alias) function bang(): void\nimport bang",
778 "text": "bang",
814 "text": "bang",
859 // import { [|default|] as [|bang|] } from "./c";
861 // [|bar|](); [|baz|](); [|bang|](); [|boom|]();
1583 "name": "(alias) function bang(): void\nimport bang",
1614 "text": "bang",
1650 "text": "bang",
[all …]
DwithStatement.types27 bang = true; // no error
28 >bang = true : any
29 >bang : any
DwithStatementErrors.types27 bang = true; // no error
28 >bang = true : any
29 >bang : any
DwithStatement.js6 bang = true; // no error
18 bang = true; // no error
DwithStatementErrors.js6 bang = true; // no error
24 bang = true; // no error
DwithStatement.symbols9 bang = true; // no error
DwithStatementErrors.symbols9 bang = true; // no error
DwithStatement.errors.txt11 bang = true; // no error
DwithStatementErrors.errors.txt11 bang = true; // no error
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
DtokenTypes.js4 … exports.closeSquare = exports.closeParenthesis = exports.caret = exports.bang = exports.backslash…
47 var bang = 33; // `!`.charCodeAt(0); variable
48 exports.bang = bang;
Dtokenize.js11 ….ampersand] = true, _wordDelimiters[t.asterisk] = true, _wordDelimiters[t.bang] = true, _wordDelim…
141 case t.bang:
/third_party/toybox/tests/
Dreadlink.test45 touch sub/bang || exit 1
63 rm file link sub/bang dir here
/third_party/typescript/tests/cases/compiler/
DwithStatement.ts5 bang = true; // no error
DwithStatementErrors.ts5 bang = true; // no error
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
D147-define-macro-no-space.c.expected36 ! bang
D147-define-macro-no-space.c13 #define B! bang
/third_party/skia/third_party/externals/icu/source/data/lang/
Dlag.txt11 bn{"Kɨbangála"}
/third_party/icu/icu4c/source/data/lang/
Dlag.txt11 bn{"Kɨbangála"}
/third_party/rust/crates/proc-macro2/src/
Dparse.rs939 let mut bang = Punct::new('!', Spacing::Alone); in doc_comment() localVariable
940 bang.set_span(span); in doc_comment()
941 trees.push_token_from_parser(TokenTree::Punct(bang)); in doc_comment()
/third_party/rust/crates/nom/doc/archive/
Dhow_nom_macros_work.md149 The macro argument is decomposed into `$submac:ident!`, the macro's name and a bang,
/third_party/icu/icu4c/source/test/testdata/
Dre_tests.txt235 ((((((((((a))))))))))${bang} aa n - -
236 ((((((((((a))))))))))${bang} a! y $& a!
381 '((((((((((a))))))))))${bang}'i AA n - -
382 '((((((((((a))))))))))${bang}'i A! y $& A!
/third_party/skia/third_party/externals/icu/source/data/translit/
DLatn_Bopo.txt41 bang }$pTone ↔ ㄅㄤ }$zTone;
42 bang → ㄅㄤ˙;
/third_party/icu/icu4c/source/data/translit/
DLatn_Bopo.txt41 bang }$pTone ↔ ㄅㄤ }$zTone;
42 bang → ㄅㄤ˙;
/third_party/rust/crates/cxx/syntax/
Dparse.rs1008 if let Some((bang, path, for_token)) = &imp.trait_ { in parse_impl()
1010 let span = quote!(#bang #path #for_token #self_ty); in parse_impl()
/third_party/node/deps/acorn/acorn/
DREADME.md262 - `--allow-hash-bang`: If the code starts with the characters #! (as

12