Searched refs:task_count (Results 1 – 15 of 15) sorted by relevance
24 task_count INTEGER NOT NULL DEFAULT 0, field63 task_count INTEGER NOT NULL DEFAULT 0 field180 SET task_count = task_count + 1199 SET task_count = task_count - 1202 SET task_count = task_count + 1266 SET task_count = task_count + 1275 SET task_count = task_count - 1279 SET task_count = task_count + 1378 thread.task_count, thread.task_count_closed, thread.task_sum_cost,382 …CASE WHEN thread.state = 'opened' AND thread.task_count > 0 AND thread.task_count = thread.task_c…
7 SET task_count = task_count - 117 SET task_count = task_count - 1
11 thread.task_count, thread.task_count_closed, thread.task_sum_cost,16 WHEN thread.state = 'opened' AND thread.task_count = 0 THEN 120 …CASE WHEN thread.state = 'opened' AND thread.task_count > 0 AND thread.task_count = thread.task_co…
9 thread.task_count, thread.task_count_closed, thread.task_sum_cost,14 WHEN thread.state = 'opened' AND thread.task_count = 0 THEN 118 …CASE WHEN thread.state = 'opened' AND thread.task_count > 0 AND thread.task_count = thread.task_co…
26 thread.task_count, thread.task_count_closed, thread.task_sum_cost,31 WHEN thread.state = 'opened' AND thread.task_count = 0 THEN 135 …CASE WHEN thread.state = 'opened' AND thread.task_count > 0 AND thread.task_count = thread.task_co…
5 SET task_count = task_count - 1
11 …ad_id, $type, $author, $create_date, $last_modification_date, $content, $content_html, $task_count; variable in dokuwiki\\plugin\\bez\\mdl\\Thread_comment80 if ($this->task_count == '0') {88 if ($this->task_count == '0') {
24 protected $task_count, $task_count_closed, $task_sum_cost;436 && $this->task_count > 0442 return $this->state != 'rejected' && $this->task_count == 0;599 return $this->task_count == 0 && $comments_count == 0;
92 if ($obj->task_count > 0) {
27 $tpl->get('thread_comment')->task_count > 0)86 $tpl->get('thread_comment')->task_count > 0): ?>
154 <?php $total_task += (int) $thread->task_count ?>214 <?php echo $thread->task_count_closed ?> / <?php echo $thread->task_count ?>
38 $tpl->get('thread_comment')->task_count == 0): ?>
77 <?php if ($tpl->get('thread')->state == 'opened' && $tpl->get('thread')->task_count == 0): ?>
63 <td><?php echo $issue->task_count_closed ?>/<?php echo $issue->task_count ?></td>