Home
last modified time | relevance | path

Searched refs:Person (Results 126 – 150 of 10591) sorted by relevance

12345678910>>...424

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/mitchellh/mapstructure/
H A Dmapstructure_examples_test.go8 type Person struct {
27 var result Person
39 type Person struct {
55 var result Person
73 type Person struct {
91 var result Person
112 type Person struct {
127 var result Person
160 var result Person
194 var result Person
[all …]
/dports/security/kpmenu/kpmenu-1.4.0/vendor/github.com/mitchellh/mapstructure/
H A Dmapstructure_examples_test.go8 type Person struct {
27 var result Person
39 type Person struct {
55 var result Person
73 type Person struct {
91 var result Person
112 type Person struct {
127 var result Person
160 var result Person
194 var result Person
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/mitchellh/mapstructure/
H A Dmapstructure_examples_test.go8 type Person struct {
27 var result Person
39 type Person struct {
55 var result Person
73 type Person struct {
91 var result Person
112 type Person struct {
127 var result Person
160 var result Person
194 var result Person
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/mitchellh/mapstructure/
H A Dmapstructure_examples_test.go8 type Person struct {
27 var result Person
39 type Person struct {
55 var result Person
73 type Person struct {
91 var result Person
112 type Person struct {
127 var result Person
160 var result Person
194 var result Person
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/mitchellh/mapstructure/mapstructure-1.4.0/
H A Dmapstructure_examples_test.go8 type Person struct {
27 var result Person
39 type Person struct {
55 var result Person
73 type Person struct {
91 var result Person
112 type Person struct {
127 var result Person
160 var result Person
194 var result Person
[all …]
/dports/misc/fq/fq-0.0.2/vendor/github.com/mitchellh/mapstructure/
H A Dmapstructure_examples_test.go8 type Person struct {
27 var result Person
39 type Person struct {
55 var result Person
73 type Person struct {
91 var result Person
112 type Person struct {
127 var result Person
160 var result Person
194 var result Person
[all …]
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/github.com/mitchellh/mapstructure/
H A Dmapstructure_examples_test.go8 type Person struct {
27 var result Person
39 type Person struct {
55 var result Person
73 type Person struct {
91 var result Person
112 type Person struct {
127 var result Person
160 var result Person
194 var result Person
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/mitchellh/mapstructure/
H A Dmapstructure_examples_test.go8 type Person struct {
27 var result Person
39 type Person struct {
55 var result Person
73 type Person struct {
91 var result Person
112 type Person struct {
127 var result Person
160 var result Person
194 var result Person
[all …]
/dports/graphics/py-traitsui/traitsui-7.1.1/integrationtests/ui/
H A Dinstance_editor_test2.py14 class Person(HasStrictTraits): class
35 Person(name='Dave', age=39, phone='555-1212'),
36 Person(name='Mike', age=28, phone='555-3526'),
37 Person(name='Joe', age=34, phone='555-6943'),
38 Person(name='Tom', age=22, phone='555-7586'),
39 Person(name='Dick', age=63, phone='555-3895'),
40 Person(name='Harry', age=46, phone='555-3285'),
41 Person(name='Sally', age=43, phone='555-8797'),
42 Person(name='Fields', age=31, phone='555-3547')
57 captain = Instance(Person)
[all …]
H A Dinstance_editor_test6.py14 class Person(HasStrictTraits): class
36 Person(name='Dave', age=39, phone='555-1212'),
37 Person(name='Mike', age=28, phone='555-3526'),
38 Person(name='Joe', age=34, phone='555-6943'),
39 Person(name='Tom', age=22, phone='555-7586'),
40 Person(name='Dick', age=63, phone='555-3895'),
41 Person(name='Harry', age=46, phone='555-3285'),
42 Person(name='Sally', age=43, phone='555-8797'),
43 Person(name='Fields', age=31, phone='555-3547')
58 captain = Instance(Person)
[all …]
H A Dinstance_editor_test5.py14 class Person(HasStrictTraits): class
36 Person(name='Dave', age=39, phone='555-1212'),
37 Person(name='Mike', age=28, phone='555-3526'),
38 Person(name='Joe', age=34, phone='555-6943'),
39 Person(name='Tom', age=22, phone='555-7586'),
40 Person(name='Dick', age=63, phone='555-3895'),
41 Person(name='Harry', age=46, phone='555-3285'),
42 Person(name='Sally', age=43, phone='555-8797'),
43 Person(name='Fields', age=31, phone='555-3547')
58 captain = Instance(Person)
[all …]
/dports/databases/pear-DB_Table/DB_Table-1.5.6/tests/database/out/
H A DAutoJoinTest.out6 SELECT Street.Street, Person.FirstName, Person.LastName, Phone.PhoneNumber, Address.Building, Stree…
7 FROM Street, Person, Phone, Address, PersonAddress, PersonPhone
11 AND PersonAddress.PersonID2 = Person.PersonID
14 AND PersonPhone.PersonID = Person.PersonID )
17 SELECT PersonPhone.PersonID, Person.FirstName, Person.LastName
18 FROM PersonPhone, Person
19 WHERE PersonPhone.PersonID = Person.PersonID.
21 SELECT Person.LastName, Person.FirstName, Phone.PhoneNumber, Address.Building, Street.Street, Stree…
22 FROM Person, Phone, Address, Street, PersonPhone, PersonAddress
24 AND PersonPhone.PersonID = Person.PersonID
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/lib/gwt/2.8.1/samples/DynaTableRf/src/main/java/com/google/gwt/sample/dynatablerf/server/
H A DPersonFuzzer.java18 import com.google.gwt.sample.dynatablerf.domain.Person;
49 for (Person person : randomPeople) { in collectSchedules()
55 public static Person generatePerson() { in generatePerson()
57 Person toReturn = generateRandomPerson(rnd); in generatePerson()
62 public static List<Person> generateRandomPeople() { in generateRandomPeople()
63 List<Person> toReturn = new ArrayList<Person>(MAX_PEOPLE); in generateRandomPeople()
66 Person person = generateRandomPerson(rnd); in generateRandomPeople()
73 private static Person generateRandomPerson(Random rnd) { in generateRandomPerson()
82 Person prof = new Person(); in generateRandomProfessor()
96 private static Person generateRandomStudent(Random rnd) { in generateRandomStudent()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/examples/org.eclipse.jface.snippets/Eclipse JFace Snippets/org/eclipse/jface/snippets/viewers/
H A DSnippet024TableViewerExploreNewAPI.java38 public class Person { class in Snippet024TableViewerExploreNewAPI
87 return ((Person) element).givenname; in Snippet024TableViewerExploreNewAPI()
95 return ((Person) element).givenname; in Snippet024TableViewerExploreNewAPI()
110 return ((Person) element).surname; in Snippet024TableViewerExploreNewAPI()
119 return ((Person) element).surname; in Snippet024TableViewerExploreNewAPI()
124 ((Person) element).surname = value.toString(); in Snippet024TableViewerExploreNewAPI()
134 return ((Person) element).email; in Snippet024TableViewerExploreNewAPI()
143 return ((Person) element).email; in Snippet024TableViewerExploreNewAPI()
148 ((Person) element).email = value.toString(); in Snippet024TableViewerExploreNewAPI()
166 private Person[] createModel() { in createModel()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aspects/src/test/java/org/springframework/mock/staticmock/
H A DPerson_Roo_Entity.aj27 private java.lang.Long Person.id;
31 private java.lang.Integer Person.version;
33 public java.lang.Long Person.getId() {
50 public void Person.persist() {
56 public void Person.remove() {
62 public void Person.flush() {
68 public void Person.merge() {
75 public static long Person.countPeople() {
81 public static java.util.List<Person> Person.findAllPeople() {
87 public static Person Person.findPerson(java.lang.Long id) {
[all …]
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/github.com/nats-io/nats.go/encoders/protobuf/testdata/
H A Dpbtest.pb.go28 type Person struct { struct
39 func (x *Person) Reset() { argument
40 *x = Person{}
48 func (x *Person) String() string { argument
52 func (*Person) ProtoMessage() {} argument
71 func (x *Person) GetName() string { argument
78 func (x *Person) GetAge() int32 { argument
85 func (x *Person) GetAddress() string { argument
92 func (x *Person) GetChildren() map[string]*Person { argument
134 (*Person)(nil), // 0: testdata.Person
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/lambda/
H A DTargetType51.java45 static class Person { class in TargetType51
55 void testAssignmentContext(SimpleList<Person> list, boolean cond) { in testAssignmentContext()
56 SimpleList<Person> p1 = list.sort(comparing(Person::getName)); in testAssignmentContext()
57 SimpleList<Person> p2 = list.sort(comparing(x->x.getName())); in testAssignmentContext()
58 … SimpleList<Person> p3 = list.sort(cond ? comparing(Person::getName) : comparing(x->x.getName())); in testAssignmentContext()
59 …SimpleList<Person> p4 = list.sort((cond ? comparing(Person::getName) : comparing(x->x.getName()))); in testAssignmentContext()
62 void testMethodContext(SimpleList<Person> list, boolean cond) { in testMethodContext()
63 testMethodContext(list.sort(comparing(Person::getName)), true); in testMethodContext()
65 … testMethodContext(list.sort(cond ? comparing(Person::getName) : comparing(x->x.getName())), true); in testMethodContext()
66 …testMethodContext(list.sort((cond ? comparing(Person::getName) : comparing(x->x.getName()))), true… in testMethodContext()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/lambda/
H A DTargetType51.java45 static class Person { class in TargetType51
55 void testAssignmentContext(SimpleList<Person> list, boolean cond) { in testAssignmentContext()
56 SimpleList<Person> p1 = list.sort(comparing(Person::getName)); in testAssignmentContext()
57 SimpleList<Person> p2 = list.sort(comparing(x->x.getName())); in testAssignmentContext()
58 … SimpleList<Person> p3 = list.sort(cond ? comparing(Person::getName) : comparing(x->x.getName())); in testAssignmentContext()
59 …SimpleList<Person> p4 = list.sort((cond ? comparing(Person::getName) : comparing(x->x.getName()))); in testAssignmentContext()
62 void testMethodContext(SimpleList<Person> list, boolean cond) { in testMethodContext()
63 testMethodContext(list.sort(comparing(Person::getName)), true); in testMethodContext()
65 … testMethodContext(list.sort(cond ? comparing(Person::getName) : comparing(x->x.getName())), true); in testMethodContext()
66 …testMethodContext(list.sort((cond ? comparing(Person::getName) : comparing(x->x.getName()))), true… in testMethodContext()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/lambda/
H A DTargetType51.java45 static class Person { class in TargetType51
55 void testAssignmentContext(SimpleList<Person> list, boolean cond) { in testAssignmentContext()
56 SimpleList<Person> p1 = list.sort(comparing(Person::getName)); in testAssignmentContext()
57 SimpleList<Person> p2 = list.sort(comparing(x->x.getName())); in testAssignmentContext()
58 … SimpleList<Person> p3 = list.sort(cond ? comparing(Person::getName) : comparing(x->x.getName())); in testAssignmentContext()
59 …SimpleList<Person> p4 = list.sort((cond ? comparing(Person::getName) : comparing(x->x.getName()))); in testAssignmentContext()
62 void testMethodContext(SimpleList<Person> list, boolean cond) { in testMethodContext()
63 testMethodContext(list.sort(comparing(Person::getName)), true); in testMethodContext()
65 … testMethodContext(list.sort(cond ? comparing(Person::getName) : comparing(x->x.getName())), true); in testMethodContext()
66 …testMethodContext(list.sort((cond ? comparing(Person::getName) : comparing(x->x.getName()))), true… in testMethodContext()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/lambda/
H A DTargetType51.java45 static class Person { class in TargetType51
55 void testAssignmentContext(SimpleList<Person> list, boolean cond) { in testAssignmentContext()
56 SimpleList<Person> p1 = list.sort(comparing(Person::getName)); in testAssignmentContext()
57 SimpleList<Person> p2 = list.sort(comparing(x->x.getName())); in testAssignmentContext()
58 … SimpleList<Person> p3 = list.sort(cond ? comparing(Person::getName) : comparing(x->x.getName())); in testAssignmentContext()
59 …SimpleList<Person> p4 = list.sort((cond ? comparing(Person::getName) : comparing(x->x.getName()))); in testAssignmentContext()
62 void testMethodContext(SimpleList<Person> list, boolean cond) { in testMethodContext()
63 testMethodContext(list.sort(comparing(Person::getName)), true); in testMethodContext()
65 … testMethodContext(list.sort(cond ? comparing(Person::getName) : comparing(x->x.getName())), true); in testMethodContext()
66 …testMethodContext(list.sort((cond ? comparing(Person::getName) : comparing(x->x.getName()))), true… in testMethodContext()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/lambda/
H A DTargetType51.java45 static class Person { class in TargetType51
55 void testAssignmentContext(SimpleList<Person> list, boolean cond) { in testAssignmentContext()
56 SimpleList<Person> p1 = list.sort(comparing(Person::getName)); in testAssignmentContext()
57 SimpleList<Person> p2 = list.sort(comparing(x->x.getName())); in testAssignmentContext()
58 … SimpleList<Person> p3 = list.sort(cond ? comparing(Person::getName) : comparing(x->x.getName())); in testAssignmentContext()
59 …SimpleList<Person> p4 = list.sort((cond ? comparing(Person::getName) : comparing(x->x.getName()))); in testAssignmentContext()
62 void testMethodContext(SimpleList<Person> list, boolean cond) { in testMethodContext()
63 testMethodContext(list.sort(comparing(Person::getName)), true); in testMethodContext()
65 … testMethodContext(list.sort(cond ? comparing(Person::getName) : comparing(x->x.getName())), true); in testMethodContext()
66 …testMethodContext(list.sort((cond ? comparing(Person::getName) : comparing(x->x.getName()))), true… in testMethodContext()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/lambda/
H A DTargetType51.java45 static class Person { class in TargetType51
55 void testAssignmentContext(SimpleList<Person> list, boolean cond) { in testAssignmentContext()
56 SimpleList<Person> p1 = list.sort(comparing(Person::getName)); in testAssignmentContext()
57 SimpleList<Person> p2 = list.sort(comparing(x->x.getName())); in testAssignmentContext()
58 … SimpleList<Person> p3 = list.sort(cond ? comparing(Person::getName) : comparing(x->x.getName())); in testAssignmentContext()
59 …SimpleList<Person> p4 = list.sort((cond ? comparing(Person::getName) : comparing(x->x.getName()))); in testAssignmentContext()
62 void testMethodContext(SimpleList<Person> list, boolean cond) { in testMethodContext()
63 testMethodContext(list.sort(comparing(Person::getName)), true); in testMethodContext()
65 … testMethodContext(list.sort(cond ? comparing(Person::getName) : comparing(x->x.getName())), true); in testMethodContext()
66 …testMethodContext(list.sort((cond ? comparing(Person::getName) : comparing(x->x.getName()))), true… in testMethodContext()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/lambda/
H A DTargetType51.java45 static class Person { class in TargetType51
55 void testAssignmentContext(SimpleList<Person> list, boolean cond) { in testAssignmentContext()
56 SimpleList<Person> p1 = list.sort(comparing(Person::getName)); in testAssignmentContext()
57 SimpleList<Person> p2 = list.sort(comparing(x->x.getName())); in testAssignmentContext()
58 … SimpleList<Person> p3 = list.sort(cond ? comparing(Person::getName) : comparing(x->x.getName())); in testAssignmentContext()
59 …SimpleList<Person> p4 = list.sort((cond ? comparing(Person::getName) : comparing(x->x.getName()))); in testAssignmentContext()
62 void testMethodContext(SimpleList<Person> list, boolean cond) { in testMethodContext()
63 testMethodContext(list.sort(comparing(Person::getName)), true); in testMethodContext()
65 … testMethodContext(list.sort(cond ? comparing(Person::getName) : comparing(x->x.getName())), true); in testMethodContext()
66 …testMethodContext(list.sort((cond ? comparing(Person::getName) : comparing(x->x.getName()))), true… in testMethodContext()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/lambda/
H A DTargetType51.java45 static class Person { class in TargetType51
55 void testAssignmentContext(SimpleList<Person> list, boolean cond) { in testAssignmentContext()
56 SimpleList<Person> p1 = list.sort(comparing(Person::getName)); in testAssignmentContext()
57 SimpleList<Person> p2 = list.sort(comparing(x->x.getName())); in testAssignmentContext()
58 … SimpleList<Person> p3 = list.sort(cond ? comparing(Person::getName) : comparing(x->x.getName())); in testAssignmentContext()
59 …SimpleList<Person> p4 = list.sort((cond ? comparing(Person::getName) : comparing(x->x.getName()))); in testAssignmentContext()
62 void testMethodContext(SimpleList<Person> list, boolean cond) { in testMethodContext()
63 testMethodContext(list.sort(comparing(Person::getName)), true); in testMethodContext()
65 … testMethodContext(list.sort(cond ? comparing(Person::getName) : comparing(x->x.getName())), true); in testMethodContext()
66 …testMethodContext(list.sort((cond ? comparing(Person::getName) : comparing(x->x.getName()))), true… in testMethodContext()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/lambda/
H A DTargetType51.java45 static class Person { class in TargetType51
55 void testAssignmentContext(SimpleList<Person> list, boolean cond) { in testAssignmentContext()
56 SimpleList<Person> p1 = list.sort(comparing(Person::getName)); in testAssignmentContext()
57 SimpleList<Person> p2 = list.sort(comparing(x->x.getName())); in testAssignmentContext()
58 … SimpleList<Person> p3 = list.sort(cond ? comparing(Person::getName) : comparing(x->x.getName())); in testAssignmentContext()
59 …SimpleList<Person> p4 = list.sort((cond ? comparing(Person::getName) : comparing(x->x.getName()))); in testAssignmentContext()
62 void testMethodContext(SimpleList<Person> list, boolean cond) { in testMethodContext()
63 testMethodContext(list.sort(comparing(Person::getName)), true); in testMethodContext()
65 … testMethodContext(list.sort(cond ? comparing(Person::getName) : comparing(x->x.getName())), true); in testMethodContext()
66 …testMethodContext(list.sort((cond ? comparing(Person::getName) : comparing(x->x.getName()))), true… in testMethodContext()

12345678910>>...424