Home
last modified time | relevance | path

Searched refs:channelId (Results 26 – 31 of 31) sorted by last modified time

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/Resource/
H A DPartnersChannelsSites.php44 * @param string $channelId Required. The ID of the parent channel to which the
52 $params = ['partnerId' => $partnerId, 'channelId' => $channelId, 'postBody' => $postBody];
60 * @param string $channelId Required. The ID of the parent channel in which the
69 public function create($partnerId, $channelId, Site $postBody, $optParams = []) argument
71 $params = ['partnerId' => $partnerId, 'channelId' => $channelId, 'postBody' => $postBody];
79 * @param string $channelId Required. The ID of the parent channel to which the
88 public function delete($partnerId, $channelId, $urlOrAppId, $optParams = []) argument
98 * @param string $channelId Required. The ID of the parent channel to which the
123 public function listPartnersChannelsSites($partnerId, $channelId, $optParams = []) argument
125 $params = ['partnerId' => $partnerId, 'channelId' => $channelId];
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DAccountYouTubeChannelLink.php25 public $channelId; variable in Google\\Service\\ShoppingContent\\AccountYouTubeChannelLink
34 public function setChannelId($channelId) argument
36 $this->channelId = $channelId;
43 return $this->channelId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DCommentThreadSnippet.php29 public $channelId; variable in Google\\Service\\YouTube\\CommentThreadSnippet
62 public function setChannelId($channelId) argument
64 $this->channelId = $channelId;
71 return $this->channelId;
/plugin/diagramsnet/lib/js/diagramly/
H A DP2PCollab.js209 this.joinFile = function(channelId) argument
211 socket.emit('join', {name: channelId});
H A DDrawioFileSync.js191 DrawioFileSync.prototype.channelId = null; method in DrawioFileSync
238 if (this.channelId == null)
240 this.channelId = this.file.getChannelId();
248 if (this.pusher == null && this.channelId != null &&
271 this.channel = this.pusher.subscribe(this.channelId);
1209 if (this.channelId != null)
1267 mxUtils.get(EditorUi.cacheUrl + '?id=' + encodeURIComponent(this.channelId) +
1320 id: this.channelId,
1342 if (this.channelId != null)
1456 var result = 'id=' + this.channelId;
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php1485 $this->channelId = $channelId;
2242 $this->channelId = $channelId;
2684 $this->channelId = $channelId;
2898 $this->channelId = $channelId;
3242 $this->channelId = $channelId;
3392 $this->channelId = $channelId;
3486 $this->channelId = $channelId;
3620 $this->channelId = $channelId;
3809 $this->channelId = $channelId;
3860 $this->channelId = $channelId;
[all …]

12