Home
last modified time | relevance | path

Searched refs:WikiPath (Results 26 – 50 of 99) sorted by last modified time

1234

/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/
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 DLinkMarkup.php121 WikiPath::addRootSeparatorIfNotPresent($id);
539 return strpos($this->getMarkupRef()->getRef(), WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT) !== 0;
H A DBrandButton.php646 private function getResourceIconFile(): WikiPath
650 return WikiPath::createComboResource($iconPath);
H A DMarkupRef.php193 $this->path = WikiPath::createRequestedPagePathFromRequest();
286 $rev = $this->url->getQueryPropertyValue(WikiPath::REV_ATTRIBUTE);
295 $this->path = WikiPath::createMediaPathFromId($wikiPath, $rev);
393 $wikiPath = str_replace(WikiPath::NAMESPACE_SEPARATOR_SLASH, WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT, $wikiPath);
396 if ($wikiPath[strlen($wikiPath) - 1] === WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT) {
400 if ($wikiPath[0] === WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT) {
404 if ($wikiPath[0] === WikiPath::CURRENT_PATH_CHARACTER) {
407 if ($wikiPath[1] === WikiPath::CURRENT_PATH_CHARACTER) {
422 $cleanPath = WikiPath
[all...]
H A DMarkupRenderUtility.php71 $wikiPath = WikiPath::createMarkupPathFromId($pageId);
H A DMarkupRenderer.php37 * @var WikiPath the context path
40 private WikiPath $requestedContextPath;
53 * @param WikiPath|null $contextPath - the requested markup path - may be null (case of webcode)
56 public static function createFromMarkup(string $markup, ?Path $executingPath, ?WikiPath $contextPath): MarkupRenderer
195 * @param WikiPath $path
198 public function setRequestedContextPath(WikiPath $path): MarkupRenderer
216 private function getRequestedContextPath(): WikiPath
H A DCacheReportHtmlDataBlockArray.php54 if (!($sourcePath instanceof WikiPath)) {
56 $sourcePath = WikiPath::createFromPathObject($sourcePath);
H A DMediaMarkup.php881 public function getPath(): WikiPath
H A DMessage.php242 $canonicalPath = WikiPath::createFromUnknownRoot($this->canonical);
/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/ComboStrap/Api/
H A DQualityMessageHandler.php11 use ComboStrap\WikiPath; alias
74 $markupPath = WikiPath::createMarkupPathFromId($id);
/plugin/combo/action/
H A Dlang.php6 use ComboStrap\WikiPath; alias
76 $id = WikiPath::normalizeWikiPath($id);
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
/plugin/combo/syntax/
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
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataWikiPath.php10 use ComboStrap\WikiPath; alias
15 * A wiki path value where the separator is a {@link WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT}
44 * @var WikiPath
46 protected WikiPath $value;
49 * @param WikiPath|string|null $value
58 if ($value instanceof WikiPath) {
68 $value = WikiPath::toValidAbsolutePath($value);
69 $this->value = WikiPath::createWikiPath($value, $this->getDrive());
95 if (!($defaultValue instanceof WikiPath)) {
112 if ($value instanceof WikiPath) {
[all...]
/plugin/combo/ComboStrap/Meta/Field/
H A DAlias.php11 use ComboStrap\WikiPath; alias
19 private WikiPath $path; // the path of the alias
29 * @param WikiPath $path
31 public function __construct(MarkupPath $page, WikiPath $path)
39 * @return WikiPath
41 public function getPath(): WikiPath
68 static function create(ResourceCombo $page, WikiPath $alias): Alias
H A DAliasPath.php9 use ComboStrap\WikiPath; alias
50 return WikiPath::MARKUP_DRIVE;
H A DAncestorImage.php12 use ComboStrap\WikiPath; alias
62 * @return WikiPath
65 public function getValue(): WikiPath
106 return WikiPath::MEDIA_DRIVE;

1234