Functions

Solapas principales

Nombreorden descendente Ubicación Descripción Direct uses Strings
actions_actions_map drupal-6.x/includes/actions.inc Create an associative array keyed by md5 hashes of function names. 4
actions_delete drupal-6.x/includes/actions.inc Delete a single action from the database. 2
actions_do drupal-6.x/includes/actions.inc Perform a given list of actions by executing their callback functions. 5
actions_function_lookup drupal-6.x/includes/actions.inc Given an md5 hash of a function name, return the function name. 6
actions_get_all_actions drupal-6.x/includes/actions.inc Retrieves all action instances from the database. 4
actions_list drupal-6.x/includes/actions.inc Discover all action functions by invoking hook_action_info(). 9
actions_load drupal-6.x/includes/actions.inc Retrieve a single action from the database. 1
actions_save drupal-6.x/includes/actions.inc Save an action and its associated user-supplied parameter values to the database. 1
actions_synchronize drupal-6.x/includes/actions.inc Synchronize actions that are provided by modules. 5
aggregator_admin_overview drupal-6.x/modules/aggregator/aggregator.admin.inc Menu callback; displays the aggregator administration page. 1
aggregator_admin_refresh_feed drupal-6.x/modules/aggregator/aggregator.admin.inc Menu callback; refreshes a feed, then redirects to the overview page. 1
aggregator_admin_remove_feed drupal-6.x/modules/aggregator/aggregator.admin.inc 1
aggregator_admin_remove_feed_submit drupal-6.x/modules/aggregator/aggregator.admin.inc Remove all items from a feed and redirect to the overview page.
aggregator_admin_settings drupal-6.x/modules/aggregator/aggregator.admin.inc Form builder; Configure the aggregator system. 1
aggregator_block drupal-6.x/modules/aggregator/aggregator.module Implementation of hook_block().
aggregator_categorize_items drupal-6.x/modules/aggregator/aggregator.pages.inc Form builder; build the page list form. 1 1
aggregator_categorize_items_submit drupal-6.x/modules/aggregator/aggregator.pages.inc Process aggregator_categorize_items form submissions. 1
aggregator_categorize_items_validate drupal-6.x/modules/aggregator/aggregator.pages.inc Validate aggregator_categorize_items form submissions. 1
aggregator_category_load drupal-6.x/modules/aggregator/aggregator.module Load an aggregator category.
aggregator_cron drupal-6.x/modules/aggregator/aggregator.module Implementation of hook_cron().
aggregator_element_data drupal-6.x/modules/aggregator/aggregator.module Call-back function used by the XML parser. 1
aggregator_element_end drupal-6.x/modules/aggregator/aggregator.module Call-back function used by the XML parser. 1
aggregator_element_start drupal-6.x/modules/aggregator/aggregator.module Call-back function used by the XML parser. 1
aggregator_feed_items_load drupal-6.x/modules/aggregator/aggregator.pages.inc Load feed items by passing a SQL query. 3
aggregator_feed_load drupal-6.x/modules/aggregator/aggregator.module Load an aggregator feed.
aggregator_filter_xss drupal-6.x/modules/aggregator/aggregator.module Safely render HTML content, as allowed. 2
aggregator_form_category drupal-6.x/modules/aggregator/aggregator.admin.inc Form builder; Generate a form to add/edit/delete aggregator categories. 1
aggregator_form_category_submit drupal-6.x/modules/aggregator/aggregator.admin.inc Process aggregator_form_category form submissions.
aggregator_form_category_validate drupal-6.x/modules/aggregator/aggregator.admin.inc Validate aggregator_form_feed form submissions.
aggregator_form_feed drupal-6.x/modules/aggregator/aggregator.admin.inc Form builder; Generate a form to add/edit feed sources. 1
aggregator_form_feed_submit drupal-6.x/modules/aggregator/aggregator.admin.inc Process aggregator_form_feed form submissions.
aggregator_form_feed_validate drupal-6.x/modules/aggregator/aggregator.admin.inc Validate aggregator_form_feed form submissions.
aggregator_help drupal-6.x/modules/aggregator/aggregator.module Implementation of hook_help().
aggregator_init drupal-6.x/modules/aggregator/aggregator.module Implementation of hook_init().
aggregator_install drupal-6.x/modules/aggregator/aggregator.install Implementation of hook_install().
aggregator_menu drupal-6.x/modules/aggregator/aggregator.module Implementation of hook_menu().
aggregator_page_categories drupal-6.x/modules/aggregator/aggregator.pages.inc Menu callback; displays all the categories used by the aggregator. 1
aggregator_page_category drupal-6.x/modules/aggregator/aggregator.pages.inc Menu callback; displays all the items aggregated in a particular category. 1
aggregator_page_last drupal-6.x/modules/aggregator/aggregator.pages.inc Menu callback; displays the most recent items gathered from any feed. 1
aggregator_page_opml drupal-6.x/modules/aggregator/aggregator.pages.inc Menu callback; generates an OPML representation of all feeds. 2
aggregator_page_rss drupal-6.x/modules/aggregator/aggregator.pages.inc Menu callback; generate an RSS 0.92 feed of aggregator items or categories. 2
aggregator_page_source drupal-6.x/modules/aggregator/aggregator.pages.inc Menu callback; displays all the items captured from a particular feed. 1
aggregator_page_sources drupal-6.x/modules/aggregator/aggregator.pages.inc Menu callback; displays all the feeds used by the aggregator. 1
aggregator_parse_feed drupal-6.x/modules/aggregator/aggregator.module Parse a feed and store its items. 1
aggregator_parse_w3cdtf drupal-6.x/modules/aggregator/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/). 1
aggregator_perm drupal-6.x/modules/aggregator/aggregator.module Implementation of hook_perm().
aggregator_refresh drupal-6.x/modules/aggregator/aggregator.module Checks a news feed for new items. 2
aggregator_remove drupal-6.x/modules/aggregator/aggregator.module Removes all items from a feed. 1
aggregator_save_category drupal-6.x/modules/aggregator/aggregator.module Add/edit/delete aggregator categories. 1
aggregator_save_feed drupal-6.x/modules/aggregator/aggregator.module Add/edit/delete an aggregator feed. 1

Páginas