Home
last modified time | relevance | path

Searched refs:mother (Results 1 – 25 of 2758) sorted by relevance

12345678910>>...111

/dports/textproc/p5-XML-Validator-Schema/XML-Validator-Schema-1.10/Schema/
H A DParser.pm70 $mother->add_daughter($node);
82 $mother->add_daughter($node);
91 $mother->{simple_content} = 1;
102 $mother->{type_name} = $base;
120 if $mother->is_root;
147 my $gran = $mother->{mother};
149 $mother->add_daughter($node);
154 $mother->{got_union} = 1;
196 $mother->parse_facet($data);
214 if $mother->is_root;
[all …]
/dports/devel/gaul/gaul-devel-0.1849-0/src/
H A Dga_crossover.c60 memcpy(son, mother, location*sizeof(int)); in ga_singlepoint_crossover_integer_chromosome()
139 (int *)mother->chromosome[i], in ga_crossover_integer_singlepoints()
171 (int *)mother->chromosome[i], in ga_crossover_integer_doublepoints()
214 ga_copy_data(pop, son, mother, i); in ga_crossover_integer_mixing()
408 (boolean *)mother->chromosome[i], in ga_crossover_boolean_singlepoints()
440 (boolean *)mother->chromosome[i], in ga_crossover_boolean_doublepoints()
483 ga_copy_data(pop, son, mother, i); in ga_crossover_boolean_mixing()
571 ga_copy_data(pop, son, mother, i); in ga_crossover_char_mixing()
659 ga_copy_data(pop, son, mother, i); in ga_crossover_double_mixing()
1138 (double *)mother->chromosome[i], in ga_crossover_double_singlepoints()
[all …]
H A Dga_select.c168 *mother = NULL; in ga_select_one_random()
196 *mother = NULL; in ga_select_two_random()
226 *mother = NULL; in ga_select_one_every()
254 *mother = NULL; in ga_select_two_every()
286 *mother = NULL; in ga_select_one_randomrank()
319 *mother = NULL; in ga_select_two_randomrank()
532 *mother = NULL; in ga_select_one_roulette()
588 *mother = NULL; in ga_select_one_roulette_rebased()
648 *mother = NULL; in ga_select_two_roulette()
725 *mother = NULL; in ga_select_two_roulette_rebased()
[all …]
H A Dgaul.h170 typedef boolean (*GAselect_one)(population *pop, entity **mother);
330 FUNCPROTO boolean ga_select_one_every(population *pop, entity **mother);
363 entity *father, entity *mother,
369 entity *father, entity *mother,
372 entity *father, entity *mother,
375 entity *father, entity *mother,
379 entity *father, entity *mother,
382 entity *father, entity *mother,
385 entity *father, entity *mother,
390 entity *father, entity *mother,
[all …]
/dports/devel/p5-Tree-DAG_Node/Tree-DAG_Node-1.32/lib/Tree/
H A DDAG_Node.pm21 my($mother, @daughters) = @_;
65 printf "Mother : %s (%s)\n", $mother, ref $mother if $Debug;
69 ($mother->name() || $mother) if $Debug > 1;
74 ") is an ancestor of $mother (" . ($mother->name || 'no_name') .
157 my $mother;
159 while(defined( $mother = $current_node->{'mother'} ) && ref($mother)) {
214 my($mother) = $_[0];
1236 unless defined($mother) && ref($mother);
1313 return $node unless defined($mother) && ref($mother); # special case
1611 $mother->remove_daughters($node) if defined($mother) && ref($mother);
[all …]
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dblaster.c849 if((st->mother->active==0)&&(st->mother->death==0)) { in blaster_draw()
866 if(st->mother->old_x==st->mother->new_x) { in blaster_draw()
871 st->mother->new_x=st->mother->new_x-3; in blaster_draw()
875 if(st->mother->old_x>st->mother->new_x) { in blaster_draw()
876 st->mother->old_x = st->mother->new_x; in blaster_draw()
877 st->mother->new_x = st->mother->new_x-3; in blaster_draw()
885 st->mother->old_x = st->mother->new_x; in blaster_draw()
886 st->mother->new_x = st->mother->new_x+3; in blaster_draw()
909 st->mother->lasers[0].end_y=st->mother->lasers[0].start_y; in blaster_draw()
912 st->mother->lasers[2].end_x=st->mother->lasers[2].start_x; in blaster_draw()
[all …]
/dports/databases/p5-DBIx-Class/DBIx-Class-0.082842/t/sqlmaker/
H A Dlegacy_joins.t17 [ { mother => 'person' }, { 'mother.person_id' => 'child.mother_id' } ],
20 . 'child.father_id ) JOIN person mother ON ( mother.person_id '
30 { mother => 'person' },
36 { 'mother.person_id' => 'child.mother_id' }
39 $match = 'person mother JOIN (person child JOIN person father ON ('
52 [ { mother => 'person', -join_type => 'inner' }, { 'mother.person_id' => 'child.mother_id' } ],
55 . 'child.father_id ) INNER JOIN person mother ON ( mother.person_id '
66 { mother => 'person' },
72 { 'mother.person_id' => 'child.mother_id' }
88 [ { mother => 'person' }, { 'mother.person_id' => 'child.mother_id' } ],
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/connect/mysql-test/connect/r/
H A Dxcol.result5 mother char(12) NOT NULL COMMENT 'The mother of the listed children',
17 mother children
28 mother children
41 mother children
54 mother children
67 mother
73 SELECT mother, COUNT(*) FROM child GROUP BY mother;
74 mother COUNT(*)
80 SELECT mother, COUNT(children) FROM child GROUP BY mother;
93 `mother` varchar(12) NOT NULL COMMENT 'The mother of the children',
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/connect/mysql-test/connect/r/
H A Dxcol.result5 mother char(12) NOT NULL COMMENT 'The mother of the listed children',
17 mother children
28 mother children
41 mother children
54 mother children
67 mother
73 SELECT mother, COUNT(*) FROM child GROUP BY mother;
74 mother COUNT(*)
80 SELECT mother, COUNT(children) FROM child GROUP BY mother;
93 `mother` varchar(12) NOT NULL COMMENT 'The mother of the children',
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/connect/mysql-test/connect/r/
H A Dxcol.result5 mother char(12) NOT NULL COMMENT 'The mother of the listed children',
17 mother children
28 mother children
41 mother children
54 mother children
67 mother
73 SELECT mother, COUNT(*) FROM child GROUP BY mother;
74 mother COUNT(*)
80 SELECT mother, COUNT(children) FROM child GROUP BY mother;
93 `mother` varchar(12) NOT NULL COMMENT 'The mother of the children',
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/connect/mysql-test/connect/r/
H A Dxcol.result5 mother char(12) NOT NULL COMMENT 'The mother of the listed children',
17 mother children
28 mother children
41 mother children
54 mother children
67 mother
73 SELECT mother, COUNT(*) FROM child GROUP BY mother;
74 mother COUNT(*)
80 SELECT mother, COUNT(children) FROM child GROUP BY mother;
93 `mother` varchar(12) NOT NULL COMMENT 'The mother of the children',
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/connect/mysql-test/connect/r/
H A Dxcol.result5 mother char(12) NOT NULL COMMENT 'The mother of the listed children',
17 mother children
28 mother children
41 mother children
54 mother children
67 mother
73 SELECT mother, COUNT(*) FROM child GROUP BY mother;
74 mother COUNT(*)
80 SELECT mother, COUNT(children) FROM child GROUP BY mother;
93 `mother` varchar(12) NOT NULL COMMENT 'The mother of the children',
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/connect/mysql-test/connect/r/
H A Dxcol.result5 mother char(12) NOT NULL COMMENT 'The mother of the listed children',
17 mother children
28 mother children
41 mother children
54 mother children
67 mother
73 SELECT mother, COUNT(*) FROM child GROUP BY mother;
74 mother COUNT(*)
80 SELECT mother, COUNT(children) FROM child GROUP BY mother;
93 `mother` varchar(12) NOT NULL COMMENT 'The mother of the children',
[all …]
/dports/editors/calligraplan/calligraplan-3.3.0/src/plugins/schedulers/rcps/3rdparty/LibRCPS/src/
H A Dops.c29 if (!done[mother[i]]) { in sched_crossover()
30 son[q + j] = mother[i]; in sched_crossover()
37 daughter[i] = mother[i]; in sched_crossover()
38 done[mother[i]] = 1; in sched_crossover()
85 son[i] = mother[j]; in sched_crossover2()
86 done[mother[j]] = 1; in sched_crossover2()
102 daughter[i] = mother[i]; in sched_crossover2()
103 done[mother[i]] = 1; in sched_crossover2()
122 done[mother[j]] = 1; in sched_crossover2()
182 son[j] = mother[j]; in crossover()
[all …]
/dports/science/pybrain/pybrain-0.3.3/pybrain/structure/connections/
H A Dshared.py33 mother = None variable in SharedConnection
35 def __init__(self, mother, *args, **kwargs): argument
37 self._replaceParamsByMother(mother)
39 def _replaceParamsByMother(self, mother): argument
40 self.setArgs(mother = mother)
41 self.paramdim = self.mother.paramdim
45 def params(self): return self.mother.params
48 def derivs(self): return self.mother.derivs
51 return self.mother.name if self._name is None else self._name
72 def __init__(self, mother, inmod, outmod, **kwargs): argument
[all …]
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/walkers/variantutils/
H A DFamilyLikelihoods.java148 GenotypeType mother;
149 mother = GenotypeType.HOM_REF;
151 mother = GenotypeType.HET;
153 mother = GenotypeType.HOM_VAR;
160 for(final GenotypeType mother : calledTypes){
174 for(final GenotypeType mother : calledTypes){
264 for(final GenotypeType mother : GenotypeType.values()){
269 … mvCountMatrix.get(mother).get(father).put(child, getCombinationMVCount(mother, father, child));
286 if (!(mother == GenotypeType.NO_CALL || mother == GenotypeType.UNAVAILABLE)) {
287 parents.add(mother);
[all …]
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/Functions/
H A DFunctions.php875 return I18N::translateContext('husband’s mother', 'mother-in-law');
893 return I18N::translateContext('mother’s mother', 'maternal grandmother');
955 return I18N::translateContext('spouse’s mother', 'mother-in-law');
973 return I18N::translateContext('wife’s mother', 'mother-in-law');
1123 return I18N::translateContext('father’s mother’s mother', 'great-grandmother');
1173 return I18N::translateContext('mother’s father’s mother', 'great-grandmother');
1187 return I18N::translateContext('mother’s mother’s brother', 'great-uncle');
1189 return I18N::translateContext('mother’s mother’s father', 'great-grandfather');
1191 return I18N::translateContext('mother’s mother’s mother', 'great-grandmother');
1193 return I18N::translateContext('mother’s mother’s parent', 'great-grandparent');
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/connect/mysql-test/connect/t/
H A Dxcol.test5 mother char(12) NOT NULL COMMENT 'The mother of the listed children',
20 SELECT * FROM child ORDER BY mother;
22 SELECT mother FROM child;
23 SELECT mother, COUNT(*) FROM child GROUP BY mother;
24 SELECT mother, COUNT(children) FROM child GROUP BY mother;
32 `mother` varchar(12) NOT NULL COMMENT 'The mother of the children',
37 SELECT mother, child FROM child2 where num = 1;
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/connect/mysql-test/connect/t/
H A Dxcol.test5 mother char(12) NOT NULL COMMENT 'The mother of the listed children',
20 SELECT * FROM child ORDER BY mother;
22 SELECT mother FROM child;
23 SELECT mother, COUNT(*) FROM child GROUP BY mother;
24 SELECT mother, COUNT(children) FROM child GROUP BY mother;
32 `mother` varchar(12) NOT NULL COMMENT 'The mother of the children',
37 SELECT mother, child FROM child2 where num = 1;
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/connect/mysql-test/connect/t/
H A Dxcol.test5 mother char(12) NOT NULL COMMENT 'The mother of the listed children',
20 SELECT * FROM child ORDER BY mother;
22 SELECT mother FROM child;
23 SELECT mother, COUNT(*) FROM child GROUP BY mother;
24 SELECT mother, COUNT(children) FROM child GROUP BY mother;
32 `mother` varchar(12) NOT NULL COMMENT 'The mother of the children',
37 SELECT mother, child FROM child2 where num = 1;
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/connect/mysql-test/connect/t/
H A Dxcol.test5 mother char(12) NOT NULL COMMENT 'The mother of the listed children',
20 SELECT * FROM child ORDER BY mother;
22 SELECT mother FROM child;
23 SELECT mother, COUNT(*) FROM child GROUP BY mother;
24 SELECT mother, COUNT(children) FROM child GROUP BY mother;
32 `mother` varchar(12) NOT NULL COMMENT 'The mother of the children',
37 SELECT mother, child FROM child2 where num = 1;
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/connect/mysql-test/connect/t/
H A Dxcol.test5 mother char(12) NOT NULL COMMENT 'The mother of the listed children',
20 SELECT * FROM child ORDER BY mother;
22 SELECT mother FROM child;
23 SELECT mother, COUNT(*) FROM child GROUP BY mother;
24 SELECT mother, COUNT(children) FROM child GROUP BY mother;
32 `mother` varchar(12) NOT NULL COMMENT 'The mother of the children',
37 SELECT mother, child FROM child2 where num = 1;
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/connect/mysql-test/connect/t/
H A Dxcol.test5 mother char(12) NOT NULL COMMENT 'The mother of the listed children',
20 SELECT * FROM child ORDER BY mother;
22 SELECT mother FROM child;
23 SELECT mother, COUNT(*) FROM child GROUP BY mother;
24 SELECT mother, COUNT(children) FROM child GROUP BY mother;
32 `mother` varchar(12) NOT NULL COMMENT 'The mother of the children',
37 SELECT mother, child FROM child2 where num = 1;
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dclass_to_type_3.f039 type mother type
11 end type mother
12 type,extends(mother) :: child
20 type(mother) :: tm
21 class(mother),allocatable :: cm
30 class(mother),allocatable :: cm,cm2
37 cm2%mother=cm
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dclass_to_type_3.f039 type mother type
11 end type mother
12 type,extends(mother) :: child
20 type(mother) :: tm
21 class(mother),allocatable :: cm
30 class(mother),allocatable :: cm,cm2
37 cm2%mother=cm

12345678910>>...111