lib/linguist/samples.json in github-linguist-3.4.1 vs lib/linguist/samples.json in github-linguist-3.5.0

- old
+ new

@@ -73,10 +73,11 @@ ], "C++": [ ".cc", ".cpp", ".h", + ".hh", ".hpp", ".inl", ".ipp" ], "COBOL": [ @@ -217,10 +218,13 @@ ], "Gnuplot": [ ".gnu", ".gp" ], + "Golo": [ + ".golo" + ], "Gosu": [ ".gs", ".gst", ".gsx", ".vark" @@ -252,10 +256,14 @@ ], "HTML+ERB": [ ".deface", ".erb" ], + "Hack": [ + ".hh", + ".php" + ], "Haml": [ ".deface", ".haml" ], "Handlebars": [ @@ -490,10 +498,13 @@ ".script!" ], "Pan": [ ".pan" ], + "Papyrus": [ + ".psc" + ], "Parrot Assembly": [ ".pasm" ], "Parrot Internal Representation": [ ".pir" @@ -702,10 +713,11 @@ ], "Stylus": [ ".styl" ], "SuperCollider": [ + ".sc", ".scd" ], "Swift": [ ".swift" ], @@ -890,12 +902,12 @@ "exception.zep.c", "exception.zep.h", "exception.zep.php" ] }, - "tokens_total": 669776, - "languages_total": 949, + "tokens_total": 679459, + "languages_total": 1012, "tokens": { "ABAP": { "*/**": 1, "*": 56, "The": 2, @@ -10831,23 +10843,23 @@ "args": 1, ")": 3, "Console.WriteLine": 2 }, "C++": { - "class": 40, - "Bar": 2, - "{": 726, - "protected": 4, - "char": 127, - "*name": 6, - ";": 2783, - "public": 33, - "void": 241, - "hello": 2, - "(": 3102, - ")": 3105, - "}": 726, + "class": 41, + "Bar": 3, + "{": 727, + "protected": 5, + "char": 128, + "*name": 7, + ";": 2785, + "public": 34, + "void": 242, + "hello": 3, + "(": 3103, + ")": 3106, + "}": 727, "//": 315, "///": 843, "mainpage": 1, "C": 6, "library": 14, @@ -27371,10 +27383,424 @@ "lw": 1, ".1": 1, "tc": 1, "pal": 1 }, + "Golo": { + "module": 27, + "samples.Adapters": 1, + "local": 27, + "function": 87, + "list_sample": 2, + "|": 228, + "fabric": 7, + "{": 151, + "println": 170, + "(": 642, + ")": 644, + "let": 91, + "carbonCopy": 5, + "list": 27, + "[": 33, + "]": 33, + "conf": 4, + "map": 10, + "super": 2, + "name": 9, + "args": 44, + "if": 7, + "length": 8, + "add": 22, + "get": 16, + "}": 150, + "else": 5, + "return": 28, + "invokeWithArguments": 6, + "maker": 2, + "newInstance": 2, + "+": 114, + "getClass": 3, + "runnable_sample": 2, + "result": 13, + "array": 2, + "this": 29, + "for": 2, + "var": 5, + "i": 20, + "<": 3, + "set": 13, + "runner": 4, + "run": 7, + "toString": 5, + "oftype": 2, + "java.io.Serializable.class": 1, + "java.lang.Runnable.class": 1, + "main": 27, + "AdapterFabric": 1, + "samples.AsyncHelpers": 1, + "import": 32, + "gololang.Async": 1, + "java.util.concurrent.TimeUnit": 1, + "java.util.concurrent.Executors": 1, + "fib": 15, + "n": 17, + "<=>": 3, + "1": 6, + "2": 3, + "executor": 11, + "newCachedThreadPool": 1, + "Let": 1, + "s": 1, + "do": 1, + "some": 1, + "useless": 1, + "asynchronous": 1, + "operations": 1, + "f": 9, + "enqueue": 2, + "Thread": 5, + "sleep": 1, + "1000_L": 1, + "666": 1, + "onSet": 5, + "v": 22, + "onFail": 2, + "e": 42, + "-": 58, + "cancel": 1, + "true": 4, + "Thread.sleep": 4, + "_L": 6, + "fib_10": 3, + "promise": 5, + "fib_20": 3, + "fib_30": 3, + "fib_40": 3, + "futures": 2, + "future": 5, + "submit": 6, + "all": 1, + "results": 2, + "truth": 3, + "shutdown": 2, + "awaitTermination": 2, + "SECONDS": 1, + "samples.Augmentations": 1, + "java.util.LinkedList": 5, + "augment": 4, + "java.util.List": 2, + "with": 4, + "value": 8, + "java.util.Collection": 1, + "doToEach": 2, + "func": 12, + "foreach": 11, + "element": 8, + "in": 11, + "LinkedList": 4, + "Closures": 1, + "sayHello": 3, + "who": 2, + "adder": 5, + "a": 22, + "b": 14, + "addToTen": 3, + "bindTo": 5, + "adding": 3, + "x": 19, + "y": 16, + "addingTen": 2, + "pump_it": 2, + "CoinChange": 1, + "change": 9, + "money": 5, + "coins": 13, + "match": 2, + "when": 5, + "then": 5, + "or": 1, + "isEmpty": 1, + "otherwise": 2, + "head": 1, + "tail": 1, + "append": 7, + "samples.CollectionLiterals": 1, + "play_with_tuples": 2, + "hello": 6, + "str": 2, + "print": 1, + "join": 3, + "play_with_literals": 2, + "data": 4, + "tuple": 1, + "vector": 1, + "each": 1, + "#": 18, + "samples.ContextDecorator": 1, + "gololang.Decorators": 3, + "myContext": 3, + "defaultContext": 1, + "count": 4, + "define": 5, + "require": 1, + "throw": 1, + "@withContext": 1, + "foo": 17, + "withContext": 1, + "*a": 2, + "try": 19, + "catch": 19, + "samples.Decorators": 1, + "simple_decorator": 1, + "@simple_decorator": 1, + "simple_adder": 2, + "decorator_with_params": 1, + "param1": 2, + "param2": 2, + "@decorator_with_params": 1, + "parametrized_adder": 2, + "generic_decorator": 1, + "args...": 3, + "@generic_decorator": 4, + "generic_adder0": 2, + "generic_adder1": 2, + "generic_adder2": 2, + "generic_adder3": 2, + "z": 2, + "list_sum_decorator": 1, + "@list_sum_decorator": 1, + "sum": 2, + "acc": 6, + "elem": 2, + "samples.DynamicEvaluation": 1, + "gololang.EvaluationEnvironment": 1, + "test_asModule": 2, + "env": 25, + "code": 12, + "mod": 6, + "asModule": 1, + "fun": 6, + "test_anonymousModule": 2, + "anonymousModule": 1, + "test_asFunction": 2, + "asFunction": 1, + "test_def": 2, + "def": 1, + "test_run": 2, + "test_run_map": 2, + "values": 3, + "java.util.TreeMap": 1, + "EvaluationEnvironment": 1, + "samples.DynamicObjectPerson": 1, + "mrbean": 5, + "DynamicObject": 1, + "email": 3, + "bean": 4, + "EchoArgs": 1, + "arg": 2, + "range": 4, + "sample.EnumsThreadState": 1, + "java.lang.Thread": 2, + "State": 1, + "new": 3, + "State.NEW": 1, + "ordinal": 2, + "State.values": 1, + "samples.Fibonacci": 1, + "java.lang.System": 2, + "start": 10, + "System": 2, + "currentTimeMillis": 2, + "40": 1, + "duration": 5, + "took": 1, + "ms": 1, + "while": 2, + "hello.World": 1, + "samples.WebServer": 1, + "java.lang": 2, + "java.net.InetSocketAddress": 2, + "com.sun.net.httpserver": 2, + "com.sun.net.httpserver.HttpServer": 2, + "server": 8, + "HttpServer.create": 2, + "InetSocketAddress": 2, + "createContext": 3, + "exchange": 27, + "headers": 2, + "getResponseHeaders": 4, + "response": 6, + "StringBuilder": 1, + "getRequestURI": 1, + "java.util.Date": 1, + "sendResponseHeaders": 4, + "getResponseBody": 3, + "write": 3, + "getBytes": 3, + "close": 5, + "stop": 1, + "samples.LogDeco": 1, + "log1": 2, + "msg": 2, + "@log1": 2, + "bar": 2, + "@sayHello": 1, + "baz": 2, + "log2": 4, + "msgBefore": 2, + "msgAfter": 2, + "res": 2, + "@log2": 1, + "spam": 2, + "logEnterExit": 1, + "@logEnterExit": 1, + "egg": 2, + "strange_use": 2, + "Matching": 1, + "what_it_could_be": 2, + "item": 10, + "contains": 1, + "startsWith": 3, + "samples.MaxInt": 1, + "max_int": 2, + "java.lang.Integer.MAX_VALUE": 1, + "samples.MemoizeDecorator": 1, + "memo": 2, + "memoizer": 1, + "@memo": 1, + "System.currentTimeMillis": 4, + "run2": 2, + "DealingWithNull": 1, + "java.util": 1, + "contacts": 3, + "larry": 2, + "orIfNull": 3, + "street": 1, + "number": 1, + "samples.PrepostDecorator": 1, + "isInteger": 4, + "isOfType": 1, + "Integer.class": 1, + "@checkResult": 1, + "isString": 2, + "andThen": 4, + "lengthIs": 1, + "@checkArguments": 4, + "isPositive": 3, + "myCheck": 1, + "checkArguments": 1, + "@myCheck": 1, + "inv": 3, + "/": 1, + "isPositiveInt": 2, + "mul": 3, + "*": 1, + "isNumber": 1, + "num": 7, + "isNotNull": 1, + "notnull": 3, + "_F": 3, + "null": 2, + "StructDemo": 1, + "struct": 1, + "Point": 4, + "StructDemo.types.Point": 1, + "move": 2, + "offsetX": 4, + "offsetY": 4, + "relative": 2, + "p1": 15, + "p2": 3, + "p3": 4, + "frozenCopy": 2, + "p4": 3, + "hashCode": 4, + "members": 1, + "p5": 3, + "ImmutablePoint": 1, + "expected": 2, + "getMessage": 1, + "samples.SwingActionListener": 1, + "java.awt.event": 1, + "javax.swing": 2, + "javax.swing.WindowConstants": 2, + "listener": 2, + "handler": 2, + "asInterfaceInstance": 1, + "ActionListener.class": 2, + "frame": 10, + "JFrame": 2, + "setDefaultCloseOperation": 2, + "EXIT_ON_CLOSE": 2, + "button": 7, + "JButton": 1, + "setFont": 2, + "getFont": 2, + "deriveFont": 2, + "addActionListener": 3, + "event": 3, + "to": 3, + "getContentPane": 2, + "pack": 2, + "setVisible": 2, + "samples.SwingHelloWorld": 1, + "label": 4, + "JLabel": 1, + "samples.TemplatesChatWebapp": 1, + "java.io": 1, + "redirect": 2, + "respond": 2, + "body": 3, + "extract_post": 2, + "posts": 7, + "reader": 4, + "BufferedReader": 1, + "InputStreamReader": 1, + "getRequestBody": 1, + "line": 5, + "readLine": 2, + "isnt": 1, + "java.net.URLDecoder.decode": 1, + "substring": 1, + "index": 2, + "template": 2, + "getRequestMethod": 1, + "index_template": 2, + "index_tpl": 2, + "gololang.TemplateEngine": 1, + "compile": 1, + "java.util.concurrent.ConcurrentLinkedDeque": 1, + "MoreCoolContainers": 1, + "dyn": 7, + "DynamicVariable": 1, + "t1": 3, + "withValue": 2, + "t2": 3, + "Observable": 1, + "onChange": 2, + "mapped": 2, + "Workers": 1, + "java.util.concurrent": 1, + "gololang.concurrent.workers.WorkerEnvironment": 1, + "pusher": 2, + "queue": 5, + "message": 4, + "offer": 1, + "generator": 2, + "port": 2, + "send": 3, + "WorkerEnvironment.builder": 1, + "withFixedThreadPool": 1, + "ConcurrentLinkedQueue": 1, + "pusherPort": 2, + "spawn": 3, + "generatorPort": 2, + "finishPort": 2, + "any": 1, + "reduce": 1, + "next": 2 + }, "Gosu": { "<%!-->": 1, "defined": 1, "in": 3, "Hello": 2, @@ -28805,10 +29231,445 @@ "No": 1, "Users": 1, "else": 1, "render": 1 }, + "Hack": { + "<": 25, + "hh": 23, + "//": 18, + "strict": 23, + "final": 21, + "class": 27, + "AssertException": 6, + "extends": 18, + "Exception": 5, + "{": 176, + "}": 182, + "Assert": 1, + "public": 36, + "static": 6, + "function": 106, + "isNum": 1, + "(": 290, + "mixed": 18, + "x": 30, + ")": 295, + "num": 1, + "if": 20, + "is_float": 2, + "return": 86, + ";": 203, + "else": 2, + "is_int": 3, + "throw": 9, + "new": 11, + "isInt": 1, + "int": 11, + "isFloat": 1, + "float": 1, + "isString": 1, + "string": 65, + "is_string": 3, + "isArrayOf": 1, + "<T>": 2, + "T": 1, + "fn": 2, + "array": 13, + "is_array": 2, + "array_map": 2, + "require_once": 24, + "_SERVER": 19, + "[": 28, + "]": 28, + ".": 28, + "AssertRecipe": 1, + "Recipe": 6, + "implements": 5, + "RecipeWithDemo": 7, + "protected": 44, + "getName": 8, + "<<": 5, + "Override": 5, + "getDescription": 7, + "getFilenames": 7, + "Vector": 31, + "<string>": 12, + "getDocs": 8, + "<(string,>": 6, + "tuple": 8, + "getDemoFilename": 8, + "getDemoResult": 7, + "assert_main": 1, + "getDemoXHP": 7, + "xhp": 19, + "null": 14, + "abstract": 13, + "Controller": 3, + "__construct": 5, + "startup": 2, + "getCSS": 3, + "Set": 10, + "getJS": 3, + "getTitle": 4, + "render": 5, + "getHead": 2, + "css": 3, + "this": 32, + "-": 59, + "toVector": 2, + "map": 5, + "<link>": 1, + "rel=": 1, + "type=": 5, + "href=": 16, + "js": 3, + "<script>": 1, + "src=": 1, + "<head>": 1, + "<meta>": 1, + "http": 1, + "equiv=": 1, + "content=": 1, + "<title>": 1, + "</title>": 1, + "toArray": 5, + "</head>": 1, + "DBResultRecipe": 1, + "db_result_main": 1, + "<?hh>": 5, + "Copyright": 3, + "c": 3, + "2014": 3, + "Facebook": 3, + "Inc": 3, + "All": 3, + "rights": 6, + "reserved": 3, + "This": 5, + "source": 6, + "code": 5, + "is": 8, + "licensed": 3, + "under": 3, + "the": 19, + "BSD": 3, + "style": 3, + "license": 3, + "found": 6, + "in": 14, + "LICENSE": 3, + "file": 9, + "root": 3, + "directory": 6, + "of": 8, + "tree": 3, + "An": 3, + "additional": 3, + "grant": 3, + "patent": 3, + "can": 5, + "be": 3, + "PATENTS": 3, + "same": 3, + "DOCUMENT_ROOT": 2, + "vendor": 2, + "hhvm": 2, + "src": 2, + "init": 2, + "php": 2, + "documentation": 1, + "element": 2, + "attribute": 2, + "name": 20, + "implode": 1, + "explode": 2, + "getAttribute": 2, + "href": 1, + "<a>": 15, + "class=": 26, + "target=": 1, + "docs": 1, + "&": 1, + "rarr": 1, + "</a>": 15, + "TypehintViolationException": 3, + "setup_errors": 2, + "void": 7, + "set_error_handler": 1, + "E_ALL": 1, + "handle_error": 1, + "errno": 2, + "errstr": 6, + "errfile": 1, + "errline": 1, + "errcontext": 1, + "errtrace": 1, + "bool": 2, + "E_RECOVERABLE_ERROR": 1, + "strpos": 3, + "false": 4, + "&&": 1, + "type": 4, + "DBResultExtra": 2, + "shape": 15, + "age": 1, + "DBResult": 2, + "FakeDB": 1, + "getRawRows": 2, + "<string,>": 9, + "good_extra": 2, + "json_encode": 1, + "bad_extra": 2, + "processRow": 2, + "row": 12, + "Map": 12, + "fromArray": 5, + "id": 11, + "contains": 7, + "extra": 9, + "json_decode": 1, + "true": 2, + "||": 1, + "getDBResults": 1, + "<DBResult>": 1, + "ret": 3, + "foreach": 2, + "as": 4, + "raw_row": 2, + "add": 1, + "InvariantViolationException": 4, + "invariant": 8, + "test": 4, + "message": 8, + "invariant_violation": 4, + "class_meth": 2, + "method": 4, + "GetAndPostRecipe": 1, + "get_and_post_main": 1, + "url": 2, + "<x:frag>": 6, + "<div>": 22, + "myIntParam=": 2, + "demo": 7, + "GET": 4, + "myIntParam": 2, + "</div>": 22, + "boom": 1, + "<form>": 2, + "action=": 2, + "method=": 2, + "<input>": 4, + "name=": 2, + "value=": 4, + "</form>": 2, + "</x:frag>": 6, + "GetController": 3, + "private": 7, + "Request": 4, + "request": 4, + "parent": 1, + "getRequest": 1, + "go": 2, + "<mixed,>": 1, + "get": 2, + "controller": 3, + "echo": 3, + "head": 3, + "body": 2, + "HomeController": 2, + "use": 4, + "StandardPage": 3, + "renderMainColumn": 4, + "<h1>": 2, + "Cookbook": 3, + "</h1>": 2, + "<p>": 2, + "The": 2, + "Hack": 6, + "helps": 1, + "you": 6, + "write": 1, + "by": 1, + "giving": 1, + "examples": 2, + "code.": 1, + "It": 1, + "written": 1, + "and": 4, + "open": 1, + "source.": 1, + "If": 1, + "over": 1, + "to": 5, + "GitHub": 2, + "read": 1, + "check": 1, + "out": 1, + "repository": 1, + "run": 1, + "it": 2, + "yourself.": 1, + "recipes": 1, + "cookbook": 1, + "are": 1, + "small": 1, + "that": 2, + "illustrate": 1, + "how": 3, + "solve": 1, + "common": 1, + "interesting": 1, + "problems.": 1, + "</p>": 2, + "_GET": 2, + "MySecureRequest": 1, + "GETParams": 3, + "stringParam": 1, + "UNESCAPED_STRING": 6, + "raw_string": 3, + "name.": 1, + "unescaped_string": 2, + "NavItem": 1, + "NavSection": 2, + "<NavItem>": 2, + "hack": 1, + "nav": 1, + "getNavSections": 2, + "<NavSection>": 1, + "renderNavItems": 2, + "items": 2, + "render_item": 2, + "item": 2, + "<li>": 9, + "location": 2, + "</li>": 9, + "renderNavSection": 2, + "section": 6, + "section_item": 4, + "<h3>": 3, + "</h3>": 3, + "<ul>": 4, + "</ul>": 4, + "sections": 2, + "getGETParams": 2, + "getPOSTParams": 2, + "_POST": 1, + "isGET": 1, + "phpfile": 1, + "primitive": 1, + "category": 1, + "%": 3, + "flow": 1, + "filename": 3, + "stringify": 1, + "highlight_file": 1, + "main_column": 6, + "description": 3, + "appendChild": 4, + "<phpfile>": 2, + "filename=": 2, + "recipe": 5, + "instanceof": 1, + "try": 1, + "result": 7, + "catch": 1, + "e": 3, + "sprintf": 7, + "get_class": 1, + "getMessage": 1, + "trim": 1, + "<br/>": 1, + "id=": 1, + "Demo": 1, + "/": 1, + "Output": 1, + "isEmpty": 1, + "render_doc_link": 2, + "doc": 2, + "list": 1, + "link": 2, + "Relevant": 1, + "Official": 1, + "Documentation": 1, + "interface": 1, + "params": 7, + "trait": 1, + "require": 1, + "getExtraCSS": 2, + "getExtraJS": 2, + "addAll": 2, + "renderHeader": 2, + "Install": 1, + "Tutorial": 1, + "Docs": 1, + "HHVM": 1, + "<hack:nav/>": 1, + "MyRequest": 3, + "getParams": 5, + "intParamX": 1, + "param": 7, + "is_numeric": 2, + "intParam": 1, + "MyGETRequest": 1, + "MyPOSTRequest": 1, + "Outside": 1, + "no": 1, + "one": 1, + "knows": 1, + "a": 2, + "newtype": 4, + "we": 1, + "initially": 1, + "taint": 1, + "s": 4, + "only": 1, + "thing": 1, + "do": 1, + "with": 2, + "an": 1, + "other": 1, + "than": 1, + "pass": 1, + "around": 1, + "escape_unescaped_string": 1, + "Your": 1, + "case": 1, + "will": 1, + "decide": 1, + "want": 1, + "escape": 1, + "your": 1, + "strings": 1, + "Escaped": 2, + "UnescapedStringRecipe": 1, + "unescaped_string_main": 1, + "Try": 1, + "setting": 1, + "myStrParam": 2, + "something": 3, + "nice": 1, + "innocent": 1, + "button...": 1, + "myStrParam=": 1, + "DROP": 1, + "TABLE": 1, + "important_stuff": 1, + "Hello": 1, + "world": 1, + "ID": 7, + "USER_ID": 3, + "COW_ID": 3, + "assert_user_id": 1, + "assert_cow_id": 1, + "id_to_int": 2, + "UserIDRecipe": 1, + "user_id_main": 1, + "get_something_string": 3, + "get_user_string": 1, + "get_cow_string": 1 + }, "Haml": { "/": 1, "replace": 1, ".pull": 1, "-": 16, @@ -54546,10 +55407,152 @@ "be": 1, "highlighted": 1, "normally": 1, "again.": 1 }, + "Papyrus": { + "Scriptname": 3, + "CAMTEST_OverShoulderME": 1, + "extends": 3, + "activemagiceffect": 1, + "{": 2, + "Play": 1, + "with": 1, + "camera": 1, + "effects": 1, + "}": 2, + ";": 13, + "-": 42, + "Imports": 2, + "Import": 4, + "Utility": 2, + "Game": 2, + "Properties": 2, + "Actor": 9, + "Property": 7, + "PlayerRef": 3, + "Auto": 7, + "ActorBase": 1, + "CAMTEST_CameraActor": 2, + "Variables": 2, + "Player": 6, + "Camera": 3, + "Target": 1, + "Float": 11, + "PosX": 1, + "PosY": 1, + "PosZ": 1, + "SpeedMult": 1, + "ObjectReference": 2, + "Mist": 1, + "Fog": 1, + "Events": 2, + "Event": 7, + "OnInit": 2, + "(": 74, + ")": 74, + "EndEvent": 7, + "onEffectStart": 1, + "akTarget": 2, + "akCaster": 2, + "Player.PlaceActorAtMe": 1, + "Camera.EnableAI": 1, + "False": 8, + "Camera.SetScale": 1, + "Camera.TranslateTo": 1, + "Player.X": 3, + "+": 18, + "Player.Y": 3, + "Player.Z": 3, + "DisablePlayerControls": 1, + "abMovement": 1, + "true": 7, + "abFighting": 1, + "abCamSwitch": 1, + "abLooking": 1, + "abSneaking": 1, + "abMenu": 1, + "abActivate": 1, + "abJournalTabs": 1, + "false": 1, + "SetPlayerAIDriven": 2, + "True": 7, + "ForceThirdPerson": 1, + "SetHUDCartMode": 2, + "SetInChargen": 2, + "SetCameraTarget": 2, + "ForceFirstPerson": 1, + "Wait": 4, + "Camera.SplineTranslateTo": 2, + "Camera.GetHeadingAngle": 2, + "Camera.GetAngleZ": 2, + "Camera.SetLookAt": 1, + "EnablePlayerControls": 1, + "onUpdate": 1, + "onEffectFinish": 1, + "Functions": 2, + "vMFX_FXPlugin": 1, + "Quest": 2, + "vSCM_MetaQuestScript": 1, + "Do": 1, + "initialization": 1, + "and": 1, + "track": 1, + "variables": 1, + "for": 1, + "scripts": 1, + "ModVersion": 10, + "Hidden": 2, + "String": 4, + "ModName": 3, + "Message": 2, + "vSCM_ModLoadedMSG": 1, + "vSCM_ModUpdatedMSG": 1, + "_CurrentVersion": 10, + "_sCurrentVersion": 3, + "Bool": 2, + "_Running": 4, + "_ScriptLatency": 1, + "_StartTime": 1, + "_EndTime": 1, + "If": 7, + "DoUpkeep": 2, + "EndIf": 7, + "OnReset": 1, + "Debug.Trace": 18, + "OnGameReloaded": 1, + "Function": 6, + "DelayedStart": 2, + "FIXME": 1, + "CHANGE": 1, + "THIS": 1, + "WHEN": 1, + "UPDATING": 1, + "GetVersionString": 3, + "sErrorMessage": 1, + "RandomFloat": 1, + "DoInit": 2, + "Else": 3, + "ElseIf": 1, + "<": 3, + "DoUpgrade": 2, + "Debug.MessageBox": 1, + "vSCM_ModUpdatedMSG.Show": 1, + "CheckForOrphans": 1, + "CheckForExtras": 2, + "UpdateConfig": 2, + "EndFunction": 6, + "vSCM_ModLoadedMSG.Show": 1, + "fVersion": 3, + "Int": 4, + "Major": 4, + "Math.Floor": 1, + "as": 3, + "Minor": 4, + "*": 1, + "Return": 2 + }, "Parrot Assembly": { "SHEBANG#!parrot": 1, ".pcc_sub": 1, "main": 2, "say": 1, @@ -68927,53 +69930,374 @@ }, "SuperCollider": { "//boot": 1, "server": 1, "s.boot": 1, - ";": 18, - "(": 22, + ";": 185, + "(": 126, "SynthDef": 1, - "{": 5, - "var": 1, + "{": 95, + "var": 40, "sig": 7, "resfreq": 3, "Saw.ar": 1, - ")": 22, + ")": 128, "SinOsc.kr": 1, - "*": 3, - "+": 1, + "*": 7, + "+": 17, "RLPF.ar": 1, "Out.ar": 1, - "}": 5, + "}": 101, ".play": 2, "do": 2, "arg": 1, - "i": 1, + "i": 21, "Pan2.ar": 1, "SinOsc.ar": 1, "exprand": 1, "LFNoise2.kr": 2, "rrand": 2, ".range": 2, "**": 1, "rand2": 1, - "a": 2, + "a": 3, "Env.perc": 1, - "-": 1, + "-": 14, "b": 1, "a.delay": 2, "a.test.plot": 1, "b.test.plot": 1, "Env": 1, - "[": 2, - "]": 2, + "[": 79, + "]": 83, ".plot": 2, - "e": 1, + "e": 2, "Env.sine.asStream": 1, "e.next.postln": 1, - "wait": 1, - ".fork": 1 + "wait": 4, + ".fork": 4, + "WarpPreset": 1, + "*new": 2, + "|": 72, + "path": 12, + "if": 23, + "path.notNil": 1, + "Object.readArchive": 2, + "super.new.init": 2, + "init": 13, + "save": 2, + "Dialog.savePanel": 2, + "this.writeArchive": 1, + "WarpTate": 2, + "classvar": 4, + "<": 29, + "numSections": 2, + "//": 12, + "sectionDur": 2, + "sensorKeys": 2, + "clock": 4, + "tempo": 11, + "tempoChannel": 3, + "tempoControl": 3, + "out": 8, + "tracks": 20, + "sections": 4, + "availableControls": 8, + "controls": 4, + "sensorVals": 1, + "sensorPrevs": 1, + "sensorMins": 2, + "sensorMaxs": 2, + "sensorMinAdj": 1, + "sensorMaxAdj": 1, + "doAdjusts": 1, + "<playRout;>": 1, + "new": 6, + "super": 4, + "120": 1, + "15": 1, + "3": 5, + "TempoClock": 1, + "default": 1, + "tempo_": 2, + "2": 5, + "permanent_": 1, + "true": 9, + "MIDIClient": 1, + "MIDIOut": 1, + "newByName": 1, + "IAC": 1, + "Driver": 1, + "Bus": 7, + "1": 5, + "latency": 1, + "0": 10, + "IdentityDictionary": 14, + "Array": 1, + "newClear": 1, + "is": 1, + "List": 4, + "of": 3, + "to": 2, + "be": 1, + "mapped": 1, + "WarpTrack": 6, + "settings": 35, + "g": 1, + "303_1": 5, + "channel": 20, + "reserved": 1, + "for": 1, + "changes": 1, + "collect": 1, + ".reject": 1, + "item": 2, + ".includes": 2, + ".collect": 1, + "this.addOSCdefs": 1, + "CmdPeriod.add": 1, + "this.stop": 1, + "argTempo": 4, + "&&": 3, + "<=>": 1, + "177": 1, + "60": 1, + "control": 3, + "50": 1, + "Tempo": 1, + "Logic": 1, + "s": 1, + "range": 1, + "postln": 1, + "addTrack": 1, + "trackKey": 25, + "type": 2, + "this": 4, + "loadTrack": 1, + "preset": 7, + "checkAvailable": 11, + "track": 9, + "load": 2, + "key": 15, + "readTrack": 1, + "read": 2, + "removeTrack": 1, + "allOff": 2, + "nil": 2, + "removeAllTracks": 1, + "on": 3, + "note": 21, + "off": 3, + "hit": 3, + "note=": 1, + "vel=": 1, + "dur=": 1, + "vel": 8, + "dur": 2, + "noteOn": 2, + "midiChannel": 8, + "noteOff": 2, + "num": 15, + "val": 7, + "isControlAvailable": 2, + "controlNum": 6, + "keys": 1, + "includes": 1, + "asSymbol": 2, + "not": 1, + "setControl": 1, + "remove": 1, + "assign": 3, + "paramKey": 17, + "learn=": 1, + "notNil": 1, + "learn": 8, + "removeAt": 1, + "size": 1, + ".assign": 1, + ".removeAt": 3, + ".postln": 6, + "setParam": 2, + "param": 1, + ".notNil": 2, + "track.params": 1, + "track.setParam": 1, + "sec": 1, + "takes": 1, + "IdentityDictionarys": 1, + "addSection": 1, + "index": 8, + "presets": 2, + "Add": 1, + "section": 1, + "with": 1, + "presets.do": 1, + "create": 1, + "there": 1, + "ain": 1, + "sensorFuncs": 5, + ".includesKey": 1, + "sensorKey": 9, + "track.sensor": 1, + "val.linlin": 1, + ".asSymbol": 1, + "defaults": 17, + "parent": 4, + "<settings;>": 1, + "initClass": 1, + "303": 1, + "copy": 6, + "paramControls": 7, + "putPairs": 8, + "46": 1, + "45": 1, + "48": 1, + "echovol": 2, + "47": 1, + "params": 4, + "303_2": 3, + "808_1": 4, + "808": 1, + "bitcrusher": 2, + "88": 1, + "Send": 6, + "89": 1, + "90": 1, + "101": 1, + "808_2": 3, + "argParent": 12, + "argKey": 4, + "argMidiChannel": 4, + "argType": 6, + "readPreset": 2, + "loadPreset": 2, + "Set": 1, + "argType.notNil": 1, + "WarpTrack.defaults.keys.includes": 1, + ".do": 5, + "WarpTrack.defaults": 1, + "this.initParams": 1, + "parent.clock": 3, + "sub": 3, + "/": 2, + "parent.clock.tempo": 1, + "one": 1, + "division": 1, + "clock.schedAbs": 1, + "clock.nextBar": 1, + "this.allOff": 1, + "this.off": 2, + "parent.clock.playNextBar": 1, + ".add": 1, + "parent.noteOn": 2, + ".remove": 1, + "parent.noteOff": 2, + "quant": 6, + "dur.wait": 1, + "false": 3, + "num.notNil": 1, + "this.assignAll": 1, + "parent.assign": 1, + "assignAll": 1, + "action": 1, + "paramControls.keysValuesDo": 1, + "checkAvailable.not": 1, + "||": 1, + "parent.isControlAvailable": 1, + "parent.setControl": 2, + "parent.control": 3, + "action.fork": 1, + "action.": 1, + "initParams": 1, + ".keysValuesDo": 2, + "value": 4, + "this.setParam": 1, + "func": 1, + "quant.notNil": 1, + "func.": 2, + "this.loadPreset": 1, + "all": 1, + "except": 1, + "notes": 6, + "and": 1, + "preset.keys.reject": 1, + "settingKey": 2, + "presetKey": 3, + "it": 1, + "patternTrack": 1, + "t": 1, + "have": 1, + "that": 1, + "sensor": 1, + "removeFunc": 1, + "funcKey": 2, + ".isEmpty": 1, + "parent.availableControls": 1, + ".copy": 1, + "settings.writeArchive": 1, + "play": 1, + ".notEmpty": 1, + "this.on": 1, + ".choose": 1, + "WarpUtil": 1, + "curSensor": 5, + "win": 6, + "texts": 5, + "sensorSlider": 2, + "sliders": 2, + "updateRout": 2, + "this.makeView": 2, + "this.startUpdate": 1, + "calibrate": 1, + "parent.doAdjusts.size.do": 2, + "parent.sensorMaxs": 2, + "parent.sensorMins": 2, + "parent.doAdjusts": 2, + "sliders.do": 1, + "slider": 1, + "parent.sensorKeys": 1, + "slider.valueAction_": 2, + "AppClock": 2, + "stopCalibrate": 1, + "makeView": 1, + "width": 4, + "win.notNil": 1, + "win.close": 1, + "Window": 1, + "Rect": 1, + ".front": 1, + "win.view.addFlowLayout": 1, + "label": 9, + "StaticText": 2, + "@20": 3, + ".string_": 3, + "label.asString": 1, + "win.view.decorator.nextLine": 2, + "@40": 1, + "curSensor.notNil": 2, + "parent.perform": 2, + ".at": 1, + "parent.sensorKeys.indexOf": 2, + "EZSlider": 2, + "curSensor.asString": 1, + "parent.sensorKeys.collect": 1, + "sensorKey.asString": 1, + ".action_": 1, + "ez": 1, + "NetAddr.localAddr.sendMsg": 1, + "ez.value": 1, + "startUpdate": 1, + "Routine": 1, + "inf.do": 1, + "sensorSlider.value": 1, + "parent.sensorVals": 1, + ".linlin": 1, + "updateRout.play": 1, + "stopUpdate": 1, + "updateRout.stop": 1, + "curSensor_": 1, + "argCurSensor": 2 }, "Swift": { "let": 43, "apples": 1, "oranges": 1, @@ -74985,11 +76309,11 @@ "BlitzMax": 40, "Bluespec": 1298, "Brightscript": 579, "C": 59053, "C#": 278, - "C++": 34739, + "C++": 34753, "COBOL": 90, "CSS": 43867, "Ceylon": 49, "Chapel": 9607, "Cirru": 244, @@ -75024,19 +76348,21 @@ "GAS": 133, "GDScript": 1958, "GLSL": 4076, "Game Maker Language": 13310, "Gnuplot": 1023, + "Golo": 4006, "Gosu": 410, "Grace": 1381, "Grammatical Framework": 10607, "Graph Modeling Language": 21, "Groff": 25, "Groovy": 93, "Groovy Server Pages": 91, "HTML": 413, "HTML+ERB": 213, + "Hack": 3249, "Haml": 121, "Handlebars": 69, "Haskell": 302, "Hy": 155, "IDL": 418, @@ -75105,10 +76431,11 @@ "Ox": 1006, "Oxygene": 157, "PAWN": 3263, "PHP": 20759, "Pan": 130, + "Papyrus": 560, "Parrot Assembly": 6, "Parrot Internal Representation": 5, "Pascal": 987, "Perl": 20690, "Perl6": 372, @@ -75155,11 +76482,11 @@ "SourcePawn": 2080, "Squirrel": 130, "Standard ML": 6567, "Stata": 3133, "Stylus": 76, - "SuperCollider": 133, + "SuperCollider": 1987, "Swift": 1128, "SystemVerilog": 541, "TXL": 213, "Tcl": 1424, "TeX": 8549, @@ -75207,11 +76534,11 @@ "BlitzMax": 1, "Bluespec": 2, "Brightscript": 1, "C": 29, "C#": 2, - "C++": 29, + "C++": 30, "COBOL": 4, "CSS": 2, "Ceylon": 1, "Chapel": 5, "Cirru": 9, @@ -75246,19 +76573,21 @@ "GAS": 1, "GDScript": 4, "GLSL": 7, "Game Maker Language": 13, "Gnuplot": 6, + "Golo": 27, "Gosu": 4, "Grace": 2, "Grammatical Framework": 41, "Graph Modeling Language": 1, "Groff": 1, "Groovy": 5, "Groovy Server Pages": 4, "HTML": 2, "HTML+ERB": 2, + "Hack": 28, "Haml": 2, "Handlebars": 2, "Haskell": 3, "Hy": 2, "IDL": 4, @@ -75327,10 +76656,11 @@ "Ox": 3, "Oxygene": 1, "PAWN": 1, "PHP": 11, "Pan": 1, + "Papyrus": 3, "Parrot Assembly": 1, "Parrot Internal Representation": 1, "Pascal": 3, "Perl": 17, "Perl6": 3, @@ -75377,11 +76707,11 @@ "SourcePawn": 1, "Squirrel": 1, "Standard ML": 5, "Stata": 7, "Stylus": 1, - "SuperCollider": 1, + "SuperCollider": 5, "Swift": 43, "SystemVerilog": 4, "TXL": 1, "Tcl": 4, "TeX": 5, @@ -75407,7 +76737,7 @@ "Zimpl": 1, "edn": 1, "fish": 3, "wisp": 1 }, - "md5": "da4e6a63cbfa7617c3a56b76015a73bc" + "md5": "582ac3ee699bb47c9ae7c5fe918980f0" } \ No newline at end of file