Home
last modified time | relevance | path

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

/plugin/bez/db/
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 + 1
275 SET task_count = task_count - 1
279 SET task_count = task_count + 1
378 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…
Dupdate0012.sql7 SET task_count = task_count - 1
17 SET task_count = task_count - 1
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_co…
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_co…
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_co…
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_co…
Dupdate0003.sql5 SET task_count = task_count - 1
/plugin/bez/mdl/
DThread_comment.php11 …ad_id, $type, $author, $create_date, $last_modification_date, $content, $content_html, $task_count; variable in dokuwiki\\plugin\\bez\\mdl\\Thread_comment
80 if ($this->task_count == '0') {
88 if ($this->task_count == '0') {
DThread.php24 protected $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;
DThread_commentFactory.php92 if ($obj->task_count > 0) {
/plugin/bez/tpl/
Dcommcause_form.php27 $tpl->get('thread_comment')->task_count > 0)
86 $tpl->get('thread_comment')->task_count > 0): ?>
Dthreads.php154 <?php $total_task += (int) $thread->task_count ?>
214 <?php echo $thread->task_count_closed ?> / <?php echo $thread->task_count ?>
Dcommcause_box.php38 $tpl->get('thread_comment')->task_count == 0): ?>
Dthread.php77 <?php if ($tpl->get('thread')->state == 'opened' && $tpl->get('thread')->task_count == 0): ?>
/plugin/bez/tpl/cron/
Dweekly-message.php63 <td><?php echo $issue->task_count_closed ?>/<?php echo $issue->task_count ?></td>