Home
last modified time | relevance | path

Searched refs:imagePath (Results 1 – 10 of 10) sorted by last modified time

/plugin/combo/ComboStrap/
H A DFetcherVignette.php215 $imagePath = Site::getLogoAsRasterImage()->getSourcePath();
216 $gdOriginalLogo = $this->getGdImageHandler($imagePath);
280 private function getGdImageHandler(WikiPath $imagePath) argument
283 $imagePath = $imagePath->toLocalPath();
284 $extension = FileSystems::getMime($imagePath)->getExtension();
288 return imagecreatefrompng($imagePath->toAbsoluteId());
291 return imagecreatefromjpeg($imagePath->toAbsoluteId());
293 return imagecreatefromwebp($imagePath->toAbsoluteId());
H A DPageImageTag.php97 $imagePath = FeaturedImage::createFromResourcePage($contextPage)->getValue();
103 $imageFetcher = IFetcherLocalImage::createImageFetchFromPath($imagePath);
105 LogUtility::warning("Error while creating the fetcher for the feature image ($imagePath) and the page ($contextPage). Error: {$e->getMessage()}", self::CANONICAL, $e);
H A DSvgImageLink.php206 $imagePath = $this->mediaMarkup->getPath();
207 if (!FileSystems::exists($imagePath)) {
208 throw new ExceptionNotFound("The image ($imagePath) does not exist");
214 $imageSize = FileSystems::getSize($imagePath);
/plugin/combo/ComboStrap/Meta/Field/
H A DPageImages.php88 $imagePath = $value[PageImagePath::PERSISTENT_NAME];
90 $imagePath = $value;
93 $imagePath = $key;
101 WikiPath::addRootSeparatorIfNotPresent($imagePath);
102 $imagePathObject = WikiPath::createMediaPathFromPath($imagePath);
107 $images[$imagePath] = $pageImage;
/plugin/ckgdoku/ckeditor/plugins/about/dialogs/
H A Dabout.js8imagePath = CKEDITOR.getUrl( CKEDITOR.plugins.get( 'about' ).path + 'dialogs/' + ( CKEDITOR.env.hi…
39 'background-image:url(' + imagePath + ');' +
H A Dabout.js.unc8imagePath = CKEDITOR.getUrl( CKEDITOR.plugins.get( 'about' ).path + 'dialogs/' + ( CKEDITOR.env.hi…
39 'background-image:url(' + imagePath + ');' +
/plugin/favoris/
H A Daction.php123 list($imagePath, $titrePage, $target)=$snap->getSnap($page, 200, 150, true);
124 if (!$snap->succeed || !$imagePath) {
140 …print "<img src=\"".DOKU_URL."lib/plugins/snap/image.php?image=".rawurlencode($imagePath)."\" $sty…
/plugin/snap/
H A Dhelper.php60 var $imagePath=false; variable in helper_plugin_snap
122 $this->imagePath=false;
195 $imagePath=$this->outputPath.$image;
196 … if (file_exists($imagePath)) list($imLarg, $imHaut, $imType, $imAttr) = getimagesize($imagePath);
201 !file_exists($imagePath) ||
202 ((time()-filemtime($imagePath))>$conf['cachetime']) ||
229 …fwrite($fp, "$url $imagePath $this->screenx $this->screeny ".($this->snapTimeout*1000)." $larg $ha…
260 if (!file_exists($imagePath)) {
266 $this->snapTime=filemtime($imagePath);
276 $this->imagePath=$imagePath;
[all …]
H A Dsyntax.php.ori165 $imagePath=realpath($conf['datadir']).'/../snap/'.$image;
167 … if (file_exists($imagePath)) list($imLarg, $imHaut, $imType, $imAttr) = getimagesize($imagePath);
171 !file_exists($imagePath) ||
172 ((time()-filemtime($imagePath))>$conf['cachetime']) ||
190 fwrite($fp, "$url $imagePath $screenx $screeny 5000 $larg $haut\n");
197 if (file_exists($imagePath)) {
198 $titrePage.=" (".strftime($conf['dformat'],filemtime($imagePath)).")";
204 …<img src=\"".DOKU_URL."lib/plugins/snap/image.php?image=".rawurlencode($imagePath)."\" style=\"bor…
/plugin/galleryv1.5/
H A Dscript.js171 _createWrapOn : function(obj,imagePath) argument
202 if (imagePath != '') imag.src = imagePath;