Functions

Namesort iconLocationDescription
files/ drupal-6.7/ includes/ batch.incRetrieve the batch set being currently processed.
actions_actions_mapfiles/ drupal-6.7/ includes/ actions.incCreate an associative array keyed by md5 hashes of function names.
actions_deletefiles/ drupal-6.7/ includes/ actions.incDelete a single action from the database.
actions_dofiles/ drupal-6.7/ includes/ actions.incPerform a given list of actions by executing their callback functions.
actions_function_lookupfiles/ drupal-6.7/ includes/ actions.incGiven an md5 hash of a function name, return the function name.
actions_get_all_actionsfiles/ drupal-6.7/ includes/ actions.incRetrieve all action instances from the database.
actions_listfiles/ drupal-6.7/ includes/ actions.incDiscover all action functions by invoking hook_action_info().
actions_loadfiles/ drupal-6.7/ includes/ actions.incRetrieve a single action from the database.
actions_savefiles/ drupal-6.7/ includes/ actions.incSave an action and its associated user-supplied parameter values to the database.
actions_synchronizefiles/ drupal-6.7/ includes/ actions.incSynchronize actions that are provided by modules.
aggregator_admin_overviewfiles/ drupal-6.7/ modules/ aggregator/ aggregator.admin.incMenu callback; displays the aggregator administration page.
aggregator_admin_refresh_feedfiles/ drupal-6.7/ modules/ aggregator/ aggregator.admin.incMenu callback; refreshes a feed, then redirects to the overview page.
aggregator_admin_remove_feedfiles/ drupal-6.7/ modules/ aggregator/ aggregator.admin.inc
aggregator_admin_remove_feed_submitfiles/ drupal-6.7/ modules/ aggregator/ aggregator.admin.incRemove all items from a feed and redirect to the overview page.
aggregator_admin_settingsfiles/ drupal-6.7/ modules/ aggregator/ aggregator.admin.incForm builder; Configure the aggregator system. See alsosystem_settings_form()
aggregator_blockfiles/ drupal-6.7/ modules/ aggregator/ aggregator.moduleImplementation of hook_block().
aggregator_categorize_itemsfiles/ drupal-6.7/ modules/ aggregator/ aggregator.pages.incForm builder; build the page list form.
aggregator_categorize_items_submitfiles/ drupal-6.7/ modules/ aggregator/ aggregator.pages.incProcess aggregator_categorize_items form submissions.
aggregator_categorize_items_validatefiles/ drupal-6.7/ modules/ aggregator/ aggregator.pages.incValidate aggregator_categorize_items form submissions.
aggregator_category_loadfiles/ drupal-6.7/ modules/ aggregator/ aggregator.moduleLoad an aggregator category.
aggregator_cronfiles/ drupal-6.7/ modules/ aggregator/ aggregator.moduleImplementation of hook_cron().
aggregator_element_datafiles/ drupal-6.7/ modules/ aggregator/ aggregator.moduleCall-back function used by the XML parser.
aggregator_element_endfiles/ drupal-6.7/ modules/ aggregator/ aggregator.moduleCall-back function used by the XML parser.
aggregator_element_startfiles/ drupal-6.7/ modules/ aggregator/ aggregator.moduleCall-back function used by the XML parser.
aggregator_feed_items_loadfiles/ drupal-6.7/ modules/ aggregator/ aggregator.pages.incLoad feed items by passing a SQL query.
aggregator_feed_loadfiles/ drupal-6.7/ modules/ aggregator/ aggregator.moduleLoad an aggregator feed.
aggregator_filter_xssfiles/ drupal-6.7/ modules/ aggregator/ aggregator.moduleSafely render HTML content, as allowed.
aggregator_form_categoryfiles/ drupal-6.7/ modules/ aggregator/ aggregator.admin.incForm builder; Generate a form to add/edit/delete aggregator categories. See alsoaggregator_form_category_validate()
aggregator_form_category_submitfiles/ drupal-6.7/ modules/ aggregator/ aggregator.admin.incProcess aggregator_form_category form submissions.
aggregator_form_category_validatefiles/ drupal-6.7/ modules/ aggregator/ aggregator.admin.incValidate aggregator_form_feed form submissions.
aggregator_form_feedfiles/ drupal-6.7/ modules/ aggregator/ aggregator.admin.incForm builder; Generate a form to add/edit feed sources. See alsoaggregator_form_feed_validate()
aggregator_form_feed_submitfiles/ drupal-6.7/ modules/ aggregator/ aggregator.admin.incProcess aggregator_form_feed form submissions.
aggregator_form_feed_validatefiles/ drupal-6.7/ modules/ aggregator/ aggregator.admin.incValidate aggregator_form_feed form submissions.
aggregator_helpfiles/ drupal-6.7/ modules/ aggregator/ aggregator.moduleImplementation of hook_help().
aggregator_initfiles/ drupal-6.7/ modules/ aggregator/ aggregator.moduleImplementation of hook_init().
aggregator_installfiles/ drupal-6.7/ modules/ aggregator/ aggregator.installImplementation of hook_install().
aggregator_menufiles/ drupal-6.7/ modules/ aggregator/ aggregator.moduleImplementation of hook_menu().
aggregator_page_categoriesfiles/ drupal-6.7/ modules/ aggregator/ aggregator.pages.incMenu callback; displays all the categories used by the aggregator.
aggregator_page_categoryfiles/ drupal-6.7/ modules/ aggregator/ aggregator.pages.incMenu callback; displays all the items aggregated in a particular category.
aggregator_page_lastfiles/ drupal-6.7/ modules/ aggregator/ aggregator.pages.incMenu callback; displays the most recent items gathered from any feed.
aggregator_page_opmlfiles/ drupal-6.7/ modules/ aggregator/ aggregator.pages.incMenu callback; generates an OPML representation of all feeds.
aggregator_page_rssfiles/ drupal-6.7/ modules/ aggregator/ aggregator.pages.incMenu callback; generate an RSS 0.92 feed of aggregator items or categories.
aggregator_page_sourcefiles/ drupal-6.7/ modules/ aggregator/ aggregator.pages.incMenu callback; displays all the items captured from a particular feed.
aggregator_page_sourcesfiles/ drupal-6.7/ modules/ aggregator/ aggregator.pages.incMenu callback; displays all the feeds used by the aggregator.
aggregator_parse_feedfiles/ drupal-6.7/ modules/ aggregator/ aggregator.moduleParse a feed and store its items.
aggregator_parse_w3cdtffiles/ drupal-6.7/ modules/ aggregator/ aggregator.moduleParse 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_permfiles/ drupal-6.7/ modules/ aggregator/ aggregator.moduleImplementation of hook_perm().
aggregator_refreshfiles/ drupal-6.7/ modules/ aggregator/ aggregator.moduleChecks a news feed for new items.
aggregator_removefiles/ drupal-6.7/ modules/ aggregator/ aggregator.moduleRemoves all items from a feed.
aggregator_save_categoryfiles/ drupal-6.7/ modules/ aggregator/ aggregator.moduleAdd/edit/delete aggregator categories.