e.g. Calendar Search Help
You must enter a value before pressing Search
Search Results OK to copy? Examples 1 through 10 of 17 (0.0020 seconds)
Class: org.apache.axis.transport.http.ChunkedInputStream  ©, Rating: 0% of 0, C1

068 protected long chunkSize = 0l; 069 protected volatile boolean closed = false; 070 private static final int maxCharLong = (Long.toHexString(Long.MAX_VALUE)) 071 .toString().length(); 072 private ChunkedInputStream () {

Class: org.apache.tomcat.util.http.BaseRequest  ©, Rating: 0% of 0, C1

332 pw.println("authType = " + authType.toString()); 333 pw.println("queryString = " + queryString.toString()); 334 pw.println("scheme = " + scheme.toString()); 335 pw.println("secure = " + secure); 336 pw.println("contentLength = " + contentLength);

Class: org.apache.batik.bridge.ExternalResourcesTest  ©, Rating: 0% of 0, C3

344 String[] ids = new String[st.countTokens()]; 345 for (int i=0; i<ids.length; i++) { 346 ids[i] = st.nextToken().toString().trim(); 347 } 348

Class: org.apache.webapp.admin.defaultcontext.SaveDefaultContextAction  ©, Rating: 0% of 0, C2

188 values = new String[1]; 189 // parent of manager is the newly created Context 190 values[0] = cObjectName.toString(); 191 operation = "createStandardManager"; 192 mObjectName = (String)

Class: org.apache.webapp.admin.defaultcontext.SaveDefaultContextAction  ©, Rating: 0% of 0, C2

179 values = new String[1]; 180 // parent of loader is the newly created context 181 values[0] = cObjectName.toString(); 182 operation = "createWebappLoader"; 183 lObjectName = (String)

Class: org.apache.webapp.admin.context.SaveContextAction  ©, Rating: 0% of 0, C3

199 values = new String[1]; 200 // parent of manager is the newly created Context 201 values[0] = cObjectName.toString(); 202 operation = "createStandardManager"; 203 mObjectName = (String)

Class: org.apache.webapp.admin.context.SaveContextAction  ©, Rating: 0% of 0, C3

190 values = new String[1]; 191 // parent of loader is the newly created context 192 values[0] = cObjectName.toString(); 193 operation = "createWebappLoader"; 194 lObjectName = (String)

Class: org.apache.batik.test.xml.XMLTestReportProcessor  ©, Rating: 0% of 0, C2

479 descriptionElement.appendChild(entryElement); 480 481 entryElement.setAttribute(XTR_KEY_ATTRIBUTE, 482 key.toString()); 483

Class: org.apache.batik.test.xml.XMLTestReportProcessor  ©, Rating: 0% of 0, C2

464 descriptionElement.appendChild(entryElement); 465 466 entryElement.setAttribute(XTR_KEY_ATTRIBUTE, 467 key.toString()); 468

Class: org.apache.batik.test.xml.XMLTestReportProcessor  ©, Rating: 0% of 0, C2

439 descriptionElement.appendChild(entryElement); 440 441 entryElement.setAttribute(XTR_KEY_ATTRIBUTE, 442 key.toString()); 443

Result Page:  1  |  2   Next