| /plugin/diagramsnet/lib/js/diagramly/ |
| D | OneDriveFile.js | 219 OneDriveFile.prototype.loadDescriptor = function(success, error) argument 237 OneDriveFile.prototype.getLatestVersion = function(success, error) argument 277 OneDriveFile.prototype.loadPatchDescriptor = function(success, error) argument 324 OneDriveFile.prototype.save = function(revision, success, error, unloading, overwrite) argument 335 OneDriveFile.prototype.saveAs = function(title, success, error) argument 346 OneDriveFile.prototype.doSave = function(title, revision, success, error, unloading, overwrite) argument 355 this.saveFile(title, revision, success, error, unloading, overwrite); argument 365 OneDriveFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite) argument 521 OneDriveFile.prototype.rename = function(title, success, error) argument 562 OneDriveFile.prototype.move = function(folderId, success, error) argument
|
| D | DropboxFile.js | 97 DropboxFile.prototype.getRevisions = function(success, error) argument 143 DropboxFile.prototype.getLatestVersion = function(success, error) argument 162 DropboxFile.prototype.save = function(revision, success, error, unloading, overwrite) argument 173 DropboxFile.prototype.saveAs = function(title, success, error) argument 184 DropboxFile.prototype.doSave = function(title, revision, success, error, unloading, overwrite) argument 193 this.saveFile(title, revision, success, error, unloading, overwrite); argument 203 DropboxFile.prototype.saveFile = function(title, revision, success, error) argument 309 DropboxFile.prototype.rename = function(title, success, error) argument
|
| D | LocalFile.js | 83 LocalFile.prototype.save = function(revision, success, error) argument 94 LocalFile.prototype.saveAs = function(title, success, error) argument 105 LocalFile.prototype.saveAs = function(title, success, error) argument 132 LocalFile.prototype.getLatestVersion = function(success, error) argument 150 LocalFile.prototype.saveFile = function(title, revision, success, error, useCurrentData) argument 306 LocalFile.prototype.rename = function(title, success, error) argument
|
| D | StorageFile.js | 96 StorageFile.prototype.save = function(revision, success, error) argument 107 StorageFile.prototype.saveAs = function(title, success, error) argument 119 StorageFile.insertFile = function(ui, title, data, success, error) argument 159 StorageFile.getFileContent = function(ui, title, success, error) argument 184 StorageFile.getFileInfo = function(ui, title, success, error) argument 212 StorageFile.prototype.saveFile = function(title, revision, success, error) argument 303 StorageFile.prototype.rename = function(title, success, error) argument 358 StorageFile.prototype.getLatestVersion = function(success, error) argument 448 StorageFile.listFiles = function(ui, type, success, error) argument 485 StorageFile.deleteFile = function(ui, title, success, error) argument
|
| D | TrelloFile.js | 67 TrelloFile.prototype.save = function(revision, success, error) argument 75 TrelloFile.prototype.saveAs = function(title, success, error) argument 83 TrelloFile.prototype.doSave = function(title, success, error) argument 92 this.saveFile(title, false, success, error); argument 99 TrelloFile.prototype.saveFile = function(title, revision, success, error) argument
|
| D | DriveFile.js | 148 DriveFile.prototype.save = function(revision, success, error, unloading, overwrite) argument 152 this.saveFile(null, revision, success, error, unloading, overwrite); argument 162 DriveFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite) argument 342 DriveFile.prototype.copyFile = function(success, error) argument 370 DriveFile.prototype.makeCopy = function(success, error, timestamp) argument 407 DriveFile.prototype.saveAs = function(filename, success, error) argument 418 DriveFile.prototype.rename = function(title, success, error) argument 459 DriveFile.prototype.move = function(folderId, success, error) argument 548 DriveFile.prototype.getRevisions = function(success, error) argument 588 DriveFile.prototype.getLatestVersion = function(success, error) argument [all …]
|
| D | DrawioFile.js | 197 DrawioFile.prototype.synchronizeFile = function(success, error) argument 222 DrawioFile.prototype.updateFile = function(success, error, abort, shadow) argument 276 DrawioFile.prototype.mergeFile = function(file, success, error, diffShadow) argument 609 DrawioFile.prototype.reloadFile = function(success, error) argument 675 DrawioFile.prototype.copyFile = function(success, error) argument 803 DrawioFile.prototype.save = function(revision, success, error, unloading, overwrite, manual) argument 901 DrawioFile.prototype.saveAs = function(filename, success, error) { }; argument 909 DrawioFile.prototype.saveFile = function(title, revision, success, error) { }; argument 1009 DrawioFile.prototype.rename = function(title, success, error) { }; argument 1039 DrawioFile.prototype.move = function(folderId, success, error) { }; argument [all …]
|
| D | NotionFile.js | 84 NotionFile.prototype.save = function(revision, success, error, unloading, overwrite) argument 92 NotionFile.prototype.saveAs = function(title, success, error) argument 100 NotionFile.prototype.doSave = function(title, success, error, unloading, overwrite) argument 109 this.saveFile(title, false, success, error, unloading, overwrite); argument 116 NotionFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite) argument
|
| D | DrawioComment.js | 35 DrawioComment.prototype.addReply = function(reply, success, error, doResolve, doReopen) argument 41 DrawioComment.prototype.editComment = function(newContent, success, error) argument 47 DrawioComment.prototype.deleteComment = function(success, error) argument
|
| D | DropboxClient.js | 66 DropboxClient.prototype.updateUser = function(success, error, failOnAuth) argument 117 DropboxClient.prototype.authenticate = function(success, error) argument 134 DropboxClient.prototype.authenticateStep2 = function(state, success, error) argument 264 DropboxClient.prototype.executePromise = function(promiseFn, success, error) argument 359 DropboxClient.prototype.getLibrary = function(path, success, error) argument 367 DropboxClient.prototype.getFile = function(path, success, error, asLibrary) argument 434 DropboxClient.prototype.readFile = function(arg, success, error, binary) argument 614 DropboxClient.prototype.renameFile = function(file, filename, success, error) argument 688 DropboxClient.prototype.insertLibrary = function(filename, data, success, error) argument 699 DropboxClient.prototype.insertFile = function(filename, data, success, error, asLibrary) argument [all …]
|
| D | GitHubFile.js | 128 GitHubFile.prototype.getLatestVersion = function(success, error) argument 182 GitHubFile.prototype.save = function(revision, success, error, unloading, overwrite, message) argument 193 GitHubFile.prototype.saveAs = function(title, success, error) argument 204 GitHubFile.prototype.doSave = function(title, success, error, unloading, overwrite, message) argument 213 this.saveFile(title, false, success, error, unloading, overwrite, message); argument 223 GitHubFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite, mes… argument
|
| D | OneDriveClient.js | 139 OneDriveClient.prototype.updateUser = function(success, error, failOnAuth) argument 214 OneDriveClient.prototype.authenticate = function(success, error, failOnAuth) argument 240 OneDriveClient.prototype.updateAuthInfo = function(newAuthInfo, remember, forceUserUpdate, success,… argument 270 OneDriveClient.prototype.authenticateStep2 = function(state, success, error, failOnAuth) argument 401 OneDriveClient.prototype.getAccountTypeAndEndpoint = function(success, error) argument 444 OneDriveClient.prototype.executeRequest = function(url, success, error) argument 558 OneDriveClient.prototype.getLibrary = function(id, success, error) argument 581 OneDriveClient.prototype.getFile = function(id, success, error, denyConvert, asLibrary) argument 741 OneDriveClient.prototype.renameFile = function(file, filename, success, error) argument 773 OneDriveClient.prototype.moveFile = function(id, folderId, success, error) argument [all …]
|
| D | UrlLibrary.js | 67 UrlLibrary.prototype.isEditable = function(title, success, error) argument 75 UrlLibrary.prototype.saveAs = function(title, success, error) argument
|
| D | StorageLibrary.js | 40 StorageLibrary.prototype.saveAs = function(title, success, error) argument 70 StorageLibrary.prototype.isRenamable = function(title, success, error) argument
|
| D | RemoteLibrary.js | 47 RemoteLibrary.prototype.save = function(revision, success, error) argument 55 RemoteLibrary.prototype.saveAs = function(title, success, error) argument
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/DataprocMetastore/ |
| D | RemoveIamPolicyResponse.php | 25 public $success; variable in Google\\Service\\DataprocMetastore\\RemoveIamPolicyResponse 30 public function setSuccess($success)
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/ |
| D | GoogleCloudApigeeV1AccessRemove.php | 29 public $success; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1AccessRemove 48 public function setSuccess($success)
|
| D | GoogleCloudApigeeV1AccessSet.php | 29 public $success; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1AccessSet 52 public function setSuccess($success)
|
| /plugin/diagramsnet/lib/plugins/ |
| D | cConf-comments.js | 146 ui.initComments = function(contentId, success, error) argument 182 ui.getComments = function(success, error) argument 246 ui.addComment = function(comment, success, error) argument 289 DrawioComment.prototype.addReply = function(reply, success, error, doResolve, doReopen) argument 337 DrawioComment.prototype.editComment = function(newContent, success, error) argument 372 DrawioComment.prototype.deleteComment = function(success, error) argument
|
| /plugin/recaptcha2/lib/ReCaptcha/ |
| D | Response.php | 38 private $success = false; variable in ReCaptcha\\Response 77 public function __construct($success, array $errorCodes = array())
|
| /plugin/bpmnioeditor/ |
| D | script.js | 53 success: function(data){ method 80 success: function(data){ method 101 success: function(data){ method 137 success: function(xml) { method 182 success: function(xml) { method 242 success: function(data){ method
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/ |
| D | ProgressCounter.php | 33 public $success; variable in Google\\Service\\CloudHealthcare\\ProgressCounter 66 public function setSuccess($success)
|
| /plugin/simplechat/ |
| D | script.js | 28 success: function( data ){ method 53 success: function( data ) { method 86 success: function( data ){ method
|
| /plugin/taskextra/ |
| D | script.js | 111 success: function(response) { method 141 success: function(response) { method 168 success: function(response) { method
|
| /plugin/ajaxpeon/ |
| D | script.js | 23 jQuery.ajax({url:url,data:mdata,success:xxajax_process,dataType:"jsonp",crossDomain:true}); property 27 jQuery.ajax({url:url,data:mdata,success:xxajax_process,dataType:"jsonp",crossDomain:true}); property
|