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

Lines Matching refs:quotes

82     $convert_quot = 0;  # should we translate " entities into normal quotes?
90 # q : quotes
91 # b : backtick quotes (``double'' only)
92 # B : backtick quotes (``double'' and `single')
158 # Don't mess with quotes inside tags.
181 # Note: backticks need to be processed before quotes.
231 $do_backticks; # should we educate ``backticks'' -style quotes?
238 # smarten ``backticks'' -style quotes
245 # Special case to handle quotes at the very end of $text when preceded by
267 # Don't mess with quotes inside tags
348 # Don't mess with quotes inside tags
385 # Don't mess with quotes inside tags
417 # followed by punctuation at a non-word-break. Close the quotes by brute force:
423 # Special case for double sets of quotes, e.g.:
435 # Get most opening single quotes:
448 # Single closing quotes:
459 # Any remaining single quotes should be opening ones:
463 # Get most opening double quotes:
477 # Double closing quotes:
485 # Any remaining quotes should be opening ones.
495 # Returns: The string, with ``backticks'' -style double quotes
511 # Returns: The string, with `backticks' -style single quotes
696 * Straight quotes (`"` and `'`) into "curly" quote HTML entities
697 * Backticks-style quotes (` ``like this'' `) into "curly" quote HTML
704 display text where smart quotes and other "smart punctuation" would not
710 If you need to use literal straight quotes (or plain hyphens and
724 This is useful, for example, when you want to use straight quotes as
736 If the bug involves quotes being curled the wrong way, please send example
742 One situation in which quotes will get curled the wrong way is when
751 proper HTML entity for closing single-quotes (`’`) by hand.
766 was not seen as HTML (smart quotes where applied inside).
777 * Corrected a problem with quotes immediately following a dash