• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/

Lines Matching refs:CRParser

27  *@CRParser:
29 *The definition of the #CRParser class.
107 *#CRParser.
168 *@a_this: the current instance of #CRParser .
195 *@param a_this the current instance of #CRParser.
210 *@param a_this the curent instance of #CRParser
224 *@param a_this the current instance of #CRParser.
236 *@param parser the current instance of #CRParser.
250 *@param a_parser the current instance of #CRParser.
269 *@param a_this the current instance of #CRParser.
281 *@param a_parser the current instance of #CRParser.
292 *@param a_parser the current instance of #CRParser.
328 static enum CRStatus cr_parser_parse_unicode_escape (CRParser * a_this,
330 static enum CRStatus cr_parser_parse_escape (CRParser * a_this,
333 static enum CRStatus cr_parser_parse_unicode_range (CRParser * a_this,
338 static enum CRStatus cr_parser_parse_stylesheet_core (CRParser * a_this);
340 static enum CRStatus cr_parser_parse_atrule_core (CRParser * a_this);
342 static enum CRStatus cr_parser_parse_ruleset_core (CRParser * a_this);
344 static enum CRStatus cr_parser_parse_selector_core (CRParser * a_this);
346 static enum CRStatus cr_parser_parse_declaration_core (CRParser * a_this);
348 static enum CRStatus cr_parser_parse_any_core (CRParser * a_this);
350 static enum CRStatus cr_parser_parse_block_core (CRParser * a_this);
352 static enum CRStatus cr_parser_parse_value_core (CRParser * a_this);
354 static enum CRStatus cr_parser_parse_string (CRParser * a_this,
357 static enum CRStatus cr_parser_parse_ident (CRParser * a_this,
360 static enum CRStatus cr_parser_parse_uri (CRParser * a_this,
363 static enum CRStatus cr_parser_parse_function (CRParser * a_this,
366 static enum CRStatus cr_parser_parse_property (CRParser * a_this,
369 static enum CRStatus cr_parser_parse_attribute_selector (CRParser * a_this,
372 static enum CRStatus cr_parser_parse_simple_selector (CRParser * a_this,
375 static enum CRStatus cr_parser_parse_simple_sels (CRParser * a_this,
395 static enum CRStatus cr_parser_push_error (CRParser * a_this,
399 static enum CRStatus cr_parser_dump_err_stack (CRParser * a_this,
402 cr_parser_clear_errors (CRParser * a_this);
512 *@param a_this the current instance of #CRParser.
518 cr_parser_push_error (CRParser * a_this,
558 *@param a_this the current instance of #CRParser.
565 cr_parser_dump_err_stack (CRParser * a_this, gboolean a_clear_errs)
588 *@param a_this the current instance of #CRParser.
591 cr_parser_clear_errors (CRParser * a_this)
614 *@a_this: the current instance of #CRParser.
622 cr_parser_try_to_skip_spaces_and_comments (CRParser * a_this)
674 *@param a_this the current instance of #CRParser.
678 cr_parser_parse_stylesheet_core (CRParser * a_this)
755 *@param a_this the current instance of #CRParser.
760 cr_parser_parse_atrule_core (CRParser * a_this)
831 *@param a_this the current instance of #CRParser.
835 cr_parser_parse_ruleset_core (CRParser * a_this)
919 *@param a_this the current instance of #CRParser.
924 cr_parser_parse_selector_core (CRParser * a_this)
959 *@param a_this the current instance of #CRParser.
963 cr_parser_parse_block_core (CRParser * a_this)
1032 cr_parser_parse_declaration_core (CRParser * a_this)
1084 *@param a_this the current instance of #CRParser.
1088 cr_parser_parse_value_core (CRParser * a_this)
1165 *@param a_this the current instance of #CRParser.
1169 cr_parser_parse_any_core (CRParser * a_this)
1321 *#CRParser .
1326 cr_parser_parse_attribute_selector (CRParser * a_this,
1456 *@param a_this the "this pointer" of the current instance of #CRParser.
1466 cr_parser_parse_property (CRParser * a_this,
1508 cr_parser_parse_term (CRParser * a_this, CRTerm ** a_term)
1651 *@a_this: the "this pointer" of the current instance of #CRParser.
1663 cr_parser_parse_simple_selector (CRParser * a_this, CRSimpleSel ** a_sel)
1917 *@a_this: the this pointer of the current instance of #CRParser.
1930 cr_parser_parse_simple_sels (CRParser * a_this,
1995 *@a_this: the current instance of #CRParser.
2005 cr_parser_parse_selector (CRParser * a_this,
2116 *@a_this: the "this pointer" of the current instance of #CRParser.
2128 cr_parser_parse_function (CRParser * a_this,
2204 *@a_this: the current instance of #CRParser.
2214 cr_parser_parse_uri (CRParser * a_this, CRString ** a_str)
2229 *@a_this: the current instance of #CRParser.
2245 cr_parser_parse_string (CRParser * a_this, CRString ** a_str)
2262 *@param a_this the currens instance of #CRParser.
2273 cr_parser_parse_ident (CRParser * a_this, CRString ** a_str)
2296 *@param a_this the "this pointer" of the current instance of #CRParser.
2305 cr_parser_parse_stylesheet (CRParser * a_this)
2738 *Public CRParser Methods
2748 *Returns the newly created instance of #CRParser,
2751 CRParser *
2754 CRParser *result = NULL;
2757 result = g_malloc0 (sizeof (CRParser));
2777 *of #CRParser. If set to FALSE, it is up to the caller to
2784 CRParser *
2790 CRParser *result = NULL;
2813 CRParser *
2816 CRParser *result = NULL;
2837 CRParser *
2840 CRParser *result = NULL;
2856 *@a_this: the "this pointer" of the current instance of #CRParser.
2864 cr_parser_set_sac_handler (CRParser * a_this, CRDocHandler * a_handler)
2881 *#CRParser.
2890 cr_parser_get_sac_handler (CRParser * a_this, CRDocHandler ** a_handler)
2901 *@a_this: a pointer to the current instance of #CRParser.
2904 *of #CRParser to the default SAC handler.
2909 cr_parser_set_default_sac_handler (CRParser * a_this)
2932 * @a_this: the current instance of #CRParser.
2938 cr_parser_set_use_core_grammar (CRParser * a_this,
2950 * @a_this: the current instance of #CRParser.
2956 cr_parser_get_use_core_grammar (CRParser * a_this,
2968 *@a_this: a pointer to the current instance of #CRParser.
2978 cr_parser_parse_file (CRParser * a_this,
3001 * @a_this: the current instance of #CRParser.
3012 cr_parser_parse_expr (CRParser * a_this, CRTerm ** a_expr)
3107 *@a_this: the current instance of #CRParser.
3119 cr_parser_parse_prio (CRParser * a_this, CRString ** a_prio)
3156 *@a_this: the "this pointer" of the current instance of #CRParser.
3170 cr_parser_parse_declaration (CRParser * a_this,
3255 *@a_this: the current instance of #CRParser.
3264 cr_parser_parse_statement_core (CRParser * a_this)
3314 *@a_this: the "this pointer" of the current instance of #CRParser.
3328 cr_parser_parse_ruleset (CRParser * a_this)
3518 *of #CRParser.
3541 cr_parser_parse_import (CRParser * a_this,
3688 *@a_this: the "this pointer" of the current instance of #CRParser.
3702 cr_parser_parse_media (CRParser * a_this)
3859 *@a_this: the "this pointer" of the current instance of #CRParser.
3872 cr_parser_parse_page (CRParser * a_this)
4110 *@a_this: the "this pointer" of the current instance of #CRParser.
4123 cr_parser_parse_charset (CRParser * a_this, CRString ** a_value,
4201 *@a_this: the current instance of #CRParser.
4214 cr_parser_parse_font_face (CRParser * a_this)
4362 *@a_this: the current instance of #CRParser.
4366 *#CRParser.
4371 cr_parser_parse (CRParser * a_this)
4389 * @a_this: the current instance of #CRParser;
4395 cr_parser_set_tknzr (CRParser * a_this, CRTknzr * a_tknzr)
4413 *@a_this: the current instance of #CRParser
4422 cr_parser_get_tknzr (CRParser * a_this, CRTknzr ** a_tknzr)
4433 *@a_this: the current instance of #CRParser
4442 cr_parser_get_parsing_location (CRParser *a_this,
4465 cr_parser_parse_buf (CRParser * a_this,
4489 *@a_this: the current instance of #CRParser to
4493 *of #CRParser.
4496 cr_parser_destroy (CRParser * a_this)