Home
last modified time | relevance | path

Searched refs:channelId (Results 26 – 31 of 31) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseCloudMessaging/
H A DAndroidNotification.php42 public $channelId; variable in Google\\Service\\FirebaseCloudMessaging\\AndroidNotification
185 public function setChannelId($channelId) argument
187 $this->channelId = $channelId;
194 return $this->channelId;
/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 …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDisplayVideo.php475 'channelId' => [
524 'channelId' => [
557 'channelId' => [
572 'channelId' => [
591 'channelId' => [
615 'channelId' => [
650 'channelId' => [
2680 'channelId' => [
2729 'channelId' => [
2762 'channelId' => [
[all …]
H A DYouTube.php144 'channelId' => [
320 'channelId' => [
386 'channelId' => [
535 'channelId' => [
1351 'channelId' => [
1420 'channelId' => [
1583 'channelId' => [
2040 'channelId' => [
2054 'channelId' => [
/plugin/diagramsnet/lib/js/diagramly/
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 …]
H A DP2PCollab.js209 this.joinFile = function(channelId) argument
211 socket.emit('join', {name: channelId});

12