Home
last modified time | relevance | path

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

12

/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DEvent.php57 ->when($result = SUT::getEvent($eventId))
61 ->object(SUT::getEvent($eventId))
156 $event = SUT::getEvent($eventId)
162 ->object(SUT::getEvent($eventId))
180 $event = SUT::getEvent('hoa://Event/Test'),
195 $event = SUT::getEvent('hoa://Event/Test'),
211 $event = SUT::getEvent('hoa://Event/Test'),
225 ->given($event = SUT::getEvent('hoa://Event/Test'))
243 SUT::getEvent($eventId)->attach(
H A DBucket.php76 LUT::getEvent($eventId)->attach(
/plugin/findologicxmlexport/vendor/hoa/event/
H A DEvent.php100 public static function getEvent($eventId) function in Hoa\\Event\\Event
240 $event = self::getEvent($eventId);
H A DREADME.md82 Hoa\Event\Event::getEvent('hoa://Event/Exception')->attach(
96 Hoa\Event\Event::getEvent('hoa://Event/Exception')->attach(
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3EventInput.php37 public function getEvent() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3EventInput
H A DGoogleCloudDialogflowCxV3beta1EventInput.php37 public function getEvent() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1EventInput
H A DGoogleCloudDialogflowCxV3EventHandler.php51 public function getEvent() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3EventHandler
H A DGoogleCloudDialogflowCxV3beta1EventHandler.php51 public function getEvent() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1EventHandler
H A DGoogleCloudDialogflowCxV3Match.php69 public function getEvent() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3Match
H A DGoogleCloudDialogflowCxV3beta1QueryInput.php75 public function getEvent() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1QueryInput
H A DGoogleCloudDialogflowCxV3QueryInput.php75 public function getEvent() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3QueryInput
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DReportRuntimeEventRequest.php39 public function getEvent() function in Google\\Service\\AIPlatformNotebooks\\ReportRuntimeEventRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2DataProfilePubSubMessage.php39 public function getEvent() function in Google\\Service\\DLP\\GooglePrivacyDlpV2DataProfilePubSubMessage
H A DGooglePrivacyDlpV2PubSubNotification.php61 public function getEvent() function in Google\\Service\\DLP\\GooglePrivacyDlpV2PubSubNotification
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DWorkerLifecycleEvent.php59 public function getEvent() function in Google\\Service\\Dataflow\\WorkerLifecycleEvent
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseDynamicLinks/
H A DDynamicLinkEventStat.php59 public function getEvent() function in Google\\Service\\FirebaseDynamicLinks\\DynamicLinkEventStat
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DColors.php59 public function getEvent() function in Google\\Service\\Calendar\\Colors
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DException.php78 Event::getEvent('hoa://Event/Exception')->attach(
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RecaptchaEnterprise/
H A DGoogleCloudRecaptchaenterpriseV1Assessment.php59 public function getEvent() function in Google\\Service\\RecaptchaEnterprise\\GoogleCloudRecaptchaenterpriseV1Assessment
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
H A DCheckInRequest.php64 public function getEvent() function in Google\\Service\\Genomics\\CheckInRequest
/plugin/diagramsnet/lib/js/diagramly/
H A DmxFreehand.js268 var e = me.getEvent();
318 var e = me.getEvent();
336 endPath(me.getEvent());
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/
H A DActivity.php180 public function getEvent() function in Google\\Service\\AnalyticsReporting\\Activity
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js5075 var evt = me.getEvent();
5095 var evt = me.getEvent();
5115 var evt = me.getEvent();
5372 var evt = me.getEvent();
5397 var evt = me.getEvent();
9224 var evt = me.getEvent();
9268 onClick(me.getEvent());
11582 !mxEvent.isAltDown(me.getEvent);
12524 var evt = me.getEvent();
12549 var evt = me.getEvent();
[all …]
/plugin/diagramsnet/lib/plugins/trees/
H A Dtrees.js1178 this.dragLeave(me.getEvent(), this.currentState);
1206 if ((graph.isMouseDown && !mxEvent.isTouchEvent(me.getEvent())) ||
1217 this.dragLeave(me.getEvent(), this.currentState);
1224 this.dragEnter(me.getEvent(), this.currentState);
/plugin/eventline/timeline_js/scripts/
H A Dsources.js269 Timeline.DefaultEventSource.prototype.getEvent = function(id) { method in Timeline.DefaultEventSource
270 return this._events.getEvent(id);

12