Searched refs:last (Results 1 – 18 of 18) sorted by relevance
/web-php/styles/ |
H A D | calendar.css | 32 #calnav td:last-child a:after { 51 #cal td:last-child, #cal th:last-child { 84 #cal .event:last-child a {
|
H A D | credits.css | 17 table tr:last-child td, table tr:last-child th {
|
H A D | changelog.css | 8 section.version > :last-child {
|
H A D | add-note.css | 43 #email_and_formatting > section:last-child {
|
H A D | i-love-markdown.css | 159 .markdown-content th:last-child:after, 160 .markdown-content td:last-child:after {
|
H A D | php8.css | 175 .php8-section p:last-child {
|
/web-php/images/ |
H A D | elephpants.php | 7 $last = strtotime($_SERVER["HTTP_IF_MODIFIED_SINCE"]); variable 10 if (strtotime("+1 day", $last) > $now) {
|
H A D | logo.php | 13 $last = strtotime($_SERVER['HTTP_IF_MODIFIED_SINCE']); variable 16 if (strtotime('+1 day', $last) > $now && !$refresh) {
|
/web-php/include/ |
H A D | branches.inc | 178 // Gather the last release on each branch into a convenient array. 284 $last = "$branch.0"; 286 … if (version_number_to_branch($version) == $branch && version_compare($version, $last, '>')) { 287 $last = $version; 291 if (isset($GLOBALS['OLDRELEASES'][$major][$last])) { 292 return $GLOBALS['OLDRELEASES'][$major][$last]; 297 if (isset($GLOBALS['RELEASES'][$major][$last])) { 299 $release = $GLOBALS['RELEASES'][$major][$last];
|
H A D | header.inc | 283 $last = array_pop($breadcrumbs); 287 echo " <li><a href='{$last['link']}'>{$last['title']}</a></li>";
|
H A D | prepend.inc | 97 // mirror's last updated time.
|
H A D | pregen-news.inc | 263 The PHP team is glad to announce the third and last beta release of PHP 7.4: 306 The PHP team is glad to announce the third and last beta release of PHP 7.4: 13727 is the last planned release that contains regular bugfixes. All the consequent releases 13749 is the last planned release that contains regular bugfixes. All the consequent releases 14266 Spend the last days of summer immersed in hands-on and engaging PHP and Symfony 14271 tickets are on the way! This is what it was like last year: 14277 Spend the last days of summer immersed in hands-on and engaging PHP and Symfony 14282 tickets are on the way! This is what it was like last year: 18297 and make connections that will last the year through.</p> 19560 6th - last event day -, we have the PHP Conference on Beach: a day to [all …]
|
/web-php/backend/events/ |
H A D | a4f90756312b9937d324ecd1a1354f9e | 36 every time I think "this will be the last time!". But it truly is ...\n\
|
/web-php/releases/8.4/ |
H A D | release.inc | 326 $node = $dom->querySelector('main > article:last-child');
|
/web-php/releases/ |
H A D | NEWS_5_4_0_beta2.txt | 140 . Dropped restriction of not setting the same value multiple times, the last 1061 last parameters wouldn't be filled unless the type were DNS_ANY (Gustavo).
|
H A D | NEWS_5_4_0_RC1.txt | 183 . Dropped restriction of not setting the same value multiple times, the last 1106 last parameters wouldn't be filled unless the type were DNS_ANY (Gustavo). 1597 - Fixed bug #51291 (oci_error doesn't report last error when called two times) 1620 - Fixed bug #51096 ('last day' and 'first day' are handled incorrectly when 2125 - Fixed bug #48660 (parse_ini_*(): dollar sign as last character of value 2473 . support for "first/last day of <month>" style texts. 2487 with months - like in "last saturday of februari 2008". 2593 - Fixed a bug causing miscalculations with the "last <weekday> of <n> month" 2690 - Fixed bug #46817 (tokenizer misses last single-line comment (PHP 5.3+, with 4594 - Fixed bug #33386 (ScriptControl only sees last function of class). (Rob) [all …]
|
H A D | NEWS_5_4_0_beta1.txt | 89 . Dropped restriction of not setting the same value multiple times, the last 1010 last parameters wouldn't be filled unless the type were DNS_ANY (Gustavo). 1501 - Fixed bug #51291 (oci_error doesn't report last error when called two times) 1524 - Fixed bug #51096 ('last day' and 'first day' are handled incorrectly when 2029 - Fixed bug #48660 (parse_ini_*(): dollar sign as last character of value 2377 . support for "first/last day of <month>" style texts. 2391 with months - like in "last saturday of februari 2008". 2497 - Fixed a bug causing miscalculations with the "last <weekday> of <n> month" 2594 - Fixed bug #46817 (tokenizer misses last single-line comment (PHP 5.3+, with 4498 - Fixed bug #33386 (ScriptControl only sees last function of class). (Rob) [all …]
|
/web-php/js/ext/ |
H A D | jquery-3.6.0.min.js | 2 …last:function(){return this.eq(-1)},even:function(){return this.pushStack(S.grep(this,function(e,t…
|
Completed in 126 milliseconds