Home
last modified time | relevance | path

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

/web-php/
H A Dsupported-versions.php56 $eol = get_branch_security_eol_date($branch); variable
70 <td><?php echo htmlspecialchars($eol->format('j M Y')) ?></td>
71 …<td class="collapse-phone"><em><?php echo htmlspecialchars(format_interval($eol, $now)) ?></em></t…
/web-php/releases/
H A Dindex.php170 $eol = [];
174 while (isset($eol[$detail_date])) $detail_date++;
175 $eol[$detail_date] = sprintf('<li>%s: %s</li>', $branch, date('j M Y', $detail_date));
178 krsort($eol);
179 return implode('', array_slice($eol, 0, 2));
/web-php/styles/
H A Dsupported-versions.css3 table.standard tr.eol td:first-child {
/web-php/include/
H A Dbranches.inc363 return 'eol';

Completed in 11 milliseconds