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