Home
last modified time | relevance | path

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

/plugin/catmenu/helper/
H A Dnamespace.php61 public function getCurrentNamespace(string $hostPageID): string function in helper_plugin_catmenu_namespace
80 return $this->getCurrentNamespace($hostPageID);
84 $base = $this->getCurrentNamespace($hostPageID);
/plugin/nspages/
DnamespaceFinder.php36 $wantedNS = $this->getCurrentNamespace();
50 private function getCurrentNamespace(){ function in namespaceFinder
/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);
/plugin/catmenu/syntax/
H A Dcatmenu.php67 $namespace = $nsHelper->getCurrentNamespace($ID);