Searched refs:escaping (Results 1 - 15 of 15) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A Doutput_html.properties43 {http\u003a//xml.apache.org/xalan}use-url-escaping=yes
/external/chromium_org/tools/gn/
H A Dpath_output.h24 // escaping rules. This gives us a central place for managing this state.
30 // escaping the thing following it.
36 PathOutput(const SourceDir& current_dir, EscapingMode escaping);
H A Dpath_output.cc12 PathOutput::PathOutput(const SourceDir& current_dir, EscapingMode escaping) argument
20 options_.mode = escaping;
122 // Shell escaping needs an intermediate string since it may end up
134 // Ninja (and none) escaping can avoid the intermediate string and
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DEscapingEvaluator.java57 * is the output of an escaping function. If not, any expression that contains an escaping function
78 * {@code true} if {@code expression} should be exempted from escaping and {@code false}
91 // if the input should be exempt from escaping. As this should only be
109 * Compute the escaping applied to the given expression. Uses {@code propagateEscapeStatus} to
110 * determine how to treat constants, and whether escaping is required on a part of the expression
118 assert currentEscapingExpression != null : "No escaping calculated";
125 private void setEscaping(JavaExpression escaping) { argument
126 currentEscapingExpression = escaping;
174 * Do not escape the output of a function if either the function is an escaping functio
[all...]
H A DTemplateTranslator.java116 * Used to determine the escaping to apply before displaying a variable. If propagateEscapeStatus
117 * is enabled, string and numeric literals are not escaped, nor is the output of an escaping
118 * function. If not, any expression that contains an escaping function is not escaped. This
230 * <?cs var:blah > expression. Evaluate as string and write output, using default escaping.
241 JavaExpression escaping =
243 writeVariable(result, escaping);
491 JavaExpression escaping =
493 writeVariable(reference, escaping);
501 * variable expression should be exempted from any global escaping that may currently be in
503 * output an if/else statement to check the escaping statu
[all...]
/external/smack/src/org/jivesoftware/smack/util/
H A DStringUtils.java404 * All node escaping and un-escaping must be performed manually at the appropriate
465 * All node escaping and un-escaping must be performed manually at the appropriate
/external/chromium_org/third_party/libxml/src/include/libxml/
H A DxmlIO.h258 xmlCharEncodingOutputFunc escaping);
/external/libxml2/include/libxml/
H A DxmlIO.h264 xmlCharEncodingOutputFunc escaping);
/external/libvorbis/doc/
H A DVorbis_I_spec.tex40 % escaping it (\_ instead of _). Since the Vorbis specs use it a lot,
/external/linux-tools-perf/perf-3.12.0/tools/perf/config/
H A Dutilities.mak13 # what should replace a newline when escaping
/external/chromium_org/third_party/libxml/src/
H A DxmlIO.c3396 * @escaping: an optional escaping function (or NULL)
3409 xmlCharEncodingOutputFunc escaping) {
3424 if (escaping == NULL) escaping = xmlEscapeContent;
3456 ret = escaping(out->buffer->content + out->buffer->use ,
3477 ret = escaping(out->buffer->content + out->buffer->use ,
3408 xmlOutputBufferWriteEscape(xmlOutputBufferPtr out, const xmlChar *str, xmlCharEncodingOutputFunc escaping) argument
/external/libxml2/
H A DxmlIO.c3555 * @escaping: an optional escaping function (or NULL)
3568 xmlCharEncodingOutputFunc escaping) {
3584 if (escaping == NULL) escaping = xmlEscapeContent;
3616 ret = escaping(xmlBufEnd(out->buffer) ,
3636 ret = escaping(xmlBufEnd(out->buffer), &chunk, str, &cons);
3567 xmlOutputBufferWriteEscape(xmlOutputBufferPtr out, const xmlChar *str, xmlCharEncodingOutputFunc escaping) argument
/external/mksh/src/
H A Dedit.c280 bool escaping = false; local
283 if (ch == '\\' && !escaping) {
284 escaping = true;
287 if (escaping || (ch == QCHAR && (cp - dp) > 1)) {
303 escaping = false;
372 /* remove all escaping backward slashes */
/external/chromium_org/native_client_sdk/src/tools/
H A Dcommon.mk137 # Keep in mind however that the shell is responsible for command-line escaping,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.el_1.0.0.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 820 milliseconds