Home
last modified time | relevance | path

Searched refs:createComboResource (Results 1 – 15 of 15) sorted by relevance

/plugin/combo/ComboStrap/
H A DFont.php47 return WikiPath::createComboResource(":fonts:LiberationSans-Regular.ttf")->toLocalPath();
52 return WikiPath::createComboResource(":fonts:LiberationSans-Bold.ttf")->toLocalPath();
H A DBootstrap.php149 … $stylesheetsFile = WikiPath::createComboResource(':library:bootstrap:bootstrapStylesheet.json');
160 … $localStyleSheetsFile = WikiPath::createComboResource(':library:bootstrap:bootstrapLocal.json');
267 …$bootstrapJsonFile = WikiPath::createComboResource(Snippet::LIBRARY_BASE . ":bootstrap:bootstrapJa…
287 … $path = WikiPath::createComboResource(":library:bootstrap:$version:$fileNameWithExtension");
H A DTemplateEngine.php110 …$defaultTemplateDirectory = WikiPath::createComboResource(":theme:$default:pages:templates")->toLo…
112 …$partialSearchDirectories[] = WikiPath::createComboResource(":theme:$default:pages:partials")->toL…
113 …$componentsCssSearchDirectories[] = WikiPath::createComboResource(":theme:$default:components:css"…
114 …$componentsHtmlSearchDirectories[] = WikiPath::createComboResource(":theme:$default:components:htm…
H A DSnippetSystem.php245 $dokuPath = WikiPath::createComboResource($pathFromComboDrive);
275 $dokuPath = WikiPath::createComboResource($pathFromComboDrive);
H A DSnippet.php349 $wikiPathObject = WikiPath::createComboResource($wikiPath);
361 $wikiPathObject = WikiPath::createComboResource(self::LIBRARY_BASE . $wikiPath);
386 $localPath = WikiPath::createComboResource(Snippet::LIBRARY_BASE . ":$libraryName");
492 return WikiPath::createComboResource(self::SNIPPET_BASE)
H A DIcon.php97 $path = WikiPath::createComboResource(":$name.svg");
H A DTemplateSlot.php139 return WikiPath::createComboResource(":slot:{$this->getElementId()}.md");
H A DTemplateForWebPage.php372 $internalFavIcon = WikiPath::createComboResource('images:favicon.ico');
406 $internalIcon = WikiPath::createComboResource(":images:favicon-$sizeValue.png");
439 $internalIcon = WikiPath::createComboResource(":images:apple-touch-icon.png");
H A DIdentityFormsHelper.php116 $logoPath = WikiPath::createComboResource(":images:home.svg");
H A DIconDownloader.php259 $this->path = WikiPath::createComboResource($iconName . ".svg");
H A DBrandButton.php650 return WikiPath::createComboResource($iconPath);
H A DPluginUtility.php529 $logoPath = WikiPath::createComboResource("images:logo.svg");
H A DWikiPath.php557 static function createComboResource($stringPath): WikiPath function in ComboStrap\\WikiPath
/plugin/combo/ComboStrap/Tag/
H A DWebCodeTag.php359 …$cssUrl = FetcherRawLocalPath::createFromPath(WikiPath::createComboResource("webcode:webcode-ifram…
372 …$url = FetcherRawLocalPath::createFromPath(WikiPath::createComboResource("webcode:webcode-console.…
427 …xternalResources[] = FetcherRawLocalPath::createFromPath(WikiPath::createComboResource(':firebug:f…
428 …xternalResources[] = FetcherRawLocalPath::createFromPath(WikiPath::createComboResource(':firebug:f…
/plugin/combo/ComboStrap/Meta/Field/
H A DFeaturedRasterImage.php25 return WikiPath::createComboResource(":images:apple-touch-icon.png");