| aggregator_page_opml | modules/aggregator.module | Menu callback; generates an OPML representation of all feeds. |
| blog_form | modules/blog.module | Implementation of hook_form(). |
| check_url | includes/common.inc | Prepare a URL for use in an HTML attribute. Strips harmful protocols. |
| drupal_directory_page | modules/drupal.module | Formats a list of all sites indexed in the directory. |
| drupal_directory_ping | modules/drupal.module | Callback function from drupal_xmlrpc() called when another site pings this one. |
| filter_help | modules/filter.module | Implementation of hook_help(). |
| form | includes/common.inc | Generate a form from a set of form elements. |
| 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. |
| l | includes/common.inc | Format an internal Drupal link. |
| pager_link | includes/pager.inc | Format a link to a specific query result page. |
| statistics_top_referrers | modules/statistics.module | Menu callback; presents the "Top referrers" page. |
| 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_image | includes/theme.inc | Return a themed image. |
| theme_search_item | modules/search.module | Format a single result entry of a search query. |
| theme_xml_icon | includes/theme.inc | Return code that emits an XML icon. |
| upload_nodeapi | modules/upload.module | Implementation of hook_nodeapi(). |