Home
last modified time | relevance | path

Searched refs:eventId (Results 1 – 25 of 48) sorted by relevance

12

/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DEvent.php61 ->object(SUT::getEvent($eventId))
69 $eventId = 'hoa://Event/Test',
84 $eventId = 'hoa://Event/Test',
99 $eventId = 'hoa://Event/Test',
113 $eventId = 'hoa://Event/Test',
126 $eventId = 'hoa://Event/Test',
139 $eventId = 'hoa://Event/Test',
153 $eventId = 'hoa://Event/Test',
238 $eventId = 'hoa://Event/Test',
267 $eventId = 'hoa://Event/Test',
[all …]
/plugin/findologicxmlexport/vendor/hoa/event/
H A DEvent.php97 * @param string $eventId Event ID.
100 public static function getEvent($eventId) argument
103 self::$_register[$eventId] = [
123 if (true === self::eventExists($eventId)) {
128 $eventId
164 * @param string $eventId Event ID.
172 unset(self::$_register[$eventId]);
235 $eventId
240 $event = self::getEvent($eventId);
252 * @param string $eventId Event ID.
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/Resource/
H A DEvents.php40 * @param string $eventId Event identifier.
51 public function delete($calendarId, $eventId, $optParams = []) argument
53 $params = ['calendarId' => $calendarId, 'eventId' => $eventId];
63 * @param string $eventId Event identifier.
77 public function get($calendarId, $eventId, $optParams = []) argument
79 $params = ['calendarId' => $calendarId, 'eventId' => $eventId];
149 * @param string $eventId Recurring event identifier.
180 public function instances($calendarId, $eventId, $optParams = []) argument
279 * @param string $eventId Event identifier.
305 * @param string $eventId Event identifier.
[all …]
/plugin/icalevents/
H A Drenderer.php56 private $eventId = false; variable in renderer_plugin_icalevents
67 if ($name == 'icalevents' && $this->eventId === false) {
81 if ($this->eventId === false) {
87 $filename = SafeFN::encode(strtr($this->eventId, '/:', '--')) . '.ics';
97 function setEventId($eventId) { argument
98 $this->eventId = $eventId;
102 $this->eventId = false;
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
H A Djquery.jplayer.inspector.js46 config.eventId = {};
52 config.eventId[eventType] = config.idPrefix + "event_" + eventName + "_" + $.jPlayerInspector.i;
72 '<div id="' + config.eventId[$.jPlayer.event.ready] + '" style="' + eventStyle + '"></div>'
75 + '<div id="' + config.eventId[$.jPlayer.event.resize] + '" style="' + eventStyle + '"></div>'
76 + '<div id="' + config.eventId[$.jPlayer.event.repeat] + '" style="' + eventStyle + '"></div>'
77 + '<div id="' + config.eventId[$.jPlayer.event.click] + '" style="' + eventStyle + '"></div>'
84 + '<div id="' + config.eventId[$.jPlayer.event.error] + '" style="' + eventStyle + '"></div>'
87 + '<div id="' + config.eventId[$.jPlayer.event.pause] + '" style="' + eventStyle + '"></div>'
92 + '<div id="' + config.eventId[$.jPlayer.event.ended] + '" style="' + eventStyle + '"></div>'
100 + '<div id="' + config.eventId[$.jPlayer.event.abort] + '" style="' + eventStyle + '"></div>'
[all …]
H A Djquery.jplayer.inspector.min.js2eventId={},d.eventJq={},d.eventTimeout={},d.eventOccurrence={},a.each(a.jPlayer.event,function(b,c…
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
H A Djquery.jplayer.inspector.js46 config.eventId = {};
52 config.eventId[eventType] = config.idPrefix + "event_" + eventName + "_" + $.jPlayerInspector.i;
72 '<div id="' + config.eventId[$.jPlayer.event.ready] + '" style="' + eventStyle + '"></div>'
75 + '<div id="' + config.eventId[$.jPlayer.event.resize] + '" style="' + eventStyle + '"></div>'
76 + '<div id="' + config.eventId[$.jPlayer.event.repeat] + '" style="' + eventStyle + '"></div>'
77 + '<div id="' + config.eventId[$.jPlayer.event.click] + '" style="' + eventStyle + '"></div>'
84 + '<div id="' + config.eventId[$.jPlayer.event.error] + '" style="' + eventStyle + '"></div>'
87 + '<div id="' + config.eventId[$.jPlayer.event.pause] + '" style="' + eventStyle + '"></div>'
92 + '<div id="' + config.eventId[$.jPlayer.event.ended] + '" style="' + eventStyle + '"></div>'
100 + '<div id="' + config.eventId[$.jPlayer.event.abort] + '" style="' + eventStyle + '"></div>'
[all …]
/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/YouTube/
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 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 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 DI18nRegionListResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\I18nRegionListResponse
59 public function setEventId($eventId) argument
61 $this->eventId = $eventId;
68 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 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 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 DCommentListResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\CommentListResponse
67 public function setEventId($eventId) argument
69 $this->eventId = $eventId;
76 return $this->eventId;
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 DChannelListResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\ChannelListResponse
71 public function setEventId($eventId) argument
73 $this->eventId = $eventId;
80 return $this->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;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
H A DClientEvent.php29 public $eventId; variable in Google\\Service\\CloudTalentSolution\\ClientEvent
58 public function setEventId($eventId) argument
60 $this->eventId = $eventId;
67 return $this->eventId;

12