Home
last modified time | relevance | path

Searched refs:curly (Results 1 – 25 of 124) sorted by relevance

12345

/third_party/boost/libs/graph/example/
Dadjacency_list.expected2 1 --joe--> 0 --curly--> 2 --dick--> 3
3 2 --curly--> 1 --tom--> 4
11 1 --curly--> 2
12 2 --curly--> 1 --tom--> 4
Dordered_out_edges.expected2 1 --chandler--> 0 --joe--> 0 --curly--> 2 --dick--> 3 --dick--> 3
3 2 --curly--> 1 --tom--> 4
/third_party/typescript/tests/baselines/reference/
DindexSignatureOfTypeUnknownStillRequiresIndexSignature.types9 >[ { 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"
DdestructuringParameterProperties1.types47 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}"
DjsdocTemplateTag3.errors.txt6 ….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.
DindexSignatureOfTypeUnknownStillRequiresIndexSignature.errors.txt11 { name: "curly", age: 60 }
DindexSignatureOfTypeUnknownStillRequiresIndexSignature.symbols21 { name: "curly", age: 60 }
Des6ClassTest.errors.txt60 // // a curly body defines a getter in the same way that "get"
Des6ClassTest.types118 // // a curly body defines a getter in the same way that "get"
Des6ClassTest2.errors.txt33 // a curly body defines a getter in the same way that "get"
/third_party/toybox/toys/posix/
Dfind.c88 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()
Dsed.c333 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.eslintrc37 "curly": 2,
89 "template-curly-spacing": 2,
/third_party/jsframework/
D.eslintrc37 "curly": 2,
89 "template-curly-spacing": 2,
/third_party/boost/libs/regex/doc/
Dcollating_names.qbk107 [[left-curly-bracket][{]]
109 [[right-curly-bracket][}]]
/third_party/node/deps/npm/node_modules/fs-vacuum/
D.eslintrc6 "curly" : 0,
/third_party/typescript_eslint/
D.eslintrc.js88 curly: ['error', 'all'],
/third_party/jerryscript/docs/
D08.CODING-STANDARDS.md163 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/
Dcontrib.txt21 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/
Dfunction_template.cc153 # "foo_idl_files" and "invoker" to be the set of stuff defined in the curly
/third_party/typescript_eslint/packages/eslint-plugin/
DROADMAP.md52 | [`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/
Dinfo_parser.qbk17 supports C-style character escapes, nesting via curly braces, and file inclusion
/third_party/node/tools/doc/
Daddon-verify.mjs65 // eslint-disable-next-line no-template-curly-in-string
/third_party/node/deps/npm/node_modules/chalk/
Dreadme.md234 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/
DCODING_STYLE.md101 - if/else: { on the same line, no curly braces if both blocks are a single
103 have curly braces.

12345