Results for: "OptionParser"

Sets dmp1, dmq1, iqmp for the RSA instance. They are calculated by d mod (p - 1), d mod (q - 1) and q^(-1) mod p respectively.

The current session cache mode.

Sets the SSL session cache mode. Bitwise-or together the desired SESSION_CACHE_* constants to set. See SSL_CTX_set_session_cache_mode(3) for details.

Returns the current session cache size. Zero is used to represent an unlimited cache size.

Sets the session cache size. Returns the previously valid session cache size. Zero is used to represent an unlimited session cache size.

Returns a Hash containing the following keys:

:accept

Number of started SSL/TLS handshakes in server mode

:accept_good

Number of established SSL/TLS sessions in server mode

:accept_renegotiate

Number of start renegotiations in server mode

:cache_full

Number of sessions that were removed due to cache overflow

:cache_hits

Number of successfully reused connections

:cache_misses

Number of sessions proposed by clients that were not found in the cache

:cache_num

Number of sessions in the internal session cache

:cb_hits

Number of sessions retrieved from the external cache in server mode

:connect

Number of started SSL/TLS handshakes in client mode

:connect_good

Number of established SSL/TLS sessions in client mode

:connect_renegotiate

Number of start renegotiations in client mode

:timeouts

Number of sessions proposed by clients that were found in the cache but had expired due to timeouts

No documentation available
No documentation available

Fetch the end character offset of the value.

Fetch the start character column of the value.

Since prism resolves num params for us, we don’t need to support this kind of logic here.

() ^^

(1) ^^^

1r ^^

No documentation available
No documentation available

/foo #{bar}/ ^^^^^^^^^^^^

No documentation available

Compile a ConstantOperatorWriteNode node

Compile a ConstantPathTargetNode node

Compile a KeywordRestParameterNode node

Compile a NoKeywordsParameterNode node

Compile a RequiredKeywordParameterNode node

Foo += bar

becomes

Foo = Foo + bar

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

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

Search took: 6ms  ·  Total Results: 6041