Home
last modified time | relevance | path

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

/plugin/catmenu/helper/
H A Dnamespace.php61 public function getCurrentNamespace(string $hostPageID): string argument
63 if (!is_dir($this->namespaceDir($hostPageID))) {
64 $info = $this->getPageNamespaceInfo($hostPageID);
69 return $hostPageID;
76 public function resolveNamespaceExpression(string $expr, string $hostPageID): string argument
80 return $this->getCurrentNamespace($hostPageID);
84 $base = $this->getCurrentNamespace($hostPageID);
/plugin/visualindex/action/
H A Dprosemirror.php46 private function getCurrentNamespace(string $hostPageID): string argument
48 if (!is_dir($this->namespaceDir($hostPageID))) {
49 $info = $this->getPageNamespaceInfo($hostPageID);
54 return $hostPageID;
57 private function resolveNamespaceExpression(string $expr, string $hostPageID): string argument
60 if ($expr === '.') return $this->getCurrentNamespace($hostPageID);
63 $base = $this->getCurrentNamespace($hostPageID);
78 …private function pageUsesAffectedVisualindex(string $hostPageID, string $content, string $targetPa… argument
85 $resolvedNS = $this->resolveNamespaceExpression($namespaceExpr, $hostPageID);
/plugin/catmenu/action/
H A Dprosemirror.php34 …private function pageUsesAffectedCatmenu(string $hostPageID, string $content, string $targetPage):… argument
40 $resolvedNS = $nsHelper->resolveNamespaceExpression($namespaceExpr, $hostPageID);