GIF87a;
# # $Id: config.rb 36958 2012-09-13 02:22:10Z zzak $ # Configuration file for XML-RPC for Ruby # module XMLRPC # :nodoc: module Config # or XMLWriter::XMLParser DEFAULT_WRITER = XMLWriter::Simple # === Available parsers # # * XMLParser::NQXMLTreeParser # * XMLParser::NQXMLStreamParser # * XMLParser::XMLTreeParser # * XMLParser::XMLStreamParser (fastest) # * XMLParser::REXMLStreamParser # * XMLParser::XMLScanStreamParser DEFAULT_PARSER = XMLParser::REXMLStreamParser # enable <code><nil/></code> tag ENABLE_NIL_CREATE = false ENABLE_NIL_PARSER = false # allows integers greater than 32-bit if +true+ ENABLE_BIGINT = false # enable marshalling ruby objects which include XMLRPC::Marshallable ENABLE_MARSHALLING = true # enable multiCall extension by default ENABLE_MULTICALL = false # enable Introspection extension by default ENABLE_INTROSPECTION = false end end
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
base64.rb | File | 1.41 KB | 0644 |
|
client.rb | File | 18.02 KB | 0644 |
|
config.rb | File | 989 B | 0644 |
|
create.rb | File | 6.53 KB | 0644 |
|
datetime.rb | File | 3.53 KB | 0644 |
|
httpserver.rb | File | 4.13 KB | 0644 |
|
marshal.rb | File | 1.46 KB | 0644 |
|
parser.rb | File | 20.01 KB | 0644 |
|
server.rb | File | 19.81 KB | 0644 |
|
utils.rb | File | 3.91 KB | 0644 |
|