convert_characters |
./unicode-conversion.php |
Perform character conversion. |
1 |
|
EducateBackticks |
./smartypants.php |
Example input: ``Isn't this fun?''
Example output: “Isn't this fun?”. |
2 |
|
EducateDashes |
./smartypants.php |
Example input: `Isn't this fun?'
Example output: ‘Isn’t this fun?’ |
1 |
1 |
EducateDashesOldSchool |
./smartypants.php |
EducateDashesOldSchool. |
1 |
1 |
EducateDashesOldSchoolInverted |
./smartypants.php |
EducateDashesOldSchoolInverted. |
1 |
1 |
EducateEllipses |
./smartypants.php |
EducateEllipses.
Example input: Huh...?
Example output: Huh…? |
2 |
|
EducateQuotes |
./smartypants.php |
EducatedQuotes.
Example input: "Isn't this fun?"
Example output: [0]Isn’t this fun?[1]; |
2 |
|
EducateSingleBackticks |
./smartypants.php |
Example input: `Isn't this fun?'
Example output: ‘Isn’t this fun?’ |
1 |
|
ProcessEscapes |
./smartypants.php |
EducateDashesOldSchool. |
5 |
|
SmartAmpersand |
./smartypants.php |
Wrapping ampersands. |
1 |
|
SmartDashes |
./smartypants.php |
SmartDashes. |
|
|
SmartEllipses |
./smartypants.php |
SmartEllipses. |
|
|
SmartQuotes |
./smartypants.php |
SmartQuotes |
|
|
SmartyPants |
./smartypants.php |
SmartyPants. |
3 |
1 |
smarty_modifier_smartypants |
./smartypants.php |
Wrapper methode for SmartyPants. |
|
|
StupefyEntities |
./smartypants.php |
StupefyEntities.
Example input: “Hello — world.”
Example output: "Hello -- world." |
1 |
|
typogrify_filter_info |
./typogrify.module |
Implements hook_filter_info(). |
|
|
typogrify_hyphenate |
./smartypants.php |
Replaces = with '­' for easier manual hyphenating. |
1 |
|
typogrify_i18n_quotes |
./smartypants.php |
returns a locale-specific array of quotes. |
1 |
|
typogrify_init |
./typogrify.module |
Implements hook_init(). |
|
|
typogrify_smart_abbreviation |
./smartypants.php |
Wrapping abbreviations and adding half space between digit grouping. |
1 |
|
typogrify_smart_numbers |
./smartypants.php |
Adding space in numbers for easier reading aka digit grouping. |
1 |
|
typogrify_space_hyphens |
./smartypants.php |
space_hyphens |
1 |
|
typogrify_space_to_nbsp |
./smartypants.php |
space_to_nbsp |
1 |
|
unicode_conversion_map |
./unicode-conversion.php |
Provides Unicode-mapping. |
4 |
|
_typogrify_abbr_asis |
./smartypants.php |
Wrapping abbreviations without adding whitespace. |
|
1 |
_typogrify_abbr_narrownbsp |
./smartypants.php |
Wrapping abbreviations adding whitespace '&narrownbsp;'. |
|
1 |
_typogrify_abbr_span |
./smartypants.php |
Wrapping abbreviations adding whitespace by setting margin-left in a span. |
|
1 |
_typogrify_abbr_thinsp |
./smartypants.php |
Wrapping abbreviations adding whitespace ' '. |
|
1 |
_typogrify_filter_tips |
./typogrify.module |
Filter tips callback for Typogrify filter. |
|
1 |
_typogrify_number_just_span |
./smartypants.php |
Wrapping numbers and adding whitespace by setting margin-left in a span. |
|
1 |
_typogrify_number_narrownbsp |
./smartypants.php |
Wrapping numbers and adding whitespace '&narrownbsp;'. |
|
1 |
_typogrify_number_replacer |
./smartypants.php |
Internal: wraps and inserts space in numbers. |
4 |
|
_typogrify_number_span |
./smartypants.php |
Wrapping numbers and adding whitespace by setting margin-left in a span. |
|
1 |
_typogrify_number_thinsp |
./smartypants.php |
Wrapping numbers and adding whitespace ' '. |
|
1 |
_typogrify_process |
./typogrify.module |
Processing function to apply the Typogrify filters. |
1 |
1 |
_typogrify_settings |
./typogrify.module |
Typogrify filter settings form. |
|
1 |
_typogrify_unquote |
./typogrify.module |
|
2 |
|