X7ROOT File Manager
Current Path:
/opt/alt/ruby21/lib64/ruby/2.1.0/xmlrpc
opt
/
alt
/
ruby21
/
lib64
/
ruby
/
2.1.0
/
xmlrpc
/
??
..
??
base64.rb
(1.41 KB)
??
client.rb
(18.84 KB)
??
config.rb
(989 B)
??
create.rb
(6.53 KB)
??
datetime.rb
(3.53 KB)
??
httpserver.rb
(4.13 KB)
??
marshal.rb
(1.46 KB)
??
parser.rb
(20.01 KB)
??
server.rb
(19.81 KB)
??
utils.rb
(3.91 KB)
Editing: config.rb
# # $Id: config.rb 42045 2013-07-18 13:50:32Z 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
Upload File
Create Folder