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
G
 get, bbop.golr.manager
 get_ancestor_subgraph, bbop.model.graph
 get_assemble, bbop.core
 get_callbacks, bbop.registry
 get_child_nodes, bbop.model.graph
 get_class, bbop.golr.conf
 get_classes, bbop.golr.conf
 get_classes_by_weight, bbop.golr.conf
 get_default_query, bbop.golr.manager
 get_doc, bbop.golr.response
 get_doc_field, bbop.golr.response
 get_doc_highlight, bbop.golr.response
 get_doc_label, bbop.golr.response
 get_download_url, bbop.golr.manager
 get_edge, bbop.model.graph
 get_edges, bbop.model.graph
 get_extra, bbop.golr.manager
 get_facet_limit, bbop.golr.manager
 get_field, bbop.golr.conf_class
 get_fields, bbop.golr.conf_class
 get_filter_query_string, bbop.golr.manager
 get_fundamental_query, bbop.golr.manager
 get_id
 get_keys, bbop.core
 get_leaf_nodes, bbop.model.graph
 get_node, bbop.model.graph
 get_page_rows, bbop.golr.manager
 get_page_start, bbop.golr.manager
 get_parent_edges, bbop.model.graph
 get_parent_nodes, bbop.model.graph
 get_personality, bbop.golr.manager
 get_predicates, bbop.model.graph
 get_query, bbop.golr.manager
 get_query_filter_properties, bbop.golr.manager
 get_query_filters, bbop.golr.manager
 get_query_url, bbop.golr.manager
 get_results_count, bbop.golr.manager
 get_root_nodes, bbop.model.graph
 get_section_id
 get_selected_items
 get_singleton_nodes, bbop.model.graph
 get_state_url, bbop.golr.manager
 get_sticky_query_filters, bbop.golr.manager
 get_weights, bbop.golr.conf_class
 graph
H
 handler, bbop.handler
 has_interface, bbop.core
 hashify, bbop.core
 headers, bbop.rest.manager.jquery
 hide, bbop.widget.spinner
