Home
last modified time | relevance | path

Searched refs:isImportant (Results 1 – 4 of 4) sorted by relevance

/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/
Dwrap-for-optimizing.js111 function isImportant(property) { function
161 var importantProperty = isImportant(property);
/plugin/calendar/
H A Dsyntax.php527 $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 …]
H A Dcalendar-main.js474 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) {
H A DCHANGELOG.md11972 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) {