Home
last modified time | relevance | path

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

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