Home
last modified time | relevance | path

Searched refs:event (Results 551 – 575 of 1825) sorted by last modified time

1...<<21222324252627282930>>...73

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2PubSubNotification.php29 public $event; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2PubSubNotification
54 public function setEvent($event) argument
56 $this->event = $event;
63 return $this->event;
H A DGooglePrivacyDlpV2DataProfilePubSubMessage.php25 public $event; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2DataProfilePubSubMessage
32 public function setEvent($event) argument
34 $this->event = $event;
41 return $this->event;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DReportRuntimeEventRequest.php32 public function setEvent(Event $event) argument
34 $this->event = $event;
41 return $this->event;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DWorkerLifecycleEvent.php29 public $event; variable in Google\\Service\\Dataflow\\WorkerLifecycleEvent
52 public function setEvent($event) argument
54 $this->event = $event;
61 return $this->event;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
H A DREADME.md3 …hub.com/phpseclib/phpseclib/actions/workflows/ci.yml/badge.svg?branch=3.0&event=push "CI Status")]…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3Match.php29 public $event; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3Match
62 public function setEvent($event) argument
64 $this->event = $event;
71 return $this->event;
H A DGoogleCloudDialogflowCxV3beta1QueryInput.php68 public function setEvent(GoogleCloudDialogflowCxV3beta1EventInput $event) argument
70 $this->event = $event;
77 return $this->event;
H A DGoogleCloudDialogflowCxV3beta1EventHandler.php25 public $event; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1EventHandler
44 public function setEvent($event) argument
46 $this->event = $event;
53 return $this->event;
H A DGoogleCloudDialogflowCxV3QueryInput.php68 public function setEvent(GoogleCloudDialogflowCxV3EventInput $event) argument
70 $this->event = $event;
77 return $this->event;
H A DGoogleCloudDialogflowCxV3beta1EventInput.php25 public $event; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1EventInput
30 public function setEvent($event) argument
32 $this->event = $event;
39 return $this->event;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/
H A DActivity.php173 public function setEvent(EventData $event) argument
175 $this->event = $event;
182 return $this->event;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDirectory.php1912 'event' => [
2015 'event' => [
2096 'event' => [
2110 'event' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RecaptchaEnterprise/
H A DGoogleCloudRecaptchaenterpriseV1Assessment.php52 public function setEvent(GoogleCloudRecaptchaenterpriseV1Event $event) argument
54 $this->event = $event;
61 return $this->event;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseDynamicLinks/
H A DDynamicLinkEventStat.php29 public $event; variable in Google\\Service\\FirebaseDynamicLinks\\DynamicLinkEventStat
52 public function setEvent($event) argument
54 $this->event = $event;
61 return $this->event;
/plugin/authgooglesheets/vendor/google/auth/
H A DLICENSE153 8. Limitation of Liability. In no event and under no legal theory,
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md368 error and end events event though the response is unusable. This has been
384 * Added a "progress" event so that you can get upload and download progress
424 * Removed the "headers" event. This event was only useful for changing the
522 * Allowing multiple event subscriber listeners to be registered per event by
540 * Fixed an issue with generating and merging in events to an event array
566 * Added a trait that can be used to add event listeners to an iterator.
608 * Added the ability to specify custom `sendAll()` event priorities
613 * MockAdapter now properly reads a body and emits a `headers` event
915 * Added a `command.after_prepare` event
1217 * Adding a command.before_prepare event to clients
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md418 event loop, you will need to run the task queue on each tick of the loop. If
/plugin/authgooglesheets/vendor/google/apiclient/
H A DLICENSE153 8. Limitation of Liability. In no event and under no legal theory,
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DLICENSE153 8. Limitation of Liability. In no event and under no legal theory,
/plugin/deletepagebutton/
H A Daction.php48 * @param Doku_Event $event
50 public function addButton(Doku_Event $event) { argument
54 $event->data['view'] !== 'page'
60 array_splice($event->data['items'], -1, 0, array(new DeletePageButton()));
84 * @param Doku_Event $event
86 public function deletePage(Doku_Event $event) { argument
90 if ($event->data != 'deletepagebutton') {
103 $event->data = 'redirect';
/plugin/foldablelist/
H A Daction.php29 function addconfig2js($event, $params) argument
/plugin/structcondstyle/
H A Daction.php73 $data = $event->data;
81 $event->preventDefault();
82 $event->stopPropagation();
145 $mode = $event->data['mode'];
146 $renderer = $event->data['renderer'];
147 $data = $event->data['data'];
234 $mode = $event->data['mode'];
238 $renderer = $event->data['renderer'];
243 $data = $event->data['data'];
244 $rownum = $event->data['rownum'];
[all …]
/plugin/c3chart/
H A Daction.php29 * @param Doku_Event $event event object by reference
35 public function handle_tpl_metaheader_output(Doku_Event &$event, $param) { argument
36 $event->data["script"][] = array (
41 $event->data["script"][] = array (
46 $event->data["script"][] = array (
51 $event->data["link"][] = array (
/plugin/c3chart/assets/
H A Dc3.css21 .c3-event-rect,
H A Dc3.min.js2event.altKey?(m.api.hide(),m.api.show(t)):(m.api.toggle(t),m.isTargetToShow(t)?m.api.focus(t):m.ap…

1...<<21222324252627282930>>...73