Results for: "pstore"

Allows to set the object identifier or the ‘short name’ of the algorithm that was used to create the message imprint digest.

Example:

request.algorithm = "SHA1"

Returns the ‘short name’ of the object identifier that represents the algorithm that was used to create the message imprint digest.

Sets the default trust settings used by the certificate verification with the store.

OpenSSL::X509::StoreContext#trust= can be used to change the value for a single verification operation.

See also the man page X509_VERIFY_PARAM_set_trust(3).

No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available

The state of the lexer when this token was produced.

Formats the errors in a human-readable way and return them as a string.

Reparse the value and return the parse result.

Reparse the file and return the parse result.

Reparse the string and return the parse result.

Parses a source buffer and returns the AST, the source code comments, and the tokens emitted by the lexer.

True if the parser encountered an error during parsing.

Lazily initialize the parse result.

Creates a new DNS name from arg. arg can be:

Name

returns arg.

String

Creates a new Name.

returns the domain name as a string.

The domain name doesn’t have a trailing dot even if the name object is absolute.

Example:

p Resolv::DNS::Name.create("x.y.z.").to_s #=> "x.y.z"
p Resolv::DNS::Name.create("x.y.z").to_s #=> "x.y.z"

Creates a new LOC::Size from arg which may be:

LOC::Size

returns arg.

String

arg must match the LOC::Size::Regex constant

Creates a new LOC::Coord from arg which may be:

LOC::Coord

returns arg.

String

arg must match the LOC::Coord::Regex constant

Creates a new LOC::Alt from arg which may be:

LOC::Alt

returns arg.

String

arg must match the LOC::Alt::Regex constant

No documentation available
No documentation available
Search took: 2ms  ·  Total Results: 4418