[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 354 lines (8 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Parser:: (12 methods):
parse()
addTag()
parseDashesAndEllipses()
parseDoubleQuotePairs()
parseFractions()
parseGuillemets()
parseNotEqualSign()
parseQuotePairs()
parseSingleQuotePairs()
parseSingleQuotes()
parseSymbolsAfterDigits()
parseSymbolsInParentheses()
parse($text, array $matches) X-Ref |
{@inheritdoc} |
addTag($tagPos, $tagLen, $chr, $prio = 0) X-Ref |
Add a fancy replacement tag param: integer $tagPos Position of the tag in the text param: integer $tagLen Length of text consumed by the tag param: string $chr Replacement character param: integer $prio Tag's priority return: \s9e\TextFormatter\Parser\Tag |
parseDashesAndEllipses() X-Ref |
Parse dashes and ellipses Does en dash –, em dash — and ellipsis … return: void |
parseDoubleQuotePairs() X-Ref |
Parse pairs of double quotes Does quote pairs “” -- must be done separately to handle nesting return: void |
parseFractions() X-Ref |
Parse vulgar fractions return: void |
parseGuillemets() X-Ref |
Parse guillemets-style quotation marks return: void |
parseNotEqualSign() X-Ref |
Parse the not equal sign Supports != and =/= return: void |
parseQuotePairs($regexp, $leftQuote, $rightQuote) X-Ref |
Parse pairs of quotes param: string $regexp Regexp used to identify quote pairs param: string $leftQuote Fancy replacement for left quote param: string $rightQuote Fancy replacement for right quote return: void |
parseSingleQuotePairs() X-Ref |
Parse pairs of single quotes Does quote pairs ‘’ must be done separately to handle nesting return: void |
parseSingleQuotes() X-Ref |
Parse single quotes in general Does apostrophes ’ after a letter or at the beginning of a word or a couple of digits return: void |
parseSymbolsAfterDigits() X-Ref |
Parse symbols found after digits Does symbols found after a digit: - apostrophe ’ if it's followed by an "s" as in 80's - prime ′ and double prime ″ - multiply sign × if it's followed by an optional space and another digit return: void |
parseSymbolsInParentheses() X-Ref |
Parse symbols found in parentheses such as (c) Does symbols ©, ® and ™ return: void |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |