constant GESHIFILTER_BRACKETS_SQUARE in GeSHi Filter for syntax highlighting 7
Same name and namespace in other branches
- 5.2 geshifilter.module \GESHIFILTER_BRACKETS_SQUARE
- 6 geshifilter.module \GESHIFILTER_BRACKETS_SQUARE
7 uses of GESHIFILTER_BRACKETS_SQUARE
- GeshiFilterAdministrationTest::setUp in ./
geshifilter.test - SimpleTest core method: code run before each and every test method.
- GeshiFilterTest::setUp in ./
geshifilter.test - SimpleTest core method: code run before each and every test method.
- GeshiFilterTest::testBracketsOnlySquare in ./
geshifilter.test - GeshiFilterTest::testSquareBracketConfusion in ./
geshifilter.test - Issue http://drupal.org/node/1010216
- _geshifilter_filter_tips in ./
geshifilter.filtertips.inc - Provides filter tips.
File
- ./
geshifilter.module, line 26 - An input filter for syntax highlighting using the GeSHi library.
Code
define('GESHIFILTER_BRACKETS_SQUARE', 2);