e.g. Calendar Search Help
You must enter a value before pressing Search
Search Results OK to copy? Examples 21 through 30 of 295 (0.47200000000000003 seconds)
Class: org.apache.batik.bridge.SVGFeGaussianBlurElementBridge  ©, Rating: 0% of 0, C2

179 StringTokenizer tokens = new StringTokenizer(s, " ,"); 180 try { 181 stdDevs[0] = SVGUtilities.convertSVGNumber(tokens.nextToken()); 182 if (tokens.hasMoreTokens()) { 183 stdDevs[1] = SVGUtilities.convertSVGNumber(tokens.nextToken());

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

179 radii[0] = SVGUtilities.convertSVGNumber(tokens.nextToken()); 180 if (tokens.hasMoreTokens()) { 181 radii[1] = SVGUtilities.convertSVGNumber(tokens.nextToken()); 182 } else { 183 radii[1] = radii[0];

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

177 StringTokenizer tokens = new StringTokenizer(s, " ,"); 178 try { 179 radii[0] = SVGUtilities.convertSVGNumber(tokens.nextToken()); 180 if (tokens.hasMoreTokens()) { 181 radii[1] = SVGUtilities.convertSVGNumber(tokens.nextToken());

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

208 String[] words = new String[ st.countTokens() ]; 209 for(int i = 0; i < words.length; ++i) 210 words[i] = st.nextToken(); 211 212 StringBuffer sb = new StringBuffer(80);

Class: org.apache.batik.gvt.font.FontFamilyResolver  ©, Rating: 0% of 0, C2

113 String fontNameWithoutSpaces = ""; 114 while (st.hasMoreTokens()) { 115 fontNameWithoutSpaces += st.nextToken(); 116 } 117 fonts.put(fontNameWithoutSpaces.toLowerCase(), fontNames[i]);

Class: org.apache.catalina.cluster.tcp.ReplicationValve  ©, Rating: 0% of 0, C1

222 while ( t.hasMoreTokens() ) 223 { 224 String s = t.nextToken(); 225 log.debug("Request filter="+s); 226 try

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

185 v[0] = SVGUtilities.convertSVGNumber(tokens.nextToken()); 186 if (tokens.hasMoreTokens()) { 187 v[1] = SVGUtilities.convertSVGNumber(tokens.nextToken()); 188 } else { 189 v[1] = v[0];

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

183 StringTokenizer tokens = new StringTokenizer(s, " ,"); 184 try { 185 v[0] = SVGUtilities.convertSVGNumber(tokens.nextToken()); 186 if (tokens.hasMoreTokens()) { 187 v[1] = SVGUtilities.convertSVGNumber(tokens.nextToken());

Class: org.apache.jasper.compiler.AntCompiler  ©, Rating: 0% of 0, C3

132 StringTokenizer tokenizer = new StringTokenizer(classpath, sep); 133 while (tokenizer.hasMoreElements()) { 134 String pathElement = tokenizer.nextToken(); 135 File repository = new File(pathElement); 136 path.setLocation(repository);

Class: org.htmlparser.parserHelper.AttributeParser  ©, Rating: 0% of 0, C3

185 while (isDataReady == false && tokenizer.hasMoreTokens()) 186 { 187 currentToken = tokenizer.nextToken(deli); 188 // 189 // First let's combine tokens that are inside "" or ''

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