Searched defs:Object (Results 1 - 7 of 7) sorted by relevance
/glassfish-3.1.2/ejb/javax.ejb/src/main/java/javax/ejb/ |
H A D | EJB.java | 96 Class beanInterface() default Object.class;
|
H A D | MessageDriven.java | 77 Class messageListenerInterface() default Object.class;
|
/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/spi/ |
H A D | ConfigProperty.java | 64 Class type() default Object.class;
|
/glassfish-3.1.2/javaee-api/javax.annotation/src/main/java/javax/annotation/ |
H A D | Resource.java | 96 Class type() default java.lang.Object.class;
|
/glassfish-3.1.2/tests/quicklook/web/jruby/helloapp/public/javascripts/ |
H A D | prototype.js | 47 if (Object.isFunction(properties[0])) 54 Object.extend(klass, Class.Methods); 80 var properties = Object.keys(source); 82 if (!Object.keys({ toString: true }).length) 87 if (ancestor && Object.isFunction(value) && 106 Object.extend = function(destination, source) { 112 Object.extend(Object, { 115 if (Object.isUndefined(object)) return 'undefined'; 135 if (Object [all...] |
/glassfish-3.1.2/tests/embedded/maven-plugin/websockets/src/main/webapp/javascripts/ |
H A D | prototype.js | 57 var Abstract = new Object(); 59 Object.extend = function(destination, source) { 66 Object.inspect = function(object) { 91 Object.extend(Number.prototype, { 170 Object.extend(String.prototype, { 240 var $break = new Object(); 241 var $continue = new Object(); 416 Object.extend(Enumerable, { 435 Object.extend(Array.prototype, Enumerable); 439 Object [all...] |
/glassfish-3.1.2/tests/community/web/jruby/helloapp/public/javascripts/ |
H A D | prototype.js | 28 var Abstract = new Object(); 30 Object.extend = function(destination, source) { 37 Object.extend(Object, { 64 return Object.extend({}, object); 82 Object.extend(Number.prototype, { 152 Object.extend(String.prototype, { 319 var $break = new Object(); 320 var $continue = new Object(); 514 Object [all...] |
Completed in 1043 milliseconds