Home
last modified time | relevance | path

Searched refs:createMarkupPathFromPath (Results 1 – 8 of 8) sorted by relevance

/plugin/combo/ComboStrap/
H A DWikiPath.php168 …$rootRelativePath = WikiPath::createMarkupPathFromPath(WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT);
261 …public static function createMarkupPathFromPath(string $parameterPath, string $rev = null): WikiPa… function in ComboStrap\\WikiPath
394 return self::createMarkupPathFromPath(":$id");
514 return self::createMarkupPathFromPath($id);
751 return WikiPath::createMarkupPathFromPath(self::NAMESPACE_SEPARATOR_DOUBLE_POINT);
H A DFsWikiUtility.php62 $dokuPath = WikiPath::createMarkupPathFromPath($path);
H A DFetcherTraitWikiPath.php70 $wikiPath = WikiPath::createMarkupPathFromPath($path, $rev);
H A DCanonical.php149 return WikiPath::createMarkupPathFromPath($calculatedCanonical);
H A DPageExplorerTag.php328 $namespacePath = WikiPath::createMarkupPathFromPath($namespaceAttribute);
H A DMarkupPath.php225 $wikiPath = WikiPath::createMarkupPathFromPath($path);
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataWikiPath.php126 $this->value = WikiPath::createMarkupPathFromPath($value);
/plugin/combo/syntax/
H A Diterator.php101 return WikiPath::createMarkupPathFromPath($pathString);
116 return WikiPath::createMarkupPathFromPath($path);