Home
last modified time | relevance | path

Searched defs:todo (Results 1 – 25 of 48) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DtsxSpreadChildren.js17 function Todo(prop: { key: number, todo: string }) { property
22 {...todos.map(todo => <Todo key={todo.id} todo={todo.todo}/>)} field
36 {...todos.map(function (todo) { return <Todo key={todo.id} todo={todo.todo}/>; })} field
DtsxSpreadChildrenInvalidType(jsx=react,target=es5).js17 function Todo(prop: { key: number, todo: string }) { property
61 …_spreadArray(["div", null], React.createElement(Todo, { key: todos[0].id, todo: todos[0].todo }), … property
66 …_spreadArray(["div", null], React.createElement(Todo, { key: todos[0].id, todo: todos[0].todo }), … property
DtsxSpreadChildrenInvalidType(jsx=react,target=es2015).js17 function Todo(prop: { key: number, todo: string }) { property
40 …return React.createElement("div", null, ...React.createElement(Todo, { key: todos[0].id, todo: tod… property
44 …return React.createElement("div", null, ...React.createElement(Todo, { key: todos[0].id, todo: tod… property
DtsxSpreadChildrenInvalidType(jsx=react-jsx,target=es2015).js17 function Todo(prop: { key: number, todo: string }) { property
41 return _jsxs("div", { children: [..._jsx(Todo, { todo: todos[0].todo }, todos[0].id)] }); property
45 return _jsxs("div", { children: [..._jsx(Todo, { todo: todos[0].todo }, todos[0].id)] }); property
DtsxSpreadChildrenInvalidType(jsx=react-jsx,target=es5).js17 function Todo(prop: { key: number, todo: string }) { property
64 …jsxs)("div", { children: __spreadArray([], (0, jsx_runtime_1.jsx)(Todo, { todo: todos[0].todo }, t… property
69 …jsxs)("div", { children: __spreadArray([], (0, jsx_runtime_1.jsx)(Todo, { todo: todos[0].todo }, t… property
DtsxReactEmitNesting.js23 <label onDoubleClick={()=>{ctrl.editTodo(todo)}}>{todo.title}</label> field
46 … vdom.createElement("ul", { "class": "todo-list" }, model.filteredTodos.map(function (todo) { argument
47 …return vdom.createElement("li", { "class": { todo: true, completed: todo.completed, editing: todo … property
/third_party/toybox/scripts/
Dmkstatus.py83 todo=[] variable
114 todo = [] variable
/third_party/node/test/fixtures/test-runner/
Dtodo_exit_code.js13 test('empty string todo', { todo: '' }, () => { property
/third_party/node/test/fixtures/test-runner/output/
Dtap_escape.js14 test('escaped todo message', { todo: '#todo' }); property
Ddescribe_it.js12 it('sync pass todo with message', { todo: 'this is a passing todo' }, () => { property
19 it('sync todo with message', { todo: 'this is a failing todo' }, () => { property
/third_party/node/deps/npm/node_modules/are-we-there-yet/lib/
Dtracker-group.js68 newItem (name, todo, weight) { argument
72 newStream (name, todo, weight) { argument
Dtracker.js5 constructor (name, todo) { argument
/third_party/elfutils/tests/
Darextract.c39 size_t todo; in main() local
/third_party/node/test/parallel/
Dtest-runner-typechecking.js12 const testTodo = test('todo test', { todo: true }); property
/third_party/node/lib/internal/readline/
Dpromises.js24 #todo = []; field in Readline
/third_party/glfw/docs/
Dextra.scss122 ….invariant code,.warning code,.attention code,.deprecated code,.bug code,.todo code,.test code,tab… class
400 dl.todo,dl.test { class
404 dl.note,dl.pre,dl.post,dl.invariant,dl.warning,dl.attention,dl.deprecated,dl.bug,dl.todo,dl.test { class
411 .note a,.pre a,.post a,.invariant a,.warning a,.attention a,.deprecated a,.bug a,.todo a,.test a,.n… class
/third_party/node/deps/openssl/openssl/crypto/chacha/
Dchacha_enc.c77 size_t todo, i; in ChaCha20_ctr32() local
/third_party/openssl/crypto/chacha/
Dchacha_enc.c77 size_t todo, i; in ChaCha20_ctr32() local
/third_party/skia/tools/
DHashAndEncode.cpp75 int todo = std::min(N, 1<<27); // Keep todo*8 <= 1B; skcms requires N*bpp < MAX_INT. in HashAndEncode() local
/third_party/node/lib/internal/test_runner/reporter/
Dtap.js67 function reportTest(nesting, testNumber, status, name, skip, todo) { argument
/third_party/node/deps/uv/src/
Didna.c120 unsigned todo; in uv__idna_toascii_label() local
/third_party/libuv/src/
Didna.c167 unsigned todo; in uv__idna_toascii_label() local
/third_party/gptfdisk/
Dgptpart.cc208 int todo ; local
/third_party/node/lib/internal/test_runner/
Dharness.js186 todo: 0, property
Dtest.js152 todo(message) { method in TestContext
519 todo(message) { method in Test

12