Home
last modified time | relevance | path

Searched defs:email (Results 276 – 293 of 293) sorted by last modified time

1...<<1112

/plugin/authgoogle/
H A Dauth.php192 function _check_email_domain($email) {
/plugin/icalevents/vendor/sabre/uri/
H A Dcomposer.json17 "email": "me@evertpot.com", string
/plugin/icalevents/vendor/sabre/vobject/
H A Dcomposer.json50 "email" : "me@evertpot.com", string
56 "email" : "dominik@fruux.com", string
62 "email" : "ivan.enderlin@hoa-project.net", string
/plugin/authsqlite/
H A Dauth.sql6 email text not null default '', field
/plugin/icalevents/vendor/sabre/xml/
H A Dcomposer.json18 "email" : "me@evertpot.com", string
24 "email": "markus.staab@redaxo.de", string
/plugin/authucenter/
H A Dauth.php458 private function _uc_user_register($username, $password, $email){
462 private function _uc_user_edit($username, $oldpw, $newpw, $email){
/plugin/authucenter/lib/uc_client/
H A Dclient.php355 function uc_user_register($username, $password, $email, $questionid = '', $answer = '', $regip = ''…
388 function uc_user_edit($username, $oldpw, $newpw, $email, $ignoreoldpw = 0, $questionid = '', $answe…
404 function uc_user_checkemail($email) {
426 function uc_user_merge($oldusername, $newusername, $uid, $password, $email) {
/plugin/authucenter/lib/uc_client/control/
H A Duser.php257 function _check_email($email, $username = '') {
/plugin/authucenter/lib/uc_client/lib/
H A Duccode.class.php102 function parseemail($email, $text) {
/plugin/authucenter/lib/uc_client/model/
H A Duser.php36 function get_user_by_email($email) {
92 function check_emailformat($email) {
96 function check_emailaccess($email) {
113 function check_emailexists($email, $username = '') {
129 …function add_user($username, $password, $email, $uid = 0, $questionid = '', $answer = '', $regip =…
141 …function edit_user($username, $oldpw, $newpw, $email, $ignoreoldpw = 0, $questionid = '', $answer …
/plugin/recaptcha/lib/
H A Drecaptchalib.php230 function recaptcha_mailhide_url($pubkey, $privkey, $email) {
248 function _recaptcha_mailhide_email_parts ($email) {
267 function recaptcha_mailhide_html($pubkey, $privkey, $email) {
/plugin/stopforumspam/
H A Daction.php40 private function do_check($username, $email, $ip)
H A DResponseChecker.php23 public $email; variable in Response
27 public function __construct($username = null, $email = null, $ip = null)
H A DSpamLogger.php20 public function LogAttempt($username, $email, $ip, $trigger, $confidence, $accepted)
/plugin/dokumicrobugtracker/
H A Dedit.php18 function emailForChange($email, $id,$project,$field, $oldvalue,$value)
/plugin/authhiorgserver/
H A Dcomposer.json9 "email": "support@hiorg-server.de", string
14 "email": "support@hiorg-server.de", string
/plugin/contactmodern/
H A Drecaptchalib.php230 function recaptcha_mailhide_url($pubkey, $privkey, $email) {
248 function _recaptcha_mailhide_email_parts ($email) {
267 function recaptcha_mailhide_html($pubkey, $privkey, $email) {
H A Dsyntax.php216 protected function _check_email_address($email) {

1...<<1112