Home
last modified time | relevance | path

Searched refs:parse_custom (Results 1 – 10 of 10) sorted by relevance

/dports/devel/libical/libical-3.0.8/src/libical-glib/tools/
H A Dxml-parser.h108 gboolean parse_custom(xmlNode *node, Method *method);
H A Dxml-parser.c409 gboolean parse_custom(xmlNode * node, Method * method) in parse_custom() function
454 parse_comment(child, method) != TRUE && parse_custom(child, method) != TRUE) { in parse_method()
/dports/x11-wm/mutter/mutter-41.1/clutter/clutter/
H A Dclutter-script-parser.c1419 gboolean parse_custom = FALSE; in clutter_script_translate_parameters() local
1431 parse_custom = TRUE; in clutter_script_translate_parameters()
1455 if (parse_custom) in clutter_script_translate_parameters()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkbuilderparser.c764 parse_custom (GMarkupParseContext *context, in parse_custom() function
894 if (!parse_custom (context, element_name, names, values, in start_element()
/dports/graphics/clutter/clutter-1.26.4/clutter/
H A Dclutter-script-parser.c1646 gboolean parse_custom = FALSE; in clutter_script_translate_parameters() local
1656 parse_custom = TRUE; in clutter_script_translate_parameters()
1680 if (parse_custom) in clutter_script_translate_parameters()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/
H A Dclutter-script-parser.c1646 gboolean parse_custom = FALSE; in clutter_script_translate_parameters() local
1656 parse_custom = TRUE; in clutter_script_translate_parameters()
1680 if (parse_custom) in clutter_script_translate_parameters()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkbuilderparser.c854 parse_custom (GMarkupParseContext *context, in parse_custom() function
985 else if (!parse_custom (context, element_name, names, values, data, error)) in start_element()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkbuilderparser.c1693 parse_custom (GtkBuildableParseContext *context, in parse_custom() function
1831 else if (!parse_custom (context, element_name, names, values, data, error)) in start_element()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/
H A DChangeLog.pre-2-142605 * gtk/gtkbuilderparser.c (parse_custom): Set properties in the order
7865 * gtk/gtkbuilderparser.c (parse_custom): use the right type for
H A DChangeLog.pre-2-122794 (subparser_end), (parse_custom), (start_element), (end_element),