Results for: "uniq"

No documentation available

Finishes the HTTP session and closes the TCP connection. Raises IOError if the session has not been started.

Sends a UNLOCK request to the path and gets a response, as an HTTPResponse object.

Sends a UNSUBSCRIBE command to remove the specified mailbox name from the server’s set of “active” or “subscribed” mailboxes.

A Net::IMAP::NoResponseError is raised if mailbox cannot be unsubscribed from; for instance, because the client is not currently subscribed to it.

Sends a EXPUNGE command to permanently remove from the currently selected mailbox all messages that have the Deleted flag set.

Finishes a POP3 session and closes TCP connection.

Finishes the SMTP session and closes TCP connection. Raises IOError if not started.

Computation

No documentation available

Run the command specified by args.

No documentation available

Run the gem command with the following arguments.

Unpacks the gem into the given directory.

Creates a new package that will read or write to the file gem.

Initialization tasks without the “yield self” or define operations.

No documentation available
No documentation available
No documentation available

Sanitize the descriptive fields in the spec. Sometimes non-ASCII characters will garble the site index. Non-ASCII characters will be replaced by their XML entity equivalent.

Unescapes the uri which came from a CGI parameter

Args

str

String to remove escapes from

escaped

Regexp to apply. Defaults to self.regexp

Description

Removes escapes from str.

Args

str

String to remove escapes from

escaped

Regexp to apply. Defaults to self.regexp

Description

Removes escapes from str.

Finishes the converter. It returns the last part of the converted string.

ec = Encoding::Converter.new("utf-8", "iso-2022-jp")
p ec.convert("\u3042")     #=> "\e$B$\""
p ec.finish                #=> "\e(B"

Returns HTML-unescaped string.

Returns URL-unescaped string.

Search took: 3ms  ·  Total Results: 409