| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Author.php | 36 * Author's email address 41 public $email; variable in SimplePie\\Author 49 ?string $email = null argument 53 $this->email = $email; 96 * Author's email address 102 if ($this->email !== null) { 103 return $this->email;
|
| /dokuwiki/vendor/aziraphale/email-address-validator/ |
| H A D | composer.json | 2 "name": "aziraphale/email-address-validator", 5 "homepage": "https://github.com/aziraphale/email-address-validator", 10 "email": "dave@addedbytes.com" string 14 "email": "andrew@lorddeath.net" string
|
| H A D | README.md | 1 Email-Address-Validator 4 This is a fork of [AddedBytes' EmailAddressValidator class](https://code.google.com/p/php-email-add… 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 D | EmailAddressValidator.php | 6 * @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 is valid. [all …]
|
| /dokuwiki/inc/Subscriptions/ |
| H A D | RegistrationSubscriptionSender.php | 12 * @param string $email email address of the new user 18 public function sendRegister($login, $fullname, $email) argument 28 'NEWEMAIL' => $email,
|
| /dokuwiki/vendor/phpseclib/phpseclib/ |
| H A D | composer.json | 29 "email": "terrafrost@php.net", string 34 "email": "pm@datasphere.ch", string 39 "email": "bantu@phpbb.com", string 44 "email": "petrich@tronic-media.com", string 49 "email": "graham@alt-three.com", string
|
| /dokuwiki/vendor/splitbrain/lesserphp/ |
| H A D | composer.json | 12 "email": "leafot@gmail.com", string 17 "email": "github@maswaba.de", string 22 "email": "andi@splitbrain.org", string
|
| /dokuwiki/inc/lang/id/ |
| H A D | register.txt | 3 …ini. Pastikan Anda telah mengisikan **alamat email yang valid**, karena password akan dikirim mela…
|
| /dokuwiki/inc/Extension/ |
| H A D | PluginInterface.php | 23 * 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 D | PluginTrait.php | 36 'email' => 'unknown@example.com', 241 * @see PluginInterface::email() 243 public function email($email, $name = '', $class = '', $more = '') function 245 if (!$email) return $name; 246 $email = obfuscate($email); 247 if (!$name) $name = $email; 249 return "<a href='mailto:$email' $class title='$email' $more>$name</a>";
|
| /dokuwiki/lib/plugins/usermanager/lang/en/ |
| H A D | lang.php | 19 $lang['user_mail'] = 'Email'; 62 $lang['notify_ok'] = 'Notification email sent'; 63 $lang['notify_fail'] = 'Notification email could not be sent'; 73 $lang['import_error_badmail'] = 'Bad email address'; 77 …rt_notify_fail'] = 'Notification message could not be sent for imported user, %s with email %s.'; 85 $lang['addUser_error_mail_missing'] = 'Please enter an email address for the new user.'; 86 $lang['addUser_error_modMail_disabled'] = 'Modifying email adresses is currently disabled.';
|
| /dokuwiki/ |
| H A D | composer.lock | 10 "name": "aziraphale/email-address-validator", 14 "url": "https://github.com/aziraphale/email-address-validator.git", 19 …"url": "https://api.github.com/repos/aziraphale/email-address-validator/zipball/fa25bc22c1c0b64916… 39 "email": "dave@addedbytes.com" 43 "email": "andrew@lorddeath.net" 47 "homepage": "https://github.com/aziraphale/email-address-validator", 49 "issues": "https://github.com/aziraphale/email-address-validator/issues", 50 "source": "https://github.com/aziraphale/email-address-validator/tree/master" 86 "email": "BenBE@geshi.org", 189 "email": "flack@contentcontrol-berlin.de", [all …]
|
| /dokuwiki/vendor/composer/ |
| H A D | installed.json | 4 "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/fa25bc22c1c0b64916… 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", string 249 "email": "security@paragonie.com", string [all …]
|
| /dokuwiki/inc/lang/sq/ |
| H A D | register.txt | 3 …jë **adresë email-i të vlefshme**. Nëse nuk ju kërkohet të futni një fjalëkalim këtu, një fjalëkal…
|
| /dokuwiki/vendor/paragonie/constant_time_encoding/ |
| H A D | composer.json | 23 "email": "security@paragonie.com", string 29 "email": "steve@tobtu.com", string 36 "email": "info@paragonie.com", string
|
| /dokuwiki/conf/ |
| H A D | mysql.conf.php.example | 10 * uid login pass firstname lastname email 77 * 'mail' the user's email address 85 …]['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 address 145 (login, pass, email, firstname, lastname) 146 VALUES ('%{user}', '%{pass}', '%{email}', 217 * %{email} email address [all …]
|
| /dokuwiki/lib/plugins/authpdo/_test/mysql/ |
| H A D | fluxbb.php | 15 email AS mail 31 (group_id, username, password, email) 45 AND U.email LIKE :mail 57 AND U.email LIKE :mail
|
| H A D | mybb.php | 17 email AS mail 42 (username, email, salt, password, regdate) 57 AND U.email LIKE :mail 70 AND U.email LIKE :mail 74 SET email = :mail
|
| /dokuwiki/lib/plugins/usermanager/lang/id/ |
| H A D | lang.php | 16 $lang['user_mail'] = 'Email'; 43 $lang['note_notify'] = 'Email notifikasi hanya dikirim jika user diberikan password baru'; 47 $lang['notify_ok'] = 'Email notifikasi berhasil terkirim.'; 48 $lang['notify_fail'] = 'Email notifikasi tidak berhasil terkirim.';
|
| /dokuwiki/lib/plugins/authpdo/_test/pgsql/ |
| H A D | django.php | 15 email AS mail 31 … (password, is_superuser, username, first_name, last_name, email, is_staff, is_active, date_joined) 49 AND U.email LIKE :mail 62 AND U.email LIKE :mail 68 email = :mail
|
| /dokuwiki/lib/plugins/usermanager/lang/sq/ |
| H A D | lang.php | 20 $lang['user_mail'] = 'Email'; 47 $lang['note_notify'] = 'Email-et e lajmërimit dërgohen vetëm nëse përdoruesit i jepet një… 52 $lang['notify_ok'] = 'Email-i lajmërimit u dërgua.'; 53 $lang['notify_fail'] = 'Email-i lajmërimit nuk mundi të dërgohej.';
|
| /dokuwiki/inc/Ui/ |
| H A D | UserRegister.php | 28 $email_attrs = $base_attrs + ['type' => 'email']; 60 $input = $form->addTextInput('email', $lang['email'])->attrs($email_attrs)->addClass('edit') 61 ->val($INPUT->post->str('email'));
|
| /dokuwiki/lib/plugins/usermanager/lang/it/ |
| H A D | lang.php | 9 * @author Pietro Battiston <toobaz@email.it> 26 $lang['user_mail'] = 'Email'; 59 $lang['note_notify'] = 'Le email di notifica sono inviate soltanto se all\'utente è stata… 64 $lang['notify_ok'] = 'Email di notifica inviata'; 65 $lang['notify_fail'] = 'L\'email di notifica non può essere inviata'; 73 $lang['import_error_badmail'] = 'Indirizzo email errato';
|
| /dokuwiki/vendor/splitbrain/php-jsstrip/ |
| H A D | composer.lock | 50 "email": "ocramius@gmail.com", 178 "email": "arne@blankerts.de", 183 "email": "sebastian@phpeople.de", 188 "email": "sebastian@phpunit.de", 229 "email": "arne@blankerts.de", 234 "email": "sebastian@phpeople.de", 239 "email": "sebastian@phpunit.de", 300 "email": "sebastian@phpunit.de", 361 "email": "sebastian@phpunit.de", 413 "email": "sebastian@phpunit.de", [all …]
|
| /dokuwiki/vendor/paragonie/random_compat/ |
| H A D | composer.json | 15 "email": "security@paragonie.com", string 21 "email": "info@paragonie.com", string
|