Lines Matching refs:isImportant
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;
2660 if ($isImportant && $dateKey >= $todayStr) {