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.php569 $isImportant = false;
572 $isImportant = true;
597 if ($isImportant) $eventClass .= ' static-event-important';
600 if ($isImportant) {
664 $isImportant = false;
667 $isImportant = true;
672 $rowClass = $isImportant ? 'static-itinerary-important' : '';
693 if ($isImportant) {
2530 $isImportant = false;
2533 $isImportant = true;
[all …]
H A Dcalendar-main.js479 let isImportant = false;
482 isImportant = true;
490 if (isImportant) {
499 …html += `title="${isImportant ? '⭐ ' : ''}${escapeHtml(eventTitle)}${eventTime ? ' @ ' + eventTime…
771 let isImportant = false;
775 isImportant = true;
812 const importantClass = isImportant ? ' popup-event-important' : '';
822 if (isImportant) {
H A DCHANGELOG.md12063 if ($isImportant && $dateKey >= $weekStart && $dateKey <= $weekEnd) {
12074 if ($isImportant && $dateKey >= $todayStr) {
12387 if ($isImportant && $dateKey >= $weekStart && $dateKey <= $weekEnd) {
13226 if ($isImportant) {
13239 if ($isImportant && $dateKey in this week) {