Search Results
OK to copy?
Examples 61 through 70 of
111 (0.0010 seconds)
Class:
com.technoetic.xplanner.wiki.WackoWikiFormat
©,
Rating:
0% of 0,
C3
Class: com.technoetic.xplanner.wiki.WackoWikiFormat ©, Rating: 0% of 0, C3
Class: org.apache.jasper.compiler.ErrorDispatcher ©, Rating: 0% of 0, C2
Class: com.technoetic.xplanner.wiki.TwikiFormat ©, Rating: 0% of 0, C3
Class: com.technoetic.xplanner.wiki.TwikiFormat ©, Rating: 0% of 0, C3
Class: org.apache.jmeter.protocol.http.util.accesslog.TCLogParser ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.taskdefs.JarTest ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.taskdefs.JarTest ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.protocol.http.control.CookieManager ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.taskdefs.optional.ccm.CCMCreateTask ©, Rating: 0% of 0, C1
254 outputText.append(line);
255 outputText.append("<br>");
256 line = reader.readLine();
257 }
258 emitCode(outputText, "", 0);
Class: com.technoetic.xplanner.wiki.WackoWikiFormat ©, Rating: 0% of 0, C3
069 StringBuffer outputText = new StringBuffer();
070 try {
071 String line = reader.readLine();
072 while (line != null) {
073 try {
Class: org.apache.jasper.compiler.ErrorDispatcher ©, Rating: 0% of 0, C2
442 /*
443 * Parse compilation errors. Each compilation error consists of a file
444 * path and error line number, followed by a number of lines describing
445 * the error.
446 */
Class: com.technoetic.xplanner.wiki.TwikiFormat ©, Rating: 0% of 0, C3
253 outputText.append(line);
254 outputText.append("\n");
255 line = reader.readLine();
256 }
257 emitCode(outputText, "", 0);
Class: com.technoetic.xplanner.wiki.TwikiFormat ©, Rating: 0% of 0, C3
062 StringBuffer outputText = new StringBuffer();
063 try {
064 String line = reader.readLine();
065 while (line != null) {
066 try {
Class: org.apache.jmeter.protocol.http.util.accesslog.TCLogParser ©, Rating: 0% of 0, C2
241 // read one line at a time using
242 // BufferedReader
243 line = breader.readLine();
244 if (line == null && COUNT >= this.PARSECOUNT)
245 {
Class: org.apache.tools.ant.taskdefs.JarTest ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.taskdefs.JarTest ©, Rating: 0% of 0, C2
237 boolean foundFoo = false;
238
239 String line = r.readLine();
240 while (line != null) {
241 if (line.equals("foo")) {
Class: org.apache.jmeter.protocol.http.control.CookieManager ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.taskdefs.optional.ccm.CCMCreateTask ©, Rating: 0% of 0, C1
308 try {
309 BufferedReader reader = new BufferedReader(new InputStreamReader(is));
310 buffer = reader.readLine();
311 if (buffer != null) {
312 log("buffer:" + buffer, Project.MSG_DEBUG);