Searched refs:showSplash (Results 1 – 10 of 10) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
D | Init.js | 310 var showSplash = true; 314 showSplash = JSON.parse(value).showStartScreen; 318 if (showSplash == false)
|
D | App.js | 2649 this.showSplash(true); 3386 this.showSplash(); 3639 App.prototype.showSplash = function(force) method in App 3672 this.showSplash(); 4040 this.showSplash(); 4721 this.showSplash(); 5322 this.showSplash(); 5362 this.showSplash(); 6516 this.showSplash(); 7270 this.showSplash(); [all …]
|
D | DriveClient.js | 2382 this.ui.showSplash();
|
D | Dialogs.js | 418 editorUi.showSplash(true); 576 editorUi.showSplash(); 582 editorUi.showSplash();
|
D | EditorUi.js | 553 EditorUi.prototype.showSplash = function(force) { }; method in EditorUi 2640 this.showSplash(); 3804 this.showSplash();
|
D | Menus.js | 162 editorUi.showSplash();
|
/plugin/diagramsnet/lib/plugins/ |
D | trello.js | 34 editorUi.showSplash = function() function in editorUi
|
/plugin/diagramsnet/lib/js/ |
D | app.min.js | 10077 …(d,"click",function(){b.hideDialog(!1);b.setMode(null);b.clearMode();b.showSplash(!0)});e.appendCh… 10082 …App.MODE_GOOGLE);b.hideDialog();b.showSplash()},function(c){b.handleError(c,null,function(){b.hide… 10700 function(b,c,d){return this.editor.graph.openLink(b,c,d)};EditorUi.prototype.showSplash=function(b)… 10752 …rces.get("rename")));this.editor.setStatus("");this.updateUi();c||this.showSplash()});if(null!=b)t… 10786 mxUtils.bind(this,function(b){b&&null==this.getCurrentFile()&&"1"!=urlParams.embed&&this.showSplash… 11623 App.prototype.appIconClicked=function(b){if(mxEvent.isAltDown(b))this.showSplash(!0);else{var e=thi… 11645 400,b>d?390:270,!0,!1,mxUtils.bind(this,function(b){b&&null==this.getCurrentFile()&&this.showSplash… 11653 App.prototype.showSplash=function(b){if("1"!=urlParams.noFileMenu){var e=this.getServiceCount(!0),d… 11654 mxResources.get("errorLoadingFile"),mxUtils.bind(this,function(){this.showSplash()}));else if(mxCli… 11666 c;k.apply(g,arguments);null==this.getCurrentFile()&&this.showSplash()})}}}catch(n){this.handleError… [all …]
|
D | viewer.min.js | 3368 function(b,c,e){return this.editor.graph.openLink(b,c,e)};EditorUi.prototype.showSplash=function(b)… 3420 …rces.get("rename")));this.editor.setStatus("");this.updateUi();c||this.showSplash()});if(null!=b)t… 3454 "1"!=urlParams.embed&&this.showSplash()}));b.init()};var e=EditorUi.prototype.createFormat;EditorUi…
|
D | viewer-static.min.js | 3368 function(b,c,e){return this.editor.graph.openLink(b,c,e)};EditorUi.prototype.showSplash=function(b)… 3420 …rces.get("rename")));this.editor.setStatus("");this.updateUi();c||this.showSplash()});if(null!=b)t… 3454 "1"!=urlParams.embed&&this.showSplash()}));b.init()};var e=EditorUi.prototype.createFormat;EditorUi…
|