Home
last modified time | relevance | path

Searched refs:createFromPath (Results 1 – 16 of 16) sorted by relevance

/template/strap/ComboStrap/
H A DThirdMediaLink.php81 return FetcherRawLocalPath::createFromPath($path)
85 return FetcherRawLocalPath::createFromPath($path)
H A DImageLink.php92 $href = FetcherRawLocalPath::createFromPath($dokuPath)->getFetchUrl()->toString();
105 $href = FetcherRawLocalPath::createFromPath($dokuPath)->getFetchUrl()->toString();
H A DBootstrap.php151 $styleSheets = Json::createFromPath($stylesheetsFile)->toArray();
162 $localStyleSheets = Json::createFromPath($localStyleSheetsFile)->toArray();
269 $bootstrapJsonMetas = Json::createFromPath($bootstrapJsonFile)->toArray();
H A DFile.php121 public static function createFromPath($path): File function in ComboStrap\\File
H A DFetcherRawLocalPath.php20 public static function createFromPath(WikiPath $wikiPath): FetcherRawLocalPath function in ComboStrap\\FetcherRawLocalPath
H A DLowQualityCalculatedIndicator.php61 …$value = Json::createFromPath($analyticsCache)->toArray()[renderer_plugin_combo_analytics::QUALITY…
H A DJson.php49 public static function createFromPath(Path $path): Json function in ComboStrap\\Json
H A DFetcherTraitWikiPath.php72 $wikiPath = WikiPath::createFromPath($path, $drive, $rev);
H A DQualityTag.php27 $analyticsArray = Json::createFromPath($path)->toArray();
H A DTemplateForWebPage.php390 …->addOutputAttributeValue("href", FetcherRawLocalPath::createFromPath($icoWikiPath)->getFetchUrl()…
425 …->addOutputAttributeValue("href", FetcherRawLocalPath::createFromPath($iconPath)->getFetchUrl()->t…
H A DSnippet.php709 return FetcherRawLocalPath::createFromPath($path)->getFetchUrl();
H A DWikiPath.php718 static function createFromPath(string $path, string $drive, string $rev = null): WikiPath function in ComboStrap\\WikiPath
H A DDatabasePageRow.php1261 $analyticsJson = Json::createFromPath($fetchPath);
/template/strap/ComboStrap/Meta/Api/
H A DMetadataWikiPath.php129 $this->value = WikiPath::createFromPath($value, $drive);
132 $this->value = WikiPath::createFromPath($value, $drive);
/template/strap/ComboStrap/Tag/
H A DWebCodeTag.php359 …$cssUrl = FetcherRawLocalPath::createFromPath(WikiPath::createComboResource("webcode:webcode-ifram…
372 …$url = FetcherRawLocalPath::createFromPath(WikiPath::createComboResource("webcode:webcode-console.…
427 …$externalResources[] = FetcherRawLocalPath::createFromPath(WikiPath::createComboResource(':firebug…
428 …$externalResources[] = FetcherRawLocalPath::createFromPath(WikiPath::createComboResource(':firebug…
/template/strap/
H A Dcli.php394 $data = \ComboStrap\Json::createFromPath($analyticsPath)->toArray();