Home
last modified time | relevance | path

Searched refs:event (Results 76 – 100 of 1825) sorted by path

12345678910>>...73

/plugin/asiansearch/
H A Daction.php62 function handleQuery(&$event, $param) argument
64 $data =& $event->data;
119 $event->preventDefault();
120 $this->revised_ft_snippet($event);
127 function revised_ft_snippet(&$event) argument
129 $id = $event->data['id'];
130 $text = $event->data['text'];
131 $highlight = $event->data['highlight'];
211 $event->data['snippet'] = $snippet;
231 if ($event->data === 'show') {
[all …]
/plugin/asyncsearch/
H A Dasyncsearch.php30 * @param Doku_Event $event event object by reference
40 if ( $event->data === 'search' && !empty( $QUERY ) ) {
42 $event->preventDefault();
50 * @param Doku_Event $event event object by reference
75 $event->preventDefault();
82 * @param Doku_Event $event event object by reference
93 $event->data['script'][] = array(
103 * @param Doku_Event $event event object by reference
108 public function handle_js_script_list( Doku_Event &$event, $param) { argument
112 $event->data = $this->js_pluginscripts();
[all …]
H A Dpagelookup.php27 * @param Doku_Event $event event object by reference
32 public function handle_ajax_call_unknown( Doku_Event &$event, $param) { argument
35 if ( $event->data === 'asyncsearch' && $INPUT->str('pluginID') == 'pagelookup' ) {
38 if ( $event->data === 'asyncsearch' && $INPUT->str('pluginID') == 'pagesearch' ) {
44 $event->preventDefault();
51 * @param Doku_Event $event event object by reference
90 * @param Doku_Event $event event object by reference
/plugin/authdiscourse/
H A Daction.php38 function handle_login_form(&$event, $param) argument
45 $event->data->_content = array();
46 …$event->data->insertElement(0, '<a href="'.$loginurl.'" style="border: 5px solid; font-size: 200%;…
/plugin/authdomainlimitation/action/
H A Dsignup.php29 * @param Doku_Event $event event object by reference
35 public function handle_auth_user_change(Doku_Event &$event, $param) { argument
37 if ( $event->data['type'] !== 'create' ) {
45 if ( in_array(trim( substr(strrchr($event->data['params'][3], "@"), 1)),$domains) ) {
49 $event->preventDefault();
50 $event->stopPropagation();
51 $event->result = false;
/plugin/authenvvars/
H A Daction.php26 function skip_login_action(&$event, $param) { argument
29 if($event->data == 'login') {
/plugin/authfacebook/
H A Daction.php20 $elem = $event->data->getElementAt(2);
22 $event->data->replaceElement(2, $elem);
24 $elem = $event->data->getElementAt(3);
26 $event->data->replaceElement(3, $elem);
28 $event->data->replaceElement(10, null);
29 $event->data->replaceElement(9, null);
30 $event->data->replaceElement(8, null);
31 $event->data->replaceElement(7, null);
32 $event->data->replaceElement(6, null);
33 $event->data->replaceElement(5, null);
[all …]
/plugin/authg2fa/
H A Daction.php28 function two_fa_login_form(&$event, $param) { argument
32 $pos = $event->data->findElementByAttribute('type', 'submit');
35 …$event->data->insertElement($pos, form_makePasswordField('t', $this->getLang('g2fa'), '', 'block')…
38 function handle_profile_form(&$event, $param) { argument
/plugin/authgoogle/
H A Daction.php23 $elem = $event->data->getElementAt(2);
25 $event->data->replaceElement(2, $elem);
27 $elem = $event->data->getElementAt(3);
29 $event->data->replaceElement(3, $elem);
31 $event->data->replaceElement(10, null);
32 $event->data->replaceElement(9, null);
33 $event->data->replaceElement(8, null);
34 $event->data->replaceElement(7, null);
35 $event->data->replaceElement(6, null);
36 $event->data->replaceElement(5, null);
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php1063 public $event; variable in Google_Colors
1072 public function setEvent(Google_ColorDefinition $event) { argument
1073 $this->event = $event;
1076 return $this->event;
/plugin/authgoogle2fa/
H A Daction.php23 function two_fa_login_form(&$event, $param) { argument
26 $pos = $event->data->findElementByAttribute('type', 'submit');
27 $event->data->replaceElement($pos-1, $twofa_form);
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DLICENSE153 8. Limitation of Liability. In no event and under no legal theory,
/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/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/Calendar/
H A DColors.php52 public function setEvent($event) argument
54 $this->event = $event;
61 return $this->event;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
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;
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;
/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/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3EventHandler.php25 public $event; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3EventHandler
44 public function setEvent($event) argument
46 $this->event = $event;
53 return $this->event;
H A DGoogleCloudDialogflowCxV3EventInput.php25 public $event; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3EventInput
30 public function setEvent($event) argument
32 $this->event = $event;
39 return $this->event;
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 DGoogleCloudDialogflowCxV3QueryInput.php68 public function setEvent(GoogleCloudDialogflowCxV3EventInput $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 DGoogleCloudDialogflowCxV3beta1EventInput.php25 public $event; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1EventInput
30 public function setEvent($event) argument
32 $this->event = $event;
39 return $this->event;
H A DGoogleCloudDialogflowCxV3beta1QueryInput.php68 public function setEvent(GoogleCloudDialogflowCxV3beta1EventInput $event) argument
70 $this->event = $event;
77 return $this->event;

12345678910>>...73