/plugin/slacknotifier/helper/ |
H A D | Payload.php |
|
H A D | Formatter.php | 26 $eventType = $event->getEventType(); 27 $action = $actionMap[$eventType] ?? null; 32 if ($eventType !== 'delete') {
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/ |
H A 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/ |
H A 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;
|
H A 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;
|
H A 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;
|
H A 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/ |
H A 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;
|
H A 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;
|
H A 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/ |
H A 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/ |
H A 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/Forms/ |
H A 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/authgooglesheets/vendor/google/apiclient-services/src/RecommendationsAI/ |
H A 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/CloudRetail/ |
H A 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/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/ |
H A 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/jplayer/vendor/happyworm/jplayer/dist/add-on/ |
H A 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/src/javascript/add-on/ |
H A 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/authgoogle/google/contrib/ |
H A 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/authgooglesheets/vendor/google/apiclient-services/src/Calendar/ |
H A 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;
|
H A D | Colors.php | 24 protected $eventType = ColorDefinition::class; variable in Google\\Service\\Calendar\\Colors
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/ |
H A D | ReportRuntimeEventRequest.php | 22 protected $eventType = Event::class; variable in Google\\Service\\AIPlatformNotebooks\\ReportRuntimeEventRequest
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RecaptchaEnterprise/ |
H A D | GoogleCloudRecaptchaenterpriseV1Assessment.php | 24 protected $eventType = GoogleCloudRecaptchaenterpriseV1Event::class; variable in Google\\Service\\RecaptchaEnterprise\\GoogleCloudRecaptchaenterpriseV1Assessment
|
/plugin/jplayer/components/jplayer/ |
H A D | jplayer-built.js | 1649 var event = $.Event(eventType); 1681 this._trigger(eventType); 1711 switch(eventType) { 1715 this._trigger(eventType); 1720 this._trigger(eventType); 1725 this._trigger(eventType); 1729 this._trigger(eventType); 1733 this._trigger(eventType); 1765 this._trigger(eventType); 1769 this._trigger(eventType); [all …]
|
/plugin/jplayer/components/jplayer/dist/jplayer/ |
H A D | jquery.jplayer.js | 1649 var event = $.Event(eventType); 1681 this._trigger(eventType); 1711 switch(eventType) { 1715 this._trigger(eventType); 1720 this._trigger(eventType); 1725 this._trigger(eventType); 1729 this._trigger(eventType); 1733 this._trigger(eventType); 1765 this._trigger(eventType); 1769 this._trigger(eventType); [all …]
|