| /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;
|
| H A D | Source.php | 201 $email = null; 209 … if (isset($author['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_10]['email'][0]['data'])) { 210 …$email = $this->sanitize($author['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_10]['email'][0]['da… 212 if ($name !== null || $email !== null || $uri !== null) { 213 $authors[] = $this->registry->create(Author::class, [$name, $uri, $email]); 219 $email = null; 227 … if (isset($author[0]['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_03]['email'][0]['data'])) { 228 …$email = $this->sanitize($author[0]['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_03]['email'][0][… 230 if ($name !== null || $email !== null || $url !== null) { 231 $authors[] = $this->registry->create(Author::class, [$name, $url, $email]); [all …]
|
| /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/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 = '') argument 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/ |
| 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/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/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/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/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
|
| /dokuwiki/vendor/splitbrain/slika/ |
| H A D | composer.lock | 50 "email": "ocramius@gmail.com", 180 "email": "arne@blankerts.de", 185 "email": "sebastian@phpeople.de", 190 "email": "sebastian@phpunit.de", 237 "email": "arne@blankerts.de", 242 "email": "sebastian@phpeople.de", 247 "email": "sebastian@phpunit.de", 308 "email": "sebastian@phpunit.de", 369 "email": "sebastian@phpunit.de", 421 "email": "sebastian@phpunit.de", [all …]
|
| /dokuwiki/inc/Feed/ |
| H A D | FeedItemProcessor.php | 106 * @return string[] [email, author] 115 $email = 'anonymous@undisclosed.example.com'; 117 if (!$user) return [$email, $author]; 119 $email = $user . '@undisclosed.example.com'; 132 return [$email, $author];
|
| /dokuwiki/lib/plugins/usermanager/_test/ |
| H A D | csv_import.test.php | 83 $csv = 'User,"Real Name",Email,Groups 94 $csv = 'User,"Real Name",Email,Groups 110 $csv = 'User,"Real Name",Email,Groups 131 $csv = 'User,"Real Name",Email,Groups 150 $csv = 'User,"Real Name",Email,Groups
|
| /dokuwiki/_test/ |
| H A D | composer.lock | 51 "email": "andrew@andrewscott.net.au" 102 "email": "fabien@symfony.com" 106 "email": "jeanfrancois.simon@sensiolabs.com" 180 "email": "ocramius@gmail.com", 368 "email": "arne@blankerts.de", 373 "email": "sebastian@phpeople.de", 378 "email": "sebastian@phpunit.de", 425 "email": "arne@blankerts.de", 430 "email": "sebastian@phpeople.de", 435 "email": "sebastian@phpunit.de", [all …]
|
| /dokuwiki/lib/plugins/styling/_test/ |
| H A D | general.test.php | 21 $this->assertArrayHasKey('email', $info); 29 $this->assertTrue(mail_isvalid($info['email']));
|