e.g. Calendar Search Help
You must enter a value before pressing Search
Search Results OK to copy? Examples 61 through 70 of 186 (0.0020 seconds)
Class: org.apache.jmeter.protocol.http.proxy.HttpRequestHdr  ©, Rating: 0% of 0, C1

377 { 378 String str = ""; 379 if (tk.hasMoreTokens()) 380 { 381 str = tk.nextToken();

Class: org.apache.jmeter.protocol.http.proxy.HttpRequestHdr  ©, Rating: 0% of 0, C1

361 { 362 String str = ""; 363 if (tk.hasMoreTokens()) 364 { 365 str = tk.nextToken();

Class: org.apache.catalina.util.ExtensionValidator  ©, Rating: 0% of 0, C2

088 089 // build a list of jar files in the classpath 090 while (strTok.hasMoreTokens()) { 091 String classpathItem = strTok.nextToken(); 092 if (classpathItem.toLowerCase().endsWith(".jar")) {

Class: org.apache.catalina.util.ExtensionValidator  ©, Rating: 0% of 0, C2

394 StringTokenizer extensionsTok 395 = new StringTokenizer(extensionsDir, File.pathSeparator); 396 while (extensionsTok.hasMoreTokens()) { 397 File targetDir = new File(extensionsTok.nextToken()); 398 if (!targetDir.exists() || !targetDir.isDirectory()) {

Class: org.htmlparser.parserHelper.TagParser  ©, Rating: 0% of 0, C2

294 else 295 result.append(token + '"'); 296 if (tok.hasMoreTokens()) 297 result.append("="); 298 }

Class: org.htmlparser.parserHelper.TagParser  ©, Rating: 0% of 0, C2

286 result.append('"'); 287 int lastIndex = token.lastIndexOf(' '); 288 if (lastIndex != -1 && tok.hasMoreTokens()) 289 { 290 result.append(token.substring(0, lastIndex));

Class: org.htmlparser.parserHelper.TagParser  ©, Rating: 0% of 0, C2

280 token = (String) tok.nextToken(); 281 result.append(token + "="); 282 for (; tok.hasMoreTokens();) 283 { 284 token = (String) tok.nextToken();

Class: org.apache.tools.ant.taskdefs.KeySubst  ©, Rating: 0% of 0, C2

133 StringTokenizer tok = 134 new StringTokenizer(keys, this.sep, false); 135 while (tok.hasMoreTokens()) { 136 String token = tok.nextToken().trim(); 137 StringTokenizer itok =

Class: org.apache.catalina.authenticator.DigestAuthenticator  ©, Rating: 0% of 0, C2

341 new StringTokenizer(authorization, ","); 342 343 while (commaTokenizer.hasMoreTokens()) { 344 String currentToken = commaTokenizer.nextToken(); 345 int equalSign = currentToken.indexOf('=');

Class: org.apache.catalina.authenticator.DigestAuthenticator  ©, Rating: 0% of 0, C3

278 String method = request.getMethod(); 279 280 while (commaTokenizer.hasMoreTokens()) { 281 String currentToken = commaTokenizer.nextToken(); 282 int equalSign = currentToken.indexOf('=');

Result Page:  1  |  2  |  3  |  4  |  5  |  6  |  7  |  8  |  9  |  10   Next