Home
last modified time | relevance | path

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

12345678910>>...12

/plugin/bez/mdl/
H A DTaskFactory.php39 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;
70 foreach ($stmt as $task) {
71 $by_type[$task->type][$task->id] = $task;
147 public function initial_save(Entity $task, $data) { argument
150 parent::initial_save($task, $data);
[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_com…
31 …$task_comment->task->set_participant_flags($task_comment->author, array('subscribent', 'commentato…
35 $task_comment->task->set_state('done');
42 $task_comment->task->set_state('opened');
49 $task_comment->task->update_virutal();
51 if ($task_comment->task->thread_id != '') {
52 $task_comment->task->thread->update_last_activity();
59 $task_comment->task->mail_notify_change_state($notify);
[all …]
/plugin/asciidocjs/node_modules/jake/test/integration/
Djakefile.js5 task('default', function () {
10 task({'noAction': ['default']});
13 task('noActionNoPrereqs');
16 task('zerbofrangazoomy', function () {
21 task('throwy', function () {
35 task('promiseRejecter', function () {
51 task('argsEnvVars', function () {
64 task('bar', function () {
76 task('baz', ['foo:bar'], function () {
81 task('qux', ['foo:bar[asdf,qwer]'], function () {
[all …]
/plugin/bez/tpl/
H A Dtasks.php170 <?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…
178 …t type="checkbox" name="task_id[]" class="plugin__bez_bulk_checkbox" value="<?= $task->id ?>"></td>
181 <a href="<?php echo $tpl->url('task', 'tid', $task->id) ?>">
182 <?php if ($task->thread_id != '') echo '#'.$task->thread_id ?>
183 #z<?php echo $task->id ?>
185 <?php if($task->private == '1'): ?>
[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->plan_date ?></td>
29 <?php if ($task->cost == ''): ?>
[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->cost ?>
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_name'] ?>
[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/
Dhelper.php65 $task = $this->readTask($id);
66 return $this->statusLabel($task['status']);
93 if (!$task = $this->readTask($id)) continue;
95 $date = $task['date']['due'];
96 $responsible = $this->_isResponsible($task['user']);
102 if ($task['status'] != -1) continue;
105 if ($task['status'] != 1 && $task['status'] != 2) continue;
108 if ($task['status'] != 2) continue;
111 if ($task['status'] != 3) continue;
114 if ($task['status'] != 4) continue;
[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->finish_time ?>
33 <td><?php echo $task->content_html ?></td>
/plugin/yuriigantt/3rd/dhtmlxgantt/
Ddhtmlxgantt.d.ts18 date_grid(date: Date, task: any, column: string): string;
48 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;
94 grid_row_class(start: Date, end: Date, task: any): string;
156 progress_text(start: Date, end: Date, task: any): string;
164 quick_info_class(start: Date, end: Date, task: any): void;
172 quick_info_content(start: Date, end: Date, task: any): string;
[all …]
/plugin/asciidocjs/node_modules/jake/lib/
Djake.js111 let task;
126 task = jake.Task[p];
127 taskParams = task.params;
131 if (task.description) {
146 task = jake.Task[p];
149 if (task.params != "") {
150 taskParams = "[" + task.params + "]";
156 descr = task.description;
172 let task;
209 task = jake.currentNamespace.resolveTask(name);
[all …]
/plugin/asciidocjs/node_modules/jake/test/integration/jakelib/
Dconcurrent.jake.js3 task('A', function () {
13 task('B', function () {
23 task('C', function () {
33 task('D', function () {
43 task('Ba', ['A'], function () {
53 task('Afail', function () {
63 task('simple1', ['A','B'], {concurrency: 2}, function () {
71 task('simple2', ['C','D'], {concurrency: 2}, function () {
79 task('seqconcurrent', ['simple1','simple2'], function () {
87 task('concurrentconcurrent', ['simple1','simple2'], {concurrency: 2}, function () {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Tasks/Resource/
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.php15 $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->invite($client);
50 $task->remove_participant($user_id);
59 …ent = $this->model->task_commentFactory->get_one($this->get_param('zkid'), array('task' => $task));
78 $this->tpl->set_values($task->get_assoc());
[all …]
/plugin/asana/remote/
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
284 foreach( $this->task_comments($task) as $comment_key => $comment_value){
406 foreach($data_rep as $task){
407 if( $task['assignee']['id'] == $assignee_id ){
408 $tasks[]=$task;
422 foreach($data_rep['data'] as $task){
423 $tasks[]=$this->task($task['id']);
429 function task($task_ID){ function in remote_plugin_asana_APILink
[all …]
/plugin/bez/db/
H A Dupdate0001.sql136 CREATE TABLE task ( table
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
238 ON task
[all …]
/plugin/asciidocjs/node_modules/async/
Dauto.js199 var task = tasks[key];
200 if (!Array.isArray(task)) {
202 enqueueTask(key, [task]);
207 var dependencies = task.slice(0, task.length - 1);
210 enqueueTask(key, task);
223 enqueueTask(key, task);
232 function enqueueTask(key, task) { argument
233 readyTasks.push(() => runTask(key, task));
262 function runTask(key, task) { argument
291 var taskFn = (0, _wrapAsync2.default)(task[task.length - 1]);
[all …]
/plugin/asciidocjs/node_modules/jake/test/unit/
Dnamespace.js49 let task = curr.resolveTask('frang:w00t:bar');
50 assert.ok(task.action.toString().indexOf('zooby:frang:w00t:bar') > -1);
55 let task = curr.resolveTask('bar');
56 assert.ok(task.action.toString().indexOf('zooby:frang:w00t:bar') > -1);
61 let task = curr.resolveTask('foo');
62 assert.ok(task.action.toString().indexOf('top-level foo') > -1);
67 let task = curr.resolveTask('zooby:frang:w00t:bar');
68 assert.ok(task.action.toString().indexOf('zooby:frang:w00t:bar') > -1);
73 let task = curr.resolveTask('asdf:qwer');
74 assert.ok(!task);
Djakefile.js2 task('foo', function () {
6 task('bar', function () {
10 task('zerb', function () {
15 task('zerp', function () {});
17 task('derp', ['zerp'], function () {});
22 task('bar', function () {
27 task('asdf', function () {});
/plugin/asciidocjs/node_modules/ejs/
Djakefile.js10 task('build', ['lint', 'clean', 'browserify', 'minify'], function () {
15 task('clean', ['clobber'], function () {
22 task('lint', ['clean'], function () {
28 task('browserify', function () {
34 task('minify', function () {
41 task('doc', function () {
49 task('devdoc', function () {
57 task('docPublish', ['doc'], function () {
66 task('test', ['lint'], function () {
/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/
Ddhtmlxgantt_undo.js133 task: "task" property
163 function updTask(task, oldId, newId) { argument
164 if (!task) {
167 if (task.id === oldId) {
168 task.id = newId;
170 if (task.parent === oldId) {
171 task.parent = newId;
198 if (entry.commands[j].entity === undo.command.entity.task) {
276 if (type === gantt.config.undo_types.task) {
322 Monitor.prototype.onTaskAdded = function (task) { argument
[all …]
/plugin/yuriigantt/src/Driver/
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) {
281 if ($task->parent == $parentId) {
282 $deleteChildren($task->id);
283 $deleteLinks($task->id);
284 $task = null;
301 public function addTask(Task $task) argument
[all …]
/plugin/do/
Dhelper.php284 $task = $this->loadTasks(array('id' => $ID, 'md5' => $md5))[0];
285 $recs = (array)$task['users'];
286 $recs[] = $task['creator'];
302 $this->sendMail($recs, 'close', $task, $name, $commitmsg);
312 $this->sendMail($recs, 'reopen', $task, $name);
322 * @param array $task
326 public function sendMail($receivers, $type, $task, $user = '', $msg = '') argument
345 $subj .= sprintf($this->getLang('mail_' . $type), $task['text']);
360 isset($task['date']) ? $task['date'] : $this->getLang('nodue'),
361 $task['text'],
[all …]

12345678910>>...12