Home
last modified time | relevance | path

Searched refs:firstName (Results 1 – 25 of 2314) sorted by relevance

12345678910>>...93

/dports/finance/prestashop/prestashop/src/Core/Domain/Customer/ValueObject/
H A DFirstName.php44 private $firstName; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Customer\\ValueObject\\FirstName
47 * @param string $firstName
49 public function __construct($firstName) argument
52 $this->assertFirstNameIsValid($firstName);
54 $this->firstName = $firstName;
62 return $this->firstName;
66 * @param string $firstName
70 private function assertFirstNameIsValid($firstName) argument
80 * @param string $firstName
86 $firstName = html_entity_decode($firstName, ENT_COMPAT, 'UTF-8');
[all …]
/dports/finance/prestashop/prestashop/src/Core/Domain/Employee/ValueObject/
H A DFirstName.php44 private $firstName; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Employee\\ValueObject\\FirstName
47 * @param string $firstName
49 public function __construct($firstName) argument
52 $this->assertFirstNameIsValid($firstName);
54 $this->firstName = $firstName;
62 return $this->firstName;
66 * @param string $firstName
70 private function assertFirstNameIsValid($firstName) argument
80 * @param string $firstName
86 $firstName = html_entity_decode($firstName, ENT_COMPAT, 'UTF-8');
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/test/fixtures/
H A Dbase-service-test-data.yml3 E_002: { empNumber: 2, firstName: Aravinda, lastName: De Silva, employeeId: A002 }
4 E_003: { empNumber: 3, firstName: Arjuna, lastName: Ranatunga, employeeId: A003 }
5 E_004: { empNumber: 4, firstName: Kumar, lastName: Sangakkara, employeeId: W001 }
6 E_005: { empNumber: 5, firstName: Mahela, lastName: Jayawardhane, employeeId: A004 }
10 E_009: { empNumber: 9, firstName: Tilan, lastName: Saraweera, employeeId: H001 }
11 E_010: { empNumber: 10, firstName: Jehan, lastName: Mubarak, employeeId: A006 }
13 E_012: { empNumber: 12, firstName: Chamara, lastName: Silva, employeeId: H002 }
14 E_013: { empNumber: 13, firstName: Lasith, lastName: Malinga, employeeId: B004 }
15 E_014: { empNumber: 14, firstName: Upul, lastName: Tharanga, employeeId: H003 }
18 E_017: { empNumber: 17, firstName: Roy, lastName: Dias, employeeId: H004 }
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPimPlugin/test/fixtures/
H A Dreporting-chain-test-data.yml2 - {empNumber: 97, firstName: 'Gandalf', lastName: 'Greyhame'}
3 - {empNumber: 61, firstName: 'Argorn', lastName: 'Elessar'}
4 - {empNumber: 94, firstName: 'Frodo', lastName: 'Baggins'}
5 - {empNumber: 41, firstName: 'Boromir', lastName: ''}
6 - {empNumber: 87, firstName: 'Theoden', lastName: 'Ednew'}
8 - {empNumber: 36, firstName: 'Gimli', lastName: ''}
13 - {empNumber: 23, firstName: 'Eowyn', lastName: ''}
14 - {empNumber: 31, firstName: 'Eomund', lastName: ''}
16 - {empNumber: 7, firstName: 'Theodred', lastName: ''}
17 - {empNumber: 71, firstName: 'Faramir', lastName: ''}
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/test/data/autofill/heuristics/output/
H A D045_register_aol.com.out1 NAME_FIRST | {actionForm.firstName} | First Name | | {actionForm.firstName}_1-default
2 NAME_LAST | {actionForm.lastName} | Last Name | | {actionForm.firstName}_1-default
3 … | {actionForm.desiredSN} | NEW! Pick a username: What's new? | | {actionForm.firstName}_1-default
4 UNKNOWN_TYPE | {actionForm.password} | Password | | {actionForm.firstName}_1-default
5 UNKNOWN_TYPE | verifyPasswordHint | Password | Retype password | {actionForm.firstName}_1-default
6 UNKNOWN_TYPE | {actionForm.verifyPassword} | Password | | {actionForm.firstName}_1-default
7 UNKNOWN_TYPE | wlw-select_key:{actionForm.dobMonth} | Select Month | | {actionForm.firstName}_1-de…
11 UNKNOWN_TYPE | wlw-radio_button_group_key:{actionForm.gender} | Male | Male | {actionForm.firstName
12 ADDRESS_HOME_ZIP | {actionForm.zipCode} | Zip Code | | {actionForm.firstName}_1-default
15 EMAIL_ADDRESS | {actionForm.altEMail} | Alternate Email(optional) | | {actionForm.firstName}_1-def…
[all …]
/dports/www/grails/grails-1.3.6/src/test/org/codehaus/groovy/grails/orm/hibernate/
H A DHibernateCriteriaBuilderTests.groovy19 String firstName
26 firstName(size:4..15)
34 String firstName
46 obj.firstName = "Jeff"
49 obj.addToChildren2(firstName:"Zack")
129 obj.firstName = "bart"
150 obj.firstName = "Mike"
184 obj.firstName = "bart"
191 like('firstName',"${'ba'}%")
224 eq('firstName','bart')
[all …]
H A DPersistenceMethodTests.groovy26 String firstName
31 firstName(size:4..15)
62 obj.setProperty("firstName", "fred")
80 obj.setProperty("firstName", "fr")
97 obj.setProperty("firstName", "fr")
101 assertFalse obj.validate(['firstName'])
122 obj.setProperty("firstName", "Marc")
138 obj.setProperty("firstName", "fred")
245 obj.setProperty("firstName", "fred")
380 obj.setProperty("firstName", "fred")
[all …]
/dports/databases/speedtables/speedtables-1.13.12/ctables/bigtests/namegenerator/
H A Dgen1000knames.tcl44 proc gen_fake_userid {firstName lastName} {
45 set firstName [fake_id_cleanup [string tolower $firstName]]
51 if {[try_fake_userid $firstName]} return
59 if {[try_fake_userid ${firstName}_$lastName]} return
63 if {[try_fake_userid $firstName[expr {int(rand()*1000)}]]} return
114 set firstName [lindex $firstnames $firstIndex]
116 set name "$firstName $lastName"
123 gen_fake_userid $firstName $lastName
128 …puts [format "%s\t%s %s\t%.4f\t%.4f" [get_last_fake_userid] $firstName $lastName $latitude $longit…
134 if {$firstName != $myFirst || $lastName != $myLast} {
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmAttendancePlugin/test/fixtures/
H A DAttendanceDao.yml10 E_003: { empNumber: 3, firstName: Arjuna, lastName: Ranatunga, employeeId: A003 }
11 E_004: { empNumber: 4, firstName: Kumar, lastName: Sangakkara, employeeId: W001 }
12 E_005: { empNumber: 5, firstName: Mahela, lastName: Jayawardhane, employeeId: A004 }
16 E_009: { empNumber: 9, firstName: Tilan, lastName: Saraweera, employeeId: H001 }
17 E_010: { empNumber: 10, firstName: Jehan, lastName: Mubarak, employeeId: A006 }
19 E_012: { empNumber: 12, firstName: Chamara, lastName: Silva, employeeId: H002 }
20 E_013: { empNumber: 13, firstName: Lasith, lastName: Malinga, employeeId: B004 }
21 E_014: { empNumber: 14, firstName: Upul, lastName: Tharanga, employeeId: H003 }
22 E_015: { empNumber: 15, firstName: Ajantha, lastName: Mendis, employeeId: B005 }
24 E_017: { empNumber: 17, firstName: Roy, lastName: Dias, employeeId: H004 }
[all …]
/dports/www/hotcrp/hotcrp-2.102/src/
H A Dauthor.php6 public $firstName = ""; variable in Author
18 $this->firstName = $x->firstName;
29 $au->firstName = isset($w[0]) ? $w[0] : "";
76 if ($this->firstName === ""
85 $this->affiliation = $this->firstName;
89 $this->firstName = $this->lastName = "";
108 return $this->firstName . " " . $this->lastName;
112 return $this->firstName;
143 if ($this->firstName !== "" && ($u = Text::initial($this->firstName)) != "")
146 } else if ($this->firstName !== "")
[all …]
/dports/biology/mothur/mothur-1.46.1/source/datastructures/
H A Doptiblastmatrix.cpp79 currentRow = firstName; in readBlast()
81 repeatName = firstName + secondName; in readBlast()
123 if (currentRow == firstName) { in readBlast()
184 currentRow = firstName; in readBlast()
293 currentRow = firstName; in readBlast()
295 repeatName = firstName + secondName; in readBlast()
308 firstName = names[firstName]; //redundant names in readBlast()
328 overlapNameMap[newA] = firstName; in readBlast()
349 if (currentRow == firstName) { in readBlast()
362 firstName = names[firstName]; //redundant names in readBlast()
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmRecruitmentPlugin/test/fixtures/
H A DAddCandidateTest.yml2 …fname_missing: {firstName: '', middleName: 'Malith', lastName: '', contactNumber: '0777-754075', k…
3 …lname_missing: { firstName: 'Only FirstName', middleName: 'Malith', lastName: '', contactNumber: '…
4 …email_missing: {firstName: 'No mail', middleName: 'Malith', lastName: 'No mail', contactNumber: '0…
5 …fname_lname_missing: {firstName: '', middleName: 'Malith', lastName: '', contactNumber: '0777-7540…
6 …fname_lname_email_missing: {firstName: '', middleName: 'Malith', lastName: '', contactNumber: '077…
7 …fname_email_missing: {firstName: '', middleName: 'Malith', lastName: 'Viraj', contactNumber: '0777…
8 …lname_email_missing: {firstName: 'Viraj', middleName: 'Malith', lastName: '', contactNumber: '0777…
11 …01: {firstName: 'Irshad', middleName: 'Mohomed', lastName: 'Ahamed', contactNumber: '0777-754075',…
12 …02: {firstName: 'Irshad', middleName: 'Mohomed', lastName: 'Ahamed', contactNumber: '0777-754075',…
13 …03: {firstName: 'Irshad', middleName: 'Mohomed', lastName: 'Ahamed', contactNumber: '0777-754075',…
[all …]
/dports/databases/p5-Tangram/Tangram-2.12/t/springfield/
H A D02-cursor.t51 push @results, $person->{firstName};
78 push @r1, $p1->{firstName};
79 push @r2, $p2->{firstName};
110 order => [ $remote->{firstName}, $remote->{name} ] );
112 @results = map { "$_->{firstName} $_->{name}"} @results;
128 order => [ $remote->{firstName}, $remote->{name} ] );
130 @results = map { "$_->{firstName} $_->{name}"} @results;
149 order => [ $partner->{firstName} ],
157 push @results, $p->{firstName}, $cursor->residue();
181 order => [ $partner->{firstName} ],
[all …]
/dports/devel/gh/cli-2.4.0/vendor/github.com/gabriel-vasile/mimetype/testdata/
H A Dndjson.xl.ndjson1 { "firstName": "John", "lastName": "Smith", "age": -25, "limit": 1e2, "width": 12, "height": …
2 { "firstName": "John", "lastName": "Smith", "age": -25, "limit": 1e2, "width": 12, "height": …
3 { "firstName": "John", "lastName": "Smith", "age": -25, "limit": 1e2, "width": 12, "height": …
4 { "firstName": "John", "lastName": "Smith", "age": -25, "limit": 1e2, "width": 12, "height": …
5 { "firstName": "John", "lastName": "Smith", "age": -25, "limit": 1e2, "width": 12, "height": …
6 { "firstName": "John", "lastName": "Smith", "age": -25, "limit": 1e2, "width": 12, "height": …
7 { "firstName": "John", "lastName": "Smith", "age": -25, "limit": 1e2, "width": 12, "height": …
8 { "firstName": "John", "lastName": "Smith", "age": -25, "limit": 1e2, "width": 12, "height": …
9 { "firstName": "John", "lastName": "Smith", "age": -25, "limit": 1e2, "width": 12, "height": …
10 { "firstName": "John", "lastName": "Smith", "age": -25, "limit": 1e2, "width": 12, "height": …
[all …]
/dports/databases/py-sqlobject/SQLObject-1.6.0/sqlobject/inheritance/tests/
H A Dtest_inheritance.py11 firstName = StringCol() variable in InheritablePerson
22 Employee(firstName='Project', lastName='Leader', position='Project leader')
23 InheritablePerson(firstName='Oneof', lastName='Authors')
29 persons = InheritablePerson.select(InheritablePerson.q.firstName == 'John')
47 persons = InheritablePerson.select(InheritablePerson.q.firstName <> None)
53 employees = Employee.select(Employee.q.firstName <> None)
56 employees = Employee.select(Employee.q.firstName == "phd")
62 persons = InheritablePerson.selectBy(firstName="Project")
66 persons = Employee.selectBy(firstName="Project")
77 assert person.firstName == "Project"
[all …]
H A Dtest_asdict.py10 firstName = StringCol() variable in InheritablePersonAD
33 InheritablePersonAD(firstName='Oneof', lastName='Authors')
34 ManagerAD(firstName='ManagerAD', lastName='The', department='Dep')
35 EmployeeAD(firstName='Project', lastName='Leader', position='Project leader')
38 dict(firstName='Oneof', lastName='Authors', id=1)
40 dict(firstName='ManagerAD', lastName='The', department='Dep', id=2)
42 dict(firstName='Project', lastName='Leader', position='Project leader', id=3)
/dports/misc/vxl/vxl-3.3.2/v3p/dcmtk/dcmdata/libsrc/
H A Ddcvrpn.cxx86 OFString &firstName, in getNameComponents() argument
100 firstName.clear(); in getNameComponents()
111 OFString &firstName, in getNameComponentsFromString() argument
120 firstName.clear(); in getNameComponentsFromString()
165 firstName = name.substr(pos1 + 1, pos2 - pos1 - 1); in getNameComponentsFromString()
179 firstName = name.substr(pos1 + 1); in getNameComponentsFromString()
211 OFString lastName, firstName, middleName, namePrefix, nameSuffix; in getFormattedNameFromString() local
214 …l_error = getFormattedNameFromComponents(lastName, firstName, middleName, namePrefix, nameSuffix, … in getFormattedNameFromString()
222 const OFString &firstName, in getFormattedNameFromComponents() argument
232 if (firstName.length() > 0) in getFormattedNameFromComponents()
[all …]
/dports/databases/py-sqlobject/SQLObject-1.6.0/sqlobject/tests/
H A Dtest_setters.py5 firstName = StringCol(length=50, dbName='fname_col', default=None) variable in TestPlainAndNonPlainSetter
9 firstName, lastName = v.split()
10 self.firstName = firstName
14 return "%s %s" % (self.firstName, self.lastName)
19 assert t.firstName == 'John'
/dports/security/vuls/vuls-0.13.7/vendor/github.com/nlopes/slack/
H A Dadmin.go42 func (api *Client) InviteGuest(teamName, channel, firstName, lastName, emailAddress string) error { argument
43 …return api.InviteGuestContext(context.Background(), teamName, channel, firstName, lastName, emailA…
47 func (api *Client) InviteGuestContext(ctx context.Context, teamName, channel, firstName, lastName, … argument
51 "first_name": {firstName},
69 func (api *Client) InviteRestricted(teamName, channel, firstName, lastName, emailAddress string) er… argument
70 …return api.InviteRestrictedContext(context.Background(), teamName, channel, firstName, lastName, e…
78 "first_name": {firstName},
96 func (api *Client) InviteToTeam(teamName, firstName, lastName, emailAddress string) error { argument
97 return api.InviteToTeamContext(context.Background(), teamName, firstName, lastName, emailAddress)
101 func (api *Client) InviteToTeamContext(ctx context.Context, teamName, firstName, lastName, emailAdd… argument
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/nlopes/slack/
H A Dadmin.go52 func (api *Client) InviteGuest(teamName, channel, firstName, lastName, emailAddress string) error { argument
53 …return api.InviteGuestContext(context.Background(), teamName, channel, firstName, lastName, emailA…
57 func (api *Client) InviteGuestContext(ctx context.Context, teamName, channel, firstName, lastName, … argument
61 "first_name": {firstName},
78 func (api *Client) InviteRestricted(teamName, channel, firstName, lastName, emailAddress string) er… argument
79 …return api.InviteRestrictedContext(context.Background(), teamName, channel, firstName, lastName, e…
87 "first_name": {firstName},
104 func (api *Client) InviteToTeam(teamName, firstName, lastName, emailAddress string) error { argument
105 return api.InviteToTeamContext(context.Background(), teamName, firstName, lastName, emailAddress)
109 func (api *Client) InviteToTeamContext(ctx context.Context, teamName, firstName, lastName, emailAdd… argument
[all …]
/dports/www/beehive/beehive-0.4.0/vendor/github.com/nlopes/slack/
H A Dadmin.go42 func (api *Client) InviteGuest(teamName, channel, firstName, lastName, emailAddress string) error { argument
43 …return api.InviteGuestContext(context.Background(), teamName, channel, firstName, lastName, emailA…
47 func (api *Client) InviteGuestContext(ctx context.Context, teamName, channel, firstName, lastName, … argument
51 "first_name": {firstName},
69 func (api *Client) InviteRestricted(teamName, channel, firstName, lastName, emailAddress string) er… argument
70 …return api.InviteRestrictedContext(context.Background(), teamName, channel, firstName, lastName, e…
78 "first_name": {firstName},
96 func (api *Client) InviteToTeam(teamName, firstName, lastName, emailAddress string) error { argument
97 return api.InviteToTeamContext(context.Background(), teamName, firstName, lastName, emailAddress)
101 func (api *Client) InviteToTeamContext(ctx context.Context, teamName, firstName, lastName, emailAdd… argument
[all …]
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/slack-go/slack/
H A Dadmin.go42 func (api *Client) InviteGuest(teamName, channel, firstName, lastName, emailAddress string) error { argument
43 …return api.InviteGuestContext(context.Background(), teamName, channel, firstName, lastName, emailA…
47 func (api *Client) InviteGuestContext(ctx context.Context, teamName, channel, firstName, lastName, … argument
51 "first_name": {firstName},
69 func (api *Client) InviteRestricted(teamName, channel, firstName, lastName, emailAddress string) er… argument
70 …return api.InviteRestrictedContext(context.Background(), teamName, channel, firstName, lastName, e…
78 "first_name": {firstName},
96 func (api *Client) InviteToTeam(teamName, firstName, lastName, emailAddress string) error { argument
97 return api.InviteToTeamContext(context.Background(), teamName, firstName, lastName, emailAddress)
101 func (api *Client) InviteToTeamContext(ctx context.Context, teamName, firstName, lastName, emailAdd… argument
[all …]
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/slack-go/slack/
H A Dadmin.go42 func (api *Client) InviteGuest(teamName, channel, firstName, lastName, emailAddress string) error { argument
43 …return api.InviteGuestContext(context.Background(), teamName, channel, firstName, lastName, emailA…
47 func (api *Client) InviteGuestContext(ctx context.Context, teamName, channel, firstName, lastName, … argument
51 "first_name": {firstName},
69 func (api *Client) InviteRestricted(teamName, channel, firstName, lastName, emailAddress string) er… argument
70 …return api.InviteRestrictedContext(context.Background(), teamName, channel, firstName, lastName, e…
78 "first_name": {firstName},
96 func (api *Client) InviteToTeam(teamName, firstName, lastName, emailAddress string) error { argument
97 return api.InviteToTeamContext(context.Background(), teamName, firstName, lastName, emailAddress)
101 func (api *Client) InviteToTeamContext(ctx context.Context, teamName, firstName, lastName, emailAdd… argument
[all …]
/dports/databases/kbibtex/kbibtex-0.9.2/src/io/
H A Dfileimporter.cpp62 QString firstName;
88 firstName.append(segments[i]).append(QStringLiteral(" "));
89 firstName.append(segments[segments.count() - 1]);
107 firstName = *segments.begin(); /// First name initialized with first segment in TEST_F()
109 firstName.append(" ");
110 firstName.append(*it);
120 firstName = segments[1].trimmed();
124 firstName = segments[1].trimmed();
130 return new Person(firstName, lastName, suffix);
/dports/biology/mothur/mothur-1.46.1/source/read/
H A Dreadblast.cpp44 string firstName, secondName, eScore, currentRow; in read() local
70 currentRow = firstName; in read()
72 repeatName = firstName + secondName; in read()
74 if (firstName == secondName) { refScore = score; } in read()
77 map<string,int>::iterator itA = nameMap->find(firstName); in read()
112 if (currentRow == firstName) { in read()
114 if (firstName == secondName) { in read()
119 map<string,int>::iterator itA = nameMap->find(firstName); in read()
174 currentRow = firstName; in read()
178 if (firstName == secondName) { refScore = score; } in read()
[all …]

12345678910>>...93