Home
last modified time | relevance | path

Searched refs:email (Results 26 – 50 of 1481) sorted by relevance

12345678910>>...60

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInstancesSetServiceAccountRequest.php26 public $email; variable in Google\\Service\\Compute\\InstancesSetServiceAccountRequest
35 public function setEmail($email) argument
37 $this->email = $email;
44 return $this->email;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
H A DServiceAccount.php26 public $email; variable in Google\\Service\\Genomics\\ServiceAccount
35 public function setEmail($email) argument
37 $this->email = $email;
44 return $this->email;
/plugin/authucenter/lib/uc_client/model/
H A Duser.php36 function get_user_by_email($email) { argument
37 $arr = $this->db->fetch_first("SELECT * FROM ".UC_DBTABLEPRE."members WHERE email='$email'");
92 function check_emailformat($email) { argument
93 …return strlen($email) > 6 && strlen($email) <= 32 && preg_match("/^([a-z0-9\-_.+]+)@([a-z0-9\-]+[.…
96 function check_emailaccess($email) { argument
103 …if(($accessemail && !preg_match($accessexp, $email)) || ($censoremail && preg_match($censorexp, $e…
113 function check_emailexists($email, $username = '') { argument
115 …$email = $this->db->result_first("SELECT email FROM ".UC_DBTABLEPRE."members WHERE email='$email'…
116 return $email;
129 …function add_user($username, $password, $email, $uid = 0, $questionid = '', $answer = '', $regip =… argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Baremetalsolution/
H A DSubmitProvisioningConfigRequest.php25 public $email; variable in Google\\Service\\Baremetalsolution\\SubmitProvisioningConfigRequest
32 public function setEmail($email) argument
34 $this->email = $email;
41 return $this->email;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A DAccountWarning.php25 public $email; variable in Google\\Service\\AlertCenter\\AccountWarning
32 public function setEmail($email) argument
34 $this->email = $email;
41 return $this->email;
H A DDeviceCompromised.php26 public $email; variable in Google\\Service\\AlertCenter\\DeviceCompromised
33 public function setEmail($email) argument
35 $this->email = $email;
42 return $this->email;
H A DSuspiciousActivity.php26 public $email; variable in Google\\Service\\AlertCenter\\SuspiciousActivity
33 public function setEmail($email) argument
35 $this->email = $email;
42 return $this->email;
/plugin/stopforumspam/
H A DResponseChecker.php23 public $email; variable in Response
27 public function __construct($username = null, $email = null, $ip = null) argument
32 if ($email == null) {
33 $email = new ResponseCategory();
39 $this->email = $email;
53 $this->email = $this->ResponseCategoryFromAssoc($response['email']);
114 } else if (($result = $this->categoryIsValid($response->email)) === false) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/
H A DActor.php29 public $email; variable in Google\\Service\\CloudSupport\\Actor
52 public function setEmail($email) argument
54 $this->email = $email;
61 return $this->email;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DGetOobConfirmationCodeResponse.php25 public $email; variable in Google\\Service\\IdentityToolkit\\GetOobConfirmationCodeResponse
38 public function setEmail($email) argument
40 $this->email = $email;
47 return $this->email;
H A DIdentitytoolkitRelyingpartyEmailLinkSigninRequest.php25 public $email; variable in Google\\Service\\IdentityToolkit\\IdentitytoolkitRelyingpartyEmailLinkSigninRequest
38 public function setEmail($email) argument
40 $this->email = $email;
47 return $this->email;
H A DIdentitytoolkitRelyingpartyResetPasswordRequest.php25 public $email; variable in Google\\Service\\IdentityToolkit\\IdentitytoolkitRelyingpartyResetPasswordRequest
42 public function setEmail($email) argument
44 $this->email = $email;
51 return $this->email;
H A DResetPasswordResponse.php25 public $email; variable in Google\\Service\\IdentityToolkit\\ResetPasswordResponse
42 public function setEmail($email) argument
44 $this->email = $email;
51 return $this->email;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DRecipient.php29 public $email; variable in Google\\Service\\Dfareporting\\Recipient
52 public function setEmail($email) argument
54 $this->email = $email;
61 return $this->email;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/
H A DGoogleCloudChannelV1AdminUser.php25 public $email; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1AdminUser
38 public function setEmail($email) argument
40 $this->email = $email;
47 return $this->email;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DAccountCustomerService.php25 public $email; variable in Google\\Service\\ShoppingContent\\AccountCustomerService
38 public function setEmail($email) argument
40 $this->email = $email;
47 return $this->email;
H A DGmbAccountsGmbAccount.php25 public $email; variable in Google\\Service\\ShoppingContent\\GmbAccountsGmbAccount
42 public function setEmail($email) argument
44 $this->email = $email;
51 return $this->email;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DUserRef.php25 public $email; variable in Google\\Service\\Analytics\\UserRef
38 public function setEmail($email) argument
40 $this->email = $email;
47 return $this->email;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DClientUserInvitation.php29 public $email; variable in Google\\Service\\AdExchangeBuyerII\\ClientUserInvitation
52 public function setEmail($email) argument
54 $this->email = $email;
61 return $this->email;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/
H A DClientUser.php25 public $email; variable in Google\\Service\\AuthorizedBuyersMarketplace\\ClientUser
38 public function setEmail($email) argument
40 $this->email = $email;
47 return $this->email;
/plugin/contactmodern/
H A Dsyntax.php130 $email = $_POST['email'];
150 $this->_set_error('email', $lang["email"]);
172 …if (eregi("\r",$email) || eregi("\n",$email) || eregi("MIME-Version: ",$email || eregi("Content-Ty…
191 if (mail_send($to, $subject, $comment, $email, '', '', 'Reply-to: '.$email)){
216 protected function _check_email_address($email) { argument
219 if (!ereg("^[^@]{1,64}@[^@]{1,255}$", $email)) {
225 $email_array = explode("@", $email);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DV1Beta1ServiceIdentity.php25 public $email; variable in Google\\Service\\ServiceConsumerManagement\\V1Beta1ServiceIdentity
42 public function setEmail($email) argument
44 $this->email = $email;
51 return $this->email;
H A DV1DefaultIdentity.php25 public $email; variable in Google\\Service\\ServiceConsumerManagement\\V1DefaultIdentity
42 public function setEmail($email) argument
44 $this->email = $email;
51 return $this->email;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEventCreator.php29 public $email; variable in Google\\Service\\Calendar\\EventCreator
56 public function setEmail($email) argument
58 $this->email = $email;
65 return $this->email;
H A DEventOrganizer.php29 public $email; variable in Google\\Service\\Calendar\\EventOrganizer
56 public function setEmail($email) argument
58 $this->email = $email;
65 return $this->email;

12345678910>>...60