| /plugin/snap/ |
| D | helper.php | 60 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 …]
|
| D | syntax.php.ori | 165 $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/combo/ComboStrap/ |
| H A D | FetcherVignette.php | 215 $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 D | SvgImageLink.php | 206 $imagePath = $this->mediaMarkup->getPath(); 207 if (!FileSystems::exists($imagePath)) { 208 throw new ExceptionNotFound("The image ($imagePath) does not exist"); 214 $imageSize = FileSystems::getSize($imagePath);
|
| H A D | PageImageTag.php | 97 … $imagePath = FeaturedImage::createFromResourcePage($contextPage)->getValue(); 103 $imageFetcher = IFetcherLocalImage::createImageFetchFromPath($imagePath); 105 …lity::warning("Error while creating the fetcher for the feature image ($imagePath) and the page ($…
|
| /plugin/combo/ComboStrap/Meta/Field/ |
| H A D | PageImages.php | 88 $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/indexmenu/scripts/ |
| D | indexmenu.js | 122 let imagePath = this.config.plugbase + '/images/' + theme + '/'; 124 root: imagePath + 'base.' + imgExt, 125 folder: imagePath + 'folder.' + imgExt, 126 folderH: imagePath + 'folderh.' + imgExt, 127 folderOpen: imagePath + 'folderopen.' + imgExt, 128 folderHOpen: imagePath + 'folderhopen.' + imgExt, 129 node: imagePath + 'page.' + imgExt, 130 empty: imagePath + 'empty.' + imgExt, 131 line: imagePath + 'line.' + imgExt, 132 join: imagePath + 'join.' + imgExt, [all …]
|
| /plugin/favoris/ |
| D | action.php | 123 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/ckgdoku/ckeditor/plugins/about/dialogs/ |
| D | about.js | 8 …imagePath = CKEDITOR.getUrl( CKEDITOR.plugins.get( 'about' ).path + 'dialogs/' + ( CKEDITOR.env.hi… 39 'background-image:url(' + imagePath + ');' +
|
| D | about.js.unc | 8 …imagePath = CKEDITOR.getUrl( CKEDITOR.plugins.get( 'about' ).path + 'dialogs/' + ( CKEDITOR.env.hi… 39 'background-image:url(' + imagePath + ');' +
|
| /plugin/galleryv1.5/ |
| D | script.js | 171 _createWrapOn : function(obj,imagePath) argument 202 if (imagePath != '') imag.src = imagePath;
|
| /plugin/indexmenu/scripts/fancytree/modules/ |
| D | jquery.fancytree.js | 5087 : (opts.imagePath || "") + icon;
|
| /plugin/indexmenu/scripts/fancytree/ |
| D | jquery.fancytree.min.js | 1 …e='"+P(i)+"'":"","string"==typeof n?c.test(n)?(n="/"===n.charAt(0)?n:(s.imagePath||"")+n,d.push("<…
|
| D | jquery.fancytree-all.min.js | 33 …e='"+P(i)+"'":"","string"==typeof n?c.test(n)?(n="/"===n.charAt(0)?n:(s.imagePath||"")+n,d.push("<…
|
| D | jquery.fancytree-all-deps.min.js | 1 …e='"+D(i)+"'":"","string"==typeof n?c.test(n)?(n="/"===n.charAt(0)?n:(s.imagePath||"")+n,d.push("<…
|
| D | jquery.fancytree-all.js | 5087 : (opts.imagePath || "") + icon;
|
| D | jquery.fancytree-all-deps.js | 6548 : (opts.imagePath || "") + icon;
|
| D | jquery.fancytree-all-deps.min.js.map | 1 …"ares","role","minExpandLevel","checkbox","iconClass","_escapeTooltip","imagePath","text","escapeH…
|