Searched refs:isRemoteFileFormat (Results 1 – 8 of 8) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | ElectronApp.js | 385 …f (!editorUi.isOffline() && new XMLHttpRequest().upload && editorUi.isRemoteFileFormat(data, path))
|
H A D | DriveClient.js | 1176 … if (Graph.fileSupport && new XMLHttpRequest().upload && this.ui.isRemoteFileFormat(data, url))
|
H A D | EditorUi.js | 3563 …else if (!this.isOffline() && new XMLHttpRequest().upload && this.isRemoteFileFormat(data, img) &&… 7821 …h.fileSupport && !this.isOffline() && new XMLHttpRequest().upload && this.isRemoteFileFormat(text)) 8064 EditorUi.prototype.isRemoteFileFormat = function(data, filename) method in EditorUi 11020 else if (!this.isOffline() && this.isRemoteFileFormat(data)) 11203 this.isRemoteFileFormat(data, name)) 12662 …function' && !this.isOffline() && new XMLHttpRequest().upload && this.isRemoteFileFormat(data, ''))
|
H A D | App.js | 4614 …else if (!this.isOffline() && new XMLHttpRequest().upload && this.isRemoteFileFormat(data, filterF… 6621 else if (Graph.fileSupport && new XMLHttpRequest().upload && this.isRemoteFileFormat(data, url))
|
H A D | Dialogs.js | 9387 …& !editorUi.isOffline() && new XMLHttpRequest().upload && editorUi.isRemoteFileFormat(data, file.n…
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 10340 …g," "))})):null!=t&&!b.isOffline()&&(new XMLHttpRequest).upload&&b.isRemoteFileFormat(d,t.name)?b.… 10777 (new XMLHttpRequest).upload&&this.isRemoteFileFormat(f,q)&&null!=y?this.parseFile(y,mxUtils.bind(th… 10899 ….fileSupport&&!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(b))this.pars… 10906 b.substring(0,c)+b.substring(b.indexOf(",",c+1)))}return b};EditorUi.prototype.isRemoteFileFormat=f… 11684 …,d,f);else if(!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(l,f))this.pa… 11741 …his,c,e,!0))):Graph.fileSupport&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(c,b)?this.pa…
|
H A D | viewer.min.js | 3445 this.isRemoteFileFormat(d,p)&&null!=v?this.parseFile(v,mxUtils.bind(this,function(b){4==b.readyStat… 3567 ….fileSupport&&!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(b))this.pars… 3574 b.substring(0,d)+b.substring(b.indexOf(",",d+1)))}return b};EditorUi.prototype.isRemoteFileFormat=f…
|
H A D | viewer-static.min.js | 3445 this.isRemoteFileFormat(d,p)&&null!=v?this.parseFile(v,mxUtils.bind(this,function(b){4==b.readyStat… 3567 ….fileSupport&&!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(b))this.pars… 3574 b.substring(0,d)+b.substring(b.indexOf(",",d+1)))}return b};EditorUi.prototype.isRemoteFileFormat=f…
|