Lines Matching refs:importantNsList
159 $importantNsList = ['important']; // default
163 $importantNsList = array_map('trim', explode(',', $config['important_namespaces']));
168 …tyles)) . '" data-important-namespaces="' . htmlspecialchars(json_encode($importantNsList)) . '">';
338 foreach ($importantNsList as $impNs) {
440 $importantNsList = $this->getImportantNamespaces();
528 foreach ($importantNsList as $impNs) {
623 foreach ($importantNsList as $impNs) {
693 $importantNsList = ['important']; // default
697 $importantNsList = array_map('trim', explode(',', $config['important_namespaces']));
700 return $importantNsList;
718 $importantNsList = ['important']; // default
722 $importantNsList = array_map('trim', explode(',', $config['important_namespaces']));
870 foreach ($importantNsList as $impNs) {
1193 $importantNsList = ['important']; // default
1197 $importantNsList = array_map('trim', explode(',', $config['important_namespaces']));
1201 …tyles)) . '" data-important-namespaces="' . htmlspecialchars(json_encode($importantNsList)) . '">';
2579 $importantNsList = ['important']; // default
2583 $importantNsList = array_map('trim', explode(',', $config['important_namespaces']));
2652 foreach ($importantNsList as $impNs) {
3160 …SidebarSection('Today', $todayEvents, $todayColor, $calId, $themeStyles, $theme, $importantNsList);
3165 …ction('Tomorrow', $tomorrowEvents, $tomorrowColor, $calId, $themeStyles, $theme, $importantNsList);
3170 …ortant Events', $importantEvents, $importantColor, $calId, $themeStyles, $theme, $importantNsList);
3523 …ection($title, $events, $accentColor, $calId, $themeStyles, $theme, $importantNsList = ['important… argument
3608 …enderSidebarEvent($event, $calId, $showDate, $accentColor, $themeStyles, $theme, $importantNsList);
3623 … $sectionColor = '#00cc07', $themeStyles = null, $theme = 'matrix', $importantNsList = ['important… argument
3635 foreach ($importantNsList as $impNs) {