Results for: "strip"

foo ||= bar ^^^^^^^^^^^

@@foo += bar ^^^^^^^^^^^^

@@foo &&= bar ^^^^^^^^^^^^^

@@foo ||= bar ^^^^^^^^^^^^^

Foo::Bar += baz ^^^^^^^^^^^^^^^

Foo::Bar &&= baz ^^^^^^^^^^^^^^^^

Foo::Bar ||= baz ^^^^^^^^^^^^^^^^

$foo += bar ^^^^^^^^^^^

$foo &&= bar ^^^^^^^^^^^^

$foo ||= bar ^^^^^^^^^^^^

foo += bar ^^^^^^^^^^

foo &&= bar ^^^^^^^^^^^

foo ||= bar ^^^^^^^^^^^

Creates a State object from opts, which ought to be Hash to create a new State instance configured by opts, something else to create an unconfigured instance. If opts is a State object, it is just returned.

This integer returns the maximum level of data structure nesting in the generated JSON, max_nesting = 0 if no maximum is checked.

This sets the maximum level of data structure nesting in the generated JSON to the integer depth, max_nesting = 0 if no maximum should be checked.

Negate the value of a numeric node. This is a special case where you have a negative sign on one line and then a number on the next line. In normal Ruby, this will always be a method call. The parser gem, however, marks this as a numeric literal. We have to massage the tree here to get it into the correct form.

Visit a numeric node and account for the optional sign.

No documentation available
No documentation available
No documentation available

Get the distributionPoint fullName URI from the certificate’s CRL distribution points extension, as described in RFC5280 Section 4.2.1.13

Returns an array of strings or nil or raises ASN1::ASN1Error.

Get the URIs for OCSP from the certificate’s authority information access extension exteension, as described in RFC5280 Section 4.2.2.1.

Returns an array of strings or nil or raises ASN1::ASN1Error.

No documentation available

Deprecated in version 3.0. Consider using PKey::PKey#sign_raw and PKey::PKey#verify_raw instead.

Search took: 6ms  ·  Total Results: 2417