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 76 – 92 of 92) sorted by last modified time

1234

/dokuwiki/inc/Extension/
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/lib/plugins/authad/adLDAP/
H A DadLDAP.php9 * email: scott@wiggumworld.com, adldap@richardhyland.com
820 if ($attributes["email"]){ $mod["mail"][0]=$attributes["email"]; }
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPComputers.php9 * email: scott@wiggumworld.com, adldap@richardhyland.com
H A DadLDAPContacts.php9 * email: scott@wiggumworld.com, adldap@richardhyland.com
69 if (!array_key_exists("email", $attributes)) { return "Missing compulsory field [email]"; }
283 * Allows email to be sent to them through Exchange
286 * @param string $emailaddress The email address to allow emails to be sent through
H A DadLDAPExchange.php9 * email: scott@wiggumworld.com, adldap@richardhyland.com
60 * @param string $emailAddress The primary email address to add to this user
124 // We do not have to demote an email address from the default so we can just add the new proxy address
147 * @param string $emailAddress The email address to add to this user
148 * @param bool $default Make this email address the default address, this is a bit more intensive as we have to demote any existing default addresses
188 // We do not have to demote an email address from the default so we can just add the new proxy address
216 * @param string $emailAddress The email address to add to this user
256 * @param string $emailAddress The email address to make default
296 * Allows email to be sent to them through Exchange
299 * @param string $emailAddress The email addres
[all...]
H A DadLDAPFolders.php9 * email: scott@wiggumworld.com, adldap@richardhyland.com
H A DadLDAPGroups.php9 * email: scott@wiggumworld.com, adldap@richardhyland.com
H A DadLDAPUsers.php9 * email: scott@wiggumworld.com, adldap@richardhyland.com
83 if (!array_key_exists("email", $attributes)){ return "Missing compulsory field [email]"; }
H A DadLDAPUtils.php9 * email: scott@wiggumworld.com, adldap@richardhyland.com
/dokuwiki/lib/plugins/authad/adLDAP/collections/
H A DadLDAPCollection.php9 * email: scott@wiggumworld.com, adldap@richardhyland.com
H A DadLDAPGroupCollection.php9 * email: scott@wiggumworld.com, adldap@richardhyland.com
H A DadLDAPUserCollection.php9 * email: scott@wiggumworld.com, adldap@richardhyland.com
/dokuwiki/lib/plugins/authad/
H A Dauth.php185 * mail string email address of the user
610 $adchanges['email'] = $changes['mail'];
/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/config/settings/
H A Dconfig.metadata.php23 * 'email' - text input, input must conform to email address format, supports optional '_multiple'
24 * parameter for multiple comma separated email addresses
72 * '_multiple' - bool, allow multiple comma separated email values; optional for 'email', ignored by others
109 $meta['showuseras'] = ['multichoice', '_choices' => ['loginname', 'username', 'username_link', 'email', 'email_link']];
212 $meta['notify'] = ['email', '_multiple' => true];
213 $meta['registernotify'] = ['email', '_multiple' => true];
214 $meta['mailfrom'] = ['email', '_placeholders' => true];
215 $meta['mailreturnpath'] = ['email', '_placeholder
[all...]
/dokuwiki/vendor/aziraphale/email-address-validator/
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...]

1234