Home
last modified time | relevance | path

Searched refs:email (Results 26 – 50 of 58) sorted by relevance

123

/dokuwiki/lib/plugins/authad/
H A Dplugin.info.txt3 email andi@splitbrain.org
/dokuwiki/lib/plugins/popularity/
H A Dplugin.info.txt3 email andi@splitbrain.org
/dokuwiki/lib/plugins/revert/
H A Dplugin.info.txt3 email andi@splitbrain.org
/dokuwiki/inc/lang/en/
H A Dresendpwd.txt3 Please enter your user name in the form below to request a new password for your account in this wiki. A confirmation link will be sent to your registered email address.
H A Dpwconfirm.txt5 If you did not request a new password then just ignore this email.
/dokuwiki/lib/plugins/safefnrecode/
H A Dplugin.info.txt3 email andi@splitbrain.org
/dokuwiki/inc/lang/id/
H A Dpwconfirm.txt5 Jika Anda tidak meminta password baru, mohon mengacuhkan email ini.
/dokuwiki/inc/lang/it/
H A Dpwconfirm.txt5 Se non hai richiesto tu la nuova password ignora questa email.
H A Dregister.txt3 Riempi tutte le informazioni seguenti per creare un nuovo account in questo wiki. Assicurati di inserire un **indirizzo email valido** - a meno che tu non l'abbia già inserita qui, la password ti sarà inviata con un messaggio di posta elettronica. Il nome utente deve soddisfare i criteri per i [[doku>it:pagename|nomi delle pagine]].
/dokuwiki/vendor/simplepie/simplepie/src/
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...]
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/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...]
/dokuwiki/inc/lang/es/
H A Dpwconfirm.txt5 Si usted no solicitó una nueva contraseña, simplemente ignore este email.
/dokuwiki/inc/lang/da/
H A Dpwconfirm.txt5 Hvis du ikke bad om dette, så ignorer venligst denne email.
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md4 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
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
/dokuwiki/inc/lang/sq/
H A Dmailtext.txt15 Ky email u gjenerua nga DokuWiki në
H A Dpwconfirm.txt5 Nëse nuk kërkuat një fjalëkalim të ri atëherë thjesht injorojeni këtë email.
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DRSSCreator091.php189 function getAuthor($author, $email) argument
191 if ($author && $email) {
192 return $email.' ('.$author.')';
195 return $email;
/dokuwiki/inc/Ui/
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/usermanager/lang/en/
H A Dimport.txt4 The columns must contain, in order: user-id, full name, email address and groups.
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_links.css49 /* email link */
51 background-image: url(../../images/email.svg);
/dokuwiki/lib/plugins/usermanager/lang/sk/
H A Dimport.txt9 Každému úspešne importovanému používateľovi bude vygenerované heslo a zaslaný email
/dokuwiki/lib/plugins/usermanager/lang/vi/
H A Dimport.txt8 Một mật khẩu sẽ được tạo và gửi qua email cho mỗi thành viên được nhập thành công
/dokuwiki/inc/
H A Ddeprecated.php361 * Class for handling (email) subscriptions
531 * @param string $email email address of the new user
536 public function send_register($login, $fullname, $email) {
539 return $subscriptionSender->sendRegister($login, $fullname, $email);
546 * Aggregates all email addresses of user who have subscribed the given page with 'every' style
557 * - $addresslist (current email address list)
534 send_register($login, $fullname, $email) global() argument
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt21 simple strings and complete email addresses as well. That means, that you might
75 2. We received an email from a punycoded domain and are willing to learn, how
119 under the email address above.

123