Home
last modified time | relevance | path

Searched refs:type_values (Results 1 – 25 of 44) sorted by relevance

12

/dports/math/scilab/scilab-6.1.1/scilab/modules/elementary_functions/tests/unit_tests/
H A Disequal.dia.ref27 function check_intra_type(type_values)
28 for i=2:size(type_values)
29 for j=i:size(type_values)
31 if isequal(type_values(i), type_values(j)) then
33 type_values(1), i, type_values(1), j);
34 generate_error(type_values(i), type_values(j), msg);
37 if ~isequal(type_values(i), type_values(j)) then
39 type_values(1), i, type_values(1), j);
40 generate_error(type_values(i), type_values(j), msg);
87 for i=1:size(type_values)
[all …]
H A Disequal.tst30 function check_intra_type(type_values)
31 for i=2:size(type_values)
32 for j=i:size(type_values)
34 if isequal(type_values(i), type_values(j)) then
36 type_values(1), i, type_values(1), j);
37 generate_error(type_values(i), type_values(j), msg);
40 if ~isequal(type_values(i), type_values(j)) then
42 type_values(1), i, type_values(1), j);
43 generate_error(type_values(i), type_values(j), msg);
101 for i=1:size(type_values)
[all …]
/dports/security/py-passlib/passlib-1.7.4/passlib/tests/
H A Dtest_handlers_argon2.py305 for value in cls.type_values:
307 self.assertTrue("i" in cls.type_values)
308 self.assertTrue("d" in cls.type_values)
311 self.assertTrue(cls.type in cls.type_values)
340 for alt_type in handler.type_values:
345 (orig_type, handler.type_values))
425 return self.rng.choice(self.handler.type_values)
/dports/devel/p5-Mouse/Mouse-v2.5.10/t/001_mouse/
H A D024-isa.t12 my @type_values = (
43 for (my $i = 1; $i < @type_values; $i += 2) {
44 my ($value, $valid_types) = @type_values[$i-1, $i];
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/contrib/gen_sccpconf/
H A Dsccp_xml_parser.php53 $type_values = explode(",",$parser[1]); variable
59 foreach($type_values as $value) {
/dports/devel/py-sip/sip-5.5.0/code_generator/metasrc/
H A Dparser.y161 scopedNameDef *type_values);
5650 type_names = type_values = NULL; in instantiateClassTemplate()
5710 type_values)); in instantiateClassTemplate()
5715 type_values)); in instantiateClassTemplate()
5782 type_names, type_values); in instantiateClassTemplate()
5817 type_values); in instantiateClassTemplate()
5838 freeScopedName(type_values); in instantiateClassTemplate()
5989 type_values); in instantiateTemplateEnums()
6040 scopedNameDef *type_values) in instantiateTemplateTypedefs() argument
6158 type_values)); in templateType()
[all …]
/dports/net-im/py-slixmpp/slixmpp-1.7.1/slixmpp/plugins/xep_0016/
H A Dstanza.py62 type_values = ('', 'jid', 'group', 'subscription') variable in Item
66 if value and value not in self.type_values:
/dports/devel/py-sip/sip-5.5.0/code_generator/
H A Dparser.c488 scopedNameDef *type_values);
9289 type_names = type_values = NULL; in instantiateClassTemplate()
9349 type_values)); in instantiateClassTemplate()
9354 type_values)); in instantiateClassTemplate()
9421 type_names, type_values); in instantiateClassTemplate()
9456 type_values); in instantiateClassTemplate()
9477 freeScopedName(type_values); in instantiateClassTemplate()
9628 type_values); in instantiateTemplateEnums()
9679 scopedNameDef *type_values) in instantiateTemplateTypedefs() argument
9797 type_values)); in templateType()
[all …]
/dports/devel/py-cli-helpers/cli_helpers-2.2.0/cli_helpers/tabular_output/
H A Doutput_formatter.py178 type_values = [TYPES[self._get_type(v)] for v in column]
180 return inverse_types[max(type_values)]
/dports/net/tcpdump/tcpdump-4.99.1/
H A Dprint-hncp.c86 static const struct tok type_values[] = { variable
397 ND_PRINT("%s", tok2str(type_values, "Easter Egg", type)); in print_type_in_line()
452 u_int key = type_values[t++].v; in hncp_print_rec()
474 ND_PRINT("%s", tok2str(type_values, "Easter Egg (42)", type_mask) ); in hncp_print_rec()
/dports/devel/py-dtfabric/dtfabric-20200621/dtfabric/
H A Dreader.py664 type_values = (data_type, type_indicator)
665 type_values = [value for value in type_values if value is not None]
667 if not type_values:
673 if len(type_values) > 1:
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/mgmapi/
H A Dmgmapi.cpp684 static struct ndb_mgm_type_atoi type_values[] = variable
691 const int no_of_type_values = (sizeof(type_values) /
702 if(strcmp(type, type_values[i].str) == 0) in ndb_mgm_match_node_type()
703 return type_values[i].value; in ndb_mgm_match_node_type()
704 else if(strcmp(type, type_values[i].alias) == 0) in ndb_mgm_match_node_type()
705 return type_values[i].value; in ndb_mgm_match_node_type()
715 if(type_values[i].value == type) in ndb_mgm_get_node_type_string()
716 return type_values[i].str; in ndb_mgm_get_node_type_string()
725 if(type_values[i].value == type) in ndb_mgm_get_node_type_alias_string()
728 *str= type_values[i].str; in ndb_mgm_get_node_type_alias_string()
[all …]
/dports/graphics/cuttlefish/cuttlefish-1.3/lib/
H A DControl.pm261 my ($object, @type_values) = split /\s+/, $value;
262 $this->SetValueFileObject($file, $linenum, $object, @type_values);
/dports/mail/exim-mysql/exim-4.95/src/lookups/
H A Ddnsdb.c53 static int type_values[] = { variable
265 type = type_values[i]; in dnsdb_find()
/dports/mail/exim-sa-exim/exim-4.95/src/lookups/
H A Ddnsdb.c53 static int type_values[] = { variable
265 type = type_values[i]; in dnsdb_find()
/dports/mail/exim-postgresql/exim-4.95/src/lookups/
H A Ddnsdb.c53 static int type_values[] = { variable
265 type = type_values[i]; in dnsdb_find()
/dports/mail/exim-monitor/exim-4.95/src/lookups/
H A Ddnsdb.c53 static int type_values[] = { variable
265 type = type_values[i]; in dnsdb_find()
/dports/mail/exim/exim-4.95/src/lookups/
H A Ddnsdb.c53 static int type_values[] = { variable
265 type = type_values[i]; in dnsdb_find()
/dports/mail/exim-ldap2/exim-4.95/src/lookups/
H A Ddnsdb.c53 static int type_values[] = { variable
265 type = type_values[i]; in dnsdb_find()
/dports/mail/exim-sqlite/exim-4.95/src/lookups/
H A Ddnsdb.c53 static int type_values[] = { variable
265 type = type_values[i]; in dnsdb_find()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/mgmapi/
H A Dmgmapi.cpp880 static struct ndb_mgm_type_atoi type_values[] = variable
887 const int no_of_type_values = (sizeof(type_values) /
898 if(strcmp(type, type_values[i].str) == 0) in ndb_mgm_match_node_type()
899 return type_values[i].value; in ndb_mgm_match_node_type()
900 else if(strcmp(type, type_values[i].alias) == 0) in ndb_mgm_match_node_type()
901 return type_values[i].value; in ndb_mgm_match_node_type()
911 if(type_values[i].value == type) in ndb_mgm_get_node_type_string()
912 return type_values[i].str; in ndb_mgm_get_node_type_string()
921 if(type_values[i].value == type) in ndb_mgm_get_node_type_alias_string()
924 *str= type_values[i].str; in ndb_mgm_get_node_type_alias_string()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/mgmapi/
H A Dmgmapi.cpp880 static struct ndb_mgm_type_atoi type_values[] = variable
887 const int no_of_type_values = (sizeof(type_values) /
898 if(strcmp(type, type_values[i].str) == 0) in ndb_mgm_match_node_type()
899 return type_values[i].value; in ndb_mgm_match_node_type()
900 else if(strcmp(type, type_values[i].alias) == 0) in ndb_mgm_match_node_type()
901 return type_values[i].value; in ndb_mgm_match_node_type()
911 if(type_values[i].value == type) in ndb_mgm_get_node_type_string()
912 return type_values[i].str; in ndb_mgm_get_node_type_string()
921 if(type_values[i].value == type) in ndb_mgm_get_node_type_alias_string()
924 *str= type_values[i].str; in ndb_mgm_get_node_type_alias_string()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/mgmapi/
H A Dmgmapi.cpp880 static struct ndb_mgm_type_atoi type_values[] = variable
887 const int no_of_type_values = (sizeof(type_values) /
898 if(strcmp(type, type_values[i].str) == 0) in ndb_mgm_match_node_type()
899 return type_values[i].value; in ndb_mgm_match_node_type()
900 else if(strcmp(type, type_values[i].alias) == 0) in ndb_mgm_match_node_type()
901 return type_values[i].value; in ndb_mgm_match_node_type()
911 if(type_values[i].value == type) in ndb_mgm_get_node_type_string()
912 return type_values[i].str; in ndb_mgm_get_node_type_string()
921 if(type_values[i].value == type) in ndb_mgm_get_node_type_alias_string()
924 *str= type_values[i].str; in ndb_mgm_get_node_type_alias_string()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/mgmapi/
H A Dmgmapi.cpp931 static struct ndb_mgm_type_atoi type_values[] = variable
938 const int no_of_type_values = (sizeof(type_values) /
949 if(strcmp(type, type_values[i].str) == 0) in ndb_mgm_match_node_type()
950 return type_values[i].value; in ndb_mgm_match_node_type()
951 else if(strcmp(type, type_values[i].alias) == 0) in ndb_mgm_match_node_type()
952 return type_values[i].value; in ndb_mgm_match_node_type()
962 if(type_values[i].value == type) in ndb_mgm_get_node_type_string()
963 return type_values[i].str; in ndb_mgm_get_node_type_string()
972 if(type_values[i].value == type) in ndb_mgm_get_node_type_alias_string()
975 *str= type_values[i].str; in ndb_mgm_get_node_type_alias_string()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/mgmapi/
H A Dmgmapi.cpp931 static struct ndb_mgm_type_atoi type_values[] = variable
938 const int no_of_type_values = (sizeof(type_values) /
949 if(strcmp(type, type_values[i].str) == 0) in ndb_mgm_match_node_type()
950 return type_values[i].value; in ndb_mgm_match_node_type()
951 else if(strcmp(type, type_values[i].alias) == 0) in ndb_mgm_match_node_type()
952 return type_values[i].value; in ndb_mgm_match_node_type()
962 if(type_values[i].value == type) in ndb_mgm_get_node_type_string()
963 return type_values[i].str; in ndb_mgm_get_node_type_string()
972 if(type_values[i].value == type) in ndb_mgm_get_node_type_alias_string()
975 *str= type_values[i].str; in ndb_mgm_get_node_type_alias_string()
[all …]

12