Home
last modified time | relevance | path

Searched refs:task (Results 1 – 25 of 222) sorted by path

123456789

/plugin/ac/actions/
H A Dtasks.php16 foreach($details->tasks as $task) {
17 if ($task->completed_on) {
20 … $output .= '<li><div class="li">' . $this->ac->objToString($task) . '</div></li>' . DOKU_LF;
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/asana/remote/
H A DAPILink.php229 foreach( $tasks as $task){
230task['project'] . " </td><td> " . "<a href='https://app.asana.com/0/".$this->project_find($this->p…
281 function render_comments($task){ argument
408 $tasks[]=$task;
423 $tasks[]=$this->task($task['id']);
429 function task($task_ID){ function in remote_plugin_asana_APILink
433 $task = array();
436 return $task;
511 if(strstr($task['name'],$string) or strstr($task['desc'],$string)){
512 $tasks_cp[] = $task;
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_TaskqueueService.php64 * @param string $task The id of the task to delete.
67 public function delete($project, $taskqueue, $task, $optParams = array()) { argument
68 $params = array('project' => $project, 'taskqueue' => $taskqueue, 'task' => $task);
78 * @param string $task The task to get properties of.
82 public function get($project, $taskqueue, $task, $optParams = array()) { argument
83 $params = array('project' => $project, 'taskqueue' => $taskqueue, 'task' => $task);
158 * @param string $task
164 …public function patch($project, $taskqueue, $task, $newLeaseSeconds, Google_Task $postBody, $optPa… argument
165 …$params = array('project' => $project, 'taskqueue' => $taskqueue, 'task' => $task, 'newLeaseSecond…
179 * @param string $task
[all …]
H A DGoogle_TasksService.php159 * @param string $task Task identifier.
162 public function delete($tasklist, $task, $optParams = array()) { argument
163 $params = array('tasklist' => $tasklist, 'task' => $task);
172 * @param string $task Task identifier.
176 public function get($tasklist, $task, $optParams = array()) { argument
177 $params = array('tasklist' => $tasklist, 'task' => $task);
241 * @param string $task Task identifier.
248 public function move($tasklist, $task, $optParams = array()) { argument
249 $params = array('tasklist' => $tasklist, 'task' => $task);
262 * @param string $task Task identifier.
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTasks/
H A DCreateTaskRequest.php46 public function setTask(Task $task) argument
48 $this->task = $task;
55 return $this->task;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DTasks.php147 'path' => 'tasks/v1/lists/{tasklist}/tasks/{task}',
155 'task' => [
162 'path' => 'tasks/v1/lists/{tasklist}/tasks/{task}',
170 'task' => [
245 'path' => 'tasks/v1/lists/{tasklist}/tasks/{task}/move',
253 'task' => [
268 'path' => 'tasks/v1/lists/{tasklist}/tasks/{task}',
276 'task' => [
283 'path' => 'tasks/v1/lists/{tasklist}/tasks/{task}',
291 'task' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Tasks/Resource/
H A DTasks.php51 * @param string $task Task identifier.
54 public function delete($tasklist, $task, $optParams = []) argument
56 $params = ['tasklist' => $tasklist, 'task' => $task];
64 * @param string $task Task identifier.
68 public function get($tasklist, $task, $optParams = []) argument
70 $params = ['tasklist' => $tasklist, 'task' => $task];
139 * @param string $task Task identifier.
149 public function move($tasklist, $task, $optParams = []) argument
151 $params = ['tasklist' => $tasklist, 'task' => $task];
160 * @param string $task Task identifier.
[all …]
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md58 you can run the `Google\Task\Composer::cleanup` task and specify the services
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DCHANGELOG.md18 - Fix manually settle promises generated with Utils::task
53 - Adds support for custom task queues.
H A DREADME.md415 asynchronously using a task queue. When waiting on promises synchronously, the
416 task queue will be automatically run to ensure that the blocking promise and
418 event loop, you will need to run the task queue on each tick of the loop. If
419 you do not run the task queue, then promises will not be resolved.
421 You can run the task queue using the `run()` method of the global task queue
425 // Get the global task queue
513 | `task` | `Utils::task` |
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DTaskQueue.php39 public function add(callable $task) argument
41 $this->queue[] = $task;
46 while ($task = array_shift($this->queue)) {
48 $task();
H A DTaskQueueInterface.php18 public function add(callable $task); argument
H A DUtils.php41 * @param callable $task Task function to run.
45 public static function task(callable $task) function in GuzzleHttp\\Promise\\Utils
49 $queue->add(function () use ($task, $promise) {
52 $promise->resolve($task());
H A Dfunctions.php33 * @param callable $task Task function to run.
39 function task(callable $task) function
41 return Utils::task($task);
/plugin/avtaskbox/
H A DREADME.md16 <task>
17 TITLE: A test task
23 </task>
H A Dplugin.info.txt6 desc Creates task/user story table boxes.
H A Dsyntax.php41 'desc' => 'Creates task/user story table boxes.',
/plugin/bez/action/
H A Ddefault.php398 $tasks = $this->get_model()->factory('task')->get_all(array(
403 foreach ($tasks as $task) {
404 $link = '<a href="' . $this->url('task', 'tid', $task->id) . '">';
405 $link .= '#z' . $task->id;
411 'id' => 'task:' . $task->id,
414 'timestamp' => strtotime($task->plan_date)
420 $tasks = $this->get_model()->factory('task')->get_all(array(
425 foreach ($tasks as $task) {
[all...]
/plugin/bez/
H A Dcli.php38 foreach ($tasks as $task) {
39 $task->purge();
40 $action->get_model()->taskFactory->save($task);
41 echo "Task #z" . $task->id . " purged\n";
/plugin/bez/cron/
H A Dfunctions.php44 foreach ($tasks as $task) {
45 $plan_date = new DateTime($task->plan_date);
46 $task->mail_notify_remind($task->get_participants('subscribent'), $plan_date->diff($now)->format('%a'));
80 foreach ($tasks as $task) {
81 $key = $task->assignee;
90 if ($task->priority == '1') {
91 $msg[$key]['coming_tasks'][] = $task;
93 $msg[$key]['outdated_tasks'][] = $task;
/plugin/bez/ctl/
H A Dstart.php87 foreach ($tasks as $task) {
88 if ($task->acl_of('id') < BEZ_PERMISSION_VIEW) continue;
90 $timeline->push($task->create_date, 'task_opened', $task->assignee, $task);
92 if ($task->state == 'done') {
93 $timeline->push($task->last_activity_date, 'task_done', $task->assignee, $task);
98 if ($task_comment->task
[all...]
H A Dtask.php14 /** @var bez\mdl\Task $task */
15 $task = $this->model->taskFactory->get_one($this->get_param('tid')); variable
16 $this->tpl->set('task', $task);
17 $this->tpl->set('task_comments', $this->model->task_commentFactory->get_from_task($task));
23 $task_comment = $this->model->task_commentFactory->create_object(array('task' => $task));
31 $task->set_participant_flags($this->model->user_nick, array('subscribent'));
36 $task->remove_participant_flags($this->model->user_nick, array('subscribent'));
44 $task
[all...]
H A Dtask_form.php10 /** @var bez\mdl\Task $task */
11 $task = $this->model->taskFactory->create_object(); variable
13 $this->tpl->set('task', $task);
17 $this->model->taskFactory->initial_save($task, $_POST);
25 header("Location: " . $this->url('task', 'tid', $task->id));
H A Dtasks.php14 $task = $this->model->taskFactory->get_one($id); variable
15 $this->model->taskFactory->delete($task);
19 $task = $this->model->taskFactory->get_one($id); variable
20 $task->set_task_program($_POST['task_program']);
21 $this->model->taskFactory->save($task);

123456789