Searched refs:escaping (Results 1 – 8 of 8) sorted by relevance
451 if(options->escaping && options->escaping != xml_elem_cdata_escaping) { in xml_element_serialize()452 … escaped_str = xml_elem_entity_escape(el->text.str, buflen, &buflen, options->escaping ); in xml_element_serialize()458 if(options->escaping & xml_elem_cdata_escaping) { in xml_element_serialize()468 if(options->escaping & xml_elem_cdata_escaping) { in xml_element_serialize()
91 XML_ELEM_ESCAPING escaping; /* how to escape special chars */ member
29 print "escaping characters is done \"Like this\".";78 escaping characters is done "Like this".
379 …options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_markup_escaping | xml_elem_non_ascii_escapin… in set_output_options()438 options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_no_escaping; in set_output_options()444 options->xmlrpc_out.xml_elem_opts.escaping |= xml_elem_cdata_escaping; in set_output_options()446 options->xmlrpc_out.xml_elem_opts.escaping |= xml_elem_non_ascii_escaping; in set_output_options()448 options->xmlrpc_out.xml_elem_opts.escaping |= xml_elem_non_print_escaping; in set_output_options()450 options->xmlrpc_out.xml_elem_opts.escaping |= xml_elem_markup_escaping; in set_output_options()461 options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_cdata_escaping; in set_output_options()463 options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_non_ascii_escaping; in set_output_options()465 options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_non_print_escaping; in set_output_options()467 options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_markup_escaping; in set_output_options()
61 // Force bytea escaping and retry
268 starts with escaping char, \033 and a few more characters705 PHP automatically inserts escaping character, \. Set magic_quotes_gpc
4960 pattern. This escaping action applies whether or not the following4973 are ignored. An escaping backslash can be used to include a white space5776 or by using the \x{ escaping mechanism.5857 terminating closing square bracket. However, escaping other non-
2793 (extra comma) and third parameters (lack of escaping). (Andrey)
Completed in 81 milliseconds