Searched defs:var (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/admingui/common/src/main/resources/js/
H A Dadminjsf.js45 * We need to put in a little delay before returning the var
48 var oldOnFocus = theButton.onfocus;
50 var val=confirm(msg);
67 var oldaction = button.form.action;
68 var oldtarget = button.form.target;
70 var sep = (button.form.action.indexOf("?") > -1) ? "&" : "?";
77 var args = {};
85 var button = document.getElementById(id);
93 var inputs = document.getElementsByTagName("input");
104 var valu
[all...]
/glassfish-3.1.2/tests/quicklook/web/jruby/helloapp/public/javascripts/
H A Deffects.js13 var color = '#';
15 var cols = this.slice(4,this.length-1).split(',');
16 var i=0; do { color += parseInt(cols[i]).toColorPart() } while (++i<3);
19 if (this.length==4) for(var i=1;i<4;i++) color += (this.charAt(i) + this.charAt(i)).toLowerCase();
57 var n = document.createTextNode(' ');
65 var Effect = {
79 var pos = ((-Math.cos(pos*Math.PI)/4) + .75) + Math.random()/4;
108 var tagifyStyle = 'position:relative';
125 var elements;
133 var option
[all...]
H A Dprototype.js9 var Prototype = {
44 var Class = {
46 var parent = null, properties = $A(arguments);
59 var subclass = function() { };
65 for (var i = 0; i < properties.length; i++)
79 var ancestor = this.superclass && this.superclass.prototype;
80 var properties = Object.keys(source);
85 for (var i = 0, length = properties.length; i < length; i++) {
86 var property = properties[i], value = source[property];
89 var metho
[all...]

Completed in 704 milliseconds