/third_party/boost/libs/graph/example/ |
D | adjacency_list.expected | 2 1 --joe--> 0 --curly--> 2 --dick--> 3 3 2 --curly--> 1 --tom--> 4 11 1 --curly--> 2 12 2 --curly--> 1 --tom--> 4
|
D | ordered_out_edges.expected | 2 1 --chandler--> 0 --joe--> 0 --curly--> 2 --dick--> 3 --dick--> 3 3 2 --curly--> 1 --tom--> 4
|
/third_party/typescript/tests/baselines/reference/ |
D | indexSignatureOfTypeUnknownStillRequiresIndexSignature.types | 9 >[ { name: "moe", age: 40 }, { name: "larry", age: 50 }, { name: "curly", age: 60 }] : { name: s… 25 { name: "curly", age: 60 } 26 >{ name: "curly", age: 60 } : { name: string; age: number; } 28 >"curly" : "curly"
|
D | destructuringParameterProperties1.types | 47 c1 = new C1(["larry", "{curly}", "moe"]); 48 >c1 = new C1(["larry", "{curly}", "moe"]) : C1 50 >new C1(["larry", "{curly}", "moe"]) : C1 52 >["larry", "{curly}", "moe"] : string[] 54 >"{curly}" : "{curly}"
|
D | jsdocTemplateTag3.errors.txt | 6 ….js(25,2): error TS1069: Unexpected token. A type parameter name was expected without curly braces. 46 !!! error TS1069: Unexpected token. A type parameter name was expected without curly braces.
|
D | indexSignatureOfTypeUnknownStillRequiresIndexSignature.errors.txt | 11 { name: "curly", age: 60 }
|
D | indexSignatureOfTypeUnknownStillRequiresIndexSignature.symbols | 21 { name: "curly", age: 60 }
|
D | es6ClassTest.errors.txt | 60 // // a curly body defines a getter in the same way that "get"
|
D | es6ClassTest.types | 118 // // a curly body defines a getter in the same way that "get"
|
D | es6ClassTest2.errors.txt | 33 // a curly body defines a getter in the same way that "get"
|
/third_party/toybox/toys/posix/ |
D | find.c | 88 int dir, plus, arglen, argsize, curly; member 120 if (aa->curly < 0) { in flush_exec() 124 int pos = aa->curly, rest = aa->arglen - aa->curly; in flush_exec() 130 rest = aa->arglen - aa->curly - 1; in flush_exec() 131 memcpy(newargs+pos, aa->argstart+aa->curly+1, sizeof(char *)*rest); in flush_exec() 513 aa->curly = -1; in do_find() 519 aa->curly = len; in do_find() 528 aa->curly!=-1 ? "\\;" : "{}"); in do_find()
|
D | sed.c | 333 int curly = 1; in sed_line() local 335 while (curly) { in sed_line() 337 if (command->c == '{') curly++; in sed_line() 338 if (command->c == '}') curly--; in sed_line()
|
/third_party/jsframework/mock-generate/ |
D | .eslintrc | 37 "curly": 2, 89 "template-curly-spacing": 2,
|
/third_party/jsframework/ |
D | .eslintrc | 37 "curly": 2, 89 "template-curly-spacing": 2,
|
/third_party/boost/libs/regex/doc/ |
D | collating_names.qbk | 107 [[left-curly-bracket][{]] 109 [[right-curly-bracket][}]]
|
/third_party/node/deps/npm/node_modules/fs-vacuum/ |
D | .eslintrc | 6 "curly" : 0,
|
/third_party/typescript_eslint/ |
D | .eslintrc.js | 88 curly: ['error', 'all'],
|
/third_party/jerryscript/docs/ |
D | 08.CODING-STANDARDS.md | 163 Each code block must be enclosed in curly braces even 291 * Newlines are not allowed after an opening curly brace or before 292 a closing curly brace 345 /* No newlines are allowed after an opening curly 346 * brace or before a closing curly brace */
|
/third_party/lwip/doc/ |
D | contrib.txt | 21 6. one space and no newline before opening curly braces of a block. 22 7. closing curly brace on a single line.
|
/third_party/gn/src/gn/ |
D | function_template.cc | 153 # "foo_idl_files" and "invoker" to be the set of stuff defined in the curly
|
/third_party/typescript_eslint/packages/eslint-plugin/ |
D | ROADMAP.md | 52 | [`curly`] | | [`curly`][curly] … 74 | [`no-invalid-template-strings`] | | [`no-template-curly-in-string`][no-template-curly-in… 304 | `react-tsx-curly-spacing` | | [`react/jsx-curly-spacing`] | 365 [`curly`]: https://palantir.github.io/tslint/rules/curly 508 [curly]: https://eslint.org/docs/rules/curly 524 [no-template-curly-in-string]: https://eslint.org/docs/rules/no-template-curly-in-string 670 [`react/jsx-curly-spacing`]: https://github.com/yannickcr/eslint-plugin-react/blob/HEAD/docs/rules/…
|
/third_party/boost/libs/property_tree/doc/ |
D | info_parser.qbk | 17 supports C-style character escapes, nesting via curly braces, and file inclusion
|
/third_party/node/tools/doc/ |
D | addon-verify.mjs | 65 // eslint-disable-next-line no-template-curly-in-string
|
/third_party/node/deps/npm/node_modules/chalk/ |
D | readme.md | 234 Blocks are delimited by an opening curly brace (`{`), a style, some content, and a closing curly br… 245 …lk`${foo}` ``) are converted to strings via the `.toString()` method. All curly braces (`{` and `}…
|
/third_party/libinput/ |
D | CODING_STYLE.md | 101 - if/else: { on the same line, no curly braces if both blocks are a single 103 have curly braces.
|