- redirect_can_redirect in core/
modules/ redirect/ redirect.module - Check the ability to perform redirects with the current request context.
- template_preprocess_header in core/
includes/ theme.inc - Preprocess variables for header.tpl.php
- template_preprocess_maintenance_page in core/
includes/ theme.inc - Prepares variables for maintenance-page templates.
- template_preprocess_views_view_summary in core/
modules/ views/ templates/ views.theme.inc - Preprocess theme function to print a single record from a row, with fields
- template_preprocess_views_view_summary_unformatted in core/
modules/ views/ templates/ views.theme.inc - Template preprocess theme function to print summary basically unformatted.
- views_plugin_style_summary::options_form in core/
modules/ views/ plugins/ views_plugin_style_summary.inc - Provide a form to edit options for this plugin.
- views_plugin_style_summary::option_definition in core/
modules/ views/ plugins/ views_plugin_style_summary.inc - Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
- views_plugin_style_summary_jump_menu::options_form in core/
modules/ views/ plugins/ views_plugin_style_summary_jump_menu.inc - Provide a form to edit options for this plugin.
- views_plugin_style_summary_jump_menu::option_definition in core/
modules/ views/ plugins/ views_plugin_style_summary_jump_menu.inc - Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
- views_plugin_style_summary_jump_menu::render in core/
modules/ views/ plugins/ views_plugin_style_summary_jump_menu.inc - Render the display in this style.