Primary tabs

Namesort descending Location Description Direct uses Strings
cache_clear_all includes/cache.inc Expire data from the cache. If called without arguments, expirable entries will be cleared from the cache_page table. 40
cache_get includes/cache.inc Return data from the persistent cache. 2
cache_set includes/cache.inc Store data in the persistent cache. 3
chameleon_comment themes/chameleon/chameleon.theme
chameleon_features themes/chameleon/chameleon.theme @file A slim, CSS-driven theme which does not depend on a template engine like phptemplate
chameleon_help themes/chameleon/chameleon.theme
chameleon_node themes/chameleon/chameleon.theme
chameleon_page themes/chameleon/chameleon.theme
chameleon_regions themes/chameleon/chameleon.theme
checkboxes_value includes/form.inc Helper function to load value from default value for checkboxes.
check_file includes/common.inc
check_markup modules/filter/filter.module Run all the enabled filters on a piece of text. 3
check_plain includes/bootstrap.inc Encode special characters in a plain-text string for display as HTML. 107 3
check_url includes/common.inc Prepare a URL for use in an HTML attribute. Strips harmful protocols. 21
color_form_alter modules/color/color.module Implementation of hook_form_alter().
color_get_info modules/color/color.module Retrieve the color.module info for a particular theme. 2
color_get_palette modules/color/color.module Helper function to retrieve the color palette for a particular theme. 2
color_help modules/color/color.module Implementation of hook_help
color_requirements modules/color/color.install
color_scheme_form modules/color/color.module Form callback. Returns the configuration form.
color_scheme_form_submit modules/color/color.module Submit handler for color change form.
comment_access modules/comment/comment.module This is *not* a hook_access() implementation. This function is called to determine whether the current user has access to a particular comment.
comment_admin modules/comment/comment.module Menu callback; present an administrative comment listing. 1
comment_admin_overview modules/comment/comment.module
comment_admin_overview_submit modules/comment/comment.module Execute the chosen 'Update option' on the selected comments, such as publishing, unpublishing or deleting.
comment_admin_overview_validate modules/comment/comment.module We can't execute any 'Update options' if no comments were selected.
comment_admin_settings modules/comment/comment.module Menu callback; presents the comment settings page. 1
comment_block modules/comment/comment.module Implementation of hook_block().
comment_confirm_delete modules/comment/comment.module 1
comment_confirm_delete_submit modules/comment/comment.module
comment_controls modules/comment/comment.module 1
comment_controls_submit modules/comment/comment.module
comment_delete modules/comment/comment.module Menu callback; delete a comment. 1
comment_edit modules/comment/comment.module 1
comment_enable modules/comment/comment.install Implementation of hook_enable().
comment_form modules/comment/comment.module 1
comment_form_add_preview modules/comment/comment.module 1
comment_form_alter modules/comment/comment.module
comment_form_box modules/comment/comment.module 3
comment_form_submit modules/comment/comment.module
comment_form_validate modules/comment/comment.module
comment_get_recent modules/comment/comment.module Find a number of recent comments. This is done in two steps. 1. Find the n (specified by $number) nodes that have the most recent comments. This is done by querying node_comment_statistics which has an index on last_comment_timestamp, and is thus a…
comment_help modules/comment/comment.module Implementation of hook_help().
comment_invoke_comment modules/comment/comment.module Invoke a hook_comment() operation in all modules. 6
comment_link modules/comment/comment.module Implementation of hook_link().
comment_links modules/comment/comment.module 1
comment_menu modules/comment/comment.module Implementation of hook_menu().
comment_multiple_delete_confirm modules/comment/comment.module List the selected comments and verify that the admin really wants to delete them. 1
comment_multiple_delete_confirm_submit modules/comment/comment.module Perform the actual comment deletion.
comment_nodeapi modules/comment/comment.module Implementation of hook_nodeapi().

Pages

Other projects