Searched refs:imageBaseUrl (Results 1 – 3 of 3) sorted by relevance
24 GraphViewer.prototype.imageBaseUrl = 'https://viewer.diagrams.net/'; method in GraphViewer566 url = this.imageBaseUrl + url;
4012 …totype.editBlankUrl="https://app.diagrams.net/";GraphViewer.prototype.imageBaseUrl="https://viewer…4028 …b.substring(0,10)&&("/"==b.charAt(0)&&(b=b.substring(1,b.length)),b=this.imageBaseUrl+b);return b};