e.g. Calendar Search Help
You must enter a value before pressing Search
Search Results OK to copy? Examples 1 through 10 of 3661 (0.099 seconds)
Class: cal.Entry  ©, Rating: 0% of 1, C1

39 40 public String getDescription () { 41 if (description.equals("")) return "None"; 42 else return this.description; 43 }

Class: cal.Entry  ©, Rating: 0% of 0, C1

34 35 public String getColor () { 36 if (description.equals("")) return "lightblue"; 37 else return "red"; 38 }

Class: cal.Entry  ©, Rating: 0% of 0, C1

39 40 public String getDescription () { 41 if (description.equals("")) return "None"; 42 else return this.description; 43 }

Class: cal.Entry  ©, Rating: 0% of 0, C1

34 35 public String getColor () { 36 if (description.equals("")) return "lightblue"; 37 else return "red"; 38 }

Class: org.apache.jasper.tagplugins.jstl.When  ©, Rating: 0% of 0, C1

29 } 30 31 if ("true".equals(parentContext.getPluginAttribute("hasBeenHere"))) { 32 ctxt.generateJavaSource("} else if("); 33 // See comment below for the reason we generate the extra "}" here.

Class: org.springframework.beans.NestedTestBean  ©, Rating: 0% of 0, C1

46 } 47 NestedTestBean ntb = (NestedTestBean) obj; 48 return this.company.equals(ntb.company); 49 } 50

Class: org.springframework.jndi.JndiTemplateEditor  ©, Rating: 0% of 0, C1

36 throw new IllegalArgumentException("JndiTemplate cannot be created from null string"); 37 } 38 if ("".equals(text)) { 39 // empty environment 40 setValue(new JndiTemplate());

Class: org.apache.naming.resources.DirContextURLStreamHandlerFactory  ©, Rating: 0% of 0, C1

55 */ 56 public URLStreamHandler createURLStreamHandler(String protocol) { 57 if (protocol.equals("jndi")) { 58 return new DirContextURLStreamHandler(); 59 } else {

Class: org.springframework.mock.jndi.ExpectedLookupTemplate  ©, Rating: 0% of 0, C1

50 */ 51 public Object lookup(String name) throws NamingException { 52 if (!name.equals(this.name)) { 53 throw new NamingException("Unexpected JNDI name '" + name + "' - expecting '" + this.name + "'"); 54 }

Class: org.apache.catalina.startup.SetAllPropertiesRule  ©, Rating: 0% of 0, C1

52 for (int i = 0; i < attributes.getLength(); i++) { 53 String name = attributes.getLocalName(i); 54 if ("".equals(name)) { 55 name = attributes.getQName(i); 56 }

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