Searched refs:whitespace (Results 1 – 9 of 9) sorted by relevance
411 val whitespace = Character.isWhitespace(c) in getBodyContents() constant412 if (whitespace || c == '>') { in getBodyContents()422 whitespace -> state = STATE_BEFORE_ATTRIBUTE in getBodyContents()
130 // whitespace, the same whitespace will be added to every line of the
101 environment variables, but are expanded inline. Files with whitespace and221 whitespace.
4716 my ($whitespace) =4719 statement_rawlines($whitespace) - 1;5150 my ($whitespace) = ($cond =~ /^((?:\s*\n[+-])*\s*)/s);5151 my $offset = statement_rawlines($whitespace) - 1;
294 # List of optional constructs for which whitespace checking is disabled. `dict-
3135 line[commentpos-1] not in string.whitespace) or3137 line[commentpos-2] not in string.whitespace))):
432 result.add(carrierId.setSpn(CharMatcher.whitespace().trimTrailingFrom(spn)).build()); in carrierAttributeToCarrierId()
2111 … val pathList = Splitter.on(CharMatcher.whitespace()).trimResults().omitEmptyStrings().split( in <lambda>()
685 // stripped out. For block comments, leading whitespace and an asterisk