Lines Matching full:whitespace
364 (?<=\s) # lookbehind for whitespace
410 \s # starts with whitespace
825 \s? # One optional whitespace character
1050 (^[ ]*) # leading whitespace = $2
1073 # Replace marker with the appropriate whitespace indentation
1308 # trim one level of quoting - trim whitespace-only lines
2031 \s* # Eat whitespace before the `markdown` attribute
2276 [ ]{0,'.$less_than_tab.'} # Allowed whitespace.
2280 [ ]{0,'.$less_than_tab.'} # Allowed whitespace.
2285 [ ]* # Allowed whitespace.
2304 [ ]{0,'.$less_than_tab.'} # Allowed whitespace.
2307 [ ]{0,'.$less_than_tab.'} # Allowed whitespace.
2458 [ ]{0,'.$less_than_tab.'} # leading whitespace
2460 # mark (colon) or more whitespace.
2461 (?> \S.* \n)+? # actual term (not whitespace).
2472 [ ]{0,'.$less_than_tab.'} # whitespace before colon
2502 # Replace marker with the appropriate whitespace indentation
2532 [ ]* \n # Whitespace and newline following marker.