github-linguist 4.8.9 → 4.8.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/git-linguist +2 -2
- data/grammars/source.ats.json +58 -128
- data/grammars/source.autoit.json +158 -153
- data/grammars/source.awk.json +333 -383
- data/grammars/source.batchfile.json +194 -0
- data/grammars/source.c.platform.json +359 -22
- data/grammars/source.changelogs.rpm-spec.json +99 -0
- data/grammars/source.clojure.json +9 -3
- data/grammars/source.dockerfile.json +67 -78
- data/grammars/source.elm.json +20 -379
- data/grammars/source.emacs.lisp.json +656 -0
- data/grammars/source.gdscript.json +233 -228
- data/grammars/source.graphql.json +75 -10
- data/grammars/source.js.json +2 -2
- data/grammars/source.js.jsx.json +247 -839
- data/grammars/source.js.regexp.json +1 -1
- data/grammars/source.nginx.json +882 -768
- data/grammars/source.nsis.json +151 -143
- data/grammars/source.objc.json +3 -0
- data/grammars/source.objc.platform.json +174 -104
- data/grammars/source.puppet.json +429 -396
- data/grammars/source.pyjade.json +11 -0
- data/grammars/source.regexp.babel.json +1 -1
- data/grammars/source.rpm-spec.json +770 -0
- data/grammars/source.systemverilog.json +1110 -961
- data/grammars/source.ts.json +57 -57
- data/grammars/source.tsx.json +57 -57
- data/grammars/text.dart-analysis-output.json +67 -152
- data/grammars/text.error-list.json +54 -0
- data/grammars/text.find-refs.json +927 -0
- data/grammars/text.html.basic.json +1 -1
- data/grammars/text.html.mediawiki.elm-build-output.json +108 -0
- data/grammars/text.html.mediawiki.elm-documentation.json +22 -0
- data/grammars/text.html.vue.json +35 -0
- data/grammars/text.jade.json +34 -12
- data/grammars/text.roff.json +1 -1
- data/lib/linguist/heuristics.rb +16 -4
- data/lib/linguist/languages.json +1 -1
- data/lib/linguist/languages.yml +25 -5
- data/lib/linguist/samples.json +1367 -163
- data/lib/linguist/version.rb +1 -1
- metadata +10 -3
- data/grammars/source.dosbatch.json +0 -70
    
        data/lib/linguist/samples.json
    CHANGED
    
    | @@ -298,6 +298,9 @@ | |
| 298 298 | 
             
                  ".f",
         | 
| 299 299 | 
             
                  ".for"
         | 
| 300 300 | 
             
                ],
         | 
| 301 | 
            +
                "Filebench WML": [
         | 
| 302 | 
            +
                  ".f"
         | 
| 303 | 
            +
                ],
         | 
| 301 304 | 
             
                "Filterscript": [
         | 
| 302 305 | 
             
                  ".fs"
         | 
| 303 306 | 
             
                ],
         | 
| @@ -911,7 +914,8 @@ | |
| 911 914 | 
             
                  ".py",
         | 
| 912 915 | 
             
                  ".pyde",
         | 
| 913 916 | 
             
                  ".pyp",
         | 
| 914 | 
            -
                  ".rpy"
         | 
| 917 | 
            +
                  ".rpy",
         | 
| 918 | 
            +
                  ".spec"
         | 
| 915 919 | 
             
                ],
         | 
| 916 920 | 
             
                "QML": [
         | 
| 917 921 | 
             
                  ".qbs"
         | 
| @@ -939,6 +943,9 @@ | |
| 939 943 | 
             
                "RMarkdown": [
         | 
| 940 944 | 
             
                  ".rmd"
         | 
| 941 945 | 
             
                ],
         | 
| 946 | 
            +
                "RPM Spec": [
         | 
| 947 | 
            +
                  ".spec"
         | 
| 948 | 
            +
                ],
         | 
| 942 949 | 
             
                "RUNOFF": [
         | 
| 943 950 | 
             
                  ".RNH",
         | 
| 944 951 | 
             
                  ".rnh",
         | 
| @@ -977,7 +984,8 @@ | |
| 977 984 | 
             
                  ".pluginspec",
         | 
| 978 985 | 
             
                  ".rabl",
         | 
| 979 986 | 
             
                  ".rake",
         | 
| 980 | 
            -
                  ".rb"
         | 
| 987 | 
            +
                  ".rb",
         | 
| 988 | 
            +
                  ".spec"
         | 
| 981 989 | 
             
                ],
         | 
| 982 990 | 
             
                "Rust": [
         | 
| 983 991 | 
             
                  ".rs"
         | 
| @@ -1244,6 +1252,7 @@ | |
| 1244 1252 | 
             
                  ".pluginspec",
         | 
| 1245 1253 | 
             
                  ".props",
         | 
| 1246 1254 | 
             
                  ".resx",
         | 
| 1255 | 
            +
                  ".sch",
         | 
| 1247 1256 | 
             
                  ".sfproj",
         | 
| 1248 1257 | 
             
                  ".storyboard",
         | 
| 1249 1258 | 
             
                  ".targets",
         | 
| @@ -1448,6 +1457,9 @@ | |
| 1448 1457 | 
             
                "Elixir": [
         | 
| 1449 1458 | 
             
                  "mix.lock"
         | 
| 1450 1459 | 
             
                ],
         | 
| 1460 | 
            +
                "Emacs Lisp": [
         | 
| 1461 | 
            +
                  ".spacemacs"
         | 
| 1462 | 
            +
                ],
         | 
| 1451 1463 | 
             
                "Erlang": [
         | 
| 1452 1464 | 
             
                  "rebar.config",
         | 
| 1453 1465 | 
             
                  "rebar.config.lock",
         | 
| @@ -1570,8 +1582,8 @@ | |
| 1570 1582 | 
             
                  ".gemrc"
         | 
| 1571 1583 | 
             
                ]
         | 
| 1572 1584 | 
             
              },
         | 
| 1573 | 
            -
              "tokens_total":  | 
| 1574 | 
            -
              "languages_total":  | 
| 1585 | 
            +
              "tokens_total": 1193509,
         | 
| 1586 | 
            +
              "languages_total": 1657,
         | 
| 1575 1587 | 
             
              "tokens": {
         | 
| 1576 1588 | 
             
                "1C Enterprise": {
         | 
| 1577 1589 | 
             
                  "&": 8,
         | 
| @@ -28930,39 +28942,39 @@ | |
| 28930 28942 | 
             
                  "show": 2
         | 
| 28931 28943 | 
             
                },
         | 
| 28932 28944 | 
             
                "Emacs Lisp": {
         | 
| 28933 | 
            -
                  ";":  | 
| 28934 | 
            -
                  "-":  | 
| 28935 | 
            -
                  "*":  | 
| 28936 | 
            -
                  "mode":  | 
| 28937 | 
            -
                  "emacs":  | 
| 28938 | 
            -
                  "lisp":  | 
| 28945 | 
            +
                  ";": 469,
         | 
| 28946 | 
            +
                  "-": 682,
         | 
| 28947 | 
            +
                  "*": 5,
         | 
| 28948 | 
            +
                  "mode": 22,
         | 
| 28949 | 
            +
                  "emacs": 7,
         | 
| 28950 | 
            +
                  "lisp": 3,
         | 
| 28939 28951 | 
             
                  "coding": 2,
         | 
| 28940 28952 | 
             
                  "mule": 1,
         | 
| 28941 28953 | 
             
                  "Desktop": 2,
         | 
| 28942 28954 | 
             
                  "File": 1,
         | 
| 28943 | 
            -
                  "for":  | 
| 28944 | 
            -
                  "Emacs":  | 
| 28955 | 
            +
                  "for": 12,
         | 
| 28956 | 
            +
                  "Emacs": 7,
         | 
| 28945 28957 | 
             
                  "Created": 2,
         | 
| 28946 28958 | 
             
                  "Sat": 1,
         | 
| 28947 28959 | 
             
                  "Jan": 1,
         | 
| 28948 | 
            -
                  "file":  | 
| 28960 | 
            +
                  "file": 19,
         | 
| 28949 28961 | 
             
                  "format": 4,
         | 
| 28950 28962 | 
             
                  "version": 4,
         | 
| 28951 28963 | 
             
                  "Global": 1,
         | 
| 28952 28964 | 
             
                  "section": 2,
         | 
| 28953 | 
            -
                  "(":  | 
| 28954 | 
            -
                  "setq":  | 
| 28965 | 
            +
                  "(": 188,
         | 
| 28966 | 
            +
                  "setq": 12,
         | 
| 28955 28967 | 
             
                  "desktop": 2,
         | 
| 28956 28968 | 
             
                  "missing": 1,
         | 
| 28957 28969 | 
             
                  "warning": 1,
         | 
| 28958 | 
            -
                  "nil":  | 
| 28959 | 
            -
                  ")":  | 
| 28970 | 
            +
                  "nil": 41,
         | 
| 28971 | 
            +
                  ")": 172,
         | 
| 28960 28972 | 
             
                  "tags": 2,
         | 
| 28961 28973 | 
             
                  "name": 10,
         | 
| 28962 28974 | 
             
                  "table": 10,
         | 
| 28963 | 
            -
                  "list":  | 
| 28975 | 
            +
                  "list": 9,
         | 
| 28964 28976 | 
             
                  "search": 3,
         | 
| 28965 | 
            -
                  "ring":  | 
| 28977 | 
            +
                  "ring": 3,
         | 
| 28966 28978 | 
             
                  "regexp": 7,
         | 
| 28967 28979 | 
             
                  "register": 1,
         | 
| 28968 28980 | 
             
                  "alist": 10,
         | 
| @@ -28970,14 +28982,14 @@ | |
| 28970 28982 | 
             
                  "Buffer": 1,
         | 
| 28971 28983 | 
             
                  "buffers": 1,
         | 
| 28972 28984 | 
             
                  "listed": 1,
         | 
| 28973 | 
            -
                  "in":  | 
| 28985 | 
            +
                  "in": 19,
         | 
| 28974 28986 | 
             
                  "same": 1,
         | 
| 28975 28987 | 
             
                  "order": 1,
         | 
| 28976 28988 | 
             
                  "as": 2,
         | 
| 28977 | 
            -
                  "buffer":  | 
| 28978 | 
            -
                  "create":  | 
| 28989 | 
            +
                  "buffer": 7,
         | 
| 28990 | 
            +
                  "create": 2,
         | 
| 28979 28991 | 
             
                  "system": 1,
         | 
| 28980 | 
            -
                  ".":  | 
| 28992 | 
            +
                  ".": 47,
         | 
| 28981 28993 | 
             
                  "undecided": 1,
         | 
| 28982 28994 | 
             
                  "unix": 1,
         | 
| 28983 28995 | 
             
                  "print": 1,
         | 
| @@ -28985,7 +28997,7 @@ | |
| 28985 28997 | 
             
                  "julia.el": 2,
         | 
| 28986 28998 | 
             
                  "ESS": 5,
         | 
| 28987 28999 | 
             
                  "julia": 39,
         | 
| 28988 | 
            -
                  "and":  | 
| 29000 | 
            +
                  "and": 11,
         | 
| 28989 29001 | 
             
                  "inferior": 13,
         | 
| 28990 29002 | 
             
                  "interaction": 1,
         | 
| 28991 29003 | 
             
                  "Copyright": 1,
         | 
| @@ -28996,37 +29008,37 @@ | |
| 28996 29008 | 
             
                  "Author": 1,
         | 
| 28997 29009 | 
             
                  "Spinu": 2,
         | 
| 28998 29010 | 
             
                  "based": 1,
         | 
| 28999 | 
            -
                  "on":  | 
| 29011 | 
            +
                  "on": 4,
         | 
| 29000 29012 | 
             
                  "mode.el": 1,
         | 
| 29001 | 
            -
                  "from":  | 
| 29013 | 
            +
                  "from": 5,
         | 
| 29002 29014 | 
             
                  "lang": 1,
         | 
| 29003 29015 | 
             
                  "project": 1,
         | 
| 29004 29016 | 
             
                  "Maintainer": 1,
         | 
| 29005 29017 | 
             
                  "Keywords": 1,
         | 
| 29006 | 
            -
                  "This":  | 
| 29007 | 
            -
                  "is":  | 
| 29018 | 
            +
                  "This": 7,
         | 
| 29019 | 
            +
                  "is": 24,
         | 
| 29008 29020 | 
             
                  "*NOT*": 1,
         | 
| 29009 29021 | 
             
                  "part": 2,
         | 
| 29010 | 
            -
                  "of":  | 
| 29022 | 
            +
                  "of": 21,
         | 
| 29011 29023 | 
             
                  "GNU": 4,
         | 
| 29012 29024 | 
             
                  "Emacs.": 1,
         | 
| 29013 29025 | 
             
                  "program": 6,
         | 
| 29014 29026 | 
             
                  "free": 1,
         | 
| 29015 29027 | 
             
                  "software": 1,
         | 
| 29016 | 
            -
                  "you":  | 
| 29017 | 
            -
                  "can":  | 
| 29028 | 
            +
                  "you": 4,
         | 
| 29029 | 
            +
                  "can": 2,
         | 
| 29018 29030 | 
             
                  "redistribute": 1,
         | 
| 29019 | 
            -
                  "it":  | 
| 29020 | 
            -
                  "and/or":  | 
| 29031 | 
            +
                  "it": 9,
         | 
| 29032 | 
            +
                  "and/or": 2,
         | 
| 29021 29033 | 
             
                  "modify": 5,
         | 
| 29022 29034 | 
             
                  "under": 1,
         | 
| 29023 | 
            -
                  "the":  | 
| 29035 | 
            +
                  "the": 40,
         | 
| 29024 29036 | 
             
                  "terms": 1,
         | 
| 29025 29037 | 
             
                  "General": 3,
         | 
| 29026 29038 | 
             
                  "Public": 3,
         | 
| 29027 29039 | 
             
                  "License": 3,
         | 
| 29028 29040 | 
             
                  "published": 1,
         | 
| 29029 | 
            -
                  "by":  | 
| 29041 | 
            +
                  "by": 2,
         | 
| 29030 29042 | 
             
                  "Free": 2,
         | 
| 29031 29043 | 
             
                  "Software": 2,
         | 
| 29032 29044 | 
             
                  "Foundation": 2,
         | 
| @@ -29036,23 +29048,23 @@ | |
| 29036 29048 | 
             
                  "version.": 1,
         | 
| 29037 29049 | 
             
                  "distributed": 1,
         | 
| 29038 29050 | 
             
                  "hope": 1,
         | 
| 29039 | 
            -
                  "that":  | 
| 29040 | 
            -
                  "will":  | 
| 29041 | 
            -
                  "be":  | 
| 29042 | 
            -
                  "useful":  | 
| 29043 | 
            -
                  "but":  | 
| 29051 | 
            +
                  "that": 4,
         | 
| 29052 | 
            +
                  "will": 4,
         | 
| 29053 | 
            +
                  "be": 6,
         | 
| 29054 | 
            +
                  "useful": 2,
         | 
| 29055 | 
            +
                  "but": 3,
         | 
| 29044 29056 | 
             
                  "WITHOUT": 1,
         | 
| 29045 29057 | 
             
                  "ANY": 1,
         | 
| 29046 29058 | 
             
                  "WARRANTY": 1,
         | 
| 29047 | 
            -
                  "without":  | 
| 29059 | 
            +
                  "without": 2,
         | 
| 29048 29060 | 
             
                  "even": 1,
         | 
| 29049 29061 | 
             
                  "implied": 1,
         | 
| 29050 29062 | 
             
                  "warranty": 1,
         | 
| 29051 29063 | 
             
                  "MERCHANTABILITY": 1,
         | 
| 29052 | 
            -
                  "or":  | 
| 29064 | 
            +
                  "or": 6,
         | 
| 29053 29065 | 
             
                  "FITNESS": 1,
         | 
| 29054 29066 | 
             
                  "FOR": 1,
         | 
| 29055 | 
            -
                  "A":  | 
| 29067 | 
            +
                  "A": 4,
         | 
| 29056 29068 | 
             
                  "PARTICULAR": 1,
         | 
| 29057 29069 | 
             
                  "PURPOSE.": 1,
         | 
| 29058 29070 | 
             
                  "See": 1,
         | 
| @@ -29060,19 +29072,19 @@ | |
| 29060 29072 | 
             
                  "details.": 1,
         | 
| 29061 29073 | 
             
                  "You": 1,
         | 
| 29062 29074 | 
             
                  "should": 2,
         | 
| 29063 | 
            -
                  "have":  | 
| 29075 | 
            +
                  "have": 2,
         | 
| 29064 29076 | 
             
                  "received": 1,
         | 
| 29065 | 
            -
                  "a":  | 
| 29077 | 
            +
                  "a": 12,
         | 
| 29066 29078 | 
             
                  "copy": 2,
         | 
| 29067 29079 | 
             
                  "along": 1,
         | 
| 29068 | 
            -
                  "with":  | 
| 29080 | 
            +
                  "with": 7,
         | 
| 29069 29081 | 
             
                  "this": 1,
         | 
| 29070 29082 | 
             
                  "see": 2,
         | 
| 29071 29083 | 
             
                  "COPYING.": 1,
         | 
| 29072 | 
            -
                  "If":  | 
| 29073 | 
            -
                  "not":  | 
| 29084 | 
            +
                  "If": 13,
         | 
| 29085 | 
            +
                  "not": 3,
         | 
| 29074 29086 | 
             
                  "write": 2,
         | 
| 29075 | 
            -
                  "to":  | 
| 29087 | 
            +
                  "to": 22,
         | 
| 29076 29088 | 
             
                  "Inc.": 1,
         | 
| 29077 29089 | 
             
                  "Franklin": 1,
         | 
| 29078 29090 | 
             
                  "Street": 1,
         | 
| @@ -29083,8 +29095,8 @@ | |
| 29083 29095 | 
             
                  "USA.": 1,
         | 
| 29084 29096 | 
             
                  "Commentary": 1,
         | 
| 29085 29097 | 
             
                  "customise": 1,
         | 
| 29086 | 
            -
                  "point":  | 
| 29087 | 
            -
                  "your":  | 
| 29098 | 
            +
                  "point": 7,
         | 
| 29099 | 
            +
                  "your": 2,
         | 
| 29088 29100 | 
             
                  "release": 1,
         | 
| 29089 29101 | 
             
                  "basic": 1,
         | 
| 29090 29102 | 
             
                  "start": 13,
         | 
| @@ -29092,7 +29104,7 @@ | |
| 29092 29104 | 
             
                  "x": 2,
         | 
| 29093 29105 | 
             
                  "julia.": 2,
         | 
| 29094 29106 | 
             
                  "require": 2,
         | 
| 29095 | 
            -
                  "auto":  | 
| 29107 | 
            +
                  "auto": 4,
         | 
| 29096 29108 | 
             
                  "character": 1,
         | 
| 29097 29109 | 
             
                  "quote": 2,
         | 
| 29098 29110 | 
             
                  "transpose": 1,
         | 
| @@ -29103,13 +29115,13 @@ | |
| 29103 29115 | 
             
                  "char": 6,
         | 
| 29104 29116 | 
             
                  "defvar": 5,
         | 
| 29105 29117 | 
             
                  "let": 3,
         | 
| 29106 | 
            -
                  "make":  | 
| 29118 | 
            +
                  "make": 5,
         | 
| 29107 29119 | 
             
                  "defconst": 5,
         | 
| 29108 29120 | 
             
                  "regex": 5,
         | 
| 29109 29121 | 
             
                  "unquote": 1,
         | 
| 29110 29122 | 
             
                  "forloop": 1,
         | 
| 29111 29123 | 
             
                  "subset": 2,
         | 
| 29112 | 
            -
                  "font":  | 
| 29124 | 
            +
                  "font": 7,
         | 
| 29113 29125 | 
             
                  "lock": 6,
         | 
| 29114 29126 | 
             
                  "defaults": 2,
         | 
| 29115 29127 | 
             
                  "identity": 1,
         | 
| @@ -29128,7 +29140,7 @@ | |
| 29128 29140 | 
             
                  "ignore": 2,
         | 
| 29129 29141 | 
             
                  "fill": 1,
         | 
| 29130 29142 | 
             
                  "prefix": 2,
         | 
| 29131 | 
            -
                  "t":  | 
| 29143 | 
            +
                  "t": 11,
         | 
| 29132 29144 | 
             
                  "final": 1,
         | 
| 29133 29145 | 
             
                  "newline": 1,
         | 
| 29134 29146 | 
             
                  "comment": 6,
         | 
| @@ -29137,13 +29149,13 @@ | |
| 29137 29149 | 
             
                  "column": 1,
         | 
| 29138 29150 | 
             
                  "indent": 8,
         | 
| 29139 29151 | 
             
                  "S": 2,
         | 
| 29140 | 
            -
                  "line":  | 
| 29152 | 
            +
                  "line": 8,
         | 
| 29141 29153 | 
             
                  "calculate": 1,
         | 
| 29142 29154 | 
             
                  "parse": 1,
         | 
| 29143 | 
            -
                  "sexp":  | 
| 29155 | 
            +
                  "sexp": 2,
         | 
| 29144 29156 | 
             
                  "comments": 1,
         | 
| 29145 | 
            -
                  "style":  | 
| 29146 | 
            -
                  "default":  | 
| 29157 | 
            +
                  "style": 5,
         | 
| 29158 | 
            +
                  "default": 8,
         | 
| 29147 29159 | 
             
                  "ignored": 1,
         | 
| 29148 29160 | 
             
                  "local": 6,
         | 
| 29149 29161 | 
             
                  "process": 5,
         | 
| @@ -29151,15 +29163,15 @@ | |
| 29151 29163 | 
             
                  "files": 1,
         | 
| 29152 29164 | 
             
                  "_": 1,
         | 
| 29153 29165 | 
             
                  "autoload": 1,
         | 
| 29154 | 
            -
                  "defun":  | 
| 29166 | 
            +
                  "defun": 7,
         | 
| 29155 29167 | 
             
                  "send": 3,
         | 
| 29156 29168 | 
             
                  "visibly": 1,
         | 
| 29157 29169 | 
             
                  "temporary": 1,
         | 
| 29158 | 
            -
                  "directory":  | 
| 29170 | 
            +
                  "directory": 3,
         | 
| 29159 29171 | 
             
                  "temp": 2,
         | 
| 29160 | 
            -
                  "insert":  | 
| 29172 | 
            +
                  "insert": 3,
         | 
| 29161 29173 | 
             
                  "load": 1,
         | 
| 29162 | 
            -
                  "command":  | 
| 29174 | 
            +
                  "command": 6,
         | 
| 29163 29175 | 
             
                  "get": 3,
         | 
| 29164 29176 | 
             
                  "help": 3,
         | 
| 29165 29177 | 
             
                  "topics": 1,
         | 
| @@ -29173,11 +29185,11 @@ | |
| 29173 29185 | 
             
                  "s": 5,
         | 
| 29174 29186 | 
             
                  "*in": 1,
         | 
| 29175 29187 | 
             
                  "[": 3,
         | 
| 29176 | 
            -
                  "n":  | 
| 29188 | 
            +
                  "n": 2,
         | 
| 29177 29189 | 
             
                  "]": 3,
         | 
| 29178 | 
            -
                  "at":  | 
| 29190 | 
            +
                  "at": 9,
         | 
| 29179 29191 | 
             
                  ".*": 2,
         | 
| 29180 | 
            -
                  "+":  | 
| 29192 | 
            +
                  "+": 7,
         | 
| 29181 29193 | 
             
                  "w*": 1,
         | 
| 29182 29194 | 
             
                  "http": 1,
         | 
| 29183 29195 | 
             
                  "//docs.julialang.org/en/latest/search/": 1,
         | 
| @@ -29190,7 +29202,7 @@ | |
| 29190 29202 | 
             
                  "language": 1,
         | 
| 29191 29203 | 
             
                  "STERM": 1,
         | 
| 29192 29204 | 
             
                  "editor": 2,
         | 
| 29193 | 
            -
                  "R":  | 
| 29205 | 
            +
                  "R": 4,
         | 
| 29194 29206 | 
             
                  "pager": 2,
         | 
| 29195 29207 | 
             
                  "versions": 1,
         | 
| 29196 29208 | 
             
                  "Julia": 1,
         | 
| @@ -29198,26 +29210,26 @@ | |
| 29198 29210 | 
             
                  "available.": 1,
         | 
| 29199 29211 | 
             
                  "String": 1,
         | 
| 29200 29212 | 
             
                  "arguments": 2,
         | 
| 29201 | 
            -
                  "used":  | 
| 29202 | 
            -
                  "when":  | 
| 29213 | 
            +
                  "used": 3,
         | 
| 29214 | 
            +
                  "when": 8,
         | 
| 29203 29215 | 
             
                  "starting": 1,
         | 
| 29204 29216 | 
             
                  "group": 1,
         | 
| 29205 29217 | 
             
                  "###autoload": 2,
         | 
| 29206 29218 | 
             
                  "interactive": 2,
         | 
| 29207 29219 | 
             
                  "customize": 5,
         | 
| 29208 29220 | 
             
                  "<": 1,
         | 
| 29209 | 
            -
                  "hook":  | 
| 29221 | 
            +
                  "hook": 6,
         | 
| 29210 29222 | 
             
                  "complete": 1,
         | 
| 29211 29223 | 
             
                  "object": 2,
         | 
| 29212 29224 | 
             
                  "completion": 4,
         | 
| 29213 29225 | 
             
                  "functions": 2,
         | 
| 29214 | 
            -
                  "first":  | 
| 29215 | 
            -
                  "if":  | 
| 29226 | 
            +
                  "first": 2,
         | 
| 29227 | 
            +
                  "if": 6,
         | 
| 29216 29228 | 
             
                  "fboundp": 1,
         | 
| 29217 29229 | 
             
                  "end": 1,
         | 
| 29218 29230 | 
             
                  "workaround": 1,
         | 
| 29219 | 
            -
                  "set":  | 
| 29220 | 
            -
                  "variable":  | 
| 29231 | 
            +
                  "set": 5,
         | 
| 29232 | 
            +
                  "variable": 4,
         | 
| 29221 29233 | 
             
                  "post": 1,
         | 
| 29222 29234 | 
             
                  "run": 2,
         | 
| 29223 29235 | 
             
                  "settings": 1,
         | 
| @@ -29225,9 +29237,9 @@ | |
| 29225 29237 | 
             
                  "null": 1,
         | 
| 29226 29238 | 
             
                  "dribble": 1,
         | 
| 29227 29239 | 
             
                  "debugging": 1,
         | 
| 29228 | 
            -
                  "only":  | 
| 29240 | 
            +
                  "only": 3,
         | 
| 29229 29241 | 
             
                  "dialect": 1,
         | 
| 29230 | 
            -
                  "current":  | 
| 29242 | 
            +
                  "current": 3,
         | 
| 29231 29243 | 
             
                  "arg": 1,
         | 
| 29232 29244 | 
             
                  "let*": 2,
         | 
| 29233 29245 | 
             
                  "jl": 2,
         | 
| @@ -29242,7 +29254,7 @@ | |
| 29242 29254 | 
             
                  "logo": 1,
         | 
| 29243 29255 | 
             
                  "goto": 2,
         | 
| 29244 29256 | 
             
                  "min": 1,
         | 
| 29245 | 
            -
                  "while":  | 
| 29257 | 
            +
                  "while": 2,
         | 
| 29246 29258 | 
             
                  "forward": 1,
         | 
| 29247 29259 | 
             
                  "replace": 1,
         | 
| 29248 29260 | 
             
                  "match": 1,
         | 
| @@ -29254,8 +29266,8 @@ | |
| 29254 29266 | 
             
                  "busy": 1,
         | 
| 29255 29267 | 
             
                  "funname": 5,
         | 
| 29256 29268 | 
             
                  "eldoc": 1,
         | 
| 29257 | 
            -
                  "show":  | 
| 29258 | 
            -
                  "symbol":  | 
| 29269 | 
            +
                  "show": 2,
         | 
| 29270 | 
            +
                  "symbol": 3,
         | 
| 29259 29271 | 
             
                  "aggressive": 1,
         | 
| 29260 29272 | 
             
                  "car": 1,
         | 
| 29261 29273 | 
             
                  "funname.start": 1,
         | 
| @@ -29268,10 +29280,256 @@ | |
| 29268 29280 | 
             
                  "length": 1,
         | 
| 29269 29281 | 
             
                  "doc": 1,
         | 
| 29270 29282 | 
             
                  "propertize": 1,
         | 
| 29271 | 
            -
                  "use":  | 
| 29283 | 
            +
                  "use": 3,
         | 
| 29272 29284 | 
             
                  "classes": 1,
         | 
| 29273 29285 | 
             
                  "screws": 1,
         | 
| 29274 | 
            -
                  "egrep": 1
         | 
| 29286 | 
            +
                  "egrep": 1,
         | 
| 29287 | 
            +
                  "loaded": 2,
         | 
| 29288 | 
            +
                  "Spacemacs": 1,
         | 
| 29289 | 
            +
                  "startup.": 2,
         | 
| 29290 | 
            +
                  "It": 1,
         | 
| 29291 | 
            +
                  "must": 2,
         | 
| 29292 | 
            +
                  "stored": 2,
         | 
| 29293 | 
            +
                  "home": 1,
         | 
| 29294 | 
            +
                  "directory.": 1,
         | 
| 29295 | 
            +
                  "dotspacemacs/layers": 1,
         | 
| 29296 | 
            +
                  "List": 5,
         | 
| 29297 | 
            +
                  "additional": 2,
         | 
| 29298 | 
            +
                  "paths": 1,
         | 
| 29299 | 
            +
                  "where": 2,
         | 
| 29300 | 
            +
                  "look": 2,
         | 
| 29301 | 
            +
                  "configuration": 4,
         | 
| 29302 | 
            +
                  "layers.": 1,
         | 
| 29303 | 
            +
                  "Paths": 1,
         | 
| 29304 | 
            +
                  "trailing": 1,
         | 
| 29305 | 
            +
                  "slash": 1,
         | 
| 29306 | 
            +
                  "i.e.": 1,
         | 
| 29307 | 
            +
                  "/.mycontribs/": 1,
         | 
| 29308 | 
            +
                  "layers": 2,
         | 
| 29309 | 
            +
                  "load.": 1,
         | 
| 29310 | 
            +
                  "all": 5,
         | 
| 29311 | 
            +
                  "Example": 1,
         | 
| 29312 | 
            +
                  "may": 2,
         | 
| 29313 | 
            +
                  "want": 1,
         | 
| 29314 | 
            +
                  "right": 1,
         | 
| 29315 | 
            +
                  "away.": 1,
         | 
| 29316 | 
            +
                  "Uncomment": 1,
         | 
| 29317 | 
            +
                  "some": 3,
         | 
| 29318 | 
            +
                  "layer": 2,
         | 
| 29319 | 
            +
                  "names": 1,
         | 
| 29320 | 
            +
                  "press": 1,
         | 
| 29321 | 
            +
                  "<SPC>": 2,
         | 
| 29322 | 
            +
                  "f": 4,
         | 
| 29323 | 
            +
                  "e": 2,
         | 
| 29324 | 
            +
                  "Vim": 2,
         | 
| 29325 | 
            +
                  "<M-m>": 1,
         | 
| 29326 | 
            +
                  "install": 2,
         | 
| 29327 | 
            +
                  "them.": 1,
         | 
| 29328 | 
            +
                  "charlock_holmes": 1,
         | 
| 29329 | 
            +
                  "escape_utils": 1,
         | 
| 29330 | 
            +
                  "mime": 1,
         | 
| 29331 | 
            +
                  "types": 1,
         | 
| 29332 | 
            +
                  "rugged": 1,
         | 
| 29333 | 
            +
                  "minitest": 1,
         | 
| 29334 | 
            +
                  "mocha": 1,
         | 
| 29335 | 
            +
                  "plist": 1,
         | 
| 29336 | 
            +
                  "pry": 1,
         | 
| 29337 | 
            +
                  "rake": 1,
         | 
| 29338 | 
            +
                  "yajl": 1,
         | 
| 29339 | 
            +
                  "ruby": 1,
         | 
| 29340 | 
            +
                  "colour": 1,
         | 
| 29341 | 
            +
                  "proximity": 1,
         | 
| 29342 | 
            +
                  "licensed": 1,
         | 
| 29343 | 
            +
                  "licensee": 1,
         | 
| 29344 | 
            +
                  "packages": 5,
         | 
| 29345 | 
            +
                  "installed": 2,
         | 
| 29346 | 
            +
                  "being": 1,
         | 
| 29347 | 
            +
                  "wrapped": 1,
         | 
| 29348 | 
            +
                  "layer.": 1,
         | 
| 29349 | 
            +
                  "need": 1,
         | 
| 29350 | 
            +
                  "these": 1,
         | 
| 29351 | 
            +
                  "then": 1,
         | 
| 29352 | 
            +
                  "consider": 1,
         | 
| 29353 | 
            +
                  "also": 1,
         | 
| 29354 | 
            +
                  "put": 1,
         | 
| 29355 | 
            +
                  "dotspacemacs/config": 1,
         | 
| 29356 | 
            +
                  "extensions": 1,
         | 
| 29357 | 
            +
                  "loaded.": 1,
         | 
| 29358 | 
            +
                  "dotspacemacs": 22,
         | 
| 29359 | 
            +
                  "excluded": 1,
         | 
| 29360 | 
            +
                  "delete": 1,
         | 
| 29361 | 
            +
                  "orphan": 1,
         | 
| 29362 | 
            +
                  "dotspacemacs/init": 1,
         | 
| 29363 | 
            +
                  "an": 2,
         | 
| 29364 | 
            +
                  "exhaustive": 1,
         | 
| 29365 | 
            +
                  "supported": 1,
         | 
| 29366 | 
            +
                  "spacemacs": 3,
         | 
| 29367 | 
            +
                  "settings.": 1,
         | 
| 29368 | 
            +
                  "Either": 1,
         | 
| 29369 | 
            +
                  "vim": 1,
         | 
| 29370 | 
            +
                  "Evil": 1,
         | 
| 29371 | 
            +
                  "always": 1,
         | 
| 29372 | 
            +
                  "enabled": 4,
         | 
| 29373 | 
            +
                  "editing": 1,
         | 
| 29374 | 
            +
                  "buffer.": 3,
         | 
| 29375 | 
            +
                  "verbose": 1,
         | 
| 29376 | 
            +
                  "loading": 3,
         | 
| 29377 | 
            +
                  "Specify": 1,
         | 
| 29378 | 
            +
                  "startup": 4,
         | 
| 29379 | 
            +
                  "banner.": 1,
         | 
| 29380 | 
            +
                  "Default": 2,
         | 
| 29381 | 
            +
                  "value": 4,
         | 
| 29382 | 
            +
                  "official": 2,
         | 
| 29383 | 
            +
                  "chooses": 1,
         | 
| 29384 | 
            +
                  "random": 1,
         | 
| 29385 | 
            +
                  "text": 1,
         | 
| 29386 | 
            +
                  "banner": 1,
         | 
| 29387 | 
            +
                  "core/banners": 1,
         | 
| 29388 | 
            +
                  "items": 1,
         | 
| 29389 | 
            +
                  "disabled.": 1,
         | 
| 29390 | 
            +
                  "Possible": 4,
         | 
| 29391 | 
            +
                  "values": 3,
         | 
| 29392 | 
            +
                  "are": 6,
         | 
| 29393 | 
            +
                  "recents": 2,
         | 
| 29394 | 
            +
                  "projects": 2,
         | 
| 29395 | 
            +
                  "bookmarks": 1,
         | 
| 29396 | 
            +
                  "themes": 3,
         | 
| 29397 | 
            +
                  "starts.": 1,
         | 
| 29398 | 
            +
                  "Press": 1,
         | 
| 29399 | 
            +
                  "T": 1,
         | 
| 29400 | 
            +
                  "cycle": 2,
         | 
| 29401 | 
            +
                  "next": 1,
         | 
| 29402 | 
            +
                  "theme": 1,
         | 
| 29403 | 
            +
                  "works": 1,
         | 
| 29404 | 
            +
                  "great": 1,
         | 
| 29405 | 
            +
                  "variants": 1,
         | 
| 29406 | 
            +
                  "one": 2,
         | 
| 29407 | 
            +
                  "dark": 1,
         | 
| 29408 | 
            +
                  "light": 1,
         | 
| 29409 | 
            +
                  "allows": 1,
         | 
| 29410 | 
            +
                  "quickly": 1,
         | 
| 29411 | 
            +
                  "tweak": 1,
         | 
| 29412 | 
            +
                  "size": 1,
         | 
| 29413 | 
            +
                  "separators": 1,
         | 
| 29414 | 
            +
                  "too": 1,
         | 
| 29415 | 
            +
                  "crappy.": 1,
         | 
| 29416 | 
            +
                  "state": 4,
         | 
| 29417 | 
            +
                  "so": 1,
         | 
| 29418 | 
            +
                  "ex": 1,
         | 
| 29419 | 
            +
                  "commands": 2,
         | 
| 29420 | 
            +
                  "executed": 1,
         | 
| 29421 | 
            +
                  "like": 1,
         | 
| 29422 | 
            +
                  "key": 4,
         | 
| 29423 | 
            +
                  "Location": 1,
         | 
| 29424 | 
            +
                  "save": 3,
         | 
| 29425 | 
            +
                  "files.": 1,
         | 
| 29426 | 
            +
                  "original": 1,
         | 
| 29427 | 
            +
                  "another": 1,
         | 
| 29428 | 
            +
                  "cache": 1,
         | 
| 29429 | 
            +
                  "location": 1,
         | 
| 29430 | 
            +
                  "replaces": 1,
         | 
| 29431 | 
            +
                  "helm": 1,
         | 
| 29432 | 
            +
                  "SPC": 1,
         | 
| 29433 | 
            +
                  "replaced.": 1,
         | 
| 29434 | 
            +
                  "ido": 1,
         | 
| 29435 | 
            +
                  "non": 8,
         | 
| 29436 | 
            +
                  "paste": 2,
         | 
| 29437 | 
            +
                  "micro": 2,
         | 
| 29438 | 
            +
                  "enabled.": 2,
         | 
| 29439 | 
            +
                  "When": 1,
         | 
| 29440 | 
            +
                  "pressing": 1,
         | 
| 29441 | 
            +
                  "p": 1,
         | 
| 29442 | 
            +
                  "several": 1,
         | 
| 29443 | 
            +
                  "times": 1,
         | 
| 29444 | 
            +
                  "between": 1,
         | 
| 29445 | 
            +
                  "kill": 1,
         | 
| 29446 | 
            +
                  "content.": 1,
         | 
| 29447 | 
            +
                  "enable": 1,
         | 
| 29448 | 
            +
                  "Guide": 2,
         | 
| 29449 | 
            +
                  "delay": 2,
         | 
| 29450 | 
            +
                  "seconds.": 1,
         | 
| 29451 | 
            +
                  "The": 2,
         | 
| 29452 | 
            +
                  "popup": 1,
         | 
| 29453 | 
            +
                  "listing": 1,
         | 
| 29454 | 
            +
                  "bound": 1,
         | 
| 29455 | 
            +
                  "keystrokes.": 1,
         | 
| 29456 | 
            +
                  "guide": 1,
         | 
| 29457 | 
            +
                  "progress": 2,
         | 
| 29458 | 
            +
                  "bar": 2,
         | 
| 29459 | 
            +
                  "displayed": 2,
         | 
| 29460 | 
            +
                  "loading.": 1,
         | 
| 29461 | 
            +
                  "increase": 1,
         | 
| 29462 | 
            +
                  "boot": 1,
         | 
| 29463 | 
            +
                  "time": 1,
         | 
| 29464 | 
            +
                  "systems": 1,
         | 
| 29465 | 
            +
                  "builds": 1,
         | 
| 29466 | 
            +
                  "boost": 1,
         | 
| 29467 | 
            +
                  "time.": 1,
         | 
| 29468 | 
            +
                  "frame": 3,
         | 
| 29469 | 
            +
                  "fullscreen": 3,
         | 
| 29470 | 
            +
                  "starts": 1,
         | 
| 29471 | 
            +
                  "up.": 1,
         | 
| 29472 | 
            +
                  "spacemacs/toggle": 1,
         | 
| 29473 | 
            +
                  "nil.": 1,
         | 
| 29474 | 
            +
                  "maximized": 1,
         | 
| 29475 | 
            +
                  "range": 2,
         | 
| 29476 | 
            +
                  "increasing": 2,
         | 
| 29477 | 
            +
                  "opacity": 2,
         | 
| 29478 | 
            +
                  "which": 3,
         | 
| 29479 | 
            +
                  "describes": 2,
         | 
| 29480 | 
            +
                  "transparency": 4,
         | 
| 29481 | 
            +
                  "level": 2,
         | 
| 29482 | 
            +
                  "active": 1,
         | 
| 29483 | 
            +
                  "inactive": 1,
         | 
| 29484 | 
            +
                  "unicode": 2,
         | 
| 29485 | 
            +
                  "symbols": 2,
         | 
| 29486 | 
            +
                  "line.": 1,
         | 
| 29487 | 
            +
                  "smooth": 2,
         | 
| 29488 | 
            +
                  "scrolling": 4,
         | 
| 29489 | 
            +
                  "native": 1,
         | 
| 29490 | 
            +
                  "Smooth": 1,
         | 
| 29491 | 
            +
                  "overrides": 1,
         | 
| 29492 | 
            +
                  "behavior": 1,
         | 
| 29493 | 
            +
                  "recenters": 1,
         | 
| 29494 | 
            +
                  "reaches": 1,
         | 
| 29495 | 
            +
                  "top": 1,
         | 
| 29496 | 
            +
                  "bottom": 1,
         | 
| 29497 | 
            +
                  "screen.": 1,
         | 
| 29498 | 
            +
                  "smartparens": 2,
         | 
| 29499 | 
            +
                  "strict": 2,
         | 
| 29500 | 
            +
                  "programming": 1,
         | 
| 29501 | 
            +
                  "modes.": 1,
         | 
| 29502 | 
            +
                  "Select": 1,
         | 
| 29503 | 
            +
                  "scope": 1,
         | 
| 29504 | 
            +
                  "highlight": 2,
         | 
| 29505 | 
            +
                  "delimiters.": 1,
         | 
| 29506 | 
            +
                  "delimiters": 1,
         | 
| 29507 | 
            +
                  "pt": 1,
         | 
| 29508 | 
            +
                  "grep": 1,
         | 
| 29509 | 
            +
                  "package": 2,
         | 
| 29510 | 
            +
                  "repository": 3,
         | 
| 29511 | 
            +
                  "no": 1,
         | 
| 29512 | 
            +
                  "explicit": 1,
         | 
| 29513 | 
            +
                  "has": 1,
         | 
| 29514 | 
            +
                  "been": 1,
         | 
| 29515 | 
            +
                  "specified": 1,
         | 
| 29516 | 
            +
                  "package.": 1,
         | 
| 29517 | 
            +
                  "Not": 1,
         | 
| 29518 | 
            +
                  "now.": 1,
         | 
| 29519 | 
            +
                  "numbers": 1,
         | 
| 29520 | 
            +
                  "turned": 1,
         | 
| 29521 | 
            +
                  "prog": 1,
         | 
| 29522 | 
            +
                  "derivatives.": 1,
         | 
| 29523 | 
            +
                  "relative": 2,
         | 
| 29524 | 
            +
                  "Delete": 1,
         | 
| 29525 | 
            +
                  "whitespace": 2,
         | 
| 29526 | 
            +
                  "saving": 1,
         | 
| 29527 | 
            +
                  "changed": 3,
         | 
| 29528 | 
            +
                  "cleanup": 1,
         | 
| 29529 | 
            +
                  "alchemist": 1,
         | 
| 29530 | 
            +
                  "projectile": 1,
         | 
| 29531 | 
            +
                  "work": 1,
         | 
| 29532 | 
            +
                  "right.": 1
         | 
| 29275 29533 | 
             
                },
         | 
| 29276 29534 | 
             
                "EmberScript": {
         | 
| 29277 29535 | 
             
                  "class": 1,
         | 
| @@ -31333,6 +31591,57 @@ | |
| 31333 31591 | 
             
                  "COMPLEX": 1,
         | 
| 31334 31592 | 
             
                  "FUNCTION": 1
         | 
| 31335 31593 | 
             
                },
         | 
| 31594 | 
            +
                "Filebench WML": {
         | 
| 31595 | 
            +
                  "#": 8,
         | 
| 31596 | 
            +
                  "set": 7,
         | 
| 31597 | 
            +
                  "dir": 3,
         | 
| 31598 | 
            +
                  "/tmp": 1,
         | 
| 31599 | 
            +
                  "nfiles": 3,
         | 
| 31600 | 
            +
                  "meandirwidth": 3,
         | 
| 31601 | 
            +
                  "meanfilesize": 3,
         | 
| 31602 | 
            +
                  "k": 1,
         | 
| 31603 | 
            +
                  "iosize": 5,
         | 
| 31604 | 
            +
                  "m": 2,
         | 
| 31605 | 
            +
                  "nthreads": 2,
         | 
| 31606 | 
            +
                  "mode": 1,
         | 
| 31607 | 
            +
                  "quit": 1,
         | 
| 31608 | 
            +
                  "firstdone": 1,
         | 
| 31609 | 
            +
                  "define": 3,
         | 
| 31610 | 
            +
                  "fileset": 2,
         | 
| 31611 | 
            +
                  "name": 10,
         | 
| 31612 | 
            +
                  "bigfileset": 2,
         | 
| 31613 | 
            +
                  "path": 2,
         | 
| 31614 | 
            +
                  "size": 2,
         | 
| 31615 | 
            +
                  "entries": 2,
         | 
| 31616 | 
            +
                  "dirwidth": 2,
         | 
| 31617 | 
            +
                  "prealloc": 1,
         | 
| 31618 | 
            +
                  "paralloc": 1,
         | 
| 31619 | 
            +
                  "destfiles": 2,
         | 
| 31620 | 
            +
                  "process": 1,
         | 
| 31621 | 
            +
                  "filereader": 1,
         | 
| 31622 | 
            +
                  "instances": 2,
         | 
| 31623 | 
            +
                  "{": 2,
         | 
| 31624 | 
            +
                  "thread": 1,
         | 
| 31625 | 
            +
                  "filereaderthread": 1,
         | 
| 31626 | 
            +
                  "memsize": 1,
         | 
| 31627 | 
            +
                  "flowop": 6,
         | 
| 31628 | 
            +
                  "openfile": 1,
         | 
| 31629 | 
            +
                  "openfile1": 1,
         | 
| 31630 | 
            +
                  "filesetname": 2,
         | 
| 31631 | 
            +
                  "fd": 6,
         | 
| 31632 | 
            +
                  "readwholefile": 1,
         | 
| 31633 | 
            +
                  "readfile1": 1,
         | 
| 31634 | 
            +
                  "createfile": 1,
         | 
| 31635 | 
            +
                  "createfile2": 1,
         | 
| 31636 | 
            +
                  "writewholefile": 1,
         | 
| 31637 | 
            +
                  "writefile2": 1,
         | 
| 31638 | 
            +
                  "srcfd": 1,
         | 
| 31639 | 
            +
                  "closefile": 2,
         | 
| 31640 | 
            +
                  "closefile1": 1,
         | 
| 31641 | 
            +
                  "closefile2": 1,
         | 
| 31642 | 
            +
                  "}": 2,
         | 
| 31643 | 
            +
                  "echo": 1
         | 
| 31644 | 
            +
                },
         | 
| 31336 31645 | 
             
                "Filterscript": {
         | 
| 31337 31646 | 
             
                  "#include": 1,
         | 
| 31338 31647 | 
             
                  "static": 1,
         | 
| @@ -98260,13 +98569,13 @@ | |
| 98260 98569 | 
             
                  "sys": 4,
         | 
| 98261 98570 | 
             
                  "argv": 5,
         | 
| 98262 98571 | 
             
                  "session.argv": 1,
         | 
| 98263 | 
            -
                  "(":  | 
| 98264 | 
            -
                  ")":  | 
| 98572 | 
            +
                  "(": 1050,
         | 
| 98573 | 
            +
                  ")": 1061,
         | 
| 98265 98574 | 
             
                  "feed": 1,
         | 
| 98266 98575 | 
             
                  "Feed.get": 1,
         | 
| 98267 98576 | 
             
                  "guid": 2,
         | 
| 98268 | 
            -
                  "[":  | 
| 98269 | 
            -
                  "]":  | 
| 98577 | 
            +
                  "[": 233,
         | 
| 98578 | 
            +
                  "]": 233,
         | 
| 98270 98579 | 
             
                  "action": 5,
         | 
| 98271 98580 | 
             
                  "if": 182,
         | 
| 98272 98581 | 
             
                  "when": 6,
         | 
| @@ -98307,7 +98616,7 @@ | |
| 98307 98616 | 
             
                  "session.request_script_dir": 1,
         | 
| 98308 98617 | 
             
                  "response.format": 1,
         | 
| 98309 98618 | 
             
                  "feed.guid": 1,
         | 
| 98310 | 
            -
                  "name":  | 
| 98619 | 
            +
                  "name": 58,
         | 
| 98311 98620 | 
             
                  "feed.name": 1,
         | 
| 98312 98621 | 
             
                  "edit_url": 1,
         | 
| 98313 98622 | 
             
                  "base_url": 1,
         | 
| @@ -98389,7 +98698,7 @@ | |
| 98389 98698 | 
             
                  "d": 9,
         | 
| 98390 98699 | 
             
                  "{": 33,
         | 
| 98391 98700 | 
             
                  "}": 33,
         | 
| 98392 | 
            -
                  "a":  | 
| 98701 | 
            +
                  "a": 5,
         | 
| 98393 98702 | 
             
                  "query.split": 1,
         | 
| 98394 98703 | 
             
                  "s": 2,
         | 
| 98395 98704 | 
             
                  "s.find": 1,
         | 
| @@ -98418,7 +98727,7 @@ | |
| 98418 98727 | 
             
                  "fields.rstrip": 1,
         | 
| 98419 98728 | 
             
                  "cur.execute": 4,
         | 
| 98420 98729 | 
             
                  "cur.fetchone": 1,
         | 
| 98421 | 
            -
                  "None":  | 
| 98730 | 
            +
                  "None": 112,
         | 
| 98422 98731 | 
             
                  "line": 4,
         | 
| 98423 98732 | 
             
                  "values": 20,
         | 
| 98424 98733 | 
             
                  "line.strip": 1,
         | 
| @@ -98511,7 +98820,7 @@ | |
| 98511 98820 | 
             
                  ".position": 1,
         | 
| 98512 98821 | 
             
                  "new_positions": 2,
         | 
| 98513 98822 | 
             
                  "prev_offset": 6,
         | 
| 98514 | 
            -
                  "node":  | 
| 98823 | 
            +
                  "node": 4,
         | 
| 98515 98824 | 
             
                  "position": 12,
         | 
| 98516 98825 | 
             
                  "node.position": 2,
         | 
| 98517 98826 | 
             
                  "node.size": 1,
         | 
| @@ -98528,7 +98837,7 @@ | |
| 98528 98837 | 
             
                  "graphnode.find_selected_nodes": 1,
         | 
| 98529 98838 | 
             
                  "master.AddUndo": 1,
         | 
| 98530 98839 | 
             
                  "c4d.EventAdd": 1,
         | 
| 98531 | 
            -
                  "True":  | 
| 98840 | 
            +
                  "True": 32,
         | 
| 98532 98841 | 
             
                  "class": 22,
         | 
| 98533 98842 | 
             
                  "XPAT_Options": 3,
         | 
| 98534 98843 | 
             
                  "defaults": 1,
         | 
| @@ -98634,7 +98943,7 @@ | |
| 98634 98943 | 
             
                  "attrs": 8,
         | 
| 98635 98944 | 
             
                  "attr.label_list": 1,
         | 
| 98636 98945 | 
             
                  "allow_files": 1,
         | 
| 98637 | 
            -
                  "False":  | 
| 98946 | 
            +
                  "False": 31,
         | 
| 98638 98947 | 
             
                  "providers": 1,
         | 
| 98639 98948 | 
             
                  "attr.string": 4,
         | 
| 98640 98949 | 
             
                  "default": 6,
         | 
| @@ -99444,6 +99753,28 @@ | |
| 99444 99753 | 
             
                  "clientConnectionLost": 1,
         | 
| 99445 99754 | 
             
                  "reactor.connectTCP": 1,
         | 
| 99446 99755 | 
             
                  "reactor.run": 1,
         | 
| 99756 | 
            +
                  "Analysis": 1,
         | 
| 99757 | 
            +
                  "hiddenimports": 1,
         | 
| 99758 | 
            +
                  "hookspath": 1,
         | 
| 99759 | 
            +
                  "runtime_hooks": 1,
         | 
| 99760 | 
            +
                  "pyz": 2,
         | 
| 99761 | 
            +
                  "PYZ": 1,
         | 
| 99762 | 
            +
                  "a.pure": 1,
         | 
| 99763 | 
            +
                  "exe": 2,
         | 
| 99764 | 
            +
                  "EXE": 1,
         | 
| 99765 | 
            +
                  "a.scripts": 1,
         | 
| 99766 | 
            +
                  "exclude_binaries": 1,
         | 
| 99767 | 
            +
                  "debug": 1,
         | 
| 99768 | 
            +
                  "strip": 2,
         | 
| 99769 | 
            +
                  "upx": 2,
         | 
| 99770 | 
            +
                  "console": 1,
         | 
| 99771 | 
            +
                  "Tree": 1,
         | 
| 99772 | 
            +
                  "prefix": 1,
         | 
| 99773 | 
            +
                  "collect": 1,
         | 
| 99774 | 
            +
                  "COLLECT": 1,
         | 
| 99775 | 
            +
                  "a.binaries": 1,
         | 
| 99776 | 
            +
                  "a.zipfiles": 1,
         | 
| 99777 | 
            +
                  "a.datas": 1,
         | 
| 99447 99778 | 
             
                  "absolute_import": 1,
         | 
| 99448 99779 | 
             
                  "division": 1,
         | 
| 99449 99780 | 
             
                  "with_statement": 1,
         | 
| @@ -100667,6 +100998,768 @@ | |
| 100667 100998 | 
             
                  "hist": 1,
         | 
| 100668 100999 | 
             
                  "rnorm": 1
         | 
| 100669 101000 | 
             
                },
         | 
| 101001 | 
            +
                "RPM Spec": {
         | 
| 101002 | 
            +
                  "%": 208,
         | 
| 101003 | 
            +
                  "define": 11,
         | 
| 101004 | 
            +
                  "_prefix": 5,
         | 
| 101005 | 
            +
                  "/usr/local": 1,
         | 
| 101006 | 
            +
                  "_mandir": 8,
         | 
| 101007 | 
            +
                  "/usr/local/man": 1,
         | 
| 101008 | 
            +
                  "_sysconfdir": 22,
         | 
| 101009 | 
            +
                  "/etc": 1,
         | 
| 101010 | 
            +
                  "apache_ver": 8,
         | 
| 101011 | 
            +
                  "mod_ssl_ver": 7,
         | 
| 101012 | 
            +
                  "mod_perl_ver": 6,
         | 
| 101013 | 
            +
                  "libapreq_ver": 2,
         | 
| 101014 | 
            +
                  "aname": 2,
         | 
| 101015 | 
            +
                  "apache": 26,
         | 
| 101016 | 
            +
                  "pname": 24,
         | 
| 101017 | 
            +
                  "httpd13": 1,
         | 
| 101018 | 
            +
                  "contentdir": 7,
         | 
| 101019 | 
            +
                  "{": 147,
         | 
| 101020 | 
            +
                  "_var": 1,
         | 
| 101021 | 
            +
                  "}": 147,
         | 
| 101022 | 
            +
                  "/www": 1,
         | 
| 101023 | 
            +
                  "suexec_caller": 1,
         | 
| 101024 | 
            +
                  "Summary": 6,
         | 
| 101025 | 
            +
                  "The": 7,
         | 
| 101026 | 
            +
                  "x": 3,
         | 
| 101027 | 
            +
                  "Apache": 13,
         | 
| 101028 | 
            +
                  "webserver": 3,
         | 
| 101029 | 
            +
                  "(": 39,
         | 
| 101030 | 
            +
                  "with": 6,
         | 
| 101031 | 
            +
                  "static": 1,
         | 
| 101032 | 
            +
                  "mod_perl": 14,
         | 
| 101033 | 
            +
                  "mod_ssl": 20,
         | 
| 101034 | 
            +
                  ")": 41,
         | 
| 101035 | 
            +
                  "Name": 3,
         | 
| 101036 | 
            +
                  "Version": 3,
         | 
| 101037 | 
            +
                  "Release": 3,
         | 
| 101038 | 
            +
                  "dist": 2,
         | 
| 101039 | 
            +
                  "License": 4,
         | 
| 101040 | 
            +
                  "Software": 2,
         | 
| 101041 | 
            +
                  "URL": 3,
         | 
| 101042 | 
            +
                  "http": 6,
         | 
| 101043 | 
            +
                  "//httpd.apache.org/": 1,
         | 
| 101044 | 
            +
                  "Group": 5,
         | 
| 101045 | 
            +
                  "System": 1,
         | 
| 101046 | 
            +
                  "Environment/Daemons": 1,
         | 
| 101047 | 
            +
                  "Requires": 6,
         | 
| 101048 | 
            +
                  "initscripts": 1,
         | 
| 101049 | 
            +
                  "openssl": 6,
         | 
| 101050 | 
            +
                  "BuildRequires": 6,
         | 
| 101051 | 
            +
                  "-": 436,
         | 
| 101052 | 
            +
                  "devel": 16,
         | 
| 101053 | 
            +
                  "mm": 1,
         | 
| 101054 | 
            +
                  "krb5": 1,
         | 
| 101055 | 
            +
                  "pkgconfig": 1,
         | 
| 101056 | 
            +
                  "perl": 8,
         | 
| 101057 | 
            +
                  "ExtUtils": 2,
         | 
| 101058 | 
            +
                  "MakeMaker": 1,
         | 
| 101059 | 
            +
                  "libwww": 1,
         | 
| 101060 | 
            +
                  "HTML": 1,
         | 
| 101061 | 
            +
                  "Parser": 1,
         | 
| 101062 | 
            +
                  "Embed": 1,
         | 
| 101063 | 
            +
                  "gdbm": 3,
         | 
| 101064 | 
            +
                  "flex": 1,
         | 
| 101065 | 
            +
                  "/sbin/chkconfig": 3,
         | 
| 101066 | 
            +
                  "/bin/mktemp": 2,
         | 
| 101067 | 
            +
                  "/usr/sbin/useradd": 2,
         | 
| 101068 | 
            +
                  "findutils": 1,
         | 
| 101069 | 
            +
                  "procps": 1,
         | 
| 101070 | 
            +
                  "Provides": 10,
         | 
| 101071 | 
            +
                  "Source0": 3,
         | 
| 101072 | 
            +
                  "//httpd.apache.org/dist/apache_": 1,
         | 
| 101073 | 
            +
                  ".tar.bz2": 2,
         | 
| 101074 | 
            +
                  "Source1": 2,
         | 
| 101075 | 
            +
                  "//www.modssl.org/source/mod_ssl": 1,
         | 
| 101076 | 
            +
                  ".tar.gz": 3,
         | 
| 101077 | 
            +
                  "Source2": 1,
         | 
| 101078 | 
            +
                  "//perl.apache.org/dist/mod_perl": 1,
         | 
| 101079 | 
            +
                  "Source3": 1,
         | 
| 101080 | 
            +
                  "httpd.init": 1,
         | 
| 101081 | 
            +
                  "Source4": 1,
         | 
| 101082 | 
            +
                  "apache.logrotate": 1,
         | 
| 101083 | 
            +
                  "Source5": 1,
         | 
| 101084 | 
            +
                  "SSL": 3,
         | 
| 101085 | 
            +
                  "Certificate": 1,
         | 
| 101086 | 
            +
                  "Creation": 1,
         | 
| 101087 | 
            +
                  "Source6": 1,
         | 
| 101088 | 
            +
                  "ftp": 1,
         | 
| 101089 | 
            +
                  "//ftp.cpan.org/authors/id/J/JO/JOESUF/libapreq": 1,
         | 
| 101090 | 
            +
                  "Patch0": 2,
         | 
| 101091 | 
            +
                  "sslcfg.patch": 1,
         | 
| 101092 | 
            +
                  "Patch1": 2,
         | 
| 101093 | 
            +
                  "apache_1.3.39": 3,
         | 
| 101094 | 
            +
                  "config.patch": 1,
         | 
| 101095 | 
            +
                  "Patch3": 1,
         | 
| 101096 | 
            +
                  "Makefile.patch": 1,
         | 
| 101097 | 
            +
                  "Patch5": 1,
         | 
| 101098 | 
            +
                  "apache_1.3.20": 1,
         | 
| 101099 | 
            +
                  "apachectl": 1,
         | 
| 101100 | 
            +
                  "init.patch": 1,
         | 
| 101101 | 
            +
                  "Patch11": 1,
         | 
| 101102 | 
            +
                  "openssl.patch": 1,
         | 
| 101103 | 
            +
                  "Patch12": 1,
         | 
| 101104 | 
            +
                  "apache_1.3.42": 2,
         | 
| 101105 | 
            +
                  "db.patch": 1,
         | 
| 101106 | 
            +
                  "Patch13": 1,
         | 
| 101107 | 
            +
                  "gcc44.patch": 1,
         | 
| 101108 | 
            +
                  "Patch14": 1,
         | 
| 101109 | 
            +
                  "STACK.patch": 1,
         | 
| 101110 | 
            +
                  "Patch15": 1,
         | 
| 101111 | 
            +
                  "ap_getline.patch": 1,
         | 
| 101112 | 
            +
                  "Patch16": 1,
         | 
| 101113 | 
            +
                  "x86_64.patch": 1,
         | 
| 101114 | 
            +
                  "Patch17": 1,
         | 
| 101115 | 
            +
                  "mp1": 2,
         | 
| 101116 | 
            +
                  "+": 3,
         | 
| 101117 | 
            +
                  "perl5.14.diff": 2,
         | 
| 101118 | 
            +
                  "Patch18": 1,
         | 
| 101119 | 
            +
                  "bits.patch": 1,
         | 
| 101120 | 
            +
                  "description": 7,
         | 
| 101121 | 
            +
                  "This": 2,
         | 
| 101122 | 
            +
                  "package": 9,
         | 
| 101123 | 
            +
                  "contains": 4,
         | 
| 101124 | 
            +
                  "a": 9,
         | 
| 101125 | 
            +
                  "powerful": 1,
         | 
| 101126 | 
            +
                  "full": 2,
         | 
| 101127 | 
            +
                  "featured": 1,
         | 
| 101128 | 
            +
                  "efficient": 1,
         | 
| 101129 | 
            +
                  "and": 15,
         | 
| 101130 | 
            +
                  "freely": 1,
         | 
| 101131 | 
            +
                  "available": 1,
         | 
| 101132 | 
            +
                  "Web": 6,
         | 
| 101133 | 
            +
                  "server": 7,
         | 
| 101134 | 
            +
                  "based": 2,
         | 
| 101135 | 
            +
                  "on": 8,
         | 
| 101136 | 
            +
                  "work": 2,
         | 
| 101137 | 
            +
                  "done": 5,
         | 
| 101138 | 
            +
                  "by": 3,
         | 
| 101139 | 
            +
                  "the": 28,
         | 
| 101140 | 
            +
                  "Foundation.": 1,
         | 
| 101141 | 
            +
                  "It": 2,
         | 
| 101142 | 
            +
                  "is": 6,
         | 
| 101143 | 
            +
                  "also": 2,
         | 
| 101144 | 
            +
                  "most": 1,
         | 
| 101145 | 
            +
                  "popular": 1,
         | 
| 101146 | 
            +
                  "Internet.": 1,
         | 
| 101147 | 
            +
                  "custom": 1,
         | 
| 101148 | 
            +
                  "release": 3,
         | 
| 101149 | 
            +
                  "containing": 1,
         | 
| 101150 | 
            +
                  "httpd": 2,
         | 
| 101151 | 
            +
                  "v": 3,
         | 
| 101152 | 
            +
                  "bundled": 1,
         | 
| 101153 | 
            +
                  "v.": 1,
         | 
| 101154 | 
            +
                  "all": 5,
         | 
| 101155 | 
            +
                  "BUILT": 1,
         | 
| 101156 | 
            +
                  "IN.": 1,
         | 
| 101157 | 
            +
                  "Apache/Perl": 1,
         | 
| 101158 | 
            +
                  "integration": 1,
         | 
| 101159 | 
            +
                  "project": 1,
         | 
| 101160 | 
            +
                  "brings": 1,
         | 
| 101161 | 
            +
                  "together": 1,
         | 
| 101162 | 
            +
                  "power": 1,
         | 
| 101163 | 
            +
                  "of": 12,
         | 
| 101164 | 
            +
                  "Perl": 2,
         | 
| 101165 | 
            +
                  "programming": 1,
         | 
| 101166 | 
            +
                  "language": 1,
         | 
| 101167 | 
            +
                  "HTTP": 1,
         | 
| 101168 | 
            +
                  "server.": 2,
         | 
| 101169 | 
            +
                  "With": 1,
         | 
| 101170 | 
            +
                  "it": 3,
         | 
| 101171 | 
            +
                  "possible": 1,
         | 
| 101172 | 
            +
                  "to": 25,
         | 
| 101173 | 
            +
                  "write": 1,
         | 
| 101174 | 
            +
                  "modules": 2,
         | 
| 101175 | 
            +
                  "entirely": 1,
         | 
| 101176 | 
            +
                  "in": 6,
         | 
| 101177 | 
            +
                  "Perl.": 1,
         | 
| 101178 | 
            +
                  "In": 2,
         | 
| 101179 | 
            +
                  "addition": 1,
         | 
| 101180 | 
            +
                  "persistent": 1,
         | 
| 101181 | 
            +
                  "interpreter": 2,
         | 
| 101182 | 
            +
                  "embedded": 1,
         | 
| 101183 | 
            +
                  "avoids": 1,
         | 
| 101184 | 
            +
                  "overhead": 1,
         | 
| 101185 | 
            +
                  "starting": 1,
         | 
| 101186 | 
            +
                  "an": 3,
         | 
| 101187 | 
            +
                  "external": 1,
         | 
| 101188 | 
            +
                  "penalty": 1,
         | 
| 101189 | 
            +
                  "start": 1,
         | 
| 101190 | 
            +
                  "up": 1,
         | 
| 101191 | 
            +
                  "time.": 1,
         | 
| 101192 | 
            +
                  "Mod_SSL": 1,
         | 
| 101193 | 
            +
                  "provides": 2,
         | 
| 101194 | 
            +
                  "strong": 1,
         | 
| 101195 | 
            +
                  "cryptography": 1,
         | 
| 101196 | 
            +
                  "for": 13,
         | 
| 101197 | 
            +
                  "via": 1,
         | 
| 101198 | 
            +
                  "Secure": 1,
         | 
| 101199 | 
            +
                  "Sockets": 1,
         | 
| 101200 | 
            +
                  "Layer": 2,
         | 
| 101201 | 
            +
                  "v2/v3": 1,
         | 
| 101202 | 
            +
                  "Transport": 1,
         | 
| 101203 | 
            +
                  "Security": 1,
         | 
| 101204 | 
            +
                  "TLSv1": 1,
         | 
| 101205 | 
            +
                  "protocols": 1,
         | 
| 101206 | 
            +
                  "help": 1,
         | 
| 101207 | 
            +
                  "Open": 1,
         | 
| 101208 | 
            +
                  "Source": 1,
         | 
| 101209 | 
            +
                  "SSL/TLS": 1,
         | 
| 101210 | 
            +
                  "toolkit": 1,
         | 
| 101211 | 
            +
                  "OpenSSL.": 1,
         | 
| 101212 | 
            +
                  "Development/Libraries": 2,
         | 
| 101213 | 
            +
                  "Module": 1,
         | 
| 101214 | 
            +
                  "development": 1,
         | 
| 101215 | 
            +
                  "tools": 1,
         | 
| 101216 | 
            +
                  "eapi": 1,
         | 
| 101217 | 
            +
                  "name": 6,
         | 
| 101218 | 
            +
                  "version": 28,
         | 
| 101219 | 
            +
                  "APXS": 1,
         | 
| 101220 | 
            +
                  "binary": 1,
         | 
| 101221 | 
            +
                  "other": 4,
         | 
| 101222 | 
            +
                  "files": 8,
         | 
| 101223 | 
            +
                  "that": 3,
         | 
| 101224 | 
            +
                  "you": 4,
         | 
| 101225 | 
            +
                  "need": 3,
         | 
| 101226 | 
            +
                  "build": 6,
         | 
| 101227 | 
            +
                  "Dynamic": 1,
         | 
| 101228 | 
            +
                  "Shared": 1,
         | 
| 101229 | 
            +
                  "Objects": 1,
         | 
| 101230 | 
            +
                  "DSOs": 1,
         | 
| 101231 | 
            +
                  "Apache.": 1,
         | 
| 101232 | 
            +
                  "If": 1,
         | 
| 101233 | 
            +
                  "are": 4,
         | 
| 101234 | 
            +
                  "installing": 1,
         | 
| 101235 | 
            +
                  "want": 1,
         | 
| 101236 | 
            +
                  "be": 3,
         | 
| 101237 | 
            +
                  "able": 1,
         | 
| 101238 | 
            +
                  "compile": 2,
         | 
| 101239 | 
            +
                  "or": 1,
         | 
| 101240 | 
            +
                  "develop": 1,
         | 
| 101241 | 
            +
                  "additional": 1,
         | 
| 101242 | 
            +
                  "install": 9,
         | 
| 101243 | 
            +
                  "this": 3,
         | 
| 101244 | 
            +
                  "package.": 1,
         | 
| 101245 | 
            +
                  "manual": 4,
         | 
| 101246 | 
            +
                  "Documentation": 2,
         | 
| 101247 | 
            +
                  "complete": 1,
         | 
| 101248 | 
            +
                  "reference": 1,
         | 
| 101249 | 
            +
                  "guide": 1,
         | 
| 101250 | 
            +
                  "basic": 1,
         | 
| 101251 | 
            +
                  "web": 3,
         | 
| 101252 | 
            +
                  "content": 2,
         | 
| 101253 | 
            +
                  "icons": 1,
         | 
| 101254 | 
            +
                  "default": 3,
         | 
| 101255 | 
            +
                  "welcome": 1,
         | 
| 101256 | 
            +
                  "messages": 1,
         | 
| 101257 | 
            +
                  "etc": 2,
         | 
| 101258 | 
            +
                  "provided": 1,
         | 
| 101259 | 
            +
                  "s": 11,
         | 
| 101260 | 
            +
                  "@@ServerRoot@@": 1,
         | 
| 101261 | 
            +
                  "/": 28,
         | 
| 101262 | 
            +
                  "g": 9,
         | 
| 101263 | 
            +
                  "@@ContentRoot@@": 1,
         | 
| 101264 | 
            +
                  "DocumentRoot": 1,
         | 
| 101265 | 
            +
                  "#DocumentRoot": 1,
         | 
| 101266 | 
            +
                  "<Directory>": 2,
         | 
| 101267 | 
            +
                  "ContentRoot": 1,
         | 
| 101268 | 
            +
                  "cgi": 2,
         | 
| 101269 | 
            +
                  "bin": 3,
         | 
| 101270 | 
            +
                  "ServerName": 1,
         | 
| 101271 | 
            +
                  "new.host.name": 2,
         | 
| 101272 | 
            +
                  "#ServerName": 1,
         | 
| 101273 | 
            +
                  "ServerAdmin": 1,
         | 
| 101274 | 
            +
                  "you@your.address": 2,
         | 
| 101275 | 
            +
                  "#ServerAdmin": 1,
         | 
| 101276 | 
            +
                  "SSLCipherSuite": 1,
         | 
| 101277 | 
            +
                  "#SSLCipherSuite": 1,
         | 
| 101278 | 
            +
                  "SSLLogLevel": 2,
         | 
| 101279 | 
            +
                  "info": 1,
         | 
| 101280 | 
            +
                  "error": 1,
         | 
| 101281 | 
            +
                  "SSLSessionCache": 2,
         | 
| 101282 | 
            +
                  "dbm": 2,
         | 
| 101283 | 
            +
                  "logs/ssl_scache": 2,
         | 
| 101284 | 
            +
                  "shm": 1,
         | 
| 101285 | 
            +
                  "config": 7,
         | 
| 101286 | 
            +
                  "file": 5,
         | 
| 101287 | 
            +
                  "our": 2,
         | 
| 101288 | 
            +
                  "patched": 1,
         | 
| 101289 | 
            +
                  "m644": 2,
         | 
| 101290 | 
            +
                  "apache_": 1,
         | 
| 101291 | 
            +
                  "/conf/httpd.conf": 2,
         | 
| 101292 | 
            +
                  "RPM_BUILD_ROOT": 13,
         | 
| 101293 | 
            +
                  "pi": 1,
         | 
| 101294 | 
            +
                  "e": 1,
         | 
| 101295 | 
            +
                  "_sbindir": 2,
         | 
| 101296 | 
            +
                  "/apxs": 2,
         | 
| 101297 | 
            +
                  "find": 4,
         | 
| 101298 | 
            +
                  "|": 4,
         | 
| 101299 | 
            +
                  "xargs": 2,
         | 
| 101300 | 
            +
                  "rename": 2,
         | 
| 101301 | 
            +
                  ".html.html": 1,
         | 
| 101302 | 
            +
                  ".html": 1,
         | 
| 101303 | 
            +
                  "###############################################################################": 1,
         | 
| 101304 | 
            +
                  "###": 2,
         | 
| 101305 | 
            +
                  "pushd": 2,
         | 
| 101306 | 
            +
                  "export": 1,
         | 
| 101307 | 
            +
                  "PERL_INSTALL_ROOT": 1,
         | 
| 101308 | 
            +
                  "make": 6,
         | 
| 101309 | 
            +
                  "pure_install": 1,
         | 
| 101310 | 
            +
                  "PREFIX": 1,
         | 
| 101311 | 
            +
                  "/usr": 1,
         | 
| 101312 | 
            +
                  "INSTALLDIRS": 1,
         | 
| 101313 | 
            +
                  "vendor": 1,
         | 
| 101314 | 
            +
                  "recode": 2,
         | 
| 101315 | 
            +
                  "iconv": 1,
         | 
| 101316 | 
            +
                  "f": 11,
         | 
| 101317 | 
            +
                  "t": 1,
         | 
| 101318 | 
            +
                  "utf": 1,
         | 
| 101319 | 
            +
                  "<": 1,
         | 
| 101320 | 
            +
                  "__mv": 1,
         | 
| 101321 | 
            +
                  "RPM_BUILD_ROOT/usr/share/man/man3/": 1,
         | 
| 101322 | 
            +
                  "i": 3,
         | 
| 101323 | 
            +
                  "*": 34,
         | 
| 101324 | 
            +
                  ";": 11,
         | 
| 101325 | 
            +
                  "do": 6,
         | 
| 101326 | 
            +
                  "iso": 1,
         | 
| 101327 | 
            +
                  "popd": 2,
         | 
| 101328 | 
            +
                  "perl_vendorarch": 4,
         | 
| 101329 | 
            +
                  "iname": 1,
         | 
| 101330 | 
            +
                  "exec": 2,
         | 
| 101331 | 
            +
                  "chmod": 2,
         | 
| 101332 | 
            +
                  "mkdir": 2,
         | 
| 101333 | 
            +
                  "p": 2,
         | 
| 101334 | 
            +
                  "/html/manual/mod/mod_perl": 1,
         | 
| 101335 | 
            +
                  "c": 2,
         | 
| 101336 | 
            +
                  "m": 1,
         | 
| 101337 | 
            +
                  "htdocs/manual/mod/mod_perl.html": 1,
         | 
| 101338 | 
            +
                  "/html/manual/mod/mod_perl/": 2,
         | 
| 101339 | 
            +
                  "C": 1,
         | 
| 101340 | 
            +
                  "faq": 1,
         | 
| 101341 | 
            +
                  "rm": 5,
         | 
| 101342 | 
            +
                  "faq/pod2htm*": 1,
         | 
| 101343 | 
            +
                  "faq/*.html": 1,
         | 
| 101344 | 
            +
                  "/..": 1,
         | 
| 101345 | 
            +
                  "perllocal.pod": 1,
         | 
| 101346 | 
            +
                  "o": 2,
         | 
| 101347 | 
            +
                  ".packlist": 1,
         | 
| 101348 | 
            +
                  "r": 5,
         | 
| 101349 | 
            +
                  "ssl": 1,
         | 
| 101350 | 
            +
                  "leftovers": 1,
         | 
| 101351 | 
            +
                  "ln": 1,
         | 
| 101352 | 
            +
                  "sf": 1,
         | 
| 101353 | 
            +
                  "../../../etc/pki/tls/certs/Makefile": 1,
         | 
| 101354 | 
            +
                  "/conf": 2,
         | 
| 101355 | 
            +
                  "touch": 1,
         | 
| 101356 | 
            +
                  "_localstatedir": 4,
         | 
| 101357 | 
            +
                  "/cache/ssl_gcache_data.": 1,
         | 
| 101358 | 
            +
                  "dir": 6,
         | 
| 101359 | 
            +
                  "pag": 1,
         | 
| 101360 | 
            +
                  "sem": 1,
         | 
| 101361 | 
            +
                  "exp": 2,
         | 
| 101362 | 
            +
                  "/auto/Apache/mod_perl.exp": 1,
         | 
| 101363 | 
            +
                  "_libdir": 7,
         | 
| 101364 | 
            +
                  "/httpd.exp": 1,
         | 
| 101365 | 
            +
                  "sed": 1,
         | 
| 101366 | 
            +
                  "#cp": 1,
         | 
| 101367 | 
            +
                  "_tmppath": 4,
         | 
| 101368 | 
            +
                  "/rpm": 2,
         | 
| 101369 | 
            +
                  "tmp*": 2,
         | 
| 101370 | 
            +
                  "/tmp/03install.sh": 1,
         | 
| 101371 | 
            +
                  "post": 1,
         | 
| 101372 | 
            +
                  "add": 3,
         | 
| 101373 | 
            +
                  "/sbin/ldconfig": 1,
         | 
| 101374 | 
            +
                  "umask": 1,
         | 
| 101375 | 
            +
                  "if": 6,
         | 
| 101376 | 
            +
                  "[": 8,
         | 
| 101377 | 
            +
                  "/conf/ssl.key/server.key": 3,
         | 
| 101378 | 
            +
                  "]": 9,
         | 
| 101379 | 
            +
                  "then": 6,
         | 
| 101380 | 
            +
                  "genrsa": 1,
         | 
| 101381 | 
            +
                  "rand": 1,
         | 
| 101382 | 
            +
                  "/proc/apm": 1,
         | 
| 101383 | 
            +
                  "/proc/cpuinfo": 1,
         | 
| 101384 | 
            +
                  "/proc/dma": 1,
         | 
| 101385 | 
            +
                  "/proc/filesystems": 1,
         | 
| 101386 | 
            +
                  "/proc/interrupts": 1,
         | 
| 101387 | 
            +
                  "/proc/ioports": 1,
         | 
| 101388 | 
            +
                  "/proc/pci": 1,
         | 
| 101389 | 
            +
                  "/proc/rtc": 1,
         | 
| 101390 | 
            +
                  "/proc/uptime": 1,
         | 
| 101391 | 
            +
                  "/dev/null": 3,
         | 
| 101392 | 
            +
                  "fi": 6,
         | 
| 101393 | 
            +
                  "/conf/ssl.crt/server.crt": 2,
         | 
| 101394 | 
            +
                  "cat": 2,
         | 
| 101395 | 
            +
                  "<<": 1,
         | 
| 101396 | 
            +
                  "EOF": 2,
         | 
| 101397 | 
            +
                  "req": 1,
         | 
| 101398 | 
            +
                  "new": 2,
         | 
| 101399 | 
            +
                  "key": 1,
         | 
| 101400 | 
            +
                  "x509": 1,
         | 
| 101401 | 
            +
                  "days": 1,
         | 
| 101402 | 
            +
                  "out": 3,
         | 
| 101403 | 
            +
                  "SomeState": 1,
         | 
| 101404 | 
            +
                  "SomeCity": 1,
         | 
| 101405 | 
            +
                  "SomeOrganization": 1,
         | 
| 101406 | 
            +
                  "SomeOrganizationalUnit": 1,
         | 
| 101407 | 
            +
                  "localhost.localdomain": 1,
         | 
| 101408 | 
            +
                  "root@localhost.localdomain": 1,
         | 
| 101409 | 
            +
                  "/mime.types": 4,
         | 
| 101410 | 
            +
                  "||": 2,
         | 
| 101411 | 
            +
                  "exit": 2,
         | 
| 101412 | 
            +
                  "TEMPTYPES": 4,
         | 
| 101413 | 
            +
                  "/tmp/mimetypes.XXXXXX": 1,
         | 
| 101414 | 
            +
                  "z": 1,
         | 
| 101415 | 
            +
                  "&&": 2,
         | 
| 101416 | 
            +
                  "echo": 4,
         | 
| 101417 | 
            +
                  "&": 1,
         | 
| 101418 | 
            +
                  "grep": 2,
         | 
| 101419 | 
            +
                  "types": 2,
         | 
| 101420 | 
            +
                  "cut": 1,
         | 
| 101421 | 
            +
                  "f2": 1,
         | 
| 101422 | 
            +
                  "en": 1,
         | 
| 101423 | 
            +
                  "val": 1,
         | 
| 101424 | 
            +
                  "continue": 1,
         | 
| 101425 | 
            +
                  "n": 4,
         | 
| 101426 | 
            +
                  "/bin/rm": 1,
         | 
| 101427 | 
            +
                  "cp": 4,
         | 
| 101428 | 
            +
                  "/tmp/04post.sh": 1,
         | 
| 101429 | 
            +
                  "pre": 1,
         | 
| 101430 | 
            +
                  "u": 1,
         | 
| 101431 | 
            +
                  "/sbin/nologin": 1,
         | 
| 101432 | 
            +
                  "d": 1,
         | 
| 101433 | 
            +
                  "preun": 1,
         | 
| 101434 | 
            +
                  "/var/lock/subsys/": 1,
         | 
| 101435 | 
            +
                  "_initrddir": 3,
         | 
| 101436 | 
            +
                  "stop": 1,
         | 
| 101437 | 
            +
                  "del": 1,
         | 
| 101438 | 
            +
                  "defattr": 4,
         | 
| 101439 | 
            +
                  "root": 16,
         | 
| 101440 | 
            +
                  "noreplace": 6,
         | 
| 101441 | 
            +
                  "/conf/*.conf": 1,
         | 
| 101442 | 
            +
                  "/conf/Makefile": 1,
         | 
| 101443 | 
            +
                  "/conf/magic": 1,
         | 
| 101444 | 
            +
                  "/conf/mime.types": 1,
         | 
| 101445 | 
            +
                  "/logrotate.d/*": 1,
         | 
| 101446 | 
            +
                  "/conf/ssl.*": 1,
         | 
| 101447 | 
            +
                  "doc": 4,
         | 
| 101448 | 
            +
                  "/conf/*.default": 1,
         | 
| 101449 | 
            +
                  "attr": 5,
         | 
| 101450 | 
            +
                  "/man8/ab.8*": 1,
         | 
| 101451 | 
            +
                  "/man8/apachectl.8*": 1,
         | 
| 101452 | 
            +
                  "/man8/httpd.8*": 1,
         | 
| 101453 | 
            +
                  "/man8/logresolve.8*": 1,
         | 
| 101454 | 
            +
                  "/man8/rotatelogs.8*": 1,
         | 
| 101455 | 
            +
                  "_with_suexec": 1,
         | 
| 101456 | 
            +
                  "/man8/suexec.8*": 1,
         | 
| 101457 | 
            +
                  "/cache/": 1,
         | 
| 101458 | 
            +
                  "/cache/ssl_*": 1,
         | 
| 101459 | 
            +
                  "/log/": 1,
         | 
| 101460 | 
            +
                  "_includedir": 1,
         | 
| 101461 | 
            +
                  "/man8/apxs.8*": 1,
         | 
| 101462 | 
            +
                  "changelog": 3,
         | 
| 101463 | 
            +
                  "Sun": 2,
         | 
| 101464 | 
            +
                  "May": 1,
         | 
| 101465 | 
            +
                  "S": 4,
         | 
| 101466 | 
            +
                  "rgio": 4,
         | 
| 101467 | 
            +
                  "Basto": 4,
         | 
| 101468 | 
            +
                  "<sergio@serjux.com>": 4,
         | 
| 101469 | 
            +
                  "Many": 1,
         | 
| 101470 | 
            +
                  "improvements": 1,
         | 
| 101471 | 
            +
                  "defaults": 1,
         | 
| 101472 | 
            +
                  "directories": 1,
         | 
| 101473 | 
            +
                  "Separate": 1,
         | 
| 101474 | 
            +
                  "libapreq": 4,
         | 
| 101475 | 
            +
                  "sources": 1,
         | 
| 101476 | 
            +
                  "installed.": 1,
         | 
| 101477 | 
            +
                  "more": 4,
         | 
| 101478 | 
            +
                  "cleanups.": 1,
         | 
| 101479 | 
            +
                  "Wed": 3,
         | 
| 101480 | 
            +
                  "Nov": 2,
         | 
| 101481 | 
            +
                  "F16": 1,
         | 
| 101482 | 
            +
                  "mod_perl1": 1,
         | 
| 101483 | 
            +
                  "perl5.14": 1,
         | 
| 101484 | 
            +
                  "many": 3,
         | 
| 101485 | 
            +
                  "improvents.": 1,
         | 
| 101486 | 
            +
                  "Sat": 4,
         | 
| 101487 | 
            +
                  "Oct": 3,
         | 
| 101488 | 
            +
                  "mock": 1,
         | 
| 101489 | 
            +
                  "buildrequires": 1,
         | 
| 101490 | 
            +
                  "improvemts": 1,
         | 
| 101491 | 
            +
                  "confs": 1,
         | 
| 101492 | 
            +
                  "Tue": 10,
         | 
| 101493 | 
            +
                  "UNDROPPED": 1,
         | 
| 101494 | 
            +
                  "CONFIGURATION": 1,
         | 
| 101495 | 
            +
                  "COMPLETELY": 1,
         | 
| 101496 | 
            +
                  "rpm": 2,
         | 
| 101497 | 
            +
                  "suposed": 1,
         | 
| 101498 | 
            +
                  "alone.": 1,
         | 
| 101499 | 
            +
                  "http13": 1,
         | 
| 101500 | 
            +
                  "independently": 1,
         | 
| 101501 | 
            +
                  "patch": 6,
         | 
| 101502 | 
            +
                  "Makefile.tmp": 1,
         | 
| 101503 | 
            +
                  "resolve": 1,
         | 
| 101504 | 
            +
                  "problems": 1,
         | 
| 101505 | 
            +
                  "at": 1,
         | 
| 101506 | 
            +
                  "once": 1,
         | 
| 101507 | 
            +
                  "change": 1,
         | 
| 101508 | 
            +
                  "port": 1,
         | 
| 101509 | 
            +
                  "number": 1,
         | 
| 101510 | 
            +
                  "run": 3,
         | 
| 101511 | 
            +
                  "box.": 1,
         | 
| 101512 | 
            +
                  "Update": 1,
         | 
| 101513 | 
            +
                  "link": 1,
         | 
| 101514 | 
            +
                  "certs/Makefile.": 1,
         | 
| 101515 | 
            +
                  "Sep": 8,
         | 
| 101516 | 
            +
                  "Marius": 26,
         | 
| 101517 | 
            +
                  "FERARU": 23,
         | 
| 101518 | 
            +
                  "<altblue@n0i.net>": 25,
         | 
| 101519 | 
            +
                  "n0i.23.MPSSL": 1,
         | 
| 101520 | 
            +
                  "Mon": 6,
         | 
| 101521 | 
            +
                  "Apr": 2,
         | 
| 101522 | 
            +
                  "n0i.22.MPSSL": 1,
         | 
| 101523 | 
            +
                  "initscript": 3,
         | 
| 101524 | 
            +
                  "use": 6,
         | 
| 101525 | 
            +
                  "variable": 1,
         | 
| 101526 | 
            +
                  "operations": 1,
         | 
| 101527 | 
            +
                  "added": 3,
         | 
| 101528 | 
            +
                  "dummy": 1,
         | 
| 101529 | 
            +
                  "will": 3,
         | 
| 101530 | 
            +
                  "missing": 1,
         | 
| 101531 | 
            +
                  "option": 1,
         | 
| 101532 | 
            +
                  "through": 1,
         | 
| 101533 | 
            +
                  "dropped": 6,
         | 
| 101534 | 
            +
                  "shellbang": 1,
         | 
| 101535 | 
            +
                  "from": 4,
         | 
| 101536 | 
            +
                  ".exp": 1,
         | 
| 101537 | 
            +
                  "explicit": 1,
         | 
| 101538 | 
            +
                  "Constants": 1,
         | 
| 101539 | 
            +
                  "Fri": 4,
         | 
| 101540 | 
            +
                  "n0i.21.MPSSL": 1,
         | 
| 101541 | 
            +
                  "BR": 1,
         | 
| 101542 | 
            +
                  "db4": 3,
         | 
| 101543 | 
            +
                  "Aug": 3,
         | 
| 101544 | 
            +
                  "n0i.20.MPSSL": 1,
         | 
| 101545 | 
            +
                  "Dist": 1,
         | 
| 101546 | 
            +
                  "macro": 1,
         | 
| 101547 | 
            +
                  "update": 4,
         | 
| 101548 | 
            +
                  "updated": 3,
         | 
| 101549 | 
            +
                  "spec": 5,
         | 
| 101550 | 
            +
                  "cleanups": 3,
         | 
| 101551 | 
            +
                  "activate": 3,
         | 
| 101552 | 
            +
                  "suexec": 2,
         | 
| 101553 | 
            +
                  "functionality": 1,
         | 
| 101554 | 
            +
                  "moved": 2,
         | 
| 101555 | 
            +
                  "into": 3,
         | 
| 101556 | 
            +
                  "documentation": 1,
         | 
| 101557 | 
            +
                  "Jun": 2,
         | 
| 101558 | 
            +
                  "n0i.19.MPSSL": 2,
         | 
| 101559 | 
            +
                  "changed": 3,
         | 
| 101560 | 
            +
                  "relative": 1,
         | 
| 101561 | 
            +
                  "paths": 1,
         | 
| 101562 | 
            +
                  "letting": 1,
         | 
| 101563 | 
            +
                  "users": 1,
         | 
| 101564 | 
            +
                  "their": 2,
         | 
| 101565 | 
            +
                  "own": 1,
         | 
| 101566 | 
            +
                  "Mar": 2,
         | 
| 101567 | 
            +
                  "n0i.18.MPSSL": 1,
         | 
| 101568 | 
            +
                  "rebuild": 6,
         | 
| 101569 | 
            +
                  "Thu": 2,
         | 
| 101570 | 
            +
                  "n0i.17.MPSSL": 1,
         | 
| 101571 | 
            +
                  "n0i.16.MPSSL": 1,
         | 
| 101572 | 
            +
                  "n0i.15.MPSSL": 1,
         | 
| 101573 | 
            +
                  "requirements": 1,
         | 
| 101574 | 
            +
                  "which": 1,
         | 
| 101575 | 
            +
                  "Fedora": 1,
         | 
| 101576 | 
            +
                  "considers": 1,
         | 
| 101577 | 
            +
                  "Jul": 6,
         | 
| 101578 | 
            +
                  "n0i.14.MPSSL": 1,
         | 
| 101579 | 
            +
                  "Epoch": 1,
         | 
| 101580 | 
            +
                  "Description": 1,
         | 
| 101581 | 
            +
                  "Jan": 1,
         | 
| 101582 | 
            +
                  "n0i.13.MPSSL": 1,
         | 
| 101583 | 
            +
                  "Dec": 1,
         | 
| 101584 | 
            +
                  "n0i.12.MPSSL": 1,
         | 
| 101585 | 
            +
                  "n0i.11.MPSSL": 1,
         | 
| 101586 | 
            +
                  "n0i.10.MPSSL": 1,
         | 
| 101587 | 
            +
                  "n0i.9.MPSSL": 1,
         | 
| 101588 | 
            +
                  "tweaked": 2,
         | 
| 101589 | 
            +
                  "rotatelog": 1,
         | 
| 101590 | 
            +
                  "zombie": 1,
         | 
| 101591 | 
            +
                  "descriptors": 1,
         | 
| 101592 | 
            +
                  "erroneously": 1,
         | 
| 101593 | 
            +
                  "closed": 1,
         | 
| 101594 | 
            +
                  "<altblue.net>": 1,
         | 
| 101595 | 
            +
                  "n0i": 4,
         | 
| 101596 | 
            +
                  "builtin": 1,
         | 
| 101597 | 
            +
                  "switched": 1,
         | 
| 101598 | 
            +
                  "old": 2,
         | 
| 101599 | 
            +
                  "elegant": 1,
         | 
| 101600 | 
            +
                  "one": 2,
         | 
| 101601 | 
            +
                  "apache_1.3.27": 1,
         | 
| 101602 | 
            +
                  "db": 1,
         | 
| 101603 | 
            +
                  "yet": 2,
         | 
| 101604 | 
            +
                  "tests": 1,
         | 
| 101605 | 
            +
                  "systems": 1,
         | 
| 101606 | 
            +
                  "before": 1,
         | 
| 101607 | 
            +
                  "dropping": 1,
         | 
| 101608 | 
            +
                  "src.rpm": 3,
         | 
| 101609 | 
            +
                  "disabled": 3,
         | 
| 101610 | 
            +
                  "env": 1,
         | 
| 101611 | 
            +
                  "support": 1,
         | 
| 101612 | 
            +
                  "as": 3,
         | 
| 101613 | 
            +
                  "ppl": 1,
         | 
| 101614 | 
            +
                  "code": 2,
         | 
| 101615 | 
            +
                  "heavily": 1,
         | 
| 101616 | 
            +
                  "I": 1,
         | 
| 101617 | 
            +
                  "not": 1,
         | 
| 101618 | 
            +
                  "have": 1,
         | 
| 101619 | 
            +
                  "time": 1,
         | 
| 101620 | 
            +
                  "header": 1,
         | 
| 101621 | 
            +
                  "they": 1,
         | 
| 101622 | 
            +
                  "needed": 1,
         | 
| 101623 | 
            +
                  "someone": 1,
         | 
| 101624 | 
            +
                  "using": 1,
         | 
| 101625 | 
            +
                  "RPM_SOURCE_DIR/": 1,
         | 
| 101626 | 
            +
                  "<filename>": 1,
         | 
| 101627 | 
            +
                  "stuff.": 1,
         | 
| 101628 | 
            +
                  "auth_db": 1,
         | 
| 101629 | 
            +
                  "module": 2,
         | 
| 101630 | 
            +
                  "API": 1,
         | 
| 101631 | 
            +
                  "changes": 1,
         | 
| 101632 | 
            +
                  "automatic": 2,
         | 
| 101633 | 
            +
                  "RHL9": 1,
         | 
| 101634 | 
            +
                  "thttpd": 2,
         | 
| 101635 | 
            +
                  "conflict": 2,
         | 
| 101636 | 
            +
                  "note": 1,
         | 
| 101637 | 
            +
                  "THERE": 1,
         | 
| 101638 | 
            +
                  "IS": 1,
         | 
| 101639 | 
            +
                  "NO": 1,
         | 
| 101640 | 
            +
                  "CONFLICT": 1,
         | 
| 101641 | 
            +
                  "fact": 1,
         | 
| 101642 | 
            +
                  "we": 1,
         | 
| 101643 | 
            +
                  "really": 1,
         | 
| 101644 | 
            +
                  "them": 1,
         | 
| 101645 | 
            +
                  "both": 1,
         | 
| 101646 | 
            +
                  "Feraru": 3,
         | 
| 101647 | 
            +
                  "eliminated": 1,
         | 
| 101648 | 
            +
                  "flag": 1,
         | 
| 101649 | 
            +
                  "conform": 1,
         | 
| 101650 | 
            +
                  "some": 1,
         | 
| 101651 | 
            +
                  "compatibility": 1,
         | 
| 101652 | 
            +
                  "lots": 2,
         | 
| 101653 | 
            +
                  "tweaks": 2,
         | 
| 101654 | 
            +
                  "hopefully": 1,
         | 
| 101655 | 
            +
                  "easier": 1,
         | 
| 101656 | 
            +
                  "now": 1,
         | 
| 101657 | 
            +
                  "others": 1,
         | 
| 101658 | 
            +
                  "reparsed": 1,
         | 
| 101659 | 
            +
                  "RedHat": 1,
         | 
| 101660 | 
            +
                  "patches": 1,
         | 
| 101661 | 
            +
                  "optimisations": 1,
         | 
| 101662 | 
            +
                  "location/integration/modes": 1,
         | 
| 101663 | 
            +
                  "fixes...": 1,
         | 
| 101664 | 
            +
                  "Red": 1,
         | 
| 101665 | 
            +
                  "Hat": 1,
         | 
| 101666 | 
            +
                  "RawHide": 1,
         | 
| 101667 | 
            +
                  "used": 1,
         | 
| 101668 | 
            +
                  "apache_modperl": 1,
         | 
| 101669 | 
            +
                  "perl.apache.org": 1,
         | 
| 101670 | 
            +
                  "example": 1,
         | 
| 101671 | 
            +
                  "spec.": 1,
         | 
| 101672 | 
            +
                  "global": 1,
         | 
| 101673 | 
            +
                  "debug_package": 1,
         | 
| 101674 | 
            +
                  "nil": 1,
         | 
| 101675 | 
            +
                  "erlang": 5,
         | 
| 101676 | 
            +
                  "erlydtl": 5,
         | 
| 101677 | 
            +
                  "Erlang": 3,
         | 
| 101678 | 
            +
                  "implementation": 2,
         | 
| 101679 | 
            +
                  "Django": 3,
         | 
| 101680 | 
            +
                  "Template": 3,
         | 
| 101681 | 
            +
                  "Language.": 2,
         | 
| 101682 | 
            +
                  "MIT": 1,
         | 
| 101683 | 
            +
                  "//code.google.com/p/erlydtl/": 1,
         | 
| 101684 | 
            +
                  "//erlydtl.googlecode.com/files/erlydtl": 1,
         | 
| 101685 | 
            +
                  "tar.gz": 1,
         | 
| 101686 | 
            +
                  "tests.patch": 1,
         | 
| 101687 | 
            +
                  "r14a.patch": 1,
         | 
| 101688 | 
            +
                  "BuildRoot": 2,
         | 
| 101689 | 
            +
                  "__id_u": 1,
         | 
| 101690 | 
            +
                  "ErlyDTL": 2,
         | 
| 101691 | 
            +
                  "compiles": 1,
         | 
| 101692 | 
            +
                  "source": 1,
         | 
| 101693 | 
            +
                  "bytecode.": 1,
         | 
| 101694 | 
            +
                  "compiled": 1,
         | 
| 101695 | 
            +
                  "template": 1,
         | 
| 101696 | 
            +
                  "has": 1,
         | 
| 101697 | 
            +
                  "function": 1,
         | 
| 101698 | 
            +
                  "takes": 1,
         | 
| 101699 | 
            +
                  "list": 1,
         | 
| 101700 | 
            +
                  "variables": 1,
         | 
| 101701 | 
            +
                  "returns": 1,
         | 
| 101702 | 
            +
                  "fully": 1,
         | 
| 101703 | 
            +
                  "rendered": 1,
         | 
| 101704 | 
            +
                  "document": 1,
         | 
| 101705 | 
            +
                  "prep": 2,
         | 
| 101706 | 
            +
                  "setup": 2,
         | 
| 101707 | 
            +
                  "q": 2,
         | 
| 101708 | 
            +
                  "examples/": 1,
         | 
| 101709 | 
            +
                  "type": 1,
         | 
| 101710 | 
            +
                  "executable": 1,
         | 
| 101711 | 
            +
                  "patch0": 1,
         | 
| 101712 | 
            +
                  "p0": 2,
         | 
| 101713 | 
            +
                  "patch1": 1,
         | 
| 101714 | 
            +
                  "_smp_mflags": 1,
         | 
| 101715 | 
            +
                  "check": 1,
         | 
| 101716 | 
            +
                  "test": 2,
         | 
| 101717 | 
            +
                  "rf": 3,
         | 
| 101718 | 
            +
                  "buildroot": 8,
         | 
| 101719 | 
            +
                  "/erlang/lib/erlydtl": 6,
         | 
| 101720 | 
            +
                  "ebin": 1,
         | 
| 101721 | 
            +
                  "priv": 1,
         | 
| 101722 | 
            +
                  "clean": 2,
         | 
| 101723 | 
            +
                  "README": 1,
         | 
| 101724 | 
            +
                  "examples": 1,
         | 
| 101725 | 
            +
                  "Ilia": 1,
         | 
| 101726 | 
            +
                  "Cheishvili": 1,
         | 
| 101727 | 
            +
                  "<ilia.cheishvili@gmail.com>": 1,
         | 
| 101728 | 
            +
                  "Initial": 1,
         | 
| 101729 | 
            +
                  "Package": 1,
         | 
| 101730 | 
            +
                  "#": 4,
         | 
| 101731 | 
            +
                  "manos": 3,
         | 
| 101732 | 
            +
                  "MIT/X11": 1,
         | 
| 101733 | 
            +
                  "/manos": 3,
         | 
| 101734 | 
            +
                  "mono": 2,
         | 
| 101735 | 
            +
                  "nunit": 1,
         | 
| 101736 | 
            +
                  "rpmlintrc": 1,
         | 
| 101737 | 
            +
                  "Manos": 2,
         | 
| 101738 | 
            +
                  "Application": 1,
         | 
| 101739 | 
            +
                  "Framework": 1,
         | 
| 101740 | 
            +
                  "Development/Web/Servers": 1,
         | 
| 101741 | 
            +
                  "BuildArch": 1,
         | 
| 101742 | 
            +
                  "noarch": 1,
         | 
| 101743 | 
            +
                  "easy": 2,
         | 
| 101744 | 
            +
                  "high": 1,
         | 
| 101745 | 
            +
                  "performance": 1,
         | 
| 101746 | 
            +
                  "application": 1,
         | 
| 101747 | 
            +
                  "framework": 1,
         | 
| 101748 | 
            +
                  "stays": 1,
         | 
| 101749 | 
            +
                  "your": 2,
         | 
| 101750 | 
            +
                  "way": 1,
         | 
| 101751 | 
            +
                  "makes": 1,
         | 
| 101752 | 
            +
                  "life": 1,
         | 
| 101753 | 
            +
                  "ridiculously": 1,
         | 
| 101754 | 
            +
                  "simple.": 1,
         | 
| 101755 | 
            +
                  "/lib/manos": 1,
         | 
| 101756 | 
            +
                  "_bindir": 1,
         | 
| 101757 | 
            +
                  "_datadir": 2,
         | 
| 101758 | 
            +
                  "/lib/pkgconfig/manos.pc": 1,
         | 
| 101759 | 
            +
                  "/man/man1/manos.1.gz": 1,
         | 
| 101760 | 
            +
                  "./configure": 1,
         | 
| 101761 | 
            +
                  "prefix": 2
         | 
| 101762 | 
            +
                },
         | 
| 100670 101763 | 
             
                "RUNOFF": {
         | 
| 100671 101764 | 
             
                  ".na": 1,
         | 
| 100672 101765 | 
             
                  ".ll": 1,
         | 
| @@ -106029,6 +107122,46 @@ | |
| 106029 107122 | 
             
                  "variable": 1
         | 
| 106030 107123 | 
             
                },
         | 
| 106031 107124 | 
             
                "Ruby": {
         | 
| 107125 | 
            +
                  "require": 71,
         | 
| 107126 | 
            +
                  "File.dirname": 7,
         | 
| 107127 | 
            +
                  "(": 338,
         | 
| 107128 | 
            +
                  "File.expand_path": 4,
         | 
| 107129 | 
            +
                  "__FILE__": 7,
         | 
| 107130 | 
            +
                  ")": 349,
         | 
| 107131 | 
            +
                  "+": 49,
         | 
| 107132 | 
            +
                  "describe": 1,
         | 
| 107133 | 
            +
                  "Spira": 8,
         | 
| 107134 | 
            +
                  "Types": 8,
         | 
| 107135 | 
            +
                  "Any": 1,
         | 
| 107136 | 
            +
                  "do": 70,
         | 
| 107137 | 
            +
                  "before": 2,
         | 
| 107138 | 
            +
                  "all": 2,
         | 
| 107139 | 
            +
                  "@uri": 5,
         | 
| 107140 | 
            +
                  "RDF": 6,
         | 
| 107141 | 
            +
                  "URI": 4,
         | 
| 107142 | 
            +
                  "end": 285,
         | 
| 107143 | 
            +
                  "#": 121,
         | 
| 107144 | 
            +
                  "context": 2,
         | 
| 107145 | 
            +
                  "it": 6,
         | 
| 107146 | 
            +
                  "serialized": 2,
         | 
| 107147 | 
            +
                  "Any.serialize": 4,
         | 
| 107148 | 
            +
                  "serialized.should": 2,
         | 
| 107149 | 
            +
                  "be_a": 2,
         | 
| 107150 | 
            +
                  "Literal": 2,
         | 
| 107151 | 
            +
                  ".should": 3,
         | 
| 107152 | 
            +
                  "lambda": 1,
         | 
| 107153 | 
            +
                  "{": 75,
         | 
| 107154 | 
            +
                  "[": 101,
         | 
| 107155 | 
            +
                  "]": 101,
         | 
| 107156 | 
            +
                  "}": 75,
         | 
| 107157 | 
            +
                  "raise_error": 1,
         | 
| 107158 | 
            +
                  "TypeError": 2,
         | 
| 107159 | 
            +
                  "value": 7,
         | 
| 107160 | 
            +
                  "Any.unserialize": 3,
         | 
| 107161 | 
            +
                  "Literal.new": 2,
         | 
| 107162 | 
            +
                  "datatype": 1,
         | 
| 107163 | 
            +
                  "XSD.integer": 1,
         | 
| 107164 | 
            +
                  "value.should": 2,
         | 
| 106032 107165 | 
             
                  "Pry.config.commands.import": 1,
         | 
| 106033 107166 | 
             
                  "Pry": 1,
         | 
| 106034 107167 | 
             
                  "ExtendedCommands": 1,
         | 
| @@ -106038,18 +107171,12 @@ | |
| 106038 107171 | 
             
                  "Pry.config.color": 1,
         | 
| 106039 107172 | 
             
                  "Pry.config.commands.alias_command": 1,
         | 
| 106040 107173 | 
             
                  "Pry.config.commands.command": 1,
         | 
| 106041 | 
            -
                  "do": 61,
         | 
| 106042 107174 | 
             
                  "|": 111,
         | 
| 106043 107175 | 
             
                  "*args": 18,
         | 
| 106044 107176 | 
             
                  "output.puts": 1,
         | 
| 106045 | 
            -
                  "end": 276,
         | 
| 106046 107177 | 
             
                  "Pry.config.history.should_save": 1,
         | 
| 106047 107178 | 
             
                  "Pry.config.prompt": 1,
         | 
| 106048 | 
            -
                  "[": 100,
         | 
| 106049 107179 | 
             
                  "proc": 2,
         | 
| 106050 | 
            -
                  "{": 74,
         | 
| 106051 | 
            -
                  "}": 74,
         | 
| 106052 | 
            -
                  "]": 100,
         | 
| 106053 107180 | 
             
                  "Pry.plugins": 1,
         | 
| 106054 107181 | 
             
                  ".disable": 1,
         | 
| 106055 107182 | 
             
                  "appraise": 2,
         | 
| @@ -106064,9 +107191,6 @@ | |
| 106064 107191 | 
             
                  "Dir": 4,
         | 
| 106065 107192 | 
             
                  ".each": 4,
         | 
| 106066 107193 | 
             
                  "plugin": 3,
         | 
| 106067 | 
            -
                  "(": 326,
         | 
| 106068 | 
            -
                  ")": 337,
         | 
| 106069 | 
            -
                  "require": 70,
         | 
| 106070 107194 | 
             
                  "framework_version": 3,
         | 
| 106071 107195 | 
             
                  "JSON.parse": 2,
         | 
| 106072 107196 | 
             
                  "open": 3,
         | 
| @@ -106088,7 +107212,6 @@ | |
| 106088 107212 | 
             
                  ".split": 1,
         | 
| 106089 107213 | 
             
                  "app_icon": 1,
         | 
| 106090 107214 | 
             
                  "price_tier": 1,
         | 
| 106091 | 
            -
                  "#": 120,
         | 
| 106092 107215 | 
             
                  "free": 1,
         | 
| 106093 107216 | 
             
                  "primary_category": 1,
         | 
| 106094 107217 | 
             
                  "secondary_category": 1,
         | 
| @@ -106101,8 +107224,6 @@ | |
| 106101 107224 | 
             
                  "demo_password": 1,
         | 
| 106102 107225 | 
             
                  "notes": 4,
         | 
| 106103 107226 | 
             
                  ".unshift": 2,
         | 
| 106104 | 
            -
                  "File.dirname": 6,
         | 
| 106105 | 
            -
                  "__FILE__": 6,
         | 
| 106106 107227 | 
             
                  "fastlane_version": 1,
         | 
| 106107 107228 | 
             
                  "default_platform": 1,
         | 
| 106108 107229 | 
             
                  "ios": 3,
         | 
| @@ -106133,7 +107254,6 @@ | |
| 106133 107254 | 
             
                  "commit_version_bump": 1,
         | 
| 106134 107255 | 
             
                  "plist_version": 1,
         | 
| 106135 107256 | 
             
                  "get_version_short_string": 1,
         | 
| 106136 | 
            -
                  "File.expand_path": 3,
         | 
| 106137 107257 | 
             
                  "File.join": 8,
         | 
| 106138 107258 | 
             
                  "add_git_tag": 1,
         | 
| 106139 107259 | 
             
                  "tag": 1,
         | 
| @@ -106252,7 +107372,6 @@ | |
| 106252 107372 | 
             
                  "@spec_to_use.specs": 1,
         | 
| 106253 107373 | 
             
                  "@bottle_url": 2,
         | 
| 106254 107374 | 
             
                  "bottle_base_url": 1,
         | 
| 106255 | 
            -
                  "+": 48,
         | 
| 106256 107375 | 
             
                  "bottle_filename": 1,
         | 
| 106257 107376 | 
             
                  "self": 11,
         | 
| 106258 107377 | 
             
                  "@bottle_sha1": 2,
         | 
| @@ -106357,7 +107476,6 @@ | |
| 106357 107476 | 
             
                  "characters": 1,
         | 
| 106358 107477 | 
             
                  "then": 4,
         | 
| 106359 107478 | 
             
                  "camelcase": 1,
         | 
| 106360 | 
            -
                  "it": 1,
         | 
| 106361 107479 | 
             
                  "name.capitalize.gsub": 1,
         | 
| 106362 107480 | 
             
                  "/": 36,
         | 
| 106363 107481 | 
             
                  "_.": 1,
         | 
| @@ -106496,7 +107614,6 @@ | |
| 106496 107614 | 
             
                  ".success": 1,
         | 
| 106497 107615 | 
             
                  "removed_ENV_variables.each": 1,
         | 
| 106498 107616 | 
             
                  "key": 8,
         | 
| 106499 | 
            -
                  "value": 5,
         | 
| 106500 107617 | 
             
                  "ENV.kind_of": 1,
         | 
| 106501 107618 | 
             
                  "Hash": 3,
         | 
| 106502 107619 | 
             
                  "BuildError.new": 1,
         | 
| @@ -106622,7 +107739,6 @@ | |
| 106622 107739 | 
             
                  "depends_on": 1,
         | 
| 106623 107740 | 
             
                  "dependencies.add": 1,
         | 
| 106624 107741 | 
             
                  "paths": 3,
         | 
| 106625 | 
            -
                  "all": 1,
         | 
| 106626 107742 | 
             
                  "@skip_clean_all": 2,
         | 
| 106627 107743 | 
             
                  "@skip_clean_paths": 3,
         | 
| 106628 107744 | 
             
                  ".flatten.each": 1,
         | 
| @@ -107109,8 +108225,6 @@ | |
| 107109 108225 | 
             
                  "path.respond_to": 5,
         | 
| 107110 108226 | 
             
                  "path.keys": 1,
         | 
| 107111 108227 | 
             
                  "path.names": 1,
         | 
| 107112 | 
            -
                  "TypeError": 1,
         | 
| 107113 | 
            -
                  "URI": 3,
         | 
| 107114 108228 | 
             
                  "URI.const_defined": 1,
         | 
| 107115 108229 | 
             
                  "Parser.new": 1,
         | 
| 107116 108230 | 
             
                  "encoded": 1,
         | 
| @@ -107248,7 +108362,6 @@ | |
| 107248 108362 | 
             
                  "delete": 1,
         | 
| 107249 108363 | 
             
                  "template": 1,
         | 
| 107250 108364 | 
             
                  "layout": 1,
         | 
| 107251 | 
            -
                  "before": 1,
         | 
| 107252 108365 | 
             
                  "after": 1,
         | 
| 107253 108366 | 
             
                  "not_found": 1,
         | 
| 107254 108367 | 
             
                  "mime_type": 1,
         | 
| @@ -127075,10 +128188,10 @@ | |
| 127075 128188 | 
             
                  "return": 1
         | 
| 127076 128189 | 
             
                },
         | 
| 127077 128190 | 
             
                "XML": {
         | 
| 127078 | 
            -
                  "<?xml>":  | 
| 127079 | 
            -
                  "version=":  | 
| 127080 | 
            -
                  "encoding=":  | 
| 127081 | 
            -
                  "standalone=":  | 
| 128191 | 
            +
                  "<?xml>": 33,
         | 
| 128192 | 
            +
                  "version=": 50,
         | 
| 128193 | 
            +
                  "encoding=": 56,
         | 
| 128194 | 
            +
                  "standalone=": 4,
         | 
| 127082 128195 | 
             
                  "<document>": 2,
         | 
| 127083 128196 | 
             
                  "type=": 55,
         | 
| 127084 128197 | 
             
                  "toolsVersion=": 2,
         | 
| @@ -127094,7 +128207,7 @@ | |
| 127094 128207 | 
             
                  "<objects>": 1,
         | 
| 127095 128208 | 
             
                  "<placeholder>": 2,
         | 
| 127096 128209 | 
             
                  "placeholderIdentifier=": 2,
         | 
| 127097 | 
            -
                  "id=":  | 
| 128210 | 
            +
                  "id=": 224,
         | 
| 127098 128211 | 
             
                  "userLabel=": 2,
         | 
| 127099 128212 | 
             
                  "customClass=": 2,
         | 
| 127100 128213 | 
             
                  "<connections>": 1,
         | 
| @@ -127129,7 +128242,7 @@ | |
| 127129 128242 | 
             
                  "<Project>": 13,
         | 
| 127130 128243 | 
             
                  "ToolsVersion=": 10,
         | 
| 127131 128244 | 
             
                  "DefaultTargets=": 9,
         | 
| 127132 | 
            -
                  "xmlns=":  | 
| 128245 | 
            +
                  "xmlns=": 22,
         | 
| 127133 128246 | 
             
                  "<Import>": 33,
         | 
| 127134 128247 | 
             
                  "Project=": 24,
         | 
| 127135 128248 | 
             
                  "Condition=": 42,
         | 
| @@ -127143,7 +128256,7 @@ | |
| 127143 128256 | 
             
                  "<ProjectGuid>": 7,
         | 
| 127144 128257 | 
             
                  "{": 7,
         | 
| 127145 128258 | 
             
                  "D9BF15": 1,
         | 
| 127146 | 
            -
                  "-":  | 
| 128259 | 
            +
                  "-": 189,
         | 
| 127147 128260 | 
             
                  "D10": 1,
         | 
| 127148 128261 | 
             
                  "ABAD688E8B": 1,
         | 
| 127149 128262 | 
             
                  "}": 7,
         | 
| @@ -127185,7 +128298,7 @@ | |
| 127185 128298 | 
             
                  "</OutputPath>": 8,
         | 
| 127186 128299 | 
             
                  "<DefineConstants>": 6,
         | 
| 127187 128300 | 
             
                  "DEBUG": 3,
         | 
| 127188 | 
            -
                  ";":  | 
| 128301 | 
            +
                  ";": 145,
         | 
| 127189 128302 | 
             
                  "TRACE": 6,
         | 
| 127190 128303 | 
             
                  "</DefineConstants>": 6,
         | 
| 127191 128304 | 
             
                  "<ErrorReport>": 4,
         | 
| @@ -127213,8 +128326,8 @@ | |
| 127213 128326 | 
             
                  "v120": 4,
         | 
| 127214 128327 | 
             
                  "</PlatformToolset>": 3,
         | 
| 127215 128328 | 
             
                  "<_PlatformToolsetFriendlyNameFor_v120>": 1,
         | 
| 127216 | 
            -
                  "(":  | 
| 127217 | 
            -
                  ")":  | 
| 128329 | 
            +
                  "(": 101,
         | 
| 128330 | 
            +
                  ")": 96,
         | 
| 127218 128331 | 
             
                  "</_PlatformToolsetFriendlyNameFor_v120>": 1,
         | 
| 127219 128332 | 
             
                  "<_PlatformToolsetShortNameFor_v120>": 1,
         | 
| 127220 128333 | 
             
                  "</_PlatformToolsetShortNameFor_v120>": 1,
         | 
| @@ -127228,7 +128341,7 @@ | |
| 127228 128341 | 
             
                  "<ProjectReference>": 4,
         | 
| 127229 128342 | 
             
                  "<Content>": 24,
         | 
| 127230 128343 | 
             
                  "<PolicySet>": 1,
         | 
| 127231 | 
            -
                  "name=":  | 
| 128344 | 
            +
                  "name=": 431,
         | 
| 127232 128345 | 
             
                  "<TextStylePolicy>": 1,
         | 
| 127233 128346 | 
             
                  "inheritsSet=": 1,
         | 
| 127234 128347 | 
             
                  "inheritsScope=": 1,
         | 
| @@ -127252,7 +128365,7 @@ | |
| 127252 128365 | 
             
                  "</DotNetNamingPolicy>": 1,
         | 
| 127253 128366 | 
             
                  "</PolicySet>": 1,
         | 
| 127254 128367 | 
             
                  "<?fileVersion>": 1,
         | 
| 127255 | 
            -
                  "4":  | 
| 128368 | 
            +
                  "4": 3,
         | 
| 127256 128369 | 
             
                  "0": 2,
         | 
| 127257 128370 | 
             
                  "<cproject>": 1,
         | 
| 127258 128371 | 
             
                  "storage_type_id=": 1,
         | 
| @@ -127291,7 +128404,7 @@ | |
| 127291 128404 | 
             
                  "managedBuildOn=": 2,
         | 
| 127292 128405 | 
             
                  "<tool>": 12,
         | 
| 127293 128406 | 
             
                  "<option>": 16,
         | 
| 127294 | 
            -
                  "value=":  | 
| 128407 | 
            +
                  "value=": 24,
         | 
| 127295 128408 | 
             
                  "valueType=": 12,
         | 
| 127296 128409 | 
             
                  "<listOptionValue>": 4,
         | 
| 127297 128410 | 
             
                  "builtIn=": 4,
         | 
| @@ -127395,7 +128508,7 @@ | |
| 127395 128508 | 
             
                  "minWidth=": 2,
         | 
| 127396 128509 | 
             
                  "prefHeight=": 2,
         | 
| 127397 128510 | 
             
                  "prefWidth=": 6,
         | 
| 127398 | 
            -
                  "xmlns":  | 
| 128511 | 
            +
                  "xmlns": 15,
         | 
| 127399 128512 | 
             
                  "fx=": 1,
         | 
| 127400 128513 | 
             
                  "<center>": 1,
         | 
| 127401 128514 | 
             
                  "<TableView>": 1,
         | 
| @@ -127425,6 +128538,49 @@ | |
| 127425 128538 | 
             
                  "</HBox>": 1,
         | 
| 127426 128539 | 
             
                  "</bottom>": 1,
         | 
| 127427 128540 | 
             
                  "</BorderPane>": 1,
         | 
| 128541 | 
            +
                  "<": 9,
         | 
| 128542 | 
            +
                  "DOCTYPE": 1,
         | 
| 128543 | 
            +
                  "schema": 3,
         | 
| 128544 | 
            +
                  "[": 23,
         | 
| 128545 | 
            +
                  "<!ENTITY>": 35,
         | 
| 128546 | 
            +
                  "ent": 51,
         | 
| 128547 | 
            +
                  "2": 36,
         | 
| 128548 | 
            +
                  "16": 36,
         | 
| 128549 | 
            +
                  "840": 34,
         | 
| 128550 | 
            +
                  "1": 36,
         | 
| 128551 | 
            +
                  "113883": 34,
         | 
| 128552 | 
            +
                  "3": 36,
         | 
| 128553 | 
            +
                  "88": 34,
         | 
| 128554 | 
            +
                  "11": 36,
         | 
| 128555 | 
            +
                  "32": 34,
         | 
| 128556 | 
            +
                  "SYSTEM": 17,
         | 
| 128557 | 
            +
                  "templates": 17,
         | 
| 128558 | 
            +
                  "5": 2,
         | 
| 128559 | 
            +
                  "6": 2,
         | 
| 128560 | 
            +
                  "7": 2,
         | 
| 128561 | 
            +
                  "8": 2,
         | 
| 128562 | 
            +
                  "9": 2,
         | 
| 128563 | 
            +
                  "10": 2,
         | 
| 128564 | 
            +
                  "12": 2,
         | 
| 128565 | 
            +
                  "13": 2,
         | 
| 128566 | 
            +
                  "14": 2,
         | 
| 128567 | 
            +
                  "15": 2,
         | 
| 128568 | 
            +
                  "17": 2,
         | 
| 128569 | 
            +
                  "]": 24,
         | 
| 128570 | 
            +
                  "<schema>": 3,
         | 
| 128571 | 
            +
                  "cda=": 1,
         | 
| 128572 | 
            +
                  "<title>": 5,
         | 
| 128573 | 
            +
                  "HITSP_C32": 1,
         | 
| 128574 | 
            +
                  "</title>": 5,
         | 
| 128575 | 
            +
                  "<ns>": 6,
         | 
| 128576 | 
            +
                  "prefix=": 111,
         | 
| 128577 | 
            +
                  "uri=": 10,
         | 
| 128578 | 
            +
                  "<phase>": 4,
         | 
| 128579 | 
            +
                  "<active>": 65,
         | 
| 128580 | 
            +
                  "pattern=": 65,
         | 
| 128581 | 
            +
                  "</phase>": 4,
         | 
| 128582 | 
            +
                  "&": 17,
         | 
| 128583 | 
            +
                  "</schema>": 3,
         | 
| 127428 128584 | 
             
                  "<module>": 1,
         | 
| 127429 128585 | 
             
                  "<component>": 1,
         | 
| 127430 128586 | 
             
                  "inherit": 1,
         | 
| @@ -127464,7 +128620,7 @@ | |
| 127464 128620 | 
             
                  "<TargetPlatformMinVersion>": 1,
         | 
| 127465 128621 | 
             
                  "</TargetPlatformMinVersion>": 1,
         | 
| 127466 128622 | 
             
                  "VersionNumberMajor": 1,
         | 
| 127467 | 
            -
                  ".":  | 
| 128623 | 
            +
                  ".": 25,
         | 
| 127468 128624 | 
             
                  "VersionNumberMinor": 1,
         | 
| 127469 128625 | 
             
                  "<DefaultLanguage>": 1,
         | 
| 127470 128626 | 
             
                  "en": 7,
         | 
| @@ -127549,7 +128705,7 @@ | |
| 127549 128705 | 
             
                  "file": 4,
         | 
| 127550 128706 | 
             
                  "is": 137,
         | 
| 127551 128707 | 
             
                  "optionnal": 1,
         | 
| 127552 | 
            -
                  "and":  | 
| 128708 | 
            +
                  "and": 80,
         | 
| 127553 128709 | 
             
                  "designed": 1,
         | 
| 127554 128710 | 
             
                  "to": 195,
         | 
| 127555 128711 | 
             
                  "customize": 1,
         | 
| @@ -127607,7 +128763,7 @@ | |
| 127607 128763 | 
             
                  "default": 12,
         | 
| 127608 128764 | 
             
                  "junit": 2,
         | 
| 127609 128765 | 
             
                  "test": 7,
         | 
| 127610 | 
            -
                  "/":  | 
| 128766 | 
            +
                  "/": 7,
         | 
| 127611 128767 | 
             
                  "</ivy-module>": 1,
         | 
| 127612 128768 | 
             
                  "<EdgeNavigator>": 1,
         | 
| 127613 128769 | 
             
                  "HitTestMode=": 1,
         | 
| @@ -127619,6 +128775,45 @@ | |
| 127619 128775 | 
             
                  "of": 125,
         | 
| 127620 128776 | 
             
                  "EdgeNavigator": 1,
         | 
| 127621 128777 | 
             
                  "</EdgeNavigator>": 1,
         | 
| 128778 | 
            +
                  "queryBinding=": 2,
         | 
| 128779 | 
            +
                  "xsl=": 2,
         | 
| 128780 | 
            +
                  "<xsl:variable>": 1,
         | 
| 128781 | 
            +
                  "m=": 2,
         | 
| 128782 | 
            +
                  "<m:ns>": 4,
         | 
| 128783 | 
            +
                  "</xsl:variable>": 1,
         | 
| 128784 | 
            +
                  "<pattern>": 2,
         | 
| 128785 | 
            +
                  "<rule>": 3,
         | 
| 128786 | 
            +
                  "context=": 3,
         | 
| 128787 | 
            +
                  "<let>": 5,
         | 
| 128788 | 
            +
                  "<report>": 3,
         | 
| 128789 | 
            +
                  "test=": 5,
         | 
| 128790 | 
            +
                  "Unrecognized": 2,
         | 
| 128791 | 
            +
                  "namespace": 2,
         | 
| 128792 | 
            +
                  "prefix": 1,
         | 
| 128793 | 
            +
                  "<xsl:value-of>": 3,
         | 
| 128794 | 
            +
                  "select=": 7,
         | 
| 128795 | 
            +
                  "<value-of>": 3,
         | 
| 128796 | 
            +
                  "</report>": 4,
         | 
| 128797 | 
            +
                  "URI": 2,
         | 
| 128798 | 
            +
                  "Prefix": 1,
         | 
| 128799 | 
            +
                  "assigned": 1,
         | 
| 128800 | 
            +
                  "incorrectly": 1,
         | 
| 128801 | 
            +
                  "</rule>": 3,
         | 
| 128802 | 
            +
                  "<assert>": 2,
         | 
| 128803 | 
            +
                  "Namespace": 2,
         | 
| 128804 | 
            +
                  "may": 4,
         | 
| 128805 | 
            +
                  "not": 16,
         | 
| 128806 | 
            +
                  "be": 69,
         | 
| 128807 | 
            +
                  "declared": 1,
         | 
| 128808 | 
            +
                  "here.": 2,
         | 
| 128809 | 
            +
                  "</assert>": 2,
         | 
| 128810 | 
            +
                  "undeclared": 1,
         | 
| 128811 | 
            +
                  "</pattern>": 2,
         | 
| 128812 | 
            +
                  "<xsl:function>": 1,
         | 
| 128813 | 
            +
                  "as=": 2,
         | 
| 128814 | 
            +
                  "<xsl:param>": 1,
         | 
| 128815 | 
            +
                  "<xsl:sequence>": 1,
         | 
| 128816 | 
            +
                  "</xsl:function>": 1,
         | 
| 127622 128817 | 
             
                  "<doc>": 1,
         | 
| 127623 128818 | 
             
                  "<assembly>": 1,
         | 
| 127624 128819 | 
             
                  "<name>": 24,
         | 
| @@ -127646,8 +128841,7 @@ | |
| 127646 128841 | 
             
                  "Observables.": 2,
         | 
| 127647 128842 | 
             
                  "In": 10,
         | 
| 127648 128843 | 
             
                  "future": 2,
         | 
| 127649 | 
            -
                  "will":  | 
| 127650 | 
            -
                  "be": 66,
         | 
| 128844 | 
            +
                  "will": 74,
         | 
| 127651 128845 | 
             
                  "Covariant": 1,
         | 
| 127652 128846 | 
             
                  "which": 19,
         | 
| 127653 128847 | 
             
                  "allow": 1,
         | 
| @@ -127672,7 +128866,6 @@ | |
| 127672 128866 | 
             
                  "IMPORTANT": 1,
         | 
| 127673 128867 | 
             
                  "NOTE": 1,
         | 
| 127674 128868 | 
             
                  "often": 3,
         | 
| 127675 | 
            -
                  "not": 13,
         | 
| 127676 128869 | 
             
                  "set": 45,
         | 
| 127677 128870 | 
             
                  "performance": 1,
         | 
| 127678 128871 | 
             
                  "reasons": 1,
         | 
| @@ -127685,7 +128878,7 @@ | |
| 127685 128878 | 
             
                  "via": 8,
         | 
| 127686 128879 | 
             
                  "method": 34,
         | 
| 127687 128880 | 
             
                  "such": 7,
         | 
| 127688 | 
            -
                  "as":  | 
| 128881 | 
            +
                  "as": 46,
         | 
| 127689 128882 | 
             
                  "ObservableForProperty.": 1,
         | 
| 127690 128883 | 
             
                  "To": 4,
         | 
| 127691 128884 | 
             
                  "retrieve": 3,
         | 
| @@ -127732,7 +128925,7 @@ | |
| 127732 128925 | 
             
                  "about": 6,
         | 
| 127733 128926 | 
             
                  "should": 13,
         | 
| 127734 128927 | 
             
                  "duplicate": 2,
         | 
| 127735 | 
            -
                  "if":  | 
| 128928 | 
            +
                  "if": 31,
         | 
| 127736 128929 | 
             
                  "same": 8,
         | 
| 127737 128930 | 
             
                  "multiple": 6,
         | 
| 127738 128931 | 
             
                  "times.": 4,
         | 
| @@ -127753,7 +128946,7 @@ | |
| 127753 128946 | 
             
                  "either": 2,
         | 
| 127754 128947 | 
             
                  "items": 27,
         | 
| 127755 128948 | 
             
                  "added/removed": 1,
         | 
| 127756 | 
            -
                  "or":  | 
| 128949 | 
            +
                  "or": 46,
         | 
| 127757 128950 | 
             
                  "itself": 2,
         | 
| 127758 128951 | 
             
                  "changes": 13,
         | 
| 127759 128952 | 
             
                  "It": 4,
         | 
| @@ -127830,7 +129023,7 @@ | |
| 127830 129023 | 
             
                  "additional": 3,
         | 
| 127831 129024 | 
             
                  "parameter": 6,
         | 
| 127832 129025 | 
             
                  "unique": 12,
         | 
| 127833 | 
            -
                  "string":  | 
| 129026 | 
            +
                  "string": 14,
         | 
| 127834 129027 | 
             
                  "distinguish": 12,
         | 
| 127835 129028 | 
             
                  "arbitrarily": 2,
         | 
| 127836 129029 | 
             
                  "by": 20,
         | 
| @@ -127866,7 +129059,7 @@ | |
| 127866 129059 | 
             
                  "Another": 3,
         | 
| 127867 129060 | 
             
                  "part": 2,
         | 
| 127868 129061 | 
             
                  "code": 6,
         | 
| 127869 | 
            -
                  "then":  | 
| 129062 | 
            +
                  "then": 4,
         | 
| 127870 129063 | 
             
                  "call": 5,
         | 
| 127871 129064 | 
             
                  "Observable.": 6,
         | 
| 127872 129065 | 
             
                  "subscribed": 2,
         | 
| @@ -127946,7 +129139,7 @@ | |
| 127946 129139 | 
             
                  "called.": 1,
         | 
| 127947 129140 | 
             
                  "all": 6,
         | 
| 127948 129141 | 
             
                  "Returns": 5,
         | 
| 127949 | 
            -
                  "values":  | 
| 129142 | 
            +
                  "values": 5,
         | 
| 127950 129143 | 
             
                  "currently": 2,
         | 
| 127951 129144 | 
             
                  "MessageBus": 3,
         | 
| 127952 129145 | 
             
                  "bus.": 1,
         | 
| @@ -128032,7 +129225,7 @@ | |
| 128032 129225 | 
             
                  "requests": 4,
         | 
| 128033 129226 | 
             
                  "wait": 3,
         | 
| 128034 129227 | 
             
                  "first": 1,
         | 
| 128035 | 
            -
                  "empty":  | 
| 129228 | 
            +
                  "empty": 4,
         | 
| 128036 129229 | 
             
                  "web": 7,
         | 
| 128037 129230 | 
             
                  "image": 1,
         | 
| 128038 129231 | 
             
                  "receives": 1,
         | 
| @@ -128059,7 +129252,6 @@ | |
| 128059 129252 | 
             
                  "async": 3,
         | 
| 128060 129253 | 
             
                  "CPU": 1,
         | 
| 128061 129254 | 
             
                  "Observable.Return": 1,
         | 
| 128062 | 
            -
                  "may": 2,
         | 
| 128063 129255 | 
             
                  "result.": 2,
         | 
| 128064 129256 | 
             
                  "*must*": 1,
         | 
| 128065 129257 | 
             
                  "equivalently": 1,
         | 
| @@ -128345,6 +129537,29 @@ | |
| 128345 129537 | 
             
                  "Nemerle.Linq.dll": 1,
         | 
| 128346 129538 | 
             
                  "</MacroReference>": 1,
         | 
| 128347 129539 | 
             
                  "<Folder>": 1,
         | 
| 129540 | 
            +
                  "OASIS/CALS": 1,
         | 
| 129541 | 
            +
                  "table": 3,
         | 
| 129542 | 
            +
                  "validation": 1,
         | 
| 129543 | 
            +
                  "<xsl:include>": 1,
         | 
| 129544 | 
            +
                  "href=": 6,
         | 
| 129545 | 
            +
                  "cols": 3,
         | 
| 129546 | 
            +
                  "castable": 1,
         | 
| 129547 | 
            +
                  "xs": 1,
         | 
| 129548 | 
            +
                  "integer": 1,
         | 
| 129549 | 
            +
                  "exists": 2,
         | 
| 129550 | 
            +
                  "@cols": 4,
         | 
| 129551 | 
            +
                  "okay": 2,
         | 
| 129552 | 
            +
                  "o": 4,
         | 
| 129553 | 
            +
                  "colspec": 4,
         | 
| 129554 | 
            +
                  "count": 3,
         | 
| 129555 | 
            +
                  "else": 1,
         | 
| 129556 | 
            +
                  "m": 2,
         | 
| 129557 | 
            +
                  "align": 7,
         | 
| 129558 | 
            +
                  "warning": 1,
         | 
| 129559 | 
            +
                  "join": 2,
         | 
| 129560 | 
            +
                  "distinct": 2,
         | 
| 129561 | 
            +
                  "/name": 1,
         | 
| 129562 | 
            +
                  "ignored.": 1,
         | 
| 128348 129563 | 
             
                  "<phpunit>": 1,
         | 
| 128349 129564 | 
             
                  "bootstrap=": 1,
         | 
| 128350 129565 | 
             
                  "colors=": 1,
         | 
| @@ -128415,14 +129630,12 @@ | |
| 128415 129630 | 
             
                  "demote": 1,
         | 
| 128416 129631 | 
             
                  "dropping": 1,
         | 
| 128417 129632 | 
             
                  "particle=": 1,
         | 
| 128418 | 
            -
                  "<title>": 3,
         | 
| 128419 129633 | 
             
                  "Modern": 1,
         | 
| 128420 129634 | 
             
                  "Language": 1,
         | 
| 128421 129635 | 
             
                  "Association": 1,
         | 
| 128422 129636 | 
             
                  "th": 2,
         | 
| 128423 129637 | 
             
                  "edition": 1,
         | 
| 128424 129638 | 
             
                  "URL": 2,
         | 
| 128425 | 
            -
                  "</title>": 3,
         | 
| 128426 129639 | 
             
                  "<title-short>": 1,
         | 
| 128427 129640 | 
             
                  "MLA": 2,
         | 
| 128428 129641 | 
             
                  "</title-short>": 1,
         | 
| @@ -128434,7 +129647,6 @@ | |
| 128434 129647 | 
             
                  "url": 1,
         | 
| 128435 129648 | 
             
                  "</id>": 2,
         | 
| 128436 129649 | 
             
                  "<link>": 2,
         | 
| 128437 | 
            -
                  "href=": 5,
         | 
| 128438 129650 | 
             
                  "rel=": 2,
         | 
| 128439 129651 | 
             
                  "<author>": 1,
         | 
| 128440 129652 | 
             
                  "Martin": 2,
         | 
| @@ -128513,7 +129725,6 @@ | |
| 128513 129725 | 
             
                  "last=": 14,
         | 
| 128514 129726 | 
             
                  "<substitute>": 5,
         | 
| 128515 129727 | 
             
                  "<label>": 7,
         | 
| 128516 | 
            -
                  "prefix=": 101,
         | 
| 128517 129728 | 
             
                  "</names>": 19,
         | 
| 128518 129729 | 
             
                  "<choose>": 59,
         | 
| 128519 129730 | 
             
                  "<if>": 59,
         | 
| @@ -128911,7 +130122,6 @@ | |
| 128911 130122 | 
             
                  "our": 1,
         | 
| 128912 130123 | 
             
                  "view": 1,
         | 
| 128913 130124 | 
             
                  "there": 2,
         | 
| 128914 | 
            -
                  "distinct": 1,
         | 
| 128915 130125 | 
             
                  "uses": 2,
         | 
| 128916 130126 | 
             
                  "primarily": 1,
         | 
| 128917 130127 | 
             
                  "area": 2,
         | 
| @@ -128967,7 +130177,6 @@ | |
| 128967 130177 | 
             
                  "focusing": 1,
         | 
| 128968 130178 | 
             
                  "model": 1,
         | 
| 128969 130179 | 
             
                  "associates": 1,
         | 
| 128970 | 
            -
                  "schema": 2,
         | 
| 128971 130180 | 
             
                  "explicit": 1,
         | 
| 128972 130181 | 
             
                  "standardized": 1,
         | 
| 128973 130182 | 
             
                  "options": 1,
         | 
| @@ -129045,7 +130254,6 @@ | |
| 129045 130254 | 
             
                  "placed": 1,
         | 
| 129046 130255 | 
             
                  "public": 1,
         | 
| 129047 130256 | 
             
                  "January": 1,
         | 
| 129048 | 
            -
                  "join": 1,
         | 
| 129049 130257 | 
             
                  "five": 1,
         | 
| 129050 130258 | 
             
                  "archive": 1,
         | 
| 129051 130259 | 
             
                  "consistently": 1,
         | 
| @@ -129158,8 +130366,6 @@ | |
| 129158 130366 | 
             
                  "#": 3,
         | 
| 129159 130367 | 
             
                  "toc": 1,
         | 
| 129160 130368 | 
             
                  "column": 3,
         | 
| 129161 | 
            -
                  "[": 22,
         | 
| 129162 | 
            -
                  "]": 22,
         | 
| 129163 130369 | 
             
                  "title_page": 1,
         | 
| 129164 130370 | 
             
                  "display": 5,
         | 
| 129165 130371 | 
             
                  "...": 1,
         | 
| @@ -129169,7 +130375,6 @@ | |
| 129169 130375 | 
             
                  "damage": 1,
         | 
| 129170 130376 | 
             
                  "illegible": 1,
         | 
| 129171 130377 | 
             
                  "omitted": 1,
         | 
| 129172 | 
            -
                  "m": 1,
         | 
| 129173 130378 | 
             
                  "j": 1,
         | 
| 129174 130379 | 
             
                  "u": 1,
         | 
| 129175 130380 | 
             
                  "</rendition>": 34,
         | 
| @@ -129197,7 +130402,6 @@ | |
| 129197 130402 | 
             
                  "LABEL": 1,
         | 
| 129198 130403 | 
             
                  "row": 2,
         | 
| 129199 130404 | 
             
                  "sum": 2,
         | 
| 129200 | 
            -
                  "table": 2,
         | 
| 129201 130405 | 
             
                  "total": 2,
         | 
| 129202 130406 | 
             
                  "<rendition>": 34,
         | 
| 129203 130407 | 
             
                  "transform": 5,
         | 
| @@ -129213,7 +130417,6 @@ | |
| 129213 130417 | 
             
                  "gray": 4,
         | 
| 129214 130418 | 
             
                  "solid": 1,
         | 
| 129215 130419 | 
             
                  "black": 1,
         | 
| 129216 | 
            -
                  "align": 6,
         | 
| 129217 130420 | 
             
                  "center": 1,
         | 
| 129218 130421 | 
             
                  "cursive": 2,
         | 
| 129219 130422 | 
             
                  "decoration": 6,
         | 
| @@ -129727,11 +130930,9 @@ | |
| 129727 130930 | 
             
                  "J47cx/0JnaxSV67DHgTsDrjqEfzWhZz750yajiP4vc/5ASZt46J2q67KAAAAAElFTkSuQmCC": 1,
         | 
| 129728 130931 | 
             
                  "iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAAF0lEQVR42mNgGAWjYBSMglEwCkbBSAcACBAAAb475JcAAAAASUVORK5CYII": 2,
         | 
| 129729 130932 | 
             
                  "</tileset>": 1,
         | 
| 129730 | 
            -
                  "<!ENTITY>": 18,
         | 
| 129731 130933 | 
             
                  "title": 9,
         | 
| 129732 130934 | 
             
                  "element": 4,
         | 
| 129733 130935 | 
             
                  "INCLUDE": 8,
         | 
| 129734 | 
            -
                  "<": 8,
         | 
| 129735 130936 | 
             
                  "title.element": 1,
         | 
| 129736 130937 | 
             
                  "PCDATA": 1,
         | 
| 129737 130938 | 
             
                  "qname": 15,
         | 
| @@ -129748,7 +130949,6 @@ | |
| 129748 130949 | 
             
                  "mix": 3,
         | 
| 129749 130950 | 
             
                  "head.attlist": 1,
         | 
| 129750 130951 | 
             
                  "profile": 4,
         | 
| 129751 | 
            -
                  "URI": 1,
         | 
| 129752 130952 | 
             
                  "datatype": 2,
         | 
| 129753 130953 | 
             
                  "body": 9,
         | 
| 129754 130954 | 
             
                  "body.element": 1,
         | 
| @@ -132949,12 +134149,13 @@ | |
| 132949 134149 | 
             
                "Eiffel": 334,
         | 
| 132950 134150 | 
             
                "Elixir": 43,
         | 
| 132951 134151 | 
             
                "Elm": 624,
         | 
| 132952 | 
            -
                "Emacs Lisp":  | 
| 134152 | 
            +
                "Emacs Lisp": 3106,
         | 
| 132953 134153 | 
             
                "EmberScript": 45,
         | 
| 132954 134154 | 
             
                "Erlang": 7011,
         | 
| 132955 134155 | 
             
                "F#": 3281,
         | 
| 132956 134156 | 
             
                "FLUX": 1392,
         | 
| 132957 134157 | 
             
                "FORTRAN": 192,
         | 
| 134158 | 
            +
                "Filebench WML": 109,
         | 
| 132958 134159 | 
             
                "Filterscript": 143,
         | 
| 132959 134160 | 
             
                "Formatted": 5103,
         | 
| 132960 134161 | 
             
                "Forth": 4308,
         | 
| @@ -133120,7 +134321,7 @@ | |
| 133120 134321 | 
             
                "Puppet": 846,
         | 
| 133121 134322 | 
             
                "PureBasic": 867,
         | 
| 133122 134323 | 
             
                "PureScript": 1818,
         | 
| 133123 | 
            -
                "Python":  | 
| 134324 | 
            +
                "Python": 7979,
         | 
| 133124 134325 | 
             
                "QML": 304,
         | 
| 133125 134326 | 
             
                "QMake": 119,
         | 
| 133126 134327 | 
             
                "R": 1790,
         | 
| @@ -133128,6 +134329,7 @@ | |
| 133128 134329 | 
             
                "RDoc": 279,
         | 
| 133129 134330 | 
             
                "REXX": 1643,
         | 
| 133130 134331 | 
             
                "RMarkdown": 19,
         | 
| 134332 | 
            +
                "RPM Spec": 2855,
         | 
| 133131 134333 | 
             
                "RUNOFF": 28475,
         | 
| 133132 134334 | 
             
                "Racket": 331,
         | 
| 133133 134335 | 
             
                "Ragel in Ruby Host": 593,
         | 
| @@ -133136,7 +134338,7 @@ | |
| 133136 134338 | 
             
                "Ren'Py": 1497,
         | 
| 133137 134339 | 
             
                "RenderScript": 1298,
         | 
| 133138 134340 | 
             
                "RobotFramework": 483,
         | 
| 133139 | 
            -
                "Ruby":  | 
| 134341 | 
            +
                "Ruby": 5142,
         | 
| 133140 134342 | 
             
                "Rust": 12851,
         | 
| 133141 134343 | 
             
                "SAS": 1777,
         | 
| 133142 134344 | 
             
                "SCSS": 39,
         | 
| @@ -133200,7 +134402,7 @@ | |
| 133200 134402 | 
             
                "World of Warcraft Addon Data": 81,
         | 
| 133201 134403 | 
             
                "X10": 6479,
         | 
| 133202 134404 | 
             
                "XC": 24,
         | 
| 133203 | 
            -
                "XML":  | 
| 134405 | 
            +
                "XML": 16718,
         | 
| 133204 134406 | 
             
                "XPages": 120,
         | 
| 133205 134407 | 
             
                "XProc": 22,
         | 
| 133206 134408 | 
             
                "XQuery": 801,
         | 
| @@ -133299,12 +134501,13 @@ | |
| 133299 134501 | 
             
                "Eiffel": 3,
         | 
| 133300 134502 | 
             
                "Elixir": 1,
         | 
| 133301 134503 | 
             
                "Elm": 3,
         | 
| 133302 | 
            -
                "Emacs Lisp":  | 
| 134504 | 
            +
                "Emacs Lisp": 4,
         | 
| 133303 134505 | 
             
                "EmberScript": 1,
         | 
| 133304 134506 | 
             
                "Erlang": 13,
         | 
| 133305 134507 | 
             
                "F#": 8,
         | 
| 133306 134508 | 
             
                "FLUX": 4,
         | 
| 133307 134509 | 
             
                "FORTRAN": 4,
         | 
| 134510 | 
            +
                "Filebench WML": 1,
         | 
| 133308 134511 | 
             
                "Filterscript": 2,
         | 
| 133309 134512 | 
             
                "Formatted": 3,
         | 
| 133310 134513 | 
             
                "Forth": 16,
         | 
| @@ -133470,7 +134673,7 @@ | |
| 133470 134673 | 
             
                "Puppet": 5,
         | 
| 133471 134674 | 
             
                "PureBasic": 2,
         | 
| 133472 134675 | 
             
                "PureScript": 4,
         | 
| 133473 | 
            -
                "Python":  | 
| 134676 | 
            +
                "Python": 18,
         | 
| 133474 134677 | 
             
                "QML": 1,
         | 
| 133475 134678 | 
             
                "QMake": 4,
         | 
| 133476 134679 | 
             
                "R": 7,
         | 
| @@ -133478,6 +134681,7 @@ | |
| 133478 134681 | 
             
                "RDoc": 1,
         | 
| 133479 134682 | 
             
                "REXX": 4,
         | 
| 133480 134683 | 
             
                "RMarkdown": 1,
         | 
| 134684 | 
            +
                "RPM Spec": 3,
         | 
| 133481 134685 | 
             
                "RUNOFF": 4,
         | 
| 133482 134686 | 
             
                "Racket": 2,
         | 
| 133483 134687 | 
             
                "Ragel in Ruby Host": 3,
         | 
| @@ -133486,7 +134690,7 @@ | |
| 133486 134690 | 
             
                "Ren'Py": 1,
         | 
| 133487 134691 | 
             
                "RenderScript": 2,
         | 
| 133488 134692 | 
             
                "RobotFramework": 3,
         | 
| 133489 | 
            -
                "Ruby":  | 
| 134693 | 
            +
                "Ruby": 30,
         | 
| 133490 134694 | 
             
                "Rust": 3,
         | 
| 133491 134695 | 
             
                "SAS": 3,
         | 
| 133492 134696 | 
             
                "SCSS": 1,
         | 
| @@ -133550,7 +134754,7 @@ | |
| 133550 134754 | 
             
                "World of Warcraft Addon Data": 3,
         | 
| 133551 134755 | 
             
                "X10": 18,
         | 
| 133552 134756 | 
             
                "XC": 1,
         | 
| 133553 | 
            -
                "XML":  | 
| 134757 | 
            +
                "XML": 41,
         | 
| 133554 134758 | 
             
                "XPages": 2,
         | 
| 133555 134759 | 
             
                "XProc": 1,
         | 
| 133556 134760 | 
             
                "XQuery": 1,
         | 
| @@ -133570,5 +134774,5 @@ | |
| 133570 134774 | 
             
                "wisp": 1,
         | 
| 133571 134775 | 
             
                "xBase": 3
         | 
| 133572 134776 | 
             
              },
         | 
| 133573 | 
            -
              "md5": " | 
| 134777 | 
            +
              "md5": "0a008661b849df1a884b7231ecb397f1"
         | 
| 133574 134778 | 
             
            }
         |