Lines Matching refs:importantNsList
194 $importantNsList = ['important']; // default
198 $importantNsList = array_map('trim', explode(',', $config['important_namespaces']));
203 …tyles)) . '" data-important-namespaces="' . htmlspecialchars(json_encode($importantNsList)) . '">';
463 foreach ($importantNsList as $impNs) {
568 $importantNsList = $this->getImportantNamespaces();
656 foreach ($importantNsList as $impNs) {
751 foreach ($importantNsList as $impNs) {
821 $importantNsList = ['important']; // default
825 $importantNsList = array_map('trim', explode(',', $config['important_namespaces']));
828 return $importantNsList;
846 $importantNsList = ['important']; // default
850 $importantNsList = array_map('trim', explode(',', $config['important_namespaces']));
998 foreach ($importantNsList as $impNs) {
1323 $importantNsList = ['important']; // default
1327 $importantNsList = array_map('trim', explode(',', $config['important_namespaces']));
1331 …tyles)) . '" data-important-namespaces="' . htmlspecialchars(json_encode($importantNsList)) . '">';
2571 $importantNsList = ['important']; // default
2575 $importantNsList = array_map('trim', explode(',', $config['important_namespaces']));
2644 foreach ($importantNsList as $impNs) {
2992 …SidebarSection('Today', $todayEvents, $todayColor, $calId, $themeStyles, $theme, $importantNsList);
2997 …ction('Tomorrow', $tomorrowEvents, $tomorrowColor, $calId, $themeStyles, $theme, $importantNsList);
3002 …ortant Events', $importantEvents, $importantColor, $calId, $themeStyles, $theme, $importantNsList);
3355 …ection($title, $events, $accentColor, $calId, $themeStyles, $theme, $importantNsList = ['important… argument
3440 …enderSidebarEvent($event, $calId, $showDate, $accentColor, $themeStyles, $theme, $importantNsList);
3455 … $sectionColor = '#00cc07', $themeStyles = null, $theme = 'matrix', $importantNsList = ['important… argument
3467 foreach ($importantNsList as $impNs) {