D | |
data, bbop. | |
debug | |
default_sort, bbop. | |
dequote, bbop.core | |
description | |
destroy | |
dialog, bbop. | |
display_name | |
distance, bbop. | |
document_category, bbop. | |
documents, bbop. | |
dominant_relationship, bbop. | |
draw | |
draw_accordion | |
draw_browser, bbop. | |
draw_current_filters | |
draw_error | |
draw_meta | |
draw_query | |
draw_results, ‘bbop-widget-search_pane-spinner’, | |
draw_sticky_filters | |
draw_user_buttons, ‘bbop-widget-search_pane-spinner’, | |
drop_select_shield, bbop. | |
dump, bbop.core | |
dump_brackets, bbop. | |
dump_cohorts, bbop. | |
dump_dist, bbop. | |
E | |
each, bbop.core | |
edge | |
edges_to_nodes, bbop. | |
empty | |
end_document, bbop. | |
ensure, bbop.core | |
error, bbop. | |
establish_display | |
extend, bbop.core |
Returns the data object (whatever that might be in any given case).
bbop.rest.response.mmm.prototype.data = function()
Turn on or off the verbose messages.
this.debug = function( p )
Turn on or off the verbose messages.
this.debug = function( p )
The default comparator function for ordering the brackets.
this.default_sort = function( a, b )
Remove the quotes from a string.
bbop.core.dequote = function( str )
A longer description.
this.description = function()
A longer description.
this.description = function()
Remove the autocomplete and functionality from the DOM.
this.destroy = function()
Remove the autocomplete and functionality from the DOM.
this.destroy = function()
Contructor for the bbop.widget.dialog object.
bbop.widget.dialog = function( item, in_argument_hash )
The user-facing display name.
this.display_name = function()
The user-facing display name.
this.display_name = function()
Return an edge’s “distance”.
bbop.model.tree.edge.prototype.distance = function( d )
The document category that this personality is meant to work with.
this.document_category = function()
Returns an array of raw and unprocessed document hashes.
bbop.golr.response.prototype.documents = function()
Given a bunch of relationships, return the one that is more “dominant”.
this.dominant_relationship = function()
Render a temporary modal filter shield.
this.draw = function( field_name, filter_list, manager )
Render a temporary modal information shield.
this.draw = function( item )
(Re)draw the information in the accordion controls/filters.
this.draw_accordion = function( response, manager )
(Re)draw the information in the accordion controls/filters.
this.draw_accordion = function( response, manager )
(Re)draw the information on the current filter set.
this.draw_current_filters = function( response, manager )
(Re)draw the information on the current filter set.
this.draw_current_filters = function( response, manager )
Somehow report an error to the user.
this.draw_error = function( error_message, manager )
Somehow report an error to the user.
this.draw_error = function( error_message, manager )
Draw meta results.
this.draw_meta = function( response, manager )
Draw meta results.
this.draw_meta = function( response, manager )
Draw the query widget.
this.draw_query = function( response, manager )
Draw the query widget.
this.draw_query = function( response, manager )
Draw results using hints from the golr class configuration.
this.draw_results = function( response, manager )
(Re)draw the information on the sticky filter set.
this.draw_sticky_filters = function( response, manager )
(Re)draw the information on the sticky filter set.
this.draw_sticky_filters = function( response, manager )
(Re)draw the user-defined buttons in the meta information area.
this.draw_user_buttons = function( manager )
Contructor for the bbop.widget.drop_select_shield object.
bbop.widget.drop_select_shield = function( in_argument_hash )
Dump an object to a string form as best as possible.
bbop.core.dump = function( thing )
Dump brackets; for debugging?
this.dump_brackets = function( brack )
Dump the cohorts; for debugging?
this.dump_cohorts = function()
Dump distances; for debugging?
this.dump_dist = function( in_arg )
Implement a simple iterator so I don’t go mad.
bbop.core.each = function( in_thing, in_function )
Contructor for a BBOP graph model edge.
bbop.model.edge = function( subject, object, predicate )
Same as parent class, but optionally adds distance as an argument.
bbop.model.tree.edge = function( parent, child, distance )
Translate an edge array into extant (node) bodies, switching on either ‘subject’ or ‘object’.
bbop.model.graph.prototype.edges_to_nodes = function( in_edges, target )
Empty all sections from the accordion.
bbop.html.accordion.prototype.empty = function()
Remove all content between the tags.
bbop.html.anchor.prototype.empty = function()
Remove all content between the tags.
bbop.html.button.prototype.empty = function()
Empty all sections from the collapsible.
bbop.html.collapsible.prototype.empty = function()
Remove all content between the tags.
bbop.html.image.prototype.empty = function()
Reset/remove all children.
bbop.html.input.prototype.empty = function()
Remove all content (li’s) from the list.
bbop.html.list.prototype.empty = function()
Remove all content between the tags.
bbop.html.span.prototype.empty = function()
Headers do not get wiped, just the data rows in the tbody.
bbop.html.table.prototype.empty = function()
Remove all content between the tags.
bbop.html.tag.prototype.empty = function()
Returns the end document for this response as an integer.
bbop.golr.response.prototype.end_document = function()
Make sure that a substring exists at the beginning or end (or both) of a string.
bbop.core.ensure = function( str, add, place )
Temporarily display a messsage styled for errors.
this.error = function( msg )
Completely redraw the display.
this.establish_display = function()
Completely redraw the display.
this.establish_display = function()
What seems to be a typical idiom for subclassing in JavaScript.
bbop.core.extend = function( subclass, baseclass )