this.get = function(key)
Get an internal variable for the query.
bbop.model.graph.prototype.get_ancestor_subgraph = function(nb_id_or_list,
pid)
Return new ancestors subgraph.
bbop.core.get_assemble = function(qargs)
Assemble an object into a GET-like query.
this.get_callbacks = function(category)
Generic getter for callback functions, returns by priority.
bbop.model.graph.prototype.get_child_nodes = function(nb_id,
in_pred)
Return all child nodes; the /originals/.
this.get_class = function(fid)
Returns a class info object by id string.
this.get_classes = function()
Returns an array of all search classes.
this.get_classes_by_weight = function()
Returns an array of all search classes.
this.get_default_query = function()
Getter for what the query variable ‘q’ will be set to on a reset_query.
bbop.golr.response.prototype.get_doc = function(doc_id)
Returns a specified document, in its raw hash form.
bbop.golr.response.prototype.get_doc_field = function(doc_id,
field_id)
Returns the value(s) of the requested fields.
bbop.golr.response.prototype.get_doc_highlight = function(doc_id,
field_id,
item)
Returns the highlighted value(s) of the requested fields.
bbop.golr.response.prototype.get_doc_label = function(doc_id,
field_id,
item_id)
Tries to return a label for a document, field, and id combination.
this.get_download_url = function(field_list,
in_arg_hash)
Get the current invariant state of the manager returned as a URL string.
bbop.model.graph.prototype.get_edge = function(sub_id,
obj_id,
pred)
Return a /copy/ of an edge by ids (not the original) if extant.
bbop.model.graph.prototype.get_edges = function(sub_id,
obj_id)
Return all edges (copies) of given subject and object ids.
Getter for the internal string variable to be appended to the end of a query.
this.get_facet_limit = function(field)
Get the limit for a specified facet or the global limit.
this.get_field = function(fid)
Returns a search field by id string.
this.get_fields = function()
Return all of the fields in this search class.
this.get_filter_query_string = function()
Get the current state of the manager, as defined by the current gross filter set--query, sticky filters, and standard filters-- returned as a URL query string (sans the ‘?’
this.get_fundamental_query = function()
Getter for what the query variable ‘q’ will be set to on a reset_default_query.
bbop.html.accordion.prototype.get_id = function()
Return the id if extant, null otherwise.
bbop.html.anchor.prototype.get_id = function()
Return the id if extant, null otherwise.
bbop.html.button.prototype.get_id = function()
Return the id if extant, null otherwise.
bbop.html.collapsible.prototype.get_id = function()
Return the id if extant, null otherwise.
bbop.html.image.prototype.get_id = function()
Return the id if extant, null otherwise.
bbop.html.input.prototype.get_id = function()
Return the id if extant, null otherwise.
bbop.html.list.prototype.get_id = function()
Return the id if extant, null otherwise.
bbop.html.span.prototype.get_id = function()
Return the id if extant, null otherwise.
bbop.html.table.prototype.get_id = function()
Return the id if extant, null otherwise.
bbop.html.tag.prototype.get_id = function()
Return the id if extant, null otherwise.
this.get_id = function(str)
Get the id of different components in the REPL.
bbop.core.get_keys = function (arg_hash)
Get the hash keys from a hash/object, return as an array.
bbop.model.graph.prototype.get_leaf_nodes = function()
Return a list of /copies/ of the leaf nodes.
bbop.model.graph.prototype.get_node = function(nid)
Return a /copy/ of a node by id (not the original) if extant.
this.get_page_rows = function()
Return the number of rows the manager is currently set to.
this.get_page_start = function()
Return the rows offset the manager is currently set to.
bbop.model.graph.prototype.get_parent_edges = function(nb_id,
in_pred)
Return all parent edges; the /originals/.
bbop.model.graph.prototype.get_parent_nodes = function(nb_id,
in_pred)
Return all parent nodes; the /originals/.
this.get_personality = function()
Returns the current personality, null if none.
bbop.model.graph.prototype.get_predicates = function(sub_id,
obj_id)
Return all predicates of given subject and object ids.
this.get_query = function()
Getter for the query variable (‘q’).
this.get_query_filter_properties = function(filter,
value)
Get a hash representing a query filter (‘fq’).
this.get_query_filters = function()
Get a list of hashes representing the query filters (‘fq’).
this.get_query_url = function()
Get the current invariant state of the manager returned as a encoded URL string (using encodeURI()).
this.get_results_count = function(field)
Get the current number of results that will be returned.
bbop.model.graph.prototype.get_root_nodes = function()
Return a list of /copies/ of the root nodes.
bbop.html.accordion.prototype.get_section_id = function(sect_id)
Get the “real” section id by way of the “convenience” section id?
bbop.html.collapsible.prototype.get_section_id = function(sect_id)
Get the “real” section id by way of the “convenience” section id?
this.get_selected_items = function()
The idea is to return a list of the items selected (with checkboxes) in the display.
this.get_selected_items = function()
The idea is to return a list of the items selected (with checkboxes) in the display.
bbop.model.graph.prototype.get_singleton_nodes = function()
Find nodes that are roots and leaves over all relations.
this.get_state_url = function()
Get the current invariant state of the manager, plus the current personality as a parameter, returned as a URL string.
this.get_sticky_query_filters = function()
Get a list of hashes representing the current stucky query filters (‘fq’).
this.get_weights = function(weight_category)
Get the various weights we need to run.
Contructor for a BBOP graph model graph.
bbop.model.tree.graph = function()
Same as parent.
bbop.handler = function()
Partial version for this library; revision (major/minor version numbers) information.
bbop.core.has_interface = function(iobj,
interface_list)
Check to see if all top-level objects in a namespace supply an “interface”.
bbop.core.hashify = function (list)
Returns a hash form of the argument array/list.
bbop.rest.manager.jquery.prototype.headers = function(header_set)
Try and control the server with the headers.
this.hide = function()
Hide the spinner if it is showing (regardless of current waits).
Close