diff --git a/Rakefile b/Rakefile index 782e6d9d..645aef52 100644 --- a/Rakefile +++ b/Rakefile @@ -8,15 +8,16 @@ Rake::TestTask.new do |t| end -file 'lib/linguist/samples.yml' => Dir['samples/**/*'] do |f| +file 'lib/linguist/samples.json' => Dir['samples/**/*'] do |f| require 'linguist/samples' - yaml = YAML.dump(Linguist::Samples.data) - File.open(f.name, 'w') { |io| io.write yaml } + require 'yajl' + json = Yajl::Encoder.encode(Linguist::Samples.data, :pretty => true) + File.open(f.name, 'w') { |io| io.write json } end -CLOBBER.include 'lib/linguist/samples.yml' +CLOBBER.include 'lib/linguist/samples.json' -task :samples => [:clobber, 'lib/linguist/samples.yml'] +task :samples => [:clobber, 'lib/linguist/samples.json'] namespace :classifier do LIMIT = 1_000 diff --git a/github-linguist.gemspec b/github-linguist.gemspec index 4c99cb1e..54edcf3b 100644 --- a/github-linguist.gemspec +++ b/github-linguist.gemspec @@ -14,4 +14,5 @@ Gem::Specification.new do |s| s.add_dependency 'pygments.rb', '~> 0.2.13' s.add_development_dependency 'json' s.add_development_dependency 'rake' + s.add_development_dependency 'yajl-ruby' end diff --git a/lib/linguist/samples.json b/lib/linguist/samples.json new file mode 100644 index 00000000..942f4d62 --- /dev/null +++ b/lib/linguist/samples.json @@ -0,0 +1,20103 @@ +{ + "extnames": { + "Apex": [ + ".cls" + ], + "AppleScript": [ + ".applescript", + ".scpt" + ], + "Arduino": [ + ".ino" + ], + "AutoHotkey": [ + ".ahk" + ], + "C": [ + ".c", + ".h" + ], + "C++": [ + ".h", + ".hpp", + ".cu", + ".cpp", + ".cc" + ], + "Ceylon": [ + ".ceylon" + ], + "CoffeeScript": [ + ".coffee" + ], + "Coq": [ + ".v" + ], + "Dart": [ + ".dart" + ], + "Delphi": [ + ".dpr" + ], + "Diff": [ + ".patch" + ], + "Emacs Lisp": [ + ".el" + ], + "GAS": [ + ".s" + ], + "Gosu": [ + ".gst", + ".gsx", + ".gs", + ".gsp", + ".vark" + ], + "Groovy": [ + ".gradle", + ".groovy" + ], + "Groovy Server Pages": [ + ".gsp" + ], + "Haml": [ + ".haml" + ], + "Ioke": [ + ".ik" + ], + "Java": [ + ".java" + ], + "JavaScript": [ + ".js" + ], + "Julia": [ + ".jl" + ], + "Kotlin": [ + ".kt" + ], + "Logtalk": [ + ".lgt" + ], + "Markdown": [ + ".md" + ], + "Matlab": [ + ".m" + ], + "Nemerle": [ + ".n" + ], + "Nimrod": [ + ".nim" + ], + "Nu": [ + ".nu" + ], + "OCaml": [ + ".ml" + ], + "Objective-C": [ + ".h", + ".m" + ], + "Opa": [ + ".opa" + ], + "OpenCL": [ + ".cl" + ], + "OpenEdge ABL": [ + ".cls", + ".p" + ], + "PHP": [ + ".php", + ".module" + ], + "Parrot Assembly": [ + ".pasm" + ], + "Parrot Internal Representation": [ + ".pir" + ], + "Perl": [ + ".pm", + ".pl", + ".t" + ], + "PowerShell": [ + ".ps1", + ".psm1" + ], + "Prolog": [ + ".pl" + ], + "Python": [ + ".py" + ], + "R": [ + ".R" + ], + "Racket": [ + ".scrbl", + ".rkt" + ], + "Rebol": [ + ".r" + ], + "Ruby": [ + ".rb", + ".rake" + ], + "Rust": [ + ".rs" + ], + "SCSS": [ + ".scss" + ], + "Sass": [ + ".sass" + ], + "Scala": [ + ".sbt", + ".scala" + ], + "Scheme": [ + ".sps" + ], + "Scilab": [ + ".sci", + ".sce", + ".tst" + ], + "Shell": [ + ".bash", + ".sh", + ".zsh" + ], + "Standard ML": [ + ".sig", + ".sml" + ], + "SuperCollider": [ + ".sc" + ], + "TeX": [ + ".cls" + ], + "Tea": [ + ".tea" + ], + "Turing": [ + ".t" + ], + "VHDL": [ + ".vhd" + ], + "Verilog": [ + ".v" + ], + "Visual Basic": [ + ".cls" + ], + "XML": [ + ".ant", + ".ivy", + ".xml" + ], + "XQuery": [ + ".xqm" + ], + "XSLT": [ + ".xslt" + ] + }, + "filenames": { + "Ruby": [ + "Capfile", + "Rakefile" + ], + "Shell": [ + "PKGBUILD" + ] + }, + "tokens_total": 164127, + "languages_total": 243, + "tokens": { + "Apex": { + "/*": 15, + "*/": 15, + "global": 70, + "class": 7, + "ArrayUtils": 1, + "{": 214, + "static": 80, + "String": 58, + "EMPTY_STRING_ARRAY": 1, + "new": 57, + "}": 214, + ";": 286, + "Integer": 34, + "MAX_NUMBER_OF_ELEMENTS_IN_LIST": 5, + "get": 1, + "return": 104, + "List": 71, + "": 30, + "objectToString": 1, + "(": 457, + "": 22, + "objects": 3, + ")": 458, + "strings": 3, + "null": 89, + "if": 89, + "objects.size": 1, + "for": 24, + "Object": 23, + "obj": 3, + "instanceof": 1, + "strings.add": 1, + "reverse": 2, + "anArray": 14, + "i": 55, + "j": 10, + "anArray.size": 2, + "-": 18, + "tmp": 6, + "while": 8, + "+": 66, + "SObject": 19, + "lowerCase": 1, + "strs": 9, + "returnValue": 22, + "strs.size": 3, + "str": 10, + "returnValue.add": 3, + "str.toLowerCase": 1, + "upperCase": 1, + "str.toUpperCase": 1, + "trim": 1, + "str.trim": 3, + "mergex": 2, + "array1": 8, + "array2": 9, + "merged": 6, + "array1.size": 4, + "array2.size": 2, + "<": 32, + "": 19, + "sObj": 4, + "merged.add": 2, + "Boolean": 38, + "isEmpty": 7, + "objectArray": 17, + "true": 12, + "objectArray.size": 6, + "isNotEmpty": 4, + "pluck": 1, + "fieldName": 3, + "||": 12, + "fieldName.trim": 2, + ".length": 2, + "plucked": 3, + ".get": 4, + "toString": 3, + "void": 8, + "assertArraysAreEqual": 2, + "expected": 16, + "actual": 16, + "//check": 2, + "to": 3, + "see": 2, + "one": 2, + "param": 2, + "is": 5, + "but": 2, + "the": 2, + "other": 2, + "not": 3, + "System.assert": 6, + "&&": 46, + "ArrayUtils.toString": 12, + "expected.size": 4, + "actual.size": 2, + "merg": 2, + "list1": 15, + "list2": 9, + "returnList": 11, + "list1.size": 6, + "list2.size": 2, + "throw": 6, + "IllegalArgumentException": 5, + "elmt": 8, + "returnList.add": 8, + "subset": 6, + "aList": 4, + "count": 10, + "startIndex": 9, + "<=>": 2, + "size": 2, + "1": 2, + "list1.get": 2, + "//": 22, + "//LIST/ARRAY": 1, + "SORTING": 1, + "//FOR": 2, + "FORCE.COM": 1, + "PRIMITIVES": 1, + "Double": 1, + "ID": 1, + "etc.": 1, + "qsort": 18, + "theList": 72, + "PrimitiveComparator": 2, + "sortAsc": 24, + "ObjectComparator": 3, + "comparator": 14, + "theList.size": 2, + "SALESFORCE": 1, + "OBJECTS": 1, + "sObjects": 1, + "ISObjectComparator": 3, + "private": 10, + "lo0": 6, + "hi0": 8, + "lo": 42, + "hi": 50, + "else": 25, + "comparator.compare": 12, + "prs": 8, + "pivot": 14, + "/": 4, + "BooleanUtils": 1, + "isFalse": 1, + "bool": 32, + "false": 13, + "isNotFalse": 1, + "isNotTrue": 1, + "isTrue": 1, + "negate": 1, + "toBooleanDefaultIfNull": 1, + "defaultVal": 2, + "toBoolean": 2, + "value": 9, + "strToBoolean": 1, + "StringUtils.equalsIgnoreCase": 1, + "//Converts": 1, + "an": 2, + "int": 1, + "a": 2, + "boolean": 1, + "specifying": 1, + "//the": 2, + "conversion": 1, + "values.": 1, + "//Returns": 1, + "//Throws": 1, + "trueValue": 2, + "falseValue": 2, + "toInteger": 1, + "toStringYesNo": 1, + "toStringYN": 1, + "trueString": 2, + "falseString": 2, + "xor": 1, + "boolArray": 4, + "boolArray.size": 1, + "firstItem": 2, + "EmailUtils": 1, + "sendEmailWithStandardAttachments": 3, + "recipients": 11, + "emailSubject": 10, + "body": 8, + "useHTML": 6, + "": 1, + "attachmentIDs": 2, + "": 2, + "stdAttachments": 4, + "SELECT": 1, + "id": 1, + "name": 1, + "FROM": 1, + "Attachment": 2, + "WHERE": 1, + "Id": 1, + "IN": 1, + "": 3, + "fileAttachments": 5, + "attachment": 1, + "Messaging.EmailFileAttachment": 2, + "fileAttachment": 2, + "fileAttachment.setFileName": 1, + "attachment.Name": 1, + "fileAttachment.setBody": 1, + "attachment.Body": 1, + "fileAttachments.add": 1, + "sendEmail": 4, + "sendTextEmail": 1, + "textBody": 2, + "sendHTMLEmail": 1, + "htmlBody": 2, + "recipients.size": 1, + "Messaging.SingleEmailMessage": 3, + "mail": 2, + "email": 1, + "saved": 1, + "as": 1, + "activity.": 1, + "mail.setSaveAsActivity": 1, + "mail.setToAddresses": 1, + "mail.setSubject": 1, + "mail.setBccSender": 1, + "mail.setUseSignature": 1, + "mail.setHtmlBody": 1, + "mail.setPlainTextBody": 1, + "fileAttachments.size": 1, + "mail.setFileAttachments": 1, + "Messaging.sendEmail": 1, + "isValidEmailAddress": 2, + "split": 5, + "str.split": 1, + "split.size": 2, + ".split": 1, + "isNotValidEmailAddress": 1, + "public": 7, + "GeoUtils": 1, + "string": 2, + "generateFromContent": 1, + "PageReference": 1, + "pr": 1, + "ret": 1, + "&": 2, + "amp": 1, + "ERROR": 1, + "n": 2, + "r": 2, + "G_GEO_SUCCESS": 1, + "G_GEO_BAD_REQUEST": 1, + "G_GEO_SERVER_ERROR": 1, + "G_GEO_MISSING_ADDRESS": 1, + "G_GEO_UNKNOWN_ADDRESS": 1, + "G_GEO_UNAVAILABLE_ADDRESS": 1, + "G_GEO_UNKNOWN_DIRECTIONS": 1, + "G_GEO_BAD_KEY": 1, + "G_GEO_TOO_MANY_QUERIES": 1, + "foo": 1, + "main": 2, + "springfield": 2, + "il": 2, + "us": 2, + "accountAddressString": 1, + "LanguageUtils": 1, + "final": 6, + "HTTP_LANGUAGE_CODE_PARAMETER_KEY": 2, + "DEFAULT_LANGUAGE_CODE": 3, + "Set": 6, + "SUPPORTED_LANGUAGE_CODES": 2, + "//Chinese": 2, + "Simplified": 1, + "Traditional": 1, + "//Dutch": 1, + "//English": 1, + "//Finnish": 1, + "//French": 1, + "//German": 1, + "//Italian": 1, + "//Japanese": 1, + "//Korean": 1, + "//Polish": 1, + "//Portuguese": 1, + "Brazilian": 1, + "//Russian": 1, + "//Spanish": 1, + "//Swedish": 1, + "//Thai": 1, + "//Czech": 1, + "//Danish": 1, + "//Hungarian": 1, + "//Indonesian": 1, + "//Turkish": 1, + "Map": 31, + "": 29, + "DEFAULTS": 1, + "getLangCodeByHttpParam": 4, + "LANGUAGE_CODE_SET": 1, + "getSuppLangCodeSet": 2, + "ApexPages.currentPage": 4, + ".getParameters": 2, + "LANGUAGE_HTTP_PARAMETER": 7, + "StringUtils.lowerCase": 3, + "StringUtils.replaceChars": 2, + "//underscore": 1, + "//dash": 1, + "DEFAULTS.containsKey": 3, + "DEFAULTS.get": 3, + "StringUtils.isNotBlank": 1, + "SUPPORTED_LANGUAGE_CODES.contains": 2, + "getLangCodeByBrowser": 4, + "LANGUAGES_FROM_BROWSER_AS_STRING": 2, + ".getHeaders": 1, + "LANGUAGES_FROM_BROWSER_AS_LIST": 3, + "splitAndFilterAcceptLanguageHeader": 2, + "LANGUAGES_FROM_BROWSER_AS_LIST.size": 1, + "languageFromBrowser": 6, + "getLangCodeByUser": 3, + "UserInfo.getLanguage": 1, + "getLangCodeByHttpParamOrIfNullThenBrowser": 1, + "StringUtils.defaultString": 4, + "getLangCodeByHttpParamOrIfNullThenUser": 1, + "getLangCodeByBrowserOrIfNullThenHttpParam": 1, + "getLangCodeByBrowserOrIfNullThenUser": 1, + "header": 2, + "tokens": 3, + "StringUtils.split": 1, + "token": 6, + "token.contains": 1, + "token.substring": 1, + "token.indexOf": 1, + "StringUtils.length": 1, + "StringUtils.substring": 1, + "langCodes": 2, + "langCode": 3, + "langCodes.add": 1, + "getLanguageName": 1, + "displayLanguageCode": 13, + "languageCode": 2, + "translatedLanguageNames.get": 2, + "filterLanguageCode": 4, + "getAllLanguages": 3, + "translatedLanguageNames.containsKey": 1, + "translatedLanguageNames": 1, + "TwilioAPI": 2, + "MissingTwilioConfigCustomSettingsException": 2, + "extends": 1, + "Exception": 1, + "TwilioRestClient": 5, + "client": 2, + "getDefaultClient": 2, + "TwilioConfig__c": 5, + "twilioCfg": 7, + "getTwilioConfig": 3, + "TwilioAPI.client": 2, + "twilioCfg.AccountSid__c": 3, + "twilioCfg.AuthToken__c": 3, + "TwilioAccount": 1, + "getDefaultAccount": 1, + ".getAccount": 2, + "TwilioCapability": 2, + "createCapability": 1, + "createClient": 1, + "accountSid": 2, + "authToken": 2, + "Test.isRunningTest": 1, + "TwilioConfig__c.getOrgDefaults": 1, + "@isTest": 1, + "test_TwilioAPI": 1, + "System.assertEquals": 5, + "TwilioAPI.getTwilioConfig": 2, + ".AccountSid__c": 1, + ".AuthToken__c": 1, + "TwilioAPI.getDefaultClient": 2, + ".getAccountSid": 1, + ".getSid": 2, + "TwilioAPI.getDefaultAccount": 1 + }, + "AppleScript": { + "set": 14, + "windowWidth": 6, + "to": 14, + "windowHeight": 6, + "delay": 2, + ".1": 2, + "AppleScript": 2, + "s": 2, + "text": 2, + "item": 2, + "delimiters": 2, + "Safari": 2, + "screen.availWidth": 2, + "screen.availHeight": 2, + "System": 6, + "Events": 6, + "Finder": 2, + "tell": 6, + "process": 2, + "myFrontMost": 2, + "try": 4, + "{": 12, + "w": 6, + "h": 4, + "}": 12, + "size": 4, + "of": 8, + "drawer": 2, + "window": 6, + "on": 2, + "error": 2, + "end": 6, + "position": 2, + "(": 8, + "screen_width": 2, + "-": 8, + ")": 8, + "/": 4, + "screen_height": 2, + ".0": 2, + "desktopTop": 2 + }, + "Arduino": { + "void": 2, + "setup": 1, + "(": 4, + ")": 4, + "{": 2, + "Serial.begin": 1, + ";": 2, + "}": 2, + "loop": 1, + "Serial.print": 1 + }, + "AutoHotkey": { + "MsgBox": 1, + "Hello": 1, + "World": 1 + }, + "C": { + "#include": 112, + "const": 204, + "char": 192, + "*blob_type": 2, + ";": 2808, + "struct": 217, + "blob": 6, + "*lookup_blob": 2, + "(": 2896, + "unsigned": 116, + "*sha1": 16, + ")": 2908, + "{": 1023, + "object": 10, + "*obj": 5, + "lookup_object": 2, + "sha1": 20, + "if": 638, + "obj": 18, + "return": 304, + "create_object": 2, + "OBJ_BLOB": 3, + "alloc_blob_node": 1, + "-": 1279, + "type": 27, + "error": 71, + "sha1_to_hex": 8, + "typename": 2, + "NULL": 281, + "}": 1025, + "*": 63, + "int": 305, + "parse_blob_buffer": 2, + "*item": 10, + "void": 210, + "*buffer": 6, + "long": 97, + "size": 59, + "item": 24, + "object.parsed": 4, + "#ifndef": 9, + "BLOB_H": 2, + "#define": 53, + "extern": 32, + "/*": 568, + "*/": 568, + "#endif": 43, + "git_cache_init": 1, + "git_cache": 4, + "*cache": 4, + "size_t": 40, + "git_cached_obj_freeptr": 1, + "free_ptr": 2, + "<": 140, + "git__size_t_powerof2": 1, + "cache": 26, + "size_mask": 6, + "lru_count": 1, + "free_obj": 4, + "git_mutex_init": 1, + "&": 285, + "lock": 6, + "nodes": 10, + "git__malloc": 3, + "sizeof": 52, + "git_cached_obj": 5, + "GITERR_CHECK_ALLOC": 3, + "memset": 4, + "git_cache_free": 1, + "i": 162, + "for": 37, + "+": 284, + "git_cached_obj_decref": 3, + "git__free": 15, + "*git_cache_get": 1, + "git_oid": 7, + "*oid": 2, + "uint32_t": 6, + "hash": 12, + "*node": 2, + "*result": 1, + "memcpy": 6, + "oid": 17, + "id": 7, + "git_mutex_lock": 2, + "node": 9, + "&&": 189, + "git_oid_cmp": 6, + "git_cached_obj_incref": 3, + "result": 12, + "git_mutex_unlock": 2, + "*git_cache_try_store": 1, + "*_entry": 1, + "*entry": 2, + "_entry": 1, + "entry": 17, + "else": 120, + "save_commit_buffer": 3, + "*commit_type": 2, + "static": 80, + "commit": 59, + "*check_commit": 1, + "quiet": 5, + "OBJ_COMMIT": 5, + "*lookup_commit_reference_gently": 2, + "deref_tag": 1, + "parse_object": 1, + "check_commit": 2, + "*lookup_commit_reference": 2, + "lookup_commit_reference_gently": 1, + "*lookup_commit_or_die": 2, + "*ref_name": 2, + "*c": 15, + "lookup_commit_reference": 2, + "c": 192, + "die": 5, + "_": 3, + "ref_name": 2, + "hashcmp": 2, + "object.sha1": 8, + "warning": 1, + "*lookup_commit": 2, + "alloc_commit_node": 1, + "*lookup_commit_reference_by_name": 2, + "*name": 6, + "*commit": 10, + "get_sha1": 1, + "name": 12, + "||": 112, + "parse_commit": 3, + "parse_commit_date": 2, + "*buf": 9, + "*tail": 2, + "*dateptr": 1, + "buf": 56, + "tail": 12, + "memcmp": 6, + "while": 41, + "dateptr": 2, + "strtoul": 2, + "commit_graft": 13, + "**commit_graft": 1, + "commit_graft_alloc": 4, + "commit_graft_nr": 5, + "commit_graft_pos": 2, + "lo": 6, + "hi": 5, + "mi": 5, + "/": 4, + "*graft": 3, + "cmp": 9, + "graft": 10, + "register_commit_graft": 2, + "ignore_dups": 2, + "pos": 7, + "free": 8, + "alloc_nr": 1, + "xrealloc": 2, + "(*": 16, + "*)": 16, + "parse_commit_buffer": 3, + "buffer": 9, + "*bufptr": 1, + "parent": 7, + "commit_list": 35, + "**pptr": 1, + "<=>": 7, + "bufptr": 12, + "46": 1, + "tree": 3, + "5": 1, + "45": 1, + "n": 20, + "bogus": 1, + "s": 22, + "get_sha1_hex": 2, + "lookup_tree": 1, + "pptr": 5, + "parents": 4, + "lookup_commit_graft": 1, + "*new_parent": 2, + "48": 1, + "7": 1, + "47": 1, + "bad": 1, + "in": 1, + "nr_parent": 3, + "grafts_replace_parents": 1, + "continue": 19, + "new_parent": 6, + "lookup_commit": 2, + "commit_list_insert": 2, + "next": 8, + "date": 4, + "enum": 29, + "object_type": 1, + "ret": 24, + "read_sha1_file": 1, + "find_commit_subject": 2, + "*commit_buffer": 2, + "**subject": 2, + "*eol": 1, + "*p": 9, + "commit_buffer": 1, + "a": 13, + "b_date": 3, + "b": 23, + "a_date": 2, + "*commit_list_get_next": 1, + "*a": 9, + "commit_list_set_next": 1, + "*next": 6, + "commit_list_sort_by_date": 2, + "**list": 5, + "*list": 2, + "llist_mergesort": 1, + "peel_to_type": 1, + "util": 3, + "merge_remote_desc": 3, + "*desc": 1, + "desc": 5, + "xmalloc": 2, + "strdup": 1, + "**commit_list_append": 2, + "**next": 2, + "*new": 1, + "new": 4, + "COMMIT_H": 2, + "*util": 1, + "indegree": 1, + "*parents": 4, + "*tree": 3, + "decoration": 1, + "name_decoration": 3, + "*commit_list_insert": 1, + "commit_list_count": 1, + "*l": 1, + "*commit_list_insert_by_date": 1, + "free_commit_list": 1, + "cmit_fmt": 3, + "CMIT_FMT_RAW": 1, + "CMIT_FMT_MEDIUM": 2, + "CMIT_FMT_DEFAULT": 1, + "CMIT_FMT_SHORT": 1, + "CMIT_FMT_FULL": 1, + "CMIT_FMT_FULLER": 1, + "CMIT_FMT_ONELINE": 1, + "CMIT_FMT_EMAIL": 1, + "CMIT_FMT_USERFORMAT": 1, + "CMIT_FMT_UNSPECIFIED": 1, + "pretty_print_context": 6, + "fmt": 4, + "abbrev": 1, + "*subject": 1, + "*after_subject": 1, + "preserve_subject": 1, + "date_mode": 2, + "date_mode_explicit": 1, + "need_8bit_cte": 2, + "show_notes": 1, + "reflog_walk_info": 1, + "*reflog_info": 1, + "*output_encoding": 2, + "userformat_want": 2, + "notes": 1, + "has_non_ascii": 1, + "*text": 1, + "rev_info": 2, + "*logmsg_reencode": 1, + "*reencode_commit_message": 1, + "**encoding_p": 1, + "get_commit_format": 1, + "*arg": 1, + "*format_subject": 1, + "strbuf": 12, + "*sb": 7, + "*msg": 6, + "*line_separator": 1, + "userformat_find_requirements": 1, + "*fmt": 2, + "*w": 1, + "format_commit_message": 1, + "*format": 1, + "*context": 1, + "pretty_print_commit": 1, + "*pp": 4, + "pp_commit_easy": 1, + "pp_user_info": 1, + "*what": 1, + "*line": 1, + "*encoding": 2, + "pp_title_line": 1, + "**msg_p": 2, + "pp_remainder": 1, + "indent": 1, + "*pop_most_recent_commit": 1, + "mark": 3, + "*pop_commit": 1, + "**stack": 1, + "clear_commit_marks": 1, + "clear_commit_marks_for_object_array": 1, + "object_array": 2, + "sort_in_topological_order": 1, + "**": 4, + "list": 1, + "lifo": 1, + "FLEX_ARRAY": 1, + "typedef": 15, + "*read_graft_line": 1, + "len": 23, + "*lookup_commit_graft": 1, + "*get_merge_bases": 1, + "*rev1": 1, + "*rev2": 1, + "cleanup": 2, + "*get_merge_bases_many": 1, + "*one": 1, + "**twos": 1, + "*get_octopus_merge_bases": 1, + "*in": 1, + "register_shallow": 1, + "unregister_shallow": 1, + "for_each_commit_graft": 1, + "each_commit_graft_fn": 1, + "is_repository_shallow": 1, + "*get_shallow_commits": 1, + "*heads": 2, + "depth": 1, + "shallow_flag": 1, + "not_shallow_flag": 1, + "is_descendant_of": 1, + "in_merge_bases": 1, + "interactive_add": 1, + "argc": 26, + "**argv": 6, + "*prefix": 7, + "patch": 1, + "run_add_interactive": 1, + "*revision": 1, + "*patch_mode": 1, + "**pathspec": 1, + "inline": 2, + "single_parent": 1, + "*reduce_heads": 1, + "commit_extra_header": 7, + "*key": 5, + "*value": 3, + "append_merge_tag_headers": 1, + "***tail": 1, + "commit_tree": 1, + "*ret": 2, + "*author": 2, + "*sign_commit": 2, + "commit_tree_extended": 1, + "*read_commit_extra_headers": 1, + "*read_commit_extra_header_lines": 1, + "free_commit_extra_headers": 1, + "*extra": 1, + "merge_remote_util": 1, + "*get_merge_parent": 1, + "parse_signed_commit": 1, + "*message": 1, + "*signature": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "#ifdef": 17, + "CONFIG_SMP": 1, + "DEFINE_MUTEX": 1, + "cpu_add_remove_lock": 3, + "cpu_maps_update_begin": 9, + "mutex_lock": 5, + "cpu_maps_update_done": 9, + "mutex_unlock": 6, + "RAW_NOTIFIER_HEAD": 1, + "cpu_chain": 4, + "cpu_hotplug_disabled": 7, + "CONFIG_HOTPLUG_CPU": 2, + "task_struct": 5, + "*active_writer": 1, + "mutex": 1, + "refcount": 1, + "cpu_hotplug": 1, + ".active_writer": 1, + ".lock": 1, + "__MUTEX_INITIALIZER": 1, + "cpu_hotplug.lock": 8, + ".refcount": 1, + "get_online_cpus": 2, + "might_sleep": 1, + "cpu_hotplug.active_writer": 6, + "current": 3, + "cpu_hotplug.refcount": 3, + "EXPORT_SYMBOL_GPL": 4, + "put_online_cpus": 2, + "unlikely": 1, + "wake_up_process": 1, + "cpu_hotplug_begin": 4, + "likely": 1, + "break": 182, + "__set_current_state": 1, + "TASK_UNINTERRUPTIBLE": 1, + "schedule": 1, + "cpu_hotplug_done": 4, + "#else": 11, + "__ref": 6, + "register_cpu_notifier": 2, + "notifier_block": 3, + "*nb": 3, + "raw_notifier_chain_register": 1, + "nb": 2, + "__cpu_notify": 6, + "val": 20, + "*v": 3, + "nr_to_call": 2, + "*nr_calls": 1, + "__raw_notifier_call_chain": 1, + "v": 6, + "nr_calls": 9, + "notifier_to_errno": 1, + "cpu_notify": 5, + "cpu_notify_nofail": 4, + "BUG_ON": 4, + "EXPORT_SYMBOL": 8, + "unregister_cpu_notifier": 2, + "raw_notifier_chain_unregister": 1, + "clear_tasks_mm_cpumask": 1, + "cpu": 57, + "WARN_ON": 1, + "cpu_online": 5, + "rcu_read_lock": 1, + "for_each_process": 2, + "p": 51, + "*t": 1, + "t": 27, + "find_lock_task_mm": 1, + "cpumask_clear_cpu": 5, + "mm_cpumask": 1, + "mm": 1, + "task_unlock": 1, + "rcu_read_unlock": 1, + "check_for_tasks": 2, + "write_lock_irq": 1, + "tasklist_lock": 2, + "task_cpu": 1, + "state": 104, + "TASK_RUNNING": 1, + "utime": 1, + "stime": 1, + "printk": 12, + "KERN_WARNING": 3, + "comm": 1, + "task_pid_nr": 1, + "flags": 86, + "write_unlock_irq": 1, + "take_cpu_down_param": 3, + "mod": 13, + "*hcpu": 3, + "take_cpu_down": 2, + "*_param": 1, + "*param": 1, + "_param": 1, + "err": 38, + "__cpu_disable": 1, + "CPU_DYING": 1, + "|": 82, + "param": 2, + "hcpu": 10, + "_cpu_down": 3, + "tasks_frozen": 4, + "CPU_TASKS_FROZEN": 2, + "tcd_param": 2, + ".mod": 1, + ".hcpu": 1, + "num_online_cpus": 2, + "EBUSY": 3, + "EINVAL": 6, + "CPU_DOWN_PREPARE": 1, + "CPU_DOWN_FAILED": 2, + "__func__": 2, + "goto": 85, + "out_release": 3, + "__stop_machine": 1, + "cpumask_of": 1, + "idle_cpu": 1, + "cpu_relax": 1, + "__cpu_die": 1, + "CPU_DEAD": 1, + "CPU_POST_DEAD": 1, + "cpu_down": 2, + "out": 11, + "__cpuinit": 3, + "_cpu_up": 3, + "*idle": 1, + "cpu_present": 1, + "idle": 4, + "idle_thread_get": 1, + "IS_ERR": 1, + "PTR_ERR": 1, + "CPU_UP_PREPARE": 1, + "out_notify": 3, + "__cpu_up": 1, + "CPU_ONLINE": 1, + "CPU_UP_CANCELED": 1, + "cpu_up": 2, + "CONFIG_MEMORY_HOTPLUG": 2, + "nid": 5, + "pg_data_t": 1, + "*pgdat": 1, + "cpu_possible": 1, + "KERN_ERR": 5, + "#if": 17, + "defined": 7, + "CONFIG_IA64": 1, + "cpu_to_node": 1, + "node_online": 1, + "mem_online_node": 1, + "pgdat": 3, + "NODE_DATA": 1, + "ENOMEM": 4, + "node_zonelists": 1, + "_zonerefs": 1, + "zone": 1, + "zonelists_mutex": 2, + "build_all_zonelists": 1, + "CONFIG_PM_SLEEP_SMP": 2, + "cpumask_var_t": 1, + "frozen_cpus": 9, + "__weak": 4, + "arch_disable_nonboot_cpus_begin": 2, + "arch_disable_nonboot_cpus_end": 2, + "disable_nonboot_cpus": 1, + "first_cpu": 3, + "cpumask_first": 1, + "cpu_online_mask": 3, + "cpumask_clear": 2, + "for_each_online_cpu": 1, + "cpumask_set_cpu": 5, + "arch_enable_nonboot_cpus_begin": 2, + "arch_enable_nonboot_cpus_end": 2, + "enable_nonboot_cpus": 1, + "cpumask_empty": 1, + "KERN_INFO": 2, + "for_each_cpu": 1, + "__init": 2, + "alloc_frozen_cpus": 2, + "alloc_cpumask_var": 1, + "GFP_KERNEL": 1, + "__GFP_ZERO": 1, + "core_initcall": 2, + "cpu_hotplug_disable_before_freeze": 2, + "cpu_hotplug_enable_after_thaw": 2, + "cpu_hotplug_pm_callback": 2, + "action": 2, + "*ptr": 1, + "switch": 31, + "case": 217, + "PM_SUSPEND_PREPARE": 1, + "PM_HIBERNATION_PREPARE": 1, + "PM_POST_SUSPEND": 1, + "PM_POST_HIBERNATION": 1, + "default": 22, + "NOTIFY_DONE": 1, + "NOTIFY_OK": 1, + "cpu_hotplug_pm_sync_init": 2, + "pm_notifier": 1, + "notify_cpu_starting": 1, + "CPU_STARTING": 1, + "cpumask_test_cpu": 1, + "CPU_STARTING_FROZEN": 1, + "MASK_DECLARE_1": 3, + "x": 12, + "UL": 1, + "<<": 15, + "MASK_DECLARE_2": 3, + "MASK_DECLARE_4": 3, + "MASK_DECLARE_8": 9, + "cpu_bit_bitmap": 2, + "BITS_PER_LONG": 2, + "BITS_TO_LONGS": 1, + "NR_CPUS": 2, + "DECLARE_BITMAP": 6, + "cpu_all_bits": 2, + "CPU_BITS_ALL": 2, + "CONFIG_INIT_ALL_POSSIBLE": 1, + "cpu_possible_bits": 6, + "CONFIG_NR_CPUS": 5, + "__read_mostly": 5, + "cpumask": 7, + "*const": 4, + "cpu_possible_mask": 2, + "to_cpumask": 15, + "cpu_online_bits": 5, + "cpu_present_bits": 5, + "cpu_present_mask": 2, + "cpu_active_bits": 4, + "cpu_active_mask": 2, + "set_cpu_possible": 1, + "bool": 6, + "possible": 2, + "set_cpu_present": 1, + "present": 2, + "set_cpu_online": 1, + "online": 2, + "set_cpu_active": 1, + "active": 2, + "init_cpu_present": 1, + "*src": 3, + "cpumask_copy": 3, + "src": 3, + "init_cpu_possible": 1, + "init_cpu_online": 1, + "*diff_prefix_from_pathspec": 1, + "git_strarray": 2, + "*pathspec": 2, + "git_buf": 3, + "prefix": 34, + "GIT_BUF_INIT": 3, + "*scan": 2, + "git_buf_common_prefix": 1, + "pathspec": 15, + "scan": 4, + "prefix.ptr": 2, + "git__iswildcard": 1, + "git_buf_truncate": 1, + "prefix.size": 1, + "git_buf_detach": 1, + "git_buf_free": 4, + "diff_pathspec_is_interesting": 2, + "*str": 1, + "count": 6, + "false": 4, + "true": 4, + "str": 8, + "strings": 1, + "diff_path_matches_pathspec": 3, + "git_diff_list": 17, + "*diff": 8, + "*path": 2, + "git_attr_fnmatch": 4, + "*match": 3, + "diff": 84, + "pathspec.length": 1, + "git_vector_foreach": 4, + "match": 14, + "p_fnmatch": 1, + "pattern": 3, + "path": 20, + "FNM_NOMATCH": 1, + "GIT_ATTR_FNMATCH_HASWILD": 1, + "strncmp": 1, + "length": 2, + "GIT_ATTR_FNMATCH_NEGATIVE": 1, + "git_diff_delta": 19, + "*diff_delta__alloc": 1, + "git_delta_t": 5, + "status": 57, + "*delta": 6, + "git__calloc": 3, + "delta": 54, + "old_file.path": 12, + "git_pool_strdup": 3, + "pool": 12, + "new_file.path": 6, + "opts.flags": 8, + "GIT_DIFF_REVERSE": 3, + "GIT_DELTA_ADDED": 4, + "GIT_DELTA_DELETED": 7, + "*diff_delta__dup": 1, + "*d": 1, + "git_pool": 4, + "*pool": 3, + "d": 12, + "fail": 19, + "*diff_delta__merge_like_cgit": 1, + "*b": 6, + "*dup": 1, + "diff_delta__dup": 3, + "dup": 15, + "new_file.oid": 7, + "git_oid_cpy": 5, + "new_file.mode": 4, + "new_file.size": 3, + "new_file.flags": 4, + "old_file.oid": 3, + "GIT_DELTA_UNTRACKED": 5, + "GIT_DELTA_IGNORED": 5, + "GIT_DELTA_UNMODIFIED": 11, + "diff_delta__from_one": 5, + "git_index_entry": 8, + "GIT_DIFF_INCLUDE_IGNORED": 1, + "GIT_DIFF_INCLUDE_UNTRACKED": 1, + "diff_delta__alloc": 2, + "assert": 41, + "GIT_DELTA_MODIFIED": 3, + "old_file.mode": 2, + "mode": 9, + "old_file.size": 1, + "file_size": 6, + "old_file.flags": 2, + "GIT_DIFF_FILE_VALID_OID": 4, + "git_vector_insert": 4, + "deltas": 8, + "diff_delta__from_two": 2, + "*old_entry": 1, + "*new_entry": 1, + "*new_oid": 1, + "GIT_DIFF_INCLUDE_UNMODIFIED": 1, + "*temp": 1, + "old_entry": 5, + "new_entry": 5, + "temp": 1, + "new_oid": 3, + "git_oid_iszero": 2, + "*diff_strdup_prefix": 1, + "strlen": 8, + "git_pool_strcat": 1, + "git_pool_strndup": 1, + "diff_delta__cmp": 3, + "*da": 1, + "*db": 3, + "strcmp": 19, + "da": 2, + "db": 10, + "config_bool": 5, + "git_config": 3, + "*cfg": 2, + "defvalue": 2, + "git_config_get_bool": 1, + "cfg": 6, + "giterr_clear": 1, + "*git_diff_list_alloc": 1, + "git_repository": 7, + "*repo": 7, + "git_diff_options": 7, + "*opts": 6, + "repo": 23, + "git_vector_init": 3, + "git_pool_init": 2, + "git_repository_config__weakptr": 1, + "diffcaps": 13, + "GIT_DIFFCAPS_HAS_SYMLINKS": 2, + "GIT_DIFFCAPS_ASSUME_UNCHANGED": 2, + "GIT_DIFFCAPS_TRUST_EXEC_BIT": 2, + "GIT_DIFFCAPS_TRUST_CTIME": 2, + "opts": 24, + "opts.pathspec": 2, + "opts.old_prefix": 4, + "diff_strdup_prefix": 2, + "old_prefix": 2, + "DIFF_OLD_PREFIX_DEFAULT": 1, + "opts.new_prefix": 4, + "new_prefix": 2, + "DIFF_NEW_PREFIX_DEFAULT": 1, + "*swap": 1, + "swap": 1, + "pathspec.count": 2, + "*pattern": 1, + "pathspec.strings": 1, + "GIT_ATTR_FNMATCH_ALLOWSPACE": 1, + "git_attr_fnmatch__parse": 1, + "GIT_ENOTFOUND": 1, + "git_diff_list_free": 3, + "deltas.contents": 1, + "git_vector_free": 3, + "pathspec.contents": 1, + "git_pool_clear": 2, + "oid_for_workdir_item": 2, + "full_path": 3, + "git_buf_joinpath": 1, + "git_repository_workdir": 1, + "S_ISLNK": 2, + "git_odb__hashlink": 1, + "full_path.ptr": 2, + "git__is_sizet": 1, + "giterr_set": 1, + "GITERR_OS": 1, + "fd": 34, + "git_futils_open_ro": 1, + "git_odb__hashfd": 1, + "GIT_OBJ_BLOB": 1, + "p_close": 1, + "EXEC_BIT_MASK": 3, + "maybe_modified": 2, + "git_iterator": 8, + "*old_iter": 2, + "*oitem": 2, + "*new_iter": 2, + "*nitem": 2, + "noid": 4, + "*use_noid": 1, + "omode": 8, + "oitem": 29, + "nmode": 10, + "nitem": 32, + "GIT_UNUSED": 1, + "old_iter": 8, + "S_ISREG": 1, + "GIT_MODE_TYPE": 3, + "GIT_MODE_PERMS_MASK": 1, + "flags_extended": 2, + "GIT_IDXENTRY_INTENT_TO_ADD": 1, + "GIT_IDXENTRY_SKIP_WORKTREE": 1, + "new_iter": 13, + "GIT_ITERATOR_WORKDIR": 2, + "ctime.seconds": 2, + "mtime.seconds": 2, + "GIT_DIFFCAPS_USE_DEV": 1, + "dev": 2, + "ino": 2, + "uid": 2, + "gid": 2, + "S_ISGITLINK": 1, + "git_submodule": 1, + "*sub": 1, + "GIT_DIFF_IGNORE_SUBMODULES": 1, + "git_submodule_lookup": 1, + "sub": 2, + "ignore": 1, + "GIT_SUBMODULE_IGNORE_ALL": 1, + "use_noid": 2, + "diff_from_iterators": 5, + "**diff_ptr": 1, + "ignore_prefix": 6, + "git_diff_list_alloc": 1, + "old_src": 1, + "new_src": 3, + "git_iterator_current": 2, + "git_iterator_advance": 5, + "delta_type": 8, + "git_buf_len": 1, + "git__prefixcmp": 2, + "git_buf_cstr": 1, + "S_ISDIR": 1, + "GIT_DIFF_RECURSE_UNTRACKED_DIRS": 1, + "git_iterator_current_is_ignored": 2, + "git_buf_sets": 1, + "git_iterator_advance_into_directory": 1, + "git_iterator_free": 4, + "*diff_ptr": 2, + "git_diff_tree_to_tree": 1, + "git_tree": 4, + "*old_tree": 3, + "*new_tree": 1, + "**diff": 4, + "diff_prefix_from_pathspec": 4, + "old_tree": 5, + "new_tree": 2, + "git_iterator_for_tree_range": 4, + "git_diff_index_to_tree": 1, + "git_iterator_for_index_range": 2, + "git_diff_workdir_to_index": 1, + "git_iterator_for_workdir_range": 2, + "git_diff_workdir_to_tree": 1, + "git_diff_merge": 1, + "*onto": 1, + "*from": 1, + "onto_pool": 7, + "git_vector": 1, + "onto_new": 6, + "j": 119, + "onto": 7, + "from": 5, + "deltas.length": 4, + "*o": 4, + "GIT_VECTOR_GET": 2, + "*f": 2, + "f": 15, + "o": 18, + "diff_delta__merge_like_cgit": 1, + "git_vector_swap": 1, + "git_pool_swap": 1, + "git_usage_string": 2, + "git_more_info_string": 2, + "N_": 1, + "startup_info": 3, + "git_startup_info": 2, + "use_pager": 8, + "pager_config": 3, + "*cmd": 5, + "want": 3, + "pager_command_config": 2, + "*var": 1, + "*data": 11, + "data": 67, + "prefixcmp": 3, + "var": 3, + "cmd": 46, + "git_config_maybe_bool": 1, + "value": 4, + "xstrdup": 2, + "check_pager_config": 3, + "c.cmd": 1, + "c.want": 2, + "c.value": 3, + "pager_program": 1, + "commit_pager_choice": 4, + "setenv": 1, + "setup_pager": 1, + "handle_options": 2, + "***argv": 2, + "*argc": 1, + "*envchanged": 1, + "**orig_argv": 1, + "*argv": 6, + "new_argv": 7, + "option_count": 1, + "alias_command": 4, + "trace_argv_printf": 3, + "*argcp": 4, + "subdir": 3, + "chdir": 2, + "die_errno": 3, + "errno": 19, + "saved_errno": 1, + "git_version_string": 1, + "GIT_VERSION": 1, + "RUN_SETUP": 81, + "RUN_SETUP_GENTLY": 16, + "USE_PAGER": 3, + "NEED_WORK_TREE": 18, + "cmd_struct": 4, + "option": 7, + "run_builtin": 2, + "help": 4, + "stat": 3, + "st": 2, + "argv": 54, + "setup_git_directory": 1, + "nongit_ok": 2, + "setup_git_directory_gently": 1, + "have_repository": 1, + "trace_repo_setup": 1, + "setup_work_tree": 1, + "fn": 1, + "fstat": 1, + "fileno": 1, + "stdout": 5, + "S_ISFIFO": 1, + "st.st_mode": 2, + "S_ISSOCK": 1, + "fflush": 2, + "ferror": 1, + "fclose": 5, + "handle_internal_command": 3, + "commands": 3, + "cmd_add": 2, + "cmd_annotate": 1, + "cmd_apply": 1, + "cmd_archive": 1, + "cmd_bisect__helper": 1, + "cmd_blame": 2, + "cmd_branch": 1, + "cmd_bundle": 1, + "cmd_cat_file": 1, + "cmd_check_attr": 1, + "cmd_check_ref_format": 1, + "cmd_checkout": 1, + "cmd_checkout_index": 1, + "cmd_cherry": 1, + "cmd_cherry_pick": 1, + "cmd_clean": 1, + "cmd_clone": 1, + "cmd_column": 1, + "cmd_commit": 1, + "cmd_commit_tree": 1, + "cmd_config": 1, + "cmd_count_objects": 1, + "cmd_describe": 1, + "cmd_diff": 1, + "cmd_diff_files": 1, + "cmd_diff_index": 1, + "cmd_diff_tree": 1, + "cmd_fast_export": 1, + "cmd_fetch": 1, + "cmd_fetch_pack": 1, + "cmd_fmt_merge_msg": 1, + "cmd_for_each_ref": 1, + "cmd_format_patch": 1, + "cmd_fsck": 2, + "cmd_gc": 1, + "cmd_get_tar_commit_id": 1, + "cmd_grep": 1, + "cmd_hash_object": 1, + "cmd_help": 1, + "cmd_index_pack": 1, + "cmd_init_db": 2, + "cmd_log": 1, + "cmd_ls_files": 1, + "cmd_ls_remote": 2, + "cmd_ls_tree": 1, + "cmd_mailinfo": 1, + "cmd_mailsplit": 1, + "cmd_merge": 1, + "cmd_merge_base": 1, + "cmd_merge_file": 1, + "cmd_merge_index": 1, + "cmd_merge_ours": 1, + "cmd_merge_recursive": 4, + "cmd_merge_tree": 1, + "cmd_mktag": 1, + "cmd_mktree": 1, + "cmd_mv": 1, + "cmd_name_rev": 1, + "cmd_notes": 1, + "cmd_pack_objects": 1, + "cmd_pack_redundant": 1, + "cmd_pack_refs": 1, + "cmd_patch_id": 1, + "cmd_prune": 1, + "cmd_prune_packed": 1, + "cmd_push": 1, + "cmd_read_tree": 1, + "cmd_receive_pack": 1, + "cmd_reflog": 1, + "cmd_remote": 1, + "cmd_remote_ext": 1, + "cmd_remote_fd": 1, + "cmd_replace": 1, + "cmd_repo_config": 1, + "cmd_rerere": 1, + "cmd_reset": 1, + "cmd_rev_list": 1, + "cmd_rev_parse": 1, + "cmd_revert": 1, + "cmd_rm": 1, + "cmd_send_pack": 1, + "cmd_shortlog": 1, + "cmd_show": 1, + "cmd_show_branch": 1, + "cmd_show_ref": 1, + "cmd_status": 1, + "cmd_stripspace": 1, + "cmd_symbolic_ref": 1, + "cmd_tag": 1, + "cmd_tar_tree": 1, + "cmd_unpack_file": 1, + "cmd_unpack_objects": 1, + "cmd_update_index": 1, + "cmd_update_ref": 1, + "cmd_update_server_info": 1, + "cmd_upload_archive": 1, + "cmd_upload_archive_writer": 1, + "cmd_var": 1, + "cmd_verify_pack": 1, + "cmd_verify_tag": 1, + "cmd_version": 1, + "cmd_whatchanged": 1, + "cmd_write_tree": 1, + "ext": 4, + "STRIP_EXTENSION": 1, + "*argv0": 1, + "argv0": 2, + "ARRAY_SIZE": 1, + "exit": 16, + "execv_dashed_external": 2, + "STRBUF_INIT": 1, + "*tmp": 1, + "strbuf_addf": 1, + "tmp": 2, + "cmd.buf": 1, + "run_command_v_opt": 1, + "RUN_SILENT_EXEC_FAILURE": 1, + "RUN_CLEAN_ON_EXIT": 1, + "ENOENT": 3, + "strbuf_release": 1, + "run_argv": 2, + "done_alias": 4, + "argcp": 2, + "handle_alias": 1, + "main": 3, + "git_extract_argv0_path": 1, + "git_setup_gettext": 1, + "printf": 4, + "list_common_cmds_help": 1, + "setup_path": 1, + "done_help": 3, + "was_alias": 3, + "fprintf": 18, + "stderr": 15, + "help_unknown_cmd": 1, + "strerror": 4, + "PPC_SHA1": 1, + "#": 16, + "git_hash_ctx": 7, + "SHA_CTX": 3, + "*git_hash_new_ctx": 1, + "*ctx": 5, + "ctx": 14, + "SHA1_Init": 4, + "git_hash_free_ctx": 1, + "git_hash_init": 1, + "git_hash_update": 1, + "SHA1_Update": 3, + "git_hash_final": 1, + "*out": 3, + "SHA1_Final": 3, + "git_hash_buf": 1, + "git_hash_vec": 1, + "git_buf_vec": 1, + "*vec": 1, + "vec": 2, + ".data": 1, + ".len": 3, + "": 4, + "HELLO_H": 2, + "hello": 1, + "": 5, + "": 1, + "": 3, + "": 2, + "": 3, + "": 2, + "ULLONG_MAX": 10, + "MIN": 3, + "HTTP_PARSER_DEBUG": 4, + "SET_ERRNO": 47, + "e": 4, + "do": 8, + "parser": 334, + "http_errno": 11, + "error_lineno": 3, + "__LINE__": 1, + "CALLBACK_NOTIFY_": 3, + "FOR": 11, + "ER": 4, + "HTTP_PARSER_ERRNO": 10, + "HPE_OK": 10, + "settings": 6, + "on_##FOR": 4, + "HPE_CB_##FOR": 2, + "CALLBACK_NOTIFY": 10, + "CALLBACK_NOTIFY_NOADVANCE": 2, + "CALLBACK_DATA_": 4, + "LEN": 2, + "FOR##_mark": 7, + "CALLBACK_DATA": 10, + "CALLBACK_DATA_NOADVANCE": 6, + "MARK": 7, + "PROXY_CONNECTION": 4, + "CONNECTION": 4, + "CONTENT_LENGTH": 4, + "TRANSFER_ENCODING": 4, + "UPGRADE": 4, + "CHUNKED": 4, + "KEEP_ALIVE": 4, + "CLOSE": 4, + "*method_strings": 1, + "XX": 63, + "num": 8, + "string": 2, + "#string": 1, + "HTTP_METHOD_MAP": 3, + "#undef": 5, + "tokens": 3, + "int8_t": 3, + "unhex": 3, + "{-": 1, + "-}": 1, + "HTTP_PARSER_STRICT": 5, + "uint8_t": 6, + "normal_url_char": 3, + "T": 3, + "s_dead": 10, + "s_start_req_or_res": 4, + "s_res_or_resp_H": 3, + "s_start_res": 5, + "s_res_H": 3, + "s_res_HT": 4, + "s_res_HTT": 3, + "s_res_HTTP": 3, + "s_res_first_http_major": 3, + "s_res_http_major": 3, + "s_res_first_http_minor": 3, + "s_res_http_minor": 3, + "s_res_first_status_code": 3, + "s_res_status_code": 3, + "s_res_status": 3, + "s_res_line_almost_done": 4, + "s_start_req": 6, + "s_req_method": 4, + "s_req_spaces_before_url": 5, + "s_req_schema": 6, + "s_req_schema_slash": 6, + "s_req_schema_slash_slash": 6, + "s_req_host_start": 8, + "s_req_host_v6_start": 7, + "s_req_host_v6": 7, + "s_req_host_v6_end": 7, + "s_req_host": 8, + "s_req_port_start": 7, + "s_req_port": 6, + "s_req_path": 8, + "s_req_query_string_start": 8, + "s_req_query_string": 7, + "s_req_fragment_start": 7, + "s_req_fragment": 7, + "s_req_http_start": 3, + "s_req_http_H": 3, + "s_req_http_HT": 3, + "s_req_http_HTT": 3, + "s_req_http_HTTP": 3, + "s_req_first_http_major": 3, + "s_req_http_major": 3, + "s_req_first_http_minor": 3, + "s_req_http_minor": 3, + "s_req_line_almost_done": 4, + "s_header_field_start": 12, + "s_header_field": 4, + "s_header_value_start": 4, + "s_header_value": 5, + "s_header_value_lws": 3, + "s_header_almost_done": 6, + "s_chunk_size_start": 4, + "s_chunk_size": 3, + "s_chunk_parameters": 3, + "s_chunk_size_almost_done": 4, + "s_headers_almost_done": 4, + "s_headers_done": 4, + "s_chunk_data": 3, + "s_chunk_data_almost_done": 3, + "s_chunk_data_done": 3, + "s_body_identity": 3, + "s_body_identity_eof": 4, + "s_message_done": 3, + "PARSING_HEADER": 2, + "header_states": 1, + "h_general": 23, + "0": 1, + "h_C": 3, + "h_CO": 3, + "h_CON": 3, + "h_matching_connection": 3, + "h_matching_proxy_connection": 3, + "h_matching_content_length": 3, + "h_matching_transfer_encoding": 3, + "h_matching_upgrade": 3, + "h_connection": 6, + "h_content_length": 5, + "h_transfer_encoding": 5, + "h_upgrade": 4, + "h_matching_transfer_encoding_chunked": 3, + "h_matching_connection_keep_alive": 3, + "h_matching_connection_close": 3, + "h_transfer_encoding_chunked": 4, + "h_connection_keep_alive": 4, + "h_connection_close": 4, + "Macros": 1, + "character": 1, + "classes": 1, + "depends": 1, + "on": 1, + "strict": 1, + "define": 14, + "CR": 18, + "r": 5, + "LF": 21, + "LOWER": 7, + "0x20": 1, + "IS_ALPHA": 5, + "z": 1, + "IS_NUM": 14, + "9": 1, + "IS_ALPHANUM": 3, + "IS_HEX": 2, + "TOKEN": 4, + "IS_URL_CHAR": 6, + "IS_HOST_CHAR": 4, + "0x80": 1, + "endif": 1, + "start_state": 1, + "HTTP_REQUEST": 7, + "cond": 1, + "HPE_STRICT": 1, + "HTTP_STRERROR_GEN": 3, + "#n": 1, + "*description": 1, + "http_strerror_tab": 7, + "HTTP_ERRNO_MAP": 3, + "http_message_needs_eof": 4, + "http_parser": 13, + "*parser": 9, + "parse_url_char": 5, + "ch": 145, + "http_parser_execute": 2, + "http_parser_settings": 5, + "*settings": 2, + "unhex_val": 7, + "*header_field_mark": 1, + "*header_value_mark": 1, + "*url_mark": 1, + "*body_mark": 1, + "message_complete": 7, + "HPE_INVALID_EOF_STATE": 1, + "header_field_mark": 2, + "header_value_mark": 2, + "url_mark": 2, + "nread": 7, + "HTTP_MAX_HEADER_SIZE": 2, + "HPE_HEADER_OVERFLOW": 1, + "reexecute_byte": 7, + "HPE_CLOSED_CONNECTION": 1, + "content_length": 27, + "message_begin": 3, + "HTTP_RESPONSE": 3, + "HPE_INVALID_CONSTANT": 3, + "method": 39, + "HTTP_HEAD": 2, + "index": 53, + "STRICT_CHECK": 15, + "HPE_INVALID_VERSION": 12, + "http_major": 11, + "http_minor": 11, + "HPE_INVALID_STATUS": 3, + "status_code": 8, + "HPE_INVALID_METHOD": 4, + "http_method": 4, + "HTTP_CONNECT": 4, + "HTTP_DELETE": 1, + "HTTP_GET": 1, + "HTTP_LOCK": 1, + "HTTP_MKCOL": 2, + "HTTP_NOTIFY": 1, + "HTTP_OPTIONS": 1, + "HTTP_POST": 2, + "HTTP_REPORT": 1, + "HTTP_SUBSCRIBE": 2, + "HTTP_TRACE": 1, + "HTTP_UNLOCK": 2, + "*matcher": 1, + "matcher": 3, + "method_strings": 2, + "HTTP_CHECKOUT": 1, + "HTTP_COPY": 1, + "HTTP_MOVE": 1, + "HTTP_MERGE": 1, + "HTTP_MSEARCH": 1, + "HTTP_MKACTIVITY": 1, + "HTTP_SEARCH": 1, + "HTTP_PROPFIND": 2, + "HTTP_PUT": 2, + "HTTP_PATCH": 1, + "HTTP_PURGE": 1, + "HTTP_UNSUBSCRIBE": 1, + "HTTP_PROPPATCH": 1, + "url": 4, + "HPE_INVALID_URL": 4, + "HPE_LF_EXPECTED": 1, + "HPE_INVALID_HEADER_TOKEN": 2, + "header_field": 5, + "header_state": 42, + "header_value": 6, + "F_UPGRADE": 3, + "HPE_INVALID_CONTENT_LENGTH": 4, + "uint64_t": 8, + "F_CONNECTION_KEEP_ALIVE": 3, + "F_CONNECTION_CLOSE": 3, + "F_CHUNKED": 11, + "F_TRAILING": 3, + "NEW_MESSAGE": 6, + "upgrade": 3, + "on_headers_complete": 3, + "F_SKIPBODY": 4, + "HPE_CB_headers_complete": 1, + "to_read": 6, + "body": 6, + "body_mark": 2, + "HPE_INVALID_CHUNK_SIZE": 2, + "HPE_INVALID_INTERNAL_STATE": 1, + "1": 1, + "HPE_UNKNOWN": 1, + "Does": 1, + "the": 3, + "need": 1, + "to": 2, + "see": 1, + "an": 1, + "EOF": 3, + "find": 1, + "end": 18, + "of": 1, + "message": 1, + "http_should_keep_alive": 2, + "http_method_str": 1, + "m": 3, + "http_parser_init": 2, + "http_parser_type": 3, + "http_errno_name": 1, + "/sizeof": 4, + ".name": 1, + "http_errno_description": 1, + ".description": 1, + "http_parser_parse_url": 2, + "buflen": 3, + "is_connect": 4, + "http_parser_url": 3, + "*u": 2, + "http_parser_url_fields": 2, + "uf": 14, + "old_uf": 4, + "u": 10, + "port": 7, + "field_set": 5, + "UF_MAX": 3, + "UF_SCHEMA": 2, + "UF_HOST": 3, + "UF_PORT": 5, + "UF_PATH": 2, + "UF_QUERY": 2, + "UF_FRAGMENT": 2, + "field_data": 5, + ".off": 2, + "xffff": 1, + "uint16_t": 6, + "http_parser_pause": 2, + "paused": 3, + "HPE_PAUSED": 2, + "http_parser_h": 2, + "__cplusplus": 2, + "HTTP_PARSER_VERSION_MAJOR": 1, + "HTTP_PARSER_VERSION_MINOR": 1, + "": 1, + "_WIN32": 2, + "__MINGW32__": 1, + "_MSC_VER": 2, + "__int8": 2, + "__int16": 2, + "int16_t": 1, + "__int32": 2, + "int32_t": 1, + "__int64": 2, + "int64_t": 1, + "ssize_t": 1, + "": 1, + "*1024": 4, + "DELETE": 2, + "GET": 2, + "HEAD": 2, + "POST": 2, + "PUT": 2, + "CONNECT": 2, + "OPTIONS": 2, + "TRACE": 2, + "COPY": 2, + "LOCK": 2, + "MKCOL": 2, + "MOVE": 2, + "PROPFIND": 2, + "PROPPATCH": 2, + "SEARCH": 3, + "UNLOCK": 2, + "REPORT": 2, + "MKACTIVITY": 2, + "CHECKOUT": 2, + "MERGE": 2, + "MSEARCH": 1, + "M": 1, + "NOTIFY": 2, + "SUBSCRIBE": 2, + "UNSUBSCRIBE": 2, + "PATCH": 2, + "PURGE": 2, + "HTTP_##name": 1, + "HTTP_BOTH": 1, + "OK": 1, + "CB_message_begin": 1, + "CB_url": 1, + "CB_header_field": 1, + "CB_header_value": 1, + "CB_headers_complete": 1, + "CB_body": 1, + "CB_message_complete": 1, + "INVALID_EOF_STATE": 1, + "HEADER_OVERFLOW": 1, + "CLOSED_CONNECTION": 1, + "INVALID_VERSION": 1, + "INVALID_STATUS": 1, + "INVALID_METHOD": 1, + "INVALID_URL": 1, + "INVALID_HOST": 1, + "INVALID_PORT": 1, + "INVALID_PATH": 1, + "INVALID_QUERY_STRING": 1, + "INVALID_FRAGMENT": 1, + "LF_EXPECTED": 1, + "INVALID_HEADER_TOKEN": 1, + "INVALID_CONTENT_LENGTH": 1, + "INVALID_CHUNK_SIZE": 1, + "INVALID_CONSTANT": 1, + "INVALID_INTERNAL_STATE": 1, + "STRICT": 1, + "PAUSED": 1, + "UNKNOWN": 1, + "HTTP_ERRNO_GEN": 3, + "HPE_##n": 1, + "HTTP_PARSER_ERRNO_LINE": 2, + "short": 3, + "http_cb": 3, + "on_message_begin": 1, + "http_data_cb": 4, + "on_url": 1, + "on_header_field": 1, + "on_header_value": 1, + "on_body": 1, + "on_message_complete": 1, + "off": 5, + "*http_method_str": 1, + "*http_errno_name": 1, + "*http_errno_description": 1, + "strncasecmp": 2, + "_strnicmp": 1, + "REF_TABLE_SIZE": 1, + "BUFFER_BLOCK": 5, + "BUFFER_SPAN": 9, + "MKD_LI_END": 1, + "gperf_case_strncmp": 1, + "s1": 2, + "s2": 2, + "GPERF_DOWNCASE": 1, + "GPERF_CASE_STRNCMP": 1, + "link_ref": 2, + "*link": 1, + "*title": 1, + "sd_markdown": 6, + "tag": 1, + "tag_len": 3, + "w": 6, + "is_empty": 4, + "htmlblock_end": 3, + "*curtag": 2, + "*rndr": 4, + "start_of_line": 2, + "tag_size": 3, + "curtag": 8, + "end_tag": 4, + "block_lines": 3, + "htmlblock_end_tag": 1, + "rndr": 25, + "parse_htmlblock": 1, + "*ob": 3, + "do_render": 4, + "tag_end": 7, + "work": 4, + "find_block_tag": 1, + "work.size": 5, + "cb.blockhtml": 6, + "ob": 8, + "opaque": 8, + "parse_table_row": 1, + "columns": 3, + "*col_data": 1, + "header_flag": 3, + "col": 9, + "*row_work": 1, + "cb.table_cell": 3, + "cb.table_row": 2, + "row_work": 4, + "rndr_newbuf": 2, + "cell_start": 5, + "cell_end": 6, + "*cell_work": 1, + "cell_work": 3, + "_isspace": 3, + "parse_inline": 1, + "col_data": 2, + "rndr_popbuf": 2, + "empty_cell": 2, + "parse_table_header": 1, + "*columns": 2, + "**column_data": 1, + "pipes": 23, + "header_end": 7, + "under_end": 1, + "*column_data": 1, + "calloc": 1, + "beg": 10, + "doc_size": 6, + "document": 9, + "UTF8_BOM": 1, + "is_ref": 1, + "md": 18, + "refs": 2, + "expand_tabs": 1, + "text": 22, + "bufputc": 2, + "bufgrow": 1, + "MARKDOWN_GROW": 1, + "cb.doc_header": 2, + "parse_block": 1, + "cb.doc_footer": 2, + "bufrelease": 3, + "free_link_refs": 1, + "work_bufs": 8, + ".size": 2, + "sd_markdown_free": 1, + "*md": 1, + ".asize": 2, + ".item": 2, + "stack_free": 2, + "sd_version": 1, + "*ver_major": 2, + "*ver_minor": 2, + "*ver_revision": 2, + "SUNDOWN_VER_MAJOR": 1, + "SUNDOWN_VER_MINOR": 1, + "SUNDOWN_VER_REVISION": 1, + "": 2, + "": 2, + "": 1, + "": 1, + "": 2, + "__APPLE__": 2, + "TARGET_OS_IPHONE": 1, + "**environ": 1, + "uv__chld": 2, + "EV_P_": 1, + "ev_child*": 1, + "watcher": 4, + "revents": 2, + "rstatus": 1, + "exit_status": 3, + "term_signal": 3, + "uv_process_t": 1, + "*process": 1, + "process": 19, + "child_watcher": 5, + "EV_CHILD": 1, + "ev_child_stop": 2, + "EV_A_": 1, + "WIFEXITED": 1, + "WEXITSTATUS": 2, + "WIFSIGNALED": 2, + "WTERMSIG": 2, + "exit_cb": 3, + "uv__make_socketpair": 2, + "fds": 20, + "SOCK_NONBLOCK": 2, + "fl": 8, + "SOCK_CLOEXEC": 1, + "UV__F_NONBLOCK": 5, + "socketpair": 2, + "AF_UNIX": 2, + "SOCK_STREAM": 2, + "uv__cloexec": 4, + "uv__nonblock": 5, + "uv__make_pipe": 2, + "__linux__": 3, + "UV__O_CLOEXEC": 1, + "UV__O_NONBLOCK": 1, + "uv__pipe2": 1, + "ENOSYS": 1, + "pipe": 1, + "uv__process_init_stdio": 2, + "uv_stdio_container_t*": 4, + "container": 17, + "writable": 8, + "UV_IGNORE": 2, + "UV_CREATE_PIPE": 4, + "UV_INHERIT_FD": 3, + "UV_INHERIT_STREAM": 2, + "data.stream": 7, + "UV_NAMED_PIPE": 2, + "data.fd": 1, + "uv__process_stdio_flags": 2, + "uv_pipe_t*": 1, + "ipc": 1, + "UV_STREAM_READABLE": 2, + "UV_STREAM_WRITABLE": 2, + "uv__process_open_stream": 2, + "child_fd": 3, + "close": 13, + "uv__stream_open": 1, + "uv_stream_t*": 2, + "uv__process_close_stream": 2, + "uv__stream_close": 1, + "uv__process_child_init": 2, + "uv_process_options_t": 2, + "options": 17, + "stdio_count": 7, + "int*": 2, + "options.flags": 4, + "UV_PROCESS_DETACHED": 2, + "setsid": 2, + "close_fd": 2, + "use_fd": 7, + "open": 4, + "O_RDONLY": 1, + "O_RDWR": 2, + "perror": 5, + "_exit": 6, + "dup2": 4, + "options.cwd": 2, + "UV_PROCESS_SETGID": 2, + "setgid": 1, + "options.gid": 1, + "UV_PROCESS_SETUID": 2, + "setuid": 1, + "options.uid": 1, + "environ": 4, + "options.env": 1, + "execvp": 1, + "options.file": 2, + "options.args": 1, + "SPAWN_WAIT_EXEC": 5, + "uv_spawn": 1, + "uv_loop_t*": 1, + "loop": 7, + "uv_process_t*": 3, + "char**": 1, + "save_our_env": 3, + "options.stdio_count": 4, + "malloc": 2, + "signal_pipe": 7, + "pollfd": 1, + "pfd": 2, + "pid_t": 2, + "pid": 13, + "UV_PROCESS_WINDOWS_VERBATIM_ARGUMENTS": 1, + "uv__handle_init": 1, + "uv_handle_t*": 1, + "UV_PROCESS": 1, + "counters.process_init": 1, + "uv__handle_start": 1, + "options.exit_cb": 1, + "options.stdio": 3, + "fork": 2, + "pfd.fd": 1, + "pfd.events": 1, + "POLLIN": 1, + "POLLHUP": 1, + "pfd.revents": 1, + "poll": 1, + "EINTR": 1, + "ev_child_init": 1, + "ev_child_start": 1, + "ev": 2, + "child_watcher.data": 1, + "uv__set_sys_error": 2, + "uv_process_kill": 1, + "signum": 4, + "kill": 4, + "uv_err_t": 1, + "uv_kill": 1, + "uv__new_sys_error": 1, + "uv_ok_": 1, + "uv__process_close": 1, + "handle": 10, + "uv__handle_stop": 1, + "VALUE": 13, + "rb_cRDiscount": 4, + "rb_rdiscount_to_html": 2, + "self": 6, + "*res": 2, + "szres": 8, + "encoding": 8, + "rb_funcall": 14, + "rb_intern": 15, + "rb_str_buf_new": 2, + "Check_Type": 2, + "T_STRING": 2, + "rb_rdiscount__get_flags": 3, + "MMIOT": 2, + "*doc": 2, + "mkd_string": 2, + "RSTRING_PTR": 2, + "RSTRING_LEN": 2, + "mkd_compile": 2, + "doc": 6, + "mkd_document": 1, + "res": 4, + "rb_str_cat": 4, + "mkd_cleanup": 2, + "rb_respond_to": 1, + "rb_rdiscount_toc_content": 2, + "mkd_toc": 1, + "ruby_obj": 11, + "MKD_TABSTOP": 1, + "MKD_NOHEADER": 1, + "Qtrue": 10, + "MKD_NOPANTS": 1, + "MKD_NOHTML": 1, + "MKD_TOC": 1, + "MKD_NOIMAGE": 1, + "MKD_NOLINKS": 1, + "MKD_NOTABLES": 1, + "MKD_STRICT": 1, + "MKD_AUTOLINK": 1, + "MKD_SAFELINK": 1, + "MKD_NO_EXT": 1, + "Init_rdiscount": 1, + "rb_define_class": 1, + "rb_cObject": 1, + "rb_define_method": 2, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 2, + "": 1, + "": 1, + "": 1, + "": 1, + "sharedObjectsStruct": 1, + "shared": 1, + "double": 7, + "R_Zero": 2, + "R_PosInf": 2, + "R_NegInf": 2, + "R_Nan": 2, + "redisServer": 1, + "server": 1, + "redisCommand": 6, + "*commandTable": 1, + "redisCommandTable": 5, + "getCommand": 1, + "setCommand": 1, + "noPreloadGetKeys": 6, + "setnxCommand": 1, + "setexCommand": 1, + "psetexCommand": 1, + "appendCommand": 1, + "strlenCommand": 1, + "delCommand": 1, + "existsCommand": 1, + "setbitCommand": 1, + "getbitCommand": 1, + "setrangeCommand": 1, + "getrangeCommand": 2, + "incrCommand": 1, + "decrCommand": 1, + "mgetCommand": 1, + "rpushCommand": 1, + "lpushCommand": 1, + "rpushxCommand": 1, + "lpushxCommand": 1, + "linsertCommand": 1, + "rpopCommand": 1, + "lpopCommand": 1, + "brpopCommand": 1, + "brpoplpushCommand": 1, + "blpopCommand": 1, + "llenCommand": 1, + "lindexCommand": 1, + "lsetCommand": 1, + "lrangeCommand": 1, + "ltrimCommand": 1, + "lremCommand": 1, + "rpoplpushCommand": 1, + "saddCommand": 1, + "sremCommand": 1, + "smoveCommand": 1, + "sismemberCommand": 1, + "scardCommand": 1, + "spopCommand": 1, + "srandmemberCommand": 1, + "sinterCommand": 2, + "sinterstoreCommand": 1, + "sunionCommand": 1, + "sunionstoreCommand": 1, + "sdiffCommand": 1, + "sdiffstoreCommand": 1, + "zaddCommand": 1, + "zincrbyCommand": 1, + "zremCommand": 1, + "zremrangebyscoreCommand": 1, + "zremrangebyrankCommand": 1, + "zunionstoreCommand": 1, + "zunionInterGetKeys": 4, + "zinterstoreCommand": 1, + "zrangeCommand": 1, + "zrangebyscoreCommand": 1, + "zrevrangebyscoreCommand": 1, + "zcountCommand": 1, + "zrevrangeCommand": 1, + "zcardCommand": 1, + "zscoreCommand": 1, + "zrankCommand": 1, + "zrevrankCommand": 1, + "hsetCommand": 1, + "hsetnxCommand": 1, + "hgetCommand": 1, + "hmsetCommand": 1, + "hmgetCommand": 1, + "hincrbyCommand": 1, + "hincrbyfloatCommand": 1, + "hdelCommand": 1, + "hlenCommand": 1, + "hkeysCommand": 1, + "hvalsCommand": 1, + "hgetallCommand": 1, + "hexistsCommand": 1, + "incrbyCommand": 1, + "decrbyCommand": 1, + "incrbyfloatCommand": 1, + "getsetCommand": 1, + "msetCommand": 1, + "msetnxCommand": 1, + "randomkeyCommand": 1, + "selectCommand": 1, + "moveCommand": 1, + "renameCommand": 1, + "renameGetKeys": 2, + "renamenxCommand": 1, + "expireCommand": 1, + "expireatCommand": 1, + "pexpireCommand": 1, + "pexpireatCommand": 1, + "keysCommand": 1, + "dbsizeCommand": 1, + "authCommand": 3, + "pingCommand": 2, + "echoCommand": 2, + "saveCommand": 1, + "bgsaveCommand": 1, + "bgrewriteaofCommand": 1, + "shutdownCommand": 2, + "lastsaveCommand": 1, + "typeCommand": 1, + "multiCommand": 2, + "execCommand": 2, + "discardCommand": 2, + "syncCommand": 1, + "flushdbCommand": 1, + "flushallCommand": 1, + "sortCommand": 1, + "infoCommand": 4, + "monitorCommand": 2, + "ttlCommand": 1, + "pttlCommand": 1, + "persistCommand": 1, + "slaveofCommand": 2, + "debugCommand": 1, + "configCommand": 1, + "subscribeCommand": 2, + "unsubscribeCommand": 2, + "psubscribeCommand": 2, + "punsubscribeCommand": 2, + "publishCommand": 1, + "watchCommand": 2, + "unwatchCommand": 1, + "clusterCommand": 1, + "restoreCommand": 1, + "migrateCommand": 1, + "askingCommand": 1, + "dumpCommand": 1, + "objectCommand": 1, + "clientCommand": 1, + "evalCommand": 1, + "evalShaCommand": 1, + "slowlogCommand": 1, + "scriptCommand": 2, + "timeCommand": 2, + "bitopCommand": 1, + "bitcountCommand": 1, + "redisLogRaw": 3, + "level": 11, + "syslogLevelMap": 2, + "LOG_DEBUG": 1, + "LOG_INFO": 1, + "LOG_NOTICE": 1, + "LOG_WARNING": 1, + "FILE": 3, + "*fp": 3, + "rawmode": 2, + "REDIS_LOG_RAW": 2, + "xff": 3, + "server.verbosity": 4, + "fp": 13, + "server.logfile": 8, + "fopen": 3, + "msg": 10, + "timeval": 4, + "tv": 8, + "gettimeofday": 4, + "strftime": 1, + "localtime": 1, + "tv.tv_sec": 4, + "snprintf": 2, + "tv.tv_usec/1000": 1, + "getpid": 7, + "server.syslog_enabled": 3, + "syslog": 1, + "redisLog": 33, + "...": 1, + "va_list": 1, + "ap": 4, + "REDIS_MAX_LOGMSG_LEN": 1, + "va_start": 1, + "vsnprintf": 1, + "va_end": 1, + "redisLogFromHandler": 2, + "server.daemonize": 5, + "O_APPEND": 2, + "O_CREAT": 2, + "O_WRONLY": 2, + "STDOUT_FILENO": 2, + "ll2string": 3, + "write": 7, + "time": 10, + "oom": 3, + "REDIS_WARNING": 19, + "sleep": 1, + "abort": 1, + "ustime": 7, + "ust": 4, + "*1000000": 1, + "tv.tv_usec": 3, + "mstime": 5, + "/1000": 1, + "exitFromChild": 1, + "retcode": 3, + "COVERAGE_TEST": 1, + "dictVanillaFree": 1, + "*privdata": 8, + "*val": 4, + "DICT_NOTUSED": 6, + "privdata": 8, + "zfree": 2, + "dictListDestructor": 2, + "listRelease": 1, + "list*": 1, + "dictSdsKeyCompare": 6, + "*key1": 4, + "*key2": 4, + "l1": 4, + "l2": 3, + "sdslen": 14, + "sds": 13, + "key1": 5, + "key2": 5, + "dictSdsKeyCaseCompare": 2, + "strcasecmp": 13, + "dictRedisObjectDestructor": 7, + "decrRefCount": 6, + "dictSdsDestructor": 4, + "sdsfree": 2, + "dictObjKeyCompare": 2, + "robj": 7, + "*o1": 2, + "*o2": 2, + "o1": 7, + "ptr": 18, + "o2": 7, + "dictObjHash": 2, + "key": 9, + "dictGenHashFunction": 5, + "dictSdsHash": 4, + "char*": 7, + "dictSdsCaseHash": 2, + "dictGenCaseHashFunction": 1, + "dictEncObjKeyCompare": 4, + "robj*": 3, + "REDIS_ENCODING_INT": 4, + "getDecodedObject": 3, + "dictEncObjHash": 4, + "REDIS_ENCODING_RAW": 1, + "dictType": 8, + "setDictType": 1, + "zsetDictType": 1, + "dbDictType": 2, + "keyptrDictType": 2, + "commandTableDictType": 2, + "hashDictType": 1, + "keylistDictType": 4, + "clusterNodesDictType": 1, + "htNeedsResize": 3, + "dict": 11, + "*dict": 2, + "used": 7, + "dictSlots": 3, + "dictSize": 10, + "DICT_HT_INITIAL_SIZE": 2, + "used*100/size": 1, + "REDIS_HT_MINFILL": 1, + "tryResizeHashTables": 2, + "server.dbnum": 8, + "server.db": 23, + ".dict": 9, + "dictResize": 2, + ".expires": 8, + "incrementallyRehash": 2, + "dictIsRehashing": 2, + "dictRehashMilliseconds": 2, + "updateDictResizePolicy": 2, + "server.rdb_child_pid": 12, + "server.aof_child_pid": 10, + "dictEnableResize": 1, + "dictDisableResize": 1, + "activeExpireCycle": 2, + "iteration": 3, + "start": 6, + "timelimit": 5, + "*REDIS_EXPIRELOOKUPS_TIME_PERC/REDIS_HZ/100": 1, + "expired": 4, + "redisDb": 3, + "expires": 3, + "slots": 2, + "now": 5, + "num*100/slots": 1, + "REDIS_EXPIRELOOKUPS_PER_CRON": 2, + "dictEntry": 2, + "*de": 2, + "de": 12, + "dictGetRandomKey": 4, + "dictGetSignedIntegerVal": 1, + "dictGetKey": 4, + "*keyobj": 2, + "createStringObject": 11, + "propagateExpire": 2, + "keyobj": 6, + "dbDelete": 2, + "server.stat_expiredkeys": 3, + "xf": 1, + "REDIS_EXPIRELOOKUPS_PER_CRON/4": 1, + "updateLRUClock": 3, + "server.lruclock": 2, + "server.unixtime/REDIS_LRU_CLOCK_RESOLUTION": 1, + "REDIS_LRU_CLOCK_MAX": 1, + "trackOperationsPerSecond": 2, + "server.ops_sec_last_sample_time": 3, + "ops": 1, + "server.stat_numcommands": 4, + "server.ops_sec_last_sample_ops": 3, + "ops_sec": 3, + "ops*1000/t": 1, + "server.ops_sec_samples": 4, + "server.ops_sec_idx": 4, + "%": 2, + "getOperationsPerSecond": 2, + "sum": 3, + "REDIS_OPS_SEC_SAMPLES": 2, + "clientsCronHandleTimeout": 2, + "redisClient": 12, + "time_t": 4, + "server.unixtime": 10, + "server.maxidletime": 3, + "REDIS_SLAVE": 3, + "REDIS_MASTER": 2, + "REDIS_BLOCKED": 2, + "pubsub_channels": 2, + "listLength": 14, + "pubsub_patterns": 2, + "lastinteraction": 3, + "REDIS_VERBOSE": 3, + "freeClient": 1, + "bpop.timeout": 2, + "addReply": 13, + "shared.nullmultibulk": 2, + "unblockClientWaitingData": 1, + "clientsCronResizeQueryBuffer": 2, + "querybuf_size": 3, + "sdsAllocSize": 1, + "querybuf": 6, + "idletime": 2, + "REDIS_MBULK_BIG_ARG": 1, + "querybuf_size/": 1, + "querybuf_peak": 2, + "sdsavail": 1, + "sdsRemoveFreeSpace": 1, + "clientsCron": 2, + "numclients": 3, + "server.clients": 7, + "iterations": 4, + "numclients/": 1, + "REDIS_HZ*10": 1, + "listNode": 4, + "*head": 1, + "listRotate": 1, + "head": 2, + "listFirst": 2, + "listNodeValue": 3, + "run_with_period": 6, + "_ms_": 1, + "loops": 2, + "serverCron": 2, + "aeEventLoop": 2, + "*eventLoop": 2, + "*clientData": 1, + "server.cronloops": 3, + "REDIS_NOTUSED": 5, + "eventLoop": 2, + "clientData": 1, + "server.watchdog_period": 3, + "watchdogScheduleSignal": 1, + "zmalloc_used_memory": 8, + "server.stat_peak_memory": 5, + "server.shutdown_asap": 3, + "prepareForShutdown": 2, + "REDIS_OK": 23, + "vkeys": 8, + "server.activerehashing": 2, + "server.slaves": 9, + "server.aof_rewrite_scheduled": 4, + "rewriteAppendOnlyFileBackground": 2, + "statloc": 5, + "wait3": 1, + "WNOHANG": 1, + "exitcode": 3, + "bysignal": 4, + "backgroundSaveDoneHandler": 1, + "backgroundRewriteDoneHandler": 1, + "server.saveparamslen": 3, + "saveparam": 1, + "*sp": 1, + "server.saveparams": 2, + "server.dirty": 3, + "sp": 4, + "changes": 2, + "server.lastsave": 3, + "seconds": 2, + "REDIS_NOTICE": 13, + "rdbSaveBackground": 1, + "server.rdb_filename": 4, + "server.aof_rewrite_perc": 3, + "server.aof_current_size": 2, + "server.aof_rewrite_min_size": 2, + "base": 1, + "server.aof_rewrite_base_size": 4, + "growth": 3, + "server.aof_current_size*100/base": 1, + "server.aof_flush_postponed_start": 2, + "flushAppendOnlyFile": 2, + "server.masterhost": 7, + "freeClientsInAsyncFreeQueue": 1, + "replicationCron": 1, + "server.cluster_enabled": 6, + "clusterCron": 1, + "/REDIS_HZ": 1, + "beforeSleep": 2, + "*ln": 3, + "server.unblocked_clients": 4, + "ln": 8, + "redisAssert": 1, + "listDelNode": 1, + "REDIS_UNBLOCKED": 1, + "server.current_client": 3, + "processInputBuffer": 1, + "createSharedObjects": 2, + "shared.crlf": 2, + "createObject": 31, + "REDIS_STRING": 31, + "sdsnew": 27, + "shared.ok": 3, + "shared.err": 1, + "shared.emptybulk": 1, + "shared.czero": 1, + "shared.cone": 1, + "shared.cnegone": 1, + "shared.nullbulk": 1, + "shared.emptymultibulk": 1, + "shared.pong": 2, + "shared.queued": 2, + "shared.wrongtypeerr": 1, + "shared.nokeyerr": 1, + "shared.syntaxerr": 2, + "shared.sameobjecterr": 1, + "shared.outofrangeerr": 1, + "shared.noscripterr": 1, + "shared.loadingerr": 2, + "shared.slowscripterr": 2, + "shared.masterdownerr": 2, + "shared.bgsaveerr": 2, + "shared.roslaveerr": 2, + "shared.oomerr": 2, + "shared.space": 1, + "shared.colon": 1, + "shared.plus": 1, + "REDIS_SHARED_SELECT_CMDS": 1, + "shared.select": 1, + "sdscatprintf": 24, + "sdsempty": 8, + "shared.messagebulk": 1, + "shared.pmessagebulk": 1, + "shared.subscribebulk": 1, + "shared.unsubscribebulk": 1, + "shared.psubscribebulk": 1, + "shared.punsubscribebulk": 1, + "shared.del": 1, + "shared.rpop": 1, + "shared.lpop": 1, + "REDIS_SHARED_INTEGERS": 1, + "shared.integers": 2, + "void*": 1, + "REDIS_SHARED_BULKHDR_LEN": 1, + "shared.mbulkhdr": 1, + "shared.bulkhdr": 1, + "initServerConfig": 2, + "getRandomHexChars": 1, + "server.runid": 3, + "REDIS_RUN_ID_SIZE": 2, + "server.arch_bits": 3, + "server.port": 7, + "REDIS_SERVERPORT": 1, + "server.bindaddr": 2, + "server.unixsocket": 7, + "server.unixsocketperm": 2, + "server.ipfd": 9, + "server.sofd": 9, + "REDIS_DEFAULT_DBNUM": 1, + "REDIS_MAXIDLETIME": 1, + "server.client_max_querybuf_len": 1, + "REDIS_MAX_QUERYBUF_LEN": 1, + "server.loading": 4, + "server.syslog_ident": 2, + "zstrdup": 5, + "server.syslog_facility": 2, + "LOG_LOCAL0": 1, + "server.aof_state": 7, + "REDIS_AOF_OFF": 5, + "server.aof_fsync": 1, + "AOF_FSYNC_EVERYSEC": 1, + "server.aof_no_fsync_on_rewrite": 1, + "REDIS_AOF_REWRITE_PERC": 1, + "REDIS_AOF_REWRITE_MIN_SIZE": 1, + "server.aof_last_fsync": 1, + "server.aof_rewrite_time_last": 2, + "server.aof_rewrite_time_start": 2, + "server.aof_delayed_fsync": 2, + "server.aof_fd": 4, + "server.aof_selected_db": 1, + "server.pidfile": 3, + "server.aof_filename": 3, + "server.requirepass": 4, + "server.rdb_compression": 1, + "server.rdb_checksum": 1, + "server.maxclients": 6, + "REDIS_MAX_CLIENTS": 1, + "server.bpop_blocked_clients": 2, + "server.maxmemory": 6, + "server.maxmemory_policy": 11, + "REDIS_MAXMEMORY_VOLATILE_LRU": 3, + "server.maxmemory_samples": 3, + "server.hash_max_ziplist_entries": 1, + "REDIS_HASH_MAX_ZIPLIST_ENTRIES": 1, + "server.hash_max_ziplist_value": 1, + "REDIS_HASH_MAX_ZIPLIST_VALUE": 1, + "server.list_max_ziplist_entries": 1, + "REDIS_LIST_MAX_ZIPLIST_ENTRIES": 1, + "server.list_max_ziplist_value": 1, + "REDIS_LIST_MAX_ZIPLIST_VALUE": 1, + "server.set_max_intset_entries": 1, + "REDIS_SET_MAX_INTSET_ENTRIES": 1, + "server.zset_max_ziplist_entries": 1, + "REDIS_ZSET_MAX_ZIPLIST_ENTRIES": 1, + "server.zset_max_ziplist_value": 1, + "REDIS_ZSET_MAX_ZIPLIST_VALUE": 1, + "server.repl_ping_slave_period": 1, + "REDIS_REPL_PING_SLAVE_PERIOD": 1, + "server.repl_timeout": 1, + "REDIS_REPL_TIMEOUT": 1, + "server.cluster.configfile": 1, + "server.lua_caller": 1, + "server.lua_time_limit": 1, + "REDIS_LUA_TIME_LIMIT": 1, + "server.lua_client": 1, + "server.lua_timedout": 2, + "resetServerSaveParams": 2, + "appendServerSaveParams": 3, + "*60": 1, + "server.masterauth": 1, + "server.masterport": 2, + "server.master": 3, + "server.repl_state": 6, + "REDIS_REPL_NONE": 1, + "server.repl_syncio_timeout": 1, + "REDIS_REPL_SYNCIO_TIMEOUT": 1, + "server.repl_serve_stale_data": 2, + "server.repl_slave_ro": 2, + "server.repl_down_since": 2, + "server.client_obuf_limits": 9, + "REDIS_CLIENT_LIMIT_CLASS_NORMAL": 3, + ".hard_limit_bytes": 3, + ".soft_limit_bytes": 3, + ".soft_limit_seconds": 3, + "REDIS_CLIENT_LIMIT_CLASS_SLAVE": 3, + "*1024*256": 1, + "*1024*64": 1, + "REDIS_CLIENT_LIMIT_CLASS_PUBSUB": 3, + "*1024*32": 1, + "*1024*8": 1, + ".0": 1, + ".0/R_Zero": 2, + "R_Zero/R_Zero": 1, + "server.commands": 1, + "dictCreate": 6, + "populateCommandTable": 2, + "server.delCommand": 1, + "lookupCommandByCString": 3, + "server.multiCommand": 1, + "server.lpushCommand": 1, + "server.slowlog_log_slower_than": 1, + "REDIS_SLOWLOG_LOG_SLOWER_THAN": 1, + "server.slowlog_max_len": 1, + "REDIS_SLOWLOG_MAX_LEN": 1, + "server.assert_failed": 1, + "server.assert_file": 1, + "server.assert_line": 1, + "server.bug_report_start": 1, + "adjustOpenFilesLimit": 2, + "rlim_t": 3, + "maxfiles": 6, + "rlimit": 1, + "limit": 3, + "getrlimit": 1, + "RLIMIT_NOFILE": 2, + "oldlimit": 5, + "limit.rlim_cur": 2, + "limit.rlim_max": 1, + "setrlimit": 1, + "initServer": 2, + "signal": 2, + "SIGHUP": 1, + "SIG_IGN": 2, + "SIGPIPE": 1, + "setupSignalHandlers": 2, + "openlog": 1, + "LOG_PID": 1, + "LOG_NDELAY": 1, + "LOG_NOWAIT": 1, + "listCreate": 6, + "server.clients_to_close": 1, + "server.monitors": 2, + "server.el": 7, + "aeCreateEventLoop": 1, + "zmalloc": 2, + "*server.dbnum": 1, + "anetTcpServer": 1, + "server.neterr": 4, + "ANET_ERR": 2, + "unlink": 3, + "anetUnixServer": 1, + ".blocking_keys": 1, + ".watched_keys": 1, + ".id": 1, + "server.pubsub_channels": 2, + "server.pubsub_patterns": 4, + "listSetFreeMethod": 1, + "freePubsubPattern": 1, + "listSetMatchMethod": 1, + "listMatchPubsubPattern": 1, + "aofRewriteBufferReset": 1, + "server.aof_buf": 3, + "server.rdb_save_time_last": 2, + "server.rdb_save_time_start": 2, + "server.stat_numconnections": 2, + "server.stat_evictedkeys": 3, + "server.stat_starttime": 2, + "server.stat_keyspace_misses": 2, + "server.stat_keyspace_hits": 2, + "server.stat_fork_time": 2, + "server.stat_rejected_conn": 2, + "server.lastbgsave_status": 3, + "server.stop_writes_on_bgsave_err": 2, + "aeCreateTimeEvent": 1, + "aeCreateFileEvent": 2, + "AE_READABLE": 2, + "acceptTcpHandler": 1, + "AE_ERR": 2, + "acceptUnixHandler": 1, + "REDIS_AOF_ON": 2, + "LL*": 1, + "REDIS_MAXMEMORY_NO_EVICTION": 2, + "clusterInit": 1, + "scriptingInit": 1, + "slowlogInit": 1, + "bioInit": 1, + "numcommands": 5, + "sflags": 1, + "retval": 3, + "arity": 3, + "addReplyErrorFormat": 1, + "authenticated": 3, + "proc": 14, + "addReplyError": 6, + "getkeys_proc": 1, + "firstkey": 1, + "hashslot": 3, + "server.cluster.state": 1, + "REDIS_CLUSTER_OK": 1, + "ask": 3, + "clusterNode": 1, + "*n": 1, + "getNodeByQuery": 1, + "server.cluster.myself": 1, + "addReplySds": 3, + "ip": 4, + "freeMemoryIfNeeded": 2, + "REDIS_CMD_DENYOOM": 1, + "REDIS_ERR": 5, + "REDIS_CMD_WRITE": 2, + "REDIS_REPL_CONNECTED": 3, + "tolower": 2, + "REDIS_MULTI": 1, + "queueMultiCommand": 1, + "call": 1, + "REDIS_CALL_FULL": 1, + "save": 2, + "REDIS_SHUTDOWN_SAVE": 1, + "nosave": 2, + "REDIS_SHUTDOWN_NOSAVE": 1, + "SIGKILL": 2, + "rdbRemoveTempFile": 1, + "aof_fsync": 1, + "rdbSave": 1, + "addReplyBulk": 1, + "addReplyMultiBulkLen": 1, + "addReplyBulkLongLong": 2, + "bytesToHuman": 3, + "*s": 1, + "sprintf": 4, + "n/": 3, + "LL*1024*1024": 2, + "LL*1024*1024*1024": 1, + "genRedisInfoString": 2, + "*section": 2, + "info": 63, + "uptime": 2, + "rusage": 1, + "self_ru": 2, + "c_ru": 2, + "lol": 3, + "bib": 3, + "allsections": 12, + "defsections": 11, + "sections": 11, + "section": 14, + "getrusage": 2, + "RUSAGE_SELF": 1, + "RUSAGE_CHILDREN": 1, + "getClientsMaxBuffers": 1, + "utsname": 1, + "sdscat": 14, + "uname": 1, + "REDIS_VERSION": 4, + "redisGitSHA1": 3, + "strtol": 2, + "redisGitDirty": 3, + "name.sysname": 1, + "name.release": 1, + "name.machine": 1, + "aeGetApiName": 1, + "__GNUC__": 2, + "__GNUC_MINOR__": 1, + "__GNUC_PATCHLEVEL__": 1, + "uptime/": 1, + "*24": 1, + "hmem": 3, + "peak_hmem": 3, + "zmalloc_get_rss": 1, + "lua_gc": 1, + "server.lua": 1, + "LUA_GCCOUNT": 1, + "*1024LL": 1, + "zmalloc_get_fragmentation_ratio": 1, + "ZMALLOC_LIB": 2, + "aofRewriteBufferSize": 2, + "bioPendingJobsOfType": 1, + "REDIS_BIO_AOF_FSYNC": 1, + "perc": 3, + "eta": 4, + "elapsed": 3, + "off_t": 1, + "remaining_bytes": 1, + "server.loading_total_bytes": 3, + "server.loading_loaded_bytes": 3, + "server.loading_start_time": 2, + "elapsed*remaining_bytes": 1, + "/server.loading_loaded_bytes": 1, + "REDIS_REPL_TRANSFER": 2, + "server.repl_transfer_left": 1, + "server.repl_transfer_lastio": 1, + "slaveid": 3, + "listIter": 2, + "li": 6, + "listRewind": 2, + "listNext": 2, + "*slave": 2, + "*state": 1, + "anetPeerToString": 1, + "slave": 3, + "replstate": 1, + "REDIS_REPL_WAIT_BGSAVE_START": 1, + "REDIS_REPL_WAIT_BGSAVE_END": 1, + "REDIS_REPL_SEND_BULK": 1, + "REDIS_REPL_ONLINE": 1, + "float": 11, + "self_ru.ru_stime.tv_sec": 1, + "self_ru.ru_stime.tv_usec/1000000": 1, + "self_ru.ru_utime.tv_sec": 1, + "self_ru.ru_utime.tv_usec/1000000": 1, + "c_ru.ru_stime.tv_sec": 1, + "c_ru.ru_stime.tv_usec/1000000": 1, + "c_ru.ru_utime.tv_sec": 1, + "c_ru.ru_utime.tv_usec/1000000": 1, + "calls": 4, + "microseconds": 1, + "microseconds/c": 1, + "keys": 4, + "REDIS_MONITOR": 1, + "slaveseldb": 1, + "listAddNodeTail": 1, + "mem_used": 9, + "mem_tofree": 3, + "mem_freed": 4, + "slaves": 3, + "obuf_bytes": 3, + "getClientOutputBufferMemoryUsage": 1, + "k": 7, + "keys_freed": 3, + "bestval": 5, + "bestkey": 9, + "REDIS_MAXMEMORY_ALLKEYS_LRU": 2, + "REDIS_MAXMEMORY_ALLKEYS_RANDOM": 2, + "REDIS_MAXMEMORY_VOLATILE_RANDOM": 1, + "thiskey": 7, + "thisval": 8, + "dictFind": 1, + "dictGetVal": 2, + "estimateObjectIdleTime": 1, + "REDIS_MAXMEMORY_VOLATILE_TTL": 1, + "flushSlavesOutputBuffers": 1, + "linuxOvercommitMemoryValue": 2, + "fgets": 1, + "atoi": 3, + "linuxOvercommitMemoryWarning": 2, + "createPidFile": 2, + "daemonize": 2, + "STDIN_FILENO": 1, + "STDERR_FILENO": 2, + "version": 2, + "usage": 2, + "redisAsciiArt": 2, + "*16": 2, + "ascii_logo": 1, + "sigtermHandler": 2, + "sig": 2, + "sigaction": 6, + "act": 6, + "sigemptyset": 2, + "act.sa_mask": 2, + "act.sa_flags": 2, + "act.sa_handler": 1, + "SIGTERM": 1, + "HAVE_BACKTRACE": 1, + "SA_NODEFER": 1, + "SA_RESETHAND": 1, + "SA_SIGINFO": 1, + "act.sa_sigaction": 1, + "sigsegvHandler": 1, + "SIGSEGV": 1, + "SIGBUS": 1, + "SIGFPE": 1, + "SIGILL": 1, + "memtest": 2, + "megabytes": 1, + "passes": 1, + "zmalloc_enable_thread_safeness": 1, + "srand": 1, + "dictSetHashFunctionSeed": 1, + "*configfile": 1, + "configfile": 2, + "sdscatrepr": 1, + "loadServerConfig": 1, + "loadAppendOnlyFile": 1, + "/1000000": 2, + "rdbLoad": 1, + "aeSetBeforeSleepProc": 1, + "aeMain": 1, + "aeDeleteEventLoop": 1, + "yajl_status_to_string": 1, + "yajl_status": 4, + "statStr": 6, + "yajl_status_ok": 1, + "yajl_status_client_canceled": 1, + "yajl_status_insufficient_data": 1, + "yajl_status_error": 1, + "yajl_handle": 10, + "yajl_alloc": 1, + "yajl_callbacks": 1, + "callbacks": 3, + "yajl_parser_config": 1, + "config": 4, + "yajl_alloc_funcs": 3, + "afs": 8, + "allowComments": 4, + "validateUTF8": 3, + "hand": 28, + "afsBuffer": 3, + "realloc": 1, + "yajl_set_default_alloc_funcs": 1, + "YA_MALLOC": 1, + "yajl_handle_t": 1, + "alloc": 6, + "checkUTF8": 1, + "lexer": 4, + "yajl_lex_alloc": 1, + "bytesConsumed": 2, + "decodeBuf": 2, + "yajl_buf_alloc": 1, + "yajl_bs_init": 1, + "stateStack": 3, + "yajl_bs_push": 1, + "yajl_state_start": 1, + "yajl_reset_parser": 1, + "yajl_lex_realloc": 1, + "yajl_free": 1, + "yajl_bs_free": 1, + "yajl_buf_free": 1, + "yajl_lex_free": 1, + "YA_FREE": 2, + "yajl_parse": 2, + "jsonText": 4, + "jsonTextLen": 4, + "yajl_do_parse": 1, + "yajl_parse_complete": 1, + "yajl_get_error": 1, + "verbose": 2, + "yajl_render_error_string": 1, + "yajl_get_bytes_consumed": 1, + "yajl_free_error": 1 + }, + "C++": { + "class": 19, + "Bar": 2, + "{": 283, + "protected": 4, + "char": 32, + "*name": 2, + ";": 793, + "public": 20, + "void": 58, + "hello": 2, + "(": 842, + ")": 843, + "}": 285, + "foo": 2, + "cudaArray*": 1, + "cu_array": 4, + "texture": 1, + "": 1, + "2": 1, + "cudaReadModeElementType": 1, + "tex": 4, + "//": 457, + "cudaChannelFormatDesc": 1, + "description": 2, + "cudaCreateChannelDesc": 1, + "": 1, + "cudaMallocArray": 1, + "&": 74, + "width": 5, + "height": 5, + "cudaMemcpyToArray": 1, + "image": 1, + "width*height*sizeof": 1, + "float": 2, + "cudaMemcpyHostToDevice": 1, + "tex.addressMode": 2, + "cudaAddressModeClamp": 2, + "tex.filterMode": 1, + "cudaFilterModePoint": 1, + "tex.normalized": 1, + "false": 40, + "cudaBindTextureToArray": 1, + "dim3": 2, + "blockDim": 2, + "gridDim": 2, + "+": 40, + "blockDim.x": 2, + "-": 114, + "/": 9, + "blockDim.y": 2, + "kernel": 2, + "<<": 5, + "<": 27, + "d_data": 1, + "cudaUnbindTexture": 1, + "//end": 1, + "__global__": 1, + "float*": 1, + "odata": 2, + "int": 62, + "unsigned": 16, + "x": 19, + "blockIdx.x*blockDim.x": 1, + "threadIdx.x": 1, + "y": 4, + "blockIdx.y*blockDim.y": 1, + "threadIdx.y": 1, + "if": 132, + "&&": 13, + "c": 33, + "tex2D": 1, + "y*width": 1, + "/*": 9, + "*/": 9, + "#include": 71, + "": 1, + "": 1, + "": 2, + "static": 56, + "Env": 13, + "*env_instance": 1, + "*": 13, + "NULL": 49, + "*Env": 1, + "instance": 3, + "env_instance": 3, + "new": 2, + "return": 107, + "QObject": 2, + "QCoreApplication": 1, + "parse": 3, + "const": 91, + "**envp": 1, + "**env": 1, + "**": 2, + "QString": 18, + "envvar": 2, + "name": 3, + "value": 3, + "indexOfEquals": 5, + "for": 9, + "env": 3, + "envp": 4, + "*env": 1, + "(*": 3, + "*)": 3, + "envvar.indexOf": 1, + "continue": 2, + "envvar.left": 1, + "envvar.mid": 1, + "m_map.insert": 1, + "QVariantMap": 3, + "asVariantMap": 2, + "m_map": 2, + "#ifndef": 5, + "ENV_H": 2, + "#define": 5, + "": 1, + "Q_OBJECT": 1, + "*instance": 1, + "private": 8, + "#endif": 12, + "": 1, + "using": 1, + "namespace": 10, + "std": 18, + "main": 2, + "cout": 1, + "endl": 1, + "": 1, + "": 1, + "": 1, + "EC_KEY_regenerate_key": 1, + "EC_KEY": 2, + "*eckey": 2, + "BIGNUM": 9, + "*priv_key": 1, + "ok": 3, + "BN_CTX": 2, + "*ctx": 2, + "EC_POINT": 4, + "*pub_key": 1, + "eckey": 7, + "EC_GROUP": 2, + "*group": 2, + "EC_KEY_get0_group": 2, + "ctx": 25, + "BN_CTX_new": 2, + "goto": 23, + "err": 25, + "pub_key": 6, + "EC_POINT_new": 4, + "group": 12, + "EC_POINT_mul": 3, + "priv_key": 2, + "EC_KEY_set_private_key": 1, + "EC_KEY_set_public_key": 2, + "EC_POINT_free": 4, + "BN_CTX_free": 2, + "ECDSA_SIG_recover_key_GFp": 3, + "ECDSA_SIG": 3, + "*ecsig": 1, + "*msg": 2, + "msglen": 2, + "recid": 3, + "check": 2, + "ret": 23, + "*x": 1, + "*e": 1, + "*order": 1, + "*sor": 1, + "*eor": 1, + "*field": 1, + "*R": 1, + "*O": 1, + "*Q": 1, + "*rr": 1, + "*zero": 1, + "n": 7, + "i": 47, + "BN_CTX_start": 1, + "order": 8, + "BN_CTX_get": 8, + "EC_GROUP_get_order": 1, + "BN_copy": 1, + "BN_mul_word": 1, + "BN_add": 1, + "ecsig": 3, + "r": 9, + "field": 3, + "EC_GROUP_get_curve_GFp": 1, + "BN_cmp": 1, + "R": 6, + "EC_POINT_set_compressed_coordinates_GFp": 1, + "%": 1, + "O": 5, + "EC_POINT_is_at_infinity": 1, + "Q": 5, + "EC_GROUP_get_degree": 1, + "e": 13, + "BN_bin2bn": 3, + "msg": 1, + "*msglen": 1, + "BN_rshift": 1, + "zero": 3, + "BN_zero": 1, + "BN_mod_sub": 1, + "rr": 4, + "BN_mod_inverse": 1, + "sor": 3, + "BN_mod_mul": 2, + "s": 5, + "eor": 3, + "BN_CTX_end": 1, + "CKey": 26, + "SetCompressedPubKey": 4, + "EC_KEY_set_conv_form": 1, + "pkey": 14, + "POINT_CONVERSION_COMPRESSED": 1, + "fCompressedPubKey": 5, + "true": 31, + "Reset": 5, + "EC_KEY_new_by_curve_name": 2, + "NID_secp256k1": 2, + "throw": 4, + "key_error": 6, + "fSet": 7, + "b": 12, + "EC_KEY_dup": 1, + "b.pkey": 2, + "b.fSet": 2, + "operator": 5, + "EC_KEY_copy": 1, + "hash": 20, + "sizeof": 6, + "vchSig": 18, + "nSize": 2, + "vchSig.clear": 2, + "vchSig.resize": 2, + "bool": 89, + "SignCompact": 2, + "uint256": 10, + "vector": 14, + "": 19, + "fOk": 3, + "*sig": 2, + "ECDSA_do_sign": 1, + "char*": 7, + "sig": 11, + "nBitsR": 3, + "BN_num_bits": 2, + "nBitsS": 3, + "nRecId": 4, + "<4;>": 1, + "keyRec": 5, + "1": 2, + "GetPubKey": 5, + "this": 2, + "break": 30, + "BN_bn2bin": 2, + "/8": 2, + "ECDSA_SIG_free": 2, + "SetCompactSignature": 2, + "vchSig.size": 2, + "nV": 6, + "<27>": 1, + "ECDSA_SIG_new": 1, + "EC_KEY_free": 1, + "Verify": 2, + "ECDSA_verify": 1, + "VerifyCompact": 2, + "key": 1, + "key.SetCompactSignature": 1, + "key.GetPubKey": 1, + "IsValid": 4, + "fCompr": 3, + "CSecret": 4, + "secret": 2, + "GetSecret": 2, + "key2": 1, + "key2.SetSecret": 1, + "key2.GetPubKey": 1, + "BITCOIN_KEY_H": 2, + "": 1, + "": 1, + "": 1, + "runtime_error": 2, + "explicit": 3, + "string": 1, + "str": 2, + "CKeyID": 5, + "uint160": 8, + "in": 4, + "CScriptID": 3, + "CPubKey": 11, + "vchPubKey": 6, + "friend": 4, + "vchPubKeyIn": 2, + "a": 3, + "a.vchPubKey": 3, + "b.vchPubKey": 3, + "IMPLEMENT_SERIALIZE": 1, + "READWRITE": 1, + "GetID": 1, + "Hash160": 1, + "GetHash": 1, + "Hash": 1, + "vchPubKey.begin": 1, + "vchPubKey.end": 1, + "vchPubKey.size": 3, + "||": 8, + "IsCompressed": 2, + "Raw": 1, + "typedef": 5, + "secure_allocator": 2, + "CPrivKey": 3, + "EC_KEY*": 1, + "IsNull": 1, + "MakeNewKey": 1, + "fCompressed": 3, + "SetPrivKey": 1, + "vchPrivKey": 1, + "SetSecret": 1, + "vchSecret": 1, + "GetPrivKey": 1, + "SetPubKey": 1, + "Sign": 1, + "#ifdef": 3, + "Q_OS_LINUX": 2, + "": 1, + "#if": 4, + "QT_VERSION": 1, + "QT_VERSION_CHECK": 1, + "#error": 2, + "Something": 1, + "is": 1, + "wrong": 1, + "with": 1, + "the": 5, + "setup.": 1, + "Please": 1, + "report": 2, + "to": 3, + "mailing": 1, + "list": 1, + "argc": 2, + "char**": 2, + "argv": 2, + "google_breakpad": 1, + "ExceptionHandler": 1, + "eh": 1, + "Utils": 4, + "exceptionHandler": 2, + "qInstallMsgHandler": 1, + "messageHandler": 2, + "QApplication": 1, + "app": 1, + "STATIC_BUILD": 1, + "Q_INIT_RESOURCE": 2, + "WebKit": 1, + "InspectorBackendStub": 1, + "app.setWindowIcon": 1, + "QIcon": 1, + "app.setApplicationName": 1, + "app.setOrganizationName": 1, + "app.setOrganizationDomain": 1, + "app.setApplicationVersion": 1, + "PHANTOMJS_VERSION_STRING": 1, + "Phantom": 1, + "phantom": 1, + "phantom.execute": 1, + "app.exec": 1, + "phantom.returnValue": 1, + "v8": 5, + "internal": 5, + "Scanner": 16, + "UnicodeCache*": 4, + "unicode_cache": 3, + "unicode_cache_": 10, + "octal_pos_": 5, + "Location": 14, + "invalid": 4, + "harmony_scoping_": 4, + "harmony_modules_": 4, + "Initialize": 4, + "Utf16CharacterStream*": 3, + "source": 6, + "source_": 7, + "Init": 3, + "has_line_terminator_before_next_": 9, + "SkipWhiteSpace": 4, + "Scan": 5, + "uc32": 19, + "ScanHexNumber": 2, + "expected_length": 4, + "ASSERT": 17, + "digits": 3, + "c0_": 64, + "d": 4, + "HexValue": 2, + "j": 4, + "PushBack": 8, + "Advance": 40, + "STATIC_ASSERT": 5, + "Token": 212, + "NUM_TOKENS": 1, + "byte": 1, + "one_char_tokens": 2, + "ILLEGAL": 120, + "LPAREN": 2, + "RPAREN": 2, + "COMMA": 2, + "COLON": 2, + "SEMICOLON": 2, + "CONDITIONAL": 2, + "LBRACK": 2, + "RBRACK": 2, + "LBRACE": 2, + "RBRACE": 2, + "BIT_NOT": 2, + "Value": 23, + "Next": 2, + "current_": 2, + "next_": 2, + "has_multiline_comment_before_next_": 5, + "static_cast": 7, + "f": 4, + "token": 61, + "": 1, + "pos": 12, + "source_pos": 10, + "next_.token": 3, + "next_.location.beg_pos": 3, + "next_.location.end_pos": 4, + "current_.token": 4, + "inline": 12, + "IsByteOrderMark": 2, + "xFEFF": 1, + "xFFFE": 1, + "start_position": 2, + "while": 6, + "IsWhiteSpace": 2, + "IsLineTerminator": 6, + "SkipSingleLineComment": 6, + "WHITESPACE": 6, + "SkipMultiLineComment": 3, + "ch": 5, + "ScanHtmlComment": 3, + "LT": 2, + "next_.literal_chars": 13, + "do": 1, + "switch": 2, + "case": 32, + "ScanString": 3, + "Select": 32, + "LTE": 1, + "else": 32, + "ASSIGN_SHL": 1, + "SHL": 1, + "GTE": 1, + "ASSIGN_SAR": 1, + "ASSIGN_SHR": 1, + "SHR": 1, + "SAR": 1, + "GT": 1, + "EQ_STRICT": 1, + "EQ": 1, + "ASSIGN": 1, + "NE_STRICT": 1, + "NE": 1, + "NOT": 1, + "INC": 1, + "ASSIGN_ADD": 1, + "ADD": 1, + "DEC": 1, + "ASSIGN_SUB": 1, + "SUB": 1, + "ASSIGN_MUL": 1, + "MUL": 1, + "ASSIGN_MOD": 1, + "MOD": 1, + "ASSIGN_DIV": 1, + "DIV": 1, + "AND": 1, + "ASSIGN_BIT_AND": 1, + "BIT_AND": 1, + "OR": 1, + "ASSIGN_BIT_OR": 1, + "BIT_OR": 1, + "ASSIGN_BIT_XOR": 1, + "BIT_XOR": 1, + "IsDecimalDigit": 2, + "ScanNumber": 3, + "PERIOD": 1, + "default": 1, + "IsIdentifierStart": 2, + "ScanIdentifierOrKeyword": 2, + "EOS": 1, + "SeekForward": 4, + "current_pos": 4, + "ASSERT_EQ": 1, + "ScanEscape": 2, + "IsCarriageReturn": 2, + "IsLineFeed": 2, + "t": 6, + "u": 6, + "v": 3, + "xx": 1, + "xxx": 1, + "error": 1, + "immediately": 1, + "because": 1, + "octal": 1, + "escape": 1, + "can": 1, + "quote": 2, + "LiteralScope": 4, + "literal": 2, + ".": 2, + "X": 2, + "E": 3, + "l": 1, + "p": 1, + "w": 1, + "keyword": 1, + "valid": 1, + "and": 2, + "character": 1, + "has": 1, + "in_character_class": 2, + "AddLiteralCharAdvance": 3, + "literal.Complete": 2, + "ScanLiteralUnicodeEscape": 3, + "V8_SCANNER_H_": 2, + "enum": 3, + "ParsingFlags": 1, + "kNoParsingFlags": 1, + "kLanguageModeMask": 4, + "kAllowLazy": 1, + "kAllowNativesSyntax": 1, + "kAllowModules": 1, + "CLASSIC_MODE": 2, + "STRICT_MODE": 2, + "EXTENDED_MODE": 2, + "|": 2, + "Utf16CharacterStream": 3, + "pos_": 6, + "virtual": 4, + "buffer_cursor_": 5, + "buffer_end_": 3, + "ReadBlock": 2, + "": 1, + "kEndOfInput": 2, + "code_unit_count": 7, + "buffered_chars": 2, + "SlowSeekForward": 2, + "int32_t": 1, + "code_unit": 6, + "uc16*": 3, + "UnicodeCache": 3, + "unibrow": 11, + "Utf8InputBuffer": 2, + "<1024>": 2, + "Utf8Decoder": 2, + "StaticResource": 2, + "": 2, + "utf8_decoder": 1, + "utf8_decoder_": 2, + "uchar": 4, + "kIsIdentifierStart.get": 1, + "IsIdentifierPart": 1, + "kIsIdentifierPart.get": 1, + "kIsLineTerminator.get": 1, + "kIsWhiteSpace.get": 1, + "Predicate": 4, + "": 1, + "128": 4, + "kIsIdentifierStart": 1, + "": 1, + "kIsIdentifierPart": 1, + "": 1, + "kIsLineTerminator": 1, + "": 1, + "kIsWhiteSpace": 1, + "DISALLOW_COPY_AND_ASSIGN": 2, + "LiteralBuffer": 6, + "is_ascii_": 10, + "position_": 17, + "backing_store_": 7, + "backing_store_.length": 4, + "backing_store_.Dispose": 3, + "INLINE": 2, + "AddChar": 2, + "uint32_t": 8, + "ExpandBuffer": 2, + "kMaxAsciiCharCodeU": 1, + "": 6, + "kASCIISize": 1, + "ConvertToUtf16": 2, + "*reinterpret_cast": 1, + "": 2, + "kUC16Size": 2, + "is_ascii": 3, + "Vector": 13, + "": 10, + "uc16": 5, + "utf16_literal": 3, + "reinterpret_cast": 6, + "backing_store_.start": 5, + "ascii_literal": 3, + "length": 8, + "kInitialCapacity": 2, + "kGrowthFactory": 2, + "kMinConversionSlack": 1, + "kMaxGrowth": 2, + "MB": 1, + "NewCapacity": 3, + "min_capacity": 2, + "capacity": 3, + "Max": 1, + "new_capacity": 2, + "Min": 1, + "new_store": 6, + "New": 2, + "memcpy": 1, + "new_store.start": 3, + "new_content_size": 4, + "src": 2, + "": 1, + "dst": 2, + "Scanner*": 2, + "self": 2, + "scanner_": 5, + "complete_": 4, + "StartLiteral": 2, + "DropLiteral": 2, + "Complete": 1, + "TerminateLiteral": 2, + "struct": 2, + "beg_pos": 5, + "end_pos": 4, + "kNoOctalLocation": 1, + "scanner_contants": 1, + "current_token": 1, + "location": 4, + "current_.location": 2, + "literal_ascii_string": 1, + "ASSERT_NOT_NULL": 9, + "current_.literal_chars": 11, + "literal_utf16_string": 1, + "is_literal_ascii": 1, + "literal_length": 1, + "literal_contains_escapes": 1, + "source_length": 3, + "location.end_pos": 1, + "location.beg_pos": 1, + "STRING": 1, + "peek": 1, + "peek_location": 1, + "next_.location": 1, + "next_literal_ascii_string": 1, + "next_literal_utf16_string": 1, + "is_next_literal_ascii": 1, + "next_literal_length": 1, + "kCharacterLookaheadBufferSize": 3, + "ScanOctalEscape": 1, + "octal_position": 1, + "clear_octal_position": 1, + "HarmonyScoping": 1, + "SetHarmonyScoping": 1, + "scoping": 2, + "HarmonyModules": 1, + "SetHarmonyModules": 1, + "modules": 2, + "HasAnyLineTerminatorBeforeNext": 1, + "ScanRegExpPattern": 1, + "seen_equal": 1, + "ScanRegExpFlags": 1, + "IsIdentifier": 1, + "CharacterStream*": 1, + "buffer": 1, + "TokenDesc": 3, + "LiteralBuffer*": 2, + "literal_chars": 1, + "free_buffer": 3, + "literal_buffer1_": 3, + "literal_buffer2_": 2, + "AddLiteralChar": 2, + "tok": 2, + "next": 2, + "then": 2, + "else_": 2, + "ScanDecimalDigits": 1, + "seen_period": 1, + "ScanIdentifierSuffix": 1, + "LiteralScope*": 1, + "ScanIdentifierUnicodeEscape": 1, + "UTILS_H": 2, + "": 1, + "": 1, + "": 1, + "QTemporaryFile": 1, + "showUsage": 1, + "QtMsgType": 1, + "type": 1, + "dump_path": 1, + "minidump_id": 1, + "void*": 1, + "context": 8, + "succeeded": 1, + "QVariant": 1, + "coffee2js": 1, + "script": 1, + "injectJsInFrame": 2, + "jsFilePath": 5, + "libraryPath": 5, + "QWebFrame": 4, + "*targetFrame": 4, + "startingScript": 2, + "Encoding": 3, + "jsFileEnc": 2, + "readResourceFileUtf8": 1, + "resourceFilePath": 1, + "loadJSForDebug": 2, + "autorun": 2, + "cleanupFromDebug": 1, + "findScript": 1, + "jsFromScriptFile": 1, + "scriptPath": 1, + "enc": 1, + "This": 1, + "shouldn": 1, + "be": 1, + "instantiated": 1, + "QTemporaryFile*": 2, + "m_tempHarness": 1, + "We": 1, + "want": 1, + "make": 1, + "sure": 1, + "clean": 1, + "up": 1, + "after": 1, + "ourselves": 1, + "m_tempWrapper": 1, + "V8_DECLARE_ONCE": 1, + "init_once": 2, + "V8": 21, + "is_running_": 6, + "has_been_set_up_": 4, + "has_been_disposed_": 6, + "has_fatal_error_": 5, + "use_crankshaft_": 6, + "List": 3, + "": 3, + "call_completed_callbacks_": 16, + "LazyMutex": 1, + "entropy_mutex": 1, + "LAZY_MUTEX_INITIALIZER": 1, + "EntropySource": 3, + "entropy_source": 4, + "Deserializer*": 2, + "des": 3, + "FlagList": 1, + "EnforceFlagImplications": 1, + "InitializeOncePerProcess": 4, + "Isolate": 9, + "CurrentPerIsolateThreadData": 4, + "EnterDefaultIsolate": 1, + "thread_id": 1, + ".Equals": 1, + "ThreadId": 1, + "Current": 5, + "isolate": 15, + "IsDead": 2, + "Isolate*": 6, + "IsInitialized": 1, + "SetFatalError": 2, + "TearDown": 5, + "IsDefaultIsolate": 1, + "ElementsAccessor": 2, + "LOperand": 2, + "TearDownCaches": 1, + "RegisteredExtension": 1, + "UnregisterAll": 1, + "delete": 2, + "OS": 3, + "seed_random": 2, + "uint32_t*": 2, + "state": 15, + "FLAG_random_seed": 2, + "val": 3, + "ScopedLock": 1, + "lock": 1, + "entropy_mutex.Pointer": 1, + "random": 1, + "random_base": 3, + "xFFFF": 2, + "FFFF": 1, + "SetEntropySource": 2, + "SetReturnAddressLocationResolver": 3, + "ReturnAddressLocationResolver": 2, + "resolver": 3, + "StackFrame": 1, + "Random": 3, + "Context*": 4, + "IsGlobalContext": 1, + "ByteArray*": 1, + "seed": 2, + "random_seed": 1, + "": 1, + "GetDataStartAddress": 1, + "RandomPrivate": 2, + "private_random_seed": 1, + "IdleNotification": 3, + "hint": 3, + "FLAG_use_idle_notification": 1, + "HEAP": 1, + "AddCallCompletedCallback": 2, + "CallCompletedCallback": 4, + "callback": 7, + "at": 3, + "Add": 1, + "RemoveCallCompletedCallback": 2, + "Remove": 1, + "FireCallCompletedCallback": 2, + "HandleScopeImplementer*": 1, + "handle_scope_implementer": 5, + "CallDepthIsZero": 1, + "IncrementCallDepth": 1, + "DecrementCallDepth": 1, + "union": 1, + "double": 2, + "double_value": 1, + "uint64_t": 2, + "uint64_t_value": 1, + "double_int_union": 2, + "Object*": 4, + "FillHeapNumberWithRandom": 2, + "heap_number": 4, + "random_bits": 2, + "binary_million": 3, + ".0": 1, + "r.double_value": 3, + "r.uint64_t_value": 1, + "HeapNumber": 1, + "cast": 1, + "set_value": 1, + "InitializeOncePerProcessImpl": 3, + "SetUp": 4, + "FLAG_crankshaft": 1, + "Serializer": 1, + "enabled": 1, + "CPU": 2, + "SupportsCrankshaft": 1, + "PostSetUp": 1, + "RuntimeProfiler": 1, + "GlobalSetUp": 1, + "FLAG_stress_compaction": 1, + "FLAG_force_marking_deque_overflows": 1, + "FLAG_gc_global": 1, + "FLAG_max_new_space_size": 1, + "kPageSizeBits": 1, + "SetUpCaches": 1, + "SetUpJSCallerSavedCodeData": 1, + "SamplerRegistry": 1, + "ExternalReference": 1, + "CallOnce": 1, + "V8_V8_H_": 2, + "defined": 5, + "GOOGLE3": 1, + "DEBUG": 3, + "NDEBUG": 4, + "#undef": 1, + "both": 1, + "are": 1, + "set": 1, + "Deserializer": 1, + "AllStatic": 1, + "IsRunning": 1, + "UseCrankshaft": 1, + "FatalProcessOutOfMemory": 1, + "take_snapshot": 1, + "NilValue": 1, + "kNullValue": 1, + "kUndefinedValue": 1, + "EqualityKind": 1, + "kStrictEquality": 1, + "kNonStrictEquality": 1 + }, + "Ceylon": { + "doc": 2, + "by": 1, + "shared": 5, + "void": 1, + "test": 1, + "(": 4, + ")": 4, + "{": 3, + "print": 1, + ";": 4, + "}": 3, + "class": 1, + "Test": 2, + "name": 4, + "satisfies": 1, + "Comparable": 1, + "": 1, + "String": 2, + "actual": 2, + "string": 1, + "Comparison": 1, + "compare": 1, + "other": 1, + "return": 1, + "<=>": 1, + "other.name": 1 + }, + "CoffeeScript": { + "#": 208, + "CoffeeScript": 1, + "require": 20, + "CoffeeScript.require": 1, + "CoffeeScript.eval": 1, + "(": 153, + "code": 18, + "options": 16, + "{": 28, + "}": 31, + ")": 151, + "-": 64, + "options.bare": 2, + "on": 3, + "eval": 2, + "CoffeeScript.compile": 2, + "CoffeeScript.run": 3, + "Function": 1, + "return": 22, + "unless": 16, + "window": 1, + "CoffeeScript.load": 2, + "url": 2, + "callback": 35, + "xhr": 2, + "new": 11, + "window.ActiveXObject": 1, + "or": 10, + "XMLHttpRequest": 1, + "xhr.open": 1, + "true": 8, + "xhr.overrideMimeType": 1, + "if": 91, + "of": 4, + "xhr.onreadystatechange": 1, + "xhr.readyState": 1, + "is": 31, + "xhr.status": 1, + "in": 27, + "xhr.responseText": 1, + "else": 48, + "throw": 3, + "Error": 1, + "xhr.send": 1, + "null": 15, + "runScripts": 3, + "scripts": 2, + "document.getElementsByTagName": 1, + "coffees": 2, + "s": 8, + "for": 9, + "when": 13, + "s.type": 1, + "index": 2, + "length": 4, + "coffees.length": 1, + "do": 2, + "execute": 3, + "script": 7, + "+": 24, + ".type": 1, + "script.src": 2, + "script.innerHTML": 1, + "window.addEventListener": 1, + "addEventListener": 1, + "no": 3, + "attachEvent": 1, + "class": 8, + "Animal": 3, + "constructor": 5, + "@name": 2, + "move": 3, + "meters": 2, + "alert": 4, + "Snake": 2, + "extends": 4, + "super": 4, + "Horse": 2, + "sam": 1, + "tom": 1, + "sam.move": 1, + "tom.move": 1, + "fs": 2, + "path": 3, + "Lexer": 3, + "RESERVED": 3, + "parser": 1, + "vm": 1, + "require.extensions": 3, + "module": 1, + "filename": 6, + "content": 4, + "compile": 5, + "fs.readFileSync": 1, + "module._compile": 1, + "require.registerExtension": 2, + "exports.VERSION": 1, + "exports.RESERVED": 1, + "exports.helpers": 2, + "exports.compile": 1, + "merge": 1, + "try": 3, + "js": 5, + "parser.parse": 3, + "lexer.tokenize": 3, + ".compile": 1, + "options.header": 1, + "catch": 2, + "err": 20, + "err.message": 2, + "options.filename": 5, + "header": 1, + "exports.tokens": 1, + "exports.nodes": 1, + "source": 5, + "typeof": 2, + "exports.run": 1, + "mainModule": 1, + "require.main": 1, + "mainModule.filename": 4, + "process.argv": 1, + "then": 22, + "fs.realpathSync": 2, + "mainModule.moduleCache": 1, + "and": 20, + "mainModule.paths": 1, + "._nodeModulePaths": 1, + "path.dirname": 2, + "path.extname": 1, + "isnt": 6, + "mainModule._compile": 2, + "exports.eval": 1, + "code.trim": 1, + "Script": 2, + "vm.Script": 1, + "options.sandbox": 4, + "instanceof": 2, + "Script.createContext": 2, + ".constructor": 1, + "sandbox": 8, + "k": 4, + "v": 4, + "own": 2, + "sandbox.global": 1, + "sandbox.root": 1, + "sandbox.GLOBAL": 1, + "global": 3, + "sandbox.__filename": 3, + "||": 3, + "sandbox.__dirname": 1, + "sandbox.module": 2, + "sandbox.require": 2, + "Module": 2, + "_module": 3, + "options.modulename": 1, + "_require": 2, + "Module._load": 1, + "_module.filename": 1, + "r": 4, + "Object.getOwnPropertyNames": 1, + "_require.paths": 1, + "_module.paths": 1, + "Module._nodeModulePaths": 1, + "process.cwd": 1, + "_require.resolve": 1, + "request": 2, + "Module._resolveFilename": 1, + "o": 4, + "o.bare": 1, + "vm.runInThisContext": 1, + "vm.runInContext": 1, + "lexer": 1, + "parser.lexer": 1, + "lex": 1, + "tag": 29, + "@yytext": 1, + "@yylineno": 1, + "@tokens": 3, + "@pos": 1, + "./nodes": 1, + "console.log": 1, + "number": 13, + "opposite": 2, + "square": 4, + "x": 6, + "*": 16, + "list": 2, + "math": 1, + "root": 1, + "Math.sqrt": 1, + "cube": 1, + "race": 1, + "winner": 2, + "runners...": 1, + "print": 1, + "runners": 1, + "elvis": 1, + "cubes": 1, + "math.cube": 1, + "num": 2, + "Rewriter": 1, + "INVERSES": 2, + "count": 5, + "starts": 1, + "compact": 1, + "last": 3, + "exports.Lexer": 1, + "tokenize": 1, + "opts": 1, + "WHITESPACE.test": 1, + "code.replace": 1, + "/": 27, + "r/g": 1, + "TYPE": 1, + "t": 1, + "being": 1, + "used": 1, + "as": 1, + "identifierToken": 1, + "match": 23, + "IDENTIFIER.exec": 1, + "@chunk": 8, + "input": 1, + "id": 16, + "colon": 3, + "@tag": 2, + "@token": 10, + "id.length": 1, + "forcedIdentifier": 4, + "prev": 17, + "not": 4, + "prev.spaced": 3, + "JS_KEYWORDS": 1, + "COFFEE_KEYWORDS": 1, + "id.toUpperCase": 1, + "LINE_BREAK": 2, + "@seenFor": 4, + "yes": 4, + "UNARY": 4, + "RELATION": 3, + "@value": 1, + "@tokens.pop": 1, + "JS_FORBIDDEN": 1, + "String": 1, + "id.reserved": 1, + "@error": 8, + "COFFEE_ALIAS_MAP": 1, + "COFFEE_ALIASES": 1, + "switch": 5, + "input.length": 1, + "numberToken": 1, + "NUMBER.exec": 1, + "BOX": 1, + "/.test": 4, + "/E/.test": 1, + "x/.test": 1, + "d*": 1, + "d": 2, + "lexedLength": 2, + "number.length": 1, + "octalLiteral": 2, + "/.exec": 2, + "parseInt": 3, + ".toString": 2, + "binaryLiteral": 2, + "b": 1, + "stringToken": 1, + "@chunk.charAt": 3, + "SIMPLESTR.exec": 1, + "string": 6, + ".replace": 1, + "MULTILINER": 2, + "@balancedString": 1, + "<": 4, + "string.indexOf": 1, + "@interpolateString": 1, + "...": 2, + "@escapeLines": 1, + "octalEsc": 1, + ".": 11, + "|": 5, + "@line": 3, + "string.length": 1, + "heredocToken": 1, + "HEREDOC.exec": 1, + "heredoc": 4, + "quote": 5, + "heredoc.charAt": 1, + "doc": 10, + "@sanitizeHeredoc": 2, + "indent": 7, + "<=>": 1, + "indexOf": 1, + "interpolateString": 1, + "token": 1, + "STRING": 2, + "makeString": 1, + "line": 5, + "n": 10, + "Matches": 1, + "consumes": 1, + "comments": 1, + "commentToken": 1, + "@chunk.match": 1, + "COMMENT": 1, + "comment": 2, + "here": 3, + "herecomment": 3, + "Array": 1, + "@indent": 1, + ".join": 1, + "comment.length": 1, + "jsToken": 1, + "JSTOKEN.exec": 1, + "script.length": 1, + "regexToken": 1, + "HEREGEX.exec": 1, + "@heregexToken": 1, + "NOT_REGEX": 2, + "NOT_SPACED_REGEX": 2, + "REGEX.exec": 1, + "regex": 4, + "flags": 2, + "..1": 1, + "match.length": 1, + "heregexToken": 1, + "heregex": 1, + "body": 1, + "body.indexOf": 1, + "re": 1, + "body.replace": 1, + "HEREGEX_OMIT": 2, + "regular": 1, + "expressions": 1, + "cannot": 1, + "begin": 1, + "with": 2, + "REGEX": 2, + "IDENTIFIER": 1, + "RegExp": 1, + "CALL_START": 2, + "TOKENS": 1, + "spaced": 1, + "reserved": 1, + "word": 1, + "value.length": 2, + "value": 14, + "MATH": 3, + "COMPARE": 3, + "COMPOUND_ASSIGN": 2, + "SHIFT": 3, + "LOGIC": 3, + ".spaced": 1, + "CALLABLE": 2, + "INDEXABLE": 2, + "@ends.push": 1, + "@pair": 1, + "sanitizeHeredoc": 1, + "HEREDOC_ILLEGAL.test": 1, + "doc.indexOf": 1, + "while": 2, + "HEREDOC_INDENT.exec": 1, + "attempt": 2, + "attempt.length": 1, + "indent.length": 1, + "doc.replace": 2, + "///": 7, + "///g": 1, + "n/": 1, + "PARAM_END": 1, + "PARAM_START": 1, + "missing": 1, + "stack.pop": 1, + "starting": 1, + "Hello": 1, + "name.capitalize": 1, + "OUTDENT": 1, + "THROW": 1, + "EXTENDS": 1, + "&": 1, + "false": 4, + "this": 1, + "delete": 1, + "break": 1, + "continue": 1, + "debugger": 1, + "finally": 2, + "undefined": 1, + "until": 1, + "loop": 1, + "by": 1, + "&&": 1, + "case": 1, + "default": 1, + "function": 1, + "var": 1, + "void": 1, + "const": 1, + "let": 2, + "enum": 1, + "export": 1, + "import": 1, + "native": 1, + "__hasProp": 1, + "__extends": 1, + "__slice": 1, + "__bind": 1, + "__indexOf": 1, + "implements": 1, + "interface": 1, + "package": 1, + "private": 1, + "protected": 1, + "public": 1, + "static": 1, + "yield": 1, + "arguments": 1, + "JSTOKEN": 1, + "S": 4, + "imgy": 2, + "w": 2, + "HEREGEX": 1, + "#.*": 1, + "/g": 2, + "n/g": 1, + "HEREDOC_INDENT": 1, + "HEREDOC_ILLEGAL": 1, + "//": 1, + "LINE_CONTINUER": 1, + "s*": 1, + "TRAILING_SPACES": 1, + "BOOL": 1, + "NOT_REGEX.concat": 1, + "CALLABLE.concat": 1, + "async": 1, + "nack": 1, + "bufferLines": 3, + "pause": 2, + "sourceScriptEnv": 3, + "join": 8, + "exists": 5, + "basename": 2, + "resolve": 2, + "module.exports": 1, + "RackApplication": 1, + "@configuration": 1, + "@root": 8, + "@firstHost": 1, + "@logger": 1, + "@configuration.getLogger": 1, + "@readyCallbacks": 3, + "@quitCallbacks": 3, + "@statCallbacks": 3, + "ready": 1, + "@state": 11, + "@readyCallbacks.push": 1, + "@initialize": 2, + "quit": 1, + "@quitCallbacks.push": 1, + "@terminate": 2, + "queryRestartFile": 1, + "fs.stat": 1, + "stats": 1, + "@mtime": 5, + "lastMtime": 2, + "stats.mtime.getTime": 1, + "setPoolRunOnceFlag": 1, + "@statCallbacks.length": 1, + "alwaysRestart": 2, + "@pool.runOnce": 1, + "statCallback": 2, + "@statCallbacks.push": 1, + "loadScriptEnvironment": 1, + "env": 18, + "async.reduce": 1, + "scriptExists": 2, + "loadRvmEnvironment": 1, + "rvmrcExists": 2, + "rvm": 1, + "@configuration.rvmPath": 1, + "rvmExists": 2, + "libexecPath": 1, + "before": 2, + "/dev/null": 1, + ".trim": 1, + "loadEnvironment": 1, + "@queryRestartFile": 2, + "@loadScriptEnvironment": 1, + "@configuration.env": 1, + "@loadRvmEnvironment": 1, + "initialize": 1, + "@quit": 3, + "@loadEnvironment": 1, + "@logger.error": 3, + "@pool": 2, + "nack.createPool": 1, + "size": 1, + ".POW_WORKERS": 1, + "@configuration.workers": 1, + "idle": 1, + ".POW_TIMEOUT": 1, + "@configuration.timeout": 1, + "@pool.stdout": 1, + "@logger.info": 1, + "@pool.stderr": 1, + "@logger.warning": 1, + "@pool.on": 2, + "process": 2, + "@logger.debug": 2, + "readyCallback": 2, + "terminate": 1, + "@ready": 3, + "@pool.quit": 1, + "quitCallback": 2, + "handle": 1, + "req": 4, + "res": 3, + "next": 3, + "resume": 2, + "@setPoolRunOnceFlag": 1, + "@restartIfNecessary": 1, + "req.proxyMetaVariables": 1, + "SERVER_PORT": 1, + "@configuration.dstPort.toString": 1, + "@pool.proxy": 1, + "restart": 1, + "restartIfNecessary": 1, + "mtimeChanged": 2, + "@restart": 1, + "writeRvmBoilerplate": 1, + "powrc": 2, + "boilerplate": 2, + "@constructor.rvmBoilerplate": 1, + "fs.readFile": 1, + "contents": 3, + "n#": 1, + "rvm_path/scripts/rvm": 2, + ".rvmrc": 2, + "dnsserver": 1, + "exports.Server": 1, + "Server": 2, + "dnsserver.Server": 1, + "NS_T_A": 3, + "NS_T_NS": 2, + "NS_T_CNAME": 1, + "NS_T_SOA": 2, + "NS_C_IN": 5, + "NS_RCODE_NXDOMAIN": 2, + "domain": 6, + "@rootAddress": 2, + "@domain": 3, + "domain.toLowerCase": 1, + "@soa": 2, + "createSOA": 2, + "@on": 1, + "@handleRequest": 1, + "handleRequest": 1, + "question": 5, + "req.question": 1, + "subdomain": 7, + "@extractSubdomain": 1, + "question.name": 3, + "isARequest": 2, + "res.addRR": 2, + "subdomain.getAddress": 1, + ".isEmpty": 1, + "isNSRequest": 2, + "res.header.rcode": 1, + "res.send": 1, + "extractSubdomain": 1, + "name": 5, + "Subdomain.extract": 1, + "question.type": 2, + "question.class": 2, + "mname": 2, + "rname": 2, + "serial": 2, + "Date": 1, + ".getTime": 1, + "refresh": 2, + "retry": 2, + "expire": 2, + "minimum": 2, + "dnsserver.createSOA": 1, + "exports.createServer": 1, + "address": 4, + "exports.Subdomain": 1, + "Subdomain": 1, + "@extract": 1, + "name.toLowerCase": 1, + "offset": 4, + "name.length": 1, + "domain.length": 1, + "name.slice": 2, + "@for": 2 + }, + "Coq": { + "Inductive": 38, + "day": 9, + "Type": 88, + "|": 393, + "monday": 5, + "tuesday": 3, + "wednesday": 3, + "thursday": 3, + "friday": 3, + "saturday": 3, + "sunday": 2, + "day.": 1, + "Definition": 58, + "next_weekday": 3, + "(": 1228, + "d": 7, + ")": 1240, + "match": 71, + "with": 214, + "end.": 52, + "Example": 40, + "test_next_weekday": 1, + "tuesday.": 1, + "Proof.": 203, + "simpl.": 72, + "reflexivity.": 178, + "Qed.": 197, + "bool": 33, + "true": 52, + "false": 42, + "bool.": 1, + "negb": 9, + "b": 79, + "andb": 6, + "b1": 28, + "b2": 23, + "orb": 8, + "test_orb1": 1, + "true.": 17, + "test_orb2": 1, + "false.": 11, + "test_orb3": 1, + "test_orb4": 1, + "nandb": 5, + "end": 14, + "test_nandb1": 1, + "test_nandb2": 1, + "test_nandb3": 1, + "test_nandb4": 1, + "andb3": 5, + "b3": 2, + "test_andb31": 1, + "test_andb32": 1, + "test_andb33": 1, + "test_andb34": 1, + "Module": 9, + "Playground1.": 5, + "nat": 91, + "O": 97, + "S": 181, + "-": 445, + "nat.": 3, + "pred": 3, + "n": 338, + "minustwo": 1, + "Fixpoint": 36, + "evenb": 5, + "oddb": 5, + ".": 469, + "test_oddb1": 1, + "test_oddb2": 1, + "plus": 10, + "m": 189, + "mult": 3, + "minus": 3, + "_": 68, + "exp": 2, + "base": 3, + "power": 2, + "p": 78, + "factorial": 2, + "test_factorial1": 1, + "Notation": 43, + "x": 254, + "y": 119, + "at": 19, + "level": 13, + "left": 8, + "associativity": 10, + "nat_scope.": 3, + "beq_nat": 19, + "forall": 224, + "+": 228, + "n.": 38, + "Theorem": 111, + "plus_O_n": 1, + "rewrite": 222, + "H.": 76, + "<->": 32, + "H": 77, + "reflexivity": 14, + "Qed": 23, + "mult_0_plus": 1, + "Proof": 12, + "intros": 227, + "plus_O_n.": 1, + "mult_1_plus": 1, + "*": 55, + "m.": 19, + "plus_1_1.": 1, + "mult_1": 1, + "induction": 74, + "as": 90, + "plus_1_neq_0": 1, + "destruct": 85, + "Case": 48, + "IHn": 13, + "plus_comm": 3, + "plus_distr.": 1, + "beq_nat_refl": 3, + "plus_rearrange": 1, + "q": 15, + "q.": 2, + "assert": 55, + "plus_comm.": 3, + "plus_swap": 2, + "p.": 9, + "plus_assoc.": 4, + "H2": 14, + "H2.": 18, + "plus_swap.": 2, + "IHm": 2, + "mult_comm": 2, + "0": 5, + "simpl": 66, + "mult_0_r.": 4, + "mult_distr": 1, + "mult_1_distr.": 1, + "mult_1.": 1, + "bad": 1, + "zero_nbeq_S": 1, + "andb_false_r": 1, + "plus_ble_compat_1": 1, + "ble_nat": 5, + "IHp.": 2, + "S_nbeq_0": 1, + "mult_1_1": 1, + "plus_0_r.": 1, + "all3_spec": 1, + "c": 88, + "c.": 2, + "b.": 9, + "Lemma": 56, + "mult_plus_1": 1, + "IHm.": 1, + "mult_mult": 1, + "IHn.": 3, + "mult_plus_1.": 1, + "mult_plus_distr_r": 1, + "mult_mult.": 3, + "H1": 18, + "plus_assoc": 1, + "H1.": 29, + "H3": 4, + "H3.": 4, + "mult_assoc": 1, + "mult_plus_distr_r.": 1, + "bin": 9, + "BO": 4, + "D": 9, + "M": 4, + "bin.": 1, + "incbin": 2, + "bin2un": 3, + "bin_comm": 1, + "End": 13, + "(*": 102, + "*)": 102, + "Require": 17, + "Import": 11, + "List": 2, + "Multiset": 2, + "PermutSetoid": 1, + "Relations": 2, + "Sorting.": 1, + "Section": 4, + "defs.": 2, + "Variable": 7, + "A": 102, + "Type.": 3, + "leA": 25, + "relation": 19, + "A.": 7, + "eqA": 28, + "Let": 9, + "gtA": 1, + "y.": 15, + "Hypothesis": 7, + "leA_dec": 4, + "{": 40, + "}": 36, + "eqA_dec": 26, + "leA_refl": 1, + "leA_trans": 2, + "z": 14, + "z.": 6, + "leA_antisym": 1, + "Hint": 8, + "Resolve": 5, + "leA_refl.": 1, + "Immediate": 1, + "leA_antisym.": 1, + "emptyBag": 4, + "EmptyBag": 2, + "singletonBag": 10, + "SingletonBag": 2, + "eqA_dec.": 2, + "Tree": 24, + "Tree_Leaf": 9, + "Tree_Node": 11, + "Tree.": 1, + "leA_Tree": 16, + "a": 210, + "t": 93, + "True": 1, + "T1": 25, + "T2": 20, + "leA_Tree_Leaf": 5, + "Tree_Leaf.": 1, + ";": 376, + "auto": 77, + "datatypes.": 47, + "leA_Tree_Node": 1, + "G": 6, + "is_heap": 18, + "Prop": 13, + "nil_is_heap": 5, + "node_is_heap": 7, + "invert_heap": 3, + "/": 37, + "T2.": 1, + "inversion": 90, + "is_heap_rect": 1, + "P": 31, + "T": 49, + "T.": 9, + "simple": 7, + "PG": 2, + "PD": 2, + "PN.": 2, + "elim": 21, + "H4": 5, + "intros.": 27, + "apply": 325, + "X0": 2, + "is_heap_rec": 1, + "Set": 4, + "X": 212, + "low_trans": 3, + "merge_lem": 3, + "l1": 104, + "l2": 86, + "list": 72, + "merge_exist": 5, + "l": 378, + "Sorted": 5, + "meq": 15, + "list_contents": 30, + "munion": 18, + "HdRel": 4, + "l2.": 10, + "Morphisms.": 2, + "Instance": 6, + "Equivalence": 2, + "@meq": 4, + "constructor": 4, + "red.": 1, + "meq_trans.": 1, + "Defined.": 1, + "Proper": 5, + "@munion": 1, + "now": 19, + "meq_congr.": 1, + "merge": 5, + "fix": 2, + "l1.": 5, + "rename": 2, + "into": 2, + "l.": 26, + "revert": 5, + "H0.": 9, + "a0": 11, + "l0": 7, + "Sorted_inv": 2, + "in": 147, + "H0": 15, + "clear": 11, + "merge0.": 2, + "using": 17, + "cons_sort": 2, + "cons_leA": 2, + "munion_ass.": 2, + "cons_leA.": 2, + "@HdRel_inv": 2, + "trivial": 13, + "merge0": 1, + "setoid_rewrite": 2, + "munion_ass": 1, + "munion_comm.": 2, + "repeat": 9, + "munion_comm": 1, + "contents": 12, + "multiset": 2, + "t1": 48, + "t2": 51, + "equiv_Tree": 1, + "insert_spec": 3, + "insert_exist": 4, + "insert": 2, + "unfold": 60, + "T0": 2, + "treesort_twist1": 1, + "T3": 2, + "HeapT3": 1, + "ConT3": 1, + "LeA.": 1, + "LeA": 1, + "treesort_twist2": 1, + "build_heap": 3, + "heap_exist": 3, + "list_to_heap": 2, + "nil": 39, + "exact": 3, + "nil_is_heap.": 1, + "i": 31, + "meq_trans": 10, + "meq_right": 2, + "meq_sym": 2, + "flat_spec": 3, + "flat_exist": 3, + "heap_to_list": 2, + "h": 14, + "s1": 20, + "i1": 6, + "m1": 1, + "s2": 2, + "i2": 14, + "m2.": 1, + "meq_congr": 1, + "munion_rotate.": 1, + "treesort": 1, + "&": 19, + "permutation": 43, + "intro": 28, + "permutation.": 1, + "exists": 48, + "Export": 10, + "SfLib.": 2, + "AExp.": 1, + "aexp": 37, + "ANum": 36, + "APlus": 15, + "AMinus": 11, + "AMult": 11, + "aexp.": 2, + "bexp": 22, + "BTrue": 6, + "BFalse": 4, + "BEq": 6, + "BLe": 6, + "BNot": 7, + "BAnd": 5, + "bexp.": 2, + "aeval": 44, + "e": 42, + "a1": 56, + "a2": 59, + "test_aeval1": 1, + "beval": 12, + "optimize_0plus": 10, + "e2": 27, + "e1": 25, + "test_optimize_0plus": 1, + "optimize_0plus_sound": 2, + "e.": 7, + "e1.": 1, + "SCase": 24, + "SSCase": 5, + "IHe2.": 10, + "IHe1.": 11, + "eq1.": 11, + "if": 13, + "beq_id": 13, + "V": 6, + "update_eq": 1, + "st": 132, + "update": 28, + "st.": 2, + "update.": 3, + "beq_id_refl": 1, + "update_neq": 1, + "V2": 4, + "V1": 5, + "update_example": 1, + "empty_state": 13, + "Id": 8, + "empty_state.": 1, + "update_shadow": 1, + "x1": 17, + "x2": 14, + "k1": 20, + "k2": 21, + "f": 120, + "state": 12, + "k1.": 1, + "f.": 4, + "*.": 58, + "update_same": 1, + "k2.": 1, + "remember": 9, + "beq_id_eq": 5, + "HeqA.": 1, + "subst.": 33, + "update_permute": 1, + "k3": 6, + "k3.": 1, + "A1": 3, + "A1.": 1, + "HeqA1.": 1, + "HeqA1": 1, + "B": 8, + "try": 10, + "AId": 19, + "id": 10, + "Tactic": 10, + "tactic": 10, + "first": 20, + "ident": 10, + "Case_aux": 45, + "Y": 49, + "Z": 24, + "aexp1": 1, + "bexp1": 1, + "com": 22, + "CSkip": 1, + "CAss": 2, + "CSeq": 2, + "CIf": 2, + "CWhile": 2, + "com.": 1, + "CSkip.": 1, + "c1": 16, + "c2": 11, + "right": 7, + "e3": 1, + "plus2": 1, + "XtimesYinZ": 1, + "subtract_slowly_body": 2, + "subtract_slowly": 1, + "WHILE": 5, + "DO": 5, + "END.": 3, + "subtract_3_from_5_slowly": 1, + "subtract_slowly.": 1, + "loop": 1, + "SKIP": 3, + "fact_body": 2, + "fact_loop": 1, + "fact_com": 1, + "fact_loop.": 1, + "ceval_step1": 3, + "let": 4, + "IFB": 3, + "THEN": 3, + "ELSE": 3, + "FI": 3, + "then": 12, + "else": 13, + "END": 2, + "ceval_step2": 4, + "Some": 26, + "ceval_step3": 5, + "None": 17, + "bind_option": 1, + "xo": 2, + "option": 10, + "ceval_step": 8, + "fun": 19, + "ceval_example1": 1, + "E_Seq": 3, + "E_Ass.": 3, + "E_IfFalse.": 2, + "ceval_example2": 1, + "E_Ass": 2, + "ceval_step__ceval": 1, + "E": 9, + "generalize": 12, + "dependent": 5, + "com_cases": 1, + "subst": 10, + "E_Skip.": 1, + "Heqr1": 1, + "IHi": 3, + "assumption.": 49, + "Heqr": 3, + "r1": 3, + "r1.": 1, + "E_WhileLoop": 1, + "s.": 5, + "E_WhileEnd.": 1, + "ceval_step_more": 5, + "Hle.": 2, + "Hle": 2, + "st1": 6, + "o.": 3, + "symmetry": 5, + "Heqst1": 4, + "o": 20, + "Hceval.": 2, + "ceval__ceval_step": 3, + "Hce.": 1, + "ceval_cases": 1, + "Hce": 1, + "Case.": 1, + "%": 2, + "IHHce1": 1, + "IHHce2": 1, + "x.": 4, + "omega.": 6, + "x0.": 1, + "ceval_and_ceval_step_coincide": 1, + "split.": 12, + "ceval__ceval_step.": 1, + "ceval_step__ceval.": 1, + "ceval_deterministic": 1, + "st2": 3, + "st2.": 1, + "He1": 2, + "He2.": 2, + "He1.": 1, + "E1": 2, + "He2": 1, + "E2": 1, + "E1.": 1, + "E2.": 3, + "plus2_spec": 1, + "HX": 1, + "Heval.": 4, + "update_eq.": 2, + "XtimesYinZ_spec": 1, + "nx": 1, + "ny": 1, + "loop_never_stops": 1, + "al": 3, + "s_execute": 21, + "cons": 27, + "bl": 3, + "a*b": 1, + "s_execute1": 1, + "SPush": 6, + "SMinus": 9, + "s_execute2": 1, + "SLoad": 4, + "SMult": 9, + "SPlus": 8, + "s_compile": 36, + "sinstr": 2, + "v": 28, + "s_compile1": 1, + "execute_theorem": 1, + "other": 20, + "other.": 4, + "app_ass.": 6, + "s_compile_correct": 1, + "app_nil_end.": 1, + "<": 65, + "execute_theorem.": 1, + "Basics.": 2, + "NatList.": 2, + "natprod": 5, + "pair": 7, + "natprod.": 1, + "fst": 3, + "snd": 3, + "swap_pair": 1, + "surjective_pairing": 1, + "count": 7, + "r": 10, + "remove_one": 3, + "test_remove_one1": 1, + "O.": 4, + "remove_all": 2, + "s": 12, + "bag": 3, + "app_ass": 1, + "l3": 12, + "natlist": 7, + "l3.": 1, + "remove_decreases_count": 1, + "ble_n_Sn.": 1, + "IHs.": 2, + "natoption": 5, + "natoption.": 1, + "index": 3, + "option_elim": 2, + "hd_opt": 8, + "test_hd_opt1": 2, + "None.": 2, + "test_hd_opt2": 2, + "option_elim_hd": 1, + "head": 1, + "beq_natlist": 5, + "v1": 7, + "v2": 2, + "r2": 2, + "test_beq_natlist1": 1, + "test_beq_natlist2": 1, + "beq_natlist_refl": 1, + "IHl.": 8, + "silly1": 1, + "eq1": 6, + "eq2.": 9, + "eq2": 1, + "silly2a": 1, + "silly_ex": 1, + "silly3": 1, + "symmetry.": 2, + "rev_exercise": 1, + "rev_involutive.": 1, + "beq_nat_sym": 1, + "Omega": 1, + "SetoidList.": 1, + "Implicit": 15, + "Arguments.": 2, + "Local": 6, + "nil.": 2, + "..": 4, + "Permut.": 1, + "eqA_equiv": 1, + "eqA.": 1, + "list_contents_app": 5, + "permut_refl": 1, + "permut_sym": 3, + "trivial.": 14, + "permut_trans": 4, + "permut_cons_eq": 3, + "meq_left": 1, + "meq_singleton": 1, + "auto.": 48, + "permut_cons": 5, + "permut_app": 1, + "l4": 3, + "specialize": 6, + "a0.": 1, + "Ha": 6, + "decide": 1, + "replace": 4, + "permut_add_inside_eq": 1, + "permut_add_cons_inside": 3, + "permut_add_inside": 1, + "permut_middle": 1, + "permut_refl.": 5, + "permut_sym_app": 1, + "do": 5, + "arith.": 8, + "permut_rev": 1, + "rev": 7, + "permut_add_cons_inside.": 1, + "app_nil_end": 1, + "results": 1, + "permut_conv_inv": 1, + "plus_reg_l.": 1, + "permut_app_inv1": 1, + "list_contents_app.": 1, + "plus_reg_l": 1, + "multiplicity": 6, + "Fact": 3, + "if_eqA_then": 1, + "if_eqA_refl": 3, + "decide_left": 1, + "Global": 4, + "if_eqA": 1, + "contradict": 3, + "transitivity": 4, + "eauto": 8, + "if_eqA_rewrite_r": 1, + "A2": 4, + "Hxx": 1, + "multiplicity_InA": 4, + "InA": 8, + "a.": 5, + "split": 15, + "right.": 9, + "IHl": 8, + "multiplicity_InA_O": 2, + "multiplicity_InA_S": 1, + "multiplicity_NoDupA": 1, + "NoDupA": 3, + "inversion_clear": 6, + "EQ": 8, + "NEQ": 1, + "omega": 2, + "Permutation": 42, + "is": 4, + "compatible": 1, + "permut_InA_InA": 3, + "multiplicity_InA.": 1, + "meq.": 2, + "permut_cons_InA": 4, + "permut_nil": 2, + "by": 9, + "Abs": 2, + "permut_length_1": 1, + "discriminate.": 1, + "permut_length_2": 1, + "P.": 5, + "permut_length_1.": 2, + "red": 7, + "@if_eqA_rewrite_l": 2, + "permut_length": 1, + "length": 23, + "InA_split": 2, + "h2": 1, + "app_length.": 2, + "plus_n_Sm": 1, + "f_equal.": 1, + "app_length": 2, + "IHl1": 1, + "permut_remove_hd": 1, + "f_equal": 1, + "if_eqA_rewrite_l": 1, + "NoDupA_equivlistA_permut": 1, + "Equivalence_Reflexive.": 1, + "change": 1, + "Equivalence_Reflexive": 1, + "Forall2": 1, + "permutation_Permutation": 1, + "Heq": 8, + "permut_remove_hd_eq": 1, + "Permutation_impl_permutation": 1, + "permut_eqA": 1, + "Permut_permut.": 1, + "permut_right": 1, + "only": 3, + "parsing": 3, + "permut_tran": 1, + "Setoid": 1, + "Compare_dec": 1, + "ListNotations.": 1, + "Permutation.": 1, + "perm_nil": 1, + "perm_skip": 1, + "Logic.eq": 2, + "@Permutation": 6, + "iff": 1, + "@In": 1, + "Permutation_in.": 2, + "Permutation_app_tail": 1, + "tl": 7, + "Hperm": 4, + "Hpermmm": 1, + "idtac": 1, + "app_comm_cons": 3, + "Permutation_app_head": 1, + "Permutation_trans": 1, + "@app": 1, + "Permutation_app.": 1, + "Permutation_add_inside": 1, + "Permutation_app": 1, + "Permutation_cons_append": 1, + "Permutation_cons_append.": 3, + "Permutation_app_comm": 3, + "app_nil_r": 2, + "app_assoc": 2, + "Permutation_cons_app": 2, + "Permutation_middle": 2, + "Permutation_rev": 3, + "1": 2, + "@rev": 1, + "2": 2, + "Permutation_length": 2, + "@length": 1, + "Permutation_length.": 1, + "Permutation_ind_bis": 2, + "Hnil": 1, + "Hskip": 3, + "Hswap": 2, + "Htrans.": 1, + "Htrans": 1, + "eauto.": 7, + "Ltac": 1, + "break_list": 4, + "injection": 8, + "Permutation_nil_app_cons": 1, + "eapply": 7, + "Hp": 5, + "IH": 4, + "H6": 3, + "in_or_app": 1, + "perm_trans": 1, + "Permutation_cons_inv": 2, + "Permutation_cons_app_inv": 1, + "Permutation_app_inv": 2, + "Permutation_app_inv_l": 1, + "Permutation_app_inv_r": 1, + "Permutation_length_1_inv": 3, + "Heqm": 5, + "discriminate": 4, + "||": 2, + "Permutation_nil": 1, + "Permutation_length_1": 1, + "Permutation_length_2_inv": 2, + "Heqm.": 1, + "tauto": 1, + "IHPermutation1": 1, + "IHPermutation2": 1, + "Permutation_length_2": 1, + "b1.": 1, + "in_middle": 3, + "In": 7, + "in_app_iff": 1, + "tauto.": 1, + "NoDup_cardinal_incl": 2, + "incl": 3, + "N": 2, + "Hal": 2, + "Hl": 3, + "in_split": 1, + "H12": 5, + "Ha.": 1, + "Hx": 24, + "NoDup_remove_1": 1, + "eq_add_S": 3, + "arith": 5, + "Hy": 17, + "intuition": 1, + "NoDup_Permutation": 1, + "NoDup": 2, + "exfalso.": 1, + "NoDup_Permutation_bis": 2, + "constructor.": 6, + "intuition.": 2, + "Permutation_NoDup": 1, + "Permutation_map": 1, + "Hf": 15, + "Hy.": 3, + "injective_bounded_surjective": 1, + "injective": 6, + "set": 1, + "seq": 2, + "map": 4, + "in_map_iff.": 2, + "in_seq": 4, + "injective_map_NoDup": 2, + "seq_NoDup": 1, + "map_length": 1, + "in_map_iff": 1, + "nat_bijection_Permutation": 1, + "BD.": 1, + "seq_NoDup.": 1, + "map_length.": 1, + "Injection": 1, + "Permutation_alt": 1, + "Alternative": 1, + "characterization": 1, + "of": 4, + "via": 1, + "nth_error": 7, + "and": 1, + "nth": 2, + "adapt": 4, + "le_lt_dec": 9, + "adapt_injective": 1, + "adapt.": 2, + "EQ.": 2, + "LE": 11, + "LT": 14, + "Hf.": 1, + "Lt.le_lt_or_eq": 3, + "LE.": 3, + "lt": 3, + "LT.": 5, + "Lt.S_pred": 3, + "Lt.lt_not_le": 2, + "adapt_ok": 2, + "nth_error_app1": 1, + "nth_error_app2": 1, + "Minus.minus_Sn_m": 1, + "Permutation_nth_error": 2, + "IHP": 1, + "IHP2": 1, + "g": 6, + "Hg": 2, + "E.": 2, + "L12": 2, + "plus_n_Sm.": 1, + "adapt_injective.": 1, + "nth_error_None": 4, + "Hn": 1, + "Hf2": 1, + "Hf3": 2, + "Lt.le_or_lt": 1, + "Lt.lt_irrefl": 2, + "Lt.lt_le_trans": 2, + "Hf1": 1, + "congruence.": 1, + "Permutation_alt.": 1, + "Permutation_app_swap": 1, + "Lists.": 1, + "X.": 4, + "app": 5, + "snoc": 9, + "Arguments": 11, + "list123": 1, + "test_repeat1": 1, + "nil_app": 1, + "rev_snoc": 1, + "snoc_with_append": 1, + "v.": 1, + "IHl1.": 1, + "prod": 3, + "Y.": 1, + "type_scope.": 1, + "combine": 3, + "lx": 4, + "ly": 4, + "tx": 2, + "ty": 7, + "tp": 2, + "xs": 7, + "plus3": 2, + "prod_curry": 3, + "prod_uncurry": 3, + "uncurry_uncurry": 1, + "curry_uncurry": 1, + "filter": 3, + "test": 4, + "countoddmembers": 1, + "k": 7, + "fmostlytrue": 5, + "override": 5, + "ftrue": 1, + "override_example1": 1, + "override_example2": 1, + "override_example3": 1, + "override_example4": 1, + "override_example": 1, + "constfun": 1, + "unfold_example_bad": 1, + "plus3.": 1, + "override_eq": 1, + "override.": 2, + "override_neq": 1, + "x1.": 1, + "eq.": 11, + "silly4": 1, + "silly5": 1, + "sillyex1": 1, + "j": 6, + "j.": 1, + "silly6": 1, + "contra.": 14, + "silly7": 1, + "sillyex2": 1, + "beq_nat_eq": 1, + "assertion": 3, + "Hl.": 1, + "eq": 4, + "beq_nat_O_l": 1, + "beq_nat_O_r": 1, + "double_injective": 1, + "double": 2, + "fold_map": 2, + "fold": 1, + "total": 2, + "fold_map_correct": 1, + "fold_map.": 1, + "forallb": 4, + "existsb": 3, + "existsb2": 2, + "existsb_correct": 1, + "existsb2.": 1, + "x0": 8, + "index_okx": 1, + "mumble": 5, + "mumble.": 1, + "grumble": 3, + "Logic.": 1, + "Prop.": 1, + "partial_function": 6, + "R": 54, + "y1": 6, + "y2": 5, + "y2.": 3, + "next_nat_partial_function": 1, + "next_nat.": 1, + "partial_function.": 5, + "Q.": 2, + "le_not_a_partial_function": 1, + "le": 1, + "not.": 3, + "Nonsense.": 4, + "le_n.": 6, + "le_S.": 4, + "total_relation_not_partial_function": 1, + "total_relation": 1, + "total_relation1.": 2, + "empty_relation_not_partial_funcion": 1, + "empty_relation.": 1, + "reflexive": 5, + "le_reflexive": 1, + "le.": 4, + "reflexive.": 1, + "transitive": 8, + "le_trans": 4, + "Hnm": 3, + "Hmo.": 4, + "Hnm.": 3, + "IHHmo.": 1, + "lt_trans": 4, + "lt.": 2, + "transitive.": 1, + "le_S": 6, + "Hm": 1, + "le_Sn_le": 2, + "<=>": 9, + "le_S_n": 2, + "Sn_le_Sm__n_le_m.": 1, + "le_Sn_n": 5, + "not": 1, + "TODO": 1, + "Hmo": 1, + "symmetric": 2, + "antisymmetric": 3, + "le_antisymmetric": 1, + "Sn_le_Sm__n_le_m": 2, + "IHb": 1, + "equivalence": 1, + "order": 2, + "preorder": 1, + "le_order": 1, + "order.": 1, + "le_reflexive.": 1, + "le_antisymmetric.": 1, + "le_trans.": 1, + "clos_refl_trans": 8, + "rt_step": 1, + "rt_refl": 1, + "rt_trans": 3, + "next_nat_closure_is_le": 1, + "next_nat": 1, + "rt_refl.": 2, + "IHle.": 1, + "rt_step.": 2, + "nn.": 1, + "IHclos_refl_trans1.": 2, + "IHclos_refl_trans2.": 2, + "refl_step_closure": 11, + "rsc_refl": 1, + "rsc_step": 4, + "rsc_R": 2, + "r.": 2, + "rsc_refl.": 4, + "rsc_trans": 4, + "IHrefl_step_closure": 1, + "rtc_rsc_coincide": 1, + "IHrefl_step_closure.": 1, + "Imp.": 1, + "Relations.": 1, + "tm": 43, + "tm_const": 45, + "tm_plus": 30, + "tm.": 3, + "SimpleArith0.": 2, + "eval": 8, + "SimpleArith1.": 2, + "Reserved": 3, + "E_Const": 2, + "E_Plus": 2, + "n1": 19, + "n2": 15, + "where": 5, + "test_step_1": 1, + "ST_Plus1.": 2, + "ST_PlusConstConst.": 3, + "test_step_2": 1, + "ST_Plus2.": 2, + "step_deterministic": 1, + "step.": 3, + "Hy1": 2, + "Hy2.": 2, + "step_cases": 4, + "Hy2": 3, + "SCase.": 3, + "Hy1.": 5, + "IHHy1": 2, + "SimpleArith2.": 1, + "value": 25, + "v_const": 4, + "step": 9, + "ST_PlusConstConst": 3, + "ST_Plus1": 2, + "assumption": 3, + "strong_progress": 2, + "value_not_same_as_normal_form": 2, + "normal_form": 3, + "t.": 4, + "normal_form.": 2, + "v_funny.": 1, + "Temp1.": 1, + "Temp2.": 1, + "ST_Funny": 1, + "H4.": 1, + "Temp3.": 1, + "Temp4.": 2, + "tm_true": 8, + "tm_false": 5, + "tm_if": 10, + "v_true": 1, + "v_false": 1, + "tm_false.": 3, + "ST_IfTrue": 1, + "ST_IfFalse": 1, + "ST_If": 1, + "t3": 6, + "bool_step_prop4": 1, + "bool_step_prop4_holds": 1, + "bool_step_prop4.": 2, + "ST_ShortCut.": 1, + "left.": 3, + "IHt1.": 1, + "t2.": 4, + "t3.": 2, + "ST_If.": 2, + "Temp5.": 1, + "stepmany": 4, + "normalizing": 1, + "IHt2": 3, + "H11": 2, + "H21": 3, + "H22": 2, + "nf_same_as_value": 3, + "H12.": 1, + "H22.": 1, + "H11.": 1, + "stepmany_congr_1": 1, + "stepmany_congr2": 1, + "eval__value": 1, + "HE.": 1, + "eval_cases": 1, + "HE": 1, + "v_const.": 1, + "Sorted.": 1, + "Mergesort.": 1, + "STLC.": 1, + "ty_Bool": 10, + "ty_arrow": 7, + "ty.": 2, + "tm_var": 6, + "tm_app": 7, + "tm_abs": 9, + "idB": 2, + "idBB": 2, + "idBBBB": 2, + "v_abs": 1, + "t_true": 1, + "t_false": 1, + "Constructors": 2, + "value.": 1, + "ST_App2": 1, + "step_example3": 1, + "idB.": 1, + "rsc_step.": 2, + "ST_App1.": 2, + "ST_AppAbs.": 3, + "v_abs.": 2, + "context": 1, + "partial_map": 4, + "Context.": 1, + "empty": 3, + "extend": 1, + "Gamma": 10, + "has_type": 4, + "appears_free_in": 1, + "S.": 1, + "HT": 1, + "T_Var.": 1, + "extend_neq": 1, + "Heqe.": 3, + "T_Abs.": 1, + "context_invariance...": 2, + "Hafi.": 2, + "extend.": 2, + "IHt.": 1, + "Coiso1.": 2, + "Coiso2.": 3, + "HeqCoiso1.": 1, + "HeqCoiso2.": 1, + "beq_id_false_not_eq.": 1, + "ex_falso_quodlibet.": 1, + "preservation": 1, + "HT.": 1, + "substitution_preserves_typing": 1, + "T11.": 4, + "HT1.": 1, + "T_App": 2, + "IHHT1.": 1, + "IHHT2.": 1, + "tm_cases": 1, + "Ht": 1, + "Ht.": 3, + "IHt1": 2, + "T11": 2, + "ST_App2.": 1, + "ty_Bool.": 1, + "IHt3": 1, + "ST_IfTrue.": 1, + "ST_IfFalse.": 1, + "types_unique": 1, + "T12": 2, + "IHhas_type.": 1, + "IHhas_type1.": 1, + "IHhas_type2.": 1, + "Eqdep_dec.": 1, + "Arith.": 2, + "eq_rect_eq_nat": 2, + "Q": 3, + "eq_rect": 3, + "h.": 1, + "K_dec_set": 1, + "eq_nat_dec.": 1, + "Scheme": 1, + "le_ind": 1, + "le_n": 4, + "n0": 4, + "refl_equal": 4, + "pattern": 2, + "case": 2, + "contradiction": 8, + "m0": 1, + "HeqS": 3, + "HeqS.": 2, + "eq_rect_eq_nat.": 1, + "IHp": 2, + "dep_pair_intro": 2, + "<=n),>": 1, + "x=": 1, + "exist": 7, + "Heq.": 6, + "le_uniqueness_proof": 1, + "Hy0": 1, + "card": 2, + "card_interval": 1, + "<=n}>": 1, + "proj1_sig": 1, + "proj2_sig": 1, + "Hq": 3, + "Hpq.": 1, + "Hmn.": 1, + "Hmn": 1, + "interval_dec": 1, + "dep_pair_intro.": 3, + "eq_S.": 1, + "Hneq.": 2, + "card_inj_aux": 1, + "False.": 1, + "Hfbound": 1, + "Hfinj": 1, + "Hgsurj.": 1, + "Hgsurj": 3, + "Hfx": 2, + "le_n_O_eq.": 2, + "Hfbound.": 2, + "Hx.": 4, + "xSn": 21, + "bounded": 1, + "Hlefx": 1, + "Hgefx": 1, + "Hlefy": 1, + "Hgefy": 1, + "Hfinj.": 3, + "sym_not_eq.": 2, + "Heqf.": 2, + "Hneqy.": 2, + "le_lt_trans": 2, + "le_O_n.": 2, + "le_neq_lt": 2, + "Hneqx.": 2, + "pred_inj.": 1, + "lt_O_neq": 2, + "neq_dep_intro": 2, + "inj_restrict": 1, + "Heqf": 1, + "surjective": 1, + "Hlep.": 3, + "Hlt": 3, + "Hfsurj": 2, + "le_n_S": 1, + "Hlep": 4, + "Hneq": 7, + "Heqx.": 2, + "Heqx": 4, + "le_not_lt": 1, + "lt_n_Sn.": 1, + "Hlt.": 1, + "lt_irrefl": 2, + "lt_le_trans": 1, + "pose": 1, + "Hneqx": 1, + "Hneqy": 1, + "Heqg": 1, + "Hdec": 3, + "Heqy": 1, + "Hginj": 1, + "HSnx.": 1, + "HSnx": 1, + "interval_discr": 1, + "<=m}>": 1, + "card_inj": 1, + "interval_dec.": 1, + "card_interval.": 2 + }, + "Dart": { + "class": 1, + "Point": 7, + "{": 3, + "(": 7, + "this.x": 1, + "this.y": 1, + ")": 7, + ";": 8, + "distanceTo": 1, + "other": 1, + "var": 3, + "dx": 3, + "x": 2, + "-": 2, + "other.x": 1, + "dy": 3, + "y": 2, + "other.y": 1, + "return": 1, + "Math.sqrt": 1, + "*": 2, + "+": 1, + "}": 3, + "main": 1, + "p": 1, + "new": 2, + "q": 1, + "print": 1 + }, + "Delphi": { + "program": 1, + "gmail": 1, + ";": 6, + "uses": 1, + "Forms": 1, + "Unit2": 1, + "in": 1, + "{": 2, + "Form2": 2, + "}": 2, + "R": 1, + "*.res": 1, + "begin": 1, + "Application.Initialize": 1, + "Application.MainFormOnTaskbar": 1, + "True": 1, + "Application.CreateForm": 1, + "(": 1, + "TForm2": 1, + ")": 1, + "Application.Run": 1, + "end.": 1 + }, + "Diff": { + "diff": 1, + "-": 5, + "git": 1, + "a/lib/linguist.rb": 2, + "b/lib/linguist.rb": 2, + "index": 1, + "d472341..8ad9ffb": 1, + "+": 3 + }, + "Emacs Lisp": { + "(": 1, + "print": 1, + ")": 1 + }, + "GAS": { + ".cstring": 1, + "LC0": 2, + ".ascii": 2, + ".text": 1, + ".globl": 2, + "_main": 2, + "LFB3": 4, + "pushq": 1, + "%": 6, + "rbp": 2, + "LCFI0": 3, + "movq": 1, + "rsp": 1, + "LCFI1": 2, + "leaq": 1, + "(": 1, + "rip": 1, + ")": 1, + "rdi": 1, + "call": 1, + "_puts": 1, + "movl": 1, + "eax": 1, + "leave": 1, + "ret": 1, + "LFE3": 2, + ".section": 1, + "__TEXT": 1, + "__eh_frame": 1, + "coalesced": 1, + "no_toc": 1, + "+": 2, + "strip_static_syms": 1, + "live_support": 1, + "EH_frame1": 2, + ".set": 5, + "L": 10, + "set": 10, + "LECIE1": 2, + "-": 7, + "LSCIE1": 2, + ".long": 6, + ".byte": 20, + "xc": 1, + ".align": 2, + "_main.eh": 2, + "LSFDE1": 1, + "LEFDE1": 2, + "LASFDE1": 3, + ".quad": 2, + ".": 1, + "xe": 1, + "xd": 1, + ".subsections_via_symbols": 1 + }, + "Gosu": { + "<%!-->": 1, + "defined": 1, + "in": 3, + "Hello": 2, + "gst": 1, + "<": 1, + "%": 2, + "@": 1, + "params": 1, + "(": 54, + "users": 2, + "Collection": 1, + "": 1, + ")": 55, + "<%>": 2, + "for": 2, + "user": 1, + "{": 28, + "user.LastName": 1, + "}": 28, + "user.FirstName": 1, + "user.Department": 1, + "package": 2, + "example": 2, + "enhancement": 1, + "String": 6, + "function": 11, + "toPerson": 1, + "Person": 7, + "var": 10, + "vals": 4, + "this.split": 1, + "return": 4, + "new": 6, + "as": 3, + "int": 2, + "Relationship.valueOf": 2, + "uses": 2, + "java.util.*": 1, + "java.io.File": 1, + "class": 1, + "extends": 1, + "Contact": 1, + "implements": 1, + "IEmailable": 2, + "_name": 4, + "_age": 3, + "Integer": 3, + "Age": 1, + "_relationship": 2, + "Relationship": 3, + "readonly": 1, + "RelationshipOfPerson": 1, + "delegate": 1, + "_emailHelper": 2, + "represents": 1, + "enum": 1, + "FRIEND": 1, + "FAMILY": 1, + "BUSINESS_CONTACT": 1, + "//": 1, + "static": 7, + "ALL_PEOPLE": 2, + "HashMap": 1, + "": 1, + "/*": 4, + "*/": 4, + "construct": 1, + "name": 4, + "age": 4, + "relationship": 2, + "EmailHelper": 1, + "this": 1, + "property": 2, + "get": 1, + "Name": 3, + "set": 1, + "override": 1, + "getEmailName": 1, + "incrementAge": 1, + "+": 2, + "@Deprecated": 1, + "printPersonInfo": 1, + "print": 4, + "addPerson": 4, + "p": 5, + "if": 4, + "ALL_PEOPLE.containsKey": 2, + ".Name": 1, + "throw": 1, + "IllegalArgumentException": 1, + "p.Name": 2, + "addAllPeople": 1, + "contacts": 2, + "List": 1, + "": 1, + "contact": 3, + "typeis": 1, + "and": 1, + "not": 1, + "contact.Name": 1, + "getAllPeopleOlderThanNOrderedByName": 1, + "allPeople": 1, + "ALL_PEOPLE.Values": 3, + "allPeople.where": 1, + "-": 3, + "p.Age": 1, + ".orderBy": 1, + "loadPersonFromDB": 1, + "id": 1, + "using": 2, + "conn": 1, + "DBConnectionManager.getConnection": 1, + "stmt": 1, + "conn.prepareStatement": 1, + "stmt.setInt": 1, + "result": 1, + "stmt.executeQuery": 1, + "result.next": 1, + "result.getString": 2, + "result.getInt": 1, + "loadFromFile": 1, + "file": 3, + "File": 2, + "file.eachLine": 1, + "line": 1, + "line.HasContent": 1, + "line.toPerson": 1, + "saveToFile": 1, + "writer": 2, + "FileWriter": 1, + "PersonCSVTemplate.renderToString": 1, + "PersonCSVTemplate.render": 1, + "hello": 1 + }, + "Groovy": { + "task": 1, + "echoDirListViaAntBuilder": 1, + "(": 7, + ")": 7, + "{": 3, + "description": 1, + "//Docs": 1, + "http": 1, + "//ant.apache.org/manual/Types/fileset.html": 1, + "//Echo": 1, + "the": 3, + "Gradle": 1, + "project": 1, + "name": 1, + "via": 1, + "ant": 1, + "echo": 1, + "plugin": 1, + "ant.echo": 3, + "message": 1, + "project.name": 1, + "path": 2, + "//Gather": 1, + "list": 1, + "of": 1, + "files": 1, + "in": 1, + "a": 1, + "subdirectory": 1, + "ant.fileScanner": 1, + "fileset": 1, + "dir": 1, + "}": 3, + ".each": 1, + "//Print": 1, + "each": 1, + "file": 1, + "to": 1, + "screen": 1, + "with": 1, + "CWD": 1, + "projectDir": 1, + "removed.": 1, + "println": 2, + "it.toString": 1, + "-": 1, + "#": 1, + "/usr/bin/env": 1, + "groovy": 1 + }, + "Groovy Server Pages": { + "": 4, + "": 4, + "": 4, + "http": 3, + "equiv=": 3, + "content=": 4, + "": 4, + "Testing": 3, + "with": 3, + "SiteMesh": 2, + "and": 2, + "Resources": 2, + "": 4, + "name=": 1, + "": 2, + "module=": 2, + "": 4, + "": 4, + "": 4, + "": 4, + "<%@>": 1, + "page": 2, + "contentType=": 1, + "Using": 1, + "directive": 1, + "tag": 1, + "": 2, + "Print": 1, + "{": 1, + "example": 1, + "}": 1 + }, + "Haml": { + "%": 1, + "p": 1, + "Hello": 1, + "World": 1 + }, + "INI": { + "user": 1, + "name": 1, + "Josh": 1, + "Peek": 1, + "email": 1, + "josh@github.com": 1 + }, + "Ioke": { + "#": 1, + "/usr/bin/env": 1, + "ioke": 1, + "println": 1 + }, + "Java": { + "/*": 85, + "*/": 86, + "package": 5, + "nokogiri.internals": 1, + ";": 598, + "import": 66, + "static": 91, + "nokogiri.internals.NokogiriHelpers.getNokogiriClass": 1, + "nokogiri.internals.NokogiriHelpers.isNamespace": 1, + "nokogiri.internals.NokogiriHelpers.stringOrNil": 1, + "nokogiri.HtmlDocument": 1, + "nokogiri.NokogiriService": 1, + "nokogiri.XmlDocument": 1, + "org.apache.xerces.parsers.DOMParser": 1, + "org.apache.xerces.xni.Augmentations": 1, + "org.apache.xerces.xni.QName": 1, + "org.apache.xerces.xni.XMLAttributes": 1, + "org.apache.xerces.xni.XNIException": 1, + "org.apache.xerces.xni.parser.XMLDocumentFilter": 1, + "org.apache.xerces.xni.parser.XMLParserConfiguration": 1, + "org.cyberneko.html.HTMLConfiguration": 1, + "org.cyberneko.html.filters.DefaultFilter": 1, + "org.jruby.Ruby": 2, + "org.jruby.RubyClass": 2, + "org.jruby.runtime.ThreadContext": 1, + "org.jruby.runtime.builtin.IRubyObject": 2, + "org.w3c.dom.Document": 1, + "org.w3c.dom.NamedNodeMap": 1, + "org.w3c.dom.NodeList": 1, + "public": 124, + "class": 10, + "HtmlDomParserContext": 3, + "extends": 7, + "XmlDomParserContext": 1, + "{": 255, + "(": 724, + "Ruby": 22, + "runtime": 30, + "IRubyObject": 14, + "options": 4, + ")": 722, + "super": 5, + "}": 254, + "encoding": 2, + "@Override": 6, + "protected": 4, + "void": 20, + "initErrorHandler": 1, + "if": 79, + "options.strict": 1, + "errorHandler": 6, + "new": 61, + "NokogiriStrictErrorHandler": 1, + "options.noError": 2, + "options.noWarning": 2, + "else": 28, + "NokogiriNonStrictErrorHandler4NekoHtml": 1, + "initParser": 1, + "XMLParserConfiguration": 1, + "config": 2, + "HTMLConfiguration": 1, + "XMLDocumentFilter": 3, + "removeNSAttrsFilter": 2, + "RemoveNSAttrsFilter": 2, + "elementValidityCheckFilter": 3, + "ElementValidityCheckFilter": 3, + "//XMLDocumentFilter": 1, + "filters": 3, + "config.setErrorHandler": 1, + "this.errorHandler": 2, + "parser": 1, + "DOMParser": 1, + "//": 47, + "setProperty": 4, + "java_encoding": 2, + "setFeature": 4, + "true": 16, + "false": 9, + "enableDocumentFragment": 1, + "XmlDocument": 3, + "getNewEmptyDocument": 1, + "ThreadContext": 2, + "context": 8, + "args": 6, + "return": 172, + "XmlDocument.rbNew": 1, + "getNokogiriClass": 1, + "context.getRuntime": 3, + "wrapDocument": 1, + "RubyClass": 71, + "klazz": 34, + "Document": 2, + "document": 5, + "HtmlDocument": 2, + "htmlDocument": 3, + "NokogiriService.HTML_DOCUMENT_ALLOCATOR.allocate": 1, + "htmlDocument.setDocumentNode": 1, + "ruby_encoding.isNil": 1, + "detected_encoding": 2, + "null": 43, + "&&": 6, + "detected_encoding.isNil": 1, + "ruby_encoding": 3, + "String": 32, + "charset": 2, + "tryGetCharsetFromHtml5MetaTag": 2, + "stringOrNil": 1, + "htmlDocument.setEncoding": 1, + "htmlDocument.setParsedEncoding": 1, + "private": 35, + ".equalsIgnoreCase": 5, + "document.getDocumentElement": 2, + ".getNodeName": 4, + "NodeList": 2, + "list": 1, + ".getChildNodes": 2, + "for": 15, + "int": 52, + "i": 54, + "<": 13, + "list.getLength": 1, + "+": 79, + "list.item": 2, + "headers": 1, + "j": 8, + "headers.getLength": 1, + "headers.item": 2, + "NamedNodeMap": 1, + "nodeMap": 1, + ".getAttributes": 1, + "k": 5, + "nodeMap.getLength": 1, + "nodeMap.item": 2, + ".getNodeValue": 1, + "DefaultFilter": 2, + "startElement": 2, + "QName": 2, + "element": 3, + "XMLAttributes": 2, + "attrs": 4, + "Augmentations": 2, + "augs": 4, + "throws": 10, + "XNIException": 2, + "attrs.getLength": 1, + "isNamespace": 1, + "attrs.getQName": 1, + "attrs.removeAttributeAt": 1, + "-": 12, + "element.uri": 1, + "super.startElement": 2, + "NokogiriErrorHandler": 2, + "element_names": 3, + "boolean": 29, + "isValid": 2, + "testee": 1, + "char": 13, + "c": 21, + "testee.toCharArray": 1, + "index": 4, + "Integer": 2, + ".length": 1, + "testee.equals": 1, + "name": 10, + "name.rawname": 2, + "errorHandler.getErrors": 1, + ".add": 1, + "Exception": 1, + "hudson.model": 1, + "hudson.ExtensionListView": 1, + "hudson.Functions": 1, + "hudson.Platform": 1, + "hudson.PluginManager": 1, + "hudson.cli.declarative.CLIResolver": 1, + "hudson.model.listeners.ItemListener": 1, + "hudson.slaves.ComputerListener": 1, + "hudson.util.CopyOnWriteList": 1, + "hudson.util.FormValidation": 1, + "jenkins.model.Jenkins": 1, + "org.jvnet.hudson.reactor.ReactorException": 1, + "org.kohsuke.stapler.QueryParameter": 1, + "org.kohsuke.stapler.Stapler": 1, + "org.kohsuke.stapler.StaplerRequest": 1, + "org.kohsuke.stapler.StaplerResponse": 1, + "javax.servlet.ServletContext": 1, + "javax.servlet.ServletException": 1, + "java.io.File": 1, + "java.io.IOException": 1, + "java.text.NumberFormat": 1, + "java.text.ParseException": 1, + "java.util.Collections": 2, + "java.util.List": 1, + "java.util.Map": 3, + "hudson.Util.fixEmpty": 1, + "Hudson": 5, + "Jenkins": 2, + "transient": 2, + "final": 54, + "CopyOnWriteList": 4, + "": 2, + "itemListeners": 2, + "ExtensionListView.createCopyOnWriteList": 2, + "ItemListener.class": 1, + "": 2, + "computerListeners": 2, + "ComputerListener.class": 1, + "@CLIResolver": 1, + "getInstance": 2, + "Jenkins.getInstance": 2, + "File": 2, + "root": 4, + "ServletContext": 2, + "IOException": 7, + "InterruptedException": 2, + "ReactorException": 2, + "this": 4, + "PluginManager": 1, + "pluginManager": 2, + "getJobListeners": 1, + "getComputerListeners": 1, + "Slave": 3, + "getSlave": 1, + "Node": 1, + "n": 3, + "getNode": 1, + "instanceof": 14, + "List": 3, + "": 2, + "getSlaves": 1, + "slaves": 3, + "setSlaves": 1, + "setNodes": 1, + "TopLevelItem": 3, + "getJob": 1, + "getItem": 1, + "getJobCaseInsensitive": 1, + "match": 2, + "Functions.toEmailSafeString": 2, + "item": 2, + "getItems": 1, + "item.getName": 1, + "synchronized": 1, + "doQuietDown": 2, + "StaplerResponse": 3, + "rsp": 4, + "ServletException": 2, + ".generateResponse": 1, + "doLogRss": 1, + "StaplerRequest": 3, + "req": 4, + "qs": 2, + "req.getQueryString": 1, + "rsp.sendRedirect2": 1, + "value": 7, + "type": 5, + "errorText": 6, + "warningText": 5, + "number": 2, + "and": 1, + ".": 1, + "*": 6, + "@deprecated": 1, + "as": 1, + "of": 2, + ".324": 1, + "Either": 1, + "use": 1, + "client": 1, + "side": 1, + "validation": 1, + "e.g.": 1, + "or": 1, + "define": 1, + "your": 1, + "own": 1, + "check": 1, + "method": 3, + "instead": 1, + "relying": 1, + "on": 1, + "generic": 1, + "one.": 1, + "FormValidation": 2, + "doFieldCheck": 1, + "@QueryParameter": 4, + "fixEmpty": 4, + "FormValidation.error": 4, + "FormValidation.warning": 1, + "try": 8, + "type.equalsIgnoreCase": 2, + "NumberFormat.getInstance": 2, + ".parse": 2, + ".floatValue": 1, + "<=>": 1, + "0": 1, + "error": 1, + "Messages": 1, + "Hudson_NotAPositiveNumber": 1, + "equalsIgnoreCase": 1, + "negative": 1, + "NumberFormat": 1, + "parse": 1, + "floatValue": 1, + "Messages.Hudson_NotANegativeNumber": 1, + "catch": 8, + "ParseException": 1, + "e": 11, + "Messages.Hudson_NotANumber": 1, + "FormValidation.ok": 1, + "isWindows": 1, + "File.pathSeparatorChar": 1, + "isDarwin": 1, + "Platform.isDarwin": 1, + "adminCheck": 3, + "Stapler.getCurrentRequest": 1, + "Stapler.getCurrentResponse": 1, + "isAdmin": 4, + "rsp.sendError": 1, + "StaplerResponse.SC_FORBIDDEN": 1, + ".getACL": 1, + ".hasPermission": 1, + "ADMINISTER": 1, + "XSTREAM.alias": 1, + "Hudson.class": 1, + "MasterComputer": 1, + "Jenkins.MasterComputer": 1, + "CloudList": 3, + "Jenkins.CloudList": 1, + "h": 2, + "nokogiri": 6, + "java.util.HashMap": 1, + "org.jruby.RubyArray": 1, + "org.jruby.RubyFixnum": 1, + "org.jruby.RubyModule": 1, + "org.jruby.runtime.ObjectAllocator": 1, + "org.jruby.runtime.load.BasicLibraryService": 1, + "NokogiriService": 1, + "implements": 1, + "BasicLibraryService": 1, + "nokogiriClassCacheGvarName": 1, + "Map": 1, + "": 2, + "nokogiriClassCache": 2, + "basicLoad": 1, + "ruby": 25, + "init": 2, + "createNokogiriClassCahce": 2, + "Collections.synchronizedMap": 1, + "HashMap": 1, + "nokogiriClassCache.put": 26, + "ruby.getClassFromPath": 26, + "RubyModule": 18, + "ruby.defineModule": 1, + "xmlModule": 7, + "nokogiri.defineModuleUnder": 3, + "xmlSaxModule": 3, + "xmlModule.defineModuleUnder": 1, + "htmlModule": 5, + "htmlSaxModule": 3, + "htmlModule.defineModuleUnder": 1, + "xsltModule": 3, + "createNokogiriModule": 2, + "createSyntaxErrors": 2, + "xmlNode": 2, + "createXmlModule": 2, + "createHtmlModule": 2, + "createDocuments": 2, + "createSaxModule": 2, + "createXsltModule": 2, + "encHandler": 1, + "nokogiri.defineClassUnder": 2, + "ruby.getObject": 13, + "ENCODING_HANDLER_ALLOCATOR": 2, + "encHandler.defineAnnotatedMethods": 1, + "EncodingHandler.class": 1, + "syntaxError": 2, + "ruby.getStandardError": 2, + ".getAllocator": 1, + "xmlSyntaxError": 4, + "xmlModule.defineClassUnder": 23, + "XML_SYNTAXERROR_ALLOCATOR": 2, + "xmlSyntaxError.defineAnnotatedMethods": 1, + "XmlSyntaxError.class": 1, + "node": 14, + "XML_NODE_ALLOCATOR": 1, + "node.defineAnnotatedMethods": 1, + "XmlNode.class": 1, + "attr": 1, + "XML_ATTR_ALLOCATOR": 1, + "attr.defineAnnotatedMethods": 1, + "XmlAttr.class": 1, + "attrDecl": 1, + "XML_ATTRIBUTE_DECL_ALLOCATOR": 1, + "attrDecl.defineAnnotatedMethods": 1, + "XmlAttributeDecl.class": 1, + "characterData": 3, + "comment": 1, + "XML_COMMENT_ALLOCATOR": 1, + "comment.defineAnnotatedMethods": 1, + "XmlComment.class": 1, + "text": 2, + "XML_TEXT_ALLOCATOR": 2, + "text.defineAnnotatedMethods": 1, + "XmlText.class": 1, + "cdata": 1, + "XML_CDATA_ALLOCATOR": 1, + "cdata.defineAnnotatedMethods": 1, + "XmlCdata.class": 1, + "dtd": 1, + "XML_DTD_ALLOCATOR": 1, + "dtd.defineAnnotatedMethods": 1, + "XmlDtd.class": 1, + "documentFragment": 1, + "XML_DOCUMENT_FRAGMENT_ALLOCATOR": 1, + "documentFragment.defineAnnotatedMethods": 1, + "XmlDocumentFragment.class": 1, + "XML_ELEMENT_ALLOCATOR": 1, + "element.defineAnnotatedMethods": 1, + "XmlElement.class": 1, + "elementContent": 1, + "XML_ELEMENT_CONTENT_ALLOCATOR": 1, + "elementContent.defineAnnotatedMethods": 1, + "XmlElementContent.class": 1, + "elementDecl": 1, + "XML_ELEMENT_DECL_ALLOCATOR": 1, + "elementDecl.defineAnnotatedMethods": 1, + "XmlElementDecl.class": 1, + "entityDecl": 1, + "XML_ENTITY_DECL_ALLOCATOR": 1, + "entityDecl.defineAnnotatedMethods": 1, + "XmlEntityDecl.class": 1, + "entityDecl.defineConstant": 6, + "RubyFixnum.newFixnum": 6, + "XmlEntityDecl.INTERNAL_GENERAL": 1, + "XmlEntityDecl.EXTERNAL_GENERAL_PARSED": 1, + "XmlEntityDecl.EXTERNAL_GENERAL_UNPARSED": 1, + "XmlEntityDecl.INTERNAL_PARAMETER": 1, + "XmlEntityDecl.EXTERNAL_PARAMETER": 1, + "XmlEntityDecl.INTERNAL_PREDEFINED": 1, + "entref": 1, + "XML_ENTITY_REFERENCE_ALLOCATOR": 1, + "entref.defineAnnotatedMethods": 1, + "XmlEntityReference.class": 1, + "namespace": 1, + "XML_NAMESPACE_ALLOCATOR": 1, + "namespace.defineAnnotatedMethods": 1, + "XmlNamespace.class": 1, + "nodeSet": 1, + "XML_NODESET_ALLOCATOR": 1, + "nodeSet.defineAnnotatedMethods": 1, + "XmlNodeSet.class": 1, + "pi": 1, + "XML_PROCESSING_INSTRUCTION_ALLOCATOR": 1, + "pi.defineAnnotatedMethods": 1, + "XmlProcessingInstruction.class": 1, + "reader": 1, + "XML_READER_ALLOCATOR": 1, + "reader.defineAnnotatedMethods": 1, + "XmlReader.class": 1, + "schema": 2, + "XML_SCHEMA_ALLOCATOR": 2, + "schema.defineAnnotatedMethods": 1, + "XmlSchema.class": 1, + "relaxng": 1, + "XML_RELAXNG_ALLOCATOR": 2, + "relaxng.defineAnnotatedMethods": 1, + "XmlRelaxng.class": 1, + "xpathContext": 1, + "XML_XPATHCONTEXT_ALLOCATOR": 2, + "xpathContext.defineAnnotatedMethods": 1, + "XmlXpathContext.class": 1, + "htmlElemDesc": 1, + "htmlModule.defineClassUnder": 3, + "HTML_ELEMENT_DESCRIPTION_ALLOCATOR": 1, + "htmlElemDesc.defineAnnotatedMethods": 1, + "HtmlElementDescription.class": 1, + "htmlEntityLookup": 1, + "HTML_ENTITY_LOOKUP_ALLOCATOR": 1, + "htmlEntityLookup.defineAnnotatedMethods": 1, + "HtmlEntityLookup.class": 1, + "xmlDocument": 2, + "XML_DOCUMENT_ALLOCATOR": 1, + "xmlDocument.defineAnnotatedMethods": 1, + "XmlDocument.class": 1, + "//RubyModule": 1, + "htmlDoc": 1, + "html.defineOrGetClassUnder": 1, + "HTML_DOCUMENT_ALLOCATOR": 1, + "htmlDocument.defineAnnotatedMethods": 1, + "HtmlDocument.class": 1, + "xmlSaxParserContext": 5, + "xmlSaxModule.defineClassUnder": 2, + "XML_SAXPARSER_CONTEXT_ALLOCATOR": 2, + "xmlSaxParserContext.defineAnnotatedMethods": 1, + "XmlSaxParserContext.class": 1, + "xmlSaxPushParser": 1, + "XML_SAXPUSHPARSER_ALLOCATOR": 2, + "xmlSaxPushParser.defineAnnotatedMethods": 1, + "XmlSaxPushParser.class": 1, + "htmlSaxParserContext": 1, + "htmlSaxModule.defineClassUnder": 1, + "HTML_SAXPARSER_CONTEXT_ALLOCATOR": 1, + "htmlSaxParserContext.defineAnnotatedMethods": 1, + "HtmlSaxParserContext.class": 1, + "stylesheet": 1, + "xsltModule.defineClassUnder": 1, + "XSLT_STYLESHEET_ALLOCATOR": 2, + "stylesheet.defineAnnotatedMethods": 1, + "XsltStylesheet.class": 2, + "xsltModule.defineAnnotatedMethod": 1, + "ObjectAllocator": 18, + "allocate": 9, + "EncodingHandler": 1, + "not": 1, + "implemented": 1, + "XmlRelaxng": 5, + "xmlRelaxng": 3, + "clone": 14, + "xmlRelaxng.clone": 1, + "clone.setMetaClass": 7, + "CloneNotSupportedException": 7, + "XmlSaxParserContext": 5, + "xmlSaxParserContext.clone": 1, + "XmlSaxPushParser": 1, + "XmlSchema": 5, + "xmlSchema": 3, + "xmlSchema.clone": 1, + "XmlSyntaxError": 5, + "xmlSyntaxError.clone": 1, + "XmlText": 6, + "xmlText": 3, + "xmlText.clone": 1, + "XmlXpathContext": 5, + "xmlXpathContext": 3, + "xmlXpathContext.clone": 1, + "XsltStylesheet": 4, + "xsltStylesheet": 3, + "xsltStylesheet.clone": 1, + "clojure.asm": 1, + "java.lang.reflect.Constructor": 1, + "java.lang.reflect.Method": 1, + "Type": 42, + "VOID": 5, + "BOOLEAN": 6, + "CHAR": 6, + "BYTE": 6, + "SHORT": 6, + "INT": 6, + "FLOAT": 6, + "LONG": 7, + "DOUBLE": 7, + "ARRAY": 3, + "OBJECT": 3, + "VOID_TYPE": 3, + "BOOLEAN_TYPE": 3, + "CHAR_TYPE": 3, + "BYTE_TYPE": 3, + "SHORT_TYPE": 3, + "INT_TYPE": 3, + "FLOAT_TYPE": 3, + "LONG_TYPE": 3, + "DOUBLE_TYPE": 3, + "sort": 18, + "buf": 43, + "off": 25, + "len": 24, + "this.sort": 2, + "this.len": 2, + "this.buf": 2, + "this.off": 1, + "getType": 10, + "typeDescriptor": 1, + "typeDescriptor.toCharArray": 1, + "Class": 10, + "c.isPrimitive": 2, + "Integer.TYPE": 2, + "Void.TYPE": 3, + "Boolean.TYPE": 2, + "Byte.TYPE": 2, + "Character.TYPE": 2, + "Short.TYPE": 2, + "Double.TYPE": 2, + "Float.TYPE": 2, + "getDescriptor": 11, + "getObjectType": 1, + "l": 5, + "name.length": 2, + "name.getChars": 1, + "getArgumentTypes": 2, + "methodDescriptor": 2, + "methodDescriptor.toCharArray": 2, + "size": 8, + "while": 9, + "car": 18, + "break": 1, + ".len": 1, + "Method": 3, + "classes": 2, + "method.getParameterTypes": 1, + "types": 3, + "classes.length": 2, + "getReturnType": 2, + "methodDescriptor.indexOf": 1, + "method.getReturnType": 1, + "switch": 5, + "case": 46, + "default": 5, + "getSort": 1, + "getDimensions": 3, + "getElementType": 2, + "getClassName": 1, + "StringBuffer": 14, + "b": 1, + ".getClassName": 1, + "b.append": 1, + "b.toString": 1, + ".replace": 2, + "getInternalName": 2, + "buf.toString": 4, + "getMethodDescriptor": 2, + "returnType": 1, + "argumentTypes": 2, + "buf.append": 21, + "argumentTypes.length": 1, + ".getDescriptor": 1, + "returnType.getDescriptor": 1, + "c.getName": 1, + "getConstructorDescriptor": 1, + "Constructor": 1, + "parameters": 4, + "c.getParameterTypes": 1, + "parameters.length": 2, + ".toString": 1, + "m": 1, + "m.getParameterTypes": 1, + "m.getReturnType": 1, + "d": 10, + "d.isPrimitive": 1, + "d.isArray": 1, + "d.getComponentType": 1, + "d.getName": 1, + "name.charAt": 1, + "getSize": 1, + "||": 8, + "getOpcode": 1, + "opcode": 17, + "Opcodes.IALOAD": 1, + "Opcodes.IASTORE": 1, + "equals": 2, + "Object": 31, + "o": 12, + "t": 6, + "t.sort": 1, + "Type.OBJECT": 2, + "Type.ARRAY": 2, + "t.len": 1, + "t.off": 1, + "end": 4, + "t.buf": 1, + "hashCode": 1, + "hc": 4, + "toString": 1, + "clojure.lang": 1, + "java.lang.ref.Reference": 1, + "java.math.BigInteger": 1, + "java.util.concurrent.ConcurrentHashMap": 1, + "java.lang.ref.SoftReference": 1, + "java.lang.ref.ReferenceQueue": 1, + "Util": 1, + "equiv": 17, + "k1": 40, + "k2": 38, + "Number": 9, + "Numbers.equal": 1, + "IPersistentCollection": 5, + "pcequiv": 2, + "k1.equals": 2, + "long": 4, + "double": 4, + "c1": 2, + "c2": 2, + ".equiv": 2, + "identical": 1, + "classOf": 1, + "x": 7, + "x.getClass": 1, + "compare": 1, + "Numbers.compare": 1, + "Comparable": 1, + ".compareTo": 1, + "hash": 3, + "o.hashCode": 2, + "hasheq": 1, + "Numbers.hasheq": 1, + "IHashEq": 2, + ".hasheq": 1, + "hashCombine": 1, + "seed": 5, + "//a": 1, + "la": 1, + "boost": 1, + "e3779b9": 1, + "<<": 1, + "isPrimitive": 1, + "isInteger": 1, + "Long": 1, + "BigInt": 1, + "BigInteger": 1, + "ret1": 2, + "ret": 4, + "nil": 2, + "ISeq": 2, + "": 1, + "clearCache": 1, + "ReferenceQueue": 1, + "rq": 1, + "ConcurrentHashMap": 1, + "K": 2, + "Reference": 3, + "": 3, + "cache": 1, + "//cleanup": 1, + "any": 1, + "dead": 1, + "entries": 1, + "rq.poll": 2, + "Map.Entry": 1, + "cache.entrySet": 1, + "val": 3, + "e.getValue": 1, + "val.get": 1, + "cache.remove": 1, + "e.getKey": 1, + "RuntimeException": 5, + "runtimeException": 2, + "s": 4, + "Throwable": 4, + "sneakyThrow": 1, + "throw": 2, + "NullPointerException": 1, + "Util.": 1, + "": 1, + "sneakyThrow0": 2, + "@SuppressWarnings": 1, + "": 1, + "T": 2 + }, + "JavaScript": { + "/*": 80, + "*/": 87, + "function": 345, + "(": 2299, + ")": 2318, + "{": 875, + ";": 1632, + "//": 637, + "var": 306, + "Modal": 2, + "content": 9, + "options": 27, + "this.options": 1, + "this.": 2, + "element": 6, + ".delegate": 1, + ".proxy": 1, + "this.hide": 1, + "this": 79, + "}": 872, + "Modal.prototype": 1, + "constructor": 9, + "toggle": 18, + "return": 259, + "this.isShown": 3, + "show": 21, + "that": 4, + "e": 47, + ".Event": 1, + "element.trigger": 1, + "if": 370, + "||": 88, + "e.isDefaultPrevented": 1, + ".addClass": 1, + "true": 51, + "escape.call": 1, + "backdrop.call": 1, + "transition": 2, + ".support.transition": 1, + "&&": 114, + "that.": 3, + "element.hasClass": 1, + "element.parent": 1, + ".length": 9, + "element.appendTo": 1, + "document.body": 4, + "//don": 1, + "in": 36, + "shown": 2, + "hide": 22, + "body": 26, + "modal": 4, + "-": 311, + "open": 1, + "fade": 4, + "hidden": 34, + "
": 24, + "class=": 13, + "static": 12, + "keyup.dismiss.modal": 2, + "object": 86, + "string": 140, + "click.modal.data": 1, + "api": 1, + "data": 25, + "target": 5, + "href": 19, + ".extend": 1, + "target.data": 1, + "this.data": 1, + "e.preventDefault": 1, + "target.modal": 1, + "option": 13, + "window.jQuery": 4, + "Animal": 12, + "Horse": 12, + "Snake": 12, + "sam": 4, + "tom": 4, + "__hasProp": 2, + "Object.prototype.hasOwnProperty": 2, + "__extends": 6, + "child": 15, + "parent": 14, + "for": 33, + "key": 28, + "__hasProp.call": 2, + "ctor": 6, + "this.constructor": 3, + "ctor.prototype": 3, + "parent.prototype": 6, + "child.prototype": 4, + "new": 49, + "child.__super__": 3, + "name": 109, + "this.name": 5, + "Animal.prototype.move": 2, + "meters": 4, + "alert": 9, + "+": 329, + "Snake.__super__.constructor.apply": 2, + "arguments": 21, + "Snake.prototype.move": 2, + "Snake.__super__.move.call": 2, + "Horse.__super__.constructor.apply": 2, + "Horse.prototype.move": 2, + "Horse.__super__.move.call": 2, + "sam.move": 2, + "tom.move": 2, + ".call": 7, + ".hasOwnProperty": 2, + "Animal.name": 1, + "_super": 4, + "Snake.name": 1, + "Horse.name": 1, + "console.log": 2, + "util": 1, + "require": 7, + "net": 1, + "stream": 1, + "url": 11, + "EventEmitter": 3, + ".EventEmitter": 1, + "FreeList": 1, + ".FreeList": 1, + "HTTPParser": 1, + "process.binding": 1, + ".HTTPParser": 1, + "assert": 7, + ".ok": 1, + "END_OF_FILE": 1, + "debug": 17, + "process.env.NODE_DEBUG": 2, + "/http/.test": 1, + "x": 21, + "console.error": 2, + "else": 119, + "parserOnHeaders": 1, + "headers": 27, + "this.maxHeaderPairs": 2, + "<": 43, + "this._headers.length": 1, + "this._headers": 13, + "this._headers.concat": 1, + "this._url": 1, + "parserOnHeadersComplete": 1, + "info": 1, + "parser": 28, + "info.headers": 1, + "info.url": 1, + "parser._headers": 5, + "parser._url": 3, + ".": 80, + "re": 6, + "no": 7, + "limit": 1, + "parser.maxHeaderPairs": 6, + "n": 106, + "Math.min": 2, + "i": 155, + "k": 15, + "v": 9, + "parser.incoming._addHeaderLine": 2, + "info.method": 2, + "parser.incoming.method": 1, + "parser.incoming.statusCode": 2, + "info.statusCode": 1, + "parser.incoming.upgrade": 3, + "info.upgrade": 2, + "skipBody": 3, + "false": 53, + "parser.onIncoming": 4, + "parser.incoming": 10, + "info.shouldKeepAlive": 1, + "parserOnBody": 1, + "b": 17, + "start": 12, + "len": 11, + "slice": 10, + "b.slice": 1, + "parser.incoming._paused": 1, + "parser.incoming._pendings.length": 1, + "parser.incoming._pendings.push": 1, + "parser.incoming._emitData": 1, + "parserOnMessageComplete": 1, + "parser.incoming.complete": 2, + "headers.length": 1, + "parsers": 1, + "r": 69, + "Continue": 1, + "Switching": 1, + "Protocols": 1, + "Processing": 1, + "OK": 2, + "Created": 1, + "Accepted": 1, + "Non": 1, + "Authoritative": 1, + "Information": 1, + "No": 7, + "Content": 6, + "Reset": 1, + "Partial": 1, + "Multi": 1, + "Status": 1, + "Multiple": 1, + "Choices": 1, + "Moved": 2, + "Permanently": 1, + "Temporarily": 1, + "See": 1, + "Other": 1, + "Not": 5, + "Modified": 7, + "Use": 1, + "Proxy": 2, + "Temporary": 1, + "Redirect": 1, + "Bad": 1, + "Request": 4, + "Unauthorized": 1, + "Payment": 1, + "Required": 3, + "Forbidden": 1, + "Found": 1, + "Method": 1, + "Allowed": 1, + "Acceptable": 1, + "Authentication": 1, + "Time": 1, + "out": 4, + "Conflict": 1, + "Gone": 1, + "Length": 1, + "Precondition": 1, + "Failed": 2, + "Entity": 1, + "Too": 2, + "Large": 2, + "URI": 1, + "Unsupported": 1, + "Media": 1, + "Type": 4, + "Requested": 7, + "Range": 1, + "Satisfiable": 1, + "Expectation": 1, + "I": 1, + "connectionExpression": 1, + "/Connection/i": 1, + "transferEncodingExpression": 1, + "/Transfer": 1, + "Encoding/i": 1, + "closeExpression": 1, + "/close/i": 1, + "chunkExpression": 1, + "/chunk/i": 1, + "contentLengthExpression": 1, + "/Content": 1, + "Length/i": 1, + "dateExpression": 1, + "/Date/i": 1, + "expectExpression": 1, + "/Expect/i": 1, + "continueExpression": 1, + "/100": 1, + "continue/i": 1, + "dateCache": 5, + "utcDate": 1, + "d": 259, + "Date": 5, + "d.toUTCString": 1, + "setTimeout": 2, + "undefined": 87, + "d.getMilliseconds": 1, + "IncomingMessage": 1, + "socket": 32, + "stream.Stream.call": 1, + "this.socket": 8, + "this.connection": 6, + "this.httpVersion": 1, + "null": 158, + "this.complete": 1, + "this.headers": 1, + "this.trailers": 1, + "this.readable": 1, + "this._paused": 1, + "this._pendings": 1, + "this._endEmitted": 1, + "this.url": 1, + "string_decoder": 1, + "end": 11, + "set": 21, + "cookie": 2, + "accept": 4, + "charset": 2, + "encoding": 12, + "language": 1, + "connection": 1, + "pragma": 1, + "link": 5, + "www": 6, + "authenticate": 1, + "sec": 2, + "websocket": 2, + "extensions": 1, + "protocol": 1, + "ascii": 1, + "GET": 12, + "/index.html": 1, + "HTTP/1.1": 2, + "Connection": 2, + "keep": 1, + "alive": 1, + "close": 1, + "Transfer": 1, + "Encoding": 1, + "chunked": 1, + "t": 83, + "the": 8, + "at": 1, + "of": 4, + "message.": 1, + "this.chunkedEncoding": 4, + "this._header": 6, + "messageHeader": 1, + "CRLF": 9, + "this._headerSent": 2, + "sentExpect": 1, + "this._send": 8, + "and": 3, + "value": 40, + "are": 2, + "required": 1, + "setHeader": 1, + "Can": 2, + "name.toLowerCase": 7, + "this._headerNames": 5, + "OutgoingMessage.prototype.getHeader": 1, + "arguments.length": 4, + "throw": 16, + "Error": 15, + "OutgoingMessage.prototype.removeHeader": 1, + "delete": 8, + "OutgoingMessage.prototype._renderHeaders": 1, + "keys": 6, + "Object.keys": 3, + "l": 23, + "keys.length": 3, + "OutgoingMessage.prototype.write": 1, + "chunk": 10, + "this._implicitHeader": 1, + "this._hasBody": 3, + "typeof": 20, + "Buffer.isBuffer": 1, + "TypeError": 2, + "chunk.length": 2, + "ret": 53, + "Buffer.byteLength": 2, + "len.toString": 2, + "OutgoingMessage.prototype.addTrailers": 1, + "this._trailer": 3, + "This": 1, + "type": 29, + "response": 1, + "MUST": 1, + "NOT": 1, + "have": 1, + "a": 39, + "body.": 1, + "Ignoring": 1, + "passed": 2, + "to": 11, + "doing": 1, + ".toString": 3, + "this.connection.write": 2, + "this.write": 1, + "hot": 1, + "ve": 1, + "sent": 1, + "this.output.length": 2, + "this.connection._httpMessage": 1, + "this._finish": 2, + "OutgoingMessage.prototype._finish": 1, + "instanceof": 10, + "ServerResponse": 5, + "DTRACE_HTTP_SERVER_RESPONSE": 1, + "ClientRequest": 6, + "DTRACE_HTTP_CLIENT_REQUEST": 1, + "this.emit": 2, + "OutgoingMessage.prototype._flush": 1, + "while": 10, + "this.socket.writable": 2, + "this.output.shift": 1, + "this.outputEncodings.shift": 1, + "this.socket.write": 1, + "this.finished": 1, + "req": 36, + "OutgoingMessage.call": 2, + "req.method": 5, + "this.sendDate": 1, + "req.httpVersionMajor": 2, + "req.httpVersionMinor": 2, + "this.useChunkedEncodingByDefault": 1, + "this.shouldKeepAlive": 2, + "util.inherits": 5, + "OutgoingMessage": 2, + "exports.ServerResponse": 1, + "ServerResponse.prototype.statusCode": 1, + "onServerResponseClose": 3, + "this._httpMessage.emit": 2, + "ServerResponse.prototype.assignSocket": 1, + "socket._httpMessage": 10, + "socket.on": 4, + "this._flush": 1, + "ServerResponse.prototype.detachSocket": 1, + "socket.removeListener": 7, + "ServerResponse.prototype.writeContinue": 1, + "this._writeRaw": 1, + "this._sent100": 2, + "ServerResponse.prototype._implicitHeader": 1, + "this.writeHead": 1, + "this.statusCode": 2, + "ServerResponse.prototype.writeHead": 1, + "statusCode": 7, + "reasonPhrase": 4, + "headerIndex": 4, + "STATUS_CODES": 1, + "obj": 16, + "this._renderHeaders": 3, + "Array.isArray": 3, + "field": 5, + "obj.length": 1, + "obj.push": 1, + "statusLine": 2, + "statusCode.toString": 1, + "this._expect_continue": 1, + "this._storeHeader": 2, + "ServerResponse.prototype.writeHeader": 1, + "this.writeHead.apply": 1, + "Agent": 5, + "self": 13, + "self.options": 2, + "self.requests": 6, + "self.sockets": 3, + "self.maxSockets": 1, + "self.options.maxSockets": 1, + "Agent.defaultMaxSockets": 2, + "self.on": 1, + "host": 28, + "port": 29, + "localAddress": 15, + ".shift": 1, + ".onSocket": 1, + "socket.destroy": 10, + "self.createConnection": 2, + "net.createConnection": 3, + "exports.Agent": 1, + "Agent.prototype.defaultPort": 1, + "Agent.prototype.addRequest": 1, + "this.sockets": 9, + "this.maxSockets": 1, + "req.onSocket": 1, + "this.createSocket": 2, + "this.requests": 5, + ".push": 2, + "Agent.prototype.createSocket": 1, + "util._extend": 1, + "options.port": 4, + "options.host": 4, + "options.localAddress": 3, + "s": 44, + "onFree": 3, + "self.emit": 9, + "s.on": 4, + "onClose": 3, + "err": 3, + "self.removeSocket": 2, + "onRemove": 3, + "s.removeListener": 3, + "Agent.prototype.removeSocket": 1, + "index": 3, + ".indexOf": 1, + ".splice": 1, + ".emit": 1, + "globalAgent": 3, + "exports.globalAgent": 1, + "cb": 14, + "self.agent": 3, + "options.agent": 3, + "defaultPort": 3, + "options.defaultPort": 1, + "options.hostname": 1, + "options.setHost": 1, + "setHost": 2, + "self.socketPath": 4, + "options.socketPath": 1, + "method": 25, + "self.method": 3, + "options.method": 2, + ".toUpperCase": 2, + "self.path": 3, + "options.path": 2, + "self.once": 2, + "options.headers": 7, + "self.setHeader": 1, + "this.getHeader": 2, + "hostHeader": 3, + "this.setHeader": 2, + "options.auth": 2, + "//basic": 1, + "auth": 1, + "Buffer": 1, + "self.useChunkedEncodingByDefault": 2, + "self._storeHeader": 2, + "self.getHeader": 1, + "self._renderHeaders": 1, + "self._last": 3, + "self.shouldKeepAlive": 3, + "options.createConnection": 4, + "self.onSocket": 3, + "self.agent.addRequest": 1, + "conn": 3, + "self._deferToConnect": 1, + "self._flush": 1, + "exports.ClientRequest": 1, + "ClientRequest.prototype._implicitHeader": 1, + "this.method": 1, + "this.path": 1, + "ClientRequest.prototype.abort": 1, + "this.socket.destroy": 1, + "this._deferToConnect": 3, + "createHangUpError": 3, + "error": 13, + "error.code": 1, + "freeParser": 9, + "parser.socket": 5, + "parser.socket.onend": 1, + "parser.socket.ondata": 1, + "parser.socket.parser": 1, + "parsers.free": 1, + "req.parser": 2, + "socketCloseListener": 4, + "socket.parser": 4, + "req.emit": 11, + "req.res": 9, + "req.res.readable": 1, + "req.res.emit": 1, + "res": 15, + "req.res._emitPending": 1, + "res._emitEnd": 1, + "res.emit": 1, + "req._hadError": 3, + "parser.finish": 6, + "socketErrorListener": 4, + "err.message": 1, + "err.stack": 1, + "socketOnEnd": 2, + "this._httpMessage": 3, + "this.parser": 2, + "socketOnData": 2, + "parser.execute": 2, + "bytesParsed": 4, + "socket.ondata": 4, + "socket.onend": 4, + "bodyHead": 4, + "d.slice": 2, + "eventName": 14, + "req.listeners": 1, + "req.upgradeOrConnect": 2, + "socket.emit": 2, + "parserOnIncomingClient": 2, + "shouldKeepAlive": 5, + "res.upgrade": 1, + "isHeadResponse": 3, + "res.statusCode": 1, + "req.shouldKeepAlive": 3, + "DTRACE_HTTP_CLIENT_RESPONSE": 1, + "res.req": 2, + "res.on": 2, + "responseOnEnd": 2, + "req.socket": 3, + "socket.writable": 4, + "socket.destroySoon": 2, + "ClientRequest.prototype.onSocket": 1, + "process.nextTick": 1, + "parsers.alloc": 2, + "req.connection": 1, + "parser.reinitialize": 2, + "HTTPParser.RESPONSE": 1, + "httpSocketSetup": 3, + "req.maxHeadersCount": 2, + "<<": 2, + "ClientRequest.prototype._deferToConnect": 1, + "arguments_": 3, + "onSocket": 3, + "self.socket.writable": 1, + "self.socket": 5, + ".apply": 3, + "self.socket.once": 1, + "ClientRequest.prototype.setTimeout": 1, + "msecs": 4, + "callback": 8, + "this.once": 2, + "emitTimeout": 4, + "this.socket.setTimeout": 1, + "this.socket.once": 1, + "this.setTimeout": 3, + "sock": 1, + "ClientRequest.prototype.setNoDelay": 1, + "ClientRequest.prototype.setSocketKeepAlive": 1, + "ClientRequest.prototype.clearTimeout": 1, + "exports.request": 2, + "url.parse": 1, + "options.protocol": 3, + "exports.get": 1, + "req.end": 1, + "ondrain": 3, + "Server": 6, + "requestListener": 6, + "net.Server.call": 1, + "allowHalfOpen": 1, + "this.addListener": 2, + "this.httpAllowHalfOpen": 1, + "connectionListener": 3, + "net.Server": 1, + "exports.Server": 1, + "exports.createServer": 1, + "outgoing": 2, + "incoming": 2, + "abortIncoming": 3, + "incoming.length": 2, + "incoming.shift": 2, + "serverSocketCloseListener": 3, + "socket.setTimeout": 1, + "*": 144, + "socket.once": 1, + "HTTPParser.REQUEST": 1, + "this.maxHeadersCount": 2, + "socket.addListener": 2, + "self.listeners": 2, + "self.httpAllowHalfOpen": 1, + "socket.end": 2, + "outgoing.length": 2, + "._last": 1, + "socket._httpMessage._last": 1, + "incoming.push": 1, + "res.shouldKeepAlive": 1, + "DTRACE_HTTP_SERVER_REQUEST": 1, + "outgoing.push": 1, + "res.assignSocket": 1, + "res.detachSocket": 1, + "res._last": 1, + "m": 8, + "outgoing.shift": 1, + "m.assignSocket": 1, + "req.headers": 2, + "continueExpression.test": 1, + "res._expect_continue": 1, + "res.writeContinue": 1, + "exports._connectionListener": 1, + "Client": 6, + "this.host": 1, + "this.port": 1, + "this.agent": 1, + "maxSockets": 1, + "Client.prototype.request": 1, + "path": 4, + "self.host": 1, + "self.port": 1, + "c": 13, + "c.on": 2, + "exports.Client": 1, + "module.deprecate": 2, + "exports.createClient": 1, + "cubes": 4, + "list": 6, + "math": 4, + "num": 12, + "number": 40, + "opposite": 6, + "race": 4, + "square": 22, + "__slice": 2, + "Array.prototype.slice": 2, + "root": 2, + "Math.sqrt": 2, + "cube": 2, + "runners": 6, + "winner": 6, + "__slice.call": 2, + "print": 2, + "elvis": 4, + "_i": 10, + "_len": 6, + "_results": 6, + "list.length": 2, + "_results.push": 2, + "math.cube": 2, + ".slice": 2, + "A": 2, + "w": 12, + "ma": 2, + "c.isReady": 1, + "try": 7, + "s.documentElement.doScroll": 1, + "catch": 5, + "c.ready": 1, + "Qa": 1, + "b.src": 2, + "c.ajax": 1, + "async": 4, + "dataType": 2, + "c.globalEval": 1, + "b.text": 1, + "b.textContent": 1, + "b.innerHTML": 1, + "events": 16, + "click": 8, + "mouseenter": 7, + "mouseleave": 7, + "live.": 3, + "&": 22, + "scrollTo": 2, + ".4.2": 1, + "find": 9, + "boolean": 18, + "ready": 7, + "complete": 8, + "DOMContentLoaded": 9, + "load": 6, + "onreadystatechange": 8, + "onload": 4, + "Function": 4, + "Array": 13, + "Object": 5, + "isPrototypeOf": 4, + "/bfnrt": 3, + "|": 90, + "u": 43, + "fA": 4, + "F": 6, + "/g": 18, + ".replace": 10, + "/": 96, + "Invalid": 9, + "JSON": 7, + "head": 5, + "script": 39, + "text/javascript": 10, + "div": 53, + "none": 33, + "": 4, + "": 29, + "
": 27, + "": 12, + "href=": 8, + "style=": 15, + "": 8, + "": 5, + "type=": 5, + "tbody": 13, + "style": 8, + "/a": 4, + "input": 49, + "on": 23, + "select": 16, + "window.": 4, + "onclick": 11, + "name=": 5, + "checked=": 1, + "px": 122, + "submit": 11, + "change": 16, + "htmlFor": 1, + "class": 18, + "className": 4, + "readOnly": 1, + "maxLength": 1, + "cellSpacing": 1, + "rowSpan": 1, + "colSpan": 1, + "tabIndex": 5, + "useMap": 1, + "frameBorder": 1, + "jQuery": 12, + "getData": 6, + "setData": 6, + "fx": 40, + "queue": 21, + "inprogress": 12, + "addClass": 4, + "removeClass": 4, + "__className__": 8, + "one": 7, + "property": 12, + "can": 5, + "Syntax": 5, + "unrecognized": 5, + "expression": 5, + "ID": 5, + "NAME": 4, + "TAG": 6, + "u00c0": 4, + "uFFFF": 4, + "leftMatch": 4, + "attrMap": 4, + "attrHandle": 4, + "g": 3, + "g.getAttribute": 1, + "relative": 15, + "h": 12, + "W/.test": 1, + "h.toLowerCase": 1, + "q": 5, + "g.length": 1, + "p": 6, + "": 1, + "parentNode": 12, + "previousSibling": 16, + "nth": 8, + "even": 4, + "odd": 4, + "not": 20, + "text": 21, + "radio": 23, + "checkbox": 19, + "file": 5, + "password": 5, + "image": 7, + "reset": 4, + "button": 17, + "contains": 7, + "only": 4, + "first": 9, + "last": 6, + "id": 26, + "sourceIndex": 1, + "#": 11, + "

": 4, + "

": 4, + ".TEST": 4, + "
": 21, + "CLASS": 4, + "HTML": 4, + "filter": 7, + "nextSibling": 12, + "iframe": 7, + "": 1, + "": 4, + "
": 4, + "
": 4, + "": 12, + "": 12, + "": 11, + "": 11, + "": 4, + "": 4, + "": 4, + "": 4, + "before": 7, + "after": 10, + "position": 13, + "absolute": 12, + "top": 11, + "left": 15, + "margin": 18, + "border": 14, + "solid": 2, + "#000": 3, + "padding": 12, + "width": 29, + "height": 24, + "": 10, + "": 10, + "fixed": 13, + "marginTop": 13, + "marginLeft": 11, + "using": 6, + "borderTopWidth": 4, + "borderLeftWidth": 4, + "Left": 6, + "Top": 6, + "scroll": 12, + "pageXOffset": 7, + "pageYOffset": 4, + "Height": 3, + "Width": 8, + "inner": 5, + "outer": 4, + "CSS1Compat": 4, + "client": 10, + "offset": 19, + "A.jQuery": 1, + "A.": 1, + "window": 15, + "document": 11, + "window.document": 2, + "navigator": 3, + "window.navigator": 2, + "location": 2, + "window.location": 4, + "selector": 37, + "context": 27, + "jQuery.fn.init": 2, + "rootjQuery": 6, + "_jQuery": 2, + "_": 13, + "quickExpr": 2, + "<[\\w\\W]+>": 2, + "rnotwhite": 2, + "S/": 2, + "trimLeft": 2, + "trimRight": 2, + "rdigit": 1, + "d/": 1, + "rsingleTag": 2, + "<(\\w+)\\s*\\/?>": 2, + "<\\/\\1>": 2, + "rvalidchars": 2, + "rvalidescape": 2, + "d*": 6, + "eE": 2, + "rvalidbraces": 2, + "s*": 8, + "rwebkit": 2, + "webkit": 4, + "w.": 9, + "ropera": 2, + "opera": 2, + ".*version": 2, + "rmsie": 2, + "msie": 2, + "rmozilla": 2, + "mozilla": 2, + ".*": 10, + "rv": 2, + "userAgent": 1, + "navigator.userAgent": 1, + "browserMatch": 1, + "readyList": 1, + "toString": 3, + "Object.prototype.toString": 2, + "hasOwn": 1, + "push": 4, + "Array.prototype.push": 1, + "trim": 1, + "String.prototype.trim": 1, + "indexOf": 1, + "Array.prototype.indexOf": 1, + "class2type": 1, + "jQuery.fn": 1, + "jQuery.prototype": 1, + "init": 1, + "match": 12, + "elem": 83, + "doc": 3, + "selector.nodeType": 1, + "this.context": 4, + "this.length": 3, + "this.selector": 3, + "selector.charAt": 2, + "selector.length": 2, + "quickExpr.exec": 1, + "context.ownerDocument": 1, + "rsingleTag.exec": 1, + "jQuery.isPlainObject": 1, + "document.createElement": 16, + "jQuery.fn.attr.call": 1, + "doc.createElement": 1, + "jQuery.buildFragment": 1, + "ret.cacheable": 1, + "jQuery.clone": 1, + "ret.fragment": 2, + ".childNodes": 1, + "jQuery.merge": 1, + "document.getElementById": 1, + "elem.parentNode": 7, + "elem.id": 1, + "rootjQuery.find": 1, + "context.jquery": 1, + ".find": 2, + "jQuery.isFunction": 1, + "rootjQuery.ready": 1, + "selector.selector": 2, + "selector.context": 1, + "jQuery.makeArray": 1, + ".6.1": 2, + "array": 9, + "setInterval": 3, + "@": 3, + "text/xml": 6, + "Microsoft.XMLDOM": 3, + "parsererror": 6, + "XML": 3, + "eval": 2, + "regexp": 5, + "compatible": 3, + "Boolean": 6, + "Number": 3, + "String": 3, + "RegExp": 8, + "xA0": 3, + "done": 5, + "fail": 2, + "isResolved": 2, + "isRejected": 2, + "promise": 2, + "then": 2, + "always": 2, + "pipe": 2, + "resolve": 3, + "reject": 3, + "checked": 9, + "zoom": 4, + "inline": 23, + "td": 3, + "Bubbles": 3, + "embed": 2, + "clsid": 3, + "D27CDB6E": 3, + "AE6D": 3, + "cf": 3, + "B8": 3, + "applet": 2, + "classid": 3, + "changeData": 5, + "toJSON": 3, + "defer": 6, + "mark": 22, + "get": 25, + "disabled": 3, + "optgroup": 3, + "getAttribute": 2, + "form": 13, + "default": 4, + "case": 17, + "is": 10, + "val": 9, + "elem.value": 8, + "elem.setAttribute": 4, + "attributeNode": 4, + "elem.getAttributeNode": 5, + "attributeNode.specified": 2, + "parseInt": 10, + "attributeNode.value": 2, + "rfocusable.test": 2, + "elem.nodeName": 4, + "rclickable.test": 2, + "elem.href": 2, + "propFix": 2, + "tabindex": 2, + "readonly": 2, + "maxlength": 2, + "cellspacing": 2, + "cellpadding": 2, + "rowspan": 2, + "colspan": 2, + "usemap": 2, + "frameborder": 2, + "contenteditable": 2, + "prop": 12, + "nType": 10, + "elem.nodeType": 4, + "hooks": 12, + "notxml": 5, + "jQuery.isXMLDoc": 2, + "jQuery.propFix": 6, + "jQuery.propHooks": 2, + "hooks.set": 2, + "hooks.get": 2, + "propHooks": 2, + "boolHook": 2, + "propName": 8, + "jQuery.removeAttr": 2, + "jQuery.attrHooks.value": 1, + "formHook": 3, + "jQuery.nodeName": 4, + "formHook.get": 1, + "formHook.set": 1, + "jQuery.support.getSetAttribute": 1, + "jQuery.attrFix": 1, + "jQuery.attrHooks.name": 1, + "jQuery.valHooks.button": 2, + "ret.nodeValue": 2, + "auto": 24, + "src": 8, + "mouseover": 8, + "mouseout": 8, + "handle": 3, + "altKey": 2, + "attrChange": 2, + "attrName": 2, + "bubbles": 2, + "cancelable": 2, + "charCode": 2, + "clientX": 2, + "clientY": 2, + "ctrlKey": 2, + "currentTarget": 2, + "detail": 1, + "eventPhase": 2, + "fromElement": 2, + "handler": 1, + "keyCode": 2, + "layerX": 1, + "layerY": 1, + "metaKey": 2, + "newValue": 1, + "offsetX": 2, + "offsetY": 2, + "pageX": 2, + "pageY": 2, + "prevValue": 1, + "relatedNode": 2, + "relatedTarget": 2, + "screenX": 2, + "screenY": 2, + "shiftKey": 2, + "srcElement": 2, + "toElement": 2, + "view": 3, + "wheelDelta": 1, + "which": 2, + "clone": 1, + "click.specialSubmit": 1, + "keypress.specialSubmit": 1, + ".specialSubmit": 1, + "multiple": 2, + "_change_data": 3, + "focusout": 7, + "textarea": 4, + ".specialChange": 2, + "bubbling": 2, + "focusin": 6, + "bind": 2, + "unload": 3, + "live": 3, + "lastToggle": 4, + "die": 2, + "hover": 1, + "blur": 3, + "focus": 3, + "resize": 2, + "dblclick": 2, + "mousedown": 2, + "mouseup": 2, + "mousemove": 2, + "keydown": 2, + "keypress": 2, + "keyup": 2, + "hasDuplicate": 1, + "baseHasDuplicate": 2, + "rBackslash": 1, + "rNonWord": 1, + "W/": 1, + ".sort": 1, + "Sizzle": 1, + "results": 4, + "seed": 4, + "origContext": 1, + "context.nodeType": 3, + "checkSet": 22, + "extra": 1, + "cur": 5, + "pop": 2, + "prune": 2, + "contextXML": 4, + "Sizzle.isXML": 1, + "parts": 5, + "soFar": 1, + "do": 2, + "chunker.exec": 1, + "elem.getAttribute": 4, + "part": 28, + "isPartStr": 14, + "isTag": 6, + "rNonWord.test": 4, + "isPartStrNotTag": 6, + "part.toLowerCase": 4, + "checkSet.length": 4, + "elem.previousSibling": 2, + "elem.nodeName.toLowerCase": 2, + "Sizzle.filter": 6, + "parent.nodeName.toLowerCase": 2, + "__sizzle__": 3, + ".CLASS": 2, + "#ID": 2, + "test": 9, + "closest": 3, + "<$1>": 6, + "": 6, + "replaceWith": 6, + "tr": 4, + "table": 6, + "small": 2, + "append": 3, + "prepend": 3, + "getElementsByTagName": 2, + "querySelectorAll": 2, + "length": 3, + "XHTML": 2, + "block": 15, + "Right": 3, + "Bottom": 3, + "opacity": 21, + "zIndex": 2, + "fontWeight": 2, + "lineHeight": 2, + "widows": 2, + "orphans": 2, + "float": 9, + "cssFloat": 6, + "styleFloat": 3, + "alpha": 3, + "display": 24, + "right": 15, + "marginRight": 5, + "fontSize": 3, + "em": 3, + "unshift": 3, + "POST": 4, + "html": 7, + "ajaxStart": 6, + "ajaxStop": 6, + "ajaxComplete": 6, + "ajaxError": 3, + "ajaxSuccess": 3, + "ajaxSend": 6, + "post": 3, + "json": 15, + "application/x": 8, + "urlencoded": 5, + "application/xml": 3, + "text/html": 3, + "text/plain": 3, + "application/json": 3, + "*/*": 4, + "responseXML": 3, + "responseText": 3, + "source_type": 2, + "destination_type": 2, + "xml": 3, + "abort": 3, + "Last": 3, + "Etag": 3, + "notmodified": 3, + "success": 6, + "ajax": 3, + "Success": 3, + "http": 6, + "If": 6, + "Since": 3, + "None": 3, + "Match": 3, + "Accept": 3, + ".01": 4, + "Transport": 3, + "timeout": 3, + "old": 2, + "conversion": 3, + "from": 4, + "jsonp": 6, + "was": 3, + "called": 3, + "application/javascript": 3, + "application/ecmascript": 3, + "ecmascript": 3, + "Microsoft.XMLHTTP": 3, + "withCredentials": 3, + "X": 9, + "With": 8, + "XMLHttpRequest": 3, + "marginBottom": 3, + "paddingTop": 3, + "paddingBottom": 3, + "paddingLeft": 3, + "paddingRight": 3, + "olddisplay": 15, + "each": 2, + "rotate": 2, + "rad": 2, + "Y": 3, + "overflow": 3, + "<\">": 4, + "nodeName": 3, + "": 3, + "": 3, + "": 3, + "": 2, + "": 2, + "getBoundingClientRect": 3, + "visible": 4, + "cellpadding=": 3, + "cellspacing=": 3, + "cy": 1, + "f.isWindow": 1, + "a.nodeType": 1, + "a.defaultView": 1, + "a.parentWindow": 1, + "cv": 1, + "cj": 1, + "f": 58, + ".appendTo": 1, + "b.css": 1, + "b.remove": 1, + "<\"||a.charAt(a.length-1)!==\">": 1, + "a.getAttribute": 2, + "j.test": 1, + "b.toLowerCase": 1, + "a.length": 1, + "": 1, + "swing": 1, + "a.jQuery": 1, + "a.": 1, + "rdashAlpha": 1, + "z": 2, + "/ig": 1, + "rmsPrefix": 1, + "ms": 2, + "fcamelCase": 1, + "all": 4, + "letter": 3, + "charAt": 1, + "1": 8, + "#id": 1, + ".7.2": 1, + "once": 5, + "memory": 6, + "fired": 1, + "memorized": 1, + "pending": 1, + "notify": 1, + "resolved": 1, + "rejected": 1, + "nav": 4, + "<:nav>": 1, + "": 1, + "visibility": 2, + "%": 17, + "parsedAttrs": 2, + ".run": 4, + "nodeHook": 3, + "nodeHook.get": 1, + "nodeHook.set": 1, + "jQuery.attrHooks.tabindex": 1, + "jQuery.propHooks.tabIndex": 1, + "attrNode": 2, + "jQuery.prop": 1, + "attrNode.nodeValue": 1, + "getSetAttribute": 1, + "fixSpecified": 2, + "coords": 1, + "**": 3, + "timeStamp": 1, + "char": 1, + "buttons": 1, + "click._submit": 1, + "keypress._submit": 1, + "submit._submit": 1, + "._submit": 1, + "propertychange._change": 1, + "click._change": 1, + "beforeactivate._change": 1, + "change._change": 1, + "._change": 1, + "contextmenu": 1, + "expando": 1, + "Math.random": 1, + "ll": 2, + "be": 3, + "faster": 1, + "an": 1, + "parts.length": 5, + "Expr.match.ID.test": 2, + "Sizzle.find": 2, + "parts.shift": 1, + "ret.expr": 4, + "ret.set": 4, + "expr": 1, + "parts.pop": 3, + "makeArray": 2, + "context.parentNode": 2, + "Expr.relative": 1, + "global": 1, + "abbr": 2, + "article": 3, + "aside": 3, + "audio": 11, + "bdi": 2, + "canvas": 29, + "datalist": 2, + "details": 3, + "figcaption": 3, + "figure": 3, + "footer": 3, + "header": 3, + "hgroup": 3, + "meter": 2, + "output": 2, + "progress": 2, + "section": 4, + "summary": 2, + "time": 3, + "video": 3, + "<(?:\">": 1, + "nodeNames": 1, + "_submit_attached": 1, + "_change_attached": 1, + "fillOpacity": 1, + "awesome": 1, + "hack": 1, + "by": 1, + "Dean": 1, + "Edwards": 1, + "computed": 1, + "percentage": 1, + "specified": 1, + "used": 1, + "flat": 1, + "UTF": 1, + "expand": 1, + "fxshow": 6, + "jquery": 1, + "Date.prototype.toJSON": 2, + "isFinite": 1, + "this.valueOf": 2, + "this.getUTCFullYear": 1, + "this.getUTCMonth": 1, + "this.getUTCDate": 1, + "this.getUTCHours": 1, + "this.getUTCMinutes": 1, + "this.getUTCSeconds": 1, + "String.prototype.toJSON": 1, + "Number.prototype.toJSON": 1, + "Boolean.prototype.toJSON": 1, + "cx": 1, + "u0000": 1, + "u00ad": 1, + "u0600": 1, + "u0604": 1, + "u070f": 1, + "u17b4": 1, + "u17b5": 1, + "u200c": 1, + "u200f": 1, + "u2028": 3, + "u202f": 1, + "u2060": 1, + "u206f": 1, + "ufeff": 1, + "ufff0": 1, + "uffff": 1, + "escapable": 1, + "JSON.stringify": 2, + "JSON.parse": 1, + "PUT": 2, + "DELETE": 2, + "_id": 1, + "add": 1, + "remove": 3, + "ties": 1, + "collection.": 1, + "_removeReference": 1, + "model": 12, + "model.collection": 2, + "model.unbind": 1, + "this._onModelEvent": 1, + "_onModelEvent": 1, + "ev": 5, + "collection": 2, + "this._remove": 1, + "model.idAttribute": 2, + "this._byId": 2, + "model.previous": 1, + "model.id": 1, + "this.trigger.apply": 2, + "methods": 3, + "_.each": 1, + "Backbone.Collection.prototype": 1, + "this.models": 1, + ".concat": 2, + "_.toArray": 1, + "Backbone.Router": 1, + "options.routes": 2, + "this.routes": 4, + "this._bindRoutes": 1, + "this.initialize.apply": 1, + "namedParam": 2, + "splatParam": 2, + "escapeRegExp": 2, + "_.extend": 7, + "Backbone.Router.prototype": 1, + "Backbone.Events": 2, + "initialize": 2, + "route": 14, + "Backbone.history": 2, + "Backbone.History": 2, + "_.isRegExp": 1, + "this._routeToRegExp": 1, + "Backbone.history.route": 1, + "_.bind": 2, + "fragment": 13, + "args": 4, + "this._extractParameters": 1, + "callback.apply": 1, + "navigate": 1, + "triggerRoute": 2, + "Backbone.history.navigate": 1, + "_bindRoutes": 1, + "routes": 4, + "routes.unshift": 1, + "routes.length": 1, + "this.route": 1, + "_routeToRegExp": 1, + "route.replace": 1, + "_extractParameters": 1, + "route.exec": 1, + "this.handlers": 1, + "_.bindAll": 1, + "hashStrip": 3, + "#*": 1, + "isExplorer": 1, + "/msie": 1, + "historyStarted": 2, + "Backbone.History.prototype": 1, + "interval": 1, + "getFragment": 1, + "forcePushState": 2, + "this._hasPushState": 4, + "window.location.pathname": 1, + "search": 4, + "window.location.search": 1, + "fragment.indexOf": 1, + "this.options.root": 3, + "fragment.substr": 1, + "this.options.root.length": 1, + "window.location.hash": 1, + "fragment.replace": 1, + "