Home
last modified time | relevance | path

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

/plugin/combo/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 DJson.php49 public static function createFromPath(Path $path): Json function in ComboStrap\\Json
H A DLowQualityCalculatedIndicator.php61 $value = Json::createFromPath($analyticsCache)->toArray()[renderer_plugin_combo_analytics::QUALITY][renderer_plugin_combo_analytics::LOW];
H A DFetcherRawLocalPath.php20 public static function createFromPath(WikiPath $wikiPath): FetcherRawLocalPath function in ComboStrap\\FetcherRawLocalPath
H A DFetcherTraitWikiPath.php72 $wikiPath = WikiPath::createFromPath($path, $drive, $rev);
H A DQualityTag.php27 $analyticsArray = Json::createFromPath($path)->toArray();
H A DTemplateForWebPage.php387 ->addOutputAttributeValue("href", FetcherRawLocalPath::createFromPath($icoWikiPath)->getFetchUrl()->toAbsoluteUrl()->toString())
422 ->addOutputAttributeValue("href", FetcherRawLocalPath::createFromPath($iconPath)->getFetchUrl()->toAbsoluteUrl()->toString())
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.php1255 $analyticsJson = Json::createFromPath($fetchPath);
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataWikiPath.php129 $this->value = WikiPath::createFromPath($value, $drive);
132 $this->value = WikiPath::createFromPath($value, $drive);
/plugin/combo/ComboStrap/Tag/
H A DWebCodeTag.php359 $cssUrl = FetcherRawLocalPath::createFromPath(WikiPath::createComboResource("webcode:webcode-iframe.css"))->getFetchUrl()->toHtmlString();
372 $url = FetcherRawLocalPath::createFromPath(WikiPath::createComboResource("webcode:webcode-console.js"))->getFetchUrl()->toHtmlString();
427 $externalResources[] = FetcherRawLocalPath::createFromPath(WikiPath::createComboResource(':firebug:firebug-lite.css'))->getFetchUrl()->toString();
428 $externalResources[] = FetcherRawLocalPath::createFromPath(WikiPath::createComboResource(':firebug:firebug-lite-1.2.js'))->getFetchUrl()->toString();
/plugin/combo/
H A Dcli.php371 $data = \ComboStrap\Json::createFromPath($analyticsPath)->toArray();