Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DPageExplorerTag.php325 …$namespaceAttribute = $pageExplorerTagAttributes->getValueAndRemove(PageExplorerTag::ATTR_NAMESPAC…
326 if ($namespaceAttribute !== null) {
327 WikiPath::addNamespaceEndSeparatorIfNotPresent($namespaceAttribute);
328 $namespacePath = WikiPath::createMarkupPathFromPath($namespaceAttribute);
H A DWikiPath.php700 * @param string $namespaceAttribute
704 static function addNamespaceEndSeparatorIfNotPresent(string &$namespaceAttribute) argument
706 if (substr($namespaceAttribute, -1) !== WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT) {
707 $namespaceAttribute = $namespaceAttribute . WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT;