Home | History | Annotate | Download | only in docs

Lines Matching refs:VALUE

155   /** token style for a literal value.  e.g. 1, null, true. */
170 /** token style for an sgml attribute value. */
336 out.push(node.name.toLowerCase(), '="', attribToHtml(node.value), '"');
939 // (PR_TAG, PR_PLAIN, PR_SOURCE, NAME, VALUE, null)
1219 pre.className = a.value; // For IE 6
1221 pre.setAttribute(a.name, a.value);