Home
last modified time | relevance | path

Searched refs:eventId (Results 1 – 25 of 48) sorted by last modified time

12

/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js9073 EventManager.prototype.removeEventDefsById = function (eventId) {
9075 eventSource.removeEventDefsById(eventId);
9078 this.currentPeriod.removeEventDefsById(eventId); // might release
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DActivityListResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\ActivityListResponse
71 public function setEventId($eventId) argument
73 $this->eventId = $eventId;
80 return $this->eventId;
H A DCommentThreadListResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\CommentThreadListResponse
67 public function setEventId($eventId) argument
69 $this->eventId = $eventId;
76 return $this->eventId;
H A DMembershipsLevelListResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\MembershipsLevelListResponse
59 public function setEventId($eventId) argument
61 $this->eventId = $eventId;
68 return $this->eventId;
H A DThumbnailSetResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\ThumbnailSetResponse
59 public function setEventId($eventId) argument
61 $this->eventId = $eventId;
68 return $this->eventId;
H A DVideoGetRatingResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\VideoGetRatingResponse
59 public function setEventId($eventId) argument
61 $this->eventId = $eventId;
68 return $this->eventId;
H A DCaptionListResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\CaptionListResponse
59 public function setEventId($eventId) argument
61 $this->eventId = $eventId;
68 return $this->eventId;
H A DChannelListResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\ChannelListResponse
71 public function setEventId($eventId) argument
73 $this->eventId = $eventId;
80 return $this->eventId;
H A DMemberListResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\MemberListResponse
67 public function setEventId($eventId) argument
69 $this->eventId = $eventId;
76 return $this->eventId;
H A DPlaylistItemListResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\PlaylistItemListResponse
71 public function setEventId($eventId) argument
73 $this->eventId = $eventId;
80 return $this->eventId;
H A DPlaylistListResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\PlaylistListResponse
71 public function setEventId($eventId) argument
73 $this->eventId = $eventId;
80 return $this->eventId;
H A DSubscriptionListResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\SubscriptionListResponse
71 public function setEventId($eventId) argument
73 $this->eventId = $eventId;
80 return $this->eventId;
H A DSuperChatEventListResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\SuperChatEventListResponse
67 public function setEventId($eventId) argument
69 $this->eventId = $eventId;
76 return $this->eventId;
H A DChannelSectionListResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\ChannelSectionListResponse
59 public function setEventId($eventId) argument
61 $this->eventId = $eventId;
68 return $this->eventId;
H A DI18nLanguageListResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\I18nLanguageListResponse
59 public function setEventId($eventId) argument
61 $this->eventId = $eventId;
68 return $this->eventId;
H A DLiveChatMessageListResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\LiveChatMessageListResponse
75 public function setEventId($eventId) argument
77 $this->eventId = $eventId;
84 return $this->eventId;
H A DLiveStreamListResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\LiveStreamListResponse
71 public function setEventId($eventId) argument
73 $this->eventId = $eventId;
80 return $this->eventId;
H A DVideoAbuseReportReasonListResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\VideoAbuseReportReasonListResponse
59 public function setEventId($eventId) argument
61 $this->eventId = $eventId;
68 return $this->eventId;
H A DSearchListResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\SearchListResponse
75 public function setEventId($eventId) argument
77 $this->eventId = $eventId;
84 return $this->eventId;
H A DVideoCategoryListResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\VideoCategoryListResponse
71 public function setEventId($eventId) argument
73 $this->eventId = $eventId;
80 return $this->eventId;
H A DVideoListResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\VideoListResponse
71 public function setEventId($eventId) argument
73 $this->eventId = $eventId;
80 return $this->eventId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DGamesManagement.php141 'path' => 'games/v1management/events/{eventId}/reset',
144 'eventId' => [
159 'path' => 'games/v1management/events/{eventId}/resetForAllPlayers',
162 'eventId' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DEventRecordFailure.php25 public $eventId; variable in Google\\Service\\Games\\EventRecordFailure
38 public function setEventId($eventId) argument
40 $this->eventId = $eventId;
47 return $this->eventId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesManagement/Resource/
H A DEvents.php37 * @param string $eventId The ID of the event.
40 public function reset($eventId, $optParams = []) argument
42 $params = ['eventId' => $eventId];
76 * @param string $eventId The ID of the event.
79 public function resetForAllPlayers($eventId, $optParams = []) argument
81 $params = ['eventId' => $eventId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HomeGraphService/
H A DReportStateAndNotificationRequest.php29 public $eventId; variable in Google\\Service\\HomeGraphService\\ReportStateAndNotificationRequest
58 public function setEventId($eventId) argument
60 $this->eventId = $eventId;
67 return $this->eventId;

12