Home | History | Annotate | Download | only in doc

Lines Matching refs:VALUE

72 /** token style for a literal value.  e.g. 1, null, true. */

87 /** token style for an sgml attribute value. */
602 // next loop will reenter state 0 without same value of i, so
765 var delim = null; // attribute delimiter for quoted value state.
778 var nextStyle = null; // null or next value of stateStyle
974 /** splits the quotes from an attribute value.
1164 // (PR_TAG, PR_PLAIN, PR_SOURCE, NAME, VALUE, null)
1297 pre.setAttribute(a.name, a.value);