Home
last modified time | relevance | path

Searched refs:days (Results 1 – 10 of 10) sorted by relevance

/web-php/
H A Dcal.php182 for ($days = $i = date("w",$bom); $i > 0; $i--) { variable
196 if (++$days % 7 == 0) echo "</tr>\n<tr>";
200 for (; $days % 7; $days++) {
220 $days = (($day - $bomd + 7) % 7) + (($recur - 1) * 7);
221 return mktime(0,0,1, date("m",$bom), $days + 1, date("Y",$bom));
226 $days = (($eomd - $day + 7) % 7) + ((abs($recur) - 1) * 7);
228 return mktime(0, 0, 1, date("m", $bom) + 1, -$days, date("Y", $bom));
H A Dsubmit-event.php155 $days[$i] = date('l', mktime(12, 0, 0, 4, $i));
206 …<select name="recur_day"><option></option><?php display_options($days, $_POST['recur_day'])?></sel…
/web-php/.github/workflows/
H A Dclose-needs-feedback.yml23 days-before-close: 14
/web-php/images/
H A Dsupported-versions.php47 return $GLOBALS['margin_left'] + ($diff->days / (365.24 / $GLOBALS['year_width']));
/web-php/include/
H A Dlayout.inc240 $days[$i] = date('l', mktime(12, 0, 0, 4, $i, 2012));
291 $days = $re[$event['recur']] . " " . $days[$event['recur_day']];
297 $dtstart = date("Y-m-d", strtotime($days . ' 0st' . $month . ' ' . $cy));
298 … echo ' (Every <abbr class="dtstart" title="' . $dtstart . '">', $days, "</abbr> of the month)";
H A Dpregen-news.inc8599 With two workshop days (14th/15th June) as well as two jam-packed conference
8600 days (16th/17th June), this is an open source conference not to miss out on!
8760 <li>2 days of training.</li>
8761 <li>3 days of conferences.</li>
13454 With two workshop days (8th/9th June) as well as two jam-packed conference
13455 days (10th/11th June), this is an open source conference not to miss out on!
15768 <li>3 actioned-packed days</li>
18016 <p>2 days of talks and workshops for PHP lovers community !</p>
19552 We\'re celebrating our 10th anniversary with a 5 days event, starting on
19583 We\'re celebrating our 10th anniversary with a 5 days event, starting on
[all …]
H A Dbranches.inc44 * page. (Currently 28 days.) */
/web-php/.github/
H A DCONTRIBUTING.md85 patience on your side. If you do not receive feedback in a few days, consider
/web-php/releases/
H A DNEWS_5_4_0_RC1.txt1668 28 days). (Derick)
5952 - Fixed bug #33869 (strtotime() problem with "+1days" format). (Ilia)
5995 - Fixed bug #33414 (Comprehensive list of incorrect days returned after
H A DNEWS_5_4_0_beta1.txt1572 28 days). (Derick)
5856 - Fixed bug #33869 (strtotime() problem with "+1days" format). (Ilia)
5899 - Fixed bug #33414 (Comprehensive list of incorrect days returned after

Completed in 93 milliseconds