You are here

Functions in GeSHi Filter for syntax highlighting 6

Primary tabs

Namesort descending Location Description Direct uses Strings
geshinode_install ./geshinode.install Create tables on install
geshinode_load ./geshinode.module Implementation of hook_load().
geshinode_menu ./geshinode.module Implementation of hook_menu()
geshinode_node_info ./geshinode.module Implementation of hook_node_info().
geshinode_perm ./geshinode.module Implementation of hook_perm().
geshinode_schema ./geshinode.install Implementation of hook_schema()
geshinode_settings ./geshinode.module Callback for geshinode settings form 1
geshinode_uninstall ./geshinode.install Remove tables on uninstall.
geshinode_update ./geshinode.module Implementation of hook_update().
geshinode_update_6001 ./geshinode.install Implementation of hook_update_N().
geshinode_validate ./geshinode.module Implementation of hook_validate().
geshinode_view ./geshinode.module Implementation of hook_view()
theme_geshifield_formatter_default geshifield/geshifield.module
theme_geshifield_formatter_nohighlighting geshifield/geshifield.module
theme_geshifield_formatter_trimmed geshifield/geshifield.module
theme_geshifield_textarea geshifield/geshifield.module Theming function for the geshifield_textarea widget
theme_geshifilter_per_language_settings ./geshifilter.admin.inc theming function for the per language settings table
_geshifilter_check_geshi_library ./geshifilter.inc Helper function for loading/checking the GeSHi library v 1.0.x (if not already) Returns an array with keys 'success', 'loaded' and 'message' 9
_geshifilter_clear_filter_cache ./geshifilter.admin.inc Helper function for clearing the appropriate filter cache entries 2
_geshifilter_codefilter_conflicts ./geshifilter.conflicts.inc Conflict detection for codefilter. 1
_geshifilter_filter_settings ./geshifilter.admin.inc Form (items) for filter settings. 1
_geshifilter_filter_tips ./geshifilter.filtertips.inc Implementation for geshifilter_filter_tips() 1
_geshifilter_flush_language_definition_cache ./geshifilter.admin.inc Helper function for flushing the GeSHi language definition cache 1
_geshifilter_general_highlight_tags_settings ./geshifilter.admin.inc Helper function for some settings form fields usable as general and specific settings 2
_geshifilter_generate_languages_css_file ./geshifilter.admin.inc Function for generating the external stylesheet. 4
_geshifilter_generate_languages_css_rules ./geshifilter.admin.inc Helper function for generating the CSS rules 2
_geshifilter_geshi_factory ./geshifilter.inc helper function for generating a GeSHi object 1
_geshifilter_get_available_languages ./geshifilter.inc List of available languages. 4
_geshifilter_get_enabled_languages ./geshifilter.inc List of enabled languages. (with caching) 10
_geshifilter_get_geshi_dir ./geshifilter.inc @file General GeSHi filter helper functions. 4
_geshifilter_get_tags ./geshifilter.inc Helper function for gettings the tags (with caching) 7
_geshifilter_htmlfilter_conflicts ./geshifilter.conflicts.inc conflict detection for html filter 1
_geshifilter_managed_external_stylesheet_possible ./geshifilter.module Helper function for checking if an automatically managed style sheet is possible 2
_geshifilter_override_geshi_defaults ./geshifilter.pages.inc Helper function for overriding some GeSHi defaults 2
_geshifilter_parse_attributes ./geshifilter.pages.inc Helper function for parsing the attributes of GeSHi code tags to get the settings for language, line numbers, etc. 2
_geshifilter_prepare ./geshifilter.pages.inc geshifilter_filter callback for preparing input text. 1
_geshifilter_prepare_callback ./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_prepare_php_callback ./geshifilter.pages.inc _geshifilter_prepare callback for < ?php ... ? > blocks 1
_geshifilter_process ./geshifilter.pages.inc geshifilter_filter callback for processing input text. 1
_geshifilter_replace_callback ./geshifilter.pages.inc preg_replace_callback callback
_geshifilter_tag_split ./geshifilter.inc 2
_geshifilter_tag_styles ./geshifilter.inc 7
_geshifilter_tag_styles_validate ./geshifilter.admin.inc Validation handler for the tag styles form element. Covers usage in the general form of geshifilter_admin_general_settings() and the format specific (sub)form of _geshifilter_filter_settings(). 2
_geshifilter_update_6001_brackets_to_tag_styles ./geshifilter.install Helper function for updating the old geshifilter_brackets variables to geshifilter_tag_styles variables. 1
_geshifilter_update_6002_php_delimter_into_tag_styles ./geshifilter.install Helper function for merging old geshifilter_enable_php_delimiters into geshifilter_tag_styles variables. 1
_geshifilter_whitespace_explode ./geshifilter.inc Helper function for splitting a string on white spaces. Using explode(' ', $string) is not enough because it returns empty elements if $string contains consecutive spaces. 2

Pages

Other projects