Results for: "module_function"

Formats time as an IMAP-style date-time.

No documentation available
No documentation available
No documentation available

Opens a POP3 session, attempts authentication, and quits.

This method raises POPAuthenticationError if authentication fails.

Example: normal POP3

Net::POP3.auth_only('pop.example.com', 110,
                    'YourAccount', 'YourPassword')

Example: APOP

Net::POP3.auth_only('pop.example.com', 110,
                    'YourAccount', 'YourPassword', true)

Starts a pop3 session, attempts authentication, and quits. This method must not be called while POP3 session is opened. This method raises POPAuthenticationError if authentication fails.

Set the read timeout.

Returns the unique-id of the message. Normally the unique-id is a hash string of the message.

This method raises a POPError if an error occurs.

Set the number of seconds to wait until timing-out a read(2) call.

No documentation available
No documentation available
No documentation available

Parses argument, converts and returns arg, block and result of conversion. Yields at semi-error condition instead of raising an exception.

No documentation available
No documentation available

see Enumerator#with_object.

Sets the previous sibling of this child. This can be used to insert a child before some other child.

a = Element.new("a")
b = a.add_element("b")
c = Element.new("c")
b.previous_sibling = c
# => <a><b/><c/></a>

@return the XMLDecl standalone value of this document as a String. If no XMLDecl has been set, returns the default setting.

Deeply clones this object. This creates a complete duplicate of this Parent, including all descendants.

No documentation available

Notifies all registered listeners for event of a status change of tuple.

No documentation available
No documentation available
No documentation available
No documentation available
Search took: 6ms  ·  Total Results: 3605