aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2012-07-24 11:51:54 -0500
committerJoshua Peek <josh@joshpeek.com>2012-07-24 11:51:54 -0500
commit4a06d2ea7ed28c55879be8a2894ff2b07ab5808e (patch)
treea35674484c0bc2c721423e57fedc591b5294e10e
parentade20e4b46e7699d9646df573e3503756b880fc7 (diff)
parent22efcf7affc349269388dafe3f186416c06e0903 (diff)
Merge branch 'jeanSapristi-master'
-rw-r--r--lib/linguist/languages.yml10
-rw-r--r--lib/linguist/samples.json17386
-rw-r--r--lib/linguist/tokenizer.rb16
-rw-r--r--samples/JSON/Hello.maxhelp367
-rw-r--r--samples/JSON/Hello.maxpat368
-rw-r--r--samples/JSON/person.json23
-rw-r--r--samples/JSON/product.json7
-rw-r--r--samples/JSON/schema.json47
-rw-r--r--samples/Max/Hello.mxt1
-rw-r--r--test/test_language.rb3
-rw-r--r--test/test_tokenizer.rb11
11 files changed, 12770 insertions, 5469 deletions
diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml
index 2a683e2..ad3c27e 100644
--- a/lib/linguist/languages.yml
+++ b/lib/linguist/languages.yml
@@ -634,8 +634,6 @@ JSON:
ace_mode: json
searchable: false
primary_extension: .json
- extensions:
- - .json
Java:
type: programming
@@ -757,13 +755,15 @@ Matlab:
extensions:
- .matlab
-Max/MSP:
+Max:
type: programming
color: "#ce279c"
lexer: Text only
+ aliases:
+ - max/msp
+ - maxmsp
+ search_term: max/msp
primary_extension: .mxt
- extensions:
- - .mxt
MiniD: # Legacy
searchable: false
diff --git a/lib/linguist/samples.json b/lib/linguist/samples.json
index f6842e7..471917e 100644
--- a/lib/linguist/samples.json
+++ b/lib/linguist/samples.json
@@ -74,6 +74,11 @@
"JavaScript": [
".js"
],
+ "JSON": [
+ ".maxhelp",
+ ".maxpat",
+ ".json"
+ ],
"Julia": [
".jl"
],
@@ -89,6 +94,9 @@
"Matlab": [
".m"
],
+ "Max": [
+ ".mxt"
+ ],
"Nemerle": [
".n"
],
@@ -227,8 +235,8 @@
"PKGBUILD"
]
},
- "tokens_total": 164163,
- "languages_total": 244,
+ "tokens_total": 331511,
+ "languages_total": 250,
"tokens": {
"Apex": {
"/*": 15,
@@ -236,27 +244,29 @@
"global": 70,
"class": 7,
"ArrayUtils": 1,
- "{": 214,
- "static": 80,
- "String": 58,
+ "{": 219,
+ "static": 83,
+ "String": 60,
+ "[": 102,
+ "]": 102,
"EMPTY_STRING_ARRAY": 1,
- "new": 57,
- "}": 214,
- ";": 286,
+ "new": 59,
+ "}": 219,
+ ";": 308,
"Integer": 34,
"MAX_NUMBER_OF_ELEMENTS_IN_LIST": 5,
"get": 1,
- "return": 104,
+ "return": 106,
"List": 71,
"<String>": 30,
"objectToString": 1,
- "(": 457,
+ "(": 480,
"<Object>": 22,
"objects": 3,
- ")": 458,
+ ")": 480,
"strings": 3,
- "null": 89,
- "if": 89,
+ "null": 92,
+ "if": 91,
"objects.size": 1,
"for": 24,
"Object": 23,
@@ -271,7 +281,7 @@
"-": 18,
"tmp": 6,
"while": 8,
- "+": 66,
+ "+": 75,
"SObject": 19,
"lowerCase": 1,
"strs": 9,
@@ -308,7 +318,7 @@
"plucked": 3,
".get": 4,
"toString": 3,
- "void": 8,
+ "void": 9,
"assertArraysAreEqual": 2,
"expected": 16,
"actual": 16,
@@ -345,7 +355,7 @@
"size": 2,
"1": 2,
"list1.get": 2,
- "//": 22,
+ "//": 28,
"//LIST/ARRAY": 1,
"SORTING": 1,
"//FOR": 2,
@@ -392,7 +402,7 @@
"//Converts": 1,
"an": 2,
"int": 1,
- "a": 2,
+ "a": 4,
"boolean": 1,
"specifying": 1,
"//the": 2,
@@ -423,7 +433,7 @@
"stdAttachments": 4,
"SELECT": 1,
"id": 1,
- "name": 1,
+ "name": 2,
"FROM": 1,
"Attachment": 2,
"WHERE": 1,
@@ -467,33 +477,49 @@
"split.size": 2,
".split": 1,
"isNotValidEmailAddress": 1,
- "public": 7,
+ "public": 10,
"GeoUtils": 1,
- "string": 2,
+ "string": 5,
"generateFromContent": 1,
- "PageReference": 1,
+ "PageReference": 2,
"pr": 1,
- "ret": 1,
- "&": 2,
- "amp": 1,
- "ERROR": 1,
- "n": 2,
- "r": 2,
- "G_GEO_SUCCESS": 1,
- "G_GEO_BAD_REQUEST": 1,
- "G_GEO_SERVER_ERROR": 1,
- "G_GEO_MISSING_ADDRESS": 1,
- "G_GEO_UNKNOWN_ADDRESS": 1,
- "G_GEO_UNAVAILABLE_ADDRESS": 1,
- "G_GEO_UNKNOWN_DIRECTIONS": 1,
- "G_GEO_BAD_KEY": 1,
- "G_GEO_TOO_MANY_QUERIES": 1,
- "foo": 1,
- "main": 2,
- "springfield": 2,
- "il": 2,
- "us": 2,
- "accountAddressString": 1,
+ "ret": 7,
+ "try": 1,
+ "pr.getContent": 1,
+ ".toString": 1,
+ "ret.replaceAll": 4,
+ "catch": 1,
+ "exception": 1,
+ "e": 2,
+ "system.debug": 2,
+ "Map": 33,
+ "<String,>": 2,
+ "geo_response": 1,
+ "accountAddressString": 2,
+ "account": 1,
+ "acct": 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,
@@ -523,7 +549,6 @@
"//Hungarian": 1,
"//Indonesian": 1,
"//Turkish": 1,
- "Map": 31,
"<String,String>": 29,
"DEFAULTS": 1,
"getLangCodeByHttpParam": 4,
@@ -609,47 +634,56 @@
"TwilioAPI.getDefaultAccount": 1
},
"AppleScript": {
- "set": 14,
+ "set": 26,
"windowWidth": 6,
- "to": 14,
+ "to": 26,
"windowHeight": 6,
"delay": 2,
- ".1": 2,
"AppleScript": 2,
"s": 2,
"text": 2,
- "item": 2,
+ "item": 4,
"delimiters": 2,
- "Safari": 2,
- "screen.availWidth": 2,
- "screen.availHeight": 2,
- "System": 6,
- "Events": 6,
- "Finder": 2,
- "tell": 6,
- "process": 2,
- "myFrontMost": 2,
- "try": 4,
- "{": 12,
- "w": 6,
- "h": 4,
- "}": 12,
- "size": 4,
- "of": 8,
- "drawer": 2,
- "window": 6,
- "on": 2,
- "error": 2,
- "end": 6,
+ "tell": 28,
+ "application": 10,
+ "screen_width": 4,
+ "(": 14,
+ "do": 4,
+ "JavaScript": 4,
+ "in": 4,
+ "document": 4,
+ ")": 14,
+ "screen_height": 4,
+ "end": 18,
+ "myFrontMost": 6,
+ "name": 2,
+ "of": 18,
+ "first": 2,
+ "processes": 2,
+ "whose": 2,
+ "frontmost": 2,
+ "is": 2,
+ "true": 2,
+ "{": 22,
+ "desktopTop": 4,
+ "desktopLeft": 2,
+ "desktopRight": 2,
+ "desktopBottom": 2,
+ "}": 22,
+ "bounds": 2,
+ "desktop": 2,
+ "try": 8,
+ "process": 4,
+ "w": 10,
+ "h": 8,
+ "size": 6,
+ "drawer": 4,
+ "window": 8,
+ "on": 4,
+ "error": 4,
"position": 2,
- "(": 8,
- "screen_width": 2,
"-": 8,
- ")": 8,
- "/": 4,
- "screen_height": 2,
- ".0": 2,
- "desktopTop": 2
+ "/": 4
},
"Arduino": {
"void": 2,
@@ -741,6 +775,8 @@
"i": 162,
"for": 37,
"+": 284,
+ "[": 244,
+ "]": 244,
"git_cached_obj_decref": 3,
"git__free": 15,
"*git_cache_get": 1,
@@ -3064,8 +3100,7 @@
"REDIS_CLIENT_LIMIT_CLASS_PUBSUB": 3,
"*1024*32": 1,
"*1024*8": 1,
- ".0": 1,
- ".0/R_Zero": 2,
+ "/R_Zero": 2,
"R_Zero/R_Zero": 1,
"server.commands": 1,
"dictCreate": 6,
@@ -3442,6 +3477,8 @@
"float": 2,
"cudaMemcpyHostToDevice": 1,
"tex.addressMode": 2,
+ "[": 32,
+ "]": 32,
"cudaAddressModeClamp": 2,
"tex.filterMode": 1,
"cudaFilterModePoint": 1,
@@ -4248,7 +4285,6 @@
"heap_number": 4,
"random_bits": 2,
"binary_million": 3,
- ".0": 1,
"r.double_value": 3,
"r.uint64_t_value": 1,
"HeapNumber": 1,
@@ -4325,47 +4361,49 @@
"other.name": 1
},
"CoffeeScript": {
- "#": 208,
+ "#": 239,
"CoffeeScript": 1,
- "require": 20,
+ "require": 21,
"CoffeeScript.require": 1,
"CoffeeScript.eval": 1,
- "(": 153,
- "code": 18,
+ "(": 193,
+ "code": 20,
"options": 16,
- "{": 28,
- "}": 31,
- ")": 151,
- "-": 64,
+ "{": 31,
+ "}": 34,
+ ")": 196,
+ "-": 104,
"options.bare": 2,
"on": 3,
"eval": 2,
"CoffeeScript.compile": 2,
"CoffeeScript.run": 3,
"Function": 1,
- "return": 22,
- "unless": 16,
+ "return": 28,
+ "unless": 19,
"window": 1,
"CoffeeScript.load": 2,
"url": 2,
"callback": 35,
"xhr": 2,
- "new": 11,
+ "new": 12,
"window.ActiveXObject": 1,
- "or": 10,
+ "or": 20,
"XMLHttpRequest": 1,
"xhr.open": 1,
"true": 8,
"xhr.overrideMimeType": 1,
- "if": 91,
+ "if": 102,
"of": 4,
"xhr.onreadystatechange": 1,
"xhr.readyState": 1,
- "is": 31,
+ "is": 36,
"xhr.status": 1,
- "in": 27,
+ "in": 31,
+ "[": 133,
+ "]": 133,
"xhr.responseText": 1,
- "else": 48,
+ "else": 53,
"throw": 3,
"Error": 1,
"xhr.send": 1,
@@ -4374,17 +4412,17 @@
"scripts": 2,
"document.getElementsByTagName": 1,
"coffees": 2,
- "s": 8,
- "for": 9,
- "when": 13,
+ "s": 10,
+ "for": 13,
+ "when": 16,
"s.type": 1,
- "index": 2,
+ "index": 4,
"length": 4,
"coffees.length": 1,
"do": 2,
"execute": 3,
"script": 7,
- "+": 24,
+ "+": 31,
".type": 1,
"script.src": 2,
"script.innerHTML": 1,
@@ -4392,15 +4430,15 @@
"addEventListener": 1,
"no": 3,
"attachEvent": 1,
- "class": 8,
+ "class": 10,
"Animal": 3,
- "constructor": 5,
+ "constructor": 6,
"@name": 2,
"move": 3,
"meters": 2,
"alert": 4,
"Snake": 2,
- "extends": 4,
+ "extends": 6,
"super": 4,
"Horse": 2,
"sam": 1,
@@ -4439,14 +4477,14 @@
"header": 1,
"exports.tokens": 1,
"exports.nodes": 1,
- "source": 5,
+ "source": 4,
"typeof": 2,
"exports.run": 1,
"mainModule": 1,
"require.main": 1,
"mainModule.filename": 4,
"process.argv": 1,
- "then": 22,
+ "then": 24,
"fs.realpathSync": 2,
"mainModule.moduleCache": 1,
"and": 20,
@@ -4454,7 +4492,7 @@
"._nodeModulePaths": 1,
"path.dirname": 2,
"path.extname": 1,
- "isnt": 6,
+ "isnt": 7,
"mainModule._compile": 2,
"exports.eval": 1,
"code.trim": 1,
@@ -4499,18 +4537,20 @@
"lexer": 1,
"parser.lexer": 1,
"lex": 1,
- "tag": 29,
+ "tag": 33,
"@yytext": 1,
"@yylineno": 1,
- "@tokens": 3,
- "@pos": 1,
- "./nodes": 1,
+ "@tokens": 7,
+ "@pos": 2,
+ "setInput": 1,
+ "upcomingInput": 1,
+ "parser.yy": 1,
"console.log": 1,
"number": 13,
"opposite": 2,
"square": 4,
"x": 6,
- "*": 16,
+ "*": 21,
"list": 2,
"math": 1,
"root": 1,
@@ -4525,7 +4565,7 @@
"cubes": 1,
"math.cube": 1,
"num": 2,
- "Rewriter": 1,
+ "Rewriter": 2,
"INVERSES": 2,
"count": 5,
"starts": 1,
@@ -4536,22 +4576,46 @@
"opts": 1,
"WHITESPACE.test": 1,
"code.replace": 1,
- "/": 27,
+ "/": 42,
"r/g": 1,
- "TYPE": 1,
- "t": 1,
- "being": 1,
- "used": 1,
- "as": 1,
+ ".replace": 3,
+ "TRAILING_SPACES": 2,
+ "@code": 1,
+ "@line": 4,
+ "opts.line": 1,
+ "@indent": 3,
+ "@indebt": 1,
+ "@outdebt": 1,
+ "@indents": 1,
+ "@ends": 1,
+ "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,
- "@chunk": 8,
"input": 1,
"id": 16,
"colon": 3,
- "@tag": 2,
- "@token": 10,
+ "@tag": 3,
+ "@token": 12,
"id.length": 1,
"forcedIdentifier": 4,
"prev": 17,
@@ -4562,7 +4626,7 @@
"id.toUpperCase": 1,
"LINE_BREAK": 2,
"@seenFor": 4,
- "yes": 4,
+ "yes": 5,
"UNARY": 4,
"RELATION": 3,
"@value": 1,
@@ -4570,10 +4634,9 @@
"JS_FORBIDDEN": 1,
"String": 1,
"id.reserved": 1,
- "@error": 8,
"COFFEE_ALIAS_MAP": 1,
"COFFEE_ALIASES": 1,
- "switch": 5,
+ "switch": 7,
"input.length": 1,
"numberToken": 1,
"NUMBER.exec": 1,
@@ -4587,33 +4650,30 @@
"number.length": 1,
"octalLiteral": 2,
"/.exec": 2,
- "parseInt": 3,
- ".toString": 2,
+ "parseInt": 5,
+ ".toString": 3,
"binaryLiteral": 2,
"b": 1,
"stringToken": 1,
"@chunk.charAt": 3,
"SIMPLESTR.exec": 1,
- "string": 6,
- ".replace": 1,
+ "string": 9,
"MULTILINER": 2,
"@balancedString": 1,
- "<": 4,
+ "<": 6,
"string.indexOf": 1,
- "@interpolateString": 1,
- "...": 2,
+ "@interpolateString": 2,
"@escapeLines": 1,
"octalEsc": 1,
- ".": 11,
- "|": 5,
- "@line": 3,
+ ".": 12,
+ "|": 21,
"string.length": 1,
"heredocToken": 1,
"HEREDOC.exec": 1,
"heredoc": 4,
"quote": 5,
"heredoc.charAt": 1,
- "doc": 10,
+ "doc": 11,
"@sanitizeHeredoc": 2,
"indent": 7,
"<=>": 1,
@@ -4623,19 +4683,18 @@
"STRING": 2,
"makeString": 1,
"line": 5,
- "n": 10,
+ "n": 16,
"Matches": 1,
"consumes": 1,
"comments": 1,
"commentToken": 1,
"@chunk.match": 1,
- "COMMENT": 1,
+ "COMMENT": 2,
"comment": 2,
"here": 3,
- "herecomment": 3,
+ "herecomment": 4,
"Array": 1,
- "@indent": 1,
- ".join": 1,
+ ".join": 2,
"comment.length": 1,
"jsToken": 1,
"JSTOKEN.exec": 1,
@@ -4646,32 +4705,33 @@
"NOT_REGEX": 2,
"NOT_SPACED_REGEX": 2,
"REGEX.exec": 1,
- "regex": 4,
+ "regex": 5,
"flags": 2,
"..1": 1,
"match.length": 1,
"heregexToken": 1,
"heregex": 1,
- "body": 1,
+ "body": 2,
"body.indexOf": 1,
"re": 1,
"body.replace": 1,
- "HEREGEX_OMIT": 2,
- "regular": 1,
- "expressions": 1,
- "cannot": 1,
- "begin": 1,
- "with": 2,
- "REGEX": 2,
- "IDENTIFIER": 1,
- "RegExp": 1,
- "CALL_START": 2,
- "TOKENS": 1,
+ "HEREGEX_OMIT": 3,
+ "//g": 1,
+ "re.match": 1,
+ "*/": 2,
+ "heregex.length": 1,
+ "@tokens.push": 1,
+ "tokens": 4,
+ "value": 23,
+ "tokens.push": 1,
+ "value...": 1,
+ "continue": 3,
+ "value.replace": 2,
+ "/g": 3,
"spaced": 1,
"reserved": 1,
"word": 1,
"value.length": 2,
- "value": 14,
"MATH": 3,
"COMPARE": 3,
"COMPOUND_ASSIGN": 2,
@@ -4685,31 +4745,42 @@
"sanitizeHeredoc": 1,
"HEREDOC_ILLEGAL.test": 1,
"doc.indexOf": 1,
- "while": 2,
"HEREDOC_INDENT.exec": 1,
"attempt": 2,
"attempt.length": 1,
"indent.length": 1,
"doc.replace": 2,
- "///": 7,
+ "///": 12,
"///g": 1,
"n/": 1,
- "PARAM_END": 1,
- "PARAM_START": 1,
+ "tagParameters": 1,
+ "this": 6,
+ "stack": 2,
+ "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,
- "stack.pop": 1,
"starting": 1,
"Hello": 1,
"name.capitalize": 1,
"OUTDENT": 1,
"THROW": 1,
"EXTENDS": 1,
- "&": 1,
+ "&": 4,
"false": 4,
- "this": 1,
"delete": 1,
"break": 1,
- "continue": 1,
"debugger": 1,
"finally": 2,
"undefined": 1,
@@ -4722,6 +4793,7 @@
"function": 1,
"var": 1,
"void": 1,
+ "with": 1,
"const": 1,
"let": 2,
"enum": 1,
@@ -4742,20 +4814,29 @@
"static": 1,
"yield": 1,
"arguments": 1,
+ "S": 10,
+ "OPERATOR": 1,
+ "%": 1,
+ "WHITESPACE": 1,
+ "###": 3,
+ "s*#": 1,
+ "##": 1,
+ ".*": 1,
+ "CODE": 1,
+ "MULTI_DENT": 1,
+ "SIMPLESTR": 1,
"JSTOKEN": 1,
- "S": 4,
+ "REGEX": 1,
"imgy": 2,
"w": 2,
"HEREGEX": 1,
"#.*": 1,
- "/g": 2,
"n/g": 1,
"HEREDOC_INDENT": 1,
"HEREDOC_ILLEGAL": 1,
"//": 1,
"LINE_CONTINUER": 1,
"s*": 1,
- "TRAILING_SPACES": 1,
"BOOL": 1,
"NOT_REGEX.concat": 1,
"CALLABLE.concat": 1,
@@ -4808,7 +4889,6 @@
"rvmExists": 2,
"libexecPath": 1,
"before": 2,
- "/dev/null": 1,
".trim": 1,
"loadEnvironment": 1,
"@queryRestartFile": 2,
@@ -4855,12 +4935,14 @@
"mtimeChanged": 2,
"@restart": 1,
"writeRvmBoilerplate": 1,
- "powrc": 2,
+ "powrc": 3,
"boilerplate": 2,
"@constructor.rvmBoilerplate": 1,
"fs.readFile": 1,
- "contents": 3,
- "n#": 1,
+ "contents": 2,
+ "contents.indexOf": 1,
+ "fs.writeFile": 1,
+ "@rvmBoilerplate": 1,
"rvm_path/scripts/rvm": 2,
".rvmrc": 2,
"dnsserver": 1,
@@ -4884,7 +4966,7 @@
"handleRequest": 1,
"question": 5,
"req.question": 1,
- "subdomain": 7,
+ "subdomain": 10,
"@extractSubdomain": 1,
"question.name": 3,
"isARequest": 2,
@@ -4912,20 +4994,49 @@
"exports.createServer": 1,
"address": 4,
"exports.Subdomain": 1,
- "Subdomain": 1,
+ "Subdomain": 4,
"@extract": 1,
"name.toLowerCase": 1,
"offset": 4,
"name.length": 1,
"domain.length": 1,
"name.slice": 2,
- "@for": 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": 38,
+ "Inductive": 41,
"day": 9,
- "Type": 88,
- "|": 393,
+ "Type": 86,
+ "|": 457,
"monday": 5,
"tuesday": 3,
"wednesday": 3,
@@ -4934,39 +5045,39 @@
"saturday": 3,
"sunday": 2,
"day.": 1,
- "Definition": 58,
+ "Definition": 46,
"next_weekday": 3,
- "(": 1228,
- "d": 7,
- ")": 1240,
- "match": 71,
- "with": 214,
+ "(": 1248,
+ "d": 6,
+ ")": 1249,
+ "match": 70,
+ "with": 223,
"end.": 52,
- "Example": 40,
+ "Example": 37,
"test_next_weekday": 1,
"tuesday.": 1,
- "Proof.": 203,
- "simpl.": 72,
- "reflexivity.": 178,
- "Qed.": 197,
- "bool": 33,
- "true": 52,
- "false": 42,
+ "Proof.": 208,
+ "simpl.": 70,
+ "reflexivity.": 199,
+ "Qed.": 194,
+ "bool": 38,
+ "true": 68,
+ "false": 48,
"bool.": 1,
- "negb": 9,
- "b": 79,
- "andb": 6,
- "b1": 28,
+ "negb": 10,
+ "b": 89,
+ "andb": 8,
+ "b1": 35,
"b2": 23,
"orb": 8,
"test_orb1": 1,
- "true.": 17,
+ "true.": 16,
"test_orb2": 1,
- "false.": 11,
+ "false.": 12,
"test_orb3": 1,
"test_orb4": 1,
"nandb": 5,
- "end": 14,
+ "end": 16,
"test_nandb1": 1,
"test_nandb2": 1,
"test_nandb3": 1,
@@ -4977,86 +5088,95 @@
"test_andb32": 1,
"test_andb33": 1,
"test_andb34": 1,
- "Module": 9,
+ "Module": 11,
"Playground1.": 5,
- "nat": 91,
- "O": 97,
- "S": 181,
- "-": 445,
- "nat.": 3,
+ "nat": 108,
+ "O": 98,
+ "S": 186,
+ "-": 508,
+ "nat.": 4,
"pred": 3,
- "n": 338,
+ "n": 369,
"minustwo": 1,
"Fixpoint": 36,
"evenb": 5,
"oddb": 5,
- ".": 469,
+ ".": 433,
"test_oddb1": 1,
"test_oddb2": 1,
"plus": 10,
- "m": 189,
+ "m": 201,
"mult": 3,
"minus": 3,
- "_": 68,
+ "_": 67,
"exp": 2,
"base": 3,
"power": 2,
- "p": 78,
+ "p": 81,
"factorial": 2,
"test_factorial1": 1,
- "Notation": 43,
- "x": 254,
- "y": 119,
- "at": 19,
- "level": 13,
- "left": 8,
- "associativity": 10,
+ "Notation": 39,
+ "x": 266,
+ "y": 116,
+ "at": 17,
+ "level": 11,
+ "left": 6,
+ "associativity": 7,
"nat_scope.": 3,
- "beq_nat": 19,
- "forall": 224,
- "+": 228,
- "n.": 38,
- "Theorem": 111,
+ "beq_nat": 24,
+ "forall": 248,
+ "+": 227,
+ "n.": 44,
+ "Theorem": 115,
"plus_O_n": 1,
- "rewrite": 222,
- "H.": 76,
- "<->": 32,
- "H": 77,
- "reflexivity": 14,
- "Qed": 23,
+ "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,
- "Proof": 12,
- "intros": 227,
"plus_O_n.": 1,
"mult_1_plus": 1,
- "*": 55,
- "m.": 19,
"plus_1_1.": 1,
"mult_1": 1,
- "induction": 74,
- "as": 90,
+ "induction": 81,
+ "as": 77,
+ "[": 170,
"plus_1_neq_0": 1,
- "destruct": 85,
- "Case": 48,
- "IHn": 13,
+ "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": 55,
+ "assert": 68,
"plus_comm.": 3,
"plus_swap": 2,
"p.": 9,
"plus_assoc.": 4,
- "H2": 14,
- "H2.": 18,
+ "H2": 12,
+ "H2.": 20,
"plus_swap.": 2,
+ "<->": 31,
"IHm": 2,
+ "reflexivity": 16,
+ "Qed": 23,
"mult_comm": 2,
+ "Proof": 12,
"0": 5,
- "simpl": 66,
+ "simpl": 116,
"mult_0_r.": 4,
"mult_distr": 1,
"mult_1_distr.": 1,
@@ -5065,16 +5185,16 @@
"zero_nbeq_S": 1,
"andb_false_r": 1,
"plus_ble_compat_1": 1,
- "ble_nat": 5,
+ "ble_nat": 6,
"IHp.": 2,
"S_nbeq_0": 1,
"mult_1_1": 1,
"plus_0_r.": 1,
"all3_spec": 1,
- "c": 88,
- "c.": 2,
- "b.": 9,
- "Lemma": 56,
+ "c": 70,
+ "c.": 5,
+ "b.": 14,
+ "Lemma": 51,
"mult_plus_1": 1,
"IHm.": 1,
"mult_mult": 1,
@@ -5084,9 +5204,9 @@
"mult_mult.": 3,
"H1": 18,
"plus_assoc": 1,
- "H1.": 29,
+ "H1.": 31,
"H3": 4,
- "H3.": 4,
+ "H3.": 5,
"mult_assoc": 1,
"mult_plus_distr_r.": 1,
"bin": 9,
@@ -5097,9 +5217,9 @@
"incbin": 2,
"bin2un": 3,
"bin_comm": 1,
- "End": 13,
- "(*": 102,
- "*)": 102,
+ "End": 15,
+ "(*": 101,
+ "*)": 101,
"Require": 17,
"Import": 11,
"List": 2,
@@ -5110,26 +5230,26 @@
"Section": 4,
"defs.": 2,
"Variable": 7,
- "A": 102,
+ "A": 113,
"Type.": 3,
"leA": 25,
"relation": 19,
- "A.": 7,
- "eqA": 28,
- "Let": 9,
+ "A.": 6,
+ "eqA": 29,
+ "Let": 8,
"gtA": 1,
"y.": 15,
"Hypothesis": 7,
"leA_dec": 4,
- "{": 40,
- "}": 36,
+ "{": 39,
+ "}": 35,
"eqA_dec": 26,
"leA_refl": 1,
"leA_trans": 2,
"z": 14,
"z.": 6,
"leA_antisym": 1,
- "Hint": 8,
+ "Hint": 9,
"Resolve": 5,
"leA_refl.": 1,
"Immediate": 1,
@@ -5144,28 +5264,28 @@
"Tree_Node": 11,
"Tree.": 1,
"leA_Tree": 16,
- "a": 210,
+ "a": 207,
"t": 93,
"True": 1,
"T1": 25,
"T2": 20,
"leA_Tree_Leaf": 5,
"Tree_Leaf.": 1,
- ";": 376,
- "auto": 77,
+ ";": 375,
+ "auto": 73,
"datatypes.": 47,
"leA_Tree_Node": 1,
"G": 6,
"is_heap": 18,
- "Prop": 13,
+ "Prop": 17,
"nil_is_heap": 5,
"node_is_heap": 7,
"invert_heap": 3,
- "/": 37,
+ "/": 41,
"T2.": 1,
- "inversion": 90,
+ "inversion": 104,
"is_heap_rect": 1,
- "P": 31,
+ "P": 32,
"T": 49,
"T.": 9,
"simple": 7,
@@ -5173,37 +5293,37 @@
"PD": 2,
"PN.": 2,
"elim": 21,
- "H4": 5,
+ "H4": 7,
"intros.": 27,
- "apply": 325,
+ "apply": 340,
"X0": 2,
"is_heap_rec": 1,
"Set": 4,
- "X": 212,
+ "X": 191,
"low_trans": 3,
"merge_lem": 3,
- "l1": 104,
- "l2": 86,
- "list": 72,
+ "l1": 89,
+ "l2": 73,
+ "list": 78,
"merge_exist": 5,
- "l": 378,
+ "l": 379,
"Sorted": 5,
"meq": 15,
"list_contents": 30,
"munion": 18,
"HdRel": 4,
- "l2.": 10,
+ "l2.": 8,
"Morphisms.": 2,
- "Instance": 6,
+ "Instance": 7,
"Equivalence": 2,
"@meq": 4,
- "constructor": 4,
+ "constructor": 6,
"red.": 1,
"meq_trans.": 1,
"Defined.": 1,
"Proper": 5,
"@munion": 1,
- "now": 19,
+ "now": 24,
"meq_congr.": 1,
"merge": 5,
"fix": 2,
@@ -5212,26 +5332,26 @@
"into": 2,
"l.": 26,
"revert": 5,
- "H0.": 9,
- "a0": 11,
+ "H0.": 24,
+ "a0": 15,
"l0": 7,
"Sorted_inv": 2,
- "in": 147,
- "H0": 15,
- "clear": 11,
+ "in": 221,
+ "H0": 16,
+ "clear": 7,
"merge0.": 2,
- "using": 17,
+ "using": 18,
"cons_sort": 2,
"cons_leA": 2,
"munion_ass.": 2,
"cons_leA.": 2,
"@HdRel_inv": 2,
- "trivial": 13,
+ "trivial": 15,
"merge0": 1,
"setoid_rewrite": 2,
"munion_ass": 1,
"munion_comm.": 2,
- "repeat": 9,
+ "repeat": 11,
"munion_comm": 1,
"contents": 12,
"multiset": 2,
@@ -5241,7 +5361,7 @@
"insert_spec": 3,
"insert_exist": 4,
"insert": 2,
- "unfold": 60,
+ "unfold": 58,
"T0": 2,
"treesort_twist1": 1,
"T3": 2,
@@ -5253,10 +5373,10 @@
"build_heap": 3,
"heap_exist": 3,
"list_to_heap": 2,
- "nil": 39,
- "exact": 3,
+ "nil": 46,
+ "exact": 4,
"nil_is_heap.": 1,
- "i": 31,
+ "i": 11,
"meq_trans": 10,
"meq_right": 2,
"meq_sym": 2,
@@ -5265,230 +5385,245 @@
"heap_to_list": 2,
"h": 14,
"s1": 20,
- "i1": 6,
+ "i1": 15,
"m1": 1,
"s2": 2,
- "i2": 14,
+ "i2": 10,
"m2.": 1,
"meq_congr": 1,
"munion_rotate.": 1,
"treesort": 1,
- "&": 19,
+ "&": 21,
"permutation": 43,
- "intro": 28,
+ "intro": 27,
"permutation.": 1,
- "exists": 48,
+ "exists": 60,
"Export": 10,
"SfLib.": 2,
- "AExp.": 1,
- "aexp": 37,
- "ANum": 36,
- "APlus": 15,
- "AMinus": 11,
- "AMult": 11,
- "aexp.": 2,
+ "AExp.": 2,
+ "aexp": 30,
+ "ANum": 18,
+ "APlus": 14,
+ "AMinus": 9,
+ "AMult": 9,
+ "aexp.": 1,
"bexp": 22,
- "BTrue": 6,
- "BFalse": 4,
- "BEq": 6,
- "BLe": 6,
- "BNot": 7,
- "BAnd": 5,
- "bexp.": 2,
- "aeval": 44,
- "e": 42,
+ "BTrue": 10,
+ "BFalse": 11,
+ "BEq": 9,
+ "BLe": 9,
+ "BNot": 9,
+ "BAnd": 10,
+ "bexp.": 1,
+ "aeval": 46,
+ "e": 53,
"a1": 56,
- "a2": 59,
+ "a2": 62,
"test_aeval1": 1,
- "beval": 12,
- "optimize_0plus": 10,
- "e2": 27,
- "e1": 25,
+ "beval": 16,
+ "optimize_0plus": 15,
+ "e2": 54,
+ "e1": 58,
"test_optimize_0plus": 1,
- "optimize_0plus_sound": 2,
- "e.": 7,
+ "optimize_0plus_sound": 4,
+ "e.": 15,
"e1.": 1,
"SCase": 24,
- "SSCase": 5,
+ "SSCase": 3,
"IHe2.": 10,
"IHe1.": 11,
- "eq1.": 11,
- "if": 13,
- "beq_id": 13,
- "V": 6,
- "update_eq": 1,
- "st": 132,
- "update": 28,
- "st.": 2,
- "update.": 3,
+ "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,
- "update_neq": 1,
- "V2": 4,
- "V1": 5,
- "update_example": 1,
- "empty_state": 13,
- "Id": 8,
- "empty_state.": 1,
- "update_shadow": 1,
- "x1": 17,
- "x2": 14,
- "k1": 20,
- "k2": 21,
- "f": 120,
- "state": 12,
- "k1.": 1,
- "f.": 4,
- "*.": 58,
- "update_same": 1,
- "k2.": 1,
- "remember": 9,
- "beq_id_eq": 5,
- "HeqA.": 1,
- "subst.": 33,
- "update_permute": 1,
- "k3": 6,
- "k3.": 1,
- "A1": 3,
- "A1.": 1,
- "HeqA1.": 1,
- "HeqA1": 1,
- "B": 8,
- "try": 10,
- "AId": 19,
- "id": 10,
- "Tactic": 10,
- "tactic": 10,
- "first": 20,
- "ident": 10,
- "Case_aux": 45,
- "Y": 49,
- "Z": 24,
- "aexp1": 1,
- "bexp1": 1,
- "com": 22,
- "CSkip": 1,
- "CAss": 2,
- "CSeq": 2,
- "CIf": 2,
- "CWhile": 2,
- "com.": 1,
- "CSkip.": 1,
- "c1": 16,
- "c2": 11,
- "right": 7,
- "e3": 1,
- "plus2": 1,
- "XtimesYinZ": 1,
- "subtract_slowly_body": 2,
- "subtract_slowly": 1,
+ "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,
- "DO": 5,
- "END.": 3,
- "subtract_3_from_5_slowly": 1,
- "subtract_slowly.": 1,
- "loop": 1,
- "SKIP": 3,
- "fact_body": 2,
- "fact_loop": 1,
- "fact_com": 1,
- "fact_loop.": 1,
- "ceval_step1": 3,
- "let": 4,
- "IFB": 3,
+ "c1": 14,
+ "c2": 9,
+ "e3": 1,
+ "cl": 1,
+ "st": 113,
+ "E_IfTrue": 2,
"THEN": 3,
"ELSE": 3,
"FI": 3,
- "then": 12,
- "else": 13,
- "END": 2,
- "ceval_step2": 4,
- "Some": 26,
- "ceval_step3": 5,
- "None": 17,
- "bind_option": 1,
- "xo": 2,
- "option": 10,
- "ceval_step": 8,
- "fun": 19,
- "ceval_example1": 1,
- "E_Seq": 3,
- "E_Ass.": 3,
- "E_IfFalse.": 2,
- "ceval_example2": 1,
- "E_Ass": 2,
- "ceval_step__ceval": 1,
- "E": 9,
- "generalize": 12,
- "dependent": 5,
- "com_cases": 1,
- "subst": 10,
- "E_Skip.": 1,
- "Heqr1": 1,
- "IHi": 3,
- "assumption.": 49,
- "Heqr": 3,
- "r1": 3,
- "r1.": 1,
- "E_WhileLoop": 1,
- "s.": 5,
- "E_WhileEnd.": 1,
- "ceval_step_more": 5,
- "Hle.": 2,
- "Hle": 2,
- "st1": 6,
- "o.": 3,
- "symmetry": 5,
- "Heqst1": 4,
- "o": 20,
- "Hceval.": 2,
- "ceval__ceval_step": 3,
- "Hce.": 1,
+ "E_WhileEnd": 2,
+ "DO": 4,
+ "END": 4,
+ "E_WhileLoop": 2,
"ceval_cases": 1,
- "Hce": 1,
- "Case.": 1,
- "%": 2,
- "IHHce1": 1,
- "IHHce2": 1,
- "x.": 4,
- "omega.": 6,
- "x0.": 1,
- "ceval_and_ceval_step_coincide": 1,
- "split.": 12,
- "ceval__ceval_step.": 1,
- "ceval_step__ceval.": 1,
- "ceval_deterministic": 1,
- "st2": 3,
- "st2.": 1,
- "He1": 2,
- "He2.": 2,
- "He1.": 1,
- "E1": 2,
- "He2": 1,
- "E2": 1,
- "E1.": 1,
- "E2.": 3,
- "plus2_spec": 1,
- "HX": 1,
- "Heval.": 4,
- "update_eq.": 2,
- "XtimesYinZ_spec": 1,
- "nx": 1,
- "ny": 1,
- "loop_never_stops": 1,
- "al": 3,
+ "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,
- "cons": 27,
+ "stack": 7,
+ "prog": 2,
+ "cons": 26,
+ "al": 3,
"bl": 3,
- "a*b": 1,
"s_execute1": 1,
- "SPush": 6,
- "SMinus": 9,
+ "empty_state": 2,
"s_execute2": 1,
- "SLoad": 4,
- "SMult": 9,
- "SPlus": 8,
"s_compile": 36,
- "sinstr": 2,
"v": 28,
"s_compile1": 1,
"execute_theorem": 1,
@@ -5497,7 +5632,6 @@
"app_ass.": 6,
"s_compile_correct": 1,
"app_nil_end.": 1,
- "<": 65,
"execute_theorem.": 1,
"Eqdep_dec.": 1,
"Arith.": 2,
@@ -5511,34 +5645,33 @@
"le_ind": 1,
"replace": 4,
"le_n": 4,
- "n0": 4,
+ "fun": 17,
"refl_equal": 4,
"pattern": 2,
"case": 2,
"trivial.": 14,
"contradiction": 8,
"le_Sn_n": 5,
- "assumption": 3,
"le_S": 6,
"Heq": 8,
"m0": 1,
"HeqS": 3,
- "injection": 8,
+ "injection": 4,
"HeqS.": 2,
"eq_rect_eq_nat.": 1,
"IHp": 2,
"dep_pair_intro": 2,
- "Hx": 24,
- "Hy": 17,
+ "Hx": 20,
+ "Hy": 14,
"<=n),>": 1,
"x=": 1,
"exist": 7,
- "<=>": 9,
"Hy.": 3,
"Heq.": 6,
"le_uniqueness_proof": 1,
"Hy0": 1,
"card": 2,
+ "f": 108,
"card_interval": 1,
"<=n}>": 1,
"proj1_sig": 1,
@@ -5552,7 +5685,7 @@
"left.": 3,
"dep_pair_intro.": 3,
"right.": 9,
- "discriminate": 4,
+ "discriminate": 3,
"le_Sn_le": 2,
"eq_S.": 1,
"Hneq.": 2,
@@ -5566,9 +5699,11 @@
"Hfx": 2,
"le_n_O_eq.": 2,
"Hfbound.": 2,
- "Hx.": 4,
+ "Hx.": 5,
"le_lt_dec": 9,
"xSn": 21,
+ "then": 9,
+ "else": 9,
"is": 4,
"bounded": 1,
"injective": 6,
@@ -5591,6 +5726,7 @@
"Heqf": 1,
"surjective": 1,
"Hlep.": 3,
+ "Hle": 1,
"Hlt": 3,
"Hfsurj": 2,
"le_n_S": 1,
@@ -5598,13 +5734,15 @@
"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": 1,
+ "pose": 2,
+ "let": 3,
"Hneqx": 1,
"Hneqy": 1,
"Heqg": 1,
@@ -5628,21 +5766,20 @@
"swap_pair": 1,
"surjective_pairing": 1,
"count": 7,
- "r": 10,
"remove_one": 3,
"test_remove_one1": 1,
- "O.": 4,
"remove_all": 2,
- "s": 12,
"bag": 3,
"app_ass": 1,
"l3": 12,
"natlist": 7,
"l3.": 1,
"remove_decreases_count": 1,
+ "s.": 4,
"ble_n_Sn.": 1,
"IHs.": 2,
"natoption": 5,
+ "None": 9,
"natoption.": 1,
"index": 3,
"option_elim": 2,
@@ -5654,69 +5791,80 @@
"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.": 8,
+ "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,
- "beq_nat_sym": 1,
"Setoid": 1,
"Compare_dec": 1,
"ListNotations.": 1,
"Implicit": 15,
"Arguments.": 2,
- "Permutation.": 1,
- "Permutation": 42,
+ "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": 6,
+ "@Permutation": 5,
"iff": 1,
"@In": 1,
- "red": 7,
- "eauto": 8,
+ "red": 6,
"Permutation_in.": 2,
- "Permutation_app_tail": 1,
- "tl": 7,
- "Hperm": 4,
+ "Permutation_app_tail": 2,
+ "tl": 8,
+ "eapply": 8,
+ "Permutation_app_head": 2,
+ "app_comm_cons": 5,
+ "Permutation_app": 3,
"Hpermmm": 1,
"idtac": 1,
- "app_comm_cons": 3,
- "Permutation_app_head": 1,
- "Permutation_trans": 1,
+ "Global": 5,
"@app": 1,
"Permutation_app.": 1,
"Permutation_add_inside": 1,
- "Permutation_app": 1,
- "auto.": 48,
"Permutation_cons_append": 1,
"IHl": 8,
- "Local": 6,
"Permutation_cons_append.": 3,
"Permutation_app_comm": 3,
- "app_nil_r": 2,
+ "app_nil_r": 1,
"app_assoc": 2,
- "Permutation_cons_app": 2,
+ "Permutation_cons_app": 3,
"Permutation_middle": 2,
"Permutation_rev": 3,
"rev": 7,
- "1": 2,
- "Global": 4,
+ "1": 1,
"@rev": 1,
- "2": 2,
+ "2": 1,
"Permutation_length": 2,
- "length": 23,
+ "length": 21,
"transitivity": 4,
"@length": 1,
"Permutation_length.": 1,
@@ -5728,58 +5876,29 @@
"Htrans": 1,
"eauto.": 7,
"Ltac": 1,
- "break_list": 4,
+ "break_list": 5,
"Permutation_nil_app_cons": 1,
"l4": 3,
- "eapply": 7,
"P.": 5,
- "IH": 4,
- "H6": 3,
- "in_or_app": 1,
- "perm_trans": 1,
- "Permutation_cons_inv": 2,
- "Permutation_cons_app_inv": 1,
- "Permutation_app_inv": 2,
- "Permutation_app_inv_l": 1,
- "Permutation_app_inv_r": 1,
- "do": 5,
- "Permutation_length_1_inv": 3,
- "Heqm": 5,
- "||": 2,
- "Permutation_nil": 1,
- "Permutation_length_1": 1,
- "Permutation_length_2_inv": 2,
- "Heqm.": 1,
- "tauto": 1,
- "IHPermutation1": 1,
- "IHPermutation2": 1,
- "Permutation_length_2": 1,
- "b1.": 1,
- "in_middle": 3,
- "In": 7,
- "in_app_iff": 1,
- "tauto.": 1,
- "NoDup_cardinal_incl": 2,
+ "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": 2,
- "Hal": 2,
- "Hl": 3,
- "by": 9,
- "in_split": 1,
+ "N.": 1,
+ "E": 7,
"Ha": 6,
- "H12": 5,
- "Ha.": 1,
- "NoDup_remove_1": 1,
- "eq_add_S": 3,
- "app_length": 2,
- "arith": 5,
- "intuition": 1,
- "NoDup_Permutation": 1,
- "NoDup": 2,
+ "In": 6,
+ "N": 1,
+ "Hal": 1,
+ "Hl": 1,
"exfalso.": 1,
"NoDup_Permutation_bis": 2,
"inversion_clear": 6,
- "constructor.": 6,
"intuition.": 2,
"Permutation_NoDup": 1,
"Permutation_map": 1,
@@ -5788,13 +5907,17 @@
"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": 15,
+ "split": 14,
"nat_bijection_Permutation": 1,
"BD.": 1,
"seq_NoDup.": 1,
@@ -5814,6 +5937,7 @@
"EQ.": 2,
"LE": 11,
"LT": 14,
+ "eq_add_S": 2,
"Hf.": 1,
"Lt.le_lt_or_eq": 3,
"LE.": 3,
@@ -5828,7 +5952,7 @@
"arith.": 8,
"Minus.minus_Sn_m": 1,
"Permutation_nth_error": 2,
- "IHP": 1,
+ "IHP": 2,
"IHP2": 1,
"Hg": 2,
"E.": 2,
@@ -5844,6 +5968,7 @@
"Lt.lt_irrefl": 2,
"Lt.lt_le_trans": 2,
"Hf1": 1,
+ "do": 4,
"congruence.": 1,
"Permutation_alt.": 1,
"Permutation_app_swap": 1,
@@ -5858,8 +5983,8 @@
"eqA.": 1,
"list_contents_app": 5,
"permut_refl": 1,
- "permut_sym": 3,
- "permut_trans": 4,
+ "permut_sym": 4,
+ "permut_trans": 5,
"permut_cons_eq": 3,
"meq_left": 1,
"meq_singleton": 1,
@@ -5886,39 +6011,39 @@
"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,
- "a.": 5,
"multiplicity_InA_O": 2,
"multiplicity_InA_S": 1,
"multiplicity_NoDupA": 1,
"NoDupA": 3,
"NEQ": 1,
- "omega": 2,
"compatible": 1,
"permut_InA_InA": 3,
"multiplicity_InA.": 1,
"meq.": 2,
- "permut_cons_InA": 4,
- "permut_nil": 2,
+ "permut_cons_InA": 3,
+ "permut_nil": 3,
"Abs": 2,
"permut_length_1": 1,
- "discriminate.": 1,
"permut_length_2": 1,
"permut_length_1.": 2,
"@if_eqA_rewrite_l": 2,
"permut_length": 1,
- "InA_split": 2,
+ "InA_split": 1,
"h2": 1,
"plus_n_Sm": 1,
"f_equal.": 1,
+ "app_length": 1,
"IHl1": 1,
"permut_remove_hd": 1,
"f_equal": 1,
@@ -5927,9 +6052,16 @@
"Equivalence_Reflexive.": 1,
"change": 1,
"Equivalence_Reflexive": 1,
- "Forall2": 1,
+ "Forall2": 2,
"permutation_Permutation": 1,
- "permut_remove_hd_eq": 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,
@@ -5941,6 +6073,7 @@
"snoc": 9,
"Arguments": 11,
"list123": 1,
+ "right": 2,
"test_repeat1": 1,
"nil_app": 1,
"rev_snoc": 1,
@@ -5956,6 +6089,7 @@
"tx": 2,
"ty": 7,
"tp": 2,
+ "option": 6,
"xs": 7,
"plus3": 2,
"prod_curry": 3,
@@ -5978,9 +6112,12 @@
"unfold_example_bad": 1,
"plus3.": 1,
"override_eq": 1,
+ "f.": 1,
"override.": 2,
"override_neq": 1,
- "x1.": 1,
+ "x2": 3,
+ "k1": 5,
+ "k2": 4,
"eq.": 11,
"silly4": 1,
"silly5": 1,
@@ -5988,10 +6125,8 @@
"j": 6,
"j.": 1,
"silly6": 1,
- "contra.": 14,
"silly7": 1,
"sillyex2": 1,
- "beq_nat_eq": 1,
"assertion": 3,
"Hl.": 1,
"eq": 4,
@@ -6009,7 +6144,6 @@
"existsb2": 2,
"existsb_correct": 1,
"existsb2.": 1,
- "x0": 8,
"index_okx": 1,
"mumble": 5,
"mumble.": 1,
@@ -6083,7 +6217,6 @@
"rsc_refl": 1,
"rsc_step": 4,
"rsc_R": 2,
- "r.": 2,
"rsc_refl.": 4,
"rsc_trans": 4,
"IHrefl_step_closure": 1,
@@ -6098,12 +6231,8 @@
"SimpleArith0.": 2,
"eval": 8,
"SimpleArith1.": 2,
- "Reserved": 3,
"E_Const": 2,
"E_Plus": 2,
- "n1": 19,
- "n2": 15,
- "where": 5,
"test_step_1": 1,
"ST_Plus1.": 2,
"ST_PlusConstConst.": 3,
@@ -6133,7 +6262,6 @@
"Temp1.": 1,
"Temp2.": 1,
"ST_Funny": 1,
- "H4.": 1,
"Temp3.": 1,
"Temp4.": 2,
"tm_true": 8,
@@ -6159,6 +6287,7 @@
"normalizing": 1,
"IHt2": 3,
"H11": 2,
+ "H12": 2,
"H21": 3,
"H22": 2,
"nf_same_as_value": 3,
@@ -6187,7 +6316,6 @@
"v_abs": 1,
"t_true": 1,
"t_false": 1,
- "Constructors": 2,
"value.": 1,
"ST_App2": 1,
"step_example3": 1,
@@ -6405,6 +6533,8 @@
"this.split": 1,
"return": 4,
"new": 6,
+ "[": 4,
+ "]": 4,
"as": 3,
"int": 2,
"Relationship.valueOf": 2,
@@ -6604,7 +6734,9 @@
"World": 1
},
"INI": {
+ "[": 1,
"user": 1,
+ "]": 1,
"name": 1,
"Josh": 1,
"Peek": 1,
@@ -6618,20 +6750,20 @@
"println": 1
},
"Java": {
- "/*": 85,
- "*/": 86,
+ "/*": 87,
+ "*/": 87,
"package": 5,
"clojure.asm": 1,
- ";": 598,
+ ";": 725,
"import": 66,
"java.lang.reflect.Constructor": 1,
"java.lang.reflect.Method": 1,
- "public": 124,
- "class": 10,
+ "public": 162,
+ "class": 9,
"Type": 42,
- "{": 255,
- "final": 54,
- "static": 91,
+ "{": 330,
+ "final": 66,
+ "static": 112,
"int": 52,
"VOID": 5,
"BOOLEAN": 6,
@@ -6645,9 +6777,9 @@
"ARRAY": 3,
"OBJECT": 3,
"VOID_TYPE": 3,
- "new": 61,
- "(": 724,
- ")": 722,
+ "new": 118,
+ "(": 895,
+ ")": 895,
"BOOLEAN_TYPE": 3,
"CHAR_TYPE": 3,
"BYTE_TYPE": 3,
@@ -6657,25 +6789,27 @@
"LONG_TYPE": 3,
"DOUBLE_TYPE": 3,
"//": 47,
- "private": 35,
+ "private": 56,
"sort": 18,
"char": 13,
+ "[": 49,
+ "]": 49,
"buf": 43,
"off": 25,
"len": 24,
"this.sort": 2,
"this.len": 2,
- "}": 254,
+ "}": 330,
"this.buf": 2,
"this.off": 1,
"getType": 10,
"String": 32,
"typeDescriptor": 1,
- "return": 172,
+ "return": 208,
"typeDescriptor.toCharArray": 1,
"Class": 10,
"c": 21,
- "if": 79,
+ "if": 95,
"c.isPrimitive": 2,
"Integer.TYPE": 2,
"else": 28,
@@ -6691,7 +6825,7 @@
"name": 10,
"l": 5,
"name.length": 2,
- "+": 79,
+ "+": 80,
"name.getChars": 1,
"getArgumentTypes": 2,
"methodDescriptor": 2,
@@ -6704,14 +6838,14 @@
"args": 6,
".len": 1,
"Method": 3,
- "method": 3,
+ "method": 2,
"classes": 2,
"method.getParameterTypes": 1,
"types": 3,
"classes.length": 2,
"for": 15,
"i": 54,
- "-": 12,
+ "-": 11,
"getReturnType": 2,
"methodDescriptor.indexOf": 1,
"method.getReturnType": 1,
@@ -6738,7 +6872,7 @@
"argumentTypes.length": 1,
".getDescriptor": 1,
"returnType.getDescriptor": 1,
- "void": 20,
+ "void": 21,
"c.getName": 1,
"getConstructorDescriptor": 1,
"Constructor": 1,
@@ -6779,7 +6913,7 @@
"t.buf": 1,
"hashCode": 1,
"hc": 4,
- "*": 6,
+ "*": 2,
"toString": 1,
"clojure.lang": 1,
"java.lang.ref.Reference": 1,
@@ -6792,7 +6926,7 @@
"equiv": 17,
"k1": 40,
"k2": 38,
- "null": 43,
+ "null": 75,
"Number": 9,
"&&": 6,
"Numbers.equal": 1,
@@ -6850,7 +6984,7 @@
"entries": 1,
"rq.poll": 2,
"Map.Entry": 1,
- "e": 11,
+ "e": 27,
"cache.entrySet": 1,
"val": 3,
"e.getValue": 1,
@@ -6862,7 +6996,7 @@
"s": 4,
"Throwable": 4,
"sneakyThrow": 1,
- "throw": 2,
+ "throw": 3,
"NullPointerException": 1,
"Util.": 1,
"<RuntimeException>": 1,
@@ -6870,7 +7004,7 @@
"@SuppressWarnings": 1,
"<T>": 1,
"extends": 7,
- "throws": 10,
+ "throws": 11,
"T": 2,
"nokogiri.internals": 1,
"nokogiri.internals.NokogiriHelpers.getNokogiriClass": 1,
@@ -6897,9 +7031,9 @@
"org.w3c.dom.NodeList": 1,
"HtmlDomParserContext": 3,
"XmlDomParserContext": 1,
- "Ruby": 22,
- "runtime": 30,
- "IRubyObject": 14,
+ "Ruby": 43,
+ "runtime": 88,
+ "IRubyObject": 35,
"options": 4,
"super": 5,
"encoding": 2,
@@ -6931,7 +7065,7 @@
"java_encoding": 2,
"setFeature": 4,
"enableDocumentFragment": 1,
- "XmlDocument": 3,
+ "XmlDocument": 8,
"getNewEmptyDocument": 1,
"ThreadContext": 2,
"context": 8,
@@ -6939,12 +7073,12 @@
"getNokogiriClass": 1,
"context.getRuntime": 3,
"wrapDocument": 1,
- "RubyClass": 71,
- "klazz": 34,
+ "RubyClass": 92,
+ "klazz": 107,
"Document": 2,
"document": 5,
- "HtmlDocument": 2,
- "htmlDocument": 3,
+ "HtmlDocument": 7,
+ "htmlDocument": 6,
"NokogiriService.HTML_DOCUMENT_ALLOCATOR.allocate": 1,
"htmlDocument.setDocumentNode": 1,
"ruby_encoding.isNil": 1,
@@ -7043,7 +7177,7 @@
"File": 2,
"root": 4,
"ServletContext": 2,
- "IOException": 7,
+ "IOException": 8,
"InterruptedException": 2,
"ReactorException": 2,
"PluginManager": 1,
@@ -7072,50 +7206,28 @@
"item.getName": 1,
"synchronized": 1,
"doQuietDown": 2,
- "StaplerResponse": 3,
- "rsp": 4,
- "ServletException": 2,
- ".generateResponse": 1,
+ "StaplerResponse": 4,
+ "rsp": 6,
+ "ServletException": 3,
+ ".generateResponse": 2,
"doLogRss": 1,
- "StaplerRequest": 3,
- "req": 4,
- "qs": 2,
+ "StaplerRequest": 4,
+ "req": 6,
+ "qs": 3,
"req.getQueryString": 1,
"rsp.sendRedirect2": 1,
- "value": 7,
- "type": 5,
- "errorText": 6,
- "warningText": 5,
- "number": 2,
- "and": 1,
- ".": 1,
- "@deprecated": 1,
- "as": 1,
- "of": 2,
- ".324": 1,
- "Either": 1,
- "use": 1,
- "client": 1,
- "side": 1,
- "validation": 1,
- "e.g.": 1,
- "or": 1,
- "define": 1,
- "your": 1,
- "own": 1,
- "check": 1,
- "instead": 1,
- "relying": 1,
- "on": 1,
- "generic": 1,
- "one.": 1,
+ "doFieldCheck": 3,
+ "fixEmpty": 8,
+ "req.getParameter": 4,
"FormValidation": 2,
- "doFieldCheck": 1,
"@QueryParameter": 4,
- "fixEmpty": 4,
+ "value": 5,
+ "type": 3,
+ "errorText": 3,
+ "warningText": 3,
"FormValidation.error": 4,
"FormValidation.warning": 1,
- "try": 8,
+ "try": 24,
"type.equalsIgnoreCase": 2,
"NumberFormat.getInstance": 2,
".parse": 2,
@@ -7126,12 +7238,13 @@
"Messages": 1,
"Hudson_NotAPositiveNumber": 1,
"equalsIgnoreCase": 1,
+ "number": 1,
"negative": 1,
"NumberFormat": 1,
"parse": 1,
"floatValue": 1,
"Messages.Hudson_NotANegativeNumber": 1,
- "catch": 8,
+ "catch": 24,
"ParseException": 1,
"Messages.Hudson_NotANumber": 1,
"FormValidation.ok": 1,
@@ -7189,7 +7302,7 @@
"xsltModule": 3,
"createNokogiriModule": 2,
"createSyntaxErrors": 2,
- "xmlNode": 2,
+ "xmlNode": 5,
"createXmlModule": 2,
"createHtmlModule": 2,
"createDocuments": 2,
@@ -7210,20 +7323,20 @@
"xmlSyntaxError.defineAnnotatedMethods": 1,
"XmlSyntaxError.class": 1,
"node": 14,
- "XML_NODE_ALLOCATOR": 1,
+ "XML_NODE_ALLOCATOR": 2,
"node.defineAnnotatedMethods": 1,
"XmlNode.class": 1,
"attr": 1,
- "XML_ATTR_ALLOCATOR": 1,
+ "XML_ATTR_ALLOCATOR": 2,
"attr.defineAnnotatedMethods": 1,
"XmlAttr.class": 1,
"attrDecl": 1,
- "XML_ATTRIBUTE_DECL_ALLOCATOR": 1,
+ "XML_ATTRIBUTE_DECL_ALLOCATOR": 2,
"attrDecl.defineAnnotatedMethods": 1,
"XmlAttributeDecl.class": 1,
"characterData": 3,
"comment": 1,
- "XML_COMMENT_ALLOCATOR": 1,
+ "XML_COMMENT_ALLOCATOR": 2,
"comment.defineAnnotatedMethods": 1,
"XmlComment.class": 1,
"text": 2,
@@ -7231,30 +7344,30 @@
"text.defineAnnotatedMethods": 1,
"XmlText.class": 1,
"cdata": 1,
- "XML_CDATA_ALLOCATOR": 1,
+ "XML_CDATA_ALLOCATOR": 2,
"cdata.defineAnnotatedMethods": 1,
"XmlCdata.class": 1,
"dtd": 1,
- "XML_DTD_ALLOCATOR": 1,
+ "XML_DTD_ALLOCATOR": 2,
"dtd.defineAnnotatedMethods": 1,
"XmlDtd.class": 1,
"documentFragment": 1,
- "XML_DOCUMENT_FRAGMENT_ALLOCATOR": 1,
+ "XML_DOCUMENT_FRAGMENT_ALLOCATOR": 2,
"documentFragment.defineAnnotatedMethods": 1,
"XmlDocumentFragment.class": 1,
- "XML_ELEMENT_ALLOCATOR": 1,
+ "XML_ELEMENT_ALLOCATOR": 2,
"element.defineAnnotatedMethods": 1,
"XmlElement.class": 1,
"elementContent": 1,
- "XML_ELEMENT_CONTENT_ALLOCATOR": 1,
+ "XML_ELEMENT_CONTENT_ALLOCATOR": 2,
"elementContent.defineAnnotatedMethods": 1,
"XmlElementContent.class": 1,
"elementDecl": 1,
- "XML_ELEMENT_DECL_ALLOCATOR": 1,
+ "XML_ELEMENT_DECL_ALLOCATOR": 2,
"elementDecl.defineAnnotatedMethods": 1,
"XmlElementDecl.class": 1,
"entityDecl": 1,
- "XML_ENTITY_DECL_ALLOCATOR": 1,
+ "XML_ENTITY_DECL_ALLOCATOR": 2,
"entityDecl.defineAnnotatedMethods": 1,
"XmlEntityDecl.class": 1,
"entityDecl.defineConstant": 6,
@@ -7266,23 +7379,23 @@
"XmlEntityDecl.EXTERNAL_PARAMETER": 1,
"XmlEntityDecl.INTERNAL_PREDEFINED": 1,
"entref": 1,
- "XML_ENTITY_REFERENCE_ALLOCATOR": 1,
+ "XML_ENTITY_REFERENCE_ALLOCATOR": 2,
"entref.defineAnnotatedMethods": 1,
"XmlEntityReference.class": 1,
"namespace": 1,
- "XML_NAMESPACE_ALLOCATOR": 1,
+ "XML_NAMESPACE_ALLOCATOR": 2,
"namespace.defineAnnotatedMethods": 1,
"XmlNamespace.class": 1,
"nodeSet": 1,
- "XML_NODESET_ALLOCATOR": 1,
+ "XML_NODESET_ALLOCATOR": 2,
"nodeSet.defineAnnotatedMethods": 1,
"XmlNodeSet.class": 1,
"pi": 1,
- "XML_PROCESSING_INSTRUCTION_ALLOCATOR": 1,
+ "XML_PROCESSING_INSTRUCTION_ALLOCATOR": 2,
"pi.defineAnnotatedMethods": 1,
"XmlProcessingInstruction.class": 1,
"reader": 1,
- "XML_READER_ALLOCATOR": 1,
+ "XML_READER_ALLOCATOR": 2,
"reader.defineAnnotatedMethods": 1,
"XmlReader.class": 1,
"schema": 2,
@@ -7299,21 +7412,21 @@
"XmlXpathContext.class": 1,
"htmlElemDesc": 1,
"htmlModule.defineClassUnder": 3,
- "HTML_ELEMENT_DESCRIPTION_ALLOCATOR": 1,
+ "HTML_ELEMENT_DESCRIPTION_ALLOCATOR": 2,
"htmlElemDesc.defineAnnotatedMethods": 1,
"HtmlElementDescription.class": 1,
"htmlEntityLookup": 1,
- "HTML_ENTITY_LOOKUP_ALLOCATOR": 1,
+ "HTML_ENTITY_LOOKUP_ALLOCATOR": 2,
"htmlEntityLookup.defineAnnotatedMethods": 1,
"HtmlEntityLookup.class": 1,
- "xmlDocument": 2,
- "XML_DOCUMENT_ALLOCATOR": 1,
+ "xmlDocument": 5,
+ "XML_DOCUMENT_ALLOCATOR": 2,
"xmlDocument.defineAnnotatedMethods": 1,
"XmlDocument.class": 1,
"//RubyModule": 1,
"htmlDoc": 1,
"html.defineOrGetClassUnder": 1,
- "HTML_DOCUMENT_ALLOCATOR": 1,
+ "HTML_DOCUMENT_ALLOCATOR": 2,
"htmlDocument.defineAnnotatedMethods": 1,
"HtmlDocument.class": 1,
"xmlSaxParserContext": 5,
@@ -7325,9 +7438,9 @@
"XML_SAXPUSHPARSER_ALLOCATOR": 2,
"xmlSaxPushParser.defineAnnotatedMethods": 1,
"XmlSaxPushParser.class": 1,
- "htmlSaxParserContext": 1,
+ "htmlSaxParserContext": 4,
"htmlSaxModule.defineClassUnder": 1,
- "HTML_SAXPARSER_CONTEXT_ALLOCATOR": 1,
+ "HTML_SAXPARSER_CONTEXT_ALLOCATOR": 2,
"htmlSaxParserContext.defineAnnotatedMethods": 1,
"HtmlSaxParserContext.class": 1,
"stylesheet": 1,
@@ -7336,17 +7449,64 @@
"stylesheet.defineAnnotatedMethods": 1,
"XsltStylesheet.class": 2,
"xsltModule.defineAnnotatedMethod": 1,
- "ObjectAllocator": 18,
- "allocate": 9,
+ "ObjectAllocator": 60,
+ "allocate": 30,
"EncodingHandler": 1,
- "not": 1,
- "implemented": 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,
- "clone": 14,
"xmlRelaxng.clone": 1,
- "clone.setMetaClass": 7,
- "CloneNotSupportedException": 7,
"XmlSaxParserContext": 5,
"xmlSaxParserContext.clone": 1,
"XmlSaxPushParser": 1,
@@ -7366,108 +7526,110 @@
"xsltStylesheet.clone": 1
},
"JavaScript": {
- "/*": 80,
- "*/": 87,
- "function": 345,
- "(": 2299,
- ")": 2318,
- "{": 875,
- ";": 1632,
- "//": 637,
- "var": 306,
+ "/*": 134,
+ "*/": 138,
+ "function": 2319,
+ "(": 18005,
+ ")": 18021,
+ "{": 6174,
+ ";": 8412,
+ "//": 2853,
+ "var": 1528,
"Modal": 2,
- "content": 9,
- "options": 27,
- "this.options": 1,
+ "content": 5,
+ "options": 112,
+ "this.options": 10,
"this.": 2,
- "element": 6,
- ".delegate": 1,
+ "element": 10,
+ ".delegate": 2,
".proxy": 1,
"this.hide": 1,
- "this": 79,
- "}": 872,
+ "this": 1045,
+ "}": 6180,
"Modal.prototype": 1,
- "constructor": 9,
- "toggle": 18,
- "return": 259,
+ "constructor": 4,
+ "toggle": 16,
+ "return": 1873,
+ "[": 3090,
"this.isShown": 3,
- "show": 21,
+ "]": 3086,
+ "show": 16,
"that": 4,
- "e": 47,
+ "e": 945,
".Event": 1,
"element.trigger": 1,
- "if": 370,
- "||": 88,
- "e.isDefaultPrevented": 1,
- ".addClass": 1,
- "true": 51,
+ "if": 2562,
+ "||": 1418,
+ "e.isDefaultPrevented": 4,
+ ".addClass": 2,
+ "true": 391,
"escape.call": 1,
"backdrop.call": 1,
- "transition": 2,
+ "transition": 1,
".support.transition": 1,
- "&&": 114,
+ "&&": 1764,
"that.": 3,
"element.hasClass": 1,
"element.parent": 1,
- ".length": 9,
+ ".length": 55,
"element.appendTo": 1,
- "document.body": 4,
+ "document.body": 12,
"//don": 1,
- "in": 36,
+ "in": 245,
"shown": 2,
- "hide": 22,
- "body": 26,
+ "hide": 14,
+ "body": 52,
"modal": 4,
- "-": 311,
- "open": 1,
+ "-": 1121,
+ "open": 4,
"fade": 4,
- "hidden": 34,
- "<div>": 24,
- "class=": 13,
- "static": 12,
+ "hidden": 22,
+ "<div>": 4,
+ "class=": 7,
+ "static": 2,
"keyup.dismiss.modal": 2,
- "object": 86,
- "string": 140,
+ "object": 65,
+ "string": 29,
"click.modal.data": 1,
"api": 1,
- "data": 25,
- "target": 5,
- "href": 19,
+ "data": 316,
+ "target": 64,
+ "href": 13,
".extend": 1,
"target.data": 1,
- "this.data": 1,
- "e.preventDefault": 1,
+ "this.data": 5,
+ "e.preventDefault": 5,
"target.modal": 1,
- "option": 13,
- "window.jQuery": 4,
+ "option": 18,
+ "window.jQuery": 9,
"Animal": 12,
"Horse": 12,
"Snake": 12,
"sam": 4,
"tom": 4,
"__hasProp": 2,
- "Object.prototype.hasOwnProperty": 2,
+ "Object.prototype.hasOwnProperty": 7,
"__extends": 6,
- "child": 15,
- "parent": 14,
- "for": 33,
- "key": 28,
+ "child": 17,
+ "parent": 60,
+ "for": 449,
+ "key": 146,
"__hasProp.call": 2,
"ctor": 6,
- "this.constructor": 3,
+ "this.constructor": 11,
"ctor.prototype": 3,
"parent.prototype": 6,
"child.prototype": 4,
- "new": 49,
+ "new": 524,
"child.__super__": 3,
- "name": 109,
- "this.name": 5,
+ "name": 562,
+ "this.name": 12,
"Animal.prototype.move": 2,
"meters": 4,
"alert": 9,
- "+": 329,
+ "+": 2231,
"Snake.__super__.constructor.apply": 2,
- "arguments": 21,
+ "arguments": 138,
"Snake.prototype.move": 2,
"Snake.__super__.move.call": 2,
"Horse.__super__.constructor.apply": 2,
@@ -7475,7 +7637,7 @@
"Horse.__super__.move.call": 2,
"sam.move": 2,
"tom.move": 2,
- ".call": 7,
+ ".call": 12,
".hasOwnProperty": 2,
"Animal.name": 1,
"_super": 4,
@@ -7483,137 +7645,94 @@
"Horse.name": 1,
"console.log": 2,
"util": 1,
- "require": 7,
+ "require": 8,
"net": 1,
"stream": 1,
- "url": 11,
+ "url": 77,
"EventEmitter": 3,
".EventEmitter": 1,
- "FreeList": 1,
+ "FreeList": 2,
".FreeList": 1,
- "HTTPParser": 1,
+ "HTTPParser": 2,
"process.binding": 1,
".HTTPParser": 1,
- "assert": 7,
+ "assert": 9,
".ok": 1,
- "END_OF_FILE": 1,
+ "END_OF_FILE": 3,
"debug": 17,
"process.env.NODE_DEBUG": 2,
"/http/.test": 1,
- "x": 21,
- "console.error": 2,
- "else": 119,
- "parserOnHeaders": 1,
- "headers": 27,
+ "x": 33,
+ "console.error": 3,
+ "else": 595,
+ "parserOnHeaders": 2,
+ "headers": 55,
"this.maxHeaderPairs": 2,
- "<": 43,
+ "<": 393,
"this._headers.length": 1,
"this._headers": 13,
"this._headers.concat": 1,
"this._url": 1,
- "parserOnHeadersComplete": 1,
+ "parserOnHeadersComplete": 2,
"info": 1,
- "parser": 28,
+ "parser": 30,
"info.headers": 1,
"info.url": 1,
- "parser._headers": 5,
- "parser._url": 3,
- ".": 80,
- "re": 6,
- "no": 7,
- "limit": 1,
+ "parser._headers": 6,
+ "parser._url": 4,
+ "parser.incoming": 11,
+ "IncomingMessage": 4,
+ "parser.socket": 6,
+ "parser.incoming.httpVersionMajor": 1,
+ "info.versionMajor": 2,
+ "parser.incoming.httpVersionMinor": 1,
+ "info.versionMinor": 2,
+ "parser.incoming.httpVersion": 1,
+ "parser.incoming.url": 1,
+ "n": 1643,
+ "headers.length": 2,
"parser.maxHeaderPairs": 6,
- "n": 106,
- "Math.min": 2,
- "i": 155,
- "k": 15,
- "v": 9,
+ "Math.min": 9,
+ "i": 1880,
+ "k": 375,
+ "v": 220,
"parser.incoming._addHeaderLine": 2,
"info.method": 2,
"parser.incoming.method": 1,
"parser.incoming.statusCode": 2,
"info.statusCode": 1,
- "parser.incoming.upgrade": 3,
+ "parser.incoming.upgrade": 4,
"info.upgrade": 2,
"skipBody": 3,
- "false": 53,
+ "false": 286,
"parser.onIncoming": 4,
- "parser.incoming": 10,
"info.shouldKeepAlive": 1,
- "parserOnBody": 1,
- "b": 17,
- "start": 12,
- "len": 11,
- "slice": 10,
+ "parserOnBody": 2,
+ "b": 1056,
+ "start": 35,
+ "len": 27,
+ "slice": 13,
"b.slice": 1,
- "parser.incoming._paused": 1,
- "parser.incoming._pendings.length": 1,
- "parser.incoming._pendings.push": 1,
+ "parser.incoming._paused": 2,
+ "parser.incoming._pendings.length": 2,
+ "parser.incoming._pendings.push": 2,
"parser.incoming._emitData": 1,
- "parserOnMessageComplete": 1,
+ "parserOnMessageComplete": 2,
"parser.incoming.complete": 2,
- "headers.length": 1,
- "parsers": 1,
- "r": 69,
- "Continue": 1,
- "Switching": 1,
- "Protocols": 1,
- "Processing": 1,
- "OK": 2,
- "Created": 1,
- "Accepted": 1,
- "Non": 1,
- "Authoritative": 1,
- "Information": 1,
- "No": 7,
- "Content": 6,
- "Reset": 1,
- "Partial": 1,
- "Multi": 1,
- "Status": 1,
- "Multiple": 1,
- "Choices": 1,
- "Moved": 2,
- "Permanently": 1,
- "Temporarily": 1,
- "See": 1,
- "Other": 1,
- "Not": 5,
- "Modified": 7,
- "Use": 1,
- "Proxy": 2,
- "Temporary": 1,
- "Redirect": 1,
- "Bad": 1,
- "Request": 4,
- "Unauthorized": 1,
- "Payment": 1,
- "Required": 3,
- "Forbidden": 1,
- "Found": 1,
- "Method": 1,
- "Allowed": 1,
- "Acceptable": 1,
- "Authentication": 1,
- "Time": 1,
- "out": 4,
- "Conflict": 1,
- "Gone": 1,
- "Length": 1,
- "Precondition": 1,
- "Failed": 2,
- "Entity": 1,
- "Too": 2,
- "Large": 2,
- "URI": 1,
- "Unsupported": 1,
- "Media": 1,
- "Type": 4,
- "Requested": 7,
- "Range": 1,
- "Satisfiable": 1,
- "Expectation": 1,
- "I": 1,
+ "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,
"connectionExpression": 1,
"/Connection/i": 1,
"transferEncodingExpression": 1,
@@ -7631,148 +7750,185 @@
"expectExpression": 1,
"/Expect/i": 1,
"continueExpression": 1,
- "/100": 1,
+ "/100": 2,
"continue/i": 1,
"dateCache": 5,
- "utcDate": 1,
- "d": 259,
- "Date": 5,
+ "utcDate": 2,
+ "d": 845,
+ "Date": 11,
"d.toUTCString": 1,
- "setTimeout": 2,
- "undefined": 87,
+ "setTimeout": 29,
+ "undefined": 569,
"d.getMilliseconds": 1,
- "IncomingMessage": 1,
"socket": 32,
- "stream.Stream.call": 1,
- "this.socket": 8,
- "this.connection": 6,
+ "stream.Stream.call": 2,
+ "this.socket": 10,
+ "this.connection": 8,
"this.httpVersion": 1,
- "null": 158,
- "this.complete": 1,
- "this.headers": 1,
- "this.trailers": 1,
+ "null": 630,
+ "this.complete": 2,
+ "this.headers": 2,
+ "this.trailers": 2,
"this.readable": 1,
- "this._paused": 1,
+ "this._paused": 3,
"this._pendings": 1,
- "this._endEmitted": 1,
+ "this._endEmitted": 3,
"this.url": 1,
- "string_decoder": 1,
- "end": 11,
- "set": 21,
- "cookie": 2,
- "accept": 4,
- "charset": 2,
- "encoding": 12,
- "language": 1,
- "connection": 1,
- "pragma": 1,
- "link": 5,
- "www": 6,
- "authenticate": 1,
- "sec": 2,
- "websocket": 2,
- "extensions": 1,
- "protocol": 1,
- "ascii": 1,
- "GET": 12,
- "/index.html": 1,
- "HTTP/1.1": 2,
- "Connection": 2,
- "keep": 1,
- "alive": 1,
- "close": 1,
- "Transfer": 1,
- "Encoding": 1,
- "chunked": 1,
- "t": 83,
- "the": 8,
- "at": 1,
- "of": 4,
- "message.": 1,
- "this.chunkedEncoding": 4,
- "this._header": 6,
- "messageHeader": 1,
- "CRLF": 9,
- "this._headerSent": 2,
- "sentExpect": 1,
+ "this.method": 2,
+ "this.statusCode": 3,
+ "this.client": 1,
+ "util.inherits": 7,
+ "stream.Stream": 2,
+ "exports.IncomingMessage": 1,
+ "IncomingMessage.prototype.destroy": 1,
+ "error": 31,
+ "this.socket.destroy": 3,
+ "IncomingMessage.prototype.setEncoding": 1,
+ "encoding": 25,
+ "StringDecoder": 2,
+ ".StringDecoder": 1,
+ "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": 110,
+ "this._pendings.length": 1,
+ "self": 46,
+ "process.nextTick": 2,
+ "while": 102,
+ "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": 43,
+ "value": 381,
+ "dest": 20,
+ "field.toLowerCase": 1,
+ "switch": 46,
+ "case": 200,
+ ".push": 3,
+ "break": 200,
+ "default": 29,
+ "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": 259,
+ "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": 942,
+ "this.output.shift": 2,
+ "this.outputEncodings.shift": 2,
+ "this.connection.write": 4,
+ "OutgoingMessage.prototype._buffer": 1,
+ "length": 111,
+ "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": 10,
+ "Object.keys": 5,
+ "isArray": 16,
+ "Array.isArray": 9,
+ "l": 558,
+ "keys.length": 5,
+ "j": 366,
+ "value.length": 3,
+ "shouldSendKeepAlive": 2,
+ "this.agent": 2,
"this._send": 8,
- "and": 3,
- "value": 40,
- "are": 2,
- "required": 1,
- "setHeader": 1,
- "Can": 2,
- "name.toLowerCase": 7,
+ "OutgoingMessage.prototype.setHeader": 1,
+ "arguments.length": 44,
+ "throw": 26,
+ "Error": 16,
+ "name.toLowerCase": 14,
"this._headerNames": 5,
"OutgoingMessage.prototype.getHeader": 1,
- "arguments.length": 4,
- "throw": 16,
- "Error": 15,
"OutgoingMessage.prototype.removeHeader": 1,
- "delete": 8,
+ "delete": 58,
"OutgoingMessage.prototype._renderHeaders": 1,
- "keys": 6,
- "Object.keys": 3,
- "l": 23,
- "keys.length": 3,
"OutgoingMessage.prototype.write": 1,
- "chunk": 10,
- "this._implicitHeader": 1,
- "this._hasBody": 3,
- "typeof": 20,
- "Buffer.isBuffer": 1,
+ "this._implicitHeader": 2,
"TypeError": 2,
"chunk.length": 2,
- "ret": 53,
+ "ret": 310,
"Buffer.byteLength": 2,
"len.toString": 2,
"OutgoingMessage.prototype.addTrailers": 1,
- "this._trailer": 3,
- "This": 1,
- "type": 29,
- "response": 1,
- "MUST": 1,
- "NOT": 1,
- "have": 1,
- "a": 39,
- "body.": 1,
- "Ignoring": 1,
- "passed": 2,
- "to": 11,
- "doing": 1,
- ".toString": 3,
- "this.connection.write": 2,
+ "OutgoingMessage.prototype.end": 1,
+ "hot": 3,
+ ".toString": 4,
"this.write": 1,
- "hot": 1,
- "ve": 1,
- "sent": 1,
- "this.output.length": 2,
- "this.connection._httpMessage": 1,
"this._finish": 2,
"OutgoingMessage.prototype._finish": 1,
- "instanceof": 10,
+ "instanceof": 26,
"ServerResponse": 5,
"DTRACE_HTTP_SERVER_RESPONSE": 1,
"ClientRequest": 6,
"DTRACE_HTTP_CLIENT_REQUEST": 1,
- "this.emit": 2,
"OutgoingMessage.prototype._flush": 1,
- "while": 10,
"this.socket.writable": 2,
- "this.output.shift": 1,
- "this.outputEncodings.shift": 1,
"this.socket.write": 1,
- "this.finished": 1,
"req": 36,
"OutgoingMessage.call": 2,
"req.method": 5,
- "this.sendDate": 1,
"req.httpVersionMajor": 2,
"req.httpVersionMinor": 2,
- "this.useChunkedEncodingByDefault": 1,
- "this.shouldKeepAlive": 2,
- "util.inherits": 5,
- "OutgoingMessage": 2,
"exports.ServerResponse": 1,
"ServerResponse.prototype.statusCode": 1,
"onServerResponseClose": 3,
@@ -7784,20 +7940,15 @@
"ServerResponse.prototype.detachSocket": 1,
"socket.removeListener": 7,
"ServerResponse.prototype.writeContinue": 1,
- "this._writeRaw": 1,
"this._sent100": 2,
"ServerResponse.prototype._implicitHeader": 1,
"this.writeHead": 1,
- "this.statusCode": 2,
"ServerResponse.prototype.writeHead": 1,
- "statusCode": 7,
+ "statusCode": 17,
"reasonPhrase": 4,
"headerIndex": 4,
- "STATUS_CODES": 1,
- "obj": 16,
+ "obj": 102,
"this._renderHeaders": 3,
- "Array.isArray": 3,
- "field": 5,
"obj.length": 1,
"obj.push": 1,
"statusLine": 2,
@@ -7807,7 +7958,6 @@
"ServerResponse.prototype.writeHeader": 1,
"this.writeHead.apply": 1,
"Agent": 5,
- "self": 13,
"self.options": 2,
"self.requests": 6,
"self.sockets": 3,
@@ -7831,29 +7981,28 @@
"req.onSocket": 1,
"this.createSocket": 2,
"this.requests": 5,
- ".push": 2,
"Agent.prototype.createSocket": 1,
"util._extend": 1,
"options.port": 4,
"options.host": 4,
"options.localAddress": 3,
- "s": 44,
+ "s": 561,
"onFree": 3,
"self.emit": 9,
"s.on": 4,
"onClose": 3,
- "err": 3,
+ "err": 5,
"self.removeSocket": 2,
"onRemove": 3,
"s.removeListener": 3,
"Agent.prototype.removeSocket": 1,
- "index": 3,
- ".indexOf": 1,
- ".splice": 1,
+ "index": 39,
+ ".indexOf": 12,
+ ".splice": 5,
".emit": 1,
"globalAgent": 3,
"exports.globalAgent": 1,
- "cb": 14,
+ "cb": 17,
"self.agent": 3,
"options.agent": 3,
"defaultPort": 3,
@@ -7863,10 +8012,10 @@
"setHost": 2,
"self.socketPath": 4,
"options.socketPath": 1,
- "method": 25,
+ "method": 52,
"self.method": 3,
"options.method": 2,
- ".toUpperCase": 2,
+ ".toUpperCase": 3,
"self.path": 3,
"options.path": 2,
"self.once": 2,
@@ -7883,8 +8032,6 @@
"self._storeHeader": 2,
"self.getHeader": 1,
"self._renderHeaders": 1,
- "self._last": 3,
- "self.shouldKeepAlive": 3,
"options.createConnection": 4,
"self.onSocket": 3,
"self.agent.addRequest": 1,
@@ -7893,16 +8040,12 @@
"self._flush": 1,
"exports.ClientRequest": 1,
"ClientRequest.prototype._implicitHeader": 1,
- "this.method": 1,
"this.path": 1,
"ClientRequest.prototype.abort": 1,
- "this.socket.destroy": 1,
"this._deferToConnect": 3,
"createHangUpError": 3,
- "error": 13,
"error.code": 1,
"freeParser": 9,
- "parser.socket": 5,
"parser.socket.onend": 1,
"parser.socket.ondata": 1,
"parser.socket.parser": 1,
@@ -7914,7 +8057,7 @@
"req.res": 9,
"req.res.readable": 1,
"req.res.emit": 1,
- "res": 15,
+ "res": 16,
"req.res._emitPending": 1,
"res._emitEnd": 1,
"res.emit": 1,
@@ -7927,13 +8070,14 @@
"this._httpMessage": 3,
"this.parser": 2,
"socketOnData": 2,
+ "end": 26,
"parser.execute": 2,
"bytesParsed": 4,
"socket.ondata": 4,
"socket.onend": 4,
"bodyHead": 4,
"d.slice": 2,
- "eventName": 14,
+ "eventName": 30,
"req.listeners": 1,
"req.upgradeOrConnect": 2,
"socket.emit": 2,
@@ -7951,24 +8095,22 @@
"socket.writable": 4,
"socket.destroySoon": 2,
"ClientRequest.prototype.onSocket": 1,
- "process.nextTick": 1,
"parsers.alloc": 2,
"req.connection": 1,
"parser.reinitialize": 2,
"HTTPParser.RESPONSE": 1,
"httpSocketSetup": 3,
"req.maxHeadersCount": 2,
- "<<": 2,
+ "<<": 5,
"ClientRequest.prototype._deferToConnect": 1,
"arguments_": 3,
"onSocket": 3,
"self.socket.writable": 1,
"self.socket": 5,
- ".apply": 3,
+ ".apply": 11,
"self.socket.once": 1,
"ClientRequest.prototype.setTimeout": 1,
"msecs": 4,
- "callback": 8,
"this.once": 2,
"emitTimeout": 4,
"this.socket.setTimeout": 1,
@@ -8001,9 +8143,8 @@
"incoming.shift": 2,
"serverSocketCloseListener": 3,
"socket.setTimeout": 1,
- "*": 144,
+ "*": 118,
"socket.once": 1,
- "HTTPParser.REQUEST": 1,
"this.maxHeadersCount": 2,
"socket.addListener": 2,
"self.listeners": 2,
@@ -8019,7 +8160,7 @@
"res.assignSocket": 1,
"res.detachSocket": 1,
"res._last": 1,
- "m": 8,
+ "m": 88,
"outgoing.shift": 1,
"m.assignSocket": 1,
"req.headers": 2,
@@ -8030,29 +8171,27 @@
"Client": 6,
"this.host": 1,
"this.port": 1,
- "this.agent": 1,
"maxSockets": 1,
"Client.prototype.request": 1,
"path": 4,
"self.host": 1,
"self.port": 1,
- "c": 13,
"c.on": 2,
"exports.Client": 1,
"module.deprecate": 2,
"exports.createClient": 1,
"cubes": 4,
- "list": 6,
+ "list": 32,
"math": 4,
- "num": 12,
- "number": 40,
+ "num": 43,
+ "number": 16,
"opposite": 6,
"race": 4,
- "square": 22,
+ "square": 10,
"__slice": 2,
- "Array.prototype.slice": 2,
- "root": 2,
- "Math.sqrt": 2,
+ "Array.prototype.slice": 8,
+ "root": 11,
+ "Math.sqrt": 9,
"cube": 2,
"runners": 6,
"winner": 6,
@@ -8062,738 +8201,4057 @@
"_i": 10,
"_len": 6,
"_results": 6,
- "list.length": 2,
+ "list.length": 10,
"_results.push": 2,
"math.cube": 2,
- ".slice": 2,
- "A": 2,
- "w": 12,
- "ma": 2,
- "c.isReady": 1,
- "try": 7,
- "s.documentElement.doScroll": 1,
- "catch": 5,
- "c.ready": 1,
+ ".slice": 8,
+ "A": 15,
+ "w": 188,
+ "ma": 3,
+ "c.isReady": 4,
+ "try": 72,
+ "s.documentElement.doScroll": 2,
+ "catch": 69,
+ "a": 1564,
+ "c.ready": 7,
"Qa": 1,
- "b.src": 2,
+ "b.src": 4,
"c.ajax": 1,
- "async": 4,
- "dataType": 2,
+ "async": 11,
+ "dataType": 34,
"c.globalEval": 1,
- "b.text": 1,
- "b.textContent": 1,
- "b.innerHTML": 1,
- "events": 16,
- "click": 8,
- "mouseenter": 7,
- "mouseleave": 7,
- "live.": 3,
- "&": 22,
- "scrollTo": 2,
- ".4.2": 1,
- "find": 9,
- "boolean": 18,
- "ready": 7,
- "complete": 8,
- "DOMContentLoaded": 9,
- "load": 6,
- "onreadystatechange": 8,
- "onload": 4,
- "Function": 4,
- "Array": 13,
- "Object": 5,
- "isPrototypeOf": 4,
- "/bfnrt": 3,
- "|": 90,
- "u": 43,
- "fA": 4,
- "F": 6,
- "/g": 18,
- ".replace": 10,
- "/": 96,
- "Invalid": 9,
- "JSON": 7,
- "head": 5,
- "script": 39,
- "text/javascript": 10,
- "div": 53,
- "none": 33,
- "<link/>": 4,
- "<table>": 29,
- "</table>": 27,
- "<a>": 12,
- "href=": 8,
- "style=": 15,
- "</a>": 8,
- "<input>": 5,
- "type=": 5,
- "tbody": 13,
- "style": 8,
- "/a": 4,
- "input": 49,
- "on": 23,
- "select": 16,
- "window.": 4,
- "onclick": 11,
- "name=": 5,
- "checked=": 1,
- "px": 122,
- "submit": 11,
- "change": 16,
- "htmlFor": 1,
- "class": 18,
- "className": 4,
- "readOnly": 1,
- "maxLength": 1,
- "cellSpacing": 1,
- "rowSpan": 1,
- "colSpan": 1,
- "tabIndex": 5,
- "useMap": 1,
- "frameBorder": 1,
- "jQuery": 12,
- "getData": 6,
- "setData": 6,
- "fx": 40,
- "queue": 21,
- "inprogress": 12,
+ "b.text": 3,
+ "b.textContent": 2,
+ "b.innerHTML": 3,
+ "b.parentNode": 4,
+ "b.parentNode.removeChild": 2,
+ "X": 6,
+ "f": 994,
+ "a.length": 23,
+ "o": 566,
+ "c.isFunction": 9,
+ "d.call": 3,
+ "J": 5,
+ ".getTime": 4,
+ "Y": 3,
+ "Z": 9,
+ "na": 1,
+ ".type": 3,
+ "c.event.handle.apply": 1,
+ "oa": 1,
+ "r": 478,
+ "c.data": 12,
+ "a.liveFired": 4,
+ "i.live": 1,
+ "a.button": 2,
+ "a.type": 14,
+ "u": 618,
+ "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": 8,
+ "a.currentTarget": 4,
+ "j.length": 2,
+ ".selector": 1,
+ ".elem": 3,
+ "i.preType": 2,
+ "a.relatedTarget": 2,
+ "d.push": 1,
+ "elem": 993,
+ "handleObj": 37,
+ "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,
+ "/": 479,
+ "./g": 3,
+ ".replace": 76,
+ "/g": 51,
+ "qa": 1,
+ "a.parentNode": 6,
+ "a.parentNode.nodeType": 2,
+ "ra": 1,
+ "b.each": 1,
+ "this.nodeName": 12,
+ ".nodeName": 4,
+ "f.events": 1,
+ "e.handle": 2,
+ "e.events": 2,
+ "c.event.add": 1,
+ ".data": 8,
+ "sa": 2,
+ ".ownerDocument": 13,
+ "ta.test": 1,
+ "c.support.checkClone": 2,
+ "ua.test": 1,
+ "c.fragments": 2,
+ "b.createDocumentFragment": 1,
+ "c.clean": 1,
+ "fragment": 61,
+ "cacheable": 12,
+ "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,
+ "|": 343,
+ "#": 23,
+ "Ua": 1,
+ ".": 67,
+ "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": 6,
+ "aa": 1,
+ "ba": 3,
+ "Array.prototype.push": 4,
+ "R": 2,
+ "ya": 2,
+ "Array.prototype.indexOf": 4,
+ "c.fn": 2,
+ "c.prototype": 1,
+ "init": 6,
+ "this.context": 30,
+ "this.length": 78,
+ "s.body": 2,
+ "this.selector": 29,
+ "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": 4,
+ "c.merge": 4,
+ "s.getElementById": 1,
+ "b.id": 1,
+ "T.find": 1,
+ "/.test": 26,
+ "s.getElementsByTagName": 2,
+ "b.jquery": 1,
+ ".find": 13,
+ "T.ready": 1,
+ "a.selector": 4,
+ "a.context": 2,
+ "c.makeArray": 3,
+ "selector": 241,
+ "jquery": 5,
+ "size": 15,
+ "toArray": 4,
+ "R.call": 2,
+ "get": 48,
+ "this.toArray": 7,
+ "this.slice": 9,
+ "pushStack": 6,
+ "c.isArray": 5,
+ "ba.apply": 1,
+ "f.prevObject": 1,
+ "f.context": 1,
+ "f.selector": 2,
+ "each": 18,
+ "ready": 13,
+ "c.bindReady": 1,
+ "a.call": 17,
+ "Q.push": 1,
+ "eq": 6,
+ "first": 44,
+ "this.eq": 8,
+ "last": 15,
+ "this.pushStack": 36,
+ "R.apply": 1,
+ ".join": 22,
+ "map": 21,
+ "c.map": 1,
+ "this.prevObject": 7,
+ "push": 11,
+ "sort": 4,
+ ".sort": 12,
+ "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": 22,
+ "isPlainObject": 6,
+ "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*": 14,
+ "eE": 4,
+ "s*": 19,
+ "A.JSON": 1,
+ "A.JSON.parse": 2,
+ "Function": 5,
+ "c.error": 2,
+ "noop": 5,
+ "globalEval": 4,
+ "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": 52,
+ "a.nodeName": 12,
+ "a.nodeName.toUpperCase": 2,
+ "b.toUpperCase": 3,
+ "b.apply": 2,
+ "b.call": 4,
+ "trim": 9,
+ "makeArray": 11,
+ "ba.call": 1,
+ "inArray": 7,
+ "b.indexOf": 2,
+ "b.length": 12,
+ "merge": 4,
+ "grep": 8,
+ "f.length": 5,
+ "f.concat.apply": 1,
+ "guid": 16,
+ "proxy": 11,
+ "a.apply": 2,
+ "b.guid": 2,
+ "a.guid": 7,
+ "c.guid": 1,
+ "uaMatch": 4,
+ "a.toLowerCase": 4,
+ "webkit": 4,
+ "w.": 17,
+ "/.exec": 6,
+ "opera": 4,
+ ".*version": 4,
+ "msie": 4,
+ "/compatible/.test": 1,
+ "mozilla": 4,
+ ".*": 20,
+ "rv": 4,
+ "browser": 9,
+ "version": 6,
+ "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": 4,
+ "d.firstChild.nodeType": 1,
+ "tbody": 17,
+ "htmlSerialize": 4,
+ "style": 48,
+ "/red/.test": 1,
+ "j.getAttribute": 2,
+ "hrefNormalized": 4,
+ "opacity": 30,
+ "j.style.opacity": 1,
+ "cssFloat": 4,
+ "j.style.cssFloat": 1,
+ "checkOn": 5,
+ ".value": 3,
+ "optSelected": 4,
+ ".appendChild": 2,
+ ".selected": 1,
+ "parentNode": 10,
+ "d.removeChild": 1,
+ ".parentNode": 19,
+ "deleteExpando": 8,
+ "checkClone": 1,
+ "scriptEval": 1,
+ "noCloneEvent": 4,
+ "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": 4,
+ "s.createDocumentFragment": 1,
+ "a.appendChild": 3,
+ "d.firstChild": 2,
+ "a.cloneNode": 3,
+ ".cloneNode": 7,
+ ".lastChild.checked": 4,
+ "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": 9,
+ "n.setAttribute": 1,
+ "c.support.submitBubbles": 1,
+ "c.support.changeBubbles": 1,
+ "c.props": 2,
+ "readonly": 7,
+ "maxlength": 4,
+ "cellspacing": 4,
+ "rowspan": 4,
+ "colspan": 4,
+ "tabindex": 6,
+ "usemap": 4,
+ "frameborder": 4,
+ "G": 11,
+ "Ya": 2,
+ "za": 3,
+ "cache": 66,
+ "expando": 12,
+ "noData": 4,
+ "embed": 5,
+ "applet": 2,
+ "c.noData": 2,
+ "a.nodeName.toLowerCase": 3,
+ "c.cache": 2,
+ "removeData": 9,
+ "c.isEmptyObject": 1,
+ "c.removeData": 2,
+ "c.expando": 2,
+ "a.removeAttribute": 3,
+ "this.each": 94,
+ "a.split": 4,
+ "this.triggerHandler": 6,
+ "this.trigger": 4,
+ ".each": 7,
+ "queue": 17,
+ "dequeue": 10,
+ "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": 11,
+ "clearQueue": 10,
+ "Aa": 3,
+ "t": 694,
+ "ca": 6,
+ "Za": 2,
+ "r/g": 4,
+ "/href": 1,
+ "src": 48,
+ "style/": 1,
+ "ab": 1,
+ "button": 29,
+ "input": 33,
+ "/i": 54,
+ "bb": 2,
+ "select": 28,
+ "textarea": 15,
+ "area": 4,
+ "Ba": 3,
+ "/radio": 1,
+ "checkbox/": 1,
+ "attr": 23,
+ "c.attr": 4,
+ "removeAttr": 7,
+ "this.nodeType": 12,
+ "this.removeAttribute": 1,
"addClass": 4,
+ "r.addClass": 1,
+ "r.attr": 1,
+ ".split": 39,
+ "e.nodeType": 7,
+ "e.className": 14,
+ "j.indexOf": 1,
"removeClass": 4,
- "__className__": 8,
- "one": 7,
- "property": 12,
- "can": 5,
+ "n.removeClass": 1,
+ "n.attr": 1,
+ "j.replace": 2,
+ "toggleClass": 4,
+ "j.toggleClass": 1,
+ "j.attr": 1,
+ "i.hasClass": 1,
+ "this.className": 21,
+ "hasClass": 4,
+ "<d;b++)if((\">": 1,
+ "className": 22,
+ "replace": 17,
+ "indexOf": 7,
+ "val": 155,
+ "c.nodeName": 4,
+ "b.attributes.value": 1,
+ ".specified": 1,
+ "b.value": 4,
+ "b.selectedIndex": 2,
+ "b.options": 1,
+ "<d;j++){var>": 1,
+ "i=": 34,
+ "selected": 7,
+ "a=": 24,
+ "test": 27,
+ "type": 490,
+ "support": 14,
+ "getAttribute": 2,
+ "on": 10,
+ "o=": 14,
+ "n=": 13,
+ "r=": 22,
+ "nodeType=": 6,
+ "call": 9,
+ "checked=": 1,
+ "this.selected": 3,
+ ".val": 13,
+ "this.selectedIndex": 1,
+ "this.value": 8,
+ "attrFn": 4,
+ "css": 11,
+ "html": 40,
+ "text": 44,
+ "width": 33,
+ "height": 30,
+ "offset": 25,
+ "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": 13,
+ "c.style": 1,
+ "db": 1,
+ "handle": 39,
+ "click": 8,
+ "events": 51,
+ "altKey": 2,
+ "attrChange": 2,
+ "attrName": 2,
+ "bubbles": 2,
+ "cancelable": 2,
+ "charCode": 5,
+ "clientX": 4,
+ "clientY": 3,
+ "ctrlKey": 4,
+ "currentTarget": 2,
+ "detail": 2,
+ "eventPhase": 2,
+ "fromElement": 8,
+ "handler": 49,
+ "keyCode": 4,
+ "layerX": 2,
+ "layerY": 2,
+ "metaKey": 3,
+ "newValue": 2,
+ "offsetX": 2,
+ "offsetY": 2,
+ "originalTarget": 1,
+ "pageX": 2,
+ "pageY": 2,
+ "prevValue": 2,
+ "relatedNode": 2,
+ "relatedTarget": 4,
+ "screenX": 2,
+ "screenY": 2,
+ "shiftKey": 2,
+ "srcElement": 3,
+ "toElement": 3,
+ "view": 2,
+ "wheelDelta": 2,
+ "which": 5,
+ "mouseover": 5,
+ "mouseout": 5,
+ "form": 12,
+ "click.specialSubmit": 1,
+ "submit": 14,
+ "image": 6,
+ "keypress.specialSubmit": 1,
+ "password": 8,
+ ".specialSubmit": 1,
+ "radio": 8,
+ "checkbox": 7,
+ "multiple": 6,
+ "_change_data": 3,
+ "focusout": 7,
+ "change": 16,
+ "file": 8,
+ ".specialChange": 2,
+ "focusin": 7,
+ "bind": 3,
+ "one": 17,
+ "unload": 3,
+ "live": 10,
+ "lastToggle": 8,
+ "die": 2,
+ "hover": 5,
+ "mouseenter": 8,
+ "mouseleave": 8,
+ "focus": 11,
+ "blur": 18,
+ "load": 6,
+ "resize": 2,
+ "scroll": 5,
+ "dblclick": 2,
+ "mousedown": 2,
+ "mouseup": 2,
+ "mousemove": 2,
+ "keydown": 4,
+ "keypress": 3,
+ "keyup": 2,
+ "onunload": 1,
+ "g": 495,
+ "h": 744,
+ "q": 43,
+ "h.nodeType": 4,
+ "p": 235,
+ "y": 158,
+ "S": 9,
+ "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": 36,
+ "p.pop": 4,
+ "set": 70,
+ "z": 25,
+ "h.parentNode": 3,
+ "D": 9,
+ "k.error": 2,
+ "j.call": 2,
+ ".nodeType": 17,
+ "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": 4,
+ "q.splice": 1,
+ "y.substr": 1,
+ "y.length": 1,
"Syntax": 5,
"unrecognized": 5,
- "expression": 5,
- "ID": 5,
- "NAME": 4,
- "TAG": 6,
+ "expression": 6,
+ "ID": 12,
+ "NAME": 6,
+ "TAG": 12,
"u00c0": 4,
"uFFFF": 4,
"leftMatch": 4,
"attrMap": 4,
"attrHandle": 4,
- "g": 3,
"g.getAttribute": 1,
- "relative": 15,
- "h": 12,
+ "relative": 6,
"W/.test": 1,
- "h.toLowerCase": 1,
- "q": 5,
- "g.length": 1,
- "p": 6,
+ "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,
- "parentNode": 12,
- "previousSibling": 16,
- "nth": 8,
+ "previousSibling": 5,
+ "nth": 9,
"even": 4,
"odd": 4,
- "not": 20,
- "text": 21,
- "radio": 23,
- "checkbox": 19,
- "file": 5,
- "password": 5,
- "image": 7,
+ "not": 29,
"reset": 4,
- "button": 17,
"contains": 7,
- "only": 4,
- "first": 9,
- "last": 6,
- "id": 26,
+ "only": 2,
+ "id": 85,
+ "class": 2,
+ "Array": 6,
"sourceIndex": 1,
- "#": 11,
+ "div": 60,
+ "script": 36,
+ "<a>": 8,
+ "name=": 4,
+ "href=": 4,
+ "</a>": 4,
"<p>": 4,
"</p>": 4,
".TEST": 4,
- "</div>": 21,
- "CLASS": 4,
- "HTML": 4,
- "filter": 7,
- "nextSibling": 12,
- "iframe": 7,
+ "</div>": 3,
+ "CLASS": 5,
+ "HTML": 1,
+ "find": 9,
+ "filter": 35,
+ "nextSibling": 3,
+ "iframe": 13,
"</\"+d+\">": 1,
- "<select>": 4,
- "multiple=": 4,
- "</select>": 4,
- "<fieldset>": 4,
- "</fieldset>": 4,
- "<tbody>": 12,
- "</tbody>": 12,
- "<tr>": 11,
- "</tr>": 11,
- "<colgroup>": 4,
- "</colgroup>": 4,
- "<map>": 4,
- "</map>": 4,
- "before": 7,
- "after": 10,
- "position": 13,
- "absolute": 12,
- "top": 11,
- "left": 15,
- "margin": 18,
- "border": 14,
+ "<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": 4,
+ "after": 4,
+ "position": 20,
+ "absolute": 2,
+ "top": 55,
+ "left": 61,
+ "margin": 12,
+ "border": 8,
+ "px": 30,
"solid": 2,
- "#000": 3,
- "padding": 12,
- "width": 29,
- "height": 24,
- "<td>": 10,
- "</td>": 10,
- "fixed": 13,
- "marginTop": 13,
- "marginLeft": 11,
- "using": 6,
- "borderTopWidth": 4,
- "borderLeftWidth": 4,
- "Left": 6,
- "Top": 6,
- "scroll": 12,
- "pageXOffset": 7,
- "pageYOffset": 4,
- "Height": 3,
- "Width": 8,
+ "#000": 2,
+ "padding": 4,
+ "<td>": 1,
+ "</td>": 1,
+ "fixed": 1,
+ "marginTop": 3,
+ "marginLeft": 2,
+ "using": 1,
+ "borderTopWidth": 1,
+ "borderLeftWidth": 1,
+ "Left": 1,
+ "Top": 1,
+ "pageXOffset": 2,
+ "pageYOffset": 1,
+ "Height": 2,
+ "Width": 2,
"inner": 5,
- "outer": 4,
- "CSS1Compat": 4,
- "client": 10,
- "offset": 19,
- "A.jQuery": 1,
- "A.": 1,
- "window": 15,
- "document": 11,
+ "outer": 3,
+ "scrollTo": 1,
+ "CSS1Compat": 1,
+ "client": 3,
+ "window": 33,
+ "document": 41,
"window.document": 2,
"navigator": 3,
"window.navigator": 2,
"location": 2,
- "window.location": 4,
- "selector": 37,
- "context": 27,
+ "window.location": 5,
+ "jQuery": 161,
+ "context": 132,
"jQuery.fn.init": 2,
- "rootjQuery": 6,
- "_jQuery": 2,
- "_": 13,
+ "rootjQuery": 10,
+ "_jQuery": 4,
+ "_": 19,
+ "window.": 8,
"quickExpr": 2,
- "<[\\w\\W]+>": 2,
"rnotwhite": 2,
- "S/": 2,
- "trimLeft": 2,
- "trimRight": 2,
+ "trimLeft": 6,
+ "trimRight": 6,
"rdigit": 1,
- "d/": 1,
+ "d/": 4,
"rsingleTag": 2,
- "<(\\w+)\\s*\\/?>": 2,
- "<\\/\\1>": 2,
"rvalidchars": 2,
- "rvalidescape": 2,
- "d*": 6,
- "eE": 2,
- "rvalidbraces": 2,
- "s*": 8,
+ "rvalidescape": 4,
+ "rvalidbraces": 4,
"rwebkit": 2,
- "webkit": 4,
- "w.": 9,
"ropera": 2,
- "opera": 2,
- ".*version": 2,
"rmsie": 2,
- "msie": 2,
"rmozilla": 2,
- "mozilla": 2,
- ".*": 10,
- "rv": 2,
- "userAgent": 1,
- "navigator.userAgent": 1,
- "browserMatch": 1,
- "readyList": 1,
+ "userAgent": 4,
+ "browserMatch": 4,
+ "readyList": 6,
+ "DOMContentLoaded": 14,
"toString": 3,
- "Object.prototype.toString": 2,
- "hasOwn": 1,
- "push": 4,
- "Array.prototype.push": 1,
- "trim": 1,
- "String.prototype.trim": 1,
- "indexOf": 1,
- "Array.prototype.indexOf": 1,
- "class2type": 1,
- "jQuery.fn": 1,
- "jQuery.prototype": 1,
- "init": 1,
- "match": 12,
- "elem": 83,
- "doc": 3,
- "selector.nodeType": 1,
- "this.context": 4,
- "this.length": 3,
- "this.selector": 3,
- "selector.charAt": 2,
- "selector.length": 2,
- "quickExpr.exec": 1,
- "context.ownerDocument": 1,
- "rsingleTag.exec": 1,
- "jQuery.isPlainObject": 1,
- "document.createElement": 16,
- "jQuery.fn.attr.call": 1,
- "doc.createElement": 1,
- "jQuery.buildFragment": 1,
- "ret.cacheable": 1,
- "jQuery.clone": 1,
- "ret.fragment": 2,
- ".childNodes": 1,
- "jQuery.merge": 1,
- "document.getElementById": 1,
- "elem.parentNode": 7,
- "elem.id": 1,
- "rootjQuery.find": 1,
- "context.jquery": 1,
- ".find": 2,
- "jQuery.isFunction": 1,
- "rootjQuery.ready": 1,
- "selector.selector": 2,
- "selector.context": 1,
- "jQuery.makeArray": 1,
- ".6.1": 2,
- "array": 9,
- "setInterval": 3,
- "@": 3,
- "text/xml": 6,
- "Microsoft.XMLDOM": 3,
- "parsererror": 6,
- "XML": 3,
- "eval": 2,
- "regexp": 5,
- "compatible": 3,
- "Boolean": 6,
- "Number": 3,
- "String": 3,
- "RegExp": 8,
- "xA0": 3,
- "done": 5,
- "fail": 2,
- "isResolved": 2,
- "isRejected": 2,
- "promise": 2,
- "then": 2,
- "always": 2,
- "pipe": 2,
- "resolve": 3,
- "reject": 3,
- "checked": 9,
- "zoom": 4,
- "inline": 23,
- "td": 3,
- "Bubbles": 3,
- "embed": 2,
- "clsid": 3,
- "D27CDB6E": 3,
- "AE6D": 3,
- "cf": 3,
- "B8": 3,
- "applet": 2,
- "classid": 3,
- "changeData": 5,
- "toJSON": 3,
- "defer": 6,
- "mark": 22,
- "get": 25,
- "disabled": 3,
- "optgroup": 3,
- "getAttribute": 2,
- "form": 13,
- "default": 4,
- "case": 17,
- "is": 10,
- "val": 9,
- "elem.value": 8,
- "elem.setAttribute": 4,
+ "hasOwn": 3,
+ "String.prototype.trim": 3,
+ "class2type": 6,
+ "jQuery.fn": 24,
+ "jQuery.prototype": 2,
+ "match": 276,
+ "doc": 42,
+ "selector.nodeType": 4,
+ "selector.charAt": 4,
+ "selector.length": 4,
+ "quickExpr.exec": 2,
+ "context.ownerDocument": 4,
+ "rsingleTag.exec": 2,
+ "jQuery.isPlainObject": 8,
+ "document.createElement": 45,
+ "jQuery.fn.attr.call": 2,
+ "doc.createElement": 2,
+ "jQuery.buildFragment": 6,
+ "ret.cacheable": 2,
+ "jQuery.clone": 6,
+ "ret.fragment": 4,
+ "jQuery.merge": 10,
+ "document.getElementById": 3,
+ "elem.parentNode": 26,
+ "elem.id": 2,
+ "rootjQuery.find": 2,
+ "context.jquery": 2,
+ "jQuery.isFunction": 65,
+ "rootjQuery.ready": 2,
+ "selector.selector": 4,
+ "selector.context": 2,
+ "jQuery.makeArray": 14,
+ "slice.call": 13,
+ "elems": 71,
+ "jQuery.isArray": 26,
+ "push.apply": 2,
+ "ret.prevObject": 2,
+ "ret.context": 2,
+ "ret.selector": 4,
+ "args": 95,
+ "jQuery.each": 52,
+ "fn": 129,
+ "jQuery.bindReady": 4,
+ "readyList.done": 1,
+ "slice.apply": 2,
+ "jQuery.map": 10,
+ "callback.call": 10,
+ "jQuery.fn.init.prototype": 2,
+ "jQuery.extend": 65,
+ "jQuery.fn.extend": 20,
+ "copy": 20,
+ "copyIsArray": 8,
+ "clone": 26,
+ "deep": 17,
+ "continue": 24,
+ "readyWait": 6,
+ "holdReady": 3,
+ "hold": 4,
+ "jQuery.readyWait": 6,
+ "jQuery.ready": 16,
+ "wait": 8,
+ "jQuery.isReady": 6,
+ "readyList.resolveWith": 1,
+ "jQuery.fn.trigger": 2,
+ ".trigger": 3,
+ ".unbind": 5,
+ "jQuery._Deferred": 5,
+ "document.readyState": 4,
+ "document.addEventListener": 8,
+ "window.addEventListener": 2,
+ "document.attachEvent": 6,
+ "window.attachEvent": 2,
+ "toplevel": 7,
+ "window.frameElement": 2,
+ "document.documentElement.doScroll": 4,
+ "doScrollCheck": 6,
+ "jQuery.type": 11,
+ "isWindow": 4,
+ "isNaN": 13,
+ "rdigit.test": 1,
+ "String": 4,
+ "toString.call": 6,
+ "obj.nodeType": 2,
+ "jQuery.isWindow": 12,
+ "obj.constructor": 2,
+ "hasOwn.call": 6,
+ "obj.constructor.prototype": 2,
+ "msg": 4,
+ "jQuery.trim": 11,
+ "window.JSON": 2,
+ "window.JSON.parse": 4,
+ "rvalidchars.test": 2,
+ "data.replace": 4,
+ "rvalidtokens": 2,
+ "jQuery.error": 11,
+ "parseXML": 3,
+ "xml": 27,
+ "tmp": 40,
+ "window.DOMParser": 2,
+ "DOMParser": 3,
+ "tmp.parseFromString": 2,
+ "ActiveXObject": 3,
+ "xml.async": 2,
+ "xml.loadXML": 2,
+ "xml.documentElement": 4,
+ "tmp.nodeName": 2,
+ "rnotwhite.test": 4,
+ "window.execScript": 2,
+ "elem.nodeName": 25,
+ "elem.nodeName.toUpperCase": 2,
+ "name.toUpperCase": 2,
+ "object.length": 2,
+ "isObj": 6,
+ "callback.apply": 5,
+ "trim.call": 2,
+ "text.toString": 2,
+ "array": 33,
+ "results": 34,
+ "array.length": 7,
+ "push.call": 2,
+ "indexOf.call": 2,
+ "second": 8,
+ "first.length": 5,
+ "second.length": 4,
+ "inv": 8,
+ "retVal": 10,
+ "elems.length": 9,
+ "ret.push": 10,
+ "arg": 6,
+ "ret.length": 12,
+ "ret.concat.apply": 2,
+ "fn.apply": 5,
+ "args.concat": 4,
+ "proxy.guid": 4,
+ "fn.guid": 12,
+ "jQuery.guid": 8,
+ "access": 3,
+ "exec": 12,
+ "pass": 10,
+ "jQuery.access": 13,
+ "value.call": 15,
+ "now": 6,
+ "ua": 12,
+ "ua.toLowerCase": 2,
+ "rwebkit.exec": 2,
+ "ropera.exec": 2,
+ "rmsie.exec": 2,
+ "ua.indexOf": 2,
+ "rmozilla.exec": 2,
+ "sub": 5,
+ "jQuerySub": 14,
+ "jQuerySub.fn.init": 4,
+ "jQuerySub.superclass": 2,
+ "jQuerySub.fn": 4,
+ "jQuerySub.prototype": 2,
+ "jQuerySub.fn.constructor": 2,
+ "jQuerySub.sub": 2,
+ "this.sub": 3,
+ "jQuery.fn.init.call": 2,
+ "rootjQuerySub": 4,
+ "jQuerySub.fn.init.prototype": 2,
+ "jQuery.uaMatch": 2,
+ "browserMatch.browser": 4,
+ "jQuery.browser": 2,
+ "jQuery.browser.version": 2,
+ "browserMatch.version": 2,
+ "jQuery.browser.webkit": 2,
+ "jQuery.browser.safari": 2,
+ "xA0": 7,
+ "document.removeEventListener": 6,
+ "document.detachEvent": 2,
+ "promiseMethods": 3,
+ "sliceDeferred": 2,
+ "_Deferred": 4,
+ "callbacks": 3,
+ "fired": 11,
+ "firing": 11,
+ "cancelled": 4,
+ "deferred": 36,
+ "done": 32,
+ "_fired": 5,
+ "args.length": 9,
+ "deferred.done.apply": 3,
+ "callbacks.push": 1,
+ "deferred.resolveWith": 10,
+ "resolveWith": 4,
+ "callbacks.shift": 1,
+ "finally": 3,
+ "resolve": 12,
+ "isResolved": 4,
+ "cancel": 5,
+ "Deferred": 6,
+ "func": 12,
+ "failDeferred": 1,
+ "promise": 23,
+ "then": 5,
+ "doneCallbacks": 4,
+ "failCallbacks": 4,
+ "deferred.done": 4,
+ ".fail": 4,
+ "always": 3,
+ ".fail.apply": 2,
+ "fail": 10,
+ "failDeferred.done": 1,
+ "rejectWith": 2,
+ "failDeferred.resolveWith": 1,
+ "reject": 5,
+ "failDeferred.resolve": 1,
+ "isRejected": 3,
+ "failDeferred.isResolved": 1,
+ "pipe": 3,
+ "fnDone": 4,
+ "fnFail": 4,
+ "jQuery.Deferred": 6,
+ "newDefer": 7,
+ "action": 6,
+ "returned": 8,
+ "returned.promise": 4,
+ ".then": 5,
+ "newDefer.resolve": 2,
+ "newDefer.reject": 2,
+ ".promise": 9,
+ "promiseMethods.length": 1,
+ "failDeferred.cancel": 1,
+ "deferred.cancel": 2,
+ "func.call": 2,
+ "when": 3,
+ "firstParam": 12,
+ "count": 25,
+ "<=>": 2,
+ "1": 106,
+ "resolveFunc": 4,
+ "sliceDeferred.call": 5,
+ "deferred.reject": 2,
+ "deferred.promise": 3,
+ "jQuery.support": 4,
+ "documentElement": 7,
+ "document.documentElement": 7,
+ "all": 26,
+ "opt": 13,
+ "marginDiv": 9,
+ "bodyStyle": 4,
+ "tds": 12,
+ "isSupported": 18,
+ "div.setAttribute": 4,
+ "div.innerHTML": 17,
+ "div.getElementsByTagName": 12,
+ "all.length": 2,
+ "select.appendChild": 2,
+ "div.firstChild.nodeType": 2,
+ "/top/.test": 3,
+ "a.style.opacity": 3,
+ "a.style.cssFloat": 2,
+ "input.value": 6,
+ "opt.selected": 2,
+ "getSetAttribute": 6,
+ "div.className": 2,
+ "submitBubbles": 4,
+ "changeBubbles": 4,
+ "focusinBubbles": 3,
+ "inlineBlockNeedsLayout": 4,
+ "shrinkWrapBlocks": 3,
+ "reliableMarginRight": 3,
+ "input.checked": 4,
+ "support.noCloneChecked": 2,
+ "input.cloneNode": 2,
+ ".checked": 3,
+ "select.disabled": 2,
+ "support.optDisabled": 2,
+ "opt.disabled": 2,
+ "div.test": 2,
+ "support.deleteExpando": 2,
+ "div.addEventListener": 2,
+ "div.attachEvent": 6,
+ "div.fireEvent": 2,
+ "support.noCloneEvent": 2,
+ "div.detachEvent": 1,
+ "div.cloneNode": 2,
+ "input.setAttribute": 5,
+ "support.radioValue": 2,
+ "div.appendChild": 5,
+ "document.createDocumentFragment": 4,
+ "fragment.appendChild": 5,
+ "div.firstChild": 8,
+ "support.checkClone": 2,
+ "fragment.cloneNode": 2,
+ "div.style.width": 3,
+ "div.style.paddingLeft": 1,
+ "visibility": 7,
+ "background": 68,
+ "body.style": 1,
+ "body.appendChild": 2,
+ "documentElement.insertBefore": 1,
+ "documentElement.firstChild": 1,
+ "support.appendChecked": 2,
+ "support.boxModel": 2,
+ "div.offsetWidth": 5,
+ "div.style": 1,
+ "div.style.display": 4,
+ "div.style.zoom": 3,
+ "support.inlineBlockNeedsLayout": 2,
+ "support.shrinkWrapBlocks": 2,
+ ".offsetHeight": 6,
+ "support.reliableHiddenOffsets": 2,
+ "document.defaultView": 4,
+ "document.defaultView.getComputedStyle": 4,
+ "marginDiv.style.width": 2,
+ "marginDiv.style.marginRight": 2,
+ "support.reliableMarginRight": 2,
+ "parseInt": 20,
+ "marginRight": 3,
+ ".marginRight": 3,
+ "body.innerHTML": 1,
+ "documentElement.removeChild": 1,
+ "jQuery.boxModel": 2,
+ "jQuery.support.boxModel": 9,
+ "rbrace": 2,
+ "rmultiDash": 4,
+ "uuid": 3,
+ "jQuery.fn.jquery": 2,
+ "Math.random": 4,
+ "D/g": 3,
+ "hasData": 3,
+ "elem.nodeType": 61,
+ "jQuery.cache": 10,
+ "jQuery.expando": 37,
+ "isEmptyDataObject": 8,
+ "pvt": 15,
+ "jQuery.acceptData": 8,
+ "internalKey": 33,
+ "getByName": 6,
+ "thisCache": 31,
+ "isNode": 19,
+ "jQuery.uuid": 2,
+ ".toJSON": 5,
+ "jQuery.noop": 7,
+ "jQuery.camelCase": 13,
+ ".events": 4,
+ "internalCache": 5,
+ "jQuery.support.deleteExpando": 6,
+ "elem.removeAttribute": 10,
+ "_data": 3,
+ "jQuery.data": 35,
+ "acceptData": 3,
+ "jQuery.noData": 4,
+ "elem.nodeName.toLowerCase": 31,
+ "elem.getAttribute": 23,
+ ".attributes": 2,
+ "attr.length": 2,
+ ".name": 3,
+ "name.indexOf": 2,
+ "name.substring": 2,
+ "dataAttr": 6,
+ "parts": 69,
+ "key.split": 2,
+ "jQuery.removeData": 13,
+ "key.replace": 2,
+ ".toLowerCase": 21,
+ "jQuery.isNaN": 3,
+ "parseFloat": 81,
+ "rbrace.test": 2,
+ "jQuery.parseJSON": 4,
+ "handleQueueMarkDefer": 6,
+ "deferDataKey": 12,
+ "queueDataKey": 10,
+ "markDataKey": 10,
+ "defer": 10,
+ "defer.resolve": 1,
+ "_mark": 4,
+ "_unmark": 5,
+ "force": 10,
+ "q.push": 3,
+ "jQuery.queue": 6,
+ "queue.shift": 4,
+ "queue.unshift": 2,
+ "fn.call": 4,
+ "jQuery.dequeue": 10,
+ "queue.length": 2,
+ "time": 15,
+ "jQuery.fx": 8,
+ "jQuery.fx.speeds": 6,
+ "elements": 27,
+ "elements.length": 2,
+ "defer.resolveWith": 2,
+ "tmp.done": 1,
+ "defer.promise": 2,
+ "rclass": 6,
+ "rspace": 9,
+ "rreturn": 4,
+ "rtype": 2,
+ "rfocusable": 2,
+ "rclickable": 2,
+ "rea": 3,
+ "rboolean": 2,
+ "autofocus": 3,
+ "autoplay": 3,
+ "checked": 6,
+ "controls": 3,
+ "disabled": 9,
+ "loop": 5,
+ "required": 3,
+ "scoped": 3,
+ "rinvalidChar": 1,
+ "formHook": 6,
+ "boolHook": 6,
+ "jQuery.attr": 5,
+ "jQuery.removeAttr": 6,
+ "prop": 74,
+ "jQuery.prop": 5,
+ "removeProp": 3,
+ "jQuery.propFix": 10,
+ "self.addClass": 1,
+ "self.attr": 3,
+ "classNames": 16,
+ "elem.className": 23,
+ "setClass": 7,
+ "cl": 13,
+ "classNames.length": 5,
+ "className.indexOf": 1,
+ "self.removeClass": 1,
+ "className.replace": 2,
+ "stateVal": 10,
+ "isBool": 8,
+ "self.toggleClass": 1,
+ "state": 40,
+ "value.split": 4,
+ "self.hasClass": 2,
+ "jQuery._data": 53,
+ ".className": 2,
+ "hooks": 67,
+ "jQuery.valHooks": 14,
+ "elem.type": 40,
+ "hooks.get": 10,
+ "elem.value": 15,
+ "self.val": 2,
+ "this.nodeName.toLowerCase": 3,
+ "this.type": 20,
+ "hooks.set": 8,
+ "valHooks": 3,
+ "elem.attributes.value": 2,
+ "val.specified": 2,
+ "elem.text": 4,
+ "elem.selectedIndex": 6,
+ "values": 10,
+ "elem.options": 3,
+ "max": 6,
+ "options.length": 4,
+ "option.selected": 2,
+ "jQuery.support.optDisabled": 2,
+ "option.disabled": 2,
+ "option.getAttribute": 2,
+ "option.parentNode.disabled": 2,
+ "jQuery.nodeName": 34,
+ "option.parentNode": 2,
+ "values.push": 2,
+ "values.length": 4,
+ "jQuery.inArray": 12,
+ "attrFix": 2,
+ "nType": 20,
+ "jQuery.attrFn": 6,
+ "notxml": 14,
+ "jQuery.isXMLDoc": 9,
+ "jQuery.attrFix": 3,
+ "jQuery.attrHooks": 10,
+ "rboolean.test": 4,
+ "value.toLowerCase": 2,
+ "rinvalidChar.test": 1,
+ "elem.setAttribute": 8,
+ "propName": 16,
+ "jQuery.support.getSetAttribute": 3,
+ "elem.removeAttributeNode": 1,
+ "elem.getAttributeNode": 8,
+ "attrHooks": 3,
+ "rtype.test": 2,
+ "jQuery.support.radioValue": 2,
+ "tabIndex": 3,
"attributeNode": 4,
- "elem.getAttributeNode": 5,
"attributeNode.specified": 2,
- "parseInt": 10,
"attributeNode.value": 2,
"rfocusable.test": 2,
- "elem.nodeName": 4,
"rclickable.test": 2,
"elem.href": 2,
- "propFix": 2,
- "tabindex": 2,
- "readonly": 2,
- "maxlength": 2,
- "cellspacing": 2,
- "cellpadding": 2,
- "rowspan": 2,
- "colspan": 2,
- "usemap": 2,
- "frameborder": 2,
- "contenteditable": 2,
- "prop": 12,
- "nType": 10,
- "elem.nodeType": 4,
- "hooks": 12,
- "notxml": 5,
- "jQuery.isXMLDoc": 2,
- "jQuery.propFix": 6,
+ "propFix": 3,
+ "cellpadding": 3,
+ "contenteditable": 3,
"jQuery.propHooks": 2,
- "hooks.set": 2,
- "hooks.get": 2,
- "propHooks": 2,
- "boolHook": 2,
- "propName": 8,
- "jQuery.removeAttr": 2,
+ "propHooks": 3,
"jQuery.attrHooks.value": 1,
- "formHook": 3,
- "jQuery.nodeName": 4,
"formHook.get": 1,
"formHook.set": 1,
- "jQuery.support.getSetAttribute": 1,
- "jQuery.attrFix": 1,
"jQuery.attrHooks.name": 1,
"jQuery.valHooks.button": 2,
- "ret.nodeValue": 2,
- "auto": 24,
- "src": 8,
- "mouseover": 8,
- "mouseout": 8,
- "handle": 3,
- "altKey": 2,
- "attrChange": 2,
- "attrName": 2,
- "bubbles": 2,
- "cancelable": 2,
- "charCode": 2,
- "clientX": 2,
- "clientY": 2,
- "ctrlKey": 2,
- "currentTarget": 2,
- "detail": 1,
- "eventPhase": 2,
- "fromElement": 2,
- "handler": 1,
- "keyCode": 2,
- "layerX": 1,
- "layerY": 1,
- "metaKey": 2,
- "newValue": 1,
- "offsetX": 2,
- "offsetY": 2,
- "pageX": 2,
- "pageY": 2,
- "prevValue": 1,
- "relatedNode": 2,
- "relatedTarget": 2,
- "screenX": 2,
- "screenY": 2,
- "shiftKey": 2,
- "srcElement": 2,
- "toElement": 2,
- "view": 3,
- "wheelDelta": 1,
- "which": 2,
- "clone": 1,
- "click.specialSubmit": 1,
- "keypress.specialSubmit": 1,
- ".specialSubmit": 1,
- "multiple": 2,
- "_change_data": 3,
- "focusout": 7,
- "textarea": 4,
- ".specialChange": 2,
- "bubbling": 2,
- "focusin": 6,
- "bind": 2,
- "unload": 3,
- "live": 3,
- "lastToggle": 4,
- "die": 2,
- "hover": 1,
- "blur": 3,
- "focus": 3,
- "resize": 2,
- "dblclick": 2,
- "mousedown": 2,
- "mouseup": 2,
- "mousemove": 2,
- "keydown": 2,
- "keypress": 2,
- "keyup": 2,
- "hasDuplicate": 1,
+ "ret.nodeValue": 6,
+ "jQuery.support.hrefNormalized": 2,
+ "jQuery.support.style": 2,
+ "jQuery.attrHooks.style": 2,
+ "elem.style.cssText.toLowerCase": 2,
+ "elem.style.cssText": 2,
+ "jQuery.support.optSelected": 2,
+ "jQuery.propHooks.selected": 4,
+ "parent.selectedIndex": 2,
+ "parent.parentNode": 4,
+ "parent.parentNode.selectedIndex": 2,
+ "jQuery.support.checkOn": 2,
+ "elem.checked": 7,
+ "rnamespaces": 3,
+ "rformElems": 2,
+ "rperiod": 2,
+ "rspaces": 2,
+ "rescape": 2,
+ "s.": 2,
+ "fcleanup": 2,
+ "nm": 1,
+ "nm.replace": 1,
+ "jQuery.event": 4,
+ "add": 33,
+ "types": 60,
+ "returnFalse": 15,
+ "handleObjIn": 7,
+ "handler.handler": 2,
+ "handleObjIn.handler": 2,
+ "handler.guid": 11,
+ "elemData": 10,
+ "elemData.events": 7,
+ "eventHandle": 21,
+ "elemData.handle": 9,
+ "jQuery.event.triggered": 7,
+ "e.type": 11,
+ "jQuery.event.handle.apply": 3,
+ "eventHandle.elem": 4,
+ "types.split": 2,
+ "namespaces": 37,
+ "type.indexOf": 8,
+ "type.split": 4,
+ "namespaces.shift": 4,
+ "handleObj.namespace": 11,
+ "namespaces.slice": 2,
+ "handleObj.type": 1,
+ "handleObj.guid": 4,
+ "handlers": 11,
+ "special": 21,
+ "jQuery.event.special": 15,
+ "special.setup": 2,
+ "special.setup.call": 2,
+ "elem.addEventListener": 4,
+ "elem.attachEvent": 4,
+ "special.add": 2,
+ "special.add.call": 2,
+ "handleObj.handler.guid": 5,
+ "handlers.push": 2,
+ "jQuery.event.global": 4,
+ "global": 9,
+ "remove": 18,
+ "pos": 206,
+ "namespace": 7,
+ "eventType": 8,
+ "origType": 10,
+ "jQuery.hasData": 4,
+ "types.type": 2,
+ "types.handler": 1,
+ "types.charAt": 1,
+ "jQuery.event.remove": 13,
+ "RegExp": 15,
+ "eventType.length": 8,
+ "namespace.test": 3,
+ "handleObj.handler": 4,
+ "eventType.splice": 3,
+ "special.remove": 2,
+ "special.remove.call": 2,
+ "special.teardown": 2,
+ "special.teardown.call": 2,
+ "jQuery.removeEvent": 6,
+ "jQuery.isEmptyObject": 7,
+ "handle.elem": 2,
+ "customEvent": 3,
+ "trigger": 11,
+ "event": 85,
+ "onlyHandlers": 5,
+ "event.type": 20,
+ "exclusive": 6,
+ "type.slice": 2,
+ "namespaces.sort": 2,
+ "jQuery.event.customEvent": 2,
+ "jQuery.Event": 12,
+ "event.exclusive": 4,
+ "event.namespace": 7,
+ "namespaces.join": 5,
+ "event.namespace_re": 3,
+ "event.preventDefault": 8,
+ "event.stopPropagation": 3,
+ "internalCache.events": 2,
+ "jQuery.event.trigger": 13,
+ "internalCache.handle.elem": 1,
+ "event.result": 9,
+ "event.target": 15,
+ "data.unshift": 2,
+ "cur": 116,
+ "ontype": 16,
+ "do": 15,
+ "event.currentTarget": 5,
+ "handle.apply": 3,
+ "cur.parentNode": 7,
+ "cur.ownerDocument": 5,
+ "event.target.ownerDocument": 3,
+ "event.isPropagationStopped": 4,
+ "event.isDefaultPrevented": 3,
+ "old": 26,
+ "special._default": 2,
+ "special._default.call": 1,
+ "elem.ownerDocument": 10,
+ "ieError": 1,
+ "jQuery.event.fix": 4,
+ "window.event": 2,
+ "run_all": 4,
+ "Array.prototype.slice.call": 2,
+ "handlers.length": 2,
+ "event.namespace_re.test": 2,
+ "event.handler": 1,
+ "event.data": 5,
+ "handleObj.data": 2,
+ "event.handleObj": 4,
+ "handleObj.handler.apply": 2,
+ "event.isImmediatePropagationStopped": 3,
+ "props": 43,
+ "fix": 16,
+ "originalEvent": 10,
+ "this.props.length": 1,
+ "this.props": 2,
+ "event.srcElement": 1,
+ "event.target.nodeType": 2,
+ "event.target.parentNode": 2,
+ "event.relatedTarget": 7,
+ "event.fromElement": 3,
+ "event.toElement": 1,
+ "event.pageX": 4,
+ "event.clientX": 2,
+ "eventDocument": 1,
+ "eventDocument.documentElement": 1,
+ "eventDocument.body": 1,
+ "doc.scrollLeft": 2,
+ "body.scrollLeft": 6,
+ "doc.clientLeft": 2,
+ "body.clientLeft": 4,
+ "event.pageY": 2,
+ "event.clientY": 1,
+ "doc.scrollTop": 2,
+ "body.scrollTop": 6,
+ "doc.clientTop": 2,
+ "body.clientTop": 4,
+ "event.which": 8,
+ "event.charCode": 3,
+ "event.keyCode": 2,
+ "event.metaKey": 4,
+ "event.ctrlKey": 3,
+ "event.button": 6,
+ "&": 32,
+ "E8": 1,
+ "jQuery.proxy": 1,
+ "setup": 16,
+ "teardown": 16,
+ "jQuery.event.add": 16,
+ "liveConvert": 5,
+ "handleObj.origType": 7,
+ "handleObj.selector": 11,
+ "liveHandler": 2,
+ "beforeunload": 3,
+ "this.onbeforeunload": 6,
+ "elem.removeEventListener": 4,
+ "elem.detachEvent": 4,
+ "this.preventDefault": 1,
+ "src.type": 8,
+ "this.originalEvent": 6,
+ "this.isDefaultPrevented": 4,
+ "src.defaultPrevented": 2,
+ "src.returnValue": 2,
+ "src.getPreventDefault": 4,
+ "returnTrue": 10,
+ "this.timeStamp": 2,
+ "jQuery.now": 8,
+ "jQuery.Event.prototype": 2,
+ "preventDefault": 6,
+ "e.returnValue": 2,
+ "stopPropagation": 7,
+ "this.isPropagationStopped": 2,
+ "e.stopPropagation": 4,
+ "e.cancelBubble": 2,
+ "stopImmediatePropagation": 3,
+ "this.isImmediatePropagationStopped": 2,
+ "this.stopPropagation": 2,
+ "isDefaultPrevented": 3,
+ "isPropagationStopped": 3,
+ "isImmediatePropagationStopped": 4,
+ "withinElement": 3,
+ "delegate": 6,
+ "orig": 21,
+ "data.selector": 2,
+ "jQuery.support.submitBubbles": 2,
+ "jQuery.event.special.submit": 2,
+ "e.target": 9,
+ "e.keyCode": 3,
+ "jQuery.support.changeBubbles": 2,
+ "changeFilters": 4,
+ "getVal": 3,
+ "elem.selected": 3,
+ "testChange": 4,
+ "rformElems.test": 6,
+ "elem.readOnly": 1,
+ "e.liveFired": 2,
+ "jQuery.event.special.change": 2,
+ "filters": 4,
+ "beforedeactivate": 2,
+ "testChange.call": 2,
+ "beforeactivate": 2,
+ "jQuery.event.special.change.filters": 1,
+ "changeFilters.focus": 1,
+ "changeFilters.beforeactivate": 1,
+ "event.originalEvent": 1,
+ "event.liveFired": 3,
+ "jQuery.event.handle.call": 1,
+ ".preventDefault": 2,
+ "jQuery.support.focusinBubbles": 2,
+ "attaches": 6,
+ "donor": 2,
+ "e.originalEvent": 2,
+ "donor.preventDefault": 1,
+ "this.one": 2,
+ "unbind": 4,
+ "type.preventDefault": 1,
+ "this.unbind": 4,
+ "this.live": 2,
+ "undelegate": 3,
+ "this.die": 2,
+ "triggerHandler": 3,
+ "toggler": 4,
+ "%": 52,
+ "toggler.guid": 2,
+ ".guid": 3,
+ "this.click": 3,
+ "fnOver": 6,
+ "fnOut": 4,
+ "this.mouseenter": 3,
+ ".mouseleave": 3,
+ "liveMap": 4,
+ "origSelector": 5,
+ "preType": 4,
+ "types.preventDefault": 2,
+ "origSelector.charAt": 1,
+ "context.unbind": 2,
+ "rnamespaces.exec": 1,
+ "type.replace": 1,
+ "types.push": 2,
+ "context.length": 1,
+ "origHandler": 1,
+ "stop": 15,
+ "maxLevel": 4,
+ "related": 13,
+ "close": 2,
+ "selectors": 19,
+ "events.live": 1,
+ "event.target.disabled": 1,
+ "event.namespace.split": 1,
+ "events.live.slice": 1,
+ "live.length": 2,
+ "handleObj.origType.replace": 1,
+ "selectors.push": 1,
+ "live.splice": 1,
+ "match.length": 1,
+ "close.selector": 1,
+ "close.elem.disabled": 1,
+ "close.elem": 1,
+ "handleObj.preType": 3,
+ "jQuery.contains": 13,
+ "elems.push": 1,
+ "level": 11,
+ "close.level": 1,
+ "match.level": 2,
+ "match.elem": 2,
+ "match.handleObj.data": 1,
+ "match.handleObj": 1,
+ "match.handleObj.origHandler.apply": 1,
+ "selector.replace": 3,
+ "this.bind": 4,
+ "chunker": 2,
+ "ll": 2,
+ "be": 3,
+ "faster": 2,
+ "the": 5,
+ "is": 20,
+ "an": 3,
+ "seed": 10,
+ "parts.length": 10,
+ "context.nodeType": 6,
+ "contextXML": 8,
+ "Expr.match.ID.test": 4,
+ "Sizzle.find": 6,
+ "parts.shift": 2,
+ "ret.expr": 8,
+ "Sizzle.filter": 14,
+ "ret.set": 8,
+ "parts.pop": 8,
+ "context.parentNode": 4,
+ "checkSet": 78,
+ "prune": 4,
+ "pop": 10,
+ "Expr.relative": 6,
+ "Sizzle.error": 8,
+ "results.push.apply": 2,
+ "Sizzle.contains": 10,
+ "results.push": 4,
+ "extra": 31,
+ "Sizzle": 16,
+ "origContext": 2,
+ "Sizzle.uniqueSort": 6,
+ "sortOrder": 4,
+ "hasDuplicate": 4,
"baseHasDuplicate": 2,
- "rBackslash": 1,
- "rNonWord": 1,
- "W/": 1,
- ".sort": 1,
- "Sizzle": 1,
- "results": 4,
- "seed": 4,
- "origContext": 1,
- "context.nodeType": 3,
- "checkSet": 22,
- "extra": 1,
- "cur": 5,
- "pop": 2,
- "prune": 2,
- "contextXML": 4,
- "Sizzle.isXML": 1,
- "parts": 5,
- "soFar": 1,
- "do": 2,
- "chunker.exec": 1,
- "elem.getAttribute": 4,
- "part": 28,
+ "results.sort": 2,
+ "results.length": 4,
+ "results.splice": 2,
+ "Sizzle.matches": 2,
+ "Sizzle.matchesSelector": 2,
+ "node": 46,
+ "isXML": 34,
+ "Expr.order.length": 2,
+ "Expr.order": 2,
+ "Expr.leftMatch": 2,
+ "match.splice": 2,
+ "left.substr": 2,
+ "left.length": 2,
+ "part": 60,
"isPartStr": 14,
"isTag": 6,
- "rNonWord.test": 4,
+ "rNonWord.test": 8,
"isPartStrNotTag": 6,
- "part.toLowerCase": 4,
- "checkSet.length": 4,
+ "part.toLowerCase": 8,
+ "checkSet.length": 8,
"elem.previousSibling": 2,
- "elem.nodeName.toLowerCase": 2,
- "Sizzle.filter": 6,
"parent.nodeName.toLowerCase": 2,
+ "nodeCheck": 16,
+ "doneName": 27,
+ "checkFn": 12,
+ "dirCheck": 6,
+ "dirNodeCheck": 6,
+ "context.getElementById": 4,
+ "m.parentNode": 2,
+ "context.getElementsByName": 4,
+ ".getAttribute": 2,
+ "context.getElementsByTagName": 4,
+ "preFilter": 2,
+ "curLoop": 16,
+ "inplace": 14,
+ "result": 34,
+ "rBackslash": 10,
+ "result.push": 2,
+ "CHILD": 4,
+ "s*/g": 2,
+ "D/.test": 2,
+ "ATTR": 4,
+ "Expr.attrMap": 4,
+ "PSEUDO": 4,
+ "chunker.exec": 2,
+ "w/.test": 2,
+ "result.push.apply": 2,
+ "Expr.match.POS.test": 2,
+ "Expr.match.CHILD.test": 2,
+ "POS": 6,
+ "match.unshift": 2,
+ "enabled": 2,
+ "elem.disabled": 4,
+ "elem.parentNode.selectedIndex": 2,
+ "elem.firstChild": 14,
+ "empty": 6,
+ "has": 6,
+ "header": 2,
+ "/h": 2,
+ "d/i": 2,
+ ".test": 8,
+ "/input": 2,
+ "button/i": 2,
+ "elem.ownerDocument.activeElement": 2,
+ "setFilters": 2,
+ "lt": 80,
+ "gt": 52,
+ "Expr.filters": 2,
+ "elem.textContent": 4,
+ "elem.innerText": 2,
+ "Sizzle.getText": 3,
+ "not.length": 2,
+ "node.previousSibling": 2,
+ "node.nodeType": 6,
+ "node.nextSibling": 4,
+ "parent.sizcache": 2,
+ "elem.nodeIndex": 4,
+ "parent.firstChild": 3,
+ "node.nodeIndex": 2,
+ "diff": 11,
+ "Expr.attrHandle": 4,
+ "check": 20,
+ "value.indexOf": 4,
+ "value.substr": 4,
+ "check.length": 4,
+ "Expr.setFilters": 2,
+ "origPOS": 2,
+ "Expr.match.POS": 2,
+ "fescape": 2,
"__sizzle__": 3,
".CLASS": 2,
"#ID": 2,
- "test": 9,
- "closest": 3,
- "<$1>": 6,
- "</$2>": 6,
- "replaceWith": 6,
- "tr": 4,
- "table": 6,
- "small": 2,
+ "sizzle": 3,
+ "Sizzle.isXML": 6,
+ "pseudoWorks": 2,
+ "Expr.match.PSEUDO.test": 2,
+ "matches.call": 2,
+ "disconnectedMatch": 2,
+ "node.document": 2,
+ "node.document.nodeType": 2,
+ "div.getElementsByClassName": 6,
+ "div.lastChild.className": 2,
+ "Expr.order.splice": 2,
+ "Expr.find.CLASS": 2,
+ "context.getElementsByClassName": 4,
+ "dir": 25,
+ "elem.sizcache": 4,
+ "elem.sizset": 8,
+ "document.documentElement.contains": 2,
+ "a.contains": 6,
+ "document.documentElement.compareDocumentPosition": 2,
+ "a.compareDocumentPosition": 3,
+ ".documentElement": 3,
+ "documentElement.nodeName": 2,
+ "posProcess": 2,
+ "tmpSet": 6,
+ "later": 6,
+ "Expr.match.PSEUDO.exec": 2,
+ "Expr.match.PSEUDO": 2,
+ "root.length": 2,
+ "jQuery.find": 4,
+ "jQuery.expr": 8,
+ "Sizzle.selectors": 2,
+ "jQuery.expr.filters": 6,
+ "jQuery.unique": 8,
+ "jQuery.text": 4,
+ "runtil": 2,
+ "/Until": 3,
+ "rparentsprev": 2,
+ "parents": 6,
+ "prevUntil": 6,
+ "prevAll": 6,
+ "rmultiselector": 2,
+ "isSimple": 2,
+ "jQuery.expr.match.POS": 1,
+ "guaranteedUnique": 4,
+ "children": 6,
+ "contents": 22,
+ "next": 21,
+ "prev": 20,
+ ".filter": 6,
+ "self.length": 2,
+ "ret.splice": 2,
+ "targets": 4,
+ "this.filter": 8,
+ "targets.length": 2,
+ "winnow": 6,
+ "jQuery.filter": 10,
+ "closest": 5,
+ "matches": 10,
+ "selectors.length": 3,
+ "POS.test": 4,
+ "match.jquery": 1,
+ "match.index": 1,
+ ".is": 10,
+ "pos.index": 2,
+ "jQuery.find.matchesSelector": 4,
+ "cur.nodeType": 10,
+ "this.parent": 5,
+ ".children": 2,
+ "elem.jquery": 2,
+ "this.get": 3,
+ "isDisconnected": 6,
+ "andSelf": 3,
+ "this.add": 3,
+ "node.parentNode": 2,
+ "node.parentNode.nodeType": 2,
+ "parent.nodeType": 6,
+ "jQuery.dir": 12,
+ "parentsUntil": 3,
+ "until": 24,
+ "jQuery.nth": 4,
+ "nextAll": 3,
+ "nextUntil": 3,
+ "siblings": 3,
+ "jQuery.sibling": 4,
+ "elem.parentNode.firstChild": 1,
+ "elem.contentDocument": 2,
+ "elem.contentWindow.document": 2,
+ "elem.childNodes": 2,
+ "runtil.test": 2,
+ "rmultiselector.test": 2,
+ "rparentsprev.test": 2,
+ "ret.reverse": 2,
+ "args.join": 1,
+ "jQuery.find.matches": 2,
+ "matched": 8,
+ "matched.push": 2,
+ "sibling": 3,
+ "n.nextSibling": 2,
+ "n.nodeType": 2,
+ "r.push": 2,
+ "qualifier": 22,
+ "keep": 10,
+ "jQuery.grep": 14,
+ "qualifier.call": 2,
+ "qualifier.nodeType": 2,
+ "filtered": 6,
+ "isSimple.test": 2,
+ "rinlinejQuery": 4,
+ "rleadingWhitespace": 2,
+ "rxhtmlTag": 6,
+ "<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\\w:]+)[^>": 3,
+ "/ig": 6,
+ "rtagName": 2,
+ "rtbody": 2,
+ "tbody/i": 3,
+ "rhtml": 2,
+ "rnocache": 2,
+ "rchecked": 2,
+ "/checked": 3,
+ "s*.checked.": 3,
+ "rscriptType": 2,
+ "java": 3,
+ "ecma": 3,
+ "script/i": 3,
+ "rcleanScript": 4,
+ "CDATA": 3,
+ "wrapMap": 6,
+ "legend": 3,
+ "thead": 4,
+ "tr": 32,
+ "td": 8,
+ "col": 9,
+ "_default": 11,
+ "wrapMap.optgroup": 2,
+ "wrapMap.option": 2,
+ "wrapMap.tbody": 2,
+ "wrapMap.tfoot": 2,
+ "wrapMap.colgroup": 2,
+ "wrapMap.caption": 2,
+ "wrapMap.thead": 2,
+ "wrapMap.th": 2,
+ "wrapMap.td": 2,
+ "jQuery.support.htmlSerialize": 2,
+ "wrapMap._default": 4,
+ "self.text": 2,
+ "text.call": 1,
+ "this.empty": 8,
+ ".append": 17,
+ ".createTextNode": 3,
+ "wrapAll": 3,
+ ".wrapAll": 6,
+ "html.call": 5,
+ "wrap": 15,
+ ".eq": 3,
+ ".clone": 3,
+ "wrap.insertBefore": 2,
+ "wrap.map": 2,
+ "elem.firstChild.nodeType": 2,
+ "wrapInner": 3,
+ ".wrapInner": 3,
+ "self.contents": 2,
+ "contents.length": 2,
+ "contents.wrapAll": 2,
+ "self.append": 2,
+ "unwrap": 3,
+ ".replaceWith": 3,
+ "this.childNodes": 3,
+ ".end": 5,
"append": 3,
+ "this.domManip": 12,
+ "this.appendChild": 3,
"prepend": 3,
- "getElementsByTagName": 2,
- "querySelectorAll": 2,
- "length": 3,
- "XHTML": 2,
- "block": 15,
- "Right": 3,
- "Bottom": 3,
- "opacity": 21,
- "zIndex": 2,
- "fontWeight": 2,
- "lineHeight": 2,
- "widows": 2,
- "orphans": 2,
- "float": 9,
- "cssFloat": 6,
- "styleFloat": 3,
- "alpha": 3,
- "display": 24,
- "right": 15,
- "marginRight": 5,
- "fontSize": 3,
- "em": 3,
- "unshift": 3,
- "POST": 4,
- "html": 7,
- "ajaxStart": 6,
- "ajaxStop": 6,
- "ajaxComplete": 6,
- "ajaxError": 3,
- "ajaxSuccess": 3,
- "ajaxSend": 6,
- "post": 3,
- "json": 15,
- "application/x": 8,
- "urlencoded": 5,
- "application/xml": 3,
- "text/html": 3,
- "text/plain": 3,
- "application/json": 3,
- "*/*": 4,
- "responseXML": 3,
- "responseText": 3,
- "source_type": 2,
- "destination_type": 2,
- "xml": 3,
- "abort": 3,
- "Last": 3,
- "Etag": 3,
- "notmodified": 3,
- "success": 6,
- "ajax": 3,
- "Success": 3,
- "http": 6,
- "If": 6,
- "Since": 3,
- "None": 3,
- "Match": 3,
- "Accept": 3,
- ".01": 4,
- "Transport": 3,
- "timeout": 3,
- "old": 2,
- "conversion": 3,
+ "this.insertBefore": 3,
+ "this.firstChild": 3,
+ "this.parentNode.insertBefore": 6,
+ "set.push.apply": 4,
+ "this.nextSibling": 6,
+ ".toArray": 2,
+ "keepData": 4,
+ "jQuery.cleanData": 8,
+ "elem.getElementsByTagName": 14,
+ "elem.parentNode.removeChild": 4,
+ "elem.removeChild": 2,
+ "dataAndEvents": 16,
+ "deepDataAndEvents": 14,
+ "this.map": 9,
+ ".innerHTML.replace": 2,
+ "rnocache.test": 3,
+ "jQuery.support.leadingWhitespace": 4,
+ "rleadingWhitespace.test": 4,
+ "rtagName.exec": 4,
+ "value.replace": 3,
+ ".getElementsByTagName": 4,
+ ".innerHTML": 3,
+ "self.html": 8,
+ "replaceWith": 3,
+ "self.replaceWith": 2,
+ ".detach": 3,
+ "this.parentNode": 7,
+ ".remove": 4,
+ ".before": 3,
+ "detach": 3,
+ "this.remove": 3,
+ "domManip": 3,
+ "table": 18,
+ "scripts": 14,
+ "jQuery.support.checkClone": 4,
+ "rchecked.test": 4,
+ ".domManip": 3,
+ "self.domManip": 2,
+ "value.parentNode": 2,
+ "jQuery.support.parentNode": 2,
+ "parent.childNodes.length": 4,
+ "results.fragment": 2,
+ "fragment.childNodes.length": 2,
+ "fragment.firstChild": 4,
+ "lastIndex": 4,
+ "results.cacheable": 2,
+ "scripts.length": 2,
+ "evalScript": 2,
+ "elem.appendChild": 2,
+ "elem.ownerDocument.createElement": 2,
+ "cloneCopyEvent": 6,
+ "dest.nodeType": 4,
+ "oldData": 7,
+ "curData": 4,
+ "oldData.events": 2,
+ "curData.handle": 2,
+ "curData.events": 2,
+ ".namespace": 2,
+ "cloneFixAttributes": 6,
+ "dest.clearAttributes": 4,
+ "dest.mergeAttributes": 4,
+ "dest.nodeName.toLowerCase": 2,
+ "dest.outerHTML": 2,
+ "src.outerHTML": 2,
+ "src.checked": 4,
+ "dest.defaultChecked": 2,
+ "dest.checked": 2,
+ "dest.value": 4,
+ "src.value": 4,
+ "dest.selected": 2,
+ "src.defaultSelected": 2,
+ "dest.defaultValue": 2,
+ "src.defaultValue": 2,
+ "dest.removeAttribute": 4,
+ "nodes": 15,
+ "cacheresults": 12,
+ ".charAt": 2,
+ "jQuery.fragments": 6,
+ "doc.createDocumentFragment": 3,
+ "jQuery.clean": 4,
+ "appendTo": 3,
+ "prependTo": 3,
+ "insertBefore": 3,
+ "insertAfter": 3,
+ "replaceAll": 3,
+ "original": 8,
+ "insert": 6,
+ "insert.length": 4,
+ "this.clone": 3,
+ ".get": 7,
+ "ret.concat": 2,
+ "insert.selector": 2,
+ "getAll": 10,
+ "elem.querySelectorAll": 3,
+ "fixDefaultChecked": 6,
+ "elem.defaultChecked": 2,
+ "findInputs": 6,
+ "elem.cloneNode": 2,
+ "srcElements": 15,
+ "destElements": 12,
+ "jQuery.support.noCloneEvent": 2,
+ "jQuery.support.noCloneChecked": 2,
+ "clean": 3,
+ "checkScriptType": 6,
+ "context.createElement": 4,
+ "rhtml.test": 2,
+ "context.createTextNode": 4,
+ "elem.replace": 2,
+ "tag": 6,
+ "depth": 4,
+ "div.lastChild": 3,
+ "jQuery.support.tbody": 2,
+ "hasBody": 6,
+ "rtbody.test": 2,
+ "div.firstChild.childNodes": 2,
+ "div.childNodes": 4,
+ "tbody.length": 2,
+ ".childNodes.length": 3,
+ ".parentNode.removeChild": 5,
+ "div.insertBefore": 2,
+ "rleadingWhitespace.exec": 2,
+ "jQuery.support.appendChecked": 2,
+ "elem.length": 2,
+ "rscriptType.test": 3,
+ ".type.toLowerCase": 2,
+ "scripts.push": 2,
+ "jsTags": 4,
+ "ret.splice.apply": 2,
+ ".concat": 5,
+ "cleanData": 3,
+ "data.events": 4,
+ "data.handle": 4,
+ "data.handle.elem": 2,
+ "elem.src": 4,
+ "jQuery.ajax": 6,
+ "jQuery.globalEval": 4,
+ "elem.innerHTML": 3,
+ "ralpha": 5,
+ "/alpha": 3,
+ "ropacity": 2,
+ "/opacity": 3,
+ "rdashAlpha": 4,
+ "rupper": 4,
+ "ms": 4,
+ "rnumpx": 1,
+ "rnum": 2,
+ "rrelNum": 2,
+ "rrelNumFilter": 2,
+ "de": 3,
+ "cssShow": 4,
+ "display": 41,
+ "cssWidth": 2,
+ "cssHeight": 2,
+ "curCSS": 14,
+ "getComputedStyle": 8,
+ "currentStyle": 13,
+ "fcamelCase": 4,
+ "letter": 4,
+ "letter.toUpperCase": 1,
+ "jQuery.fn.css": 2,
+ "jQuery.style": 17,
+ "jQuery.css": 56,
+ "cssHooks": 3,
+ "computed": 18,
+ "elem.style.opacity": 2,
+ "cssNumber": 5,
+ "cssProps": 3,
+ "jQuery.support.cssFloat": 2,
+ "elem.style": 27,
+ "origName": 10,
+ "jQuery.cssHooks": 8,
+ "jQuery.cssProps": 4,
+ "rrelNum.test": 1,
+ "jQuery.cssNumber": 6,
+ "swap": 3,
+ "camelCase": 4,
+ "string.replace": 3,
+ "jQuery.curCSS": 2,
+ "elem.offsetWidth": 6,
+ "getWH": 3,
+ "jQuery.swap": 4,
+ "rnumpx.test": 2,
+ "jQuery.support.opacity": 2,
+ "jQuery.cssHooks.opacity": 2,
+ "ropacity.test": 2,
+ "elem.currentStyle": 12,
+ "elem.currentStyle.filter": 2,
+ "elem.style.filter": 2,
+ "RegExp.": 3,
+ "style.zoom": 2,
+ "currentStyle.filter": 3,
+ "style.filter": 4,
+ "ralpha.test": 2,
+ "filter.replace": 3,
+ "jQuery.support.reliableMarginRight": 2,
+ "jQuery.cssHooks.marginRight": 2,
+ "elem.style.marginRight": 2,
+ "defaultView": 12,
+ "computedStyle": 11,
+ "name.replace": 2,
+ "elem.ownerDocument.defaultView": 2,
+ "defaultView.getComputedStyle": 8,
+ "computedStyle.getPropertyValue": 2,
+ "elem.ownerDocument.documentElement": 3,
+ "document.documentElement.currentStyle": 2,
+ "rsLeft": 9,
+ "elem.runtimeStyle": 3,
+ "rnum.test": 2,
+ "style.left": 6,
+ "elem.runtimeStyle.left": 5,
+ "elem.currentStyle.left": 2,
+ "style.pixelLeft": 2,
+ "elem.offsetHeight": 4,
+ "jQuery.expr.filters.hidden": 4,
+ "jQuery.support.reliableHiddenOffsets": 2,
+ "elem.style.display": 10,
+ "jQuery.expr.filters.visible": 2,
+ "r20": 4,
+ "rbracket": 2,
+ "rCRLF": 6,
+ "n/g": 3,
+ "rhash": 4,
+ "/#.*": 3,
+ "rheaders": 2,
+ "/mg": 3,
+ "rinput": 2,
+ "color": 6,
+ "date": 3,
+ "datetime": 4,
+ "email": 4,
+ "month": 3,
+ "range": 4,
+ "search": 7,
+ "tel": 4,
+ "week": 3,
+ "rlocalProtocol": 2,
+ "about": 3,
+ "app": 6,
+ "storage": 3,
+ "extension": 3,
+ "widget": 3,
+ "rnoContent": 2,
+ "GET": 3,
+ "HEAD": 3,
+ "rprotocol": 4,
+ "rquery": 2,
+ "rscript": 4,
+ "<\\/script>": 6,
+ "/gi": 4,
+ "rselectTextarea": 2,
+ "rspacesAjax": 6,
+ "rts": 4,
+ "rurl": 2,
+ "_load": 4,
+ "jQuery.fn.load": 2,
+ "prefilters": 8,
+ "transports": 6,
+ "ajaxLocation": 10,
+ "ajaxLocParts": 16,
+ "location.href": 2,
+ "ajaxLocation.href": 4,
+ "rurl.exec": 4,
+ "ajaxLocation.toLowerCase": 2,
+ "addToPrefiltersOrTransports": 6,
+ "structure": 16,
+ "dataTypeExpression": 8,
+ "dataTypes": 28,
+ "dataTypeExpression.toLowerCase": 2,
+ "dataTypes.length": 4,
+ "placeBefore": 8,
+ "dataType.substr": 2,
+ "inspectPrefiltersOrTransports": 10,
+ "originalOptions": 8,
+ "jqXHR": 46,
+ "inspected": 16,
+ "options.dataTypes": 2,
+ "executeOnly": 8,
+ "selection": 24,
+ "options.dataTypes.unshift": 2,
+ "params": 20,
+ "_load.apply": 2,
+ "off": 10,
+ "url.indexOf": 2,
+ "url.slice": 4,
+ "url.length": 2,
+ "jQuery.param": 6,
+ "jQuery.ajaxSettings.traditional": 4,
+ "complete": 21,
+ "status": 41,
+ "responseText": 10,
+ "jqXHR.responseText": 2,
+ "jqXHR.isResolved": 2,
+ "jqXHR.done": 4,
+ "responseText.replace": 2,
+ "self.each": 2,
+ "serialize": 3,
+ "this.serializeArray": 3,
+ "serializeArray": 3,
+ "this.elements": 6,
+ "this.disabled": 3,
+ "this.checked": 3,
+ "rselectTextarea.test": 2,
+ "rinput.test": 2,
+ ".map": 3,
+ "elem.name": 4,
+ "val.replace": 4,
+ "success": 14,
+ "getScript": 3,
+ "jQuery.get": 4,
+ "getJSON": 3,
+ "ajaxSetup": 3,
+ "settings": 11,
+ "jQuery.ajaxSettings": 6,
+ "ajaxSettings": 3,
+ "isLocal": 3,
+ "rlocalProtocol.test": 2,
+ "contentType": 6,
+ "processData": 5,
+ "accepts": 9,
+ "json": 6,
+ "/xml/": 3,
+ "/html/": 3,
+ "/json/": 3,
+ "responseFields": 9,
+ "converters": 20,
+ "window.String": 2,
+ "jQuery.parseXML": 2,
+ "ajaxPrefilter": 3,
+ "ajaxTransport": 3,
+ "ajax": 6,
+ "jQuery.ajaxSetup": 6,
+ "callbackContext": 16,
+ "s.context": 2,
+ "globalEventContext": 2,
+ "callbackContext.nodeType": 2,
+ "completeDeferred": 2,
+ "s.statusCode": 2,
+ "ifModifiedKey": 20,
+ "requestHeaders": 6,
+ "requestHeadersNames": 6,
+ "responseHeadersString": 8,
+ "responseHeaders": 16,
+ "transport": 10,
+ "timeoutTimer": 8,
+ "fireGlobals": 12,
+ "readyState": 3,
+ "setRequestHeader": 8,
+ "lname": 6,
+ "getAllResponseHeaders": 3,
+ "getResponseHeader": 3,
+ "rheaders.exec": 2,
+ "key.toLowerCase": 4,
+ "overrideMimeType": 3,
+ "s.mimeType": 8,
+ "abort": 10,
+ "statusText": 40,
+ "transport.abort": 2,
+ "responses": 26,
+ "clearTimeout": 7,
+ "jqXHR.readyState": 4,
+ "isSuccess": 12,
+ "response": 22,
+ "ajaxHandleResponses": 4,
+ "lastModified": 11,
+ "etag": 11,
+ "s.ifModified": 4,
+ "jqXHR.getResponseHeader": 6,
+ "jQuery.lastModified": 6,
+ "jQuery.etag": 6,
+ "ajaxConvert": 4,
+ "jqXHR.status": 4,
+ "jqXHR.statusText": 2,
+ "deferred.rejectWith": 2,
+ "jqXHR.statusCode": 4,
+ "globalEventContext.trigger": 6,
+ "completeDeferred.resolveWith": 1,
+ "jQuery.active": 4,
+ "jqXHR.success": 2,
+ "jqXHR.error": 2,
+ "jqXHR.fail": 2,
+ "jqXHR.complete": 2,
+ "completeDeferred.done": 1,
+ "jqXHR.then": 2,
+ "s.url": 32,
+ "s.dataTypes": 18,
+ "s.dataType": 4,
+ "s.crossDomain": 14,
+ "s.url.toLowerCase": 2,
+ "s.data": 27,
+ "s.processData": 2,
+ "s.traditional": 2,
+ "s.global": 4,
+ "s.type": 10,
+ "s.type.toUpperCase": 2,
+ "s.hasContent": 8,
+ "rnoContent.test": 2,
+ "rquery.test": 4,
+ "s.cache": 6,
+ "ts": 6,
+ "s.url.replace": 2,
+ "s.contentType": 6,
+ "options.contentType": 2,
+ "jqXHR.setRequestHeader": 10,
+ "s.accepts": 6,
+ "s.headers": 4,
+ "s.beforeSend": 2,
+ "s.beforeSend.call": 2,
+ "jqXHR.abort": 4,
+ "s.async": 8,
+ "s.timeout": 4,
+ "transport.send": 2,
+ "param": 5,
+ "traditional": 19,
+ "s.length": 4,
+ "encodeURIComponent": 6,
+ "a.jquery": 4,
+ "prefix": 27,
+ "buildParams": 8,
+ "s.join": 2,
+ "rbracket.test": 2,
+ "active": 4,
+ "s.contents": 2,
+ "s.responseFields": 2,
+ "ct": 70,
+ "finalDataType": 18,
+ "firstDataType": 8,
+ "dataTypes.shift": 2,
+ "dataTypes.unshift": 4,
+ "s.converters": 8,
+ "s.dataFilter": 4,
+ "current": 24,
+ "conversion": 6,
+ "conv": 18,
+ "conv1": 14,
+ "conv2": 16,
+ "conv1.split": 2,
+ "conversion.replace": 2,
+ "jsc": 4,
+ "jsre": 6,
+ "jsonp": 3,
+ "jsonpCallback": 19,
+ "jQuery.ajaxPrefilter": 4,
+ "originalSettings": 2,
+ "inspectData": 6,
+ "s.jsonp": 6,
+ "jsre.test": 4,
+ "responseContainer": 12,
+ "s.jsonpCallback": 8,
+ "previous": 6,
+ "url.replace": 2,
+ "jqXHR.always": 2,
+ "/javascript": 3,
+ "ecmascript/": 3,
+ "jQuery.ajaxTransport": 4,
+ "head": 4,
+ "document.head": 2,
+ "document.getElementsByTagName": 3,
+ "send": 6,
+ "script.async": 2,
+ "s.scriptCharset": 4,
+ "script.charset": 2,
+ "script.src": 2,
+ "script.onload": 6,
+ "script.onreadystatechange": 4,
+ "isAbort": 14,
+ "script.readyState": 4,
+ "/loaded": 3,
+ "complete/.test": 3,
+ "script.parentNode": 3,
+ "head.removeChild": 2,
+ "head.insertBefore": 2,
+ "head.firstChild": 2,
+ "xhrOnUnloadAbort": 8,
+ "window.ActiveXObject": 6,
+ "xhrCallbacks": 14,
+ "xhrId": 4,
+ "createStandardXHR": 6,
+ "window.XMLHttpRequest": 2,
+ "createActiveXHR": 4,
+ "jQuery.ajaxSettings.xhr": 4,
+ "this.isLocal": 3,
+ "xhr": 13,
+ "cors": 3,
+ "jQuery.support.ajax": 2,
+ "jQuery.support.cors": 2,
+ "s.xhr": 2,
+ "s.username": 4,
+ "xhr.open": 4,
+ "s.password": 2,
+ "s.xhrFields": 6,
+ "xhr.overrideMimeType": 4,
+ "xhr.setRequestHeader": 3,
+ "xhr.send": 2,
+ "xhr.readyState": 6,
+ "xhr.onreadystatechange": 4,
+ "xhr.abort": 2,
+ "xhr.status": 2,
+ "xhr.getAllResponseHeaders": 2,
+ "xhr.responseXML": 2,
+ "responses.xml": 2,
+ "responses.text": 4,
+ "xhr.responseText": 2,
+ "xhr.statusText": 2,
+ "s.isLocal": 2,
+ "firefoxAccessException": 4,
+ ".unload": 3,
+ "elemdisplay": 8,
+ "iframeDoc": 6,
+ "rfxtypes": 2,
+ "rfxnum": 2,
+ "timerId": 12,
+ "fxAttrs": 3,
+ "fxNow": 10,
+ "requestAnimationFrame": 4,
+ "window.webkitRequestAnimationFrame": 1,
+ "window.mozRequestAnimationFrame": 1,
+ "window.oRequestAnimationFrame": 1,
+ "speed": 46,
+ "easing": 39,
+ "this.animate": 10,
+ "genFx": 14,
+ "defaultDisplay": 6,
+ ".style": 4,
+ "_toggle": 4,
+ "jQuery.fn.toggle": 2,
+ "fn2": 6,
+ "bool": 36,
+ "this._toggle.apply": 2,
+ "fadeTo": 3,
+ "to": 10,
+ ".css": 3,
+ ".show": 4,
+ ".animate": 2,
+ "animate": 6,
+ "optall": 4,
+ "jQuery.speed": 2,
+ "optall.complete": 2,
+ "optall.queue": 5,
+ "jQuery._mark": 2,
+ "isElement": 6,
+ "unit": 17,
+ "opt.animatedProperties": 6,
+ "opt.specialEasing": 4,
+ "opt.easing": 2,
+ "opt.complete.call": 2,
+ "opt.overflow": 4,
+ "this.style.overflow": 4,
+ "this.style.overflowX": 2,
+ "this.style.overflowY": 2,
+ "jQuery.support.inlineBlockNeedsLayout": 2,
+ "this.style.display": 4,
+ "this.style.zoom": 2,
+ "rfxtypes.test": 2,
+ "rfxnum.exec": 2,
+ "e.cur": 4,
+ "e.custom": 4,
+ "gotoEnd": 18,
+ "timers": 18,
+ "jQuery.timers": 6,
+ "timers.length": 6,
+ "jQuery._unmark": 4,
+ "timers.splice": 4,
+ "this.dequeue": 1,
+ "createFxNow": 6,
+ "clearFxNow": 4,
+ "fxAttrs.concat.apply": 3,
+ "fxAttrs.slice": 2,
+ "slideDown": 3,
+ "slideUp": 3,
+ "slideToggle": 3,
+ "fadeIn": 3,
+ "fadeOut": 3,
+ "fadeToggle": 3,
+ "duration": 6,
+ "opt.duration": 10,
+ "jQuery.fx.off": 2,
+ "jQuery.fx.speeds._default": 2,
+ "opt.old": 4,
+ "opt.complete": 4,
+ "noUnmark": 4,
+ "opt.queue": 6,
+ "opt.old.call": 2,
+ "linear": 3,
+ "firstNum": 4,
+ "swing": 4,
+ "Math.cos": 4,
+ "p*Math.PI": 2,
+ "/2": 44,
+ "fx": 19,
+ "this.elem": 22,
+ "this.prop": 34,
+ "options.orig": 6,
+ "jQuery.fx.prototype": 2,
+ "update": 2,
+ "this.options.step": 2,
+ "this.options.step.call": 2,
+ "this.now": 13,
+ "jQuery.fx.step": 3,
+ "jQuery.fx.step._default": 2,
+ "this.elem.style": 4,
+ "parsed": 6,
+ "custom": 7,
"from": 4,
- "jsonp": 6,
- "was": 3,
- "called": 3,
- "application/javascript": 3,
- "application/ecmascript": 3,
- "ecmascript": 3,
- "Microsoft.XMLHTTP": 3,
- "withCredentials": 3,
- "X": 9,
- "With": 8,
- "XMLHttpRequest": 3,
- "marginBottom": 3,
- "paddingTop": 3,
- "paddingBottom": 3,
- "paddingLeft": 3,
- "paddingRight": 3,
- "olddisplay": 15,
- "each": 2,
- "rotate": 2,
- "rad": 2,
- "Y": 3,
- "overflow": 3,
- "<\">": 4,
- "nodeName": 3,
- "<!doctype>": 3,
- "<html>": 3,
- "<body>": 3,
- "</body>": 2,
- "</html>": 2,
- "getBoundingClientRect": 3,
- "visible": 4,
- "cellpadding=": 3,
- "cellspacing=": 3,
- "cy": 1,
- "f.isWindow": 1,
- "a.nodeType": 1,
- "a.defaultView": 1,
- "a.parentWindow": 1,
- "cv": 1,
- "cj": 1,
- "f": 58,
- ".appendTo": 1,
+ "raf": 4,
+ "this.startTime": 8,
+ "this.start": 10,
+ "this.end": 8,
+ "this.unit": 4,
+ "this.pos": 12,
+ "this.state": 12,
+ "self.step": 2,
+ "t.elem": 2,
+ "jQuery.timers.push": 2,
+ "fx.tick": 3,
+ "setInterval": 9,
+ "fx.interval": 2,
+ "this.options.orig": 4,
+ "this.options.show": 2,
+ "this.custom": 5,
+ "this.cur": 5,
+ "this.options.hide": 2,
+ "step": 11,
+ "options.duration": 8,
+ "this.update": 6,
+ "options.animatedProperties": 10,
+ "options.overflow": 4,
+ "jQuery.support.shrinkWrapBlocks": 2,
+ "options.hide": 4,
+ ".hide": 4,
+ "options.show": 2,
+ "options.complete.call": 1,
+ "Infinity": 3,
+ "jQuery.easing": 2,
+ "tick": 5,
+ "jQuery.fx.stop": 2,
+ "interval": 5,
+ "clearInterval": 9,
+ "speeds": 6,
+ "slow": 3,
+ "fast": 3,
+ "fx.elem": 5,
+ "fx.now": 8,
+ "fx.elem.style": 6,
+ "fx.prop": 8,
+ "Math.max": 24,
+ "fx.unit": 3,
+ "jQuery.expr.filters.animated": 2,
+ "fn.elem": 2,
+ ".appendTo": 4,
+ "elem.css": 2,
+ "elem.remove": 2,
+ "iframe.frameBorder": 2,
+ "iframe.width": 2,
+ "iframe.height": 2,
+ "document.body.appendChild": 1,
+ "iframe.createElement": 2,
+ "iframe.contentWindow": 2,
+ "iframe.contentDocument": 2,
+ ".document": 3,
+ "iframeDoc.write": 2,
+ "iframeDoc.createElement": 2,
+ "iframeDoc.body.appendChild": 2,
+ "document.body.removeChild": 1,
+ "rtable": 2,
+ "able": 3,
+ "rroot": 2,
+ "jQuery.fn.offset": 3,
+ "box": 8,
+ "jQuery.offset.setOffset": 3,
+ "elem.ownerDocument.body": 2,
+ "jQuery.offset.bodyOffset": 3,
+ "elem.getBoundingClientRect": 2,
+ "docElem": 8,
+ "doc.documentElement": 4,
+ "box.top": 4,
+ "box.left": 4,
+ "doc.body": 7,
+ "win": 18,
+ "getWindow": 7,
+ "clientTop": 6,
+ "docElem.clientTop": 2,
+ "clientLeft": 6,
+ "docElem.clientLeft": 2,
+ "scrollTop": 7,
+ "win.pageYOffset": 2,
+ "docElem.scrollTop": 4,
+ "scrollLeft": 7,
+ "win.pageXOffset": 2,
+ "docElem.scrollLeft": 4,
+ "jQuery.offset.initialize": 3,
+ "offsetParent": 29,
+ "elem.offsetParent": 4,
+ "prevOffsetParent": 4,
+ "doc.defaultView": 2,
+ "prevComputedStyle": 4,
+ "elem.offsetTop": 4,
+ "elem.offsetLeft": 4,
+ "jQuery.offset.supportsFixedPosition": 2,
+ "prevComputedStyle.position": 8,
+ "elem.scrollTop": 2,
+ "elem.scrollLeft": 2,
+ "jQuery.offset.doesNotAddBorder": 1,
+ "jQuery.offset.doesAddBorderForTableAndCells": 1,
+ "rtable.test": 2,
+ "computedStyle.borderTopWidth": 4,
+ "computedStyle.borderLeftWidth": 4,
+ "jQuery.offset.subtractsBorderForOverflowNotVisible": 1,
+ "computedStyle.overflow": 2,
+ "body.offsetTop": 6,
+ "body.offsetLeft": 4,
+ "jQuery.offset": 2,
+ "initialize": 4,
+ "container": 8,
+ "innerDiv": 2,
+ "checkDiv": 2,
+ "bodyMarginTop": 2,
+ "container.style": 1,
+ "container.innerHTML": 1,
+ "body.insertBefore": 2,
+ "body.firstChild": 2,
+ "container.firstChild": 1,
+ "innerDiv.firstChild": 1,
+ "innerDiv.nextSibling.firstChild.firstChild": 1,
+ "this.doesNotAddBorder": 2,
+ "checkDiv.offsetTop": 4,
+ "this.doesAddBorderForTableAndCells": 2,
+ "td.offsetTop": 2,
+ "checkDiv.style.position": 2,
+ "checkDiv.style.top": 2,
+ "this.supportsFixedPosition": 2,
+ "innerDiv.style.overflow": 1,
+ "innerDiv.style.position": 1,
+ "this.subtractsBorderForOverflowNotVisible": 2,
+ "this.doesNotIncludeMarginInBodyOffset": 2,
+ "body.removeChild": 3,
+ "bodyOffset": 3,
+ "jQuery.offset.doesNotIncludeMarginInBodyOffset": 1,
+ "setOffset": 3,
+ "elem.style.position": 2,
+ "curElem": 2,
+ "curOffset": 4,
+ "curElem.offset": 2,
+ "curCSSTop": 6,
+ "curCSSLeft": 6,
+ "calculatePosition": 4,
+ "curPosition": 4,
+ "curTop": 8,
+ "curLeft": 8,
+ "curElem.position": 2,
+ "curPosition.top": 2,
+ "curPosition.left": 2,
+ "options.call": 2,
+ "options.top": 4,
+ "props.top": 2,
+ "curOffset.top": 2,
+ "options.left": 4,
+ "props.left": 2,
+ "curOffset.left": 2,
+ "options.using.call": 2,
+ "curElem.css": 2,
+ "this.offsetParent": 6,
+ "this.offset": 4,
+ "parentOffset": 2,
+ "rroot.test": 4,
+ "offsetParent.offset": 2,
+ "offset.top": 4,
+ "offset.left": 4,
+ "parentOffset.top": 4,
+ "parentOffset.left": 4,
+ "offsetParent.nodeName": 2,
+ "offsetParent.offsetParent": 2,
+ "win.document.documentElement": 2,
+ "win.document.body": 2,
+ "win.scrollTo": 2,
+ ".scrollLeft": 3,
+ ".scrollTop": 3,
+ "elem.defaultView": 2,
+ "elem.parentWindow": 2,
+ "size.call": 1,
+ "docElemProp": 7,
+ "elem.document.documentElement": 1,
+ "elem.document.compatMode": 1,
+ "elem.document.body": 1,
+ "elem.documentElement": 4,
+ "elem.body": 4,
+ "this.css": 2,
+ "cy": 4,
+ "f.isWindow": 2,
+ "cv": 2,
+ "cj": 4,
"b.css": 1,
"b.remove": 1,
- "<\"||a.charAt(a.length-1)!==\">": 1,
- "a.getAttribute": 2,
- "j.test": 1,
- "b.toLowerCase": 1,
- "a.length": 1,
+ "ck": 5,
+ "c.createElement": 12,
+ "ck.frameBorder": 1,
+ "ck.width": 1,
+ "ck.height": 1,
+ "c.body.appendChild": 1,
+ "ck.createElement": 1,
+ "ck.contentWindow": 1,
+ "ck.contentDocument": 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,
+ "cq": 3,
+ "cs": 3,
+ "f.now": 2,
+ "ci": 40,
+ "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,
+ "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,
+ "by": 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": 36,
+ "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,
+ "getElementsByTagName": 1,
+ "0": 277,
+ "appendChild": 1,
+ "ownerDocument": 9,
+ "createElement": 3,
+ "b=": 25,
+ "e=": 22,
+ "nodeType": 1,
+ "d=": 16,
+ "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,
+ "g.origType.replace": 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,
+ "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,
+ "f.event.handle.call": 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=": 24,
+ "extend": 11,
+ "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,
+ "m.test": 1,
+ "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,
+ "a.DOMParser": 1,
+ "d.parseFromString": 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=": 12,
+ "h.concat.apply": 1,
+ "f.concat": 1,
+ "g.guid": 3,
+ "e.guid": 3,
+ "e.access": 1,
+ "s.exec": 1,
+ "t.exec": 1,
+ "u.exec": 1,
+ "a.indexOf": 2,
+ "v.exec": 1,
+ "a.fn.init": 2,
+ "a.superclass": 1,
+ "a.fn": 2,
+ "a.prototype": 1,
+ "a.fn.constructor": 1,
+ "a.sub": 1,
+ "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,
+ "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,
+ "j.reliableHiddenOffsets": 1,
+ "c.defaultView": 2,
+ "c.defaultView.getComputedStyle": 3,
+ "i.style.width": 1,
+ "i.style.marginRight": 1,
+ "j.reliableMarginRight": 1,
+ "l.innerHTML": 1,
+ "f.boxModel": 1,
+ "f.support.boxModel": 4,
+ "f.fn.jquery": 1,
+ "f.cache": 5,
+ "f.acceptData": 4,
+ "f.uuid": 1,
+ "f.noop": 4,
+ "f.camelCase": 5,
+ "f.support.deleteExpando": 3,
+ "f.noData": 2,
+ "f.fn.extend": 9,
+ "g.indexOf": 2,
+ "g.substring": 1,
+ "b.triggerHandler": 2,
+ "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,
+ "{-": 2,
+ "-}": 2,
+ "d.resolveWith": 1,
+ "f.Deferred": 2,
+ "f._Deferred": 2,
+ "l.done": 1,
+ "d.promise": 1,
+ "f.access": 3,
+ "f.attr": 2,
+ "f.removeAttr": 3,
+ "f.prop": 2,
+ "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,
+ "c.set": 1,
+ "a.attributes.value": 1,
+ "a.text": 1,
+ "a.selectedIndex": 3,
+ "a.options": 2,
+ "<i;h++){var>": 3,
+ "optDisabled": 1,
+ "optgroup": 2,
+ "selected=": 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,
+ "f.propHooks": 1,
+ "h.set": 1,
+ "h.get": 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,
+ "f.event": 2,
+ "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": 4,
+ "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,
+ "s.events": 1,
+ "c.type": 10,
+ "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,
+ "getData": 1,
+ "setData": 1,
+ "changeData": 1,
+ "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,
+ "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,
+ "namespace_re": 1,
+ "handler=": 1,
+ "data=": 2,
+ "handleObj=": 1,
+ "result=": 1,
+ "split": 3,
+ "Event": 3,
+ "target=": 2,
+ "relatedTarget=": 1,
+ "fromElement=": 1,
+ "pageX=": 2,
+ "pageY=": 1,
+ "which=": 3,
+ "metaKey=": 1,
+ "2": 82,
+ "3": 16,
+ "4": 5,
+ "1e8": 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,
+ "isPropagationStopped=": 1,
+ "cancelBubble=": 1,
+ "isImmediatePropagationStopped=": 1,
+ "G=": 1,
+ "H=": 1,
+ "submit=": 1,
+ "specialSubmit": 3,
+ "keyCode=": 1,
+ "J=": 1,
+ "selectedIndex": 1,
+ "a.selected": 1,
+ "z.test": 3,
+ "d.readOnly": 1,
+ "c.liveFired": 1,
+ "f.event.special.change": 1,
+ "K.call": 2,
+ "a.keyCode": 2,
+ "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,
+ "g.charAt": 1,
+ "n.unbind": 1,
+ "y.exec": 1,
+ "a.push": 2,
+ "n.length": 2,
+ "<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,
+ "<h;g++){var>": 2,
+ "sizcache=": 4,
+ "sizset": 2,
+ "sizset=": 2,
+ "toLowerCase": 3,
+ "W/": 1,
+ "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,
- "swing": 1,
- "a.jQuery": 1,
- "a.": 1,
- "rdashAlpha": 1,
- "z": 2,
- "/ig": 1,
- "rmsPrefix": 1,
- "ms": 2,
- "fcamelCase": 1,
- "all": 4,
- "letter": 3,
- "charAt": 1,
- "1": 8,
- "#id": 1,
- ".7.2": 1,
- "once": 5,
- "memory": 6,
- "fired": 1,
- "memorized": 1,
- "pending": 1,
+ "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,
+ "c.documentElement.compareDocumentPosition": 1,
+ "a.ownerDocument": 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,
+ "U": 1,
+ "f.expr.match.POS": 1,
+ "V": 2,
+ "<d;c++){g=e.length,f.find(a,this[c],e);if(c>": 1,
+ "e.splice": 1,
+ "<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,
+ "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,
+ "f.merge": 2,
+ "f.dir": 6,
+ "f.nth": 2,
+ "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,
+ "a.nextSibling": 1,
+ "bc": 1,
+ "bd": 1,
+ "bg": 3,
+ "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,
+ "b.map": 1,
+ "b.contents": 1,
+ "c.wrapAll": 1,
+ "b.append": 1,
+ "a.push.apply": 2,
+ "f.cleanData": 4,
+ "d.parentNode.removeChild": 1,
+ "b.getElementsByTagName": 1,
+ "f.clone": 2,
+ "bc.test": 2,
+ "f.support.leadingWhitespace": 2,
+ "Z.test": 2,
+ "_.exec": 2,
+ "c.html": 3,
+ "c.replaceWith": 1,
+ "f.support.checkClone": 2,
+ "bd.test": 2,
+ "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,
+ "f.fragments": 3,
+ "i.createDocumentFragment": 1,
+ "f.clean": 1,
+ "g.childNodes.length": 1,
+ "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,
+ "o.insertBefore": 1,
+ "Z.exec": 1,
+ "f.support.appendChecked": 1,
+ "k.nodeType": 1,
+ "h.push": 1,
+ "be.test": 1,
+ "h.splice.apply": 1,
+ "j.nodeName": 1,
+ "j.nodeName.toLowerCase": 1,
+ "f.removeEvent": 1,
+ "b.handle": 2,
+ "j.removeAttribute": 2,
+ "bo": 2,
+ "bp": 1,
+ "bq": 2,
+ "br": 20,
+ "bs": 2,
+ "bt": 62,
+ "bu": 11,
+ "bv": 2,
+ "bw": 2,
+ "bz": 7,
+ "bA": 3,
+ "bB": 5,
+ "bC": 2,
+ "f.fn.css": 1,
+ "f.style": 4,
+ "zIndex": 1,
+ "fontWeight": 1,
+ "zoom": 1,
+ "lineHeight": 1,
+ "widows": 1,
+ "orphans": 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,
+ "f.curCSS": 1,
+ "f.swap": 2,
+ "<0||e==null){e=a.style[b];return>": 1,
+ "auto": 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,
+ "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,
+ "bH": 2,
+ "bI": 1,
+ "bJ": 1,
+ "bK": 1,
+ "bL": 1,
+ "bM": 2,
+ "bN": 2,
+ "bO": 2,
+ "bP": 1,
+ "bR": 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,
+ "a.responseText": 1,
+ "a.isResolved": 1,
+ "a.done": 1,
+ "i.html": 1,
+ "i.each": 1,
+ "bP.test": 1,
+ "bJ.test": 1,
+ "b.name": 2,
+ "f.get": 2,
+ "f.ajaxSettings": 4,
+ "bK.test": 1,
+ "a.String": 1,
+ "f.parseXML": 1,
+ "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,
+ "bI.exec": 1,
+ "d.mimeType": 1,
+ "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,
+ "http": 2,
+ "80": 2,
+ "443": 2,
+ "s=": 14,
+ "t=": 22,
+ "toUpperCase": 1,
+ "hasContent=": 1,
+ "ajaxStart": 1,
+ "hasContent": 2,
+ "cache=": 2,
+ "x=": 1,
+ "y=": 5,
+ "1_=": 1,
+ "_=": 1,
+ "Content": 1,
+ "Type": 1,
+ "ifModified": 1,
+ "If": 2,
+ "Modified": 1,
+ "Since": 1,
+ "None": 1,
+ "Match": 1,
+ "Accept": 1,
+ "q=": 1,
+ "01": 1,
+ "beforeSend": 2,
+ "p=": 5,
+ "No": 1,
+ "Transport": 1,
+ "readyState=": 1,
+ "ajaxSend": 1,
+ "timeout": 3,
+ "v.abort": 1,
+ "d.timeout": 1,
+ "p.send": 1,
+ "f.isPlainObject": 1,
+ "d.join": 1,
+ "cc": 2,
+ "cd": 3,
+ "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,
+ "a.cache": 6,
+ "a.crossDomain": 2,
+ "a.global": 1,
+ "f.ajaxTransport": 2,
+ "c.head": 1,
+ "c.getElementsByTagName": 1,
+ "d.async": 1,
+ "a.scriptCharset": 2,
+ "d.charset": 1,
+ "d.src": 1,
+ "a.url": 1,
+ "d.onload": 3,
+ "d.onreadystatechange": 2,
+ "d.readyState": 2,
+ "e.removeChild": 1,
+ "e.insertBefore": 1,
+ "e.firstChild": 1,
+ "ce": 6,
+ "cg": 7,
+ "cf": 7,
+ "f.ajaxSettings.xhr": 2,
+ "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,
+ "cm": 2,
+ "cn": 1,
+ "co": 5,
+ "cp": 1,
+ "cr": 23,
+ "a.webkitRequestAnimationFrame": 1,
+ "a.mozRequestAnimationFrame": 1,
+ "a.oRequestAnimationFrame": 1,
+ "d.style": 3,
+ "<e;d++)this[d].style&&(this[d].style.display=\"none\");return>": 1,
+ "queue=": 2,
+ "animatedProperties=": 1,
+ "animatedProperties": 2,
+ "specialEasing": 2,
+ "overflow=": 2,
+ "overflow": 2,
+ "overflowX": 1,
+ "overflowY": 1,
+ "inline": 1,
+ "float": 1,
+ "none": 1,
+ "display=": 3,
+ "zoom=": 1,
+ "l=": 12,
+ "m=": 2,
+ "duration=": 2,
+ "old=": 1,
+ "complete=": 1,
+ "Math": 55,
+ "cos": 1,
+ "PI": 55,
+ "5": 27,
+ "options=": 1,
+ "prop=": 3,
+ "orig=": 1,
+ "startTime=": 1,
+ "start=": 1,
+ "end=": 1,
+ "unit=": 1,
+ "now=": 1,
+ "pos=": 1,
+ "state=": 1,
+ "co=": 2,
+ "show=": 1,
+ "hide=": 1,
+ "e.duration": 3,
+ "e.animatedProperties": 5,
+ "e.overflow": 2,
+ "f.support.shrinkWrapBlocks": 1,
+ "e.hide": 2,
+ "e.show": 1,
+ "e.orig": 1,
+ "e.complete.call": 1,
+ "h/e.duration": 1,
+ "f.easing": 1,
+ "*this.pos": 1,
+ "f.timers": 2,
+ "a.splice": 1,
+ "f.fx.stop": 1,
+ "a.elem": 2,
+ "a.now": 4,
+ "a.elem.style": 3,
+ "a.prop": 5,
+ "a.unit": 1,
+ "f.expr.filters.animated": 1,
+ "b.elem": 1,
+ "cw": 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,
+ "b.style": 1,
+ "d.nextSibling.firstChild.firstChild": 1,
+ "e.offsetTop": 4,
+ "h.offsetTop": 1,
+ "e.style.position": 2,
+ "e.style.top": 2,
+ "d.style.overflow": 1,
+ "d.style.position": 1,
+ "a.offsetTop": 2,
+ "a.offsetLeft": 1,
+ "f.offset.doesNotIncludeMarginInBodyOffset": 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,
+ "cx.test": 2,
+ "b.offset": 1,
+ "d.top": 2,
+ "d.left": 2,
+ "a.offsetParent": 1,
+ "g.document.documentElement": 1,
+ "g.document.body": 1,
+ "g.scrollTo": 1,
+ "e.document.documentElement": 1,
+ "e.document.compatMode": 1,
+ "e.document.body": 1,
+ "rmsPrefix": 2,
+ "readyList.add": 1,
+ "readyList.fireWith": 1,
+ ".off": 4,
+ "jQuery.Callbacks": 7,
+ "obj.window": 1,
+ "isNumeric": 1,
+ "isFinite": 2,
+ "xml.getElementsByTagName": 1,
+ "chainable": 4,
+ "emptyGet": 3,
+ "bulk": 3,
+ "exec.call": 1,
+ "flagsCache": 3,
+ "createFlags": 2,
+ "flags": 12,
+ "flags.split": 1,
+ "flags.length": 1,
+ "stack": 6,
+ "memory": 15,
+ "firingStart": 4,
+ "firingLength": 6,
+ "firingIndex": 7,
+ "actual": 1,
+ "flags.unique": 2,
+ "self.has": 1,
+ "list.push": 1,
+ "fire": 4,
+ "flags.memory": 1,
+ "flags.stopOnFalse": 1,
+ "flags.once": 3,
+ "stack.length": 1,
+ "stack.shift": 1,
+ "self.fireWith": 2,
+ "self.disable": 2,
+ "argIndex": 4,
+ "argLength": 2,
+ "list.splice": 1,
+ "disable": 1,
+ "lock": 1,
+ "locked": 1,
+ "fireWith": 1,
+ "stack.push": 1,
+ "doneList": 2,
+ "failList": 2,
+ "progressList": 2,
+ "lists": 4,
"notify": 1,
- "resolved": 1,
- "rejected": 1,
- "nav": 4,
- "<:nav>": 1,
- "</:nav>": 1,
- "visibility": 2,
- "%": 17,
- "parsedAttrs": 2,
- ".run": 4,
- "nodeHook": 3,
- "nodeHook.get": 1,
- "nodeHook.set": 1,
+ "doneList.add": 1,
+ "failList.add": 1,
+ "progress": 2,
+ "progressList.add": 1,
+ "doneList.fired": 1,
+ "failList.fired": 1,
+ "progressCallbacks": 2,
+ ".progress": 1,
+ "fnProgress": 2,
+ "newDefer.notify": 1,
+ "promise.promise": 1,
+ ".fire": 1,
+ ".fireWith": 1,
+ "failList.disable": 1,
+ "progressList.lock": 2,
+ "doneList.disable": 1,
+ "pValues": 3,
+ "pCount": 1,
+ "progressFunc": 2,
+ "deferred.notifyWith": 1,
+ "enctype": 1,
+ ".enctype": 1,
+ "html5Clone": 1,
+ ".outerHTML": 1,
+ "pixelMargin": 1,
+ "document.compatMode": 1,
+ "fragment.removeChild": 2,
+ "offsetSupport": 3,
+ "conMarginTop": 4,
+ "positionTopLeftWidthHeight": 4,
+ "paddingMarginBorderVisibility": 4,
+ "paddingMarginBorder": 6,
+ "container.style.cssText": 1,
+ "container.appendChild": 1,
+ "window.getComputedStyle": 6,
+ "div.style.padding": 1,
+ "div.style.border": 1,
+ "div.style.overflow": 2,
+ "div.style.cssText": 1,
+ "outer.firstChild": 1,
+ "outer.nextSibling.firstChild.firstChild": 1,
+ "doesNotAddBorder": 1,
+ "inner.offsetTop": 4,
+ "doesAddBorderForTableAndCells": 1,
+ "inner.style.position": 2,
+ "inner.style.top": 2,
+ "offsetSupport.fixedPosition": 1,
+ "outer.style.overflow": 1,
+ "outer.style.position": 1,
+ "offsetSupport.subtractsBorderForOverflowNotVisible": 1,
+ "offsetSupport.doesNotIncludeMarginInBodyOffset": 1,
+ "div.style.marginTop": 1,
+ "support.pixelMargin": 1,
+ ".marginTop": 1,
+ "container.style.zoom": 2,
+ "privateCache": 2,
+ "isEvents": 3,
+ "thisCache.data": 3,
+ "privateCache.events": 1,
+ "name.split": 1,
+ "name.length": 1,
+ "cache.setInterval": 1,
+ "elem.attributes": 2,
+ "self.triggerHandler": 2,
+ "jQuery.isNumeric": 3,
+ "defer.fire": 1,
+ "setter": 3,
+ "hooks.stop": 2,
+ "tmp.add": 1,
+ "nodeHook": 5,
+ "fixSpecified": 3,
+ "setClass.indexOf": 1,
+ ".removeClass": 1,
+ ".toggleClass": 1,
+ "ret.replace": 1,
+ "attrNames": 3,
+ "attrNames.length": 1,
+ "nodeHook.get": 2,
+ "nodeHook.set": 3,
"jQuery.attrHooks.tabindex": 1,
"jQuery.propHooks.tabIndex": 1,
"attrNode": 2,
- "jQuery.prop": 1,
+ "property": 9,
"attrNode.nodeValue": 1,
- "getSetAttribute": 1,
- "fixSpecified": 2,
"coords": 1,
- "**": 3,
- "timeStamp": 1,
- "char": 1,
- "buttons": 1,
- "click._submit": 1,
- "keypress._submit": 1,
- "submit._submit": 1,
- "._submit": 1,
- "propertychange._change": 1,
- "click._change": 1,
- "beforeactivate._change": 1,
- "change._change": 1,
- "._change": 1,
+ "ret.specified": 1,
+ "document.createAttribute": 1,
+ "elem.setAttributeNode": 1,
+ "jQuery.attrHooks.tabindex.set": 1,
+ "jQuery.attrHooks.contenteditable": 1,
+ "jQuery.support.enctype": 1,
+ "jQuery.propFix.enctype": 1,
+ "rtypenamespace": 1,
+ "rhoverHack": 2,
+ "b/": 1,
+ "rkeyEvent": 1,
+ "key/": 1,
+ "rmouseEvent": 1,
+ "mouse": 1,
"contextmenu": 1,
- "expando": 1,
- "Math.random": 1,
- "ll": 2,
- "be": 3,
- "faster": 1,
- "an": 1,
- "parts.length": 5,
- "Expr.match.ID.test": 2,
- "Sizzle.find": 2,
- "parts.shift": 1,
- "ret.expr": 4,
- "ret.set": 4,
- "expr": 1,
- "parts.pop": 3,
- "makeArray": 2,
- "context.parentNode": 2,
- "Expr.relative": 1,
- "global": 1,
- "abbr": 2,
- "article": 3,
- "aside": 3,
- "audio": 11,
- "bdi": 2,
- "canvas": 29,
- "datalist": 2,
- "details": 3,
- "figcaption": 3,
- "figure": 3,
- "footer": 3,
- "header": 3,
- "hgroup": 3,
- "meter": 2,
- "output": 2,
- "progress": 2,
- "section": 4,
- "summary": 2,
- "time": 3,
- "video": 3,
- "<(?:\">": 1,
- "nodeNames": 1,
- "_submit_attached": 1,
- "_change_attached": 1,
- "fillOpacity": 1,
- "awesome": 1,
- "hack": 1,
- "by": 1,
- "Dean": 1,
- "Edwards": 1,
- "computed": 1,
- "percentage": 1,
- "specified": 1,
- "used": 1,
- "flat": 1,
- "UTF": 1,
+ "click/": 1,
+ "rfocusMorph": 1,
+ "focusinfocus": 1,
+ "focusoutblur": 1,
+ "rquickIs": 1,
+ "w*": 1,
+ "quickParse": 2,
+ "quick": 10,
+ "rquickIs.exec": 1,
+ "quickIs": 2,
+ "attrs": 8,
+ "attrs.id": 2,
+ "hoverHack": 3,
+ "jQuery.event.special.hover": 1,
+ "events.replace": 1,
+ "tns": 9,
+ "handleObjIn.selector": 1,
+ "jQuery.event.dispatch.apply": 1,
+ "types.length": 2,
+ "rtypenamespace.exec": 2,
+ "special.delegateType": 3,
+ "special.bindType": 3,
+ "handlers.delegateCount": 3,
+ "handlers.splice": 1,
+ "mappedTypes": 2,
+ "origCount": 3,
+ "namespaces.split": 1,
+ "namespaces.test": 1,
+ "eventType.delegateCount": 1,
+ "eventPath": 4,
+ "bubbleType": 5,
+ "rfocusMorph.test": 2,
+ "event.isTrigger": 5,
+ ".handle.elem": 1,
+ "special.trigger": 1,
+ "special.trigger.apply": 1,
+ "special.noBubble": 1,
+ "eventPath.push": 2,
+ "old.defaultView": 1,
+ "old.parentWindow": 1,
+ "eventPath.length": 1,
+ "special._default.apply": 1,
+ "event.target.offsetWidth": 1,
+ "dispatch": 1,
+ "delegateCount": 5,
+ ".slice.call": 1,
+ "handlerQueue": 2,
+ "jqcur": 3,
+ "selMatch": 5,
+ "sel": 6,
+ "event.delegateTarget": 1,
+ "special.preDispatch": 1,
+ "special.preDispatch.call": 1,
+ "jqcur.context": 1,
+ "this.ownerDocument": 1,
+ "cur.disabled": 1,
+ "handleObj.quick": 2,
+ "jqcur.is": 1,
+ "matches.push": 1,
+ "matches.length": 1,
+ "handlerQueue.push": 2,
+ "handlers.slice": 1,
+ "handlerQueue.length": 1,
+ "matched.elem": 2,
+ "matched.matches.length": 1,
+ "matched.matches": 1,
+ ".handle": 1,
+ "special.postDispatch": 1,
+ "special.postDispatch.call": 1,
+ "fixHooks": 1,
+ "keyHooks": 1,
+ "original.charCode": 2,
+ "original.keyCode": 1,
+ "mouseHooks": 1,
+ "eventDoc": 2,
+ "original.button": 1,
+ "original.fromElement": 1,
+ "original.clientX": 2,
+ "eventDoc.documentElement": 1,
+ "eventDoc.body": 1,
+ "original.clientY": 1,
+ "original.toElement": 1,
+ "fixHook": 1,
+ "jQuery.event.fixHooks": 3,
+ "fixHook.props": 2,
+ "this.props.concat": 1,
+ "copy.length": 1,
+ "originalEvent.srcElement": 1,
+ "fixHook.filter": 2,
+ "noBubble": 1,
+ "delegateType": 3,
+ "simulate": 1,
+ "bubble": 2,
+ "isSimulated": 1,
+ "jQuery.event.dispatch.call": 1,
+ "jQuery.event.handle": 1,
+ "jQuery.event.dispatch": 1,
+ "src.timeStamp": 1,
+ "bindType": 1,
+ "elem.form": 1,
+ "form._submit_attached": 2,
+ "event._submit_bubble": 3,
+ "postDispatch": 1,
+ "jQuery.event.simulate": 4,
+ "event.originalEvent.propertyName": 1,
+ "this._just_changed": 3,
+ "elem._change_attached": 2,
+ "event.isSimulated": 2,
+ "event.handleObj.handler.apply": 1,
+ "origFn": 2,
+ "this.on": 6,
+ "origFn.apply": 1,
+ "origFn.guid": 2,
+ "types.handleObj": 2,
+ "types.delegateTarget": 1,
+ "this.off": 4,
+ ".on": 1,
+ "rkeyEvent.test": 1,
+ "jQuery.event.keyHooks": 1,
+ "rmouseEvent.test": 1,
+ "jQuery.event.mouseHooks": 1,
+ "getText": 1,
+ "Sizzle.attr": 4,
+ "Sizzle.selectors.attrMap": 1,
+ "jQuery.expr.match.globalPOS": 1,
+ ".index": 1,
+ "this.prevAll": 1,
+ ".firstChild": 1,
+ "createSafeFragment": 3,
+ "nodeNames.split": 1,
+ "safeFrag": 2,
+ "safeFrag.createElement": 2,
+ "list.pop": 1,
+ "nodeNames": 2,
+ "rnoInnerhtml": 1,
+ "rnoshimcache": 1,
+ "safeFragment": 1,
+ "elem.innerHTML.replace": 1,
+ "rnoInnerhtml.test": 1,
+ "curData.data": 3,
+ "dest.text": 2,
+ "src.text": 2,
+ "first.charAt": 1,
+ "jQuery.support.html5Clone": 2,
+ "rnoshimcache.test": 2,
+ "shimCloneNode": 2,
+ "safeFragment.appendChild": 2,
+ "elem.outerHTML": 1,
+ "safeChildNodes": 2,
+ "safeFragment.childNodes": 1,
+ "div.parentNode.removeChild": 2,
+ "safeChildNodes.length": 2,
+ "remove.parentNode": 1,
+ "remove.parentNode.removeChild": 1,
+ "script.type": 2,
+ "script.parentNode.removeChild": 1,
+ "script.nodeType": 1,
+ "script.getElementsByTagName": 1,
+ "rnumnonpx": 1,
+ "rmargin": 1,
+ "margin/": 1,
+ "cssExpand": 8,
+ "rrelNum.exec": 1,
+ "jQuery.support.pixelMargin": 1,
+ "rmargin.test": 1,
+ "rnumnonpx.test": 3,
+ "style.width": 3,
+ "computedStyle.width": 1,
+ "uncomputed": 3,
+ "getWidthOrHeight": 3,
+ "style.removeAttribute": 1,
+ "suffix": 3,
"expand": 1,
- "fxshow": 6,
- "jquery": 1,
+ "expanded": 3,
+ "local": 1,
+ "allTypes": 3,
+ "ajaxExtend": 3,
+ "flatOptions": 3,
+ "jQuery.ajaxSettings.flatOptions": 1,
+ "nativeStatusText": 3,
+ "completeDeferred.fireWith": 1,
+ "completeDeferred.add": 1,
+ "application": 1,
+ "/x": 1,
+ "www": 1,
+ "urlencoded/.test": 1,
+ "doAnimation": 3,
+ "hooks.expand": 1,
+ "hadTimers": 3,
+ "stopQueue": 3,
+ ".stop": 13,
+ "index.indexOf": 1,
+ "index.length": 1,
+ ".queue": 1,
+ ".saveState": 1,
+ "t.queue": 1,
+ "this.options.queue": 1,
+ "t.saveState": 1,
+ "self.elem": 3,
+ "self.prop": 3,
+ "self.options.hide": 1,
+ "self.start": 1,
+ "self.options.show": 1,
+ "self.end": 1,
+ "dataShow": 4,
+ "options.complete": 2,
+ "complete.call": 1,
+ "timer": 4,
+ "prop.indexOf": 1,
+ "iframeDoc.close": 1,
+ "getOffset": 4,
+ "jQuery.support.fixedPosition": 2,
+ "jQuery.support.doesNotAddBorder": 1,
+ "jQuery.support.doesAddBorderForTableAndCells": 1,
+ "jQuery.support.subtractsBorderForOverflowNotVisible": 1,
+ "jQuery.support.doesNotIncludeMarginInBodyOffset": 1,
+ "/Y/.test": 1,
+ "clientProp": 5,
+ "scrollProp": 4,
+ "offsetProp": 3,
+ "elem.document": 1,
+ "define": 2,
+ "define.amd": 1,
+ "define.amd.jQuery": 1,
+ "JSON": 3,
"Date.prototype.toJSON": 2,
- "isFinite": 1,
"this.valueOf": 2,
"this.getUTCFullYear": 1,
"this.getUTCMonth": 1,
@@ -8804,7 +12262,6 @@
"String.prototype.toJSON": 1,
"Number.prototype.toJSON": 1,
"Boolean.prototype.toJSON": 1,
- "cx": 1,
"u0000": 1,
"u00ad": 1,
"u0600": 1,
@@ -8822,13 +12279,15 @@
"ufff0": 1,
"uffff": 1,
"escapable": 1,
- "JSON.stringify": 2,
+ "boolean": 1,
+ "JSON.stringify": 4,
+ "/bfnrt": 1,
+ "fA": 2,
"JSON.parse": 1,
- "PUT": 2,
- "DELETE": 2,
+ "PUT": 1,
+ "DELETE": 1,
"_id": 1,
- "add": 1,
- "remove": 3,
+ "Can": 1,
"ties": 1,
"collection.": 1,
"_removeReference": 1,
@@ -8845,37 +12304,32 @@
"model.previous": 1,
"model.id": 1,
"this.trigger.apply": 2,
- "methods": 3,
+ "methods": 2,
"_.each": 1,
"Backbone.Collection.prototype": 1,
"this.models": 1,
- ".concat": 2,
"_.toArray": 1,
"Backbone.Router": 1,
"options.routes": 2,
"this.routes": 4,
"this._bindRoutes": 1,
- "this.initialize.apply": 1,
+ "this.initialize.apply": 2,
"namedParam": 2,
"splatParam": 2,
"escapeRegExp": 2,
- "_.extend": 7,
+ "_.extend": 9,
"Backbone.Router.prototype": 1,
"Backbone.Events": 2,
- "initialize": 2,
- "route": 14,
+ "route": 18,
"Backbone.history": 2,
"Backbone.History": 2,
"_.isRegExp": 1,
"this._routeToRegExp": 1,
"Backbone.history.route": 1,
"_.bind": 2,
- "fragment": 13,
- "args": 4,
"this._extractParameters": 1,
- "callback.apply": 1,
- "navigate": 1,
- "triggerRoute": 2,
+ "navigate": 2,
+ "triggerRoute": 4,
"Backbone.history.navigate": 1,
"_bindRoutes": 1,
"routes": 4,
@@ -8886,57 +12340,78 @@
"route.replace": 1,
"_extractParameters": 1,
"route.exec": 1,
- "this.handlers": 1,
+ "this.handlers": 2,
"_.bindAll": 1,
- "hashStrip": 3,
+ "hashStrip": 4,
"#*": 1,
"isExplorer": 1,
"/msie": 1,
- "historyStarted": 2,
+ "historyStarted": 3,
"Backbone.History.prototype": 1,
- "interval": 1,
"getFragment": 1,
"forcePushState": 2,
- "this._hasPushState": 4,
+ "this._hasPushState": 6,
"window.location.pathname": 1,
- "search": 4,
"window.location.search": 1,
"fragment.indexOf": 1,
- "this.options.root": 3,
+ "this.options.root": 6,
"fragment.substr": 1,
"this.options.root.length": 1,
- "window.location.hash": 1,
+ "window.location.hash": 3,
"fragment.replace": 1,
- "<iframe>": 1,
- "src=": 1,
- "tabindex=": 1,
- "pushState": 1,
- "or": 5,
- "hashes": 1,
- "whether": 1,
- ".bind": 2,
+ "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,
- "oldIE": 1,
"this.interval": 1,
- "this.fragment": 4,
- "loc": 1,
+ "this.fragment": 13,
+ "loc": 2,
"atRoot": 3,
"loc.pathname": 1,
- "this._wantsPushState": 2,
- "this.getFragment": 1,
"loc.hash": 1,
"loc.hash.replace": 1,
- "dealing": 1,
- "with": 3,
+ "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,
+ "_.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": 3,
+ "this.el": 10,
"eventSplitter": 2,
- "S": 4,
- "viewOptions": 1,
+ "viewOptions": 2,
"Backbone.View.prototype": 1,
"tagName": 3,
"render": 1,
- ".remove": 1,
"make": 1,
"attributes": 3,
"el": 4,
@@ -8944,20 +12419,26 @@
".html": 1,
"delegateEvents": 1,
"this.events": 1,
- ".unbind": 1,
- "this.cid": 2,
"key.match": 1,
- "create": 1,
- "update": 1,
- "read": 1,
- "Some": 1,
- "possible": 1,
- "customizations": 1,
- "could": 1,
+ "_configure": 1,
+ "viewOptions.length": 1,
+ "_ensureElement": 1,
+ "this.attributes": 1,
+ "this.id": 2,
+ "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,
- "methodMap": 1,
- "params": 2,
- "processData": 1,
"params.url": 2,
"getUrl": 2,
"urlError": 2,
@@ -8970,11 +12451,7 @@
"params.data._method": 1,
"params.type": 1,
"params.beforeSend": 1,
- "xhr": 1,
- "xhr.setRequestHeader": 1,
".ajax": 1,
- "inherits": 1,
- "protoProps": 4,
"staticProps": 3,
"protoProps.hasOwnProperty": 1,
"protoProps.constructor": 1,
@@ -8987,168 +12464,124 @@
"resp": 3,
"model.trigger": 1,
"escapeHTML": 1,
- "string.replace": 1,
"#x": 1,
"da": 1,
- "/gi": 1,
"</g,>": 1,
- "lt": 1,
- "replace": 1,
"#x27": 1,
"#x2F": 1,
"window.Modernizr": 1,
- "version": 2,
- "Modernizr": 8,
+ "Modernizr": 12,
"enableClasses": 3,
"docElement": 1,
- "document.documentElement": 1,
- "mod": 11,
- "modElem": 1,
+ "mod": 12,
+ "modElem": 2,
"mStyle": 2,
"modElem.style": 1,
- "inputElem": 5,
- "smile": 3,
+ "inputElem": 6,
+ "smile": 4,
"prefixes": 2,
- ".split": 6,
"omPrefixes": 1,
"cssomPrefixes": 2,
"omPrefixes.split": 1,
"domPrefixes": 3,
"omPrefixes.toLowerCase": 1,
"ns": 1,
- "tests": 35,
+ "tests": 46,
"inputs": 3,
- "attrs": 3,
"classes": 1,
"classes.slice": 1,
- "featureName": 4,
- "injectElementWithStyles": 4,
- "rule": 2,
- "nodes": 5,
+ "featureName": 5,
+ "injectElementWithStyles": 9,
+ "rule": 5,
"testnames": 3,
- "node": 6,
- "fakeBody": 2,
+ "fakeBody": 4,
"node.id": 1,
- "div.appendChild": 1,
- ".join": 4,
- "want": 1,
- "so": 2,
- "check": 1,
- "exists": 1,
+ "div.id": 1,
+ "fakeBody.appendChild": 1,
+ "//avoid": 1,
+ "crashing": 1,
+ "IE8": 1,
+ "used": 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": 16,
- "window.getComputedStyle": 1,
- "getComputedStyle": 1,
- "node.currentStyle": 1,
- "isEventSupported": 4,
+ "node.currentStyle": 2,
+ "isEventSupported": 5,
"TAGNAMES": 2,
- "isSupported": 2,
"element.setAttribute": 3,
- "element.removeAttribute": 1,
+ "element.removeAttribute": 2,
"_hasOwnProperty": 2,
- "hasOwnProperty": 4,
+ "hasOwnProperty": 5,
"_hasOwnProperty.call": 2,
"object.constructor.prototype": 1,
"Function.prototype.bind": 2,
- "slice.call": 3,
"bound": 3,
"F.prototype": 1,
"target.prototype": 1,
- "result": 8,
"target.apply": 2,
- "args.concat": 2,
- "setCss": 5,
- "str": 2,
+ "Object": 1,
+ "setCss": 7,
+ "str": 4,
"mStyle.cssText": 1,
- "setCssAll": 1,
- "str1": 2,
- "str2": 2,
- "prefixes.join": 2,
- "legit": 1,
+ "setCssAll": 2,
+ "str1": 6,
+ "str2": 4,
+ "prefixes.join": 3,
+ "substr": 2,
"testProps": 3,
- "props": 18,
"prefixed": 7,
"testDOMProps": 2,
"item": 4,
"item.bind": 1,
- "testPropsAll": 11,
+ "testPropsAll": 17,
"ucProp": 5,
"prop.charAt": 1,
"prop.substr": 1,
"cssomPrefixes.join": 1,
"elem.getContext": 2,
- ".getContext": 1,
+ ".getContext": 16,
".fillText": 1,
"window.WebGLRenderingContext": 1,
"window.DocumentTouch": 1,
"DocumentTouch": 1,
- "quite": 1,
- "tricky": 1,
+ "node.offsetTop": 1,
"window.postMessage": 1,
"window.openDatabase": 1,
- "document.documentMode": 2,
- "window.history": 1,
"history.pushState": 1,
"mStyle.backgroundColor": 3,
- "/.test": 10,
"mStyle.background": 1,
".style.textShadow": 1,
- ".55": 2,
- "cssanimations": 1,
- "animationName": 1,
- "csscolumns": 1,
- "columnCount": 1,
- "cssgradients": 1,
- "background": 3,
- "gradient": 3,
- "linear": 2,
- "bottom": 1,
- "#9f9": 2,
- "white": 2,
- "cssreflections": 1,
- "boxReflect": 1,
- "csstransforms": 1,
- "transform": 3,
- "csstransforms3d": 1,
- "perspective": 1,
- "D": 1,
- "transforms": 1,
- "off": 4,
- "browser": 1,
- "webkitPerspective": 1,
- "@media": 1,
- "#modernizr": 3,
- "csstransitions": 1,
- "fontface": 1,
- "@font": 1,
- "face": 1,
- "font": 1,
- "family": 1,
- "generatedcontent": 1,
- "here": 1,
- "we": 1,
- "extend": 1,
- "elem.canPlayType": 2,
- "bool.ogg": 1,
- "video/mp4": 1,
- "codecs": 4,
- "video/webm": 1,
- "audio/ogg": 1,
- "audio/mpeg": 1,
- "audio/wav": 1,
- "audio/x": 1,
- "m4a": 1,
- "audio/aac": 1,
- "localStorage": 1,
- "go": 1,
- "aggressive.": 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,
+ ".cssText": 1,
+ "style.cssText": 1,
+ "/src/i.test": 1,
+ "cssText.indexOf": 1,
+ "rule.split": 1,
+ "elem.canPlayType": 10,
+ "Boolean": 2,
+ "bool.ogg": 2,
+ "no": 8,
+ "bool.h264": 1,
+ "bool.webm": 1,
+ "bool.mp3": 1,
+ "bool.wav": 1,
+ "bool.m4a": 1,
"localStorage.setItem": 1,
"localStorage.removeItem": 1,
"sessionStorage.setItem": 1,
@@ -9158,65 +12591,101 @@
"document.createElementNS": 6,
"ns.svg": 4,
".createSVGRect": 1,
- "div.innerHTML": 1,
- "div.firstChild": 1,
"div.firstChild.namespaceURI": 1,
"/SVGAnimate/.test": 1,
- "toString.call": 2,
"/SVGClipPath/.test": 1,
- "webforms": 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,
- "range": 1,
"inputElem.style.WebkitAppearance": 1,
- "docElement.appendChild": 1,
- "document.defaultView": 1,
- "defaultView.getComputedStyle": 2,
".WebkitAppearance": 1,
"inputElem.offsetHeight": 1,
"docElement.removeChild": 1,
- "tel": 1,
- "email": 1,
"inputElem.checkValidity": 2,
- "feature": 3,
- "feature.toLowerCase": 1,
+ "feature": 12,
+ "feature.toLowerCase": 2,
"classes.push": 1,
- "going": 1,
- "quit": 1,
- "you": 1,
+ "Modernizr.input": 1,
+ "Modernizr.addTest": 2,
"docElement.className": 2,
- "<xyz>": 1,
- "</xyz>": 1,
- "<style>": 1,
- "</style>": 1,
- "f.cloneNode": 1,
- "n.createElement": 1,
- "h.shivMethods": 1,
- "*display": 2,
- "*zoom": 2,
- "controls": 1,
- "#FF0": 1,
- "color": 2,
- "elements": 2,
- "shivCSS": 2,
- "shivMethods": 1,
- "createElement": 3,
- "createDocumentFragment": 1,
- "should": 1,
- "overwritten.": 1,
- "@memberOf": 1,
- "html5": 2,
- "@type": 1,
+ "window.html5": 2,
+ "reSkip": 1,
+ "saveClones": 1,
+ "code": 1,
+ "fieldset": 1,
+ "h1": 5,
+ "h2": 5,
+ "h3": 3,
+ "h4": 3,
+ "h5": 1,
+ "h6": 1,
+ "img": 1,
+ "label": 2,
+ "li": 30,
+ "link": 1,
+ "ol": 1,
+ "span": 1,
+ "strong": 1,
+ "tfoot": 1,
+ "th": 1,
+ "ul": 1,
+ "supportsHtml5Styles": 5,
+ "supportsUnknownElements": 3,
+ "//if": 2,
+ "implemented": 1,
+ "we": 4,
+ "can": 1,
+ "assume": 1,
+ "supports": 1,
+ "HTML5": 1,
+ "Styles": 1,
+ "fails": 1,
+ "Chrome": 2,
+ "are": 1,
+ "of": 7,
+ "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,
+ "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,
- "shivDocument": 2,
- "window.html5": 1,
"Modernizr._version": 1,
"Modernizr._prefixes": 1,
"Modernizr._domPrefixes": 1,
@@ -9232,25 +12701,44 @@
"classes.join": 1,
"this.document": 1,
"PEG.parser": 1,
- "quote": 2,
- "result0": 164,
- "result1": 52,
- "result2": 28,
- "parse_singleQuotedCharacter": 2,
- "result1.push": 1,
- "input.charCodeAt": 12,
- "pos": 90,
- "reportFailures": 39,
- "matchFailed": 22,
- "pos1": 24,
+ "quote": 3,
+ "result0": 264,
+ "result1": 81,
+ "result2": 77,
+ "parse_singleQuotedCharacter": 3,
+ "result1.push": 3,
+ "input.charCodeAt": 18,
+ "reportFailures": 64,
+ "matchFailed": 40,
+ "pos1": 63,
"chars": 1,
"chars.join": 1,
- "parse_eolChar": 5,
- "any": 7,
- "character": 8,
- "result3": 6,
- "result4": 9,
- "parse_classCharacter": 2,
+ "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,
@@ -9259,42 +12747,25 @@
"end.rawText": 2,
"begin.data": 1,
"end.data": 1,
- "rawText": 2,
- "pos0": 23,
"parse_bracketDelimitedCharacter": 2,
- "char_": 3,
"quoteForRegexpClass": 1,
"parse_simpleBracketDelimitedCharacter": 2,
- "parse_simpleEscapeSequence": 1,
- "parse_zeroEscapeSequence": 1,
- "parse_hexEscapeSequence": 1,
- "parse_unicodeEscapeSequence": 2,
- "parse_eolEscapeSequence": 2,
- "pos2": 6,
"parse_digit": 3,
- "x0B": 2,
- "x00": 1,
+ "input.substr": 9,
"parse_hexDigit": 7,
- "h1": 4,
- "h2": 4,
- "String.fromCharCode": 2,
- "input.substr": 3,
- "h3": 2,
- "h4": 2,
+ "String.fromCharCode": 4,
"parse_eol": 4,
"eol": 2,
- "input.charAt": 14,
"parse_letter": 1,
"parse_lowerCaseLetter": 2,
"parse_upperCaseLetter": 2,
- "Z": 1,
- "parse___": 1,
"parse_whitespace": 3,
"parse_comment": 3,
"result0.push": 1,
"parse_singleLineComment": 2,
- "parse_multiLineComment": 1,
+ "parse_multiLineComment": 2,
"u2029": 2,
+ "x0B": 1,
"uFEFF": 1,
"u1680": 1,
"u180E": 1,
@@ -9304,22 +12775,19 @@
"u205F": 1,
"u3000": 1,
"cleanupExpected": 2,
- "expected": 11,
+ "expected": 12,
"expected.sort": 1,
"lastExpected": 3,
"cleanExpected": 2,
"expected.length": 4,
"cleanExpected.push": 1,
"computeErrorPosition": 2,
- "line": 11,
+ "line": 14,
"column": 8,
"seenCR": 5,
- "Math.max": 3,
"rightmostFailuresPos": 2,
- "ch": 30,
"parseFunctions": 1,
"startRule": 1,
- "input.length": 2,
"found": 8,
"errorPosition": 1,
"rightmostFailuresExpected": 1,
@@ -9331,26 +12799,22 @@
"buildMessage": 2,
"expectedHumanized": 5,
"foundHumanized": 3,
- "switch": 7,
- "break": 11,
"expected.slice": 1,
"this.expected": 1,
"this.found": 1,
"this.message": 3,
- "this.offset": 1,
"this.line": 3,
"this.column": 1,
"result.SyntaxError.prototype": 1,
"Error.prototype": 1,
"/usr/bin/env": 1,
- "steelseries": 1,
+ "steelseries": 13,
"n.charAt": 1,
"n.substring": 1,
"i.substring": 3,
"this.color": 1,
- "ui": 3,
+ "ui": 42,
"/255": 1,
- "y": 3,
"t.getRed": 4,
"t.getGreen": 4,
"t.getBlue": 4,
@@ -9358,7 +12822,6 @@
"i.getRed": 1,
"i.getGreen": 1,
"i.getBlue": 1,
- "o": 17,
"i.getAlpha": 1,
"*f": 2,
"w/r": 1,
@@ -9370,421 +12833,2876 @@
"l*u": 1,
"c*u": 1,
"h*u": 1,
- "vr": 2,
- "stop": 1,
- "Math.floor": 9,
- "Math.log10": 1,
+ "vr": 21,
+ "Math.floor": 39,
+ "Math.log10": 2,
"n/Math.pow": 1,
- ".5": 26,
"<r?10:5:2:1,i*Math.pow(10,u)}function>": 1,
- "e=": 3,
- "o=": 3,
- "beginPath": 2,
- "moveTo": 1,
- "lineTo": 4,
+ "beginPath": 27,
+ "moveTo": 18,
+ "lineTo": 42,
"quadraticCurveTo": 4,
- "closePath": 1,
- "stroke": 1,
- "i=": 3,
- "width=": 2,
- "height=": 2,
- "ii": 2,
- "u=": 3,
- "getContext": 2,
- "2d": 2,
- "ft": 1,
- "fillStyle=": 1,
- "rect": 1,
- "0": 7,
- "fill": 1,
- "t=": 1,
+ "closePath": 21,
+ "stroke": 18,
+ "canvas": 22,
+ "width=": 21,
+ "height=": 21,
+ "ii": 41,
+ "getContext": 30,
+ "2d": 30,
+ "ft": 97,
+ "fillStyle=": 26,
+ "rect": 3,
+ "fill": 19,
"getImageData": 1,
- "2": 5,
- "3": 2,
- "wt": 1,
- "r=": 3,
+ "wt": 44,
"32": 1,
"62": 1,
- "f=": 2,
"84": 1,
- "s=": 2,
"94": 1,
- "ar": 1,
- "255": 3,
- "max": 1,
- "min": 1,
+ "ar": 21,
+ "255": 4,
+ "min": 2,
+ ".5": 50,
"u/": 3,
"/u": 3,
"f/": 1,
- "vt": 1,
+ "vt": 69,
"n*6": 2,
"i*": 3,
"h*t": 1,
- "*t": 1,
+ "*t": 4,
"f*255": 1,
"u*255": 1,
"r*255": 1,
- "st": 1,
+ "st": 80,
"n/255": 1,
"t/255": 1,
"i/255": 1,
"f/r": 1,
"/f": 3,
- "<0?0:n>": 1,
- "si": 1,
- "ti": 2,
- "Math.round": 3,
+ "<0?0:n>": 5,
+ "si": 32,
+ "ti": 51,
+ "Math.round": 15,
+ "or": 24,
"/r": 1,
"u*r": 1,
- "ni": 1,
- "tt": 1,
- "ei": 2,
- "ot": 1,
- "i.gaugeType": 2,
- "steelseries.GaugeType.TYPE4": 1,
- "i.size": 2,
- "i.minValue": 2,
- "i.maxValue": 2,
- "bf": 1,
- "i.niceScale": 2,
- "i.threshold": 2,
- "/2": 1,
- "i.section": 2,
- "i.area": 2,
- "lu": 1,
- "i.titleString": 1,
- "preload": 5,
- "sans": 45,
- "serif": 52,
- "type1": 42,
- "type2": 28,
- "type3": 11,
- "type4": 9,
- "gray": 7,
- "#520000": 8,
- "#fc1d00": 8,
- "#FFFFFF": 8,
- "center": 20,
- "middle": 21,
- "horizontal": 3,
- "tangent": 3,
- "normal": 3,
- "fractional": 8,
- "scientific": 8,
- "standard": 8,
- "type15": 7,
- "type16": 5,
- "type13": 7,
- "up": 6,
- "steady": 6,
- "down": 6,
- "#000000": 45,
- "#333333": 12,
- "#cccccc": 4,
- "#111111": 1,
- "#3c3c3c": 2,
- "#323232": 6,
- "type5": 6,
- "west": 2,
- "rgba": 164,
- ".7": 1,
- ".0": 1,
- ".05": 5,
- ".1": 5,
- ".2": 2,
- "#4c4c4c": 2,
- "#666666": 16,
- "#e6e6e6": 2,
- "rgb": 243,
- "u00b0": 11,
+ "ni": 41,
+ "tt": 83,
+ "ei": 35,
+ "ot": 66,
+ "i.gaugeType": 6,
+ "steelseries.GaugeType.TYPE4": 2,
+ "i.size": 14,
+ "i.minValue": 10,
+ "i.maxValue": 10,
+ "i.niceScale": 10,
+ "i.threshold": 10,
+ "i.section": 8,
+ "i.area": 4,
+ "lu": 10,
+ "i.titleString": 10,
+ "au": 10,
+ "i.unitString": 10,
+ "hu": 11,
+ "i.frameDesign": 16,
+ "steelseries.FrameDesign.METAL": 10,
+ "wu": 9,
+ "i.frameVisible": 16,
+ "i.backgroundColor": 16,
+ "steelseries.BackgroundColor.DARK_GRAY": 8,
+ "i.backgroundVisible": 16,
+ "pt": 64,
+ "i.pointerType": 6,
+ "steelseries.PointerType.TYPE1": 6,
+ "i.pointerColor": 8,
+ "steelseries.ColorDef.RED": 7,
+ "ee": 2,
+ "i.knobType": 6,
+ "steelseries.KnobType.STANDARD_KNOB": 14,
+ "fi": 39,
+ "i.knobStyle": 6,
+ "steelseries.KnobStyle.SILVER": 4,
+ "i.lcdColor": 10,
+ "steelseries.LcdColor.STANDARD": 10,
+ "i.lcdVisible": 10,
+ "eu": 13,
+ "i.lcdDecimals": 8,
+ "ye": 2,
+ "i.digitalFont": 10,
+ "pe": 2,
+ "i.fractionalScaleDecimals": 4,
+ "i.ledColor": 10,
+ "steelseries.LedColor.RED_LED": 8,
+ "ru": 15,
+ "i.ledVisible": 10,
+ "vf": 5,
+ "i.thresholdVisible": 8,
+ "kr": 18,
+ "i.minMeasuredValueVisible": 8,
+ "dr": 17,
+ "i.maxMeasuredValueVisible": 8,
+ "i.foregroundType": 12,
+ "steelseries.ForegroundType.TYPE1": 8,
+ "af": 5,
+ "i.foregroundVisible": 16,
+ "oe": 2,
+ "i.labelNumberFormat": 10,
+ "steelseries.LabelNumberFormat.STANDARD": 5,
+ "yr": 19,
+ "i.playAlarm": 10,
+ "uf": 5,
+ "i.alarmSound": 10,
+ "fe": 2,
+ "i.customLayer": 10,
+ "le": 1,
+ "i.tickLabelOrientation": 4,
+ "steelseries.GaugeType.TYPE1": 5,
+ "steelseries.TickLabelOrientation.TANGENT": 2,
+ "steelseries.TickLabelOrientation.NORMAL": 2,
+ "wr": 19,
+ "i.trendVisible": 4,
+ "hr": 21,
+ "i.trendColors": 4,
+ "steelseries.LedColor.GREEN_LED": 2,
+ "steelseries.LedColor.CYAN_LED": 2,
+ "sr": 26,
+ "i.useOdometer": 2,
+ "i.odometerParams": 2,
+ "wf": 4,
+ "i.odometerUseValue": 2,
+ "ki": 29,
+ "r.createElement": 29,
+ "ki.setAttribute": 2,
+ "yf": 3,
+ "ri": 39,
+ "ht": 51,
+ "ef": 5,
+ "steelseries.TrendState.OFF": 4,
+ "lr": 21,
+ "f*.06": 1,
+ "f*.29": 19,
+ "er": 24,
+ "f*.36": 4,
+ "et": 68,
+ "gi": 35,
+ "at": 78,
+ "rr": 28,
+ "*lt": 9,
+ "r.getElementById": 13,
+ "u.save": 8,
+ "u.clearRect": 7,
+ "u.canvas.width": 10,
+ "u.canvas.height": 10,
+ "s/2": 2,
+ "it": 132,
+ "k/2": 1,
+ "pf": 4,
+ ".6*s": 1,
+ "ne": 2,
+ ".4*k": 1,
+ "pr": 18,
+ "s/10": 1,
+ "ae": 2,
+ "hf": 4,
+ "k*.13": 2,
+ "s*.4": 1,
+ "sf": 5,
+ "rf": 5,
+ "k*.57": 1,
+ "tf": 5,
+ "ve": 2,
+ "k*.61": 1,
+ "Math.PI/2": 50,
+ "ue": 1,
+ "Math.PI/180": 9,
+ "ff": 5,
+ "ir": 30,
+ "nr": 29,
+ "ai": 33,
+ "yt": 55,
+ "fr": 27,
+ "oi": 35,
+ "lf": 5,
+ "re": 2,
+ "ai/": 2,
+ "h/vt": 1,
+ "*vt": 4,
+ "Math.ceil": 68,
+ "b/vt": 1,
+ "vt/": 3,
+ "ot.type": 10,
+ "Math.PI": 15,
+ "at/yt": 4,
+ "*Math.PI": 32,
+ "*ue": 1,
+ "ci/2": 1,
+ "wi": 34,
+ "nf": 7,
+ "wi.getContext": 2,
+ "di": 30,
+ "ut": 100,
+ "di.getContext": 2,
+ "fu": 13,
+ "hi": 25,
+ "f*.093457": 10,
+ "uu": 13,
+ "hi.getContext": 6,
+ "nu": 13,
+ "gt.getContext": 3,
+ "iu": 15,
+ "f*.028037": 6,
+ "se": 1,
+ "iu.getContext": 1,
+ "gr": 13,
+ "he": 1,
+ "gr.getContext": 1,
+ "vi": 27,
+ "tu": 15,
+ "vi.getContext": 2,
+ "yi": 27,
+ "ou": 13,
+ "yi.getContext": 2,
+ "pi": 34,
+ "kt": 45,
+ "pi.getContext": 3,
+ "pu": 9,
+ "li.getContext": 6,
+ "gu": 9,
+ "du": 10,
+ "ku": 9,
+ "yu": 10,
+ "su": 12,
+ "tr.getContext": 1,
+ "kf": 3,
+ "u.textAlign": 3,
+ "u.strokeStyle": 10,
+ "ei.textColor": 2,
+ "u.fillStyle": 19,
+ "steelseries.LcdColor.STANDARD_GREEN": 5,
+ "u.shadowColor": 2,
+ "u.shadowOffsetX": 2,
+ "s*.007": 3,
+ "u.shadowOffsetY": 2,
+ "u.shadowBlur": 2,
+ "u.font": 3,
+ "u.fillText": 3,
+ "n.toFixed": 2,
+ "bi*.05": 1,
+ "hf*.5": 1,
+ "pr*.38": 1,
+ "bi*.9": 1,
+ "u.restore": 6,
+ "te": 2,
+ "n.save": 108,
+ "n.drawImage": 18,
+ "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": 104,
+ "ie": 2,
+ "t.width": 7,
+ "f*.046728": 1,
+ "t.height": 6,
+ "t.width*.9": 4,
+ "t.getContext": 2,
+ "n.createLinearGradient": 50,
+ ".1": 37,
+ "t.height*.9": 6,
+ "i.addColorStop": 74,
+ ".3": 15,
+ ".59": 6,
+ "n.fillStyle": 107,
+ "n.beginPath": 112,
+ "n.moveTo": 73,
+ "t.width*.5": 4,
+ "n.lineTo": 125,
+ "t.width*.1": 2,
+ "n.closePath": 84,
+ "n.fill": 80,
+ "n.strokeStyle": 45,
+ "n.stroke": 49,
+ "vu": 10,
+ "<h?t=h:t>": 1,
+ "<h?i=h:i>": 1,
+ "n.lineWidth": 46,
+ "s*.035": 2,
+ "at/yt*t": 1,
+ "at/yt*h": 1,
+ "yt/at": 1,
+ "n.translate": 103,
+ "n.rotate": 59,
+ "n.arc": 34,
+ "s*.365": 2,
+ "n.lineWidth/2": 2,
+ "df": 3,
+ "bt.labelColor.setAlpha": 1,
+ "n.textAlign": 17,
+ "n.textBaseline": 13,
+ "s*.04": 1,
+ "n.font": 41,
+ "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": 69,
+ "e.toFixed": 2,
+ "e.toPrecision": 1,
+ "n.frame": 34,
+ "n.background": 34,
+ "n.led": 20,
+ "n.pointer": 10,
+ "n.foreground": 34,
+ "n.trend": 4,
+ "n.odo": 2,
+ "rt": 68,
+ "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,
+ ".color": 37,
+ "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,
+ "digits": 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": 109,
+ "bt.labelColor": 2,
+ "pt.type": 6,
+ "steelseries.TrendState.UP": 2,
+ "steelseries.TrendState.STEADY": 2,
+ "steelseries.TrendState.DOWN": 2,
+ "dt": 48,
+ "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": 25,
+ "e3": 9,
+ "this.setValue": 10,
+ "<h?h:n>": 5,
+ "ki.pause": 1,
+ "ki.play": 1,
+ "this.repaint": 175,
+ "this.getValue": 10,
+ "this.setOdoValue": 1,
+ "this.getOdoValue": 1,
+ "this.setValueAnimated": 9,
+ "t.playing": 1,
+ "t.stop": 1,
+ "Tween": 16,
+ "Tween.regularEaseInOut": 8,
+ "t.onMotionChanged": 1,
+ "n.target._pos": 10,
+ "<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,
+ "frame": 32,
+ "this.getMinValue": 3,
+ "this.setMaxValue": 3,
+ "this.getMaxValue": 4,
+ "this.setThreshold": 4,
+ "this.setArea": 1,
+ "foreground": 41,
+ "this.setSection": 4,
+ "this.setThresholdVisible": 4,
+ "this.setLcdDecimals": 3,
+ "this.setFrameDesign": 11,
+ "this.setBackgroundColor": 10,
+ "pointer": 30,
+ "this.setForegroundType": 9,
+ "this.setPointerType": 4,
+ "this.setPointerColor": 6,
+ "this.setLedColor": 6,
+ "led": 19,
+ "this.setLcdColor": 6,
+ "this.setTrend": 2,
+ "this.setTrendVisible": 2,
+ "trend": 2,
+ "odo": 1,
+ "u.drawImage": 22,
+ "cu.setValue": 1,
+ "of.state": 1,
+ "u.translate": 9,
+ "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": 7,
+ "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": 7,
+ "si.getContext": 4,
+ "ci/": 2,
+ "f/ht": 1,
+ "*ht": 10,
+ "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": 20,
+ "ai.width": 1,
+ "ai.height": 1,
+ "ri.width": 3,
+ "ri.height": 3,
+ "yt.width": 3,
+ "yt.height": 3,
+ "si.width": 2,
+ "si.height": 2,
+ "s*.085": 1,
+ "e*.35514": 2,
+ ".107476*ut": 1,
+ ".897195*ut": 1,
+ "t.addColorStop": 82,
+ ".22": 5,
+ ".76": 5,
+ "s*.075": 1,
+ ".112149*ut": 1,
+ ".892523*ut": 1,
+ "r.addColorStop": 47,
+ "e*.060747": 2,
+ "e*.023364": 2,
+ "n.createRadialGradient": 20,
+ ".030373*e": 1,
+ "u.addColorStop": 23,
+ "i*kt": 1,
+ "n.rect": 13,
+ "n.canvas.width": 9,
+ "n.canvas.height": 9,
+ "n.canvas.width/2": 6,
+ "n.canvas.height/2": 4,
+ "u.createRadialGradient": 11,
+ "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": 2,
+ "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": 5,
+ "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": 2,
+ "kt/at": 2,
+ "f.clearRect": 5,
+ "f.canvas.width": 8,
+ "f.canvas.height": 8,
+ "h/2": 2,
+ "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": 6,
+ "st.getContext": 6,
+ "u*.028037": 7,
+ "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": 7,
+ "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": 16,
+ "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": 3,
+ "st.height": 3,
+ "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": 9,
+ "f.drawImage": 22,
+ "f.translate": 10,
+ "f.rotate": 5,
+ "f.canvas.width*.4865": 2,
+ "f.canvas.height*.27": 2,
+ "f.restore": 7,
+ "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": 9,
+ "fi.setAttribute": 2,
+ "l.type": 26,
+ "y.clearRect": 2,
+ "y.canvas.width": 4,
+ "y.canvas.height": 4,
+ "*.05": 4,
+ "f/2": 19,
+ "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": 5,
+ "lt.textColor": 2,
+ "n.shadowColor": 3,
+ "n.shadowOffsetX": 5,
+ "u*.003": 2,
+ "n.shadowOffsetY": 5,
+ "n.shadowBlur": 5,
+ "u*.004": 1,
+ "u*.007": 5,
+ "u*.009": 2,
+ "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": 3,
+ "t.save": 2,
+ "t.createLinearGradient": 5,
+ "i.height*.9": 6,
+ "t.fillStyle": 7,
+ "t.beginPath": 10,
+ "t.moveTo": 6,
+ "i.height*.5": 2,
+ "t.lineTo": 17,
+ "i.width*.9": 6,
+ "t.closePath": 9,
+ "i.width*.5": 2,
+ "t.fill": 7,
+ "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": 3,
+ ".142857": 5,
+ ".19857": 6,
+ "f*r*bt/": 1,
+ "f*": 6,
+ "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": 13,
+ "p.addColorStop": 4,
+ "r.getRgbaColor": 8,
+ ".15": 6,
+ ".48": 11,
+ ".49": 6,
+ "n.fillRect": 16,
+ "t*.435714": 4,
+ "i*.435714": 4,
+ "i*.142857": 1,
+ "b.addColorStop": 4,
+ ".69": 1,
+ ".7": 6,
+ ".4": 7,
+ "t*.007142": 4,
+ "t*.571428": 2,
+ "i*.007142": 4,
+ "i*.571428": 2,
+ "t*.45": 4,
+ "t*.114285": 1,
+ "t/2": 7,
+ "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": 6,
+ "t*.05": 2,
+ "ot.addColorStop": 2,
+ ".98": 3,
+ "Math.PI*.5": 2,
+ "f*.05": 3,
+ ".049*t": 8,
+ ".825*t": 9,
+ "n.bezierCurveTo": 160,
+ ".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": 7,
+ "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": 13,
+ ".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": 6,
+ "f*.121428": 2,
+ "g.height": 6,
+ "e*.012135": 2,
+ "f*.012135": 2,
+ "e*.121428": 2,
+ "g.getContext": 8,
+ "d.width": 4,
+ "d.height": 4,
+ "d.getContext": 3,
+ "pt.getContext": 4,
+ "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": 9,
+ ".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": 6,
+ "y*.121428": 2,
+ "w*.012135": 2,
+ "y*.012135": 2,
+ "w*.121428": 2,
+ "y*.093457": 2,
+ "w*.093457": 2,
+ "pt.width": 2,
+ "pt.height": 2,
+ "ku.repaint": 1,
+ "k.labelColor": 1,
+ "r*": 3,
+ "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": 12,
+ ".145098": 1,
+ ".149019": 1,
+ "t*.15": 3,
+ "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": 5,
+ "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": 13,
+ "save": 30,
+ "restore": 20,
+ "repaint": 25,
+ "dr=": 1,
+ "128": 2,
+ "48": 1,
+ "w=": 5,
+ "lcdColor": 4,
+ "LcdColor": 5,
+ "STANDARD": 5,
+ "pt=": 5,
+ "lcdDecimals": 4,
+ "lt=": 5,
+ "unitString": 4,
+ "at=": 3,
+ "unitStringVisible": 4,
+ "ht=": 8,
+ "digitalFont": 4,
+ "bt=": 3,
+ "valuesNumeric": 4,
+ "ct=": 6,
+ "autoScroll": 2,
+ "section": 2,
+ "wt=": 3,
+ "getElementById": 4,
+ "clearRect": 8,
+ "v=": 5,
+ "floor": 16,
+ "ot=": 4,
+ "sans": 12,
+ "serif": 13,
+ "it=": 8,
+ "nt=": 5,
+ "et=": 6,
+ "kt=": 4,
+ "textAlign=": 7,
+ "strokeStyle=": 19,
+ "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=": 4,
+ "095": 1,
+ "createLinearGradient": 12,
+ "addColorStop": 50,
+ "4c4c4c": 1,
+ "08": 1,
+ "666666": 2,
+ "92": 2,
+ "e6e6e6": 1,
+ "gradientStartColor": 1,
+ "tt=": 4,
+ "gradientFraction1Color": 1,
+ "gradientFraction2Color": 1,
+ "gradientFraction3Color": 1,
+ "gradientStopColor": 1,
+ "yt=": 4,
+ "31": 26,
+ "ut=": 7,
+ "rgb": 6,
+ "03": 2,
+ "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": 2,
+ "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": 3,
+ "METAL": 3,
+ "frameVisible": 4,
+ "backgroundColor": 2,
+ "BackgroundColor": 2,
+ "DARK_GRAY": 2,
+ "vt=": 2,
+ "backgroundVisible": 2,
+ "pointerColor": 4,
+ "ColorDef": 9,
+ "RED": 10,
+ "foregroundType": 4,
+ "ForegroundType": 3,
+ "TYPE1": 5,
+ "foregroundVisible": 4,
+ "180": 28,
+ "ni=": 2,
+ "labelColor": 6,
+ "getRgbaColor": 40,
+ "translate": 44,
+ "360": 18,
+ "p.labelColor.getRgbaColor": 4,
+ "f*.38": 7,
+ "f*.37": 3,
+ "<f||(r=\"8px>": 1,
+ "rotate": 34,
+ "u00b0": 8,
+ "41": 3,
+ "45": 5,
+ "25": 10,
+ "085": 5,
+ "100": 4,
+ "90": 3,
+ "21": 2,
"u221e": 2,
- "miter": 12,
- "N": 2,
- "NE": 2,
- "E": 2,
- "SE": 2,
- "SW": 2,
- "W": 2,
- "NW": 2,
- "#e3e5e8": 4,
- "#abb1b8": 6,
- "Latest": 1,
- "Average": 1,
+ "135": 1,
+ "225": 1,
+ "75": 3,
+ "270": 1,
+ "315": 1,
+ "ti=": 2,
+ "200934": 2,
+ "434579": 4,
+ "163551": 5,
+ "560747": 8,
+ "lineWidth=": 11,
+ "lineCap=": 5,
+ "lineJoin=": 5,
+ "471962": 8,
+ "205607": 1,
+ "523364": 6,
+ "799065": 2,
+ "836448": 5,
+ "794392": 1,
+ "ii=": 3,
+ "350467": 5,
+ "130841": 1,
+ "476635": 5,
+ "bezierCurveTo": 6,
+ "490654": 6,
+ "345794": 3,
+ "509345": 5,
+ "154205": 1,
+ "350466": 1,
+ "dark": 4,
+ "light": 11,
+ "setAlpha": 9,
+ "70588": 4,
+ "59": 3,
+ "dt=": 2,
+ "285046": 5,
+ "514018": 6,
+ "21028": 1,
+ "481308": 4,
+ "280373": 3,
+ "495327": 2,
+ "504672": 2,
+ "224299": 2,
+ "289719": 3,
+ "714953": 5,
+ "789719": 1,
+ "719626": 3,
+ "7757": 1,
+ "71028": 1,
+ "ft=": 4,
+ "*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": 13,
+ "s.clearRect": 8,
+ "s.canvas.width": 4,
+ "s.canvas.height": 4,
+ "s.drawImage": 13,
+ "e*kt": 1,
+ "s.translate": 16,
+ "s.rotate": 8,
+ "s.fillStyle": 18,
+ "s.textAlign": 1,
+ "s.textBaseline": 1,
+ "s.restore": 14,
+ "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": 6,
+ "ut.getContext": 4,
+ "it.getContext": 2,
+ "ot.getContext": 7,
+ "et.getContext": 9,
+ "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": 20,
+ "e*.453271": 5,
+ "f*.5": 27,
+ "e*.149532": 8,
+ "f*.467289": 18,
+ "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": 124,
+ "h.light.getRgbaColor": 8,
+ ".46": 5,
+ ".47": 6,
+ "h.medium.getRgbaColor": 14,
+ "h.dark.getRgbaColor": 5,
+ "n.lineCap": 7,
+ "n.lineJoin": 7,
+ "e*.546728": 5,
+ "e*.850467": 4,
+ "e*.537383": 2,
+ "e*.518691": 2,
+ "s.addColorStop": 59,
+ "e*.490654": 2,
+ "e*.53271": 2,
+ "e*.556074": 3,
+ "e*.495327": 7,
+ "f*.528037": 6,
+ "f*.471962": 17,
+ "e*.504672": 4,
+ ".480099": 1,
+ "f*.006": 2,
+ "ft.width": 3,
+ "ft.height": 3,
+ "ut.width": 2,
+ "ut.height": 2,
+ "it.width": 1,
+ "it.height": 1,
+ "ot.width": 3,
+ "ot.height": 3,
+ "et.width": 4,
+ "et.height": 4,
+ "Tween.elasticEaseOut": 1,
+ "r.repaint": 2,
+ "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": 38,
+ "e.save": 12,
+ "e.clearRect": 6,
+ "e.canvas.width": 9,
+ "e.canvas.height": 9,
+ "f/10": 1,
+ "f*.3": 4,
+ "s*.12": 1,
+ "s*.32": 1,
+ "s*.565": 1,
+ "bt.getContext": 1,
+ "at.getContext": 3,
+ "vt.getContext": 3,
+ "lt.getContext": 3,
+ "wt.getContext": 1,
+ "e.textAlign": 2,
+ "e.strokeStyle": 2,
+ "ht.textColor": 2,
+ "e.fillStyle": 2,
+ "<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": 9,
+ "365": 2,
+ "lineWidth": 1,
+ "lr=": 1,
+ "35": 1,
+ "355": 1,
+ "36": 2,
"bold": 1,
- "#7fd5f0": 2,
- "#3c4439": 2,
- "#37596e": 1,
- ".4": 14,
- "#eef0f2": 1,
- "#65696d": 1,
- "#f3f4f7": 1,
- "#f3f5f7": 1,
- "#f1f3f5": 1,
- "#c0c5cb": 1,
- "#bec3c9": 2,
- "#ffffff": 30,
- "#7e7e7e": 1,
- ".8": 4,
- "#e6b35c": 4,
- "#c48200": 4,
- "#c5c5c5": 6,
- "#707070": 4,
- "#C48200": 1,
- "#999999": 4,
- "#202020": 7,
- "#363636": 2,
- "#373735": 1,
- "#303030": 3,
- "#010101": 10,
- "#040404": 3,
- ".25": 10,
- ".12": 4,
- "repeat": 9,
- "#5e5e5e": 2,
- "#fed434": 2,
- "#82330c": 1,
- ".13": 2,
- "#ff0000": 2,
- "#410004": 1,
- "#ffff00": 1,
- "#eeeeee": 1,
- "butt": 2,
- "round": 2,
- "hsl": 4,
- "#d9dad6": 1,
- "#e4e5e0": 1,
- "#979996": 1,
- "#fbffff": 1,
- "#818584": 1,
- "#f5f7f4": 1,
- "#959794": 1,
- "#f2f2f0": 1,
- "#828783": 1,
- "#fcfcfc": 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=": 2,
+ "li=": 2,
+ "ai=": 1,
+ "ki=": 1,
+ "yi=": 1,
+ "setValueLatest=": 1,
+ "getValueLatest=": 1,
+ "setValueAverage=": 1,
+ "getValueAverage=": 1,
+ "setValueAnimatedLatest=": 1,
+ "playing": 3,
+ "regularEaseInOut": 3,
+ "onMotionChanged=": 3,
+ "_pos": 3,
+ "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=": 2,
+ "setPointSymbols=": 1,
+ "setLcdTitleStrings=": 1,
+ "fi=": 1,
+ "006": 6,
+ "ei=": 2,
+ "ru=": 1,
+ "WHITE": 4,
+ "037383": 3,
+ "056074": 3,
+ "7fd5f0": 2,
+ "3c4439": 2,
+ "72": 1,
+ "t*.2": 14,
+ "t*.375": 4,
+ "t*.1": 4,
+ "<=u;i+=s)r>": 1,
+ "nt.light.getRgbaColor": 1,
+ "u*.476635": 10,
+ "f*.514018": 6,
+ "u*.485981": 11,
+ "f*.523364": 3,
+ "u*.5": 27,
+ "u*.514018": 11,
+ "u*.523364": 8,
+ "f*.485981": 2,
+ "f*.476635": 3,
+ "u*.415887": 9,
+ "f*.504672": 9,
+ "f*.495327": 8,
+ "u*.467289": 14,
+ "u*.471962": 9,
+ "f*.481308": 8,
+ "u*.481308": 12,
+ "u*.495327": 12,
+ "f*.415887": 4,
+ "u*.504672": 15,
+ "u*.518691": 15,
+ "u*.528037": 10,
+ "u*.53271": 17,
+ "u*.584112": 6,
+ "f*.518691": 4,
+ "Math.PI/36": 1,
+ "<=90;t+=i)t%45==0||t===0?(n.strokeStyle=nt.medium.getRgbaColor(),n.lineWidth=2,n.beginPath(),n.moveTo(u*.5,f*.088785),n.lineTo(u*.5,f*.113),n.closePath(),n.stroke()):t%15==0?(n.strokeStyle=\"#FFFFFF\",n.lineWidth=1,n.beginPath(),n.moveTo(u*.5,f*.088785),n.lineTo(u*.5,f*.103785),n.closePath(),n.stroke()):(n.strokeStyle=\"#FFFFFF\",n.lineWidth=.5,n.beginPath(),n.moveTo(u*.5,f*.088785),n.lineTo(u*.5,f*.093785),n.closePath(),n.stroke()),n.translate(l,c),n.rotate(r,l,c),n.translate(-l,-c);n.restore()},at=function(n){n.save();var>": 1,
+ "medium": 6,
+ "setRoll=": 1,
+ "getRoll=": 1,
+ "setRollAnimated=": 1,
+ "setPitch=": 1,
+ "this.setRoll": 2,
+ "this.getPitch": 1,
+ "this.setPitchAnimated": 1,
+ "b.playing": 1,
+ "b.stop": 1,
+ "b.onMotionChanged": 1,
+ "t.setPitch": 1,
+ "b.start": 1,
+ "this.setPitchOffset": 1,
+ "e.drawImage": 20,
+ "e.beginPath": 1,
+ "e.arc": 1,
+ "u*.831775/2": 2,
+ "e.closePath": 1,
+ "e.clip": 1,
+ "e.translate": 14,
+ "e.rotate": 6,
+ "h*Math.PI/180": 1,
+ "s*ot": 2,
+ "p.height/2": 1,
+ "a.width/2": 1,
+ "u*.107476": 1,
+ "e.restore": 8,
+ "t.size": 2,
+ "t.ledColor": 2,
+ "i.save": 2,
+ "i.clearRect": 2,
+ "i.canvas.width": 3,
+ "i.canvas.height": 3,
+ "e.width": 3,
+ "e.height": 3,
+ "e.getContext": 3,
+ "f.width": 1,
+ "f.height": 1,
+ "f.getContext": 1,
+ "h.clearRect": 1,
+ "h.canvas.width": 1,
+ "h.canvas.height": 1,
+ "h.drawImage": 1,
+ "l.clearRect": 1,
+ "l.canvas.width": 1,
+ "l.canvas.height": 1,
+ "l.drawImage": 7,
+ "this.toggleLed": 2,
+ "this.setLedOnOff": 1,
+ "this.blink": 1,
+ "i.drawImage": 4,
+ "i.restore": 1,
+ "steelseries.ColorDef.GRAY": 2,
+ "steelseries.ColorDef.BLACK": 3,
+ "steelseries.BackgroundColor.ANTHRACITE": 2,
+ "steelseries.BackgroundColor.LIGHT_GRAY": 3,
+ "i.isAutomatic": 2,
+ "i.hour": 2,
+ "i.minute": 2,
+ "i.second": 2,
+ "i.secondMovesContinuous": 2,
+ "i.timeZoneOffsetHour": 2,
+ "i.timeZoneOffsetMinute": 2,
+ "i.secondPointerVisible": 2,
+ "o.save": 5,
+ "o.clearRect": 2,
+ "o.canvas.width": 3,
+ "o.canvas.height": 3,
+ "ht.getContext": 4,
+ "u*.405": 1,
+ "t.type": 1,
+ "u*.074766": 1,
+ "ut.labelColor.getRgbaColor": 4,
+ "u*.014018": 1,
+ "*tt": 3,
+ "u*.126168": 1,
+ "u*.03271": 1,
+ "u*.037383": 1,
+ "u*.009345": 1,
+ "u*.084112": 11,
+ "<360;i+=30)n.beginPath(),n.moveTo(r,0),n.lineTo(f,0),n.closePath(),n.stroke(),n.rotate(30*tt)}n.translate(-s,-h),n.restore()},vi=function(n,t,i){n.save();var>": 1,
+ "type2": 4,
+ "046728": 1,
+ "type1": 4,
+ "214953": 3,
+ "182242": 1,
+ "528037": 3,
+ "veryLight": 2,
+ "03271": 1,
+ "116822": 6,
+ "38785": 1,
+ "518691": 3,
+ "574766": 7,
+ "135514": 1,
+ "107476": 1,
+ "140186": 2,
+ "009345": 1,
+ "09813": 2,
+ "126168": 1,
+ "018691": 1,
+ "308411": 2,
+ "191588": 1,
+ "016": 1,
+ "26": 1,
+ "47": 1,
+ "er=": 1,
+ "045": 5,
+ "eef0f2": 1,
+ "65696d": 1,
+ "ur=": 1,
+ "088785": 1,
+ "027": 5,
+ "f3f4f7": 1,
+ "11": 1,
+ "f3f5f7": 1,
+ "12": 2,
+ "f1f3f5": 1,
+ "c0c5cb": 1,
+ "bec3c9": 2,
+ "ui=": 1,
+ "60": 1,
+ "setHours": 1,
+ "setMinutes": 1,
+ "setSeconds": 1,
+ "getSeconds": 1,
+ "getMilliseconds": 1,
+ "1e3": 1,
+ "getUTCHours": 1,
+ "getHours": 1,
+ "getUTCMinutes": 1,
+ "getMinutes": 1,
+ "sr.repaint": 1,
+ "n.pointers": 12,
+ "vt.width": 1,
+ "vt.height": 1,
+ "lt.width": 1,
+ "lt.height": 1,
+ "ht.width": 2,
+ "ht.height": 2,
+ "at.width": 1,
+ "at.height": 1,
+ "this.getAutomatic": 1,
+ "this.setAutomatic": 1,
+ "clearTimer": 1,
+ "this.getHour": 1,
+ "this.setHour": 1,
+ "this.getMinute": 1,
+ "this.setMinute": 1,
+ "this.getSecond": 1,
+ "this.setSecond": 1,
+ "this.getTimeZoneOffsetHour": 1,
+ "this.setTimeZoneOffsetHour": 1,
+ "this.getTimeZoneOffsetMinute": 1,
+ "this.setTimeZoneOffsetMinute": 1,
+ "this.getSecondPointerVisible": 1,
+ "this.setSecondPointerVisible": 1,
+ "this.getSecondMovesContinuous": 1,
+ "this.setSecondMovesContinuous": 1,
+ "pointers": 9,
+ "p.type": 2,
+ "o.drawImage": 9,
+ "u*.006": 8,
+ "c.clearRect": 3,
+ "c.save": 3,
+ "c.translate": 6,
+ "c.rotate": 3,
+ "c.drawImage": 3,
+ "c.restore": 3,
+ "o.translate": 12,
+ "o.rotate": 6,
+ "o.restore": 5,
+ "i.value": 4,
+ "o*.45": 1,
+ "i*.025": 9,
+ "r*.055555": 3,
+ "i*.9": 2,
+ "r*.944444": 2,
+ "i*.925": 7,
+ "r*.722222": 5,
+ "t.bezierCurveTo": 5,
+ "i*.975": 4,
+ "r*.666666": 3,
+ "r*.333333": 3,
+ "r*.277777": 5,
+ "f.addColorStop": 23,
+ "i*.875*": 1,
+ "u/100": 5,
+ "i*.01": 1,
+ "t.rect": 4,
+ "r*.888888": 1,
+ "y.getColorAt": 1,
+ ".getRgbColor": 4,
+ "r*.777777": 1,
+ "i*.875": 3,
+ "s.getColorAt": 2,
+ "c.getColorAt": 1,
+ "r*.444444": 2,
+ "c/2": 1,
+ ".285*u": 1,
+ "p/2": 8,
+ ".17*u": 1,
+ "nt.getContext": 3,
+ "tt.getContext": 2,
+ "r*t": 17,
+ "u*t": 1,
+ ".025*t": 2,
+ ".035*t": 2,
+ ".045*t": 1,
+ "lt.labelColor.getRgbaColor": 2,
+ "t*.4": 6,
+ "*Math.PI/i": 1,
+ "n.width": 1,
+ "n.height": 1,
+ "ft*.1": 1,
+ "Math.sin": 2,
+ "*l": 6,
+ "o*c": 2,
+ "o*l": 2,
+ "u*.509345": 25,
+ "u*.457943": 14,
+ "u*.102803": 1,
+ "u*.490654": 19,
+ "u*.462616": 5,
+ "u*.537383": 5,
+ "u*.542056": 12,
+ "u*.621495": 3,
+ ".388888": 3,
+ ".611111": 3,
+ "u*.06542/2": 1,
+ ".01": 4,
+ ".99": 8,
+ "u*.046728/2": 1,
+ ".19": 3,
+ "u*.313084": 3,
+ "u*.322429": 3,
+ "u*.331775": 2,
+ "u*.336448": 5,
+ "u*.350467": 5,
+ "u*.303738": 2,
+ "u*.294392": 2,
+ "u*.289719": 4,
+ "u*.200934": 4,
+ "u*.037383/2": 1,
+ "u*.028037/2": 1,
+ "u*.018691/2": 1,
+ "d*di/1e3": 1,
+ "/30": 1,
+ "d/6e4": 1,
+ "d/1e3": 1,
+ ".075": 1,
+ ".095": 1,
+ ".13": 1,
+ "nt.width": 1,
+ "nt.height": 1,
+ "tt.width": 1,
+ "tt.height": 1,
+ "ki.repaint": 1,
+ "this.isRunning": 1,
+ "this.stop": 1,
+ "this.reset": 1,
+ "this.lap": 1,
+ "this.getMeasuredTime": 1,
+ "*Math.sin": 2,
+ "bt*pt": 1,
+ "*pt": 4,
+ "n/2": 11,
+ "at*pt": 1,
+ "*Math.PI/": 1,
+ "nt/10": 1,
+ "ht/10": 1,
+ "e3/100": 1,
+ "e4/100": 1,
+ "e5/100": 1,
+ "ti.getContext": 1,
+ "ei.getContext": 1,
+ "oi.getContext": 1,
+ "b.getContext": 3,
+ "steelseries.KnobType.METAL_KNOB": 1,
+ "steelseries.KnobStyle.BLACK": 1,
+ "steelseries.LcdColor.BLACK": 1,
+ "u*.09": 1,
+ "e.textBaseline": 1,
+ "k.textColor": 2,
+ "e.shadowColor": 1,
+ "e.shadowOffsetX": 1,
+ "e.shadowOffsetY": 1,
+ "e.shadowBlur": 1,
+ "e.font": 1,
+ "u*.075": 2,
+ "e.fillText": 1,
+ "u*.4": 5,
+ "u*.607": 1,
+ "u*.012": 1,
+ "u*.13": 1,
+ "u*.05": 2,
+ "u*.07": 1,
+ "*p": 3,
+ "*y": 3,
+ "v*p": 2,
+ "v*y": 2,
+ "f*.168224": 2,
+ "f*.626168": 4,
+ ".31": 3,
+ ".3101": 1,
".32": 1,
- ".33": 1,
- "#050a06": 1,
- "#070602": 1,
- "#999288": 1,
- ".45": 1,
- "#f0f0f0": 2,
- "#F0F0F0": 1,
- "#F01010": 1,
- "#050505": 1,
- "#F8F8F8": 1,
- "type6": 2,
- "type7": 2,
- "type8": 2,
- "type9": 2,
- "#2E2E2E": 1,
- "type10": 2,
- "type11": 2,
- "type12": 2,
- "type14": 2,
- "#848484": 4,
- "metal": 3,
- "#fefefe": 2,
- "brass": 6,
- "steel": 3,
- "gold": 3,
- "anthracite": 3,
- "tiltedGray": 3,
- "tiltedBlack": 3,
- "glossyMetal": 3,
- "#f6f6f6": 2,
- "blackMetal": 3,
- "shinyMetal": 3,
- "chrome": 3,
- "destination": 2,
- "#838383": 1,
- "CARBON": 5,
- "PUNCHED_SHEET": 5,
- "BRUSHED_METAL": 7,
- "BRUSHED_STAINLESS": 5,
- "STAINLESS": 4,
- "TURNED": 6,
- "#FDFDFD": 14,
- "#B2B2B4": 4,
- "#ACACAE": 4,
- "#6E6E70": 8,
- ".03": 2,
- ".07": 2,
- ".15": 3,
- ".3": 5,
- ".275": 5,
- ".015": 5,
- ".013546": 1,
- ".082217": 1,
- ".288702": 1,
- ".298039": 1,
- ".119213": 1,
- "metalKnob": 2,
- "black": 3,
- "silver": 3,
- ".6": 1,
- ".749019": 1,
- "standardKnob": 2,
- "#5c5c5c": 4,
- "#282828": 1,
- "#353535": 1,
- "#2d2d2d": 1,
- "#1D2123": 1,
- "#444444": 2,
- "#050506": 2,
- "DARK_GRAY": 1,
+ "f*.200934": 2,
+ "f*.490654": 6,
+ "f*.579439": 2,
+ "f*.588785": 2,
+ "f*.593457": 4,
+ "f*.59813": 2,
+ "f*.607476": 2,
+ "f*.616822": 5,
+ "f*.401869": 5,
+ ".51": 4,
+ ".52": 4,
+ ".5201": 1,
+ ".53": 1,
+ "f*.462616": 2,
+ "f*.331775": 1,
+ "f*.574766": 2,
+ "f*.612149": 3,
+ "f*.317757": 2,
+ "f*.303738": 1,
+ "f*.182242": 2,
+ "f*.116822": 2,
+ "f*.299065": 1,
+ "f*.09": 1,
+ "it.drawImage": 1,
+ "f*.56": 1,
+ "pointer100ftBuffer.width": 1,
+ "pointer100ftBuffer.height": 1,
+ "pointer100ftContext": 1,
+ "pointer100ftBuffer.getContext": 1,
+ "pointer100ftShadowBuffer.width": 1,
+ "pointer100ftShadowBuffer.height": 1,
+ "pointer100ftShadowContext": 1,
+ "pointer100ftShadowBuffer.getContext": 1,
+ "pointer1000ftBuffer.width": 1,
+ "pointer1000ftBuffer.height": 1,
+ "pointer1000ftContext": 1,
+ "pointer1000ftBuffer.getContext": 1,
+ "pointer1000ftShadowBuffer.width": 1,
+ "pointer1000ftShadowBuffer.height": 1,
+ "pointer1000ftShadowContext": 1,
+ "pointer1000ftShadowBuffer.getContext": 1,
+ "pointer10000ftBuffer.width": 1,
+ "pointer10000ftBuffer.height": 1,
+ "pointer10000ftContext": 1,
+ "pointer10000ftBuffer.getContext": 1,
+ "pointer10000ftShadowBuffer.width": 1,
+ "pointer10000ftShadowBuffer.height": 1,
+ "pointer10000ftShadowContext": 1,
+ "pointer10000ftShadowBuffer.getContext": 1,
+ "b.width": 1,
+ "b.height": 1,
+ "g.playing": 1,
+ "g.stop": 1,
+ "/2e3": 1,
+ "g.onMotionChanged": 1,
+ "g.start": 1,
+ "u*.006*.5": 1,
+ "u*.006*.75": 1,
+ "*nt": 2,
+ "u.width": 2,
+ "u.height": 2,
+ "u.getContext": 2,
+ "k.getContext": 3,
+ "p.getContext": 2,
+ "s.getContext": 2,
+ "h.getContext": 2,
+ "o.getContext": 2,
+ "c.getContext": 2,
+ "v.getContext": 1,
+ "l.getContext": 6,
+ "a.getContext": 1,
+ "b*.352517": 1,
+ "w*2.836734": 1,
+ "tt*.352517": 1,
+ "k.width": 1,
+ "k.height": 1,
+ "p.width": 1,
+ "p.height": 1,
+ "s.width": 2,
+ "s.height": 2,
+ "h.width": 2,
+ "h.height": 2,
+ "o.width": 2,
+ "o.height": 2,
+ "c.width": 1,
+ "c.height": 1,
+ "v.width": 1,
+ "v.height": 1,
+ "l.width": 1,
+ "l.height": 1,
+ "a.width": 1,
+ "a.height": 1,
+ ".107142*i": 9,
+ "n.quadraticCurveTo": 8,
+ ".040816*i": 1,
+ ".007194*u": 1,
+ ".952101*i": 1,
+ ".995882*u": 1,
+ ".09": 3,
+ ".24": 4,
+ ".55": 6,
+ ".78": 5,
+ ".030612*i": 13,
+ ".084183*i": 9,
+ ".010791*u": 13,
+ ".938775*i": 6,
+ ".978417*u": 6,
+ ".132653*i": 1,
+ ".053956*u": 1,
+ "*i": 1,
+ ".667293*u": 1,
+ ".16": 5,
+ ".44": 3,
+ ".65": 1,
+ ".87": 3,
+ "n.scale": 21,
+ ".5*i": 74,
+ ".805755*u": 1,
+ ".397959*i": 3,
+ ".665467*u": 1,
+ ".946043*u": 2,
+ ".17": 4,
+ ".27": 3,
+ ".461538*i": 3,
+ ".816546*u": 1,
+ ".367346*i": 3,
+ ".68705*u": 5,
+ ".35": 3,
+ ".66": 3,
+ ".809352*u": 16,
+ ".357142*i": 6,
+ ".362244*i": 3,
+ ".88": 3,
+ ".95": 7,
+ ".917266*u": 1,
+ "e.addColorStop": 45,
+ ".32653*i": 18,
+ ".812949*u": 2,
+ ".910071*u": 2,
+ ".224489*i": 3,
+ ".989208*u": 3,
+ ".77551*i": 3,
+ ".908163*i": 3,
+ ".751798*u": 2,
+ ".704081*i": 3,
+ ".285714*i": 3,
+ ".081632*i": 3,
+ ".515306*i": 3,
+ ".5501": 3,
+ ".79": 6,
+ "n.createPattern": 3,
+ ".496402*u": 1,
+ ".356115*u": 1,
+ ".63669*u": 2,
+ ".507194*u": 1,
+ ".377697*u": 5,
+ ".5*u": 26,
+ ".607913*u": 1,
+ ".503597*u": 2,
+ ".600719*u": 2,
+ ".679856*u": 3,
+ ".442446*u": 2,
+ ".18705*u": 1,
+ ".046762*u": 1,
+ ".327338*u": 2,
+ ".197841*u": 1,
+ ".068345*u": 5,
+ ".190647*u": 16,
+ ".298561*u": 1,
+ ".194244*u": 2,
+ ".291366*u": 2,
+ ".370503*u": 3,
+ ".133093*u": 2,
+ "this.setRedOn": 1,
+ "this.isRedOn": 1,
+ "this.setYellowOn": 1,
+ "this.isYellowOn": 1,
+ "this.setGreenOn": 1,
+ "this.isGreenOn": 1,
+ "t.glowColor": 2,
+ ".getImageData": 1,
+ "n.clearRect": 4,
+ ".289473*u": 8,
+ ".438596*i": 6,
+ ".561403*i": 4,
+ ".385964*u": 14,
+ ".605263*i": 4,
+ ".745614*i": 14,
+ ".587719*u": 6,
+ ".692982*u": 6,
+ ".324561*i": 4,
+ ".605263*u": 19,
+ ".22807*i": 6,
+ ".289473*i": 2,
+ ".701754*i": 2,
+ ".008771*u": 2,
+ "*255": 2,
+ "*100": 2,
+ ".350877*u": 4,
+ ".333333*i": 3,
+ ".280701*i": 2,
+ ".41228*u": 2,
+ ".236842*i": 3,
+ ".578947*u": 3,
+ ".64035*u": 3,
+ ".385964*i": 2,
+ ".429824*i": 4,
+ ".245614*i": 1,
+ ".377192*u": 11,
+ ".429824*u": 2,
+ ".72807*i": 7,
+ ".491228*u": 2,
+ ".561403*u": 3,
+ ".736842*i": 4,
+ ".763157*i": 4,
+ ".596491*u": 8,
+ ".780701*i": 2,
+ ".798245*i": 4,
+ ".815789*i": 4,
+ ".833333*i": 4,
+ ".850877*i": 4,
+ ".868421*i": 4,
+ ".885964*i": 4,
+ ".894736*i": 6,
+ ".570175*u": 2,
+ ".95614*i": 4,
+ ".535087*u": 3,
+ ".991228*i": 9,
+ ".526315*u": 4,
+ ".517543*u": 3,
+ ".482456*u": 3,
+ ".473684*u": 5,
+ ".464912*u": 3,
+ ".421052*u": 4,
+ ".947368*i": 5,
+ ".394736*u": 14,
+ ".903508*i": 4,
+ ".789473*i": 4,
+ ".771929*i": 2,
+ ".484702*u": 1,
+ ".938307*i": 1,
+ ".04": 1,
+ ".56": 1,
+ ".64": 1,
+ ".85": 9,
+ ".438596*u": 1,
+ ".447368*u": 2,
+ ".973684*i": 1,
+ ".543859*u": 1,
+ ".982456*i": 1,
+ ".552631*u": 1,
+ ".938596*i": 6,
+ ".61": 1,
+ ".71": 1,
+ ".83": 4,
+ "n.setTransform": 1,
+ "this.setOn": 1,
+ "this.isOn": 1,
+ "this.setAlpha": 2,
+ "this.getAlpha": 2,
+ "this.setGlowColor": 1,
+ "this.getGlowColor": 1,
+ "f.globalAlpha": 3,
+ "v.rect": 1,
+ "v.createLinearGradient": 1,
+ ".33": 7,
+ ".9": 5,
+ "v.fillStyle": 1,
+ "v.fill": 1,
+ "r.rect": 1,
+ "s*1.1": 8,
+ "r.fillStyle": 2,
+ "r.fill": 2,
+ "r.strokeStyle": 2,
+ "r.lineWidth": 2,
+ "r.moveTo": 3,
+ "r.lineTo": 2,
+ "r.stroke": 3,
+ "r.textAlign": 1,
+ "r.textBaseline": 1,
+ "r.font": 1,
+ "<21;n++)r.fillText(n%10,f*.5,h*(n-9)+h/2);if(l>": 1,
+ "u.rect": 5,
+ "u.fill": 16,
+ "u.lineWidth": 1,
+ "u.moveTo": 16,
+ "u.lineTo": 34,
+ "u.stroke": 12,
+ "u.textBaseline": 1,
+ "h*": 3,
+ "*rt*o": 1,
+ "rt*o/2": 1,
+ "t.substring": 1,
+ "t.length": 2,
+ "w.drawImage": 3,
+ "f*s": 2,
+ "i._context": 1,
+ "i.digits": 2,
+ "i.decimals": 2,
+ "i.decimalBackColor": 2,
+ "i.decimalForeColor": 2,
+ "i.font": 2,
+ "i.valueBackColor": 2,
+ "i.valueForeColor": 2,
+ "i.wobbleFactor": 2,
+ ".07": 6,
+ "yt.getElementById": 1,
+ "o*.85": 1,
+ "o*.68": 1,
+ "ft*11": 1,
+ "s/12": 1,
+ "h*.81": 1,
+ "a.playing": 1,
+ "a.stop": 1,
+ "Tween.strongEaseOut": 1,
+ "a.onMotionChanged": 1,
+ "a.start": 1,
+ "f.symbolColor.getRgbaColor": 1,
+ "<360;e+=15)c=!c,n.beginPath(),n.arc(0,0,r*.26,e*h,(e+15)*h,!1),n.arc(0,0,r*.23,(e+15)*h,e*h,!0),n.closePath(),c&&n.fill(),n.stroke();for(n.translate(-t,-i),e=0;360>": 1,
+ "r*.560747": 2,
+ "r*.640186": 1,
+ "u*.644859": 1,
+ "r*.584112": 1,
+ "u*.560747": 6,
+ "r*.523364": 2,
+ "u*.397196": 4,
+ "r*.5": 9,
+ "u*.196261": 1,
+ "r*.471962": 1,
+ ".476635*r": 1,
+ ".518691*r": 1,
+ "e*Math.PI/180": 1,
+ "r*.1": 1,
+ "r*.022": 1,
+ "i.toString": 2,
+ "r.type": 5,
+ "u.light.getHexColor": 1,
+ "u.medium.getHexColor": 1,
+ "nt.cache": 4,
+ "o.fillStyle": 26,
+ "o.strokeStyle": 11,
+ "o.shadowBlur": 1,
+ "o.globalAlpha": 1,
+ "o.createLinearGradient": 19,
+ "i*.471962": 16,
+ "i*.130841": 16,
+ ".36": 2,
+ ".361": 1,
+ "u.light.getRgbaColor": 13,
+ "o.beginPath": 20,
+ "o.moveTo": 16,
+ "i*.518691": 12,
+ "o.lineTo": 71,
+ "i*.509345": 19,
+ "i*.462616": 4,
+ "i*.341121": 2,
+ "i*.504672": 9,
+ "i*.495327": 14,
+ "i*.490654": 25,
+ "i*.481308": 12,
+ "o.closePath": 19,
+ "o.fill": 28,
+ "o.rect": 1,
+ "i*.009345": 1,
+ "i*.373831": 1,
+ ".467289*i": 1,
+ ".528036*i": 5,
+ "u.dark.getRgbaColor": 10,
+ "i*.5": 45,
+ "i*.126168": 2,
+ "i*.514018": 4,
+ "i*.135514": 4,
+ "i*.53271": 14,
+ "i*.523364": 4,
+ "i*.602803": 6,
+ "i*.476635": 4,
+ "i*.467289": 7,
+ "i*.485981": 9,
+ ".471962*i": 4,
+ "u.medium.getRgbaColor": 20,
+ "i*.528037": 11,
+ "i*.149532": 6,
+ "o.lineWidth": 3,
+ "o.lineCap": 2,
+ "o.lineJoin": 2,
+ "o.stroke": 9,
+ "i*.392523": 2,
+ "i*.317757": 3,
+ "i*.38785": 2,
+ ".481308*i": 2,
+ ".518691*i": 1,
+ "o.bezierCurveTo": 36,
+ "i*.457943": 16,
+ "i*.233644": 3,
+ "i*.439252": 2,
+ "i*.607476": 5,
+ "i*.219626": 3,
+ "i*.443925": 3,
+ "i*.556074": 6,
+ ".168224*i": 9,
+ ".485981*i": 7,
+ ".584112*i": 4,
+ ".514018*i": 1,
+ ".509345*i": 8,
+ ".504672*i": 2,
+ ".130841*i": 2,
+ "u.veryDark.getRgbaColor": 4,
+ "i*.5015": 1,
+ "i*.13": 2,
+ "i*.4985": 1,
+ "i*.537383": 2,
+ "i*.542056": 11,
+ "i*.57": 3,
+ "i*.46": 2,
+ "i*.58": 2,
+ "i*.62": 4,
+ "i*.63": 3,
+ "i*.47": 1,
+ "i*.48": 1,
+ "i*.59": 3,
+ "i*.53": 1,
+ "i*.52": 1,
+ "i*.54": 2,
+ "i*.621495": 3,
+ "i*.06542/2": 1,
+ "o.arc": 4,
+ "i*.046728/2": 1,
+ "o.createRadialGradient": 1,
+ "i*.415887": 2,
+ "i*.401869": 1,
+ "i*.383177": 2,
+ "i*.397196": 1,
+ "e.toString": 3,
+ "r.design": 4,
+ "v.cache": 4,
+ "w.getContext": 1,
+ "s.strokeStyle": 7,
+ "s.beginPath": 12,
+ "s.arc": 16,
+ "s.closePath": 13,
+ "s.fill": 18,
+ "s.stroke": 4,
+ "e*.990654/2": 4,
+ "s.createLinearGradient": 9,
+ "e*.004672": 4,
+ "o*.990654": 4,
+ "h.addColorStop": 57,
+ ".12": 7,
+ ".38": 6,
+ ".6": 4,
+ ".68": 4,
+ ".75": 5,
+ ".004672*o": 1,
+ ".995326*o": 1,
+ ".06": 3,
+ ".233644*e": 1,
+ ".084112*o": 1,
+ ".81258*e": 1,
+ ".910919*o": 1,
+ ".228971*e": 1,
+ ".079439*o": 1,
+ ".802547*e": 1,
+ ".898591*o": 1,
+ ".21": 2,
+ "s.createRadialGradient": 1,
+ ".5*e": 11,
+ ".5*o": 4,
+ ".96": 2,
+ ".973962*e/2": 1,
+ ".971962*o": 2,
+ ".23": 1,
+ ".869158*e/2": 1,
+ ".85*e/2": 1,
+ ".125": 4,
+ ".347222": 4,
+ ".680555": 2,
+ ".875": 4,
+ "s.clip": 4,
+ "e*.42056": 3,
+ "h.fill": 16,
+ "s.lineWidth": 4,
+ "e/90": 3,
+ ".25": 5,
+ ".652777": 2,
+ ".29": 2,
+ ".63": 2,
+ ".97": 5,
+ "e*.841121/2": 1,
+ "s.globalCompositeOperation": 1,
+ "e*.831775/2": 6,
+ "u.toString": 3,
+ "ht.cache": 4,
+ "u*u": 5,
+ "f*f": 5,
+ "*.04": 3,
+ "*.1": 3,
+ "u*.028571": 1,
+ "f*.028571": 1,
+ "h.fillStyle": 12,
+ "h.createLinearGradient": 8,
+ "u*.004672": 4,
+ "f*.990654": 4,
+ ".004672*f": 1,
+ ".995326*f": 1,
+ ".233644*u": 1,
+ ".084112*f": 1,
+ ".81258*u": 1,
+ ".910919*f": 1,
+ ".228971*u": 1,
+ ".079439*f": 1,
+ ".802547*u": 1,
+ ".898591*f": 1,
+ "h.clip": 6,
+ ".2": 8,
+ "*2": 6,
+ "h.globalCompositeOperation": 1,
+ "c*2": 2,
+ "r.name": 28,
+ "w.cache": 1,
+ "s.createPattern": 3,
+ "r.gradientStop.getHexColor": 2,
+ ".substr": 2,
+ "rt.fill": 1,
+ ".03": 3,
+ ".14": 2,
+ ".62": 2,
+ ".67": 2,
+ ".81": 2,
+ "Math.PI/1.75": 2,
+ "v*.55": 1,
+ "c/360*": 1,
+ "/v": 1,
+ "l*.3": 1,
+ "<nt;y+=l)s.strokeStyle=\"rgba(240,>": 1,
+ "240": 1,
+ "084112": 1,
+ "831775": 5,
+ "gradientStart": 1,
+ "gradientFraction": 1,
+ "gradientStop": 1,
+ "createRadialGradient": 1,
+ "rgba": 7,
+ "7": 1,
+ "71": 1,
+ "86": 1,
+ "07": 1,
+ "97": 1,
+ "15": 1,
+ "n.clip": 1,
+ "ot.cache": 4,
+ "linBColor": 1,
+ "h*2": 18,
+ "o.createPattern": 3,
+ "o.clip": 1,
+ "c.fill": 1,
+ "c.addColorStop": 9,
+ "k*.55": 1,
+ "w/360*": 1,
+ "/k": 1,
+ "y*.3": 3,
+ "nt.fill": 1,
+ "r.gradientStart.getRgbaColor": 1,
+ "r.gradientFraction.getRgbaColor": 1,
+ "r.gradientStop.getRgbaColor": 1,
+ "v/2": 4,
+ "r*.008": 1,
+ "i.type": 4,
+ "o.type": 1,
+ "s.style": 1,
+ "y.cache": 4,
+ "r*.733644": 2,
+ "u*.733644": 1,
+ "u*.6857": 2,
+ "l.beginPath": 6,
+ "l.moveTo": 6,
+ "r*.135514": 3,
+ "u*.696261": 2,
+ "l.bezierCurveTo": 34,
+ "r*.214953": 3,
+ "u*.588785": 1,
+ "r*.317757": 1,
+ "r*.462616": 2,
+ "u*.425233": 1,
+ "r*.612149": 1,
+ "u*.345794": 1,
+ "u*.317757": 2,
+ "r*.873831": 2,
+ "r*.766355": 1,
+ "u*.112149": 1,
+ "r*.528037": 1,
+ "u*.023364": 1,
+ "r*.313084": 1,
+ "u*.130841": 1,
+ "r*.09813": 1,
+ "u*.238317": 3,
+ "r*.028037": 1,
+ "l.closePath": 6,
+ "l.createLinearGradient": 5,
+ ".313084*r": 1,
+ ".135514*u": 1,
+ ".495528*r": 1,
+ ".493582*u": 1,
+ "a.addColorStop": 12,
+ "r*.084112": 10,
+ "r*.21028": 1,
+ "u*.556074": 1,
+ "r*.537383": 1,
+ "r*.794392": 2,
+ "r*.915887": 4,
+ "u*.2757": 4,
+ "r*.738317": 2,
+ "r*.261682": 5,
+ ".093457*u": 1,
+ ".556073*u": 1,
+ "r*.67757": 2,
+ "u*.24299": 2,
+ "r*.771028": 2,
+ "u*.308411": 1,
+ "r*.822429": 1,
+ "u*.411214": 3,
+ "r*.813084": 1,
+ "r*.799065": 1,
+ "u*.654205": 1,
+ "r*.719626": 2,
+ "u*.757009": 1,
+ "r*.593457": 1,
+ "u*.799065": 1,
+ "r*.485981": 1,
+ "u*.831775": 1,
+ "r*.369158": 1,
+ "u*.808411": 1,
+ "r*.285046": 2,
+ "u*.728971": 2,
+ "r*.2757": 2,
+ "u*.719626": 1,
+ "r*.252336": 2,
+ "u*.714953": 1,
+ "r*.233644": 1,
+ "u*.747663": 1,
+ "r*.219626": 1,
+ "u*.771028": 1,
+ "r*.228971": 1,
+ "u*.7757": 2,
+ "r*.331775": 1,
+ "u*.878504": 1,
+ "r*.476635": 1,
+ "u*.915887": 1,
+ "r*.616822": 1,
+ "u*.869158": 1,
+ "u*.822429": 1,
+ "u*.691588": 1,
+ "r*.88785": 1,
+ "r*.897196": 1,
+ "u*.38785": 1,
+ "r*.836448": 1,
+ "u*.257009": 1,
+ "u*.182242": 1,
+ "r*.705607": 1,
+ "u*.172897": 1,
+ "r*.682242": 1,
+ "u*.163551": 1,
+ "r*.663551": 1,
+ "u*.186915": 1,
+ "r*.654205": 1,
+ "u*.205607": 1,
+ "r*.668224": 1,
+ "l.createRadialGradient": 1,
+ ".5*r": 2,
+ ".38785*r": 1,
+ "u*.224299": 3,
+ "u*.285046": 1,
+ "r*.24299": 2,
+ "r*.271028": 3,
+ "u*.383177": 1,
+ "r*.238317": 1,
+ "r*.224299": 1,
+ "r*.17757": 1,
+ "u*.612149": 3,
+ "r*.158878": 1,
+ "r*.144859": 1,
+ "r*.088785": 2,
+ "u*.546728": 2,
+ "r*.130841": 1,
+ "u*.369158": 1,
+ "r*.140186": 1,
+ ".130841*r": 1,
+ ".369158*u": 1,
+ ".273839*r": 1,
+ ".412877*u": 1,
+ "k.addColorStop": 2,
+ "l.fillStyle": 2,
+ "l.fill": 2,
+ "u*.271028": 1,
+ "r*.700934": 1,
+ "r*.864485": 1,
+ "r*.906542": 1,
+ "r*.911214": 2,
+ "u*.439252": 1,
+ "r*.845794": 1,
+ "r*.551401": 1,
+ "r*.392523": 1,
+ "r*.168224": 1,
+ "r*.093457": 1,
+ "u*.593457": 1,
+ ".084112*u": 1,
+ ".644859*u": 1,
+ "r*.205607": 1,
+ "u*.448598": 1,
+ "r*.336448": 1,
+ "r*.672897": 1,
+ "r*.789719": 1,
+ "u*.443925": 1,
+ ".088785*u": 1,
+ ".490654*u": 1,
+ "et.cache": 4,
+ "i*i": 1,
+ "r*r": 1,
+ "h*1.3": 1,
+ "f*1.33": 1,
+ "r*.7": 2,
+ "r*.285714": 1,
+ ".1701": 1,
+ ".84": 1,
+ ".93": 1,
+ ".94": 1,
+ "n.toString": 4,
+ "r.style": 3,
+ "e.cache": 4,
+ "n*1.18889": 2,
+ "f.fillStyle": 13,
+ "f.strokeStyle": 1,
+ "f.shadowBlur": 1,
+ "f.beginPath": 12,
+ "f.moveTo": 9,
+ "n*.5": 23,
+ "f.bezierCurveTo": 24,
+ "n*.222222": 5,
+ "n*.777777": 12,
+ "f.closePath": 12,
+ "f.createLinearGradient": 8,
+ "f.fill": 15,
+ "n*.055555": 8,
+ "n*.277777": 16,
+ "n*.722222": 14,
+ "n*.944444": 11,
+ ".055555*n": 1,
+ ".944443*n": 1,
+ "n*.833333": 5,
+ "n*.611111": 8,
+ "n*.666666": 7,
+ "n*.388888": 11,
+ "n*.888888": 2,
+ "f.createRadialGradient": 3,
+ ".555555*n": 2,
+ ".944444*n": 2,
+ ".388888*n": 1,
+ "n*.111111": 2,
+ "n*.333333": 11,
+ "n*.166666": 2,
+ ".5*n": 21,
+ ".583333*n": 1,
+ "n*.555555": 6,
+ ".277777*n": 1,
+ ".722221*n": 1,
+ "n*.444444": 2,
+ ".333333*n": 1,
+ ".666666*n": 1,
+ "f.arc": 3,
+ "n*.77": 3,
+ "n*.77/2": 3,
+ "r.outerColor_ON": 2,
+ "o.cache": 4,
+ "n*.5/2": 8,
+ "r.innerColor1_OFF": 1,
+ "r.innerColor2_OFF": 1,
+ "r.outerColor_OFF": 1,
+ "u.beginPath": 23,
+ "u.arc": 10,
+ "u.closePath": 15,
+ "u.createLinearGradient": 6,
+ ".35*n": 6,
+ ".15*n": 2,
+ ".2*n/2": 2,
+ "n*.2": 2,
+ "r.innerColor1_ON": 1,
+ "r.innerColor2_ON": 1,
+ "r.coronaColor": 6,
+ "*.095": 1,
+ "p.cache": 4,
+ ".08": 1,
+ ".92": 1,
+ "r.gradientStartColor": 1,
+ "r.gradientFraction1Color": 1,
+ "r.gradientFraction2Color": 1,
+ "r.gradientFraction3Color": 1,
+ "r.gradientStopColor": 1,
+ "f.lineTo": 6,
+ "n*2": 2,
+ "i.state": 8,
+ ".2*e": 14,
+ "t.innerColor1_ON": 2,
+ "t.innerColor2_ON": 2,
+ "t.outerColor_ON": 3,
+ ".752*n": 8,
+ ".37*e": 5,
+ ".252*n": 9,
+ ".7*n": 6,
+ "t.coronaColor": 18,
+ ".128*n": 16,
+ ".41*e": 10,
+ ".744*n": 10,
+ ".074*e": 12,
+ ".516*e": 10,
+ ".8*e": 16,
+ ".725*n": 2,
+ "d.cache": 4,
+ "n*4": 1,
+ "f.labelColor.getRgbaColor": 2,
+ ".046728*t": 1,
+ "i*.3": 1,
+ "t*.3": 3,
+ "i*.38": 1,
+ ".1*t": 1,
+ ".671428*t": 2,
+ ".1375*i": 2,
+ ".071428*t": 1,
+ ".36*t": 1,
+ "i*.79": 1,
+ "t*.25": 1,
+ ".63*t": 1,
+ "i*.85": 1,
+ "i*.92": 1,
+ "i*.89": 1,
+ "i*.25": 1,
+ "t*.0625": 1,
+ "i*.7": 1,
+ "t*.07": 1,
+ "t*.5": 7,
+ ".5*t": 4,
+ "u*.083333": 2,
+ "u*.333333": 4,
+ "t*.416666": 4,
+ ".083333": 3,
+ ".416666*t": 4,
+ "u*.583333": 2,
+ ".583333": 3,
+ "t*.083333": 1,
+ "t*.583333": 1,
+ "t*.266666": 3,
+ "i*.066666": 4,
+ "t*.466666": 6,
+ "i*.2": 4,
+ "i*.333333": 4,
+ "i*.4": 6,
+ "t*.133333": 2,
+ "t*.066666": 5,
+ ".066666*t": 1,
+ ".466666*t": 1,
+ "t*.333333": 2,
+ "i*.466666": 8,
+ "t*.733333": 3,
+ "t*.866666": 5,
+ "i*.533333": 4,
+ "t*.933333": 3,
+ "i*.666666": 4,
+ "i*.8": 4,
+ "i*.866666": 6,
+ "t*.6": 2,
+ "t*.533333": 5,
+ ".533333*t": 1,
+ ".933333*t": 1,
+ "t*.666666": 3,
+ "t*.8": 2,
+ "*Math.random": 1,
+ "u*2": 1,
+ "*4": 2,
+ "n.data": 6,
+ "<i;o++)o>": 1,
+ "<i&&(e=(s+u)*4,h+=n.data[e],c+=n.data[e+1],l+=n.data[e+2]),e=s*4,t.data[e]=h*a|0,t.data[e+1]=c*a|0,t.data[e+2]=l*a|0,t.data[e+3]=f,s++}}return>": 1,
+ "fill=": 1,
+ "b.createImageData": 2,
+ "*f*Math.sin": 1,
+ "k/p*Math.PI": 1,
+ "<p;d++)y=ut*p*4+d*4,rt=lt,it=ct,tt=at,f!==0&&(ft=st[d],rt+=ft,it+=ft,tt+=ft),u?(g=(2*Math.random()-1)*nt|0,v.data[y]=e(rt+g),v.data[y+1]=e(it+g),v.data[y+2]=e(tt+g),v.data[y+3]=ht):(v.data[y]=o(rt,nt),v.data[y+1]=o(it,nt),v.data[y+2]=o(tt,nt),v.data[y+3]=ht);return>": 1,
+ "b.putImageData": 2,
+ "n.substr": 3,
+ "this.getRed": 1,
+ "this.setRed": 1,
+ "this.getGreen": 1,
+ "this.setGreen": 1,
+ "this.getBlue": 1,
+ "this.setBlue": 1,
+ "this.getRgbaColor": 1,
+ "this.getRgbColor": 1,
+ "this.getHexColor": 1,
+ "f.toString": 1,
+ "this.fill": 1,
+ "/Math.PI": 1,
+ "*.5": 1,
+ "v/Math.max": 1,
+ "o*2.2": 1,
+ "r.save": 1,
+ "r.translate": 2,
+ "r.rotate": 1,
+ "v*n": 2,
+ "<a;s+=l)r.beginPath(),r.fillStyle=ui(b,y,w,s-c).getRgbaColor(),r.strokeStyle=r.fillStyle,e>": 1,
+ "r.arc": 2,
+ "r.restore": 1,
+ "this.getColorAt": 1,
+ "i.length": 1,
+ "<i[t]&&(u=i[t],e=t);if(i[t]===n)return>": 1,
+ "this.getStart": 1,
+ "this.getEnd": 1,
+ "Math.log": 1,
+ "/Math.LN10": 1,
+ "this.gradientStart": 1,
+ "this.gradientFraction": 1,
+ "this.gradientStop": 1,
+ "this.labelColor": 1,
+ "this.symbolColor": 1,
+ "this.gradientStartColor": 1,
+ "this.gradientFraction1Color": 1,
+ "this.gradientFraction2Color": 1,
+ "this.gradientFraction3Color": 1,
+ "this.gradientStopColor": 1,
+ "this.textColor": 1,
+ "this.veryDark": 1,
+ "this.dark": 1,
+ "this.medium": 1,
+ "this.light": 1,
+ "this.lighter": 1,
+ "this.veryLight": 1,
+ "this.innerColor1_ON": 1,
+ "this.innerColor2_ON": 1,
+ "this.outerColor_ON": 1,
+ "this.coronaColor": 1,
+ "this.innerColor1_OFF": 1,
+ "this.innerColor2_OFF": 1,
+ "this.outerColor_OFF": 1,
+ "this.style": 1,
+ "this.design": 1,
+ "this.format": 1,
"SATIN_GRAY": 1,
"LIGHT_GRAY": 1,
- "WHITE": 1,
- "BLACK": 1,
- "BEIGE": 1,
+ "BLACK": 4,
+ "BEIGE": 2,
"BROWN": 1,
- "RED": 1,
- "GREEN": 1,
- "BLUE": 1,
- "ANTHRACITE": 1,
+ "GREEN": 3,
+ "BLUE": 3,
+ "ANTHRACITE": 2,
"MUD": 1,
- "#c8c8b1": 1,
- "#124564": 1,
- "#503700": 1,
- "#4f0c0e": 1,
- "#405300": 1,
- "#414141": 3,
- "#b2b4ed": 1,
- "#080C06": 1,
- "#002cbb": 1,
- "#FE8B92": 1,
- "#3DB3FF": 1,
- "#076148": 1,
- "#B50026": 1,
- "#233123": 1,
- "#593A0A": 1,
- "#090051": 1,
- "#b2b2b2": 2,
- "#c4c4c4": 2,
- "#FF9A89": 2,
- "#FF3300": 1,
- "#FF8D70": 1,
- "#7E1C00": 2,
- "#641B00": 1,
- "#9AFF89": 2,
- "#59FF2A": 1,
- "#A5FF00": 1,
- "#1C7E00": 2,
- "#1B6400": 1,
- "#899AFF": 2,
- "#0033FF": 1,
- "#708DFF": 1,
- "#001C7E": 2,
- "#001B64": 1,
- "#FEA23F": 2,
- "#FD6C00": 2,
- "#592800": 2,
- "#421F00": 1,
- "#FFFF62": 2,
- "#FFFF00": 2,
- "#6B6D00": 2,
- "#515300": 1,
- "#00FFFF": 3,
- "#1BC3C3": 1,
- "#083B3B": 2,
- "#052727": 1,
- "#D300FF": 2,
- "#8600CB": 1,
- "#C300FF": 1,
- "#38004B": 2,
- "#280035": 1,
- "north": 1,
- "south": 1,
- "east": 1,
+ "PUNCHED_SHEET": 1,
+ "CARBON": 1,
+ "STAINLESS": 1,
+ "BRUSHED_METAL": 1,
+ "BRUSHED_STAINLESS": 1,
+ "TURNED": 1,
+ "ORANGE": 2,
+ "YELLOW": 2,
+ "GRAY": 2,
+ "BLUE2": 1,
+ "BLUE_BLACK": 1,
+ "BLUE_DARKBLUE": 1,
+ "BLUE_GRAY": 1,
+ "BLUE_BLUE": 1,
+ "RED_DARKRED": 1,
+ "DARKBLUE": 1,
+ "LILA": 1,
+ "BLACKRED": 1,
+ "DARKGREEN": 1,
+ "AMBER": 1,
+ "LIGHTBLUE": 1,
+ "SECTIONS": 1,
+ "CYAN": 1,
+ "MAGENTA": 1,
+ "RAITH": 1,
+ "GREEN_LCD": 1,
+ "JUG_GREEN": 1,
+ "RED_LED": 1,
+ "GREEN_LED": 1,
+ "BLUE_LED": 1,
+ "ORANGE_LED": 1,
+ "YELLOW_LED": 1,
+ "CYAN_LED": 1,
+ "MAGENTA_LED": 1,
+ "TYPE2": 3,
+ "TYPE3": 3,
+ "TYPE4": 3,
+ "TYPE5": 3,
+ "NORTH": 1,
+ "SOUTH": 1,
+ "EAST": 1,
+ "WEST": 1,
+ "STANDARD_KNOB": 1,
+ "METAL_KNOB": 1,
+ "BRASS": 2,
+ "SILVER": 1,
+ "BLACK_METAL": 1,
+ "SHINY_METAL": 1,
+ "STEEL": 1,
+ "CHROME": 1,
+ "GOLD": 1,
+ "TILTED_GRAY": 1,
+ "TILTED_BLACK": 1,
+ "GLOSSY_METAL": 1,
+ "TYPE6": 1,
+ "TYPE7": 1,
+ "TYPE8": 1,
+ "TYPE9": 1,
+ "TYPE10": 1,
+ "TYPE11": 1,
+ "TYPE12": 1,
+ "TYPE13": 1,
+ "TYPE14": 1,
+ "TYPE15": 1,
+ "TYPE16": 1,
+ "FRACTIONAL": 1,
+ "SCIENTIFIC": 1,
+ "NORMAL": 1,
+ "HORIZONTAL": 1,
+ "TANGENT": 1,
+ "UP": 1,
+ "STEADY": 1,
+ "DOWN": 1,
+ "OFF": 1,
"Radial": 1,
"RadialBargraph": 1,
- "wi": 1,
"RadialVertical": 1,
- "bi": 1,
"Linear": 1,
- "yi": 1,
"LinearBargraph": 1,
- "kr": 1,
"DisplaySingle": 1,
- "dr": 1,
"DisplayMulti": 1,
- "wr": 1,
"Level": 1,
- "br": 1,
"Compass": 1,
- "gr": 1,
"WindDirection": 1,
- "iu": 1,
"Horizon": 1,
- "ru": 1,
"Led": 1,
- "nu": 1,
"Clock": 1,
- "tu": 1,
"Battery": 1,
- "hr": 1,
"StopWatch": 1,
- "cr": 1,
"Altimeter": 1,
- "sr": 1,
"TrafficLight": 1,
- "lr": 1,
"LightBulb": 1,
- "yr": 1,
"Odometer": 1,
- "pr": 1,
"drawFrame": 1,
"drawBackground": 1,
"drawForeground": 1,
"rgbaColor": 1,
"ConicalGradient": 1,
- "it": 1,
- "setAlpha": 1,
"getColorFromFraction": 1,
"gradientWrapper": 1,
- "kt": 1,
- "BackgroundColor": 1,
- "di": 1,
- "LcdColor": 1,
- "ki": 1,
- "ColorDef": 1,
- "pi": 1,
"LedColor": 1,
- "gi": 1,
"GaugeType": 1,
- "ai": 1,
"Orientation": 1,
- "ur": 1,
- "FrameDesign": 1,
- "fr": 1,
"PointerType": 1,
- "er": 1,
- "ForegroundType": 1,
- "rr": 1,
"KnobType": 1,
- "fi": 1,
"KnobStyle": 1,
- "oi": 1,
"LabelNumberFormat": 1,
- "nr": 1,
"TickLabelOrientation": 1,
"TrendState": 1,
- "ir": 1,
"Section": 1,
"KEYWORDS": 2,
"array_to_hash": 11,
"RESERVED_WORDS": 2,
- "KEYWORDS_BEFORE_EXPRESSION": 1,
+ "KEYWORDS_BEFORE_EXPRESSION": 2,
"KEYWORDS_ATOM": 2,
"OPERATOR_CHARS": 1,
"characters": 5,
"RE_HEX_NUMBER": 1,
- "/i": 2,
"RE_OCT_NUMBER": 1,
"RE_DEC_NUMBER": 1,
"OPERATORS": 2,
- "WHITESPACE_CHARS": 1,
- "PUNC_BEFORE_EXPRESSION": 1,
+ "WHITESPACE_CHARS": 2,
+ "PUNC_BEFORE_EXPRESSION": 2,
"PUNC_CHARS": 1,
"REGEXP_MODIFIERS": 1,
"UNICODE": 1,
@@ -9796,11 +15714,11 @@
"is_digit": 3,
"ch.charCodeAt": 1,
"//XXX": 1,
+ "out": 1,
"means": 1,
"something": 1,
"than": 1,
- "..9": 1,
- "is_alphanumeric_char": 2,
+ "is_alphanumeric_char": 3,
"is_unicode_combining_mark": 2,
"UNICODE.non_spacing_mark.test": 1,
"UNICODE.space_combining_mark.test": 1,
@@ -9808,71 +15726,129 @@
"UNICODE.connector_punctuation.test": 1,
"is_identifier_start": 2,
"is_identifier_char": 1,
- "parse_js_number": 1,
+ "parse_js_number": 2,
"RE_HEX_NUMBER.test": 1,
"num.substr": 2,
"RE_OCT_NUMBER.test": 1,
"RE_DEC_NUMBER.test": 1,
- "parseFloat": 1,
"JS_Parse_Error": 2,
"message": 5,
- "col": 4,
"this.col": 2,
- "this.pos": 2,
"ex": 3,
"ex.name": 1,
"this.stack": 2,
"ex.stack": 1,
"JS_Parse_Error.prototype.toString": 1,
- "js_error": 1,
+ "js_error": 2,
"is_token": 1,
- "token": 1,
+ "token": 5,
"token.type": 1,
"token.value": 1,
- "EX_EOF": 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,
+ "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,
+ "comment": 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,
+ "char": 1,
+ "identifier": 1,
+ "regular": 1,
+ "regexp": 5,
+ "operator": 14,
+ "punc": 27,
+ "atom": 5,
+ "keyword": 11,
+ "Unexpected": 3,
+ "character": 1,
+ "void": 1,
+ "<\",>": 1,
+ "<=\",>": 1,
+ "block": 2,
+ "debugger": 2,
"outside": 1,
- "punc": 20,
"const": 2,
- "label": 1,
+ "with": 2,
"stat": 1,
"Label": 1,
"without": 1,
"matching": 1,
- "loop": 2,
"statement": 1,
"inside": 1,
- "keyword": 8,
- "operator": 10,
"defun": 1,
- "eof": 3,
"Name": 1,
- "finally": 1,
"Missing": 1,
"catch/finally": 1,
"blocks": 1,
"unary": 2,
- "prefix": 1,
- "atom": 2,
"dot": 2,
- "sub": 2,
- "call": 2,
"postfix": 1,
+ "Invalid": 2,
"use": 1,
"binary": 1,
"conditional": 1,
"assign": 1,
"assignment": 1,
"seq": 1,
- "toplevel": 1,
"member": 2,
- "array.length": 1,
- "HOP": 1,
"Object.prototype.hasOwnProperty.call": 1,
- "warn": 2,
"exports.tokenizer": 1,
"exports.parse": 1,
"parse": 1,
@@ -9893,6 +15869,13 @@
"exports.set_logger": 1,
"logger": 2
},
+ "JSON": {
+ "{": 143,
+ "}": 143,
+ "[": 165,
+ "]": 165,
+ "true": 3
+ },
"Julia": {
"##": 5,
"Test": 1,
@@ -9919,24 +15902,20 @@
"asset": 1,
"information": 1,
"CurrentPrice": 3,
- ".": 4,
+ "[": 20,
+ "]": 20,
"#": 11,
"Corr": 2,
- ".4": 2,
";": 1,
"T": 5,
"n": 4,
"dt": 3,
"/250": 1,
"Div": 3,
- ".01": 2,
"Vol": 5,
- ".2": 1,
- ".3": 1,
"Market": 1,
"Information": 1,
"r": 3,
- ".03": 1,
"Define": 1,
"storages": 1,
"SimulPriceA": 5,
@@ -10003,6 +15982,8 @@
"null": 3,
"xor": 1,
"Countries": 2,
+ "[": 3,
+ "]": 3,
"}": 6,
"PhoneNumber": 1,
"areaCode": 1,
@@ -10055,8 +16036,10 @@
"x": 4,
")": 50,
"%": 31,
+ "[": 3,
"m": 3,
"n": 3,
+ "]": 3,
"size": 2,
";": 24,
"if": 1,
@@ -10122,6 +16105,30 @@
"value2": 4,
"result": 4
},
+ "Max": {
+ "max": 1,
+ "v2": 1,
+ ";": 15,
+ "#N": 1,
+ "vpatcher": 1,
+ "#P": 12,
+ "toggle": 1,
+ "button": 4,
+ "window": 2,
+ "setfont": 1,
+ "Verdana": 1,
+ "linecount": 1,
+ "newex": 5,
+ "r": 1,
+ "jojo": 2,
+ "#B": 2,
+ "color": 2,
+ "s": 1,
+ "route": 1,
+ "append": 1,
+ "toto": 1,
+ "%": 1
+ },
"Nemerle": {
"using": 1,
"System.Console": 1,
@@ -10149,7 +16156,7 @@
")": 1
},
"Objective-C": {
- "//": 771,
+ "//": 819,
"#import": 53,
"<Foundation/Foundation.h>": 4,
"#if": 61,
@@ -10158,15 +16165,15 @@
"__IPHONE_OS_VERSION_MAX_ALLOWED": 5,
"__IPHONE_4_0": 7,
"<UIKit/UIKit.h>": 1,
- "#endif": 79,
+ "#endif": 84,
"<stdio.h>": 2,
"@class": 4,
"ASIDataDecompressor": 4,
- ";": 2583,
+ ";": 3074,
"extern": 5,
- "NSString": 184,
+ "NSString": 199,
"*ASIHTTPRequestVersion": 2,
- "#ifndef": 9,
+ "#ifndef": 11,
"__IPHONE_3_2": 2,
"#define": 65,
"__MAC_10_5": 2,
@@ -10174,11 +16181,11 @@
"typedef": 47,
"enum": 17,
"_ASIAuthenticationState": 1,
- "{": 791,
+ "{": 990,
"ASINoAuthenticationNeededYet": 3,
"ASIHTTPAuthenticationNeeded": 2,
"ASIProxyAuthenticationNeeded": 2,
- "}": 790,
+ "}": 980,
"ASIAuthenticationState": 4,
"_ASINetworkErrorType": 1,
"ASIConnectionFailureErrorType": 1,
@@ -10194,25 +16201,25 @@
"ASICompressionError": 1,
"ASINetworkErrorType": 1,
"NSString*": 13,
- "const": 31,
+ "const": 52,
"NetworkRequestErrorDomain": 13,
- "unsigned": 71,
- "long": 85,
+ "unsigned": 95,
+ "long": 92,
"ASIWWANBandwidthThrottleAmount": 2,
"NS_BLOCKS_AVAILABLE": 19,
- "void": 293,
- "(": 2574,
+ "void": 334,
+ "(": 3415,
"ASIBasicBlock": 23,
- ")": 2572,
+ ")": 3411,
"ASIHeadersBlock": 4,
- "NSDictionary": 46,
+ "NSDictionary": 50,
"*responseHeaders": 3,
"ASISizeBlock": 7,
"size": 11,
"ASIProgressBlock": 7,
"total": 3,
"ASIDataBlock": 4,
- "NSData": 42,
+ "NSData": 49,
"*data": 2,
"@interface": 23,
"ASIHTTPRequest": 42,
@@ -10222,7 +16229,7 @@
"*url": 2,
"*originalURL": 2,
"*redirectURL": 2,
- "id": 190,
+ "id": 231,
"<ASIHTTPRequestDelegate>": 1,
"delegate": 67,
"<ASIHTTPRequestDelegate,>": 1,
@@ -10232,7 +16239,7 @@
"NSMutableData": 8,
"*postBody": 2,
"*compressedPostBody": 2,
- "BOOL": 153,
+ "BOOL": 158,
"shouldStreamPostDataFromDisk": 7,
"*postBodyFilePath": 2,
"*compressedPostBodyFilePath": 2,
@@ -10246,7 +16253,7 @@
"haveBuiltRequestHeaders": 4,
"NSMutableArray": 31,
"*requestCookies": 2,
- "NSArray": 34,
+ "NSArray": 35,
"*responseCookies": 3,
"useCookiePersistence": 6,
"useKeychainPersistence": 6,
@@ -10259,10 +16266,10 @@
"*fileDownloadOutputStream": 2,
"*inflatedFileDownloadOutputStream": 2,
"complete": 10,
- "finished": 4,
+ "finished": 8,
"cancelled": 6,
- "NSError": 67,
- "*error": 4,
+ "NSError": 82,
+ "*error": 6,
"*username": 2,
"*password": 2,
"*userAgentString": 2,
@@ -10281,7 +16288,7 @@
"CFHTTPAuthenticationRef": 4,
"requestAuthentication": 10,
"*requestCredentials": 2,
- "int": 63,
+ "int": 78,
"authenticationRetryCount": 5,
"*authenticationScheme": 2,
"*authenticationRealm": 3,
@@ -10353,7 +16360,7 @@
"*connectionInfo": 2,
"shouldUseRFC2616RedirectBehaviour": 5,
"downloadComplete": 3,
- "NSNumber": 15,
+ "NSNumber": 18,
"*requestID": 3,
"*runLoopMode": 2,
"NSTimer": 5,
@@ -10366,7 +16373,7 @@
"cacheStoragePolicy": 3,
"didUseCachedResponse": 4,
"secondsToCache": 4,
- "&&": 167,
+ "&&": 231,
"shouldContinueWhenAppEntersBackground": 4,
"UIBackgroundTaskIdentifier": 1,
"backgroundTask": 7,
@@ -10378,7 +16385,7 @@
"*PACFileData": 2,
"isSynchronous": 3,
"//block": 12,
- "to": 72,
+ "to": 60,
"execute": 4,
"when": 8,
"starts": 1,
@@ -10392,13 +16399,13 @@
"completionBlock": 9,
"fails": 1,
"failureBlock": 9,
- "for": 52,
- "bytes": 9,
+ "for": 61,
+ "bytes": 11,
"bytesReceivedBlock": 7,
"sent": 1,
"bytesSentBlock": 13,
"download": 2,
- "is": 25,
+ "is": 12,
"incremented": 2,
"downloadSizeIncrementedBlock": 10,
"upload": 1,
@@ -10411,23 +16418,23 @@
"proxy": 4,
"proxyAuthenticationNeededBlock": 7,
"redirections": 1,
- "if": 412,
+ "if": 527,
"you": 1,
- "want": 2,
+ "want": 1,
"requestRedirectedBlock": 9,
- "#pragma": 52,
- "mark": 50,
- "init": 37,
- "/": 16,
- "dealloc": 15,
- "-": 721,
+ "#pragma": 62,
+ "mark": 60,
+ "init": 39,
+ "/": 17,
+ "dealloc": 17,
+ "-": 1147,
"initWithURL": 4,
- "*": 355,
+ "*": 419,
"newURL": 21,
- "+": 211,
+ "+": 334,
"requestWithURL": 8,
"usingCache": 5,
- "cache": 8,
+ "cache": 9,
"andCachePolicy": 3,
"policy": 3,
"setStartedBlock": 2,
@@ -10473,7 +16480,7 @@
"responseData": 3,
"isResponseCompressed": 3,
"running": 2,
- "a": 33,
+ "a": 32,
"startSynchronous": 2,
"startAsynchronous": 2,
"clearDelegatesAndCancel": 2,
@@ -10486,7 +16493,7 @@
"updateDownloadProgress": 1,
"removeUploadProgressSoFar": 3,
"incrementDownloadSizeBy": 7,
- "length": 39,
+ "length": 92,
"incrementUploadSizeBy": 7,
"updateProgressIndicator": 5,
"indicator": 3,
@@ -10497,7 +16504,7 @@
"onTarget": 14,
"target": 6,
"withObject": 40,
- "object": 51,
+ "object": 86,
"amount": 15,
"callerToRetain": 16,
"caller": 1,
@@ -10517,7 +16524,7 @@
"readResponseHeaders": 2,
"parseStringEncodingFromHeaders": 3,
"parseMimeType": 2,
- "**": 41,
+ "**": 55,
"mimeType": 2,
"andResponseEncoding": 2,
"stringEncoding": 1,
@@ -10556,14 +16563,14 @@
"removeTemporaryUploadFile": 2,
"removeTemporaryCompressedUploadFile": 2,
"removeFileAtPath": 1,
- "path": 9,
- "error": 145,
+ "path": 7,
+ "error": 206,
"err": 10,
"persistent": 1,
"connections": 1,
"connectionID": 1,
"expirePersistentConnections": 2,
- "default": 2,
+ "default": 5,
"time": 1,
"out": 1,
"defaultTimeOutSeconds": 3,
@@ -10645,7 +16652,7 @@
"expiryDateForRequest": 1,
"maxAge": 3,
"dateFromRFC1123String": 1,
- "string": 11,
+ "string": 25,
"isMultitaskingSupported": 2,
"threading": 1,
"behaviour": 1,
@@ -10658,19 +16665,19 @@
"setURL": 4,
"nonatomic": 40,
"readonly": 19,
- "@end": 45,
+ "@end": 48,
"<MobileCoreServices/MobileCoreServices.h>": 1,
- "#else": 8,
+ "#else": 9,
"<SystemConfiguration/SystemConfiguration.h>": 1,
- "@": 331,
- "static": 104,
+ "@": 391,
+ "static": 123,
"*defaultUserAgent": 1,
"nil": 150,
"*ASIHTTPRequestRunLoopMode": 1,
"CFOptionFlags": 1,
"kNetworkEvents": 1,
"kCFStreamEventHasBytesAvailable": 1,
- "|": 34,
+ "|": 40,
"kCFStreamEventEndEncountered": 1,
"kCFStreamEventErrorOccurred": 1,
"*sessionCredentialsStore": 1,
@@ -10682,8 +16689,10 @@
"CFReadStreamRef": 9,
"readStream": 11,
"*clientCallBackInfo": 1,
+ "[": 1994,
"ASIHTTPRequest*": 1,
"clientCallBackInfo": 1,
+ "]": 1992,
"*progressLock": 1,
"*ASIRequestCancelledError": 1,
"*ASIRequestTimedOutError": 1,
@@ -10699,14 +16708,14 @@
"*bandwidthMeasurementDate": 1,
"NSLock": 2,
"*bandwidthThrottlingLock": 1,
- "NO": 43,
+ "NO": 59,
"shouldThrottleBandwidthForWWANOnly": 1,
"*sessionCookiesLock": 1,
"*delegateAuthenticationLock": 1,
"*throttleWakeUpTime": 1,
"runningRequestCount": 1,
"shouldUpdateNetworkActivityIndicator": 1,
- "YES": 56,
+ "YES": 61,
"*networkThread": 1,
"*sharedQueue": 1,
"cancelLoad": 5,
@@ -10759,12 +16768,12 @@
"blocks": 17,
"callBlock": 3,
"setSynchronous": 2,
- "@implementation": 18,
+ "@implementation": 21,
"initialize": 1,
- "self": 848,
- "class": 47,
+ "self": 888,
+ "class": 50,
"persistentConnectionsPool": 3,
- "alloc": 51,
+ "alloc": 55,
"connectionsLock": 4,
"progressLock": 3,
"bandwidthThrottlingLock": 1,
@@ -10775,10 +16784,10 @@
"initWithCapacity": 2,
"ASIRequestTimedOutError": 2,
"initWithDomain": 5,
- "code": 14,
- "userInfo": 16,
- "dictionaryWithObjectsAndKeys": 12,
- "NSLocalizedDescriptionKey": 11,
+ "code": 17,
+ "userInfo": 19,
+ "dictionaryWithObjectsAndKeys": 14,
+ "NSLocalizedDescriptionKey": 14,
"ASIAuthenticationError": 1,
"ASIRequestCancelledError": 3,
"ASIUnableToCreateRequestError": 3,
@@ -10789,7 +16798,6 @@
"NSDefaultRunLoopMode": 1,
"setShouldAttemptPersistentConnection": 4,
"setPersistentConnectionTimeoutSeconds": 3,
- ".0": 7,
"setShouldPresentCredentialsBeforeChallenge": 2,
"setShouldRedirect": 1,
"setShowAccurateProgress": 3,
@@ -10805,9 +16813,9 @@
"setUseCookiePersistence": 2,
"setValidatesSecureCertificate": 2,
"setRequestCookies": 3,
- "autorelease": 32,
+ "autorelease": 38,
"setDidStartSelector": 1,
- "@selector": 53,
+ "@selector": 56,
"setDidReceiveResponseHeadersSelector": 1,
"didReceiveResponseHeaders": 3,
"setWillRedirectSelector": 1,
@@ -10819,12 +16827,12 @@
"didReceiveData": 1,
"setCancelledLock": 1,
"setDownloadCache": 3,
- "return": 209,
+ "return": 271,
"ASIUseDefaultCachePolicy": 1,
"*request": 1,
"setCachePolicy": 2,
"setAuthenticationNeeded": 4,
- "CFRelease": 23,
+ "CFRelease": 27,
"redirectURL": 3,
"release": 79,
"statusTimer": 9,
@@ -10871,7 +16879,7 @@
"requestID": 3,
"dataDecompressor": 2,
"userAgentString": 3,
- "super": 21,
+ "super": 25,
"*blocks": 1,
"array": 83,
"addObject": 17,
@@ -10881,7 +16889,7 @@
"setRequestHeaders": 3,
"dictionaryWithCapacity": 3,
"setObject": 23,
- "forKey": 23,
+ "forKey": 24,
"close": 8,
"setPostBodyWriteStream": 2,
"*path": 1,
@@ -10895,21 +16903,21 @@
"ASIDataCompressor": 2,
"compressDataFromFile": 1,
"toFile": 1,
- "&": 56,
- "else": 62,
+ "&": 114,
+ "else": 85,
"setPostLength": 4,
"NSFileManager": 5,
"attributesOfItemAtPath": 2,
"fileSize": 2,
- "errorWithDomain": 7,
- "stringWithFormat": 7,
+ "errorWithDomain": 10,
+ "stringWithFormat": 12,
"NSUnderlyingErrorKey": 3,
"*compressedBody": 1,
"compressData": 1,
"setCompressedPostBody": 1,
"compressedBody": 1,
"isEqualToString": 20,
- "||": 52,
+ "||": 55,
"setHaveBuiltPostBody": 1,
"setupPostBody": 3,
"setPostBodyFilePath": 1,
@@ -10923,16 +16931,16 @@
"appendData": 2,
"*stream": 1,
"initWithFileAtPath": 1,
- "NSUInteger": 94,
+ "NSUInteger": 102,
"bytesRead": 5,
- "while": 13,
+ "while": 14,
"hasBytesAvailable": 1,
- "char": 23,
+ "char": 51,
"buffer": 8,
"*256": 1,
"read": 2,
- "sizeof": 13,
- "break": 16,
+ "sizeof": 26,
+ "break": 30,
"dataWithBytes": 1,
"lock": 16,
"*m": 1,
@@ -10940,11 +16948,11 @@
"m": 1,
"newRequestMethod": 3,
"*u": 1,
- "u": 10,
+ "u": 9,
"isEqual": 7,
- "NULL": 221,
+ "NULL": 376,
"setRedirectURL": 3,
- "d": 8,
+ "d": 7,
"setDelegate": 6,
"newDelegate": 2,
"q": 2,
@@ -10955,16 +16963,16 @@
"ASI_DEBUG_LOG": 19,
"isCancelled": 6,
"setComplete": 8,
- "CFRetain": 5,
+ "CFRetain": 7,
"willChangeValueForKey": 1,
"didChangeValueForKey": 1,
"cancel": 4,
"onThread": 3,
"setDownloadProgressDelegate": 1,
"setUploadProgressDelegate": 1,
- "result": 4,
- "initWithBytes": 1,
- "encoding": 3,
+ "result": 10,
+ "initWithBytes": 2,
+ "encoding": 4,
"*encoding": 1,
"objectForKey": 41,
"rangeOfString": 1,
@@ -11000,22 +17008,22 @@
"mainRequest": 23,
"CFHTTPMessageCreateRequest": 1,
"kCFAllocatorDefault": 4,
- "CFStringRef": 6,
+ "CFStringRef": 10,
"CFURLRef": 1,
"kCFHTTPVersion1_0": 2,
"kCFHTTPVersion1_1": 1,
"//If": 3,
"generated": 1,
- "by": 3,
- "an": 4,
+ "by": 2,
+ "an": 3,
"ASINetworkQueue": 1,
- "we": 11,
+ "we": 10,
"need": 1,
"let": 1,
- "the": 31,
+ "the": 27,
"generate": 1,
"its": 7,
- "first": 2,
+ "first": 1,
"so": 2,
"can": 1,
"use": 9,
@@ -11032,10 +17040,10 @@
"*lastModified": 1,
"lastModified": 2,
"*header": 3,
- "in": 22,
+ "in": 21,
"CFHTTPMessageSetHeaderFieldValue": 2,
"@catch": 1,
- "NSException": 21,
+ "NSException": 28,
"*exception": 1,
"*underlyingError": 1,
"exception": 3,
@@ -11061,7 +17069,7 @@
"absoluteURL": 2,
"cookies": 6,
"addObjectsFromArray": 1,
- "count": 104,
+ "count": 119,
"*cookie": 2,
"*cookieHeader": 1,
"cookie": 7,
@@ -11099,7 +17107,7 @@
"kCFStreamSSLAllowsExpiredCertificates": 1,
"kCFStreamSSLAllowsAnyRoot": 1,
"kCFStreamSSLValidatesCertificateChain": 1,
- "kCFNull": 1,
+ "kCFNull": 2,
"kCFStreamSSLPeerName": 1,
"CFReadStreamSetProperty": 4,
"kCFStreamPropertySSLSettings": 2,
@@ -11132,7 +17140,7 @@
"*oldStream": 1,
"intValue": 4,
"timeIntervalSinceNow": 1,
- "<": 62,
+ "<": 103,
"DEBUG_PERSISTENT_CONNECTIONS": 4,
"removeObject": 2,
"//Some": 1,
@@ -11140,11 +17148,11 @@
"reused": 1,
"connection": 9,
"already": 2,
- "re": 2,
+ "re": 1,
"connecting": 1,
"ll": 1,
- "that": 5,
- "was": 6,
+ "that": 4,
+ "was": 4,
"previously": 1,
"using": 3,
"there": 1,
@@ -11156,7 +17164,6 @@
"date": 4,
"setStatusTimer": 3,
"timerWithTimeInterval": 1,
- ".25": 1,
"repeats": 1,
"addTimer": 1,
"forMode": 1,
@@ -11201,22 +17208,21 @@
"//Only": 1,
"update": 2,
"isn": 1,
- "t": 4,
+ "t": 6,
"until": 2,
"ve": 1,
"written": 1,
- "will": 15,
+ "will": 14,
"be": 9,
- "of": 8,
+ "of": 7,
"currently": 1,
"seems": 1,
"KB": 2,
"on": 5,
"both": 1,
"Leopard": 1,
- "and": 13,
+ "and": 14,
"iPhone": 2,
- ".2.1": 1,
"setUploadBufferSize": 1,
"setUpdatedProgress": 1,
"didSendBytes": 4,
@@ -11233,7 +17239,7 @@
"setSelector": 2,
"argumentNumber": 4,
"setArgument": 5,
- "atIndex": 7,
+ "atIndex": 83,
"callback": 3,
"*cbSignature": 1,
"*cbInvocation": 1,
@@ -11241,19 +17247,19 @@
"cbInvocation": 6,
"setTarget": 1,
"invoke": 1,
- "(*": 2,
- "*)": 2,
+ "(*": 4,
+ "*)": 4,
"setProgress": 1,
"float": 2,
"progressAmount": 4,
"progress*1.0": 2,
"total*1.0": 2,
- "double": 3,
+ "double": 2,
"setDoubleValue": 1,
"*indicator": 1,
"calling": 1,
- "/*": 49,
- "*/": 49,
+ "/*": 50,
+ "*/": 50,
"requestRedirected": 4,
"newResponseHeaders": 4,
"requestWillRedirectToURL": 1,
@@ -11345,12 +17351,12 @@
"componentsSeparatedByString": 1,
"AUTH": 23,
"Request": 27,
- "%": 100,
+ "%": 87,
"set": 2,
"from": 14,
"parent": 1,
"properties": 1,
- "as": 8,
+ "as": 9,
"or": 9,
"ASIAuthenticationDialog": 4,
"retry": 2,
@@ -11358,7 +17364,7 @@
"Failed": 9,
"Credentials": 9,
"apply": 5,
- "failed": 6,
+ "failed": 5,
"Realm": 1,
"challenge": 1,
"must": 7,
@@ -11397,7 +17403,7 @@
"qu": 1,
"move": 2,
"CONNECTION": 4,
- "#": 7,
+ "#": 5,
"expires": 2,
"X": 3,
"Response": 1,
@@ -11413,7 +17419,7 @@
"retried": 1,
"A": 3,
"failure": 1,
- "occurred": 3,
+ "occurred": 2,
"SSL": 1,
"problem": 1,
"Possible": 1,
@@ -11426,13 +17432,13 @@
"wrong": 1,
"delete": 1,
"at": 4,
- "Unable": 24,
+ "Unable": 15,
"obtain": 1,
"servers": 1,
"needed": 1,
"https": 1,
"Closing": 1,
- "because": 2,
+ "because": 1,
"expired": 1,
"Host": 1,
"Port": 1,
@@ -11449,7 +17455,6 @@
"u.": 2,
"My": 1,
"Application": 1,
- ".5.7": 1,
"en_GB": 1,
"application/octet": 1,
"THROTTLING": 3,
@@ -11496,14 +17501,14 @@
"aNotification": 1,
"argc": 1,
"*argv": 1,
- "NSLog": 3,
+ "NSLog": 5,
"#include": 18,
"<stddef.h>": 1,
"<stdint.h>": 2,
"<limits.h>": 2,
"<TargetConditionals.h>": 1,
"<AvailabilityMacros.h>": 1,
- "#ifdef": 10,
+ "#ifdef": 12,
"__OBJC__": 2,
"<Foundation/NSArray.h>": 2,
"<Foundation/NSData.h>": 2,
@@ -11535,49 +17540,49 @@
"JSONKIT_VERSION_MINOR": 1,
"JKFlags": 5,
"JKParseOptionNone": 1,
- "JKParseOptionStrict": 1,
+ "JKParseOptionStrict": 7,
"JKParseOptionComments": 2,
"<<": 17,
"JKParseOptionUnicodeNewlines": 2,
- "JKParseOptionLooseUnicode": 2,
+ "JKParseOptionLooseUnicode": 3,
"JKParseOptionPermitTextAfterValidJSON": 2,
- "JKParseOptionValidFlags": 1,
- "JKParseOptionFlags": 12,
+ "JKParseOptionValidFlags": 2,
+ "JKParseOptionFlags": 23,
"JKSerializeOptionNone": 7,
- "JKSerializeOptionPretty": 2,
+ "JKSerializeOptionPretty": 6,
"JKSerializeOptionEscapeUnicode": 2,
"JKSerializeOptionEscapeForwardSlashes": 2,
"JKSerializeOptionValidFlags": 1,
"JKSerializeOptionFlags": 30,
"struct": 20,
- "JKParseState": 20,
- "JSONDecoder": 2,
- "*parseState": 18,
- "decoder": 1,
- "decoderWithParseOptions": 1,
- "parseOptionFlags": 11,
- "initWithParseOptions": 1,
- "clearCache": 1,
- "parseUTF8String": 2,
- "size_t": 29,
- "parseJSONData": 2,
- "jsonData": 8,
- "objectWithUTF8String": 2,
- "objectWithData": 5,
- "mutableObjectWithUTF8String": 2,
- "mutableObjectWithData": 2,
- "////////////": 6,
+ "JKParseState": 24,
+ "JSONDecoder": 11,
+ "*parseState": 20,
+ "decoder": 22,
+ "decoderWithParseOptions": 7,
+ "parseOptionFlags": 37,
+ "initWithParseOptions": 4,
+ "clearCache": 3,
+ "parseUTF8String": 4,
+ "size_t": 57,
+ "parseJSONData": 4,
+ "jsonData": 22,
+ "objectWithUTF8String": 9,
+ "objectWithData": 11,
+ "mutableObjectWithUTF8String": 7,
+ "mutableObjectWithData": 6,
+ "////////////": 14,
"Deserializing": 1,
"methods": 2,
- "JSONKitDeserializing": 2,
- "objectFromJSONString": 1,
- "objectFromJSONStringWithParseOptions": 2,
- "mutableObjectFromJSONString": 1,
- "mutableObjectFromJSONStringWithParseOptions": 2,
- "objectFromJSONData": 1,
- "objectFromJSONDataWithParseOptions": 2,
- "mutableObjectFromJSONData": 1,
- "mutableObjectFromJSONDataWithParseOptions": 2,
+ "JSONKitDeserializing": 4,
+ "objectFromJSONString": 2,
+ "objectFromJSONStringWithParseOptions": 6,
+ "mutableObjectFromJSONString": 2,
+ "mutableObjectFromJSONStringWithParseOptions": 6,
+ "objectFromJSONData": 2,
+ "objectFromJSONDataWithParseOptions": 6,
+ "mutableObjectFromJSONData": 2,
+ "mutableObjectFromJSONDataWithParseOptions": 6,
"Serializing": 1,
"JSONKitSerializing": 6,
"JSONData": 6,
@@ -11587,7 +17592,7 @@
"JSONString": 6,
"JSONStringWithOptions": 15,
"serializeUnsupportedClassesUsingDelegate": 9,
- "__BLOCKS__": 2,
+ "__BLOCKS__": 3,
"JSONKitSerializingBlockAdditions": 4,
"serializeUnsupportedClassesUsingBlock": 8,
"<stdlib.h>": 1,
@@ -11607,12 +17612,12 @@
"<Foundation/NSException.h>": 1,
"<Foundation/NSNull.h>": 1,
"__has_feature": 3,
- "x": 9,
+ "x": 20,
"JK_ENABLE_CF_TRANSFER_OWNERSHIP_CALLBACKS": 2,
"#warning": 1,
"As": 1,
"JSONKit": 7,
- "v1.4": 1,
+ "v1.4": 2,
"longer": 2,
"required.": 1,
"It": 1,
@@ -11622,8 +17627,8 @@
"#error": 6,
"does": 4,
"support": 3,
- "Objective": 3,
- "C": 7,
+ "Objective": 2,
+ "C": 6,
"Garbage": 1,
"Collection": 1,
"objc_arc": 1,
@@ -11640,50 +17645,50 @@
"LL": 1,
"requires": 4,
"types": 2,
- "bits": 2,
+ "bits": 1,
"respectively.": 1,
"WORD_BIT": 1,
"LONG_BIT": 1,
"same": 3,
"bit": 1,
"architectures.": 1,
- "type.": 7,
+ "type.": 5,
"SIZE_MAX": 1,
"SSIZE_MAX": 1,
"JK_HASH_INIT": 1,
- "UL": 149,
+ "UL": 243,
"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_CACHE_SLOTS": 2,
+ "JK_CACHE_PROBES": 2,
+ "JK_INIT_CACHE_AGE": 2,
+ "JK_TOKENBUFFER_SIZE": 2,
+ "JK_STACK_OBJS": 5,
"JK_JSONBUFFER_SIZE": 1,
"JK_UTF8BUFFER_SIZE": 1,
"JK_ENCODE_CACHE_SLOTS": 1,
"JK_ATTRIBUTES": 15,
"attr": 3,
- "...": 12,
+ "...": 14,
"##__VA_ARGS__": 7,
"JK_EXPECTED": 4,
"cond": 12,
"expect": 3,
"__builtin_expect": 1,
- "JK_EXPECT_T": 23,
- "U": 5,
- "JK_EXPECT_F": 15,
+ "JK_EXPECT_T": 58,
+ "U": 17,
+ "JK_EXPECT_F": 50,
"JK_PREFETCH": 2,
- "ptr": 3,
+ "ptr": 4,
"__builtin_prefetch": 1,
- "JK_STATIC_INLINE": 13,
+ "JK_STATIC_INLINE": 16,
"__inline__": 1,
"always_inline": 1,
- "JK_ALIGNED": 1,
+ "JK_ALIGNED": 5,
"arg": 10,
"aligned": 1,
- "JK_UNUSED_ARG": 2,
- "unused": 4,
+ "JK_UNUSED_ARG": 3,
+ "unused": 3,
"JK_WARN_UNUSED": 1,
"warn_unused_result": 9,
"JK_WARN_UNUSED_CONST": 1,
@@ -11717,9 +17722,9 @@
"JSONNumberStateExponentPlusMinus": 1,
"JSONNumberStateExponent": 1,
"JSONStringStateStart": 1,
- "JSONStringStateParsing": 1,
- "JSONStringStateFinished": 1,
- "JSONStringStateError": 5,
+ "JSONStringStateParsing": 2,
+ "JSONStringStateFinished": 2,
+ "JSONStringStateError": 8,
"JSONStringStateEscape": 2,
"JSONStringStateEscapedUnicode1": 2,
"JSONStringStateEscapedUnicode2": 1,
@@ -11736,88 +17741,88 @@
"JKParseAcceptEnd": 3,
"JKParseAcceptValueOrEnd": 1,
"JKParseAcceptCommaOrEnd": 1,
- "JKClassUnknown": 1,
- "JKClassString": 1,
- "JKClassNumber": 1,
- "JKClassArray": 1,
- "JKClassDictionary": 1,
- "JKClassNull": 1,
- "JKManagedBufferOnStack": 1,
- "JKManagedBufferOnHeap": 1,
- "JKManagedBufferLocationMask": 1,
+ "JKClassUnknown": 2,
+ "JKClassString": 4,
+ "JKClassNumber": 3,
+ "JKClassArray": 3,
+ "JKClassDictionary": 3,
+ "JKClassNull": 3,
+ "JKManagedBufferOnStack": 3,
+ "JKManagedBufferOnHeap": 3,
+ "JKManagedBufferLocationMask": 6,
"JKManagedBufferLocationShift": 1,
- "JKManagedBufferMustFree": 2,
+ "JKManagedBufferMustFree": 7,
"JKManagedBufferFlags": 1,
- "JKObjectStackOnStack": 1,
- "JKObjectStackOnHeap": 1,
- "JKObjectStackLocationMask": 1,
+ "JKObjectStackOnStack": 3,
+ "JKObjectStackOnHeap": 4,
+ "JKObjectStackLocationMask": 7,
"JKObjectStackLocationShift": 1,
- "JKObjectStackMustFree": 1,
+ "JKObjectStackMustFree": 6,
"JKObjectStackFlags": 1,
"JKTokenTypeInvalid": 1,
- "JKTokenTypeNumber": 1,
- "JKTokenTypeString": 1,
- "JKTokenTypeObjectBegin": 1,
+ "JKTokenTypeNumber": 2,
+ "JKTokenTypeString": 2,
+ "JKTokenTypeObjectBegin": 2,
"JKTokenTypeObjectEnd": 1,
- "JKTokenTypeArrayBegin": 1,
+ "JKTokenTypeArrayBegin": 2,
"JKTokenTypeArrayEnd": 1,
"JKTokenTypeSeparator": 1,
"JKTokenTypeComma": 1,
- "JKTokenTypeTrue": 1,
- "JKTokenTypeFalse": 1,
- "JKTokenTypeNull": 1,
+ "JKTokenTypeTrue": 2,
+ "JKTokenTypeFalse": 2,
+ "JKTokenTypeNull": 2,
"JKTokenTypeWhiteSpace": 1,
"JKTokenType": 2,
"JKValueTypeNone": 1,
- "JKValueTypeString": 2,
- "JKValueTypeLongLong": 1,
- "JKValueTypeUnsignedLongLong": 1,
- "JKValueTypeDouble": 1,
+ "JKValueTypeString": 3,
+ "JKValueTypeLongLong": 2,
+ "JKValueTypeUnsignedLongLong": 2,
+ "JKValueTypeDouble": 2,
"JKValueType": 1,
"JKEncodeOptionAsData": 10,
"JKEncodeOptionAsString": 10,
"JKEncodeOptionAsTypeMask": 1,
"JKEncodeOptionCollectionObj": 17,
"JKEncodeOptionStringObj": 3,
- "JKEncodeOptionStringObjTrimQuotes": 3,
+ "JKEncodeOptionStringObjTrimQuotes": 4,
"JKEncodeOptionType": 2,
- "JKHash": 6,
- "JKTokenCacheItem": 2,
+ "JKHash": 11,
+ "JKTokenCacheItem": 5,
"JKTokenCache": 2,
"JKTokenValue": 2,
"JKParseToken": 2,
"JKPtrRange": 2,
- "JKObjectStack": 5,
+ "JKObjectStack": 8,
"JKBuffer": 2,
"JKConstBuffer": 2,
"JKConstPtrRange": 2,
"JKRange": 2,
- "JKManagedBuffer": 5,
+ "JKManagedBuffer": 8,
"JKFastClassLookup": 2,
- "JKEncodeCache": 6,
- "JKEncodeState": 11,
+ "JKEncodeCache": 11,
+ "JKEncodeState": 20,
"JKObjCImpCache": 2,
"JKHashTableEntry": 22,
"serializeObject": 19,
"options": 24,
"optionFlags": 1,
- "encodeOption": 20,
+ "encodeOption": 21,
"JKSERIALIZER_BLOCKS_PROTO": 1,
"releaseState": 4,
"keyHash": 21,
"key": 27,
- "uint32_t": 1,
- "UTF32": 11,
+ "uint32_t": 3,
+ "UTF32": 13,
"uint16_t": 1,
"UTF16": 1,
"uint8_t": 1,
- "UTF8": 3,
- "conversionOK": 1,
+ "UTF8": 5,
+ "conversionOK": 4,
"sourceExhausted": 2,
"targetExhausted": 1,
- "sourceIllegal": 1,
- "ConversionResult": 1,
- "UNI_REPLACEMENT_CHAR": 1,
+ "sourceIllegal": 5,
+ "ConversionResult": 3,
+ "UNI_REPLACEMENT_CHAR": 4,
"FFFD": 1,
"UNI_MAX_BMP": 1,
"FFFF": 3,
@@ -11825,13 +17830,13 @@
"UNI_MAX_UTF32": 1,
"FFFFFFF": 1,
"UNI_MAX_LEGAL_UTF32": 1,
- "UNI_SUR_HIGH_START": 1,
+ "UNI_SUR_HIGH_START": 2,
"xD800": 1,
"UNI_SUR_HIGH_END": 1,
"xDBFF": 1,
"UNI_SUR_LOW_START": 1,
"xDC00": 1,
- "UNI_SUR_LOW_END": 1,
+ "UNI_SUR_LOW_END": 2,
"xDFFF": 1,
"trailingBytesForUTF8": 1,
"offsetsFromUTF8": 1,
@@ -11844,13 +17849,13 @@
"xF0": 1,
"xF8": 1,
"xFC": 1,
- "JK_AT_STRING_PTR": 1,
- "stringBuffer.bytes.ptr": 4,
- "JK_END_STRING_PTR": 2,
- "stringBuffer.bytes.length": 2,
+ "JK_AT_STRING_PTR": 2,
+ "stringBuffer.bytes.ptr": 38,
+ "JK_END_STRING_PTR": 4,
+ "stringBuffer.bytes.length": 38,
"*_JKArrayCreate": 2,
"*objects": 5,
- "mutableCollection": 7,
+ "mutableCollection": 9,
"_JKArrayInsertObjectAtIndex": 3,
"*array": 9,
"newObject": 12,
@@ -11870,28 +17875,28 @@
"_JKDictionaryAddObject": 5,
"*_JKDictionaryHashTableEntryForKey": 2,
"aKey": 18,
- "_JSONDecoderCleanup": 1,
- "*decoder": 1,
- "_NSStringObjectFromJSONString": 1,
- "*jsonString": 1,
- "**error": 1,
- "jk_managedBuffer_release": 3,
- "*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": 5,
- "*format": 8,
+ "_JSONDecoderCleanup": 6,
+ "*decoder": 5,
+ "_NSStringObjectFromJSONString": 4,
+ "*jsonString": 2,
+ "**error": 3,
+ "jk_managedBuffer_release": 7,
+ "*managedBuffer": 6,
+ "jk_managedBuffer_setToStackBuffer": 3,
+ "*ptr": 3,
+ "*jk_managedBuffer_resize": 2,
+ "newSize": 5,
+ "jk_objectStack_release": 5,
+ "*objectStack": 6,
+ "jk_objectStack_setToStackBuffer": 3,
+ "**objects": 2,
+ "**keys": 2,
+ "CFHashCode": 9,
+ "*cfHashes": 2,
+ "jk_objectStack_resize": 2,
+ "newCount": 5,
+ "jk_error": 11,
+ "*format": 14,
"jk_parse_string": 1,
"jk_parse_number": 1,
"jk_parse_is_newline": 2,
@@ -11908,36 +17913,36 @@
"startingObjectIndex": 1,
"*jk_parse_dictionary": 1,
"*jk_parse_array": 1,
- "*jk_object_for_token": 1,
+ "*jk_object_for_token": 2,
"*jk_cachedObjects": 2,
- "jk_cache_age": 1,
+ "jk_cache_age": 3,
"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_error": 12,
+ "*encodeState": 18,
+ "jk_encode_printf": 2,
+ "*cacheSlot": 9,
+ "startingAtIndex": 19,
+ "jk_encode_write": 3,
+ "jk_encode_writePrettyPrintWhiteSpace": 4,
+ "jk_encode_write1slow": 3,
+ "ssize_t": 8,
+ "depthChange": 10,
+ "jk_encode_write1fast": 3,
+ "jk_encode_writen": 2,
+ "jk_encode_object_hash": 3,
+ "*objectPtr": 4,
+ "jk_encode_updateCache": 5,
+ "jk_encode_add_atom_to_buffer": 2,
"jk_encode_write1": 1,
"es": 3,
"dc": 3,
- "f": 6,
- "_jk_encode_prettyPrint": 1,
- "jk_min": 2,
- "b": 8,
+ "f": 9,
+ "_jk_encode_prettyPrint": 2,
+ "jk_min": 6,
+ "b": 9,
"jk_max": 4,
- "jk_calculateHash": 3,
+ "jk_calculateHash": 6,
"currentHash": 5,
"c": 9,
"Class": 3,
@@ -11945,11 +17950,11 @@
"_JKArrayInstanceSize": 4,
"_JKDictionaryClass": 5,
"_JKDictionaryInstanceSize": 4,
- "_jk_NSNumberClass": 2,
+ "_jk_NSNumberClass": 3,
"NSNumberAllocImp": 2,
- "_jk_NSNumberAllocImp": 2,
+ "_jk_NSNumberAllocImp": 3,
"NSNumberInitWithUnsignedLongLongImp": 2,
- "_jk_NSNumberInitWithUnsignedLongLongImp": 2,
+ "_jk_NSNumberInitWithUnsignedLongLongImp": 3,
"jk_collectionClassLoadTimeInitialization": 2,
"constructor": 1,
"NSAutoreleasePool": 2,
@@ -11958,7 +17963,7 @@
"class_getInstanceSize": 2,
"methodForSelector": 2,
"temp_NSNumber": 4,
- "initWithUnsignedLongLong": 1,
+ "initWithUnsignedLongLong": 2,
"pool": 2,
"<NSCopying,>": 2,
"NSMutableCopying": 2,
@@ -11968,27 +17973,27 @@
"allocWithZone": 6,
"NSZone": 6,
"zone": 12,
- "raise": 20,
- "NSInvalidArgumentException": 7,
- "format": 23,
- "NSStringFromClass": 20,
+ "raise": 27,
+ "NSInvalidArgumentException": 12,
+ "format": 49,
+ "NSStringFromClass": 23,
"NSStringFromSelector": 18,
"_cmd": 18,
- "NSCParameterAssert": 20,
- "objects": 59,
- "calloc": 5,
- "isa": 2,
- "malloc": 1,
- "memcpy": 2,
- "<=>": 15,
+ "NSCParameterAssert": 50,
+ "objects": 76,
+ "calloc": 10,
+ "isa": 12,
+ "malloc": 2,
+ "memcpy": 10,
+ "<=>": 24,
"*newObjects": 1,
- "newObjects": 2,
- "realloc": 2,
+ "newObjects": 12,
+ "realloc": 5,
"NSMallocException": 2,
- "memset": 1,
+ "memset": 2,
"memmove": 2,
"atObject": 12,
- "free": 5,
+ "free": 15,
"NSParameterAssert": 17,
"getObjects": 2,
"objectsPtr": 3,
@@ -12008,7 +18013,7 @@
"enumeratedCount": 8,
"insertObject": 1,
"anObject": 17,
- "NSInternalInconsistencyException": 5,
+ "NSInternalInconsistencyException": 7,
"__clang_analyzer__": 3,
"removeObjectAtIndex": 1,
"replaceObjectAtIndex": 1,
@@ -12016,14 +18021,14 @@
"initWithObjects": 2,
"mutableCopyWithZone": 2,
"NSEnumerator": 2,
- "collection": 11,
+ "collection": 13,
"nextObject": 6,
"initWithJKDictionary": 3,
"initDictionary": 4,
"allObjects": 2,
"arrayWithObjects": 1,
"_JKDictionaryHashEntry": 2,
- "returnObject": 5,
+ "returnObject": 13,
"entry": 43,
".key": 11,
"jk_dictionaryCapacities": 4,
@@ -12033,17 +18038,16 @@
"tableSize": 2,
"lround": 1,
"floor": 1,
- ".33": 1,
"capacityForCount": 4,
"oldCapacity": 2,
- "NS_BLOCK_ASSERTIONS": 1,
+ "NS_BLOCK_ASSERTIONS": 3,
"oldCount": 2,
"*oldEntry": 1,
- "idx": 31,
+ "idx": 57,
"oldEntry": 9,
".keyHash": 2,
- ".object": 7,
- "keys": 5,
+ ".object": 17,
+ "keys": 21,
"keyHashes": 2,
"atEntry": 45,
"removeIdx": 3,
@@ -12063,50 +18067,101 @@
"keyEnumerator": 1,
"*entryForKey": 1,
"initWithDictionary": 2,
- "parseState": 15,
- "va_list": 1,
- "varArgsList": 4,
- "va_start": 1,
- "*formatString": 1,
- "initWithFormat": 1,
- "arguments": 1,
- "va_end": 1,
+ "parseState": 169,
+ "va_list": 3,
+ "varArgsList": 13,
+ "va_start": 3,
+ "*formatString": 2,
+ "initWithFormat": 2,
+ "arguments": 2,
+ "va_end": 4,
"*lineStart": 1,
- "lineStartIndex": 1,
+ "lineStartIndex": 5,
"*lineEnd": 1,
- "lineStart": 2,
+ "lineStart": 5,
"atCharacterPtr": 5,
- "lineEnd": 1,
+ "lineEnd": 2,
"*lineString": 1,
- "*.*s": 1,
- "JKErrorDomain": 3,
- "JKAtIndexKey": 1,
- "JKLineNumberKey": 1,
- "JKErrorLine0Key": 1,
- "JKErrorLine1Key": 1,
- "true": 3,
- "Illegal": 1,
- "sequence": 1,
- "found": 1,
- "stringState": 6,
- "goto": 9,
- "finishedParsing": 4,
+ "*carretString": 1,
+ "lineString": 1,
+ "NSUTF8StringEncoding": 4,
+ "carretString": 1,
+ "L": 14,
+ "formatString": 2,
+ "numberWithUnsignedLong": 2,
+ "lineNumber": 3,
+ "//lineString": 1,
+ "//carretString": 1,
+ "Buffer": 1,
+ "Object": 1,
+ "Stack": 1,
+ "management": 1,
+ "functions": 3,
+ "managedBuffer": 31,
+ "flags": 23,
+ "bytes.ptr": 10,
+ "bytes.length": 7,
+ "roundedUpNewSize": 9,
+ "roundSizeUpToMultipleOf": 4,
+ "*newBuffer": 1,
+ "*oldBuffer": 1,
+ "newBuffer": 3,
+ "oldBuffer": 1,
+ "reallocf": 2,
+ "objectStack": 74,
+ "index": 14,
+ "cfHashes": 13,
+ "roundedUpNewCount": 16,
+ "returnCode": 8,
+ "**newObjects": 1,
+ "**newKeys": 1,
+ "*newCFHashes": 1,
+ "goto": 32,
+ "errorExit": 11,
+ "newKeys": 10,
+ "newCFHashes": 10,
+ "Unicode": 1,
+ "related": 1,
+ "isValidCodePoint": 1,
+ "*u32CodePoint": 3,
+ "ch": 12,
+ "xFDD0U": 1,
+ "xFDEFU": 1,
+ "xFFFEU": 2,
+ "FFFFU": 1,
+ "isLegalUTF8": 1,
+ "*source": 1,
+ "*srcptr": 1,
+ "source": 1,
+ "switch": 10,
+ "case": 30,
+ "nextValidCharacter": 5,
+ "u32ch": 3,
+ "switchToSlowPath": 2,
+ "stringHash": 9,
+ "currentChar": 9,
+ "atStringCharacter": 10,
+ "continue": 3,
+ "stringState": 11,
+ "finishedParsing": 8,
+ "onlySimpleString": 1,
+ "0": 3,
+ "tokenBufferIdx": 10,
+ "stringStart": 4,
+ "1L": 2,
+ "16UL": 1,
+ "token.tokenBuffer.bytes.length": 4,
+ "tokenBuffer": 4,
+ "jk_managedBuffer_resize": 9,
+ "token.tokenBuffer": 5,
+ "stringWithUTF8String": 5,
+ "__FILE__": 5,
+ "__LINE__": 5,
+ "slowMatch": 2,
+ "endOfBuffer": 1,
"jk_string_add_unicodeCodePoint": 1,
- "u32ch": 1,
- "tokenBufferIdx": 2,
- "stringHash": 3,
- "stringWithUTF8String": 1,
- "__FILE__": 1,
- "__LINE__": 1,
- "atStringCharacter": 3,
- "nextValidCharacter": 2,
- "continue": 2,
- "tokenBuffer": 1,
"*atStringCharacter": 2,
- "currentChar": 2,
"isSurrogate": 1,
- "switch": 5,
- "case": 16,
"escapedUnicode1": 1,
"escapedUnicode2": 1,
"escapedUnicodeCodePoint": 1,
@@ -12115,65 +18170,142 @@
"F": 1,
".": 2,
"e": 1,
- "n": 5,
- "r": 7,
+ "n": 7,
+ "r": 9,
"Unexpected": 1,
- "token": 3,
+ "token": 1,
"wanted": 1,
"Expected": 3,
"incremented.": 1,
- "bucket": 1,
- "token.value.hash": 1,
- "cache.count": 1,
- "setBucket": 1,
- "useableBucket": 1,
- "*parsedAtom": 1,
- "token.value.ptrRange.length": 1,
- "token.value.type": 1,
- "hashing": 1,
- "Internal": 2,
- "Unknown": 3,
- "line": 2,
- "ld": 2,
- "Invalid": 1,
- "parse": 2,
- "options.": 1,
- "NULL.": 7,
- "The": 6,
- "argument": 6,
- "An": 2,
- "converting": 3,
- "contents": 2,
- "UTF8.": 3,
- "resize": 9,
- "temporary": 9,
- "buffer.": 9,
- "vsnprintf": 1,
- "unexpectedly.": 1,
- "run": 1,
- "very": 1,
- "thing": 1,
- "pointer": 2,
- "tagged": 2,
- "pointers": 2,
- "minimum": 1,
- "version": 1,
- "required": 1,
- "undefined": 1,
- "behavior": 1,
- "lower": 1,
- "works": 2,
- "what": 1,
- "jump": 1,
- "subroutine": 1,
- "serialize": 5,
- "@.": 3,
- "returned": 2,
- "unsupported": 1,
- "formatter.": 1,
- "Original": 1,
- ".4x": 5,
+ "bucket": 36,
+ "token.value.hash": 4,
+ "cache.count": 5,
+ "setBucket": 6,
+ "useableBucket": 4,
+ "*parsedAtom": 2,
+ "token.value.ptrRange.length": 8,
+ "token.value.type": 5,
+ "cache.items": 37,
+ ".hash": 3,
+ ".size": 3,
+ ".type": 3,
+ ".bytes": 8,
+ "memcmp": 1,
+ "token.value.ptrRange.ptr": 3,
+ "cache.age": 7,
+ "token.value.cacheItem": 3,
+ "parsedAtom": 16,
+ "CFStringCreateWithBytes": 1,
+ "kCFStringEncodingUTF8": 2,
+ "CFNumberCreate": 3,
+ "kCFNumberLongLongType": 2,
+ "token.value.number.longLongValue": 1,
+ "token.value.number.unsignedLongLongValue": 3,
+ "LLONG_MAX": 1,
+ "objCImpCache.NSNumberInitWithUnsignedLongLong": 2,
+ "objCImpCache.NSNumberAlloc": 2,
+ "objCImpCache.NSNumberClass": 2,
+ "kCFNumberDoubleType": 1,
+ "token.value.number.doubleValue": 1,
+ ".cfHash": 2,
+ "token.type": 1,
+ "jk_cachedObjects": 2,
+ "jk_parse_dictionary": 1,
+ "jk_parse_array": 1,
+ "kCFBooleanTrue": 1,
+ "kCFBooleanFalse": 1,
+ "token.tokenBuffer.roundSizeUpToMultipleOf": 1,
+ "objectStack.roundSizeUpToMultipleOf": 1,
+ "cache.prng_lfsr": 2,
+ "_JKParseUTF8String": 3,
+ "mutableCollections": 4,
+ "*string": 1,
+ "prev_atIndex": 2,
+ "prev_lineNumber": 2,
+ "prev_lineStartIndex": 2,
+ "errorIsPrev": 2,
+ "stackTokenBuffer": 3,
+ "*stackObjects": 1,
+ "*stackKeys": 1,
+ "stackCFHashes": 2,
+ "stackObjects": 1,
+ "stackKeys": 1,
+ "parsedJSON": 2,
+ "json_parse_it": 1,
+ "Deprecated": 1,
+ "Methods": 4,
+ "immutable": 1,
+ "mutable": 1,
+ "CFMutableDataRef": 2,
+ "mutableData": 5,
+ "CFIndex": 3,
+ "stringLength": 6,
+ "CFStringGetLength": 2,
+ "jsonString": 3,
+ "stringUTF8Length": 3,
+ "lengthOfBytesUsingEncoding": 1,
+ "CFDataCreateMutable": 1,
+ "UInt8": 1,
+ "*utf8String": 2,
+ "CFDataGetMutableBytePtr": 1,
+ "usedBytes": 5,
+ "convertedCount": 3,
+ "CFStringGetBytes": 1,
+ "CFRangeMake": 1,
+ "utf8String": 7,
+ "dictionaryWithObject": 1,
+ "exitNow": 5,
+ "CFDataSetLength": 1,
+ "Encoding": 1,
+ "deserializing": 1,
+ "encodeState": 202,
+ "cacheSlot": 30,
+ "offset": 35,
+ "varArgsListCopy": 4,
+ "va_copy": 1,
+ "formattedStringLength": 7,
+ "returnValue": 5,
+ "vsnprintf": 2,
+ "stringBuffer": 8,
+ "strlen": 2,
+ "formatIdx": 5,
+ "serializeOptionFlags": 4,
+ "depth": 7,
+ "depthWhiteSpace": 4,
+ "objectPtr": 6,
+ "encodeCacheObject": 3,
+ "isClass": 12,
+ "objectHash": 2,
+ "rerunningAfterClassFormatter": 4,
+ "rerunAfterClassFormatter": 2,
+ "workAroundMacOSXABIBreakingBug": 7,
+ "slowClassLookup": 2,
+ "fastClassLookup.stringClass": 2,
+ "fastClassLookup.numberClass": 2,
+ "fastClassLookup.dictionaryClass": 2,
+ "fastClassLookup.arrayClass": 2,
+ "fastClassLookup.nullClass": 2,
+ "isKindOfClass": 8,
+ "NSNull": 1,
+ "classFormatterBlock": 2,
+ "classFormatterIMP": 2,
+ "classFormatterDelegate": 1,
+ "classFormatterSelector": 1,
+ "*cStringPtr": 1,
+ "CFStringGetCStringPtr": 1,
+ "kCFStringEncodingMacRoman": 1,
+ "cStringPtr": 2,
+ "utf8Idx": 7,
+ "slowUTF8Path": 1,
+ "resize": 2,
+ "temporary": 2,
+ "buffer.": 2,
+ "An": 1,
+ "converting": 2,
+ "contents": 1,
+ "UTF8.": 2,
"Error": 1,
+ "true": 3,
"false": 3,
"conversion": 2,
"unknown": 2,
@@ -12191,31 +18323,32 @@
"Infinity.": 1,
".17g": 1,
"floating": 1,
- ".2x": 1,
"Key": 2,
"null": 1,
+ "serialize": 3,
+ "@.": 1,
"allocate": 1,
"structure.": 1,
+ "The": 2,
+ "argument": 2,
+ "NULL.": 1,
"respond": 1,
"argument.": 1,
"expected": 2,
"NSDictionary.": 1,
"NSString.": 2,
"create": 4,
+ "Unknown": 1,
"encode": 1,
"stackBuffer": 1,
- "encodeState": 12,
"stringBuffer.flags": 1,
- "errorExit": 1,
- "stringBuffer": 1,
"utf8ConversionBuffer": 1,
- "Methods": 2,
"serializing": 1,
"single": 1,
"JKSerializer": 18,
"MainMenuViewController": 2,
"TTTableViewController": 1,
- "///////////////////////////////////////////////////////////////////////////////////////////////////": 21,
+ "///////////////////////////////////////////////////////////////////////////////////////////////////": 24,
"initWithNibName": 3,
"nibNameOrNil": 1,
"bundle": 3,
@@ -12233,15 +18366,15 @@
"PlaygroundViewController": 2,
"UIViewController": 2,
"UIScrollView*": 1,
- "_scrollView": 5,
+ "_scrollView": 9,
"<Three20Core/NSDataAdditions.h>": 1,
"CGFloat": 47,
- "kFramePadding": 6,
+ "kFramePadding": 7,
"kElementSpacing": 3,
- "kGroupSpacing": 1,
- "addHeader": 2,
+ "kGroupSpacing": 5,
+ "addHeader": 5,
"text": 10,
- "yOffset": 12,
+ "yOffset": 42,
"UILabel*": 2,
"label": 6,
"UILabel": 2,
@@ -12252,21 +18385,21 @@
"UIFont": 3,
"systemFontOfSize": 2,
"label.numberOfLines": 2,
- "CGRect": 47,
- "frame": 36,
+ "CGRect": 48,
+ "frame": 38,
"label.frame": 4,
- "frame.origin.x": 2,
- "frame.origin.y": 15,
+ "frame.origin.x": 3,
+ "frame.origin.y": 16,
"frame.size.width": 4,
- "frame.size.height": 14,
+ "frame.size.height": 15,
"sizeWithFont": 2,
"constrainedToSize": 2,
- "CGSizeMake": 3,
+ "CGSizeMake": 4,
".height": 4,
- "addSubview": 10,
+ "addSubview": 11,
"label.frame.size.height": 2,
- "TT_RELEASE_SAFELY": 11,
- "addText": 1,
+ "TT_RELEASE_SAFELY": 12,
+ "addText": 5,
"loadView": 4,
"UIScrollView": 1,
"self.view.bounds": 2,
@@ -12274,44 +18407,47 @@
"UIViewAutoresizingFlexibleWidth": 4,
"UIViewAutoresizingFlexibleHeight": 1,
"self.view": 4,
- "NSLocalizedString": 1,
- "Debug": 1,
- "test": 1,
- "TTGlobalCoreLocale": 1,
- "Current": 1,
- "locale": 1,
- "TTGlobalCorePaths": 1,
- "Bundle": 1,
- "Icon.png": 1,
- "Document": 1,
- "document.pdf": 1,
- "NSDataAdditions": 1,
- "MD5": 1,
- "Hash": 1,
- "Three20": 3,
- "debug": 2,
- "logging": 2,
- "currently...ON": 1,
- "currently...OFF": 1,
- "Showing": 4,
- "TTDPRINT.": 1,
- "TTD": 1,
- "log": 1,
- "levels": 1,
- "This": 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,
+ "md5Hash": 1,
+ "setContentSize": 1,
+ "viewDidUnload": 2,
+ "viewDidAppear": 2,
+ "animated": 30,
+ "flashScrollIndicators": 1,
+ "DEBUG": 1,
+ "TTDPRINTMETHODNAME": 1,
+ "TTDPRINT": 9,
+ "TTMAXLOGLEVEL": 1,
"TTDERROR": 1,
- "level": 3,
- "d.": 3,
+ "TTLOGLEVEL_ERROR": 1,
"TTDWARNING": 1,
+ "TTLOGLEVEL_WARNING": 1,
"TTDINFO": 1,
- "TTDCONDITIONLOG.": 1,
- "always": 1,
- "display": 1,
- "condition": 1,
- "TTDCONDITIONLOG": 2,
+ "TTLOGLEVEL_INFO": 1,
+ "TTDCONDITIONLOG": 3,
"rand": 1,
- "TTDPRINT": 1,
- "TTDASSERT.": 1,
"TTDASSERT": 2,
"SBJsonParser": 2,
"maxDepth": 2,
@@ -12334,13 +18470,12 @@
"parser.delegate": 1,
"adapter": 1,
"parser": 1,
+ "parse": 1,
"SBJsonStreamParserComplete": 1,
"accumulator.value": 1,
"SBJsonStreamParserWaitingForData": 1,
"SBJsonStreamParserError": 1,
"parser.error": 1,
- "dataUsingEncoding": 1,
- "NSUTF8StringEncoding": 1,
"error_": 2,
"tmp": 3,
"*ui": 1,
@@ -12362,7 +18497,6 @@
"TTStyleSheet": 4,
"globalStyleSheet": 4,
"styleWithSelector": 4,
- "forState": 3,
"UIControlStateHighlighted": 1,
"UIControlStateDisabled": 1,
"UIControlStateSelected": 1,
@@ -12393,7 +18527,6 @@
"text.backgroundColor": 1,
"UIColor": 3,
"colorWithRed": 3,
- ".9": 6,
"green": 3,
"blue": 3,
"alpha": 3,
@@ -12521,7 +18654,6 @@
"indexPathsForRowsInRect": 3,
"indexPathForRowAtPoint": 2,
"indexPathForRowAtVerticalOffset": 2,
- "offset": 24,
"indexOfSectionWithHeaderAtPoint": 2,
"indexOfSectionWithHeaderAtVerticalOffset": 2,
"enumerateIndexPathsUsingBlock": 2,
@@ -12542,7 +18674,6 @@
"scrollToRowAtIndexPath": 3,
"atScrollPosition": 3,
"scrollPosition": 9,
- "animated": 28,
"indexPathForSelectedRow": 4,
"indexPathForFirstRow": 2,
"indexPathForLastRow": 2,
@@ -12655,16 +18786,15 @@
"origin": 1,
"brief": 1,
"Obtain": 1,
- "index": 11,
"whose": 2,
"specified": 1,
"If": 1,
"exists": 1,
"negative": 1,
+ "returned": 1,
"param": 1,
"location": 2,
"p": 5,
- "0": 2,
"width": 1,
"point.y": 1,
"section.headerView": 13,
@@ -12701,7 +18831,6 @@
"CGSizeEqualToSize": 1,
"bounds.size": 2,
"previousOffset": 3,
- ".0f": 1,
"*savedIndexPath": 1,
"_tableFlags.maintainContentOffsetAfterReload": 4,
"self.contentSize.height": 2,
@@ -12743,7 +18872,6 @@
"headerFrame.origin.y": 1,
"headerFrame.size.height": 2,
"pinnedHeader": 2,
- "isKindOfClass": 3,
"TUITableViewSectionHeader": 6,
".pinnedToViewport": 3,
"TRUE": 1,
@@ -12861,6 +18989,8 @@
"l": 8,
"match": 4,
"with": 4,
+ "[": 6,
+ "]": 6,
"hd": 6,
"tl": 6,
"fun": 8,
@@ -12950,137 +19080,261 @@
"return": 1
},
"OpenEdge ABL": {
- "/*": 19,
- "*/": 20,
+ "/*": 89,
+ "*/": 89,
"USING": 3,
"Progress.Lang.*.": 3,
"CLASS": 2,
"email.Email": 2,
"USE": 2,
- "-": 58,
+ "-": 150,
"WIDGET": 2,
"POOL": 2,
- "&": 3,
- "SCOPED": 1,
- "DEFINE": 13,
- "QUOTES": 1,
- "@#": 1,
- "%": 2,
- "*": 2,
- "+": 15,
- "._MIME_BOUNDARY_.": 1,
- "#@": 1,
- "WIN": 1,
- "From": 6,
- "To": 9,
- "CC": 2,
- "BCC": 2,
- "Personal": 1,
- "Private": 1,
- "Company": 2,
- "confidential": 2,
- "normal": 1,
- "urgent": 2,
- "non": 1,
- "Cannot": 3,
- "locate": 3,
- "file": 6,
- "in": 3,
- "the": 3,
- "filesystem": 3,
- "R": 3,
- "File": 3,
- "exists": 3,
- "but": 3,
- "is": 3,
- "not": 3,
- "readable": 3,
- "Error": 3,
- "copying": 3,
- "from": 3,
- "<\">": 8,
- "ttSenders": 2,
- "cEmailAddress": 8,
- "n": 24,
- "ttToRecipients": 1,
- "Reply": 3,
- "ttReplyToRecipients": 1,
- "Cc": 2,
- "ttCCRecipients": 1,
- "Bcc": 2,
- "ttBCCRecipients": 1,
- "Return": 1,
- "Receipt": 1,
- "ttDeliveryReceiptRecipients": 1,
- "Disposition": 3,
- "Notification": 1,
- "ttReadReceiptRecipients": 1,
- "Subject": 4,
- "Importance": 3,
- "H": 1,
- "High": 1,
- "L": 1,
- "Low": 1,
- "Sensitivity": 2,
- "Priority": 2,
- "Date": 4,
- "By": 1,
- "Expiry": 2,
- "Mime": 1,
- "Version": 1,
- ".0": 1,
- "Content": 10,
- "Type": 4,
- "multipart/mixed": 1,
- ";": 5,
- "boundary": 1,
- "text/plain": 2,
- "charset": 2,
- "Transfer": 4,
- "Encoding": 4,
- "base64": 2,
- "bit": 2,
- "application/octet": 1,
- "stream": 1,
- "attachment": 2,
- "filename": 2,
- "cNewLine.": 1,
- "RETURN": 7,
- "lcReturnData.": 1,
- "END": 11,
- "METHOD.": 6,
- "METHOD": 6,
- "PUBLIC": 6,
- "CHARACTER": 8,
+ "&": 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,
- "(": 31,
- ")": 31,
- "objSendEmailAlgorithm": 1,
"sendEmail": 2,
- "INPUT": 11,
"THIS": 1,
- "OBJECT": 2,
- ".": 13,
"CLASS.": 2,
- "MESSAGE": 1,
"INTERFACE": 1,
- "email.SendEmailAlgorithm": 1,
"ipobjEmail": 1,
- "AS": 17,
"INTERFACE.": 1,
"PARAMETER": 3,
- "objSendEmailAlg": 1,
+ "objSendEmailAlg": 2,
"email.SendEmailSocket": 1,
- "NO": 10,
- "UNDO.": 9,
- "VARIABLE": 9,
- "vbuffer": 1,
- "MEMPTR": 2,
+ "vbuffer": 9,
"vstatus": 1,
- "LOGICAL": 1,
"vState": 2,
- "INTEGER": 4,
- "ASSIGN": 2,
+ "INTEGER": 6,
"vstate": 1,
"FUNCTION": 1,
"getHostname": 1,
@@ -13094,43 +19348,40 @@
"cHostname.": 2,
"CLOSE.": 1,
"FUNCTION.": 1,
- "PROCEDURE": 1,
+ "PROCEDURE": 2,
"newState": 2,
"INTEGER.": 1,
- "pstring": 2,
+ "pstring": 4,
"CHARACTER.": 1,
"newState.": 1,
- "IF": 1,
- "HELO": 1,
- "r": 11,
- "MAIL": 1,
- "hardcoded@gmail.com": 4,
- "RCPT": 1,
- "TO": 3,
- "DATA": 1,
- "Test": 2,
- "Body": 1,
- "QUIT": 1,
- "Email": 2,
- "has": 2,
- "been": 2,
- "accepted": 1,
- "for": 1,
- "delivery.": 1,
- "aborted": 1,
- "PROCEDURE.": 1,
- "email.Util": 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,
- "PRIVATE": 1,
"STATIC": 5,
"cMonthMap": 2,
"EXTENT": 1,
- "INITIAL": 1,
- "ABLDateTimeToEmail": 3,
+ "[": 2,
+ "]": 2,
"ipdttzDateTime": 6,
- "DATETIME": 3,
- "TZ": 2,
- "STRING": 5,
"DAY": 1,
"MONTH": 1,
"YEAR": 1,
@@ -13143,27 +19394,15 @@
"ipiTimeZone": 3,
"ABSOLUTE": 1,
"MODULO": 1,
- "LONGCHAR": 4,
- "ConvertDataToBase64": 1,
"iplcNonEncodedData": 2,
"lcPreBase64Data": 4,
"lcPostBase64Data": 3,
"mptrPostBase64Data": 3,
"i": 3,
- "COPY": 1,
- "LOB": 1,
- "FROM": 1,
"mptrPostBase64Data.": 1,
"BASE64": 1,
"ENCODE": 1,
- "SET": 1,
- "SIZE": 1,
- "DO": 1,
- "LENGTH": 1,
- "BY": 1,
"SUBSTRING": 1,
- "CHR": 2,
- "END.": 1,
"lcPostBase64Data.": 1
},
"Parrot Assembly": {
@@ -13185,707 +19424,1254 @@
".end": 1
},
"Perl": {
- "#": 142,
+ "#": 258,
"/usr/bin/env": 1,
- "perl": 5,
- "use": 47,
- "warnings": 10,
- ";": 446,
- "strict": 10,
- "our": 16,
- "VERSION": 12,
+ "perl": 13,
+ "use": 70,
+ "warnings": 15,
+ ";": 1152,
+ "strict": 15,
+ "our": 34,
+ "VERSION": 15,
"MAIN": 1,
- "{": 376,
- "if": 96,
- "(": 328,
- "App": 46,
- "Ack": 46,
- "ne": 5,
+ "{": 1102,
+ "if": 267,
+ "(": 895,
+ "App": 129,
+ "Ack": 134,
+ "ne": 11,
"main": 3,
- ")": 322,
- "die": 7,
- "}": 385,
- "my": 142,
+ ")": 895,
+ "die": 37,
+ "}": 1113,
+ "my": 395,
"env_is_usable": 3,
- "for": 31,
- "@ARGV": 6,
- "last": 7,
- "_": 56,
- "eq": 13,
- "/": 28,
- "-": 436,
+ "for": 76,
+ "@ARGV": 12,
+ "last": 15,
+ "_": 100,
+ "eq": 31,
+ "/": 70,
+ "-": 843,
"th": 1,
+ "[": 154,
"pt": 1,
- "+": 92,
- "t": 12,
- "&&": 30,
- "_thpppt": 2,
+ "]": 150,
+ "+": 119,
+ "t": 18,
+ "&&": 83,
+ "_thpppt": 3,
"bar": 3,
- "_bar": 2,
- "no": 10,
- "env": 54,
- "defined": 17,
- "unshift": 1,
- "read_ackrc": 1,
- "else": 18,
+ "_bar": 3,
+ "no": 19,
+ "env": 75,
+ "defined": 55,
+ "unshift": 4,
+ "read_ackrc": 4,
+ "else": 55,
"@keys": 2,
- "grep": 8,
+ "grep": 17,
"ACK_/": 1,
- "keys": 6,
- "%": 44,
- "ENV": 5,
- "delete": 4,
+ "keys": 15,
+ "%": 78,
+ "ENV": 36,
+ "delete": 10,
"@ENV": 1,
"load_colors": 1,
- "exists": 9,
+ "exists": 18,
"ACK_SWITCHES": 1,
- "warn": 7,
- "show_help": 1,
- "exit": 4,
- "sub": 94,
- "opt": 69,
- "get_command_line_options": 1,
- "|": 32,
- "flush": 2,
- "input_from_pipe": 4,
- "qw": 15,
- "f": 5,
- "g": 4,
- "l": 5,
- "and": 36,
- "show_filename": 16,
- "regex": 13,
- "build_regex": 1,
- "shift": 74,
+ "warn": 22,
+ "show_help": 3,
+ "exit": 14,
+ "sub": 222,
+ "opt": 291,
+ "get_command_line_options": 4,
+ "|": 26,
+ "flush": 7,
+ "input_from_pipe": 8,
+ "qw": 32,
+ "f": 25,
+ "g": 7,
+ "l": 17,
+ "and": 71,
+ "show_filename": 35,
+ "regex": 28,
+ "build_regex": 3,
+ "shift": 165,
"nargs": 2,
- "s": 32,
+ "s": 34,
+ "res": 59,
+ "Resource": 5,
+ "Basic": 10,
+ "new": 52,
+ "nmatches": 61,
+ "count": 23,
+ "search_and_list": 6,
+ "search_resource": 3,
+ "close": 19,
+ "exit_from_ack": 5,
+ "file_matching": 2,
+ "||": 47,
+ "lines": 15,
+ "check_regex": 2,
+ "G": 11,
+ "what": 14,
+ "get_starting_points": 4,
+ "iter": 23,
+ "get_iterator": 4,
+ "filetype_setup": 4,
+ "set_up_pager": 3,
+ "pager": 19,
+ "print_files": 4,
+ "elsif": 10,
+ "print_files_with_matches": 4,
+ "print_matches": 4,
+ "fh": 28,
+ "head1": 31,
+ "NAME": 5,
+ "ack": 38,
+ "like": 12,
+ "text": 6,
+ "finder": 1,
+ "SYNOPSIS": 5,
+ "options": 7,
+ "PATTERN": 8,
+ "FILE...": 1,
+ "DIRECTORY...": 1,
+ "DESCRIPTION": 4,
+ "is": 57,
+ "designed": 1,
+ "as": 33,
+ "a": 69,
+ "replacement": 1,
+ "searches": 1,
+ "the": 124,
+ "named": 3,
+ "input": 9,
+ "FILEs": 1,
+ "or": 49,
+ "standard": 1,
+ "files": 41,
+ "are": 24,
+ "file": 36,
+ "name": 37,
+ "given": 10,
+ "containing": 5,
+ "match": 15,
+ "to": 82,
+ "PATTERN.": 1,
+ "By": 2,
+ "default": 16,
+ "prints": 2,
+ "matching": 15,
+ "lines.": 3,
+ "can": 24,
+ "also": 7,
+ "list": 10,
+ "that": 27,
+ "would": 3,
+ "be": 24,
+ "searched": 5,
+ "without": 3,
+ "actually": 1,
+ "searching": 6,
+ "them": 5,
+ "let": 1,
+ "you": 33,
+ "take": 5,
+ "advantage": 1,
+ "of": 46,
+ "know": 4,
+ ".wango": 1,
+ "I": 67,
+ "<ack>": 13,
+ "won": 1,
+ "throw": 1,
+ "<grep>": 4,
+ "away": 1,
+ "because": 3,
+ "there": 4,
+ "times": 2,
+ "follow": 7,
+ "symlinks": 1,
+ "other": 5,
+ "than": 5,
+ "whatever": 1,
+ "starting": 2,
+ "directories": 9,
+ "were": 1,
+ "specified": 3,
+ "on": 22,
+ "command": 13,
+ "line.": 4,
+ "This": 24,
+ "off": 4,
+ "by": 9,
+ "default.": 2,
+ "item": 42,
+ "B": 75,
+ "<": 14,
+ "<REGEX>": 11,
+ "Only": 7,
+ "paths": 3,
+ "included": 1,
+ "in": 29,
+ "search.": 1,
+ "The": 20,
+ "entire": 2,
+ "path": 28,
+ "filename": 68,
+ "matched": 1,
+ "against": 1,
+ "Perl": 6,
+ "regular": 3,
+ "expression": 9,
+ "not": 51,
+ "shell": 4,
+ "glob.": 1,
+ "<-i>": 5,
+ "<-w>": 2,
+ "<-v>": 3,
+ "<-Q>": 4,
+ "do": 11,
+ "apply": 2,
+ "this": 12,
+ ".": 118,
+ "Print": 6,
+ "where": 3,
+ "relative": 1,
+ "matches": 7,
+ "option": 5,
+ "convenience": 1,
+ "shortcut": 1,
+ "<-f>": 6,
+ "<--group>": 2,
+ "<--nogroup>": 2,
+ "groups": 1,
+ "with.": 1,
+ "when": 17,
+ "used": 11,
+ "interactively.": 1,
+ "one": 9,
+ "result": 1,
+ "per": 1,
+ "line": 16,
+ "grep.": 2,
+ "output": 28,
+ "redirected.": 1,
+ "<-H>": 1,
+ "<--with-filename>": 1,
+ "each": 12,
+ "match.": 3,
+ "<-h>": 1,
+ "<--no-filename>": 1,
+ "Suppress": 1,
+ "prefixing": 1,
+ "filenames": 7,
+ "multiple": 5,
+ "searched.": 1,
+ "<--help>": 1,
+ "short": 1,
+ "help": 2,
+ "statement.": 1,
+ "<--ignore-case>": 1,
+ "Ignore": 3,
+ "case": 3,
+ "search": 11,
+ "strings.": 1,
+ "applies": 3,
+ "only": 9,
+ "regexes": 3,
+ "<-g>": 5,
+ "<-G>": 3,
+ "options.": 4,
+ "ignore": 5,
+ "dir": 26,
+ "<DIRNAME>": 2,
+ "directory": 6,
+ "CVS": 5,
+ ".svn": 3,
+ "etc": 2,
+ "ignored": 6,
+ "May": 2,
+ "directories.": 2,
+ "For": 5,
+ "example": 4,
+ "mason": 1,
+ "users": 4,
+ "may": 3,
+ "wish": 1,
+ "include": 1,
+ "<--ignore-dir=data>": 1,
+ "<--noignore-dir>": 1,
+ "allows": 2,
+ "which": 6,
+ "normally": 1,
+ "perhaps": 1,
+ "research": 1,
+ "contents": 2,
+ "F": 23,
+ "<.svn/props>": 1,
+ "must": 3,
+ "always": 5,
+ "simple": 2,
+ "name.": 1,
+ "Nested": 1,
+ "<foo/bar>": 1,
+ "NOT": 1,
+ "supported.": 1,
+ "You": 3,
+ "need": 3,
"specify": 1,
- "both": 1,
- "a": 41,
- "one": 5,
- "of": 19,
- "line": 7,
- "or": 23,
- "g.": 1,
- "foo": 7,
- "Defining": 2,
- "your": 8,
- "own": 2,
- "types": 21,
- "less": 2,
- "r": 7,
- "builtin": 2,
- "bold": 4,
- "green": 2,
- "black": 2,
- "on_yellow": 2,
- "yellow": 2,
- "provides": 1,
- "simple": 1,
- "compilation": 1,
- "mode": 1,
- "...": 3,
- "has": 1,
- "the": 77,
- "ability": 1,
- "to": 42,
- "guess": 1,
- "what": 6,
- "files": 15,
- "you": 17,
+ "<--ignore-dir=foo>": 1,
+ "then": 3,
+ "from": 19,
+ "any": 3,
+ "foo": 6,
+ "taken": 1,
+ "into": 6,
+ "account": 1,
+ "unless": 34,
+ "explicitly": 1,
+ "<NUM>": 2,
+ "print": 29,
+ "file.": 2,
+ "Multiple": 1,
+ "with": 25,
+ "<--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,
+ "through": 6,
+ "<program>": 1,
+ "via": 1,
+ "C": 48,
+ "<ACK_PAGER>": 4,
+ "<ACK_PAGER_COLOR>": 4,
+ "environment": 2,
+ "variables.": 1,
+ "Using": 3,
+ "does": 10,
+ "suppress": 3,
+ "grouping": 3,
+ "coloring": 3,
+ "piping": 3,
+ "does.": 2,
+ "<--passthru>": 1,
+ "Prints": 4,
+ "all": 22,
+ "whether": 1,
+ "they": 1,
+ "expression.": 1,
+ "Highlighting": 1,
+ "will": 7,
+ "still": 2,
+ "work": 1,
+ "though": 1,
+ "so": 3,
+ "it": 23,
+ "highlight": 1,
+ "while": 27,
+ "seeing": 1,
+ "tail": 1,
+ "/access.log": 1,
+ "passthru": 9,
+ "<--print0>": 1,
+ "works": 1,
+ "conjunction": 1,
+ "c": 5,
+ "null": 1,
+ "byte": 1,
+ "usual": 1,
+ "newline.": 1,
+ "dealing": 1,
+ "contain": 2,
+ "whitespace": 1,
+ "e.g.": 1,
+ "html": 1,
+ "print0": 7,
+ "xargs": 2,
+ "rm": 1,
+ "<--literal>": 1,
+ "Quote": 1,
+ "metacharacters": 2,
+ "treated": 1,
+ "literal.": 1,
+ "<-r>": 1,
+ "<-R>": 1,
+ "<--recurse>": 1,
+ "Recurse": 3,
+ "just": 2,
+ "here": 1,
+ "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,
+ "found": 9,
+ "lexically.": 3,
+ "Use": 6,
"want": 5,
- "search": 2,
- "based": 1,
- "on": 9,
- "major": 2,
+ "your": 13,
+ "listings": 1,
+ "deterministic": 1,
+ "between": 3,
+ "runs": 1,
+ "<--show-types>": 1,
+ "Outputs": 1,
+ "filetypes": 8,
+ "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,
+ "It": 2,
+ "skipped": 2,
+ "make": 3,
+ "binary": 3,
+ "ruby": 3,
+ "php": 2,
+ "python": 1,
+ "xml": 6,
+ "exist": 4,
+ "looks": 1,
+ "location.": 1,
+ "ACK_OPTIONS": 5,
+ "variable": 1,
+ "specifies": 1,
+ "placed": 1,
+ "front": 1,
+ "explicit": 1,
+ "ACK_COLOR_FILENAME": 5,
+ "Specifies": 4,
+ "color": 38,
+ "recognized": 1,
+ "attributes": 2,
+ "clear": 2,
+ "reset": 5,
+ "dark": 1,
+ "bold": 5,
+ "underline": 1,
+ "underscore": 2,
+ "blink": 1,
+ "reverse": 1,
+ "concealed": 1,
+ "black": 3,
+ "red": 1,
+ "green": 3,
+ "yellow": 3,
+ "blue": 1,
+ "magenta": 1,
+ "on_black": 1,
+ "on_red": 1,
+ "on_green": 1,
+ "on_yellow": 3,
+ "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,
+ "set": 11,
+ "<--color-filename>": 1,
+ "ACK_COLOR_MATCH": 5,
+ "printed": 1,
+ "<--color>": 1,
"mode.": 1,
- "I": 35,
- "spend": 1,
- "day": 1,
- "mostly": 1,
- "inside": 1,
+ "<--color-lineno>": 1,
+ "See": 1,
+ "<ACK_COLOR_FILENAME>": 1,
+ "specifications.": 1,
+ "ACK_PAGER": 5,
+ "program": 6,
+ "such": 5,
+ "<more>": 1,
+ "<less>": 1,
+ "<most>": 1,
+ "send": 1,
+ "its": 2,
+ "output.": 1,
+ "except": 1,
+ "Windows": 4,
+ "assume": 1,
+ "support": 2,
+ "both": 1,
+ "specified.": 4,
+ "ACK_PAGER_COLOR": 7,
+ "understands": 1,
+ "ANSI": 3,
+ "sequences.": 1,
+ "If": 14,
+ "never": 1,
+ "back": 3,
+ "ACK": 2,
+ "&": 22,
+ "OTHER": 1,
+ "TOOLS": 1,
+ "head2": 32,
+ "Vim": 3,
+ "integration": 3,
+ "integrates": 1,
+ "easily": 2,
+ "editor.": 1,
+ "Set": 3,
+ "<.vimrc>": 1,
+ "grepprg": 1,
+ "That": 3,
+ "examples": 1,
+ "uses": 1,
+ "<-a>": 1,
+ "but": 4,
+ "flags.": 1,
+ "Now": 1,
+ "step": 1,
+ "results": 9,
+ "Dumper": 1,
+ "perllib": 1,
+ "Emacs": 1,
+ "Phil": 1,
+ "Jackson": 1,
+ "put": 1,
+ "together": 1,
+ "an": 11,
+ "<ack.el>": 1,
+ "extension": 1,
+ "L": 18,
+ "<http://www.shellarchive.co.uk/content/emacs.html>": 1,
"TextMate": 2,
- "built": 1,
- "in": 18,
- "find": 3,
- "project": 1,
- "sucks": 1,
- "with": 12,
- "large": 1,
- "projects.": 1,
- "So": 1,
- "hacked": 1,
- "command": 4,
- "that": 10,
- "was": 6,
- "using": 4,
- "ack.": 1,
- "The": 10,
- "result": 1,
- "is": 29,
- "Search": 1,
- "Project": 1,
- "ack": 16,
- "can": 10,
- "it": 21,
- "here": 2,
- "L": 14,
- "<http://www.simplicidade.org/notes/archives/2008/03/search_in_proje.html>": 1,
- "this": 10,
- "Invalid": 2,
- "option": 1,
- "passed": 1,
+ "Pedro": 1,
+ "Melo": 1,
+ "user": 4,
+ "who": 1,
+ "writes": 1,
+ "Shell": 2,
+ "Return": 2,
+ "Code": 1,
+ "greater": 1,
+ "normal": 1,
+ "returns": 4,
+ "return": 156,
+ "code": 7,
+ "something": 2,
+ "found.": 4,
+ "<$?=256>": 1,
+ "<system>": 1,
+ "backticks.": 1,
+ "errors": 1,
+ "used.": 1,
+ "returned": 2,
+ "at": 3,
+ "least": 1,
+ "returned.": 1,
+ "cut": 27,
+ "DEBUGGING": 1,
+ "PROBLEMS": 1,
+ "gives": 2,
+ "re": 3,
+ "expecting": 1,
+ "forgotten": 1,
+ "<--noenv>": 1,
+ "<.ackrc>": 1,
+ "see": 4,
+ "remember.": 1,
+ "Put": 1,
+ "type": 65,
+ "add": 8,
+ "definitions": 1,
+ "it.": 1,
+ "smart": 1,
+ "too.": 1,
+ "sort": 6,
+ "there.": 1,
+ "working": 1,
+ "big": 1,
+ "codesets": 1,
+ "more": 2,
+ "files.": 6,
+ "create": 2,
+ "tree": 1,
+ "ideal": 1,
+ "sending": 1,
+ "<xargs>": 1,
+ "p": 9,
+ "i": 26,
+ "e": 19,
+ "prefer": 1,
+ "doubt": 1,
+ "about": 3,
+ "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,
+ "Q": 7,
+ "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": 2,
+ "No": 4,
+ "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,
+ "package": 14,
+ "out": 2,
+ "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,
+ "COPYRIGHT": 6,
+ "LICENSE": 3,
+ "Copyright": 2,
+ "Andy": 2,
+ "Lester.": 2,
+ "free": 3,
+ "software": 3,
+ "redistribute": 3,
+ "and/or": 3,
+ "modify": 3,
+ "under": 4,
+ "terms": 3,
+ "Artistic": 2,
+ "License": 2,
+ "v2.0.": 2,
+ "File": 49,
+ "Next": 26,
+ "Spec": 9,
+ "files_defaults": 3,
+ "skip_dirs": 3,
+ "BEGIN": 7,
+ "file_filter": 12,
+ "undef": 14,
+ "descend_filter": 11,
+ "error_handler": 5,
+ "CORE": 3,
+ "@_": 41,
+ "sort_files": 11,
+ "follow_symlinks": 6,
+ "map": 10,
+ "curdir": 1,
+ "updir": 1,
+ "__PACKAGE__": 1,
+ "parms": 15,
+ "@queue": 8,
+ "_setup": 2,
+ "filter": 16,
+ "fullpath": 12,
+ "splice": 2,
+ "local": 5,
+ "next": 9,
+ "wantarray": 3,
+ "d": 9,
+ "_candidate_files": 2,
+ "sort_standard": 2,
+ "cmp": 2,
+ "sort_reverse": 1,
+ "reslash": 4,
+ "@parts": 3,
+ "split": 13,
+ "//": 9,
+ "catfile": 3,
+ "defaults": 16,
+ "passed_parms": 6,
+ "ref": 33,
+ "key": 20,
"badkey": 1,
- "dir": 3,
- "dir/": 1,
- "file": 13,
- "filename": 30,
- "n": 26,
- "type": 35,
- "i": 10,
- "may": 2,
- "not": 13,
- "be": 12,
- "negative": 1,
- "val": 1,
- "ignoring": 1,
- "from": 7,
- "ext": 7,
- "Permission": 1,
- "denied": 1,
- "b": 4,
- "str": 3,
- "error": 2,
- "y": 5,
- "I#7#I": 1,
- "#I": 5,
+ "caller": 2,
+ "start": 6,
+ "push": 30,
+ "dh": 4,
+ "opendir": 1,
+ "@newfiles": 5,
+ "sort_sub": 4,
+ "readdir": 1,
+ "has_stat": 3,
+ "catdir": 1,
+ "closedir": 1,
+ "@": 38,
+ "*STDOUT": 4,
+ "types": 26,
+ "type_wanted": 20,
+ "mappings": 29,
+ "ignore_dirs": 12,
+ "output_to_pipe": 12,
+ "dir_sep_chars": 10,
+ "is_cygwin": 6,
+ "is_windows": 12,
+ "Glob": 2,
+ "Getopt": 6,
+ "Long": 6,
+ "_MTN": 2,
+ "blib": 2,
+ "RCS": 2,
+ "SCCS": 2,
+ "_darcs": 2,
+ "_sgbak": 2,
+ "_build": 2,
+ "actionscript": 2,
+ "mxml": 2,
+ "ada": 4,
+ "adb": 2,
+ "ads": 2,
+ "asm": 4,
+ "batch": 2,
+ "bat": 2,
+ "cmd": 2,
+ "q": 5,
+ "Binary": 2,
+ "T": 2,
+ "op": 2,
+ "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,
+ "dtd": 2,
+ "xsl": 2,
+ "xslt": 2,
+ "ent": 2,
+ "exts": 6,
+ "ext": 14,
+ "mk": 2,
+ "mak": 2,
+ "STDIN": 2,
+ "O": 4,
+ "/MSWin32/": 2,
+ "quotemeta": 5,
+ "@files": 12,
+ "ACKRC": 2,
+ "@dirs": 4,
+ "HOME": 4,
+ "USERPROFILE": 2,
+ "bsd_glob": 4,
+ "GLOB_TILDE": 2,
+ "open": 7,
+ "@lines": 21,
+ "/./": 2,
+ "s*#/": 2,
+ "<$fh>": 4,
+ "chomp": 3,
+ "s/": 22,
+ "getopt_specs": 6,
+ "m": 16,
+ "after_context": 16,
+ "before_context": 18,
+ "val": 26,
+ "break": 14,
+ "ACK_COLOR_LINENO": 4,
+ "column": 4,
+ "heading": 18,
+ "h": 6,
+ "H": 6,
+ "invert_file_match": 8,
+ "n": 16,
+ "o": 17,
+ "show_types": 4,
+ "smart_case": 3,
+ "u": 10,
+ "w": 4,
+ "remove_dir_sep": 7,
+ "print_version_statement": 2,
+ "show_help_types": 2,
+ "require": 10,
+ "Pod": 4,
+ "Usage": 4,
+ "pod2usage": 2,
+ "verbose": 2,
+ "exitval": 2,
+ "dummy": 2,
+ "wanted": 4,
+ "no//": 2,
+ "qq": 16,
+ "Unknown": 2,
+ "def_types_from_ARGV": 5,
+ "filetypes_supported": 5,
+ "parser": 12,
+ "Parser": 4,
+ "configure": 4,
+ "getoptions": 4,
+ "to_screen": 10,
+ "eval": 9,
+ "Win32": 9,
+ "Console": 2,
+ "value": 12,
+ "join": 5,
+ "@ret": 10,
+ "..": 5,
+ "uniq": 4,
+ "@uniq": 2,
+ "<=>": 2,
+ "b": 6,
+ "@typedef": 8,
+ "td": 6,
+ "{-": 6,
+ "-}": 6,
+ "Builtin": 4,
+ "cannot": 4,
+ "changed.": 4,
+ "delete_type": 5,
+ "Type": 2,
+ "creating": 2,
+ "...": 2,
+ "@exts": 8,
+ ".//": 2,
+ "Cannot": 4,
+ "append": 2,
+ "Internal": 2,
+ "error": 4,
+ "builtin": 2,
+ "ignoredir_filter": 5,
+ "constant": 2,
+ "TEXT": 16,
+ "basename": 9,
+ ".*": 2,
+ "is_searchable": 8,
+ "lc_basename": 8,
+ "lc": 5,
+ "r": 10,
+ "header": 17,
+ "lua": 2,
+ "erl": 2,
+ "hp": 2,
+ "ython": 2,
+ "d.": 2,
"*": 8,
- "&": 12,
- "/I": 1,
- ".": 54,
- "*/": 1,
- ".#": 3,
+ "b/": 4,
+ "ba": 2,
+ "k": 6,
+ "z": 2,
+ "sh": 2,
+ "<?xml>": 1,
+ "these": 1,
+ "updated": 1,
+ "update": 1,
+ "message": 1,
+ "bak": 1,
+ "core": 1,
+ "swp": 1,
+ "min": 3,
+ "js": 1,
+ "1": 1,
+ "str": 12,
+ "w/": 3,
+ "regex_is_lc": 2,
+ "qr/": 13,
+ "regex/": 9,
+ "S": 1,
+ ".*//": 1,
+ "_my_program": 3,
+ "Basename": 2,
+ "_get_thpppt": 3,
+ "y": 8,
+ "www": 2,
+ "U": 2,
+ "tr/": 2,
+ "x": 7,
+ "nOo_/": 2,
+ "<<": 6,
+ "*I": 2,
+ "#.": 6,
+ ".#": 4,
+ "I#": 2,
+ "#I": 6,
+ "#7": 4,
+ "results.": 2,
+ "interactively": 6,
+ "different": 2,
+ "group": 2,
+ "Same": 8,
+ "nogroup": 2,
+ "noheading": 2,
+ "nobreak": 2,
+ "Highlight": 2,
+ "redirected": 2,
+ "colour": 2,
+ "COLOR": 6,
+ "lineno": 2,
+ "numbers.": 2,
+ "Flush": 2,
+ "immediately": 2,
+ "even": 4,
+ "non": 2,
+ "goes": 2,
+ "pipe": 4,
+ "finding": 2,
+ "searching.": 2,
+ "REGEX": 2,
+ "REGEX.": 2,
+ "Sort": 2,
+ "invert": 2,
+ "Print/search": 2,
+ "handle": 2,
+ "g/": 2,
+ "G.": 2,
+ "show": 3,
+ "Show": 2,
+ "has.": 2,
+ "inclusion/exclusion": 2,
+ "All": 4,
+ "Ignores": 2,
+ "unrestricted": 2,
+ "Add/Remove": 2,
+ "dirs": 2,
+ "R": 2,
+ "recurse": 2,
+ "subdirectories": 2,
"END_OF_HELP": 2,
- "R": 3,
- "help": 6,
- "*.*s": 1,
- "end": 1,
- "END_OF_VERSION": 1,
- "Binary": 2,
- "matches": 5,
- "pattern": 2,
- "Matched": 1,
- "only": 4,
- "hidden": 1,
- "start_point": 3,
- "No": 2,
- "such": 5,
- "directory": 3,
- "self": 92,
- "return": 60,
- "package": 7,
- "Repository": 3,
- "Basic": 4,
- "@ISA": 1,
- "new": 24,
- "class": 6,
- "bless": 6,
+ "once": 2,
+ "VMS": 2,
+ "vd": 2,
+ "Term": 6,
+ "ANSIColor": 8,
+ "printing": 2,
+ "last_output_line": 6,
+ "any_output": 10,
+ "keep_context": 8,
+ "@before": 16,
+ "before_starts_at_line": 10,
+ "after": 16,
+ "next_text": 8,
+ "has_lines": 4,
+ "m/": 4,
+ "print_match_or_context": 9,
+ "max": 12,
+ "context_overall_output_count": 6,
+ "print_blank_line": 2,
+ "is_binary": 4,
+ "is_match": 7,
+ "line_no": 12,
+ "match_start": 5,
+ "match_end": 3,
+ "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,
+ "TOTAL_COUNT_SCOPE": 2,
+ "total_count": 8,
+ "get_total_count": 4,
+ "reset_total_count": 4,
+ "ors": 11,
+ "show_total": 6,
+ "print_count": 4,
+ "print_count0": 2,
+ "filetypes_supported_set": 9,
+ "repo": 18,
+ "Repository": 11,
+ "next_resource": 6,
+ "tarballs_work": 4,
+ ".tar": 2,
+ ".gz": 2,
+ "Tar": 4,
+ "needs_line_scan": 14,
+ "EXPAND_FILENAMES_SCOPE": 2,
+ "expand_filenames": 5,
+ "argv": 12,
+ "attr": 6,
+ "foreach": 2,
+ "pattern": 8,
+ "@results": 16,
+ "HIDDEN": 2,
+ "SYSTEM": 2,
+ "GetAttributes": 2,
+ "@what": 14,
+ "start_point": 4,
+ "_match": 8,
+ "target": 6,
+ "invert_flag": 4,
+ "starting_point": 10,
+ "g_regex": 4,
+ "g_regex/": 6,
+ "is_interesting": 4,
+ "msg": 4,
+ "Unable": 2,
+ "rc": 11,
+ "FAIL": 12,
+ "Carp": 11,
+ "confess": 2,
+ "Plugin": 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,
- "next_resource": 2,
- "Resource": 1,
- "close": 4,
- "File": 20,
- "Next": 12,
- ".40": 1,
- "Plugin": 1,
- "head1": 14,
- "NAME": 2,
"A": 2,
"container": 1,
"functions": 2,
- "program": 2,
"Version": 1,
- ".94": 1,
- "cut": 19,
- "COPYRIGHT": 3,
- "BEGIN": 3,
- "fh": 7,
- "*STDOUT": 2,
- "type_wanted": 4,
- "mappings": 13,
- "ignore_dirs": 4,
- "output_to_pipe": 5,
- "dir_sep_chars": 5,
- "is_cygwin": 3,
- "is_windows": 4,
- "Spec": 2,
- "Glob": 1,
- "Getopt": 1,
- "Long": 1,
- "_MTN": 1,
- "blib": 1,
- "CVS": 2,
- "RCS": 1,
- "SCCS": 1,
- "_darcs": 1,
- "_sgbak": 1,
- "_build": 1,
- "actionscript": 1,
- "as": 18,
- "mxml": 1,
- "ada": 2,
- "adb": 1,
- "ads": 1,
- "asm": 2,
- "batch": 1,
- "bat": 1,
- "cmd": 1,
- "binary": 2,
- "q": 3,
- "by": 3,
- "Perl": 2,
- "T": 1,
- "op": 1,
- "default": 4,
- "off": 1,
- "tt": 2,
- "tt2": 1,
- "ttml": 1,
- "vb": 2,
- "bas": 1,
- "cls": 1,
- "frm": 1,
- "ctl": 1,
- "resx": 1,
- "verilog": 1,
- "v": 10,
- "vh": 1,
- "sv": 1,
- "vhdl": 2,
- "vhd": 1,
- "vim": 2,
- "yaml": 2,
- "yml": 1,
- "xml": 3,
- "dtd": 1,
- "xsl": 1,
- "xslt": 1,
- "ent": 1,
- "while": 8,
- "exts": 3,
- "each": 3,
- "ref": 19,
- "@": 15,
- "push": 6,
- "mk": 1,
- "mak": 1,
- "p": 3,
- "STDIN": 1,
- "O": 2,
- "/MSWin32/": 1,
- "quotemeta": 2,
- "catfile": 1,
+ "itself.": 2,
+ "serviceable": 1,
+ "parts": 1,
+ "inside.": 1,
+ "should": 2,
+ "this.": 1,
+ "FUNCTIONS": 1,
+ "Reads": 1,
".ackrc": 1,
- "_ackrc": 1,
- "<": 3,
- "after": 12,
- "context": 5,
- "B": 6,
- "before": 1,
- "C": 58,
- "all": 5,
- "break": 5,
- "color": 15,
- "colour": 2,
- "match": 11,
- "lineno": 2,
- "column": 2,
- "follow": 2,
- "G": 3,
- "group": 2,
- "heading": 7,
- "h": 2,
- "H": 2,
- "ignore": 4,
- "case": 6,
- "invert": 3,
- "lines": 2,
- "without": 2,
- "m": 4,
- "max": 7,
- "count": 9,
- "recurse": 3,
- "output": 7,
- "pager": 5,
- "nopager": 1,
- "passthru": 3,
- "print0": 3,
- "Q": 2,
- "literal": 1,
- "show": 3,
- "smart": 1,
- "sort": 2,
- "u": 5,
- "unrestricted": 2,
- "w": 1,
- "word": 1,
- "regexp": 1,
- "dirs": 4,
- "noignore": 1,
- "version": 3,
- "man": 3,
- "bundling": 1,
- "no_ignore_case": 2,
- "See": 4,
- "options.": 2,
- "must": 2,
- "greater": 1,
- "than": 3,
- "zero": 1,
- "All": 4,
- "options": 1,
- "are": 10,
- "invalid.": 1,
- "pass_through": 1,
- "no_auto_abbrev": 1,
- "set": 6,
- "c": 3,
- "add": 3,
- "redefine": 1,
- "qq": 6,
- "{-": 3,
- "-}": 3,
- "Builtin": 2,
- "cannot": 2,
- "changed.": 2,
- "delete_type": 3,
- "Type": 1,
- "does": 1,
- "exist": 2,
- "creating": 1,
- "unless": 18,
- "@exts": 4,
- "split": 3,
- "s/": 10,
- ".//": 1,
- "||": 18,
- "e": 7,
- "Cannot": 2,
- "append": 1,
- "head2": 16,
+ "arguments.": 1,
+ "Gets": 3,
+ "arguments": 2,
+ "specific": 1,
+ "tweaking.": 1,
+ "Go": 1,
+ "look": 2,
+ "<--type-set>": 1,
+ "foo=": 1,
+ "<--type-add>": 1,
+ "xml=": 1,
+ "Remove": 1,
+ "supported": 1,
+ "i.e.": 2,
+ "etc.": 1,
"Removes": 1,
"internal": 1,
"structures": 1,
- "containing": 5,
"information": 1,
"type_wanted.": 1,
- "Internal": 1,
- "ignoredir_filter": 3,
"Standard": 1,
- "filter": 6,
- "pass": 2,
+ "pass": 1,
"<File::Next>": 1,
"descend_filter.": 1,
- "It": 3,
- "returns": 8,
- "true": 4,
- "any": 1,
+ "true": 3,
"ones": 1,
- "we": 4,
- "know": 1,
+ "we": 5,
"ignore.": 1,
- "remove_dir_sep": 2,
- "path": 16,
- "This": 7,
"removes": 1,
"trailing": 1,
"separator": 2,
- "there": 1,
- "its": 1,
"argument": 1,
- "//": 3,
- "filetypes": 4,
- "Returns": 27,
- "list": 3,
+ "Returns": 10,
"<$filename>": 1,
"could": 2,
"be.": 1,
- "For": 1,
- "example": 1,
- "F": 2,
"<foo.pod>": 1,
"filetype": 1,
- "will": 3,
"<undef>": 1,
- "skipped": 2,
- "something": 1,
- "should": 3,
"avoid": 1,
- "searching": 2,
- "even": 3,
- "under": 3,
"a.": 1,
- "constant": 1,
- "TEXT": 8,
- "basename": 4,
- ".*": 1,
- "is_searchable": 4,
- "lc_basename": 4,
- "lc": 2,
- "o": 11,
- "open": 2,
- "header": 11,
- "<$fh>": 1,
- "ruby": 1,
- "lua": 1,
- "erl": 1,
- "hp": 1,
- "ython": 1,
- "d": 6,
- "d.": 1,
- "b/": 2,
- "ba": 1,
- "k": 3,
- "z": 1,
- "sh": 1,
"/i": 2,
- "false": 2,
- "regular": 1,
- "expression": 4,
- "found.": 2,
- "www": 1,
- "U": 1,
- "tr/": 1,
- "x": 4,
- "w/": 1,
- "nOo_/": 1,
- "_get_thpppt": 1,
- "print": 16,
- "<<": 7,
- "*I": 1,
- "#.": 3,
- "I#": 1,
- "#7": 2,
- "results.": 1,
- "when": 6,
- "used": 4,
- "interactively": 3,
- "Print": 1,
- "between": 1,
- "results": 6,
- "different": 1,
- "files.": 2,
- "Same": 4,
- "nogroup": 1,
- "noheading": 1,
- "nobreak": 1,
- "Highlight": 1,
- "matching": 5,
- "text": 2,
- "redirected": 1,
- "Windows": 1,
- "COLOR": 3,
- "Set": 1,
- "filenames": 1,
- "numbers.": 1,
- "Flush": 1,
- "immediately": 1,
- "non": 1,
- "goes": 1,
- "pipe": 2,
- "finding": 1,
- "Only": 1,
- "found": 3,
- "searching.": 1,
- "PATTERN": 1,
- "specified.": 1,
- "REGEX": 1,
- "but": 5,
- "REGEX.": 1,
- "Sort": 1,
- "lexically.": 1,
- "Print/search": 1,
- "handle": 1,
- "do": 5,
- "g/": 1,
- "G.": 1,
- "Show": 1,
- "which": 7,
- "has.": 1,
- "inclusion/exclusion": 1,
- "searched": 2,
- "Ignores": 1,
- ".svn": 1,
- "other": 2,
- "ignored": 2,
- "directories": 3,
- "name": 15,
- "Add/Remove": 1,
- "Recurse": 1,
- "into": 1,
- "subdirectories": 1,
- "once": 1,
- "VMS": 1,
- "vd": 1,
- "Term": 3,
- "ANSIColor": 4,
- "printing": 1,
- "qr/": 6,
- "last_output_line": 3,
- "any_output": 5,
- "before_context": 5,
- "after_context": 4,
- "keep_context": 4,
- "@before": 8,
- "before_starts_at_line": 5,
- "res": 13,
- "next_text": 3,
- "has_lines": 2,
- "m/": 2,
- "regex/": 4,
- "next": 3,
- "print_match_or_context": 5,
- "elsif": 4,
- "nmatches": 21,
- "context_overall_output_count": 3,
- "print_blank_line": 1,
- "@lines": 2,
- "is_binary": 1,
- "is_match": 4,
+ "false": 1,
"starting_line_no": 1,
- "match_start": 3,
- "match_end": 2,
- "Prints": 3,
- "out": 1,
+ "context": 1,
"around": 1,
- "match.": 1,
- "line_no": 6,
- "show_column": 2,
- "display_filename": 4,
- "colored": 3,
- "ACK_COLOR_FILENAME": 1,
- "print_first_filename": 1,
- "sep": 4,
- "output_func": 4,
- "@_": 25,
- "print_separator": 1,
- "print_filename": 1,
- "display_line_no": 2,
- "ACK_COLOR_LINENO": 1,
- "print_line_no": 1,
- "regex/go": 1,
- "regex/Term": 1,
- "substr": 1,
- "ACK_COLOR_MATCH": 1,
- "/eg": 1,
- "z/": 1,
- "K/": 1,
- "z//": 1,
- "print_column_no": 1,
- "TOTAL_COUNT_SCOPE": 1,
- "total_count": 4,
- "get_total_count": 1,
- "reset_total_count": 2,
- "search_and_list": 3,
"Optimized": 1,
- "lines.": 1,
- "ors": 6,
- "show_total": 3,
- "print_count": 2,
- "print_count0": 1,
- "filetypes_supported_set": 2,
+ "version": 2,
"True/False": 1,
- "filetypes_supported": 1,
- "print_files": 2,
- "iter": 8,
- "returned": 1,
"iterator": 2,
"<$regex>": 1,
- "If": 1,
"<$one>": 1,
"stop": 1,
"first.": 1,
"record": 1,
"<$ors>": 1,
- "defaults": 2,
"<\"\\n\">": 1,
"defines": 1,
"filename.": 1,
- "show_types": 1,
- "join": 1,
- "print_files_with_matches": 2,
- "where": 5,
- "repo": 3,
- "Not": 1,
- "working": 1,
- "yet": 1,
- "thru": 1,
- "unchanged": 1,
- "@results": 5,
- "eval": 3,
- "Win32": 3,
- "HIDDEN": 1,
- "SYSTEM": 1,
- "GetAttributes": 1,
- "attr": 2,
- "@files": 2,
- "get_starting_points": 2,
- "reference": 14,
- "starting": 1,
- "argv": 4,
- "@what": 7,
- "expand_filenames": 1,
- "reslash": 1,
- "_match": 4,
- "target": 3,
- "invert_flag": 2,
- "get_iterator": 2,
- "Return": 1,
- "starting_point": 5,
- "map": 5,
- "g_regex": 2,
- "undef": 2,
- "file_filter": 5,
- "g_regex/": 3,
- "invert_file_match": 3,
- "is_interesting": 2,
- "descend_filter": 3,
- "error_handler": 1,
- "msg": 2,
- "sort_files": 2,
- "follow_symlinks": 1,
- "set_up_pager": 1,
- "Unable": 1,
+ "was": 2,
+ "Minor": 1,
+ "housekeeping": 1,
+ "before": 1,
+ "go": 1,
+ "reference": 8,
+ "expanded": 1,
+ "globs": 1,
"going": 1,
"pipe.": 1,
- "exit_from_ack": 2,
"Exit": 1,
- "application": 6,
+ "application": 10,
"correct": 1,
- "code.": 1,
- "otherwise": 1,
+ "code.": 2,
+ "otherwise": 2,
"number": 1,
"handed": 1,
"argument.": 1,
- "rc": 5,
- "LICENSE": 2,
- "Copyright": 1,
- "Andy": 1,
- "Lester.": 1,
- "free": 2,
- "software": 2,
- "redistribute": 2,
- "and/or": 2,
- "modify": 2,
- "terms": 2,
- "Artistic": 1,
- "License": 1,
- "v2.0.": 1,
"examples/benchmarks/fib.pl": 1,
"Fibonacci": 2,
"Benchmark": 1,
- "SYNOPSIS": 1,
- "DESCRIPTION": 1,
"Calculates": 1,
"Number": 1,
"<n>": 1,
@@ -13895,369 +20681,281 @@
"SEE": 3,
"ALSO": 3,
"<examples/benchmarks/fib.pir>": 1,
- "..": 3,
- "Foo": 9,
+ "Foo": 11,
"Bar": 1,
"@array": 1,
- "hash": 12,
- "Plack": 7,
- "Request": 4,
- ".008_001": 1,
- "HTTP": 8,
- "Headers": 6,
- "Carp": 6,
- "Hash": 4,
- "MultiValue": 4,
- "Body": 1,
- "Upload": 1,
- "TempBuffer": 1,
- "URI": 15,
- "Escape": 4,
+ "hash": 10,
+ "Plack": 24,
+ "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": 9,
- "caller": 1,
+ "method": 7,
"carp": 2,
- "croak": 2,
+ "croak": 3,
"required": 2,
- "address": 5,
+ "address": 2,
"REMOTE_ADDR": 1,
- "remote_host": 3,
+ "remote_host": 2,
"REMOTE_HOST": 1,
- "protocol": 3,
+ "protocol": 1,
"SERVER_PROTOCOL": 1,
"REQUEST_METHOD": 1,
"port": 1,
- "SERVER_PORT": 1,
- "user": 3,
+ "SERVER_PORT": 2,
"REMOTE_USER": 1,
- "request_uri": 2,
+ "request_uri": 1,
"REQUEST_URI": 2,
- "path_info": 3,
+ "path_info": 4,
"PATH_INFO": 3,
- "script_name": 2,
- "SCRIPT_NAME": 1,
- "scheme": 5,
- "secure": 4,
- "body": 18,
- "input": 5,
- "content_length": 3,
- "CONTENT_LENGTH": 1,
- "content_type": 3,
- "CONTENT_TYPE": 1,
- "session": 3,
- "session_options": 2,
- "logger": 4,
- "cookies": 8,
+ "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,
- "key": 10,
- "value": 5,
"uri_unescape": 1,
- "query_parameters": 5,
- "uri": 3,
- "query_form": 1,
- "content": 7,
- "_parse_request_body": 3,
- "written": 1,
- "through": 2,
- "headers": 35,
- "field": 5,
+ "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": 4,
- "referer": 2,
- "user_agent": 2,
- "body_parameters": 4,
+ "content_encoding": 5,
+ "referer": 3,
+ "user_agent": 3,
+ "body_parameters": 3,
"parameters": 8,
"query": 4,
- "flatten": 2,
- "uploads": 4,
+ "flatten": 3,
+ "uploads": 5,
"hostname": 1,
"url_scheme": 1,
- "params": 2,
+ "params": 1,
"query_params": 1,
"body_params": 1,
- "cookie": 5,
- "param": 1,
- "wantarray": 2,
- "get_all": 3,
- "upload": 1,
+ "cookie": 6,
+ "param": 8,
+ "get_all": 2,
+ "upload": 13,
"raw_uri": 1,
- "base": 11,
+ "base": 10,
"path_query": 1,
- "_uri_base": 1,
- "path_escape_class": 1,
- "uri_escape": 1,
- "psgi.url_scheme": 1,
- "plack.request.body": 2,
- "plack.request.upload": 2,
- "plack.request.http.body": 1,
- "psgix.input.buffered": 2,
- "psgi.input": 1,
- "like": 3,
- "doing": 1,
- "so": 4,
- "mod_perl": 1,
- "re": 2,
- "writing": 2,
- "web": 1,
- "framework": 1,
- "then": 1,
- "work": 2,
- "expect": 2,
- "to.": 1,
- "Creates": 1,
- "request": 9,
- "object.": 5,
- "ATTRIBUTES": 1,
- "over": 1,
- "item": 24,
- "shared": 1,
- "PSGI": 3,
- "environment": 4,
- "reference.": 3,
- "passes": 1,
- "during": 1,
- "whole": 1,
- "request/response": 1,
- "cycle.": 1,
- "IP": 2,
- "client": 1,
- "<REMOTE_ADDR>": 1,
- "remote": 1,
- "host": 1,
- "<REMOTE_HOST>": 1,
- "client.": 1,
- "empty": 2,
- "have": 3,
- "get": 6,
- "<address>": 1,
- "resolve": 1,
- "own.": 1,
- "Contains": 1,
- "<GET>": 1,
- "<POST>": 1,
- "<HEAD>": 1,
- "etc": 1,
- "HTTP/1.0": 1,
- "HTTP/1.1": 1,
- "current": 3,
- "request.": 4,
- "raw": 1,
- "undecoded": 2,
- "path.": 3,
- "You": 4,
- "probably": 1,
- "<NOT>": 1,
- "dispatch": 1,
- "requests.": 3,
- "<PATH_INFO>": 2,
- "environment.": 2,
- "Use": 1,
- "local": 1,
- "Similar": 1,
- "<path_info>": 3,
- "</>": 3,
- "empty.": 1,
- "In": 2,
- "words": 1,
- "virtual": 1,
- "req": 11,
- "</\"DISPATCHING\">": 1,
- "details.": 1,
- "<SCRIPT_NAME>": 3,
- "absolute": 2,
- "hosted.": 1,
- "<http>": 1,
- "<https>": 1,
- "indicating": 1,
- "whether": 1,
- "connection": 1,
- "https": 1,
- "<psgi.input>": 1,
- "handle.": 1,
- "optional": 3,
- "<psgix.session>": 1,
- "hash.": 3,
- "When": 2,
- "retrieve": 1,
- "store": 1,
- "per": 1,
- "data": 1,
- "<psgix.session.options>": 1,
- "<psgix.logger>": 1,
- "code": 9,
- "supposed": 1,
- "send": 1,
- "log": 1,
- "message": 2,
+ "_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": 15,
+ "ct": 3,
+ "cleanup": 1,
+ "spin": 2,
+ "chunk": 4,
+ "length": 1,
+ "rewind": 1,
+ "from_mixed": 2,
+ "@uploads": 3,
+ "@obj": 3,
+ "_make_upload": 2,
+ "copy": 3,
+ "__END__": 2,
+ "Portable": 2,
+ "request": 6,
+ "PSGI": 5,
+ "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,
+ "end": 1,
+ "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,
- "cookies.": 1,
- "Values": 1,
- "strings": 1,
- "sent": 1,
- "clients": 1,
- "decoded.": 1,
- "string": 4,
- "GET": 2,
- "parameters.": 2,
- "<Hash::MultiValue>": 5,
- "posted": 1,
- "POST": 4,
- "As": 1,
- "<query_parameters>": 2,
- "merged": 1,
- "raw_body": 1,
- "an": 7,
- "byte": 1,
- "object": 2,
- "constructed": 1,
- "various": 1,
- "values": 3,
- "<QUERY_STRING>": 1,
- "<HTTP_HOST>": 1,
- "<SERVER_NAME>": 1,
- "<SERVER_PORT>": 1,
- "Every": 2,
- "time": 3,
- "called": 2,
- "cloned": 2,
- "<uri>": 1,
- "contains": 2,
- "up": 2,
- "hosted": 1,
- "at.": 1,
- "<REMOTE_USER>": 1,
- "need": 1,
- "ugly": 1,
- "unsafe": 1,
- "anymore.": 1,
- "And": 1,
- "explicitly": 1,
- "multiple": 3,
- "same": 2,
- "call": 4,
- "<get_all>": 1,
- "@foo": 1,
- "also": 2,
- "<get_one>": 1,
- "always": 4,
- "parameter": 2,
- "independent": 1,
- "unlike": 1,
- "<param>": 1,
- "<mixed>": 1,
- ".05": 1,
- "later": 1,
- "<traditional>": 1,
- "mixed": 1,
- "either": 1,
- "scalar": 1,
- "array": 4,
- "depending": 2,
- "might": 2,
- "useful": 1,
- "already": 1,
- "deal": 1,
- "ugliness.": 1,
- "PARSING": 1,
- "BODY": 1,
- "MULTIPLE": 1,
- "OBJECTS": 1,
- "methods": 5,
- "parse": 1,
- "<content>": 1,
- "<body_parameters>": 2,
- "<uploads>": 2,
- "carefully": 1,
- "coded": 1,
- "save": 1,
- "parsed": 1,
- "well": 1,
- "temporary": 1,
- "buffer": 1,
- "them": 2,
- "times": 2,
- "create": 1,
- "objects": 3,
- "they": 1,
- "safely": 1,
- "won": 1,
- "gives": 1,
- "action": 1,
- "Note": 1,
- "give": 1,
- "assume": 1,
- "prefix": 1,
- "building": 1,
- "URLs": 1,
- "templates": 1,
- "redirections.": 1,
- "/logout": 1,
- "ll": 1,
- "full": 1,
- "</app/logout?signoff=1>": 1,
- "INCOMPATIBILITIES": 1,
- ".99": 1,
- "many": 1,
- "utility": 1,
- "removed": 2,
- "deprecated": 2,
- "most": 1,
- "made": 1,
- "read": 1,
- "only.": 1,
- "following": 1,
- "<hostname>": 1,
- "<url_scheme>": 1,
- "<params>": 1,
- "<query_params>": 1,
- "<body_params>": 1,
- "<cookie>": 1,
- "<raw_uri>": 1,
- "They": 1,
- "release.": 1,
- "related": 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,
+ "current": 1,
+ "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": 1,
+ "dependency": 1,
+ "easy": 1,
+ "subclassing": 1,
+ "duck": 1,
+ "typing": 1,
+ "overriding": 1,
+ "generation": 1,
+ "middlewares.": 1,
+ "Parameters": 1,
"<parameters>": 1,
- "now": 3,
- "rather": 2,
- "<scalar>": 1,
- "insecure.": 1,
- "more": 1,
- "about": 1,
- "change.": 1,
- "had": 1,
- "bug": 1,
- "document": 2,
- "mismatching.": 1,
- "suggesting": 1,
- "returning": 1,
- "updated": 1,
- "alias": 1,
- "<CGI::Simple::Cookie>": 1,
- "anymore": 1,
+ "<query_parameters>": 1,
+ "<body_parameters>": 1,
+ "<uploads>": 1,
+ "store": 1,
"means": 2,
- "<CAN>": 1,
- "NOT": 1,
- "serialized.": 1,
- "encoding": 1,
+ "plain": 2,
+ "<always>": 1,
+ "scalars": 1,
+ "array": 5,
+ "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,
- "CGI": 1,
"Simple": 1,
- "Cookie": 1,
"longer": 1,
+ "have": 2,
"write": 1,
"wacky": 1,
- "instead": 1,
"simply": 1,
"AUTHORS": 1,
"Tatsuhiko": 2,
@@ -14266,22 +20964,19 @@
"Osawa": 1,
"Tokuhiro": 2,
"Matsuno": 2,
- "<Plack::Response>": 1,
"<HTTP::Request>": 1,
"<Catalyst::Request>": 1,
"library": 1,
- "itself.": 1,
- "Response": 1,
+ "same": 1,
"Util": 3,
"Accessor": 1,
- "status": 9,
+ "status": 17,
"Scalar": 2,
- "location": 3,
+ "location": 4,
"redirect": 1,
"url": 2,
- "finalize": 3,
"clone": 1,
- "_finalize_cookies": 1,
+ "_finalize_cookies": 2,
"/chr": 1,
"/ge": 1,
"//g": 1,
@@ -14290,340 +20985,457 @@
"blessed": 1,
"overload": 1,
"Method": 1,
- "domain": 2,
- "expires": 2,
- "HttpOnly": 1,
- "GMT": 1,
- "Hello": 2,
- "World": 2,
- "response": 2,
- "back": 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,
- "<Plack::Request>": 1,
"/usr/local/bin/perl": 1,
"/usr/bin/perl": 1
},
"PHP": {
- "<": 5,
+ "<": 9,
"php": 6,
- "/*": 188,
- "*/": 198,
- "namespace": 9,
- "Symfony": 25,
- "Component": 25,
- "Console": 18,
- ";": 744,
- "use": 26,
+ "/*": 298,
+ "*/": 300,
+ "namespace": 28,
+ "Symfony": 24,
+ "Component": 24,
+ "Console": 17,
+ ";": 1515,
+ "use": 24,
"Input": 6,
- "InputInterface": 3,
+ "InputInterface": 4,
"ArgvInput": 2,
"ArrayInput": 3,
- "InputDefinition": 1,
- "InputOption": 1,
- "InputArgument": 1,
+ "InputDefinition": 2,
+ "InputOption": 15,
+ "InputArgument": 3,
"Output": 5,
- "OutputInterface": 5,
+ "OutputInterface": 6,
"ConsoleOutput": 2,
"ConsoleOutputInterface": 2,
- "Command": 7,
- "HelpCommand": 1,
- "ListCommand": 1,
+ "Command": 6,
+ "HelpCommand": 2,
+ "ListCommand": 2,
"Helper": 3,
- "HelperSet": 2,
- "FormatterHelper": 1,
- "DialogHelper": 1,
- "class": 18,
+ "HelperSet": 3,
+ "FormatterHelper": 2,
+ "DialogHelper": 2,
+ "class": 21,
"Application": 2,
- "{": 521,
- "private": 17,
- "commands": 16,
- "wantHelps": 2,
- "false": 70,
- "runningCommand": 3,
- "name": 107,
- "version": 6,
- "catchExceptions": 3,
- "autoExit": 3,
+ "{": 1090,
+ "private": 24,
+ "commands": 39,
+ "wantHelps": 4,
+ "false": 162,
+ "runningCommand": 5,
+ "name": 184,
+ "version": 8,
+ "catchExceptions": 4,
+ "autoExit": 4,
"definition": 3,
"helperSet": 6,
- "public": 150,
- "function": 124,
+ "public": 225,
+ "function": 230,
"__construct": 8,
- "(": 1253,
- ")": 1251,
- "this": 498,
- "-": 645,
- "true": 84,
- "array": 159,
- "getDefaultHelperSet": 1,
- "getDefaultInputDefinition": 1,
- "foreach": 51,
- "getDefaultCommands": 1,
- "as": 57,
- "command": 18,
- "add": 2,
- "}": 503,
- "run": 2,
- "input": 24,
- "null": 106,
- "output": 39,
- "if": 237,
- "new": 28,
+ "(": 2705,
+ ")": 2706,
+ "this": 1024,
+ "-": 1385,
+ "true": 149,
+ "array": 323,
+ "getDefaultHelperSet": 2,
+ "getDefaultInputDefinition": 2,
+ "foreach": 106,
+ "getDefaultCommands": 2,
+ "as": 108,
+ "command": 41,
+ "add": 7,
+ "}": 1090,
+ "run": 3,
+ "input": 20,
+ "null": 180,
+ "output": 60,
+ "if": 500,
+ "new": 75,
"try": 3,
"statusCode": 14,
"doRun": 2,
- "catch": 2,
- "Exception": 2,
- "e": 7,
- "throw": 6,
- "instanceof": 7,
- "renderException": 2,
- "getErrorOutput": 1,
- "else": 25,
+ "catch": 3,
+ "Exception": 1,
+ "e": 18,
+ "throw": 20,
+ "instanceof": 8,
+ "renderException": 3,
+ "getErrorOutput": 2,
+ "else": 77,
"getCode": 1,
- "is_numeric": 7,
- "&&": 59,
- "//": 12,
- "exit": 12,
- "return": 153,
- "getCommandName": 1,
+ "is_numeric": 9,
+ "&&": 144,
+ "//": 23,
+ "exit": 7,
+ "return": 338,
+ "getCommandName": 2,
"hasParameterOption": 7,
"setDecorated": 2,
- "elseif": 25,
+ "elseif": 44,
"setInteractive": 2,
- "function_exists": 3,
+ "function_exists": 4,
"getHelperSet": 3,
- "has": 2,
+ "has": 7,
"inputStream": 2,
- "get": 3,
+ "get": 12,
"getInputStream": 1,
"posix_isatty": 1,
"setVerbosity": 2,
"VERBOSITY_QUIET": 1,
- "VERBOSITY_VERBOSE": 1,
- "writeln": 1,
- "getLongVersion": 2,
- "find": 4,
+ "VERBOSITY_VERBOSE": 2,
+ "writeln": 13,
+ "getLongVersion": 3,
+ "find": 17,
"setHelperSet": 1,
- "getDefinition": 1,
+ "getDefinition": 2,
"getHelp": 2,
- "messages": 5,
- "<comment>": 6,
- "Usage": 1,
- "</comment>": 6,
- "Options": 1,
- "%": 23,
- "s": 27,
- "<info>": 6,
- "</info>": 6,
- "UNKNOWN": 2,
- "Tool": 1,
- "The": 13,
- "does": 2,
- "not": 10,
- "exist.": 2,
- "help": 3,
- "There": 1,
- "are": 9,
- "no": 3,
- "defined": 1,
- "in": 6,
- "the": 47,
- "namespace.": 1,
- "is": 14,
- "ambiguous": 3,
- ".": 132,
- "defined.": 1,
- "t": 20,
- "unique": 4,
+ "messages": 16,
+ "sprintf": 27,
+ "getOptions": 1,
+ "option": 5,
+ "[": 780,
+ "]": 780,
+ ".": 172,
+ "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": 101,
+ "isset": 119,
+ "InvalidArgumentException": 9,
+ "helpCommand": 3,
+ "setCommand": 1,
+ "getNamespaces": 3,
+ "namespaces": 4,
+ "extractNamespace": 7,
+ "array_values": 6,
+ "array_unique": 5,
+ "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": 3,
+ "p": 3,
+ "message": 22,
+ "<=>": 3,
+ "alternatives": 10,
+ "findAlternativeNamespace": 2,
+ "count": 34,
+ "getAbbreviationSuggestions": 4,
+ "searchName": 13,
+ "pos": 3,
+ "strrpos": 2,
+ "substr": 6,
+ "namespace.substr": 1,
+ "suggestions": 2,
+ "aliases": 8,
+ "findAlternativeCommands": 2,
+ "all": 11,
+ "substr_count": 1,
+ "+": 13,
"names": 3,
- "abbrevs": 13,
+ "for": 9,
+ "len": 11,
+ "strlen": 15,
+ "abbrev": 4,
"asText": 1,
"raw": 2,
- "all": 16,
- "findNamespace": 1,
- "width": 5,
- "strlen": 5,
- "getName": 3,
- "+": 12,
- "sortCommands": 2,
- "space": 1,
- "sprintf": 3,
- "getDescription": 1,
- "implode": 1,
- "PHP_EOL": 1,
- "Available": 1,
- "_global": 1,
- ".0": 2,
- "UTF": 2,
- "symfony": 1,
- "namespaces": 1,
- "id": 35,
+ "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": 10,
+ "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,
- "<error>": 1,
- "</error>": 1,
- "trace": 1,
- "file": 4,
- "n/a": 4,
- "line": 4,
- "args": 13,
- "type": 62,
- "at": 2,
- "PHP_WINDOWS_VERSION_BUILD": 2,
- "ANSICON": 2,
- "d": 10,
- "x.*": 1,
- "x": 2,
- "to": 26,
- "execute": 2,
- "h": 1,
- "Display": 2,
- "message.": 2,
- "quiet": 1,
- "q": 1,
- "Do": 2,
- "any": 6,
- "verbose": 1,
- "v": 3,
- "Increase": 1,
- "verbosity": 1,
- "of": 25,
- "messages.": 1,
- "V": 1,
- "application": 1,
- "version.": 1,
- "ansi": 2,
- "Force": 1,
- "ANSI": 2,
- "output.": 2,
- "Disable": 1,
- "interaction": 1,
- "n": 10,
- "ask": 1,
- "interactive": 1,
- "question.": 1,
- "available": 1,
- "suppressing": 1,
- "error": 1,
- "*": 73,
- "@return": 7,
- "string": 8,
- "getSttyColumns": 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": 73,
+ "file": 2,
+ "while": 6,
+ "getPrevious": 1,
+ "getSynopsis": 1,
+ "protected": 61,
+ "defined": 2,
+ "ansicon": 4,
+ "getenv": 2,
+ "preg_replace": 4,
+ "preg_match": 7,
+ "getSttyColumns": 3,
+ "match": 4,
+ "getTerminalHeight": 1,
+ "trim": 3,
+ "getFirstArgument": 1,
+ "REQUIRED": 1,
+ "VALUE_NONE": 7,
"descriptorspec": 2,
- "process": 3,
+ "process": 10,
"proc_open": 1,
"pipes": 4,
"is_resource": 1,
- "info": 2,
+ "info": 5,
"stream_get_contents": 1,
"fclose": 2,
"proc_close": 1,
"namespacedCommands": 5,
- "key": 30,
- "extractNamespace": 1,
+ "key": 67,
"ksort": 2,
- "&": 9,
- "getAbbreviationSuggestions": 1,
- "count": 22,
- "limit": 7,
- "parts": 2,
+ "&": 19,
+ "limit": 3,
+ "parts": 4,
+ "array_pop": 1,
"array_slice": 4,
- "findAlternativeCommands": 1,
"callback": 5,
- "item": 9,
"findAlternatives": 3,
- "findAlternativeNamespace": 1,
- "getNamespaces": 1,
"collection": 3,
- "alternatives": 6,
- "call_user_func": 1,
+ "call_user_func": 2,
"lev": 6,
"levenshtein": 2,
- "<=>": 2,
"3": 1,
- "strpos": 9,
- "values": 9,
- "/": 12,
- "||": 31,
- "value": 37,
+ "strpos": 16,
+ "values": 53,
+ "/": 1,
+ "||": 66,
+ "value": 55,
"asort": 1,
- "array_keys": 7,
+ "array_keys": 11,
"BrowserKit": 1,
- "DomCrawler": 6,
+ "DomCrawler": 5,
"Crawler": 2,
- "Link": 2,
- "Form": 2,
+ "Link": 3,
+ "Form": 4,
"Process": 1,
- "PhpProcess": 1,
- "abstract": 1,
+ "PhpProcess": 2,
+ "abstract": 2,
"Client": 1,
- "protected": 37,
- "history": 5,
- "cookieJar": 5,
- "server": 7,
- "request": 56,
- "response": 22,
- "crawler": 1,
- "insulated": 6,
+ "history": 15,
+ "cookieJar": 9,
+ "server": 20,
+ "request": 76,
+ "response": 33,
+ "crawler": 7,
+ "insulated": 7,
"redirect": 6,
- "followRedirects": 4,
+ "followRedirects": 5,
"History": 2,
"CookieJar": 2,
"setServerParameters": 2,
- "followRedirect": 2,
- "Boolean": 2,
- "insulate": 2,
- "class_exists": 1,
- "RuntimeException": 1,
- "array_merge": 9,
+ "followRedirect": 4,
+ "insulate": 1,
+ "class_exists": 2,
+ "RuntimeException": 2,
+ "array_merge": 36,
"setServerParameter": 1,
"getServerParameter": 1,
- "default": 8,
- "HTTP_REFERER": 1,
- "HTTP_HOST": 3,
- "HTTPS": 2,
- "https": 1,
- "Location": 1,
- "Content": 1,
- "Type": 1,
- "TMPDIR": 1,
- "TEMP": 1,
- "O": 1,
- "OUTPUT": 2,
- "ERROR": 1,
- "To": 1,
- "requests": 1,
- "you": 4,
- "need": 1,
- "override": 2,
- "getScript": 1,
- "method.": 2,
- "was": 1,
- "redirected.": 1,
- "http": 19,
- "s/": 1,
- "localhost": 1,
- "#": 3,
- "/#.*": 1,
- ".*": 4,
- "/.*": 1,
- "currentUri": 3,
- "uri": 1,
- "requestFromRequest": 1,
- "Request": 1,
- "changeHistory": 2,
- "getMethod": 2,
- "getUri": 1,
+ "default": 10,
+ "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": 5,
+ "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": 118,
+ "restart": 1,
+ "clear": 2,
+ "currentUri": 7,
+ "path": 20,
+ "PHP_URL_PATH": 1,
+ "path.": 1,
"getParameters": 1,
- "getFiles": 2,
+ "getFiles": 3,
"getServer": 1,
- "getContent": 1,
- "<?php>": 3,
+ "<?php>": 2,
"CakePHP": 6,
"tm": 6,
"Rapid": 2,
"Development": 2,
"Framework": 2,
+ "http": 12,
"cakephp": 4,
"org": 10,
"Copyright": 4,
@@ -14636,20 +21448,22 @@
"cakefoundation": 4,
"Licensed": 2,
"under": 2,
+ "The": 4,
"MIT": 4,
"License": 4,
"Redistributions": 2,
- "files": 5,
+ "of": 10,
"must": 2,
"retain": 2,
+ "the": 11,
"above": 2,
"copyright": 4,
"notice": 2,
- "link": 2,
"Project": 2,
"package": 2,
"Controller": 4,
"since": 2,
+ "v": 17,
"0": 4,
"2": 2,
"9": 1,
@@ -14659,104 +21473,105 @@
"licenses": 2,
"mit": 2,
"App": 20,
- "uses": 49,
+ "uses": 46,
"CakeResponse": 2,
"Network": 1,
"ClassRegistry": 9,
"Utility": 6,
"ComponentCollection": 2,
"View": 9,
- "CakeEvent": 9,
+ "CakeEvent": 14,
"Event": 6,
"CakeEventListener": 4,
"CakeEventManager": 5,
- "controller": 5,
- "for": 12,
+ "controller": 3,
"organization": 1,
"business": 1,
- "logic": 2,
+ "logic": 1,
"Provides": 1,
"basic": 1,
"functionality": 1,
- "such": 2,
+ "such": 1,
"rendering": 1,
"views": 1,
"inside": 1,
"layouts": 1,
"automatic": 1,
- "model": 20,
+ "model": 35,
"availability": 1,
- "redirection": 4,
- "callbacks": 17,
- "and": 15,
- "more": 2,
+ "redirection": 2,
+ "callbacks": 4,
+ "and": 5,
+ "more": 1,
"Controllers": 2,
- "should": 3,
+ "should": 1,
"provide": 1,
- "a": 33,
+ "a": 14,
"number": 1,
- "action": 11,
+ "action": 7,
"methods": 8,
"These": 1,
- "on": 7,
- "that": 6,
+ "are": 5,
+ "on": 4,
+ "that": 2,
+ "not": 2,
"prefixed": 1,
- "with": 14,
- "_": 2,
- "part": 2,
+ "with": 8,
+ "_": 1,
"Each": 1,
"serves": 1,
- "an": 5,
+ "an": 1,
"endpoint": 1,
"performing": 2,
"specific": 1,
"resource": 1,
- "or": 16,
+ "or": 7,
"resources": 1,
- "For": 4,
+ "For": 2,
"example": 2,
"adding": 1,
"editing": 1,
- "object": 12,
+ "object": 14,
"listing": 1,
- "set": 9,
+ "set": 26,
"objects": 5,
- "You": 3,
- "can": 5,
- "access": 2,
- "parameters": 2,
- "using": 3,
+ "You": 2,
+ "can": 2,
+ "access": 1,
+ "using": 2,
"contains": 1,
- "POST": 2,
- "GET": 2,
+ "POST": 1,
+ "GET": 1,
"FILES": 1,
- "were": 2,
- "request.": 2,
+ "*": 25,
+ "were": 1,
+ "request.": 1,
"After": 1,
"required": 2,
"actions": 2,
- "controllers": 3,
+ "controllers": 2,
"responsible": 1,
"creating": 1,
"response.": 2,
- "This": 2,
+ "This": 1,
"usually": 1,
"takes": 1,
- "form": 4,
"generated": 1,
"possibly": 1,
- "another": 2,
- "action.": 2,
+ "to": 6,
+ "another": 1,
+ "action.": 1,
"In": 1,
"either": 1,
- "case": 13,
- "allows": 2,
+ "case": 31,
+ "allows": 1,
+ "you": 1,
"manipulate": 1,
"aspects": 1,
- "created": 6,
- "by": 6,
+ "created": 9,
+ "by": 1,
"Dispatcher": 1,
- "based": 3,
+ "based": 2,
"routing.": 1,
"By": 1,
"conventional": 1,
@@ -14764,7 +21579,7 @@
"/posts/index": 1,
"maps": 1,
"PostsController": 1,
- "index": 9,
+ "index": 13,
"re": 1,
"map": 1,
"urls": 1,
@@ -14782,14 +21597,14 @@
"EmailComponent": 1,
"Email": 1,
"PaginatorComponent": 1,
- "Paginator": 4,
+ "Paginator": 1,
"RequestHandlerComponent": 1,
"RequestHandler": 1,
"SecurityComponent": 1,
"Security": 1,
"SessionComponent": 1,
"Session": 1,
- "@link": 4,
+ "@link": 2,
"//book.cakephp.org/2.0/en/controllers.html": 1,
"extends": 3,
"Object": 4,
@@ -14803,7 +21618,7 @@
"layout": 5,
"autoRender": 6,
"autoLayout": 2,
- "Components": 4,
+ "Components": 7,
"components": 1,
"viewClass": 10,
"ext": 1,
@@ -14813,45 +21628,33 @@
"scaffold": 2,
"modelClass": 25,
"modelKey": 2,
- "validationErrors": 13,
+ "validationErrors": 55,
"_mergeParent": 4,
"_eventManager": 12,
- "substr": 2,
- "get_class": 3,
- "Inflector": 13,
- "singularize": 1,
- "underscore": 3,
+ "Inflector": 19,
+ "singularize": 4,
+ "underscore": 5,
"childMethods": 2,
"get_class_methods": 3,
"parentMethods": 2,
- "array_diff": 1,
- "CakeRequest": 6,
+ "array_diff": 3,
+ "CakeRequest": 5,
"setRequest": 2,
- "parent": 6,
+ "parent": 14,
"__isset": 2,
- "switch": 3,
- "is_array": 33,
- "list": 28,
- "pluginSplit": 11,
+ "switch": 6,
+ "is_array": 52,
+ "list": 37,
+ "pluginSplit": 13,
"loadModel": 3,
"__get": 2,
- "isset": 61,
"params": 34,
- "paginate": 2,
- "base": 4,
- "here": 1,
- "webroot": 1,
- "data": 86,
- "bare": 1,
- "named": 1,
- "pass": 1,
- "@param": 10,
- "void": 1,
- "camelize": 2,
- "array_key_exists": 4,
- "empty": 53,
+ "load": 3,
+ "settings": 2,
+ "__set": 1,
+ "camelize": 3,
+ "array_key_exists": 13,
"invokeAction": 1,
- "method": 31,
"ReflectionMethod": 2,
"_isPrivateAction": 2,
"PrivateActionException": 1,
@@ -14861,10 +21664,9 @@
"MissingActionException": 1,
"privateAction": 4,
"isPublic": 1,
- "in_array": 14,
+ "in_array": 33,
"prefixes": 4,
"prefix": 2,
- "explode": 4,
"Scaffold": 1,
"_mergeControllerVars": 2,
"pluginController": 9,
@@ -14873,121 +21675,92 @@
"is_subclass_of": 3,
"pluginVars": 3,
"appVars": 6,
- "merge": 7,
+ "merge": 12,
"_mergeVars": 5,
"get_class_vars": 2,
- "array_unshift": 1,
- "_mergeUses": 2,
- "lifecycle.": 1,
- "own": 1,
- "listener": 1,
+ "_mergeUses": 3,
"implementedEvents": 2,
"constructClasses": 1,
"init": 4,
- "current": 3,
- "getEventManager": 9,
+ "getEventManager": 14,
"attach": 4,
"startupProcess": 1,
- "dispatch": 7,
+ "dispatch": 12,
"shutdownProcess": 1,
"httpCodes": 3,
- "code": 15,
+ "code": 4,
+ "id": 96,
"MissingModelException": 1,
- "url": 21,
- "status": 20,
- "extract": 7,
+ "url": 18,
+ "status": 15,
+ "extract": 9,
"EXTR_OVERWRITE": 3,
- "event": 20,
+ "event": 40,
"//TODO": 1,
"Remove": 1,
"following": 1,
- "when": 2,
+ "when": 1,
"events": 1,
"fully": 1,
"migrated": 1,
- "break": 8,
- "breakOn": 2,
+ "break": 23,
+ "breakOn": 5,
"collectReturn": 1,
- "isStopped": 3,
- "result": 5,
+ "isStopped": 5,
+ "result": 21,
"_parseBeforeRedirect": 2,
"session_write_close": 1,
"header": 3,
- "is_string": 6,
+ "is_string": 11,
"codes": 3,
"array_flip": 1,
"send": 1,
"_stop": 1,
"resp": 6,
- "compact": 3,
- "one": 22,
+ "compact": 8,
+ "one": 19,
"two": 6,
- "array_combine": 1,
+ "data": 213,
+ "array_combine": 2,
"setAction": 1,
+ "args": 12,
"func_get_args": 5,
- "unset": 16,
+ "unset": 23,
"call_user_func_array": 4,
- "validate": 29,
+ "validate": 20,
"errors": 15,
"validateErrors": 1,
- "alias": 41,
"invalidFields": 3,
"render": 3,
- "className": 32,
+ "className": 31,
"models": 8,
- "keys": 7,
+ "keys": 21,
"currentModel": 2,
"currentObject": 6,
"getObject": 1,
"is_a": 1,
- "location": 2,
- "body": 2,
+ "location": 1,
+ "body": 1,
"referer": 5,
"local": 2,
"disableCache": 2,
"flash": 1,
- "message": 13,
"pause": 2,
"postConditions": 1,
- "op": 3,
- "bool": 1,
- "exclusive": 3,
- "cond": 1,
- "LIKE": 2,
- "AND": 1,
- "Model": 7,
- "Model.InnerModel": 1,
- "called": 2,
- "but": 1,
- "before": 8,
- "further": 1,
- "If": 5,
- "returns": 3,
- "will": 3,
- "continue": 7,
- "variables": 2,
- "have": 3,
- "same": 1,
- "meaning": 1,
- "mixed": 5,
- "A": 2,
- "URL": 2,
- "pointing": 1,
- "within": 1,
- "app": 1,
- "absolute": 1,
- "integer": 1,
- "Optional": 1,
- "HTTP": 1,
- "eg": 1,
- "boolean": 3,
- "be": 6,
- "after": 7,
- "stop": 1,
- "used": 3,
- "//book.cakephp.org/2.0/en/controllers.html#request": 1,
- "life": 1,
- "cycle": 1,
+ "op": 9,
+ "bool": 5,
+ "exclusive": 2,
+ "cond": 5,
+ "arrayOp": 2,
+ "fields": 60,
+ "field": 98,
+ "fieldOp": 11,
+ "strtoupper": 3,
+ "paginate": 3,
+ "scope": 2,
+ "whitelist": 20,
+ "beforeFilter": 1,
+ "beforeRender": 1,
"beforeRedirect": 1,
"afterFilter": 1,
"beforeScaffold": 2,
@@ -14999,145 +21772,10 @@
"scaffoldError": 2,
"_scaffoldError": 1,
"php_help": 1,
- "path": 3,
"arg": 1,
- "<h3>": 2,
- "About": 1,
- "</h3>": 2,
- "<p>": 1,
- "PHP": 19,
- "filter": 8,
- "module": 3,
- "adds": 2,
- "your": 3,
- "site": 3,
- "<a>": 4,
- "href=": 4,
- "text": 5,
- "formats": 1,
- "</a>": 4,
- "ability": 1,
- "field": 78,
- "format": 5,
- "content": 1,
- "comment": 1,
- "general": 1,
- "purpose": 1,
- "scripting": 1,
- "language": 2,
- "widely": 1,
- "web": 1,
- "development": 1,
- "which": 2,
- "Drupal": 1,
- "been": 1,
- "developed.": 1,
- "information": 1,
- "see": 1,
- "online": 1,
- "handbook": 1,
- "entry": 1,
- "@filter": 1,
- "admin/help/filter": 1,
- "@php": 3,
- "net": 1,
- "//www.php.net": 1,
- "//drupal.org/handbook/modules/php/": 1,
- "</p>": 1,
- "Uses": 1,
- "<dl>": 1,
- "<dt>": 1,
- "Enabling": 1,
- "execution": 1,
- "fields": 65,
- "</dt>": 1,
- "<dd>": 1,
- "users": 2,
- "proper": 1,
- "permissions": 1,
- "include": 1,
- "custom": 1,
- "executed": 1,
- "pages": 1,
- "processed.": 1,
- "While": 1,
- "powerful": 1,
- "flexible": 1,
- "feature": 1,
- "trusted": 3,
- "user": 2,
- "experience": 1,
- "it": 3,
- "significant": 1,
- "dangerous": 1,
- "security": 1,
- "risk": 1,
- "hands": 1,
- "malicious": 1,
- "inexperienced": 1,
- "user.": 1,
- "Even": 1,
- "may": 1,
- "accidentally": 1,
- "compromise": 1,
- "entering": 1,
- "malformed": 1,
- "incorrect": 1,
- "code.": 2,
- "Only": 1,
- "most": 1,
- "granted": 1,
- "permission": 1,
- "added": 1,
- "through": 1,
- "carefully": 1,
- "examined": 1,
- "use.": 1,
- "Example": 1,
- "snippets": 3,
- "found": 2,
- "Drupal.org.": 1,
- "//drupal.org/handbook/customization/php": 1,
- "</dd>": 1,
- "</dl>": 1,
- "settings": 2,
- "title": 1,
- "Use": 1,
- "restrict": 1,
- "eval": 4,
- "It": 1,
- "buffering": 1,
- "capture": 1,
- "both": 1,
- "returned": 2,
- "printed": 2,
- "text.": 1,
- "Unlike": 1,
- "we": 2,
- "require": 1,
- "surrounded": 1,
- "tags": 1,
- "other": 2,
- "words": 1,
- "evaluate": 1,
- "stand": 1,
- "alone": 1,
- "file.": 1,
- "Using": 1,
- "wrapper": 1,
- "also": 1,
- "ensures": 1,
- "evaluated": 1,
- "overwrite": 1,
- "calling": 1,
- "unlike": 1,
- "regular": 1,
- "call.": 1,
- "evaluate.": 1,
- "containing": 1,
- "followed": 1,
- "@ingroup": 1,
- "php_wrappers": 1,
+ "t": 25,
+ "php_permission": 1,
+ "TRUE": 1,
"php_eval": 1,
"global": 2,
"theme_path": 5,
@@ -15149,117 +21787,132 @@
"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": 3,
- "FormField": 1,
+ "Field": 9,
+ "FormField": 3,
"ArrayAccess": 1,
- "button": 4,
- "DOMNode": 2,
- "node": 4,
- "initialize": 1,
+ "button": 6,
+ "DOMNode": 3,
+ "initialize": 2,
"getFormNode": 1,
- "setValues": 1,
- "getValues": 2,
+ "getValues": 3,
"isDisabled": 2,
- "FileFormField": 2,
+ "FileFormField": 3,
"hasValue": 1,
"getValue": 2,
- "getPhpValues": 1,
- "qs": 1,
- "http_build_query": 1,
- "PUT": 1,
- "DELETE": 1,
- "PATCH": 1,
- "submit": 3,
- "image": 2,
- "selected": 1,
- "ancestor.": 1,
- "Unable": 2,
- "tag.": 1,
- "_root": 1,
- "descendant": 3,
- "|": 3,
- "textarea": 2,
- "select": 2,
- "checkbox": 1,
- "radio": 1,
- "Unreachable": 1,
- "foo": 2,
- "P": 4,
- "<base>": 1,
- "<extra>": 2,
- "<segment>": 1,
- "extra": 1,
- "segment": 1,
- "Malformed": 1,
+ "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": 103,
+ "hasAttribute": 1,
+ "InputFormField": 2,
+ "ChoiceFormField": 2,
+ "addChoice": 1,
+ "TextareaFormField": 1,
+ "base": 8,
+ "segments": 13,
+ "getSegments": 4,
+ "target": 20,
+ "array_shift": 5,
+ "self": 1,
+ "create": 14,
+ "k": 7,
+ "setValue": 1,
+ "walk": 3,
+ "registry": 4,
+ "m": 7,
"relational": 2,
"mapper": 2,
"DBO": 2,
"backed": 2,
"mapping": 1,
- "database": 4,
- "tables": 1,
+ "database": 2,
+ "tables": 5,
+ "PHP": 1,
"versions": 1,
"5": 1,
+ "Model": 5,
"10": 1,
"Validation": 1,
- "String": 1,
- "Set": 4,
+ "String": 5,
+ "Set": 9,
"BehaviorCollection": 2,
"ModelBehavior": 1,
- "ConnectionManager": 4,
+ "ConnectionManager": 5,
"Xml": 2,
"Automatically": 1,
"selects": 1,
- "table": 18,
+ "table": 21,
"pluralized": 1,
"lowercase": 1,
- "i": 4,
"User": 1,
+ "is": 1,
+ "have": 1,
+ "at": 1,
"least": 1,
"primary": 4,
"key.": 1,
"Cake.Model": 1,
"//book.cakephp.org/2.0/en/models.html": 1,
- "useDbConfig": 8,
- "useTable": 10,
- "displayField": 5,
+ "useDbConfig": 11,
+ "useTable": 14,
+ "displayField": 4,
"schemaName": 2,
- "primaryKey": 12,
- "_schema": 4,
+ "primaryKey": 39,
+ "_schema": 11,
"validationDomain": 8,
- "tablePrefix": 10,
- "tableToModel": 3,
+ "tablePrefix": 12,
+ "tableToModel": 4,
"cacheQueries": 1,
- "belongsTo": 9,
- "hasOne": 4,
- "hasMany": 4,
- "hasAndBelongsToMany": 10,
+ "belongsTo": 10,
+ "hasOne": 3,
+ "hasMany": 3,
+ "hasAndBelongsToMany": 30,
"actsAs": 2,
"Behaviors": 8,
- "whitelist": 7,
- "cacheSources": 1,
- "findQueryType": 1,
- "recursive": 16,
- "order": 10,
+ "cacheSources": 7,
+ "findQueryType": 3,
+ "recursive": 9,
+ "order": 4,
"virtualFields": 8,
"_associationKeys": 2,
"_associations": 10,
- "__backAssociation": 18,
+ "__backAssociation": 22,
"__backInnerAssociation": 1,
"__backOriginalAssociation": 1,
"__backContainableAssociation": 1,
"_insertID": 3,
"_sourceConfigured": 3,
- "findMethods": 1,
- "ds": 4,
+ "findMethods": 3,
+ "ds": 3,
"addObject": 2,
"parentClass": 3,
"get_parent_class": 1,
@@ -15267,41 +21920,33 @@
"_createLinks": 3,
"__call": 1,
"dispatchMethod": 3,
- "getDataSource": 9,
- "query": 25,
- "k": 2,
+ "getDataSource": 22,
"relation": 7,
- "assocKey": 9,
+ "assocKey": 13,
"dynamic": 2,
"isKeySet": 1,
"AppModel": 1,
"_constructLinkedModel": 2,
- "schema": 8,
- "hasField": 3,
- "setDataSource": 2,
+ "schema": 12,
+ "hasField": 7,
+ "setDataSource": 3,
"property_exists": 3,
"bindModel": 1,
"reset": 6,
- "assoc": 66,
+ "assoc": 106,
"assocName": 6,
"unbindModel": 1,
- "trim": 1,
"_generateAssociation": 2,
- "dynamicWith": 2,
- "foreignKey": 15,
- "_id": 2,
- "associationForeignKey": 8,
- "joinTable": 2,
+ "dynamicWith": 3,
+ "sort": 1,
+ "setSource": 2,
+ "tableName": 4,
+ "db": 56,
+ "method_exists": 6,
+ "sources": 3,
"listSources": 1,
"strtolower": 8,
- "sets": 1,
- "than": 1,
- "copied": 1,
- "property": 1,
- "object.": 1,
- "Returns": 1,
- "//book.cakephp.org/2.0/en/models/saving": 1,
- "data.html": 1,
+ "MissingTableException": 1,
"is_object": 3,
"SimpleXMLElement": 1,
"_normalizeXmlData": 3,
@@ -15313,118 +21958,141 @@
"fieldName": 21,
"fieldValue": 7,
"deconstruct": 2,
- "getAssociated": 2,
- "xml": 2,
- "getColumnType": 1,
- "useNewDate": 1,
- "dateFields": 1,
+ "getAssociated": 5,
+ "getColumnType": 4,
+ "useNewDate": 2,
+ "dateFields": 5,
"timeFields": 2,
- "date": 3,
- "val": 6,
- "datetime": 1,
- "timestamp": 1,
- "hour": 1,
- "min": 1,
- "sec": 1,
- "m": 3,
- "H": 1,
+ "date": 9,
+ "val": 27,
+ "columns": 5,
+ "str_replace": 3,
"describe": 1,
- "cake_dev": 1,
"getColumnTypes": 1,
- "build": 1,
- "data.": 1,
- "without": 1,
- "implementing": 1,
- "table.": 1,
- "Name": 1,
- "look": 1,
- "checkVirtual": 4,
- "checks": 1,
- "declared": 1,
- "virtual": 1,
- "indicating": 1,
- "whether": 1,
- "exists.": 1,
- "first": 16,
- "exists": 9,
- "none": 1,
+ "trigger_error": 3,
+ "__d": 7,
+ "E_USER_WARNING": 3,
+ "cols": 7,
+ "column": 10,
+ "startQuote": 4,
+ "endQuote": 4,
+ "checkVirtual": 3,
"isVirtualField": 3,
"hasMethod": 2,
- "method_exists": 2,
"getVirtualField": 1,
- "create": 2,
- "filterKey": 1,
- "defaults": 1,
- "properties": 3,
- "conditions": 26,
- "fieldList": 11,
- "updated": 4,
- "modified": 4,
- "formatter": 2,
- "now": 1,
- "Model.beforeSave": 1,
- "length": 2,
- "binary": 2,
- "Model.afterSave": 1,
- "keepExisting": 1,
- "counterScope": 3,
- "old": 9,
- "counterCache": 9,
- "_count": 1,
- "only": 3,
- "SomeModel": 2,
- "AssociatedModel": 2,
- "otherfield": 2,
- "atomic": 22,
- "deep": 10,
- "Model.beforeDelete": 1,
- "Model.afterDelete": 1,
- "dependent": 1,
- "page": 7,
- "offset": 3,
- "Thomas": 2,
- "Anderson": 2,
- "email": 1,
- "field3": 1,
- "DESC": 1,
- "group": 2,
- "joins": 2,
- "Thought": 2,
- "thoughts": 1,
- "LEFT": 1,
- "person_id": 1,
- "Person": 1,
- "_find": 2,
- "Model.beforeFind": 1,
- "calculate": 1,
+ "filterKey": 2,
+ "defaults": 6,
+ "properties": 4,
+ "read": 4,
+ "conditions": 41,
+ "saveField": 1,
+ "options": 97,
+ "save": 9,
+ "fieldList": 1,
+ "_whitelist": 4,
+ "keyPresentAndEmpty": 2,
+ "exists": 14,
+ "validates": 61,
+ "updateCol": 6,
+ "colType": 4,
+ "time": 3,
+ "strtotime": 1,
+ "joined": 5,
+ "x": 4,
+ "y": 2,
+ "success": 10,
+ "cache": 3,
+ "_prepareUpdateFields": 2,
+ "update": 2,
+ "fInfo": 4,
+ "isUUID": 5,
+ "j": 2,
+ "array_search": 1,
+ "uuid": 3,
+ "updateCounterCache": 6,
+ "_saveMulti": 2,
+ "_clearCache": 3,
+ "join": 28,
+ "joinModel": 10,
+ "keyInfo": 4,
+ "withModel": 4,
+ "pluginName": 1,
+ "dbMulti": 6,
+ "newData": 10,
+ "newValues": 8,
+ "newJoins": 7,
+ "primaryAdded": 3,
+ "idField": 3,
+ "row": 23,
+ "keepExisting": 3,
+ "associationForeignKey": 5,
+ "links": 4,
+ "oldLinks": 4,
+ "delete": 9,
+ "oldJoin": 4,
+ "insertMulti": 1,
+ "foreignKey": 11,
+ "fkQuoted": 3,
+ "escapeField": 7,
+ "intval": 4,
+ "updateAll": 3,
+ "foreignKeys": 6,
+ "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": 10,
+ "association": 51,
+ "notEmpty": 4,
+ "_return": 3,
+ "recordData": 2,
+ "cascade": 11,
+ "_deleteDependent": 3,
+ "_deleteLinks": 3,
+ "_collectForeignKeys": 2,
+ "savedAssociatons": 3,
+ "deleteAll": 2,
+ "records": 6,
+ "ids": 8,
+ "_id": 2,
+ "getID": 3,
+ "hasAny": 1,
+ "buildQuery": 2,
+ "is_null": 1,
+ "results": 24,
+ "resetAssociations": 3,
+ "_filterResults": 2,
+ "ucfirst": 2,
+ "modParams": 2,
+ "_findFirst": 1,
+ "state": 15,
+ "_findCount": 1,
+ "calculate": 2,
"expression": 1,
- "/count/i": 1,
- "keyPath": 2,
- "valuePath": 2,
- "groupPath": 2,
- "then": 1,
- "rows": 1,
- "them.": 1,
- "state": 7,
- "Either": 1,
- "results": 10,
+ "_findList": 1,
+ "tokenize": 1,
+ "lst": 4,
+ "combine": 1,
"_findNeighbors": 1,
"prevVal": 2,
- "str_replace": 1,
"return2": 6,
"_findThreaded": 1,
"nest": 1,
- "_filterResults": 1,
- "modParams": 1,
- "resetAssociations": 2,
"isUnique": 1,
"is_bool": 1,
"sql": 1,
- "db": 13,
- "validates": 2,
- "options": 14,
"_validateWithModels": 2,
- "array_map": 1,
"behaviorMethods": 3,
"_validate": 2,
"f": 4,
@@ -15434,23 +22102,9 @@
"requiredFail": 4,
"rule": 11,
"ruleParams": 11,
- "array_values": 1,
- "preg_match": 1,
"Configure": 2,
- "read": 2,
- "trigger_error": 2,
- "__d": 6,
- "E_USER_WARNING": 2,
"invalidate": 2,
- "association": 4,
- "join": 6,
- "joinModel": 2,
- "newData": 5,
- "row": 6,
"isForeignKey": 1,
- "foreignKeys": 3,
- "escapeField": 1,
- "getID": 1,
"getLastInsertID": 1,
"getInsertID": 2,
"setInsertID": 1,
@@ -15464,26 +22118,20 @@
"oldDb": 3,
"getSchemaName": 1,
"MissingConnectionException": 1,
- "setSource": 1,
- "associations": 1,
"associated": 3,
- "array_unique": 1,
"beforeFind": 1,
"queryData": 1,
"afterFind": 1,
"beforeSave": 1,
"afterSave": 1,
"beforeDelete": 1,
- "cascade": 1,
"afterDelete": 1,
"beforeValidate": 1,
"onError": 1,
- "_clearCache": 1,
"pluralize": 5,
"check": 2,
"clearCache": 1,
"//Will": 1,
- "cache": 1,
"deleting": 1
},
"PowerShell": {
@@ -15519,9 +22167,9 @@
"M": 2
},
"Python": {
- "from": 30,
+ "from": 29,
"__future__": 2,
- "import": 38,
+ "import": 36,
"unicode_literals": 1,
"copy": 1,
"sys": 1,
@@ -15530,22 +22178,22 @@
"future_builtins": 1,
"zip": 3,
"django.db.models.manager": 1,
- "#": 171,
+ "#": 177,
"django.conf": 1,
"settings": 1,
"django.core.exceptions": 1,
- "(": 418,
+ "(": 465,
"ObjectDoesNotExist": 2,
"MultipleObjectsReturned": 2,
"FieldError": 4,
- "ValidationError": 9,
+ "ValidationError": 8,
"NON_FIELD_ERRORS": 3,
- ")": 418,
+ ")": 465,
"django.core": 1,
"validators": 1,
"django.db.models.fields": 1,
"AutoField": 2,
- "FieldDoesNotExist": 1,
+ "FieldDoesNotExist": 2,
"django.db.models.fields.related": 1,
"ManyToOneRel": 3,
"OneToOneField": 3,
@@ -15556,7 +22204,7 @@
"DatabaseError": 3,
"DEFAULT_DB_ALIAS": 2,
"django.db.models.query": 1,
- "Q": 1,
+ "Q": 3,
"django.db.models.query_utils": 2,
"DeferredAttribute": 3,
"django.db.models.deletion": 1,
@@ -15570,69 +22218,68 @@
"get_model": 3,
"django.utils.translation": 1,
"ugettext_lazy": 1,
- "as": 6,
+ "as": 5,
"_": 5,
"django.utils.functional": 1,
"curry": 6,
"django.utils.encoding": 1,
- "smart_str": 2,
+ "smart_str": 3,
"force_unicode": 3,
"django.utils.text": 1,
"get_text_list": 2,
"capfirst": 6,
- "class": 23,
+ "class": 13,
"ModelBase": 4,
"type": 3,
- "Metaclass": 1,
- "for": 52,
- "all": 4,
- "models.": 1,
- "def": 48,
+ "def": 59,
"__new__": 2,
- "cls": 29,
- "name": 30,
+ "cls": 32,
+ "name": 32,
"bases": 6,
- "attrs": 5,
+ "attrs": 6,
"super_new": 3,
"super": 2,
".__new__": 1,
"parents": 8,
+ "[": 54,
"b": 9,
+ "for": 47,
"in": 66,
- "if": 119,
- "isinstance": 9,
- "not": 59,
- "return": 40,
- "module": 9,
+ "if": 140,
+ "isinstance": 11,
+ "]": 49,
+ "not": 64,
+ "return": 50,
+ "module": 6,
"attrs.pop": 2,
"new_class": 9,
- "{": 14,
- "}": 17,
+ "{": 20,
+ "}": 22,
"attr_meta": 5,
- "None": 54,
+ "None": 76,
"abstract": 3,
- "getattr": 23,
- "False": 20,
- "meta": 10,
- "else": 24,
+ "getattr": 28,
+ "False": 25,
+ "meta": 12,
+ "else": 29,
"base_meta": 2,
- "is": 43,
+ "is": 28,
"model_module": 1,
"sys.modules": 1,
"new_class.__module__": 1,
"kwargs": 9,
"model_module.__name__.split": 1,
- "-": 32,
+ "-": 5,
"new_class.add_to_class": 7,
"**kwargs": 8,
"subclass_exception": 3,
"tuple": 3,
"x.DoesNotExist": 1,
"x": 4,
- "hasattr": 9,
- "and": 42,
+ "hasattr": 11,
+ "and": 35,
"x._meta.abstract": 2,
- "or": 19,
+ "or": 27,
"x.MultipleObjectsReturned": 1,
"base_meta.abstract": 1,
"new_class._meta.ordering": 1,
@@ -15650,14 +22297,14 @@
"seed_cache": 2,
"only_installed": 2,
"obj_name": 2,
- "obj": 2,
+ "obj": 4,
"attrs.items": 1,
"new_fields": 2,
"new_class._meta.local_fields": 3,
- "+": 5,
+ "+": 6,
"new_class._meta.local_many_to_many": 2,
"new_class._meta.virtual_fields": 1,
- "field_names": 3,
+ "field_names": 5,
"set": 3,
"f.name": 5,
"f": 18,
@@ -15665,9 +22312,9 @@
"parent": 4,
"parent._meta.abstract": 1,
"parent._meta.fields": 1,
- "raise": 18,
+ "raise": 22,
"TypeError": 4,
- "%": 39,
+ "%": 35,
"continue": 10,
"new_class._meta.setup_proxy": 1,
"new_class._meta.concrete_model": 2,
@@ -15680,10 +22327,10 @@
"base._meta.local_fields": 1,
"base._meta.local_many_to_many": 1,
"field": 32,
- "field.name": 10,
+ "field.name": 12,
"base.__name__": 2,
"base._meta.abstract": 2,
- "elif": 2,
+ "elif": 4,
"attr_name": 3,
"auto_created": 1,
"True": 15,
@@ -15709,28 +22356,20 @@
"manager._copy_to_model": 1,
"cls.add_to_class": 1,
"add_to_class": 1,
- "value": 13,
+ "value": 9,
"value.contribute_to_class": 1,
- "setattr": 13,
+ "setattr": 14,
"_prepare": 1,
- "Creates": 1,
- "some": 2,
- "methods": 11,
- "once": 1,
- "self._meta": 3,
- "has": 2,
- "been": 1,
- "populated.": 1,
"opts": 5,
- "cls._meta": 1,
+ "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": 5,
+ "is_next": 8,
"cls.get_previous_in_order": 1,
"make_foreign_order_accessors": 2,
- "model": 10,
+ "model": 8,
"field.rel.to": 2,
"method_get_order": 2,
"method_set_order": 2,
@@ -15739,40 +22378,36 @@
"cls.get_absolute_url": 3,
"get_absolute_url": 2,
"signals.class_prepared.send": 1,
- "sender": 4,
+ "sender": 5,
"ModelState": 2,
- "object": 5,
- "A": 7,
- "storing": 1,
- "instance": 6,
- "state": 1,
- "__init__": 4,
- "self": 76,
+ "object": 6,
+ "__init__": 5,
+ "self": 98,
"db": 2,
"self.db": 1,
"self.adding": 1,
- "Model": 3,
+ "Model": 2,
"__metaclass__": 2,
"_deferred": 1,
"*args": 3,
"signals.pre_init.send": 1,
- "self.__class__": 8,
- "args": 7,
+ "self.__class__": 10,
+ "args": 8,
"self._state": 1,
"args_len": 2,
- "len": 7,
- "self._meta.fields": 4,
- "IndexError": 1,
+ "len": 8,
+ "self._meta.fields": 5,
+ "IndexError": 2,
"fields_iter": 4,
"iter": 1,
- "field.attname": 15,
+ "field.attname": 17,
"kwargs.pop": 6,
"field.rel": 2,
"is_related_object": 3,
"self.__class__.__dict__.get": 2,
- "try": 14,
+ "try": 17,
"rel_obj": 3,
- "except": 14,
+ "except": 17,
"KeyError": 3,
"field.get_default": 3,
"field.null": 1,
@@ -15780,10 +22415,11 @@
"kwargs.keys": 1,
"property": 2,
"AttributeError": 1,
- "pass": 3,
+ "pass": 4,
".__init__": 1,
"signals.post_init.send": 1,
- "__repr__": 1,
+ "instance": 5,
+ "__repr__": 2,
"u": 2,
"unicode": 7,
"UnicodeEncodeError": 1,
@@ -15791,37 +22427,15 @@
"__str__": 1,
".encode": 1,
"__eq__": 1,
- "other": 5,
+ "other": 4,
"self._get_pk_val": 6,
"other._get_pk_val": 1,
"__ne__": 1,
"self.__eq__": 1,
"__hash__": 1,
"hash": 1,
- "__reduce__": 2,
- "Provides": 1,
- "pickling": 1,
- "support.": 1,
- "Normally": 1,
- "this": 9,
- "just": 2,
- "dispatches": 2,
- "to": 31,
- "Python": 3,
- "re": 1,
- "dynamically": 1,
- "created": 3,
- "classes": 2,
- "only": 2,
- "level": 1,
- "can": 9,
- "be": 9,
- "pickled": 1,
- "by": 5,
- "the": 61,
- "default": 3,
- "path.": 1,
- "data": 10,
+ "__reduce__": 1,
+ "data": 9,
"self.__dict__": 1,
"defers": 2,
"self._deferred": 1,
@@ -15832,49 +22446,37 @@
"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": 1,
"pk": 5,
"serializable_value": 1,
- "field_name": 6,
- "Returns": 1,
- "of": 11,
- "instance.": 1,
- "If": 5,
- "a": 18,
- "foreign": 1,
- "key": 6,
- "returns": 1,
- "id": 1,
- "instead": 1,
- "object.": 1,
- "there": 1,
- "s": 11,
- "returned": 1,
- "directly.": 1,
- "Used": 3,
- "serialize": 1,
- "force_insert": 2,
- "force_update": 5,
- "t": 3,
- "need": 4,
- "override": 2,
- "method.": 1,
- "It": 1,
- "raw": 7,
- "origin": 4,
- "smart": 1,
- "about": 1,
- "saving": 1,
- "attributes": 1,
- "meta.proxy": 4,
+ "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,
- "self.save_base": 1,
- "using": 24,
- "update_fields": 9,
"parent._meta": 1,
"non_pks": 5,
"meta.local_fields": 2,
@@ -15884,22 +22486,21 @@
"record_exists": 5,
"cls._base_manager": 1,
"manager.using": 3,
- ".filter": 3,
+ ".filter": 6,
".exists": 1,
- "values": 3,
+ "values": 13,
"f.attname": 4,
"f.pre_save": 1,
"rows": 3,
"._update": 1,
"meta.order_with_respect_to": 2,
"order_value": 2,
- "(*": 6,
- "*)": 6,
- "*": 3,
+ "(*": 11,
+ "*)": 11,
+ "*": 7,
".count": 1,
"self._order": 1,
"fields": 9,
- "ValueError": 3,
"update_pk": 3,
"bool": 2,
"meta.has_auto_field": 1,
@@ -15907,54 +22508,58 @@
"manager._insert": 1,
"return_id": 1,
"transaction.commit_unless_managed": 2,
- "self._state.db": 1,
+ "self._state.db": 2,
"self._state.adding": 4,
- "meta.auto_created": 1,
"signals.post_save.send": 1,
+ "created": 1,
"save_base.alters_data": 1,
"delete": 1,
- "router.db_for_write": 1,
- "assert": 4,
"collector": 1,
"collector.collect": 1,
"collector.delete": 1,
"delete.alters_data": 1,
"_get_FIELD_display": 1,
"field.flatchoices": 1,
- ".get": 1,
+ ".get": 2,
"strings_only": 1,
"_get_next_or_previous_by_FIELD": 1,
- "self.pk": 3,
- "op": 1,
- "order": 1,
- "s__": 1,
- "pk__": 1,
- "spk": 1,
- "gt": 1,
- "lt": 1,
- "_order": 4,
- "_order__": 1,
- "perform": 1,
- "unique": 1,
- "check": 4,
- "on": 5,
- "that": 10,
- "missing": 1,
- "involved": 1,
- "check.": 1,
- "Fields": 1,
- "did": 1,
- "validate": 1,
- "should": 1,
- "also": 4,
- "excluded": 1,
- "but": 4,
- "they": 1,
- "passed": 3,
- "via": 3,
- "exclude": 20,
- "argument.": 1,
- "unique_checks": 4,
+ "self.pk": 5,
+ "op": 2,
+ "order": 3,
+ "param": 2,
+ "q": 4,
+ "|": 1,
+ "qs": 6,
+ "self.__class__._default_manager.using": 1,
+ "*kwargs": 1,
+ ".order_by": 2,
+ "self.DoesNotExist": 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._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,
@@ -15963,9 +22568,9 @@
"unique_togethers.append": 1,
"model_class": 11,
"unique_together": 2,
- "break": 1,
+ "check": 3,
+ "break": 2,
"unique_checks.append": 2,
- "date_checks": 4,
"fields_with_class": 2,
"self._meta.local_fields": 1,
"fields_with_class.append": 1,
@@ -15976,21 +22581,19 @@
"f.unique_for_year": 3,
"f.unique_for_month": 3,
"_perform_unique_checks": 1,
- "errors": 19,
"unique_check": 10,
"lookup_kwargs": 8,
"self._meta.get_field": 1,
"lookup_value": 3,
"str": 1,
"lookup_kwargs.keys": 1,
- "qs": 4,
"model_class._default_manager.filter": 2,
"*lookup_kwargs": 2,
"model_class_pk": 3,
"model_class._meta": 2,
"qs.exclude": 2,
"qs.exists": 2,
- "errors.setdefault": 2,
+ "key": 5,
".append": 2,
"self.unique_error_message": 1,
"_perform_date_checks": 1,
@@ -16011,13 +22614,6 @@
"map": 1,
"lambda": 1,
"full_clean": 1,
- "Calls": 1,
- "clean_fields": 2,
- "clean": 1,
- "validate_unique": 1,
- "raises": 2,
- "any": 2,
- "occured.": 1,
"self.clean_fields": 1,
"e": 7,
"e.update_error_dict": 3,
@@ -16025,11 +22621,7 @@
"errors.keys": 1,
"exclude.append": 1,
"self.validate_unique": 1,
- "Cleans": 1,
- "containing": 1,
- "message_dict": 1,
- "validation": 1,
- "occur.": 1,
+ "clean_fields": 1,
"raw_value": 3,
"f.blank": 1,
"validators.EMPTY_VALUES": 1,
@@ -16047,125 +22639,53 @@
"enumerate": 1,
"ordered_obj.objects.filter": 2,
".update": 1,
+ "_order": 1,
"pk_name": 3,
"ordered_obj._meta.pk.name": 1,
- "r": 4,
+ "r": 6,
".values": 1,
"##############################################": 2,
"func": 1,
"settings.ABSOLUTE_URL_OVERRIDES.get": 1,
"########": 2,
"Empty": 1,
- "unpickle": 2,
- "Models": 1,
- "without": 1,
- "deferred": 2,
- "fields.": 2,
- "We": 3,
- "do": 5,
- "hard": 1,
- "way": 4,
- "rather": 1,
- "than": 2,
- "implementation": 2,
- "because": 1,
- "__deepcopy__": 1,
- "problem": 1,
- ".4": 1,
- "subclasses": 1,
- "with": 7,
"cls.__new__": 1,
"model_unpickle.__safe_for_unpickle__": 1,
- "flask.views": 1,
- "This": 2,
- "provides": 1,
- "based": 4,
- "views": 2,
- "inspired": 1,
- "ones": 1,
- "Django.": 1,
- "copyright": 1,
- "c": 1,
- "Armin": 1,
- "Ronacher.": 1,
- "license": 1,
- "BSD": 1,
- "see": 1,
- "LICENSE": 1,
- "more": 3,
- "details.": 1,
".globals": 1,
- "request": 10,
+ "request": 1,
"http_method_funcs": 2,
- "frozenset": 1,
- "View": 4,
- "Alternative": 1,
- "use": 3,
- "view": 10,
- "functions.": 1,
- "subclass": 1,
- "implement": 4,
- "meth": 10,
- "dispatch_request": 5,
- "which": 5,
- "called": 2,
- "arguments": 2,
- "URL": 1,
- "routing": 1,
- "system.": 1,
- "attr": 3,
- "provided": 1,
- "have": 3,
- "flask.Flask.add_url_rule": 1,
- "method": 7,
- "explicitly": 2,
- "MyView": 1,
- "app.add_url_rule": 2,
- "view_func": 2,
- "MyView.as_view": 1,
- "When": 2,
- "you": 11,
- "want": 2,
- "decorate": 4,
- "pluggable": 2,
- "will": 5,
- "either": 1,
- "when": 4,
- "function": 3,
- "wrapping": 1,
- "as_view": 2,
- "decorators": 5,
- "attribute": 1,
- "SecretView": 1,
- "superuser_required": 1,
- "...": 1,
- "The": 3,
- "stored": 1,
- "list": 1,
- "are": 3,
- "applied": 1,
- "one": 2,
- "after": 1,
- "another": 1,
- "created.": 1,
- "Note": 1,
- "*not*": 2,
- "since": 2,
- "those": 1,
- "would": 1,
- "generated": 1,
+ "View": 2,
+ "A": 1,
+ "which": 1,
+ "methods": 5,
+ "this": 2,
+ "pluggable": 1,
+ "view": 2,
+ "can": 1,
"handle.": 1,
+ "The": 1,
"canonical": 1,
- ".": 11,
+ "way": 1,
+ "to": 3,
+ "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": 3,
- "used": 4,
+ "it": 1,
+ "s": 3,
+ "also": 1,
+ "used": 1,
"instantiating": 1,
"view.view_class": 1,
"view.__name__": 1,
@@ -16175,77 +22695,33 @@
"view.methods": 1,
"cls.methods": 1,
"MethodViewType": 2,
- "d": 4,
+ "d": 5,
"rv": 2,
"type.__new__": 1,
"rv.methods": 2,
"methods.add": 1,
"key.upper": 1,
"sorted": 1,
- "MethodView": 2,
- "Like": 1,
- "regular": 1,
- "requests": 4,
- "particular": 1,
- "methods.": 1,
- "For": 2,
- "get": 2,
- "means": 1,
- "response": 2,
- "automatically": 2,
- "forward": 1,
- "your": 2,
- "that.": 1,
- "Also": 1,
- "options": 1,
- "CounterAPI": 1,
- "session.get": 2,
- "post": 1,
- "session": 1,
- "CounterAPI.as_view": 1,
+ "MethodView": 1,
+ "dispatch_request": 1,
+ "meth": 5,
"request.method.lower": 1,
"request.method": 1,
"/usr/bin/env": 2,
"python2.4": 1,
"print": 1,
"python": 1,
- "non": 2,
- "blocking": 2,
- "single": 4,
- "threaded": 2,
- "HTTP": 12,
- "server.": 2,
- "Typical": 1,
- "applications": 1,
- "little": 1,
- "direct": 1,
- "interaction": 1,
- "HTTPServer": 13,
- "start": 3,
- "server": 9,
- "at": 1,
- "beginning": 1,
- "process": 5,
- "even": 1,
- "often": 1,
- "done": 1,
- "indirectly": 1,
- "tornado.web.Application.listen": 2,
- "defines": 1,
- "HTTPRequest": 3,
- "exposed": 1,
- "tornado.web.RequestHandler.request": 1,
"absolute_import": 1,
"division": 1,
"with_statement": 1,
- "Cookie": 3,
+ "Cookie": 1,
"logging": 1,
"socket": 1,
"time": 1,
"tornado.escape": 1,
- "utf8": 1,
- "native_str": 2,
- "parse_qs_bytes": 1,
+ "utf8": 2,
+ "native_str": 4,
+ "parse_qs_bytes": 3,
"tornado": 3,
"httputil": 1,
"iostream": 1,
@@ -16253,157 +22729,27 @@
"TCPServer": 2,
"stack_context": 1,
"tornado.util": 1,
- "bytes_type": 1,
+ "bytes_type": 2,
"ssl": 2,
"ImportError": 1,
- "defined": 2,
- "callback": 7,
- "takes": 1,
- "an": 4,
- "argument": 3,
- "writes": 1,
- "valid": 1,
- "HTTPRequest.write": 1,
- "HTTPRequest.finish": 1,
- "finishes": 1,
- "does": 1,
- "necessarily": 1,
- "close": 1,
- "connection": 6,
- "case": 1,
- "HTTP/1.1": 6,
- "keep": 2,
- "alive": 2,
- "simple": 3,
- "example": 1,
- "echoes": 1,
- "back": 1,
- "URI": 1,
+ "HTTPServer": 1,
+ "You": 1,
"requested": 1,
- "httpserver": 1,
- "ioloop": 1,
- "handle_request": 2,
- "message": 3,
- "request.write": 1,
- "request.finish": 1,
- "http_server": 1,
- "httpserver.HTTPServer": 1,
- "http_server.listen": 1,
- "ioloop.IOLoop.instance": 1,
- ".start": 4,
- "very": 1,
- "basic": 1,
- "handler.": 1,
- "Beyond": 1,
- "parsing": 1,
- "body": 2,
- "headers": 8,
- "semantics": 1,
- "implemented": 1,
- "connections.": 1,
- "however": 1,
- "chunked": 2,
- "encoding": 2,
- "so": 1,
- "must": 2,
- "provide": 2,
- "Content": 1,
+ "n": 3,
+ "HTTP/1.1": 2,
+ "OK": 1,
+ "nContent": 1,
"Length": 1,
- "header": 1,
- "run": 1,
- "correctly": 1,
- "clients.": 1,
- "handler": 1,
- "unable": 1,
- "no_keep_alive": 5,
- "constructor": 1,
- "ensure": 1,
- "closed": 1,
- "every": 1,
- "no": 1,
- "matter": 1,
- "what": 1,
- "version": 5,
- "client": 2,
- "using.": 1,
- "xheaders": 5,
- "we": 1,
- "support": 1,
- "X": 6,
- "Real": 2,
- "Ip": 2,
- "Scheme": 2,
- "remote": 1,
- "IP": 1,
- "scheme": 1,
- "requests.": 3,
- "These": 1,
- "useful": 1,
- "running": 1,
- "Tornado": 1,
- "behind": 1,
- "reverse": 1,
- "proxy": 1,
- "load": 1,
- "balancer.": 1,
- "serve": 2,
- "SSL": 2,
- "traffic": 2,
- ".6": 1,
- "OpenSSL.": 1,
- "To": 1,
- "make": 1,
- "send": 1,
- "ssl_options": 5,
- "dictionary": 1,
- "required": 1,
- "ssl.wrap_socket": 1,
- "including": 1,
- "applicaton": 1,
- "os.path.join": 2,
- "data_dir": 2,
- "initialization": 2,
- "follows": 1,
- "three": 1,
- "patterns": 1,
- "tornado.netutil.TCPServer": 1,
- "tornado.netutil.TCPServer.listen": 1,
- "app": 3,
- "server.listen": 1,
- "IOLoop.instance": 3,
- "In": 1,
- "many": 1,
- "cases": 1,
- "avoid": 1,
- "create": 2,
- "tornado.netutil.TCPServer.bind": 1,
- "/": 1,
- "tornado.netutil.TCPServer.start": 1,
- "multi": 2,
- "server.bind": 1,
- "server.start": 1,
- "interface": 2,
- "IOLoop": 2,
- "constructor.": 1,
- "always": 1,
- "singleton": 1,
- "tornado.netutil.TCPServer.add_sockets": 1,
- "advanced": 1,
- "sockets": 3,
- "tornado.netutil.bind_sockets": 2,
- "tornado.process.fork_processes": 2,
- "server.add_sockets": 1,
- "add_sockets": 2,
- "complicated": 1,
- "give": 1,
- "flexibility": 1,
- "fork": 1,
- "happens.": 1,
- "servers": 1,
- "listening": 1,
+ "certfile": 2,
+ "keyfile": 2,
+ "mydomain.crt": 1,
+ "mydomain.key": 1,
"request_callback": 4,
+ "no_keep_alive": 4,
"io_loop": 3,
- "self.request_callback": 4,
+ "xheaders": 4,
+ "ssl_options": 3,
+ "self.request_callback": 5,
"self.no_keep_alive": 4,
"self.xheaders": 3,
"TCPServer.__init__": 1,
@@ -16413,35 +22759,22 @@
"HTTPConnection": 2,
"_BadRequestException": 5,
"Exception": 2,
- "malformed": 1,
- "Handles": 1,
- "executing": 1,
- "parse": 1,
- "bodies": 1,
- "execute": 1,
- "until": 1,
- "conection": 1,
- "closed.": 1,
"self.stream": 1,
"self.address": 3,
- "self._request": 6,
+ "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": 1,
- "chunk": 3,
- "Writes": 1,
- "output": 1,
- "stream.": 1,
+ "write": 2,
+ "chunk": 5,
+ "callback": 7,
"self.stream.closed": 1,
"self.stream.write": 2,
"self._on_write_complete": 1,
- "finish": 1,
- "Finishes": 1,
- "request.": 1,
+ "finish": 2,
"self.stream.writing": 2,
"self._finish_request": 2,
"_on_write_complete": 1,
@@ -16452,21 +22785,26 @@
"connection_header.lower": 1,
"self._request.supports_http_1_1": 1,
"self._request.headers": 1,
- "self._request.method": 1,
+ "self._request.method": 2,
"self.stream.close": 2,
"_on_headers": 1,
"data.decode": 1,
"eol": 3,
"data.find": 1,
"start_line": 1,
- "uri": 4,
+ "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": 5,
+ "remote_ip": 8,
+ "HTTPRequest": 2,
+ "connection": 6,
"content_length": 6,
"headers.get": 2,
"int": 1,
@@ -16475,36 +22813,69 @@
"self._on_request_body": 1,
"logging.info": 1,
"_on_request_body": 1,
- "self._request.body": 1,
+ "self._request.body": 2,
"content_type": 1,
- "POST": 2,
- "PATCH": 1,
- "PUT": 1,
- "application/x": 1,
- "www": 1,
- "form": 1,
- "urlencoded": 1,
- "multipart/form": 2,
- ";": 1,
- "boundary": 1,
- "Invalid": 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,
- "http": 4,
- "https": 3,
- "HTTP/1.0": 1,
- "Forwarded": 2,
- "Proto": 1,
- "Host": 1,
- ".0.0.1": 1,
- "_cookies": 1,
- "//": 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,
- "protocol": 1,
- "host": 1,
+ "self.connection.stream.socket.getpeercert": 1,
+ "ssl.SSLError": 1,
+ ".join": 1,
"self.__class__.__name__": 1,
- "self.headers": 1,
"_valid_ip": 1,
"ip": 2,
"res": 2,
@@ -16544,6 +22915,8 @@
"Tool": 1,
"}": 2,
"@author": 1,
+ "[": 12,
+ "]": 12,
"is": 3,
"a": 1,
"collection": 1,
@@ -16631,6 +23004,8 @@
},
"Rebol": {
"REBOL": 1,
+ "[": 3,
+ "]": 3,
"hello": 2,
"func": 1,
"print": 1
@@ -16638,61 +23013,63 @@
"Ruby": {
"load": 3,
"Dir": 4,
+ "[": 56,
+ "]": 56,
".each": 5,
- "{": 65,
- "|": 78,
+ "{": 69,
+ "|": 95,
"plugin": 2,
- "(": 202,
- ")": 209,
- "}": 65,
+ "(": 256,
+ ")": 267,
+ "}": 69,
"task": 2,
"default": 2,
- "do": 29,
- "puts": 19,
- "end": 207,
- "module": 7,
- "Foo": 2,
+ "do": 36,
+ "puts": 20,
+ "end": 248,
+ "module": 8,
+ "Foo": 1,
"require": 58,
- "#": 354,
- "class": 4,
+ "#": 481,
+ "class": 7,
"Formula": 2,
"include": 3,
"FileUtils": 1,
"attr_reader": 5,
- "name": 49,
- "path": 11,
+ "name": 59,
+ "path": 16,
"url": 12,
- "version": 9,
+ "version": 10,
"homepage": 2,
"specs": 14,
- "downloader": 4,
+ "downloader": 6,
"standard": 2,
"unstable": 2,
- "head": 2,
+ "head": 3,
"bottle_version": 2,
- "bottle_url": 2,
+ "bottle_url": 3,
"bottle_sha1": 2,
"buildpath": 1,
- "def": 130,
- "initialize": 1,
- "nil": 19,
+ "def": 150,
+ "initialize": 2,
+ "nil": 21,
"set_instance_variable": 12,
- "if": 67,
+ "if": 76,
"@head": 4,
"and": 8,
- "not": 4,
+ "not": 3,
"@url": 8,
"or": 6,
"ARGV.build_head": 2,
"@version": 10,
"@spec_to_use": 4,
"@unstable": 2,
- "else": 21,
+ "else": 26,
"@standard.nil": 1,
"SoftwareSpecification.new": 3,
"@specs": 3,
"@standard": 3,
- "raise": 14,
+ "raise": 18,
"@url.nil": 1,
"@name": 3,
"validate_variable": 7,
@@ -16700,25 +23077,25 @@
"path.nil": 1,
"self.class.path": 1,
"Pathname.new": 3,
- "||": 21,
+ "||": 23,
"@spec_to_use.detect_version": 1,
"CHECKSUM_TYPES.each": 1,
"type": 10,
- "@downloader": 1,
+ "@downloader": 2,
"download_strategy.new": 2,
"@spec_to_use.url": 1,
"@spec_to_use.specs": 1,
"@bottle_url": 2,
"bottle_base_url": 1,
- "+": 46,
+ "+": 48,
"bottle_filename": 1,
- "self": 10,
+ "self": 13,
"@bottle_sha1": 2,
"installed": 1,
- "return": 24,
+ "return": 25,
"installed_prefix.children.length": 1,
- "rescue": 11,
- "false": 24,
+ "rescue": 14,
+ "false": 27,
"explicitly_requested": 1,
"ARGV.named.empty": 1,
"ARGV.formulae.include": 1,
@@ -16731,14 +23108,14 @@
"head_prefix.directory": 1,
"prefix": 15,
"rack": 1,
- ";": 31,
+ ";": 41,
"prefix.parent": 1,
"bin": 1,
"doc": 1,
"info": 2,
"lib": 1,
"libexec": 1,
- "man": 10,
+ "man": 9,
"man1": 1,
"man2": 1,
"man3": 1,
@@ -16759,7 +23136,7 @@
"cached_download": 1,
"@downloader.cached_location": 1,
"caveats": 1,
- "options": 2,
+ "options": 3,
"patches": 2,
"keg_only": 2,
"self.class.keg_only_reason": 1,
@@ -16767,19 +23144,19 @@
"cc": 3,
"self.class.cc_failures.nil": 1,
"Compiler.new": 1,
- "unless": 11,
+ "unless": 16,
"cc.is_a": 1,
"Compiler": 1,
"self.class.cc_failures.find": 1,
"failure": 1,
- "next": 1,
+ "next": 3,
"failure.compiler": 1,
"cc.name": 1,
"failure.build.zero": 1,
"failure.build": 1,
"cc.build": 1,
"skip_clean": 2,
- "true": 14,
+ "true": 16,
"self.class.skip_clean_all": 1,
"to_check": 2,
"path.relative_path_from": 1,
@@ -16787,15 +23164,15 @@
"self.class.skip_clean_paths.include": 1,
"brew": 2,
"stage": 2,
- "begin": 8,
- "patch": 2,
+ "begin": 9,
+ "patch": 3,
"yield": 5,
"Interrupt": 2,
"RuntimeError": 1,
"SystemCallError": 1,
- "e": 6,
+ "e": 8,
"ARGV.debug": 1,
- "%": 9,
+ "%": 11,
"w": 8,
"config.log": 1,
"CMakeCache.txt": 1,
@@ -16809,7 +23186,7 @@
"ohai": 4,
"e.was_running_configure": 1,
"interactive_shell": 1,
- "b": 7,
+ "b": 8,
"b.name": 2,
"eql": 1,
"self.class.equal": 1,
@@ -16820,7 +23197,7 @@
"to_s": 2,
"std_cmake_args": 1,
"W": 1,
- "-": 31,
+ "-": 33,
"DCMAKE_INSTALL_PREFIX": 1,
"DCMAKE_BUILD_TYPE": 1,
"None": 1,
@@ -16836,14 +23213,14 @@
"camelcase": 1,
"it": 1,
"name.capitalize.gsub": 1,
- "/": 28,
+ "/": 34,
"_.": 1,
- "s": 2,
- "a": 7,
+ "s": 1,
+ "a": 8,
"zA": 1,
"Z0": 1,
- ".upcase": 1,
- ".gsub": 3,
+ "upcase": 1,
+ ".gsub": 5,
"self.names": 1,
".map": 6,
"File.basename": 2,
@@ -16853,12 +23230,12 @@
"self.map": 1,
"rv": 3,
"each": 1,
- "<<": 13,
+ "<<": 15,
"self.each": 1,
"names.each": 1,
- "n": 3,
+ "n": 4,
"Formula.factory": 2,
- "inspect": 1,
+ "inspect": 2,
"self.aliases": 1,
"self.canonical_name": 1,
"name.to_s": 3,
@@ -16902,13 +23279,13 @@
".rb": 1,
"path.stem": 1,
"from_path": 1,
- "path.to_s": 1,
+ "path.to_s": 3,
"Formula.path": 1,
"from_name": 2,
"klass_name": 2,
"klass": 16,
"Object.const_get": 1,
- "NameError": 1,
+ "NameError": 2,
"LoadError": 3,
"klass.new": 2,
"FormulaUnavailableError.new": 1,
@@ -16916,7 +23293,7 @@
"path.realpath.to_s": 1,
"/Library/Taps/": 1,
"self.path": 1,
- "mirrors": 4,
+ "mirrors": 3,
"self.class.mirrors": 1,
"deps": 1,
"self.class.dependencies.deps": 1,
@@ -16933,22 +23310,22 @@
"expand_deps": 1,
"protected": 1,
"system": 1,
- "cmd": 5,
- "*args": 14,
+ "cmd": 6,
+ "*args": 16,
"pretty_args": 1,
"args.dup": 1,
"pretty_args.delete": 1,
"ARGV.verbose": 2,
".strip": 1,
- "removed_ENV_variables": 1,
- "case": 4,
+ "removed_ENV_variables": 2,
+ "case": 5,
"args.empty": 1,
"cmd.split": 1,
".first": 1,
- "when": 7,
+ "when": 10,
"ENV.remove_cc_etc": 1,
"safe_system": 4,
- "rd": 4,
+ "rd": 1,
"wr": 3,
"IO.pipe": 1,
"pid": 1,
@@ -16962,16 +23339,23 @@
"exec": 1,
"exit": 1,
"wr.close": 1,
- "out": 1,
- "t": 2,
- "attempt": 1,
- "this": 1,
- "install": 1,
- "is": 1,
- "pointed": 1,
- "at": 1,
- "URL.": 1,
- "mirror_list": 1,
+ "out": 3,
+ "rd.read": 1,
+ "until": 1,
+ "rd.eof": 1,
+ "Process.wait": 1,
+ ".success": 1,
+ "removed_ENV_variables.each": 1,
+ "key": 8,
+ "value": 4,
+ "ENV": 4,
+ "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,
@@ -16989,7 +23373,6 @@
"supplied": 4,
"instance_variable_get": 2,
"type.to_s.upcase": 1,
- "args": 3,
"hasher": 2,
"Digest.const_get": 1,
"fn.incremental_hash": 1,
@@ -17005,18 +23388,17 @@
"incomplete": 1,
"download": 1,
"remove": 1,
- "the": 3,
+ "the": 5,
"file": 1,
"above.": 1,
"supplied.upcase": 1,
"hash.upcase": 1,
"opoo": 1,
- "private": 1,
+ "private": 3,
"CHECKSUM_TYPES": 2,
"sha1": 4,
"sha256": 1,
".freeze": 1,
- "fetch": 1,
"fetched.kind_of": 1,
"mktemp": 1,
"downloader.stage": 1,
@@ -17033,7 +23415,7 @@
"gzip": 1,
"p.compressed_filename": 2,
"bzip2": 1,
- "*": 2,
+ "*": 3,
"p.patch_args": 1,
"v": 2,
"v.to_s.empty": 1,
@@ -17042,10 +23424,10 @@
"self.class.send": 1,
"instance_variable_set": 1,
"self.method_added": 1,
- "method": 2,
+ "method": 4,
"self.attr_rw": 1,
- "(*": 11,
- "*)": 11,
+ "(*": 16,
+ "*)": 16,
"attrs": 1,
"attrs.each": 1,
"attr": 4,
@@ -17059,8 +23441,8 @@
"skip_clean_all": 2,
"cc_failures": 1,
"stable": 1,
- "&": 24,
- "block": 25,
+ "&": 31,
+ "block": 30,
"block_given": 5,
"instance_eval": 2,
"ARGV.build_devel": 2,
@@ -17073,12 +23455,10 @@
"self.url": 1,
"self.sha1": 1,
"Hash": 2,
- "key": 6,
- "value": 2,
"sha1.shift": 1,
"@sha1": 6,
"MacOS.cat": 1,
- "String": 5,
+ "String": 2,
"MacOS.lion": 1,
"self.data": 1,
"&&": 8,
@@ -17113,112 +23493,126 @@
"ActiveSupport": 1,
"Inflector": 1,
"extend": 2,
- "pluralize": 1,
- "word": 7,
+ "pluralize": 3,
+ "word": 10,
"apply_inflections": 3,
"inflections.plurals": 1,
- "singularize": 1,
+ "singularize": 2,
"inflections.singulars": 1,
- "camelize": 1,
+ "camelize": 2,
"term": 1,
"uppercase_first_letter": 2,
- "string": 3,
+ "string": 4,
"term.to_s": 1,
"string.sub": 2,
- "z": 6,
- "d": 5,
+ "z": 7,
+ "d": 6,
"*/": 1,
- "inflections.acronyms": 2,
+ "inflections.acronyms": 1,
".capitalize": 1,
"inflections.acronym_regex": 2,
- "A": 6,
+ "A": 5,
"Z_": 1,
"string.gsub": 1,
"_": 1,
- "/i": 1,
- "underscore": 1,
- "camel_cased_word": 1,
+ "/i": 2,
+ "underscore": 4,
+ "camel_cased_word": 7,
"camel_cased_word.to_s.dup": 1,
"word.gsub": 4,
"Za": 1,
"Z": 3,
"word.tr": 1,
"word.downcase": 1,
- "humanize": 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": 2,
+ "break": 4,
"result.sub": 2,
- "result.gsub": 1,
+ "result.gsub": 2,
"/_id": 1,
+ "result.tr": 1,
"match": 6,
- "match.downcase": 1,
- "from": 1,
- "boondocks": 1,
- "Man": 2,
- "From": 1,
- "The": 4,
- "Boondocks": 1,
- "x": 1,
- "men": 1,
- "last": 2,
- "stand": 1,
- "X": 1,
- "Men": 1,
- "Last": 1,
- "Stand": 1,
- "TheManWithoutAPast": 1,
- "Without": 1,
- "Past": 1,
- "raiders_of_the_lost_ark": 1,
- "Raiders": 1,
- "Of": 1,
- "Lost": 1,
- "Ark": 1,
+ "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": 3,
+ "This": 1,
+ "uses": 1,
+ "on": 1,
+ "last": 4,
+ "in": 1,
"RawScaledScorer": 1,
- "raw_scaled_scorers": 1,
- "egg_and_ham": 1,
- "egg_and_hams": 2,
- "fancyCategory": 1,
- "fancy_categories": 1,
- "EggAndHam": 1,
- "posts": 3,
- "Post": 2,
- "business": 1,
- "Busines": 1,
- "puni_puni": 1,
- "puni": 2,
- "ActiveRecord": 1,
- "CoreExtensions": 1,
- "Inflections": 4,
- "Net": 4,
- "HTTP": 2,
- "Message": 2,
- "message_id": 1,
- "messageid": 1,
- "Admin": 1,
- "post_id": 1,
- "_id": 1,
- "id": 1,
- "Module": 2,
- "Test": 2,
- "Unit": 2,
- "C": 2,
- "blargle": 1,
- "UnknownModule": 2,
- "Bar": 1,
- "st": 5,
- "nd": 5,
- "th": 4,
- "number": 2,
+ "tableize": 2,
+ "class_name": 4,
+ "classify": 1,
+ "table_name": 1,
+ "table_name.to_s.sub": 1,
+ "/.*": 1,
+ "./": 1,
+ "dasherize": 1,
+ "underscored_word": 1,
+ "underscored_word.tr": 1,
+ "demodulize": 2,
+ "i": 2,
+ "path.rindex": 2,
+ "..": 1,
+ "deconstantize": 1,
+ "foreign_key": 1,
+ "separate_class_name_and_id_with_underscore": 2,
+ "constantize": 2,
+ "camel_cased_word.split": 2,
+ "names.shift": 1,
+ "names.empty": 1,
+ "names.first.empty": 1,
+ "names.inject": 1,
+ "Object": 3,
+ "constant": 6,
+ "constant.const_get": 3,
+ "candidate": 3,
+ "constant.const_defined": 1,
+ "Object.const_defined": 1,
+ "constant.ancestors.inject": 1,
+ "const": 3,
+ "ancestor": 3,
+ "ancestor.const_defined": 1,
+ "safe_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,
+ "parts.pop": 1,
+ "parts.reverse.inject": 1,
+ "acc": 2,
"part": 1,
- "acc": 1,
- "post": 2,
+ "part.empty": 1,
"rules": 1,
"word.to_s.dup": 1,
"word.empty": 1,
@@ -17315,7 +23709,7 @@
"@before_fork": 2,
"after_fork": 2,
"@after_fork": 2,
- "attr_accessor": 1,
+ "attr_accessor": 2,
"inline": 3,
"alias": 1,
"push": 1,
@@ -17324,7 +23718,7 @@
"pop": 1,
".pop": 1,
"ThreadError": 1,
- "size": 2,
+ "size": 3,
".size": 1,
"peek": 1,
"start": 6,
@@ -17377,7 +23771,7 @@
"worker.unregister_worker": 1,
"pending": 1,
"queues.inject": 1,
- "m": 2,
+ "m": 3,
"k": 2,
"processed": 2,
"Stat": 2,
@@ -17387,18 +23781,17 @@
"failed": 2,
"servers": 1,
"environment": 2,
- "ENV": 3,
"keys": 6,
"redis.keys": 1,
"key.sub": 1,
"rake": 1,
"ruby": 2,
"Ilib": 1,
- "test": 3,
+ "test": 6,
"echo": 1,
- "Sinatra": 1,
+ "Sinatra": 2,
"Request": 2,
- "<": 1,
+ "<": 2,
"Rack": 1,
"accept": 1,
"@env": 2,
@@ -17410,11 +23803,9 @@
"first": 1,
"preferred_type": 1,
"self.defer": 1,
- "..": 1,
"pattern": 1,
"path.respond_to": 5,
"path.keys": 1,
- "names": 1,
"path.names": 1,
"TypeError": 1,
"URI": 3,
@@ -17425,21 +23816,20 @@
"char": 4,
"enc": 5,
"URI.escape": 1,
- "public": 1,
- "helpers": 1,
+ "helpers": 3,
"data": 1,
"reset": 1,
- "set": 30,
- "development": 4,
+ "set": 36,
+ "development": 6,
".to_sym": 1,
"raise_errors": 1,
- "Proc.new": 8,
+ "Proc.new": 11,
"dump_errors": 1,
"show_exceptions": 1,
"sessions": 1,
- "logging": 1,
+ "logging": 2,
"protection": 1,
- "method_override": 3,
+ "method_override": 4,
"use_code": 1,
"default_encoding": 1,
"add_charset": 1,
@@ -17447,14 +23837,15 @@
"xml": 2,
"xhtml": 1,
"json": 1,
+ "t": 2,
"settings.add_charset": 1,
- "text": 1,
- "session_secret": 2,
+ "text": 3,
+ "session_secret": 3,
"SecureRandom.hex": 1,
"NotImplementedError": 1,
"alias_method": 2,
"methodoverride": 2,
- "run": 1,
+ "run": 2,
"running": 1,
"http": 1,
"webrick": 1,
@@ -17467,7 +23858,7 @@
"absolute_redirects": 1,
"prefixed_redirects": 1,
"empty_path_info": 1,
- "app_file": 3,
+ "app_file": 4,
"root": 5,
"File.expand_path": 1,
"views": 1,
@@ -17477,25 +23868,107 @@
"public_folder": 3,
"static": 1,
"static_cache_control": 1,
- "error": 2,
+ "error": 3,
"Exception": 1,
"response.status": 1,
"content_type": 3,
- "configure": 1,
- "get": 1,
+ "configure": 2,
+ "get": 2,
"filename": 2,
"png": 1,
"send_file": 1,
"NotFound": 1,
- "HTML": 1,
- "uri": 1,
- "request.path_info": 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": 1,
"base.class_eval": 1,
- "self.register": 1,
- "extensions": 4,
"Delegator.target.register": 1,
"self.helpers": 1,
"Delegator.target.helpers": 1,
@@ -17537,35 +24010,23 @@
"version": 1,
"organization": 1,
"libraryDependencies": 3,
- "+": 15,
+ "+": 13,
"%": 7,
"Seq": 3,
- "(": 23,
- ")": 23,
- "{": 9,
- "val": 2,
+ "(": 20,
+ ")": 20,
+ "{": 5,
+ "val": 1,
"libosmVersion": 1,
- "}": 10,
+ "}": 6,
"maxErrors": 1,
"pollInterval": 1,
"javacOptions": 1,
"scalacOptions": 1,
"scalaVersion": 1,
"initialCommands": 2,
- "import": 2,
- "System.": 1,
- "currentTimeMillis": 1,
- "now": 3,
- "def": 2,
- "time": 1,
- "T": 3,
- "f": 2,
- "start": 2,
- "try": 1,
- "finally": 1,
- "println": 2,
- "-": 1,
- "/1000.0": 1,
+ "Elapsed": 1,
+ "s": 1,
"in": 12,
"console": 1,
"mainClass": 2,
@@ -17630,6 +24091,7 @@
"false": 7,
"showSuccess": 1,
"timingFormat": 1,
+ "import": 1,
"java.text.DateFormat": 1,
"DateFormat.getDateTimeInstance": 1,
"DateFormat.SHORT": 2,
@@ -17666,10 +24128,14 @@
"scala": 1,
"object": 1,
"HelloWorld": 1,
+ "def": 1,
"main": 1,
"args": 1,
"Array": 1,
- "String": 1
+ "[": 1,
+ "String": 1,
+ "]": 1,
+ "println": 1
},
"Scheme": {
"(": 359,
@@ -17722,7 +24188,6 @@
"glTranslated": 1,
"x": 8,
"y": 3,
- ".0": 65,
"radians": 8,
"(*": 3,
"*)": 3,
@@ -17866,15 +24331,16 @@
"Scilab": {
"//": 3,
"function": 1,
+ "[": 1,
"a": 4,
"b": 4,
+ "]": 1,
"myfunction": 1,
"(": 7,
"d": 2,
- "e": 3,
+ "e": 4,
"f": 2,
")": 7,
- ".71828": 1,
"+": 5,
"%": 4,
"pi": 3,
@@ -17890,7 +24356,6 @@
"return": 1,
"end": 1,
"myvar": 1,
- ".23e": 1,
"endfunction": 1,
"disp": 1,
"assert_checkequal": 1,
@@ -17918,21 +24383,21 @@
"/": 2
},
"Shell": {
- "export": 5,
+ "export": 6,
"PATH": 5,
- "#": 8,
+ "#": 10,
"pkgname": 1,
"stud": 4,
- "-": 20,
+ "-": 23,
"git": 5,
"pkgver": 1,
"pkgrel": 1,
"pkgdesc": 1,
"arch": 1,
- "(": 12,
+ "(": 14,
"i686": 1,
"x86_64": 1,
- ")": 12,
+ ")": 14,
"url": 1,
"license": 1,
"depends": 1,
@@ -17946,28 +24411,30 @@
"//github.com/bumptech/stud.git": 1,
"_gitname": 1,
"build": 1,
- "{": 7,
+ "{": 4,
"cd": 4,
"msg": 4,
- "if": 9,
- "d": 1,
- ";": 5,
- "then": 8,
- "&&": 3,
+ "if": 12,
+ "[": 21,
+ "d": 4,
+ "]": 21,
+ ";": 6,
+ "then": 14,
+ "&&": 4,
"pull": 1,
"origin": 1,
- "else": 2,
+ "else": 5,
"clone": 2,
- "fi": 7,
+ "fi": 12,
"rm": 1,
"rf": 1,
"make": 2,
- "}": 7,
+ "}": 4,
"package": 1,
"PREFIX": 1,
"/usr": 1,
"DESTDIR": 1,
- "install": 3,
+ "install": 2,
"Dm755": 1,
"init.stud": 1,
"mkdir": 1,
@@ -17978,61 +24445,40 @@
"e": 1,
"n": 2,
"x": 1,
- "echo": 9,
- "unset": 1,
+ "echo": 11,
+ "unset": 3,
"system": 1,
"exec": 1,
"rbenv": 2,
"versions": 1,
"bare": 1,
"version": 1,
- "z": 2,
- "&": 2,
- "exit": 4,
+ "z": 3,
+ "&": 4,
+ "exit": 6,
"prefix": 1,
- "/dev/null": 1,
+ "/dev/null": 2,
"rvm_ignore_rvmrc": 1,
"declare": 1,
- "rvmrc": 6,
- "rvm_rvmrc_files": 2,
+ "rvmrc": 3,
+ "rvm_rvmrc_files": 3,
"ef": 1,
"+": 1,
- "for": 2,
+ "for": 1,
"in": 1,
"do": 1,
"f": 1,
"GREP_OPTIONS": 1,
- "%": 1,
- "b": 1,
- "Error": 2,
- "is": 1,
- "rvm": 3,
- "settings": 1,
- "only.": 1,
- "CLI": 1,
- "may": 1,
- "NOT": 1,
- "be": 1,
- "called": 1,
- "from": 1,
- "within": 1,
- "rvmrc.": 1,
- "Skipping": 1,
- "the": 1,
- "loading": 1,
- "of": 1,
- "rvm_path": 1,
- "/usr/local/rvm": 4,
- "HOME": 2,
- "/.rvm": 2,
- "Can": 1,
- "t": 1,
- "find": 1,
- "rvm_scripts_path": 1,
- "/rvm": 1,
- "@": 1,
- "sourcing": 1,
- "RVM": 1,
+ "grep": 1,
+ "printf": 1,
+ "source": 2,
+ "done": 1,
+ "rvm_path": 4,
+ "UID": 1,
+ "elif": 2,
+ "rvm_is_not_a_shell_function": 2,
+ "rvm_path/scripts": 1,
+ "rvm": 1,
"/bin/bash": 1,
"/bin/sh": 1,
"/bin/zsh": 1
@@ -18040,25 +24486,31 @@
"Standard ML": {
"signature": 2,
"LAZY_BASE": 3,
- "sig": 1,
+ "sig": 2,
"type": 2,
- "a": 19,
- "lazy": 11,
- "-": 9,
- ")": 20,
+ "a": 18,
+ "lazy": 12,
+ "-": 13,
+ ")": 23,
"end": 6,
"LAZY": 1,
- "bool": 1,
- "val": 7,
+ "bool": 4,
+ "val": 12,
"inject": 3,
"toString": 2,
- "(": 19,
+ "(": 22,
"string": 1,
"eq": 2,
- "*": 4,
- "(*": 1,
- "*)": 1,
- "structure": 5,
+ "*": 1,
+ "eqBy": 3,
+ "compare": 2,
+ "order": 2,
+ "map": 2,
+ "b": 2,
+ "structure": 6,
+ "Ops": 2,
+ "(*": 2,
+ "*)": 2,
"LazyBase": 2,
"struct": 4,
"exception": 1,
@@ -18089,13 +24541,9 @@
"if": 1,
"then": 1,
"else": 1,
- "eqBy": 2,
"p": 4,
"y": 6,
"op": 1,
- "compare": 1,
- "Ops": 1,
- "map": 1,
"Lazy": 1,
"LazyFn": 2,
"LazyMemo": 1
@@ -18126,6 +24574,8 @@
"chan": 2,
"num": 2,
"val": 4,
+ "[": 1,
+ "]": 1,
".postln": 1,
"//": 10,
"controls.put": 1,
@@ -18159,12 +24609,14 @@
"}": 185,
"ProvidesClass": 1,
"reedthesis": 1,
+ "[": 22,
"/01/27": 1,
"The": 3,
"Reed": 5,
"College": 5,
"Thesis": 5,
"Class": 4,
+ "]": 22,
"DeclareOption*": 1,
"PassOptionsToClass": 1,
"CurrentOption": 1,
@@ -18184,7 +24636,7 @@
"makes": 1,
"your": 1,
"headers": 2,
- "in": 6,
+ "in": 9,
"all": 1,
"caps.": 1,
"If": 1,
@@ -18282,7 +24734,6 @@
".5in": 3,
"evensidemargin": 2,
"textwidth": 2,
- ".0in": 2,
"textheight": 4,
"topmargin": 6,
"addtolength": 8,
@@ -18291,8 +24742,7 @@
"headheight": 4,
"headsep": 3,
".6in": 1,
- ".9in": 1,
- ".5pt": 1,
+ "pt": 1,
"division#1": 1,
"gdef": 6,
"@division": 3,
@@ -18328,10 +24778,9 @@
"addpenalty": 1,
"@highpenalty": 2,
"vskip": 4,
- ".0em": 1,
+ "em": 3,
"@plus": 1,
"@tempdima": 2,
- ".5em": 2,
"begingroup": 1,
"parindent": 1,
"rightskip": 1,
@@ -18393,7 +24842,6 @@
"footnote": 1,
"thanks": 1,
"baselineskip": 2,
- ".4": 1,
"setbox0": 2,
"Requirements": 2,
"for": 3,
@@ -18479,6 +24927,8 @@
"WAIT": 6,
"FIRE": 4,
"COUNT": 4,
+ "[": 179,
+ "]": 179,
"state": 6,
"next_state": 6,
"count": 6,
@@ -18924,7 +25374,6 @@
},
"Visual Basic": {
"VERSION": 1,
- ".0": 1,
"CLASS": 1,
"BEGIN": 1,
"MultiUse": 1,
@@ -18935,9 +25384,9 @@
"MTSTransactionMode": 1,
"*************************************************************************************************************************************************************************************************************************************************": 2,
"Copyright": 1,
- "(": 9,
+ "(": 14,
"c": 1,
- ")": 9,
+ ")": 14,
"David": 1,
"Briant": 1,
"All": 1,
@@ -18947,16 +25396,16 @@
"Explicit": 1,
"Private": 25,
"Declare": 3,
- "Function": 4,
+ "Function": 5,
"apiSetProp": 4,
"Lib": 3,
"Alias": 3,
"ByVal": 6,
"hwnd": 2,
- "As": 32,
+ "As": 34,
"Long": 10,
"lpString": 2,
- "String": 12,
+ "String": 13,
"hData": 1,
"apiGlobalAddAtom": 3,
"apiSetForegroundWindow": 1,
@@ -18975,7 +25424,7 @@
"myListener": 1,
"VLMessaging.VLMMMFileListener": 1,
"myListener.VB_VarHelpID": 1,
- "myMMFileTransports": 1,
+ "myMMFileTransports": 2,
"VLMessaging.VLMMMFileTransports": 1,
"myMMFileTransports.VB_VarHelpID": 1,
"myMachineID": 1,
@@ -18983,7 +25432,7 @@
"myRouterIDsByMMTransportID": 1,
"New": 6,
"Dictionary": 3,
- "myMMTransportIDsByRouterID": 1,
+ "myMMTransportIDsByRouterID": 2,
"myDirectoryEntriesByIDString": 1,
"GET_ROUTER_ID": 1,
"GET_ROUTER_ID_REPLY": 1,
@@ -18999,7 +25448,7 @@
"hide": 1,
"us": 1,
"from": 1,
- "the": 2,
+ "the": 3,
"Applications": 1,
"list": 1,
"in": 1,
@@ -19011,7 +25460,7 @@
"create": 1,
"tray": 1,
"icon": 1,
- "Set": 4,
+ "Set": 5,
"myAST.create": 1,
"myMouseEventsForm.icon": 1,
"make": 1,
@@ -19019,8 +25468,8 @@
"easily": 1,
"found": 1,
"myMouseEventsForm.hwnd": 3,
- "End": 4,
- "Sub": 6,
+ "End": 7,
+ "Sub": 7,
"shutdown": 1,
"myAST.destroy": 1,
"Nothing": 2,
@@ -19030,18 +25479,38 @@
"epm": 1,
"cTP_EasyPopupMenu": 1,
"menuItemSelected": 1,
- "epm.addMenuItem": 2,
+ "epm.addMenuItem": 3,
"MF_STRING": 3,
"epm.addSubmenuItem": 2,
- "Disabled": 1,
- "item": 2,
- "Checked": 1,
- "Exit": 1,
- "<\">": 1,
- "address": 3,
- "MachineID": 1,
- "RouterID": 1,
- "AgentID": 1,
+ "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,
@@ -19126,7 +25595,6 @@
"conf=": 1,
"default": 9,
"junit": 2,
- ".4": 1,
"test": 7,
"-": 49,
"/": 6,
@@ -19273,7 +25741,7 @@
"or": 24,
"itself": 2,
"changes": 13,
- ".": 22,
+ ".": 20,
"It": 1,
"important": 6,
"implement": 5,
@@ -19986,69 +26454,71 @@
}
},
"language_tokens": {
- "Apex": 4041,
- "AppleScript": 190,
+ "Apex": 4401,
+ "AppleScript": 352,
"Arduino": 20,
"AutoHotkey": 3,
- "C": 28587,
- "C++": 7788,
+ "C": 29074,
+ "C++": 7851,
"Ceylon": 50,
- "CoffeeScript": 2340,
- "Coq": 17450,
+ "CoffeeScript": 3070,
+ "Coq": 18461,
"Dart": 68,
"Delphi": 30,
"Diff": 16,
"Emacs Lisp": 3,
"GAS": 133,
- "Gosu": 414,
+ "Gosu": 422,
"Groovy": 71,
"Groovy Server Pages": 91,
"Haml": 4,
- "INI": 6,
+ "INI": 8,
"Ioke": 4,
- "Java": 6032,
- "JavaScript": 22985,
- "Julia": 173,
- "Kotlin": 149,
+ "Java": 7515,
+ "JavaScript": 150260,
+ "JSON": 619,
+ "Julia": 202,
+ "Kotlin": 155,
"Logtalk": 23,
"Markdown": 1,
- "Matlab": 335,
+ "Matlab": 341,
+ "Max": 58,
"Nemerle": 17,
"Nimrod": 2,
"Nu": 6,
- "Objective-C": 28134,
- "OCaml": 261,
+ "Objective-C": 38749,
+ "OCaml": 273,
"Opa": 32,
"OpenCL": 88,
- "OpenEdge ABL": 717,
+ "OpenEdge ABL": 3072,
"Parrot Assembly": 8,
"Parrot Internal Representation": 7,
- "Perl": 7231,
- "PHP": 12292,
+ "Perl": 17087,
+ "PHP": 23550,
"PowerShell": 14,
"Prolog": 61,
- "Python": 4357,
+ "Python": 4084,
"R": 14,
- "Racket": 246,
- "Rebol": 5,
- "Ruby": 3575,
+ "Racket": 270,
+ "Rebol": 11,
+ "Ruby": 4339,
"Rust": 8,
"Sass": 28,
- "Scala": 352,
- "Scheme": 3549,
- "Scilab": 71,
+ "Scala": 319,
+ "Scheme": 3484,
+ "Scilab": 72,
"SCSS": 39,
- "Shell": 264,
- "Standard ML": 220,
- "SuperCollider": 139,
+ "Shell": 315,
+ "Standard ML": 247,
+ "SuperCollider": 141,
"Tea": 3,
- "TeX": 1073,
+ "TeX": 1116,
"Turing": 45,
- "Verilog": 3440,
+ "Verilog": 3798,
"VHDL": 42,
"VimL": 20,
- "Visual Basic": 294,
- "XML": 5627,
+ "Visual Basic": 345,
+ "XML": 5624,
"XQuery": 801,
"XSLT": 44,
"YAML": 30
@@ -20076,11 +26546,13 @@
"Ioke": 1,
"Java": 5,
"JavaScript": 19,
+ "JSON": 5,
"Julia": 1,
"Kotlin": 1,
"Logtalk": 1,
"Markdown": 1,
"Matlab": 6,
+ "Max": 1,
"Nemerle": 1,
"Nimrod": 1,
"Nu": 1,
@@ -20121,5 +26593,5 @@
"XSLT": 1,
"YAML": 1
},
- "md5": "2e7fdac66b21a6a3e7c5886104aa1cba"
+ "md5": "34a5b1ab9d3cf845a0603cef9e9f6509"
} \ No newline at end of file
diff --git a/lib/linguist/tokenizer.rb b/lib/linguist/tokenizer.rb
index 520ed5c..ed06a9f 100644
--- a/lib/linguist/tokenizer.rb
+++ b/lib/linguist/tokenizer.rb
@@ -64,19 +64,27 @@ module Linguist
# Skip single or double quoted strings
elsif s.scan(/"/)
- s.skip_until(/[^\\]"/)
+ if s.peek(1) == "\""
+ s.getch
+ else
+ s.skip_until(/[^\\]"/)
+ end
elsif s.scan(/'/)
- s.skip_until(/[^\\]'/)
+ if s.peek(1) == "'"
+ s.getch
+ else
+ s.skip_until(/[^\\]'/)
+ end
# Skip number literals
- elsif s.scan(/(0x)?\d+/)
+ elsif s.scan(/(0x)?\d(\d|\.)*/)
# SGML style brackets
elsif token = s.scan(/<[^\s<>][^<>]*>/)
extract_sgml_tokens(token).each { |t| tokens << t }
# Common programming punctuation
- elsif token = s.scan(/;|\{|\}|\(|\)/)
+ elsif token = s.scan(/;|\{|\}|\(|\)|\[|\]/)
tokens << token
# Regular token
diff --git a/samples/JSON/Hello.maxhelp b/samples/JSON/Hello.maxhelp
new file mode 100644
index 0000000..537f567
--- /dev/null
+++ b/samples/JSON/Hello.maxhelp
@@ -0,0 +1,367 @@
+{
+ "patcher" : {
+ "fileversion" : 1,
+ "appversion" : {
+ "major" : 5,
+ "minor" : 1,
+ "revision" : 9
+ }
+,
+ "rect" : [ 198.0, 92.0, 365.0, 407.0 ],
+ "bglocked" : 0,
+ "defrect" : [ 198.0, 92.0, 365.0, 407.0 ],
+ "openrect" : [ 0.0, 0.0, 0.0, 0.0 ],
+ "openinpresentation" : 0,
+ "default_fontsize" : 14.0,
+ "default_fontface" : 0,
+ "default_fontname" : "Arial",
+ "gridonopen" : 0,
+ "gridsize" : [ 20.0, 20.0 ],
+ "gridsnaponopen" : 0,
+ "toolbarvisible" : 1,
+ "boxanimatetime" : 200,
+ "imprint" : 0,
+ "enablehscroll" : 1,
+ "enablevscroll" : 1,
+ "devicewidth" : 0.0,
+ "boxes" : [ {
+ "box" : {
+ "maxclass" : "button",
+ "patching_rect" : [ 260.0, 260.0, 20.0, 20.0 ],
+ "numinlets" : 1,
+ "numoutlets" : 1,
+ "outlettype" : [ "bang" ],
+ "id" : "obj-22"
+ }
+
+ }
+, {
+ "box" : {
+ "maxclass" : "button",
+ "patching_rect" : [ 240.0, 260.0, 20.0, 20.0 ],
+ "numinlets" : 1,
+ "numoutlets" : 1,
+ "outlettype" : [ "bang" ],
+ "id" : "obj-20"
+ }
+
+ }
+, {
+ "box" : {
+ "maxclass" : "button",
+ "patching_rect" : [ 220.0, 260.0, 20.0, 20.0 ],
+ "numinlets" : 1,
+ "numoutlets" : 1,
+ "outlettype" : [ "bang" ],
+ "id" : "obj-18"
+ }
+
+ }
+, {
+ "box" : {
+ "maxclass" : "button",
+ "patching_rect" : [ 200.0, 260.0, 20.0, 20.0 ],
+ "numinlets" : 1,
+ "numoutlets" : 1,
+ "outlettype" : [ "bang" ],
+ "id" : "obj-16"
+ }
+
+ }
+, {
+ "box" : {
+ "maxclass" : "newobj",
+ "text" : "route 0 1 2 3",
+ "patching_rect" : [ 200.0, 220.0, 99.0, 23.0 ],
+ "numinlets" : 1,
+ "fontname" : "Arial",
+ "numoutlets" : 5,
+ "outlettype" : [ "", "", "", "", "" ],
+ "fontsize" : 14.0,
+ "id" : "obj-14"
+ }
+
+ }
+, {
+ "box" : {
+ "maxclass" : "newobj",
+ "text" : "r jojo",
+ "patching_rect" : [ 200.0, 180.0, 41.0, 23.0 ],
+ "numinlets" : 0,
+ "fontname" : "Arial",
+ "numoutlets" : 1,
+ "outlettype" : [ "" ],
+ "fontsize" : 14.0,
+ "color" : [ 0.827451, 0.737255, 0.835294, 1.0 ],
+ "id" : "obj-13"
+ }
+
+ }
+, {
+ "box" : {
+ "maxclass" : "newobj",
+ "text" : "s jojo",
+ "patching_rect" : [ 20.0, 340.0, 43.0, 23.0 ],
+ "numinlets" : 1,
+ "fontname" : "Arial",
+ "numoutlets" : 0,
+ "fontsize" : 14.0,
+ "color" : [ 0.827451, 0.737255, 0.835294, 1.0 ],
+ "id" : "obj-12"
+ }
+
+ }
+, {
+ "box" : {
+ "maxclass" : "newobj",
+ "text" : "append toto",
+ "patching_rect" : [ 20.0, 300.0, 84.0, 23.0 ],
+ "numinlets" : 1,
+ "fontname" : "Arial",
+ "numoutlets" : 1,
+ "outlettype" : [ "" ],
+ "fontsize" : 14.0,
+ "id" : "obj-11"
+ }
+
+ }
+, {
+ "box" : {
+ "maxclass" : "newobj",
+ "text" : "% 4",
+ "patching_rect" : [ 20.0, 260.0, 35.0, 23.0 ],
+ "numinlets" : 2,
+ "fontname" : "Arial",
+ "numoutlets" : 1,
+ "outlettype" : [ "int" ],
+ "fontsize" : 14.0,
+ "id" : "obj-10"
+ }
+
+ }
+, {
+ "box" : {
+ "maxclass" : "newobj",
+ "text" : "counter",
+ "patching_rect" : [ 20.0, 220.0, 73.0, 23.0 ],
+ "numinlets" : 5,
+ "fontname" : "Arial",
+ "numoutlets" : 4,
+ "outlettype" : [ "int", "", "", "int" ],
+ "fontsize" : 14.0,
+ "id" : "obj-9"
+ }
+
+ }
+, {
+ "box" : {
+ "maxclass" : "newobj",
+ "text" : "metro 250",
+ "patching_rect" : [ 20.0, 180.0, 74.0, 23.0 ],
+ "numinlets" : 2,
+ "fontname" : "Arial",
+ "numoutlets" : 1,
+ "outlettype" : [ "bang" ],
+ "fontsize" : 14.0,
+ "id" : "obj-8"
+ }
+
+ }
+, {
+ "box" : {
+ "maxclass" : "toggle",
+ "patching_rect" : [ 20.0, 140.0, 20.0, 20.0 ],
+ "numinlets" : 1,
+ "numoutlets" : 1,
+ "outlettype" : [ "int" ],
+ "id" : "obj-7"
+ }
+
+ }
+, {
+ "box" : {
+ "maxclass" : "newobj",
+ "text" : "t 0",
+ "patching_rect" : [ 140.0, 80.0, 26.0, 23.0 ],
+ "numinlets" : 1,
+ "fontname" : "Arial",
+ "numoutlets" : 1,
+ "outlettype" : [ "int" ],
+ "fontsize" : 14.0,
+ "id" : "obj-5"
+ }
+
+ }
+, {
+ "box" : {
+ "maxclass" : "newobj",
+ "text" : "t 1",
+ "patching_rect" : [ 20.0, 80.0, 26.0, 23.0 ],
+ "numinlets" : 1,
+ "fontname" : "Arial",
+ "numoutlets" : 1,
+ "outlettype" : [ "int" ],
+ "fontsize" : 14.0,
+ "id" : "obj-4"
+ }
+
+ }
+, {
+ "box" : {
+ "maxclass" : "message",
+ "text" : "Goodbye World !",
+ "patching_rect" : [ 140.0, 40.0, 115.0, 21.0 ],
+ "numinlets" : 2,
+ "fontname" : "Arial",
+ "numoutlets" : 1,
+ "outlettype" : [ "" ],
+ "fontsize" : 14.0,
+ "id" : "obj-3"
+ }
+
+ }
+, {
+ "box" : {
+ "maxclass" : "message",
+ "text" : "Hello World !",
+ "patching_rect" : [ 20.0, 40.0, 90.0, 21.0 ],
+ "numinlets" : 2,
+ "fontname" : "Arial",
+ "numoutlets" : 1,
+ "outlettype" : [ "" ],
+ "fontsize" : 14.0,
+ "id" : "obj-2"
+ }
+
+ }
+ ],
+ "lines" : [ {
+ "patchline" : {
+ "source" : [ "obj-2", 0 ],
+ "destination" : [ "obj-4", 0 ],
+ "hidden" : 0,
+ "midpoints" : [ ]
+ }
+
+ }
+, {
+ "patchline" : {
+ "source" : [ "obj-3", 0 ],
+ "destination" : [ "obj-5", 0 ],
+ "hidden" : 0,
+ "midpoints" : [ ]
+ }
+
+ }
+, {
+ "patchline" : {
+ "source" : [ "obj-4", 0 ],
+ "destination" : [ "obj-7", 0 ],
+ "hidden" : 0,
+ "midpoints" : [ ]
+ }
+
+ }
+, {
+ "patchline" : {
+ "source" : [ "obj-5", 0 ],
+ "destination" : [ "obj-7", 0 ],
+ "hidden" : 0,
+ "midpoints" : [ 149.5, 121.0, 29.5, 121.0 ]
+ }
+
+ }
+, {
+ "patchline" : {
+ "source" : [ "obj-7", 0 ],
+ "destination" : [ "obj-8", 0 ],
+ "hidden" : 0,
+ "midpoints" : [ ]
+ }
+
+ }
+, {
+ "patchline" : {
+ "source" : [ "obj-8", 0 ],
+ "destination" : [ "obj-9", 0 ],
+ "hidden" : 0,
+ "midpoints" : [ ]
+ }
+
+ }
+, {
+ "patchline" : {
+ "source" : [ "obj-9", 0 ],
+ "destination" : [ "obj-10", 0 ],
+ "hidden" : 0,
+ "midpoints" : [ ]
+ }
+
+ }
+, {
+ "patchline" : {
+ "source" : [ "obj-10", 0 ],
+ "destination" : [ "obj-11", 0 ],
+ "hidden" : 0,
+ "midpoints" : [ ]
+ }
+
+ }
+, {
+ "patchline" : {
+ "source" : [ "obj-11", 0 ],
+ "destination" : [ "obj-12", 0 ],
+ "hidden" : 0,
+ "midpoints" : [ ]
+ }
+
+ }
+, {
+ "patchline" : {
+ "source" : [ "obj-13", 0 ],
+ "destination" : [ "obj-14", 0 ],
+ "hidden" : 0,
+ "midpoints" : [ ]
+ }
+
+ }
+, {
+ "patchline" : {
+ "source" : [ "obj-14", 0 ],
+ "destination" : [ "obj-16", 0 ],
+ "hidden" : 0,
+ "midpoints" : [ ]
+ }
+
+ }
+, {
+ "patchline" : {
+ "source" : [ "obj-14", 1 ],
+ "destination" : [ "obj-18", 0 ],
+ "hidden" : 0,
+ "midpoints" : [ ]
+ }
+
+ }
+, {
+ "patchline" : {
+ "source" : [ "obj-14", 2 ],
+ "destination" : [ "obj-20", 0 ],
+ "hidden" : 0,
+ "midpoints" : [ ]
+ }
+
+ }
+, {
+ "patchline" : {
+ "source" : [ "obj-14", 3 ],
+ "destination" : [ "obj-22", 0 ],
+ "hidden" : 0,
+ "midpoints" : [ ]
+ }
+
+ }
+ ]
+ }
+
+}
diff --git a/samples/JSON/Hello.maxpat b/samples/JSON/Hello.maxpat
new file mode 100644
index 0000000..7a27dd2
--- /dev/null
+++ b/samples/JSON/Hello.maxpat
@@ -0,0 +1,368 @@
+{
+ "patcher" : {
+ "fileversion" : 1,
+ "appversion" : {
+ "major" : 5,
+ "minor" : 1,
+ "revision" : 9
+ }
+,
+ "rect" : [ 198.0, 92.0, 365.0, 407.0 ],
+ "bglocked" : 0,
+ "defrect" : [ 198.0, 92.0, 365.0, 407.0 ],
+ "openrect" : [ 0.0, 0.0, 0.0, 0.0 ],
+ "openinpresentation" : 0,
+ "default_fontsize" : 14.0,
+ "default_fontface" : 0,
+ "default_fontname" : "Arial",
+ "gridonopen" : 0,
+ "gridsize" : [ 20.0, 20.0 ],
+ "gridsnaponopen" : 0,
+ "toolbarvisible" : 1,
+ "boxanimatetime" : 200,
+ "imprint" : 0,
+ "enablehscroll" : 1,
+ "enablevscroll" : 1,
+ "devicewidth" : 0.0,
+ "boxes" : [ {
+ "box" : {
+ "maxclass" : "button",
+ "patching_rect" : [ 260.0, 260.0, 20.0, 20.0 ],
+ "numinlets" : 1,
+ "numoutlets" : 1,
+ "outlettype" : [ "bang" ],
+ "id" : "obj-22"
+ }
+
+ }
+, {
+ "box" : {
+ "maxclass" : "button",
+ "patching_rect" : [ 240.0, 260.0, 20.0, 20.0 ],
+ "numinlets" : 1,
+ "numoutlets" : 1,
+ "outlettype" : [ "bang" ],
+ "id" : "obj-20"
+ }
+
+ }
+, {
+ "box" : {
+ "maxclass" : "button",
+ "patching_rect" : [ 220.0, 260.0, 20.0, 20.0 ],
+ "numinlets" : 1,
+ "numoutlets" : 1,
+ "outlettype" : [ "bang" ],
+ "id" : "obj-18"
+ }
+
+ }
+, {
+ "box" : {
+ "maxclass" : "button",
+ "patching_rect" : [ 200.0, 260.0, 20.0, 20.0 ],
+ "numinlets" : 1,
+ "numoutlets" : 1,
+ "outlettype" : [ "bang" ],
+ "id" : "obj-16"
+ }
+
+ }
+, {
+ "box" : {
+ "maxclass" : "newobj",
+ "text" : "route 0 1 2 3",
+ "patching_rect" : [ 200.0, 220.0, 99.0, 23.0 ],
+ "numinlets" : 1,
+ "fontname" : "Arial",
+ "numoutlets" : 5,
+ "outlettype" : [ "", "", "", "", "" ],
+ "fontsize" : 14.0,
+ "id" : "obj-14"
+ }
+
+ }
+, {
+ "box" : {
+ "maxclass" : "newobj",
+ "text" : "r jojo",
+ "patching_rect" : [ 200.0, 180.0, 41.0, 23.0 ],
+ "numinlets" : 0,
+ "fontname" : "Arial",
+ "numoutlets" : 1,
+ "outlettype" : [ "" ],
+ "fontsize" : 14.0,
+ "color" : [ 0.827451, 0.737255, 0.835294, 1.0 ],
+ "id" : "obj-13"
+ }
+
+ }
+, {
+ "box" : {
+ "maxclass" : "newobj",
+ "text" : "s jojo",
+ "patching_rect" : [ 20.0, 340.0, 43.0, 23.0 ],
+ "numinlets" : 1,
+ "fontname" : "Arial",
+ "numoutlets" : 0,
+ "fontsize" : 14.0,
+ "color" : [ 0.827451, 0.737255, 0.835294, 1.0 ],
+ "id" : "obj-12"
+ }
+
+ }
+, {
+ "box" : {
+ "maxclass" : "newobj",
+ "text" : "append toto",
+ "patching_rect" : [ 20.0, 300.0, 84.0, 23.0 ],
+ "numinlets" : 1,
+ "fontname" : "Arial",
+ "numoutlets" : 1,
+ "outlettype" : [ "" ],
+ "fontsize" : 14.0,
+ "id" : "obj-11"
+ }
+
+ }
+, {
+ "box" : {
+ "maxclass" : "newobj",
+ "text" : "% 4",
+ "patching_rect" : [ 20.0, 260.0, 35.0, 23.0 ],
+ "numinlets" : 2,
+ "fontname" : "Arial",
+ "numoutlets" : 1,
+ "outlettype" : [ "int" ],
+ "fontsize" : 14.0,
+ "id" : "obj-10"
+ }
+
+ }
+, {
+ "box" : {
+ "maxclass" : "newobj",
+ "text" : "counter",
+ "patching_rect" : [ 20.0, 220.0, 73.0, 23.0 ],
+ "numinlets" : 5,
+ "fontname" : "Arial",
+ "numoutlets" : 4,
+ "outlettype" : [ "int", "", "", "int" ],
+ "fontsize" : 14.0,
+ "id" : "obj-9"
+ }
+
+ }
+, {
+ "box" : {
+ "maxclass" : "newobj",
+ "text" : "metro 250",
+ "patching_rect" : [ 20.0, 180.0, 74.0, 23.0 ],
+ "numinlets" : 2,
+ "fontname" : "Arial",
+ "numoutlets" : 1,
+ "outlettype" : [ "bang" ],
+ "fontsize" : 14.0,
+ "id" : "obj-8"
+ }
+
+ }
+, {
+ "box" : {
+ "maxclass" : "toggle",
+ "patching_rect" : [ 20.0, 140.0, 20.0, 20.0 ],
+ "numinlets" : 1,
+ "numoutlets" : 1,
+ "outlettype" : [ "int" ],
+ "id" : "obj-7"
+ }
+
+ }
+, {
+ "box" : {
+ "maxclass" : "newobj",
+ "text" : "t 0",
+ "patching_rect" : [ 140.0, 80.0, 26.0, 23.0 ],
+ "numinlets" : 1,
+ "fontname" : "Arial",
+ "numoutlets" : 1,
+ "outlettype" : [ "int" ],
+ "fontsize" : 14.0,
+ "id" : "obj-5"
+ }
+
+ }
+, {
+ "box" : {
+ "maxclass" : "newobj",
+ "text" : "t 1",
+ "patching_rect" : [ 20.0, 80.0, 26.0, 23.0 ],
+ "numinlets" : 1,
+ "fontname" : "Arial",
+ "numoutlets" : 1,
+ "outlettype" : [ "int" ],
+ "fontsize" : 14.0,
+ "id" : "obj-4"
+ }
+
+ }
+, {
+ "box" : {
+ "maxclass" : "message",
+ "text" : "Goodbye World !",
+ "patching_rect" : [ 140.0, 40.0, 115.0, 21.0 ],
+ "numinlets" : 2,
+ "fontname" : "Arial",
+ "numoutlets" : 1,
+ "outlettype" : [ "" ],
+ "fontsize" : 14.0,
+ "presentation_rect" : [ 137.0, 42.0, 0.0, 0.0 ],
+ "id" : "obj-3"
+ }
+
+ }
+, {
+ "box" : {
+ "maxclass" : "message",
+ "text" : "Hello World !",
+ "patching_rect" : [ 20.0, 40.0, 90.0, 21.0 ],
+ "numinlets" : 2,
+ "fontname" : "Arial",
+ "numoutlets" : 1,
+ "outlettype" : [ "" ],
+ "fontsize" : 14.0,
+ "id" : "obj-2"
+ }
+
+ }
+ ],
+ "lines" : [ {
+ "patchline" : {
+ "source" : [ "obj-14", 3 ],
+ "destination" : [ "obj-22", 0 ],
+ "hidden" : 0,
+ "midpoints" : [ ]
+ }
+
+ }
+, {
+ "patchline" : {
+ "source" : [ "obj-14", 2 ],
+ "destination" : [ "obj-20", 0 ],
+ "hidden" : 0,
+ "midpoints" : [ ]
+ }
+
+ }
+, {
+ "patchline" : {
+ "source" : [ "obj-14", 1 ],
+ "destination" : [ "obj-18", 0 ],
+ "hidden" : 0,
+ "midpoints" : [ ]
+ }
+
+ }
+, {
+ "patchline" : {
+ "source" : [ "obj-14", 0 ],
+ "destination" : [ "obj-16", 0 ],
+ "hidden" : 0,
+ "midpoints" : [ ]
+ }
+
+ }
+, {
+ "patchline" : {
+ "source" : [ "obj-13", 0 ],
+ "destination" : [ "obj-14", 0 ],
+ "hidden" : 0,
+ "midpoints" : [ ]
+ }
+
+ }
+, {
+ "patchline" : {
+ "source" : [ "obj-11", 0 ],
+ "destination" : [ "obj-12", 0 ],
+ "hidden" : 0,
+ "midpoints" : [ ]
+ }
+
+ }
+, {
+ "patchline" : {
+ "source" : [ "obj-10", 0 ],
+ "destination" : [ "obj-11", 0 ],
+ "hidden" : 0,
+ "midpoints" : [ ]
+ }
+
+ }
+, {
+ "patchline" : {
+ "source" : [ "obj-9", 0 ],
+ "destination" : [ "obj-10", 0 ],
+ "hidden" : 0,
+ "midpoints" : [ ]
+ }
+
+ }
+, {
+ "patchline" : {
+ "source" : [ "obj-8", 0 ],
+ "destination" : [ "obj-9", 0 ],
+ "hidden" : 0,
+ "midpoints" : [ ]
+ }
+
+ }
+, {
+ "patchline" : {
+ "source" : [ "obj-7", 0 ],
+ "destination" : [ "obj-8", 0 ],
+ "hidden" : 0,
+ "midpoints" : [ ]
+ }
+
+ }
+, {
+ "patchline" : {
+ "source" : [ "obj-5", 0 ],
+ "destination" : [ "obj-7", 0 ],
+ "hidden" : 0,
+ "midpoints" : [ 149.5, 121.0, 29.5, 121.0 ]
+ }
+
+ }
+, {
+ "patchline" : {
+ "source" : [ "obj-4", 0 ],
+ "destination" : [ "obj-7", 0 ],
+ "hidden" : 0,
+ "midpoints" : [ ]
+ }
+
+ }
+, {
+ "patchline" : {
+ "source" : [ "obj-3", 0 ],
+ "destination" : [ "obj-5", 0 ],
+ "hidden" : 0,
+ "midpoints" : [ ]
+ }
+
+ }
+, {
+ "patchline" : {
+ "source" : [ "obj-2", 0 ],
+ "destination" : [ "obj-4", 0 ],
+ "hidden" : 0,
+ "midpoints" : [ ]
+ }
+
+ }
+ ]
+ }
+
+}
diff --git a/samples/JSON/person.json b/samples/JSON/person.json
new file mode 100644
index 0000000..2624199
--- /dev/null
+++ b/samples/JSON/person.json
@@ -0,0 +1,23 @@
+{
+ "firstName": "John",
+ "lastName" : "Smith",
+ "age" : 25,
+ "address" :
+ {
+ "streetAddress": "21 2nd Street",
+ "city" : "New York",
+ "state" : "NY",
+ "postalCode" : "10021"
+ },
+ "phoneNumber":
+ [
+ {
+ "type" : "home",
+ "number": "212 555-1234"
+ },
+ {
+ "type" : "fax",
+ "number": "646 555-4567"
+ }
+ ]
+ } \ No newline at end of file
diff --git a/samples/JSON/product.json b/samples/JSON/product.json
new file mode 100644
index 0000000..2d5611a
--- /dev/null
+++ b/samples/JSON/product.json
@@ -0,0 +1,7 @@
+{
+ "id": 1,
+ "name": "Foo",
+ "price": 123,
+ "tags": ["Bar","Eek"],
+ "stock": { "warehouse":300, "retail":20 }
+} \ No newline at end of file
diff --git a/samples/JSON/schema.json b/samples/JSON/schema.json
new file mode 100644
index 0000000..ee580cc
--- /dev/null
+++ b/samples/JSON/schema.json
@@ -0,0 +1,47 @@
+{
+ "name":"Product",
+ "properties":
+ {
+ "id":
+ {
+ "type":"number",
+ "description":"Product identifier",
+ "required":true
+ },
+ "name":
+ {
+ "type":"string",
+ "description":"Name of the product",
+ "required":true
+ },
+ "price":
+ {
+ "type":"number",
+ "minimum":0,
+ "required":true
+ },
+ "tags":
+ {
+ "type":"array",
+ "items":
+ {
+ "type":"string"
+ }
+ },
+ "stock":
+ {
+ "type":"object",
+ "properties":
+ {
+ "warehouse":
+ {
+ "type":"number"
+ },
+ "retail":
+ {
+ "type":"number"
+ }
+ }
+ }
+ }
+} \ No newline at end of file
diff --git a/samples/Max/Hello.mxt b/samples/Max/Hello.mxt
new file mode 100644
index 0000000..87da5a3
--- /dev/null
+++ b/samples/Max/Hello.mxt
@@ -0,0 +1 @@
+max v2; #N vpatcher 109 76 569 534; #P toggle 31 168 21 0; #P button 360 299 15 0; #P button 322 299 15 0; #P button 284 299 15 0; #P button 246 299 15 0; #P window setfont Verdana 12.; #P window linecount 1; #P newex 246 168 43 472055820 r jojo; #B color 5; #P newex 31 386 45 472055820 s jojo; #B color 5; #P newex 246 254 162 472055820 route 0 1 2 3; #P newex 31 338 88 472055820 append toto; #P newex 31 296 35 472055820 % 4; #N counter; #X flags 0 0; #P newobj 31 251 75 472055820 counter; #P newex 31 209 75 472055820 metro 250; #P newex 164 96 32 472055820 t 0; #P message 164 55 136 472055820 Goodbye World !; #P newex 31 96 32 472055820 t 1; #P message 31 55 113 472055820 Hello World !; #P connect 0 0 1 0; #P fasten 3 0 15 0 169 146 36 146; #P connect 1 0 15 0; #P connect 15 0 4 0; #P connect 4 0 5 0; #P connect 5 0 6 0; #P connect 6 0 7 0; #P connect 7 0 9 0; #P connect 2 0 3 0; #P connect 10 0 8 0; #P connect 8 0 11 0; #P connect 8 1 12 0; #P connect 8 2 13 0; #P connect 8 3 14 0; #P pop; \ No newline at end of file
diff --git a/test/test_language.rb b/test/test_language.rb
index 1ca7116..f94acf3 100644
--- a/test/test_language.rb
+++ b/test/test_language.rb
@@ -165,7 +165,7 @@ class TestLanguage < Test::Unit::TestCase
assert_equal 'ruby', Language['Ruby'].search_term
assert_equal 'common-lisp', Language['Common Lisp'].search_term
assert_equal 'html+erb', Language['HTML+ERB'].search_term
- assert_equal 'max/msp', Language['Max/MSP'].search_term
+ assert_equal 'max/msp', Language['Max'].search_term
assert_equal 'puppet', Language['Puppet'].search_term
assert_equal 'pure-data', Language['Pure Data'].search_term
@@ -310,7 +310,6 @@ class TestLanguage < Test::Unit::TestCase
assert_equal 'C%2B%2B', Language['C++'].escaped_name
assert_equal 'Objective-C', Language['Objective-C'].escaped_name
assert_equal 'Common%20Lisp', Language['Common Lisp'].escaped_name
- assert_equal 'Max%2FMSP', Language['Max/MSP'].escaped_name
end
def test_error_without_name
diff --git a/test/test_tokenizer.rb b/test/test_tokenizer.rb
index 644a2c3..d57726c 100644
--- a/test/test_tokenizer.rb
+++ b/test/test_tokenizer.rb
@@ -20,12 +20,17 @@ class TestTokenizer < Test::Unit::TestCase
assert_equal %w(print), tokenize("print 'Josh'")
assert_equal %w(print), tokenize('print "Hello \"Josh\""')
assert_equal %w(print), tokenize("print 'Hello \\'Josh\\''")
+ assert_equal %w(print), tokenize("print \"Hello\", \"Josh\"")
+ assert_equal %w(print), tokenize("print 'Hello', 'Josh'")
+ assert_equal %w(print), tokenize("print \"Hello\", \"\", \"Josh\"")
+ assert_equal %w(print), tokenize("print 'Hello', '', 'Josh'")
end
def test_skip_number_literals
assert_equal %w(+), tokenize('1 + 1')
assert_equal %w(add \( \)), tokenize('add(123, 456)')
assert_equal %w(|), tokenize('0x01 | 0x10')
+ assert_equal %w(*), tokenize('500.42 * 1.0')
end
def test_skip_comments
@@ -77,13 +82,17 @@ class TestTokenizer < Test::Unit::TestCase
def test_objective_c_tokens
assert_equal %w(#import <Foundation/Foundation.h> @interface Foo NSObject { } @end), tokenize(:"Objective-C/Foo.h")
assert_equal %w(#import @implementation Foo @end), tokenize(:"Objective-C/Foo.m")
- assert_equal %w(#import <Cocoa/Cocoa.h> int main \( int argc char *argv \) { NSLog \( @ \) ; return ; }), tokenize(:"Objective-C/hello.m")
+ assert_equal %w(#import <Cocoa/Cocoa.h> int main \( int argc char *argv [ ] \) { NSLog \( @ \) ; return ; }), tokenize(:"Objective-C/hello.m")
end
def test_javascript_tokens
assert_equal %w( \( function \( \) { console.log \( \) ; } \) .call \( this \) ;), tokenize(:"JavaScript/hello.js")
end
+ def test_json_tokens
+ assert_equal %w( { [ ] { } } ), tokenize(:"JSON/product.json")
+ end
+
def test_ruby_tokens
assert_equal %w(module Foo end), tokenize(:"Ruby/foo.rb")
assert_equal %w(# /usr/bin/env ruby puts), tokenize(:"Ruby/script.rb")