Results for: "pstore"

No documentation available

The default port for POP3 connections, port 110

The default port for POP3S connections, port 995

Constructs proper parameters from arguments

The default mail submission port number, 587.

The default SMTPS port number, 465.

No documentation available

CRAM-MD5: [RFC2195]

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

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
No documentation available
No documentation available

record class_name for the supplied uri and tag_name

No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
Search took: 5ms  ·  Total Results: 3468