Home
last modified time | relevance | path

Searched refs:task (Results 51 – 75 of 222) sorted by relevance

123456789

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_quick_info.js155 gantt.templates.quick_info_class = function(start, end, task){ return ""; }; argument
277 var task = gantt.getTask(id);
280 template = this.templates.quick_info_class(task.start_date, task.end_date, task);
289 var task = gantt.getTask(id);
291 if(this.isReadonly(task) !== this._quick_info_readonly){
297 this._quick_info_readonly = this.isReadonly(task);
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_undo.js.map1task","actionWeights","sort","a","b","parent","$index","weightA","entities","actions","methods","i…
H A Ddhtmlxgantt_undo.js13task:2},e={move:1,any:0};t.commands.sort(function(t,o){if("task"===t.entity&&"task"===o.entity)ret… property in t._reorderCommands.n
/plugin/rtmchecklist/
H A DREADME.md7 …a list using a tag: <rtmchecklist>, each line before the ending tag </rtmchecklist> will be a task.
22 The list of task is then sent to the email address you can set in your profile at "RTM import e-mai…
/plugin/bez/db/
H A Dupdate0014.sql20 (SELECT COUNT(*) FROM task WHERE type = 'corrective' AND thread_id=thread.id) AS corrective_count,
21 (SELECT COUNT(*) FROM task WHERE type = 'preventive' AND thread_id=thread.id) AS preventive_count
H A Dupdate0012.sql4 DELETE ON task
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/
H A Dbpmn.css76 .bpmn-icon-user-task:before { content: '\e817'; } /* '' */
86 .bpmn-icon-task:before { content: '\e821'; } /* '' */
92 .bpmn-icon-business-rule-task:before { content: '\e827'; } /* '' */
116 .bpmn-icon-manual-task:before { content: '\e840'; } /* '' */
119 .bpmn-icon-receive-task:before { content: '\e843'; } /* '' */
128 .bpmn-icon-script-task:before { content: '\e84c'; } /* '' */
129 .bpmn-icon-send-task:before { content: '\e84d'; } /* '' */
138 .bpmn-icon-service-task:before { content: '\e856'; } /* '' */
139 .bpmn-icon-task-none:before { content: '\e857'; } /* '' */
/plugin/structgantt/
H A Dstyle.less47 td.task {
55 td.task:hover dl.flyout,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTasksNamespace.asciidoc35 $params['task_id'] = (string) Cancel the task with specified task id (node_id:task_number)
51 $params['task_id'] = (string) Return the task with specified id (node_id:task_number)
/plugin/xcom/scripts/
H A Dxcom_save.php158 private function xcom_get_data($task,$client,$use_buffer=false, $params="") { argument
162 $params = array($task);
164 else $params = array($task,$this->page);
167 array_unshift($params,$task);
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DTaskQueueInterface.php18 public function add(callable $task); argument
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DRecordingControlsFrame.java127 SwingWorker<Movie, Long> task = new SwingWorker<Movie, Long>() { in RecordingControlsFrame()
170 task.execute(); in RecordingControlsFrame()
229 SwingWorker<Dimension, Long> task = new SwingWorker<Dimension, Long>() { in uploadMovie() local
307 task.execute(); in uploadMovie()
/plugin/combo/resources/theme/default/pages/partials/
H A Dbody-beforeend-partial.hbs4 {{{ task-runner-html }}}
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DCHANGELOG.md18 - Fix manually settle promises generated with Utils::task
53 - Adds support for custom task queues.
/plugin/bez/tpl/
H A D8d.php6 <?php $corrective_done = array_filter($tpl->get('8d_tasks')['corrective'], function ($task) {
7 return $task->state == 'done';
/plugin/do/lang/en/
H A Dmail_close.txt3 @USER@ closed a task: "@MSG@"
H A Dmail_reopen.txt3 @USER@ reopened a task and assigned it to you.
H A Dmail_open.txt3 @USER@ opened a new task and assigned it to you.
/plugin/avtaskbox/
H A Dplugin.info.txt6 desc Creates task/user story table boxes.
/plugin/yuriigantt/src/
H A DJsonRequest.php84 $task = $this->driver->addTask(new Task($this->payload->data));
85 $responseData = ['action' => 'inserted', 'tid' => $task->id];
/plugin/task/
H A DREADME5 * http://dokuwiki.org/plugin:task
/plugin/task/lang/en/
H A Dsubscribermail.txt3 The following task in the @TITLE@ wiki was added or changed.
/plugin/task/lang/pt-br/
H A Dsubscribermail.txt3 The following task in the @TITLE@ wiki was added or changed.
/plugin/task/lang/cs/
H A Dsubscribermail.txt3 The following task in the @TITLE@ wiki was added or changed.
/plugin/bez/style/
H A Dthread.less16 //no task assigned

123456789