Home
last modified time | relevance | path

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

123

/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
DEvent.php56 ->given($eventId = 'hoa://Event/Test')
57 ->when($result = SUT::getEvent($eventId))
61 ->object(SUT::getEvent($eventId))
69 $eventId = 'hoa://Event/Test',
72 ->when($result = SUT::register($eventId, $source))
76 ->boolean(SUT::eventExists($eventId))
84 $eventId = 'hoa://Event/Test',
87 ->when($result = SUT::register($eventId, $source))
91 ->boolean(SUT::eventExists($eventId))
99 $eventId = 'hoa://Event/Test',
[all …]
/plugin/findologicxmlexport/vendor/hoa/event/
DEvent.php97 * @param string $eventId Event ID.
100 public static function getEvent($eventId) argument
102 if (!isset(self::$_register[$eventId][self::KEY_EVENT])) {
103 self::$_register[$eventId] = [
109 return self::$_register[$eventId][self::KEY_EVENT];
116 * @param string $eventId Event ID.
121 public static function register($eventId, $source) argument
123 if (true === self::eventExists($eventId)) {
128 $eventId
152 if (!isset(self::$_register[$eventId][self::KEY_EVENT])) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/Resource/
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
182 $params = ['calendarId' => $calendarId, 'eventId' => $eventId];
279 * @param string $eventId Event identifier.
[all …]
/plugin/icalevents/
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/src/javascript/add-on/
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>'
73 … + '<div id="' + config.eventId[$.jPlayer.event.setmedia] + '" style="' + eventStyle + '"></div>'
74 … + '<div id="' + config.eventId[$.jPlayer.event.flashreset] + '" 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>'
78 … + '<div id="' + config.eventId[$.jPlayer.event.warning] + '" style="' + eventStyle + '"></div>'
80 …+ '<div id="' + config.eventId[$.jPlayer.event.loadstart] + '" style="clear:left;' + eventStyle + …
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
Djquery.jplayer.inspector.min.js2eventId={},d.eventJq={},d.eventTimeout={},d.eventOccurrence={},a.each(a.jPlayer.event,function(b,c…
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>'
73 … + '<div id="' + config.eventId[$.jPlayer.event.setmedia] + '" style="' + eventStyle + '"></div>'
74 … + '<div id="' + config.eventId[$.jPlayer.event.flashreset] + '" 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>'
78 … + '<div id="' + config.eventId[$.jPlayer.event.warning] + '" style="' + eventStyle + '"></div>'
80 …+ '<div id="' + config.eventId[$.jPlayer.event.loadstart] + '" style="clear:left;' + eventStyle + …
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
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/
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/
DI18nLanguageListResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\I18nLanguageListResponse
59 public function setEventId($eventId) argument
61 $this->eventId = $eventId;
68 return $this->eventId;
DVideoAbuseReportReasonListResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\VideoAbuseReportReasonListResponse
59 public function setEventId($eventId) argument
61 $this->eventId = $eventId;
68 return $this->eventId;
DChannelSectionListResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\ChannelSectionListResponse
59 public function setEventId($eventId) argument
61 $this->eventId = $eventId;
68 return $this->eventId;
DVideoGetRatingResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\VideoGetRatingResponse
59 public function setEventId($eventId) argument
61 $this->eventId = $eventId;
68 return $this->eventId;
DMembershipsLevelListResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\MembershipsLevelListResponse
59 public function setEventId($eventId) argument
61 $this->eventId = $eventId;
68 return $this->eventId;
DI18nRegionListResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\I18nRegionListResponse
59 public function setEventId($eventId) argument
61 $this->eventId = $eventId;
68 return $this->eventId;
DCaptionListResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\CaptionListResponse
59 public function setEventId($eventId) argument
61 $this->eventId = $eventId;
68 return $this->eventId;
DThumbnailSetResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\ThumbnailSetResponse
59 public function setEventId($eventId) argument
61 $this->eventId = $eventId;
68 return $this->eventId;
DCommentThreadListResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\CommentThreadListResponse
67 public function setEventId($eventId) argument
69 $this->eventId = $eventId;
76 return $this->eventId;
DCommentListResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\CommentListResponse
67 public function setEventId($eventId) argument
69 $this->eventId = $eventId;
76 return $this->eventId;
DSuperChatEventListResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\SuperChatEventListResponse
67 public function setEventId($eventId) argument
69 $this->eventId = $eventId;
76 return $this->eventId;
DMemberListResponse.php30 public $eventId; variable in Google\\Service\\YouTube\\MemberListResponse
67 public function setEventId($eventId) argument
69 $this->eventId = $eventId;
76 return $this->eventId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HomeGraphService/
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/
DClientEvent.php29 public $eventId; variable in Google\\Service\\CloudTalentSolution\\ClientEvent
58 public function setEventId($eventId) argument
60 $this->eventId = $eventId;
67 return $this->eventId;
/plugin/calendar/classes/
DEventManager.php209 $eventId = $eventData['id'] ?? uniqid();
220 $eventData['id'] = $eventId;
245 function($evt) use ($eventId) {
246 return $evt['id'] !== $eventId;
273 if ($evt['id'] === $eventId) {
298 * @param string $eventId Event ID
303 public static function deleteEvent($eventId, $date, $namespace = '') { argument
321 function($evt) use ($eventId) {
322 return $evt['id'] !== $eventId;
347 * @param string $eventId Event ID
[all …]
DAuditLogger.php81 public function logCreate($namespace, $date, $eventId, $title, $user = null) { argument
85 'event_id' => $eventId,
93 public function logUpdate($namespace, $date, $eventId, $title, $changes = [], $user = null) { argument
97 'event_id' => $eventId,
106 public function logDelete($namespace, $date, $eventId, $title = '', $user = null) { argument
110 'event_id' => $eventId,
118 public function logMove($namespace, $oldDate, $newDate, $eventId, $title, $user = null) { argument
123 'event_id' => $eventId,
131 public function logTaskToggle($namespace, $date, $eventId, $title, $completed, $user = null) { argument
135 'event_id' => $eventId,

123