Home
last modified time | relevance | path

Searched refs:mail (Results 476 – 500 of 716) sorted by path

1...<<11121314151617181920>>...29

/plugin/nosecedit/
H A DLICENSE310 Also add information on how to contact you by electronic and paper mail.
/plugin/note/
H A DCOPYING316 Also add information on how to contact you by electronic and paper mail.
/plugin/notification/
H A DLICENSE310 Also add information on how to contact you by electronic and paper mail.
/plugin/notification/action/
H A Dcron.php129 $mail = new Mailer();
131 $mail->to($userinfo['name'].' <'.$userinfo['mail'].'>');
132 $mail->subject($this->getLang('mail subject'));
133 $mail->setBody($text, null, null, $html);
134 $mail->send();
/plugin/nsiconinsearch/
H A DLICENSE310 Also add information on how to contact you by electronic and paper mail.
/plugin/nspages/
H A DLICENSE310 Also add information on how to contact you by electronic and paper mail.
/plugin/nssearch/
H A DLICENSE650 Also add information on how to contact you by electronic and paper mail.
/plugin/numberedheadings/
H A DLICENSE310 Also add information on how to contact you by electronic and paper mail.
/plugin/oauth/
H A DOAuthManager.php76 $storageId = $this->getStorageId($userdata['mail']);
166 * @param string $mail
169 protected function getStorageId($mail) argument
171 return md5($mail);
187 // mail is required
188 if (empty($userdata['mail'])) {
192 $userdata['mail'] = strtolower($userdata['mail']);
194 // mail needs to be allowed
198 if (!$hlp->checkMail($userdata['mail'])) {
[all...]
H A Dauth.php62 public function createUser($user, $pwd, $name, $mail, $grps = null) argument
64 if ($this->getUserByEmail($mail)) {
69 return parent::createUser($user, $pwd, $name, $mail, $grps);
81 if (isset($changes['mail'])) {
82 $found = $this->getUserByEmail($changes['mail']);
149 $userinfo['mail'],
159 $subscriptionSender->sendRegister($user, $userinfo['name'], $userinfo['mail']);
167 * @param $mail
170 public function getUserByEmail($mail) argument
175 $mail
[all...]
H A Dhelper.php89 * @param string $mail
93 public function checkMail($mail)
99 if (str_ends_with($mail, $validDomain)) {
92 checkMail($mail) global() argument
/plugin/oauthauthsch/
H A Daction.php106 return compact('user', 'name', 'mail', 'grps');
138 if ($this->getConf('authsch_mail')=='mail'){
139 $scopes[] = 'mail';
/plugin/oauthdrkserver/
H A DLICENSE310 Also add information on how to contact you by electronic and paper mail.
/plugin/oauthgeneric/
H A Daction.php35 $mail = DotAccess::get($result, $this->getConf('json-mail'), '');
48 if (is_array($mail)) $mail = array_shift($mail);
58 } elseif (!empty($mail)) {
59 list($user) = explode('@', $mail);
68 return compact('user', 'name', 'mail', 'grps');
/plugin/oauthgoogle/
H A Daction.php29 $data['mail'] = $result['email'];
/plugin/ocr/
H A DLICENSE310 Also add information on how to contact you by electronic and paper mail.
/plugin/odtsupport/
H A DLICENSE650 Also add information on how to contact you by electronic and paper mail.
/plugin/oembed/
H A DLICENCE310 Also add information on how to contact you by electronic and paper mail.
/plugin/offline/
H A DCOPYING.txt650 Also add information on how to contact you by electronic and paper mail.
/plugin/offline/ui/dokuwiki/
H A Dprint.css1 …-size:90%;}a.interwiki:after{content:" [" attr(href) "]";font-size:90%;}a.mail:after{content:" [" …
H A Dscreen.css1 …nterwiki:hover,div.dokuwiki a.interwiki:active{color:#000;}div.dokuwiki a.mail{background:transpar…
/plugin/onlineordering/
H A Dsend_form.php106 $mail = prepareMail( $template ); variable
152 $result = @mail($recipient, $subject, $mail, $header.$from);
/plugin/orgapp/
H A DCOPYING650 Also add information on how to contact you by electronic and paper mail.
/plugin/orphanmedia/
H A DCOPYING311 Also add information on how to contact you by electronic and paper mail.
/plugin/orphanmedia2/
H A DLICENSE650 Also add information on how to contact you by electronic and paper mail.

1...<<11121314151617181920>>...29