constant GESHIFILTER_DEFAULT_PLAINTEXT in GeSHi Filter for syntax highlighting 6
Same name and namespace in other branches
- 5.2 geshifilter.module \GESHIFILTER_DEFAULT_PLAINTEXT
- 7 geshifilter.module \GESHIFILTER_DEFAULT_PLAINTEXT
@file An input filter for syntax highlighting using the GeSHi library.
5 uses of GESHIFILTER_DEFAULT_PLAINTEXT
- GeshiFilterTest::setUp in ./
geshifilter.test - SimpleTest core method: code run before each and every test method.
- geshifilter_admin_general_settings in ./
geshifilter.admin.inc - General settings form for the GeSHi filter.
- _geshifilter_filter_tips in ./
geshifilter.filtertips.inc - Implementation for geshifilter_filter_tips()
- _geshifilter_prepare_callback in ./
geshifilter.pages.inc - _geshifilter_prepare callback for preparing input text. Replaces the code tags brackets with geshifilter specific ones to prevent possible messing up by other filters, e.g. '[python]foo[/python]' to…
- _geshifilter_replace_callback in ./
geshifilter.pages.inc - preg_replace_callback callback
File
- ./
geshifilter.module, line 8 - An input filter for syntax highlighting using the GeSHi library.
Code
define('GESHIFILTER_DEFAULT_PLAINTEXT', 'GESHIFILTER_DEFAULT_PLAINTEXT');