Searched refs:a_value (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-style.c244 CRTerm * a_value, enum CRDirection a_dir);
248 CRTerm * a_value,
252 CRTerm *a_value) ;
256 CRTerm * a_value,
260 CRTerm *a_value) ;
263 set_prop_margin_x_from_value (CRStyle * a_style, CRTerm * a_value,
267 set_prop_display_from_value (CRStyle * a_style, CRTerm * a_value);
270 set_prop_position_from_value (CRStyle * a_style, CRTerm * a_value);
273 set_prop_x_from_value (CRStyle * a_style, CRTerm * a_value,
277 set_prop_float (CRStyle * a_style, CRTerm * a_value);
433 set_prop_padding_x_from_value(CRStyle * a_style, CRTerm * a_value, enum CRDirection a_dir) argument
502 set_prop_border_x_width_from_value(CRStyle * a_style, CRTerm * a_value, enum CRDirection a_dir) argument
570 set_prop_border_width_from_value(CRStyle *a_style, CRTerm *a_value) argument
614 set_prop_border_x_style_from_value(CRStyle * a_style, CRTerm * a_value, enum CRDirection a_dir) argument
699 set_prop_border_style_from_value(CRStyle *a_style, CRTerm *a_value) argument
748 set_prop_margin_x_from_value(CRStyle * a_style, CRTerm * a_value, enum CRDirection a_dir) argument
813 set_prop_display_from_value(CRStyle * a_style, CRTerm * a_value) argument
874 set_prop_position_from_value(CRStyle * a_style, CRTerm * a_value) argument
921 set_prop_x_from_value(CRStyle * a_style, CRTerm * a_value, enum CRDirection a_dir) argument
976 set_prop_float(CRStyle * a_style, CRTerm * a_value) argument
1013 set_prop_width(CRStyle * a_style, CRTerm * a_value) argument
1047 set_prop_color(CRStyle * a_style, CRTerm * a_value) argument
1061 set_prop_background_color(CRStyle * a_style, CRTerm * a_value) argument
1083 set_prop_border_x_color_from_value(CRStyle * a_style, CRTerm * a_value, enum CRDirection a_dir) argument
1140 set_prop_border_x_from_value(CRStyle * a_style, CRTerm * a_value, enum CRDirection a_dir) argument
1168 set_prop_border_from_value(CRStyle * a_style, CRTerm * a_value) argument
1184 set_prop_padding_from_value(CRStyle * a_style, CRTerm * a_value) argument
1235 set_prop_margin_from_value(CRStyle * a_style, CRTerm * a_value) argument
1286 set_prop_font_family_from_value(CRStyle * a_style, CRTerm * a_value) argument
1411 set_prop_font_size_from_value(CRStyle * a_style, CRTerm * a_value) argument
1558 set_prop_font_style_from_value(CRStyle * a_style, CRTerm * a_value) argument
1598 set_prop_font_weight_from_value(CRStyle * a_style, CRTerm * a_value) argument
1667 set_prop_white_space_from_value(CRStyle * a_style, CRTerm * a_value) argument
[all...]
H A Dcr-rgb.c547 *@a_value: the terminal from which to set
554 cr_rgb_set_from_term (CRRgb *a_this, const struct _CRTerm *a_value) argument
557 g_return_val_if_fail (a_this && a_value,
560 switch(a_value->type) {
562 if (a_value->content.rgb) {
564 (a_this, a_value->content.rgb) ;
568 if (a_value->content.str
569 && a_value->content.str->stryng
570 && a_value->content.str->stryng->str) {
572 a_value
[all...]
H A Dcr-declaration.h80 CRTerm *a_value) ;
95 CRTerm *a_value) ;
H A Dcr-rgb.h84 enum CRStatus cr_rgb_set_from_term (CRRgb *a_this, const struct _CRTerm *a_value);
H A Dcr-declaration.c63 *@a_value: the value expression of the declaration.
71 CRString * a_property, CRTerm * a_value)
92 result->value = a_value;
94 if (a_value) {
95 cr_term_ref (a_value);
416 *@a_value: the value of the declaration to append.
424 CRString * a_prop, CRTerm * a_value)
430 a_prop, a_value);
432 new_elem = cr_declaration_new (NULL, a_prop, a_value);
70 cr_declaration_new(CRStatement * a_statement, CRString * a_property, CRTerm * a_value) argument
423 cr_declaration_append2(CRDeclaration * a_this, CRString * a_prop, CRTerm * a_value) argument
H A Dcr-parser.h119 enum CRStatus cr_parser_parse_charset (CRParser *a_this, CRString **a_value,
H A Dcr-statement.h330 CRString *a_prop, CRTerm *a_value) ;
393 CRTerm *a_value) ;
H A Dcr-fonts.h269 gdouble a_value) ;
H A Dcr-statement.c78 CRTerm * a_value, gboolean a_important)
95 decl = cr_declaration_new (stmt, name, a_value);
305 CRString * a_name, CRTerm * a_value,
330 decl = cr_declaration_new (stmt, name, a_value);
418 CRTerm * a_value, gboolean a_important)
437 decl = cr_declaration_new (ruleset, stringue, a_value);
2086 *@a_value: the value of the declaration.
2096 CRTerm * a_value)
2105 a_prop, a_value);
2445 *@a_value
76 parse_font_face_property_cb(CRDocHandler * a_this, CRString * a_name, CRTerm * a_value, gboolean a_important) argument
304 parse_at_media_property_cb(CRDocHandler * a_this, CRString * a_name, CRTerm * a_value, gboolean a_important) argument
416 parse_ruleset_property_cb(CRDocHandler * a_this, CRString * a_name, CRTerm * a_value, gboolean a_important) argument
2094 cr_statement_ruleset_append_decl2(CRStatement * a_this, CRString * a_prop, CRTerm * a_value) argument
2453 cr_statement_at_font_face_rule_add_decl(CRStatement * a_this, CRString * a_prop, CRTerm * a_value) argument
[all...]
H A Dcr-fonts.c459 * @a_value: the actual value to set.
466 gdouble a_value)
475 a_value, a_num_type) ;
464 cr_font_size_set_absolute_font_size(CRFontSize *a_this, enum CRNumType a_num_type, gdouble a_value) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-style.c244 CRTerm * a_value, enum CRDirection a_dir);
248 CRTerm * a_value,
252 CRTerm *a_value) ;
256 CRTerm * a_value,
260 CRTerm *a_value) ;
263 set_prop_margin_x_from_value (CRStyle * a_style, CRTerm * a_value,
267 set_prop_display_from_value (CRStyle * a_style, CRTerm * a_value);
270 set_prop_position_from_value (CRStyle * a_style, CRTerm * a_value);
273 set_prop_x_from_value (CRStyle * a_style, CRTerm * a_value,
277 set_prop_float (CRStyle * a_style, CRTerm * a_value);
433 set_prop_padding_x_from_value(CRStyle * a_style, CRTerm * a_value, enum CRDirection a_dir) argument
502 set_prop_border_x_width_from_value(CRStyle * a_style, CRTerm * a_value, enum CRDirection a_dir) argument
570 set_prop_border_width_from_value(CRStyle *a_style, CRTerm *a_value) argument
614 set_prop_border_x_style_from_value(CRStyle * a_style, CRTerm * a_value, enum CRDirection a_dir) argument
699 set_prop_border_style_from_value(CRStyle *a_style, CRTerm *a_value) argument
748 set_prop_margin_x_from_value(CRStyle * a_style, CRTerm * a_value, enum CRDirection a_dir) argument
813 set_prop_display_from_value(CRStyle * a_style, CRTerm * a_value) argument
874 set_prop_position_from_value(CRStyle * a_style, CRTerm * a_value) argument
921 set_prop_x_from_value(CRStyle * a_style, CRTerm * a_value, enum CRDirection a_dir) argument
976 set_prop_float(CRStyle * a_style, CRTerm * a_value) argument
1013 set_prop_width(CRStyle * a_style, CRTerm * a_value) argument
1047 set_prop_color(CRStyle * a_style, CRTerm * a_value) argument
1061 set_prop_background_color(CRStyle * a_style, CRTerm * a_value) argument
1083 set_prop_border_x_color_from_value(CRStyle * a_style, CRTerm * a_value, enum CRDirection a_dir) argument
1140 set_prop_border_x_from_value(CRStyle * a_style, CRTerm * a_value, enum CRDirection a_dir) argument
1168 set_prop_border_from_value(CRStyle * a_style, CRTerm * a_value) argument
1184 set_prop_padding_from_value(CRStyle * a_style, CRTerm * a_value) argument
1235 set_prop_margin_from_value(CRStyle * a_style, CRTerm * a_value) argument
1286 set_prop_font_family_from_value(CRStyle * a_style, CRTerm * a_value) argument
1411 set_prop_font_size_from_value(CRStyle * a_style, CRTerm * a_value) argument
1558 set_prop_font_style_from_value(CRStyle * a_style, CRTerm * a_value) argument
1598 set_prop_font_weight_from_value(CRStyle * a_style, CRTerm * a_value) argument
1667 set_prop_white_space_from_value(CRStyle * a_style, CRTerm * a_value) argument
[all...]
H A Dcr-rgb.c547 *@a_value: the terminal from which to set
554 cr_rgb_set_from_term (CRRgb *a_this, const struct _CRTerm *a_value) argument
557 g_return_val_if_fail (a_this && a_value,
560 switch(a_value->type) {
562 if (a_value->content.rgb) {
564 (a_this, a_value->content.rgb) ;
568 if (a_value->content.str
569 && a_value->content.str->stryng
570 && a_value->content.str->stryng->str) {
572 a_value
[all...]
H A Dcr-declaration.h80 CRTerm *a_value) ;
95 CRTerm *a_value) ;
H A Dcr-rgb.h84 enum CRStatus cr_rgb_set_from_term (CRRgb *a_this, const struct _CRTerm *a_value);
H A Dcr-declaration.c63 *@a_value: the value expression of the declaration.
71 CRString * a_property, CRTerm * a_value)
92 result->value = a_value;
94 if (a_value) {
95 cr_term_ref (a_value);
416 *@a_value: the value of the declaration to append.
424 CRString * a_prop, CRTerm * a_value)
430 a_prop, a_value);
432 new_elem = cr_declaration_new (NULL, a_prop, a_value);
70 cr_declaration_new(CRStatement * a_statement, CRString * a_property, CRTerm * a_value) argument
423 cr_declaration_append2(CRDeclaration * a_this, CRString * a_prop, CRTerm * a_value) argument
H A Dcr-parser.h119 enum CRStatus cr_parser_parse_charset (CRParser *a_this, CRString **a_value,
H A Dcr-statement.h330 CRString *a_prop, CRTerm *a_value) ;
393 CRTerm *a_value) ;
H A Dcr-fonts.h269 gdouble a_value) ;
H A Dcr-statement.c78 CRTerm * a_value, gboolean a_important)
95 decl = cr_declaration_new (stmt, name, a_value);
305 CRString * a_name, CRTerm * a_value,
330 decl = cr_declaration_new (stmt, name, a_value);
418 CRTerm * a_value, gboolean a_important)
437 decl = cr_declaration_new (ruleset, stringue, a_value);
2086 *@a_value: the value of the declaration.
2096 CRTerm * a_value)
2105 a_prop, a_value);
2445 *@a_value
76 parse_font_face_property_cb(CRDocHandler * a_this, CRString * a_name, CRTerm * a_value, gboolean a_important) argument
304 parse_at_media_property_cb(CRDocHandler * a_this, CRString * a_name, CRTerm * a_value, gboolean a_important) argument
416 parse_ruleset_property_cb(CRDocHandler * a_this, CRString * a_name, CRTerm * a_value, gboolean a_important) argument
2094 cr_statement_ruleset_append_decl2(CRStatement * a_this, CRString * a_prop, CRTerm * a_value) argument
2453 cr_statement_at_font_face_rule_add_decl(CRStatement * a_this, CRString * a_prop, CRTerm * a_value) argument
[all...]
H A Dcr-fonts.c459 * @a_value: the actual value to set.
466 gdouble a_value)
475 a_value, a_num_type) ;
464 cr_font_size_set_absolute_font_size(CRFontSize *a_this, enum CRNumType a_num_type, gdouble a_value) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/uninorm/
H A Dtest-u32-normalize-big.c49 ucs4_t a_value = *(const ucs4_t *)a; local
51 return (a_value < b_value ? -1 : a_value > b_value ? 1 : 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Drsa.c1172 gcry_mpi_t a_value;
1185 a_value = gcry_sexp_nth_mpi (l3, 1, 0);
1188 return a_value;
1170 gcry_mpi_t a_value; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Drsa.c1172 gcry_mpi_t a_value;
1185 a_value = gcry_sexp_nth_mpi (l3, 1, 0);
1188 return a_value;
1170 gcry_mpi_t a_value; local

Completed in 117 milliseconds