Home
last modified time | relevance | path

Searched refs:todo (Results 1 – 25 of 275) sorted by relevance

1234567891011

/third_party/typescript/tests/baselines/reference/
DtsxSpreadChildren.types16 todo: string;
17 >todo : string
23 function Todo(prop: { key: number, todo: string }) {
24 >Todo : (prop: { key: number; todo: string;}) => JSX.Element
25 >prop : { key: number; todo: string; }
27 >todo : string
29 return <div>{prop.key.toString() + prop.todo}</div>;
30 ><div>{prop.key.toString() + prop.todo}</div> : JSX.Element
32 >prop.key.toString() + prop.todo : string
36 >prop : { key: number; todo: string; }
[all …]
DtsxReactEmitNesting.types14todo" autofocus autocomplete="off" placeholder="What needs to be done?" value={model.newTodo} onKe…
19todo" autofocus autocomplete="off" placeholder="What needs to be done?" value={model.newTodo} onKe…
24 ><header class="header"> <h1>todos &lt;x&gt;</h1> <input class="new-todo" aut…
33 …<input class="new-todo" autofocus autocomplete="off" placeholder="What needs to be done?" value={m…
34 ><input class="new-todo" autofocus autocomplete="off" placeholder="What needs to be done?" value={m…
58todo-list"> {model.filteredTodos.map((todo) => <li class={{todo:…
92 <ul class="todo-list">
93todo-list"> {model.filteredTodos.map((todo) => <li class={{todo:…
97 {model.filteredTodos.map((todo) =>
98todo) => <li class={{todo: true, completed: todo.completed, editing: todo == mo…
[all …]
DtsxSpreadChildrenInvalidType(jsx=react-jsx,target=es2015).types16 todo: string;
17 >todo : string
23 function Todo(prop: { key: number, todo: string }) {
24 >Todo : (prop: { key: number; todo: string;}) => any
25 >prop : { key: number; todo: string; }
27 >todo : string
29 return <div>{prop.key.toString() + prop.todo}</div>;
30 ><div>{prop.key.toString() + prop.todo}</div> : any
32 >prop.key.toString() + prop.todo : string
36 >prop : { key: number; todo: string; }
[all …]
DtsxSpreadChildrenInvalidType(jsx=react-jsx,target=es5).types16 todo: string;
17 >todo : string
23 function Todo(prop: { key: number, todo: string }) {
24 >Todo : (prop: { key: number; todo: string;}) => any
25 >prop : { key: number; todo: string; }
27 >todo : string
29 return <div>{prop.key.toString() + prop.todo}</div>;
30 ><div>{prop.key.toString() + prop.todo}</div> : any
32 >prop.key.toString() + prop.todo : string
36 >prop : { key: number; todo: string; }
[all …]
DtsxSpreadChildrenInvalidType(jsx=react,target=es5).types16 todo: string;
17 >todo : string
23 function Todo(prop: { key: number, todo: string }) {
24 >Todo : (prop: { key: number; todo: string;}) => JSX.Element
25 >prop : { key: number; todo: string; }
27 >todo : string
29 return <div>{prop.key.toString() + prop.todo}</div>;
30 ><div>{prop.key.toString() + prop.todo}</div> : JSX.Element
32 >prop.key.toString() + prop.todo : string
36 >prop : { key: number; todo: string; }
[all …]
DtsxSpreadChildrenInvalidType(jsx=react,target=es2015).types16 todo: string;
17 >todo : string
23 function Todo(prop: { key: number, todo: string }) {
24 >Todo : (prop: { key: number; todo: string;}) => JSX.Element
25 >prop : { key: number; todo: string; }
27 >todo : string
29 return <div>{prop.key.toString() + prop.todo}</div>;
30 ><div>{prop.key.toString() + prop.todo}</div> : JSX.Element
32 >prop.key.toString() + prop.todo : string
36 >prop : { key: number; todo: string; }
[all …]
DtsxSpreadChildren.symbols24 todo: string;
25 >todo : Symbol(TodoProp.todo, Decl(tsxSpreadChildren.tsx, 9, 15))
34 function Todo(prop: { key: number, todo: string }) {
38 >todo : Symbol(todo, Decl(tsxSpreadChildren.tsx, 15, 34))
40 return <div>{prop.key.toString() + prop.todo}</div>;
47 >prop.todo : Symbol(todo, Decl(tsxSpreadChildren.tsx, 15, 34))
49 >todo : Symbol(todo, Decl(tsxSpreadChildren.tsx, 15, 34))
60 {...todos.map(todo => <Todo key={todo.id} todo={todo.todo}/>)}
64 >todo : Symbol(todo, Decl(tsxSpreadChildren.tsx, 20, 22))
67 >todo.id : Symbol(TodoProp.id, Decl(tsxSpreadChildren.tsx, 8, 20))
[all …]
DtsxSpreadChildrenInvalidType(jsx=react-jsx,target=es2015).symbols24 todo: string;
25 >todo : Symbol(TodoProp.todo, Decl(tsxSpreadChildrenInvalidType.tsx, 9, 15))
34 function Todo(prop: { key: number, todo: string }) {
38 >todo : Symbol(todo, Decl(tsxSpreadChildrenInvalidType.tsx, 15, 34))
40 return <div>{prop.key.toString() + prop.todo}</div>;
46 >prop.todo : Symbol(todo, Decl(tsxSpreadChildrenInvalidType.tsx, 15, 34))
48 >todo : Symbol(todo, Decl(tsxSpreadChildrenInvalidType.tsx, 15, 34))
56 {...<Todo key={todos[0].id} todo={todos[0].todo} />}
62 >todo : Symbol(todo, Decl(tsxSpreadChildrenInvalidType.tsx, 20, 35))
63 >todos[0].todo : Symbol(TodoProp.todo, Decl(tsxSpreadChildrenInvalidType.tsx, 9, 15))
[all …]
DtsxSpreadChildrenInvalidType(jsx=react-jsx,target=es5).symbols24 todo: string;
25 >todo : Symbol(TodoProp.todo, Decl(tsxSpreadChildrenInvalidType.tsx, 9, 15))
34 function Todo(prop: { key: number, todo: string }) {
38 >todo : Symbol(todo, Decl(tsxSpreadChildrenInvalidType.tsx, 15, 34))
40 return <div>{prop.key.toString() + prop.todo}</div>;
46 >prop.todo : Symbol(todo, Decl(tsxSpreadChildrenInvalidType.tsx, 15, 34))
48 >todo : Symbol(todo, Decl(tsxSpreadChildrenInvalidType.tsx, 15, 34))
56 {...<Todo key={todos[0].id} todo={todos[0].todo} />}
62 >todo : Symbol(todo, Decl(tsxSpreadChildrenInvalidType.tsx, 20, 35))
63 >todos[0].todo : Symbol(TodoProp.todo, Decl(tsxSpreadChildrenInvalidType.tsx, 9, 15))
[all …]
DtsxSpreadChildren.js12 todo: string;
17 function Todo(prop: { key: number, todo: string }) { property
18 return <div>{prop.key.toString() + prop.todo}</div>;
22 {...todos.map(todo => <Todo key={todo.id} todo={todo.todo}/>)} field
31 return <div>{prop.key.toString() + prop.todo}</div>;
36 {...todos.map(function (todo) { return <Todo key={todo.id} todo={todo.todo}/>; })} field
DtsxSpreadChildrenInvalidType(jsx=react,target=es5).symbols24 todo: string;
25 >todo : Symbol(TodoProp.todo, Decl(tsxSpreadChildrenInvalidType.tsx, 9, 15))
34 function Todo(prop: { key: number, todo: string }) {
38 >todo : Symbol(todo, Decl(tsxSpreadChildrenInvalidType.tsx, 15, 34))
40 return <div>{prop.key.toString() + prop.todo}</div>;
47 >prop.todo : Symbol(todo, Decl(tsxSpreadChildrenInvalidType.tsx, 15, 34))
49 >todo : Symbol(todo, Decl(tsxSpreadChildrenInvalidType.tsx, 15, 34))
60 {...<Todo key={todos[0].id} todo={todos[0].todo} />}
66 >todo : Symbol(todo, Decl(tsxSpreadChildrenInvalidType.tsx, 20, 35))
67 >todos[0].todo : Symbol(TodoProp.todo, Decl(tsxSpreadChildrenInvalidType.tsx, 9, 15))
[all …]
DtsxSpreadChildrenInvalidType(jsx=react,target=es2015).symbols24 todo: string;
25 >todo : Symbol(TodoProp.todo, Decl(tsxSpreadChildrenInvalidType.tsx, 9, 15))
34 function Todo(prop: { key: number, todo: string }) {
38 >todo : Symbol(todo, Decl(tsxSpreadChildrenInvalidType.tsx, 15, 34))
40 return <div>{prop.key.toString() + prop.todo}</div>;
47 >prop.todo : Symbol(todo, Decl(tsxSpreadChildrenInvalidType.tsx, 15, 34))
49 >todo : Symbol(todo, Decl(tsxSpreadChildrenInvalidType.tsx, 15, 34))
60 {...<Todo key={todos[0].id} todo={todos[0].todo} />}
66 >todo : Symbol(todo, Decl(tsxSpreadChildrenInvalidType.tsx, 20, 35))
67 >todos[0].todo : Symbol(TodoProp.todo, Decl(tsxSpreadChildrenInvalidType.tsx, 9, 15))
[all …]
DtsxReactEmitNesting.symbols24 …<input class="new-todo" autofocus autocomplete="off" placeholder="What needs to be done?" value={m…
51 <ul class="todo-list">
54 {model.filteredTodos.map((todo) =>
56 >todo : Symbol(todo, Decl(file.tsx, 14, 42))
58 … <li class={{todo: true, completed: todo.completed, editing: todo == model.editedTodo}}>
60 >todo : Symbol(todo, Decl(file.tsx, 15, 32))
62 >todo : Symbol(todo, Decl(file.tsx, 14, 42))
64 >todo : Symbol(todo, Decl(file.tsx, 14, 42))
70 {(!todo.editable) ?
71 >todo : Symbol(todo, Decl(file.tsx, 14, 42))
[all …]
DtsxReactEmitNesting.js16 {model.filteredTodos.map((todo) =>
17 … <li class={{todo: true, completed: todo.completed, editing: todo == model.editedTodo}}>
19 {(!todo.editable) ?
23 <label onDoubleClick={()=>{ctrl.editTodo(todo)}}>{todo.title}</label> field
24 … <button class="destroy" onClick={ctrl.removeTodo.bind(ctrl,todo)}></button>
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
49 (!todo.editable) ?
52 … vdom.createElement("label", { onDoubleClick: function () { ctrl.editTodo(todo); } }, todo.title),
53 … vdom.createElement("button", { "class": "destroy", onClick: ctrl.removeTodo.bind(ctrl, todo) }),
DtsxSpreadChildrenInvalidType(jsx=react,target=es2015).js12 todo: string;
17 function Todo(prop: { key: number, todo: string }) { property
18 return <div>{prop.key.toString() + prop.todo}</div>;
22 {...<Todo key={todos[0].id} todo={todos[0].todo} />}
28 {...(<Todo key={todos[0].id} todo={todos[0].todo} /> as any)}
37 return React.createElement("div", null, prop.key.toString() + prop.todo);
40 …reateElement("div", null, ...React.createElement(Todo, { key: todos[0].id, todo: todos[0].todo })); property
44 …reateElement("div", null, ...React.createElement(Todo, { key: todos[0].id, todo: todos[0].todo })); property
DtsxSpreadChildrenInvalidType(jsx=react-jsx,target=es2015).js12 todo: string;
17 function Todo(prop: { key: number, todo: string }) { property
18 return <div>{prop.key.toString() + prop.todo}</div>;
22 {...<Todo key={todos[0].id} todo={todos[0].todo} />}
28 {...(<Todo key={todos[0].id} todo={todos[0].todo} /> as any)}
38 return _jsx("div", { children: prop.key.toString() + prop.todo });
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,target=es5).js12 todo: string;
17 function Todo(prop: { key: number, todo: string }) { property
18 return <div>{prop.key.toString() + prop.todo}</div>;
22 {...<Todo key={todos[0].id} todo={todos[0].todo} />}
28 {...(<Todo key={todos[0].id} todo={todos[0].todo} /> as any)}
57 return React.createElement("div", null, prop.key.toString() + prop.todo);
61 …Array(["div", null], React.createElement(Todo, { key: todos[0].id, todo: todos[0].todo }), false)); property
66 …Array(["div", null], React.createElement(Todo, { key: todos[0].id, todo: todos[0].todo }), false)); property
DtsxSpreadChildrenInvalidType(jsx=react-jsx,target=es5).js12 todo: string;
17 function Todo(prop: { key: number, todo: string }) { property
18 return <div>{prop.key.toString() + prop.todo}</div>;
22 {...<Todo key={todos[0].id} todo={todos[0].todo} />}
28 {...(<Todo key={todos[0].id} todo={todos[0].todo} /> as any)}
60 return (0, jsx_runtime_1.jsx)("div", { children: prop.key.toString() + prop.todo });
64 …div", { children: __spreadArray([], (0, jsx_runtime_1.jsx)(Todo, { todo: todos[0].todo }, todos[0]… property
69 …div", { children: __spreadArray([], (0, jsx_runtime_1.jsx)(Todo, { todo: todos[0].todo }, todos[0]… property
DtsxSpreadChildrenInvalidType(jsx=react,target=es5).errors.txt15 todo: string;
20 function Todo(prop: { key: number, todo: string }) {
21 return <div>{prop.key.toString() + prop.todo}</div>;
25 {...<Todo key={todos[0].id} todo={todos[0].todo} />}
33 {...(<Todo key={todos[0].id} todo={todos[0].todo} /> as any)}
/third_party/node/benchmark/http/
D_chunky_http_client.js15 let todo = [];
23 todo = [];
24 todo.push('GET / HTTP/1.1');
25 todo.push('Host: localhost');
26 todo.push('Connection: keep-alive');
27 todo.push('Accept: text/html,application/xhtml+xml,' +
29 todo.push('User-Agent: Mozilla/5.0 (X11; Linux x86_64) ' +
32 todo.push('Accept-Encoding: gzip, deflate, sdch');
33 todo.push('Accept-Language: en-US,en;q=0.8');
37 todo.push(`X-Header-${i}: ${headers[i % 3]}`);
[all …]
/third_party/mbedtls/programs/test/
Dbenchmark.c524 todo_list todo; in main() local
541 memset(&todo, 1, sizeof(todo)); in main()
543 memset(&todo, 0, sizeof(todo)); in main()
547 todo.md5 = 1; in main()
549 todo.ripemd160 = 1; in main()
551 todo.sha1 = 1; in main()
553 todo.sha256 = 1; in main()
555 todo.sha512 = 1; in main()
557 todo.des3 = 1; in main()
559 todo.des = 1; in main()
[all …]
/third_party/typescript/tests/cases/conformance/jsx/
DtsxReactEmitNesting.tsx14 …<input class="new-todo" autofocus autocomplete="off" placeholder="What needs to be done?" value={m…
18 <ul class="todo-list">
19 {model.filteredTodos.map((todo) =>
20 … <li class={{todo: true, completed: todo.completed, editing: todo == model.editedTodo}}>
22 {(!todo.editable) ?
26 <label onDoubleClick={()=>{ctrl.editTodo(todo)}}>{todo.title}</label>
27 … <button class="destroy" onClick={ctrl.removeTodo.bind(ctrl,todo)}></button>
DtsxSpreadChildren.tsx13 todo: string;
18 function Todo(prop: { key: number, todo: string }) {
19 return <div>{prop.key.toString() + prop.todo}</div>;
23 {...todos.map(todo => <Todo key={todo.id} todo={todo.todo}/>)}
DtsxSpreadChildrenInvalidType.tsx13 todo: string;
18 function Todo(prop: { key: number, todo: string }) {
19 return <div>{prop.key.toString() + prop.todo}</div>;
23 {...<Todo key={todos[0].id} todo={todos[0].todo} />}
29 {...(<Todo key={todos[0].id} todo={todos[0].todo} /> as any)}
/third_party/node/lib/internal/readline/
Dpromises.js24 #todo = []; field in Readline
48 else ArrayPrototypePush(this.#todo, data);
78 else ArrayPrototypePush(this.#todo, data);
99 else ArrayPrototypePush(this.#todo, data);
111 ArrayPrototypePush(this.#todo, kClearScreenDown);
124 this.#stream.write(ArrayPrototypeJoin(this.#todo, ''), resolve);
125 this.#todo = [];
135 this.#todo = [];

1234567891011