Results for: "module_function"

Returns true if stat generated a coredump when it terminated. Not available on all platforms.

Returns digest_obj.digest_length().

Updates the digest with the contents of a given file name and returns self.

The Fiddle::CompositeHandler instance

Will raise an error if no handlers are open.

Decodes a BER- or DER-encoded value and creates an ASN1Data instance. der may be a String or any object that features a .to_der method transforming it into a BER-/DER-encoded String+

Example

der = File.binread('asn1data')
asn1 = OpenSSL::ASN1.decode(der)

The current status of GC profile mode.

Starts the GC profiler.

Stops the GC profiler.

Clears the GC profiler data.

Returns a profile data report such as:

GC 1 invokes.
Index    Invoke Time(sec)       Use Size(byte)     Total Size(byte)         Total Object                    GC time(ms)
    1               0.012               159240               212940                10647         0.00000000000001530000

Escape only the tags of certain HTML elements in string.

Takes an element or elements or array of elements. Each element is specified by the name of the element, without angle brackets. This matches both the start and the end tag of that element. The attribute list of the open tag will also be escaped (for instance, the double-quotes surrounding attribute values).

print CGI.escapeElement('<BR><A HREF="url"></A>', "A", "IMG")
  # "<BR>&lt;A HREF=&quot;url&quot;&gt;&lt;/A&gt"

print CGI.escapeElement('<BR><A HREF="url"></A>', ["A", "IMG"])
  # "<BR>&lt;A HREF=&quot;url&quot;&gt;&lt;/A&gt"

Removes a header field, specified by case-insensitive key.

No documentation available
No documentation available

<!ELEMENT …>

<!ELEMENT …>

Is remote fetching enabled?

Displays an alert statement. Asks a question if given.

No documentation available

Returns true if JIT is enabled

Return the best specification that contains the file matching path amongst the specs that are not activated.

Enumerates the outdated local gems yielding the local specification and the latest remote version.

This method may take some time to return as it must check each local gem against the server’s index.

No documentation available
No documentation available
No documentation available
Search took: 6ms  ·  Total Results: 3881