Searched refs:imgUrl (Results 1 – 6 of 6) sorted by relevance
| /plugin/openlayersmap/syntax/ |
| 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"; 145 $imgUrl .= $_firstimageID; 147 $imgUrl .= "&.png"; 152 $imgUrl .= "?" . str_replace("px", "", $gmap ['width']) . "x" 154 $imgUrl .= "&nolink"; [all …]
|
| /plugin/imgpaste/ |
| D | script.js | 118 async function downloadData(imgUrl) { argument 121 formData.append('url', imgUrl);
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | Extensions.js | 3823 function mapImgUrl(imgUrl) argument 3825 if (imgUrl && LucidImporter.imgSrcRepl != null) 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; [all …]
|
| 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;
|
| 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/ |
| 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…
|