Searched defs: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)
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | TrelloClient.js | 222 TrelloClient.prototype.insertLibrary = function(filename, data, success, error, cardId) argument 230 TrelloClient.prototype.insertFile = function(filename, data, success, error, asLibrary, cardId) argument 319 TrelloClient.prototype.writeFile = function(filename, data, cardId, success, error) argument
|
H A D | TrelloFile.js | 148 this.ui.pickFolder(App.MODE_TRELLO, mxUtils.bind(this, function(cardId) argument
|
H A D | App.js | 6271 this.trello.pickFolder(mxUtils.bind(this, function(cardId) argument
|