Home
last modified time | relevance | path

Searched refs:task (Results 176 – 200 of 222) sorted by last modified time

123456789

/plugin/yuriigantt/src/
H A DJsonRequest.php84 $task = $this->driver->addTask(new Task($this->payload->data));
85 $responseData = ['action' => 'inserted', 'tid' => $task->id];
/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);
H A Ddhtmlxgantt_tooltip.js137 var task = gantt.getTask(targetTaskId);
138 return gantt.templates.tooltip_text(task.start_date, task.end_date, task);
H A Ddhtmlxgantt_click_drag.js443 var task = gantt.getTaskByIndex(i);
444 if (task) {
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/sources/skins/
H A Ddhtmlxgantt_meadow.css16 /* colors for items with inline styles assigned (task.color, link.color)*/
H A Ddhtmlxgantt_terrace.css16 /* colors for items with inline styles assigned (task.color, link.color)*/
H A Ddhtmlxgantt_broadway.css17 /* colors for items with inline styles assigned (task.color, link.color)*/
H A Ddhtmlxgantt_skyblue.css16 /* colors for items with inline styles assigned (task.color, link.color)*/
51 task resizers
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1task","$task_scale","$task_data","$task_bg","$task_links","$task_bars","_tasks","rendered","attr",…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.css16 /* colors for items with inline styles assigned (task.color, link.color)*/
H A Ddhtmlxgantt.js7782 task.start_date = task.start_date || gantt._defaultTaskDate(task, gantt.getParent(task));
7993 task: task
10239 task: task
23680 if (task.color || task.progressColor || task.textColor) {
23746 var text = template(task.start_date, task.end_date, task);
25929 task: task
25942 task: task
27360 this.task = task;
27370 this.task = task;
27381 this.task = task;
[all …]
/plugin/yuriigantt/_test/Drivers/
H A Dembedded.test.php76 $this->assertEquals($database->increment->task, 12);
/plugin/yuriigantt/src/Driver/
H A DDriverInterface.php54 * @param Task $task
57 public function updateTask(Task $task); argument
66 * @param Task $task
69 public function addTask(Task $task); argument
H A DEmbedded.php238 public function updateTask(Task $task) argument
245 if ($tasks[$i]->id == $task->id) {
246 $tasks[$i] = $task;
253 return $task;
280 foreach ($tasks as &$task) {
283 $deleteLinks($task->id);
284 $task = null;
301 public function addTask(Task $task) argument
305 $task->id = $database->increment->task++;
306 $database->gantt->data[] = $task;
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_csp.js.map1 …e sure data attributes used instead\ngantt.config.task_attribute = \"data-task-id\";\ngantt.config…
H A Ddhtmlxgantt_drag_timeline.js.map1task","classList","add","_clearDndReadyStyles","remove","_getScrollPosition","timeline","gantt","$…
H A Ddhtmlxgantt_quick_info.js.map1task","$grid_data","$grid","$layout","config","quickinfo_buttons","quick_info_detached","show_quic…
H A Ddhtmlxgantt_smart_rendering.js.map1task","$keyboardNavigation","dispatcher","isTaskFocused","this","getTaskPosition","isLinkDisplayed…
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
H A Ddhtmlxgantt_undo.js.map1task","actionWeights","sort","a","b","parent","$index","weightA","entities","actions","methods","i…
/plugin/yuriigantt/
H A DREADME.md48 "task": 1,
77 "task": 12,
/plugin/data-au/_test/
H A Dsyntax_plugin_data_entry.test.php64 'task' => array('programming', 'coding', 'design', 'html'),
267 'title' => 'task',
/plugin/jirainfo/
H A Daction.php79 $task = trim($_POST['key']);
81 $url = $this->getJiraApiUrl($task);
86 if (!$arr) return ['errors' => sprintf($this->getlang('taskNotFound'), $task)];
91 'issueUrl' => $this->getTaskUrl($task),
/plugin/timetrack/db/
H A Dupdate0001.sql10 CREATE TABLE task (id INTEGER PRIMARY KEY, project_id INTEGER, abbr TEXT, name TEXT, active INTEGER… table
11 CREATE UNIQUE INDEX idx_task ON task(project_id,abbr);

123456789