Searched refs:isImportant (Results 1 – 4 of 4) sorted by relevance
111 function isImportant(property) { function161 var importantProperty = isImportant(property);
527 $isImportant = false;530 $isImportant = true;555 if ($isImportant) $eventClass .= ' static-event-important';558 if ($isImportant) {622 $isImportant = false;625 $isImportant = true;630 $rowClass = $isImportant ? 'static-itinerary-important' : '';651 if ($isImportant) {2651 $isImportant = false;2654 $isImportant = true;[all …]
474 let isImportant = false;477 isImportant = true;485 if (isImportant) {494 …html += `title="${isImportant ? '⭐ ' : ''}${escapeHtml(eventTitle)}${eventTime ? ' @ ' + eventTime…766 let isImportant = false;770 isImportant = true;807 const importantClass = isImportant ? ' popup-event-important' : '';817 if (isImportant) {
11972 if ($isImportant && $dateKey >= $weekStart && $dateKey <= $weekEnd) {11983 if ($isImportant && $dateKey >= $todayStr) {12296 if ($isImportant && $dateKey >= $weekStart && $dateKey <= $weekEnd) {13135 if ($isImportant) {13148 if ($isImportant && $dateKey in this week) {