Home
last modified time | relevance | path

Searched refs:email (Results 76 – 100 of 1609) sorted by relevance

12345678910>>...65

/plugin/dokusioc/lib/
H A Dsioc_dokuwiki.php314 private $email; variable in SIOCDokuWikiUser
322 public function __construct($id, $url, $userid, $name, $email) argument
330 if (preg_match_all('/^.+@.+\..+$/Ui', $email, $check, PREG_SET_ORDER)) {
331 if (preg_match_all('/^mailto:(.+@.+\..+$)/Ui', $email, $matches, PREG_SET_ORDER)) {
332 $this->email = $email;
333 $this->sha1 = sha1($email);
335 $this->email = "mailto:" . $email;
336 $this->sha1 = sha1("mailto:" . $email);
347 if ($this->email) {
349 $rdf .= " <sioc:email rdf:resource=\"" . $this->email . "\"/>\n";
[all …]
/plugin/stopforumspam/
H A Daction.php40 private function do_check($username, $email, $ip) argument
43 urlencode($email), urlencode($username), urlencode($ip));
54 $email = $event->data['params'][3];
56 $response = $this->do_check($username, $email, $ip);
62 $this->logger->LogAttempt($username, $email, $ip, $this->checker->trigger,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEventAttendee.php37 public $email; variable in Google\\Service\\Calendar\\EventAttendee
108 public function setEmail($email) argument
110 $this->email = $email;
117 return $this->email;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DGroup.php42 public $email; variable in Google\\Service\\Directory\\Group
123 public function setEmail($email) argument
125 $this->email = $email;
132 return $this->email;
/plugin/loglog/helper/
H A Dalert.php69 * @param string $email
71 protected function handleThreshold($logType, $threshold, $minuteInterval, $email) argument
74 if (! $email || ! $threshold || ! $minuteInterval) {
96 $this->sendAlert($logType, $email);
104 * @param string $email
106 protected function sendAlert($logType, $email) argument
111 $email,
/plugin/smtp/subtree/txtthinking/Mailer/
H A DREADME.md20 ->setAuth('', '') // email, password
21 ->setFrom('You', '') //your name, your email
22 ->setFakeFrom('heelo', 'bot@fake.com') // if u want, a fake name, a fake email
39 ->setAuth('bot@ym.txthinking.com', ''); // email, password
42 $message->setFrom('Tom', 'your@mail.com') // your name, your email
43 ->setFakeFrom('heelo', 'bot@fake.com') // if u want, a fake name, a fake email
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DIdentitytoolkitRelyingpartyVerifyPasswordRequest.php37 public $email; variable in Google\\Service\\IdentityToolkit\\IdentitytoolkitRelyingpartyVerifyPasswordRequest
112 public function setEmail($email) argument
114 $this->email = $email;
121 return $this->email;
H A DVerifyPasswordResponse.php29 public $email; variable in Google\\Service\\IdentityToolkit\\VerifyPasswordResponse
88 public function setEmail($email) argument
90 $this->email = $email;
97 return $this->email;
H A DSetAccountInfoResponse.php30 public $email; variable in Google\\Service\\IdentityToolkit\\SetAccountInfoResponse
87 public function setEmail($email) argument
89 $this->email = $email;
96 return $this->email;
H A DIdentitytoolkitRelyingpartySignupNewUserRequest.php41 public $email; variable in Google\\Service\\IdentityToolkit\\IdentitytoolkitRelyingpartySignupNewUserRequest
138 public function setEmail($email) argument
140 $this->email = $email;
147 return $this->email;
H A DRelyingparty.php53 public $email; variable in Google\\Service\\IdentityToolkit\\Relyingparty
184 public function setEmail($email) argument
186 $this->email = $email;
193 return $this->email;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Oauth2/
H A DUserinfo.php30 public $email; variable in Google\\Service\\Oauth2\\Userinfo
75 public function setEmail($email) argument
77 $this->email = $email;
84 return $this->email;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DBucketAccessControl.php33 public $email; variable in Google\\Service\\Storage\\BucketAccessControl
96 public function setEmail($email) argument
98 $this->email = $email;
105 return $this->email;
H A DObjectAccessControl.php33 public $email; variable in Google\\Service\\Storage\\ObjectAccessControl
104 public function setEmail($email) argument
106 $this->email = $email;
113 return $this->email;
/plugin/siteexport/inc/
H A Dpdfgenerator.php154 private function deobfuscate($email) { argument
159 …return /** @scrutinizer ignore-call */ strtr($email, array(' [at] ' => '@', ' [dot] ' => '.', ' [d…
163 $len = strlen($email);
165 $encode .= chr((int)hexdec($email[$x+3] . $email[$x+4]));
171 return $email;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Baremetalsolution/
H A DProvisioningConfig.php30 public $email; variable in Google\\Service\\Baremetalsolution\\ProvisioningConfig
79 public function setEmail($email) argument
81 $this->email = $email;
88 return $this->email;
/plugin/groupmail/
H A Drecaptchalib.php230 function recaptcha_mailhide_url($pubkey, $privkey, $email) { argument
238 $cryptmail = _recaptcha_aes_encrypt ($email, $ky);
248 function _recaptcha_mailhide_email_parts ($email) { argument
249 $arr = preg_split("/@/", $email );
267 function recaptcha_mailhide_html($pubkey, $privkey, $email) { argument
268 $emailparts = _recaptcha_mailhide_email_parts ($email);
269 $url = recaptcha_mailhide_url ($pubkey, $privkey, $email);
/plugin/recaptcha/lib/
H A Drecaptchalib.php230 function recaptcha_mailhide_url($pubkey, $privkey, $email) { argument
238 $cryptmail = _recaptcha_aes_encrypt ($email, $ky);
248 function _recaptcha_mailhide_email_parts ($email) { argument
249 $arr = preg_split("/@/", $email );
267 function recaptcha_mailhide_html($pubkey, $privkey, $email) { argument
268 $emailparts = _recaptcha_mailhide_email_parts ($email);
269 $url = recaptcha_mailhide_url ($pubkey, $privkey, $email);
/plugin/contactmodern/
H A Drecaptchalib.php230 function recaptcha_mailhide_url($pubkey, $privkey, $email) { argument
238 $cryptmail = _recaptcha_aes_encrypt ($email, $ky);
248 function _recaptcha_mailhide_email_parts ($email) { argument
249 $arr = preg_split("/@/", $email );
267 function recaptcha_mailhide_html($pubkey, $privkey, $email) { argument
268 $emailparts = _recaptcha_mailhide_email_parts ($email);
269 $url = recaptcha_mailhide_url ($pubkey, $privkey, $email);
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioUser.js5 DrawioUser = function(id, email, displayName, pictureUrl, locale) argument
11 this.email = email;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Developer.php52 public $email; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Developer
179 public function setEmail($email) argument
181 $this->email = $email;
188 return $this->email;
/plugin/contact/
H A Dsyntax.php96 $email = $_REQUEST['email'];
113 …if (eregi("\r",$email) || eregi("\n",$email) || eregi("MIME-Version: ",$email || eregi("Content-Ty…
/plugin/twofactoraltemail/
H A Daction.php16 $email = $this->settings->get('email');
17 if ($email) $label .= ': ' . $email;
32 $email = $this->settings->get('email');
34 if (!$email) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DAccountUserProfile.php41 public $email; variable in Google\\Service\\Dfareporting\\AccountUserProfile
152 public function setEmail($email) argument
154 $this->email = $email;
161 return $this->email;
/plugin/onlineordering/
H A Dsyntax.php298 if ( ( !isset($form['email']) ) || $form['email'] == '' )
305 …+(\.[_a-z0-9-]+)*@[a-z�-��?*-� 0-9-]+(\.[a-z�-��?*-� 0-9-]+)*(\.[a-z]{2,5})$", $form['email'] ) ) {
370 $form['email'] = $_POST['onlineordering_email'];

12345678910>>...65