/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/net/ |
H A D | Socket.php | 77 if($success) 79 return $success; 90 $success = false; 95 $success = true; 97 if($success) 110 $success = false; 113 return $success; 124 $success = true; 129 $success = false; 130 if($success) { [all …]
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | TrelloFile.js | 69 this.doSave(this.getTitle(), success, error); 77 this.doSave(title, success, error); 92 this.saveFile(title, false, success, error); 103 if (success != null) 105 success(); 125 if (success != null) 127 success(); 133 this.saveFile(title, revision, success, error); 154 if (success != null) 156 success(); [all …]
|
H A D | StorageFile.js | 130 success(file); 163 success(obj != null? obj.data : null); 169 ui.getLocalData(title, success); 188 success(obj); 216 if (success != null) 218 success(); 237 if (success != null) 239 success(); 339 success(); 465 success(files); [all …]
|
H A D | DriveFile.js | 168 if (success != null) 170 success(); 228 success(resp); 388 success(); 445 if (success != null) 447 success(desc); 466 if (success != null) 468 success(resp); 581 success(resp.items); 691 success(desc); [all …]
|
H A D | DropboxFile.js | 97 DropboxFile.prototype.getRevisions = function(success, error) argument 125 success(revs); 145 this.ui.dropbox.getFile(this.getId(), success, error); 175 this.doSave(title, false, success, error); 207 if (success != null) 209 success(); 238 if (success != null) 240 success(); 319 this.save(true, success, error); 326 if (success != null) [all …]
|
H A D | NotionFile.js | 86 this.doSave(this.getTitle(), success, error, unloading, overwrite); 92 NotionFile.prototype.saveAs = function(title, success, error) argument 94 this.doSave(title, success, error); 100 NotionFile.prototype.doSave = function(title, success, error, unloading, overwrite) argument 109 this.saveFile(title, false, success, error, unloading, overwrite); 120 if (success != null) 122 success(); 144 if (success != null) 146 success(); 188 if (success != null) [all …]
|
H A D | OneDriveFile.js | 369 if (success != null) 371 success(); 404 if (success != null) 406 success(); 496 if (success != null) 498 success(); 536 this.save(true, success, error); 548 if (success != null) 550 success(meta); 569 if (success != null) [all …]
|
H A D | LocalFile.js | 83 LocalFile.prototype.save = function(revision, success, error) argument 85 this.saveAs(this.title, success, error); 94 LocalFile.prototype.saveAs = function(title, success, error) argument 96 this.saveFile(title, false, success, error); 105 LocalFile.prototype.saveAs = function(title, success, error) argument 107 this.saveFile(title, false, success, error); 136 success(null); 175 if (success != null) 177 success(); 311 if (success != null) [all …]
|
H A D | GitHubFile.js | 128 GitHubFile.prototype.getLatestVersion = function(success, error) argument 130 this.peer.getFile(this.getId(), success, error); 184 this.doSave(this.getTitle(), success, error, unloading, overwrite, message); 193 GitHubFile.prototype.saveAs = function(title, success, error) argument 195 this.doSave(title, success, error); 227 if (success != null) 229 success(); 259 if (success != null) 261 success(); 315 if (success != null) [all …]
|
H A D | DrawioComment.js | 35 DrawioComment.prototype.addReply = function(reply, success, error, doResolve, doReopen) argument 38 success(); 41 DrawioComment.prototype.editComment = function(newContent, success, error) argument 44 success(); 47 DrawioComment.prototype.deleteComment = function(success, error) argument 50 success();
|
H A D | DropboxClient.js | 85 success(); 103 this.updateUser(success, error, true); 155 success(); 216 success(); 283 if (acceptResponse && success != null) 285 success(response); 361 this.getFile(path, success, error, true); 421 success((file != null) ? file : 485 success(reader.result, response); 910 success(files[0].link); [all …]
|
/plugin/diagramsnet/lib/plugins/ |
H A D | cConf-comments.js | 164 if (success) 176 else if (success) 178 success(confComments); 258 success(id); 278 success(comment.id); 300 success(id); 326 success(reply.id); 332 success(); 350 success(); 367 success(); [all …]
|
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/sys/ |
H A D | File.php | 55 $success = true; 67 $success = $this->open($this->filename, $this->fileOpenMode); 68 return $success; 77 $success = fclose($this->handleID); 78 if($success) { 84 return $success; 127 $success = false; 134 $success = true; 137 return $success;
|
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/ |
H A D | XMLDocument.php | 58 $success = $this->File($filename, $fileOpenMode); 71 return $success; 118 $success = $this->open($filename, $this->fileOpenModeWrite); 119 if($success) { 122 $success = false; 125 return $success; 166 $success = false; 169 $success = true; 171 return $success;
|
H A D | Tree.php | 57 $success = true; 62 $success = false; 65 return $success; 84 $success = false; 87 $success = true; 89 return $success;
|
H A D | XML.php | 54 $success = false; 70 $success = true; 73 $success = false; 74 return $success; 85 $success = false; 92 return $success; 103 $success = false; 108 return $success; 119 $success = false; 124 return $success; [all …]
|
/plugin/recaptcha2/lib/ReCaptcha/ |
H A D | Response.php | 38 private $success = false; variable in ReCaptcha\\Response 74 * @param boolean $success 77 public function __construct($success, array $errorCodes = array()) argument 79 $this->success = $success; 90 return $this->success;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataprocMetastore/ |
H A D | RemoveIamPolicyResponse.php | 25 public $success; variable in Google\\Service\\DataprocMetastore\\RemoveIamPolicyResponse 30 public function setSuccess($success) argument 32 $this->success = $success; 39 return $this->success;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/ |
H A D | GoogleCloudApigeeV1AccessRemove.php | 29 public $success; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1AccessRemove 48 public function setSuccess($success) argument 50 $this->success = $success; 57 return $this->success;
|
H A D | GoogleCloudApigeeV1AccessSet.php | 29 public $success; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1AccessSet 52 public function setSuccess($success) argument 54 $this->success = $success; 61 return $this->success;
|
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/ |
H A D | Plugin.php | 486 $success = false; 488 $success = true; 493 $success = $isDefined; 566 $success = false; 568 $success = true; 574 $success = $isDefined; 578 $success = false; 586 $success = !$success; 623 $success = false; 628 if ($success) break; [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/ |
H A D | ProgressCounter.php | 33 public $success; variable in Google\\Service\\CloudHealthcare\\ProgressCounter 66 public function setSuccess($success) argument 68 $this->success = $success; 75 return $this->success;
|
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/ |
H A D | PHPClass.php | 64 $success = false; 67 $success = true; 69 return $success; 92 $success = false; 164 $success = true; 166 return $success; 186 $success = false; 189 $success = true; 191 return $success;
|
/plugin/searchindex/ |
H A D | ajax.php | 72 $success = $Indexer->clear(); 75 $success = false; 78 print ($success !== false) ? 'true' : ''; 105 $success = $Indexer->addPage($_POST['page'], false, $force); 107 $success = idx_addPage($_POST['page'], false, $force); 113 print ($success !== false) ? 'true' : '';
|
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/ |
H A D | Plugin.php | 530 $success = false; 532 $success = true; 537 $success = $isDefined; 622 $success = false; 624 $success = true; 630 $success = $isDefined; 634 $success = false; 642 $success = !$success; 679 $success = false; 684 if ($success) break; [all …]
|