Lines Matching refs:bind

73 	var errFn = mxUtils.bind(this, function()
78 error({message: mxResources.get('accessDenied'), retry: mxUtils.bind(this, function()
86 var auth = mxUtils.bind(this, function()
90 this.ui.showAuthDialog(this, true, mxUtils.bind(this, function(remember, authSuccess)
93 mxResources.get('ok'), mxUtils.bind(this, function(token)
99 this.executeRequest('/v1/databases', null, 'GET', mxUtils.bind(this, function()
101 this.executeRequest('/setToken', null, 'GET', mxUtils.bind(this, function()
136 var doExecute = mxUtils.bind(this, function()
140 var timeoutThread = window.setTimeout(mxUtils.bind(this, function()
150 req.setRequestHeaders = mxUtils.bind(this, function(request, params)
161 req.send(mxUtils.bind(this, function(req)
192 }), mxUtils.bind(this, function(err)
221 …this.executeRequest('/v1/pages/' + encodeURIComponent(id), null, 'GET', mxUtils.bind(this, functio…
274 var startSave = mxUtils.bind(this, function()
276 …this.checkExists(folderId, filename, nameField, true, mxUtils.bind(this, function(checked, current…
282 mxUtils.bind(this, function(fileInfo)
345 }), 'POST', mxUtils.bind(this, function(resp)
391 data, 'PATCH', mxUtils.bind(this, function(resp)
503 fn = (fn != null) ? fn : mxUtils.bind(this, function(id)
545 var dlg = new CustomDialog(this.ui, content, mxUtils.bind(this, function()
556 var createLink = mxUtils.bind(this, function(label, exec, padding, underline)
581 var updatePathInfo = mxUtils.bind(this, function()
586 dbInfo.appendChild(createLink(itemName, mxUtils.bind(this, function()
595 var error = mxUtils.bind(this, function(err)
598 this.ui.handleError(err, null, mxUtils.bind(this, function()
620 var selectFile = mxUtils.bind(this, function(nextCursor)
646 var nextPage = mxUtils.bind(this, function()
663 JSON.stringify(reqBody), 'POST', mxUtils.bind(this, function(resp)
671 div.appendChild(createLink('../ [Up]', mxUtils.bind(this, function()
690 (mxUtils.bind(this, function(file, idx)
705 … temp.appendChild(createLink(this.getTitle(file.properties).title, mxUtils.bind(this, function()
735 var selectDB = mxUtils.bind(this, function(nextCursor)
760 var nextPage = mxUtils.bind(this, function()
768 null, 'GET', mxUtils.bind(this, function(resp)
788 (mxUtils.bind(this, function(db, idx, drawioReady)
794 temp.appendChild(createLink(this.getTitleVal(db), mxUtils.bind(this, function()