/plugin/diagramsnet/lib/js/diagramly/ |
H A D | TrelloFile.js | 150 this.ui.trello.insertFile(title, this.getData(), mxUtils.bind(this, function(file)
|
H A D | DropboxClient.js | 690 this.insertFile(filename, data, success, error, true); 699 DropboxClient.prototype.insertFile = function(filename, data, success, error, asLibrary) method in DropboxClient 837 this.insertFile(file.name, data, mxUtils.bind(this, function(newFile) 997 this.insertFile(file.name, data, mxUtils.bind(this, function(newFile)
|
H A D | NotionFile.js | 182 this.peer.insertFile(title, this.getData(), mxUtils.bind(this, function(file)
|
H A D | GitHubFile.js | 309 this.peer.insertFile(title, this.getData(), mxUtils.bind(this, function(file)
|
H A D | TrelloClient.js | 224 this.insertFile(filename, data, success, error, true, cardId); 230 TrelloClient.prototype.insertFile = function(filename, data, success, error, asLibrary, cardId) method in TrelloClient
|
H A D | NotionClient.js | 263 this.insertFile(filename, data, success, error, true, folderObj); 269 NotionClient.prototype.insertFile = function(filename, data, success, error, asLibrary, folderObj) method in NotionClient
|
H A D | App.js | 4252 this.drive.insertFile(name, xml, folderId, mxUtils.bind(this, function(newFile) 4738 this.drive.insertFile(title, data, folderId, mxUtils.bind(this, function(file) 4746 this.gitHub.insertFile(title, data, mxUtils.bind(this, function(file) 4754 this.gitLab.insertFile(title, data, mxUtils.bind(this, function(file) 4762 this.notion.insertFile(title, data, mxUtils.bind(this, function(file) 4770 this.trello.insertFile(title, data, mxUtils.bind(this, function(file) 4778 this.dropbox.insertFile(title, data, mxUtils.bind(this, function(file) 4786 this.oneDrive.insertFile(title, data, mxUtils.bind(this, function(file) 4794 StorageFile.insertFile(this, title, data, mxUtils.bind(this, function(file) 6363 this.gitHub.insertFile(filename, data, mxUtils.bind(this, function() [all …]
|
H A D | StorageFile.js | 119 StorageFile.insertFile = function(ui, title, data, success, error) function
|
H A D | OneDriveFile.js | 490 this.ui.oneDrive.insertFile(title, this.getData(), mxUtils.bind(this, function(file)
|
H A D | GitHubClient.js | 516 this.insertFile(filename, data, success, error, true, folderId, false); 525 GitHubClient.prototype.insertFile = function(filename, data, success, error, asLibrary, folderId, b… method in GitHubClient
|
H A D | GitLabClient.js | 528 GitLabClient.prototype.insertFile = function(filename, data, success, error, asLibrary, folderId, b… method in GitLabClient
|
H A D | DriveClient.js | 1961 DriveClient.prototype.insertFile = function(title, data, folderId, success, error, mimeType, binary) method in DriveClient
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 10051 StorageFile.insertFile=function(b,e,d,c,g){var k=mxUtils.bind(this,function(k){var f=function(){var… 11673 this.drive.insertFile(b,f,d,mxUtils.bind(this,function(b){this.spinner.stop();this.hideDialog(!0);t… 11688 …insertFile(b,e,n,mxUtils.bind(this,function(b){m();this.fileCreated(b,d,k,g,l)}),p)):c==App.MODE_G… 11689 …insertFile(b,e,mxUtils.bind(this,function(b){m();this.fileCreated(b,d,k,g,l)}),p,!1,n):c==App.MODE… 11732 …insertFile(e,c?this.base64ToBlob(b,d):b,mxUtils.bind(this,function(){this.spinner.stop()}),mxUtils… 11733 …insertFile(e,c?this.base64ToBlob(b,d):b,mxUtils.bind(this,function(){this.spinner.stop()}),mxUtils… 11734 …insertFile(e,b,mxUtils.bind(this,function(){this.spinner.stop()}),mxUtils.bind(this,function(b){th…
|