/third_party/typescript/src/testRunner/unittests/ |
D | programApi.ts | 40 { newLine: NewLineKind.LineFeed }); 145 …ateProgram(["/a.ts"], emptyOptions, new fakes.CompilerHost(fs, { newLine: NewLineKind.LineFeed })); 153 …ateProgram(["/a.ts"], emptyOptions, new fakes.CompilerHost(fs, { newLine: NewLineKind.LineFeed })); 172 ….ts"], { resolveJsonModule: true }, new fakes.CompilerHost(fs, { newLine: NewLineKind.LineFeed })); 189 …m = createProgram(["/main.ts"], {}, new fakes.CompilerHost(fs, { newLine: NewLineKind.LineFeed })); 201 …m = createProgram(["/main.ts"], {}, new fakes.CompilerHost(fs, { newLine: NewLineKind.LineFeed })); 218 }, new fakes.CompilerHost(fs, { newLine: NewLineKind.LineFeed }));
|
D | customTransforms.ts | 21 …ogram = createProgram(arrayFrom(fileMap.keys()), { newLine: NewLineKind.LineFeed, ...options }, ho…
|
/third_party/typescript/src/testRunner/unittests/services/ |
D | transpile.ts | 114 … options: { compilerOptions: { module: ModuleKind.CommonJS, newLine: NewLineKind.LineFeed } } 118 …options: { compilerOptions: { module: ModuleKind.System, newLine: NewLineKind.LineFeed }, moduleNa… 129 …s: { compilerOptions: { module: ModuleKind.System, newLine: NewLineKind.LineFeed }, renamedDepende… 136 …options: { compilerOptions: { module: ModuleKind.AMD, newLine: NewLineKind.LineFeed }, renamedDepe… 143 …options: { compilerOptions: { module: ModuleKind.UMD, newLine: NewLineKind.LineFeed }, renamedDepe… 163 newLine: NewLineKind.LineFeed, 177 options: { compilerOptions: { jsx: JsxEmit.React, newLine: NewLineKind.LineFeed } } 181 …options: { compilerOptions: { newLine: NewLineKind.LineFeed, module: ModuleKind.CommonJS }, fileNa…
|
D | hostNewLineSupport.ts | 44 verifyNewLines(content, { newLine: NewLineKind.LineFeed }); 74 { newLine: NewLineKind.LineFeed });
|
D | textChanges.ts | 18 const printerOptions = { newLine: NewLineKind.LineFeed };
|
/third_party/rust/crates/regex/regex-syntax/src/ast/ |
D | print.rs | 242 Special(ast::SpecialLiteralKind::LineFeed) => { in fmt_literal()
|
D | mod.rs | 663 LineFeed, enumerator
|
D | parse.rs | 1501 'n' => special(ast::SpecialLiteralKind::LineFeed, '\n'), in parse_escape() 4189 (r"\n", '\n', ast::SpecialLiteralKind::LineFeed), in parse_escape()
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | session.ts | 171 newLine: NewLineKind.LineFeed,
|
/third_party/typescript/src/compiler/ |
D | commandLineParser.ts | 1130 lf: NewLineKind.LineFeed
|
D | utilities.ts | 5400 case NewLineKind.LineFeed:
|
D | types.ts | 6827 LineFeed = 1
|
/third_party/typescript/src/services/ |
D | utilities.ts | 3408 … return newLineCharacter === "\n" ? NewLineKind.LineFeed : NewLineKind.CarriageReturnLineFeed;
|
/third_party/cups-filters/ |
D | README | 1266 NewlineCharacters: The characters sent on the end of a line, LineFeed
|
D | README.md | 1266 NewlineCharacters: The characters sent on the end of a line, LineFeed
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 3247 LineFeed = 1 enumerator
|
D | typescriptServices.d.ts | 3247 LineFeed = 1 enumerator
|
D | tsserverlibrary.d.ts | 3247 LineFeed = 1 enumerator
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 3247 LineFeed = 1 enumerator
|
D | tsserverlibrary.d.ts | 3247 LineFeed = 1 enumerator
|