Home
last modified time | relevance | path

Searched refs:task_count (Results 1 – 15 of 15) sorted by relevance

/plugin/bez/db/
H A Dupdate0001.sql24 task_count INTEGER NOT NULL DEFAULT 0, field
63 task_count INTEGER NOT NULL DEFAULT 0 field
180 SET task_count = task_count + 1
199 SET task_count = task_count - 1
202 SET task_count = task_count + 1
266 SET task_count = task_count
[all...]
H A Dupdate0012.sql7 SET task_count = task_count - 1
17 SET task_count = task_count - 1
H A Dupdate0013.sql11 thread.task_count, thread.task_count_closed, thread.task_sum_cost,
16 WHEN thread.state = 'opened' AND thread.task_count = 0 THEN 1
20 CASE WHEN thread.state = 'opened' AND thread.task_count > 0 AND thread.task_count = thread.task_count_closed THEN 'done'
H A Dupdate0014.sql9 thread.task_count, thread.task_count_closed, thread.task_sum_cost,
14 WHEN thread.state = 'opened' AND thread.task_count = 0 THEN 1
18 CASE WHEN thread.state = 'opened' AND thread.task_count > 0 AND thread.task_count = thread.task_count_closed THEN 'done'
H A Dupdate0011.sql9 thread.task_count, thread.task_count_closed, thread.task_sum_cost,
14 WHEN thread.state = 'opened' AND thread.task_count = 0 THEN 1
18 CASE WHEN thread.state = 'opened' AND thread.task_count > 0 AND thread.task_count = thread.task_count_closed THEN 'done'
H A Dupdate0002.sql26 thread.task_count, thread.task_count_closed, thread.task_sum_cost,
31 WHEN thread.state = 'opened' AND thread.task_count = 0 THEN 1
35 CASE WHEN thread.state = 'opened' AND thread.task_count > 0 AND thread.task_count = thread.task_count_closed THEN 'done'
H A Dupdate0003.sql5 SET task_count = task_count - 1
/plugin/bez/mdl/
H A DThread_comment.php11 protected $id, $thread_id, $type, $author, $create_date, $last_modification_date, $content, $content_html, $task_count; variable in dokuwiki\\plugin\\bez\\mdl\\Thread_comment
22 'create_date', 'last_modification_date', 'content', 'content_html', 'task_count');
80 if ($this->task_count == '0') {
88 if ($this->task_count == '0') {
H A DThread.php24 protected $task_count, $task_count_closed, $task_sum_cost;
35 'task_count', 'task_count_closed', 'task_sum_cost');
436 && $this->task_count > 0
442 return $this->state != 'rejected' && $this->task_count == 0;
599 return $this->task_count == 0 && $comments_count == 0;
H A DThread_commentFactory.php92 if ($obj->task_count > 0) {
/plugin/bez/tpl/
H A Dcommcause_form.php27 $tpl->get('thread_comment')->task_count > 0)
86 $tpl->get('thread_comment')->task_count > 0): ?>
H A Dthreads.php154 <?php $total_task += (int) $thread->task_count ?>
214 <?php echo $thread->task_count_closed ?> / <?php echo $thread->task_count ?>
H A Dcommcause_box.php38 $tpl->get('thread_comment')->task_count == 0): ?>
H A Dthread.php77 <?php if ($tpl->get('thread')->state == 'opened' && $tpl->get('thread')->task_count == 0): ?>
/plugin/bez/tpl/cron/
H A Dweekly-message.php63 <td><?php echo $issue->task_count_closed ?>/<?php echo $issue->task_count ?></td>