| comment_admin_overview | drupal/modules/comment/comment.admin.inc | Form builder; Builds the comment overview form for the admin. |
| contact_user_page | drupal/modules/contact/contact.pages.inc | Personal contact page. |
| hook_translated_menu_link_alter | drupal/modules/menu/menu.api.php | Alter a menu link after it's translated, but before it's rendered. |
| node_admin_nodes | drupal/modules/node/node.admin.inc | Form builder: Builds the node administration overview. |
| node_form_delete_submit | drupal/modules/node/node.pages.inc | Button submit function: handle the 'Delete' button on the node form. |
| openid_authentication | drupal/modules/openid/openid.module | Authenticate a user or attempt registration. |
| openid_form_alter | drupal/modules/openid/openid.module | Implementation of hook_form_alter(). Adds OpenID login to the login forms. |
| path_admin_overview | drupal/modules/path/path.admin.inc | Return a listing of all defined URL aliases.
When filter key passed, perform a standard search on the given key,
and return the list of matching URL aliases. |
| statistics_top_visitors | drupal/modules/statistics/statistics.admin.inc | Menu callback; presents the "top visitors" page. |
| system_admin_compact_page | drupal/modules/system/system.module | Menu callback; Sets whether the admin menu is in compact mode or not. |
| system_user_login | drupal/modules/system/system.module | Implementation of hook_user_login(). |
| taxonomy_overview_terms | drupal/modules/taxonomy/taxonomy.admin.inc | Form builder for the taxonomy terms overview. |
| taxonomy_term_confirm_parents | drupal/modules/taxonomy/taxonomy.admin.inc | Form builder for the confirmation of multiple term parents. |
| template_preprocess_forums | drupal/modules/forum/forum.module | Process variables for forums.tpl.php |
| theme_book_admin_table | drupal/modules/book/book.admin.inc | Theme function for the book administration page form. |
| theme_system_compact_link | drupal/modules/system/system.module | Display the link to show or hide inline help descriptions. |
| user_admin_account | drupal/modules/user/user.admin.inc | Form builder; User administration page. |
| user_edit_delete_submit | drupal/modules/user/user.pages.inc | Submit function for the 'Delete' button on the user edit form. |
| _scaffolding_example_record_links | contributions/docs/developer/examples/scaffolding_example/scaffolding_example.admin.inc | Build the edit and delete links for a single record. |
| _update_no_data | drupal/modules/update/update.module | Prints a warning message when there is no data about available updates. |