Lines Matching +refs:O +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) &&
156 function _sw(O, R2d, C2a) { argument
158 if (R2d.test(O.className)) {
160 O.className = (C2a) ?
161 O.className.replace(R2d, C2a) :
162 O.className.replace(R2d, '');
165 O.className += C2a;