- admin_bar_links_account in modules/admin_bar/ admin_bar.inc 
- Builds the account links.
- AnonymousUser::label in includes/anonymous.inc 
- Provides the anonymous user name for consistency with User entities.
- CommentTokenReplaceTestCase::testCommentTokenReplacement in modules/comment/ tests/ comment.test 
- Creates a comment, then tests the tokens generated from it.
- contact_mail in modules/contact/ contact.module 
- Implements hook_mail().
- contact_personal_form in modules/contact/ contact.pages.inc 
- Form constructor for the personal contact form.
- contact_site_form in modules/contact/ contact.pages.inc 
- Form constructor for the site-wide contact form.
- FileTokenReplaceTestCase::testFileTokenReplacement in modules/file/ tests/ file.test 
- Creates a file, then tests the tokens generated from it.
- format_username in includes/drupal.inc 
- Format a username.
- hook_mail in modules/system/ system.api.php 
- Prepare a message based on parameters; called from backdrop_mail().
- node_feed in modules/node/ node.module 
- Page callback: Generates and prints an RSS feed.
- NodeTokenReplaceTestCase::testNodeTokenReplacement in modules/node/ tests/ node.test 
- Creates a node, then tests the tokens generated from it.
- node_tokens in modules/node/ node.tokens.inc 
- Implements hook_tokens().
- path_autocomplete in modules/system/ system.module 
- Menu callback; Autocomplete callback for paths.
- system_tokens in modules/system/ system.tokens.inc 
- Implements hook_tokens().
- template_preprocess_username in modules/user/ user.theme.inc 
- Preprocesses variables for theme_username().
- template_preprocess_user_picture in modules/user/ user.theme.inc 
- Process variables for user-picture.tpl.php.
- User::label in modules/user/ user.entity.inc 
- Implements EntityInterface::label().
- user_page_title in modules/user/ user.module 
- Menu item title callback - use the user name.
- UserPictureTestCase::testWithGDinvalidDimension in modules/user/ tests/ user.test 
- Do the test: GD Toolkit is installed Picture has invalid dimension
- user_search_execute in modules/user/ user.module 
- Implements hook_search_execute().
- UserTokenReplaceTestCase::testUserTokenReplacement in modules/user/ tests/ user.test 
- Creates a user, then tests the tokens generated from it.
- user_tokens in modules/user/ user.tokens.inc 
- Implements hook_tokens().
- views_handler_field_user_name::render_link in modules/user/ views/ views_handler_field_user_name.inc 
- views_plugin_argument_validate_user::validate_argument in modules/user/ views/ views_plugin_argument_validate_user.inc 
- views_plugin_row_comment_rss::render in modules/comment/ views/ views_plugin_row_comment_rss.inc 
- Render a row object. This usually passes through to a theme template of some form, but not always.
- views_plugin_row_node_rss::render in modules/node/ views/ views_plugin_row_node_rss.inc 
- Render a row object. This usually passes through to a theme template of some form, but not always.