constant GESHIFILTER_DEFAULT_DONOTHING in GeSHi Filter for syntax highlighting 6
Same name and namespace in other branches
- 5.2 geshifilter.module \GESHIFILTER_DEFAULT_DONOTHING
- 7 geshifilter.module \GESHIFILTER_DEFAULT_DONOTHING
4 uses of GESHIFILTER_DEFAULT_DONOTHING
- GeshiFilterTest::testDoNothingMode in ./
geshifilter.test - _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 9 - An input filter for syntax highlighting using the GeSHi library.
Code
define('GESHIFILTER_DEFAULT_DONOTHING', 'GESHIFILTER_DEFAULT_DONOTHING');