/third_party/typescript/tests/baselines/reference/ |
D | fatarrowfunctionsOptionalArgsErrors4.errors.txt | 1 …ctionsOptionalArgsErrors4.ts(1,14): error TS1015: Parameter cannot have question mark and initiali… 2 …ctionsOptionalArgsErrors4.ts(2,15): error TS1015: Parameter cannot have question mark and initiali… 3 …ctionsOptionalArgsErrors4.ts(3,21): error TS1015: Parameter cannot have question mark and initiali… 4 …nctionsOptionalArgsErrors4.ts(4,7): error TS1015: Parameter cannot have question mark and initiali… 5 …ctionsOptionalArgsErrors4.ts(4,39): error TS1015: Parameter cannot have question mark and initiali… 7 …tionsOptionalArgsErrors4.ts(17,10): error TS1015: Parameter cannot have question mark and initiali… 8 …tionsOptionalArgsErrors4.ts(19,13): error TS1015: Parameter cannot have question mark and initiali… 14 !!! error TS1015: Parameter cannot have question mark and initializer. 17 !!! error TS1015: Parameter cannot have question mark and initializer. 20 !!! error TS1015: Parameter cannot have question mark and initializer. [all …]
|
D | callSignatureWithOptionalParameterAndInitializer.errors.txt | 1 …alParameterAndInitializer.ts(3,14): error TS1015: Parameter cannot have question mark and initiali… 2 …alParameterAndInitializer.ts(4,22): error TS1015: Parameter cannot have question mark and initiali… 3 …alParameterAndInitializer.ts(5,22): error TS1015: Parameter cannot have question mark and initiali… 4 …alParameterAndInitializer.ts(15,9): error TS1015: Parameter cannot have question mark and initiali… 5 …alParameterAndInitializer.ts(23,6): error TS1015: Parameter cannot have question mark and initiali… 7 …lParameterAndInitializer.ts(24,20): error TS1015: Parameter cannot have question mark and initiali… 9 …alParameterAndInitializer.ts(34,6): error TS1015: Parameter cannot have question mark and initiali… 11 …alParameterAndInitializer.ts(35,9): error TS1015: Parameter cannot have question mark and initiali… 13 …alParameterAndInitializer.ts(44,9): error TS1015: Parameter cannot have question mark and initiali… 14 …lParameterAndInitializer.ts(45,32): error TS1015: Parameter cannot have question mark and initiali… [all …]
|
D | optionalArgsWithDefaultValues.errors.txt | 1 …onalArgsWithDefaultValues.ts(1,25): error TS1015: Parameter cannot have question mark and initiali… 2 …onalArgsWithDefaultValues.ts(4,27): error TS1015: Parameter cannot have question mark and initiali… 3 …onalArgsWithDefaultValues.ts(5,28): error TS1015: Parameter cannot have question mark and initiali… 4 …onalArgsWithDefaultValues.ts(8,10): error TS1015: Parameter cannot have question mark and initiali… 5 …onalArgsWithDefaultValues.ts(9,13): error TS1015: Parameter cannot have question mark and initiali… 11 !!! error TS1015: Parameter cannot have question mark and initializer. 16 !!! error TS1015: Parameter cannot have question mark and initializer. 19 !!! error TS1015: Parameter cannot have question mark and initializer. 24 !!! error TS1015: Parameter cannot have question mark and initializer. 27 !!! error TS1015: Parameter cannot have question mark and initializer.
|
D | indexerAsOptional.errors.txt | 1 …/indexerAsOptional.ts(3,9): error TS1019: An index signature parameter cannot have a question mark. 2 …/indexerAsOptional.ts(8,9): error TS1019: An index signature parameter cannot have a question mark. 10 !!! error TS1019: An index signature parameter cannot have a question mark. 17 !!! error TS1019: An index signature parameter cannot have a question mark.
|
D | parserParameterList2.errors.txt | 1 …Lists/parserParameterList2.ts(2,5): error TS1015: Parameter cannot have question mark and initiali… 8 !!! error TS1015: Parameter cannot have question mark and initializer.
|
D | parserIndexSignature3.errors.txt | 1 …serIndexSignature3.ts(2,5): error TS1019: An index signature parameter cannot have a question mark. 8 !!! error TS1019: An index signature parameter cannot have a question mark.
|
D | indexSignatureTypeCheck.errors.txt | 1 …ignatureTypeCheck.ts(14,8): error TS1019: An index signature parameter cannot have a question mark. 23 !!! error TS1019: An index signature parameter cannot have a question mark.
|
D | indexSignatureTypeCheck2.errors.txt | 1 …gnatureTypeCheck2.ts(10,8): error TS1019: An index signature parameter cannot have a question mark. 19 !!! error TS1019: An index signature parameter cannot have a question mark.
|
D | namedTupleMembersErrors.types | 20 export type Opt = [element: string?]; // question mark on element disallowed 26 export type OptTrailing = [first: string, rest: ...string[]?]; // dots+question on element disallow…
|
D | namedTupleMembersErrors.errors.txt | 7 …): error TS5086: A labeled tuple element is declared as optional with a question mark after the na… 39 export type Opt = [element: string?]; // question mark on element disallowed 41 !!! error TS5086: A labeled tuple element is declared as optional with a question mark after the na… 47 …export type OptTrailing = [first: string, rest: ...string[]?]; // dots+question on element disallo…
|
D | es6ClassTest.errors.txt | 1 tests/cases/compiler/es6ClassTest.ts(25,44): error TS1015: Parameter cannot have question mark and … 31 !!! error TS1015: Parameter cannot have question mark and initializer.
|
D | circularOptionalityRemoval.errors.txt | 5 …ircularOptionalityRemoval.ts(5,14): error TS1015: Parameter cannot have question mark and initiali… 26 !!! error TS1015: Parameter cannot have question mark and initializer.
|
D | namedTupleMembersErrors.symbols | 20 export type Opt = [element: string?]; // question mark on element disallowed 26 export type OptTrailing = [first: string, rest: ...string[]?]; // dots+question on element disallow…
|
/third_party/boost/libs/spirit/example/lex/ |
D | example2.cpp | 80 | question [ ++ref(questions) ] in example2_grammar() 92 question in example2_grammar() 103 BOOST_SPIRIT_DEBUG_NODE(question); in example2_grammar() 107 qi::rule<Iterator> story, paragraph, command, question, statement; member
|
/third_party/mesa3d/ |
D | README.rst | 31 appropriate, you should ask your question on `OFTC's #dri-devel 35 take a while before someone qualified sees your question. 37 question, check out `Who's Who on IRC 40 The next best option is to ask your question in an email to the
|
/third_party/json/doc/mkdocs/docs/home/ |
D | faq.md | 7 !!! question 16 !!! question "Questions" 37 !!! question 49 !!! question 69 !!! question 86 !!! question "Questions"
|
/third_party/node/test/parallel/ |
D | test-readline-interface.js | 415 rli.question(expectedLines[0], () => rli.close()); 424 rli.question(expectedLines.join('\n'), () => rli.close()); 919 rli.question('foo?', common.mustCall((answer) => { 929 rli.question('foo?', common.mustCall((answer) => { 932 rli.question('bar?', common.mustNotCall(() => { 941 const question = util.promisify(rli.question).bind(rli); constant 942 question('foo?') 958 rli.question('hello?', { signal }, common.mustNotCall()); 969 const question = util.promisify(rli.question).bind(rli); constant 973 question('hello?', { signal }) [all …]
|
/third_party/flutter/flutter/.github/ISSUE_TEMPLATE/ |
D | SUPPORT.md | 3 about: You have a question for how to achieve a particular effect, or you need help 17 If you can't find the answer there, please consider asking a question on
|
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/typescript/basics/ |
D | short-circuiting-assignment-question-question.src.ts.shot | 3 exports[`typescript basics short-circuiting-assignment-question-question.src 1`] = `
|
/third_party/gettext/gettext-tools/tests/ |
D | lang-pascal | 19 question = '''Your command, please?'', asked the waiter.'; 24 writeln(question);
|
/third_party/ffmpeg/doc/dev_community/ |
D | resolution_process.md | 44 technical question and will request input from the community. 50 * contain a precise question that does not exceed 100 words and that is answerable by developers 59 * answering to the question.
|
/third_party/e2fsprogs/e2fsck/ |
D | problemP.h | 24 problem_t question; member
|
/third_party/node/doc/api/ |
D | readline.md | 27 rl.question('What do you think of Node.js? ', (answer) => { 184 rl.question('Are you sure you want to exit? ', (answer) => { 259 ### `rl.question(query[, options], callback)` 267 * `signal` {AbortSignal} Optionally allows the `question()` to be canceled 272 The `rl.question()` method displays the `query` by writing it to the `output`, 276 When called, `rl.question()` will resume the `input` stream if it has been 282 The `callback` function passed to `rl.question()` does not follow the typical 289 rl.question('What is your favorite food? ', (answer) => { 294 Using an `AbortController` to cancel a question. 300 rl.question('What is your favorite food? ', { signal }, (answer) => { [all …]
|
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 147-define-macro-no-space.c.expected | 50 ? question mark
|
/third_party/libsoup/libsoup/ |
D | soup-uri.c | 239 const char *end, *hash, *colon, *at, *path, *question; in soup_uri_new_with_base() local 377 question = memchr (uri_string, '?', end - uri_string); in soup_uri_new_with_base() 378 if (question) { in soup_uri_new_with_base() 379 uri->query = uri_normalized_copy (question + 1, in soup_uri_new_with_base() 380 end - (question + 1), in soup_uri_new_with_base() 382 end = question; in soup_uri_new_with_base()
|