Home
last modified time | relevance | path

Searched refs:email (Results 1276 – 1300 of 1609) sorted by last modified time

1...<<51525354555657585960>>...65

/plugin/google_cal/
H A Dplugin.info.txt3 email kite@puzzlers.org
/plugin/sendpagecontent/
H A Dplugin.info.txt3 email dokuwiki@lupo49.de
/plugin/upload/
H A Dplugin.info.txt3 email christian [at] chrmoll [dot] de, fhaefner [at] informatik [dot] tu [dash] cottbus [dot] de
/plugin/fontcolor/
H A Dplugin.info.txt3 email Thorsten.Stratmann@web.de
/plugin/hidepages/
H A Dplugin.info.txt3 email dokuwiki@lupo49.de
/plugin/icq/
H A Dplugin.info.txt3 email koeppe [at] kazur [dot] dk
/plugin/lightbox/
H A Dplugin.info.txt3 email dustin@intrcomm.net
/plugin/nosidebar/
H A Dplugin.info.txt3 email dokuwiki@lupo49.de
/plugin/pagebreak2/
H A Dplugin.info.txt3 email dokuwiki@lupo49.de
/plugin/singlesearchresult/
H A Dplugin.info.txt3 email dokuwiki@lupo49.de
/plugin/osm/
H A Dplugin.info.txt3 email michael@content-space.de
/plugin/tumblr/
H A Dplugin.info.txt3 email ipari@leaflette.com
/plugin/mp3play/
H A Dplugin.info.txt3 email michael@content-space.de
/plugin/directorylist/
H A Dplugin.info.txt3 email alexander.wenzel.berlin@gmail.com
/plugin/searchresultswithpath/
H A Dplugin.info.txt3 email sam@s-blu.de
/plugin/dontfeedtemplates/
H A Dplugin.info.txt3 email gaknar@gmail.com
/plugin/googletrends/
H A Dplugin.info.txt3 email vincent.tscherter@gmail.com, webmaster@nicolashug.com
/plugin/authucenter/
H A Dauth.php90 $email = '';
95 list($uid, $username, $password, $email) = $this->_uc_user_login($user, $pass);
120 $email = $user_info['mail'];
128 $email = $user_info['email'];
139 $USERINFO['mail'] = $email;
179 list($uid, $username, $email) = $data;
182 'mail' => $email,
458 private function _uc_user_register($username, $password, $email){ argument
459 return uc_user_register($this->_convert_charset($username), $password, $email);
462 private function _uc_user_edit($username, $oldpw, $newpw, $email){ argument
[all …]
H A Dplugin.info.txt3 email daxingplay@gmail.com
/plugin/authucenter/lib/uc_client/
H A Dclient.php355 function uc_user_register($username, $password, $email, $questionid = '', $answer = '', $regip = ''… argument
356 …'register', array('username'=>$username, 'password'=>$password, 'email'=>$email, 'questionid'=>$qu…
388 function uc_user_edit($username, $oldpw, $newpw, $email, $ignoreoldpw = 0, $questionid = '', $answe… argument
389 … array('username'=>$username, 'oldpw'=>$oldpw, 'newpw'=>$newpw, 'email'=>$email, 'ignoreoldpw'=>$i…
404 function uc_user_checkemail($email) { argument
405 return call_user_func(UC_API_FUNC, 'user', 'check_email', array('email'=>$email));
426 function uc_user_merge($oldusername, $newusername, $uid, $password, $email) { argument
427 …=>$oldusername, 'newusername'=>$newusername, 'uid'=>$uid, 'password'=>$password, 'email'=>$email));
/plugin/authucenter/lib/uc_client/control/
H A Duser.php67 $email = $this->input('email');
75 if(($status = $this->_check_email($email)) < 0) {
87 $email = $this->input('email');
92 if(!$ignoreoldpw && $email && ($status = $this->_check_email($email, $username)) < 0) {
156 $email = $this->input('email');
157 return $this->_check_email($email);
229 $email = $this->input('email');
233 $uid = $_ENV['user']->add_user($newusername, $password, $email, $uid);
257 function _check_email($email, $username = '') { argument
261 if(!$_ENV['user']->check_emailformat($email)) {
[all …]
/plugin/authucenter/lib/uc_client/lib/
H A Duccode.class.php102 function parseemail($email, $text) { argument
106 return '<a href="mailto:'.$email.'">'.$email.'</a>';
108 return '<a href="mailto:'.substr($email, 1).'">'.$text.'</a>';
/plugin/authucenter/lib/uc_client/model/
H A Dmail.php61 foreach($mail['emails'] as $email) {
62 if(empty($email)) continue;
63 …$values_arr[] = "('', '$email', '$mail[subject]', '$mail[message]', '$mail[frommail]', '$mail[char…
81 foreach($mail['emails'] as $email) {
82 if(empty($email)) continue;
83 $mail['email_to'][] = $email;
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/pagebreak/
H A Dplugin.info.txt3 email j.mcbride@mail.utexas.edu

1...<<51525354555657585960>>...65