Lines Matching +refs:p +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
107 p = 'p',
115 if ((e = d[--l]) &&
116 (fc = e.firstChild) &&
118 (lc = e.lastChild) &&
121 (p === lcn)) {
126 (p === fcn)) {
218 p, // the currently handled element
223 if ((p = d[--l]) && (p._PRE)) {
224 if (re.test(p.className)) {
226 p._PRE.className += _cH; // add CSS class
227 p.className = p.className.replace(re, _cH); // dito
229 p._PRE.className += _cS; // add CSS class
230 p.className += _cS; // dito
232 p.onclick = _t; // assign event handler