Searched refs:day (Results 1 – 11 of 11) sorted by relevance
/web-php/styles/ |
H A D | calendar.css | 60 #cal .day { 106 /* Single day view: let's try putting the events into columns. */ 107 .calendar-day .vevent { 113 .calendar-day .vevent:nth-child(3n+2) { 117 .calendar-day .vevent td { 123 .calendar-day .vevent .url { 129 .calendar-day .vevent .url b { 133 .calendar-day .vevent tr.description td { 137 .calendar-day section > br {
|
/web-php/ |
H A D | cal.php | 212 function date_for_recur($recur, $day, $bom, $eom) argument 220 $days = (($day - $bomd + 7) % 7) + (($recur - 1) * 7); 226 $days = (($eomd - $day + 7) % 7) + ((abs($recur) - 1) * 7); 232 function display_events_for_day($day, $events): void argument 241 if (($event['type'] == 2 && $event['start'] <= $day && $event['end'] >= $day) 242 || ($event['start'] == $day)) { 357 $day, $month, $year, $country,
|
/web-php/images/ |
H A D | logo.php | 82 $day = date('z', $now) - date('L', $now); variable 83 if ($day < 6 || 365 - $day < 32) {
|
/web-php/backend/events/ |
H A D | 42ac2da5b85dbdc257da90e435b4e4ca | 77 to get together at a specific day/time. If you have a problem or hurdle 155 get together at a specific day/time. If you have a problem or hurdle you 231 get together at a specific day/time. If you have a problem or hurdle you 288 t together at a specific day/time. If you have a problem or hurdle you c 383 et together at a specific day/time. If you have a problem or hurdle you 459 et together at a specific day/time. If you have a problem or hurdle you
|
/web-php/include/ |
H A D | pregen-news.inc | 5364 'content' => 'php-day-curitiba-2018.jpg', 8814 <li>3 Full-day Training Classes</li> 13671 <li>4 Full-day Training Classes</li> 15655 There will be two tracks across the day, packed with 15672 There will be two tracks across the day, packed with 18289 <li>A two-day long PHP Essentials Training Class</li> 18291 <li>6 half-day tutorial session</li> 19560 6th - last event day -, we have the PHP Conference on Beach: a day to 20058 and second day are all devoted to multi-track hour sessions about 21502 <li>5 day-long training sessions</li> [all …]
|
H A D | branches.inc | 64 $times[] = [$diff->d, 'day'];
|
H A D | shared-manual.inc | 437 "day" => $diff->format("%d"),
|
H A D | layout.inc | 290 $dtend = date("Y-m-d", strtotime("+1 day", $eday));
|
H A D | errors.inc | 537 This will probably live in sqlite one day, and be more intelligent (tagging?)
|
/web-php/releases/ |
H A D | NEWS_5_4_0_RC1.txt | 1205 . Fixed bug #52454 (Relative dates and getTimestamp increments by one day). 1620 - Fixed bug #51096 ('last day' and 'first day' are handled incorrectly when 2473 . support for "first/last day of <month>" style texts. 2484 phrases so that they actually mean the week and not a seven day period 2485 around the current day. 3135 - Fixed a bug with the YYYY-MM format not resetting the day correctly. 3367 behaved incorrect of the current day-of-week was the same as the one in the 5506 day/night at high latitudes). (Derick) 6166 - Fixed bug #31583 (php_std_date() uses short day names in non-y2k_compliance
|
H A D | NEWS_5_4_0_beta1.txt | 1109 . Fixed bug #52454 (Relative dates and getTimestamp increments by one day). 1524 - Fixed bug #51096 ('last day' and 'first day' are handled incorrectly when 2377 . support for "first/last day of <month>" style texts. 2388 phrases so that they actually mean the week and not a seven day period 2389 around the current day. 3039 - Fixed a bug with the YYYY-MM format not resetting the day correctly. 3271 behaved incorrect of the current day-of-week was the same as the one in the 5410 day/night at high latitudes). (Derick) 6070 - Fixed bug #31583 (php_std_date() uses short day names in non-y2k_compliance
|
Completed in 129 milliseconds