| ajax_deliver | drupal/includes/ajax.inc | Package and send the result of a page callback to the browser as an AJAX response. |
| book_children | drupal/modules/book/book.module | Format the menu links for the child pages of the current page. |
| book_form_update | drupal/modules/book/book.pages.inc | AJAX callback to replace the book parent select options. |
| book_node_export | drupal/modules/book/book.module | Generates printer-friendly HTML for a node. |
| comment_admin | drupal/modules/comment/comment.admin.inc | Menu callback; present an administrative comment listing. |
| comment_node_update_index | drupal/modules/comment/comment.module | Implements hook_node_update_index(). |
| comment_preview | drupal/modules/comment/comment.module | Generate a comment preview. |
| comment_reply | drupal/modules/comment/comment.pages.inc | This function is responsible for generating a comment reply form.
There are several cases that have to be handled, including:
replies to comments
replies to nodes
attempts to reply to nodes that can no longer accept comments
respecting access... |
| comment_unpublish_by_keyword_action | drupal/modules/comment/comment.module | Unpublishes a comment if it contains certain keywords. |
| dashboard_show_block_content | drupal/modules/dashboard/dashboard.module | AJAX callback to display the rendered contents of a specific block. |
| dblog_overview | drupal/modules/dblog/dblog.admin.inc | Menu callback; displays a listing of log messages. |
| drupal_get_css | drupal/includes/common.inc | Returns a themed representation of all stylesheets that should be attached to the page. |
| drupal_get_html_head | drupal/includes/common.inc | Retrieve output to be displayed in the HEAD tag of the HTML page. |
| drupal_render | drupal/includes/common.inc | Renders HTML given a structured array tree. |
| drupal_render_children | drupal/includes/common.inc | Render children of an element and concatenate them. |
| drupal_render_page | drupal/includes/common.inc | Renders the page, including all theming. |
| field_add_more_js | drupal/modules/field/field.form.inc | Ajax callback in response to a new empty widget being added to the form. |
| field_view_field | drupal/modules/field/field.module | Returns a renderable array for the value of a single field in an entity. |
| file_ajax_upload | drupal/modules/file/file.module | Menu callback; Shared AJAX callback for file uploads and deletions. |
| hook_search_execute | drupal/modules/search/search.api.php | Execute a search for a set of key words. |
| hook_update_index | drupal/modules/search/search.api.php | Update the search index for this module. |
| install_run_task | drupal/includes/install.core.inc | Run an individual installation task. |
| install_select_locale | drupal/includes/install.core.inc | Installation task; select which locale to use for the current profile. |
| install_select_profile | drupal/includes/install.core.inc | Installation task; select which profile to install. |
| locale_translate_export_screen | drupal/modules/locale/locale.admin.inc | User interface for the translation export screen. |
| locale_translate_seek_screen | drupal/modules/locale/locale.admin.inc | String search screen. |
| node_feed | drupal/modules/node/node.module | A generic function for generating RSS feeds from a set of nodes. |
| node_search_execute | drupal/modules/node/node.module | Implements hook_search_execute(). |
| node_unpublish_by_keyword_action | drupal/modules/node/node.module | Unpublishes a node containing certain keywords. |
| openid_redirect | drupal/modules/openid/openid.inc | Creates a js auto-submit redirect for (for the 2.x protocol) |
| poll_block_view | drupal/modules/poll/poll.module | Implements hook_block_view(). |
| poll_choice_js | drupal/modules/poll/poll.module | Ajax callback in response to new choices being added to the form. |
| render | drupal/includes/common.inc | Render and print an element. |
| search_block_view | drupal/modules/search/search.module | Implements hook_block_view(). |
| search_view | drupal/modules/search/search.pages.inc | Menu callback; presents the search form and/or search results. |
| shortcut_preprocess_page | drupal/modules/shortcut/shortcut.module | Implements hook_preprocess_page(). |
| system_themes_page | drupal/modules/system/system.admin.inc | Menu callback; displays a listing of all themes. |
| template_preprocess_block | drupal/modules/block/block.module | Process variables for block.tpl.php |
| template_preprocess_block_admin_display_form | drupal/modules/block/block.admin.inc | Process variables for block-admin-display.tpl.php. |
| template_preprocess_field_ui_display_overview_form | drupal/modules/field_ui/field_ui.admin.inc | Theme preprocess function for field_ui-display-overview-form.tpl.php. |
| template_preprocess_field_ui_field_overview_form | drupal/modules/field_ui/field_ui.admin.inc | Theme preprocess function for field_ui-field-overview-form.tpl.php. |
| template_preprocess_page | drupal/includes/theme.inc | Preprocess variables for page.tpl.php |
| template_preprocess_poll_results | drupal/modules/poll/poll.module | Preprocess the poll_results theme hook. |
| template_preprocess_poll_vote | drupal/modules/poll/poll.module | Themes the voting form for a poll. |
| template_preprocess_search_block_form | drupal/modules/search/search.module | Process variables for search-block-form.tpl.php. |
| template_preprocess_user_profile | drupal/modules/user/user.pages.inc | Process variables for user-profile.tpl.php. |
| template_process_html | drupal/includes/theme.inc | Process variables for html.tpl.php |
| theme_aggregator_categorize_items | drupal/modules/aggregator/aggregator.pages.inc | Theme the page list form for assigning categories. |
| theme_book_admin_table | drupal/modules/book/book.admin.inc | Theme function for the book administration page form. |
| theme_color_scheme_form | drupal/modules/color/color.module | Theme the color form. |
| theme_field | drupal/modules/field/field.module | Returns a themed field. |
| theme_field_multiple_value_form | drupal/modules/field/field.form.inc | Theme an individual form element. |
| theme_file_widget_multiple | drupal/modules/file/file.field.inc | Theme a group of file upload widgets. |
| theme_filter_admin_format_filter_order | drupal/modules/filter/filter.admin.inc | Theme text format filter order form elements as tabledrag. |
| theme_filter_admin_overview | drupal/modules/filter/filter.admin.inc | Theme the text format administration overview form. |
| theme_image_anchor | drupal/modules/image/image.admin.inc | Theme callback for displaying a grid of checkboxes. |
| theme_image_style_effects | drupal/modules/image/image.admin.inc | Theme callback for listing the effects within a specific image style. |
| theme_image_widget | drupal/modules/image/image.field.inc | Theme the display of the image field widget. |
| theme_locale_date_format_form | drupal/modules/locale/locale.admin.inc | Theme locale date format form. |
| theme_locale_languages_configure_form | drupal/modules/locale/locale.admin.inc | Theme the language configure form. |
| theme_locale_languages_overview_form | drupal/modules/locale/locale.admin.inc | Theme the language overview form. |
| theme_menu_link | drupal/includes/menu.inc | Generate the HTML output for a menu link and submenu. |
| theme_menu_overview_form | drupal/modules/menu/menu.admin.inc | Theme the menu overview form into a table. |
| theme_node_filters | drupal/modules/node/node.admin.inc | Theme node administration filter selector. |
| theme_node_form | drupal/modules/node/node.pages.inc | Present a node submission form. |
| theme_node_preview | drupal/modules/node/node.pages.inc | Display a node preview for display during node creation and editing. |
| theme_node_search_admin | drupal/modules/node/node.module | Theme the content ranking part of the search settings admin page. |
| theme_poll_choices | drupal/modules/poll/poll.module | Theme the admin poll form for choices. |
| theme_profile_admin_overview | drupal/modules/profile/profile.admin.inc | Theme the profile field overview into a drag and drop enabled table. |
| theme_scaffolding_example_overview_form | contributions/docs/developer/examples/scaffolding_example/scaffolding_example.admin.inc | Theme the drag-and-drop overview form. |
| theme_shortcut_set_customize | drupal/modules/shortcut/shortcut.admin.inc | Themes the shortcut set customization form. |
| theme_simpletest_test_table | drupal/modules/simpletest/simpletest.pages.inc | Theme the test list generated by simpletest_test_form() into a table. |
| theme_system_date_time_settings | drupal/modules/system/system.admin.inc | Theme function for date settings form. |
| theme_system_modules_fieldset | drupal/modules/system/system.admin.inc | Theme callback for the modules form. |
| theme_system_modules_uninstall | drupal/modules/system/system.admin.inc | Themes a table of currently disabled modules. |
| theme_tableselect | drupal/includes/form.inc | Formats a table with radio buttons or checkboxes. |
| theme_taxonomy_overview_terms | drupal/modules/taxonomy/taxonomy.admin.inc | Theme the terms overview as a sortable list of terms. |
| theme_taxonomy_overview_vocabularies | drupal/modules/taxonomy/taxonomy.admin.inc | Theme the vocabulary overview as a sortable list of vocabularies. |
| theme_trigger_display | drupal/modules/trigger/trigger.admin.inc | Displays actions assigned to this hook in a table. |
| theme_user_admin_new_role | drupal/modules/user/user.admin.inc | Theme the new-role form. |
| theme_user_admin_permissions | drupal/modules/user/user.admin.inc | Theme the administer permissions page. |
| theme_user_filters | drupal/modules/user/user.admin.inc | Theme user administration filter selector. |
| theme_user_profile | contributions/docs/developer/theme.php | Implemented using the user-profile.tpl.php template. |
| user_block_view | drupal/modules/user/user.module | Implements hook_block_view(). |
| _field_ui_overview_order | drupal/modules/field_ui/field_ui.admin.inc | Helper function to order fields when theming overview forms. |
| _node_index_node | drupal/modules/node/node.module | Index a single node. |