Home
last modified time | relevance | path

Searched refs:importantNsList (Results 1 – 1 of 1) sorted by relevance

/plugin/calendar/
H A Dsyntax.php194 $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;
[all …]