aggregator_form_feed in modules/aggregator.module
Generate a form to add/edit feed sources.
aggregator_page_categories in modules/aggregator.module
Menu callback; displays all the categories used by the aggregator.
aggregator_page_opml in modules/aggregator.module
Menu callback; generates an OPML representation of all feeds.
aggregator_page_sources in modules/aggregator.module
Menu callback; displays all the feeds used by the aggregator.
blog_form in modules/blog.module
Implementation of hook_form().
blog_page_user in modules/blog.module
Displays a Drupal page containing recent blog entries of a given user.
book_admin_edit in modules/book.module
Display an administrative view of the hierarchy of a book.
book_export_html in modules/book.module
This function is called by book_export() to generate HTML for export.
book_node_visitor_html_pre in modules/book.module
Generates printer-friendly HTML for a node. This function is a 'pre-node' visitor function for book_recurse().
book_outline in modules/book.module
Implementation of function book_outline() Handles all book outline operations.
chameleon_node in themes/chameleon/chameleon.theme
comment_form_add_preview in modules/comment.module
comment_multiple_delete_confirm in modules/comment.module
List the selected comments and verify that the admin really wants to delete them.
drupal_attributes in includes/common.inc
Format an attribute string to insert in a tag.
drupal_get_title in includes/path.inc
Get the title of the current page, for display on the page and in the title bar.
expand_radios in includes/form.inc
Roll out a single radios element to a list of radios, using the options array as index.
filter_form_validate in modules/filter.module
filter_xss_bad_protocol in modules/filter.module
Processes an HTML attribute value and ensures it does not contain an URL with a disallowed protocol (e.g. javascript:)
format_rss_channel in includes/common.inc
Formats an RSS channel.
format_rss_item in includes/common.inc
Format a single RSS item.
format_xml_elements in includes/common.inc
Format XML elements.
forum_overview in modules/forum.module
Returns an overview list of existing forums and containers
l in includes/common.inc
Format an internal Drupal link.
locale_add_language_form_validate in includes/locale.inc
Validate the language addition form.
locale_admin_string_delete in modules/locale.module
Delete a string.
menu_block in modules/menu.module
Implementation of hook_block().
menu_overview_tree in modules/menu.module
Present the menu tree, rendered along with links to edit menu items.
menu_overview_tree_rows in modules/menu.module
node_multiple_delete_confirm in modules/node.module
node_revision_overview in modules/node.module
Generate an overview table of older revisions of a node.
node_revision_revert_confirm_submit in modules/node.module
node_update_index in modules/node.module
Implementation of hook_update_index().
path_admin_edit in modules/path.module
Menu callback; handles pages for creating and editing URL aliases.
path_overview in modules/path.module
Return a listing of all defined URL aliases.
phptemplate_node in themes/engines/phptemplate/phptemplate.engine
poll_results in modules/poll.module
Callback for the 'results' tab for polls you can vote on
poll_teaser in modules/poll.module
Creates a simple teaser that lists all the choices.
poll_view_results in modules/poll.module
Generates a graphical representation of the results of a poll.
poll_view_voting in modules/poll.module
Generates the voting form for a poll.
profile_admin_overview in modules/profile.module
Menu callback; display a listing of all editable profile fields.
profile_browse in modules/profile.module
Menu callback; display a list of user information.
profile_field_form in modules/profile.module
Menu callback: Generate a form to add/edit a user profile field.
profile_form_profile in modules/profile.module
profile_view_profile in modules/profile.module
settings.php in sites/default/settings.php
Drupal site-specific configuration file.
statistics_access_log in modules/statistics.module
statistics_node_tracker in modules/statistics.module
statistics_user_tracker in modules/statistics.module
system_update_177 in database/updates.inc
taxonomy_autocomplete in modules/taxonomy.module
Helper function for autocompletion
taxonomy_form in modules/taxonomy.module
Generate a form element for selecting terms from a vocabulary.
taxonomy_overview_terms in modules/taxonomy.module
Display a tree of all the terms in a vocabulary, with options to edit each one.
taxonomy_overview_vocabularies in modules/taxonomy.module
List and manage vocabularies.
taxonomy_rss_item in modules/taxonomy.module
Provides category information for rss feeds
taxonomy_term_page in modules/taxonomy.module
Menu callback; displays all nodes associated with a term.
theme_aggregator_block_item in modules/aggregator.module
Format an individual feed item for display in the block.
theme_aggregator_page_item in modules/aggregator.module
Format an individual feed item for display on the aggregator page.
theme_aggregator_summary_item in modules/aggregator.module
Return a themed item heading for summary pages located at "aggregator/sources" and "aggregator/categories".
theme_button in includes/form.inc
theme_client_list in modules/drupal.module
Theme a client list.
theme_filter_admin_overview in modules/filter.module
theme_forum_display in modules/forum.module
Format the forum body.
theme_forum_topic_list in modules/forum.module
Format the topic listing.
theme_hidden in includes/form.inc
Format a hidden form field.
theme_image in includes/theme.inc
Return a themed image.
theme_locale_admin_manage_screen in includes/locale.inc
Theme the locale admin manager form.
theme_multipage_form_example in developer/examples/multipage_form_example.module
A custom theme function.
theme_multipage_form_example_node_form in developer/examples/multipage_form_example.module
theme_node in includes/theme.inc
Return a themed node.
theme_node_example_order_info in developer/examples/node_example.module
A custom theme function.
theme_placeholder in includes/theme.inc
Format a dynamic text string for emphasized display in a placeholder.
theme_radio in includes/form.inc
Format a radio button.
theme_search_item in modules/search.module
Format a single result entry of a search query. This function is normally called by theme_search_page() or hook_search_page().
theme_textarea in includes/form.inc
Format a textarea.
theme_textfield in includes/form.inc
Format a textfield.
theme_user_profile in modules/user.module
Theme a user page
tracker_track_user in modules/tracker.module
Menu callback. Prints a listing of active nodes on the site.
update_sql in ./update.php
user_autocomplete in modules/user.module
Retrieve a pipe delimited string of autocomplete suggestions for existing users
user_edit in modules/user.module
user_login in modules/user.module
user_view in modules/user.module
_aggregator_page_list in modules/aggregator.module
Prints an aggregator page listing a number of feed items. Various menu callbacks use this function to print their feeds.
_filter_html in modules/filter.module
HTML filter. Provides filtering of input into accepted HTML.
_form_validate in includes/form.inc
_locale_admin_manage_screen in includes/locale.inc
User interface for the language management screen.
_locale_string_edit in includes/locale.inc
User interface for string editing.
_locale_string_seek in includes/locale.inc
Perform a string search and display results in a table
_upload_form in modules/upload.module