Results for: "remove_const"

Waits up to the continue timeout for a response from the server provided we’re speaking HTTP 1.1 and are expecting a 100-continue response.

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

Set the entity expansion limit. By default the limit is set to 10000.

Deprecated. Use REXML::Security.entity_expansion_limit= instead.

Get the entity expansion limit. By default the limit is set to 10000.

Deprecated. Use REXML::Security.entity_expansion_limit= instead.

Writes out text, substituting special characters beforehand. out A String, IO, or any other object supporting <<( String ) input the text to substitute and the write out

z=utf8.unpack("U*")
ascOut=""
z.each{|r|
  if r <  0x100
    ascOut.concat(r.chr)
  else
    ascOut.concat(sprintf("&#x%x;", r))
  end
}
puts ascOut

record class_name for the supplied uri and tag_name

set the accessor for the uri, tag_name pair

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

The name of the configuration file.

The path where installed executables live

Install the provided default specs

No documentation available

Sets the content type in an HTTP header. The type should be a full HTTP content type, e.g. “text/html”. The params are an optional Hash of parameters to add after the content type, e.g. {‘charset’ => ‘iso-8859-1’}

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.

Extract the first name=“value” pair from content. Works with single quotes according to the constant CONTENT_PATTERN. Return a Hash.

Removes sessions in the internal cache that have expired at time.

Search took: 4ms  ·  Total Results: 3739