| Name | Location | Description |
|---|---|---|
| actions_actions_map | drupal/ | Create an associative array keyed by md5 hashes of function names. |
| actions_delete | drupal/ | Delete a single action from the database. |
| actions_do | drupal/ | Perform a given list of actions by executing their callback functions. |
| actions_function_lookup | drupal/ | Given an md5 hash of a function name, return the function name. |
| actions_get_all_actions | drupal/ | Retrieves all action instances from the database. |
| actions_list | drupal/ | Discover all action functions by invoking hook_action_info(). |
| actions_load | drupal/ | Retrieve a single action from the database. |
| actions_save | drupal/ | Save an action and its associated user-supplied parameter values to the database. |
| actions_synchronize | drupal/ | Synchronize actions that are provided by modules. |
| aggregator_admin_overview | drupal/ | Menu callback; displays the aggregator administration page. |
| aggregator_admin_refresh_feed | drupal/ | Menu callback; refreshes a feed, then redirects to the overview page. |
| aggregator_admin_remove_feed | drupal/ | |
| aggregator_admin_remove_feed_submit | drupal/ | Remove all items from a feed and redirect to the overview page. |
| aggregator_admin_settings | drupal/ | Form builder; Configure the aggregator system. |
| aggregator_block | drupal/ | Implementation of hook_block(). |
| aggregator_categorize_items | drupal/ | Form builder; build the page list form. |
| aggregator_categorize_items_submit | drupal/ | Process aggregator_categorize_items form submissions. |
| aggregator_categorize_items_validate | drupal/ | Validate aggregator_categorize_items form submissions. |
| aggregator_category_load | drupal/ | Load an aggregator category. |
| aggregator_cron | drupal/ | Implementation of hook_cron(). |
| aggregator_element_data | drupal/ | Call-back function used by the XML parser. |
| aggregator_element_end | drupal/ | Call-back function used by the XML parser. |
| aggregator_element_start | drupal/ | Call-back function used by the XML parser. |
| aggregator_feed_items_load | drupal/ | Load feed items by passing a SQL query. |
| aggregator_feed_load | drupal/ | Load an aggregator feed. |
| aggregator_filter_xss | drupal/ | Safely render HTML content, as allowed. |
| aggregator_form_category | drupal/ | Form builder; Generate a form to add/edit/delete aggregator categories. |
| aggregator_form_category_submit | drupal/ | Process aggregator_form_category form submissions. |
| aggregator_form_category_validate | drupal/ | Validate aggregator_form_feed form submissions. |
| aggregator_form_feed | drupal/ | Form builder; Generate a form to add/edit feed sources. |
| aggregator_form_feed_submit | drupal/ | Process aggregator_form_feed form submissions. |
| aggregator_form_feed_validate | drupal/ | Validate aggregator_form_feed form submissions. |
| aggregator_help | drupal/ | Implementation of hook_help(). |
| aggregator_init | drupal/ | Implementation of hook_init(). |
| aggregator_install | drupal/ | Implementation of hook_install(). |
| aggregator_menu | drupal/ | Implementation of hook_menu(). |
| aggregator_page_categories | drupal/ | Menu callback; displays all the categories used by the aggregator. |
| aggregator_page_category | drupal/ | Menu callback; displays all the items aggregated in a particular category. |
| aggregator_page_last | drupal/ | Menu callback; displays the most recent items gathered from any feed. |
| aggregator_page_opml | drupal/ | Menu callback; generates an OPML representation of all feeds. |
| aggregator_page_rss | drupal/ | Menu callback; generate an RSS 0.92 feed of aggregator items or categories. |
| aggregator_page_source | drupal/ | Menu callback; displays all the items captured from a particular feed. |
| aggregator_page_sources | drupal/ | Menu callback; displays all the feeds used by the aggregator. |
| aggregator_parse_feed | drupal/ | Parse a feed and store its items. |
| aggregator_parse_w3cdtf | drupal/ | Parse the W3C date/time format, a subset of ISO 8601. PHP date parsing functions do not handle this format. See http://www.w3.org/TR/NOTE-datetime for more information. Originally from MagpieRSS (http://magpierss.sourceforge.net/). |
| aggregator_perm | drupal/ | Implementation of hook_perm(). |
| aggregator_refresh | drupal/ | Checks a news feed for new items. |
| aggregator_remove | drupal/ | Removes all items from a feed. |
| aggregator_save_category | drupal/ | Add/edit/delete aggregator categories. |
| aggregator_save_feed | drupal/ | Add/edit/delete an aggregator feed. |
Other projects: