Home
last modified time | relevance | path

Searched refs:mail (Results 501 – 525 of 716) sorted by last modified time

1...<<212223242526272829

/plugin/redproject/
H A DREADME.md8 * Some different links to redmine, like the issues, subproject, mail of members,...
/plugin/authsplit/
H A Dauth.php274 $params['name'], $params['mail'], $params['grps']
321 * mail string email address of the user
365 'Mail: "'.$user['mail'].'", ' .
388 * @param string $mail
392 public function createUser($user, $pass, $name, $mail, $grps = null) { argument
415 $user, '', $name, $mail, $grps
480 elseif ( ($field == 'login') || ($field == 'name') || ($field == 'mail') ) {
/plugin/tocselect/
H A DLICENSE310 Also add information on how to contact you by electronic and paper mail.
/plugin/condition/
H A DCOPYING311 Also add information on how to contact you by electronic and paper mail.
/plugin/authlemonldap/
H A DLICENSE310 Also add information on how to contact you by electronic and paper mail.
H A DREADME.md10 * Auth-Mail => $mail
/plugin/davcard/
H A Dscript.js421 var mail = jQuery('#dw_davcard__editentry_email_edit').val();
422 if(mail == '')
425 dw_davcard__modals.addMail('internet', mail);
478 var mail = entry['mail'][i]['mail'];
479 dw_davcard__modals.addMail(type, mail);
542 addMail: function(type, mail) { argument
543 …class="dw_davcard__editentry_email_row_data" data-type="' + type + '">' + mail + '</td><td><a clas…
H A Dhelper.php645 $mail = array();
685 … $mail[] = array('type' => strtolower((string)$email['TYPE']), 'mail' => (string)$email);
687 $mail[] = array('mail' => (string)$email);
726 'mail' => $mail,
/plugin/nssearch/
H A DLICENSE650 Also add information on how to contact you by electronic and paper mail.
/plugin/rssbycreated/
H A DLICENSE310 Also add information on how to contact you by electronic and paper mail.
/plugin/authvk/
H A Dauth.php125 * @param string $mail
129 protected function _createUserLine($user, $pass, $name, $mail, $grps) { argument
131 $userline = array($user, $pass, $name, $mail, $groups);
154 * @param string $mail
158 public function createUser($user, $pwd, $name, $mail, $grps = null) { argument
174 $userline = $this->_createUserLine($user, $pass, $name, $mail, $grps);
H A Dplugin.info.txt3 email ubvfp94@mail.ru
/plugin/authplaincas/
H A Dlicense310 Also add information on how to contact you by electronic and paper mail.
/plugin/groupmanager/
H A Dsyntax.php610 $name = $mail = $groups = '';
632 …eld($renderer, $cmd . "_usermail", "usermail", $this->lang["user_mail"], $mail, $this->_auth->canD…
696 list($user, $pass, $name, $mail, $grps) = $this->_retrieveUser();
728 if (empty($mail)) {
734 if (!empty($mail)) {
739 … if ($ok = $this->_auth->triggerUserMod('create', array($user, $pass, $name, $mail, $grps))) {
870 list($user, $pass, $name, $mail, $grps) = $this->_retrieveUser(false);
873 if (!empty($mail)) $this->_filter['mail'] = $mail;
/plugin/fetchmedia/
H A DLICENSE310 Also add information on how to contact you by electronic and paper mail.
/plugin/ebookexport/
H A DLICENSE310 Also add information on how to contact you by electronic and paper mail.
/plugin/authimap2/
H A Dauth.php128 * @param string $mail
132 protected function _createUserLine($user, $pass, $name, $mail, $grps) { argument
134 $userline = array($user, $pass, $name, $mail, $groups);
155 * @param string $mail
159 public function createUser($user, $pass, $name, $mail, $grps = null) { argument
175 $userline = $this->_createUserLine($user, $pass, $name, $mail, $grps);
/plugin/flattr/
H A DCOPYING311 Also add information on how to contact you by electronic and paper mail.
/plugin/avatar/
H A Dhelper.php18 'user or mail' => 'string',
50 $mail = $user['mail'];
54 $mail = $user;
73 if (empty($src)) $mail = $userinfo['mail'];
77 $seed = md5(dokuwiki\Utf8\PhpString::strtolower($mail));
96 if (mail_isvalid($mail)){
110 if (!$title) $title = obfuscate($mail);
H A DCOPYING
/plugin/wikistats/
H A DCOPYING311 Also add information on how to contact you by electronic and paper mail.
/plugin/issuetracker/
H A Dedit.php172 return @mail($to,$subject,$message,$header);
174 return @mail($to,$subject,$message,$header,$params);
H A DREADME15 and gets an ID. Automatically the configured admin is informed by mail about a
58 Inform by mail about new issues ? = on/off
64 Inform user automatically by mail = on/off
117 User mail e-mail derived from login if registered user, else should be entered by user
H A Dsyntax.php1037 return mail($to,$subject,$message,$header);
1039 return mail($to,$subject,$message,$header,$params);
H A Daction.php2926 return @mail($to,$subject,$message,$header);
2928 return @mail($to,$subject,$message,$header,$params);

1...<<212223242526272829