SYMBOL INDEX (98 symbols across 9 files) FILE: data-scripts/build_frequency_lists.py function usage (line 9) | def usage(): function parse_frequency_lists (line 41) | def parse_frequency_lists(data_dir): function is_rare_and_short (line 62) | def is_rare_and_short(token, rank): function has_comma_or_double_quote (line 65) | def has_comma_or_double_quote(token, rank, lst_name): function filter_frequency_lists (line 74) | def filter_frequency_lists(freq_lists): function to_kv (line 119) | def to_kv(lst, lst_name): function main (line 123) | def main(): FILE: data-scripts/build_keyboard_adjacency_graphs.py function usage (line 5) | def usage(): function get_slanted_adjacent_coords (line 43) | def get_slanted_adjacent_coords(x, y): function get_aligned_adjacent_coords (line 52) | def get_aligned_adjacent_coords(x, y): function build_graph (line 58) | def build_graph(layout_str, slanted): FILE: data-scripts/count_us_census.py function usage (line 5) | def usage(): function main (line 23) | def main(input_filename, output_filename): FILE: data-scripts/count_wikipedia.py function usage (line 14) | def usage(): class TopTokenCounter (line 59) | class TopTokenCounter(object): method __init__ (line 60) | def __init__(self): method add_tokens (line 65) | def add_tokens(self, tokens, split_hyphens=True): method add_token (line 74) | def add_token(self, token): method should_include (line 86) | def should_include(self, token): method normalize (line 103) | def normalize(self, token): method batch_prune (line 106) | def batch_prune(self): method pre_sort_prune (line 111) | def pre_sort_prune(self): method get_sorted_pairs (line 120) | def get_sorted_pairs(self): method get_ts (line 123) | def get_ts(self): method get_stats (line 126) | def get_stats(self): function main (line 130) | def main(input_dir_str, output_filename): FILE: data-scripts/count_wiktionary.py function usage (line 10) | def usage(): function parse_wiki_tokens (line 29) | def parse_wiki_tokens(html_doc_str): function normalize (line 61) | def normalize(token): function main (line 64) | def main(wiktionary_html_root, output_filename): FILE: demo/jquery.js function jQuerySub (line 871) | function jQuerySub( selector, context ) { function doScrollCheck (line 937) | function doScrollCheck() { function createFlags (line 964) | function createFlags( flags ) { function resolveFunc (line 1296) | function resolveFunc( i ) { function progressFunc (line 1304) | function progressFunc( i ) { function dataAttr (line 1931) | function dataAttr( elem, key, data ) { function isEmptyDataObject (line 1962) | function isEmptyDataObject( obj ) { function handleQueueMarkDefer (line 1980) | function handleQueueMarkDefer( elem, type, src ) { function resolve (line 2133) | function resolve() { function returnFalse (line 3465) | function returnFalse() { function returnTrue (line 3468) | function returnTrue() { function dirNodeCheck (line 5168) | function dirNodeCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) { function dirCheck (line 5201) | function dirCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) { function isDisconnected (line 5474) | function isDisconnected( node ) { function winnow (line 5591) | function winnow( elements, qualifier, keep ) { function createSafeFragment (line 5628) | function createSafeFragment( document ) { function root (line 5992) | function root( elem, cur ) { function cloneCopyEvent (line 5999) | function cloneCopyEvent( src, dest ) { function cloneFixAttributes (line 6027) | function cloneFixAttributes( src, dest ) { function getAll (line 6163) | function getAll( elem ) { function fixDefaultChecked (line 6176) | function fixDefaultChecked( elem ) { function findInputs (line 6182) | function findInputs( elem ) { function shimCloneNode (line 6193) | function shimCloneNode( elem ) { function evalScript (line 6425) | function evalScript( i, elem ) { function getWH (line 6767) | function getWH( elem, name, extra ) { function addToPrefiltersOrTransports (line 6895) | function addToPrefiltersOrTransports( structure ) { function inspectPrefiltersOrTransports (line 6931) | function inspectPrefiltersOrTransports( structure, options, originalOpti... function ajaxExtend (line 6973) | function ajaxExtend( target, src ) { function done (line 7315) | function done( status, nativeStatusText, responses, headers ) { function buildParams (line 7630) | function buildParams( prefix, obj, traditional, add ) { function ajaxHandleResponses (line 7680) | function ajaxHandleResponses( s, jqXHR, responses ) { function ajaxConvert (line 7745) | function ajaxConvert( s, response ) { function createStandardXHR (line 8011) | function createStandardXHR() { function createActiveXHR (line 8017) | function createActiveXHR() { function doAnimation (line 8349) | function doAnimation() { function stopQueue (line 8492) | function stopQueue( elem, data, index ) { function createFxNow (line 8534) | function createFxNow() { function clearFxNow (line 8539) | function clearFxNow() { function genFx (line 8544) | function genFx( type, num ) { function t (line 8659) | function t( gotoEnd ) { function defaultDisplay (line 8851) | function defaultDisplay( nodeName ) { function getWindow (line 9160) | function getWindow( elem ) { FILE: demo/mustache.js function isWhitespace (line 57) | function isWhitespace(string) { function escapeHTML (line 92) | function escapeHTML(string) { function debug (line 102) | function debug(e, template, line, file) { function lookup (line 127) | function lookup(name, stack, defaultValue) { function renderSection (line 170) | function renderSection(name, stack, callback, inverted) { function parse (line 218) | function parse(template, options) { function _compile (line 471) | function _compile(template, options) { function clearCache (line 498) | function clearCache() { function compile (line 511) | function compile(template, options) { function render (line 532) | function render(template, view, partials) { FILE: demo/require.js function isFunction (line 41) | function isFunction(it) { function isArray (line 45) | function isArray(it) { function each (line 53) | function each(ary, func) { function eachReverse (line 68) | function eachReverse(ary, func) { function hasProp (line 79) | function hasProp(obj, prop) { function getOwn (line 83) | function getOwn(obj, prop) { function eachProp (line 92) | function eachProp(obj, func) { function mixin (line 107) | function mixin(target, source, force, deepStringMixin) { function bind (line 130) | function bind(obj, fn) { function scripts (line 136) | function scripts() { function defaultOnError (line 140) | function defaultOnError(err) { function getGlobal (line 146) | function getGlobal(value) { function makeError (line 165) | function makeError(id, msg, err, requireModules) { function newContext (line 197) | function newContext(contextName) { function getInteractiveScript (line 1942) | function getInteractiveScript() { FILE: dist/zxcvbn.js function s (line 1) | function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&re...