Home
last modified time | relevance | path

Searched refs:tasks (Results 1 – 25 of 81) sorted by path

1234

/plugin/ac/actions/
H A Dtasks.php12 if (count($details->tasks) === 0) {
16 foreach($details->tasks as $task) {
/plugin/asana/
H A DREADME3 View of asana tasks
H A Dplugin.info.txt6 desc View of asana tasks
/plugin/asana/remote/
H A DAPILink.php159 $tasks = array();
170 $tasks = array_merge($tasks,$tasks_current);
182 $tasks = array_merge($tasks,$tasks_current);
196 $tasks = array_merge($tasks,$tasks_current);
211 $tasks = array_merge($tasks,$tasks_current);
218 $tasks = $this->tag_filter($tag_key,$tasks);
224 $tasks = $this->string_filter($string, $tasks);
228 $tasks = $this->due_date_sort($tasks);
412 return $tasks;
425 return $tasks;
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_TaskqueueService.php213 public $tasks; variable in Google_TaskqueueService
226 …$this->tasks = new Google_TasksServiceResource($this, $this->serviceName, 'tasks', json_decode('{"…
H A DGoogle_TasksService.php314 public $tasks; variable in Google_TasksService
327 …$this->tasks = new Google_TasksServiceResource($this, $this->serviceName, 'tasks', json_decode('{"…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudDataplex.php559 'tasks',
563 'path' => 'v1/{+parent}/tasks',
615 'path' => 'v1/{+parent}/tasks',
H A DCloudRun.php278 'tasks',
292 'path' => 'v2/{+parent}/tasks',
H A DCloudTasks.php242 'tasks',
246 'path' => 'v2/{+parent}/tasks',
280 'path' => 'v2/{+parent}/tasks',
H A DTasks.php45 public $tasks; variable in Google\\Service\\Tasks
61 $this->serviceName = 'tasks';
90 'path' => 'tasks/v1/users/@me/lists',
133 'tasks',
147 'path' => 'tasks/v1/lists/{tasklist}/tasks/{task}',
162 'path' => 'tasks/v1/lists/{tasklist}/tasks/{task}',
177 'path' => 'tasks/v1/lists/{tasklist}/tasks',
195 'path' => 'tasks/v1/lists/{tasklist}/tasks',
245 'path' => 'tasks/v1/lists/{tasklist}/tasks/{task}/move',
268 'path' => 'tasks/v1/lists/{tasklist}/tasks/{task}',
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1ListTasksResponse.php51 public function setTasks($tasks) argument
53 $this->tasks = $tasks;
60 return $this->tasks;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunV2ListTasksResponse.php47 public function setTasks($tasks) argument
49 $this->tasks = $tasks;
56 return $this->tasks;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTasks/
H A DListTasksResponse.php47 public function setTasks($tasks) argument
49 $this->tasks = $tasks;
56 return $this->tasks;
/plugin/avtaskbox/
H A DREADME.md5 Generates nicely formatted boxes for describing project tasks or user stories.
/plugin/bez/action/
H A Ddefault.php398 $tasks = $this->get_model()->factory('task')->get_all(array(
403 foreach ($tasks as $task) {
420 $tasks = $this->get_model()->factory('task')->get_all(array(
425 foreach ($tasks as $task) {
/plugin/bez/
H A Dcli.php37 $tasks = $action->get_model()->taskFactory->get_all();
38 foreach ($tasks as $task) {
/plugin/bez/cron/
H A Dfunctions.php41 $tasks = $action->get_model()->taskFactory->get_all($filters);
44 foreach ($tasks as $task) {
55 //email => array('user' => array('issues' => array(), 'tasks' => array()))
76 $tasks = $action->get_model()->taskFactory->get_all(array(
80 foreach ($tasks as $task) {
/plugin/bez/ctl/
H A D8d.php29 $tasks = $this->model->taskFactory->get_by_type($thread); variable
30 $this->tpl->set('8d_tasks', $tasks);
34 foreach ($tasks['preventive'] as $preventive_action) {
H A Dkp.php21 $tasks = $this->model->taskFactory->get_with_closing_comment($thread)->fetchAll(); variable
22 $this->tpl->set('tasks', $tasks)
H A Dstart.php50 $tasks = $this->model->taskFactory->get_all($filter, 'create_date DESC'); variable
87 foreach ($tasks as $task) {
H A Dtasks.php47 header('Location: '.$this->url('tasks', $filters));
103 $tasks = $this->model->taskFactory->get_all($db_filters, $orderby); variable
106 $this->tpl->set('tasks', $tasks);
H A Dthread.php27 $tasks = $this->model->taskFactory->get_from_thread($thread); variable
29 $timeline = array_merge($thread_comments, $tasks['corrections']);
38 $this->tpl->set('tasks', $tasks);
/plugin/bez/mdl/
H A DTaskFactory.php36 $tasks = $this->model->taskFactory->get_all(array('thread_id' => $thread->id),
39 foreach ($tasks as $task) {
/plugin/bez/scripts/
H A Dtasks.js1 bez.ctl.tasks = function() { function
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md41 * `FEAT`: feature `service` and `user` tasks more prominently in replace menu ([#1836](https://gith…

1234