You are here

constant GESHIFILTER_DEFAULT_PLAINTEXT in GeSHi Filter for syntax highlighting 5.2

Same name and namespace in other branches
  1. 6 geshifilter.module \GESHIFILTER_DEFAULT_PLAINTEXT
  2. 7 geshifilter.module \GESHIFILTER_DEFAULT_PLAINTEXT

@file An input filter for syntax highlighting using the GeSHi library.

4 uses of GESHIFILTER_DEFAULT_PLAINTEXT
_geshifilter_admin_general_settings in ./geshifilter.admin.inc
Menu callback for admin settings
_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');