Lines Matching refs:is

147   -  Fallback to "text" when extension is unknown (SF#3514714, murkymark, BenBE)
168 * Properly detect the keyword that is to be linked (BenBE)
490 - Make GeSHi's constructor arguments optional, so something like `$foo = new GeSHi;` is possible. (milian)
492 The slightly increased memory consumption (~150KB for PHP language file) is more than worth it! (milian)
507 code is found in this mode, we fallback to the same setting as if GESHI_NEVER was set. That way it
517 * Make sure strict_mode is set properly when doing repeated set_language calls (milian)
521 - The overall_class is now up to the user, and the language-code is _always_ added as a class (milian)
531 * Fixed escape char support when an escape char is followed by multi-byte chars (SF#2037598, BenBE)
725 - Fixed incorrect highlighting when the starter of a multiline comment is
727 - Fixed "</span" generated if a multiline comment is the last thing in the
754 - Fixed notices in text.php, reg.php and latex.php when $this is not
797 - Reset extra lines to highlight if source is changed (Diogo Resende)
845 - Having no source to highlight is not an error condition anymore
864 - When using GESHI_HEADER_NONE, remove the <ol> if line numbering is not enabled
866 - Fixed extra newline being generated if a comment is at the end
881 not set and language is set to wierd value (Maksymilian Arciemowicz)
903 - Bugfix: the line style for non-fancy lines when fancy highlighting is enabled
904 is now applied (Amit Gupta)
914 - Fixed bug in set_code_style: Second parameter is now optional
915 - The $_GESHI_ERRORS array is gone, error messages are internal to the GeSHi class
921 - Source is checked to make sure it is not empty else an error occurs
947 help automate file highlighting (though the extension array at this time is quite bare)
1003 - Time taken to parse the code is recorded and made available with the get_time()
1012 - Added a new field - language_path - that can be set either when the constructor is
1017 - If there is an error the source that is outputted is now handled much better
1020 - Method header() modified to allow the user to choose whether the code is surrounded in
1023 - Method get_stylesheet() modified so that a smaller comment is outputted in economy mode,