Primary tabs

Namesort ascending Location Description Direct uses Strings
_forum_get_topic_order modules/forum/forum.module 2
_forum_format modules/forum/forum.module Formats a topic for display
_form_validate includes/form.inc Performs validation on form elements. First ensures required fields are completed, #maxlength is not exceeded, and selected options were in the list of options given to the user. Then calls user-defined validators. 1
_form_set_value includes/form.inc Helper function for form_set_value(). 1
_form_set_class includes/form.inc Sets a form element's class attribute. 7
_fix_gpc_magic_files includes/common.inc Helper function to strip slashes from $_FILES skipping over the tmp_name keys since PHP generates single backslashes for file paths on Windows systems. 1
_fix_gpc_magic includes/common.inc 1
_filter_xss_split modules/filter/filter.module Processes an HTML tag. 1 1
_filter_xss_attributes modules/filter/filter.module Processes a string of HTML attributes. 1
_filter_url_trim modules/filter/filter.module Shortens long URLs to http://www.example.com/long/url... 3
_filter_url_settings modules/filter/filter.module Settings for URL filter.
_filter_url_parse_partial_links modules/filter/filter.module Make links out of domain names starting with "www." 1
_filter_url_parse_full_links modules/filter/filter.module Make links out of absolute URLs. 1
_filter_url modules/filter/filter.module URL filter. Automatically converts text web addresses (URLs, e-mail addresses, ftp links, etc.) into hyperlinks.
_filter_tips modules/filter/filter.module Helper function for fetching filter tips. 3
_filter_list_cmp modules/filter/filter.module Helper function for sorting the filter list by filter name. 1
_filter_html_settings modules/filter/filter.module Settings for the HTML filter.
_filter_html modules/filter/filter.module HTML filter. Provides filtering of input into accepted HTML.
_filter_autop modules/filter/filter.module Convert line breaks into <p> and <br> in an intelligent fashion. Based on: http://photomatt.net/scripts/autop
_element_sort includes/common.inc Function used by uasort in drupal_render() to sort structured arrays by weight. 1
_element_info includes/form.inc Retrieve the default properties for the defined element type. 1
_drupal_clean_form_sessions includes/form.inc Remove form information that's at least a day old from the $_SESSION['form'] array.
_drupal_cache_init includes/bootstrap.inc Initialize the caching strategy, which loads at different stages within Drupal's bootstrap process.
_drupal_bootstrap_full includes/common.inc
_drupal_bootstrap includes/bootstrap.inc 1
_drupal_add_js includes/common.inc Helper function for drupal_add_js(). 1
_decode_entities includes/unicode.inc Helper function for decode_entities
_db_rewrite_sql includes/database.inc Helper function for db_rewrite_sql. 1
_db_query_callback includes/database.inc Helper function for db_query(). 7 7
_db_query includes/database.mysqli.inc Helper function for db_query(). 7
_db_query includes/database.pgsql.inc Helper function for db_query(). 7
_db_query includes/database.mysql.inc Helper function for db_query(). 7
_comment_update_node_statistics modules/comment/comment.module Updates the comment statistics for a given node. This should be called any time a comment is added, deleted, or updated. 4
_comment_per_page modules/comment/comment.module Return an array of "comments per page" settings from which the user can choose. 1
_comment_load modules/comment/comment.module Load the entire comment by cid. 3
_comment_get_orders modules/comment/comment.module Return an array of viewing orders for comment listings. 2
_comment_get_modes modules/comment/comment.module Return an array of viewing modes for comment listings. 2
_comment_get_display_setting modules/comment/comment.module Return a current comment display setting 1
_comment_form_submit modules/comment/comment.module 2
_comment_delete_thread modules/comment/comment.module 2
_color_unpack modules/color/color.module Convert a hex color into an RGB triplet. 3
_color_shift modules/color/color.module Shift a given color, using a reference pair and a target blend color.
_color_rgb2hsl modules/color/color.module Convert an RGB triplet to HSL. 1
_color_rewrite_stylesheet modules/color/color.module Rewrite the stylesheet to match the colors in the palette. 1
_color_render_images modules/color/color.module Render images that match a given palette. 1
_color_page_alter modules/color/color.module Callback for the theme to alter the resources used. 1
_color_pack modules/color/color.module Convert an RGB triplet to a hex color. 1
_color_import_stylesheet modules/color/color.module Helper function for _color_rewrite_stylesheet. 1
_color_hue2rgb modules/color/color.module Helper function for _color_hsl2rgb(). 1
_color_hsl2rgb modules/color/color.module Convert a HSL triplet into RGB 1

Pages

Other projects