/opengrok-sun/src/org/opensolaris/opengrok/analysis/python/ |
H A D | PythonXref.lex | 72 out.write("<"); 75 out.write("<a href=\""+urlPrefix+"path="); 76 out.write(path); 78 out.write("\">"); 79 out.write(path); 80 out.write("</a>"); 81 out.write(">"); 84 {Number} { out.write("<span class=\"n\">"); out.write(yytext()); out.write("</spa [all...] |
/opengrok-sun/src/org/opensolaris/opengrok/analysis/vb/ |
H A D | VBXref.lex | 77 out.write("<");
80 out.write("<a href=\""+urlPrefix+"path=");
81 out.write(path);
83 out.write("\">");
84 out.write(path);
85 out.write("</a>");
86 out.write(">");
90 { out.write(Util.breadcrumbPath(urlPrefix+"defs=",yytext(),'.'));}
92 {Number} { out.write("<span class=\"n\">"); out.write(yytex [all...] |
/opengrok-sun/src/org/opensolaris/opengrok/analysis/fortran/ |
H A D | FortranXref.lex | 65 ^{Label} { out.write("<span class=\"n\">"); out.write(yytext()); out.write("</span>"); } 66 ^[^ \t\f\r\n]+ { String commentStr = yytext(); yybegin(LCOMMENT);out.write("<span class=\"c\">"+commentStr);} 74 out.write("<"); 77 out.write("<a href=\""+urlPrefix+"path="); 78 out.write(file);out.write("\">"); 79 out.write(file);out.write("</ [all...] |
/opengrok-sun/src/org/opensolaris/opengrok/analysis/perl/ |
H A D | PerlXref.lex | 77 out.write(yytext().substring(0,1)); 82 out.write("<"); 85 out.write("<a href=\""+urlPrefix+"path="); 86 out.write(path); 88 out.write("\">"); 89 out.write(path); 90 out.write("</a>"); 91 out.write(">"); 94 {Number} { out.write("<span class=\"n\">"); out.write(yytex [all...] |
/opengrok-sun/src/org/opensolaris/opengrok/analysis/plain/ |
H A D | PlainXref.lex | 52 out.write("<a href=\"");out.write(urlPrefix);out.write("path="); 53 out.write(s);appendProject();out.write("\">"); 54 out.write(s);out.write("</a>");} 58 out.write("<a href=\""); 59 out.write(s);out.write("\">"); [all...] |
H A D | XMLXref.lex | 60 "<!--" { yybegin(COMMENT); out.write("<span class=\"c\"><!--"); } 63 out.write("<<span class=\"n\">![CDATA[</span><span class=\"c\">"); 65 "<" { yybegin(TAG); out.write("<");} 69 [a-zA-Z_0-9]+{WhiteSpace}*\= { out.write("<b>"); out.write(yytext()); out.write("</b>"); } 70 [a-zA-Z_0-9]+ { out.write("<span class=\"n\">"); out.write(yytext()); out.write("</span>"); } 71 \" { yybegin(STRING); out.write("<spa [all...] |
/opengrok-sun/src/org/opensolaris/opengrok/analysis/lisp/ |
H A D | LispXref.lex | 78 {Number} { out.write("<span class=\"n\">"); 79 out.write(yytext()); 80 out.write("</span>"); } 82 \" { yybegin(STRING);out.write("<span class=\"s\">\"");} 83 ";" { yybegin(SCOMMENT);out.write("<span class=\"c\">;");} 87 \" {WhiteSpace} \" { out.write(yytext()); } 88 \" { yybegin(YYINITIAL); out.write("\"</span>"); } 89 \\\\ { out.write("\\\\"); } 90 \\\" { out.write("\\\""); } 95 if (nestedComment++ == 0) { out.write("<spa [all...] |
/opengrok-sun/src/org/opensolaris/opengrok/web/ |
H A D | DirectoryListing.java | 64 * @param out write destination 77 out.write("<td>"); 79 out.write("Today"); 81 out.write(dateFormatter.format(lastm)); 83 out.write("</td><td>"); 85 out.write(Util.readableSize(child.length())); 87 out.write("</td>"); 94 * @param out write destination 119 out.write("<table id=\"dirlist\">\n"); 120 out.write("<thea [all...] |
/opengrok-sun/src/org/opensolaris/opengrok/analysis/php/ |
H A D | PhpXref.lex | 59 out.write(yycharat(0)); 60 out.write("<strong>"); 61 out.write(Util.htmlize(yytext().substring(1))); 62 out.write("</strong>"); 113 | "property-write" 127 "<" | "</" { out.write(Util.htmlize(yytext())); yypush(TAG_NAME, null); } 130 out.write("<span class=\"c\"><!--"); 137 out.write("<span class=\"n\">"); 138 out.write(yytext()); 139 out.write("</spa [all...] |
/opengrok-sun/src/org/opensolaris/opengrok/analysis/document/ |
H A D | TroffXref.lex | 45 public void write(Writer out) throws IOException { 64 out.write("</p>"); 70 out.write("</span>"); 76 out.write("</div>"); 81 out.write("<p>"); 85 out.write("<span class=\""); 86 out.write(cssClass); 87 out.write("\">"); 92 out.write("<div class=\""); 93 out.write(cssClas [all...] |
H A D | TroffAnalyzer.java | 100 * @param out Writer to write HTML cross-reference 106 out.write("</pre><div id=\"man\">"); 107 xref.write(out); 108 out.write("</div><pre>"); 123 out.write("</pre><div id=\"man\">"); 124 xref.write(out); 125 out.write("</div><pre>");
|
/opengrok-sun/src/org/opensolaris/opengrok/analysis/tcl/ |
H A D | TclXref.lex | 71 {Number} { out.write("<span class=\"n\">"); 72 out.write(yytext()); 73 out.write("</span>"); } 75 \" { yybegin(STRING);out.write("<span class=\"s\">\"");} 76 "#" { yybegin(SCOMMENT);out.write("<span class=\"c\">#");} 80 \" {WhiteSpace} \" { out.write(yytext()); } 81 \" { yybegin(YYINITIAL); out.write("\"</span>"); } 82 \\\\ { out.write("\\\\"); } 83 \\\" { out.write("\\\""); } 88 yybegin(YYINITIAL); out.write("</spa [all...] |
/opengrok-sun/src/org/opensolaris/opengrok/analysis/sh/ |
H A D | ShXref.lex | 64 out.write("</span>"); 67 out.write("<span>"); 69 out.write("<span class=\"" + style + "\">"); 77 out.write("</span>"); 83 out.write("<span>"); 85 out.write("<span class=\"" + style + "\">"); 140 out.write("<a href=\""); 141 out.write(urlPrefix); 142 out.write("refs="); 143 out.write(i [all...] |
/opengrok-sun/src/org/opensolaris/opengrok/analysis/csharp/ |
H A D | CSharpXref.lex | 76 out.write("<"); 79 out.write("<a href=\""+urlPrefix+"path="); 80 out.write(path); 82 out.write("\">"); 83 out.write(path); 84 out.write("</a>"); 85 out.write(">"); 89 { out.write(Util.breadcrumbPath(urlPrefix+"defs=",yytext(),'.'));} 91 {Number} { out.write("<span class=\"n\">"); out.write(yytex [all...] |
/opengrok-sun/src/org/opensolaris/opengrok/analysis/java/ |
H A D | JavaXref.lex | 82 out.write("<"); 85 out.write("<a href=\""+urlPrefix+"path="); 86 out.write(path); 88 out.write("\">"); 89 out.write(path); 90 out.write("</a>"); 91 out.write(">"); 95 { out.write(Util.breadcrumbPath(urlPrefix+"defs=",yytext(),'.'));} 97 {Number} { out.write("<span class=\"n\">"); out.write(yytex [all...] |
/opengrok-sun/src/org/opensolaris/opengrok/analysis/javascript/ |
H A D | JavaScriptXref.lex | 76 out.write("<"); 79 out.write("<a href=\""+urlPrefix+"path="); 80 out.write(path); 82 out.write("\">"); 83 out.write(path); 84 out.write("</a>"); 85 out.write(">"); 89 { out.write(Util.breadcrumbPath(urlPrefix+"defs=",yytext(),'.'));} 91 {Number} { out.write("<span class=\"n\">"); out.write(yytex [all...] |
/opengrok-sun/src/org/opensolaris/opengrok/analysis/c/ |
H A D | CXref.lex | 72 out.write("<"); 74 out.write(Util.breadcrumbPath(urlPrefix + "path=", path)); 75 out.write(">"); 79 { out.write(Util.breadcrumbPath(urlPrefix+"defs=",yytext(),'.'));} 81 {Number} { out.write("<span class=\"n\">"); out.write(yytext()); out.write("</span>"); } 83 \" { yybegin(STRING);out.write("<span class=\"s\">\"");} 84 \' { yybegin(QSTRING);out.write("<span class=\"s\">\'");} 85 "/*" { yybegin(COMMENT);out.write("<spa [all...] |
H A D | CxxXref.lex | 72 out.write("<"); 74 out.write(Util.breadcrumbPath(urlPrefix + "path=", path)); 75 out.write(">"); 79 { out.write(Util.breadcrumbPath(urlPrefix+"defs=",yytext(),'.'));} 81 {Number} { out.write("<span class=\"n\">"); out.write(yytext()); out.write("</span>"); } 83 \" { yybegin(STRING);out.write("<span class=\"s\">\"");} 84 \' { yybegin(QSTRING);out.write("<span class=\"s\">\'");} 85 "/*" { yybegin(COMMENT);out.write("<spa [all...] |
/opengrok-sun/src/org/opensolaris/opengrok/search/context/ |
H A D | PlainLineTokenizer.lex | 74 * @param out The new writer to write to 151 out.write("<b>"); 163 out.write("</b>"); 166 out.write("</a>"); 168 out.write(" <i> "); 170 out.write(desc[2]); 171 out.write(" </i>"); 173 out.write("<br/>"); 177 if (hi) out.write("<span class=\"h\">"); //TODO: closing tag - where? 178 out.write("< [all...] |
H A D | Context.java | 121 * @param out to write the context 166 out.write("<a class=\"s\" href=\""); 167 out.write(urlPrefixE); 168 out.write(pathE); 169 out.write("#"); 170 out.write(desc[1]); 171 out.write("\"><span class=\"l\">"); 172 out.write(desc[1]); 173 out.write("</span> "); 174 out.write(Uti [all...] |
/opengrok-sun/src/org/opensolaris/opengrok/search/ |
H A D | Results.java | 139 * @param out write destination 161 out.write("<tr class=\"dir\"><td colspan=\"3\"><a href=\""); 162 out.write(xrefPrefixE); 163 out.write(Util.URIEncodePath(parent)); 164 out.write("/\">"); 165 out.write(parent); // htmlize ??? 166 out.write("/</a>"); 168 out.write(" - <i>"); 169 out.write(sh.desc.get(parent)); // htmlize ??? 170 out.write("</ [all...] |
/opengrok-sun/src/org/opensolaris/opengrok/analysis/executables/ |
H A D | JavaClassAnalyzer.java | 101 out.write(fl); 102 out.write('\n'); 151 out.write(linkPath(t = c.getSourceFileName())); 154 out.write('\n'); 156 out.write("package "); 157 out.write(linkDef(t = c.getPackageName())); 161 out.write('\n'); 163 out.write(aflg = Utility.accessToString(c.getAccessFlags(), true)); 165 out.write(' '); 169 out.write(tagDe [all...] |
H A D | JarAnalyzer.java | 95 * @param out Writer to write HTML cross-reference 100 out.write("<br/><b>"); 101 out.write(entry.getKey()); 102 out.write("</b>"); 104 out.write("<pre>"); 105 out.write(entry.getValue()); 106 out.write("</pre>");
|
/opengrok-sun/test/org/opensolaris/opengrok/analysis/ |
H A D | JFlexXrefTest.java | 123 xref.write(new StringWriter()); 158 xref.write(out); 203 xref.write(output); 219 xref.write(out); 230 xref.write(out); 276 xref.write(out); 294 xref.write(out); 314 xref.write(out); 325 xref.write(new StringWriter());
|
/opengrok-sun/src/org/opensolaris/opengrok/analysis/sql/ |
H A D | PLSQLAnalyzer.java | 45 * @param out Writer to write HTML cross-reference 52 xref.write(out); 69 xref.write(out);
|