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
P
 packet, bbop.golr.response
 page, bbop.golr.manager
 page_first, bbop.golr.manager
 page_last, bbop.golr.manager
 page_next, bbop.golr.manager
 page_previous, bbop.golr.manager
 paging_next_p, bbop.golr.response
 paging_p, bbop.golr.response
 paging_previous_p, bbop.golr.response
 parameter, bbop.golr.response
 parameters, bbop.golr.response
 pare, bbop.core
 parse, bbop.logic
 parseJSON, bbop.golr.faux_ajax
 pass, bbop.test
 payload, bbop.rest.manager
 plist_to_property_hash, bbop.golr.manager
 pop_context, bbop.logger
 pop_excursion, bbop.golr.manager
 predicate_id, bbop.model.edge
 preload, bbop.golr.manager.preload
 priority, bbop.context
 properties, bbop.rest.response.mmm
 property, bbop.golr.conf_field
 push_context, bbop.logger
 push_excursion, bbop.golr.manager
Q
 query, bbop.golr.response
 query_field_set, bbop.golr.manager
 query_filters, bbop.golr.response
R
 raw
 readable, bbop.context
 register, bbop.registry
 registry, bbop.registry
 relation_glyph, bbop.context
 relation_weight, bbop.model.bracket.graph
 relations, bbop.rest.response.mmm
 remove_extra, bbop.golr.manager
 remove_query_filter, bbop.golr.manager
 repl, bbop.widget.repl
 replace_buffer_text, bbop.widget.repl
 report, bbop.test
 required, bbop.golr.conf_field
 reset, bbop.golr.manager
 reset_batch, bbop.golr.manager
 reset_context, bbop.logger
 reset_default_query, bbop.golr.manager
 reset_facet_limit, bbop.golr.manager
 reset_query
 reset_query_filters, bbop.golr.manager
 reset_results_count, bbop.golr.manager
 resource, bbop.rest.manager
 resourcify, bbop.core
 response
 restmark, bbop.widget.display.button_templates
 results_table_by_class_conf, bbop.widget.display.results_table_by_class_conf
 results_table_by_class_conf_bs3, bbop.widget.display.results_table_by_class_conf_bs3
 rhino
 rich_bracket_layout, bbop.model.bracket.graph
 ringo
 row_step, bbop.golr.response
 run_batch, bbop.golr.manager.jquery
