218 calls to theme()

aggregator_block_view in drupal/modules/aggregator/aggregator.module
Implements hook_block_view().
aggregator_categorize_items in drupal/modules/aggregator/aggregator.pages.inc
Form constructor to build the page list form.
aggregator_page_categories in drupal/modules/aggregator/aggregator.pages.inc
Page callback: Displays all the categories used by the Aggregator module.
aggregator_page_opml in drupal/modules/aggregator/aggregator.pages.inc
Page callback: Generates an OPML representation of all feeds.
aggregator_page_rss in drupal/modules/aggregator/aggregator.pages.inc
Page callback: Generates an RSS 0.92 feed of aggregator items or categories.
aggregator_page_source in drupal/modules/aggregator/aggregator.pages.inc
Page callback: Displays all the items captured from the particular feed.
aggregator_page_sources in drupal/modules/aggregator/aggregator.pages.inc
Page callback: Displays all the feeds used by the aggregator.
aggregator_view in drupal/modules/aggregator/aggregator.admin.inc
Displays the aggregator administration page.
ajax_prepare_response in drupal/includes/ajax.inc
Converts the return value of a page callback into an Ajax commands array.
authorize.php in drupal/authorize.php
Administrative script for running authorized file operations.
BlogTestCase::verifyBlogs in drupal/modules/blog/blog.test
Verify the logged in user has the desired access to the various blog nodes.
blog_page_user in drupal/modules/blog/blog.pages.inc
Menu callback; displays a Drupal page containing recent blog entries of a given user.
book_admin_overview in drupal/modules/book/book.admin.inc
Returns an administrative overview of all books.
book_block_view in drupal/modules/book/book.module
Implements hook_block_view().
book_export_html in drupal/modules/book/book.pages.inc
Generates HTML for export when invoked by book_export().
book_node_export in drupal/modules/book/book.module
Generates printer-friendly HTML for a node.
book_node_view in drupal/modules/book/book.module
Implements hook_node_view().
book_render in drupal/modules/book/book.pages.inc
Menu callback: Prints a listing of all books.
callback_batch_finished in drupal/modules/system/form.api.php
Complete a batch process.
comment_admin_overview in drupal/modules/comment/comment.admin.inc
Form builder for the comment overview administration form.
comment_block_view in drupal/modules/comment/comment.module
Implements hook_block_view().
comment_form in drupal/modules/comment/comment.module
Generate the basic commenting form, for appending to a node or display on a separate page.
comment_links in drupal/modules/comment/comment.module
Helper function, build links for an individual comment.
comment_node_view in drupal/modules/comment/comment.module
Implements hook_node_view().
contact_personal_form in drupal/modules/contact/contact.pages.inc
Form constructor for the personal contact form.
dashboard_show_disabled in drupal/modules/dashboard/dashboard.module
Ajax callback: Shows disabled blocks in the dashboard customization mode.
dblog_event in drupal/modules/dblog/dblog.admin.inc
Page callback: Displays details about a specific database log message.
dblog_overview in drupal/modules/dblog/dblog.admin.inc
Page callback: Displays a listing of database log messages.
dblog_top in drupal/modules/dblog/dblog.admin.inc
Page callback: Shows the most frequent log messages of a given event type.
DrupalWebTestCase::assertThemeOutput in drupal/modules/simpletest/drupal_web_test_case.php
Asserts themed output.
drupal_add_feed in drupal/includes/common.inc
Adds a feed URL for the current page.
drupal_deliver_html_page in drupal/includes/common.inc
Packages and sends the result of a page callback to the browser as HTML.
drupal_get_js in drupal/includes/common.inc
Returns a themed presentation of all JavaScript code for the current page.
drupal_render in drupal/includes/common.inc
Renders HTML given a structured array tree.
entity_query_access_test_sample_query in drupal/modules/simpletest/tests/entity_query_access_test.module
Returns the results from an example EntityFieldQuery.
field_help in drupal/modules/field/field.module
Implements hook_help().
field_ui_fields_list in drupal/modules/field_ui/field_ui.admin.inc
Menu callback; lists all defined fields for quick reference.
field_ui_inactive_message in drupal/modules/field_ui/field_ui.admin.inc
Displays a message listing the inactive fields of a given bundle.
field_ui_table_pre_render in drupal/modules/field_ui/field_ui.admin.inc
Pre-render callback for field_ui_table elements.
FileFieldDisplayTestCase::testNodeDisplay in drupal/modules/file/tests/file.test
Tests normal formatter display on node display.
file_ajax_upload in drupal/modules/file/file.module
Menu callback; Shared Ajax callback for file uploads and deletions.
file_field_widget_form in drupal/modules/file/file.field.inc
Implements hook_field_widget_form().
file_managed_file_process in drupal/modules/file/file.module
Process function to expand the managed_file element type.
file_save_upload in drupal/includes/file.inc
Saves a file upload to a new location.
filter_tips_long in drupal/modules/filter/filter.pages.inc
Page callback: Displays a page with long filter tips.
ForumTestCase::verifyForums in drupal/modules/forum/forum.test
Verifies that the logged in user has access to a forum nodes.
ForumTestCase::verifyForumView in drupal/modules/forum/forum.test
Verifies display of forum page.
forum_help in drupal/modules/forum/forum.module
Implements hook_help().
forum_page in drupal/modules/forum/forum.pages.inc
Page callback: Prints a forum listing.
garland_preprocess_page in drupal/themes/garland/template.php
Override or insert variables into the page template.
help_page in drupal/modules/help/help.admin.inc
Menu callback; prints a page listing general help for a module.
hook_ajax_render_alter in drupal/modules/system/system.api.php
Alter the commands that are sent to the user through the Ajax framework.
hook_process in drupal/modules/system/theme.api.php
Process theme variables for templates.
hook_search_execute in drupal/modules/search/search.api.php
Execute a search for a set of key words.
hook_search_page in drupal/modules/search/search.api.php
Override the rendering of search results.
hook_view in drupal/modules/node/node.api.php
Display a node.
ImageFieldDisplayTestCase::testImageFieldDefaultImage in drupal/modules/image/image.test
Test use of a default image with an image field.
ImageFieldDisplayTestCase::testImageFieldFormatterAttributes in drupal/modules/image/image.test
Test passing attributes into the image field formatters.
ImageFieldDisplayTestCase::testImageFieldSettings in drupal/modules/image/image.test
Tests for image field settings.
ImageFieldDisplayTestCase::_testImageFieldFormatters in drupal/modules/image/image.test
Test image formatters on node display.
image_field_widget_form in drupal/modules/image/image.field.inc
Implements hook_field_widget_form().
image_field_widget_process in drupal/modules/image/image.field.inc
An element #process callback for the image_image field type.
image_style_form in drupal/modules/image/image.admin.inc
Form builder; Edit an image style name and effects order.
image_style_list in drupal/modules/image/image.admin.inc
Menu callback; Listing of all current image styles.
install_display_output in drupal/includes/install.core.inc
Displays themed installer output and ends the page request.
install_verify_requirements in drupal/includes/install.core.inc
Verifies the requirements for installing Drupal.
l in drupal/includes/common.inc
Formats an internal or external URL link as an HTML anchor tag.
locale_block_view in drupal/modules/locale/locale.module
Implements hook_block_view().
locale_date_format_language_overview_page in drupal/modules/locale/locale.admin.inc
Display edit date format links for each language.
locale_translate_overview_screen in drupal/modules/locale/locale.admin.inc
Overview screen for translations.
menu_overview_page in drupal/modules/menu/menu.admin.inc
Menu callback which shows an overview page of all the custom menus and their descriptions.
node_add_page in drupal/modules/node/node.pages.inc
Page callback: Displays add content links for available content types.
node_admin_nodes in drupal/modules/node/node.admin.inc
Form builder: Builds the node administration overview.
node_block_view in drupal/modules/node/node.module
Implements hook_block_view().
node_overview_types in drupal/modules/node/content_types.inc
Displays the content type admin overview page.
node_page_default in drupal/modules/node/node.module
Menu callback: Generates a listing of promoted nodes.
node_preview in drupal/modules/node/node.pages.inc
Generates a node preview.
node_revision_overview in drupal/modules/node/node.pages.inc
Generates an overview table of older revisions of a node.
node_search_execute in drupal/modules/node/node.module
Implements hook_search_execute().
page.tpl.php in drupal/modules/system/page.tpl.php
Default theme implementation to display a single Drupal page.
page.tpl.php in drupal/themes/bartik/templates/page.tpl.php
Bartik's theme implementation to display a single Drupal page.
page.tpl.php in drupal/modules/block/tests/themes/block_test_theme/page.tpl.php
Custom theme implementation to display a single Drupal page without sidebars. The sidebars are hidden by regions_hidden for this theme, so the default page.tpl.php will not work without throwing exceptions.
poll_page in drupal/modules/poll/poll.pages.inc
Menu callback to provide a simple list of all polls available.
poll_view_results in drupal/modules/poll/poll.module
Generates a graphical representation of the results of a poll.
poll_votes in drupal/modules/poll/poll.pages.inc
Callback for the 'votes' tab for polls you can see other votes on
profile_block_view in drupal/modules/profile/profile.module
Implements hook_block_view().
profile_browse in drupal/modules/profile/profile.pages.inc
Menu callback; display a list of user information.
rdf_process in drupal/modules/rdf/rdf.module
Template process function for adding extra tags to hold RDFa attributes.
search_extra_type_search_page in drupal/modules/search/tests/search_extra_type.module
Implements hook_search_page().
seven_tablesort_indicator in drupal/themes/seven/template.php
Override of theme_tablesort_indicator().
shortcut_set_admin in drupal/modules/shortcut/shortcut.admin.inc
Menu page callback: builds the page for administering shortcut sets.
simpletest_result_status_image in drupal/modules/simpletest/simpletest.pages.inc
Get the appropriate image for the status.
statistics_access_log in drupal/modules/statistics/statistics.admin.inc
Page callback: Gathers page access statistics suitable for rendering.
statistics_node_tracker in drupal/modules/statistics/statistics.pages.inc
Page callback: Displays statistics for a node.
statistics_recent_hits in drupal/modules/statistics/statistics.admin.inc
Page callback: Displays the "recent hits" page.
statistics_top_visitors in drupal/modules/statistics/statistics.admin.inc
Page callback: Displays the "top visitors" page.
system_actions_manage in drupal/modules/system/system.admin.inc
Menu callback; Displays an overview of available and configured actions.
system_admin_config_page in drupal/modules/system/system.admin.inc
Menu callback; Provide the administration overview page.
system_admin_index in drupal/modules/system/system.admin.inc
Menu callback; prints a listing of admin tasks, organized by module.
system_admin_menu_block_page in drupal/modules/system/system.admin.inc
Provide a single block from the administration menu as a page.
system_block_view in drupal/modules/system/system.module
Implements hook_block_view().
system_modules_confirm_form in drupal/modules/system/system.admin.inc
Display confirmation form for required modules.
system_modules_uninstall_confirm_form in drupal/modules/system/system.admin.inc
Confirm uninstall of selected modules.
system_requirements in drupal/modules/system/system.install
Implements hook_requirements().
system_settings_overview in drupal/modules/system/system.admin.inc
Displays the configuration overview page.
system_status in drupal/modules/system/system.admin.inc
Menu callback: displays the site status report. Can also be used as a pure check.
system_themes_page in drupal/modules/system/system.admin.inc
Menu callback; displays a listing of all themes.
tablesort_header in drupal/includes/tablesort.inc
Formats a column header.
template_preprocess_aggregator_feed_source in drupal/modules/aggregator/aggregator.pages.inc
Processes variables for aggregator-feed-source.tpl.php.
template_preprocess_aggregator_summary_items in drupal/modules/aggregator/aggregator.pages.inc
Processes variables for aggregator-summary-items.tpl.php.
template_preprocess_aggregator_wrapper in drupal/modules/aggregator/aggregator.pages.inc
Processes variables for aggregator-wrapper.tpl.php.
template_preprocess_comment in drupal/modules/comment/comment.module
Process variables for comment.tpl.php.
template_preprocess_forums in drupal/modules/forum/forum.module
Preprocesses variables for forums.tpl.php.
template_preprocess_forum_list in drupal/modules/forum/forum.module
Preprocesses variables for forum-list.tpl.php.
template_preprocess_forum_submitted in drupal/modules/forum/forum.module
Preprocesses variables for forum-submitted.tpl.php.
template_preprocess_forum_topic_list in drupal/modules/forum/forum.module
Preprocesses variables for forum-topic-list.tpl.php.
template_preprocess_maintenance_page in drupal/includes/theme.inc
Process variables for maintenance-page.tpl.php.
template_preprocess_node in drupal/modules/node/node.module
Processes variables for node.tpl.php
template_preprocess_poll_results in drupal/modules/poll/poll.module
Preprocess the poll_results theme hook.
template_preprocess_profile_block in drupal/modules/profile/profile.module
Process variables for profile-block.tpl.php.
template_preprocess_profile_listing in drupal/modules/profile/profile.module
Process variables for profile-listing.tpl.php.
template_preprocess_search_results in drupal/modules/search/search.pages.inc
Process variables for search-results.tpl.php.
template_preprocess_user_picture in drupal/modules/user/user.module
Process variables for user-picture.tpl.php.
template_process_page in drupal/includes/theme.inc
Process variables for page.tpl.php
ThemeItemListUnitTest::testItemList in drupal/modules/simpletest/tests/theme.test
Test item list rendering.
ThemeTableTestCase::testThemeTableNoStickyHeaders in drupal/modules/simpletest/tests/theme.test
If $sticky is FALSE, no tableheader.js should be included.
ThemeTableTestCase::testThemeTableStickyHeaders in drupal/modules/simpletest/tests/theme.test
Tableheader.js provides 'sticky' table headers, and is included by default.
ThemeTableTestCase::testThemeTableWithEmptyMessage in drupal/modules/simpletest/tests/theme.test
Tests that the table header is printed correctly even if there are no rows, and that the empty text is displayed correctly.
ThemeTableTestCase::testThemeTableWithNoStriping in drupal/modules/simpletest/tests/theme.test
Tests that the 'no_striping' option works correctly.
ThemeTestCase::testRegistryRebuild in drupal/modules/simpletest/tests/theme.test
Ensures the theme registry is rebuilt when modules are disabled/enabled.
theme_admin_page in drupal/modules/system/system.admin.inc
Returns HTML for an administrative page.
theme_aggregator_categorize_items in drupal/modules/aggregator/aggregator.pages.inc
Returns HTML for the aggregator page list form for assigning categories.
theme_authorize_report in drupal/includes/theme.maintenance.inc
Returns HTML for a results report of an operation run by authorize.php.
theme_book_admin_table in drupal/modules/book/book.admin.inc
Returns HTML for a book administration form.
theme_comment_block in drupal/modules/comment/comment.module
Returns HTML for a list of recent comments to be displayed in the comment block.
theme_dashboard_disabled_blocks in drupal/modules/dashboard/dashboard.module
Returns HTML for disabled blocks, for use in dashboard customization mode.
theme_exposed_filters in drupal/modules/system/system.module
Returns HTML for an exposed filter form.
theme_feed_icon in drupal/includes/theme.inc
Returns HTML for a feed icon.
theme_field_multiple_value_form in drupal/modules/field/field.form.inc
Returns HTML for an individual form element.
theme_field_ui_table in drupal/modules/field_ui/field_ui.admin.inc
Returns HTML for Field UI overview tables.
theme_file_formatter_table in drupal/modules/file/file.field.inc
Returns HTML for a file attachments table.
theme_file_link in drupal/modules/file/file.module
Returns HTML for a link to a file.
theme_file_widget_multiple in drupal/modules/file/file.field.inc
Returns HTML for a group of file upload widgets.
theme_filter_admin_format_filter_order in drupal/modules/filter/filter.admin.inc
Returns HTML for a text format's filter order form.
theme_filter_admin_overview in drupal/modules/filter/filter.admin.inc
Returns HTML for the text format administration overview form.
theme_filter_guidelines in drupal/modules/filter/filter.module
Returns HTML for guidelines for a text format.
theme_form_element in drupal/includes/form.inc
Returns HTML for a form element.
theme_form_element_label in drupal/includes/form.inc
Returns HTML for a form element label and required marker.
theme_image_anchor in drupal/modules/image/image.admin.inc
Returns HTML for a 3x3 grid of checkboxes for image anchors.
theme_image_crop_summary in drupal/modules/image/image.admin.inc
Returns HTML for a summary of an image crop effect.
theme_image_formatter in drupal/modules/image/image.field.inc
Returns HTML for an image field formatter.
theme_image_scale_summary in drupal/modules/image/image.admin.inc
Returns HTML for a summary of an image scale effect.
theme_image_style in drupal/modules/image/image.module
Returns HTML for an image using a specific image style.
theme_image_style_effects in drupal/modules/image/image.admin.inc
Returns HTML for a listing of the effects within a specific image style.
theme_image_style_list in drupal/modules/image/image.admin.inc
Returns HTML for the page containing the list of image styles.
theme_image_style_preview in drupal/modules/image/image.admin.inc
Returns HTML for a preview of an image style.
theme_install_page in drupal/includes/theme.maintenance.inc
Returns HTML for the installation page.
theme_locale_date_format_form in drupal/modules/locale/locale.admin.inc
Returns HTML for a locale date format form.
theme_locale_languages_configure_form in drupal/modules/locale/locale.admin.inc
Returns HTML for a language configuration form.
theme_locale_languages_overview_form in drupal/modules/locale/locale.admin.inc
Returns HTML for the language overview form.
theme_menu_overview_form in drupal/modules/menu/menu.admin.inc
Returns HTML for the menu overview form into a table.
theme_node_recent_block in drupal/modules/node/node.module
Returns HTML for a list of recent content.
theme_node_recent_content in drupal/modules/node/node.module
Returns HTML for a recent node to be displayed in the recent content block.
theme_node_search_admin in drupal/modules/node/node.module
Returns HTML for the content ranking part of the search settings admin page.
theme_pager in drupal/includes/pager.inc
Returns HTML for a query pager.
theme_pager_first in drupal/includes/pager.inc
Returns HTML for the "first page" link in a query pager.
theme_pager_last in drupal/includes/pager.inc
Returns HTML for the "last page" link in query pager.
theme_pager_next in drupal/includes/pager.inc
Returns HTML for the "next page" link in a query pager.
theme_pager_previous in drupal/includes/pager.inc
Returns HTML for the "previous page" link in a query pager.
theme_poll_choices in drupal/modules/poll/poll.module
Returns HTML for an admin poll form for choices.
theme_profile_admin_overview in drupal/modules/profile/profile.admin.inc
Returns HTML for the profile field overview form into a drag and drop enabled table.
theme_shortcut_set_customize in drupal/modules/shortcut/shortcut.admin.inc
Returns HTML for a shortcut set customization form.
theme_simpletest_test_table in drupal/modules/simpletest/simpletest.pages.inc
Returns HTML for a test list generated by simpletest_test_form() into a table.
theme_submit in drupal/includes/form.inc
Returns HTML for a submit button form element.
theme_system_admin_index in drupal/modules/system/system.admin.inc
Returns HTML for the output of the dashboard page.
theme_system_date_time_settings in drupal/modules/system/system.admin.inc
Returns HTML for the date settings form.
theme_system_modules_fieldset in drupal/modules/system/system.admin.inc
Returns HTML for the modules form.
theme_system_modules_uninstall in drupal/modules/system/system.admin.inc
Returns HTML for a table of currently disabled modules.
theme_system_themes_page in drupal/modules/system/system.admin.inc
Returns HTML for the Appearance page.
theme_tableselect in drupal/includes/form.inc
Returns HTML for a table with radio buttons or checkboxes.
theme_tablesort_indicator in drupal/includes/theme.inc
Returns HTML for a sort icon.
theme_taxonomy_overview_terms in drupal/modules/taxonomy/taxonomy.admin.inc
Returns HTML for a terms overview form as a sortable list of terms.
theme_taxonomy_overview_vocabularies in drupal/modules/taxonomy/taxonomy.admin.inc
Returns HTML for the vocabulary overview form as a sortable list of vocabularies.
theme_test_init in drupal/modules/simpletest/tests/theme_test.module
Implements hook_init().
theme_trigger_display in drupal/modules/trigger/trigger.admin.inc
Returns HTML for the form showing actions assigned to a trigger.
theme_update_manager_update_form in drupal/modules/update/update.manager.inc
Returns HTML for the first page in the process of updating projects.
theme_update_page in drupal/includes/theme.maintenance.inc
Returns HTML for the update page.
theme_update_report in drupal/modules/update/update.report.inc
Returns HTML for the project status report.
theme_update_version in drupal/modules/update/update.report.inc
Returns HTML for the version display of a project.
theme_user_admin_permissions in drupal/modules/user/user.admin.inc
Returns HTML for the administer permissions page.
theme_user_admin_roles in drupal/modules/user/user.admin.inc
Returns HTML for the role order and new role form.
theme_user_list in drupal/modules/user/user.module
Returns HTML for a list of users.
tracker_page in drupal/modules/tracker/tracker.pages.inc
Page callback: prints a listing of active nodes on the site.
update_check_requirements in drupal/update.php
Checks update requirements and reports errors and (optionally) warnings.
update_manager_download_batch_finished in drupal/modules/update/update.manager.inc
Implements callback_batch_finished().
update_manager_update_form in drupal/modules/update/update.manager.inc
Form constructor for the update form of the Update Manager module.
update_results_page in drupal/update.php
Displays results of the update script with any accompanying errors.
update_script_selection_form in drupal/update.php
Form constructor for the list of available database module updates.
update_status in drupal/modules/update/update.report.inc
Page callback: Generates a page about the update status of projects.
update_task_list in drupal/update.php
Adds the update task list to the current page.
user_account_form in drupal/modules/user/user.module
Helper function to add default user account fields to user registration and edit form.
user_admin_account in drupal/modules/user/user.admin.inc
Form builder; User administration page.
user_admin_permissions in drupal/modules/user/user.admin.inc
Menu callback: administer permissions.
user_block_view in drupal/modules/user/user.module
Implements hook_block_view().
user_login_block in drupal/modules/user/user.module
user_user_view in drupal/modules/user/user.module
Implements hook_user_view().
_aggregator_page_list in drupal/modules/aggregator/aggregator.pages.inc
Prints an aggregator page listing a number of feed items.
_batch_progress_page_nojs in drupal/includes/batch.inc
Outputs a batch processing page without JavaScript support.
_color_theme_select_form_alter in drupal/modules/color/color.module
Helper for hook_form_FORM_ID_alter() implementations.
_drupal_log_error in drupal/includes/errors.inc
Logs a PHP error or exception and displays an error page in fatal cases.
_filter_html_tips in drupal/modules/filter/filter.module
Implements callback_filter_tips().
_locale_translate_seek in drupal/includes/locale.inc
Perform a string search and display results in a table
_node_mass_update_batch_finished in drupal/modules/node/node.admin.inc
Implements callback_batch_finished().
_options_get_options in drupal/modules/field/modules/options/options.module
Collects the options for a field.
_simpletest_batch_operation in drupal/modules/simpletest/simpletest.module
Implements callback_batch_operation().
_system_modules_build_row in drupal/modules/system/system.admin.inc
Build a table row for the system modules page.
_theme_test_engine_info_test in drupal/modules/simpletest/tests/theme_test.module
Serves a simple page renderered using a Nyan Cat theme engine template.
_theme_test_suggestion in drupal/modules/simpletest/tests/theme_test.module
Page callback, calls a theme hook suggestion.