Results for: "minmax"

Fetches the index of a given child @param child the child to get the index of @return the index of the child, or nil if the object is not a child of this parent.

No documentation available
No documentation available
No documentation available

Inherited from Encoding Overridden to support optimized en/decoding

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

Escapes all possible entities

Unescapes all possible entities

No documentation available
No documentation available

Returns an array of nodes matching a given XPath.

No documentation available

Builds a nodeset of all of the preceding nodes of the supplied node, in reverse document order

preceding

includes every element in the document that precedes this node,

except for ancestors

No documentation available

Matches this template against tuple. The tuple must be the same size as the template. An element with a nil value in a template acts as a wildcard, matching any value in the corresponding position in the tuple. Elements of the template match the tuple if the are == or ===.

Template.new([:foo, 5]).match   Tuple.new([:foo, 5]) # => true
Template.new([:foo, nil]).match Tuple.new([:foo, 5]) # => true
Template.new([String]).match    Tuple.new(['hello']) # => true

Template.new([:foo]).match      Tuple.new([:foo, 5]) # => false
Template.new([:foo, 6]).match   Tuple.new([:foo, 5]) # => false
Template.new([:foo, nil]).match Tuple.new([:foo])    # => false
Template.new([:foo, 6]).match   Tuple.new([:foo])    # => false

Creates a singleton RingFinger and looks for a RingServer. Returns the created RingFinger.

Returns the first advertised TupleSpace.

Matches this TemplateEntry against tuple. See Template#match for details on how a Template matches a Tuple.

Finds a live tuple that matches template.

No documentation available
No documentation available
No documentation available
Search took: 3ms  ·  Total Results: 1824