Home
last modified time | relevance | path

Searched refs:mail (Results 101 – 125 of 716) sorted by path

12345678910>>...29

/plugin/bibtex4dw/
H A DLICENSE310 Also add information on how to contact you by electronic and paper mail.
/plugin/blockquote/
H A DCOPYING311 Also add information on how to contact you by electronic and paper mail.
/plugin/blog/
H A DCOPYING316 Also add information on how to contact you by electronic and paper mail.
/plugin/bloglinks/
H A DCOPYING316 Also add information on how to contact you by electronic and paper mail.
/plugin/blogmeta/
H A DCOPYING311 Also add information on how to contact you by electronic and paper mail.
H A DREADME2 (c) 2008 Martin Plicka <mail@mplicka.cz>
H A Dstyle.css4 * @author Martin Plicka <mail@mplicka.cz>
/plugin/blogtng/
H A DCOPYING311 Also add information on how to contact you by electronic and paper mail.
H A Dscript.js89 if($email.length > 0) params.mail = $email.val();
/plugin/blogtng/action/
H A Dcomments.php69 $mail = $INPUT->post->str('comment-mail');
70 $comment->setMail($mail ?: $INFO['userinfo']['mail'] ?? '');
102 foreach(array('name', 'mail', 'text') as $field) {
106 } elseif($field == 'mail' && !mail_isvalid($comment->getMail())) {
/plugin/blogtng/db/
H A Dupdate0001.sql23 mail, field
H A Dupdate0003.sql3 mail, field
4 PRIMARY KEY (pid, mail)
7 CREATE INDEX idx_subscriptions_mail ON subscriptions(mail);
10 mail PRIMARY KEY, field
H A Dupdate0004.sql7 mail, field
15 SELECT cid, pid, source, name, mail, web, avatar, created, text, status
25 mail, field
38 SELECT cid, pid, source, name, mail, web, avatar, created, text, status, null
72 mail, field
H A Dupdate0005.sql12 mail field
15 SELECT pid, page, title, blog, image, created, lastmod, author, login, mail
30 mail, field
39 SELECT pid, page, title, blog, image, created, lastmod, author, login, mail, 'enabled'
/plugin/blogtng/entities/
H A DComment.php37 private $mail; variable in dokuwiki\\plugin\\blogtng\\entities\\Comment
175 echo hsc($this->mail);
215 } elseif ($this->mail) {
326 return $this->mail;
330 * @param string $mail
332 public function setMail($mail) argument
334 $this->mail = $mail;
/plugin/blogtng/helper/
H A Dcomments.php267 $mail = new Mailer();
268 $mail->bcc($mails);
269 $mail->subject($title);
271 $mail->send();
294 $mail = new Mailer();
296 $mail->subject($title);
298 $mail->send();
320 $mail = new Mailer();
321 $mail->to($email);
322 $mail->subject($title);
[all …]
/plugin/blogtng/lang/en/
H A Dnotifymail.txt21 This mail was generated by DokuWiki at
H A Doptinmail.txt14 This mail was generated by DokuWiki at
H A Dsubscribermail.txt17 This mail was generated by DokuWiki at
/plugin/booking/
H A DLICENSE310 Also add information on how to contact you by electronic and paper mail.
/plugin/bookmark2wiki/
H A DLICENSE310 Also add information on how to contact you by electronic and paper mail.
/plugin/bootswrapper/
H A DLICENSE310 Also add information on how to contact you by electronic and paper mail.
/plugin/btable/
H A DLICENSE310 Also add information on how to contact you by electronic and paper mail.
/plugin/btable2/
H A DLICENSE310 Also add information on how to contact you by electronic and paper mail.
/plugin/bulletodo/
H A DLICENSE310 Also add information on how to contact you by electronic and paper mail.

12345678910>>...29