Home
last modified time | relevance | path

Searched refs:cardId (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DCardWithId.php24 public $cardId; variable in Google\\Service\\HangoutsChat\\CardWithId
40 public function setCardId($cardId) argument
42 $this->cardId = $cardId;
46 return $this->cardId;
/plugin/diagramsnet/lib/js/diagramly/
H A DTrelloClient.js222 TrelloClient.prototype.insertLibrary = function(filename, data, success, error, cardId) argument
224 this.insertFile(filename, data, success, error, true, cardId);
230 TrelloClient.prototype.insertFile = function(filename, data, success, error, asLibrary, cardId) argument
238 this.writeFile(filename, fileData, cardId, mxUtils.bind(this, function(meta)
319 TrelloClient.prototype.writeFile = function(filename, data, cardId, success, error) argument
361 fileMeta.compoundId = cardId + this.SEPARATOR + fileMeta.id
376 request.open('POST', this.baseUrl + 'cards/' + cardId + '/attachments');
437 var cardId = null;
508 …Trello.cards.get(cardId + '/attachments', {fields: 'id,name,previews'}, mxUtils.bind(this, functio…
533 fn(cardId + this.SEPARATOR + file.id);
[all …]
H A DTrelloFile.js148 this.ui.pickFolder(App.MODE_TRELLO, mxUtils.bind(this, function(cardId) argument
174 }), false, cardId);
H A DApp.js6271 this.trello.pickFolder(mxUtils.bind(this, function(cardId) argument
6274 fn(cardId);