Home
last modified time | relevance | path

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

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