Searched defs:String (Results 1 - 9 of 9) sorted by relevance
/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/admin/config/ |
H A D | PropertyDesc.java | 60 String name(); 63 String defaultValue() default "\u0000"; 66 String description() default "\u0000"; 68 /** the DataType class, can be Class<? extends {@link DataType}> or String.class, Integer.class, etc */ 69 Class dataType() default String.class; 74 String[] values() default {};
|
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/logging/ |
H A D | Logging.java | 82 @Param(name="moduleName") final String moduleName, 83 @Param(name="level") final String level ); 94 public String getModuleLogLevel( @Param(name="moduleName") final String moduleName ); 104 @Param(name="properties") final Map <String, String> properties ); 111 public Map<String, String> getLoggingProperties( ); 118 public Map<String, String> getLoggingAttribute 103 updateLoggingProperties( @aramname=�) final Map <String, String> properties ) argument 128 updateLoggingAttributes( @aramname=�) final Map <String, String> properties ) argument [all...] |
/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/ |
H A D | IiopListener.java | 84 final static String PORT_PATTERN = "\\$\\{[\\p{L}\\p{N}_][\\p{L}\\p{N}\\-_./;#]*\\}" 96 * {@link String } 101 String getId(); 107 * {@link String } 109 void setId(String value) throws PropertyVetoException; 117 * {@link String } 121 String getAddress(); 127 * {@link String } 129 void setAddress(String value) throws PropertyVetoException; 137 * {@link String } 229 void String(boolean value); method in interface:IiopListener [all...] |
/glassfish-3.1.2/common/amx-config/src/main/java/org/glassfish/admin/amx/intf/config/ |
H A D | IiopListener.java | 50 public java.lang.String getAddress(); 52 public java.lang.String getId(); 54 public java.lang.String getPort(); 56 public java.lang.String getEnabled(); 58 public void setEnabled(java.lang.String param1); 60 public java.lang.String getLazyInit(); 62 public void setAddress(java.lang.String param1); 66 public void setPort(java.lang.String param1); 68 public java.lang.String getSecurityEnabled(); 70 public void setSecurityEnabled(java.lang.String param 76 public void String(boolean param1); method in interface:IiopListener [all...] |
/glassfish-3.1.2/tests/quicklook/web/jruby/helloapp/public/javascripts/ |
H A D | effects.js | 12 String.prototype.parseColor = function() { 117 character == ' ' ? String.fromCharCode(160) : character), 1053 String.__parseStyleElement = document.createElement('div'); 1054 String.prototype.parseStyle = function(){ 1059 String.__parseStyleElement.innerHTML = '<div style="' + this + '"></div>'; 1060 style = String.__parseStyleElement.childNodes[0].style; 0 // Copyright (c) 2005-2008 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us) class
|
/glassfish-3.1.2/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/ |
H A D | SOAPMessageContextImpl.java | 121 public Set<String> getRoles() { 126 public Scope getScope(String name) { 131 public void setScope(String name, Scope scope) { 161 public Set<Entry<String, Object>> entrySet() { 176 public Set<String> keySet() { 180 public Object put(String str, Object obj) { 184 public void putAll(Map<? extends String, ? extends Object> map) { argument
|
/glassfish-3.1.2/tests/community/web/jruby/helloapp/public/javascripts/ |
H A D | effects.js | 12 String.prototype.parseColor = function() { 119 character == ' ' ? String.fromCharCode(160) : character), 1044 String.prototype.parseStyle = function(){ 0 // Copyright (c) 2005, 2006 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us) class
|
H A D | prototype.js | 148 String.interpret = function(value){ 149 return value == null ? '' : String(value); 152 Object.extend(String.prototype, { 160 result += String.interpret(replacement(match)); 256 String.fromCharCode(this.charCodeAt(this.length - 1) + 1); 294 String.prototype.gsub.prepareReplacement = function(replacement) { 300 String.prototype.parseQuery = String.prototype.toQueryParams; 314 return before + String.interpret(object[match[3]]); 2100 ? this.lastValue != value : String(thi 292 }); class [all...] |
/glassfish-3.1.2/tests/embedded/maven-plugin/websockets/src/main/webapp/javascripts/ |
H A D | prototype.js | 170 Object.extend(String.prototype, { 238 String.prototype.parseQuery = String.prototype.toQueryParams; 236 }); class
|
Completed in 52 milliseconds