Home
last modified time | relevance | path

Searched refs:task (Results 76 – 100 of 222) sorted by relevance

123456789

/plugin/todo/
H A Dplugin.info.txt6 desc Create a checkbox based todo list with optional user assignment (by using <todo>This is a ToDo</todo>). In combination with dokuwiki searchpattern plugin it is a lightweight task list management system.
/plugin/bez/mdl/
H A DThread.php163 //reopen the task
186 //update task
187 $this->model->sqlite->query("UPDATE task SET private=? WHERE thread_id=?", $private, $this->id);
422 $res = $this->model->sqlite->query("SELECT state FROM task WHERE thread_id = ?
430 LEFT JOIN task ON thread_comment.id = task.thread_comment_id
432 thread_comment.type = 'cause' AND task.id IS NULL", $this->id);
557 public function mail_notify_task_added(Task $task) {
564 $task_box = $task->mail_task_box($attachedImages);
573 public function mail_notify_task_state_changed(Task $task) {
556 mail_notify_task_added(Task $task) global() argument
572 mail_notify_task_state_changed(Task $task) global() argument
[all...]
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dlist-task.svg1 <svg class="bi bi-list-task" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-embedded.css78 .bpmn-icon-user-task:before { content: '\e817'; } /* '' */
88 .bpmn-icon-task:before { content: '\e821'; } /* '' */
94 .bpmn-icon-business-rule-task:before { content: '\e827'; } /* '' */
119 .bpmn-icon-manual-task:before { content: '\e840'; } /* '' */
122 .bpmn-icon-receive-task:before { content: '\e843'; } /* '' */
131 .bpmn-icon-script-task:before { content: '\e84c'; } /* '' */
132 .bpmn-icon-send-task:before { content: '\e84d'; } /* '' */
141 .bpmn-icon-service-task:before { content: '\e856'; } /* '' */
142 .bpmn-icon-task-none:before { content: '\e857'; } /* '' */
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/
H A Dbpmn-embedded.css79 .bpmn-icon-user-task:before { content: '\e817'; } /* '' */
89 .bpmn-icon-task:before { content: '\e821'; } /* '' */
95 .bpmn-icon-business-rule-task:before { content: '\e827'; } /* '' */
119 .bpmn-icon-manual-task:before { content: '\e840'; } /* '' */
122 .bpmn-icon-receive-task:before { content: '\e843'; } /* '' */
131 .bpmn-icon-script-task:before { content: '\e84c'; } /* '' */
132 .bpmn-icon-send-task:before { content: '\e84d'; } /* '' */
141 .bpmn-icon-service-task:before { content: '\e856'; } /* '' */
142 .bpmn-icon-task-none:before { content: '\e857'; } /* '' */
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_quick_info.js.map1task","$grid_data","$grid","$layout","config","quickinfo_buttons","quick_info_detached","show_quic…
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dendless_loop_bug.md4 For the "Hello" task, you will create a `say` [action](structure-controllers.md#creating-actions) t…
/plugin/judge/
H A Daction.php189 $task = $INPUT->str('name');
194 switch ($task) {
/plugin/yuriigantt/
H A DREADME.md48 "task": 1,
77 "task": 12,
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_smart_rendering.js152 isTaskDisplayed: function(id, task){ argument
414 taskRenderer.filters.push(function(id, task){ argument
418 return !!gantt._smart_render.isTaskDisplayed(id, task);
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md415 asynchronously using a task queue. When waiting on promises synchronously, the
416 task queue will be automatically run to ensure that the blocking promise and
418 event loop, you will need to run the task queue on each tick of the loop. If
419 you do not run the task queue, then promises will not be resolved.
421 You can run the task queue using the `run()` method of the global task queue
425 // Get the global task queue
513 | `task` | `Utils::task` |
/plugin/yuriigantt/_test/Drivers/
H A Dembedded.test.php76 $this->assertEquals($database->increment->task, 12);
/plugin/timetrack/
H A Dhelper.php855 foreach($dbUserProjects as $task) {
856 $task_id = $task['task_id'];
857 $project_id = $task['project_id'];
866 $form->addLabel($task['project_name']);
871 $form->addLabel($task['task_name']);
/plugin/dirtylittlehelper/mermaid/editor/src/routes/
H A DEdit.svelte105 A task :a1, 2014-01-01, 30d
106 Another task :after a1 , 20d
109 another task : 24d
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1task","$task_scale","$task_data","$task_bg","$task_links","$task_bars","_tasks","rendered","attr",…
/plugin/yuriigantt/_test/
H A Dtest_page.txt12 "task": 12,
/plugin/avtaskbox/
H A Dsyntax.php41 'desc' => 'Creates task/user story table boxes.',
/plugin/data/_test/
H A Dsyntax_plugin_data_entry.test.php
/plugin/searchpattern/
H A Dplugin.info.txt6 …nation with dokuwiki todo plugin (at least v20130411) it is a lightweight task list management sys…
/plugin/data-au/_test/
H A Dsyntax_plugin_data_entry.test.php64 'task' => array('programming', 'coding', 'design', 'html'),
267 'title' => 'task',
/plugin/ckgdoku/ckeditor/
H A DREADME.md18 Installing CKEditor is an easy task. Just follow these simple steps:
/plugin/ckgedit/ckeditor/
H A DREADME.md18 Installing CKEditor is an easy task. Just follow these simple steps:
/plugin/captcha/
H A Dhelper.php226 * Create a mathematical task and its result
230 * @return array [task, result]
243 // prepare result and task text
245 $task = $num[0] . (($op < 0) ? '-' : '+') . $num[1] . '= ';
247 return [$task, $res];
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureConfig.java170 public Future<ScreenShot> submit(ScreenShot task) { in submit() argument
171 return backgroundProcessor.submit(task); in submit()
H A DCaptureFrame.java246 SwingWorker<Boolean, Long> task = new SwingWorker<Boolean, Long>() { in capture() local
305 task.execute(); in capture()

123456789