Home
last modified time | relevance | path

Searched defs:task_id (Results 1 – 11 of 11) sorted by relevance

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Tasks/
DCancel.php30 protected $task_id; variable in Elasticsearch\\Endpoints\\Tasks\\Cancel
57 public function setTaskId($task_id): Cancel
DGet.php31 protected $task_id; variable in Elasticsearch\\Endpoints\\Tasks\\Get
56 public function setTaskId($task_id): Get
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
DDeleteByQueryRethrottle.php31 protected $task_id; variable in Elasticsearch\\Endpoints\\DeleteByQueryRethrottle
55 public function setTaskId($task_id): DeleteByQueryRethrottle
DReindexRethrottle.php31 protected $task_id; variable in Elasticsearch\\Endpoints\\ReindexRethrottle
55 public function setTaskId($task_id): ReindexRethrottle
DUpdateByQueryRethrottle.php31 protected $task_id; variable in Elasticsearch\\Endpoints\\UpdateByQueryRethrottle
55 public function setTaskId($task_id): UpdateByQueryRethrottle
/plugin/timetrack/
Dhelper.php213 public function insertUserTime($user, $task_id, $date, $value){
323 public function getUserPageTaskData($user, $task_id, $daterange = null) {
446 public function getTaskDataById($task_id) {
/plugin/timetrack/db/
Dupdate0001.sql13 CREATE TABLE user_time (id INTEGER PRIMARY KEY, update_time INTEGER, user_id INTEGER, task_id INTEG… field
/plugin/bez/db/
H A Dupdate0001.sql319 task_id INTEGER NOT NULL REFERENCES thread (id), field
337 task_id INTEGER NOT NULL REFERENCES task (id), field
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
Ddhtmlxgantt_multiselect.js404 multiselect.forSelected(function (task_id) { argument
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
Ddhtmlxgantt.js7941 gantt.getSubtaskDuration = function (task_id) { argument
7955 gantt.getSubtaskDates = function (task_id) { argument
16316 result.push({task_id: task.id, resource_id:owners[i].resource_id, value:owners[i].value}); property
/plugin/yuriigantt/3rd/dhtmlxgantt/
Ddhtmlxgantt.js13 …define&&define.amd?define("dhtmlxgantt",[],e):"object"==typeof exports?exports.dhtmlxgantt=e():t.d… argument