Home
last modified time | relevance | path

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

/plugin/catmenu/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 pageUsesAffectedCatmenu(string $hostPageID, string $content, string $targetPage):… argument
83 $resolvedNS = $this->resolveNamespaceExpression($namespaceExpr, $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);