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

Lines Matching defs:amount

1595     # Replace tabs with the appropriate amount of space.
1616 # Calculate amount of space, insert spaces, insert block.
1617 $amount = $this->tab_width -
1619 $line .= str_repeat(" ", $amount) . $block;