Searched refs:write (Results 1 - 25 of 66) sorted by relevance

123

/opengrok-jel/src/org/opensolaris/opengrok/analysis/python/
H A DPythonXref.lex72 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("&gt;");
84 {Number} { out.write("<span class=\"n\">"); out.write(yytext()); out.write("</spa
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/vb/
H A DVBXref.lex77 out.write("&lt;");
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("&gt;");
90 { out.write(Util.breadcrumbPath(urlPrefix+"defs=",yytext(),'.'));}
92 {Number} { out.write("<span class=\"n\">"); out.write(yytex
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/fortran/
H A DFortranXref.lex65 ^{Label} { out.write("<span class=\"n\">"); out.write(yytext()); out.write("</span>"); }
67 out.write("<span class=\"c\">"+commentStr); spans.push("c"); }
75 out.write("&lt;");
78 out.write("<a href=\""+urlPrefix+"path=");
79 out.write(file);out.write("\">");
80 out.write(file);out.write("</
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/plain/
H A DPlainXref.lex53 out.write("<a href=\"");out.write(urlPrefix);out.write("path=");
54 out.write(s);appendProject();out.write("\">");
55 out.write(s);out.write("</a>");}
59 out.write("<a href=\"");
60 out.write(Util.uriEncodeURL(s));out.write("\">");
[all...]
H A DXMLXref.lex60 "<!--" { yybegin(COMMENT); out.write("<span class=\"c\">&lt;!--"); spans.push("c"); }
63 out.write("&lt;<span class=\"n\">![CDATA[</span><span class=\"c\">"); spans.push("c");
65 "<" { yybegin(TAG); out.write("&lt;");}
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-jel/src/org/opensolaris/opengrok/analysis/lisp/
H A DLispXref.lex78 {Number} { out.write("<span class=\"n\">");
79 out.write(yytext());
80 out.write("</span>"); }
82 \" { yybegin(STRING);out.write("<span class=\"s\">\""); spans.push("s"); }
83 ";" { yybegin(SCOMMENT);out.write("<span class=\"c\">;"); spans.push("c"); }
87 \" {WhiteSpace} \" { out.write(yytext()); }
88 \" { yybegin(YYINITIAL); out.write("\"</span>"); spans.pop(); }
89 \\\\ { out.write("\\\\"); }
90 \\\" { out.write("\\\""); }
96 out.write("<spa
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/document/
H A DTroffXref.lex44 public void write(XrefWriter out) throws IOException {
63 out.write("</p>");
69 out.write("</span>");
75 out.write("</div>");
80 out.write("<p>");
84 out.write("<span class=\"");
85 out.write(cssClass);
86 out.write("\">");
91 out.write("<div class=\"");
92 out.write(cssClas
[all...]
H A DTroffAnalyzer.java95 * @param out Writer to write HTML cross-reference
101 out.write("</pre><div id=\"man\">");
102 xref.write(out);
103 out.write("</div><pre>");
117 out.write("</pre><div id=\"man\">");
118 xref.write(out);
119 out.write("</div><pre>");
/opengrok-jel/src/org/opensolaris/opengrok/analysis/tcl/
H A DTclXref.lex71 {Number} { out.write("<span class=\"n\">");
72 out.write(yytext());
73 out.write("</span>"); }
75 \" { yybegin(STRING);out.write("<span class=\"s\">\""); spans.push("s"); }
76 "#" { yybegin(SCOMMENT);out.write("<span class=\"c\">#"); spans.push("c"); }
80 \" {WhiteSpace} \" { out.write(yytext()); }
81 \" { yybegin(YYINITIAL); out.write("\"</span>"); spans.pop(); }
82 \\\\ { out.write("\\\\"); }
83 \\\" { out.write("\\\""); }
88 yybegin(YYINITIAL); out.write("</spa
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/perl/
H A DPerlXref.lex79 out.write("&amp;");
81 out.write(c);
87 out.write("&lt;");
90 out.write("<a href=\""+urlPrefix+"path=");
91 out.write(path);
93 out.write("\">");
94 out.write(path);
95 out.write("</a>");
96 out.write("&gt;");
99 {Number} { out.write("<spa
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/sh/
H A DShXref.lex64 out.write("</span>"); spans.pop();
67 out.write("<span>"); spans.push("");
69 out.write("<span class=\"" + style + "\">"); spans.push(style);
77 out.write("</span>"); spans.pop();
83 out.write("<span>"); spans.push("");
85 out.write("<span class=\"" + style + "\">"); spans.push(style);
140 out.write("<a href=\"");
141 out.write(urlPrefix);
142 out.write("refs=");
143 out.write(i
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/csharp/
H A DCSharpXref.lex76 out.write("&lt;");
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("&gt;");
89 { out.write(Util.breadcrumbPath(urlPrefix+"defs=",yytext(),'.'));}
91 {Number} { out.write("<span class=\"n\">"); out.write(yytex
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/java/
H A DJavaXref.lex82 out.write("&lt;");
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("&gt;");
95 { out.write(Util.breadcrumbPath(urlPrefix+"defs=",yytext(),'.'));}
97 {Number} { out.write("<span class=\"n\">"); out.write(yytex
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/javascript/
H A DJavaScriptXref.lex76 out.write("&lt;");
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("&gt;");
89 { out.write(Util.breadcrumbPath(urlPrefix+"defs=",yytext(),'.'));}
91 {Number} { out.write("<span class=\"n\">"); out.write(yytex
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/c/
H A DCXref.lex72 out.write("&lt;");
74 out.write(Util.breadcrumbPath(urlPrefix + "path=", path));
75 out.write("&gt;");
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\">\""); spans.push("s"); }
84 \' { yybegin(QSTRING);out.write("<span class=\"s\">\'"); spans.push("s"); }
85 "/*" { yybegin(COMMENT);out.write("<spa
[all...]
H A DCxxXref.lex72 out.write("&lt;");
74 out.write(Util.breadcrumbPath(urlPrefix + "path=", path));
75 out.write("&gt;");
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\">\""); spans.push("s"); }
84 \' { yybegin(QSTRING);out.write("<span class=\"s\">\'"); spans.push("s"); }
85 "/*" { yybegin(COMMENT);out.write("<spa
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/search/
H A DResults.java133 * @param out write destination
157 out.write("<tr class=\"rsd\"><td colspan=\"3\" class=\"rsdl\"><a href=\"");
158 out.write(xrefPrefixE);
159 out.write(Util.uriEncodePath(parent));
160 out.write("/\">");
161 out.write(Util.htmlize(parent));
162 out.write("/</a>");
164 out.write(" - <span class=\"rsdd\">");
165 out.write(Util.htmlize(sh.desc.get(parent)));
166 out.write("</spa
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DAnnotationServlet.java39 out.write("{\"data\":");
46 out.write("''");
49 out.write(',');
52 out.write('}');
57 out.write('{');
60 out.write("\"userPage\":{\"link\":");
61 out.write(Util.jsStringLiteral(tmp));
64 out.write(",\"suffix\":");
65 out.write(Util.jsStringLiteral(tmp));
67 out.write("},");
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/php/
H A DPhpXref.lex62 out.write(yycharat(0));
63 out.write("<strong>");
64 out.write(Util.htmlize(yytext().substring(1)));
65 out.write("</strong>");
116 | "property-write"
130 "<" | "</" { out.write(Util.htmlize(yytext())); yypush(TAG_NAME, ""); }
133 out.write("<span class=\"c\">&lt;!--"); spans.push("c");
140 out.write("<span class=\"n\">");
141 out.write(yytext());
142 out.write("</spa
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/search/context/
H A DPlainLineTokenizer.lex75 * @param out The new writer to write to
111 * @param out where to write htmlized results
125 * @param out where to write htmlized results
174 out.write("<b>");
184 out.write("</b>");
186 out.write("</a>");
188 out.write(" <span class=\"rshd\"> ");
190 out.write(desc[2]);
191 out.write(" </span>");
193 out.write("<b
[all...]
H A DContext.java130 * Search given tags in the given input stream and write out htmlized
135 * @param out to write the context
181 out.write("<a class=\"rsh\" href=\"");
182 out.write(urlPrefixE);
183 out.write(pathE);
184 out.write('#');
185 out.write(desc[1]);
186 out.write("\"><span class=\"l\">");
187 out.write(desc[1]);
188 out.write("</spa
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DJFlexXref.java55 /** Where to write xref content. */
242 out.write("&amp;project=");
243 out.write(project.getDescription());
301 public void write(XrefWriter out) throws IOException { method in class:JFlexXref
305 out.write("<div id='lines'\n>");
311 out.write("</div\n>");
330 // No definitions, no symbol table to write
424 out.write("<span class='blame'>");
425 out.write("<a class='r' href=\"");
426 out.write(Uti
[all...]
H A DXrefWriter.java42 * An UTF-8 OutputStreamWriter used to write Xref files.
81 * @param file file to write
100 public void write(int b) throws IOException { method in class:XrefWriter.RandomFileOutputStream
101 raf.write(b);
105 public void write(byte[] b, int off, int len) throws IOException { method in class:XrefWriter.RandomFileOutputStream
106 raf.write(b, off, len);
119 * @param file file to write
130 header.write(fos);
168 public void write(char[] cbuf, int off, int len) throws IOException { method in class:XrefWriter
169 out.write(cbu
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/executables/
H A DJavaClassAnalyzer.java108 out.write(fl);
109 out.write('\n');
180 out.write(linkPath(t = c.getSourceFileName()));
183 out.write('\n');
185 out.write("package ");
186 out.write(linkDef(t = c.getPackageName()));
190 out.write('\n');
192 out.write(aflg = Utility.accessToString(c.getAccessFlags(), true));
194 out.write(' ');
198 out.write(tagDe
[all...]
H A DJarAnalyzer.java89 * @param out Writer to write HTML cross-reference
94 out.write("<br/><b>");
95 out.write(entry.getKey());
96 out.write("</b>");
98 out.write("<pre>");
99 out.write(entry.getValue());
100 out.write("</pre>");

Completed in 16 milliseconds

123