| aggregator_block | modules/aggregator/aggregator.module | Implementation of hook_block(). |
| aggregator_form_feed | modules/aggregator/aggregator.module | Generate a form to add/edit feed sources. |
| aggregator_page_categories | modules/aggregator/aggregator.module | Menu callback; displays all the categories used by the aggregator. |
| aggregator_page_opml | modules/aggregator/aggregator.module | Menu callback; generates an OPML representation of all feeds. |
| aggregator_page_sources | modules/aggregator/aggregator.module | Menu callback; displays all the feeds used by the aggregator. |
| aggregator_refresh | modules/aggregator/aggregator.module | Checks a news feed for new items. |
| block_admin_display | modules/block/block.module | Generate main block administration form. |
| block_list | modules/block/block.module | Return all blocks in the specified region for the current user. |
| block_user | modules/block/block.module | Implementation of hook_user(). |
| blog_form | modules/blog/blog.module | Implementation of hook_form(). |
| book_admin_edit | modules/book/book.module | Display an administrative view of the hierarchy of a book. |
| book_block | modules/book/book.module | Implementation of hook_block(). |
| book_export_html | modules/book/book.module | This function is called by book_export() to generate HTML for export. |
| book_form | modules/book/book.module | Implementation of hook_form(). |
| book_node_visitor_html_pre | modules/book/book.module | Generates printer-friendly HTML for a node. This function
is a 'pre-node' visitor function for book_recurse(). |
| book_outline | modules/book/book.module | Implementation of function book_outline()
Handles all book outline operations. |
| check_plain | includes/bootstrap.inc | Encode special characters in a plain-text string for display as HTML. |
| comment_multiple_delete_confirm | modules/comment/comment.module | List the selected comments and verify that the admin really wants to delete
them. |
| comment_nodeapi | modules/comment/comment.module | Implementation of hook_nodeapi(). |
| conf_init | includes/bootstrap.inc | Loads the configuration and sets the base URL, cookie domain, and
session name correctly. |
| contact_user_page | modules/contact/contact.module | Personal contact page. |
| drupal_access_denied | includes/common.inc | Generates a 403 error if the request is not allowed. |
| drupal_attributes | includes/common.inc | Format an attribute string to insert in a tag. |
| drupal_get_title | includes/path.inc | Get the title of the current page, for display on the page and in the title bar. |
| drupal_not_found | includes/common.inc | Generates a 404 error if the request can not be handled. |
| expand_radios | includes/form.inc | Roll out a single radios element to a list of radios,
using the options array as index. |
| file_check_directory | includes/file.inc | Check that the directory exists and is writable. Directories need to
have execute permissions to be considered a directory by FTP servers, etc. |
| filter_filter_tips | modules/filter/filter.module | Implementation of hook_filter_tips(). |
| filter_xss_bad_protocol | modules/filter/filter.module | Processes an HTML attribute value and ensures it does not contain an URL
with a disallowed protocol (e.g. javascript:) |
| format_rss_channel | includes/common.inc | Formats an RSS channel. |
| format_rss_item | includes/common.inc | Format a single RSS item. |
| format_xml_elements | includes/common.inc | Format XML elements. |
| forum_form | modules/forum/forum.module | Implementation of hook_form(). |
| hook_form | developer/hooks/node.php | Display a node editing form. |
| l | includes/common.inc | Format an internal Drupal link. |
| menu_block | modules/menu/menu.module | Implementation of hook_block(). |
| menu_overview_tree | modules/menu/menu.module | Present the menu tree, rendered along with links to edit menu items. |
| node_content_form | modules/node/node.module | Implementation of hook_form(). |
| node_example_form | developer/examples/node_example.module | Implementation of hook_form(). |
| node_overview_types | modules/node/content_types.inc | Displays the content type admin overview page. |
| node_page_edit | modules/node/node.module | Menu callback; presents the node editing form, or redirects to delete confirmation. |
| node_page_view | modules/node/node.module | Menu callback; view a single node. |
| node_perm | modules/node/node.module | Implementation of hook_perm(). |
| node_update_index | modules/node/node.module | Implementation of hook_update_index(). |
| path_admin_edit | modules/path/path.module | Menu callback; handles pages for creating and editing URL aliases. |
| path_overview | modules/path/path.module | Return a listing of all defined URL aliases. |
| phptemplate_node | themes/engines/phptemplate/phptemplate.engine | Prepare the values passed to the theme_node function to be passed
into a pluggable template engine. |
| poll_form | modules/poll/poll.module | Implementation of hook_form(). |
| poll_results | modules/poll/poll.module | Callback for the 'results' tab for polls you can vote on |
| poll_teaser | modules/poll/poll.module | Creates a simple teaser that lists all the choices. |
| poll_view_results | modules/poll/poll.module | Generates a graphical representation of the results of a poll. |
| poll_view_voting | modules/poll/poll.module | Generates the voting form for a poll. |
| poll_votes | modules/poll/poll.module | Callback for the 'votes' tab for polls you can see other votes on |
| profile_admin_overview | modules/profile/profile.module | Menu callback; display a listing of all editable profile fields. |
| profile_admin_settings_autocomplete | modules/profile/profile.module | Retrieve a pipe delimited string of autocomplete suggestions for profile categories |
| profile_autocomplete | modules/profile/profile.module | Callback to allow autocomplete of profile text fields. |
| profile_block | modules/profile/profile.module | Implementation of hook_block(). |
| profile_browse | modules/profile/profile.module | Menu callback; display a list of user information. |
| st | includes/install.inc | Hardcoded function for doing the equivalent of theme('placeholder')
when the theme system is not available. |
| system_theme_settings | modules/system/system.module | Menu callback; display theme configuration for entire site and individual themes. |
| t | includes/common.inc | Translate strings to the current locale. |
| taxonomy_autocomplete | modules/taxonomy/taxonomy.module | Helper function for autocompletion |
| taxonomy_form | modules/taxonomy/taxonomy.module | Generate a form element for selecting terms from a vocabulary. |
| taxonomy_overview_terms | modules/taxonomy/taxonomy.module | Display a tree of all the terms in a vocabulary, with options to edit
each one. |
| taxonomy_overview_vocabularies | modules/taxonomy/taxonomy.module | List and manage vocabularies. |
| taxonomy_rss_item | modules/taxonomy/taxonomy.module | Provides category information for RSS feeds. |
| taxonomy_term_page | modules/taxonomy/taxonomy.module | Menu callback; displays all nodes associated with a term. |
| theme_aggregator_block_item | modules/aggregator/aggregator.module | Format an individual feed item for display in the block. |
| theme_aggregator_page_item | modules/aggregator/aggregator.module | Format an individual feed item for display on the aggregator page. |
| theme_aggregator_summary_item | modules/aggregator/aggregator.module | Return a themed item heading for summary pages located at "aggregator/sources"
and "aggregator/categories". |
| theme_client_list | modules/drupal/drupal.module | Theme a client list. |
| theme_forum_display | modules/forum/forum.module | Format the forum body. |
| theme_forum_topic_list | modules/forum/forum.module | Format the topic listing. |
| theme_hidden | includes/form.inc | Format a hidden form field. |
| theme_image | includes/theme.inc | Return a themed image. |
| theme_links | includes/theme.inc | Return a themed set of links. |
| theme_locale_admin_manage_screen | includes/locale.inc | Theme the locale admin manager form. |
| theme_multipage_form_example | developer/examples/multipage_form_example.module | A custom theme function. |
| theme_node | includes/theme.inc | Return a themed node. |
| theme_node_example_order_info | developer/examples/node_example.module | A custom theme function. |
| theme_placeholder | includes/theme.inc | Formats text for emphasized display in a placeholder inside a sentence.
Used automatically by t(). |
| theme_radio | includes/form.inc | Format a radio button. |
| theme_search_item | modules/search/search.module | Format a single result entry of a search query. This function is normally
called by theme_search_page() or hook_search_page(). |
| theme_textarea | includes/form.inc | Format a textarea. |
| theme_textfield | includes/form.inc | Format a textfield. |
| theme_username | includes/theme.inc | Format a username. |
| theme_user_profile | modules/user/user.module | Theme a user page |
| tracker_page | modules/tracker/tracker.module | Menu callback. Prints a listing of active nodes on the site. |
| tracker_track_user | modules/tracker/tracker.module | Menu callback. Prints a listing of active nodes on the site. |
| url | includes/common.inc | Generate a URL from a Drupal menu path. Will also pass-through existing URLs. |
| user_autocomplete | modules/user/user.module | Retrieve a pipe delimited string of autocomplete suggestions for existing users |
| user_block | modules/user/user.module | Implementation of hook_block(). |
| xmlrpc_value_get_xml | includes/xmlrpc.inc | Generate XML representing the given value. |
| _db_query | includes/database.pgsql.inc | Helper function for db_query(). |
| _filter_html | modules/filter/filter.module | HTML filter. Provides filtering of input into accepted HTML. |
| _filter_url_parse_full_links | modules/filter/filter.module | Make links out of absolute URLs. |
| _filter_url_parse_partial_links | modules/filter/filter.module | Make links out of domain names starting with "www." |
| _locale_admin_manage_screen | includes/locale.inc | User interface for the language management screen. |
| _locale_string_edit | includes/locale.inc | User interface for string editing. |
| _locale_string_seek | includes/locale.inc | Perform a string search and display results in a table |