Home
last modified time | relevance | path

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

/plugin/nspages/
DnamespaceFinder.php36 $wantedNS = $this->getCurrentNamespace();
50 private function getCurrentNamespace(){ function in namespaceFinder
/plugin/catmenu/action/
H A Dprosemirror.php46 private function getCurrentNamespace(string $hostPageID): string function in action_plugin_catmenu_prosemirror
60 if ($expr === '.') return $this->getCurrentNamespace($hostPageID);
63 $base = $this->getCurrentNamespace($hostPageID);
/plugin/visualindex/action/
H A Dprosemirror.php46 private function getCurrentNamespace(string $hostPageID): string function in action_plugin_visualindex_prosemirror
60 if ($expr === '.') return $this->getCurrentNamespace($hostPageID);
63 $base = $this->getCurrentNamespace($hostPageID);
/plugin/visualindex/syntax/
H A Dvisualindex.php71 private function getCurrentNamespace($ID, $getMedias = false) { function in syntax_plugin_visualindex_visualindex
92 $namespace = $this->getCurrentNamespace($ID, $getMedias);
96 $currentNamespace = $this->getCurrentNamespace($ID, $getMedias);