BootstrapIPAddressTestCase::testIPAddressHost in modules/simpletest/tests/bootstrap.test
test IP Address and hostname
CommentActionsTestCase::testCommentPublishUnpublishHooks in modules/comment/comment.test
Test comment publish and unpublish hooks.
CommentInterfaceTest::setEnvironment in modules/comment/comment.test
Re-configures the environment, module settings, and user permissions.
CommentInterfaceTest::testCommentNewCommentsIndicator in modules/comment/comment.test
Tests new comment marker.
comment_save in modules/comment/comment.module
Accepts a submission of new or changed comment content.
DBLogTestCase::generateLogEntries in modules/dblog/dblog.test
Generates a number of random database log events.
DBLogTestCase::testDBLogAddAndClear in modules/dblog/dblog.test
Tests the addition and clearing of log events through the admin interface.
DBLogTestCase::testDBLogCorrupted in modules/dblog/dblog.test
Tests corrupted log entries can still display available data.
DBLogTestCase::testDBLogException in modules/dblog/dblog.test
Verifies that exceptions are caught in dblog_watchdog().
drupal_anonymous_user in includes/bootstrap.inc
Generates a default anonymous $user object.
drupal_block_denied in includes/bootstrap.inc
Handles denied users.
flood_clear_event in includes/common.inc
Makes the flood control mechanism forget an event for the current visitor.
flood_is_allowed in includes/common.inc
Checks whether a user is allowed to proceed with the specified event.
flood_register_event in includes/common.inc
Registers an event for the current visitor to the flood control mechanism.
openid_verify_assertion_nonce in modules/openid/openid.module
Verify that the nonce has not been used in earlier assertions from the same OpenID provider.
system_block_ip_action in modules/system/system.module
Blocks the current user's IP address.
system_ip_blocking_form_validate in modules/system/system.admin.inc
user_login_authenticate_validate in modules/user/user.module
A validate handler on the login form. Check supplied username/password against local users table. If successful, $form_state['uid'] is set to the matching user ID.
user_login_final_validate in modules/user/user.module
The final validation handler on the login form.
user_pass_reset in modules/user/user.pages.inc
Menu callback; process one time login link and redirects to the user page on success.
watchdog in includes/bootstrap.inc
Logs a system message.
watchdog_skip_semaphore in modules/simpletest/tests/actions_loop_test.module
Replacement of the watchdog() function that eliminates the use of semaphores so that we can test the abortion of an action loop.
_drupal_bootstrap_page_cache in includes/bootstrap.inc
Attempts to serve a page from the cache.
_drupal_session_write in includes/session.inc
Writes an entire session to the database (internal use only).