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)) . '">';
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;
[all …]