e.g. Calendar Search Help
You must enter a value before pressing Search
Search Results OK to copy? Examples 1 through 10 of 186 (1.9100000000000001 seconds)
Class: org.apache.webapp.admin.SetUpTreeAction  ©, Rating: 100% of 1, C2

110 int i = 0; 111 StringTokenizer st = new StringTokenizer(treeBuildersStr, ","); 112 while (st.hasMoreTokens()) { 113 treeBuilders.add(st.nextToken().trim()); 114 }

Class: org.apache.tomcat.util.http.AcceptLanguage  ©, Rating: 0% of 0, C2

080 new StringTokenizer(acceptLanguage, ","); 081 082 while (languageTokenizer.hasMoreTokens()) { 083 String language = languageTokenizer.nextToken().trim(); 084 int qValueIndex = language.indexOf(';');

Class: org.apache.axis.handlers.SimpleAuthorizationHandler  ©, Rating: 0% of 0, C3

144 145 StringTokenizer st = new StringTokenizer(allowedRoles, ","); 146 while (st.hasMoreTokens()) { 147 String thisRole = st.nextToken(); 148 if (provider.userMatches(user, thisRole)) {

Class: org.apache.batik.util.gui.resource.ResourceManager  ©, Rating: 0% of 0, C1

124 delim, 125 returnDelims); 126 while (st.hasMoreTokens()) { 127 result.add(st.nextToken()); 128 }

Class: org.apache.axis.security.simple.SimpleSecurityProvider  ©, Rating: 0% of 0, C2

110 if ( st.hasMoreTokens() ) { 111 String userID = st.nextToken(); 112 String passwd = (st.hasMoreTokens()) ? st.nextToken() : ""; 113 114 if (log.isDebugEnabled()) {

Class: org.apache.axis.security.simple.SimpleSecurityProvider  ©, Rating: 0% of 0, C2

108 while ( (line = lnr.readLine()) != null ) { 109 StringTokenizer st = new StringTokenizer( line ); 110 if ( st.hasMoreTokens() ) { 111 String userID = st.nextToken(); 112 String passwd = (st.hasMoreTokens()) ? st.nextToken() : "";

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

139 // process the g2 attribute 140 st = new StringTokenizer(g2, ","); 141 while (st.hasMoreTokens()) { 142 String token = st.nextToken(); 143 int[] glyphCodes = font.getGlyphCodesForName(token);

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

129 // process the g1 attribute 130 st = new StringTokenizer(g1, ","); 131 while (st.hasMoreTokens()) { 132 String token = st.nextToken(); 133 int[] glyphCodes = font.getGlyphCodesForName(token);

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

115 // process the u2 attrbute 116 st = new StringTokenizer(u2, ","); 117 while (st.hasMoreTokens()) { 118 String token = st.nextToken(); 119 if (token.startsWith("U+")) { // its a unicode range

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

101 // process the u1 attribute 102 StringTokenizer st = new StringTokenizer(u1, ","); 103 while (st.hasMoreTokens()) { 104 String token = st.nextToken(); 105 if (token.startsWith("U+")) { // its a unicode range

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