/mambots/content/geshi/geshi.php

Description
Classes
Class Description
GeSHi
Constants
GESHI_ACTIVE = 2 (line 83)
GESHI_AFTER = 4 (line 97)
GESHI_ALWAYS = 2 (line 69)
GESHI_BEFORE = 3 (line 96)
GESHI_CAPS_LOWER = 2 (line 78)
GESHI_CAPS_NO_CHANGE = (line 76)
GESHI_CAPS_UPPER = 1 (line 77)
GESHI_COMMENTS = (line 50)
GESHI_END_IMPORTANT = '<END GeSHi>' (line 90)
GESHI_ERROR_NO_INPUT = 1 (line 53)
GESHI_ERROR_NO_SUCH_LANG = 2 (line 54)
GESHI_FANCY_LINE_NUMBERS = 2 (line 64)
GESHI_HEADER_DIV = 1 (line 72)
GESHI_HEADER_PRE = 2 (line 73)
GESHI_HOVER = 1 (line 82)
GESHI_LINK = (line 81)
GESHI_MAYBE = 1 (line 68)
GESHI_MODIFIERS = 2 (line 95)
GESHI_NEVER = (line 67)
GESHI_NORMAL_LINE_NUMBERS = 1 (line 63)
GESHI_NO_LINE_NUMBERS = (line 62)
GESHI_OUTPUT_HTML = (line 47)

***********************************************************************************

geshi.php --------- Author: Nigel McNie (oracle.shinoda@gmail.com) Copyright: (c) 2004 Nigel McNie Release Version: 1.0.4 CVS Revision Version: $Revision: 1.1 $ Date Started: 2004/05/20 Last Modified: $Date: 2004/12/17 08:01:42 $

The GeSHi class for Generic Syntax Highlighting. Please refer to the documentation at http://qbnz.com/highlighter/documentation.php for more information about how to use this class.

For changes, release notes, TODOs etc, see the relevant files in the docs/ directory

************************************************************************************

This file is part of GeSHi.

GeSHi is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

GeSHi is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with GeSHi; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

**********************************************************************************

GESHI_REPLACE = 1 (line 94)
GESHI_SEARCH = (line 93)
GESHI_START_IMPORTANT = '<BEGIN GeSHi>' (line 89)
GESHI_VISITED = 3 (line 84)
Functions
geshi_highlight (line 2396)

function: geshi_highlight

------------------------- Easy way to highlight stuff. Behaves just like highlight_string

void geshi_highlight (mixed $string, mixed $language, mixed $path, [mixed $return = false])

Documentation generated on Fri, 4 Mar 2005 13:56:18 +1000 by phpDocumentor 1.3.0RC3