- book_admin_overview in modules/
book/ book.admin.inc - Returns an administrative overview of all books.
- field_ui_fields_list in modules/
field_ui/ field_ui.admin.inc - Page callback: Lists all defined fields for quick reference.
- _filter_html_tips in modules/
filter/ filter.module - Implements callback_filter_tips().
- installer_manager_update_form in modules/
installer/ installer.manager.inc - Form constructor for the update form of the Installer module.
- _locale_translate_seek in modules/
locale/ locale.pages.inc - Perform a string search and display results in a table
- menu_overview_page in modules/
menu/ menu.admin.inc - Menu callback which shows an overview page of all the custom menus and their descriptions.
- system_transliteration_retroactive in modules/
system/ system.admin.inc - Form builder function; generates retroactive transliteration confirm form.
- taxonomy_overview_vocabularies in modules/
taxonomy/ taxonomy.admin.inc - Page callback at admin/structure/taxonomy to list all available vocabularies.
- template_preprocess_installer_browser_list in modules/
installer/ installer.theme.inc - Add some variables for the projects list theme.
- theme_book_admin_table in modules/
book/ book.admin.inc - Returns HTML for a book administration form.
- theme_contact_category_list_table in modules/
contact/ contact.theme.inc - Returns HTML for the contact form categories administrative table.
- theme_date_text_parts in modules/
date/ date.theme.inc - Returns HTML for the text/select options for date parts in a table.
- theme_field_multiple_value_form in modules/
field/ field.theme.inc - Returns HTML for an individual form element.
- theme_field_ui_table in modules/
field_ui/ field_ui.theme.inc - Returns HTML for Field UI overview tables.
- theme_field_ui_view_modes in modules/
field_ui/ field_ui.theme.inc - Returns HTML for the entity display mode table.
- theme_file_display_order in modules/
file/ file.theme.inc - Returns HTML for a file display's display order table.
- theme_file_formatter_table in modules/
file/ file.theme.inc - Returns HTML for a file attachments table.
- theme_file_widget_multiple in modules/
file/ file.theme.inc - Returns HTML for a group of file upload widgets.
- theme_filter_admin_format_filter_order in modules/
filter/ filter.theme.inc - Returns HTML for a text format's filter order form.
- theme_filter_admin_overview in modules/
filter/ filter.theme.inc - Returns HTML for the text format administration overview form.
- theme_image_anchor in modules/
image/ image.theme.inc - Returns HTML for a 3x3 grid of checkboxes for image anchors.
- theme_image_style_effects in modules/
image/ image.theme.inc - Returns HTML for a listing of the effects within a specific image style.
- theme_image_style_list in modules/
image/ image.theme.inc - Returns HTML for the page containing the list of image styles.
- theme_language_admin_overview_form_table in modules/
language/ language.theme.inc - Returns HTML for the language overview form.
- theme_language_negotiation_configure_form in modules/
locale/ locale.theme.inc - Returns HTML for the language negotiation configuration form.
- theme_layout_menu_item_arguments_table in modules/
layout/ layout.theme.inc - Output the arguments table for layout_menu_item_arguments_form().
- theme_layout_reorder_layouts in modules/
layout/ layout.theme.inc - Turn the rearrange form into a table with table sorting displayed.
- theme_layout_settings_context_table in modules/
layout/ layout.theme.inc - Output the table for layout_settings_form() contexts.
- theme_locale_date_format_form in modules/
locale/ locale.theme.inc - Returns themed HTML for the locale_date_format_form() form.
- theme_menu_overview_form in modules/
menu/ menu.theme.inc - Returns HTML for the menu overview form into a table.
- theme_node_recent_block in modules/
node/ node.theme.inc - Returns HTML for a list of recent content.
- theme_node_search_factors in modules/
node/ node.theme.inc - Returns HTML for the content ranking part of the search settings admin page.
- theme_path_bulk_update_form in modules/
path/ path.admin.inc - Returns HTML for the Path bulk update page.
- theme_simpletest_test_table in modules/
simpletest/ simpletest.theme.inc - Returns HTML for a test list generated by simpletest_test_form() into a table.
- theme_system_modules_fieldset in modules/
system/ system.theme.inc - Returns HTML for the modules form.
- theme_system_modules_uninstall in modules/
system/ system.theme.inc - Returns HTML for a table of currently disabled modules.
- theme_tableselect in includes/
form.inc - Returns HTML for a table with radio buttons or checkboxes.
- ThemeTableUnitTest::testThemeTableFooter in modules/
simpletest/ tests/ theme.test - Tests that the 'footer' option works correctly.
- ThemeTableUnitTest::testThemeTableNoStickyHeaders in modules/
simpletest/ tests/ theme.test - If $sticky is FALSE, no tableheader.js should be included.
- ThemeTableUnitTest::testThemeTableStickyHeaders in modules/
simpletest/ tests/ theme.test - Tableheader.js provides 'sticky' table headers, and is included by default.
- ThemeTableUnitTest::testThemeTableWithEmptyMessage in 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.
- ThemeTableUnitTest::testThemeTableWithNoStriping in modules/
simpletest/ tests/ theme.test - Tests that the 'no_striping' option works correctly.
- theme_taxonomy_overview_terms in modules/
taxonomy/ taxonomy.theme.inc - Returns HTML for a terms overview form as a sortable list of terms.
- theme_tree_table in modules/
system/ system.theme.inc - Theme a tree table.
- theme_update_report in modules/
update/ update.theme.inc - Returns HTML for the project status report.
- theme_user_admin_permissions in modules/
user/ user.theme.inc - Returns HTML for the administer permissions page.
- theme_user_admin_roles in modules/
user/ user.theme.inc - Returns HTML for the role order form.
- theme_views_ui_build_group_filter_form in modules/
views_ui/ views_ui.theme.inc - Theme the build group filter form.
- theme_views_ui_rearrange_filter_form in modules/
views_ui/ views_ui.theme.inc - Turn the rearrange form into a proper table
- theme_views_ui_rearrange_form in modules/
views_ui/ views_ui.theme.inc - Turn the rearrange form into a proper table
- theme_views_ui_reorder_displays_form in modules/
views_ui/ views_ui.theme.inc - Turn the reorder form into a proper table
- theme_views_ui_style_plugin_table in modules/
views_ui/ views_ui.theme.inc - Theme the form for the table style plugin
- views_ui_list_page in modules/
views_ui/ views_ui.admin.inc - Page callback at admin/build/views to list all available views.
- views_ui_preview in modules/
views_ui/ views_ui.admin.inc - Returns the results of the live preview.