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
T
 table, bbop.html.table
 tag, bbop.html.tag
 template, bbop.template
 template.js
 term_shield, bbop.widget.term_shield
 term_shield.js
 test, bbop.test
 test.js
 text_buttom_sim.js
 text_button_sim, bbop.widget.display.text_button_sim
 to_json, bbop.model.graph
 to_string
 toggle_id
 total_documents, bbop.golr.response
 tree.js
 two_column_layout, bbop.widget.display.two_column_layout
 two_column_layout.js
 type
U
 unregister, bbop.registry
 unset, bbop.golr.manager
 update
 url
 url_parameters, bbop.core
 use_jsonp, bbop.rest.manager.jquery
 uuid, bbop.core
V
 variables, bbop.template
 Variables
 version.js
W
 warning, bbop.widget.message
 weight, bbop.golr.conf_class
 what_is, bbop.core
bbop.html.table = function(in_headers,
in_entries,
in_attrs)
Create a simple table structure.
bbop.html.tag = function(tag,
attrs,
below)
Create the fundamental tag object to work with and extend.
bbop.template = function(template_string)
bbop.widget.term_shield = function(golr_loc,
golr_conf_obj,
in_argument_hash)
Contructor for the bbop.widget.term_shield object.
bbop.test = function()
Contructor for the BBOP JS unit test system.
bbop.widget.display.text_button_sim = function(label,
title,
id,
add_attrs)
Generator for a text span for use for buttons.
bbop.model.graph.prototype.to_json = function()
Dump out the graph into a JSON-able object.
bbop.core.to_string = function(in_thing)
Essentially add standard ‘to string’ interface to the string class and as a stringifier interface to other classes.
bbop.golr.manager.prototype.to_string = function ()
Output writer for this object/class.
bbop.html.accordion.prototype.to_string = function()
Convert the accordion object into a html-ized string.
bbop.html.anchor.prototype.to_string = function()
Convert an anchor object into a html-ized string.
bbop.html.button.prototype.to_string = function()
Convert a button object into a html-ized string.
bbop.html.collapsible.prototype.to_string = function()
Convert the collapsible object into a html-ized string.
bbop.html.image.prototype.to_string = function()
Convert an image object into a html-ized string.
bbop.html.input.prototype.to_string = function()
Convert an input into a html-ized string.
bbop.html.list.prototype.to_string = function()
Convert a list object into a html-ized string.
bbop.html.span.prototype.to_string = function()
Convert a span object into a html-ized string.
bbop.html.table.prototype.to_string = function()
Convert a table object into a html-ized string.
bbop.html.tag.prototype.to_string = function()
Convert a tag object into a html-ized string.
this.to_string = function()
Dump the current data out to a string.
bbop.rest.manager.prototype.to_string = function ()
Output writer for this object/class.
this.toggle_id = function()
Return a string of the id of the checkbox in the header if we selected for checkboxes to be displayed.
this.toggle_id = function()
Return a string of the id of the checkbox in the header if we selected for checkboxes to be displayed.
bbop.golr.response.prototype.total_documents = function()
Return the total number of documents found.
bbop.widget.display.two_column_layout = function (col1,
col2)
Produce a div containing a CSS hardwired two-column layout.
bbop.model.edge.prototype.type = function(value)
Getter/setter for edge type.
bbop.model.node.prototype.type = function(value)
Getter/setter for node type.
this.unregister = function(category,
function_id)
Remove the specified function from the registry.
this.unset = function(key)
Unset (remove) an internal variable for the query.
bbop.golr.manager.prototype.update = function(callback_type,
rows,
start)
The user code to select the type of update (and thus the type of callbacks to be called on data return).
bbop.golr.manager.jquery.prototype.update = function(callback_type,
rows,
start)
See the documentation in golr_manager.js on update to get more of the story.
bbop.golr.manager.nodejs.prototype.update = function(callback_type,
rows,
start)
See the documentation in golr_manager.js on update to get more of the story.
bbop.golr.manager.preload.prototype.update = function(callback_type,
rows,
start)
See the documentation in golr_manager.js on update to get more of the story.
bbop.golr.manager.rhino.prototype.update = function(callback_type,
rows,
start)
See the documentation in golr_manager.js on update to get more of the story.
bbop.golr.manager.ringo.prototype.update = function(callback_type,
rows,
start)
See the documentation in golr_manager.js on update to get more of the story.
bbop.rest.manager.prototype.update = function(callback_type)
The user code to select the type of update (and thus the type of callbacks to be called on data return).
bbop.rest.manager.jquery.prototype.update = function(callback_type)
See the documentation in manager.js on update to get more of the story.
bbop.rest.manager.node.prototype.update = function(callback_type)
See the documentation in bbop.rest.manager.js on update to get more of the story.
bbop.rest.manager.rhino.prototype.update = function(callback_type)
See the documentation in bbop/rest/manager.js on update to get more of the story.
bbop.rest.manager.ringo.prototype.update = function(callback_type)
See the documentation in bbop.rest.manager.js on update to get more of the story.
Return a url string.
bbop.linker.prototype.url = function(id,
xid)
Return a url string.
this.url = function()
TODO
bbop.core.url_parameters = function(url)
Return the parameters part of a URL.
bbop.rest.manager.jquery.prototype.use_jsonp = function(use_p)
Set the jQuery engine to use JSONP handling instead of the default JSON.
bbop.core.uuid = function()
RFC 4122 v4 compliant UUID generator.
this.variables = function()
Return a hash of the variables used in the template.
this.warning = function(msg)
Temporarily display a messsage styled for warnings.
this.weight = function()
The relative weight of this search class.
bbop.core.what_is = function(in_thing)
Return the string best guess for what the input is, null if it can’t be identified.
Close