{
  "extnames": {
    "Apex": [
      ".cls"
    ],
    "AppleScript": [
      ".applescript"
    ],
    "Arduino": [
      ".ino"
    ],
    "AutoHotkey": [
      ".ahk"
    ],
    "C": [
      ".c",
      ".h"
    ],
    "C++": [
      ".cc",
      ".cpp",
      ".cu",
      ".h",
      ".hpp"
    ],
    "Ceylon": [
      ".ceylon"
    ],
    "CoffeeScript": [
      ".coffee"
    ],
    "Coq": [
      ".v"
    ],
    "Dart": [
      ".dart"
    ],
    "Delphi": [
      ".dpr"
    ],
    "Diff": [
      ".patch"
    ],
    "Ecl": [
      ".ecl"
    ],
    "Emacs Lisp": [
      ".el"
    ],
    "GAS": [
      ".s"
    ],
    "Gosu": [
      ".gs",
      ".gsp",
      ".gst",
      ".gsx",
      ".vark"
    ],
    "Groovy": [
      ".gradle",
      ".script!"
    ],
    "Groovy Server Pages": [
      ".gsp"
    ],
    "Haml": [
      ".haml"
    ],
    "Ioke": [
      ".ik"
    ],
    "Java": [
      ".java"
    ],
    "JavaScript": [
      ".js",
      ".script!"
    ],
    "JSON": [
      ".json",
      ".maxhelp",
      ".maxpat"
    ],
    "Julia": [
      ".jl"
    ],
    "Kotlin": [
      ".kt"
    ],
    "Logtalk": [
      ".lgt"
    ],
    "Markdown": [
      ".md"
    ],
    "Matlab": [
      ".m"
    ],
    "Max": [
      ".mxt"
    ],
    "Nemerle": [
      ".n"
    ],
    "Nimrod": [
      ".nim"
    ],
    "Nu": [
      ".script!"
    ],
    "Objective-C": [
      ".h",
      ".m"
    ],
    "OCaml": [
      ".ml"
    ],
    "Opa": [
      ".opa"
    ],
    "OpenCL": [
      ".cl"
    ],
    "OpenEdge ABL": [
      ".cls",
      ".p"
    ],
    "Parrot Assembly": [
      ".pasm"
    ],
    "Parrot Internal Representation": [
      ".pir"
    ],
    "Perl": [
      ".pl",
      ".pm",
      ".script!",
      ".t"
    ],
    "PHP": [
      ".module",
      ".php"
    ],
    "PowerShell": [
      ".ps1",
      ".psm1"
    ],
    "Prolog": [
      ".pl"
    ],
    "Python": [
      ".py",
      ".script!"
    ],
    "R": [
      ".R"
    ],
    "Racket": [
      ".scrbl",
      ".script!"
    ],
    "Rebol": [
      ".r"
    ],
    "Ruby": [
      ".rabl",
      ".rake",
      ".rb",
      ".script!"
    ],
    "Rust": [
      ".rs"
    ],
    "Sass": [
      ".sass"
    ],
    "Scala": [
      ".sbt",
      ".script!"
    ],
    "Scheme": [
      ".sps"
    ],
    "Scilab": [
      ".sce",
      ".sci",
      ".tst"
    ],
    "SCSS": [
      ".scss"
    ],
    "Shell": [
      ".bash",
      ".script!",
      ".sh",
      ".zsh"
    ],
    "Standard ML": [
      ".sig",
      ".sml"
    ],
    "SuperCollider": [
      ".sc"
    ],
    "Tea": [
      ".tea"
    ],
    "TeX": [
      ".cls"
    ],
    "Turing": [
      ".t"
    ],
    "Verilog": [
      ".v"
    ],
    "VHDL": [
      ".vhd"
    ],
    "Visual Basic": [
      ".cls"
    ],
    "XML": [
      ".ant",
      ".ivy",
      ".xml"
    ],
    "XQuery": [
      ".xqm"
    ],
    "XSLT": [
      ".xslt"
    ]
  },
  "filenames": {
    "INI": [
      ".gitconfig"
    ],
    "Perl": [
      "ack"
    ],
    "Ruby": [
      "Capfile",
      "Rakefile"
    ],
    "Shell": [
      ".bash_profile",
      ".bashrc",
      ".profile",
      ".zlogin",
      ".zshrc",
      "PKGBUILD"
    ],
    "VimL": [
      ".gvimrc",
      ".vimrc"
    ],
    "YAML": [
      ".gemrc"
    ]
  },
  "tokens_total": 271187,
  "languages_total": 275,
  "tokens": {
    "Apex": {
      "global": 70,
      "class": 7,
      "ArrayUtils": 1,
      "{": 219,
      "static": 83,
      "String": 60,
      "[": 102,
      "]": 102,
      "EMPTY_STRING_ARRAY": 1,
      "new": 60,
      "}": 219,
      ";": 308,
      "Integer": 34,
      "MAX_NUMBER_OF_ELEMENTS_IN_LIST": 5,
      "get": 4,
      "return": 106,
      "List": 71,
      "<String>": 30,
      "objectToString": 1,
      "(": 481,
      "<Object>": 22,
      "objects": 3,
      ")": 481,
      "strings": 3,
      "null": 92,
      "if": 91,
      "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,
      "+": 75,
      "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,
      "<SObject>": 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": 9,
      "assertArraysAreEqual": 2,
      "expected": 16,
      "actual": 16,
      "//check": 2,
      "to": 4,
      "see": 2,
      "one": 2,
      "param": 2,
      "is": 5,
      "but": 2,
      "the": 4,
      "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,
      "//": 11,
      "//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": 10,
      "strToBoolean": 1,
      "StringUtils.equalsIgnoreCase": 1,
      "//Converts": 1,
      "an": 4,
      "int": 1,
      "a": 6,
      "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,
      "<Id>": 1,
      "attachmentIDs": 2,
      "<Attachment>": 2,
      "stdAttachments": 4,
      "SELECT": 1,
      "id": 1,
      "name": 2,
      "FROM": 1,
      "Attachment": 2,
      "WHERE": 1,
      "Id": 1,
      "IN": 1,
      "<Messaging.EmailFileAttachment>": 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": 10,
      "GeoUtils": 1,
      "generate": 1,
      "KML": 1,
      "string": 7,
      "given": 2,
      "page": 1,
      "reference": 1,
      "call": 1,
      "getContent": 1,
      "then": 1,
      "cleanup": 1,
      "output.": 1,
      "generateFromContent": 1,
      "PageReference": 2,
      "pr": 1,
      "ret": 7,
      "try": 1,
      "pr.getContent": 1,
      ".toString": 1,
      "ret.replaceAll": 4,
      "content": 1,
      "produces": 1,
      "quote": 1,
      "chars": 1,
      "we": 1,
      "need": 1,
      "escape": 1,
      "these": 2,
      "in": 1,
      "node": 1,
      "catch": 1,
      "exception": 1,
      "e": 2,
      "system.debug": 2,
      "must": 1,
      "use": 1,
      "ALL": 1,
      "since": 1,
      "many": 1,
      "line": 1,
      "may": 1,
      "also": 1,
      "Map": 33,
      "<String,>": 2,
      "geo_response": 1,
      "accountAddressString": 2,
      "account": 2,
      "acct": 1,
      "form": 1,
      "address": 1,
      "object": 1,
      "adr": 9,
      "acct.billingstreet": 1,
      "acct.billingcity": 1,
      "acct.billingstate": 1,
      "acct.billingpostalcode": 2,
      "acct.billingcountry": 2,
      "adr.replaceAll": 4,
      "testmethod": 1,
      "t1": 1,
      "pageRef": 3,
      "Page.kmlPreviewTemplate": 1,
      "Test.setCurrentPage": 1,
      "system.assert": 1,
      "GeoUtils.generateFromContent": 1,
      "Account": 2,
      "billingstreet": 1,
      "billingcity": 1,
      "billingstate": 1,
      "billingpostalcode": 1,
      "billingcountry": 1,
      "insert": 1,
      "system.assertEquals": 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,
      "<String,String>": 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": 7,
      "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,
      "dummy": 2,
      "sid": 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": 108,
      "windowWidth": 3,
      "to": 128,
      "windowHeight": 3,
      "delay": 3,
      "AppleScript": 2,
      "s": 3,
      "text": 13,
      "item": 13,
      "delimiters": 1,
      "tell": 40,
      "application": 16,
      "screen_width": 2,
      "(": 89,
      "do": 4,
      "JavaScript": 2,
      "in": 13,
      "document": 2,
      ")": 88,
      "screen_height": 2,
      "end": 67,
      "myFrontMost": 3,
      "name": 8,
      "of": 72,
      "first": 1,
      "processes": 2,
      "whose": 1,
      "frontmost": 1,
      "is": 40,
      "true": 8,
      "{": 32,
      "desktopTop": 2,
      "desktopLeft": 1,
      "desktopRight": 1,
      "desktopBottom": 1,
      "}": 32,
      "bounds": 2,
      "desktop": 1,
      "try": 10,
      "process": 5,
      "w": 5,
      "h": 4,
      "size": 5,
      "drawer": 2,
      "window": 5,
      "on": 18,
      "error": 3,
      "position": 1,
      "-": 57,
      "/": 2,
      "property": 7,
      "type_list": 6,
      "extension_list": 6,
      "html": 2,
      "not": 5,
      "currently": 2,
      "handled": 2,
      "run": 4,
      "FinderSelection": 4,
      "the": 56,
      "selection": 2,
      "as": 27,
      "alias": 8,
      "list": 9,
      "FS": 10,
      "Ideally": 2,
      "this": 2,
      "could": 2,
      "be": 2,
      "passed": 2,
      "open": 8,
      "handler": 2,
      "SelectionCount": 6,
      "number": 6,
      "count": 10,
      "if": 50,
      "then": 28,
      "userPicksFolder": 6,
      "else": 14,
      "MyPath": 4,
      "path": 6,
      "me": 2,
      "If": 2,
      "I": 2,
      "m": 2,
      "a": 4,
      "double": 2,
      "clicked": 2,
      "droplet": 2,
      "these_items": 18,
      "choose": 2,
      "file": 6,
      "with": 11,
      "prompt": 2,
      "type": 6,
      "thesefiles": 2,
      "item_info": 24,
      "repeat": 19,
      "i": 10,
      "from": 9,
      "this_item": 14,
      "info": 4,
      "for": 5,
      "folder": 10,
      "processFolder": 8,
      "false": 9,
      "and": 7,
      "or": 6,
      "extension": 4,
      "theFilePath": 8,
      "string": 17,
      "thePOSIXFilePath": 8,
      "POSIX": 4,
      "processFile": 8,
      "folders": 2,
      "theFolder": 6,
      "without": 2,
      "invisibles": 2,
      "&": 63,
      "thePOSIXFileName": 6,
      "terminalCommand": 6,
      "convertCommand": 4,
      "newFileName": 4,
      "shell": 2,
      "script": 2,
      "need": 1,
      "pass": 1,
      "URL": 1,
      "Terminal": 1,
      "localMailboxes": 3,
      "every": 3,
      "mailbox": 2,
      "greater": 5,
      "than": 6,
      "messageCountDisplay": 5,
      "return": 16,
      "my": 3,
      "getMessageCountsForMailboxes": 4,
      "everyAccount": 2,
      "account": 1,
      "eachAccount": 3,
      "accountMailboxes": 3,
      "outputMessage": 2,
      "make": 3,
      "new": 2,
      "outgoing": 2,
      "message": 2,
      "properties": 2,
      "content": 2,
      "subject": 1,
      "visible": 2,
      "font": 2,
      "theMailboxes": 2,
      "mailboxes": 1,
      "returns": 2,
      "displayString": 4,
      "eachMailbox": 4,
      "mailboxName": 2,
      "messageCount": 2,
      "messages": 1,
      "unreadCount": 2,
      "unread": 1,
      "padString": 3,
      "theString": 4,
      "fieldLength": 5,
      "integer": 3,
      "stringLength": 4,
      "length": 1,
      "paddedString": 5,
      "character": 2,
      "less": 1,
      "equal": 3,
      "paddingLength": 2,
      "times": 1,
      "space": 1,
      "lowFontSize": 9,
      "highFontSize": 6,
      "messageText": 4,
      "userInput": 4,
      "display": 4,
      "dialog": 4,
      "default": 4,
      "answer": 3,
      "buttons": 3,
      "button": 4,
      "returned": 5,
      "minimumFontSize": 4,
      "newFontSize": 6,
      "result": 2,
      "theText": 3,
      "exit": 1,
      "fontList": 2,
      "activate": 3,
      "crazyTextMessage": 2,
      "eachCharacter": 4,
      "characters": 1,
      "some": 1,
      "random": 4,
      "color": 1,
      "current": 3,
      "pane": 4,
      "UI": 1,
      "elements": 1,
      "enabled": 2,
      "tab": 1,
      "group": 1,
      "click": 1,
      "radio": 1,
      "get": 1,
      "value": 1,
      "field": 1,
      "isVoiceOverRunning": 3,
      "isRunning": 3,
      "contains": 1,
      "isVoiceOverRunningWithAppleScript": 3,
      "isRunningWithAppleScript": 3,
      "VoiceOver": 1,
      "x": 1,
      "vo": 1,
      "cursor": 1,
      "currentDate": 3,
      "date": 1,
      "amPM": 4,
      "currentHour": 9,
      "minutes": 2,
      "<": 2,
      "below": 1,
      "sound": 1,
      "nice": 1,
      "currentMinutes": 4,
      "ensure": 1,
      "nn": 2,
      "gets": 1,
      "AM": 1,
      "readjust": 1,
      "hour": 1,
      "time": 1,
      "currentTime": 3,
      "day": 1,
      "output": 1,
      "say": 1
    },
    "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": 138,
      "const": 326,
      "char": 394,
      "*blob_type": 2,
      ";": 4325,
      "struct": 224,
      "blob": 6,
      "*lookup_blob": 2,
      "(": 5104,
      "unsigned": 134,
      "*sha1": 16,
      ")": 5106,
      "{": 1372,
      "object": 10,
      "*obj": 5,
      "lookup_object": 2,
      "sha1": 20,
      "if": 938,
      "obj": 18,
      "return": 501,
      "create_object": 2,
      "OBJ_BLOB": 3,
      "alloc_blob_node": 1,
      "-": 1725,
      "type": 28,
      "error": 96,
      "sha1_to_hex": 8,
      "typename": 2,
      "NULL": 281,
      "}": 1385,
      "*": 190,
      "int": 359,
      "parse_blob_buffer": 2,
      "*item": 10,
      "void": 250,
      "*buffer": 6,
      "long": 99,
      "size": 110,
      "item": 24,
      "object.parsed": 4,
      "#ifndef": 70,
      "BLOB_H": 2,
      "#define": 684,
      "extern": 35,
      "#endif": 164,
      "git_cache_init": 1,
      "git_cache": 4,
      "*cache": 4,
      "size_t": 40,
      "git_cached_obj_freeptr": 1,
      "free_ptr": 2,
      "<": 185,
      "git__size_t_powerof2": 1,
      "cache": 26,
      "size_mask": 6,
      "lru_count": 1,
      "free_obj": 4,
      "git_mutex_init": 1,
      "&": 425,
      "lock": 6,
      "nodes": 10,
      "git__malloc": 3,
      "sizeof": 67,
      "git_cached_obj": 5,
      "GITERR_CHECK_ALLOC": 3,
      "memset": 4,
      "git_cache_free": 1,
      "i": 363,
      "for": 88,
      "+": 543,
      "[": 422,
      "]": 422,
      "git_cached_obj_decref": 3,
      "git__free": 15,
      "*git_cache_get": 1,
      "git_oid": 7,
      "*oid": 2,
      "uint32_t": 144,
      "hash": 12,
      "*node": 2,
      "*result": 1,
      "memcpy": 34,
      "oid": 17,
      "id": 13,
      "git_mutex_lock": 2,
      "node": 9,
      "&&": 224,
      "git_oid_cmp": 6,
      "git_cached_obj_incref": 3,
      "result": 48,
      "git_mutex_unlock": 2,
      "*git_cache_try_store": 1,
      "*_entry": 1,
      "*entry": 2,
      "_entry": 1,
      "entry": 17,
      "else": 170,
      "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": 69,
      "lookup_commit_reference": 2,
      "c": 247,
      "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": 16,
      "||": 133,
      "parse_commit": 3,
      "parse_commit_date": 2,
      "*buf": 9,
      "*tail": 2,
      "*dateptr": 1,
      "buf": 56,
      "tail": 12,
      "memcmp": 6,
      "while": 64,
      "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,
      "/": 7,
      "*graft": 3,
      "cmp": 9,
      "graft": 10,
      "register_commit_graft": 2,
      "ignore_dups": 2,
      "pos": 7,
      "free": 62,
      "alloc_nr": 1,
      "xrealloc": 2,
      "parse_commit_buffer": 3,
      "buffer": 10,
      "*bufptr": 1,
      "parent": 7,
      "commit_list": 35,
      "**pptr": 1,
      "<=>": 15,
      "bufptr": 12,
      "46": 1,
      "tree": 3,
      "5": 1,
      "45": 1,
      "n": 37,
      "bogus": 1,
      "s": 139,
      "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": 11,
      "nr_parent": 3,
      "grafts_replace_parents": 1,
      "continue": 20,
      "new_parent": 6,
      "lookup_commit": 2,
      "commit_list_insert": 2,
      "next": 8,
      "date": 5,
      "enum": 29,
      "object_type": 1,
      "ret": 142,
      "read_sha1_file": 1,
      "find_commit_subject": 2,
      "*commit_buffer": 2,
      "**subject": 2,
      "*eol": 1,
      "*p": 9,
      "commit_buffer": 1,
      "a": 28,
      "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,
      "**": 6,
      "list": 1,
      "lifo": 1,
      "FLEX_ARRAY": 1,
      "typedef": 138,
      "*read_graft_line": 1,
      "len": 29,
      "*lookup_commit_graft": 1,
      "*get_merge_bases": 1,
      "*rev1": 1,
      "*rev2": 1,
      "cleanup": 12,
      "*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": 2,
      "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": 20,
      "*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,
      "<linux/proc_fs.h>": 1,
      "<linux/smp.h>": 1,
      "<linux/init.h>": 1,
      "<linux/notifier.h>": 1,
      "<linux/sched.h>": 1,
      "<linux/unistd.h>": 1,
      "<linux/cpu.h>": 1,
      "<linux/oom.h>": 1,
      "<linux/rcupdate.h>": 1,
      "<linux/export.h>": 1,
      "<linux/bug.h>": 1,
      "<linux/kthread.h>": 1,
      "<linux/stop_machine.h>": 1,
      "<linux/mutex.h>": 1,
      "<linux/gfp.h>": 1,
      "<linux/suspend.h>": 1,
      "#ifdef": 52,
      "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": 5,
      "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": 241,
      "__set_current_state": 1,
      "TASK_UNINTERRUPTIBLE": 1,
      "schedule": 1,
      "cpu_hotplug_done": 4,
      "#else": 59,
      "__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": 7,
      "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": 60,
      "*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,
      "|": 123,
      "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": 93,
      "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": 18,
      "__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": 46,
      "defined": 25,
      "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": 40,
      "case": 258,
      "PM_SUSPEND_PREPARE": 1,
      "PM_HIBERNATION_PREPARE": 1,
      "PM_POST_SUSPEND": 1,
      "PM_POST_HIBERNATION": 1,
      "default": 30,
      "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": 24,
      "UL": 1,
      "<<": 55,
      "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": 16,
      "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": 15,
      "false": 77,
      "true": 73,
      "str": 162,
      "strings": 5,
      "diff_path_matches_pathspec": 3,
      "git_diff_list": 17,
      "*diff": 8,
      "*path": 2,
      "git_attr_fnmatch": 4,
      "*match": 3,
      "diff": 93,
      "pathspec.length": 1,
      "git_vector_foreach": 4,
      "match": 16,
      "p_fnmatch": 1,
      "pattern": 3,
      "path": 20,
      "FNM_NOMATCH": 1,
      "GIT_ATTR_FNMATCH_HASWILD": 1,
      "strncmp": 1,
      "length": 58,
      "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": 11,
      "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": 11,
      "new_oid": 3,
      "git_oid_iszero": 2,
      "*diff_strdup_prefix": 1,
      "strlen": 16,
      "git_pool_strcat": 1,
      "git_pool_strndup": 1,
      "diff_delta__cmp": 3,
      "*da": 1,
      "*db": 3,
      "strcmp": 20,
      "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": 9,
      "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": 12,
      "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": 202,
      "onto": 7,
      "from": 16,
      "deltas.length": 4,
      "*o": 4,
      "GIT_VECTOR_GET": 2,
      "*f": 2,
      "f": 180,
      "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": 69,
      "prefixcmp": 3,
      "var": 7,
      "cmd": 46,
      "git_config_maybe_bool": 1,
      "value": 5,
      "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": 20,
      "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": 9,
      "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": 2,
      "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": 20,
      "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,
      "git_hash_ctx": 7,
      "SHA_CTX": 3,
      "*git_hash_new_ctx": 1,
      "*ctx": 5,
      "ctx": 16,
      "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,
      "<stdio.h>": 7,
      "HELLO_H": 2,
      "hello": 1,
      "<assert.h>": 5,
      "<stddef.h>": 1,
      "<ctype.h>": 3,
      "<stdlib.h>": 3,
      "<string.h>": 4,
      "<limits.h>": 2,
      "ULLONG_MAX": 10,
      "MIN": 3,
      "HTTP_PARSER_DEBUG": 4,
      "SET_ERRNO": 47,
      "e": 4,
      "do": 15,
      "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": 24,
      "string": 18,
      "#string": 1,
      "HTTP_METHOD_MAP": 3,
      "#undef": 6,
      "tokens": 5,
      "int8_t": 3,
      "unhex": 3,
      "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": 11,
      "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": 11,
      "classes": 1,
      "depends": 1,
      "on": 4,
      "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": 6,
      "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": 57,
      "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": 2,
      "HPE_UNKNOWN": 1,
      "Does": 1,
      "the": 91,
      "need": 5,
      "to": 36,
      "see": 2,
      "an": 2,
      "EOF": 26,
      "find": 1,
      "end": 48,
      "of": 43,
      "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": 12,
      "http_parser_pause": 2,
      "paused": 3,
      "HPE_PAUSED": 2,
      "http_parser_h": 2,
      "__cplusplus": 8,
      "HTTP_PARSER_VERSION_MAJOR": 1,
      "HTTP_PARSER_VERSION_MINOR": 1,
      "<sys/types.h>": 2,
      "_WIN32": 2,
      "__MINGW32__": 1,
      "_MSC_VER": 4,
      "__int8": 2,
      "__int16": 2,
      "int16_t": 1,
      "__int32": 2,
      "int32_t": 112,
      "__int64": 3,
      "int64_t": 2,
      "ssize_t": 1,
      "<stdint.h>": 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": 8,
      "*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": 6,
      "s2": 6,
      "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,
      "<errno.h>": 4,
      "<sys/wait.h>": 2,
      "<poll.h>": 1,
      "<unistd.h>": 1,
      "<fcntl.h>": 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": 62,
      "stdio_count": 7,
      "int*": 22,
      "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": 9,
      "uv_process_t*": 3,
      "char**": 7,
      "save_our_env": 3,
      "options.stdio_count": 4,
      "malloc": 3,
      "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": 13,
      "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,
      "<time.h>": 1,
      "<signal.h>": 1,
      "<stdarg.h>": 1,
      "<arpa/inet.h>": 1,
      "<sys/stat.h>": 1,
      "<sys/time.h>": 1,
      "<sys/resource.h>": 2,
      "<sys/uio.h>": 1,
      "<float.h>": 1,
      "<math.h>": 2,
      "<sys/utsname.h>": 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,
      "...": 127,
      "va_list": 3,
      "ap": 4,
      "REDIS_MAX_LOGMSG_LEN": 1,
      "va_start": 3,
      "vsnprintf": 1,
      "va_end": 3,
      "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": 7,
      "*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*": 158,
      "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": 10,
      "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": 6,
      "start": 10,
      "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,
      "REDIS_OPS_SEC_SAMPLES": 3,
      "getOperationsPerSecond": 2,
      "sum": 3,
      "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_": 2,
      "loops": 2,
      "/REDIS_HZ": 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,
      "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*": 134,
      "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,
      "/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": 2,
      "sprintf": 10,
      "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": 18,
      "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": 3,
      "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,
      "<rf_io.h>": 1,
      "<rf_utils.h>": 2,
      "<String/rfc_string.h>": 2,
      "//": 257,
      "rfUTF8_IsContinuationbyte": 1,
      "e.t.c.": 1,
      "rfFReadLine_UTF8": 5,
      "FILE*": 64,
      "utf8": 36,
      "uint32_t*": 34,
      "byteLength": 197,
      "bufferSize": 6,
      "eof": 53,
      "bytesN": 98,
      "bIndex": 5,
      "RF_NEWLINE_CRLF": 1,
      "newLineFound": 1,
      "*bufferSize": 1,
      "RF_OPTION_FGETS_READBYTESN": 5,
      "RF_MALLOC": 47,
      "tempBuff": 6,
      "RF_LF": 10,
      "buff": 95,
      "RF_SUCCESS": 14,
      "RE_FILE_EOF": 22,
      "found": 20,
      "*eofReached": 14,
      "LOG_ERROR": 64,
      "RF_HEXEQ_UI": 7,
      "rfFgetc_UTF32BE": 3,
      "else//": 14,
      "undo": 5,
      "peek": 5,
      "ahead": 5,
      "file": 6,
      "pointer": 5,
      "fseek": 19,
      "SEEK_CUR": 19,
      "rfFgets_UTF32LE": 2,
      "eofReached": 4,
      "rfFgetc_UTF32LE": 4,
      "rfFgets_UTF16BE": 2,
      "rfFgetc_UTF16BE": 4,
      "rfFgets_UTF16LE": 2,
      "rfFgetc_UTF16LE": 4,
      "rfFgets_UTF8": 2,
      "rfFgetc_UTF8": 3,
      "RF_HEXEQ_C": 9,
      "fgetc": 9,
      "check": 8,
      "RE_FILE_READ": 2,
      "cp": 12,
      "c2": 13,
      "c3": 9,
      "c4": 5,
      "i_READ_CHECK": 20,
      "///": 4,
      "success": 4,
      "cc": 24,
      "we": 10,
      "more": 2,
      "bytes": 225,
      "xC0": 3,
      "xC1": 1,
      "RE_UTF8_INVALID_SEQUENCE_INVALID_BYTE": 6,
      "RE_UTF8_INVALID_SEQUENCE_END": 6,
      "rfUTF8_IsContinuationByte": 12,
      "RE_UTF8_INVALID_SEQUENCE_CONBYTE": 6,
      "decoded": 3,
      "codepoint": 47,
      "F": 38,
      "xE0": 2,
      "xF": 5,
      "decode": 6,
      "xF0": 2,
      "RF_HEXGE_C": 1,
      "xBF": 2,
      "//invalid": 1,
      "byte": 6,
      "are": 6,
      "xFF": 1,
      "//if": 1,
      "needing": 1,
      "than": 5,
      "swapE": 21,
      "v1": 38,
      "v2": 26,
      "rfUTILS_Endianess": 24,
      "RF_LITTLE_ENDIAN": 23,
      "fread": 12,
      "endianess": 40,
      "needed": 9,
      "rfUTILS_SwapEndianUS": 10,
      "RF_HEXGE_US": 4,
      "xD800": 8,
      "RF_HEXLE_US": 4,
      "xDFFF": 8,
      "RF_HEXL_US": 8,
      "RF_HEXG_US": 8,
      "xDBFF": 4,
      "RE_UTF16_INVALID_SEQUENCE": 20,
      "RE_UTF16_NO_SURRPAIR": 2,
      "xDC00": 4,
      "user": 2,
      "wants": 2,
      "ff": 10,
      "uint16_t*": 11,
      "surrogate": 4,
      "pair": 4,
      "existence": 2,
      "RF_BIG_ENDIAN": 10,
      "rfUTILS_SwapEndianUI": 11,
      "rfFback_UTF32BE": 2,
      "i_FSEEK_CHECK": 14,
      "rfFback_UTF32LE": 2,
      "rfFback_UTF16BE": 2,
      "rfFback_UTF16LE": 2,
      "rfFback_UTF8": 2,
      "depending": 1,
      "number": 19,
      "read": 1,
      "backwards": 1,
      "RE_UTF8_INVALID_SEQUENCE": 2,
      "REFU_IO_H": 2,
      "<rf_setup.h>": 2,
      "opening": 2,
      "bracket": 4,
      "calling": 4,
      "C": 13,
      "xA": 1,
      "RF_CR": 1,
      "xD": 1,
      "REFU_WIN32_VERSION": 1,
      "i_PLUSB_WIN32": 2,
      "foff_rft": 2,
      "off64_t": 1,
      "///Fseek": 1,
      "and": 15,
      "Ftelll": 1,
      "definitions": 1,
      "rfFseek": 2,
      "i_FILE_": 16,
      "i_OFFSET_": 4,
      "i_WHENCE_": 4,
      "_fseeki64": 1,
      "rfFtell": 2,
      "_ftelli64": 1,
      "fseeko64": 1,
      "ftello64": 1,
      "i_DECLIMEX_": 121,
      "rfFReadLine_UTF16BE": 6,
      "rfFReadLine_UTF16LE": 4,
      "rfFReadLine_UTF32BE": 1,
      "rfFReadLine_UTF32LE": 4,
      "rfFgets_UTF32BE": 1,
      "RF_IAMHERE_FOR_DOXYGEN": 22,
      "rfPopen": 2,
      "command": 2,
      "i_rfPopen": 2,
      "i_CMD_": 2,
      "i_MODE_": 2,
      "i_rfLMS_WRAP2": 5,
      "rfPclose": 1,
      "stream": 2,
      "///closing": 1,
      "#endif//include": 1,
      "guards": 2,
      "<String/rfc_stringx.h>": 1,
      "<rf_localmem.h>": 2,
      "local": 5,
      "stack": 5,
      "memory": 4,
      "RF_OPTION_DEFAULT_ARGUMENTS": 24,
      "RF_String*": 222,
      "rfString_Create": 4,
      "i_rfString_Create": 3,
      "READ_VSNPRINTF_ARGS": 5,
      "rfUTF8_VerifySequence": 7,
      "RF_FAILURE": 24,
      "RE_STRING_INIT_FAILURE": 8,
      "buffAllocated": 11,
      "RF_String": 27,
      "i_NVrfString_Create": 3,
      "i_rfString_CreateLocal1": 3,
      "RF_OPTION_SOURCE_ENCODING": 30,
      "RF_UTF8": 8,
      "characterLength": 16,
      "*codepoints": 2,
      "rfLMS_MacroEvalPtr": 2,
      "RF_LMS": 6,
      "RF_UTF16_LE": 9,
      "RF_UTF16_BE": 7,
      "codepoints": 44,
      "i/2": 2,
      "#elif": 10,
      "RF_UTF32_LE": 3,
      "RF_UTF32_BE": 3,
      "UTF16": 4,
      "rfUTF16_Decode": 5,
      "rfUTF16_Decode_swap": 5,
      "RF_UTF16_BE//": 2,
      "RF_UTF32_LE//": 2,
      "copy": 4,
      "UTF32": 4,
      "into": 8,
      "RF_UTF32_BE//": 2,
      "<i;j+=4)>": 2,
      "any": 3,
      "other": 16,
      "UTF": 17,
      "8": 15,
      "encode": 2,
      "them": 3,
      "rfUTF8_Encode": 4,
      "While": 2,
      "attempting": 2,
      "create": 2,
      "temporary": 4,
      "given": 5,
      "sequence": 6,
      "could": 2,
      "not": 6,
      "be": 6,
      "properly": 2,
      "encoded": 2,
      "RE_UTF8_ENCODING": 2,
      "End": 2,
      "Non": 2,
      "code=": 2,
      "normally": 1,
      "since": 5,
      "here": 5,
      "have": 2,
      "validity": 2,
      "get": 4,
      "Error": 2,
      "at": 3,
      "String": 11,
      "Allocation": 2,
      "due": 2,
      "invalid": 2,
      "rfLMS_Push": 4,
      "Memory": 4,
      "allocation": 3,
      "Local": 2,
      "Stack": 2,
      "failed": 2,
      "Insufficient": 2,
      "space": 4,
      "Consider": 2,
      "compiling": 2,
      "library": 3,
      "with": 9,
      "bigger": 3,
      "Quitting": 2,
      "proccess": 2,
      "RE_LOCALMEMSTACK_INSUFFICIENT": 8,
      "i_NVrfString_CreateLocal": 3,
      "during": 1,
      "rfString_Init": 3,
      "i_rfString_Init": 3,
      "i_NVrfString_Init": 3,
      "rfString_Create_cp": 2,
      "rfString_Init_cp": 3,
      "RF_HEXLE_UI": 8,
      "RF_HEXGE_UI": 6,
      "C0": 3,
      "ffff": 4,
      "xFC0": 4,
      "xF000": 2,
      "xE": 2,
      "F000": 2,
      "C0000": 2,
      "E": 11,
      "RE_UTF8_INVALID_CODE_POINT": 2,
      "rfString_Create_i": 2,
      "numLen": 8,
      "max": 4,
      "is": 17,
      "most": 3,
      "environment": 3,
      "so": 4,
      "chars": 3,
      "will": 3,
      "certainly": 3,
      "fit": 3,
      "it": 12,
      "strcpy": 4,
      "rfString_Init_i": 2,
      "rfString_Create_f": 2,
      "rfString_Init_f": 2,
      "rfString_Create_UTF16": 2,
      "rfString_Init_UTF16": 3,
      "utf8ByteLength": 34,
      "last": 1,
      "utf": 1,
      "null": 4,
      "termination": 3,
      "byteLength*2": 1,
      "allocate": 1,
      "same": 1,
      "as": 4,
      "different": 1,
      "RE_INPUT": 1,
      "ends": 3,
      "rfString_Create_UTF32": 2,
      "rfString_Init_UTF32": 3,
      "codeBuffer": 9,
      "xFEFF": 1,
      "big": 14,
      "endian": 20,
      "xFFFE0000": 1,
      "little": 7,
      "according": 1,
      "standard": 1,
      "no": 4,
      "BOM": 1,
      "means": 1,
      "rfUTF32_Length": 1,
      "i_rfString_Assign": 3,
      "dest": 7,
      "sourceP": 2,
      "source": 8,
      "RF_REALLOC": 9,
      "rfString_Assign_char": 2,
      "<5)>": 1,
      "rfString_Create_nc": 3,
      "i_rfString_Create_nc": 3,
      "bytesWritten": 2,
      "i_NVrfString_Create_nc": 3,
      "rfString_Init_nc": 4,
      "i_rfString_Init_nc": 3,
      "i_NVrfString_Init_nc": 3,
      "rfString_Destroy": 2,
      "rfString_Deinit": 3,
      "rfString_ToUTF16": 4,
      "charsN": 5,
      "rfUTF8_Decode": 2,
      "rfUTF16_Encode": 1,
      "rfString_ToUTF32": 4,
      "rfString_Length": 5,
      "RF_STRING_ITERATE_START": 9,
      "RF_STRING_ITERATE_END": 9,
      "rfString_GetChar": 2,
      "thisstr": 210,
      "codePoint": 18,
      "RF_STRING_INDEX_OUT_OF_BOUNDS": 2,
      "rfString_BytePosToCodePoint": 7,
      "rfString_BytePosToCharPos": 4,
      "thisstrP": 32,
      "bytepos": 12,
      "before": 4,
      "charPos": 8,
      "byteI": 7,
      "i_rfString_Equal": 3,
      "s1P": 2,
      "s2P": 2,
      "i_rfString_Find": 5,
      "sstrP": 6,
      "optionsP": 11,
      "sstr": 39,
      "*optionsP": 8,
      "RF_BITFLAG_ON": 5,
      "RF_CASE_IGNORE": 2,
      "strstr": 2,
      "RF_MATCH_WORD": 5,
      "exact": 4,
      "<thisstr->": 1,
      "0x5a": 1,
      "0x7a": 1,
      "substring": 5,
      "search": 1,
      "zero": 2,
      "equals": 1,
      "then": 1,
      "okay": 1,
      "rfString_Equal": 4,
      "RFS_": 8,
      "ERANGE": 1,
      "RE_STRING_TOFLOAT_UNDERFLOW": 1,
      "RE_STRING_TOFLOAT": 1,
      "rfString_Copy_OUT": 2,
      "srcP": 6,
      "rfString_Copy_IN": 2,
      "dst": 15,
      "rfString_Copy_chars": 2,
      "bytePos": 23,
      "terminate": 1,
      "i_rfString_ScanfAfter": 3,
      "afterstrP": 2,
      "format": 4,
      "afterstr": 5,
      "sscanf": 1,
      "<=0)>": 1,
      "Counts": 1,
      "how": 1,
      "many": 1,
      "times": 1,
      "occurs": 1,
      "inside": 2,
      "i_rfString_Count": 5,
      "sstr2": 2,
      "move": 12,
      "rfString_FindBytePos": 10,
      "rfString_Tokenize": 2,
      "sep": 3,
      "tokensN": 2,
      "RF_String**": 2,
      "*tokensN": 1,
      "rfString_Count": 4,
      "lstr": 6,
      "lstrP": 1,
      "rstr": 24,
      "rstrP": 5,
      "rfString_After": 4,
      "rfString_Beforev": 4,
      "parNP": 6,
      "i_rfString_Beforev": 16,
      "parN": 10,
      "*parNP": 2,
      "minPos": 17,
      "thisPos": 8,
      "argList": 8,
      "va_arg": 2,
      "i_rfString_Before": 5,
      "i_rfString_After": 5,
      "afterP": 2,
      "after": 6,
      "rfString_Afterv": 4,
      "i_rfString_Afterv": 16,
      "minPosLength": 3,
      "go": 8,
      "i_rfString_Append": 3,
      "otherP": 4,
      "strncat": 1,
      "rfString_Append_i": 2,
      "rfString_Append_f": 2,
      "i_rfString_Prepend": 3,
      "goes": 1,
      "i_rfString_Remove": 6,
      "numberP": 1,
      "*numberP": 1,
      "occurences": 5,
      "done": 1,
      "<=thisstr->": 1,
      "i_rfString_KeepOnly": 3,
      "keepstrP": 2,
      "keepLength": 2,
      "charValue": 12,
      "*keepChars": 1,
      "keepstr": 5,
      "exists": 6,
      "charBLength": 5,
      "keepChars": 4,
      "*keepLength": 1,
      "rfString_Iterate_Start": 6,
      "rfString_Iterate_End": 4,
      "<keepLength;>": 1,
      "does": 1,
      "exist": 2,
      "back": 1,
      "cover": 1,
      "that": 9,
      "effectively": 1,
      "gets": 1,
      "deleted": 1,
      "rfUTF8_FromCodepoint": 1,
      "this": 5,
      "kind": 1,
      "non": 1,
      "clean": 1,
      "way": 1,
      "macro": 2,
      "internally": 1,
      "uses": 1,
      "byteIndex_": 12,
      "variable": 1,
      "use": 1,
      "determine": 1,
      "backs": 1,
      "memmove": 1,
      "by": 1,
      "contiuing": 1,
      "make": 3,
      "sure": 2,
      "position": 1,
      "won": 1,
      "array": 1,
      "rfString_PruneStart": 2,
      "nBytePos": 23,
      "rfString_PruneEnd": 2,
      "RF_STRING_ITERATEB_START": 2,
      "RF_STRING_ITERATEB_END": 2,
      "rfString_PruneMiddleB": 2,
      "pBytePos": 15,
      "indexing": 1,
      "works": 1,
      "pbytePos": 2,
      "pth": 2,
      "include": 6,
      "rfString_PruneMiddleF": 2,
      "got": 1,
      "all": 2,
      "i_rfString_Replace": 6,
      "numP": 1,
      "*numP": 1,
      "RF_StringX": 2,
      "just": 1,
      "finding": 1,
      "foundN": 10,
      "bSize": 4,
      "bytePositions": 17,
      "bSize*sizeof": 1,
      "rfStringX_FromString_IN": 1,
      "temp.bIndex": 2,
      "temp.bytes": 1,
      "temp.byteLength": 1,
      "rfStringX_Deinit": 1,
      "replace": 3,
      "removed": 2,
      "one": 2,
      "orSize": 5,
      "nSize": 4,
      "number*diff": 1,
      "strncpy": 3,
      "smaller": 1,
      "diff*number": 1,
      "remove": 1,
      "equal": 1,
      "i_rfString_StripStart": 3,
      "subP": 7,
      "RF_String*sub": 2,
      "noMatch": 8,
      "*subValues": 2,
      "subLength": 6,
      "subValues": 8,
      "*subLength": 2,
      "i_rfString_StripEnd": 3,
      "lastBytePos": 4,
      "testity": 2,
      "i_rfString_Strip": 3,
      "res1": 2,
      "rfString_StripStart": 3,
      "res2": 2,
      "rfString_StripEnd": 3,
      "rfString_Create_fUTF8": 2,
      "rfString_Init_fUTF8": 3,
      "unused": 3,
      "rfString_Assign_fUTF8": 2,
      "FILE*f": 2,
      "utf8BufferSize": 4,
      "function": 6,
      "rfString_Append_fUTF8": 2,
      "rfString_Append": 5,
      "rfString_Create_fUTF16": 2,
      "rfString_Init_fUTF16": 3,
      "rfString_Assign_fUTF16": 2,
      "rfString_Append_fUTF16": 2,
      "char*utf8": 3,
      "rfString_Create_fUTF32": 2,
      "rfString_Init_fUTF32": 3,
      "<0)>": 1,
      "Failure": 1,
      "initialize": 1,
      "reading": 1,
      "Little": 1,
      "Endian": 1,
      "32": 1,
      "bytesN=": 1,
      "rfString_Assign_fUTF32": 2,
      "rfString_Append_fUTF32": 2,
      "i_rfString_Fwrite": 5,
      "sP": 2,
      "encodingP": 1,
      "*utf32": 1,
      "utf16": 11,
      "*encodingP": 1,
      "fwrite": 5,
      "logging": 5,
      "utf32": 10,
      "i_WRITE_CHECK": 1,
      "RE_FILE_WRITE": 1,
      "REFU_USTRING_H": 2,
      "<rf_options.h>": 1,
      "RF_MODULE_STRINGS//": 1,
      "included": 2,
      "module": 3,
      "<Preprocessor/rf_xmacro_argcount.h>": 1,
      "argument": 1,
      "wrapping": 1,
      "functionality": 1,
      "<IO/rf_unicode.h>": 1,
      "unicode": 2,
      "xFF0FFFF": 1,
      "rfUTF8_IsContinuationByte2": 1,
      "b__": 3,
      "0xBF": 1,
      "pragma": 1,
      "pack": 2,
      "push": 1,
      "internal": 4,
      "author": 1,
      "Lefteris": 1,
      "09": 1,
      "12": 1,
      "2010": 1,
      "endinternal": 1,
      "brief": 1,
      "A": 11,
      "representation": 2,
      "The": 1,
      "Refu": 2,
      "Unicode": 1,
      "has": 2,
      "two": 1,
      "versions": 1,
      "One": 1,
      "ref": 1,
      "what": 1,
      "operations": 1,
      "can": 2,
      "performed": 1,
      "extended": 3,
      "Strings": 2,
      "Functions": 1,
      "convert": 1,
      "but": 1,
      "always": 2,
      "Once": 1,
      "been": 1,
      "created": 1,
      "assumed": 1,
      "valid": 1,
      "every": 1,
      "performs": 1,
      "unless": 1,
      "otherwise": 1,
      "specified": 1,
      "All": 1,
      "functions": 2,
      "which": 1,
      "isinherited": 1,
      "StringX": 2,
      "their": 1,
      "description": 1,
      "safely": 1,
      "specific": 1,
      "or": 1,
      "needs": 1,
      "manipulate": 1,
      "Extended": 1,
      "To": 1,
      "documentation": 1,
      "even": 1,
      "clearer": 1,
      "should": 2,
      "marked": 1,
      "notinherited": 1,
      "cppcode": 1,
      "constructor": 1,
      "i_StringCHandle": 1,
      "@endcpp": 1,
      "@endinternal": 1,
      "*/": 1,
      "#pragma": 1,
      "pop": 1,
      "i_rfString_CreateLocal": 2,
      "__VA_ARGS__": 66,
      "RP_SELECT_FUNC_IF_NARGIS": 5,
      "i_SELECT_RF_STRING_CREATE": 1,
      "i_SELECT_RF_STRING_CREATE1": 1,
      "i_SELECT_RF_STRING_CREATE0": 1,
      "///Internal": 1,
      "creates": 1,
      "i_SELECT_RF_STRING_CREATELOCAL": 1,
      "i_SELECT_RF_STRING_CREATELOCAL1": 1,
      "i_SELECT_RF_STRING_CREATELOCAL0": 1,
      "i_SELECT_RF_STRING_INIT": 1,
      "i_SELECT_RF_STRING_INIT1": 1,
      "i_SELECT_RF_STRING_INIT0": 1,
      "code": 2,
      "i_SELECT_RF_STRING_CREATE_NC": 1,
      "i_SELECT_RF_STRING_CREATE_NC1": 1,
      "i_SELECT_RF_STRING_CREATE_NC0": 1,
      "i_SELECT_RF_STRING_INIT_NC": 1,
      "i_SELECT_RF_STRING_INIT_NC1": 1,
      "i_SELECT_RF_STRING_INIT_NC0": 1,
      "//@": 1,
      "rfString_Assign": 2,
      "i_DESTINATION_": 2,
      "i_SOURCE_": 2,
      "rfString_ToUTF8": 2,
      "i_STRING_": 2,
      "rfString_ToCstr": 2,
      "uint32_t*length": 1,
      "string_": 9,
      "startCharacterPos_": 4,
      "characterUnicodeValue_": 4,
      "j_": 6,
      "//Two": 1,
      "macros": 1,
      "accomplish": 1,
      "going": 1,
      "backwards.": 1,
      "This": 1,
      "its": 1,
      "pair.": 1,
      "rfString_IterateB_Start": 1,
      "characterPos_": 5,
      "b_index_": 6,
      "c_index_": 3,
      "rfString_IterateB_End": 1,
      "i_STRING1_": 2,
      "i_STRING2_": 2,
      "i_rfLMSX_WRAP2": 4,
      "rfString_Find": 3,
      "i_THISSTR_": 60,
      "i_SEARCHSTR_": 26,
      "i_OPTIONS_": 28,
      "i_rfLMS_WRAP3": 4,
      "i_RFI8_": 54,
      "RF_SELECT_FUNC_IF_NARGGT": 10,
      "i_NPSELECT_RF_STRING_FIND": 1,
      "i_NPSELECT_RF_STRING_FIND1": 1,
      "RF_COMPILE_ERROR": 33,
      "i_NPSELECT_RF_STRING_FIND0": 1,
      "RF_SELECT_FUNC": 10,
      "i_SELECT_RF_STRING_FIND": 1,
      "i_SELECT_RF_STRING_FIND2": 1,
      "i_SELECT_RF_STRING_FIND3": 1,
      "i_SELECT_RF_STRING_FIND1": 1,
      "i_SELECT_RF_STRING_FIND0": 1,
      "rfString_ToInt": 1,
      "int32_t*": 1,
      "rfString_ToDouble": 1,
      "double*": 1,
      "rfString_ScanfAfter": 2,
      "i_AFTERSTR_": 8,
      "i_FORMAT_": 2,
      "i_VAR_": 2,
      "i_rfLMSX_WRAP4": 11,
      "i_NPSELECT_RF_STRING_COUNT": 1,
      "i_NPSELECT_RF_STRING_COUNT1": 1,
      "i_NPSELECT_RF_STRING_COUNT0": 1,
      "i_SELECT_RF_STRING_COUNT": 1,
      "i_SELECT_RF_STRING_COUNT2": 1,
      "i_rfLMSX_WRAP3": 5,
      "i_SELECT_RF_STRING_COUNT3": 1,
      "i_SELECT_RF_STRING_COUNT1": 1,
      "i_SELECT_RF_STRING_COUNT0": 1,
      "rfString_Between": 3,
      "i_rfString_Between": 4,
      "i_NPSELECT_RF_STRING_BETWEEN": 1,
      "i_NPSELECT_RF_STRING_BETWEEN1": 1,
      "i_NPSELECT_RF_STRING_BETWEEN0": 1,
      "i_SELECT_RF_STRING_BETWEEN": 1,
      "i_SELECT_RF_STRING_BETWEEN4": 1,
      "i_LEFTSTR_": 6,
      "i_RIGHTSTR_": 6,
      "i_RESULT_": 12,
      "i_rfLMSX_WRAP5": 9,
      "i_SELECT_RF_STRING_BETWEEN5": 1,
      "i_SELECT_RF_STRING_BETWEEN3": 1,
      "i_SELECT_RF_STRING_BETWEEN2": 1,
      "i_SELECT_RF_STRING_BETWEEN1": 1,
      "i_SELECT_RF_STRING_BETWEEN0": 1,
      "i_NPSELECT_RF_STRING_BEFOREV": 1,
      "i_NPSELECT_RF_STRING_BEFOREV1": 1,
      "RF_SELECT_FUNC_IF_NARGGT2": 2,
      "i_LIMSELECT_RF_STRING_BEFOREV": 1,
      "i_NPSELECT_RF_STRING_BEFOREV0": 1,
      "i_LIMSELECT_RF_STRING_BEFOREV1": 1,
      "i_LIMSELECT_RF_STRING_BEFOREV0": 1,
      "i_SELECT_RF_STRING_BEFOREV": 1,
      "i_SELECT_RF_STRING_BEFOREV5": 1,
      "i_ARG1_": 56,
      "i_ARG2_": 56,
      "i_ARG3_": 56,
      "i_ARG4_": 56,
      "i_RFUI8_": 28,
      "i_SELECT_RF_STRING_BEFOREV6": 1,
      "i_rfLMSX_WRAP6": 2,
      "i_SELECT_RF_STRING_BEFOREV7": 1,
      "i_rfLMSX_WRAP7": 2,
      "i_SELECT_RF_STRING_BEFOREV8": 1,
      "i_rfLMSX_WRAP8": 2,
      "i_SELECT_RF_STRING_BEFOREV9": 1,
      "i_rfLMSX_WRAP9": 2,
      "i_SELECT_RF_STRING_BEFOREV10": 1,
      "i_rfLMSX_WRAP10": 2,
      "i_SELECT_RF_STRING_BEFOREV11": 1,
      "i_rfLMSX_WRAP11": 2,
      "i_SELECT_RF_STRING_BEFOREV12": 1,
      "i_rfLMSX_WRAP12": 2,
      "i_SELECT_RF_STRING_BEFOREV13": 1,
      "i_rfLMSX_WRAP13": 2,
      "i_SELECT_RF_STRING_BEFOREV14": 1,
      "i_rfLMSX_WRAP14": 2,
      "i_SELECT_RF_STRING_BEFOREV15": 1,
      "i_rfLMSX_WRAP15": 2,
      "i_SELECT_RF_STRING_BEFOREV16": 1,
      "i_rfLMSX_WRAP16": 2,
      "i_SELECT_RF_STRING_BEFOREV17": 1,
      "i_rfLMSX_WRAP17": 2,
      "i_SELECT_RF_STRING_BEFOREV18": 1,
      "i_rfLMSX_WRAP18": 2,
      "rfString_Before": 3,
      "i_NPSELECT_RF_STRING_BEFORE": 1,
      "i_NPSELECT_RF_STRING_BEFORE1": 1,
      "i_NPSELECT_RF_STRING_BEFORE0": 1,
      "i_SELECT_RF_STRING_BEFORE": 1,
      "i_SELECT_RF_STRING_BEFORE3": 1,
      "i_SELECT_RF_STRING_BEFORE4": 1,
      "i_SELECT_RF_STRING_BEFORE2": 1,
      "i_SELECT_RF_STRING_BEFORE1": 1,
      "i_SELECT_RF_STRING_BEFORE0": 1,
      "i_NPSELECT_RF_STRING_AFTER": 1,
      "i_NPSELECT_RF_STRING_AFTER1": 1,
      "i_NPSELECT_RF_STRING_AFTER0": 1,
      "i_SELECT_RF_STRING_AFTER": 1,
      "i_SELECT_RF_STRING_AFTER3": 1,
      "i_OUTSTR_": 6,
      "i_SELECT_RF_STRING_AFTER4": 1,
      "i_SELECT_RF_STRING_AFTER2": 1,
      "i_SELECT_RF_STRING_AFTER1": 1,
      "i_SELECT_RF_STRING_AFTER0": 1,
      "i_NPSELECT_RF_STRING_AFTERV": 1,
      "i_NPSELECT_RF_STRING_AFTERV1": 1,
      "i_LIMSELECT_RF_STRING_AFTERV": 1,
      "i_NPSELECT_RF_STRING_AFTERV0": 1,
      "i_LIMSELECT_RF_STRING_AFTERV1": 1,
      "i_LIMSELECT_RF_STRING_AFTERV0": 1,
      "i_SELECT_RF_STRING_AFTERV": 1,
      "i_SELECT_RF_STRING_AFTERV5": 1,
      "i_SELECT_RF_STRING_AFTERV6": 1,
      "i_SELECT_RF_STRING_AFTERV7": 1,
      "i_SELECT_RF_STRING_AFTERV8": 1,
      "i_SELECT_RF_STRING_AFTERV9": 1,
      "i_SELECT_RF_STRING_AFTERV10": 1,
      "i_SELECT_RF_STRING_AFTERV11": 1,
      "i_SELECT_RF_STRING_AFTERV12": 1,
      "i_SELECT_RF_STRING_AFTERV13": 1,
      "i_SELECT_RF_STRING_AFTERV14": 1,
      "i_SELECT_RF_STRING_AFTERV15": 1,
      "i_SELECT_RF_STRING_AFTERV16": 1,
      "i_SELECT_RF_STRING_AFTERV17": 1,
      "i_SELECT_RF_STRING_AFTERV18": 1,
      "i_OTHERSTR_": 4,
      "rfString_Prepend": 2,
      "rfString_Remove": 3,
      "i_NPSELECT_RF_STRING_REMOVE": 1,
      "i_NPSELECT_RF_STRING_REMOVE1": 1,
      "i_NPSELECT_RF_STRING_REMOVE0": 1,
      "i_SELECT_RF_STRING_REMOVE": 1,
      "i_SELECT_RF_STRING_REMOVE2": 1,
      "i_REPSTR_": 16,
      "i_RFUI32_": 8,
      "i_SELECT_RF_STRING_REMOVE3": 1,
      "i_NUMBER_": 12,
      "i_SELECT_RF_STRING_REMOVE4": 1,
      "i_SELECT_RF_STRING_REMOVE1": 1,
      "i_SELECT_RF_STRING_REMOVE0": 1,
      "rfString_KeepOnly": 2,
      "I_KEEPSTR_": 2,
      "rfString_Replace": 3,
      "i_NPSELECT_RF_STRING_REPLACE": 1,
      "i_NPSELECT_RF_STRING_REPLACE1": 1,
      "i_NPSELECT_RF_STRING_REPLACE0": 1,
      "i_SELECT_RF_STRING_REPLACE": 1,
      "i_SELECT_RF_STRING_REPLACE3": 1,
      "i_SELECT_RF_STRING_REPLACE4": 1,
      "i_SELECT_RF_STRING_REPLACE5": 1,
      "i_SELECT_RF_STRING_REPLACE2": 1,
      "i_SELECT_RF_STRING_REPLACE1": 1,
      "i_SELECT_RF_STRING_REPLACE0": 1,
      "i_SUBSTR_": 6,
      "rfString_Strip": 2,
      "rfString_Fwrite": 2,
      "i_NPSELECT_RF_STRING_FWRITE": 1,
      "i_NPSELECT_RF_STRING_FWRITE1": 1,
      "i_NPSELECT_RF_STRING_FWRITE0": 1,
      "i_SELECT_RF_STRING_FWRITE": 1,
      "i_SELECT_RF_STRING_FWRITE3": 1,
      "i_STR_": 8,
      "i_ENCODING_": 4,
      "i_SELECT_RF_STRING_FWRITE2": 1,
      "i_SELECT_RF_STRING_FWRITE1": 1,
      "i_SELECT_RF_STRING_FWRITE0": 1,
      "rfString_Fwrite_fUTF8": 1,
      "closing": 1,
      "#error": 2,
      "Attempted": 1,
      "manipulation": 1,
      "flag": 1,
      "off.": 1,
      "Rebuild": 1,
      "added": 1,
      "you": 1,
      "#endif//": 1,
      "__wglew_h__": 2,
      "__WGLEW_H__": 1,
      "__wglext_h_": 2,
      "wglext.h": 1,
      "wglew.h": 1,
      "WINAPI": 119,
      "<windows.h>": 1,
      "GLEW_STATIC": 1,
      "WGL_3DFX_multisample": 2,
      "WGL_SAMPLE_BUFFERS_3DFX": 1,
      "WGL_SAMPLES_3DFX": 1,
      "WGLEW_3DFX_multisample": 1,
      "WGLEW_GET_VAR": 49,
      "__WGLEW_3DFX_multisample": 2,
      "WGL_3DL_stereo_control": 2,
      "WGL_STEREO_EMITTER_ENABLE_3DL": 1,
      "WGL_STEREO_EMITTER_DISABLE_3DL": 1,
      "WGL_STEREO_POLARITY_NORMAL_3DL": 1,
      "WGL_STEREO_POLARITY_INVERT_3DL": 1,
      "BOOL": 84,
      "PFNWGLSETSTEREOEMITTERSTATE3DLPROC": 2,
      "HDC": 65,
      "hDC": 33,
      "UINT": 30,
      "uState": 1,
      "wglSetStereoEmitterState3DL": 1,
      "WGLEW_GET_FUN": 120,
      "__wglewSetStereoEmitterState3DL": 2,
      "WGLEW_3DL_stereo_control": 1,
      "__WGLEW_3DL_stereo_control": 2,
      "WGL_AMD_gpu_association": 2,
      "WGL_GPU_VENDOR_AMD": 1,
      "F00": 1,
      "WGL_GPU_RENDERER_STRING_AMD": 1,
      "F01": 1,
      "WGL_GPU_OPENGL_VERSION_STRING_AMD": 1,
      "F02": 1,
      "WGL_GPU_FASTEST_TARGET_GPUS_AMD": 1,
      "A2": 2,
      "WGL_GPU_RAM_AMD": 1,
      "A3": 2,
      "WGL_GPU_CLOCK_AMD": 1,
      "A4": 2,
      "WGL_GPU_NUM_PIPES_AMD": 1,
      "A5": 3,
      "WGL_GPU_NUM_SIMD_AMD": 1,
      "A6": 2,
      "WGL_GPU_NUM_RB_AMD": 1,
      "A7": 2,
      "WGL_GPU_NUM_SPI_AMD": 1,
      "A8": 2,
      "VOID": 6,
      "PFNWGLBLITCONTEXTFRAMEBUFFERAMDPROC": 2,
      "HGLRC": 14,
      "dstCtx": 1,
      "GLint": 18,
      "srcX0": 1,
      "srcY0": 1,
      "srcX1": 1,
      "srcY1": 1,
      "dstX0": 1,
      "dstY0": 1,
      "dstX1": 1,
      "dstY1": 1,
      "GLbitfield": 1,
      "mask": 1,
      "GLenum": 8,
      "filter": 1,
      "PFNWGLCREATEASSOCIATEDCONTEXTAMDPROC": 2,
      "PFNWGLCREATEASSOCIATEDCONTEXTATTRIBSAMDPROC": 2,
      "hShareContext": 2,
      "attribList": 2,
      "PFNWGLDELETEASSOCIATEDCONTEXTAMDPROC": 2,
      "hglrc": 5,
      "PFNWGLGETCONTEXTGPUIDAMDPROC": 2,
      "PFNWGLGETCURRENTASSOCIATEDCONTEXTAMDPROC": 2,
      "PFNWGLGETGPUIDSAMDPROC": 2,
      "maxCount": 1,
      "UINT*": 6,
      "ids": 1,
      "INT": 3,
      "PFNWGLGETGPUINFOAMDPROC": 2,
      "property": 1,
      "dataType": 1,
      "PFNWGLMAKEASSOCIATEDCONTEXTCURRENTAMDPROC": 2,
      "wglBlitContextFramebufferAMD": 1,
      "__wglewBlitContextFramebufferAMD": 2,
      "wglCreateAssociatedContextAMD": 1,
      "__wglewCreateAssociatedContextAMD": 2,
      "wglCreateAssociatedContextAttribsAMD": 1,
      "__wglewCreateAssociatedContextAttribsAMD": 2,
      "wglDeleteAssociatedContextAMD": 1,
      "__wglewDeleteAssociatedContextAMD": 2,
      "wglGetContextGPUIDAMD": 1,
      "__wglewGetContextGPUIDAMD": 2,
      "wglGetCurrentAssociatedContextAMD": 1,
      "__wglewGetCurrentAssociatedContextAMD": 2,
      "wglGetGPUIDsAMD": 1,
      "__wglewGetGPUIDsAMD": 2,
      "wglGetGPUInfoAMD": 1,
      "__wglewGetGPUInfoAMD": 2,
      "wglMakeAssociatedContextCurrentAMD": 1,
      "__wglewMakeAssociatedContextCurrentAMD": 2,
      "WGLEW_AMD_gpu_association": 1,
      "__WGLEW_AMD_gpu_association": 2,
      "WGL_ARB_buffer_region": 2,
      "WGL_FRONT_COLOR_BUFFER_BIT_ARB": 1,
      "WGL_BACK_COLOR_BUFFER_BIT_ARB": 1,
      "WGL_DEPTH_BUFFER_BIT_ARB": 1,
      "WGL_STENCIL_BUFFER_BIT_ARB": 1,
      "HANDLE": 14,
      "PFNWGLCREATEBUFFERREGIONARBPROC": 2,
      "iLayerPlane": 5,
      "uType": 1,
      "PFNWGLDELETEBUFFERREGIONARBPROC": 2,
      "hRegion": 3,
      "PFNWGLRESTOREBUFFERREGIONARBPROC": 2,
      "y": 2,
      "width": 3,
      "height": 3,
      "xSrc": 1,
      "ySrc": 1,
      "PFNWGLSAVEBUFFERREGIONARBPROC": 2,
      "wglCreateBufferRegionARB": 1,
      "__wglewCreateBufferRegionARB": 2,
      "wglDeleteBufferRegionARB": 1,
      "__wglewDeleteBufferRegionARB": 2,
      "wglRestoreBufferRegionARB": 1,
      "__wglewRestoreBufferRegionARB": 2,
      "wglSaveBufferRegionARB": 1,
      "__wglewSaveBufferRegionARB": 2,
      "WGLEW_ARB_buffer_region": 1,
      "__WGLEW_ARB_buffer_region": 2,
      "WGL_ARB_create_context": 2,
      "WGL_CONTEXT_DEBUG_BIT_ARB": 1,
      "WGL_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB": 1,
      "WGL_CONTEXT_MAJOR_VERSION_ARB": 1,
      "WGL_CONTEXT_MINOR_VERSION_ARB": 1,
      "WGL_CONTEXT_LAYER_PLANE_ARB": 1,
      "WGL_CONTEXT_FLAGS_ARB": 1,
      "ERROR_INVALID_VERSION_ARB": 1,
      "ERROR_INVALID_PROFILE_ARB": 1,
      "PFNWGLCREATECONTEXTATTRIBSARBPROC": 2,
      "wglCreateContextAttribsARB": 1,
      "__wglewCreateContextAttribsARB": 2,
      "WGLEW_ARB_create_context": 1,
      "__WGLEW_ARB_create_context": 2,
      "WGL_ARB_create_context_profile": 2,
      "WGL_CONTEXT_CORE_PROFILE_BIT_ARB": 1,
      "WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB": 1,
      "WGL_CONTEXT_PROFILE_MASK_ARB": 1,
      "WGLEW_ARB_create_context_profile": 1,
      "__WGLEW_ARB_create_context_profile": 2,
      "WGL_ARB_create_context_robustness": 2,
      "WGL_CONTEXT_ROBUST_ACCESS_BIT_ARB": 1,
      "WGL_LOSE_CONTEXT_ON_RESET_ARB": 1,
      "WGL_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB": 1,
      "WGL_NO_RESET_NOTIFICATION_ARB": 1,
      "WGLEW_ARB_create_context_robustness": 1,
      "__WGLEW_ARB_create_context_robustness": 2,
      "WGL_ARB_extensions_string": 2,
      "PFNWGLGETEXTENSIONSSTRINGARBPROC": 2,
      "hdc": 16,
      "wglGetExtensionsStringARB": 1,
      "__wglewGetExtensionsStringARB": 2,
      "WGLEW_ARB_extensions_string": 1,
      "__WGLEW_ARB_extensions_string": 2,
      "WGL_ARB_framebuffer_sRGB": 2,
      "WGL_FRAMEBUFFER_SRGB_CAPABLE_ARB": 1,
      "A9": 2,
      "WGLEW_ARB_framebuffer_sRGB": 1,
      "__WGLEW_ARB_framebuffer_sRGB": 2,
      "WGL_ARB_make_current_read": 2,
      "ERROR_INVALID_PIXEL_TYPE_ARB": 1,
      "ERROR_INCOMPATIBLE_DEVICE_CONTEXTS_ARB": 1,
      "PFNWGLGETCURRENTREADDCARBPROC": 2,
      "PFNWGLMAKECONTEXTCURRENTARBPROC": 2,
      "hDrawDC": 2,
      "hReadDC": 2,
      "wglGetCurrentReadDCARB": 1,
      "__wglewGetCurrentReadDCARB": 2,
      "wglMakeContextCurrentARB": 1,
      "__wglewMakeContextCurrentARB": 2,
      "WGLEW_ARB_make_current_read": 1,
      "__WGLEW_ARB_make_current_read": 2,
      "WGL_ARB_multisample": 2,
      "WGL_SAMPLE_BUFFERS_ARB": 1,
      "WGL_SAMPLES_ARB": 1,
      "WGLEW_ARB_multisample": 1,
      "__WGLEW_ARB_multisample": 2,
      "WGL_ARB_pbuffer": 2,
      "WGL_DRAW_TO_PBUFFER_ARB": 1,
      "D": 8,
      "WGL_MAX_PBUFFER_PIXELS_ARB": 1,
      "WGL_MAX_PBUFFER_WIDTH_ARB": 1,
      "WGL_MAX_PBUFFER_HEIGHT_ARB": 1,
      "WGL_PBUFFER_LARGEST_ARB": 1,
      "WGL_PBUFFER_WIDTH_ARB": 1,
      "WGL_PBUFFER_HEIGHT_ARB": 1,
      "WGL_PBUFFER_LOST_ARB": 1,
      "DECLARE_HANDLE": 6,
      "HPBUFFERARB": 12,
      "PFNWGLCREATEPBUFFERARBPROC": 2,
      "iPixelFormat": 6,
      "iWidth": 2,
      "iHeight": 2,
      "piAttribList": 4,
      "PFNWGLDESTROYPBUFFERARBPROC": 2,
      "hPbuffer": 14,
      "PFNWGLGETPBUFFERDCARBPROC": 2,
      "PFNWGLQUERYPBUFFERARBPROC": 2,
      "iAttribute": 8,
      "piValue": 8,
      "PFNWGLRELEASEPBUFFERDCARBPROC": 2,
      "wglCreatePbufferARB": 1,
      "__wglewCreatePbufferARB": 2,
      "wglDestroyPbufferARB": 1,
      "__wglewDestroyPbufferARB": 2,
      "wglGetPbufferDCARB": 1,
      "__wglewGetPbufferDCARB": 2,
      "wglQueryPbufferARB": 1,
      "__wglewQueryPbufferARB": 2,
      "wglReleasePbufferDCARB": 1,
      "__wglewReleasePbufferDCARB": 2,
      "WGLEW_ARB_pbuffer": 1,
      "__WGLEW_ARB_pbuffer": 2,
      "WGL_ARB_pixel_format": 2,
      "WGL_NUMBER_PIXEL_FORMATS_ARB": 1,
      "WGL_DRAW_TO_WINDOW_ARB": 1,
      "WGL_DRAW_TO_BITMAP_ARB": 1,
      "WGL_ACCELERATION_ARB": 1,
      "WGL_NEED_PALETTE_ARB": 1,
      "WGL_NEED_SYSTEM_PALETTE_ARB": 1,
      "WGL_SWAP_LAYER_BUFFERS_ARB": 1,
      "WGL_SWAP_METHOD_ARB": 1,
      "WGL_NUMBER_OVERLAYS_ARB": 1,
      "WGL_NUMBER_UNDERLAYS_ARB": 1,
      "WGL_TRANSPARENT_ARB": 1,
      "WGL_SHARE_DEPTH_ARB": 1,
      "WGL_SHARE_STENCIL_ARB": 1,
      "WGL_SHARE_ACCUM_ARB": 1,
      "WGL_SUPPORT_GDI_ARB": 1,
      "WGL_SUPPORT_OPENGL_ARB": 1,
      "WGL_DOUBLE_BUFFER_ARB": 1,
      "WGL_STEREO_ARB": 1,
      "WGL_PIXEL_TYPE_ARB": 1,
      "WGL_COLOR_BITS_ARB": 1,
      "WGL_RED_BITS_ARB": 1,
      "WGL_RED_SHIFT_ARB": 1,
      "WGL_GREEN_BITS_ARB": 1,
      "WGL_GREEN_SHIFT_ARB": 1,
      "WGL_BLUE_BITS_ARB": 1,
      "WGL_BLUE_SHIFT_ARB": 1,
      "WGL_ALPHA_BITS_ARB": 1,
      "B": 9,
      "WGL_ALPHA_SHIFT_ARB": 1,
      "WGL_ACCUM_BITS_ARB": 1,
      "WGL_ACCUM_RED_BITS_ARB": 1,
      "WGL_ACCUM_GREEN_BITS_ARB": 1,
      "WGL_ACCUM_BLUE_BITS_ARB": 1,
      "WGL_ACCUM_ALPHA_BITS_ARB": 1,
      "WGL_DEPTH_BITS_ARB": 1,
      "WGL_STENCIL_BITS_ARB": 1,
      "WGL_AUX_BUFFERS_ARB": 1,
      "WGL_NO_ACCELERATION_ARB": 1,
      "WGL_GENERIC_ACCELERATION_ARB": 1,
      "WGL_FULL_ACCELERATION_ARB": 1,
      "WGL_SWAP_EXCHANGE_ARB": 1,
      "WGL_SWAP_COPY_ARB": 1,
      "WGL_SWAP_UNDEFINED_ARB": 1,
      "WGL_TYPE_RGBA_ARB": 1,
      "WGL_TYPE_COLORINDEX_ARB": 1,
      "WGL_TRANSPARENT_RED_VALUE_ARB": 1,
      "WGL_TRANSPARENT_GREEN_VALUE_ARB": 1,
      "WGL_TRANSPARENT_BLUE_VALUE_ARB": 1,
      "WGL_TRANSPARENT_ALPHA_VALUE_ARB": 1,
      "WGL_TRANSPARENT_INDEX_VALUE_ARB": 1,
      "PFNWGLCHOOSEPIXELFORMATARBPROC": 2,
      "piAttribIList": 2,
      "FLOAT": 4,
      "*pfAttribFList": 2,
      "nMaxFormats": 2,
      "*piFormats": 2,
      "*nNumFormats": 2,
      "PFNWGLGETPIXELFORMATATTRIBFVARBPROC": 2,
      "nAttributes": 4,
      "piAttributes": 4,
      "*pfValues": 2,
      "PFNWGLGETPIXELFORMATATTRIBIVARBPROC": 2,
      "*piValues": 2,
      "wglChoosePixelFormatARB": 1,
      "__wglewChoosePixelFormatARB": 2,
      "wglGetPixelFormatAttribfvARB": 1,
      "__wglewGetPixelFormatAttribfvARB": 2,
      "wglGetPixelFormatAttribivARB": 1,
      "__wglewGetPixelFormatAttribivARB": 2,
      "WGLEW_ARB_pixel_format": 1,
      "__WGLEW_ARB_pixel_format": 2,
      "WGL_ARB_pixel_format_float": 2,
      "WGL_TYPE_RGBA_FLOAT_ARB": 1,
      "A0": 3,
      "WGLEW_ARB_pixel_format_float": 1,
      "__WGLEW_ARB_pixel_format_float": 2,
      "WGL_ARB_render_texture": 2,
      "WGL_BIND_TO_TEXTURE_RGB_ARB": 1,
      "WGL_BIND_TO_TEXTURE_RGBA_ARB": 1,
      "WGL_TEXTURE_FORMAT_ARB": 1,
      "WGL_TEXTURE_TARGET_ARB": 1,
      "WGL_MIPMAP_TEXTURE_ARB": 1,
      "WGL_TEXTURE_RGB_ARB": 1,
      "WGL_TEXTURE_RGBA_ARB": 1,
      "WGL_NO_TEXTURE_ARB": 2,
      "WGL_TEXTURE_CUBE_MAP_ARB": 1,
      "WGL_TEXTURE_1D_ARB": 1,
      "WGL_TEXTURE_2D_ARB": 1,
      "WGL_MIPMAP_LEVEL_ARB": 1,
      "WGL_CUBE_MAP_FACE_ARB": 1,
      "WGL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB": 1,
      "WGL_TEXTURE_CUBE_MAP_NEGATIVE_X_ARB": 1,
      "WGL_TEXTURE_CUBE_MAP_POSITIVE_Y_ARB": 1,
      "WGL_TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB": 1,
      "WGL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB": 1,
      "WGL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB": 1,
      "WGL_FRONT_LEFT_ARB": 1,
      "WGL_FRONT_RIGHT_ARB": 1,
      "WGL_BACK_LEFT_ARB": 1,
      "WGL_BACK_RIGHT_ARB": 1,
      "WGL_AUX0_ARB": 1,
      "WGL_AUX1_ARB": 1,
      "WGL_AUX2_ARB": 1,
      "WGL_AUX3_ARB": 1,
      "WGL_AUX4_ARB": 1,
      "WGL_AUX5_ARB": 1,
      "WGL_AUX6_ARB": 1,
      "WGL_AUX7_ARB": 1,
      "WGL_AUX8_ARB": 1,
      "WGL_AUX9_ARB": 1,
      "PFNWGLBINDTEXIMAGEARBPROC": 2,
      "iBuffer": 2,
      "PFNWGLRELEASETEXIMAGEARBPROC": 2,
      "PFNWGLSETPBUFFERATTRIBARBPROC": 2,
      "wglBindTexImageARB": 1,
      "__wglewBindTexImageARB": 2,
      "wglReleaseTexImageARB": 1,
      "__wglewReleaseTexImageARB": 2,
      "wglSetPbufferAttribARB": 1,
      "__wglewSetPbufferAttribARB": 2,
      "WGLEW_ARB_render_texture": 1,
      "__WGLEW_ARB_render_texture": 2,
      "WGL_ATI_pixel_format_float": 2,
      "WGL_TYPE_RGBA_FLOAT_ATI": 1,
      "GL_RGBA_FLOAT_MODE_ATI": 1,
      "GL_COLOR_CLEAR_UNCLAMPED_VALUE_ATI": 1,
      "WGLEW_ATI_pixel_format_float": 1,
      "__WGLEW_ATI_pixel_format_float": 2,
      "WGL_ATI_render_texture_rectangle": 2,
      "WGL_TEXTURE_RECTANGLE_ATI": 1,
      "WGLEW_ATI_render_texture_rectangle": 1,
      "__WGLEW_ATI_render_texture_rectangle": 2,
      "WGL_EXT_create_context_es2_profile": 2,
      "WGL_CONTEXT_ES2_PROFILE_BIT_EXT": 1,
      "WGLEW_EXT_create_context_es2_profile": 1,
      "__WGLEW_EXT_create_context_es2_profile": 2,
      "WGL_EXT_depth_float": 2,
      "WGL_DEPTH_FLOAT_EXT": 1,
      "WGLEW_EXT_depth_float": 1,
      "__WGLEW_EXT_depth_float": 2,
      "WGL_EXT_display_color_table": 2,
      "GLboolean": 53,
      "PFNWGLBINDDISPLAYCOLORTABLEEXTPROC": 2,
      "GLushort": 3,
      "PFNWGLCREATEDISPLAYCOLORTABLEEXTPROC": 2,
      "PFNWGLDESTROYDISPLAYCOLORTABLEEXTPROC": 2,
      "PFNWGLLOADDISPLAYCOLORTABLEEXTPROC": 2,
      "GLushort*": 1,
      "table": 1,
      "GLuint": 9,
      "wglBindDisplayColorTableEXT": 1,
      "__wglewBindDisplayColorTableEXT": 2,
      "wglCreateDisplayColorTableEXT": 1,
      "__wglewCreateDisplayColorTableEXT": 2,
      "wglDestroyDisplayColorTableEXT": 1,
      "__wglewDestroyDisplayColorTableEXT": 2,
      "wglLoadDisplayColorTableEXT": 1,
      "__wglewLoadDisplayColorTableEXT": 2,
      "WGLEW_EXT_display_color_table": 1,
      "__WGLEW_EXT_display_color_table": 2,
      "WGL_EXT_extensions_string": 2,
      "PFNWGLGETEXTENSIONSSTRINGEXTPROC": 2,
      "wglGetExtensionsStringEXT": 1,
      "__wglewGetExtensionsStringEXT": 2,
      "WGLEW_EXT_extensions_string": 1,
      "__WGLEW_EXT_extensions_string": 2,
      "WGL_EXT_framebuffer_sRGB": 2,
      "WGL_FRAMEBUFFER_SRGB_CAPABLE_EXT": 1,
      "WGLEW_EXT_framebuffer_sRGB": 1,
      "__WGLEW_EXT_framebuffer_sRGB": 2,
      "WGL_EXT_make_current_read": 2,
      "ERROR_INVALID_PIXEL_TYPE_EXT": 1,
      "PFNWGLGETCURRENTREADDCEXTPROC": 2,
      "PFNWGLMAKECONTEXTCURRENTEXTPROC": 2,
      "wglGetCurrentReadDCEXT": 1,
      "__wglewGetCurrentReadDCEXT": 2,
      "wglMakeContextCurrentEXT": 1,
      "__wglewMakeContextCurrentEXT": 2,
      "WGLEW_EXT_make_current_read": 1,
      "__WGLEW_EXT_make_current_read": 2,
      "WGL_EXT_multisample": 2,
      "WGL_SAMPLE_BUFFERS_EXT": 1,
      "WGL_SAMPLES_EXT": 1,
      "WGLEW_EXT_multisample": 1,
      "__WGLEW_EXT_multisample": 2,
      "WGL_EXT_pbuffer": 2,
      "WGL_DRAW_TO_PBUFFER_EXT": 1,
      "WGL_MAX_PBUFFER_PIXELS_EXT": 1,
      "WGL_MAX_PBUFFER_WIDTH_EXT": 1,
      "WGL_MAX_PBUFFER_HEIGHT_EXT": 1,
      "WGL_OPTIMAL_PBUFFER_WIDTH_EXT": 1,
      "WGL_OPTIMAL_PBUFFER_HEIGHT_EXT": 1,
      "WGL_PBUFFER_LARGEST_EXT": 1,
      "WGL_PBUFFER_WIDTH_EXT": 1,
      "WGL_PBUFFER_HEIGHT_EXT": 1,
      "HPBUFFEREXT": 6,
      "PFNWGLCREATEPBUFFEREXTPROC": 2,
      "PFNWGLDESTROYPBUFFEREXTPROC": 2,
      "PFNWGLGETPBUFFERDCEXTPROC": 2,
      "PFNWGLQUERYPBUFFEREXTPROC": 2,
      "PFNWGLRELEASEPBUFFERDCEXTPROC": 2,
      "wglCreatePbufferEXT": 1,
      "__wglewCreatePbufferEXT": 2,
      "wglDestroyPbufferEXT": 1,
      "__wglewDestroyPbufferEXT": 2,
      "wglGetPbufferDCEXT": 1,
      "__wglewGetPbufferDCEXT": 2,
      "wglQueryPbufferEXT": 1,
      "__wglewQueryPbufferEXT": 2,
      "wglReleasePbufferDCEXT": 1,
      "__wglewReleasePbufferDCEXT": 2,
      "WGLEW_EXT_pbuffer": 1,
      "__WGLEW_EXT_pbuffer": 2,
      "WGL_EXT_pixel_format": 2,
      "WGL_NUMBER_PIXEL_FORMATS_EXT": 1,
      "WGL_DRAW_TO_WINDOW_EXT": 1,
      "WGL_DRAW_TO_BITMAP_EXT": 1,
      "WGL_ACCELERATION_EXT": 1,
      "WGL_NEED_PALETTE_EXT": 1,
      "WGL_NEED_SYSTEM_PALETTE_EXT": 1,
      "WGL_SWAP_LAYER_BUFFERS_EXT": 1,
      "WGL_SWAP_METHOD_EXT": 1,
      "WGL_NUMBER_OVERLAYS_EXT": 1,
      "WGL_NUMBER_UNDERLAYS_EXT": 1,
      "WGL_TRANSPARENT_EXT": 1,
      "WGL_TRANSPARENT_VALUE_EXT": 1,
      "WGL_SHARE_DEPTH_EXT": 1,
      "WGL_SHARE_STENCIL_EXT": 1,
      "WGL_SHARE_ACCUM_EXT": 1,
      "WGL_SUPPORT_GDI_EXT": 1,
      "WGL_SUPPORT_OPENGL_EXT": 1,
      "WGL_DOUBLE_BUFFER_EXT": 1,
      "WGL_STEREO_EXT": 1,
      "WGL_PIXEL_TYPE_EXT": 1,
      "WGL_COLOR_BITS_EXT": 1,
      "WGL_RED_BITS_EXT": 1,
      "WGL_RED_SHIFT_EXT": 1,
      "WGL_GREEN_BITS_EXT": 1,
      "WGL_GREEN_SHIFT_EXT": 1,
      "WGL_BLUE_BITS_EXT": 1,
      "WGL_BLUE_SHIFT_EXT": 1,
      "WGL_ALPHA_BITS_EXT": 1,
      "WGL_ALPHA_SHIFT_EXT": 1,
      "WGL_ACCUM_BITS_EXT": 1,
      "WGL_ACCUM_RED_BITS_EXT": 1,
      "WGL_ACCUM_GREEN_BITS_EXT": 1,
      "WGL_ACCUM_BLUE_BITS_EXT": 1,
      "WGL_ACCUM_ALPHA_BITS_EXT": 1,
      "WGL_DEPTH_BITS_EXT": 1,
      "WGL_STENCIL_BITS_EXT": 1,
      "WGL_AUX_BUFFERS_EXT": 1,
      "WGL_NO_ACCELERATION_EXT": 1,
      "WGL_GENERIC_ACCELERATION_EXT": 1,
      "WGL_FULL_ACCELERATION_EXT": 1,
      "WGL_SWAP_EXCHANGE_EXT": 1,
      "WGL_SWAP_COPY_EXT": 1,
      "WGL_SWAP_UNDEFINED_EXT": 1,
      "WGL_TYPE_RGBA_EXT": 1,
      "WGL_TYPE_COLORINDEX_EXT": 1,
      "PFNWGLCHOOSEPIXELFORMATEXTPROC": 2,
      "PFNWGLGETPIXELFORMATATTRIBFVEXTPROC": 2,
      "PFNWGLGETPIXELFORMATATTRIBIVEXTPROC": 2,
      "wglChoosePixelFormatEXT": 1,
      "__wglewChoosePixelFormatEXT": 2,
      "wglGetPixelFormatAttribfvEXT": 1,
      "__wglewGetPixelFormatAttribfvEXT": 2,
      "wglGetPixelFormatAttribivEXT": 1,
      "__wglewGetPixelFormatAttribivEXT": 2,
      "WGLEW_EXT_pixel_format": 1,
      "__WGLEW_EXT_pixel_format": 2,
      "WGL_EXT_pixel_format_packed_float": 2,
      "WGL_TYPE_RGBA_UNSIGNED_FLOAT_EXT": 1,
      "WGLEW_EXT_pixel_format_packed_float": 1,
      "__WGLEW_EXT_pixel_format_packed_float": 2,
      "WGL_EXT_swap_control": 2,
      "PFNWGLGETSWAPINTERVALEXTPROC": 2,
      "PFNWGLSWAPINTERVALEXTPROC": 2,
      "interval": 1,
      "wglGetSwapIntervalEXT": 1,
      "__wglewGetSwapIntervalEXT": 2,
      "wglSwapIntervalEXT": 1,
      "__wglewSwapIntervalEXT": 2,
      "WGLEW_EXT_swap_control": 1,
      "__WGLEW_EXT_swap_control": 2,
      "WGL_I3D_digital_video_control": 2,
      "WGL_DIGITAL_VIDEO_CURSOR_ALPHA_FRAMEBUFFER_I3D": 1,
      "WGL_DIGITAL_VIDEO_CURSOR_ALPHA_VALUE_I3D": 1,
      "WGL_DIGITAL_VIDEO_CURSOR_INCLUDED_I3D": 1,
      "WGL_DIGITAL_VIDEO_GAMMA_CORRECTED_I3D": 1,
      "PFNWGLGETDIGITALVIDEOPARAMETERSI3DPROC": 2,
      "PFNWGLSETDIGITALVIDEOPARAMETERSI3DPROC": 2,
      "wglGetDigitalVideoParametersI3D": 1,
      "__wglewGetDigitalVideoParametersI3D": 2,
      "wglSetDigitalVideoParametersI3D": 1,
      "__wglewSetDigitalVideoParametersI3D": 2,
      "WGLEW_I3D_digital_video_control": 1,
      "__WGLEW_I3D_digital_video_control": 2,
      "WGL_I3D_gamma": 2,
      "WGL_GAMMA_TABLE_SIZE_I3D": 1,
      "WGL_GAMMA_EXCLUDE_DESKTOP_I3D": 1,
      "PFNWGLGETGAMMATABLEI3DPROC": 2,
      "iEntries": 2,
      "USHORT*": 2,
      "puRed": 2,
      "USHORT": 4,
      "*puGreen": 2,
      "*puBlue": 2,
      "PFNWGLGETGAMMATABLEPARAMETERSI3DPROC": 2,
      "PFNWGLSETGAMMATABLEI3DPROC": 2,
      "PFNWGLSETGAMMATABLEPARAMETERSI3DPROC": 2,
      "wglGetGammaTableI3D": 1,
      "__wglewGetGammaTableI3D": 2,
      "wglGetGammaTableParametersI3D": 1,
      "__wglewGetGammaTableParametersI3D": 2,
      "wglSetGammaTableI3D": 1,
      "__wglewSetGammaTableI3D": 2,
      "wglSetGammaTableParametersI3D": 1,
      "__wglewSetGammaTableParametersI3D": 2,
      "WGLEW_I3D_gamma": 1,
      "__WGLEW_I3D_gamma": 2,
      "WGL_I3D_genlock": 2,
      "WGL_GENLOCK_SOURCE_MULTIVIEW_I3D": 1,
      "WGL_GENLOCK_SOURCE_EXTERNAL_SYNC_I3D": 1,
      "WGL_GENLOCK_SOURCE_EXTERNAL_FIELD_I3D": 1,
      "WGL_GENLOCK_SOURCE_EXTERNAL_TTL_I3D": 1,
      "WGL_GENLOCK_SOURCE_DIGITAL_SYNC_I3D": 1,
      "WGL_GENLOCK_SOURCE_DIGITAL_FIELD_I3D": 1,
      "WGL_GENLOCK_SOURCE_EDGE_FALLING_I3D": 1,
      "WGL_GENLOCK_SOURCE_EDGE_RISING_I3D": 1,
      "WGL_GENLOCK_SOURCE_EDGE_BOTH_I3D": 1,
      "PFNWGLDISABLEGENLOCKI3DPROC": 2,
      "PFNWGLENABLEGENLOCKI3DPROC": 2,
      "PFNWGLGENLOCKSAMPLERATEI3DPROC": 2,
      "uRate": 2,
      "PFNWGLGENLOCKSOURCEDELAYI3DPROC": 2,
      "uDelay": 2,
      "PFNWGLGENLOCKSOURCEEDGEI3DPROC": 2,
      "uEdge": 2,
      "PFNWGLGENLOCKSOURCEI3DPROC": 2,
      "uSource": 2,
      "PFNWGLGETGENLOCKSAMPLERATEI3DPROC": 2,
      "PFNWGLGETGENLOCKSOURCEDELAYI3DPROC": 2,
      "PFNWGLGETGENLOCKSOURCEEDGEI3DPROC": 2,
      "PFNWGLGETGENLOCKSOURCEI3DPROC": 2,
      "PFNWGLISENABLEDGENLOCKI3DPROC": 2,
      "BOOL*": 3,
      "pFlag": 3,
      "PFNWGLQUERYGENLOCKMAXSOURCEDELAYI3DPROC": 2,
      "uMaxLineDelay": 1,
      "*uMaxPixelDelay": 1,
      "wglDisableGenlockI3D": 1,
      "__wglewDisableGenlockI3D": 2,
      "wglEnableGenlockI3D": 1,
      "__wglewEnableGenlockI3D": 2,
      "wglGenlockSampleRateI3D": 1,
      "__wglewGenlockSampleRateI3D": 2,
      "wglGenlockSourceDelayI3D": 1,
      "__wglewGenlockSourceDelayI3D": 2,
      "wglGenlockSourceEdgeI3D": 1,
      "__wglewGenlockSourceEdgeI3D": 2,
      "wglGenlockSourceI3D": 1,
      "__wglewGenlockSourceI3D": 2,
      "wglGetGenlockSampleRateI3D": 1,
      "__wglewGetGenlockSampleRateI3D": 2,
      "wglGetGenlockSourceDelayI3D": 1,
      "__wglewGetGenlockSourceDelayI3D": 2,
      "wglGetGenlockSourceEdgeI3D": 1,
      "__wglewGetGenlockSourceEdgeI3D": 2,
      "wglGetGenlockSourceI3D": 1,
      "__wglewGetGenlockSourceI3D": 2,
      "wglIsEnabledGenlockI3D": 1,
      "__wglewIsEnabledGenlockI3D": 2,
      "wglQueryGenlockMaxSourceDelayI3D": 1,
      "__wglewQueryGenlockMaxSourceDelayI3D": 2,
      "WGLEW_I3D_genlock": 1,
      "__WGLEW_I3D_genlock": 2,
      "WGL_I3D_image_buffer": 2,
      "WGL_IMAGE_BUFFER_MIN_ACCESS_I3D": 1,
      "WGL_IMAGE_BUFFER_LOCK_I3D": 1,
      "PFNWGLASSOCIATEIMAGEBUFFEREVENTSI3DPROC": 2,
      "HANDLE*": 3,
      "pEvent": 1,
      "LPVOID": 3,
      "*pAddress": 1,
      "DWORD": 5,
      "*pSize": 1,
      "PFNWGLCREATEIMAGEBUFFERI3DPROC": 2,
      "dwSize": 1,
      "uFlags": 1,
      "PFNWGLDESTROYIMAGEBUFFERI3DPROC": 2,
      "pAddress": 2,
      "PFNWGLRELEASEIMAGEBUFFEREVENTSI3DPROC": 2,
      "LPVOID*": 1,
      "wglAssociateImageBufferEventsI3D": 1,
      "__wglewAssociateImageBufferEventsI3D": 2,
      "wglCreateImageBufferI3D": 1,
      "__wglewCreateImageBufferI3D": 2,
      "wglDestroyImageBufferI3D": 1,
      "__wglewDestroyImageBufferI3D": 2,
      "wglReleaseImageBufferEventsI3D": 1,
      "__wglewReleaseImageBufferEventsI3D": 2,
      "WGLEW_I3D_image_buffer": 1,
      "__WGLEW_I3D_image_buffer": 2,
      "WGL_I3D_swap_frame_lock": 2,
      "PFNWGLDISABLEFRAMELOCKI3DPROC": 2,
      "PFNWGLENABLEFRAMELOCKI3DPROC": 2,
      "PFNWGLISENABLEDFRAMELOCKI3DPROC": 2,
      "PFNWGLQUERYFRAMELOCKMASTERI3DPROC": 2,
      "wglDisableFrameLockI3D": 1,
      "__wglewDisableFrameLockI3D": 2,
      "wglEnableFrameLockI3D": 1,
      "__wglewEnableFrameLockI3D": 2,
      "wglIsEnabledFrameLockI3D": 1,
      "__wglewIsEnabledFrameLockI3D": 2,
      "wglQueryFrameLockMasterI3D": 1,
      "__wglewQueryFrameLockMasterI3D": 2,
      "WGLEW_I3D_swap_frame_lock": 1,
      "__WGLEW_I3D_swap_frame_lock": 2,
      "WGL_I3D_swap_frame_usage": 2,
      "PFNWGLBEGINFRAMETRACKINGI3DPROC": 2,
      "PFNWGLENDFRAMETRACKINGI3DPROC": 2,
      "PFNWGLGETFRAMEUSAGEI3DPROC": 2,
      "float*": 1,
      "pUsage": 1,
      "PFNWGLQUERYFRAMETRACKINGI3DPROC": 2,
      "DWORD*": 1,
      "pFrameCount": 1,
      "*pMissedFrames": 1,
      "*pLastMissedUsage": 1,
      "wglBeginFrameTrackingI3D": 1,
      "__wglewBeginFrameTrackingI3D": 2,
      "wglEndFrameTrackingI3D": 1,
      "__wglewEndFrameTrackingI3D": 2,
      "wglGetFrameUsageI3D": 1,
      "__wglewGetFrameUsageI3D": 2,
      "wglQueryFrameTrackingI3D": 1,
      "__wglewQueryFrameTrackingI3D": 2,
      "WGLEW_I3D_swap_frame_usage": 1,
      "__WGLEW_I3D_swap_frame_usage": 2,
      "WGL_NV_DX_interop": 2,
      "WGL_ACCESS_READ_ONLY_NV": 1,
      "WGL_ACCESS_READ_WRITE_NV": 1,
      "WGL_ACCESS_WRITE_DISCARD_NV": 1,
      "PFNWGLDXCLOSEDEVICENVPROC": 2,
      "hDevice": 9,
      "PFNWGLDXLOCKOBJECTSNVPROC": 2,
      "hObjects": 2,
      "PFNWGLDXOBJECTACCESSNVPROC": 2,
      "hObject": 2,
      "access": 2,
      "PFNWGLDXOPENDEVICENVPROC": 2,
      "dxDevice": 1,
      "PFNWGLDXREGISTEROBJECTNVPROC": 2,
      "dxObject": 2,
      "PFNWGLDXSETRESOURCESHAREHANDLENVPROC": 2,
      "shareHandle": 1,
      "PFNWGLDXUNLOCKOBJECTSNVPROC": 2,
      "PFNWGLDXUNREGISTEROBJECTNVPROC": 2,
      "wglDXCloseDeviceNV": 1,
      "__wglewDXCloseDeviceNV": 2,
      "wglDXLockObjectsNV": 1,
      "__wglewDXLockObjectsNV": 2,
      "wglDXObjectAccessNV": 1,
      "__wglewDXObjectAccessNV": 2,
      "wglDXOpenDeviceNV": 1,
      "__wglewDXOpenDeviceNV": 2,
      "wglDXRegisterObjectNV": 1,
      "__wglewDXRegisterObjectNV": 2,
      "wglDXSetResourceShareHandleNV": 1,
      "__wglewDXSetResourceShareHandleNV": 2,
      "wglDXUnlockObjectsNV": 1,
      "__wglewDXUnlockObjectsNV": 2,
      "wglDXUnregisterObjectNV": 1,
      "__wglewDXUnregisterObjectNV": 2,
      "WGLEW_NV_DX_interop": 1,
      "__WGLEW_NV_DX_interop": 2,
      "WGL_NV_copy_image": 2,
      "PFNWGLCOPYIMAGESUBDATANVPROC": 2,
      "hSrcRC": 1,
      "srcName": 1,
      "srcTarget": 1,
      "srcLevel": 1,
      "srcX": 1,
      "srcY": 1,
      "srcZ": 1,
      "hDstRC": 1,
      "dstName": 1,
      "dstTarget": 1,
      "dstLevel": 1,
      "dstX": 1,
      "dstY": 1,
      "dstZ": 1,
      "GLsizei": 4,
      "wglCopyImageSubDataNV": 1,
      "__wglewCopyImageSubDataNV": 2,
      "WGLEW_NV_copy_image": 1,
      "__WGLEW_NV_copy_image": 2,
      "WGL_NV_float_buffer": 2,
      "WGL_FLOAT_COMPONENTS_NV": 1,
      "B0": 1,
      "WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_R_NV": 1,
      "B1": 1,
      "WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RG_NV": 1,
      "B2": 1,
      "WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RGB_NV": 1,
      "B3": 1,
      "WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RGBA_NV": 1,
      "B4": 1,
      "WGL_TEXTURE_FLOAT_R_NV": 1,
      "B5": 1,
      "WGL_TEXTURE_FLOAT_RG_NV": 1,
      "B6": 1,
      "WGL_TEXTURE_FLOAT_RGB_NV": 1,
      "B7": 1,
      "WGL_TEXTURE_FLOAT_RGBA_NV": 1,
      "B8": 1,
      "WGLEW_NV_float_buffer": 1,
      "__WGLEW_NV_float_buffer": 2,
      "WGL_NV_gpu_affinity": 2,
      "WGL_ERROR_INCOMPATIBLE_AFFINITY_MASKS_NV": 1,
      "D0": 1,
      "WGL_ERROR_MISSING_AFFINITY_MASK_NV": 1,
      "D1": 1,
      "HGPUNV": 5,
      "_GPU_DEVICE": 1,
      "cb": 1,
      "CHAR": 2,
      "DeviceName": 1,
      "DeviceString": 1,
      "Flags": 1,
      "RECT": 1,
      "rcVirtualScreen": 1,
      "GPU_DEVICE": 1,
      "*PGPU_DEVICE": 1,
      "PFNWGLCREATEAFFINITYDCNVPROC": 2,
      "*phGpuList": 1,
      "PFNWGLDELETEDCNVPROC": 2,
      "PFNWGLENUMGPUDEVICESNVPROC": 2,
      "hGpu": 1,
      "iDeviceIndex": 1,
      "PGPU_DEVICE": 1,
      "lpGpuDevice": 1,
      "PFNWGLENUMGPUSFROMAFFINITYDCNVPROC": 2,
      "hAffinityDC": 1,
      "iGpuIndex": 2,
      "*hGpu": 1,
      "PFNWGLENUMGPUSNVPROC": 2,
      "*phGpu": 1,
      "wglCreateAffinityDCNV": 1,
      "__wglewCreateAffinityDCNV": 2,
      "wglDeleteDCNV": 1,
      "__wglewDeleteDCNV": 2,
      "wglEnumGpuDevicesNV": 1,
      "__wglewEnumGpuDevicesNV": 2,
      "wglEnumGpusFromAffinityDCNV": 1,
      "__wglewEnumGpusFromAffinityDCNV": 2,
      "wglEnumGpusNV": 1,
      "__wglewEnumGpusNV": 2,
      "WGLEW_NV_gpu_affinity": 1,
      "__WGLEW_NV_gpu_affinity": 2,
      "WGL_NV_multisample_coverage": 2,
      "WGL_COVERAGE_SAMPLES_NV": 1,
      "WGL_COLOR_SAMPLES_NV": 1,
      "B9": 1,
      "WGLEW_NV_multisample_coverage": 1,
      "__WGLEW_NV_multisample_coverage": 2,
      "WGL_NV_present_video": 2,
      "WGL_NUM_VIDEO_SLOTS_NV": 1,
      "F0": 1,
      "HVIDEOOUTPUTDEVICENV": 2,
      "PFNWGLBINDVIDEODEVICENVPROC": 2,
      "hDc": 6,
      "uVideoSlot": 2,
      "hVideoDevice": 4,
      "PFNWGLENUMERATEVIDEODEVICESNVPROC": 2,
      "HVIDEOOUTPUTDEVICENV*": 1,
      "phDeviceList": 2,
      "PFNWGLQUERYCURRENTCONTEXTNVPROC": 2,
      "wglBindVideoDeviceNV": 1,
      "__wglewBindVideoDeviceNV": 2,
      "wglEnumerateVideoDevicesNV": 1,
      "__wglewEnumerateVideoDevicesNV": 2,
      "wglQueryCurrentContextNV": 1,
      "__wglewQueryCurrentContextNV": 2,
      "WGLEW_NV_present_video": 1,
      "__WGLEW_NV_present_video": 2,
      "WGL_NV_render_depth_texture": 2,
      "WGL_BIND_TO_TEXTURE_DEPTH_NV": 1,
      "WGL_BIND_TO_TEXTURE_RECTANGLE_DEPTH_NV": 1,
      "WGL_DEPTH_TEXTURE_FORMAT_NV": 1,
      "WGL_TEXTURE_DEPTH_COMPONENT_NV": 1,
      "WGL_DEPTH_COMPONENT_NV": 1,
      "WGLEW_NV_render_depth_texture": 1,
      "__WGLEW_NV_render_depth_texture": 2,
      "WGL_NV_render_texture_rectangle": 2,
      "WGL_BIND_TO_TEXTURE_RECTANGLE_RGB_NV": 1,
      "WGL_BIND_TO_TEXTURE_RECTANGLE_RGBA_NV": 1,
      "A1": 1,
      "WGL_TEXTURE_RECTANGLE_NV": 1,
      "WGLEW_NV_render_texture_rectangle": 1,
      "__WGLEW_NV_render_texture_rectangle": 2,
      "WGL_NV_swap_group": 2,
      "PFNWGLBINDSWAPBARRIERNVPROC": 2,
      "group": 3,
      "barrier": 1,
      "PFNWGLJOINSWAPGROUPNVPROC": 2,
      "PFNWGLQUERYFRAMECOUNTNVPROC": 2,
      "GLuint*": 3,
      "PFNWGLQUERYMAXSWAPGROUPSNVPROC": 2,
      "maxGroups": 1,
      "*maxBarriers": 1,
      "PFNWGLQUERYSWAPGROUPNVPROC": 2,
      "*barrier": 1,
      "PFNWGLRESETFRAMECOUNTNVPROC": 2,
      "wglBindSwapBarrierNV": 1,
      "__wglewBindSwapBarrierNV": 2,
      "wglJoinSwapGroupNV": 1,
      "__wglewJoinSwapGroupNV": 2,
      "wglQueryFrameCountNV": 1,
      "__wglewQueryFrameCountNV": 2,
      "wglQueryMaxSwapGroupsNV": 1,
      "__wglewQueryMaxSwapGroupsNV": 2,
      "wglQuerySwapGroupNV": 1,
      "__wglewQuerySwapGroupNV": 2,
      "wglResetFrameCountNV": 1,
      "__wglewResetFrameCountNV": 2,
      "WGLEW_NV_swap_group": 1,
      "__WGLEW_NV_swap_group": 2,
      "WGL_NV_vertex_array_range": 2,
      "PFNWGLALLOCATEMEMORYNVPROC": 2,
      "GLfloat": 3,
      "readFrequency": 1,
      "writeFrequency": 1,
      "priority": 1,
      "PFNWGLFREEMEMORYNVPROC": 2,
      "*pointer": 1,
      "wglAllocateMemoryNV": 1,
      "__wglewAllocateMemoryNV": 2,
      "wglFreeMemoryNV": 1,
      "__wglewFreeMemoryNV": 2,
      "WGLEW_NV_vertex_array_range": 1,
      "__WGLEW_NV_vertex_array_range": 2,
      "WGL_NV_video_capture": 2,
      "WGL_UNIQUE_ID_NV": 1,
      "CE": 1,
      "WGL_NUM_VIDEO_CAPTURE_SLOTS_NV": 1,
      "CF": 1,
      "HVIDEOINPUTDEVICENV": 5,
      "PFNWGLBINDVIDEOCAPTUREDEVICENVPROC": 2,
      "PFNWGLENUMERATEVIDEOCAPTUREDEVICESNVPROC": 2,
      "HVIDEOINPUTDEVICENV*": 1,
      "PFNWGLLOCKVIDEOCAPTUREDEVICENVPROC": 2,
      "PFNWGLQUERYVIDEOCAPTUREDEVICENVPROC": 2,
      "PFNWGLRELEASEVIDEOCAPTUREDEVICENVPROC": 2,
      "wglBindVideoCaptureDeviceNV": 1,
      "__wglewBindVideoCaptureDeviceNV": 2,
      "wglEnumerateVideoCaptureDevicesNV": 1,
      "__wglewEnumerateVideoCaptureDevicesNV": 2,
      "wglLockVideoCaptureDeviceNV": 1,
      "__wglewLockVideoCaptureDeviceNV": 2,
      "wglQueryVideoCaptureDeviceNV": 1,
      "__wglewQueryVideoCaptureDeviceNV": 2,
      "wglReleaseVideoCaptureDeviceNV": 1,
      "__wglewReleaseVideoCaptureDeviceNV": 2,
      "WGLEW_NV_video_capture": 1,
      "__WGLEW_NV_video_capture": 2,
      "WGL_NV_video_output": 2,
      "WGL_BIND_TO_VIDEO_RGB_NV": 1,
      "WGL_BIND_TO_VIDEO_RGBA_NV": 1,
      "C1": 1,
      "WGL_BIND_TO_VIDEO_RGB_AND_DEPTH_NV": 1,
      "C2": 1,
      "WGL_VIDEO_OUT_COLOR_NV": 1,
      "C3": 1,
      "WGL_VIDEO_OUT_ALPHA_NV": 1,
      "C4": 1,
      "WGL_VIDEO_OUT_DEPTH_NV": 1,
      "C5": 1,
      "WGL_VIDEO_OUT_COLOR_AND_ALPHA_NV": 1,
      "C6": 1,
      "WGL_VIDEO_OUT_COLOR_AND_DEPTH_NV": 1,
      "C7": 1,
      "WGL_VIDEO_OUT_FRAME": 1,
      "C8": 1,
      "WGL_VIDEO_OUT_FIELD_1": 1,
      "C9": 1,
      "WGL_VIDEO_OUT_FIELD_2": 1,
      "CA": 1,
      "WGL_VIDEO_OUT_STACKED_FIELDS_1_2": 1,
      "CB": 1,
      "WGL_VIDEO_OUT_STACKED_FIELDS_2_1": 1,
      "CC": 1,
      "HPVIDEODEV": 4,
      "PFNWGLBINDVIDEOIMAGENVPROC": 2,
      "iVideoBuffer": 2,
      "PFNWGLGETVIDEODEVICENVPROC": 2,
      "numDevices": 1,
      "HPVIDEODEV*": 1,
      "PFNWGLGETVIDEOINFONVPROC": 2,
      "hpVideoDevice": 1,
      "long*": 2,
      "pulCounterOutputPbuffer": 1,
      "*pulCounterOutputVideo": 1,
      "PFNWGLRELEASEVIDEODEVICENVPROC": 2,
      "PFNWGLRELEASEVIDEOIMAGENVPROC": 2,
      "PFNWGLSENDPBUFFERTOVIDEONVPROC": 2,
      "iBufferType": 1,
      "pulCounterPbuffer": 1,
      "bBlock": 1,
      "wglBindVideoImageNV": 1,
      "__wglewBindVideoImageNV": 2,
      "wglGetVideoDeviceNV": 1,
      "__wglewGetVideoDeviceNV": 2,
      "wglGetVideoInfoNV": 1,
      "__wglewGetVideoInfoNV": 2,
      "wglReleaseVideoDeviceNV": 1,
      "__wglewReleaseVideoDeviceNV": 2,
      "wglReleaseVideoImageNV": 1,
      "__wglewReleaseVideoImageNV": 2,
      "wglSendPbufferToVideoNV": 1,
      "__wglewSendPbufferToVideoNV": 2,
      "WGLEW_NV_video_output": 1,
      "__WGLEW_NV_video_output": 2,
      "WGL_OML_sync_control": 2,
      "PFNWGLGETMSCRATEOMLPROC": 2,
      "INT32*": 1,
      "numerator": 1,
      "INT32": 1,
      "*denominator": 1,
      "PFNWGLGETSYNCVALUESOMLPROC": 2,
      "INT64*": 3,
      "INT64": 18,
      "*msc": 3,
      "*sbc": 3,
      "PFNWGLSWAPBUFFERSMSCOMLPROC": 2,
      "target_msc": 3,
      "divisor": 3,
      "remainder": 3,
      "PFNWGLSWAPLAYERBUFFERSMSCOMLPROC": 2,
      "fuPlanes": 1,
      "PFNWGLWAITFORMSCOMLPROC": 2,
      "PFNWGLWAITFORSBCOMLPROC": 2,
      "target_sbc": 1,
      "wglGetMscRateOML": 1,
      "__wglewGetMscRateOML": 2,
      "wglGetSyncValuesOML": 1,
      "__wglewGetSyncValuesOML": 2,
      "wglSwapBuffersMscOML": 1,
      "__wglewSwapBuffersMscOML": 2,
      "wglSwapLayerBuffersMscOML": 1,
      "__wglewSwapLayerBuffersMscOML": 2,
      "wglWaitForMscOML": 1,
      "__wglewWaitForMscOML": 2,
      "wglWaitForSbcOML": 1,
      "__wglewWaitForSbcOML": 2,
      "WGLEW_OML_sync_control": 1,
      "__WGLEW_OML_sync_control": 2,
      "GLEW_MX": 4,
      "WGLEW_EXPORT": 167,
      "GLEWAPI": 6,
      "WGLEWContextStruct": 2,
      "WGLEWContext": 1,
      "wglewContextInit": 2,
      "WGLEWContext*": 2,
      "wglewContextIsSupported": 2,
      "wglewInit": 1,
      "wglewGetContext": 4,
      "wglewIsSupported": 2,
      "wglewGetExtension": 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": 32,
      "Bar": 2,
      "{": 298,
      "protected": 4,
      "char": 34,
      "*name": 2,
      ";": 848,
      "public": 24,
      "void": 65,
      "hello": 2,
      "(": 894,
      ")": 896,
      "}": 300,
      "foo": 2,
      "cudaArray*": 1,
      "cu_array": 4,
      "texture": 1,
      "<float,>": 1,
      "2": 1,
      "cudaReadModeElementType": 1,
      "tex": 4,
      "cudaChannelFormatDesc": 1,
      "description": 5,
      "cudaCreateChannelDesc": 1,
      "<float>": 1,
      "cudaMallocArray": 1,
      "&": 87,
      "width": 5,
      "height": 5,
      "cudaMemcpyToArray": 1,
      "image": 1,
      "width*height*sizeof": 1,
      "float": 2,
      "cudaMemcpyHostToDevice": 1,
      "tex.addressMode": 2,
      "[": 32,
      "]": 32,
      "cudaAddressModeClamp": 2,
      "tex.filterMode": 1,
      "cudaFilterModePoint": 1,
      "tex.normalized": 1,
      "false": 40,
      "//": 230,
      "do": 2,
      "not": 2,
      "normalize": 1,
      "coordinates": 1,
      "cudaBindTextureToArray": 1,
      "dim3": 2,
      "blockDim": 2,
      "gridDim": 2,
      "+": 40,
      "blockDim.x": 2,
      "-": 120,
      "/": 9,
      "blockDim.y": 2,
      "kernel": 2,
      "<<": 16,
      "<": 27,
      "d_data": 1,
      "cudaUnbindTexture": 1,
      "//end": 1,
      "__global__": 1,
      "float*": 1,
      "odata": 2,
      "int": 80,
      "unsigned": 16,
      "x": 19,
      "blockIdx.x*blockDim.x": 1,
      "threadIdx.x": 1,
      "y": 4,
      "blockIdx.y*blockDim.y": 1,
      "threadIdx.y": 1,
      "if": 138,
      "&&": 13,
      "c": 52,
      "tex2D": 1,
      "y*width": 1,
      "#include": 79,
      "<QCoreApplication>": 1,
      "<QString>": 1,
      "<QVariantMap>": 2,
      "static": 57,
      "Env": 13,
      "*env_instance": 1,
      "*": 13,
      "NULL": 49,
      "*Env": 1,
      "instance": 4,
      "env_instance": 3,
      "new": 2,
      "return": 114,
      "QObject": 2,
      "QCoreApplication": 1,
      "parse": 3,
      "const": 103,
      "**envp": 1,
      "**env": 1,
      "**": 2,
      "QString": 20,
      "envvar": 2,
      "name": 3,
      "value": 5,
      "indexOfEquals": 5,
      "for": 16,
      "env": 3,
      "envp": 4,
      "*env": 1,
      "envvar.indexOf": 1,
      "continue": 2,
      "envvar.left": 1,
      "envvar.mid": 1,
      "m_map.insert": 1,
      "QVariantMap": 3,
      "asVariantMap": 2,
      "m_map": 2,
      "#ifndef": 8,
      "ENV_H": 3,
      "#define": 9,
      "<QObject>": 1,
      "Q_OBJECT": 1,
      "*instance": 1,
      "private": 10,
      "#endif": 19,
      "GDSDBREADER_H": 3,
      "<QDir>": 1,
      "GDS_DIR": 1,
      "enum": 6,
      "level": 1,
      "LEVEL_ONE": 1,
      "LEVEL_TWO": 1,
      "LEVEL_THREE": 1,
      "dbDataStructure": 2,
      "label": 1,
      "quint32": 3,
      "depth": 1,
      "userIndex": 1,
      "QByteArray": 1,
      "data": 2,
      "This": 4,
      "is": 33,
      "COMPRESSED": 1,
      "optimize": 1,
      "ram": 1,
      "and": 14,
      "disk": 1,
      "space": 2,
      "decompressed": 1,
      "quint64": 1,
      "uniqueID": 1,
      "QVector": 2,
      "<dbDataStructure*>": 1,
      "nextItems": 1,
      "<quint32>": 1,
      "nextItemsIndices": 1,
      "dbDataStructure*": 1,
      "father": 1,
      "fatherIndex": 1,
      "bool": 92,
      "noFatherRoot": 1,
      "Used": 1,
      "to": 74,
      "tell": 1,
      "this": 4,
      "node": 1,
      "the": 178,
      "root": 1,
      "so": 1,
      "hasn": 1,
      "t": 8,
      "in": 9,
      "argument": 1,
      "list": 2,
      "of": 44,
      "an": 2,
      "operator": 9,
      "overload.": 1,
      "A": 1,
      "friend": 7,
      "stream": 4,
      "myclass.label": 2,
      "myclass.depth": 2,
      "myclass.userIndex": 2,
      "qCompress": 2,
      "myclass.data": 4,
      "myclass.uniqueID": 2,
      "myclass.nextItemsIndices": 2,
      "myclass.fatherIndex": 2,
      "myclass.noFatherRoot": 2,
      "myclass.fileName": 2,
      "myclass.firstLineData": 4,
      "myclass.linesNumbers": 2,
      "QDataStream": 2,
      "myclass": 1,
      "//Don": 1,
      "read": 1,
      "it": 2,
      "either": 1,
      "qUncompress": 2,
      "<iostream>": 1,
      "using": 1,
      "namespace": 14,
      "std": 18,
      "main": 2,
      "cout": 1,
      "endl": 1,
      "<map>": 1,
      "<openssl/ecdsa.h>": 1,
      "<openssl/obj_mac.h>": 1,
      "EC_KEY_regenerate_key": 1,
      "EC_KEY": 3,
      "*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": 26,
      "BN_CTX_new": 2,
      "goto": 24,
      "err": 26,
      "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": 24,
      "*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": 14,
      "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": 34,
      "Reset": 5,
      "EC_KEY_new_by_curve_name": 2,
      "NID_secp256k1": 2,
      "throw": 4,
      "key_error": 6,
      "fSet": 7,
      "b": 15,
      "EC_KEY_dup": 1,
      "b.pkey": 2,
      "b.fSet": 2,
      "EC_KEY_copy": 1,
      "hash": 20,
      "sizeof": 6,
      "vchSig": 18,
      "nSize": 2,
      "vchSig.clear": 2,
      "vchSig.resize": 2,
      "Shrink": 1,
      "fit": 1,
      "actual": 1,
      "size": 1,
      "SignCompact": 2,
      "uint256": 10,
      "vector": 14,
      "<unsigned>": 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,
      "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": 23,
      "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,
      "<stdexcept>": 1,
      "<vector>": 1,
      "<openssl/ec.h>": 1,
      "definition": 1,
      "runtime_error": 2,
      "explicit": 3,
      "string": 1,
      "str": 2,
      "CKeyID": 5,
      "uint160": 8,
      "CScriptID": 3,
      "CPubKey": 11,
      "vchPubKey": 6,
      "vchPubKeyIn": 2,
      "a": 34,
      "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": 7,
      "Q_OS_LINUX": 2,
      "<QApplication>": 1,
      "#if": 4,
      "QT_VERSION": 1,
      "QT_VERSION_CHECK": 1,
      "#error": 2,
      "Something": 1,
      "wrong": 1,
      "with": 3,
      "setup.": 1,
      "Please": 1,
      "report": 2,
      "mailing": 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,
      "QSCICOMMAND_H": 2,
      "__APPLE__": 4,
      "extern": 2,
      "<qstring.h>": 1,
      "<Qsci/qsciglobal.h>": 2,
      "<Qsci/qsciscintillabase.h>": 1,
      "QsciScintilla": 7,
      "brief": 2,
      "The": 8,
      "QsciCommand": 7,
      "represents": 1,
      "internal": 10,
      "editor": 1,
      "command": 9,
      "that": 7,
      "may": 2,
      "have": 1,
      "one": 42,
      "or": 10,
      "two": 1,
      "keys": 3,
      "bound": 4,
      "it.": 2,
      "Methods": 1,
      "are": 3,
      "provided": 1,
      "change": 1,
      "remove": 1,
      "binding.": 1,
      "Each": 1,
      "has": 2,
      "user": 2,
      "friendly": 2,
      "use": 1,
      "mapping": 1,
      "dialogs.": 1,
      "QSCINTILLA_EXPORT": 2,
      "defines": 1,
      "different": 1,
      "commands": 1,
      "can": 3,
      "be": 9,
      "assigned": 1,
      "key.": 1,
      "Command": 4,
      "Move": 26,
      "down": 12,
      "line.": 33,
      "LineDown": 1,
      "QsciScintillaBase": 100,
      "SCI_LINEDOWN": 1,
      "Extend": 33,
      "selection": 39,
      "LineDownExtend": 1,
      "SCI_LINEDOWNEXTEND": 1,
      "rectangular": 9,
      "LineDownRectExtend": 1,
      "SCI_LINEDOWNRECTEXTEND": 1,
      "Scroll": 5,
      "view": 2,
      "LineScrollDown": 1,
      "SCI_LINESCROLLDOWN": 1,
      "up": 13,
      "LineUp": 1,
      "SCI_LINEUP": 1,
      "LineUpExtend": 1,
      "SCI_LINEUPEXTEND": 1,
      "LineUpRectExtend": 1,
      "SCI_LINEUPRECTEXTEND": 1,
      "LineScrollUp": 1,
      "SCI_LINESCROLLUP": 1,
      "start": 11,
      "document.": 8,
      "ScrollToStart": 1,
      "SCI_SCROLLTOSTART": 1,
      "end": 15,
      "ScrollToEnd": 1,
      "SCI_SCROLLTOEND": 1,
      "vertically": 1,
      "centre": 1,
      "current": 9,
      "VerticalCentreCaret": 1,
      "SCI_VERTICALCENTRECARET": 1,
      "paragraph.": 4,
      "ParaDown": 1,
      "SCI_PARADOWN": 1,
      "ParaDownExtend": 1,
      "SCI_PARADOWNEXTEND": 1,
      "ParaUp": 1,
      "SCI_PARAUP": 1,
      "ParaUpExtend": 1,
      "SCI_PARAUPEXTEND": 1,
      "left": 7,
      "character.": 9,
      "CharLeft": 1,
      "SCI_CHARLEFT": 1,
      "CharLeftExtend": 1,
      "SCI_CHARLEFTEXTEND": 1,
      "CharLeftRectExtend": 1,
      "SCI_CHARLEFTRECTEXTEND": 1,
      "right": 8,
      "CharRight": 1,
      "SCI_CHARRIGHT": 1,
      "CharRightExtend": 1,
      "SCI_CHARRIGHTEXTEND": 1,
      "CharRightRectExtend": 1,
      "SCI_CHARRIGHTRECTEXTEND": 1,
      "word.": 9,
      "WordLeft": 1,
      "SCI_WORDLEFT": 1,
      "WordLeftExtend": 1,
      "SCI_WORDLEFTEXTEND": 1,
      "WordRight": 1,
      "SCI_WORDRIGHT": 1,
      "WordRightExtend": 1,
      "SCI_WORDRIGHTEXTEND": 1,
      "previous": 5,
      "WordLeftEnd": 1,
      "SCI_WORDLEFTEND": 1,
      "WordLeftEndExtend": 1,
      "SCI_WORDLEFTENDEXTEND": 1,
      "next": 6,
      "WordRightEnd": 1,
      "SCI_WORDRIGHTEND": 1,
      "WordRightEndExtend": 1,
      "SCI_WORDRIGHTENDEXTEND": 1,
      "word": 6,
      "part.": 4,
      "WordPartLeft": 1,
      "SCI_WORDPARTLEFT": 1,
      "WordPartLeftExtend": 1,
      "SCI_WORDPARTLEFTEXTEND": 1,
      "WordPartRight": 1,
      "SCI_WORDPARTRIGHT": 1,
      "WordPartRightExtend": 1,
      "SCI_WORDPARTRIGHTEXTEND": 1,
      "document": 16,
      "Home": 1,
      "SCI_HOME": 1,
      "HomeExtend": 1,
      "SCI_HOMEEXTEND": 1,
      "HomeRectExtend": 1,
      "SCI_HOMERECTEXTEND": 1,
      "displayed": 10,
      "HomeDisplay": 1,
      "SCI_HOMEDISPLAY": 1,
      "HomeDisplayExtend": 1,
      "SCI_HOMEDISPLAYEXTEND": 1,
      "HomeWrap": 1,
      "SCI_HOMEWRAP": 1,
      "HomeWrapExtend": 1,
      "SCI_HOMEWRAPEXTEND": 1,
      "first": 8,
      "visible": 6,
      "character": 8,
      "VCHome": 1,
      "SCI_VCHOME": 1,
      "VCHomeExtend": 1,
      "SCI_VCHOMEEXTEND": 1,
      "VCHomeRectExtend": 1,
      "SCI_VCHOMERECTEXTEND": 1,
      "VCHomeWrap": 1,
      "SCI_VCHOMEWRAP": 1,
      "VCHomeWrapExtend": 1,
      "SCI_VCHOMEWRAPEXTEND": 1,
      "LineEnd": 1,
      "SCI_LINEEND": 1,
      "LineEndExtend": 1,
      "SCI_LINEENDEXTEND": 1,
      "LineEndRectExtend": 1,
      "SCI_LINEENDRECTEXTEND": 1,
      "LineEndDisplay": 1,
      "SCI_LINEENDDISPLAY": 1,
      "LineEndDisplayExtend": 1,
      "SCI_LINEENDDISPLAYEXTEND": 1,
      "LineEndWrap": 1,
      "SCI_LINEENDWRAP": 1,
      "LineEndWrapExtend": 1,
      "SCI_LINEENDWRAPEXTEND": 1,
      "DocumentStart": 1,
      "SCI_DOCUMENTSTART": 1,
      "DocumentStartExtend": 1,
      "SCI_DOCUMENTSTARTEXTEND": 1,
      "DocumentEnd": 1,
      "SCI_DOCUMENTEND": 1,
      "DocumentEndExtend": 1,
      "SCI_DOCUMENTENDEXTEND": 1,
      "page.": 13,
      "PageUp": 1,
      "SCI_PAGEUP": 1,
      "PageUpExtend": 1,
      "SCI_PAGEUPEXTEND": 1,
      "PageUpRectExtend": 1,
      "SCI_PAGEUPRECTEXTEND": 1,
      "PageDown": 1,
      "SCI_PAGEDOWN": 1,
      "PageDownExtend": 1,
      "SCI_PAGEDOWNEXTEND": 1,
      "PageDownRectExtend": 1,
      "SCI_PAGEDOWNRECTEXTEND": 1,
      "Stuttered": 4,
      "move": 2,
      "StutteredPageUp": 1,
      "SCI_STUTTEREDPAGEUP": 1,
      "extend": 2,
      "StutteredPageUpExtend": 1,
      "SCI_STUTTEREDPAGEUPEXTEND": 1,
      "StutteredPageDown": 1,
      "SCI_STUTTEREDPAGEDOWN": 1,
      "StutteredPageDownExtend": 1,
      "SCI_STUTTEREDPAGEDOWNEXTEND": 1,
      "Delete": 10,
      "SCI_CLEAR": 1,
      "DeleteBack": 1,
      "SCI_DELETEBACK": 1,
      "at": 4,
      "DeleteBackNotLine": 1,
      "SCI_DELETEBACKNOTLINE": 1,
      "left.": 2,
      "DeleteWordLeft": 1,
      "SCI_DELWORDLEFT": 1,
      "right.": 2,
      "DeleteWordRight": 1,
      "SCI_DELWORDRIGHT": 1,
      "DeleteWordRightEnd": 1,
      "SCI_DELWORDRIGHTEND": 1,
      "line": 10,
      "DeleteLineLeft": 1,
      "SCI_DELLINELEFT": 1,
      "DeleteLineRight": 1,
      "SCI_DELLINERIGHT": 1,
      "LineDelete": 1,
      "SCI_LINEDELETE": 1,
      "Cut": 2,
      "clipboard.": 5,
      "LineCut": 1,
      "SCI_LINECUT": 1,
      "Copy": 2,
      "LineCopy": 1,
      "SCI_LINECOPY": 1,
      "Transpose": 1,
      "lines.": 1,
      "LineTranspose": 1,
      "SCI_LINETRANSPOSE": 1,
      "Duplicate": 2,
      "LineDuplicate": 1,
      "SCI_LINEDUPLICATE": 1,
      "Select": 33,
      "whole": 2,
      "SelectAll": 1,
      "SCI_SELECTALL": 1,
      "selected": 2,
      "lines": 3,
      "MoveSelectedLinesUp": 1,
      "SCI_MOVESELECTEDLINESUP": 1,
      "MoveSelectedLinesDown": 1,
      "SCI_MOVESELECTEDLINESDOWN": 1,
      "selection.": 1,
      "SelectionDuplicate": 1,
      "SCI_SELECTIONDUPLICATE": 1,
      "Convert": 2,
      "lower": 1,
      "case.": 2,
      "SelectionLowerCase": 1,
      "SCI_LOWERCASE": 1,
      "upper": 1,
      "SelectionUpperCase": 1,
      "SCI_UPPERCASE": 1,
      "SelectionCut": 1,
      "SCI_CUT": 1,
      "SelectionCopy": 1,
      "SCI_COPY": 1,
      "Paste": 2,
      "from": 4,
      "SCI_PASTE": 1,
      "Toggle": 1,
      "insert/overtype.": 1,
      "EditToggleOvertype": 1,
      "SCI_EDITTOGGLEOVERTYPE": 1,
      "Insert": 2,
      "platform": 1,
      "dependent": 1,
      "newline.": 1,
      "Newline": 1,
      "SCI_NEWLINE": 1,
      "formfeed.": 1,
      "Formfeed": 1,
      "SCI_FORMFEED": 1,
      "Indent": 1,
      "level.": 2,
      "Tab": 1,
      "SCI_TAB": 1,
      "De": 1,
      "indent": 1,
      "Backtab": 1,
      "SCI_BACKTAB": 1,
      "Cancel": 2,
      "any": 5,
      "operation.": 1,
      "SCI_CANCEL": 1,
      "Undo": 2,
      "last": 4,
      "command.": 5,
      "SCI_UNDO": 1,
      "Redo": 2,
      "SCI_REDO": 1,
      "Zoom": 2,
      "in.": 1,
      "ZoomIn": 1,
      "SCI_ZOOMIN": 1,
      "out.": 1,
      "ZoomOut": 1,
      "SCI_ZOOMOUT": 1,
      "Return": 3,
      "will": 2,
      "executed": 1,
      "by": 3,
      "instance.": 2,
      "scicmd": 2,
      "Execute": 1,
      "execute": 1,
      "Binds": 2,
      "If": 4,
      "then": 6,
      "binding": 3,
      "removed.": 2,
      "invalid": 5,
      "unchanged.": 1,
      "Valid": 1,
      "control": 1,
      "Key_Down": 1,
      "Key_Up": 1,
      "Key_Left": 1,
      "Key_Right": 1,
      "Key_Home": 1,
      "Key_End": 1,
      "Key_PageUp": 1,
      "Key_PageDown": 1,
      "Key_Delete": 1,
      "Key_Insert": 1,
      "Key_Escape": 1,
      "Key_Backspace": 1,
      "Key_Tab": 1,
      "Key_Return.": 1,
      "Keys": 1,
      "modified": 2,
      "combination": 1,
      "SHIFT": 1,
      "CTRL": 1,
      "ALT": 1,
      "META.": 1,
      "sa": 8,
      "setAlternateKey": 3,
      "validKey": 3,
      "setKey": 3,
      "alternate": 3,
      "altkey": 3,
      "alternateKey": 3,
      "currently": 2,
      "returned.": 4,
      "qkey": 2,
      "qaltkey": 2,
      "valid": 2,
      "QsciCommandSet": 1,
      "*qs": 1,
      "cmd": 1,
      "*desc": 1,
      "bindKey": 1,
      "qk": 1,
      "scik": 1,
      "*qsCmd": 1,
      "scikey": 1,
      "scialtkey": 1,
      "*descCmd": 1,
      "QSCIPRINTER_H": 2,
      "<qprinter.h>": 1,
      "<Qsci/qsciscintilla.h>": 1,
      "QT_BEGIN_NAMESPACE": 1,
      "QRect": 2,
      "QPainter": 2,
      "QT_END_NAMESPACE": 1,
      "QsciPrinter": 9,
      "sub": 2,
      "Qt": 1,
      "QPrinter": 3,
      "able": 1,
      "print": 4,
      "text": 5,
      "Scintilla": 2,
      "further": 1,
      "classed": 1,
      "alter": 1,
      "layout": 1,
      "adding": 2,
      "headers": 2,
      "footers": 2,
      "example.": 1,
      "Constructs": 1,
      "printer": 1,
      "paint": 1,
      "device": 1,
      "mode": 4,
      "mode.": 1,
      "PrinterMode": 1,
      "ScreenResolution": 1,
      "Destroys": 1,
      "virtual": 9,
      "Format": 1,
      "page": 4,
      "example": 1,
      "before": 1,
      "drawn": 2,
      "on": 1,
      "painter": 4,
      "used": 4,
      "add": 3,
      "customised": 2,
      "graphics.": 2,
      "drawing": 4,
      "actually": 1,
      "being": 2,
      "rather": 1,
      "than": 1,
      "sized.": 1,
      "methods": 1,
      "must": 1,
      "only": 1,
      "called": 1,
      "when": 5,
      "true.": 1,
      "area": 5,
      "draw": 1,
      "text.": 3,
      "should": 1,
      "necessary": 1,
      "reserve": 1,
      "By": 1,
      "default": 3,
      "relative": 1,
      "printable": 1,
      "Use": 1,
      "setFullPage": 1,
      "because": 2,
      "calling": 1,
      "printRange": 2,
      "you": 1,
      "want": 2,
      "try": 1,
      "over": 1,
      "pagenr": 2,
      "number": 3,
      "numbered": 1,
      "formatPage": 1,
      "points": 2,
      "each": 2,
      "font": 2,
      "printing.": 2,
      "setMagnification": 2,
      "magnification": 3,
      "mag": 2,
      "Sets": 2,
      "printing": 2,
      "magnification.": 1,
      "Print": 1,
      "range": 1,
      "qsb.": 1,
      "negative": 2,
      "signifies": 2,
      "returned": 2,
      "there": 1,
      "was": 1,
      "no": 1,
      "error.": 1,
      "*qsb": 1,
      "wrap": 4,
      "WrapWord.": 1,
      "setWrapMode": 2,
      "WrapMode": 3,
      "wrapMode": 2,
      "wmode.": 1,
      "wmode": 1,
      "v8": 9,
      "Scanner": 16,
      "UnicodeCache*": 4,
      "unicode_cache": 3,
      "unicode_cache_": 10,
      "octal_pos_": 5,
      "Location": 14,
      "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,
      "prevent": 1,
      "overflow": 1,
      "digits": 3,
      "c0_": 64,
      "d": 6,
      "HexValue": 2,
      "j": 4,
      "PushBack": 8,
      "Advance": 44,
      "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,
      "f": 5,
      "LBRACK": 2,
      "RBRACK": 2,
      "LBRACE": 2,
      "RBRACE": 2,
      "BIT_NOT": 2,
      "Value": 23,
      "Next": 3,
      "current_": 2,
      "next_": 2,
      "has_multiline_comment_before_next_": 5,
      "static_cast": 7,
      "token": 64,
      "<Token::Value>": 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,
      "undo": 4,
      "WHITESPACE": 6,
      "SkipMultiLineComment": 3,
      "ch": 5,
      "ScanHtmlComment": 3,
      "LT": 2,
      "next_.literal_chars": 13,
      "switch": 2,
      "case": 32,
      "ScanString": 3,
      "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,
      "IsIdentifierStart": 2,
      "ScanIdentifierOrKeyword": 2,
      "EOS": 1,
      "SeekForward": 4,
      "current_pos": 4,
      "ASSERT_EQ": 1,
      "ScanEscape": 2,
      "IsCarriageReturn": 2,
      "IsLineFeed": 2,
      "fall": 2,
      "through": 2,
      "u": 6,
      "v": 3,
      "xx": 1,
      "xxx": 1,
      "error": 1,
      "immediately": 1,
      "octal": 1,
      "escape": 1,
      "quote": 3,
      "consume": 2,
      "LiteralScope": 4,
      "literal": 2,
      ".": 2,
      "X": 2,
      "E": 3,
      "l": 1,
      "p": 1,
      "w": 1,
      "keyword": 1,
      "Unescaped": 1,
      "in_character_class": 2,
      "AddLiteralCharAdvance": 3,
      "literal.Complete": 2,
      "ScanLiteralUnicodeEscape": 3,
      "V8_SCANNER_H_": 3,
      "ParsingFlags": 1,
      "kNoParsingFlags": 1,
      "kLanguageModeMask": 4,
      "kAllowLazy": 1,
      "kAllowNativesSyntax": 1,
      "kAllowModules": 1,
      "CLASSIC_MODE": 2,
      "STRICT_MODE": 2,
      "EXTENDED_MODE": 2,
      "|": 2,
      "detect": 1,
      "x16": 1,
      "x36.": 1,
      "Utf16CharacterStream": 3,
      "pos_": 6,
      "buffer_cursor_": 5,
      "buffer_end_": 3,
      "ReadBlock": 2,
      "<uc32>": 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,
      "<Utf8Decoder>": 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,
      "<IdentifierStart,>": 1,
      "128": 4,
      "kIsIdentifierStart": 1,
      "<IdentifierPart,>": 1,
      "kIsIdentifierPart": 1,
      "<unibrow::LineTerminator,>": 1,
      "kIsLineTerminator": 1,
      "<unibrow::WhiteSpace,>": 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,
      "<byte>": 6,
      "kASCIISize": 1,
      "ConvertToUtf16": 2,
      "*reinterpret_cast": 1,
      "<uc16*>": 2,
      "kUC16Size": 2,
      "is_ascii": 3,
      "Vector": 13,
      "<const>": 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,
      "<char*>": 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,
      "else_": 2,
      "ScanDecimalDigits": 1,
      "seen_period": 1,
      "ScanIdentifierSuffix": 1,
      "LiteralScope*": 1,
      "ScanIdentifierUnicodeEscape": 1,
      "desc": 2,
      "as": 1,
      "look": 1,
      "ahead": 1,
      "UTILS_H": 3,
      "<QtGlobal>": 1,
      "<QWebFrame>": 1,
      "<QFile>": 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,
      "shouldn": 1,
      "instantiated": 1,
      "QTemporaryFile*": 2,
      "m_tempHarness": 1,
      "We": 1,
      "make": 1,
      "sure": 1,
      "clean": 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,
      "<CallCompletedCallback>": 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,
      "<uint32_t*>": 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,
      "Lazy": 1,
      "init.": 1,
      "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,
      "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_": 3,
      "defined": 6,
      "GOOGLE3": 2,
      "DEBUG": 3,
      "NDEBUG": 4,
      "#undef": 1,
      "both": 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,
      "<Test>": 1,
      "String": 2,
      "actual": 2,
      "string": 1,
      "Comparison": 1,
      "compare": 1,
      "other": 1,
      "return": 1,
      "<=>": 1,
      "other.name": 1
    },
    "CoffeeScript": {
      "CoffeeScript": 1,
      "require": 21,
      "CoffeeScript.require": 1,
      "CoffeeScript.eval": 1,
      "(": 193,
      "code": 20,
      "options": 16,
      "{": 31,
      "}": 34,
      ")": 196,
      "-": 107,
      "options.bare": 2,
      "on": 3,
      "eval": 2,
      "CoffeeScript.compile": 2,
      "CoffeeScript.run": 3,
      "Function": 1,
      "return": 29,
      "unless": 19,
      "window": 1,
      "CoffeeScript.load": 2,
      "url": 2,
      "callback": 35,
      "xhr": 2,
      "new": 12,
      "window.ActiveXObject": 1,
      "or": 22,
      "XMLHttpRequest": 1,
      "xhr.open": 1,
      "true": 8,
      "xhr.overrideMimeType": 1,
      "if": 102,
      "of": 7,
      "xhr.onreadystatechange": 1,
      "xhr.readyState": 1,
      "is": 36,
      "xhr.status": 1,
      "in": 32,
      "[": 134,
      "]": 134,
      "xhr.responseText": 1,
      "else": 53,
      "throw": 3,
      "Error": 1,
      "xhr.send": 1,
      "null": 15,
      "runScripts": 3,
      "scripts": 2,
      "document.getElementsByTagName": 1,
      "coffees": 2,
      "s": 10,
      "for": 14,
      "when": 16,
      "s.type": 1,
      "index": 4,
      "length": 4,
      "coffees.length": 1,
      "do": 2,
      "execute": 3,
      "script": 7,
      "+": 31,
      ".type": 1,
      "script.src": 2,
      "script.innerHTML": 1,
      "window.addEventListener": 1,
      "addEventListener": 1,
      "no": 3,
      "attachEvent": 1,
      "class": 11,
      "Animal": 3,
      "constructor": 6,
      "@name": 2,
      "move": 3,
      "meters": 2,
      "alert": 4,
      "Snake": 2,
      "extends": 6,
      "super": 4,
      "Horse": 2,
      "sam": 1,
      "tom": 1,
      "sam.move": 1,
      "tom.move": 1,
      "#": 35,
      "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": 24,
      "fs.realpathSync": 2,
      "mainModule.moduleCache": 1,
      "and": 20,
      "mainModule.paths": 1,
      "._nodeModulePaths": 1,
      "path.dirname": 2,
      "path.extname": 1,
      "isnt": 7,
      "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,
      "ensure": 1,
      "value": 25,
      "vm.runInThisContext": 1,
      "vm.runInContext": 1,
      "lexer": 1,
      "parser.lexer": 1,
      "lex": 1,
      "tag": 33,
      "@yytext": 1,
      "@yylineno": 1,
      "@tokens": 7,
      "@pos": 2,
      "setInput": 1,
      "upcomingInput": 1,
      "parser.yy": 1,
      "console.log": 1,
      "number": 13,
      "opposite": 2,
      "square": 4,
      "x": 6,
      "*": 21,
      "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": 2,
      "INVERSES": 2,
      "count": 5,
      "starts": 1,
      "compact": 1,
      "last": 3,
      "exports.Lexer": 1,
      "tokenize": 1,
      "opts": 1,
      "WHITESPACE.test": 1,
      "code.replace": 1,
      "/": 44,
      "r/g": 1,
      ".replace": 3,
      "TRAILING_SPACES": 2,
      "@code": 1,
      "The": 7,
      "remainder": 1,
      "the": 4,
      "code.": 1,
      "@line": 4,
      "opts.line": 1,
      "current": 5,
      "line.": 1,
      "@indent": 3,
      "indentation": 3,
      "level.": 3,
      "@indebt": 1,
      "over": 1,
      "at": 2,
      "@outdebt": 1,
      "under": 1,
      "outdentation": 1,
      "@indents": 1,
      "stack": 4,
      "all": 1,
      "levels.": 1,
      "@ends": 1,
      "pairing": 1,
      "up": 1,
      "tokens.": 1,
      "Stream": 1,
      "parsed": 1,
      "tokens": 5,
      "form": 1,
      "line": 6,
      ".": 13,
      "i": 8,
      "while": 4,
      "@chunk": 9,
      "i..": 1,
      "@identifierToken": 1,
      "@commentToken": 1,
      "@whitespaceToken": 1,
      "@lineToken": 1,
      "@heredocToken": 1,
      "@stringToken": 1,
      "@numberToken": 1,
      "@regexToken": 1,
      "@jsToken": 1,
      "@literalToken": 1,
      "@closeIndentation": 1,
      "@error": 10,
      "@ends.pop": 1,
      "opts.rewrite": 1,
      "off": 1,
      ".rewrite": 1,
      "identifierToken": 1,
      "match": 23,
      "IDENTIFIER.exec": 1,
      "input": 1,
      "id": 16,
      "colon": 3,
      "@tag": 3,
      "@token": 12,
      "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": 5,
      "UNARY": 4,
      "RELATION": 3,
      "@value": 1,
      "@tokens.pop": 1,
      "JS_FORBIDDEN": 1,
      "String": 1,
      "id.reserved": 1,
      "COFFEE_ALIAS_MAP": 1,
      "COFFEE_ALIASES": 1,
      "switch": 7,
      "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": 5,
      ".toString": 3,
      "binaryLiteral": 2,
      "b": 1,
      "stringToken": 1,
      "@chunk.charAt": 3,
      "SIMPLESTR.exec": 1,
      "string": 9,
      "MULTILINER": 2,
      "@balancedString": 1,
      "<": 6,
      "string.indexOf": 1,
      "@interpolateString": 2,
      "@escapeLines": 1,
      "octalEsc": 1,
      "|": 21,
      "string.length": 1,
      "heredocToken": 1,
      "HEREDOC.exec": 1,
      "heredoc": 4,
      "quote": 5,
      "heredoc.charAt": 1,
      "doc": 11,
      "@sanitizeHeredoc": 2,
      "indent": 7,
      "<=>": 1,
      "indexOf": 1,
      "interpolateString": 1,
      "token": 1,
      "STRING": 2,
      "makeString": 1,
      "n": 16,
      "Matches": 1,
      "consumes": 1,
      "comments": 1,
      "commentToken": 1,
      "@chunk.match": 1,
      "COMMENT": 2,
      "comment": 2,
      "here": 3,
      "herecomment": 4,
      "Array": 1,
      ".join": 2,
      "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": 5,
      "flags": 2,
      "..1": 1,
      "match.length": 1,
      "heregexToken": 1,
      "heregex": 1,
      "body": 2,
      "body.indexOf": 1,
      "re": 1,
      "body.replace": 1,
      "HEREGEX_OMIT": 3,
      "//g": 1,
      "re.match": 1,
      "*/": 2,
      "heregex.length": 1,
      "@tokens.push": 1,
      "tokens.push": 1,
      "value...": 1,
      "continue": 3,
      "value.replace": 2,
      "/g": 3,
      "spaced": 1,
      "reserved": 1,
      "word": 1,
      "value.length": 2,
      "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,
      "HEREDOC_INDENT.exec": 1,
      "attempt": 2,
      "attempt.length": 1,
      "indent.length": 1,
      "doc.replace": 2,
      "///": 12,
      "///g": 1,
      "n/": 1,
      "tagParameters": 1,
      "this": 6,
      "tokens.length": 1,
      "tok": 5,
      "stack.push": 1,
      "stack.length": 1,
      "stack.pop": 2,
      "closeIndentation": 1,
      "@outdentToken": 1,
      "balancedString": 1,
      "str": 1,
      "end": 2,
      "continueCount": 3,
      "str.length": 1,
      "letter": 1,
      "str.charAt": 1,
      "missing": 1,
      "starting": 1,
      "Hello": 1,
      "name.capitalize": 1,
      "OUTDENT": 1,
      "THROW": 1,
      "EXTENDS": 1,
      "&": 4,
      "false": 4,
      "delete": 1,
      "break": 1,
      "debugger": 1,
      "finally": 2,
      "undefined": 1,
      "until": 1,
      "loop": 1,
      "by": 1,
      "&&": 1,
      "case": 1,
      "default": 1,
      "function": 2,
      "var": 1,
      "void": 1,
      "with": 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,
      "S": 10,
      "OPERATOR": 1,
      "%": 1,
      "compound": 1,
      "assign": 1,
      "compare": 1,
      "zero": 1,
      "fill": 1,
      "right": 1,
      "shift": 2,
      "doubles": 1,
      "logic": 1,
      "soak": 1,
      "access": 1,
      "range": 1,
      "splat": 1,
      "WHITESPACE": 1,
      "###": 3,
      "s*#": 1,
      "##": 1,
      ".*": 1,
      "CODE": 1,
      "MULTI_DENT": 1,
      "SIMPLESTR": 1,
      "JSTOKEN": 1,
      "REGEX": 1,
      "disallow": 1,
      "leading": 1,
      "whitespace": 1,
      "equals": 1,
      "signs": 1,
      "every": 1,
      "other": 1,
      "thing": 1,
      "anything": 1,
      "escaped": 1,
      "character": 1,
      "imgy": 2,
      "w": 2,
      "HEREGEX": 1,
      "#.*": 1,
      "n/g": 1,
      "HEREDOC_INDENT": 1,
      "HEREDOC_ILLEGAL": 1,
      "//": 1,
      "LINE_CONTINUER": 1,
      "s*": 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,
      ".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": 3,
      "boilerplate": 2,
      "@constructor.rvmBoilerplate": 1,
      "fs.readFile": 1,
      "contents": 2,
      "contents.indexOf": 1,
      "fs.writeFile": 1,
      "@rvmBoilerplate": 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": 10,
      "@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": 4,
      "@extract": 1,
      "name.toLowerCase": 1,
      "offset": 4,
      "name.length": 1,
      "domain.length": 1,
      "name.slice": 2,
      "@for": 2,
      "IPAddressSubdomain.pattern.test": 1,
      "IPAddressSubdomain": 2,
      "EncodedSubdomain.pattern.test": 1,
      "EncodedSubdomain": 2,
      "@subdomain": 1,
      "@address": 2,
      "@labels": 2,
      ".split": 1,
      "@length": 3,
      "@labels.length": 1,
      "isEmpty": 1,
      "getAddress": 3,
      "@pattern": 2,
      "@labels.slice": 1,
      "a": 2,
      "z0": 2,
      "decode": 2,
      "exports.encode": 1,
      "encode": 1,
      "ip": 2,
      "byte": 2,
      "ip.split": 1,
      "<<": 1,
      "PATTERN": 1,
      "exports.decode": 1,
      "PATTERN.test": 1,
      "ip.push": 1,
      "xFF": 1,
      "ip.join": 1
    },
    "Coq": {
      "Inductive": 41,
      "day": 9,
      "Type": 86,
      "|": 457,
      "monday": 5,
      "tuesday": 3,
      "wednesday": 3,
      "thursday": 3,
      "friday": 3,
      "saturday": 3,
      "sunday": 2,
      "day.": 1,
      "Definition": 46,
      "next_weekday": 3,
      "(": 1248,
      "d": 6,
      ")": 1249,
      "match": 70,
      "with": 223,
      "end.": 52,
      "Example": 37,
      "test_next_weekday": 1,
      "tuesday.": 1,
      "Proof.": 208,
      "simpl.": 70,
      "reflexivity.": 199,
      "Qed.": 194,
      "bool": 38,
      "true": 68,
      "false": 48,
      "bool.": 1,
      "negb": 10,
      "b": 89,
      "andb": 8,
      "b1": 35,
      "b2": 23,
      "orb": 8,
      "test_orb1": 1,
      "true.": 16,
      "test_orb2": 1,
      "false.": 12,
      "test_orb3": 1,
      "test_orb4": 1,
      "nandb": 5,
      "end": 16,
      "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": 11,
      "Playground1.": 5,
      "nat": 108,
      "O": 98,
      "S": 186,
      "-": 508,
      "nat.": 4,
      "pred": 3,
      "n": 369,
      "minustwo": 1,
      "Fixpoint": 36,
      "evenb": 5,
      "oddb": 5,
      ".": 433,
      "test_oddb1": 1,
      "test_oddb2": 1,
      "plus": 10,
      "m": 201,
      "mult": 3,
      "minus": 3,
      "_": 67,
      "exp": 2,
      "base": 3,
      "power": 2,
      "p": 81,
      "factorial": 2,
      "test_factorial1": 1,
      "Notation": 39,
      "x": 266,
      "y": 116,
      "at": 17,
      "level": 11,
      "left": 6,
      "associativity": 7,
      "nat_scope.": 3,
      "beq_nat": 24,
      "forall": 248,
      "+": 227,
      "n.": 44,
      "Theorem": 115,
      "plus_O_n": 1,
      "intros": 258,
      "plus_1_1": 1,
      "mult_0_1": 1,
      "*": 59,
      "O.": 5,
      "plus_id_example": 1,
      "m.": 21,
      "H.": 100,
      "rewrite": 241,
      "plus_id_exercise": 1,
      "o": 25,
      "o.": 4,
      "H": 76,
      "mult_0_plus": 1,
      "plus_O_n.": 1,
      "mult_1_plus": 1,
      "plus_1_1.": 1,
      "mult_1": 1,
      "induction": 81,
      "as": 77,
      "[": 170,
      "plus_1_neq_0": 1,
      "destruct": 94,
      "]": 173,
      "Case": 51,
      "IHn": 12,
      "plus_comm": 3,
      "plus_distr.": 1,
      "beq_nat_refl": 3,
      "plus_rearrange": 1,
      "q": 15,
      "q.": 2,
      "assert": 68,
      "plus_comm.": 3,
      "plus_swap": 2,
      "p.": 9,
      "plus_assoc.": 4,
      "H2": 12,
      "H2.": 20,
      "plus_swap.": 2,
      "<->": 31,
      "IHm": 2,
      "reflexivity": 16,
      "Qed": 23,
      "mult_comm": 2,
      "Proof": 12,
      "0": 5,
      "simpl": 116,
      "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": 6,
      "IHp.": 2,
      "S_nbeq_0": 1,
      "mult_1_1": 1,
      "plus_0_r.": 1,
      "all3_spec": 1,
      "c": 70,
      "c.": 5,
      "b.": 14,
      "Lemma": 51,
      "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.": 31,
      "H3": 4,
      "H3.": 5,
      "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": 15,
      "Require": 17,
      "Import": 11,
      "List": 2,
      "Multiset": 2,
      "PermutSetoid": 1,
      "Relations": 2,
      "Sorting.": 1,
      "Section": 4,
      "defs.": 2,
      "Variable": 7,
      "A": 113,
      "Type.": 3,
      "leA": 25,
      "relation": 19,
      "A.": 6,
      "eqA": 29,
      "Let": 8,
      "gtA": 1,
      "y.": 15,
      "Hypothesis": 7,
      "leA_dec": 4,
      "{": 39,
      "}": 35,
      "eqA_dec": 26,
      "leA_refl": 1,
      "leA_trans": 2,
      "z": 14,
      "z.": 6,
      "leA_antisym": 1,
      "Hint": 9,
      "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": 207,
      "t": 93,
      "True": 1,
      "T1": 25,
      "T2": 20,
      "leA_Tree_Leaf": 5,
      "Tree_Leaf.": 1,
      ";": 375,
      "auto": 73,
      "datatypes.": 47,
      "leA_Tree_Node": 1,
      "G": 6,
      "is_heap": 18,
      "Prop": 17,
      "nil_is_heap": 5,
      "node_is_heap": 7,
      "invert_heap": 3,
      "/": 41,
      "T2.": 1,
      "inversion": 104,
      "is_heap_rect": 1,
      "P": 32,
      "T": 49,
      "T.": 9,
      "simple": 7,
      "PG": 2,
      "PD": 2,
      "PN.": 2,
      "elim": 21,
      "H4": 7,
      "intros.": 27,
      "apply": 340,
      "X0": 2,
      "is_heap_rec": 1,
      "Set": 4,
      "X": 191,
      "low_trans": 3,
      "merge_lem": 3,
      "l1": 89,
      "l2": 73,
      "list": 78,
      "merge_exist": 5,
      "l": 379,
      "Sorted": 5,
      "meq": 15,
      "list_contents": 30,
      "munion": 18,
      "HdRel": 4,
      "l2.": 8,
      "Morphisms.": 2,
      "Instance": 7,
      "Equivalence": 2,
      "@meq": 4,
      "constructor": 6,
      "red.": 1,
      "meq_trans.": 1,
      "Defined.": 1,
      "Proper": 5,
      "@munion": 1,
      "now": 24,
      "meq_congr.": 1,
      "merge": 5,
      "fix": 2,
      "l1.": 5,
      "rename": 2,
      "into": 2,
      "l.": 26,
      "revert": 5,
      "H0.": 24,
      "a0": 15,
      "l0": 7,
      "Sorted_inv": 2,
      "in": 221,
      "H0": 16,
      "clear": 7,
      "merge0.": 2,
      "using": 18,
      "cons_sort": 2,
      "cons_leA": 2,
      "munion_ass.": 2,
      "cons_leA.": 2,
      "@HdRel_inv": 2,
      "trivial": 15,
      "merge0": 1,
      "setoid_rewrite": 2,
      "munion_ass": 1,
      "munion_comm.": 2,
      "repeat": 11,
      "munion_comm": 1,
      "contents": 12,
      "multiset": 2,
      "t1": 48,
      "t2": 51,
      "equiv_Tree": 1,
      "insert_spec": 3,
      "insert_exist": 4,
      "insert": 2,
      "unfold": 58,
      "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": 46,
      "exact": 4,
      "nil_is_heap.": 1,
      "i": 11,
      "meq_trans": 10,
      "meq_right": 2,
      "meq_sym": 2,
      "flat_spec": 3,
      "flat_exist": 3,
      "heap_to_list": 2,
      "h": 14,
      "s1": 20,
      "i1": 15,
      "m1": 1,
      "s2": 2,
      "i2": 10,
      "m2.": 1,
      "meq_congr": 1,
      "munion_rotate.": 1,
      "treesort": 1,
      "&": 21,
      "permutation": 43,
      "intro": 27,
      "permutation.": 1,
      "exists": 60,
      "Export": 10,
      "SfLib.": 2,
      "AExp.": 2,
      "aexp": 30,
      "ANum": 18,
      "APlus": 14,
      "AMinus": 9,
      "AMult": 9,
      "aexp.": 1,
      "bexp": 22,
      "BTrue": 10,
      "BFalse": 11,
      "BEq": 9,
      "BLe": 9,
      "BNot": 9,
      "BAnd": 10,
      "bexp.": 1,
      "aeval": 46,
      "e": 53,
      "a1": 56,
      "a2": 62,
      "test_aeval1": 1,
      "beval": 16,
      "optimize_0plus": 15,
      "e2": 54,
      "e1": 58,
      "test_optimize_0plus": 1,
      "optimize_0plus_sound": 4,
      "e.": 15,
      "e1.": 1,
      "SCase": 24,
      "SSCase": 3,
      "IHe2.": 10,
      "IHe1.": 11,
      "aexp_cases": 3,
      "try": 17,
      "IHe1": 6,
      "IHe2": 6,
      "optimize_0plus_all": 2,
      "Tactic": 9,
      "tactic": 9,
      "first": 18,
      "ident": 9,
      "Case_aux": 38,
      "optimize_0plus_all_sound": 1,
      "bexp_cases": 4,
      "optimize_and": 5,
      "optimize_and_sound": 1,
      "IHe": 2,
      "aevalR_first_try.": 2,
      "aevalR": 18,
      "E_Anum": 1,
      "E_APlus": 2,
      "n1": 45,
      "n2": 41,
      "E_AMinus": 2,
      "E_AMult": 2,
      "Reserved": 4,
      "E_ANum": 1,
      "where": 6,
      "bevalR": 11,
      "E_BTrue": 1,
      "E_BFalse": 1,
      "E_BEq": 1,
      "E_BLe": 1,
      "E_BNot": 1,
      "E_BAnd": 1,
      "aeval_iff_aevalR": 9,
      "split.": 17,
      "subst": 7,
      "generalize": 13,
      "dependent": 6,
      "IHa1": 1,
      "IHa2": 1,
      "beval_iff_bevalR": 1,
      "*.": 110,
      "subst.": 43,
      "IHbevalR": 1,
      "IHbevalR1": 1,
      "IHbevalR2": 1,
      "a.": 6,
      "constructor.": 16,
      "<": 76,
      "remember": 12,
      "IHa.": 1,
      "IHa1.": 1,
      "IHa2.": 1,
      "silly_presburger_formula": 1,
      "<=>": 12,
      "3": 2,
      "omega": 7,
      "Id": 7,
      "id": 7,
      "id.": 1,
      "beq_id": 14,
      "id1": 2,
      "id2": 2,
      "beq_id_refl": 1,
      "i.": 2,
      "beq_nat_refl.": 1,
      "beq_id_eq": 4,
      "i2.": 8,
      "i1.": 3,
      "beq_nat_eq": 2,
      "beq_id_false_not_eq": 1,
      "C.": 3,
      "n0": 5,
      "beq_false_not_eq": 1,
      "not_eq_beq_id_false": 1,
      "not_eq_beq_false.": 1,
      "beq_nat_sym": 2,
      "AId": 4,
      "com_cases": 1,
      "SKIP": 5,
      "IFB": 4,
      "WHILE": 5,
      "c1": 14,
      "c2": 9,
      "e3": 1,
      "cl": 1,
      "st": 113,
      "E_IfTrue": 2,
      "THEN": 3,
      "ELSE": 3,
      "FI": 3,
      "E_WhileEnd": 2,
      "DO": 4,
      "END": 4,
      "E_WhileLoop": 2,
      "ceval_cases": 1,
      "E_Skip": 1,
      "E_Ass": 1,
      "E_Seq": 1,
      "E_IfFalse": 1,
      "assignment": 1,
      "command": 2,
      "if": 10,
      "st1": 2,
      "IHi1": 3,
      "Heqst1": 1,
      "Hceval.": 4,
      "Hceval": 2,
      "assumption.": 61,
      "bval": 2,
      "ceval_step": 3,
      "Some": 21,
      "ceval_step_more": 7,
      "x1.": 3,
      "omega.": 7,
      "x2.": 2,
      "IHHce.": 2,
      "%": 3,
      "IHHce1.": 1,
      "IHHce2.": 1,
      "x0": 14,
      "plus2": 1,
      "nx": 3,
      "Y": 38,
      "ny": 2,
      "XtimesYinZ": 1,
      "Z": 11,
      "ny.": 1,
      "loop": 2,
      "contra.": 19,
      "loopdef.": 1,
      "Heqloopdef.": 8,
      "contra1.": 1,
      "IHcontra2.": 1,
      "no_whiles": 15,
      "com": 5,
      "ct": 2,
      "cf": 2,
      "no_Whiles": 10,
      "noWhilesSKIP": 1,
      "noWhilesAss": 1,
      "noWhilesSeq": 1,
      "noWhilesIf": 1,
      "no_whiles_eqv": 1,
      "noWhilesSKIP.": 1,
      "noWhilesAss.": 1,
      "noWhilesSeq.": 1,
      "IHc1.": 2,
      "auto.": 47,
      "eauto": 10,
      "andb_true_elim1": 4,
      "IHc2.": 2,
      "andb_true_elim2": 4,
      "noWhilesIf.": 1,
      "andb_true_intro.": 2,
      "no_whiles_terminate": 1,
      "state": 6,
      "st.": 7,
      "update": 2,
      "IHc1": 2,
      "IHc2": 2,
      "H5.": 1,
      "x1": 11,
      "r": 11,
      "r.": 3,
      "symmetry": 4,
      "Heqr.": 1,
      "H4.": 2,
      "s": 13,
      "Heqr": 3,
      "H8.": 1,
      "H10": 1,
      "assumption": 10,
      "beval_short_circuit": 5,
      "beval_short_circuit_eqv": 1,
      "sinstr": 8,
      "SPush": 8,
      "SLoad": 6,
      "SPlus": 10,
      "SMinus": 11,
      "SMult": 11,
      "sinstr.": 1,
      "s_execute": 21,
      "stack": 7,
      "prog": 2,
      "cons": 26,
      "al": 3,
      "bl": 3,
      "s_execute1": 1,
      "empty_state": 2,
      "s_execute2": 1,
      "s_compile": 36,
      "v": 28,
      "s_compile1": 1,
      "execute_theorem": 1,
      "other": 20,
      "other.": 4,
      "app_ass.": 6,
      "s_compile_correct": 1,
      "app_nil_end.": 1,
      "execute_theorem.": 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,
      "replace": 4,
      "le_n": 4,
      "fun": 17,
      "refl_equal": 4,
      "pattern": 2,
      "case": 2,
      "trivial.": 14,
      "contradiction": 8,
      "le_Sn_n": 5,
      "le_S": 6,
      "Heq": 8,
      "m0": 1,
      "HeqS": 3,
      "injection": 4,
      "HeqS.": 2,
      "eq_rect_eq_nat.": 1,
      "IHp": 2,
      "dep_pair_intro": 2,
      "Hx": 20,
      "Hy": 14,
      "<=n),>": 1,
      "x=": 1,
      "exist": 7,
      "Hy.": 3,
      "Heq.": 6,
      "le_uniqueness_proof": 1,
      "Hy0": 1,
      "card": 2,
      "f": 108,
      "card_interval": 1,
      "<=n}>": 1,
      "proj1_sig": 1,
      "proj2_sig": 1,
      "Hp": 5,
      "Hq": 3,
      "Hpq.": 1,
      "Hmn.": 1,
      "Hmn": 1,
      "interval_dec": 1,
      "left.": 3,
      "dep_pair_intro.": 3,
      "right.": 9,
      "discriminate": 3,
      "le_Sn_le": 2,
      "eq_S.": 1,
      "Hneq.": 2,
      "card_inj_aux": 1,
      "g": 6,
      "False.": 1,
      "Hfbound": 1,
      "Hfinj": 1,
      "Hgsurj.": 1,
      "Hgsurj": 3,
      "Hfx": 2,
      "le_n_O_eq.": 2,
      "Hfbound.": 2,
      "Hx.": 5,
      "le_lt_dec": 9,
      "xSn": 21,
      "then": 9,
      "else": 9,
      "is": 4,
      "bounded": 1,
      "injective": 6,
      "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,
      "Hle": 1,
      "Hlt": 3,
      "Hfsurj": 2,
      "le_n_S": 1,
      "Hlep": 4,
      "Hneq": 7,
      "Heqx.": 2,
      "Heqx": 4,
      "Hle.": 1,
      "le_not_lt": 1,
      "lt_trans": 4,
      "lt_n_Sn.": 1,
      "Hlt.": 1,
      "lt_irrefl": 2,
      "lt_le_trans": 1,
      "pose": 2,
      "let": 3,
      "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,
      "Basics.": 2,
      "NatList.": 2,
      "natprod": 5,
      "pair": 7,
      "natprod.": 1,
      "fst": 3,
      "snd": 3,
      "swap_pair": 1,
      "surjective_pairing": 1,
      "count": 7,
      "remove_one": 3,
      "test_remove_one1": 1,
      "remove_all": 2,
      "bag": 3,
      "app_ass": 1,
      "l3": 12,
      "natlist": 7,
      "l3.": 1,
      "remove_decreases_count": 1,
      "s.": 4,
      "ble_n_Sn.": 1,
      "IHs.": 2,
      "natoption": 5,
      "None": 9,
      "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,
      "r1": 2,
      "v2": 2,
      "r2": 2,
      "test_beq_natlist1": 1,
      "test_beq_natlist2": 1,
      "beq_natlist_refl": 1,
      "IHl.": 7,
      "silly1": 1,
      "eq1": 6,
      "eq2.": 9,
      "eq2": 1,
      "silly2a": 1,
      "eq1.": 5,
      "silly_ex": 1,
      "silly3": 1,
      "symmetry.": 2,
      "rev_exercise": 1,
      "rev_involutive.": 1,
      "Setoid": 1,
      "Compare_dec": 1,
      "ListNotations.": 1,
      "Implicit": 15,
      "Arguments.": 2,
      "Permutation.": 2,
      "Permutation": 38,
      "perm_nil": 1,
      "perm_skip": 1,
      "Local": 7,
      "Constructors": 3,
      "Permutation_nil": 2,
      "HF.": 3,
      "@nil": 1,
      "HF": 2,
      "||": 1,
      "Permutation_nil_cons": 1,
      "discriminate.": 2,
      "Permutation_refl": 1,
      "Permutation_sym": 1,
      "Hperm": 7,
      "perm_trans": 1,
      "Permutation_trans": 4,
      "Logic.eq": 2,
      "@Permutation": 5,
      "iff": 1,
      "@In": 1,
      "red": 6,
      "Permutation_in.": 2,
      "Permutation_app_tail": 2,
      "tl": 8,
      "eapply": 8,
      "Permutation_app_head": 2,
      "app_comm_cons": 5,
      "Permutation_app": 3,
      "Hpermmm": 1,
      "idtac": 1,
      "Global": 5,
      "@app": 1,
      "Permutation_app.": 1,
      "Permutation_add_inside": 1,
      "Permutation_cons_append": 1,
      "IHl": 8,
      "Permutation_cons_append.": 3,
      "Permutation_app_comm": 3,
      "app_nil_r": 1,
      "app_assoc": 2,
      "Permutation_cons_app": 3,
      "Permutation_middle": 2,
      "Permutation_rev": 3,
      "rev": 7,
      "1": 1,
      "@rev": 1,
      "2": 1,
      "Permutation_length": 2,
      "length": 21,
      "transitivity": 4,
      "@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": 5,
      "Permutation_nil_app_cons": 1,
      "l4": 3,
      "P.": 5,
      "IH": 3,
      "Permutation_middle.": 3,
      "perm_swap.": 2,
      "perm_swap": 1,
      "eq_refl": 2,
      "In_split": 1,
      "Permutation_app_inv": 1,
      "NoDup": 4,
      "incl": 3,
      "N.": 1,
      "E": 7,
      "Ha": 6,
      "In": 6,
      "N": 1,
      "Hal": 1,
      "Hl": 1,
      "exfalso.": 1,
      "NoDup_Permutation_bis": 2,
      "inversion_clear": 6,
      "intuition.": 2,
      "Permutation_NoDup": 1,
      "Permutation_map": 1,
      "Hf": 15,
      "injective_bounded_surjective": 1,
      "set": 1,
      "seq": 2,
      "map": 4,
      "x.": 3,
      "in_map_iff.": 2,
      "in_seq": 4,
      "arith": 4,
      "NoDup_cardinal_incl": 1,
      "injective_map_NoDup": 2,
      "seq_NoDup": 1,
      "map_length": 1,
      "by": 7,
      "in_map_iff": 1,
      "split": 14,
      "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,
      "adapt_injective": 1,
      "adapt.": 2,
      "EQ.": 2,
      "LE": 11,
      "LT": 14,
      "eq_add_S": 2,
      "Hf.": 1,
      "Lt.le_lt_or_eq": 3,
      "LE.": 3,
      "EQ": 8,
      "lt": 3,
      "LT.": 5,
      "Lt.S_pred": 3,
      "Lt.lt_not_le": 2,
      "adapt_ok": 2,
      "nth_error_app1": 1,
      "nth_error_app2": 1,
      "arith.": 8,
      "Minus.minus_Sn_m": 1,
      "Permutation_nth_error": 2,
      "IHP": 2,
      "IHP2": 1,
      "Hg": 2,
      "E.": 2,
      "L12": 2,
      "app_length.": 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,
      "do": 4,
      "congruence.": 1,
      "Permutation_alt.": 1,
      "Permutation_app_swap": 1,
      "only": 3,
      "parsing": 3,
      "Omega": 1,
      "SetoidList.": 1,
      "nil.": 2,
      "..": 4,
      "Permut.": 1,
      "eqA_equiv": 1,
      "eqA.": 1,
      "list_contents_app": 5,
      "permut_refl": 1,
      "permut_sym": 4,
      "permut_trans": 5,
      "permut_cons_eq": 3,
      "meq_left": 1,
      "meq_singleton": 1,
      "permut_cons": 5,
      "permut_app": 1,
      "specialize": 6,
      "a0.": 1,
      "decide": 1,
      "permut_add_inside_eq": 1,
      "permut_add_cons_inside": 3,
      "permut_add_inside": 1,
      "permut_middle": 1,
      "permut_refl.": 5,
      "permut_sym_app": 1,
      "permut_rev": 1,
      "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,
      "B": 6,
      "if_eqA_refl": 3,
      "decide_left": 1,
      "if_eqA": 1,
      "contradict": 3,
      "A1": 2,
      "if_eqA_rewrite_r": 1,
      "A2": 4,
      "Hxx": 1,
      "multiplicity_InA": 4,
      "InA": 8,
      "multiplicity_InA_O": 2,
      "multiplicity_InA_S": 1,
      "multiplicity_NoDupA": 1,
      "NoDupA": 3,
      "NEQ": 1,
      "compatible": 1,
      "permut_InA_InA": 3,
      "multiplicity_InA.": 1,
      "meq.": 2,
      "permut_cons_InA": 3,
      "permut_nil": 3,
      "Abs": 2,
      "permut_length_1": 1,
      "permut_length_2": 1,
      "permut_length_1.": 2,
      "@if_eqA_rewrite_l": 2,
      "permut_length": 1,
      "InA_split": 1,
      "h2": 1,
      "plus_n_Sm": 1,
      "f_equal.": 1,
      "app_length": 1,
      "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": 2,
      "permutation_Permutation": 1,
      "Forall2.": 1,
      "proof": 1,
      "IHA": 2,
      "Forall2_app_inv_r": 1,
      "Hl1": 1,
      "Hl2": 1,
      "Forall2_app": 1,
      "Forall2_cons": 1,
      "Permutation_impl_permutation": 1,
      "permut_eqA": 1,
      "Permut_permut.": 1,
      "permut_right": 1,
      "permut_tran": 1,
      "Lists.": 1,
      "X.": 4,
      "app": 5,
      "snoc": 9,
      "Arguments": 11,
      "list123": 1,
      "right": 2,
      "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,
      "option": 6,
      "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,
      "f.": 1,
      "override.": 2,
      "override_neq": 1,
      "x2": 3,
      "k1": 5,
      "k2": 4,
      "eq.": 11,
      "silly4": 1,
      "silly5": 1,
      "sillyex1": 1,
      "j": 6,
      "j.": 1,
      "silly6": 1,
      "silly7": 1,
      "sillyex2": 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,
      "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.": 2,
      "transitive.": 1,
      "Hm": 1,
      "le_S_n": 2,
      "Sn_le_Sm__n_le_m.": 1,
      "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,
      "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,
      "E_Const": 2,
      "E_Plus": 2,
      "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,
      "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,
      "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,
      "IHt1.": 1,
      "t2.": 4,
      "t3.": 2,
      "ST_If.": 2,
      "Temp5.": 1,
      "stepmany": 4,
      "normalizing": 1,
      "IHt2": 3,
      "H11": 2,
      "H12": 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,
      "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
    },
    "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
    },
    "Ecl": {
      "#option": 1,
      "(": 32,
      "true": 1,
      ")": 32,
      ";": 23,
      "namesRecord": 4,
      "RECORD": 1,
      "string20": 1,
      "surname": 1,
      "string10": 2,
      "forename": 1,
      "integer2": 5,
      "age": 2,
      "dadAge": 1,
      "mumAge": 1,
      "END": 1,
      "namesRecord2": 3,
      "record": 1,
      "extra": 1,
      "end": 1,
      "namesTable": 11,
      "dataset": 2,
      "FLAT": 2,
      "namesTable2": 9,
      "aveAgeL": 3,
      "l": 1,
      "l.dadAge": 1,
      "+": 16,
      "l.mumAge": 1,
      "/2": 2,
      "aveAgeR": 4,
      "r": 1,
      "r.dadAge": 1,
      "r.mumAge": 1,
      "output": 9,
      "join": 11,
      "left": 2,
      "right": 3,
      "//Several": 1,
      "simple": 1,
      "examples": 1,
      "of": 1,
      "sliding": 2,
      "syntax": 1,
      "left.age": 8,
      "right.age": 12,
      "-": 5,
      "and": 10,
      "<": 1,
      "between": 7,
      "//Same": 1,
      "but": 1,
      "on": 1,
      "strings.": 1,
      "Also": 1,
      "includes": 1,
      "to": 1,
      "ensure": 1,
      "sort": 1,
      "is": 1,
      "done": 1,
      "by": 1,
      "non": 1,
      "before": 1,
      "sliding.": 1,
      "left.surname": 2,
      "right.surname": 4,
      "[": 4,
      "]": 4,
      "all": 1,
      "//This": 1,
      "should": 1,
      "not": 1,
      "generate": 1,
      "a": 1,
      "self": 1
    },
    "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": {
      "print": 4,
      "(": 54,
      ")": 55,
      "<%!-->": 1,
      "defined": 1,
      "in": 3,
      "Hello": 2,
      "gst": 1,
      "<": 1,
      "%": 2,
      "@": 1,
      "params": 1,
      "users": 2,
      "Collection": 1,
      "<User>": 1,
      "<%>": 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,
      "[": 4,
      "]": 4,
      "as": 3,
      "int": 2,
      "Relationship.valueOf": 2,
      "hello": 1,
      "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,
      "static": 7,
      "ALL_PEOPLE": 2,
      "HashMap": 1,
      "<String,>": 1,
      "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,
      "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,
      "<Contact>": 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
    },
    "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,
      "SHEBANG#!groovy": 1
    },
    "Groovy Server Pages": {
      "<html>": 4,
      "<head>": 4,
      "<meta>": 4,
      "http": 3,
      "equiv=": 3,
      "content=": 4,
      "<title>": 4,
      "Testing": 3,
      "with": 3,
      "SiteMesh": 2,
      "and": 2,
      "Resources": 2,
      "</title>": 4,
      "name=": 1,
      "<r:require>": 2,
      "module=": 2,
      "</head>": 4,
      "<body>": 4,
      "</body>": 4,
      "</html>": 4,
      "<%@>": 1,
      "page": 2,
      "contentType=": 1,
      "Using": 1,
      "directive": 1,
      "tag": 1,
      "<div>": 2,
      "class=": 2,
      "<a>": 2,
      "href=": 2,
      "alt=": 2,
      "id=": 2,
      "Download": 1,
      "</a>": 2,
      "</div>": 2,
      "Print": 1,
      "{": 1,
      "example": 1,
      "}": 1
    },
    "Haml": {
      "%": 1,
      "p": 1,
      "Hello": 1,
      "World": 1
    },
    "INI": {
      "[": 1,
      "user": 1,
      "]": 1,
      "name": 1,
      "Josh": 1,
      "Peek": 1,
      "email": 1,
      "josh@github.com": 1
    },
    "Ioke": {
      "SHEBANG#!ioke": 1,
      "println": 1
    },
    "Java": {
      "package": 5,
      "clojure.asm": 1,
      ";": 725,
      "import": 66,
      "java.lang.reflect.Constructor": 1,
      "java.lang.reflect.Method": 1,
      "public": 162,
      "class": 9,
      "Type": 42,
      "{": 330,
      "final": 66,
      "static": 112,
      "int": 52,
      "VOID": 5,
      "BOOLEAN": 6,
      "CHAR": 6,
      "BYTE": 6,
      "SHORT": 6,
      "INT": 6,
      "FLOAT": 6,
      "LONG": 7,
      "DOUBLE": 7,
      "ARRAY": 6,
      "OBJECT": 7,
      "VOID_TYPE": 3,
      "new": 118,
      "(": 895,
      ")": 895,
      "BOOLEAN_TYPE": 3,
      "CHAR_TYPE": 3,
      "BYTE_TYPE": 3,
      "SHORT_TYPE": 3,
      "INT_TYPE": 3,
      "FLOAT_TYPE": 3,
      "LONG_TYPE": 3,
      "DOUBLE_TYPE": 3,
      "private": 56,
      "sort": 18,
      "char": 13,
      "[": 49,
      "]": 49,
      "buf": 43,
      "off": 25,
      "len": 24,
      "this.sort": 2,
      "this.len": 2,
      "}": 330,
      "this.buf": 2,
      "this.off": 1,
      "getType": 10,
      "String": 32,
      "typeDescriptor": 1,
      "return": 208,
      "typeDescriptor.toCharArray": 1,
      "Class": 10,
      "c": 21,
      "if": 95,
      "c.isPrimitive": 2,
      "Integer.TYPE": 2,
      "else": 28,
      "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,
      "name": 10,
      "l": 5,
      "name.length": 2,
      "+": 80,
      "name.getChars": 1,
      "getArgumentTypes": 2,
      "methodDescriptor": 2,
      "methodDescriptor.toCharArray": 2,
      "size": 8,
      "while": 9,
      "true": 16,
      "car": 18,
      "break": 1,
      "args": 6,
      ".len": 1,
      "Method": 3,
      "method": 2,
      "classes": 2,
      "method.getParameterTypes": 1,
      "types": 3,
      "classes.length": 2,
      "for": 16,
      "i": 54,
      "-": 11,
      "getReturnType": 2,
      "methodDescriptor.indexOf": 1,
      "method.getReturnType": 1,
      "switch": 5,
      "case": 54,
      "//": 16,
      "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,
      "<": 13,
      "argumentTypes.length": 1,
      ".getDescriptor": 1,
      "returnType.getDescriptor": 1,
      "void": 21,
      "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,
      "boolean": 29,
      "equals": 2,
      "Object": 31,
      "o": 12,
      "this": 4,
      "instanceof": 14,
      "false": 9,
      "t": 6,
      "t.sort": 1,
      "Type.OBJECT": 2,
      "Type.ARRAY": 2,
      "t.len": 1,
      "j": 9,
      "t.off": 1,
      "end": 4,
      "t.buf": 1,
      "hashCode": 1,
      "hc": 4,
      "*": 2,
      "toString": 1,
      "clojure.lang": 1,
      "java.lang.ref.Reference": 1,
      "java.math.BigInteger": 1,
      "java.util.Map": 3,
      "java.util.concurrent.ConcurrentHashMap": 1,
      "java.lang.ref.SoftReference": 1,
      "java.lang.ref.ReferenceQueue": 1,
      "Util": 1,
      "equiv": 17,
      "k1": 40,
      "k2": 38,
      "null": 75,
      "Number": 9,
      "&&": 6,
      "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": 8,
      "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,
      "Integer": 2,
      "Long": 1,
      "BigInt": 1,
      "BigInteger": 1,
      "ret1": 2,
      "ret": 4,
      "nil": 2,
      "ISeq": 2,
      "<K,V>": 1,
      "clearCache": 1,
      "ReferenceQueue": 1,
      "rq": 1,
      "ConcurrentHashMap": 1,
      "K": 2,
      "Reference": 3,
      "<V>": 3,
      "cache": 1,
      "//cleanup": 1,
      "any": 1,
      "dead": 1,
      "entries": 1,
      "rq.poll": 2,
      "Map.Entry": 1,
      "e": 27,
      "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": 3,
      "NullPointerException": 1,
      "Util.": 1,
      "<RuntimeException>": 1,
      "sneakyThrow0": 2,
      "@SuppressWarnings": 1,
      "<T>": 1,
      "extends": 7,
      "throws": 11,
      "T": 2,
      "nokogiri.internals": 1,
      "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,
      "HtmlDomParserContext": 3,
      "XmlDomParserContext": 1,
      "Ruby": 43,
      "runtime": 88,
      "IRubyObject": 35,
      "options": 4,
      "super": 5,
      "encoding": 2,
      "@Override": 6,
      "protected": 4,
      "initErrorHandler": 1,
      "options.strict": 1,
      "errorHandler": 6,
      "NokogiriStrictErrorHandler": 1,
      "options.noError": 2,
      "options.noWarning": 2,
      "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,
      "setProperty": 4,
      "java_encoding": 2,
      "setFeature": 4,
      "enableDocumentFragment": 1,
      "XmlDocument": 8,
      "getNewEmptyDocument": 1,
      "ThreadContext": 2,
      "context": 8,
      "XmlDocument.rbNew": 1,
      "getNokogiriClass": 1,
      "context.getRuntime": 3,
      "wrapDocument": 1,
      "RubyClass": 92,
      "klazz": 107,
      "Document": 2,
      "document": 5,
      "HtmlDocument": 7,
      "htmlDocument": 6,
      "NokogiriService.HTML_DOCUMENT_ALLOCATOR.allocate": 1,
      "htmlDocument.setDocumentNode": 1,
      "ruby_encoding.isNil": 1,
      "detected_encoding": 2,
      "detected_encoding.isNil": 1,
      "ruby_encoding": 3,
      "charset": 2,
      "tryGetCharsetFromHtml5MetaTag": 2,
      "stringOrNil": 1,
      "htmlDocument.setEncoding": 1,
      "htmlDocument.setParsedEncoding": 1,
      ".equalsIgnoreCase": 5,
      "document.getDocumentElement": 2,
      ".getNodeName": 4,
      "NodeList": 2,
      "list": 1,
      ".getChildNodes": 2,
      "list.getLength": 1,
      "list.item": 2,
      "headers": 1,
      "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,
      "XNIException": 2,
      "attrs.getLength": 1,
      "isNamespace": 1,
      "attrs.getQName": 1,
      "attrs.removeAttributeAt": 1,
      "element.uri": 1,
      "super.startElement": 2,
      "NokogiriErrorHandler": 2,
      "element_names": 3,
      "g": 1,
      "r": 1,
      "w": 1,
      "y": 1,
      "z": 1,
      "isValid": 2,
      "testee": 1,
      "testee.toCharArray": 1,
      "index": 4,
      ".length": 1,
      "testee.equals": 1,
      "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,
      "hudson.Util.fixEmpty": 1,
      "Hudson": 5,
      "Jenkins": 2,
      "transient": 2,
      "CopyOnWriteList": 4,
      "<ItemListener>": 2,
      "itemListeners": 2,
      "ExtensionListView.createCopyOnWriteList": 2,
      "ItemListener.class": 1,
      "<ComputerListener>": 2,
      "computerListeners": 2,
      "ComputerListener.class": 1,
      "@CLIResolver": 1,
      "getInstance": 2,
      "Jenkins.getInstance": 2,
      "File": 2,
      "root": 4,
      "ServletContext": 2,
      "IOException": 8,
      "InterruptedException": 2,
      "ReactorException": 2,
      "PluginManager": 1,
      "pluginManager": 2,
      "getJobListeners": 1,
      "getComputerListeners": 1,
      "Slave": 3,
      "getSlave": 1,
      "Node": 1,
      "n": 3,
      "getNode": 1,
      "List": 3,
      "<Slave>": 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": 4,
      "rsp": 6,
      "ServletException": 3,
      ".generateResponse": 2,
      "doLogRss": 1,
      "StaplerRequest": 4,
      "req": 6,
      "qs": 3,
      "req.getQueryString": 1,
      "rsp.sendRedirect2": 1,
      "doFieldCheck": 3,
      "fixEmpty": 8,
      "req.getParameter": 4,
      "FormValidation": 2,
      "@QueryParameter": 4,
      "value": 5,
      "type": 3,
      "errorText": 3,
      "warningText": 3,
      "FormValidation.error": 4,
      "FormValidation.warning": 1,
      "try": 24,
      "type.equalsIgnoreCase": 2,
      "NumberFormat.getInstance": 2,
      ".parse": 2,
      ".floatValue": 1,
      "<=>": 1,
      "0": 1,
      "error": 1,
      "Messages": 1,
      "Hudson_NotAPositiveNumber": 1,
      "equalsIgnoreCase": 1,
      "number": 1,
      "negative": 1,
      "NumberFormat": 1,
      "parse": 1,
      "floatValue": 1,
      "Messages.Hudson_NotANegativeNumber": 1,
      "catch": 24,
      "ParseException": 1,
      "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,
      "needed": 1,
      "XStream": 1,
      "deserialization": 1,
      "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,
      "<String,>": 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": 5,
      "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": 2,
      "node.defineAnnotatedMethods": 1,
      "XmlNode.class": 1,
      "attr": 1,
      "XML_ATTR_ALLOCATOR": 2,
      "attr.defineAnnotatedMethods": 1,
      "XmlAttr.class": 1,
      "attrDecl": 1,
      "XML_ATTRIBUTE_DECL_ALLOCATOR": 2,
      "attrDecl.defineAnnotatedMethods": 1,
      "XmlAttributeDecl.class": 1,
      "characterData": 3,
      "comment": 1,
      "XML_COMMENT_ALLOCATOR": 2,
      "comment.defineAnnotatedMethods": 1,
      "XmlComment.class": 1,
      "text": 2,
      "XML_TEXT_ALLOCATOR": 2,
      "text.defineAnnotatedMethods": 1,
      "XmlText.class": 1,
      "cdata": 1,
      "XML_CDATA_ALLOCATOR": 2,
      "cdata.defineAnnotatedMethods": 1,
      "XmlCdata.class": 1,
      "dtd": 1,
      "XML_DTD_ALLOCATOR": 2,
      "dtd.defineAnnotatedMethods": 1,
      "XmlDtd.class": 1,
      "documentFragment": 1,
      "XML_DOCUMENT_FRAGMENT_ALLOCATOR": 2,
      "documentFragment.defineAnnotatedMethods": 1,
      "XmlDocumentFragment.class": 1,
      "XML_ELEMENT_ALLOCATOR": 2,
      "element.defineAnnotatedMethods": 1,
      "XmlElement.class": 1,
      "elementContent": 1,
      "XML_ELEMENT_CONTENT_ALLOCATOR": 2,
      "elementContent.defineAnnotatedMethods": 1,
      "XmlElementContent.class": 1,
      "elementDecl": 1,
      "XML_ELEMENT_DECL_ALLOCATOR": 2,
      "elementDecl.defineAnnotatedMethods": 1,
      "XmlElementDecl.class": 1,
      "entityDecl": 1,
      "XML_ENTITY_DECL_ALLOCATOR": 2,
      "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": 2,
      "entref.defineAnnotatedMethods": 1,
      "XmlEntityReference.class": 1,
      "namespace": 1,
      "XML_NAMESPACE_ALLOCATOR": 2,
      "namespace.defineAnnotatedMethods": 1,
      "XmlNamespace.class": 1,
      "nodeSet": 1,
      "XML_NODESET_ALLOCATOR": 2,
      "nodeSet.defineAnnotatedMethods": 1,
      "XmlNodeSet.class": 1,
      "pi": 1,
      "XML_PROCESSING_INSTRUCTION_ALLOCATOR": 2,
      "pi.defineAnnotatedMethods": 1,
      "XmlProcessingInstruction.class": 1,
      "reader": 1,
      "XML_READER_ALLOCATOR": 2,
      "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": 2,
      "htmlElemDesc.defineAnnotatedMethods": 1,
      "HtmlElementDescription.class": 1,
      "htmlEntityLookup": 1,
      "HTML_ENTITY_LOOKUP_ALLOCATOR": 2,
      "htmlEntityLookup.defineAnnotatedMethods": 1,
      "HtmlEntityLookup.class": 1,
      "xmlDocument": 5,
      "XML_DOCUMENT_ALLOCATOR": 2,
      "xmlDocument.defineAnnotatedMethods": 1,
      "XmlDocument.class": 1,
      "//RubyModule": 1,
      "htmlDoc": 1,
      "html.defineOrGetClassUnder": 1,
      "HTML_DOCUMENT_ALLOCATOR": 2,
      "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": 4,
      "htmlSaxModule.defineClassUnder": 1,
      "HTML_SAXPARSER_CONTEXT_ALLOCATOR": 2,
      "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": 60,
      "allocate": 30,
      "EncodingHandler": 1,
      "clone": 46,
      "htmlDocument.clone": 1,
      "clone.setMetaClass": 23,
      "CloneNotSupportedException": 23,
      "HtmlSaxParserContext": 5,
      "htmlSaxParserContext.clone": 1,
      "HtmlElementDescription": 1,
      "HtmlEntityLookup": 1,
      "XmlAttr": 5,
      "xmlAttr": 3,
      "xmlAttr.clone": 1,
      "XmlCdata": 5,
      "xmlCdata": 3,
      "xmlCdata.clone": 1,
      "XmlComment": 5,
      "xmlComment": 3,
      "xmlComment.clone": 1,
      "xmlDocument.clone": 1,
      "XmlDocumentFragment": 5,
      "xmlDocumentFragment": 3,
      "xmlDocumentFragment.clone": 1,
      "XmlDtd": 5,
      "xmlDtd": 3,
      "xmlDtd.clone": 1,
      "XmlElement": 5,
      "xmlElement": 3,
      "xmlElement.clone": 1,
      "XmlElementDecl": 5,
      "xmlElementDecl": 3,
      "xmlElementDecl.clone": 1,
      "XmlEntityReference": 5,
      "xmlEntityRef": 3,
      "xmlEntityRef.clone": 1,
      "XmlNamespace": 5,
      "xmlNamespace": 3,
      "xmlNamespace.clone": 1,
      "XmlNode": 5,
      "xmlNode.clone": 1,
      "XmlNodeSet": 5,
      "xmlNodeSet": 5,
      "xmlNodeSet.clone": 1,
      "xmlNodeSet.setNodes": 1,
      "RubyArray.newEmptyArray": 1,
      "XmlProcessingInstruction": 5,
      "xmlProcessingInstruction": 3,
      "xmlProcessingInstruction.clone": 1,
      "XmlReader": 5,
      "xmlReader": 5,
      "xmlReader.clone": 1,
      "XmlAttributeDecl": 1,
      "XmlEntityDecl": 1,
      "runtime.newNotImplementedError": 1,
      "XmlRelaxng": 5,
      "xmlRelaxng": 3,
      "xmlRelaxng.clone": 1,
      "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
    },
    "JavaScript": {
      "function": 1210,
      "(": 8513,
      ")": 8521,
      "{": 2736,
      ";": 4052,
      "//": 410,
      "jshint": 1,
      "_": 9,
      "var": 910,
      "Modal": 2,
      "content": 5,
      "options": 56,
      "this.options": 6,
      "this.": 2,
      "element": 19,
      ".delegate": 2,
      ".proxy": 1,
      "this.hide": 1,
      "this": 577,
      "}": 2712,
      "Modal.prototype": 1,
      "constructor": 8,
      "toggle": 10,
      "return": 944,
      "[": 1459,
      "this.isShown": 3,
      "]": 1456,
      "show": 10,
      "that": 33,
      "e": 663,
      ".Event": 1,
      "element.trigger": 1,
      "if": 1230,
      "||": 648,
      "e.isDefaultPrevented": 2,
      ".addClass": 1,
      "true": 147,
      "escape.call": 1,
      "backdrop.call": 1,
      "transition": 1,
      ".support.transition": 1,
      "&&": 1017,
      "that.": 3,
      "element.hasClass": 1,
      "element.parent": 1,
      ".length": 24,
      "element.appendTo": 1,
      "document.body": 8,
      "//don": 1,
      "in": 170,
      "shown": 2,
      "hide": 8,
      "body": 22,
      "modal": 4,
      "-": 705,
      "open": 2,
      "fade": 4,
      "hidden": 12,
      "<div>": 4,
      "class=": 5,
      "static": 2,
      "keyup.dismiss.modal": 2,
      "object": 59,
      "string": 41,
      "click.modal.data": 1,
      "api": 1,
      "data": 145,
      "target": 44,
      "href": 9,
      ".extend": 1,
      "target.data": 1,
      "this.data": 5,
      "e.preventDefault": 1,
      "target.modal": 1,
      "option": 12,
      "window.jQuery": 7,
      "Animal": 12,
      "Horse": 12,
      "Snake": 12,
      "sam": 4,
      "tom": 4,
      "__hasProp": 2,
      "Object.prototype.hasOwnProperty": 6,
      "__extends": 6,
      "child": 17,
      "parent": 15,
      "for": 262,
      "key": 85,
      "__hasProp.call": 2,
      "ctor": 6,
      "this.constructor": 5,
      "ctor.prototype": 3,
      "parent.prototype": 6,
      "child.prototype": 4,
      "new": 86,
      "child.__super__": 3,
      "name": 161,
      "this.name": 7,
      "Animal.prototype.move": 2,
      "meters": 4,
      "alert": 11,
      "+": 1135,
      "Snake.__super__.constructor.apply": 2,
      "arguments": 83,
      "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": 10,
      ".hasOwnProperty": 2,
      "Animal.name": 1,
      "_super": 4,
      "Snake.name": 1,
      "Horse.name": 1,
      "console.log": 3,
      "util": 1,
      "require": 9,
      "net": 1,
      "stream": 1,
      "url": 23,
      "EventEmitter": 3,
      ".EventEmitter": 1,
      "FreeList": 2,
      ".FreeList": 1,
      "HTTPParser": 2,
      "process.binding": 1,
      ".HTTPParser": 1,
      "assert": 8,
      ".ok": 1,
      "END_OF_FILE": 3,
      "debug": 15,
      "process.env.NODE_DEBUG": 2,
      "/http/.test": 1,
      "x": 33,
      "console.error": 3,
      "else": 307,
      "parserOnHeaders": 2,
      "headers": 41,
      "this.maxHeaderPairs": 2,
      "<": 209,
      "this._headers.length": 1,
      "this._headers": 13,
      "this._headers.concat": 1,
      "this._url": 1,
      "parserOnHeadersComplete": 2,
      "info": 2,
      "parser": 27,
      "info.headers": 1,
      "info.url": 1,
      "parser._headers": 6,
      "parser._url": 4,
      "parser.incoming": 9,
      "IncomingMessage": 4,
      "parser.socket": 4,
      "parser.incoming.httpVersionMajor": 1,
      "info.versionMajor": 2,
      "parser.incoming.httpVersionMinor": 1,
      "info.versionMinor": 2,
      "parser.incoming.httpVersion": 1,
      "parser.incoming.url": 1,
      "n": 874,
      "headers.length": 2,
      "parser.maxHeaderPairs": 4,
      "Math.min": 5,
      "i": 853,
      "k": 302,
      "v": 135,
      "parser.incoming._addHeaderLine": 2,
      "info.method": 2,
      "parser.incoming.method": 1,
      "parser.incoming.statusCode": 2,
      "info.statusCode": 1,
      "parser.incoming.upgrade": 4,
      "info.upgrade": 2,
      "skipBody": 3,
      "false": 142,
      "response": 3,
      "to": 92,
      "HEAD": 3,
      "or": 38,
      "CONNECT": 1,
      "parser.onIncoming": 3,
      "info.shouldKeepAlive": 1,
      "parserOnBody": 2,
      "b": 961,
      "start": 20,
      "len": 11,
      "slice": 10,
      "b.slice": 1,
      "parser.incoming._paused": 2,
      "parser.incoming._pendings.length": 2,
      "parser.incoming._pendings.push": 2,
      "parser.incoming._emitData": 1,
      "parserOnMessageComplete": 2,
      "parser.incoming.complete": 2,
      "parser.incoming.readable": 1,
      "parser.incoming._emitEnd": 1,
      "parser.socket.readable": 1,
      "parser.socket.resume": 1,
      "parsers": 2,
      "HTTPParser.REQUEST": 2,
      "parser.onHeaders": 1,
      "parser.onHeadersComplete": 1,
      "parser.onBody": 1,
      "parser.onMessageComplete": 1,
      "exports.parsers": 1,
      "CRLF": 13,
      "STATUS_CODES": 2,
      "exports.STATUS_CODES": 1,
      "RFC": 16,
      "obsoleted": 1,
      "by": 12,
      "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": 2,
      "continue/i": 1,
      "dateCache": 5,
      "utcDate": 2,
      "d": 771,
      "Date": 4,
      "d.toUTCString": 1,
      "setTimeout": 19,
      "undefined": 328,
      "d.getMilliseconds": 1,
      "socket": 26,
      "stream.Stream.call": 2,
      "this.socket": 10,
      "this.connection": 8,
      "this.httpVersion": 1,
      "null": 427,
      "this.complete": 2,
      "this.headers": 2,
      "this.trailers": 2,
      "this.readable": 1,
      "this._paused": 3,
      "this._pendings": 1,
      "this._endEmitted": 3,
      "this.url": 1,
      "this.method": 2,
      "this.statusCode": 3,
      "this.client": 1,
      "util.inherits": 7,
      "stream.Stream": 2,
      "exports.IncomingMessage": 1,
      "IncomingMessage.prototype.destroy": 1,
      "error": 20,
      "this.socket.destroy": 3,
      "IncomingMessage.prototype.setEncoding": 1,
      "encoding": 26,
      "StringDecoder": 2,
      ".StringDecoder": 1,
      "lazy": 1,
      "load": 5,
      "this._decoder": 2,
      "IncomingMessage.prototype.pause": 1,
      "this.socket.pause": 1,
      "IncomingMessage.prototype.resume": 1,
      "this.socket.resume": 1,
      "this._emitPending": 1,
      "IncomingMessage.prototype._emitPending": 1,
      "callback": 23,
      "this._pendings.length": 1,
      "self": 17,
      "process.nextTick": 1,
      "while": 53,
      "self._paused": 1,
      "self._pendings.length": 2,
      "chunk": 14,
      "self._pendings.shift": 1,
      "Buffer.isBuffer": 2,
      "self._emitData": 1,
      "self.readable": 1,
      "self._emitEnd": 1,
      "IncomingMessage.prototype._emitData": 1,
      "this._decoder.write": 1,
      "string.length": 1,
      "this.emit": 5,
      "IncomingMessage.prototype._emitEnd": 1,
      "IncomingMessage.prototype._addHeaderLine": 1,
      "field": 36,
      "value": 98,
      "dest": 12,
      "field.toLowerCase": 1,
      "switch": 30,
      "case": 136,
      ".push": 3,
      "break": 111,
      "default": 21,
      "field.slice": 1,
      "OutgoingMessage": 5,
      "this.output": 3,
      "this.outputEncodings": 2,
      "this.writable": 1,
      "this._last": 3,
      "this.chunkedEncoding": 6,
      "this.shouldKeepAlive": 4,
      "this.useChunkedEncodingByDefault": 4,
      "this.sendDate": 3,
      "this._hasBody": 6,
      "this._trailer": 5,
      "this.finished": 4,
      "exports.OutgoingMessage": 1,
      "OutgoingMessage.prototype.destroy": 1,
      "OutgoingMessage.prototype._send": 1,
      "this._headerSent": 5,
      "typeof": 132,
      "this._header": 10,
      "this.output.unshift": 1,
      "this.outputEncodings.unshift": 1,
      "this._writeRaw": 2,
      "OutgoingMessage.prototype._writeRaw": 1,
      "data.length": 3,
      "this.connection._httpMessage": 3,
      "this.connection.writable": 3,
      "this.output.length": 5,
      "this._buffer": 2,
      "c": 775,
      "this.output.shift": 2,
      "this.outputEncodings.shift": 2,
      "this.connection.write": 4,
      "OutgoingMessage.prototype._buffer": 1,
      "length": 48,
      "this.output.push": 2,
      "this.outputEncodings.push": 2,
      "lastEncoding": 2,
      "lastData": 2,
      "data.constructor": 1,
      "lastData.constructor": 1,
      "OutgoingMessage.prototype._storeHeader": 1,
      "firstLine": 2,
      "sentConnectionHeader": 3,
      "sentContentLengthHeader": 4,
      "sentTransferEncodingHeader": 3,
      "sentDateHeader": 3,
      "sentExpect": 3,
      "messageHeader": 7,
      "store": 3,
      "connectionExpression.test": 1,
      "closeExpression.test": 1,
      "self._last": 4,
      "self.shouldKeepAlive": 4,
      "transferEncodingExpression.test": 1,
      "chunkExpression.test": 1,
      "self.chunkedEncoding": 1,
      "contentLengthExpression.test": 1,
      "dateExpression.test": 1,
      "expectExpression.test": 1,
      "keys": 11,
      "Object.keys": 5,
      "isArray": 10,
      "Array.isArray": 7,
      "l": 312,
      "keys.length": 5,
      "j": 265,
      "value.length": 1,
      "shouldSendKeepAlive": 2,
      "this.agent": 2,
      "this._send": 8,
      "OutgoingMessage.prototype.setHeader": 1,
      "arguments.length": 18,
      "throw": 27,
      "Error": 16,
      "name.toLowerCase": 6,
      "this._headerNames": 5,
      "OutgoingMessage.prototype.getHeader": 1,
      "OutgoingMessage.prototype.removeHeader": 1,
      "delete": 39,
      "OutgoingMessage.prototype._renderHeaders": 1,
      "OutgoingMessage.prototype.write": 1,
      "this._implicitHeader": 2,
      "TypeError": 2,
      "chunk.length": 2,
      "ret": 62,
      "Buffer.byteLength": 2,
      "len.toString": 2,
      "OutgoingMessage.prototype.addTrailers": 1,
      "OutgoingMessage.prototype.end": 1,
      "hot": 3,
      ".toString": 3,
      "this.write": 1,
      "Last": 2,
      "chunk.": 1,
      "this._finish": 2,
      "OutgoingMessage.prototype._finish": 1,
      "instanceof": 19,
      "ServerResponse": 5,
      "DTRACE_HTTP_SERVER_RESPONSE": 1,
      "ClientRequest": 6,
      "DTRACE_HTTP_CLIENT_REQUEST": 1,
      "OutgoingMessage.prototype._flush": 1,
      "this.socket.writable": 2,
      "XXX": 1,
      "Necessary": 1,
      "this.socket.write": 1,
      "req": 32,
      "OutgoingMessage.call": 2,
      "req.method": 5,
      "req.httpVersionMajor": 2,
      "req.httpVersionMinor": 2,
      "exports.ServerResponse": 1,
      "ServerResponse.prototype.statusCode": 1,
      "onServerResponseClose": 3,
      "this._httpMessage.emit": 2,
      "ServerResponse.prototype.assignSocket": 1,
      "socket._httpMessage": 9,
      "socket.on": 2,
      "this._flush": 1,
      "ServerResponse.prototype.detachSocket": 1,
      "socket.removeListener": 5,
      "ServerResponse.prototype.writeContinue": 1,
      "this._sent100": 2,
      "ServerResponse.prototype._implicitHeader": 1,
      "this.writeHead": 1,
      "ServerResponse.prototype.writeHead": 1,
      "statusCode": 7,
      "reasonPhrase": 4,
      "headerIndex": 4,
      "obj": 40,
      "this._renderHeaders": 3,
      "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.options": 2,
      "self.requests": 6,
      "self.sockets": 3,
      "self.maxSockets": 1,
      "self.options.maxSockets": 1,
      "Agent.defaultMaxSockets": 2,
      "self.on": 1,
      "host": 29,
      "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,
      "Agent.prototype.createSocket": 1,
      "util._extend": 1,
      "options.port": 4,
      "options.host": 4,
      "options.localAddress": 3,
      "s": 290,
      "onFree": 3,
      "self.emit": 9,
      "s.on": 4,
      "onClose": 3,
      "err": 5,
      "self.removeSocket": 2,
      "onRemove": 3,
      "s.removeListener": 3,
      "Agent.prototype.removeSocket": 1,
      "index": 5,
      ".indexOf": 2,
      ".splice": 5,
      ".emit": 1,
      "globalAgent": 3,
      "exports.globalAgent": 1,
      "cb": 16,
      "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": 30,
      "self.method": 3,
      "options.method": 2,
      ".toUpperCase": 3,
      "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,
      "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.path": 1,
      "ClientRequest.prototype.abort": 1,
      "this._deferToConnect": 3,
      "createHangUpError": 3,
      "error.code": 1,
      "freeParser": 9,
      "parser.socket.onend": 1,
      "parser.socket.ondata": 1,
      "parser.socket.parser": 1,
      "parsers.free": 1,
      "req.parser": 1,
      "socketCloseListener": 2,
      "socket.parser": 3,
      "req.emit": 8,
      "req.res": 8,
      "req.res.readable": 1,
      "req.res.emit": 1,
      "res": 14,
      "req.res._emitPending": 1,
      "res._emitEnd": 1,
      "res.emit": 1,
      "req._hadError": 3,
      "parser.finish": 6,
      "socketErrorListener": 2,
      "err.message": 1,
      "err.stack": 1,
      "socketOnEnd": 1,
      "this._httpMessage": 3,
      "this.parser": 2,
      "socketOnData": 1,
      "end": 14,
      "parser.execute": 2,
      "bytesParsed": 4,
      "socket.ondata": 3,
      "socket.onend": 3,
      "bodyHead": 4,
      "d.slice": 2,
      "eventName": 21,
      "req.listeners": 1,
      "req.upgradeOrConnect": 1,
      "socket.emit": 1,
      "parserOnIncomingClient": 1,
      "shouldKeepAlive": 4,
      "res.upgrade": 1,
      "skip": 5,
      "isHeadResponse": 2,
      "res.statusCode": 1,
      "Clear": 1,
      "so": 8,
      "we": 25,
      "don": 5,
      "continue": 18,
      "ve": 3,
      "been": 5,
      "upgraded": 1,
      "via": 2,
      "WebSockets": 1,
      "also": 5,
      "shouldn": 2,
      "AGENT": 2,
      "socket.destroySoon": 2,
      "keep": 1,
      "alive": 1,
      "close": 2,
      "free": 1,
      "number": 13,
      "an": 12,
      "important": 1,
      "promisy": 1,
      "thing": 2,
      "all": 16,
      "the": 107,
      "onSocket": 3,
      "self.socket.writable": 1,
      "self.socket": 5,
      ".apply": 7,
      "arguments_": 2,
      "self.socket.once": 1,
      "ClientRequest.prototype.setTimeout": 1,
      "msecs": 4,
      "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,
      "httpSocketSetup": 2,
      "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,
      "*": 70,
      "minute": 1,
      "timeout": 2,
      "socket.once": 1,
      "parsers.alloc": 1,
      "parser.reinitialize": 1,
      "this.maxHeadersCount": 2,
      "<<": 4,
      "socket.addListener": 2,
      "self.listeners": 2,
      "req.socket": 1,
      "self.httpAllowHalfOpen": 1,
      "socket.writable": 2,
      "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.on": 1,
      "res.detachSocket": 1,
      "res._last": 1,
      "m": 76,
      "outgoing.shift": 1,
      "m.assignSocket": 1,
      "req.headers": 2,
      "continueExpression.test": 1,
      "res._expect_continue": 1,
      "res.writeContinue": 1,
      "Not": 4,
      "a": 1489,
      "response.": 1,
      "even": 3,
      "exports._connectionListener": 1,
      "Client": 6,
      "this.host": 1,
      "this.port": 1,
      "maxSockets": 1,
      "Client.prototype.request": 1,
      "path": 5,
      "self.host": 1,
      "self.port": 1,
      "c.on": 2,
      "exports.Client": 1,
      "module.deprecate": 2,
      "exports.createClient": 1,
      "cubes": 4,
      "list": 21,
      "math": 4,
      "num": 23,
      "opposite": 6,
      "race": 4,
      "square": 10,
      "__slice": 2,
      "Array.prototype.slice": 6,
      "root": 5,
      "Math.sqrt": 2,
      "cube": 2,
      "runners": 6,
      "winner": 6,
      "__slice.call": 2,
      "print": 2,
      "elvis": 4,
      "_i": 10,
      "_len": 6,
      "_results": 6,
      "list.length": 5,
      "_results.push": 2,
      "math.cube": 2,
      ".slice": 6,
      "A": 24,
      "w": 110,
      "ma": 3,
      "c.isReady": 4,
      "try": 44,
      "s.documentElement.doScroll": 2,
      "catch": 38,
      "c.ready": 7,
      "Qa": 1,
      "b.src": 4,
      "c.ajax": 1,
      "async": 5,
      "dataType": 6,
      "c.globalEval": 1,
      "b.text": 3,
      "b.textContent": 2,
      "b.innerHTML": 3,
      "b.parentNode": 4,
      "b.parentNode.removeChild": 2,
      "X": 6,
      "f": 666,
      "a.length": 23,
      "o": 322,
      "c.isFunction": 9,
      "d.call": 3,
      "J": 5,
      ".getTime": 3,
      "Y": 3,
      "Z": 6,
      "na": 1,
      ".type": 2,
      "c.event.handle.apply": 1,
      "oa": 1,
      "r": 261,
      "c.data": 12,
      "a.liveFired": 4,
      "i.live": 1,
      "a.button": 2,
      "a.type": 14,
      "u": 304,
      "i.live.slice": 1,
      "u.length": 3,
      "i.origType.replace": 1,
      "O": 6,
      "f.push": 5,
      "i.selector": 3,
      "u.splice": 1,
      "a.target": 5,
      ".closest": 4,
      "a.currentTarget": 4,
      "j.length": 2,
      ".selector": 1,
      ".elem": 1,
      "i.preType": 2,
      "a.relatedTarget": 2,
      "d.push": 1,
      "elem": 101,
      "handleObj": 2,
      "d.length": 8,
      "j.elem": 2,
      "a.data": 2,
      "j.handleObj.data": 1,
      "a.handleObj": 2,
      "j.handleObj": 1,
      "j.handleObj.origHandler.apply": 1,
      "pa": 1,
      "b.replace": 3,
      "/": 290,
      "./g": 2,
      ".replace": 38,
      "/g": 37,
      "qa": 1,
      "a.parentNode": 6,
      "a.parentNode.nodeType": 2,
      "ra": 1,
      "b.each": 1,
      "this.nodeName": 4,
      ".nodeName": 2,
      "f.events": 1,
      "e.handle": 2,
      "e.events": 2,
      "c.event.add": 1,
      ".data": 3,
      "sa": 2,
      ".ownerDocument": 5,
      "ta.test": 1,
      "c.support.checkClone": 2,
      "ua.test": 1,
      "c.fragments": 2,
      "b.createDocumentFragment": 1,
      "c.clean": 1,
      "fragment": 27,
      "cacheable": 2,
      "K": 4,
      "c.each": 2,
      "va.concat.apply": 1,
      "va.slice": 1,
      "wa": 1,
      "a.document": 3,
      "a.nodeType": 27,
      "a.defaultView": 2,
      "a.parentWindow": 2,
      "c.fn.init": 1,
      "Ra": 2,
      "A.jQuery": 3,
      "Sa": 2,
      "A.": 3,
      "A.document": 1,
      "T": 4,
      "Ta": 1,
      "<[\\w\\W]+>": 4,
      "|": 206,
      "#": 13,
      "Ua": 1,
      ".": 91,
      "Va": 1,
      "S/": 4,
      "Wa": 2,
      "u00A0": 2,
      "Xa": 1,
      "<(\\w+)\\s*\\/?>": 4,
      "<\\/\\1>": 4,
      "P": 4,
      "navigator.userAgent": 3,
      "xa": 3,
      "Q": 6,
      "L": 10,
      "Object.prototype.toString": 7,
      "aa": 1,
      "ba": 3,
      "Array.prototype.push": 4,
      "R": 2,
      "ya": 2,
      "Array.prototype.indexOf": 4,
      "c.fn": 2,
      "c.prototype": 1,
      "init": 7,
      "this.context": 17,
      "this.length": 40,
      "s.body": 2,
      "this.selector": 16,
      "Ta.exec": 1,
      "b.ownerDocument": 6,
      "Xa.exec": 1,
      "c.isPlainObject": 3,
      "s.createElement": 10,
      "c.fn.attr.call": 1,
      "f.createElement": 1,
      "a.cacheable": 1,
      "a.fragment.cloneNode": 1,
      "a.fragment": 1,
      ".childNodes": 2,
      "c.merge": 4,
      "s.getElementById": 1,
      "b.id": 1,
      "T.find": 1,
      "/.test": 19,
      "s.getElementsByTagName": 2,
      "b.jquery": 1,
      ".find": 5,
      "T.ready": 1,
      "a.selector": 4,
      "a.context": 2,
      "c.makeArray": 3,
      "selector": 40,
      "jquery": 3,
      "size": 6,
      "toArray": 2,
      "R.call": 2,
      "get": 24,
      "this.toArray": 3,
      "this.slice": 5,
      "pushStack": 4,
      "c.isArray": 5,
      "ba.apply": 1,
      "f.prevObject": 1,
      "f.context": 1,
      "f.selector": 2,
      "each": 17,
      "ready": 31,
      "c.bindReady": 1,
      "a.call": 17,
      "Q.push": 1,
      "eq": 2,
      "first": 10,
      "this.eq": 4,
      "last": 6,
      "this.pushStack": 12,
      "R.apply": 1,
      ".join": 14,
      "map": 7,
      "c.map": 1,
      "this.prevObject": 3,
      "push": 11,
      "sort": 4,
      ".sort": 9,
      "splice": 5,
      "c.fn.init.prototype": 1,
      "c.extend": 7,
      "c.fn.extend": 4,
      "noConflict": 4,
      "isReady": 5,
      "c.fn.triggerHandler": 1,
      ".triggerHandler": 1,
      "bindReady": 5,
      "s.readyState": 2,
      "s.addEventListener": 3,
      "A.addEventListener": 1,
      "s.attachEvent": 3,
      "A.attachEvent": 1,
      "A.frameElement": 1,
      "isFunction": 12,
      "isPlainObject": 4,
      "a.setInterval": 2,
      "a.constructor": 2,
      "aa.call": 3,
      "a.constructor.prototype": 2,
      "isEmptyObject": 7,
      "parseJSON": 4,
      "c.trim": 3,
      "a.replace": 7,
      "@": 1,
      "d*": 8,
      "eE": 4,
      "s*": 15,
      "A.JSON": 1,
      "A.JSON.parse": 2,
      "Function": 3,
      "c.error": 2,
      "noop": 3,
      "globalEval": 2,
      "Va.test": 1,
      "s.documentElement": 2,
      "d.type": 2,
      "c.support.scriptEval": 2,
      "d.appendChild": 3,
      "s.createTextNode": 2,
      "d.text": 1,
      "b.insertBefore": 3,
      "b.firstChild": 5,
      "b.removeChild": 3,
      "nodeName": 20,
      "a.nodeName": 12,
      "a.nodeName.toUpperCase": 2,
      "b.toUpperCase": 3,
      "b.apply": 2,
      "b.call": 4,
      "trim": 5,
      "makeArray": 3,
      "ba.call": 1,
      "inArray": 5,
      "b.indexOf": 2,
      "b.length": 12,
      "merge": 2,
      "grep": 6,
      "f.length": 5,
      "f.concat.apply": 1,
      "guid": 5,
      "proxy": 4,
      "a.apply": 2,
      "b.guid": 2,
      "a.guid": 7,
      "c.guid": 1,
      "uaMatch": 3,
      "a.toLowerCase": 4,
      "webkit": 6,
      "w.": 17,
      "/.exec": 4,
      "opera": 4,
      ".*version": 4,
      "msie": 4,
      "/compatible/.test": 1,
      "mozilla": 4,
      ".*": 20,
      "rv": 4,
      "browser": 11,
      "version": 10,
      "c.uaMatch": 1,
      "P.browser": 2,
      "c.browser": 1,
      "c.browser.version": 1,
      "P.version": 1,
      "c.browser.webkit": 1,
      "c.browser.safari": 1,
      "c.inArray": 2,
      "ya.call": 1,
      "s.removeEventListener": 1,
      "s.detachEvent": 1,
      "c.support": 2,
      "d.style.display": 5,
      "d.innerHTML": 2,
      "d.getElementsByTagName": 6,
      "e.length": 9,
      "leadingWhitespace": 3,
      "d.firstChild.nodeType": 1,
      "tbody": 7,
      "htmlSerialize": 3,
      "style": 30,
      "/red/.test": 1,
      "j.getAttribute": 2,
      "hrefNormalized": 3,
      "opacity": 13,
      "j.style.opacity": 1,
      "cssFloat": 4,
      "j.style.cssFloat": 1,
      "checkOn": 4,
      ".value": 1,
      "optSelected": 3,
      ".appendChild": 1,
      ".selected": 1,
      "parentNode": 10,
      "d.removeChild": 1,
      ".parentNode": 7,
      "deleteExpando": 3,
      "checkClone": 1,
      "scriptEval": 1,
      "noCloneEvent": 3,
      "boxModel": 1,
      "b.type": 4,
      "b.appendChild": 1,
      "a.insertBefore": 2,
      "a.firstChild": 6,
      "b.test": 1,
      "c.support.deleteExpando": 2,
      "a.removeChild": 2,
      "d.attachEvent": 2,
      "d.fireEvent": 1,
      "c.support.noCloneEvent": 1,
      "d.detachEvent": 1,
      "d.cloneNode": 1,
      ".fireEvent": 3,
      "s.createDocumentFragment": 1,
      "a.appendChild": 3,
      "d.firstChild": 2,
      "a.cloneNode": 3,
      ".cloneNode": 4,
      ".lastChild.checked": 2,
      "k.style.width": 1,
      "k.style.paddingLeft": 1,
      "s.body.appendChild": 1,
      "c.boxModel": 1,
      "c.support.boxModel": 1,
      "k.offsetWidth": 1,
      "s.body.removeChild": 1,
      ".style.display": 5,
      "n.setAttribute": 1,
      "c.support.submitBubbles": 1,
      "c.support.changeBubbles": 1,
      "c.props": 2,
      "readonly": 3,
      "maxlength": 2,
      "cellspacing": 2,
      "rowspan": 2,
      "colspan": 2,
      "tabindex": 4,
      "usemap": 2,
      "frameborder": 2,
      "G": 11,
      "Ya": 2,
      "za": 3,
      "cache": 45,
      "expando": 14,
      "noData": 3,
      "embed": 3,
      "applet": 2,
      "c.noData": 2,
      "a.nodeName.toLowerCase": 3,
      "c.cache": 2,
      "removeData": 8,
      "c.isEmptyObject": 1,
      "c.removeData": 2,
      "c.expando": 2,
      "a.removeAttribute": 3,
      "this.each": 42,
      "a.split": 4,
      "this.triggerHandler": 6,
      "this.trigger": 2,
      ".each": 3,
      "queue": 7,
      "dequeue": 6,
      "c.queue": 3,
      "d.shift": 2,
      "d.unshift": 2,
      "f.call": 1,
      "c.dequeue": 4,
      "delay": 4,
      "c.fx": 1,
      "c.fx.speeds": 1,
      "this.queue": 4,
      "clearQueue": 2,
      "Aa": 3,
      "t": 436,
      "ca": 6,
      "Za": 2,
      "r/g": 2,
      "/href": 1,
      "src": 7,
      "style/": 1,
      "ab": 1,
      "button": 24,
      "input": 25,
      "/i": 22,
      "bb": 2,
      "select": 20,
      "textarea": 8,
      "area": 2,
      "Ba": 3,
      "/radio": 1,
      "checkbox/": 1,
      "attr": 13,
      "c.attr": 4,
      "removeAttr": 5,
      "this.nodeType": 4,
      "this.removeAttribute": 1,
      "addClass": 2,
      "r.addClass": 1,
      "r.attr": 1,
      ".split": 19,
      "e.nodeType": 7,
      "e.className": 14,
      "j.indexOf": 1,
      "removeClass": 2,
      "n.removeClass": 1,
      "n.attr": 1,
      "j.replace": 2,
      "toggleClass": 2,
      "j.toggleClass": 1,
      "j.attr": 1,
      "i.hasClass": 1,
      "this.className": 10,
      "hasClass": 2,
      "<d;b++)if((\">": 1,
      "className": 4,
      "replace": 8,
      "indexOf": 5,
      "val": 13,
      "c.nodeName": 4,
      "b.attributes.value": 1,
      ".specified": 1,
      "b.value": 4,
      "b.selectedIndex": 2,
      "b.options": 1,
      "<d;j++){var>": 1,
      "i=": 31,
      "selected": 5,
      "a=": 23,
      "test": 21,
      "type": 49,
      "support": 13,
      "getAttribute": 3,
      "on": 37,
      "o=": 13,
      "n=": 10,
      "r=": 18,
      "nodeType=": 6,
      "call": 9,
      "checked=": 1,
      "this.selected": 1,
      ".val": 5,
      "this.selectedIndex": 1,
      "this.value": 4,
      "attrFn": 2,
      "css": 7,
      "html": 10,
      "text": 14,
      "width": 32,
      "height": 25,
      "offset": 21,
      "c.attrFn": 1,
      "c.isXMLDoc": 1,
      "a.test": 2,
      "ab.test": 1,
      "a.getAttributeNode": 7,
      ".nodeValue": 1,
      "b.specified": 2,
      "bb.test": 2,
      "cb.test": 1,
      "a.href": 2,
      "c.support.style": 1,
      "a.style.cssText": 3,
      "a.setAttribute": 7,
      "c.support.hrefNormalized": 1,
      "a.getAttribute": 11,
      "c.style": 1,
      "db": 1,
      "handle": 15,
      "click": 11,
      "events": 18,
      "altKey": 4,
      "attrChange": 4,
      "attrName": 4,
      "bubbles": 4,
      "cancelable": 4,
      "charCode": 7,
      "clientX": 6,
      "clientY": 5,
      "ctrlKey": 6,
      "currentTarget": 4,
      "detail": 3,
      "eventPhase": 4,
      "fromElement": 6,
      "handler": 14,
      "keyCode": 6,
      "layerX": 3,
      "layerY": 3,
      "metaKey": 5,
      "newValue": 3,
      "offsetX": 4,
      "offsetY": 4,
      "originalTarget": 1,
      "pageX": 4,
      "pageY": 4,
      "prevValue": 3,
      "relatedNode": 4,
      "relatedTarget": 6,
      "screenX": 4,
      "screenY": 4,
      "shiftKey": 4,
      "srcElement": 5,
      "toElement": 5,
      "view": 4,
      "wheelDelta": 3,
      "which": 8,
      "mouseover": 12,
      "mouseout": 12,
      "form": 12,
      "click.specialSubmit": 2,
      "submit": 14,
      "image": 5,
      "keypress.specialSubmit": 2,
      "password": 5,
      ".specialSubmit": 2,
      "radio": 17,
      "checkbox": 14,
      "multiple": 7,
      "_change_data": 6,
      "focusout": 11,
      "change": 16,
      "file": 5,
      ".specialChange": 4,
      "focusin": 9,
      "bind": 3,
      "one": 15,
      "unload": 5,
      "live": 8,
      "lastToggle": 4,
      "die": 3,
      "hover": 3,
      "mouseenter": 9,
      "mouseleave": 9,
      "focus": 7,
      "blur": 8,
      "resize": 3,
      "scroll": 6,
      "dblclick": 3,
      "mousedown": 3,
      "mouseup": 3,
      "mousemove": 3,
      "keydown": 4,
      "keypress": 4,
      "keyup": 3,
      "onunload": 1,
      "g": 441,
      "h": 499,
      "q": 34,
      "h.nodeType": 4,
      "p": 110,
      "y": 101,
      "S": 8,
      "H": 8,
      "M": 9,
      "I": 7,
      "f.exec": 2,
      "p.push": 2,
      "p.length": 10,
      "r.exec": 1,
      "n.relative": 5,
      "ga": 2,
      "p.shift": 4,
      "n.match.ID.test": 2,
      "k.find": 6,
      "v.expr": 4,
      "k.filter": 5,
      "v.set": 5,
      "expr": 2,
      "p.pop": 4,
      "set": 22,
      "z": 21,
      "h.parentNode": 3,
      "D": 9,
      "k.error": 2,
      "j.call": 2,
      ".nodeType": 9,
      "E": 11,
      "l.push": 2,
      "l.push.apply": 1,
      "k.uniqueSort": 5,
      "B": 5,
      "g.sort": 1,
      "g.length": 2,
      "g.splice": 2,
      "k.matches": 1,
      "n.order.length": 1,
      "n.order": 1,
      "n.leftMatch": 1,
      ".exec": 2,
      "q.splice": 1,
      "y.substr": 1,
      "y.length": 1,
      "Syntax": 3,
      "unrecognized": 3,
      "expression": 4,
      "ID": 8,
      "NAME": 2,
      "TAG": 2,
      "u00c0": 2,
      "uFFFF": 2,
      "leftMatch": 2,
      "attrMap": 2,
      "attrHandle": 2,
      "g.getAttribute": 1,
      "relative": 4,
      "W/.test": 1,
      "h.toLowerCase": 2,
      "<q;m++)if(p=g[m]){for(;(p=p.previousSibling)&&p.nodeType!==1;);g[m]=l||p&&p.nodeName.toLowerCase()===h?p||false:p===h}l&&k.filter(h,g,true)},\">": 1,
      "previousSibling": 5,
      "nth": 5,
      "odd": 2,
      "not": 26,
      "reset": 2,
      "contains": 8,
      "only": 10,
      "id": 38,
      "class": 5,
      "Array": 3,
      "sourceIndex": 1,
      "div": 28,
      "script": 7,
      "<a>": 4,
      "name=": 2,
      "href=": 2,
      "</a>": 2,
      "<p>": 2,
      "</p>": 2,
      ".TEST": 2,
      "</div>": 3,
      "CLASS": 1,
      "HTML": 9,
      "find": 7,
      "filter": 10,
      "nextSibling": 3,
      "iframe": 3,
      "</\"+d+\">": 1,
      "<select>": 1,
      "multiple=": 1,
      "</select>": 1,
      "<fieldset>": 1,
      "</fieldset>": 1,
      "<table>": 4,
      "</table>": 5,
      "<tbody>": 3,
      "</tbody>": 3,
      "<tr>": 2,
      "</tr>": 2,
      "<colgroup>": 1,
      "</colgroup>": 1,
      "<map>": 1,
      "</map>": 1,
      "before": 8,
      "after": 7,
      "position": 7,
      "absolute": 2,
      "top": 12,
      "left": 14,
      "margin": 8,
      "border": 7,
      "px": 31,
      "solid": 2,
      "#000": 2,
      "padding": 4,
      "<td>": 1,
      "</td>": 1,
      "fixed": 1,
      "marginTop": 3,
      "marginLeft": 2,
      "using": 5,
      "borderTopWidth": 1,
      "borderLeftWidth": 1,
      "Left": 1,
      "Top": 1,
      "pageXOffset": 2,
      "pageYOffset": 1,
      "Height": 1,
      "Width": 1,
      "inner": 2,
      "outer": 2,
      "scrollTo": 1,
      "CSS1Compat": 1,
      "client": 3,
      "window": 16,
      "document": 26,
      "window.document": 2,
      "navigator": 3,
      "window.navigator": 2,
      "location": 2,
      "window.location": 5,
      "jQuery": 48,
      "context": 48,
      "The": 9,
      "is": 67,
      "actually": 2,
      "just": 2,
      "jQuery.fn.init": 2,
      "rootjQuery": 8,
      "Map": 4,
      "over": 7,
      "of": 28,
      "overwrite": 4,
      "_jQuery": 4,
      "window.": 6,
      "central": 2,
      "reference": 5,
      "simple": 3,
      "way": 2,
      "check": 8,
      "strings": 8,
      "both": 2,
      "optimize": 3,
      "quickExpr": 2,
      "Check": 10,
      "has": 9,
      "non": 8,
      "whitespace": 7,
      "character": 3,
      "it": 112,
      "rnotwhite": 2,
      "Used": 3,
      "trimming": 2,
      "trimLeft": 4,
      "trimRight": 4,
      "digits": 3,
      "rdigit": 1,
      "d/": 3,
      "Match": 3,
      "standalone": 2,
      "tag": 2,
      "rsingleTag": 2,
      "JSON": 5,
      "RegExp": 12,
      "rvalidchars": 2,
      "rvalidescape": 2,
      "rvalidbraces": 2,
      "Useragent": 2,
      "rwebkit": 2,
      "ropera": 2,
      "rmsie": 2,
      "rmozilla": 2,
      "Keep": 2,
      "UserAgent": 2,
      "use": 10,
      "with": 18,
      "jQuery.browser": 4,
      "userAgent": 3,
      "For": 5,
      "matching": 3,
      "engine": 2,
      "and": 42,
      "browserMatch": 3,
      "deferred": 25,
      "used": 13,
      "DOM": 21,
      "readyList": 6,
      "event": 31,
      "DOMContentLoaded": 14,
      "Save": 2,
      "some": 2,
      "core": 2,
      "methods": 8,
      "toString": 4,
      "hasOwn": 2,
      "String.prototype.trim": 3,
      "Class": 2,
      "pairs": 2,
      "class2type": 3,
      "jQuery.fn": 4,
      "jQuery.prototype": 2,
      "match": 30,
      "doc": 4,
      "Handle": 14,
      "DOMElement": 2,
      "selector.nodeType": 2,
      "exists": 9,
      "once": 4,
      "finding": 2,
      "Are": 2,
      "dealing": 2,
      "selector.charAt": 4,
      "selector.length": 4,
      "Assume": 2,
      "are": 18,
      "regex": 3,
      "quickExpr.exec": 2,
      "Verify": 3,
      "no": 19,
      "was": 6,
      "specified": 4,
      "#id": 3,
      "HANDLE": 2,
      "array": 7,
      "context.ownerDocument": 2,
      "If": 21,
      "single": 2,
      "passed": 5,
      "clean": 3,
      "like": 5,
      "method.": 3,
      "jQuery.fn.init.prototype": 2,
      "jQuery.extend": 11,
      "jQuery.fn.extend": 4,
      "copy": 16,
      "copyIsArray": 2,
      "clone": 5,
      "deep": 12,
      "situation": 2,
      "boolean": 8,
      "when": 20,
      "something": 3,
      "possible": 3,
      "jQuery.isFunction": 6,
      "extend": 13,
      "itself": 4,
      "argument": 2,
      "Only": 5,
      "deal": 2,
      "null/undefined": 2,
      "values": 10,
      "Extend": 2,
      "base": 2,
      "Prevent": 2,
      "never": 2,
      "ending": 2,
      "loop": 7,
      "Recurse": 2,
      "bring": 2,
      "Return": 2,
      "modified": 3,
      "Is": 2,
      "be": 12,
      "Set": 4,
      "occurs.": 2,
      "counter": 2,
      "track": 2,
      "how": 2,
      "many": 3,
      "items": 2,
      "wait": 12,
      "fires.": 2,
      "See": 9,
      "#6781": 2,
      "readyWait": 6,
      "Hold": 2,
      "release": 2,
      "holdReady": 3,
      "hold": 6,
      "jQuery.readyWait": 6,
      "jQuery.ready": 16,
      "Either": 2,
      "released": 2,
      "DOMready/load": 2,
      "yet": 2,
      "jQuery.isReady": 6,
      "Make": 17,
      "sure": 18,
      "at": 58,
      "least": 4,
      "IE": 28,
      "gets": 6,
      "little": 4,
      "overzealous": 4,
      "ticket": 4,
      "#5443": 4,
      "Remember": 2,
      "normal": 2,
      "Ready": 2,
      "fired": 12,
      "decrement": 2,
      "need": 10,
      "there": 6,
      "functions": 6,
      "bound": 8,
      "execute": 4,
      "readyList.resolveWith": 1,
      "Trigger": 2,
      "any": 12,
      "jQuery.fn.trigger": 2,
      ".trigger": 3,
      ".unbind": 4,
      "jQuery._Deferred": 3,
      "Catch": 2,
      "cases": 4,
      "where": 2,
      ".ready": 2,
      "called": 2,
      "already": 6,
      "occurred.": 2,
      "document.readyState": 4,
      "asynchronously": 2,
      "allow": 6,
      "scripts": 2,
      "opportunity": 2,
      "Mozilla": 2,
      "Opera": 2,
      "nightlies": 3,
      "currently": 4,
      "document.addEventListener": 6,
      "Use": 7,
      "handy": 2,
      "fallback": 4,
      "window.onload": 4,
      "will": 7,
      "always": 6,
      "work": 6,
      "window.addEventListener": 2,
      "model": 14,
      "document.attachEvent": 6,
      "ensure": 2,
      "firing": 16,
      "onload": 2,
      "maybe": 2,
      "late": 2,
      "but": 4,
      "safe": 3,
      "iframes": 2,
      "window.attachEvent": 2,
      "frame": 23,
      "continually": 2,
      "see": 6,
      "toplevel": 7,
      "window.frameElement": 2,
      "document.documentElement.doScroll": 4,
      "doScrollCheck": 6,
      "test/unit/core.js": 2,
      "details": 3,
      "concerning": 2,
      "isFunction.": 2,
      "Since": 3,
      "aren": 5,
      "pass": 7,
      "through": 3,
      "as": 11,
      "well": 2,
      "jQuery.type": 4,
      "obj.nodeType": 2,
      "jQuery.isWindow": 2,
      "own": 4,
      "property": 15,
      "must": 4,
      "Object": 4,
      "obj.constructor": 2,
      "hasOwn.call": 6,
      "obj.constructor.prototype": 2,
      "Own": 2,
      "properties": 7,
      "enumerated": 2,
      "firstly": 2,
      "speed": 4,
      "up": 4,
      "then": 8,
      "own.": 2,
      "msg": 4,
      "leading/trailing": 2,
      "removed": 3,
      "can": 10,
      "breaking": 1,
      "spaces": 3,
      "rnotwhite.test": 2,
      "xA0": 7,
      "document.removeEventListener": 2,
      "document.detachEvent": 2,
      "trick": 2,
      "Diego": 2,
      "Perini": 2,
      "http": 6,
      "//javascript.nwbox.com/IEContentLoaded/": 2,
      "waiting": 2,
      "Promise": 1,
      "promiseMethods": 3,
      "Static": 1,
      "sliceDeferred": 1,
      "Create": 1,
      "callbacks": 10,
      "_Deferred": 4,
      "stored": 4,
      "args": 31,
      "avoid": 5,
      "doing": 3,
      "flag": 1,
      "know": 3,
      "cancelled": 5,
      "done": 10,
      "f1": 1,
      "f2": 1,
      "...": 1,
      "_fired": 5,
      "args.length": 3,
      "deferred.done.apply": 2,
      "callbacks.push": 1,
      "deferred.resolveWith": 5,
      "resolve": 7,
      "given": 3,
      "resolveWith": 4,
      "make": 2,
      "available": 1,
      "#8421": 1,
      "callbacks.shift": 1,
      "finally": 3,
      "Has": 1,
      "resolved": 1,
      "isResolved": 3,
      "Cancel": 1,
      "cancel": 6,
      "Full": 1,
      "fledged": 1,
      "two": 1,
      "Deferred": 5,
      "func": 3,
      "failDeferred": 1,
      "promise": 14,
      "Add": 4,
      "errorDeferred": 1,
      "doneCallbacks": 2,
      "failCallbacks": 2,
      "deferred.done": 2,
      ".fail": 2,
      ".fail.apply": 1,
      "fail": 10,
      "failDeferred.done": 1,
      "rejectWith": 2,
      "failDeferred.resolveWith": 1,
      "reject": 4,
      "failDeferred.resolve": 1,
      "isRejected": 2,
      "failDeferred.isResolved": 1,
      "pipe": 2,
      "fnDone": 2,
      "fnFail": 2,
      "jQuery.Deferred": 1,
      "newDefer": 3,
      "jQuery.each": 2,
      "fn": 14,
      "action": 3,
      "returned": 4,
      "fn.apply": 1,
      "returned.promise": 2,
      ".then": 3,
      "newDefer.resolve": 1,
      "newDefer.reject": 1,
      ".promise": 5,
      "Get": 4,
      "provided": 1,
      "aspect": 1,
      "added": 1,
      "promiseMethods.length": 1,
      "failDeferred.cancel": 1,
      "deferred.cancel": 2,
      "Unexpose": 1,
      "Call": 1,
      "func.call": 1,
      "helper": 1,
      "firstParam": 6,
      "count": 4,
      "<=>": 1,
      "1": 97,
      "resolveFunc": 2,
      "sliceDeferred.call": 2,
      "Strange": 1,
      "bug": 3,
      "FF4": 1,
      "Values": 1,
      "changed": 3,
      "onto": 2,
      "sometimes": 1,
      "outside": 2,
      ".when": 1,
      "Cloning": 2,
      "into": 2,
      "fresh": 1,
      "solves": 1,
      "issue": 1,
      "deferred.reject": 1,
      "deferred.promise": 1,
      "jQuery.support": 1,
      "document.createElement": 26,
      "documentElement": 2,
      "document.documentElement": 2,
      "opt": 2,
      "marginDiv": 5,
      "bodyStyle": 1,
      "tds": 6,
      "isSupported": 7,
      "Preliminary": 1,
      "tests": 48,
      "div.setAttribute": 1,
      "div.innerHTML": 7,
      "div.getElementsByTagName": 6,
      "Can": 2,
      "automatically": 2,
      "inserted": 1,
      "insert": 1,
      "them": 3,
      "empty": 3,
      "tables": 1,
      "link": 2,
      "elements": 9,
      "serialized": 3,
      "correctly": 1,
      "innerHTML": 1,
      "This": 3,
      "requires": 1,
      "wrapper": 1,
      "information": 5,
      "from": 7,
      "uses": 3,
      ".cssText": 2,
      "instead": 6,
      "/top/.test": 2,
      "URLs": 1,
      "optgroup": 5,
      "opt.selected": 1,
      "Test": 3,
      "setAttribute": 1,
      "camelCase": 3,
      "class.": 1,
      "works": 1,
      "attrFixes": 1,
      "get/setAttribute": 1,
      "ie6/7": 1,
      "getSetAttribute": 3,
      "div.className": 1,
      "Will": 2,
      "defined": 3,
      "later": 1,
      "submitBubbles": 3,
      "changeBubbles": 3,
      "focusinBubbles": 2,
      "inlineBlockNeedsLayout": 3,
      "shrinkWrapBlocks": 2,
      "reliableMarginRight": 2,
      "checked": 4,
      "status": 3,
      "properly": 2,
      "cloned": 1,
      "input.checked": 1,
      "support.noCloneChecked": 1,
      "input.cloneNode": 1,
      ".checked": 2,
      "inside": 3,
      "disabled": 11,
      "selects": 1,
      "Fails": 2,
      "Internet": 1,
      "Explorer": 1,
      "div.test": 1,
      "support.deleteExpando": 1,
      "div.addEventListener": 1,
      "div.attachEvent": 2,
      "div.fireEvent": 1,
      "node": 23,
      "being": 2,
      "appended": 2,
      "input.value": 5,
      "input.setAttribute": 5,
      "support.radioValue": 2,
      "div.appendChild": 4,
      "document.createDocumentFragment": 3,
      "fragment.appendChild": 2,
      "div.firstChild": 3,
      "WebKit": 9,
      "doesn": 2,
      "inline": 3,
      "display": 7,
      "none": 4,
      "GC": 2,
      "references": 1,
      "across": 1,
      "JS": 7,
      "boundary": 1,
      "isNode": 11,
      "elem.nodeType": 8,
      "nodes": 14,
      "global": 5,
      "attached": 1,
      "directly": 2,
      "occur": 1,
      "jQuery.cache": 3,
      "defining": 1,
      "objects": 7,
      "its": 2,
      "allows": 1,
      "code": 2,
      "shortcut": 1,
      "same": 1,
      "jQuery.expando": 12,
      "Avoid": 1,
      "more": 6,
      "than": 3,
      "trying": 1,
      "pvt": 8,
      "internalKey": 12,
      "getByName": 3,
      "unique": 2,
      "since": 1,
      "their": 3,
      "ends": 1,
      "jQuery.uuid": 1,
      "TODO": 2,
      "hack": 2,
      "ONLY.": 2,
      "Avoids": 2,
      "exposing": 2,
      "metadata": 2,
      "plain": 2,
      "JSON.stringify": 4,
      ".toJSON": 4,
      "jQuery.noop": 2,
      "An": 1,
      "jQuery.data": 15,
      "key/value": 1,
      "pair": 1,
      "shallow": 1,
      "copied": 1,
      "existing": 1,
      "thisCache": 15,
      "Internal": 1,
      "separate": 1,
      "destroy": 1,
      "unless": 2,
      "internal": 8,
      "had": 1,
      "isEmptyDataObject": 3,
      "internalCache": 3,
      "Browsers": 1,
      "deletion": 1,
      "refuse": 1,
      "expandos": 2,
      "other": 3,
      "browsers": 2,
      "faster": 1,
      "iterating": 1,
      "persist": 1,
      "existed": 1,
      "Otherwise": 2,
      "eliminate": 2,
      "lookups": 2,
      "entries": 2,
      "longer": 2,
      "exist": 2,
      "does": 9,
      "us": 2,
      "nor": 2,
      "have": 6,
      "removeAttribute": 3,
      "Document": 2,
      "these": 2,
      "jQuery.support.deleteExpando": 3,
      "elem.removeAttribute": 6,
      "only.": 2,
      "_data": 3,
      "determining": 3,
      "acceptData": 3,
      "elem.nodeName": 2,
      "jQuery.noData": 2,
      "elem.nodeName.toLowerCase": 2,
      "elem.getAttribute": 7,
      ".attributes": 2,
      "attr.length": 2,
      ".name": 3,
      "name.indexOf": 2,
      "jQuery.camelCase": 6,
      "name.substring": 2,
      "dataAttr": 6,
      "parts": 28,
      "key.split": 2,
      "Try": 4,
      "fetch": 4,
      "internally": 5,
      "jQuery.removeData": 2,
      "nothing": 2,
      "found": 10,
      "HTML5": 3,
      "attribute": 5,
      "key.replace": 2,
      "rmultiDash": 3,
      ".toLowerCase": 7,
      "jQuery.isNaN": 1,
      "parseFloat": 30,
      "rbrace.test": 2,
      "jQuery.parseJSON": 2,
      "isn": 2,
      "option.selected": 2,
      "jQuery.support.optDisabled": 2,
      "option.disabled": 2,
      "option.getAttribute": 2,
      "option.parentNode.disabled": 2,
      "jQuery.nodeName": 3,
      "option.parentNode": 2,
      "specific": 2,
      "We": 6,
      "get/set": 2,
      "attributes": 14,
      "comment": 3,
      "nType": 8,
      "jQuery.attrFn": 2,
      "Fallback": 2,
      "prop": 24,
      "supported": 2,
      "jQuery.prop": 2,
      "hooks": 14,
      "notxml": 8,
      "jQuery.isXMLDoc": 2,
      "Normalize": 1,
      "needed": 2,
      "jQuery.attrFix": 2,
      "jQuery.attrHooks": 2,
      "boolHook": 3,
      "rboolean.test": 4,
      "value.toLowerCase": 2,
      "formHook": 3,
      "forms": 1,
      "certain": 2,
      "characters": 6,
      "rinvalidChar.test": 1,
      "jQuery.removeAttr": 2,
      "hooks.set": 2,
      "elem.setAttribute": 2,
      "hooks.get": 2,
      "Non": 3,
      "existent": 2,
      "normalize": 2,
      "propName": 8,
      "jQuery.support.getSetAttribute": 1,
      "jQuery.attr": 2,
      "elem.removeAttributeNode": 1,
      "elem.getAttributeNode": 1,
      "corresponding": 2,
      "jQuery.propFix": 2,
      "attrHooks": 3,
      "tabIndex": 4,
      "readOnly": 2,
      "htmlFor": 2,
      "maxLength": 2,
      "cellSpacing": 2,
      "cellPadding": 2,
      "rowSpan": 2,
      "colSpan": 2,
      "useMap": 2,
      "frameBorder": 2,
      "contentEditable": 2,
      "auto": 3,
      "&": 13,
      "getData": 3,
      "setData": 3,
      "changeData": 3,
      "bubbling": 1,
      "live.": 2,
      "hasDuplicate": 1,
      "baseHasDuplicate": 2,
      "rBackslash": 1,
      "rNonWord": 1,
      "W/": 2,
      "Sizzle": 1,
      "results": 4,
      "seed": 1,
      "origContext": 1,
      "context.nodeType": 2,
      "checkSet": 1,
      "extra": 1,
      "cur": 6,
      "pop": 1,
      "prune": 1,
      "contextXML": 1,
      "Sizzle.isXML": 1,
      "soFar": 1,
      "Reset": 1,
      "cy": 4,
      "f.isWindow": 2,
      "cv": 2,
      "cj": 4,
      ".appendTo": 2,
      "b.css": 1,
      "b.remove": 1,
      "ck": 5,
      "c.createElement": 12,
      "ck.frameBorder": 1,
      "ck.width": 1,
      "ck.height": 1,
      "c.body.appendChild": 1,
      "cl": 3,
      "ck.createElement": 1,
      "ck.contentWindow": 1,
      "ck.contentDocument": 1,
      ".document": 1,
      "cl.write": 1,
      "cl.createElement": 1,
      "cl.body.appendChild": 1,
      "f.css": 24,
      "c.body.removeChild": 1,
      "cu": 18,
      "f.each": 21,
      "cp.concat.apply": 1,
      "cp.slice": 1,
      "ct": 34,
      "cq": 3,
      "cs": 3,
      "f.now": 2,
      "ci": 29,
      "a.ActiveXObject": 3,
      "ch": 58,
      "a.XMLHttpRequest": 1,
      "a.dataFilter": 2,
      "a.dataType": 1,
      "a.dataTypes": 2,
      "a.converters": 3,
      "o.split": 1,
      "f.error": 4,
      "m.replace": 1,
      "a.contents": 1,
      "a.responseFields": 1,
      "f.shift": 1,
      "a.mimeType": 1,
      "c.getResponseHeader": 1,
      ".test": 1,
      "f.unshift": 2,
      "b_": 4,
      "f.isArray": 8,
      "bF.test": 1,
      "c.dataTypes": 1,
      "h.length": 3,
      "bU": 4,
      "c.dataTypes.unshift": 1,
      "bZ": 3,
      "f.isFunction": 21,
      "b.toLowerCase": 3,
      "bQ": 3,
      "h.substr": 1,
      "bD": 3,
      "bx": 2,
      "a.offsetWidth": 6,
      "a.offsetHeight": 2,
      "bn": 2,
      "f.ajax": 3,
      "f.globalEval": 2,
      "bf": 6,
      "bm": 3,
      "f.nodeName": 16,
      "bl": 3,
      "a.getElementsByTagName": 9,
      "f.grep": 3,
      "a.defaultChecked": 1,
      "a.checked": 4,
      "bk": 5,
      "a.querySelectorAll": 1,
      "bj": 3,
      "b.nodeType": 6,
      "b.clearAttributes": 2,
      "b.mergeAttributes": 2,
      "b.nodeName.toLowerCase": 1,
      "b.outerHTML": 1,
      "a.outerHTML": 1,
      "b.selected": 1,
      "a.defaultSelected": 1,
      "b.defaultValue": 1,
      "a.defaultValue": 1,
      "b.defaultChecked": 1,
      "b.checked": 1,
      "a.value": 8,
      "b.removeAttribute": 3,
      "f.expando": 23,
      "bi": 27,
      "f.hasData": 2,
      "f.data": 25,
      "d.events": 1,
      "f.extend": 23,
      "<j;i++)f.event.add(b,h+(g[h][i].namespace?\".\":\"\")+g[h][i].namespace,g[h][i],g[h][i].data)}}}}function>": 1,
      "bh": 1,
      "table": 6,
      "getElementsByTagName": 1,
      "0": 220,
      "appendChild": 1,
      "ownerDocument": 9,
      "createElement": 3,
      "b=": 25,
      "e=": 21,
      "nodeType": 1,
      "d=": 15,
      "W": 3,
      "N": 2,
      "f._data": 15,
      "r.live": 1,
      "a.target.disabled": 1,
      "a.namespace": 1,
      "a.namespace.split": 1,
      "r.live.slice": 1,
      "s.length": 2,
      "g.origType.replace": 1,
      "q.push": 1,
      "g.selector": 3,
      "s.splice": 1,
      "m.selector": 1,
      "n.test": 2,
      "g.namespace": 1,
      "m.elem.disabled": 1,
      "m.elem": 1,
      "g.preType": 3,
      "f.contains": 5,
      "level": 3,
      "m.level": 1,
      "<k;j++){e=p[j];if(c&&e.level>": 1,
      "e.elem": 2,
      "e.handleObj.data": 1,
      "e.handleObj": 1,
      "e.handleObj.origHandler.apply": 1,
      "a.isPropagationStopped": 1,
      "e.level": 1,
      "a.isImmediatePropagationStopped": 1,
      "e.type": 6,
      "e.originalEvent": 1,
      "e.liveFired": 1,
      "f.event.handle.call": 1,
      ".preventDefault": 1,
      "F": 8,
      "f.removeData": 4,
      "i.resolve": 1,
      "c.replace": 4,
      "f.isNaN": 3,
      "i.test": 1,
      "f.parseJSON": 2,
      "a.navigator": 1,
      "a.location": 1,
      "e.isReady": 1,
      "c.documentElement.doScroll": 2,
      "e.ready": 6,
      "e.fn.init": 1,
      "a.jQuery": 2,
      "a.": 2,
      "d.userAgent": 1,
      "C": 4,
      "e.fn": 2,
      "e.prototype": 1,
      "c.body": 4,
      "a.charAt": 2,
      "i.exec": 1,
      "d.ownerDocument": 1,
      "n.exec": 1,
      "e.isPlainObject": 1,
      "e.fn.attr.call": 1,
      "k.createElement": 1,
      "e.buildFragment": 1,
      "j.cacheable": 1,
      "e.clone": 1,
      "j.fragment": 2,
      "e.merge": 3,
      "c.getElementById": 1,
      "h.id": 1,
      "f.find": 2,
      "d.jquery": 1,
      "e.isFunction": 5,
      "f.ready": 1,
      "e.makeArray": 1,
      "D.call": 4,
      "e.isArray": 2,
      "C.apply": 1,
      "d.prevObject": 1,
      "d.context": 2,
      "d.selector": 2,
      "e.each": 2,
      "e.bindReady": 1,
      "y.done": 1,
      "D.apply": 1,
      "e.map": 1,
      "e.fn.init.prototype": 1,
      "e.extend": 2,
      "e.fn.extend": 1,
      "<k;j++)if((a=arguments[j])!=null)for(c>": 1,
      "f=": 13,
      "g=": 15,
      "h=": 19,
      "jQuery=": 2,
      "isReady=": 1,
      "y.resolveWith": 1,
      "e.fn.trigger": 1,
      "e._Deferred": 1,
      "c.readyState": 2,
      "c.addEventListener": 4,
      "a.addEventListener": 4,
      "c.attachEvent": 3,
      "a.attachEvent": 6,
      "a.frameElement": 1,
      "isWindow": 2,
      "isNaN": 6,
      "m.test": 1,
      "String": 2,
      "A.call": 1,
      "e.isWindow": 2,
      "B.call": 3,
      "e.trim": 1,
      "a.JSON": 1,
      "a.JSON.parse": 2,
      "o.test": 1,
      "e.error": 2,
      "parseXML": 1,
      "a.DOMParser": 1,
      "DOMParser": 1,
      "d.parseFromString": 1,
      "ActiveXObject": 1,
      "c.async": 4,
      "c.loadXML": 1,
      "c.documentElement": 4,
      "d.nodeName": 4,
      "j.test": 3,
      "a.execScript": 1,
      "a.eval.call": 1,
      "c.apply": 2,
      "c.call": 3,
      "E.call": 1,
      "C.call": 1,
      "F.call": 1,
      "c.length": 8,
      "<g;f++)e=!!b(a[f],f),c!==e&&d.push(a[f]);return>": 1,
      "j=": 14,
      "k=": 11,
      "h.concat.apply": 1,
      "f.concat": 1,
      "g.guid": 3,
      "e.guid": 3,
      "access": 2,
      "e.access": 1,
      "now": 5,
      "s.exec": 1,
      "t.exec": 1,
      "u.exec": 1,
      "a.indexOf": 2,
      "v.exec": 1,
      "sub": 4,
      "a.fn.init": 2,
      "a.superclass": 1,
      "a.fn": 2,
      "a.prototype": 1,
      "a.fn.constructor": 1,
      "a.sub": 1,
      "this.sub": 2,
      "e.fn.init.call": 1,
      "a.fn.init.prototype": 1,
      "e.uaMatch": 1,
      "x.browser": 2,
      "e.browser": 1,
      "e.browser.version": 1,
      "x.version": 1,
      "e.browser.webkit": 1,
      "e.browser.safari": 1,
      "c.removeEventListener": 2,
      "c.detachEvent": 1,
      "<h;g++)i=c[g],j=f.type(i),j===\"array\"?e.done.apply(e,i):j===\"function\"&&a.push(i);k&&e.resolveWith(k[0],k[1])}return>": 1,
      "c=": 24,
      "shift": 1,
      "apply": 8,
      "h.call": 2,
      "g.resolveWith": 3,
      "<=1&&a&&f.isFunction(a.promise)?a:f.Deferred();if(d>": 1,
      "g.reject": 1,
      "g.promise": 1,
      "f.support": 2,
      "a.innerHTML": 7,
      "f.appendChild": 1,
      "a.firstChild.nodeType": 2,
      "e.getAttribute": 2,
      "e.style.opacity": 1,
      "e.style.cssFloat": 1,
      "h.value": 3,
      "g.selected": 1,
      "a.className": 1,
      "h.checked": 2,
      "j.noCloneChecked": 1,
      "h.cloneNode": 1,
      "f.disabled": 1,
      "j.optDisabled": 1,
      "g.disabled": 1,
      "j.deleteExpando": 1,
      "a.fireEvent": 1,
      "j.noCloneEvent": 1,
      "a.detachEvent": 1,
      "h.setAttribute": 2,
      "j.radioValue": 1,
      "c.createDocumentFragment": 1,
      "k.appendChild": 1,
      "j.checkClone": 1,
      "k.cloneNode": 1,
      "a.style.width": 1,
      "a.style.paddingLeft": 1,
      "visibility": 3,
      "background": 56,
      "l.style": 1,
      "l.appendChild": 1,
      "j.appendChecked": 1,
      "j.boxModel": 1,
      "a.style": 8,
      "a.style.display": 3,
      "a.style.zoom": 1,
      "j.inlineBlockNeedsLayout": 1,
      "j.shrinkWrapBlocks": 1,
      ".offsetHeight": 4,
      "j.reliableHiddenOffsets": 1,
      "c.defaultView": 2,
      "c.defaultView.getComputedStyle": 3,
      "i.style.width": 1,
      "i.style.marginRight": 1,
      "j.reliableMarginRight": 1,
      "parseInt": 12,
      "marginRight": 2,
      ".marginRight": 2,
      "l.innerHTML": 1,
      "f.boxModel": 1,
      "f.support.boxModel": 4,
      "uuid": 2,
      "f.fn.jquery": 1,
      "Math.random": 2,
      "D/g": 2,
      "hasData": 2,
      "f.cache": 5,
      "f.acceptData": 4,
      "f.uuid": 1,
      "f.noop": 4,
      "f.camelCase": 5,
      ".events": 1,
      "f.support.deleteExpando": 3,
      "f.noData": 2,
      "f.fn.extend": 9,
      "g.indexOf": 2,
      "g.substring": 1,
      "b.triggerHandler": 2,
      "_mark": 2,
      "_unmark": 3,
      "f.makeArray": 5,
      "e.push": 3,
      "f.queue": 3,
      "c.shift": 2,
      "c.unshift": 1,
      "f.dequeue": 4,
      "f.fx": 2,
      "f.fx.speeds": 1,
      "d.resolveWith": 1,
      "f.Deferred": 2,
      "f._Deferred": 2,
      "l.done": 1,
      "d.promise": 1,
      "rea": 1,
      "autofocus": 1,
      "autoplay": 1,
      "controls": 1,
      "defer": 1,
      "required": 1,
      "scoped": 1,
      "f.access": 3,
      "f.attr": 2,
      "f.removeAttr": 3,
      "f.prop": 2,
      "removeProp": 1,
      "f.propFix": 6,
      "c.addClass": 1,
      "f.trim": 2,
      "c.removeClass": 1,
      "g.nodeType": 6,
      "g.className": 4,
      "h.replace": 2,
      "d.toggleClass": 1,
      "d.attr": 1,
      "h.hasClass": 1,
      "<d;c++)if((\">": 1,
      "f.valHooks": 7,
      "e.nodeName.toLowerCase": 1,
      "c.get": 1,
      "e.value": 1,
      "e.val": 1,
      "f.map": 5,
      "this.nodeName.toLowerCase": 1,
      "this.type": 3,
      "c.set": 1,
      "valHooks": 1,
      "a.attributes.value": 1,
      "a.text": 1,
      "a.selectedIndex": 3,
      "a.options": 2,
      "<i;h++){var>": 3,
      "optDisabled": 1,
      "selected=": 1,
      "attrFix": 1,
      "f.attrFn": 3,
      "f.isXMLDoc": 4,
      "f.attrFix": 3,
      "f.attrHooks": 5,
      "t.test": 2,
      "d.toLowerCase": 1,
      "c.toLowerCase": 4,
      "u.test": 1,
      "i.set": 1,
      "i.get": 1,
      "f.support.getSetAttribute": 2,
      "a.removeAttributeNode": 1,
      "q.test": 1,
      "f.support.radioValue": 1,
      "c.specified": 1,
      "c.value": 1,
      "r.test": 1,
      "s.test": 1,
      "propFix": 1,
      "cellpadding": 1,
      "contenteditable": 1,
      "f.propHooks": 1,
      "h.set": 1,
      "h.get": 1,
      "propHooks": 1,
      "f.attrHooks.value": 1,
      "v.get": 1,
      "f.attrHooks.name": 1,
      "f.valHooks.button": 1,
      "d.nodeValue": 3,
      "f.support.hrefNormalized": 1,
      "f.support.style": 1,
      "f.attrHooks.style": 1,
      "a.style.cssText.toLowerCase": 1,
      "f.support.optSelected": 1,
      "f.propHooks.selected": 2,
      "b.parentNode.selectedIndex": 1,
      "f.support.checkOn": 1,
      "f.inArray": 4,
      "s.": 1,
      "f.event": 2,
      "add": 15,
      "d.handler": 1,
      "g.handler": 1,
      "d.guid": 4,
      "f.guid": 3,
      "i.events": 2,
      "i.handle": 2,
      "f.event.triggered": 3,
      "f.event.handle.apply": 1,
      "k.elem": 2,
      "c.split": 2,
      "l.indexOf": 1,
      "l.split": 1,
      "n.shift": 1,
      "h.namespace": 2,
      "n.slice": 1,
      "h.type": 1,
      "h.guid": 2,
      "f.event.special": 5,
      "p.setup": 1,
      "p.setup.call": 1,
      "p.add": 1,
      "p.add.call": 1,
      "h.handler.guid": 2,
      "o.push": 1,
      "f.event.global": 2,
      "remove": 9,
      "s.events": 1,
      "c.type": 9,
      "c.handler": 1,
      "c.charAt": 1,
      "f.event.remove": 5,
      "h.indexOf": 3,
      "h.split": 2,
      "m.shift": 1,
      "m.slice": 1,
      "q.namespace": 1,
      "q.handler": 1,
      "p.splice": 1,
      "<p.length;j++){q=p[j];if(d.guid===q.guid){if(l||n.test(q.namespace))e==null&&p.splice(j--,1),o.remove&&o.remove.call(a,q);if(e!=null)break}}if(p.length===0||e!=null&&p.length===1)(!o.teardown||o.teardown.call(a,m)===!1)&&f.removeEvent(a,h,s.handle),g=null,delete>": 1,
      "u=": 12,
      "elem=": 4,
      "customEvent": 1,
      "trigger": 4,
      "h.slice": 1,
      "i.shift": 1,
      "i.sort": 1,
      "f.event.customEvent": 1,
      "f.Event": 2,
      "c.exclusive": 2,
      "c.namespace": 2,
      "i.join": 2,
      "c.namespace_re": 1,
      "c.preventDefault": 3,
      "c.stopPropagation": 1,
      "b.events": 4,
      "f.event.trigger": 6,
      "b.handle.elem": 2,
      "c.result": 3,
      "c.target": 3,
      "do": 15,
      "c.currentTarget": 2,
      "m.apply": 1,
      "k.parentNode": 1,
      "k.ownerDocument": 1,
      "c.target.ownerDocument": 1,
      "c.isPropagationStopped": 1,
      "c.isDefaultPrevented": 2,
      "o._default": 1,
      "o._default.call": 1,
      "e.ownerDocument": 1,
      "f.event.fix": 2,
      "a.event": 1,
      "Array.prototype.slice.call": 1,
      "namespace_re": 1,
      "namespace": 1,
      "handler=": 1,
      "data=": 2,
      "handleObj=": 1,
      "result=": 1,
      "preventDefault": 4,
      "stopPropagation": 5,
      "isImmediatePropagationStopped": 2,
      "result": 9,
      "props": 21,
      "split": 4,
      "fix": 1,
      "Event": 3,
      "target=": 2,
      "relatedTarget=": 1,
      "fromElement=": 1,
      "pageX=": 2,
      "scrollLeft": 2,
      "clientLeft": 2,
      "pageY=": 1,
      "scrollTop": 2,
      "clientTop": 2,
      "which=": 3,
      "metaKey=": 1,
      "2": 66,
      "3": 13,
      "4": 4,
      "1e8": 1,
      "special": 3,
      "setup": 5,
      "teardown": 6,
      "origType": 2,
      "beforeunload": 1,
      "onbeforeunload=": 3,
      "removeEvent=": 1,
      "removeEventListener": 3,
      "detachEvent": 2,
      "Event=": 1,
      "originalEvent=": 1,
      "type=": 5,
      "isDefaultPrevented=": 2,
      "defaultPrevented": 1,
      "returnValue=": 2,
      "getPreventDefault": 2,
      "timeStamp=": 1,
      "prototype=": 2,
      "originalEvent": 2,
      "isPropagationStopped=": 1,
      "cancelBubble=": 1,
      "stopImmediatePropagation": 1,
      "isImmediatePropagationStopped=": 1,
      "isDefaultPrevented": 1,
      "isPropagationStopped": 1,
      "G=": 1,
      "H=": 1,
      "submit=": 1,
      "specialSubmit": 3,
      "closest": 3,
      "keyCode=": 1,
      "J=": 1,
      "selectedIndex": 1,
      "a.selected": 1,
      "z.test": 3,
      "d.readOnly": 1,
      "c.liveFired": 1,
      "f.event.special.change": 1,
      "filters": 1,
      "beforedeactivate": 1,
      "K.call": 2,
      "a.keyCode": 2,
      "beforeactivate": 1,
      "f.event.add": 2,
      "f.event.special.change.filters": 1,
      "I.focus": 1,
      "I.beforeactivate": 1,
      "f.support.focusinBubbles": 1,
      "c.originalEvent": 1,
      "a.preventDefault": 3,
      "f.fn": 9,
      "e.apply": 1,
      "this.one": 1,
      "unbind": 2,
      "this.unbind": 2,
      "delegate": 1,
      "this.live": 1,
      "undelegate": 1,
      "this.die": 1,
      "triggerHandler": 1,
      "%": 26,
      ".guid": 1,
      "this.click": 1,
      "this.mouseenter": 1,
      ".mouseleave": 1,
      "g.charAt": 1,
      "n.unbind": 1,
      "y.exec": 1,
      "a.push": 2,
      "n.length": 1,
      "<q;p++)f.event.add(n[p],\"live.\"+O(h,m),{data:d,selector:m,handler:e,origType:h,origHandler:e,preType:l});else>": 1,
      "this.bind": 2,
      "<h;g++){var>": 2,
      "sizcache=": 4,
      "sizset": 2,
      "sizset=": 2,
      "toLowerCase": 3,
      "d.nodeType": 5,
      "k.isXML": 4,
      "a.exec": 2,
      "x.push": 1,
      "x.length": 8,
      "m.exec": 1,
      "l.relative": 6,
      "x.shift": 4,
      "l.match.ID.test": 2,
      "q.expr": 4,
      "q.set": 4,
      "x.pop": 4,
      "d.parentNode": 4,
      "e.call": 1,
      "f.push.apply": 1,
      "k.contains": 5,
      "a.sort": 1,
      "<a.length;b++)a[b]===a[b-1]&&a.splice(b--,1)}return>": 1,
      "matches=": 1,
      "matchesSelector=": 1,
      "l.order.length": 1,
      "l.order": 1,
      "l.leftMatch": 1,
      "j.substr": 1,
      "<g;f++)if(h=a[f]){while((h=h.previousSibling)&&h.nodeType!==1);a[f]=e||h&&h.nodeName.toLowerCase()===b?h||!1:h===b}e&&k.filter(b,a,!0)},\">": 1,
      "__sizzle__": 1,
      "sizzle": 1,
      "l.match.PSEUDO.test": 1,
      "a.document.nodeType": 1,
      "a.getElementsByClassName": 3,
      "a.lastChild.className": 1,
      "l.order.splice": 1,
      "l.find.CLASS": 1,
      "b.getElementsByClassName": 2,
      "c.documentElement.contains": 1,
      "a.contains": 2,
      "c.documentElement.compareDocumentPosition": 1,
      "a.compareDocumentPosition": 1,
      "a.ownerDocument": 1,
      ".documentElement": 1,
      "b.nodeName": 2,
      "l.match.PSEUDO.exec": 1,
      "l.match.PSEUDO": 1,
      "f.expr": 4,
      "k.selectors": 1,
      "f.expr.filters": 3,
      "f.unique": 4,
      "f.text": 2,
      "k.getText": 1,
      "/Until": 1,
      "parents": 2,
      "prevUntil": 2,
      "prevAll": 2,
      "U": 1,
      "f.expr.match.POS": 1,
      "V": 2,
      "children": 3,
      "contents": 4,
      "next": 9,
      "prev": 2,
      ".filter": 2,
      "<d;c++){g=e.length,f.find(a,this[c],e);if(c>": 1,
      "e.splice": 1,
      "this.filter": 2,
      "<c;a++)if(f.contains(this,b[a]))return!0})},not:function(a){return>": 1,
      "<e;d++)i=a[d],j[i]||(j[i]=U.test(i)?f(i,b||this.context):i);while(g&&g.ownerDocument&&g!==b){for(i>": 1,
      ".is": 2,
      "c.push": 3,
      "g.parentNode": 2,
      "U.test": 1,
      "<e;d++){g=this[d];while(g){if(l?l.index(g)>": 1,
      "f.find.matchesSelector": 2,
      "g.ownerDocument": 1,
      "this.parent": 2,
      ".children": 1,
      "a.jquery": 2,
      "f.merge": 2,
      "this.get": 1,
      "andSelf": 1,
      "this.add": 1,
      "f.dir": 6,
      "parentsUntil": 1,
      "f.nth": 2,
      "nextAll": 1,
      "nextUntil": 1,
      "siblings": 1,
      "f.sibling": 2,
      "a.parentNode.firstChild": 1,
      "a.contentDocument": 1,
      "a.contentWindow.document": 1,
      "a.childNodes": 1,
      "T.call": 1,
      "P.test": 1,
      "f.filter": 2,
      "R.test": 1,
      "Q.test": 1,
      "e.reverse": 1,
      "g.join": 1,
      "f.find.matches": 1,
      "dir": 1,
      "sibling": 1,
      "a.nextSibling": 1,
      "<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\\w:]+)[^>": 1,
      "/ig": 3,
      "tbody/i": 1,
      "bc": 1,
      "bd": 1,
      "/checked": 1,
      "s*.checked.": 1,
      "java": 1,
      "ecma": 1,
      "script/i": 1,
      "CDATA": 1,
      "bg": 3,
      "legend": 1,
      "thead": 2,
      "tr": 23,
      "td": 3,
      "col": 7,
      "_default": 5,
      "bg.optgroup": 1,
      "bg.option": 1,
      "bg.tbody": 1,
      "bg.tfoot": 1,
      "bg.colgroup": 1,
      "bg.caption": 1,
      "bg.thead": 1,
      "bg.th": 1,
      "bg.td": 1,
      "f.support.htmlSerialize": 1,
      "bg._default": 2,
      "c.text": 2,
      "this.empty": 3,
      ".append": 6,
      ".createTextNode": 1,
      "wrapAll": 1,
      ".wrapAll": 2,
      ".eq": 1,
      ".clone": 1,
      "b.map": 1,
      "wrapInner": 1,
      ".wrapInner": 1,
      "b.contents": 1,
      "c.wrapAll": 1,
      "b.append": 1,
      "wrap": 2,
      "unwrap": 1,
      ".replaceWith": 1,
      "this.childNodes": 1,
      ".end": 1,
      "append": 1,
      "this.domManip": 4,
      "this.appendChild": 1,
      "prepend": 1,
      "this.insertBefore": 1,
      "this.firstChild": 1,
      "this.parentNode.insertBefore": 2,
      "a.push.apply": 2,
      "this.nextSibling": 2,
      ".toArray": 1,
      "f.cleanData": 4,
      "d.parentNode.removeChild": 1,
      "b.getElementsByTagName": 1,
      "this.map": 3,
      "f.clone": 2,
      ".innerHTML.replace": 1,
      "bc.test": 2,
      "f.support.leadingWhitespace": 2,
      "Z.test": 2,
      "_.exec": 2,
      ".getElementsByTagName": 2,
      ".innerHTML": 3,
      "c.html": 3,
      "replaceWith": 1,
      "c.replaceWith": 1,
      ".detach": 1,
      "this.parentNode": 1,
      ".remove": 2,
      ".before": 1,
      "detach": 1,
      "this.remove": 1,
      "domManip": 1,
      "f.support.checkClone": 2,
      "bd.test": 2,
      ".domManip": 1,
      "g.html": 1,
      "g.domManip": 1,
      "j.parentNode": 1,
      "f.support.parentNode": 1,
      "i.nodeType": 1,
      "i.childNodes.length": 1,
      "f.buildFragment": 2,
      "e.fragment": 1,
      "h.childNodes.length": 1,
      "h.firstChild": 2,
      "<m;l++)d.call(c?bh(this[l],g):this[l],e.cacheable||m>": 1,
      "k.length": 2,
      ".charAt": 1,
      "f.fragments": 3,
      "i.createDocumentFragment": 1,
      "f.clean": 1,
      "appendTo": 1,
      "prependTo": 1,
      "insertBefore": 1,
      "insertAfter": 1,
      "replaceAll": 1,
      "g.childNodes.length": 1,
      "this.clone": 1,
      ".get": 3,
      "d.concat": 1,
      "e.selector": 1,
      "f.support.noCloneEvent": 1,
      "f.support.noCloneChecked": 1,
      "b.createElement": 2,
      "b.createTextNode": 2,
      "k.replace": 2,
      "o.innerHTML": 1,
      "o.lastChild": 1,
      "f.support.tbody": 1,
      "ba.test": 1,
      "o.firstChild": 2,
      "o.firstChild.childNodes": 1,
      "o.childNodes": 2,
      "q.length": 1,
      ".childNodes.length": 1,
      ".parentNode.removeChild": 2,
      "o.insertBefore": 1,
      "Z.exec": 1,
      "f.support.appendChecked": 1,
      "k.nodeType": 1,
      "h.push": 1,
      "be.test": 1,
      ".type.toLowerCase": 1,
      "h.splice.apply": 1,
      ".concat": 3,
      "cleanData": 1,
      "j.nodeName": 1,
      "j.nodeName.toLowerCase": 1,
      "f.removeEvent": 1,
      "b.handle": 2,
      "j.removeAttribute": 2,
      "bo": 2,
      "/alpha": 1,
      "bp": 1,
      "/opacity": 1,
      "bq": 2,
      "br": 19,
      "ms": 2,
      "bs": 2,
      "bt": 42,
      "bu": 11,
      "bv": 2,
      "de": 1,
      "bw": 2,
      "bz": 7,
      "bA": 3,
      "bB": 5,
      "bC": 2,
      "f.fn.css": 1,
      "f.style": 4,
      "cssHooks": 1,
      "a.style.opacity": 2,
      "cssNumber": 3,
      "zIndex": 1,
      "fontWeight": 1,
      "zoom": 1,
      "lineHeight": 1,
      "widows": 1,
      "orphans": 1,
      "cssProps": 1,
      "f.support.cssFloat": 1,
      "f.cssHooks": 3,
      "f.cssProps": 2,
      "k.get": 1,
      "bu.test": 1,
      "d.replace": 1,
      "f.cssNumber": 1,
      "k.set": 1,
      "g.get": 1,
      "swap": 1,
      "f.curCSS": 1,
      "f.swap": 2,
      "<0||e==null){e=a.style[b];return>": 1,
      "0px": 1,
      "f.support.opacity": 1,
      "f.cssHooks.opacity": 1,
      "bp.test": 1,
      "a.currentStyle": 4,
      "a.currentStyle.filter": 1,
      "a.style.filter": 1,
      "RegExp.": 1,
      "c.zoom": 1,
      "b*100": 1,
      "d.filter": 1,
      "c.filter": 2,
      "bo.test": 1,
      "g.replace": 1,
      "f.support.reliableMarginRight": 1,
      "f.cssHooks.marginRight": 1,
      "a.style.marginRight": 1,
      "a.ownerDocument.defaultView": 1,
      "e.getComputedStyle": 1,
      "g.getPropertyValue": 1,
      "a.ownerDocument.documentElement": 1,
      "c.documentElement.currentStyle": 1,
      "a.runtimeStyle": 2,
      "bs.test": 1,
      "bt.test": 1,
      "f.left": 3,
      "a.runtimeStyle.left": 2,
      "a.currentStyle.left": 1,
      "f.pixelLeft": 1,
      "f.expr.filters.hidden": 2,
      "f.support.reliableHiddenOffsets": 1,
      "f.expr.filters.visible": 1,
      "bE": 2,
      "bF": 1,
      "bG": 3,
      "n/g": 1,
      "bH": 2,
      "/#.*": 1,
      "bI": 1,
      "/mg": 1,
      "bJ": 1,
      "color": 4,
      "date": 1,
      "datetime": 1,
      "email": 2,
      "month": 1,
      "range": 2,
      "search": 5,
      "tel": 2,
      "time": 1,
      "week": 1,
      "bK": 1,
      "about": 1,
      "app": 2,
      "storage": 1,
      "extension": 1,
      "widget": 1,
      "bL": 1,
      "GET": 1,
      "bM": 2,
      "bN": 2,
      "bO": 2,
      "<\\/script>": 2,
      "/gi": 2,
      "bP": 1,
      "bR": 2,
      "*/": 2,
      "bS": 1,
      "bT": 2,
      "f.fn.load": 1,
      "bV": 3,
      "bW": 5,
      "bX": 8,
      "e.href": 1,
      "bY": 1,
      "bW.href": 2,
      "bS.exec": 1,
      "bW.toLowerCase": 1,
      "bT.apply": 1,
      "a.slice": 2,
      "f.param": 2,
      "f.ajaxSettings.traditional": 2,
      "complete": 6,
      "a.responseText": 1,
      "a.isResolved": 1,
      "a.done": 1,
      "i.html": 1,
      "i.each": 1,
      "serialize": 1,
      "this.serializeArray": 1,
      "serializeArray": 1,
      "this.elements": 2,
      "this.disabled": 1,
      "this.checked": 1,
      "bP.test": 1,
      "bJ.test": 1,
      ".map": 1,
      "b.name": 2,
      "success": 2,
      "getScript": 1,
      "f.get": 2,
      "getJSON": 1,
      "ajaxSetup": 1,
      "f.ajaxSettings": 4,
      "ajaxSettings": 1,
      "isLocal": 1,
      "bK.test": 1,
      "contentType": 4,
      "processData": 3,
      "accepts": 5,
      "xml": 3,
      "json": 2,
      "/xml/": 1,
      "/html/": 1,
      "/json/": 1,
      "responseFields": 1,
      "converters": 2,
      "a.String": 1,
      "f.parseXML": 1,
      "ajaxPrefilter": 1,
      "ajaxTransport": 1,
      "ajax": 2,
      "clearTimeout": 2,
      "v.readyState": 1,
      "d.ifModified": 1,
      "v.getResponseHeader": 2,
      "f.lastModified": 1,
      "f.etag": 1,
      "v.status": 1,
      "v.statusText": 1,
      "h.resolveWith": 1,
      "h.rejectWith": 1,
      "v.statusCode": 2,
      "g.trigger": 2,
      "i.resolveWith": 1,
      "f.active": 1,
      "f.ajaxSetup": 3,
      "d.statusCode": 1,
      "readyState": 1,
      "setRequestHeader": 6,
      "getAllResponseHeaders": 1,
      "getResponseHeader": 1,
      "bI.exec": 1,
      "overrideMimeType": 1,
      "d.mimeType": 1,
      "abort": 4,
      "p.abort": 1,
      "h.promise": 1,
      "v.success": 1,
      "v.done": 1,
      "v.error": 1,
      "v.fail": 1,
      "v.complete": 1,
      "i.done": 1,
      "<2)for(b>": 1,
      "url=": 1,
      "dataTypes=": 1,
      "crossDomain=": 2,
      "exec": 8,
      "80": 2,
      "443": 2,
      "param": 3,
      "traditional": 1,
      "s=": 12,
      "t=": 19,
      "toUpperCase": 1,
      "hasContent=": 1,
      "active": 2,
      "ajaxStart": 1,
      "hasContent": 2,
      "cache=": 1,
      "x=": 1,
      "y=": 5,
      "1_=": 1,
      "_=": 1,
      "Content": 1,
      "Type": 1,
      "ifModified": 1,
      "lastModified": 3,
      "Modified": 1,
      "etag": 3,
      "None": 1,
      "Accept": 1,
      "dataTypes": 4,
      "q=": 1,
      "01": 1,
      "beforeSend": 2,
      "p=": 5,
      "No": 1,
      "Transport": 1,
      "readyState=": 1,
      "ajaxSend": 1,
      "v.abort": 1,
      "d.timeout": 1,
      "p.send": 1,
      "encodeURIComponent": 2,
      "f.isPlainObject": 1,
      "d.join": 1,
      "cc": 2,
      "cd": 3,
      "jsonp": 1,
      "jsonpCallback": 1,
      "f.ajaxPrefilter": 2,
      "b.contentType": 1,
      "b.data": 5,
      "b.dataTypes": 2,
      "b.jsonp": 3,
      "cd.test": 2,
      "b.url": 4,
      "b.jsonpCallback": 4,
      "d.always": 1,
      "b.converters": 1,
      "/javascript": 1,
      "ecmascript/": 1,
      "a.cache": 2,
      "a.crossDomain": 2,
      "a.global": 1,
      "f.ajaxTransport": 2,
      "c.head": 1,
      "c.getElementsByTagName": 1,
      "send": 2,
      "d.async": 1,
      "a.scriptCharset": 2,
      "d.charset": 1,
      "d.src": 1,
      "a.url": 1,
      "d.onload": 3,
      "d.onreadystatechange": 2,
      "d.readyState": 2,
      "/loaded": 1,
      "complete/.test": 1,
      "e.removeChild": 1,
      "e.insertBefore": 1,
      "e.firstChild": 1,
      "ce": 6,
      "cg": 7,
      "cf": 7,
      "f.ajaxSettings.xhr": 2,
      "this.isLocal": 1,
      "cors": 1,
      "f.support.ajax": 1,
      "c.crossDomain": 3,
      "f.support.cors": 1,
      "c.xhr": 1,
      "c.username": 2,
      "h.open": 2,
      "c.url": 2,
      "c.password": 1,
      "c.xhrFields": 3,
      "c.mimeType": 2,
      "h.overrideMimeType": 2,
      "h.setRequestHeader": 1,
      "h.send": 1,
      "c.hasContent": 1,
      "h.readyState": 3,
      "h.onreadystatechange": 2,
      "h.abort": 1,
      "h.status": 1,
      "h.getAllResponseHeaders": 1,
      "h.responseXML": 1,
      "n.documentElement": 1,
      "m.xml": 1,
      "m.text": 2,
      "h.responseText": 1,
      "h.statusText": 1,
      "c.isLocal": 1,
      ".unload": 1,
      "cm": 2,
      "cn": 1,
      "co": 5,
      "cp": 1,
      "cr": 20,
      "a.webkitRequestAnimationFrame": 1,
      "a.mozRequestAnimationFrame": 1,
      "a.oRequestAnimationFrame": 1,
      "this.animate": 2,
      "d.style": 3,
      ".style": 1,
      "<e;d++)this[d].style&&(this[d].style.display=\"none\");return>": 1,
      "_toggle": 2,
      "animate": 4,
      "fadeTo": 1,
      "queue=": 2,
      "animatedProperties=": 1,
      "animatedProperties": 2,
      "specialEasing": 2,
      "easing": 3,
      "swing": 2,
      "overflow=": 2,
      "overflow": 2,
      "overflowX": 1,
      "overflowY": 1,
      "float": 3,
      "display=": 3,
      "zoom=": 1,
      "fx": 10,
      "l=": 10,
      "m=": 2,
      "custom": 5,
      "stop": 7,
      "timers": 3,
      "slideDown": 1,
      "slideUp": 1,
      "slideToggle": 1,
      "fadeIn": 1,
      "fadeOut": 1,
      "fadeToggle": 1,
      "duration": 4,
      "duration=": 2,
      "off": 1,
      "speeds": 4,
      "old=": 1,
      "complete=": 1,
      "old": 2,
      "linear": 1,
      "Math": 51,
      "cos": 1,
      "PI": 54,
      "5": 23,
      "options=": 1,
      "prop=": 3,
      "orig=": 1,
      "orig": 3,
      "step": 7,
      "startTime=": 1,
      "start=": 1,
      "end=": 1,
      "unit=": 1,
      "unit": 1,
      "now=": 1,
      "pos=": 1,
      "state=": 1,
      "co=": 2,
      "tick": 3,
      "interval": 3,
      "show=": 1,
      "hide=": 1,
      "e.duration": 3,
      "this.startTime": 2,
      "this.now": 3,
      "this.end": 2,
      "this.pos": 4,
      "this.state": 3,
      "this.update": 2,
      "e.animatedProperties": 5,
      "this.prop": 2,
      "e.overflow": 2,
      "f.support.shrinkWrapBlocks": 1,
      "e.hide": 2,
      ".hide": 2,
      "e.show": 1,
      "e.orig": 1,
      "e.complete.call": 1,
      "Infinity": 1,
      "h/e.duration": 1,
      "f.easing": 1,
      "this.start": 2,
      "*this.pos": 1,
      "f.timers": 2,
      "a.splice": 1,
      "f.fx.stop": 1,
      "clearInterval": 6,
      "slow": 1,
      "fast": 1,
      "a.elem": 2,
      "a.now": 4,
      "a.elem.style": 3,
      "a.prop": 5,
      "Math.max": 10,
      "a.unit": 1,
      "f.expr.filters.animated": 1,
      "b.elem": 1,
      "cw": 1,
      "able": 1,
      "cx": 2,
      "f.fn.offset": 2,
      "f.offset.setOffset": 2,
      "b.ownerDocument.body": 2,
      "f.offset.bodyOffset": 2,
      "b.getBoundingClientRect": 1,
      "e.documentElement": 4,
      "c.top": 4,
      "c.left": 4,
      "e.body": 3,
      "g.clientTop": 1,
      "h.clientTop": 1,
      "g.clientLeft": 1,
      "h.clientLeft": 1,
      "i.pageYOffset": 1,
      "g.scrollTop": 1,
      "h.scrollTop": 2,
      "i.pageXOffset": 1,
      "g.scrollLeft": 1,
      "h.scrollLeft": 2,
      "f.offset.initialize": 3,
      "b.offsetParent": 2,
      "g.documentElement": 1,
      "g.body": 1,
      "g.defaultView": 1,
      "j.getComputedStyle": 2,
      "b.currentStyle": 2,
      "b.offsetTop": 2,
      "b.offsetLeft": 2,
      "f.offset.supportsFixedPosition": 2,
      "k.position": 4,
      "b.scrollTop": 1,
      "b.scrollLeft": 1,
      "f.offset.doesNotAddBorder": 1,
      "f.offset.doesAddBorderForTableAndCells": 1,
      "cw.test": 1,
      "c.borderTopWidth": 2,
      "c.borderLeftWidth": 2,
      "f.offset.subtractsBorderForOverflowNotVisible": 1,
      "c.overflow": 1,
      "i.offsetTop": 1,
      "i.offsetLeft": 1,
      "i.scrollTop": 1,
      "i.scrollLeft": 1,
      "f.offset": 1,
      "initialize": 3,
      "b.style": 1,
      "d.nextSibling.firstChild.firstChild": 1,
      "this.doesNotAddBorder": 1,
      "e.offsetTop": 4,
      "this.doesAddBorderForTableAndCells": 1,
      "h.offsetTop": 1,
      "e.style.position": 2,
      "e.style.top": 2,
      "this.supportsFixedPosition": 1,
      "d.style.overflow": 1,
      "d.style.position": 1,
      "this.subtractsBorderForOverflowNotVisible": 1,
      "this.doesNotIncludeMarginInBodyOffset": 1,
      "a.offsetTop": 2,
      "bodyOffset": 1,
      "a.offsetLeft": 1,
      "f.offset.doesNotIncludeMarginInBodyOffset": 1,
      "setOffset": 1,
      "a.style.position": 1,
      "e.offset": 1,
      "e.position": 1,
      "l.top": 1,
      "l.left": 1,
      "b.top": 2,
      "k.top": 1,
      "g.top": 1,
      "b.left": 2,
      "k.left": 1,
      "g.left": 1,
      "b.using.call": 1,
      "e.css": 1,
      "this.offsetParent": 2,
      "this.offset": 2,
      "cx.test": 2,
      "b.offset": 1,
      "d.top": 2,
      "d.left": 2,
      "offsetParent": 1,
      "a.offsetParent": 1,
      "g.document.documentElement": 1,
      "g.document.body": 1,
      "g.scrollTo": 1,
      ".scrollLeft": 1,
      ".scrollTop": 1,
      "e.document.documentElement": 1,
      "e.document.compatMode": 1,
      "e.document.body": 1,
      "this.css": 1,
      "Prioritize": 1,
      "<tag>": 1,
      "XSS": 1,
      "location.hash": 1,
      "#9521": 1,
      "Matches": 1,
      "dashed": 1,
      "camelizing": 1,
      "rdashAlpha": 1,
      "rmsPrefix": 1,
      "fcamelCase": 1,
      "letter": 3,
      "readyList.fireWith": 1,
      ".off": 1,
      "jQuery.Callbacks": 2,
      "IE8": 2,
      "exceptions": 2,
      "#9897": 1,
      "elems": 9,
      "chainable": 4,
      "emptyGet": 3,
      "bulk": 3,
      "elems.length": 1,
      "Sets": 3,
      "jQuery.access": 2,
      "Optionally": 1,
      "executed": 1,
      "Bulk": 1,
      "operations": 1,
      "iterate": 1,
      "executing": 1,
      "exec.call": 1,
      "they": 2,
      "run": 1,
      "against": 1,
      "entire": 1,
      "fn.call": 2,
      "value.call": 1,
      "Gets": 2,
      "frowned": 1,
      "upon.": 1,
      "More": 1,
      "//docs.jquery.com/Utilities/jQuery.browser": 1,
      "ua": 6,
      "ua.toLowerCase": 1,
      "rwebkit.exec": 1,
      "ropera.exec": 1,
      "rmsie.exec": 1,
      "ua.indexOf": 1,
      "rmozilla.exec": 1,
      "jQuerySub": 7,
      "jQuerySub.fn.init": 2,
      "jQuerySub.superclass": 1,
      "jQuerySub.fn": 2,
      "jQuerySub.prototype": 1,
      "jQuerySub.fn.constructor": 1,
      "jQuerySub.sub": 1,
      "jQuery.fn.init.call": 1,
      "rootjQuerySub": 2,
      "jQuerySub.fn.init.prototype": 1,
      "jQuery.uaMatch": 1,
      "browserMatch.browser": 2,
      "jQuery.browser.version": 1,
      "browserMatch.version": 1,
      "jQuery.browser.webkit": 1,
      "jQuery.browser.safari": 1,
      "flagsCache": 3,
      "createFlags": 2,
      "flags": 13,
      "flags.split": 1,
      "flags.length": 1,
      "Convert": 1,
      "formatted": 2,
      "Actual": 2,
      "Stack": 1,
      "fire": 4,
      "calls": 1,
      "repeatable": 1,
      "lists": 2,
      "stack": 2,
      "forgettable": 1,
      "memory": 8,
      "Flag": 2,
      "First": 3,
      "fireWith": 1,
      "firingStart": 3,
      "End": 1,
      "firingLength": 4,
      "Index": 1,
      "firingIndex": 5,
      "several": 1,
      "actual": 1,
      "Inspect": 1,
      "recursively": 1,
      "mode": 1,
      "flags.unique": 1,
      "self.has": 1,
      "list.push": 1,
      "Fire": 1,
      "flags.memory": 1,
      "flags.stopOnFalse": 1,
      "Mark": 1,
      "halted": 1,
      "flags.once": 1,
      "stack.length": 1,
      "stack.shift": 1,
      "self.fireWith": 1,
      "self.disable": 1,
      "Callbacks": 1,
      "collection": 3,
      "Do": 2,
      "current": 7,
      "batch": 2,
      "With": 1,
      "/a": 1,
      ".55": 1,
      "basic": 1,
      "all.length": 1,
      "supports": 2,
      "select.appendChild": 1,
      "strips": 1,
      "leading": 1,
      "div.firstChild.nodeType": 1,
      "manipulated": 1,
      "normalizes": 1,
      "around": 1,
      "issue.": 1,
      "#5145": 1,
      "existence": 1,
      "styleFloat": 1,
      "a.style.cssFloat": 1,
      "defaults": 3,
      "working": 1,
      "property.": 1,
      "too": 1,
      "marked": 1,
      "marks": 1,
      "select.disabled": 1,
      "support.optDisabled": 1,
      "opt.disabled": 1,
      "handlers": 1,
      "support.noCloneEvent": 1,
      "div.cloneNode": 1,
      "maintains": 1,
      "#11217": 1,
      "loses": 1,
      "div.lastChild": 1,
      "conMarginTop": 3,
      "paddingMarginBorder": 5,
      "positionTopLeftWidthHeight": 3,
      "paddingMarginBorderVisibility": 3,
      "container": 4,
      "container.style.cssText": 1,
      "body.insertBefore": 1,
      "body.firstChild": 1,
      "Construct": 1,
      "container.appendChild": 1,
      "cells": 3,
      "still": 4,
      "offsetWidth/Height": 3,
      "visible": 1,
      "row": 1,
      "reliable": 1,
      "offsets": 1,
      "safety": 1,
      "goggles": 1,
      "#4512": 1,
      "fails": 2,
      "support.reliableHiddenOffsets": 1,
      "explicit": 1,
      "right": 3,
      "incorrectly": 1,
      "computed": 1,
      "based": 1,
      "container.": 1,
      "#3333": 1,
      "Feb": 1,
      "Bug": 1,
      "getComputedStyle": 3,
      "returns": 1,
      "wrong": 1,
      "window.getComputedStyle": 6,
      "marginDiv.style.width": 1,
      "marginDiv.style.marginRight": 1,
      "div.style.width": 2,
      "support.reliableMarginRight": 1,
      "div.style.zoom": 2,
      "natively": 1,
      "block": 4,
      "act": 1,
      "setting": 2,
      "giving": 1,
      "layout": 2,
      "div.style.padding": 1,
      "div.style.border": 1,
      "div.style.overflow": 2,
      "div.style.display": 2,
      "support.inlineBlockNeedsLayout": 1,
      "div.offsetWidth": 2,
      "shrink": 1,
      "support.shrinkWrapBlocks": 1,
      "div.style.cssText": 1,
      "outer.firstChild": 1,
      "outer.nextSibling.firstChild.firstChild": 1,
      "offsetSupport": 2,
      "doesNotAddBorder": 1,
      "inner.offsetTop": 4,
      "doesAddBorderForTableAndCells": 1,
      "td.offsetTop": 1,
      "inner.style.position": 2,
      "inner.style.top": 2,
      "safari": 1,
      "subtracts": 1,
      "here": 1,
      "offsetSupport.fixedPosition": 1,
      "outer.style.overflow": 1,
      "outer.style.position": 1,
      "offsetSupport.subtractsBorderForOverflowNotVisible": 1,
      "offsetSupport.doesNotIncludeMarginInBodyOffset": 1,
      "body.offsetTop": 1,
      "div.style.marginTop": 1,
      "support.pixelMargin": 1,
      ".marginTop": 1,
      "container.style.zoom": 2,
      "body.removeChild": 1,
      "rbrace": 1,
      "Please": 1,
      "caution": 1,
      "Unique": 1,
      "page": 1,
      "rinlinejQuery": 1,
      "jQuery.fn.jquery": 1,
      "following": 1,
      "uncatchable": 1,
      "you": 1,
      "attempt": 2,
      "them.": 1,
      "Ban": 1,
      "except": 1,
      "Flash": 1,
      "jQuery.acceptData": 2,
      "privateCache": 1,
      "differently": 1,
      "because": 1,
      "IE6": 1,
      "order": 1,
      "collisions": 1,
      "between": 1,
      "user": 1,
      "data.": 1,
      "thisCache.data": 3,
      "Users": 1,
      "should": 1,
      "inspect": 1,
      "undocumented": 1,
      "subject": 1,
      "change.": 1,
      "But": 1,
      "anyone": 1,
      "listen": 1,
      "No.": 1,
      "isEvents": 1,
      "privateCache.events": 1,
      "converted": 2,
      "camel": 2,
      "names": 2,
      "camelCased": 1,
      "Reference": 1,
      "entry": 1,
      "purpose": 1,
      "continuing": 1,
      "Support": 1,
      "space": 1,
      "separated": 1,
      "jQuery.isArray": 1,
      "manipulation": 1,
      "cased": 1,
      "name.split": 1,
      "name.length": 1,
      "want": 1,
      "let": 1,
      "destroyed": 2,
      "jQuery.isEmptyObject": 1,
      "Don": 1,
      "care": 1,
      "Ensure": 1,
      "#10080": 1,
      "cache.setInterval": 1,
      "part": 8,
      "jQuery._data": 2,
      "elem.attributes": 1,
      "self.triggerHandler": 2,
      "jQuery.isNumeric": 1,
      "All": 1,
      "lowercase": 1,
      "Grab": 1,
      "necessary": 1,
      "hook": 1,
      "nodeHook": 1,
      "attrNames": 3,
      "isBool": 4,
      "rspace": 1,
      "attrNames.length": 1,
      "#9699": 1,
      "explanation": 1,
      "approach": 1,
      "removal": 1,
      "#10870": 1,
      "**": 1,
      "timeStamp": 1,
      "char": 2,
      "buttons": 1,
      "SHEBANG#!node": 2,
      "http.createServer": 1,
      "res.writeHead": 1,
      "res.end": 1,
      ".listen": 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,
      "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,
      "/bfnrt": 1,
      "fA": 2,
      "JSON.parse": 1,
      "PUT": 1,
      "DELETE": 1,
      "_id": 1,
      "ties": 1,
      "collection.": 1,
      "_removeReference": 1,
      "model.collection": 2,
      "model.unbind": 1,
      "this._onModelEvent": 1,
      "_onModelEvent": 1,
      "ev": 5,
      "this._remove": 1,
      "model.idAttribute": 2,
      "this._byId": 2,
      "model.previous": 1,
      "model.id": 1,
      "this.trigger.apply": 2,
      "_.each": 1,
      "Backbone.Collection.prototype": 1,
      "this.models": 1,
      "_.toArray": 1,
      "Backbone.Router": 1,
      "options.routes": 2,
      "this.routes": 4,
      "this._bindRoutes": 1,
      "this.initialize.apply": 2,
      "namedParam": 2,
      "splatParam": 2,
      "escapeRegExp": 2,
      "_.extend": 9,
      "Backbone.Router.prototype": 1,
      "Backbone.Events": 2,
      "route": 18,
      "Backbone.history": 2,
      "Backbone.History": 2,
      "_.isRegExp": 1,
      "this._routeToRegExp": 1,
      "Backbone.history.route": 1,
      "_.bind": 2,
      "this._extractParameters": 1,
      "callback.apply": 1,
      "navigate": 2,
      "triggerRoute": 4,
      "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": 2,
      "_.bindAll": 1,
      "hashStrip": 4,
      "#*": 1,
      "isExplorer": 1,
      "/msie": 1,
      "historyStarted": 3,
      "Backbone.History.prototype": 1,
      "getFragment": 1,
      "forcePushState": 2,
      "this._hasPushState": 6,
      "window.location.pathname": 1,
      "window.location.search": 1,
      "fragment.indexOf": 1,
      "this.options.root": 6,
      "fragment.substr": 1,
      "this.options.root.length": 1,
      "window.location.hash": 3,
      "fragment.replace": 1,
      "this._wantsPushState": 3,
      "this.options.pushState": 2,
      "window.history": 2,
      "window.history.pushState": 2,
      "this.getFragment": 6,
      "docMode": 3,
      "document.documentMode": 3,
      "oldIE": 3,
      "isExplorer.exec": 1,
      "navigator.userAgent.toLowerCase": 1,
      "this.iframe": 4,
      ".contentWindow": 1,
      "this.navigate": 2,
      ".bind": 3,
      "this.checkUrl": 3,
      "setInterval": 6,
      "this.interval": 1,
      "this.fragment": 13,
      "loc": 2,
      "atRoot": 3,
      "loc.pathname": 1,
      "loc.hash": 1,
      "loc.hash.replace": 1,
      "window.history.replaceState": 1,
      "document.title": 2,
      "loc.protocol": 2,
      "loc.host": 2,
      "this.loadUrl": 4,
      "this.handlers.unshift": 1,
      "checkUrl": 1,
      "this.iframe.location.hash": 3,
      "decodeURIComponent": 2,
      "loadUrl": 1,
      "fragmentOverride": 2,
      "matched": 2,
      "_.any": 1,
      "handler.route.test": 1,
      "handler.callback": 1,
      "frag": 13,
      "frag.indexOf": 1,
      "this.iframe.document.open": 1,
      ".close": 1,
      "Backbone.View": 1,
      "this.cid": 3,
      "_.uniqueId": 1,
      "this._configure": 1,
      "this._ensureElement": 1,
      "this.delegateEvents": 1,
      "selectorDelegate": 2,
      "this.el": 10,
      "eventSplitter": 2,
      "viewOptions": 2,
      "Backbone.View.prototype": 1,
      "tagName": 3,
      "render": 1,
      "el": 4,
      ".attr": 1,
      ".html": 1,
      "delegateEvents": 1,
      "this.events": 1,
      "key.match": 1,
      "_configure": 1,
      "viewOptions.length": 1,
      "_ensureElement": 1,
      "attrs": 6,
      "this.attributes": 1,
      "this.id": 2,
      "attrs.id": 1,
      "this.make": 1,
      "this.tagName": 1,
      "_.isString": 1,
      "protoProps": 6,
      "classProps": 2,
      "inherits": 2,
      "child.extend": 1,
      "this.extend": 1,
      "Backbone.Model.extend": 1,
      "Backbone.Collection.extend": 1,
      "Backbone.Router.extend": 1,
      "Backbone.View.extend": 1,
      "methodMap": 2,
      "Backbone.sync": 1,
      "params": 2,
      "params.url": 2,
      "getUrl": 2,
      "urlError": 2,
      "params.data": 5,
      "params.contentType": 2,
      "model.toJSON": 1,
      "Backbone.emulateJSON": 2,
      "params.processData": 1,
      "Backbone.emulateHTTP": 1,
      "params.data._method": 1,
      "params.type": 1,
      "params.beforeSend": 1,
      "xhr": 1,
      "xhr.setRequestHeader": 1,
      ".ajax": 1,
      "staticProps": 3,
      "protoProps.hasOwnProperty": 1,
      "protoProps.constructor": 1,
      "parent.apply": 1,
      "child.prototype.constructor": 1,
      "object.url": 4,
      "_.isFunction": 1,
      "wrapError": 1,
      "onError": 3,
      "resp": 3,
      "model.trigger": 1,
      "escapeHTML": 1,
      "string.replace": 1,
      "#x": 1,
      "da": 1,
      "</g,>": 1,
      "lt": 55,
      "#x27": 1,
      "#x2F": 1,
      "window.Modernizr": 1,
      "Modernizr": 12,
      "enableClasses": 3,
      "docElement": 1,
      "mod": 12,
      "modElem": 2,
      "mStyle": 2,
      "modElem.style": 1,
      "inputElem": 6,
      "smile": 4,
      "prefixes": 2,
      "omPrefixes": 1,
      "cssomPrefixes": 2,
      "omPrefixes.split": 1,
      "domPrefixes": 3,
      "omPrefixes.toLowerCase": 1,
      "ns": 1,
      "inputs": 3,
      "classes": 1,
      "classes.slice": 1,
      "featureName": 5,
      "testing": 1,
      "injectElementWithStyles": 9,
      "rule": 5,
      "testnames": 3,
      "fakeBody": 4,
      "node.id": 1,
      "div.id": 1,
      "fakeBody.appendChild": 1,
      "//avoid": 1,
      "crashing": 1,
      "fakeBody.style.background": 1,
      "docElement.appendChild": 2,
      "fakeBody.parentNode.removeChild": 1,
      "div.parentNode.removeChild": 1,
      "testMediaQuery": 2,
      "mq": 3,
      "matchMedia": 3,
      "window.matchMedia": 1,
      "window.msMatchMedia": 1,
      ".matches": 1,
      "bool": 30,
      "node.currentStyle": 2,
      "isEventSupported": 5,
      "TAGNAMES": 2,
      "element.setAttribute": 3,
      "element.removeAttribute": 2,
      "_hasOwnProperty": 2,
      "hasOwnProperty": 5,
      "_hasOwnProperty.call": 2,
      "object.constructor.prototype": 1,
      "Function.prototype.bind": 2,
      "slice.call": 3,
      "F.prototype": 1,
      "target.prototype": 1,
      "target.apply": 2,
      "args.concat": 2,
      "setCss": 7,
      "str": 4,
      "mStyle.cssText": 1,
      "setCssAll": 2,
      "str1": 6,
      "str2": 4,
      "prefixes.join": 3,
      "substr": 2,
      "testProps": 3,
      "prefixed": 7,
      "testDOMProps": 2,
      "item": 4,
      "item.bind": 1,
      "testPropsAll": 17,
      "ucProp": 5,
      "prop.charAt": 1,
      "prop.substr": 1,
      "cssomPrefixes.join": 1,
      "elem.getContext": 2,
      ".getContext": 8,
      ".fillText": 1,
      "window.WebGLRenderingContext": 1,
      "window.DocumentTouch": 1,
      "DocumentTouch": 1,
      "node.offsetTop": 1,
      "window.postMessage": 1,
      "window.openDatabase": 1,
      "history.pushState": 1,
      "mStyle.backgroundColor": 3,
      "mStyle.background": 1,
      ".style.textShadow": 1,
      "mStyle.opacity": 1,
      "str3": 2,
      "str1.length": 1,
      "mStyle.backgroundImage": 1,
      "docElement.style": 1,
      "node.offsetLeft": 1,
      "node.offsetHeight": 2,
      "document.styleSheets": 1,
      "document.styleSheets.length": 1,
      "cssText": 4,
      "style.cssRules": 3,
      "style.cssText": 1,
      "/src/i.test": 1,
      "cssText.indexOf": 1,
      "rule.split": 1,
      "elem.canPlayType": 10,
      "Boolean": 2,
      "bool.ogg": 2,
      "bool.h264": 1,
      "bool.webm": 1,
      "bool.mp3": 1,
      "bool.wav": 1,
      "bool.m4a": 1,
      "localStorage.setItem": 1,
      "localStorage.removeItem": 1,
      "sessionStorage.setItem": 1,
      "sessionStorage.removeItem": 1,
      "window.Worker": 1,
      "window.applicationCache": 1,
      "document.createElementNS": 6,
      "ns.svg": 4,
      ".createSVGRect": 1,
      "div.firstChild.namespaceURI": 1,
      "/SVGAnimate/.test": 1,
      "toString.call": 2,
      "/SVGClipPath/.test": 1,
      "webforms": 2,
      "props.length": 2,
      "attrs.list": 2,
      "window.HTMLDataListElement": 1,
      "inputElemType": 5,
      "defaultView": 2,
      "inputElem.setAttribute": 1,
      "inputElem.type": 1,
      "inputElem.value": 2,
      "inputElem.style.cssText": 1,
      "inputElem.style.WebkitAppearance": 1,
      "document.defaultView": 1,
      "defaultView.getComputedStyle": 2,
      ".WebkitAppearance": 1,
      "inputElem.offsetHeight": 1,
      "docElement.removeChild": 1,
      "inputElem.checkValidity": 2,
      "feature": 12,
      "feature.toLowerCase": 2,
      "classes.push": 1,
      "Modernizr.input": 1,
      "Modernizr.addTest": 2,
      "docElement.className": 2,
      "chaining.": 1,
      "window.html5": 2,
      "reSkip": 1,
      "saveClones": 1,
      "fieldset": 1,
      "h1": 5,
      "h2": 5,
      "h3": 3,
      "h4": 3,
      "h5": 1,
      "h6": 1,
      "img": 1,
      "label": 2,
      "li": 19,
      "ol": 1,
      "span": 1,
      "strong": 1,
      "tfoot": 1,
      "th": 1,
      "ul": 1,
      "supportsHtml5Styles": 5,
      "supportsUnknownElements": 3,
      "//if": 2,
      "implemented": 1,
      "assume": 1,
      "Styles": 1,
      "Chrome": 2,
      "additional": 1,
      "solve": 1,
      "node.hidden": 1,
      ".display": 1,
      "a.childNodes.length": 1,
      "frag.cloneNode": 1,
      "frag.createDocumentFragment": 1,
      "frag.createElement": 2,
      "addStyleSheet": 2,
      "ownerDocument.createElement": 3,
      "ownerDocument.getElementsByTagName": 1,
      "ownerDocument.documentElement": 1,
      "p.innerHTML": 1,
      "parent.insertBefore": 1,
      "p.lastChild": 1,
      "parent.firstChild": 1,
      "getElements": 2,
      "html5.elements": 1,
      "elements.split": 1,
      "shivMethods": 2,
      "docCreateElement": 5,
      "docCreateFragment": 2,
      "ownerDocument.createDocumentFragment": 2,
      "//abort": 1,
      "shiv": 1,
      "html5.shivMethods": 1,
      "saveClones.test": 1,
      "node.canHaveChildren": 1,
      "reSkip.test": 1,
      "frag.appendChild": 1,
      "html5": 3,
      "shivDocument": 3,
      "shived": 5,
      "ownerDocument.documentShived": 2,
      "html5.shivCSS": 1,
      "options.elements": 1,
      "options.shivCSS": 1,
      "options.shivMethods": 1,
      "Modernizr._version": 1,
      "Modernizr._prefixes": 1,
      "Modernizr._domPrefixes": 1,
      "Modernizr._cssomPrefixes": 1,
      "Modernizr.mq": 1,
      "Modernizr.hasEvent": 1,
      "Modernizr.testProp": 1,
      "Modernizr.testAllProps": 1,
      "Modernizr.testStyles": 1,
      "Modernizr.prefixed": 1,
      "docElement.className.replace": 1,
      "js": 1,
      "classes.join": 1,
      "this.document": 1,
      "PEG.parser": 1,
      "quote": 3,
      "result0": 264,
      "result1": 81,
      "result2": 77,
      "parse_singleQuotedCharacter": 3,
      "result1.push": 3,
      "input.charCodeAt": 18,
      "pos": 197,
      "reportFailures": 64,
      "matchFailed": 40,
      "pos1": 63,
      "chars": 1,
      "chars.join": 1,
      "pos0": 51,
      "parse_simpleSingleQuotedCharacter": 2,
      "parse_simpleEscapeSequence": 3,
      "parse_zeroEscapeSequence": 3,
      "parse_hexEscapeSequence": 3,
      "parse_unicodeEscapeSequence": 3,
      "parse_eolEscapeSequence": 3,
      "pos2": 22,
      "parse_eolChar": 6,
      "input.length": 9,
      "input.charAt": 21,
      "char_": 9,
      "parse_class": 1,
      "result3": 35,
      "result4": 12,
      "result5": 4,
      "parse_classCharacterRange": 3,
      "parse_classCharacter": 5,
      "result2.push": 1,
      "parse___": 2,
      "inverted": 4,
      "partsConverted": 2,
      "part.data": 1,
      "rawText": 5,
      "part.rawText": 1,
      "ignoreCase": 1,
      "begin": 1,
      "begin.data.charCodeAt": 1,
      "end.data.charCodeAt": 1,
      "this.SyntaxError": 2,
      "begin.rawText": 2,
      "end.rawText": 2,
      "begin.data": 1,
      "end.data": 1,
      "parse_bracketDelimitedCharacter": 2,
      "quoteForRegexpClass": 1,
      "parse_simpleBracketDelimitedCharacter": 2,
      "parse_digit": 3,
      "recognize": 1,
      "input.substr": 9,
      "parse_hexDigit": 7,
      "String.fromCharCode": 4,
      "parse_eol": 4,
      "eol": 2,
      "parse_letter": 1,
      "parse_lowerCaseLetter": 2,
      "parse_upperCaseLetter": 2,
      "parse_whitespace": 3,
      "parse_comment": 3,
      "result0.push": 1,
      "parse_singleLineComment": 2,
      "parse_multiLineComment": 2,
      "u2029": 2,
      "x0B": 1,
      "uFEFF": 1,
      "u1680": 1,
      "u180E": 1,
      "u2000": 1,
      "u200A": 1,
      "u202F": 1,
      "u205F": 1,
      "u3000": 1,
      "cleanupExpected": 2,
      "expected": 12,
      "expected.sort": 1,
      "lastExpected": 3,
      "cleanExpected": 2,
      "expected.length": 4,
      "cleanExpected.push": 1,
      "computeErrorPosition": 2,
      "line": 14,
      "column": 8,
      "seenCR": 5,
      "rightmostFailuresPos": 2,
      "parseFunctions": 1,
      "startRule": 1,
      "errorPosition": 1,
      "rightmostFailuresExpected": 1,
      "errorPosition.line": 1,
      "errorPosition.column": 1,
      "toSource": 1,
      "this._source": 1,
      "result.SyntaxError": 1,
      "buildMessage": 2,
      "expectedHumanized": 5,
      "foundHumanized": 3,
      "expected.slice": 1,
      "this.expected": 1,
      "this.found": 1,
      "this.message": 3,
      "this.line": 3,
      "this.column": 1,
      "result.SyntaxError.prototype": 1,
      "Error.prototype": 1,
      "steelseries": 10,
      "n.charAt": 1,
      "n.substring": 1,
      "i.substring": 3,
      "this.color": 1,
      "ui": 31,
      "/255": 1,
      "t.getRed": 4,
      "t.getGreen": 4,
      "t.getBlue": 4,
      "t.getAlpha": 4,
      "i.getRed": 1,
      "i.getGreen": 1,
      "i.getBlue": 1,
      "i.getAlpha": 1,
      "*f": 2,
      "w/r": 1,
      "p/r": 1,
      "s/r": 1,
      "o/r": 1,
      "e*u": 1,
      ".toFixed": 3,
      "l*u": 1,
      "c*u": 1,
      "h*u": 1,
      "vr": 20,
      "Math.floor": 26,
      "Math.log10": 1,
      "n/Math.pow": 1,
      "<r?10:5:2:1,i*Math.pow(10,u)}function>": 1,
      "beginPath": 12,
      "moveTo": 10,
      "lineTo": 22,
      "quadraticCurveTo": 4,
      "closePath": 8,
      "stroke": 7,
      "canvas": 22,
      "width=": 17,
      "height=": 17,
      "ii": 29,
      "getContext": 26,
      "2d": 26,
      "ft": 70,
      "fillStyle=": 13,
      "rect": 3,
      "fill": 10,
      "getImageData": 1,
      "wt": 26,
      "32": 1,
      "62": 1,
      "84": 1,
      "94": 1,
      "ar": 20,
      "255": 3,
      "max": 1,
      "min": 2,
      ".5": 7,
      "u/": 3,
      "/u": 3,
      "f/": 1,
      "vt": 50,
      "n*6": 2,
      "i*": 3,
      "h*t": 1,
      "*t": 3,
      "f*255": 1,
      "u*255": 1,
      "r*255": 1,
      "st": 59,
      "n/255": 1,
      "t/255": 1,
      "i/255": 1,
      "f/r": 1,
      "/f": 3,
      "<0?0:n>": 1,
      "si": 23,
      "ti": 39,
      "Math.round": 7,
      "/r": 1,
      "u*r": 1,
      "ni": 30,
      "tt": 53,
      "ei": 26,
      "ot": 43,
      "i.gaugeType": 6,
      "steelseries.GaugeType.TYPE4": 2,
      "i.size": 6,
      "i.minValue": 10,
      "i.maxValue": 10,
      "i.niceScale": 10,
      "i.threshold": 10,
      "/2": 25,
      "i.section": 8,
      "i.area": 4,
      "lu": 10,
      "i.titleString": 10,
      "au": 10,
      "i.unitString": 10,
      "hu": 11,
      "i.frameDesign": 10,
      "steelseries.FrameDesign.METAL": 7,
      "wu": 9,
      "i.frameVisible": 10,
      "i.backgroundColor": 10,
      "steelseries.BackgroundColor.DARK_GRAY": 7,
      "i.backgroundVisible": 10,
      "pt": 48,
      "i.pointerType": 4,
      "steelseries.PointerType.TYPE1": 3,
      "i.pointerColor": 4,
      "steelseries.ColorDef.RED": 7,
      "ee": 2,
      "i.knobType": 4,
      "steelseries.KnobType.STANDARD_KNOB": 14,
      "fi": 26,
      "i.knobStyle": 4,
      "steelseries.KnobStyle.SILVER": 4,
      "i.lcdColor": 8,
      "steelseries.LcdColor.STANDARD": 9,
      "i.lcdVisible": 8,
      "eu": 13,
      "i.lcdDecimals": 8,
      "ye": 2,
      "i.digitalFont": 8,
      "pe": 2,
      "i.fractionalScaleDecimals": 4,
      "i.ledColor": 10,
      "steelseries.LedColor.RED_LED": 7,
      "ru": 14,
      "i.ledVisible": 10,
      "vf": 5,
      "i.thresholdVisible": 8,
      "kr": 17,
      "i.minMeasuredValueVisible": 8,
      "dr": 16,
      "i.maxMeasuredValueVisible": 8,
      "i.foregroundType": 6,
      "steelseries.ForegroundType.TYPE1": 5,
      "af": 5,
      "i.foregroundVisible": 10,
      "oe": 2,
      "i.labelNumberFormat": 10,
      "steelseries.LabelNumberFormat.STANDARD": 5,
      "yr": 17,
      "i.playAlarm": 10,
      "uf": 5,
      "i.alarmSound": 10,
      "fe": 2,
      "i.customLayer": 4,
      "le": 1,
      "i.tickLabelOrientation": 4,
      "steelseries.GaugeType.TYPE1": 4,
      "steelseries.TickLabelOrientation.TANGENT": 2,
      "steelseries.TickLabelOrientation.NORMAL": 2,
      "wr": 18,
      "i.trendVisible": 4,
      "hr": 17,
      "i.trendColors": 4,
      "steelseries.LedColor.GREEN_LED": 2,
      "steelseries.LedColor.CYAN_LED": 2,
      "sr": 21,
      "i.useOdometer": 2,
      "i.odometerParams": 2,
      "wf": 4,
      "i.odometerUseValue": 2,
      "ki": 21,
      "r.createElement": 11,
      "ki.setAttribute": 2,
      "yf": 3,
      "ri": 24,
      "ht": 34,
      "ef": 5,
      "steelseries.TrendState.OFF": 4,
      "lr": 19,
      "f*.06": 1,
      "f*.29": 19,
      "er": 19,
      "f*.36": 4,
      "et": 45,
      "gi": 26,
      "rr": 21,
      "*lt": 9,
      "r.getElementById": 7,
      "u.save": 7,
      "u.clearRect": 5,
      "u.canvas.width": 7,
      "u.canvas.height": 7,
      "s/2": 2,
      "k/2": 1,
      "pf": 4,
      ".6*s": 1,
      "ne": 2,
      ".4*k": 1,
      "pr": 16,
      "s/10": 1,
      "ae": 2,
      "hf": 4,
      "k*.13": 2,
      "s*.4": 1,
      "sf": 5,
      "rf": 5,
      "k*.57": 1,
      "tf": 5,
      "k*.61": 1,
      "Math.PI/2": 40,
      "ue": 1,
      "Math.PI/180": 5,
      "ff": 5,
      "ir": 23,
      "nr": 22,
      "ai": 21,
      "yt": 32,
      "fr": 21,
      "oi": 23,
      "lf": 5,
      "re": 2,
      "ai/": 2,
      "h/vt": 1,
      "*vt": 4,
      "Math.ceil": 63,
      "b/vt": 1,
      "vt/": 3,
      "ot.type": 10,
      "Math.PI": 13,
      "at/yt": 4,
      "*Math.PI": 10,
      "*ue": 1,
      "ci/2": 1,
      "wi": 24,
      "nf": 7,
      "wi.getContext": 2,
      "di": 22,
      "ut": 59,
      "di.getContext": 2,
      "fu": 13,
      "hi": 15,
      "f*.093457": 10,
      "uu": 13,
      "hi.getContext": 6,
      "gt": 32,
      "nu": 11,
      "gt.getContext": 3,
      "iu": 14,
      "f*.028037": 6,
      "se": 1,
      "iu.getContext": 1,
      "gr": 12,
      "he": 1,
      "gr.getContext": 1,
      "vi": 16,
      "tu": 13,
      "vi.getContext": 2,
      "yi": 17,
      "ou": 13,
      "yi.getContext": 2,
      "pi": 24,
      "kt": 24,
      "pi.getContext": 2,
      "pu": 9,
      "li.getContext": 6,
      "gu": 9,
      "du": 10,
      "ku": 9,
      "yu": 10,
      "su": 12,
      "tr.getContext": 1,
      "kf": 3,
      "u.textAlign": 2,
      "u.strokeStyle": 2,
      "ei.textColor": 2,
      "u.fillStyle": 2,
      "steelseries.LcdColor.STANDARD_GREEN": 4,
      "u.shadowColor": 2,
      "u.shadowOffsetX": 2,
      "s*.007": 3,
      "u.shadowOffsetY": 2,
      "u.shadowBlur": 2,
      "u.font": 2,
      "u.fillText": 2,
      "n.toFixed": 2,
      "bi*.05": 1,
      "hf*.5": 1,
      "pr*.38": 1,
      "bi*.9": 1,
      "u.restore": 6,
      "te": 2,
      "n.save": 35,
      "n.drawImage": 14,
      "k*.037383": 11,
      "s*.523364": 2,
      "k*.130841": 1,
      "s*.130841": 1,
      "k*.514018": 2,
      "s*.831775": 1,
      "k*.831775": 1,
      "s*.336448": 1,
      "k*.803738": 2,
      "s*.626168": 1,
      "n.restore": 35,
      "ie": 2,
      "t.width": 2,
      "f*.046728": 1,
      "t.height": 2,
      "t.width*.9": 4,
      "t.getContext": 2,
      "n.createLinearGradient": 17,
      ".1": 18,
      "t.height*.9": 6,
      "i.addColorStop": 27,
      ".3": 8,
      ".59": 4,
      "n.fillStyle": 36,
      "n.beginPath": 39,
      "n.moveTo": 37,
      "t.width*.5": 4,
      "n.lineTo": 33,
      "t.width*.1": 2,
      "n.closePath": 34,
      "n.fill": 17,
      "n.strokeStyle": 27,
      "n.stroke": 31,
      "vu": 10,
      "<h?t=h:t>": 1,
      "<h?i=h:i>": 1,
      "n.lineWidth": 30,
      "s*.035": 2,
      "at/yt*t": 1,
      "at/yt*h": 1,
      "yt/at": 1,
      "n.translate": 93,
      "n.rotate": 53,
      "n.arc": 6,
      "s*.365": 2,
      "n.lineWidth/2": 2,
      "df": 3,
      "bt.labelColor.setAlpha": 1,
      "n.textAlign": 12,
      "n.textBaseline": 10,
      "s*.04": 1,
      "n.font": 34,
      "bt.labelColor.getRgbaColor": 2,
      "lt*fr": 1,
      "s*.38": 2,
      "s*.35": 1,
      "s*.355": 1,
      "s*.36": 1,
      "s*.3": 1,
      "s*.1": 1,
      "oi/2": 2,
      "b.toFixed": 1,
      "c.toFixed": 2,
      "le.type": 1,
      "t.format": 7,
      "n.fillText": 54,
      "e.toFixed": 2,
      "e.toPrecision": 1,
      "n.frame": 22,
      "n.background": 22,
      "n.led": 20,
      "n.pointer": 10,
      "n.foreground": 22,
      "n.trend": 4,
      "n.odo": 2,
      "rt": 45,
      "uu.drawImage": 1,
      "nu.drawImage": 3,
      "se.drawImage": 1,
      "steelseries.ColorDef.BLUE.dark.getRgbaColor": 6,
      "he.drawImage": 1,
      "steelseries.ColorDef.RED.medium.getRgbaColor": 6,
      "ii.length": 2,
      ".start": 12,
      ".stop": 11,
      ".color": 13,
      "ui.length": 2,
      "ut.save": 1,
      "ut.translate": 3,
      "ut.rotate": 1,
      "ut.drawImage": 2,
      "s*.475": 1,
      "ut.restore": 1,
      "steelseries.Odometer": 1,
      "_context": 1,
      "f*.075": 1,
      "decimals": 1,
      "wt.decimals": 1,
      "wt.digits": 2,
      "valueForeColor": 1,
      "wt.valueForeColor": 1,
      "valueBackColor": 1,
      "wt.valueBackColor": 1,
      "decimalForeColor": 1,
      "wt.decimalForeColor": 1,
      "decimalBackColor": 1,
      "wt.decimalBackColor": 1,
      "font": 1,
      "wt.font": 1,
      "tr.width": 1,
      "nt": 75,
      "bt.labelColor": 2,
      "pt.type": 6,
      "steelseries.TrendState.UP": 2,
      "steelseries.TrendState.STEADY": 2,
      "steelseries.TrendState.DOWN": 2,
      "dt": 30,
      "wi.width": 1,
      "wi.height": 1,
      "di.width": 1,
      "di.height": 1,
      "hi.width": 3,
      "hi.height": 3,
      "gt.width": 2,
      "gt.height": 1,
      "vi.width": 1,
      "vi.height": 1,
      "yi.width": 1,
      "yi.height": 1,
      "pi.width": 1,
      "pi.height": 1,
      "li.width": 3,
      "li.height": 3,
      "gf": 2,
      "yf.repaint": 1,
      "ur": 20,
      "e3": 5,
      "this.setValue": 7,
      "<h?h:n>": 5,
      "ki.pause": 1,
      "ki.play": 1,
      "this.repaint": 126,
      "this.getValue": 7,
      "this.setOdoValue": 1,
      "this.getOdoValue": 1,
      "this.setValueAnimated": 7,
      "t.playing": 1,
      "t.stop": 1,
      "Tween": 11,
      "Tween.regularEaseInOut": 6,
      "t.onMotionChanged": 1,
      "n.target._pos": 7,
      "<ti&&(ht=!1,ur(ht)):(ht=!0,ur(ht)),l>": 1,
      "i.repaint": 1,
      "t.start": 1,
      "this.resetMinMeasuredValue": 4,
      "this.resetMaxMeasuredValue": 4,
      "this.setMinMeasuredValueVisible": 4,
      "this.setMaxMeasuredValueVisible": 4,
      "this.setMaxMeasuredValue": 3,
      "this.setMinMeasuredValue": 3,
      "this.setTitleString": 4,
      "this.setUnitString": 4,
      "this.setMinValue": 4,
      "this.getMinValue": 3,
      "this.setMaxValue": 3,
      "this.getMaxValue": 4,
      "this.setThreshold": 4,
      "this.setArea": 1,
      "foreground": 30,
      "this.setSection": 4,
      "this.setThresholdVisible": 4,
      "this.setLcdDecimals": 3,
      "this.setFrameDesign": 7,
      "this.setBackgroundColor": 7,
      "pointer": 28,
      "this.setForegroundType": 5,
      "this.setPointerType": 3,
      "this.setPointerColor": 4,
      "this.setLedColor": 5,
      "led": 18,
      "this.setLcdColor": 5,
      "this.setTrend": 2,
      "this.setTrendVisible": 2,
      "trend": 2,
      "odo": 1,
      "u.drawImage": 22,
      "cu.setValue": 1,
      "of.state": 1,
      "u.translate": 8,
      "u.rotate": 4,
      "u.canvas.width*.4865": 2,
      "u.canvas.height*.105": 2,
      "s*.006": 1,
      "kt.clearRect": 1,
      "kt.save": 1,
      "kt.translate": 2,
      "kt.rotate": 1,
      "kt.drawImage": 1,
      "kt.restore": 1,
      "i.useSectionColors": 4,
      "i.valueColor": 6,
      "i.valueGradient": 4,
      "i.useValueGradient": 4,
      "yi.setAttribute": 2,
      "e/2": 2,
      "ut/2": 4,
      "e/10": 3,
      "ut*.13": 1,
      "e*.4": 1,
      "or/2": 1,
      "e*.116822": 3,
      "e*.485981": 3,
      "s*.093457": 5,
      "e*.53": 1,
      "ut*.61": 1,
      "s*.06": 1,
      "s*.57": 1,
      "dt.type": 4,
      "l/Math.PI*180": 4,
      "l/et": 8,
      "Math.PI/3": 1,
      "ft/2": 2,
      "Math.PI/": 1,
      "ai.getContext": 2,
      "s*.060747": 2,
      "s*.023364": 2,
      "ri.getContext": 6,
      "yt.getContext": 5,
      "si.getContext": 4,
      "ci/": 2,
      "f/ht": 1,
      "*ht": 8,
      "h/ht": 1,
      "ht/": 2,
      "*kt": 5,
      "angle": 1,
      "*st": 1,
      "n.value": 4,
      "tu.drawImage": 1,
      "gr.drawImage": 3,
      "at.getImageData": 1,
      "at.drawImage": 1,
      "bt.length": 4,
      "ii.push": 1,
      "Math.abs": 19,
      "ai.width": 1,
      "ai.height": 1,
      "ri.width": 3,
      "ri.height": 3,
      "yt.width": 2,
      "yt.height": 2,
      "si.width": 2,
      "si.height": 2,
      "s*.085": 1,
      "e*.35514": 2,
      ".107476*ut": 1,
      ".897195*ut": 1,
      "t.addColorStop": 6,
      ".22": 1,
      ".76": 1,
      "s*.075": 1,
      ".112149*ut": 1,
      ".892523*ut": 1,
      "r.addColorStop": 6,
      "e*.060747": 2,
      "e*.023364": 2,
      "n.createRadialGradient": 4,
      ".030373*e": 1,
      "u.addColorStop": 14,
      "i*kt": 1,
      "n.rect": 4,
      "n.canvas.width": 3,
      "n.canvas.height": 3,
      "n.canvas.width/2": 6,
      "n.canvas.height/2": 4,
      "u.createRadialGradient": 1,
      "t.light.getRgbaColor": 2,
      "t.dark.getRgbaColor": 2,
      "ni.textColor": 2,
      "e*.007": 5,
      "oi*.05": 1,
      "or*.5": 1,
      "cr*.38": 1,
      "oi*.9": 1,
      "ei.labelColor.setAlpha": 1,
      "e*.04": 1,
      "ei.labelColor.getRgbaColor": 2,
      "st*di": 1,
      "e*.28": 1,
      "e*.1": 1,
      "e*.0375": 1,
      "h.toFixed": 3,
      "df.type": 1,
      "u.toFixed": 2,
      "u.toPrecision": 1,
      "kf.repaint": 1,
      "<f?f:n>": 3,
      "yi.pause": 1,
      "yi.play": 1,
      "ti.playing": 1,
      "ti.stop": 1,
      "ti.onMotionChanged": 1,
      "t.repaint": 4,
      "ti.start": 1,
      "this.setValueColor": 3,
      "this.setSectionActive": 2,
      "this.setGradient": 2,
      "this.setGradientActive": 2,
      "useGradient": 2,
      "n/lt*": 1,
      "vi.getEnd": 1,
      "vi.getStart": 1,
      "s/c": 1,
      "vi.getColorAt": 1,
      ".getRgbaColor": 3,
      "<ii.length;t++)if(n>": 1,
      "e.medium.getHexColor": 1,
      "i.medium.getHexColor": 1,
      "n*kt": 1,
      "pu.state": 1,
      "i.orientation": 2,
      "steelseries.Orientation.NORTH": 2,
      "hi.setAttribute": 2,
      "steelseries.GaugeType.TYPE5": 1,
      "kt/at": 2,
      "f.clearRect": 2,
      "f.canvas.width": 3,
      "f.canvas.height": 3,
      "h/2": 1,
      "k*.733644": 1,
      ".455*h": 1,
      ".51*k": 1,
      "bi/": 2,
      "l/ot": 1,
      "*ot": 2,
      "d/ot": 1,
      "ot/": 1,
      "ui.getContext": 4,
      "u*.093457": 10,
      "ii.getContext": 5,
      "st.getContext": 2,
      "u*.028037": 6,
      "hr.getContext": 1,
      "er.getContext": 1,
      "fi.getContext": 4,
      "kr.type": 1,
      "ft.type": 1,
      "h*.44": 3,
      "k*.8": 1,
      "k*.16": 1,
      "h*.2": 2,
      "k*.446666": 2,
      "h*.8": 1,
      "u*.046728": 1,
      "h*.035": 1,
      "kt/at*t": 1,
      "kt/at*l": 1,
      "at/kt": 1,
      "h*.365": 2,
      "it.labelColor.getRgbaColor": 4,
      "vertical": 1,
      ".046728*h": 1,
      "n.measureText": 2,
      ".width": 2,
      "k*.4": 1,
      "h*.3": 1,
      "k*.47": 1,
      "it.labelColor.setAlpha": 1,
      "steelseries.Orientation.WEST": 6,
      "h*.04": 1,
      "ht*yi": 1,
      "h*.41": 1,
      "h*.415": 1,
      "h*.42": 1,
      "h*.48": 1,
      "h*.0375": 1,
      "d.toFixed": 1,
      "f.toFixed": 1,
      "i.toFixed": 2,
      "i.toPrecision": 1,
      "u/2": 5,
      "cr.drawImage": 3,
      "ar.drawImage": 1,
      "or.drawImage": 1,
      "or.restore": 1,
      "rr.drawImage": 1,
      "rr.restore": 1,
      "gt.length": 2,
      "p.save": 2,
      "p.translate": 8,
      "p.rotate": 4,
      "p.restore": 3,
      "ni.length": 2,
      "p.drawImage": 1,
      "h*.475": 1,
      "k*.32": 1,
      "h*1.17": 2,
      "it.labelColor": 2,
      "ut.type": 6,
      "ui.width": 2,
      "ui.height": 2,
      "ii.width": 2,
      "ii.height": 2,
      "st.width": 1,
      "st.height": 1,
      "fi.width": 2,
      "fi.height": 2,
      "wu.repaint": 1,
      "<l?l:n>": 2,
      "hi.pause": 1,
      "hi.play": 1,
      "dt.playing": 2,
      "dt.stop": 2,
      "dt.onMotionChanged": 2,
      "<pt&&(tt=!1,vi(tt)):(tt=!0,vi(tt)),b>": 1,
      "dt.start": 2,
      "f.save": 5,
      "f.drawImage": 9,
      "f.translate": 10,
      "f.rotate": 5,
      "f.canvas.width*.4865": 2,
      "f.canvas.height*.27": 2,
      "f.restore": 5,
      "h*.006": 1,
      "h*1.17/2": 1,
      "et.clearRect": 1,
      "et.save": 1,
      "et.translate": 2,
      "et.rotate": 1,
      "et.drawImage": 1,
      "et.restore": 1,
      "i.width": 6,
      "i.height": 6,
      "fi.setAttribute": 2,
      "l.type": 26,
      "y.clearRect": 2,
      "y.canvas.width": 3,
      "y.canvas.height": 3,
      "*.05": 4,
      "f/2": 13,
      "it/2": 2,
      ".053": 1,
      ".038": 1,
      "*u": 1,
      "u/22": 2,
      ".89*f": 2,
      "u/10": 2,
      "ei/": 1,
      "e/ut": 1,
      "*ut": 2,
      "s/ut": 1,
      "ut/": 1,
      "kt.getContext": 2,
      "rt.getContext": 2,
      "dt.getContext": 1,
      "ni.getContext": 4,
      "lt.textColor": 2,
      "n.shadowColor": 2,
      "n.shadowOffsetX": 4,
      "u*.003": 2,
      "n.shadowOffsetY": 4,
      "n.shadowBlur": 4,
      "u*.004": 1,
      "u*.007": 2,
      "u*.009": 1,
      "f*.571428": 8,
      "u*.88": 2,
      "u*.055": 2,
      "f*.7": 2,
      "f*.695": 4,
      "f*.18": 4,
      "u*.22": 3,
      "u*.15": 2,
      "t.toFixed": 2,
      "i.getContext": 2,
      "t.save": 2,
      "t.createLinearGradient": 2,
      "i.height*.9": 6,
      "t.fillStyle": 2,
      "t.beginPath": 4,
      "t.moveTo": 4,
      "i.height*.5": 2,
      "t.lineTo": 8,
      "i.width*.9": 6,
      "t.closePath": 4,
      "i.width*.5": 2,
      "t.fill": 2,
      "t.strokeStyle": 2,
      "t.stroke": 2,
      "t.restore": 2,
      "w.labelColor.setAlpha": 1,
      "f*.1": 5,
      "w.labelColor.getRgbaColor": 2,
      ".34*f": 2,
      ".36*f": 6,
      ".33*f": 2,
      ".32*f": 2,
      "u*.12864": 3,
      "u*.856796": 1,
      "u*.7475": 1,
      "c/": 2,
      ".65*u": 1,
      ".63*u": 3,
      ".66*u": 1,
      ".67*u": 1,
      "f*.142857": 4,
      "f*.871012": 2,
      "f*.19857": 1,
      "f*.82": 1,
      "v/": 1,
      "tickCounter": 4,
      "currentPos": 20,
      "tickCounter*a": 2,
      "r.toFixed": 8,
      "f*.28": 6,
      "r.toPrecision": 4,
      "u*.73": 3,
      "ui/2": 1,
      "vi.drawImage": 2,
      "yi.drawImage": 2,
      "hr.drawImage": 2,
      "k.save": 1,
      ".856796": 2,
      ".7475": 2,
      ".12864": 2,
      "u*i": 1,
      "u*r*": 1,
      "bt/": 1,
      "k.translate": 2,
      "f*.365": 2,
      "nt/2": 2,
      ".871012": 3,
      ".82": 2,
      ".142857": 5,
      ".19857": 6,
      "f*r*bt/": 1,
      "f*": 5,
      "u*.58": 1,
      "k.drawImage": 3,
      "k.restore": 1,
      "kt.width": 1,
      "b*.093457": 2,
      "kt.height": 1,
      "d*.093457": 2,
      "rt.width": 1,
      "rt.height": 1,
      "ni.width": 2,
      "ni.height": 2,
      "hu.repaint": 1,
      "w.labelColor": 1,
      "i*.12864": 2,
      "i*.856796": 2,
      "i*.7475": 1,
      "t*.871012": 1,
      "t*.142857": 8,
      "t*.82": 1,
      "t*.19857": 1,
      "steelseries.BackgroundColor.CARBON": 2,
      "steelseries.BackgroundColor.PUNCHED_SHEET": 2,
      "steelseries.BackgroundColor.STAINLESS": 2,
      "steelseries.BackgroundColor.BRUSHED_STAINLESS": 2,
      "steelseries.BackgroundColor.TURNED": 2,
      "r.setAlpha": 8,
      ".05": 2,
      "p.addColorStop": 4,
      "r.getRgbaColor": 8,
      ".15": 2,
      ".48": 7,
      ".49": 4,
      "n.fillRect": 16,
      "t*.435714": 4,
      "i*.435714": 4,
      "i*.142857": 1,
      "b.addColorStop": 4,
      ".69": 1,
      ".7": 1,
      ".4": 2,
      "t*.007142": 4,
      "t*.571428": 2,
      "i*.007142": 4,
      "i*.571428": 2,
      "t*.45": 4,
      "t*.114285": 1,
      "t/2": 1,
      "i*.0486/2": 1,
      "i*.053": 1,
      "i*.45": 4,
      "i*.114285": 1,
      "i/2": 1,
      "t*.025": 1,
      "t*.053": 1,
      "ut.addColorStop": 2,
      "wt.medium.getRgbaColor": 3,
      "wt.light.getRgbaColor": 2,
      "i*.05": 2,
      "t*.05": 2,
      "ot.addColorStop": 2,
      ".98": 1,
      "Math.PI*.5": 2,
      "f*.05": 2,
      ".049*t": 8,
      ".825*t": 9,
      "n.bezierCurveTo": 42,
      ".7975*t": 2,
      ".0264*t": 4,
      ".775*t": 3,
      ".0013*t": 12,
      ".85*t": 2,
      ".8725*t": 3,
      ".0365*t": 9,
      ".8075*t": 4,
      ".7925*t": 3,
      ".0214*t": 13,
      ".7875*t": 4,
      ".7825*t": 5,
      ".0189*t": 4,
      ".785*t": 1,
      ".8175*t": 2,
      ".815*t": 1,
      ".8125*t": 2,
      ".8*t": 2,
      ".0377*t": 2,
      ".86*t": 4,
      ".0415*t": 2,
      ".845*t": 1,
      ".0465*t": 2,
      ".805*t": 2,
      ".0113*t": 10,
      ".0163*t": 7,
      ".8025*t": 1,
      ".8225*t": 3,
      ".8425*t": 1,
      ".03*t": 2,
      ".115*t": 5,
      ".1075*t": 2,
      ".1025*t": 8,
      ".0038*t": 2,
      ".76*t": 4,
      ".7675*t": 2,
      ".7725*t": 6,
      ".34": 1,
      ".0516*t": 7,
      ".8525*t": 2,
      ".0289*t": 8,
      ".875*t": 3,
      ".044*t": 1,
      ".0314*t": 5,
      ".12*t": 4,
      ".0875*t": 3,
      ".79*t": 1,
      "<e?e:n>": 5,
      "fi.pause": 1,
      "fi.play": 1,
      "yt.playing": 1,
      "yt.stop": 1,
      "yt.onMotionChanged": 1,
      "t.setValue": 1,
      "yt.start": 1,
      "mminMeasuredValue": 1,
      "<e&&(v=e),g({background:!0}),this.repaint()},this.getMinValue=function(){return>": 1,
      "setMaxValue=": 1,
      "y.drawImage": 6,
      "u*n": 2,
      "u*i*": 2,
      "at/": 1,
      "f*.34": 3,
      "gt.height/2": 2,
      "f*i*at/": 1,
      "u*.65": 2,
      "ft/": 1,
      "dt.width": 1,
      "dt.height/2": 2,
      ".8": 1,
      ".14857": 1,
      "f*i*ft/": 1,
      "y.save": 1,
      "y.restore": 1,
      "oi.setAttribute": 2,
      "v.clearRect": 2,
      "v.canvas.width": 4,
      "v.canvas.height": 4,
      ".053*e": 1,
      "e/22": 2,
      "e/1.95": 1,
      "u/vt": 1,
      "s/vt": 1,
      "g.width": 4,
      "f*.121428": 2,
      "g.height": 4,
      "e*.012135": 2,
      "f*.012135": 2,
      "e*.121428": 2,
      "g.getContext": 2,
      "d.width": 4,
      "d.height": 4,
      "d.getContext": 2,
      "pt.getContext": 2,
      "ci.getContext": 1,
      "kt.textColor": 2,
      "f*.007": 2,
      "f*.009": 1,
      "e*.009": 1,
      "e*.88": 2,
      "e*.055": 2,
      "e*.22": 3,
      "e*.15": 2,
      "k.labelColor.setAlpha": 1,
      "k.labelColor.getRgbaColor": 5,
      "e*.12864": 3,
      "e*.856796": 3,
      ".65*e": 1,
      ".63*e": 3,
      ".66*e": 1,
      ".67*e": 1,
      "g/": 1,
      "tickCounter*h": 2,
      "e*.73": 3,
      "ti/2": 1,
      "n.bargraphled": 4,
      "nr.drawImage": 2,
      "tr.drawImage": 2,
      "nt.save": 1,
      "e*.728155*": 1,
      "st/": 1,
      "nt.translate": 2,
      "rt/2": 2,
      "f*.856796": 2,
      "f*.12864": 2,
      "*st/": 1,
      "e*.58": 1,
      "nt.drawImage": 3,
      "nt.restore": 1,
      "f*.012135/2": 1,
      "ft.push": 1,
      "*c": 2,
      "y*.121428": 2,
      "w*.012135": 2,
      "y*.012135": 2,
      "w*.121428": 2,
      "y*.093457": 2,
      "w*.093457": 2,
      "pt.width": 1,
      "pt.height": 1,
      "ku.repaint": 1,
      "k.labelColor": 1,
      "r*": 2,
      "r*1.014": 5,
      "t*.856796": 1,
      "t*.12864": 1,
      "t*.13": 3,
      "r*1.035": 4,
      "f.setAlpha": 8,
      ".047058": 2,
      "rt.addColorStop": 4,
      "f.getRgbaColor": 8,
      ".145098": 1,
      ".149019": 1,
      "t*.15": 1,
      "i*.152857": 1,
      ".298039": 1,
      "it.addColorStop": 4,
      ".686274": 1,
      ".698039": 1,
      "i*.851941": 1,
      "t*.121428": 1,
      "i*.012135": 1,
      "t*.012135": 1,
      "i*.121428": 1,
      "*r": 4,
      "o/r*": 1,
      "yt.getEnd": 2,
      "yt.getStart": 2,
      "lt/ct": 2,
      "yt.getColorAt": 2,
      "<ft.length;c++)if(o>": 1,
      "st.medium.getHexColor": 2,
      "a.medium.getHexColor": 2,
      "b/2": 2,
      "e/r*": 1,
      "<ft.length;c++)if(e>": 1,
      "v.createRadialGradient": 2,
      "<u?u:n>": 5,
      "oi.pause": 1,
      "oi.play": 1,
      "<st&&(it=!1,vi(it)):(it=!0,vi(it)),l>": 1,
      "bargraphled": 3,
      "v.drawImage": 2,
      "<st&&(it=!1,gt=pt),v.drawImage(gt,ur,sr));var>": 1,
      "856796": 4,
      "728155": 2,
      "34": 2,
      "12864": 2,
      "142857": 2,
      "65": 2,
      "drawImage": 12,
      "save": 27,
      "restore": 14,
      "repaint": 23,
      "dr=": 1,
      "128": 2,
      "48": 1,
      "w=": 4,
      "lcdColor": 4,
      "LcdColor": 4,
      "STANDARD": 3,
      "pt=": 5,
      "lcdDecimals": 4,
      "lt=": 4,
      "unitString": 4,
      "at=": 3,
      "unitStringVisible": 4,
      "ht=": 6,
      "digitalFont": 4,
      "bt=": 3,
      "valuesNumeric": 4,
      "ct=": 5,
      "autoScroll": 2,
      "section": 2,
      "wt=": 3,
      "getElementById": 4,
      "clearRect": 8,
      "v=": 5,
      "floor": 13,
      "ot=": 4,
      "sans": 12,
      "serif": 13,
      "it=": 7,
      "nt=": 5,
      "et=": 6,
      "kt=": 4,
      "textAlign=": 7,
      "strokeStyle=": 8,
      "clip": 1,
      "font=": 28,
      "measureText": 4,
      "toFixed": 3,
      "fillText": 23,
      "38": 5,
      "o*.2": 1,
      "<=o-4&&(e=0,c=!1),u.fillText(n,o-2-e,h*.5+v*.38)),u.restore()},dt=function(n,i,r,u){var>": 1,
      "rt=": 3,
      "095": 1,
      "createLinearGradient": 6,
      "addColorStop": 25,
      "4c4c4c": 1,
      "08": 1,
      "666666": 2,
      "92": 1,
      "e6e6e6": 1,
      "gradientStartColor": 1,
      "tt=": 3,
      "gradientFraction1Color": 1,
      "gradientFraction2Color": 1,
      "gradientFraction3Color": 1,
      "gradientStopColor": 1,
      "yt=": 4,
      "31": 26,
      "ut=": 6,
      "rgb": 6,
      "03": 1,
      "49": 1,
      "57": 1,
      "83": 1,
      "wt.repaint": 1,
      "resetBuffers": 1,
      "this.setScrolling": 1,
      "w.textColor": 1,
      "<f.length;n++)if(a>": 1,
      "<=f[n].stop){t=et[n],i=ut[n];break}u.drawImage(t,0,0),kt(a,i)},this.repaint(),this},wr=function(n,t){t=t||{};var>": 1,
      "64": 1,
      "875": 2,
      "textBaseline=": 4,
      "textColor": 2,
      "STANDARD_GREEN": 1,
      "shadowColor=": 1,
      "shadowOffsetX=": 1,
      "05": 2,
      "shadowOffsetY=": 1,
      "shadowBlur=": 1,
      "06": 1,
      "46": 1,
      "8": 2,
      "setValue=": 2,
      "setLcdColor=": 2,
      "repaint=": 2,
      "br=": 1,
      "200": 2,
      "st=": 3,
      "decimalsVisible": 2,
      "gt=": 1,
      "textOrientationFixed": 2,
      "frameDesign": 4,
      "FrameDesign": 2,
      "METAL": 2,
      "frameVisible": 4,
      "backgroundColor": 2,
      "BackgroundColor": 1,
      "DARK_GRAY": 1,
      "vt=": 2,
      "backgroundVisible": 2,
      "pointerColor": 4,
      "ColorDef": 2,
      "RED": 1,
      "foregroundType": 4,
      "ForegroundType": 2,
      "TYPE1": 2,
      "foregroundVisible": 4,
      "180": 26,
      "ni=": 1,
      "labelColor": 6,
      "getRgbaColor": 21,
      "translate": 38,
      "360": 15,
      "p.labelColor.getRgbaColor": 4,
      "f*.38": 7,
      "f*.37": 3,
      "<f||(r=\"8px>": 1,
      "rotate": 31,
      "u00b0": 8,
      "41": 3,
      "45": 5,
      "25": 9,
      "085": 4,
      "100": 4,
      "90": 3,
      "21": 2,
      "u221e": 2,
      "135": 1,
      "225": 1,
      "75": 3,
      "270": 1,
      "315": 1,
      "ti=": 2,
      "200934": 2,
      "434579": 4,
      "163551": 5,
      "560747": 4,
      "lineWidth=": 6,
      "lineCap=": 5,
      "lineJoin=": 5,
      "471962": 4,
      "205607": 1,
      "523364": 5,
      "799065": 2,
      "836448": 5,
      "794392": 1,
      "ii=": 2,
      "350467": 5,
      "130841": 1,
      "476635": 2,
      "bezierCurveTo": 6,
      "490654": 3,
      "345794": 3,
      "509345": 1,
      "154205": 1,
      "350466": 1,
      "dark": 2,
      "light": 5,
      "setAlpha": 8,
      "70588": 4,
      "59": 3,
      "dt=": 2,
      "285046": 5,
      "514018": 6,
      "21028": 1,
      "481308": 4,
      "280373": 3,
      "495327": 2,
      "504672": 2,
      "224299": 1,
      "289719": 1,
      "714953": 5,
      "789719": 1,
      "719626": 3,
      "7757": 1,
      "71028": 1,
      "ft=": 3,
      "*10": 2,
      "<e&&90>": 2,
      "<e&&180>": 2,
      "<e&&270>": 2,
      "<e&&360>": 2,
      "<-90&&e>": 2,
      "<-180&&e>": 2,
      "<-270&&e>": 2,
      "d.playing": 2,
      "d.stop": 2,
      "d.onMotionChanged": 2,
      "d.start": 2,
      "s.save": 4,
      "s.clearRect": 3,
      "s.canvas.width": 4,
      "s.canvas.height": 4,
      "s.drawImage": 8,
      "e*kt": 1,
      "s.translate": 6,
      "s.rotate": 3,
      "s.fillStyle": 1,
      "s.textAlign": 1,
      "s.textBaseline": 1,
      "s.restore": 6,
      "s.font": 2,
      "f*.15": 2,
      "s.fillText": 2,
      "f*.35": 26,
      "f*.2": 1,
      "k*Math.PI/180": 1,
      "u.size": 4,
      "u.frameDesign": 4,
      "u.frameVisible": 4,
      "u.backgroundColor": 4,
      "u.backgroundVisible": 4,
      "u.pointerType": 2,
      "steelseries.PointerType.TYPE2": 1,
      "u.pointerColor": 4,
      "u.knobType": 4,
      "u.knobStyle": 4,
      "u.foregroundType": 4,
      "u.foregroundVisible": 4,
      "u.pointSymbols": 4,
      "u.customLayer": 4,
      "u.degreeScale": 4,
      "u.roseVisible": 4,
      "ft.getContext": 2,
      "ut.getContext": 2,
      "it.getContext": 2,
      "ot.getContext": 3,
      "et.getContext": 2,
      "tt.labelColor.getRgbaColor": 2,
      ".08*f": 1,
      "f*.033": 1,
      "st*10": 2,
      ".substring": 2,
      ".12*f": 2,
      ".06*f": 2,
      "tt.symbolColor.getRgbaColor": 1,
      "st*2.5": 1,
      "bt.type": 1,
      "f*.53271": 6,
      "e*.453271": 5,
      "f*.5": 17,
      "e*.149532": 8,
      "f*.467289": 6,
      "f*.453271": 2,
      "e*.462616": 2,
      "f*.443925": 9,
      "e*.481308": 2,
      "e*.5": 10,
      "f*.556074": 9,
      "f*.546728": 2,
      ".471962*f": 5,
      ".528036*f": 5,
      "o.addColorStop": 4,
      "h.light.getRgbaColor": 6,
      ".46": 3,
      ".47": 3,
      "h.medium.getRgbaColor": 6,
      "h.dark.getRgbaColor": 3,
      "n.lineCap": 5,
      "n.lineJoin": 5,
      "e*.546728": 5,
      "e*.850467": 4,
      "e*.537383": 2,
      "e*.518691": 2,
      "s.addColorStop": 4,
      "e*.490654": 2,
      "e*.53271": 2,
      "e*.556074": 3,
      "e*.495327": 4,
      "f*.528037": 2,
      "f*.471962": 2,
      "e*.504672": 4,
      ".480099": 1,
      "f*.006": 2,
      "ft.width": 1,
      "ft.height": 1,
      "ut.width": 1,
      "ut.height": 1,
      "it.width": 1,
      "it.height": 1,
      "ot.width": 1,
      "ot.height": 1,
      "et.width": 1,
      "et.height": 1,
      "Tween.elasticEaseOut": 1,
      "r.repaint": 1,
      "this.setPointSymbols": 1,
      "p*st": 1,
      "b.clearRect": 1,
      "b.save": 1,
      "b.translate": 2,
      "b.rotate": 1,
      "b.drawImage": 1,
      "b.restore": 1,
      "u.pointerTypeLatest": 2,
      "u.pointerTypeAverage": 2,
      "steelseries.PointerType.TYPE8": 1,
      "u.pointerColorAverage": 2,
      "steelseries.ColorDef.BLUE": 1,
      "u.lcdColor": 2,
      "u.lcdVisible": 2,
      "u.digitalFont": 2,
      "u.section": 2,
      "u.area": 2,
      "u.lcdTitleStrings": 2,
      "u.titleString": 2,
      "u.useColorLabels": 2,
      "this.valueLatest": 1,
      "this.valueAverage": 1,
      "Math.PI*2": 1,
      "e.save": 2,
      "e.clearRect": 1,
      "e.canvas.width": 2,
      "e.canvas.height": 2,
      "f/10": 1,
      "f*.3": 4,
      "s*.12": 1,
      "s*.32": 1,
      "s*.565": 1,
      "bt.getContext": 1,
      "at.getContext": 1,
      "vt.getContext": 1,
      "lt.getContext": 1,
      "wt.getContext": 1,
      "e.textAlign": 1,
      "e.strokeStyle": 1,
      "ht.textColor": 2,
      "e.fillStyle": 1,
      "<0&&(n+=360),n=\"00\"+Math.round(n),n=n.substring(n.length,n.length-3),(ht===steelseries.LcdColor.STANDARD||ht===steelseries.LcdColor.STANDARD_GREEN)&&(e.shadowColor=\"gray\",e.shadowOffsetX=f*.007,e.shadowOffsetY=f*.007,e.shadowBlur=f*.007),e.font=pr?gr:br,e.fillText(n+\"\\u00b0\",f/2+gt*.05,(t?or:cr)+er*.5+ui*.38,gt*.9),e.restore()},wi=function(n,t,i,r,u){n.save(),n.strokeStyle=r,n.fillStyle=r,n.lineWidth=f*.035;var>": 1,
      "arc": 2,
      "365": 2,
      "lineWidth": 1,
      "lr=": 1,
      "35": 1,
      "355": 1,
      "36": 2,
      "bold": 1,
      "04": 2,
      "ct*5": 1,
      "k.symbolColor.getRgbaColor": 1,
      "ct*2.5": 1,
      "ti.length": 1,
      "kt.medium.getRgbaColor": 1,
      ".04*f": 1,
      "s*.29": 1,
      "ii.medium.getRgbaColor": 1,
      "s*.71": 1,
      "rr.length": 1,
      ".0467*f": 1,
      "s*.5": 1,
      "et.length": 2,
      "ft.length": 2,
      "<i)}lr(d)}r&&nr&&hi(d,c,h,f,s,k),r&&fr&&(oi=p(gt,er,ht),d.drawImage(oi,hr,or),d.drawImage(oi,hr,cr),yr(d)),e&&(nt(ai,f,ri,ii,k.labelColor),nt(ki,f,ri,kt,k.labelColor,!0),nt(ci,f,dt,kt,k.labelColor),nt(li,f,dt,kt,k.labelColor,!0)),l&&ir&&(u=dt.type===\"type15\"||dt.type===\"type16\"?!1:!0,y(yi,si,f,s,u,kr,dr))},pt=function(n){n=n||{};var>": 1,
      "ci=": 1,
      "li=": 1,
      "ai=": 1,
      "ki=": 1,
      "yi=": 1,
      "setValueLatest=": 1,
      "getValueLatest=": 1,
      "setValueAverage=": 1,
      "getValueAverage=": 1,
      "setValueAnimatedLatest=": 1,
      "playing": 2,
      "regularEaseInOut": 2,
      "onMotionChanged=": 2,
      "_pos": 2,
      "onMotionFinished=": 2,
      "setValueAnimatedAverage=": 1,
      "setArea=": 1,
      "setSection=": 1,
      "setFrameDesign=": 1,
      "pi=": 1,
      "setBackgroundColor=": 1,
      "setForegroundType=": 1,
      "si=": 1,
      "setPointerColor=": 1,
      "setPointerColorAverage=": 1,
      "setPointerType=": 1,
      "setPointerTypeAverage=": 1,
      "ri=": 1,
      "setPointSymbols=": 1,
      "setLcdTitleStrings=": 1,
      "fi=": 1,
      "006": 1,
      "ei=": 1,
      "ru=": 1,
      "WHITE": 1,
      "037383": 1,
      "056074": 1,
      "7fd5f0": 2,
      "3c4439": 2,
      "72": 1,
      "KEYWORDS": 2,
      "array_to_hash": 11,
      "RESERVED_WORDS": 2,
      "KEYWORDS_BEFORE_EXPRESSION": 2,
      "KEYWORDS_ATOM": 2,
      "OPERATOR_CHARS": 1,
      "RE_HEX_NUMBER": 1,
      "RE_OCT_NUMBER": 1,
      "RE_DEC_NUMBER": 1,
      "OPERATORS": 2,
      "WHITESPACE_CHARS": 2,
      "PUNC_BEFORE_EXPRESSION": 2,
      "PUNC_CHARS": 1,
      "REGEXP_MODIFIERS": 1,
      "UNICODE": 1,
      "non_spacing_mark": 1,
      "space_combining_mark": 1,
      "connector_punctuation": 1,
      "is_letter": 3,
      "UNICODE.letter.test": 1,
      "is_digit": 3,
      "ch.charCodeAt": 1,
      "//XXX": 1,
      "out": 1,
      "means": 1,
      "is_alphanumeric_char": 3,
      "is_unicode_combining_mark": 2,
      "UNICODE.non_spacing_mark.test": 1,
      "UNICODE.space_combining_mark.test": 1,
      "is_unicode_connector_punctuation": 2,
      "UNICODE.connector_punctuation.test": 1,
      "is_identifier_start": 2,
      "is_identifier_char": 1,
      "zero": 2,
      "joiner": 2,
      "<ZWNJ>": 1,
      "<ZWJ>": 1,
      "my": 1,
      "ECMA": 1,
      "PDF": 1,
      "parse_js_number": 2,
      "RE_HEX_NUMBER.test": 1,
      "num.substr": 2,
      "RE_OCT_NUMBER.test": 1,
      "RE_DEC_NUMBER.test": 1,
      "JS_Parse_Error": 2,
      "message": 5,
      "this.col": 2,
      "ex": 3,
      "ex.name": 1,
      "this.stack": 2,
      "ex.stack": 1,
      "JS_Parse_Error.prototype.toString": 1,
      "js_error": 2,
      "is_token": 1,
      "token": 5,
      "token.type": 1,
      "token.value": 1,
      "EX_EOF": 3,
      "tokenizer": 2,
      "TEXT": 1,
      "TEXT.replace": 1,
      "uFEFF/": 1,
      "tokpos": 1,
      "tokline": 1,
      "tokcol": 1,
      "newline_before": 1,
      "regex_allowed": 1,
      "comments_before": 1,
      "peek": 5,
      "S.text.charAt": 2,
      "S.pos": 4,
      "signal_eof": 4,
      "S.newline_before": 3,
      "S.line": 2,
      "S.col": 3,
      "eof": 6,
      "S.peek": 1,
      "what": 2,
      "S.text.indexOf": 1,
      "start_token": 1,
      "S.tokline": 3,
      "S.tokcol": 3,
      "S.tokpos": 3,
      "is_comment": 2,
      "S.regex_allowed": 1,
      "HOP": 5,
      "UNARY_POSTFIX": 1,
      "nlb": 1,
      "ret.comments_before": 1,
      "S.comments_before": 2,
      "skip_whitespace": 1,
      "read_while": 2,
      "pred": 2,
      "parse_error": 3,
      "read_num": 1,
      "prefix": 6,
      "has_e": 3,
      "after_e": 5,
      "has_x": 5,
      "has_dot": 3,
      "valid": 4,
      "read_escaped_char": 1,
      "hex_bytes": 3,
      "digit": 3,
      "read_string": 1,
      "with_eof_error": 1,
      "comment1": 1,
      "Unterminated": 2,
      "multiline": 1,
      "comment2": 1,
      "WARNING": 1,
      "***": 1,
      "Found": 1,
      "warn": 3,
      "tok": 1,
      "read_name": 1,
      "backslash": 2,
      "Expecting": 1,
      "UnicodeEscapeSequence": 1,
      "uXXXX": 1,
      "Unicode": 1,
      "identifier": 1,
      "regular": 1,
      "regexp": 5,
      "operator": 14,
      "punc": 27,
      "atom": 5,
      "keyword": 11,
      "Unexpected": 3,
      "void": 1,
      "<\",>": 1,
      "<=\",>": 1,
      "debugger": 2,
      "const": 2,
      "stat": 1,
      "Label": 1,
      "without": 1,
      "statement": 1,
      "defun": 1,
      "Name": 1,
      "Missing": 1,
      "catch/finally": 1,
      "blocks": 1,
      "unary": 2,
      "dot": 2,
      "postfix": 1,
      "Invalid": 2,
      "binary": 1,
      "conditional": 1,
      "assign": 1,
      "assignment": 1,
      "seq": 1,
      "member": 2,
      "array.length": 1,
      "Object.prototype.hasOwnProperty.call": 1,
      "exports.tokenizer": 1,
      "exports.parse": 1,
      "parse": 1,
      "exports.slice": 1,
      "exports.curry": 1,
      "curry": 1,
      "exports.member": 1,
      "exports.array_to_hash": 1,
      "exports.PRECEDENCE": 1,
      "PRECEDENCE": 1,
      "exports.KEYWORDS_ATOM": 1,
      "exports.RESERVED_WORDS": 1,
      "exports.KEYWORDS": 1,
      "exports.ATOMIC_START_TOKEN": 1,
      "ATOMIC_START_TOKEN": 1,
      "exports.OPERATORS": 1,
      "exports.is_alphanumeric_char": 1,
      "exports.set_logger": 1,
      "logger": 2
    },
    "JSON": {
      "{": 143,
      "}": 143,
      "[": 165,
      "]": 165,
      "true": 3
    },
    "Julia": {
      "##": 5,
      "Test": 1,
      "case": 1,
      "from": 1,
      "Issue": 1,
      "#445": 1,
      "#STOCKCORR": 1,
      "-": 11,
      "The": 1,
      "original": 1,
      "unoptimised": 1,
      "code": 1,
      "that": 1,
      "simulates": 1,
      "two": 2,
      "correlated": 1,
      "assets": 1,
      "function": 1,
      "stockcorr": 1,
      "(": 13,
      ")": 13,
      "Correlated": 1,
      "asset": 1,
      "information": 1,
      "CurrentPrice": 3,
      "[": 20,
      "]": 20,
      "#": 11,
      "Initial": 1,
      "Prices": 1,
      "of": 6,
      "the": 2,
      "stocks": 1,
      "Corr": 2,
      ";": 1,
      "Correlation": 1,
      "Matrix": 2,
      "T": 5,
      "Number": 2,
      "days": 3,
      "to": 1,
      "simulate": 1,
      "years": 1,
      "n": 4,
      "simulations": 1,
      "dt": 3,
      "/250": 1,
      "Time": 1,
      "step": 1,
      "year": 1,
      "Div": 3,
      "Dividend": 1,
      "Vol": 5,
      "Volatility": 1,
      "Market": 1,
      "Information": 1,
      "r": 3,
      "Risk": 1,
      "free": 1,
      "rate": 1,
      "Define": 1,
      "storages": 1,
      "SimulPriceA": 5,
      "zeros": 2,
      "Simulated": 2,
      "Price": 2,
      "Asset": 2,
      "A": 1,
      "SimulPriceB": 5,
      "B": 1,
      "Generating": 1,
      "paths": 1,
      "stock": 1,
      "prices": 1,
      "by": 2,
      "Geometric": 1,
      "Brownian": 1,
      "Motion": 1,
      "UpperTriangle": 2,
      "chol": 1,
      "Cholesky": 1,
      "decomposition": 1,
      "for": 2,
      "i": 5,
      "Wiener": 1,
      "randn": 1,
      "CorrWiener": 1,
      "Wiener*UpperTriangle": 1,
      "j": 7,
      "*exp": 2,
      "/2": 2,
      "*dt": 2,
      "+": 2,
      "*sqrt": 2,
      "*CorrWiener": 2,
      "end": 3,
      "return": 1
    },
    "Kotlin": {
      "package": 1,
      "addressbook": 1,
      "class": 5,
      "Contact": 1,
      "(": 15,
      "val": 16,
      "name": 2,
      "String": 7,
      "emails": 1,
      "List": 3,
      "<EmailAddress>": 1,
      "addresses": 1,
      "<PostalAddress>": 1,
      "phonenums": 1,
      "<PhoneNumber>": 1,
      ")": 15,
      "EmailAddress": 1,
      "user": 1,
      "host": 1,
      "PostalAddress": 1,
      "streetAddress": 1,
      "city": 1,
      "zip": 1,
      "state": 2,
      "USState": 1,
      "country": 3,
      "Country": 7,
      "{": 6,
      "assert": 1,
      "null": 3,
      "xor": 1,
      "Countries": 2,
      "[": 3,
      "]": 3,
      "}": 6,
      "PhoneNumber": 1,
      "areaCode": 1,
      "Int": 1,
      "number": 1,
      "Long": 1,
      "object": 1,
      "fun": 1,
      "get": 2,
      "id": 2,
      "CountryID": 1,
      "countryTable": 2,
      "private": 2,
      "var": 1,
      "table": 5,
      "Map": 2,
      "<String,>": 2,
      "if": 1,
      "HashMap": 1,
      "for": 1,
      "line": 3,
      "in": 1,
      "TextFile": 1,
      ".lines": 1,
      "stripWhiteSpace": 1,
      "true": 1,
      "return": 1
    },
    "Logtalk": {
      "-": 3,
      "object": 2,
      "(": 4,
      "hello_world": 1,
      ")": 4,
      ".": 2,
      "%": 2,
      "the": 2,
      "initialization/1": 1,
      "directive": 1,
      "argument": 1,
      "is": 2,
      "automatically": 1,
      "executed": 1,
      "when": 1,
      "loaded": 1,
      "into": 1,
      "memory": 1,
      "initialization": 1,
      "nl": 2,
      "write": 1,
      "end_object.": 1
    },
    "Markdown": {
      "Tender": 1
    },
    "Matlab": {
      "function": 9,
      "y": 2,
      "average": 1,
      "(": 50,
      "x": 4,
      ")": 50,
      "[": 3,
      "m": 3,
      "n": 3,
      "]": 3,
      "size": 2,
      ";": 24,
      "if": 1,
      "|": 2,
      "&": 1,
      "error": 1,
      "end": 19,
      "sum": 1,
      "/length": 1,
      "filtfcn": 2,
      "statefcn": 2,
      "makeFilter": 1,
      "b": 6,
      "a": 4,
      "%": 5,
      "v": 10,
      "zeros": 1,
      "@iirFilter": 1,
      "@getState": 1,
      "yn": 2,
      "iirFilter": 1,
      "xn": 4,
      "+": 3,
      "*": 5,
      "-": 5,
      "...": 3,
      "vOut": 2,
      "getState": 1,
      "classdef": 1,
      "matlab_class": 2,
      "properties": 1,
      "R": 1,
      "G": 1,
      "B": 3,
      "methods": 1,
      "obj": 2,
      "r": 2,
      "g": 2,
      "obj.R": 2,
      "obj.G": 2,
      "obj.B": 2,
      "disp": 8,
      "num2str": 3,
      "enumeration": 1,
      "red": 1,
      "green": 1,
      "blue": 1,
      "cyan": 1,
      "magenta": 1,
      "yellow": 1,
      "black": 1,
      "white": 1,
      "ret": 3,
      "matlab_function": 5,
      "A": 2,
      "Call": 2,
      "which": 2,
      "resides": 2,
      "in": 2,
      "the": 2,
      "same": 2,
      "directory": 2,
      "value1": 4,
      "semicolon": 2,
      "at": 2,
      "of": 2,
      "line": 2,
      "is": 2,
      "not": 2,
      "mandatory": 2,
      "only": 2,
      "suppresses": 2,
      "output": 2,
      "to": 2,
      "command": 2,
      "line.": 2,
      "value2": 4,
      "result": 4
    },
    "Max": {
      "max": 1,
      "v2": 1,
      ";": 39,
      "#N": 2,
      "vpatcher": 1,
      "#P": 33,
      "toggle": 1,
      "button": 4,
      "window": 2,
      "setfont": 1,
      "Verdana": 1,
      "linecount": 1,
      "newex": 8,
      "r": 1,
      "jojo": 2,
      "#B": 2,
      "color": 2,
      "s": 1,
      "route": 1,
      "append": 1,
      "toto": 1,
      "%": 1,
      "counter": 2,
      "#X": 1,
      "flags": 1,
      "newobj": 1,
      "metro": 1,
      "t": 2,
      "message": 2,
      "Goodbye": 1,
      "World": 2,
      "Hello": 1,
      "connect": 13,
      "fasten": 1,
      "pop": 1
    },
    "Nemerle": {
      "using": 1,
      "System.Console": 1,
      ";": 2,
      "module": 1,
      "Program": 1,
      "{": 2,
      "Main": 1,
      "(": 2,
      ")": 2,
      "void": 1,
      "WriteLine": 1,
      "}": 2
    },
    "Nimrod": {
      "echo": 1
    },
    "Nu": {
      "SHEBANG#!nush": 1,
      "(": 1,
      "puts": 1,
      ")": 1
    },
    "Objective-C": {
      "//": 317,
      "#import": 53,
      "<Foundation/Foundation.h>": 4,
      "#if": 41,
      "TARGET_OS_IPHONE": 11,
      "<CFNetwork/CFNetwork.h>": 1,
      "__IPHONE_OS_VERSION_MAX_ALLOWED": 4,
      "__IPHONE_4_0": 6,
      "<UIKit/UIKit.h>": 1,
      "Necessary": 1,
      "for": 99,
      "background": 1,
      "task": 1,
      "support": 4,
      "#endif": 59,
      "<stdio.h>": 2,
      "@class": 4,
      "ASIDataDecompressor": 4,
      ";": 2003,
      "extern": 6,
      "NSString": 127,
      "*ASIHTTPRequestVersion": 2,
      "#ifndef": 9,
      "__IPHONE_3_2": 2,
      "#define": 65,
      "__MAC_10_5": 2,
      "__MAC_10_6": 2,
      "typedef": 47,
      "enum": 17,
      "_ASIAuthenticationState": 1,
      "{": 541,
      "ASINoAuthenticationNeededYet": 3,
      "ASIHTTPAuthenticationNeeded": 1,
      "ASIProxyAuthenticationNeeded": 1,
      "}": 532,
      "ASIAuthenticationState": 5,
      "_ASINetworkErrorType": 1,
      "ASIConnectionFailureErrorType": 2,
      "ASIRequestTimedOutErrorType": 2,
      "ASIAuthenticationErrorType": 3,
      "ASIRequestCancelledErrorType": 2,
      "ASIUnableToCreateRequestErrorType": 2,
      "ASIInternalErrorWhileBuildingRequestType": 3,
      "ASIInternalErrorWhileApplyingCredentialsType": 1,
      "ASIFileManagementError": 2,
      "ASITooMuchRedirectionErrorType": 3,
      "ASIUnhandledExceptionError": 3,
      "ASICompressionError": 1,
      "ASINetworkErrorType": 1,
      "NSString*": 13,
      "const": 28,
      "NetworkRequestErrorDomain": 12,
      "unsigned": 62,
      "long": 71,
      "ASIWWANBandwidthThrottleAmount": 2,
      "NS_BLOCKS_AVAILABLE": 8,
      "void": 253,
      "(": 2109,
      "ASIBasicBlock": 15,
      ")": 2106,
      "ASIHeadersBlock": 3,
      "NSDictionary": 37,
      "*responseHeaders": 2,
      "ASISizeBlock": 5,
      "size": 12,
      "ASIProgressBlock": 5,
      "total": 4,
      "ASIDataBlock": 3,
      "NSData": 28,
      "*data": 2,
      "@interface": 23,
      "ASIHTTPRequest": 31,
      "NSOperation": 1,
      "<NSCopying>": 1,
      "The": 15,
      "url": 24,
      "this": 50,
      "operation": 2,
      "should": 8,
      "include": 1,
      "GET": 1,
      "params": 1,
      "in": 42,
      "the": 197,
      "query": 1,
      "string": 9,
      "where": 1,
      "appropriate": 4,
      "NSURL": 21,
      "*url": 2,
      "Will": 7,
      "always": 2,
      "contain": 4,
      "original": 2,
      "used": 16,
      "making": 1,
      "request": 113,
      "value": 21,
      "of": 34,
      "can": 20,
      "change": 2,
      "when": 46,
      "a": 78,
      "is": 77,
      "redirected": 2,
      "*originalURL": 2,
      "Temporarily": 1,
      "stores": 1,
      "we": 73,
      "are": 15,
      "about": 4,
      "to": 115,
      "redirect": 4,
      "to.": 2,
      "be": 49,
      "nil": 131,
      "again": 1,
      "do": 5,
      "*redirectURL": 2,
      "delegate": 29,
      "-": 595,
      "will": 57,
      "notified": 2,
      "various": 1,
      "changes": 4,
      "state": 35,
      "via": 5,
      "ASIHTTPRequestDelegate": 1,
      "protocol": 10,
      "id": 170,
      "<ASIHTTPRequestDelegate>": 1,
      "Another": 1,
      "that": 23,
      "also": 1,
      "status": 4,
      "and": 44,
      "progress": 13,
      "updates": 2,
      "Generally": 1,
      "you": 10,
      "won": 3,
      "s": 35,
      "more": 5,
      "likely": 1,
      "sessionCookies": 2,
      "NSMutableArray": 31,
      "*requestCookies": 2,
      "populated": 1,
      "with": 19,
      "cookies": 5,
      "NSArray": 27,
      "*responseCookies": 3,
      "If": 30,
      "use": 26,
      "useCookiePersistence": 3,
      "true": 9,
      "network": 4,
      "requests": 21,
      "present": 3,
      "valid": 5,
      "from": 18,
      "previous": 2,
      "BOOL": 137,
      "useKeychainPersistence": 4,
      "attempt": 3,
      "read": 3,
      "credentials": 35,
      "keychain": 7,
      "save": 3,
      "them": 10,
      "they": 6,
      "successfully": 4,
      "presented": 2,
      "useSessionPersistence": 6,
      "reuse": 3,
      "duration": 1,
      "session": 5,
      "until": 2,
      "clearSession": 2,
      "called": 3,
      "allowCompressedResponse": 3,
      "inform": 1,
      "server": 8,
      "accept": 2,
      "compressed": 2,
      "data": 27,
      "automatically": 2,
      "decompress": 1,
      "gzipped": 7,
      "responses.": 1,
      "Default": 10,
      "true.": 1,
      "shouldCompressRequestBody": 6,
      "body": 8,
      "gzipped.": 1,
      "false.": 1,
      "You": 1,
      "probably": 4,
      "need": 10,
      "enable": 1,
      "feature": 1,
      "on": 26,
      "your": 2,
      "webserver": 1,
      "make": 3,
      "work.": 1,
      "Tested": 1,
      "apache": 1,
      "only.": 1,
      "When": 15,
      "downloadDestinationPath": 11,
      "set": 24,
      "result": 4,
      "downloaded": 6,
      "file": 14,
      "at": 10,
      "location": 3,
      "not": 29,
      "download": 9,
      "stored": 9,
      "memory": 3,
      "*downloadDestinationPath": 2,
      "files": 5,
      "Once": 2,
      "complete": 12,
      "decompressed": 3,
      "if": 297,
      "necessary": 2,
      "moved": 2,
      "*temporaryFileDownloadPath": 2,
      "response": 17,
      "shouldWaitToInflateCompressedResponses": 4,
      "NO": 30,
      "created": 3,
      "path": 11,
      "containing": 1,
      "inflated": 6,
      "as": 17,
      "it": 28,
      "comes": 3,
      "*temporaryUncompressedDataDownloadPath": 2,
      "Used": 13,
      "writing": 2,
      "NSOutputStream": 6,
      "*fileDownloadOutputStream": 2,
      "*inflatedFileDownloadOutputStream": 2,
      "fails": 2,
      "or": 18,
      "completes": 6,
      "finished": 3,
      "cancelled": 5,
      "an": 20,
      "error": 75,
      "occurs": 1,
      "NSError": 51,
      "code": 16,
      "Connection": 1,
      "failure": 1,
      "occurred": 1,
      "inspect": 1,
      "[": 1227,
      "userInfo": 15,
      "]": 1227,
      "objectForKey": 29,
      "NSUnderlyingErrorKey": 3,
      "information": 5,
      "*error": 3,
      "Username": 2,
      "password": 11,
      "authentication": 18,
      "*username": 2,
      "*password": 2,
      "User": 1,
      "Agent": 1,
      "*userAgentString": 2,
      "Domain": 2,
      "NTLM": 6,
      "*domain": 2,
      "proxy": 11,
      "*proxyUsername": 2,
      "*proxyPassword": 2,
      "*proxyDomain": 2,
      "Delegate": 2,
      "displaying": 2,
      "upload": 4,
      "usually": 2,
      "NSProgressIndicator": 4,
      "but": 5,
      "supply": 2,
      "different": 4,
      "object": 36,
      "handle": 4,
      "yourself": 4,
      "<ASIProgressDelegate>": 2,
      "uploadProgressDelegate": 8,
      "downloadProgressDelegate": 10,
      "Whether": 1,
      "t": 15,
      "want": 5,
      "hassle": 1,
      "adding": 1,
      "authenticating": 2,
      "proxies": 3,
      "their": 3,
      "apps": 1,
      "shouldPresentProxyAuthenticationDialog": 2,
      "CFHTTPAuthenticationRef": 2,
      "proxyAuthentication": 7,
      "*proxyCredentials": 2,
      "during": 4,
      "int": 55,
      "proxyAuthenticationRetryCount": 4,
      "Authentication": 3,
      "scheme": 5,
      "Basic": 2,
      "Digest": 2,
      "*proxyAuthenticationScheme": 2,
      "Realm": 1,
      "required": 2,
      "*proxyAuthenticationRealm": 3,
      "HTTP": 9,
      "eg": 2,
      "OK": 1,
      "Not": 2,
      "found": 4,
      "etc": 1,
      "responseStatusCode": 3,
      "Description": 1,
      "*responseStatusMessage": 3,
      "Size": 3,
      "contentLength": 6,
      "partially": 1,
      "content": 5,
      "partialDownloadSize": 8,
      "POST": 2,
      "payload": 1,
      "postLength": 6,
      "amount": 12,
      "totalBytesRead": 4,
      "uploaded": 2,
      "totalBytesSent": 5,
      "Last": 2,
      "incrementing": 2,
      "lastBytesRead": 3,
      "sent": 6,
      "lastBytesSent": 3,
      "This": 7,
      "lock": 19,
      "prevents": 1,
      "being": 4,
      "inopportune": 1,
      "moment": 1,
      "NSRecursiveLock": 13,
      "*cancelledLock": 2,
      "Called": 6,
      "implemented": 7,
      "starts.": 1,
      "requestStarted": 3,
      "SEL": 19,
      "didStartSelector": 2,
      "receives": 3,
      "headers.": 1,
      "didReceiveResponseHeaders": 2,
      "didReceiveResponseHeadersSelector": 2,
      "Location": 1,
      "header": 20,
      "shouldRedirect": 3,
      "YES": 62,
      "then": 1,
      "needed": 3,
      "restart": 1,
      "by": 12,
      "calling": 1,
      "redirectToURL": 2,
      "simply": 1,
      "cancel": 5,
      "willRedirectSelector": 2,
      "successfully.": 1,
      "requestFinished": 4,
      "didFinishSelector": 2,
      "fails.": 1,
      "requestFailed": 2,
      "didFailSelector": 2,
      "data.": 1,
      "didReceiveData": 2,
      "implement": 1,
      "method": 5,
      "must": 6,
      "populate": 1,
      "responseData": 5,
      "write": 4,
      "didReceiveDataSelector": 2,
      "recording": 1,
      "something": 1,
      "last": 1,
      "happened": 1,
      "compare": 4,
      "current": 2,
      "date": 3,
      "time": 9,
      "out": 7,
      "NSDate": 9,
      "*lastActivityTime": 2,
      "Number": 1,
      "seconds": 2,
      "wait": 1,
      "before": 6,
      "timing": 1,
      "default": 8,
      "NSTimeInterval": 10,
      "timeOutSeconds": 3,
      "HEAD": 10,
      "length": 32,
      "starts": 2,
      "shouldResetUploadProgress": 3,
      "shouldResetDownloadProgress": 3,
      "showAccurateProgress": 7,
      "preset": 2,
      "*mainRequest": 2,
      "only": 12,
      "update": 6,
      "indicator": 4,
      "according": 2,
      "how": 2,
      "much": 2,
      "has": 6,
      "received": 5,
      "so": 15,
      "far": 2,
      "Also": 1,
      "see": 1,
      "comments": 1,
      "ASINetworkQueue.h": 1,
      "ensure": 1,
      "incremented": 4,
      "once": 3,
      "updatedProgress": 3,
      "Prevents": 1,
      "post": 2,
      "built": 2,
      "than": 9,
      "largely": 1,
      "subclasses": 2,
      "haveBuiltPostBody": 3,
      "internally": 3,
      "may": 8,
      "reflect": 1,
      "internal": 2,
      "buffer": 7,
      "CFNetwork": 3,
      "/": 18,
      "PUT": 1,
      "operations": 1,
      "sizes": 1,
      "greater": 1,
      "uploadBufferSize": 6,
      "timeout": 6,
      "unless": 2,
      "bytes": 8,
      "have": 15,
      "been": 1,
      "Likely": 1,
      "KB": 4,
      "iPhone": 3,
      "Mac": 2,
      "OS": 1,
      "X": 1,
      "Leopard": 1,
      "x": 10,
      "Text": 1,
      "encoding": 7,
      "responses": 5,
      "send": 2,
      "Content": 1,
      "Type": 1,
      "charset": 5,
      "value.": 1,
      "Defaults": 2,
      "NSISOLatin1StringEncoding": 2,
      "NSStringEncoding": 6,
      "defaultResponseEncoding": 4,
      "text": 12,
      "didn": 3,
      "set.": 1,
      "responseEncoding": 3,
      "Tells": 1,
      "delete": 1,
      "partial": 2,
      "downloads": 1,
      "allows": 1,
      "existing": 1,
      "resume": 2,
      "download.": 1,
      "NO.": 1,
      "allowResumeForFileDownloads": 2,
      "Custom": 1,
      "user": 6,
      "associated": 1,
      "*userInfo": 2,
      "NSInteger": 56,
      "tag": 2,
      "Use": 6,
      "rather": 4,
      "defaults": 2,
      "false": 3,
      "useHTTPVersionOne": 3,
      "get": 4,
      "tell": 2,
      "main": 8,
      "loop": 1,
      "stop": 4,
      "retry": 3,
      "new": 10,
      "needsRedirect": 3,
      "Incremented": 1,
      "every": 3,
      "redirects.": 1,
      "reaches": 1,
      "give": 2,
      "up": 4,
      "redirectCount": 2,
      "check": 1,
      "secure": 1,
      "certificate": 2,
      "self": 500,
      "signed": 1,
      "certificates": 2,
      "development": 1,
      "DO": 1,
      "NOT": 1,
      "USE": 1,
      "IN": 1,
      "PRODUCTION": 1,
      "validatesSecureCertificate": 3,
      "SecIdentityRef": 3,
      "clientCertificateIdentity": 5,
      "*clientCertificates": 2,
      "Details": 1,
      "could": 1,
      "these": 3,
      "best": 1,
      "local": 1,
      "*PACurl": 2,
      "See": 5,
      "values": 3,
      "above.": 1,
      "No": 1,
      "yet": 1,
      "authenticationNeeded": 3,
      "ASIHTTPRequests": 1,
      "store": 4,
      "same": 6,
      "asked": 3,
      "avoids": 1,
      "extra": 1,
      "round": 1,
      "trip": 1,
      "after": 5,
      "succeeded": 1,
      "which": 1,
      "efficient": 1,
      "authenticated": 1,
      "large": 1,
      "bodies": 1,
      "slower": 1,
      "connections": 3,
      "Set": 4,
      "explicitly": 2,
      "affects": 1,
      "cache": 17,
      "YES.": 1,
      "Credentials": 1,
      "never": 1,
      "asks": 1,
      "For": 2,
      "using": 8,
      "authenticationScheme": 4,
      "*": 311,
      "kCFHTTPAuthenticationSchemeBasic": 2,
      "very": 2,
      "first": 9,
      "shouldPresentCredentialsBeforeChallenge": 4,
      "hasn": 1,
      "doing": 1,
      "anything": 1,
      "expires": 1,
      "persistentConnectionTimeoutSeconds": 4,
      "yes": 1,
      "keep": 2,
      "alive": 1,
      "connectionCanBeReused": 4,
      "Stores": 1,
      "persistent": 5,
      "connection": 17,
      "currently": 4,
      "use.": 1,
      "It": 2,
      "particular": 2,
      "specify": 2,
      "expire": 2,
      "A": 4,
      "host": 9,
      "port": 17,
      "connection.": 2,
      "These": 1,
      "determine": 1,
      "whether": 1,
      "reused": 2,
      "subsequent": 2,
      "all": 3,
      "match": 1,
      "An": 2,
      "determining": 1,
      "available": 1,
      "number": 2,
      "reference": 1,
      "don": 2,
      "ve": 7,
      "opened": 3,
      "one.": 1,
      "stream": 13,
      "closed": 1,
      "+": 195,
      "released": 2,
      "either": 1,
      "another": 1,
      "timer": 5,
      "fires": 1,
      "NSMutableDictionary": 18,
      "*connectionInfo": 2,
      "automatic": 1,
      "redirects": 2,
      "standard": 1,
      "follow": 1,
      "behaviour": 2,
      "most": 1,
      "browsers": 1,
      "shouldUseRFC2616RedirectBehaviour": 2,
      "record": 1,
      "downloading": 5,
      "downloadComplete": 2,
      "ID": 1,
      "uniquely": 1,
      "identifies": 1,
      "primarily": 1,
      "debugging": 1,
      "NSNumber": 11,
      "*requestID": 3,
      "ASIHTTPRequestRunLoopMode": 2,
      "synchronous": 1,
      "NSDefaultRunLoopMode": 2,
      "other": 3,
      "*runLoopMode": 2,
      "checks": 1,
      "NSTimer": 5,
      "*statusTimer": 2,
      "setDefaultCache": 2,
      "configure": 2,
      "<ASICacheDelegate>": 9,
      "downloadCache": 5,
      "policy": 7,
      "ASICacheDelegate.h": 2,
      "possible": 3,
      "ASICachePolicy": 4,
      "cachePolicy": 3,
      "storage": 2,
      "ASICacheStoragePolicy": 2,
      "cacheStoragePolicy": 2,
      "was": 4,
      "pulled": 1,
      "didUseCachedResponse": 3,
      "secondsToCache": 3,
      "custom": 2,
      "interval": 1,
      "expiring": 1,
      "&&": 123,
      "shouldContinueWhenAppEntersBackground": 3,
      "UIBackgroundTaskIdentifier": 1,
      "backgroundTask": 7,
      "helper": 1,
      "inflate": 2,
      "*dataDecompressor": 2,
      "Controls": 1,
      "without": 1,
      "responseString": 3,
      "All": 2,
      "no": 7,
      "raw": 3,
      "discarded": 1,
      "rawResponseData": 4,
      "temporaryFileDownloadPath": 2,
      "normal": 1,
      "temporaryUncompressedDataDownloadPath": 3,
      "contents": 1,
      "into": 1,
      "Setting": 1,
      "especially": 1,
      "useful": 1,
      "users": 1,
      "conjunction": 1,
      "streaming": 1,
      "parser": 3,
      "allow": 1,
      "passed": 2,
      "while": 11,
      "still": 2,
      "running": 4,
      "behind": 1,
      "scenes": 1,
      "PAC": 7,
      "own": 3,
      "isPACFileRequest": 3,
      "http": 4,
      "https": 1,
      "webservers": 1,
      "*PACFileRequest": 2,
      "asynchronously": 1,
      "reading": 1,
      "URLs": 2,
      "NSInputStream": 7,
      "*PACFileReadStream": 2,
      "storing": 1,
      "NSMutableData": 5,
      "*PACFileData": 2,
      "startSynchronous.": 1,
      "Currently": 1,
      "detection": 2,
      "synchronously": 1,
      "isSynchronous": 2,
      "//block": 12,
      "execute": 4,
      "startedBlock": 5,
      "headers": 11,
      "headersReceivedBlock": 5,
      "completionBlock": 5,
      "failureBlock": 5,
      "bytesReceivedBlock": 8,
      "bytesSentBlock": 5,
      "downloadSizeIncrementedBlock": 5,
      "uploadSizeIncrementedBlock": 5,
      "handling": 4,
      "dataReceivedBlock": 5,
      "authenticationNeededBlock": 5,
      "proxyAuthenticationNeededBlock": 5,
      "redirections": 1,
      "requestRedirectedBlock": 5,
      "#pragma": 44,
      "mark": 42,
      "init": 34,
      "dealloc": 13,
      "initWithURL": 4,
      "newURL": 16,
      "requestWithURL": 7,
      "usingCache": 5,
      "andCachePolicy": 3,
      "setStartedBlock": 1,
      "aStartedBlock": 1,
      "setHeadersReceivedBlock": 1,
      "aReceivedBlock": 2,
      "setCompletionBlock": 1,
      "aCompletionBlock": 1,
      "setFailedBlock": 1,
      "aFailedBlock": 1,
      "setBytesReceivedBlock": 1,
      "aBytesReceivedBlock": 1,
      "setBytesSentBlock": 1,
      "aBytesSentBlock": 1,
      "setDownloadSizeIncrementedBlock": 1,
      "aDownloadSizeIncrementedBlock": 1,
      "setUploadSizeIncrementedBlock": 1,
      "anUploadSizeIncrementedBlock": 1,
      "setDataReceivedBlock": 1,
      "setAuthenticationNeededBlock": 1,
      "anAuthenticationBlock": 1,
      "setProxyAuthenticationNeededBlock": 1,
      "aProxyAuthenticationBlock": 1,
      "setRequestRedirectedBlock": 1,
      "aRedirectBlock": 1,
      "setup": 2,
      "addRequestHeader": 5,
      "applyCookieHeader": 2,
      "buildRequestHeaders": 3,
      "applyAuthorizationHeader": 2,
      "buildPostBody": 3,
      "appendPostData": 3,
      "appendPostDataFromFile": 3,
      "isResponseCompressed": 3,
      "startSynchronous": 2,
      "startAsynchronous": 2,
      "clearDelegatesAndCancel": 2,
      "HEADRequest": 1,
      "upload/download": 1,
      "updateProgressIndicators": 1,
      "updateUploadProgress": 3,
      "updateDownloadProgress": 3,
      "removeUploadProgressSoFar": 1,
      "incrementDownloadSizeBy": 1,
      "incrementUploadSizeBy": 3,
      "updateProgressIndicator": 4,
      "withProgress": 4,
      "ofTotal": 4,
      "performSelector": 7,
      "selector": 12,
      "onTarget": 7,
      "target": 5,
      "withObject": 10,
      "callerToRetain": 7,
      "caller": 1,
      "talking": 1,
      "delegates": 2,
      "requestReceivedResponseHeaders": 1,
      "newHeaders": 1,
      "failWithError": 11,
      "theError": 6,
      "retryUsingNewConnection": 1,
      "parsing": 2,
      "readResponseHeaders": 2,
      "parseStringEncodingFromHeaders": 2,
      "parseMimeType": 2,
      "**": 27,
      "mimeType": 2,
      "andResponseEncoding": 2,
      "stringEncoding": 1,
      "fromContentType": 2,
      "contentType": 1,
      "stuff": 1,
      "applyCredentials": 1,
      "newCredentials": 16,
      "applyProxyCredentials": 2,
      "findCredentials": 1,
      "findProxyCredentials": 2,
      "retryUsingSuppliedCredentials": 1,
      "cancelAuthentication": 1,
      "attemptToApplyCredentialsAndResume": 1,
      "attemptToApplyProxyCredentialsAndResume": 1,
      "showProxyAuthenticationDialog": 1,
      "showAuthenticationDialog": 1,
      "addBasicAuthenticationHeaderWithUsername": 2,
      "theUsername": 1,
      "andPassword": 2,
      "thePassword": 1,
      "handlers": 1,
      "handleNetworkEvent": 2,
      "CFStreamEventType": 2,
      "type": 5,
      "handleBytesAvailable": 1,
      "handleStreamComplete": 1,
      "handleStreamError": 1,
      "cleanup": 1,
      "markAsFinished": 4,
      "removeTemporaryDownloadFile": 1,
      "removeTemporaryUncompressedDownloadFile": 1,
      "removeTemporaryUploadFile": 1,
      "removeTemporaryCompressedUploadFile": 1,
      "removeFileAtPath": 1,
      "err": 8,
      "connectionID": 1,
      "expirePersistentConnections": 1,
      "defaultTimeOutSeconds": 3,
      "setDefaultTimeOutSeconds": 1,
      "newTimeOutSeconds": 1,
      "client": 1,
      "setClientCertificateIdentity": 1,
      "anIdentity": 1,
      "sessionProxyCredentialsStore": 1,
      "sessionCredentialsStore": 1,
      "storeProxyAuthenticationCredentialsInSessionStore": 1,
      "storeAuthenticationCredentialsInSessionStore": 2,
      "removeProxyAuthenticationCredentialsFromSessionStore": 1,
      "removeAuthenticationCredentialsFromSessionStore": 3,
      "findSessionProxyAuthenticationCredentials": 1,
      "findSessionAuthenticationCredentials": 2,
      "saveCredentialsToKeychain": 3,
      "saveCredentials": 4,
      "NSURLCredential": 8,
      "forHost": 2,
      "realm": 14,
      "forProxy": 2,
      "savedCredentialsForHost": 1,
      "savedCredentialsForProxy": 1,
      "removeCredentialsForHost": 1,
      "removeCredentialsForProxy": 1,
      "setSessionCookies": 1,
      "newSessionCookies": 1,
      "addSessionCookie": 1,
      "NSHTTPCookie": 1,
      "newCookie": 1,
      "agent": 2,
      "defaultUserAgentString": 1,
      "setDefaultUserAgentString": 1,
      "mime": 1,
      "mimeTypeForFileAtPath": 1,
      "bandwidth": 3,
      "measurement": 1,
      "throttling": 1,
      "maxBandwidthPerSecond": 2,
      "setMaxBandwidthPerSecond": 1,
      "averageBandwidthUsedPerSecond": 2,
      "performThrottling": 2,
      "isBandwidthThrottled": 2,
      "incrementBandwidthUsedInLastSecond": 1,
      "setShouldThrottleBandwidthForWWAN": 1,
      "throttle": 1,
      "throttleBandwidthForWWANUsingLimit": 1,
      "limit": 1,
      "reachability": 1,
      "isNetworkReachableViaWWAN": 1,
      "queue": 12,
      "NSOperationQueue": 4,
      "sharedQueue": 4,
      "defaultCache": 3,
      "maxUploadReadLength": 1,
      "activity": 1,
      "isNetworkInUse": 1,
      "setShouldUpdateNetworkActivityIndicator": 1,
      "shouldUpdate": 1,
      "showNetworkActivityIndicator": 1,
      "hideNetworkActivityIndicator": 1,
      "miscellany": 1,
      "base64forData": 1,
      "theData": 1,
      "expiryDateForRequest": 1,
      "maxAge": 2,
      "dateFromRFC1123String": 1,
      "isMultitaskingSupported": 2,
      "threading": 1,
      "NSThread": 4,
      "threadForRequest": 3,
      "@property": 150,
      "retain": 73,
      "*proxyHost": 1,
      "assign": 84,
      "proxyPort": 2,
      "*proxyType": 1,
      "setter": 2,
      "setURL": 3,
      "nonatomic": 40,
      "readonly": 19,
      "*authenticationRealm": 2,
      "*requestHeaders": 1,
      "*requestCredentials": 1,
      "*rawResponseData": 1,
      "*requestMethod": 1,
      "*postBody": 1,
      "*postBodyFilePath": 1,
      "shouldStreamPostDataFromDisk": 4,
      "didCreateTemporaryPostDataFile": 1,
      "*authenticationScheme": 1,
      "shouldPresentAuthenticationDialog": 1,
      "authenticationRetryCount": 2,
      "haveBuiltRequestHeaders": 1,
      "inProgress": 4,
      "numberOfTimesToRetryOnTimeout": 2,
      "retryCount": 3,
      "shouldAttemptPersistentConnection": 2,
      "@end": 37,
      "<MobileCoreServices/MobileCoreServices.h>": 1,
      "#else": 8,
      "<SystemConfiguration/SystemConfiguration.h>": 1,
      "@": 258,
      "static": 102,
      "*defaultUserAgent": 1,
      "*ASIHTTPRequestRunLoopMode": 1,
      "CFOptionFlags": 1,
      "kNetworkEvents": 1,
      "kCFStreamEventHasBytesAvailable": 1,
      "|": 13,
      "kCFStreamEventEndEncountered": 1,
      "kCFStreamEventErrorOccurred": 1,
      "*sessionCredentialsStore": 1,
      "*sessionProxyCredentialsStore": 1,
      "*sessionCredentialsLock": 1,
      "*sessionCookies": 1,
      "RedirectionLimit": 1,
      "ReadStreamClientCallBack": 1,
      "CFReadStreamRef": 5,
      "readStream": 5,
      "*clientCallBackInfo": 1,
      "ASIHTTPRequest*": 1,
      "clientCallBackInfo": 1,
      "*progressLock": 1,
      "*ASIRequestCancelledError": 1,
      "*ASIRequestTimedOutError": 1,
      "*ASIAuthenticationError": 1,
      "*ASIUnableToCreateRequestError": 1,
      "*ASITooMuchRedirectionError": 1,
      "*bandwidthUsageTracker": 1,
      "nextConnectionNumberToCreate": 1,
      "*persistentConnectionsPool": 1,
      "*connectionsLock": 1,
      "nextRequestID": 1,
      "bandwidthUsedInLastSecond": 1,
      "*bandwidthMeasurementDate": 1,
      "NSLock": 2,
      "*bandwidthThrottlingLock": 1,
      "shouldThrottleBandwidthForWWANOnly": 1,
      "*sessionCookiesLock": 1,
      "*delegateAuthenticationLock": 1,
      "*throttleWakeUpTime": 1,
      "runningRequestCount": 1,
      "shouldUpdateNetworkActivityIndicator": 1,
      "*networkThread": 1,
      "*sharedQueue": 1,
      "cancelLoad": 3,
      "destroyReadStream": 3,
      "scheduleReadStream": 1,
      "unscheduleReadStream": 1,
      "willAskDelegateForCredentials": 1,
      "willAskDelegateForProxyCredentials": 1,
      "askDelegateForProxyCredentials": 1,
      "askDelegateForCredentials": 1,
      "failAuthentication": 1,
      "measureBandwidthUsage": 1,
      "recordBandwidthUsage": 1,
      "startRequest": 3,
      "updateStatus": 2,
      "checkRequestStatus": 2,
      "reportFailure": 3,
      "reportFinished": 1,
      "performRedirect": 1,
      "shouldTimeOut": 2,
      "willRedirect": 1,
      "willAskDelegateToConfirmRedirect": 1,
      "performInvocation": 2,
      "NSInvocation": 4,
      "invocation": 4,
      "releasingObject": 2,
      "objectToRelease": 1,
      "hideNetworkActivityIndicatorAfterDelay": 1,
      "hideNetworkActivityIndicatorIfNeeeded": 1,
      "runRequests": 1,
      "configureProxies": 2,
      "fetchPACFile": 1,
      "finishedDownloadingPACFile": 1,
      "theRequest": 1,
      "runPACScript": 1,
      "script": 1,
      "timeOutPACRead": 1,
      "useDataFromCache": 2,
      "updatePartialDownloadSize": 1,
      "registerForNetworkReachabilityNotifications": 1,
      "unsubscribeFromNetworkReachabilityNotifications": 1,
      "reachabilityChanged": 1,
      "NSNotification": 2,
      "note": 1,
      "performBlockOnMainThread": 2,
      "block": 18,
      "releaseBlocksOnMainThread": 4,
      "releaseBlocks": 3,
      "blocks": 16,
      "callBlock": 1,
      "*postBodyWriteStream": 1,
      "*postBodyReadStream": 1,
      "*compressedPostBody": 1,
      "*compressedPostBodyFilePath": 1,
      "willRetryRequest": 1,
      "*readStream": 1,
      "readStreamIsScheduled": 1,
      "setSynchronous": 2,
      "@implementation": 13,
      "initialize": 1,
      "class": 30,
      "persistentConnectionsPool": 3,
      "alloc": 47,
      "connectionsLock": 3,
      "progressLock": 1,
      "bandwidthThrottlingLock": 1,
      "sessionCookiesLock": 1,
      "sessionCredentialsLock": 1,
      "delegateAuthenticationLock": 1,
      "bandwidthUsageTracker": 1,
      "initWithCapacity": 2,
      "ASIRequestTimedOutError": 1,
      "initWithDomain": 5,
      "dictionaryWithObjectsAndKeys": 10,
      "NSLocalizedDescriptionKey": 10,
      "ASIAuthenticationError": 1,
      "ASIRequestCancelledError": 2,
      "ASIUnableToCreateRequestError": 3,
      "ASITooMuchRedirectionError": 1,
      "setMaxConcurrentOperationCount": 1,
      "setRequestMethod": 3,
      "setRunLoopMode": 2,
      "setShouldAttemptPersistentConnection": 2,
      "setPersistentConnectionTimeoutSeconds": 2,
      "setShouldPresentCredentialsBeforeChallenge": 1,
      "setShouldRedirect": 1,
      "setShowAccurateProgress": 1,
      "setShouldResetDownloadProgress": 1,
      "setShouldResetUploadProgress": 1,
      "setAllowCompressedResponse": 1,
      "setShouldWaitToInflateCompressedResponses": 1,
      "setDefaultResponseEncoding": 1,
      "setShouldPresentProxyAuthenticationDialog": 1,
      "setTimeOutSeconds": 1,
      "setUseSessionPersistence": 1,
      "setUseCookiePersistence": 1,
      "setValidatesSecureCertificate": 1,
      "setRequestCookies": 2,
      "autorelease": 21,
      "setDidStartSelector": 1,
      "@selector": 28,
      "setDidReceiveResponseHeadersSelector": 1,
      "setWillRedirectSelector": 1,
      "willRedirectToURL": 1,
      "setDidFinishSelector": 1,
      "setDidFailSelector": 1,
      "setDidReceiveDataSelector": 1,
      "setCancelledLock": 1,
      "setDownloadCache": 3,
      "return": 165,
      "ASIUseDefaultCachePolicy": 1,
      "*request": 1,
      "setCachePolicy": 1,
      "setAuthenticationNeeded": 2,
      "requestAuthentication": 7,
      "CFRelease": 19,
      "redirectURL": 1,
      "release": 66,
      "statusTimer": 3,
      "invalidate": 2,
      "postBody": 11,
      "compressedPostBody": 4,
      "requestHeaders": 6,
      "requestCookies": 1,
      "fileDownloadOutputStream": 1,
      "inflatedFileDownloadOutputStream": 1,
      "username": 8,
      "domain": 2,
      "authenticationRealm": 4,
      "requestCredentials": 1,
      "proxyHost": 2,
      "proxyType": 1,
      "proxyUsername": 3,
      "proxyPassword": 3,
      "proxyDomain": 1,
      "proxyAuthenticationRealm": 2,
      "proxyAuthenticationScheme": 2,
      "proxyCredentials": 1,
      "originalURL": 1,
      "lastActivityTime": 1,
      "responseCookies": 1,
      "responseHeaders": 5,
      "requestMethod": 13,
      "cancelledLock": 37,
      "postBodyFilePath": 7,
      "compressedPostBodyFilePath": 4,
      "postBodyWriteStream": 7,
      "postBodyReadStream": 2,
      "PACurl": 1,
      "clientCertificates": 2,
      "responseStatusMessage": 1,
      "connectionInfo": 13,
      "requestID": 2,
      "dataDecompressor": 1,
      "userAgentString": 1,
      "super": 25,
      "*blocks": 1,
      "array": 84,
      "addObject": 16,
      "performSelectorOnMainThread": 2,
      "waitUntilDone": 4,
      "isMainThread": 2,
      "Blocks": 1,
      "exits": 1,
      "setRequestHeaders": 2,
      "dictionaryWithCapacity": 2,
      "setObject": 9,
      "forKey": 9,
      "Are": 1,
      "submitting": 1,
      "disk": 1,
      "were": 5,
      "close": 5,
      "setPostBodyWriteStream": 2,
      "*path": 1,
      "setCompressedPostBodyFilePath": 1,
      "NSTemporaryDirectory": 2,
      "stringByAppendingPathComponent": 2,
      "NSProcessInfo": 2,
      "processInfo": 2,
      "globallyUniqueString": 2,
      "*err": 3,
      "ASIDataCompressor": 2,
      "compressDataFromFile": 1,
      "toFile": 1,
      "&": 36,
      "else": 35,
      "setPostLength": 3,
      "NSFileManager": 1,
      "attributesOfItemAtPath": 1,
      "fileSize": 1,
      "errorWithDomain": 6,
      "stringWithFormat": 6,
      "Otherwise": 2,
      "*compressedBody": 1,
      "compressData": 1,
      "setCompressedPostBody": 1,
      "compressedBody": 1,
      "isEqualToString": 13,
      "||": 42,
      "setHaveBuiltPostBody": 1,
      "setupPostBody": 3,
      "setPostBodyFilePath": 1,
      "setDidCreateTemporaryPostDataFile": 1,
      "initToFileAtPath": 1,
      "append": 1,
      "open": 2,
      "setPostBody": 1,
      "maxLength": 3,
      "appendData": 2,
      "*stream": 1,
      "initWithFileAtPath": 1,
      "NSUInteger": 93,
      "bytesRead": 5,
      "hasBytesAvailable": 1,
      "char": 19,
      "*256": 1,
      "sizeof": 13,
      "break": 13,
      "dataWithBytes": 1,
      "*m": 1,
      "unlock": 20,
      "m": 1,
      "newRequestMethod": 3,
      "*u": 1,
      "u": 4,
      "isEqual": 4,
      "NULL": 152,
      "setRedirectURL": 2,
      "d": 11,
      "setDelegate": 4,
      "newDelegate": 6,
      "q": 2,
      "setQueue": 2,
      "newQueue": 3,
      "cancelOnRequestThread": 2,
      "DEBUG_REQUEST_STATUS": 4,
      "ASI_DEBUG_LOG": 11,
      "isCancelled": 6,
      "setComplete": 3,
      "CFRetain": 4,
      "willChangeValueForKey": 1,
      "didChangeValueForKey": 1,
      "onThread": 2,
      "Clear": 3,
      "setDownloadProgressDelegate": 2,
      "setUploadProgressDelegate": 2,
      "initWithBytes": 1,
      "*encoding": 1,
      "rangeOfString": 1,
      ".location": 1,
      "NSNotFound": 1,
      "uncompressData": 1,
      "DEBUG_THROTTLING": 2,
      "setInProgress": 3,
      "NSRunLoop": 2,
      "currentRunLoop": 2,
      "runMode": 1,
      "runLoopMode": 2,
      "beforeDate": 1,
      "distantFuture": 1,
      "start": 3,
      "addOperation": 1,
      "concurrency": 1,
      "isConcurrent": 1,
      "isFinished": 1,
      "isExecuting": 1,
      "logic": 1,
      "@try": 1,
      "UIBackgroundTaskInvalid": 3,
      "UIApplication": 2,
      "sharedApplication": 2,
      "beginBackgroundTaskWithExpirationHandler": 1,
      "dispatch_async": 1,
      "dispatch_get_main_queue": 1,
      "endBackgroundTask": 1,
      "generated": 3,
      "ASINetworkQueue": 4,
      "already.": 1,
      "proceed.": 1,
      "setDidUseCachedResponse": 1,
      "Must": 1,
      "call": 8,
      "create": 1,
      "needs": 1,
      "mainRequest": 9,
      "ll": 6,
      "already": 4,
      "CFHTTPMessageRef": 3,
      "Create": 1,
      "request.": 1,
      "CFHTTPMessageCreateRequest": 1,
      "kCFAllocatorDefault": 3,
      "CFStringRef": 1,
      "CFURLRef": 1,
      "kCFHTTPVersion1_0": 1,
      "kCFHTTPVersion1_1": 1,
      "//If": 2,
      "let": 8,
      "generate": 1,
      "its": 9,
      "Even": 1,
      "chance": 2,
      "add": 5,
      "ASIS3Request": 1,
      "does": 3,
      "process": 1,
      "@catch": 1,
      "NSException": 19,
      "*exception": 1,
      "*underlyingError": 1,
      "exception": 3,
      "name": 7,
      "reason": 1,
      "NSLocalizedFailureReasonErrorKey": 1,
      "underlyingError": 1,
      "@finally": 1,
      "Do": 3,
      "DEBUG_HTTP_AUTHENTICATION": 4,
      "*credentials": 1,
      "auth": 2,
      "basic": 3,
      "any": 3,
      "cached": 2,
      "key": 32,
      "challenge": 1,
      "apply": 2,
      "like": 1,
      "CFHTTPMessageApplyCredentialDictionary": 2,
      "CFDictionaryRef": 1,
      "setAuthenticationScheme": 1,
      "happens": 4,
      "%": 30,
      "re": 9,
      "retrying": 1,
      "our": 6,
      "measure": 1,
      "throttled": 1,
      "setPostBodyReadStream": 2,
      "ASIInputStream": 2,
      "inputStreamWithData": 2,
      "setReadStream": 2,
      "NSMakeCollectable": 3,
      "CFReadStreamCreateForStreamedHTTPRequest": 1,
      "CFReadStreamCreateForHTTPRequest": 1,
      "lowercaseString": 1,
      "*sslProperties": 2,
      "initWithObjectsAndKeys": 1,
      "numberWithBool": 3,
      "kCFStreamSSLAllowsExpiredCertificates": 1,
      "kCFStreamSSLAllowsAnyRoot": 1,
      "kCFStreamSSLValidatesCertificateChain": 1,
      "kCFNull": 1,
      "kCFStreamSSLPeerName": 1,
      "CFReadStreamSetProperty": 1,
      "kCFStreamPropertySSLSettings": 1,
      "CFTypeRef": 1,
      "sslProperties": 2,
      "*certificates": 1,
      "arrayWithCapacity": 2,
      "count": 99,
      "*oldStream": 1,
      "redirecting": 2,
      "connecting": 2,
      "intValue": 4,
      "setConnectionInfo": 2,
      "Check": 1,
      "expired": 1,
      "timeIntervalSinceNow": 1,
      "<": 56,
      "DEBUG_PERSISTENT_CONNECTIONS": 3,
      "removeObject": 2,
      "//Some": 1,
      "previously": 1,
      "there": 1,
      "one": 1,
      "We": 7,
      "just": 4,
      "old": 5,
      "//lists.apple.com/archives/Macnetworkprog/2006/Mar/msg00119.html": 1,
      "oldStream": 4,
      "streamSuccessfullyOpened": 1,
      "setConnectionCanBeReused": 2,
      "Record": 1,
      "started": 1,
      "nothing": 2,
      "setLastActivityTime": 1,
      "setStatusTimer": 2,
      "timerWithTimeInterval": 1,
      "repeats": 1,
      "addTimer": 1,
      "forMode": 1,
      "here": 2,
      "safely": 1,
      "***Black": 1,
      "magic": 1,
      "warning***": 1,
      "reliable": 1,
      "way": 1,
      "track": 1,
      "strong": 4,
      "slow.": 1,
      "secondsSinceLastActivity": 1,
      "*1.5": 1,
      "updating": 1,
      "checking": 1,
      "told": 1,
      "us": 2,
      "auto": 2,
      "resuming": 1,
      "Range": 1,
      "take": 1,
      "account": 1,
      "perhaps": 1,
      "setTotalBytesSent": 1,
      "CFReadStreamCopyProperty": 2,
      "kCFStreamPropertyHTTPRequestBytesWrittenCount": 1,
      "unsignedLongLongValue": 1,
      "middle": 1,
      "said": 1,
      "might": 4,
      "MaxValue": 2,
      "UIProgressView": 2,
      "double": 3,
      "max": 7,
      "setMaxValue": 2,
      "examined": 1,
      "since": 1,
      "authenticate": 1,
      "bytesReadSoFar": 3,
      "setUpdatedProgress": 1,
      "didReceiveBytes": 2,
      "totalSize": 2,
      "setLastBytesRead": 1,
      "pass": 5,
      "pointer": 2,
      "directly": 1,
      "itself": 1,
      "setArgument": 4,
      "atIndex": 6,
      "argumentNumber": 1,
      "callback": 3,
      "NSMethodSignature": 1,
      "*cbSignature": 1,
      "methodSignatureForSelector": 1,
      "*cbInvocation": 1,
      "invocationWithMethodSignature": 1,
      "cbSignature": 1,
      "cbInvocation": 5,
      "setSelector": 1,
      "setTarget": 1,
      "forget": 2,
      "know": 3,
      "removeObjectForKey": 1,
      "dateWithTimeIntervalSinceNow": 1,
      "ignore": 1,
      "ASIFallbackToCacheIfLoadFailsCachePolicy": 2,
      "canUseCachedDataForRequest": 1,
      "setError": 2,
      "*failedRequest": 1,
      "compatible": 1,
      "fail": 1,
      "failedRequest": 4,
      "message": 2,
      "kCFStreamPropertyHTTPResponseHeader": 1,
      "Make": 1,
      "sure": 1,
      "tells": 1,
      "keepAliveHeader": 2,
      "NSScanner": 2,
      "*scanner": 1,
      "scannerWithString": 1,
      "scanner": 5,
      "scanString": 2,
      "intoString": 3,
      "scanInt": 2,
      "scanUpToString": 1,
      "what": 3,
      "hard": 1,
      "throw": 1,
      "away.": 1,
      "*userAgentHeader": 1,
      "*acceptHeader": 1,
      "userAgentHeader": 2,
      "acceptHeader": 2,
      "setHaveBuiltRequestHeaders": 1,
      "Force": 2,
      "rebuild": 2,
      "cookie": 1,
      "incase": 1,
      "got": 1,
      "some": 1,
      "remain": 1,
      "ones": 3,
      "URLWithString": 1,
      "valueForKey": 2,
      "relativeToURL": 1,
      "absoluteURL": 1,
      "setNeedsRedirect": 1,
      "means": 1,
      "manually": 1,
      "added": 5,
      "those": 1,
      "global": 1,
      "But": 1,
      "safest": 1,
      "option": 1,
      "responseCode": 1,
      "Handle": 1,
      "*mimeType": 1,
      "setResponseEncoding": 2,
      "saveProxyCredentialsToKeychain": 1,
      "*authenticationCredentials": 2,
      "credentialWithUser": 2,
      "kCFHTTPAuthenticationUsername": 2,
      "kCFHTTPAuthenticationPassword": 2,
      "persistence": 2,
      "NSURLCredentialPersistencePermanent": 2,
      "authenticationCredentials": 4,
      "setProxyAuthenticationRetryCount": 1,
      "Apply": 1,
      "whatever": 1,
      "ok": 1,
      "CFMutableDictionaryRef": 1,
      "*sessionCredentials": 1,
      "dictionary": 64,
      "sessionCredentials": 6,
      "setRequestCredentials": 1,
      "*newCredentials": 1,
      "*user": 1,
      "*pass": 1,
      "*theRequest": 1,
      "try": 3,
      "connect": 1,
      "website": 1,
      "kCFHTTPAuthenticationSchemeNTLM": 1,
      "Ok": 1,
      "extract": 1,
      "NSArray*": 1,
      "ntlmComponents": 1,
      "componentsSeparatedByString": 1,
      "AUTH": 6,
      "Request": 6,
      "parent": 1,
      "properties": 1,
      "ASIAuthenticationDialog": 2,
      "had": 1,
      "Foo": 2,
      "NSObject": 5,
      "<Cocoa/Cocoa.h>": 2,
      "FooAppDelegate": 2,
      "<NSApplicationDelegate>": 1,
      "@private": 2,
      "NSWindow": 2,
      "*window": 2,
      "IBOutlet": 1,
      "@synthesize": 7,
      "window": 1,
      "applicationDidFinishLaunching": 1,
      "aNotification": 1,
      "argc": 1,
      "*argv": 1,
      "NSLog": 4,
      "#include": 18,
      "<stddef.h>": 1,
      "<stdint.h>": 2,
      "<limits.h>": 2,
      "<TargetConditionals.h>": 1,
      "<AvailabilityMacros.h>": 1,
      "#ifdef": 10,
      "__OBJC__": 4,
      "<Foundation/NSArray.h>": 2,
      "<Foundation/NSData.h>": 2,
      "<Foundation/NSDictionary.h>": 2,
      "<Foundation/NSError.h>": 1,
      "<Foundation/NSObjCRuntime.h>": 2,
      "<Foundation/NSString.h>": 1,
      "__cplusplus": 2,
      "NSINTEGER_DEFINED": 3,
      "defined": 16,
      "__LP64__": 4,
      "NS_BUILD_32_LIKE_64": 3,
      "NSIntegerMin": 3,
      "LONG_MIN": 3,
      "NSIntegerMax": 4,
      "LONG_MAX": 3,
      "NSUIntegerMax": 7,
      "ULONG_MAX": 3,
      "INT_MIN": 3,
      "INT_MAX": 2,
      "UINT_MAX": 3,
      "_JSONKIT_H_": 3,
      "__GNUC__": 14,
      "__APPLE_CC__": 2,
      "JK_DEPRECATED_ATTRIBUTE": 6,
      "__attribute__": 3,
      "deprecated": 1,
      "JSONKIT_VERSION_MAJOR": 1,
      "JSONKIT_VERSION_MINOR": 1,
      "JKFlags": 5,
      "JKParseOptionNone": 1,
      "JKParseOptionStrict": 1,
      "JKParseOptionComments": 2,
      "<<": 16,
      "JKParseOptionUnicodeNewlines": 2,
      "JKParseOptionLooseUnicode": 2,
      "JKParseOptionPermitTextAfterValidJSON": 2,
      "JKParseOptionValidFlags": 1,
      "JKParseOptionFlags": 12,
      "JKSerializeOptionNone": 3,
      "JKSerializeOptionPretty": 2,
      "JKSerializeOptionEscapeUnicode": 2,
      "JKSerializeOptionEscapeForwardSlashes": 2,
      "JKSerializeOptionValidFlags": 1,
      "JKSerializeOptionFlags": 16,
      "struct": 20,
      "JKParseState": 18,
      "Opaque": 1,
      "private": 1,
      "type.": 3,
      "JSONDecoder": 2,
      "*parseState": 16,
      "decoder": 1,
      "decoderWithParseOptions": 1,
      "parseOptionFlags": 11,
      "initWithParseOptions": 1,
      "clearCache": 1,
      "parseUTF8String": 2,
      "size_t": 23,
      "Deprecated": 4,
      "JSONKit": 11,
      "v1.4.": 4,
      "objectWithUTF8String": 4,
      "instead.": 4,
      "parseJSONData": 2,
      "jsonData": 6,
      "objectWithData": 7,
      "mutableObjectWithUTF8String": 2,
      "mutableObjectWithData": 2,
      "////////////": 4,
      "Deserializing": 1,
      "methods": 2,
      "JSONKitDeserializing": 2,
      "objectFromJSONString": 1,
      "objectFromJSONStringWithParseOptions": 2,
      "mutableObjectFromJSONString": 1,
      "mutableObjectFromJSONStringWithParseOptions": 2,
      "objectFromJSONData": 1,
      "objectFromJSONDataWithParseOptions": 2,
      "mutableObjectFromJSONData": 1,
      "mutableObjectFromJSONDataWithParseOptions": 2,
      "Serializing": 1,
      "JSONKitSerializing": 3,
      "JSONData": 3,
      "Invokes": 2,
      "JSONDataWithOptions": 8,
      "includeQuotes": 6,
      "serializeOptions": 14,
      "JSONString": 3,
      "JSONStringWithOptions": 8,
      "serializeUnsupportedClassesUsingDelegate": 4,
      "__BLOCKS__": 1,
      "JSONKitSerializingBlockAdditions": 2,
      "serializeUnsupportedClassesUsingBlock": 4,
      "<stdlib.h>": 1,
      "<string.h>": 1,
      "<assert.h>": 1,
      "<sys/errno.h>": 1,
      "<math.h>": 1,
      "<objc/runtime.h>": 1,
      "//#include": 1,
      "<CoreFoundation/CoreFoundation.h>": 1,
      "<CoreFoundation/CFString.h>": 1,
      "<CoreFoundation/CFArray.h>": 1,
      "<CoreFoundation/CFDictionary.h>": 1,
      "<CoreFoundation/CFNumber.h>": 1,
      "//#import": 1,
      "<Foundation/NSAutoreleasePool.h>": 1,
      "<Foundation/NSException.h>": 1,
      "<Foundation/NSNull.h>": 1,
      "__has_feature": 3,
      "JK_ENABLE_CF_TRANSFER_OWNERSHIP_CALLBACKS": 2,
      "#warning": 1,
      "As": 1,
      "v1.4": 1,
      "longer": 2,
      "required.": 1,
      "option.": 1,
      "__OBJC_GC__": 1,
      "#error": 6,
      "Objective": 2,
      "C": 6,
      "Garbage": 1,
      "Collection": 1,
      "objc_arc": 1,
      "Automatic": 1,
      "Reference": 1,
      "Counting": 1,
      "ARC": 1,
      "xffffffffU": 1,
      "fffffff": 1,
      "ULLONG_MAX": 1,
      "xffffffffffffffffULL": 1,
      "LLONG_MIN": 1,
      "fffffffffffffffLL": 1,
      "LL": 1,
      "requires": 4,
      "types": 2,
      "bits": 1,
      "respectively.": 1,
      "WORD_BIT": 1,
      "LONG_BIT": 1,
      "bit": 1,
      "architectures.": 1,
      "SIZE_MAX": 1,
      "SSIZE_MAX": 1,
      "JK_HASH_INIT": 1,
      "UL": 138,
      "JK_FAST_TRAILING_BYTES": 2,
      "JK_CACHE_SLOTS_BITS": 2,
      "JK_CACHE_SLOTS": 1,
      "JK_CACHE_PROBES": 1,
      "JK_INIT_CACHE_AGE": 1,
      "JK_TOKENBUFFER_SIZE": 1,
      "JK_STACK_OBJS": 1,
      "JK_JSONBUFFER_SIZE": 1,
      "JK_UTF8BUFFER_SIZE": 1,
      "JK_ENCODE_CACHE_SLOTS": 1,
      "JK_ATTRIBUTES": 15,
      "attr": 3,
      "...": 11,
      "##__VA_ARGS__": 7,
      "JK_EXPECTED": 4,
      "cond": 12,
      "expect": 3,
      "__builtin_expect": 1,
      "JK_EXPECT_T": 22,
      "U": 2,
      "JK_EXPECT_F": 14,
      "JK_PREFETCH": 2,
      "ptr": 3,
      "__builtin_prefetch": 1,
      "JK_STATIC_INLINE": 10,
      "__inline__": 1,
      "always_inline": 1,
      "JK_ALIGNED": 1,
      "arg": 11,
      "aligned": 1,
      "JK_UNUSED_ARG": 2,
      "unused": 3,
      "JK_WARN_UNUSED": 1,
      "warn_unused_result": 9,
      "JK_WARN_UNUSED_CONST": 1,
      "JK_WARN_UNUSED_PURE": 1,
      "pure": 2,
      "JK_WARN_UNUSED_SENTINEL": 1,
      "sentinel": 1,
      "JK_NONNULL_ARGS": 1,
      "nonnull": 6,
      "JK_WARN_UNUSED_NONNULL_ARGS": 1,
      "JK_WARN_UNUSED_CONST_NONNULL_ARGS": 1,
      "JK_WARN_UNUSED_PURE_NONNULL_ARGS": 1,
      "__GNUC_MINOR__": 3,
      "JK_ALLOC_SIZE_NON_NULL_ARGS_WARN_UNUSED": 2,
      "nn": 4,
      "alloc_size": 1,
      "JKArray": 14,
      "JKDictionaryEnumerator": 4,
      "JKDictionary": 22,
      "JSONNumberStateStart": 1,
      "JSONNumberStateFinished": 1,
      "JSONNumberStateError": 1,
      "JSONNumberStateWholeNumberStart": 1,
      "JSONNumberStateWholeNumberMinus": 1,
      "JSONNumberStateWholeNumberZero": 1,
      "JSONNumberStateWholeNumber": 1,
      "JSONNumberStatePeriod": 1,
      "JSONNumberStateFractionalNumberStart": 1,
      "JSONNumberStateFractionalNumber": 1,
      "JSONNumberStateExponentStart": 1,
      "JSONNumberStateExponentPlusMinus": 1,
      "JSONNumberStateExponent": 1,
      "JSONStringStateStart": 1,
      "JSONStringStateParsing": 1,
      "JSONStringStateFinished": 1,
      "JSONStringStateError": 1,
      "JSONStringStateEscape": 1,
      "JSONStringStateEscapedUnicode1": 1,
      "JSONStringStateEscapedUnicode2": 1,
      "JSONStringStateEscapedUnicode3": 1,
      "JSONStringStateEscapedUnicode4": 1,
      "JSONStringStateEscapedUnicodeSurrogate1": 1,
      "JSONStringStateEscapedUnicodeSurrogate2": 1,
      "JSONStringStateEscapedUnicodeSurrogate3": 1,
      "JSONStringStateEscapedUnicodeSurrogate4": 1,
      "JSONStringStateEscapedNeedEscapeForSurrogate": 1,
      "JSONStringStateEscapedNeedEscapedUForSurrogate": 1,
      "JKParseAcceptValue": 2,
      "JKParseAcceptComma": 2,
      "JKParseAcceptEnd": 3,
      "JKParseAcceptValueOrEnd": 1,
      "JKParseAcceptCommaOrEnd": 1,
      "JKClassUnknown": 1,
      "JKClassString": 1,
      "JKClassNumber": 1,
      "JKClassArray": 1,
      "JKClassDictionary": 1,
      "JKClassNull": 1,
      "JKManagedBufferOnStack": 1,
      "JKManagedBufferOnHeap": 1,
      "JKManagedBufferLocationMask": 1,
      "JKManagedBufferLocationShift": 1,
      "JKManagedBufferMustFree": 1,
      "JKManagedBufferFlags": 1,
      "JKObjectStackOnStack": 1,
      "JKObjectStackOnHeap": 1,
      "JKObjectStackLocationMask": 1,
      "JKObjectStackLocationShift": 1,
      "JKObjectStackMustFree": 1,
      "JKObjectStackFlags": 1,
      "JKTokenTypeInvalid": 1,
      "JKTokenTypeNumber": 1,
      "JKTokenTypeString": 1,
      "JKTokenTypeObjectBegin": 1,
      "JKTokenTypeObjectEnd": 1,
      "JKTokenTypeArrayBegin": 1,
      "JKTokenTypeArrayEnd": 1,
      "JKTokenTypeSeparator": 1,
      "JKTokenTypeComma": 1,
      "JKTokenTypeTrue": 1,
      "JKTokenTypeFalse": 1,
      "JKTokenTypeNull": 1,
      "JKTokenTypeWhiteSpace": 1,
      "JKTokenType": 2,
      "JKValueTypeNone": 1,
      "JKValueTypeString": 1,
      "JKValueTypeLongLong": 1,
      "JKValueTypeUnsignedLongLong": 1,
      "JKValueTypeDouble": 1,
      "JKValueType": 1,
      "JKEncodeOptionAsData": 1,
      "JKEncodeOptionAsString": 1,
      "JKEncodeOptionAsTypeMask": 1,
      "JKEncodeOptionCollectionObj": 1,
      "JKEncodeOptionStringObj": 1,
      "JKEncodeOptionStringObjTrimQuotes": 1,
      "JKEncodeOptionType": 2,
      "JKHash": 4,
      "JKTokenCacheItem": 2,
      "JKTokenCache": 2,
      "JKTokenValue": 2,
      "JKParseToken": 2,
      "JKPtrRange": 2,
      "JKObjectStack": 5,
      "JKBuffer": 2,
      "JKConstBuffer": 2,
      "JKConstPtrRange": 2,
      "JKRange": 2,
      "JKManagedBuffer": 5,
      "JKFastClassLookup": 2,
      "JKEncodeCache": 6,
      "JKEncodeState": 11,
      "JKObjCImpCache": 2,
      "JKHashTableEntry": 21,
      "serializeObject": 1,
      "options": 6,
      "optionFlags": 1,
      "encodeOption": 2,
      "JKSERIALIZER_BLOCKS_PROTO": 1,
      "releaseState": 1,
      "keyHash": 21,
      "uint32_t": 1,
      "UTF32": 11,
      "uint16_t": 1,
      "UTF16": 1,
      "uint8_t": 1,
      "UTF8": 2,
      "conversionOK": 1,
      "sourceExhausted": 1,
      "targetExhausted": 1,
      "sourceIllegal": 1,
      "ConversionResult": 1,
      "UNI_REPLACEMENT_CHAR": 1,
      "FFFD": 1,
      "UNI_MAX_BMP": 1,
      "FFFF": 3,
      "UNI_MAX_UTF16": 1,
      "UNI_MAX_UTF32": 1,
      "FFFFFFF": 1,
      "UNI_MAX_LEGAL_UTF32": 1,
      "UNI_SUR_HIGH_START": 1,
      "xD800": 1,
      "UNI_SUR_HIGH_END": 1,
      "xDBFF": 1,
      "UNI_SUR_LOW_START": 1,
      "xDC00": 1,
      "UNI_SUR_LOW_END": 1,
      "xDFFF": 1,
      "trailingBytesForUTF8": 1,
      "offsetsFromUTF8": 1,
      "E2080UL": 1,
      "C82080UL": 1,
      "xFA082080UL": 1,
      "firstByteMark": 1,
      "xC0": 1,
      "xE0": 1,
      "xF0": 1,
      "xF8": 1,
      "xFC": 1,
      "JK_AT_STRING_PTR": 1,
      "stringBuffer.bytes.ptr": 2,
      "JK_END_STRING_PTR": 1,
      "stringBuffer.bytes.length": 1,
      "*_JKArrayCreate": 2,
      "*objects": 5,
      "mutableCollection": 7,
      "_JKArrayInsertObjectAtIndex": 3,
      "*array": 9,
      "newObject": 12,
      "objectIndex": 48,
      "_JKArrayReplaceObjectAtIndexWithObject": 3,
      "_JKArrayRemoveObjectAtIndex": 3,
      "_JKDictionaryCapacityForCount": 4,
      "*_JKDictionaryCreate": 2,
      "*keys": 2,
      "*keyHashes": 2,
      "*_JKDictionaryHashEntry": 2,
      "*dictionary": 13,
      "_JKDictionaryCapacity": 3,
      "_JKDictionaryResizeIfNeccessary": 3,
      "_JKDictionaryRemoveObjectWithEntry": 3,
      "*entry": 4,
      "_JKDictionaryAddObject": 4,
      "*_JKDictionaryHashTableEntryForKey": 2,
      "aKey": 13,
      "_JSONDecoderCleanup": 1,
      "*decoder": 1,
      "_NSStringObjectFromJSONString": 1,
      "*jsonString": 1,
      "**error": 1,
      "jk_managedBuffer_release": 1,
      "*managedBuffer": 3,
      "jk_managedBuffer_setToStackBuffer": 1,
      "*ptr": 2,
      "*jk_managedBuffer_resize": 1,
      "newSize": 1,
      "jk_objectStack_release": 1,
      "*objectStack": 3,
      "jk_objectStack_setToStackBuffer": 1,
      "**objects": 1,
      "**keys": 1,
      "CFHashCode": 1,
      "*cfHashes": 1,
      "jk_objectStack_resize": 1,
      "newCount": 1,
      "jk_error": 1,
      "*format": 7,
      "jk_parse_string": 1,
      "jk_parse_number": 1,
      "jk_parse_is_newline": 1,
      "*atCharacterPtr": 1,
      "jk_parse_skip_newline": 1,
      "jk_parse_skip_whitespace": 1,
      "jk_parse_next_token": 1,
      "jk_error_parse_accept_or3": 1,
      "*or1String": 1,
      "*or2String": 1,
      "*or3String": 1,
      "*jk_create_dictionary": 1,
      "startingObjectIndex": 1,
      "*jk_parse_dictionary": 1,
      "*jk_parse_array": 1,
      "*jk_object_for_token": 1,
      "*jk_cachedObjects": 1,
      "jk_cache_age": 1,
      "jk_set_parsed_token": 1,
      "advanceBy": 1,
      "jk_encode_error": 1,
      "*encodeState": 9,
      "jk_encode_printf": 1,
      "*cacheSlot": 4,
      "startingAtIndex": 4,
      "jk_encode_write": 1,
      "jk_encode_writePrettyPrintWhiteSpace": 1,
      "jk_encode_write1slow": 2,
      "ssize_t": 2,
      "depthChange": 2,
      "jk_encode_write1fast": 2,
      "jk_encode_writen": 1,
      "jk_encode_object_hash": 1,
      "*objectPtr": 2,
      "jk_encode_updateCache": 1,
      "jk_encode_add_atom_to_buffer": 1,
      "jk_encode_write1": 1,
      "es": 3,
      "dc": 3,
      "f": 8,
      "_jk_encode_prettyPrint": 1,
      "jk_min": 1,
      "b": 4,
      "jk_max": 3,
      "jk_calculateHash": 1,
      "currentHash": 1,
      "c": 7,
      "Class": 3,
      "_JKArrayClass": 5,
      "_JKArrayInstanceSize": 4,
      "_JKDictionaryClass": 5,
      "_JKDictionaryInstanceSize": 4,
      "_jk_NSNumberClass": 2,
      "NSNumberAllocImp": 2,
      "_jk_NSNumberAllocImp": 2,
      "NSNumberInitWithUnsignedLongLongImp": 2,
      "_jk_NSNumberInitWithUnsignedLongLongImp": 2,
      "jk_collectionClassLoadTimeInitialization": 2,
      "constructor": 1,
      "NSAutoreleasePool": 2,
      "*pool": 1,
      "Though": 1,
      "technically": 1,
      "run": 1,
      "environment": 1,
      "load": 1,
      "initialization": 1,
      "less": 1,
      "ideal.": 1,
      "objc_getClass": 2,
      "class_getInstanceSize": 2,
      "methodForSelector": 2,
      "temp_NSNumber": 4,
      "initWithUnsignedLongLong": 1,
      "pool": 2,
      "<NSCopying,>": 2,
      "NSMutableCopying": 2,
      "NSFastEnumeration": 2,
      "capacity": 51,
      "mutations": 20,
      "allocWithZone": 4,
      "NSZone": 4,
      "zone": 8,
      "raise": 18,
      "NSInvalidArgumentException": 6,
      "format": 18,
      "NSStringFromClass": 18,
      "NSStringFromSelector": 16,
      "_cmd": 16,
      "NSCParameterAssert": 19,
      "objects": 58,
      "calloc": 5,
      "Directly": 2,
      "allocate": 2,
      "instance": 2,
      "calloc.": 2,
      "isa": 2,
      "malloc": 1,
      "memcpy": 2,
      "<=>": 15,
      "*newObjects": 1,
      "newObjects": 2,
      "realloc": 1,
      "NSMallocException": 2,
      "memset": 1,
      "memmove": 2,
      "atObject": 12,
      "free": 4,
      "NSParameterAssert": 15,
      "getObjects": 2,
      "objectsPtr": 3,
      "range": 8,
      "NSRange": 1,
      "NSMaxRange": 4,
      "NSRangeException": 6,
      "range.location": 2,
      "range.length": 1,
      "objectAtIndex": 8,
      "countByEnumeratingWithState": 2,
      "NSFastEnumerationState": 2,
      "stackbuf": 8,
      "len": 6,
      "mutationsPtr": 2,
      "itemsPtr": 2,
      "enumeratedCount": 8,
      "insertObject": 1,
      "anObject": 16,
      "NSInternalInconsistencyException": 4,
      "__clang_analyzer__": 3,
      "Stupid": 2,
      "clang": 3,
      "analyzer...": 2,
      "Issue": 2,
      "#19.": 2,
      "removeObjectAtIndex": 1,
      "replaceObjectAtIndex": 1,
      "copyWithZone": 1,
      "initWithObjects": 2,
      "mutableCopyWithZone": 1,
      "NSEnumerator": 2,
      "collection": 11,
      "nextObject": 6,
      "initWithJKDictionary": 3,
      "initDictionary": 4,
      "allObjects": 2,
      "arrayWithObjects": 1,
      "_JKDictionaryHashEntry": 2,
      "returnObject": 3,
      "entry": 41,
      ".key": 11,
      "jk_dictionaryCapacities": 4,
      "bottom": 6,
      "top": 8,
      "mid": 5,
      "tableSize": 2,
      "lround": 1,
      "floor": 1,
      "capacityForCount": 4,
      "resize": 3,
      "oldCapacity": 2,
      "NS_BLOCK_ASSERTIONS": 1,
      "oldCount": 2,
      "*oldEntry": 1,
      "idx": 33,
      "oldEntry": 9,
      ".keyHash": 2,
      ".object": 7,
      "keys": 5,
      "keyHashes": 2,
      "atEntry": 45,
      "removeIdx": 3,
      "entryIdx": 4,
      "*atEntry": 3,
      "addKeyEntry": 2,
      "addIdx": 5,
      "*atAddEntry": 1,
      "atAddEntry": 6,
      "keyEntry": 4,
      "CFEqual": 2,
      "CFHash": 1,
      "table": 7,
      "would": 2,
      "now.": 1,
      "entryForKey": 3,
      "_JKDictionaryHashTableEntryForKey": 1,
      "andKeys": 1,
      "arrayIdx": 5,
      "keyEnumerator": 1,
      "copy": 4,
      "Why": 1,
      "earth": 1,
      "complain": 1,
      "doesn": 1,
      "Internal": 2,
      "Unable": 2,
      "temporary": 2,
      "buffer.": 2,
      "line": 2,
      "#": 2,
      "ld": 2,
      "Invalid": 1,
      "character": 1,
      "x.": 1,
      "n": 7,
      "r": 6,
      "F": 1,
      ".": 2,
      "e": 1,
      "Unexpected": 1,
      "token": 1,
      "wanted": 1,
      "Expected": 3,
      "MainMenuViewController": 2,
      "TTTableViewController": 1,
      "///////////////////////////////////////////////////////////////////////////////////////////////////": 24,
      "initWithNibName": 3,
      "nibNameOrNil": 1,
      "bundle": 3,
      "NSBundle": 1,
      "nibBundleOrNil": 1,
      "self.title": 2,
      "//self.variableHeightRows": 1,
      "self.tableViewStyle": 1,
      "UITableViewStyleGrouped": 1,
      "self.dataSource": 1,
      "TTSectionedDataSource": 1,
      "dataSourceWithObjects": 1,
      "TTTableTextItem": 48,
      "itemWithText": 48,
      "URL": 48,
      "PlaygroundViewController": 2,
      "UIViewController": 2,
      "UIScrollView*": 1,
      "_scrollView": 9,
      "<Three20Core/NSDataAdditions.h>": 1,
      "CGFloat": 44,
      "kFramePadding": 7,
      "kElementSpacing": 3,
      "kGroupSpacing": 5,
      "addHeader": 5,
      "yOffset": 42,
      "UILabel*": 2,
      "label": 6,
      "UILabel": 2,
      "initWithFrame": 12,
      "CGRectZero": 5,
      "label.text": 2,
      "label.font": 3,
      "UIFont": 3,
      "systemFontOfSize": 2,
      "label.numberOfLines": 2,
      "CGRect": 41,
      "frame": 38,
      "label.frame": 4,
      "frame.origin.x": 3,
      "frame.origin.y": 16,
      "frame.size.width": 4,
      "frame.size.height": 15,
      "sizeWithFont": 2,
      "constrainedToSize": 2,
      "CGSizeMake": 3,
      ".height": 4,
      "addSubview": 8,
      "label.frame.size.height": 2,
      "TT_RELEASE_SAFELY": 12,
      "addText": 5,
      "loadView": 4,
      "UIScrollView": 1,
      "self.view.bounds": 2,
      "_scrollView.autoresizingMask": 1,
      "UIViewAutoresizingFlexibleWidth": 4,
      "UIViewAutoresizingFlexibleHeight": 1,
      "self.view": 4,
      "NSLocalizedString": 9,
      "UIButton*": 1,
      "button": 5,
      "UIButton": 1,
      "buttonWithType": 1,
      "UIButtonTypeRoundedRect": 1,
      "setTitle": 1,
      "forState": 4,
      "UIControlStateNormal": 1,
      "addTarget": 1,
      "action": 1,
      "debugTestAction": 2,
      "forControlEvents": 1,
      "UIControlEventTouchUpInside": 1,
      "sizeToFit": 1,
      "button.frame": 2,
      "TTCurrentLocale": 2,
      "displayNameForKey": 1,
      "NSLocaleIdentifier": 1,
      "localeIdentifier": 1,
      "TTPathForBundleResource": 1,
      "TTPathForDocumentsResource": 1,
      "dataUsingEncoding": 2,
      "NSUTF8StringEncoding": 2,
      "md5Hash": 1,
      "setContentSize": 1,
      "viewDidUnload": 2,
      "viewDidAppear": 2,
      "animated": 27,
      "flashScrollIndicators": 1,
      "DEBUG": 1,
      "TTDPRINTMETHODNAME": 1,
      "TTDPRINT": 9,
      "TTMAXLOGLEVEL": 1,
      "TTDERROR": 1,
      "TTLOGLEVEL_ERROR": 1,
      "TTDWARNING": 1,
      "TTLOGLEVEL_WARNING": 1,
      "TTDINFO": 1,
      "TTLOGLEVEL_INFO": 1,
      "TTDCONDITIONLOG": 3,
      "rand": 1,
      "TTDASSERT": 2,
      "SBJsonParser": 2,
      "maxDepth": 2,
      "NSData*": 1,
      "objectWithString": 5,
      "repr": 5,
      "jsonText": 1,
      "NSError**": 2,
      "self.maxDepth": 2,
      "Methods": 1,
      "self.error": 3,
      "SBJsonStreamParserAccumulator": 2,
      "*accumulator": 1,
      "SBJsonStreamParserAdapter": 2,
      "*adapter": 1,
      "adapter.delegate": 1,
      "accumulator": 1,
      "SBJsonStreamParser": 2,
      "*parser": 1,
      "parser.maxDepth": 1,
      "parser.delegate": 1,
      "adapter": 1,
      "switch": 3,
      "parse": 1,
      "case": 8,
      "SBJsonStreamParserComplete": 1,
      "accumulator.value": 1,
      "SBJsonStreamParserWaitingForData": 1,
      "SBJsonStreamParserError": 1,
      "parser.error": 1,
      "error_": 2,
      "tmp": 3,
      "*ui": 1,
      "*error_": 1,
      "ui": 1,
      "StyleViewController": 2,
      "TTViewController": 1,
      "TTStyle*": 7,
      "_style": 8,
      "_styleHighlight": 6,
      "_styleDisabled": 6,
      "_styleSelected": 6,
      "_styleType": 6,
      "kTextStyleType": 2,
      "kViewStyleType": 2,
      "kImageStyleType": 2,
      "initWithStyleName": 1,
      "styleType": 3,
      "TTStyleSheet": 4,
      "globalStyleSheet": 4,
      "styleWithSelector": 4,
      "UIControlStateHighlighted": 1,
      "UIControlStateDisabled": 1,
      "UIControlStateSelected": 1,
      "addTextView": 5,
      "title": 2,
      "style": 29,
      "textFrame": 3,
      "TTRectInset": 3,
      "UIEdgeInsetsMake": 3,
      "StyleView*": 2,
      "StyleView": 2,
      "text.text": 1,
      "TTStyleContext*": 1,
      "context": 4,
      "TTStyleContext": 1,
      "context.frame": 1,
      "context.delegate": 1,
      "context.font": 1,
      "systemFontSize": 1,
      "CGSize": 5,
      "addToSize": 1,
      "CGSizeZero": 1,
      "size.width": 1,
      "size.height": 1,
      "textFrame.size": 1,
      "text.frame": 1,
      "text.style": 1,
      "text.backgroundColor": 1,
      "UIColor": 3,
      "colorWithRed": 3,
      "green": 3,
      "blue": 3,
      "alpha": 3,
      "text.autoresizingMask": 1,
      "UIViewAutoresizingFlexibleBottomMargin": 3,
      "addView": 5,
      "viewFrame": 4,
      "view": 11,
      "view.style": 2,
      "view.backgroundColor": 2,
      "view.autoresizingMask": 2,
      "addImageView": 5,
      "TTImageView*": 1,
      "TTImageView": 1,
      "view.urlPath": 1,
      "imageFrame": 2,
      "view.frame": 2,
      "imageFrame.size": 1,
      "view.image.size": 1,
      "TUITableViewStylePlain": 2,
      "regular": 1,
      "TUITableViewStyleGrouped": 1,
      "grouped": 1,
      "stick": 1,
      "scroll": 3,
      "TUITableViewStyle": 4,
      "TUITableViewScrollPositionNone": 2,
      "TUITableViewScrollPositionTop": 2,
      "TUITableViewScrollPositionMiddle": 1,
      "TUITableViewScrollPositionBottom": 1,
      "TUITableViewScrollPositionToVisible": 3,
      "supported": 1,
      "TUITableViewScrollPosition": 5,
      "TUITableViewInsertionMethodBeforeIndex": 1,
      "NSOrderedAscending": 4,
      "TUITableViewInsertionMethodAtIndex": 1,
      "NSOrderedSame": 1,
      "TUITableViewInsertionMethodAfterIndex": 1,
      "NSOrderedDescending": 4,
      "TUITableViewInsertionMethod": 3,
      "TUITableViewCell": 23,
      "@protocol": 3,
      "TUITableViewDataSource": 2,
      "TUITableView": 25,
      "TUITableViewDelegate": 1,
      "<NSObject,>": 1,
      "TUIScrollViewDelegate": 1,
      "tableView": 45,
      "heightForRowAtIndexPath": 2,
      "TUIFastIndexPath": 89,
      "indexPath": 47,
      "@optional": 2,
      "willDisplayCell": 2,
      "cell": 21,
      "forRowAtIndexPath": 2,
      "subview": 1,
      "didSelectRowAtIndexPath": 3,
      "left/right": 2,
      "mouse": 2,
      "down": 1,
      "up/down": 1,
      "didDeselectRowAtIndexPath": 3,
      "didClickRowAtIndexPath": 1,
      "withEvent": 2,
      "NSEvent": 3,
      "event": 8,
      "look": 1,
      "clickCount": 1,
      "TUITableView*": 1,
      "shouldSelectRowAtIndexPath": 3,
      "TUIFastIndexPath*": 1,
      "forEvent": 3,
      "NSEvent*": 1,
      "NSMenu": 1,
      "menuForRowAtIndexPath": 1,
      "tableViewWillReloadData": 3,
      "tableViewDidReloadData": 3,
      "targetIndexPathForMoveFromRowAtIndexPath": 1,
      "fromPath": 1,
      "toProposedIndexPath": 1,
      "proposedPath": 1,
      "TUIScrollView": 1,
      "__unsafe_unretained": 2,
      "<TUITableViewDataSource>": 4,
      "_dataSource": 6,
      "weak": 2,
      "_sectionInfo": 27,
      "TUIView": 17,
      "_pullDownView": 4,
      "_headerView": 8,
      "_lastSize": 1,
      "_contentHeight": 7,
      "NSMutableIndexSet": 6,
      "_visibleSectionHeaders": 6,
      "_visibleItems": 14,
      "_reusableTableCells": 5,
      "_selectedIndexPath": 9,
      "_indexPathShouldBeFirstResponder": 2,
      "_futureMakeFirstResponderToken": 2,
      "_keepVisibleIndexPathForReload": 2,
      "_relativeOffsetForReload": 2,
      "drag": 1,
      "reorder": 1,
      "_dragToReorderCell": 5,
      "CGPoint": 7,
      "_currentDragToReorderLocation": 1,
      "_currentDragToReorderMouseOffset": 1,
      "_currentDragToReorderIndexPath": 1,
      "_currentDragToReorderInsertionMethod": 1,
      "_previousDragToReorderIndexPath": 1,
      "_previousDragToReorderInsertionMethod": 1,
      "animateSelectionChanges": 3,
      "forceSaveScrollPosition": 1,
      "derepeaterEnabled": 1,
      "layoutSubviewsReentrancyGuard": 1,
      "didFirstLayout": 1,
      "dataSourceNumberOfSectionsInTableView": 1,
      "delegateTableViewWillDisplayCellForRowAtIndexPath": 1,
      "maintainContentOffsetAfterReload": 3,
      "_tableFlags": 1,
      "creation.": 1,
      "calls": 1,
      "UITableViewStylePlain": 1,
      "unsafe_unretained": 2,
      "dataSource": 2,
      "<TUITableViewDelegate>": 4,
      "readwrite": 1,
      "reloadData": 3,
      "reloadDataMaintainingVisibleIndexPath": 2,
      "relativeOffset": 5,
      "reloadLayout": 2,
      "numberOfSections": 10,
      "numberOfRowsInSection": 9,
      "section": 60,
      "rectForHeaderOfSection": 4,
      "rectForSection": 3,
      "rectForRowAtIndexPath": 7,
      "NSIndexSet": 4,
      "indexesOfSectionsInRect": 2,
      "rect": 10,
      "indexesOfSectionHeadersInRect": 2,
      "indexPathForCell": 2,
      "returns": 4,
      "visible": 16,
      "indexPathsForRowsInRect": 3,
      "indexPathForRowAtPoint": 2,
      "point": 11,
      "indexPathForRowAtVerticalOffset": 2,
      "offset": 23,
      "indexOfSectionWithHeaderAtPoint": 2,
      "indexOfSectionWithHeaderAtVerticalOffset": 2,
      "enumerateIndexPathsUsingBlock": 2,
      "*indexPath": 11,
      "*stop": 7,
      "enumerateIndexPathsWithOptions": 2,
      "NSEnumerationOptions": 4,
      "usingBlock": 6,
      "enumerateIndexPathsFromIndexPath": 4,
      "fromIndexPath": 6,
      "toIndexPath": 12,
      "withOptions": 4,
      "headerViewForSection": 6,
      "cellForRowAtIndexPath": 9,
      "index": 11,
      "visibleCells": 3,
      "order": 1,
      "sortedVisibleCells": 2,
      "indexPathsForVisibleRows": 2,
      "scrollToRowAtIndexPath": 3,
      "atScrollPosition": 3,
      "scrollPosition": 9,
      "indexPathForSelectedRow": 4,
      "representing": 1,
      "row": 36,
      "selection.": 1,
      "indexPathForFirstRow": 2,
      "indexPathForLastRow": 2,
      "selectRowAtIndexPath": 3,
      "deselectRowAtIndexPath": 3,
      "*pullDownView": 1,
      "pullDownViewIsVisible": 3,
      "*headerView": 6,
      "dequeueReusableCellWithIdentifier": 2,
      "identifier": 7,
      "<NSObject>": 1,
      "@required": 1,
      "canMoveRowAtIndexPath": 2,
      "moveRowAtIndexPath": 2,
      "numberOfSectionsInTableView": 3,
      "NSIndexPath": 5,
      "indexPathForRow": 11,
      "inSection": 11,
      "HEADER_Z_POSITION": 2,
      "beginning": 1,
      "height": 19,
      "TUITableViewRowInfo": 3,
      "TUITableViewSection": 16,
      "*_tableView": 1,
      "*_headerView": 1,
      "reusable": 1,
      "similar": 1,
      "UITableView": 1,
      "sectionIndex": 23,
      "numberOfRows": 13,
      "sectionHeight": 9,
      "sectionOffset": 8,
      "*rowInfo": 1,
      "initWithNumberOfRows": 2,
      "_tableView": 3,
      "rowInfo": 7,
      "_setupRowHeights": 2,
      "*header": 1,
      "self.headerView": 2,
      "roundf": 2,
      "header.frame.size.height": 1,
      "i": 41,
      "h": 3,
      "_tableView.delegate": 1,
      ".offset": 2,
      "rowHeight": 2,
      "sectionRowOffset": 2,
      "tableRowOffset": 2,
      "headerHeight": 4,
      "self.headerView.frame.size.height": 1,
      "headerView": 14,
      "_tableView.dataSource": 3,
      "respondsToSelector": 8,
      "_headerView.autoresizingMask": 1,
      "TUIViewAutoresizingFlexibleWidth": 1,
      "_headerView.layer.zPosition": 1,
      "Private": 1,
      "_updateSectionInfo": 2,
      "_updateDerepeaterViews": 2,
      "pullDownView": 1,
      "_tableFlags.animateSelectionChanges": 3,
      "_tableFlags.delegateTableViewWillDisplayCellForRowAtIndexPath": 1,
      "setDataSource": 1,
      "_tableFlags.dataSourceNumberOfSectionsInTableView": 2,
      "setAnimateSelectionChanges": 1,
      "*s": 3,
      "y": 12,
      "CGRectMake": 8,
      "self.bounds.size.width": 4,
      "indexPath.section": 3,
      "indexPath.row": 1,
      "*section": 8,
      "removeFromSuperview": 4,
      "removeAllIndexes": 2,
      "*sections": 1,
      "bounds": 2,
      ".size.height": 1,
      "self.contentInset.top*2": 1,
      "section.sectionOffset": 1,
      "sections": 4,
      "self.contentInset.bottom": 1,
      "_enqueueReusableCell": 2,
      "*identifier": 1,
      "cell.reuseIdentifier": 1,
      "*c": 1,
      "lastObject": 1,
      "removeLastObject": 1,
      "prepareForReuse": 1,
      "allValues": 1,
      "SortCells": 1,
      "*a": 2,
      "*b": 2,
      "*ctx": 1,
      "a.frame.origin.y": 2,
      "b.frame.origin.y": 2,
      "*v": 2,
      "v": 4,
      "sortedArrayUsingComparator": 1,
      "NSComparator": 1,
      "NSComparisonResult": 1,
      "INDEX_PATHS_FOR_VISIBLE_ROWS": 4,
      "allKeys": 1,
      "*i": 4,
      "*cell": 7,
      "*indexes": 2,
      "CGRectIntersectsRect": 5,
      "indexes": 4,
      "addIndex": 3,
      "*indexPaths": 1,
      "cellRect": 7,
      "indexPaths": 2,
      "CGRectContainsPoint": 1,
      "cellRect.origin.y": 1,
      "origin": 1,
      "brief": 1,
      "Obtain": 1,
      "whose": 2,
      "specified": 1,
      "exists": 1,
      "negative": 1,
      "returned": 1,
      "param": 1,
      "p": 3,
      "0": 2,
      "width": 1,
      "point.y": 1,
      "section.headerView": 9,
      "sectionLowerBound": 2,
      "fromIndexPath.section": 1,
      "sectionUpperBound": 3,
      "toIndexPath.section": 1,
      "rowLowerBound": 2,
      "fromIndexPath.row": 1,
      "rowUpperBound": 3,
      "toIndexPath.row": 1,
      "irow": 3,
      "lower": 1,
      "bound": 1,
      "iteration...": 1,
      "rowCount": 3,
      "j": 5,
      "FALSE": 2,
      "...then": 1,
      "zero": 1,
      "iterations": 1,
      "_topVisibleIndexPath": 1,
      "*topVisibleIndex": 1,
      "sortedArrayUsingSelector": 1,
      "topVisibleIndex": 2,
      "setFrame": 2,
      "_tableFlags.forceSaveScrollPosition": 1,
      "setContentOffset": 2,
      "_tableFlags.didFirstLayout": 1,
      "prevent": 2,
      "layout": 3,
      "pinned": 5,
      "isKindOfClass": 2,
      "TUITableViewSectionHeader": 5,
      ".pinnedToViewport": 2,
      "TRUE": 1,
      "pinnedHeader": 1,
      "CGRectGetMaxY": 2,
      "headerFrame": 4,
      "pinnedHeader.frame.origin.y": 1,
      "intersecting": 1,
      "push": 1,
      "upwards.": 1,
      "pinnedHeaderFrame": 2,
      "pinnedHeader.frame": 2,
      "pinnedHeaderFrame.origin.y": 1,
      "notify": 3,
      "section.headerView.frame": 1,
      "setNeedsLayout": 3,
      "section.headerView.superview": 1,
      "remove": 4,
      "offscreen": 2,
      "toRemove": 1,
      "enumerateIndexesUsingBlock": 1,
      "removeIndex": 1,
      "_layoutCells": 3,
      "visibleCellsNeedRelayout": 5,
      "remaining": 1,
      "cells": 7,
      "cell.frame": 1,
      "cell.layer.zPosition": 1,
      "visibleRect": 3,
      "Example": 1,
      "*oldVisibleIndexPaths": 1,
      "*newVisibleIndexPaths": 1,
      "*indexPathsToRemove": 1,
      "oldVisibleIndexPaths": 2,
      "mutableCopy": 2,
      "indexPathsToRemove": 2,
      "removeObjectsInArray": 2,
      "newVisibleIndexPaths": 2,
      "*indexPathsToAdd": 1,
      "indexPathsToAdd": 2,
      "newly": 1,
      "superview": 1,
      "bringSubviewToFront": 1,
      "self.contentSize": 3,
      "headerViewRect": 3,
      "s.height": 3,
      "_headerView.frame.size.height": 2,
      "visible.size.width": 3,
      "_headerView.frame": 1,
      "_headerView.hidden": 4,
      "show": 2,
      "pullDownRect": 4,
      "_pullDownView.frame.size.height": 2,
      "_pullDownView.hidden": 4,
      "_pullDownView.frame": 1,
      "self.delegate": 10,
      "recycle": 1,
      "regenerated": 3,
      "layoutSubviews": 5,
      "because": 1,
      "dragged": 1,
      "clear": 3,
      "removeAllObjects": 1,
      "laid": 1,
      "next": 2,
      "_tableFlags.layoutSubviewsReentrancyGuard": 3,
      "setAnimationsEnabled": 1,
      "CATransaction": 3,
      "begin": 1,
      "setDisableActions": 1,
      "_preLayoutCells": 2,
      "munge": 2,
      "contentOffset": 2,
      "_layoutSectionHeaders": 2,
      "_tableFlags.derepeaterEnabled": 1,
      "commit": 1,
      "selected": 2,
      "overlapped": 1,
      "r.size.height": 4,
      "headerFrame.size.height": 1,
      "r.origin.y": 1,
      "v.size.height": 2,
      "scrollRectToVisible": 2,
      "sec": 3,
      "_makeRowAtIndexPathFirstResponder": 2,
      "responder": 2,
      "made": 1,
      "acceptsFirstResponder": 1,
      "self.nsWindow": 3,
      "makeFirstResponderIfNotAlreadyInResponderChain": 1,
      "futureMakeFirstResponderRequestToken": 1,
      "*oldIndexPath": 1,
      "oldIndexPath": 2,
      "setSelected": 2,
      "setNeedsDisplay": 2,
      "selection": 3,
      "actually": 2,
      "NSResponder": 1,
      "*firstResponder": 1,
      "firstResponder": 3,
      "indexPathForFirstVisibleRow": 2,
      "*firstIndexPath": 1,
      "firstIndexPath": 4,
      "indexPathForLastVisibleRow": 2,
      "*lastIndexPath": 5,
      "lastIndexPath": 8,
      "performKeyAction": 2,
      "repeative": 1,
      "press": 1,
      "noCurrentSelection": 2,
      "isARepeat": 1,
      "TUITableViewCalculateNextIndexPathBlock": 3,
      "selectValidIndexPath": 3,
      "*startForNoSelection": 2,
      "calculateNextIndexPath": 4,
      "foundValidNextRow": 4,
      "*newIndexPath": 1,
      "newIndexPath": 6,
      "startForNoSelection": 1,
      "_delegate": 2,
      "self.animateSelectionChanges": 1,
      "charactersIgnoringModifiers": 1,
      "characterAtIndex": 1,
      "NSUpArrowFunctionKey": 1,
      "lastIndexPath.section": 2,
      "lastIndexPath.row": 2,
      "rowsInSection": 7,
      "NSDownArrowFunctionKey": 1,
      "_tableFlags.maintainContentOffsetAfterReload": 2,
      "setMaintainContentOffsetAfterReload": 1,
      "newValue": 2,
      "indexPathWithIndexes": 1,
      "indexAtPosition": 2
    },
    "OCaml": {
      "type": 2,
      "a": 3,
      "-": 21,
      "unit": 4,
      ")": 9,
      "module": 4,
      "Ops": 2,
      "struct": 4,
      "let": 9,
      "(": 7,
      "@": 6,
      "f": 10,
      "k": 21,
      "|": 15,
      "x": 14,
      "end": 4,
      "open": 1,
      "List": 1,
      "rec": 3,
      "map": 3,
      "l": 8,
      "match": 4,
      "with": 4,
      "[": 6,
      "]": 6,
      "hd": 6,
      "tl": 6,
      "fun": 8,
      "fold": 2,
      "acc": 5,
      "Option": 1,
      "opt": 2,
      "None": 5,
      "Some": 5,
      "Lazy": 1,
      "option": 1,
      ";": 12,
      "mutable": 1,
      "waiters": 5,
      "}": 3,
      "make": 1,
      "push": 4,
      "cps": 7,
      "{": 1,
      "value": 3,
      "force": 1,
      "l.value": 2,
      "when": 1,
      "l.waiters": 5,
      "<->": 3,
      "function": 1,
      "Base.List.iter": 1,
      "l.push": 1,
      "<": 1,
      "get_state": 1,
      "lazy_from_val": 1,
      "_": 1
    },
    "Opa": {
      "server": 1,
      "Server.one_page_server": 1,
      "(": 4,
      "-": 1,
      "<h1>": 2,
      "Hello": 2,
      "world": 2,
      "</h1>": 2,
      ")": 4,
      "Server.start": 1,
      "Server.http": 1,
      "{": 2,
      "page": 1,
      "function": 1,
      "}": 2,
      "title": 1
    },
    "OpenCL": {
      "double": 3,
      "run_fftw": 1,
      "(": 11,
      "int": 3,
      "n": 2,
      "const": 2,
      "float": 2,
      "*": 4,
      "x": 2,
      "y": 2,
      ")": 11,
      "{": 2,
      "fftwf_plan": 1,
      "p1": 3,
      "fftwf_plan_dft_1d": 1,
      "fftwf_complex": 2,
      "FFTW_FORWARD": 1,
      "FFTW_ESTIMATE": 1,
      ";": 9,
      "nops": 3,
      "t": 4,
      "cl": 2,
      "realTime": 2,
      "for": 1,
      "op": 3,
      "<": 1,
      "+": 2,
      "fftwf_execute": 1,
      "}": 2,
      "-": 1,
      "/": 1,
      "fftwf_destroy_plan": 1,
      "return": 1
    },
    "OpenEdge ABL": {
      "USING": 3,
      "Progress.Lang.*.": 3,
      "CLASS": 2,
      "email.Email": 2,
      "USE": 2,
      "-": 150,
      "WIDGET": 2,
      "POOL": 2,
      "&": 38,
      "SCOPED": 4,
      "DEFINE": 45,
      "QUOTES": 31,
      "CR": 2,
      "CHR": 4,
      "(": 127,
      ")": 127,
      "LF": 3,
      "DEFAULT_MIME_BOUNDARY": 2,
      "PRIVATE": 22,
      "VARIABLE": 30,
      "objSendEmailAlgorithm": 4,
      "AS": 93,
      "email.SendEmailAlgorithm": 4,
      "NO": 43,
      "UNDO.": 30,
      "TEMP": 12,
      "TABLE": 12,
      "ttSenders": 5,
      "UNDO": 8,
      "FIELD": 17,
      "cEmailAddress": 7,
      "CHARACTER": 67,
      "cRealName": 7,
      "INITIAL": 11,
      "INDEX": 10,
      "IXPK_ttSenders": 1,
      "cEmailAddress.": 7,
      "ttToRecipients": 5,
      "IXPK_ttToRecipients": 1,
      "ttCCRecipients": 5,
      "IXPK_ttCCRecipients": 1,
      "ttBCCRecipients": 5,
      "IXPK_ttBCCRecipients": 1,
      "ttReplyToRecipients": 5,
      "IXPK_ttReplyToRecipients": 1,
      "ttReadReceiptRecipients": 5,
      "IXPK_ttReadReceiptRecipients": 1,
      "ttDeliveryReceiptRecipients": 5,
      "IXPK_ttDeliveryReceiptRecipients": 1,
      "ttAttachments": 4,
      "cFileName": 1,
      "lcData": 1,
      "Object": 1,
      "lBase64Encode": 1,
      "LOGICAL.": 1,
      "cMimeBoundary": 7,
      "lcBody": 8,
      "LONGCHAR": 10,
      "lBodyIsBase64": 4,
      "LOGICAL": 3,
      "cSubject": 3,
      "mptrAttachments": 1,
      "MEMPTR": 3,
      "cImportance": 4,
      "cSensitivity": 4,
      "cPriority": 4,
      "dttmtzSentDate": 4,
      "DATETIME": 9,
      "TZ": 8,
      "dttmtzReplyByDate": 4,
      "dttmtzExpireDate": 4,
      "cNewLine": 18,
      "CONSTRUCTOR": 1,
      "PUBLIC": 40,
      "Email": 2,
      "INPUT": 48,
      "ipobjSendEmailAlgorithm": 3,
      "SUPER": 1,
      ".": 70,
      "ASSIGN": 95,
      "{": 34,
      "}": 34,
      "TRUE.": 2,
      "IF": 62,
      "OPSYS": 1,
      "BEGINS": 3,
      "THEN": 62,
      "+": 195,
      "ELSE": 13,
      "END": 43,
      "CONSTRUCTOR.": 1,
      "DESTRUCTOR": 1,
      "FOR": 13,
      "EACH": 13,
      "VALID": 1,
      "OBJECT": 7,
      "ttAttachments.lcData": 6,
      "DELETE": 1,
      "ERROR.": 4,
      "END.": 41,
      "DESTRUCTOR.": 1,
      "METHOD": 38,
      "VOID": 26,
      "addSender": 2,
      "ipcEmailAddress": 35,
      "NOT": 26,
      "CAN": 14,
      "FIND": 14,
      "FIRST": 16,
      "WHERE": 14,
      "ttSenders.cEmailAddress": 10,
      "EQ": 21,
      "DO": 26,
      "CREATE": 16,
      "ttSenders.": 2,
      "ipcEmailAddress.": 7,
      "METHOD.": 35,
      "ipcRealName": 7,
      "ttSenders.cRealName": 5,
      "ipcRealName.": 7,
      "addToRecipient": 2,
      "ttToRecipients.cEmailAddress": 9,
      "ttToRecipients.": 2,
      "ttToRecipients.cRealName": 5,
      "addCCRecipient": 2,
      "ttCCRecipients.cEmailAddress": 10,
      "ttCCRecipients.": 2,
      "addBCCRecipient": 2,
      "ttBCCRecipients.cEmailAddress": 10,
      "ttBCCRecipients.": 2,
      "addReplyToRecipient": 2,
      "ttReplyToRecipients.cEmailAddress": 7,
      "ttReplyToRecipients.": 2,
      "ttReplyToRecipients.cRealName": 3,
      "addDeliveryReceiptRecipient": 2,
      "ttDeliveryReceiptRecipients.cEmailAddress": 7,
      "ttDeliveryReceiptRecipients.": 2,
      "ttDeliveryReceiptRecipients.cRealName": 3,
      "addReadReceiptRecipient": 2,
      "ttReadReceiptRecipients.cEmailAddress": 7,
      "ttReadReceiptRecipients.": 2,
      "ttReadReceiptRecipients.cRealName": 3,
      "setSubject": 1,
      "ipcSubject": 1,
      "ipcSubject.": 1,
      "setImportance": 1,
      "ipcImportance": 1,
      "ipcImportance.": 1,
      "setSensitivity": 1,
      "ipcSensitivity": 1,
      "ipcSensitivity.": 1,
      "setPriority": 1,
      "ipcPriority": 1,
      "ipcPriority.": 1,
      "setSentDate": 1,
      "ipdttmtzSentDate": 1,
      "ipdttmtzSentDate.": 1,
      "setReplyByDate": 1,
      "ipdttmtzReplyByDate": 1,
      "ipdttmtzReplyByDate.": 1,
      "setExpireDate": 1,
      "ipdttmtzExpireDate": 1,
      "ipdttmtzExpireDate.": 1,
      "setSendEmailAlgorithm": 1,
      "ipobjSendEmailAlgorithm.": 1,
      "setBodyText": 2,
      "ipcBodyText": 1,
      "ipcBodyText.": 1,
      "iplcBodyText": 1,
      "iplcBodyText.": 1,
      "setBodyFile": 1,
      "ipcBodyFile": 2,
      "FILE": 24,
      "INFO": 15,
      "NAME": 3,
      "ipcBodyFile.": 1,
      "FULL": 9,
      "PATHNAME": 9,
      "RETURN": 22,
      "TYPE": 3,
      "COPY": 4,
      "LOB": 4,
      "FROM": 4,
      "TO": 5,
      "ERROR": 9,
      "STATUS": 6,
      "GET": 6,
      "MESSAGE": 5,
      "setBodyEncoding": 1,
      "iplBase64Encode": 1,
      "iplBase64Encode.": 1,
      "addTextAttachment": 1,
      "ipcFileName": 6,
      "lcTemp": 6,
      "ipcFileName.": 2,
      "ttAttachments.": 2,
      "ttAttachments.cFileName": 2,
      "NEW": 2,
      "email.LongcharWrapper": 4,
      "ttAttachments.lBase64Encode": 3,
      "FALSE.": 1,
      "addAttachment": 1,
      "EmailClient.Util": 1,
      "ConvertDataToBase64": 3,
      "setMimeBoundary": 1,
      "ipcMimeBoundary": 1,
      "ipcMimeBoundary.": 1,
      "getRecipients": 1,
      "cRecipients": 19,
      "BREAK": 11,
      "BY": 12,
      "ttToRecipients.cEmailAddress.": 2,
      "LAST": 11,
      "AND": 3,
      "NE": 16,
      "ttCCRecipients.cEmailAddress.": 3,
      "ttBCCRecipients.cEmailAddress.": 3,
      "cRecipients.": 1,
      "getHeaders": 1,
      "cReturnData": 93,
      "ttSenders.cEmailAddress.": 2,
      "HAS": 4,
      "RECORDS": 4,
      "ttReplyToRecipients.cEmailAddress.": 1,
      "ttCCRecipients.cRealName": 2,
      "ttBCCRecipients.cRealName": 2,
      "ttDeliveryReceiptRecipients.cEmailAddress.": 1,
      "ttReadReceiptRecipients.cEmailAddress.": 1,
      "email.Util": 5,
      "ABLDateTimeToEmail": 6,
      "cReturnData.": 1,
      "getPayload": 1,
      "lcReturnData": 16,
      "lcReturnData.": 2,
      "cNewLine.": 8,
      "us": 2,
      "ascii": 2,
      "CAST": 2,
      "getLongchar": 2,
      "send": 1,
      "sendEmail": 2,
      "THIS": 1,
      "CLASS.": 2,
      "INTERFACE": 1,
      "ipobjEmail": 1,
      "INTERFACE.": 1,
      "PARAMETER": 3,
      "objSendEmailAlg": 2,
      "email.SendEmailSocket": 1,
      "vbuffer": 9,
      "vstatus": 1,
      "vState": 2,
      "INTEGER": 6,
      "vstate": 1,
      "FUNCTION": 1,
      "getHostname": 1,
      "RETURNS": 1,
      "cHostname": 1,
      "THROUGH": 1,
      "hostname": 1,
      "ECHO.": 1,
      "IMPORT": 1,
      "UNFORMATTED": 1,
      "cHostname.": 2,
      "CLOSE.": 1,
      "FUNCTION.": 1,
      "PROCEDURE": 2,
      "newState": 2,
      "INTEGER.": 1,
      "pstring": 4,
      "CHARACTER.": 1,
      "newState.": 1,
      "RETURN.": 1,
      "SET": 5,
      "SIZE": 5,
      "LENGTH": 3,
      "PUT": 1,
      "STRING": 7,
      "pstring.": 1,
      "SELF": 4,
      "WRITE": 1,
      "PROCEDURE.": 2,
      "ReadSocketResponse": 1,
      "vlength": 5,
      "str": 3,
      "v": 1,
      "BYTES": 2,
      "AVAILABLE": 2,
      "VIEW": 1,
      "ALERT": 1,
      "BOX.": 1,
      "READ": 1,
      "handleResponse": 1,
      "FINAL": 1,
      "STATIC": 5,
      "cMonthMap": 2,
      "EXTENT": 1,
      "[": 2,
      "]": 2,
      "ipdttzDateTime": 6,
      "DAY": 1,
      "MONTH": 1,
      "YEAR": 1,
      "TRUNCATE": 2,
      "MTIME": 1,
      "/": 2,
      "ABLTimeZoneToString": 2,
      "TIMEZONE": 1,
      "ipdtDateTime": 2,
      "ipiTimeZone": 3,
      "ABSOLUTE": 1,
      "MODULO": 1,
      "iplcNonEncodedData": 2,
      "lcPreBase64Data": 4,
      "lcPostBase64Data": 3,
      "mptrPostBase64Data": 3,
      "i": 3,
      "mptrPostBase64Data.": 1,
      "BASE64": 1,
      "ENCODE": 1,
      "SUBSTRING": 1,
      "lcPostBase64Data.": 1
    },
    "Parrot Assembly": {
      "SHEBANG#!parrot": 1,
      ".pcc_sub": 1,
      "main": 2,
      "say": 1,
      "end": 1
    },
    "Parrot Internal Representation": {
      "SHEBANG#!parrot": 1,
      ".sub": 1,
      "main": 1,
      "say": 1,
      ".end": 1
    },
    "Perl": {
      "package": 14,
      "App": 131,
      "Ack": 136,
      ";": 1149,
      "use": 70,
      "warnings": 15,
      "strict": 15,
      "File": 50,
      "Next": 27,
      "Plugin": 2,
      "Basic": 10,
      "head1": 31,
      "NAME": 5,
      "-": 843,
      "A": 2,
      "container": 1,
      "for": 76,
      "functions": 2,
      "the": 131,
      "ack": 38,
      "program": 6,
      "VERSION": 15,
      "Version": 1,
      "cut": 27,
      "our": 34,
      "COPYRIGHT": 6,
      "BEGIN": 7,
      "{": 1092,
      "}": 1105,
      "fh": 28,
      "*STDOUT": 4,
      "%": 77,
      "types": 26,
      "type_wanted": 20,
      "mappings": 29,
      "ignore_dirs": 12,
      "input_from_pipe": 8,
      "output_to_pipe": 12,
      "dir_sep_chars": 10,
      "is_cygwin": 6,
      "is_windows": 12,
      "Spec": 9,
      "(": 891,
      ")": 889,
      "Glob": 4,
      "Getopt": 6,
      "Long": 6,
      "_MTN": 2,
      "blib": 2,
      "CVS": 5,
      "RCS": 2,
      "SCCS": 2,
      "_darcs": 2,
      "_sgbak": 2,
      "_build": 2,
      "actionscript": 2,
      "[": 154,
      "qw": 32,
      "as": 33,
      "mxml": 2,
      "]": 150,
      "ada": 4,
      "adb": 2,
      "ads": 2,
      "asm": 4,
      "s": 34,
      "batch": 2,
      "bat": 2,
      "cmd": 2,
      "binary": 3,
      "q": 5,
      "Binary": 2,
      "files": 41,
      "defined": 53,
      "by": 11,
      "Perl": 6,
      "T": 2,
      "op": 2,
      "default": 16,
      "off": 4,
      "tt": 4,
      "tt2": 2,
      "ttml": 2,
      "vb": 4,
      "bas": 2,
      "cls": 2,
      "frm": 2,
      "ctl": 2,
      "resx": 2,
      "verilog": 2,
      "v": 19,
      "vh": 2,
      "sv": 2,
      "vhdl": 4,
      "vhd": 2,
      "vim": 4,
      "yaml": 4,
      "yml": 2,
      "xml": 6,
      "dtd": 2,
      "xsl": 2,
      "xslt": 2,
      "ent": 2,
      "while": 30,
      "my": 395,
      "type": 67,
      "exts": 6,
      "each": 14,
      "if": 266,
      "ref": 33,
      "ext": 14,
      "@": 36,
      "push": 30,
      "_": 100,
      "mk": 2,
      "mak": 2,
      "not": 53,
      "t": 18,
      "p": 9,
      "STDIN": 2,
      "O": 4,
      "eq": 31,
      "/MSWin32/": 2,
      "quotemeta": 5,
      "catfile": 3,
      "SYNOPSIS": 5,
      "If": 14,
      "you": 33,
      "want": 5,
      "to": 86,
      "know": 4,
      "about": 3,
      "F": 24,
      "<ack>": 13,
      "see": 4,
      "file": 40,
      "itself.": 2,
      "No": 4,
      "user": 4,
      "serviceable": 1,
      "parts": 1,
      "inside.": 1,
      "is": 62,
      "all": 22,
      "that": 27,
      "should": 6,
      "this.": 1,
      "FUNCTIONS": 1,
      "head2": 32,
      "read_ackrc": 4,
      "Reads": 1,
      "contents": 2,
      "of": 55,
      ".ackrc": 1,
      "and": 76,
      "returns": 4,
      "arguments.": 1,
      "sub": 224,
      "@files": 12,
      "ENV": 36,
      "ACKRC": 2,
      "@dirs": 4,
      "HOME": 4,
      "USERPROFILE": 2,
      "dir": 27,
      "grep": 17,
      "bsd_glob": 4,
      "GLOB_TILDE": 2,
      "filename": 68,
      "&&": 83,
      "e": 19,
      "open": 7,
      "or": 47,
      "die": 37,
      "@lines": 21,
      "/./": 2,
      "/": 68,
      "s*#/": 2,
      "<$fh>": 4,
      "chomp": 3,
      "close": 19,
      "s/": 22,
      "+": 119,
      "//": 9,
      "return": 156,
      "get_command_line_options": 4,
      "Gets": 3,
      "command": 13,
      "line": 20,
      "arguments": 2,
      "does": 10,
      "specific": 1,
      "tweaking.": 1,
      "opt": 291,
      "pager": 19,
      "ACK_PAGER_COLOR": 7,
      "||": 47,
      "ACK_PAGER": 5,
      "getopt_specs": 6,
      "m": 16,
      "after_context": 16,
      "before_context": 18,
      "shift": 165,
      "val": 26,
      "break": 14,
      "c": 5,
      "count": 23,
      "color": 38,
      "ACK_COLOR_MATCH": 5,
      "ACK_COLOR_FILENAME": 5,
      "ACK_COLOR_LINENO": 4,
      "column": 4,
      "#": 97,
      "ignore": 7,
      "this": 18,
      "option": 7,
      "it": 25,
      "handled": 2,
      "beforehand": 2,
      "f": 25,
      "flush": 8,
      "follow": 7,
      "G": 11,
      "heading": 18,
      "h": 6,
      "H": 6,
      "i": 26,
      "invert_file_match": 8,
      "lines": 19,
      "l": 17,
      "regex": 28,
      "n": 16,
      "o": 17,
      "output": 31,
      "undef": 16,
      "passthru": 9,
      "print0": 7,
      "Q": 7,
      "show_types": 4,
      "smart_case": 3,
      "sort_files": 11,
      "u": 10,
      "w": 4,
      "remove_dir_sep": 7,
      "delete": 10,
      "print_version_statement": 2,
      "exit": 14,
      "show_help": 3,
      "@_": 41,
      "show_help_types": 2,
      "require": 12,
      "Pod": 4,
      "Usage": 4,
      "pod2usage": 2,
      "verbose": 2,
      "exitval": 2,
      "dummy": 2,
      "wanted": 4,
      "no//": 2,
      "must": 5,
      "be": 30,
      "later": 2,
      "exists": 18,
      "else": 53,
      "qq": 16,
      "Unknown": 2,
      "unshift": 4,
      "@ARGV": 12,
      "split": 13,
      "ACK_OPTIONS": 5,
      "def_types_from_ARGV": 5,
      "filetypes_supported": 5,
      "parser": 12,
      "Parser": 4,
      "new": 53,
      "configure": 4,
      "getoptions": 4,
      "to_screen": 10,
      "defaults": 16,
      "eval": 7,
      "Win32": 9,
      "Console": 2,
      "ANSI": 3,
      "key": 20,
      "value": 12,
      "<": 14,
      "join": 5,
      "map": 10,
      "@ret": 10,
      "from": 19,
      "warn": 22,
      "..": 5,
      "uniq": 4,
      "@uniq": 2,
      "sort": 8,
      "a": 80,
      "<=>": 2,
      "b": 6,
      "keys": 15,
      "numerical": 2,
      "occurs": 2,
      "only": 11,
      "once": 4,
      "Go": 1,
      "through": 6,
      "look": 2,
      "I": 67,
      "<--type-set>": 1,
      "foo=": 1,
      "bar": 3,
      "<--type-add>": 1,
      "xml=": 1,
      ".": 119,
      "Remove": 1,
      "them": 5,
      "add": 8,
      "supported": 1,
      "filetypes": 8,
      "i.e.": 2,
      "into": 6,
      "etc.": 1,
      "@typedef": 8,
      "td": 6,
      "set": 11,
      "Builtin": 4,
      "cannot": 4,
      "changed.": 4,
      "ne": 9,
      "delete_type": 5,
      "Type": 2,
      "exist": 4,
      "creating": 2,
      "with": 26,
      "...": 2,
      "unless": 34,
      "@exts": 8,
      ".//": 2,
      "Cannot": 4,
      "append": 2,
      "Removes": 1,
      "internal": 1,
      "structures": 1,
      "containing": 5,
      "information": 1,
      "type_wanted.": 1,
      "Internal": 2,
      "error": 4,
      "builtin": 2,
      "ignoredir_filter": 5,
      "Standard": 1,
      "filter": 12,
      "pass": 1,
      "L": 18,
      "<File::Next>": 1,
      "descend_filter.": 1,
      "It": 2,
      "true": 3,
      "directory": 8,
      "any": 3,
      "ones": 1,
      "we": 7,
      "ignore.": 1,
      "path": 28,
      "This": 24,
      "removes": 1,
      "trailing": 1,
      "separator": 4,
      "there": 6,
      "one": 9,
      "its": 2,
      "argument": 1,
      "Returns": 10,
      "list": 10,
      "<$filename>": 1,
      "could": 2,
      "be.": 1,
      "For": 5,
      "example": 4,
      "<foo.pod>": 1,
      "The": 20,
      "filetype": 1,
      "will": 7,
      "C": 48,
      "<undef>": 1,
      "can": 26,
      "skipped": 2,
      "something": 2,
      "avoid": 1,
      "searching": 6,
      "even": 4,
      "under": 4,
      "a.": 1,
      "constant": 2,
      "TEXT": 16,
      "basename": 9,
      ".*": 2,
      "is_searchable": 8,
      "lc_basename": 8,
      "lc": 5,
      "r": 10,
      "B": 75,
      "header": 17,
      "SHEBANG#!#!": 2,
      "ruby": 3,
      "|": 24,
      "lua": 2,
      "erl": 2,
      "hp": 2,
      "ython": 2,
      "d": 9,
      "d.": 2,
      "*": 8,
      "b/": 4,
      "ba": 2,
      "k": 6,
      "z": 2,
      "sh": 2,
      "/i": 2,
      "search": 11,
      "false": 1,
      "regular": 3,
      "expression": 9,
      "found.": 4,
      "www": 2,
      "U": 2,
      "y": 8,
      "tr/": 2,
      "x": 7,
      "w/": 3,
      "nOo_/": 2,
      "_thpppt": 3,
      "_get_thpppt": 3,
      "print": 32,
      "_bar": 3,
      "<<": 6,
      "&": 22,
      "*I": 2,
      "g": 7,
      "#.": 6,
      ".#": 4,
      "I#": 2,
      "#I": 6,
      "#7": 4,
      "results.": 2,
      "on": 24,
      "when": 17,
      "used": 11,
      "interactively": 6,
      "no": 21,
      "Print": 6,
      "between": 3,
      "results": 7,
      "different": 2,
      "files.": 6,
      "group": 2,
      "Same": 8,
      "nogroup": 2,
      "noheading": 2,
      "nobreak": 2,
      "Highlight": 2,
      "matching": 15,
      "text": 6,
      "redirected": 2,
      "Windows": 4,
      "colour": 2,
      "COLOR": 6,
      "match": 21,
      "lineno": 2,
      "Set": 3,
      "filenames": 7,
      "matches": 7,
      "numbers.": 2,
      "Flush": 2,
      "immediately": 2,
      "non": 2,
      "goes": 2,
      "pipe": 4,
      "finding": 2,
      "Only": 7,
      "found": 9,
      "without": 3,
      "searching.": 2,
      "PATTERN": 8,
      "specified.": 4,
      "REGEX": 2,
      "but": 4,
      "REGEX.": 2,
      "Sort": 2,
      "lexically.": 3,
      "invert": 2,
      "Print/search": 2,
      "handle": 2,
      "do": 11,
      "g/": 2,
      "G.": 2,
      "show": 3,
      "Show": 2,
      "which": 6,
      "has.": 2,
      "inclusion/exclusion": 2,
      "All": 4,
      "searched": 5,
      "Ignores": 2,
      ".svn": 3,
      "other": 5,
      "ignored": 6,
      "directories": 9,
      "unrestricted": 2,
      "name": 38,
      "Add/Remove": 2,
      "dirs": 2,
      "R": 2,
      "recurse": 2,
      "Recurse": 3,
      "subdirectories": 2,
      "END_OF_HELP": 2,
      "VMS": 2,
      "vd": 2,
      "Term": 6,
      "ANSIColor": 8,
      "black": 3,
      "on_yellow": 3,
      "bold": 5,
      "green": 3,
      "yellow": 3,
      "printing": 2,
      "qr/": 13,
      "last_output_line": 6,
      "any_output": 10,
      "keep_context": 8,
      "@before": 16,
      "before_starts_at_line": 10,
      "after": 18,
      "number": 3,
      "still": 4,
      "res": 59,
      "next_text": 8,
      "has_lines": 4,
      "scalar": 2,
      "m/": 4,
      "regex/": 9,
      "next": 9,
      "print_match_or_context": 13,
      "elsif": 10,
      "last": 15,
      "max": 12,
      "nmatches": 61,
      "show_filename": 35,
      "context_overall_output_count": 6,
      "print_blank_line": 2,
      "is_binary": 4,
      "search_resource": 7,
      "is_match": 7,
      "starting_line_no": 1,
      "match_start": 5,
      "match_end": 3,
      "Prints": 4,
      "out": 2,
      "context": 1,
      "around": 5,
      "match.": 3,
      "opts": 2,
      "array": 7,
      "line_no": 12,
      "show_column": 4,
      "display_filename": 8,
      "colored": 6,
      "print_first_filename": 2,
      "sep": 8,
      "output_func": 8,
      "print_separator": 2,
      "print_filename": 2,
      "display_line_no": 4,
      "print_line_no": 2,
      "regex/go": 2,
      "regex/Term": 2,
      "substr": 2,
      "/eg": 2,
      "z/": 2,
      "K/": 2,
      "z//": 2,
      "print_column_no": 2,
      "scope": 4,
      "TOTAL_COUNT_SCOPE": 2,
      "total_count": 10,
      "get_total_count": 4,
      "reset_total_count": 4,
      "search_and_list": 8,
      "Optimized": 1,
      "version": 2,
      "lines.": 3,
      "ors": 11,
      "record": 3,
      "show_total": 6,
      "print_count": 4,
      "print_count0": 2,
      "filetypes_supported_set": 9,
      "True/False": 1,
      "are": 24,
      "print_files": 4,
      "iter": 23,
      "returned": 2,
      "iterator": 3,
      "<$regex>": 1,
      "<$one>": 1,
      "stop": 1,
      "first.": 1,
      "<$ors>": 1,
      "<\"\\n\">": 1,
      "defines": 1,
      "what": 14,
      "filename.": 1,
      "print_files_with_matches": 4,
      "where": 3,
      "was": 2,
      "repo": 18,
      "Repository": 11,
      "next_resource": 6,
      "print_matches": 4,
      "tarballs_work": 4,
      ".tar": 2,
      ".gz": 2,
      "Tar": 4,
      "XXX": 4,
      "Error": 2,
      "checking": 2,
      "needs_line_scan": 14,
      "reset": 5,
      "filetype_setup": 4,
      "Minor": 1,
      "housekeeping": 1,
      "before": 1,
      "go": 1,
      "expand_filenames": 7,
      "reference": 8,
      "expanded": 3,
      "globs": 1,
      "EXPAND_FILENAMES_SCOPE": 4,
      "argv": 12,
      "attr": 6,
      "foreach": 4,
      "pattern": 10,
      "@results": 14,
      "didn": 2,
      "ve": 2,
      "tried": 2,
      "load": 2,
      "GetAttributes": 2,
      "end": 9,
      "attributes": 4,
      "got": 2,
      "get_starting_points": 4,
      "starting": 2,
      "@what": 14,
      "reslash": 4,
      "Assume": 2,
      "current": 5,
      "start_point": 4,
      "_match": 8,
      "target": 6,
      "invert_flag": 4,
      "get_iterator": 4,
      "Return": 2,
      "starting_point": 10,
      "g_regex": 4,
      "file_filter": 12,
      "g_regex/": 6,
      "Maybe": 2,
      "is_interesting": 4,
      "descend_filter": 11,
      "error_handler": 5,
      "msg": 4,
      "follow_symlinks": 6,
      "set_up_pager": 3,
      "Unable": 2,
      "going": 1,
      "pipe.": 1,
      "exit_from_ack": 5,
      "Exit": 1,
      "application": 10,
      "correct": 1,
      "code.": 2,
      "otherwise": 2,
      "handed": 1,
      "in": 29,
      "argument.": 1,
      "rc": 11,
      "LICENSE": 3,
      "Copyright": 2,
      "Andy": 2,
      "Lester.": 2,
      "free": 3,
      "software": 3,
      "redistribute": 3,
      "and/or": 3,
      "modify": 3,
      "terms": 3,
      "Artistic": 2,
      "License": 2,
      "v2.0.": 2,
      "End": 3,
      "SHEBANG#!#! perl": 4,
      "examples/benchmarks/fib.pl": 1,
      "Fibonacci": 2,
      "Benchmark": 1,
      "DESCRIPTION": 4,
      "Calculates": 1,
      "Number": 1,
      "<n>": 1,
      "unspecified": 1,
      "fib": 4,
      "N": 2,
      "SEE": 3,
      "ALSO": 3,
      "<examples/benchmarks/fib.pir>": 1,
      "SHEBANG#!perl": 4,
      "MAIN": 1,
      "main": 3,
      "env_is_usable": 3,
      "th": 1,
      "pt": 1,
      "env": 76,
      "@keys": 2,
      "ACK_/": 1,
      "@ENV": 1,
      "load_colors": 1,
      "ACK_SWITCHES": 1,
      "Unbuffer": 1,
      "mode": 1,
      "build_regex": 3,
      "nargs": 2,
      "Resource": 5,
      "file_matching": 2,
      "check_regex": 2,
      "like": 12,
      "finder": 1,
      "options": 7,
      "FILE...": 1,
      "DIRECTORY...": 1,
      "designed": 1,
      "replacement": 1,
      "uses": 2,
      "<grep>": 5,
      "searches": 1,
      "named": 3,
      "input": 9,
      "FILEs": 1,
      "standard": 1,
      "given": 10,
      "PATTERN.": 1,
      "By": 2,
      "prints": 2,
      "also": 7,
      "would": 3,
      "actually": 1,
      "let": 1,
      "take": 5,
      "advantage": 1,
      ".wango": 1,
      "won": 1,
      "throw": 1,
      "away": 1,
      "because": 3,
      "times": 2,
      "symlinks": 1,
      "than": 5,
      "whatever": 1,
      "were": 1,
      "specified": 3,
      "line.": 4,
      "default.": 2,
      "item": 42,
      "<REGEX>": 11,
      "paths": 3,
      "included": 1,
      "search.": 1,
      "entire": 2,
      "matched": 1,
      "against": 1,
      "shell": 4,
      "glob.": 1,
      "<-i>": 5,
      "<-w>": 2,
      "<-v>": 3,
      "<-Q>": 4,
      "apply": 2,
      "relative": 1,
      "convenience": 1,
      "shortcut": 2,
      "<-f>": 6,
      "<--group>": 2,
      "<--nogroup>": 2,
      "groups": 1,
      "with.": 1,
      "interactively.": 1,
      "result": 1,
      "per": 1,
      "grep.": 2,
      "redirected.": 1,
      "<-H>": 1,
      "<--with-filename>": 1,
      "<-h>": 1,
      "<--no-filename>": 1,
      "Suppress": 1,
      "prefixing": 1,
      "multiple": 5,
      "searched.": 1,
      "<--help>": 1,
      "short": 1,
      "help": 2,
      "statement.": 1,
      "<--ignore-case>": 1,
      "Ignore": 3,
      "case": 3,
      "strings.": 1,
      "applies": 3,
      "regexes": 3,
      "<-g>": 5,
      "<-G>": 3,
      "options.": 4,
      "<DIRNAME>": 2,
      "etc": 2,
      "May": 2,
      "directories.": 2,
      "mason": 1,
      "users": 4,
      "may": 3,
      "wish": 1,
      "include": 1,
      "<--ignore-dir=data>": 1,
      "<--noignore-dir>": 1,
      "allows": 2,
      "normally": 1,
      "perhaps": 1,
      "research": 1,
      "<.svn/props>": 1,
      "always": 5,
      "simple": 2,
      "name.": 1,
      "Nested": 1,
      "<foo/bar>": 1,
      "NOT": 1,
      "supported.": 1,
      "You": 3,
      "need": 3,
      "specify": 1,
      "<--ignore-dir=foo>": 1,
      "then": 3,
      "foo": 6,
      "taken": 1,
      "account": 1,
      "explicitly": 1,
      "<NUM>": 2,
      "file.": 2,
      "Multiple": 1,
      "<--line>": 1,
      "comma": 1,
      "separated": 2,
      "<--line=3,5,7>": 1,
      "<--line=4-7>": 1,
      "works.": 1,
      "ascending": 1,
      "order": 2,
      "matter": 1,
      "<-l>": 2,
      "<--files-with-matches>": 1,
      "instead": 4,
      "text.": 1,
      "<-L>": 1,
      "<--files-without-matches>": 1,
      "<NOT>": 2,
      "equivalent": 2,
      "specifying": 1,
      "Specify": 1,
      "explicitly.": 1,
      "helpful": 2,
      "don": 2,
      "<program>": 1,
      "via": 1,
      "<ACK_PAGER>": 4,
      "<ACK_PAGER_COLOR>": 4,
      "environment": 2,
      "variables.": 1,
      "Using": 3,
      "suppress": 3,
      "grouping": 3,
      "coloring": 3,
      "piping": 3,
      "does.": 2,
      "<--passthru>": 1,
      "whether": 1,
      "they": 1,
      "expression.": 1,
      "Highlighting": 1,
      "work": 1,
      "though": 1,
      "so": 3,
      "highlight": 1,
      "seeing": 1,
      "tail": 1,
      "/access.log": 1,
      "<--print0>": 1,
      "works": 1,
      "conjunction": 1,
      "null": 1,
      "byte": 1,
      "usual": 1,
      "newline.": 1,
      "dealing": 1,
      "contain": 2,
      "whitespace": 1,
      "e.g.": 1,
      "html": 1,
      "xargs": 2,
      "rm": 1,
      "<--literal>": 1,
      "Quote": 1,
      "metacharacters": 2,
      "treated": 1,
      "literal.": 1,
      "<-r>": 1,
      "<-R>": 1,
      "<--recurse>": 1,
      "just": 2,
      "here": 2,
      "compatibility": 2,
      "turning": 1,
      "<--no-recurse>": 1,
      "off.": 1,
      "<--smart-case>": 1,
      "<--no-smart-case>": 1,
      "strings": 1,
      "contains": 1,
      "uppercase": 1,
      "characters.": 1,
      "similar": 1,
      "<smartcase>": 1,
      "vim.": 1,
      "overrides": 2,
      "option.": 1,
      "<--sort-files>": 1,
      "Sorts": 1,
      "Use": 6,
      "your": 13,
      "listings": 1,
      "deterministic": 1,
      "runs": 1,
      "<--show-types>": 1,
      "Outputs": 1,
      "associates": 1,
      "Works": 1,
      "<--thpppt>": 1,
      "Display": 1,
      "important": 1,
      "Bill": 1,
      "Cat": 1,
      "logo.": 1,
      "Note": 4,
      "exact": 1,
      "spelling": 1,
      "<--thpppppt>": 1,
      "important.": 1,
      "make": 3,
      "perl": 8,
      "php": 2,
      "python": 1,
      "looks": 1,
      "location.": 1,
      "variable": 1,
      "specifies": 1,
      "placed": 1,
      "front": 1,
      "explicit": 1,
      "Specifies": 4,
      "recognized": 1,
      "clear": 2,
      "dark": 1,
      "underline": 1,
      "underscore": 2,
      "blink": 1,
      "reverse": 1,
      "concealed": 1,
      "red": 1,
      "blue": 1,
      "magenta": 1,
      "on_black": 1,
      "on_red": 1,
      "on_green": 1,
      "on_blue": 1,
      "on_magenta": 1,
      "on_cyan": 1,
      "on_white.": 1,
      "Case": 1,
      "significant.": 1,
      "Underline": 1,
      "reset.": 1,
      "alone": 1,
      "sets": 4,
      "foreground": 1,
      "on_color": 1,
      "background": 1,
      "color.": 2,
      "<--color-filename>": 1,
      "printed": 1,
      "<--color>": 1,
      "mode.": 1,
      "<--color-lineno>": 1,
      "See": 1,
      "<ACK_COLOR_FILENAME>": 1,
      "specifications.": 1,
      "such": 5,
      "<more>": 1,
      "<less>": 1,
      "<most>": 1,
      "send": 1,
      "output.": 1,
      "except": 1,
      "assume": 1,
      "support": 2,
      "both": 1,
      "understands": 1,
      "sequences.": 1,
      "never": 1,
      "back": 3,
      "ACK": 2,
      "OTHER": 1,
      "TOOLS": 1,
      "Vim": 3,
      "integration": 3,
      "integrates": 1,
      "easily": 2,
      "editor.": 1,
      "<.vimrc>": 1,
      "grepprg": 1,
      "That": 3,
      "examples": 1,
      "<-a>": 1,
      "flags.": 1,
      "Now": 1,
      "step": 1,
      "Dumper": 1,
      "perllib": 1,
      "Emacs": 1,
      "Phil": 1,
      "Jackson": 1,
      "put": 1,
      "together": 1,
      "an": 11,
      "<ack.el>": 1,
      "extension": 1,
      "<http://www.shellarchive.co.uk/content/emacs.html>": 1,
      "TextMate": 2,
      "Pedro": 1,
      "Melo": 1,
      "who": 1,
      "writes": 1,
      "Shell": 2,
      "Code": 1,
      "greater": 1,
      "normal": 1,
      "code": 7,
      "<$?=256>": 1,
      "<system>": 1,
      "backticks.": 1,
      "errors": 1,
      "used.": 1,
      "at": 3,
      "least": 1,
      "returned.": 1,
      "DEBUGGING": 1,
      "PROBLEMS": 1,
      "gives": 2,
      "re": 3,
      "expecting": 1,
      "forgotten": 1,
      "<--noenv>": 1,
      "<.ackrc>": 1,
      "remember.": 1,
      "Put": 1,
      "definitions": 1,
      "it.": 1,
      "smart": 1,
      "too.": 1,
      "there.": 1,
      "working": 1,
      "big": 1,
      "codesets": 1,
      "more": 2,
      "create": 2,
      "tree": 1,
      "ideal": 1,
      "sending": 1,
      "<xargs>": 1,
      "prefer": 1,
      "doubt": 1,
      "day": 1,
      "find": 1,
      "trouble": 1,
      "spots": 1,
      "website": 1,
      "visitor.": 1,
      "had": 1,
      "problem": 1,
      "loading": 1,
      "<troublesome.gif>": 1,
      "took": 1,
      "access": 2,
      "log": 3,
      "scanned": 1,
      "twice.": 1,
      "aa.bb.cc.dd": 1,
      "/path/to/access.log": 1,
      "B5": 1,
      "troublesome.gif": 1,
      "first": 1,
      "finds": 2,
      "Apache": 2,
      "IP.": 1,
      "second": 1,
      "troublesome": 1,
      "GIF": 1,
      "shows": 1,
      "previous": 1,
      "five": 1,
      "case.": 1,
      "Share": 1,
      "knowledge": 1,
      "Join": 1,
      "mailing": 1,
      "list.": 1,
      "Send": 1,
      "me": 1,
      "tips": 1,
      "here.": 1,
      "FAQ": 1,
      "Why": 2,
      "isn": 1,
      "doesn": 8,
      "behavior": 3,
      "driven": 1,
      "filetype.": 1,
      "<If>": 1,
      "kind": 1,
      "ignores": 1,
      "switch": 1,
      "you.": 1,
      "source": 2,
      "compiled": 1,
      "object": 6,
      "control": 1,
      "metadata": 1,
      "wastes": 1,
      "lot": 1,
      "time": 3,
      "those": 2,
      "well": 2,
      "returning": 1,
      "things": 1,
      "great": 1,
      "did": 1,
      "replace": 3,
      "read": 6,
      "only.": 1,
      "has": 2,
      "perfectly": 1,
      "good": 2,
      "way": 2,
      "using": 2,
      "<-p>": 1,
      "<-n>": 1,
      "switches.": 1,
      "certainly": 2,
      "select": 1,
      "update.": 1,
      "change": 1,
      "PHP": 1,
      "Unix": 1,
      "Can": 1,
      "recognize": 1,
      "<.xyz>": 1,
      "already": 2,
      "program/package": 1,
      "called": 3,
      "ack.": 2,
      "Yes": 1,
      "know.": 1,
      "nothing": 1,
      "suggest": 1,
      "symlink": 1,
      "points": 1,
      "<ack-grep>": 1,
      "crucial": 1,
      "benefits": 1,
      "having": 1,
      "Regan": 1,
      "Slaven": 1,
      "ReziE": 1,
      "<0x107>": 1,
      "Mark": 1,
      "Stosberg": 1,
      "David": 1,
      "Alan": 1,
      "Pisoni": 1,
      "Adriano": 1,
      "Ferreira": 1,
      "James": 1,
      "Keenan": 1,
      "Leland": 1,
      "Johnson": 1,
      "Ricardo": 1,
      "Signes": 1,
      "Pete": 1,
      "Krawczyk.": 1,
      "files_defaults": 3,
      "skip_dirs": 3,
      "CORE": 3,
      "curdir": 1,
      "updir": 1,
      "__PACKAGE__": 1,
      "parms": 15,
      "@queue": 8,
      "_setup": 2,
      "fullpath": 12,
      "splice": 2,
      "local": 5,
      "wantarray": 3,
      "_candidate_files": 2,
      "sort_standard": 2,
      "cmp": 2,
      "sort_reverse": 1,
      "@parts": 3,
      "passed_parms": 6,
      "copy": 4,
      "parm": 1,
      "hash": 11,
      "badkey": 1,
      "caller": 2,
      "start": 6,
      "dh": 4,
      "opendir": 1,
      "@newfiles": 5,
      "sort_sub": 4,
      "readdir": 1,
      "has_stat": 3,
      "catdir": 1,
      "closedir": 1,
      "<?xml>": 1,
      "these": 1,
      "updated": 1,
      "update": 1,
      "message": 1,
      "bak": 1,
      "core": 1,
      "swp": 1,
      "min": 3,
      "js": 1,
      "1": 1,
      "str": 12,
      "regex_is_lc": 2,
      "S": 1,
      ".*//": 1,
      "_my_program": 3,
      "Basename": 2,
      "FAIL": 12,
      "Carp": 11,
      "confess": 2,
      "@ISA": 2,
      "class": 8,
      "self": 141,
      "bless": 7,
      "could_be_binary": 4,
      "opened": 1,
      "id": 1,
      "*STDIN": 1,
      "size": 5,
      "_000": 1,
      "buffer": 9,
      "sysread": 1,
      "regex/m": 1,
      "seek": 4,
      "readline": 1,
      "nexted": 3,
      "Foo": 11,
      "Bar": 1,
      "@array": 1,
      "Plack": 25,
      "Request": 10,
      "_001": 1,
      "HTTP": 16,
      "Headers": 8,
      "Hash": 9,
      "MultiValue": 9,
      "Body": 2,
      "Upload": 2,
      "TempBuffer": 2,
      "URI": 11,
      "Escape": 6,
      "_deprecated": 8,
      "alt": 1,
      "method": 7,
      "carp": 2,
      "croak": 3,
      "required": 2,
      "address": 2,
      "REMOTE_ADDR": 1,
      "remote_host": 2,
      "REMOTE_HOST": 1,
      "protocol": 1,
      "SERVER_PROTOCOL": 1,
      "REQUEST_METHOD": 1,
      "port": 1,
      "SERVER_PORT": 2,
      "REMOTE_USER": 1,
      "request_uri": 1,
      "REQUEST_URI": 2,
      "path_info": 4,
      "PATH_INFO": 3,
      "script_name": 1,
      "SCRIPT_NAME": 2,
      "scheme": 3,
      "secure": 2,
      "body": 30,
      "content_length": 4,
      "CONTENT_LENGTH": 3,
      "content_type": 5,
      "CONTENT_TYPE": 2,
      "session": 1,
      "session_options": 1,
      "logger": 1,
      "cookies": 9,
      "HTTP_COOKIE": 3,
      "@pairs": 2,
      "pair": 4,
      "uri_unescape": 1,
      "query_parameters": 3,
      "uri": 11,
      "query_form": 2,
      "content": 8,
      "_parse_request_body": 4,
      "cl": 10,
      "raw_body": 1,
      "headers": 56,
      "field": 2,
      "HTTPS": 1,
      "_//": 1,
      "CONTENT": 1,
      "COOKIE": 1,
      "content_encoding": 5,
      "referer": 3,
      "user_agent": 3,
      "body_parameters": 3,
      "parameters": 8,
      "query": 4,
      "flatten": 3,
      "uploads": 5,
      "hostname": 1,
      "url_scheme": 1,
      "params": 1,
      "query_params": 1,
      "body_params": 1,
      "cookie": 6,
      "param": 8,
      "get_all": 2,
      "upload": 13,
      "raw_uri": 1,
      "base": 10,
      "path_query": 1,
      "_uri_base": 3,
      "path_escape_class": 2,
      "uri_escape": 3,
      "QUERY_STRING": 3,
      "canonical": 2,
      "HTTP_HOST": 1,
      "SERVER_NAME": 1,
      "new_response": 4,
      "Response": 16,
      "ct": 3,
      "cleanup": 1,
      "spin": 2,
      "chunk": 4,
      "length": 1,
      "rewind": 1,
      "from_mixed": 2,
      "@uploads": 3,
      "@obj": 3,
      "_make_upload": 2,
      "__END__": 2,
      "Portable": 2,
      "request": 6,
      "PSGI": 6,
      "app_or_middleware": 1,
      "req": 28,
      "finalize": 5,
      "<Plack::Request>": 2,
      "provides": 1,
      "consistent": 1,
      "API": 2,
      "objects": 2,
      "across": 1,
      "web": 5,
      "server": 1,
      "environments.": 1,
      "CAVEAT": 1,
      "module": 2,
      "intended": 1,
      "middleware": 1,
      "developers": 3,
      "framework": 2,
      "rather": 2,
      "Writing": 1,
      "directly": 1,
      "possible": 1,
      "recommended": 1,
      "yet": 1,
      "too": 1,
      "low": 1,
      "level.": 1,
      "encouraged": 1,
      "frameworks": 2,
      "<http://plackperl.org/#frameworks>": 1,
      "modules": 1,
      "<HTTP::Engine>": 1,
      "provide": 1,
      "higher": 1,
      "level": 1,
      "top": 1,
      "PSGI.": 1,
      "METHODS": 2,
      "Some": 1,
      "methods": 3,
      "earlier": 1,
      "versions": 1,
      "deprecated": 1,
      "Take": 1,
      "</\"INCOMPATIBILITIES\">": 1,
      "Unless": 1,
      "noted": 1,
      "<read-only>": 1,
      "passing": 1,
      "values": 5,
      "accessor": 1,
      "debug": 1,
      "set.": 1,
      "<HTTP::Headers>": 2,
      "request.": 1,
      "uploads.": 2,
      "<Hash::MultiValue>": 2,
      "<Plack::Request::Upload>": 1,
      "objects.": 1,
      "Shortcut": 6,
      "content_encoding.": 1,
      "content_length.": 1,
      "content_type.": 1,
      "header.": 2,
      "referer.": 1,
      "user_agent.": 1,
      "GET": 1,
      "POST": 1,
      "CGI.pm": 2,
      "compatible": 1,
      "method.": 1,
      "alternative": 1,
      "accessing": 1,
      "parameters.": 3,
      "Unlike": 1,
      "<not>": 1,
      "allow": 1,
      "setting": 1,
      "modifying": 1,
      "@values": 1,
      "@params": 1,
      "convenient": 1,
      "@fields": 1,
      "Creates": 2,
      "<Plack::Response>": 3,
      "object.": 4,
      "Handy": 1,
      "remove": 2,
      "dependency": 1,
      "easy": 1,
      "subclassing": 1,
      "duck": 1,
      "typing": 1,
      "overriding": 1,
      "generation": 1,
      "middlewares.": 1,
      "Parameters": 1,
      "<parameters>": 1,
      "<query_parameters>": 1,
      "<body_parameters>": 1,
      "<uploads>": 1,
      "store": 1,
      "means": 2,
      "plain": 2,
      "<always>": 1,
      "scalars": 1,
      "references": 1,
      "ARRAY": 1,
      "parse": 1,
      "twice": 1,
      "efficiency.": 1,
      "DISPATCHING": 1,
      "wants": 1,
      "dispatch": 1,
      "route": 1,
      "actions": 1,
      "based": 1,
      "sure": 1,
      "<path_info>": 1,
      "virtual": 1,
      "regardless": 1,
      "how": 1,
      "mounted.": 1,
      "hosted": 1,
      "mod_perl": 1,
      "CGI": 2,
      "scripts": 1,
      "multiplexed": 1,
      "tools": 1,
      "<Plack::App::URLMap>": 1,
      "idea": 1,
      "subclass": 1,
      "define": 1,
      "uri_for": 2,
      "args": 3,
      "So": 1,
      "say": 1,
      "link": 1,
      "signoff": 1,
      "</app>": 1,
      "empty.": 1,
      "older": 1,
      "call": 1,
      "instead.": 1,
      "Cookie": 2,
      "handling": 1,
      "simplified": 1,
      "string": 5,
      "encoding": 2,
      "decoding": 1,
      "totally": 1,
      "up": 1,
      "framework.": 1,
      "Also": 1,
      "<cookies>": 1,
      "now": 1,
      "<strings>": 1,
      "Simple": 1,
      "longer": 1,
      "have": 2,
      "write": 1,
      "wacky": 1,
      "simply": 1,
      "AUTHORS": 1,
      "Tatsuhiko": 2,
      "Miyagawa": 2,
      "Kazuhiro": 1,
      "Osawa": 1,
      "Tokuhiro": 2,
      "Matsuno": 2,
      "<HTTP::Request>": 1,
      "<Catalyst::Request>": 1,
      "library": 1,
      "same": 1,
      "Util": 3,
      "Accessor": 1,
      "status": 17,
      "Scalar": 2,
      "location": 4,
      "redirect": 1,
      "url": 2,
      "clone": 1,
      "_finalize_cookies": 2,
      "/chr": 1,
      "/ge": 1,
      "LWS": 1,
      "single": 1,
      "SP": 1,
      "//g": 1,
      "CR": 1,
      "LF": 1,
      "since": 1,
      "char": 1,
      "invalid": 1,
      "header_field_names": 1,
      "_body": 2,
      "blessed": 1,
      "overload": 1,
      "Method": 1,
      "_bake_cookie": 2,
      "push_header": 1,
      "@cookie": 7,
      "domain": 3,
      "_date": 2,
      "expires": 7,
      "httponly": 1,
      "@MON": 1,
      "Jan": 1,
      "Feb": 1,
      "Mar": 1,
      "Apr": 1,
      "Jun": 1,
      "Jul": 1,
      "Aug": 1,
      "Sep": 1,
      "Oct": 1,
      "Nov": 1,
      "Dec": 1,
      "@WDAY": 1,
      "Sun": 1,
      "Mon": 1,
      "Tue": 1,
      "Wed": 1,
      "Thu": 1,
      "Fri": 1,
      "Sat": 1,
      "sec": 2,
      "hour": 2,
      "mday": 2,
      "mon": 2,
      "year": 3,
      "wday": 2,
      "gmtime": 1,
      "sprintf": 1,
      "WDAY": 1,
      "MON": 1,
      "response": 5,
      "psgi_handler": 1,
      "API.": 1,
      "over": 1,
      "Sets": 2,
      "gets": 2,
      "<code>": 1,
      "alias.": 2,
      "response.": 1,
      "Setter": 2,
      "either": 2,
      "headers.": 1,
      "body_str": 1,
      "io": 1,
      "body.": 1,
      "IO": 1,
      "Handle": 1,
      "<content>": 1,
      "X": 2,
      "text/plain": 1,
      "gzip": 1,
      "normalize": 1,
      "string.": 1,
      "Users": 1,
      "responsible": 1,
      "properly": 1,
      "<Location>": 1,
      "names": 1,
      "their": 1,
      "corresponding": 1,
      "<value>": 2,
      "everything": 1,
      "<domain>": 1,
      "<expires>": 2,
      "<path>": 1,
      "<httponly>": 1,
      "<secure>": 1,
      "integer": 1,
      "epoch": 1,
      "<does>": 1,
      "convert": 1,
      "formats": 1,
      "<+3M>": 1,
      "reference.": 1,
      "AUTHOR": 1
    },
    "PHP": {
      "<": 9,
      "php": 6,
      "namespace": 28,
      "Symfony": 24,
      "Component": 24,
      "Console": 17,
      ";": 1380,
      "use": 23,
      "Input": 6,
      "InputInterface": 4,
      "ArgvInput": 2,
      "ArrayInput": 3,
      "InputDefinition": 2,
      "InputOption": 15,
      "InputArgument": 3,
      "Output": 5,
      "OutputInterface": 6,
      "ConsoleOutput": 2,
      "ConsoleOutputInterface": 2,
      "Command": 6,
      "HelpCommand": 2,
      "ListCommand": 2,
      "Helper": 3,
      "HelperSet": 3,
      "FormatterHelper": 2,
      "DialogHelper": 2,
      "class": 21,
      "Application": 2,
      "{": 974,
      "private": 24,
      "commands": 39,
      "wantHelps": 4,
      "false": 154,
      "runningCommand": 5,
      "name": 181,
      "version": 8,
      "catchExceptions": 4,
      "autoExit": 4,
      "definition": 3,
      "helperSet": 6,
      "public": 202,
      "function": 205,
      "__construct": 8,
      "(": 2415,
      ")": 2416,
      "this": 928,
      "-": 1271,
      "true": 132,
      "array": 296,
      "getDefaultHelperSet": 2,
      "getDefaultInputDefinition": 2,
      "foreach": 94,
      "getDefaultCommands": 2,
      "as": 96,
      "command": 41,
      "add": 7,
      "}": 972,
      "run": 3,
      "input": 20,
      "null": 164,
      "output": 60,
      "if": 450,
      "new": 73,
      "try": 3,
      "statusCode": 14,
      "doRun": 2,
      "catch": 3,
      "Exception": 1,
      "e": 18,
      "throw": 19,
      "instanceof": 8,
      "renderException": 3,
      "getErrorOutput": 2,
      "else": 70,
      "getCode": 1,
      "is_numeric": 7,
      "&&": 119,
      "exit": 7,
      "return": 305,
      "getCommandName": 2,
      "hasParameterOption": 7,
      "setDecorated": 2,
      "elseif": 31,
      "setInteractive": 2,
      "function_exists": 4,
      "getHelperSet": 3,
      "has": 7,
      "inputStream": 2,
      "get": 12,
      "getInputStream": 1,
      "posix_isatty": 1,
      "setVerbosity": 2,
      "VERBOSITY_QUIET": 1,
      "VERBOSITY_VERBOSE": 2,
      "writeln": 13,
      "getLongVersion": 3,
      "find": 17,
      "setHelperSet": 1,
      "getDefinition": 2,
      "getHelp": 2,
      "messages": 16,
      "sprintf": 27,
      "getOptions": 1,
      "option": 5,
      "[": 672,
      "]": 672,
      ".": 169,
      "getName": 14,
      "getShortcut": 2,
      "getDescription": 3,
      "implode": 8,
      "PHP_EOL": 3,
      "setCatchExceptions": 1,
      "boolean": 4,
      "Boolean": 4,
      "setAutoExit": 1,
      "setName": 1,
      "getVersion": 3,
      "setVersion": 1,
      "register": 1,
      "addCommands": 1,
      "setApplication": 2,
      "isEnabled": 1,
      "getAliases": 3,
      "alias": 87,
      "isset": 101,
      "InvalidArgumentException": 9,
      "helpCommand": 3,
      "setCommand": 1,
      "getNamespaces": 3,
      "namespaces": 4,
      "extractNamespace": 7,
      "array_values": 5,
      "array_unique": 4,
      "array_filter": 2,
      "findNamespace": 4,
      "allNamespaces": 3,
      "n": 12,
      "explode": 9,
      "found": 4,
      "i": 36,
      "part": 10,
      "abbrevs": 31,
      "static": 6,
      "getAbbreviations": 4,
      "array_map": 2,
      "p": 3,
      "message": 12,
      "<=>": 3,
      "alternatives": 10,
      "findAlternativeNamespace": 2,
      "count": 32,
      "getAbbreviationSuggestions": 4,
      "searchName": 13,
      "pos": 3,
      "strrpos": 2,
      "substr": 6,
      "namespace.substr": 1,
      "suggestions": 2,
      "aliases": 8,
      "findAlternativeCommands": 2,
      "all": 11,
      "substr_count": 1,
      "+": 12,
      "names": 3,
      "for": 8,
      "len": 11,
      "strlen": 14,
      "abbrev": 4,
      "asText": 1,
      "raw": 2,
      "width": 7,
      "sortCommands": 4,
      "space": 5,
      "space.": 1,
      "asXml": 2,
      "asDom": 2,
      "dom": 12,
      "DOMDocument": 2,
      "formatOutput": 1,
      "appendChild": 10,
      "xml": 5,
      "createElement": 6,
      "commandsXML": 3,
      "setAttribute": 2,
      "namespacesXML": 3,
      "namespaceArrayXML": 4,
      "continue": 7,
      "commandXML": 3,
      "createTextNode": 1,
      "node": 42,
      "getElementsByTagName": 1,
      "item": 9,
      "importNode": 3,
      "saveXml": 1,
      "string": 5,
      "encoding": 2,
      "mb_detect_encoding": 1,
      "mb_strlen": 1,
      "do": 2,
      "title": 3,
      "get_class": 4,
      "getTerminalWidth": 3,
      "PHP_INT_MAX": 1,
      "lines": 3,
      "preg_split": 1,
      "getMessage": 1,
      "line": 10,
      "str_split": 1,
      "max": 2,
      "str_repeat": 2,
      "title.str_repeat": 1,
      "line.str_repeat": 1,
      "message.": 1,
      "getVerbosity": 1,
      "trace": 12,
      "getTrace": 1,
      "array_unshift": 2,
      "getFile": 2,
      "getLine": 2,
      "type": 62,
      "file": 2,
      "while": 6,
      "getPrevious": 1,
      "getSynopsis": 1,
      "protected": 59,
      "defined": 2,
      "ansicon": 4,
      "getenv": 2,
      "preg_replace": 4,
      "preg_match": 6,
      "getSttyColumns": 3,
      "match": 4,
      "getTerminalHeight": 1,
      "trim": 3,
      "getFirstArgument": 1,
      "REQUIRED": 1,
      "VALUE_NONE": 7,
      "descriptorspec": 2,
      "process": 10,
      "proc_open": 1,
      "pipes": 4,
      "is_resource": 1,
      "info": 5,
      "stream_get_contents": 1,
      "fclose": 2,
      "proc_close": 1,
      "namespacedCommands": 5,
      "key": 64,
      "ksort": 2,
      "&": 19,
      "limit": 3,
      "parts": 4,
      "array_pop": 1,
      "array_slice": 1,
      "callback": 5,
      "findAlternatives": 3,
      "collection": 3,
      "call_user_func": 2,
      "lev": 6,
      "levenshtein": 2,
      "3": 1,
      "strpos": 15,
      "values": 53,
      "/": 1,
      "||": 52,
      "value": 53,
      "asort": 1,
      "array_keys": 7,
      "BrowserKit": 1,
      "DomCrawler": 5,
      "Crawler": 2,
      "Link": 3,
      "Form": 4,
      "Process": 1,
      "PhpProcess": 2,
      "abstract": 2,
      "Client": 1,
      "history": 15,
      "cookieJar": 9,
      "server": 20,
      "request": 76,
      "response": 33,
      "crawler": 7,
      "insulated": 7,
      "redirect": 6,
      "followRedirects": 5,
      "History": 2,
      "CookieJar": 2,
      "setServerParameters": 2,
      "followRedirect": 4,
      "insulate": 1,
      "class_exists": 2,
      "RuntimeException": 2,
      "array_merge": 32,
      "setServerParameter": 1,
      "getServerParameter": 1,
      "default": 8,
      "getHistory": 1,
      "getCookieJar": 1,
      "getCrawler": 1,
      "getResponse": 1,
      "getRequest": 1,
      "click": 1,
      "link": 9,
      "submit": 2,
      "getMethod": 6,
      "getUri": 8,
      "form": 7,
      "setValues": 2,
      "getPhpValues": 2,
      "getPhpFiles": 2,
      "method": 31,
      "uri": 23,
      "parameters": 4,
      "files": 7,
      "content": 4,
      "changeHistory": 4,
      "getAbsoluteUri": 2,
      "isEmpty": 2,
      "current": 4,
      "parse_url": 3,
      "PHP_URL_HOST": 1,
      "PHP_URL_SCHEME": 1,
      "Request": 3,
      "allValues": 1,
      "filterRequest": 2,
      "doRequestInProcess": 2,
      "doRequest": 2,
      "filterResponse": 2,
      "updateFromResponse": 1,
      "getHeader": 2,
      "createCrawlerFromContent": 2,
      "getContent": 2,
      "getScript": 2,
      "sys_get_temp_dir": 2,
      "isSuccessful": 1,
      "getOutput": 3,
      "unserialize": 1,
      "LogicException": 4,
      "addContent": 1,
      "back": 2,
      "requestFromRequest": 4,
      "forward": 2,
      "reload": 1,
      "empty": 96,
      "restart": 1,
      "clear": 2,
      "currentUri": 7,
      "path": 20,
      "PHP_URL_PATH": 1,
      "path.": 1,
      "getParameters": 1,
      "getFiles": 3,
      "getServer": 1,
      "<?php>": 2,
      "CakePHP": 6,
      "tm": 6,
      "Rapid": 2,
      "Development": 2,
      "Framework": 2,
      "http": 12,
      "cakephp": 4,
      "org": 10,
      "Copyright": 4,
      "2005": 4,
      "2012": 4,
      "Cake": 7,
      "Software": 4,
      "Foundation": 4,
      "Inc": 4,
      "cakefoundation": 4,
      "Licensed": 2,
      "under": 2,
      "The": 4,
      "MIT": 4,
      "License": 4,
      "Redistributions": 2,
      "of": 10,
      "must": 2,
      "retain": 2,
      "the": 11,
      "above": 2,
      "copyright": 4,
      "notice": 2,
      "Project": 2,
      "package": 2,
      "Controller": 4,
      "since": 2,
      "v": 17,
      "0": 4,
      "2": 2,
      "9": 1,
      "license": 4,
      "www": 2,
      "opensource": 2,
      "licenses": 2,
      "mit": 2,
      "App": 20,
      "uses": 46,
      "CakeResponse": 2,
      "Network": 1,
      "ClassRegistry": 9,
      "Utility": 6,
      "ComponentCollection": 2,
      "View": 9,
      "CakeEvent": 13,
      "Event": 6,
      "CakeEventListener": 4,
      "CakeEventManager": 5,
      "controller": 3,
      "organization": 1,
      "business": 1,
      "logic": 1,
      "Provides": 1,
      "basic": 1,
      "functionality": 1,
      "such": 1,
      "rendering": 1,
      "views": 1,
      "inside": 1,
      "layouts": 1,
      "automatic": 1,
      "model": 34,
      "availability": 1,
      "redirection": 2,
      "callbacks": 4,
      "and": 5,
      "more": 1,
      "Controllers": 2,
      "should": 1,
      "provide": 1,
      "a": 11,
      "number": 1,
      "action": 7,
      "methods": 5,
      "These": 1,
      "are": 5,
      "on": 4,
      "that": 2,
      "not": 2,
      "prefixed": 1,
      "with": 5,
      "_": 1,
      "Each": 1,
      "serves": 1,
      "an": 1,
      "endpoint": 1,
      "performing": 2,
      "specific": 1,
      "resource": 1,
      "or": 7,
      "resources": 1,
      "For": 2,
      "example": 2,
      "adding": 1,
      "editing": 1,
      "object": 14,
      "listing": 1,
      "set": 26,
      "objects": 5,
      "You": 2,
      "can": 2,
      "access": 1,
      "using": 2,
      "contains": 1,
      "POST": 1,
      "GET": 1,
      "FILES": 1,
      "*": 25,
      "were": 1,
      "request.": 1,
      "After": 1,
      "required": 2,
      "actions": 2,
      "controllers": 2,
      "responsible": 1,
      "creating": 1,
      "response.": 2,
      "This": 1,
      "usually": 1,
      "takes": 1,
      "generated": 1,
      "possibly": 1,
      "to": 6,
      "another": 1,
      "action.": 1,
      "In": 1,
      "either": 1,
      "case": 31,
      "allows": 1,
      "you": 1,
      "manipulate": 1,
      "aspects": 1,
      "created": 8,
      "by": 1,
      "Dispatcher": 1,
      "based": 2,
      "routing.": 1,
      "By": 1,
      "conventional": 1,
      "names.": 1,
      "/posts/index": 1,
      "maps": 1,
      "PostsController": 1,
      "index": 5,
      "re": 1,
      "map": 1,
      "urls": 1,
      "Router": 5,
      "connect": 1,
      "@package": 2,
      "Cake.Controller": 1,
      "@property": 8,
      "AclComponent": 1,
      "Acl": 1,
      "AuthComponent": 1,
      "Auth": 1,
      "CookieComponent": 1,
      "Cookie": 1,
      "EmailComponent": 1,
      "Email": 1,
      "PaginatorComponent": 1,
      "Paginator": 1,
      "RequestHandlerComponent": 1,
      "RequestHandler": 1,
      "SecurityComponent": 1,
      "Security": 1,
      "SessionComponent": 1,
      "Session": 1,
      "@link": 2,
      "//book.cakephp.org/2.0/en/controllers.html": 1,
      "*/": 2,
      "extends": 3,
      "Object": 4,
      "implements": 3,
      "helpers": 1,
      "_responseClass": 1,
      "viewPath": 3,
      "layoutPath": 1,
      "viewVars": 3,
      "view": 5,
      "layout": 5,
      "autoRender": 6,
      "autoLayout": 2,
      "Components": 7,
      "components": 1,
      "viewClass": 10,
      "ext": 1,
      "plugin": 31,
      "cacheAction": 1,
      "passedArgs": 2,
      "scaffold": 2,
      "modelClass": 25,
      "modelKey": 2,
      "validationErrors": 50,
      "_mergeParent": 4,
      "_eventManager": 12,
      "Inflector": 12,
      "singularize": 4,
      "underscore": 3,
      "childMethods": 2,
      "get_class_methods": 2,
      "parentMethods": 2,
      "array_diff": 3,
      "CakeRequest": 5,
      "setRequest": 2,
      "parent": 14,
      "__isset": 2,
      "switch": 6,
      "is_array": 37,
      "list": 29,
      "pluginSplit": 12,
      "loadModel": 3,
      "__get": 2,
      "params": 34,
      "load": 3,
      "settings": 2,
      "__set": 1,
      "camelize": 3,
      "array_key_exists": 11,
      "invokeAction": 1,
      "ReflectionMethod": 2,
      "_isPrivateAction": 2,
      "PrivateActionException": 1,
      "invokeArgs": 1,
      "ReflectionException": 1,
      "_getScaffold": 2,
      "MissingActionException": 1,
      "privateAction": 4,
      "isPublic": 1,
      "in_array": 26,
      "prefixes": 4,
      "prefix": 2,
      "Scaffold": 1,
      "_mergeControllerVars": 2,
      "pluginController": 9,
      "pluginDot": 4,
      "mergeParent": 2,
      "is_subclass_of": 3,
      "pluginVars": 3,
      "appVars": 6,
      "merge": 12,
      "_mergeVars": 5,
      "get_class_vars": 2,
      "_mergeUses": 3,
      "implementedEvents": 2,
      "constructClasses": 1,
      "init": 4,
      "getEventManager": 13,
      "attach": 4,
      "startupProcess": 1,
      "dispatch": 11,
      "shutdownProcess": 1,
      "httpCodes": 3,
      "code": 4,
      "id": 82,
      "MissingModelException": 1,
      "url": 18,
      "status": 15,
      "extract": 9,
      "EXTR_OVERWRITE": 3,
      "event": 35,
      "//TODO": 1,
      "Remove": 1,
      "following": 1,
      "when": 1,
      "events": 1,
      "fully": 1,
      "migrated": 1,
      "break": 19,
      "breakOn": 4,
      "collectReturn": 1,
      "isStopped": 4,
      "result": 21,
      "_parseBeforeRedirect": 2,
      "session_write_close": 1,
      "header": 3,
      "is_string": 7,
      "codes": 3,
      "array_flip": 1,
      "send": 1,
      "_stop": 1,
      "resp": 6,
      "compact": 8,
      "one": 19,
      "two": 6,
      "data": 187,
      "array_combine": 2,
      "setAction": 1,
      "args": 5,
      "func_get_args": 5,
      "unset": 22,
      "call_user_func_array": 3,
      "validate": 9,
      "errors": 9,
      "validateErrors": 1,
      "invalidFields": 2,
      "render": 3,
      "className": 27,
      "models": 6,
      "keys": 19,
      "currentModel": 2,
      "currentObject": 6,
      "getObject": 1,
      "is_a": 1,
      "location": 1,
      "body": 1,
      "referer": 5,
      "local": 2,
      "disableCache": 2,
      "flash": 1,
      "pause": 2,
      "postConditions": 1,
      "op": 9,
      "bool": 5,
      "exclusive": 2,
      "cond": 5,
      "arrayOp": 2,
      "fields": 60,
      "field": 88,
      "fieldOp": 11,
      "strtoupper": 3,
      "paginate": 3,
      "scope": 2,
      "whitelist": 14,
      "beforeFilter": 1,
      "beforeRender": 1,
      "beforeRedirect": 1,
      "afterFilter": 1,
      "beforeScaffold": 2,
      "_beforeScaffold": 1,
      "afterScaffoldSave": 2,
      "_afterScaffoldSave": 1,
      "afterScaffoldSaveError": 2,
      "_afterScaffoldSaveError": 1,
      "scaffoldError": 2,
      "_scaffoldError": 1,
      "php_help": 1,
      "arg": 1,
      "t": 25,
      "php_permission": 1,
      "TRUE": 1,
      "php_eval": 1,
      "global": 2,
      "theme_path": 5,
      "theme_info": 3,
      "conf": 2,
      "old_theme_path": 2,
      "drupal_get_path": 1,
      "dirname": 1,
      "filename": 1,
      "ob_start": 1,
      "print": 1,
      "eval": 1,
      "ob_get_contents": 1,
      "ob_end_clean": 1,
      "_php_filter_tips": 1,
      "filter": 1,
      "format": 3,
      "long": 2,
      "FALSE": 2,
      "base_url": 1,
      "php_filter_info": 1,
      "filters": 2,
      "Field": 9,
      "FormField": 3,
      "ArrayAccess": 1,
      "button": 6,
      "DOMNode": 3,
      "initialize": 2,
      "getFormNode": 1,
      "getValues": 3,
      "isDisabled": 2,
      "FileFormField": 3,
      "hasValue": 1,
      "getValue": 2,
      "qs": 4,
      "http_build_query": 3,
      "parse_str": 2,
      "queryString": 2,
      "sep": 1,
      "sep.": 1,
      "getRawUri": 1,
      "getAttribute": 10,
      "remove": 4,
      "offsetExists": 1,
      "offsetGet": 1,
      "offsetSet": 1,
      "offsetUnset": 1,
      "setNode": 1,
      "nodeName": 13,
      "parentNode": 1,
      "FormFieldRegistry": 2,
      "document": 6,
      "root": 4,
      "xpath": 2,
      "DOMXPath": 1,
      "query": 102,
      "hasAttribute": 1,
      "InputFormField": 2,
      "ChoiceFormField": 2,
      "addChoice": 1,
      "TextareaFormField": 1,
      "base": 8,
      "segments": 13,
      "getSegments": 4,
      "target": 20,
      "array_shift": 5,
      "self": 1,
      "create": 13,
      "k": 7,
      "setValue": 1,
      "walk": 3,
      "registry": 4,
      "m": 5,
      "relational": 2,
      "mapper": 2,
      "DBO": 2,
      "backed": 2,
      "mapping": 1,
      "database": 2,
      "tables": 5,
      "PHP": 1,
      "versions": 1,
      "5": 1,
      "Model": 5,
      "10": 1,
      "Validation": 1,
      "String": 5,
      "Set": 9,
      "BehaviorCollection": 2,
      "ModelBehavior": 1,
      "ConnectionManager": 2,
      "Xml": 2,
      "Automatically": 1,
      "selects": 1,
      "table": 21,
      "pluralized": 1,
      "lowercase": 1,
      "User": 1,
      "is": 1,
      "have": 1,
      "at": 1,
      "least": 1,
      "primary": 3,
      "key.": 1,
      "Cake.Model": 1,
      "//book.cakephp.org/2.0/en/models.html": 1,
      "useDbConfig": 7,
      "useTable": 12,
      "displayField": 4,
      "schemaName": 1,
      "primaryKey": 38,
      "_schema": 11,
      "validationDomain": 1,
      "tablePrefix": 8,
      "tableToModel": 4,
      "cacheQueries": 1,
      "belongsTo": 7,
      "hasOne": 2,
      "hasMany": 2,
      "hasAndBelongsToMany": 24,
      "actsAs": 2,
      "Behaviors": 6,
      "cacheSources": 7,
      "findQueryType": 3,
      "recursive": 9,
      "order": 4,
      "virtualFields": 8,
      "_associationKeys": 2,
      "_associations": 5,
      "__backAssociation": 22,
      "__backInnerAssociation": 1,
      "__backOriginalAssociation": 1,
      "__backContainableAssociation": 1,
      "_insertID": 1,
      "_sourceConfigured": 1,
      "findMethods": 3,
      "ds": 3,
      "addObject": 2,
      "parentClass": 3,
      "get_parent_class": 1,
      "tableize": 2,
      "_createLinks": 3,
      "__call": 1,
      "dispatchMethod": 1,
      "getDataSource": 15,
      "relation": 7,
      "assocKey": 13,
      "dynamic": 2,
      "isKeySet": 1,
      "AppModel": 1,
      "_constructLinkedModel": 2,
      "schema": 11,
      "hasField": 7,
      "setDataSource": 2,
      "property_exists": 3,
      "bindModel": 1,
      "reset": 6,
      "assoc": 75,
      "assocName": 6,
      "unbindModel": 1,
      "_generateAssociation": 2,
      "dynamicWith": 3,
      "sort": 1,
      "setSource": 1,
      "tableName": 4,
      "db": 45,
      "method_exists": 5,
      "sources": 3,
      "listSources": 1,
      "strtolower": 1,
      "MissingTableException": 1,
      "is_object": 2,
      "SimpleXMLElement": 1,
      "_normalizeXmlData": 3,
      "toArray": 1,
      "reverse": 1,
      "_setAliasData": 2,
      "modelName": 3,
      "fieldSet": 3,
      "fieldName": 6,
      "fieldValue": 7,
      "deconstruct": 2,
      "getAssociated": 4,
      "getColumnType": 4,
      "useNewDate": 2,
      "dateFields": 5,
      "timeFields": 2,
      "date": 9,
      "val": 27,
      "columns": 5,
      "str_replace": 3,
      "describe": 1,
      "getColumnTypes": 1,
      "trigger_error": 1,
      "__d": 1,
      "E_USER_WARNING": 1,
      "cols": 7,
      "column": 10,
      "startQuote": 4,
      "endQuote": 4,
      "checkVirtual": 3,
      "isVirtualField": 3,
      "hasMethod": 2,
      "getVirtualField": 1,
      "filterKey": 2,
      "defaults": 6,
      "properties": 4,
      "read": 2,
      "conditions": 41,
      "saveField": 1,
      "options": 85,
      "save": 9,
      "fieldList": 1,
      "_whitelist": 4,
      "keyPresentAndEmpty": 2,
      "exists": 6,
      "validates": 60,
      "updateCol": 6,
      "colType": 4,
      "time": 3,
      "strtotime": 1,
      "joined": 5,
      "x": 4,
      "y": 2,
      "success": 10,
      "cache": 2,
      "_prepareUpdateFields": 2,
      "update": 2,
      "fInfo": 4,
      "isUUID": 5,
      "j": 2,
      "array_search": 1,
      "uuid": 3,
      "updateCounterCache": 6,
      "_saveMulti": 2,
      "_clearCache": 2,
      "join": 22,
      "joinModel": 8,
      "keyInfo": 4,
      "withModel": 4,
      "pluginName": 1,
      "dbMulti": 6,
      "newData": 5,
      "newValues": 8,
      "newJoins": 7,
      "primaryAdded": 3,
      "idField": 3,
      "row": 17,
      "keepExisting": 3,
      "associationForeignKey": 5,
      "links": 4,
      "oldLinks": 4,
      "delete": 9,
      "oldJoin": 4,
      "insertMulti": 1,
      "foreignKey": 11,
      "fkQuoted": 3,
      "escapeField": 6,
      "intval": 4,
      "updateAll": 3,
      "foreignKeys": 3,
      "included": 3,
      "array_intersect": 1,
      "old": 2,
      "saveAll": 1,
      "numeric": 1,
      "validateMany": 4,
      "saveMany": 3,
      "validateAssociated": 5,
      "saveAssociated": 5,
      "transactionBegun": 4,
      "begin": 2,
      "record": 10,
      "saved": 18,
      "commit": 2,
      "rollback": 2,
      "associations": 9,
      "association": 47,
      "notEmpty": 4,
      "_return": 3,
      "recordData": 2,
      "cascade": 10,
      "_deleteDependent": 3,
      "_deleteLinks": 3,
      "_collectForeignKeys": 2,
      "savedAssociatons": 3,
      "deleteAll": 2,
      "records": 6,
      "ids": 8,
      "_id": 2,
      "getID": 2,
      "hasAny": 1,
      "buildQuery": 2,
      "is_null": 1,
      "results": 22,
      "resetAssociations": 3,
      "_filterResults": 2,
      "ucfirst": 2,
      "modParams": 2,
      "_findFirst": 1,
      "state": 15,
      "_findCount": 1,
      "calculate": 2,
      "expression": 1,
      "_findList": 1,
      "tokenize": 1,
      "lst": 4,
      "combine": 1,
      "_findNeighbors": 1,
      "prevVal": 2,
      "return2": 6,
      "_findThreaded": 1,
      "nest": 1,
      "isUnique": 1,
      "is_bool": 1,
      "sql": 1
    },
    "PowerShell": {
      "Write": 2,
      "-": 2,
      "Host": 2,
      "function": 1,
      "hello": 1,
      "(": 1,
      ")": 1,
      "{": 1,
      "}": 1
    },
    "Prolog": {
      "action_module": 1,
      "(": 585,
      "calculator": 1,
      ")": 584,
      ".": 210,
      "%": 334,
      "[": 110,
      "-": 276,
      "d1": 1,
      "]": 109,
      "push": 20,
      "D": 37,
      "if": 2,
      "mode": 22,
      "init": 11,
      "<": 11,
      "deny": 10,
      "displayed": 17,
      "D1": 5,
      "affirm": 10,
      "cont": 3,
      "*D1": 2,
      "+": 32,
      "New": 2,
      "a": 31,
      "op": 28,
      "d": 27,
      "m": 16,
      "clear": 4,
      "nop": 6,
      "accumulator": 10,
      "A": 40,
      "O": 14,
      "memory": 5,
      "M": 14,
      "X": 62,
      "mem_rec": 2,
      "plus": 6,
      "eval": 7,
      "V": 16,
      ";": 9,
      "use": 3,
      "normal": 3,
      "arithmetic": 3,
      "i.e.": 3,
      "minus": 5,
      "lt": 1,
      "times": 4,
      "equal": 2,
      "mem_plus": 2,
      "v": 3,
      "where": 3,
      "V1": 2,
      "plus_minus": 1,
      "normalize": 2,
      "Wff": 3,
      "NormalClauses": 3,
      "conVert": 1,
      "S": 26,
      "cnF": 1,
      "T": 6,
      "flatten_and": 5,
      "U": 2,
      "make_clauses": 5,
      "make": 2,
      "sequence": 2,
      "out": 4,
      "of": 5,
      "conjunction": 1,
      "/": 2,
      "Y": 34,
      "F": 31,
      "B": 30,
      "sequence_append": 5,
      "disjunction": 1,
      "flatten_or": 6,
      "append": 2,
      "two": 1,
      "sequences": 1,
      "R": 32,
      "separate": 7,
      "into": 1,
      "positive": 1,
      "and": 3,
      "negative": 1,
      "literals": 1,
      "P": 37,
      "N": 20,
      "|": 36,
      "N1": 2,
      "P1": 2,
      "tautology": 4,
      "some_occurs": 3,
      "occurs": 4,
      "_": 21,
      "C": 21,
      "make_clause": 5,
      "false": 1,
      "make_sequence": 9,
      "H": 11,
      "write_list": 3,
      "write": 13,
      "nl": 8,
      "A*": 1,
      "Algorithm": 1,
      "Nodes": 1,
      "have": 2,
      "form": 2,
      "S#D#F#A": 1,
      "describes": 1,
      "the": 15,
      "state": 1,
      "or": 1,
      "configuration": 1,
      "is": 22,
      "depth": 1,
      "node": 2,
      "evaluation": 1,
      "function": 4,
      "value": 1,
      "ancestor": 1,
      "list": 1,
      "for": 1,
      "yfx": 1,
      "solve": 2,
      "State": 7,
      "Soln": 3,
      "f_function": 3,
      "search": 4,
      "State#0#F#": 1,
      "reverse": 2,
      "h_function": 2,
      "H.": 1,
      "State#_#_#Soln": 1,
      "goal": 2,
      "expand": 2,
      "Children": 2,
      "insert_all": 4,
      "Open": 7,
      "Open1": 2,
      "Open3": 2,
      "insert": 6,
      "Open2": 2,
      "repeat_node": 2,
      "cheaper": 2,
      "B1": 2,
      "P#_#_#_": 2,
      "_#_#F1#_": 1,
      "_#_#F2#_": 1,
      "F1": 1,
      "F2.": 1,
      "State#D#_#S": 1,
      "All_My_Children": 2,
      "bagof": 1,
      "Child#D1#F#": 1,
      "Move": 3,
      "move": 7,
      "Child": 2,
      "puzzle": 4,
      "solver": 1,
      "A/B/C/D/E/F/G/H/I": 3,
      "{": 3,
      "...": 3,
      "I": 5,
      "}": 3,
      "represents": 1,
      "empty": 2,
      "tile": 5,
      "/2/3/8/0/4/7/6/5": 1,
      "The": 1,
      "moves": 1,
      "left": 26,
      "A/0/C/D/E/F/H/I/J": 3,
      "/A/C/D/E/F/H/I/J": 1,
      "A/B/C/D/0/F/H/I/J": 4,
      "A/B/C/0/D/F/H/I/J": 1,
      "A/B/C/D/E/F/H/0/J": 3,
      "A/B/C/D/E/F/0/H/J": 1,
      "A/B/0/D/E/F/H/I/J": 2,
      "A/0/B/D/E/F/H/I/J": 1,
      "A/B/C/D/E/0/H/I/J": 3,
      "A/B/C/D/0/E/H/I/J": 1,
      "A/B/C/D/E/F/H/I/0": 2,
      "A/B/C/D/E/F/H/0/I": 1,
      "up": 17,
      "A/B/C/0/E/F/H/I/J": 3,
      "/B/C/A/E/F/H/I/J": 1,
      "A/0/C/D/B/F/H/I/J": 1,
      "A/B/0/D/E/C/H/I/J": 1,
      "A/B/C/D/E/F/0/I/J": 2,
      "A/B/C/0/E/F/D/I/J": 1,
      "A/B/C/D/0/F/H/E/J": 1,
      "A/B/C/D/E/0/H/I/F": 1,
      "right": 22,
      "A/C/0/D/E/F/H/I/J": 1,
      "A/B/C/D/F/0/H/I/J": 1,
      "A/B/C/D/E/F/H/J/0": 1,
      "/B/C/D/E/F/H/I/J": 2,
      "B/0/C/D/E/F/H/I/J": 1,
      "A/B/C/E/0/F/H/I/J": 1,
      "A/B/C/D/E/F/I/0/J": 1,
      "down": 15,
      "A/B/C/H/E/F/0/I/J": 1,
      "A/B/C/D/I/F/H/0/J": 1,
      "A/B/C/D/E/J/H/I/0": 1,
      "D/B/C/0/E/F/H/I/J": 1,
      "A/E/C/D/0/F/H/I/J": 1,
      "A/B/F/D/E/0/H/I/J": 1,
      "heuristic": 1,
      "Puzz": 3,
      "p_fcn": 2,
      "s_fcn": 2,
      "*S.": 1,
      "Manhattan": 1,
      "distance": 1,
      "Pa": 2,
      "b": 12,
      "Pb": 2,
      "c": 10,
      "Pc": 2,
      "Pd": 2,
      "e": 10,
      "E": 3,
      "Pe": 2,
      "f": 10,
      "Pf": 2,
      "g": 10,
      "G": 7,
      "Pg": 3,
      "h": 10,
      "Ph": 2,
      "i": 10,
      "Pi": 1,
      "Pi.": 1,
      "cycle": 1,
      "s_aux": 14,
      "S1": 2,
      "S2": 2,
      "S3": 2,
      "S4": 2,
      "S5": 2,
      "S6": 2,
      "S7": 2,
      "S8": 2,
      "S9": 1,
      "S9.": 1,
      "animation": 1,
      "using": 2,
      "VT100": 1,
      "character": 3,
      "graphics": 1,
      "animate": 2,
      "message.": 2,
      "initialize": 2,
      "cursor": 7,
      "get0": 2,
      "_X": 2,
      "play_back": 5,
      "dynamic": 1,
      "location/3.": 1,
      "A/B/C/D/E/F/H/I/J": 1,
      "cls": 2,
      "retractall": 1,
      "location": 32,
      "assert": 17,
      "J": 1,
      "draw_all.": 1,
      "draw_all": 1,
      "draw": 18,
      "call": 1,
      "Put": 1,
      "way": 1,
      "message": 1,
      "nl.": 1,
      "put": 16,
      "ESC": 1,
      "screen": 1,
      "quickly": 1,
      "video": 1,
      "attributes": 1,
      "bold": 1,
      "blink": 1,
      "not": 1,
      "working": 1,
      "plain": 1,
      "reverse_video": 2,
      "Tile": 35,
      "objects": 1,
      "map": 2,
      "s": 1,
      "Each": 1,
      "should": 1,
      "be": 1,
      "drawn": 2,
      "at": 1,
      "which": 1,
      "asserted": 1,
      "retracted": 1,
      "by": 1,
      "character_map": 3,
      "spot": 1,
      "to": 1,
      "retract": 8,
      "X0": 10,
      "Y0": 10,
      "Xnew": 6,
      "Ynew": 6,
      "Obj": 26,
      "plain.": 1,
      "hide": 10,
      "hide_row": 4,
      "Y1": 8,
      "X1": 8,
      "draw_row": 4,
      "an": 1,
      "Object": 1,
      "partition": 5,
      "Xs": 5,
      "Pivot": 4,
      "Smalls": 3,
      "Bigs": 3,
      "@": 1,
      "Rest": 4,
      "quicksort": 4,
      "Smaller": 2,
      "Bigger": 2,
      "male": 3,
      "john": 2,
      "peter": 3,
      "female": 2,
      "vick": 2,
      "christie": 3,
      "parents": 4,
      "brother": 1,
      "turing": 1,
      "Tape0": 2,
      "Tape": 2,
      "perform": 4,
      "q0": 1,
      "Ls": 12,
      "Rs": 16,
      "Ls1": 4,
      "qf": 1,
      "Q0": 2,
      "Ls0": 6,
      "Rs0": 6,
      "symbol": 3,
      "Sym": 6,
      "RsRest": 2,
      "once": 1,
      "rule": 1,
      "Q1": 2,
      "NewSym": 2,
      "Action": 2,
      "action": 4,
      "Rs1": 2,
      "stay": 1,
      "L": 2
    },
    "Python": {
      "from": 29,
      "__future__": 2,
      "import": 36,
      "unicode_literals": 1,
      "copy": 1,
      "sys": 1,
      "functools": 1,
      "update_wrapper": 2,
      "future_builtins": 1,
      "zip": 3,
      "django.db.models.manager": 1,
      "#": 10,
      "Imported": 1,
      "to": 4,
      "register": 1,
      "signal": 1,
      "handler.": 1,
      "django.conf": 1,
      "settings": 1,
      "django.core.exceptions": 1,
      "(": 482,
      "ObjectDoesNotExist": 2,
      "MultipleObjectsReturned": 2,
      "FieldError": 4,
      "ValidationError": 8,
      "NON_FIELD_ERRORS": 3,
      ")": 493,
      "django.core": 1,
      "validators": 1,
      "django.db.models.fields": 1,
      "AutoField": 2,
      "FieldDoesNotExist": 2,
      "django.db.models.fields.related": 1,
      "ManyToOneRel": 3,
      "OneToOneField": 3,
      "add_lazy_relation": 2,
      "django.db": 1,
      "router": 1,
      "transaction": 1,
      "DatabaseError": 3,
      "DEFAULT_DB_ALIAS": 2,
      "django.db.models.query": 1,
      "Q": 3,
      "django.db.models.query_utils": 2,
      "DeferredAttribute": 3,
      "django.db.models.deletion": 1,
      "Collector": 2,
      "django.db.models.options": 1,
      "Options": 2,
      "django.db.models": 1,
      "signals": 1,
      "django.db.models.loading": 1,
      "register_models": 2,
      "get_model": 3,
      "django.utils.translation": 1,
      "ugettext_lazy": 1,
      "as": 5,
      "_": 5,
      "django.utils.functional": 1,
      "curry": 6,
      "django.utils.encoding": 1,
      "smart_str": 3,
      "force_unicode": 3,
      "django.utils.text": 1,
      "get_text_list": 2,
      "capfirst": 6,
      "class": 13,
      "ModelBase": 4,
      "type": 3,
      "def": 59,
      "__new__": 2,
      "cls": 32,
      "name": 36,
      "bases": 6,
      "attrs": 7,
      "super_new": 3,
      "super": 2,
      ".__new__": 1,
      "parents": 8,
      "[": 56,
      "b": 9,
      "for": 49,
      "in": 68,
      "if": 140,
      "isinstance": 11,
      "]": 56,
      "not": 64,
      "return": 50,
      "module": 6,
      "attrs.pop": 2,
      "new_class": 9,
      "{": 24,
      "}": 24,
      "attr_meta": 5,
      "None": 76,
      "abstract": 3,
      "getattr": 30,
      "False": 25,
      "meta": 12,
      "else": 29,
      "base_meta": 2,
      "is": 28,
      "model_module": 1,
      "sys.modules": 1,
      "new_class.__module__": 1,
      "kwargs": 9,
      "model_module.__name__.split": 1,
      "-": 5,
      "new_class.add_to_class": 7,
      "**kwargs": 9,
      "subclass_exception": 3,
      "tuple": 3,
      "x.DoesNotExist": 1,
      "x": 4,
      "hasattr": 11,
      "and": 35,
      "x._meta.abstract": 2,
      "or": 27,
      "x.MultipleObjectsReturned": 1,
      "base_meta.abstract": 1,
      "new_class._meta.ordering": 1,
      "base_meta.ordering": 1,
      "new_class._meta.get_latest_by": 1,
      "base_meta.get_latest_by": 1,
      "is_proxy": 5,
      "new_class._meta.proxy": 1,
      "new_class._default_manager": 2,
      "new_class._base_manager": 2,
      "new_class._default_manager._copy_to_model": 1,
      "new_class._base_manager._copy_to_model": 1,
      "m": 3,
      "new_class._meta.app_label": 3,
      "seed_cache": 2,
      "only_installed": 2,
      "obj_name": 2,
      "obj": 4,
      "attrs.items": 1,
      "new_fields": 2,
      "new_class._meta.local_fields": 3,
      "+": 7,
      "new_class._meta.local_many_to_many": 2,
      "new_class._meta.virtual_fields": 1,
      "field_names": 5,
      "set": 3,
      "f.name": 5,
      "f": 19,
      "base": 13,
      "parent": 4,
      "parent._meta.abstract": 1,
      "parent._meta.fields": 1,
      "raise": 22,
      "TypeError": 4,
      "%": 35,
      "continue": 10,
      "new_class._meta.setup_proxy": 1,
      "new_class._meta.concrete_model": 2,
      "base._meta.concrete_model": 2,
      "o2o_map": 3,
      "dict": 3,
      "f.rel.to": 1,
      "original_base": 1,
      "parent_fields": 3,
      "base._meta.local_fields": 1,
      "base._meta.local_many_to_many": 1,
      "field": 32,
      "field.name": 14,
      "base.__name__": 2,
      "base._meta.abstract": 2,
      "elif": 4,
      "attr_name": 3,
      "base._meta.module_name": 1,
      "auto_created": 1,
      "True": 15,
      "parent_link": 1,
      "new_class._meta.parents": 1,
      "copy.deepcopy": 2,
      "new_class._meta.parents.update": 1,
      "base._meta.parents": 1,
      "new_class.copy_managers": 2,
      "base._meta.abstract_managers": 1,
      "original_base._meta.concrete_managers": 1,
      "base._meta.virtual_fields": 1,
      "attr_meta.abstract": 1,
      "new_class.Meta": 1,
      "new_class._prepare": 1,
      "copy_managers": 1,
      "base_managers": 2,
      "base_managers.sort": 1,
      "mgr_name": 3,
      "manager": 3,
      "val": 14,
      "new_manager": 2,
      "manager._copy_to_model": 1,
      "cls.add_to_class": 1,
      "add_to_class": 1,
      "value": 9,
      "value.contribute_to_class": 1,
      "setattr": 14,
      "_prepare": 1,
      "opts": 5,
      "cls._meta": 3,
      "opts._prepare": 1,
      "opts.order_with_respect_to": 2,
      "cls.get_next_in_order": 1,
      "cls._get_next_or_previous_in_order": 2,
      "is_next": 9,
      "cls.get_previous_in_order": 1,
      "make_foreign_order_accessors": 2,
      "model": 8,
      "field.rel.to": 2,
      "cls.__name__.lower": 2,
      "method_get_order": 2,
      "method_set_order": 2,
      "opts.order_with_respect_to.rel.to": 1,
      "cls.__doc__": 3,
      "cls.__name__": 1,
      ".join": 2,
      "f.attname": 5,
      "opts.fields": 1,
      "cls.get_absolute_url": 3,
      "get_absolute_url": 2,
      "signals.class_prepared.send": 1,
      "sender": 5,
      "ModelState": 2,
      "object": 6,
      "__init__": 5,
      "self": 100,
      "db": 2,
      "self.db": 1,
      "self.adding": 1,
      "Model": 2,
      "__metaclass__": 2,
      "_deferred": 1,
      "*args": 4,
      "signals.pre_init.send": 1,
      "self.__class__": 10,
      "args": 8,
      "self._state": 1,
      "args_len": 2,
      "len": 8,
      "self._meta.fields": 5,
      "IndexError": 2,
      "fields_iter": 4,
      "iter": 1,
      "field.attname": 17,
      "kwargs.pop": 6,
      "field.rel": 2,
      "is_related_object": 3,
      "self.__class__.__dict__.get": 2,
      "try": 17,
      "rel_obj": 3,
      "except": 17,
      "KeyError": 3,
      "field.get_default": 3,
      "field.null": 1,
      "prop": 4,
      "kwargs.keys": 2,
      "property": 2,
      "AttributeError": 1,
      "pass": 4,
      ".__init__": 1,
      "signals.post_init.send": 1,
      "instance": 5,
      "__repr__": 2,
      "u": 3,
      "unicode": 7,
      "UnicodeEncodeError": 1,
      "UnicodeDecodeError": 1,
      "self.__class__.__name__": 3,
      "__str__": 1,
      ".encode": 1,
      "__eq__": 1,
      "other": 4,
      "self._get_pk_val": 6,
      "other._get_pk_val": 1,
      "__ne__": 1,
      "self.__eq__": 1,
      "__hash__": 1,
      "hash": 1,
      "__reduce__": 1,
      "data": 9,
      "self.__dict__": 1,
      "defers": 2,
      "self._deferred": 1,
      "deferred_class_factory": 2,
      "factory": 5,
      "defers.append": 1,
      "self._meta.proxy_for_model": 1,
      "simple_class_factory": 2,
      "model_unpickle": 2,
      "_get_pk_val": 2,
      "self._meta": 2,
      "meta.pk.attname": 2,
      "_set_pk_val": 2,
      "self._meta.pk.attname": 2,
      "pk": 5,
      "serializable_value": 1,
      "field_name": 8,
      "self._meta.get_field_by_name": 1,
      "save": 2,
      "force_insert": 7,
      "force_update": 10,
      "using": 30,
      "update_fields": 23,
      "ValueError": 5,
      "frozenset": 2,
      "field.primary_key": 1,
      "non_model_fields": 2,
      "update_fields.difference": 1,
      "self.save_base": 2,
      "save.alters_data": 1,
      "save_base": 1,
      "raw": 9,
      "origin": 7,
      "router.db_for_write": 2,
      "assert": 7,
      "meta.proxy": 5,
      "meta.auto_created": 2,
      "signals.pre_save.send": 1,
      "org": 3,
      "meta.parents.items": 1,
      "parent._meta.pk.attname": 2,
      "parent._meta": 1,
      "non_pks": 5,
      "meta.local_fields": 2,
      "f.primary_key": 2,
      "pk_val": 4,
      "pk_set": 5,
      "record_exists": 5,
      "cls._base_manager": 1,
      "manager.using": 3,
      ".filter": 7,
      ".exists": 1,
      "values": 13,
      "f.pre_save": 1,
      "rows": 3,
      "._update": 1,
      "meta.order_with_respect_to": 2,
      "order_value": 2,
      "*": 8,
      ".count": 1,
      "self._order": 1,
      "fields": 9,
      "update_pk": 3,
      "bool": 2,
      "meta.has_auto_field": 1,
      "result": 2,
      "manager._insert": 1,
      "return_id": 1,
      "transaction.commit_unless_managed": 2,
      "self._state.db": 2,
      "self._state.adding": 4,
      "signals.post_save.send": 1,
      "created": 1,
      "save_base.alters_data": 1,
      "delete": 1,
      "self._meta.object_name": 1,
      "collector": 1,
      "collector.collect": 1,
      "collector.delete": 1,
      "delete.alters_data": 1,
      "_get_FIELD_display": 1,
      "field.flatchoices": 1,
      ".get": 2,
      "strings_only": 1,
      "_get_next_or_previous_by_FIELD": 1,
      "self.pk": 6,
      "op": 5,
      "order": 5,
      "param": 3,
      "q": 4,
      "|": 1,
      "qs": 6,
      "self.__class__._default_manager.using": 1,
      "*kwargs": 1,
      ".order_by": 2,
      "self.DoesNotExist": 1,
      "self.__class__._meta.object_name": 1,
      "_get_next_or_previous_in_order": 1,
      "cachename": 4,
      "order_field": 1,
      "self._meta.order_with_respect_to": 1,
      "self._default_manager.filter": 1,
      "order_field.name": 1,
      "order_field.attname": 1,
      "self._default_manager.values": 1,
      "self._meta.pk.name": 1,
      "prepare_database_save": 1,
      "unused": 1,
      "clean": 1,
      "validate_unique": 1,
      "exclude": 23,
      "unique_checks": 6,
      "date_checks": 6,
      "self._get_unique_checks": 1,
      "errors": 20,
      "self._perform_unique_checks": 1,
      "date_errors": 1,
      "self._perform_date_checks": 1,
      "k": 4,
      "v": 11,
      "date_errors.items": 1,
      "errors.setdefault": 3,
      ".extend": 2,
      "_get_unique_checks": 1,
      "unique_togethers": 2,
      "self._meta.unique_together": 1,
      "parent_class": 4,
      "self._meta.parents.keys": 2,
      "parent_class._meta.unique_together": 2,
      "unique_togethers.append": 1,
      "model_class": 11,
      "unique_together": 2,
      "check": 3,
      "break": 2,
      "unique_checks.append": 2,
      "fields_with_class": 2,
      "self._meta.local_fields": 1,
      "fields_with_class.append": 1,
      "parent_class._meta.local_fields": 1,
      "f.unique": 1,
      "f.unique_for_date": 3,
      "date_checks.append": 3,
      "f.unique_for_year": 3,
      "f.unique_for_month": 3,
      "_perform_unique_checks": 1,
      "unique_check": 10,
      "lookup_kwargs": 8,
      "self._meta.get_field": 1,
      "lookup_value": 3,
      "str": 1,
      "lookup_kwargs.keys": 1,
      "model_class._default_manager.filter": 2,
      "*lookup_kwargs": 2,
      "model_class_pk": 3,
      "model_class._meta": 2,
      "qs.exclude": 2,
      "qs.exists": 2,
      "key": 5,
      ".append": 2,
      "self.unique_error_message": 1,
      "_perform_date_checks": 1,
      "lookup_type": 7,
      "unique_for": 9,
      "date": 3,
      "date.day": 1,
      "date.month": 1,
      "date.year": 1,
      "self.date_error_message": 1,
      "date_error_message": 1,
      "opts.get_field": 4,
      ".verbose_name": 3,
      "unique_error_message": 1,
      "model_name": 3,
      "opts.verbose_name": 1,
      "field_label": 2,
      "field.verbose_name": 1,
      "field.error_messages": 1,
      "field_labels": 4,
      "map": 1,
      "lambda": 1,
      "full_clean": 1,
      "self.clean_fields": 1,
      "e": 7,
      "e.update_error_dict": 3,
      "self.clean": 1,
      "errors.keys": 1,
      "exclude.append": 1,
      "self.validate_unique": 1,
      "clean_fields": 1,
      "raw_value": 3,
      "f.blank": 1,
      "validators.EMPTY_VALUES": 1,
      "f.clean": 1,
      "e.messages": 1,
      "############################################": 2,
      "ordered_obj": 2,
      "id_list": 2,
      "rel_val": 4,
      "ordered_obj._meta.order_with_respect_to.rel.field_name": 2,
      "order_name": 4,
      "ordered_obj._meta.order_with_respect_to.name": 2,
      "i": 2,
      "j": 2,
      "enumerate": 1,
      "ordered_obj.objects.filter": 2,
      ".update": 1,
      "_order": 1,
      "pk_name": 3,
      "ordered_obj._meta.pk.name": 1,
      "r": 6,
      ".values": 1,
      "##############################################": 2,
      "func": 2,
      "settings.ABSOLUTE_URL_OVERRIDES.get": 1,
      "opts.app_label": 1,
      "opts.module_name": 1,
      "########": 2,
      "Empty": 1,
      "cls.__new__": 1,
      "model_unpickle.__safe_for_unpickle__": 1,
      ".globals": 1,
      "request": 1,
      "http_method_funcs": 2,
      "View": 2,
      "A": 1,
      "which": 1,
      "methods": 5,
      "this": 2,
      "pluggable": 1,
      "view": 2,
      "can": 1,
      "handle.": 1,
      "The": 1,
      "canonical": 1,
      "way": 1,
      "decorate": 2,
      "based": 1,
      "views": 1,
      "the": 4,
      "of": 2,
      "as_view": 1,
      ".": 1,
      "However": 1,
      "since": 1,
      "moves": 1,
      "parts": 1,
      "logic": 1,
      "declaration": 1,
      "place": 1,
      "where": 1,
      "it": 1,
      "s": 3,
      "also": 1,
      "used": 1,
      "instantiating": 1,
      "view.view_class": 1,
      "view.__name__": 1,
      "view.__doc__": 1,
      "view.__module__": 1,
      "cls.__module__": 1,
      "view.methods": 1,
      "cls.methods": 1,
      "MethodViewType": 2,
      "d": 5,
      "rv": 2,
      "type.__new__": 1,
      "rv.methods": 2,
      "methods.add": 1,
      "key.upper": 1,
      "sorted": 1,
      "MethodView": 1,
      "dispatch_request": 1,
      "meth": 5,
      "request.method.lower": 1,
      "request.method": 2,
      "SHEBANG#!python": 2,
      "print": 1,
      "absolute_import": 1,
      "division": 1,
      "with_statement": 1,
      "Cookie": 1,
      "logging": 1,
      "socket": 1,
      "time": 1,
      "tornado.escape": 1,
      "utf8": 2,
      "native_str": 4,
      "parse_qs_bytes": 3,
      "tornado": 3,
      "httputil": 1,
      "iostream": 1,
      "tornado.netutil": 1,
      "TCPServer": 2,
      "stack_context": 1,
      "tornado.util": 1,
      "bytes_type": 2,
      "ssl": 2,
      "Python": 1,
      "ImportError": 1,
      "HTTPServer": 1,
      "You": 1,
      "requested": 1,
      "n": 6,
      "HTTP/1.1": 2,
      "OK": 1,
      "nContent": 1,
      "Length": 1,
      "certfile": 2,
      "keyfile": 2,
      "mydomain.crt": 1,
      "mydomain.key": 1,
      "request_callback": 4,
      "no_keep_alive": 4,
      "io_loop": 3,
      "xheaders": 4,
      "ssl_options": 3,
      "self.request_callback": 5,
      "self.no_keep_alive": 4,
      "self.xheaders": 3,
      "TCPServer.__init__": 1,
      "handle_stream": 1,
      "stream": 4,
      "address": 4,
      "HTTPConnection": 2,
      "_BadRequestException": 5,
      "Exception": 2,
      "self.stream": 1,
      "self.address": 3,
      "self._request": 7,
      "self._request_finished": 4,
      "self._header_callback": 3,
      "stack_context.wrap": 2,
      "self._on_headers": 1,
      "self.stream.read_until": 2,
      "self._write_callback": 5,
      "write": 2,
      "chunk": 5,
      "callback": 7,
      "self.stream.closed": 1,
      "self.stream.write": 2,
      "self._on_write_complete": 1,
      "finish": 2,
      "self.stream.writing": 2,
      "self._finish_request": 2,
      "_on_write_complete": 1,
      "_finish_request": 1,
      "disconnect": 5,
      "connection_header": 5,
      "self._request.headers.get": 2,
      "connection_header.lower": 1,
      "self._request.supports_http_1_1": 1,
      "self._request.headers": 1,
      "self._request.method": 2,
      "self.stream.close": 2,
      "_on_headers": 1,
      "data.decode": 1,
      "eol": 3,
      "data.find": 1,
      "start_line": 1,
      "method": 5,
      "uri": 5,
      "version": 5,
      "start_line.split": 1,
      "version.startswith": 1,
      "headers": 5,
      "httputil.HTTPHeaders.parse": 1,
      "self.stream.socket": 1,
      "socket.AF_INET": 2,
      "socket.AF_INET6": 1,
      "remote_ip": 8,
      "HTTPRequest": 2,
      "connection": 6,
      "content_length": 6,
      "headers.get": 2,
      "int": 1,
      "self.stream.max_buffer_size": 1,
      "self.stream.read_bytes": 1,
      "self._on_request_body": 1,
      "logging.info": 1,
      "_on_request_body": 1,
      "self._request.body": 2,
      "content_type": 1,
      "content_type.startswith": 2,
      "arguments": 2,
      "arguments.iteritems": 2,
      "self._request.arguments.setdefault": 1,
      "content_type.split": 1,
      "sep": 2,
      "field.strip": 1,
      ".partition": 1,
      "httputil.parse_multipart_form_data": 1,
      "self._request.arguments": 1,
      "self._request.files": 1,
      "logging.warning": 1,
      "GET": 1,
      "POST": 1,
      "http": 1,
      "https": 1,
      "body": 2,
      "protocol": 4,
      "host": 2,
      "files": 2,
      "self.method": 1,
      "self.uri": 2,
      "self.version": 2,
      "self.headers": 4,
      "httputil.HTTPHeaders": 1,
      "self.body": 1,
      "connection.xheaders": 1,
      "self.remote_ip": 4,
      "self.headers.get": 5,
      "self._valid_ip": 1,
      "self.protocol": 7,
      "connection.stream": 1,
      "iostream.SSLIOStream": 1,
      "self.host": 2,
      "self.files": 1,
      "self.connection": 1,
      "self._start_time": 3,
      "time.time": 3,
      "self._finish_time": 4,
      "self.path": 1,
      "self.query": 2,
      "uri.partition": 1,
      "self.arguments": 2,
      "supports_http_1_1": 1,
      "@property": 1,
      "cookies": 1,
      "self._cookies": 3,
      "Cookie.SimpleCookie": 1,
      "self._cookies.load": 1,
      "self.connection.write": 1,
      "self.connection.finish": 1,
      "full_url": 1,
      "request_time": 1,
      "get_ssl_certificate": 1,
      "foo.crt": 1,
      "foo.key": 1,
      "cacert.crt": 1,
      "self.connection.stream.socket.getpeercert": 1,
      "ssl.SSLError": 1,
      "_valid_ip": 1,
      "ip": 2,
      "res": 2,
      "socket.getaddrinfo": 1,
      "socket.AF_UNSPEC": 1,
      "socket.SOCK_STREAM": 1,
      "socket.AI_NUMERICHOST": 1,
      "socket.gaierror": 1,
      "e.args": 1,
      "socket.EAI_NONAME": 1
    },
    "R": {
      "hello": 2,
      "<": 1,
      "-": 1,
      "function": 1,
      "(": 3,
      ")": 3,
      "{": 1,
      "print": 1,
      "}": 1
    },
    "Racket": {
      "SHEBANG#!sh": 1,
      "#": 2,
      "|": 2,
      "-": 95,
      "*": 2,
      "scheme": 1,
      "exec": 1,
      "racket": 1,
      "um": 1,
      "(": 7,
      "require": 2,
      "racket/file": 1,
      "racket/path": 1,
      "racket/list": 1,
      "racket/string": 1,
      "for": 2,
      "syntax": 1,
      "racket/base": 1,
      ")": 7,
      "#lang": 1,
      "scribble/manual": 1,
      "@": 3,
      "scribble/bnf": 1,
      "@title": 1,
      "{": 2,
      "Scribble": 3,
      "The": 1,
      "Racket": 1,
      "Documentation": 1,
      "Tool": 1,
      "}": 2,
      "@author": 1,
      "[": 12,
      "]": 12,
      "is": 3,
      "a": 1,
      "collection": 1,
      "of": 3,
      "tools": 1,
      "creating": 1,
      "prose": 2,
      "documents": 1,
      "papers": 1,
      "books": 1,
      "library": 1,
      "documentation": 1,
      "etc.": 1,
      "in": 2,
      "HTML": 1,
      "or": 2,
      "PDF": 1,
      "via": 1,
      "Latex": 1,
      "form.": 1,
      "More": 1,
      "generally": 1,
      "helps": 1,
      "you": 1,
      "write": 1,
      "programs": 1,
      "that": 1,
      "are": 1,
      "rich": 1,
      "textual": 1,
      "content": 2,
      "whether": 1,
      "the": 2,
      "to": 2,
      "be": 2,
      "typeset": 1,
      "any": 1,
      "other": 1,
      "form": 1,
      "text": 1,
      "generated": 1,
      "programmatically.": 1,
      "This": 1,
      "document": 1,
      "itself": 1,
      "written": 1,
      "using": 1,
      "Scribble.": 1,
      "You": 1,
      "can": 1,
      "see": 1,
      "its": 1,
      "source": 1,
      "at": 1,
      "let": 1,
      "url": 3,
      "link": 1,
      "starting": 1,
      "with": 1,
      "@filepath": 1,
      "scribble.scrbl": 1,
      "file.": 1,
      "@table": 1,
      "contents": 1,
      ";": 1,
      "@include": 8,
      "section": 9,
      "@index": 1
    },
    "Rebol": {
      "REBOL": 1,
      "[": 3,
      "]": 3,
      "hello": 2,
      "func": 1,
      "print": 1
    },
    "Ruby": {
      "load": 3,
      "Dir": 4,
      "[": 56,
      "]": 56,
      ".each": 4,
      "{": 68,
      "|": 89,
      "plugin": 2,
      "(": 244,
      ")": 256,
      "}": 68,
      "task": 2,
      "default": 2,
      "do": 34,
      "puts": 12,
      "end": 235,
      "module": 8,
      "Foo": 1,
      "require": 58,
      "class": 7,
      "Formula": 2,
      "include": 3,
      "FileUtils": 1,
      "attr_reader": 5,
      "name": 51,
      "path": 16,
      "url": 12,
      "version": 10,
      "homepage": 2,
      "specs": 14,
      "downloader": 6,
      "standard": 2,
      "unstable": 2,
      "head": 3,
      "bottle_version": 2,
      "bottle_url": 3,
      "bottle_sha1": 2,
      "buildpath": 1,
      "def": 143,
      "initialize": 2,
      "nil": 21,
      "set_instance_variable": 12,
      "if": 72,
      "@head": 4,
      "and": 6,
      "not": 3,
      "@url": 8,
      "or": 7,
      "ARGV.build_head": 2,
      "@version": 10,
      "@spec_to_use": 4,
      "@unstable": 2,
      "else": 25,
      "@standard.nil": 1,
      "SoftwareSpecification.new": 3,
      "@specs": 3,
      "@standard": 3,
      "raise": 17,
      "@url.nil": 1,
      "@name": 3,
      "validate_variable": 7,
      "@path": 1,
      "path.nil": 1,
      "self.class.path": 1,
      "Pathname.new": 3,
      "||": 22,
      "@spec_to_use.detect_version": 1,
      "CHECKSUM_TYPES.each": 1,
      "type": 10,
      "@downloader": 2,
      "download_strategy.new": 2,
      "@spec_to_use.url": 1,
      "@spec_to_use.specs": 1,
      "@bottle_url": 2,
      "bottle_base_url": 1,
      "+": 47,
      "bottle_filename": 1,
      "self": 11,
      "@bottle_sha1": 2,
      "installed": 2,
      "return": 25,
      "installed_prefix.children.length": 1,
      "rescue": 13,
      "false": 26,
      "explicitly_requested": 1,
      "ARGV.named.empty": 1,
      "ARGV.formulae.include": 1,
      "linked_keg": 1,
      "HOMEBREW_REPOSITORY/": 2,
      "/@name": 1,
      "installed_prefix": 1,
      "head_prefix": 2,
      "HOMEBREW_CELLAR": 2,
      "head_prefix.directory": 1,
      "prefix": 14,
      "rack": 1,
      ";": 41,
      "prefix.parent": 1,
      "bin": 1,
      "doc": 1,
      "info": 2,
      "lib": 1,
      "libexec": 1,
      "man": 9,
      "man1": 1,
      "man2": 1,
      "man3": 1,
      "man4": 1,
      "man5": 1,
      "man6": 1,
      "man7": 1,
      "man8": 1,
      "sbin": 1,
      "share": 1,
      "etc": 1,
      "HOMEBREW_PREFIX": 2,
      "var": 1,
      "plist_name": 2,
      "plist_path": 1,
      "download_strategy": 1,
      "@spec_to_use.download_strategy": 1,
      "cached_download": 1,
      "@downloader.cached_location": 1,
      "caveats": 1,
      "options": 3,
      "patches": 2,
      "keg_only": 2,
      "self.class.keg_only_reason": 1,
      "fails_with": 2,
      "cc": 3,
      "self.class.cc_failures.nil": 1,
      "Compiler.new": 1,
      "unless": 15,
      "cc.is_a": 1,
      "Compiler": 1,
      "self.class.cc_failures.find": 1,
      "failure": 1,
      "next": 1,
      "failure.compiler": 1,
      "cc.name": 1,
      "failure.build.zero": 1,
      "failure.build": 1,
      "cc.build": 1,
      "skip_clean": 2,
      "true": 15,
      "self.class.skip_clean_all": 1,
      "to_check": 2,
      "path.relative_path_from": 1,
      ".to_s": 3,
      "self.class.skip_clean_paths.include": 1,
      "brew": 2,
      "stage": 2,
      "begin": 9,
      "patch": 3,
      "yield": 5,
      "Interrupt": 2,
      "RuntimeError": 1,
      "SystemCallError": 1,
      "e": 8,
      "#": 100,
      "don": 1,
      "config.log": 2,
      "t": 3,
      "a": 10,
      "std_autotools": 1,
      "variant": 1,
      "because": 1,
      "autotools": 1,
      "is": 3,
      "lot": 1,
      "std_cmake_args": 1,
      "%": 10,
      "W": 1,
      "-": 34,
      "DCMAKE_INSTALL_PREFIX": 1,
      "DCMAKE_BUILD_TYPE": 1,
      "None": 1,
      "DCMAKE_FIND_FRAMEWORK": 1,
      "LAST": 1,
      "Wno": 1,
      "dev": 1,
      "self.class_s": 2,
      "#remove": 1,
      "invalid": 1,
      "characters": 1,
      "then": 4,
      "camelcase": 1,
      "it": 1,
      "name.capitalize.gsub": 1,
      "/": 34,
      "_.": 1,
      "s": 2,
      "zA": 1,
      "Z0": 1,
      "upcase": 1,
      ".gsub": 5,
      "self.names": 1,
      ".map": 6,
      "f": 11,
      "File.basename": 2,
      ".sort": 2,
      "self.all": 1,
      "map": 1,
      "self.map": 1,
      "rv": 3,
      "each": 1,
      "<<": 15,
      "self.each": 1,
      "names.each": 1,
      "n": 4,
      "Formula.factory": 2,
      "onoe": 2,
      "inspect": 2,
      "self.aliases": 1,
      "self.canonical_name": 1,
      "name.to_s": 3,
      "name.kind_of": 2,
      "Pathname": 2,
      "formula_with_that_name": 1,
      "HOMEBREW_REPOSITORY": 4,
      "possible_alias": 1,
      "possible_cached_formula": 1,
      "HOMEBREW_CACHE_FORMULA": 2,
      "name.include": 2,
      "r": 3,
      ".": 3,
      "tapd": 1,
      ".downcase": 2,
      "tapd.find_formula": 1,
      "relative_pathname": 1,
      "relative_pathname.stem.to_s": 1,
      "tapd.directory": 1,
      "elsif": 7,
      "formula_with_that_name.file": 1,
      "formula_with_that_name.readable": 1,
      "possible_alias.file": 1,
      "possible_alias.realpath.basename": 1,
      "possible_cached_formula.file": 1,
      "possible_cached_formula.to_s": 1,
      "self.factory": 1,
      "https": 1,
      "ftp": 1,
      "//": 3,
      ".basename": 1,
      "target_file": 6,
      "name.basename": 1,
      "HOMEBREW_CACHE_FORMULA.mkpath": 1,
      "FileUtils.rm": 1,
      "force": 1,
      "curl": 1,
      "install_type": 4,
      "from_url": 1,
      "Formula.canonical_name": 1,
      ".rb": 1,
      "path.stem": 1,
      "from_path": 1,
      "path.to_s": 3,
      "Formula.path": 1,
      "from_name": 2,
      "klass_name": 2,
      "klass": 16,
      "Object.const_get": 1,
      "NameError": 2,
      "LoadError": 3,
      "klass.new": 2,
      "FormulaUnavailableError.new": 1,
      "tap": 1,
      "path.realpath.to_s": 1,
      "/Library/Taps/": 1,
      "w": 6,
      "self.path": 1,
      "mirrors": 4,
      "self.class.mirrors": 1,
      "deps": 1,
      "self.class.dependencies.deps": 1,
      "external_deps": 1,
      "self.class.dependencies.external_deps": 1,
      "recursive_deps": 1,
      "Formula.expand_deps": 1,
      ".flatten.uniq": 1,
      "self.expand_deps": 1,
      "f.deps.map": 1,
      "dep": 3,
      "f_dep": 3,
      "dep.to_s": 1,
      "expand_deps": 1,
      "protected": 1,
      "system": 1,
      "cmd": 6,
      "*args": 16,
      "pretty_args": 1,
      "args.dup": 1,
      "pretty_args.delete": 1,
      "ARGV.verbose": 2,
      "ohai": 3,
      ".strip": 1,
      "removed_ENV_variables": 2,
      "case": 5,
      "args.empty": 1,
      "cmd.split": 1,
      ".first": 1,
      "when": 11,
      "ENV.remove_cc_etc": 1,
      "safe_system": 4,
      "rd": 1,
      "wr": 3,
      "IO.pipe": 1,
      "pid": 1,
      "fork": 1,
      "rd.close": 1,
      "stdout.reopen": 1,
      "stderr.reopen": 1,
      "args.collect": 1,
      "arg": 1,
      "arg.to_s": 1,
      "exec": 2,
      "exit": 2,
      "never": 1,
      "gets": 1,
      "here": 1,
      "threw": 1,
      "failed": 3,
      "wr.close": 1,
      "out": 4,
      "rd.read": 1,
      "until": 1,
      "rd.eof": 1,
      "Process.wait": 1,
      ".success": 1,
      "removed_ENV_variables.each": 1,
      "key": 8,
      "value": 4,
      "ENV": 4,
      "ENV.kind_of": 1,
      "Hash": 3,
      "BuildError.new": 1,
      "args": 5,
      "public": 2,
      "fetch": 2,
      "install_bottle": 1,
      "CurlBottleDownloadStrategy.new": 1,
      "mirror_list": 2,
      "HOMEBREW_CACHE.mkpath": 1,
      "fetched": 4,
      "downloader.fetch": 1,
      "CurlDownloadStrategyError": 1,
      "mirror_list.empty": 1,
      "mirror_list.shift.values_at": 1,
      "retry": 2,
      "checksum_type": 2,
      "CHECKSUM_TYPES.detect": 1,
      "instance_variable_defined": 2,
      "verify_download_integrity": 2,
      "fn": 2,
      "args.length": 1,
      "md5": 2,
      "supplied": 4,
      "instance_variable_get": 2,
      "type.to_s.upcase": 1,
      "hasher": 2,
      "Digest.const_get": 1,
      "hash": 2,
      "fn.incremental_hash": 1,
      "supplied.empty": 1,
      "message": 2,
      "EOF": 2,
      "mismatch": 1,
      "Expected": 1,
      "Got": 1,
      "Archive": 1,
      "To": 1,
      "an": 1,
      "incomplete": 1,
      "download": 1,
      "remove": 1,
      "the": 8,
      "file": 1,
      "above.": 1,
      "supplied.upcase": 1,
      "hash.upcase": 1,
      "opoo": 1,
      "private": 3,
      "CHECKSUM_TYPES": 2,
      "sha1": 4,
      "sha256": 1,
      ".freeze": 1,
      "fetched.kind_of": 1,
      "mktemp": 1,
      "downloader.stage": 1,
      "@buildpath": 2,
      "Pathname.pwd": 1,
      "patch_list": 1,
      "Patches.new": 1,
      "patch_list.empty": 1,
      "patch_list.external_patches": 1,
      "patch_list.download": 1,
      "patch_list.each": 1,
      "p": 2,
      "p.compression": 1,
      "gzip": 1,
      "p.compressed_filename": 2,
      "bzip2": 1,
      "*": 3,
      "p.patch_args": 1,
      "v": 2,
      "v.to_s.empty": 1,
      "s/": 1,
      "class_value": 3,
      "self.class.send": 1,
      "instance_variable_set": 1,
      "self.method_added": 1,
      "method": 4,
      "self.attr_rw": 1,
      "attrs": 1,
      "attrs.each": 1,
      "attr": 4,
      "class_eval": 1,
      "Q": 1,
      "val": 10,
      "val.nil": 3,
      "@#": 2,
      "attr_rw": 4,
      "keg_only_reason": 1,
      "skip_clean_all": 2,
      "cc_failures": 1,
      "stable": 2,
      "&": 31,
      "block": 30,
      "block_given": 5,
      "instance_eval": 2,
      "ARGV.build_devel": 2,
      "devel": 1,
      "@mirrors": 3,
      "clear": 1,
      "from": 1,
      "release": 1,
      "bottle": 1,
      "bottle_block": 1,
      "Class.new": 2,
      "self.version": 1,
      "self.url": 1,
      "self.sha1": 1,
      "sha1.shift": 1,
      "@sha1": 6,
      "MacOS.cat": 1,
      "String": 2,
      "MacOS.lion": 1,
      "self.data": 1,
      "&&": 8,
      "bottle_block.instance_eval": 1,
      "@bottle_version": 1,
      "bottle_block.data": 1,
      "mirror": 1,
      "@mirrors.uniq": 1,
      "dependencies": 1,
      "@dependencies": 1,
      "DependencyCollector.new": 1,
      "depends_on": 1,
      "dependencies.add": 1,
      "paths": 3,
      "all": 1,
      "@skip_clean_all": 2,
      "@skip_clean_paths": 3,
      ".flatten.each": 1,
      "p.to_s": 2,
      "@skip_clean_paths.include": 1,
      "skip_clean_paths": 1,
      "reason": 2,
      "explanation": 1,
      "@keg_only_reason": 1,
      "KegOnlyReason.new": 1,
      "explanation.to_s.chomp": 1,
      "compiler": 3,
      "@cc_failures": 2,
      "CompilerFailures.new": 1,
      "CompilerFailure.new": 2,
      "Grit": 1,
      "ActiveSupport": 1,
      "Inflector": 1,
      "extend": 2,
      "pluralize": 3,
      "word": 10,
      "apply_inflections": 3,
      "inflections.plurals": 1,
      "singularize": 2,
      "inflections.singulars": 1,
      "camelize": 2,
      "term": 1,
      "uppercase_first_letter": 2,
      "string": 4,
      "term.to_s": 1,
      "string.sub": 2,
      "z": 7,
      "d": 6,
      "*/": 1,
      "inflections.acronyms": 1,
      ".capitalize": 1,
      "inflections.acronym_regex": 2,
      "b": 4,
      "A": 5,
      "Z_": 1,
      "string.gsub": 1,
      "_": 2,
      "/i": 2,
      "underscore": 3,
      "camel_cased_word": 6,
      "camel_cased_word.to_s.dup": 1,
      "word.gsub": 4,
      "Za": 1,
      "Z": 3,
      "word.tr": 1,
      "word.downcase": 1,
      "humanize": 2,
      "lower_case_and_underscored_word": 1,
      "result": 8,
      "lower_case_and_underscored_word.to_s.dup": 1,
      "inflections.humans.each": 1,
      "rule": 4,
      "replacement": 4,
      "break": 4,
      "result.sub": 2,
      "result.gsub": 2,
      "/_id": 1,
      "result.tr": 1,
      "match": 6,
      "w/": 1,
      ".upcase": 1,
      "titleize": 1,
      "<!['’`])[a-z]/)>": 1,
      "capitalize": 1,
      "Create": 1,
      "of": 1,
      "table": 2,
      "like": 1,
      "Rails": 1,
      "does": 1,
      "for": 1,
      "models": 1,
      "to": 1,
      "names": 2,
      "This": 1,
      "uses": 1,
      "on": 2,
      "last": 4,
      "in": 3,
      "RawScaledScorer": 1,
      "tableize": 2,
      "class_name": 2,
      "classify": 1,
      "table_name": 1,
      "table_name.to_s.sub": 1,
      "/.*": 1,
      "./": 1,
      "dasherize": 1,
      "underscored_word": 1,
      "underscored_word.tr": 1,
      "demodulize": 1,
      "i": 2,
      "path.rindex": 2,
      "..": 1,
      "deconstantize": 1,
      "implementation": 1,
      "based": 1,
      "one": 1,
      "facets": 1,
      "id": 1,
      "outside": 2,
      "inside": 2,
      "owned": 1,
      "constant": 4,
      "constant.ancestors.inject": 1,
      "const": 3,
      "ancestor": 3,
      "Object": 1,
      "ancestor.const_defined": 1,
      "constant.const_get": 1,
      "safe_constantize": 1,
      "constantize": 1,
      "e.message": 2,
      "uninitialized": 1,
      "wrong": 1,
      "const_regexp": 3,
      "e.name.to_s": 1,
      "camel_cased_word.to_s": 1,
      "ArgumentError": 1,
      "/not": 1,
      "missing": 1,
      "ordinal": 1,
      "number": 2,
      ".include": 1,
      "number.to_i.abs": 2,
      "ordinalize": 1,
      "nodoc": 3,
      "parts": 1,
      "camel_cased_word.split": 1,
      "parts.pop": 1,
      "parts.reverse.inject": 1,
      "acc": 2,
      "part": 1,
      "part.empty": 1,
      "rules": 1,
      "word.to_s.dup": 1,
      "word.empty": 1,
      "inflections.uncountables.include": 1,
      "result.downcase": 1,
      "Z/": 1,
      "rules.each": 1,
      ".unshift": 1,
      "File.dirname": 4,
      "__FILE__": 3,
      "For": 1,
      "use/testing": 1,
      "no": 1,
      "gem": 1,
      "require_all": 4,
      "glob": 2,
      "File.join": 6,
      "Jekyll": 3,
      "VERSION": 1,
      "DEFAULTS": 2,
      "Dir.pwd": 3,
      "self.configuration": 1,
      "override": 3,
      "source": 2,
      "config_file": 2,
      "config": 3,
      "YAML.load_file": 1,
      "config.is_a": 1,
      "stdout.puts": 1,
      "err": 1,
      "stderr.puts": 2,
      "err.to_s": 1,
      "DEFAULTS.deep_merge": 1,
      ".deep_merge": 1,
      "SHEBANG#!macruby": 1,
      "object": 2,
      "@user": 1,
      "person": 1,
      "attributes": 2,
      "username": 1,
      "email": 1,
      "location": 1,
      "created_at": 1,
      "registered_at": 1,
      "node": 2,
      "role": 1,
      "user": 1,
      "user.is_admin": 1,
      "child": 1,
      "phone_numbers": 1,
      "pnumbers": 1,
      "extends": 1,
      "node_numbers": 1,
      "u": 1,
      "partial": 1,
      "u.phone_numbers": 1,
      "Resque": 3,
      "Helpers": 1,
      "redis": 7,
      "server": 11,
      "/redis": 1,
      "Redis.connect": 2,
      "thread_safe": 2,
      "namespace": 3,
      "server.split": 2,
      "host": 3,
      "port": 4,
      "db": 3,
      "Redis.new": 1,
      "resque": 2,
      "@redis": 6,
      "Redis": 3,
      "Namespace.new": 2,
      "Namespace": 1,
      "@queues": 2,
      "Hash.new": 1,
      "h": 2,
      "Queue.new": 1,
      "coder": 3,
      "@coder": 1,
      "MultiJsonCoder.new": 1,
      "attr_writer": 4,
      "self.redis": 2,
      "Redis.respond_to": 1,
      "connect": 1,
      "redis_id": 2,
      "redis.respond_to": 2,
      "redis.server": 1,
      "nodes": 1,
      "distributed": 1,
      "redis.nodes.map": 1,
      "n.id": 1,
      ".join": 1,
      "redis.client.id": 1,
      "before_first_fork": 2,
      "@before_first_fork": 2,
      "before_fork": 2,
      "@before_fork": 2,
      "after_fork": 2,
      "@after_fork": 2,
      "to_s": 1,
      "attr_accessor": 2,
      "inline": 3,
      "alias": 1,
      "push": 1,
      "queue": 24,
      "item": 4,
      "pop": 1,
      ".pop": 1,
      "ThreadError": 1,
      "size": 3,
      ".size": 1,
      "peek": 1,
      "start": 7,
      "count": 5,
      ".slice": 1,
      "list_range": 1,
      "decode": 2,
      "redis.lindex": 1,
      "Array": 2,
      "redis.lrange": 1,
      "queues": 3,
      "redis.smembers": 1,
      "remove_queue": 1,
      ".destroy": 1,
      "@queues.delete": 1,
      "queue.to_s": 1,
      "enqueue": 1,
      "enqueue_to": 2,
      "queue_from_class": 4,
      "before_hooks": 2,
      "Plugin.before_enqueue_hooks": 1,
      ".collect": 2,
      "hook": 9,
      "klass.send": 4,
      "before_hooks.any": 2,
      "Job.create": 1,
      "Plugin.after_enqueue_hooks": 1,
      "dequeue": 1,
      "Plugin.before_dequeue_hooks": 1,
      "Job.destroy": 1,
      "Plugin.after_dequeue_hooks": 1,
      "klass.instance_variable_get": 1,
      "@queue": 1,
      "klass.respond_to": 1,
      "klass.queue": 1,
      "reserve": 1,
      "Job.reserve": 1,
      "validate": 1,
      "NoQueueError.new": 1,
      "klass.to_s.empty": 1,
      "NoClassError.new": 1,
      "workers": 2,
      "Worker.all": 1,
      "working": 2,
      "Worker.working": 1,
      "remove_worker": 1,
      "worker_id": 2,
      "worker": 1,
      "Worker.find": 1,
      "worker.unregister_worker": 1,
      "pending": 1,
      "queues.inject": 1,
      "m": 3,
      "k": 2,
      "processed": 2,
      "Stat": 2,
      "queues.size": 1,
      "workers.size.to_i": 1,
      "working.size": 1,
      "servers": 1,
      "environment": 2,
      "keys": 6,
      "redis.keys": 1,
      "key.sub": 1,
      "SHEBANG#!ruby": 2,
      "SHEBANG#!rake": 1,
      "Sinatra": 2,
      "Request": 2,
      "<": 2,
      "Rack": 1,
      "accept": 1,
      "@env": 2,
      "entries": 1,
      ".to_s.split": 1,
      "entries.map": 1,
      "accept_entry": 1,
      ".sort_by": 1,
      "first": 1,
      "preferred_type": 1,
      "self.defer": 1,
      "pattern": 1,
      "path.respond_to": 5,
      "path.keys": 1,
      "path.names": 1,
      "TypeError": 1,
      "URI": 3,
      "URI.const_defined": 1,
      "Parser": 1,
      "Parser.new": 1,
      "encoded": 1,
      "char": 4,
      "enc": 5,
      "URI.escape": 1,
      "helpers": 3,
      "data": 1,
      "reset": 1,
      "set": 36,
      "development": 6,
      ".to_sym": 1,
      "raise_errors": 1,
      "Proc.new": 11,
      "test": 5,
      "dump_errors": 1,
      "show_exceptions": 1,
      "sessions": 1,
      "logging": 2,
      "protection": 1,
      "method_override": 4,
      "use_code": 1,
      "default_encoding": 1,
      "add_charset": 1,
      "javascript": 1,
      "xml": 2,
      "xhtml": 1,
      "json": 1,
      "settings.add_charset": 1,
      "text": 3,
      "session_secret": 3,
      "SecureRandom.hex": 1,
      "NotImplementedError": 1,
      "Kernel.rand": 1,
      "**256": 1,
      "alias_method": 2,
      "methodoverride": 2,
      "run": 2,
      "via": 1,
      "at": 1,
      "running": 2,
      "built": 1,
      "now": 1,
      "http": 1,
      "webrick": 1,
      "bind": 1,
      "ruby_engine": 6,
      "defined": 1,
      "RUBY_ENGINE": 2,
      "server.unshift": 6,
      "ruby_engine.nil": 1,
      "absolute_redirects": 1,
      "prefixed_redirects": 1,
      "empty_path_info": 1,
      "app_file": 4,
      "root": 5,
      "File.expand_path": 1,
      "views": 1,
      "reload_templates": 1,
      "lock": 1,
      "threaded": 1,
      "public_folder": 3,
      "static": 1,
      "File.exist": 1,
      "static_cache_control": 1,
      "error": 3,
      "Exception": 1,
      "response.status": 1,
      "content_type": 3,
      "configure": 2,
      "get": 2,
      "filename": 2,
      "png": 1,
      "send_file": 1,
      "NotFound": 1,
      "HTML": 2,
      "<!DOCTYPE>": 1,
      "html": 1,
      "<html>": 1,
      "<head>": 1,
      "<style>": 1,
      "type=": 1,
      "body": 1,
      "align": 2,
      "center": 1,
      "font": 2,
      "family": 1,
      "helvetica": 1,
      "arial": 1,
      "px": 3,
      "color": 1,
      "#888": 1,
      "margin": 2,
      "#c": 1,
      "auto": 1,
      "width": 1,
      "left": 1,
      "</style>": 1,
      "</head>": 1,
      "<body>": 1,
      "<h2>": 1,
      "doesn": 1,
      "rsquo": 1,
      "know": 1,
      "this": 2,
      "ditty.": 1,
      "</h2>": 1,
      "<img>": 1,
      "src=": 1,
      "<div>": 1,
      "id=": 1,
      "Try": 1,
      "<pre>": 1,
      "request.request_method.downcase": 1,
      "nend": 1,
      "</pre>": 1,
      "</div>": 1,
      "</body>": 1,
      "</html>": 1,
      "Application": 2,
      "Base": 2,
      "super": 3,
      "self.register": 2,
      "extensions": 6,
      "added_methods": 2,
      "extensions.map": 1,
      "m.public_instance_methods": 1,
      ".flatten": 1,
      "Delegator.delegate": 1,
      "Delegator": 1,
      "self.delegate": 1,
      "methods": 1,
      "methods.each": 1,
      "method_name": 5,
      "define_method": 1,
      "respond_to": 1,
      "Delegator.target.send": 1,
      "delegate": 1,
      "put": 1,
      "post": 1,
      "delete": 1,
      "template": 1,
      "layout": 1,
      "before": 1,
      "after": 1,
      "not_found": 1,
      "mime_type": 1,
      "enable": 1,
      "disable": 1,
      "use": 1,
      "production": 1,
      "settings": 2,
      "target": 1,
      "self.target": 1,
      "Wrapper": 1,
      "stack": 2,
      "instance": 2,
      "@stack": 1,
      "@instance": 2,
      "@instance.settings": 1,
      "call": 1,
      "env": 2,
      "@stack.call": 1,
      "self.new": 1,
      "base": 4,
      "base.class_eval": 1,
      "Delegator.target.register": 1,
      "self.helpers": 1,
      "Delegator.target.helpers": 1,
      "self.use": 1,
      "Delegator.target.use": 1,
      "SHEBANG#!python": 1
    },
    "Rust": {
      "fn": 1,
      "main": 1,
      "(": 1,
      ")": 1,
      "{": 1,
      "log": 1,
      ";": 1,
      "}": 1
    },
    "Sass": {
      "blue": 4,
      "#3bbfce": 1,
      "margin": 4,
      "px": 1,
      ".content": 1,
      "-": 3,
      "navigation": 1,
      "border": 2,
      "color": 3,
      "darken": 1,
      "(": 1,
      "%": 1,
      ")": 1,
      ".border": 1,
      "padding": 1,
      "/": 2
    },
    "Scala": {
      "name": 4,
      "version": 1,
      "organization": 1,
      "libraryDependencies": 3,
      "+": 17,
      "%": 12,
      "Seq": 3,
      "(": 20,
      ")": 20,
      "{": 5,
      "val": 1,
      "libosmVersion": 4,
      "from": 1,
      "}": 6,
      "maxErrors": 1,
      "pollInterval": 1,
      "javacOptions": 1,
      "scalacOptions": 1,
      "scalaVersion": 1,
      "initialCommands": 2,
      "Elapsed": 1,
      "s": 1,
      "in": 12,
      "console": 1,
      "mainClass": 2,
      "Compile": 4,
      "packageBin": 1,
      "Some": 6,
      "run": 1,
      "watchSources": 1,
      "<+=>": 1,
      "baseDirectory": 1,
      "map": 1,
      "_": 1,
      "input": 1,
      "add": 2,
      "a": 2,
      "maven": 2,
      "style": 2,
      "repository": 2,
      "resolvers": 2,
      "at": 4,
      "url": 3,
      "sequence": 1,
      "of": 1,
      "repositories": 1,
      "define": 1,
      "the": 4,
      "to": 4,
      "publish": 1,
      "publishTo": 1,
      "set": 2,
      "Ivy": 1,
      "logging": 1,
      "be": 1,
      "highest": 1,
      "level": 1,
      "ivyLoggingLevel": 1,
      "UpdateLogging": 1,
      "Full": 1,
      "disable": 1,
      "updating": 1,
      "dynamic": 1,
      "revisions": 1,
      "including": 1,
      "SNAPSHOT": 1,
      "versions": 1,
      "offline": 1,
      "true": 5,
      "prompt": 1,
      "for": 1,
      "this": 1,
      "build": 1,
      "include": 1,
      "project": 1,
      "id": 1,
      "shellPrompt": 2,
      "ThisBuild": 1,
      "state": 3,
      "Project.extract": 1,
      ".currentRef.project": 1,
      "System.getProperty": 1,
      "showTiming": 1,
      "false": 7,
      "showSuccess": 1,
      "timingFormat": 1,
      "import": 1,
      "java.text.DateFormat": 1,
      "DateFormat.getDateTimeInstance": 1,
      "DateFormat.SHORT": 2,
      "crossPaths": 1,
      "fork": 2,
      "Test": 3,
      "javaOptions": 1,
      "parallelExecution": 2,
      "javaHome": 1,
      "file": 3,
      "scalaHome": 1,
      "aggregate": 1,
      "clean": 1,
      "logLevel": 2,
      "compile": 1,
      "Level.Warn": 2,
      "persistLogLevel": 1,
      "Level.Debug": 1,
      "traceLevel": 2,
      "unmanagedJars": 1,
      "publishArtifact": 2,
      "packageDoc": 2,
      "artifactClassifier": 1,
      "retrieveManaged": 1,
      "credentials": 2,
      "Credentials": 2,
      "Path.userHome": 1,
      "/": 2,
      "SHEBANG#!sh": 1,
      "exec": 1,
      "scala": 1,
      "#": 1,
      "object": 1,
      "HelloWorld": 1,
      "def": 1,
      "main": 1,
      "args": 1,
      "Array": 1,
      "[": 1,
      "String": 1,
      "]": 1,
      "println": 1
    },
    "Scheme": {
      "(": 359,
      "import": 1,
      "rnrs": 1,
      ")": 373,
      "only": 1,
      "surfage": 4,
      "s1": 1,
      "lists": 1,
      "filter": 4,
      "-": 188,
      "map": 4,
      "gl": 12,
      "glut": 2,
      "dharmalab": 2,
      "records": 1,
      "define": 27,
      "record": 5,
      "type": 5,
      "math": 1,
      "basic": 1,
      "agave": 4,
      "glu": 1,
      "compat": 1,
      "geometry": 1,
      "pt": 49,
      "glamour": 2,
      "window": 2,
      "misc": 1,
      "s19": 1,
      "time": 24,
      "s27": 1,
      "random": 27,
      "bits": 1,
      "s42": 1,
      "eager": 1,
      "comprehensions": 1,
      ";": 1684,
      "utilities": 1,
      "say": 9,
      ".": 1,
      "args": 2,
      "for": 7,
      "each": 7,
      "display": 4,
      "newline": 2,
      "translate": 6,
      "p": 6,
      "glTranslated": 1,
      "x": 8,
      "y": 3,
      "radians": 8,
      "/": 7,
      "pi": 2,
      "degrees": 2,
      "angle": 6,
      "a": 19,
      "cos": 1,
      "sin": 1,
      "current": 15,
      "in": 14,
      "nanoseconds": 2,
      "let": 2,
      "val": 3,
      "+": 28,
      "second": 1,
      "nanosecond": 1,
      "seconds": 12,
      "micro": 1,
      "milli": 1,
      "base": 2,
      "step": 1,
      "score": 5,
      "level": 5,
      "ships": 1,
      "spaceship": 5,
      "fields": 4,
      "mutable": 14,
      "pos": 16,
      "vel": 4,
      "theta": 1,
      "force": 1,
      "particle": 8,
      "birth": 2,
      "lifetime": 1,
      "color": 2,
      "particles": 11,
      "asteroid": 14,
      "radius": 6,
      "number": 3,
      "of": 3,
      "starting": 3,
      "asteroids": 15,
      "#f": 5,
      "bullet": 16,
      "pack": 12,
      "is": 8,
      "initialize": 1,
      "size": 1,
      "title": 1,
      "reshape": 1,
      "width": 8,
      "height": 8,
      "source": 2,
      "randomize": 1,
      "default": 1,
      "wrap": 4,
      "mod": 2,
      "ship": 8,
      "make": 11,
      "ammo": 9,
      "set": 19,
      "list": 6,
      "ec": 6,
      "i": 6,
      "inexact": 16,
      "integer": 25,
      "buffered": 1,
      "procedure": 1,
      "lambda": 12,
      "background": 1,
      "glColor3f": 5,
      "matrix": 5,
      "excursion": 5,
      "ship.pos": 5,
      "glRotated": 2,
      "ship.theta": 10,
      "glutWireCone": 1,
      "par": 6,
      "c": 4,
      "vector": 6,
      "ref": 3,
      "glutWireSphere": 3,
      "bullets": 7,
      "pack.pos": 3,
      "glutWireCube": 1,
      "last": 3,
      "dt": 7,
      "update": 2,
      "system": 2,
      "pt*n": 8,
      "ship.vel": 5,
      "pack.vel": 1,
      "cond": 2,
      "par.birth": 1,
      "par.lifetime": 1,
      "else": 2,
      "par.pos": 2,
      "par.vel": 1,
      "bullet.birth": 1,
      "bullet.pos": 2,
      "bullet.vel": 1,
      "a.pos": 2,
      "a.vel": 1,
      "if": 1,
      "<": 1,
      "a.radius": 1,
      "contact": 2,
      "b": 4,
      "when": 5,
      "<=>": 3,
      "distance": 3,
      "begin": 1,
      "1": 2,
      "f": 1,
      "append": 4,
      "4": 1,
      "50": 4,
      "0": 7,
      "100": 6,
      "2": 1,
      "n": 2,
      "null": 1,
      "10": 1,
      "5": 1,
      "glutIdleFunc": 1,
      "glutPostRedisplay": 1,
      "glutKeyboardFunc": 1,
      "key": 2,
      "case": 1,
      "char": 1,
      "#": 6,
      "w": 1,
      "d": 1,
      "s": 1,
      "space": 1,
      "cons": 1,
      "glutMainLoop": 1
    },
    "Scilab": {
      "function": 1,
      "[": 1,
      "a": 4,
      "b": 4,
      "]": 1,
      "myfunction": 1,
      "(": 7,
      "d": 2,
      "e": 4,
      "f": 2,
      ")": 7,
      "+": 5,
      "%": 4,
      "pi": 3,
      ";": 7,
      "cos": 1,
      "cosh": 1,
      "if": 1,
      "then": 1,
      "-": 2,
      "e.field": 1,
      "else": 1,
      "home": 1,
      "return": 1,
      "end": 1,
      "myvar": 1,
      "endfunction": 1,
      "disp": 1,
      "assert_checkequal": 1,
      "assert_checkfalse": 1
    },
    "SCSS": {
      "blue": 4,
      "#3bbfce": 1,
      ";": 7,
      "margin": 4,
      "px": 1,
      ".content": 1,
      "-": 3,
      "navigation": 1,
      "{": 2,
      "border": 2,
      "color": 3,
      "darken": 1,
      "(": 1,
      "%": 1,
      ")": 1,
      "}": 2,
      ".border": 1,
      "padding": 1,
      "/": 2
    },
    "Shell": {
      "SHEBANG#!bash": 6,
      "echo": 52,
      "export": 6,
      "PATH": 5,
      "pkgname": 1,
      "stud": 4,
      "-": 182,
      "git": 9,
      "pkgver": 1,
      "pkgrel": 1,
      "pkgdesc": 1,
      "arch": 1,
      "(": 89,
      "i686": 1,
      "x86_64": 1,
      ")": 134,
      "url": 4,
      "license": 1,
      "depends": 1,
      "libev": 1,
      "openssl": 1,
      "makedepends": 1,
      "provides": 1,
      "conflicts": 1,
      "_gitroot": 1,
      "https": 1,
      "//github.com/bumptech/stud.git": 1,
      "_gitname": 1,
      "build": 2,
      "{": 49,
      "cd": 4,
      "msg": 4,
      "if": 27,
      "[": 70,
      "d": 7,
      "]": 70,
      ";": 115,
      "then": 29,
      "&&": 54,
      "pull": 3,
      "origin": 1,
      "else": 10,
      "clone": 2,
      "fi": 24,
      "rm": 2,
      "rf": 1,
      "make": 2,
      "}": 47,
      "package": 1,
      "PREFIX": 1,
      "/usr": 1,
      "DESTDIR": 1,
      "install": 2,
      "Dm755": 1,
      "init.stud": 1,
      "mkdir": 2,
      "p": 2,
      "#": 11,
      "Bash": 1,
      "script": 1,
      "to": 15,
      "the": 9,
      "dotfile": 1,
      "repository": 3,
      "does": 1,
      "a": 7,
      "lot": 1,
      "of": 2,
      "fun": 2,
      "stuff": 3,
      "like": 1,
      "turning": 1,
      "normal": 1,
      "dotfiles": 1,
      "eg": 1,
      ".bashrc": 1,
      "into": 1,
      "symlinks": 1,
      "this": 4,
      "away": 1,
      "optionally": 1,
      "moving": 1,
      "old": 4,
      "files": 1,
      "so": 1,
      "that": 1,
      "they": 1,
      "can": 1,
      "be": 1,
      "preserved": 1,
      "setting": 2,
      "up": 1,
      "cron": 1,
      "job": 1,
      "automate": 1,
      "aforementioned": 1,
      "and": 1,
      "maybe": 1,
      "some": 1,
      "more": 1,
      "shopt": 1,
      "s": 6,
      "nocasematch": 1,
      "This": 1,
      "makes": 1,
      "pattern": 1,
      "matching": 1,
      "case": 8,
      "insensitive": 1,
      "POSTFIX": 1,
      "URL": 1,
      "PUSHURL": 1,
      "overwrite": 3,
      "true": 2,
      "print_help": 2,
      "e": 4,
      "exit": 9,
      "for": 5,
      "opt": 3,
      "in": 14,
      "@": 3,
      "do": 7,
      "k": 1,
      "|": 14,
      "keep": 1,
      "local": 22,
      "false": 2,
      "h": 3,
      "help": 3,
      "esac": 6,
      "done": 7,
      "f": 11,
      ".*": 2,
      "o": 3,
      "continue": 1,
      "mv": 1,
      "ln": 1,
      "config": 2,
      "remote.origin.url": 1,
      "remote.origin.pushurl": 1,
      "crontab": 1,
      ".jobs.cron": 1,
      "source": 3,
      "/.bashrc": 1,
      "set": 9,
      "n": 7,
      "x": 1,
      "unset": 6,
      "system": 1,
      "exec": 3,
      "rbenv": 2,
      "versions": 1,
      "bare": 1,
      "version": 11,
      "z": 4,
      "&": 5,
      "prefix": 1,
      "/dev/null": 6,
      "rvm_ignore_rvmrc": 1,
      "declare": 22,
      "rvmrc": 3,
      "rvm_rvmrc_files": 3,
      "ef": 1,
      "+": 1,
      "GREP_OPTIONS": 1,
      "grep": 6,
      "printf": 4,
      "rvm_path": 4,
      "UID": 1,
      "elif": 4,
      "rvm_is_not_a_shell_function": 2,
      "rvm_path/scripts": 1,
      "rvm": 1,
      "r": 15,
      "sbt_release_version": 2,
      "sbt_snapshot_version": 2,
      "SNAPSHOT": 3,
      "sbt_jar": 3,
      "sbt_dir": 2,
      "sbt_create": 2,
      "sbt_snapshot": 1,
      "sbt_launch_dir": 3,
      "scala_version": 3,
      "java_home": 1,
      "sbt_explicit_version": 7,
      "verbose": 6,
      "debug": 11,
      "quiet": 6,
      "build_props_sbt": 3,
      "project/build.properties": 9,
      "versionLine": 2,
      "sbt.version": 3,
      "versionString": 3,
      "versionLine##sbt.version": 1,
      "update_build_props_sbt": 2,
      "ver": 5,
      "return": 3,
      "perl": 3,
      "pi": 1,
      "q": 4,
      "||": 12,
      "Updated": 1,
      "file": 3,
      "Previous": 1,
      "value": 1,
      "was": 1,
      "sbt_version": 8,
      "v": 5,
      "echoerr": 3,
      "vlog": 1,
      "dlog": 8,
      "get_script_path": 2,
      "path": 11,
      "L": 1,
      "target": 1,
      "readlink": 1,
      "get_mem_opts": 3,
      "mem": 4,
      "perm": 6,
      "/": 2,
      "<": 2,
      "codecache": 1,
      "die": 2,
      "make_url": 3,
      "groupid": 1,
      "category": 1,
      "default_jvm_opts": 1,
      "default_sbt_opts": 1,
      "default_sbt_mem": 2,
      "noshare_opts": 1,
      "sbt_opts_file": 1,
      "jvm_opts_file": 1,
      "latest_28": 1,
      "latest_29": 1,
      "latest_210": 1,
      "script_path": 1,
      "script_dir": 1,
      "script_name": 2,
      "java_cmd": 2,
      "java": 2,
      "sbt_mem": 5,
      "residual_args": 4,
      "java_args": 3,
      "scalac_args": 4,
      "sbt_commands": 2,
      "build_props_scala": 1,
      "build.scala.versions": 1,
      "versionLine##build.scala.versions": 1,
      "%": 3,
      "execRunner": 2,
      "arg": 3,
      "sbt_groupid": 3,
      "*": 11,
      "org.scala": 4,
      "tools.sbt": 3,
      "sbt": 18,
      "sbt_artifactory_list": 2,
      "version0": 2,
      "curl": 4,
      "list": 1,
      "only": 2,
      "F": 1,
      "pe": 1,
      "make_release_url": 2,
      "releases": 1,
      "make_snapshot_url": 2,
      "snapshots": 1,
      "head": 1,
      "jar_url": 1,
      "jar_file": 1,
      "download_url": 2,
      "jar": 3,
      "dirname": 1,
      "which": 4,
      "fail": 1,
      "silent": 1,
      "output": 1,
      "wget": 2,
      "O": 1,
      "acquire_sbt_jar": 1,
      "sbt_url": 1,
      "usage": 2,
      "cat": 3,
      "<<": 2,
      "EOM": 3,
      "Usage": 1,
      "options": 4,
      "print": 1,
      "message": 1,
      "runner": 1,
      "is": 5,
      "chattier": 1,
      "log": 2,
      "level": 2,
      "Debug": 1,
      "Error": 1,
      "no": 9,
      "colors": 2,
      "disable": 1,
      "ANSI": 1,
      "color": 1,
      "codes": 1,
      "create": 2,
      "start": 1,
      "even": 1,
      "current": 1,
      "directory": 3,
      "contains": 2,
      "project": 1,
      "dir": 3,
      "<path>": 3,
      "global": 1,
      "settings/plugins": 1,
      "default": 4,
      "/.sbt/": 1,
      "<version>": 1,
      "boot": 3,
      "shared": 1,
      "/.sbt/boot": 1,
      "series": 1,
      "ivy": 2,
      "Ivy": 1,
      "/.ivy2": 1,
      "<integer>": 1,
      "memory": 1,
      "share": 2,
      "use": 1,
      "all": 1,
      "caches": 1,
      "sharing": 1,
      "offline": 3,
      "put": 1,
      "mode": 2,
      "jvm": 2,
      "<port>": 1,
      "Turn": 1,
      "on": 2,
      "JVM": 1,
      "debugging": 1,
      "open": 1,
      "at": 1,
      "given": 2,
      "port.": 1,
      "batch": 2,
      "Disable": 1,
      "interactive": 1,
      "The": 1,
      "way": 1,
      "accomplish": 1,
      "pre": 1,
      "there": 2,
      "build.properties": 1,
      "an": 1,
      "property": 1,
      "update": 1,
      "disk.": 1,
      "That": 1,
      "scalacOptions": 3,
      "S": 2,
      "stripped": 1,
      "In": 1,
      "duplicated": 1,
      "or": 1,
      "conflicting": 1,
      "order": 1,
      "above": 1,
      "shows": 1,
      "precedence": 1,
      "JAVA_OPTS": 1,
      "lowest": 1,
      "command": 1,
      "line": 1,
      "highest.": 1,
      "addJava": 9,
      "addSbt": 12,
      "addScalac": 2,
      "addResidual": 2,
      "addResolver": 1,
      "addDebugger": 2,
      "get_jvm_opts": 2,
      "process_args": 2,
      "require_arg": 12,
      "type": 1,
      "while": 2,
      "gt": 1,
      "shift": 28,
      "integer": 1,
      "inc": 1,
      "port": 1,
      "snapshot": 1,
      "launch": 1,
      "scala": 3,
      "home": 2,
      "D*": 1,
      "J*": 1,
      "S*": 1,
      "sbtargs": 3,
      "IFS": 1,
      "read": 1,
      "<\"$sbt_opts_file\">": 1,
      "process": 1,
      "combined": 1,
      "args": 2,
      "reset": 1,
      "residuals": 1,
      "argumentCount=": 1,
      "we": 1,
      "were": 1,
      "any": 1,
      "opts": 1,
      "eq": 1,
      "0": 1,
      "ThisBuild": 1,
      "Update": 1,
      "properties": 1,
      "disk": 1,
      "explicit": 1,
      "gives": 1,
      "us": 1,
      "choice": 1,
      "Detected": 1,
      "Overriding": 1,
      "alert": 1,
      "them": 1,
      "here": 1,
      "argumentCount": 1,
      "./build.sbt": 1,
      "./project": 1,
      "pwd": 1,
      "doesn": 1,
      "t": 1,
      "understand": 1,
      "iflast": 1,
      "#residual_args": 1,
      "SHEBANG#!sh": 2,
      "SHEBANG#!zsh": 2
    },
    "Standard ML": {
      "signature": 2,
      "LAZY_BASE": 3,
      "sig": 2,
      "type": 2,
      "a": 18,
      "lazy": 12,
      "-": 13,
      ")": 23,
      "end": 6,
      "LAZY": 1,
      "bool": 4,
      "val": 12,
      "inject": 3,
      "toString": 2,
      "(": 22,
      "string": 1,
      "eq": 2,
      "*": 1,
      "eqBy": 3,
      "compare": 2,
      "order": 2,
      "map": 2,
      "b": 2,
      "structure": 6,
      "Ops": 2,
      "LazyBase": 2,
      "struct": 4,
      "exception": 1,
      "Undefined": 3,
      "fun": 9,
      "delay": 3,
      "f": 9,
      "force": 9,
      "undefined": 1,
      "fn": 3,
      "raise": 1,
      "LazyMemoBase": 2,
      "datatype": 1,
      "|": 1,
      "Done": 1,
      "of": 1,
      "unit": 1,
      "let": 1,
      "open": 1,
      "B": 1,
      "x": 15,
      "isUndefined": 2,
      "ignore": 1,
      ";": 1,
      "false": 1,
      "handle": 1,
      "true": 1,
      "if": 1,
      "then": 1,
      "else": 1,
      "p": 4,
      "y": 6,
      "op": 1,
      "Lazy": 1,
      "LazyFn": 2,
      "LazyMemo": 1
    },
    "SuperCollider": {
      "BCR2000": 1,
      "{": 9,
      "var": 1,
      "controls": 2,
      "controlBuses": 2,
      "rangedControlBuses": 2,
      "responders": 2,
      ";": 14,
      "*new": 1,
      "super.new.init": 1,
      "}": 9,
      "init": 1,
      "Dictionary.new": 3,
      "(": 12,
      ")": 12,
      "this.createCCResponders": 1,
      "createCCResponders": 1,
      "Array.fill": 1,
      "|": 4,
      "i": 4,
      "CCResponder": 1,
      "src": 3,
      "chan": 3,
      "num": 3,
      "val": 4,
      "[": 1,
      "]": 1,
      ".postln": 1,
      "controls.put": 1,
      "+": 3,
      "controlBuses.put": 1,
      "Bus.control": 1,
      "Server.default": 1,
      "controlBuses.at": 2,
      ".value": 1,
      "/": 2,
      "nil": 4,
      "//": 4,
      "value": 1,
      "at": 1,
      "arg": 3,
      "controlNum": 6,
      "controls.at": 2,
      "scalarAt": 1,
      "busAt": 1
    },
    "Tea": {
      "<%>": 1,
      "template": 1,
      "foo": 1
    },
    "TeX": {
      "%": 59,
      "NeedsTeXFormat": 1,
      "{": 180,
      "LaTeX2e": 1,
      "}": 185,
      "ProvidesClass": 1,
      "reedthesis": 1,
      "[": 22,
      "/01/27": 1,
      "The": 4,
      "Reed": 5,
      "College": 5,
      "Thesis": 5,
      "Class": 4,
      "]": 22,
      "DeclareOption*": 1,
      "PassOptionsToClass": 1,
      "CurrentOption": 1,
      "book": 2,
      "ProcessOptions": 1,
      "relax": 2,
      "LoadClass": 1,
      "RequirePackage": 1,
      "fancyhdr": 1,
      "AtBeginDocument": 1,
      "fancyhf": 1,
      "fancyhead": 5,
      "LE": 1,
      "RO": 1,
      "thepage": 1,
      "above": 1,
      "makes": 2,
      "your": 1,
      "headers": 6,
      "in": 10,
      "all": 1,
      "caps.": 2,
      "If": 1,
      "you": 1,
      "would": 1,
      "like": 1,
      "different": 1,
      "choose": 1,
      "one": 1,
      "of": 8,
      "the": 14,
      "following": 1,
      "options": 1,
      "(": 3,
      "be": 3,
      "sure": 1,
      "to": 8,
      "remove": 1,
      "symbol": 1,
      "from": 1,
      "both": 1,
      "right": 1,
      "and": 2,
      "left": 1,
      ")": 3,
      "RE": 2,
      "slshape": 2,
      "nouppercase": 2,
      "leftmark": 2,
      "This": 2,
      "on": 1,
      "RIGHT": 2,
      "side": 2,
      "pages": 2,
      "italic": 1,
      "use": 1,
      "lowercase": 1,
      "With": 1,
      "Capitals": 1,
      "When": 1,
      "Specified.": 1,
      "LO": 2,
      "rightmark": 2,
      "does": 1,
      "same": 1,
      "thing": 1,
      "LEFT": 2,
      "or": 1,
      "scshape": 2,
      "will": 2,
      "small": 2,
      "And": 1,
      "so": 1,
      "pagestyle": 2,
      "fancy": 1,
      "let": 10,
      "oldthebibliography": 2,
      "thebibliography": 2,
      "endoldthebibliography": 2,
      "endthebibliography": 1,
      "renewenvironment": 2,
      "#1": 12,
      "addcontentsline": 5,
      "toc": 5,
      "chapter": 9,
      "bibname": 2,
      "end": 5,
      "things": 1,
      "for": 5,
      "psych": 1,
      "majors": 1,
      "comment": 1,
      "out": 1,
      "oldtheindex": 2,
      "theindex": 2,
      "endoldtheindex": 2,
      "endtheindex": 1,
      "indexname": 1,
      "RToldchapter": 1,
      "renewcommand": 6,
      "if@openright": 1,
      "RTcleardoublepage": 3,
      "else": 7,
      "clearpage": 3,
      "fi": 13,
      "thispagestyle": 3,
      "empty": 4,
      "global": 2,
      "@topnum": 1,
      "z@": 2,
      "@afterindentfalse": 1,
      "secdef": 1,
      "@chapter": 2,
      "@schapter": 1,
      "def": 12,
      "#2": 4,
      "ifnum": 2,
      "c@secnumdepth": 1,
      "m@ne": 2,
      "if@mainmatter": 1,
      "refstepcounter": 1,
      "typeout": 1,
      "@chapapp": 2,
      "space": 4,
      "thechapter.": 1,
      "thechapter": 1,
      "space#1": 1,
      "chaptermark": 1,
      "addtocontents": 2,
      "lof": 1,
      "protect": 2,
      "addvspace": 2,
      "p@": 3,
      "lot": 1,
      "if@twocolumn": 3,
      "@topnewpage": 1,
      "@makechapterhead": 2,
      "@afterheading": 1,
      "newcommand": 2,
      "if@twoside": 1,
      "ifodd": 1,
      "c@page": 1,
      "hbox": 15,
      "newpage": 3,
      "RToldcleardoublepage": 1,
      "cleardoublepage": 4,
      "setlength": 10,
      "oddsidemargin": 2,
      ".5in": 3,
      "evensidemargin": 2,
      "textwidth": 2,
      "textheight": 4,
      "topmargin": 6,
      "addtolength": 8,
      "headheight": 4,
      "headsep": 3,
      ".6in": 1,
      "pt": 1,
      "division#1": 1,
      "gdef": 6,
      "@division": 3,
      "@latex@warning@no@line": 3,
      "No": 3,
      "noexpand": 3,
      "division": 2,
      "given": 3,
      "department#1": 1,
      "@department": 3,
      "department": 1,
      "thedivisionof#1": 1,
      "@thedivisionof": 3,
      "Division": 2,
      "approvedforthe#1": 1,
      "@approvedforthe": 3,
      "advisor#1": 1,
      "@advisor": 3,
      "advisor": 1,
      "altadvisor#1": 1,
      "@altadvisor": 3,
      "@altadvisortrue": 1,
      "@empty": 1,
      "newif": 1,
      "if@altadvisor": 3,
      "@altadvisorfalse": 1,
      "contentsname": 1,
      "Table": 1,
      "Contents": 1,
      "References": 1,
      "l@chapter": 1,
      "c@tocdepth": 1,
      "addpenalty": 1,
      "@highpenalty": 2,
      "vskip": 4,
      "em": 3,
      "@plus": 1,
      "@tempdima": 2,
      "begingroup": 1,
      "parindent": 1,
      "rightskip": 1,
      "@pnumwidth": 3,
      "parfillskip": 1,
      "-": 2,
      "leavevmode": 1,
      "bfseries": 3,
      "advance": 1,
      "leftskip": 2,
      "hskip": 1,
      "nobreak": 2,
      "normalfont": 1,
      "leaders": 1,
      "m@th": 1,
      "mkern": 2,
      "@dotsep": 2,
      "mu": 2,
      ".": 1,
      "hfill": 1,
      "hb@xt@": 1,
      "hss": 1,
      "par": 6,
      "penalty": 1,
      "endgroup": 1,
      "newenvironment": 1,
      "abstract": 1,
      "@restonecoltrue": 1,
      "onecolumn": 1,
      "@restonecolfalse": 1,
      "Abstract": 2,
      "begin": 4,
      "center": 7,
      "fontsize": 7,
      "selectfont": 6,
      "if@restonecol": 1,
      "twocolumn": 1,
      "ifx": 1,
      "@pdfoutput": 1,
      "@undefined": 1,
      "RTpercent": 3,
      "@percentchar": 1,
      "AtBeginDvi": 2,
      "special": 2,
      "LaTeX": 3,
      "/12/04": 3,
      "SN": 3,
      "rawpostscript": 1,
      "AtEndDocument": 1,
      "pdfinfo": 1,
      "/Creator": 1,
      "maketitle": 1,
      "titlepage": 2,
      "footnotesize": 1,
      "footnoterule": 1,
      "footnote": 1,
      "thanks": 1,
      "baselineskip": 2,
      "setbox0": 2,
      "Requirements": 2,
      "Degree": 2,
      "setcounter": 1,
      "page": 3,
      "null": 3,
      "vfil": 8,
      "@title": 1,
      "centerline": 8,
      "wd0": 7,
      "hrulefill": 5,
      "A": 1,
      "Presented": 1,
      "In": 1,
      "Partial": 1,
      "Fulfillment": 1,
      "Bachelor": 1,
      "Arts": 1,
      "bigskip": 2,
      "lineskip": 1,
      ".75em": 1,
      "tabular": 2,
      "t": 1,
      "c": 5,
      "@author": 1,
      "@date": 1,
      "Approved": 2,
      "just": 1,
      "below": 2,
      "cm": 2,
      "not": 1,
      "copy0": 1,
      "approved": 1,
      "major": 1,
      "sign": 1,
      "makebox": 6
    },
    "Turing": {
      "function": 1,
      "factorial": 4,
      "(": 3,
      "n": 9,
      "int": 2,
      ")": 3,
      "real": 1,
      "if": 2,
      "then": 1,
      "result": 2,
      "else": 1,
      "*": 1,
      "-": 1,
      "end": 3,
      "var": 1,
      "loop": 2,
      "put": 3,
      "..": 1,
      "get": 1,
      "exit": 1,
      "when": 1
    },
    "Verilog": {
      "////////////////////////////////////////////////////////////////////////////////": 14,
      "//": 117,
      "timescale": 10,
      "ns": 8,
      "/": 11,
      "ps": 8,
      "module": 18,
      "button_debounce": 3,
      "(": 378,
      "input": 68,
      "clk": 40,
      "clock": 3,
      "reset_n": 32,
      "asynchronous": 2,
      "reset": 13,
      "button": 25,
      "bouncy": 1,
      "output": 42,
      "reg": 26,
      "debounce": 6,
      "debounced": 1,
      "-": 73,
      "cycle": 1,
      "signal": 3,
      ")": 378,
      ";": 287,
      "parameter": 7,
      "CLK_FREQUENCY": 4,
      "DEBOUNCE_HZ": 4,
      "localparam": 4,
      "COUNT_VALUE": 2,
      "WAIT": 6,
      "FIRE": 4,
      "COUNT": 4,
      "[": 179,
      "]": 179,
      "state": 6,
      "next_state": 6,
      "count": 6,
      "always": 23,
      "@": 16,
      "posedge": 11,
      "or": 14,
      "negedge": 8,
      "<": 47,
      "begin": 46,
      "if": 23,
      "end": 48,
      "else": 22,
      "case": 3,
      "<=>": 4,
      "1": 7,
      "endcase": 3,
      "default": 2,
      "endmodule": 18,
      "control": 1,
      "en": 13,
      "dsp_sel": 9,
      "an": 6,
      "wire": 67,
      "a": 5,
      "b": 3,
      "c": 3,
      "d": 3,
      "e": 3,
      "f": 2,
      "g": 2,
      "h": 2,
      "i": 62,
      "j": 2,
      "k": 2,
      "l": 2,
      "assign": 23,
      "FDRSE": 6,
      "#": 10,
      ".INIT": 6,
      "b0": 27,
      "Synchronous": 12,
      ".S": 6,
      "b1": 19,
      "Initial": 6,
      "value": 6,
      "of": 8,
      "register": 6,
      "DFF2": 1,
      ".Q": 6,
      "Data": 13,
      ".C": 6,
      "Clock": 14,
      ".CE": 6,
      "enable": 6,
      ".D": 6,
      ".R": 6,
      "set": 6,
      "DFF0": 1,
      "DFF6": 1,
      "DFF4": 1,
      "DFF10": 1,
      "DFF8": 1,
      "hex_display": 1,
      "num": 5,
      "hex0": 2,
      "hex1": 2,
      "hex2": 2,
      "hex3": 2,
      "seg_7": 4,
      "hex_group0": 1,
      ".num": 4,
      ".en": 4,
      ".seg": 4,
      "hex_group1": 1,
      "hex_group2": 1,
      "hex_group3": 1,
      "mux": 1,
      "opA": 4,
      "opB": 3,
      "sum": 5,
      "out": 5,
      "cout": 4,
      "b0000": 1,
      "b01": 1,
      "b11": 1,
      "pipeline_registers": 1,
      "BIT_WIDTH": 5,
      "pipe_in": 4,
      "pipe_out": 5,
      "NUMBER_OF_STAGES": 7,
      "generate": 3,
      "genvar": 3,
      "*": 4,
      "BIT_WIDTH*": 5,
      "pipe_gen": 6,
      "for": 4,
      "+": 36,
      "pipeline": 2,
      "BIT_WIDTH*i": 2,
      "endgenerate": 3,
      "ps2_mouse": 1,
      "Input": 2,
      "Reset": 1,
      "inout": 2,
      "ps2_clk": 3,
      "PS2": 2,
      "Bidirectional": 2,
      "ps2_dat": 3,
      "the_command": 2,
      "Command": 1,
      "to": 3,
      "send": 2,
      "mouse": 1,
      "send_command": 2,
      "Signal": 2,
      "command_was_sent": 2,
      "command": 1,
      "finished": 1,
      "sending": 1,
      "error_communication_timed_out": 3,
      "received_data": 2,
      "Received": 1,
      "data": 4,
      "received_data_en": 4,
      "If": 1,
      "new": 1,
      "has": 1,
      "been": 1,
      "received": 1,
      "start_receiving_data": 3,
      "wait_for_incoming_data": 3,
      "ps2_clk_posedge": 3,
      "Internal": 2,
      "Wires": 1,
      "ps2_clk_negedge": 3,
      "idle_counter": 4,
      "Registers": 2,
      "ps2_clk_reg": 4,
      "ps2_data_reg": 5,
      "last_ps2_clk": 4,
      "ns_ps2_transceiver": 13,
      "State": 1,
      "Machine": 1,
      "s_ps2_transceiver": 8,
      "PS2_STATE_0_IDLE": 10,
      "h1": 1,
      "PS2_STATE_2_COMMAND_OUT": 2,
      "h3": 1,
      "PS2_STATE_4_END_DELAYED": 4,
      "Defaults": 1,
      "PS2_STATE_1_DATA_IN": 3,
      "||": 1,
      "PS2_STATE_3_END_TRANSFER": 3,
      "h00": 1,
      "&&": 3,
      "h01": 1,
      "ps2_mouse_cmdout": 1,
      "mouse_cmdout": 1,
      ".clk": 6,
      "Inputs": 2,
      ".reset": 2,
      ".the_command": 1,
      ".send_command": 1,
      ".ps2_clk_posedge": 2,
      ".ps2_clk_negedge": 2,
      ".ps2_clk": 1,
      "Bidirectionals": 1,
      ".ps2_dat": 1,
      ".command_was_sent": 1,
      "Outputs": 2,
      ".error_communication_timed_out": 1,
      "ps2_mouse_datain": 1,
      "mouse_datain": 1,
      ".wait_for_incoming_data": 1,
      ".start_receiving_data": 1,
      ".ps2_data": 1,
      ".received_data": 1,
      ".received_data_en": 1,
      "ns/1ps": 2,
      "e0": 1,
      "x": 41,
      "y": 21,
      "{": 11,
      "}": 11,
      "e1": 1,
      "ch": 1,
      "z": 7,
      "o": 6,
      "&": 6,
      "maj": 1,
      "|": 2,
      "s0": 1,
      "s1": 1,
      "sign_extender": 1,
      "INPUT_WIDTH": 5,
      "OUTPUT_WIDTH": 4,
      "original": 3,
      "sign_extended_original": 2,
      "sign_extend": 3,
      "gen_sign_extend": 1,
      "sqrt_pipelined": 3,
      "start": 12,
      "optional": 2,
      "INPUT_BITS": 28,
      "radicand": 12,
      "unsigned": 2,
      "data_valid": 7,
      "valid": 2,
      "OUTPUT_BITS": 14,
      "root": 8,
      "number": 2,
      "bits": 2,
      "any": 1,
      "integer": 1,
      "%": 3,
      "start_gen": 7,
      "propagation": 1,
      "OUTPUT_BITS*INPUT_BITS": 9,
      "root_gen": 15,
      "values": 3,
      "radicand_gen": 10,
      "mask_gen": 9,
      "mask": 3,
      "mask_4": 1,
      "is": 4,
      "odd": 1,
      "this": 2,
      "INPUT_BITS*": 27,
      "<<": 2,
      "i/2": 2,
      "even": 1,
      "pipeline_stage": 1,
      "INPUT_BITS*i": 5,
      "t_button_debounce": 1,
      ".CLK_FREQUENCY": 1,
      ".DEBOUNCE_HZ": 1,
      ".reset_n": 3,
      ".button": 1,
      ".debounce": 1,
      "initial": 3,
      "bx": 4,
      "#10": 10,
      "#5": 3,
      "#100": 1,
      "#0.1": 8,
      "t_div_pipelined": 1,
      "dividend": 3,
      "divisor": 5,
      "div_by_zero": 2,
      "quotient": 2,
      "quotient_correct": 1,
      "BITS": 2,
      "div_pipelined": 2,
      ".BITS": 1,
      ".dividend": 1,
      ".divisor": 1,
      ".quotient": 1,
      ".div_by_zero": 1,
      ".start": 2,
      ".data_valid": 2,
      "#50": 2,
      "#1": 1,
      "#1000": 1,
      "finish": 2,
      "t_sqrt_pipelined": 1,
      ".INPUT_BITS": 1,
      ".radicand": 1,
      ".root": 1,
      "#10000": 1,
      "vga": 1,
      "wb_clk_i": 6,
      "Mhz": 1,
      "VDU": 1,
      "wb_rst_i": 6,
      "wb_dat_i": 3,
      "wb_dat_o": 2,
      "wb_adr_i": 3,
      "wb_we_i": 3,
      "wb_tga_i": 5,
      "wb_sel_i": 3,
      "wb_stb_i": 2,
      "wb_cyc_i": 2,
      "wb_ack_o": 2,
      "vga_red_o": 2,
      "vga_green_o": 2,
      "vga_blue_o": 2,
      "horiz_sync": 2,
      "vert_sync": 2,
      "csrm_adr_o": 2,
      "csrm_sel_o": 2,
      "csrm_we_o": 2,
      "csrm_dat_o": 2,
      "csrm_dat_i": 2,
      "csr_adr_i": 3,
      "csr_stb_i": 2,
      "conf_wb_dat_o": 3,
      "conf_wb_ack_o": 3,
      "mem_wb_dat_o": 3,
      "mem_wb_ack_o": 3,
      "csr_adr_o": 2,
      "csr_dat_i": 3,
      "csr_stb_o": 3,
      "v_retrace": 3,
      "vh_retrace": 3,
      "w_vert_sync": 3,
      "shift_reg1": 3,
      "graphics_alpha": 4,
      "memory_mapping1": 3,
      "write_mode": 3,
      "raster_op": 3,
      "read_mode": 3,
      "bitmask": 3,
      "set_reset": 3,
      "enable_set_reset": 3,
      "map_mask": 3,
      "x_dotclockdiv2": 3,
      "chain_four": 3,
      "read_map_select": 3,
      "color_compare": 3,
      "color_dont_care": 3,
      "wbm_adr_o": 3,
      "wbm_sel_o": 3,
      "wbm_we_o": 3,
      "wbm_dat_o": 3,
      "wbm_dat_i": 3,
      "wbm_stb_o": 3,
      "wbm_ack_i": 3,
      "stb": 4,
      "cur_start": 3,
      "cur_end": 3,
      "start_addr": 2,
      "vcursor": 3,
      "hcursor": 3,
      "horiz_total": 3,
      "end_horiz": 3,
      "st_hor_retr": 3,
      "end_hor_retr": 3,
      "vert_total": 3,
      "end_vert": 3,
      "st_ver_retr": 3,
      "end_ver_retr": 3,
      "pal_addr": 3,
      "pal_we": 3,
      "pal_read": 3,
      "pal_write": 3,
      "dac_we": 3,
      "dac_read_data_cycle": 3,
      "dac_read_data_register": 3,
      "dac_read_data": 3,
      "dac_write_data_cycle": 3,
      "dac_write_data_register": 3,
      "dac_write_data": 3,
      "vga_config_iface": 1,
      "config_iface": 1,
      ".wb_clk_i": 2,
      ".wb_rst_i": 2,
      ".wb_dat_i": 2,
      ".wb_dat_o": 2,
      ".wb_adr_i": 2,
      ".wb_we_i": 2,
      ".wb_sel_i": 2,
      ".wb_stb_i": 2,
      ".wb_ack_o": 2,
      ".shift_reg1": 2,
      ".graphics_alpha": 2,
      ".memory_mapping1": 2,
      ".write_mode": 2,
      ".raster_op": 2,
      ".read_mode": 2,
      ".bitmask": 2,
      ".set_reset": 2,
      ".enable_set_reset": 2,
      ".map_mask": 2,
      ".x_dotclockdiv2": 2,
      ".chain_four": 2,
      ".read_map_select": 2,
      ".color_compare": 2,
      ".color_dont_care": 2,
      ".pal_addr": 2,
      ".pal_we": 2,
      ".pal_read": 2,
      ".pal_write": 2,
      ".dac_we": 2,
      ".dac_read_data_cycle": 2,
      ".dac_read_data_register": 2,
      ".dac_read_data": 2,
      ".dac_write_data_cycle": 2,
      ".dac_write_data_register": 2,
      ".dac_write_data": 2,
      ".cur_start": 2,
      ".cur_end": 2,
      ".start_addr": 1,
      ".vcursor": 2,
      ".hcursor": 2,
      ".horiz_total": 2,
      ".end_horiz": 2,
      ".st_hor_retr": 2,
      ".end_hor_retr": 2,
      ".vert_total": 2,
      ".end_vert": 2,
      ".st_ver_retr": 2,
      ".end_ver_retr": 2,
      ".v_retrace": 2,
      ".vh_retrace": 2,
      "vga_lcd": 1,
      "lcd": 1,
      ".rst": 1,
      ".csr_adr_o": 1,
      ".csr_dat_i": 1,
      ".csr_stb_o": 1,
      ".vga_red_o": 1,
      ".vga_green_o": 1,
      ".vga_blue_o": 1,
      ".horiz_sync": 1,
      ".vert_sync": 1,
      "vga_cpu_mem_iface": 1,
      "cpu_mem_iface": 1,
      ".wbs_adr_i": 1,
      ".wbs_sel_i": 1,
      ".wbs_we_i": 1,
      ".wbs_dat_i": 1,
      ".wbs_dat_o": 1,
      ".wbs_stb_i": 1,
      ".wbs_ack_o": 1,
      ".wbm_adr_o": 1,
      ".wbm_sel_o": 1,
      ".wbm_we_o": 1,
      ".wbm_dat_o": 1,
      ".wbm_dat_i": 1,
      ".wbm_stb_o": 1,
      ".wbm_ack_i": 1,
      "vga_mem_arbitrer": 1,
      "mem_arbitrer": 1,
      ".clk_i": 1,
      ".rst_i": 1,
      ".csr_adr_i": 1,
      ".csr_dat_o": 1,
      ".csr_stb_i": 1,
      ".csrm_adr_o": 1,
      ".csrm_sel_o": 1,
      ".csrm_we_o": 1,
      ".csrm_dat_o": 1,
      ".csrm_dat_i": 1
    },
    "VHDL": {
      "-": 2,
      "VHDL": 1,
      "example": 1,
      "file": 1,
      "library": 1,
      "ieee": 1,
      ";": 7,
      "use": 1,
      "ieee.std_logic_1164.all": 1,
      "entity": 2,
      "inverter": 2,
      "is": 2,
      "port": 1,
      "(": 1,
      "a": 2,
      "in": 1,
      "std_logic": 2,
      "b": 2,
      "out": 1,
      ")": 1,
      "end": 2,
      "architecture": 2,
      "rtl": 1,
      "of": 1,
      "begin": 1,
      "<": 1,
      "not": 1
    },
    "VimL": {
      "no": 1,
      "toolbar": 1,
      "set": 7,
      "guioptions": 1,
      "-": 1,
      "T": 1,
      "nocompatible": 1,
      "ignorecase": 1,
      "incsearch": 1,
      "smartcase": 1,
      "showmatch": 1,
      "showcmd": 1,
      "syntax": 1,
      "on": 1
    },
    "Visual Basic": {
      "VERSION": 1,
      "CLASS": 1,
      "BEGIN": 1,
      "MultiUse": 1,
      "-": 6,
      "NotPersistable": 1,
      "DataBindingBehavior": 1,
      "vbNone": 1,
      "MTSTransactionMode": 1,
      "*************************************************************************************************************************************************************************************************************************************************": 2,
      "Copyright": 1,
      "(": 14,
      "c": 1,
      ")": 14,
      "David": 1,
      "Briant": 1,
      "All": 1,
      "rights": 1,
      "reserved": 1,
      "Option": 1,
      "Explicit": 1,
      "Private": 25,
      "Declare": 3,
      "Function": 5,
      "apiSetProp": 4,
      "Lib": 3,
      "Alias": 3,
      "ByVal": 6,
      "hwnd": 2,
      "As": 34,
      "Long": 10,
      "lpString": 2,
      "String": 13,
      "hData": 1,
      "apiGlobalAddAtom": 3,
      "apiSetForegroundWindow": 1,
      "myMouseEventsForm": 5,
      "fMouseEventsForm": 2,
      "WithEvents": 3,
      "myAST": 3,
      "cTP_AdvSysTray": 2,
      "Attribute": 3,
      "myAST.VB_VarHelpID": 1,
      "myClassName": 2,
      "myWindowName": 2,
      "Const": 9,
      "TEN_MILLION": 1,
      "Single": 1,
      "myListener": 1,
      "VLMessaging.VLMMMFileListener": 1,
      "myListener.VB_VarHelpID": 1,
      "myMMFileTransports": 2,
      "VLMessaging.VLMMMFileTransports": 1,
      "myMMFileTransports.VB_VarHelpID": 1,
      "myMachineID": 1,
      "myRouterSeed": 1,
      "myRouterIDsByMMTransportID": 1,
      "New": 6,
      "Dictionary": 3,
      "myMMTransportIDsByRouterID": 2,
      "myDirectoryEntriesByIDString": 1,
      "GET_ROUTER_ID": 1,
      "GET_ROUTER_ID_REPLY": 1,
      "REGISTER_SERVICE": 1,
      "REGISTER_SERVICE_REPLY": 1,
      "UNREGISTER_SERVICE": 1,
      "UNREGISTER_SERVICE_REPLY": 1,
      "GET_SERVICES": 1,
      "GET_SERVICES_REPLY": 1,
      "Initialize": 1,
      "/": 1,
      "Release": 1,
      "hide": 1,
      "us": 1,
      "from": 1,
      "the": 3,
      "Applications": 1,
      "list": 1,
      "in": 1,
      "Windows": 1,
      "Task": 1,
      "Manager": 1,
      "App.TaskVisible": 1,
      "False": 1,
      "create": 1,
      "tray": 1,
      "icon": 1,
      "Set": 5,
      "myAST.create": 1,
      "myMouseEventsForm.icon": 1,
      "make": 1,
      "myself": 1,
      "easily": 1,
      "found": 1,
      "myMouseEventsForm.hwnd": 3,
      "End": 7,
      "Sub": 7,
      "shutdown": 1,
      "myAST.destroy": 1,
      "Nothing": 2,
      "Unload": 1,
      "myAST_RButtonUp": 1,
      "Dim": 1,
      "epm": 1,
      "cTP_EasyPopupMenu": 1,
      "menuItemSelected": 1,
      "epm.addMenuItem": 3,
      "MF_STRING": 3,
      "epm.addSubmenuItem": 2,
      "MF_SEPARATOR": 1,
      "MF_CHECKED": 1,
      "route": 2,
      "to": 1,
      "a": 1,
      "remote": 1,
      "machine": 1,
      "Else": 1,
      "for": 1,
      "moment": 1,
      "just": 1,
      "between": 1,
      "MMFileTransports": 1,
      "If": 3,
      "myMMTransportIDsByRouterID.Exists": 1,
      "message.toAddress.RouterID": 2,
      "Then": 1,
      "transport": 1,
      "transport.send": 1,
      "messageToBytes": 1,
      "message": 1,
      "directoryEntryIDString": 2,
      "serviceType": 2,
      "address": 1,
      "VLMAddress": 1,
      "&": 7,
      "address.MachineID": 1,
      "address.RouterID": 1,
      "address.AgentID": 1,
      "myMMFileTransports_disconnecting": 1,
      "id": 1,
      "oReceived": 2,
      "Boolean": 1,
      "True": 1
    },
    "XML": {
      "<?xml>": 3,
      "version=": 4,
      "<project>": 1,
      "name=": 223,
      "xmlns": 2,
      "ea=": 2,
      "<description>": 2,
      "This": 21,
      "easyant": 3,
      "module.ant": 1,
      "sample": 2,
      "file": 3,
      "is": 123,
      "optionnal": 1,
      "and": 44,
      "designed": 1,
      "to": 164,
      "customize": 1,
      "your": 8,
      "build": 1,
      "with": 23,
      "own": 2,
      "specific": 8,
      "target.": 1,
      "</description>": 2,
      "<target>": 2,
      "<echo>": 2,
      "my": 2,
      "awesome": 1,
      "additionnal": 1,
      "target": 6,
      "</echo>": 2,
      "</target>": 2,
      "extensionOf=": 1,
      "i": 2,
      "would": 2,
      "love": 1,
      "could": 1,
      "easily": 1,
      "plug": 1,
      "pre": 1,
      "compile": 1,
      "step": 1,
      "</project>": 1,
      "<ivy-module>": 1,
      "<info>": 1,
      "organisation=": 3,
      "module=": 3,
      "revision=": 3,
      "status=": 1,
      "this": 77,
      "a": 127,
      "module.ivy": 1,
      "for": 59,
      "java": 1,
      "standard": 1,
      "application": 2,
      "<ea:build>": 1,
      "<ea:property>": 1,
      "value=": 1,
      "<ea:plugin>": 1,
      "</ea:build>": 1,
      "</info>": 1,
      "<configurations>": 1,
      "<conf>": 2,
      "visibility=": 2,
      "description=": 2,
      "</configurations>": 1,
      "<dependencies>": 1,
      "<dependency>": 1,
      "org=": 1,
      "rev=": 1,
      "conf=": 1,
      "default": 9,
      "junit": 2,
      "test": 7,
      "-": 49,
      "/": 6,
      "</dependencies>": 1,
      "</ivy-module>": 1,
      "<doc>": 1,
      "<assembly>": 1,
      "<name>": 1,
      "ReactiveUI": 2,
      "</name>": 1,
      "</assembly>": 1,
      "<members>": 1,
      "<member>": 120,
      "<summary>": 120,
      "IObservedChange": 5,
      "generic": 3,
      "interface": 4,
      "that": 94,
      "replaces": 1,
      "the": 260,
      "non": 1,
      "PropertyChangedEventArgs.": 1,
      "Note": 7,
      "it": 16,
      "used": 19,
      "both": 2,
      "Changing": 5,
      "(": 52,
      "i.e.": 23,
      ")": 45,
      "Changed": 4,
      "Observables.": 2,
      "In": 6,
      "future": 2,
      "will": 65,
      "be": 57,
      "Covariant": 1,
      "which": 12,
      "allow": 1,
      "simpler": 1,
      "casting": 1,
      "between": 15,
      "changes.": 2,
      "</summary>": 121,
      "</member>": 120,
      "The": 74,
      "object": 42,
      "has": 16,
      "raised": 1,
      "change.": 12,
      "name": 7,
      "of": 75,
      "property": 74,
      "changed": 18,
      "on": 35,
      "Sender.": 1,
      "value": 44,
      "changed.": 9,
      "IMPORTANT": 1,
      "NOTE": 1,
      "often": 3,
      "not": 9,
      "set": 41,
      "performance": 1,
      "reasons": 1,
      "unless": 1,
      "you": 20,
      "have": 17,
      "explicitly": 1,
      "requested": 1,
      "an": 88,
      "Observable": 56,
      "via": 8,
      "method": 34,
      "such": 5,
      "as": 25,
      "ObservableForProperty.": 1,
      "To": 4,
      "retrieve": 3,
      "use": 5,
      "Value": 3,
      "extension": 2,
      "method.": 2,
      "IReactiveNotifyPropertyChanged": 6,
      "represents": 4,
      "extended": 1,
      "version": 3,
      "INotifyPropertyChanged": 1,
      "also": 17,
      "exposes": 1,
      "IEnableLogger": 1,
      "dummy": 1,
      "attaching": 1,
      "any": 11,
      "class": 11,
      "give": 1,
      "access": 3,
      "Log": 2,
      "When": 5,
      "called": 5,
      "fire": 11,
      "change": 26,
      "notifications": 22,
      "neither": 3,
      "traditional": 3,
      "nor": 3,
      "until": 7,
      "return": 11,
      "disposed.": 3,
      "<returns>": 36,
      "An": 26,
      "when": 38,
      "disposed": 4,
      "reenables": 3,
      "notifications.": 5,
      "</returns>": 36,
      "Represents": 4,
      "fires": 6,
      "*before*": 2,
      "about": 5,
      "should": 10,
      "duplicate": 2,
      "if": 27,
      "same": 8,
      "multiple": 6,
      "times.": 4,
      "*after*": 2,
      "TSender": 1,
      "helper": 5,
      "adds": 2,
      "typed": 2,
      "versions": 2,
      "Changed.": 1,
      "IReactiveCollection": 3,
      "collection": 27,
      "can": 11,
      "notify": 3,
      "its": 4,
      "contents": 2,
      "are": 13,
      "either": 1,
      "items": 27,
      "added/removed": 1,
      "or": 24,
      "itself": 2,
      "changes": 13,
      ".": 20,
      "It": 1,
      "important": 6,
      "implement": 5,
      "Changing/Changed": 1,
      "from": 12,
      "semantically": 3,
      "Fires": 14,
      "added": 6,
      "once": 4,
      "per": 2,
      "item": 19,
      "added.": 4,
      "Functions": 2,
      "add": 2,
      "AddRange": 2,
      "provided": 14,
      "was": 6,
      "before": 8,
      "going": 4,
      "collection.": 6,
      "been": 5,
      "removed": 4,
      "providing": 20,
      "removed.": 4,
      "whenever": 18,
      "number": 9,
      "in": 45,
      "new": 10,
      "Count.": 4,
      "previous": 2,
      "Provides": 4,
      "Item": 4,
      "implements": 8,
      "IReactiveNotifyPropertyChanged.": 4,
      "only": 18,
      "enabled": 8,
      "ChangeTrackingEnabled": 2,
      "True.": 2,
      "Enables": 2,
      "ItemChanging": 2,
      "ItemChanged": 2,
      "properties": 29,
      ";": 10,
      "implementing": 2,
      "rebroadcast": 2,
      "through": 3,
      "ItemChanging/ItemChanged.": 2,
      "T": 1,
      "type": 23,
      "specified": 7,
      "Observables": 4,
      "IMessageBus": 1,
      "act": 2,
      "simple": 2,
      "way": 2,
      "ViewModels": 3,
      "other": 9,
      "objects": 4,
      "communicate": 2,
      "each": 7,
      "loosely": 2,
      "coupled": 2,
      "way.": 2,
      "Specifying": 2,
      "messages": 22,
      "go": 2,
      "where": 4,
      "done": 2,
      "combination": 2,
      "Type": 9,
      "message": 30,
      "well": 2,
      "additional": 3,
      "parameter": 6,
      "unique": 12,
      "string": 13,
      "distinguish": 12,
      "arbitrarily": 2,
      "by": 13,
      "client.": 2,
      "Listen": 4,
      "provides": 6,
      "Message": 2,
      "RegisterMessageSource": 4,
      "SendMessage.": 2,
      "<typeparam>": 12,
      "listen": 6,
      "to.": 7,
      "</typeparam>": 12,
      "<param>": 84,
      "A": 19,
      "identical": 11,
      "types": 10,
      "one": 27,
      "purpose": 10,
      "leave": 10,
      "null.": 10,
      "</param>": 83,
      "Determins": 2,
      "particular": 2,
      "registered.": 2,
      "message.": 1,
      "True": 6,
      "posted": 3,
      "Type.": 2,
      "Registers": 3,
      "representing": 20,
      "stream": 7,
      "send.": 4,
      "Another": 2,
      "part": 2,
      "code": 4,
      "then": 3,
      "call": 5,
      "Observable.": 6,
      "subscribed": 2,
      "sent": 2,
      "out": 4,
      "provided.": 5,
      "Sends": 2,
      "single": 2,
      "using": 9,
      "contract.": 2,
      "Consider": 2,
      "instead": 2,
      "sending": 2,
      "response": 2,
      "events.": 2,
      "actual": 2,
      "send": 3,
      "returns": 5,
      "current": 10,
      "logger": 2,
      "allows": 15,
      "log": 2,
      "attached.": 1,
      "data": 1,
      "structure": 1,
      "representation": 1,
      "memoizing": 2,
      "cache": 14,
      "evaluate": 1,
      "function": 13,
      "but": 7,
      "keep": 1,
      "recently": 3,
      "evaluated": 1,
      "parameters.": 1,
      "Since": 1,
      "mathematical": 2,
      "sense": 1,
      "key": 12,
      "*always*": 1,
      "maps": 1,
      "corresponding": 2,
      "value.": 2,
      "calculation": 8,
      "function.": 6,
      "returned": 2,
      "Constructor": 2,
      "whose": 7,
      "results": 6,
      "want": 2,
      "Tag": 1,
      "user": 2,
      "defined": 1,
      "size": 1,
      "maintain": 1,
      "after": 1,
      "old": 1,
      "start": 1,
      "thrown": 1,
      "out.": 1,
      "result": 3,
      "gets": 1,
      "evicted": 2,
      "because": 2,
      "Invalidate": 2,
      "full": 1,
      "Evaluates": 1,
      "returning": 1,
      "cached": 2,
      "possible": 1,
      "pass": 2,
      "optional": 2,
      "parameter.": 1,
      "Ensure": 1,
      "next": 1,
      "time": 3,
      "queried": 1,
      "called.": 1,
      "all": 4,
      "Returns": 5,
      "values": 4,
      "currently": 2,
      "MessageBus": 3,
      "bus.": 1,
      "scheduler": 11,
      "post": 2,
      "RxApp.DeferredScheduler": 2,
      "default.": 2,
      "Current": 1,
      "RxApp": 1,
      "global": 1,
      "object.": 3,
      "ViewModel": 8,
      "another": 3,
      "s": 1,
      "Return": 1,
      "instance": 2,
      "type.": 3,
      "registered": 1,
      "ObservableAsPropertyHelper": 6,
      "help": 1,
      "backed": 1,
      "read": 3,
      "still": 1,
      "created": 2,
      "directly": 1,
      "more": 16,
      "ToProperty": 2,
      "ObservableToProperty": 1,
      "methods.": 2,
      "so": 1,
      "output": 1,
      "chained": 2,
      "example": 2,
      "property.": 12,
      "Constructs": 4,
      "base": 3,
      "on.": 6,
      "action": 2,
      "take": 2,
      "typically": 1,
      "t": 2,
      "bindings": 13,
      "null": 4,
      "OAPH": 2,
      "at": 2,
      "startup.": 1,
      "initial": 28,
      "normally": 6,
      "Dispatcher": 3,
      "based": 9,
      "last": 1,
      "Exception": 1,
      "steps": 1,
      "taken": 1,
      "ensure": 3,
      "never": 3,
      "complete": 1,
      "fail.": 1,
      "Converts": 2,
      "automatically": 3,
      "onChanged": 2,
      "raise": 2,
      "notification.": 2,
      "equivalent": 2,
      "convenient.": 1,
      "Expression": 7,
      "initialized": 2,
      "backing": 9,
      "field": 10,
      "ReactiveObject": 11,
      "ObservableAsyncMRUCache": 2,
      "memoization": 2,
      "asynchronous": 4,
      "expensive": 2,
      "compute": 1,
      "MRU": 1,
      "fixed": 1,
      "limit": 5,
      "cache.": 5,
      "guarantees": 6,
      "given": 11,
      "flight": 2,
      "subsequent": 1,
      "requests": 4,
      "wait": 3,
      "first": 1,
      "empty": 1,
      "web": 6,
      "image": 1,
      "receives": 1,
      "two": 1,
      "concurrent": 5,
      "issue": 2,
      "WebRequest": 1,
      "does": 1,
      "mean": 1,
      "request": 3,
      "Concurrency": 1,
      "limited": 1,
      "maxConcurrent": 1,
      "too": 1,
      "many": 1,
      "operations": 6,
      "progress": 1,
      "further": 1,
      "queued": 1,
      "slot": 1,
      "available.": 1,
      "performs": 1,
      "asyncronous": 1,
      "async": 3,
      "CPU": 1,
      "Observable.Return": 1,
      "may": 1,
      "result.": 2,
      "*must*": 1,
      "equivalently": 1,
      "input": 2,
      "being": 1,
      "memoized": 1,
      "calculationFunc": 2,
      "depends": 1,
      "varables": 1,
      "than": 5,
      "unpredictable.": 1,
      "reached": 2,
      "discarded.": 4,
      "maximum": 2,
      "regardless": 2,
      "caches": 2,
      "server.": 2,
      "clean": 1,
      "up": 25,
      "manage": 1,
      "disk": 1,
      "download": 1,
      "save": 1,
      "temporary": 1,
      "folder": 1,
      "onRelease": 1,
      "delete": 1,
      "file.": 1,
      "run": 7,
      "defaults": 1,
      "TaskpoolScheduler": 2,
      "Issues": 1,
      "fetch": 1,
      "operation.": 1,
      "operation": 2,
      "finishes.": 1,
      "If": 6,
      "immediately": 3,
      "upon": 1,
      "subscribing": 1,
      "returned.": 2,
      "provide": 2,
      "synchronous": 1,
      "AsyncGet": 1,
      "resulting": 1,
      "Works": 2,
      "like": 2,
      "SelectMany": 2,
      "memoizes": 2,
      "selector": 5,
      "calls.": 2,
      "addition": 3,
      "no": 4,
      "selectors": 2,
      "running": 4,
      "concurrently": 2,
      "queues": 2,
      "rest.": 2,
      "very": 2,
      "services": 2,
      "avoid": 2,
      "potentially": 2,
      "spamming": 2,
      "server": 2,
      "hundreds": 2,
      "requests.": 2,
      "similar": 3,
      "passed": 1,
      "SelectMany.": 1,
      "similarly": 1,
      "ObservableAsyncMRUCache.AsyncGet": 1,
      "must": 2,
      "sense.": 1,
      "flattened": 2,
      "selector.": 2,
      "overload": 2,
      "useful": 2,
      "making": 3,
      "service": 1,
      "several": 1,
      "places": 1,
      "paths": 1,
      "already": 1,
      "configured": 1,
      "ObservableAsyncMRUCache.": 1,
      "notification": 6,
      "Attempts": 1,
      "expression": 3,
      "false": 2,
      "expression.": 1,
      "entire": 1,
      "able": 1,
      "followed": 1,
      "otherwise": 1,
      "Given": 3,
      "fully": 3,
      "filled": 1,
      "SetValueToProperty": 1,
      "apply": 3,
      "target.property": 1,
      "This.GetValue": 1,
      "observed": 1,
      "onto": 1,
      "convert": 2,
      "stream.": 3,
      "ValueIfNotDefault": 1,
      "filters": 1,
      "BindTo": 1,
      "takes": 1,
      "applies": 1,
      "Conceptually": 1,
      "child": 2,
      "without": 1,
      "checks.": 1,
      "set.": 3,
      "x.Foo.Bar.Baz": 1,
      "disconnects": 1,
      "binding.": 1,
      "ReactiveCollection.": 1,
      "ReactiveCollection": 1,
      "existing": 3,
      "list.": 2,
      "list": 1,
      "populate": 1,
      "anything": 2,
      "Change": 2,
      "Tracking": 2,
      "Creates": 3,
      "adding": 2,
      "completes": 4,
      "optionally": 2,
      "ensuring": 2,
      "delay.": 2,
      "withDelay": 2,
      "leak": 2,
      "Timer.": 2,
      "always": 4,
      "UI": 2,
      "thread.": 3,
      "put": 2,
      "into": 2,
      "populated": 4,
      "faster": 2,
      "delay": 2,
      "Select": 3,
      "item.": 3,
      "creating": 2,
      "collections": 1,
      "updated": 1,
      "respective": 1,
      "Model": 1,
      "updated.": 1,
      "Collection.Select": 1,
      "mirror": 1,
      "ObservableForProperty": 14,
      "ReactiveObject.": 1,
      "unlike": 13,
      "Selector": 1,
      "classes": 2,
      "INotifyPropertyChanged.": 1,
      "monitor": 1,
      "RaiseAndSetIfChanged": 2,
      "Setter": 2,
      "write": 2,
      "assumption": 4,
      "named": 2,
      "RxApp.GetFieldNameForPropertyNameFunc.": 2,
      "almost": 2,
      "keyword.": 2,
      "newly": 2,
      "intended": 5,
      "Silverlight": 2,
      "WP7": 1,
      "reflection": 1,
      "cannot": 1,
      "private": 1,
      "field.": 1,
      "Reference": 1,
      "Use": 13,
      "custom": 4,
      "raiseAndSetIfChanged": 1,
      "doesn": 1,
      "x": 1,
      "x.SomeProperty": 1,
      "suffice.": 1,
      "RaisePropertyChanging": 2,
      "mock": 4,
      "scenarios": 4,
      "manually": 4,
      "fake": 4,
      "invoke": 4,
      "raisePropertyChanging": 4,
      "faking": 4,
      "RaisePropertyChanged": 2,
      "helps": 1,
      "make": 2,
      "them": 1,
      "compatible": 1,
      "Rx.Net.": 1,
      "declare": 1,
      "initialize": 1,
      "derive": 1,
      "properties/methods": 1,
      "MakeObjectReactiveHelper.": 1,
      "InUnitTestRunner": 1,
      "attempts": 1,
      "determine": 1,
      "heuristically": 1,
      "unit": 3,
      "framework.": 1,
      "we": 1,
      "determined": 1,
      "framework": 1,
      "running.": 1,
      "GetFieldNameForProperty": 1,
      "convention": 2,
      "GetFieldNameForPropertyNameFunc.": 1,
      "needs": 1,
      "found.": 1,
      "name.": 1,
      "DeferredScheduler": 1,
      "schedule": 2,
      "work": 2,
      "normal": 2,
      "mode": 2,
      "DispatcherScheduler": 1,
      "Unit": 1,
      "Test": 1,
      "Immediate": 1,
      "simplify": 1,
      "writing": 1,
      "common": 1,
      "tests.": 1,
      "background": 1,
      "modes": 1,
      "TPL": 1,
      "Task": 1,
      "Pool": 1,
      "Threadpool": 1,
      "Set": 3,
      "provider": 1,
      "usually": 1,
      "entry": 1,
      "MessageBus.Current.": 1,
      "override": 1,
      "naming": 1,
      "one.": 1,
      "WhenAny": 12,
      "observe": 12,
      "constructors": 12,
      "need": 12,
      "setup.": 12,
      "</members>": 1,
      "</doc>": 1
    },
    "XQuery": {
      "(": 38,
      "-": 486,
      "xproc.xqm": 1,
      "core": 1,
      "xqm": 1,
      "contains": 1,
      "entry": 2,
      "points": 1,
      "primary": 1,
      "eval": 3,
      "step": 5,
      "function": 3,
      "and": 3,
      "control": 1,
      "functions.": 1,
      ")": 38,
      "xquery": 1,
      "version": 1,
      "encoding": 1,
      ";": 25,
      "module": 6,
      "namespace": 8,
      "xproc": 17,
      "declare": 24,
      "namespaces": 5,
      "p": 2,
      "c": 1,
      "err": 1,
      "imports": 1,
      "import": 4,
      "util": 1,
      "at": 4,
      "const": 1,
      "parse": 8,
      "u": 2,
      "options": 2,
      "boundary": 1,
      "space": 1,
      "preserve": 1,
      "option": 1,
      "saxon": 1,
      "output": 1,
      "functions": 1,
      "variable": 13,
      "run": 2,
      "run#6": 1,
      "choose": 1,
      "try": 1,
      "catch": 1,
      "group": 1,
      "for": 1,
      "each": 1,
      "viewport": 1,
      "library": 1,
      "pipeline": 8,
      "list": 1,
      "all": 1,
      "declared": 1,
      "enum": 3,
      "{": 5,
      "<namespace>": 1,
      "name=": 1,
      "ns": 1,
      "<dummy>": 1,
      "}": 5,
      "</dummy>": 1,
      "</namespace>": 1,
      "point": 1,
      "stdin": 1,
      "dflag": 1,
      "tflag": 1,
      "bindings": 2,
      "STEP": 3,
      "I": 1,
      "preprocess": 1,
      "let": 6,
      "validate": 1,
      "explicit": 3,
      "AST": 2,
      "name": 1,
      "type": 1,
      "ast": 1,
      "element": 1,
      "parse/@*": 1,
      "sort": 1,
      "parse/*": 1,
      "II": 1,
      "eval_result": 1,
      "III": 1,
      "serialize": 1,
      "return": 2,
      "results": 1,
      "serialized_result": 2
    },
    "XSLT": {
      "<?xml>": 1,
      "version=": 2,
      "<xsl:stylesheet>": 1,
      "xmlns": 1,
      "xsl=": 1,
      "<xsl:template>": 1,
      "match=": 1,
      "<html>": 1,
      "<body>": 1,
      "<h2>": 1,
      "My": 1,
      "CD": 1,
      "Collection": 1,
      "</h2>": 1,
      "<table>": 1,
      "border=": 1,
      "<tr>": 2,
      "bgcolor=": 1,
      "<th>": 2,
      "Title": 1,
      "</th>": 2,
      "Artist": 1,
      "</tr>": 2,
      "<xsl:for-each>": 1,
      "select=": 3,
      "<td>": 2,
      "<xsl:value-of>": 2,
      "</td>": 2,
      "</xsl:for-each>": 1,
      "</table>": 1,
      "</body>": 1,
      "</html>": 1,
      "</xsl:template>": 1,
      "</xsl:stylesheet>": 1
    },
    "YAML": {
      "gem": 1,
      "-": 16,
      "local": 1,
      "gen": 1,
      "rdoc": 2,
      "run": 1,
      "tests": 1,
      "inline": 1,
      "source": 1,
      "line": 1,
      "numbers": 1,
      "gempath": 1,
      "/usr/local/rubygems": 1,
      "/home/gavin/.rubygems": 1
    }
  },
  "language_tokens": {
    "Apex": 4408,
    "AppleScript": 1862,
    "Arduino": 20,
    "AutoHotkey": 3,
    "C": 49038,
    "C++": 9713,
    "Ceylon": 50,
    "CoffeeScript": 2955,
    "Coq": 18259,
    "Dart": 68,
    "Delphi": 30,
    "Diff": 16,
    "Ecl": 281,
    "Emacs Lisp": 3,
    "GAS": 133,
    "Gosu": 413,
    "Groovy": 69,
    "Groovy Server Pages": 91,
    "Haml": 4,
    "INI": 8,
    "Ioke": 2,
    "Java": 7336,
    "JavaScript": 76934,
    "JSON": 619,
    "Julia": 247,
    "Kotlin": 155,
    "Logtalk": 36,
    "Markdown": 1,
    "Matlab": 343,
    "Max": 136,
    "Nemerle": 17,
    "Nimrod": 1,
    "Nu": 4,
    "Objective-C": 26518,
    "OCaml": 269,
    "Opa": 28,
    "OpenCL": 88,
    "OpenEdge ABL": 2894,
    "Parrot Assembly": 6,
    "Parrot Internal Representation": 5,
    "Perl": 17113,
    "PHP": 20637,
    "PowerShell": 12,
    "Prolog": 4040,
    "Python": 4020,
    "R": 14,
    "Racket": 269,
    "Rebol": 11,
    "Ruby": 3836,
    "Rust": 8,
    "Sass": 28,
    "Scala": 280,
    "Scheme": 3478,
    "Scilab": 69,
    "SCSS": 39,
    "Shell": 2008,
    "Standard ML": 243,
    "SuperCollider": 135,
    "Tea": 3,
    "TeX": 1155,
    "Turing": 44,
    "Verilog": 3778,
    "VHDL": 42,
    "VimL": 20,
    "Visual Basic": 345,
    "XML": 5622,
    "XQuery": 801,
    "XSLT": 44,
    "YAML": 30
  },
  "languages": {
    "Apex": 6,
    "AppleScript": 7,
    "Arduino": 1,
    "AutoHotkey": 1,
    "C": 23,
    "C++": 17,
    "Ceylon": 1,
    "CoffeeScript": 9,
    "Coq": 12,
    "Dart": 1,
    "Delphi": 1,
    "Diff": 1,
    "Ecl": 1,
    "Emacs Lisp": 1,
    "GAS": 1,
    "Gosu": 5,
    "Groovy": 2,
    "Groovy Server Pages": 4,
    "Haml": 1,
    "INI": 1,
    "Ioke": 1,
    "Java": 5,
    "JavaScript": 20,
    "JSON": 5,
    "Julia": 1,
    "Kotlin": 1,
    "Logtalk": 1,
    "Markdown": 1,
    "Matlab": 6,
    "Max": 1,
    "Nemerle": 1,
    "Nimrod": 1,
    "Nu": 1,
    "Objective-C": 19,
    "OCaml": 1,
    "Opa": 2,
    "OpenCL": 1,
    "OpenEdge ABL": 5,
    "Parrot Assembly": 1,
    "Parrot Internal Representation": 1,
    "Perl": 13,
    "PHP": 6,
    "PowerShell": 2,
    "Prolog": 6,
    "Python": 4,
    "R": 1,
    "Racket": 2,
    "Rebol": 1,
    "Ruby": 15,
    "Rust": 1,
    "Sass": 1,
    "Scala": 2,
    "Scheme": 1,
    "Scilab": 3,
    "SCSS": 1,
    "Shell": 16,
    "Standard ML": 2,
    "SuperCollider": 1,
    "Tea": 1,
    "TeX": 1,
    "Turing": 1,
    "Verilog": 13,
    "VHDL": 1,
    "VimL": 2,
    "Visual Basic": 1,
    "XML": 3,
    "XQuery": 1,
    "XSLT": 1,
    "YAML": 1
  },
  "md5": "8591cfa68ab6fe3b3dacbcb885be70d0"
}