OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isRuntimeAutoEscaping
(Results
1 - 3
of
3
) sorted by null
/external/jsilver/src/com/google/clearsilver/jsilver/template/
DefaultRenderingContext.java
118
boolean applyAutoEscape =
isRuntimeAutoEscaping
() && (currentEscaper == null);
155
if (
isRuntimeAutoEscaping
() && (currentEscaper == null)) {
215
if (
isRuntimeAutoEscaping
() || (currentEscaper != null)) {
224
if (
isRuntimeAutoEscaping
()) {
242
public boolean
isRuntimeAutoEscaping
() {
254
if (
isRuntimeAutoEscaping
()) {
RenderingContext.java
146
* @see #
isRuntimeAutoEscaping
148
boolean
isRuntimeAutoEscaping
();
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
InterpretedMacro.java
60
boolean doRuntimeAutoEscaping = !(context.
isRuntimeAutoEscaping
());
Completed in 55 milliseconds