e.g. Calendar Search Help
You must enter a value before pressing Search
Search Results OK to copy? Examples 11 through 20 of 295 (2.896 seconds)
Class: org.apache.batik.util.gui.resource.ResourceManager  ©, Rating: 0% of 0, C1

125 returnDelims); 126 while (st.hasMoreTokens()) { 127 result.add(st.nextToken()); 128 } 129 return result;

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

109 StringTokenizer st = new StringTokenizer( line ); 110 if ( st.hasMoreTokens() ) { 111 String userID = st.nextToken(); 112 String passwd = (st.hasMoreTokens()) ? st.nextToken() : ""; 113

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

140 st = new StringTokenizer(g2, ","); 141 while (st.hasMoreTokens()) { 142 String token = st.nextToken(); 143 int[] glyphCodes = font.getGlyphCodesForName(token); 144 for (int i = 0; i < glyphCodes.length; i++) {

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

130 st = new StringTokenizer(g1, ","); 131 while (st.hasMoreTokens()) { 132 String token = st.nextToken(); 133 int[] glyphCodes = font.getGlyphCodesForName(token); 134 for (int i = 0; i < glyphCodes.length; i++) {

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

116 st = new StringTokenizer(u2, ","); 117 while (st.hasMoreTokens()) { 118 String token = st.nextToken(); 119 if (token.startsWith("U+")) { // its a unicode range 120 secondUnicodeRanges.add(new UnicodeRange(token));

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

102 StringTokenizer st = new StringTokenizer(u1, ","); 103 while (st.hasMoreTokens()) { 104 String token = st.nextToken(); 105 if (token.startsWith("U+")) { // its a unicode range 106 firstUnicodeRanges.add(new UnicodeRange(token));

Class: org.apache.axis.utils.URLHashSet  ©, Rating: 0% of 0, C1

186 int i = 0; 187 while (tokenizer.hasMoreTokens()) { 188 tokens[i] = tokenizer.nextToken(); 189 i++; 190 }

Class: org.apache.axis.wsdl.toJava.Namespaces  ©, Rating: 0% of 0, C2

180 pkg = ""; 181 while (st.hasMoreTokens()) { 182 String token = st.nextToken(); 183 if (JavaUtils.isJavaKeyword(token)) { 184 token = JavaUtils.makeNonJavaKeyword(token);

Class: org.apache.batik.bridge.SVGFeGaussianBlurElementBridge  ©, Rating: 0% of 0, C2

181 stdDevs[0] = SVGUtilities.convertSVGNumber(tokens.nextToken()); 182 if (tokens.hasMoreTokens()) { 183 stdDevs[1] = SVGUtilities.convertSVGNumber(tokens.nextToken()); 184 } else { 185 stdDevs[1] = stdDevs[0];

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