Searched refs:cardId (Results 1 – 4 of 4) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/ |
H A D | CardWithId.php | 24 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 D | TrelloClient.js | 222 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 D | TrelloFile.js | 148 this.ui.pickFolder(App.MODE_TRELLO, mxUtils.bind(this, function(cardId) argument 174 }), false, cardId);
|
H A D | App.js | 6271 this.trello.pickFolder(mxUtils.bind(this, function(cardId) argument 6274 fn(cardId);
|