Searched refs:escapeHtml (Results 1 – 11 of 11) sorted by relevance
75 return escapeHtml(text); in convert()84 html.append(escapeHtml(spanned.subSequence(previousTransition, index))); in convert()98 html.append(escapeHtml(spanned.subSequence(previousTransition, spanned.length()))); in convert()177 return "<rt>" + escapeHtml(rubySpan.rubyText) + "</rt></ruby>"; in getClosingTag()199 private static String escapeHtml(CharSequence text) { in escapeHtml() method in SpannedToHtmlConverter200 String escaped = Html.escapeHtml(text); in escapeHtml()
138 writer.print(Utils.escapeHtml(suiteResult.getSuiteName())); in writeSuiteSummary()156 .append(Utils.escapeHtml(testResult.getTestName())) in writeSuiteSummary()213 writer.print(Utils.escapeHtml(suiteResult.getSuiteName())); in writeScenarioSummary()221 String testName = Utils.escapeHtml(testResult.getTestName()); in writeScenarioSummary()280 String methodName = Utils.escapeHtml(firstResult in writeScenarioSummary()324 writer.print(Utils.escapeHtml(classResult.getClassName())); in writeScenarioSummary()343 writer.print(Utils.escapeHtml(testResult.getTestName())); in writeScenarioDetails()376 .escapeHtml(className in writeScenarioDetails()416 writer.print(Utils.escapeHtml(Utils.toString(parameter))); in writeScenario()477 writer.print(Utils.escapeHtml(iterator.next())); in writeReporterMessages()[all …]
257 m_out.println("<td>" + Utils.escapeHtml(Utils.toString(p)) + "</td>"); in generateForResult()
159 StringEscapeUtils.escapeHtml(numberStr)).append(" </TD> \n"); in getOutputForFile()171 StringEscapeUtils.escapeHtml(prettyFormat)).append(" </TD> \n"); in getOutputForFile()173 StringEscapeUtils.escapeHtml(internationalFormat)).append(" </TD> \n"); in getOutputForFile()176 StringEscapeUtils.escapeHtml(e.toString())).append(" </TD> \n"); in getOutputForFile()250 output.append("Phone Number entered: " + StringEscapeUtils.escapeHtml(phoneNumber) + "<BR>"); in getOutputForSingleNumber()251 output.append("defaultCountry entered: " + StringEscapeUtils.escapeHtml(defaultCountry) in getOutputForSingleNumber()254 + StringEscapeUtils.escapeHtml(geocodingLocale.toLanguageTag()) + "<BR>"); in getOutputForSingleNumber()411 output.append(StringEscapeUtils.escapeHtml(e.toString())); in getOutputForSingleNumber()
68 public static void setEscapeHtml(boolean escapeHtml) { in setEscapeHtml() argument69 m_escapeHtml = escapeHtml; in setEscapeHtml()75 s = Strings.escapeHtml(s); in log()
28 public static String escapeHtml(String text) { in escapeHtml() method in Strings37 System.out.println(escapeHtml("10 < 20 && 30 > 20")); in main()
65 public static String escapeHtml(String str) { in escapeHtml() method in SampleTagInfo182 line = escapeHtml(line); in loadInclude()242 line = escapeHtml(line); in readFile()
28 xsb.addString(Utils.escapeHtml(suite.getXmlSuite().toXml())); in getContent()
548 shortStackTrace = escapeHtml(shortStackTrace); in stackTrace()549 fullStackTrace = escapeHtml(fullStackTrace); in stackTrace()568 public static String escapeHtml(String s) { in escapeHtml() method in Utils
482 static std::string escapeHtml(const std::string &S) { in escapeHtml() function961 OS << escapeHtml(FunctionName) << "</a></span>"; in printReport()1010 OS << escapeHtml(*I) << "</span>\n"; in printReport()
1222 FieldSpec escapeHtml = FieldSpec.builder(ParameterizedTypeName.get( in codeBlocks() local1228 .addField(escapeHtml) in codeBlocks()