Home
last modified time | relevance | path

Searched defs:success (Results 26 – 50 of 106) sorted by relevance

12345

/plugin/diagramsnet/lib/js/diagramly/
H A DGitHubClient.js63 GitHubClient.prototype.updateUser = function(success, error, failOnAuth) argument
127 GitHubClient.prototype.authenticate = function(success, error) argument
144 GitHubClient.prototype.authenticateStep2 = function(state, success, error) argument
252 GitHubClient.prototype.executeRequest = function(req, success, error, ignoreNotFound) argument
378 GitHubClient.prototype.getLibrary = function(path, success, error) argument
386 GitHubClient.prototype.getSha = function(org, repo, path, ref, success, error) argument
409 GitHubClient.prototype.getFile = function(path, success, error, asLibrary, checkExists) argument
514 GitHubClient.prototype.insertLibrary = function(filename, data, success, error, folderId) argument
586 GitHubClient.prototype.showCommitDialog = function(filename, isNew, success, cancel) argument
608 GitHubClient.prototype.writeFile = function(org, repo, ref, path, message, data, sha, success, erro… argument
[all …]
H A DNotionClient.js69 NotionClient.prototype.authenticate = function(success, error, failOnAuth) argument
134 NotionClient.prototype.executeRequest = function(url, data, method, success, error, failOnAuth) argument
209 NotionClient.prototype.getLibrary = function(id, success, error) argument
217 NotionClient.prototype.getFile = function(id, success, error, denyConvert, asLibrary) argument
261 NotionClient.prototype.insertLibrary = function(filename, data, success, error, folderObj) argument
269 NotionClient.prototype.insertFile = function(filename, data, success, error, asLibrary, folderObj) argument
384 NotionClient.prototype.saveFile = function(file, success, error) argument
405 …nt.prototype.writeFile = function(url, folderId, filename, nameField, data, method, success, error) argument
H A DNotionLibrary.js16 NotionLibrary.prototype.doSave = function(title, success, error) argument
H A DGitLabLibrary.js16 GitLabLibrary.prototype.doSave = function(title, success, error) argument
H A DTrelloLibrary.js16 TrelloLibrary.prototype.doSave = function(title, success, error) argument
H A DGitHubLibrary.js16 GitHubLibrary.prototype.doSave = function(title, success, error) argument
H A DDropboxLibrary.js27 DropboxLibrary.prototype.doSave = function(title, success, error) argument
H A DGitLabClient.js49 GitLabClient.prototype.authenticate = function(success, error) argument
66 GitLabClient.prototype.authenticateStep2 = function(state, success, error) argument
188 GitLabClient.prototype.executeRequest = function(req, success, error, ignoreNotFound) argument
317 GitLabClient.prototype.getRefIndex = function(tokens, isFolder, success, error, knownRefPos, checkR… argument
379 GitLabClient.prototype.getFile = function(path, success, error, asLibrary, checkExists, knownRefPos) argument
528 GitLabClient.prototype.insertFile = function(filename, data, success, error, asLibrary, folderId, b… argument
641 …prototype.writeFile = function(org, repo, ref, path, message, data, last_commit_id, success, error) argument
683 GitLabClient.prototype.saveFile = function(file, success, error, overwrite, message) argument
H A DDesktopLibrary.js25 DesktopLibrary.prototype.save = function(revision, success, error) argument
H A DDriveLibrary.js30 DriveLibrary.prototype.save = function(revision, success, error) argument
H A DOneDriveLibrary.js30 OneDriveLibrary.prototype.save = function(revision, success, error) argument
H A DLocalLibrary.js47 LocalLibrary.prototype.saveAs = function(title, success, error) argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudKMS/
H A DMacVerifyResponse.php33 public $success; variable in Google\\Service\\CloudKMS\\MacVerifyResponse
78 public function setSuccess($success)
/plugin/fedauth/classes/
H A Dfa_base.class.php41 var $success = false; variable in fa_base
114 function success($msg, $params=null) { function in fa_base
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.colors.inc.php157 function _parse_color_declaration($decl, &$success) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
H A DText.php32 protected function onTest($name, $success = true)
H A DHTML.php108 protected function onTest($name, $success = true)
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js153 Sidebar.prototype.searchEntries = function(searchTerms, count, page, success, error) argument
181 ui.getComments = function(success, error) argument
186 ui.addComment = function(comment, success, error) argument
1001 ui.getRevisions = function(success, error) argument
1003 function getXml(success, error) argument
1355 EmbedFile.prototype.save = function(revision, success, error, unloading, overwrite) argument
1570 EmbedFile.prototype.copyFile = function(success, error) argument
1581 EmbedFile.prototype.rename = function(title, success, error) argument
1646 EmbedFile.prototype.getLatestVersion = function(success, error) argument
1755 EmbedFile.prototype.loadDescriptor = function(success, error) argument
[all …]
/plugin/swfobject/
H A Dscript.js4 …lash",q="application/x-shockwave-flash",R="SWFObjectExprInst",x="onreadystatechange",O=window,j=do… function
/plugin/webdav/vendor/sabre/http/lib/
H A DClient.php181 … function sendAsync(RequestInterface $request, callable $success = null, callable $error = null) {
546 …protected function sendAsyncInternal(RequestInterface $request, callable $success, callable $error…
/plugin/farm/
H A Dadmin.php49 var $success = array(); variable in admin_plugin_farm
158 function success($s) { function in admin_plugin_farm
/plugin/davcal/vendor/sabre/http/lib/
H A DClient.php179 … function sendAsync(RequestInterface $request, callable $success = null, callable $error = null) {
544 …protected function sendAsyncInternal(RequestInterface $request, callable $success, callable $error…
/plugin/attribute/
H A Dhelper.php15 public $success = false; variable in helper_plugin_attribute
495 public function get($namespace, $attribute, &$success = false, $user = null)
/plugin/memcache/classes/
H A Dmemcache_wincache.class.php29 public static function get($key,&$success = false){
H A Dmemcache_apc.class.php31 public static function get($key,&$success = false){

12345