Home
last modified time | relevance | path

Searched +full:email -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 51 – 75 of 92) sorted by last modified time

1234

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dyaml.php12 * YAML gets hairy sometimes. If anything needs fixed, drop me an email and
H A Demail.php3 * email.php
10 * Email (mbox \ eml \ RFC format) language file for GeSHi.
43 'LANG_NAME' => 'eMail (mbox)',
175 //Email-Adresses or Mail-IDs
/dokuwiki/vendor/simplepie/simplepie/src/
H A DItem.php507 $email = null;
514 if (isset($contributor['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_10]['email'][0]['data'])) {
515 $email = $this->sanitize($contributor['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_10]['email'][0]['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
517 if ($name !== null || $email !== null || $uri !== null) {
518 $contributors[] = $this->registry->create(Author::class, [$name, $uri, $email]);
524 $email = null;
531 if (isset($contributor['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_03]['email'][0]['data'])) {
532 $email = $this->sanitize($contributor['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_03]['email'][
[all...]
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DAtomCreator03.php10 * author URL, item author's email and URL, item contents, alternate links,
54 $feed .= " <email>".$this->editorEmail."</email>\n";
H A DAtomCreator10.php10 * author URL, item author's email and URL, item contents, alternate links,
54 $feed .= " <email>".$this->editorEmail."</email>\n";
95 $feed .= " <email>".htmlspecialchars($this->items[$i]->authorEmail)."</email>\n";
H A DPIECreator01.php47 $feed .= " <email>".$this->items[$i]->authorEmail."</email>\n";
/dokuwiki/conf/
H A Ddokuwiki.php42 // 'email' e-mail address (will be obfuscated as per mailguard)
56 $conf['autopasswd'] = 1; //autogenerate passwords and email them to user
76 $conf['mailguard'] = 'hex'; //obfuscate email addresses against spam harvesters?
108 $conf['notify'] = ''; //send change info to this email (leave blank for nobody)
109 $conf['registernotify'] = ''; //send info about newly registered users to this email (leave blank for nobody)
110 $conf['mailfrom'] = ''; //use this email when sending mails
111 $conf['mailreturnpath'] = ''; //use this email as returnpath for bounce mails
/dokuwiki/lib/plugins/authldap/
H A Dplugin.info.txt3 email andi@splitbrain.org
H A Dauth.php133 * mail string email addres of the user
179 // eg. for sending email notification on subscribed pages. This data might not
/dokuwiki/vendor/composer/
H A Dautoload_namespaces.php10 'EmailAddressValidator' => array($vendorDir . '/aziraphale/email-address-validator'),
H A Dautoload_static.php115 0 => __DIR__ . '/..' . '/aziraphale/email-address-validator',
/dokuwiki/lib/plugins/authad/
H A Dplugin.info.txt3 email andi@splitbrain.org
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG20 - Some minor tweaks for RFC822 email support (BenBE)
331 * Some additional headers for Email\mbox highlighting (BenBE)
412 * eMail Header highlighting now uses the correct delimiters for keywords (BenBE)
413 * eMail (RFC822\mbox) highlighting now highlights IPs, MIME types and
432 * eMail \ mbox (Benny Baumann)
H A DREADME.md6 Email: <BenBE@geshi.org>, <nigel@geshi.org>
/dokuwiki/lib/plugins/extension/
H A Dplugin.info.txt3 email michael@content-space.de
/dokuwiki/lib/plugins/info/
H A Dplugin.info.txt3 email andi@splitbrain.org
/dokuwiki/lib/plugins/authpdo/
H A Dplugin.info.txt3 email andi@splitbrain.org
/dokuwiki/lib/plugins/authplain/
H A Dauth.php83 * mail string email addres of the user
/dokuwiki/inc/
H A Dmail.php11 * Patterns for use in email detection and validation
84 * @param string $email the address to check argument
87 function mail_isvalid($email)
89 return EmailAddressValidator::checkEmailAddress($email, true);
/dokuwiki/inc/parser/
H A Dhandler.php1002 $email = preg_replace(['/^</', '/>$/'], '', $match);
1003 $this->addCall('emaillink', [$email, null], $pos);
/dokuwiki/lib/plugins/logviewer/
H A Dplugin.info.txt3 email andi@splitbrain.org
/dokuwiki/
H A Dinstall.php216 <label for="email"><?php echo $lang['email'] ?></label>
217 <input class="text" type="text" name="d[email]" id="email" value="<?php echo $d['email'] ?>"/>
306 'email' => '',
352 if (empty($d['email']) || strstr($d['email'], ':') || !strstr($d['email'], '@')) {
353 $error[] = sprintf($lang['i_badval'], $lang['email']);
[all...]
/dokuwiki/data/
H A Ddeleted.files318 inc/geshi/email.php
/dokuwiki/inc/Extension/
H A DAuthPlugin.php244 * mail string email address of the user
H A DPluginInterface.php23 * email - Email address to contact the author
119 * email
120 * standardised function to generate an email link according to obfuscation settings
122 * @param string $email
128 public function email($email, $name = '', $class = '', $more = ''); argument

1234