Home
last modified time | relevance | path

Searched refs:finish_time (Results 1 – 5 of 5) sorted by relevance

/plugin/bez/tpl/cron/
H A Dweekly-message-tasks.php30 <?php echo $task->start_time ?>&nbsp;-&nbsp;<?php echo $task->finish_time ?>
/plugin/bez/tpl/
H A Dtasks.php174 <?php $hours = $tpl->date_diff_hours($task->start_time, $task->finish_time) ?>
216 <?php echo $task->start_time ?>&nbsp;-&nbsp;<?php echo $task->finish_time ?>
H A Dtask_box.php60 … <?php echo $tpl->get('task')->start_time ?> - <?php echo $tpl->get('task')->finish_time ?>
/plugin/bez/db/
H A Dupdate0001.sql158 finish_time TEXT NULL, -- HH:MM field
/plugin/bez/mdl/
H A DTask.php24 protected $cost, $plan_date, $all_day_event, $start_time, $finish_time; variable in dokuwiki\\plugin\\bez\\mdl\\Task