| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/ |
| D | Filter.php | 26 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/ |
| D | GoogleCloudChannelV1EntitlementEvent.php | 29 public $eventType; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1EntitlementEvent 48 public function setEventType($eventType) argument 50 $this->eventType = $eventType; 57 return $this->eventType;
|
| D | GoogleCloudChannelV1alpha1CustomerEvent.php | 29 public $eventType; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1alpha1CustomerEvent 48 public function setEventType($eventType) argument 50 $this->eventType = $eventType; 57 return $this->eventType;
|
| D | GoogleCloudChannelV1CustomerEvent.php | 29 public $eventType; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1CustomerEvent 48 public function setEventType($eventType) argument 50 $this->eventType = $eventType; 57 return $this->eventType;
|
| D | GoogleCloudChannelV1alpha1EntitlementEvent.php | 29 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/ |
| D | ApplicationEvent.php | 29 public $eventType; variable in Google\\Service\\AndroidManagement\\ApplicationEvent 48 public function setEventType($eventType) argument 50 $this->eventType = $eventType; 57 return $this->eventType;
|
| D | MemoryEvent.php | 33 public $eventType; variable in Google\\Service\\AndroidManagement\\MemoryEvent 66 public function setEventType($eventType) argument 68 $this->eventType = $eventType; 75 return $this->eventType;
|
| D | PowerManagementEvent.php | 33 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/ |
| D | EventTrigger.php | 25 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/ |
| D | AutoscalingEvent.php | 31 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/ |
| D | GoogleCloudRecommendationengineV1beta1UserEvent.php | 35 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/ |
| D | Watch.php | 33 public $eventType; variable in Google\\Service\\Forms\\Watch 80 public function setEventType($eventType) argument 82 $this->eventType = $eventType; 89 return $this->eventType;
|
| /plugin/slacknotifier/ |
| D | action.php | 122 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/ |
| D | GoogleCloudRetailV2UserEvent.php | 42 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/ |
| D | jquery.jplayer.inspector.js | 51 $.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/ |
| D | jquery.jplayer.inspector.js | 51 $.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/ |
| D | BuildTrigger.php | 48 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/ |
| D | Formatter.php | 26 $eventType = $event->getEventType(); 27 $action = $actionMap[$eventType] ?? null; 32 if ($eventType !== 'delete') {
|
| /plugin/authgoogle/google/contrib/ |
| D | Google_AuditService.php | 202 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/ |
| D | Room.php | 331 * @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 …]
|
| D | MatrixClient.php | 297 * @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,
|
| D | MatrixHttpApi.php | 274 * @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/ |
| D | Event.php | 64 public $eventType; variable in Google\\Service\\Calendar\\Event 327 public function setEventType($eventType) argument 329 $this->eventType = $eventType; 336 return $this->eventType;
|
| D | Colors.php | 24 protected $eventType = ColorDefinition::class; variable in Google\\Service\\Calendar\\Colors
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/ |
| D | ReportRuntimeEventRequest.php | 22 protected $eventType = Event::class; variable in Google\\Service\\AIPlatformNotebooks\\ReportRuntimeEventRequest
|