Home
last modified time | relevance | path

Searched refs:WikiPath (Results 76 – 99 of 99) sorted by path

1234

/plugin/combo/ComboStrap/
H A DSnippetSystem.php245 $dokuPath = WikiPath::createComboResource($pathFromComboDrive);
275 $dokuPath = WikiPath::createComboResource($pathFromComboDrive);
H A DTemplateEngine.php32 * @var WikiPath[]
62 * @var WikiPath[] $componentsCssSearchDirectories
110 $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();
257 * @return WikiPath - where the theme should be stored
259 private static function getThemeHomeAsWikiPath(): WikiPath
261 return WikiPath::getComboCustomThemeHomeDirectory();
343 public function getComponentStylePathByName(string $nameWithExtenson): WikiPath
[all...]
H A DTemplateForWebPage.php60 private WikiPath $requestedContextPath;
115 * @return WikiPath from where the markup slot should be searched
118 public function getRequestedContextPath(): WikiPath
369 $internalFavIcon = WikiPath::createComboResource('images:favicon.ico');
371 WikiPath::createMediaPathFromId(':favicon.ico'),
372 WikiPath::createMediaPathFromId(':wiki:favicon.ico'),
377 * @var WikiPath $icoWikiPath - we give wiki paths, we get wiki path
403 $internalIcon = WikiPath::createComboResource(":images:favicon-$sizeValue.png");
405 WikiPath::createMediaPathFromId(":favicon-$sizeValue.png"),
406 WikiPath
[all...]
H A DTemplateSlot.php42 * @var WikiPath - the context path of this slot
44 private WikiPath $contextPath;
52 public function __construct(string $elementId, WikiPath $contextPath)
64 public static function createFromElementId(string $elementId, WikiPath $contextPath = null): TemplateSlot
134 * @return WikiPath
137 function getDefaultSlotContentPath(): WikiPath
139 return WikiPath::createComboResource(":slot:{$this->getElementId()}.md");
177 foreach (WikiPath::ALL_MARKUP_EXTENSIONS as $markupExtension) {
H A DThirdMediaLink.php63 if(!$path instanceof WikiPath){
H A DWikiFileSystem.php38 * @param WikiPath $path
46 * @param WikiPath $path
56 * @param WikiPath $path
65 * @param WikiPath $path
75 * @param WikiPath $path
83 * @param WikiPath $path
91 * @param WikiPath $dirPath
101 * @param WikiPath $path
106 return WikiPath::isNamespacePath($path->toAbsoluteId());
111 * @param WikiPath
[all...]
H A DWikiPath.php19 * Dokuwiki knows only two drives ({@link WikiPath::MARKUP_DRIVE} and {@link WikiPath::MEDIA_DRIVE}
20 * but we have added a couple more such as the {@link WikiPath::COMBO_DRIVE combo resources}
21 * and the {@link WikiPath::CACHE_DRIVE} to be able to serve resources
28 class WikiPath extends PathAbs class
58 * For now, there is only one value: {@link WikiPath::COMBO_DRIVE}
64 * combo resources directory ie {@link WikiPath::COMBO_DRIVE}
106 * The separator from the {@link WikiPath::getDrive()}
124 * that ends with the {@link WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT} points to a start page
145 $path = WikiPath
[all...]
/plugin/combo/ComboStrap/Tag/
H A DWebCodeTag.php19 use ComboStrap\WikiPath; alias
359 $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/Web/
H A DUrl.php24 use ComboStrap\WikiPath;
151 public static function encodeToUrlPath($string, string $separator = WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT): string
28 use ComboStrap\WikiPath; global() alias
H A DUrlRewrite.php13 use ComboStrap\WikiPath;
105 $webUrlPath = str_replace(WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT, "/", $dokuwikiId);
118 $webUrlPath = str_replace(WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT, "/", $dokuwikiId);
145 $webUrlPath = str_replace(WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT, "/", $urlId);
156 $webUrlPath = str_replace(WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT, "/", $urlId);
15 use ComboStrap\WikiPath; global() alias
/plugin/combo/action/
H A Dcanonical.php6 use ComboStrap\WikiPath; alias
76 $pageViewCanonical = str_replace(WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT, "/", $canonical);
H A Dimgmove.php17 use ComboStrap\WikiPath; alias
100 $souceImageWikiPath = WikiPath::createMediaPathFromId($sourceImagePath);
289 $relativeOrAbsoluteWikiId = WikiPath::IdToAbsolutePath($newId);
H A Dinstructionspostprocessing.php11 use ComboStrap\WikiPath; alias
119 $executingPath = WikiPath::createMarkupPathFromId($executingId);
H A Dlang.php6 use ComboStrap\WikiPath; alias
76 $id = WikiPath::normalizeWikiPath($id);
H A Dmetafacebook.php6 use ComboStrap\WikiPath; alias
143 $dokuPath = WikiPath::createMediaPathFromId($defaultFacebookImage);
H A Dmetatwitter.php12 use ComboStrap\WikiPath; alias
H A Dpageprotection.php19 use ComboStrap\WikiPath;
151 $dokuPath = WikiPath::createFromUnknownRoot($id);
12 use ComboStrap\WikiPath; global() alias
H A Drouter.php30 use ComboStrap\WikiPath;
144 return str_replace("/", WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT, $originalId);
369 $targetPath = WikiPath::createMarkupPathFromId($targetPageId);
28 use ComboStrap\WikiPath; global() alias
H A Dslottemplate.php6 use ComboStrap\WikiPath; alias
H A Dstaticresource.php20 use ComboStrap\WikiPath; alias
79 $drive = $_GET[WikiPath::DRIVE_ATTRIBUTE] ?? null;
92 if ($drive === WikiPath::CACHE_DRIVE) {
131 //$event->data['file'] = WikiPath::createComboResource("images:error-bad-format.svg")->toLocalPath()->toAbsolutePath()->toQualifiedId();
177 $drive = $_GET[WikiPath::DRIVE_ATTRIBUTE] ?? null;
/plugin/combo/renderer/
H A Danalytics.php19 use ComboStrap\WikiPath; alias
169 if (!($path instanceof WikiPath)) {
/plugin/combo/syntax/
H A Diterator.php25 use ComboStrap\WikiPath; alias
94 * @return WikiPath the context path for element that are in a fragment
96 public static function getContextPathForComponentThatMayBeInFragment(TagAttributes $tagAttributes): WikiPath
101 return WikiPath::createMarkupPathFromPath($pathString);
116 return WikiPath::createMarkupPathFromPath($path);
H A Dmedia.php30 use ComboStrap\WikiPath; alias
86 if (!($path instanceof WikiPath)) {
116 $isIcon = FetcherSvg::createSvgFromPath(WikiPath::createMediaPathFromId($wikiId))
H A Dwebcode.php34 use ComboStrap\WikiPath; alias

1234