Home
last modified time | relevance | path

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

12345678910>>...109

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/helpers/
H A Dtodos_helper.rb16 def todo_action_name(todo) argument
31 def todo_self_addressing(todo) argument
38 def todo_target_link(todo) argument
49 def todo_target_title(todo) argument
58 def todo_parent_path(todo) argument
66 def todo_target_type_name(todo) argument
73 def todo_target_path(todo) argument
179 def todo_due_date(todo) argument
200 def todo_author_display?(todo) argument
218 def todo_action_subject(todo) argument
[all …]
/dports/deskutils/deforaos-todo/Todo-0.2.1/src/
H A Dwindow.c52 Todo * todo; member
171 TodoWindow * todo; in todowindow_new() local
231 TodoWindow * todo = data; in _todowindow_on_close() local
240 TodoWindow * todo = data; in _todowindow_on_closex() local
251 TodoWindow * todo = data; in _todowindow_on_edit() local
260 TodoWindow * todo = data; in _todowindow_on_new() local
269 TodoWindow * todo = data; in _todowindow_on_preferences() local
280 TodoWindow * todo = data; in _todowindow_on_file_close() local
289 TodoWindow * todo = data; in _todowindow_on_file_edit() local
298 TodoWindow * todo = data; in _todowindow_on_file_new() local
[all …]
H A Dtodo.c176 Todo * todo; in todo_new() local
326 Todo * todo = data; in _new_idle() local
398 Todo * todo = data; in _about_on_closex() local
541 Todo * todo) in _task_delete_selected_foreach()
1112 Todo * todo = data; in _todo_on_view_all_tasks() local
1121 Todo * todo = data; in _todo_on_view_completed_tasks() local
1130 Todo * todo = data; in _todo_on_view_remaining_tasks() local
1140 Todo * todo = data; in _todo_on_delete() local
1149 Todo * todo = data; in _todo_on_edit() local
1158 Todo * todo = data; in _todo_on_new() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/perf_tests/speedometer/resources/todomvc/labs/architecture-examples/react/js/
H A Dapp.jsx66 this.state.todos.forEach(function (todo) { argument
73 toggle: function (todo) { argument
78 destroy: function (todo) { argument
86 edit: function (todo, callback) { argument
94 save: function (todo, text) { argument
104 var newTodos = this.state.todos.filter(function (todo) { argument
122 var shownTodos = this.state.todos.filter(function (todo) { argument
133 shownTodos.forEach(function (todo) { argument
147 activeTodoCount = this.state.todos.filter(function (todo) { argument
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/js/
H A Dapp.jsx66 this.state.todos.forEach(function (todo) { argument
73 toggle: function (todo) { argument
78 destroy: function (todo) { argument
86 edit: function (todo, callback) { argument
94 save: function (todo, text) { argument
104 var newTodos = this.state.todos.filter(function (todo) { argument
122 var shownTodos = this.state.todos.filter(function (todo) { argument
133 shownTodos.forEach(function (todo) { argument
147 activeTodoCount = this.state.todos.filter(function (todo) { argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/js/
H A Dapp.jsx66 this.state.todos.forEach(function (todo) { argument
73 toggle: function (todo) { argument
78 destroy: function (todo) { argument
86 edit: function (todo, callback) { argument
94 save: function (todo, text) { argument
104 var newTodos = this.state.todos.filter(function (todo) { argument
122 var shownTodos = this.state.todos.filter(function (todo) { argument
133 shownTodos.forEach(function (todo) { argument
147 activeTodoCount = this.state.todos.filter(function (todo) { argument
/dports/www/firefox/firefox-99.0/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/js/
H A Dapp.jsx66 this.state.todos.forEach(function (todo) { argument
73 toggle: function (todo) { argument
78 destroy: function (todo) { argument
86 edit: function (todo, callback) { argument
94 save: function (todo, text) { argument
104 var newTodos = this.state.todos.filter(function (todo) { argument
122 var shownTodos = this.state.todos.filter(function (todo) { argument
133 shownTodos.forEach(function (todo) { argument
147 activeTodoCount = this.state.todos.filter(function (todo) { argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/js/
H A Dapp.jsx66 this.state.todos.forEach(function (todo) { argument
73 toggle: function (todo) { argument
78 destroy: function (todo) { argument
86 edit: function (todo, callback) { argument
94 save: function (todo, text) { argument
104 var newTodos = this.state.todos.filter(function (todo) { argument
122 var shownTodos = this.state.todos.filter(function (todo) { argument
133 shownTodos.forEach(function (todo) { argument
147 activeTodoCount = this.state.todos.filter(function (todo) { argument
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/js/
H A Dapp.jsx66 this.state.todos.forEach(function (todo) { argument
73 toggle: function (todo) { argument
78 destroy: function (todo) { argument
86 edit: function (todo, callback) { argument
94 save: function (todo, text) { argument
104 var newTodos = this.state.todos.filter(function (todo) { argument
122 var shownTodos = this.state.todos.filter(function (todo) { argument
133 shownTodos.forEach(function (todo) { argument
147 activeTodoCount = this.state.todos.filter(function (todo) { argument
/dports/net/kcalutils/kcalutils-21.12.3/autotests/
H A Dtesttodotooltip.cpp49 KCalendarCore::Todo::Ptr todo{new KCalendarCore::Todo}; in makeToDo() local
120 auto todo = makeToDo(allDay, !RECURS, dtStart, dtDue); in testNonrecurring() local
153 auto todo = makeToDo(ALL_DAY, !RECURS, START_DT, DUE_DT); in testAlldayNonrecurringDone() local
169 auto todo = makeToDo(!ALL_DAY, !RECURS, START_DT, DUE_DT); in testTimedNonrecurringDone() local
253 auto todo = makeToDo(allDay, RECURS, dtStart, dtDue); in testRecurringOnDate() local
268 auto todo = makeToDo(ALL_DAY, RECURS, START_DT, DUE_DT); in testAlldayRecurringNoDate() local
284 auto todo = makeToDo(!ALL_DAY, RECURS, START_DT, DUE_DT); in testTimedRecurringNoDate() local
301 auto todo = makeToDo(ALL_DAY, RECURS, START_DT, QDateTime()); in testAlldayRecurringNeverDue() local
334 auto todo = makeToDo(ALL_DAY, RECURS, START_DT, DUE_DT); in testAlldayRecurringDone() local
351 auto todo = makeToDo(!ALL_DAY, RECURS, START_DT, DUE_DT); in testTimedRecurringDone() local
[all …]
/dports/deskutils/zanshin/zanshin-21.12.3/src/akonadi/
H A Dakonadiserializer.cpp158 auto todo = item.payload<KCalCore::Todo::Ptr>(); in updateTaskFromItem() local
232 auto todo = item.payload<KCalCore::Todo::Ptr>(); in isTaskChild() local
241 auto todo = KCalCore::Todo::Ptr::create(); in createItemFromTask() local
347 auto todo = item.payload<KCalCore::Todo::Ptr>(); in updateItemParent() local
364 auto todo = item.payload<KCalCore::Todo::Ptr>(); in removeItemParent() local
373 auto todo = item.payload<KCalCore::Todo::Ptr>(); in promoteItemToProject() local
423 auto todo = item.payload<KCalCore::Todo::Ptr>(); in isProjectItem() local
442 auto todo = item.payload<KCalCore::Todo::Ptr>(); in updateProjectFromItem() local
452 auto todo = KCalCore::Todo::Ptr::create(); in createItemFromProject() local
499 auto todo = item.payload<KCalCore::Todo::Ptr>(); in isContextChild() local
[all …]
/dports/net/kf5-kcalendarcore/kcalendarcore-5.89.0/autotests/
H A Dtestrecurtodo.cpp37 Todo todo; in testAllDay() local
77 Todo todo; in testRecurrenceStart() local
100 Todo todo; in testNonAllDay() local
130 KCalendarCore::Todo::Ptr todo(new KCalendarCore::Todo()); in testIsAllDay() local
152 KCalendarCore::Todo::Ptr todo(new KCalendarCore::Todo()); in testHasDueDate() local
180 KCalendarCore::Todo::Ptr todo(new KCalendarCore::Todo()); in testRecurTodo() local
216 KCalendarCore::Todo::Ptr todo(new KCalendarCore::Todo()); in testDtStart() local
237 KCalendarCore::Todo::Ptr todo(new KCalendarCore::Todo()); in testRecurrenceBasedOnDtStart() local
255 KCalendarCore::Todo::Ptr todo(new KCalendarCore::Todo()); in testRecurrenceBasedOnDue() local
275 KCalendarCore::Todo::Ptr todo(new KCalendarCore::Todo()); in testRecurrenceExdates() local
/dports/misc/tudu/tudu-0.10.3/src/
H A Dscheduler.cc27 void Sched::add_recursive(pToDo todo) in add_recursive()
36 void Sched::add(pToDo todo) in add()
63 void Sched::up(pToDo todo) in up()
82 void Sched::down(pToDo todo) in down()
101 void Sched::del(pToDo todo) in del()
106 void Sched::del_recursive(pToDo todo) in del_recursive()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/perf_tests/speedometer/resources/todomvc/architecture-examples/react/js/
H A Dapp.jsx86 this.todos = this.todos.map(function (todo) { argument
94 this.todos = this.todos.map(function (todo) { argument
103 app.TodoModel.prototype.destroy = function (todo) { argument
112 this.todos = this.todos.map(function (todo) { argument
120 this.todos = this.todos.filter(function (todo) { argument
327 destroy: function (todo) { argument
331 edit: function (todo) { argument
353 var shownTodos = todos.filter(function (todo) { argument
364 var todoItems = shownTodos.map(function (todo) { argument
367 key={todo.id} field in AnonymousFunctionec8086f81c00.AnonymousFunctionec8086f81e00.key
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/js/
H A Dapp.jsx86 this.todos = this.todos.map(function (todo) { argument
94 this.todos = this.todos.map(function (todo) { argument
103 app.TodoModel.prototype.destroy = function (todo) { argument
112 this.todos = this.todos.map(function (todo) { argument
120 this.todos = this.todos.filter(function (todo) { argument
327 destroy: function (todo) { argument
331 edit: function (todo) { argument
353 var shownTodos = todos.filter(function (todo) { argument
364 var todoItems = shownTodos.map(function (todo) { argument
367 key={todo.id} field in AnonymousFunctionb637a9331c00.AnonymousFunctionb637a9331e00.key
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/js/
H A Dapp.jsx86 this.todos = this.todos.map(function (todo) { argument
94 this.todos = this.todos.map(function (todo) { argument
103 app.TodoModel.prototype.destroy = function (todo) { argument
112 this.todos = this.todos.map(function (todo) { argument
120 this.todos = this.todos.filter(function (todo) { argument
327 destroy: function (todo) { argument
331 edit: function (todo) { argument
353 var shownTodos = todos.filter(function (todo) { argument
364 var todoItems = shownTodos.map(function (todo) { argument
367 key={todo.id} field in AnonymousFunctionc9167cda1c00.AnonymousFunctionc9167cda1e00.key
[all …]
/dports/www/firefox/firefox-99.0/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/js/
H A Dapp.jsx86 this.todos = this.todos.map(function (todo) { argument
94 this.todos = this.todos.map(function (todo) { argument
103 app.TodoModel.prototype.destroy = function (todo) { argument
112 this.todos = this.todos.map(function (todo) { argument
120 this.todos = this.todos.filter(function (todo) { argument
327 destroy: function (todo) { argument
331 edit: function (todo) { argument
353 var shownTodos = todos.filter(function (todo) { argument
364 var todoItems = shownTodos.map(function (todo) { argument
367 key={todo.id} field in AnonymousFunction0d2ef90e1c00.AnonymousFunction0d2ef90e1e00.key
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/js/
H A Dapp.jsx86 this.todos = this.todos.map(function (todo) { argument
94 this.todos = this.todos.map(function (todo) { argument
103 app.TodoModel.prototype.destroy = function (todo) { argument
112 this.todos = this.todos.map(function (todo) { argument
120 this.todos = this.todos.filter(function (todo) { argument
327 destroy: function (todo) { argument
331 edit: function (todo) { argument
353 var shownTodos = todos.filter(function (todo) { argument
364 var todoItems = shownTodos.map(function (todo) { argument
367 key={todo.id} field in AnonymousFunctiond9022e631c00.AnonymousFunctiond9022e631e00.key
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/js/
H A Dapp.jsx86 this.todos = this.todos.map(function (todo) { argument
94 this.todos = this.todos.map(function (todo) { argument
103 app.TodoModel.prototype.destroy = function (todo) { argument
112 this.todos = this.todos.map(function (todo) { argument
120 this.todos = this.todos.filter(function (todo) { argument
327 destroy: function (todo) { argument
331 edit: function (todo) { argument
353 var shownTodos = todos.filter(function (todo) { argument
364 var todoItems = shownTodos.map(function (todo) { argument
367 key={todo.id} field in AnonymousFunctionfb6807251c00.AnonymousFunctionfb6807251e00.key
[all …]
/dports/deskutils/calcurse/calcurse-4.7.1/src/
H A Dtodo.c46 static int todo_is_uncompleted(struct todo *todo, void *cbdata) in todo_is_uncompleted()
89 struct todo *todo; in todo_add() local
103 char *todo_tostr(struct todo *todo) in todo_tostr()
117 char *todo_hash(struct todo *todo) in todo_hash()
127 void todo_write(struct todo *todo, FILE * f) in todo_write()
135 void todo_delete_note(struct todo *todo) in todo_delete_note()
143 void todo_delete(struct todo *todo) in todo_delete()
209 void todo_free(struct todo *todo) in todo_free()
/dports/textproc/libkolabxml/libkolabxml-1.1.6/tests/
H A Dvalidationtest.cpp46 Todo todo; in testNoErrorOnValidTodo() local
53 Todo todo; in testNoErrorOnValidTodo() local
60 Todo todo; in testNoErrorOnValidTodo() local
87 Todo todo; in testDifferentTimezones() local
/dports/www/tikiwiki/tiki-21.2/lib/
H A Dtodolib.php111 function applyTodo($todo)
149 function listObjectsTodo($todo, $except = null)
207 function mailTodo($todo, $to, $default_subject = 'Change notification', $default_body = '')
241 function listObjectsTodo_tracker($todo, $except = null)
297 function applyTodo_tracker($todo, $objects)
307 function notifyTodo_tracker($todo, $objects)
/dports/net/ntimed/Ntimed-db0abbb/
H A Dtodo.c41 struct todo { struct
44 TAILQ_ENTRY(todo) list; argument
46 todo_f *func; argument
57 TAILQ_HEAD(,todo) todolist; argument
/dports/deskutils/deforaos-todo/Todo-0.2.1/tools/
H A Dtodo.c50 Todo * todo; member
87 TodoPlugin * todo; in _todo_init() local
114 static void _todo_destroy(TodoPlugin * todo) in _todo_destroy()
123 static GtkWidget * _todo_get_widget(TodoPlugin * todo) in _todo_get_widget()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/api/entities/
H A Dtodo.rb33 def todo_target_url(todo) argument
44 def todo_target_anchor(todo) argument
48 def design_todo_target_url(todo) argument

12345678910>>...109