Lines Matching +full:p +full:- +full:up
3 * <p>
6 * </p><p>
13 * </p><pre>
14 * Copyright (C) 2007, 2010 M.Watermann, D-10247 Berlin, FRG
20 * @since created 07-Feb-2007
30 * <p>
37 * </p>
48 // The "_Divs()" and "_Ps()" methods are one-time-only - meaning that
73 if ((e = d[--l]) &&
89 * Get a list of <tt>P</tt> elements representing a footer/header
92 * @returns Array A (possibly empty) list of <tt>P</tt> elements
107 p = 'p',
115 if ((e = d[--l]) &&
121 (p === lcn)) {
123 lc._PRE = fc; // link PRE to P
126 (p === fcn)) {
128 fc._PRE = lc; // link PRE to P
147 * <p>
149 * </p>
173 * <p>
174 * Event handler used by the header/footer P elements.
175 * </p>
203 * <p>
205 * It sets up all code blocks marked up by the (PHP)
209 * </p>
217 l = d.length, // length of P list
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