Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Tasks/
H A DCancel.php30 protected $task_id; variable in Elasticsearch\\Endpoints\\Tasks\\Cancel
57 public function setTaskId($task_id): Cancel argument
H A DGet.php31 protected $task_id; variable in Elasticsearch\\Endpoints\\Tasks\\Get
56 public function setTaskId($task_id): Get argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DUpdateByQueryRethrottle.php31 protected $task_id; variable in Elasticsearch\\Endpoints\\UpdateByQueryRethrottle
55 public function setTaskId($task_id): UpdateByQueryRethrottle argument
H A DDeleteByQueryRethrottle.php31 protected $task_id; variable in Elasticsearch\\Endpoints\\DeleteByQueryRethrottle
55 public function setTaskId($task_id): DeleteByQueryRethrottle argument
H A DReindexRethrottle.php31 protected $task_id; variable in Elasticsearch\\Endpoints\\ReindexRethrottle
55 public function setTaskId($task_id): ReindexRethrottle argument
/plugin/timetrack/
H A 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/
H A 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/
H A Ddhtmlxgantt_multiselect.js404 multiselect.forSelected(function (task_id) { argument
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js7941 gantt.getSubtaskDuration = function (task_id) { argument
7955 gantt.getSubtaskDates = function (task_id) { argument