Searched refs:imgUrl (Results 1 – 5 of 5) sorted by relevance
/plugin/openlayersmap/syntax/ |
H A D | olmap.php | 109 $imgUrl = "{{"; 112 $imgUrl .= $this->getGoogle($gmap, $overlay); 113 $imgUrl .= "&.png"; 119 $imgUrl .= $_firstimageID; 121 $imgUrl .= "&.png"; 126 $imgUrl .= $this->getBing($gmap, $overlay) . "&.png"; 133 $imgUrl .= $_firstimageID; 135 $imgUrl .= "&.png"; 138 $imgUrl .= $this->_getMapQuest ( $gmap, $overlay ); 139 $imgUrl [all...] |
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Extensions.js | 3823 function mapImgUrl(imgUrl) argument 3829 if (attMap[imgUrl]) 3831 imgUrl = attMap[imgUrl]; 3840 imgUrl = imgUrl.replace(repl.searchVal, repl.replVal); 3847 return imgUrl; 5442 var imgUrl = url, extraStyles = ''; 5447 imgUrl = properties.FillColor.url; 5470 imgUrl = properties.URL; 5475 imgUrl = properties.ImageFillProps.url; 5478 if (imgUrl != null) [all …]
|
H A D | Dialogs.js | 2719 tmp.select, tmp.imgUrl, tmp.info, tmp.onClick, tmp.preview, tmp.noImg, tmp.clibs); 3085 …function addButton(url, libs, title, tooltip, select, imgUrl, infoObj, onClick, preview, noImg, cl… argument 3196 if (imgUrl != null) 3202 img.setAttribute('src', imgUrl); 3207 … var fallbackImgUrl = imgUrl.replace('.drawio.xml', '').replace('.drawio', '').replace('.xml', ''); 10486 var imgUrl = diagrams[i].imgUrl; 10502 if (!imgUrl) 10504 imgUrl = TEMPLATE_PATH + '/' + url.substring(0, url.length - 4) + '.png'; 10602 …})(img, imgDiv, imgUrl? imgUrl.replace('.drawio.xml', '').replace('.drawio', '').replace('.xml', '… 10604 img.src = imgUrl;
|
H A D | Menus.js | 93 …return {id: item.id, isExt: true, url: item.downloadUrl, title: item.title, imgUrl: item.thumbnail… 3728 …return {id: item.id, isExt: true, url: item.downloadUrl, title: item.title, imgUrl: item.thumbnail…
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 10146 …=ma[L++],c=F(c.url,c.libs,c.title,c.tooltip?c.tooltip:c.title,c.select,c.imgUrl,c.info,c.onClick,c… 10363 …xResources.get(c[g].title,null,c[g].title):c[g].title))||c[g].url,t=c[g].imgUrl,n=mxUtils.htmlEnti… 11794 d.init()}else{var e=function(b){return{id:b.id,isExt:!0,url:b.downloadUrl,title:b.title,imgUrl:b.th… 11915 isExt:!0,url:b.downloadUrl,title:b.title,imgUrl:b.thumbnailLink,changedBy:b.lastModifyingUserName,l…
|