SYMBOL INDEX (1600 symbols across 79 files) FILE: bdsim/bdedit/Icons.py function qInitResources (line 3411) | def qInitResources(): function qCleanupResources (line 3417) | def qCleanupResources(): FILE: bdsim/bdedit/bdedit.py function main (line 24) | def main(): FILE: bdsim/bdedit/block.py class Block (line 38) | class Block(Serializable): method __init__ (line 55) | def __init__(self, scene, window, pos=(0, 0)): method _createBlock (line 171) | def _createBlock(self, inputs, outputs): method _createParamWindow (line 207) | def _createParamWindow(self): method makeInputSockets (line 226) | def makeInputSockets(self, inputs, position, socketType=INPUT): method makeOutputSockets (line 279) | def makeOutputSockets(self, outputs, position, socketType=OUTPUT): method toggleParamWindow (line 328) | def toggleParamWindow(self): method closeParamWindow (line 341) | def closeParamWindow(self): method updateSocketSigns (line 352) | def updateSocketSigns(self): method setFocusOfBlocks (line 394) | def setFocusOfBlocks(self): method pos (line 411) | def pos(self): method setPos (line 422) | def setPos(self, x, y): method setTitle (line 435) | def setTitle(self, name=None): method setDefaultTitle (line 480) | def setDefaultTitle(self, name, increment=None): method getSocketPosition (line 529) | def getSocketPosition(self, index, position): method updateSocketPositions (line 573) | def updateSocketPositions(self): method updateConnectedEdges (line 609) | def updateConnectedEdges(self): method updateWireRoutingLogic (line 622) | def updateWireRoutingLogic(self): method removeSockets (line 657) | def removeSockets(self, type): method remove (line 674) | def remove(self): method serialize (line 720) | def serialize(self): method deserialize (line 788) | def deserialize(self, data, hashmap={}): function block (line 967) | def block(cls): function blockname (line 987) | def blockname(cls): FILE: bdsim/bdedit/block_connector_block.py class Connector (line 13) | class Connector(Block): method __init__ (line 33) | def __init__(self, scene, window, title="Unnamed Connector Block"): FILE: bdsim/bdedit/block_graphics_block.py class GraphicsBlock (line 30) | class GraphicsBlock(QGraphicsItem): method __init__ (line 38) | def __init__(self, block, parent=None): method initUI (line 107) | def initUI(self): method initTitle (line 116) | def initTitle(self): method titleLength (line 126) | def titleLength(self): method getTitle (line 146) | def getTitle(self): method setTitle (line 157) | def setTitle(self): method checkMode (line 179) | def checkMode(self): method updateMode (line 201) | def updateMode(self, value): method checkBlockHeight (line 215) | def checkBlockHeight(self): method hoverEnterEvent (line 262) | def hoverEnterEvent(self, event): method boundingRect (line 275) | def boundingRect(self): method paint (line 290) | def paint(self, painter, style, widget=None): method mousePressEvent (line 385) | def mousePressEvent(self, event): method mouseReleaseEvent (line 415) | def mouseReleaseEvent(self, event): class GraphicsConnectorBlock (line 427) | class GraphicsConnectorBlock(QGraphicsItem): method __init__ (line 435) | def __init__(self, block, parent=None): method initUI (line 487) | def initUI(self): method boundingRect (line 499) | def boundingRect(self): method paint (line 529) | def paint(self, painter, style, widget=None): method mousePressEvent (line 597) | def mousePressEvent(self, event): method mouseReleaseEvent (line 620) | def mouseReleaseEvent(self, event): FILE: bdsim/bdedit/block_graphics_socket.py class GraphicsSocket (line 39) | class GraphicsSocket(QGraphicsItem): method __init__ (line 49) | def __init__(self, socket): method setBrush (line 96) | def setBrush(self): method paint (line 105) | def paint(self, painter, style, widget=None): method paintPlus (line 220) | def paintPlus(self, multi): method paintMinus (line 238) | def paintMinus(self, multi): method paintMultiply (line 254) | def paintMultiply(self, multi): method paintDivide (line 272) | def paintDivide(self, multi): method charDimensions (line 293) | def charDimensions(self): method getSignPath (line 322) | def getSignPath(self, sign, multi): method shouldSocketsBeHidden (line 346) | def shouldSocketsBeHidden(self): method boundingRect (line 362) | def boundingRect(self): FILE: bdsim/bdedit/block_graphics_wire.py class GraphicsWire (line 34) | class GraphicsWire(QGraphicsPathItem): method __init__ (line 67) | def __init__(self, wire): method initUI (line 117) | def initUI(self): method setSource (line 131) | def setSource(self, x, y): method setDestination (line 145) | def setDestination(self, x, y): method setSourceOrientation (line 159) | def setSourceOrientation(self, orientation): method setDestinationOrientation (line 172) | def setDestinationOrientation(self, orientation): method shape (line 187) | def shape(self): method paint (line 191) | def paint(self, painter, style, widget=None): method polyPath (line 241) | def polyPath(self): method updatePath (line 271) | def updatePath(self): method updateCursorSegments (line 281) | def updateCursorSegments(self, segments): method updateLineSegments (line 312) | def updateLineSegments(self): method updateWireCoordinates (line 384) | def updateWireCoordinates(self, new_coordinates): method handleAt (line 423) | def handleAt(self, point): method hoverMoveEvent (line 438) | def hoverMoveEvent(self, moveEvent): method hoverLeaveEvent (line 450) | def hoverLeaveEvent(self, moveEvent): method mousePressEvent (line 458) | def mousePressEvent(self, mouseEvent): method mouseMoveEvent (line 472) | def mouseMoveEvent(self, mouseEvent): method mouseReleaseEvent (line 488) | def mouseReleaseEvent(self, mouseEvent): method interactiveResize (line 506) | def interactiveResize(self, mousePos): method adjustCustomRoutingWireCoordinates (line 583) | def adjustCustomRoutingWireCoordinates(self): class GraphicsWireDirect (line 637) | class GraphicsWireDirect(GraphicsWire): method updatePath (line 647) | def updatePath(self): class GraphicsWireBezier (line 659) | class GraphicsWireBezier(GraphicsWire): method updatePath (line 670) | def updatePath(self): class GraphicsWireStep (line 699) | class GraphicsWireStep(GraphicsWire): method updatePath (line 714) | def updatePath(self): method wireRoutingLogic (line 734) | def wireRoutingLogic(self): FILE: bdsim/bdedit/block_importer.py function import_blocks (line 19) | def import_blocks(scene, window): FILE: bdsim/bdedit/block_main_block.py class Main (line 14) | class Main(Block): method __init__ (line 18) | def __init__(self, scene, window, file_name=None, name="Main Block", p... FILE: bdsim/bdedit/block_param_window.py class ParamWindow (line 42) | class ParamWindow(QWidget): method __init__ (line 55) | def __init__(self, block, parent=None): method initUI (line 97) | def initUI(self): method displayDocumentationURL (line 116) | def displayDocumentationURL(self): method closeQMessageBox (line 124) | def closeQMessageBox(self): method displayPopUpMessage (line 146) | def displayPopUpMessage(self, title, text, messageType): method buildParamWindow (line 210) | def buildParamWindow(self): method updateBlockParameters (line 320) | def updateBlockParameters(self): method getSafeValue (line 758) | def getSafeValue(inputValue, requiredType, requiredOptions): FILE: bdsim/bdedit/block_socket.py class Socket (line 35) | class Socket(Serializable): method __init__ (line 54) | def __init__( method getSocketPosition (line 92) | def getSocketPosition(self): method setConnectedEdge (line 105) | def setConnectedEdge(self, wire): method hasEdge (line 117) | def hasEdge(self): method removeWire (line 130) | def removeWire(self, wire): method removeAllWires (line 145) | def removeAllWires(self): method isInputSocket (line 156) | def isInputSocket(self): method isOutputSocket (line 176) | def isOutputSocket(self): method updateSocketSign (line 195) | def updateSocketSign(self, value): method removeSockets (line 211) | def removeSockets(self, type): method serialize (line 255) | def serialize(self): method deserialize (line 277) | def deserialize(self, data, hashmap={}): FILE: bdsim/bdedit/block_wire.py class Wire (line 33) | class Wire(Serializable): method __init__ (line 57) | def __init__(self, scene, start_socket=None, end_socket=None, wire_typ... method start_socket (line 94) | def start_socket(self): method start_socket (line 106) | def start_socket(self, value): method end_socket (line 128) | def end_socket(self): method end_socket (line 140) | def end_socket(self, value): method wire_type (line 162) | def wire_type(self): method wire_type (line 174) | def wire_type(self, value): method setFocusOfWire (line 209) | def setFocusOfWire(self): method updatePositions (line 225) | def updatePositions(self): method remove_from_sockets (line 264) | def remove_from_sockets(self): method remove (line 273) | def remove(self): method serialize (line 314) | def serialize(self): method deserialize (line 342) | def deserialize(self, data, hashmap={}): method checkIntersections (line 388) | def checkIntersections(self): FILE: bdsim/bdedit/docs/_static/doctools.js function highlight (line 74) | function highlight(node, addItems) { FILE: bdsim/bdedit/docs/_static/jquery-3.5.1.js function DOMEval (line 103) | function DOMEval( code, node, doc ) { function toType (line 133) | function toType( obj ) { function isArrayLike (line 503) | function isArrayLike( obj ) { function Sizzle (line 755) | function Sizzle( selector, context, results, seed ) { function createCache (line 903) | function createCache() { function markFunction (line 923) | function markFunction( fn ) { function assert (line 932) | function assert( fn ) { function addHandle (line 956) | function addHandle( attrs, handler ) { function siblingCheck (line 971) | function siblingCheck( a, b ) { function createInputPseudo (line 997) | function createInputPseudo( type ) { function createButtonPseudo (line 1008) | function createButtonPseudo( type ) { function createDisabledPseudo (line 1019) | function createDisabledPseudo( disabled ) { function createPositionalPseudo (line 1075) | function createPositionalPseudo( fn ) { function testContext (line 1098) | function testContext( context ) { function setFilters (line 2309) | function setFilters() {} function toSelector (line 2383) | function toSelector( tokens ) { function addCombinator (line 2393) | function addCombinator( matcher, combinator, base ) { function elementMatcher (line 2460) | function elementMatcher( matchers ) { function multipleContexts (line 2474) | function multipleContexts( selector, contexts, results ) { function condense (line 2483) | function condense( unmatched, map, filter, context, xml ) { function setMatcher (line 2504) | function setMatcher( preFilter, selector, matcher, postFilter, postFinde... function matcherFromTokens (line 2604) | function matcherFromTokens( tokens ) { function matcherFromGroupMatchers (line 2667) | function matcherFromGroupMatchers( elementMatchers, setMatchers ) { function nodeName (line 3025) | function nodeName( elem, name ) { function winnow (line 3035) | function winnow( elements, qualifier, not ) { function sibling (line 3330) | function sibling( cur, dir ) { function createOptions (line 3423) | function createOptions( options ) { function Identity (line 3648) | function Identity( v ) { function Thrower (line 3651) | function Thrower( ex ) { function adoptValue (line 3655) | function adoptValue( value, resolve, reject, noValue ) { function resolve (line 3748) | function resolve( depth, deferred, handler, special ) { function completed (line 4113) | function completed() { function fcamelCase (line 4208) | function fcamelCase( _all, letter ) { function camelCase (line 4215) | function camelCase( string ) { function Data (line 4232) | function Data() { function getData (line 4401) | function getData( data ) { function dataAttr (line 4426) | function dataAttr( elem, key, data ) { function adjustCSS (line 4738) | function adjustCSS( elem, prop, valueParts, tween ) { function getDefaultDisplay (line 4806) | function getDefaultDisplay( elem ) { function showHide (line 4829) | function showHide( elements, show ) { function getAll (line 4961) | function getAll( context, tag ) { function setGlobalEval (line 4986) | function setGlobalEval( elems, refElements ) { function buildFragment (line 5002) | function buildFragment( elems, context, scripts, selection, ignored ) { function returnTrue (line 5097) | function returnTrue() { function returnFalse (line 5101) | function returnFalse() { function expectSync (line 5111) | function expectSync( elem, type ) { function safeActiveElement (line 5118) | function safeActiveElement() { function on (line 5124) | function on( elem, types, selector, data, fn, one ) { function leverageNative (line 5612) | function leverageNative( el, type, expectSync ) { function manipulationTarget (line 5976) | function manipulationTarget( elem, content ) { function disableScript (line 5987) | function disableScript( elem ) { function restoreScript (line 5991) | function restoreScript( elem ) { function cloneCopyEvent (line 6001) | function cloneCopyEvent( src, dest ) { function fixInput (line 6034) | function fixInput( src, dest ) { function domManip (line 6047) | function domManip( collection, args, callback, ignored ) { function remove (line 6139) | function remove( elem, selector, keepData ) { function computeStyleTests (line 6453) | function computeStyleTests() { function roundPixelMeasures (line 6497) | function roundPixelMeasures( measure ) { function curCSS (line 6571) | function curCSS( elem, name, computed ) { function addGetHookIf (line 6624) | function addGetHookIf( conditionFn, hookFn ) { function vendorPropName (line 6649) | function vendorPropName( name ) { function finalPropName (line 6664) | function finalPropName( name ) { function setPositiveNumber (line 6690) | function setPositiveNumber( _elem, value, subtract ) { function boxModelAdjustment (line 6702) | function boxModelAdjustment( elem, dimension, box, isBorderBox, styles, ... function getWidthOrHeight (line 6770) | function getWidthOrHeight( elem, dimension, extra ) { function Tween (line 7146) | function Tween( elem, options, prop, end, easing ) { function schedule (line 7269) | function schedule() { function createFxNow (line 7282) | function createFxNow() { function genFx (line 7290) | function genFx( type, includeWidth ) { function createTween (line 7310) | function createTween( value, prop, animation ) { function defaultPrefilter (line 7324) | function defaultPrefilter( elem, props, opts ) { function propFilter (line 7496) | function propFilter( props, specialEasing ) { function Animation (line 7533) | function Animation( elem, properties, options ) { function stripAndCollapse (line 8248) | function stripAndCollapse( value ) { function getClass (line 8254) | function getClass( elem ) { function classesToArray (line 8258) | function classesToArray( value ) { function buildParams (line 8885) | function buildParams( prefix, obj, traditional, add ) { function addToPrefiltersOrTransports (line 9039) | function addToPrefiltersOrTransports( structure ) { function inspectPrefiltersOrTransports (line 9073) | function inspectPrefiltersOrTransports( structure, options, originalOpti... function ajaxExtend (line 9102) | function ajaxExtend( target, src ) { function ajaxHandleResponses (line 9122) | function ajaxHandleResponses( s, jqXHR, responses ) { function ajaxConvert (line 9180) | function ajaxConvert( s, response, jqXHR, isSuccess ) { function done (line 9696) | function done( status, nativeStatusText, responses, headers ) { FILE: bdsim/bdedit/docs/_static/jquery.js function b (line 2) | function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e... function w (line 2) | function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof... function p (line 2) | function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e... function se (line 2) | function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeTy... function ue (line 2) | function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cac... function le (line 2) | function le(e){return e[S]=!0,e} function ce (line 2) | function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(... function fe (line 2) | function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[... function pe (line 2) | function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourc... function de (line 2) | function de(t){return function(e){return"input"===e.nodeName.toLowerCase... function he (line 2) | function he(n){return function(e){var t=e.nodeName.toLowerCase();return(... function ge (line 2) | function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.... function ve (line 2) | function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,... function ye (line 2) | function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e} function me (line 2) | function me(){} function xe (line 2) | function xe(e){for(var t=0,n=e.length,r="";t... function J (line 6) | function J(n){return function(r){return null==r?void 0:r[n]}} function Z (line 6) | function Z(n,r){r=function(n){for(var r={},t=n.length,e=0;e0&&(t=r.apply(this,ar... function sr (line 6) | function sr(n,r,t){r=qn(r,t);for(var e,u=nn(n),o=0,i=u.length;o0?0:u... function yr (line 6) | function yr(n,r,t,e){for(var u=(t=qn(t,e,1))(r),o=0,i=Y(n);o BlockDiagram: method DEBUG (line 999) | def DEBUG(self, debug, fmt, *args): method done (line 1003) | def done(self, bd, block=False): method closefigs (line 1018) | def closefigs(self): method savefig (line 1025) | def savefig(self, block, filename=None, format="pdf", **kwargs): method savefigs (line 1028) | def savefigs(self, bd, format="pdf", **kwargs): method showgraph (line 1035) | def showgraph(self, bd, **kwargs): method fatal (line 1049) | def fatal(self, message, retval=1): method load_blocks (line 1065) | def load_blocks(self, verbose=True, toolboxes=True): method blocks (line 1311) | def blocks(self): method set_options (line 1360) | def set_options(self, **options): method set_globals (line 1364) | def set_globals(self, globs): method report (line 1390) | def report(self, bd, type="summary", **kwargs): class Options (line 1416) | class Options(OptionsBase): method __init__ (line 1417) | def __init__(self, sysargs=True, **options): method sanity (line 1651) | def sanity(self, options): FILE: bdsim/tk_editor/bdeditor.py function center_on_monitor (line 23) | def center_on_monitor(window, monitor_index, width, height): function init_diagram (line 67) | def init_diagram(editor): function create_ui (line 80) | def create_ui(root, blockmenu): function get_blocks (line 266) | def get_blocks(): FILE: bdsim/tk_editor/edit.py class Block (line 15) | class Block: method __init__ (line 24) | def __init__(self, pos, nin, nout): method port_y (line 36) | def port_y(self, i, n): class Wire (line 43) | class Wire: method __init__ (line 46) | def __init__(self, start: tuple[Block, int], end: tuple[Block, int]): method start_coord (line 52) | def start_coord(self): method end_coord (line 56) | def end_coord(self): class Editor (line 61) | class Editor(tk.Canvas): method event_print (line 105) | def event_print(self, event_name, event): method gridlines (line 109) | def gridlines(canvas, line_distance): method get_active_block (line 121) | def get_active_block(self): method ortho_line (line 124) | def ortho_line( method draw_ortho_line (line 156) | def draw_ortho_line( method parse_io (line 179) | def parse_io(self, s): method redraw_wires (line 188) | def redraw_wires(self, obj_id): method add_block (line 213) | def add_block( method flip (line 317) | def flip(self): method add_wire (line 337) | def add_wire(self, from_name, to_name): method inpos (line 372) | def inpos(self, i): method outpos (line 377) | def outpos(self, i): method current_item_id (line 384) | def current_item_id(self) -> int: method current_item_tag (line 389) | def current_item_tag(self) -> str: method block_down (line 398) | def block_down(self, event): method block_motion (line 414) | def block_motion(self, event): method block_up (line 431) | def block_up(self, event): method block_enter (line 457) | def block_enter(self, event): method block_leave (line 472) | def block_leave(self, event): method outport_down (line 478) | def outport_down(self, event): method outport_up (line 497) | def outport_up(self, event): method outport_enter (line 501) | def outport_enter(self, event): method outport_leave (line 507) | def outport_leave(self, event): method inport_down (line 514) | def inport_down(self, event): method inport_up (line 526) | def inport_up(self, event): method inport_enter (line 530) | def inport_enter(self, event): method inport_leave (line 533) | def inport_leave(self, event): method wire_motion (line 537) | def wire_motion(self, event): method wire_down (line 570) | def wire_down(self, event): method wire_up (line 611) | def wire_up(self, event): method wire_enter (line 617) | def wire_enter(self, event): method wire_leave (line 621) | def wire_leave(self, event): method wire_delete (line 625) | def wire_delete(self, event): method new_block (line 630) | def new_block(event): method list_items (line 640) | def list_items(self, event): method quit (line 658) | def quit(self, event): method flip (line 662) | def flip(self, event): method __init__ (line 666) | def __init__(self, parent, **kwargs): function is_close_numpy (line 715) | def is_close_numpy(point, start, end, tolerance): FILE: bdsim/tk_editor/editor.py function grid (line 17) | def grid(canvas, line_distance): function draw_block (line 33) | def draw_block(nin, nout, pos): FILE: bdsim/tk_editor/editor2.py function pairwise (line 10) | def pairwise(iterable): function ortho_line (line 25) | def ortho_line(start, end, width=2, **kwargs): function redraw_wires (line 61) | def redraw_wires(): class CanvasDnD (line 66) | class CanvasDnD(tk.Frame): method __init__ (line 67) | def __init__(self, master, canvas): method down (line 79) | def down(self, event): method motion (line 88) | def motion(self, event): method leave (line 100) | def leave(self, event): method enter (line 105) | def enter(self, event): method chkup (line 114) | def chkup(self, event): method up (line 125) | def up(self, event): method flip (line 139) | def flip(self, event): function grid (line 160) | def grid(canvas, line_distance): class GBlock (line 176) | class GBlock: method __init__ (line 182) | def __init__(self, nin, nout, pos, fill="red", **kwargs): method flip (line 242) | def flip(self): method inpos (line 252) | def inpos(self, i): method outpos (line 256) | def outpos(self, i): FILE: docs-aside/_static/doctools.js function highlight (line 69) | function highlight(node, addItems) { FILE: docs-aside/_static/jquery-3.4.1.js function DOMEval (line 98) | function DOMEval( code, node, doc ) { function toType (line 128) | function toType( obj ) { function isArrayLike (line 496) | function isArrayLike( obj ) { function Sizzle (line 729) | function Sizzle( selector, context, results, seed ) { function createCache (line 871) | function createCache() { function markFunction (line 889) | function markFunction( fn ) { function assert (line 898) | function assert( fn ) { function addHandle (line 920) | function addHandle( attrs, handler ) { function siblingCheck (line 935) | function siblingCheck( a, b ) { function createInputPseudo (line 961) | function createInputPseudo( type ) { function createButtonPseudo (line 972) | function createButtonPseudo( type ) { function createDisabledPseudo (line 983) | function createDisabledPseudo( disabled ) { function createPositionalPseudo (line 1039) | function createPositionalPseudo( fn ) { function testContext (line 1062) | function testContext( context ) { function setFilters (line 2150) | function setFilters() {} function toSelector (line 2221) | function toSelector( tokens ) { function addCombinator (line 2231) | function addCombinator( matcher, combinator, base ) { function elementMatcher (line 2295) | function elementMatcher( matchers ) { function multipleContexts (line 2309) | function multipleContexts( selector, contexts, results ) { function condense (line 2318) | function condense( unmatched, map, filter, context, xml ) { function setMatcher (line 2339) | function setMatcher( preFilter, selector, matcher, postFilter, postFinde... function matcherFromTokens (line 2432) | function matcherFromTokens( tokens ) { function matcherFromGroupMatchers (line 2490) | function matcherFromGroupMatchers( elementMatchers, setMatchers ) { function nodeName (line 2826) | function nodeName( elem, name ) { function winnow (line 2836) | function winnow( elements, qualifier, not ) { function sibling (line 3131) | function sibling( cur, dir ) { function createOptions (line 3218) | function createOptions( options ) { function Identity (line 3443) | function Identity( v ) { function Thrower (line 3446) | function Thrower( ex ) { function adoptValue (line 3450) | function adoptValue( value, resolve, reject, noValue ) { function resolve (line 3543) | function resolve( depth, deferred, handler, special ) { function completed (line 3908) | function completed() { function fcamelCase (line 4003) | function fcamelCase( all, letter ) { function camelCase (line 4010) | function camelCase( string ) { function Data (line 4027) | function Data() { function getData (line 4196) | function getData( data ) { function dataAttr (line 4221) | function dataAttr( elem, key, data ) { function adjustCSS (line 4554) | function adjustCSS( elem, prop, valueParts, tween ) { function getDefaultDisplay (line 4622) | function getDefaultDisplay( elem ) { function showHide (line 4645) | function showHide( elements, show ) { function getAll (line 4746) | function getAll( context, tag ) { function setGlobalEval (line 4771) | function setGlobalEval( elems, refElements ) { function buildFragment (line 4787) | function buildFragment( elems, context, scripts, selection, ignored ) { function returnTrue (line 4908) | function returnTrue() { function returnFalse (line 4912) | function returnFalse() { function expectSync (line 4922) | function expectSync( elem, type ) { function safeActiveElement (line 4929) | function safeActiveElement() { function on (line 4935) | function on( elem, types, selector, data, fn, one ) { function leverageNative (line 5420) | function leverageNative( el, type, expectSync ) { function manipulationTarget (line 5791) | function manipulationTarget( elem, content ) { function disableScript (line 5802) | function disableScript( elem ) { function restoreScript (line 5806) | function restoreScript( elem ) { function cloneCopyEvent (line 5816) | function cloneCopyEvent( src, dest ) { function fixInput (line 5851) | function fixInput( src, dest ) { function domManip (line 5864) | function domManip( collection, args, callback, ignored ) { function remove (line 5956) | function remove( elem, selector, keepData ) { function computeStyleTests (line 6249) | function computeStyleTests() { function roundPixelMeasures (line 6293) | function roundPixelMeasures( measure ) { function curCSS (line 6338) | function curCSS( elem, name, computed ) { function addGetHookIf (line 6391) | function addGetHookIf( conditionFn, hookFn ) { function vendorPropName (line 6416) | function vendorPropName( name ) { function finalPropName (line 6431) | function finalPropName( name ) { function setPositiveNumber (line 6457) | function setPositiveNumber( elem, value, subtract ) { function boxModelAdjustment (line 6469) | function boxModelAdjustment( elem, dimension, box, isBorderBox, styles, ... function getWidthOrHeight (line 6537) | function getWidthOrHeight( elem, dimension, extra ) { function Tween (line 6904) | function Tween( elem, options, prop, end, easing ) { function schedule (line 7027) | function schedule() { function createFxNow (line 7040) | function createFxNow() { function genFx (line 7048) | function genFx( type, includeWidth ) { function createTween (line 7068) | function createTween( value, prop, animation ) { function defaultPrefilter (line 7082) | function defaultPrefilter( elem, props, opts ) { function propFilter (line 7254) | function propFilter( props, specialEasing ) { function Animation (line 7291) | function Animation( elem, properties, options ) { function stripAndCollapse (line 8006) | function stripAndCollapse( value ) { function getClass (line 8012) | function getClass( elem ) { function classesToArray (line 8016) | function classesToArray( value ) { function buildParams (line 8638) | function buildParams( prefix, obj, traditional, add ) { function addToPrefiltersOrTransports (line 8792) | function addToPrefiltersOrTransports( structure ) { function inspectPrefiltersOrTransports (line 8826) | function inspectPrefiltersOrTransports( structure, options, originalOpti... function ajaxExtend (line 8855) | function ajaxExtend( target, src ) { function ajaxHandleResponses (line 8875) | function ajaxHandleResponses( s, jqXHR, responses ) { function ajaxConvert (line 8933) | function ajaxConvert( s, response, jqXHR, isSuccess ) { function done (line 9448) | function done( status, nativeStatusText, responses, headers ) { FILE: docs-aside/_static/jquery-3.5.1.js function DOMEval (line 103) | function DOMEval( code, node, doc ) { function toType (line 133) | function toType( obj ) { function isArrayLike (line 503) | function isArrayLike( obj ) { function Sizzle (line 755) | function Sizzle( selector, context, results, seed ) { function createCache (line 903) | function createCache() { function markFunction (line 923) | function markFunction( fn ) { function assert (line 932) | function assert( fn ) { function addHandle (line 956) | function addHandle( attrs, handler ) { function siblingCheck (line 971) | function siblingCheck( a, b ) { function createInputPseudo (line 997) | function createInputPseudo( type ) { function createButtonPseudo (line 1008) | function createButtonPseudo( type ) { function createDisabledPseudo (line 1019) | function createDisabledPseudo( disabled ) { function createPositionalPseudo (line 1075) | function createPositionalPseudo( fn ) { function testContext (line 1098) | function testContext( context ) { function setFilters (line 2309) | function setFilters() {} function toSelector (line 2383) | function toSelector( tokens ) { function addCombinator (line 2393) | function addCombinator( matcher, combinator, base ) { function elementMatcher (line 2460) | function elementMatcher( matchers ) { function multipleContexts (line 2474) | function multipleContexts( selector, contexts, results ) { function condense (line 2483) | function condense( unmatched, map, filter, context, xml ) { function setMatcher (line 2504) | function setMatcher( preFilter, selector, matcher, postFilter, postFinde... function matcherFromTokens (line 2604) | function matcherFromTokens( tokens ) { function matcherFromGroupMatchers (line 2667) | function matcherFromGroupMatchers( elementMatchers, setMatchers ) { function nodeName (line 3025) | function nodeName( elem, name ) { function winnow (line 3035) | function winnow( elements, qualifier, not ) { function sibling (line 3330) | function sibling( cur, dir ) { function createOptions (line 3423) | function createOptions( options ) { function Identity (line 3648) | function Identity( v ) { function Thrower (line 3651) | function Thrower( ex ) { function adoptValue (line 3655) | function adoptValue( value, resolve, reject, noValue ) { function resolve (line 3748) | function resolve( depth, deferred, handler, special ) { function completed (line 4113) | function completed() { function fcamelCase (line 4208) | function fcamelCase( _all, letter ) { function camelCase (line 4215) | function camelCase( string ) { function Data (line 4232) | function Data() { function getData (line 4401) | function getData( data ) { function dataAttr (line 4426) | function dataAttr( elem, key, data ) { function adjustCSS (line 4738) | function adjustCSS( elem, prop, valueParts, tween ) { function getDefaultDisplay (line 4806) | function getDefaultDisplay( elem ) { function showHide (line 4829) | function showHide( elements, show ) { function getAll (line 4961) | function getAll( context, tag ) { function setGlobalEval (line 4986) | function setGlobalEval( elems, refElements ) { function buildFragment (line 5002) | function buildFragment( elems, context, scripts, selection, ignored ) { function returnTrue (line 5097) | function returnTrue() { function returnFalse (line 5101) | function returnFalse() { function expectSync (line 5111) | function expectSync( elem, type ) { function safeActiveElement (line 5118) | function safeActiveElement() { function on (line 5124) | function on( elem, types, selector, data, fn, one ) { function leverageNative (line 5612) | function leverageNative( el, type, expectSync ) { function manipulationTarget (line 5976) | function manipulationTarget( elem, content ) { function disableScript (line 5987) | function disableScript( elem ) { function restoreScript (line 5991) | function restoreScript( elem ) { function cloneCopyEvent (line 6001) | function cloneCopyEvent( src, dest ) { function fixInput (line 6034) | function fixInput( src, dest ) { function domManip (line 6047) | function domManip( collection, args, callback, ignored ) { function remove (line 6139) | function remove( elem, selector, keepData ) { function computeStyleTests (line 6453) | function computeStyleTests() { function roundPixelMeasures (line 6497) | function roundPixelMeasures( measure ) { function curCSS (line 6571) | function curCSS( elem, name, computed ) { function addGetHookIf (line 6624) | function addGetHookIf( conditionFn, hookFn ) { function vendorPropName (line 6649) | function vendorPropName( name ) { function finalPropName (line 6664) | function finalPropName( name ) { function setPositiveNumber (line 6690) | function setPositiveNumber( _elem, value, subtract ) { function boxModelAdjustment (line 6702) | function boxModelAdjustment( elem, dimension, box, isBorderBox, styles, ... function getWidthOrHeight (line 6770) | function getWidthOrHeight( elem, dimension, extra ) { function Tween (line 7146) | function Tween( elem, options, prop, end, easing ) { function schedule (line 7269) | function schedule() { function createFxNow (line 7282) | function createFxNow() { function genFx (line 7290) | function genFx( type, includeWidth ) { function createTween (line 7310) | function createTween( value, prop, animation ) { function defaultPrefilter (line 7324) | function defaultPrefilter( elem, props, opts ) { function propFilter (line 7496) | function propFilter( props, specialEasing ) { function Animation (line 7533) | function Animation( elem, properties, options ) { function stripAndCollapse (line 8248) | function stripAndCollapse( value ) { function getClass (line 8254) | function getClass( elem ) { function classesToArray (line 8258) | function classesToArray( value ) { function buildParams (line 8885) | function buildParams( prefix, obj, traditional, add ) { function addToPrefiltersOrTransports (line 9039) | function addToPrefiltersOrTransports( structure ) { function inspectPrefiltersOrTransports (line 9073) | function inspectPrefiltersOrTransports( structure, options, originalOpti... function ajaxExtend (line 9102) | function ajaxExtend( target, src ) { function ajaxHandleResponses (line 9122) | function ajaxHandleResponses( s, jqXHR, responses ) { function ajaxConvert (line 9180) | function ajaxConvert( s, response, jqXHR, isSuccess ) { function done (line 9696) | function done( status, nativeStatusText, responses, headers ) { FILE: docs-aside/_static/jquery.js function b (line 2) | function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e... function w (line 2) | function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof... function p (line 2) | function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e... function se (line 2) | function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeTy... function ue (line 2) | function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cac... function le (line 2) | function le(e){return e[S]=!0,e} function ce (line 2) | function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(... function fe (line 2) | function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[... function pe (line 2) | function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourc... function de (line 2) | function de(t){return function(e){return"input"===e.nodeName.toLowerCase... function he (line 2) | function he(n){return function(e){var t=e.nodeName.toLowerCase();return(... function ge (line 2) | function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.... function ve (line 2) | function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,... function ye (line 2) | function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e} function me (line 2) | function me(){} function xe (line 2) | function xe(e){for(var t=0,n=e.length,r="";t