Home
last modified time | relevance | path

Searched refs:task_sum_cost (Results 1 – 11 of 11) sorted by relevance

/plugin/bez/db/
H A Dupdate0001.sql26 task_sum_cost REAL field
190 SET task_sum_cost = coalesce(task_sum_cost, 0) + new.cost
212 SET task_sum_cost = task_sum_cost - old.cost
222 SET task_sum_cost = coalesce(task_sum_cost, 0) + new.cost
378 thread.task_count, thread.task_count_closed, thread.task_sum_cost,
H A Dupdate0012.sql11 SET task_sum_cost = task_sum_cost - coalesce(old.cost, 0)
H A Dupdate0003.sql9 SET task_sum_cost = task_sum_cost - coalesce(old.cost, 0)
H A Dupdate0013.sql11 thread.task_count, thread.task_count_closed, thread.task_sum_cost,
H A Dupdate0014.sql9 thread.task_count, thread.task_count_closed, thread.task_sum_cost,
H A Dupdate0011.sql9 thread.task_count, thread.task_count_closed, thread.task_sum_cost,
H A Dupdate0002.sql26 thread.task_count, thread.task_count_closed, thread.task_sum_cost,
/plugin/bez/tpl/
H A Dkp.php69 <?php if ($tpl->get('thread')->task_sum_cost != ''): ?>
70 <?php echo $tpl->get('thread')->task_sum_cost ?>
H A Dthreads.php152 <?php $total_cost += (float) $thread->task_sum_cost ?>
207 <?php if ($thread->task_sum_cost === NULL): ?>
210 <?php echo $thread->task_sum_cost ?>
H A D8d.php126 <?php if ($tpl->get('thread')->task_sum_cost != ''): ?>
127 <?php echo $tpl->get('thread')->task_sum_cost ?>
/plugin/bez/mdl/
H A DThread.php24 protected $task_count, $task_count_closed, $task_sum_cost;
35 'task_count', 'task_count_closed', 'task_sum_cost');
23 protected $task_count, $task_count_closed, $task_sum_cost; global() variable in dokuwiki\\plugin\\bez\\mdl\\Thread