Lines Matching +refs:E +refs:e
64 e, // the currently handled element
73 if ((e = d[--l]) &&
74 (e.className) && // there's a CSS class
75 re.test(e.className)) { // it contains the "code" class
77 r[r.length] = e;
101 e, // the currently handled element
115 if ((e = d[--l]) &&
116 (fc = e.firstChild) &&
118 (lc = e.lastChild) &&
180 function _t(E) { argument
181 if ((E = E || window.event)) {
182 E.cancelBubble = true;
183 E.returnValue = false;