Lines Matching refs:split
56 var kw = KEYWORDS[k].split(' ');
219 /** split markup into chunks of html tags (style null) and
320 * of split tokens.
371 // A state machine to split out declarations, tags, etc.
376 // one big string, as they were before being split.
562 // a state machine to split out comments, strings, and other stuff
632 /** used by lexSource to split a non string, non comment token.
675 // are each split into multiple tokens
747 /** split a group of chunks of markup.
757 /** split tags attributes and their values out from the tag name, and
895 // split off any starting and trailing <?, <%
1110 // split entities out of so that we know to treat them as single units.
1113 // split non comment|string tokens on whitespace and word boundaries
1154 // 2) Then split the text chunks further into comments, declarations,
1156 // After each split, consider whether the token is the start of an
1161 // 3) Finally go over each tag token and split out attribute names and values.