Search Results
OK to copy?
Examples 1 through 10 of
10 (0.015 seconds)
Class:
org.apache.axis.message.SOAPBody
©,
Rating:
0% of 0,
C1
Class: org.apache.axis.message.SOAPHeader ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.util.JMeterUtils ©, Rating: 0% of 0, C1
Class: org.apache.jasper.compiler.JspUtil ©, Rating: 0% of 0, C3
Class: org.apache.tools.ant.types.Path ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.types.Path ©, Rating: 0% of 0, C2
Class: org.apache.axis.utils.tcpmon ©, Rating: 0% of 0, C1
Class: org.apache.axis.utils.tcpmon ©, Rating: 0% of 0, C3
Class: org.apache.axis.utils.tcpmon ©, Rating: 0% of 0, C3
Class: org.apache.tools.ant.DirectoryScanner ©, Rating: 0% of 0, C1
311 // Remove all occurrences in case it has been added multiple times.
312 int i;
313 while ((i = bodyElements.indexOf(child)) != -1) {
314 bodyElements.remove(i);
315 }
Class: org.apache.axis.message.SOAPHeader ©, Rating: 0% of 0, C1
373 // Remove all occurrences in case it has been added multiple times.
374 int i;
375 while ((i = headers.indexOf(child)) != -1) {
376 headers.remove(i);
377 }
Class: org.apache.jmeter.util.JMeterUtils ©, Rating: 0% of 0, C1
0692 String name)
0693 {
0694 int idx = namVec.indexOf(name);
0695 combo.setSelectedIndex(idx);
0696 // Redisplay.
Class: org.apache.jasper.compiler.JspUtil ©, Rating: 0% of 0, C3
0267 int attrPos;
0268 if (validAttributes[i].mandatory) {
0269 attrPos = temp.indexOf(validAttributes[i].name);
0270 if (attrPos != -1) {
0271 temp.remove(attrPos);
Class: org.apache.tools.ant.types.Path ©, Rating: 0% of 0, C1
498 */
499 private static void addUnlessPresent(Vector v, String s) {
500 if (v.indexOf(s) == -1) {
501 v.addElement(s);
502 }
Class: org.apache.tools.ant.types.Path ©, Rating: 0% of 0, C2
226 String[] l = other.list();
227 for (int i = 0; i < l.length; i++) {
228 if (elements.indexOf(l[i]) == -1) {
229 elements.addElement(l[i]);
230 }
Class: org.apache.axis.utils.tcpmon ©, Rating: 0% of 0, C1
1267 try {
1268 halt();
1269 index = listener.connections.indexOf( this );
1270 listener.tableModel.removeRow( index + 1 );
1271 listener.connections.remove( index );
Class: org.apache.axis.utils.tcpmon ©, Rating: 0% of 0, C3
1219 StringWriter st = new StringWriter();
1220 PrintWriter wr = new PrintWriter(st);
1221 int index = listener.connections.indexOf( this );
1222
1223 if ( index >= 0 ) {
Class: org.apache.axis.utils.tcpmon ©, Rating: 0% of 0, C3
1000 StringBuffer buf = null ;
1001
1002 int index = listener.connections.indexOf( this );
1003
1004 if (listener.isProxyBox.isSelected() || HTTPProxyHost != null) {
Class: org.apache.tools.ant.DirectoryScanner ©, Rating: 0% of 0, C1
0395 */
0396 public static boolean addDefaultExclude(String s) {
0397 if (defaultExcludes.indexOf(s) == -1) {
0398 defaultExcludes.add(s);
0399 return true;
Result Page:
1