Searched refs:days (Results 1 – 11 of 11) sorted by relevance
/web-php/ |
H A D | cal.php | 182 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 D | submit-event.php | 155 $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 D | close-needs-feedback.yml | 23 days-before-close: 14
|
H A D | pr-preview.yml | 104 retention-days: 30
|
/web-php/images/ |
H A D | supported-versions.php | 47 return $GLOBALS['margin_left'] + ($diff->days / (365.24 / $GLOBALS['year_width']));
|
/web-php/include/ |
H A D | layout.inc | 244 $days[$i] = date('l', mktime(12, 0, 0, 4, $i, 2012)); 295 $days = $re[$event['recur']] . " " . $days[$event['recur_day']]; 301 $dtstart = date("Y-m-d", strtotime($days . ' 0st' . $month . ' ' . $cy)); 302 … echo ' (Every <abbr class="dtstart" title="' . $dtstart . '">', $days, "</abbr> of the month)";
|
H A D | pregen-news.inc | 8599 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 D | branches.inc | 47 * page. (Currently 28 days.) */
|
/web-php/.github/ |
H A D | CONTRIBUTING.md | 85 patience on your side. If you do not receive feedback in a few days, consider
|
/web-php/releases/ |
H A D | NEWS_5_4_0_RC1.txt | 1668 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 D | NEWS_5_4_0_beta1.txt | 1572 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 225 milliseconds