Nid |
class |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument/Nid.php |
Argument handler to accept a node id. |
Nid.php |
file |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument/Nid.php |
Definition of Drupal\node\Plugin\views\argument\Nid. |
openid.css |
file |
drupal/core/modules/openid/openid.css |
#edit-openid-identifier {
background-image: url("login-bg.png");
background-position: left 50%; /* LTR */
background-repeat: no-repeat;
padding-left: 20px; /* LTR */
}
#block-user-login #openid-login-form {
display:… |
openid.inc |
file |
drupal/core/modules/openid/openid.inc |
OpenID utility functions. |
OpenIDTest |
class |
drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDTest.php |
Test internal helper functions. |
Node::$nid |
property |
drupal/core/modules/node/lib/Drupal/node/Plugin/Core/Entity/Node.php |
The node ID. |
openid.info |
file |
drupal/core/modules/openid/openid.info |
name = OpenID
description = "Allows users to log into your site using OpenID."
version = VERSION
package = Core
core = 8.x |
Node::$tnid |
property |
drupal/core/modules/node/lib/Drupal/node/Plugin/Core/Entity/Node.php |
The node translation set ID. |
openid_menu |
function |
drupal/core/modules/openid/openid.module |
Implements hook_menu(). |
openid_help |
function |
drupal/core/modules/openid/openid.module |
Implements hook_help(). |
openid_cron |
function |
drupal/core/modules/openid/openid.module |
Remove expired nonces from the database. |
OPENID_NS_AX |
constant |
drupal/core/modules/openid/openid.inc |
OpenID Attribute Exchange extension. |
openid_begin |
function |
drupal/core/modules/openid/openid.module |
The initial step of OpenID authentication responsible for the following: |
openid.module |
file |
drupal/core/modules/openid/openid.module |
Implement OpenID Relying Party support for Drupal |
Comment::$nid |
property |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/Core/Entity/Comment.php |
The ID of the node to which the comment is attached. |
openid_schema |
function |
drupal/core/modules/openid/openid.install |
Implements hook_schema(). |
OPENID_NS_2_0 |
constant |
drupal/core/modules/openid/openid.inc |
OpenID Authentication 2.0 namespace URL. |
OPENID_NS_1_1 |
constant |
drupal/core/modules/openid/openid.inc |
OpenID Authentication 1.1 namespace URL; used for backwards-compatibility. |
OPENID_NS_1_0 |
constant |
drupal/core/modules/openid/openid.inc |
OpenID Authentication 1.0 namespace URL; used for backwards-compatibility. |
OPENID_NS_XRD |
constant |
drupal/core/modules/openid/openid.inc |
Extensible Resource Descriptor documents. |
_openid_nonce |
function |
drupal/core/modules/openid/openid.inc |
Return a nonce value - formatted per OpenID spec. |
openid.install |
file |
drupal/core/modules/openid/openid.install |
Install, update and uninstall functions for the openid module. |
openid.api.php |
file |
drupal/core/modules/openid/openid.api.php |
Hooks provided by the OpenID module. |
openid-rtl.css |
file |
drupal/core/modules/openid/openid-rtl.css |
#edit-openid-identifier {
background-position: right 50%;
padding-left: 0;
padding-right: 20px;
}
#block-user-login .openid-link {
background-position: right top;
padding: 0 1.5em 0 0;
} |
OpenIDTest.php |
file |
drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDTest.php |
Definition of Drupal\openid\Tests\OpenIDTest. |
OpenIDTestBase |
class |
drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDTestBase.php |
Base class for OpenID tests. |
OPENID_NS_SREG |
constant |
drupal/core/modules/openid/openid.inc |
OpenID Simple Registration extension. |
_openid_is_xri |
function |
drupal/core/modules/openid/openid.inc |
Determine if the given identifier is an XRI ID. |
openid_redirect |
function |
drupal/core/modules/openid/openid.inc |
Creates a js auto-submit redirect for (for the 2.x protocol) |
_openid_dh_rand |
function |
drupal/core/modules/openid/openid.inc |
|
openid_complete |
function |
drupal/core/modules/openid/openid.module |
Completes OpenID authentication by validating returned data from the OpenID
Provider. |
openid_user_add |
function |
drupal/core/modules/openid/openid.pages.inc |
Form builder; Add an OpenID identity. |
openid.pages.inc |
file |
drupal/core/modules/openid/openid.pages.inc |
User page callbacks for the openid module. |
ForumTest::$nids |
property |
drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php |
An array of forum topic node IDs. |
Nid::title_query |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument/Nid.php |
Override the behavior of title(). Get the title of the node. |
openid_test.info |
file |
drupal/core/modules/openid/tests/openid_test.info |
name = OpenID dummy provider
description = "OpenID provider used for testing."
package = Testing
version = VERSION
core = 8.x
dependencies[] = openid
hidden = TRUE |
OPENID_NS_OPENID |
constant |
drupal/core/modules/openid/openid.inc |
OpenID namespace used in Yadis documents. |
openid_normalize |
function |
drupal/core/modules/openid/openid.inc |
Normalize the given identifier. |
_openid_response |
function |
drupal/core/modules/openid/openid.inc |
|
openid_test_menu |
function |
drupal/core/modules/openid/tests/openid_test.module |
Implements hook_menu(). |
_openid_math_add |
function |
drupal/core/modules/openid/openid.inc |
Calls the add function from the available math library for OpenID. |
_openid_math_mul |
function |
drupal/core/modules/openid/openid.inc |
Calls the mul function from the available math library for OpenID. |
_openid_math_div |
function |
drupal/core/modules/openid/openid.inc |
Calls the div function from the available math library for OpenID. |
_openid_math_cmp |
function |
drupal/core/modules/openid/openid.inc |
Calls the cmp function from the available math library for OpenID. |
_openid_math_mod |
function |
drupal/core/modules/openid/openid.inc |
Calls the mod function from the available math library for OpenID. |
_openid_math_pow |
function |
drupal/core/modules/openid/openid.inc |
Calls the pow function from the available math library for OpenID. |
openid_discovery |
function |
drupal/core/modules/openid/openid.module |
Perform discovery on a claimed ID to determine the OpenID provider endpoint. |
OpenIDTest::setUp |
function |
drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDTest.php |
Sets up a Drupal site for running functional and integration tests. |
_openid_link_href |
function |
drupal/core/modules/openid/openid.inc |
Pull the href attribute out of an html link element. |
_openid_signature |
function |
drupal/core/modules/openid/openid.inc |
Sign certain keys in a message |