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 1 – 25 of 92) sorted by relevance

1234

/dokuwiki/inc/Subscriptions/
H A DRegistrationSubscriptionSender.php12 * @param string $email email address of the new user
18 public function sendRegister($login, $fullname, $email)
28 'NEWEMAIL' => $email,
19 sendRegister($login, $fullname, $email) global() argument
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md1 Email-Address-Validator
4 This is a fork of [AddedBytes' EmailAddressValidator class](https://code.google.com/p/php-email-address-validation/).
23 php composer.phar require aziraphale/email-address-validator:^2
30 php composer.phar require aziraphale/email-address-validator:^1
40 // Email address is technically valid
47 // Email address is technically valid
54 // "test" is technically a valid string to have before the "@" in an email address
57 // "example.org" is technically a valid email address host
H A DEmailAddressValidator.php6 * @link https://github.com/aziraphale/email-address-validator
7 * @link http://code.google.com/p/php-email-address-validation/
10 * @example // Email address is technically valid
16 * Check email address validity
17 * @param string $emailAddress Email address to be checked
19 * @return bool Whether email is valid
23 // If magic quotes is "on", email addresses with quote marks will
35 // Check email length - min 3 (a@a), max 256
43 // No "@" symbol in email.
74 // If we're still here, all checks above passed. Email i
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/
H A DAuthor.php77 * Author's email address
82 public $email; variable in SimplePie\\Author
89 * @param string $email
91 public function __construct($name = null, $link = null, $email = null) argument
95 $this->email = $email;
138 * Author's email address
144 if ($this->email !== null) {
145 return $this->email;
H A DSource.php195 $email = null;
202 if (isset($author['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_10]['email'][0]['data'])) {
203 $email = $this->sanitize($author['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_10]['email'][0]['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
205 if ($name !== null || $email !== null || $uri !== null) {
206 $authors[] = $this->registry->create(Author::class, [$name, $uri, $email]);
212 $email = null;
219 if (isset($author[0]['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_03]['email'][0]['data'])) {
220 $email = $this->sanitize($author[0]['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_03]['email'][
[all...]
/dokuwiki/inc/Extension/
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
H A DPluginTrait.php36 'email' => 'unknown@example.com',
241 * @see PluginInterface::email()
243 public function email($email, $name = '', $class = '', $more = '')
245 if (!$email) return $name;
246 $email = obfuscate($email);
247 if (!$name) $name = $email;
249 return "<a href='mailto:$email' $class title='$email'
219 email($email, $name = '', $class = '', $more = '') global() argument
[all...]
/dokuwiki/vendor/composer/
H A Dinstalled.json4 "name": "aziraphale/email-address-validator",
9 "url": "https://github.com/aziraphale/email-address-validator.git",
14 "url": "https://api.github.com/repos/aziraphale/email-address-validator/zipball/fa25bc22c1c0b6491657c91473fae3e40719a650",
36 "email": "dave@addedbytes.com" string
40 "email": "andrew@lorddeath.net" string
44 "homepage": "https://github.com/aziraphale/email-address-validator",
45 "install-path": "../aziraphale/email-address-validator"
82 "email": "BenBE@geshi.org", string
191 "email": "flack@contentcontrol-berlin.de",
247 "email"
187 "email": "leafot@gmail.com", global() string
192 "email": "github@maswaba.de", global() string
243 "email": "flack@contentcontrol-berlin.de", global() string
310 "email": "terrafrost@php.net", global() string
315 "email": "pm@datasphere.ch", global() string
320 "email": "bantu@phpbb.com", global() string
325 "email": "petrich@tronic-media.com", global() string
330 "email": "graham@alt-three.com", global() string
436 "email": "me@ryanmccue.info", global() string
499 "email": "andi@splitbrain.org" global() string
556 "email": "andi@splitbrain.org" global() string
612 "email": "andi@splitbrain.org" global() string
665 "email": "andi@splitbrain.org" global() string
[all...]
/dokuwiki/conf/
H A Dmysql.conf.php.example10 * uid login pass firstname lastname email
77 * 'mail' the user's email address
85 $conf['plugin']['authmysql']['getUserInfo'] = "SELECT pass, CONCAT(firstname,' ',lastname) AS name, email AS mail
118 * %{email} in FilterEmail user's email address
127 $conf['plugin']['authmysql']['FilterEmail'] = "email LIKE '%{email}'";
136 * to store are: login name, password, email address and full name.
141 * %{email} email addres
[all...]
H A Dusers.auth.php.dist9 # login:passwordhash:Real Name:email:groups,comma,separated
/dokuwiki/inc/Ui/
H A DUserRegister.php28 $email_attrs = $base_attrs + ['type' => 'email'];
60 $input = $form->addTextInput('email', $lang['email'])->attrs($email_attrs)->addClass('edit')
61 ->val($INPUT->post->str('email'));
H A DUserProfile.php33 'mail' => $INPUT->post->str('email', $INFO['userinfo']['mail'], true),
103 $attr = ['type' => 'email', 'size' => '50'];
105 $input = $form->addTextInput('email', $lang['email'])
/dokuwiki/lib/plugins/acl/
H A Dplugin.info.txt3 email andi@splitbrain.org
/dokuwiki/lib/plugins/logviewer/
H A Dplugin.info.txt3 email andi@splitbrain.org
/dokuwiki/lib/plugins/usermanager/
H A Dplugin.info.txt3 email chris@jalakai.co.uk
/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/tpl/dokuwiki/
H A Dtemplate.info.txt3 email anika@selfthinker.org
/dokuwiki/lib/plugins/config/
H A Dplugin.info.txt3 email chris@jalakai.co.uk
/dokuwiki/lib/plugins/styling/
H A Dplugin.info.txt3 email andi@splitbrain.org
/dokuwiki/lib/plugins/authldap/
H A Dplugin.info.txt3 email andi@splitbrain.org
/dokuwiki/lib/plugins/authplain/
H A Dplugin.info.txt3 email andi@splitbrain.org
/dokuwiki/lib/plugins/revert/
H A Dplugin.info.txt3 email andi@splitbrain.org
/dokuwiki/lib/plugins/authad/
H A Dplugin.info.txt3 email andi@splitbrain.org
/dokuwiki/lib/plugins/extension/
H A Dplugin.info.txt3 email michael@content-space.de

1234