Home
last modified time | relevance | path

Searched defs: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)
/plugin/diagramsnet/lib/js/diagramly/
H A DTrelloClient.js222 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 DTrelloFile.js148 this.ui.pickFolder(App.MODE_TRELLO, mxUtils.bind(this, function(cardId) argument
H A DApp.js6271 this.trello.pickFolder(mxUtils.bind(this, function(cardId) argument