Lines Matching refs:bind

67 	var timeoutThread = window.setTimeout(mxUtils.bind(this, function()
81 userReq.send(mxUtils.bind(this, function()
93 this.authenticate(mxUtils.bind(this, function()
131 req.send(mxUtils.bind(this, function(req)
148 var auth = mxUtils.bind(this, function()
153 this.ui.showAuthDialog(this, true, mxUtils.bind(this, function(remember, authSuccess)
162 window.onGitHubCallback = mxUtils.bind(this, function(newAuthInfo, authWindow)
208 }), mxUtils.bind(this, function()
254 var doExecute = mxUtils.bind(this, function(failOnAuth)
258 var timeoutThread = window.setTimeout(mxUtils.bind(this, function()
271 req.send(mxUtils.bind(this, function()
293 …error({code: req.getStatus(), message: mxResources.get('accessDenied'), retry: mxUtils.bind(this, …
336 }), mxUtils.bind(this, function(err)
347 var fn = mxUtils.bind(this, function(failOnAuth)
393 this.executeRequest(req, mxUtils.bind(this, function(req)
446 this.executeRequest(req, mxUtils.bind(this, function(req)
542 …this.checkExists(org + '/' + repo + '/' + ref + '/' + path, true, mxUtils.bind(this, function(chec…
559 this.showCommitDialog(filename, true, mxUtils.bind(this, function(message)
561 this.writeFile(org, repo, ref, path, message, data, sha, mxUtils.bind(this, function(req)
592 [filename]), mxResources.get('ok'), mxUtils.bind(this, function(message)
596 }), mxResources.get('commitMessage'), null, null, null, null, mxUtils.bind(this, function()
633 this.executeRequest(req, mxUtils.bind(this, function(req)
636 }), mxUtils.bind(this, function(err)
663 this.getSha(org, repo, path, ref, mxUtils.bind(this, function(sha)
688 }), mxUtils.bind(this, function(err)
707 var fn = mxUtils.bind(this, function(sha, data)
710 mxUtils.bind(this, function(req)
714 }), mxUtils.bind(this, function(err)
720 var fn2 = mxUtils.bind(this, function()
726 this.ui.getEmbeddedPng(mxUtils.bind(this, function(data)
740 this.getSha(org, repo, path, ref, mxUtils.bind(this, function(sha)
773 fn = (fn != null) ? fn : mxUtils.bind(this, function(path)
818 var dlg = new CustomDialog(this.ui, content, mxUtils.bind(this, function()
829 var createLink = mxUtils.bind(this, function(label, exec, padding, underline)
854 var updatePathInfo = mxUtils.bind(this, function(hideRef)
859 pathInfo.appendChild(createLink(org + '/' + repo, mxUtils.bind(this, function()
868 pathInfo.appendChild(createLink(decodeURIComponent(ref), mxUtils.bind(this, function()
884 pathInfo.appendChild(createLink(tokens[index], mxUtils.bind(this, function()
896 var error = mxUtils.bind(this, function(err)
899 this.ui.handleError(err, null, mxUtils.bind(this, function()
924 var selectFile = mxUtils.bind(this, function(page)
954 var nextPage = mxUtils.bind(this, function()
961 this.executeRequest(req, mxUtils.bind(this, function(req)
969 div.appendChild(createLink('../ [Up]', mxUtils.bind(this, function()
996 var listFiles = mxUtils.bind(this, function(showFolders)
1000 (mxUtils.bind(this, function(file, idx)
1017 …temp.appendChild(createLink(file.name + ((file.type == 'dir') ? '/' : ''), mxUtils.bind(this, func…
1064 var selectRef = mxUtils.bind(this, function(page, auto)
1093 var nextPage = mxUtils.bind(this, function()
1100 this.executeRequest(req, mxUtils.bind(this, function(req)
1108 div.appendChild(createLink('../ [Up]', mxUtils.bind(this, function()
1131 (mxUtils.bind(this, function(branch, idx)
1137 temp.appendChild(createLink(branch.name, mxUtils.bind(this, function()
1166 var selectRepo = mxUtils.bind(this, function(page)
1194 var nextPage = mxUtils.bind(this, function()
1201 this.executeRequest(req, mxUtils.bind(this, function(req)
1214 div.appendChild(createLink(mxResources.get('enterValue') + '...', mxUtils.bind(this, function()
1216 …var dlg = new FilenameDialog(this.ui, 'org/repo/ref', mxResources.get('ok'), mxUtils.bind(this, fu…
1240 this.getFile(tmpOrg + '/' + tmpRepo + '/' + tmpRef, mxUtils.bind(this, function(file)
1249 }), mxUtils.bind(this, function(err)
1273 (mxUtils.bind(this, function(repository, idx)
1279 temp.appendChild(createLink(repository.full_name, mxUtils.bind(this, function()