Searched refs:RUNTIME_REFERENCES_STRICT_ESCAPE (Results 1 – 6 of 6) sorted by relevance
41 engine.setProperty(RuntimeConstants.RUNTIME_REFERENCES_STRICT_ESCAPE, Boolean.TRUE); in setUp()
38 engine.setProperty(RuntimeConstants.RUNTIME_REFERENCES_STRICT_ESCAPE, Boolean.TRUE); in setUp()
383 String RUNTIME_REFERENCES_STRICT_ESCAPE = "runtime.strict_mode.escape"; field
160 strictEscape = rsvc.getBoolean(RuntimeConstants.RUNTIME_REFERENCES_STRICT_ESCAPE, false); in init()
155 * RuntimeConstants.RUNTIME_REFERENCES_STRICT_ESCAPE is set to true208 rs.getBoolean(RuntimeConstants.RUNTIME_REFERENCES_STRICT_ESCAPE, false);
129 rs.getBoolean(RuntimeConstants.RUNTIME_REFERENCES_STRICT_ESCAPE, false); in StandardParser()