@return [Object] the requirement that led to a version of a possibility
with the given name being activated.
Returns true if the element contains inline content that has a text or HTML media type, or no media type at all.
Returns true if the element contains inline content that has a HTML media type.
Returns true if the element contains inline content that has a XHTML media type.
Returns true if the element contains inline content that has a MIME media type.
Creates the initial state for the resolution, based upon the {#requested} dependencies @return [DependencyState] the initial state for the resolution
Like Enumerable#select
, but chains operation to be lazy-evaluated.
If a block is given, iterates the given block for each element with an index, which starts from offset
, and returns a lazy enumerator that yields the same values (without the index).
If a block is not given, returns a new lazy enumerator that includes the index, starting from offset
.
offset
the starting index to use
Return the block length of the digest in bytes.
Get the underlying pointer for ruby object val
and return it as a Fiddle::Pointer
object.
Returns the integer memory location of this pointer.
Generates a random prime number of bit length bits. If safe is set to true
, generates a safe prime. If add is specified, generates a prime that fulfills condition p % add = rem
.