31 calls to format_username() in Drupal 7
- BlogTestCase::testBlogPageNoEntries in modules/
blog/ blog.test - View the blog of a user with no blog entries as another user.
- BlogTestCase::testUnprivilegedUser in modules/
blog/ blog.test - Confirm that the "You are not allowed to post a new blog entry." message shows up if a user submitted blog entries, has been denied that permission, and goes to the blog page.
- BlogTestCase::verifyBlogLinks in modules/
blog/ blog.test - Verify the blog links are displayed to the logged in user.
- BlogTestCase::verifyBlogs in modules/
blog/ blog.test - Verify the logged in user has the desired access to the various blog nodes.
- blog_feed_user in modules/
blog/ blog.pages.inc - Menu callback; displays an RSS feed containing recent blog entries of a given user.
- blog_node_view in modules/
blog/ blog.module - Implements hook_node_view().
- blog_page_user in modules/
blog/ blog.pages.inc - Menu callback; displays a Drupal page containing recent blog entries of a given user.
- blog_user_view in modules/
blog/ blog.module - Implements hook_user_view().
- blog_view in modules/
blog/ blog.module - Implements hook_view().
- 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.
- hook_mail in modules/
system/ system.api.php - Prepare a message based on parameters; called from drupal_mail().
- hook_user_view in modules/
user/ user.api.php - The user's account information is being displayed.
- NodeTokenReplaceTestCase::testNodeTokenReplacement in modules/
node/ node.test - Creates a node, then tests the tokens generated from it.
- node_feed in modules/
node/ node.module - Generates and prints an RSS feed.
- node_tokens in modules/
node/ node.tokens.inc - Implements hook_tokens().
- openid_user_identities in modules/
openid/ openid.pages.inc - Menu callback; Manage OpenID identities for the specified user.
- profile_block_view in modules/
profile/ profile.module - Implements hook_block_view().
- statistics_user_tracker in modules/
statistics/ statistics.pages.inc - Page callback: Displays statistics for a user.
- system_tokens in modules/
system/ system.tokens.inc - Implements hook_tokens().
- template_preprocess_username in includes/
theme.inc - Preprocesses variables for theme_username().
- template_preprocess_user_picture in modules/
user/ user.module - Process variables for user-picture.tpl.php.
- toolbar_view in modules/
toolbar/ toolbar.module - Builds the admin menu as a structured array ready for drupal_render().
- tracker_page in modules/
tracker/ tracker.pages.inc - Page callback: prints a listing of active nodes on the site.
- UserPictureTestCase::testWithGDinvalidDimension in modules/
user/ user.test - Do the test: GD Toolkit is installed Picture has invalid dimension
- UserTokenReplaceTestCase::testUserTokenReplacement in modules/
user/ user.test - Creates a user, then tests the tokens generated from it.
- user_page_title in modules/
user/ user.module - Menu item title callback - use the user name.
- user_search_execute in modules/
user/ user.module - Implements hook_search_execute().
- user_tokens in modules/
user/ user.tokens.inc - Implements hook_tokens().