Searched refs:isImportant (Results 1 – 4 of 4) sorted by relevance
111 function isImportant(property) { function161 var importantProperty = isImportant(property);
569 $isImportant = false;572 $isImportant = true;597 if ($isImportant) $eventClass .= ' static-event-important';600 if ($isImportant) {664 $isImportant = false;667 $isImportant = true;672 $rowClass = $isImportant ? 'static-itinerary-important' : '';693 if ($isImportant) {2530 $isImportant = false;2533 $isImportant = true;[all …]
479 let isImportant = false;482 isImportant = true;490 if (isImportant) {499 …html += `title="${isImportant ? '⭐ ' : ''}${escapeHtml(eventTitle)}${eventTime ? ' @ ' + eventTime…771 let isImportant = false;775 isImportant = true;812 const importantClass = isImportant ? ' popup-event-important' : '';822 if (isImportant) {
12063 if ($isImportant && $dateKey >= $weekStart && $dateKey <= $weekEnd) {12074 if ($isImportant && $dateKey >= $todayStr) {12387 if ($isImportant && $dateKey >= $weekStart && $dateKey <= $weekEnd) {13226 if ($isImportant) {13239 if ($isImportant && $dateKey in this week) {