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)) . '">';
373 foreach ($importantNsList as $impNs) {
482 $importantNsList = $this->getImportantNamespaces();
570 foreach ($importantNsList as $impNs) {
665 foreach ($importantNsList as $impNs) {
735 $importantNsList = ['important']; // default
739 $importantNsList = array_map('trim', explode(',', $config['important_namespaces']));
742 return $importantNsList;
760 $importantNsList = ['important']; // default
764 $importantNsList = array_map('trim', explode(',', $config['important_namespaces']));
912 foreach ($importantNsList as $impNs) {
1237 $importantNsList = ['important']; // default
1241 $importantNsList = array_map('trim', explode(',', $config['important_namespaces']));
1245 …tyles)) . '" data-important-namespaces="' . htmlspecialchars(json_encode($importantNsList)) . '">';
2458 $importantNsList = ['important']; // default
2462 $importantNsList = array_map('trim', explode(',', $config['important_namespaces']));
2531 foreach ($importantNsList as $impNs) {
2879 …SidebarSection('Today', $todayEvents, $todayColor, $calId, $themeStyles, $theme, $importantNsList);
2884 …ction('Tomorrow', $tomorrowEvents, $tomorrowColor, $calId, $themeStyles, $theme, $importantNsList);
2889 …ortant Events', $importantEvents, $importantColor, $calId, $themeStyles, $theme, $importantNsList);
3242 …ection($title, $events, $accentColor, $calId, $themeStyles, $theme, $importantNsList = ['important… argument
3327 …enderSidebarEvent($event, $calId, $showDate, $accentColor, $themeStyles, $theme, $importantNsList);
3342 … $sectionColor = '#00cc07', $themeStyles = null, $theme = 'matrix', $importantNsList = ['important… argument
3354 foreach ($importantNsList as $impNs) {