Home
last modified time | relevance | path

Searched refs:sex (Results 1 – 25 of 2581) sorted by relevance

12345678910>>...104

/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/GedcomCode/
H A DGedcomCodeRela.php81 $sex = $record->sex();
83 $sex = 'U';
88 if ($sex === 'M') {
92 if ($sex === 'F') {
99 if ($sex === 'M') {
103 if ($sex === 'F') {
118 if ($sex === 'M') {
122 if ($sex === 'F') {
133 if ($sex === 'M') {
137 if ($sex === 'F') {
[all …]
H A DGedcomCodeName.php55 $sex = $record->sex();
57 $sex = 'U';
62 if ($sex === 'M') {
67 if ($sex === 'F') {
76 if ($sex === 'M') {
81 if ($sex === 'F') {
90 if ($sex === 'M') {
95 if ($sex === 'F') {
104 if ($sex === 'M') {
109 if ($sex === 'F') {
[all …]
H A DGedcomCodePedi.php51 $sex = $record->sex();
53 $sex = 'U';
58 if ($sex === 'M') {
62 if ($sex === 'F') {
69 if ($sex === 'M') {
73 if ($sex === 'F') {
80 if ($sex === 'M') {
84 if ($sex === 'F') {
91 if ($sex === 'M') {
96 if ($sex === 'F') {
/dports/databases/recutils/recutils-1.8/torture/rec-sex/
H A Drec-sex-compile.c40 rec_sex_t sex; in START_TEST() local
42 sex = rec_sex_new (false); in START_TEST()
43 fail_if (sex == NULL); in START_TEST()
46 rec_sex_destroy (sex); in START_TEST()
49 fail_if (sex == NULL); in START_TEST()
52 rec_sex_destroy (sex); in START_TEST()
64 rec_sex_t sex; in START_TEST() local
67 fail_if (sex == NULL); in START_TEST()
69 rec_sex_destroy (sex); in START_TEST()
72 fail_if (sex == NULL); in START_TEST()
[all …]
H A Drec-sex-eval.c40 rec_sex_t sex; in START_TEST() local
42 sex = rec_sex_new (false); in START_TEST()
43 fail_if (sex == NULL); in START_TEST()
45 rec_sex_destroy (sex); in START_TEST()
58 rec_sex_t sex; in START_TEST() local
60 sex = rec_sex_new (false); in START_TEST()
61 fail_if (sex == NULL); in START_TEST()
63 rec_sex_destroy (sex); in START_TEST()
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Census/
H A DAbstractCensusColumnCondition.php75 $sex = $individual->sex();
114 * @param string $sex
120 if ($sex === 'F') {
130 * @param string $sex
136 if ($sex === 'F') {
146 * @param string $sex
152 if ($sex === 'F') {
174 * @param string $sex
180 if ($sex === 'F') {
190 * @param string $sex
[all …]
/dports/misc/geekcode/geekcode-1.7.3/
H A Dgc_lifestyle.c191 char *sex; in show_sex_type() local
195 case 1: sex="x"; break; in show_sex_type()
196 case 2: sex="y"; break; in show_sex_type()
197 case 3: sex="z"; break; in show_sex_type()
198 default: sex="z"; break; in show_sex_type()
201 return *sex; in show_sex_type()
207 char *sex; in get_sex() local
211 case 1: sex="x"; break; in get_sex()
212 case 2: sex="y"; break; in get_sex()
213 case 3: sex="z"; break; in get_sex()
[all …]
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/Census/
H A DAbstractCensusColumnCondition.php70 $sex = $individual->getSex();
93 * @param string $sex
99 if ($sex === 'F') {
109 * @param string $sex
115 if ($sex === 'F') {
125 * @param string $sex
131 if ($sex === 'F') {
141 * @param string $sex
147 if ($sex === 'F') {
157 * @param string $sex
[all …]
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/
H A DGedcomTag.php113 $sex = 'U';
872 switch ($sex) {
881 switch ($sex) {
890 switch ($sex) {
899 switch ($sex) {
908 switch ($sex) {
917 switch ($sex) {
926 switch ($sex) {
941 switch ($sex) {
957 switch ($sex) {
[all …]
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/GedcomCode/
H A DGedcomCodeRela.php53 $sex = 'U';
58 switch ($sex) {
67 switch ($sex) {
82 switch ($sex) {
94 switch ($sex) {
103 switch ($sex) {
112 switch ($sex) {
130 switch ($sex) {
145 switch ($sex) {
160 switch ($sex) {
[all …]
H A DGedcomCodeName.php41 $sex = $record->getSex();
43 $sex = 'U';
48 switch ($sex) {
60 switch ($sex) {
72 switch ($sex) {
84 switch ($sex) {
96 switch ($sex) {
108 switch ($sex) {
125 switch ($sex) {
137 switch ($sex) {
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.jdbc/src/test/java/org/springframework/jdbc/support/
H A DSQLStateExceptionTranslatorTests.java40 SQLException sex = new SQLException("Message", "42001", 1); in testBadSqlGrammar() local
42 throw this.trans.translate("task", sql, sex); in testBadSqlGrammar()
55 throw this.trans.translate("task", sql, sex); in testInvalidSqlStateCode()
71 SQLException sex = new SQLException("Message", null, 1); in testMalformedSqlStateCodes() local
72 testMalformedSqlStateCode(sex); in testMalformedSqlStateCodes()
74 sex = new SQLException("Message", "", 1); in testMalformedSqlStateCodes()
75 testMalformedSqlStateCode(sex); in testMalformedSqlStateCodes()
78 sex = new SQLException("Message", "I", 1); in testMalformedSqlStateCodes()
79 testMalformedSqlStateCode(sex); in testMalformedSqlStateCodes()
83 private void testMalformedSqlStateCode(SQLException sex) { in testMalformedSqlStateCode() argument
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/arc/
H A Dsexw.d7 0x[0-9a-f]+ 202f 0046 sex[wh]+ r0,r1
8 0x[0-9a-f]+ 232f 3706 sex[wh]+ fp,sp
9 0x[0-9a-f]+ 206f 0006 sex[wh]+ r0,0
10 0x[0-9a-f]+ 212f 0f86 ffff ffff sex[wh]+ r1,0xffffffff
11 0x[0-9a-f]+ 262f 7086 sex[wh]+ 0,r2
12 0x[0-9a-f]+ 242f 0f86 0000 00ff sex[wh]+ r4,0xff
14 0x[0-9a-f]+ 202f 1f86 0000 0100 sex[wh]+ r8,0x100
17 0x[0-9a-f]+ 202f 0f86 0000 0000 sex[wh]+ r0,0
19 0x[0-9a-f]+ 202f 8046 sex[wh]+.f r0,r1
20 0x[0-9a-f]+ 226f 8046 sex[wh]+.f r2,0x1
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/arc/
H A Dsexw.d7 0x[0-9a-f]+ 202f 0046 sex[wh]+ r0,r1
8 0x[0-9a-f]+ 232f 3706 sex[wh]+ fp,sp
9 0x[0-9a-f]+ 206f 0006 sex[wh]+ r0,0
10 0x[0-9a-f]+ 212f 0f86 ffff ffff sex[wh]+ r1,0xffffffff
11 0x[0-9a-f]+ 262f 7086 sex[wh]+ 0,r2
12 0x[0-9a-f]+ 242f 0f86 0000 00ff sex[wh]+ r4,0xff
14 0x[0-9a-f]+ 202f 1f86 0000 0100 sex[wh]+ r8,0x100
17 0x[0-9a-f]+ 202f 0f86 0000 0000 sex[wh]+ r0,0
19 0x[0-9a-f]+ 202f 8046 sex[wh]+.f r0,r1
20 0x[0-9a-f]+ 226f 8046 sex[wh]+.f r2,0x1
[all …]
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/arc/
H A Dsexw.d7 0x[0-9a-f]+ 202f 0046 sex[wh]+ r0,r1
8 0x[0-9a-f]+ 232f 3706 sex[wh]+ fp,sp
9 0x[0-9a-f]+ 206f 0006 sex[wh]+ r0,0
10 0x[0-9a-f]+ 212f 0f86 ffff ffff sex[wh]+ r1,0xffffffff
11 0x[0-9a-f]+ 262f 7086 sex[wh]+ 0,r2
12 0x[0-9a-f]+ 242f 0f86 0000 00ff sex[wh]+ r4,0xff
14 0x[0-9a-f]+ 202f 1f86 0000 0100 sex[wh]+ r8,0x100
17 0x[0-9a-f]+ 202f 0f86 0000 0000 sex[wh]+ r0,0
19 0x[0-9a-f]+ 202f 8046 sex[wh]+.f r0,r1
20 0x[0-9a-f]+ 226f 8046 sex[wh]+.f r2,0x1
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/arc/
H A Dsexw.d7 0x[0-9a-f]+ 202f 0046 sex[wh]+ r0,r1
8 0x[0-9a-f]+ 232f 3706 sex[wh]+ fp,sp
9 0x[0-9a-f]+ 206f 0006 sex[wh]+ r0,0
10 0x[0-9a-f]+ 212f 0f86 ffff ffff sex[wh]+ r1,0xffffffff
11 0x[0-9a-f]+ 262f 7086 sex[wh]+ 0,r2
12 0x[0-9a-f]+ 242f 0f86 0000 00ff sex[wh]+ r4,0xff
14 0x[0-9a-f]+ 202f 1f86 0000 0100 sex[wh]+ r8,0x100
17 0x[0-9a-f]+ 202f 0f86 0000 0000 sex[wh]+ r0,0
19 0x[0-9a-f]+ 202f 8046 sex[wh]+.f r0,r1
20 0x[0-9a-f]+ 226f 8046 sex[wh]+.f r2,0x1
[all …]
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/arc/
H A Dsexw.d7 0x[0-9a-f]+ 202f 0046 sex[wh]+ r0,r1
8 0x[0-9a-f]+ 232f 3706 sex[wh]+ fp,sp
9 0x[0-9a-f]+ 206f 0006 sex[wh]+ r0,0
10 0x[0-9a-f]+ 212f 0f86 ffff ffff sex[wh]+ r1,0xffffffff
11 0x[0-9a-f]+ 262f 7086 sex[wh]+ 0,r2
12 0x[0-9a-f]+ 242f 0f86 0000 00ff sex[wh]+ r4,0xff
14 0x[0-9a-f]+ 202f 1f86 0000 0100 sex[wh]+ r8,0x100
17 0x[0-9a-f]+ 202f 0f86 0000 0000 sex[wh]+ r0,0
19 0x[0-9a-f]+ 202f 8046 sex[wh]+.f r0,r1
20 0x[0-9a-f]+ 226f 8046 sex[wh]+.f r2,0x1
[all …]
/dports/games/scourge-data/scourge_data/config/
H A Dpcmodel.cfg6 sex=M
10 sex=M
14 sex=M
18 sex=M
22 sex=M
26 sex=M
30 sex=F
34 sex=F
38 sex=F
42 sex=F
[all …]
/dports/databases/recutils/recutils-1.8/torture/utils/
H A Drecsel.sh882 test_tool recsel-sex-integer-mul ok \
889 test_tool recsel-sex-integer-div ok \
896 test_tool recsel-sex-integer-mod ok \
903 test_tool recsel-sex-integer-not ok \
921 test_tool recsel-sex-integer-or ok \
934 test_tool recsel-sex-real-equal ok \
965 test_tool recsel-sex-real-plus ok \
979 test_tool recsel-sex-real-mul ok \
986 test_tool recsel-sex-sharp-zero ok \
994 test_tool recsel-sex-sharp-one ok \
[all …]
/dports/devel/p5-Class-AutoClass/Class-AutoClass-1.56/t/
H A Dautoclass.105.synonyms.t11 # gender is a synonym for sex
13 $parent->sex('male');
14 is($parent->gender, 'male', 'var set using "gender", read using "sex"');
16 is($parent->sex, 'female', 'var set using "sex", read using "gender"');
17 $parent->sex('???');
18 is($parent->whatisya, '???', 'var set using "sex", read using "whatisya" synonym'); # testing secon…
22 is($child->sex, 'brought you', 'var set using "stork" (Child synonym), read using "sex"');
26 is($child->sex, 'brought you', 'var set using "stork" (Child synonym), read using "sex"');
28 $child=new Child(sex=>'brought you');
29 is($child->stork, 'brought you', 'var set using "sex" (Parent), read using "stork"');
/dports/finance/R-cran-plm/plm/inst/tests/
H A Dtest_pht.R7 bluecol + ind + union + sex + black + ed |
8 sex + black + bluecol + south + smsa + ind,
14 bluecol + ind + union + sex + black + ed |
15 sex + black + bluecol + south + smsa + ind,
20 bluecol + ind + union + sex + black + ed |
21 sex + black + bluecol + south + smsa + ind,
26 bluecol + ind + union + sex + black + ed |
36 bluecol + ind + union + sex + black + ed |
37 bluecol + south + smsa + ind + sex + black |
44 bluecol + ind + union + sex + black + ed |
[all …]
/dports/www/e2guardian/e2guardian-5.3.4/configs/lists/newphraselists/russian-1251/pornography/
H A Dweighted13 <�������� ����><50> #anal sex
14 <a������� ����><120> #anal sex (first 'a' is latin)
15 <�������� ����><50> #oral sex
16 <o������� ����><120> #oral sex (first 'o' is latin)
17 <�����><40> #sex
18 <����><40> #sex
19 <���� ���><50> #sex chat
20 <c��� ���><120> #sex chat (first 'c' is latin)
21 <���� �����><50> #sex forum
22 <c��� �����><120> #sex forum (first 'c' is latin)
/dports/www/e2guardian/e2guardian-5.3.4/configs/lists/newphraselists/russian-koi8-r/pornography/
H A Dweighted13 <�������� ����><50> #anal sex
14 <a������� ����><120> #anal sex (first 'a' is latin)
15 <�������� ����><50> #oral sex
16 <o������� ����><120> #oral sex (first 'o' is latin)
17 <�����><40> #sex
18 <����><40> #sex
19 <���� ���><50> #sex chat
20 <c��� ���><120> #sex chat (first 'c' is latin)
21 <���� �����><50> #sex forum
22 <c��� �����><120> #sex forum (first 'c' is latin)
/dports/www/e2guardian/e2guardian-5.3.4/configs/lists/phraselists/pornography/
H A Dweighted_russian_utf810 <aнальный секс><120> #anal sex (first 'a' is latin)
11 <cекс форум><120> #sex forum (first 'c' is latin)
12 <cекс чат><120> #sex chat (first 'c' is latin)
13 <oральный секс><120> #oral sex (first 'o' is latin)
18 <анальный секс><50> #anal sex
82 <оральный секс><50> #oral sex
113 <секс форум><50> #sex forum
114 <секс чат><50> #sex chat
115 <секс><20> #sex
116 <секса><20> #sex
H A Dweighted_russian10 <a������� ����><120> #anal sex (first 'a' is latin)
11 <c��� �����><120> #sex forum (first 'c' is latin)
12 <c��� ���><120> #sex chat (first 'c' is latin)
13 <o������� ����><120> #oral sex (first 'o' is latin)
18 <�������� ����><50> #anal sex
82 <�������� ����><50> #oral sex
113 <���� �����><50> #sex forum
114 <���� ���><50> #sex chat
115 <����><20> #sex
116 <�����><20> #sex

12345678910>>...104