Searched refs:isCorsEnabledForUrl (Results 1 – 9 of 9) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/sidebar/ |
H A D | Sidebar.js | 927 if (!this.editorUi.editor.isCorsEnabledForUrl(url)) 982 if (!this.editorUi.editor.isCorsEnabledForUrl(url))
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Editor.js | 2612 Editor.prototype.isCorsEnabledForUrl = function(url) method in Editor 2662 (!self.crossOriginImages || !self.isCorsEnabledForUrl(src))) 3149 if ((/^https?:\/\//.test(realUrl)) && !this.isCorsEnabledForUrl(realUrl))
|
H A D | Dialogs.js | 3114 if (/^https?:\/\//.test(realUrl) && !editorUi.editor.isCorsEnabledForUrl(realUrl)) 3700 if (/^https?:\/\//.test(realUrl) && !editorUi.editor.isCorsEnabledForUrl(realUrl)) 10160 if (/^https?:\/\//.test(realUrl) && !editorUi.editor.isCorsEnabledForUrl(realUrl))
|
H A D | Menus.js | 3510 if (!editorUi.editor.isCorsEnabledForUrl(fileUrl))
|
H A D | App.js | 4575 if (!this.editor.isCorsEnabledForUrl(realUrl))
|
H A D | EditorUi.js | 6941 EditorUi.prototype.isCorsEnabledForUrl = function(url) method in EditorUi 6943 return this.editor.isCorsEnabledForUrl(url);
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 3803 this.editorUi.editor.isCorsEnabledForUrl(e)||(e=PROXY_URL+"?url="+encodeURIComponent(e));this.edito… 3804 …data,g();else if(null!=a.url){n++;var h=a.url;this.editorUi.editor.isCorsEnabledForUrl(h)||(h=PROX… 10147 …ion n(c,f){if(null==B){var d=c,d=/^https?:\/\//.test(d)&&!b.editor.isCorsEnabledForUrl(d)?PROXY_UR… 10356 !b.editor.isCorsEnabledForUrl(d)?PROXY_URL+"?url="+encodeURIComponent(d):TEMPLATE_PATH+"/"+d;mxUtil… 10518 …;return""});/,\s*$/.test(b)&&c.push("");return c};Editor.prototype.isCorsEnabledForUrl=function(b)… method in Editor 10519 …d.substring(0,b.baseUrl.length)==b.baseUrl||f.crossOriginImages&&f.isCorsEnabledForUrl(d)?"chrome-… 10880 …his.handleError(F)}}};EditorUi.prototype.isCorsEnabledForUrl=function(b){return this.editor.isCors… 11683 App.prototype.loadTemplate=function(b,e,d,c,g){var k=!1,n=b;this.editor.isCorsEnabledForUrl(n)||(n=… 11907 …r.spin(document.body,mxResources.get("loading"))){var d=b;c.editor.isCorsEnabledForUrl(b)||(d=PROX…
|
H A D | viewer.min.js | 3186 …;return""});/,\s*$/.test(b)&&d.push("");return d};Editor.prototype.isCorsEnabledForUrl=function(b)… method in Editor 3187 …f.substring(0,b.baseUrl.length)==b.baseUrl||c.crossOriginImages&&c.isCorsEnabledForUrl(f)?"chrome-… 3548 …his.handleError(M)}}};EditorUi.prototype.isCorsEnabledForUrl=function(b){return this.editor.isCors…
|
H A D | viewer-static.min.js | 3186 …;return""});/,\s*$/.test(b)&&d.push("");return d};Editor.prototype.isCorsEnabledForUrl=function(b)… method in Editor 3187 …f.substring(0,b.baseUrl.length)==b.baseUrl||c.crossOriginImages&&c.isCorsEnabledForUrl(f)?"chrome-… 3548 …his.handleError(M)}}};EditorUi.prototype.isCorsEnabledForUrl=function(b){return this.editor.isCors…
|