Lines Matching full:split
50 * Split {@code prettyPrint} into multiple timeouts so as not to interfere with
97 words = words.split(/ /g);
433 /** split markup into chunks of html tags (style null) and
624 /** split markup on tags, comments, application directives, and other top
636 // Split out start and end script tags as actual tags, and leave the
662 /** split tags attributes and their values out from the tag name, and
808 // Split into strings, comments, and other.
814 // Split non comment|string tokens on whitespace and word boundaries
927 // 2) Then split the text chunks further into comments, declarations,
929 // After each split, consider whether the token is the start of an
935 // 3) Finally go over each tag token and split out attribute names and