Home
last modified time | relevance | path

Searched refs:getImagePath (Results 1 – 11 of 11) sorted by relevance

/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineLeftImageConfigCascade.php45 protected function getImagePath($configtype, $key) { function in ConfigManagerTwoLineLeftImageConfigCascade
63 $path = $this->getImagePath($configtype, $key);
190 $path = $this->getImagePath('local', $key);
H A DConfigManagerTwoLineRightImageConfigCascade.php28 protected function getImagePath($configtype, $key) { function in ConfigManagerTwoLineRightImageConfigCascade
116 $path = $this->getImagePath('local', $key);
/plugin/combo/ComboStrap/
H A DImageSystem.php41 $path = $pageImage->getImagePath();
66 $pageMetadataImagePath = $pageMetadataImage->getImagePath();
H A DMarkupPath.php1796 $path = $pageImage->getImagePath();
/plugin/combo/ComboStrap/Meta/Field/
H A DPageImages.php286 if (!FileSystems::exists($pageImage->getImagePath())) {
287 throw new ExceptionCompile("The image ({$pageImage->getImagePath()}) does not exist", $this->getCanonical());
349 $dokuPath = $pageImage->getImagePath();
H A DTwitterImage.php57 return parent::setFromStoreValueWithoutException($pageImage->getImagePath()->toAbsoluteId());
H A DFacebookImage.php60 return parent::setFromStoreValueWithoutException($pageImage->getImagePath()->toAbsoluteId());
H A DPageImage.php77 public function getImagePath(): WikiPath function in ComboStrap\\Meta\\Field\\PageImage
H A DFeaturedRasterImage.php61 $wikiPath = $pageImage->getImagePath();
/plugin/combo/syntax/
H A Dfrontmatter.php326 $dokuwikiId = $imageValue->getImagePath()->getWikiId();
/plugin/combo/action/
H A Dimgmove.php216 $path = $image->getImagePath();