| aggregator_form_feed_validate | modules/aggregator/aggregator.admin.inc | Validate aggregator_form_feed() form submissions. |
| aggregator_form_opml | modules/aggregator/aggregator.admin.inc | Form builder; Generate a form to import feeds from OPML. |
| aggregator_form_opml_submit | modules/aggregator/aggregator.admin.inc | Process aggregator_form_opml form submissions. |
| aggregator_form_opml_validate | modules/aggregator/aggregator.admin.inc | Validate aggregator_form_opml form submissions. |
| aggregator_help | modules/aggregator/aggregator.module | Implements hook_help(). |
| aggregator_init | modules/aggregator/aggregator.module | Implements hook_init(). |
| aggregator_menu | modules/aggregator/aggregator.module | Implements hook_menu(). |
| aggregator_page_categories | modules/aggregator/aggregator.pages.inc | Menu callback; displays all the categories used by the aggregator. |
| aggregator_page_category | modules/aggregator/aggregator.pages.inc | Menu callback; displays all the items aggregated in a particular category. |
| aggregator_page_last | modules/aggregator/aggregator.pages.inc | Menu callback; displays the most recent items gathered from any feed. |
| aggregator_page_opml | modules/aggregator/aggregator.pages.inc | Menu callback; generates an OPML representation of all feeds. |
| aggregator_page_rss | modules/aggregator/aggregator.pages.inc | Menu callback; generate an RSS 0.92 feed of aggregator items or categories. |
| aggregator_page_source | modules/aggregator/aggregator.pages.inc | Menu callback; displays all the items captured from a particular feed. |
| aggregator_page_sources | modules/aggregator/aggregator.pages.inc | Menu callback; displays all the feeds used by the aggregator. |
| aggregator_parse_feed | modules/aggregator/aggregator.parser.inc | Parse a feed and store its items. |
| aggregator_parse_w3cdtf | modules/aggregator/aggregator.parser.inc | Parse the W3C date/time format, a subset of ISO 8601. |
| aggregator_permission | modules/aggregator/aggregator.module | Implements hook_permission(). |
| aggregator_refresh | modules/aggregator/aggregator.module | Checks a news feed for new items. |
| aggregator_remove | modules/aggregator/aggregator.module | Removes all items from a feed. |
| aggregator_sanitize_configuration | modules/aggregator/aggregator.module | Check and sanitize aggregator configuration. |
| aggregator_save_category | modules/aggregator/aggregator.module | Add/edit/delete aggregator categories. |
| aggregator_save_feed | modules/aggregator/aggregator.module | Add/edit/delete an aggregator feed. |
| aggregator_save_item | modules/aggregator/aggregator.processor.inc | Add/edit/delete an aggregator item. |
| aggregator_schema | modules/aggregator/aggregator.install | Implements hook_schema(). |
| aggregator_test_feed | modules/aggregator/tests/aggregator_test.module | Page callback. Generates a test feed and simulates last-modified and etags. |
| aggregator_test_menu | modules/aggregator/tests/aggregator_test.module | Implements hook_menu(). |
| aggregator_theme | modules/aggregator/aggregator.module | Implements hook_theme(). |
| aggregator_uninstall | modules/aggregator/aggregator.install | Implements hook_uninstall(). |
| aggregator_update_7000 | modules/aggregator/aggregator.install | Add hash column to aggregator_feed table. |
| aggregator_update_7001 | modules/aggregator/aggregator.install | Add aggregator teaser length to settings from old global default teaser length |
| aggregator_update_7002 | modules/aggregator/aggregator.install | Add queued timestamp. |
| aggregator_view | modules/aggregator/aggregator.admin.inc | Displays the aggregator administration page. |
| ajax_command_after | includes/ajax.inc | Creates a Drupal AJAX 'insert/after' command. |
| ajax_command_alert | includes/ajax.inc | Creates a Drupal AJAX 'alert' command. |
| ajax_command_append | includes/ajax.inc | Creates a Drupal AJAX 'insert/append' command. |
| ajax_command_before | includes/ajax.inc | Creates a Drupal AJAX 'insert/before' command. |
| ajax_command_changed | includes/ajax.inc | Creates a Drupal AJAX 'changed' command. |
| ajax_command_css | includes/ajax.inc | Creates a Drupal AJAX 'css' command. |
| ajax_command_data | includes/ajax.inc | Creates a Drupal AJAX 'data' command. |
| ajax_command_html | includes/ajax.inc | Creates a Drupal AJAX 'insert/html' command. |
| ajax_command_prepend | includes/ajax.inc | Creates a Drupal AJAX 'insert/prepend' command. |
| ajax_command_remove | includes/ajax.inc | Creates a Drupal AJAX 'remove' command. |
| ajax_command_replace | includes/ajax.inc | Creates a Drupal AJAX 'insert/replaceWith' command. |
| ajax_command_restripe | includes/ajax.inc | Creates a Drupal AJAX 'restripe' command. |
| ajax_command_settings | includes/ajax.inc | Creates a Drupal AJAX 'settings' command. |
| ajax_deliver | includes/ajax.inc | Package and send the result of a page callback to the browser as an AJAX response. |
| ajax_footer | includes/ajax.inc | Perform end-of-AJAX-request tasks. |
| ajax_forms_test_advanced_commands_after_callback | modules/simpletest/tests/ajax_forms_test.module | AJAX callback for 'after'. |
| ajax_forms_test_advanced_commands_alert_callback | modules/simpletest/tests/ajax_forms_test.module | AJAX callback for 'alert'. |
| ajax_forms_test_advanced_commands_append_callback | modules/simpletest/tests/ajax_forms_test.module | AJAX callback for 'append'. |