Search for nid

  1. Search 9.5.x for nid
  2. Search 8.9.x for nid
  3. Search 10.3.x for nid
  4. Search 11.x for nid
  5. Other projects
Title Object type File name Summary
openid_test_install function modules/openid/tests/openid_test.install Implements hook_install().
openid_test_menu function modules/openid/tests/openid_test.module Implements hook_menu().
openid_test_menu_site_status_alter function modules/openid/tests/openid_test.module Implements hook_menu_site_status_alter().
openid_test_redirect function modules/openid/tests/openid_test.module Menu callback; redirect during Normalization/Discovery.
openid_test_redirected_method function modules/openid/tests/openid_test.module Menu callback; respond with appropriate callback.
openid_test_yadis_http_equiv function modules/openid/tests/openid_test.module Menu callback; regular HTML page with <meta> element.
openid_test_yadis_xrds function modules/openid/tests/openid_test.module Menu callback; XRDS document that references the OP Endpoint URL.
openid_test_yadis_x_xrds_location function modules/openid/tests/openid_test.module Menu callback; regular HTML page with an X-XRDS-Location HTTP header.
openid_update_6000 function modules/openid/openid.install Add a table to store nonces.
openid_update_7000 function modules/openid/openid.install Bind associations to their providers.
openid_user_add function modules/openid/openid.pages.inc Form builder; Add an OpenID identity.
openid_user_add_submit function modules/openid/openid.pages.inc
openid_user_add_validate function modules/openid/openid.pages.inc
openid_user_delete_form function modules/openid/openid.pages.inc Menu callback; Delete the specified OpenID identity from the system.
openid_user_delete_form_submit function modules/openid/openid.pages.inc
openid_user_identities function modules/openid/openid.pages.inc Menu callback; Manage OpenID identities for the specified user.
openid_user_insert function modules/openid/openid.module Implements hook_user_insert().
openid_user_login function modules/openid/openid.module Implements hook_user_login().
openid_user_logout function modules/openid/openid.module Implements hook_user_logout().
openid_verify_assertion function modules/openid/openid.module Attempt to verify the response received from the OpenID Provider.
openid_verify_assertion_nonce function modules/openid/openid.module Verify that the nonce has not been used in earlier assertions from the same OpenID provider.
openid_verify_assertion_return_url function modules/openid/openid.module Verify that openid.return_to matches the current URL.
openid_verify_assertion_signature function modules/openid/openid.module Verify the signature of the response received from the OpenID provider.
PollVoteCheckHostname::$poll_nid property modules/poll/poll.test
SessionHttpsTestCase::assertSessionIds function modules/simpletest/tests/session.test Test that there exists a session with two specific session IDs.
SessionHttpsTestCase::testEmptySessionId function modules/simpletest/tests/session.test Tests that empty session IDs do not cause unrelated sessions to load.
SessionTestCase::testEmptySessionID function modules/simpletest/tests/session.test Test that empty session IDs are not allowed.
SessionTestCase::testHashedSessionIds function modules/simpletest/tests/session.test Test hashing of session ids in the database.
SessionTestCase::testHashedSessionIdsOptOut function modules/simpletest/tests/session.test Test opt-out of hashing of session ids in the database.
_openid_create_message function modules/openid/openid.inc Create a serialized message packet as per spec: $key:$value\n .
_openid_dh_base64_to_long function modules/openid/openid.inc
_openid_dh_binary_to_long function modules/openid/openid.inc
_openid_dh_long_to_base64 function modules/openid/openid.inc
_openid_dh_long_to_binary function modules/openid/openid.inc
_openid_dh_rand function modules/openid/openid.inc
_openid_dh_xorsecret function modules/openid/openid.inc
_openid_encode_message function modules/openid/openid.inc Encode a message from _openid_create_message for HTTP Post
_openid_get_bytes function modules/openid/openid.inc
_openid_get_math_library function modules/openid/openid.inc Determine the available math library GMP vs. BCMath, favouring GMP for performance.
_openid_get_params function modules/openid/openid.inc
_openid_hmac function modules/openid/openid.inc
_openid_invalid_openid_transition function modules/openid/openid.inc Provides transition for accounts with possibly invalid OpenID identifiers in authmap.
_openid_is_xri function modules/openid/openid.inc Determine if the given identifier is an XRI ID.
_openid_link_href function modules/openid/openid.inc Pull the href attribute out of an html link element.
_openid_math_add function modules/openid/openid.inc Calls the add function from the available math library for OpenID.
_openid_math_cmp function modules/openid/openid.inc Calls the cmp function from the available math library for OpenID.
_openid_math_div function modules/openid/openid.inc Calls the div function from the available math library for OpenID.
_openid_math_mod function modules/openid/openid.inc Calls the mod function from the available math library for OpenID.
_openid_math_mul function modules/openid/openid.inc Calls the mul function from the available math library for OpenID.
_openid_math_pow function modules/openid/openid.inc Calls the pow function from the available math library for OpenID.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.