bbop.golr.response.prototype.packet = function()
Return the packet number of the current response.
this.page = function(rows,
start)
Re-trigger the “search” chain of events, but with the variables set for a different section of the results.
Currently a convenience alias for search.
this.page_last = function(total_document_count)
Trigger search on last page parameters.
this.page_next = function()
This is a wrapper for page and should be preferred over a direct call to page.
this.page_previous = function()
This is a wrapper for page and should be preferred over a direct call to page.
bbop.golr.response.prototype.paging_next_p = function()
Whether or paging forwards is an option right now.
bbop.golr.response.prototype.paging_p = function()
Whether or not paging is necessary with the given results set.
bbop.golr.response.prototype.paging_previous_p = function()
Whether or paging backwards is an option right now.
bbop.golr.response.prototype.parameter = function(key)
Get the parameter chunk--variable stuff we put in.
bbop.golr.response.prototype.parameters = function()
Get the parameter chunk--variable stuff we put in.
bbop.core.pare = function(in_thing,
filter_function,
sort_function)
Take an array or hash and pare it down using a couple of functions to what we want.
this.parse = function(in_str)
TODO: I think I can grab the shunting yard algorithm for a similar problem in the old AmiGO 1.x codebase.
this.parseJSON = function(args)
Fake call to jQuery’s parseJSON.
this.pass = function(msg)
Always return test as true--useful when testing using control structures and the like.
this.payload = function(payload)
The information to deliver to the resource.
this.plist_to_property_hash = function(plist)
Turn a plist to a hash containing the different properties that can be defined for a query filter.
this.pop_context = function()
Remove the last context if it’s there.
this.pop_excursion = function()
Return to a previously pushed state.
bbop.model.edge.prototype.predicate_id = function()
Getter/setter for edge predicate id.
bbop.golr.manager.preload = function (golr_loc,
golr_conf_obj)
Contructor for the GOlr query manager.
this.priority = function(ind)
Return a number representing the relative priority of the entity under consideration.
bbop.rest.response.mmm.prototype.properties = function()
Returns a list of the properties in the response.
this.property = function()
Returns the method of this field’s generation in the loader.
this.push_context = function(new_context)
Add an additional logging context to the stack.
this.push_excursion = function()
Save the current state of the manager--data and sticky filter information--onto an internal stack.
bbop.golr.response.prototype.query = function()
Return the raw query parameter “q”.
this.query_field_set = function(qfs)
Bulk getter/setter for the query fields--the fields that are searched (and by what weight) when using a query (‘q’ or set_query(), i.e.
bbop.golr.response.prototype.query_filters = function()
A sensible handling of the not-so-great format of “fq” returned by Solr (fq can be irritating single value or irritating array, along with things like “-” in front of values).
bbop.golr.response.prototype.raw = function()
returns a pointer to the initial response object
bbop.rest.response.prototype.raw = function()
Returns the initial response object, whatever it was.
this.readable = function(ind)
Returns a human readable form of the inputted string.
this.register = function(category,
function_id,
in_function,
in_priority)
Add the specified function from the registry, with an optional relative priority against other callback functions.
bbop.registry = function(evt_list)
Contructor for BBOP registry.
Return the string indicating the glyph to use for the edge marking.
this.relation_weight = function(predicate_acc,
default_weight)
A GO-specific take on the relative importance of relations in a graph.
bbop.rest.response.mmm.prototype.relations = function()
Returns a list of the relations found in the response.
this.remove_extra = function()
Remove/reset the extra bit.
this.remove_query_filter = function(filter,
value,
plist)
Remover for query filters (‘fq’), is a plist is specified, it will only remove if all of the listed criteria are met.
bbop.widget.repl = function(interface_id,
initial_commands,
in_argument_hash)
Contructor for the bbop.widget.repl object.
this.replace_buffer_text = function(str)
Replace the buffer text with new text.
this.report = function()
Print a report about what happened during the tests.
this.required = function()
Returns whether or not this field is required.
this.reset = function()
Manually trigger the “reset” chain of events.
this.reset_batch = function()
Clear the currently queued data batch.
this.reset_context = function(new_initial_context)
Define the ability to reset the contex.
this.reset_default_query = function()
Reset the default query back to “:”.
this.reset_facet_limit = function(field)
Either reset the global limit to the original (likely 25) and/or remove the specified filter.
this.reset_query = function(response,
manager)
Simply reset the query and then redraw (rebind) the query.
this.reset_query = function()
Remove/reset the query variable (‘q’); this set it back to the default query.
this.reset_query_filters = function()
Reset the query filters (‘fq’); but leave sticky filters alone.
this.reset_results_count = function()
Reset the number of documents to their original setting, likely 10.
this.resource = function(url)
The base target URL for our operations.
bbop.core.resourcify = function(base,
resource,
extension)
Convert a string into something consistent for urls (getting icons, etc.)
bbop.golr.response = function(json_data)
Contructor for a GOlr query response object.
bbop.rest.response = function(in_data)
Contructor for a REST query response object.
bbop.widget.display.button_templates.restmark = function(linker)
Generate the template for a simple bookmark button with pop-up.
Using a conf class and a set of data, automatically populate and return a results table.
Using a conf class and a set of data, automatically populate and return a results table.
bbop.golr.manager.rhino = function (golr_loc,
golr_conf_obj)
Contructor for the GOlr query manager; Rhino-style.
bbop.rest.manager.rhino = function(response_handler)
Contructor for the REST query manager; Rhino-style.
this.rich_bracket_layout = function(term_acc,
transitivity_graph)
Very similar to bracket_layout, except that instead of the node id, there is a list of [node_id, node_label, predicate].
bbop.golr.manager.ringo = function (golr_loc,
golr_conf_obj)
Contructor for the GOlr query manager; Ringo flavor.
bbop.rest.manager.ringo = function(response_handler)
Contructor for the REST query manager; RingoJS-style.
bbop.golr.response.prototype.row_step = function()
Returns the number of rows requested (integer).
bbop.golr.manager.jquery.prototype.run_batch = function(accumulator_func,
final_func)
A distant cousin of update.
Close