| drupal/ includes/ file.inc | Helper function for file_upload_max_size(). |
| aggregator_admin_overview | drupal/ modules/ aggregator.module | Menu callback; displays the aggregator administration page. |
| aggregator_admin_refresh_feed | drupal/ modules/ aggregator.module | Menu callback; refreshes a feed, then redirects to the overview page. |
| aggregator_admin_remove_feed | drupal/ modules/ aggregator.module | |
| aggregator_admin_remove_feed_submit | drupal/ modules/ aggregator.module | Remove all items from a feed and redirect to the overview page. |
| aggregator_block | drupal/ modules/ aggregator.module | Implementation of hook_block(). |
| aggregator_cron | drupal/ modules/ aggregator.module | Implementation of hook_cron(). |
| aggregator_element_data | drupal/ modules/ aggregator.module | Call-back function used by the XML parser. |
| aggregator_element_end | drupal/ modules/ aggregator.module | Call-back function used by the XML parser. |
| aggregator_element_start | drupal/ modules/ aggregator.module | Call-back function used by the XML parser. |
| aggregator_filter_xss | drupal/ modules/ aggregator.module | Safely render HTML content, as allowed. |
| aggregator_form_category_submit | drupal/ modules/ aggregator.module | Process aggregator_form_category form submissions.
@todo Add delete confirmation dialog. |
| aggregator_form_category_validate | drupal/ modules/ aggregator.module | Validate aggregator_form_feed form submissions. |
| aggregator_form_feed | drupal/ modules/ aggregator.module | Generate a form to add/edit feed sources. |
| aggregator_form_feed_submit | drupal/ modules/ aggregator.module | Process aggregator_form_feed form submissions.
@todo Add delete confirmation dialog. |
| aggregator_form_feed_validate | drupal/ modules/ aggregator.module | Validate aggregator_form_feed form submissions. |
| aggregator_get_category | drupal/ modules/ aggregator.module | |
| aggregator_get_feed | drupal/ modules/ aggregator.module | |
| aggregator_help | drupal/ modules/ aggregator.module | Implementation of hook_help(). |
| aggregator_menu | drupal/ modules/ aggregator.module | Implementation of hook_menu(). |
| aggregator_page_categories | drupal/ modules/ aggregator.module | Menu callback; displays all the categories used by the aggregator. |
| aggregator_page_category | drupal/ modules/ aggregator.module | Menu callback; displays all the items aggregated in a particular category. |
| aggregator_page_last | drupal/ modules/ aggregator.module | Menu callback; displays the most recent items gathered from any feed. |
| aggregator_page_list_submit | drupal/ modules/ aggregator.module | |
| aggregator_page_list_validate | drupal/ modules/ aggregator.module | |
| aggregator_page_opml | drupal/ modules/ aggregator.module | Menu callback; generates an OPML representation of all feeds. |
| aggregator_page_rss | drupal/ modules/ aggregator.module | Menu callback; generate an RSS 0.92 feed of aggregator items or categories. |
| aggregator_page_source | drupal/ modules/ aggregator.module | Menu callback; displays all the items captured from a particular feed. |
| aggregator_page_sources | drupal/ modules/ aggregator.module | Menu callback; displays all the feeds used by the aggregator. |
| aggregator_parse_feed | drupal/ modules/ aggregator.module | |
| aggregator_parse_w3cdtf | drupal/ modules/ aggregator.module | 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/ modules/ aggregator.module | Implementation of hook_perm(). |
| aggregator_refresh | drupal/ modules/ aggregator.module | Checks a news feed for new items. |
| aggregator_remove | drupal/ modules/ aggregator.module | |
| aggregator_save_category | drupal/ modules/ aggregator.module | Add/edit/delete aggregator categories. |
| aggregator_save_feed | drupal/ modules/ aggregator.module | Add/edit/delete an aggregator feed. |
| aggregator_save_item | drupal/ modules/ aggregator.module | |
| aggregator_settings | drupal/ modules/ aggregator.module | Implementation of hook_settings(). |
| aggregator_view | drupal/ modules/ aggregator.module | |
| archive_block | drupal/ modules/ archive.module | Implementation of hook_block(). |
| archive_browse_form | drupal/ modules/ archive.module | Generate a form that retrieves archives for a certain date. |
| archive_browse_form_submit | drupal/ modules/ archive.module | Process archive browse form submission. |
| archive_calendar | drupal/ modules/ archive.module | Generates a monthly calendar, for display in the archive block. |
| archive_help | drupal/ modules/ archive.module | Implementation of hook_help(). |
| archive_menu | drupal/ modules/ archive.module | Implementation of hook_menu(). |
| archive_page | drupal/ modules/ archive.module | Menu callback; lists all nodes posted on a given date. |
| arg | drupal/ includes/ path.inc | Return a component of the current Drupal path. |
| base_path | drupal/ includes/ common.inc | Returns the base URL path of the Drupal installation.
At the very least, this will always default to /. |
| block_admin_configure | drupal/ modules/ block.module | Menu callback; displays the block configuration form. |
| block_admin_configure_submit | drupal/ modules/ block.module | |