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
$#!
 ‘bbop-widget-search_pane-spinner’,
A
 accordion, bbop.html.accordion
 action, bbop.rest.manager
 add, bbop.logic
 add_button, bbop.widget.search_pane
 add_edge, bbop.model.graph
 add_node, bbop.model.graph
 add_query_field, bbop.golr.manager
 add_query_filter, bbop.golr.manager
 add_query_filter_as_string, bbop.golr.manager
 add_to
 add_to_batch, bbop.golr.manager
 advance_log_to_bottom, bbop.widget.repl
 ajax
 all_dangling, bbop.model.graph
 all_edges, bbop.model.graph
 all_entities, bbop.context
 all_known, bbop.context
 all_nodes, bbop.model.graph
 all_predicates, bbop.model.graph
 anchor
 apply_callbacks, bbop.registry
 assemble, bbop.rest.manager
bbop.html.accordion = function(in_list,
attrs,
add_id_p)
Create the a frame for the functional part of a jQuery accordion structure.
this.action = function(url,
payload,
method)
This method is the most fundamental operation.
Add to the current stored logic bundle.
this.add_button = function(button_definition_hash)
Add a user-defined button to the display.
bbop.model.graph.prototype.add_edge = function(edge)
Add an edge to the graph.
bbop.model.graph.prototype.add_node = function(node)
Add a node to the graph.
this.add_query_field = function(qf,
boost)
Add a new query field to the query.
this.add_query_filter = function(filter,
value,
plist)
Setter for query filters (‘fq’).
this.add_query_filter_as_string = function(filter_string,
plist)
Setter for query filters (‘fq’).
bbop.html.accordion.prototype.add_to = function(section_info,
content_blob,
add_id_p)
Add a contect section to the accordion.
bbop.html.anchor.prototype.add_to = function(item)
Add content between the tags.
bbop.html.button.prototype.add_to = function(item)
Add content between the tags.
bbop.html.collapsible.prototype.add_to = function(section_info,
content_blob)
Add a contect section to the collapsible.
bbop.html.image.prototype.add_to = function(item)
Add content between the tags.
bbop.html.input.prototype.add_to = function(item)
Add content between the input tags.
bbop.html.list.prototype.add_to = function()
Add a new li section to a list.
bbop.html.span.prototype.add_to = function(item)
Add content between the tags.
bbop.html.table.prototype.add_to = function(entries)
Add data row.
bbop.html.tag.prototype.add_to = function(bbop_html_tag_or_string)
Add content between the tags.
this.add_to_batch = function()
“Save” the current manager state to run later in serial batch mode.
this.advance_log_to_bottom = function()
Can’t be bothered to check now, but this needs to be done separately from the log because of an initial race condition.
this.ajax = function(args)
Fake call to jQuery’s ajax.
this.ajax = function(args)
Fake call to jQuery’s ajax.
bbop.model.graph.prototype.all_dangling = function()
List all external nodes by referenced id.
bbop.model.graph.prototype.all_edges = function()
Returns an /original/ list of all added edges.
this.all_entities = function()
Return a list of the currently known entities.
this.all_known = function()
Return a list of the currently known entities and their aliases.
bbop.model.graph.prototype.all_nodes = function()
Returns an /original/ list of all added nodes.
bbop.model.graph.prototype.all_predicates = function()
Returns an /original/ list of all added predicates.
bbop.html.anchor = function(in_cont,
in_attrs)
Create an anchor object.
bbop.linker.prototype.anchor = function(id,
xid)
Return an html anchor string.
this.apply_callbacks = function(category,
arg_list,
context)
Generic runner for prioritized callbacks with various arguments and an optional change in context..
bbop.rest.manager.prototype.assemble = function()
Assemble the resource and arguments into a URL string.
Close