Results for: "Dir.chdir"

Returns the resulting hash value and resets the digest to the initial state.

If none is given, returns the resulting hash value of the digest in a hex-encoded form, keeping the digest’s state.

If a string is given, returns the hash value for the given string in a hex-encoded form, resetting the digest to the initial state before and after the process.

Returns the resulting hash value in a hex-encoded form and resets the digest to the initial state.

If none is given, returns the resulting hash value of the digest in a base64 encoded form, keeping the digest’s state.

If a string is given, returns the hash value for the given string in a base64 encoded form, resetting the digest to the initial state before and after the process.

In either case, the return value is properly padded with ‘=’ and contains no line feeds.

Returns the resulting hash value and resets the digest to the initial state.

No documentation available
No documentation available

Returns the first node that matches the given block when visited in a depth-first search. This is useful for finding a node that matches a particular condition.

node.breadth_first_search { |node| node.node_id == node_id }
No documentation available

Create a new MatchPredicateNode node.

Create a new MatchRequiredNode node.

No documentation available
No documentation available
No documentation available

Is this tar entry a directory?

No documentation available

Checks the validity of thisUpdate and nextUpdate fields of this SingleResponse. This checks the current time is within the range thisUpdate to nextUpdate.

It is possible that the OCSP request takes a few seconds or the time is not accurate. To avoid rejecting a valid response, this method allows the times to be within nsec seconds of the current time.

Some responders don’t set the nextUpdate field. This may cause a very old response to be considered valid. The maxsec parameter can be used to limit the age of responses.

Compile a MatchPredicateNode node

Compile a MatchRequiredNode node

Dispatch enter and leave events for MatchPredicateNode nodes and continue walking the tree.

Dispatch enter and leave events for MatchRequiredNode nodes and continue walking the tree.

Inspect a MatchPredicateNode node.

Inspect a MatchRequiredNode node.

Copy a MatchPredicateNode node

Copy a MatchRequiredNode node

Search took: 2ms  ·  Total Results: 1475