Lines Matching refs:isOffline

611 	EditorUi.prototype.isOffline = function(ignoreStealth)  method in EditorUi
2718 if (!this.isOffline() && file.getMode() != null)
2760 if (EditorUi.enableLogging && !this.isOffline())
3563 …else if (!this.isOffline() && new XMLHttpRequest().upload && this.isRemoteFileFormat(data, img) &&…
3625 if (!this.isOffline() && file.title == '.scratchpad' && EditorUi.scratchpadHelpLink != null)
4438 else if (mxClient.IS_IOS && this.isOffline())
4469 if (useDownload || this.isOffline())
6150 if (this.isOffline() || !this.canvasSupported)
6172 …grid = this.addCheckbox(div, mxResources.get('grid'), false, this.isOffline() || !this.canvasSuppo…
7246 if (VSD_CONVERT_URL != null && !this.isOffline())
7351 if (!this.doImportVisio && !this.loadingExtensions && !this.isOffline(true))
7395 if (!this.doImportGraphML && !this.loadingExtensions && !this.isOffline(true))
7438 if (typeof VsdxExport === 'undefined' && !this.loadingExtensions && !this.isOffline(true))
7493 !this.loadingExtensions && !this.isOffline(true))
7599 if (typeof mermaid === 'undefined' && !this.loadingMermaid && !this.isOffline(true))
7821 …if (Graph.fileSupport && !this.isOffline() && new XMLHttpRequest().upload && this.isRemoteFileForm…
7837 else if (text.substring(0, 5) == 'data:' || (!this.isOffline() &&
11020 else if (!this.isOffline() && this.isRemoteFileFormat(data))
11202 else if (Graph.fileSupport && !this.isOffline() && new XMLHttpRequest().upload &&
12662 …else if (data != null && typeof data.substring === 'function' && !this.isOffline() && new XMLHttpR…
12823 !this.isOffline() ? 'https://drawio-app.com/import-from-csv-to-drawio/' : null);