Home
last modified time | relevance | path

Searched refs:type_field (Results 1 – 25 of 263) sorted by relevance

1234567891011

/dports/security/libtasn1/libtasn1-4.18.0/lib/
H A Delement.c152 while ((type_field (p->type) == ASN1_ETYPE_TAG) in _asn1_append_sequence_set()
153 || (type_field (p->type) == ASN1_ETYPE_SIZE)) in _asn1_append_sequence_set()
322 type = type_field (node->type); in asn1_write_value()
328 while ((type_field (p->type) == ASN1_ETYPE_TAG) in asn1_write_value()
329 || (type_field (p->type) == ASN1_ETYPE_SIZE)) in asn1_write_value()
400 if (type_field (p->type) == ASN1_ETYPE_CONSTANT) in asn1_write_value()
455 while (type_field (p->type) != ASN1_ETYPE_DEFAULT) in asn1_write_value()
849 type = type_field (node->type); in asn1_read_value_type()
1043 if (type_field (p->type) == ASN1_ETYPE_TAG) in asn1_read_tag()
1069 unsigned type = type_field (node->type); in asn1_read_tag()
[all …]
H A Dparser_aux.c674 if ((type_field (p->type) == ASN1_ETYPE_INTEGER) in _asn1_change_integer_value()
750 if ((type_field (p->type) == ASN1_ETYPE_OBJECT_ID) in _asn1_expand_object_id()
764 (type_field (p3->type) != ASN1_ETYPE_OBJECT_ID) || in _asn1_expand_object_id()
778 if (type_field (p4->type) == ASN1_ETYPE_CONSTANT) in _asn1_expand_object_id()
860 if ((type_field (p->type) == ASN1_ETYPE_OBJECT_ID) && in _asn1_expand_object_id()
878 if (type_field (p4->type) == ASN1_ETYPE_CONSTANT) in _asn1_expand_object_id()
955 if (type_field (p->type) == ASN1_ETYPE_SET) in _asn1_type_set_config()
960 if (type_field (p2->type) != ASN1_ETYPE_TAG) in _asn1_type_set_config()
1045 if (p2 && (type_field (p2->type) == ASN1_ETYPE_DEFAULT)) in _asn1_check_identifier()
1071 if (p2 && (type_field (p2->type) == ASN1_ETYPE_CONSTANT)) in _asn1_check_identifier()
[all …]
H A Dcoding.c563 if (type_field (p->type) == ASN1_ETYPE_TAG) in _asn1_complete_explicit_tag()
683 if (type_field (p->type) == ASN1_ETYPE_TAG) in _asn1_insert_tag_der()
720 || (type_field (node->type) == ASN1_ETYPE_SET) in _asn1_insert_tag_der()
739 unsigned type = type_field (node->type); in _asn1_insert_tag_der()
797 if (type_field (node->type) != ASN1_ETYPE_SET) in _asn1_ordering_set()
802 (type_field (p->type) == ASN1_ETYPE_SIZE))) in _asn1_ordering_set()
965 if (type_field (node->type) != ASN1_ETYPE_SET_OF) in _asn1_ordering_set_of()
970 (type_field (p->type) == ASN1_ETYPE_SIZE))) in _asn1_ordering_set_of()
1126 switch (type_field (p->type)) in asn1_der_coding()
1322 while ((type_field (p->type) == ASN1_ETYPE_TAG) in asn1_der_coding()
[all …]
H A Ddecoding.c573 if (type_field (p->type) == ASN1_ETYPE_TAG) in _asn1_extract_tag_der()
625 || (type_field (node->type) == ASN1_ETYPE_SET) in _asn1_extract_tag_der()
626 || (type_field (node->type) == ASN1_ETYPE_SET_OF)) in _asn1_extract_tag_der()
660 unsigned type = type_field (node->type); in _asn1_extract_tag_der()
741 if (type_field (node->type) == ASN1_ETYPE_CHOICE) in extract_tag_der_recursive()
1039 if (type_field (p->type) == ASN1_ETYPE_CHOICE) in asn1_der_decoding2()
1125 switch (type_field (p->type)) in asn1_der_decoding2()
1249 _asn1_decode_simple_ber (type_field (p->type), in asn1_der_decoding2()
1342 if (type_field (p2->type) != ASN1_ETYPE_TAG) in asn1_der_decoding2()
1446 || (type_field (p2->type) == ASN1_ETYPE_SIZE)) in asn1_der_decoding2()
[all …]
/dports/security/gnutls/gnutls-3.6.16/lib/minitasn1/
H A Delement.c152 while ((type_field (p->type) == ASN1_ETYPE_TAG) in _asn1_append_sequence_set()
153 || (type_field (p->type) == ASN1_ETYPE_SIZE)) in _asn1_append_sequence_set()
322 type = type_field (node->type); in asn1_write_value()
327 while ((type_field (p->type) == ASN1_ETYPE_TAG) in asn1_write_value()
328 || (type_field (p->type) == ASN1_ETYPE_SIZE)) in asn1_write_value()
399 if (type_field (p->type) == ASN1_ETYPE_CONSTANT) in asn1_write_value()
454 while (type_field (p->type) != ASN1_ETYPE_DEFAULT) in asn1_write_value()
847 type = type_field (node->type); in asn1_read_value_type()
1045 if (type_field (p->type) == ASN1_ETYPE_TAG) in asn1_read_tag()
1071 unsigned type = type_field (node->type); in asn1_read_tag()
[all …]
H A Dparser_aux.c676 if ((type_field (p->type) == ASN1_ETYPE_INTEGER) in _asn1_change_integer_value()
752 if ((type_field (p->type) == ASN1_ETYPE_OBJECT_ID) in _asn1_expand_object_id()
765 (type_field (p3->type) != ASN1_ETYPE_OBJECT_ID) || in _asn1_expand_object_id()
779 if (type_field (p4->type) == ASN1_ETYPE_CONSTANT) in _asn1_expand_object_id()
861 if ((type_field (p->type) == ASN1_ETYPE_OBJECT_ID) && in _asn1_expand_object_id()
879 if (type_field (p4->type) == ASN1_ETYPE_CONSTANT) in _asn1_expand_object_id()
956 if (type_field (p->type) == ASN1_ETYPE_SET) in _asn1_type_set_config()
961 if (type_field (p2->type) != ASN1_ETYPE_TAG) in _asn1_type_set_config()
1044 if (p2 && (type_field (p2->type) == ASN1_ETYPE_DEFAULT)) in _asn1_check_identifier()
1068 if (p2 && (type_field (p2->type) == ASN1_ETYPE_CONSTANT)) in _asn1_check_identifier()
[all …]
H A Dcoding.c564 if (type_field (p->type) == ASN1_ETYPE_TAG) in _asn1_complete_explicit_tag()
683 if (type_field (p->type) == ASN1_ETYPE_TAG) in _asn1_insert_tag_der()
720 || (type_field (node->type) == ASN1_ETYPE_SET) in _asn1_insert_tag_der()
739 unsigned type = type_field (node->type); in _asn1_insert_tag_der()
797 if (type_field (node->type) != ASN1_ETYPE_SET) in _asn1_ordering_set()
802 (type_field (p->type) == ASN1_ETYPE_SIZE))) in _asn1_ordering_set()
967 if (type_field (node->type) != ASN1_ETYPE_SET_OF) in _asn1_ordering_set_of()
972 (type_field (p->type) == ASN1_ETYPE_SIZE))) in _asn1_ordering_set_of()
1124 switch (type_field (p->type)) in asn1_der_coding()
1314 while ((type_field (p->type) == ASN1_ETYPE_TAG) in asn1_der_coding()
[all …]
H A Ddecoding.c571 if (type_field (p->type) == ASN1_ETYPE_TAG) in _asn1_extract_tag_der()
624 (type_field (node->type) == ASN1_ETYPE_SEQUENCE_OF) in _asn1_extract_tag_der()
625 || (type_field (node->type) == ASN1_ETYPE_SET) in _asn1_extract_tag_der()
626 || (type_field (node->type) == ASN1_ETYPE_SET_OF)) in _asn1_extract_tag_der()
661 unsigned type = type_field (node->type); in _asn1_extract_tag_der()
742 if (type_field (node->type) == ASN1_ETYPE_CHOICE) in extract_tag_der_recursive()
1034 if (type_field (p->type) == ASN1_ETYPE_CHOICE) in asn1_der_decoding2()
1120 switch (type_field (p->type)) in asn1_der_decoding2()
1336 if (type_field (p2->type) != ASN1_ETYPE_TAG) in asn1_der_decoding2()
1440 || (type_field (p2->type) == ASN1_ETYPE_SIZE)) in asn1_der_decoding2()
[all …]
/dports/net-im/psi/psi-1.5/src/
H A Drc.cpp53 XData::Field type_field; in execute() local
54 type_field.setType(XData::Field::Field_Hidden); in execute()
55 type_field.setVar("FORM_TYPE"); in execute()
56 type_field.setValue(QStringList("http://jabber.org/protocol/rc")); in execute()
57 type_field.setRequired(false); in execute()
58 fields += type_field; in execute()
169 XData::Field type_field; in execute() local
170 type_field.setType(XData::Field::Field_Hidden); in execute()
171 type_field.setVar("FORM_TYPE"); in execute()
173 type_field.setRequired(false); in execute()
[all …]
/dports/net-mgmt/ocsinventory-ocsreports/ocsinventory-ocsreports/require/
H A Dfunction_users.php199 $type_field = array($update, 2, 2);
204 $type_field = array(3, 3);
219 $type_field[]= 0;
220 $type_field[]= 0;
221 $type_field[]= 0;
222 $type_field[]= 0;
245 $type_field[]=4;
249 $tab_typ_champ=show_field($name_field,$type_field,$value_field);
H A Dfunction_ipdiscover.php61 $type_field = array(0, 2, 13, 0);
63 $type_field = array(0, 2, 0, 0);
68 $tab_typ_champ = show_field($name_field, $type_field, $value_field);
178 $type_field = array(0, 2);
184 array_push($type_field, 0, 0);
188 $tab_typ_champ = show_field($name_field, $type_field, $value_field);
/dports/net-mgmt/ocsinventory-ocsreports/ocsinventory-ocsreports/require/ipdiscover/
H A DIpdiscover.php91 $type_field = array(0, 2, 2, 13, 0);
93 $type_field = array(0, 2, 2, 0, 0);
97 $type_field = array(0, 2, 13, 0);
99 $type_field = array(0, 2, 0, 0);
110 $tab_typ_champ = show_field($name_field, $type_field, $value_field);
246 $type_field = array(0, 2);
252 array_push($type_field, 0, 0);
256 $tab_typ_champ = show_field($name_field, $type_field, $value_field);
/dports/irc/irssi/irssi-1.2.3/src/core/
H A Dmodules.h66 #define MODULE_CHECK_CAST(object, cast, type_field, id) \ argument
67 ((cast *) module_check_cast(object, offsetof(cast, type_field), id))
68 #define MODULE_CHECK_CAST_MODULE(object, cast, type_field, module, id) \ argument
70 offsetof(cast, type_field), module, id))
/dports/net-mgmt/ocsinventory-ocsreports/ocsinventory-ocsreports/plugins/main_sections/ms_admininfo/
H A Dms_admininfo.php264 $type_field = array(3, 3); variable
267 $type_field = array(2, 0); variable
277 array_push($type_field, 0);
282 array_push($type_field, 2);
287 array_push($type_field, 2);
293 array_push($type_field, 2);
297 $tab_typ_champ = show_field($name_field, $type_field, $value_field, $config);
379 $type_field = array(0); variable
382 $tab_typ_champ = show_field($name_field, $type_field, $value_field);
/dports/devel/bugzilla44/bugzilla-4.4.13/template/en/default/admin/custom_fields/
H A Dcf-js.js.tmpl33 function onChangeType(type_field) {
35 if (type_field.value == [% constants.FIELD_TYPE_SINGLE_SELECT %]
36 || type_field.value == [% constants.FIELD_TYPE_MULTI_SELECT %])
45 if (type_field.value == [% constants.FIELD_TYPE_BUG_ID %])
/dports/devel/bugzilla50/bugzilla-5.0.4/template/en/default/admin/custom_fields/
H A Dcf-js.js.tmpl33 function onChangeType(type_field) {
35 if (type_field.value == [% constants.FIELD_TYPE_SINGLE_SELECT %]
36 || type_field.value == [% constants.FIELD_TYPE_MULTI_SELECT %])
45 if (type_field.value == [% constants.FIELD_TYPE_BUG_ID %])
/dports/japanese/bugzilla50/ja-bugzilla50-5.0.2/default/admin/custom_fields/
H A Dcf-js.js.tmpl33 function onChangeType(type_field) {
35 if (type_field.value == [% constants.FIELD_TYPE_SINGLE_SELECT %]
36 || type_field.value == [% constants.FIELD_TYPE_MULTI_SELECT %])
45 if (type_field.value == [% constants.FIELD_TYPE_BUG_ID %])
/dports/japanese/bugzilla44/ja-bugzilla44-4.4.9/default/admin/custom_fields/
H A Dcf-js.js.tmpl33 function onChangeType(type_field) {
35 if (type_field.value == [% constants.FIELD_TYPE_SINGLE_SELECT %]
36 || type_field.value == [% constants.FIELD_TYPE_MULTI_SELECT %])
45 if (type_field.value == [% constants.FIELD_TYPE_BUG_ID %])
/dports/www/p5-HTML-FormFu-Model-DBIC/HTML-FormFu-Model-DBIC-2.03/t/default_values/
H A Dbelongs_to_lookup_table_combobox.t50 my $type_field = $form->get_field('type');
52 is( $type_field->default, 3 );
56 like( "$type_field", qr{<option value="3" selected="selected">type 3</option>} );
/dports/dns/inadyn/inadyn-2.9.0/plugins/
H A Dyandex.c161 } type_field = TYPE_NONE; in get_record_id() local
187 type_field = TYPE_KEYWORD; in get_record_id()
200 if ((type_field == TYPE_KEYWORD) && in get_record_id()
202 type_field = TYPE_VALUE; in get_record_id()
218 type_field == TYPE_VALUE && in get_record_id()
236 type_field = TYPE_NONE; in get_record_id()
/dports/net-mgmt/ocsinventory-ocsreports/ocsinventory-ocsreports/plugins/snmp_detail/sd_admininfo/
H A Dsd_admininfo.php101 $type_field = array(); variable
190 array_push($type_field, $val_admin_info['TYPE']);
192 array_push($type_field, 3);
198 $tab_typ_champ = show_field($name_field, $type_field, $value_field, $config);
/dports/sysutils/less/less-551/
H A Dmkutable12 my $type_field = 2;
33 $type_field = $opt_f if $opt_f;
57 my $type = $fields[$type_field];
/dports/www/kannel/gateway-1.4.4/utils/
H A Dwbmp.c102 new->type_field = type; in wbmp_create()
137 if (pic->type_field != 0) { in wbmp_create_stream()
138 error(0, "Unknown WBMP type %d, cannot convert", pic->type_field); in wbmp_create_stream()
/dports/news/knews/knews-1.0b.1/src/
H A Dp_popup.c51 Widget type_field; member
190 XtAddCallback(w->type_field, XtNcallback, in create_post_widgets()
280 TextFieldSetActive(w->type_field, False); in post_set_busy()
283 XtSetSensitive(w->type_field, False); in post_set_busy()
310 TextFieldSetActive(w->type_field, True); in post_unset_busy()
313 XtSetSensitive(w->type_field, True); in post_unset_busy()
407 XtSetKeyboardFocus(w->shell, w->type_field); in set_attach_widgets()
697 if (field == w->type_field) { in tab_callback()
704 new = w->type_field; in tab_callback()
738 TextFieldSetBuffer(w->type_field, tmp); in type_field_callback()
[all …]
/dports/devel/py-graphql-core/graphql-core-3.1.6/src/graphql/type/
H A Dvalidate.py333 type_field = type_fields.get(field_name)
336 if not type_field:
346 if not is_type_sub_type_of(self.schema, type_field.type, iface_field.type):
354 type_field.ast_node and type_field.ast_node.type,
360 type_arg = type_field.args.get(arg_name)
369 [iface_arg.ast_node, type_field.ast_node],
389 for arg_name, type_arg in type_field.args.items():

1234567891011