SYMBOL INDEX (573 symbols across 36 files) FILE: debug_toolbar/management/commands/debugsqlshell.py class PrintQueryWrapper (line 9) | class PrintQueryWrapper(util.CursorDebugWrapper): method execute (line 10) | def execute(self, sql, params=()): class Command (line 22) | class Command(NoArgsCommand): method handle_noargs (line 31) | def handle_noargs(self, **options): FILE: debug_toolbar/media/debug_toolbar/js/jquery.js function doScrollCheck (line 750) | function doScrollCheck() { function evalScript (line 768) | function evalScript( i, elem ) { function access (line 786) | function access( elems, key, value, exec, fn, pass ) { function now (line 813) | function now() { function returnFalse (line 2044) | function returnFalse() { function returnTrue (line 2047) | function returnTrue() { function getVal (line 2183) | function getVal( elem ) { function testChange (line 2203) | function testChange( e ) { function trigger (line 2283) | function trigger( type, elem, args ) { function handler (line 2300) | function handler( e ) { function liveHandler (line 2426) | function liveHandler( event ) { function liveConvert (line 2485) | function liveConvert( type, selector ) { function getText (line 3312) | function getText( elems ) { function dirNodeCheck (line 3466) | function dirNodeCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) { function dirCheck (line 3497) | function dirCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) { function isDisconnected (line 3742) | function isDisconnected( node ) { function root (line 4166) | function root( elem, cur ) { function cloneCopyEvent (line 4175) | function cloneCopyEvent(orig, ret) { function buildFragment (line 4198) | function buildFragment( args, nodes, scripts ) { function getWH (line 4466) | function getWH() { function success (line 5102) | function success() { function complete (line 5114) | function complete() { function trigger (line 5131) | function trigger(type, args) { function buildParams (line 5242) | function buildParams( prefix, obj ) { function add (line 5273) | function add( key, value ) { function t (line 5600) | function t( gotoEnd ) { function genFx (line 5753) | function genFx( type, num ) { function getWindow (line 6011) | function getWindow( elem ) { FILE: debug_toolbar/media/debug_toolbar/js/toolbar.js function getSubcalls (line 79) | function getSubcalls(row) { function getDirectSubcalls (line 83) | function getDirectSubcalls(row) { FILE: debug_toolbar/middleware.py function replace_insensitive (line 17) | def replace_insensitive(string, target, replacement): class DebugToolbarMiddleware (line 29) | class DebugToolbarMiddleware(object): method get_current (line 37) | def get_current(cls): method __init__ (line 40) | def __init__(self): method _show_toolbar (line 59) | def _show_toolbar(self, request): method process_request (line 72) | def process_request(self, request): method process_view (line 91) | def process_view(self, request, view_func, view_args, view_kwargs): method process_response (line 98) | def process_response(self, request, response): FILE: debug_toolbar/panels/__init__.py class DebugPanel (line 3) | class DebugPanel(object): method __init__ (line 15) | def __init__(self, context={}): method dom_id (line 18) | def dom_id(self): method nav_title (line 21) | def nav_title(self): method nav_subtitle (line 25) | def nav_subtitle(self): method title (line 29) | def title(self): method url (line 33) | def url(self): method content (line 36) | def content(self): method process_request (line 40) | def process_request(self, request): method process_view (line 43) | def process_view(self, request, view_func, view_args, view_kwargs): method process_response (line 46) | def process_response(self, request, response): FILE: debug_toolbar/panels/cache.py class CacheStatTracker (line 10) | class CacheStatTracker(BaseCache): method __init__ (line 12) | def __init__(self, cache): method reset (line 16) | def reset(self): method _get_func_info (line 26) | def _get_func_info(self): method get (line 30) | def get(self, key, default=None): method set (line 43) | def set(self, key, value, timeout=None): method delete (line 51) | def delete(self, key): method get_many (line 59) | def get_many(self, keys): class CacheDebugPanel (line 72) | class CacheDebugPanel(DebugPanel): method __init__ (line 79) | def __init__(self, *args, **kwargs): method nav_title (line 89) | def nav_title(self): method title (line 92) | def title(self): method url (line 95) | def url(self): method content (line 98) | def content(self): FILE: debug_toolbar/panels/headers.py class HeaderDebugPanel (line 5) | class HeaderDebugPanel(DebugPanel): method nav_title (line 35) | def nav_title(self): method title (line 38) | def title(self): method url (line 41) | def url(self): method process_request (line 44) | def process_request(self, request): method content (line 49) | def content(self): FILE: debug_toolbar/panels/logger.py class LogCollector (line 12) | class LogCollector(object): method __init__ (line 13) | def __init__(self): method add_record (line 19) | def add_record(self, record, thread=None): method get_records (line 27) | def get_records(self, thread=None): method clear_records (line 38) | def clear_records(self, thread=None): class ThreadTrackingHandler (line 45) | class ThreadTrackingHandler(logging.Handler): method __init__ (line 46) | def __init__(self, collector): method emit (line 50) | def emit(self, record): class LogbookThreadTrackingHandler (line 75) | class LogbookThreadTrackingHandler(logbook.handlers.Handler): method __init__ (line 76) | def __init__(self, collector): method emit (line 80) | def emit(self, record): class LoggingPanel (line 95) | class LoggingPanel(DebugPanel): method process_request (line 99) | def process_request(self, request): method get_and_delete (line 102) | def get_and_delete(self): method nav_title (line 107) | def nav_title(self): method nav_subtitle (line 110) | def nav_subtitle(self): method title (line 114) | def title(self): method url (line 117) | def url(self): method content (line 120) | def content(self): FILE: debug_toolbar/panels/profiling.py class DjangoDebugToolbarStats (line 12) | class DjangoDebugToolbarStats(Stats): method get_root_func (line 15) | def get_root_func(self): method print_call_tree_node (line 23) | def print_call_tree_node(self, function, depth, max_depth, cum_filter=... class FunctionCall (line 30) | class FunctionCall(object): method __init__ (line 31) | def __init__(self, statobj, func, depth=0, stats=None, id=0, parent_id... method parent_classes (line 43) | def parent_classes(self): method background (line 46) | def background(self): method func_std_string (line 50) | def func_std_string(self): # match what old profile produced method subfuncs (line 74) | def subfuncs(self): method count (line 93) | def count(self): method tottime (line 96) | def tottime(self): method cumtime (line 99) | def cumtime(self): method tottime_per_call (line 103) | def tottime_per_call(self): method cumtime_per_call (line 111) | def cumtime_per_call(self): method indent (line 119) | def indent(self): class ProfilingDebugPanel (line 122) | class ProfilingDebugPanel(DebugPanel): method nav_title (line 129) | def nav_title(self): method url (line 132) | def url(self): method title (line 135) | def title(self): method process_view (line 138) | def process_view(self, request, view_func, view_args, view_kwargs): method process_response (line 143) | def process_response(self, request, response): method add_node (line 148) | def add_node(self, func_list, func, max_depth, cum_time=0.1): method content (line 157) | def content(self): FILE: debug_toolbar/panels/request_vars.py class RequestVarsDebugPanel (line 5) | class RequestVarsDebugPanel(DebugPanel): method nav_title (line 12) | def nav_title(self): method title (line 15) | def title(self): method url (line 18) | def url(self): method process_request (line 21) | def process_request(self, request): method process_view (line 24) | def process_view(self, request, view_func, view_args, view_kwargs): method content (line 29) | def content(self): FILE: debug_toolbar/panels/settings_vars.py class SettingsVarsDebugPanel (line 8) | class SettingsVarsDebugPanel(DebugPanel): method nav_title (line 15) | def nav_title(self): method title (line 18) | def title(self): method url (line 21) | def url(self): method content (line 24) | def content(self): FILE: debug_toolbar/panels/signals.py class SignalDebugPanel (line 19) | class SignalDebugPanel(DebugPanel): method nav_title (line 38) | def nav_title(self): method title (line 41) | def title(self): method url (line 44) | def url(self): method signals (line 47) | def signals(self): method content (line 61) | def content(self): FILE: debug_toolbar/panels/sql.py function cursor (line 19) | def cursor(func, self): function get_isolation_level_display (line 29) | def get_isolation_level_display(engine, level): function get_transaction_status_display (line 44) | def get_transaction_status_display(engine, level): class SQLDebugPanel (line 59) | class SQLDebugPanel(DebugPanel): method __init__ (line 67) | def __init__(self, *args, **kwargs): method get_transaction_id (line 77) | def get_transaction_id(self, alias): method record (line 103) | def record(self, alias, **kwargs): method nav_title (line 116) | def nav_title(self): method nav_subtitle (line 119) | def nav_subtitle(self): method title (line 127) | def title(self): method url (line 134) | def url(self): method content (line 137) | def content(self): class BoldKeywordFilter (line 211) | class BoldKeywordFilter(sqlparse.filters.Filter): method process (line 213) | def process(self, stack, stream): function swap_fields (line 223) | def swap_fields(sql): function reformat_sql (line 226) | def reformat_sql(sql): FILE: debug_toolbar/panels/template.py function new_template_init (line 32) | def new_template_init(self, template_string, origin=None, name='