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:bootstrapJavascript.json");
287 $path = WikiPath::createComboResource(":library:bootstrap:$version:$fileNameWithExtension");
H A DTemplateEngine.php110 $defaultTemplateDirectory = WikiPath::createComboResource(":theme:$default:pages:templates")->toLocalPath();
112 $partialSearchDirectories[] = WikiPath::createComboResource(":theme:$default:pages:partials")->toLocalPath();
113 $componentsCssSearchDirectories[] = WikiPath::createComboResource(":theme:$default:components:css");
114 $componentsHtmlSearchDirectories[] = WikiPath::createComboResource(":theme:$default:components:html")->toLocalPath();
H A DSnippetSystem.php244 $dokuPath = WikiPath::createComboResource($pathFromComboDrive);
274 $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.php369 $internalFavIcon = WikiPath::createComboResource('images:favicon.ico');
403 $internalIcon = WikiPath::createComboResource(":images:favicon-$sizeValue.png");
436 $internalIcon = WikiPath::createComboResource(":images:apple-touch-icon.png");
H A DIdentityFormsHelper.php116 $logoPath = WikiPath::createComboResource(":images:home.svg");
H A DBrandButton.php650 return WikiPath::createComboResource($iconPath);
H A DPluginUtility.php529 $logoPath = WikiPath::createComboResource("images:logo.svg");
H A DIconDownloader.php259 $this->path = WikiPath::createComboResource($iconName . ".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-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/ComboStrap/Meta/Field/
H A DFeaturedRasterImage.php25 return WikiPath::createComboResource(":images:apple-touch-icon.png");