Searched refs:eol (Results 1 – 4 of 4) sorted by relevance
56 $eol = get_branch_security_eol_date($branch); variable70 <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…
170 $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));
3 table.standard tr.eol td:first-child {
363 return 'eol';
Completed in 10 milliseconds