Searched refs:htmlize (Results 1 - 11 of 11) sorted by relevance
/opengrok-sun/src/org/opensolaris/opengrok/search/ |
H A D | Summary.java | 24 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 D | Util.java | 72 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 D | PageConfig.java | 149 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 D | PhpXref.lex | 61 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 D | UtilTest.java | 55 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 D | TarAnalyzer.java | 93 out.write(Util.htmlize(content));
|
H A D | ZipAnalyzer.java | 92 out.write(Util.htmlize(content));
|
/opengrok-sun/src/org/opensolaris/opengrok/search/context/ |
H A D | Context.java | 160 Util.htmlize(desc[3]).replace( 174 out.write(Util.htmlize(desc[3]).replace(
|
H A D | PlainLineTokenizer.lex | 354 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 D | ShXref.lex | 174 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 D | ELFAnalyzer.java | 205 String html = Util.htmlize(content);
|
Completed in 151 milliseconds