Searched refs:isImportant (Results 1 – 4 of 4) sorted by relevance
111 function isImportant(property) { function161 var importantProperty = isImportant(property);
655 $isImportant = false;658 $isImportant = true;683 if ($isImportant) $eventClass .= ' static-event-important';686 if ($isImportant) {750 $isImportant = false;753 $isImportant = true;758 $rowClass = $isImportant ? 'static-itinerary-important' : '';779 if ($isImportant) {2643 $isImportant = false;2646 $isImportant = true;[all …]
577 let isImportant = false;580 isImportant = true;588 if (isImportant) {597 …html += `title="${isImportant ? '⭐ ' : ''}${escapeHtml(eventTitle)}${eventTime ? ' @ ' + eventTime…873 let isImportant = false;877 isImportant = true;914 const importantClass = isImportant ? ' popup-event-important' : '';924 if (isImportant) {
12084 if ($isImportant && $dateKey >= $weekStart && $dateKey <= $weekEnd) {12095 if ($isImportant && $dateKey >= $todayStr) {12408 if ($isImportant && $dateKey >= $weekStart && $dateKey <= $weekEnd) {13247 if ($isImportant) {13260 if ($isImportant && $dateKey in this week) {