Searched refs:htmlize (Results 1 - 11 of 11) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/search/
H A DSummary.java24 public static String htmlize(String q) { method in class:Summary
59 public String toString() { return htmlize(text); }
/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DUtil.java72 public static String htmlize(CharSequence q) { method in class:Util
74 htmlize(q, sb);
85 public static void htmlize(CharSequence q, StringBuilder dest) { method in class:Util
87 htmlize(q.charAt(i), dest);
99 public static void htmlize(char[] cs, int length, StringBuilder dest) { method in class:Util
105 htmlize(cs[i], dest);
116 private static void htmlize(char c, StringBuilder dest) { method in class:Util
135 private static String versionP = htmlize(Info.getRevision());
503 htmlize(r, buf);
512 htmlize(
[all...]
H A DPageConfig.java149 data.filename = Util.htmlize(getResourceFile().getName());
205 + Util.htmlize(e.getMessage());
229 + Util.htmlize(e.getMessage());
243 + Util.htmlize(e.getMessage());
/opengrok-sun/src/org/opensolaris/opengrok/analysis/php/
H A DPhpXref.lex61 out.write(Util.htmlize(yytext().substring(1)));
127 "<" | "</" { out.write(Util.htmlize(yytext())); yypush(TAG_NAME, null); }
183 out.write(Util.htmlize(yytext()));
216 out.write(Util.htmlize(yytext()));
236 out.write(Util.htmlize(yytext()));
333 out.write(Util.htmlize(yytext()));
469 out.write(Util.htmlize(yytext()));
516 writeSymbol(Util.htmlize(yytext().substring(i, j)),
533 writeSymbol(Util.htmlize(yytext().substring(i + 1)), null, yyline);
/opengrok-sun/test/org/opensolaris/opengrok/web/
H A DUtilTest.java55 public void htmlize() { method in class:UtilTest
65 assertEquals(in_out[1], Util.htmlize(in_out[0]));
68 Util.htmlize(in_out[0], sb);
/opengrok-sun/src/org/opensolaris/opengrok/analysis/archive/
H A DTarAnalyzer.java93 out.write(Util.htmlize(content));
H A DZipAnalyzer.java92 out.write(Util.htmlize(content));
/opengrok-sun/src/org/opensolaris/opengrok/search/context/
H A DContext.java160 Util.htmlize(desc[3]).replace(
174 out.write(Util.htmlize(desc[3]).replace(
H A DPlainLineTokenizer.lex354 out.write(Util.htmlize(desc[3]).replace(desc[0], "<b>" + desc[0] + "</b>"));
362 hit = new Hit(url, "<html>" + Util.htmlize(desc[3]).replace(desc[0], "<b>" + desc[0] + "</b>"),
/opengrok-sun/src/org/opensolaris/opengrok/analysis/sh/
H A DShXref.lex174 out.write(Util.htmlize(text));
184 out.write(Util.htmlize(yytext()));
240 out.write(Util.htmlize(line));
/opengrok-sun/src/org/opensolaris/opengrok/analysis/executables/
H A DELFAnalyzer.java205 String html = Util.htmlize(content);

Completed in 21 milliseconds