Home | History | Annotate | Download | only in PHP-SmartyPants-1.5.1e

Lines Matching refs:quote

151                                     # just a quote char. What we do is remember
154 # character quote tokens correctly.
246 # an HTML tag. Add a space to give the quote education algorithm a bit of
247 # context, so that it can guess correctly that it's a closing quote:
260 # just a quote char. What we do is remember
263 # character quote tokens correctly.
407 # Returns: The string, with "educated" curly quote HTML entities.
416 # Special case if the very first character is a quote
424 # <p>He said, "'Quoted' words in a larger quote."</p>
445 ' # the quote
473 \" # the quote
496 # translated into HTML curly quote entities.
512 # translated into HTML curly quote entities.
606 # single quote open close
609 # double quote open close
623 # quote or other character to appear.
689 This is a PHP translation of the original SmartyPants quote educator written in
696 * Straight quotes (`"` and `'`) into "curly" quote HTML entities
697 * Backticks-style quotes (` ``like this'' `) into "curly" quote HTML
748 single-quote, when in fact it should be a closing one. I don't think