Searched refs:escape (Results 1 - 13 of 13) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/doc/examples/
H A Dindex.py13 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/libs/libxml2-2.6.31/include/libxml/
H A Dxmlsave.h74 xmlCharEncodingOutputFunc escape);
77 xmlCharEncodingOutputFunc escape);
/vbox/src/libs/libxml2-2.6.31/
H A DtestURI.c20 static int escape = 0; variable
49 if (escape != 0) {
85 ((!strcmp(argv[arg], "-escape")) || (!strcmp(argv[arg], "--escape")))) {
87 escape++;
H A Dxmlsave.c89 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 Drelaxng.c3441 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 Dxpath.c15010 * 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/zlib-1.2.6/
H A Dzlib2ansi148 [^/"'\\]* ## Chars which doesn't start a comment, string or escape
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_iso9660.h100 fsw_u8 escape[3]; member in struct:iso9660_primary_volume_descriptor
H A Dfsw_iso9660.c318 if ( pvoldesc->escape[0] == 0x25
319 && pvoldesc->escape[1] == 0x2f
320 && ( pvoldesc->escape[2] == 0x40
321 || pvoldesc->escape[2] == 0x43
322 || pvoldesc->escape[2] == 0x45))
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineLogic.cpp1575 if (filters.indexOf(QRegExp(QRegExp::escape(s), Qt::CaseInsensitive)) == -1)

Completed in 763 milliseconds