Home
last modified time | relevance | path

Searched refs:WikiPath (Results 51 – 75 of 99) sorted by last modified time

1234

/plugin/combo/ComboStrap/
H A DDatabasePageRow.php273 WikiPath::addRootSeparatorIfNotPresent($canonical);
290 WikiPath::addRootSeparatorIfNotPresent($alias);
737 WikiPath::addRootSeparatorIfNotPresent($path);
1025 WikiPath::addRootSeparatorIfNotPresent($path);
H A DDokuwikiId.php36 if($path instanceof WikiPath){
H A DOutline.php507 public static function createFromMarkup(string $content, Path $contentPath, WikiPath $contextPath): Outline
626 if (!($path instanceof WikiPath)) {
H A DExecutionContext.php241 ->setDefaultContextPath(WikiPath::createMarkupPathFromId($requestedId));
301 public function getContextNamespacePath(): WikiPath
423 public function getRequestedPath(): WikiPath
456 return WikiPath::createMarkupPathFromId($inputId);
461 return WikiPath::createMarkupPathFromId($ID);
475 return WikiPath::createMarkupPathFromId($callingId);
489 return WikiPath::createMarkupPathFromId($requestId);
699 $executingId = WikiPath::removeRootSepIfPresent($executingId);
892 * when testing {@link LinkMarkup} and {@link WikiPath}
895 * @param WikiPath
[all...]
H A DFeaturedIcon.php51 public function getDefaultValue(): WikiPath
73 return WikiPath::createMediaPathFromId($iconImageParsed);
81 return WikiPath::MEDIA_DRIVE;
H A DFileSystems.php351 return WikiPath::createFromUri($uri);
H A DFirstImage.php46 * @return WikiPath
49 public function getValue(): WikiPath
68 return WikiPath::MEDIA_DRIVE;
H A DFirstSvgIllustration.php80 return WikiPath::MEDIA_DRIVE;
H A DFont.php47 return WikiPath::createComboResource(":fonts:LiberationSans-Regular.ttf")->toLocalPath();
52 return WikiPath::createComboResource(":fonts:LiberationSans-Bold.ttf")->toLocalPath();
H A DPathAbs.php81 * Utility {@link WikiPath::createFromPathObject()}
83 function toWikiPath(): WikiPath
85 if ($this instanceof WikiPath) {
113 if ($this instanceof WikiPath) {
H A DPathTreeNode.php73 $path = WikiPath::createMarkupPathFromId($id);
82 * @var WikiPath $parentPath
H A DPluginUtility.php529 $logoPath = WikiPath::createComboResource("images:logo.svg");
H A DReference.php54 return WikiPath::MARKUP_DRIVE;
H A DIcon.php59 $mediaDokuPath = WikiPath::createMediaPathFromId($name);
97 $path = WikiPath::createComboResource(":$name.svg");
H A DSearchTag.php54 $id = WikiPath::createRequestedPagePathFromRequest()->getWikiId();
H A DImageLink.php123 ->addQueryParameter(WikiPath::REV_ATTRIBUTE, $dokuPath->getRevision());
H A DSnippetSystem.php245 $dokuPath = WikiPath::createComboResource($pathFromComboDrive);
275 $dokuPath = WikiPath::createComboResource($pathFromComboDrive);
/plugin/combo/ComboStrap/Meta/Field/
H A DFacebookImage.php11 use ComboStrap\WikiPath; alias
79 return WikiPath::MEDIA_DRIVE;
H A DFeaturedRasterImage.php13 use ComboStrap\WikiPath; alias
23 public static function getComboStrapLogo(): WikiPath
25 return WikiPath::createComboResource(":images:apple-touch-icon.png");
85 public function getDefaultValue(): WikiPath
108 public function getValueOrParsed(): WikiPath
120 private function getParsedValue(): WikiPath
135 return WikiPath::createMediaPathFromPath($parsedValue);
141 return WikiPath::MEDIA_DRIVE;
H A DPageImage.php11 use ComboStrap\WikiPath; alias
29 * @var WikiPath
31 private WikiPath $image;
41 public function __construct(WikiPath $image, MarkupPath $page)
48 * @param WikiPath $image
52 public static function create(WikiPath $image, ResourceCombo $page): PageImage
77 public function getImagePath(): WikiPath
H A DPageImagePath.php11 use ComboStrap\WikiPath; alias
68 WikiPath::addRootSeparatorIfNotPresent($value);
69 $path = WikiPath::createMediaPathFromPath($value);
79 return WikiPath::MEDIA_DRIVE;
H A DPageImages.php18 use ComboStrap\WikiPath; alias
101 WikiPath::addRootSeparatorIfNotPresent($imagePath);
102 $imagePathObject = WikiPath::createMediaPathFromPath($imagePath);
115 WikiPath::addRootSeparatorIfNotPresent($persistentValue);
116 $imagePathObject = WikiPath::createMediaPathFromPath($persistentValue);
H A DSocialCardImage.php15 use ComboStrap\WikiPath; alias
62 public function getValue(): WikiPath
90 private function getFeaturedRasterImageOrFirst(ResourceCombo $contextPage): WikiPath
102 return WikiPath::MEDIA_DRIVE;
H A DTwitterImage.php9 use ComboStrap\WikiPath; alias
75 return WikiPath::MEDIA_DRIVE;
/plugin/combo/action/
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;

1234