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

/opengrok/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/src/org/opensolaris/opengrok/web/
H A DUtil.java86 public static String htmlize(CharSequence q) { method in class:Util
89 htmlize(q, sb);
108 public static void htmlize(CharSequence q, Appendable dest) method in class:Util
111 htmlize(q.charAt(i), dest);
124 public static void htmlize(char[] cs, int length, Appendable dest) method in class:Util
131 htmlize(cs[i], dest);
143 private static void htmlize(char c, Appendable dest) throws IOException { method in class:Util
162 private static final String versionP = htmlize(Info.getRevision());
547 htmlize(r, buf);
569 htmlize(
[all...]
H A DPageConfig.java194 data.filename = Util.htmlize(getResourceFile().getName());
238 + Util.htmlize(data.rev[i]) + " for file: "
239 + Util.htmlize(getPath());
254 + Util.htmlize(e.getMessage());
278 + Util.htmlize(e.getMessage());
291 + Util.htmlize(e.getMessage());
/opengrok/src/org/opensolaris/opengrok/analysis/archive/
H A DTarAnalyzer.java59 Util.htmlize(name, xrefOut);
H A DZipAnalyzer.java59 Util.htmlize(name, xrefOut);
/opengrok/src/org/opensolaris/opengrok/analysis/executables/
H A DJarAnalyzer.java59 Util.htmlize(ename, xrefOut);
H A DJavaClassAnalyzer.java143 .append(Util.htmlize(path)).append(AHREFEND).toString();
150 .append(Util.htmlize(def)).append(AHREFEND).toString();
165 .append(Util.htmlize(def)).append(AHREFEND).toString();
H A DELFAnalyzer.java88 Util.htmlize(content, xrefOut);
/opengrok/test/org/opensolaris/opengrok/web/
H A DUtilTest.java56 public void htmlize() throws IOException { method in class:UtilTest
66 assertEquals(in_out[1], Util.htmlize(in_out[0]));
69 Util.htmlize(in_out[0], sb);
/opengrok/src/org/opensolaris/opengrok/analysis/php/
H A DPhpXref.lex65 out.write(Util.htmlize(yytext().substring(1)));
131 "<" | "</" { out.write(Util.htmlize(yytext())); yypush(TAG_NAME, null); }
187 out.write(Util.htmlize(yytext()));
220 out.write(Util.htmlize(yytext()));
240 out.write(Util.htmlize(yytext()));
337 out.write(Util.htmlize(yytext()));
473 out.write(Util.htmlize(yytext()));
520 writeSymbol(Util.htmlize(yytext().substring(i, j)),
537 writeSymbol(Util.htmlize(yytext().substring(i + 1)), null, yyline);
/opengrok/src/org/opensolaris/opengrok/analysis/fortran/
H A DFortranXref.lex69 Util.htmlize(yytext(), out);
/opengrok/src/org/opensolaris/opengrok/analysis/
H A DJFlexXref.java229 Util.htmlize(url, out);
467 protected String htmlize(String raw) { method in class:JFlexXref
498 out.write(htmlize(scope.getName() + scope.getSignature()));
/opengrok/src/org/opensolaris/opengrok/search/context/
H A DContext.java182 Util.htmlize(desc[3]).replace(
196 out.write(Util.htmlize(desc[3]).replace(
H A DPlainLineTokenizer.lex372 out.write(Util.htmlize(desc[3]).replace(desc[0], "<b>" + desc[0] + "</b>"));
386 hit = new Hit(url, "<html>" + Util.htmlize(desc[3]).replace(desc[0], "<b>" + desc[0] + "</b>"),
/opengrok/src/org/opensolaris/opengrok/analysis/sh/
H A DShXref.lex172 out.write(Util.htmlize(text));
182 out.write(Util.htmlize(yytext()));
238 out.write(Util.htmlize(line));

Completed in 270 milliseconds