Lines Matching refs:bind

42 	var callback = mxUtils.bind(this, function(remember, success)
104 var callback = mxUtils.bind(this, function()
109 var timeoutThread = window.setTimeout(mxUtils.bind(this, function()
115 Trello.cards.get(ids[0] + '/attachments/' + ids[1], mxUtils.bind(this, function(meta)
139 timeoutThread = window.setTimeout(mxUtils.bind(this, function()
145 …this.ui.editor.loadUrl(PROXY_URL + '?url=' + encodeURIComponent(meta.url), mxUtils.bind(this, func…
179 }), mxUtils.bind(this, function(err, req)
198 }), mxUtils.bind(this, function(err)
234 var callback = mxUtils.bind(this, function()
236 var fn = mxUtils.bind(this, function(fileData)
238 this.writeFile(filename, fileData, cardId, mxUtils.bind(this, function(meta)
253 this.ui.getEmbeddedPng(mxUtils.bind(this, function(pngData)
276 var fn = mxUtils.bind(this, function(data)
280 Trello.del('cards/' + ids[0] + '/attachments/' + ids[1], mxUtils.bind(this, function()
283 }), mxUtils.bind(this, function(err)
298 var callback = mxUtils.bind(this, function()
302 this.ui.getEmbeddedPng(mxUtils.bind(this, function(data)
331 var fn = mxUtils.bind(this, function()
335 var timeoutThread = window.setTimeout(mxUtils.bind(this, function()
350 request.onreadystatechange = mxUtils.bind(this, function()
401 this.authenticate(mxUtils.bind(this, function()
405 }), mxUtils.bind(this, function(e)
416 fn = (fn != null) ? fn : mxUtils.bind(this, function(id)
421 this.authenticate(mxUtils.bind(this, function()
425 }), mxUtils.bind(this, function(e)
462 var createLink = mxUtils.bind(this, function(label, fn, preview)
491 var error = mxUtils.bind(this, function(err)
493 this.ui.handleError(err, null, mxUtils.bind(this, function()
500 var selectAtt = mxUtils.bind(this, function()
506 var callback = mxUtils.bind(this, function()
508 …Trello.cards.get(cardId + '/attachments', {fields: 'id,name,previews'}, mxUtils.bind(this, functio…
512 div.appendChild(createLink('../ [Up]', mxUtils.bind(this, function()
524 var listFiles = mxUtils.bind(this, function()
528 (mxUtils.bind(this, function(file)
530 div.appendChild(createLink(file.name, mxUtils.bind(this, function()
542 mxUtils.bind(this, function(req)
563 var selectCard = mxUtils.bind(this, function(page)
584 var nextPage = mxUtils.bind(this, function()
592 var callback = mxUtils.bind(this, function()
599 mxUtils.bind(this, function(data)
612 … div.appendChild(createLink(mxResources.get('filterCards') + '...', mxUtils.bind(this, function()
614 …var dlg = new FilenameDialog(this.ui, filter, mxResources.get('ok'), mxUtils.bind(this, function(v…
631 (mxUtils.bind(this, function(card)
633 div.appendChild(createLink(card.name, mxUtils.bind(this, function()
665 mxUtils.bind(this, function(req)