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.php655 $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 …]
H A Dcalendar-main.js577 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) {
H A DCHANGELOG.md12084 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) {