xview_moveto

xview_moveto(*index) Instance Public methods Alias for: view_moveto

bg_eval_proc 2

bg_eval_proc(*args) Instance Public methods Also aliased as: background_eval_proc, thread_eval_proc, bg_call, background_call

renew

renew(sec_or_renewer) Instance Public methods Reset the expiry time according to sec_or_renewer. nil it is set to expire in the far future. true it has expired. Numeric it will expire in that many seconds. Otherwise the argument refers to some kind of renewer object which will reset its expiry time.

transformNodeToObject

transformNodeToObject(arg0, arg1) Instance Public methods VOID transformNodeToObject apply the stylesheet to the subtree, returning the result through a document or a stream IXMLDOMNode arg0 --- stylesheet [IN] VARIANT arg1 --- outputObject [IN]

nonce

nonce(secret_key, time = Time.now) Instance Public methods Uses an MD5 digest based on time to generate a value to be used only once. A server-specified data string which should be uniquely generated each time a 401 response is made. It is recommended that this string be base64 or hexadecimal data. Specifically, since the string is passed in the header lines as a quoted string, the double-quote character is not allowed. The contents of the nonce are implementation dependent. The qu

primary_key=

primary_key=(value) Instance Public methods Sets the name of the primary key column. class Project < ActiveRecord::Base self.primary_key = 'sysid' end You can also define the primary_key method yourself: class Project < ActiveRecord::Base def self.primary_key 'foo_' + super end end Project.primary_key # => "foo_id"

canvas_x

canvas_x(screen_x, *args) Instance Public methods Alias for: canvasx

version_1_2?

version_1_2?() Class Public methods Returns true if net/http is in version 1.2 mode. Defaults to true. is_version_1_2?

generate_propputref_methods

generate_propputref_methods(klass, io = STDOUT) Instance Public methods

database_class

database_class() Class Public methods