Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
bootstrap.inc
»
ip_address
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
20 calls to ip_address()
BootstrapIPAddressTestCase::testIPAddressHost
in drupal/
modules/
simpletest/
tests/
bootstrap.test
test IP Address and hostname
CommentInterfaceTest::setEnvironment
in drupal/
modules/
comment/
comment.test
Re-configures the environment, module settings, and user permissions.
CommentInterfaceTest::testCommentNewCommentsIndicator
in drupal/
modules/
comment/
comment.test
Tests new comment marker.
comment_save
in drupal/
modules/
comment/
comment.module
Accepts a submission of new or changed comment content.
DBLogTestCase::generateLogEntries
in drupal/
modules/
dblog/
dblog.test
Generates a number of random database log events.
DBLogTestCase::testDBLogAddAndClear
in drupal/
modules/
dblog/
dblog.test
Tests the addition and clearing of log events through the admin interface.
DBLogTestCase::testDBLogException
in drupal/
modules/
dblog/
dblog.test
Verifies that exceptions are caught in
dblog_watchdog
().
drupal_anonymous_user
in drupal/
includes/
bootstrap.inc
Generates a default anonymous $user object.
drupal_block_denied
in drupal/
includes/
bootstrap.inc
Handles denied users.
flood_clear_event
in drupal/
includes/
common.inc
Makes the flood control mechanism forget an event for the current visitor.
flood_is_allowed
in drupal/
includes/
common.inc
Checks whether a user is allowed to proceed with the specified event.
flood_register_event
in drupal/
includes/
common.inc
Registers an event for the current visitor to the flood control mechanism.
openid_verify_assertion_nonce
in drupal/
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 drupal/
modules/
system/
system.module
Blocks the current user's IP address.
system_ip_blocking_form_validate
in drupal/
modules/
system/
system.admin.inc
user_login_authenticate_validate
in drupal/
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.
watchdog
in drupal/
includes/
bootstrap.inc
Logs a system message.
watchdog_skip_semaphore
in drupal/
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 drupal/
includes/
bootstrap.inc
Attempts to serve a page from the cache.
_drupal_session_write
in drupal/
includes/
session.inc
Writes an entire session to the database (internal use only).