Home
last modified time | relevance | path

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

123456789

/plugin/bez/mdl/
H A DTaskFactory.php18 FROM task');
39 foreach ($tasks as $task) {
40 if ($task->thread_comment_id == null) {
41 $by_thread_comment['corrections'][$task->id] = $task;
44 if (!isset($by_thread_comment[$task->thread_comment_id])) {
45 $by_thread_comment[$task->thread_comment_id] = array();
47 $by_thread_comment[$task->thread_comment_id][$task->id] = $task;
147 initial_save(Entity $task, $data) global() argument
174 update_save(Entity $task, $data) global() argument
[all...]
H A DTask_commentFactory.php9 public function get_from_task(Task $task) { argument
10 return $this->get_all(array('task_id' => $task->id), '', array('task' => $task));
20 if ($task_comment->task->thread_id != '' && $task_comment->task->type != 'preventive' && $task_comment->task->thread->state == 'closed') {
31 $task_comment->task->set_participant_flags($task_comment->author, array('subscribent', 'commentator'));
35 $task_comment->task->set_state('done');
42 $task_comment->task
[all...]
H A DTask_comment.php11 protected $task; variable in dokuwiki\\plugin\\bez\\mdl\\Task_comment
19 if ($property == 'task') {
23 if ($this->task == null) {
24 $this->task = $this->model->taskFactory->get_one($this->task_id);
26 return $this->task;
46 if (!isset($defaults['task'])) {
47 throw new \Exception('$defaults[task] not set');
49 $this->task = $defaults['task'];
50 $this->task_id = $this->task
[all...]
/plugin/bez/tpl/
H A Dtasks.php5 <?php if ($tpl->factory('task')->permission() >= BEZ_TABLE_PERMISSION_INSERT): ?>
170 <?php foreach ($tpl->get('tasks') as $task): ?>
171 <?php if ($task->acl_of('id') < BEZ_PERMISSION_VIEW) continue ?>
173 <?php $total_cost += (float) $task->cost ?>
174 <?php $hours = $tpl->date_diff_hours($task->start_time, $task->finish_time) ?>
176 <tr class="<?php if ($task->state == 'opened') echo 'priority_' . $task->priority ?>" data-bez-row-id="<?php echo $task->id ?>">
178 <td><input type="checkbox" name="task_id[]" class="plugin__bez_bulk_checkbox" value="<?= $task
[all...]
H A D8d_tasks.php11 <?php foreach($tpl->get('tasks') as $task): ?>
14 <a href="<?php echo $tpl->url('task', 'tid', $task->id) ?>">
15 #z<?php echo $task->id ?>
18 <td><?php echo lcfirst($tpl->getLang('task_' . $task->state)) ?></td>
20 <?php echo $task->content_html ?>
21 <?php if($task->task_comment_content_html != ''): ?>
23 <?php echo $task->task_comment_content_html ?>
26 <td><?php echo $tpl->user_name($task->assignee) ?></td>
27 <td><?php echo $task
[all...]
H A D8d_tasks_no_closing.php10 <?php foreach($tpl->get('tasks') as $task): ?>
13 <a href="<?php echo $tpl->url('task', 'tid', $task->id) ?>">
14 #z<?php echo $task->id ?>
17 <td><?php echo lcfirst($tpl->getLang('task_' . $task->state)) ?></td>
19 <?php echo $task->content_html ?>
21 <td><?php echo $tpl->user_name($task->assignee) ?></td>
22 <td><?php echo $task->plan_date ?></td>
24 <?php if ($task->cost == ''): ?>
27 <?php echo $task
[all...]
H A Dreport.php187 <?php foreach ($tpl->get('tasks') as $task): ?>
190 <?php if (empty($task['task_program_name'])) : ?>
193 <?php echo $task['task_program_name'] ?>
196 <td><?php echo $task['opened'] ?></td>
197 <td><?php echo $task['closed_on_time'] ?></td>
198 <td><?php echo $task['closed_after_the_dedline'] ?></td>
199 <td><?php echo $task['count_all'] ?></td>
217 <?php foreach ($tpl->get('tasks') as $task): ?>
220 <?php if (empty($task['task_program_name'])) : ?>
223 <?php echo $task['task_program_nam
[all...]
H A D8d_tasks_only_closing.php7 <?php foreach($tpl->get('tasks') as $task): ?>
10 <a href="<?php echo $tpl->url('task', 'tid', $task->id) ?>">
11 #z<?php echo $task->id ?>
15 <?php if($task->task_comment_content_html == ''): ?>
18 <?php echo $task->task_comment_content_html ?>
22 <?php echo $tpl->date($task->close_date) ?>
/plugin/task/
H A Dhelper.php65 $task = $this->readTask($id);
95 $date = $task['date']['due'];
105 if ($task['status'] != 1 && $task['status'] != 2) continue;
117 if (($task['status'] < 0) || ($task['status'] > 2)) continue;
125 if (($filter == 'new') && ($task['user']['name'] || ($task['status'] != 0))) continue;
308 function _notify($task) { argument
344 function _vtodo($id, $task) { argument
357 if ($task['date']['created'])
359 if ($task['date']['modified'])
361 if ($task['date']['due'])
[all …]
/plugin/bez/tpl/cron/
H A Dweekly-message-tasks.php8 <?php foreach ($tpl->get('tasks') as $task): ?>
10 switch($task->priority) {
23 <td><a href="<?php echo $tpl->url('task', 'tid', $task->id) ?>">
24 #z<?php echo $task->id ?>
26 <td><?php echo $tpl->date($task->create_date) ?></td>
28 <?php echo $task->plan_date ?>
29 <?php if ($task->all_day_event == '0'): ?>
30 <?php echo $task->start_time ?>&nbsp;-&nbsp;<?php echo $task
[all...]
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts48 grid_blank(task: any): string;
61 grid_file(task: any): string;
67 grid_folder(task: any): string;
80 grid_indent(task: any): string;
86 grid_open(task: any): string;
1394 copy(task: any): any;
1444 defined(task: any): boolean;
1634 getFreeSlack(task: any): number;
1848 getTaskCalendar(task: any): any;
1896 getTaskType(task: any): string;
[all …]
/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/bez/ctl/
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 Dthread.php107 /** @var bez\mdl\Task $task */
108 $task = $this->model->taskFactory->create_object($defaults); variable
109 $this->tpl->set('task_new', $task);
113 $this->model->taskFactory->initial_save($task, $_POST);
115 $anchor = 'z' . $task->id;
119 /** @var bez\mdl\Task $task */
120 $task = $this->model->taskFactory->get_one($this->get_param('tid'), array('thread' => $thread)); variable
121 $this->tpl->set('task', $task);
125 $this->tpl->set_values($task
134 $task = $this->model->taskFactory->get_one($this->get_param('tid'), array('thread' => $thread)); global() variable
[all...]
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...]
/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/bez/db/
H A Dupdate0001.sql136 CREATE TABLE task ( table
141 closed_by TEXT NULL, -- who closed the task
169 ON task (thread_id, thread_comment_id);
172 ON task(task_program_id);
176 ON task
186 ON task
196 ON task
208 ON task
218 ON task
228 ON task
[all...]
H A Dupdate0002.sql9 task.*,
12 CASE WHEN task.state = 'done' THEN NULL
13 WHEN task.plan_date >= date('now', '+1 month') THEN '0'
14 WHEN task.plan_date >= date('now') THEN '1'
16 FROM task
17 LEFT JOIN task_program ON task.task_program_id = task_program.id
18 LEFT JOIN thread ON task.thread_id = thread.id;
/plugin/davcal/vendor/sabre/dav/bin/
H A Dbuild.php41 foreach($oldTaskList as $task=>$foo) {
43 if (!isset($tasks[$task])) {
44 echo "Dependency not found: " . $task, "\n";
47 $dependencies = $tasks[$task];
61 unset($oldTaskList[$task]);
62 $newTaskList[$task] = 1;
69 foreach(array_keys($newTaskList) as $task) {
71 echo "task: " . $task, "\n";
72 call_user_func($task);
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_undo.js133 task: "task" property in gantt.config.undo_types
164 if (!task) {
167 if (task.id === oldId) {
168 task.id = newId;
170 if (task.parent === oldId) {
171 task.parent = newId;
334 …this._storeEntityCommand(task, this.getInitialTask(task.id), this._undo.command.type.move, this._u…
370 var task = null;
376 tasks.push(task);
517 _this.store(task.id, gantt.config.undo_types.task);
[all …]
/plugin/yuriigantt/src/Driver/
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/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/do/
H A Dhelper.php285 $recs = (array)$task['users'];
286 $recs[] = $task['creator'];
312 $this->sendMail($recs, 'reopen', $task, $name);
322 * @param array $task
360 isset($task['date']) ? $task['date'] : $this->getLang('nodue'),
361 $task['text'],
362 wl($task['page'], '', true, '&') . '#plgdo__' . $task['md5'],
454 foreach ($tasks as $task) {
455 if (empty($task['status'])) {
460 if (!empty($task['date']) && empty($task['status'])) {
[all …]
/plugin/structtasks/
H A Dcli.php53 foreach (array_keys($tasks) as $task) {
54 if ($verbose) $this->notice(sprintf($this->getLang('msg_processing'), $task));
55 $this->processTask($task, $notifiers);
128 * @param string $task ID for the task page being processed
131 function processTask($task, $notifiers) : void { argument
132 $filename = wikiFN($task);
134 $content = rawWiki($task);
135 $structdata = $this->struct->getData($task, $this->schema)[$this->schema];
138 $title = p_get_first_heading($task, METADATA_RENDER_USING_SIMPLE_CACHE);
146 $n->sendMessage($task, $title, $editor_name, $editor_email, $data, $data);
/plugin/task/syntax/
H A Dtask.php12 var $task = array(); variable in syntax_plugin_task_task
37 $task = array(
49 $my->writeTask($ID, $task);
52 $my->writeTask($ID, $task);
70 $task = array();
72 $task = $this->my->readTask($ID);
100 } elseif ($task['user']['name']) {
106 } elseif ($task['date']['due']) {
107 $this->_tablerow('date', $this->_hCalDate($task['date']['due']), $renderer, $due);
151 $this->task = $this->my->readTask($ID);
[all …]

123456789