variable_get

Versions
5 – 6
variable_get($name, $default)
7
variable_get($name, $default = NULL)

Return a persistent variable.

Parameters

$name The name of the variable to return.

$default The default value to use if this variable has never been set.

Return value

The value of the variable.

▾ 1688 functions call variable_get()

admin_menu_adjust_items in contributions/admin_menu/admin_menu.inc
Add some hard-coded features for better user experience.
admin_menu_admin_menu in contributions/admin_menu/admin_menu.module
Implementation of hook_admin_menu().
admin_menu_form_alter in contributions/admin_menu/admin_menu.module
Implementation of hook_form_alter().
admin_menu_menu in contributions/admin_menu/admin_menu.module
Implementation of hook_menu().
admin_menu_theme_settings in contributions/admin_menu/admin_menu.module
Form builder function for module settings.
admin_menu_toggle_modules in contributions/admin_menu/admin_menu.module
Menu callback to enable/disable developer modules.
aggregator_admin_settings in 5/modules/aggregator/aggregator.module
aggregator_filter_xss in 5/modules/aggregator/aggregator.module
Safely render HTML content, as allowed.
aggregator_page_categories in 5/modules/aggregator/aggregator.module
Menu callback; displays all the categories used by the aggregator.
aggregator_page_category in 5/modules/aggregator/aggregator.module
Menu callback; displays all the items aggregated in a particular category.
aggregator_page_last in 5/modules/aggregator/aggregator.module
Menu callback; displays the most recent items gathered from any feed.
aggregator_page_list in 5/modules/aggregator/aggregator.module
aggregator_page_opml in 5/modules/aggregator/aggregator.module
Menu callback; generates an OPML representation of all feeds.
aggregator_page_rss in 5/modules/aggregator/aggregator.module
Menu callback; generate an RSS 0.92 feed of aggregator items or categories.
aggregator_page_sources in 5/modules/aggregator/aggregator.module
Menu callback; displays all the feeds used by the aggregator.
aggregator_parse_feed in 5/modules/aggregator/aggregator.module
apachesolr_add_tags_to_document in contributions/apachesolr/apachesolr.index.inc
Extract HTML tag contents from $text and add to boost fields.
apachesolr_clear_last_index in contributions/apachesolr/apachesolr.module
Clear a specific namespace's last changed and nid, or clear all.
apachesolr_cron in contributions/apachesolr/apachesolr.module
Implementation of hook_cron().
apachesolr_date_facet_block in contributions/apachesolr/apachesolr.module
Helper function for displaying a date facet block.
apachesolr_drupal_query in contributions/apachesolr/apachesolr.module
Factory function for query objects.
apachesolr_facetcount_form in contributions/apachesolr/apachesolr.module
Used by the 'configure' $op of hook_block so that modules can generically set facet limits on their blocks.
apachesolr_facetcount_save in contributions/apachesolr/apachesolr.module
Used by the 'save' $op of hook_block so that modules can generically set facet limits on their blocks.
apachesolr_facet_block in contributions/apachesolr/apachesolr.module
Helper function for displaying a facet block.
apachesolr_failure in contributions/apachesolr/apachesolr.module
Determines Apache Solr's behavior when searching causes an exception (e.g. Solr isn't available.) Depending on the admin settings, possibly redirect to Drupal's core search.
apachesolr_get_enabled_facets in contributions/apachesolr/apachesolr.module
Return the enabled facets from the specified block array.
apachesolr_get_last_index in contributions/apachesolr/apachesolr.module
Returns last changed and last nid for an indexing namespace.
apachesolr_get_nodes_to_index in contributions/apachesolr/apachesolr.module
Returns an array of rows from a query based on an indexing namespace.
apachesolr_get_solr in contributions/apachesolr/apachesolr.module
Factory method for solr singleton object. Structure allows for an arbitrary number of solr objects to be used based on the host, port, path combination. Get an instance like this: $solr = apachesolr_get_solr();
apachesolr_index_nodes in contributions/apachesolr/apachesolr.module
Function to handle the indexing of nodes.
apachesolr_index_report in contributions/apachesolr/apachesolr.admin.inc
apachesolr_index_updated in contributions/apachesolr/apachesolr.module
Helper function to keep track of when the index has been updated.
apachesolr_l in contributions/apachesolr/apachesolr.module
A replacement for l()
apachesolr_mlt_delete_block_form_submit in contributions/apachesolr/apachesolr.admin.inc
apachesolr_mlt_list_blocks in contributions/apachesolr/apachesolr.module
Returns a list of blocks. Used by hook_block
apachesolr_mlt_load_block in contributions/apachesolr/apachesolr.module
apachesolr_mlt_save_block in contributions/apachesolr/apachesolr.admin.inc
A helper function to save MLT block data.
apachesolr_og_admin in contributions/apachesolr/contrib/apachesolr_og/apachesolr_og.module
Build a settings form.
apachesolr_og_apachesolr_update_index in contributions/apachesolr/contrib/apachesolr_og/apachesolr_og.module
Implementation of hook_apachesolr_update_index().
apachesolr_og_install in contributions/apachesolr/contrib/apachesolr_og/apachesolr_og.install
Implementation of hook_install().
apachesolr_og_update_5000 in contributions/apachesolr/contrib/apachesolr_og/apachesolr_og.install
Re-index so as to use new missing field query.
apachesolr_requirements in contributions/apachesolr/apachesolr.module
Implementation of hook_requirements().
apachesolr_search_add_boost_params in contributions/apachesolr/apachesolr_search.module
apachesolr_search_add_facet_params in contributions/apachesolr/apachesolr_search.module
apachesolr_search_apachesolr_types_exclude in contributions/apachesolr/apachesolr_search.module
Implementation of hook_apachesolr_types_exclude().
apachesolr_search_basic_params in contributions/apachesolr/apachesolr_search.module
apachesolr_search_bias_form in contributions/apachesolr/apachesolr_search.admin.inc
Form builder function to set date, comment, etc biases.
apachesolr_search_block in contributions/apachesolr/apachesolr_search.module
Implementation of hook_block().
apachesolr_search_form_alter in contributions/apachesolr/apachesolr_search.module
Implementation of hook_form_alter().
apachesolr_search_form_search_submit in contributions/apachesolr/apachesolr_search.module
Added form submit function to account for Apache mode_rewrite quirks.
apachesolr_search_help in contributions/apachesolr/apachesolr_search.module
Implementation of hook_help().
apachesolr_search_highlighting_params in contributions/apachesolr/apachesolr_search.module
Add highlighting settings to the search params.
apachesolr_search_make_default_submit in contributions/apachesolr/apachesolr_search.module
Form submit funtion - do a menu rebuild if needed.
apachesolr_search_menu_alter in contributions/apachesolr/apachesolr_search.module
apachesolr_search_search_box_form_submit in contributions/apachesolr/apachesolr_search.module
Process a block search form submission.
apachesolr_search_settings_form in contributions/apachesolr/apachesolr_search.admin.inc
Form builder function to set query field weights.
apachesolr_search_spellcheck_params in contributions/apachesolr/apachesolr_search.module
apachesolr_search_taxonomy_term_page in contributions/apachesolr/apachesolr.taxonomy.inc
Overrides taxonomy/term/X links
apachesolr_search_type_boost_form in contributions/apachesolr/apachesolr_search.admin.inc
Form builder function to set query type weights.
apachesolr_search_type_boost_form_submit in contributions/apachesolr/apachesolr_search.admin.inc
Submit callback for apachesolr_search_type_boost_form().
apachesolr_search_update_5000 in contributions/apachesolr/apachesolr_search.install
Update to namespace tracking.
apachesolr_search_update_5002 in contributions/apachesolr/apachesolr_search.install
Update mis-named variables.
apachesolr_search_update_5003 in contributions/apachesolr/apachesolr_search.install
Enable facet missing for books.
apachesolr_search_update_index in contributions/apachesolr/apachesolr_search.module
Implementation of hook_update_index().
apachesolr_settings in contributions/apachesolr/apachesolr.admin.inc
apachesolr_site_hash in contributions/apachesolr/apachesolr.module
Like $site_key in _update_refresh() - returns a site-specific hash.
api_block in contributions/api/api.module
api_cron in contributions/api/api.module
Implementation of hook_cron().
api_get_active_branch in contributions/api/api.module
api_link_name in contributions/api/api.module
Link an object name to its documentation.
api_menu in contributions/api/api.module
Implementation of hook_menu().
api_page_admin_form in contributions/api/api.module
api_php_manual_index_form in contributions/api/api.module
api_search_listing in contributions/api/api.module
Menu callback; perform a global search for documentation.
api_update_3 in contributions/api/api.install
asset_admin_file_settings in contributions/asset/asset.module
Menu Callback for admin/settings/asset/file
asset_bonus_admin_mp3player in contributions/asset/contrib/asset_bonus/asset_bonus.module
asset_file_icon in contributions/asset/asset.types.inc
Implementation of hook_asset_type('icon') for file asset type
asset_file_insert in contributions/asset/asset.types.inc
Implementation of hook_asset_type('insert') for file asset type
asset_file_update in contributions/asset/asset.types.inc
Implementation of hook_asset_type('update') for file asset type
asset_file_validate in contributions/asset/asset.types.inc
Implementation of hook_asset_type('validate') for file asset type
asset_import_admin_settings in contributions/asset/contrib/asset_import/asset_import.module
asset_import_form in contributions/asset/contrib/asset_import/asset_import.module
asset_import_form_submit in contributions/asset/contrib/asset_import/asset_import.module
asset_import_help in contributions/asset/contrib/asset_import/asset_import.module
Implementation of hook_help().
auto_nodetitle_get_setting in contributions/auto_nodetitle/auto_nodetitle.module
auto_nodetitle_node_settings_form in contributions/auto_nodetitle/auto_nodetitle.module
Helper function for hook_form_alter() renders the settings per node-type. @TODO: a re-evaluate PHP pattern on edit? option.
avatar_selection_config_form in contributions/avatar_selection/avatar_selection.module
Create the form structure for configuring the avatar module settings; seen in the 'Configure' tab under the Avatar Selection administration page.
avatar_selection_edit_form in contributions/avatar_selection/avatar_selection.module
Create the form structure for listing the avatars and managing them in the 'Manage Avatars' tab under the Avatar Selection administration page.
avatar_selection_form_alter in contributions/avatar_selection/avatar_selection.module
Implementation of hook_form_alter().
avatar_selection_install in contributions/avatar_selection/avatar_selection.install
Implementation of hook_install().
avatar_selection_upload_form in contributions/avatar_selection/avatar_selection.module
Create the form structure for uploading an avatar.
avatar_selection_validate_picture in contributions/avatar_selection/avatar_selection.module
Validate the picture.
backtrace_error_handler in contributions/devel/devel.module
block_admin_display in 5/modules/block/block.module
Generate main block administration form.
block_example_block in documentation/examples/block_example.module
Implementation of hook_block().
block_example_contents in documentation/examples/block_example.module
A block content function.
block_list in 5/modules/block/block.module
Return all blocks in the specified region for the current user.
block_menu in 5/modules/block/block.module
Implementation of hook_menu().
blogapi_admin_settings in 5/modules/blogapi/blogapi.module
blogapi_blogger_new_post in 5/modules/blogapi/blogapi.module
Blogging API callback. Inserts a new blog post as a node.
blogapi_metaweblog_new_media_object in 5/modules/blogapi/blogapi.module
Blogging API callback. Inserts a file into Drupal.
blogapi_status_error_check in 5/modules/blogapi/blogapi.module
Check that the user has permission to save the node with the chosen status.
blog_feed_last in 5/modules/blog/blog.module
Displays an RSS feed containing recent blog entries of all users.
blog_feed_user in 5/modules/blog/blog.module
Displays an RSS feed containing recent blog entries of a given user.
blog_page_last in 5/modules/blog/blog.module
Displays a Drupal page containing recent blog entries of all users.
blog_page_user in 5/modules/blog/blog.module
Displays a Drupal page containing recent blog entries of a given user.
blog_pathauto_bulkupdate in contributions/pathauto/pathauto_user.inc
Bulk generate aliases for all blogs without aliases.
bueditor_cron in contributions/bueditor/bueditor.module
Implementation of hook_cron. Clean button script files for every 15 days
bueditor_form_admin in contributions/bueditor/bueditor.module
Admin form.
bueditor_js_buttons in contributions/bueditor/bueditor.module
Include buttons in a js file to support browser caching. if fails include them inline.
bueditor_sorted_roles in contributions/bueditor/bueditor.module
Sort roles according to their weights.
bueditor_user_eid in contributions/bueditor/bueditor.module
Return the editor id assigned to the user.
cache_clear_all in 5/includes/cache.inc
Expire data from the cache. If called without arguments, expirable entries will be cleared from the cache_page table.
cache_get in 5/includes/cache.inc
Return data from the persistent cache.
calais_admin_settings_submit in contributions/opencalais/calais.admin.inc
Have to override so that we can manage vocabulary - node_type relationships.
calais_api_admin_settings in contributions/opencalais/calais_api.module
Build the admin settings form.
calais_api_requirements in contributions/opencalais/calais_api.install
Implementation of hook_requirements(). Check to make sure the API key is specified and the ARC2 library is installed.
calais_build_entity_settings in contributions/opencalais/calais.admin.inc
Build the Entity selector. Used for Entity suppression.
calais_build_nodetype_settings in contributions/opencalais/calais.admin.inc
Build the node type settings form for Calais integration.
calais_geo_form_alter in contributions/opencalais/contrib/calais_geo/calais_geo.module
Implementation of hook_form_alter().
calais_geo_settings_form in contributions/opencalais/contrib/calais_geo/calais_geo.admin.inc
Settings form to configure which Calais vocabularies are presented for mapping
calais_get_entity_vocabularies in contributions/opencalais/calais.module
Get a list of the entities that Calais API defines: http://opencalais.mashery.com/page/calaissemanticmetadata
calais_get_node_settings in contributions/opencalais/calais.module
Return the Calais parameter settings for the specific node type.
calais_get_node_threshold in contributions/opencalais/calais.module
Return the relevancy threshold settings for the specific node type.
calais_processing_type in contributions/opencalais/calais.module
Determines which processing type (none, manual, auto) is applicable to a node specific node instance passed as an argument.
calais_requirements in contributions/opencalais/calais.install
Implementation of hook_requirements(). Check to make sure settings form has been saved.
calais_tagmods_settings in contributions/opencalais/contrib/calais_tagmods/calais_tagmods.module
Build the admin settings form.
calais_tagmods_update_6200 in contributions/opencalais/contrib/calais_tagmods/calais_tagmods.install
calendarsignup_nodeapi in contributions/event/contrib/calendarsignup/calendarsignup.module
hook_nodeapi implementation
calendar_build_field_query in contributions/calendar/calendar.module
Build a filtering query for an individual date field
calendar_event_date in contributions/calendar/calendar_api.inc
Formats a GMT timestamp to local date values using time zone offset supplied. All timestamp values in event nodes are GMT and translated for display here.
calendar_get_formats in contributions/calendar/calendar.module
Helper function to find the display formats for each part of this view.
calendar_get_nodes in contributions/calendar/calendar.module
The workhorse function that takes the beginning array of items and alters it to an array of calendar nodes that the theme can handle.
calendar_ical_add_feeds in contributions/calendar/calendar_ical.module
calendar_ical_setup_form in contributions/calendar/calendar_ical.module
Setup Calendar feeds.
calendar_menu in contributions/calendar/calendar.module
Implementation of hook_menu().
calendar_mktime in contributions/calendar/calendar_api.inc
Formats local time values to GMT timestamp using time zone offset supplied. All time values in the database are GMT and translated here prior to insertion.
calendar_offset in contributions/calendar/calendar.module
TODO need to identify type of timezone handling needed for each date field
calendar_week_days in contributions/calendar/calendar_api.inc
Returns week day names and thier translated values, corrected for the start of week day settings (mon or sun)
calendar_week_range in contributions/calendar/calendar.module
Get the start and end datestamp for a calendar week.
calendar_week_year in contributions/calendar/calendar.module
Find the calendar week number and year for a date.
captcha_admin_settings in contributions/captcha/captcha.module
Form builder function for the general CAPTCHA configuration
captcha_form_alter in contributions/captcha/captcha.module
Implementation of hook_form_alter().
captcha_requirements in contributions/captcha/captcha.module
Implementation of hook_requirements().
captcha_validate in contributions/captcha/captcha.module
Implementation of form #validate.
cck_field_perms_admin_settings_form in contributions/cck_field_perms/cck_field_perms.module
creates the admin form
cck_field_perms_nodeapi in contributions/cck_field_perms/cck_field_perms.module
Implementation of hook_nodeapi removes fields if a user does not have perms to view it
cck_field_perms_perm in contributions/cck_field_perms/cck_field_perms.module
Impementation of hook perms
chameleon_page in 5/themes/chameleon/chameleon.theme
chatroom_admin_settings in contributions/chatroom/chatroom.module
Menu callback; display site-wide chat room settings.
chatroom_block in contributions/chatroom/chatroom.module
Implementation of hook_block().
chatroom_block_settings in contributions/chatroom/chatroom.module
Add settings to block pages.
chatroom_chat in contributions/chatroom/chatroom.module
loads the UI for a chat, and registers this user as online
chatroom_chat_settings in contributions/chatroom/chatroom.module
Add settings to chat page.
chatroom_get_all_msgs in contributions/chatroom/chatroom.module
get all msgs for a given chat
chatroom_get_msg_info in contributions/chatroom/chatroom.module
Format a message for display in a summary table.
chatroom_install in contributions/chatroom/chatroom.install
Implementation of hook_install()
chatroom_smileys_get_textentry in contributions/chatroom/chatroom.module
smileys module support return text entry smileys list
chatroom_update_5 in contributions/chatroom/chatroom.install
coder_cron in contributions/coder/coder.module
Implementation of hook_cron().
color_form_alter in 5/modules/color/color.module
Implementation of hook_form_alter().
color_get_palette in 5/modules/color/color.module
Helper function to retrieve the color palette for a particular theme.
color_scheme_form in 5/modules/color/color.module
Form callback. Returns the configuration form.
color_scheme_form_submit in 5/modules/color/color.module
Submit handler for color change form.
comment_admin_settings in 5/modules/comment/comment.module
Menu callback; presents the comment settings page.
comment_form in 5/modules/comment/comment.module
comment_form_alter in 5/modules/comment/comment.module
comment_link in 5/modules/comment/comment.module
Implementation of hook_link().
comment_nodeapi in 5/modules/comment/comment.module
Implementation of hook_nodeapi().
comment_render in 5/modules/comment/comment.module
Renders comment(s).
comment_save in 5/modules/comment/comment.module
Accepts a submission of new or changed comment content.
comment_update_1 in 5/modules/comment/comment.install
Changed node_comment_statistics to use node->changed to avoid future timestamps.
comment_validate in 5/modules/comment/comment.module
commitlog_commits_rss in contributions/versioncontrol/commitlog/commitlog.module
Page callback for the 'commitlog/feed' menu path.
commitlog_form_alter in contributions/versioncontrol/commitlog/commitlog.module
Implementation of hook_form_alter(): Add a fieldset for to the general settings form so that the user can enable/disable admin notification mails and configure the pager limit.
commitlog_get_paged_branch_operations in contributions/versioncontrol/commitlog/commitlog.module
Return an array of branch operations, resulting from a versioncontrol_get_branch_operations() call. Paging is also used by emulating pager_query().
commitlog_get_paged_commits in contributions/versioncontrol/commitlog/commitlog.module
Return an array of commits, resulting from a versioncontrol_get_commits() call. Paging is also used by emulating pager_query().
commitlog_get_paged_tag_operations in contributions/versioncontrol/commitlog/commitlog.module
Return an array of tag operations, resulting from a versioncontrol_get_tag_operations() call. Paging is also used by emulating pager_query().
commitlog_send_branch_or_tag_mail in contributions/versioncontrol/commitlog/commitlog.module
Send out a branch or tag notification mail to the given mail address.
commitlog_send_commit_mail in contributions/versioncontrol/commitlog/commitlog.module
Send out a commit notification mail to the given mail address.
commitlog_versioncontrol_branch_operation in contributions/versioncontrol/commitlog/commitlog.module
Implementation of hook_versioncontrol_branch_operation(): If enabled, send out a notification mail to the VCS admin.
commitlog_versioncontrol_commit in contributions/versioncontrol/commitlog/commitlog.module
Implementation of hook_versioncontrol_commit(): If enabled, send out a notification mail to the VCS admin.
commitlog_versioncontrol_tag_operation in contributions/versioncontrol/commitlog/commitlog.module
Implementation of hook_versioncontrol_tag_operation(): If enabled, send out a notification mail to the VCS admin.
contact_admin_settings in 5/modules/contact/contact.module
contact_mail_page in 5/modules/contact/contact.module
contact_mail_user_submit in 5/modules/contact/contact.module
Process the personal contact page form submission.
contact_site_page in 5/modules/contact/contact.module
Site-wide contact page
contact_user in 5/modules/contact/contact.module
Implementation of hook_user().
contact_user_page in 5/modules/contact/contact.module
Personal contact page.
contemplate_array_variables in contributions/contemplate/contemplate.module
Recursive (and therefore magical) function goes through node object returns html representation of the node strings are clickable and insert into teaser/body fields
contemplate_examples in contributions/contemplate/contemplate.module
Load an example node and display its parts
contemplate_system_settings in contributions/contemplate/contemplate.module
content_patterns in contributions/patterns/components/content.inc
content_taxonomy_hierarchical_select_form_alter in contributions/hierarchical_select/modules/content_taxonomy.inc
Implementation of hook_hierarchical_select_form_alter().
convert_release in contributions/project/release/project_release_update.php
Determines if a given entry in the {project_releases} table corresponds to a real release, or a nightly development snapshot, and converts it into the appropriate kind of release node.
custom_url_rewrite_outbound in contributions/domain/settings_custom_url.inc
Implements custom_url_rewrite_outbound(). Forces absolute paths for domains when needed.
date_api_date_format_form_elements in contributions/date/date_api.admin.inc
Add drop down selects for date format types.
date_api_ical_build_rrule in contributions/date/date_api_ical.inc
Build an iCal RULE from $form_values.
date_api_requirements in contributions/date/date_api.install
Implementation of hook_requirements(). Make sure Date PHP4 is installed if running less than PHP 5.2.
date_api_set_variables in contributions/date/date_api.install
date_calc_get_calendar_month in contributions/date/date_php4/date_php4_calc.inc
Return a set of arrays to construct a calendar month for the given date.
date_calc_is_valid in contributions/date/date_php4/date_php4_calc.inc
Returns true for valid date, false for invalid date. Renamed this function because we already have a similar function that expects a full date as a parameter.
date_calc_weeks_in_month in contributions/date/date_php4/date_php4_calc.inc
Returns the number of rows on a calendar month. Useful for determining the number of rows when displaying a typical month calendar.
date_date in contributions/date/date_php4/date_php4.inc
Return formatted date based on timestamp $timestamp.
date_default_timezone_name in contributions/date/date_api.module
Return a timezone name to use as a default.
date_field_default_values in contributions/date/date/date_admin.inc
Helper function to create a field array with default values for a date $field, based on field type, widget type, and timezone handling.
date_formatter_format in contributions/date/date/date.module
Helper function to return the date format used by a specific formatter.
date_formatter_get_settings in contributions/date/date/date.module
date_format_date in contributions/date/date_api.module
Reworked from Drupal's format_date function to handle pre-1970 and post-2038 dates and accept a date object instead of a timestamp as input.
date_format_save in contributions/date/date_api.module
Save a date format to the database.
date_ical_parse_duration in contributions/date/date_api_ical.inc
Parse the duration of the event. Example: DURATION:PT1H30M DURATION:P1Y2M
date_input_format in contributions/date/date/date_elements.inc
Determine the input format for this element.
date_locale_format_form in contributions/date/date_locale/date_locale.module
Display list of enabled languages to configure date formats for.
date_locale_get_locale_date_format in contributions/date/date_locale/date_locale.module
Select locale date format details from database.
date_locale_init in contributions/date/date_locale/date_locale.module
Implementation of hook_init().
date_php4_settings_form in contributions/date/date_php4/date_php4.module
Timezone handling.
date_popup_elements in contributions/date/date_popup/date_popup.module
Implementation of hook_elements().
date_popup_process_date in contributions/date/date_popup/date_popup.module
Process the date portion of the element.
date_prepare_node in contributions/date/date/date.module
Helper function to adapt node date fields to formatter settings.
date_repeat_dow_day_options_ordered in contributions/date/date_repeat/date_repeat.module
date_select_validate in contributions/date/date_api_elements.inc
Validation function for date selector.
date_timezone_cron in contributions/date/date_timezone/date_timezone.module
Update the site timezone offset when cron runs.
date_timezone_form_alter in contributions/date/date_timezone/date_timezone.module
Implementation of hook_form_alter().
date_timezone_init in contributions/date/date_timezone/date_timezone.module
Make sure a timezone has been selected.
date_timezone_requirements in contributions/date/date_timezone/date_timezone.install
Implementation of hook_requirements(). Make sure a site timezone name has been selected.
date_timezone_site_form in contributions/date/date_timezone/date_timezone.module
Create a form for the site timezone names. Display a list of timezone names instead of offsets.
date_timezone_update_5200 in contributions/date/date_timezone/date_timezone.install
Get rid of deprecated timezone names.
date_timezone_user in contributions/date/date_timezone/date_timezone.module
Update user timezone information at login.
date_timezone_user_form in contributions/date/date_timezone/date_timezone.module
Create a form for the site timezone names. Display a list of timezone names instead of offsets.
date_tools_copy_convert_events in contributions/date/date_tools/date_tools.module
date_tools_copy_type_misc_form in contributions/date/date_tools/date_tools.module
A form to select miscellaneous other options for a content type.
date_tools_page in contributions/date/date_tools/date_tools.module
Main Date Tools page
date_tools_wizard_create_blocks in contributions/date/date_tools/date_tools.module
date_tools_wizard_create_calendar in contributions/date/date_tools/date_tools.module
date_tools_wizard_create_content_type in contributions/date/date_tools/date_tools.module
date_tools_wizard_create_date_field in contributions/date/date_tools/date_tools.module
date_update_6005 in contributions/date/date/date.install
date_valid_year in contributions/date/date_api.module
date_week in contributions/date/date_api.module
The calendar week number for a date.
date_week_days_ordered in contributions/date/date_api.module
Order weekdays Correct weekdays array so first day in array matches the first day of the week. Use to create things like calendar headers.
date_week_range in contributions/date/date_api.module
Start and end dates for a calendar week, adjusted to use the chosen first day of week for this site.
date_widget_settings_form in contributions/date/date/date_admin.inc
default_profile_final in 5/profiles/default/default.profile
Perform any final installation tasks for this profile.
demo_admin_settings in contributions/demo/demo.module
demo_cron in contributions/demo/demo.module
Implementation of hook_cron().
demo_get_dumps in contributions/demo/demo.module
demo_get_fileconfig in contributions/demo/demo.module
demo_reset in contributions/demo/demo.module
demo_reset_now in contributions/demo/demo.module
devel_admin_settings in contributions/devel/devel.module
devel_block in contributions/devel/devel.module
Implementation of hook_block().
devel_create_nodes in contributions/devel/devel_generate.inc
devel_disable in contributions/devel/devel.install
Implementation of hook_disable().
devel_exit in contributions/devel/devel.module
devel_form_alter in contributions/devel/devel.module
Implementation of hook_form_alter().
devel_init in contributions/devel/devel.module
Implementation of hook_init(). Avoids custom error handling for better behavior when stepping though in a debugger.
devel_node_access_block in contributions/devel/devel_node_access.module
devel_node_access_form_alter in contributions/devel/devel_node_access.module
devel_query_summary in contributions/devel/devel.module
devel_query_table in contributions/devel/devel.module
Adds a table at the bottom of the page cataloguing data on all the database queries that were made to generate the page.
devel_shutdown in contributions/devel/devel.module
See devel_init() which registers this function as a shutdown function. Displays developer information in the footer.
devel_store_queries in contributions/devel/devel.module
devel_switch_user_list in contributions/devel/devel.module
devel_variable in contributions/devel/devel.module
devel_variable_edit in contributions/devel/devel.module
diggthis_admin_settings in contributions/diggthis/diggthis.module
admin settings for the diggthis module
diggthis_nodeapi in contributions/diggthis/diggthis.module
Implementation of hook_nodeapi().
domain_advanced_form in contributions/domain/domain_admin.inc
FormsAPI
domain_batch_form in contributions/domain/domain_admin.inc
Generate the form data for a batch update.
domain_batch_validate in contributions/domain/domain.module
Validate handler for hook_domainbatch()
domain_configure_form in contributions/domain/domain_admin.inc
FormsAPI for configuring the domain module.
domain_conf_domainbatch in contributions/domain/domain_conf/domain_conf.module
Implements hook_domainbatch()
domain_conf_form_alter in contributions/domain/domain_conf/domain_conf.module
Implements hook_form_alter()
domain_content_check in contributions/domain/domain_content/domain_content.module
Access checking routine for the menu and node access checks.
domain_content_form in contributions/domain/domain_content/domain_content.module
Rewrites node_admin_nodes() to use db_rewrite_sql().
domain_content_menu in contributions/domain/domain_content/domain_content.module
Implements hook_menu()
domain_content_update_nodes in contributions/domain/domain_content/domain_content.module
FormAPI function that lets us update access rules.
domain_default in contributions/domain/domain.module
Assigns the default settings to domain 0, the root domain.
domain_domainbatch in contributions/domain/domain.module
Implements hook_domainbatch()
domain_domains in contributions/domain/domain.module
Return all active domains (including the default) as an array.
domain_enable in contributions/domain/domain.module
Upon enabling this module, store the default view grant in the {node_access} table. See also domain_grant_all()
domain_form_alter in contributions/domain/domain.module
Implements hook_form_alter()
domain_grant_all in contributions/domain/domain.module
Activate the hidden grant for searches.
domain_init in contributions/domain/domain.module
Implements hook_init()
domain_nav_block in contributions/domain/domain_nav/domain_nav.module
Implements hook_block()
domain_nav_render in contributions/domain/domain_nav/domain_nav.module
Renders output for the block.
domain_nodeapi in contributions/domain/domain.module
Implements hook_nodeapi().
domain_node_access_records in contributions/domain/domain.module
Implements hook_node_access_records()
domain_node_grants in contributions/domain/domain.module
Implements hook_node_grants.
domain_prefix_configure_form in contributions/domain/domain_prefix/domain_prefix.module
FormsAPI for generating the configuration form
domain_prefix_domainupdate in contributions/domain/domain_prefix/domain_prefix.module
Implements hook_domainupdate().
domain_prefix_form in contributions/domain/domain_prefix/domain_prefix.module
The table prefixing page for a domain.
domain_prefix_form_submit in contributions/domain/domain_prefix/domain_prefix.module
FormsAPI for domain_prefix_form.
domain_source_form_alter in contributions/domain/domain_source/domain_source.module
Implements hook_form_alter()
domain_source_nodeapi in contributions/domain/domain_source/domain_source.module
Implements hook_nodeapi()
domain_theme_domainbatch in contributions/domain/domain_theme/domain_theme.module
Implements hook_domainbatch()
domain_theme_domainform in contributions/domain/domain_theme/domain_theme.module
Implements hook_domainform()
domain_theme_form_alter in contributions/domain/domain_theme/domain_theme_form.inc
Implements hook_form_alter()
domain_theme_menu in contributions/domain/domain_theme/domain_theme.module
Implements hook_menu()
domain_user in contributions/domain/domain.module
Implements hook_user()
domain_user_configure_form in contributions/domain/domain_user/domain_user.module
FormsAPI
domain_user_domainupdate in contributions/domain/domain_user/domain_user.module
Implements hook_domainupdate()
domain_user_rules in contributions/domain/domain_user/domain_user.module
Checks for existing domains to create rules
domain_user_user in contributions/domain/domain_user/domain_user.module
Implements hook_user()
do_coder_reviews in contributions/coder/coder.module
do_search in 5/modules/search/search.module
Do a query on the full-text search index for a word or words.
drupal_access_denied in 5/includes/common.inc
Generates a 403 error if the request is not allowed.
drupal_auth in 5/modules/drupal/drupal.module
Implementation of hook_auth().
drupal_cron in 5/modules/drupal/drupal.module
Implementation of hook_cron(); handles pings to and from the site.
drupal_cron_cleanup in 5/includes/common.inc
Shutdown function for cron cleanup.
drupal_cron_run in 5/includes/common.inc
Executes a cron run when called
drupal_distributed_authentication_settings in 5/modules/drupal/drupal.module
drupal_get_css in 5/includes/common.inc
Returns a themed representation of all stylesheets that should be attached to the page. It loads the CSS in order, with 'core' CSS first, then 'module' CSS, then 'theme' CSS files. This ensures proper cascading of styles…
drupal_get_private_key in 5/includes/common.inc
Ensure the private key variable used to generate tokens is set.
drupal_help in 5/modules/drupal/drupal.module
Implementation of hook_help().
drupal_init_path in 5/includes/path.inc
Initialize the $_GET['q'] variable to the proper normal path.
drupal_is_front_page in 5/includes/path.inc
Check if the current page is the front page.
drupal_login in 5/modules/drupal/drupal.module
Callback function from drupal_xmlrpc() for authenticating remote clients.
drupal_mail in 5/includes/common.inc
Send an e-mail message, using Drupal variables and default settings. More information in the PHP function reference for mail()
drupal_menu in 5/modules/drupal/drupal.module
Implementation of hook_menu().
drupal_notify in 5/modules/drupal/drupal.module
Sends a ping to the Drupal directory server.
drupal_not_found in 5/includes/common.inc
Generates a 404 error if the request can not be handled.
drupal_page_footer in 5/includes/common.inc
Perform end-of-request tasks.
drupal_sites_registry_settings in 5/modules/drupal/drupal.module
drupal_site_offline in 5/includes/common.inc
Generates a site off-line message
drupal_system_listing in 5/includes/common.inc
Returns an array of files objects of the given type from the site-wide directory (i.e. modules/), the all-sites directory (i.e. sites/all/modules/), the profiles directory, and site-specific directory (i.e. sites/somesite/modules/). The returned array…
drupal_urlencode in 5/includes/common.inc
Wrapper around urlencode() which avoids Apache quirks.
drupal_valid_token in 5/includes/common.inc
Validate a token based on $value, the current user session and private key.
drupal_xmlrpc in 5/modules/drupal/drupal.module
Implementation of hook_xmlrpc().
drush_pm_update in contributions/drush/drush_pm/drush_pm.module
Command callback. Displays update status info and allows to update installed modules. Pass specific projects as arguments, otherwise we update all that have candidate releases.
elf_admin_settings in contributions/elf/elf.module
elf_menu in contributions/elf/elf.module
Implementation of hook_menu().
emaudio_widget_settings in contributions/emfield/contrib/emaudio/emaudio.module
emfield_allowed_providers in contributions/emfield/emfield.module
return a list of providers allowed for a specific field
emfield_emfield_widget in contributions/emfield/emfield.module
emfield_emfield_widget_settings in contributions/emfield/emfield.module
Widgets *
emfield_request_xml in contributions/emfield/emfield.module
When an include file requires to read an xml to receive information, such as for thumbnails, this script can be used to request the xml and return it as an array. i suspect it could be done easier (and more quickly) in php 5.
emfield_settings in contributions/emfield/emfield.module
Callback for admin/content/emfield
emimport_node in contributions/emfield/contrib/emimport/emimport.module
this will create a new node based on the values given in $item and prepare it for saving.
emimport_settings in contributions/emfield/contrib/emimport/emimport.module
callback page for /admin/content/emfield/import.
emthumb_emfield_widget_extra in contributions/emfield/contrib/emthumb/emthumb.module
when editing a node with an emfield, this will add our custom thumbnail upload form if allowed.
emthumb_emfield_widget_settings_extra in contributions/emfield/contrib/emthumb/emthumb.module
This provides extra widget settings to emfields. A checkbox to allow custom thumbnails, max resolution, image path, allow custom alt tags, allow custom title tags.
error_handler in 5/includes/common.inc
Log errors as defined by administrator Error levels: 0 = Log errors to database. 1 = Log errors to database and to screen.
event_admin_overview_settings in contributions/event/event.module
Displays and allows an administrator to change the user overview settings for this module.
event_admin_timezone_settings in contributions/event/event.module
Displays and allows an administrator to change the timezone settings for this module.
event_block in contributions/event/event.module
Provides the blocks that this module is capable of displaying.
event_block_upcoming in contributions/event/event.module
Creates a block that contains upcoming events.
event_calendar_data in contributions/event/event.module
Returns an array of nodes that occur on a given date. Handles content type and taxonomy filters.
event_calendar_rss in contributions/event/event.module
Creates an rss feed of events.
event_cron in contributions/event/event.module
Implementation of hook_cron
event_format_date in contributions/event/event.module
Format a date with the given configured format or a custom format string.
event_form_alter in contributions/event/event.module
Implementation of hook_form_alter
event_get_events in contributions/event/event.module
Get events between two specified dates
event_get_events_event in contributions/event/event_database.pgsql.inc
event_get_events_site in contributions/event/event_database.pgsql.inc
event_get_events_user in contributions/event/event_database.pgsql.inc
event_get_event_load in contributions/event/event_database.pgsql.inc
event_nodeapi in contributions/event/event.module
hook_nodeapi implementation
event_page in contributions/event/event.module
Displays a page containing event information. The page layout defaults to a graphical calendar.
event_pre_render in contributions/event/event.module
Helper function to add missing properties
event_select in contributions/event/event.module
Return SQL string for SELECT statement
event_term in contributions/event/event.module
Url wrapper function for static link to calendar by taxonomy terms.
event_type in contributions/event/event.module
Url wrapper function for static link to calendar by content type.
event_validate in contributions/event/event.module
Validates the start and end times in a node form submission.
event_week_days in contributions/event/event.module
Returns week day names and their translated values, corrected for the start of week day settings (mon or sun).
event_where in contributions/event/event.module
Return SQL string for WHERE statement
event_where_site in contributions/event/event_database.pgsql.inc
See also event_where
example_element_demo in documentation/examples/example_element.module
This is a simple form to demonstrate how to use the phonenumber form element we defined.
expand_date in 5/includes/form.inc
Roll out a single date element.
expand_event in contributions/event/event.module
Roll out a single event element.
faq_block in contributions/faq/faq.module
Implementation of hook_block().
faq_categories_settings_form in contributions/faq/faq.module
Define the elements for the FAQ Settings page - categories tab.
faq_general_settings_form in contributions/faq/faq.module
Define a form to edit the page header and descriptive text.
faq_get_child_categories_faqs in contributions/faq/faq.module
Helper function for retrieving the sub-categories faqs.
faq_get_faq_list in contributions/faq/faq.module
Format the output for the faq_site_map() function.
faq_get_terms in contributions/faq/faq.module
Get a list of terms associated with the FAQ nodes.
faq_highlights_block in contributions/faq/faq.module
Create the HTML output for the Recent FAQs block.
faq_init_back_to_top in contributions/faq/faq.module
Helper function to setup the "back to top" link.
faq_link_alter in contributions/faq/faq.module
Implementation of hook_link_alter().
faq_menu in contributions/faq/faq.module
Implementation of hook_menu().
faq_page in contributions/faq/faq.module
Function to display the faq page.
faq_questions_settings_form in contributions/faq/faq.module
Define the elements for the FAQ Settings page - Questions tab.
faq_random_highlights_block in contributions/faq/faq.module
Create the HTML output for the Random FAQs block.
faq_site_map in contributions/faq/faq.module
faq_view in contributions/faq/faq.module
Display a FAQ node.
faq_weight_settings_form in contributions/faq/faq.module
Define the elements for the FAQ Settings page - weight tab.
fckeditor_file_download in contributions/fckeditor/fckeditor.module
Implementation of hook_file_download(). Support for private downloads.
fckeditor_is_enabled in contributions/fckeditor/fckeditor.module
fckeditor_process_textarea in contributions/fckeditor/fckeditor.module
This function create the HTML objects required for the FCKeditor
fckeditor_profile_form_build in contributions/fckeditor/fckeditor.module
Return an HTML form for profile configuration.
fckeditor_profile_validate in contributions/fckeditor/fckeditor.module
Profile validation.
fckeditor_update_2 in contributions/fckeditor/fckeditor.install
Update from 5.x-1.x to 5.x-2.x
feedapi_admin_settings in contributions/feedapi/feedapi.module
Settings: allowed HTML tags, number of feeds refreshed in one round
feedapi_aggregator_admin_settings in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Settins page
feedapi_aggregator_feedapi_settings_form in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Implementation of hook_feedapi_settings_form(). If a module provides parsers and processors it MUST evaluate the $type variable to return different forms for parsers and processors. There might be a better term for parsers and processors than $type.
feedapi_aggregator_install in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.install
Implementation of hook_install().
feedapi_aggregator_page_categories in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Menu callback; displays all the categories used by the aggregator.
feedapi_aggregator_page_category in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Menu callback; displays all the items aggregated in a particular category.
feedapi_aggregator_page_last in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Menu callback; displays the most recent items gathered from any feed.
feedapi_aggregator_page_list in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Show the list of the feed items
feedapi_aggregator_page_rss in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Menu callback; generate an RSS 0.92 feed of aggregator items or categories.
feedapi_aggregator_page_sources in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Menu callback; displays all the feeds used by the aggregator.
feedapi_create_node in contributions/feedapi/feedapi.module
Create a feedapi node programatically.
feedapi_cron in contributions/feedapi/feedapi.module
Implementation of hook_cron().
feedapi_cron_time in contributions/feedapi/feedapi.module
Check for time limits in cron processing.
feedapi_export_opml in contributions/feedapi/feedapi.module
Generates an OPML representation of all feeds.
feedapi_get_settings in contributions/feedapi/feedapi.module
Retrieve settings per content type or per node.
feedapi_node_type in contributions/feedapi/feedapi.module
Implementation of hook_node_type().
feedapi_update_11 in contributions/feedapi/feedapi.install
Check out if the built-in content-type has an enabled parser.
filefield_upload_limit_content_admin_field_submit in contributions/filefield_upload_limit/filefield_upload_limit.module
Additional submission for CCK _content_admin_field form to save data from new form field added by this module
filefield_upload_limit_filefield in contributions/filefield_upload_limit/filefield_upload_limit.module
Implementation of hook_filefield() from the filefield.module CCK field
filefield_upload_limit_form_alter in contributions/filefield_upload_limit/filefield_upload_limit.module
Implementation of hook_form_alter().
filefield_upload_limit_is_set in contributions/filefield_upload_limit/filefield_upload_limit.module
Check to see if there is a max filesize set for this field and return it if there is
filefield_widget in contributions/filefield/filefield.module
Implementation of hook_widget().
file_create_url in 5/includes/file.inc
Create the download path to a file.
file_directory_path in 5/includes/file.inc
Determine the default 'files' directory.
file_directory_temp in 5/includes/file.inc
Determine the default temporary directory.
file_get_mimetype in 5/includes/file.inc
Determine an Internet Media Type, or MIME type from a filename.
file_import_access_for_node in contributions/file_import/file_import.module
Checks if has acces to import files in node
file_import_admin_settings in contributions/file_import/file_import.module
file_import_form in contributions/file_import/file_import.module
file_import_form_submit in contributions/file_import/file_import.module
file_import_help in contributions/file_import/file_import.module
Implementation of hook_help().
file_import_menu in contributions/file_import/file_import.module
Implementation of hook_menu().
filter_access in 5/modules/filter/filter.module
Returns TRUE if the user is allowed to access this format.
filter_admin_delete in 5/modules/filter/filter.module
Menu callback; confirm deletion of a format.
filter_admin_delete_submit in 5/modules/filter/filter.module
Process filter delete form submission.
filter_admin_format_form in 5/modules/filter/filter.module
Generate a filter format form.
filter_admin_overview in 5/modules/filter/filter.module
Displays a list of all input formats and which one is the default
filter_example_filter in documentation/examples/filter_example.module
Implementation of hook_filter().
filter_example_filter_tips in documentation/examples/filter_example.module
Implementation of hook_filter_tips().
filter_filter_tips in 5/modules/filter/filter.module
Implementation of hook_filter_tips().
filter_form in 5/modules/filter/filter.module
Generate a selector for choosing a format in a form.
filter_formats in 5/modules/filter/filter.module
Retrieve a list of input formats.
filter_resolve_format in 5/modules/filter/filter.module
Resolve a format id, including the default format.
filter_xss_bad_protocol in 5/modules/filter/filter.module
Processes an HTML attribute value and ensures it does not contain an URL with a disallowed protocol (e.g. javascript:)
fivestar_add_css in contributions/fivestar/fivestar.module
Fetch the necessary CSS files to render the fivestar widget.
fivestar_color_form in contributions/fivestar/fivestar_color.inc
Form callback. Returns the configuration form.
fivestar_comment in contributions/fivestar/fivestar_comment.inc
Implementation of hook_comment().
fivestar_comment_form_alter in contributions/fivestar/fivestar_comment.inc
Form alter specification for comments.
fivestar_form in contributions/fivestar/fivestar.module
Create the fivestar form for the current item. Note that this is not an implementation of hook_form(). We should probably change the function to reflect that.
fivestar_form_alter in contributions/fivestar/fivestar.module
Implementation of hook_form_alter Adds fivestar enaable and position to the node-type configuration form.
fivestar_link in contributions/fivestar/fivestar.module
Implementation of hook_link()
fivestar_nodeapi in contributions/fivestar/fivestar.module
Implementation of hook_nodeapi()
fivestar_node_type in contributions/fivestar/fivestar.module
Implementation of hook_node_types().
fivestar_settings in contributions/fivestar/fivestar.module
Callback function for admin/settings/fivestar. Display the settings form.
fivestar_static in contributions/fivestar/fivestar.module
fivestar_update_2 in contributions/fivestar/fivestar.install
Convert previous fivestar widget settings to new format.
fivestar_views_value_display_handler in contributions/fivestar/fivestar.module
fivestar_views_widget_handler in contributions/fivestar/fivestar.module
fivestar_vote in contributions/fivestar/fivestar.module
Callback function for fivestar/vote.
fivstar_color_form_submit in contributions/fivestar/fivestar_color.inc
Submit handler for color change form.
flag_arg_uid in contributions/flag/includes/flag.views.inc
flag_form_alter in contributions/flag/flag.module
Implementation of hook_form_alter().
format_date in 5/includes/common.inc
Format a date with the given configured format or a custom format string.
forum_admin_settings in 5/modules/forum/forum.module
forum_block in 5/modules/forum/forum.module
Implementation of hook_block().
forum_form_submit in 5/modules/forum/forum.module
Process forum form and container form submissions.
forum_get_forums in 5/modules/forum/forum.module
Returns a list of all forums for a given taxonomy id
forum_overview in 5/modules/forum/forum.module
Returns an overview list of existing forums and containers
forum_page in 5/modules/forum/forum.module
Menu callback; prints a forum listing.
forum_pathauto_bulkupdate in contributions/pathauto/pathauto_taxonomy.inc
Generate aliases for all forums and forum containers without aliases.
forum_taxonomy in 5/modules/forum/forum.module
Implementation of hook_taxonomy().
forum_validate in 5/modules/forum/forum.module
Implementation of hook_validate().
forum_view in 5/modules/forum/forum.module
Implementation of hook_view().
forward_admin_settings in contributions/forward/forward.module
Administration Page
forward_block in contributions/forward/forward.module
Implementation of hook_block().
forward_form in contributions/forward/forward.module
Form
forward_form_alter in contributions/forward/forward.module
forward_form_submit in contributions/forward/forward.module
forward_form_validate in contributions/forward/forward.module
forward_help in contributions/forward/forward.module
Implementation of hook_help - adds link to non-node pages
forward_link in contributions/forward/forward.module
Generate links for pages
forward_menu in contributions/forward/forward.module
Menu Hooks
forward_nodeapi in contributions/forward/forward.module
Generate nodeapi integration, foward signup
forward_tracker in contributions/forward/forward.module
Email Tracker
forward_tracking in contributions/forward/forward.module
Forward Tracking Page
forward_update_2 in contributions/forward/forward.install
Changed node_comment_statistics to use node->changed to avoid future timestamps.
generate_module in contributions/module_builder/module_builder.module
genericplayers_swftools_flashvars in contributions/swftools/genericplayers.module
Implementation of swftools_flashvars hook.
gmap_defaults in contributions/gmap/gmap.module
Get the defaults for a gmap.
gmap_geocode in contributions/gmap/gmap.module
Utility function to use the google maps geocoder server side. This is an easy, quick way to geocode a single address. Note: This is a REMOTE CALL TO GOOGLE. Do NOT use this where performance matters, as it could possibly take several seconds for this…
gmap_gmap in contributions/gmap/gmap.module
Implementation of hook_gmap().
gmap_location_admin_settings in contributions/gmap/gmap_location.module
Admin Settings Page
gmap_location_author_block_view in contributions/gmap/gmap_location.module
gmap_location_block in contributions/gmap/gmap_location.module
Draw block of location for current node.
gmap_location_block_view in contributions/gmap/gmap_location.module
gmap_location_node_page in contributions/gmap/gmap_location.module
Draws a page with a google map with the node on it, or if no node is set all of the nodes on it.
gmap_location_node_type in contributions/gmap/gmap_location.module
Implementation of hook_node_type().
gmap_location_update_5080 in contributions/gmap/gmap_location.install
gmap_location_user in contributions/gmap/gmap_location.module
gmap_location_user_page in contributions/gmap/gmap_location.module
Draws a page with a google map that has all of the site users.
gmap_taxonomy_form_alter in contributions/gmap/gmap_taxonomy.module
Implementation of hook_form_alter().
gmap_taxonomy_nodeapi in contributions/gmap/gmap_taxonomy.module
Implementation of hook_nodeapi().
gmap_taxonomy_taxonomy in contributions/gmap/gmap_taxonomy.module
Implementation of hook_taxonomy().
gmap_update_5000 in contributions/gmap/gmap.install
Updates from 5.x-1.0alpha1 to 5.x-1.0. Do some tidying up of the settings.
gom_create_content in contributions/devel/generate/generate-og2list-mail.php
googleanalytics_admin_settings_form in contributions/google_analytics/googleanalytics.module
Implementation of hook_admin_settings() for configuring the module
googleanalytics_cron in contributions/google_analytics/googleanalytics.module
Implementation of hook_cron().
googleanalytics_footer in contributions/google_analytics/googleanalytics.module
Implementation of hook_footer() to insert Javascript at the end of the page
googleanalytics_requirements in contributions/google_analytics/googleanalytics.module
Implementation of hook_requirements().
googleanalytics_update_1 in contributions/google_analytics/googleanalytics.install
googleanalytics_update_6000 in contributions/google_analytics/googleanalytics.install
googleanalytics_update_6002 in contributions/google_analytics/googleanalytics.install
Upgrade role settings and per user tracking settings of "User 1" and remove outdated tracking variables.
googleanalytics_user in contributions/google_analytics/googleanalytics.module
Implementation of hook_user().
hierarchical_select_admin_settings in contributions/hierarchical_select/hierarchical_select.module
Form definition; admin settings.
hierarchical_select_elements in contributions/hierarchical_select/hierarchical_select.module
Implementation of hook_elements().
hierarchical_select_process in contributions/hierarchical_select/hierarchical_select.module
Hierarchical select form element processing function.
hook_auth in documentation/hooks/authentication.php
Verify authentication of a user.
hook_block in documentation/hooks/core.php
Declare a block or set of blocks.
hook_cart_item in contributions/ubercart/docs/hooks.php
Add extra data about an item in the cart.
hook_domainconf in contributions/domain/API.php
Allows modules to add additional form elements for saving as domain-specific settings.
hook_domainform in contributions/domain/API.php
Allows other modules to add elements to the default Domain settings page.
hook_footer in documentation/hooks/core.php
Insert closing HTML.
hook_form_alter in documentation/hooks/core.php
Perform alterations before a form is rendered.
hook_init in documentation/hooks/core.php
Perform setup tasks.
hook_link in documentation/hooks/core.php
Define internal Drupal links.
hook_mail_alter in documentation/hooks/core.php
Alter any aspect of the emails sent by Drupal. You can use this hook to add a common site footer to all outgoing emails; add extra header fields and/or modify the mails sent out in any way. HTML-izing the outgoing mails is one possibility. See also…
hook_node_type in documentation/hooks/node.php
Act on node type changes.
hook_requirements in documentation/hooks/install.php
Check installation requirements that need to be satisfied.
hook_search in documentation/hooks/core.php
Define a custom search routine.
hook_shipping_method in contributions/ubercart/docs/hooks.php
Define callbacks and service options for shipping methods.
hook_shipping_type in contributions/ubercart/docs/hooks.php
Define shipping types for shipping methods.
hook_taxonomy in documentation/hooks/core.php
Act on taxonomy changes.
hook_update_index in documentation/hooks/core.php
Update Drupal's full-text index for this module.
hook_versioncontrol_branch_operation in contributions/versioncontrol/hook_versioncontrol.php
Act on database changes when branch operations are inserted or deleted. Note that this hook is not necessarily called at the time when the branch operation actually happens - they can also be inserted by a cron script when the actual operation has…
hook_versioncontrol_commit in contributions/versioncontrol/hook_versioncontrol.php
Act on database changes when commits are inserted or deleted. Note that this hook is not necessarily called at the time when the commit actually happens - commits can also be inserted by a cron script when the actual commit has been accomplished for…
hook_versioncontrol_tag_operation in contributions/versioncontrol/hook_versioncontrol.php
Act on database changes when tag operations are inserted or deleted. Note that this hook is not necessarily called at the time when the tag operation actually happens - they can also be inserted by a cron script when the actual operation has been…
hook_xmlsitemap_engines in contributions/xmlsitemap/docs/xmlsitemap.php
Define actions for search engines.
i18nblocks_form_alter in contributions/i18n/i18nblocks/i18nblocks.module
Implementation of block form_alter().
i18nblocks_nodeapi in contributions/i18n/i18nblocks/i18nblocks.module
Implementation of hook_nodeapi
i18nblocks_update_1 in contributions/i18n/i18nblocks/i18nblocks.install
i18nprofile_categories in contributions/i18n/i18nprofile/i18nprofile.module
Returns translated categories
i18nprofile_translation_category in contributions/i18n/i18nprofile/i18nprofile.module
Form to translate category names
i18nprofile_translation_overview in contributions/i18n/i18nprofile/i18nprofile.module
Overview profile translations
i18nsync_form_alter in contributions/i18n/experimental/i18nsync.module
Implementation of hook_form_alter().
i18nsync_nodeapi in contributions/i18n/experimental/i18nsync.module
Implementation of hook_nodeapi().
i18nsync_node_available_fields in contributions/i18n/experimental/i18nsync.module
Returns list of available fields for given content type
i18nsync_node_fields in contributions/i18n/experimental/i18nsync.module
Returns list of fields to synchronize for a given content type
i18nsync_node_translation_attached_node in contributions/i18n/experimental/i18nsync.module
Node attachments that may have translation
i18nsync_taxonomy in contributions/i18n/experimental/i18nsync.module
Implementation of hook taxonomy.
i18ntaxonomy_form_alter in contributions/i18n/contrib/i18ntaxonomy.module
Implementation of hook_form_alter().
i18ntaxonomy_views_pre_view in contributions/i18n/contrib/i18ntaxonomy.module
Implementation of hook_views_pre_view().
i18n_admin_settings in contributions/i18n/i18n.module
Form builder function.
i18n_form_alter in contributions/i18n/i18n.module
Implementation of hook_form_alter
i18n_frontpage in contributions/i18n/i18n.module
Language dependent front page This function will search for aliases like 'en/home', 'es/home'...
i18n_init in contributions/i18n/i18n.module
Implementation of hook_init()
i18n_languages in contributions/i18n/i18n.module
Get locale languages plus i18n language settings
i18n_nodeapi in contributions/i18n/i18n.module
Implementation of hook_nodeapi().
i18n_node_language_list in contributions/i18n/i18n.module
Get allowed languages for node
i18n_variable_form_submit in contributions/i18n/i18n.module
Save multilingual variables and remove them from form
i18n_variable_init in contributions/i18n/i18n.module
Initialization of multilingual variables
i18n_views_pre_query in contributions/i18n/i18nviews/i18nviews.module
Implementation of hook_views_pre_query().
ical_export in contributions/event/ical.inc
Turn an array of events into a valid iCalendar file
ical_import in contributions/event/ical.inc
Given the location of a valide iCalendar file, will return an array of event information
imageapi_default_toolkit in contributions/imageapi/imageapi.module
Retrieve the name of the currently used toolkit.
imageapi_gd_settings_form in contributions/imageapi/imageapi_gd.module
Settings form for the toolkit.
imageapi_imagemagick_settings_form in contributions/imageapi/imageapi_imagemagick.module
Settings form for the toolkit.
imagecache_asset_settings in contributions/asset/modules/asset_imagecache.inc
imagecache_create_url in contributions/imagecache/imagecache.module
Return a URL that points to the location of a derivative of the original image at @p $path, transformed with the given @p $preset.
imagefield_menu in contributions/imagefield/imagefield.module
Implementation of hook_menu().
imagefield_widget_settings in contributions/imagefield/imagefield.module
Implementation of hook_widget_settings().
image_admin_settings in contributions/image/image.module
Admin settings callback.
image_attach_admin_settings in contributions/image/contrib/image_attach/image_attach.module
image_attach_block in contributions/image/contrib/image_attach/image_attach.module
Implementation of hook_block().
image_attach_form_alter in contributions/image/contrib/image_attach/image_attach.module
implementation of hook_form_alter()
image_attach_nodeapi in contributions/image/contrib/image_attach/image_attach.module
Implementation of hook_nodeapi().
image_captcha_captcha in contributions/captcha/image_captcha/image_captcha.module
Implementation of hook_captcha
image_captcha_settings_form in contributions/captcha/image_captcha/image_captcha.module
Configuration form for image_captcha
image_create_node_from in contributions/image/image.module
Function to other modules to use to create image nodes.
image_cron in contributions/image/image.module
Implements hook_cron. (deletes old temp images)
image_gallery_admin_settings in contributions/image/contrib/image_gallery/image_gallery.module
image_gallery_page in contributions/image/contrib/image_gallery/image_gallery.module
Image gallery callback, displays an image gallery
image_gallery_taxonomy in contributions/image/contrib/image_gallery/image_gallery.module
Implementation of hook_taxonomy. If our vocabulary gets deleted, delete our variable pointing to it.
image_gallery_uninstall in contributions/image/contrib/image_gallery/image_gallery.install
image_gallery_update_1 in contributions/image/contrib/image_gallery/image_gallery.install
image_gd_close in 5/includes/image.inc
GD helper to write an image resource to a destination file.
image_gd_settings in 5/includes/image.inc
Retrieve settings for the GD2 toolkit.
image_get_sizes in contributions/image/image.module
Helper function to return the defined sizes (or proper defaults).
image_get_toolkit in 5/includes/image.inc
Retrieve the name of the currently used toolkit.
image_imagemagick_settings in contributions/image/image.imagemagick.inc
Validate and return toolkit specific settings.
image_import_admin_settings in contributions/image/contrib/image_import/image_import.module
image_import_form in contributions/image/contrib/image_import/image_import.module
image_import_form_submit in contributions/image/contrib/image_import/image_import.module
image_import_help in contributions/image/contrib/image_import/image_import.module
Implementation of hook_help().
image_im_advanced_options in contributions/image/contrib/image_im_advanced/image_im_advanced.module
Retrieve the settings array.
image_load in contributions/image/image.module
Implementation of hook_load
image_ncck_flickr_error_check in contributions/emfield/contrib/image_ncck/providers/flickr.inc
This will log an error if we don't have a key yet. In addition, if the user is an admin, we'll display an error.
image_ncck_flickr_request in contributions/emfield/contrib/image_ncck/providers/flickr.inc
this is a wrapper for image_ncck_request_xml that includes flickr's api key
image_ncck_flickr_settings in contributions/emfield/contrib/image_ncck/providers/flickr.inc
hook image_ncck_PROVIDER_settings this should return a subform to be added to the image_ncck_settings() admin settings page. note that a form field will already be provided, at $form['PROVIDER'] (such as $form['flickr']) so if you…
image_ncck_widget_settings in contributions/emfield/contrib/image_ncck/image_ncck.module
image_prepare in contributions/image/image.module
Implementation of hook_prepare().
image_update_2 in contributions/image/image.install
Upgrade to the new image_sizes variable format.
image_update_3 in contributions/image/image.install
Add the link field to each size.
image_update_5 in contributions/image/image.install
Make sure that everyone's size settings are in the right format.
init_theme in 5/includes/theme.inc
Initialize the theme system by loading the theme.
install_profile_wizard_form_submit in contributions/install_profile_api/install_profile_wizard/install_profile_wizard.module
is_nodeprofile in contributions/nodeprofile/nodeprofile.module
Determine if a given node is a nodeprofile.
javascript_aggregator_cache in contributions/javascript_aggregator/javascript_aggregator.module
Main function that finds .js files in $scripts.
javascript_aggregator_form_alter in contributions/javascript_aggregator/javascript_aggregator.module
Implementation of hook_form_alter().
lightbox2_add_files in contributions/lightbox2/lightbox2.module
Provide links to the CSS stylesheet and JS file associated with this module.
lightbox2_auto_image_handling_settings_form in contributions/lightbox2/lightbox2.module
Configuration form the automatic image handling functionality.
lightbox2_exclude_these_paths in contributions/lightbox2/lightbox2.module
Return TRUE if current path is disabled for lightbox according to lightbox2_disable_these_urls.
lightbox2_general_settings_form in contributions/lightbox2/lightbox2.module
General configuration form for controlling the lightbox behaviour.
lightbox2_slideshow_settings_form in contributions/lightbox2/lightbox2.module
Configuration form for controlling the slideshow behaviour.
lightbox2_update_2 in contributions/lightbox2/lightbox2.install
'lightbox2_image_group' variable has been removed and others need to be updated accordingly.
link_field_settings in contributions/link/link.module
Implementation of hook_field_settings().
link_validate_url in contributions/link/link.module
A lenient verification for URLs. Accepts all URLs following RFC 1738 standard for URL formation and all email addresses following the RFC 2368 standard for mailto address formation.
listmanager_patterns in contributions/patterns/components/listmanager.inc
macro_admin_settings in contributions/devel/macro.module
Menu callback for the macro settings form.
macro_form_alter in contributions/devel/macro.module
Implementation of hook_form_alter(). Optionally record all form submissions, for later use in building distributions
macro_get_macro in contributions/devel/macro.module
The output of this callback should be saved to the profiles/$profile/macros.inc file, to be automatically played back upon completed install.
macro_record_macro in contributions/devel/macro.module
A form submission handler, that stores the form submissions into the variables table
menu_configure in 5/modules/menu/menu.module
Menu callback; presents menu configuration options.
menu_form_alter in 5/modules/menu/menu.module
Implementation of hook_form_alter(). Add menu item fields to the node form.
menu_primary_links in 5/includes/menu.inc
Returns an array containing the primary links. Can optionally descend from the root of the Primary links menu towards the current node for a specified number of levels and return that submenu. Used to generate a primary/secondary menu from different…
menu_secondary_links in 5/includes/menu.inc
Returns an array containing the secondary links. Secondary links can be either a second level of the Primary links menu or generated from their own menu.
moderate_content_notifications_admin_settings_form in contributions/subscriptions/contrib/moderate_content_notifications/moderate_content_notifications.module
Menu callback for admin/settings/subscriptions/moderate_content_notifications
moderate_content_notifications_list_form in contributions/subscriptions/contrib/moderate_content_notifications/moderate_content_notifications.module
moderate_content_notifications_list_form_submit in contributions/subscriptions/contrib/moderate_content_notifications/moderate_content_notifications.module
Execute the chosen 'Update option' on the selected comments, such as publishing, unpublishing or deleting.
module_builder_admin_settings in contributions/module_builder/module_builder.module
Implementation of hook_settings().
module_builder_get_hook_data in contributions/module_builder/module_builder.module
Retrieves hook data of given type
module_builder_update_documentation in contributions/module_builder/module_builder.module
Initiates documentation upate routine.
module_list in 5/includes/module.inc
Collect a list of all loaded modules. During the bootstrap, return only vital modules. See bootstrap.inc
mollom in contributions/mollom/mollom.module
Call a remote procedure at the Mollom server. This function will automatically add the information required to authenticate against Mollom.
mollom_admin_settings in contributions/mollom/mollom.module
mollom_captcha_prerender in contributions/mollom/mollom.module
mp_file_commit in contributions/ubercart_marketplace/mp_file/mp_file.module
Transfers file download from files directory to file download directory. Programatically fills out product feature form to commit file.
mp_file_nodeapi in contributions/ubercart_marketplace/mp_file/mp_file.module
Implementation of hook_nodeapi().
mp_notify_checkout in contributions/ubercart_marketplace/mp_notify/mp_notify.module
Send new order email to seller.
mp_notify_send_seller_email in contributions/ubercart_marketplace/mp_notify/mp_notify.module
Email helper function.
mp_notify_settings_seller_form in contributions/ubercart_marketplace/mp_notify/mp_notify.module
Displays system settings form for seller notification settings.
mp_orders_comments_view_table in contributions/ubercart_marketplace/mp_orders/mp_orders.module
Overrides op_order_comments_view_table(). Return a table of comments for an order.
mp_orders_fulfill in contributions/ubercart_marketplace/mp_orders/mp_orders.module
Returns the sortable table listing of a seller's orders.
mp_products_form_alter in contributions/ubercart_marketplace/mp_products/mp_products.module
Implementation of hook_form_alter().
mp_products_get_commission_rate in contributions/ubercart_marketplace/mp_products/mp_products.module
mp_products_nodeapi in contributions/ubercart_marketplace/mp_products/mp_products.module
Implementation of hook_nodeapi().
mp_products_selling in contributions/ubercart_marketplace/mp_products/mp_products.module
Returns a sortable table listing of the seller's products. *
mp_products_settings_seller_form in contributions/ubercart_marketplace/mp_products/mp_products.module
Seller settings form
mp_reports_make_masspay in contributions/ubercart_marketplace/mp_reports/mp_reports.module
mp_reports_masspay_ipn in contributions/ubercart_marketplace/mp_reports/mp_reports.module
mp_reports_products in contributions/ubercart_marketplace/mp_reports/mp_reports.module
Displays the product reports
mp_reports_sales in contributions/ubercart_marketplace/mp_reports/mp_reports.module
Displays the yearly sales report for sellers.
mp_reports_seller_custom_form_submit in contributions/ubercart_marketplace/mp_reports/mp_reports.module
Submit handler for custom seller report.
mp_reports_seller_form in contributions/ubercart_marketplace/mp_reports/mp_reports.module
Display the seller reports in Ubercart admin interface
mp_reports_seller_payments in contributions/ubercart_marketplace/mp_reports/mp_reports.module
mp_reports_statuses in contributions/ubercart_marketplace/mp_reports/mp_reports.module
Returns a table of seller order statuses.
mp_reports_summary in contributions/ubercart_marketplace/mp_reports/mp_reports.module
Displays summary report for seller's of all their sales.
mp_reports_user in contributions/ubercart_marketplace/mp_reports/mp_reports.module
Implementation of hook_user().
mp_shipping_order_shipments in contributions/ubercart_marketplace/mp_shipping/mp_shipping.module
Override of uc_shipping_order_shipments(). Display a list of shipments for an order.
multipage_form_example_load in documentation/examples/multipage_form_example.module
Implementation of hook_load().
nodeapi_example_form_alter in documentation/examples/nodeapi_example.module
Implementation of hook_form_alter().
nodeapi_example_nodeapi in documentation/examples/nodeapi_example.module
Implementation of hook_nodeapi().
nodefamily_admin_validate in contributions/nodefamily/nodefamily.module
nodefamily_content_type_get_max in contributions/nodefamily/nodefamily.module
Get the maximum number of nodes of a content type per user (population).
nodefamily_ct_get_relations in contributions/nodefamily/nodefamily.module
Get all relations between content types.
nodefamily_ct_relation_add in contributions/nodefamily/nodefamily.module
Add a relation between content types.
nodefamily_ct_relation_overview in contributions/nodefamily/nodefamily.module
Display the existing content type relations in a table.
nodefamily_ct_relation_remove in contributions/nodefamily/nodefamily.module
Remove a relation between content types.
nodefamily_get_child_types in contributions/nodefamily/nodefamily.module
Return an array of all child content types for the given parent content type.
nodefamily_get_parent_types in contributions/nodefamily/nodefamily.module
Return an array of all parent content types for the given child content type.
nodefamily_node_type in contributions/nodefamily/nodefamily.module
Implementation of hook_node_type(): If a content type changes, rename or delete the concerned relations and the maximum population variable.
nodefamily_update_1 in contributions/nodefamily/nodefamily.install
Rename variables: nodefamily_typename_max -> nodefamily_max_typename.
nodeprofile_node_type in contributions/nodeprofile/nodeprofile.module
Implementation of hook_node_type(): Rename or delete the maximum population variable if a type name changes.
nodeprofile_uninstall in contributions/nodeprofile/nodeprofile.install
node_configure in 5/modules/node/node.module
Menu callback; presents general node configuration options.
node_feed in 5/modules/node/node.module
A generic function for generating RSS feeds from a set of nodes.
node_form in 5/modules/node/node.module
Generate the node add/edit form array.
node_form_add_preview in 5/modules/node/node.module
node_menu in 5/modules/node/node.module
Implementation of hook_menu().
node_page_default in 5/modules/node/node.module
Menu callback; Generate a listing of promoted nodes.
node_pathauto_bulkupdate in contributions/pathauto/pathauto_node.inc
Generate aliases for all nodes without aliases.
node_search in 5/modules/node/node.module
Implementation of hook_search().
node_teaser in 5/modules/node/node.module
Automatically generate a teaser for a node body.
node_type_form in 5/modules/node/content_types.inc
Generates the node type editing form.
node_update_index in 5/modules/node/node.module
Implementation of hook_update_index().
node_views_default_views in contributions/views/modules/views_node.inc
og_admin_settings in contributions/og/og.module
og_approve in contributions/og/og.module
og_block in contributions/og/og.module
Implementation of hook_block().
og_block_new in contributions/og/og.module
og_block_subscribers in contributions/og/og.module
og_block_users_network in contributions/og/og.module
og_create_admin_confirm_submit in contributions/og/og.module
Confirm og create admin form
og_deny in contributions/og/og.module
og_email_form_submit in contributions/og/og.module
og_form_add_og_audience in contributions/og/og.module
Helper method to add OG audience fields to a given form. This is lives in a separate function from og_form_alter() so it can be shared by other OG contrib modules.
og_form_alter in contributions/og/og.module
og_get_available_views in contributions/og/og.module
og_get_sql_args in contributions/og/og.module
og_get_visibility_default in contributions/og/og.module
og_group_form in contributions/og/og.module
Adds standard fields for any node configured to be a group node
og_invite_form in contributions/og/og.module
og_invite_form_submit in contributions/og/og.module
og_invite_form_validate in contributions/og/og.module
og_is_group_type in contributions/og/og.module
API function for determining whether a given node type has been designated by admin to behave as a group node (i.e. a container)
og_is_omitted_type in contributions/og/og.module
og_is_picture in contributions/og/og.module
og_mail in contributions/og/og.module
Send this node/comment via email to all email members. Called from og_nodeapi() and og_comment(). Sometimes called from during cron if job_queue.module is enabled (recommended). TODO: this function is a bit messy. rethink.
og_nodeapi in contributions/og/og.module
Implementation of hook_nodeapi().
og_node_access_records in contributions/og/og.module
og_node_grants in contributions/og/og.module
og_node_type in contributions/og/og.module
An implementation of hook_node_type. Automatically update admin preferences when node type is renamed or removed.
og_node_type_notify in contributions/og/og.module
og_og_create_links in contributions/og/og.module
og_opml in contributions/og/og.module
og_panels_page in contributions/og/og_panels.module
A menu callback. Renders an og_panel based upon its display ID.
og_requirements in contributions/og/og.module
og_subscribe_user in contributions/og/og.module
Create a new membership for a given user to given group and send proper email. Edits to membership should go through og_save_subscription(). No access control since this is an API function.
og_update_14 in contributions/og/og.install
og_update_16 in contributions/og/og.install
og_update_17 in contributions/og/og.install
og_update_18 in contributions/og/og.install
og_update_5600 in contributions/og/og.install
og_user in contributions/og/og.module
og_user_title_list in contributions/og/og.module
og_views_tables in contributions/og/og_views.inc
og_view_group in contributions/og/og.module
op_admin_comments_view_table in contributions/ubercart/uc_order/uc_order_order_pane.inc
op_order_comments_view_table in contributions/ubercart/uc_order/uc_order_order_pane.inc
pageroute_nodefamily_route_deleted in contributions/pageroute/pageroute_nodefamily.module
pageroute_nodefamily_route_submit in contributions/pageroute/pageroute_nodefamily.module
pageroute_nodefamily_route_validate in contributions/pageroute/pageroute_nodefamily.module
page_title_admin_settings in contributions/page_title/page_title.module
Displays the form for the standard settings tab.
page_title_page_get_title in contributions/page_title/page_title.module
Determines what title should be sent to the page template.
parser_common_syndication_install in contributions/feedapi/parser_common_syndication/parser_common_syndication.install
Implementation of hook_install().
parser_common_syndication_uninstall in contributions/feedapi/parser_common_syndication/parser_common_syndication.install
Implementation of hook_uninstall().
parser_simplepie_install in contributions/feedapi/parser_simplepie/parser_simplepie.install
Implementation of hook_install().
parser_simplepie_uninstall in contributions/feedapi/parser_simplepie/parser_simplepie.install
Implementation of hook_uninstall().
pathauto_admin_settings in contributions/pathauto/pathauto.module
Form builder; Configure the Pathauto system.
pathauto_cleanstring in contributions/pathauto/pathauto.inc
Clean up a string value provided by a module.
pathauto_create_alias in contributions/pathauto/pathauto.inc
Apply patterns to create an alias.
pathauto_form_alter in contributions/pathauto/pathauto.module
Implementation of hook_form_alter().
pathauto_nodeapi in contributions/pathauto/pathauto.module
Implementation of hook_nodeapi().
pathauto_token_values in contributions/pathauto/pathauto.module
Implementation of hook_token_values() for Pathauto specific tokens.
pathauto_update_4 in contributions/pathauto/pathauto.install
New style naming for the punctuation chars.
path_form in 5/modules/path/path.module
Return a form for editing or creating an individual URL alias.
path_redirect_edit_validate in contributions/path_redirect/path_redirect.module
patterns_edit_submit in contributions/patterns/patterns.module
Submit edits to the pattern
patterns_edit_validate in contributions/patterns/patterns.module
Validate pattern modifications (make sure proper XML)
patterns_exit in contributions/patterns/patterns.module
patterns_form_alter in contributions/patterns/patterns.module
patterns_get_patterns in contributions/patterns/patterns.module
patterns_import_submit in contributions/patterns/patterns.module
patterns_init in contributions/patterns/patterns.module
patterns_revert in contributions/patterns/patterns.module
Menu callback to undo a patterns update changes
phptemplate_page in 5/themes/engines/phptemplate/phptemplate.engine
Prepare the values passed to the theme_page function to be passed into a pluggable template engine. Uses the arg() function to generate a series of page template files suggestions based on the current path. If none are found, the default page.tpl.php…
phptemplate_username in contributions/realname/realname_theme.inc
Format a username. (copied from theme.inc)
pingback_comment_is_pingback in contributions/pingback/pingback.module
pingback_cron in contributions/pingback/pingback.module
pingback_exit in contributions/pingback/pingback.module
pingback_form_alter in contributions/pingback/pingback.module
pingback_nodeapi in contributions/pingback/pingback.module
pingback_receive in contributions/pingback/pingback.module
XML-RPC callback: process pingback.ping() call.
pingback_settings_form in contributions/pingback/pingback.admin.inc
ping_cron in 5/modules/ping/ping.module
Implementation of hook_cron().
poormanscron_admin_settings in contributions/poormanscron/poormanscron.module
5.0 version of obsolete hook_settings().
poormanscron_exit in contributions/poormanscron/poormanscron.module
Implementation of hook_exit().
privatemsg_autocomplete in contributions/privatemsg/privatemsg.module
Return autocomplete results for usernames.
privatemsg_configure in contributions/privatemsg/privatemsg.module
privatemsg_cron in contributions/privatemsg/privatemsg.module
Implementation of hook_cron().
privatemsg_form_alter in contributions/privatemsg/privatemsg.module
Implementation of hook_form_alter().
privatemsg_link in contributions/privatemsg/privatemsg.module
Implementation of hook_link().
privatemsg_list in contributions/privatemsg/privatemsg.module
privatemsg_list_form in contributions/privatemsg/privatemsg.module
privatemsg_menu in contributions/privatemsg/privatemsg.module
Implementation of hook_menu().
privatemsg_new_form in contributions/privatemsg/privatemsg.module
Provides a form to write a private message.
privatemsg_user in contributions/privatemsg/privatemsg.module
Implementation of hook_user().
privatemsg_userpoints in contributions/privatemsg/privatemsg.module
Implementation of hook_userpoints.
privatemsg_view in contributions/privatemsg/privatemsg.module
Display a private message to a user.
privatemsg_view_form in contributions/privatemsg/privatemsg.module
Add the action form to the view message screen.
profile_block in 5/modules/profile/profile.module
Implementation of hook_block().
profile_view_field in 5/modules/profile/profile.module
project_issue_admin_states_form in contributions/project_issue/issue.inc
project_issue_auto_close in contributions/project_issue/project_issue.module
Automatically closes issues marked as fixed after two weeks.
project_issue_change_comment_upload_path in contributions/project_issue/comment.inc
Adjusts the filepath of issue followups so files are saved to the correct issues directory.
project_issue_change_summary in contributions/project_issue/issue.inc
Provide the text displayed to a user for a specific metadata field.
project_issue_comment in contributions/project_issue/comment.inc
project_issue_cron in contributions/project_issue/project_issue.module
project_issue_form in contributions/project_issue/issue.inc
Implementation of hook_form().
project_issue_form_alter in contributions/project_issue/project_issue.module
Implementation of hook_form_alter.
project_issue_internal_links in contributions/project_issue/issue.inc
Generates internal page links for issue pages.
project_issue_issue_nodeapi in contributions/project_issue/project_issue.module
hook_nodeapi implementation specific to "project_issue" nodes. See also project_issue_nodeapi().
project_issue_load in contributions/project_issue/issue.inc
project_issue_mailhandler in contributions/project_issue/mail.inc
project_issue_query_result in contributions/project_issue/issue.inc
project_issue_query_rss in contributions/project_issue/issue.inc
project_issue_settings_form in contributions/project_issue/project_issue.module
Callback for the main settings page.
project_issue_state in contributions/project_issue/issue.inc
Return information about project issue state values.
project_issue_validate_auto_close_user in contributions/project_issue/project_issue.module
Validates that the auto-close user exists, and has sufficient permissions to auto-close issues.
project_mail_notify in contributions/project_issue/mail.inc
project_mail_reminder in contributions/project_issue/mail.inc
project_menu in contributions/project/project.module
project_page_overview in contributions/project/project.module
project_project_access in contributions/project/project.inc
project_project_sort_methods in contributions/project/project.module
Provide settings data related to methods for sorting projects.
project_release_alter_release_form in contributions/project/release/project_release.module
Alters the project_release node form to handle the API taxonomy. If the vocabulary is empty, this removes the form elements. See also project_release_form_alter
project_release_compatibility_list in contributions/project/release/project_release.module
Returns a listing of all active project release compatibility terms in the system.
project_release_get_version_format in contributions/project/release/project_release.module
Returns the version format string for a given project
project_release_insert in contributions/project/release/project_release.module
Implementation of hook_insert().
project_release_project_edit_form in contributions/project/release/project_release.module
project_release_settings_form in contributions/project/release/project_release.module
Callback for the main settings page.
project_release_update_1 in contributions/project/release/project_release.install
Adds the {project_release_default_versions} table for branch-aware default versions and populates it the best it can.
project_release_version_filter_form in contributions/project/release/project_release.module
Creates a form array for the "filter by version" selector when browsing projects on a site with 'project_release_browse_versions' enabled. See also project_page_overview
project_release_version_filter_form_validate in contributions/project/release/project_release.module
project_settings_form in contributions/project/project.module
Callback for the main settings page.
project_update_4 in contributions/project/project.install
project_usage_cron in contributions/project/usage/project_usage.module
Implementation of hook_cron().
project_usage_process_daily in contributions/project/usage/project_usage.module
Process all the raw data up to the previous day.
project_usage_process_weekly in contributions/project/usage/project_usage.module
Compute the weekly summaries for the week starting at the given timestamp.
project_usage_settings_form in contributions/project/usage/project_usage.module
Module settings form.
realname_admin_bypass in contributions/realname/realname.module
realname_admin_settings in contributions/realname/realname.module
Displays the admin settings form.
realname_form_alter in contributions/realname/realname.module
Implementation of hook_form_alter(). Intercepts the contact forms to show the realname.
realname_make_name in contributions/realname/realname.module
****************************************************************** //* Module Functions //********************************************************************
realname_menu in contributions/realname/realname.module
Implementation of hook_menu().
realname_nodeapi in contributions/realname/realname.module
Implementation of hook_nodeapi().
realname_privatemsg_autocomplete in contributions/realname/realname.module
Intercept Privatemsg autocomplete results for usernames.
realname_user in contributions/realname/realname.module
Implementation of hook_user().
render_all_pages in contributions/render/render.module
Add JavaScripts and Stylesheets for all active plugins to all pages.
render_cache_clear in contributions/render/render.module
Clear dynamic rendering cache.
render_find_render in contributions/render/render.module
Find the directory of each plugin and save locations in a variable.
render_update_1 in contributions/render/render.install
Variable 'render_dir' became 'render_plugin_dirs' and is an array now.
search_admin_settings in 5/modules/search/search.module
Menu callback; displays the search module settings page.
search_admin_settings_validate in 5/modules/search/search.module
Validate callback.
search_expand_cjk in 5/modules/search/search.module
Basic CJK tokenizer. Simply splits a string into consecutive, overlapping sequences of characters ('minimum_word_size' long).
search_index in 5/modules/search/search.module
Update the full-text search index for a particular item.
search_simplify in 5/modules/search/search.module
Simplifies a string according to indexing rules.
securepages_form_alter in contributions/securepages/securepages.module
Implementation of hook_form_alter()
securepages_init in contributions/securepages/securepages.module
Implementation of hook_init()
securepages_link_alter in contributions/securepages/securepages.module
Implementation of hook_link_alter()
securepages_match in contributions/securepages/securepages.module
securepages_match()
securepages_settings in contributions/securepages/securepages.module
Implementation of hook_settings()
services_get_all in contributions/services/services.module
This should probably be cached in drupal cache.
services_menu in contributions/services/services.module
Implementation of hook_menu.
services_method_call in contributions/services/services.module
This is the magic function through which all remote method calls must pass.
services_validate_key in contributions/services/services.module
service_links_admin_settings in contributions/service_links/service_links.module
Implementation of hook_settings().
service_links_link in contributions/service_links/service_links.module
Implementation of hook_link().
service_links_nodeapi in contributions/service_links/service_links.module
Implementation of hook_nodeapi().
service_links_render in contributions/service_links/service_links.module
Function that renders the service links. This is the function themers want to call to insert the service links.
shadowbox_active in contributions/shadowbox/shadowbox.module
Verify that Shadowbox should be active for the current URL.
shadowbox_admin_settings in contributions/shadowbox/shadowbox.module
FAPI definition for the Shadowbox admin settings form.
shadowbox_construct_header in contributions/shadowbox/shadowbox.module
Build the Shadowbox header by adding the necessary CSS and JS files.
shadowbox_get_settings in contributions/shadowbox/shadowbox.module
Construct the JS settings array.
simpletest_settings in contributions/simpletest/simpletest.module
statistics_access_logging_settings in 5/modules/statistics/statistics.module
statistics_block in 5/modules/statistics/statistics.module
Implementation of hook_block().
statistics_cron in 5/modules/statistics/statistics.module
Implementation of hook_cron().
statistics_exit in 5/modules/statistics/statistics.module
Implementation of hook_exit().
statistics_menu in 5/modules/statistics/statistics.module
Implementation of hook_menu().
statistics_top_pages in 5/modules/statistics/statistics.module
Menu callback; presents the "top pages" page.
statistics_top_referrers in 5/modules/statistics/statistics.module
Menu callback; presents the "referrer" page.
statistics_top_visitors in 5/modules/statistics/statistics.module
Menu callback; presents the "top visitors" page.
subscriptions_content_form_alter in contributions/subscriptions/subscriptions_content.module
Implementation of hook_form_alter()
subscriptions_content_node_type in contributions/subscriptions/subscriptions_content.module
Implementation of hook_node_type().
subscriptions_content_type_form in contributions/subscriptions/subscriptions_content.module
Build the Content Types subscriptions form at user/UID/subscriptions/type.
subscriptions_form_helper in contributions/subscriptions/subscriptions.admin.inc
Helper function for the submodules to build the table(s) on their user/UID/subscriptions/... pages.
subscriptions_mail_cron in contributions/subscriptions/subscriptions_mail.module
Implementation of hook_cron().
subscriptions_mail_form_alter in contributions/subscriptions/subscriptions_mail.module
Implementation of hook_form_alter().
subscriptions_node_is_blocked in contributions/subscriptions/subscriptions.module
Returns TRUE if the given $nid is blocked.
subscriptions_queue in contributions/subscriptions/subscriptions.module
Queue events for notifications.
subscriptions_settings_form in contributions/subscriptions/subscriptions.admin.inc
Site Settings form at admin/settings/subscriptions. Other submodules contribute additional parts to this form.
subscriptions_taxonomy_form_alter in contributions/subscriptions/subscriptions_taxonomy.module
Implementation of hook_form_alter().
subscriptions_taxonomy_page_taxa in contributions/subscriptions/subscriptions_taxonomy.module
Returns a list of taxonomy subscriptions.
subscriptions_taxonomy_taxa_form in contributions/subscriptions/subscriptions_taxonomy.module
Build the Categories subscription form at user/UID/subscriptions/taxa.
subscriptions_taxonomy_taxonomy in contributions/subscriptions/subscriptions_taxonomy.module
Implementation of hook_taxonomy().
subscriptions_ui_block in contributions/subscriptions/subscriptions_ui.module
Implementation of hook_block().
subscriptions_ui_form_alter in contributions/subscriptions/subscriptions_ui.module
Implementation of hook form_alter().
subscriptions_ui_link in contributions/subscriptions/subscriptions_ui.module
Implementation of hook_link().
subscriptions_ui_nodeapi in contributions/subscriptions/subscriptions_ui.module
Implementation of hook_nodeapi().
subscriptions_ui_node_form in contributions/subscriptions/subscriptions_ui.module
Returns the form definition for the node subform.
subscriptions_ui_node_form_submit in contributions/subscriptions/subscriptions_ui.module
Node subscriptions node subform submit handler.
subscriptions_update_1 in contributions/subscriptions/subscriptions.install
Database update function 1 for first incarnation of 5.x-2.0.
subscriptions_update_8 in contributions/subscriptions/subscriptions.install
Database update function 8: Convert 5.x-1.x-dev email templates. (also called by subscriptions_install()!)
swf in contributions/swftools/swftools.module
swftools_admin_generic_form in contributions/swftools/genericplayers.module
Implementation of swftools_admin_hook_form. Return the system settings page.
swftools_generate_playlist in contributions/swftools/swftools.module
Saves a playlist/xml file to a directory ready for the browser callback. Data must be formatted correctly, see docs (link to come)
swftools_get_info in contributions/swftools/swftools.module
Attempt to return information for the specified file Supply the path to the file to be processed, and it return FALSE if no data was obtained. The return variable, if successful, is an array that may include width, height, extension, file_size, mime_type.
swftools_get_media_path in contributions/swftools/swftools.module
Returns the media path relative to webroot. There is a setting 'swftools_media_url', if this is set, we assume the media is on a different server, and we don't change the path or check for the existence of the media. Otherwise we assume…
swftools_get_media_url in contributions/swftools/swftools.module
Resolved a path to a full url. The path must be relative to the webroot. We check for the existence if a file is the follow is true:
swftools_get_player in contributions/swftools/swftools.module
Identify the best flash player based on the chosen action. In a couple of cases we have a built-in default, but FALSE indicates that no default player is configured.
swftools_get_player_path in contributions/swftools/swftools.module
Returns a flash player path relative to webroot. The default value is in the modules/swftools/shared directory. It may suit some sites to store flash players in an alternative location, but the assumption is the location will be on the same server. If…
swftools_get_playlist_path in contributions/swftools/swftools.module
Returns the playlist path relative to webroot. This path needs to be writeable, so it is fitting to limit valid locations to the files directory.
swftools_integrate_nodeapi in contributions/swftools/swftools_integrate.module
swftools_menu in contributions/swftools/swftools.module
Implementation of hook_menu().
swftools_playlist_from_image_gallery in contributions/swftools/swftools_integrate.module
swftools_push_js in contributions/swftools/swftools.module
system_admin_compact_mode in 5/modules/system/system.module
Determine if a user is in compact mode.
system_admin_theme_settings in 5/modules/system/system.module
This function allows selection of the theme to show in administration sections.
system_admin_theme_submit in 5/modules/system/system.module
system_clean_url_settings in 5/modules/system/system.module
system_date_time_settings in 5/modules/system/system.module
system_error_reporting_settings in 5/modules/system/system.module
system_file_system_settings in 5/modules/system/system.module
system_image_toolkit_settings in 5/modules/system/system.module
system_initialize_theme_blocks in 5/modules/system/system.module
Assign an initial, default set of blocks for a theme.
system_menu in 5/modules/system/system.module
Implementation of hook_menu().
system_node_type in 5/modules/system/system.module
Implementation of hook_node_type().
system_performance_settings in 5/modules/system/system.module
system_requirements in 5/modules/system/system.install
Test and report Drupal installation requirements.
system_rss_feeds_settings in 5/modules/system/system.module
system_service_getvariable in contributions/services/services/system_service/system_service.module
Returns a specified variable.
system_site_information_settings in 5/modules/system/system.module
system_site_maintenance_settings in 5/modules/system/system.module
system_themes in 5/modules/system/system.module
Menu callback; displays a listing of all themes.
system_themes_submit in 5/modules/system/system.module
system_theme_select_form in 5/modules/system/system.module
Returns a fieldset containing the theme select form.
system_theme_settings in 5/modules/system/system.module
Menu callback; display theme configuration for entire site and individual themes.
system_update_1002 in 5/modules/system/system.install
system_update_1019 in 5/modules/system/system.install
Change variable format for user-defined e-mails.
system_update_1020 in 5/modules/system/system.install
Change break tag back (was removed from head).
system_update_1021 in 5/modules/system/system.install
Update two more variables that were missing from system_update_1019.
system_update_119 in 5/modules/system/system.install
system_update_123 in 5/modules/system/system.install
system_update_126 in 5/modules/system/system.install
system_update_132 in 5/modules/system/system.install
system_update_135 in 5/modules/system/system.install
system_update_137 in 5/modules/system/system.install
system_update_145 in 5/modules/system/system.install
system_update_151 in 5/modules/system/system.install
system_update_160 in 5/modules/system/system.install
system_update_165 in 5/modules/system/system.install
system_update_170 in 5/modules/system/system.install
system_update_177 in 5/modules/system/system.install
system_update_178 in 5/modules/system/system.install
Update base paths for relative URLs in node and comment content.
system_update_179 in 5/modules/system/system.install
Update base paths for relative URLs in custom blocks, profiles and various variables.
system_user in 5/modules/system/system.module
Implementation of hook_user().
tagadelic_block in contributions/tagadelic/tagadelic.module
implementation of hook_block
tagadelic_page_chunk in contributions/tagadelic/tagadelic.module
menu callback renders a tagadelic page
tagadelic_page_list in contributions/tagadelic/tagadelic.module
menu callback renders a tagadelic page with listed items: each voc
tagadelic_settings in contributions/tagadelic/tagadelic.module
Menu callback. Admin setting page for tagadelic.
tagadelic_sort_tags in contributions/tagadelic/tagadelic.module
API funtion to order a set of tags. @todo If you feel like making this more modular, please send me patches.
tapir_edit in contributions/tapir/tapir.module
Display the edit page for the table specified by $table_id.
tapir_edit_form in contributions/tapir/tapir.module
Build the settings form for an individual table.
tapir_get_header in contributions/tapir/tapir.module
tapir_get_table in contributions/tapir/tapir.module
Build a table based on its current configuration for display on a page.
tapir_menu in contributions/tapir/tapir.module
Implementation of hook_menu().
tapir_settings_form in contributions/tapir/tapir.module
Build the settings form for the TAPIr module.
taxonomy_hierarchical_select_form_alter in contributions/hierarchical_select/modules/taxonomy.inc
Implementation of hook_hierarchical_select_form_alter().
taxonomy_hierarchical_select_update_form_item in contributions/hierarchical_select/modules/taxonomy.inc
Sets certain Hierarchical Select settings, based on the vid. The user can configure this on the vocabulary administration page, this function applies those settings.
taxonomy_image_admin_form in contributions/taxonomy_image/taxonomy_image.module
taxonomy_image_attach_form_alter in contributions/taxonomy_image/contributed/taxonomy_image_attach/taxonomy_image_attach.module
Add an image selector to the taxonomy_image fieldset alongside the upload field.
taxonomy_image_attach_taxonomy in contributions/taxonomy_image/contributed/taxonomy_image_attach/taxonomy_image_attach.module
Implementation of hook_taxonomy. Capture term updates - including submission of the term edit form
taxonomy_image_block in contributions/taxonomy_image/contributed/taxonomy_image_blocks/taxonomy_image_blocks.module
Implementation of hook_block().
taxonomy_image_blocks_form_alter in contributions/taxonomy_image/contributed/taxonomy_image_blocks/taxonomy_image_blocks.module
Implementation of hook_form_alter(). This modifies the title field for the "node images" block.
taxonomy_image_delete in contributions/taxonomy_image/taxonomy_image.module
taxonomy_image_display in contributions/taxonomy_image/taxonomy_image.module
Function to display the image associated with the given term id. An html <img> tag will be returned if an image is found. The link format can be modified with the tags parameter. See also taxonomy_image_get_object()
taxonomy_image_get_object in contributions/taxonomy_image/taxonomy_image.module
Function to get an image object with more useful data for custom formatting.
taxonomy_image_image_attach_form in contributions/taxonomy_image/contributed/taxonomy_image_attach/taxonomy_image_attach.module
taxonomy_image_link_alter in contributions/taxonomy_image/contributed/taxonomy_image_link_alter/taxonomy_image_link_alter.module
Implement hook_link_alter to picturize the taxonomy term links
taxonomy_image_link_alter_form in contributions/taxonomy_image/contributed/taxonomy_image_link_alter/taxonomy_image_link_alter.module
taxonomy_image_node_display_form in contributions/taxonomy_image/contributed/taxonomy_image_node_display/taxonomy_image_node_display.module
taxonomy_image_node_display_nodeapi in contributions/taxonomy_image/contributed/taxonomy_image_node_display/taxonomy_image_node_display.module
Implementation of hook_nodeapi().
taxonomy_image_overview in contributions/taxonomy_image/taxonomy_image.module
taxonomy_image_taxonomy in contributions/taxonomy_image/taxonomy_image.module
Implementation of hook_taxonomy().
taxonomy_image_user in contributions/taxonomy_image/taxonomy_image.module
Implementation of hook_user().
taxonomy_pathauto in contributions/pathauto/pathauto_taxonomy.inc
Implementation of hook_pathauto() for taxonomy module.
taxonomy_pathauto_bulkupdate in contributions/pathauto/pathauto_taxonomy.inc
Generate aliases for all categories without aliases.
taxonomy_render_nodes in 5/modules/taxonomy/taxonomy.module
Accepts the result of a pager_query() call, such as that performed by taxonomy_select_nodes(), and formats each node along with a pager.
taxonomy_select_nodes in 5/modules/taxonomy/taxonomy.module
Finds all nodes that match selected taxonomy conditions.
taxonomy_term_page in 5/modules/taxonomy/taxonomy.module
Menu callback; displays all nodes associated with a term.
teleport_settings_form in contributions/teleport/teleport.module
Returns the settings form.
template_preprocess_date_vcalendar in contributions/date/theme/theme.inc
Preprocessor to construct an ical vcalendar
template_preprocess_event_node_day in contributions/event/event.theme
Format an event node for display in an expanded calendar, like a calendar page
template_preprocess_event_node_list in contributions/event/event.theme
Format a list of event nodes for display
template_preprocess_event_node_month in contributions/event/event.theme
Format an event node for display in an expanded calendar, like a calendar page
template_preprocess_event_node_table in contributions/event/event.theme
Format an event node for display in an expanded calendar, like a calendar page
template_preprocess_event_node_week in contributions/event/event.theme
Format an event node for display in an expanded calendar, like a calendar page
text_captcha_captcha in contributions/captcha/text_captcha/text_captcha.module
Implementation of hook_captcha
text_captcha_settings_form in contributions/captcha/text_captcha/text_captcha.module
Administration form
theme_admin_menu_item in contributions/admin_menu/admin_menu.module
Generate the HTML output for a single menu item.
theme_aggregator_page_item in 5/modules/aggregator/aggregator.module
Format an individual feed item for display on the aggregator page.
theme_apachesolr_breadcrumb_uid in contributions/apachesolr/apachesolr_search.module
Return the username from $uid
theme_asset_bonus_mp3player in contributions/asset/contrib/asset_bonus/asset_bonus.module
theme_chatroom_block_chats in contributions/chatroom/chatroom.module
List site-wide chats.
theme_chatroom_block_chat_online_list in contributions/chatroom/chatroom.module
Get a list of on-line users in a given chat.
theme_chatroom_block_rooms in contributions/chatroom/chatroom.module
List chat rooms.
theme_chatroom_chat_archive in contributions/chatroom/chatroom.module
Get HTML for chat archive page.
theme_chatroom_chat_textentry in contributions/chatroom/chatroom.module
returns html for the text entry widget themeable
theme_comment_post_forbidden in 5/modules/comment/comment.module
theme_commitlog_branches_tags_page in contributions/versioncontrol/commitlog/commitlog.module
Return formatted output for displaying the given commits on an HTML page.
theme_commitlog_commits_page in contributions/versioncontrol/commitlog/commitlog.module
Return formatted output for displaying the given commits on an HTML page.
theme_commitlog_rss in contributions/versioncontrol/commitlog/commitlog.module
theme_diggthis_button in contributions/diggthis/diggthis.module
theme function for button display
theme_emaudio_audio_audio in contributions/emfield/contrib/emaudio/emaudio.module
theme_emaudio_emaudio_preview in contributions/emfield/contrib/emaudio/emaudio.module
theme_emaudio_emaudio_thumbnail in contributions/emfield/contrib/emaudio/emaudio.module
theme_faq_category_header in contributions/faq/faq.module
Theme function for formatting the faq category headers.
theme_faq_category_hide_answer in contributions/faq/faq.module
Create the code of the FAQ page if set to show/hide the category-sorted answers when the question is clicked.
theme_faq_category_new_page in contributions/faq/faq.module
Create the code of the FAQ page if set to show the answer in a new page when the category-sorted question is clicked.
theme_faq_category_questions_inline in contributions/faq/faq.module
Create the code of the FAQ page if set to show/hide the category-sorted questions inline.
theme_faq_category_questions_top in contributions/faq/faq.module
Create the layout of the FAQ page if set to show the questions on top, all sorted by categories.
theme_faq_category_questions_top_answers in contributions/faq/faq.module
Create the layout of the answers if set to show the questions on top, all sorted by categories.
theme_faq_format_question in contributions/faq/faq.module
Theme function to format a question.
theme_faq_hide_answer in contributions/faq/faq.module
Create the structure of the FAQ page if set to show/hide the answers when the question is clicked.
theme_faq_new_page in contributions/faq/faq.module
Create the code of the FAQ page if set to show the answer in a new page.
theme_faq_questions_inline in contributions/faq/faq.module
Create the code of the FAQ page if set to show the questions inline.
theme_faq_questions_top in contributions/faq/faq.module
Create the structure of the page, when the questions are to be shown on top.
theme_feedapi_aggregator_page_item in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Format an individual feed item for display on the aggregator page.
theme_forum_display in 5/modules/forum/forum.module
Format the forum body.
theme_forum_icon in 5/modules/forum/forum.module
Format the icon for each individual topic.
theme_forum_topic_navigation in 5/modules/forum/forum.module
Format the next/previous forum topic navigation links.
theme_get_setting in 5/includes/theme.inc
Retrieve a setting for the current theme. This function is designed for use from within themes & engines to determine theme settings made in the admin interface.
theme_get_settings in 5/includes/theme.inc
Retrieve an associative array containing the settings for a theme.
theme_hierarchical_select_render_selects in contributions/hierarchical_select/hierarchical_select.module
Render the selects.
theme_i18n_language_icon in contributions/i18n/i18n.module
Theme language icon
theme_imagefield_image_imagecache_lightbox2 in contributions/lightbox2/lightbox2.module
Implementation of theme_imagefield_image_imagecache_lightbox2().
theme_image_attach_body in contributions/image/contrib/image_attach/image_attach.module
Theme the body
theme_image_attach_teaser in contributions/image/contrib/image_attach/image_attach.module
Theme the teaser.
theme_image_gallery in contributions/image/contrib/image_gallery/image_gallery.module
Theme a gallery page
theme_image_gallery_img in contributions/image/contrib/image_gallery/image_gallery.module
theme_image_ncck_image_full in contributions/emfield/contrib/image_ncck/image_ncck.module
theme_image_ncck_image_preview in contributions/emfield/contrib/image_ncck/image_ncck.module
theme_image_ncck_image_thumbnail in contributions/emfield/contrib/image_ncck/image_ncck.module
theme_page in 5/includes/theme.inc
Return an entire Drupal page displaying the supplied content.
theme_privatemsg_user_picture in contributions/privatemsg/privatemsg.module
theme_privatemsg_view in contributions/privatemsg/privatemsg.module
Returns content to view a private message.
theme_project_issue_create_forbidden in contributions/project_issue/issue.inc
theme_project_issue_follow_up_forbidden in contributions/project_issue/issue.inc
theme_project_release_download_link in contributions/project/release/project_release.module
Generates the appropriate download link for a give file path. This function takes the 'project_release_download_base' setting into account, so it should be used everywhere a download link is made.
theme_service_links_build_link in contributions/service_links/service_links.module
theme_uc_cart_block_content in contributions/ubercart/uc_cart/uc_cart.module
Theme the shopping cart block content.
theme_uc_cart_block_title in contributions/ubercart/uc_cart/uc_cart.module
Theme the shopping cart block title
theme_uc_cart_checkout_form in contributions/ubercart/uc_cart/uc_cart.module
theme_uc_cart_checkout_review in contributions/ubercart/uc_cart/uc_cart.module
Theme the checkout review order page.
theme_uc_cart_view_form in contributions/ubercart/uc_cart/uc_cart.module
theme_uc_catalog_browse in contributions/ubercart/uc_catalog/uc_catalog.module
Display a formatted catalog page.
theme_uc_catalog_products in contributions/ubercart/uc_catalog/uc_catalog.module
Display a formatted list of products.
theme_uc_catalog_product_grid in contributions/ubercart/uc_catalog/uc_catalog.module
theme_uc_order_edit_form in contributions/ubercart/uc_order/uc_order.module
theme_uc_payment_method_credit_form in contributions/ubercart/payment/uc_credit/uc_credit.module
theme_uc_product_field_settings_form in contributions/ubercart/uc_product/uc_product.module
Display the product field settings form.
theme_uc_ups_confirm_shipment in contributions/ubercart/shipping/uc_ups/uc_ups.module
Display final shipment information for review.
theme_update_status_report in contributions/update_status/update_status.module
Theme project status report.
theme_username in 5/includes/theme.inc
Format a username.
theme_user_picture in 5/modules/user/user.module
theme_video_cck_google_flash in contributions/emfield/contrib/video_cck/providers/google.inc
theme_video_cck_revver_flash in contributions/emfield/contrib/video_cck/providers/revver.inc
theme_video_cck_video_preview in contributions/emfield/contrib/video_cck/video_cck.module
theme_video_cck_video_thumbnail in contributions/emfield/contrib/video_cck/video_cck.module
theme_video_cck_video_video in contributions/emfield/contrib/video_cck/video_cck.module
theme_video_cck_youtube_flash in contributions/emfield/contrib/video_cck/providers/youtube.inc
the embedded flash displaying the youtube video
theme_views_rss_feed in contributions/views/views_rss.module
plugin that actually displays an RSS feed
theme_views_slideshow_div_js in contributions/views_slideshow/views_slideshow.module
this inline js sets up the timer for this slideshow
theme_views_slideshow_jcarousel in contributions/views_slideshow/views_slideshow.module
theme_views_slideshow_slideshow in contributions/views_slideshow/views_slideshow.module
Display the slideshow items in a div w/ jquery
theme_views_view_gmap in contributions/gmap/gmap_views.module
Display the results of a view in a Google Map.
theme_webform_date in contributions/webform/components/date.inc
Theme a webform date element.
theme_webform_edit_file in contributions/webform/components/file.inc
theme_weblinks_info in contributions/weblinks/weblinks.module
Theme the info fields.
theme_weblinks_pagedesc in contributions/weblinks/weblinks.module
Theme the page description.
theme_weblinks_status in contributions/weblinks/weblinks.module
Theme the link status.
theme_weblinks_url_view in contributions/weblinks/weblinks.module
Theme implementation to display the node's URL.
theme_xmlsitemap_node_view_news in contributions/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module
Display the nodes of a view as a Google News site map.
theme_xmlsitemap_node_view_sitemap in contributions/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module
Display the nodes of a view as an XML site map.
throttle_admin_settings in 5/modules/throttle/throttle.module
throttle_exit in 5/modules/throttle/throttle.module
Implementation of hook_exit().
throttle_status in 5/modules/throttle/throttle.module
Determine the current load on the site.
token_token_values in contributions/token/token.module
Sample implementation of hook_token_values().
trackback_admin_overview in contributions/trackback/trackback.module
Menu callback; present an administrative trackback listing.
trackback_block in contributions/trackback/trackback.module
Implementation of hook_block().
trackback_configure in contributions/trackback/trackback.module
trackback_menu in contributions/trackback/trackback.module
trackback_nodeapi in contributions/trackback/trackback.module
trackback_receive in contributions/trackback/trackback.module
trackback_spam in contributions/trackback/trackback.module
trackback_spam_link in contributions/trackback/trackback.module
trackback_trackback in contributions/trackback/trackback.module
Implementation of hook_trackback()
trackback_update_2 in contributions/trackback/trackback.install
trackback_urls_via_nodebody in contributions/trackback/trackback.module
tracker_pathauto_bulkupdate in contributions/pathauto/pathauto_user.inc
Bulk generate aliases for user trackers without aliases.
translation_admin_settings in contributions/i18n/translation/translation.module
Form builder function: settings form
translation_form_alter in contributions/i18n/translation/translation.module
Implementation of hook_form_alter().
translation_link in contributions/i18n/translation/translation.module
Implementation of hook_link().
translation_menu in contributions/i18n/translation/translation.module
Implementation of hook_menu().
translation_nodeapi in contributions/i18n/translation/translation.module
Implementation of hook_nodeapi().
translation_nodeapi_nat in contributions/i18n/translation/translation.module
NAT (Node As Term) integration for node translations
uc_2checkout_complete in contributions/ubercart/payment/uc_2checkout/uc_2checkout.module
uc_2checkout_finalize in contributions/ubercart/payment/uc_2checkout/uc_2checkout.module
uc_2checkout_form in contributions/ubercart/payment/uc_2checkout/uc_2checkout.module
uc_2checkout_payment_method in contributions/ubercart/payment/uc_2checkout/uc_2checkout.module
Implementation of hook_payment_method().
uc_address_field_enabled in contributions/ubercart/uc_store/uc_store.module
Return TRUE if a field is enabled.
uc_address_field_required in contributions/ubercart/uc_store/uc_store.module
Return TRUE if a field is required.
uc_address_format in contributions/ubercart/uc_store/uc_store.module
Format an address for display based on a country's address format.
uc_attribute_admin_settings in contributions/ubercart/uc_attribute/uc_attribute.module
Change the display of attribute option prices.
uc_authorizenet_arb_cancel in contributions/ubercart/payment/uc_authorizenet/uc_authorizenet.module
Cancels an ARB subscription.
uc_authorizenet_arb_create in contributions/ubercart/payment/uc_authorizenet/uc_authorizenet.module
Sends an ARB Create request via the XML API.
uc_authorizenet_arb_update in contributions/ubercart/payment/uc_authorizenet/uc_authorizenet.module
Updates an ARB subscription; for simplicity's sake, payment schedule information cannot be updated at this time.
uc_authorizenet_charge in contributions/ubercart/payment/uc_authorizenet/uc_authorizenet.module
uc_authorizenet_recurring_fee in contributions/ubercart/payment/uc_authorizenet/uc_authorizenet.module
Implementation of hook_recurring_fee().
uc_authorizenet_settings_form in contributions/ubercart/payment/uc_authorizenet/uc_authorizenet.module
Callback for payment gateway settings.
uc_authorizenet_silent_post in contributions/ubercart/payment/uc_authorizenet/uc_authorizenet.module
uc_authorizenet_update_1 in contributions/ubercart/payment/uc_authorizenet/uc_authorizenet.install
uc_cart_add_item in contributions/ubercart/uc_cart/uc_cart.module
Adds an item to a user's cart.
uc_cart_block in contributions/ubercart/uc_cart/uc_cart.module
Implementation of hook_block().
uc_cart_cart_pane_list in contributions/ubercart/uc_cart/uc_cart.module
uc_cart_cart_settings_form in contributions/ubercart/uc_cart/uc_cart.module
uc_cart_cart_settings_overview in contributions/ubercart/uc_cart/uc_cart.module
uc_cart_checkout in contributions/ubercart/uc_cart/uc_cart.module
Display the cart checkout page built of checkout panes from enabled modules.
uc_cart_checkout_complete in contributions/ubercart/uc_cart/uc_cart.module
uc_cart_checkout_form in contributions/ubercart/uc_cart/uc_cart.module
uc_cart_checkout_messages_form in contributions/ubercart/uc_cart/uc_cart.module
uc_cart_checkout_review in contributions/ubercart/uc_cart/uc_cart.module
Allow a customer to review their order before finally submitting it.
uc_cart_checkout_review_form in contributions/ubercart/uc_cart/uc_cart.module
uc_cart_checkout_review_form_submit in contributions/ubercart/uc_cart/uc_cart.module
uc_cart_checkout_settings_form in contributions/ubercart/uc_cart/uc_cart.module
uc_cart_checkout_settings_overview in contributions/ubercart/uc_cart/uc_cart.module
uc_cart_complete_sale in contributions/ubercart/uc_cart/uc_cart.module
Completes a sale, including adjusting order status and creating user account.
uc_cart_cron in contributions/ubercart/uc_cart/uc_cart.module
Implementation of hook_cron().
uc_cart_links_add_to_cart in contributions/ubercart/uc_cart_links/uc_cart_links.module
Implementation of hook_add_to_cart().
uc_cart_links_process in contributions/ubercart/uc_cart_links/uc_cart_links.module
uc_cart_links_settings_form in contributions/ubercart/uc_cart_links/uc_cart_links.module
uc_cart_pane_quotes in contributions/ubercart/shipping/uc_quote/uc_quote.module
Cart pane callback.
uc_cart_uc_message in contributions/ubercart/uc_cart/uc_cart.module
Implementation of hook_uc_message().
uc_cart_view in contributions/ubercart/uc_cart/uc_cart.module
uc_cart_view_form in contributions/ubercart/uc_cart/uc_cart.module
Display a page allowing the customer to view the contents of his or her cart.
uc_cart_view_form_submit in contributions/ubercart/uc_cart/uc_cart.module
uc_catalog_admin_form in contributions/ubercart/uc_catalog/uc_catalog.module
Catalog settings form.
uc_catalog_admin_settings in contributions/ubercart/uc_catalog/uc_catalog.module
Determines if the "Product Catalog" vocabulary has been set up.
uc_catalog_block in contributions/ubercart/uc_catalog/uc_catalog.module
Displays a menu for navigating the "Product Catalog"
uc_catalog_buy_it_now_form in contributions/ubercart/uc_product/uc_product.module
See also uc_product_forms
uc_catalog_form_alter in contributions/ubercart/uc_catalog/uc_catalog.module
Add an image field to the catalog's taxonomy term form.
uc_catalog_get_page in contributions/ubercart/uc_catalog/uc_catalog.module
Load catalog information for display.
uc_catalog_grid_admin_form in contributions/ubercart/uc_catalog/uc_catalog.module
Catalog settings form.
uc_catalog_link_alter in contributions/ubercart/uc_catalog/uc_catalog.module
Implementation of hook_link_alter().
uc_catalog_menu in contributions/ubercart/uc_catalog/uc_catalog.module
Implementation of hook_menu().
uc_catalog_nodeapi in contributions/ubercart/uc_catalog/uc_catalog.module
Implementation of hook_nodeapi().
uc_catalog_orphaned_products in contributions/ubercart/uc_catalog/uc_catalog.module
Display links to all products that have not been categorized.
uc_catalog_pathauto_bulkupdate in contributions/ubercart/uc_catalog/uc_catalog.module
Generate aliases for all categories without aliases
uc_catalog_product_class in contributions/ubercart/uc_catalog/uc_catalog.module
Implementation of Übercart's hook_product_class.
uc_catalog_settings_overview in contributions/ubercart/uc_catalog/uc_catalog.module
Display an overview of all catalog settings.
uc_catalog_set_breadcrumb in contributions/ubercart/uc_catalog/uc_catalog.module
Formats the breadcrumb to the current term's ancestry.
uc_catalog_set_category_form in contributions/ubercart/uc_catalog/uc_catalog.module
Form to change the category of many nodes at once.
uc_catalog_set_category_form_submit in contributions/ubercart/uc_catalog/uc_catalog.module
Submit function for uc_catalog_set_category_form().
uc_catalog_store_status in contributions/ubercart/uc_catalog/uc_catalog.module
Implementation of Übercart's hook_store_status().
uc_catalog_taxonomy in contributions/ubercart/uc_catalog/uc_catalog.module
Implementation of hook_taxonomy().
uc_catalog_uninstall in contributions/ubercart/uc_catalog/uc_catalog.install
uc_checkout_pane_billing in contributions/ubercart/uc_cart/uc_cart_checkout_pane.inc
Get the billing information.
uc_checkout_pane_cart in contributions/ubercart/uc_cart/uc_cart_checkout_pane.inc
Display the cart contents for review during checkout.
uc_checkout_pane_customer in contributions/ubercart/uc_cart/uc_cart_checkout_pane.inc
Get the user's email address for login.
uc_checkout_pane_delivery in contributions/ubercart/uc_cart/uc_cart_checkout_pane.inc
Get the delivery information.
uc_checkout_pane_payment in contributions/ubercart/payment/uc_payment/uc_payment_checkout_pane.inc
uc_checkout_pane_quotes in contributions/ubercart/shipping/uc_quote/uc_quote.module
Shipping quote checkout pane callback.
uc_country_formats_form in contributions/ubercart/uc_store/uc_store.module
uc_credit_cron in contributions/ubercart/payment/uc_credit/uc_credit.module
Implementation of hook_cron().
uc_credit_cvv_info in contributions/ubercart/payment/uc_credit/uc_credit.module
uc_credit_encryption_key in contributions/ubercart/payment/uc_credit/uc_credit.module
Loads the key for CC number encryption from a file.
uc_credit_encrypt_existing in contributions/ubercart/payment/uc_credit/uc_credit.module
uc_credit_order in contributions/ubercart/payment/uc_credit/uc_credit.module
Implementation of hook_order().
uc_credit_payment_method in contributions/ubercart/payment/uc_credit/uc_credit.module
Implementation of hook_payment_method().
uc_credit_settings_form_validate in contributions/ubercart/payment/uc_credit/uc_credit.module
uc_credit_store_status in contributions/ubercart/payment/uc_credit/uc_credit.module
Implementation of hook_store_status().
uc_credit_terminal in contributions/ubercart/payment/uc_credit/uc_credit.module
uc_credit_terminal_form in contributions/ubercart/payment/uc_credit/uc_credit.module
uc_credit_terminal_form_submit in contributions/ubercart/payment/uc_credit/uc_credit.module
uc_currency_format in contributions/ubercart/uc_store/uc_store.module
Format an amount for display with the store's currency settings.
uc_cybersource_calculate_tax in contributions/ubercart/payment/uc_cybersource/uc_cybersource.module
Calculates taxes for an order using CyberSource's tax service.
uc_cybersource_charge in contributions/ubercart/payment/uc_cybersource/uc_cybersource.module
uc_cybersource_settings_form in contributions/ubercart/payment/uc_cybersource/uc_cybersource.module
uc_date_format in contributions/ubercart/uc_store/uc_store.module
Format a date value for display.
uc_file_feature_form in contributions/ubercart/uc_file/uc_file.module
Form builder for hook_product_feature
uc_file_feature_form_submit in contributions/ubercart/uc_file/uc_file.module
uc_file_feature_settings in contributions/ubercart/uc_file/uc_file.module
Form builder for file settings
uc_file_files_form in contributions/ubercart/uc_file/uc_file.module
Form builder for file products admin
uc_file_files_form_submit in contributions/ubercart/uc_file/uc_file.module
uc_file_files_table in contributions/ubercart/uc_file/uc_file.module
Table builder for file products admin
uc_file_notify_settings in contributions/ubercart/uc_file/uc_file.module
Form builder for file download notification settings.
uc_file_order in contributions/ubercart/uc_file/uc_file.module
Implementation of hook_order().
uc_file_store_status in contributions/ubercart/uc_file/uc_file.module
Implementation of hook_store_status().
uc_file_user_downloads in contributions/ubercart/uc_file/uc_file.module
Table builder for user downloads
uc_flatrate_admin_methods in contributions/ubercart/shipping/uc_flatrate/uc_flatrate.module
List and compare all flatrate shipping quote methods.
uc_flatrate_admin_method_confirm_delete_submit in contributions/ubercart/shipping/uc_flatrate/uc_flatrate.module
uc_flatrate_admin_method_edit_form in contributions/ubercart/shipping/uc_flatrate/uc_flatrate.module
Configure the store default product shipping rates.
uc_flatrate_admin_method_edit_form_submit in contributions/ubercart/shipping/uc_flatrate/uc_flatrate.module
uc_flatrate_configuration in contributions/ubercart/shipping/uc_flatrate/uc_flatrate.module
Implementation of hook_configuration().
uc_flatrate_form_alter in contributions/ubercart/shipping/uc_flatrate/uc_flatrate.module
Implementation of hook_form_alter().
uc_flatrate_shipping_method in contributions/ubercart/shipping/uc_flatrate/uc_flatrate.module
Implementation of Übercart's hook_shipping_method().
uc_flatrate_update_2 in contributions/ubercart/shipping/uc_flatrate/uc_flatrate.install
uc_get_field_name in contributions/ubercart/uc_store/uc_store.module
Return the name of an address field.
uc_get_initials in contributions/ubercart/uc_store/uc_store.module
uc_googleanalytics_footer in contributions/ubercart/uc_googleanalytics/uc_googleanalytics.module
Implementation of hook_footer().
uc_importer_admin_settings in contributions/ubercart/uc_importer/uc_importer.module
Configure the importer behaviour when handling duplicate objects.
uc_importer_export in contributions/ubercart/uc_importer/uc_importer.module
Constructs the XML representation of the store from the ids given.
uc_importer_export_page in contributions/ubercart/uc_importer/uc_importer.module
Wrapper function to generate a page to hold the export form.
uc_importer_import in contributions/ubercart/uc_importer/uc_importer.module
Imports an XML document into the database.
uc_importer_orders in contributions/ubercart/uc_importer/uc_importer.module
Specific order importer for a certain osCommerce site.
uc_length_conversion in contributions/ubercart/uc_store/uc_store.module
uc_length_format in contributions/ubercart/uc_store/uc_store.module
Format a length value for display.
uc_line_item_subtotal in contributions/ubercart/uc_order/uc_order_line_item.inc
Handle the subtotal line item.
uc_line_item_tax in contributions/ubercart/uc_taxes/uc_taxes.module
Handle the tax line item.
uc_line_item_tax_subtotal in contributions/ubercart/uc_taxes/uc_taxes.module
uc_notify_checkout in contributions/ubercart/uc_notify/uc_notify.module
Send new order confirmation e-mail to customer and/or administrator.
uc_notify_checkout_form in contributions/ubercart/uc_notify/uc_notify.module
uc_notify_order_update in contributions/ubercart/uc_notify/uc_notify.module
uc_notify_order_update_form in contributions/ubercart/uc_notify/uc_notify.module
uc_notify_settings_form in contributions/ubercart/uc_notify/uc_notify.module
uc_notify_settings_overview in contributions/ubercart/uc_notify/uc_notify.module
Display the notification settings overview page.
uc_order_address in contributions/ubercart/uc_order/uc_order.module
Return an address from an order object.
uc_order_admin in contributions/ubercart/uc_order/uc_order.module
Display the main order admin screen, an overview of all received orders.
uc_order_condition_order_total_form in contributions/ubercart/uc_order/uc_order_workflow.inc
uc_order_condition_products_weight_form in contributions/ubercart/uc_order/uc_order_workflow.inc
uc_order_edit_form in contributions/ubercart/uc_order/uc_order.module
uc_order_edit_form_submit in contributions/ubercart/uc_order/uc_order.module
uc_order_edit_products in contributions/ubercart/uc_order/uc_order.module
Populate the product add/edit div on the order edit screen.
uc_order_history in contributions/ubercart/uc_order/uc_order.module
Returns the sortable table listing of a customer's orders.
uc_order_invoice in contributions/ubercart/uc_order/uc_order.module
Display an invoice in the browser, convert it to PDF, or e-mail it as HTML.
uc_order_mail_invoice_form_submit in contributions/ubercart/uc_order/uc_order.module
uc_order_menu in contributions/ubercart/uc_order/uc_order.module
Implementation of hook_menu().
uc_order_panes_form in contributions/ubercart/uc_order/uc_order.module
uc_order_pane_line_items in contributions/ubercart/uc_order/uc_order_order_pane.inc
Handle the "Line Items" order pane.
uc_order_pane_order_comments in contributions/ubercart/uc_order/uc_order_order_pane.inc
Handle the "Order Comments" order pane.
uc_order_pane_payment in contributions/ubercart/payment/uc_payment/uc_payment_order_pane.inc
Handle the Payment order pane.
uc_order_pane_products in contributions/ubercart/uc_order/uc_order_order_pane.inc
Handle the "Products" order pane.
uc_order_pane_quotes in contributions/ubercart/shipping/uc_quote/uc_quote.module
Shipping quote order pane callback.
uc_order_save in contributions/ubercart/uc_order/uc_order.module
Save an order to the database.
uc_order_select_customer in contributions/ubercart/uc_order/uc_order.module
uc_order_settings_form in contributions/ubercart/uc_order/uc_order.module
Generate the settings form for orders.
uc_order_settings_overview in contributions/ubercart/uc_order/uc_order.module
Display the order settings overview.
uc_order_state_default in contributions/ubercart/uc_order/uc_order.module
Return the default order status for a particular order state.
uc_order_token_values in contributions/ubercart/uc_order/uc_order.module
Implementation of hook_token_values(). (token.module)
uc_order_view in contributions/ubercart/uc_order/uc_order.module
Display the order view screen, constructed via hook_order_pane().
uc_payment_by_order_form in contributions/ubercart/payment/uc_payment/uc_payment.module
uc_payment_delete in contributions/ubercart/payment/uc_payment/uc_payment.module
Delete a payment from the database.
uc_payment_delete_confirm in contributions/ubercart/payment/uc_payment/uc_payment.module
Delete a payment from an order.
uc_payment_enter in contributions/ubercart/payment/uc_payment/uc_payment.module
Enter a payment for an order.
uc_payment_gateways_form in contributions/ubercart/payment/uc_payment/uc_payment.module
uc_payment_gateway_select_form in contributions/ubercart/payment/uc_payment/uc_payment.module
uc_payment_menu in contributions/ubercart/payment/uc_payment/uc_payment.module
Implementation of hook_menu().
uc_payment_methods_form in contributions/ubercart/payment/uc_payment/uc_payment.module
uc_payment_method_2checkout in contributions/ubercart/payment/uc_2checkout/uc_2checkout.module
Callback for 2Checkout payment method settings.
uc_payment_method_check in contributions/ubercart/payment/uc_payment_pack/uc_payment_pack.module
Handle the Check payment method.
uc_payment_method_cod in contributions/ubercart/payment/uc_payment_pack/uc_payment_pack.module
Handle the Cash on Delivery payment method.
uc_payment_method_credit in contributions/ubercart/payment/uc_credit/uc_credit.module
uc_payment_method_credit_form in contributions/ubercart/payment/uc_credit/uc_credit.module
uc_payment_method_paypal_wps in contributions/ubercart/payment/uc_paypal/uc_paypal.module
uc_payment_pack_receive_check_form in contributions/ubercart/payment/uc_payment_pack/uc_payment_pack.module
Receive a check for an order and put in a clear date.
uc_payment_process in contributions/ubercart/payment/uc_payment/uc_payment.module
Process a payment through an enabled payment gateway.
uc_payment_settings_form in contributions/ubercart/payment/uc_payment/uc_payment.module
uc_payment_settings_overview in contributions/ubercart/payment/uc_payment/uc_payment.module
Display the payment settings overview.
uc_paypal_api_request in contributions/ubercart/payment/uc_paypal/uc_paypal.module
uc_paypal_ec_checkout in contributions/ubercart/payment/uc_paypal/uc_paypal.module
uc_paypal_ec_form in contributions/ubercart/payment/uc_paypal/uc_paypal.module
uc_paypal_ec_form_submit in contributions/ubercart/payment/uc_paypal/uc_paypal.module
uc_paypal_ec_review in contributions/ubercart/payment/uc_paypal/uc_paypal.module
uc_paypal_ec_review_form in contributions/ubercart/payment/uc_paypal/uc_paypal.module
uc_paypal_ec_review_form_submit in contributions/ubercart/payment/uc_paypal/uc_paypal.module
uc_paypal_ec_review_redirect in contributions/ubercart/payment/uc_paypal/uc_paypal.module
uc_paypal_ec_submit_form_submit in contributions/ubercart/payment/uc_paypal/uc_paypal.module
uc_paypal_form_alter in contributions/ubercart/payment/uc_paypal/uc_paypal.module
Implementation of hook_form_alter(). Notice how we alter the checkout review form to post the order to PayPal.
uc_paypal_ipn in contributions/ubercart/payment/uc_paypal/uc_paypal.module
uc_paypal_wpp_charge in contributions/ubercart/payment/uc_paypal/uc_paypal.module
uc_paypal_wpp_settings_form in contributions/ubercart/payment/uc_paypal/uc_paypal.module
uc_paypal_wps_form in contributions/ubercart/payment/uc_paypal/uc_paypal.module
uc_product_add_to_cart_form in contributions/ubercart/uc_product/uc_product.module
Form to add the $node product to the cart.
uc_product_administration in contributions/ubercart/uc_product/uc_product.module
List the subcategories of product administration.
uc_product_class_form_submit in contributions/ubercart/uc_product/uc_product.module
Submit handler for uc_product_class_form.
uc_product_default in contributions/ubercart/uc_product/uc_product.module
uc_product_field_settings_form in contributions/ubercart/uc_product/uc_product.module
Allows store administrators to control what product information is relavent to their store.
uc_product_form in contributions/ubercart/uc_product/uc_product.module
Implementation of hook_form().
uc_product_get_shipping_type in contributions/ubercart/shipping/uc_quote/uc_quote.module
Get a product's shipping type, defaulting to its manufacturer's or the store's if it doesn't exist.
uc_product_kit_add_to_cart in contributions/ubercart/uc_product_kit/uc_product_kit.module
uc_product_kit_add_to_cart_form in contributions/ubercart/uc_product_kit/uc_product_kit.module
Lets the cart know how many of which products are included in a kit.
uc_product_kit_buy_it_now_form in contributions/ubercart/uc_product_kit/uc_product_kit.module
uc_product_kit_form in contributions/ubercart/uc_product_kit/uc_product_kit.module
Implementation of hook_form().
uc_product_kit_form_alter in contributions/ubercart/uc_product_kit/uc_product_kit.module
Add product kit settings to the product settings form.
uc_product_kit_insert in contributions/ubercart/uc_product_kit/uc_product_kit.module
Implementation of hook_insert().
uc_product_kit_update in contributions/ubercart/uc_product_kit/uc_product_kit.module
Implementation of hook_update().
uc_product_kit_view in contributions/ubercart/uc_product_kit/uc_product_kit.module
Implementation of hook_view().
uc_product_product_class in contributions/ubercart/uc_product/uc_product.module
uc_product_settings_form in contributions/ubercart/uc_product/uc_product.module
Form to change product settings.
uc_product_settings_overview in contributions/ubercart/uc_product/uc_product.module
Display overview of product settings.
uc_product_update_4 in contributions/ubercart/uc_product/uc_product.install
uc_product_view in contributions/ubercart/uc_product/uc_product.module
Implementation of hook_view().
uc_quote_action_get_quote in contributions/ubercart/shipping/uc_quote/uc_quote.module
Retrive shipping quote and print JSON data.
uc_quote_admin_settings in contributions/ubercart/shipping/uc_quote/uc_quote.module
Default shipping settings.
uc_quote_condition_order_shipping_method_form in contributions/ubercart/shipping/uc_quote/uc_quote.module
uc_quote_form_alter in contributions/ubercart/shipping/uc_quote/uc_quote.module
Implementation of hook_form_alter().
uc_quote_get_default_shipping_address in contributions/ubercart/shipping/uc_quote/uc_quote.module
Get a product's default shipping address.
uc_quote_method_settings in contributions/ubercart/shipping/uc_quote/uc_quote.module
Settings for the shipping quote methods.
uc_quote_nodeapi in contributions/ubercart/shipping/uc_quote/uc_quote.module
Implementation of hook_nodeapi().
uc_quote_overview in contributions/ubercart/shipping/uc_quote/uc_quote.module
Display a summary of the shipping quote settings.
uc_quote_request_quotes in contributions/ubercart/shipping/uc_quote/uc_quote.module
Callback to return the shipping quote(s) of the appropriate quoting method(s).
uc_quote_shipping_type in contributions/ubercart/shipping/uc_quote/uc_quote.module
Implementation of Übercart's hook_shipping_type().
uc_quote_update_6 in contributions/ubercart/shipping/uc_quote/uc_quote.install
uc_recurring_admin_edit_form in contributions/ubercart/payment/uc_recurring/uc_recurring.module
uc_recurring_charge in contributions/ubercart/payment/uc_recurring/uc_recurring.module
uc_recurring_cron in contributions/ubercart/payment/uc_recurring/uc_recurring.module
Implementation of hook_cron().
uc_recurring_feature_form in contributions/ubercart/payment/uc_recurring/uc_recurring.module
uc_recurring_fee_load in contributions/ubercart/payment/uc_recurring/uc_recurring.module
Loads a recurring fee either from a product or for a user.
uc_recurring_form_alter in contributions/ubercart/payment/uc_recurring/uc_recurring.module
Implementation of hook_form_alter().
uc_recurring_order in contributions/ubercart/payment/uc_recurring/uc_recurring.module
Implementation of hook_order().
uc_recurring_process in contributions/ubercart/payment/uc_recurring/uc_recurring.module
Passes the information onto the specified fee handler for processing.
uc_recurring_recurring_fee in contributions/ubercart/payment/uc_recurring/uc_recurring.module
Implementation of hook_recurring_fee(); default recurring fee handler.
uc_recurring_settings_form in contributions/ubercart/payment/uc_recurring/uc_recurring.module
uc_recurring_update_1 in contributions/ubercart/payment/uc_recurring/uc_recurring.install
uc_repeater_admin_settings in contributions/ubercart/uc_repeater/uc_repeater.module
uc_repeater_export in contributions/ubercart/uc_repeater/uc_repeater.module
Pushes new products to other sites.
uc_repeater_import in contributions/ubercart/uc_repeater/uc_repeater.module
uc_repeater_settings_overview in contributions/ubercart/uc_repeater/uc_repeater.module
uc_reports_customers in contributions/ubercart/uc_reports/uc_reports.module
Display the customer report
uc_reports_help in contributions/ubercart/uc_reports/uc_reports.module
Implementation of hook_help().
uc_reports_products in contributions/ubercart/uc_reports/uc_reports.module
Display the product reports
uc_reports_sales_custom in contributions/ubercart/uc_reports/uc_reports.module
uc_reports_sales_custom_form in contributions/ubercart/uc_reports/uc_reports.module
uc_reports_sales_summary in contributions/ubercart/uc_reports/uc_reports.module
uc_reports_settings_overview in contributions/ubercart/uc_reports/uc_reports.module
uc_roles_cron in contributions/ubercart/uc_roles/uc_roles.module
Implementation of hook_cron().
uc_roles_feature_form in contributions/ubercart/uc_roles/uc_roles.module
Form builder for hook_product_feature
uc_roles_feature_settings in contributions/ubercart/uc_roles/uc_roles.module
Form builder for role settings
uc_roles_notify_settings in contributions/ubercart/uc_roles/uc_roles.module
Form builder for role notification settings.
uc_roles_order in contributions/ubercart/uc_roles/uc_roles.module
Implementation of hook_order().
uc_roles_user in contributions/ubercart/uc_roles/uc_roles.module
Implementation of hook_user().
uc_shipping_address_form in contributions/ubercart/shipping/uc_shipping/uc_shipping.module
uc_shipping_new_package in contributions/ubercart/shipping/uc_shipping/uc_shipping.module
Put ordered products into a package.
uc_shipping_order_shipments in contributions/ubercart/shipping/uc_shipping/uc_shipping.module
Display a list of shipments for an order.
uc_shipping_package_load in contributions/ubercart/shipping/uc_shipping/uc_shipping.module
Load a package and its products.
uc_shipping_select_address in contributions/ubercart/shipping/uc_shipping/uc_shipping.module
Choose an address to fill out a form.
uc_shipping_shipment_edit in contributions/ubercart/shipping/uc_shipping/uc_shipping.module
Create or edit a shipment.
uc_shipping_shipment_view in contributions/ubercart/shipping/uc_shipping/uc_shipping.module
Display shipment details.
uc_stock_action_decrement_stock in contributions/ubercart/uc_stock/uc_stock_workflow.inc
uc_stock_report in contributions/ubercart/uc_stock/uc_stock.module
uc_stock_settings_form in contributions/ubercart/uc_stock/uc_stock.module
uc_store_address in contributions/ubercart/uc_store/uc_store.module
uc_store_address_fields_form in contributions/ubercart/uc_store/uc_store.module
uc_store_admin in contributions/ubercart/uc_store/uc_store.module
uc_store_cron in contributions/ubercart/uc_store/uc_store.module
Implementation of hook_cron().
uc_store_customers in contributions/ubercart/uc_store/uc_store.module
Display customer administration page.
uc_store_customer_orders in contributions/ubercart/uc_store/uc_store.module
uc_store_default_country in contributions/ubercart/uc_store/uc_store.module
uc_store_display_settings_form in contributions/ubercart/uc_store/uc_store.module
uc_store_email_from in contributions/ubercart/uc_store/uc_store.module
uc_store_footer in contributions/ubercart/uc_store/uc_store.module
Implementation of hook_footer().
uc_store_format_settings_form in contributions/ubercart/uc_store/uc_store.module
uc_store_report_data in contributions/ubercart/uc_store/uc_store.module
uc_store_report_settings in contributions/ubercart/uc_store/uc_store.module
uc_store_store_settings_form in contributions/ubercart/uc_store/uc_store.module
uc_store_store_settings_overview in contributions/ubercart/uc_store/uc_store.module
Display the store settings overview page.
uc_store_token_values in contributions/ubercart/uc_store/uc_store.module
Implementation of hook_token_values(). (token.module)
uc_store_update_2 in contributions/ubercart/uc_store/uc_store.install
uc_taxes_form_alter in contributions/ubercart/uc_taxes/uc_taxes.module
uc_ups_access_request in contributions/ubercart/shipping/uc_ups/uc_ups.module
Return XML access request to be prepended to all requests to the UPS webservice.
uc_ups_admin_settings in contributions/ubercart/shipping/uc_ups/uc_ups.module
UPS Online Tool settings.
uc_ups_admin_settings_validate in contributions/ubercart/shipping/uc_ups/uc_ups.module
Validation handler for uc_ups_admin_settings.
uc_ups_configuration in contributions/ubercart/shipping/uc_ups/uc_ups.module
Implementation of hook_configuration().
uc_ups_confirm_shipment_submit in contributions/ubercart/shipping/uc_ups/uc_ups.module
Submit handler for uc_ups_confirm_shipment().
uc_ups_form_alter in contributions/ubercart/shipping/uc_ups/uc_ups.module
Implementation of hook_form_alter().
uc_ups_fulfill_order in contributions/ubercart/shipping/uc_ups/uc_ups.module
Shipment creation callback.
uc_ups_fulfill_order_validate in contributions/ubercart/shipping/uc_ups/uc_ups.module
Validation handler for uc_ups_fulfill_order().
uc_ups_markup in contributions/ubercart/shipping/uc_ups/uc_ups.module
Modify the rate received from UPS before displaying to the customer.
uc_ups_product_alter_validate in contributions/ubercart/shipping/uc_ups/uc_ups.module
Validation handler for UPS product fields.
uc_ups_quote in contributions/ubercart/shipping/uc_ups/uc_ups.module
Callback for retrieving a UPS shipping quote.
uc_ups_shipment_request in contributions/ubercart/shipping/uc_ups/uc_ups.module
Construct an XML shippment request.
uc_ups_shipping_method in contributions/ubercart/shipping/uc_ups/uc_ups.module
Implementation of Übercart's hook_shipping_method().
uc_ups_shipping_quote in contributions/ubercart/shipping/uc_ups/uc_ups.module
Construct an XML quote request.
uc_ups_shipping_type in contributions/ubercart/shipping/uc_ups/uc_ups.module
Implementation of Übercart's hook_shipping_type().
uc_ups_store_status in contributions/ubercart/shipping/uc_ups/uc_ups.module
Implementation of Übercart's hook_store_status().
uc_ups_update_5 in contributions/ubercart/shipping/uc_ups/uc_ups.install
uc_ups_void_shipment in contributions/ubercart/shipping/uc_ups/uc_ups.module
uc_usps_admin_settings in contributions/ubercart/shipping/uc_usps/uc_usps.module
Configure USPS settings.
uc_usps_configuration in contributions/ubercart/shipping/uc_usps/uc_usps.module
Implementation of hook_configuration().
uc_usps_form_alter in contributions/ubercart/shipping/uc_usps/uc_usps.module
Implementation of hook_form_alter().
uc_usps_intl_quote in contributions/ubercart/shipping/uc_usps/uc_usps.module
Callback for retrieving USPS shipping quote to other countries.
uc_usps_intl_rate_request in contributions/ubercart/shipping/uc_usps/uc_usps.module
uc_usps_markup in contributions/ubercart/shipping/uc_usps/uc_usps.module
Modify the rate received from USPS before displaying to the customer.
uc_usps_quote in contributions/ubercart/shipping/uc_usps/uc_usps.module
Callback for retrieving USPS shipping quote.
uc_usps_rate_request in contributions/ubercart/shipping/uc_usps/uc_usps.module
Construct an XML quote request.
uc_usps_shipping_method in contributions/ubercart/shipping/uc_usps/uc_usps.module
Implementation of Übercart's hook_shipping_method().
uc_usps_shipping_type in contributions/ubercart/shipping/uc_usps/uc_usps.module
Implementation of Übercart's hook_shipping_type().
uc_usps_update_3 in contributions/ubercart/shipping/uc_usps/uc_usps.install
uc_weightquote_admin_settings in contributions/ubercart/shipping/uc_weightquote/uc_weightquote.module
Configure the store default shipping rate.
uc_weightquote_configuration in contributions/ubercart/shipping/uc_weightquote/uc_weightquote.module
Implementation of hook_configuration().
uc_weightquote_form_alter in contributions/ubercart/shipping/uc_weightquote/uc_weightquote.module
Implementation of hook_form_alter().
uc_weightquote_nodeapi in contributions/ubercart/shipping/uc_weightquote/uc_weightquote.module
Implementation of hook_nodeapi().
uc_weightquote_quote in contributions/ubercart/shipping/uc_weightquote/uc_weightquote.module
Standard callback to return a shipping rate via the weightquote method.
uc_weightquote_shipping_method in contributions/ubercart/shipping/uc_weightquote/uc_weightquote.module
Implementation of Übercart's hook_shipping_method().
uc_weight_conversion in contributions/ubercart/uc_store/uc_store.module
uc_weight_format in contributions/ubercart/uc_store/uc_store.module
Format a weight value for display.
update_fix_access_table in 5/update.php
update_fix_schema_version in 5/update.php
If the schema version for Drupal core is stored in the variables table (4.6.x and earlier) move it to the schema_version column of the system table.
update_fix_sessions in 5/update.php
System update 130 changes the sessions table, which breaks the update script's ability to use session variables. This changes the table appropriately.
update_fix_watchdog in 5/update.php
System update 142 changes the watchdog table, which breaks the update script's ability to use logging. This changes the table appropriately.
update_fix_watchdog_115 in 5/update.php
System update 115 changes the watchdog table, which breaks the update script's ability to use logging. This changes the table appropriately.
update_status_calculate_project_data in contributions/update_status/update_status.module
Given the installed projects and the available release data retrieved from remote servers, calculate the current status.
update_status_cron in contributions/update_status/update_status.module
Implementation of hook_cron().
update_status_get_available in contributions/update_status/update_status.module
Internal helper to try to get the update information from the cache if possible, and to refresh the cache when necessary.
update_status_settings in contributions/update_status/update_status.module
Menu callback. Show the settings for the update status module.
update_status_update_5201 in contributions/update_status/update_status.install
Database changes required for 5.x-2.0-rc2:
upload_admin_settings in 5/modules/upload/upload.module
Menu callback for the upload settings form.
upload_form_alter in 5/modules/upload/upload.module
upload_js in 5/modules/upload/upload.module
Menu-callback for JavaScript-based uploads.
upload_menu in 5/modules/upload/upload.module
Implementation of hook_menu().
upload_munge_filename in 5/modules/upload/upload.module
Munge the filename as needed for security purposes.
upload_nodeapi in 5/modules/upload/upload.module
Implementation of hook_nodeapi().
url in 5/includes/common.inc
Generate a URL from a Drupal menu path. Will also pass-through existing URLs.
user_admin_settings in 5/modules/user/user.module
user_block in 5/modules/user/user.module
Implementation of hook_block().
user_edit_form in 5/modules/user/user.module
user_file_download in 5/modules/user/user.module
Implementation of hook_file_download().
user_help in 5/modules/user/user.module
Implementation of hook_help().
user_login in 5/modules/user/user.module
user_login_block in 5/modules/user/user.module
user_menu in 5/modules/user/user.module
Implementation of hook_menu().
user_pass_submit in 5/modules/user/user.module
user_pathauto_bulkupdate in contributions/pathauto/pathauto_user.inc
Bulk generate aliases for all users without aliases.
user_register in 5/modules/user/user.module
user_register_submit in 5/modules/user/user.module
user_token_values in contributions/token/token_user.inc
Implementation of hook_token_values()
user_validate_picture in 5/modules/user/user.module
versioncontrol_account_register_form in contributions/versioncontrol/versioncontrol.pages.inc
The actual form for "versioncontrol/register".
versioncontrol_account_register_page in contributions/versioncontrol/versioncontrol.pages.inc
Form callback for "versioncontrol/register": Provide an indirection that leads to an account registration form.
versioncontrol_admin_account_list_page in contributions/versioncontrol/versioncontrol.admin.inc
Form callback for "admin/project/versioncontrol-accounts": A list of accounts with filtering possibilities.
versioncontrol_admin_get_paged_accounts in contributions/versioncontrol/versioncontrol.admin.inc
Return a subset of the given accounts (10 Drupal users by default, and all of their VCS usernames). Paging is also used by emulating pager_query().
versioncontrol_admin_settings in contributions/versioncontrol/versioncontrol.admin.inc
Form callback for "admin/project/versioncontrol-settings/general": Provide a form for settings of Version Control API itself.
video_cck_bliptv_settings in contributions/emfield/contrib/video_cck/providers/bliptv.inc
video_cck_google_settings in contributions/emfield/contrib/video_cck/providers/google.inc
video_cck_google_video_link in contributions/emfield/contrib/video_cck/providers/google.inc
video_cck_livevideo_request in contributions/emfield/contrib/video_cck/providers/livevideo.inc
this is a wrapper for video_cck_request_xml that includes livevideo's api key
video_cck_livevideo_settings in contributions/emfield/contrib/video_cck/providers/livevideo.inc
hook video_cck_PROVIDER_settings this should return a subform to be added to the video_cck_settings() admin settings page. note that a form field will already be provided, at $form['PROVIDER'] (such as $form['livevideo']) so if you…
video_cck_revver_settings in contributions/emfield/contrib/video_cck/providers/revver.inc
video_cck_update_3 in contributions/emfield/contrib/video_cck/video_cck.install
since we made our engine dependent on emfield, we need to change some variables accordingly
video_cck_update_4 in contributions/emfield/contrib/video_cck/video_cck.install
oops. cleanup from update 3 -- we don't want to accidentally reset our variables if we have to run update 3 again...
video_cck_widget_settings in contributions/emfield/contrib/video_cck/video_cck.module
video_cck_youtube_request in contributions/emfield/contrib/video_cck/providers/youtube.inc
this is a wrapper for video_cck_request_xml that includes youtube's api key
video_cck_youtube_settings in contributions/emfield/contrib/video_cck/providers/youtube.inc
hook video_cck_PROVIDER_settings this should return a subform to be added to the video_cck_settings() admin settings page. note that a form field will already be provided, at $form['PROVIDER'] (such as $form['youtube']) so if you…
video_cck_zzz_custom_url_settings in contributions/emfield/contrib/video_cck/providers/zzz_custom_url.inc
views_block in contributions/views/views.module
Implementation of hook_block()
views_fastsearch_form_alter in contributions/views_fastsearch/views_fastsearch.module
Implement hook_form_alter.
views_fastsearch_search_ranking in contributions/views_fastsearch/views_fastsearch.module
Implement the search_ranking callback
views_fastsearch_views_handler_search_index in contributions/views_fastsearch/views_fastsearch.module
Custom filter for SEARCH operations
views_fastsearch_views_handler_sort_score in contributions/views_fastsearch/views_fastsearch.module
Custom sort for SEARCH operations
views_fastsearch_views_query_handler_field_score in contributions/views_fastsearch/views_fastsearch.module
Custom field query handler to generate the score field
views_filters in contributions/views/views.module
views_get_all_urls in contributions/views/views.module
Load all of the URLs we use; this is cached in a special manner in an attempt to make the menu system both flexible and yet not overly intensive.
views_handler_arg_uid in contributions/views/modules/views_user.inc
views_handler_arg_uid_touch in contributions/views/modules/views_user.inc
views_handler_arg_username in contributions/views/modules/views_user.inc
views_handler_field_profile_date in contributions/views/modules/views_profile.inc
Display a profile field of type 'date'
views_menu_standard_items in contributions/views/views.module
Add the menu items for all non-inline views to the menu
views_slideshow_settings in contributions/views_slideshow/views_slideshow.module
Implement hook_settings
views_theme_wizard_page in contributions/views/views_theme_wizard.module
watchdog_cron in 5/modules/watchdog/watchdog.module
Implementation of hook_cron().
webform_admin_settings in contributions/webform/webform.module
Menu callback for admin/webform/settings.
webform_client_form_submit in contributions/webform/webform.module
webform_edit_field_form in contributions/webform/webform.module
webform_form in contributions/webform/webform.module
Implementation of hook_form() Creates the standard form for editing or creating a webform.
weblinks_admin_settings in contributions/weblinks/weblinks.module
Overall settings.
weblinks_block_configure in contributions/weblinks/weblinks.module
Perform the "configure" op for hook_block().
weblinks_block_list in contributions/weblinks/weblinks.module
Perform the "list" op for hook_block().
weblinks_block_view in contributions/weblinks/weblinks.module
Perform the "view" op for hook_block().
weblinks_build_link in contributions/weblinks/weblinks.module
Build a link.
weblinks_checker_settings in contributions/weblinks/weblinks.module
Validity check settings.
weblinks_convert_janode in contributions/weblinks/weblinks_convert_janode.module
weblinks_cron in contributions/weblinks/weblinks.module
Implementation of hook_cron().
weblinks_filter_process in contributions/weblinks/weblinks_filter.module
Process the content for filters we provide.
weblinks_filter_settings in contributions/weblinks/weblinks_filter.module
Provide settings for filters we provide.
weblinks_form in contributions/weblinks/weblinks.module
Implementation of hook_form().
weblinks_form_container_submit in contributions/weblinks/weblinks.module
Process forum form and container form submissions.
weblinks_get_tree in contributions/weblinks/weblinks.module
weblinks_group_settings in contributions/weblinks/weblinks.module
weblinks_handler_url_title in contributions/weblinks/weblinks_views.inc
'weblinks_handler_url_title' => 'Show as clickable title',
weblinks_handler_url_visit in contributions/weblinks/weblinks_views.inc
'weblinks_handler_url_visit' => 'Show using "Link displays as" setting',
weblinks_page in contributions/weblinks/weblinks.module
Display the main web links page, separated by category (term).
weblinks_uninstall in contributions/weblinks/weblinks.install
Implementation of hook_uninstall().
weblinks_update_5104 in contributions/weblinks/weblinks.install
Implementation of hook_hook_update_N(). Change link description variable.
weblinks_update_5108 in contributions/weblinks/weblinks.install
Implementation of hook_update_N(). Update "Visit" variable.
weblinks_validate in contributions/weblinks/weblinks.module
Implementation of hook_validate().
weblinks_view in contributions/weblinks/weblinks.module
Implementation of hook_view; this adds the url to viewable link node.
workflow_ng_action_mail_to_users_of_role_form in contributions/workflow_ng/workflow_ng/modules/workflow_ng_system.inc
workflow_ng_action_path_alias_form in contributions/workflow_ng/workflow_ng/modules/workflow_ng_path.inc
workflow_ng_condition_alias_exists_form in contributions/workflow_ng/workflow_ng/modules/workflow_ng_path.inc
workflow_ng_condition_url_has_alias_form in contributions/workflow_ng/workflow_ng/modules/workflow_ng_path.inc
xmlsitemap_cron in contributions/xmlsitemap/xmlsitemap.module
Implementation of hook_cron().
xmlsitemap_engines_menu in contributions/xmlsitemap/xmlsitemap_engines/xmlsitemap_engines.module
Implementation of hook_menu().
xmlsitemap_menu in contributions/xmlsitemap/xmlsitemap.module
Implementation of hook_menu().
xmlsitemap_node_comment in contributions/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module
Implementation of hook_comment().
xmlsitemap_node_form_alter in contributions/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module
Implementation of hook_form_alter().
xmlsitemap_node_frequency in contributions/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module
xmlsitemap_node_node_type in contributions/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module
Implementation of hook_node_type().
xmlsitemap_node_priority in contributions/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module
Calculate the priority of a node.
xmlsitemap_settings_additional in contributions/xmlsitemap/xmlsitemap.module
Menu callback; return additional links form.
xmlsitemap_settings_additional_submit in contributions/xmlsitemap/xmlsitemap.module
Submit additional links form.
xmlsitemap_settings_engines in contributions/xmlsitemap/xmlsitemap.module
Menu callback; return search engine settings form.
xmlsitemap_settings_sitemap in contributions/xmlsitemap/xmlsitemap.module
Menu callback; return site map settings form.
xmlsitemap_term_form_alter in contributions/xmlsitemap/xmlsitemap_term/xmlsitemap_term.module
Implementation of hook_form_alter().
xmlsitemap_term_taxonomy in contributions/xmlsitemap/xmlsitemap_term/xmlsitemap_term.module
Implementation of hook_taxonomy().
xmlsitemap_update_sitemap in contributions/xmlsitemap/xmlsitemap.module
Mark the site map as changed and the cache as needing update.
xmlsitemap_url in contributions/xmlsitemap/xmlsitemap.module
Modified version of url(). We don't want to do a separate database query for each url, so we pass the alias as an extra parameter.
xmlsitemap_user_form_alter in contributions/xmlsitemap/xmlsitemap_user/xmlsitemap_user.module
Implementation of hook_form_alter().
xmlsitemap_xmlsitemap_links in contributions/xmlsitemap/xmlsitemap.module
Implementation of hook_xmlsitemap_links().
_admin_menu_get_children in contributions/admin_menu/admin_menu.inc
Recursively adds items to the administration menu.
_apachesolr_nodeapi_delete in contributions/apachesolr/apachesolr.module
Helper function for hook_nodeapi() and hook_cron().
_apachesolr_nodeapi_update in contributions/apachesolr/apachesolr.module
Helper function for hook_nodeapi() and hook_cron().
_asset_file_insert_localfile in contributions/asset/asset.types.inc
_asset_file_localfile_options in contributions/asset/asset.types.inc
_asset_import_settings_check_directory in contributions/asset/contrib/asset_import/asset_import.module
Checks the existence of the directory specified in $form_element.
_asset_wizard_page_match in contributions/asset/asset_wizard.module
Should we show the insert asset link, determined by admin setting Borrowed from tinymce.module
_auto_nodetitle_patternprocessor in contributions/auto_nodetitle/auto_nodetitle.module
Helper function to generate the title according to the PHP code. Right now its only a wrapper, but if this is to be expanded, here is the place to be.
_avatar_selection_image_list in contributions/avatar_selection/avatar_selection.module
Get the list of avatars available to a certain user.
_blogapi_get_node_types in 5/modules/blogapi/blogapi.module
_calais_tagmods_apply_blacklist in contributions/opencalais/contrib/calais_tagmods/calais_tagmods.module
Filter out unwanted keywords
_calais_tagmods_apply_rename in contributions/opencalais/contrib/calais_tagmods/calais_tagmods.module
Rename keywords.
_calendar_day_of_week in contributions/calendar/calendar_api.inc
Return the day of week with start of week offset applied
_calendar_fields in contributions/calendar/calendar_admin.inc
Identify all potential date/timestamp fields.
_calendar_setup_form in contributions/calendar/calendar_admin.inc
Setup Calendar parameters.
_captcha_get_description in contributions/captcha/captcha.module
Get the description which appears above the CAPTCHA in forms. If the locale module is enabled, an optional language code can be given
_captcha_persistence_skip in contributions/captcha/captcha.module
Helper function for checking if the CAPTCHA for the given form_id should be skipped because of CAPTCHA persistence.
_cfp_form_helper in contributions/cck_field_perms/cck_field_perms.module
helper function to unset form values
_checkout_pane_list in contributions/ubercart/uc_cart/uc_cart_checkout_pane.inc
Build a list of checkout panes defined in the enabled modules.
_coder_get_default_settings in contributions/coder/coder.module
_color_page_alter in 5/modules/color/color.module
Callback for the theme to alter the resources used.
_comment_get_display_setting in 5/modules/comment/comment.module
Return a current comment display setting
_content_tablename in contributions/cck/content.module
Generate a table name for a field or a content type.
_date_api_elements in contributions/date/date_api_elements.inc
Implementation of hook_elements().
_db_query in 5/includes/database.pgsql.inc
Helper function for db_query().
_display_faq_by_category in contributions/faq/faq.module
Display FAQ questions and answers filtered by category.
_drupal_bootstrap in 5/includes/bootstrap.inc
_drupal_cache_init in 5/includes/bootstrap.inc
Initialize the caching strategy, which loads at different stages within Drupal's bootstrap process.
_email_file_download in contributions/ubercart/uc_file/uc_file.module
Email a user with download links for a product file download
_emfield_allow_import in contributions/emfield/contrib/emimport/emimport.module
_emfield_display_limit in contributions/emfield/contrib/emimport/emimport.module
_emfield_tags_vocabulary in contributions/emfield/contrib/emimport/emimport.module
_event_day_of_week in contributions/event/event.module
Return the day of week with start of week offset applied
_event_hour_to_ampm in contributions/event/event.module
Change hour if am/pm format is requested
_event_nav in contributions/event/event.module
Build the navigation links for the calendar views
_event_user_time in contributions/event/event.module
Returns local date + time based on the user or site time zone.
_feedapi_call_parsers in contributions/feedapi/feedapi.module
Execute the enabled parsers and create an unified output
_feedapi_invoke_refresh in contributions/feedapi/feedapi.module
Helper function for feedapi_invoke(). Refresh the feed, call the proper parsers and processors' hooks. Don't call this function directly, use feedapi_refresh() instead.
_feedapi_node_install_type_create in contributions/feedapi/feedapi_node/feedapi_node.install
_feedapi_node_save in contributions/feedapi/feedapi_node/feedapi_node.module
Create a node from the feed item Store the relationship between the node and the feed item
_file_download in contributions/ubercart/uc_file/uc_file.module
Perform first-pass authorization. Call authorization hooks afterwards.
_file_download_transfer in contributions/ubercart/uc_file/uc_file.module
Send the file's binary data to a user via HTTP and update the uc_file_users table.
_file_expiration_date in contributions/ubercart/uc_file/uc_file.module
Return a file expiration date given a purchase date
_file_import_settings_check_import_directory in contributions/file_import/file_import.module
Checks the existence of the directory specified in $form_element.
_file_table_action in contributions/ubercart/uc_file/uc_file.module
Perform a specified action on the uc_files table
_filter_html in 5/modules/filter/filter.module
HTML filter. Provides filtering of input into accepted HTML.
_filter_html_settings in 5/modules/filter/filter.module
Settings for the HTML filter.
_filter_url in 5/modules/filter/filter.module
URL filter. Automatically converts text web addresses (URLs, e-mail addresses, ftp links, etc.) into hyperlinks.
_filter_url_settings in 5/modules/filter/filter.module
Settings for URL filter.
_fivestar_cast_vote in contributions/fivestar/fivestar.module
Internal function to handle vote casting, flood control, XSS, IP based voting, etc...
_fivestar_validate_target in contributions/fivestar/fivestar.module
Internal function to check that node-type accepts votes
_forum_get_vid in 5/modules/forum/forum.module
Returns the vocabulary id for forum navigation.
_gd_close in contributions/imageapi/imageapi_gd.module
GD helper to write an image resource to a destination file.
_get_indented_faq_terms in contributions/faq/faq.module
Return a HTML formatted list of terms indented according to the term depth.
_get_role_choices in contributions/ubercart/uc_roles/uc_roles.module
Function gets available roles for granting on product purcahse
_gmap_admin_settings in contributions/gmap/gmap_settings_ui.inc
_gmap_doheader in contributions/gmap/gmap.module
Set up the HTML header for GMap.
_gmap_get_icondata in contributions/gmap/gmap_markerinfo.inc
Get marker icon data for constructing json object.
_gmap_get_marker_titles in contributions/gmap/gmap_markerinfo.inc
_googleanalytics_match_path in contributions/google_analytics/googleanalytics.module
D6 backport of drupal_match_path().
_googleanalytics_visibility_pages in contributions/google_analytics/googleanalytics.module
Based on visibility setting this function returns TRUE if GA code should be added to the current page and otherwise FALSE.
_googleanalytics_visibility_roles in contributions/google_analytics/googleanalytics.module
Based on visibility setting this function returns TRUE if GA code should be added for the current role and otherwise FALSE.
_googleanalytics_visibility_user in contributions/google_analytics/googleanalytics.module
Tracking visibility check for an user object.
_handle_editablefield_form_input in contributions/editablefields/editablefields.module
_i18ntaxonomy_translate_terms in contributions/i18n/contrib/i18ntaxonomy.module
_i18n_get_lang in contributions/i18n/i18n.module
Gets language, checking in order:
_imageapi_imagemagick_convert in contributions/imageapi/imageapi_imagemagick.module
Calls the convert executable with the specified filter.
_imageapi_imagemagick_convert_exec in contributions/imageapi/imageapi_imagemagick.module
_image_captcha_generate_image in contributions/captcha/image_captcha/image_captcha.module
base function for generating a image CAPTCHA
_image_captcha_get_font in contributions/captcha/image_captcha/image_captcha.module
_image_captcha_image_generator_add_dots in contributions/captcha/image_captcha/image_captcha.module
_image_captcha_image_generator_add_lines in contributions/captcha/image_captcha/image_captcha.module
_image_check_settings in contributions/image/image.module
Verify the image module and toolkit settings.
_image_filename in contributions/image/image.module
Creates an image filename.
_image_gallery_get_vid in contributions/image/contrib/image_gallery/image_gallery.module
Returns (and possibly creates) a new vocabulary for Image galleries.
_image_imagemagick_convert_exec in contributions/image/image.imagemagick.inc
_image_import_settings_check_directory in contributions/image/contrib/image_import/image_import.module
Checks the existence of the directory specified in $form_element.
_legacy_filter_old_urls in 5/modules/legacy/legacy.module
Rewrite legacy URLs.
_line_item_list in contributions/ubercart/uc_order/uc_order_line_item.inc
Build a list of line items defined in the enabled modules.
_locale_export_po in 5/includes/locale.inc
Exports a Portable Object (Template) file for a language
_menu_site_is_offline in 5/includes/menu.inc
Returns TRUE if the site is off-line for maintenance.
_module_builder_check_settings in contributions/module_builder/module_builder.module
Create a directory to store hook files if it does not exist.
_mollom_authentication in contributions/mollom/mollom.module
This function generate an array with all the information required to authenticate against Mollom. To prevent that requests are forged and that you are impersonated, each request is signed with a hash computed based on a private key and a timestamp.
_mollom_fallback in contributions/mollom/mollom.module
_mollom_get_mode in contributions/mollom/mollom.module
Given a form ID, this function will return the strategy that is used to protect this form. Could be MOLLOM_MODE_DISABLED (none), MOLLOM_MODE_CAPTCHA (CAPTCHAs only) or MOLLOM_MODE_ANALYSIS (text analysis with smart CAPTCHA support).
_og_user_mail_text in contributions/og/og.module
Define all OG emails Modelled after Drupal's user.module
_onepixelout_settings in contributions/swftools/onepixelout/onepixelout.module
These are the default settings as they are stored in the database and displayed on the settings page.
_order_pane_list in contributions/ubercart/uc_order/uc_order_order_pane.inc
Build a list of order panes defined in the enabled modules.
_pathauto_existing_alias_data in contributions/pathauto/pathauto.inc
Returns old alias and pid if there is already an alias pointing to a different item.
_pathauto_set_alias in contributions/pathauto/pathauto.inc
Private function for Pathauto to create an alias.
_patterns_check_file_dir in contributions/patterns/patterns.module
Check if a .htaccess file exists to prevent downloads of pattern files
_payment_gateway_list in contributions/ubercart/payment/uc_payment/uc_payment.module
Build a list of payment gateways defined in the enabled modules.
_payment_method_list in contributions/ubercart/payment/uc_payment/uc_payment.module
Build a list of payment methods defined in the enabled modules.
_pingback_url_to_nid in contributions/pingback/pingback.module
_pingback_valid_for_node_type in contributions/pingback/pingback.module
_privatemsg_send in contributions/privatemsg/privatemsg.module
_privatemsg_user_add_defaults in contributions/privatemsg/privatemsg.module
_project_get_vid in contributions/project/project.module
Returns the vocabulary id for projects.
_project_release_get_api_vid in contributions/project/release/project_release.module
Returns the vocabulary id for project release API
_role_email_user in contributions/ubercart/uc_roles/uc_roles.module
Function sends a specified message to a user regarding role status
_search_parse_query in 5/modules/search/search.module
Helper function for search_parse_query();
_sections_match_path in contributions/sections/sections.module
D6 backport of drupal_match_path().
_service_links_show in contributions/service_links/service_links.module
Check if the service links should be displayed for the node type/category.
_subscriptions_content_autosubscribe in contributions/subscriptions/subscriptions_content.module
Auto-subscribe, if the content type is not blocked.
_subscriptions_content_format_comments in contributions/subscriptions/subscriptions_content.module
Given a comment template returns a formatted text of comments for given node.
_subscriptions_content_node_mailvars in contributions/subscriptions/subscriptions_content.module
Fill given array of mailvars with given node values.
_subscriptions_content_node_options in contributions/subscriptions/subscriptions_content.module
Implementation of hook_node_options(), subhook of hook_subscriptions().
_subscriptions_mail_send in contributions/subscriptions/subscriptions_mail.module
Send the notification by mail.
_subscriptions_mail_site_mail in contributions/subscriptions/subscriptions_mail.module
_subscriptions_send_intervals in contributions/subscriptions/subscriptions.admin.inc
Returns a list of send intervals.
_subscriptions_taxonomy_node_options in contributions/subscriptions/subscriptions_taxonomy.module
Implementation of hook_node_options(), subhook of hook_subscriptions().
_swftools_admin_embed_form in contributions/swftools/swftools.admin.inc
_swftools_admin_handling_form in contributions/swftools/swftools.admin.inc
_swftools_integrate_admin_form in contributions/swftools/swftools_integrate.admin.inc
_swftools_params in contributions/swftools/swftools.module
These are the default params.
_system_zonelist in 5/modules/system/system.module
_taxonomy_hierarchical_select_get_save_linage in contributions/hierarchical_select/modules/taxonomy.inc
Get the save lineage setting for a vocabulary, but use a smart default.
_taxonomy_pathauto_alias in contributions/pathauto/pathauto_taxonomy.inc
Create aliases for taxonomy objects.
_teleport_matches in contributions/teleport/teleport.module
Finds matches for a query.
_teleport_matches_nodes in contributions/teleport/teleport.module
Searches nodes.
_text_captcha_generate_words in contributions/captcha/text_captcha/text_captcha.module
function for generating an array of words
_trackback_node_type in contributions/trackback/trackback.module
_trackback_path in contributions/trackback/trackback.module
_trackback_ping in contributions/trackback/trackback.module
_trackback_send in contributions/trackback/trackback.module
_ubrowser_search in contributions/ubrowser/ubrowser.module
Rewrite of do_search() to return every matching node, not just a subset for paged display.
_uc_attribute_alter_form in contributions/ubercart/uc_attribute/uc_attribute.module
Helper function for uc_attribute_form_alter()
_uc_authorizenet_login_data in contributions/ubercart/payment/uc_authorizenet/uc_authorizenet.module
_uc_authorizenet_xml_api_wrapper in contributions/ubercart/payment/uc_authorizenet/uc_authorizenet.module
Wraps XML API request child elements in the request element and includes the merchant authentication information.
_uc_cart_checkout_next_pane in contributions/ubercart/uc_cart/uc_cart_checkout_pane.inc
Find the pane that displays below the pane with an ID of $pane_id.
_uc_cart_checkout_prev_pane in contributions/ubercart/uc_cart/uc_cart_checkout_pane.inc
Find the collapsible pane displayed above the pane with an ID of $pane_id.
_uc_catalog_navigation in contributions/ubercart/uc_catalog/uc_catalog.module
Emulates Drupal's menu system, but based soley on the structure of "Product Catalog".
_uc_cybersource_post_charge in contributions/ubercart/payment/uc_cybersource/uc_cybersource.module
_uc_cybersource_soap_charge in contributions/ubercart/payment/uc_cybersource/uc_cybersource.module
_uc_cybersource_soap_login_data in contributions/ubercart/payment/uc_cybersource/uc_cybersource.module
_uc_googleanalytics_ecommerce_legacy_script in contributions/ubercart/uc_googleanalytics/uc_googleanalytics.module
_uc_googleanalytics_ecommerce_script in contributions/ubercart/uc_googleanalytics/uc_googleanalytics.module
_uc_reports_order_statuses in contributions/ubercart/uc_reports/uc_reports.module
_uc_reports_timezone_offset in contributions/ubercart/uc_reports/uc_reports.module
_uc_stock_send_mail in contributions/ubercart/uc_stock/uc_stock.module
Emails administrator regarding any stock level thresholds hit.
_uc_usps_package_products in contributions/ubercart/shipping/uc_usps/uc_usps.module
_update_status_build_fetch_url in contributions/update_status/update_status.module
Generates the URL to fetch information about project updates.
_update_status_cron_notify in contributions/update_status/update_status.module
Perform any notifications that should be done once cron fetches new data.
_update_status_requirement_check in contributions/update_status/update_status.module
Private helper method to fill in the requirements array.
_upload_form in 5/modules/upload/upload.module
_upload_image in 5/modules/upload/upload.module
Check an upload, if it is an image, make sure it fits within the maximum dimensions allowed.
_upload_prepare in 5/modules/upload/upload.module
Save new uploads and attach them to the node object. append file_previews to the node object as well.
_upload_validate in 5/modules/upload/upload.module
_user_mail_text in 5/modules/user/user.module
_valid_card_number in contributions/ubercart/payment/uc_credit/uc_credit.module
Validates a credit card number during checkout. See: http://www.merriampark.com/anatomycc.htm
_valid_cvv in contributions/ubercart/payment/uc_credit/uc_credit.module
_versioncontrol_account_status_send_application_mails in contributions/versioncontrol/versioncontrol_account_status/versioncontrol_account_status.module
Send out notification mails in response to an application submission.
_versioncontrol_account_status_send_status_update_mails in contributions/versioncontrol/versioncontrol_account_status/versioncontrol_account_status.module
Send a mail to the user with updated account status if the admin says so.
_versioncontrol_has_account_access in contributions/versioncontrol/versioncontrol-backend.inc
Check if the user who is attempting to execute a commit/tag/branch operation has commit access at all, and set an error if that is not the case.
_video_cck_bliptv_get_video_info_from_preferred_tag in contributions/emfield/contrib/video_cck/providers/bliptv.inc
_video_cck_zzz_custom_url_implode_types in contributions/emfield/contrib/video_cck/providers/zzz_custom_url.inc
_views_fastsearch_get_rankings in contributions/views_fastsearch/views_fastsearch.module
_views_fastsearch_is_search_node_links in contributions/views_fastsearch/views_fastsearch.module
_views_get_timezone in contributions/views/views.module
Figure out what timezone we're in; needed for some date manipulations.
_webform_edit_file_check_directory in contributions/webform/components/file.inc
_webform_filtervalues in contributions/webform/webform.module
Filters all special tokens provided by webform, such as %post and %profile.
_webform_load_components in contributions/webform/webform.module
Load all necessary component.inc files into memory.
_webform_render_date in contributions/webform/components/date.inc
Build a form item array containing all the properties of this component.
_webform_render_time in contributions/webform/components/time.inc
Build a form item array containing all the properties of this component
_webform_results_download in contributions/webform/webform_report.inc
Generate a Excel-readable CSV file containing all submissions for a webform.
_webform_submission_limit_check in contributions/webform/webform.inc
_webform_submit_file in contributions/webform/components/file.inc
Perform additional server-side processing on the submitted data, such as managing an uploaded file.
_weblinks_block_content in contributions/weblinks/weblinks.module
Prepare block content.
_weblinks_get_vocid in contributions/weblinks/weblinks.module
Returns the vocabulary id for weblinks navigation.
_weblinks_group_operations in contributions/weblinks/weblinks.module
Handle group operations.
_weblinks_links in contributions/weblinks/weblinks.module
Prepare links content.
_weblinks_popular_block in contributions/weblinks/weblinks.module
Prepare the Popular Links block.
_weblinks_trim in contributions/weblinks/weblinks.module
Trim the link title (either text or the url itself) to the admin-specified length.
_weblinks_unclassed in contributions/weblinks/weblinks.module
Make a dummy term for unclassified links.
_weblinks_unpublished in contributions/weblinks/weblinks.module
Make a dummy term for unpublished links.
_wijering_settings in contributions/swftools/wijering/wijering.module
These are the default settings as they are stored in the database and displayed on the settings page.
_xmlsitemap_additional_links in contributions/xmlsitemap/xmlsitemap.module
Get additional links.
_xmlsitemap_engines_ask in contributions/xmlsitemap/xmlsitemap_engines/xmlsitemap_engines.module
Define actions for Ask.com.
_xmlsitemap_engines_google in contributions/xmlsitemap/xmlsitemap_engines/xmlsitemap_engines.module
Define actions for Google.
_xmlsitemap_engines_live in contributions/xmlsitemap/xmlsitemap_engines/xmlsitemap_engines.module
Define actions for Windows Live.
_xmlsitemap_engines_verify in contributions/xmlsitemap/xmlsitemap_engines/xmlsitemap_engines.module
Menu callback; display verification page.
_xmlsitemap_engines_yahoo in contributions/xmlsitemap/xmlsitemap_engines/xmlsitemap_engines.module
Define actions for Yahoo!.
_xmlsitemap_file_create_url in contributions/xmlsitemap/xmlsitemap.module
Modified version of file_create_url(). Allows us to remove language prefixes.
_xmlsitemap_gsitemap_replace in contributions/xmlsitemap/xmlsitemap.install
Replace Google Sitemap if it is installed.
_xmlsitemap_node_excludes in contributions/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module
Get array of excluded types.
_xmlsitemap_node_frontpage in contributions/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module
Get the nid of the front page node.
_xmlsitemap_node_links in contributions/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module
Get node links.
_xmlsitemap_output in contributions/xmlsitemap/xmlsitemap.module
Menu callback; display the site map.
_xmlsitemap_output_chunk in contributions/xmlsitemap/xmlsitemap.module
Generate a chunk of the site map.
_xmlsitemap_output_index in contributions/xmlsitemap/xmlsitemap.module
Generate the site map index.
_xmlsitemap_term_excludes in contributions/xmlsitemap/xmlsitemap_term/xmlsitemap_term.module
Get array of excluded vocabularies.
_xmlsitemap_term_frontpage in contributions/xmlsitemap/xmlsitemap_term/xmlsitemap_term.module
Get the tid of the front page term.
_xmlsitemap_term_priority in contributions/xmlsitemap/xmlsitemap_term/xmlsitemap_term.module
Calculate the priority of a term.
_xmlsitemap_update_cache in contributions/xmlsitemap/xmlsitemap.module
Update the cached site map files.
_xmlsitemap_user_frontpage in contributions/xmlsitemap/xmlsitemap_user/xmlsitemap_user.module
Get the uid of the front page profile.
_xmlsitemap_user_links in contributions/xmlsitemap/xmlsitemap_user/xmlsitemap_user.module
Get user profile links.
_xmlsitemap_user_priority in contributions/xmlsitemap/xmlsitemap_user/xmlsitemap_user.module
Calculate the priority of a user profile.

Code

5/includes/bootstrap.inc, line 420

<?php
function variable_get($name, $default) {
  global $conf;

  return isset($conf[$name]) ? $conf[$name] : $default;
}
?>