Home
last modified time | relevance | path

Searched refs:dt_end (Results 1 – 4 of 4) sorted by relevance

/plugin/hcalendar/syntax/
H A Dhcal_renderer_helper.php20 $yy_end ,$mth_end ,$dy_end ,$hh_end, $mm_end, $ss_end, $dt_end, argument
42 if (isset($dt_end) && $hh_end != '') {
49 if (isset($dt_end)) {
60 $txt .= date('D d.F Y',$dt_end).' ';
72 if (isset($dt_end) && (($dy_end != $dy_start) ||
82 $txt .= date('D d.F Y',$dt_end).' ';
H A Dhcal.php67 $yy_end ,$mth_end ,$dy_end ,$hh_end, $mm_end, $ss_end, $dt_end,
72 if ($dt_start < $dt_now && $dt_end < $dt_now) { return true;}
79 $yy_end ,$mth_end ,$dy_end ,$hh_end, $mm_end, $ss_end, $dt_end,
H A Dhcali.php67 $yy_end ,$mth_end ,$dy_end ,$hh_end, $mm_end, $ss_end, $dt_end,
72 if ($dt_start < $dt_now && $dt_end < $dt_now) { return true;}
79 $yy_end ,$mth_end ,$dy_end ,$hh_end, $mm_end, $ss_end, $dt_end,
H A Dhcal2.php166 $dt_end = $time;
176 if ($dt_start < $dt_now && $dt_end < $dt_now) {
185 $yy_end ,$mth_end ,$dy_end ,$hh_end, $mm_end, $ss_end, $dt_end,