Returns the destination encoding name as a string.
Parses a C struct’s members
Example:
include Fiddle::CParser #=> Object parse_struct_signature(['int i', 'char c']) #=> [[Fiddle::TYPE_INT, Fiddle::TYPE_CHAR], ["i", "c"]] parse_struct_signature(['char buffer[80]']) #=> [[[Fiddle::TYPE_CHAR, 80]], ["buffer"]]
Set
the entity expansion limit. By default the limit is set to 10000.
Get the entity expansion limit. By default the limit is set to 10000.
Parses form data in io
with the given boundary
Parses form data in io
with the given boundary
Takes a String and parses it out
Returns the allowed HTTP request methods
bn.mod_inverse(bn2) => aBN
Stop this server.
Setter for the continue_timeout
attribute.
Inserts an child after another child @param child1 this is either an xpath or an Element
. If an Element
, child2 will be inserted after child1 in the child list of the parent. If an xpath, child2 will be inserted after the first child to match the xpath. @param child2 the child to insert @return the parent (self)
A recommended version for use with a ~> Requirement.
Checks to see if the files to be packaged are world-readable.