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

74 */ 75 public Entities (String stValue) throws IllegalArgumentException { 76 StringTokenizer tokenizer = new StringTokenizer(stValue); 77 int count = tokenizer.countTokens(); 78 entities = new Entity[count];

Class: org.apache.axis.types.NMTokens  ©, Rating: 0% of 0, C1

077 078 public void setValue(String stValue) { 079 StringTokenizer tokenizer = new StringTokenizer(stValue); 080 int count = tokenizer.countTokens(); 081 tokens = new NMToken[count];

Class: org.apache.axis.types.IDRefs  ©, Rating: 0% of 0, C1

078 079 public void setValue(String stValue) { 080 StringTokenizer tokenizer = new StringTokenizer(stValue); 081 int count = tokenizer.countTokens(); 082 idrefs = new IDRef[count];

Class: org.apache.batik.dom.svg.SystemIdTest  ©, Rating: 0% of 0, C1

083 String dtdids = rb.getString(SAXSVGDocumentFactory.KEY_PUBLIC_IDS); 084 085 StringTokenizer st = new StringTokenizer(dtdids, "-"); 086 int nIds = st.countTokens(); 087 String missingIds = "";

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

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

jgoodies_forms  Class: com.jgoodies.forms.layout.RowSpec  ©, Rating: 0% of 0, C1

161 throw new NullPointerException("The row specification must not be null."); 162 163 StringTokenizer tokenizer = new StringTokenizer(encodedRowSpecs, ", "); 164 int rowCount = tokenizer.countTokens(); 165 RowSpec[] rowSpecs = new RowSpec[rowCount];

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

077 Hashtable languages, Vector q) 078 { 079 StringTokenizer languageTokenizer = 080 new StringTokenizer(acceptLanguage, ","); 081

jgoodies_forms  Class: com.jgoodies.forms.layout.ColumnSpec  ©, Rating: 0% of 0, C1

171 throw new NullPointerException("The column specification must not be null."); 172 173 StringTokenizer tokenizer = new StringTokenizer(encodedColumnSpecs, ", "); 174 int columnCount = tokenizer.countTokens(); 175 ColumnSpec[] columnSpecs = new ColumnSpec[columnCount];

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

143 throw new AxisFault(Messages.getMessage("noSecurity00")); 144 145 StringTokenizer st = new StringTokenizer(allowedRoles, ","); 146 while (st.hasMoreTokens()) { 147 String thisRole = st.nextToken();

Class: org.apache.jmeter.NewDriver  ©, Rating: 0% of 0, C3

047 048 //Find JMeter home dir 049 StringTokenizer tok = new StringTokenizer(cp, File.pathSeparator); 050 if (tok.countTokens() == 1) 051 {

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