Results for: "partition"

SAX2Parser

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

A test case for Gem::Package::Tar* classes

Allows writing of tar files

The StaticSet is a static set of gem specifications used for testing only. It is available by requiring Gem::TestCase.

Class used to manage timeout handlers across multiple threads.

Timeout handlers should be managed by using the class methods which are synchronized.

id = TimeoutHandler.register(10, Timeout::Error)
begin
  sleep 20
  puts 'foo'
ensure
  TimeoutHandler.cancel(id)
end

will raise Timeout::Error

id = TimeoutHandler.register(10, Timeout::Error)
begin
  sleep 5
  puts 'foo'
ensure
  TimeoutHandler.cancel(id)
end

will print ‘foo’

The PersonConstruct module is used to define a person Atom element that can be used to describe a person, corporation or similar entity.

The PersonConstruct has a Name, Uri and Email child elements.

Reference: validator.w3.org/feed/docs/rfc4287.html#atomPersonConstruct

No documentation available
No documentation available

Module providing generic support for both Digest and Basic authentication schemes.

Module providing generic support for both Digest and Basic authentication schemes for proxies.

Used internally by Fiddle::Importer

No documentation available

The base exception for JSON errors.

No documentation available

This exception is raised if the required unicode support is missing on the system. Usually this means that the iconv library is not installed.

OpenSSL::Config

Configuration for the openssl library.

Many system’s installation of openssl library will depend on your system configuration. See the value of OpenSSL::Config::DEFAULT_CONFIG_FILE for the location of the file for your host.

See also www.openssl.org/docs/apps/config.html

General error for openssl library configuration files. Including formatting, parsing errors, etc.

Scan scalars for built in types

Search took: 6ms  ·  Total Results: 3199