Home
last modified time | relevance | path

Searched refs:emailaddress (Results 1 – 25 of 383) sorted by relevance

12345678910>>...16

/dports/mail/squirrelmail/squirrelmail.stable/squirrelmail/src/
H A Dmailto.php85 if (sqgetGlobalVar('emailaddress', $emailaddress)) {
86 $emailaddress = trim($emailaddress); variable
87 if (stristr($emailaddress, 'mailto:')) {
88 $emailaddress = substr($emailaddress, 7); variable
90 if (strpos($emailaddress, '?') !== FALSE) {
91 list($emailaddress, $a) = explode('?', $emailaddress, 2);
97 $data['to'] = $emailaddress;
/dports/deskutils/egroupware/egroupware/vendor/egroupware/z-push-dev/src/lib/core/
H A Duserstoreinfo.php30 private $emailaddress; variable in UserStoreInfo
41 $this->emailaddress = null;
50 * @param string $emailaddress
55 public function SetData($foldercount, $storesize, $fullname, $emailaddress) { argument
59 $this->emailaddress = $emailaddress;
99 return $this->emailaddress;
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/z-push/vendor/z-push/lib/core/
H A Duserstoreinfo.php30 private $emailaddress; variable in UserStoreInfo
41 $this->emailaddress = null;
50 * @param string $emailaddress
55 public function SetData($foldercount, $storesize, $fullname, $emailaddress) { argument
59 $this->emailaddress = $emailaddress;
99 return $this->emailaddress;
/dports/devel/py-pycerberus/pycerberus-0.6/pycerberus/validators/
H A Demail.py62 def validate(self, emailaddress, context): argument
63 parts = emailaddress.split('@')
65 self.raise_error('single_at', emailaddress, context)
68 self._validate_localpart(localpart, emailaddress, context)
73 def _validate_localpart(self, localpart, emailaddress, context): argument
76 values = dict(invalid_character=repr(match.group(1)), emailaddress=repr(emailaddress))
/dports/devel/py-marrow.mailer/marrow.mailer-4.0.3/test/
H A Dtest_addresses.py38 emailaddress = 'foo@example.com'
39 address = Address((name, emailaddress))
40 assert '%s <%s>' % (name, emailaddress) == unicode(address)
43 emailaddress = 'foo@example.com'
44 address = Address(emailaddress)
45 assert unicode(address) == emailaddress
48 emailaddress = 'My Name <foo@example.com>'
49 address = Address(emailaddress)
50 assert unicode(address) == emailaddress
/dports/devel/p5-Validation-Class/Validation-Class-7.900057/t/
H A D04-dot-notation.t26 field 'private.emailaddress' => {
33 input => ['private.emailaddress', 'private.fullname'],
49 'private.emailaddress' => 'awncorp@cpan.org',
60 ok $self->validate('private.emailaddress', 'private.fullname'),
61 "$class validated private.emailaddress and private.fullname directly"
65 "$class validated private.emailaddress and private.fullname via dienice"
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/form/Documentation/Config/proto/validatorsDefinition/validators/
H A DEmailAddress.rst4 .. _typo3.cms.form.prototypes.validatorsdefinition.emailaddress:
11 .. _typo3.cms.form.prototypes.<prototypeidentifier>.validatorsdefinition.emailaddress-validationerr…
19 .. _typo3.cms.form.prototypes.<prototypeidentifier>.validatorsdefinition.emailaddress-properties:
25 .. _typo3.cms.form.prototypes.<prototypeidentifier>.validatorsdefinition.emailaddress.implementatio…
59 .. _typo3.cms.form.prototypes.<prototypeidentifier>.validatorsdefinition.emailaddress.formeditor.ic…
93 .. _typo3.cms.form.prototypes.<prototypeidentifier>.validatorsdefinition.emailaddress.formeditor.la…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/
H A DEmailAddress.rst4 .. _typo3.cms.form.prototypes.validatorsdefinition.emailaddress:
11 .. _typo3.cms.form.prototypes.<prototypeidentifier>.validatorsdefinition.emailaddress-validationerr…
19 .. _typo3.cms.form.prototypes.<prototypeidentifier>.validatorsdefinition.emailaddress-properties:
25 .. _typo3.cms.form.prototypes.<prototypeidentifier>.validatorsdefinition.emailaddress.implementatio…
59 .. _typo3.cms.form.prototypes.<prototypeidentifier>.validatorsdefinition.emailaddress.formeditor.ic…
93 .. _typo3.cms.form.prototypes.<prototypeidentifier>.validatorsdefinition.emailaddress.formeditor.la…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/
H A DEmailAddress.rst4 .. _typo3.cms.form.prototypes.validatorsdefinition.emailaddress:
11 .. _typo3.cms.form.prototypes.<prototypeidentifier>.validatorsdefinition.emailaddress-validationerr…
19 .. _typo3.cms.form.prototypes.<prototypeidentifier>.validatorsdefinition.emailaddress-properties:
25 .. _typo3.cms.form.prototypes.<prototypeidentifier>.validatorsdefinition.emailaddress.implementatio…
59 .. _typo3.cms.form.prototypes.<prototypeidentifier>.validatorsdefinition.emailaddress.formeditor.ic…
93 .. _typo3.cms.form.prototypes.<prototypeidentifier>.validatorsdefinition.emailaddress.formeditor.la…
/dports/mail/automx/automx-0.10.2/src/
H A Dautomx_wsgi.py44 emailaddress = None
133 emailaddress = emailaddresses[0].text
157 emailaddress = d.get("emailaddress")[0]
158 emailaddress.strip()
193 emailaddress = d.get("emailaddress")[0]
194 emailaddress.strip()
211 data.configure(emailaddress, cn, password)
/dports/editors/lazarus/lazarus/lcl/templates/
H A Dtemplate.pp20 @author(TMyClass - Author Name <author@emailaddress.com>)
21 @author(TMyOtherClass - Other Author Name <otherauthor@emailaddress.com>)
49 Introduced by Author Name <author@emailaddress.com>
50 Currently maintained by Maintainer Name <mainter@emailaddress.com>
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/templates/
H A Dtemplate.pp20 @author(TMyClass - Author Name <author@emailaddress.com>)
21 @author(TMyOtherClass - Other Author Name <otherauthor@emailaddress.com>)
49 Introduced by Author Name <author@emailaddress.com>
50 Currently maintained by Maintainer Name <mainter@emailaddress.com>
/dports/editors/lazarus-qt5/lazarus/lcl/templates/
H A Dtemplate.pp20 @author(TMyClass - Author Name <author@emailaddress.com>)
21 @author(TMyOtherClass - Other Author Name <otherauthor@emailaddress.com>)
49 Introduced by Author Name <author@emailaddress.com>
50 Currently maintained by Maintainer Name <mainter@emailaddress.com>
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/templates/
H A Dtemplate.pp20 @author(TMyClass - Author Name <author@emailaddress.com>)
21 @author(TMyOtherClass - Other Author Name <otherauthor@emailaddress.com>)
49 Introduced by Author Name <author@emailaddress.com>
50 Currently maintained by Maintainer Name <mainter@emailaddress.com>
/dports/audio/xmcd/xmcd-3.3.2/cddb_d/
H A Duserinfo.c83 *pval = (CddbStr) (p->emailaddress == NULL ? "" : p->emailaddress); in CddbUserInfo_GetEmailAddress()
216 if (p->emailaddress != NULL) in CddbUserInfo_PutEmailAddress()
217 MEM_FREE(p->emailaddress); in CddbUserInfo_PutEmailAddress()
220 p->emailaddress = NULL; in CddbUserInfo_PutEmailAddress()
222 p->emailaddress = (CddbStr) fcddb_strdup((char *) newval); in CddbUserInfo_PutEmailAddress()
/dports/www/py-django-allauth/django-allauth-0.41.0/allauth/socialaccount/providers/facebook/
H A Dtests.py124 emailaddress = self._login_verified()
125 self.assertTrue(emailaddress.verified)
128 emailaddress = self._login_verified()
129 self.assertFalse(emailaddress.verified)
/dports/russian/bugzilla44/bugzilla-4.4.4.ru/template/ru-RU/default/account/
H A Dcancel-token.txt.tmpl12 To: [% emailaddress %]
26 Пользователь: [% emailaddress %]
63 Создание учетной записи пользователя [% emailaddress %]
/dports/japanese/bugzilla50/ja-bugzilla50-5.0.2/default/account/
H A Dcancel-token.txt.tmpl10 To: [% emailaddress %]
23 ユーザ名: [% emailaddress %]
61 ユーザアカウント [% emailaddress %] の作成はキャンセル
/dports/japanese/bugzilla44/ja-bugzilla44-4.4.9/default/account/
H A Dcancel-token.txt.tmpl10 To: [% emailaddress %]
23 ユーザ名: [% emailaddress %]
61 ユーザアカウント [% emailaddress %] の作成はキャンセル
/dports/devel/flyspray/flyspray-0.9.9.7_4/themes/CleanFS/templates/
H A Dregister.no-magic.tpl17 <label for="emailaddress">{L('emailaddress')}</label>
18 …<input id="emailaddress" value="{Req::val('email_address')}" name="email_address" class="required …
/dports/devel/flyspray/flyspray-0.9.9.7_4/templates/
H A Dregister.no-magic.tpl15 <td><label for="emailaddress">{L('emailaddress')}</label></td>
16 …<td><input id="emailaddress" value="{Req::val('email_address')}" name="email_address" class="requi…
/dports/textproc/zorba/zorba-2.7.0/test/rbkt/Queries/zorba/index/
H A Dauctions2u.xq18 <emailaddress>mailto:Andrade@fsu.edu</emailaddress>
44 <emailaddress>mailto:boo@hell.edu</emailaddress>
/dports/devel/awscli/awscli-1.20.61/awscli/examples/s3api/
H A Dput-bucket-acl.rst4 … put-bucket-acl --bucket MyBucket --grant-full-control emailaddress=user1@example.com,emailaddress
H A Dput-object-acl.rst4 … --bucket MyBucket --key file.txt --grant-full-control emailaddress=user1@example.com,emailaddress
/dports/www/coppermine/cpg1.6.x-1.6.12/
H A Dsend_activation.php37 $emailaddress = $superCage->post->testEmail('email'); variable
39 …email, user_actkey FROM {$CONFIG['TABLE_USERS']} WHERE user_email = '$emailaddress' AND user_activ…

12345678910>>...16