Home
last modified time | relevance | path

Searched refs:eventType (Results 1 – 25 of 53) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
DFilter.php26 public $eventType; variable in Google\\Service\\Container\\Filter
31 public function setEventType($eventType) argument
33 $this->eventType = $eventType;
40 return $this->eventType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/
DGoogleCloudChannelV1EntitlementEvent.php29 public $eventType; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1EntitlementEvent
48 public function setEventType($eventType) argument
50 $this->eventType = $eventType;
57 return $this->eventType;
DGoogleCloudChannelV1alpha1CustomerEvent.php29 public $eventType; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1alpha1CustomerEvent
48 public function setEventType($eventType) argument
50 $this->eventType = $eventType;
57 return $this->eventType;
DGoogleCloudChannelV1CustomerEvent.php29 public $eventType; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1CustomerEvent
48 public function setEventType($eventType) argument
50 $this->eventType = $eventType;
57 return $this->eventType;
DGoogleCloudChannelV1alpha1EntitlementEvent.php29 public $eventType; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1alpha1EntitlementEvent
48 public function setEventType($eventType) argument
50 $this->eventType = $eventType;
57 return $this->eventType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
DApplicationEvent.php29 public $eventType; variable in Google\\Service\\AndroidManagement\\ApplicationEvent
48 public function setEventType($eventType) argument
50 $this->eventType = $eventType;
57 return $this->eventType;
DMemoryEvent.php33 public $eventType; variable in Google\\Service\\AndroidManagement\\MemoryEvent
66 public function setEventType($eventType) argument
68 $this->eventType = $eventType;
75 return $this->eventType;
DPowerManagementEvent.php33 public $eventType; variable in Google\\Service\\AndroidManagement\\PowerManagementEvent
66 public function setEventType($eventType) argument
68 $this->eventType = $eventType;
75 return $this->eventType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFunctions/
DEventTrigger.php25 public $eventType; variable in Google\\Service\\CloudFunctions\\EventTrigger
40 public function setEventType($eventType) argument
42 $this->eventType = $eventType;
49 return $this->eventType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
DAutoscalingEvent.php31 public $eventType; variable in Google\\Service\\Dataflow\\AutoscalingEvent
76 public function setEventType($eventType) argument
78 $this->eventType = $eventType;
85 return $this->eventType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RecommendationsAI/
DGoogleCloudRecommendationengineV1beta1UserEvent.php35 public $eventType; variable in Google\\Service\\RecommendationsAI\\GoogleCloudRecommendationengineV1beta1UserEvent
86 public function setEventType($eventType) argument
88 $this->eventType = $eventType;
95 return $this->eventType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
DWatch.php33 public $eventType; variable in Google\\Service\\Forms\\Watch
80 public function setEventType($eventType) argument
82 $this->eventType = $eventType;
89 return $this->eventType;
/plugin/slacknotifier/
Daction.php122 private function isValidEvent(?string $eventType): bool argument
124 if ($eventType === 'create' && $this->config->notify_create) {
126 } elseif ($eventType === 'edit' && $this->config->notify_edit) {
128 …} elseif ($eventType === 'edit minor' && $this->config->notify_edit && $this->config->notify_edit_…
130 } elseif ($eventType === 'delete' && $this->config->notify_delete) {
132 …} elseif ($eventType === 'rename' && $this->config->notify_create && $this->config->notify_delete)…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
DGoogleCloudRetailV2UserEvent.php42 public $eventType; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2UserEvent
167 public function setEventType($eventType) argument
169 $this->eventType = $eventType;
176 return $this->eventType;
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
Djquery.jplayer.inspector.js51 $.each($.jPlayer.event, function(eventName,eventType) { argument
52 config.eventId[eventType] = config.idPrefix + "event_" + eventName + "_" + $.jPlayerInspector.i;
53 config.eventOccurrence[eventType] = 0;
131 $.each($.jPlayer.event, function(eventName,eventType) { argument
132 config.eventJq[eventType] = $("#" + config.eventId[eventType]);
133 …config.eventJq[eventType].text(eventName + " (" + config.eventOccurrence[eventType] + ")"); // Set…
135 config.jPlayer.bind(eventType + ".jPlayerInspector", function(e) {
180 $.each($.jPlayer.event, function(eventName,eventType) { argument
181 config.eventJq[eventType].css("background-color","#eee");
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
Djquery.jplayer.inspector.js51 $.each($.jPlayer.event, function(eventName,eventType) { argument
52 config.eventId[eventType] = config.idPrefix + "event_" + eventName + "_" + $.jPlayerInspector.i;
53 config.eventOccurrence[eventType] = 0;
131 $.each($.jPlayer.event, function(eventName,eventType) { argument
132 config.eventJq[eventType] = $("#" + config.eventId[eventType]);
133 …config.eventJq[eventType].text(eventName + " (" + config.eventOccurrence[eventType] + ")"); // Set…
135 config.jPlayer.bind(eventType + ".jPlayerInspector", function(e) {
180 $.each($.jPlayer.event, function(eventName,eventType) { argument
181 config.eventJq[eventType].css("background-color","#eee");
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
DBuildTrigger.php48 public $eventType; variable in Google\\Service\\CloudBuild\\BuildTrigger
203 public function setEventType($eventType) argument
205 $this->eventType = $eventType;
212 return $this->eventType;
/plugin/slacknotifier/helper/
DFormatter.php26 $eventType = $event->getEventType();
27 $action = $actionMap[$eventType] ?? null;
32 if ($eventType !== 'delete') {
/plugin/authgoogle/google/contrib/
DGoogle_AuditService.php202 public $eventType; variable in Google_ActivityEvents
207 public function setEventType( $eventType) { argument
208 $this->eventType = $eventType;
211 return $this->eventType;
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DRoom.php331 * @param string|null $eventType The event_type to filter for.
334 public function addListener(callable $cb, ?string $eventType = null) { argument
339 'event_type' => $eventType,
360 * @param string|null $eventType The event_type to filter for.
363 public function addEphemeralListener(callable $cb, ?string $eventType = null) { argument
368 'event_type' => $eventType,
389 * @param string|null $eventType The event_type to filter for.
391 public function addStateListener(callable $cb, ?string $eventType = null) { argument
394 'event_type' => $eventType,
545 * @param string $eventType The type of event that you are sending.
[all …]
DMatrixClient.php297 * @param string $eventType The event_type to filter for.
300 public function addListener(callable $callback, string $eventType) { argument
305 'event_type' => $eventType,
348 * @param string|null $eventType Optional. The event_type to filter for.
351 public function addEphemeralListener(callable $callback, ?string $eventType = null) { argument
356 'event_type' => $eventType,
DMatrixHttpApi.php274 * @param string $eventType The state event type to send.
281 public function sendStateEvent(string $roomId, string $eventType, array $content, argument
283 $path = sprintf("/rooms/%s/state/%s", urlencode($roomId), urlencode($eventType));
299 * @param string $eventType The type of the event.
304 public function getStateEvent(string $roomId, string $eventType) { argument
305 $path = sprintf('/rooms/%s/state/%s', urlencode($roomId), urlencode($eventType));
312 * @param string $eventType The event type to send.
321 public function sendMessageEvent(string $roomId, string $eventType, array $content, argument
326 …$path = sprintf('/rooms/%s/send/%s/%s', urlencode($roomId), urlencode($eventType), urlencode($txnI…
1416 * @param string $eventType The type of event to send.
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
DEvent.php64 public $eventType; variable in Google\\Service\\Calendar\\Event
327 public function setEventType($eventType) argument
329 $this->eventType = $eventType;
336 return $this->eventType;
DColors.php24 protected $eventType = ColorDefinition::class; variable in Google\\Service\\Calendar\\Colors
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
DReportRuntimeEventRequest.php22 protected $eventType = Event::class; variable in Google\\Service\\AIPlatformNotebooks\\ReportRuntimeEventRequest

123