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