e107_core/bbcodes/bb_code.php
Call to method __construct
from undeclared class \GeSHi
Open
Open
$geshi = new GeSHi($code_text, ($pref['defaultLanGeshi'] ? $pref['defaultLanGeshi'] : 'php'), e_PLUGIN."geshi/geshi/");
- Exclude checks
Reference to instance property line_style1
from undeclared class \GeSHi
Open
Open
$geshi->line_style1 = "font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;";
- Exclude checks
Call to method __construct
from undeclared class \GeSHi
Open
Open
$geshi = new GeSHi($code_text, $parm, e_PLUGIN."geshi/geshi/");
- Exclude checks
Call to method enable_line_numbers
from undeclared class \GeSHi
Open
Open
$geshi->enable_line_numbers(defset('GESHI_NORMAL_LINE_NUMBERS'));
- Exclude checks
Call to method set_encoding
from undeclared class \GeSHi
Open
Open
$geshi->set_encoding('utf-8');
- Exclude checks
Call to method parse_code
from undeclared class \GeSHi
Open
Open
$CodeCache = $geshi->parse_code();
- Exclude checks
Call to method set_header_type
from undeclared class \GeSHi
Open
Open
$geshi->set_header_type(defset('GESHI_HEADER_DIV'));
- Exclude checks