| /plugin/bez/tpl/ |
| H A D | thread_box.php | 43 <?php echo $tpl->date($tpl->get('thread')->close_date) ?> 48 …ho $tpl->date_diff_days($tpl->get('thread')->create_date, $tpl->get('thread')->close_date, '%a') ?>
|
| H A D | 8d_tasks_only_closing.php | 22 <?php echo $tpl->date($task->close_date) ?>
|
| H A D | thread.php | 46 $tpl->date_fuzzy_age($tpl->get('thread')->close_date)) ?> 55 $tpl->date_fuzzy_age($tpl->get('thread')->close_date)) ?>
|
| H A D | task_box.php | 21 <?php echo $tpl->date($tpl->get('task')->close_date) ?> 26 … echo $tpl->date_diff_days($tpl->get('task')->create_date, $tpl->get('task')->close_date, '%a'); ?>
|
| H A D | threads.php | 198 <?php echo $tpl->date($thread->close_date) ?><br /> 200 $tpl->date_diff_days($thread->create_date, $thread->close_date, '%a') ?>
|
| H A D | 8d_tasks.php | 39 <?php echo $tpl->date($task->close_date) ?>
|
| H A D | kp.php | 58 <?php echo $tpl->date($tpl->get('thread')->close_date) ?>
|
| H A D | 8d.php | 106 <?php echo $tpl->date($tpl->get('thread')->close_date) ?>
|
| H A D | task.php | 72 $tpl->date_fuzzy_age($tpl->get('task')->close_date)) ?>
|
| H A D | tasks.php | 232 <?php echo $tpl->date($task->close_date) ?>
|
| /plugin/bez/db/ |
| H A D | update0001.sql | 18 close_date TEXT, -- ISO8601 field 152 close_date TEXT, -- ISO8601 field 376 … thread.create_date, thread.last_activity_date, thread.last_modification_date, thread.close_date,
|
| H A D | update0013.sql | 9 … thread.create_date, thread.last_activity_date, thread.last_modification_date, thread.close_date,
|
| H A D | update0014.sql | 7 … thread.create_date, thread.last_activity_date, thread.last_modification_date, thread.close_date,
|
| H A D | update0011.sql | 7 … thread.create_date, thread.last_activity_date, thread.last_modification_date, thread.close_date,
|
| H A D | update0002.sql | 24 … thread.create_date, thread.last_activity_date, thread.last_modification_date, thread.close_date,
|
| /plugin/bez/ctl/ |
| H A D | 8d.php | 39 $max_preventive_close_date = max($max_preventive_close_date, $preventive_action->close_date);
|
| /plugin/bez/mdl/ |
| H A D | Thread.php | 20 protected $create_date, $last_activity_date, $last_modification_date, $close_date; variable in dokuwiki\\plugin\\bez\\mdl\\Thread 156 $this->close_date = date('c'); 161 $this->close_date,
|
| H A D | Task.php | 22 protected $create_date, $last_activity_date, $last_modification_date, $close_date; variable in dokuwiki\\plugin\\bez\\mdl\\Task 298 $this->close_date = date('c'); 303 $this->close_date,
|