| aggregator_block | modules/aggregator.module | Implementation of hook_block(). |
| aggregator_page_categories | modules/aggregator.module | Menu callback; displays all the categories used by the aggregator. |
| aggregator_page_opml | modules/aggregator.module | Menu callback; generates an OPML representation of all feeds. |
| aggregator_page_sources | modules/aggregator.module | Menu callback; displays all the feeds used by the aggregator. |
| block_block | modules/block.module | Implementation of hook_block(). |
| blog_form | modules/blog.module | Implementation of hook_form(). |
| blog_page_user | modules/blog.module | Displays a Drupal page containing recent blog entries of a given user. |
| book_admin_view | modules/book.module | Display an administrative view of the hierarchy of a book. |
| book_block | modules/book.module | Implementation of hook_block(). |
| book_outline | modules/book.module | Implementation of function book_outline()
Handles all book outline operations. |
| book_print | modules/book.module | Menu callback; generates printer-friendly book page with all descendants. |
| check_plain | includes/bootstrap.inc | Encode special characters in a plain-text string for display as HTML. |
| comment_nodeapi | modules/comment.module | Implementation of hook_nodeapi(). |
| drupal_attributes | includes/common.inc | Format an attribute string to insert in a tag. |
| drupal_directory_page | modules/drupal.module | Formats a list of all sites indexed in the directory. |
| drupal_get_title | includes/bootstrap.inc | Get the title of the current page, for display on the page and in the title bar. |
| file_check_directory | includes/file.inc | Check that directory exists and is writable. |
| filter_filter_tips | modules/filter.module | Implementation of hook_filter_tips(). |
| filter_xss_bad_protocol | modules/filter.module | Processes an HTML attribute value and ensures it does not contain an URL
with a disallowed protocol (e.g. javascript:) |
| format_name | includes/common.inc | Format a username. |
| format_rss_channel | includes/common.inc | Formats an RSS channel. |
| format_rss_item | includes/common.inc | Format a single RSS item. |
| form_button | includes/common.inc | Format an action button. |
| form_checkbox | includes/common.inc | Format a checkbox. |
| form_checkboxes | includes/common.inc | Format a set of checkboxes. |
| form_group | includes/common.inc | Format a group of form items. |
| form_hidden | includes/common.inc | Store data in a hidden form field. |
| form_password | includes/common.inc | Format a single-line text field that does not display its contents visibly. |
| form_radio | includes/common.inc | Format a radio button. |
| form_radios | includes/common.inc | Format a set of radio buttons. |
| form_select | includes/common.inc | Format a dropdown menu or scrolling selection box. |
| form_textarea | includes/common.inc | Format a multiple-line text field. |
| form_textfield | includes/common.inc | Format a single-line text field. |
| forum_link | modules/forum.module | Implementation of hook_link(). |
| forum_overview | modules/forum.module | Returns an overview list of existing forums and containers |
| l | includes/common.inc | Format an internal Drupal link. |
| locale_admin_manage_add | modules/locale.module | Page handler for the language addition screen |
| locale_admin_string | modules/locale.module | Page handler for the string search and administration screen |
| node_admin_nodes | modules/node.module | Generate the content administration overview. |
| node_edit | modules/node.module | Present a node editing form. |
| node_form | modules/node.module | Generate the node editing form. |
| node_page | modules/node.module | Menu callback; dispatches control to the appropriate operation handler. |
| node_revision_overview | modules/node.module | Generate an overview table of older revisions of a node. |
| node_update_index | modules/node.module | Implementation of hook_update_index(). |
| path_admin_edit | modules/path.module | Menu callback; handles pages for creating and editing URL aliases. |
| path_overview | modules/path.module | Return a listing of all defined URL aliases. |
| poll_results | modules/poll.module | Callback for the 'results' tab for polls you can vote on |
| poll_view_results | modules/poll.module | Generates a graphical representation of the results of a poll. |
| poll_view_voting | modules/poll.module | Generates the voting form for a poll. |
| profile_admin_edit | modules/profile.module | Menu callback; displays the profile field editing form. |
| profile_admin_overview | modules/profile.module | Menu callback; display a listing of all editable profile fields. |
| profile_browse | modules/profile.module | Menu callback; display a list of user information. |
| statistics_top_referrers | modules/statistics.module | Menu callback; presents the "Top referrers" page. |
| system_help | modules/system.module | Implementation of hook_help(). |
| taxonomy_form | modules/taxonomy.module | Generate a form element for selecting terms from a vocabulary. |
| taxonomy_overview | modules/taxonomy.module | Generate a tabular listing of administrative functions for vocabularies. |
| taxonomy_rss_item | modules/taxonomy.module | Provides category information for rss feeds |
| taxonomy_term_page | modules/taxonomy.module | Menu callback; displays all nodes associated with a term. |
| theme_aggregator_block_item | modules/aggregator.module | Format an individual feed item for display in the block. |
| theme_aggregator_feed | modules/aggregator.module | Format a news feed. |
| theme_aggregator_page_item | modules/aggregator.module | Format an individual feed item for display on the aggregator page. |
| theme_aggregator_summary_item | modules/aggregator.module | Return a themed item heading for summary pages located at "aggregator/sources"
and "aggregator/categories". |
| theme_book_navigation | modules/book.module | Prepares both the custom breadcrumb trail and the forward/backward
navigation for a node presented as a book page. |
| theme_forum_display | modules/forum.module | Format the forum body. |
| theme_forum_list | modules/forum.module | Format the forum listing. |
| theme_forum_topic_list | modules/forum.module | Format the topic listing. |
| theme_image | includes/theme.inc | Return a themed image. |
| theme_node | includes/theme.inc | Return a themed node. |
| theme_placeholder | includes/theme.inc | Format a dynamic text string for emphasised display in a placeholder. |
| theme_search_item | modules/search.module | Format a single result entry of a search query. |
| tracker_track_user | modules/tracker.module | Menu callback. Prints a listing of active nodes on the site. |
| upload_nodeapi | modules/upload.module | Implementation of hook_nodeapi(). |
| user_block | modules/user.module | Implementation of hook_block(). |
| _aggregator_page_list | modules/aggregator.module | Prints an aggregator page listing a number of feed items. Various
menu callbacks use this function to print their feeds. |
| _db_query | includes/database.pgsql.inc | Helper function for db_query(). |
| _filter_html | modules/filter.module | HTML filter. Provides filtering of input into accepted HTML. |
| _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 |
| _profile_date_field | modules/profile.module | Helper function: output a date selector |