Home | History | Annotate | Download | only in PHP-Markdown-Extra-1.2.3

Lines Matching refs:Lines

322         # Strip any lines consisting only of spaces and tabs.
324 # match consecutive blank lines with /\n+/ instead of something
1045 # trim trailing blank lines:
1094 ( # $1 = the code block -- one or more lines, starting with a space/tab
1096 [ ]{'.$this->tab_width.'} # Lines must start with a tab or a tab-width of spaces
1297 (.+\n)* # subsequent consecutive lines
1308 # trim one level of quoting - trim whitespace-only lines
1332 # Strip leading and trailing lines:
2451 # trim trailing blank lines:
2589 # Strip leading and trailing lines:
2634 ( # text = $2 (no blank lines allowed)
2772 (.*) # text = $2 (no blank lines allowed)