Searched defs:escape (Results 1 - 9 of 9) sorted by relevance
/vbox/src/libs/libxml2-2.6.31/ |
H A D | testURI.c | 20 static int escape = 0; variable 49 if (escape != 0) { 85 ((!strcmp(argv[arg], "-escape")) || (!strcmp(argv[arg], "--escape")))) { 87 escape++;
|
H A D | xmlsave.c | 89 xmlCharEncodingOutputFunc escape; /* used for element content */ member in struct:_xmlSaveCtxt 195 * Take a block of UTF-8 chars in and escape them. Used when there is no 333 if ((ctxt->encoding == NULL) && (ctxt->escape == NULL)) 334 ctxt->escape = xmlEscapeEntities; 395 ret->escape = NULL; 688 xmlOutputBufferWriteEscape(buf, cur->content, ctxt->escape); 795 xmlOutputBufferWriteEscape(buf, cur->content, ctxt->escape); 834 xmlCharEncodingOutputFunc oldescape = ctxt->escape; 879 if (ctxt->escape == xmlEscapeEntities) 880 ctxt->escape 1705 xmlSaveSetEscape(xmlSaveCtxtPtr ctxt, xmlCharEncodingOutputFunc escape) argument 1722 xmlSaveSetAttrEscape(xmlSaveCtxtPtr ctxt, xmlCharEncodingOutputFunc escape) argument [all...] |
H A D | relaxng.c | 3441 xmlChar *ret, *escape; local 3450 escape = xmlURIEscapeStr(ret, BAD_CAST ":/#?"); 3451 if (escape == NULL) { 3455 return (escape); 3466 escape = xmlURIEscapeStr(ret, BAD_CAST ":/#?"); 3467 if (escape == NULL) { 3471 return (escape);
|
H A D | xpath.c | 15010 * Implement the escape-uri() XPath function 15011 * string escape-uri(string $str, bool $escape-reserved) 15016 * character in the string by an escape sequence of the form %xx%yy..., 15021 * boolean argument $escape-reserved. 15023 * If $escape-reserved is true, all characters are escaped other than lower 15030 * If $escape-reserved is false, the behavior differs in that characters 15039 * Generally, $escape-reserved should be set to true when escaping a string 15047 * xf:escape-uri ("gopher://spinaltap.micro.umn.edu/00/Weather/California/Los%20Angeles#ocean"), true()) 15049 * xf:escape 15059 xmlChar escape[4]; local [all...] |
/vbox/src/libs/libxml2-2.6.31/doc/examples/ |
H A D | index.py | 13 from apibuild import CParser, escape namespace 103 output.write(" <synopsis>%s</synopsis>\n" % escape(synopsis)); 108 output.write(" <purpose>%s</purpose>\n" % escape(purpose)); 113 output.write(" <usage>%s</usage>\n" % escape(usage)); 118 output.write(" <test>%s</test>\n" % escape(test)); 126 output.write(" <author>%s</author>\n" % escape(author)); 131 output.write(" <copy>%s</copy>\n" % escape(copy)); 136 output.write(" <section>%s</section>\n" % escape(section)); 149 escape(topic), escape(st [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/ |
H A D | fsw_iso9660.h | 100 fsw_u8 escape[3]; member in struct:iso9660_primary_volume_descriptor
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxb-impl.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ... |
H A D | sjsxp.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
Completed in 1404 milliseconds