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 ?>
140 array('content', 'plan_date', 'all_day_event', 'start_time', 'finish_time', 'task_program_id', 'cost')
/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;
45 'cost', 'plan_date', 'all_day_event', 'start_time', 'finish_time',
97 'finish_time' => array(array('time'), 'NULL'),
151 $this->acl->grant('finish_time', BEZ_PERMISSION_CHANGE);
166 $this->acl->grant('finish_time', BEZ_PERMISSION_CHANGE);
211 $this->acl->grant('finish_time', BEZ_PERMISSION_CHANGE);
222 $this->acl->grant('finish_time', BEZ_PERMISSION_CHANGE);
23 protected $cost, $plan_date, $all_day_event, $start_time, $finish_time; global() variable in dokuwiki\\plugin\\bez\\mdl\\Task