- ajax_example_node_by_author_autocomplete in modules/
examples/ ajax_example/ ajax_example_autocomplete.inc - Search by title and author.
- ajax_example_node_by_author_autocomplete_validate in modules/
examples/ ajax_example/ ajax_example_autocomplete.inc - Validate handler to convert our title string into a nid.
- comment_form_validate in core/
modules/ comment/ comment.module - Form validation handler for comment_form().
- comment_preview in core/
modules/ comment/ comment.module - Generates a comment preview.
- comment_submit in core/
modules/ comment/ comment.module - Prepare a comment for submission.
- DBLogTestCase::doUser in core/
modules/ dblog/ tests/ dblog.test - Generates and then verifies some user events.
- file_manage_form_submit in core/
modules/ file/ file.pages.inc - Form submission handler for the 'Save' button for file_manage_form().
- file_manage_form_validate in core/
modules/ file/ file.pages.inc - Form validation handler for file_manage_form().
- LocaleUserCreationTest::testLocalUserCreation in core/
modules/ locale/ tests/ locale.test - Functional test for language handling during user creation.
- node_preview in core/
modules/ node/ node.pages.inc - Generates a node preview.
- node_submit in core/
modules/ node/ node.module - Prepares a node for saving by populating the author and creation date.
- node_validate in core/
modules/ node/ node.module - Performs validation checks on the given node.
- url_alter_test_url_inbound_alter in core/
modules/ simpletest/ tests/ url_alter_test.module - Implements hook_url_inbound_alter().
- UserCreateTestCase::testUserAdd in core/
modules/ user/ tests/ user.test - Create a user through the administration interface and ensure that it displays in the user list.
- UserEditedOwnAccountTestCase::testUserEditedOwnAccount in core/
modules/ user/ tests/ user.test - Tests a user editing their own account.
- UserRegistrationTestCase::testRegistrationEmailAsUsername in core/
modules/ user/ tests/ user.test - Tests new users username matches their email if username is an email.
- UserRolesAssignmentTestCase::testCreateUserWithRole in core/
modules/ user/ tests/ user.test - Tests that when creating a user the role can be assigned. And that it can be removed again.
- UserSaveTestCase::testUserImport in core/
modules/ user/ tests/ user.test - Test creating a user with arbitrary uid.
- user_authenticate in core/
modules/ user/ user.module - Try to validate the user's login credentials locally.
- user_password_reject_weak in core/
modules/ user/ user.password.inc - Get the password strength score required for an account.