Function 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
F
 facet_counts, bbop.golr.response
 facet_field, bbop.golr.response
 facet_field_list, bbop.golr.response
 facets, bbop.golr.manager
 facts, bbop.rest.response.mmm
 fail, bbop.test
 faux_ajax
 fetch
 field_download, bbop.widget.display.button_templates
 field_order_by_weight, bbop.golr.conf_class
 fill, bbop.template
 filter_list_to_assemble_hash, bbop.golr.manager
 filter_shield, bbop.widget.display.filter_shield
 filter_table, bbop.widget.filter_table
 finish_wait, bbop.widget.spinner
 first_split, bbop.core
 flexible_download, bbop.widget.display.button_templates
 fold, bbop.core
bbop.golr.response.prototype.facet_counts = function()
For a given facet field, return a hash of that field’s items and their counts.
bbop.golr.response.prototype.facet_field = function(facet_name)
Return a count-sorted array of a facet field’s response.
bbop.golr.response.prototype.facet_field_list = function()
Return a count sorted array of the response’s facet fields.
this.facets = function(list_or_key)
Bulk getter/setter for facets (technically ‘facet.field’).
bbop.rest.response.mmm.prototype.facts = function()
Returns a list of the facts in the response.
this.fail = function(msg)
Always return test as false--useful when testing using control structures and the like.
bbop.golr.faux_ajax = function ()
Contructor for a fake and inactive Ajax.
bbop.rest.manager.jquery_faux_ajax = function ()
Contructor for a fake and inactive Ajax.
bbop.golr.manager.jquery.prototype.fetch = function(run_func)
A cousin of update, but is made to avoid all of the usual callback functions (except error) and just run the single function from the argument.
bbop.golr.manager.rhino.prototype.fetch = function()
This is the synchronous data getter for Rhino--probably your best bet right now for scripting.
bbop.rest.manager.rhino.prototype.fetch = function(url,
payload)
This is the synchronous data getter for Rhino--probably your best bet right now for scripting.
bbop.widget.display.button_templates.field_download = function(label,
count,
fields)
Generate the template for a simple download button.
this.field_order_by_weight = function(weight_category,
cutoff)
Returns an array of field ids ordered by weight.
this.fill = function(fill_hash)
Fill the template with the corresponding hash items.
this.filter_list_to_assemble_hash = function(flist)
Get all of our query filter variables and try and make something of them that get_assemble can understand.
bbop.widget.display.filter_shield = function(spinner_img_src,
wait_msg)
Contructor for the bbop.widget.display.filter_shield object.
bbop.widget.filter_table = function(elt_id,
table_id,
img_src,
repaint_func,
label)
The table needs to keep the row information in a tbody, not just at the top level.
this.finish_wait = function()
Removes one from the wait count and hides the spinner if the number of outstanding waits has reached zero.
bbop.core.first_split = function(character,
string)
Attempt to return a two part split on the first occurrence of a character.
bbop.widget.display.button_templates.flexible_download = function(label,
count,
start_fields,
personality,
gconf)
Generate the template for a button that gives the user a DnD and reorderable selector for how they want their tab-delimited downloads.
bbop.core.fold = function(default_hash,
arg_hash)
Fold a pair of hashes together, using the first one as an initial template--only the keys in the default hash will be defined in the final hash--and the second hash getting precedence.
Close