You are here

constant GESHIFILTER_DEFAULT_DONOTHING in GeSHi Filter for syntax highlighting 5.2

Same name and namespace in other branches
  1. 6 geshifilter.module \GESHIFILTER_DEFAULT_DONOTHING
  2. 7 geshifilter.module \GESHIFILTER_DEFAULT_DONOTHING
3 uses of GESHIFILTER_DEFAULT_DONOTHING
_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');