Home
last modified time | relevance | path

Searched refs:dokuPath (Results 1 – 12 of 12) sorted by relevance

/plugin/combo/ComboStrap/
H A DImageLink.php80 $dokuPath = $fetcher->getSourcePath();
92 $href = FetcherRawLocalPath::createFromPath($dokuPath)->getFetchUrl()->toString();
97 $title = $dokuPath->getLastName();
105 $href = FetcherRawLocalPath::createFromPath($dokuPath)->getFetchUrl()->toString();
122 ->addQueryParameter(DokuwikiId::DOKUWIKI_ID_ATTRIBUTE, $dokuPath->getWikiId())
123 ->addQueryParameter(WikiPath::REV_ATTRIBUTE, $dokuPath->getRevision());
H A DFetcherSystem.php47 $dokuPath = $fetchDoku->getSourcePath();
52 $mime = FileSystems::getMime($dokuPath);
54 throw new ExceptionNotFound("No fetcher could be created. The mime is unknown for the path ($dokuPath). Error: {$e->getMessage()}");
H A DIFetcherLocalImage.php56 $dokuPath = WikiPath::createMediaPathFromId($imageId, $rev);
57 return IFetcherLocalImage::createImageFetchFromPath($dokuPath);
H A DSnippetSystem.php244 $dokuPath = WikiPath::createComboResource($pathFromComboDrive);
245 return Snippet::getOrCreateFromContext($dokuPath)
274 $dokuPath = WikiPath::createComboResource($pathFromComboDrive);
275 return Snippet::getOrCreateFromContext($dokuPath)
H A DFsWikiUtility.php62 $dokuPath = WikiPath::createMarkupPathFromPath($path);
64 $dokuwikiId = substr( $dokuPath->getWikiId(),0,-1);
H A DLinkMarkup.php220 $dokuPath = $this->getMarkupRef()->getPath();
224 $page = MarkupPath::createPageFromPathObject($dokuPath);
225 $outputAttributes->addOutputAttributeValue(self::DATA_WIKI_ID, $dokuPath->getWikiId());
228 if (!FileSystems::exists($dokuPath)) {
H A DSite.php78 $dokuPath = WikiPath::createMediaPathFromId($logoPath);
79 if (FileSystems::exists($dokuPath)) {
81 $logos[] = $dokuPath;
H A DFetcherSvg.php636 $dokuPath = FetcherRawLocalPath::createEmpty()->buildFromUrl($url)->processIfNeededAndGetFetchPath();
641 $mime = FileSystems::getMime($dokuPath);
1468 $dokuPath = $this->downloadAndGetIconPath();
1472 $this->setSourcePath($dokuPath);
/plugin/combo/action/
H A Dmetafacebook.php143 $dokuPath = WikiPath::createMediaPathFromId($defaultFacebookImage);
144 if (FileSystems::exists($dokuPath)) {
146 $facebookImages[] = IFetcherLocalImage::createImageFetchFromPath($dokuPath);
H A Dpageprotection.php151 $dokuPath = WikiPath::createFromUnknownRoot($id);
152 if ($dokuPath->isPage()) {
H A Dstaticresource.php186 $dokuPath = $mediaToSend->toWikiPath();
192 if (!$dokuPath->isPublic()) {
/plugin/combo/ComboStrap/Meta/Field/
H A DPageImages.php349 $dokuPath = $pageImage->getImagePath();
350 $data[MetadataDokuWikiStore::CURRENT_METADATA]['relation']['media'][$dokuPath->getWikiId()] = FileSystems::exists($dokuPath);