From bbd1646ae571dcee60a28cac7e8f42033d44f81f Mon Sep 17 00:00:00 2001 From: Paul Chaignon Date: Sat, 6 Dec 2014 19:51:20 -0500 Subject: [PATCH] Add .lisp as a NewLisp file extension --- lib/linguist/languages.yml | 3 +- lib/linguist/samples.json | 80975 ------------------------- samples/NewLisp/log-to-database.lisp | 195 + 3 files changed, 197 insertions(+), 80976 deletions(-) delete mode 100644 lib/linguist/samples.json create mode 100644 samples/NewLisp/log-to-database.lisp diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index cbfaaee9..398c8e49 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -1857,8 +1857,9 @@ NewLisp: lexer: NewLisp color: "#eedd66" extensions: - - .lsp - .nl + - .lisp + - .lsp interpreters: - newlisp tm_scope: source.lisp diff --git a/lib/linguist/samples.json b/lib/linguist/samples.json deleted file mode 100644 index f2c2298d..00000000 --- a/lib/linguist/samples.json +++ /dev/null @@ -1,80975 +0,0 @@ -{ - "extnames": { - "ABAP": [ - ".abap" - ], - "AGS Script": [ - ".asc", - ".ash" - ], - "APL": [ - ".apl", - ".dyalog" - ], - "ATS": [ - ".atxt", - ".dats", - ".hats", - ".sats" - ], - "Agda": [ - ".agda" - ], - "Alloy": [ - ".als" - ], - "Apex": [ - ".cls" - ], - "AppleScript": [ - ".applescript" - ], - "Arduino": [ - ".ino" - ], - "AsciiDoc": [ - ".adoc", - ".asc", - ".asciidoc" - ], - "AspectJ": [ - ".aj" - ], - "Assembly": [ - ".a51", - ".asm" - ], - "AutoHotkey": [ - ".ahk" - ], - "Awk": [ - ".awk" - ], - "BlitzBasic": [ - ".bb" - ], - "BlitzMax": [ - ".bmx" - ], - "Bluespec": [ - ".bsv" - ], - "Brightscript": [ - ".brs" - ], - "C": [ - ".C", - ".H", - ".c", - ".cats", - ".h" - ], - "C#": [ - ".cs", - ".cshtml" - ], - "C++": [ - ".cc", - ".cpp", - ".h", - ".hh", - ".hpp", - ".inl", - ".ipp" - ], - "COBOL": [ - ".cbl", - ".ccp", - ".cob", - ".cpy" - ], - "CSS": [ - ".css" - ], - "Ceylon": [ - ".ceylon" - ], - "Chapel": [ - ".chpl" - ], - "Cirru": [ - ".cirru" - ], - "Clean": [ - ".dcl", - ".icl" - ], - "Clojure": [ - ".cl2", - ".clj", - ".cljc", - ".cljs", - ".cljscm", - ".cljx", - ".hic", - ".hl" - ], - "CoffeeScript": [ - ".cjsx", - ".coffee" - ], - "ColdFusion": [ - ".cfm" - ], - "ColdFusion CFC": [ - ".cfc" - ], - "Common Lisp": [ - ".cl", - ".lisp", - ".lsp" - ], - "Component Pascal": [ - ".cp", - ".cps" - ], - "Cool": [ - ".cl" - ], - "Coq": [ - ".v" - ], - "Creole": [ - ".creole" - ], - "Crystal": [ - ".cr" - ], - "Cuda": [ - ".cu", - ".cuh" - ], - "Cycript": [ - ".cy" - ], - "DM": [ - ".dm" - ], - "Dart": [ - ".dart" - ], - "Diff": [ - ".patch" - ], - "Dogescript": [ - ".djs" - ], - "E": [ - ".E" - ], - "ECL": [ - ".ecl" - ], - "Eagle": [ - ".brd", - ".sch" - ], - "Elm": [ - ".elm" - ], - "Emacs Lisp": [ - ".el" - ], - "EmberScript": [ - ".em" - ], - "Erlang": [ - ".erl", - ".escript", - ".script!" - ], - "F#": [ - ".fs" - ], - "FORTRAN": [ - ".F", - ".f", - ".for" - ], - "Forth": [ - ".F", - ".f", - ".for", - ".forth", - ".fr", - ".frt", - ".fs", - ".fth" - ], - "Frege": [ - ".fr" - ], - "G-code": [ - ".g" - ], - "GAMS": [ - ".gms" - ], - "GAP": [ - ".g", - ".gd", - ".gi" - ], - "GAS": [ - ".s" - ], - "GDScript": [ - ".gd" - ], - "GLSL": [ - ".fp", - ".frag", - ".frg", - ".fs", - ".glsl", - ".vrx" - ], - "Game Maker Language": [ - ".gml" - ], - "Gnuplot": [ - ".gnu", - ".gp" - ], - "Golo": [ - ".golo" - ], - "Gosu": [ - ".gs", - ".gst", - ".gsx", - ".vark" - ], - "Grace": [ - ".grace" - ], - "Gradle": [ - ".gradle" - ], - "Grammatical Framework": [ - ".gf" - ], - "Graph Modeling Language": [ - ".gml" - ], - "Graphviz (DOT)": [ - ".DOT", - ".dot" - ], - "Groff": [ - ".4" - ], - "Groovy": [ - ".grt", - ".gtpl", - ".gvy", - ".script!" - ], - "Groovy Server Pages": [ - ".gsp" - ], - "HTML": [ - ".html", - ".st", - ".xht" - ], - "HTML+ERB": [ - ".deface", - ".erb" - ], - "Hack": [ - ".hh", - ".php" - ], - "Haml": [ - ".deface", - ".haml" - ], - "Handlebars": [ - ".handlebars", - ".hbs" - ], - "Haskell": [ - ".hs" - ], - "Hy": [ - ".hy" - ], - "IDL": [ - ".dlm", - ".pro" - ], - "IGOR Pro": [ - ".ipf" - ], - "Idris": [ - ".idr" - ], - "Inform 7": [ - ".i7x", - ".ni" - ], - "Ioke": [ - ".ik" - ], - "Isabelle": [ - ".thy" - ], - "JSON": [ - ".json", - ".lock" - ], - "JSON5": [ - ".json5" - ], - "JSONLD": [ - ".jsonld" - ], - "JSONiq": [ - ".jq" - ], - "Jade": [ - ".jade" - ], - "Java": [ - ".java" - ], - "JavaScript": [ - ".frag", - ".gs", - ".js", - ".jsb", - ".script!", - ".xsjs", - ".xsjslib" - ], - "Julia": [ - ".jl" - ], - "KRL": [ - ".krl" - ], - "Kit": [ - ".kit" - ], - "Kotlin": [ - ".kt" - ], - "LFE": [ - ".lfe" - ], - "LOLCODE": [ - ".lol" - ], - "LSL": [ - ".lsl" - ], - "Lasso": [ - ".las", - ".lasso", - ".lasso9", - ".ldml" - ], - "Latte": [ - ".latte" - ], - "Less": [ - ".less" - ], - "Liquid": [ - ".liquid" - ], - "Literate Agda": [ - ".lagda" - ], - "Literate CoffeeScript": [ - ".litcoffee" - ], - "LiveScript": [ - ".ls" - ], - "Logos": [ - ".xm" - ], - "Logtalk": [ - ".lgt" - ], - "LookML": [ - ".lookml" - ], - "LoomScript": [ - ".ls" - ], - "Lua": [ - ".fcgi", - ".pd_lua" - ], - "M": [ - ".m" - ], - "MTML": [ - ".mtml" - ], - "Makefile": [ - ".script!" - ], - "Markdown": [ - ".md" - ], - "Mask": [ - ".mask" - ], - "Mathematica": [ - ".m", - ".nb" - ], - "Matlab": [ - ".m" - ], - "Max": [ - ".maxhelp", - ".maxpat", - ".mxt" - ], - "MediaWiki": [ - ".mediawiki" - ], - "Mercury": [ - ".m", - ".moo" - ], - "Monkey": [ - ".monkey" - ], - "Moocode": [ - ".moo" - ], - "MoonScript": [ - ".moon" - ], - "NSIS": [ - ".nsh", - ".nsi" - ], - "Nemerle": [ - ".n" - ], - "NetLogo": [ - ".nlogo" - ], - "NewLisp": [ - ".lsp" - ], - "Nimrod": [ - ".nim" - ], - "Nit": [ - ".nit" - ], - "Nix": [ - ".nix" - ], - "Nu": [ - ".nu", - ".script!" - ], - "OCaml": [ - ".eliom", - ".ml" - ], - "Objective-C": [ - ".h", - ".m" - ], - "Objective-C++": [ - ".mm" - ], - "Omgrofl": [ - ".omgrofl" - ], - "Opa": [ - ".opa" - ], - "Opal": [ - ".opal" - ], - "OpenCL": [ - ".cl" - ], - "OpenEdge ABL": [ - ".cls", - ".p" - ], - "OpenSCAD": [ - ".scad" - ], - "Org": [ - ".org" - ], - "Ox": [ - ".ox", - ".oxh", - ".oxo" - ], - "Oxygene": [ - ".oxygene" - ], - "Oz": [ - ".oz" - ], - "PAWN": [ - ".pwn" - ], - "PHP": [ - ".fcgi", - ".php", - ".script!" - ], - "Pan": [ - ".pan" - ], - "Papyrus": [ - ".psc" - ], - "Parrot Assembly": [ - ".pasm" - ], - "Parrot Internal Representation": [ - ".pir" - ], - "Pascal": [ - ".dpr", - ".pp" - ], - "Perl": [ - ".cgi", - ".fcgi", - ".pl", - ".pm", - ".pod", - ".script!", - ".t" - ], - "Perl6": [ - ".p6", - ".pl", - ".pm", - ".pm6", - ".t" - ], - "PigLatin": [ - ".pig" - ], - "Pike": [ - ".pike", - ".pmod" - ], - "Pod": [ - ".pod" - ], - "PogoScript": [ - ".pogo" - ], - "PostScript": [ - ".ps" - ], - "PowerShell": [ - ".ps1", - ".psm1" - ], - "Processing": [ - ".pde" - ], - "Prolog": [ - ".ecl", - ".pl", - ".pro", - ".prolog", - ".script!" - ], - "Propeller Spin": [ - ".spin" - ], - "Protocol Buffer": [ - ".proto" - ], - "Puppet": [ - ".pp" - ], - "PureScript": [ - ".purs" - ], - "Python": [ - ".cgi", - ".fcgi", - ".py", - ".pyde", - ".pyp", - ".script!" - ], - "QMake": [ - ".pri", - ".pro", - ".script!" - ], - "R": [ - ".R", - ".Rd", - ".r", - ".rsx", - ".script!" - ], - "RAML": [ - ".raml" - ], - "RDoc": [ - ".rdoc" - ], - "RMarkdown": [ - ".rmd" - ], - "Racket": [ - ".scrbl" - ], - "Ragel in Ruby Host": [ - ".rl" - ], - "Rebol": [ - ".r", - ".r2", - ".r3", - ".reb", - ".rebol" - ], - "Red": [ - ".red", - ".reds" - ], - "RobotFramework": [ - ".robot" - ], - "Ruby": [ - ".fcgi", - ".pluginspec", - ".rabl", - ".rake", - ".rb", - ".script!" - ], - "Rust": [ - ".rs" - ], - "SAS": [ - ".sas" - ], - "SCSS": [ - ".scss" - ], - "SQF": [ - ".hqf", - ".sqf" - ], - "SQL": [ - ".prc", - ".sql", - ".tab", - ".udf", - ".viw" - ], - "STON": [ - ".ston" - ], - "Sass": [ - ".sass" - ], - "Scala": [ - ".sbt", - ".sc", - ".script!" - ], - "Scaml": [ - ".scaml" - ], - "Scheme": [ - ".sld", - ".sps" - ], - "Scilab": [ - ".sce", - ".sci", - ".tst" - ], - "Shell": [ - ".bash", - ".cgi", - ".command", - ".fcgi", - ".script!", - ".sh", - ".zsh" - ], - "ShellSession": [ - ".sh-session" - ], - "Shen": [ - ".shen" - ], - "Slash": [ - ".sl" - ], - "Slim": [ - ".slim" - ], - "Smalltalk": [ - ".st" - ], - "SourcePawn": [ - ".sp" - ], - "Squirrel": [ - ".nut" - ], - "Standard ML": [ - ".ML", - ".fun", - ".sig", - ".sml" - ], - "Stata": [ - ".ado", - ".do", - ".doh", - ".ihlp", - ".mata", - ".matah", - ".sthlp" - ], - "Stylus": [ - ".styl" - ], - "SuperCollider": [ - ".sc", - ".scd" - ], - "Swift": [ - ".swift" - ], - "SystemVerilog": [ - ".sv", - ".svh", - ".vh" - ], - "TXL": [ - ".txl" - ], - "Tcl": [ - ".tm" - ], - "TeX": [ - ".bbx", - ".cbx", - ".cls", - ".lbx" - ], - "Tea": [ - ".tea" - ], - "Turing": [ - ".t" - ], - "TypeScript": [ - ".ts" - ], - "UnrealScript": [ - ".uc" - ], - "VCL": [ - ".vcl" - ], - "VHDL": [ - ".vhd" - ], - "Verilog": [ - ".v" - ], - "Visual Basic": [ - ".cls", - ".vb", - ".vbhtml" - ], - "Volt": [ - ".volt" - ], - "XC": [ - ".xc" - ], - "XML": [ - ".ant", - ".csproj", - ".filters", - ".fsproj", - ".ivy", - ".mm", - ".nproj", - ".nuspec", - ".pluginspec", - ".targets", - ".vbproj", - ".vcxproj", - ".xml" - ], - "XProc": [ - ".xpl" - ], - "XQuery": [ - ".xqm" - ], - "XSLT": [ - ".xslt" - ], - "Xojo": [ - ".xojo_code", - ".xojo_menu", - ".xojo_report", - ".xojo_script", - ".xojo_toolbar", - ".xojo_window" - ], - "Xtend": [ - ".xtend" - ], - "YAML": [ - ".yml" - ], - "Zephir": [ - ".zep" - ], - "Zimpl": [ - ".zmpl" - ], - "edn": [ - ".edn" - ], - "fish": [ - ".fish" - ], - "text": [ - ".fr", - ".txt" - ], - "wisp": [ - ".wisp" - ] - }, - "interpreters": { - "Awk": [ - "awk" - ], - "Crystal": [ - "crystal" - ], - "Erlang": [ - "escript" - ], - "Gnuplot": [ - "gnuplot" - ], - "Groovy": [ - "groovy" - ], - "Ioke": [ - "ioke" - ], - "JavaScript": [ - "node" - ], - "Lua": [ - "lua" - ], - "Makefile": [ - "make" - ], - "NewLisp": [ - "newlisp" - ], - "Nu": [ - "nush" - ], - "PHP": [ - "php" - ], - "Parrot Assembly": [ - "parrot" - ], - "Parrot Internal Representation": [ - "parrot" - ], - "Perl": [ - "perl" - ], - "Perl6": [ - "perl6" - ], - "Prolog": [ - "swipl" - ], - "Python": [ - "python", - "python2" - ], - "QMake": [ - "qmake" - ], - "R": [ - "Rscript" - ], - "Ruby": [ - "macruby", - "rake", - "ruby" - ], - "Scala": [ - "scala" - ], - "Shell": [ - "bash", - "sh", - "zsh" - ] - }, - "filenames": { - "Ant Build System": [ - "ant.xml", - "build.xml" - ], - "ApacheConf": [ - ".htaccess", - "apache2.conf", - "httpd.conf" - ], - "CMake": [ - "CMakeLists.txt" - ], - "Dockerfile": [ - "Dockerfile" - ], - "INI": [ - ".editorconfig", - ".gitconfig" - ], - "Makefile": [ - "Makefile" - ], - "Maven POM": [ - "pom.xml" - ], - "Nginx": [ - "nginx.conf" - ], - "PHP": [ - ".php" - ], - "Perl": [ - "ack" - ], - "R": [ - "expr-dist" - ], - "Ruby": [ - ".pryrc", - "Appraisals", - "Capfile", - "Gemfile.lock", - "Rakefile" - ], - "Shell": [ - ".bash_logout", - ".bash_profile", - ".bashrc", - ".cshrc", - ".login", - ".profile", - ".zlogin", - ".zlogout", - ".zprofile", - ".zshenv", - ".zshrc", - "PKGBUILD", - "bash_logout", - "bash_profile", - "bashrc", - "cshrc", - "login", - "profile", - "zlogin", - "zlogout", - "zprofile", - "zshenv", - "zshrc" - ], - "Tcl": [ - "owh", - "starfield" - ], - "VimL": [ - ".gvimrc", - ".vimrc", - "_vimrc" - ], - "XML": [ - ".cproject" - ], - "YAML": [ - ".gemrc" - ], - "Zephir": [ - "exception.zep.c", - "exception.zep.h", - "exception.zep.php" - ] - }, - "tokens_total": 710735, - "languages_total": 1079, - "tokens": { - "ABAP": { - "*/**": 1, - "*": 56, - "The": 2, - "MIT": 2, - "License": 1, - "(": 8, - ")": 8, - "Copyright": 1, - "c": 3, - "Ren": 1, - "van": 1, - "Mil": 1, - "Permission": 1, - "is": 2, - "hereby": 1, - "granted": 1, - "free": 1, - "of": 6, - "charge": 1, - "to": 10, - "any": 1, - "person": 1, - "obtaining": 1, - "a": 1, - "copy": 2, - "this": 2, - "software": 1, - "and": 3, - "associated": 1, - "documentation": 1, - "files": 4, - "the": 10, - "deal": 1, - "in": 3, - "Software": 3, - "without": 2, - "restriction": 1, - "including": 1, - "limitation": 1, - "rights": 1, - "use": 1, - "modify": 1, - "merge": 1, - "publish": 1, - "distribute": 1, - "sublicense": 1, - "and/or": 1, - "sell": 1, - "copies": 2, - "permit": 1, - "persons": 1, - "whom": 1, - "furnished": 1, - "do": 4, - "so": 1, - "subject": 1, - "following": 1, - "conditions": 1, - "above": 1, - "copyright": 1, - "notice": 2, - "permission": 1, - "shall": 1, - "be": 1, - "included": 1, - "all": 1, - "or": 1, - "substantial": 1, - "portions": 1, - "Software.": 1, - "THE": 6, - "SOFTWARE": 2, - "IS": 1, - "PROVIDED": 1, - "WITHOUT": 1, - "WARRANTY": 1, - "OF": 4, - "ANY": 2, - "KIND": 1, - "EXPRESS": 1, - "OR": 7, - "IMPLIED": 1, - "INCLUDING": 1, - "BUT": 1, - "NOT": 1, - "LIMITED": 1, - "TO": 2, - "WARRANTIES": 1, - "MERCHANTABILITY": 1, - "FITNESS": 1, - "FOR": 2, - "A": 1, - "PARTICULAR": 1, - "PURPOSE": 1, - "AND": 1, - "NONINFRINGEMENT.": 1, - "IN": 4, - "NO": 1, - "EVENT": 1, - "SHALL": 1, - "AUTHORS": 1, - "COPYRIGHT": 1, - "HOLDERS": 1, - "BE": 1, - "LIABLE": 1, - "CLAIM": 1, - "DAMAGES": 1, - "OTHER": 2, - "LIABILITY": 1, - "WHETHER": 1, - "AN": 1, - "ACTION": 1, - "CONTRACT": 1, - "TORT": 1, - "OTHERWISE": 1, - "ARISING": 1, - "FROM": 1, - "OUT": 1, - "CONNECTION": 1, - "WITH": 1, - "USE": 1, - "DEALINGS": 1, - "SOFTWARE.": 1, - "*/": 1, - "-": 978, - "CLASS": 2, - "CL_CSV_PARSER": 6, - "DEFINITION": 2, - "class": 2, - "cl_csv_parser": 2, - "definition": 1, - "public": 3, - "inheriting": 1, - "from": 1, - "cl_object": 1, - "final": 1, - "create": 1, - ".": 9, - "section.": 3, - "not": 3, - "include": 3, - "other": 3, - "source": 3, - "here": 3, - "type": 11, - "pools": 1, - "abap": 1, - "methods": 2, - "constructor": 2, - "importing": 1, - "delegate": 1, - "ref": 1, - "if_csv_parser_delegate": 1, - "csvstring": 1, - "string": 1, - "separator": 1, - "skip_first_line": 1, - "abap_bool": 2, - "parse": 2, - "raising": 1, - "cx_csv_parse_error": 2, - "protected": 1, - "private": 1, - "constants": 1, - "_textindicator": 1, - "value": 2, - "IMPLEMENTATION": 2, - "implementation.": 1, - "": 2, - "+": 9, - "|": 7, - "Instance": 2, - "Public": 1, - "Method": 2, - "CONSTRUCTOR": 1, - "[": 5, - "]": 5, - "DELEGATE": 1, - "TYPE": 5, - "REF": 1, - "IF_CSV_PARSER_DELEGATE": 1, - "CSVSTRING": 1, - "STRING": 1, - "SEPARATOR": 1, - "C": 1, - "SKIP_FIRST_LINE": 1, - "ABAP_BOOL": 1, - "": 2, - "method": 2, - "constructor.": 1, - "super": 1, - "_delegate": 1, - "delegate.": 1, - "_csvstring": 2, - "csvstring.": 1, - "_separator": 1, - "separator.": 1, - "_skip_first_line": 1, - "skip_first_line.": 1, - "endmethod.": 2, - "Get": 1, - "lines": 4, - "data": 3, - "is_first_line": 1, - "abap_true.": 2, - "standard": 2, - "table": 3, - "string.": 3, - "_lines": 1, - "field": 1, - "symbols": 1, - "": 3, - "loop": 1, - "at": 2, - "assigning": 1, - "Parse": 1, - "line": 1, - "values": 2, - "_parse_line": 2, - "Private": 1, - "_LINES": 1, - "<": 1, - "RETURNING": 1, - "STRINGTAB": 1, - "_lines.": 1, - "split": 1, - "cl_abap_char_utilities": 1, - "cr_lf": 1, - "into": 6, - "returning.": 1, - "Space": 2, - "concatenate": 4, - "csvvalue": 6, - "csvvalue.": 5, - "else.": 4, - "char": 2, - "endif.": 6, - "This": 1, - "indicates": 1, - "an": 1, - "error": 1, - "CSV": 1, - "formatting": 1, - "text_ended": 1, - "message": 2, - "e003": 1, - "csv": 1, - "msg.": 2, - "raise": 1, - "exception": 1, - "exporting": 1, - "endwhile.": 2, - "append": 2, - "csvvalues.": 2, - "clear": 1, - "pos": 2, - "endclass.": 1 - }, - "AGS Script": { - "//****************************************************************************************************": 8, - "#define": 2, - "DISTANCE": 25, - "//": 66, - "distance": 1, - "player": 13, - "walks": 1, - "in": 1, - "Tapping": 2, - "mode": 10, - "before": 1, - "he": 1, - "stops": 1, - "enum": 2, - "KeyboardMovement_Directions": 4, - "{": 106, - "eKeyboardMovement_Stop": 9, - "eKeyboardMovement_DownLeft": 5, - "eKeyboardMovement_Down": 5, - "eKeyboardMovement_DownRight": 5, - "eKeyboardMovement_Left": 5, - "eKeyboardMovement_Right": 5, - "eKeyboardMovement_UpLeft": 5, - "eKeyboardMovement_Up": 5, - "eKeyboardMovement_UpRight": 5, - "}": 107, - ";": 235, - "int": 18, - "KeyboardMovement_KeyDown": 5, - "down": 9, - "arrow": 9, - "KeyboardMovement_KeyLeft": 5, - "left": 4, - "KeyboardMovement_KeyRight": 5, - "right": 5, - "KeyboardMovement_KeyUp": 5, - "up": 4, - "KeyboardMovement_KeyDownRight": 3, - "PgDn": 2, - "(": 281, - "numpad": 8, - ")": 282, - "KeyboardMovement_KeyUpRight": 3, - "PgUp": 2, - "KeyboardMovement_KeyDownLeft": 3, - "End": 2, - "KeyboardMovement_KeyUpLeft": 3, - "Home": 2, - "KeyboardMovement_KeyStop": 3, - "KeyboardMovement_Modes": 4, - "KeyboardMovement_Mode": 4, - "eKeyboardMovement_None": 2, - "stores": 2, - "current": 8, - "keyboard": 1, - "control": 2, - "disabled": 5, - "by": 1, - "default": 1, - "KeyboardMovement_CurrentDirection": 7, - "walking": 1, - "direction": 22, - "of": 6, - "character": 11, - "static": 2, - "function": 54, - "KeyboardMovement": 2, - "SetMode": 2, - "repeatedly_execute": 2, - "-": 217, - "Pressing": 1, - "if": 96, - "IsGamePaused": 4, - "true": 18, - "||": 12, - "eKeyboardMovement_Pressing": 2, - "IsInterfaceEnabled": 3, - "false": 26, - "player.on": 2, - "return": 8, - "game": 2, - "is": 10, - "paused": 2, - "module": 2, - "or": 8, - "interface": 3, - "hidden": 2, - "quit": 2, - "newdirection": 43, - "declare": 4, - "variable": 2, - "storing": 4, - "new": 19, - "get": 2, - "IsKeyPressed": 17, - "&&": 8, - "&": 4, - "arrows": 4, - "numeric": 2, - "pad": 2, - "held": 4, - "set": 7, - "to": 14, - "Down": 2, - "Right": 2, - "else": 44, - "none": 1, - "the": 15, - "above": 2, - "it": 1, - "stop": 7, - "regardless": 1, - "whether": 1, - "some": 1, - "are": 1, - "different": 2, - "from": 2, - "player.StopMoving": 3, - "Stop": 4, - "command": 4, - "movement": 2, - "NOT": 2, - "dx": 20, - "dy": 20, - "variables": 2, - "walk": 4, - "coordinates": 4, - "player.WalkStraight": 2, - "player.x": 2, - "+": 7, - "player.y": 2, - "eNoBlock": 2, - "update": 3, - "on_key_press": 2, - "keycode": 27, - "eKeyboardMovement_Tapping": 3, - "key": 2, - "pressed": 4, - "same": 1, - "as": 2, - "on_event": 1, - "EventType": 1, - "event": 2, - "data": 1, - "eEventLeaveRoom": 1, - "initialize_control_panel": 2, - "gPanel.Centre": 1, - "gRestartYN.Centre": 1, - "IsSpeechVoxAvailable": 3, - "lblVoice.Visible": 1, - "btnVoice.Visible": 1, - "sldVoice.Visible": 1, - "SetVoiceMode": 6, - "eSpeechVoiceAndText": 4, - "btnVoice.Text": 9, - "System.SupportsGammaControl": 3, - "sldGamma.Visible": 1, - "lblGamma.Visible": 1, - "//And": 1, - "now": 1, - "all": 2, - "defaults": 1, - "System.Volume": 5, - "sldAudio.Value": 3, - "SetGameSpeed": 3, - "sldSpeed.Value": 3, - "sldVoice.Value": 3, - "SetSpeechVolume": 3, - "System.Gamma": 3, - "sldGamma.Value": 3, - "game_start": 1, - "KeyboardMovement.SetMode": 1, - "repeatedly_execute_always": 1, - "show_inventory_window": 3, - "gInventory.Visible": 2, - "mouse.Mode": 13, - "eModeInteract": 3, - "mouse.UseModeGraphic": 8, - "eModePointer": 8, - "show_save_game_dialog": 3, - "gSaveGame.Visible": 3, - "lstSaveGamesList.FillSaveGameList": 2, - "lstSaveGamesList.ItemCount": 3, - "txtNewSaveName.Text": 5, - "lstSaveGamesList.Items": 3, - "[": 6, - "]": 6, - "gIconbar.Visible": 15, - "show_restore_game_dialog": 3, - "gRestoreGame.Visible": 3, - "lstRestoreGamesList.FillSaveGameList": 1, - "close_save_game_dialog": 4, - "mouse.UseDefaultGraphic": 9, - "close_restore_game_dialog": 4, - "eKeyCode": 1, - "eKeyEscape": 5, - "gRestartYN.Visible": 6, - "//Use": 1, - "ESC": 1, - "cancel": 1, - "restart.": 1, - "gPanel.Visible": 11, - "eKeyReturn": 1, - "RestartGame": 2, - "eKeyCtrlQ": 1, - "QuitGame": 3, - "Ctrl": 1, - "Q": 1, - "eKeyF5": 1, - "F5": 1, - "eKeyF7": 1, - "F7": 1, - "eKeyF9": 1, - "eKeyF12": 1, - "SaveScreenShot": 1, - "F12": 1, - "eKeyTab": 1, - "Tab": 1, - "show": 1, - "inventory": 2, - "eModeWalkto": 2, - "//Notice": 1, - "this": 1, - "alternate": 1, - "way": 1, - "indicate": 1, - "keycodes.": 1, - "eModeLookat": 1, - "//Note": 1, - "that": 1, - "we": 1, - "do": 1, - "here": 1, - "modes.": 1, - "//If": 1, - "you": 1, - "want": 1, - "something": 1, - "happen": 1, - "such": 1, - "GUI": 3, - "buttons": 1, - "highlighting": 1, - "eModeTalkto": 2, - "//you": 1, - "I": 1, - "P": 1, - "G": 1, - "t": 1, - "allow": 1, - "mouse": 2, - "click": 1, - "button": 33, - "eMouseLeft": 4, - "ProcessClick": 2, - "mouse.x": 2, - "mouse.y": 2, - "eMouseRight": 1, - "eMouseWheelSouth": 1, - "mouse.SelectNextMode": 1, - "eMouseMiddle": 1, - "eMouseWheelNorth": 1, - "player.ActiveInventory": 2, - "null": 2, - "//...and": 1, - "has": 1, - "a": 1, - "selected": 1, - "item": 1, - "UseInv.": 1, - "eModeUseinv": 2, - "interface_click": 1, - "btnInvUp_Click": 1, - "GUIControl": 31, - "*control": 31, - "MouseButton": 26, - "invCustomInv.ScrollUp": 1, - "btnInvDown_Click": 1, - "invCustomInv.ScrollDown": 1, - "btnInvOK_Click": 1, - "They": 2, - "OK": 1, - "close": 1, - "btnInvSelect_Click": 1, - "SELECT": 1, - "so": 1, - "switch": 1, - "Get": 1, - "cursor": 1, - "But": 1, - "override": 1, - "appearance": 1, - "look": 1, - "like": 1, - "btnIconInv_Click": 1, - "btnIconCurInv_Click": 1, - "btnIconSave_Click": 2, - "btnIconLoad_Click": 2, - "btnIconExit_Click": 1, - "btnIconAbout_Click": 1, - "cEgo_Look": 1, - "Display": 4, - "cEgo_Interact": 1, - "cEgo_Talk": 1, - "//START": 1, - "OF": 2, - "CONTROL": 2, - "PANEL": 2, - "FUNCTIONS": 2, - "btnSave_OnClick": 1, - "Wait": 3, - "btnIconSave": 1, - "gControl_OnClick": 1, - "*theGui": 1, - "btnAbout_OnClick": 1, - "btnQuit_OnClick": 1, - "btnLoad_OnClick": 1, - "btnIconLoad": 1, - "btnResume_OnClick": 1, - "sldAudio_OnChange": 1, - "sldVoice_OnChange": 1, - "btnVoice_OnClick": 1, - "eSpeechVoiceOnly": 1, - "eSpeechTextOnly": 1, - "sldGamma_OnChange": 1, - "btnDefault_OnClick": 1, - "//END": 1, - "dialog_request": 1, - "param": 1, - "sldSpeed_OnChange": 1, - "btnRestart_OnClick": 1, - "btnRestartYes_OnClick": 1, - "btnRestartNo_OnClick": 1, - "btnCancelSave_OnClick": 1, - "btnSaveGame_OnClick": 2, - "gameSlotToSaveInto": 3, - "i": 5, - "while": 1, - "<": 1, - "lstSaveGamesList.SaveGameSlots": 2, - "SaveGameSlot": 1, - "btnCancelRestore_OnClick": 1, - "btnRestoreGame_OnClick": 1, - "lstRestoreGamesList.SelectedIndex": 2, - "RestoreGameSlot": 1, - "lstRestoreGamesList.SaveGameSlots": 1, - "lstSaveGamesList_OnSelectionCh": 1, - "lstSaveGamesList.SelectedIndex": 3, - "txtNewSaveName_OnActivate": 1, - "btnDeleteSave_OnClick": 1, - "DeleteSaveSlot": 1, - "KeyboardMovement_VERSION": 1, - "struct": 1, - "import": 1 - }, - "APL": { - "NameSpace": 1, - "UT": 1, - "sac": 1, - "expect_orig": 1, - "expect": 1, - "NS": 2, - "exception": 1, - "nexpect_orig": 1, - "nexpect": 1, - "{": 21, - "Z": 28, - "}": 21, - "Conf": 5, - "run": 1, - "Argument": 12, - ";": 25, - "PRE_test": 4, - "POST_test": 4, - "TEST_step": 6, - "COVER_step": 4, - "FromSpace": 9, - "load_display_if_not_already_loaded": 2, - "load_salt_scripts_into_current_namespace_if_configured": 2, - "RSI": 1, - "If": 10, - "NC": 4, - "has": 3, - "PROFILE": 2, - "EndIf": 10, - "is_function": 1, - "single_function_test_function": 2, - "COVER_file": 4, - "ElseIf": 3, - "is_list_of_functions": 1, - "list_of_functions_test_function": 2, - "is_file": 1, - "file_test_function": 2, - "(": 21, - "get_file_name": 2, - ")": 20, - "is_dir": 1, - "test_files": 2, - "test_files_in_dir": 1, - "test_dir_function": 2, - "generate_coverage_page": 1, - "#.": 1, - "CY": 1, - "#.UT.appdir": 3, - "SE.SALT.Load": 3, - "TestName": 2, - "run_ut": 3, - "ListOfNames": 2, - "t": 11, - "TS": 4, - "-": 50, - "print_passed_crashed_failed": 2, - "FilePath": 3, - "FileNS": 3, - "Functions": 3, - "TestFunctions": 4, - "FileNS.": 1, - "NL": 2, - "is_test": 1, - "/Functions": 1, - "/": 5, - "Else": 2, - "Test_files": 3, - "#.UT.run": 1, - "separator": 2, - "data": 1, - "cover_target": 1, - "clear": 1, - ".": 5, - "Coverage": 1, - "%": 3, - "": 1, - "": 1, - "http": 2, - "equiv=": 1, - "content=": 1, - "": 1, - "
": 1,
-      "
": 1, - "": 1, - "": 2, - "": 2, - "": 1, - "": 1, - "Page": 1, - "generated": 1, - "|": 2, - "cover_out": 1, - "cover_file": 1, - "UTF": 1, - "_TEST": 2, - ".dyalog": 1, - "Linux": 2, - "APLVersion": 2, - "yes": 2, - "test": 1, - "d": 1, - "&&": 1, - "echo": 2, - "||": 1, - "no": 1, - "gfa": 1, - "I": 3, - "kernel32": 1, - "GetFileAttributes*": 1, - "<": 1, - "find": 1, - "name": 1, - "*_tests.dyalog": 2, - "files": 1, - "Passed": 2, - "Crashed": 1, - "Failed": 1, - "Runtime": 1, - "m": 2, - "s": 2, - "ms": 2, - "CRASHED": 1, - "FAILED": 1, - "Expected": 1, - "Got": 1, - "gotterm": 6, - "term_to_text": 1, - "returned": 1, - "align_and_join_message_parts": 2, - "hdr": 5, - "exp": 5, - "expterm": 5, - "got": 5, - "Parts": 2, - "R1": 3, - "C1": 2, - "R2": 3, - "C2": 3, - "W": 7, - "/C1": 1, - "[": 1, - "]": 1, - "confparam": 4, - "in": 1, - "config": 4, - "/config": 1, - "EndNameSpace": 1, - "You": 1, - "can": 2, - "try": 1, - "this": 2, - "at": 1, - "//tryapl.org/": 1, - "not": 1, - "explain": 1, - "how": 1, - "much": 1, - "suddenly": 1, - "love": 1, - "crypto": 1, - "language": 1, - "Starts": 2, - "Middles": 2, - "Qualifiers": 2, - "Finishes": 2, - "rf": 2, - "erf": 2, - "deepak": 2 - }, - "ATS": { - "//": 211, - "#define": 4, - "ATS_PACKNAME": 1, - "ATS_STALOADFLAG": 1, - "no": 2, - "static": 1, - "loading": 1, - "at": 2, - "run": 1, - "-": 49, - "time": 1, - "#include": 16, - "castfn": 1, - "linset2list": 1, - "{": 142, - "a": 200, - "t0p": 31, - "}": 141, - "(": 562, - "xs": 82, - "set": 34, - "INV": 24, - ")": 567, - "<": 14, - "List0_vt": 5, - "staload": 25, - "UN": 3, - "_": 25, - "datavtype": 1, - "fork": 16, - "FORK": 3, - "of": 59, - "nphil": 13, - "assume": 2, - "fork_vtype": 3, - "implement": 55, - "fork_get_num": 4, - "f": 22, - "let": 34, - "val": 95, - "n": 51, - "in": 48, - "end": 73, - "local": 10, - "the_forkarray": 2, - "typedef": 10, - "t": 1, - "channel": 11, - "array_tabulate": 1, - "fopr": 1, - "": 2, - "ch": 7, - "where": 6, - "UN.cast": 2, - "channel_create_exn": 2, - "": 2, - "i2sz": 4, - "channel_insert": 5, - "arrayref_tabulate": 1, - "NPHIL": 6, - "[": 49, - "]": 48, - "fork_changet": 5, - "the_forktray": 2, - "+": 20, - "forktray_changet": 4, - "sortdef": 2, - "ftype": 13, - "type": 30, - "infixr": 2, - "b": 26, - "": 2, - "functor": 12, - "F": 34, - "list0": 9, - "extern": 13, - "functor_list0": 7, - "lam": 20, - "list0_map": 2, - "": 14, - "": 3, - "option0": 3, - "functor_option0": 2, - "opt": 6, - "option0_map": 1, - "functor_homres": 2, - "c": 3, - "r": 25, - "x": 48, - "fun": 56, - "Yoneda_phi": 3, - "Yoneda_psi": 3, - "ftor": 9, - "fx": 8, - "m": 4, - "mf": 4, - "natrans": 3, - "G": 2, - "Yoneda_phi_nat": 2, - "Yoneda_psi_nat": 2, - "*": 2, - "datatype": 4, - "bool": 27, - "True": 7, - "|": 22, - "False": 8, - "boxed": 2, - "boolean": 2, - "bool2string": 4, - "string": 2, - "case": 9, - "fprint_val": 2, - "": 2, - "out": 8, - "fprint": 3, - "myboolist0": 9, - "list_t": 1, - "g0ofg1_list": 1, - "Yoneda_bool_list0": 3, - "myboolist1": 2, - "fprintln": 3, - "stdout_ref": 4, - "main0": 3, - "%": 7, - "#": 7, - "natLt": 2, - "phil_left": 3, - "phil_right": 3, - "phil_loop": 10, - "void": 14, - "cleaner_loop": 6, - "absvtype": 2, - "ptr": 2, - "vtypedef": 2, - "phil_dine": 3, - "lf": 5, - "rf": 5, - "phil_think": 3, - "cleaner_wash": 3, - "cleaner_return": 4, - "nmod": 1, - "randsleep": 6, - "intGte": 1, - "ignoret": 2, - "sleep": 2, - "uInt": 1, - "rand": 1, - "mod": 1, - "println": 9, - "nl": 2, - "nr": 2, - "ch_lfork": 2, - "ch_rfork": 2, - "channel_takeout": 4, - "HX": 1, - "try": 1, - "to": 16, - "actively": 1, - "induce": 1, - "deadlock": 2, - "ch_forktray": 3, - "f0": 3, - "dynload": 3, - "mythread_create_cloptr": 6, - "llam": 6, - "while": 1, - "true": 5, - "CoYoneda": 7, - "CoYoneda_phi": 2, - "CoYoneda_psi": 3, - "int0": 4, - "I": 8, - "int": 2, - "int2bool": 2, - "i": 6, - "if": 7, - "then": 11, - "else": 7, - "myintlist0": 2, - "g0ofg1": 1, - "list": 1, - "set_vtype": 3, - "t@ype": 2, - "compare_elt_elt": 4, - "x1": 1, - "x2": 1, - "linset_nil": 2, - "linset_make_nil": 2, - "linset_sing": 2, - "": 16, - "linset_make_sing": 2, - "linset_make_list": 1, - "List": 1, - "linset_is_nil": 2, - "linset_isnot_nil": 2, - "linset_size": 2, - "size_t": 1, - "linset_is_member": 3, - "x0": 22, - "linset_isnot_member": 1, - "linset_copy": 2, - "linset_free": 2, - "linset_insert": 3, - "&": 17, - "linset_takeout": 1, - "res": 9, - "endfun": 1, - "linset_takeout_opt": 1, - "Option_vt": 4, - "linset_remove": 2, - "linset_choose": 3, - "linset_choose_opt": 1, - "linset_takeoutmax": 1, - "linset_takeoutmax_opt": 1, - "linset_takeoutmin": 1, - "linset_takeoutmin_opt": 1, - "fprint_linset": 3, - "sep": 1, - "FILEref": 2, - "overload": 1, - "with": 1, - "env": 11, - "vt0p": 2, - "linset_foreach": 3, - "fwork": 3, - "linset_foreach_env": 3, - "linset_listize": 2, - "linset_listize1": 2, - "code": 6, - "reuse": 2, - "elt": 2, - "list_vt_nil": 16, - "list_vt_cons": 17, - "list_vt_is_nil": 1, - "list_vt_is_cons": 1, - "list_vt_length": 1, - "aux": 4, - "nat": 4, - ".": 14, - "": 3, - "list_vt": 7, - "sgn": 9, - "false": 6, - "list_vt_copy": 2, - "list_vt_free": 1, - "mynode_cons": 4, - "nx": 22, - "mynode1": 6, - "xs1": 15, - "UN.castvwtp0": 8, - "List1_vt": 5, - "@list_vt_cons": 5, - "xs2": 3, - "prval": 20, - "UN.cast2void": 5, - ";": 4, - "fold@": 8, - "ins": 3, - "tail": 1, - "recursive": 1, - "n1": 4, - "<=>": 1, - "1": 3, - "mynode_make_elt": 4, - "ans": 2, - "is": 26, - "found": 1, - "effmask_all": 3, - "free@": 1, - "xs1_": 3, - "rem": 1, - "opt_some": 1, - "opt_none": 1, - "list_vt_foreach": 1, - "": 3, - "list_vt_foreach_env": 1, - "mynode_null": 5, - "mynode": 3, - "null": 1, - "the_null_ptr": 1, - "mynode_free": 1, - "nx2": 4, - "mynode_get_elt": 1, - "nx1": 7, - "UN.castvwtp1": 2, - "mynode_set_elt": 1, - "l": 3, - "__assert": 2, - "praxi": 1, - "mynode_getfree_elt": 1, - "linset_takeout_ngc": 2, - "takeout": 3, - "mynode0": 1, - "pf_x": 6, - "view@x": 3, - "pf_xs1": 6, - "view@xs1": 3, - "linset_takeoutmax_ngc": 2, - "xs_": 4, - "@list_vt_nil": 1, - "linset_takeoutmin_ngc": 2, - "unsnoc": 4, - "pos": 1, - "and": 10, - "fold@xs": 1, - "": 1, - "html": 1, - "PUBLIC": 1, - "W3C": 1, - "DTD": 2, - "XHTML": 1, - "EN": 1, - "http": 2, - "www": 1, - "w3": 1, - "org": 1, - "TR": 1, - "xhtml11": 2, - "dtd": 1, - "": 1, - "xmlns=": 1, - "": 1, - "": 1, - "equiv=": 1, - "content=": 1, - "": 1, - "EFFECTIVATS": 1, - "DiningPhil2": 1, - "": 1, - "#patscode_style": 1, - "": 1, - "": 1, - "

": 1, - "Effective": 1, - "ATS": 2, - "Dining": 2, - "Philosophers": 2, - "

": 1, - "In": 2, - "this": 2, - "article": 2, - "present": 1, - "an": 6, - "implementation": 3, - "slight": 1, - "variant": 1, - "the": 30, - "famous": 1, - "problem": 1, - "by": 4, - "Dijkstra": 1, - "that": 8, - "makes": 1, - "simple": 1, - "but": 1, - "convincing": 1, - "use": 1, - "linear": 2, - "types.": 1, - "

": 8, - "The": 8, - "Original": 2, - "Problem": 2, - "

": 8, - "There": 3, - "are": 7, - "five": 1, - "philosophers": 1, - "sitting": 1, - "around": 1, - "table": 3, - "there": 3, - "also": 3, - "forks": 7, - "placed": 1, - "on": 8, - "such": 1, - "each": 2, - "located": 2, - "between": 1, - "left": 3, - "hand": 6, - "philosopher": 5, - "right": 3, - "another": 1, - "philosopher.": 1, - "Each": 4, - "does": 1, - "following": 6, - "routine": 1, - "repeatedly": 1, - "thinking": 1, - "dining.": 1, - "order": 1, - "dine": 1, - "needs": 2, - "first": 2, - "acquire": 1, - "two": 3, - "one": 3, - "his": 4, - "side": 2, - "other": 2, - "side.": 2, - "After": 2, - "finishing": 1, - "dining": 1, - "puts": 2, - "acquired": 1, - "onto": 1, - "A": 6, - "Variant": 1, - "twist": 1, - "added": 1, - "original": 1, - "version": 1, - "

": 1, - "used": 1, - "it": 2, - "becomes": 1, - "be": 9, - "put": 1, - "tray": 2, - "for": 15, - "dirty": 2, - "forks.": 1, - "cleaner": 2, - "who": 1, - "cleans": 1, - "them": 2, - "back": 1, - "table.": 1, - "Channels": 1, - "Communication": 1, - "just": 1, - "shared": 1, - "queue": 1, - "fixed": 1, - "capacity.": 1, - "functions": 1, - "inserting": 1, - "element": 5, - "into": 3, - "taking": 1, - "given": 4, - "

": 7,
-      "class=": 6,
-      "#pats2xhtml_sats": 3,
-      "
": 7, - "If": 2, - "called": 2, - "full": 4, - "caller": 2, - "blocked": 3, - "until": 2, - "taken": 1, - "channel.": 2, - "empty": 1, - "inserted": 1, - "Channel": 2, - "Fork": 3, - "Forks": 1, - "resources": 1, - "type.": 1, - "initially": 1, - "stored": 2, - "which": 2, - "can": 4, - "obtained": 2, - "calling": 2, - "function": 3, - "defined": 1, - "natural": 1, - "numbers": 1, - "less": 1, - "than": 1, - "channels": 4, - "storing": 3, - "chosen": 3, - "capacity": 3, - "reason": 1, - "store": 1, - "most": 1, - "guarantee": 1, - "these": 1, - "never": 2, - "so": 2, - "attempt": 1, - "made": 1, - "send": 1, - "signals": 1, - "awake": 1, - "callers": 1, - "supposedly": 1, - "being": 2, - "due": 1, - "Tray": 1, - "instead": 1, - "become": 1, - "as": 4, - "only": 1, - "total": 1, - "Philosopher": 1, - "Loop": 2, - "implemented": 2, - "loop": 2, - "#pats2xhtml_dats": 3, - "It": 2, - "should": 3, - "straighforward": 2, - "follow": 2, - "Cleaner": 1, - "finds": 1, - "number": 2, - "uses": 1, - "locate": 1, - "fork.": 1, - "Its": 1, - "actual": 1, - "follows": 1, - "now": 1, - "Testing": 1, - "entire": 1, - "files": 1, - "DiningPhil2.sats": 1, - "DiningPhil2.dats": 1, - "DiningPhil2_fork.dats": 1, - "DiningPhil2_thread.dats": 1, - "Makefile": 1, - "available": 1, - "compiling": 1, - "source": 1, - "excutable": 1, - "testing.": 1, - "One": 1, - "able": 1, - "encounter": 1, - "after": 1, - "running": 1, - "simulation": 1, - "while.": 1, - "
": 1, - "size=": 1, - "This": 1, - "written": 1, - "href=": 1, - "Hongwei": 1, - "Xi": 1, - "
": 1, - "": 1, - "": 1, - "main": 1, - "fprint_filsub": 1 - }, - "Agda": { - "module": 3, - "NatCat": 1, - "where": 2, - "open": 2, - "import": 2, - "Relation.Binary.PropositionalEquality": 1, - "-": 21, - "If": 1, - "you": 2, - "can": 1, - "show": 1, - "that": 1, - "a": 1, - "relation": 1, - "only": 1, - "ever": 1, - "has": 1, - "one": 1, - "inhabitant": 5, - "get": 1, - "the": 1, - "category": 1, - "laws": 1, - "for": 1, - "free": 1, - "EasyCategory": 3, - "(": 36, - "obj": 4, - "Set": 2, - ")": 36, - "_": 6, - "{": 10, - "x": 34, - "y": 28, - "z": 18, - "}": 10, - "id": 9, - "single": 4, - "r": 26, - "s": 29, - "assoc": 2, - "w": 4, - "t": 6, - "Data.Nat": 1, - "same": 5, - ".0": 2, - "n": 14, - "refl": 6, - ".": 5, - "suc": 6, - "m": 6, - "cong": 1, - "trans": 5, - ".n": 1, - "zero": 1, - "Nat": 1 - }, - "Alloy": { - "module": 3, - "examples/systems/marksweepgc": 1, - "sig": 20, - "Node": 10, - "{": 54, - "}": 60, - "HeapState": 5, - "left": 3, - "right": 1, - "-": 41, - "lone": 6, - "marked": 1, - "set": 10, - "freeList": 1, - "pred": 16, - "clearMarks": 1, - "[": 82, - "hs": 16, - ".marked": 3, - ".right": 4, - "hs.right": 3, - "fun": 1, - "reachable": 1, - "n": 5, - "]": 80, - "+": 14, - "n.": 1, - "(": 12, - "hs.left": 2, - ")": 9, - "mark": 1, - "from": 2, - "hs.reachable": 1, - "setFreeList": 1, - ".freeList.*": 3, - ".left": 5, - "hs.marked": 1, - "GC": 1, - "root": 5, - "assert": 3, - "Soundness1": 2, - "all": 16, - "h": 9, - "live": 3, - "h.reachable": 1, - "|": 19, - "h.right": 1, - "Soundness2": 2, - "no": 8, - ".reachable": 2, - "h.GC": 1, - "in": 19, - ".freeList": 1, - "check": 6, - "for": 7, - "expect": 6, - "Completeness": 1, - "examples/systems/file_system": 1, - "abstract": 2, - "Object": 10, - "Name": 2, - "File": 1, - "extends": 10, - "some": 3, - "d": 3, - "Dir": 8, - "this": 14, - "d.entries.contents": 1, - "entries": 3, - "DirEntry": 2, - "parent": 3, - "this.": 4, - "@contents.": 1, - "@entries": 1, - "e1": 2, - "e2": 2, - "e1.name": 1, - "e2.name": 1, - "@parent": 2, - "Root": 5, - "one": 8, - "Cur": 1, - "name": 1, - "contents": 2, - "OneParent_buggyVersion": 2, - "d.parent": 2, - "OneParent_correctVersion": 2, - "&&": 2, - "contents.d": 1, - "NoDirAliases": 3, - "o": 1, - "o.": 1, - "examples/systems/views": 1, - "open": 2, - "util/ordering": 1, - "State": 16, - "as": 2, - "so": 1, - "util/relation": 1, - "rel": 1, - "Ref": 19, - "t": 16, - "b": 13, - "v": 25, - "views": 2, - "when": 1, - "is": 1, - "view": 2, - "of": 3, - "type": 1, - "backing": 1, - "dirty": 3, - "contains": 1, - "refs": 7, - "that": 1, - "have": 1, - "been": 1, - "invalidated": 1, - "obj": 1, - "ViewType": 8, - "anyviews": 2, - "visualization": 1, - "ViewType.views": 1, - "Map": 2, - "keys": 3, - "map": 2, - "s": 6, - "Ref.map": 1, - "s.refs": 3, - "MapRef": 4, - "fact": 4, - "State.obj": 3, - "Iterator": 2, - "done": 3, - "lastRef": 2, - "IteratorRef": 5, - "Set": 2, - "elts": 2, - "SetRef": 5, - "KeySetView": 6, - "State.views": 1, - "IteratorView": 3, - "s.views": 2, - "handle": 1, - "possibility": 1, - "modifying": 1, - "an": 1, - "object": 1, - "and": 1, - "its": 1, - "at": 1, - "once": 1, - "*": 1, - "should": 1, - "we": 1, - "limit": 1, - "frame": 1, - "conds": 1, - "to": 1, - "non": 1, - "*/": 1, - "modifies": 5, - "pre": 15, - "post": 14, - "rs": 4, - "let": 5, - "vr": 1, - "pre.views": 8, - "mods": 3, - "rs.*vr": 1, - "r": 3, - "pre.refs": 6, - "pre.obj": 10, - "post.obj": 7, - "viewFrame": 4, - "post.dirty": 1, - "pre.dirty": 1, - "allocates": 5, - "&": 3, - "post.refs": 1, - ".map": 3, - ".elts": 3, - "dom": 1, - "<:>": 1, - "setRefs": 1, - "MapRef.put": 1, - "k": 5, - "none": 4, - "post.views": 4, - "SetRef.iterator": 1, - "iterRef": 4, - "i": 7, - "i.left": 3, - "i.done": 1, - "i.lastRef": 1, - "IteratorRef.remove": 1, - ".lastRef": 2, - "IteratorRef.next": 1, - "ref": 3, - "IteratorRef.hasNext": 1, - "s.obj": 1, - "zippishOK": 2, - "ks": 6, - "vs": 6, - "m": 4, - "ki": 2, - "vi": 2, - "s0": 4, - "so/first": 1, - "s1": 4, - "so/next": 7, - "s2": 6, - "s3": 4, - "s4": 4, - "s5": 4, - "s6": 4, - "s7": 2, - "precondition": 2, - "s0.dirty": 1, - "ks.iterator": 1, - "vs.iterator": 1, - "ki.hasNext": 1, - "vi.hasNext": 1, - "ki.this/next": 1, - "vi.this/next": 1, - "m.put": 1, - "ki.remove": 1, - "vi.remove": 1, - "State.dirty": 1, - "ViewType.pre.views": 2, - "but": 1, - "#s.obj": 1, - "<": 1 - }, - "Ant Build System": { - "": 2, - "version=": 2, - "encoding=": 2, - "": 2, - "name=": 64, - "": 2, - "": 32, - "file=": 38, - "": 2, - "property=": 4, - "": 2, - "": 34, - "location=": 32, - "": 30, - "depends=": 30, - "description=": 16, - "": 2, - "": 2, - "": 2 - }, - "ApacheConf": { - "ServerSignature": 1, - "Off": 1, - "RewriteCond": 15, - "%": 48, - "{": 16, - "REQUEST_METHOD": 1, - "}": 16, - "(": 16, - "HEAD": 1, - "|": 80, - "TRACE": 1, - "DELETE": 1, - "TRACK": 1, - ")": 17, - "[": 17, - "NC": 13, - "OR": 14, - "]": 17, - "THE_REQUEST": 1, - "r": 1, - "n": 1, - "A": 6, - "D": 6, - "HTTP_REFERER": 1, - "<|>": 6, - "C": 5, - "E": 5, - "HTTP_COOKIE": 1, - "REQUEST_URI": 1, - "/": 3, - ";": 2, - "<": 1, - ".": 7, - "HTTP_USER_AGENT": 5, - "java": 1, - "curl": 2, - "wget": 2, - "winhttp": 1, - "HTTrack": 1, - "clshttp": 1, - "archiver": 1, - "loader": 1, - "email": 1, - "harvest": 1, - "extract": 1, - "grab": 1, - "miner": 1, - "libwww": 1, - "-": 43, - "perl": 1, - "python": 1, - "nikto": 1, - "scan": 1, - "#Block": 1, - "mySQL": 1, - "injects": 1, - "QUERY_STRING": 5, - ".*": 3, - "*": 1, - "union": 1, - "select": 1, - "insert": 1, - "cast": 1, - "set": 1, - "declare": 1, - "drop": 1, - "update": 1, - "md5": 1, - "benchmark": 1, - "./": 1, - "localhost": 1, - "loopback": 1, - ".0": 2, - ".1": 1, - "a": 1, - "z0": 1, - "RewriteRule": 1, - "index.php": 1, - "F": 1, - "#": 182, - "ServerRoot": 2, - "#Listen": 2, - "Listen": 2, - "LoadModule": 126, - "authn_file_module": 2, - "/usr/lib/apache2/modules/mod_authn_file.so": 1, - "authn_dbm_module": 2, - "/usr/lib/apache2/modules/mod_authn_dbm.so": 1, - "authn_anon_module": 2, - "/usr/lib/apache2/modules/mod_authn_anon.so": 1, - "authn_dbd_module": 2, - "/usr/lib/apache2/modules/mod_authn_dbd.so": 1, - "authn_default_module": 2, - "/usr/lib/apache2/modules/mod_authn_default.so": 1, - "authn_alias_module": 1, - "/usr/lib/apache2/modules/mod_authn_alias.so": 1, - "authz_host_module": 2, - "/usr/lib/apache2/modules/mod_authz_host.so": 1, - "authz_groupfile_module": 2, - "/usr/lib/apache2/modules/mod_authz_groupfile.so": 1, - "authz_user_module": 2, - "/usr/lib/apache2/modules/mod_authz_user.so": 1, - "authz_dbm_module": 2, - "/usr/lib/apache2/modules/mod_authz_dbm.so": 1, - "authz_owner_module": 2, - "/usr/lib/apache2/modules/mod_authz_owner.so": 1, - "authnz_ldap_module": 1, - "/usr/lib/apache2/modules/mod_authnz_ldap.so": 1, - "authz_default_module": 2, - "/usr/lib/apache2/modules/mod_authz_default.so": 1, - "auth_basic_module": 2, - "/usr/lib/apache2/modules/mod_auth_basic.so": 1, - "auth_digest_module": 2, - "/usr/lib/apache2/modules/mod_auth_digest.so": 1, - "file_cache_module": 1, - "/usr/lib/apache2/modules/mod_file_cache.so": 1, - "cache_module": 2, - "/usr/lib/apache2/modules/mod_cache.so": 1, - "disk_cache_module": 2, - "/usr/lib/apache2/modules/mod_disk_cache.so": 1, - "mem_cache_module": 2, - "/usr/lib/apache2/modules/mod_mem_cache.so": 1, - "dbd_module": 2, - "/usr/lib/apache2/modules/mod_dbd.so": 1, - "dumpio_module": 2, - "/usr/lib/apache2/modules/mod_dumpio.so": 1, - "ext_filter_module": 2, - "/usr/lib/apache2/modules/mod_ext_filter.so": 1, - "include_module": 2, - "/usr/lib/apache2/modules/mod_include.so": 1, - "filter_module": 2, - "/usr/lib/apache2/modules/mod_filter.so": 1, - "charset_lite_module": 1, - "/usr/lib/apache2/modules/mod_charset_lite.so": 1, - "deflate_module": 2, - "/usr/lib/apache2/modules/mod_deflate.so": 1, - "ldap_module": 1, - "/usr/lib/apache2/modules/mod_ldap.so": 1, - "log_forensic_module": 2, - "/usr/lib/apache2/modules/mod_log_forensic.so": 1, - "env_module": 2, - "/usr/lib/apache2/modules/mod_env.so": 1, - "mime_magic_module": 2, - "/usr/lib/apache2/modules/mod_mime_magic.so": 1, - "cern_meta_module": 2, - "/usr/lib/apache2/modules/mod_cern_meta.so": 1, - "expires_module": 2, - "/usr/lib/apache2/modules/mod_expires.so": 1, - "headers_module": 2, - "/usr/lib/apache2/modules/mod_headers.so": 1, - "ident_module": 2, - "/usr/lib/apache2/modules/mod_ident.so": 1, - "usertrack_module": 2, - "/usr/lib/apache2/modules/mod_usertrack.so": 1, - "unique_id_module": 2, - "/usr/lib/apache2/modules/mod_unique_id.so": 1, - "setenvif_module": 2, - "/usr/lib/apache2/modules/mod_setenvif.so": 1, - "version_module": 2, - "/usr/lib/apache2/modules/mod_version.so": 1, - "proxy_module": 2, - "/usr/lib/apache2/modules/mod_proxy.so": 1, - "proxy_connect_module": 2, - "/usr/lib/apache2/modules/mod_proxy_connect.so": 1, - "proxy_ftp_module": 2, - "/usr/lib/apache2/modules/mod_proxy_ftp.so": 1, - "proxy_http_module": 2, - "/usr/lib/apache2/modules/mod_proxy_http.so": 1, - "proxy_ajp_module": 2, - "/usr/lib/apache2/modules/mod_proxy_ajp.so": 1, - "proxy_balancer_module": 2, - "/usr/lib/apache2/modules/mod_proxy_balancer.so": 1, - "ssl_module": 4, - "/usr/lib/apache2/modules/mod_ssl.so": 1, - "mime_module": 4, - "/usr/lib/apache2/modules/mod_mime.so": 1, - "dav_module": 2, - "/usr/lib/apache2/modules/mod_dav.so": 1, - "status_module": 2, - "/usr/lib/apache2/modules/mod_status.so": 1, - "autoindex_module": 2, - "/usr/lib/apache2/modules/mod_autoindex.so": 1, - "asis_module": 2, - "/usr/lib/apache2/modules/mod_asis.so": 1, - "info_module": 2, - "/usr/lib/apache2/modules/mod_info.so": 1, - "suexec_module": 1, - "/usr/lib/apache2/modules/mod_suexec.so": 1, - "cgid_module": 3, - "/usr/lib/apache2/modules/mod_cgid.so": 1, - "cgi_module": 2, - "/usr/lib/apache2/modules/mod_cgi.so": 1, - "dav_fs_module": 2, - "/usr/lib/apache2/modules/mod_dav_fs.so": 1, - "dav_lock_module": 1, - "/usr/lib/apache2/modules/mod_dav_lock.so": 1, - "vhost_alias_module": 2, - "/usr/lib/apache2/modules/mod_vhost_alias.so": 1, - "negotiation_module": 2, - "/usr/lib/apache2/modules/mod_negotiation.so": 1, - "dir_module": 4, - "/usr/lib/apache2/modules/mod_dir.so": 1, - "imagemap_module": 2, - "/usr/lib/apache2/modules/mod_imagemap.so": 1, - "actions_module": 2, - "/usr/lib/apache2/modules/mod_actions.so": 1, - "speling_module": 2, - "/usr/lib/apache2/modules/mod_speling.so": 1, - "userdir_module": 2, - "/usr/lib/apache2/modules/mod_userdir.so": 1, - "alias_module": 4, - "/usr/lib/apache2/modules/mod_alias.so": 1, - "rewrite_module": 2, - "/usr/lib/apache2/modules/mod_rewrite.so": 1, - "": 17, - "mpm_netware_module": 2, - "User": 2, - "daemon": 2, - "Group": 2, - "": 17, - "ServerAdmin": 2, - "you@example.com": 2, - "#ServerName": 2, - "www.example.com": 2, - "DocumentRoot": 2, - "": 6, - "Options": 6, - "FollowSymLinks": 4, - "AllowOverride": 6, - "None": 8, - "Order": 10, - "deny": 10, - "allow": 10, - "Deny": 6, - "from": 10, - "all": 10, - "": 6, - "usr": 2, - "share": 1, - "apache2": 1, - "default": 1, - "site": 1, - "htdocs": 1, - "Indexes": 2, - "Allow": 4, - "DirectoryIndex": 2, - "index.html": 2, - "": 2, - "ht": 1, - "Satisfy": 4, - "All": 4, - "": 2, - "ErrorLog": 2, - "/var/log/apache2/error_log": 1, - "LogLevel": 2, - "warn": 2, - "log_config_module": 3, - "LogFormat": 6, - "combined": 4, - "common": 4, - "logio_module": 3, - "combinedio": 2, - "CustomLog": 2, - "/var/log/apache2/access_log": 2, - "#CustomLog": 2, - "ScriptAlias": 1, - "/cgi": 2, - "bin/": 2, - "#Scriptsock": 2, - "/var/run/apache2/cgisock": 1, - "lib": 1, - "cgi": 3, - "bin": 1, - "DefaultType": 2, - "text/plain": 2, - "TypesConfig": 2, - "/etc/apache2/mime.types": 1, - "#AddType": 4, - "application/x": 6, - "gzip": 6, - ".tgz": 6, - "#AddEncoding": 4, - "x": 4, - "compress": 4, - ".Z": 4, - ".gz": 4, - "AddType": 4, - "#AddHandler": 4, - "script": 2, - ".cgi": 2, - "type": 2, - "map": 2, - "var": 2, - "text/html": 2, - ".shtml": 4, - "#AddOutputFilter": 2, - "INCLUDES": 2, - "#MIMEMagicFile": 2, - "/etc/apache2/magic": 1, - "#ErrorDocument": 8, - "/missing.html": 2, - "http": 2, - "//www.example.com/subscription_info.html": 2, - "#EnableMMAP": 2, - "off": 5, - "#EnableSendfile": 2, - "#Include": 17, - "/etc/apache2/extra/httpd": 11, - "mpm.conf": 2, - "multilang": 2, - "errordoc.conf": 2, - "autoindex.conf": 2, - "languages.conf": 2, - "userdir.conf": 2, - "info.conf": 2, - "vhosts.conf": 2, - "manual.conf": 2, - "dav.conf": 2, - "default.conf": 2, - "ssl.conf": 2, - "SSLRandomSeed": 4, - "startup": 2, - "builtin": 4, - "connect": 2, - "libexec/apache2/mod_authn_file.so": 1, - "libexec/apache2/mod_authn_dbm.so": 1, - "libexec/apache2/mod_authn_anon.so": 1, - "libexec/apache2/mod_authn_dbd.so": 1, - "libexec/apache2/mod_authn_default.so": 1, - "libexec/apache2/mod_authz_host.so": 1, - "libexec/apache2/mod_authz_groupfile.so": 1, - "libexec/apache2/mod_authz_user.so": 1, - "libexec/apache2/mod_authz_dbm.so": 1, - "libexec/apache2/mod_authz_owner.so": 1, - "libexec/apache2/mod_authz_default.so": 1, - "libexec/apache2/mod_auth_basic.so": 1, - "libexec/apache2/mod_auth_digest.so": 1, - "libexec/apache2/mod_cache.so": 1, - "libexec/apache2/mod_disk_cache.so": 1, - "libexec/apache2/mod_mem_cache.so": 1, - "libexec/apache2/mod_dbd.so": 1, - "libexec/apache2/mod_dumpio.so": 1, - "reqtimeout_module": 1, - "libexec/apache2/mod_reqtimeout.so": 1, - "libexec/apache2/mod_ext_filter.so": 1, - "libexec/apache2/mod_include.so": 1, - "libexec/apache2/mod_filter.so": 1, - "substitute_module": 1, - "libexec/apache2/mod_substitute.so": 1, - "libexec/apache2/mod_deflate.so": 1, - "libexec/apache2/mod_log_config.so": 1, - "libexec/apache2/mod_log_forensic.so": 1, - "libexec/apache2/mod_logio.so": 1, - "libexec/apache2/mod_env.so": 1, - "libexec/apache2/mod_mime_magic.so": 1, - "libexec/apache2/mod_cern_meta.so": 1, - "libexec/apache2/mod_expires.so": 1, - "libexec/apache2/mod_headers.so": 1, - "libexec/apache2/mod_ident.so": 1, - "libexec/apache2/mod_usertrack.so": 1, - "#LoadModule": 4, - "libexec/apache2/mod_unique_id.so": 1, - "libexec/apache2/mod_setenvif.so": 1, - "libexec/apache2/mod_version.so": 1, - "libexec/apache2/mod_proxy.so": 1, - "libexec/apache2/mod_proxy_connect.so": 1, - "libexec/apache2/mod_proxy_ftp.so": 1, - "libexec/apache2/mod_proxy_http.so": 1, - "proxy_scgi_module": 1, - "libexec/apache2/mod_proxy_scgi.so": 1, - "libexec/apache2/mod_proxy_ajp.so": 1, - "libexec/apache2/mod_proxy_balancer.so": 1, - "libexec/apache2/mod_ssl.so": 1, - "libexec/apache2/mod_mime.so": 1, - "libexec/apache2/mod_dav.so": 1, - "libexec/apache2/mod_status.so": 1, - "libexec/apache2/mod_autoindex.so": 1, - "libexec/apache2/mod_asis.so": 1, - "libexec/apache2/mod_info.so": 1, - "libexec/apache2/mod_cgi.so": 1, - "libexec/apache2/mod_dav_fs.so": 1, - "libexec/apache2/mod_vhost_alias.so": 1, - "libexec/apache2/mod_negotiation.so": 1, - "libexec/apache2/mod_dir.so": 1, - "libexec/apache2/mod_imagemap.so": 1, - "libexec/apache2/mod_actions.so": 1, - "libexec/apache2/mod_speling.so": 1, - "libexec/apache2/mod_userdir.so": 1, - "libexec/apache2/mod_alias.so": 1, - "libexec/apache2/mod_rewrite.so": 1, - "perl_module": 1, - "libexec/apache2/mod_perl.so": 1, - "php5_module": 1, - "libexec/apache2/libphp5.so": 1, - "hfs_apple_module": 1, - "libexec/apache2/mod_hfs_apple.so": 1, - "mpm_winnt_module": 1, - "_www": 2, - "Library": 2, - "WebServer": 2, - "Documents": 1, - "MultiViews": 1, - "Hh": 1, - "Tt": 1, - "Dd": 1, - "Ss": 2, - "_": 1, - "": 1, - "rsrc": 1, - "": 1, - "": 1, - "namedfork": 1, - "": 1, - "ScriptAliasMatch": 1, - "i": 1, - "webobjects": 1, - "/private/var/run/cgisock": 1, - "CGI": 1, - "Executables": 1, - "/private/etc/apache2/mime.types": 1, - "/private/etc/apache2/magic": 1, - "#MaxRanges": 1, - "unlimited": 1, - "TraceEnable": 1, - "Include": 6, - "/private/etc/apache2/extra/httpd": 11, - "/private/etc/apache2/other/*.conf": 1 - }, - "Apex": { - "global": 70, - "class": 7, - "LanguageUtils": 1, - "{": 219, - "static": 83, - "final": 6, - "String": 60, - "HTTP_LANGUAGE_CODE_PARAMETER_KEY": 2, - ";": 308, - "DEFAULT_LANGUAGE_CODE": 3, - "Set": 6, - "": 30, - "SUPPORTED_LANGUAGE_CODES": 2, - "new": 60, - "//Chinese": 2, - "(": 481, - "Simplified": 1, - ")": 481, - "Traditional": 1, - "//Dutch": 1, - "//English": 1, - "//Finnish": 1, - "//French": 1, - "//German": 1, - "//Italian": 1, - "//Japanese": 1, - "//Korean": 1, - "//Polish": 1, - "//Portuguese": 1, - "Brazilian": 1, - "//Russian": 1, - "//Spanish": 1, - "//Swedish": 1, - "//Thai": 1, - "//Czech": 1, - "//Danish": 1, - "//Hungarian": 1, - "//Indonesian": 1, - "//Turkish": 1, - "}": 219, - "private": 10, - "Map": 33, - "": 29, - "DEFAULTS": 1, - "getLangCodeByHttpParam": 4, - "returnValue": 22, - "null": 92, - "LANGUAGE_CODE_SET": 1, - "getSuppLangCodeSet": 2, - "if": 91, - "ApexPages.currentPage": 4, - "&&": 46, - ".getParameters": 2, - "LANGUAGE_HTTP_PARAMETER": 7, - "StringUtils.lowerCase": 3, - "StringUtils.replaceChars": 2, - ".get": 4, - "//underscore": 1, - "//dash": 1, - "DEFAULTS.containsKey": 3, - "DEFAULTS.get": 3, - "StringUtils.isNotBlank": 1, - "SUPPORTED_LANGUAGE_CODES.contains": 2, - "return": 106, - "getLangCodeByBrowser": 4, - "LANGUAGES_FROM_BROWSER_AS_STRING": 2, - ".getHeaders": 1, - "List": 71, - "LANGUAGES_FROM_BROWSER_AS_LIST": 3, - "splitAndFilterAcceptLanguageHeader": 2, - "LANGUAGES_FROM_BROWSER_AS_LIST.size": 1, - "for": 24, - "languageFromBrowser": 6, - "getLangCodeByUser": 3, - "UserInfo.getLanguage": 1, - "getLangCodeByHttpParamOrIfNullThenBrowser": 1, - "StringUtils.defaultString": 4, - "getLangCodeByHttpParamOrIfNullThenUser": 1, - "getLangCodeByBrowserOrIfNullThenHttpParam": 1, - "getLangCodeByBrowserOrIfNullThenUser": 1, - "header": 2, - "returnList": 11, - "[": 102, - "]": 102, - "tokens": 3, - "StringUtils.split": 1, - "token": 7, - "token.contains": 1, - "token.substring": 1, - "token.indexOf": 1, - "returnList.add": 8, - "StringUtils.length": 1, - "StringUtils.substring": 1, - "langCodes": 2, - "langCode": 3, - "langCodes.add": 1, - "getLanguageName": 1, - "displayLanguageCode": 13, - "languageCode": 2, - "translatedLanguageNames.get": 2, - "filterLanguageCode": 4, - "getAllLanguages": 3, - "translatedLanguageNames.containsKey": 1, - "<": 32, - "translatedLanguageNames": 1, - "TwilioAPI": 2, - "MissingTwilioConfigCustomSettingsException": 2, - "extends": 1, - "Exception": 1, - "TwilioRestClient": 5, - "client": 2, - "public": 10, - "getDefaultClient": 2, - "TwilioConfig__c": 5, - "twilioCfg": 7, - "getTwilioConfig": 3, - "TwilioAPI.client": 2, - "twilioCfg.AccountSid__c": 3, - "twilioCfg.AuthToken__c": 3, - "TwilioAccount": 1, - "getDefaultAccount": 1, - ".getAccount": 2, - "TwilioCapability": 2, - "createCapability": 1, - "createClient": 1, - "accountSid": 2, - "authToken": 2, - "Test.isRunningTest": 1, - "//": 11, - "dummy": 2, - "sid": 1, - "else": 25, - "TwilioConfig__c.getOrgDefaults": 1, - "throw": 6, - "@isTest": 1, - "void": 9, - "test_TwilioAPI": 1, - "System.assertEquals": 5, - "TwilioAPI.getTwilioConfig": 2, - ".AccountSid__c": 1, - ".AuthToken__c": 1, - "TwilioAPI.getDefaultClient": 2, - ".getAccountSid": 1, - ".getSid": 2, - "TwilioAPI.getDefaultAccount": 1, - "GeoUtils": 1, - "generate": 1, - "a": 6, - "KML": 1, - "string": 7, - "given": 2, - "page": 1, - "reference": 1, - "call": 1, - "getContent": 1, - "then": 1, - "cleanup": 1, - "the": 4, - "output.": 1, - "generateFromContent": 1, - "PageReference": 2, - "pr": 1, - "ret": 7, - "try": 1, - "pr.getContent": 1, - ".toString": 1, - "ret.replaceAll": 4, - "get": 4, - "content": 1, - "produces": 1, - "quote": 1, - "chars": 1, - "we": 1, - "need": 1, - "to": 4, - "escape": 1, - "these": 2, - "in": 1, - "node": 1, - "value": 10, - "catch": 1, - "exception": 1, - "e": 2, - "system.debug": 2, - "+": 75, - "must": 1, - "use": 1, - "ALL": 1, - "since": 1, - "many": 1, - "line": 1, - "may": 1, - "also": 1, - "": 2, - "geo_response": 1, - "accountAddressString": 2, - "account": 2, - "acct": 1, - "form": 1, - "an": 4, - "address": 1, - "object": 1, - "adr": 9, - "acct.billingstreet": 1, - "acct.billingcity": 1, - "acct.billingstate": 1, - "acct.billingpostalcode": 2, - "acct.billingcountry": 2, - "adr.replaceAll": 4, - "testmethod": 1, - "t1": 1, - "pageRef": 3, - "Page.kmlPreviewTemplate": 1, - "Test.setCurrentPage": 1, - "system.assert": 1, - "GeoUtils.generateFromContent": 1, - "Account": 2, - "name": 2, - "billingstreet": 1, - "billingcity": 1, - "billingstate": 1, - "billingpostalcode": 1, - "billingcountry": 1, - "insert": 1, - "system.assertEquals": 1, - "EmailUtils": 1, - "sendEmailWithStandardAttachments": 3, - "recipients": 11, - "emailSubject": 10, - "body": 8, - "Boolean": 38, - "useHTML": 6, - "": 1, - "attachmentIDs": 2, - "": 2, - "stdAttachments": 4, - "SELECT": 1, - "id": 1, - "FROM": 1, - "Attachment": 2, - "WHERE": 1, - "Id": 1, - "IN": 1, - "": 3, - "fileAttachments": 5, - "attachment": 1, - "Messaging.EmailFileAttachment": 2, - "fileAttachment": 2, - "fileAttachment.setFileName": 1, - "attachment.Name": 1, - "fileAttachment.setBody": 1, - "attachment.Body": 1, - "fileAttachments.add": 1, - "sendEmail": 4, - "sendTextEmail": 1, - "textBody": 2, - "false": 13, - "sendHTMLEmail": 1, - "htmlBody": 2, - "true": 12, - "recipients.size": 1, - "Messaging.SingleEmailMessage": 3, - "mail": 2, - "//the": 2, - "email": 1, - "is": 5, - "not": 3, - "saved": 1, - "as": 1, - "activity.": 1, - "mail.setSaveAsActivity": 1, - "mail.setToAddresses": 1, - "mail.setSubject": 1, - "mail.setBccSender": 1, - "mail.setUseSignature": 1, - "mail.setHtmlBody": 1, - "mail.setPlainTextBody": 1, - "fileAttachments.size": 1, - "mail.setFileAttachments": 1, - "Messaging.sendEmail": 1, - "isValidEmailAddress": 2, - "str": 10, - "str.trim": 3, - ".length": 2, - "split": 5, - "str.split": 1, - "split.size": 2, - ".split": 1, - "isNotValidEmailAddress": 1, - "ArrayUtils": 1, - "EMPTY_STRING_ARRAY": 1, - "Integer": 34, - "MAX_NUMBER_OF_ELEMENTS_IN_LIST": 5, - "objectToString": 1, - "": 22, - "objects": 3, - "strings": 3, - "objects.size": 1, - "Object": 23, - "obj": 3, - "instanceof": 1, - "strings.add": 1, - "reverse": 2, - "anArray": 14, - "i": 55, - "j": 10, - "anArray.size": 2, - "-": 18, - "tmp": 6, - "while": 8, - "SObject": 19, - "lowerCase": 1, - "strs": 9, - "strs.size": 3, - "returnValue.add": 3, - "str.toLowerCase": 1, - "upperCase": 1, - "str.toUpperCase": 1, - "trim": 1, - "mergex": 2, - "array1": 8, - "array2": 9, - "merged": 6, - "array1.size": 4, - "array2.size": 2, - "": 19, - "sObj": 4, - "merged.add": 2, - "isEmpty": 7, - "objectArray": 17, - "objectArray.size": 6, - "isNotEmpty": 4, - "pluck": 1, - "fieldName": 3, - "||": 12, - "fieldName.trim": 2, - "plucked": 3, - "toString": 3, - "assertArraysAreEqual": 2, - "expected": 16, - "actual": 16, - "//check": 2, - "see": 2, - "one": 2, - "param": 2, - "but": 2, - "other": 2, - "System.assert": 6, - "ArrayUtils.toString": 12, - "expected.size": 4, - "actual.size": 2, - "merg": 2, - "list1": 15, - "list2": 9, - "list1.size": 6, - "list2.size": 2, - "IllegalArgumentException": 5, - "elmt": 8, - "subset": 6, - "aList": 4, - "count": 10, - "startIndex": 9, - "<=>": 2, - "size": 2, - "1": 2, - "list1.get": 2, - "//LIST/ARRAY": 1, - "SORTING": 1, - "//FOR": 2, - "FORCE.COM": 1, - "PRIMITIVES": 1, - "Double": 1, - "ID": 1, - "etc.": 1, - "qsort": 18, - "theList": 72, - "PrimitiveComparator": 2, - "sortAsc": 24, - "ObjectComparator": 3, - "comparator": 14, - "theList.size": 2, - "SALESFORCE": 1, - "OBJECTS": 1, - "sObjects": 1, - "ISObjectComparator": 3, - "lo0": 6, - "hi0": 8, - "lo": 42, - "hi": 50, - "comparator.compare": 12, - "prs": 8, - "pivot": 14, - "/": 4, - "BooleanUtils": 1, - "isFalse": 1, - "bool": 32, - "isNotFalse": 1, - "isNotTrue": 1, - "isTrue": 1, - "negate": 1, - "toBooleanDefaultIfNull": 1, - "defaultVal": 2, - "toBoolean": 2, - "strToBoolean": 1, - "StringUtils.equalsIgnoreCase": 1, - "//Converts": 1, - "int": 1, - "boolean": 1, - "specifying": 1, - "conversion": 1, - "values.": 1, - "//Returns": 1, - "//Throws": 1, - "trueValue": 2, - "falseValue": 2, - "toInteger": 1, - "toStringYesNo": 1, - "toStringYN": 1, - "trueString": 2, - "falseString": 2, - "xor": 1, - "boolArray": 4, - "boolArray.size": 1, - "firstItem": 2 - }, - "AppleScript": { - "property": 7, - "type_list": 6, - "{": 32, - "}": 32, - "extension_list": 6, - "-": 57, - "html": 2, - "is": 40, - "not": 5, - "currently": 2, - "handled": 2, - "on": 18, - "run": 4, - "tell": 40, - "application": 16, - "to": 128, - "set": 108, - "FinderSelection": 4, - "the": 56, - "selection": 2, - "as": 27, - "alias": 8, - "list": 9, - "FS": 10, - "Ideally": 2, - "this": 2, - "could": 2, - "be": 2, - "passed": 2, - "open": 8, - "handler": 2, - "SelectionCount": 6, - "number": 6, - "of": 72, - "count": 10, - "if": 50, - "then": 28, - "userPicksFolder": 6, - "(": 89, - ")": 88, - "else": 14, - "MyPath": 4, - "path": 6, - "me": 2, - "item": 13, - "If": 2, - "I": 2, - "m": 2, - "a": 4, - "double": 2, - "clicked": 2, - "droplet": 2, - "end": 67, - "these_items": 18, - "choose": 2, - "file": 6, - "with": 11, - "prompt": 2, - "type": 6, - "thesefiles": 2, - "item_info": 24, - "repeat": 19, - "i": 10, - "from": 9, - "this_item": 14, - "info": 4, - "for": 5, - "folder": 10, - "true": 8, - "processFolder": 8, - "false": 9, - "and": 7, - "in": 13, - "or": 6, - "name": 8, - "extension": 4, - "theFilePath": 8, - "string": 17, - "thePOSIXFilePath": 8, - "POSIX": 4, - "processFile": 8, - "process": 5, - "folders": 2, - "theFolder": 6, - "without": 2, - "invisibles": 2, - "text": 13, - "&": 63, - "need": 1, - "pass": 1, - "URL": 1, - "Terminal": 1, - "thePOSIXFileName": 6, - "try": 10, - "terminalCommand": 6, - "convertCommand": 4, - "newFileName": 4, - "do": 4, - "shell": 2, - "script": 2, - "lowFontSize": 9, - "highFontSize": 6, - "messageText": 4, - "userInput": 4, - "display": 4, - "dialog": 4, - "return": 16, - "default": 4, - "answer": 3, - "buttons": 3, - "button": 4, - "returned": 5, - "minimumFontSize": 4, - "newFontSize": 6, - "result": 2, - "integer": 3, - "greater": 5, - "than": 6, - "equal": 3, - "theText": 3, - "exit": 1, - "fontList": 2, - "activate": 3, - "crazyTextMessage": 2, - "make": 3, - "new": 2, - "outgoing": 2, - "message": 2, - "properties": 2, - "content": 2, - "visible": 2, - "eachCharacter": 4, - "characters": 1, - "font": 2, - "some": 1, - "size": 5, - "random": 4, - "color": 1, - "localMailboxes": 3, - "every": 3, - "mailbox": 2, - "messageCountDisplay": 5, - "my": 3, - "getMessageCountsForMailboxes": 4, - "everyAccount": 2, - "account": 1, - "eachAccount": 3, - "accountMailboxes": 3, - "outputMessage": 2, - "subject": 1, - "theMailboxes": 2, - "mailboxes": 1, - "returns": 2, - "displayString": 4, - "eachMailbox": 4, - "mailboxName": 2, - "messageCount": 2, - "messages": 1, - "unreadCount": 2, - "unread": 1, - "padString": 3, - "theString": 4, - "fieldLength": 5, - "stringLength": 4, - "length": 1, - "paddedString": 5, - "character": 2, - "less": 1, - "paddingLength": 2, - "times": 1, - "space": 1, - "isVoiceOverRunning": 3, - "isRunning": 3, - "processes": 2, - "contains": 1, - "isVoiceOverRunningWithAppleScript": 3, - "isRunningWithAppleScript": 3, - "AppleScript": 2, - "enabled": 2, - "VoiceOver": 1, - "x": 1, - "bounds": 2, - "vo": 1, - "cursor": 1, - "error": 3, - "currentDate": 3, - "current": 3, - "date": 1, - "amPM": 4, - "currentHour": 9, - "s": 3, - "minutes": 2, - "<": 2, - "below": 1, - "sound": 1, - "nice": 1, - "currentMinutes": 4, - "ensure": 1, - "nn": 2, - "gets": 1, - "AM": 1, - "readjust": 1, - "hour": 1, - "time": 1, - "currentTime": 3, - "day": 1, - "output": 1, - "say": 1, - "delay": 3, - "pane": 4, - "UI": 1, - "elements": 1, - "tab": 1, - "group": 1, - "window": 5, - "click": 1, - "radio": 1, - "get": 1, - "value": 1, - "field": 1, - "windowWidth": 3, - "windowHeight": 3, - "delimiters": 1, - "screen_width": 2, - "JavaScript": 2, - "document": 2, - "screen_height": 2, - "myFrontMost": 3, - "first": 1, - "whose": 1, - "frontmost": 1, - "desktopTop": 2, - "desktopLeft": 1, - "desktopRight": 1, - "desktopBottom": 1, - "desktop": 1, - "w": 5, - "h": 4, - "drawer": 2, - "position": 1, - "/": 2 - }, - "Arduino": { - "void": 2, - "setup": 1, - "(": 4, - ")": 4, - "{": 2, - "Serial.begin": 1, - ";": 2, - "}": 2, - "loop": 1, - "Serial.print": 1 - }, - "AsciiDoc": { - "Document": 1, - "Title": 1, - "Doc": 1, - "Writer": 1, - "": 1, - "idprefix": 1, - "id_": 1, - "Preamble": 1, - "paragraph.": 4, - "NOTE": 1, - "This": 1, - "is": 1, - "test": 1, - "only": 1, - "a": 1, - "test.": 1, - "Section": 3, - "A": 2, - "*Section": 3, - "A*": 2, - "Subsection": 1, - "B": 2, - "B*": 1, - ".Section": 1, - "list": 1, - "*": 4, - "Item": 6, - "Gregory": 2, - "Rom": 2, - "has": 2, - "written": 2, - "an": 2, - "AsciiDoc": 3, - "plugin": 2, - "for": 2, - "the": 2, - "Redmine": 2, - "project": 2, - "management": 2, - "application.": 2, - "https": 1, - "//github.com/foo": 1, - "-": 4, - "users/foo": 1, - "vicmd": 1, - "gif": 1, - "tag": 1, - "rom": 2, - "[": 2, - "]": 2, - "end": 1, - "berschrift": 1, - "Codierungen": 1, - "sind": 1, - "verr": 1, - "ckt": 1, - "auf": 1, - "lteren": 1, - "Versionen": 1, - "von": 1, - "Ruby": 1, - "Home": 1, - "Page": 1, - "Example": 1, - "Articles": 1 - }, - "AspectJ": { - "package": 2, - "aspects.caching": 1, - ";": 29, - "import": 5, - "java.util.Map": 2, - "public": 6, - "abstract": 3, - "aspect": 2, - "OptimizeRecursionCache": 2, - "{": 11, - "@SuppressWarnings": 3, - "(": 46, - ")": 46, - "private": 1, - "Map": 3, - "_cache": 2, - "getCache": 2, - "}": 11, - "pointcut": 3, - "operation": 4, - "Object": 15, - "o": 16, - "topLevelOperation": 4, - "&&": 2, - "cflowbelow": 1, - "before": 1, - "System.out.println": 5, - "+": 7, - "around": 2, - "cachedValue": 4, - "_cache.get": 1, - "if": 2, - "null": 1, - "return": 5, - "proceed": 2, - "after": 2, - "returning": 2, - "result": 3, - "_cache.put": 1, - "_cache.size": 1, - "com.blogspot.miguelinlas3.aspectj.cache": 1, - "java.util.WeakHashMap": 1, - "org.aspectj.lang.JoinPoint": 1, - "com.blogspot.miguelinlas3.aspectj.cache.marker.Cachable": 1, - "CacheAspect": 1, - "cache": 3, - "Cachable": 2, - "cachable": 5, - "execution": 1, - "@Cachable": 2, - "*": 2, - "..": 1, - "@annotation": 1, - "String": 3, - "evaluatedKey": 6, - "this.evaluateKey": 1, - "cachable.scriptKey": 1, - "thisJoinPoint": 1, - "cache.containsKey": 1, - "this.cache.get": 1, - "value": 3, - "cache.put": 1, - "protected": 2, - "evaluateKey": 1, - "key": 2, - "JoinPoint": 1, - "joinPoint": 1, - "//": 1, - "TODO": 1, - "add": 1, - "some": 1, - "smart": 1, - "staff": 1, - "to": 1, - "allow": 1, - "simple": 1, - "scripting": 1, - "in": 1, - "annotation": 1, - "": 2, - "new": 1, - "WeakHashMap": 1 - }, - "Assembly": { - ";": 7, - "flat": 1, - "assembler": 2, - "interface": 1, - "for": 1, - "Win32": 1, - "Copyright": 1, - "(": 2, - "c": 1, - ")": 2, - "-": 2, - "Tomasz": 1, - "Grysztar.": 1, - "All": 1, - "rights": 1, - "reserved.": 1, - "format": 1, - "PE": 1, - "console": 1, - "section": 4, - "code": 1, - "readable": 4, - "executable": 1, - "start": 1, - "mov": 28, - "[": 25, - "con_handle": 2, - "]": 25, - "STD_OUTPUT_HANDLE": 1, - "esi": 12, - "_logo": 2, - "call": 25, - "display_string": 7, - "get_params": 2, - "jc": 3, - "information": 2, - "init_memory": 1, - "_memory_prefix": 2, - "eax": 18, - "memory_end": 1, - "sub": 4, - "memory_start": 1, - "add": 2, - "additional_memory_end": 1, - "additional_memory": 1, - "shr": 1, - "display_number": 5, - "_memory_suffix": 2, - "GetTickCount": 3, - "start_time": 3, - "preprocessor": 1, - "parser": 1, - "formatter": 1, - "display_user_messages": 1, - "movzx": 1, - "current_pass": 1, - "inc": 1, - "_passes_suffix": 2, - "xor": 5, - "edx": 15, - "ebx": 4, - "div": 2, - "or": 11, - "jz": 11, - "display_bytes_count": 2, - "push": 1, - "dl": 1, - "display_character": 1, - "pop": 1, - "_seconds_suffix": 2, - "written_size": 1, - "_bytes_suffix": 2, - "al": 48, - "jmp": 12, - "exit_program": 2, - "_usage": 2, - "input_file": 4, - "output_file": 3, - "symbols_file": 2, - "memory_setting": 3, - "passes_limit": 2, - "GetCommandLine": 2, - "edi": 4, - "params": 2, - "find_command_start": 2, - "lodsb": 11, - "cmp": 31, - "h": 23, - "je": 25, - "skip_quoted_name": 3, - "skip_name": 2, - "find_param": 7, - "all_params": 5, - "option_param": 2, - "Dh": 15, - "jne": 3, - "get_output_file": 2, - "process_param": 3, - "bad_params": 11, - "string_param": 3, - "copy_param": 2, - "stosb": 3, - "param_end": 6, - "string_param_end": 2, - "memory_option": 4, - "passes_option": 4, - "symbols_option": 3, - "stc": 2, - "ret": 4, - "get_option_value": 3, - "get_option_digit": 2, - "option_value_ok": 4, - "invalid_option_value": 5, - "ja": 2, - "imul": 1, - "jo": 1, - "dec": 4, - "clc": 2, - "shl": 1, - "jae": 1, - "dx": 1, - "find_symbols_file_name": 2, - "include": 15, - "data": 3, - "writeable": 2, - "_copyright": 1, - "db": 30, - "Ah": 9, - "VERSION_STRING": 1, - "align": 1, - "dd": 22, - "bytes_count": 1, - "displayed_count": 1, - "character": 1, - "last_displayed": 1, - "rb": 4, - "options": 1, - "buffer": 1, - "stack": 1, - "import": 1, - "rva": 16, - "kernel_name": 2, - "kernel_table": 2, - "ExitProcess": 1, - "_ExitProcess": 2, - "CreateFile": 1, - "_CreateFileA": 2, - "ReadFile": 1, - "_ReadFile": 2, - "WriteFile": 1, - "_WriteFile": 2, - "CloseHandle": 1, - "_CloseHandle": 2, - "SetFilePointer": 1, - "_SetFilePointer": 2, - "_GetCommandLineA": 2, - "GetEnvironmentVariable": 1, - "_GetEnvironmentVariable": 2, - "GetStdHandle": 1, - "_GetStdHandle": 2, - "VirtualAlloc": 1, - "_VirtualAlloc": 2, - "VirtualFree": 1, - "_VirtualFree": 2, - "_GetTickCount": 2, - "GetSystemTime": 1, - "_GetSystemTime": 2, - "GlobalMemoryStatus": 1, - "_GlobalMemoryStatus": 2, - "dw": 14, - "fixups": 1, - "discardable": 1, - "ORG": 7, - "SJMP": 3, - "START": 2, - "LCALL": 9, - "INT0_ISR": 2, - "RETI": 5, - "Bh": 2, - "T0_ISR": 2, - "INT1_ISR": 2, - "T1_ISR": 2, - "UART_ISR": 2, - "MOV": 9, - "A": 7, - "#11111110b": 2, - "SETB": 3, - "IT0": 1, - "Set": 1, - "External": 2, - "Interrupt": 2, - "to": 1, - "be": 1, - "falling": 1, - "edge": 1, - "triggered": 1, - "EX0": 1, - "Enable": 2, - "Interrut": 1, - "EA": 1, - "LEFT": 3, - "CJNE": 2, - "#01111111b": 1, - "LOOP1": 2, - "JMP": 2, - "RIGHT": 3, - "P1": 4, - "RL": 1, - "DELAY": 5, - "LOOP2": 2, - "RR": 1, - "R1": 2, - "#3": 1, - "FLASH": 2, - "#00h": 1, - "#0FFh": 1, - "DJNZ": 4, - "RET": 6, - "R5": 2, - "#20": 1, - "R5*20": 1, - "mS": 1, - "D1": 2, - "R6": 2, - "#40": 1, - "D2": 2, - "R7": 2, - "#249": 1, - "END": 1 - }, - "AutoHotkey": { - "MsgBox": 1, - "Hello": 1, - "World": 1 - }, - "Awk": { - "SHEBANG#!awk": 1, - "BEGIN": 1, - "{": 17, - "n": 13, - ";": 55, - "printf": 1, - "network_max_bandwidth_in_byte": 3, - "network_max_packet_per_second": 3, - "last3": 3, - "last4": 3, - "last5": 3, - "last6": 3, - "}": 17, - "if": 14, - "(": 14, - "/Average/": 1, - ")": 14, - "#": 48, - "Skip": 1, - "the": 12, - "Average": 1, - "values": 1, - "next": 1, - "/all/": 1, - "This": 8, - "is": 7, - "cpu": 1, - "info": 7, - "print": 35, - "FILENAME": 35, - "-": 2, - "/eth0/": 1, - "eth0": 1, - "network": 1, - "Total": 9, - "number": 9, - "of": 22, - "packets": 4, - "received": 4, - "per": 14, - "second.": 8, - "else": 4, - "transmitted": 4, - "bytes": 4, - "/proc": 1, - "|": 4, - "cswch": 1, - "tps": 1, - "kbmemfree": 1, - "totsck/": 1, - "/": 2, - "[": 1, - "]": 1, - "proc/s": 1, - "context": 1, - "switches": 1, - "second": 6, - "disk": 1, - "total": 1, - "transfers": 1, - "read": 1, - "requests": 2, - "write": 1, - "block": 2, - "reads": 1, - "writes": 1, - "mem": 1, - "Amount": 7, - "free": 2, - "memory": 6, - "available": 1, - "in": 11, - "kilobytes.": 7, - "used": 8, - "does": 1, - "not": 1, - "take": 1, - "into": 1, - "account": 1, - "by": 4, - "kernel": 3, - "itself.": 1, - "Percentage": 2, - "memory.": 1, - "X": 1, - "shared": 1, - "system": 1, - "Always": 1, - "zero": 1, - "with": 1, - "kernels.": 1, - "as": 1, - "buffers": 1, - "to": 1, - "cache": 1, - "data": 1, - "swap": 3, - "space": 2, - "space.": 1, - "socket": 1, - "sockets.": 1, - "Number": 4, - "TCP": 1, - "sockets": 3, - "currently": 4, - "use.": 4, - "UDP": 1, - "RAW": 1, - "IP": 1, - "fragments": 1, - "END": 1 - }, - "BlitzBasic": { - ";": 57, - "Double": 2, - "-": 24, - "linked": 2, - "list": 32, - "container": 1, - "class": 1, - "with": 3, - "thanks": 1, - "to": 11, - "MusicianKool": 3, - "for": 3, - "concept": 1, - "and": 9, - "issue": 1, - "fixes": 1, - "Type": 8, - "LList": 3, - "Field": 10, - "head_.ListNode": 1, - "tail_.ListNode": 1, - "End": 58, - "ListNode": 8, - "pv_.ListNode": 1, - "nx_.ListNode": 1, - "Value": 37, - "Iterator": 2, - "l_.LList": 1, - "cn_.ListNode": 1, - "cni_": 8, - "Create": 4, - "a": 46, - "new": 4, - "object": 2, - "Function": 101, - "CreateList.LList": 1, - "(": 125, - ")": 126, - "Local": 34, - "l.LList": 20, - "New": 11, - "l": 84, - "head_": 35, - "tail_": 34, - "nx_": 33, - "caps": 1, - "pv_": 27, - "These": 1, - "make": 1, - "it": 1, - "more": 1, - "or": 4, - "less": 1, - "safe": 1, - "iterate": 2, - "freely": 1, - "Return": 36, - "Free": 1, - "all": 3, - "elements": 4, - "not": 4, - "any": 1, - "values": 4, - "FreeList": 1, - "ClearList": 2, - "Delete": 6, - "Remove": 7, - "the": 52, - "from": 15, - "does": 1, - "free": 1, - "n.ListNode": 12, - "While": 7, - "n": 54, - "<": 18, - "nx.ListNode": 1, - "nx": 1, - "Wend": 6, - "Count": 1, - "number": 1, - "of": 16, - "in": 4, - "slow": 3, - "ListLength": 2, - "i.Iterator": 6, - "GetIterator": 3, - "elems": 4, - "EachIn": 5, - "i": 49, - "+": 11, - "True": 4, - "if": 2, - "contains": 1, - "given": 7, - "value": 16, - "ListContains": 1, - "ListFindNode": 2, - "Null": 15, - "intvalues": 1, - "bank": 8, - "ListFromBank.LList": 1, - "CreateList": 2, - "size": 4, - "BankSize": 1, - "p": 7, - "For": 6, - "To": 6, - "Step": 2, - "ListAddLast": 2, - "PeekInt": 4, - "Next": 7, - "containing": 3, - "ListToBank": 1, - "*": 2, - "CreateBank": 5, - "PokeInt": 2, - "Swap": 1, - "contents": 1, - "two": 1, - "objects": 1, - "SwapLists": 1, - "l1.LList": 1, - "l2.LList": 1, - "tempH.ListNode": 1, - "l1": 4, - "tempT.ListNode": 1, - "l2": 4, - "tempH": 1, - "tempT": 1, - "same": 1, - "as": 2, - "first": 5, - "CopyList.LList": 1, - "lo.LList": 1, - "ln.LList": 1, - "lo": 1, - "ln": 2, - "Reverse": 1, - "order": 1, - "ReverseList": 1, - "n1.ListNode": 1, - "n2.ListNode": 1, - "tmp.ListNode": 1, - "n1": 5, - "n2": 6, - "tmp": 4, - "Search": 1, - "retrieve": 1, - "node": 8, - "ListFindNode.ListNode": 1, - "If": 25, - "Then": 18, - "Append": 1, - "end": 5, - "fast": 2, - "return": 7, - "ListAddLast.ListNode": 1, - "Attach": 1, - "start": 13, - "ListAddFirst.ListNode": 1, - "occurence": 1, - "ListRemove": 1, - "RemoveListNode": 6, - "element": 4, - "at": 5, - "position": 4, - "backwards": 2, - "negative": 2, - "index": 13, - "ValueAtIndex": 1, - "ListNodeAtIndex": 3, - "Else": 7, - "invalid": 1, - "ListNodeAtIndex.ListNode": 1, - "e": 4, - "Beyond": 1, - "valid": 2, - "Negative": 1, - "count": 1, - "backward": 1, - "Before": 3, - "EndIf": 7, - "Replace": 1, - "added": 2, - "by": 3, - "ReplaceValueAtIndex": 1, - "RemoveNodeAtIndex": 1, - "tval": 3, - "Retrieve": 2, - "ListFirst": 1, - "last": 2, - "ListLast": 1, - "its": 2, - "ListRemoveFirst": 1, - "val": 6, - "ListRemoveLast": 1, - "Insert": 3, - "into": 2, - "before": 2, - "specified": 2, - "InsertBeforeNode.ListNode": 1, - "bef.ListNode": 1, - "bef": 7, - "after": 1, - "then": 1, - "InsertAfterNode.ListNode": 1, - "aft.ListNode": 1, - "aft": 7, - "Get": 1, - "an": 4, - "iterator": 4, - "use": 1, - "loop": 2, - "This": 1, - "function": 1, - "means": 1, - "that": 1, - "most": 1, - "programs": 1, - "won": 1, - "s": 12, - "available": 1, - "moment": 1, - "l_": 7, - "Exit": 1, - "there": 1, - "wasn": 1, - "t": 1, - "create": 1, - "one": 1, - "cn_": 12, - "No": 1, - "especial": 1, - "reason": 1, - "why": 1, - "this": 2, - "has": 1, - "be": 1, - "anything": 1, - "but": 1, - "meh": 1, - "Use": 1, - "argument": 1, - "over": 1, - "members": 1, - "Still": 1, - "items": 1, - "Disconnect": 1, - "having": 1, - "reached": 1, - "False": 3, - "currently": 1, - "pointed": 1, - "IteratorRemove": 1, - "And": 8, - "temp.ListNode": 1, - "temp": 1, - "Call": 1, - "breaking": 1, - "out": 1, - "disconnect": 1, - "IteratorBreak": 1, - "IDEal": 3, - "Editor": 3, - "Parameters": 3, - "F#5#A#10#18#2A#32#3E#47#4C#58#66#6F#78#8F#9B#A9#B7#BD#C5#CC": 1, - "F#E3#E9#EF#F4#F9#103#10D#11B#12B#13F#152#163": 1, - "C#Blitz3D": 3, - "result": 4, - "s.Sum3Obj": 2, - "Sum3Obj": 6, - "Handle": 2, - "MilliSecs": 4, - "Sum3_": 2, - "MakeSum3Obj": 2, - "Print": 13, - "Sum3": 2, - "WaitKey": 2, - "b": 7, - "c": 7, - "isActive": 4, - "Last": 1, - "Restore": 1, - "label": 1, - "Read": 1, - "foo": 1, - ".label": 1, - "Data": 1, - "a_": 2, - "a.Sum3Obj": 1, - "Object.Sum3Obj": 1, - "return_": 2, - "First": 1, - "bk": 3, - "PokeFloat": 3, - "Bin": 4, - "%": 6, - "Shl": 7, - "f": 5, - "ff": 1, - "Hex": 2, - "FloatToHalf": 3, - "HalfToFloat": 1, - "FToI": 2, - "Half": 1, - "precision": 2, - "bit": 2, - "arithmetic": 2, - "library": 2, - "Global": 2, - "Half_CBank_": 13, - "f#": 3, - "HalfToFloat#": 1, - "h": 4, - "signBit": 6, - "exponent": 22, - "fraction": 9, - "fBits": 8, - "Shr": 3, - "F": 3, - "FF": 2, - "ElseIf": 1, - "Or": 4, - "PeekFloat": 1, - "F800000": 1, - "FFFFF": 1, - "Abs": 1, - "Sgn": 1, - "HalfAdd": 1, - "r": 12, - "HalfSub": 1, - "HalfMul": 1, - "HalfDiv": 1, - "HalfLT": 1, - "HalfGT": 1, - "DoubleOut": 1, - "[": 2, - "]": 2, - "Double_CBank_": 1, - "DoubleToFloat#": 1, - "d": 1, - "FloatToDouble": 1, - "IntToDouble": 1, - "SefToDouble": 1, - "DoubleAdd": 1, - "DoubleSub": 1, - "DoubleMul": 1, - "DoubleDiv": 1, - "DoubleLT": 1, - "DoubleGT": 1, - "F#1A#20#2F": 1 - }, - "BlitzMax": { - "SuperStrict": 1, - "Framework": 1, - "Brl.StandardIO": 1, - "Type": 2, - "TMyType": 3, - "Field": 1, - "property": 1, - "int": 3, - "Function": 1, - "A": 1, - "(": 5, - "param": 1, - ")": 5, - "do": 1, - "nothing": 1, - "End": 2, - "Method": 1, - "Global": 1, - "my": 1, - "new": 1, - "Win32": 1, - "my.A": 2, - "my.B": 2, - "Linux": 1 - }, - "Bluespec": { - "package": 2, - "TL": 6, - ";": 156, - "interface": 2, - "method": 42, - "Action": 17, - "ped_button_push": 4, - "(": 158, - ")": 163, - "set_car_state_N": 2, - "Bool": 32, - "x": 8, - "set_car_state_S": 2, - "set_car_state_E": 2, - "set_car_state_W": 2, - "lampRedNS": 2, - "lampAmberNS": 2, - "lampGreenNS": 2, - "lampRedE": 2, - "lampAmberE": 2, - "lampGreenE": 2, - "lampRedW": 2, - "lampAmberW": 2, - "lampGreenW": 2, - "lampRedPed": 2, - "lampAmberPed": 2, - "lampGreenPed": 2, - "endinterface": 2, - "typedef": 3, - "enum": 1, - "{": 1, - "AllRed": 4, - "GreenNS": 9, - "AmberNS": 5, - "GreenE": 8, - "AmberE": 5, - "GreenW": 8, - "AmberW": 5, - "GreenPed": 4, - "AmberPed": 3, - "}": 1, - "TLstates": 11, - "deriving": 1, - "Eq": 1, - "Bits": 1, - "UInt#": 2, - "Time32": 9, - "CtrSize": 3, - "module": 3, - "sysTL": 3, - "allRedDelay": 2, - "amberDelay": 2, - "nsGreenDelay": 2, - "ewGreenDelay": 3, - "pedGreenDelay": 1, - "pedAmberDelay": 1, - "clocks_per_sec": 2, - "Reg#": 15, - "state": 21, - "<": 44, - "-": 29, - "mkReg": 15, - "next_green": 8, - "secs": 7, - "ped_button_pushed": 4, - "False": 9, - "car_present_N": 3, - "True": 6, - "car_present_S": 3, - "car_present_E": 4, - "car_present_W": 4, - "car_present_NS": 3, - "||": 7, - "cycle_ctr": 6, - "rule": 10, - "dec_cycle_ctr": 1, - "endrule": 10, - "Rules": 5, - "low_priority_rule": 2, - "rules": 4, - "inc_sec": 1, - "+": 7, - "endrules": 4, - "function": 10, - "next_state": 8, - "ns": 4, - "action": 3, - "<=>": 3, - "0": 2, - "endaction": 3, - "endfunction": 7, - "green_seq": 7, - "case": 2, - "return": 9, - "endcase": 2, - "car_present": 4, - "make_from_green_rule": 5, - "green_state": 2, - "delay": 2, - "car_is_present": 2, - "from_green": 1, - "make_from_amber_rule": 5, - "amber_state": 2, - "ng": 2, - "from_amber": 1, - "&&": 3, - "hprs": 10, - "7": 1, - "1": 1, - "2": 1, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "fromAllRed": 2, - "if": 9, - "else": 4, - "noAction": 1, - "high_priority_rules": 4, - "[": 17, - "]": 17, - "for": 3, - "Integer": 3, - "i": 15, - "rJoin": 1, - "addRules": 1, - "preempts": 1, - "endmethod": 8, - "b": 12, - "endmodule": 3, - "endpackage": 2, - "TbTL": 1, - "import": 1, - "*": 1, - "Lamp": 3, - "changed": 2, - "show_offs": 2, - "show_ons": 2, - "reset": 2, - "mkLamp#": 1, - "String": 1, - "name": 3, - "lamp": 5, - "prev": 5, - "write": 2, - "mkTest": 1, - "let": 1, - "dut": 2, - "Bit#": 1, - "ctr": 8, - "carN": 4, - "carS": 2, - "carE": 2, - "carW": 2, - "lamps": 15, - "mkLamp": 12, - "dut.lampRedNS": 1, - "dut.lampAmberNS": 1, - "dut.lampGreenNS": 1, - "dut.lampRedE": 1, - "dut.lampAmberE": 1, - "dut.lampGreenE": 1, - "dut.lampRedW": 1, - "dut.lampAmberW": 1, - "dut.lampGreenW": 1, - "dut.lampRedPed": 1, - "dut.lampAmberPed": 1, - "dut.lampGreenPed": 1, - "start": 1, - "dumpvars": 1, - "detect_cars": 1, - "dut.set_car_state_N": 1, - "dut.set_car_state_S": 1, - "dut.set_car_state_E": 1, - "dut.set_car_state_W": 1, - "go": 1, - "12_000": 1, - "stop": 1, - "display": 2, - "finish": 1, - "do_offs": 2, - "l": 3, - "l.show_offs": 1, - "do_ons": 2, - "l.show_ons": 1, - "do_reset": 2, - "l.reset": 1, - "do_it": 4, - "f": 2, - "any_changes": 2, - ".changed": 1, - "show": 1, - "time": 1 - }, - "Brightscript": { - "**": 17, - "Simple": 1, - "Grid": 2, - "Screen": 2, - "Demonstration": 1, - "App": 1, - "Copyright": 1, - "(": 32, - "c": 1, - ")": 31, - "Roku": 1, - "Inc.": 1, - "All": 3, - "Rights": 1, - "Reserved.": 1, - "************************************************************": 2, - "Sub": 2, - "Main": 1, - "set": 2, - "to": 10, - "go": 1, - "time": 1, - "get": 1, - "started": 1, - "while": 4, - "gridstyle": 7, - "<": 1, - "print": 7, - ";": 10, - "screen": 5, - "preShowGridScreen": 2, - "showGridScreen": 2, - "end": 2, - "End": 4, - "Set": 1, - "the": 17, - "configurable": 1, - "theme": 3, - "attributes": 2, - "for": 10, - "application": 1, - "Configure": 1, - "custom": 1, - "overhang": 1, - "and": 4, - "Logo": 1, - "are": 2, - "artwork": 2, - "colors": 1, - "offsets": 1, - "specific": 1, - "app": 1, - "******************************************************": 4, - "Screens": 1, - "can": 2, - "make": 1, - "slight": 1, - "adjustments": 1, - "default": 1, - "individual": 1, - "attributes.": 1, - "these": 1, - "greyscales": 1, - "theme.GridScreenBackgroundColor": 1, - "theme.GridScreenMessageColor": 1, - "theme.GridScreenRetrievingColor": 1, - "theme.GridScreenListNameColor": 1, - "used": 1, - "in": 3, - "theme.CounterTextLeft": 1, - "theme.CounterSeparator": 1, - "theme.CounterTextRight": 1, - "theme.GridScreenLogoHD": 1, - "theme.GridScreenLogoOffsetHD_X": 1, - "theme.GridScreenLogoOffsetHD_Y": 1, - "theme.GridScreenOverhangHeightHD": 1, - "theme.GridScreenLogoSD": 1, - "theme.GridScreenOverhangHeightSD": 1, - "theme.GridScreenLogoOffsetSD_X": 1, - "theme.GridScreenLogoOffsetSD_Y": 1, - "theme.GridScreenFocusBorderSD": 1, - "theme.GridScreenFocusBorderHD": 1, - "use": 1, - "your": 1, - "own": 1, - "description": 1, - "background": 1, - "theme.GridScreenDescriptionOffsetSD": 1, - "theme.GridScreenDescriptionOffsetHD": 1, - "return": 5, - "Function": 5, - "Perform": 1, - "any": 1, - "startup/initialization": 1, - "stuff": 1, - "prior": 1, - "style": 6, - "as": 2, - "string": 3, - "As": 3, - "Object": 2, - "m.port": 3, - "CreateObject": 2, - "screen.SetMessagePort": 1, - "screen.": 1, - "The": 1, - "will": 3, - "show": 1, - "retreiving": 1, - "categoryList": 4, - "getCategoryList": 1, - "[": 3, - "]": 4, - "+": 1, - "screen.setupLists": 1, - "categoryList.count": 2, - "screen.SetListNames": 1, - "StyleButtons": 3, - "getGridControlButtons": 1, - "screen.SetContentList": 2, - "i": 3, - "-": 15, - "getShowsForCategoryItem": 1, - "screen.Show": 1, - "true": 1, - "msg": 3, - "wait": 1, - "getmessageport": 1, - "does": 1, - "not": 2, - "work": 1, - "on": 1, - "gridscreen": 1, - "type": 2, - "if": 3, - "then": 3, - "msg.GetMessage": 1, - "msg.GetIndex": 3, - "msg.getData": 2, - "msg.isListItemFocused": 1, - "else": 1, - "msg.isListItemSelected": 1, - "row": 2, - "selection": 3, - "yes": 1, - "so": 2, - "we": 3, - "come": 1, - "back": 1, - "with": 2, - "new": 1, - ".Title": 1, - "endif": 1, - "**********************************************************": 1, - "this": 3, - "function": 1, - "passing": 1, - "an": 1, - "roAssociativeArray": 2, - "be": 2, - "sufficient": 1, - "springboard": 2, - "display": 2, - "add": 1, - "code": 1, - "create": 1, - "now": 1, - "do": 1, - "nothing": 1, - "Return": 1, - "list": 1, - "of": 5, - "categories": 1, - "filter": 1, - "all": 1, - "categories.": 1, - "just": 2, - "static": 1, - "data": 2, - "example.": 1, - "********************************************************************": 1, - "ContentMetaData": 1, - "objects": 1, - "shows": 1, - "category.": 1, - "For": 1, - "example": 1, - "cheat": 1, - "but": 2, - "ideally": 1, - "you": 1, - "dynamically": 1, - "content": 2, - "each": 1, - "category": 1, - "is": 1, - "dynamic": 1, - "s": 1, - "one": 3, - "small": 1, - "step": 1, - "a": 4, - "man": 1, - "giant": 1, - "leap": 1, - "mankind.": 1, - "http": 14, - "//upload.wikimedia.org/wikipedia/commons/1/1e/Apollo_11_first_step.jpg": 2, - "I": 2, - "have": 2, - "Dream": 1, - "PG": 1, - "dream": 1, - "that": 1, - "my": 1, - "four": 1, - "little": 1, - "children": 1, - "day": 1, - "live": 1, - "nation": 1, - "where": 1, - "they": 1, - "judged": 1, - "by": 2, - "color": 1, - "their": 2, - "skin": 1, - "character.": 1, - "//upload.wikimedia.org/wikipedia/commons/8/81/Martin_Luther_King_": 2, - "_March_on_Washington.jpg": 2, - "Flat": 6, - "Movie": 2, - "HD": 6, - "x2": 4, - "SD": 5, - "Netflix": 1, - "//upload.wikimedia.org/wikipedia/commons/4/43/Gold_star_on_blue.gif": 2, - "Landscape": 1, - "x3": 6, - "Channel": 1, - "Store": 1, - "//upload.wikimedia.org/wikipedia/commons/thumb/9/96/Dunkery_Hill.jpg/800px": 2, - "Dunkery_Hill.jpg": 2, - "Portrait": 1, - "x4": 1, - "posters": 3, - "//upload.wikimedia.org/wikipedia/commons/9/9f/Kane_George_Gurnett.jpg": 2, - "Square": 1, - "x1": 1, - "//upload.wikimedia.org/wikipedia/commons/thumb/d/de/SQUARE_SHAPE.svg/536px": 2, - "SQUARE_SHAPE.svg.png": 2, - "x9": 1, - "//upload.wikimedia.org/wikipedia/commons/thumb/2/22/": 2, - "%": 8, - "C3": 4, - "cran_TV_plat.svg/200px": 2, - "cran_TV_plat.svg.png": 2, - "}": 1, - "buttons": 1 - }, - "C": { - "#include": 192, - "": 5, - "": 4, - "": 2, - "": 1, - "": 1, - "": 9, - "": 2, - "#ifdef": 70, - "__APPLE__": 2, - "#endif": 265, - "#if": 105, - "defined": 55, - "(": 6594, - ")": 6604, - "&&": 248, - "TARGET_OS_IPHONE": 1, - "#else": 107, - "extern": 41, - "char": 533, - "**environ": 1, - ";": 5912, - "static": 551, - "void": 324, - "uv__chld": 2, - "EV_P_": 1, - "ev_child*": 1, - "watcher": 4, - "int": 509, - "revents": 2, - "{": 1635, - "status": 57, - "-": 1863, - "rstatus": 1, - "exit_status": 3, - "term_signal": 3, - "uv_process_t": 1, - "*process": 1, - "data": 69, - "assert": 41, - "&": 467, - "process": 19, - "child_watcher": 5, - "EV_CHILD": 1, - "ev_child_stop": 2, - "EV_A_": 1, - "if": 1023, - "WIFEXITED": 1, - "WEXITSTATUS": 2, - "}": 1651, - "WIFSIGNALED": 2, - "WTERMSIG": 2, - "exit_cb": 3, - "uv__make_socketpair": 2, - "fds": 20, - "[": 1381, - "]": 1381, - "flags": 89, - "SOCK_NONBLOCK": 2, - "fl": 8, - "SOCK_CLOEXEC": 1, - "UV__F_NONBLOCK": 5, - "|": 132, - "socketpair": 2, - "AF_UNIX": 2, - "SOCK_STREAM": 2, - "return": 584, - "errno": 20, - "EINVAL": 6, - "uv__cloexec": 4, - "uv__nonblock": 5, - "uv__make_pipe": 2, - "__linux__": 3, - "UV__O_CLOEXEC": 1, - "UV__O_NONBLOCK": 1, - "uv__pipe2": 1, - "ENOSYS": 1, - "pipe": 1, - "uv__process_init_stdio": 2, - "uv_stdio_container_t*": 4, - "container": 17, - "writable": 8, - "fd": 34, - "switch": 47, - "UV_IGNORE": 2, - "UV_CREATE_PIPE": 4, - "UV_INHERIT_FD": 3, - "UV_INHERIT_STREAM": 2, - "case": 273, - "data.stream": 7, - "NULL": 330, - "type": 38, - "UV_NAMED_PIPE": 2, - "data.fd": 1, - "else": 192, - "default": 33, - "uv__process_stdio_flags": 2, - "uv_pipe_t*": 1, - "ipc": 1, - "UV_STREAM_READABLE": 2, - "UV_STREAM_WRITABLE": 2, - "uv__process_open_stream": 2, - "child_fd": 3, - "||": 141, - "<": 231, - "close": 13, - "uv__stream_open": 1, - "uv_stream_t*": 2, - "uv__process_close_stream": 2, - "uv__stream_close": 1, - "uv__process_child_init": 2, - "uv_process_options_t": 2, - "options": 62, - "stdio_count": 7, - "int*": 22, - "pipes": 23, - "i": 457, - "options.flags": 4, - "UV_PROCESS_DETACHED": 2, - "setsid": 2, - "for": 98, - "+": 732, - "close_fd": 2, - "*": 508, - "use_fd": 7, - "open": 4, - "O_RDONLY": 1, - "O_RDWR": 2, - "perror": 5, - "_exit": 6, - "continue": 20, - "dup2": 4, - "options.cwd": 2, - "chdir": 2, - "UV_PROCESS_SETGID": 2, - "setgid": 1, - "options.gid": 1, - "UV_PROCESS_SETUID": 2, - "setuid": 1, - "options.uid": 1, - "environ": 4, - "options.env": 1, - "execvp": 1, - "options.file": 2, - "options.args": 1, - "#ifndef": 94, - "SPAWN_WAIT_EXEC": 5, - "uv_spawn": 1, - "uv_loop_t*": 1, - "loop": 9, - "uv_process_t*": 3, - "char**": 7, - "save_our_env": 3, - "options.stdio_count": 4, - "malloc": 3, - "sizeof": 71, - "signal_pipe": 7, - "struct": 362, - "pollfd": 1, - "pfd": 2, - "pid_t": 2, - "pid": 13, - "ENOMEM": 4, - "goto": 159, - "error": 96, - "UV_PROCESS_WINDOWS_VERBATIM_ARGUMENTS": 1, - "uv__handle_init": 1, - "uv_handle_t*": 1, - "UV_PROCESS": 1, - "counters.process_init": 1, - "uv__handle_start": 1, - "options.exit_cb": 1, - "options.stdio": 3, - "fork": 2, - "do": 21, - "pfd.fd": 1, - "pfd.events": 1, - "POLLIN": 1, - "POLLHUP": 1, - "pfd.revents": 1, - "poll": 1, - "while": 70, - "EINTR": 1, - "ev_child_init": 1, - "ev_child_start": 1, - "ev": 7, - "child_watcher.data": 1, - "j": 222, - "free": 62, - "uv__set_sys_error": 2, - "uv_process_kill": 1, - "signum": 4, - "r": 58, - "kill": 4, - "uv_err_t": 1, - "uv_kill": 1, - "uv__new_sys_error": 1, - "uv_ok_": 1, - "uv__process_close": 1, - "handle": 10, - "uv__handle_stop": 1, - "BLOB_H": 2, - "#define": 929, - "const": 369, - "*blob_type": 2, - "blob": 6, - "object": 41, - "*lookup_blob": 2, - "unsigned": 140, - "*sha1": 16, - "parse_blob_buffer": 2, - "*item": 10, - "*buffer": 6, - "long": 105, - "size": 120, - "HELLO_H": 2, - "hello": 1, - "REFU_USTRING_H": 2, - "": 1, - "RF_MODULE_STRINGS//": 1, - "check": 8, - "the": 95, - "strings": 5, - "are": 6, - "included": 2, - "as": 4, - "a": 80, - "module": 3, - "": 2, - "": 1, - "//": 281, - "argument": 1, - "count": 17, - "": 2, - "local": 5, - "memory": 4, - "function": 6, - "wrapping": 1, - "functionality": 1, - "": 1, - "unicode": 2, - "__cplusplus": 22, - "opening": 2, - "bracket": 4, - "calling": 4, - "from": 16, - "C": 14, - "RF_CASE_IGNORE": 2, - "RF_MATCH_WORD": 5, - "RF_STRING_INDEX_OUT_OF_BOUNDS": 2, - "uint32_t": 144, - "xFF0FFFF": 1, - "rfUTF8_IsContinuationByte2": 1, - "b__": 3, - "<=>": 16, - "0xBF": 1, - "pragma": 1, - "pack": 2, - "push": 1, - "1": 2, - "internal": 4, - "author": 1, - "Lefteris": 1, - "date": 5, - "09": 1, - "12": 1, - "2010": 1, - "endinternal": 1, - "brief": 1, - "A": 11, - "String": 11, - "with": 9, - "UTF": 17, - "8": 15, - "representation": 2, - "The": 1, - "Refu": 2, - "is": 17, - "Unicode": 1, - "that": 9, - "has": 2, - "two": 1, - "versions": 1, - "One": 1, - "this": 5, - "and": 15, - "other": 16, - "ref": 1, - "RF_StringX": 2, - "to": 39, - "see": 2, - "what": 1, - "operations": 1, - "can": 2, - "be": 7, - "performed": 1, - "on": 4, - "extended": 3, - "Strings": 2, - "Functions": 1, - "convert": 1, - "all": 2, - "encoding": 14, - "exists": 6, - "but": 1, - "always": 3, - "at": 3, - "Once": 1, - "been": 1, - "created": 1, - "it": 13, - "assumed": 1, - "stream": 3, - "of": 45, - "bytes": 225, - "inside": 2, - "valid": 1, - "since": 5, - "every": 1, - "performs": 1, - "unless": 1, - "otherwise": 1, - "specified": 1, - "All": 1, - "functions": 2, - "which": 1, - "have": 2, - "isinherited": 1, - "StringX": 2, - "their": 1, - "description": 1, - "used": 10, - "safely": 1, - "no": 4, - "specific": 1, - "version": 4, - "or": 1, - "needs": 1, - "exist": 2, - "manipulate": 1, - "Extended": 1, - "To": 1, - "make": 3, - "documentation": 1, - "even": 1, - "clearer": 1, - "should": 2, - "not": 6, - "string": 20, - "marked": 1, - "notinherited": 1, - "cppcode": 1, - "constructor": 1, - "i_StringCHandle": 1, - "rfString_Create": 4, - "**": 6, - "@endcpp": 1, - "@endinternal": 1, - "*/": 1, - "typedef": 191, - "RF_String": 27, - "char*": 167, - "byteLength": 197, - "#pragma": 8, - "pop": 1, - "RF_IAMHERE_FOR_DOXYGEN": 22, - "RF_String*": 222, - "RFS_": 8, - "s": 154, - "...": 127, - "i_rfString_CreateLocal": 2, - "__VA_ARGS__": 66, - "RF_OPTION_DEFAULT_ARGUMENTS": 24, - "i_DECLIMEX_": 121, - "i_rfString_Create": 3, - "i_NVrfString_Create": 3, - "RP_SELECT_FUNC_IF_NARGIS": 5, - "i_SELECT_RF_STRING_CREATE": 1, - "i_SELECT_RF_STRING_CREATE1": 1, - "i_SELECT_RF_STRING_CREATE0": 1, - "///Internal": 1, - "creates": 1, - "temporary": 4, - "i_rfString_CreateLocal1": 3, - "i_NVrfString_CreateLocal": 3, - "i_SELECT_RF_STRING_CREATELOCAL": 1, - "i_SELECT_RF_STRING_CREATELOCAL1": 1, - "i_SELECT_RF_STRING_CREATELOCAL0": 1, - "rfString_Init": 3, - "str": 162, - "i_rfString_Init": 3, - "i_NVrfString_Init": 3, - "i_SELECT_RF_STRING_INIT": 1, - "i_SELECT_RF_STRING_INIT1": 1, - "i_SELECT_RF_STRING_INIT0": 1, - "rfString_Create_cp": 2, - "code": 6, - "rfString_Init_cp": 3, - "rfString_Create_nc": 3, - "i_rfString_Create_nc": 3, - "i_NVrfString_Create_nc": 3, - "i_SELECT_RF_STRING_CREATE_NC": 1, - "i_SELECT_RF_STRING_CREATE_NC1": 1, - "i_SELECT_RF_STRING_CREATE_NC0": 1, - "rfString_Init_nc": 4, - "i_rfString_Init_nc": 3, - "i_NVrfString_Init_nc": 3, - "i_SELECT_RF_STRING_INIT_NC": 1, - "i_SELECT_RF_STRING_INIT_NC1": 1, - "i_SELECT_RF_STRING_INIT_NC0": 1, - "rfString_Create_i": 2, - "int32_t": 112, - "rfString_Init_i": 2, - "rfString_Create_f": 2, - "float": 231, - "f": 287, - "rfString_Init_f": 2, - "rfString_Create_UTF16": 2, - "endianess": 40, - "rfString_Init_UTF16": 3, - "rfString_Create_UTF32": 2, - "rfString_Init_UTF32": 3, - "//@": 1, - "rfString_Assign": 2, - "dest": 7, - "void*": 135, - "source": 8, - "i_rfString_Assign": 3, - "i_DESTINATION_": 2, - "i_SOURCE_": 2, - "i_rfLMS_WRAP2": 5, - "rfString_Assign_char": 2, - "thisstr": 210, - "character": 11, - "rfString_Destroy": 2, - "rfString_Deinit": 3, - "rfString_ToUTF8": 2, - "i_STRING_": 2, - "rfString_ToCstr": 2, - "uint16_t*": 11, - "rfString_ToUTF16": 4, - "uint32_t*": 34, - "length": 58, - "rfString_ToUTF32": 4, - "uint32_t*length": 1, - "iteration": 6, - "/": 28, - "rfString_Iterate_Start": 6, - "string_": 9, - "startCharacterPos_": 4, - "characterUnicodeValue_": 4, - "byteIndex_": 12, - "j_": 6, - "rfUTF8_IsContinuationByte": 12, - "false": 77, - "rfString_BytePosToCodePoint": 7, - "rfString_Iterate_End": 4, - "//Two": 1, - "macros": 1, - "accomplish": 1, - "an": 2, - "any": 3, - "given": 5, - "going": 1, - "backwards.": 1, - "This": 1, - "macro": 2, - "its": 1, - "end": 48, - "pair.": 1, - "rfString_IterateB_Start": 1, - "characterPos_": 5, - "b_index_": 6, - "int64_t": 2, - "c_index_": 3, - "rfString_IterateB_End": 1, - "rfString_Length": 5, - "rfString_GetChar": 2, - "c": 252, - "bytepos": 12, - "rfString_BytePosToCharPos": 4, - "before": 4, - "rfString_Equal": 4, - "s1": 6, - "s2": 6, - "i_rfString_Equal": 3, - "i_STRING1_": 2, - "i_STRING2_": 2, - "i_rfLMSX_WRAP2": 4, - "rfString_Find": 3, - "sstr": 39, - "i_rfString_Find": 5, - "i_THISSTR_": 60, - "i_SEARCHSTR_": 26, - "i_OPTIONS_": 28, - "i_rfLMS_WRAP3": 4, - "i_RFI8_": 54, - "RF_SELECT_FUNC_IF_NARGGT": 10, - "i_NPSELECT_RF_STRING_FIND": 1, - "i_NPSELECT_RF_STRING_FIND1": 1, - "RF_COMPILE_ERROR": 33, - "i_NPSELECT_RF_STRING_FIND0": 1, - "RF_SELECT_FUNC": 10, - "i_SELECT_RF_STRING_FIND": 1, - "i_SELECT_RF_STRING_FIND2": 1, - "i_SELECT_RF_STRING_FIND3": 1, - "i_SELECT_RF_STRING_FIND1": 1, - "i_SELECT_RF_STRING_FIND0": 1, - "rfString_ToInt": 1, - "int32_t*": 1, - "v": 25, - "rfString_ToDouble": 1, - "double*": 1, - "rfString_Copy_OUT": 2, - "src": 16, - "rfString_Copy_IN": 2, - "dst": 16, - "rfString_Copy_chars": 2, - "n": 74, - "rfString_ScanfAfter": 2, - "afterstr": 5, - "format": 4, - "var": 7, - "i_rfString_ScanfAfter": 3, - "i_AFTERSTR_": 8, - "i_FORMAT_": 2, - "i_VAR_": 2, - "i_rfLMSX_WRAP4": 11, - "rfString_Count": 4, - "i_rfString_Count": 5, - "i_NPSELECT_RF_STRING_COUNT": 1, - "i_NPSELECT_RF_STRING_COUNT1": 1, - "i_NPSELECT_RF_STRING_COUNT0": 1, - "i_SELECT_RF_STRING_COUNT": 1, - "i_SELECT_RF_STRING_COUNT2": 1, - "i_rfLMSX_WRAP3": 5, - "i_SELECT_RF_STRING_COUNT3": 1, - "i_SELECT_RF_STRING_COUNT1": 1, - "i_SELECT_RF_STRING_COUNT0": 1, - "rfString_Tokenize": 2, - "sep": 3, - "tokensN": 2, - "RF_String**": 2, - "tokens": 5, - "rfString_Between": 3, - "lstr": 6, - "rstr": 24, - "result": 48, - "i_rfString_Between": 4, - "i_NPSELECT_RF_STRING_BETWEEN": 1, - "i_NPSELECT_RF_STRING_BETWEEN1": 1, - "i_NPSELECT_RF_STRING_BETWEEN0": 1, - "i_SELECT_RF_STRING_BETWEEN": 1, - "i_SELECT_RF_STRING_BETWEEN4": 1, - "i_LEFTSTR_": 6, - "i_RIGHTSTR_": 6, - "i_RESULT_": 12, - "i_rfLMSX_WRAP5": 9, - "i_SELECT_RF_STRING_BETWEEN5": 1, - "i_SELECT_RF_STRING_BETWEEN3": 1, - "i_SELECT_RF_STRING_BETWEEN2": 1, - "i_SELECT_RF_STRING_BETWEEN1": 1, - "i_SELECT_RF_STRING_BETWEEN0": 1, - "rfString_Beforev": 4, - "parN": 10, - "i_rfString_Beforev": 16, - "i_NPSELECT_RF_STRING_BEFOREV": 1, - "i_NPSELECT_RF_STRING_BEFOREV1": 1, - "RF_SELECT_FUNC_IF_NARGGT2": 2, - "i_LIMSELECT_RF_STRING_BEFOREV": 1, - "i_NPSELECT_RF_STRING_BEFOREV0": 1, - "i_LIMSELECT_RF_STRING_BEFOREV1": 1, - "i_LIMSELECT_RF_STRING_BEFOREV0": 1, - "i_SELECT_RF_STRING_BEFOREV": 1, - "i_SELECT_RF_STRING_BEFOREV5": 1, - "i_ARG1_": 56, - "i_ARG2_": 56, - "i_ARG3_": 56, - "i_ARG4_": 56, - "i_RFUI8_": 28, - "i_SELECT_RF_STRING_BEFOREV6": 1, - "i_rfLMSX_WRAP6": 2, - "i_SELECT_RF_STRING_BEFOREV7": 1, - "i_rfLMSX_WRAP7": 2, - "i_SELECT_RF_STRING_BEFOREV8": 1, - "i_rfLMSX_WRAP8": 2, - "i_SELECT_RF_STRING_BEFOREV9": 1, - "i_rfLMSX_WRAP9": 2, - "i_SELECT_RF_STRING_BEFOREV10": 1, - "i_rfLMSX_WRAP10": 2, - "i_SELECT_RF_STRING_BEFOREV11": 1, - "i_rfLMSX_WRAP11": 2, - "i_SELECT_RF_STRING_BEFOREV12": 1, - "i_rfLMSX_WRAP12": 2, - "i_SELECT_RF_STRING_BEFOREV13": 1, - "i_rfLMSX_WRAP13": 2, - "i_SELECT_RF_STRING_BEFOREV14": 1, - "i_rfLMSX_WRAP14": 2, - "i_SELECT_RF_STRING_BEFOREV15": 1, - "i_rfLMSX_WRAP15": 2, - "i_SELECT_RF_STRING_BEFOREV16": 1, - "i_rfLMSX_WRAP16": 2, - "i_SELECT_RF_STRING_BEFOREV17": 1, - "i_rfLMSX_WRAP17": 2, - "i_SELECT_RF_STRING_BEFOREV18": 1, - "i_rfLMSX_WRAP18": 2, - "rfString_Before": 3, - "i_rfString_Before": 5, - "i_NPSELECT_RF_STRING_BEFORE": 1, - "i_NPSELECT_RF_STRING_BEFORE1": 1, - "i_NPSELECT_RF_STRING_BEFORE0": 1, - "i_SELECT_RF_STRING_BEFORE": 1, - "i_SELECT_RF_STRING_BEFORE3": 1, - "i_SELECT_RF_STRING_BEFORE4": 1, - "i_SELECT_RF_STRING_BEFORE2": 1, - "i_SELECT_RF_STRING_BEFORE1": 1, - "i_SELECT_RF_STRING_BEFORE0": 1, - "rfString_After": 4, - "after": 6, - "out": 20, - "i_rfString_After": 5, - "i_NPSELECT_RF_STRING_AFTER": 1, - "i_NPSELECT_RF_STRING_AFTER1": 1, - "i_NPSELECT_RF_STRING_AFTER0": 1, - "i_SELECT_RF_STRING_AFTER": 1, - "i_SELECT_RF_STRING_AFTER3": 1, - "i_OUTSTR_": 6, - "i_SELECT_RF_STRING_AFTER4": 1, - "i_SELECT_RF_STRING_AFTER2": 1, - "i_SELECT_RF_STRING_AFTER1": 1, - "i_SELECT_RF_STRING_AFTER0": 1, - "rfString_Afterv": 4, - "i_rfString_Afterv": 16, - "i_NPSELECT_RF_STRING_AFTERV": 1, - "i_NPSELECT_RF_STRING_AFTERV1": 1, - "i_LIMSELECT_RF_STRING_AFTERV": 1, - "i_NPSELECT_RF_STRING_AFTERV0": 1, - "i_LIMSELECT_RF_STRING_AFTERV1": 1, - "i_LIMSELECT_RF_STRING_AFTERV0": 1, - "i_SELECT_RF_STRING_AFTERV": 1, - "i_SELECT_RF_STRING_AFTERV5": 1, - "i_SELECT_RF_STRING_AFTERV6": 1, - "i_SELECT_RF_STRING_AFTERV7": 1, - "i_SELECT_RF_STRING_AFTERV8": 1, - "i_SELECT_RF_STRING_AFTERV9": 1, - "i_SELECT_RF_STRING_AFTERV10": 1, - "i_SELECT_RF_STRING_AFTERV11": 1, - "i_SELECT_RF_STRING_AFTERV12": 1, - "i_SELECT_RF_STRING_AFTERV13": 1, - "i_SELECT_RF_STRING_AFTERV14": 1, - "i_SELECT_RF_STRING_AFTERV15": 1, - "i_SELECT_RF_STRING_AFTERV16": 1, - "i_SELECT_RF_STRING_AFTERV17": 1, - "i_SELECT_RF_STRING_AFTERV18": 1, - "rfString_Append": 5, - "i_rfString_Append": 3, - "i_OTHERSTR_": 4, - "rfString_Append_i": 2, - "rfString_Append_f": 2, - "rfString_Prepend": 2, - "i_rfString_Prepend": 3, - "rfString_Remove": 3, - "number": 19, - "i_rfString_Remove": 6, - "i_NPSELECT_RF_STRING_REMOVE": 1, - "i_NPSELECT_RF_STRING_REMOVE1": 1, - "i_NPSELECT_RF_STRING_REMOVE0": 1, - "i_SELECT_RF_STRING_REMOVE": 1, - "i_SELECT_RF_STRING_REMOVE2": 1, - "i_REPSTR_": 16, - "i_RFUI32_": 8, - "i_SELECT_RF_STRING_REMOVE3": 1, - "i_NUMBER_": 12, - "i_SELECT_RF_STRING_REMOVE4": 1, - "i_SELECT_RF_STRING_REMOVE1": 1, - "i_SELECT_RF_STRING_REMOVE0": 1, - "rfString_KeepOnly": 2, - "keepstr": 5, - "i_rfString_KeepOnly": 3, - "I_KEEPSTR_": 2, - "rfString_PruneStart": 2, - "rfString_PruneEnd": 2, - "rfString_PruneMiddleB": 2, - "p": 60, - "rfString_PruneMiddleF": 2, - "rfString_Replace": 3, - "i_rfString_Replace": 6, - "i_NPSELECT_RF_STRING_REPLACE": 1, - "i_NPSELECT_RF_STRING_REPLACE1": 1, - "i_NPSELECT_RF_STRING_REPLACE0": 1, - "i_SELECT_RF_STRING_REPLACE": 1, - "i_SELECT_RF_STRING_REPLACE3": 1, - "i_SELECT_RF_STRING_REPLACE4": 1, - "i_SELECT_RF_STRING_REPLACE5": 1, - "i_SELECT_RF_STRING_REPLACE2": 1, - "i_SELECT_RF_STRING_REPLACE1": 1, - "i_SELECT_RF_STRING_REPLACE0": 1, - "rfString_StripStart": 3, - "sub": 12, - "i_rfString_StripStart": 3, - "i_SUBSTR_": 6, - "rfString_StripEnd": 3, - "i_rfString_StripEnd": 3, - "rfString_Strip": 2, - "i_rfString_Strip": 3, - "rfString_Create_fUTF8": 2, - "FILE*": 64, - "eof": 53, - "rfString_Init_fUTF8": 3, - "rfString_Assign_fUTF8": 2, - "rfString_Append_fUTF8": 2, - "rfString_Create_fUTF16": 2, - "rfString_Init_fUTF16": 3, - "rfString_Append_fUTF16": 2, - "rfString_Assign_fUTF16": 2, - "rfString_Create_fUTF32": 2, - "rfString_Init_fUTF32": 3, - "rfString_Assign_fUTF32": 2, - "rfString_Append_fUTF32": 2, - "rfString_Fwrite": 2, - "i_rfString_Fwrite": 5, - "i_NPSELECT_RF_STRING_FWRITE": 1, - "i_NPSELECT_RF_STRING_FWRITE1": 1, - "i_NPSELECT_RF_STRING_FWRITE0": 1, - "i_SELECT_RF_STRING_FWRITE": 1, - "i_SELECT_RF_STRING_FWRITE3": 1, - "i_STR_": 8, - "i_FILE_": 16, - "i_ENCODING_": 4, - "i_SELECT_RF_STRING_FWRITE2": 1, - "RF_UTF8": 8, - "i_SELECT_RF_STRING_FWRITE1": 1, - "i_SELECT_RF_STRING_FWRITE0": 1, - "rfString_Fwrite_fUTF8": 1, - "closing": 1, - "include": 6, - "#error": 4, - "Attempted": 1, - "manipulation": 1, - "flag": 1, - "off.": 1, - "Rebuild": 1, - "library": 3, - "option": 9, - "added": 1, - "you": 1, - "need": 5, - "them": 3, - "#endif//": 1, - "guards": 2, - "READLINE_READLINE_CATS": 3, - "": 1, - "atscntrb_readline_rl_library_version": 1, - "rl_library_version": 1, - "atscntrb_readline_rl_readline_version": 1, - "rl_readline_version": 1, - "atscntrb_readline_readline": 1, - "readline": 1, - "ifndef": 2, - "http_parser_h": 2, - "HTTP_PARSER_VERSION_MAJOR": 1, - "HTTP_PARSER_VERSION_MINOR": 1, - "": 2, - "_WIN32": 3, - "__MINGW32__": 1, - "_MSC_VER": 5, - "__int8": 2, - "int8_t": 3, - "uint8_t": 8, - "__int16": 2, - "int16_t": 1, - "uint16_t": 12, - "__int32": 2, - "__int64": 3, - "uint64_t": 8, - "size_t": 64, - "ssize_t": 1, - "": 1, - "HTTP_PARSER_STRICT": 5, - "HTTP_PARSER_DEBUG": 4, - "HTTP_MAX_HEADER_SIZE": 2, - "*1024": 4, - "http_parser": 13, - "http_parser_settings": 5, - "HTTP_METHOD_MAP": 3, - "XX": 63, - "DELETE": 2, - "GET": 2, - "HEAD": 2, - "POST": 2, - "PUT": 2, - "CONNECT": 2, - "OPTIONS": 2, - "TRACE": 2, - "COPY": 2, - "LOCK": 2, - "MKCOL": 2, - "MOVE": 2, - "PROPFIND": 2, - "PROPPATCH": 2, - "SEARCH": 3, - "UNLOCK": 2, - "REPORT": 2, - "MKACTIVITY": 2, - "CHECKOUT": 2, - "MERGE": 2, - "MSEARCH": 1, - "M": 1, - "NOTIFY": 2, - "SUBSCRIBE": 2, - "UNSUBSCRIBE": 2, - "PATCH": 2, - "PURGE": 2, - "enum": 42, - "http_method": 4, - "num": 24, - "name": 28, - "HTTP_##name": 1, - "#undef": 7, - "http_parser_type": 3, - "HTTP_REQUEST": 7, - "HTTP_RESPONSE": 3, - "HTTP_BOTH": 1, - "F_CHUNKED": 11, - "<<": 56, - "F_CONNECTION_KEEP_ALIVE": 3, - "F_CONNECTION_CLOSE": 3, - "F_TRAILING": 3, - "F_UPGRADE": 3, - "F_SKIPBODY": 4, - "HTTP_ERRNO_MAP": 3, - "OK": 1, - "CB_message_begin": 1, - "CB_url": 1, - "CB_header_field": 1, - "CB_header_value": 1, - "CB_headers_complete": 1, - "CB_body": 1, - "CB_message_complete": 1, - "INVALID_EOF_STATE": 1, - "HEADER_OVERFLOW": 1, - "CLOSED_CONNECTION": 1, - "INVALID_VERSION": 1, - "INVALID_STATUS": 1, - "INVALID_METHOD": 1, - "INVALID_URL": 1, - "INVALID_HOST": 1, - "INVALID_PORT": 1, - "INVALID_PATH": 1, - "INVALID_QUERY_STRING": 1, - "INVALID_FRAGMENT": 1, - "LF_EXPECTED": 1, - "INVALID_HEADER_TOKEN": 1, - "INVALID_CONTENT_LENGTH": 1, - "INVALID_CHUNK_SIZE": 1, - "INVALID_CONSTANT": 1, - "INVALID_INTERNAL_STATE": 1, - "STRICT": 1, - "PAUSED": 1, - "UNKNOWN": 1, - "HTTP_ERRNO_GEN": 3, - "HPE_##n": 1, - "http_errno": 11, - "HTTP_PARSER_ERRNO": 10, - "HTTP_PARSER_ERRNO_LINE": 2, - "error_lineno": 3, - "state": 106, - "header_state": 42, - "index": 58, - "nread": 7, - "content_length": 27, - "short": 7, - "http_major": 11, - "http_minor": 11, - "status_code": 8, - "method": 39, - "upgrade": 3, - "*data": 12, - "http_cb": 3, - "on_message_begin": 1, - "http_data_cb": 4, - "on_url": 1, - "on_header_field": 1, - "on_header_value": 1, - "on_headers_complete": 3, - "on_body": 1, - "on_message_complete": 1, - "http_parser_url_fields": 2, - "UF_SCHEMA": 2, - "UF_HOST": 3, - "UF_PORT": 5, - "UF_PATH": 2, - "UF_QUERY": 2, - "UF_FRAGMENT": 2, - "UF_MAX": 3, - "http_parser_url": 3, - "field_set": 5, - "port": 7, - "off": 8, - "len": 30, - "field_data": 5, - "http_parser_init": 2, - "*parser": 9, - "http_parser_execute": 2, - "*settings": 2, - "http_should_keep_alive": 2, - "*http_method_str": 1, - "m": 84, - "*http_errno_name": 1, - "err": 43, - "*http_errno_description": 1, - "http_parser_parse_url": 2, - "*buf": 10, - "buflen": 3, - "is_connect": 4, - "*u": 2, - "http_parser_pause": 2, - "paused": 3, - "BOOTSTRAP_H": 2, - "__GNUC__": 9, - "*true": 1, - "*false": 1, - "*eof": 1, - "*empty_list": 1, - "*global_enviroment": 1, - "obj_type": 1, - "scm_bool": 1, - "scm_empty_list": 1, - "scm_eof": 1, - "scm_char": 1, - "scm_int": 1, - "scm_pair": 1, - "scm_symbol": 1, - "scm_prim_fun": 1, - "scm_lambda": 1, - "scm_str": 1, - "scm_file": 1, - "*eval_proc": 1, - "*maybe_add_begin": 1, - "*code": 2, - "init_enviroment": 1, - "*env": 4, - "eval_err": 1, - "*msg": 8, - "__attribute__": 2, - "noreturn": 1, - "define_var": 1, - "*var": 4, - "*val": 6, - "set_var": 1, - "*get_var": 1, - "*cond2nested_if": 1, - "*cond": 1, - "*let2lambda": 1, - "*let": 1, - "*and2nested_if": 1, - "*and": 1, - "*or2nested_if": 1, - "*or": 1, - "": 1, - "": 1, - "": 3, - "": 1, - "": 1, - "": 1, - "": 1, - "": 2, - "": 1, - "": 2, - "": 1, - "": 6, - "": 1, - "sharedObjectsStruct": 1, - "shared": 1, - "double": 126, - "R_Zero": 2, - "R_PosInf": 2, - "R_NegInf": 2, - "R_Nan": 2, - "redisServer": 1, - "server": 1, - "redisCommand": 6, - "*commandTable": 1, - "redisCommandTable": 5, - "getCommand": 1, - "setCommand": 1, - "noPreloadGetKeys": 6, - "setnxCommand": 1, - "setexCommand": 1, - "psetexCommand": 1, - "appendCommand": 1, - "strlenCommand": 1, - "delCommand": 1, - "existsCommand": 1, - "setbitCommand": 1, - "getbitCommand": 1, - "setrangeCommand": 1, - "getrangeCommand": 2, - "incrCommand": 1, - "decrCommand": 1, - "mgetCommand": 1, - "rpushCommand": 1, - "lpushCommand": 1, - "rpushxCommand": 1, - "lpushxCommand": 1, - "linsertCommand": 1, - "rpopCommand": 1, - "lpopCommand": 1, - "brpopCommand": 1, - "brpoplpushCommand": 1, - "blpopCommand": 1, - "llenCommand": 1, - "lindexCommand": 1, - "lsetCommand": 1, - "lrangeCommand": 1, - "ltrimCommand": 1, - "lremCommand": 1, - "rpoplpushCommand": 1, - "saddCommand": 1, - "sremCommand": 1, - "smoveCommand": 1, - "sismemberCommand": 1, - "scardCommand": 1, - "spopCommand": 1, - "srandmemberCommand": 1, - "sinterCommand": 2, - "sinterstoreCommand": 1, - "sunionCommand": 1, - "sunionstoreCommand": 1, - "sdiffCommand": 1, - "sdiffstoreCommand": 1, - "zaddCommand": 1, - "zincrbyCommand": 1, - "zremCommand": 1, - "zremrangebyscoreCommand": 1, - "zremrangebyrankCommand": 1, - "zunionstoreCommand": 1, - "zunionInterGetKeys": 4, - "zinterstoreCommand": 1, - "zrangeCommand": 1, - "zrangebyscoreCommand": 1, - "zrevrangebyscoreCommand": 1, - "zcountCommand": 1, - "zrevrangeCommand": 1, - "zcardCommand": 1, - "zscoreCommand": 1, - "zrankCommand": 1, - "zrevrankCommand": 1, - "hsetCommand": 1, - "hsetnxCommand": 1, - "hgetCommand": 1, - "hmsetCommand": 1, - "hmgetCommand": 1, - "hincrbyCommand": 1, - "hincrbyfloatCommand": 1, - "hdelCommand": 1, - "hlenCommand": 1, - "hkeysCommand": 1, - "hvalsCommand": 1, - "hgetallCommand": 1, - "hexistsCommand": 1, - "incrbyCommand": 1, - "decrbyCommand": 1, - "incrbyfloatCommand": 1, - "getsetCommand": 1, - "msetCommand": 1, - "msetnxCommand": 1, - "randomkeyCommand": 1, - "selectCommand": 1, - "moveCommand": 1, - "renameCommand": 1, - "renameGetKeys": 2, - "renamenxCommand": 1, - "expireCommand": 1, - "expireatCommand": 1, - "pexpireCommand": 1, - "pexpireatCommand": 1, - "keysCommand": 1, - "dbsizeCommand": 1, - "authCommand": 3, - "pingCommand": 2, - "echoCommand": 2, - "saveCommand": 1, - "bgsaveCommand": 1, - "bgrewriteaofCommand": 1, - "shutdownCommand": 2, - "lastsaveCommand": 1, - "typeCommand": 1, - "multiCommand": 2, - "execCommand": 2, - "discardCommand": 2, - "syncCommand": 1, - "flushdbCommand": 1, - "flushallCommand": 1, - "sortCommand": 1, - "infoCommand": 4, - "monitorCommand": 2, - "ttlCommand": 1, - "pttlCommand": 1, - "persistCommand": 1, - "slaveofCommand": 2, - "debugCommand": 1, - "configCommand": 1, - "subscribeCommand": 2, - "unsubscribeCommand": 2, - "psubscribeCommand": 2, - "punsubscribeCommand": 2, - "publishCommand": 1, - "watchCommand": 2, - "unwatchCommand": 1, - "clusterCommand": 1, - "restoreCommand": 1, - "migrateCommand": 1, - "askingCommand": 1, - "dumpCommand": 1, - "objectCommand": 1, - "clientCommand": 1, - "evalCommand": 1, - "evalShaCommand": 1, - "slowlogCommand": 1, - "scriptCommand": 2, - "timeCommand": 2, - "bitopCommand": 1, - "bitcountCommand": 1, - "redisLogRaw": 3, - "level": 12, - "syslogLevelMap": 2, - "LOG_DEBUG": 1, - "LOG_INFO": 1, - "LOG_NOTICE": 1, - "LOG_WARNING": 1, - "*c": 69, - "FILE": 3, - "*fp": 3, - "buf": 57, - "rawmode": 2, - "REDIS_LOG_RAW": 2, - "xff": 3, - "server.verbosity": 4, - "fp": 13, - "server.logfile": 8, - "stdout": 5, - "fopen": 3, - "fprintf": 18, - "msg": 10, - "timeval": 4, - "tv": 8, - "gettimeofday": 4, - "strftime": 1, - "localtime": 1, - "tv.tv_sec": 4, - "snprintf": 2, - "tv.tv_usec/1000": 1, - "getpid": 7, - "fflush": 2, - "fclose": 5, - "server.syslog_enabled": 3, - "syslog": 1, - "redisLog": 33, - "*fmt": 2, - "va_list": 3, - "ap": 4, - "REDIS_MAX_LOGMSG_LEN": 1, - "va_start": 3, - "fmt": 4, - "vsnprintf": 1, - "va_end": 3, - "redisLogFromHandler": 2, - "server.daemonize": 5, - "O_APPEND": 2, - "O_CREAT": 2, - "O_WRONLY": 2, - "STDOUT_FILENO": 2, - "ll2string": 3, - "write": 7, - "strlen": 17, - "time": 10, - "oom": 3, - "REDIS_WARNING": 19, - "sleep": 2, - "abort": 1, - "ustime": 7, - "ust": 7, - "*1000000": 1, - "tv.tv_usec": 3, - "mstime": 5, - "/1000": 1, - "exitFromChild": 1, - "retcode": 3, - "COVERAGE_TEST": 1, - "exit": 20, - "dictVanillaFree": 1, - "*privdata": 8, - "DICT_NOTUSED": 6, - "privdata": 8, - "zfree": 2, - "val": 20, - "dictListDestructor": 2, - "listRelease": 1, - "list*": 1, - "dictSdsKeyCompare": 6, - "*key1": 4, - "*key2": 4, - "l1": 4, - "l2": 3, - "sdslen": 14, - "sds": 13, - "key1": 5, - "key2": 5, - "memcmp": 6, - "dictSdsKeyCaseCompare": 2, - "strcasecmp": 13, - "dictRedisObjectDestructor": 7, - "decrRefCount": 6, - "dictSdsDestructor": 4, - "sdsfree": 2, - "dictObjKeyCompare": 2, - "robj": 7, - "*o1": 2, - "*o2": 2, - "o1": 7, - "ptr": 18, - "o2": 7, - "dictObjHash": 2, - "*key": 5, - "*o": 8, - "key": 10, - "dictGenHashFunction": 5, - "o": 80, - "dictSdsHash": 4, - "dictSdsCaseHash": 2, - "dictGenCaseHashFunction": 1, - "dictEncObjKeyCompare": 4, - "robj*": 3, - "cmp": 9, - "REDIS_ENCODING_INT": 4, - "getDecodedObject": 3, - "dictEncObjHash": 4, - "REDIS_ENCODING_RAW": 1, - "hash": 12, - "dictType": 8, - "setDictType": 1, - "zsetDictType": 1, - "dbDictType": 2, - "keyptrDictType": 2, - "commandTableDictType": 2, - "hashDictType": 1, - "keylistDictType": 4, - "clusterNodesDictType": 1, - "htNeedsResize": 3, - "dict": 11, - "*dict": 5, - "dictSlots": 3, - "dictSize": 10, - "DICT_HT_INITIAL_SIZE": 2, - "used*100/size": 1, - "REDIS_HT_MINFILL": 1, - "tryResizeHashTables": 2, - "server.dbnum": 8, - "server.db": 23, - ".dict": 9, - "dictResize": 2, - ".expires": 8, - "incrementallyRehash": 2, - "dictIsRehashing": 2, - "dictRehashMilliseconds": 2, - "break": 244, - "updateDictResizePolicy": 2, - "server.rdb_child_pid": 12, - "server.aof_child_pid": 10, - "dictEnableResize": 1, - "dictDisableResize": 1, - "activeExpireCycle": 2, - "start": 10, - "timelimit": 5, - "*REDIS_EXPIRELOOKUPS_TIME_PERC/REDIS_HZ/100": 1, - "expired": 4, - "redisDb": 3, - "*db": 3, - "db": 10, - "expires": 3, - "slots": 2, - "now": 5, - "num*100/slots": 1, - "REDIS_EXPIRELOOKUPS_PER_CRON": 2, - "dictEntry": 2, - "*de": 2, - "t": 32, - "de": 12, - "dictGetRandomKey": 4, - "dictGetSignedIntegerVal": 1, - "dictGetKey": 4, - "*keyobj": 2, - "createStringObject": 11, - "propagateExpire": 2, - "keyobj": 6, - "dbDelete": 2, - "server.stat_expiredkeys": 3, - "xf": 1, - "REDIS_EXPIRELOOKUPS_PER_CRON/4": 1, - "updateLRUClock": 3, - "server.lruclock": 2, - "server.unixtime/REDIS_LRU_CLOCK_RESOLUTION": 1, - "REDIS_LRU_CLOCK_MAX": 1, - "trackOperationsPerSecond": 2, - "server.ops_sec_last_sample_time": 3, - "ops": 1, - "server.stat_numcommands": 4, - "server.ops_sec_last_sample_ops": 3, - "ops_sec": 3, - "ops*1000/t": 1, - "server.ops_sec_samples": 4, - "server.ops_sec_idx": 4, - "%": 2, - "REDIS_OPS_SEC_SAMPLES": 3, - "getOperationsPerSecond": 2, - "sum": 3, - "clientsCronHandleTimeout": 2, - "redisClient": 12, - "time_t": 4, - "server.unixtime": 10, - "server.maxidletime": 3, - "REDIS_SLAVE": 3, - "REDIS_MASTER": 2, - "REDIS_BLOCKED": 2, - "pubsub_channels": 2, - "listLength": 14, - "pubsub_patterns": 2, - "lastinteraction": 3, - "REDIS_VERBOSE": 3, - "freeClient": 1, - "bpop.timeout": 2, - "addReply": 13, - "shared.nullmultibulk": 2, - "unblockClientWaitingData": 1, - "clientsCronResizeQueryBuffer": 2, - "querybuf_size": 3, - "sdsAllocSize": 1, - "querybuf": 6, - "idletime": 2, - "REDIS_MBULK_BIG_ARG": 1, - "querybuf_size/": 1, - "querybuf_peak": 2, - "sdsavail": 1, - "sdsRemoveFreeSpace": 1, - "clientsCron": 2, - "numclients": 3, - "server.clients": 7, - "iterations": 4, - "numclients/": 1, - "REDIS_HZ*10": 1, - "listNode": 4, - "*head": 1, - "listRotate": 1, - "head": 3, - "listFirst": 2, - "listNodeValue": 3, - "run_with_period": 6, - "_ms_": 2, - "loops": 2, - "/REDIS_HZ": 2, - "serverCron": 2, - "aeEventLoop": 2, - "*eventLoop": 2, - "id": 14, - "*clientData": 1, - "server.cronloops": 3, - "REDIS_NOTUSED": 5, - "eventLoop": 2, - "clientData": 1, - "server.watchdog_period": 3, - "watchdogScheduleSignal": 1, - "zmalloc_used_memory": 8, - "server.stat_peak_memory": 5, - "server.shutdown_asap": 3, - "prepareForShutdown": 2, - "REDIS_OK": 23, - "vkeys": 8, - "server.activerehashing": 2, - "server.slaves": 9, - "server.aof_rewrite_scheduled": 4, - "rewriteAppendOnlyFileBackground": 2, - "statloc": 5, - "wait3": 1, - "WNOHANG": 1, - "exitcode": 3, - "bysignal": 4, - "backgroundSaveDoneHandler": 1, - "backgroundRewriteDoneHandler": 1, - "server.saveparamslen": 3, - "saveparam": 1, - "*sp": 1, - "server.saveparams": 2, - "server.dirty": 3, - "sp": 4, - "changes": 2, - "server.lastsave": 3, - "seconds": 2, - "REDIS_NOTICE": 13, - "rdbSaveBackground": 1, - "server.rdb_filename": 4, - "server.aof_rewrite_perc": 3, - "server.aof_current_size": 2, - "server.aof_rewrite_min_size": 2, - "base": 1, - "server.aof_rewrite_base_size": 4, - "growth": 3, - "server.aof_current_size*100/base": 1, - "server.aof_flush_postponed_start": 2, - "flushAppendOnlyFile": 2, - "server.masterhost": 7, - "freeClientsInAsyncFreeQueue": 1, - "replicationCron": 1, - "server.cluster_enabled": 6, - "clusterCron": 1, - "beforeSleep": 2, - "*ln": 3, - "server.unblocked_clients": 4, - "ln": 8, - "redisAssert": 1, - "value": 9, - "listDelNode": 1, - "REDIS_UNBLOCKED": 1, - "server.current_client": 3, - "processInputBuffer": 1, - "createSharedObjects": 2, - "shared.crlf": 2, - "createObject": 31, - "REDIS_STRING": 31, - "sdsnew": 27, - "shared.ok": 3, - "shared.err": 1, - "shared.emptybulk": 1, - "shared.czero": 1, - "shared.cone": 1, - "shared.cnegone": 1, - "shared.nullbulk": 1, - "shared.emptymultibulk": 1, - "shared.pong": 2, - "shared.queued": 2, - "shared.wrongtypeerr": 1, - "shared.nokeyerr": 1, - "shared.syntaxerr": 2, - "shared.sameobjecterr": 1, - "shared.outofrangeerr": 1, - "shared.noscripterr": 1, - "shared.loadingerr": 2, - "shared.slowscripterr": 2, - "shared.masterdownerr": 2, - "shared.bgsaveerr": 2, - "shared.roslaveerr": 2, - "shared.oomerr": 2, - "shared.space": 1, - "shared.colon": 1, - "shared.plus": 1, - "REDIS_SHARED_SELECT_CMDS": 1, - "shared.select": 1, - "sdscatprintf": 24, - "sdsempty": 8, - "shared.messagebulk": 1, - "shared.pmessagebulk": 1, - "shared.subscribebulk": 1, - "shared.unsubscribebulk": 1, - "shared.psubscribebulk": 1, - "shared.punsubscribebulk": 1, - "shared.del": 1, - "shared.rpop": 1, - "shared.lpop": 1, - "REDIS_SHARED_INTEGERS": 1, - "shared.integers": 2, - "REDIS_SHARED_BULKHDR_LEN": 1, - "shared.mbulkhdr": 1, - "shared.bulkhdr": 1, - "initServerConfig": 2, - "getRandomHexChars": 1, - "server.runid": 3, - "REDIS_RUN_ID_SIZE": 2, - "server.arch_bits": 3, - "server.port": 7, - "REDIS_SERVERPORT": 1, - "server.bindaddr": 2, - "server.unixsocket": 7, - "server.unixsocketperm": 2, - "server.ipfd": 9, - "server.sofd": 9, - "REDIS_DEFAULT_DBNUM": 1, - "REDIS_MAXIDLETIME": 1, - "server.client_max_querybuf_len": 1, - "REDIS_MAX_QUERYBUF_LEN": 1, - "server.loading": 4, - "server.syslog_ident": 2, - "zstrdup": 5, - "server.syslog_facility": 2, - "LOG_LOCAL0": 1, - "server.aof_state": 7, - "REDIS_AOF_OFF": 5, - "server.aof_fsync": 1, - "AOF_FSYNC_EVERYSEC": 1, - "server.aof_no_fsync_on_rewrite": 1, - "REDIS_AOF_REWRITE_PERC": 1, - "REDIS_AOF_REWRITE_MIN_SIZE": 1, - "server.aof_last_fsync": 1, - "server.aof_rewrite_time_last": 2, - "server.aof_rewrite_time_start": 2, - "server.aof_delayed_fsync": 2, - "server.aof_fd": 4, - "server.aof_selected_db": 1, - "server.pidfile": 3, - "server.aof_filename": 3, - "server.requirepass": 4, - "server.rdb_compression": 1, - "server.rdb_checksum": 1, - "server.maxclients": 6, - "REDIS_MAX_CLIENTS": 1, - "server.bpop_blocked_clients": 2, - "server.maxmemory": 6, - "server.maxmemory_policy": 11, - "REDIS_MAXMEMORY_VOLATILE_LRU": 3, - "server.maxmemory_samples": 3, - "server.hash_max_ziplist_entries": 1, - "REDIS_HASH_MAX_ZIPLIST_ENTRIES": 1, - "server.hash_max_ziplist_value": 1, - "REDIS_HASH_MAX_ZIPLIST_VALUE": 1, - "server.list_max_ziplist_entries": 1, - "REDIS_LIST_MAX_ZIPLIST_ENTRIES": 1, - "server.list_max_ziplist_value": 1, - "REDIS_LIST_MAX_ZIPLIST_VALUE": 1, - "server.set_max_intset_entries": 1, - "REDIS_SET_MAX_INTSET_ENTRIES": 1, - "server.zset_max_ziplist_entries": 1, - "REDIS_ZSET_MAX_ZIPLIST_ENTRIES": 1, - "server.zset_max_ziplist_value": 1, - "REDIS_ZSET_MAX_ZIPLIST_VALUE": 1, - "server.repl_ping_slave_period": 1, - "REDIS_REPL_PING_SLAVE_PERIOD": 1, - "server.repl_timeout": 1, - "REDIS_REPL_TIMEOUT": 1, - "server.cluster.configfile": 1, - "server.lua_caller": 1, - "server.lua_time_limit": 1, - "REDIS_LUA_TIME_LIMIT": 1, - "server.lua_client": 1, - "server.lua_timedout": 2, - "resetServerSaveParams": 2, - "appendServerSaveParams": 3, - "*60": 1, - "server.masterauth": 1, - "server.masterport": 2, - "server.master": 3, - "server.repl_state": 6, - "REDIS_REPL_NONE": 1, - "server.repl_syncio_timeout": 1, - "REDIS_REPL_SYNCIO_TIMEOUT": 1, - "server.repl_serve_stale_data": 2, - "server.repl_slave_ro": 2, - "server.repl_down_since": 2, - "server.client_obuf_limits": 9, - "REDIS_CLIENT_LIMIT_CLASS_NORMAL": 3, - ".hard_limit_bytes": 3, - ".soft_limit_bytes": 3, - ".soft_limit_seconds": 3, - "REDIS_CLIENT_LIMIT_CLASS_SLAVE": 3, - "*1024*256": 1, - "*1024*64": 1, - "REDIS_CLIENT_LIMIT_CLASS_PUBSUB": 3, - "*1024*32": 1, - "*1024*8": 1, - "/R_Zero": 2, - "R_Zero/R_Zero": 1, - "server.commands": 1, - "dictCreate": 6, - "populateCommandTable": 2, - "server.delCommand": 1, - "lookupCommandByCString": 3, - "server.multiCommand": 1, - "server.lpushCommand": 1, - "server.slowlog_log_slower_than": 1, - "REDIS_SLOWLOG_LOG_SLOWER_THAN": 1, - "server.slowlog_max_len": 1, - "REDIS_SLOWLOG_MAX_LEN": 1, - "server.assert_failed": 1, - "server.assert_file": 1, - "server.assert_line": 1, - "server.bug_report_start": 1, - "adjustOpenFilesLimit": 2, - "rlim_t": 3, - "maxfiles": 6, - "rlimit": 1, - "limit": 3, - "getrlimit": 1, - "RLIMIT_NOFILE": 2, - "strerror": 4, - "oldlimit": 5, - "limit.rlim_cur": 2, - "limit.rlim_max": 1, - "setrlimit": 1, - "initServer": 2, - "signal": 2, - "SIGHUP": 1, - "SIG_IGN": 2, - "SIGPIPE": 1, - "setupSignalHandlers": 2, - "openlog": 1, - "LOG_PID": 1, - "LOG_NDELAY": 1, - "LOG_NOWAIT": 1, - "listCreate": 6, - "server.clients_to_close": 1, - "server.monitors": 2, - "server.el": 7, - "aeCreateEventLoop": 1, - "zmalloc": 2, - "*server.dbnum": 1, - "anetTcpServer": 1, - "server.neterr": 4, - "ANET_ERR": 2, - "unlink": 3, - "anetUnixServer": 1, - ".blocking_keys": 1, - ".watched_keys": 1, - ".id": 1, - "server.pubsub_channels": 2, - "server.pubsub_patterns": 4, - "listSetFreeMethod": 1, - "freePubsubPattern": 1, - "listSetMatchMethod": 1, - "listMatchPubsubPattern": 1, - "aofRewriteBufferReset": 1, - "server.aof_buf": 3, - "server.rdb_save_time_last": 2, - "server.rdb_save_time_start": 2, - "server.stat_numconnections": 2, - "server.stat_evictedkeys": 3, - "server.stat_starttime": 2, - "server.stat_keyspace_misses": 2, - "server.stat_keyspace_hits": 2, - "server.stat_fork_time": 2, - "server.stat_rejected_conn": 2, - "memset": 4, - "server.lastbgsave_status": 3, - "server.stop_writes_on_bgsave_err": 2, - "aeCreateTimeEvent": 1, - "aeCreateFileEvent": 2, - "AE_READABLE": 2, - "acceptTcpHandler": 1, - "AE_ERR": 2, - "acceptUnixHandler": 1, - "REDIS_AOF_ON": 2, - "LL*": 1, - "REDIS_MAXMEMORY_NO_EVICTION": 2, - "clusterInit": 1, - "scriptingInit": 1, - "slowlogInit": 1, - "bioInit": 1, - "numcommands": 5, - "/sizeof": 4, - "*f": 2, - "sflags": 1, - "retval": 3, - "argv": 54, - "cmd": 46, - "arity": 3, - "argc": 26, - "addReplyErrorFormat": 1, - "authenticated": 3, - "proc": 14, - "addReplyError": 6, - "getkeys_proc": 1, - "firstkey": 1, - "hashslot": 3, - "server.cluster.state": 1, - "REDIS_CLUSTER_OK": 1, - "ask": 3, - "clusterNode": 1, - "*n": 1, - "getNodeByQuery": 1, - "server.cluster.myself": 1, - "addReplySds": 3, - "ip": 4, - "freeMemoryIfNeeded": 2, - "REDIS_CMD_DENYOOM": 1, - "REDIS_ERR": 5, - "REDIS_CMD_WRITE": 2, - "REDIS_REPL_CONNECTED": 3, - "tolower": 2, - "REDIS_MULTI": 1, - "queueMultiCommand": 1, - "call": 1, - "REDIS_CALL_FULL": 1, - "save": 2, - "REDIS_SHUTDOWN_SAVE": 1, - "nosave": 2, - "REDIS_SHUTDOWN_NOSAVE": 1, - "SIGKILL": 2, - "rdbRemoveTempFile": 1, - "aof_fsync": 1, - "rdbSave": 1, - "strcmp": 20, - "addReplyBulk": 1, - "addReplyMultiBulkLen": 1, - "addReplyBulkLongLong": 2, - "bytesToHuman": 3, - "*s": 3, - "d": 16, - "sprintf": 10, - "n/": 3, - "LL*1024*1024": 2, - "LL*1024*1024*1024": 1, - "genRedisInfoString": 2, - "*section": 2, - "info": 64, - "uptime": 2, - "rusage": 1, - "self_ru": 2, - "c_ru": 2, - "lol": 3, - "bib": 3, - "allsections": 12, - "defsections": 11, - "sections": 11, - "section": 14, - "getrusage": 2, - "RUSAGE_SELF": 1, - "RUSAGE_CHILDREN": 1, - "getClientsMaxBuffers": 1, - "utsname": 1, - "sdscat": 14, - "uname": 1, - "REDIS_VERSION": 4, - "redisGitSHA1": 3, - "strtol": 2, - "redisGitDirty": 3, - "name.sysname": 1, - "name.release": 1, - "name.machine": 1, - "aeGetApiName": 1, - "__GNUC_MINOR__": 2, - "__GNUC_PATCHLEVEL__": 1, - "uptime/": 1, - "*24": 1, - "hmem": 3, - "peak_hmem": 3, - "zmalloc_get_rss": 1, - "lua_gc": 1, - "server.lua": 1, - "LUA_GCCOUNT": 1, - "*1024LL": 1, - "zmalloc_get_fragmentation_ratio": 1, - "ZMALLOC_LIB": 2, - "aofRewriteBufferSize": 2, - "bioPendingJobsOfType": 1, - "REDIS_BIO_AOF_FSYNC": 1, - "perc": 3, - "eta": 4, - "elapsed": 3, - "off_t": 1, - "remaining_bytes": 1, - "server.loading_total_bytes": 3, - "server.loading_loaded_bytes": 3, - "server.loading_start_time": 2, - "elapsed*remaining_bytes": 1, - "/server.loading_loaded_bytes": 1, - "REDIS_REPL_TRANSFER": 2, - "server.repl_transfer_left": 1, - "server.repl_transfer_lastio": 1, - "slaveid": 3, - "listIter": 2, - "li": 6, - "listRewind": 2, - "listNext": 2, - "*slave": 2, - "*state": 1, - "anetPeerToString": 1, - "slave": 3, - "replstate": 1, - "REDIS_REPL_WAIT_BGSAVE_START": 1, - "REDIS_REPL_WAIT_BGSAVE_END": 1, - "REDIS_REPL_SEND_BULK": 1, - "REDIS_REPL_ONLINE": 1, - "self_ru.ru_stime.tv_sec": 1, - "self_ru.ru_stime.tv_usec/1000000": 1, - "self_ru.ru_utime.tv_sec": 1, - "self_ru.ru_utime.tv_usec/1000000": 1, - "c_ru.ru_stime.tv_sec": 1, - "c_ru.ru_stime.tv_usec/1000000": 1, - "c_ru.ru_utime.tv_sec": 1, - "c_ru.ru_utime.tv_usec/1000000": 1, - "calls": 4, - "microseconds": 1, - "microseconds/c": 1, - "keys": 4, - "REDIS_MONITOR": 1, - "slaveseldb": 1, - "listAddNodeTail": 1, - "mem_used": 9, - "mem_tofree": 3, - "mem_freed": 4, - "slaves": 3, - "obuf_bytes": 3, - "getClientOutputBufferMemoryUsage": 1, - "k": 15, - "keys_freed": 3, - "bestval": 5, - "bestkey": 9, - "REDIS_MAXMEMORY_ALLKEYS_LRU": 2, - "REDIS_MAXMEMORY_ALLKEYS_RANDOM": 2, - "REDIS_MAXMEMORY_VOLATILE_RANDOM": 1, - "thiskey": 7, - "thisval": 8, - "dictFind": 1, - "dictGetVal": 2, - "estimateObjectIdleTime": 1, - "REDIS_MAXMEMORY_VOLATILE_TTL": 1, - "delta": 54, - "flushSlavesOutputBuffers": 1, - "linuxOvercommitMemoryValue": 2, - "fgets": 1, - "atoi": 3, - "linuxOvercommitMemoryWarning": 2, - "createPidFile": 2, - "daemonize": 2, - "STDIN_FILENO": 1, - "STDERR_FILENO": 2, - "printf": 4, - "usage": 2, - "stderr": 15, - "redisAsciiArt": 2, - "*16": 2, - "ascii_logo": 1, - "sigtermHandler": 2, - "sig": 2, - "sigaction": 6, - "act": 6, - "sigemptyset": 2, - "act.sa_mask": 2, - "act.sa_flags": 2, - "act.sa_handler": 1, - "SIGTERM": 1, - "HAVE_BACKTRACE": 1, - "SA_NODEFER": 1, - "SA_RESETHAND": 1, - "SA_SIGINFO": 1, - "act.sa_sigaction": 1, - "sigsegvHandler": 1, - "SIGSEGV": 1, - "SIGBUS": 1, - "SIGFPE": 1, - "SIGILL": 1, - "memtest": 2, - "megabytes": 1, - "passes": 1, - "main": 3, - "**argv": 6, - "zmalloc_enable_thread_safeness": 1, - "srand": 1, - "dictSetHashFunctionSeed": 1, - "*configfile": 1, - "configfile": 2, - "sdscatrepr": 1, - "loadServerConfig": 1, - "loadAppendOnlyFile": 1, - "/1000000": 2, - "rdbLoad": 1, - "ENOENT": 3, - "aeSetBeforeSleepProc": 1, - "aeMain": 1, - "aeDeleteEventLoop": 1, - "ATSHOME_LIBATS_DYNARRAY_CATS": 3, - "": 5, - "atslib_dynarray_memcpy": 1, - "memcpy": 35, - "atslib_dynarray_memmove": 1, - "memmove": 2, - "VALUE": 13, - "rb_cRDiscount": 4, - "rb_rdiscount_to_html": 2, - "*argv": 6, - "self": 9, - "*res": 2, - "szres": 8, - "text": 22, - "rb_funcall": 14, - "rb_intern": 15, - "rb_str_buf_new": 2, - "Check_Type": 2, - "T_STRING": 2, - "rb_rdiscount__get_flags": 3, - "MMIOT": 2, - "*doc": 2, - "mkd_string": 2, - "RSTRING_PTR": 2, - "RSTRING_LEN": 2, - "mkd_compile": 2, - "doc": 6, - "mkd_document": 1, - "res": 4, - "EOF": 26, - "rb_str_cat": 4, - "mkd_cleanup": 2, - "rb_respond_to": 1, - "rb_rdiscount_toc_content": 2, - "mkd_toc": 1, - "ruby_obj": 11, - "MKD_TABSTOP": 1, - "MKD_NOHEADER": 1, - "Qtrue": 10, - "MKD_NOPANTS": 1, - "MKD_NOHTML": 1, - "MKD_TOC": 1, - "MKD_NOIMAGE": 1, - "MKD_NOLINKS": 1, - "MKD_NOTABLES": 1, - "MKD_STRICT": 1, - "MKD_AUTOLINK": 1, - "MKD_SAFELINK": 1, - "MKD_NO_EXT": 1, - "Init_rdiscount": 1, - "rb_define_class": 1, - "rb_cObject": 1, - "rb_define_method": 2, - "strncasecmp": 2, - "_strnicmp": 1, - "REF_TABLE_SIZE": 1, - "BUFFER_BLOCK": 5, - "BUFFER_SPAN": 9, - "MKD_LI_END": 1, - "gperf_case_strncmp": 1, - "GPERF_DOWNCASE": 1, - "GPERF_CASE_STRNCMP": 1, - "link_ref": 2, - "*link": 1, - "*title": 1, - "*next": 6, - "sd_markdown": 6, - "tag": 1, - "tag_len": 3, - "w": 21, - "is_empty": 4, - "htmlblock_end": 3, - "*curtag": 2, - "*rndr": 4, - "start_of_line": 2, - "tag_size": 3, - "curtag": 8, - "end_tag": 4, - "block_lines": 3, - "htmlblock_end_tag": 1, - "rndr": 25, - "parse_htmlblock": 1, - "*ob": 3, - "do_render": 4, - "tag_end": 7, - "work": 4, - "find_block_tag": 1, - "work.size": 5, - "cb.blockhtml": 6, - "ob": 14, - "opaque": 8, - "parse_table_row": 1, - "columns": 3, - "*col_data": 1, - "header_flag": 3, - "col": 28, - "*row_work": 1, - "cb.table_cell": 3, - "cb.table_row": 2, - "row_work": 4, - "rndr_newbuf": 2, - "cell_start": 5, - "cell_end": 6, - "*cell_work": 1, - "cell_work": 3, - "_isspace": 3, - "parse_inline": 1, - "col_data": 2, - "rndr_popbuf": 2, - "empty_cell": 2, - "parse_table_header": 1, - "*columns": 2, - "**column_data": 1, - "header_end": 7, - "under_end": 1, - "*column_data": 1, - "calloc": 1, - "beg": 10, - "doc_size": 6, - "document": 9, - "UTF8_BOM": 1, - "is_ref": 1, - "md": 18, - "refs": 2, - "expand_tabs": 1, - "bufputc": 2, - "bufgrow": 1, - "MARKDOWN_GROW": 1, - "cb.doc_header": 2, - "parse_block": 1, - "cb.doc_footer": 2, - "bufrelease": 3, - "free_link_refs": 1, - "work_bufs": 8, - ".size": 2, - "sd_markdown_free": 1, - "*md": 1, - ".asize": 2, - ".item": 2, - "stack_free": 2, - "sd_version": 1, - "*ver_major": 2, - "*ver_minor": 2, - "*ver_revision": 2, - "SUNDOWN_VER_MAJOR": 1, - "SUNDOWN_VER_MINOR": 1, - "SUNDOWN_VER_REVISION": 1, - "__2DGFX": 2, - "": 1, - "": 1, - "VGAPIX": 1, - "x": 95, - "y": 55, - "vgabasemem": 3, - "DPMI_REGS": 1, - "regs": 2, - "//void": 1, - "setvgabasemem": 1, - "drw_chdis": 4, - "mode": 15, - "draw_func_change_display": 1, - "drw_pix": 2, - "COLORS": 12, - "drw_line": 6, - "x0": 10, - "y0": 10, - "x1": 10, - "y1": 9, - "drw_rectl": 2, - "h": 12, - "drw_rectf": 2, - "drw_cirl": 1, - "rad": 3, - "drw_tex": 2, - "tex": 3, - "D_init": 2, - "D_exit": 2, - "save_commit_buffer": 3, - "*commit_type": 2, - "commit": 59, - "*check_commit": 1, - "*obj": 9, - "quiet": 5, - "obj": 48, - "OBJ_COMMIT": 5, - "sha1_to_hex": 8, - "sha1": 20, - "typename": 2, - "*lookup_commit_reference_gently": 2, - "deref_tag": 1, - "parse_object": 1, - "check_commit": 2, - "*lookup_commit_reference": 2, - "lookup_commit_reference_gently": 1, - "*lookup_commit_or_die": 2, - "*ref_name": 2, - "lookup_commit_reference": 2, - "die": 5, - "_": 3, - "ref_name": 2, - "hashcmp": 2, - "object.sha1": 8, - "warning": 1, - "*lookup_commit": 2, - "lookup_object": 2, - "create_object": 2, - "alloc_commit_node": 1, - "*lookup_commit_reference_by_name": 2, - "*name": 12, - "*commit": 10, - "get_sha1": 1, - "parse_commit": 3, - "parse_commit_date": 2, - "*tail": 2, - "*dateptr": 1, - "tail": 12, - "dateptr": 2, - "strtoul": 2, - "commit_graft": 13, - "**commit_graft": 1, - "commit_graft_alloc": 4, - "commit_graft_nr": 5, - "commit_graft_pos": 2, - "lo": 6, - "hi": 5, - "mi": 5, - "*graft": 3, - "graft": 10, - "register_commit_graft": 2, - "ignore_dups": 2, - "pos": 7, - "alloc_nr": 1, - "xrealloc": 2, - "parse_commit_buffer": 3, - "buffer": 10, - "*bufptr": 1, - "parent": 7, - "commit_list": 35, - "**pptr": 1, - "item": 24, - "object.parsed": 4, - "bufptr": 12, - "46": 1, - "tree": 3, - "5": 1, - "45": 1, - "bogus": 1, - "get_sha1_hex": 2, - "lookup_tree": 1, - "pptr": 5, - "parents": 4, - "lookup_commit_graft": 1, - "*new_parent": 2, - "48": 1, - "7": 1, - "47": 1, - "bad": 1, - "in": 11, - "nr_parent": 3, - "grafts_replace_parents": 1, - "new_parent": 6, - "lookup_commit": 2, - "commit_list_insert": 2, - "next": 8, - "object_type": 1, - "ret": 142, - "read_sha1_file": 1, - "find_commit_subject": 2, - "*commit_buffer": 2, - "**subject": 2, - "*eol": 1, - "*p": 9, - "commit_buffer": 1, - "b_date": 3, - "b": 66, - "a_date": 2, - "*commit_list_get_next": 1, - "*a": 9, - "commit_list_set_next": 1, - "commit_list_sort_by_date": 2, - "**list": 5, - "*list": 2, - "llist_mergesort": 1, - "peel_to_type": 1, - "util": 3, - "merge_remote_desc": 3, - "*desc": 1, - "desc": 5, - "xmalloc": 2, - "strdup": 1, - "**commit_list_append": 2, - "**next": 2, - "*new": 1, - "new": 4, - "": 3, - "": 3, - "ULLONG_MAX": 10, - "MIN": 3, - "SET_ERRNO": 47, - "e": 4, - "parser": 334, - "__LINE__": 50, - "CALLBACK_NOTIFY_": 3, - "FOR": 11, - "ER": 4, - "HPE_OK": 10, - "settings": 6, - "on_##FOR": 4, - "HPE_CB_##FOR": 2, - "CALLBACK_NOTIFY": 10, - "CALLBACK_NOTIFY_NOADVANCE": 2, - "CALLBACK_DATA_": 4, - "LEN": 2, - "FOR##_mark": 7, - "CALLBACK_DATA": 10, - "CALLBACK_DATA_NOADVANCE": 6, - "MARK": 7, - "PROXY_CONNECTION": 4, - "CONNECTION": 4, - "CONTENT_LENGTH": 4, - "TRANSFER_ENCODING": 4, - "UPGRADE": 4, - "CHUNKED": 4, - "KEEP_ALIVE": 4, - "CLOSE": 4, - "*method_strings": 1, - "#string": 1, - "unhex": 3, - "normal_url_char": 3, - "T": 3, - "s_dead": 10, - "s_start_req_or_res": 4, - "s_res_or_resp_H": 3, - "s_start_res": 5, - "s_res_H": 3, - "s_res_HT": 4, - "s_res_HTT": 3, - "s_res_HTTP": 3, - "s_res_first_http_major": 3, - "s_res_http_major": 3, - "s_res_first_http_minor": 3, - "s_res_http_minor": 3, - "s_res_first_status_code": 3, - "s_res_status_code": 3, - "s_res_status": 3, - "s_res_line_almost_done": 4, - "s_start_req": 6, - "s_req_method": 4, - "s_req_spaces_before_url": 5, - "s_req_schema": 6, - "s_req_schema_slash": 6, - "s_req_schema_slash_slash": 6, - "s_req_host_start": 8, - "s_req_host_v6_start": 7, - "s_req_host_v6": 7, - "s_req_host_v6_end": 7, - "s_req_host": 8, - "s_req_port_start": 7, - "s_req_port": 6, - "s_req_path": 8, - "s_req_query_string_start": 8, - "s_req_query_string": 7, - "s_req_fragment_start": 7, - "s_req_fragment": 7, - "s_req_http_start": 3, - "s_req_http_H": 3, - "s_req_http_HT": 3, - "s_req_http_HTT": 3, - "s_req_http_HTTP": 3, - "s_req_first_http_major": 3, - "s_req_http_major": 3, - "s_req_first_http_minor": 3, - "s_req_http_minor": 3, - "s_req_line_almost_done": 4, - "s_header_field_start": 12, - "s_header_field": 4, - "s_header_value_start": 4, - "s_header_value": 5, - "s_header_value_lws": 3, - "s_header_almost_done": 6, - "s_chunk_size_start": 4, - "s_chunk_size": 3, - "s_chunk_parameters": 3, - "s_chunk_size_almost_done": 4, - "s_headers_almost_done": 4, - "s_headers_done": 4, - "s_chunk_data": 3, - "s_chunk_data_almost_done": 3, - "s_chunk_data_done": 3, - "s_body_identity": 3, - "s_body_identity_eof": 4, - "s_message_done": 3, - "PARSING_HEADER": 2, - "header_states": 1, - "h_general": 23, - "0": 11, - "h_C": 3, - "h_CO": 3, - "h_CON": 3, - "h_matching_connection": 3, - "h_matching_proxy_connection": 3, - "h_matching_content_length": 3, - "h_matching_transfer_encoding": 3, - "h_matching_upgrade": 3, - "h_connection": 6, - "h_content_length": 5, - "h_transfer_encoding": 5, - "h_upgrade": 4, - "h_matching_transfer_encoding_chunked": 3, - "h_matching_connection_keep_alive": 3, - "h_matching_connection_close": 3, - "h_transfer_encoding_chunked": 4, - "h_connection_keep_alive": 4, - "h_connection_close": 4, - "Macros": 1, - "classes": 1, - "depends": 1, - "strict": 2, - "define": 14, - "CR": 18, - "LF": 21, - "LOWER": 7, - "0x20": 1, - "IS_ALPHA": 5, - "z": 64, - "IS_NUM": 14, - "9": 1, - "IS_ALPHANUM": 3, - "IS_HEX": 2, - "TOKEN": 4, - "IS_URL_CHAR": 6, - "IS_HOST_CHAR": 4, - "0x80": 1, - "endif": 6, - "start_state": 1, - "cond": 1, - "HPE_STRICT": 1, - "HTTP_STRERROR_GEN": 3, - "#n": 1, - "*description": 1, - "http_strerror_tab": 7, - "http_message_needs_eof": 4, - "parse_url_char": 5, - "ch": 145, - "unhex_val": 7, - "*header_field_mark": 1, - "*header_value_mark": 1, - "*url_mark": 1, - "*body_mark": 1, - "message_complete": 7, - "HPE_INVALID_EOF_STATE": 1, - "header_field_mark": 2, - "header_value_mark": 2, - "url_mark": 2, - "HPE_HEADER_OVERFLOW": 1, - "reexecute_byte": 7, - "HPE_CLOSED_CONNECTION": 1, - "message_begin": 3, - "HPE_INVALID_CONSTANT": 3, - "HTTP_HEAD": 2, - "STRICT_CHECK": 15, - "HPE_INVALID_VERSION": 12, - "HPE_INVALID_STATUS": 3, - "HPE_INVALID_METHOD": 4, - "HTTP_CONNECT": 4, - "HTTP_DELETE": 1, - "HTTP_GET": 1, - "HTTP_LOCK": 1, - "HTTP_MKCOL": 2, - "HTTP_NOTIFY": 1, - "HTTP_OPTIONS": 1, - "HTTP_POST": 2, - "HTTP_REPORT": 1, - "HTTP_SUBSCRIBE": 2, - "HTTP_TRACE": 1, - "HTTP_UNLOCK": 2, - "*matcher": 1, - "matcher": 3, - "method_strings": 2, - "HTTP_CHECKOUT": 1, - "HTTP_COPY": 1, - "HTTP_MOVE": 1, - "HTTP_MERGE": 1, - "HTTP_MSEARCH": 1, - "HTTP_MKACTIVITY": 1, - "HTTP_SEARCH": 1, - "HTTP_PROPFIND": 2, - "HTTP_PUT": 2, - "HTTP_PATCH": 1, - "HTTP_PURGE": 1, - "HTTP_UNSUBSCRIBE": 1, - "HTTP_PROPPATCH": 1, - "url": 4, - "HPE_INVALID_URL": 4, - "HPE_LF_EXPECTED": 1, - "HPE_INVALID_HEADER_TOKEN": 2, - "header_field": 5, - "header_value": 6, - "HPE_INVALID_CONTENT_LENGTH": 4, - "NEW_MESSAGE": 6, - "HPE_CB_headers_complete": 1, - "to_read": 6, - "body": 6, - "body_mark": 2, - "HPE_INVALID_CHUNK_SIZE": 2, - "HPE_INVALID_INTERNAL_STATE": 1, - "HPE_UNKNOWN": 1, - "Does": 1, - "find": 1, - "message": 3, - "http_method_str": 1, - "http_errno_name": 1, - ".name": 1, - "http_errno_description": 1, - ".description": 1, - "uf": 14, - "old_uf": 4, - "u": 21, - ".len": 3, - ".off": 2, - "xffff": 1, - "HPE_PAUSED": 2, - "PY_SSIZE_T_CLEAN": 1, - "Py_PYTHON_H": 1, - "Python": 2, - "headers": 1, - "needed": 10, - "compile": 1, - "extensions": 1, - "please": 1, - "install": 1, - "development": 1, - "Python.": 1, - "#elif": 14, - "PY_VERSION_HEX": 11, - "Cython": 1, - "requires": 1, - ".": 1, - "offsetof": 2, - "member": 2, - "type*": 1, - "WIN32": 2, - "MS_WINDOWS": 2, - "__stdcall": 2, - "__cdecl": 2, - "__fastcall": 2, - "DL_IMPORT": 2, - "DL_EXPORT": 2, - "PY_LONG_LONG": 5, - "LONG_LONG": 1, - "Py_HUGE_VAL": 2, - "HUGE_VAL": 1, - "PYPY_VERSION": 1, - "CYTHON_COMPILING_IN_PYPY": 3, - "CYTHON_COMPILING_IN_CPYTHON": 6, - "Py_ssize_t": 35, - "PY_SSIZE_T_MAX": 1, - "INT_MAX": 1, - "PY_SSIZE_T_MIN": 1, - "INT_MIN": 1, - "PY_FORMAT_SIZE_T": 1, - "CYTHON_FORMAT_SSIZE_T": 2, - "PyInt_FromSsize_t": 6, - "PyInt_FromLong": 3, - "PyInt_AsSsize_t": 3, - "__Pyx_PyInt_AsInt": 2, - "PyNumber_Index": 1, - "PyNumber_Check": 2, - "PyFloat_Check": 2, - "PyNumber_Int": 1, - "PyErr_Format": 4, - "PyExc_TypeError": 4, - "Py_TYPE": 7, - "tp_name": 4, - "PyObject*": 24, - "__Pyx_PyIndex_Check": 3, - "PyComplex_Check": 1, - "PyIndex_Check": 2, - "PyErr_WarnEx": 1, - "category": 2, - "stacklevel": 1, - "PyErr_Warn": 1, - "__PYX_BUILD_PY_SSIZE_T": 2, - "Py_REFCNT": 1, - "ob_refcnt": 1, - "ob_type": 7, - "Py_SIZE": 1, - "PyVarObject*": 1, - "ob_size": 1, - "PyVarObject_HEAD_INIT": 1, - "PyObject_HEAD_INIT": 1, - "PyType_Modified": 1, - "PyObject": 276, - "itemsize": 1, - "readonly": 1, - "ndim": 2, - "*format": 2, - "*shape": 1, - "*strides": 1, - "*suboffsets": 1, - "*internal": 1, - "Py_buffer": 6, - "PyBUF_SIMPLE": 1, - "PyBUF_WRITABLE": 3, - "PyBUF_FORMAT": 3, - "PyBUF_ND": 2, - "PyBUF_STRIDES": 6, - "PyBUF_C_CONTIGUOUS": 1, - "PyBUF_F_CONTIGUOUS": 1, - "PyBUF_ANY_CONTIGUOUS": 1, - "PyBUF_INDIRECT": 2, - "PyBUF_RECORDS": 1, - "PyBUF_FULL": 1, - "PY_MAJOR_VERSION": 13, - "__Pyx_BUILTIN_MODULE_NAME": 2, - "__Pyx_PyCode_New": 2, - "l": 7, - "fv": 4, - "cell": 4, - "fn": 5, - "fline": 4, - "lnos": 4, - "PyCode_New": 2, - "PY_MINOR_VERSION": 1, - "PyUnicode_FromString": 2, - "PyUnicode_Decode": 1, - "Py_TPFLAGS_CHECKTYPES": 1, - "Py_TPFLAGS_HAVE_INDEX": 1, - "Py_TPFLAGS_HAVE_NEWBUFFER": 1, - "PyUnicode_KIND": 1, - "CYTHON_PEP393_ENABLED": 2, - "__Pyx_PyUnicode_READY": 2, - "op": 8, - "likely": 22, - "PyUnicode_IS_READY": 1, - "_PyUnicode_Ready": 1, - "__Pyx_PyUnicode_GET_LENGTH": 2, - "PyUnicode_GET_LENGTH": 1, - "__Pyx_PyUnicode_READ_CHAR": 2, - "PyUnicode_READ_CHAR": 1, - "__Pyx_PyUnicode_READ": 2, - "PyUnicode_READ": 1, - "PyUnicode_GET_SIZE": 1, - "Py_UCS4": 2, - "PyUnicode_AS_UNICODE": 1, - "Py_UNICODE*": 1, - "PyBaseString_Type": 1, - "PyUnicode_Type": 2, - "PyStringObject": 2, - "PyUnicodeObject": 1, - "PyString_Type": 2, - "PyString_Check": 2, - "PyUnicode_Check": 1, - "PyString_CheckExact": 2, - "PyUnicode_CheckExact": 1, - "PyBytesObject": 1, - "PyBytes_Type": 1, - "PyBytes_Check": 1, - "PyBytes_CheckExact": 1, - "PyBytes_FromString": 2, - "PyString_FromString": 2, - "PyBytes_FromStringAndSize": 1, - "PyString_FromStringAndSize": 1, - "PyBytes_FromFormat": 1, - "PyString_FromFormat": 1, - "PyBytes_DecodeEscape": 1, - "PyString_DecodeEscape": 1, - "PyBytes_AsString": 2, - "PyString_AsString": 1, - "PyBytes_AsStringAndSize": 1, - "PyString_AsStringAndSize": 1, - "PyBytes_Size": 1, - "PyString_Size": 1, - "PyBytes_AS_STRING": 1, - "PyString_AS_STRING": 1, - "PyBytes_GET_SIZE": 1, - "PyString_GET_SIZE": 1, - "PyBytes_Repr": 1, - "PyString_Repr": 1, - "PyBytes_Concat": 1, - "PyString_Concat": 1, - "PyBytes_ConcatAndDel": 1, - "PyString_ConcatAndDel": 1, - "PySet_Check": 1, - "PyObject_TypeCheck": 3, - "PySet_Type": 2, - "PyFrozenSet_Check": 1, - "PyFrozenSet_Type": 1, - "PySet_CheckExact": 2, - "__Pyx_TypeCheck": 1, - "PyTypeObject": 25, - "PyIntObject": 1, - "PyLongObject": 2, - "PyInt_Type": 1, - "PyLong_Type": 1, - "PyInt_Check": 1, - "PyLong_Check": 1, - "PyInt_CheckExact": 1, - "PyLong_CheckExact": 1, - "PyInt_FromString": 1, - "PyLong_FromString": 1, - "PyInt_FromUnicode": 1, - "PyLong_FromUnicode": 1, - "PyLong_FromLong": 1, - "PyInt_FromSize_t": 1, - "PyLong_FromSize_t": 1, - "PyLong_FromSsize_t": 1, - "PyInt_AsLong": 2, - "PyLong_AsLong": 1, - "PyInt_AS_LONG": 1, - "PyLong_AS_LONG": 1, - "PyLong_AsSsize_t": 1, - "PyInt_AsUnsignedLongMask": 1, - "PyLong_AsUnsignedLongMask": 1, - "PyInt_AsUnsignedLongLongMask": 1, - "PyLong_AsUnsignedLongLongMask": 1, - "PyBoolObject": 1, - "Py_hash_t": 1, - "__Pyx_PyInt_FromHash_t": 2, - "__Pyx_PyInt_AsHash_t": 2, - "__Pyx_PySequence_GetSlice": 2, - "PySequence_GetSlice": 2, - "__Pyx_PySequence_SetSlice": 2, - "PySequence_SetSlice": 2, - "__Pyx_PySequence_DelSlice": 2, - "PySequence_DelSlice": 2, - "unlikely": 54, - "PyErr_SetString": 3, - "PyExc_SystemError": 3, - "tp_as_mapping": 3, - "PyMethod_New": 2, - "func": 3, - "klass": 1, - "PyInstanceMethod_New": 1, - "__Pyx_GetAttrString": 2, - "PyObject_GetAttrString": 2, - "__Pyx_SetAttrString": 2, - "PyObject_SetAttrString": 2, - "__Pyx_DelAttrString": 2, - "PyObject_DelAttrString": 2, - "__Pyx_NAMESTR": 2, - "__Pyx_DOCSTR": 2, - "__Pyx_PyNumber_Divide": 2, - "PyNumber_TrueDivide": 1, - "__Pyx_PyNumber_InPlaceDivide": 2, - "PyNumber_InPlaceTrueDivide": 1, - "PyNumber_Divide": 1, - "PyNumber_InPlaceDivide": 1, - "__PYX_EXTERN_C": 3, - "_USE_MATH_DEFINES": 1, - "__PYX_HAVE__sklearn__linear_model__sgd_fast": 1, - "__PYX_HAVE_API__sklearn__linear_model__sgd_fast": 1, - "_OPENMP": 1, - "": 1, - "PYREX_WITHOUT_ASSERTIONS": 1, - "CYTHON_WITHOUT_ASSERTIONS": 1, - "CYTHON_INLINE": 65, - "__inline__": 95, - "__inline": 1, - "__STDC_VERSION__": 2, - "L": 1, - "inline": 3, - "CYTHON_UNUSED": 14, - "**p": 1, - "is_unicode": 1, - "is_str": 1, - "intern": 1, - "__Pyx_StringTabEntry": 2, - "__Pyx_PyBytes_FromUString": 1, - "__Pyx_PyBytes_AsUString": 1, - "__Pyx_Owned_Py_None": 1, - "Py_INCREF": 10, - "Py_None": 8, - "__Pyx_PyBool_FromLong": 1, - "Py_True": 2, - "Py_False": 2, - "__Pyx_PyObject_IsTrue": 1, - "__Pyx_PyNumber_Int": 1, - "__Pyx_PyIndex_AsSsize_t": 1, - "__Pyx_PyInt_FromSize_t": 1, - "__Pyx_PyInt_AsSize_t": 1, - "__pyx_PyFloat_AsDouble": 12, - "PyFloat_CheckExact": 1, - "PyFloat_AS_DOUBLE": 1, - "PyFloat_AsDouble": 2, - "__pyx_PyFloat_AsFloat": 1, - "__builtin_expect": 2, - "*__pyx_m": 1, - "*__pyx_b": 1, - "*__pyx_empty_tuple": 1, - "*__pyx_empty_bytes": 1, - "__pyx_lineno": 58, - "__pyx_clineno": 58, - "__pyx_cfilenm": 1, - "__FILE__": 4, - "*__pyx_filename": 7, - "CYTHON_CCOMPLEX": 12, - "_Complex_I": 3, - "": 1, - "": 1, - "__sun__": 1, - "fj": 1, - "*__pyx_f": 1, - "IS_UNSIGNED": 1, - "__Pyx_StructField_": 2, - "__PYX_BUF_FLAGS_PACKED_STRUCT": 1, - "__Pyx_StructField_*": 1, - "fields": 1, - "arraysize": 1, - "typegroup": 1, - "is_unsigned": 1, - "__Pyx_TypeInfo": 2, - "__Pyx_TypeInfo*": 2, - "offset": 1, - "__Pyx_StructField": 2, - "__Pyx_StructField*": 1, - "field": 1, - "parent_offset": 1, - "__Pyx_BufFmt_StackElem": 1, - "root": 1, - "__Pyx_BufFmt_StackElem*": 2, - "fmt_offset": 1, - "new_count": 1, - "enc_count": 1, - "struct_alignment": 1, - "is_complex": 1, - "enc_type": 1, - "new_packmode": 1, - "enc_packmode": 1, - "is_valid_array": 1, - "__Pyx_BufFmt_Context": 1, - "npy_int8": 1, - "__pyx_t_5numpy_int8_t": 1, - "npy_int16": 1, - "__pyx_t_5numpy_int16_t": 1, - "npy_int32": 1, - "__pyx_t_5numpy_int32_t": 4, - "npy_int64": 1, - "__pyx_t_5numpy_int64_t": 1, - "npy_uint8": 1, - "__pyx_t_5numpy_uint8_t": 1, - "npy_uint16": 1, - "__pyx_t_5numpy_uint16_t": 1, - "npy_uint32": 1, - "__pyx_t_5numpy_uint32_t": 1, - "npy_uint64": 1, - "__pyx_t_5numpy_uint64_t": 1, - "npy_float32": 1, - "__pyx_t_5numpy_float32_t": 1, - "npy_float64": 1, - "__pyx_t_5numpy_float64_t": 4, - "npy_long": 1, - "__pyx_t_5numpy_int_t": 1, - "npy_longlong": 2, - "__pyx_t_5numpy_long_t": 1, - "__pyx_t_5numpy_longlong_t": 1, - "npy_ulong": 1, - "__pyx_t_5numpy_uint_t": 1, - "npy_ulonglong": 2, - "__pyx_t_5numpy_ulong_t": 1, - "__pyx_t_5numpy_ulonglong_t": 1, - "npy_intp": 1, - "__pyx_t_5numpy_intp_t": 1, - "npy_uintp": 1, - "__pyx_t_5numpy_uintp_t": 1, - "npy_double": 2, - "__pyx_t_5numpy_float_t": 1, - "__pyx_t_5numpy_double_t": 1, - "npy_longdouble": 1, - "__pyx_t_5numpy_longdouble_t": 1, - "__pyx_t_7sklearn_5utils_13weight_vector_DOUBLE": 2, - "__pyx_t_7sklearn_5utils_13weight_vector_INTEGER": 1, - "__pyx_t_7sklearn_5utils_11seq_dataset_DOUBLE": 7, - "__pyx_t_7sklearn_5utils_11seq_dataset_INTEGER": 7, - "__pyx_t_7sklearn_12linear_model_8sgd_fast_DOUBLE": 4, - "__pyx_t_7sklearn_12linear_model_8sgd_fast_INTEGER": 3, - "std": 8, - "complex": 2, - "__pyx_t_float_complex": 27, - "_Complex": 2, - "real": 2, - "imag": 2, - "__pyx_t_double_complex": 27, - "__pyx_obj_7sklearn_12linear_model_8sgd_fast_LossFunction": 15, - "__pyx_obj_7sklearn_12linear_model_8sgd_fast_Regression": 11, - "__pyx_obj_7sklearn_12linear_model_8sgd_fast_Huber": 6, - "__pyx_obj_7sklearn_5utils_11seq_dataset_SequentialDataset": 5, - "__pyx_obj_7sklearn_12linear_model_8sgd_fast_EpsilonInsensitive": 6, - "__pyx_obj_7sklearn_12linear_model_8sgd_fast_Classification": 7, - "__pyx_obj_7sklearn_5utils_11seq_dataset_CSRDataset": 2, - "__pyx_obj_7sklearn_12linear_model_8sgd_fast_Log": 5, - "__pyx_obj_7sklearn_12linear_model_8sgd_fast_Hinge": 6, - "__pyx_obj_7sklearn_5utils_11seq_dataset_ArrayDataset": 2, - "__pyx_obj_7sklearn_12linear_model_8sgd_fast_SquaredHinge": 6, - "__pyx_obj_7sklearn_12linear_model_8sgd_fast_ModifiedHuber": 5, - "__pyx_obj_7sklearn_5utils_13weight_vector_WeightVector": 3, - "__pyx_obj_7sklearn_12linear_model_8sgd_fast_SquaredLoss": 5, - "__pyx_obj_7sklearn_12linear_model_8sgd_fast_SquaredEpsilonInsensitive": 6, - "npy_cfloat": 1, - "__pyx_t_5numpy_cfloat_t": 1, - "npy_cdouble": 2, - "__pyx_t_5numpy_cdouble_t": 1, - "npy_clongdouble": 1, - "__pyx_t_5numpy_clongdouble_t": 1, - "__pyx_t_5numpy_complex_t": 1, - "PyObject_HEAD": 3, - "__pyx_vtabstruct_7sklearn_12linear_model_8sgd_fast_LossFunction": 5, - "*__pyx_vtab": 3, - "__pyx_base": 18, - "__pyx_vtabstruct_7sklearn_5utils_11seq_dataset_SequentialDataset": 4, - "n_samples": 1, - "epsilon": 2, - "current_index": 2, - "stride": 2, - "*X_data_ptr": 2, - "*X_indptr_ptr": 1, - "*X_indices_ptr": 1, - "*Y_data_ptr": 2, - "PyArrayObject": 8, - "*feature_indices": 2, - "*feature_indices_ptr": 2, - "*index": 2, - "*index_data_ptr": 2, - "*sample_weight_data": 2, - "threshold": 2, - "n_features": 2, - "__pyx_vtabstruct_7sklearn_5utils_13weight_vector_WeightVector": 3, - "*w": 2, - "*w_data_ptr": 1, - "wscale": 1, - "sq_norm": 1, - "*__pyx_vtabptr_7sklearn_5utils_11seq_dataset_SequentialDataset": 1, - "__pyx_vtabstruct_7sklearn_5utils_11seq_dataset_ArrayDataset": 2, - "*__pyx_vtabptr_7sklearn_5utils_11seq_dataset_ArrayDataset": 1, - "__pyx_vtabstruct_7sklearn_5utils_11seq_dataset_CSRDataset": 2, - "*__pyx_vtabptr_7sklearn_5utils_11seq_dataset_CSRDataset": 1, - "__pyx_vtabstruct_7sklearn_12linear_model_8sgd_fast_EpsilonInsensitive": 2, - "__pyx_vtabstruct_7sklearn_12linear_model_8sgd_fast_Regression": 3, - "*__pyx_vtabptr_7sklearn_12linear_model_8sgd_fast_EpsilonInsensitive": 1, - "__pyx_vtabstruct_7sklearn_12linear_model_8sgd_fast_SquaredHinge": 2, - "*__pyx_vtabptr_7sklearn_12linear_model_8sgd_fast_SquaredHinge": 1, - "__pyx_vtabstruct_7sklearn_12linear_model_8sgd_fast_Huber": 2, - "*__pyx_vtabptr_7sklearn_12linear_model_8sgd_fast_Huber": 1, - "__pyx_vtabstruct_7sklearn_12linear_model_8sgd_fast_Hinge": 2, - "__pyx_vtabstruct_7sklearn_12linear_model_8sgd_fast_Classification": 1, - "*__pyx_vtabptr_7sklearn_12linear_model_8sgd_fast_Hinge": 1, - "*__pyx_vtabptr_7sklearn_5utils_13weight_vector_WeightVector": 1, - "CYTHON_REFNANNY": 3, - "__Pyx_RefNannyAPIStruct": 3, - "*__Pyx_RefNanny": 1, - "*__Pyx_RefNannyImportAPI": 1, - "*modname": 1, - "__Pyx_RefNannyDeclarations": 11, - "*__pyx_refnanny": 1, - "WITH_THREAD": 1, - "__Pyx_RefNannySetupContext": 12, - "acquire_gil": 4, - "PyGILState_STATE": 1, - "__pyx_gilstate_save": 2, - "PyGILState_Ensure": 1, - "__pyx_refnanny": 8, - "__Pyx_RefNanny": 8, - "SetupContext": 3, - "PyGILState_Release": 1, - "__Pyx_RefNannyFinishContext": 14, - "FinishContext": 1, - "__Pyx_INCREF": 6, - "INCREF": 1, - "__Pyx_DECREF": 20, - "DECREF": 1, - "__Pyx_GOTREF": 24, - "GOTREF": 1, - "__Pyx_GIVEREF": 9, - "GIVEREF": 1, - "__Pyx_XINCREF": 2, - "__Pyx_XDECREF": 20, - "__Pyx_XGOTREF": 2, - "__Pyx_XGIVEREF": 5, - "Py_DECREF": 2, - "Py_XINCREF": 1, - "Py_XDECREF": 1, - "__Pyx_CLEAR": 1, - "tmp": 18, - "__Pyx_XCLEAR": 1, - "*__Pyx_GetName": 1, - "__Pyx_ErrRestore": 1, - "*type": 4, - "*value": 5, - "*tb": 2, - "__Pyx_ErrFetch": 1, - "**type": 1, - "**value": 1, - "**tb": 1, - "__Pyx_Raise": 4, - "*cause": 1, - "__Pyx_RaiseArgtupleInvalid": 7, - "func_name": 2, - "exact": 6, - "num_min": 1, - "num_max": 1, - "num_found": 1, - "__Pyx_RaiseDoubleKeywordsError": 1, - "kw_name": 1, - "__Pyx_ParseOptionalKeywords": 4, - "*kwds": 1, - "**argnames": 1, - "*kwds2": 1, - "*values": 1, - "num_pos_args": 1, - "function_name": 1, - "__Pyx_ArgTypeTest": 1, - "none_allowed": 1, - "__Pyx_GetBufferAndValidate": 1, - "Py_buffer*": 2, - "dtype": 1, - "nd": 1, - "cast": 1, - "stack": 8, - "__Pyx_SafeReleaseBuffer": 1, - "__Pyx_TypeTest": 1, - "__Pyx_RaiseBufferFallbackError": 1, - "*__Pyx_GetItemInt_Generic": 1, - "*r": 7, - "PyObject_GetItem": 1, - "__Pyx_GetItemInt_List": 1, - "to_py_func": 6, - "__Pyx_GetItemInt_List_Fast": 1, - "__Pyx_GetItemInt_Generic": 6, - "*__Pyx_GetItemInt_List_Fast": 1, - "PyList_GET_SIZE": 5, - "PyList_GET_ITEM": 3, - "PySequence_GetItem": 3, - "__Pyx_GetItemInt_Tuple": 1, - "__Pyx_GetItemInt_Tuple_Fast": 1, - "*__Pyx_GetItemInt_Tuple_Fast": 1, - "PyTuple_GET_SIZE": 14, - "PyTuple_GET_ITEM": 15, - "__Pyx_GetItemInt": 1, - "__Pyx_GetItemInt_Fast": 2, - "PyList_CheckExact": 1, - "PyTuple_CheckExact": 1, - "PySequenceMethods": 1, - "*m": 1, - "tp_as_sequence": 1, - "sq_item": 2, - "sq_length": 2, - "PySequence_Check": 1, - "__Pyx_RaiseTooManyValuesError": 1, - "expected": 2, - "__Pyx_RaiseNeedMoreValuesError": 1, - "__Pyx_RaiseNoneNotIterableError": 1, - "__Pyx_IterFinish": 1, - "__Pyx_IternextUnpackEndCheck": 1, - "*retval": 1, - "shape": 1, - "strides": 1, - "suboffsets": 1, - "__Pyx_Buf_DimInfo": 2, - "refcount": 2, - "pybuffer": 1, - "__Pyx_Buffer": 2, - "*rcbuffer": 1, - "diminfo": 1, - "__Pyx_LocalBuf_ND": 1, - "__Pyx_GetBuffer": 2, - "*view": 2, - "__Pyx_ReleaseBuffer": 2, - "PyObject_GetBuffer": 1, - "PyBuffer_Release": 1, - "__Pyx_zeros": 1, - "__Pyx_minusones": 1, - "*__Pyx_Import": 1, - "*from_list": 1, - "__Pyx_RaiseImportError": 1, - "__Pyx_Print": 1, - "__pyx_print": 1, - "__pyx_print_kwargs": 1, - "__Pyx_PrintOne": 1, - "__Pyx_CREAL": 4, - ".real": 3, - "__Pyx_CIMAG": 4, - ".imag": 3, - "__real__": 1, - "__imag__": 1, - "__Pyx_SET_CREAL": 2, - "__Pyx_SET_CIMAG": 2, - "__pyx_t_float_complex_from_parts": 1, - "__Pyx_c_eqf": 2, - "__Pyx_c_sumf": 2, - "__Pyx_c_difff": 2, - "__Pyx_c_prodf": 2, - "__Pyx_c_quotf": 2, - "__Pyx_c_negf": 2, - "__Pyx_c_is_zerof": 3, - "__Pyx_c_conjf": 3, - "conj": 3, - "__Pyx_c_absf": 3, - "abs": 5, - "__Pyx_c_powf": 3, - "pow": 2, - "conjf": 1, - "cabsf": 1, - "cpowf": 1, - "__pyx_t_double_complex_from_parts": 1, - "__Pyx_c_eq": 2, - "__Pyx_c_sum": 2, - "__Pyx_c_diff": 2, - "__Pyx_c_prod": 2, - "__Pyx_c_quot": 2, - "__Pyx_c_neg": 2, - "__Pyx_c_is_zero": 3, - "__Pyx_c_conj": 3, - "__Pyx_c_abs": 3, - "__Pyx_c_pow": 3, - "cabs": 1, - "cpow": 1, - "__Pyx_PyInt_AsUnsignedChar": 1, - "__Pyx_PyInt_AsUnsignedShort": 1, - "__Pyx_PyInt_AsUnsignedInt": 1, - "__Pyx_PyInt_AsChar": 1, - "__Pyx_PyInt_AsShort": 1, - "signed": 6, - "__Pyx_PyInt_AsSignedChar": 1, - "__Pyx_PyInt_AsSignedShort": 1, - "__Pyx_PyInt_AsSignedInt": 1, - "__Pyx_PyInt_AsLongDouble": 1, - "__Pyx_PyInt_AsUnsignedLong": 1, - "__Pyx_PyInt_AsUnsignedLongLong": 1, - "__Pyx_PyInt_AsLong": 1, - "__Pyx_PyInt_AsLongLong": 1, - "__Pyx_PyInt_AsSignedLong": 1, - "__Pyx_PyInt_AsSignedLongLong": 1, - "__Pyx_WriteUnraisable": 4, - "clineno": 1, - "lineno": 1, - "*filename": 2, - "__Pyx_check_binary_version": 1, - "__Pyx_SetVtable": 1, - "*vtable": 1, - "__Pyx_PyIdentifier_FromString": 3, - "*__Pyx_ImportModule": 1, - "*__Pyx_ImportType": 1, - "*module_name": 1, - "*class_name": 1, - "__Pyx_GetVtable": 1, - "code_line": 4, - "PyCodeObject*": 2, - "code_object": 2, - "__Pyx_CodeObjectCacheEntry": 1, - "__Pyx_CodeObjectCache": 2, - "max_count": 1, - "__Pyx_CodeObjectCacheEntry*": 2, - "entries": 2, - "__pyx_code_cache": 1, - "__pyx_bisect_code_objects": 1, - "PyCodeObject": 1, - "*__pyx_find_code_object": 1, - "__pyx_insert_code_object": 1, - "__Pyx_AddTraceback": 7, - "*funcname": 1, - "c_line": 1, - "py_line": 1, - "__Pyx_InitStrings": 1, - "*t": 2, - "*__pyx_ptype_7cpython_4type_type": 1, - "*__pyx_ptype_5numpy_dtype": 1, - "*__pyx_ptype_5numpy_flatiter": 1, - "*__pyx_ptype_5numpy_broadcast": 1, - "*__pyx_ptype_5numpy_ndarray": 1, - "*__pyx_ptype_5numpy_ufunc": 1, - "*__pyx_f_5numpy__util_dtypestring": 1, - "PyArray_Descr": 1, - "*__pyx_ptype_7sklearn_5utils_13weight_vector_WeightVector": 1, - "*__pyx_ptype_7sklearn_5utils_11seq_dataset_SequentialDataset": 1, - "*__pyx_ptype_7sklearn_5utils_11seq_dataset_ArrayDataset": 1, - "*__pyx_ptype_7sklearn_5utils_11seq_dataset_CSRDataset": 1, - "*__pyx_ptype_7sklearn_12linear_model_8sgd_fast_LossFunction": 1, - "*__pyx_ptype_7sklearn_12linear_model_8sgd_fast_Regression": 1, - "*__pyx_ptype_7sklearn_12linear_model_8sgd_fast_Classification": 1, - "*__pyx_ptype_7sklearn_12linear_model_8sgd_fast_ModifiedHuber": 1, - "*__pyx_ptype_7sklearn_12linear_model_8sgd_fast_Hinge": 1, - "*__pyx_ptype_7sklearn_12linear_model_8sgd_fast_SquaredHinge": 1, - "*__pyx_ptype_7sklearn_12linear_model_8sgd_fast_Log": 1, - "*__pyx_ptype_7sklearn_12linear_model_8sgd_fast_SquaredLoss": 1, - "*__pyx_ptype_7sklearn_12linear_model_8sgd_fast_Huber": 1, - "*__pyx_ptype_7sklearn_12linear_model_8sgd_fast_EpsilonInsensitive": 1, - "*__pyx_ptype_7sklearn_12linear_model_8sgd_fast_SquaredEpsilonInsensitive": 1, - "__pyx_f_7sklearn_12linear_model_8sgd_fast_max": 1, - "__pyx_f_7sklearn_12linear_model_8sgd_fast_min": 1, - "__pyx_f_7sklearn_12linear_model_8sgd_fast_sqnorm": 1, - "__pyx_f_7sklearn_12linear_model_8sgd_fast_l1penalty": 1, - "__Pyx_TypeInfo_nn___pyx_t_7sklearn_12linear_model_8sgd_fast_DOUBLE": 1, - "__Pyx_MODULE_NAME": 1, - "__pyx_module_is_main_sklearn__linear_model__sgd_fast": 1, - "*__pyx_builtin_NotImplementedError": 1, - "*__pyx_builtin_range": 1, - "*__pyx_builtin_ValueError": 1, - "*__pyx_builtin_RuntimeError": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_12LossFunction_loss": 2, - "*__pyx_v_self": 52, - "__pyx_v_p": 46, - "__pyx_v_y": 46, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_12LossFunction_2dloss": 2, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_10Regression_loss": 2, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_10Regression_2dloss": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_14Classification_loss": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_14Classification_2dloss": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_13ModifiedHuber_loss": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_13ModifiedHuber_2dloss": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_13ModifiedHuber_4__reduce__": 1, - "__pyx_pf_7sklearn_12linear_model_8sgd_fast_5Hinge___init__": 1, - "__pyx_v_threshold": 2, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_5Hinge_2loss": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_5Hinge_4dloss": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_5Hinge_6__reduce__": 1, - "__pyx_pf_7sklearn_12linear_model_8sgd_fast_12SquaredHinge___init__": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_12SquaredHinge_2loss": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_12SquaredHinge_4dloss": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_12SquaredHinge_6__reduce__": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_3Log_loss": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_3Log_2dloss": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_3Log_4__reduce__": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_11SquaredLoss_loss": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_11SquaredLoss_2dloss": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_11SquaredLoss_4__reduce__": 1, - "__pyx_pf_7sklearn_12linear_model_8sgd_fast_5Huber___init__": 1, - "__pyx_v_c": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_5Huber_2loss": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_5Huber_4dloss": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_5Huber_6__reduce__": 1, - "__pyx_pf_7sklearn_12linear_model_8sgd_fast_18EpsilonInsensitive___init__": 1, - "__pyx_v_epsilon": 2, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_18EpsilonInsensitive_2loss": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_18EpsilonInsensitive_4dloss": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_18EpsilonInsensitive_6__reduce__": 1, - "__pyx_pf_7sklearn_12linear_model_8sgd_fast_25SquaredEpsilonInsensitive___init__": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_25SquaredEpsilonInsensitive_2loss": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_25SquaredEpsilonInsensitive_4dloss": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_25SquaredEpsilonInsensitive_6__reduce__": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_plain_sgd": 1, - "*__pyx_self": 1, - "*__pyx_v_weights": 1, - "__pyx_v_intercept": 1, - "*__pyx_v_loss": 1, - "__pyx_v_penalty_type": 1, - "__pyx_v_alpha": 1, - "__pyx_v_C": 1, - "__pyx_v_rho": 1, - "*__pyx_v_dataset": 1, - "__pyx_v_n_iter": 1, - "__pyx_v_fit_intercept": 1, - "__pyx_v_verbose": 1, - "__pyx_v_shuffle": 1, - "*__pyx_v_seed": 1, - "__pyx_v_weight_pos": 1, - "__pyx_v_weight_neg": 1, - "__pyx_v_learning_rate": 1, - "__pyx_v_eta0": 1, - "__pyx_v_power_t": 1, - "__pyx_v_t": 1, - "__pyx_v_intercept_decay": 1, - "__pyx_pf_5numpy_7ndarray___getbuffer__": 1, - "*__pyx_v_info": 2, - "__pyx_v_flags": 1, - "__pyx_pf_5numpy_7ndarray_2__releasebuffer__": 1, - "__pyx_k_1": 1, - "__pyx_k_2": 1, - "__pyx_k_3": 1, - "__pyx_k_4": 1, - "__pyx_k_6": 1, - "__pyx_k_8": 1, - "__pyx_k_10": 1, - "__pyx_k_12": 1, - "__pyx_k_13": 1, - "__pyx_k_16": 1, - "__pyx_k_20": 1, - "__pyx_k_21": 1, - "__pyx_k__B": 1, - "__pyx_k__C": 1, - "__pyx_k__H": 1, - "__pyx_k__I": 1, - "__pyx_k__L": 1, - "__pyx_k__O": 1, - "__pyx_k__Q": 1, - "__pyx_k__b": 1, - "__pyx_k__c": 1, - "__pyx_k__d": 1, - "__pyx_k__f": 1, - "__pyx_k__g": 1, - "__pyx_k__h": 1, - "__pyx_k__i": 1, - "__pyx_k__l": 1, - "__pyx_k__p": 1, - "__pyx_k__q": 1, - "__pyx_k__t": 1, - "__pyx_k__u": 1, - "__pyx_k__w": 1, - "__pyx_k__y": 1, - "__pyx_k__Zd": 1, - "__pyx_k__Zf": 1, - "__pyx_k__Zg": 1, - "__pyx_k__np": 1, - "__pyx_k__any": 1, - "__pyx_k__eta": 1, - "__pyx_k__rho": 1, - "__pyx_k__sys": 1, - "__pyx_k__eta0": 1, - "__pyx_k__loss": 1, - "__pyx_k__seed": 1, - "__pyx_k__time": 1, - "__pyx_k__xnnz": 1, - "__pyx_k__alpha": 1, - "__pyx_k__count": 1, - "__pyx_k__dloss": 1, - "__pyx_k__dtype": 1, - "__pyx_k__epoch": 1, - "__pyx_k__isinf": 1, - "__pyx_k__isnan": 1, - "__pyx_k__numpy": 1, - "__pyx_k__order": 1, - "__pyx_k__range": 1, - "__pyx_k__shape": 1, - "__pyx_k__zeros": 1, - "__pyx_k__n_iter": 1, - "__pyx_k__update": 1, - "__pyx_k__dataset": 1, - "__pyx_k__epsilon": 1, - "__pyx_k__float64": 1, - "__pyx_k__nonzero": 1, - "__pyx_k__power_t": 1, - "__pyx_k__shuffle": 1, - "__pyx_k__sumloss": 1, - "__pyx_k__t_start": 1, - "__pyx_k__verbose": 1, - "__pyx_k__weights": 1, - "__pyx_k____main__": 1, - "__pyx_k____test__": 1, - "__pyx_k__is_hinge": 1, - "__pyx_k__intercept": 1, - "__pyx_k__n_samples": 1, - "__pyx_k__plain_sgd": 1, - "__pyx_k__threshold": 1, - "__pyx_k__x_ind_ptr": 1, - "__pyx_k__ValueError": 1, - "__pyx_k__n_features": 1, - "__pyx_k__q_data_ptr": 1, - "__pyx_k__weight_neg": 1, - "__pyx_k__weight_pos": 1, - "__pyx_k__x_data_ptr": 1, - "__pyx_k__RuntimeError": 1, - "__pyx_k__class_weight": 1, - "__pyx_k__penalty_type": 1, - "__pyx_k__fit_intercept": 1, - "__pyx_k__learning_rate": 1, - "__pyx_k__sample_weight": 1, - "__pyx_k__intercept_decay": 1, - "__pyx_k__NotImplementedError": 1, - "*__pyx_kp_s_1": 1, - "*__pyx_kp_u_10": 1, - "*__pyx_kp_u_12": 1, - "*__pyx_kp_u_13": 1, - "*__pyx_kp_u_16": 1, - "*__pyx_kp_s_2": 1, - "*__pyx_kp_s_20": 1, - "*__pyx_n_s_21": 1, - "*__pyx_kp_s_3": 1, - "*__pyx_kp_s_4": 1, - "*__pyx_kp_u_6": 1, - "*__pyx_kp_u_8": 1, - "*__pyx_n_s__C": 1, - "*__pyx_n_s__NotImplementedError": 1, - "*__pyx_n_s__RuntimeError": 1, - "*__pyx_n_s__ValueError": 1, - "*__pyx_n_s____main__": 1, - "*__pyx_n_s____test__": 1, - "*__pyx_n_s__alpha": 1, - "*__pyx_n_s__any": 1, - "*__pyx_n_s__c": 1, - "*__pyx_n_s__class_weight": 1, - "*__pyx_n_s__count": 1, - "*__pyx_n_s__dataset": 1, - "*__pyx_n_s__dloss": 1, - "*__pyx_n_s__dtype": 1, - "*__pyx_n_s__epoch": 1, - "*__pyx_n_s__epsilon": 1, - "*__pyx_n_s__eta": 1, - "*__pyx_n_s__eta0": 1, - "*__pyx_n_s__fit_intercept": 1, - "*__pyx_n_s__float64": 1, - "*__pyx_n_s__i": 1, - "*__pyx_n_s__intercept": 1, - "*__pyx_n_s__intercept_decay": 1, - "*__pyx_n_s__is_hinge": 1, - "*__pyx_n_s__isinf": 1, - "*__pyx_n_s__isnan": 1, - "*__pyx_n_s__learning_rate": 1, - "*__pyx_n_s__loss": 1, - "*__pyx_n_s__n_features": 1, - "*__pyx_n_s__n_iter": 1, - "*__pyx_n_s__n_samples": 1, - "*__pyx_n_s__nonzero": 1, - "*__pyx_n_s__np": 1, - "*__pyx_n_s__numpy": 1, - "*__pyx_n_s__order": 1, - "*__pyx_n_s__p": 1, - "*__pyx_n_s__penalty_type": 1, - "*__pyx_n_s__plain_sgd": 1, - "*__pyx_n_s__power_t": 1, - "*__pyx_n_s__q": 1, - "*__pyx_n_s__q_data_ptr": 1, - "*__pyx_n_s__range": 1, - "*__pyx_n_s__rho": 1, - "*__pyx_n_s__sample_weight": 1, - "*__pyx_n_s__seed": 1, - "*__pyx_n_s__shape": 1, - "*__pyx_n_s__shuffle": 1, - "*__pyx_n_s__sumloss": 1, - "*__pyx_n_s__sys": 1, - "*__pyx_n_s__t": 1, - "*__pyx_n_s__t_start": 1, - "*__pyx_n_s__threshold": 1, - "*__pyx_n_s__time": 1, - "*__pyx_n_s__u": 1, - "*__pyx_n_s__update": 1, - "*__pyx_n_s__verbose": 1, - "*__pyx_n_s__w": 1, - "*__pyx_n_s__weight_neg": 1, - "*__pyx_n_s__weight_pos": 1, - "*__pyx_n_s__weights": 1, - "*__pyx_n_s__x_data_ptr": 1, - "*__pyx_n_s__x_ind_ptr": 1, - "*__pyx_n_s__xnnz": 1, - "*__pyx_n_s__y": 1, - "*__pyx_n_s__zeros": 1, - "*__pyx_int_15": 1, - "*__pyx_k_tuple_5": 1, - "*__pyx_k_tuple_7": 1, - "*__pyx_k_tuple_9": 1, - "*__pyx_k_tuple_11": 1, - "*__pyx_k_tuple_14": 1, - "*__pyx_k_tuple_15": 1, - "*__pyx_k_tuple_17": 1, - "*__pyx_k_tuple_18": 1, - "*__pyx_k_codeobj_19": 1, - "*__pyx_pw_7sklearn_12linear_model_8sgd_fast_12LossFunction_1loss": 3, - "*__pyx_args": 9, - "*__pyx_kwds": 9, - "__pyx_f_7sklearn_12linear_model_8sgd_fast_12LossFunction_loss": 1, - "__pyx_skip_dispatch": 6, - "__pyx_r": 39, - "*__pyx_t_1": 6, - "*__pyx_t_2": 3, - "*__pyx_t_3": 3, - "*__pyx_t_4": 3, - "__pyx_t_5": 12, - "__pyx_v_self": 15, - "tp_dictoffset": 3, - "__pyx_t_1": 69, - "PyObject_GetAttr": 3, - "__pyx_n_s__loss": 2, - "__pyx_filename": 51, - "__pyx_f": 42, - "__pyx_L1_error": 33, - "PyCFunction_Check": 3, - "PyCFunction_GET_FUNCTION": 3, - "PyCFunction": 3, - "__pyx_pw_7sklearn_12linear_model_8sgd_fast_12LossFunction_1loss": 1, - "__pyx_t_2": 21, - "PyFloat_FromDouble": 9, - "__pyx_t_3": 39, - "__pyx_t_4": 27, - "PyTuple_New": 3, - "PyTuple_SET_ITEM": 6, - "PyObject_Call": 6, - "PyErr_Occurred": 9, - "__pyx_L0": 18, - "__pyx_builtin_NotImplementedError": 3, - "__pyx_empty_tuple": 3, - "__pyx_doc_7sklearn_12linear_model_8sgd_fast_12LossFunction_loss": 1, - "*__pyx_r": 6, - "**__pyx_pyargnames": 3, - "__pyx_n_s__p": 6, - "__pyx_n_s__y": 6, - "values": 67, - "__pyx_kwds": 15, - "kw_args": 15, - "pos_args": 12, - "__pyx_args": 21, - "__pyx_L5_argtuple_error": 12, - "PyDict_Size": 3, - "PyDict_GetItem": 6, - "__pyx_L3_error": 18, - "__pyx_pyargnames": 3, - "__pyx_L4_argument_unpacking_done": 6, - "__pyx_pf_7sklearn_12linear_model_8sgd_fast_12LossFunction_loss": 1, - "__pyx_vtab": 2, - "loss": 1, - "*__pyx_pw_7sklearn_12linear_model_8sgd_fast_12LossFunction_3dloss": 3, - "__pyx_f_7sklearn_12linear_model_8sgd_fast_12LossFunction_dloss": 1, - "__pyx_n_s__dloss": 1, - "__pyx_pw_7sklearn_12linear_model_8sgd_fast_12LossFunction_3dloss": 1, - "__pyx_doc_7sklearn_12linear_model_8sgd_fast_12LossFunction_2dloss": 1, - "__pyx_pf_7sklearn_12linear_model_8sgd_fast_12LossFunction_2dloss": 1, - "dloss": 1, - "*__pyx_pw_7sklearn_12linear_model_8sgd_fast_10Regression_1loss": 3, - "__pyx_f_7sklearn_12linear_model_8sgd_fast_10Regression_loss": 1, - "__pyx_pw_7sklearn_12linear_model_8sgd_fast_10Regression_1loss": 1, - "__pyx_pf_7sklearn_12linear_model_8sgd_fast_10Regression_loss": 1, - "__pyx_base.__pyx_vtab": 1, - "__pyx_base.loss": 1, - "PPC_SHA1": 1, - "git_hash_ctx": 7, - "SHA_CTX": 3, - "*git_hash_new_ctx": 1, - "*ctx": 5, - "git__malloc": 3, - "ctx": 16, - "SHA1_Init": 4, - "git_hash_free_ctx": 1, - "git__free": 15, - "git_hash_init": 1, - "git_hash_update": 1, - "SHA1_Update": 3, - "git_hash_final": 1, - "git_oid": 7, - "*out": 3, - "SHA1_Final": 3, - "git_hash_buf": 1, - "git_hash_vec": 1, - "git_buf_vec": 1, - "*vec": 1, - "vec": 2, - ".data": 1, - "_NME_WMAN_H": 2, - "START_HEAD": 2, - "NTS": 1, - "NWMan_event": 3, - "NSTRUCT": 2, - "NWMan": 2, - "bool": 19, - "init": 1, - "destroy": 1, - "create_window": 1, - "destroy_window": 1, - "swap_buffers": 1, - "next_event": 1, - "NWMan_event*": 1, - "event": 1, - "uint": 2, - "get_millis": 1, - "millis": 1, - "rshift_key": 1, - "lshift_key": 1, - "left_key": 1, - "right_key": 1, - "NENUM": 1, - "NWMan_event_type": 3, - "N_WMAN_MOUSE_MOVE": 1, - "N_WMAN_MOUSE_BUTTON": 1, - "N_WMAN_MOUSE_WHEEL": 1, - "N_WMAN_KEYBOARD": 1, - "N_WMAN_QUIT": 1, - "N_WMAN_RESIZE": 1, - "N_WMAN_FOCUS": 1, - "N_WMAN_MOUSE_LEFT": 1, - "N_WMAN_MOUSE_RIGHT": 1, - "N_WMAN_MOUSE_MIDDLE": 1, - "union": 1, - "NPos2i": 2, - "mouse_pos": 1, - "mouse_button": 1, - "mouse_wheel": 1, - "up": 1, - "down": 1, - "keyboard": 1, - "window_quit": 1, - "Will": 1, - "true": 74, - "WM_QUIT": 1, - "window_size": 1, - "window_focus": 1, - "NWMan_event_new": 1, - "NWMan_init": 1, - "NWMan_destroy": 1, - "N_WMan": 1, - "END_HEAD": 2, - "COMMIT_H": 2, - "*util": 1, - "indegree": 1, - "*parents": 4, - "*tree": 3, - "decoration": 1, - "name_decoration": 3, - "*commit_list_insert": 1, - "commit_list_count": 1, - "*l": 1, - "*commit_list_insert_by_date": 1, - "free_commit_list": 1, - "cmit_fmt": 3, - "CMIT_FMT_RAW": 1, - "CMIT_FMT_MEDIUM": 2, - "CMIT_FMT_DEFAULT": 1, - "CMIT_FMT_SHORT": 1, - "CMIT_FMT_FULL": 1, - "CMIT_FMT_FULLER": 1, - "CMIT_FMT_ONELINE": 1, - "CMIT_FMT_EMAIL": 1, - "CMIT_FMT_USERFORMAT": 1, - "CMIT_FMT_UNSPECIFIED": 1, - "pretty_print_context": 6, - "abbrev": 1, - "*subject": 1, - "*after_subject": 1, - "preserve_subject": 1, - "date_mode": 2, - "date_mode_explicit": 1, - "need_8bit_cte": 2, - "show_notes": 1, - "reflog_walk_info": 1, - "*reflog_info": 1, - "*output_encoding": 2, - "userformat_want": 2, - "notes": 1, - "has_non_ascii": 1, - "*text": 1, - "rev_info": 2, - "*logmsg_reencode": 1, - "*reencode_commit_message": 1, - "**encoding_p": 1, - "get_commit_format": 1, - "*arg": 1, - "*format_subject": 1, - "strbuf": 12, - "*sb": 7, - "*line_separator": 1, - "userformat_find_requirements": 1, - "format_commit_message": 1, - "*context": 1, - "pretty_print_commit": 1, - "*pp": 4, - "pp_commit_easy": 1, - "pp_user_info": 1, - "*what": 1, - "*line": 1, - "*encoding": 2, - "pp_title_line": 1, - "**msg_p": 2, - "pp_remainder": 1, - "indent": 1, - "*pop_most_recent_commit": 1, - "mark": 9, - "*pop_commit": 1, - "**stack": 1, - "clear_commit_marks": 1, - "clear_commit_marks_for_object_array": 1, - "object_array": 2, - "sort_in_topological_order": 1, - "list": 1, - "lifo": 1, - "FLEX_ARRAY": 1, - "*read_graft_line": 1, - "*lookup_commit_graft": 1, - "*get_merge_bases": 1, - "*rev1": 1, - "*rev2": 1, - "cleanup": 12, - "*get_merge_bases_many": 1, - "*one": 1, - "**twos": 1, - "*get_octopus_merge_bases": 1, - "*in": 1, - "register_shallow": 1, - "unregister_shallow": 1, - "for_each_commit_graft": 1, - "each_commit_graft_fn": 1, - "is_repository_shallow": 1, - "*get_shallow_commits": 1, - "*heads": 2, - "depth": 2, - "shallow_flag": 1, - "not_shallow_flag": 1, - "is_descendant_of": 1, - "in_merge_bases": 1, - "interactive_add": 1, - "*prefix": 7, - "patch": 1, - "run_add_interactive": 1, - "*revision": 1, - "*patch_mode": 1, - "**pathspec": 1, - "single_parent": 1, - "*reduce_heads": 1, - "commit_extra_header": 7, - "append_merge_tag_headers": 1, - "***tail": 1, - "commit_tree": 1, - "*ret": 20, - "*author": 2, - "*sign_commit": 2, - "commit_tree_extended": 1, - "*read_commit_extra_headers": 1, - "*read_commit_extra_header_lines": 1, - "free_commit_extra_headers": 1, - "*extra": 1, - "merge_remote_util": 1, - "*get_merge_parent": 1, - "parse_signed_commit": 1, - "*message": 1, - "*signature": 1, - "_NMEX_NIGHTMARE_H": 2, - "//#define": 1, - "NMEX": 1, - "*diff_prefix_from_pathspec": 1, - "git_strarray": 2, - "*pathspec": 2, - "git_buf": 3, - "prefix": 34, - "GIT_BUF_INIT": 3, - "*scan": 2, - "git_buf_common_prefix": 1, - "pathspec": 15, - "scan": 4, - "prefix.ptr": 2, - "git__iswildcard": 1, - "git_buf_truncate": 1, - "prefix.size": 1, - "git_buf_detach": 1, - "git_buf_free": 4, - "diff_pathspec_is_interesting": 2, - "*str": 1, - "diff_path_matches_pathspec": 3, - "git_diff_list": 17, - "*diff": 8, - "*path": 2, - "git_attr_fnmatch": 4, - "*match": 3, - "diff": 93, - "pathspec.length": 1, - "git_vector_foreach": 4, - "match": 16, - "p_fnmatch": 1, - "pattern": 3, - "path": 20, - "FNM_NOMATCH": 1, - "GIT_ATTR_FNMATCH_HASWILD": 1, - "strncmp": 1, - "GIT_ATTR_FNMATCH_NEGATIVE": 1, - "git_diff_delta": 19, - "*diff_delta__alloc": 1, - "git_delta_t": 5, - "*delta": 6, - "git__calloc": 3, - "old_file.path": 12, - "git_pool_strdup": 3, - "pool": 12, - "new_file.path": 6, - "opts.flags": 8, - "GIT_DIFF_REVERSE": 3, - "GIT_DELTA_ADDED": 4, - "GIT_DELTA_DELETED": 7, - "*diff_delta__dup": 1, - "*d": 1, - "git_pool": 4, - "*pool": 3, - "fail": 19, - "*diff_delta__merge_like_cgit": 1, - "*b": 6, - "*dup": 1, - "diff_delta__dup": 3, - "dup": 15, - "git_oid_cmp": 6, - "new_file.oid": 7, - "git_oid_cpy": 5, - "new_file.mode": 4, - "new_file.size": 3, - "new_file.flags": 4, - "old_file.oid": 3, - "GIT_DELTA_UNTRACKED": 5, - "GIT_DELTA_IGNORED": 5, - "GIT_DELTA_UNMODIFIED": 11, - "diff_delta__from_one": 5, - "git_index_entry": 8, - "*entry": 2, - "GIT_DIFF_INCLUDE_IGNORED": 1, - "GIT_DIFF_INCLUDE_UNTRACKED": 1, - "entry": 17, - "diff_delta__alloc": 2, - "GITERR_CHECK_ALLOC": 3, - "GIT_DELTA_MODIFIED": 3, - "old_file.mode": 2, - "old_file.size": 1, - "file_size": 6, - "oid": 17, - "old_file.flags": 2, - "GIT_DIFF_FILE_VALID_OID": 4, - "git_vector_insert": 4, - "deltas": 8, - "diff_delta__from_two": 2, - "*old_entry": 1, - "*new_entry": 1, - "*new_oid": 1, - "GIT_DIFF_INCLUDE_UNMODIFIED": 1, - "*temp": 1, - "old_entry": 5, - "new_entry": 5, - "temp": 11, - "new_oid": 3, - "git_oid_iszero": 2, - "*diff_strdup_prefix": 1, - "git_pool_strcat": 1, - "git_pool_strndup": 1, - "diff_delta__cmp": 3, - "*da": 1, - "da": 2, - "config_bool": 5, - "git_config": 3, - "*cfg": 2, - "defvalue": 2, - "git_config_get_bool": 1, - "cfg": 6, - "giterr_clear": 1, - "*git_diff_list_alloc": 1, - "git_repository": 7, - "*repo": 7, - "git_diff_options": 7, - "*opts": 6, - "repo": 23, - "git_vector_init": 3, - "git_pool_init": 2, - "git_repository_config__weakptr": 1, - "diffcaps": 13, - "GIT_DIFFCAPS_HAS_SYMLINKS": 2, - "GIT_DIFFCAPS_ASSUME_UNCHANGED": 2, - "GIT_DIFFCAPS_TRUST_EXEC_BIT": 2, - "GIT_DIFFCAPS_TRUST_CTIME": 2, - "opts": 24, - "opts.pathspec": 2, - "opts.old_prefix": 4, - "diff_strdup_prefix": 2, - "old_prefix": 2, - "DIFF_OLD_PREFIX_DEFAULT": 1, - "opts.new_prefix": 4, - "new_prefix": 2, - "DIFF_NEW_PREFIX_DEFAULT": 1, - "*swap": 1, - "swap": 9, - "pathspec.count": 2, - "*pattern": 1, - "pathspec.strings": 1, - "GIT_ATTR_FNMATCH_ALLOWSPACE": 1, - "git_attr_fnmatch__parse": 1, - "GIT_ENOTFOUND": 1, - "git_diff_list_free": 3, - "deltas.contents": 1, - "git_vector_free": 3, - "pathspec.contents": 1, - "git_pool_clear": 2, - "oid_for_workdir_item": 2, - "*oid": 2, - "full_path": 3, - "git_buf_joinpath": 1, - "git_repository_workdir": 1, - "S_ISLNK": 2, - "git_odb__hashlink": 1, - "full_path.ptr": 2, - "git__is_sizet": 1, - "giterr_set": 1, - "GITERR_OS": 1, - "git_futils_open_ro": 1, - "git_odb__hashfd": 1, - "GIT_OBJ_BLOB": 1, - "p_close": 1, - "EXEC_BIT_MASK": 3, - "maybe_modified": 2, - "git_iterator": 8, - "*old_iter": 2, - "*oitem": 2, - "*new_iter": 2, - "*nitem": 2, - "noid": 4, - "*use_noid": 1, - "omode": 8, - "oitem": 29, - "nmode": 10, - "nitem": 32, - "GIT_UNUSED": 1, - "old_iter": 8, - "S_ISREG": 1, - "GIT_MODE_TYPE": 3, - "GIT_MODE_PERMS_MASK": 1, - "flags_extended": 2, - "GIT_IDXENTRY_INTENT_TO_ADD": 1, - "GIT_IDXENTRY_SKIP_WORKTREE": 1, - "new_iter": 13, - "GIT_ITERATOR_WORKDIR": 2, - "ctime.seconds": 2, - "mtime.seconds": 2, - "GIT_DIFFCAPS_USE_DEV": 1, - "dev": 2, - "ino": 2, - "uid": 2, - "gid": 2, - "S_ISGITLINK": 1, - "git_submodule": 1, - "*sub": 1, - "GIT_DIFF_IGNORE_SUBMODULES": 1, - "git_submodule_lookup": 1, - "ignore": 1, - "GIT_SUBMODULE_IGNORE_ALL": 1, - "use_noid": 2, - "diff_from_iterators": 5, - "**diff_ptr": 1, - "ignore_prefix": 6, - "git_diff_list_alloc": 1, - "old_src": 1, - "new_src": 3, - "git_iterator_current": 2, - "git_iterator_advance": 5, - "delta_type": 8, - "git_buf_len": 1, - "git__prefixcmp": 2, - "git_buf_cstr": 1, - "S_ISDIR": 1, - "GIT_DIFF_RECURSE_UNTRACKED_DIRS": 1, - "git_iterator_current_is_ignored": 2, - "git_buf_sets": 1, - "git_iterator_advance_into_directory": 1, - "git_iterator_free": 4, - "*diff_ptr": 2, - "git_diff_tree_to_tree": 1, - "git_tree": 4, - "*old_tree": 3, - "*new_tree": 1, - "**diff": 4, - "diff_prefix_from_pathspec": 4, - "old_tree": 5, - "new_tree": 2, - "git_iterator_for_tree_range": 4, - "git_diff_index_to_tree": 1, - "git_iterator_for_index_range": 2, - "git_diff_workdir_to_index": 1, - "git_iterator_for_workdir_range": 2, - "git_diff_workdir_to_tree": 1, - "git_diff_merge": 1, - "*onto": 1, - "*from": 1, - "onto_pool": 7, - "git_vector": 1, - "onto_new": 6, - "onto": 7, - "deltas.length": 4, - "GIT_VECTOR_GET": 2, - "diff_delta__merge_like_cgit": 1, - "git_vector_swap": 1, - "git_pool_swap": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "CONFIG_SMP": 1, - "DEFINE_MUTEX": 1, - "cpu_add_remove_lock": 3, - "cpu_maps_update_begin": 9, - "mutex_lock": 5, - "cpu_maps_update_done": 9, - "mutex_unlock": 6, - "RAW_NOTIFIER_HEAD": 1, - "cpu_chain": 4, - "cpu_hotplug_disabled": 7, - "CONFIG_HOTPLUG_CPU": 2, - "task_struct": 5, - "*active_writer": 1, - "mutex": 1, - "lock": 6, - "cpu_hotplug": 1, - ".active_writer": 1, - ".lock": 1, - "__MUTEX_INITIALIZER": 1, - "cpu_hotplug.lock": 8, - ".refcount": 1, - "get_online_cpus": 2, - "might_sleep": 1, - "cpu_hotplug.active_writer": 6, - "current": 5, - "cpu_hotplug.refcount": 3, - "EXPORT_SYMBOL_GPL": 4, - "put_online_cpus": 2, - "wake_up_process": 1, - "cpu_hotplug_begin": 4, - "__set_current_state": 1, - "TASK_UNINTERRUPTIBLE": 1, - "schedule": 1, - "cpu_hotplug_done": 4, - "__ref": 6, - "register_cpu_notifier": 2, - "notifier_block": 3, - "*nb": 3, - "raw_notifier_chain_register": 1, - "nb": 2, - "__cpu_notify": 6, - "*v": 3, - "nr_to_call": 2, - "*nr_calls": 1, - "__raw_notifier_call_chain": 1, - "nr_calls": 9, - "notifier_to_errno": 1, - "cpu_notify": 5, - "cpu_notify_nofail": 4, - "BUG_ON": 4, - "EXPORT_SYMBOL": 8, - "unregister_cpu_notifier": 2, - "raw_notifier_chain_unregister": 1, - "clear_tasks_mm_cpumask": 1, - "cpu": 57, - "WARN_ON": 1, - "cpu_online": 5, - "rcu_read_lock": 1, - "for_each_process": 2, - "find_lock_task_mm": 1, - "cpumask_clear_cpu": 5, - "mm_cpumask": 1, - "mm": 1, - "task_unlock": 1, - "rcu_read_unlock": 1, - "check_for_tasks": 2, - "write_lock_irq": 1, - "tasklist_lock": 2, - "task_cpu": 1, - "TASK_RUNNING": 1, - "utime": 1, - "stime": 1, - "printk": 12, - "KERN_WARNING": 3, - "comm": 1, - "task_pid_nr": 1, - "write_unlock_irq": 1, - "take_cpu_down_param": 3, - "mod": 13, - "*hcpu": 3, - "take_cpu_down": 2, - "*_param": 1, - "*param": 1, - "_param": 1, - "__cpu_disable": 1, - "CPU_DYING": 1, - "param": 2, - "hcpu": 10, - "_cpu_down": 3, - "tasks_frozen": 4, - "CPU_TASKS_FROZEN": 2, - "tcd_param": 2, - ".mod": 1, - ".hcpu": 1, - "num_online_cpus": 2, - "EBUSY": 3, - "CPU_DOWN_PREPARE": 1, - "CPU_DOWN_FAILED": 2, - "__func__": 2, - "out_release": 3, - "__stop_machine": 1, - "cpumask_of": 1, - "idle_cpu": 1, - "cpu_relax": 1, - "__cpu_die": 1, - "CPU_DEAD": 1, - "CPU_POST_DEAD": 1, - "cpu_down": 2, - "__cpuinit": 3, - "_cpu_up": 3, - "*idle": 1, - "cpu_present": 1, - "idle": 4, - "idle_thread_get": 1, - "IS_ERR": 1, - "PTR_ERR": 1, - "CPU_UP_PREPARE": 1, - "out_notify": 3, - "__cpu_up": 1, - "CPU_ONLINE": 1, - "CPU_UP_CANCELED": 1, - "cpu_up": 2, - "CONFIG_MEMORY_HOTPLUG": 2, - "nid": 5, - "pg_data_t": 1, - "*pgdat": 1, - "cpu_possible": 1, - "KERN_ERR": 5, - "CONFIG_IA64": 1, - "cpu_to_node": 1, - "node_online": 1, - "mem_online_node": 1, - "pgdat": 3, - "NODE_DATA": 1, - "node_zonelists": 1, - "_zonerefs": 1, - "zone": 1, - "zonelists_mutex": 2, - "build_all_zonelists": 1, - "CONFIG_PM_SLEEP_SMP": 2, - "cpumask_var_t": 1, - "frozen_cpus": 9, - "__weak": 4, - "arch_disable_nonboot_cpus_begin": 2, - "arch_disable_nonboot_cpus_end": 2, - "disable_nonboot_cpus": 1, - "first_cpu": 3, - "cpumask_first": 1, - "cpu_online_mask": 3, - "cpumask_clear": 2, - "for_each_online_cpu": 1, - "cpumask_set_cpu": 5, - "arch_enable_nonboot_cpus_begin": 2, - "arch_enable_nonboot_cpus_end": 2, - "enable_nonboot_cpus": 1, - "cpumask_empty": 1, - "KERN_INFO": 2, - "for_each_cpu": 1, - "__init": 2, - "alloc_frozen_cpus": 2, - "alloc_cpumask_var": 1, - "GFP_KERNEL": 1, - "__GFP_ZERO": 1, - "core_initcall": 2, - "cpu_hotplug_disable_before_freeze": 2, - "cpu_hotplug_enable_after_thaw": 2, - "cpu_hotplug_pm_callback": 2, - "action": 2, - "*ptr": 1, - "PM_SUSPEND_PREPARE": 1, - "PM_HIBERNATION_PREPARE": 1, - "PM_POST_SUSPEND": 1, - "PM_POST_HIBERNATION": 1, - "NOTIFY_DONE": 1, - "NOTIFY_OK": 1, - "cpu_hotplug_pm_sync_init": 2, - "pm_notifier": 1, - "notify_cpu_starting": 1, - "CPU_STARTING": 1, - "cpumask_test_cpu": 1, - "CPU_STARTING_FROZEN": 1, - "MASK_DECLARE_1": 3, - "UL": 1, - "MASK_DECLARE_2": 3, - "MASK_DECLARE_4": 3, - "MASK_DECLARE_8": 9, - "cpu_bit_bitmap": 2, - "BITS_PER_LONG": 2, - "BITS_TO_LONGS": 1, - "NR_CPUS": 2, - "DECLARE_BITMAP": 6, - "cpu_all_bits": 2, - "CPU_BITS_ALL": 2, - "CONFIG_INIT_ALL_POSSIBLE": 1, - "cpu_possible_bits": 6, - "CONFIG_NR_CPUS": 5, - "__read_mostly": 5, - "cpumask": 7, - "*const": 4, - "cpu_possible_mask": 2, - "to_cpumask": 15, - "cpu_online_bits": 5, - "cpu_present_bits": 5, - "cpu_present_mask": 2, - "cpu_active_bits": 4, - "cpu_active_mask": 2, - "set_cpu_possible": 1, - "possible": 2, - "set_cpu_present": 1, - "present": 2, - "set_cpu_online": 1, - "online": 2, - "set_cpu_active": 1, - "active": 2, - "init_cpu_present": 1, - "*src": 3, - "cpumask_copy": 3, - "init_cpu_possible": 1, - "init_cpu_online": 1, - "": 2, - "": 2, - "": 1, - "READ_VSNPRINTF_ARGS": 5, - "rfUTF8_VerifySequence": 7, - "buff": 95, - "RF_FAILURE": 24, - "LOG_ERROR": 64, - "RE_STRING_INIT_FAILURE": 8, - "buffAllocated": 11, - "RF_MALLOC": 47, - "RF_OPTION_SOURCE_ENCODING": 30, - "characterLength": 16, - "*codepoints": 2, - "rfLMS_MacroEvalPtr": 2, - "RF_LMS": 6, - "RF_UTF16_LE": 9, - "RF_UTF16_BE": 7, - "codepoints": 44, - "i/2": 2, - "RF_UTF32_LE": 3, - "RF_UTF32_BE": 3, - "decode": 6, - "UTF16": 4, - "rfUTILS_Endianess": 24, - "RF_LITTLE_ENDIAN": 23, - "rfUTF16_Decode": 5, - "rfUTF16_Decode_swap": 5, - "RF_UTF16_BE//": 2, - "RF_UTF32_LE//": 2, - "copy": 4, - "UTF32": 4, - "into": 8, - "codepoint": 47, - "rfUTILS_SwapEndianUI": 11, - "RF_UTF32_BE//": 2, - "RF_BIG_ENDIAN": 10, - "": 2, - "than": 5, - "encode": 2, - "rfUTF8_Encode": 4, - "While": 2, - "attempting": 2, - "create": 2, - "byte": 6, - "sequence": 6, - "could": 2, - "properly": 2, - "encoded": 2, - "RE_UTF8_ENCODING": 2, - "End": 2, - "Non": 2, - "code=": 2, - "normally": 1, - "here": 5, - "we": 10, - "validity": 2, - "get": 4, - "Error": 2, - "Allocation": 2, - "due": 2, - "invalid": 2, - "rfLMS_Push": 4, - "Memory": 4, - "allocation": 3, - "Local": 2, - "Stack": 2, - "failed": 2, - "Insufficient": 2, - "space": 4, - "Consider": 2, - "compiling": 2, - "bigger": 3, - "Quitting": 2, - "proccess": 2, - "RE_LOCALMEMSTACK_INSUFFICIENT": 8, - "RE_UTF16_INVALID_SEQUENCE": 20, - "during": 1, - "RF_HEXLE_UI": 8, - "RF_HEXGE_UI": 6, - "ff": 10, - "F": 38, - "C0": 3, - "ffff": 4, - "xFC0": 4, - "xF000": 2, - "xE": 2, - "F000": 2, - "C0000": 2, - "E": 11, - "RE_UTF8_INVALID_CODE_POINT": 2, - "numLen": 8, - "max": 5, - "most": 3, - "environment": 3, - "so": 4, - "chars": 3, - "will": 3, - "certainly": 3, - "fit": 3, - "strcpy": 4, - "utf8ByteLength": 34, - "utf8": 36, - "last": 1, - "utf": 1, - "null": 4, - "termination": 3, - "byteLength*2": 1, - "allocate": 1, - "same": 1, - "else//": 14, - "different": 1, - "RE_INPUT": 1, - "ends": 3, - "swapE": 21, - "codeBuffer": 9, - "RF_HEXEQ_UI": 7, - "xFEFF": 1, - "big": 14, - "endian": 20, - "xFFFE0000": 1, - "little": 7, - "according": 1, - "standard": 1, - "BOM": 1, - "means": 1, - "rfUTF32_Length": 1, - "sourceP": 2, - "RF_REALLOC": 9, - "<5)>": 1, - "bytesWritten": 2, - "charsN": 5, - "rfUTF8_Decode": 2, - "rfUTF16_Encode": 1, - "RF_STRING_ITERATE_START": 9, - "RF_STRING_ITERATE_END": 9, - "codePoint": 18, - "RF_HEXEQ_C": 9, - "xC0": 3, - "xE0": 2, - "xF": 5, - "xF0": 2, - "thisstrP": 32, - "charPos": 8, - "byteI": 7, - "s1P": 2, - "s2P": 2, - "sstrP": 6, - "optionsP": 11, - "*optionsP": 8, - "found": 20, - "RF_BITFLAG_ON": 5, - "strstr": 2, - "": 1, - "0x5a": 1, - "0x7a": 1, - "substring": 5, - "search": 1, - "zero": 2, - "equals": 1, - "then": 1, - "okay": 1, - "RF_SUCCESS": 14, - "ERANGE": 1, - "RE_STRING_TOFLOAT_UNDERFLOW": 1, - "RE_STRING_TOFLOAT": 1, - "srcP": 6, - "bytePos": 23, - "terminate": 1, - "afterstrP": 2, - "sscanf": 1, - "<=0)>": 1, - "Counts": 1, - "how": 1, - "many": 1, - "times": 1, - "occurs": 1, - "sstr2": 2, - "move": 12, - "rfString_FindBytePos": 10, - "*tokensN": 1, - "lstrP": 1, - "rstrP": 5, - "parNP": 6, - "*parNP": 2, - "minPos": 17, - "thisPos": 8, - "argList": 8, - "va_arg": 2, - "afterP": 2, - "minPosLength": 3, - "go": 8, - "otherP": 4, - "strncat": 1, - "goes": 1, - "numberP": 1, - "*numberP": 1, - "occurences": 5, - "done": 1, - "<=thisstr->": 1, - "keepstrP": 2, - "keepLength": 2, - "charValue": 12, - "*keepChars": 1, - "charBLength": 5, - "keepChars": 4, - "*keepLength": 1, - "": 1, - "does": 1, - "back": 1, - "cover": 1, - "effectively": 1, - "gets": 1, - "deleted": 1, - "rfUTF8_FromCodepoint": 1, - "kind": 1, - "non": 1, - "clean": 1, - "way": 1, - "internally": 1, - "uses": 1, - "variable": 1, - "use": 1, - "determine": 1, - "backs": 1, - "by": 1, - "contiuing": 1, - "sure": 2, - "position": 1, - "won": 1, - "array": 1, - "nBytePos": 23, - "RF_STRING_ITERATEB_START": 2, - "RF_STRING_ITERATEB_END": 2, - "pBytePos": 15, - "indexing": 1, - "works": 1, - "pbytePos": 2, - "pth": 2, - "got": 1, - "numP": 1, - "*numP": 1, - "just": 1, - "finding": 1, - "foundN": 10, - "bSize": 4, - "bytePositions": 17, - "bSize*sizeof": 1, - "rfStringX_FromString_IN": 1, - "temp.bIndex": 2, - "temp.bytes": 1, - "temp.byteLength": 1, - "rfStringX_Deinit": 1, - "replace": 3, - "removed": 2, - "one": 2, - "orSize": 5, - "nSize": 4, - "number*diff": 1, - "strncpy": 3, - "smaller": 1, - "diff*number": 1, - "remove": 1, - "equal": 1, - "subP": 7, - "RF_String*sub": 2, - "noMatch": 8, - "*subValues": 2, - "subLength": 6, - "subValues": 8, - "*subLength": 2, - "lastBytePos": 4, - "testity": 2, - "res1": 2, - "res2": 2, - "bytesN": 98, - "bufferSize": 6, - "unused": 3, - "rfFReadLine_UTF8": 5, - "FILE*f": 2, - "utf8BufferSize": 4, - "rfFReadLine_UTF16LE": 4, - "rfFReadLine_UTF16BE": 6, - "char*utf8": 3, - "rfFReadLine_UTF32LE": 4, - "<0)>": 1, - "Failure": 1, - "initialize": 1, - "reading": 1, - "Little": 1, - "Endian": 1, - "32": 1, - "file": 6, - "bytesN=": 1, - "sP": 2, - "encodingP": 1, - "*utf32": 1, - "utf16": 11, - "*encodingP": 1, - "fwrite": 5, - "logging": 5, - "rfUTILS_SwapEndianUS": 10, - "utf32": 10, - "i_WRITE_CHECK": 1, - "RE_FILE_WRITE": 1, - "": 1, - "_Included_jni_JniLayer": 2, - "JNIEXPORT": 6, - "jlong": 6, - "JNICALL": 6, - "Java_jni_JniLayer_jni_1layer_1initialize": 1, - "JNIEnv": 6, - "jobject": 6, - "jintArray": 1, - "jint": 7, - "Java_jni_JniLayer_jni_1layer_1mainloop": 1, - "Java_jni_JniLayer_jni_1layer_1set_1button": 1, - "Java_jni_JniLayer_jni_1layer_1set_1analog": 1, - "jfloat": 1, - "Java_jni_JniLayer_jni_1layer_1report_1analog_1chg": 1, - "Java_jni_JniLayer_jni_1layer_1kill": 1, - "PQC_ENCRYPT_H": 2, - "": 1, - "": 1, - "ntru_encrypt_poly": 1, - "fmpz_poly_t": 6, - "msg_tern": 1, - "pub_key": 2, - "rnd": 2, - "ntru_params": 2, - "*params": 2, - "ntru_encrypt_string": 1, - "": 1, - "rfUTF8_IsContinuationbyte": 1, - "e.t.c.": 1, - "bIndex": 5, - "RF_NEWLINE_CRLF": 1, - "newLineFound": 1, - "*bufferSize": 1, - "RF_OPTION_FGETS_READBYTESN": 5, - "tempBuff": 6, - "RF_LF": 10, - "RE_FILE_EOF": 22, - "*eofReached": 14, - "rfFgetc_UTF32BE": 3, - "undo": 5, - "peek": 5, - "ahead": 5, - "pointer": 5, - "fseek": 19, - "SEEK_CUR": 19, - "rfFgets_UTF32LE": 2, - "eofReached": 4, - "rfFgetc_UTF32LE": 4, - "rfFgets_UTF16BE": 2, - "rfFgetc_UTF16BE": 4, - "rfFgets_UTF16LE": 2, - "rfFgetc_UTF16LE": 4, - "rfFgets_UTF8": 2, - "rfFgetc_UTF8": 3, - "fgetc": 9, - "ferror": 2, - "RE_FILE_READ": 2, - "cp": 12, - "c2": 13, - "c3": 9, - "c4": 5, - "i_READ_CHECK": 20, - "///": 4, - "success": 4, - "cc": 24, - "more": 2, - "xC1": 1, - "RE_UTF8_INVALID_SEQUENCE_INVALID_BYTE": 6, - "RE_UTF8_INVALID_SEQUENCE_END": 6, - "RE_UTF8_INVALID_SEQUENCE_CONBYTE": 6, - "decoded": 3, - "RF_HEXGE_C": 1, - "xBF": 2, - "//invalid": 1, - "xFF": 1, - "//if": 1, - "needing": 1, - "v1": 38, - "v2": 26, - "fread": 12, - "RF_HEXGE_US": 4, - "xD800": 8, - "RF_HEXLE_US": 4, - "xDFFF": 8, - "RF_HEXL_US": 8, - "RF_HEXG_US": 8, - "xDBFF": 4, - "RE_UTF16_NO_SURRPAIR": 2, - "xDC00": 4, - "user": 2, - "wants": 2, - "surrogate": 4, - "pair": 4, - "existence": 2, - "rfFback_UTF32BE": 2, - "i_FSEEK_CHECK": 14, - "rfFback_UTF32LE": 2, - "rfFback_UTF16BE": 2, - "rfFback_UTF16LE": 2, - "rfFback_UTF8": 2, - "depending": 1, - "read": 1, - "backwards": 1, - "RE_UTF8_INVALID_SEQUENCE": 2, - "__SUNPRO_C": 1, - "align": 1, - "ArrowLeft": 3, - "__aligned__": 1, - "__wglew_h__": 2, - "__WGLEW_H__": 1, - "__wglext_h_": 2, - "wglext.h": 1, - "wglew.h": 1, - "WINAPI": 119, - "": 1, - "GLEW_STATIC": 1, - "WGL_3DFX_multisample": 2, - "WGL_SAMPLE_BUFFERS_3DFX": 1, - "WGL_SAMPLES_3DFX": 1, - "WGLEW_3DFX_multisample": 1, - "WGLEW_GET_VAR": 49, - "__WGLEW_3DFX_multisample": 2, - "WGL_3DL_stereo_control": 2, - "WGL_STEREO_EMITTER_ENABLE_3DL": 1, - "WGL_STEREO_EMITTER_DISABLE_3DL": 1, - "WGL_STEREO_POLARITY_NORMAL_3DL": 1, - "WGL_STEREO_POLARITY_INVERT_3DL": 1, - "BOOL": 84, - "PFNWGLSETSTEREOEMITTERSTATE3DLPROC": 2, - "HDC": 65, - "hDC": 33, - "UINT": 30, - "uState": 1, - "wglSetStereoEmitterState3DL": 1, - "WGLEW_GET_FUN": 120, - "__wglewSetStereoEmitterState3DL": 2, - "WGLEW_3DL_stereo_control": 1, - "__WGLEW_3DL_stereo_control": 2, - "WGL_AMD_gpu_association": 2, - "WGL_GPU_VENDOR_AMD": 1, - "F00": 1, - "WGL_GPU_RENDERER_STRING_AMD": 1, - "F01": 1, - "WGL_GPU_OPENGL_VERSION_STRING_AMD": 1, - "F02": 1, - "WGL_GPU_FASTEST_TARGET_GPUS_AMD": 1, - "A2": 2, - "WGL_GPU_RAM_AMD": 1, - "A3": 2, - "WGL_GPU_CLOCK_AMD": 1, - "A4": 2, - "WGL_GPU_NUM_PIPES_AMD": 1, - "A5": 3, - "WGL_GPU_NUM_SIMD_AMD": 1, - "A6": 2, - "WGL_GPU_NUM_RB_AMD": 1, - "A7": 2, - "WGL_GPU_NUM_SPI_AMD": 1, - "A8": 2, - "VOID": 6, - "PFNWGLBLITCONTEXTFRAMEBUFFERAMDPROC": 2, - "HGLRC": 14, - "dstCtx": 1, - "GLint": 18, - "srcX0": 1, - "srcY0": 1, - "srcX1": 1, - "srcY1": 1, - "dstX0": 1, - "dstY0": 1, - "dstX1": 1, - "dstY1": 1, - "GLbitfield": 1, - "mask": 1, - "GLenum": 8, - "filter": 1, - "PFNWGLCREATEASSOCIATEDCONTEXTAMDPROC": 2, - "PFNWGLCREATEASSOCIATEDCONTEXTATTRIBSAMDPROC": 2, - "hShareContext": 2, - "attribList": 2, - "PFNWGLDELETEASSOCIATEDCONTEXTAMDPROC": 2, - "hglrc": 5, - "PFNWGLGETCONTEXTGPUIDAMDPROC": 2, - "PFNWGLGETCURRENTASSOCIATEDCONTEXTAMDPROC": 2, - "PFNWGLGETGPUIDSAMDPROC": 2, - "maxCount": 1, - "UINT*": 6, - "ids": 1, - "INT": 3, - "PFNWGLGETGPUINFOAMDPROC": 2, - "property": 1, - "dataType": 1, - "PFNWGLMAKEASSOCIATEDCONTEXTCURRENTAMDPROC": 2, - "wglBlitContextFramebufferAMD": 1, - "__wglewBlitContextFramebufferAMD": 2, - "wglCreateAssociatedContextAMD": 1, - "__wglewCreateAssociatedContextAMD": 2, - "wglCreateAssociatedContextAttribsAMD": 1, - "__wglewCreateAssociatedContextAttribsAMD": 2, - "wglDeleteAssociatedContextAMD": 1, - "__wglewDeleteAssociatedContextAMD": 2, - "wglGetContextGPUIDAMD": 1, - "__wglewGetContextGPUIDAMD": 2, - "wglGetCurrentAssociatedContextAMD": 1, - "__wglewGetCurrentAssociatedContextAMD": 2, - "wglGetGPUIDsAMD": 1, - "__wglewGetGPUIDsAMD": 2, - "wglGetGPUInfoAMD": 1, - "__wglewGetGPUInfoAMD": 2, - "wglMakeAssociatedContextCurrentAMD": 1, - "__wglewMakeAssociatedContextCurrentAMD": 2, - "WGLEW_AMD_gpu_association": 1, - "__WGLEW_AMD_gpu_association": 2, - "WGL_ARB_buffer_region": 2, - "WGL_FRONT_COLOR_BUFFER_BIT_ARB": 1, - "WGL_BACK_COLOR_BUFFER_BIT_ARB": 1, - "WGL_DEPTH_BUFFER_BIT_ARB": 1, - "WGL_STENCIL_BUFFER_BIT_ARB": 1, - "HANDLE": 14, - "PFNWGLCREATEBUFFERREGIONARBPROC": 2, - "iLayerPlane": 5, - "uType": 1, - "PFNWGLDELETEBUFFERREGIONARBPROC": 2, - "hRegion": 3, - "PFNWGLRESTOREBUFFERREGIONARBPROC": 2, - "width": 3, - "height": 3, - "xSrc": 1, - "ySrc": 1, - "PFNWGLSAVEBUFFERREGIONARBPROC": 2, - "wglCreateBufferRegionARB": 1, - "__wglewCreateBufferRegionARB": 2, - "wglDeleteBufferRegionARB": 1, - "__wglewDeleteBufferRegionARB": 2, - "wglRestoreBufferRegionARB": 1, - "__wglewRestoreBufferRegionARB": 2, - "wglSaveBufferRegionARB": 1, - "__wglewSaveBufferRegionARB": 2, - "WGLEW_ARB_buffer_region": 1, - "__WGLEW_ARB_buffer_region": 2, - "WGL_ARB_create_context": 2, - "WGL_CONTEXT_DEBUG_BIT_ARB": 1, - "WGL_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB": 1, - "WGL_CONTEXT_MAJOR_VERSION_ARB": 1, - "WGL_CONTEXT_MINOR_VERSION_ARB": 1, - "WGL_CONTEXT_LAYER_PLANE_ARB": 1, - "WGL_CONTEXT_FLAGS_ARB": 1, - "ERROR_INVALID_VERSION_ARB": 1, - "ERROR_INVALID_PROFILE_ARB": 1, - "PFNWGLCREATECONTEXTATTRIBSARBPROC": 2, - "wglCreateContextAttribsARB": 1, - "__wglewCreateContextAttribsARB": 2, - "WGLEW_ARB_create_context": 1, - "__WGLEW_ARB_create_context": 2, - "WGL_ARB_create_context_profile": 2, - "WGL_CONTEXT_CORE_PROFILE_BIT_ARB": 1, - "WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB": 1, - "WGL_CONTEXT_PROFILE_MASK_ARB": 1, - "WGLEW_ARB_create_context_profile": 1, - "__WGLEW_ARB_create_context_profile": 2, - "WGL_ARB_create_context_robustness": 2, - "WGL_CONTEXT_ROBUST_ACCESS_BIT_ARB": 1, - "WGL_LOSE_CONTEXT_ON_RESET_ARB": 1, - "WGL_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB": 1, - "WGL_NO_RESET_NOTIFICATION_ARB": 1, - "WGLEW_ARB_create_context_robustness": 1, - "__WGLEW_ARB_create_context_robustness": 2, - "WGL_ARB_extensions_string": 2, - "PFNWGLGETEXTENSIONSSTRINGARBPROC": 2, - "hdc": 16, - "wglGetExtensionsStringARB": 1, - "__wglewGetExtensionsStringARB": 2, - "WGLEW_ARB_extensions_string": 1, - "__WGLEW_ARB_extensions_string": 2, - "WGL_ARB_framebuffer_sRGB": 2, - "WGL_FRAMEBUFFER_SRGB_CAPABLE_ARB": 1, - "A9": 2, - "WGLEW_ARB_framebuffer_sRGB": 1, - "__WGLEW_ARB_framebuffer_sRGB": 2, - "WGL_ARB_make_current_read": 2, - "ERROR_INVALID_PIXEL_TYPE_ARB": 1, - "ERROR_INCOMPATIBLE_DEVICE_CONTEXTS_ARB": 1, - "PFNWGLGETCURRENTREADDCARBPROC": 2, - "PFNWGLMAKECONTEXTCURRENTARBPROC": 2, - "hDrawDC": 2, - "hReadDC": 2, - "wglGetCurrentReadDCARB": 1, - "__wglewGetCurrentReadDCARB": 2, - "wglMakeContextCurrentARB": 1, - "__wglewMakeContextCurrentARB": 2, - "WGLEW_ARB_make_current_read": 1, - "__WGLEW_ARB_make_current_read": 2, - "WGL_ARB_multisample": 2, - "WGL_SAMPLE_BUFFERS_ARB": 1, - "WGL_SAMPLES_ARB": 1, - "WGLEW_ARB_multisample": 1, - "__WGLEW_ARB_multisample": 2, - "WGL_ARB_pbuffer": 2, - "WGL_DRAW_TO_PBUFFER_ARB": 1, - "D": 9, - "WGL_MAX_PBUFFER_PIXELS_ARB": 1, - "WGL_MAX_PBUFFER_WIDTH_ARB": 1, - "WGL_MAX_PBUFFER_HEIGHT_ARB": 1, - "WGL_PBUFFER_LARGEST_ARB": 1, - "WGL_PBUFFER_WIDTH_ARB": 1, - "WGL_PBUFFER_HEIGHT_ARB": 1, - "WGL_PBUFFER_LOST_ARB": 1, - "DECLARE_HANDLE": 6, - "HPBUFFERARB": 12, - "PFNWGLCREATEPBUFFERARBPROC": 2, - "iPixelFormat": 6, - "iWidth": 2, - "iHeight": 2, - "piAttribList": 4, - "PFNWGLDESTROYPBUFFERARBPROC": 2, - "hPbuffer": 14, - "PFNWGLGETPBUFFERDCARBPROC": 2, - "PFNWGLQUERYPBUFFERARBPROC": 2, - "iAttribute": 8, - "piValue": 8, - "PFNWGLRELEASEPBUFFERDCARBPROC": 2, - "wglCreatePbufferARB": 1, - "__wglewCreatePbufferARB": 2, - "wglDestroyPbufferARB": 1, - "__wglewDestroyPbufferARB": 2, - "wglGetPbufferDCARB": 1, - "__wglewGetPbufferDCARB": 2, - "wglQueryPbufferARB": 1, - "__wglewQueryPbufferARB": 2, - "wglReleasePbufferDCARB": 1, - "__wglewReleasePbufferDCARB": 2, - "WGLEW_ARB_pbuffer": 1, - "__WGLEW_ARB_pbuffer": 2, - "WGL_ARB_pixel_format": 2, - "WGL_NUMBER_PIXEL_FORMATS_ARB": 1, - "WGL_DRAW_TO_WINDOW_ARB": 1, - "WGL_DRAW_TO_BITMAP_ARB": 1, - "WGL_ACCELERATION_ARB": 1, - "WGL_NEED_PALETTE_ARB": 1, - "WGL_NEED_SYSTEM_PALETTE_ARB": 1, - "WGL_SWAP_LAYER_BUFFERS_ARB": 1, - "WGL_SWAP_METHOD_ARB": 1, - "WGL_NUMBER_OVERLAYS_ARB": 1, - "WGL_NUMBER_UNDERLAYS_ARB": 1, - "WGL_TRANSPARENT_ARB": 1, - "WGL_SHARE_DEPTH_ARB": 1, - "WGL_SHARE_STENCIL_ARB": 1, - "WGL_SHARE_ACCUM_ARB": 1, - "WGL_SUPPORT_GDI_ARB": 1, - "WGL_SUPPORT_OPENGL_ARB": 1, - "WGL_DOUBLE_BUFFER_ARB": 1, - "WGL_STEREO_ARB": 1, - "WGL_PIXEL_TYPE_ARB": 1, - "WGL_COLOR_BITS_ARB": 1, - "WGL_RED_BITS_ARB": 1, - "WGL_RED_SHIFT_ARB": 1, - "WGL_GREEN_BITS_ARB": 1, - "WGL_GREEN_SHIFT_ARB": 1, - "WGL_BLUE_BITS_ARB": 1, - "WGL_BLUE_SHIFT_ARB": 1, - "WGL_ALPHA_BITS_ARB": 1, - "B": 9, - "WGL_ALPHA_SHIFT_ARB": 1, - "WGL_ACCUM_BITS_ARB": 1, - "WGL_ACCUM_RED_BITS_ARB": 1, - "WGL_ACCUM_GREEN_BITS_ARB": 1, - "WGL_ACCUM_BLUE_BITS_ARB": 1, - "WGL_ACCUM_ALPHA_BITS_ARB": 1, - "WGL_DEPTH_BITS_ARB": 1, - "WGL_STENCIL_BITS_ARB": 1, - "WGL_AUX_BUFFERS_ARB": 1, - "WGL_NO_ACCELERATION_ARB": 1, - "WGL_GENERIC_ACCELERATION_ARB": 1, - "WGL_FULL_ACCELERATION_ARB": 1, - "WGL_SWAP_EXCHANGE_ARB": 1, - "WGL_SWAP_COPY_ARB": 1, - "WGL_SWAP_UNDEFINED_ARB": 1, - "WGL_TYPE_RGBA_ARB": 1, - "WGL_TYPE_COLORINDEX_ARB": 1, - "WGL_TRANSPARENT_RED_VALUE_ARB": 1, - "WGL_TRANSPARENT_GREEN_VALUE_ARB": 1, - "WGL_TRANSPARENT_BLUE_VALUE_ARB": 1, - "WGL_TRANSPARENT_ALPHA_VALUE_ARB": 1, - "WGL_TRANSPARENT_INDEX_VALUE_ARB": 1, - "PFNWGLCHOOSEPIXELFORMATARBPROC": 2, - "piAttribIList": 2, - "FLOAT": 4, - "*pfAttribFList": 2, - "nMaxFormats": 2, - "*piFormats": 2, - "*nNumFormats": 2, - "PFNWGLGETPIXELFORMATATTRIBFVARBPROC": 2, - "nAttributes": 4, - "piAttributes": 4, - "*pfValues": 2, - "PFNWGLGETPIXELFORMATATTRIBIVARBPROC": 2, - "*piValues": 2, - "wglChoosePixelFormatARB": 1, - "__wglewChoosePixelFormatARB": 2, - "wglGetPixelFormatAttribfvARB": 1, - "__wglewGetPixelFormatAttribfvARB": 2, - "wglGetPixelFormatAttribivARB": 1, - "__wglewGetPixelFormatAttribivARB": 2, - "WGLEW_ARB_pixel_format": 1, - "__WGLEW_ARB_pixel_format": 2, - "WGL_ARB_pixel_format_float": 2, - "WGL_TYPE_RGBA_FLOAT_ARB": 1, - "A0": 3, - "WGLEW_ARB_pixel_format_float": 1, - "__WGLEW_ARB_pixel_format_float": 2, - "WGL_ARB_render_texture": 2, - "WGL_BIND_TO_TEXTURE_RGB_ARB": 1, - "WGL_BIND_TO_TEXTURE_RGBA_ARB": 1, - "WGL_TEXTURE_FORMAT_ARB": 1, - "WGL_TEXTURE_TARGET_ARB": 1, - "WGL_MIPMAP_TEXTURE_ARB": 1, - "WGL_TEXTURE_RGB_ARB": 1, - "WGL_TEXTURE_RGBA_ARB": 1, - "WGL_NO_TEXTURE_ARB": 2, - "WGL_TEXTURE_CUBE_MAP_ARB": 1, - "WGL_TEXTURE_1D_ARB": 1, - "WGL_TEXTURE_2D_ARB": 1, - "WGL_MIPMAP_LEVEL_ARB": 1, - "WGL_CUBE_MAP_FACE_ARB": 1, - "WGL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB": 1, - "WGL_TEXTURE_CUBE_MAP_NEGATIVE_X_ARB": 1, - "WGL_TEXTURE_CUBE_MAP_POSITIVE_Y_ARB": 1, - "WGL_TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB": 1, - "WGL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB": 1, - "WGL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB": 1, - "WGL_FRONT_LEFT_ARB": 1, - "WGL_FRONT_RIGHT_ARB": 1, - "WGL_BACK_LEFT_ARB": 1, - "WGL_BACK_RIGHT_ARB": 1, - "WGL_AUX0_ARB": 1, - "WGL_AUX1_ARB": 1, - "WGL_AUX2_ARB": 1, - "WGL_AUX3_ARB": 1, - "WGL_AUX4_ARB": 1, - "WGL_AUX5_ARB": 1, - "WGL_AUX6_ARB": 1, - "WGL_AUX7_ARB": 1, - "WGL_AUX8_ARB": 1, - "WGL_AUX9_ARB": 1, - "PFNWGLBINDTEXIMAGEARBPROC": 2, - "iBuffer": 2, - "PFNWGLRELEASETEXIMAGEARBPROC": 2, - "PFNWGLSETPBUFFERATTRIBARBPROC": 2, - "wglBindTexImageARB": 1, - "__wglewBindTexImageARB": 2, - "wglReleaseTexImageARB": 1, - "__wglewReleaseTexImageARB": 2, - "wglSetPbufferAttribARB": 1, - "__wglewSetPbufferAttribARB": 2, - "WGLEW_ARB_render_texture": 1, - "__WGLEW_ARB_render_texture": 2, - "WGL_ATI_pixel_format_float": 2, - "WGL_TYPE_RGBA_FLOAT_ATI": 1, - "GL_RGBA_FLOAT_MODE_ATI": 1, - "GL_COLOR_CLEAR_UNCLAMPED_VALUE_ATI": 1, - "WGLEW_ATI_pixel_format_float": 1, - "__WGLEW_ATI_pixel_format_float": 2, - "WGL_ATI_render_texture_rectangle": 2, - "WGL_TEXTURE_RECTANGLE_ATI": 1, - "WGLEW_ATI_render_texture_rectangle": 1, - "__WGLEW_ATI_render_texture_rectangle": 2, - "WGL_EXT_create_context_es2_profile": 2, - "WGL_CONTEXT_ES2_PROFILE_BIT_EXT": 1, - "WGLEW_EXT_create_context_es2_profile": 1, - "__WGLEW_EXT_create_context_es2_profile": 2, - "WGL_EXT_depth_float": 2, - "WGL_DEPTH_FLOAT_EXT": 1, - "WGLEW_EXT_depth_float": 1, - "__WGLEW_EXT_depth_float": 2, - "WGL_EXT_display_color_table": 2, - "GLboolean": 53, - "PFNWGLBINDDISPLAYCOLORTABLEEXTPROC": 2, - "GLushort": 3, - "PFNWGLCREATEDISPLAYCOLORTABLEEXTPROC": 2, - "PFNWGLDESTROYDISPLAYCOLORTABLEEXTPROC": 2, - "PFNWGLLOADDISPLAYCOLORTABLEEXTPROC": 2, - "GLushort*": 1, - "table": 1, - "GLuint": 9, - "wglBindDisplayColorTableEXT": 1, - "__wglewBindDisplayColorTableEXT": 2, - "wglCreateDisplayColorTableEXT": 1, - "__wglewCreateDisplayColorTableEXT": 2, - "wglDestroyDisplayColorTableEXT": 1, - "__wglewDestroyDisplayColorTableEXT": 2, - "wglLoadDisplayColorTableEXT": 1, - "__wglewLoadDisplayColorTableEXT": 2, - "WGLEW_EXT_display_color_table": 1, - "__WGLEW_EXT_display_color_table": 2, - "WGL_EXT_extensions_string": 2, - "PFNWGLGETEXTENSIONSSTRINGEXTPROC": 2, - "wglGetExtensionsStringEXT": 1, - "__wglewGetExtensionsStringEXT": 2, - "WGLEW_EXT_extensions_string": 1, - "__WGLEW_EXT_extensions_string": 2, - "WGL_EXT_framebuffer_sRGB": 2, - "WGL_FRAMEBUFFER_SRGB_CAPABLE_EXT": 1, - "WGLEW_EXT_framebuffer_sRGB": 1, - "__WGLEW_EXT_framebuffer_sRGB": 2, - "WGL_EXT_make_current_read": 2, - "ERROR_INVALID_PIXEL_TYPE_EXT": 1, - "PFNWGLGETCURRENTREADDCEXTPROC": 2, - "PFNWGLMAKECONTEXTCURRENTEXTPROC": 2, - "wglGetCurrentReadDCEXT": 1, - "__wglewGetCurrentReadDCEXT": 2, - "wglMakeContextCurrentEXT": 1, - "__wglewMakeContextCurrentEXT": 2, - "WGLEW_EXT_make_current_read": 1, - "__WGLEW_EXT_make_current_read": 2, - "WGL_EXT_multisample": 2, - "WGL_SAMPLE_BUFFERS_EXT": 1, - "WGL_SAMPLES_EXT": 1, - "WGLEW_EXT_multisample": 1, - "__WGLEW_EXT_multisample": 2, - "WGL_EXT_pbuffer": 2, - "WGL_DRAW_TO_PBUFFER_EXT": 1, - "WGL_MAX_PBUFFER_PIXELS_EXT": 1, - "WGL_MAX_PBUFFER_WIDTH_EXT": 1, - "WGL_MAX_PBUFFER_HEIGHT_EXT": 1, - "WGL_OPTIMAL_PBUFFER_WIDTH_EXT": 1, - "WGL_OPTIMAL_PBUFFER_HEIGHT_EXT": 1, - "WGL_PBUFFER_LARGEST_EXT": 1, - "WGL_PBUFFER_WIDTH_EXT": 1, - "WGL_PBUFFER_HEIGHT_EXT": 1, - "HPBUFFEREXT": 6, - "PFNWGLCREATEPBUFFEREXTPROC": 2, - "PFNWGLDESTROYPBUFFEREXTPROC": 2, - "PFNWGLGETPBUFFERDCEXTPROC": 2, - "PFNWGLQUERYPBUFFEREXTPROC": 2, - "PFNWGLRELEASEPBUFFERDCEXTPROC": 2, - "wglCreatePbufferEXT": 1, - "__wglewCreatePbufferEXT": 2, - "wglDestroyPbufferEXT": 1, - "__wglewDestroyPbufferEXT": 2, - "wglGetPbufferDCEXT": 1, - "__wglewGetPbufferDCEXT": 2, - "wglQueryPbufferEXT": 1, - "__wglewQueryPbufferEXT": 2, - "wglReleasePbufferDCEXT": 1, - "__wglewReleasePbufferDCEXT": 2, - "WGLEW_EXT_pbuffer": 1, - "__WGLEW_EXT_pbuffer": 2, - "WGL_EXT_pixel_format": 2, - "WGL_NUMBER_PIXEL_FORMATS_EXT": 1, - "WGL_DRAW_TO_WINDOW_EXT": 1, - "WGL_DRAW_TO_BITMAP_EXT": 1, - "WGL_ACCELERATION_EXT": 1, - "WGL_NEED_PALETTE_EXT": 1, - "WGL_NEED_SYSTEM_PALETTE_EXT": 1, - "WGL_SWAP_LAYER_BUFFERS_EXT": 1, - "WGL_SWAP_METHOD_EXT": 1, - "WGL_NUMBER_OVERLAYS_EXT": 1, - "WGL_NUMBER_UNDERLAYS_EXT": 1, - "WGL_TRANSPARENT_EXT": 1, - "WGL_TRANSPARENT_VALUE_EXT": 1, - "WGL_SHARE_DEPTH_EXT": 1, - "WGL_SHARE_STENCIL_EXT": 1, - "WGL_SHARE_ACCUM_EXT": 1, - "WGL_SUPPORT_GDI_EXT": 1, - "WGL_SUPPORT_OPENGL_EXT": 1, - "WGL_DOUBLE_BUFFER_EXT": 1, - "WGL_STEREO_EXT": 1, - "WGL_PIXEL_TYPE_EXT": 1, - "WGL_COLOR_BITS_EXT": 1, - "WGL_RED_BITS_EXT": 1, - "WGL_RED_SHIFT_EXT": 1, - "WGL_GREEN_BITS_EXT": 1, - "WGL_GREEN_SHIFT_EXT": 1, - "WGL_BLUE_BITS_EXT": 1, - "WGL_BLUE_SHIFT_EXT": 1, - "WGL_ALPHA_BITS_EXT": 1, - "WGL_ALPHA_SHIFT_EXT": 1, - "WGL_ACCUM_BITS_EXT": 1, - "WGL_ACCUM_RED_BITS_EXT": 1, - "WGL_ACCUM_GREEN_BITS_EXT": 1, - "WGL_ACCUM_BLUE_BITS_EXT": 1, - "WGL_ACCUM_ALPHA_BITS_EXT": 1, - "WGL_DEPTH_BITS_EXT": 1, - "WGL_STENCIL_BITS_EXT": 1, - "WGL_AUX_BUFFERS_EXT": 1, - "WGL_NO_ACCELERATION_EXT": 1, - "WGL_GENERIC_ACCELERATION_EXT": 1, - "WGL_FULL_ACCELERATION_EXT": 1, - "WGL_SWAP_EXCHANGE_EXT": 1, - "WGL_SWAP_COPY_EXT": 1, - "WGL_SWAP_UNDEFINED_EXT": 1, - "WGL_TYPE_RGBA_EXT": 1, - "WGL_TYPE_COLORINDEX_EXT": 1, - "PFNWGLCHOOSEPIXELFORMATEXTPROC": 2, - "PFNWGLGETPIXELFORMATATTRIBFVEXTPROC": 2, - "PFNWGLGETPIXELFORMATATTRIBIVEXTPROC": 2, - "wglChoosePixelFormatEXT": 1, - "__wglewChoosePixelFormatEXT": 2, - "wglGetPixelFormatAttribfvEXT": 1, - "__wglewGetPixelFormatAttribfvEXT": 2, - "wglGetPixelFormatAttribivEXT": 1, - "__wglewGetPixelFormatAttribivEXT": 2, - "WGLEW_EXT_pixel_format": 1, - "__WGLEW_EXT_pixel_format": 2, - "WGL_EXT_pixel_format_packed_float": 2, - "WGL_TYPE_RGBA_UNSIGNED_FLOAT_EXT": 1, - "WGLEW_EXT_pixel_format_packed_float": 1, - "__WGLEW_EXT_pixel_format_packed_float": 2, - "WGL_EXT_swap_control": 2, - "PFNWGLGETSWAPINTERVALEXTPROC": 2, - "PFNWGLSWAPINTERVALEXTPROC": 2, - "interval": 1, - "wglGetSwapIntervalEXT": 1, - "__wglewGetSwapIntervalEXT": 2, - "wglSwapIntervalEXT": 1, - "__wglewSwapIntervalEXT": 2, - "WGLEW_EXT_swap_control": 1, - "__WGLEW_EXT_swap_control": 2, - "WGL_I3D_digital_video_control": 2, - "WGL_DIGITAL_VIDEO_CURSOR_ALPHA_FRAMEBUFFER_I3D": 1, - "WGL_DIGITAL_VIDEO_CURSOR_ALPHA_VALUE_I3D": 1, - "WGL_DIGITAL_VIDEO_CURSOR_INCLUDED_I3D": 1, - "WGL_DIGITAL_VIDEO_GAMMA_CORRECTED_I3D": 1, - "PFNWGLGETDIGITALVIDEOPARAMETERSI3DPROC": 2, - "PFNWGLSETDIGITALVIDEOPARAMETERSI3DPROC": 2, - "wglGetDigitalVideoParametersI3D": 1, - "__wglewGetDigitalVideoParametersI3D": 2, - "wglSetDigitalVideoParametersI3D": 1, - "__wglewSetDigitalVideoParametersI3D": 2, - "WGLEW_I3D_digital_video_control": 1, - "__WGLEW_I3D_digital_video_control": 2, - "WGL_I3D_gamma": 2, - "WGL_GAMMA_TABLE_SIZE_I3D": 1, - "WGL_GAMMA_EXCLUDE_DESKTOP_I3D": 1, - "PFNWGLGETGAMMATABLEI3DPROC": 2, - "iEntries": 2, - "USHORT*": 2, - "puRed": 2, - "USHORT": 4, - "*puGreen": 2, - "*puBlue": 2, - "PFNWGLGETGAMMATABLEPARAMETERSI3DPROC": 2, - "PFNWGLSETGAMMATABLEI3DPROC": 2, - "PFNWGLSETGAMMATABLEPARAMETERSI3DPROC": 2, - "wglGetGammaTableI3D": 1, - "__wglewGetGammaTableI3D": 2, - "wglGetGammaTableParametersI3D": 1, - "__wglewGetGammaTableParametersI3D": 2, - "wglSetGammaTableI3D": 1, - "__wglewSetGammaTableI3D": 2, - "wglSetGammaTableParametersI3D": 1, - "__wglewSetGammaTableParametersI3D": 2, - "WGLEW_I3D_gamma": 1, - "__WGLEW_I3D_gamma": 2, - "WGL_I3D_genlock": 2, - "WGL_GENLOCK_SOURCE_MULTIVIEW_I3D": 1, - "WGL_GENLOCK_SOURCE_EXTERNAL_SYNC_I3D": 1, - "WGL_GENLOCK_SOURCE_EXTERNAL_FIELD_I3D": 1, - "WGL_GENLOCK_SOURCE_EXTERNAL_TTL_I3D": 1, - "WGL_GENLOCK_SOURCE_DIGITAL_SYNC_I3D": 1, - "WGL_GENLOCK_SOURCE_DIGITAL_FIELD_I3D": 1, - "WGL_GENLOCK_SOURCE_EDGE_FALLING_I3D": 1, - "WGL_GENLOCK_SOURCE_EDGE_RISING_I3D": 1, - "WGL_GENLOCK_SOURCE_EDGE_BOTH_I3D": 1, - "PFNWGLDISABLEGENLOCKI3DPROC": 2, - "PFNWGLENABLEGENLOCKI3DPROC": 2, - "PFNWGLGENLOCKSAMPLERATEI3DPROC": 2, - "uRate": 2, - "PFNWGLGENLOCKSOURCEDELAYI3DPROC": 2, - "uDelay": 2, - "PFNWGLGENLOCKSOURCEEDGEI3DPROC": 2, - "uEdge": 2, - "PFNWGLGENLOCKSOURCEI3DPROC": 2, - "uSource": 2, - "PFNWGLGETGENLOCKSAMPLERATEI3DPROC": 2, - "PFNWGLGETGENLOCKSOURCEDELAYI3DPROC": 2, - "PFNWGLGETGENLOCKSOURCEEDGEI3DPROC": 2, - "PFNWGLGETGENLOCKSOURCEI3DPROC": 2, - "PFNWGLISENABLEDGENLOCKI3DPROC": 2, - "BOOL*": 3, - "pFlag": 3, - "PFNWGLQUERYGENLOCKMAXSOURCEDELAYI3DPROC": 2, - "uMaxLineDelay": 1, - "*uMaxPixelDelay": 1, - "wglDisableGenlockI3D": 1, - "__wglewDisableGenlockI3D": 2, - "wglEnableGenlockI3D": 1, - "__wglewEnableGenlockI3D": 2, - "wglGenlockSampleRateI3D": 1, - "__wglewGenlockSampleRateI3D": 2, - "wglGenlockSourceDelayI3D": 1, - "__wglewGenlockSourceDelayI3D": 2, - "wglGenlockSourceEdgeI3D": 1, - "__wglewGenlockSourceEdgeI3D": 2, - "wglGenlockSourceI3D": 1, - "__wglewGenlockSourceI3D": 2, - "wglGetGenlockSampleRateI3D": 1, - "__wglewGetGenlockSampleRateI3D": 2, - "wglGetGenlockSourceDelayI3D": 1, - "__wglewGetGenlockSourceDelayI3D": 2, - "wglGetGenlockSourceEdgeI3D": 1, - "__wglewGetGenlockSourceEdgeI3D": 2, - "wglGetGenlockSourceI3D": 1, - "__wglewGetGenlockSourceI3D": 2, - "wglIsEnabledGenlockI3D": 1, - "__wglewIsEnabledGenlockI3D": 2, - "wglQueryGenlockMaxSourceDelayI3D": 1, - "__wglewQueryGenlockMaxSourceDelayI3D": 2, - "WGLEW_I3D_genlock": 1, - "__WGLEW_I3D_genlock": 2, - "WGL_I3D_image_buffer": 2, - "WGL_IMAGE_BUFFER_MIN_ACCESS_I3D": 1, - "WGL_IMAGE_BUFFER_LOCK_I3D": 1, - "PFNWGLASSOCIATEIMAGEBUFFEREVENTSI3DPROC": 2, - "HANDLE*": 3, - "pEvent": 1, - "LPVOID": 3, - "*pAddress": 1, - "DWORD": 5, - "*pSize": 1, - "PFNWGLCREATEIMAGEBUFFERI3DPROC": 2, - "dwSize": 1, - "uFlags": 1, - "PFNWGLDESTROYIMAGEBUFFERI3DPROC": 2, - "pAddress": 2, - "PFNWGLRELEASEIMAGEBUFFEREVENTSI3DPROC": 2, - "LPVOID*": 1, - "wglAssociateImageBufferEventsI3D": 1, - "__wglewAssociateImageBufferEventsI3D": 2, - "wglCreateImageBufferI3D": 1, - "__wglewCreateImageBufferI3D": 2, - "wglDestroyImageBufferI3D": 1, - "__wglewDestroyImageBufferI3D": 2, - "wglReleaseImageBufferEventsI3D": 1, - "__wglewReleaseImageBufferEventsI3D": 2, - "WGLEW_I3D_image_buffer": 1, - "__WGLEW_I3D_image_buffer": 2, - "WGL_I3D_swap_frame_lock": 2, - "PFNWGLDISABLEFRAMELOCKI3DPROC": 2, - "PFNWGLENABLEFRAMELOCKI3DPROC": 2, - "PFNWGLISENABLEDFRAMELOCKI3DPROC": 2, - "PFNWGLQUERYFRAMELOCKMASTERI3DPROC": 2, - "wglDisableFrameLockI3D": 1, - "__wglewDisableFrameLockI3D": 2, - "wglEnableFrameLockI3D": 1, - "__wglewEnableFrameLockI3D": 2, - "wglIsEnabledFrameLockI3D": 1, - "__wglewIsEnabledFrameLockI3D": 2, - "wglQueryFrameLockMasterI3D": 1, - "__wglewQueryFrameLockMasterI3D": 2, - "WGLEW_I3D_swap_frame_lock": 1, - "__WGLEW_I3D_swap_frame_lock": 2, - "WGL_I3D_swap_frame_usage": 2, - "PFNWGLBEGINFRAMETRACKINGI3DPROC": 2, - "PFNWGLENDFRAMETRACKINGI3DPROC": 2, - "PFNWGLGETFRAMEUSAGEI3DPROC": 2, - "float*": 1, - "pUsage": 1, - "PFNWGLQUERYFRAMETRACKINGI3DPROC": 2, - "DWORD*": 1, - "pFrameCount": 1, - "*pMissedFrames": 1, - "*pLastMissedUsage": 1, - "wglBeginFrameTrackingI3D": 1, - "__wglewBeginFrameTrackingI3D": 2, - "wglEndFrameTrackingI3D": 1, - "__wglewEndFrameTrackingI3D": 2, - "wglGetFrameUsageI3D": 1, - "__wglewGetFrameUsageI3D": 2, - "wglQueryFrameTrackingI3D": 1, - "__wglewQueryFrameTrackingI3D": 2, - "WGLEW_I3D_swap_frame_usage": 1, - "__WGLEW_I3D_swap_frame_usage": 2, - "WGL_NV_DX_interop": 2, - "WGL_ACCESS_READ_ONLY_NV": 1, - "WGL_ACCESS_READ_WRITE_NV": 1, - "WGL_ACCESS_WRITE_DISCARD_NV": 1, - "PFNWGLDXCLOSEDEVICENVPROC": 2, - "hDevice": 9, - "PFNWGLDXLOCKOBJECTSNVPROC": 2, - "hObjects": 2, - "PFNWGLDXOBJECTACCESSNVPROC": 2, - "hObject": 2, - "access": 2, - "PFNWGLDXOPENDEVICENVPROC": 2, - "dxDevice": 1, - "PFNWGLDXREGISTEROBJECTNVPROC": 2, - "dxObject": 2, - "PFNWGLDXSETRESOURCESHAREHANDLENVPROC": 2, - "shareHandle": 1, - "PFNWGLDXUNLOCKOBJECTSNVPROC": 2, - "PFNWGLDXUNREGISTEROBJECTNVPROC": 2, - "wglDXCloseDeviceNV": 1, - "__wglewDXCloseDeviceNV": 2, - "wglDXLockObjectsNV": 1, - "__wglewDXLockObjectsNV": 2, - "wglDXObjectAccessNV": 1, - "__wglewDXObjectAccessNV": 2, - "wglDXOpenDeviceNV": 1, - "__wglewDXOpenDeviceNV": 2, - "wglDXRegisterObjectNV": 1, - "__wglewDXRegisterObjectNV": 2, - "wglDXSetResourceShareHandleNV": 1, - "__wglewDXSetResourceShareHandleNV": 2, - "wglDXUnlockObjectsNV": 1, - "__wglewDXUnlockObjectsNV": 2, - "wglDXUnregisterObjectNV": 1, - "__wglewDXUnregisterObjectNV": 2, - "WGLEW_NV_DX_interop": 1, - "__WGLEW_NV_DX_interop": 2, - "WGL_NV_copy_image": 2, - "PFNWGLCOPYIMAGESUBDATANVPROC": 2, - "hSrcRC": 1, - "srcName": 1, - "srcTarget": 1, - "srcLevel": 1, - "srcX": 1, - "srcY": 1, - "srcZ": 1, - "hDstRC": 1, - "dstName": 1, - "dstTarget": 1, - "dstLevel": 1, - "dstX": 1, - "dstY": 1, - "dstZ": 1, - "GLsizei": 4, - "wglCopyImageSubDataNV": 1, - "__wglewCopyImageSubDataNV": 2, - "WGLEW_NV_copy_image": 1, - "__WGLEW_NV_copy_image": 2, - "WGL_NV_float_buffer": 2, - "WGL_FLOAT_COMPONENTS_NV": 1, - "B0": 1, - "WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_R_NV": 1, - "B1": 1, - "WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RG_NV": 1, - "B2": 1, - "WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RGB_NV": 1, - "B3": 1, - "WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RGBA_NV": 1, - "B4": 1, - "WGL_TEXTURE_FLOAT_R_NV": 1, - "B5": 1, - "WGL_TEXTURE_FLOAT_RG_NV": 1, - "B6": 1, - "WGL_TEXTURE_FLOAT_RGB_NV": 1, - "B7": 1, - "WGL_TEXTURE_FLOAT_RGBA_NV": 1, - "B8": 1, - "WGLEW_NV_float_buffer": 1, - "__WGLEW_NV_float_buffer": 2, - "WGL_NV_gpu_affinity": 2, - "WGL_ERROR_INCOMPATIBLE_AFFINITY_MASKS_NV": 1, - "D0": 1, - "WGL_ERROR_MISSING_AFFINITY_MASK_NV": 1, - "D1": 1, - "HGPUNV": 5, - "_GPU_DEVICE": 1, - "cb": 1, - "CHAR": 2, - "DeviceName": 1, - "DeviceString": 1, - "Flags": 1, - "RECT": 1, - "rcVirtualScreen": 1, - "GPU_DEVICE": 1, - "*PGPU_DEVICE": 1, - "PFNWGLCREATEAFFINITYDCNVPROC": 2, - "*phGpuList": 1, - "PFNWGLDELETEDCNVPROC": 2, - "PFNWGLENUMGPUDEVICESNVPROC": 2, - "hGpu": 1, - "iDeviceIndex": 1, - "PGPU_DEVICE": 1, - "lpGpuDevice": 1, - "PFNWGLENUMGPUSFROMAFFINITYDCNVPROC": 2, - "hAffinityDC": 1, - "iGpuIndex": 2, - "*hGpu": 1, - "PFNWGLENUMGPUSNVPROC": 2, - "*phGpu": 1, - "wglCreateAffinityDCNV": 1, - "__wglewCreateAffinityDCNV": 2, - "wglDeleteDCNV": 1, - "__wglewDeleteDCNV": 2, - "wglEnumGpuDevicesNV": 1, - "__wglewEnumGpuDevicesNV": 2, - "wglEnumGpusFromAffinityDCNV": 1, - "__wglewEnumGpusFromAffinityDCNV": 2, - "wglEnumGpusNV": 1, - "__wglewEnumGpusNV": 2, - "WGLEW_NV_gpu_affinity": 1, - "__WGLEW_NV_gpu_affinity": 2, - "WGL_NV_multisample_coverage": 2, - "WGL_COVERAGE_SAMPLES_NV": 1, - "WGL_COLOR_SAMPLES_NV": 1, - "B9": 1, - "WGLEW_NV_multisample_coverage": 1, - "__WGLEW_NV_multisample_coverage": 2, - "WGL_NV_present_video": 2, - "WGL_NUM_VIDEO_SLOTS_NV": 1, - "F0": 1, - "HVIDEOOUTPUTDEVICENV": 2, - "PFNWGLBINDVIDEODEVICENVPROC": 2, - "hDc": 6, - "uVideoSlot": 2, - "hVideoDevice": 4, - "PFNWGLENUMERATEVIDEODEVICESNVPROC": 2, - "HVIDEOOUTPUTDEVICENV*": 1, - "phDeviceList": 2, - "PFNWGLQUERYCURRENTCONTEXTNVPROC": 2, - "wglBindVideoDeviceNV": 1, - "__wglewBindVideoDeviceNV": 2, - "wglEnumerateVideoDevicesNV": 1, - "__wglewEnumerateVideoDevicesNV": 2, - "wglQueryCurrentContextNV": 1, - "__wglewQueryCurrentContextNV": 2, - "WGLEW_NV_present_video": 1, - "__WGLEW_NV_present_video": 2, - "WGL_NV_render_depth_texture": 2, - "WGL_BIND_TO_TEXTURE_DEPTH_NV": 1, - "WGL_BIND_TO_TEXTURE_RECTANGLE_DEPTH_NV": 1, - "WGL_DEPTH_TEXTURE_FORMAT_NV": 1, - "WGL_TEXTURE_DEPTH_COMPONENT_NV": 1, - "WGL_DEPTH_COMPONENT_NV": 1, - "WGLEW_NV_render_depth_texture": 1, - "__WGLEW_NV_render_depth_texture": 2, - "WGL_NV_render_texture_rectangle": 2, - "WGL_BIND_TO_TEXTURE_RECTANGLE_RGB_NV": 1, - "WGL_BIND_TO_TEXTURE_RECTANGLE_RGBA_NV": 1, - "A1": 1, - "WGL_TEXTURE_RECTANGLE_NV": 1, - "WGLEW_NV_render_texture_rectangle": 1, - "__WGLEW_NV_render_texture_rectangle": 2, - "WGL_NV_swap_group": 2, - "PFNWGLBINDSWAPBARRIERNVPROC": 2, - "group": 3, - "barrier": 1, - "PFNWGLJOINSWAPGROUPNVPROC": 2, - "PFNWGLQUERYFRAMECOUNTNVPROC": 2, - "GLuint*": 3, - "PFNWGLQUERYMAXSWAPGROUPSNVPROC": 2, - "maxGroups": 1, - "*maxBarriers": 1, - "PFNWGLQUERYSWAPGROUPNVPROC": 2, - "*barrier": 1, - "PFNWGLRESETFRAMECOUNTNVPROC": 2, - "wglBindSwapBarrierNV": 1, - "__wglewBindSwapBarrierNV": 2, - "wglJoinSwapGroupNV": 1, - "__wglewJoinSwapGroupNV": 2, - "wglQueryFrameCountNV": 1, - "__wglewQueryFrameCountNV": 2, - "wglQueryMaxSwapGroupsNV": 1, - "__wglewQueryMaxSwapGroupsNV": 2, - "wglQuerySwapGroupNV": 1, - "__wglewQuerySwapGroupNV": 2, - "wglResetFrameCountNV": 1, - "__wglewResetFrameCountNV": 2, - "WGLEW_NV_swap_group": 1, - "__WGLEW_NV_swap_group": 2, - "WGL_NV_vertex_array_range": 2, - "PFNWGLALLOCATEMEMORYNVPROC": 2, - "GLfloat": 3, - "readFrequency": 1, - "writeFrequency": 1, - "priority": 1, - "PFNWGLFREEMEMORYNVPROC": 2, - "*pointer": 1, - "wglAllocateMemoryNV": 1, - "__wglewAllocateMemoryNV": 2, - "wglFreeMemoryNV": 1, - "__wglewFreeMemoryNV": 2, - "WGLEW_NV_vertex_array_range": 1, - "__WGLEW_NV_vertex_array_range": 2, - "WGL_NV_video_capture": 2, - "WGL_UNIQUE_ID_NV": 1, - "CE": 1, - "WGL_NUM_VIDEO_CAPTURE_SLOTS_NV": 1, - "CF": 1, - "HVIDEOINPUTDEVICENV": 5, - "PFNWGLBINDVIDEOCAPTUREDEVICENVPROC": 2, - "PFNWGLENUMERATEVIDEOCAPTUREDEVICESNVPROC": 2, - "HVIDEOINPUTDEVICENV*": 1, - "PFNWGLLOCKVIDEOCAPTUREDEVICENVPROC": 2, - "PFNWGLQUERYVIDEOCAPTUREDEVICENVPROC": 2, - "PFNWGLRELEASEVIDEOCAPTUREDEVICENVPROC": 2, - "wglBindVideoCaptureDeviceNV": 1, - "__wglewBindVideoCaptureDeviceNV": 2, - "wglEnumerateVideoCaptureDevicesNV": 1, - "__wglewEnumerateVideoCaptureDevicesNV": 2, - "wglLockVideoCaptureDeviceNV": 1, - "__wglewLockVideoCaptureDeviceNV": 2, - "wglQueryVideoCaptureDeviceNV": 1, - "__wglewQueryVideoCaptureDeviceNV": 2, - "wglReleaseVideoCaptureDeviceNV": 1, - "__wglewReleaseVideoCaptureDeviceNV": 2, - "WGLEW_NV_video_capture": 1, - "__WGLEW_NV_video_capture": 2, - "WGL_NV_video_output": 2, - "WGL_BIND_TO_VIDEO_RGB_NV": 1, - "WGL_BIND_TO_VIDEO_RGBA_NV": 1, - "C1": 1, - "WGL_BIND_TO_VIDEO_RGB_AND_DEPTH_NV": 1, - "C2": 1, - "WGL_VIDEO_OUT_COLOR_NV": 1, - "C3": 1, - "WGL_VIDEO_OUT_ALPHA_NV": 1, - "C4": 1, - "WGL_VIDEO_OUT_DEPTH_NV": 1, - "C5": 1, - "WGL_VIDEO_OUT_COLOR_AND_ALPHA_NV": 1, - "C6": 1, - "WGL_VIDEO_OUT_COLOR_AND_DEPTH_NV": 1, - "C7": 1, - "WGL_VIDEO_OUT_FRAME": 1, - "C8": 1, - "WGL_VIDEO_OUT_FIELD_1": 1, - "C9": 1, - "WGL_VIDEO_OUT_FIELD_2": 1, - "CA": 1, - "WGL_VIDEO_OUT_STACKED_FIELDS_1_2": 1, - "CB": 1, - "WGL_VIDEO_OUT_STACKED_FIELDS_2_1": 1, - "CC": 1, - "HPVIDEODEV": 4, - "PFNWGLBINDVIDEOIMAGENVPROC": 2, - "iVideoBuffer": 2, - "PFNWGLGETVIDEODEVICENVPROC": 2, - "numDevices": 1, - "HPVIDEODEV*": 1, - "PFNWGLGETVIDEOINFONVPROC": 2, - "hpVideoDevice": 1, - "long*": 2, - "pulCounterOutputPbuffer": 1, - "*pulCounterOutputVideo": 1, - "PFNWGLRELEASEVIDEODEVICENVPROC": 2, - "PFNWGLRELEASEVIDEOIMAGENVPROC": 2, - "PFNWGLSENDPBUFFERTOVIDEONVPROC": 2, - "iBufferType": 1, - "pulCounterPbuffer": 1, - "bBlock": 1, - "wglBindVideoImageNV": 1, - "__wglewBindVideoImageNV": 2, - "wglGetVideoDeviceNV": 1, - "__wglewGetVideoDeviceNV": 2, - "wglGetVideoInfoNV": 1, - "__wglewGetVideoInfoNV": 2, - "wglReleaseVideoDeviceNV": 1, - "__wglewReleaseVideoDeviceNV": 2, - "wglReleaseVideoImageNV": 1, - "__wglewReleaseVideoImageNV": 2, - "wglSendPbufferToVideoNV": 1, - "__wglewSendPbufferToVideoNV": 2, - "WGLEW_NV_video_output": 1, - "__WGLEW_NV_video_output": 2, - "WGL_OML_sync_control": 2, - "PFNWGLGETMSCRATEOMLPROC": 2, - "INT32*": 1, - "numerator": 1, - "INT32": 1, - "*denominator": 1, - "PFNWGLGETSYNCVALUESOMLPROC": 2, - "INT64*": 3, - "INT64": 18, - "*msc": 3, - "*sbc": 3, - "PFNWGLSWAPBUFFERSMSCOMLPROC": 2, - "target_msc": 3, - "divisor": 3, - "remainder": 3, - "PFNWGLSWAPLAYERBUFFERSMSCOMLPROC": 2, - "fuPlanes": 1, - "PFNWGLWAITFORMSCOMLPROC": 2, - "PFNWGLWAITFORSBCOMLPROC": 2, - "target_sbc": 1, - "wglGetMscRateOML": 1, - "__wglewGetMscRateOML": 2, - "wglGetSyncValuesOML": 1, - "__wglewGetSyncValuesOML": 2, - "wglSwapBuffersMscOML": 1, - "__wglewSwapBuffersMscOML": 2, - "wglSwapLayerBuffersMscOML": 1, - "__wglewSwapLayerBuffersMscOML": 2, - "wglWaitForMscOML": 1, - "__wglewWaitForMscOML": 2, - "wglWaitForSbcOML": 1, - "__wglewWaitForSbcOML": 2, - "WGLEW_OML_sync_control": 1, - "__WGLEW_OML_sync_control": 2, - "GLEW_MX": 4, - "WGLEW_EXPORT": 167, - "GLEWAPI": 6, - "WGLEWContextStruct": 2, - "WGLEWContext": 1, - "wglewContextInit": 2, - "WGLEWContext*": 2, - "wglewContextIsSupported": 2, - "wglewInit": 1, - "wglewGetContext": 4, - "wglewIsSupported": 2, - "wglewGetExtension": 1, - "set_vgabasemem": 2, - "ULONG": 1, - "vgabase": 3, - "SELECTOR": 1, - "asm": 1, - "mov": 1, - "ds": 1, - "dpmi_get_sel_base": 1, - "xa0000": 1, - "change": 2, - "display": 2, - "regs.b.ah": 1, - "seet": 1, - "theh": 1, - "moode": 1, - "regs.b.al": 1, - "like": 1, - "innit": 1, - "regs.h.flags": 1, - "Set": 2, - "dingoes": 1, - "kidneys": 1, - "FLAGS": 1, - "eh": 1, - "regs.h.ss": 1, - "Like": 1, - "totally": 1, - "set": 1, - "segment": 1, - "regs.h.sp": 1, - "tha": 1, - "pointaaaaahhhhh": 1, - "dpmi_simulate_real_interrupt": 1, - "*VGAPIX": 6, - "stp": 3, - "dx": 4, - "dy": 3, - "yi": 5, - "excrement": 1, - "drw_circl": 1, - "mang": 3, - "angle": 1, - "haha": 1, - "px": 4, - "py": 4, - "Yeah": 1, - "yeah": 1, - "I": 1, - "ll": 1, - "later": 1, - "cos": 15, - "*rad": 2, - "causes": 1, - "some": 1, - "really": 1, - "cools": 1, - "effects": 1, - "sin": 17, - "i*w": 1, - "j*w": 1, - "__GLK_MATRIX_4_H": 2, - "": 1, - "__ARM_NEON__": 13, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "Prototypes": 1, - "GLKMatrix4": 183, - "GLKMatrix4Identity": 3, - "GLKMatrix4Make": 2, - "m00": 6, - "m01": 6, - "m02": 6, - "m03": 6, - "m10": 6, - "m11": 6, - "m12": 6, - "m13": 6, - "m20": 6, - "m21": 6, - "m22": 6, - "m23": 6, - "m30": 6, - "m31": 6, - "m32": 6, - "m33": 6, - "GLKMatrix4MakeAndTranspose": 2, - "GLKMatrix4MakeWithArray": 2, - "GLKMatrix4MakeWithArrayAndTranspose": 2, - "GLKMatrix4MakeWithRows": 2, - "GLKVector4": 44, - "row0": 2, - "row1": 2, - "row2": 2, - "row3": 2, - "GLKMatrix4MakeWithColumns": 2, - "column0": 2, - "column1": 2, - "column2": 2, - "column3": 2, - "GLKMatrix4MakeWithQuaternion": 2, - "GLKQuaternion": 2, - "quaternion": 4, - "GLKMatrix4MakeTranslation": 2, - "tx": 8, - "ty": 8, - "tz": 8, - "GLKMatrix4MakeScale": 2, - "sx": 10, - "sy": 10, - "sz": 10, - "GLKMatrix4MakeRotation": 5, - "radians": 34, - "GLKMatrix4MakeXRotation": 3, - "GLKMatrix4MakeYRotation": 3, - "GLKMatrix4MakeZRotation": 3, - "GLKMatrix4MakePerspective": 2, - "fovyRadians": 3, - "aspect": 3, - "nearZ": 17, - "farZ": 15, - "GLKMatrix4MakeFrustum": 2, - "left": 8, - "right": 8, - "bottom": 8, - "top": 8, - "GLKMatrix4MakeOrtho": 2, - "GLKMatrix4MakeLookAt": 2, - "eyeX": 3, - "eyeY": 3, - "eyeZ": 3, - "centerX": 3, - "centerY": 3, - "centerZ": 3, - "upX": 3, - "upY": 3, - "upZ": 3, - "GLKMatrix3": 3, - "GLKMatrix4GetMatrix3": 2, - "matrix": 64, - "GLKMatrix2": 3, - "GLKMatrix4GetMatrix2": 2, - "GLKMatrix4GetRow": 2, - "row": 12, - "GLKMatrix4GetColumn": 2, - "column": 14, - "GLKMatrix4SetRow": 2, - "vector": 4, - "GLKMatrix4SetColumn": 2, - "GLKMatrix4Transpose": 2, - "GLKMatrix4Invert": 1, - "*isInvertible": 2, - "GLKMatrix4InvertAndTranspose": 1, - "GLKMatrix4Multiply": 8, - "matrixLeft": 21, - "matrixRight": 9, - "GLKMatrix4Add": 2, - "GLKMatrix4Subtract": 2, - "GLKMatrix4Translate": 2, - "GLKMatrix4TranslateWithVector3": 2, - "GLKVector3": 31, - "translationVector": 4, - "GLKMatrix4TranslateWithVector4": 2, - "GLKMatrix4Scale": 2, - "GLKMatrix4ScaleWithVector3": 2, - "scaleVector": 4, - "GLKMatrix4ScaleWithVector4": 2, - "GLKMatrix4Rotate": 2, - "GLKMatrix4RotateWithVector3": 2, - "axisVector": 4, - "GLKMatrix4RotateWithVector4": 2, - "GLKMatrix4RotateX": 2, - "GLKMatrix4RotateY": 2, - "GLKMatrix4RotateZ": 2, - "GLKMatrix4MultiplyVector3": 3, - "vectorRight": 8, - "GLKMatrix4MultiplyVector3WithTranslation": 3, - "GLKMatrix4MultiplyAndProjectVector3": 3, - "GLKMatrix4MultiplyVector3Array": 2, - "*vectors": 8, - "vectorCount": 12, - "GLKMatrix4MultiplyVector3ArrayWithTranslation": 2, - "GLKMatrix4MultiplyAndProjectVector3Array": 2, - "GLKMatrix4MultiplyVector4": 6, - "GLKMatrix4MultiplyVector4Array": 2, - "Implementations": 1, - "float32x4x4_t": 29, - "vld4q_f32": 2, - "row0.v": 4, - "row1.v": 4, - "row2.v": 4, - "row3.v": 4, - "m.val": 52, - "vld1q_f32": 6, - "column0.v": 5, - "column1.v": 5, - "column2.v": 5, - "column3.v": 5, - "GLKQuaternionNormalize": 1, - "quaternion.q": 4, - "_2x": 7, - "_2y": 5, - "_2z": 3, - "_2w": 7, - "m.m": 54, - "GLKVector3Normalize": 3, - "GLKVector3Make": 4, - "cosf": 4, - "cosp": 10, - "sinf": 4, - "v.v": 27, - "cotan": 3, - "tanf": 1, - "ral": 4, - "rsl": 6, - "tsb": 6, - "tab": 4, - "fan": 4, - "fsn": 6, - "cv": 2, - "uv": 2, - "GLKVector3Add": 1, - "GLKVector3Negate": 4, - "GLKVector3CrossProduct": 2, - "u.v": 3, - "n.v": 3, - "GLKVector3DotProduct": 3, - "matrix.m": 171, - "float32x4_t": 2, - "vector.v": 9, - "*dst": 1, - "vst1q_f32": 1, - "iMatrixLeft": 3, - "iMatrixRight": 3, - "vmulq_n_f32": 17, - "iMatrixLeft.val": 24, - "vgetq_lane_f32": 16, - "iMatrixRight.val": 24, - "vmlaq_n_f32": 12, - "matrixLeft.m": 112, - "matrixRight.m": 96, - "vaddq_f32": 7, - "vsubq_f32": 4, - "translationVector.v": 18, - "iMatrix": 4, - "iMatrix.val": 28, - "float32_t": 13, - "scaleVector.v": 30, - "rm": 12, - "axisVector.v": 6, - "v4": 3, - "GLKVector4Make": 3, - "vectorRight.v": 29, - "v4.v": 10, - "GLKVector3MultiplyScalar": 1, - "vectors": 8, - "REFU_IO_H": 2, - "xA": 1, - "RF_CR": 1, - "xD": 1, - "REFU_WIN32_VERSION": 1, - "i_PLUSB_WIN32": 2, - "foff_rft": 2, - "off64_t": 1, - "///Fseek": 1, - "Ftelll": 1, - "definitions": 1, - "rfFseek": 2, - "i_OFFSET_": 4, - "i_WHENCE_": 4, - "_fseeki64": 1, - "rfFtell": 2, - "_ftelli64": 1, - "fseeko64": 1, - "ftello64": 1, - "rfFReadLine_UTF32BE": 1, - "rfFgets_UTF32BE": 1, - "rfPopen": 2, - "command": 2, - "i_rfPopen": 2, - "i_CMD_": 2, - "i_MODE_": 2, - "rfPclose": 1, - "///closing": 1, - "#endif//include": 1, - "syscalldef": 1, - "syscalldefs": 1, - "SYSCALL_OR_NUM": 3, - "SYS_restart_syscall": 1, - "MAKE_UINT16": 3, - "SYS_exit": 1, - "SYS_fork": 1, - "git_usage_string": 2, - "git_more_info_string": 2, - "N_": 1, - "startup_info": 3, - "git_startup_info": 2, - "use_pager": 8, - "pager_config": 3, - "*cmd": 5, - "want": 3, - "pager_command_config": 2, - "prefixcmp": 3, - "git_config_maybe_bool": 1, - "xstrdup": 2, - "check_pager_config": 3, - "c.cmd": 1, - "c.want": 2, - "c.value": 3, - "pager_program": 1, - "commit_pager_choice": 4, - "setenv": 1, - "setup_pager": 1, - "handle_options": 2, - "***argv": 2, - "*argc": 1, - "*envchanged": 1, - "**orig_argv": 1, - "new_argv": 7, - "option_count": 1, - "alias_command": 4, - "trace_argv_printf": 3, - "*argcp": 4, - "subdir": 3, - "die_errno": 3, - "saved_errno": 1, - "git_version_string": 1, - "GIT_VERSION": 1, - "RUN_SETUP": 81, - "RUN_SETUP_GENTLY": 16, - "USE_PAGER": 3, - "NEED_WORK_TREE": 18, - "cmd_struct": 4, - "run_builtin": 2, - "help": 4, - "stat": 3, - "st": 2, - "setup_git_directory": 1, - "nongit_ok": 2, - "setup_git_directory_gently": 1, - "have_repository": 1, - "trace_repo_setup": 1, - "setup_work_tree": 1, - "fstat": 1, - "fileno": 1, - "S_ISFIFO": 1, - "st.st_mode": 2, - "S_ISSOCK": 1, - "handle_internal_command": 3, - "commands": 3, - "cmd_add": 2, - "cmd_annotate": 1, - "cmd_apply": 1, - "cmd_archive": 1, - "cmd_bisect__helper": 1, - "cmd_blame": 2, - "cmd_branch": 1, - "cmd_bundle": 1, - "cmd_cat_file": 1, - "cmd_check_attr": 1, - "cmd_check_ref_format": 1, - "cmd_checkout": 1, - "cmd_checkout_index": 1, - "cmd_cherry": 1, - "cmd_cherry_pick": 1, - "cmd_clean": 1, - "cmd_clone": 1, - "cmd_column": 1, - "cmd_commit": 1, - "cmd_commit_tree": 1, - "cmd_config": 1, - "cmd_count_objects": 1, - "cmd_describe": 1, - "cmd_diff": 1, - "cmd_diff_files": 1, - "cmd_diff_index": 1, - "cmd_diff_tree": 1, - "cmd_fast_export": 1, - "cmd_fetch": 1, - "cmd_fetch_pack": 1, - "cmd_fmt_merge_msg": 1, - "cmd_for_each_ref": 1, - "cmd_format_patch": 1, - "cmd_fsck": 2, - "cmd_gc": 1, - "cmd_get_tar_commit_id": 1, - "cmd_grep": 1, - "cmd_hash_object": 1, - "cmd_help": 1, - "cmd_index_pack": 1, - "cmd_init_db": 2, - "cmd_log": 1, - "cmd_ls_files": 1, - "cmd_ls_remote": 2, - "cmd_ls_tree": 1, - "cmd_mailinfo": 1, - "cmd_mailsplit": 1, - "cmd_merge": 1, - "cmd_merge_base": 1, - "cmd_merge_file": 1, - "cmd_merge_index": 1, - "cmd_merge_ours": 1, - "cmd_merge_recursive": 4, - "cmd_merge_tree": 1, - "cmd_mktag": 1, - "cmd_mktree": 1, - "cmd_mv": 1, - "cmd_name_rev": 1, - "cmd_notes": 1, - "cmd_pack_objects": 1, - "cmd_pack_redundant": 1, - "cmd_pack_refs": 1, - "cmd_patch_id": 1, - "cmd_prune": 1, - "cmd_prune_packed": 1, - "cmd_push": 1, - "cmd_read_tree": 1, - "cmd_receive_pack": 1, - "cmd_reflog": 1, - "cmd_remote": 1, - "cmd_remote_ext": 1, - "cmd_remote_fd": 1, - "cmd_replace": 1, - "cmd_repo_config": 1, - "cmd_rerere": 1, - "cmd_reset": 1, - "cmd_rev_list": 1, - "cmd_rev_parse": 1, - "cmd_revert": 1, - "cmd_rm": 1, - "cmd_send_pack": 1, - "cmd_shortlog": 1, - "cmd_show": 1, - "cmd_show_branch": 1, - "cmd_show_ref": 1, - "cmd_status": 1, - "cmd_stripspace": 1, - "cmd_symbolic_ref": 1, - "cmd_tag": 1, - "cmd_tar_tree": 1, - "cmd_unpack_file": 1, - "cmd_unpack_objects": 1, - "cmd_update_index": 1, - "cmd_update_ref": 1, - "cmd_update_server_info": 1, - "cmd_upload_archive": 1, - "cmd_upload_archive_writer": 1, - "cmd_var": 1, - "cmd_verify_pack": 1, - "cmd_verify_tag": 1, - "cmd_version": 1, - "cmd_whatchanged": 1, - "cmd_write_tree": 1, - "ext": 4, - "STRIP_EXTENSION": 1, - "*argv0": 1, - "argv0": 2, - "ARRAY_SIZE": 1, - "execv_dashed_external": 2, - "STRBUF_INIT": 1, - "*tmp": 1, - "strbuf_addf": 1, - "cmd.buf": 1, - "run_command_v_opt": 1, - "RUN_SILENT_EXEC_FAILURE": 1, - "RUN_CLEAN_ON_EXIT": 1, - "strbuf_release": 1, - "run_argv": 2, - "done_alias": 4, - "argcp": 2, - "handle_alias": 1, - "git_extract_argv0_path": 1, - "git_setup_gettext": 1, - "list_common_cmds_help": 1, - "setup_path": 1, - "done_help": 3, - "was_alias": 3, - "help_unknown_cmd": 1, - "OBJ_BLOB": 3, - "alloc_blob_node": 1, - "git_cache_init": 1, - "git_cache": 4, - "*cache": 4, - "git_cached_obj_freeptr": 1, - "free_ptr": 2, - "git__size_t_powerof2": 1, - "cache": 26, - "size_mask": 6, - "lru_count": 1, - "free_obj": 4, - "git_mutex_init": 1, - "nodes": 10, - "git_cached_obj": 5, - "git_cache_free": 1, - "git_cached_obj_decref": 3, - "*git_cache_get": 1, - "*node": 2, - "*result": 1, - "git_mutex_lock": 2, - "node": 9, - "git_cached_obj_incref": 3, - "git_mutex_unlock": 2, - "*git_cache_try_store": 1, - "*_entry": 1, - "_entry": 1, - "yajl_status_to_string": 1, - "yajl_status": 4, - "statStr": 6, - "yajl_status_ok": 1, - "yajl_status_client_canceled": 1, - "yajl_status_insufficient_data": 1, - "yajl_status_error": 1, - "yajl_handle": 10, - "yajl_alloc": 1, - "yajl_callbacks": 1, - "callbacks": 3, - "yajl_parser_config": 1, - "config": 4, - "yajl_alloc_funcs": 3, - "afs": 8, - "allowComments": 4, - "validateUTF8": 3, - "hand": 28, - "afsBuffer": 3, - "realloc": 1, - "yajl_set_default_alloc_funcs": 1, - "YA_MALLOC": 1, - "yajl_handle_t": 1, - "alloc": 6, - "checkUTF8": 1, - "lexer": 4, - "yajl_lex_alloc": 1, - "bytesConsumed": 2, - "decodeBuf": 2, - "yajl_buf_alloc": 1, - "yajl_bs_init": 1, - "stateStack": 3, - "yajl_bs_push": 1, - "yajl_state_start": 1, - "yajl_reset_parser": 1, - "yajl_lex_realloc": 1, - "yajl_free": 1, - "yajl_bs_free": 1, - "yajl_buf_free": 1, - "yajl_lex_free": 1, - "YA_FREE": 2, - "yajl_parse": 2, - "jsonText": 4, - "jsonTextLen": 4, - "yajl_do_parse": 1, - "yajl_parse_complete": 1, - "yajl_get_error": 1, - "verbose": 2, - "yajl_render_error_string": 1, - "yajl_get_bytes_consumed": 1, - "yajl_free_error": 1 - }, - "C#": { - "@": 1, - "{": 5, - "ViewBag.Title": 1, - ";": 8, - "}": 5, - "@section": 1, - "featured": 1, - "
": 1, - "class=": 7, - "
": 1, - "
": 1, - "

": 1, - "@ViewBag.Title.": 1, - "

": 1, - "

": 1, - "@ViewBag.Message": 1, - "

": 1, - "
": 1, - "

": 1, - "To": 1, - "learn": 1, - "more": 4, - "about": 2, - "ASP.NET": 5, - "MVC": 4, - "visit": 2, - "": 5, - "href=": 5, - "title=": 2, - "http": 1, - "//asp.net/mvc": 1, - "": 5, - ".": 2, - "The": 1, - "page": 1, - "features": 3, - "": 1, - "videos": 1, - "tutorials": 1, - "and": 6, - "samples": 1, - "": 1, - "to": 4, - "help": 1, - "you": 4, - "get": 1, - "the": 5, - "most": 1, - "from": 1, - "MVC.": 1, - "If": 1, - "have": 1, - "any": 1, - "questions": 1, - "our": 1, - "forums": 1, - "

": 1, - "
": 1, - "
": 1, - "

": 1, - "We": 1, - "suggest": 1, - "following": 1, - "

": 1, - "
    ": 1, - "
  1. ": 3, - "
    ": 3, - "Getting": 1, - "Started": 1, - "
    ": 3, - "gives": 2, - "a": 3, - "powerful": 1, - "patterns": 1, - "-": 3, - "based": 1, - "way": 1, - "build": 1, - "dynamic": 1, - "websites": 1, - "that": 5, - "enables": 1, - "clean": 1, - "separation": 1, - "of": 2, - "concerns": 1, - "full": 1, - "control": 1, - "over": 1, - "markup": 1, - "for": 4, - "enjoyable": 1, - "agile": 1, - "development.": 1, - "includes": 1, - "many": 1, - "enable": 1, - "fast": 1, - "TDD": 1, - "friendly": 1, - "development": 1, - "creating": 1, - "sophisticated": 1, - "applications": 1, - "use": 1, - "latest": 1, - "web": 2, - "standards.": 1, - "Learn": 3, - "
  2. ": 3, - "Add": 1, - "NuGet": 2, - "packages": 1, - "jump": 1, - "start": 1, - "your": 2, - "coding": 1, - "makes": 1, - "it": 2, - "easy": 1, - "install": 1, - "update": 1, - "free": 1, - "libraries": 1, - "tools.": 1, - "Find": 1, - "Web": 1, - "Hosting": 1, - "You": 1, - "can": 1, - "easily": 1, - "find": 1, - "hosting": 1, - "company": 1, - "offers": 1, - "right": 1, - "mix": 1, - "price": 1, - "applications.": 1, - "
": 1, - "using": 5, - "System": 1, - "System.Collections.Generic": 1, - "System.Linq": 1, - "System.Text": 1, - "System.Threading.Tasks": 1, - "namespace": 1, - "LittleSampleApp": 1, - "///": 4, - "": 1, - "Just": 1, - "what": 1, - "says": 1, - "on": 1, - "tin.": 1, - "A": 1, - "little": 1, - "sample": 1, - "application": 1, - "Linguist": 1, - "try": 1, - "out.": 1, - "": 1, - "class": 1, - "Program": 1, - "static": 1, - "void": 1, - "Main": 1, - "(": 3, - "string": 1, - "[": 1, - "]": 1, - "args": 1, - ")": 3, - "Console.WriteLine": 2 - }, - "C++": { - "//": 315, - "#include": 132, - "namespace": 38, - "v8": 9, - "{": 736, - "internal": 47, - "V8_DECLARE_ONCE": 1, - "(": 3141, - "init_once": 2, - ")": 3144, - ";": 2837, - "bool": 114, - "V8": 21, - "is_running_": 6, - "false": 48, - "has_been_set_up_": 4, - "has_been_disposed_": 6, - "has_fatal_error_": 5, - "use_crankshaft_": 6, - "true": 49, - "List": 3, - "": 3, - "*": 183, - "call_completed_callbacks_": 16, - "NULL": 109, - "static": 263, - "LazyMutex": 1, - "entropy_mutex": 1, - "LAZY_MUTEX_INITIALIZER": 1, - "EntropySource": 3, - "entropy_source": 4, - "Initialize": 4, - "Deserializer*": 2, - "des": 3, - "FlagList": 1, - "EnforceFlagImplications": 1, - "InitializeOncePerProcess": 4, - "if": 359, - "i": 106, - "Isolate": 9, - "CurrentPerIsolateThreadData": 4, - "EnterDefaultIsolate": 1, - "}": 736, - "ASSERT": 17, - "-": 438, - "thread_id": 1, - ".Equals": 1, - "ThreadId": 1, - "Current": 5, - "isolate": 15, - "IsDead": 2, - "return": 240, - "Isolate*": 6, - "IsInitialized": 3, - "Init": 3, - "void": 251, - "SetFatalError": 2, - "TearDown": 5, - "IsDefaultIsolate": 1, - "||": 19, - "ElementsAccessor": 2, - "LOperand": 2, - "TearDownCaches": 1, - "RegisteredExtension": 1, - "UnregisterAll": 1, - "delete": 6, - "OS": 3, - "seed_random": 2, - "uint32_t*": 7, - "state": 33, - "for": 105, - "int": 218, - "<": 256, - "+": 80, - "FLAG_random_seed": 2, - "[": 295, - "]": 294, - "else": 58, - "uint32_t": 40, - "val": 4, - "ScopedLock": 1, - "lock": 5, - "entropy_mutex.Pointer": 1, - "reinterpret_cast": 8, - "": 19, - "char": 128, - "&": 222, - "sizeof": 15, - "random": 1, - "random_base": 3, - "xFFFF": 2, - "<<": 29, - "FFFF": 1, - "SetEntropySource": 2, - "source": 12, - "SetReturnAddressLocationResolver": 3, - "ReturnAddressLocationResolver": 2, - "resolver": 3, - "StackFrame": 1, - "Random": 3, - "Context*": 4, - "context": 8, - "IsGlobalContext": 1, - "ByteArray*": 1, - "seed": 2, - "random_seed": 1, - "": 1, - "GetDataStartAddress": 1, - "RandomPrivate": 2, - "private_random_seed": 1, - "IdleNotification": 3, - "hint": 3, - "FLAG_use_idle_notification": 1, - "HEAP": 1, - "AddCallCompletedCallback": 2, - "CallCompletedCallback": 4, - "callback": 7, - "Lazy": 1, - "init.": 1, - "new": 13, - "length": 10, - "at": 20, - "Add": 1, - "RemoveCallCompletedCallback": 2, - "Remove": 1, - "FireCallCompletedCallback": 2, - "HandleScopeImplementer*": 1, - "handle_scope_implementer": 5, - "CallDepthIsZero": 1, - "IncrementCallDepth": 1, - "DecrementCallDepth": 1, - "typedef": 50, - "union": 1, - "double": 25, - "double_value": 1, - "uint64_t": 8, - "uint64_t_value": 1, - "double_int_union": 2, - "Object*": 4, - "FillHeapNumberWithRandom": 2, - "heap_number": 4, - "r": 38, - "random_bits": 2, - "const": 172, - "binary_million": 3, - "r.double_value": 3, - "r.uint64_t_value": 1, - "|": 40, - "HeapNumber": 1, - "cast": 7, - "set_value": 1, - "InitializeOncePerProcessImpl": 3, - "SetUp": 4, - "FLAG_crankshaft": 1, - "Serializer": 1, - "enabled": 4, - "CPU": 5, - "SupportsCrankshaft": 1, - "PostSetUp": 1, - "RuntimeProfiler": 1, - "GlobalSetUp": 1, - "FLAG_stress_compaction": 1, - "FLAG_force_marking_deque_overflows": 1, - "FLAG_gc_global": 1, - "FLAG_max_new_space_size": 1, - "kPageSizeBits": 1, - "SetUpCaches": 1, - "SetUpJSCallerSavedCodeData": 1, - "SamplerRegistry": 1, - "ExternalReference": 1, - "CallOnce": 1, - "#ifndef": 30, - "LIBCANIH": 2, - "#define": 344, - "": 2, - "": 2, - "": 1, - "": 1, - "int64": 1, - "unsigned": 22, - "long": 15, - "//#define": 1, - "DEBUG": 5, - "#ifdef": 19, - "dout": 2, - "cout": 2, - "#else": 35, - "cerr": 1, - "#endif": 111, - "using": 11, - "std": 56, - "libcanister": 2, - "//the": 8, - "canmem": 22, - "object": 3, - "is": 102, - "a": 157, - "generic": 1, - "memory": 15, - "container": 2, - "used": 17, - "commonly": 1, - "//throughout": 1, - "the": 541, - "canister": 14, - "framework": 1, - "to": 254, - "hold": 1, - "of": 215, - "uncertain": 1, - "//length": 1, - "which": 14, - "may": 9, - "or": 44, - "not": 29, - "contain": 1, - "null": 3, - "bytes.": 1, - "class": 44, - "public": 39, - "char*": 24, - "data": 26, - "raw": 2, - "block": 7, - "size": 13, - "absolute": 1, - "//creates": 3, - "an": 23, - "unallocated": 1, - "allocsize": 1, - "allocated": 2, - "blank": 1, - "strdata": 1, - "//automates": 1, - "creation": 1, - "zero": 5, - "limited": 2, - "canmems": 1, - "//cleans": 1, - "up": 18, - "zeromem": 1, - "//overwrites": 2, - "this": 57, - "fragmem": 1, - "with": 33, - "fragment": 2, - "notation": 1, - "countlen": 1, - "//counts": 1, - "strings": 1, - "and": 118, - "stores": 3, - "it": 19, - "in": 165, - "trim": 2, - "//removes": 1, - "any": 23, - "nulls": 1, - "from": 91, - "end": 23, - "string": 24, - "//returns": 2, - "singleton": 2, - "//contains": 2, - "information": 3, - "about": 6, - "caninfo": 2, - "path": 8, - "//physical": 1, - "internalname": 1, - "//a": 1, - "name": 25, - "numfiles": 1, - "number": 52, - "files": 6, - "//necessary": 1, - "use": 37, - "as": 28, - "type": 7, - "canfile": 7, - "//this": 1, - "holds": 2, - "definition": 3, - "within": 4, - "//canister": 1, - "canister*": 1, - "parent": 1, - "that": 36, - "file": 31, - "//internal": 1, - "id": 4, - "s": 26, - "//use": 1, - "their": 6, - "own.": 1, - "newline": 2, - "delimited": 2, - "list": 3, - "container.": 1, - "TOC": 1, - "info": 2, - "general": 1, - "canfiles": 1, - "recommended": 1, - "programs": 4, - "do": 13, - "modify": 1, - "//these": 1, - "directly": 2, - "but": 5, - "enforced.": 1, - "canfile*": 1, - "readonly": 3, - "//if": 1, - "then": 15, - "no": 7, - "write": 8, - "routines": 1, - "will": 15, - "anything": 1, - "//maximum": 1, - "have": 4, - "given": 16, - "//time": 1, - "change": 3, - "whatever": 1, - "suits": 1, - "your": 12, - "application.": 1, - "cachemax": 2, - "cachecnt": 1, - "//number": 1, - "cache": 2, - "should": 10, - "be": 35, - "modified": 3, - "//both": 1, - "initialize": 1, - "physical": 4, - "location": 6, - "fspath": 3, - "//destroys": 1, - "after": 18, - "flushing": 1, - "modded": 1, - "buffers": 3, - "course": 2, - "//open": 1, - "//does": 1, - "exist": 2, - "open": 6, - "//close": 1, - "flush": 1, - "all": 11, - "clean": 2, - "close": 7, - "//deletes": 1, - "inside": 1, - "delFile": 1, - "//pulls": 1, - "contents": 3, - "disk": 2, - "returns": 4, - "getFile": 1, - "does": 4, - "otherwise": 1, - "overwrites": 1, - "whether": 4, - "operation": 2, - "succeeded": 2, - "writeFile": 2, - "//get": 1, - "containing": 2, - "//list": 1, - "paths": 1, - "getTOC": 1, - "//brings": 1, - "back": 1, - "limit": 1, - "//important": 1, - "sCFID": 2, - "safe": 4, - "CFID": 2, - "we": 10, - "want": 5, - "avoid": 1, - "uncaching": 1, - "//really": 1, - "just": 2, - "internally": 1, - "can": 21, - "t": 15, - "harm.": 1, - "cacheclean": 1, - "dFlush": 1, - "enum": 18, - "PIC16F88Instruction": 2, - "ADDWF": 1, - "ANDWF": 1, - "CLRF": 1, - "CLRW": 1, - "COMF": 1, - "DECF": 1, - "DECFSZ": 1, - "INCF": 1, - "INCFSZ": 1, - "IORWF": 1, - "MOVF": 1, - "MOVWF": 1, - "NOP": 1, - "RLF": 1, - "RRF": 1, - "SUBWF": 1, - "SWAPF": 1, - "XORWF": 1, - "BCF": 1, - "BSF": 1, - "BTFSC": 1, - "BTFSS": 1, - "ADDLW": 1, - "ANDLW": 1, - "CALL": 1, - "CLRWDT": 1, - "GOTO": 1, - "IORLW": 1, - "MOVLW": 1, - "RETFIE": 1, - "RETLW": 1, - "RETURN": 1, - "SLEEP": 1, - "SUBLW": 1, - "XORLW": 1, - "PIC16F88": 2, - "ROM": 2, - "*ProgramMemory": 1, - "Step": 1, - "private": 20, - "uint8_t": 60, - "q": 1, - "nextIsNop": 1, - "trapped": 1, - "Memory": 2, - "*memory": 1, - "*program": 1, - "Stack": 1, - "": 1, - "8": 1, - "*CallStack": 1, - "Register": 3, - "": 1, - "*PC": 1, - "*WREG": 1, - "*PCL": 1, - "*STATUS": 1, - "*PCLATCH": 1, - "inst": 1, - "uint16_t": 4, - "instrWord": 1, - "DecodeInstruction": 1, - "ProcessInstruction": 1, - "GetBank": 1, - "GetMemoryContents": 1, - "partialAddress": 4, - "SetMemoryContents": 1, - "newVal": 1, - "CheckZero": 1, - "value": 52, - "StoreValue": 1, - "updateZero": 1, - "SetCarry": 1, - "GetPCHFinalBits": 1, - "": 1, - "": 1, - "": 1, - "EC_KEY_regenerate_key": 1, - "EC_KEY": 3, - "*eckey": 2, - "BIGNUM": 9, - "*priv_key": 1, - "ok": 3, - "BN_CTX": 2, - "*ctx": 2, - "EC_POINT": 4, - "*pub_key": 1, - "eckey": 7, - "EC_GROUP": 2, - "*group": 2, - "EC_KEY_get0_group": 2, - "ctx": 26, - "BN_CTX_new": 2, - "goto": 156, - "err": 26, - "pub_key": 6, - "EC_POINT_new": 4, - "group": 23, - "EC_POINT_mul": 3, - "priv_key": 2, - "EC_KEY_set_private_key": 1, - "EC_KEY_set_public_key": 2, - "EC_POINT_free": 4, - "BN_CTX_free": 2, - "ECDSA_SIG_recover_key_GFp": 3, - "ECDSA_SIG": 3, - "*ecsig": 1, - "*msg": 2, - "msglen": 2, - "recid": 3, - "check": 4, - "ret": 24, - "*x": 1, - "*e": 1, - "*order": 1, - "*sor": 1, - "*eor": 1, - "*field": 1, - "*R": 1, - "*O": 1, - "*Q": 1, - "*rr": 1, - "*zero": 1, - "n": 28, - "/": 16, - "BN_CTX_start": 1, - "order": 14, - "BN_CTX_get": 8, - "EC_GROUP_get_order": 1, - "x": 86, - "BN_copy": 1, - "BN_mul_word": 1, - "BN_add": 1, - "ecsig": 3, - "field": 5, - "EC_GROUP_get_curve_GFp": 1, - "BN_cmp": 1, - "R": 6, - "EC_POINT_set_compressed_coordinates_GFp": 1, - "%": 7, - "O": 5, - "EC_POINT_is_at_infinity": 1, - "Q": 5, - "EC_GROUP_get_degree": 1, - "e": 15, - "BN_bin2bn": 3, - "msg": 1, - "*msglen": 1, - "BN_rshift": 1, - "BN_zero": 1, - "BN_mod_sub": 1, - "rr": 4, - "BN_mod_inverse": 1, - "sor": 3, - "BN_mod_mul": 2, - "eor": 3, - "BN_CTX_end": 1, - "CKey": 26, - "SetCompressedPubKey": 4, - "EC_KEY_set_conv_form": 1, - "pkey": 14, - "POINT_CONVERSION_COMPRESSED": 1, - "fCompressedPubKey": 5, - "Reset": 5, - "EC_KEY_new_by_curve_name": 2, - "NID_secp256k1": 2, - "throw": 4, - "key_error": 6, - "fSet": 7, - "b": 57, - "EC_KEY_dup": 1, - "b.pkey": 2, - "b.fSet": 2, - "operator": 10, - "EC_KEY_copy": 1, - "hash": 20, - "vchSig": 18, - "nSize": 2, - "vchSig.clear": 2, - "vchSig.resize": 2, - "Shrink": 1, - "fit": 1, - "actual": 1, - "SignCompact": 2, - "uint256": 10, - "vector": 16, - "fOk": 3, - "*sig": 2, - "ECDSA_do_sign": 1, - "sig": 11, - "nBitsR": 3, - "BN_num_bits": 2, - "nBitsS": 3, - "&&": 29, - "nRecId": 4, - "<4;>": 1, - "keyRec": 5, - "1": 4, - "GetPubKey": 5, - "break": 35, - "BN_bn2bin": 2, - "/8": 2, - "ECDSA_SIG_free": 2, - "SetCompactSignature": 2, - "vchSig.size": 2, - "nV": 6, - "<27>": 1, - "ECDSA_SIG_new": 1, - "EC_KEY_free": 1, - "Verify": 2, - "ECDSA_verify": 1, - "VerifyCompact": 2, - "key": 23, - "key.SetCompactSignature": 1, - "key.GetPubKey": 1, - "IsValid": 4, - "fCompr": 3, - "CSecret": 4, - "secret": 2, - "GetSecret": 2, - "key2": 1, - "key2.SetSecret": 1, - "key2.GetPubKey": 1, - "PROTOBUF_protocol_2dbuffer_2eproto__INCLUDED": 3, - "": 4, - "": 2, - "#if": 63, - "GOOGLE_PROTOBUF_VERSION": 1, - "#error": 9, - "This": 19, - "was": 6, - "generated": 2, - "by": 53, - "newer": 2, - "version": 38, - "protoc": 2, - "incompatible": 2, - "Protocol": 2, - "Buffer": 10, - "headers.": 3, - "Please": 4, - "update": 1, - "GOOGLE_PROTOBUF_MIN_PROTOC_VERSION": 1, - "older": 1, - "regenerate": 1, - "protoc.": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "persons": 4, - "protobuf_AddDesc_protocol_2dbuffer_2eproto": 6, - "protobuf_AssignDesc_protocol_2dbuffer_2eproto": 4, - "protobuf_ShutdownFile_protocol_2dbuffer_2eproto": 4, - "Person": 65, - "google": 72, - "protobuf": 72, - "Message": 7, - "virtual": 10, - "inline": 39, - "CopyFrom": 5, - "*this": 1, - "UnknownFieldSet": 2, - "unknown_fields": 7, - "_unknown_fields_": 5, - "UnknownFieldSet*": 1, - "mutable_unknown_fields": 4, - "Descriptor*": 3, - "descriptor": 15, - "default_instance": 3, - "Swap": 2, - "Person*": 7, - "other": 17, - "New": 6, - "MergeFrom": 9, - "Clear": 18, - "ByteSize": 2, - "MergePartialFromCodedStream": 2, - "io": 4, - "CodedInputStream*": 2, - "input": 12, - "SerializeWithCachedSizes": 2, - "CodedOutputStream*": 2, - "output": 21, - "uint8*": 4, - "SerializeWithCachedSizesToArray": 2, - "GetCachedSize": 1, - "_cached_size_": 7, - "SharedCtor": 4, - "SharedDtor": 3, - "SetCachedSize": 2, - "Metadata": 3, - "GetMetadata": 2, - "has_name": 6, - "clear_name": 2, - "kNameFieldNumber": 2, - "set_name": 7, - "size_t": 6, - "string*": 11, - "mutable_name": 3, - "release_name": 2, - "set_allocated_name": 2, - "set_has_name": 7, - "clear_has_name": 5, - "name_": 30, - "mutable": 1, - "uint32": 2, - "_has_bits_": 14, - "friend": 10, - "InitAsDefaultInstance": 3, - "default_instance_": 8, - "u": 9, - "kEmptyString": 12, - "clear": 3, - "*name_": 1, - "assign": 3, - "": 12, - "temp": 2, - "const_cast": 3, - "SWIG": 2, - "Bar": 3, - "protected": 5, - "*name": 7, - "hello": 3, - "V8_SCANNER_H_": 3, - "ParsingFlags": 1, - "kNoParsingFlags": 1, - "kLanguageModeMask": 4, - "kAllowLazy": 1, - "kAllowNativesSyntax": 1, - "kAllowModules": 1, - "STATIC_ASSERT": 5, - "CLASSIC_MODE": 2, - "STRICT_MODE": 2, - "EXTENDED_MODE": 2, - "HexValue": 2, - "uc32": 19, - "c": 72, - "static_cast": 14, - "detect": 3, - "x16": 1, - "x36.": 1, - "Utf16CharacterStream": 3, - "pos_": 6, - "Advance": 44, - "buffer_cursor_": 5, - "buffer_end_": 3, - "ReadBlock": 2, - "": 1, - "kEndOfInput": 2, - "pos": 12, - "SeekForward": 4, - "code_unit_count": 7, - "buffered_chars": 2, - "SlowSeekForward": 2, - "PushBack": 8, - "int32_t": 1, - "code_unit": 6, - "uc16*": 3, - "UnicodeCache": 3, - "unibrow": 11, - "Utf8InputBuffer": 2, - "<1024>": 2, - "Utf8Decoder": 2, - "StaticResource": 2, - "": 2, - "utf8_decoder": 1, - "utf8_decoder_": 2, - "IsIdentifierStart": 2, - "uchar": 4, - "kIsIdentifierStart.get": 1, - "IsIdentifierPart": 1, - "kIsIdentifierPart.get": 1, - "IsLineTerminator": 6, - "kIsLineTerminator.get": 1, - "IsWhiteSpace": 2, - "kIsWhiteSpace.get": 1, - "Predicate": 4, - "": 1, - "128": 4, - "kIsIdentifierStart": 1, - "": 1, - "kIsIdentifierPart": 1, - "": 1, - "kIsLineTerminator": 1, - "": 1, - "kIsWhiteSpace": 1, - "DISALLOW_COPY_AND_ASSIGN": 2, - "LiteralBuffer": 6, - "is_ascii_": 10, - "position_": 17, - "backing_store_": 7, - "backing_store_.length": 4, - "backing_store_.Dispose": 3, - "INLINE": 2, - "AddChar": 2, - "ExpandBuffer": 2, - "kMaxAsciiCharCodeU": 1, - "": 6, - "kASCIISize": 1, - "ConvertToUtf16": 2, - "*reinterpret_cast": 3, - "": 2, - "kUC16Size": 2, - "is_ascii": 3, - "Vector": 13, - "uc16": 5, - "utf16_literal": 3, - "backing_store_.start": 5, - "ascii_literal": 3, - "kInitialCapacity": 2, - "kGrowthFactory": 2, - "kMinConversionSlack": 1, - "kMaxGrowth": 2, - "MB": 1, - "NewCapacity": 3, - "min_capacity": 2, - "capacity": 3, - "Max": 1, - "new_capacity": 2, - "Min": 1, - "new_store": 6, - "memcpy": 1, - "new_store.start": 3, - "new_content_size": 4, - "src": 2, - "": 1, - "dst": 2, - "Scanner": 16, - "LiteralScope": 4, - "explicit": 5, - "Scanner*": 2, - "self": 5, - "scanner_": 5, - "complete_": 4, - "StartLiteral": 2, - "DropLiteral": 2, - "Complete": 1, - "TerminateLiteral": 2, - "struct": 13, - "Location": 14, - "beg_pos": 5, - "end_pos": 4, - "invalid": 5, - "kNoOctalLocation": 1, - "UnicodeCache*": 4, - "scanner_contants": 1, - "Utf16CharacterStream*": 3, - "Token": 212, - "Value": 24, - "Next": 3, - "current_token": 1, - "current_.token": 4, - "current_.location": 2, - "literal_ascii_string": 1, - "ASSERT_NOT_NULL": 9, - "current_.literal_chars": 11, - "literal_utf16_string": 1, - "is_literal_ascii": 1, - "literal_length": 1, - "literal_contains_escapes": 1, - "source_length": 3, - "location.end_pos": 1, - "location.beg_pos": 1, - "STRING": 1, - "peek": 1, - "next_.token": 3, - "peek_location": 1, - "next_.location": 1, - "next_literal_ascii_string": 1, - "next_.literal_chars": 13, - "next_literal_utf16_string": 1, - "is_next_literal_ascii": 1, - "next_literal_length": 1, - "unicode_cache": 3, - "unicode_cache_": 10, - "kCharacterLookaheadBufferSize": 3, - "ScanOctalEscape": 1, - "octal_position": 1, - "octal_pos_": 5, - "clear_octal_position": 1, - "HarmonyScoping": 1, - "harmony_scoping_": 4, - "SetHarmonyScoping": 1, - "scoping": 2, - "HarmonyModules": 1, - "harmony_modules_": 4, - "SetHarmonyModules": 1, - "modules": 2, - "HasAnyLineTerminatorBeforeNext": 1, - "has_line_terminator_before_next_": 9, - "has_multiline_comment_before_next_": 5, - "ScanRegExpPattern": 1, - "seen_equal": 1, - "ScanRegExpFlags": 1, - "IsIdentifier": 1, - "CharacterStream*": 1, - "buffer": 9, - "TokenDesc": 3, - "token": 64, - "LiteralBuffer*": 2, - "literal_chars": 1, - "free_buffer": 3, - "literal_buffer1_": 3, - "literal_buffer2_": 2, - "AddLiteralChar": 2, - "AddLiteralCharAdvance": 3, - "c0_": 64, - "source_": 7, - "ch": 5, - "Select": 49, - "tok": 2, - "next": 9, - "else_": 2, - "ScanHexNumber": 2, - "expected_length": 4, - "Scan": 5, - "SkipWhiteSpace": 4, - "SkipSingleLineComment": 6, - "SkipMultiLineComment": 3, - "ScanHtmlComment": 3, - "ScanDecimalDigits": 1, - "ScanNumber": 3, - "seen_period": 1, - "ScanIdentifierOrKeyword": 2, - "ScanIdentifierSuffix": 1, - "LiteralScope*": 1, - "literal": 2, - "ScanString": 3, - "ScanEscape": 2, - "ScanIdentifierUnicodeEscape": 1, - "ScanLiteralUnicodeEscape": 3, - "source_pos": 10, - "current_": 2, - "desc": 2, - "current": 26, - "returned": 5, - "next_": 3, - "one": 73, - "look": 1, - "ahead": 1, - "__THREADED_QUEUE_H__": 2, - "": 1, - "": 1, - "template": 1, - "": 1, - "T": 2, - "ThreadedQueue": 3, - "queue": 6, - "": 2, - "pthread_mutex_t": 1, - "queueMutex": 8, - "pthread_cond_t": 1, - "queueCond": 5, - "pthread_mutexattr_t": 1, - "mutexAttrs": 5, - "pthread_condattr_t": 1, - "condAttrs": 5, - "pthread_mutexattr_init": 1, - "pthread_mutexattr_settype": 1, - "PTHREAD_MUTEX_ERRORCHECK": 1, - "pthread_mutex_init": 1, - "pthread_mutexattr_destroy": 1, - "pthread_condattr_init": 1, - "pthread_condattr_setpshared": 1, - "PTHREAD_PROCESS_PRIVATE": 1, - "pthread_cond_init": 1, - "pthread_condattr_destroy": 1, - "pthread_cond_destroy": 1, - "pthread_mutex_destroy": 1, - "waitItems": 1, - "pthread_mutex_lock": 2, - "pthread_cond_wait": 1, - "pthread_mutex_unlock": 2, - "signalItems": 2, - "pthread_cond_broadcast": 1, - "push": 2, - "item": 2, - "": 2, - "Gui": 1, - "BITCOIN_KEY_H": 2, - "": 1, - "": 4, - "": 1, - "runtime_error": 2, - "str": 2, - "CKeyID": 5, - "uint160": 8, - "CScriptID": 3, - "CPubKey": 11, - "vchPubKey": 6, - "vchPubKeyIn": 2, - "a.vchPubKey": 3, - "b.vchPubKey": 3, - "IMPLEMENT_SERIALIZE": 1, - "READWRITE": 1, - "GetID": 1, - "Hash160": 1, - "GetHash": 1, - "Hash": 1, - "vchPubKey.begin": 1, - "vchPubKey.end": 1, - "vchPubKey.size": 3, - "IsCompressed": 2, - "Raw": 1, - "secure_allocator": 2, - "CPrivKey": 3, - "EC_KEY*": 1, - "IsNull": 1, - "MakeNewKey": 1, - "fCompressed": 3, - "SetPrivKey": 1, - "vchPrivKey": 1, - "SetSecret": 1, - "vchSecret": 1, - "GetPrivKey": 1, - "SetPubKey": 1, - "Sign": 2, - "main": 2, - "endl": 1, - "GDSDBREADER_H": 3, - "": 1, - "GDS_DIR": 1, - "level": 10, - "LEVEL_ONE": 1, - "LEVEL_TWO": 1, - "LEVEL_THREE": 1, - "dbDataStructure": 2, - "QString": 20, - "label": 1, - "quint32": 3, - "depth": 1, - "userIndex": 1, - "QByteArray": 1, - "COMPRESSED": 1, - "optimize": 1, - "ram": 1, - "space": 2, - "decompressed": 1, - "quint64": 1, - "uniqueID": 1, - "QVector": 2, - "": 1, - "nextItems": 1, - "": 1, - "nextItemsIndices": 1, - "dbDataStructure*": 1, - "father": 1, - "fatherIndex": 1, - "noFatherRoot": 1, - "Used": 2, - "tell": 1, - "node": 1, - "root": 1, - "so": 2, - "hasn": 1, - "argument": 1, - "overload.": 1, - "A": 7, - "stream": 6, - "myclass.label": 2, - "myclass.depth": 2, - "myclass.userIndex": 2, - "qCompress": 2, - "myclass.data": 4, - "myclass.uniqueID": 2, - "myclass.nextItemsIndices": 2, - "myclass.fatherIndex": 2, - "myclass.noFatherRoot": 2, - "myclass.fileName": 2, - "myclass.firstLineData": 4, - "myclass.linesNumbers": 2, - "QDataStream": 2, - "myclass": 1, - "//Don": 1, - "read": 21, - "either": 4, - "qUncompress": 2, - "__OG_MATH_INL__": 2, - "og": 1, - "OG_INLINE": 41, - "Math": 41, - "Abs": 1, - "MASK_SIGNED": 2, - "y": 16, - "float": 74, - "Fabs": 1, - "f": 104, - "uInt": 1, - "*pf": 1, - "": 1, - "pf": 1, - "fabsf": 1, - "Round": 1, - "floorf": 2, - "Floor": 1, - "Ceil": 1, - "ceilf": 1, - "Ftoi": 1, - "@todo": 1, - "needs": 4, - "testing": 2, - "note": 1, - "sse": 1, - "function": 19, - "cvttss2si": 2, - "OG_ASM_MSVC": 4, - "defined": 49, - "OG_FTOI_USE_SSE": 2, - "SysInfo": 2, - "cpu.general.SSE": 2, - "__asm": 8, - "eax": 5, - "mov": 6, - "fld": 4, - "fistp": 3, - "//__asm": 3, - "need": 6, - "O_o": 3, - "#elif": 7, - "OG_ASM_GNU": 4, - "__asm__": 4, - "__volatile__": 4, - "instead": 4, - "sure": 6, - "why": 3, - "did": 3, - "": 3, - "FtoiFast": 2, - "Ftol": 1, - "": 1, - "Fmod": 1, - "numerator": 2, - "denominator": 2, - "fmodf": 1, - "Modf": 2, - "modff": 2, - "Sqrt": 2, - "sqrtf": 2, - "InvSqrt": 1, - "OG_ASSERT": 4, - "RSqrt": 1, - "g": 2, - "guess": 1, - "f375a86": 1, - "": 1, - "Newtons": 1, - "calculation": 1, - "Log": 1, - "logf": 3, - "Log2": 1, - "INV_LN_2": 1, - "Log10": 1, - "INV_LN_10": 1, - "Pow": 1, - "base": 8, - "exp": 2, - "powf": 1, - "Exp": 1, - "expf": 1, - "IsPowerOfTwo": 4, - "faster": 3, - "two": 2, - "known": 1, - "methods": 2, - "moved": 1, - "beginning": 1, - "HigherPowerOfTwo": 4, - "LowerPowerOfTwo": 2, - "FloorPowerOfTwo": 1, - "CeilPowerOfTwo": 1, - "ClosestPowerOfTwo": 1, - "high": 5, - "low": 5, - "Digits": 1, - "digits": 6, - "step": 3, - "while": 17, - "Sin": 2, - "sinf": 1, - "ASin": 1, - "<=>": 2, - "0f": 2, - "HALF_PI": 2, - "asinf": 1, - "Cos": 2, - "cosf": 1, - "ACos": 1, - "PI": 1, - "acosf": 1, - "Tan": 1, - "tanf": 1, - "ATan": 2, - "atanf": 1, - "f1": 2, - "f2": 2, - "atan2f": 1, - "SinCos": 1, - "sometimes": 1, - "assembler": 1, - "waaayy": 1, - "_asm": 1, - "fsincos": 1, - "ecx": 2, - "edx": 2, - "fstp": 2, - "dword": 2, - "ptr": 6, - "asm": 1, - "than": 6, - "calling": 9, - "Deg2Rad": 1, - "DEG_TO_RAD": 1, - "Rad2Deg": 1, - "RAD_TO_DEG": 1, - "Square": 1, - "v": 10, - "Cube": 1, - "Sec2Ms": 1, - "sec": 2, - "Ms2Sec": 1, - "ms": 2, - "": 1, - "": 1, - "": 2, - "Env": 13, - "*env_instance": 1, - "*Env": 1, - "instance": 4, - "env_instance": 3, - "QObject": 2, - "QCoreApplication": 1, - "parse": 3, - "**envp": 1, - "**env": 1, - "**": 2, - "envvar": 2, - "indexOfEquals": 5, - "env": 3, - "envp": 4, - "*env": 1, - "envvar.indexOf": 1, - "continue": 2, - "envvar.left": 1, - "envvar.mid": 1, - "m_map.insert": 1, - "QVariantMap": 3, - "asVariantMap": 2, - "m_map": 2, - "Memory16F88": 2, - "map": 4, - "": 1, - "MemoryLocation": 1, - "memoryMap": 1, - "Dereference": 1, - "bank": 2, - "*Reference": 1, - "*operator": 1, - "ref": 33, - "///": 843, - "mainpage": 1, - "C": 6, - "library": 14, - "Broadcom": 3, - "BCM": 14, - "Raspberry": 6, - "Pi": 5, - "RPi": 17, - ".": 16, - "It": 7, - "provides": 3, - "access": 17, - "GPIO": 87, - "IO": 2, - "functions": 19, - "on": 55, - "chip": 9, - "allowing": 3, - "pins": 40, - "pin": 90, - "IDE": 4, - "plug": 3, - "board": 2, - "you": 29, - "control": 17, - "interface": 9, - "various": 4, - "external": 3, - "devices.": 1, - "reading": 3, - "digital": 2, - "inputs": 2, - "setting": 2, - "outputs": 1, - "SPI": 44, - "I2C": 29, - "accessing": 2, - "system": 13, - "timers.": 1, - "Pin": 65, - "event": 3, - "detection": 2, - "supported": 3, - "polling": 1, - "interrupts": 1, - "are": 36, - "compatible": 1, - "installs": 1, - "header": 7, - "non": 2, - "shared": 2, - "Linux": 2, - "based": 4, - "distro": 1, - "clearly": 1, - "except": 2, - "another": 1, - "The": 50, - "package": 1, - "documentation": 3, - "refers": 1, - "downloaded": 1, - "http": 11, - "//www.airspayce.com/mikem/bcm2835/bcm2835": 1, - "tar.gz": 1, - "You": 9, - "find": 2, - "latest": 2, - "//www.airspayce.com/mikem/bcm2835": 1, - "Several": 1, - "example": 3, - "provided.": 1, - "Based": 1, - "//elinux.org/RPi_Low": 1, - "level_peripherals": 1, - "//www.raspberrypi.org/wp": 1, - "content/uploads/2012/02/BCM2835": 1, - "ARM": 5, - "Peripherals.pdf": 1, - "//www.scribd.com/doc/101830961/GPIO": 2, - "Pads": 3, - "Control2": 2, - "also": 3, - "online": 1, - "help": 1, - "discussion": 1, - "//groups.google.com/group/bcm2835": 1, - "questions": 1, - "discussions": 1, - "topic.": 1, - "Do": 1, - "contact": 1, - "author": 3, - "unless": 1, - "discuss": 1, - "commercial": 1, - "licensing.": 1, - "Tested": 1, - "debian6": 1, - "wheezy": 3, - "raspbian": 3, - "Occidentalisv01": 2, - "CAUTION": 1, - "has": 29, - "been": 14, - "observed": 1, - "when": 22, - "enables": 3, - "such": 4, - "bcm2835_gpio_len": 5, - "pulled": 1, - "LOW": 8, - "cause": 1, - "temporary": 1, - "hangs": 1, - "Occidentalisv01.": 1, - "Reason": 1, - "yet": 1, - "determined": 1, - "suspect": 1, - "interrupt": 3, - "handler": 1, - "hitting": 1, - "hard": 1, - "loop": 2, - "those": 3, - "OSs.": 1, - "If": 11, - "must": 6, - "friends": 2, - "make": 6, - "disable": 2, - "bcm2835_gpio_cler_len": 1, - "use.": 1, - "par": 9, - "Installation": 1, - "consists": 1, - "single": 2, - "installed": 1, - "usual": 3, - "places": 1, - "install": 3, - "code": 12, - "#": 1, - "download": 2, - "say": 1, - "bcm2835": 7, - "xx.tar.gz": 2, - "tar": 1, - "zxvf": 1, - "cd": 1, - "xx": 2, - "./configure": 1, - "sudo": 2, - "endcode": 2, - "Physical": 21, - "Addresses": 6, - "bcm2835_peri_read": 3, - "bcm2835_peri_write": 3, - "bcm2835_peri_set_bits": 2, - "peripheral": 14, - "register": 17, - "functions.": 4, - "They": 1, - "designed": 3, - "addresses": 4, - "described": 1, - "section": 6, - "BCM2835": 2, - "Peripherals": 1, - "manual.": 1, - "range": 3, - "FFFFFF": 1, - "peripherals.": 1, - "bus": 4, - "peripherals": 2, - "set": 18, - "onto": 1, - "address": 13, - "starting": 1, - "E000000.": 1, - "Thus": 1, - "advertised": 1, - "manual": 8, - "Ennnnnn": 1, - "available": 6, - "nnnnnn.": 1, - "registers": 12, - "following": 2, - "externals": 1, - "bcm2835_gpio": 2, - "bcm2835_pwm": 2, - "bcm2835_clk": 2, - "bcm2835_pads": 2, - "bcm2835_spio0": 1, - "bcm2835_st": 1, - "bcm2835_bsc0": 1, - "bcm2835_bsc1": 1, - "Numbering": 1, - "numbering": 1, - "different": 5, - "inconsistent": 1, - "underlying": 4, - "numbering.": 1, - "//elinux.org/RPi_BCM2835_GPIOs": 1, - "some": 4, - "well": 1, - "power": 1, - "ground": 1, - "pins.": 1, - "Not": 4, - "header.": 1, - "Version": 40, - "P5": 6, - "connector": 1, - "V": 2, - "Gnd.": 1, - "passed": 4, - "_not_": 1, - "number.": 1, - "There": 1, - "symbolic": 1, - "definitions": 3, - "each": 7, - "convenience.": 1, - "See": 7, - "RPiGPIOPin.": 22, - "Pins": 2, - "bcm2835_spi_*": 1, - "allow": 5, - "SPI0": 17, - "send": 3, - "received": 3, - "Serial": 3, - "Peripheral": 6, - "Interface": 2, - "For": 6, - "more": 4, - "see": 14, - "//en.wikipedia.org/wiki/Serial_Peripheral_Interface_Bus": 1, - "When": 12, - "bcm2835_spi_begin": 3, - "called": 13, - "changes": 2, - "bahaviour": 1, - "default": 14, - "behaviour": 1, - "support": 4, - "SPI.": 1, - "While": 1, - "able": 2, - "through": 4, - "bcm2835_spi_gpio_write": 1, - "bcm2835_spi_end": 4, - "revert": 1, - "configured": 1, - "controled": 1, - "bcm2835_gpio_*": 1, - "calls.": 1, - "P1": 56, - "MOSI": 8, - "MISO": 6, - "CLK": 6, - "CE0": 5, - "CE1": 6, - "bcm2835_i2c_*": 2, - "BSC": 10, - "generically": 1, - "referred": 1, - "I": 4, - "//en.wikipedia.org/wiki/I": 1, - "C2": 1, - "B2C": 1, - "V2": 2, - "SDA": 3, - "SLC": 1, - "Real": 1, - "Time": 1, - "performance": 2, - "constraints": 2, - "user": 3, - "i.e.": 1, - "they": 2, - "run": 2, - "Such": 1, - "part": 1, - "kernel": 4, - "usually": 2, - "subject": 1, - "paging": 1, - "swapping": 2, - "things": 1, - "besides": 1, - "running": 1, - "program.": 1, - "means": 8, - "expect": 2, - "get": 5, - "real": 4, - "time": 10, - "timing": 3, - "programs.": 1, - "In": 2, - "particular": 1, - "there": 4, - "guarantee": 1, - "bcm2835_delay": 5, - "bcm2835_delayMicroseconds": 6, - "exactly": 2, - "requested.": 1, - "fact": 2, - "depending": 1, - "activity": 1, - "host": 1, - "etc": 1, - "might": 1, - "significantly": 1, - "longer": 1, - "delay": 9, - "times": 2, - "asked": 1, - "for.": 1, - "So": 1, - "please": 2, - "dont": 1, - "request.": 1, - "Arjan": 2, - "reports": 1, - "prevent": 4, - "sched_param": 1, - "sp": 4, - "memset": 3, - "sp.sched_priority": 1, - "sched_get_priority_max": 1, - "SCHED_FIFO": 2, - "sched_setscheduler": 1, - "mlockall": 1, - "MCL_CURRENT": 1, - "MCL_FUTURE": 1, - "Open": 2, - "Source": 2, - "Licensing": 2, - "GPL": 2, - "appropriate": 7, - "option": 1, - "share": 2, - "application": 2, - "everyone": 1, - "distribute": 1, - "give": 2, - "them": 1, - "right": 9, - "who": 1, - "uses": 4, - "it.": 3, - "wish": 2, - "software": 1, - "under": 2, - "contribute": 1, - "community": 1, - "accordance": 1, - "distributed.": 1, - "//www.gnu.org/copyleft/gpl.html": 1, - "COPYING": 1, - "Acknowledgements": 1, - "Some": 1, - "inspired": 2, - "Dom": 1, - "Gert.": 1, - "Alan": 1, - "Barr.": 1, - "Revision": 1, - "History": 1, - "Initial": 1, - "release": 1, - "Minor": 1, - "bug": 1, - "fixes": 1, - "Added": 11, - "bcm2835_spi_transfern": 3, - "Fixed": 4, - "problem": 2, - "prevented": 1, - "being": 4, - "used.": 2, - "Reported": 5, - "David": 1, - "Robinson.": 1, - "bcm2835_close": 4, - "deinit": 1, - "library.": 3, - "Suggested": 1, - "sar": 1, - "Ortiz": 1, - "Document": 1, - "Functions": 1, - "bcm2835_gpio_ren": 3, - "bcm2835_gpio_fen": 3, - "bcm2835_gpio_hen": 3, - "bcm2835_gpio_aren": 3, - "bcm2835_gpio_afen": 3, - "now": 4, - "only": 6, - "specified.": 1, - "Other": 1, - "were": 1, - "already": 1, - "previously": 10, - "stay": 1, - "enabled.": 1, - "bcm2835_gpio_clr_ren": 2, - "bcm2835_gpio_clr_fen": 2, - "bcm2835_gpio_clr_hen": 2, - "bcm2835_gpio_clr_len": 2, - "bcm2835_gpio_clr_aren": 2, - "bcm2835_gpio_clr_afen": 2, - "enable": 3, - "individual": 1, - "suggested": 3, - "Andreas": 1, - "Sundstrom.": 1, - "bcm2835_spi_transfernb": 2, - "write.": 1, - "Improvements": 3, - "barrier": 3, - "maddin.": 1, - "contributed": 1, - "mikew": 1, - "noticed": 1, - "mallocing": 1, - "mmaps": 1, - "/dev/mem.": 1, - "ve": 4, - "removed": 1, - "mallocs": 1, - "frees": 1, - "found": 1, - "nanosleep": 7, - "takes": 1, - "least": 2, - "us.": 1, - "link": 3, - "version.": 1, - "doc": 1, - "Also": 1, - "added": 2, - "define": 2, - "passwrd": 1, - "Gert": 1, - "says": 1, - "needed": 3, - "pad": 4, - "settings.": 1, - "Changed": 1, - "names": 3, - "collisions": 1, - "wiringPi.": 1, - "Macros": 2, - "delayMicroseconds": 3, - "disabled": 2, - "defining": 1, - "BCM2835_NO_DELAY_COMPATIBILITY": 2, - "incorrect": 2, - "mapping": 3, - "Hardware": 1, - "pointers": 2, - "initialisation": 2, - "externally": 1, - "bcm2835_spi0.": 1, - "Now": 4, - "compiles": 1, - "even": 2, - "CLOCK_MONOTONIC_RAW": 1, - "CLOCK_MONOTONIC": 3, - "instead.": 1, - "errors": 1, - "divider": 15, - "frequencies": 2, - "MHz": 14, - "clock.": 6, - "Ben": 1, - "Simpson.": 1, - "examples": 1, - "Mark": 5, - "Wolfe.": 1, - "bcm2835_gpio_set_multi": 2, - "bcm2835_gpio_clr_multi": 2, - "bcm2835_gpio_write_multi": 4, - "mask": 20, - "once.": 1, - "Requested": 2, - "Sebastian": 2, - "Loncar.": 2, - "bcm2835_gpio_write_mask.": 1, - "Changes": 1, - "timer": 2, - "counter": 1, - "clock_gettime": 1, - "improved": 1, - "accuracy.": 1, - "No": 2, - "lrt": 1, - "now.": 1, - "Contributed": 1, - "van": 1, - "Vught.": 1, - "Removed": 1, - "inlines": 1, - "previous": 6, - "patch": 1, - "since": 3, - "don": 1, - "seem": 1, - "work": 1, - "everywhere.": 1, - "olly.": 1, - "Patch": 2, - "Dootson": 2, - "/dev/mem": 4, - "granted.": 1, - "susceptible": 1, - "bit": 19, - "overruns.": 1, - "courtesy": 1, - "Jeremy": 1, - "Mortis.": 1, - "BCM2835_GPFEN0": 2, - "broke": 1, - "ability": 1, - "falling": 4, - "edge": 8, - "events.": 1, - "Dootson.": 2, - "bcm2835_i2c_set_baudrate": 2, - "bcm2835_i2c_read_register_rs.": 1, - "bcm2835_i2c_read": 4, - "bcm2835_i2c_write": 4, - "fix": 1, - "ocasional": 1, - "reads": 2, - "completing.": 1, - "Patched": 1, - "p": 6, - "atched": 1, - "his": 1, - "submitted": 1, - "load": 1, - "processes.": 1, - "Updated": 1, - "distribution": 1, - "details": 1, - "airspayce.com": 1, - "missing": 1, - "unmapmem": 1, - "pads": 7, - "leak.": 1, - "Hartmut": 1, - "Henkel.": 1, - "Mike": 1, - "McCauley": 1, - "mikem@airspayce.com": 1, - "DO": 1, - "NOT": 3, - "CONTACT": 1, - "THE": 2, - "AUTHOR": 1, - "DIRECTLY": 1, - "USE": 1, - "LISTS": 1, - "BCM2835_H": 3, - "": 2, - "defgroup": 7, - "constants": 1, - "Constants": 1, - "passing": 1, - "values": 3, - "here": 1, - "@": 14, - "HIGH": 12, - "volts": 2, - "pin.": 21, - "Speed": 1, - "core": 1, - "clock": 21, - "core_clk": 1, - "BCM2835_CORE_CLK_HZ": 1, - "Base": 17, - "Address": 10, - "BCM2835_PERI_BASE": 9, - "System": 10, - "Timer": 9, - "BCM2835_ST_BASE": 1, - "BCM2835_GPIO_PADS": 2, - "Clock/timer": 1, - "BCM2835_CLOCK_BASE": 1, - "BCM2835_GPIO_BASE": 6, - "BCM2835_SPI0_BASE": 1, - "BSC0": 2, - "BCM2835_BSC0_BASE": 1, - "PWM": 2, - "BCM2835_GPIO_PWM": 1, - "C000": 1, - "BSC1": 2, - "BCM2835_BSC1_BASE": 1, - "ST": 1, - "registers.": 10, - "Available": 8, - "bcm2835_init": 11, - "extern": 72, - "volatile": 13, - "*bcm2835_st": 1, - "*bcm2835_gpio": 1, - "*bcm2835_pwm": 1, - "*bcm2835_clk": 1, - "PADS": 1, - "*bcm2835_pads": 1, - "*bcm2835_spi0": 1, - "*bcm2835_bsc0": 1, - "*bcm2835_bsc1": 1, - "Size": 2, - "page": 5, - "BCM2835_PAGE_SIZE": 1, - "*1024": 2, - "BCM2835_BLOCK_SIZE": 1, - "offsets": 2, - "BCM2835_GPIO_BASE.": 1, - "Offsets": 1, - "into": 6, - "bytes": 29, - "per": 3, - "View": 1, - "BCM2835_GPFSEL0": 1, - "Function": 8, - "BCM2835_GPFSEL1": 1, - "BCM2835_GPFSEL2": 1, - "BCM2835_GPFSEL3": 1, - "BCM2835_GPFSEL4": 1, - "BCM2835_GPFSEL5": 1, - "BCM2835_GPSET0": 1, - "Output": 6, - "Set": 2, - "BCM2835_GPSET1": 1, - "BCM2835_GPCLR0": 1, - "BCM2835_GPCLR1": 1, - "BCM2835_GPLEV0": 1, - "Level": 2, - "BCM2835_GPLEV1": 1, - "BCM2835_GPEDS0": 1, - "Event": 11, - "Detect": 35, - "Status": 6, - "BCM2835_GPEDS1": 1, - "BCM2835_GPREN0": 1, - "Rising": 8, - "Edge": 16, - "Enable": 38, - "BCM2835_GPREN1": 1, - "Falling": 8, - "BCM2835_GPFEN1": 1, - "BCM2835_GPHEN0": 1, - "High": 4, - "BCM2835_GPHEN1": 1, - "BCM2835_GPLEN0": 1, - "Low": 5, - "BCM2835_GPLEN1": 1, - "BCM2835_GPAREN0": 1, - "Async.": 4, - "BCM2835_GPAREN1": 1, - "BCM2835_GPAFEN0": 1, - "BCM2835_GPAFEN1": 1, - "BCM2835_GPPUD": 1, - "Pull": 11, - "up/down": 10, - "BCM2835_GPPUDCLK0": 1, - "Clock": 11, - "BCM2835_GPPUDCLK1": 1, - "brief": 12, - "bcm2835PortFunction": 1, - "Port": 1, - "select": 9, - "modes": 1, - "bcm2835_gpio_fsel": 2, - "BCM2835_GPIO_FSEL_INPT": 1, - "b000": 1, - "Input": 2, - "BCM2835_GPIO_FSEL_OUTP": 1, - "b001": 1, - "BCM2835_GPIO_FSEL_ALT0": 1, - "b100": 1, - "Alternate": 6, - "BCM2835_GPIO_FSEL_ALT1": 1, - "b101": 1, - "BCM2835_GPIO_FSEL_ALT2": 1, - "b110": 1, - "BCM2835_GPIO_FSEL_ALT3": 1, - "b111": 2, - "BCM2835_GPIO_FSEL_ALT4": 1, - "b011": 1, - "BCM2835_GPIO_FSEL_ALT5": 1, - "b010": 1, - "BCM2835_GPIO_FSEL_MASK": 1, - "bits": 11, - "bcm2835FunctionSelect": 2, - "bcm2835PUDControl": 4, - "Pullup/Pulldown": 1, - "defines": 3, - "bcm2835_gpio_pud": 5, - "BCM2835_GPIO_PUD_OFF": 1, - "b00": 1, - "Off": 3, - "pull": 1, - "BCM2835_GPIO_PUD_DOWN": 1, - "b01": 1, - "Down": 1, - "BCM2835_GPIO_PUD_UP": 1, - "b10": 1, - "Up": 1, - "Pad": 11, - "BCM2835_PADS_GPIO_0_27": 1, - "BCM2835_PADS_GPIO_28_45": 1, - "BCM2835_PADS_GPIO_46_53": 1, - "Control": 6, - "masks": 1, - "BCM2835_PAD_PASSWRD": 1, - "Password": 1, - "BCM2835_PAD_SLEW_RATE_UNLIMITED": 1, - "Slew": 1, - "rate": 3, - "unlimited": 1, - "BCM2835_PAD_HYSTERESIS_ENABLED": 1, - "Hysteresis": 1, - "BCM2835_PAD_DRIVE_2mA": 1, - "mA": 8, - "drive": 8, - "BCM2835_PAD_DRIVE_4mA": 1, - "BCM2835_PAD_DRIVE_6mA": 1, - "BCM2835_PAD_DRIVE_8mA": 1, - "BCM2835_PAD_DRIVE_10mA": 1, - "BCM2835_PAD_DRIVE_12mA": 1, - "BCM2835_PAD_DRIVE_14mA": 1, - "BCM2835_PAD_DRIVE_16mA": 1, - "bcm2835PadGroup": 4, - "specification": 1, - "bcm2835_gpio_pad": 2, - "BCM2835_PAD_GROUP_GPIO_0_27": 1, - "BCM2835_PAD_GROUP_GPIO_28_45": 1, - "BCM2835_PAD_GROUP_GPIO_46_53": 1, - "Numbers": 1, - "Here": 1, - "terms": 4, - "numbers.": 1, - "These": 6, - "requiring": 1, - "bin": 1, - "connected": 1, - "adopt": 1, - "alternate": 7, - "function.": 3, - "slightly": 1, - "pinouts": 1, - "these": 1, - "RPI_V2_*.": 1, - "At": 1, - "bootup": 1, - "UART0_TXD": 3, - "UART0_RXD": 3, - "ie": 3, - "alt0": 1, - "respectively": 1, - "dedicated": 1, - "cant": 1, - "controlled": 1, - "independently": 1, - "RPI_GPIO_P1_03": 6, - "RPI_GPIO_P1_05": 6, - "RPI_GPIO_P1_07": 1, - "RPI_GPIO_P1_08": 1, - "defaults": 4, - "alt": 4, - "RPI_GPIO_P1_10": 1, - "RPI_GPIO_P1_11": 1, - "RPI_GPIO_P1_12": 1, - "RPI_GPIO_P1_13": 1, - "RPI_GPIO_P1_15": 1, - "RPI_GPIO_P1_16": 1, - "RPI_GPIO_P1_18": 1, - "RPI_GPIO_P1_19": 1, - "RPI_GPIO_P1_21": 1, - "RPI_GPIO_P1_22": 1, - "RPI_GPIO_P1_23": 1, - "RPI_GPIO_P1_24": 1, - "RPI_GPIO_P1_26": 1, - "RPI_V2_GPIO_P1_03": 1, - "RPI_V2_GPIO_P1_05": 1, - "RPI_V2_GPIO_P1_07": 1, - "RPI_V2_GPIO_P1_08": 1, - "RPI_V2_GPIO_P1_10": 1, - "RPI_V2_GPIO_P1_11": 1, - "RPI_V2_GPIO_P1_12": 1, - "RPI_V2_GPIO_P1_13": 1, - "RPI_V2_GPIO_P1_15": 1, - "RPI_V2_GPIO_P1_16": 1, - "RPI_V2_GPIO_P1_18": 1, - "RPI_V2_GPIO_P1_19": 1, - "RPI_V2_GPIO_P1_21": 1, - "RPI_V2_GPIO_P1_22": 1, - "RPI_V2_GPIO_P1_23": 1, - "RPI_V2_GPIO_P1_24": 1, - "RPI_V2_GPIO_P1_26": 1, - "RPI_V2_GPIO_P5_03": 1, - "RPI_V2_GPIO_P5_04": 1, - "RPI_V2_GPIO_P5_05": 1, - "RPI_V2_GPIO_P5_06": 1, - "RPiGPIOPin": 1, - "BCM2835_SPI0_CS": 1, - "Master": 12, - "BCM2835_SPI0_FIFO": 1, - "TX": 5, - "RX": 7, - "FIFOs": 1, - "BCM2835_SPI0_CLK": 1, - "Divider": 2, - "BCM2835_SPI0_DLEN": 1, - "Data": 9, - "Length": 2, - "BCM2835_SPI0_LTOH": 1, - "LOSSI": 1, - "mode": 24, - "TOH": 1, - "BCM2835_SPI0_DC": 1, - "DMA": 3, - "DREQ": 1, - "Controls": 1, - "BCM2835_SPI0_CS_LEN_LONG": 1, - "Long": 1, - "word": 7, - "Lossi": 2, - "DMA_LEN": 1, - "BCM2835_SPI0_CS_DMA_LEN": 1, - "BCM2835_SPI0_CS_CSPOL2": 1, - "Chip": 9, - "Polarity": 5, - "BCM2835_SPI0_CS_CSPOL1": 1, - "BCM2835_SPI0_CS_CSPOL0": 1, - "BCM2835_SPI0_CS_RXF": 1, - "RXF": 2, - "FIFO": 25, - "Full": 1, - "BCM2835_SPI0_CS_RXR": 1, - "RXR": 3, - "Reading": 1, - "full": 9, - "BCM2835_SPI0_CS_TXD": 1, - "TXD": 2, - "accept": 2, - "BCM2835_SPI0_CS_RXD": 1, - "RXD": 2, - "contains": 2, - "BCM2835_SPI0_CS_DONE": 1, - "Done": 3, - "transfer": 8, - "BCM2835_SPI0_CS_TE_EN": 1, - "Unused": 2, - "BCM2835_SPI0_CS_LMONO": 1, - "BCM2835_SPI0_CS_LEN": 1, - "LEN": 1, - "LoSSI": 1, - "BCM2835_SPI0_CS_REN": 1, - "REN": 1, - "Read": 3, - "BCM2835_SPI0_CS_ADCS": 1, - "ADCS": 1, - "Automatically": 1, - "Deassert": 1, - "BCM2835_SPI0_CS_INTR": 1, - "INTR": 1, - "Interrupt": 5, - "BCM2835_SPI0_CS_INTD": 1, - "INTD": 1, - "BCM2835_SPI0_CS_DMAEN": 1, - "DMAEN": 1, - "BCM2835_SPI0_CS_TA": 1, - "Transfer": 3, - "Active": 2, - "BCM2835_SPI0_CS_CSPOL": 1, - "BCM2835_SPI0_CS_CLEAR": 1, - "BCM2835_SPI0_CS_CLEAR_RX": 1, - "BCM2835_SPI0_CS_CLEAR_TX": 1, - "BCM2835_SPI0_CS_CPOL": 1, - "BCM2835_SPI0_CS_CPHA": 1, - "Phase": 1, - "BCM2835_SPI0_CS_CS": 1, - "bcm2835SPIBitOrder": 3, - "Bit": 1, - "Specifies": 5, - "ordering": 4, - "bcm2835_spi_setBitOrder": 2, - "BCM2835_SPI_BIT_ORDER_LSBFIRST": 1, - "LSB": 1, - "First": 2, - "BCM2835_SPI_BIT_ORDER_MSBFIRST": 1, - "MSB": 1, - "Specify": 2, - "bcm2835_spi_setDataMode": 2, - "BCM2835_SPI_MODE0": 1, - "CPOL": 4, - "CPHA": 4, - "BCM2835_SPI_MODE1": 1, - "BCM2835_SPI_MODE2": 1, - "BCM2835_SPI_MODE3": 1, - "bcm2835SPIMode": 2, - "bcm2835SPIChipSelect": 3, - "BCM2835_SPI_CS0": 1, - "BCM2835_SPI_CS1": 1, - "BCM2835_SPI_CS2": 1, - "CS1": 1, - "CS2": 1, - "asserted": 3, - "BCM2835_SPI_CS_NONE": 1, - "CS": 5, - "yourself": 1, - "bcm2835SPIClockDivider": 3, - "generate": 2, - "Figures": 1, - "below": 1, - "period": 1, - "frequency.": 1, - "divided": 2, - "nominal": 2, - "reported": 2, - "contrary": 1, - "shown": 1, - "confirmed": 1, - "measurement": 2, - "BCM2835_SPI_CLOCK_DIVIDER_65536": 1, - "us": 12, - "kHz": 10, - "BCM2835_SPI_CLOCK_DIVIDER_32768": 1, - "BCM2835_SPI_CLOCK_DIVIDER_16384": 1, - "BCM2835_SPI_CLOCK_DIVIDER_8192": 1, - "/51757813kHz": 1, - "BCM2835_SPI_CLOCK_DIVIDER_4096": 1, - "BCM2835_SPI_CLOCK_DIVIDER_2048": 1, - "BCM2835_SPI_CLOCK_DIVIDER_1024": 1, - "BCM2835_SPI_CLOCK_DIVIDER_512": 1, - "BCM2835_SPI_CLOCK_DIVIDER_256": 1, - "BCM2835_SPI_CLOCK_DIVIDER_128": 1, - "ns": 9, - "BCM2835_SPI_CLOCK_DIVIDER_64": 1, - "BCM2835_SPI_CLOCK_DIVIDER_32": 1, - "BCM2835_SPI_CLOCK_DIVIDER_16": 1, - "BCM2835_SPI_CLOCK_DIVIDER_8": 1, - "BCM2835_SPI_CLOCK_DIVIDER_4": 1, - "BCM2835_SPI_CLOCK_DIVIDER_2": 1, - "fastest": 1, - "BCM2835_SPI_CLOCK_DIVIDER_1": 1, - "same": 3, - "/65536": 1, - "BCM2835_BSC_C": 1, - "BCM2835_BSC_S": 1, - "BCM2835_BSC_DLEN": 1, - "BCM2835_BSC_A": 1, - "Slave": 1, - "BCM2835_BSC_FIFO": 1, - "BCM2835_BSC_DIV": 1, - "BCM2835_BSC_DEL": 1, - "Delay": 4, - "BCM2835_BSC_CLKT": 1, - "Stretch": 2, - "Timeout": 2, - "BCM2835_BSC_C_I2CEN": 1, - "BCM2835_BSC_C_INTR": 1, - "BCM2835_BSC_C_INTT": 1, - "BCM2835_BSC_C_INTD": 1, - "DONE": 2, - "BCM2835_BSC_C_ST": 1, - "Start": 4, - "BCM2835_BSC_C_CLEAR_1": 1, - "BCM2835_BSC_C_CLEAR_2": 1, - "BCM2835_BSC_C_READ": 1, - "BCM2835_BSC_S_CLKT": 1, - "stretch": 1, - "timeout": 5, - "BCM2835_BSC_S_ERR": 1, - "ACK": 1, - "error": 8, - "BCM2835_BSC_S_RXF": 1, - "BCM2835_BSC_S_TXE": 1, - "TXE": 1, - "BCM2835_BSC_S_RXD": 1, - "BCM2835_BSC_S_TXD": 1, - "BCM2835_BSC_S_RXR": 1, - "BCM2835_BSC_S_TXW": 1, - "TXW": 1, - "writing": 2, - "BCM2835_BSC_S_DONE": 1, - "BCM2835_BSC_S_TA": 1, - "BCM2835_BSC_FIFO_SIZE": 1, - "bcm2835I2CClockDivider": 3, - "BCM2835_I2C_CLOCK_DIVIDER_2500": 1, - "BCM2835_I2C_CLOCK_DIVIDER_626": 1, - "BCM2835_I2C_CLOCK_DIVIDER_150": 1, - "reset": 1, - "BCM2835_I2C_CLOCK_DIVIDER_148": 1, - "bcm2835I2CReasonCodes": 5, - "reason": 4, - "codes": 1, - "BCM2835_I2C_REASON_OK": 1, - "Success": 1, - "BCM2835_I2C_REASON_ERROR_NACK": 1, - "Received": 4, - "NACK": 1, - "BCM2835_I2C_REASON_ERROR_CLKT": 1, - "BCM2835_I2C_REASON_ERROR_DATA": 1, - "sent": 1, - "BCM2835_ST_CS": 1, - "Control/Status": 1, - "BCM2835_ST_CLO": 1, - "Counter": 4, - "Lower": 2, - "BCM2835_ST_CHI": 1, - "Upper": 1, - "BCM2835_PWM_CONTROL": 1, - "BCM2835_PWM_STATUS": 1, - "BCM2835_PWM0_RANGE": 1, - "BCM2835_PWM0_DATA": 1, - "BCM2835_PWM1_RANGE": 1, - "BCM2835_PWM1_DATA": 1, - "BCM2835_PWMCLK_CNTL": 1, - "BCM2835_PWMCLK_DIV": 1, - "BCM2835_PWM1_MS_MODE": 1, - "Run": 4, - "MS": 2, - "BCM2835_PWM1_USEFIFO": 1, - "BCM2835_PWM1_REVPOLAR": 1, - "Reverse": 2, - "polarity": 3, - "BCM2835_PWM1_OFFSTATE": 1, - "Ouput": 2, - "BCM2835_PWM1_REPEATFF": 1, - "Repeat": 2, - "last": 6, - "empty": 2, - "BCM2835_PWM1_SERIAL": 1, - "serial": 2, - "BCM2835_PWM1_ENABLE": 1, - "Channel": 2, - "BCM2835_PWM0_MS_MODE": 1, - "BCM2835_PWM0_USEFIFO": 1, - "BCM2835_PWM0_REVPOLAR": 1, - "BCM2835_PWM0_OFFSTATE": 1, - "BCM2835_PWM0_REPEATFF": 1, - "BCM2835_PWM0_SERIAL": 1, - "BCM2835_PWM0_ENABLE": 1, - "__cplusplus": 12, - "init": 2, - "Library": 1, - "management": 1, - "intialise": 1, - "Initialise": 1, - "opening": 1, - "getting": 1, - "device": 7, - "call": 4, - "successfully": 1, - "before": 7, - "bcm2835_set_debug": 2, - "fails": 1, - "returning": 1, - "result": 8, - "crashes": 1, - "failures.": 1, - "Prints": 1, - "messages": 1, - "stderr": 1, - "case": 34, - "errors.": 1, - "successful": 2, - "Close": 1, - "deallocating": 1, - "closing": 3, - "Sets": 24, - "debug": 6, - "prevents": 1, - "makes": 1, - "print": 5, - "out": 5, - "what": 2, - "would": 2, - "rather": 2, - "causes": 1, - "normal": 1, - "operation.": 2, - "Call": 2, - "param": 72, - "level.": 3, - "lowlevel": 2, - "provide": 1, - "generally": 1, - "Reads": 5, - "done": 3, - "twice": 3, - "therefore": 6, - "always": 3, - "precautions": 3, - "correct": 3, - "paddr": 10, - "from.": 6, - "etc.": 5, - "sa": 30, - "without": 3, - "occurred": 2, - "since.": 2, - "bcm2835_peri_read_nb": 1, - "Writes": 2, - "bcm2835_peri_write_nb": 1, - "Alters": 1, - "regsiter.": 1, - "valu": 1, - "alters": 1, - "deines": 1, - "according": 1, - "value.": 2, - "All": 1, - "unaffected.": 1, - "Use": 8, - "alter": 2, - "subset": 1, - "register.": 3, - "masked": 2, - "mask.": 1, - "Bitmask": 1, - "altered": 1, - "gpio": 1, - "interface.": 3, - "state.": 1, - "configures": 1, - "RPI_GPIO_P1_*": 21, - "Mode": 1, - "BCM2835_GPIO_FSEL_*": 1, - "specified": 27, - "HIGH.": 2, - "bcm2835_gpio_write": 3, - "bcm2835_gpio_set": 1, - "LOW.": 5, - "bcm2835_gpio_clr": 1, - "first": 13, - "Mask": 6, - "affect.": 4, - "eg": 5, - "Works": 1, - "output.": 1, - "bcm2835_gpio_lev": 1, - "Status.": 7, - "Tests": 1, - "detected": 7, - "requested": 1, - "flag": 3, - "bcm2835_gpio_set_eds": 2, - "status": 1, - "th": 1, - "true.": 2, - "bcm2835_gpio_eds": 1, - "effect": 3, - "clearing": 1, - "flag.": 1, - "afer": 1, - "seeing": 1, - "rising": 3, - "sets": 8, - "GPRENn": 2, - "synchronous": 2, - "detection.": 2, - "signal": 4, - "sampled": 6, - "looking": 2, - "pattern": 2, - "signal.": 2, - "suppressing": 2, - "glitches.": 2, - "Disable": 6, - "Asynchronous": 6, - "incoming": 2, - "As": 2, - "edges": 2, - "very": 2, - "short": 5, - "duration": 2, - "detected.": 2, - "bcm2835_gpio_pudclk": 3, - "resistor": 1, - "However": 3, - "convenient": 2, - "bcm2835_gpio_set_pud": 4, - "pud": 4, - "desired": 7, - "mode.": 4, - "One": 3, - "BCM2835_GPIO_PUD_*": 2, - "Clocks": 3, - "earlier": 1, - "remove": 2, - "group.": 2, - "BCM2835_PAD_GROUP_GPIO_*": 2, - "BCM2835_PAD_*": 2, - "bcm2835_gpio_set_pad": 1, - "Delays": 3, - "milliseconds.": 1, - "Uses": 4, - "until": 1, - "up.": 1, - "mercy": 2, - "From": 2, - "interval": 4, - "req": 2, - "exact": 2, - "multiple": 2, - "granularity": 2, - "rounded": 2, - "multiple.": 2, - "Furthermore": 2, - "sleep": 2, - "completes": 2, - "still": 3, - "becomes": 2, - "free": 4, - "once": 5, - "again": 2, - "execute": 3, - "thread.": 2, - "millis": 2, - "milliseconds": 1, - "microseconds.": 2, - "combination": 2, - "busy": 2, - "wait": 2, - "timers": 1, - "less": 1, - "microseconds": 6, - "Timer.": 1, - "RaspberryPi": 1, - "Your": 1, - "mileage": 1, - "vary.": 1, - "micros": 5, - "required": 2, - "bcm2835_gpio_write_mask": 1, - "clocking": 1, - "spi": 1, - "let": 2, - "device.": 2, - "operations.": 4, - "Forces": 2, - "ALT0": 2, - "funcitons": 1, - "complete": 3, - "End": 2, - "INPUT": 2, - "behaviour.": 2, - "NOTE": 1, - "effect.": 1, - "SPI0.": 1, - "Defaults": 1, - "BCM2835_SPI_BIT_ORDER_*": 1, - "speed.": 2, - "BCM2835_SPI_CLOCK_DIVIDER_*": 1, - "bcm2835_spi_setClockDivider": 1, - "polariy": 1, - "phase": 1, - "BCM2835_SPI_MODE*": 1, - "bcm2835_spi_transfer": 5, - "made": 1, - "selected": 13, - "during": 4, - "transfer.": 4, - "cs": 4, - "activate": 1, - "slave.": 7, - "BCM2835_SPI_CS*": 1, - "bcm2835_spi_chipSelect": 4, - "occurs": 1, - "currently": 12, - "active.": 1, - "transfers": 1, - "happening": 1, - "complement": 1, - "inactive": 1, - "affect": 1, - "active": 3, - "Whether": 1, - "bcm2835_spi_setChipSelectPolarity": 1, - "Transfers": 6, - "byte": 6, - "Asserts": 3, - "simultaneously": 3, - "clocks": 2, - "MISO.": 2, - "Returns": 2, - "polled": 2, - "Peripherls": 2, - "len": 15, - "slave": 8, - "placed": 1, - "rbuf.": 1, - "rbuf": 3, - "tbuf": 4, - "send.": 5, - "put": 1, - "Number": 8, - "send/received": 2, - "bcm2835_spi_transfernb.": 1, - "replaces": 1, - "transmitted": 1, - "buffer.": 1, - "buf": 14, - "replace": 1, - "eh": 2, - "bcm2835_spi_writenb": 1, - "i2c": 1, - "Philips": 1, - "bus/interface": 1, - "January": 1, - "SCL": 2, - "bcm2835_i2c_end": 3, - "bcm2835_i2c_begin": 1, - "address.": 2, - "addr": 2, - "bcm2835_i2c_setSlaveAddress": 4, - "BCM2835_I2C_CLOCK_DIVIDER_*": 1, - "bcm2835_i2c_setClockDivider": 2, - "converting": 1, - "baudrate": 4, - "parameter": 1, - "equivalent": 1, - "divider.": 1, - "standard": 2, - "khz": 1, - "corresponds": 1, - "its": 1, - "driver.": 1, - "Of": 1, - "nothing": 1, - "driver": 1, - "receive.": 2, - "received.": 2, - "Allows": 2, - "slaves": 1, - "require": 3, - "repeated": 1, - "start": 12, - "prior": 1, - "stop": 1, - "set.": 1, - "popular": 1, - "MPL3115A2": 1, - "pressure": 1, - "temperature": 1, - "sensor.": 1, - "Note": 1, - "combined": 1, - "better": 1, - "choice.": 1, - "Will": 1, - "regaddr": 2, - "bcm2835_i2c_read_register_rs": 1, - "st": 1, - "delays": 1, - "Counter.": 1, - "bcm2835_st_read": 1, - "offset.": 1, - "offset_micros": 2, - "Offset": 1, - "bcm2835_st_delay": 1, - "@example": 5, - "blink.c": 1, - "Blinks": 1, - "off": 1, - "input.c": 1, - "event.c": 1, - "Shows": 3, - "how": 3, - "spi.c": 1, - "spin.c": 1, - "ENV_H": 3, - "": 1, - "Q_OBJECT": 1, - "*instance": 1, - "#pragma": 3, - "Field": 2, - "Free": 1, - "Black": 1, - "White": 1, - "Illegal": 1, - "Player": 1, - "BOOST_ASIO_DETAIL_IMPL_EPOLL_REACTOR_IPP": 3, - "_MSC_VER": 7, - "": 1, - "BOOST_ASIO_HAS_EPOLL": 2, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "BOOST_ASIO_HAS_TIMERFD": 19, - "": 1, - "boost": 18, - "asio": 14, - "detail": 5, - "epoll_reactor": 40, - "io_service": 6, - "service_base": 1, - "": 1, - "io_service_": 1, - "use_service": 1, - "": 1, - "mutex_": 13, - "interrupter_": 5, - "epoll_fd_": 20, - "do_epoll_create": 3, - "timer_fd_": 21, - "do_timerfd_create": 3, - "shutdown_": 10, - "epoll_event": 10, - "ev": 21, - "ev.events": 13, - "EPOLLIN": 8, - "EPOLLERR": 8, - "EPOLLET": 5, - "ev.data.ptr": 10, - "epoll_ctl": 12, - "EPOLL_CTL_ADD": 7, - "interrupter_.read_descriptor": 3, - "interrupter_.interrupt": 2, - "shutdown_service": 1, - "mutex": 16, - "scoped_lock": 16, - "lock.unlock": 1, - "op_queue": 6, - "": 6, - "ops": 10, - "descriptor_state*": 6, - "registered_descriptors_.first": 2, - "max_ops": 6, - "ops.push": 5, - "op_queue_": 12, - "registered_descriptors_.free": 2, - "timer_queues_.get_all_timers": 1, - "io_service_.abandon_operations": 1, - "fork_service": 1, - "fork_event": 1, - "fork_ev": 2, - "fork_child": 1, - "interrupter_.recreate": 1, - "update_timeout": 2, - "descriptors_lock": 3, - "registered_descriptors_mutex_": 3, - "registered_events_": 8, - "descriptor_": 5, - "error_code": 4, - "ec": 6, - "errno": 10, - "get_system_category": 3, - "throw_error": 2, - "init_task": 1, - "io_service_.init_task": 1, - "register_descriptor": 1, - "socket_type": 7, - "per_descriptor_data": 8, - "descriptor_data": 60, - "allocate_descriptor_state": 3, - "descriptor_lock": 7, - "reactor_": 7, - "EPOLLHUP": 3, - "EPOLLPRI": 3, - "register_internal_descriptor": 1, - "op_type": 8, - "reactor_op*": 5, - "op": 28, - ".push": 2, - "move_descriptor": 1, - "target_descriptor_data": 2, - "source_descriptor_data": 3, - "start_op": 1, - "is_continuation": 5, - "allow_speculative": 2, - "ec_": 4, - "bad_descriptor": 1, - "post_immediate_completion": 2, - ".empty": 5, - "read_op": 1, - "except_op": 1, - "perform": 2, - "descriptor_lock.unlock": 4, - "io_service_.post_immediate_completion": 2, - "write_op": 2, - "EPOLLOUT": 4, - "EPOLL_CTL_MOD": 3, - "io_service_.work_started": 2, - "cancel_ops": 1, - ".front": 3, - "operation_aborted": 2, - ".pop": 3, - "io_service_.post_deferred_completions": 3, - "deregister_descriptor": 1, - "EPOLL_CTL_DEL": 2, - "free_descriptor_state": 3, - "deregister_internal_descriptor": 1, - "get_timeout": 5, - "events": 8, - "num_events": 2, - "epoll_wait": 1, - "check_timers": 6, - "void*": 2, - ".data.ptr": 1, - "": 2, - "set_ready_events": 1, - ".events": 1, - "common_lock": 1, - "timer_queues_.get_ready_timers": 1, - "itimerspec": 5, - "new_timeout": 6, - "old_timeout": 4, - "flags": 4, - "timerfd_settime": 2, - "EPOLL_CLOEXEC": 4, - "fd": 15, - "epoll_create1": 1, - "EINVAL": 4, - "ENOSYS": 1, - "epoll_create": 1, - "epoll_size": 1, - "fcntl": 2, - "F_SETFD": 2, - "FD_CLOEXEC": 2, - "timerfd_create": 2, - "TFD_CLOEXEC": 1, - "registered_descriptors_.alloc": 1, - "do_add_timer_queue": 1, - "timer_queue_base": 2, - "timer_queues_.insert": 1, - "do_remove_timer_queue": 1, - "timer_queues_.erase": 1, - "timer_queues_.wait_duration_msec": 1, - "ts": 1, - "ts.it_interval.tv_sec": 1, - "ts.it_interval.tv_nsec": 1, - "usec": 5, - "timer_queues_.wait_duration_usec": 1, - "ts.it_value.tv_sec": 1, - "ts.it_value.tv_nsec": 1, - "TFD_TIMER_ABSTIME": 1, - "perform_io_cleanup_on_block_exit": 4, - "epoll_reactor*": 2, - "first_op_": 3, - "ops_.empty": 1, - "ops_": 2, - "operation*": 4, - "descriptor_state": 5, - "do_complete": 2, - "perform_io": 2, - "mutex_.lock": 1, - "io_cleanup": 1, - "adopt_lock": 1, - "j": 10, - "io_cleanup.ops_.push": 1, - "io_cleanup.first_op_": 2, - "io_cleanup.ops_.front": 1, - "io_cleanup.ops_.pop": 1, - "io_service_impl*": 1, - "owner": 3, - "bytes_transferred": 2, - "": 1, - "": 1, - "DEFAULT_DELIMITER": 1, - "CsvStreamer": 5, - "ofstream": 1, - "File": 1, - "row_buffer": 1, - "row": 12, - "flushed/written": 1, - "fields": 4, - "columns": 2, - "rows": 3, - "records": 2, - "including": 2, - "delimiter": 2, - "Delimiter": 1, - "character": 10, - "comma": 2, - "sanitize": 1, - "ready": 1, - "Empty": 1, - "CSV": 4, - "streamer...": 1, - "Same": 1, - "...": 1, - "Opens": 3, - "path/name": 3, - "Ensures": 1, - "closed": 1, - "saved": 1, - "delimiting": 1, - "add_field": 1, - "line": 11, - "adds": 1, - "save_fields": 1, - "save": 1, - "writes": 2, - "append": 8, - "Appends": 5, - "quoted": 1, - "leading/trailing": 1, - "spaces": 3, - "trimmed": 1, - "Like": 1, - "specify": 1, - "keep": 1, - "writeln": 1, - "Flushes": 1, - "Saves": 1, - "closes": 1, - "field_count": 1, - "Gets": 2, - "row_count": 1, - "QSCIPRINTER_H": 2, - "__APPLE__": 4, - "": 1, - "": 2, - "": 1, - "QT_BEGIN_NAMESPACE": 1, - "QRect": 2, - "QPainter": 2, - "QT_END_NAMESPACE": 1, - "QsciScintillaBase": 100, - "QsciPrinter": 9, - "sub": 2, - "Qt": 1, - "QPrinter": 3, - "text": 5, - "Scintilla": 2, - "document.": 8, - "further": 1, - "classed": 1, - "layout": 1, - "adding": 2, - "headers": 3, - "footers": 2, - "example.": 1, - "QSCINTILLA_EXPORT": 2, - "Constructs": 1, - "printer": 1, - "paint": 1, - "PrinterMode": 1, - "ScreenResolution": 1, - "Destroys": 1, - "instance.": 2, - "Format": 1, - "document": 16, - "drawn": 2, - "painter": 4, - "add": 3, - "customised": 2, - "graphics.": 2, - "drawing": 4, - "actually": 1, - "sized.": 1, - "area": 5, - "draw": 1, - "text.": 3, - "necessary": 1, - "reserve": 1, - "By": 1, - "relative": 2, - "printable": 1, - "page.": 13, - "setFullPage": 1, - "because": 2, - "printRange": 2, - "try": 1, - "over": 1, - "whole": 2, - "pagenr": 2, - "numbered": 1, - "formatPage": 1, - "Return": 3, - "points": 2, - "font": 2, - "printing.": 2, - "setMagnification": 2, - "magnification": 3, - "mag": 2, - "printing": 2, - "magnification.": 1, - "Print": 2, - "lines": 3, - "qsb.": 1, - "negative": 2, - "signifies": 2, - "error.": 1, - "*qsb": 1, - "wrap": 4, - "QsciScintilla": 7, - "WrapWord.": 1, - "setWrapMode": 2, - "WrapMode": 3, - "wrapMode": 2, - "wmode.": 1, - "wmode": 1, - "V8_V8_H_": 3, - "GOOGLE3": 2, - "NDEBUG": 4, - "#undef": 3, - "both": 1, - "Deserializer": 1, - "AllStatic": 1, - "IsRunning": 1, - "UseCrankshaft": 1, - "FatalProcessOutOfMemory": 1, - "take_snapshot": 1, - "NilValue": 1, - "kNullValue": 1, - "kUndefinedValue": 1, - "EqualityKind": 1, - "kStrictEquality": 1, - "kNonStrictEquality": 1, - "rpc_init": 1, - "rpc_server_loop": 1, - "Q_OS_LINUX": 2, - "": 1, - "QT_VERSION": 1, - "QT_VERSION_CHECK": 1, - "Something": 1, - "wrong": 1, - "setup.": 1, - "report": 3, - "mailing": 1, - "argc": 2, - "char**": 2, - "argv": 2, - "google_breakpad": 1, - "ExceptionHandler": 1, - "Utils": 4, - "exceptionHandler": 2, - "qInstallMsgHandler": 1, - "messageHandler": 2, - "QApplication": 1, - "app": 1, - "STATIC_BUILD": 1, - "Q_INIT_RESOURCE": 2, - "WebKit": 1, - "InspectorBackendStub": 1, - "app.setWindowIcon": 1, - "QIcon": 1, - "app.setApplicationName": 1, - "app.setOrganizationName": 1, - "app.setOrganizationDomain": 1, - "app.setApplicationVersion": 1, - "PHANTOMJS_VERSION_STRING": 1, - "Phantom": 1, - "phantom": 1, - "phantom.execute": 1, - "app.exec": 1, - "phantom.returnValue": 1, - "NINJA_METRICS_H_": 3, - "int64_t.": 1, - "Metrics": 2, - "module": 1, - "dumps": 1, - "stats": 2, - "actions.": 1, - "To": 1, - "METRIC_RECORD": 4, - "below.": 1, - "metrics": 2, - "hit": 1, - "path.": 2, - "count": 1, - "Total": 1, - "spent": 1, - "int64_t": 3, - "sum": 1, - "scoped": 1, - "recording": 1, - "metric": 2, - "across": 1, - "body": 1, - "macro.": 1, - "ScopedMetric": 4, - "Metric*": 4, - "metric_": 1, - "Timestamp": 1, - "started.": 1, - "platform": 2, - "dependent.": 1, - "start_": 1, - "prints": 1, - "report.": 1, - "NewMetric": 2, - "summary": 1, - "stdout.": 1, - "Report": 1, - "": 1, - "metrics_": 1, - "Get": 1, - "epoch.": 1, - "Epoch": 1, - "varies": 1, - "between": 1, - "platforms": 1, - "useful": 1, - "measuring": 1, - "elapsed": 1, - "time.": 1, - "GetTimeMillis": 1, - "simple": 1, - "stopwatch": 1, - "seconds": 1, - "Restart": 3, - "called.": 1, - "Stopwatch": 2, - "started_": 4, - "Seconds": 1, - "call.": 1, - "Elapsed": 1, - "": 1, - "primary": 1, - "metrics.": 1, - "top": 1, - "recorded": 1, - "metrics_h_metric": 2, - "g_metrics": 3, - "metrics_h_scoped": 1, - "Metrics*": 1, - "QSCICOMMAND_H": 2, - "": 1, - "": 1, - "QsciCommand": 7, - "represents": 1, - "editor": 1, - "command": 9, - "keys": 3, - "bound": 4, - "Methods": 1, - "provided": 1, - "binding.": 1, - "Each": 1, - "friendly": 2, - "description": 3, - "dialogs.": 1, - "commands": 1, - "assigned": 1, - "key.": 1, - "Command": 4, - "Move": 26, - "down": 12, - "line.": 33, - "LineDown": 1, - "SCI_LINEDOWN": 1, - "Extend": 33, - "selection": 39, - "LineDownExtend": 1, - "SCI_LINEDOWNEXTEND": 1, - "rectangular": 9, - "LineDownRectExtend": 1, - "SCI_LINEDOWNRECTEXTEND": 1, - "Scroll": 5, - "view": 2, - "LineScrollDown": 1, - "SCI_LINESCROLLDOWN": 1, - "LineUp": 1, - "SCI_LINEUP": 1, - "LineUpExtend": 1, - "SCI_LINEUPEXTEND": 1, - "LineUpRectExtend": 1, - "SCI_LINEUPRECTEXTEND": 1, - "LineScrollUp": 1, - "SCI_LINESCROLLUP": 1, - "ScrollToStart": 1, - "SCI_SCROLLTOSTART": 1, - "ScrollToEnd": 1, - "SCI_SCROLLTOEND": 1, - "vertically": 1, - "centre": 1, - "VerticalCentreCaret": 1, - "SCI_VERTICALCENTRECARET": 1, - "paragraph.": 4, - "ParaDown": 1, - "SCI_PARADOWN": 1, - "ParaDownExtend": 1, - "SCI_PARADOWNEXTEND": 1, - "ParaUp": 1, - "SCI_PARAUP": 1, - "ParaUpExtend": 1, - "SCI_PARAUPEXTEND": 1, - "left": 7, - "character.": 9, - "CharLeft": 1, - "SCI_CHARLEFT": 1, - "CharLeftExtend": 1, - "SCI_CHARLEFTEXTEND": 1, - "CharLeftRectExtend": 1, - "SCI_CHARLEFTRECTEXTEND": 1, - "CharRight": 1, - "SCI_CHARRIGHT": 1, - "CharRightExtend": 1, - "SCI_CHARRIGHTEXTEND": 1, - "CharRightRectExtend": 1, - "SCI_CHARRIGHTRECTEXTEND": 1, - "word.": 9, - "WordLeft": 1, - "SCI_WORDLEFT": 1, - "WordLeftExtend": 1, - "SCI_WORDLEFTEXTEND": 1, - "WordRight": 1, - "SCI_WORDRIGHT": 1, - "WordRightExtend": 1, - "SCI_WORDRIGHTEXTEND": 1, - "WordLeftEnd": 1, - "SCI_WORDLEFTEND": 1, - "WordLeftEndExtend": 1, - "SCI_WORDLEFTENDEXTEND": 1, - "WordRightEnd": 1, - "SCI_WORDRIGHTEND": 1, - "WordRightEndExtend": 1, - "SCI_WORDRIGHTENDEXTEND": 1, - "part.": 4, - "WordPartLeft": 1, - "SCI_WORDPARTLEFT": 1, - "WordPartLeftExtend": 1, - "SCI_WORDPARTLEFTEXTEND": 1, - "WordPartRight": 1, - "SCI_WORDPARTRIGHT": 1, - "WordPartRightExtend": 1, - "SCI_WORDPARTRIGHTEXTEND": 1, - "Home": 1, - "SCI_HOME": 1, - "HomeExtend": 1, - "SCI_HOMEEXTEND": 1, - "HomeRectExtend": 1, - "SCI_HOMERECTEXTEND": 1, - "displayed": 10, - "HomeDisplay": 1, - "SCI_HOMEDISPLAY": 1, - "HomeDisplayExtend": 1, - "SCI_HOMEDISPLAYEXTEND": 1, - "HomeWrap": 1, - "SCI_HOMEWRAP": 1, - "HomeWrapExtend": 1, - "SCI_HOMEWRAPEXTEND": 1, - "visible": 6, - "VCHome": 1, - "SCI_VCHOME": 1, - "VCHomeExtend": 1, - "SCI_VCHOMEEXTEND": 1, - "VCHomeRectExtend": 1, - "SCI_VCHOMERECTEXTEND": 1, - "VCHomeWrap": 1, - "SCI_VCHOMEWRAP": 1, - "VCHomeWrapExtend": 1, - "SCI_VCHOMEWRAPEXTEND": 1, - "LineEnd": 1, - "SCI_LINEEND": 1, - "LineEndExtend": 1, - "SCI_LINEENDEXTEND": 1, - "LineEndRectExtend": 1, - "SCI_LINEENDRECTEXTEND": 1, - "LineEndDisplay": 1, - "SCI_LINEENDDISPLAY": 1, - "LineEndDisplayExtend": 1, - "SCI_LINEENDDISPLAYEXTEND": 1, - "LineEndWrap": 1, - "SCI_LINEENDWRAP": 1, - "LineEndWrapExtend": 1, - "SCI_LINEENDWRAPEXTEND": 1, - "DocumentStart": 1, - "SCI_DOCUMENTSTART": 1, - "DocumentStartExtend": 1, - "SCI_DOCUMENTSTARTEXTEND": 1, - "DocumentEnd": 1, - "SCI_DOCUMENTEND": 1, - "DocumentEndExtend": 1, - "SCI_DOCUMENTENDEXTEND": 1, - "PageUp": 1, - "SCI_PAGEUP": 1, - "PageUpExtend": 1, - "SCI_PAGEUPEXTEND": 1, - "PageUpRectExtend": 1, - "SCI_PAGEUPRECTEXTEND": 1, - "PageDown": 1, - "SCI_PAGEDOWN": 1, - "PageDownExtend": 1, - "SCI_PAGEDOWNEXTEND": 1, - "PageDownRectExtend": 1, - "SCI_PAGEDOWNRECTEXTEND": 1, - "Stuttered": 4, - "move": 2, - "StutteredPageUp": 1, - "SCI_STUTTEREDPAGEUP": 1, - "extend": 2, - "StutteredPageUpExtend": 1, - "SCI_STUTTEREDPAGEUPEXTEND": 1, - "StutteredPageDown": 1, - "SCI_STUTTEREDPAGEDOWN": 1, - "StutteredPageDownExtend": 1, - "SCI_STUTTEREDPAGEDOWNEXTEND": 1, - "Delete": 10, - "SCI_CLEAR": 1, - "DeleteBack": 1, - "SCI_DELETEBACK": 1, - "DeleteBackNotLine": 1, - "SCI_DELETEBACKNOTLINE": 1, - "left.": 2, - "DeleteWordLeft": 1, - "SCI_DELWORDLEFT": 1, - "right.": 2, - "DeleteWordRight": 1, - "SCI_DELWORDRIGHT": 1, - "DeleteWordRightEnd": 1, - "SCI_DELWORDRIGHTEND": 1, - "DeleteLineLeft": 1, - "SCI_DELLINELEFT": 1, - "DeleteLineRight": 1, - "SCI_DELLINERIGHT": 1, - "LineDelete": 1, - "SCI_LINEDELETE": 1, - "Cut": 2, - "clipboard.": 5, - "LineCut": 1, - "SCI_LINECUT": 1, - "Copy": 2, - "LineCopy": 1, - "SCI_LINECOPY": 1, - "Transpose": 1, - "lines.": 1, - "LineTranspose": 1, - "SCI_LINETRANSPOSE": 1, - "Duplicate": 2, - "LineDuplicate": 1, - "SCI_LINEDUPLICATE": 1, - "SelectAll": 1, - "SCI_SELECTALL": 1, - "MoveSelectedLinesUp": 1, - "SCI_MOVESELECTEDLINESUP": 1, - "MoveSelectedLinesDown": 1, - "SCI_MOVESELECTEDLINESDOWN": 1, - "selection.": 1, - "SelectionDuplicate": 1, - "SCI_SELECTIONDUPLICATE": 1, - "Convert": 2, - "lower": 1, - "case.": 2, - "SelectionLowerCase": 1, - "SCI_LOWERCASE": 1, - "upper": 1, - "SelectionUpperCase": 1, - "SCI_UPPERCASE": 1, - "SelectionCut": 1, - "SCI_CUT": 1, - "SelectionCopy": 1, - "SCI_COPY": 1, - "Paste": 2, - "SCI_PASTE": 1, - "Toggle": 1, - "insert/overtype.": 1, - "EditToggleOvertype": 1, - "SCI_EDITTOGGLEOVERTYPE": 1, - "Insert": 2, - "dependent": 1, - "newline.": 1, - "Newline": 1, - "SCI_NEWLINE": 1, - "formfeed.": 1, - "Formfeed": 1, - "SCI_FORMFEED": 1, - "Indent": 1, - "Tab": 1, - "SCI_TAB": 1, - "De": 1, - "indent": 1, - "Backtab": 1, - "SCI_BACKTAB": 1, - "Cancel": 2, - "SCI_CANCEL": 1, - "Undo": 2, - "command.": 5, - "SCI_UNDO": 1, - "Redo": 2, - "SCI_REDO": 1, - "Zoom": 2, - "in.": 1, - "ZoomIn": 1, - "SCI_ZOOMIN": 1, - "out.": 1, - "ZoomOut": 1, - "SCI_ZOOMOUT": 1, - "executed": 1, - "scicmd": 2, - "Execute": 1, - "Binds": 2, - "binding": 3, - "removed.": 2, - "unchanged.": 1, - "Valid": 1, - "Key_Down": 1, - "Key_Up": 1, - "Key_Left": 1, - "Key_Right": 1, - "Key_Home": 1, - "Key_End": 1, - "Key_PageUp": 1, - "Key_PageDown": 1, - "Key_Delete": 1, - "Key_Insert": 1, - "Key_Escape": 1, - "Key_Backspace": 1, - "Key_Tab": 1, - "Key_Return.": 1, - "Keys": 1, - "SHIFT": 1, - "CTRL": 1, - "ALT": 1, - "META.": 1, - "setAlternateKey": 3, - "validKey": 3, - "setKey": 3, - "altkey": 3, - "alternateKey": 3, - "returned.": 4, - "qkey": 2, - "qaltkey": 2, - "valid": 2, - "QsciCommandSet": 1, - "*qs": 1, - "cmd": 1, - "*desc": 1, - "bindKey": 1, - "qk": 1, - "scik": 1, - "*qsCmd": 1, - "scikey": 1, - "scialtkey": 1, - "*descCmd": 1, - "INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "Person_descriptor_": 6, - "GeneratedMessageReflection*": 1, - "Person_reflection_": 4, - "FileDescriptor*": 1, - "DescriptorPool": 3, - "generated_pool": 2, - "FindFileByName": 1, - "GOOGLE_CHECK": 1, - "message_type": 1, - "Person_offsets_": 2, - "GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET": 3, - "GeneratedMessageReflection": 1, - "MessageFactory": 3, - "generated_factory": 1, - "GOOGLE_PROTOBUF_DECLARE_ONCE": 1, - "protobuf_AssignDescriptors_once_": 2, - "protobuf_AssignDescriptorsOnce": 4, - "GoogleOnceInit": 1, - "protobuf_RegisterTypes": 2, - "InternalRegisterGeneratedMessage": 1, - "already_here": 3, - "GOOGLE_PROTOBUF_VERIFY_VERSION": 1, - "InternalAddGeneratedFile": 1, - "InternalRegisterGeneratedFile": 1, - "OnShutdown": 1, - "StaticDescriptorInitializer_protocol_2dbuffer_2eproto": 2, - "static_descriptor_initializer_protocol_2dbuffer_2eproto_": 1, - "GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN": 2, - "GOOGLE_SAFE_CONCURRENT_WRITES_END": 2, - "*default_instance_": 1, - "xffu": 3, - "DO_": 4, - "EXPRESSION": 2, - "tag": 6, - "ReadTag": 1, - "switch": 3, - "WireFormatLite": 9, - "GetTagFieldNumber": 1, - "GetTagWireType": 2, - "WIRETYPE_LENGTH_DELIMITED": 1, - "ReadString": 1, - "WireFormat": 10, - "VerifyUTF8String": 3, - ".data": 3, - ".length": 3, - "PARSE": 1, - "handle_uninterpreted": 2, - "ExpectAtEnd": 1, - "WIRETYPE_END_GROUP": 1, - "SkipField": 1, - "SERIALIZE": 2, - "WriteString": 1, - "SerializeUnknownFields": 1, - "target": 6, - "WriteStringToArray": 1, - "SerializeUnknownFieldsToArray": 1, - "total_size": 5, - "StringSize": 1, - "ComputeUnknownFieldsSize": 1, - "GOOGLE_CHECK_NE": 2, - "dynamic_cast_if_available": 1, - "ReflectionOps": 1, - "Merge": 1, - "from._has_bits_": 1, - "from.has_name": 1, - "from.name": 1, - "from.unknown_fields": 1, - "swap": 3, - "_unknown_fields_.Swap": 1, - "metadata": 2, - "metadata.descriptor": 1, - "metadata.reflection": 1, - "PY_SSIZE_T_CLEAN": 1, - "Py_PYTHON_H": 1, - "Python": 1, - "compile": 1, - "extensions": 1, - "development": 1, - "Python.": 1, - "": 1, - "offsetof": 2, - "member": 2, - "type*": 1, - "WIN32": 2, - "MS_WINDOWS": 2, - "__stdcall": 2, - "__cdecl": 2, - "__fastcall": 2, - "DL_IMPORT": 2, - "DL_EXPORT": 2, - "PY_LONG_LONG": 5, - "LONG_LONG": 1, - "PY_VERSION_HEX": 9, - "METH_COEXIST": 1, - "PyDict_CheckExact": 1, - "Py_TYPE": 4, - "PyDict_Type": 1, - "PyDict_Contains": 1, - "d": 8, - "o": 20, - "PySequence_Contains": 1, - "Py_ssize_t": 17, - "PY_SSIZE_T_MAX": 1, - "INT_MAX": 1, - "PY_SSIZE_T_MIN": 1, - "INT_MIN": 1, - "PY_FORMAT_SIZE_T": 1, - "PyInt_FromSsize_t": 2, - "z": 46, - "PyInt_FromLong": 13, - "PyInt_AsSsize_t": 2, - "PyInt_AsLong": 2, - "PyNumber_Index": 1, - "PyNumber_Int": 1, - "PyIndex_Check": 1, - "PyNumber_Check": 1, - "PyErr_WarnEx": 1, - "category": 2, - "message": 2, - "stacklevel": 1, - "PyErr_Warn": 1, - "Py_REFCNT": 1, - "ob": 6, - "PyObject*": 16, - "ob_refcnt": 1, - "ob_type": 7, - "Py_SIZE": 1, - "PyVarObject*": 1, - "ob_size": 1, - "PyVarObject_HEAD_INIT": 1, - "PyObject_HEAD_INIT": 1, - "PyType_Modified": 1, - "*buf": 1, - "PyObject": 221, - "*obj": 2, - "itemsize": 2, - "ndim": 2, - "*format": 1, - "*shape": 1, - "*strides": 1, - "*suboffsets": 1, - "*internal": 1, - "Py_buffer": 5, - "PyBUF_SIMPLE": 1, - "PyBUF_WRITABLE": 1, - "PyBUF_FORMAT": 1, - "PyBUF_ND": 2, - "PyBUF_STRIDES": 5, - "PyBUF_C_CONTIGUOUS": 3, - "PyBUF_F_CONTIGUOUS": 3, - "PyBUF_ANY_CONTIGUOUS": 1, - "PyBUF_INDIRECT": 1, - "PY_MAJOR_VERSION": 10, - "__Pyx_BUILTIN_MODULE_NAME": 2, - "Py_TPFLAGS_CHECKTYPES": 1, - "Py_TPFLAGS_HAVE_INDEX": 1, - "Py_TPFLAGS_HAVE_NEWBUFFER": 1, - "PyBaseString_Type": 1, - "PyUnicode_Type": 2, - "PyStringObject": 2, - "PyUnicodeObject": 1, - "PyString_Type": 2, - "PyString_Check": 2, - "PyUnicode_Check": 1, - "PyString_CheckExact": 2, - "PyUnicode_CheckExact": 1, - "PyBytesObject": 1, - "PyBytes_Type": 1, - "PyBytes_Check": 1, - "PyBytes_CheckExact": 1, - "PyBytes_FromString": 2, - "PyString_FromString": 1, - "PyBytes_FromStringAndSize": 1, - "PyString_FromStringAndSize": 1, - "PyBytes_FromFormat": 1, - "PyString_FromFormat": 1, - "PyBytes_DecodeEscape": 1, - "PyString_DecodeEscape": 1, - "PyBytes_AsString": 2, - "PyString_AsString": 1, - "PyBytes_AsStringAndSize": 1, - "PyString_AsStringAndSize": 1, - "PyBytes_Size": 1, - "PyString_Size": 1, - "PyBytes_AS_STRING": 1, - "PyString_AS_STRING": 1, - "PyBytes_GET_SIZE": 1, - "PyString_GET_SIZE": 1, - "PyBytes_Repr": 1, - "PyString_Repr": 1, - "PyBytes_Concat": 1, - "PyString_Concat": 1, - "PyBytes_ConcatAndDel": 1, - "PyString_ConcatAndDel": 1, - "PySet_Check": 1, - "obj": 42, - "PyObject_TypeCheck": 3, - "PySet_Type": 2, - "PyFrozenSet_Check": 1, - "PyFrozenSet_Type": 1, - "PySet_CheckExact": 2, - "__Pyx_TypeCheck": 1, - "PyTypeObject": 2, - "PyIntObject": 1, - "PyLongObject": 2, - "PyInt_Type": 1, - "PyLong_Type": 1, - "PyInt_Check": 1, - "PyLong_Check": 1, - "PyInt_CheckExact": 1, - "PyLong_CheckExact": 1, - "PyInt_FromString": 1, - "PyLong_FromString": 1, - "PyInt_FromUnicode": 1, - "PyLong_FromUnicode": 1, - "PyLong_FromLong": 1, - "PyInt_FromSize_t": 1, - "PyLong_FromSize_t": 1, - "PyLong_FromSsize_t": 1, - "PyLong_AsLong": 1, - "PyInt_AS_LONG": 1, - "PyLong_AS_LONG": 1, - "PyLong_AsSsize_t": 1, - "PyInt_AsUnsignedLongMask": 1, - "PyLong_AsUnsignedLongMask": 1, - "PyInt_AsUnsignedLongLongMask": 1, - "PyLong_AsUnsignedLongLongMask": 1, - "PyBoolObject": 1, - "__Pyx_PyNumber_Divide": 2, - "PyNumber_TrueDivide": 1, - "__Pyx_PyNumber_InPlaceDivide": 2, - "PyNumber_InPlaceTrueDivide": 1, - "PyNumber_Divide": 1, - "PyNumber_InPlaceDivide": 1, - "__Pyx_PySequence_GetSlice": 2, - "PySequence_GetSlice": 2, - "__Pyx_PySequence_SetSlice": 2, - "PySequence_SetSlice": 2, - "__Pyx_PySequence_DelSlice": 2, - "PySequence_DelSlice": 2, - "unlikely": 69, - "PyErr_SetString": 4, - "PyExc_SystemError": 3, - "likely": 15, - "tp_as_mapping": 3, - "PyErr_Format": 4, - "PyExc_TypeError": 5, - "tp_name": 4, - "PyMethod_New": 2, - "func": 3, - "klass": 1, - "PyInstanceMethod_New": 1, - "__Pyx_GetAttrString": 2, - "PyObject_GetAttrString": 3, - "__Pyx_SetAttrString": 2, - "PyObject_SetAttrString": 2, - "__Pyx_DelAttrString": 2, - "PyObject_DelAttrString": 2, - "__Pyx_NAMESTR": 3, - "__Pyx_DOCSTR": 3, - "__PYX_EXTERN_C": 2, - "_USE_MATH_DEFINES": 1, - "": 1, - "__PYX_HAVE_API__wrapper_inner": 1, - "PYREX_WITHOUT_ASSERTIONS": 1, - "CYTHON_WITHOUT_ASSERTIONS": 1, - "CYTHON_INLINE": 68, - "__GNUC__": 5, - "__inline__": 1, - "__inline": 1, - "__STDC_VERSION__": 2, - "L": 1, - "CYTHON_UNUSED": 7, - "**p": 1, - "*s": 1, - "encoding": 1, - "is_unicode": 1, - "is_str": 1, - "intern": 1, - "__Pyx_StringTabEntry": 1, - "__Pyx_PyBytes_FromUString": 1, - "__Pyx_PyBytes_AsUString": 1, - "__Pyx_PyBool_FromLong": 1, - "Py_INCREF": 3, - "Py_True": 2, - "Py_False": 2, - "__Pyx_PyObject_IsTrue": 8, - "__Pyx_PyNumber_Int": 1, - "__Pyx_PyIndex_AsSsize_t": 1, - "__Pyx_PyInt_FromSize_t": 1, - "__Pyx_PyInt_AsSize_t": 1, - "__pyx_PyFloat_AsDouble": 3, - "PyFloat_CheckExact": 1, - "PyFloat_AS_DOUBLE": 1, - "PyFloat_AsDouble": 1, - "__GNUC_MINOR__": 1, - "__builtin_expect": 2, - "*__pyx_m": 1, - "*__pyx_b": 1, - "*__pyx_empty_tuple": 1, - "*__pyx_empty_bytes": 1, - "__pyx_lineno": 80, - "__pyx_clineno": 80, - "__pyx_cfilenm": 1, - "__FILE__": 2, - "*__pyx_filename": 1, - "CYTHON_CCOMPLEX": 12, - "_Complex_I": 3, - "": 1, - "": 1, - "__sun__": 1, - "fj": 1, - "*__pyx_f": 1, - "npy_int8": 1, - "__pyx_t_5numpy_int8_t": 1, - "npy_int16": 1, - "__pyx_t_5numpy_int16_t": 1, - "npy_int32": 1, - "__pyx_t_5numpy_int32_t": 1, - "npy_int64": 1, - "__pyx_t_5numpy_int64_t": 1, - "npy_uint8": 1, - "__pyx_t_5numpy_uint8_t": 1, - "npy_uint16": 1, - "__pyx_t_5numpy_uint16_t": 1, - "npy_uint32": 1, - "__pyx_t_5numpy_uint32_t": 1, - "npy_uint64": 1, - "__pyx_t_5numpy_uint64_t": 1, - "npy_float32": 1, - "__pyx_t_5numpy_float32_t": 1, - "npy_float64": 1, - "__pyx_t_5numpy_float64_t": 1, - "npy_long": 1, - "__pyx_t_5numpy_int_t": 1, - "npy_longlong": 1, - "__pyx_t_5numpy_long_t": 1, - "npy_intp": 10, - "__pyx_t_5numpy_intp_t": 1, - "npy_uintp": 1, - "__pyx_t_5numpy_uintp_t": 1, - "npy_ulong": 1, - "__pyx_t_5numpy_uint_t": 1, - "npy_ulonglong": 1, - "__pyx_t_5numpy_ulong_t": 1, - "npy_double": 2, - "__pyx_t_5numpy_float_t": 1, - "__pyx_t_5numpy_double_t": 1, - "npy_longdouble": 1, - "__pyx_t_5numpy_longdouble_t": 1, - "complex": 2, - "__pyx_t_float_complex": 27, - "_Complex": 2, - "imag": 2, - "__pyx_t_double_complex": 27, - "npy_cfloat": 1, - "__pyx_t_5numpy_cfloat_t": 1, - "npy_cdouble": 2, - "__pyx_t_5numpy_cdouble_t": 1, - "npy_clongdouble": 1, - "__pyx_t_5numpy_clongdouble_t": 1, - "__pyx_t_5numpy_complex_t": 1, - "CYTHON_REFNANNY": 3, - "__Pyx_RefNannyAPIStruct": 4, - "*__Pyx_RefNanny": 1, - "__Pyx_RefNannyImportAPI": 1, - "*modname": 1, - "*m": 1, - "*p": 1, - "*r": 1, - "m": 4, - "PyImport_ImportModule": 1, - "modname": 1, - "PyLong_AsVoidPtr": 1, - "Py_XDECREF": 3, - "__Pyx_RefNannySetupContext": 13, - "*__pyx_refnanny": 1, - "__Pyx_RefNanny": 6, - "SetupContext": 1, - "__LINE__": 84, - "__Pyx_RefNannyFinishContext": 12, - "FinishContext": 1, - "__pyx_refnanny": 5, - "__Pyx_INCREF": 36, - "INCREF": 1, - "__Pyx_DECREF": 66, - "DECREF": 1, - "__Pyx_GOTREF": 60, - "GOTREF": 1, - "__Pyx_GIVEREF": 10, - "GIVEREF": 1, - "__Pyx_XDECREF": 26, - "Py_DECREF": 1, - "__Pyx_XGIVEREF": 7, - "__Pyx_XGOTREF": 1, - "__Pyx_TypeTest": 4, - "*type": 3, - "*__Pyx_GetName": 1, - "*dict": 1, - "__Pyx_ErrRestore": 1, - "*value": 2, - "*tb": 2, - "__Pyx_ErrFetch": 1, - "**type": 1, - "**value": 1, - "**tb": 1, - "__Pyx_Raise": 8, - "__Pyx_RaiseNoneNotIterableError": 1, - "__Pyx_RaiseNeedMoreValuesError": 1, - "index": 2, - "__Pyx_RaiseTooManyValuesError": 1, - "expected": 1, - "__Pyx_UnpackTupleError": 2, - "*__Pyx_Import": 1, - "*from_list": 1, - "__Pyx_Print": 1, - "__pyx_print": 1, - "__pyx_print_kwargs": 1, - "__Pyx_PrintOne": 4, - "*o": 1, - "*__Pyx_PyInt_to_py_Py_intptr_t": 1, - "Py_intptr_t": 1, - "__Pyx_CREAL": 4, - ".real": 3, - "__Pyx_CIMAG": 4, - ".imag": 3, - "__real__": 1, - "__imag__": 1, - "_WIN32": 1, - "__Pyx_SET_CREAL": 2, - "__Pyx_SET_CIMAG": 2, - "__pyx_t_float_complex_from_parts": 1, - "__Pyx_c_eqf": 2, - "__Pyx_c_sumf": 2, - "__Pyx_c_difff": 2, - "__Pyx_c_prodf": 2, - "__Pyx_c_quotf": 2, - "__Pyx_c_negf": 2, - "__Pyx_c_is_zerof": 3, - "__Pyx_c_conjf": 3, - "conj": 3, - "__Pyx_c_absf": 3, - "abs": 2, - "__Pyx_c_powf": 3, - "pow": 2, - "conjf": 1, - "cabsf": 1, - "cpowf": 1, - "__pyx_t_double_complex_from_parts": 1, - "__Pyx_c_eq": 2, - "__Pyx_c_sum": 2, - "__Pyx_c_diff": 2, - "__Pyx_c_prod": 2, - "__Pyx_c_quot": 2, - "__Pyx_c_neg": 2, - "__Pyx_c_is_zero": 3, - "__Pyx_c_conj": 3, - "__Pyx_c_abs": 3, - "__Pyx_c_pow": 3, - "cabs": 1, - "cpow": 1, - "__Pyx_PyInt_AsUnsignedChar": 1, - "__Pyx_PyInt_AsUnsignedShort": 1, - "__Pyx_PyInt_AsUnsignedInt": 1, - "__Pyx_PyInt_AsChar": 1, - "__Pyx_PyInt_AsShort": 1, - "__Pyx_PyInt_AsInt": 1, - "signed": 5, - "__Pyx_PyInt_AsSignedChar": 1, - "__Pyx_PyInt_AsSignedShort": 1, - "__Pyx_PyInt_AsSignedInt": 1, - "__Pyx_PyInt_AsLongDouble": 1, - "__Pyx_PyInt_AsUnsignedLong": 1, - "__Pyx_PyInt_AsUnsignedLongLong": 1, - "__Pyx_PyInt_AsLong": 1, - "__Pyx_PyInt_AsLongLong": 1, - "__Pyx_PyInt_AsSignedLong": 1, - "__Pyx_PyInt_AsSignedLongLong": 1, - "__Pyx_WriteUnraisable": 3, - "__Pyx_ExportFunction": 1, - "*__pyx_f_5numpy_PyArray_MultiIterNew2": 2, - "*__pyx_f_5numpy_PyArray_MultiIterNew3": 2, - "*__pyx_f_5numpy_PyArray_MultiIterNew4": 2, - "*__pyx_f_5numpy_PyArray_MultiIterNew5": 2, - "*__pyx_f_5numpy__util_dtypestring": 2, - "PyArray_Descr": 6, - "__pyx_f_5numpy_set_array_base": 1, - "PyArrayObject": 19, - "*__pyx_f_5numpy_get_array_base": 1, - "inner_work_1d": 2, - "inner_work_2d": 2, - "__Pyx_MODULE_NAME": 1, - "__pyx_module_is_main_wrapper_inner": 1, - "*__pyx_builtin_ValueError": 1, - "*__pyx_builtin_range": 1, - "*__pyx_builtin_RuntimeError": 1, - "__pyx_k_1": 1, - "__pyx_k_2": 1, - "__pyx_k_3": 1, - "__pyx_k_5": 1, - "__pyx_k_7": 1, - "__pyx_k_9": 1, - "__pyx_k_11": 1, - "__pyx_k_12": 1, - "__pyx_k_15": 1, - "__pyx_k__B": 2, - "__pyx_k__H": 2, - "__pyx_k__I": 2, - "__pyx_k__L": 2, - "__pyx_k__O": 2, - "__pyx_k__Q": 2, - "__pyx_k__b": 2, - "__pyx_k__d": 2, - "__pyx_k__f": 2, - "__pyx_k__g": 2, - "__pyx_k__h": 2, - "__pyx_k__i": 2, - "__pyx_k__l": 2, - "__pyx_k__q": 2, - "__pyx_k__Zd": 2, - "__pyx_k__Zf": 2, - "__pyx_k__Zg": 2, - "__pyx_k__np": 1, - "__pyx_k__buf": 1, - "__pyx_k__obj": 1, - "__pyx_k__base": 1, - "__pyx_k__ndim": 1, - "__pyx_k__ones": 1, - "__pyx_k__descr": 1, - "__pyx_k__names": 1, - "__pyx_k__numpy": 1, - "__pyx_k__range": 1, - "__pyx_k__shape": 1, - "__pyx_k__fields": 1, - "__pyx_k__format": 1, - "__pyx_k__strides": 1, - "__pyx_k____main__": 1, - "__pyx_k____test__": 1, - "__pyx_k__itemsize": 1, - "__pyx_k__readonly": 1, - "__pyx_k__type_num": 1, - "__pyx_k__byteorder": 1, - "__pyx_k__ValueError": 1, - "__pyx_k__suboffsets": 1, - "__pyx_k__work_module": 1, - "__pyx_k__RuntimeError": 1, - "__pyx_k__pure_py_test": 1, - "__pyx_k__wrapper_inner": 1, - "__pyx_k__do_awesome_work": 1, - "*__pyx_kp_s_1": 1, - "*__pyx_kp_u_11": 1, - "*__pyx_kp_u_12": 1, - "*__pyx_kp_u_15": 1, - "*__pyx_kp_s_2": 1, - "*__pyx_kp_s_3": 1, - "*__pyx_kp_u_5": 1, - "*__pyx_kp_u_7": 1, - "*__pyx_kp_u_9": 1, - "*__pyx_n_s__RuntimeError": 1, - "*__pyx_n_s__ValueError": 1, - "*__pyx_n_s____main__": 1, - "*__pyx_n_s____test__": 1, - "*__pyx_n_s__base": 1, - "*__pyx_n_s__buf": 1, - "*__pyx_n_s__byteorder": 1, - "*__pyx_n_s__descr": 1, - "*__pyx_n_s__do_awesome_work": 1, - "*__pyx_n_s__fields": 1, - "*__pyx_n_s__format": 1, - "*__pyx_n_s__itemsize": 1, - "*__pyx_n_s__names": 1, - "*__pyx_n_s__ndim": 1, - "*__pyx_n_s__np": 1, - "*__pyx_n_s__numpy": 1, - "*__pyx_n_s__obj": 1, - "*__pyx_n_s__ones": 1, - "*__pyx_n_s__pure_py_test": 1, - "*__pyx_n_s__range": 1, - "*__pyx_n_s__readonly": 1, - "*__pyx_n_s__shape": 1, - "*__pyx_n_s__strides": 1, - "*__pyx_n_s__suboffsets": 1, - "*__pyx_n_s__type_num": 1, - "*__pyx_n_s__work_module": 1, - "*__pyx_n_s__wrapper_inner": 1, - "*__pyx_int_5": 1, - "*__pyx_int_15": 1, - "*__pyx_k_tuple_4": 1, - "*__pyx_k_tuple_6": 1, - "*__pyx_k_tuple_8": 1, - "*__pyx_k_tuple_10": 1, - "*__pyx_k_tuple_13": 1, - "*__pyx_k_tuple_14": 1, - "*__pyx_k_tuple_16": 1, - "__pyx_v_num_x": 4, - "*__pyx_v_data_ptr": 2, - "*__pyx_v_answer_ptr": 2, - "__pyx_v_nd": 6, - "*__pyx_v_dims": 2, - "__pyx_v_typenum": 6, - "*__pyx_v_data_np": 2, - "__pyx_v_sum": 6, - "__pyx_t_1": 154, - "*__pyx_t_2": 4, - "*__pyx_t_3": 4, - "*__pyx_t_4": 3, - "__pyx_t_5": 75, - "__pyx_kp_s_1": 1, - "__pyx_filename": 79, - "__pyx_f": 79, - "__pyx_L1_error": 88, - "__pyx_v_dims": 4, - "NPY_DOUBLE": 3, - "__pyx_t_2": 120, - "PyArray_SimpleNewFromData": 2, - "__pyx_v_data_ptr": 2, - "Py_None": 38, - "__pyx_ptype_5numpy_ndarray": 2, - "__pyx_v_data_np": 10, - "__Pyx_GetName": 4, - "__pyx_m": 4, - "__pyx_n_s__work_module": 3, - "__pyx_t_3": 113, - "PyObject_GetAttr": 4, - "__pyx_n_s__do_awesome_work": 3, - "PyTuple_New": 4, - "PyTuple_SET_ITEM": 4, - "__pyx_t_4": 35, - "PyObject_Call": 11, - "PyErr_Occurred": 2, - "__pyx_v_answer_ptr": 2, - "__pyx_L0": 24, - "__pyx_v_num_y": 2, - "__pyx_kp_s_2": 1, - "*__pyx_pf_13wrapper_inner_pure_py_test": 2, - "*__pyx_self": 2, - "*unused": 2, - "PyMethodDef": 1, - "__pyx_mdef_13wrapper_inner_pure_py_test": 1, - "PyCFunction": 1, - "__pyx_pf_13wrapper_inner_pure_py_test": 1, - "METH_NOARGS": 1, - "*__pyx_v_data": 1, - "*__pyx_r": 7, - "*__pyx_t_1": 8, - "__pyx_self": 2, - "__pyx_v_data": 7, - "__pyx_kp_s_3": 1, - "__pyx_n_s__np": 1, - "__pyx_n_s__ones": 1, - "__pyx_k_tuple_4": 1, - "__pyx_r": 39, - "__Pyx_AddTraceback": 7, - "__pyx_pf_5numpy_7ndarray___getbuffer__": 2, - "*__pyx_v_self": 4, - "*__pyx_v_info": 4, - "__pyx_v_flags": 4, - "__pyx_v_copy_shape": 5, - "__pyx_v_i": 6, - "__pyx_v_ndim": 6, - "__pyx_v_endian_detector": 6, - "__pyx_v_little_endian": 8, - "__pyx_v_t": 29, - "*__pyx_v_f": 2, - "*__pyx_v_descr": 2, - "__pyx_v_offset": 9, - "__pyx_v_hasfields": 4, - "__pyx_t_6": 40, - "__pyx_t_7": 9, - "*__pyx_t_8": 1, - "*__pyx_t_9": 1, - "__pyx_v_info": 33, - "__pyx_v_self": 16, - "PyArray_NDIM": 1, - "__pyx_L5": 6, - "PyArray_CHKFLAGS": 2, - "NPY_C_CONTIGUOUS": 1, - "__pyx_builtin_ValueError": 5, - "__pyx_k_tuple_6": 1, - "__pyx_L6": 6, - "NPY_F_CONTIGUOUS": 1, - "__pyx_k_tuple_8": 1, - "__pyx_L7": 2, - "PyArray_DATA": 1, - "strides": 5, - "malloc": 2, - "shape": 3, - "PyArray_STRIDES": 2, - "PyArray_DIMS": 2, - "__pyx_L8": 2, - "suboffsets": 1, - "PyArray_ITEMSIZE": 1, - "PyArray_ISWRITEABLE": 1, - "__pyx_v_f": 31, - "descr": 2, - "__pyx_v_descr": 10, - "PyDataType_HASFIELDS": 2, - "__pyx_L11": 7, - "type_num": 2, - "byteorder": 4, - "__pyx_k_tuple_10": 1, - "__pyx_L13": 2, - "NPY_BYTE": 2, - "__pyx_L14": 18, - "NPY_UBYTE": 2, - "NPY_SHORT": 2, - "NPY_USHORT": 2, - "NPY_INT": 2, - "NPY_UINT": 2, - "NPY_LONG": 1, - "NPY_ULONG": 1, - "NPY_LONGLONG": 1, - "NPY_ULONGLONG": 1, - "NPY_FLOAT": 1, - "NPY_LONGDOUBLE": 1, - "NPY_CFLOAT": 1, - "NPY_CDOUBLE": 1, - "NPY_CLONGDOUBLE": 1, - "NPY_OBJECT": 1, - "__pyx_t_8": 16, - "PyNumber_Remainder": 1, - "__pyx_kp_u_11": 1, - "format": 6, - "__pyx_L12": 2, - "__pyx_t_9": 7, - "__pyx_f_5numpy__util_dtypestring": 1, - "__pyx_L2": 2, - "__pyx_pf_5numpy_7ndarray_1__releasebuffer__": 2, - "PyArray_HASFIELDS": 1, - "*__pyx_f_5numpy_PyArray_MultiIterNew1": 1, - "*__pyx_v_a": 5, - "PyArray_MultiIterNew": 5, - "__pyx_v_a": 5, - "*__pyx_v_b": 4, - "__pyx_v_b": 4, - "*__pyx_v_c": 3, - "__pyx_v_c": 3, - "*__pyx_v_d": 2, - "__pyx_v_d": 2, - "*__pyx_v_e": 1, - "__pyx_v_e": 1, - "*__pyx_v_end": 1, - "*__pyx_v_offset": 1, - "*__pyx_v_child": 1, - "*__pyx_v_fields": 1, - "*__pyx_v_childname": 1, - "*__pyx_v_new_offset": 1, - "*__pyx_v_t": 1, - "*__pyx_t_5": 1, - "__pyx_t_10": 7, - "*__pyx_t_11": 1, - "__pyx_v_child": 8, - "__pyx_v_fields": 7, - "__pyx_v_childname": 4, - "__pyx_v_new_offset": 5, - "PyTuple_GET_SIZE": 2, - "PyTuple_GET_ITEM": 3, - "PyObject_GetItem": 1, - "PyTuple_CheckExact": 1, - "tuple": 3, - "__pyx_ptype_5numpy_dtype": 1, - "__pyx_v_end": 2, - "PyNumber_Subtract": 2, - "PyObject_RichCompare": 8, - "__pyx_int_15": 1, - "Py_LT": 2, - "__pyx_builtin_RuntimeError": 2, - "__pyx_k_tuple_13": 1, - "__pyx_k_tuple_14": 1, - "elsize": 1, - "__pyx_k_tuple_16": 1, - "__pyx_L10": 2, - "Py_EQ": 6, - "UTILS_H": 3, - "": 1, - "": 1, - "": 1, - "QTemporaryFile": 1, - "showUsage": 1, - "QtMsgType": 1, - "dump_path": 1, - "minidump_id": 1, - "QVariant": 1, - "coffee2js": 1, - "script": 1, - "injectJsInFrame": 2, - "jsFilePath": 5, - "libraryPath": 5, - "QWebFrame": 4, - "*targetFrame": 4, - "startingScript": 2, - "Encoding": 3, - "jsFileEnc": 2, - "readResourceFileUtf8": 1, - "resourceFilePath": 1, - "loadJSForDebug": 2, - "autorun": 2, - "cleanupFromDebug": 1, - "findScript": 1, - "jsFromScriptFile": 1, - "scriptPath": 1, - "enc": 1, - "shouldn": 1, - "instantiated": 1, - "QTemporaryFile*": 2, - "m_tempHarness": 1, - "We": 1, - "ourselves": 1, - "m_tempWrapper": 1, - "smallPrime_t": 1, - "overflow": 1, - "NUM_TOKENS": 1, - "one_char_tokens": 2, - "ILLEGAL": 120, - "LPAREN": 2, - "RPAREN": 2, - "COMMA": 2, - "COLON": 2, - "SEMICOLON": 2, - "CONDITIONAL": 2, - "LBRACK": 2, - "RBRACK": 2, - "LBRACE": 2, - "RBRACE": 2, - "BIT_NOT": 2, - "": 1, - "next_.location.beg_pos": 3, - "next_.location.end_pos": 4, - "IsByteOrderMark": 2, - "xFEFF": 1, - "xFFFE": 1, - "start_position": 2, - "undo": 4, - "WHITESPACE": 6, - "LT": 2, - "LTE": 1, - "ASSIGN_SHL": 1, - "SHL": 1, - "GTE": 1, - "ASSIGN_SAR": 1, - "ASSIGN_SHR": 1, - "SHR": 1, - "SAR": 1, - "GT": 1, - "EQ_STRICT": 1, - "EQ": 1, - "ASSIGN": 1, - "NE_STRICT": 1, - "NE": 1, - "INC": 1, - "ASSIGN_ADD": 1, - "ADD": 1, - "DEC": 1, - "ASSIGN_SUB": 1, - "SUB": 1, - "ASSIGN_MUL": 1, - "MUL": 1, - "ASSIGN_MOD": 1, - "MOD": 1, - "ASSIGN_DIV": 1, - "DIV": 1, - "AND": 1, - "ASSIGN_BIT_AND": 1, - "BIT_AND": 1, - "OR": 1, - "ASSIGN_BIT_OR": 1, - "BIT_OR": 1, - "ASSIGN_BIT_XOR": 1, - "BIT_XOR": 1, - "IsDecimalDigit": 2, - "PERIOD": 1, - "EOS": 1, - "current_pos": 4, - "ASSERT_EQ": 1, - "IsCarriageReturn": 2, - "IsLineFeed": 2, - "fall": 2, - "xxx": 1, - "immediately": 1, - "octal": 1, - "escape": 1, - "quote": 3, - "consume": 2, - "X": 2, - "E": 3, - "l": 1, - "w": 1, - "keyword": 1, - "Unescaped": 1, - "in_character_class": 2, - "literal.Complete": 2 - }, - "CMake": { - "cmake_minimum_required": 1, - "(": 8, - "VERSION": 1, - ")": 8, - "project": 1, - "Foo": 1, - "set": 2, - "CMAKE_SKIP_RPATH": 1, - "TRUE": 1, - "CMAKE_INSTALL_PREFIX": 1, - "add_subdirectory": 1, - "bar": 1, - "add_executable": 1, - "foo": 3, - "foo.c": 1, - "target_link_libraries": 1, - "pthread": 1, - "install": 1, - "TARGETS": 1, - "DESTINATION": 1, - "bin": 1 - }, - "COBOL": { - "program": 1, - "-": 19, - "id.": 1, - "hello.": 3, - "procedure": 1, - "division.": 1, - "display": 1, - ".": 3, - "stop": 1, - "run.": 1, - "COBOL": 7, - "TEST": 2, - "RECORD.": 1, - "USAGES.": 1, - "COMP": 5, - "PIC": 5, - "S9": 4, - "(": 5, - ")": 5, - "COMP.": 3, - "COMP2": 2, - "IDENTIFICATION": 2, - "DIVISION.": 4, - "PROGRAM": 2, - "ID.": 2, - "PROCEDURE": 2, - "DISPLAY": 2, - "STOP": 2, - "RUN.": 2 - }, - "CSS": { - ".clearfix": 8, - "{": 1661, - "*zoom": 48, - ";": 4219, - "}": 1705, - "before": 48, - "after": 96, - "display": 135, - "table": 44, - "content": 66, - "line": 97, - "-": 8839, - "height": 141, - "clear": 32, - "both": 30, - ".hide": 12, - "text": 129, - "font": 142, - "/0": 2, - "a": 268, - "color": 711, - "transparent": 148, - "shadow": 254, - "none": 128, - "background": 770, - "border": 912, - ".input": 216, - "block": 133, - "level": 2, - "width": 215, - "%": 366, - "min": 14, - "px": 2535, - "webkit": 364, - "box": 264, - "sizing": 27, - "moz": 316, - "article": 2, - "aside": 2, - "details": 2, - "figcaption": 2, - "figure": 2, - "footer": 2, - "header": 12, - "hgroup": 2, - "nav": 2, - "section": 2, - "audio": 4, - "canvas": 2, - "video": 4, - "inline": 116, - "*display": 20, - "not": 6, - "(": 748, - "[": 384, - "controls": 2, - "]": 384, - ")": 748, - "html": 4, - "size": 104, - "adjust": 6, - "ms": 13, - "focus": 232, - "outline": 30, - "thin": 8, - "dotted": 10, - "#333": 6, - "auto": 50, - "ring": 6, - "offset": 6, - "hover": 144, - "active": 46, - "sub": 4, - "sup": 4, - "position": 342, - "relative": 18, - "vertical": 56, - "align": 72, - "baseline": 4, - "top": 376, - "em": 6, - "bottom": 309, - "img": 14, - "max": 18, - "middle": 20, - "interpolation": 2, - "mode": 2, - "bicubic": 2, - "#map_canvas": 2, - ".google": 2, - "maps": 2, - "button": 18, - "input": 336, - "select": 90, - "textarea": 76, - "margin": 424, - "*overflow": 3, - "visible": 8, - "normal": 18, - "inner": 37, - "padding": 174, - "type": 174, - "appearance": 6, - "cursor": 30, - "pointer": 12, - "label": 20, - "textfield": 2, - "search": 66, - "decoration": 33, - "cancel": 2, - "overflow": 21, - "@media": 2, - "print": 4, - "*": 2, - "important": 18, - "#000": 2, - "visited": 2, - "underline": 6, - "href": 28, - "attr": 4, - "abbr": 6, - "title": 10, - ".ir": 2, - "pre": 16, - "blockquote": 14, - "solid": 93, - "#999": 6, - "page": 6, - "break": 12, - "inside": 4, - "avoid": 6, - "thead": 38, - "group": 120, - "tr": 92, - "@page": 2, - "cm": 2, - "p": 14, - "h2": 14, - "h3": 14, - "orphans": 2, - "widows": 2, - "body": 3, - "family": 10, - "Helvetica": 6, - "Arial": 6, - "sans": 6, - "serif": 6, - "#333333": 26, - "#ffffff": 136, - "#0088cc": 24, - "#005580": 8, - ".img": 6, - "rounded": 2, - "radius": 534, - "polaroid": 2, - "#fff": 10, - "#ccc": 13, - "rgba": 409, - "circle": 18, - ".row": 126, - "left": 489, - "class*": 100, - "float": 84, - ".container": 32, - ".navbar": 332, - "static": 14, - "fixed": 36, - ".span12": 4, - ".span11": 4, - ".span10": 4, - ".span9": 4, - ".span8": 4, - ".span7": 4, - ".span6": 4, - ".span5": 4, - ".span4": 4, - ".span3": 4, - ".span2": 4, - ".span1": 4, - ".offset12": 6, - ".offset11": 6, - ".offset10": 6, - ".offset9": 6, - ".offset8": 6, - ".offset7": 6, - ".offset6": 6, - ".offset5": 6, - ".offset4": 6, - ".offset3": 6, - ".offset2": 6, - ".offset1": 6, - "fluid": 126, - "*margin": 70, - "first": 179, - "child": 301, - ".controls": 28, - "row": 20, - "+": 105, - "*width": 26, - ".pull": 16, - "right": 258, - ".lead": 2, - "weight": 28, - "small": 66, - "strong": 2, - "bold": 14, - "style": 21, - "italic": 4, - "cite": 2, - ".muted": 2, - "#999999": 50, - "a.muted": 4, - "#808080": 2, - ".text": 14, - "warning": 33, - "#c09853": 14, - "a.text": 16, - "#a47e3c": 4, - "error": 10, - "#b94a48": 20, - "#953b39": 6, - "info": 37, - "#3a87ad": 18, - "#2d6987": 6, - "success": 35, - "#468847": 18, - "#356635": 6, - "center": 17, - "h1": 11, - "h4": 20, - "h5": 6, - "h6": 6, - "inherit": 8, - "rendering": 2, - "optimizelegibility": 2, - ".page": 2, - "#eeeeee": 31, - "ul": 84, - "ol": 10, - "li": 205, - "ul.unstyled": 2, - "ol.unstyled": 2, - "list": 44, - "ul.inline": 4, - "ol.inline": 4, - "dl": 2, - "dt": 6, - "dd": 6, - ".dl": 12, - "horizontal": 60, - "hidden": 9, - "ellipsis": 2, - "white": 25, - "space": 23, - "nowrap": 14, - "hr": 2, - "data": 2, - "original": 2, - "help": 2, - "abbr.initialism": 2, - "transform": 4, - "uppercase": 4, - "blockquote.pull": 10, - "q": 4, - "address": 2, - "code": 6, - "Monaco": 2, - "Menlo": 2, - "Consolas": 2, - "monospace": 2, - "#d14": 2, - "#f7f7f9": 2, - "#e1e1e8": 2, - "word": 6, - "all": 10, - "wrap": 6, - "#f5f5f5": 26, - "pre.prettyprint": 2, - ".pre": 2, - "scrollable": 2, - "y": 2, - "scroll": 2, - ".label": 30, - ".badge": 30, - "empty": 7, - "a.label": 4, - "a.badge": 4, - "#f89406": 27, - "#c67605": 4, - "inverse": 110, - "#1a1a1a": 2, - ".btn": 506, - "mini": 34, - "collapse": 12, - "spacing": 3, - ".table": 180, - "th": 70, - "td": 66, - "#dddddd": 16, - "caption": 18, - "colgroup": 18, - "tbody": 68, - "condensed": 4, - "bordered": 76, - "separate": 4, - "*border": 8, - "topleft": 16, - "last": 118, - "topright": 16, - "tfoot": 12, - "bottomleft": 16, - "bottomright": 16, - "striped": 13, - "nth": 4, - "odd": 4, - "#f9f9f9": 12, - "cell": 2, - "td.span1": 2, - "th.span1": 2, - "td.span2": 2, - "th.span2": 2, - "td.span3": 2, - "th.span3": 2, - "td.span4": 2, - "th.span4": 2, - "td.span5": 2, - "th.span5": 2, - "td.span6": 2, - "th.span6": 2, - "td.span7": 2, - "th.span7": 2, - "td.span8": 2, - "th.span8": 2, - "td.span9": 2, - "th.span9": 2, - "td.span10": 2, - "th.span10": 2, - "td.span11": 2, - "th.span11": 2, - "td.span12": 2, - "th.span12": 2, - "tr.success": 4, - "#dff0d8": 6, - "tr.error": 4, - "#f2dede": 6, - "tr.warning": 4, - "#fcf8e3": 6, - "tr.info": 4, - "#d9edf7": 6, - "#d0e9c6": 2, - "#ebcccc": 2, - "#faf2cc": 2, - "#c4e3f3": 2, - "form": 38, - "fieldset": 2, - "legend": 6, - "#e5e5e5": 28, - ".uneditable": 80, - "#555555": 18, - "#cccccc": 18, - "inset": 132, - "transition": 36, - "linear": 204, - ".2s": 16, - "o": 48, - ".075": 12, - ".6": 6, - "multiple": 2, - "#fcfcfc": 2, - "allowed": 4, - "placeholder": 18, - ".radio": 26, - ".checkbox": 26, - ".radio.inline": 6, - ".checkbox.inline": 6, - "medium": 2, - "large": 40, - "xlarge": 2, - "xxlarge": 2, - "append": 120, - "prepend": 82, - "input.span12": 4, - "textarea.span12": 2, - "input.span11": 4, - "textarea.span11": 2, - "input.span10": 4, - "textarea.span10": 2, - "input.span9": 4, - "textarea.span9": 2, - "input.span8": 4, - "textarea.span8": 2, - "input.span7": 4, - "textarea.span7": 2, - "input.span6": 4, - "textarea.span6": 2, - "input.span5": 4, - "textarea.span5": 2, - "input.span4": 4, - "textarea.span4": 2, - "input.span3": 4, - "textarea.span3": 2, - "input.span2": 4, - "textarea.span2": 2, - "input.span1": 4, - "textarea.span1": 2, - "disabled": 36, - "readonly": 10, - ".control": 150, - "group.warning": 32, - ".help": 44, - "#dbc59e": 6, - ".add": 36, - "on": 36, - "group.error": 32, - "#d59392": 6, - "group.success": 32, - "#7aba7b": 6, - "group.info": 32, - "#7ab5d3": 6, - "invalid": 12, - "#ee5f5b": 18, - "#e9322d": 2, - "#f8b9b7": 6, - ".form": 132, - "actions": 10, - "#595959": 2, - ".dropdown": 126, - "menu": 42, - ".popover": 14, - "z": 12, - "index": 14, - "toggle": 84, - ".active": 86, - "#a9dba9": 2, - "#46a546": 2, - "prepend.input": 22, - "input.search": 2, - "query": 22, - ".search": 22, - "*padding": 36, - "image": 187, - "gradient": 175, - "#e6e6e6": 20, - "from": 40, - "to": 75, - "repeat": 66, - "x": 30, - "filter": 57, - "progid": 48, - "DXImageTransform.Microsoft.gradient": 48, - "startColorstr": 30, - "endColorstr": 30, - "GradientType": 30, - "#bfbfbf": 4, - "*background": 36, - "enabled": 18, - "false": 18, - "#b3b3b3": 2, - ".3em": 6, - ".2": 12, - ".05": 24, - ".btn.active": 8, - ".btn.disabled": 4, - "#d9d9d9": 4, - "s": 25, - ".15": 24, - "default": 12, - "opacity": 15, - "alpha": 7, - "class": 26, - "primary.active": 6, - "warning.active": 6, - "danger.active": 6, - "success.active": 6, - "info.active": 6, - "inverse.active": 6, - "primary": 14, - "#006dcc": 2, - "#0044cc": 20, - "#002a80": 2, - "primary.disabled": 2, - "#003bb3": 2, - "#003399": 2, - "#faa732": 3, - "#fbb450": 16, - "#ad6704": 2, - "warning.disabled": 2, - "#df8505": 2, - "danger": 21, - "#da4f49": 2, - "#bd362f": 20, - "#802420": 2, - "danger.disabled": 2, - "#a9302a": 2, - "#942a25": 2, - "#5bb75b": 2, - "#62c462": 16, - "#51a351": 20, - "#387038": 2, - "success.disabled": 2, - "#499249": 2, - "#408140": 2, - "#49afcd": 2, - "#5bc0de": 16, - "#2f96b4": 20, - "#1f6377": 2, - "info.disabled": 2, - "#2a85a0": 2, - "#24748c": 2, - "#363636": 2, - "#444444": 10, - "#222222": 32, - "#000000": 14, - "inverse.disabled": 2, - "#151515": 12, - "#080808": 2, - "button.btn": 4, - "button.btn.btn": 6, - ".btn.btn": 6, - "link": 28, - "url": 4, - "no": 2, - ".icon": 288, - ".nav": 308, - "pills": 28, - "submenu": 8, - "glass": 2, - "music": 2, - "envelope": 2, - "heart": 2, - "star": 4, - "user": 2, - "film": 2, - "ok": 6, - "remove": 6, - "zoom": 5, - "in": 10, - "out": 10, - "off": 4, - "signal": 2, - "cog": 2, - "trash": 2, - "home": 2, - "file": 2, - "time": 2, - "road": 2, - "download": 4, - "alt": 6, - "upload": 2, - "inbox": 2, - "play": 4, - "refresh": 2, - "lock": 2, - "flag": 2, - "headphones": 2, - "volume": 6, - "down": 12, - "up": 12, - "qrcode": 2, - "barcode": 2, - "tag": 2, - "tags": 2, - "book": 2, - "bookmark": 2, - "camera": 2, - "justify": 2, - "indent": 4, - "facetime": 2, - "picture": 2, - "pencil": 2, - "map": 2, - "marker": 2, - "tint": 2, - "edit": 2, - "share": 4, - "check": 2, - "move": 2, - "step": 4, - "backward": 6, - "fast": 4, - "pause": 2, - "stop": 32, - "forward": 6, - "eject": 2, - "chevron": 8, - "plus": 4, - "sign": 16, - "minus": 4, - "question": 2, - "screenshot": 2, - "ban": 2, - "arrow": 21, - "resize": 8, - "full": 2, - "asterisk": 2, - "exclamation": 2, - "gift": 2, - "leaf": 2, - "fire": 2, - "eye": 4, - "open": 4, - "close": 4, - "plane": 2, - "calendar": 2, - "random": 2, - "comment": 2, - "magnet": 2, - "retweet": 2, - "shopping": 2, - "cart": 2, - "folder": 4, - "hdd": 2, - "bullhorn": 2, - "bell": 2, - "certificate": 2, - "thumbs": 4, - "hand": 8, - "globe": 2, - "wrench": 2, - "tasks": 2, - "briefcase": 2, - "fullscreen": 2, - "toolbar": 8, - ".btn.large": 4, - ".large.dropdown": 2, - "group.open": 18, - ".125": 6, - ".btn.dropdown": 2, - "primary.dropdown": 2, - "warning.dropdown": 2, - "danger.dropdown": 2, - "success.dropdown": 2, - "info.dropdown": 2, - "inverse.dropdown": 2, - ".caret": 70, - ".dropup": 2, - ".divider": 8, - "tabs": 94, - "#ddd": 38, - "stacked": 24, - "tabs.nav": 12, - "pills.nav": 4, - ".dropdown.active": 4, - ".open": 8, - "li.dropdown.open.active": 14, - "li.dropdown.open": 14, - ".tabs": 62, - ".tabbable": 8, - ".tab": 8, - "below": 18, - "pane": 4, - ".pill": 6, - ".disabled": 22, - "*position": 2, - "*z": 2, - "#fafafa": 2, - "#f2f2f2": 22, - "#d4d4d4": 2, - "collapse.collapse": 2, - ".brand": 14, - "#777777": 12, - ".1": 24, - ".nav.pull": 2, - "navbar": 28, - "#ededed": 2, - "navbar.active": 8, - "navbar.disabled": 4, - "bar": 21, - "absolute": 8, - "li.dropdown": 12, - "li.dropdown.active": 8, - "menu.pull": 8, - "#1b1b1b": 2, - "#111111": 18, - "#252525": 2, - "#515151": 2, - "query.focused": 2, - "#0e0e0e": 2, - "#040404": 18, - ".breadcrumb": 8, - ".pagination": 78, - "span": 38, - "centered": 2, - ".pager": 34, - ".next": 4, - ".previous": 4, - ".thumbnails": 12, - ".thumbnail": 6, - "ease": 12, - "a.thumbnail": 4, - ".caption": 2, - ".alert": 34, - "#fbeed5": 2, - ".close": 2, - "#d6e9c6": 2, - "#eed3d7": 2, - "#bce8f1": 2, - "@": 8, - "keyframes": 8, - "progress": 15, - "stripes": 15, - "@keyframes": 2, - ".progress": 22, - "#f7f7f7": 3, - ".bar": 22, - "#0e90d2": 2, - "#149bdf": 11, - "#0480be": 10, - "deg": 20, - ".progress.active": 1, - "animation": 5, - "infinite": 5, - "#dd514c": 1, - "#c43c35": 5, - "danger.progress": 1, - "#5eb95e": 1, - "#57a957": 5, - "success.progress": 1, - "#4bb1cf": 1, - "#339bb9": 5, - "info.progress": 1, - "warning.progress": 1, - ".hero": 3, - "unit": 3, - "letter": 1, - ".media": 11, - "object": 1, - "heading": 1, - ".tooltip": 7, - "visibility": 1, - ".tooltip.in": 1, - ".tooltip.top": 2, - ".tooltip.right": 2, - ".tooltip.bottom": 2, - ".tooltip.left": 2, - "clip": 3, - ".popover.top": 3, - ".popover.right": 3, - ".popover.bottom": 3, - ".popover.left": 3, - "#ebebeb": 1, - ".arrow": 12, - ".modal": 5, - "backdrop": 2, - "backdrop.fade": 1, - "backdrop.fade.in": 1 - }, - "Ceylon": { - "by": 1, - "(": 5, - ")": 5, - "shared": 5, - "void": 1, - "test": 1, - "{": 3, - "print": 1, - ";": 4, - "}": 3, - "class": 1, - "Test": 2, - "name": 3, - "satisfies": 1, - "Comparable": 1, - "": 1, - "String": 2, - "actual": 2, - "string": 1, - "Comparison": 1, - "compare": 1, - "other": 1, - "return": 1, - "<=>": 1, - "other.name": 1 - }, - "Chapel": { - "//": 150, - "config": 10, - "const": 59, - "n": 16, - ";": 516, - "pi": 1, - "solarMass": 7, - "*": 260, - "pi**2": 1, - "daysPerYear": 13, - "record": 1, - "body": 6, - "{": 122, - "var": 72, - "pos": 5, - "*real": 40, - "v": 9, - "mass": 12, - "real": 60, - "does": 1, - "not": 1, - "change": 2, - "after": 1, - "it": 1, - "is": 1, - "set": 4, - "up": 1, - "}": 120, - "bodies": 8, - "[": 920, - "new": 7, - "(": 626, - ")": 626, - "e": 84, - "+": 334, - "-": 345, - "]": 920, - "numbodies": 5, - "bodies.numElements": 1, - "proc": 44, - "main": 3, - "initSun": 2, - "writef": 2, - "energy": 5, - "for": 36, - "do": 62, - "advance": 2, - "p": 10, - "reduce": 2, - "b": 4, - "in": 76, - "b.v": 2, - "b.mass": 1, - ".v": 1, - "/": 26, - "dt": 14, - "i": 250, - "j": 25, - "updateVelocities": 2, - "inline": 5, - "ref": 19, - "b1": 2, - "b2": 2, - "dpos": 4, - "b1.pos": 2, - "b2.pos": 2, - "mag": 3, - "sqrt": 10, - "sumOfSquares": 4, - "**3": 1, - "b1.v": 2, - "b2.mass": 2, - "b2.v": 1, - "b1.mass": 3, - "b.pos": 1, - "return": 15, - "x": 111, - "**2": 6, - "use": 5, - "BlockDist": 2, - "CyclicDist": 1, - "BlockCycDist": 1, - "ReplicatedDist": 2, - "DimensionalDist2D": 2, - "ReplicatedDim": 2, - "BlockCycDim": 1, - "Space": 12, - "BlockSpace": 2, - "dmapped": 8, - "Block": 4, - "boundingBox": 2, - "BA": 3, - "int": 21, - "forall": 43, - "ba": 4, - "here.id": 7, - "writeln": 53, - "MyLocaleView": 5, - "#numLocales": 1, - "MyLocales": 5, - "locale": 1, - "reshape": 2, - "Locales": 6, - "BlockSpace2": 2, - "targetLocales": 1, - "BA2": 3, - "CyclicSpace": 2, - "Cyclic": 1, - "startIdx": 2, - "Space.low": 5, - "CA": 3, - "ca": 2, - "BlkCycSpace": 2, - "BlockCyclic": 1, - "blocksize": 1, - "BCA": 3, - "bca": 2, - "ReplicatedSpace": 2, - "RA": 11, - "ra": 4, - "RA.numElements": 1, - "A": 13, - "i*100": 1, - "on": 7, - "here": 3, - "LocaleSpace.high": 3, - "nl1": 2, - "nl2": 2, - "if": 98, - "numLocales": 5, - "then": 80, - "else": 16, - "numLocales/2": 1, - "#nl1": 2, - "#nl2": 1, - "#nl1*nl2": 1, - "DimReplicatedBlockcyclicSpace": 2, - "BlockCyclicDim": 1, - "lowIdx": 1, - "blockSize": 1, - "DRBA": 3, - "locId1": 2, - "drba": 2, - "Helper": 2, - "print": 5, - "to": 9, - "the": 10, - "console": 1, - "Random": 1, - "Time": 2, - "random": 1, - "number": 1, - "generation": 1, - "and": 4, - "Timer": 2, - "class": 1, - "timer": 2, - "time": 9, - "sort": 1, - "**15": 1, - "size": 1, - "of": 3, - "array": 4, - "be": 2, - "sorted": 1, - "thresh": 6, - "recursive": 1, - "depth": 1, - "serialize": 1, - "verbose": 7, - "out": 1, - "this": 2, - "many": 1, - "elements": 3, - "timing": 6, - "bool": 1, - "true": 5, - "false": 4, - "disable": 1, - "numbers": 1, - "fillRandom": 1, - "timer.start": 1, - "pqsort": 4, - "timer.stop": 1, - "timer.elapsed": 1, - "<": 42, - "halt": 5, - "arr": 32, - "low": 12, - "arr.domain.low": 1, - "high": 14, - "arr.domain.high": 1, - "where": 2, - "arr.rank": 2, - "bubbleSort": 2, - "pivotVal": 9, - "findPivot": 2, - "pivotLoc": 3, - "partition": 2, - "serial": 1, - "cobegin": 1, - "mid": 7, - "<=>": 7, - "ilo": 9, - "ihi": 6, - "while": 4, - "low..high": 2, - "get": 3, - "routines": 1, - "benchmarking": 1, - "block": 1, - "distributed": 1, - "arrays": 6, - "luleshInit": 1, - "initialization": 1, - "code": 1, - "data": 1, - "param": 25, - "useBlockDist": 5, - "CHPL_COMM": 1, - "use3DRepresentation": 4, - "useSparseMaterials": 3, - "printWarnings": 3, - "&&": 9, - "luleshInit.filename": 1, - "initialEnergy": 2, - "initial": 1, - "value": 1, - "showProgress": 3, - "values": 1, - "each": 1, - "step": 1, - "debug": 8, - "various": 1, - "info": 1, - "doTiming": 4, - "timestep": 1, - "loop": 2, - "printCoords": 2, - "final": 1, - "computed": 1, - "coordinates": 2, - "XI_M": 2, - "XI_M_SYMM": 4, - "XI_M_FREE": 3, - "XI_P": 2, - "c": 7, - "XI_P_SYMM": 3, - "XI_P_FREE": 3, - "ETA_M": 2, - "ETA_M_SYMM": 4, - "ETA_M_FREE": 3, - "ETA_P": 2, - "c0": 1, - "ETA_P_SYMM": 3, - "ETA_P_FREE": 3, - "ZETA_M": 2, - "ZETA_M_SYMM": 4, - "ZETA_M_FREE": 3, - "ZETA_P": 2, - "xc00": 1, - "ZETA_P_SYMM": 3, - "ZETA_P_FREE": 3, - "numElems": 2, - "numNodes": 1, - "initProblemSize": 1, - "ElemSpace": 4, - "#elemsPerEdge": 3, - "#numElems": 1, - "NodeSpace": 4, - "#nodesPerEdge": 3, - "#numNodes": 1, - "Elems": 45, - "Nodes": 16, - "y": 107, - "z": 107, - "nodesPerElem": 6, - "elemToNode": 7, - "nodesPerElem*index": 1, - "lxim": 3, - "lxip": 3, - "letam": 3, - "letap": 3, - "lzetam": 3, - "lzetap": 3, - "index": 4, - "XSym": 4, - "YSym": 4, - "ZSym": 4, - "sparse": 3, - "subdomain": 3, - "u_cut": 5, - "hgcoef": 1, - "qstop": 2, - "monoq_max_slope": 7, - "monoq_limiter_mult": 7, - "e_cut": 3, - "p_cut": 6, - "ss4o3": 1, - "/3.0": 2, - "q_cut": 2, - "v_cut": 2, - "qlc_monoq": 2, - "qqc_monoq": 2, - "qqc": 1, - "qqc2": 1, - "qqc**2": 1, - "eosvmax": 14, - "eosvmin": 9, - "pmin": 7, - "emin": 7, - "dvovmax": 1, - "refdens": 3, - "deltatimemultlb": 1, - "deltatimemultub": 1, - "dtmax": 1, - "stoptime": 3, - "maxcycles": 3, - "max": 2, - "dtfixed": 2, - "MatElems": 9, - "MatElemsType": 2, - "enumerateMatElems": 2, - "type": 1, - "Elems.type": 1, - "iter": 3, - "yield": 3, - "elemBC": 16, - "pressure": 1, - "q": 13, - "ql": 3, - "linear": 1, - "term": 2, - "qq": 3, - "quadratic": 1, - "//relative": 1, - "volume": 21, - "vnew": 9, - "volo": 5, - "reference": 1, - "delv": 3, - "m_vnew": 1, - "m_v": 1, - "vdov": 4, - "derivative": 1, - "over": 2, - "arealg": 2, - "elem": 3, - "characteristic": 2, - "length": 2, - "ss": 2, - "elemMass": 4, - "xd": 8, - "yd": 8, - "zd": 8, - "velocities": 2, - "xdd": 3, - "ydd": 3, - "zdd": 3, - "acceleration": 1, - "fx": 8, - "fy": 8, - "fz": 8, - "atomic": 2, - "forces": 1, - "nodalMass": 3, - "current": 1, - "deltatime": 3, - "variable": 1, - "increment": 1, - "dtcourant": 1, - "e20": 2, - "courant": 1, - "constraint": 2, - "dthydro": 1, - "cycle": 5, - "iteration": 1, - "count": 1, - "simulation": 1, - "initLulesh": 2, - "st": 4, - "getCurrentTime": 4, - "iterTime": 2, - "TimeIncrement": 2, - "LagrangeLeapFrog": 1, - "deprint": 3, - "format": 9, - "et": 3, - "/cycle": 1, - "outfile": 1, - "open": 1, - "iomode.cw": 1, - "writer": 1, - "outfile.writer": 1, - "fmtstr": 4, - "writer.writeln": 1, - "writer.close": 1, - "outfile.close": 1, - "initCoordinates": 1, - "initElemToNodeMapping": 1, - "initGreekVars": 1, - "initXSyms": 1, - "initYSyms": 1, - "initZSyms": 1, - "//calculated": 1, - "fly": 1, - "using": 1, - "elemToNodes": 3, - "initMasses": 2, - "octantCorner": 2, - "initBoundaryConditions": 2, - "massAccum": 3, - "eli": 18, - "x_local": 11, - "y_local": 11, - "z_local": 11, - "localizeNeighborNodes": 6, - "CalcElemVolume": 3, - "neighbor": 2, - ".add": 1, - ".read": 1, - "surfaceNode": 8, - "mask": 16, - "<<": 2, - "&": 18, - "f": 4, - "|": 14, - "xf0": 4, - "xcc": 4, - "check": 3, - "loc": 4, - "maxloc": 1, - "zip": 1, - "freeSurface": 3, - "initFreeSurface": 1, - "noi": 4, - "TripleProduct": 4, - "x1": 1, - "y1": 1, - "z1": 1, - "x2": 1, - "y2": 1, - "z2": 1, - "x3": 1, - "y3": 1, - "z3": 1, - "x1*": 1, - "y2*z3": 1, - "z2*y3": 1, - "x2*": 1, - "z1*y3": 1, - "y1*z3": 1, - "x3*": 1, - "y1*z2": 1, - "z1*y2": 1, - "dx61": 2, - "dy61": 2, - "dz61": 2, - "dx70": 2, - "dy70": 2, - "dz70": 2, - "dx63": 2, - "dy63": 2, - "dz63": 2, - "dx20": 2, - "dy20": 2, - "dz20": 2, - "dx50": 2, - "dy50": 2, - "dz50": 2, - "dx64": 2, - "dy64": 2, - "dz64": 2, - "dx31": 2, - "dy31": 2, - "dz31": 2, - "dx72": 2, - "dy72": 2, - "dz72": 2, - "dx43": 2, - "dy43": 2, - "dz43": 2, - "dx57": 2, - "dy57": 2, - "dz57": 2, - "dx14": 2, - "dy14": 2, - "dz14": 2, - "dx25": 2, - "dy25": 2, - "dz25": 2, - "InitStressTermsForElems": 1, - "sigxx": 2, - "sigyy": 2, - "sigzz": 2, - "D": 9, - "CalcElemShapeFunctionDerivatives": 2, - "b_x": 18, - "b_y": 18, - "b_z": 18, - "fjxxi": 5, - ".125": 9, - "fjxet": 6, - "fjxze": 5, - "fjyxi": 5, - "fjyet": 6, - "fjyze": 5, - "fjzxi": 5, - "fjzet": 6, - "fjzze": 5, - "cjxxi": 5, - "cjxet": 6, - "cjxze": 5, - "cjyxi": 5, - "cjyet": 6, - "cjyze": 5, - "cjzxi": 5, - "cjzet": 6, - "cjzze": 5, - "CalcElemNodeNormals": 1, - "pfx": 15, - "pfy": 15, - "pfz": 15, - "ElemFaceNormal": 7, - "n1": 23, - "n2": 23, - "n3": 23, - "n4": 23, - "bisectX0": 3, - "bisectY0": 3, - "bisectZ0": 3, - "bisectX1": 3, - "bisectY1": 3, - "bisectZ1": 3, - "areaX": 5, - "areaY": 5, - "areaZ": 5, - "rx": 6, - "ry": 6, - "rz": 6, - "//results": 1, - "SumElemStressesToNodeForces": 1, - "stress_xx": 2, - "stress_yy": 2, - "stress_zz": 2, - "CalcElemVolumeDerivative": 1, - "VoluDer": 9, - "n0": 13, - "n5": 13, - "ox": 1, - "oy": 1, - "oz": 1, - "ox/12.0": 1, - "oy/12.0": 1, - "oz/12.0": 1, - "dvdx": 10, - "dvdy": 10, - "dvdz": 10, - "CalcElemFBHourglassForce": 1, - "hourgam": 7, - "coefficient": 4, - "hgfx": 2, - "hgfy": 2, - "hgfz": 2, - "hx": 3, - "hy": 3, - "hz": 3, - "shx": 3, - "shy": 3, - "shz": 3, - "CalcElemCharacteristicLength": 2, - "AreaFace": 7, - "p0": 7, - "p1": 7, - "p2": 7, - "p3": 7, - "gx": 5, - "gy": 5, - "gz": 5, - "area": 2, - "charLength": 2, - "CalcElemVelocityGradient": 2, - "xvel": 25, - "yvel": 25, - "zvel": 25, - "detJ": 5, - "d": 12, - "inv_detJ": 10, - "dyddx": 2, - "dxddy": 2, - "dzddx": 2, - "dxddz": 2, - "dzddy": 2, - "dyddz": 2, - "CalcPressureForElems": 4, - "p_new": 17, - "bvc": 15, - "pbvc": 14, - "e_old": 7, - "compression": 10, - "vnewc": 22, - "c1s": 3, - "abs": 8, - "//impossible": 1, - "targetdt": 1, - "//don": 1, - "t": 3, - "have": 2, - "negative": 2, - "determ": 1, - "can": 2, - "we": 1, - "able": 1, - "write": 1, - "these": 1, - "as": 1, - "follows": 1, - "CalcVelocityForNodes": 1, - "local": 8, - "xdtmp": 4, - "ydtmp": 4, - "zdtmp": 4, - "CalcPositionForNodes": 1, - "ijk": 7, - "CalcLagrangeElements": 1, - "dxx": 6, - "dyy": 6, - "dzz": 6, - "CalcKinematicsForElems": 2, - "k": 20, - "vdovthird": 4, - "0": 5, - "all": 1, - "8": 4, - "6": 1, - "nodal": 2, - "from": 2, - "global": 3, - "copy": 2, - "into": 3, - "xd_local": 4, - "yd_local": 4, - "zd_local": 4, - "dt2": 4, - "5": 1, - "wish": 1, - "was": 1, - "too": 1, - "calculations": 1, - "relativeVolume": 3, - "1": 2, - "put": 1, - "velocity": 3, - "gradient": 3, - "quantities": 1, - "their": 1, - "2": 1, - "3": 1, - "sungeun": 1, - "Temporary": 1, - "reused": 1, - "throughout": 1, - "delv_xi": 12, - "delv_eta": 12, - "delv_zeta": 12, - "position": 1, - "delx_xi": 7, - "delx_eta": 7, - "delx_zeta": 7, - "CalcQForElems": 1, - "MONOTONIC": 1, - "Q": 1, - "option": 1, - "Calculate": 1, - "gradients": 2, - "CalcMonotonicQGradientsForElems": 2, - "Transfer": 2, - "veloctiy": 1, - "first": 1, - "order": 1, - "problem": 1, - "commElements": 1, - "CommElements": 1, - "monoQ": 1, - "*/": 1, - "CalcMonotonicQForElems": 2, - "ApplyMaterialPropertiesForElems": 1, - "matelm": 2, - "vc": 6, - "exit": 1, - "EvalEOSForElems": 2, - "UpdateVolumesForElems": 1, - "tmpV": 4, - "ptiny": 9, - "xl": 26, - "yl": 26, - "zl": 26, - "xvl": 26, - "yvl": 26, - "zvl": 26, - "vol": 5, - "norm": 20, - "ax": 7, - "ay": 7, - "az": 7, - "dxv": 4, - "dyv": 4, - "dzv": 4, - "dxj": 1, - "dyj": 1, - "dzj": 1, - "dxi": 1, - "dyi": 1, - "dzi": 1, - "dxk": 1, - "dyk": 1, - "dzk": 1, - "dyi*dzj": 1, - "dzi*dyj": 1, - "dzi*dxj": 1, - "dxi*dzj": 1, - "dxi*dyj": 1, - "dyi*dxj": 1, - "ax*ax": 3, - "ay*ay": 3, - "az*az": 3, - "ax*dxv": 3, - "ay*dyv": 3, - "az*dzv": 3, - "dyj*dzk": 1, - "dzj*dyk": 1, - "dzj*dxk": 1, - "dxj*dzk": 1, - "dxj*dyk": 1, - "dyj*dxk": 1, - "dyk*dzi": 1, - "dzk*dyi": 1, - "dzk*dxi": 1, - "dxk*dzi": 1, - "dxk*dyi": 1, - "dyk*dxi": 1, - "//got": 1, - "rid": 1, - "call": 1, - "through": 1, - "bcMask": 7, - "delvm": 27, - "delvp": 27, - "select": 6, - "when": 18, - "phixi": 10, - "phieta": 10, - "phizeta": 10, - "qlin": 4, - "qquad": 4, - "delvxxi": 4, - "delvxeta": 4, - "delvxzeta": 4, - "rho": 3, - "delvxxi**2": 1, - "phixi**2": 1, - "delvxeta**2": 1, - "phieta**2": 1, - "delvxzeta**2": 1, - "phizeta**2": 1, - "rho0": 8, - "delvc": 11, - "p_old": 8, - "q_old": 7, - "compHalfStep": 8, - "qq_old": 7, - "ql_old": 7, - "work": 5, - "e_new": 25, - "q_new": 11, - "vchalf": 2, - "CalcEnergyForElems": 2, - "CalcSoundSpeedForElems": 2, - "sixth": 2, - "pHalfStep": 5, - "vhalf": 1, - "ssc": 18, - "vhalf**2": 1, - "q_tilde": 4, - "enewc": 2, - "pnewc": 2, - "ssTmp": 4, - "elemToNodesTuple": 1, - "title": 2, - "string": 1 - }, - "Cirru": { - "set": 12, - "a": 22, - "(": 20, - "int": 36, - ")": 20, - "print": 38, - "self": 2, - "c": 9, - "child": 1, - "under": 2, - "parent": 1, - "get": 4, - "x": 2, - "just": 4, - "-": 4, - "code": 4, - "eval": 2, - "array": 14, - "string": 7, - "require": 1, - "./stdio.cr": 1, - "f": 3, - "block": 1, - "b": 7, - "call": 1, - "nothing": 1, - "map": 8, - "container": 3, - "m": 3, - "float": 1, - "bool": 6, - "true": 1, - "false": 1, - "yes": 1, - "no": 1 - }, - "Clean": { - "definition": 4, - "module": 9, - "GenMap": 4, - "import": 10, - "StdGeneric": 4, - "generic": 2, - "gMap": 19, - "a": 55, - "b": 7, - ".a": 11, - "-": 66, - ".b": 4, - "derive": 4, - "c": 2, - "UNIT": 2, - "PAIR": 4, - "EITHER": 3, - "CONS": 4, - "FIELD": 4, - "OBJECT": 4, - "{": 17, - "}": 17, - "[": 93, - "]": 92, - "(": 132, - ")": 134, - "monadicSemantics": 1, - "StdEnv": 4, - "GenHylo": 2, - "Op": 6, - "Plus": 2, - "|": 48, - "Minus": 2, - "Times": 2, - "Rem": 3, - "Equal": 2, - "LessThan": 3, - "Var": 9, - "String": 1, - "ExpP": 3, - "Int": 33, - "Exp": 5, - "Fix": 9, - "StmP": 3, - "Assign": 3, - "If": 3, - "While": 3, - "Seq": 3, - "Cont": 4, - "Stm": 2, - "Env": 3, - "Sem": 11, - "empty": 2, - "v": 12, - ".": 6, - "rtn": 4, - "i": 14, - "e.": 4, - "e": 16, - "infixl": 4, - "x": 36, - "y": 11, - "e2": 2, - ".y": 1, - "_.": 1, - "read": 4, - "write": 3, - "w.": 1, - "if": 5, - "w": 4, - "class": 1, - "sem": 9, - "operator": 8, - "+": 14, - "rem": 2, - "<": 3, - "instance": 14, - "where": 12, - "cata": 4, - "phi": 12, - "n": 8, - "op": 5, - "v1.": 1, - "return": 1, - "o": 6, - "v1": 1, - "s1": 4, - "s2": 4, - "stm": 2, - "s": 49, - "//": 4, - "Here": 1, - "the": 3, - "*finally*": 1, - "pays": 1, - "off": 1, - "D": 1, - "int": 2, - "In": 9, - "var": 6, - "o2": 7, - "assign": 4, - "ifte": 1, - "while": 2, - "seq": 3, - "cont": 1, - "pEuclides": 2, - "Start": 3, - "fst": 1, - "program": 2, - "start": 4, - "_": 5, - "infixr": 1, - "f": 26, - "g": 10, - "implementation": 3, - "streams": 2, - "zero": 4, - "Real": 28, - "//Infinite": 1, - "row": 1, - "of": 3, - "zeroes": 1, - "represented": 1, - "as": 1, - "list": 3, - "to": 2, - "ease": 1, - "computation": 1, - "one": 5, - "t": 23, - "*": 13, - "/": 3, - "invert": 5, - "X": 3, - "/s": 2, - "pow": 5, - "shuffle": 6, - "s*t": 1, - "stack": 2, - "Stack": 28, - "newStack": 3, - "push": 3, - "pushes": 3, - "pop": 4, - "popn": 3, - "top": 4, - "topn": 3, - "elements": 3, - "count": 3, - "fsieve": 1, - "StdClass": 2, - ";": 1, - "RWS": 1, - "StdInt": 2, - "StdReal": 1, - "NrOfPrimes": 3, - "The": 1, - "sieve": 1, - "algorithm": 1, - "generate": 1, - "an": 1, - "infinite": 1, - "all": 1, - "primes.": 1, - "Primes": 3, - "pr": 6, - "Sieve": 8, - "prs": 6, - "IsPrime": 4, - "toInt": 1, - "sqrt": 1, - "toReal": 1, - "Bool": 1, - "r": 2, - "bd": 3, - "True": 1, - "False": 1, - "Select": 2, - "is": 1, - "used": 1, - "get": 1, - "th": 1, - "prime": 1, - "from": 1, - "primes": 1, - "generated": 1, - "by": 1, - "Primes.": 1, - "*/": 1, - "Out": 1, - "u": 6, - "<=>": 1, - "hylo": 1, - ".f": 1, - "ana": 1, - "StdArray": 1, - "StdFunc": 1, - "_Array": 1, - "fx": 2, - "fy": 2, - "fl": 3, - "fr": 3, - "LEFT": 2, - "RIGHT": 2, - "xs": 4, - "mapArray": 2, - "abort": 2, - "drop": 1, - "take": 1, - "length": 1 - }, - "Clojure": { - "(": 258, - "defn": 14, - "rand": 2, - "[": 67, - "]": 67, - "scm*": 1, - "n": 9, - "random": 1, - "-": 70, - "real": 1, - ")": 259, - "clj": 1, - "ns": 2, - "c2.svg": 2, - "use": 3, - "c2.core": 2, - "only": 4, - "unify": 2, - "c2.maths": 2, - "Pi": 2, - "Tau": 2, - "radians": 2, - "per": 2, - "degree": 2, - "sin": 2, - "cos": 2, - "mean": 2, - "cljs": 3, - "require": 2, - "c2.dom": 1, - "as": 1, - "dom": 1, - ";": 353, - "Stub": 1, - "for": 4, - "float": 2, - "fn": 3, - "which": 2, - "does": 1, - "not": 9, - "exist": 1, - "on": 11, - "runtime": 1, - "def": 4, - "identity": 1, - "xy": 1, - "coordinates": 7, - "cond": 2, - "and": 8, - "vector": 1, - "count": 5, - "map": 3, - "x": 8, - "y": 1, - "prime": 2, - "any": 3, - "zero": 2, - "#": 14, - "rem": 2, - "%": 6, - "range": 3, - "while": 3, - "stops": 1, - "at": 2, - "the": 5, - "first": 2, - "collection": 1, - "element": 1, - "that": 1, - "evaluates": 1, - "to": 2, - "false": 6, - "like": 1, - "take": 1, - "defprotocol": 1, - "ISound": 4, - "sound": 5, - "deftype": 2, - "Cat": 1, - "_": 4, - "Dog": 1, - "extend": 1, - "type": 8, - "default": 1, - "into": 3, - "array": 3, - "aseq": 8, - "nil": 3, - "let": 3, - "a": 7, - "make": 1, - "loop": 2, - "seq": 1, - "i": 20, - "if": 3, - "<": 1, - "do": 15, - "aset": 1, - "recur": 1, - "next": 1, - "inc": 2, - "html": 2, - "head": 2, - "meta": 3, - "{": 17, - "charset": 2, - "}": 17, - "link": 2, - "rel": 2, - "href": 6, - "script": 1, - "src": 1, - "body": 2, - "div.nav": 1, - "p": 4, - "deftest": 1, - "function": 1, - "tests": 1, - "is": 7, - "true": 5, - "contains": 1, - "foo": 6, - "bar": 4, - "select": 1, - "keys": 2, - "baz": 4, - "vals": 1, - "filter": 2, - "Copyright": 1, - "c": 1, - "Alan": 1, - "Dipert": 1, - "Micha": 1, - "Niskin.": 1, - "All": 1, - "rights": 1, - "reserved.": 1, - "The": 1, - "distribution": 1, - "terms": 2, - "this": 6, - "software": 2, - "are": 2, - "covered": 1, - "by": 4, - "Eclipse": 1, - "Public": 1, - "License": 1, - "http": 2, - "//opensource.org/licenses/eclipse": 1, - "php": 1, - "can": 1, - "be": 2, - "found": 1, - "in": 4, - "file": 1, - "epl": 1, - "v10.html": 1, - "root": 1, - "of": 2, - "distribution.": 1, - "By": 1, - "using": 1, - "fashion": 1, - "you": 1, - "agreeing": 1, - "bound": 1, - "license.": 1, - "You": 1, - "must": 1, - "remove": 3, - "notice": 1, - "or": 2, - "other": 1, - "from": 1, - "software.": 1, - "page": 2, - "refer": 4, - "clojure": 1, - "exclude": 1, - "nth": 2, - "tailrecursion.hoplon.reload": 1, - "reload": 2, - "all": 5, - "tailrecursion.hoplon.util": 1, - "name": 1, - "pluralize": 2, - "tailrecursion.hoplon.storage": 1, - "atom": 1, - "local": 3, - "storage": 2, - "utility": 1, - "functions": 2, - "declare": 1, - "route": 11, - "state": 15, - "editing": 13, - "mapvi": 2, - "comp": 1, - "vec": 2, - "indexed": 1, - "dissocv": 2, - "v": 15, - "z": 4, - "dec": 1, - "neg": 1, - "pop": 1, - "pos": 1, - "subvec": 2, - "decorate": 2, - "todo": 10, - "done": 12, - "completed": 12, - "text": 14, - "assoc": 4, - "visible": 2, - "empty": 8, - "persisted": 1, - "cell": 12, - "AKA": 1, - "stem": 1, - "store": 1, - "cells": 2, - "defc": 6, - "loaded": 1, - "formula": 1, - "computed": 1, - "active": 5, - "plural": 1, - "item": 1, - "todos": 2, - "list": 1, - "transition": 1, - "t": 5, - "destroy": 3, - "swap": 6, - "clear": 2, - "&": 1, - "new": 5, - "when": 3, - "conj": 1, - "mapv": 1, - "reset": 1, - "lang": 1, - "equiv": 1, - "content": 1, - "title": 1, - "noscript": 1, - "div": 3, - "id": 20, - "section": 2, - "header": 1, - "h1": 1, - "form": 2, - "submit": 2, - "val": 4, - "value": 3, - "input": 4, - "autofocus": 1, - "placeholder": 1, - "blur": 2, - "toggle": 4, - "attr": 2, - "checked": 2, - "click": 4, - "label": 2, - "ul": 2, - "tpl": 1, - "reverse": 1, - "bind": 1, - "ids": 1, - "done#": 3, - "edit#": 3, - "bindings": 1, - "edit": 3, - "show": 2, - "li": 4, - "class": 8, - "dblclick": 1, - "@i": 6, - "button": 2, - "focus": 1, - "@edit": 2, - "change": 1, - "footer": 2, - "span": 2, - "strong": 1, - "selected": 3 - }, - "CoffeeScript": { - "#": 35, - "{": 32, - "Rewriter": 2, - "INVERSES": 2, - "}": 35, - "require": 21, - "count": 5, - "starts": 1, - "compact": 1, - "last": 3, - "exports.Lexer": 1, - "class": 11, - "Lexer": 3, - "tokenize": 1, - "(": 200, - "code": 20, - "opts": 1, - ")": 203, - "-": 114, - "if": 103, - "WHITESPACE.test": 1, - "code.replace": 1, - "/": 44, - "r/g": 1, - ".replace": 3, - "TRAILING_SPACES": 2, - "@code": 1, - "The": 7, - "remainder": 1, - "of": 7, - "the": 4, - "source": 5, - "code.": 1, - "@line": 4, - "opts.line": 1, - "or": 22, - "current": 5, - "line.": 1, - "@indent": 3, - "indentation": 3, - "level.": 3, - "@indebt": 1, - "over": 1, - "at": 2, - "@outdebt": 1, - "under": 1, - "outdentation": 1, - "@indents": 1, - "[": 136, - "]": 136, - "stack": 4, - "all": 1, - "levels.": 1, - "@ends": 1, - "for": 14, - "pairing": 1, - "up": 1, - "tokens.": 1, - "@tokens": 7, - "Stream": 1, - "parsed": 1, - "tokens": 5, - "in": 32, - "form": 1, - "value": 25, - "line": 6, - ".": 13, - "i": 8, - "while": 4, - "@chunk": 9, - "i..": 1, - "+": 31, - "@identifierToken": 1, - "@commentToken": 1, - "@whitespaceToken": 1, - "@lineToken": 1, - "@heredocToken": 1, - "@stringToken": 1, - "@numberToken": 1, - "@regexToken": 1, - "@jsToken": 1, - "@literalToken": 1, - "@closeIndentation": 1, - "@error": 10, - "tag": 33, - "@ends.pop": 1, - "return": 29, - "opts.rewrite": 1, - "is": 36, - "off": 1, - "new": 12, - ".rewrite": 1, - "identifierToken": 1, - "unless": 19, - "match": 23, - "IDENTIFIER.exec": 1, - "input": 1, - "id": 16, - "colon": 3, - "and": 20, - "@tag": 3, - "@token": 12, - "id.length": 1, - "forcedIdentifier": 4, - "prev": 17, - "not": 4, - "prev.spaced": 3, - "JS_KEYWORDS": 1, - "COFFEE_KEYWORDS": 1, - "id.toUpperCase": 1, - "LINE_BREAK": 2, - "else": 53, - "@seenFor": 4, - "yes": 5, - "UNARY": 4, - "RELATION": 3, - "isnt": 7, - "no": 3, - "@value": 1, - "@tokens.pop": 1, - "JS_FORBIDDEN": 1, - "String": 1, - "id.reserved": 1, - "RESERVED": 3, - "COFFEE_ALIAS_MAP": 1, - "COFFEE_ALIASES": 1, - "switch": 7, - "when": 16, - "then": 24, - "input.length": 1, - "numberToken": 1, - "NUMBER.exec": 1, - "number": 13, - "BOX": 1, - "/.test": 4, - "/E/.test": 1, - "x/.test": 1, - "d*": 1, - "d": 2, - "lexedLength": 2, - "number.length": 1, - "octalLiteral": 2, - "o": 4, - "/.exec": 2, - "parseInt": 5, - ".toString": 3, - "binaryLiteral": 2, - "b": 1, - "stringToken": 1, - "@chunk.charAt": 3, - "SIMPLESTR.exec": 1, - "string": 9, - "MULTILINER": 2, - "@balancedString": 1, - "<": 6, - "string.indexOf": 1, - "@interpolateString": 2, - "@escapeLines": 1, - "octalEsc": 1, - "|": 21, - "*": 21, - "string.length": 1, - "heredocToken": 1, - "HEREDOC.exec": 1, - "heredoc": 4, - "quote": 5, - "heredoc.charAt": 1, - "doc": 11, - "@sanitizeHeredoc": 2, - "indent": 7, - "null": 15, - "<=>": 1, - "indexOf": 1, - "interpolateString": 1, - "token": 1, - "STRING": 2, - "makeString": 1, - "n": 16, - "length": 4, - "Matches": 1, - "consumes": 1, - "comments": 1, - "commentToken": 1, - "@chunk.match": 1, - "COMMENT": 2, - "comment": 2, - "here": 3, - "herecomment": 4, - "true": 8, - "Array": 1, - ".join": 2, - "comment.length": 1, - "jsToken": 1, - "JSTOKEN.exec": 1, - "script": 7, - "script.length": 1, - "regexToken": 1, - "HEREGEX.exec": 1, - "@heregexToken": 1, - "NOT_REGEX": 2, - "NOT_SPACED_REGEX": 2, - "REGEX.exec": 1, - "regex": 5, - "flags": 2, - "..1": 1, - "match.length": 1, - "heregexToken": 1, - "heregex": 1, - "body": 2, - "body.indexOf": 1, - "re": 1, - "body.replace": 1, - "HEREGEX_OMIT": 3, - "//g": 1, - "re.match": 1, - "*/": 2, - "heregex.length": 1, - "@tokens.push": 1, - "tokens.push": 1, - "value...": 1, - "continue": 3, - "value.replace": 2, - "/g": 3, - "spaced": 1, - "reserved": 1, - "word": 1, - "value.length": 2, - "MATH": 3, - "COMPARE": 3, - "COMPOUND_ASSIGN": 2, - "SHIFT": 3, - "LOGIC": 3, - ".spaced": 1, - "CALLABLE": 2, - "INDEXABLE": 2, - "@ends.push": 1, - "@pair": 1, - "sanitizeHeredoc": 1, - "options": 16, - "HEREDOC_ILLEGAL.test": 1, - "doc.indexOf": 1, - "HEREDOC_INDENT.exec": 1, - "attempt": 2, - "attempt.length": 1, - "indent.length": 1, - "doc.replace": 2, - "///": 12, - "///g": 1, - "n/": 1, - "tagParameters": 1, - "this": 6, - "tokens.length": 1, - "tok": 5, - "stack.push": 1, - "stack.length": 1, - "stack.pop": 2, - "closeIndentation": 1, - "@outdentToken": 1, - "balancedString": 1, - "str": 1, - "end": 2, - "continueCount": 3, - "str.length": 1, - "letter": 1, - "str.charAt": 1, - "missing": 1, - "starting": 1, - "Hello": 1, - "name.capitalize": 1, - "OUTDENT": 1, - "THROW": 1, - "EXTENDS": 1, - "&": 4, - "false": 4, - "delete": 1, - "typeof": 2, - "instanceof": 2, - "throw": 3, - "break": 1, - "debugger": 1, - "do": 2, - "try": 3, - "catch": 2, - "finally": 2, - "extends": 6, - "super": 4, - "undefined": 1, - "until": 1, - "loop": 1, - "by": 1, - "&&": 1, - "||": 3, - "case": 1, - "default": 1, - "function": 2, - "var": 1, - "void": 1, - "with": 1, - "const": 1, - "let": 2, - "enum": 1, - "export": 1, - "import": 1, - "native": 1, - "__hasProp": 1, - "__extends": 1, - "__slice": 1, - "__bind": 1, - "__indexOf": 1, - "implements": 1, - "interface": 1, - "package": 1, - "private": 1, - "protected": 1, - "public": 1, - "static": 1, - "yield": 1, - "arguments": 1, - "eval": 2, - "s": 10, - "S": 10, - "OPERATOR": 1, - "%": 1, - "compound": 1, - "assign": 1, - "compare": 1, - "zero": 1, - "fill": 1, - "right": 1, - "shift": 2, - "doubles": 1, - "logic": 1, - "soak": 1, - "access": 1, - "range": 1, - "splat": 1, - "WHITESPACE": 1, - "###": 4, - "s*#": 1, - "##": 1, - ".*": 1, - "CODE": 1, - "MULTI_DENT": 1, - "SIMPLESTR": 1, - "JSTOKEN": 1, - "REGEX": 1, - "disallow": 1, - "leading": 1, - "whitespace": 1, - "equals": 1, - "signs": 1, - "every": 1, - "other": 1, - "thing": 1, - "anything": 1, - "escaped": 1, - "character": 1, - "imgy": 2, - "w": 2, - "HEREGEX": 1, - "#.*": 1, - "n/g": 1, - "HEREDOC_INDENT": 1, - "HEREDOC_ILLEGAL": 1, - "//": 1, - "LINE_CONTINUER": 1, - "s*": 1, - "BOOL": 1, - "NOT_REGEX.concat": 1, - "CALLABLE.concat": 1, - "opposite": 2, - "square": 4, - "x": 6, - "list": 2, - "math": 1, - "root": 1, - "Math.sqrt": 1, - "cube": 1, - "race": 1, - "winner": 2, - "runners...": 1, - "print": 1, - "runners": 1, - "alert": 4, - "elvis": 1, - "cubes": 1, - "math.cube": 1, - "num": 2, - "###*": 1, - "@cjsx": 1, - "React.DOM": 1, - "define": 1, - "React": 1, - "ExampleStore": 3, - "ExampleActions": 1, - "ReactExampleTable": 1, - "ReactExampleComponent": 1, - "React.createClass": 1, - "mixins": 1, - "ListenMixin": 1, - "getInitialState": 1, - "rows": 3, - "ExampleStore.getRows": 2, - "meta": 3, - "ExampleStore.getMeta": 2, - "componentWillMount": 1, - "@listenTo": 1, - "componentDidMount": 1, - "ExampleActions.getExampleData": 1, - "onStoreChange": 1, - "this.isMounted": 1, - "@setState": 1, - "componentWillUnmount": 1, - "@stopListening": 1, - "render": 1, - "
": 1, - "className=": 1, - "
": 2, - "": 1, - "@state.title": 1, - "": 1, - "": 1, - "rows=": 1, - "meta=": 1, - "
": 1, - "async": 1, - "fs": 2, - "nack": 1, - "bufferLines": 3, - "pause": 2, - "sourceScriptEnv": 3, - "join": 8, - "exists": 5, - "basename": 2, - "resolve": 2, - "module.exports": 1, - "RackApplication": 1, - "constructor": 6, - "@configuration": 1, - "@root": 8, - "@firstHost": 1, - "@logger": 1, - "@configuration.getLogger": 1, - "@readyCallbacks": 3, - "@quitCallbacks": 3, - "@statCallbacks": 3, - "ready": 1, - "callback": 35, - "@state": 11, - "@readyCallbacks.push": 1, - "@initialize": 2, - "quit": 1, - "@quitCallbacks.push": 1, - "@terminate": 2, - "queryRestartFile": 1, - "fs.stat": 1, - "err": 20, - "stats": 1, - "@mtime": 5, - "lastMtime": 2, - "stats.mtime.getTime": 1, - "setPoolRunOnceFlag": 1, - "@statCallbacks.length": 1, - "alwaysRestart": 2, - "@pool.runOnce": 1, - "statCallback": 2, - "@statCallbacks.push": 1, - "loadScriptEnvironment": 1, - "env": 18, - "async.reduce": 1, - "filename": 6, - "scriptExists": 2, - "loadRvmEnvironment": 1, - "rvmrcExists": 2, - "rvm": 1, - "@configuration.rvmPath": 1, - "rvmExists": 2, - "libexecPath": 1, - "before": 2, - ".trim": 1, - "loadEnvironment": 1, - "@queryRestartFile": 2, - "@loadScriptEnvironment": 1, - "@configuration.env": 1, - "@loadRvmEnvironment": 1, - "initialize": 1, - "@quit": 3, - "@loadEnvironment": 1, - "@logger.error": 3, - "err.message": 2, - "@pool": 2, - "nack.createPool": 1, - "size": 1, - ".POW_WORKERS": 1, - "@configuration.workers": 1, - "idle": 1, - ".POW_TIMEOUT": 1, - "@configuration.timeout": 1, - "@pool.stdout": 1, - "@logger.info": 1, - "@pool.stderr": 1, - "@logger.warning": 1, - "@pool.on": 2, - "process": 2, - "@logger.debug": 2, - "readyCallback": 2, - "terminate": 1, - "@ready": 3, - "@pool.quit": 1, - "quitCallback": 2, - "handle": 1, - "req": 4, - "res": 3, - "next": 3, - "resume": 2, - "@setPoolRunOnceFlag": 1, - "@restartIfNecessary": 1, - "req.proxyMetaVariables": 1, - "SERVER_PORT": 1, - "@configuration.dstPort.toString": 1, - "@pool.proxy": 1, - "restart": 1, - "restartIfNecessary": 1, - "mtimeChanged": 2, - "@restart": 1, - "writeRvmBoilerplate": 1, - "powrc": 3, - "boilerplate": 2, - "@constructor.rvmBoilerplate": 1, - "fs.readFile": 1, - "contents": 2, - "contents.indexOf": 1, - "fs.writeFile": 1, - "@rvmBoilerplate": 1, - "path": 3, - "parser": 1, - "vm": 1, - "require.extensions": 3, - "module": 1, - "content": 4, - "compile": 5, - "fs.readFileSync": 1, - "module._compile": 1, - "require.registerExtension": 2, - "exports.VERSION": 1, - "exports.RESERVED": 1, - "exports.helpers": 2, - "exports.compile": 1, - "merge": 1, - "js": 5, - "parser.parse": 3, - "lexer.tokenize": 3, - ".compile": 1, - "options.header": 1, - "options.filename": 5, - "header": 1, - "exports.tokens": 1, - "exports.nodes": 1, - "exports.run": 1, - "mainModule": 1, - "require.main": 1, - "mainModule.filename": 4, - "process.argv": 1, - "fs.realpathSync": 2, - "mainModule.moduleCache": 1, - "mainModule.paths": 1, - "._nodeModulePaths": 1, - "path.dirname": 2, - "path.extname": 1, - "mainModule._compile": 2, - "exports.eval": 1, - "code.trim": 1, - "Script": 2, - "vm.Script": 1, - "options.sandbox": 4, - "Script.createContext": 2, - ".constructor": 1, - "sandbox": 8, - "k": 4, - "v": 4, - "own": 2, - "sandbox.global": 1, - "sandbox.root": 1, - "sandbox.GLOBAL": 1, - "global": 3, - "sandbox.__filename": 3, - "sandbox.__dirname": 1, - "sandbox.module": 2, - "sandbox.require": 2, - "Module": 2, - "_module": 3, - "options.modulename": 1, - "_require": 2, - "Module._load": 1, - "_module.filename": 1, - "r": 4, - "Object.getOwnPropertyNames": 1, - "_require.paths": 1, - "_module.paths": 1, - "Module._nodeModulePaths": 1, - "process.cwd": 1, - "_require.resolve": 1, - "request": 2, - "Module._resolveFilename": 1, - "o.bare": 1, - "on": 3, - "ensure": 1, - "vm.runInThisContext": 1, - "vm.runInContext": 1, - "lexer": 1, - "parser.lexer": 1, - "lex": 1, - "@yytext": 1, - "@yylineno": 1, - "@pos": 2, - "setInput": 1, - "upcomingInput": 1, - "parser.yy": 1, - "console.log": 1, - "Animal": 3, - "@name": 2, - "move": 3, - "meters": 2, - "Snake": 2, - "Horse": 2, - "sam": 1, - "tom": 1, - "sam.move": 1, - "tom.move": 1, - "dnsserver": 1, - "exports.Server": 1, - "Server": 2, - "dnsserver.Server": 1, - "NS_T_A": 3, - "NS_T_NS": 2, - "NS_T_CNAME": 1, - "NS_T_SOA": 2, - "NS_C_IN": 5, - "NS_RCODE_NXDOMAIN": 2, - "domain": 6, - "@rootAddress": 2, - "@domain": 3, - "domain.toLowerCase": 1, - "@soa": 2, - "createSOA": 2, - "@on": 1, - "@handleRequest": 1, - "handleRequest": 1, - "question": 5, - "req.question": 1, - "subdomain": 10, - "@extractSubdomain": 1, - "question.name": 3, - "isARequest": 2, - "res.addRR": 2, - "subdomain.getAddress": 1, - ".isEmpty": 1, - "isNSRequest": 2, - "res.header.rcode": 1, - "res.send": 1, - "extractSubdomain": 1, - "name": 5, - "Subdomain.extract": 1, - "question.type": 2, - "question.class": 2, - "mname": 2, - "rname": 2, - "serial": 2, - "Date": 1, - ".getTime": 1, - "refresh": 2, - "retry": 2, - "expire": 2, - "minimum": 2, - "dnsserver.createSOA": 1, - "exports.createServer": 1, - "address": 4, - "exports.Subdomain": 1, - "Subdomain": 4, - "@extract": 1, - "name.toLowerCase": 1, - "offset": 4, - "name.length": 1, - "domain.length": 1, - "name.slice": 2, - "@for": 2, - "IPAddressSubdomain.pattern.test": 1, - "IPAddressSubdomain": 2, - "EncodedSubdomain.pattern.test": 1, - "EncodedSubdomain": 2, - "@subdomain": 1, - "@address": 2, - "@labels": 2, - ".split": 1, - "@length": 3, - "@labels.length": 1, - "isEmpty": 1, - "getAddress": 3, - "@pattern": 2, - "@labels.slice": 1, - "a": 2, - "z0": 2, - "decode": 2, - "exports.encode": 1, - "encode": 1, - "ip": 2, - "byte": 2, - "index": 4, - "ip.split": 1, - "<<": 1, - "PATTERN": 1, - "exports.decode": 1, - "PATTERN.test": 1, - "ip.push": 1, - "xFF": 1, - "ip.join": 1, - "CoffeeScript": 1, - "CoffeeScript.require": 1, - "CoffeeScript.eval": 1, - "options.bare": 2, - "CoffeeScript.compile": 2, - "CoffeeScript.run": 3, - "Function": 1, - "window": 1, - "CoffeeScript.load": 2, - "url": 2, - "xhr": 2, - "window.ActiveXObject": 1, - "XMLHttpRequest": 1, - "xhr.open": 1, - "xhr.overrideMimeType": 1, - "xhr.onreadystatechange": 1, - "xhr.readyState": 1, - "xhr.status": 1, - "xhr.responseText": 1, - "Error": 1, - "xhr.send": 1, - "runScripts": 3, - "scripts": 2, - "document.getElementsByTagName": 1, - "coffees": 2, - "s.type": 1, - "coffees.length": 1, - "execute": 3, - ".type": 1, - "script.src": 2, - "script.innerHTML": 1, - "window.addEventListener": 1, - "addEventListener": 1, - "attachEvent": 1 - }, - "ColdFusion": { - "-": 12, - "": 1, - "": 1, - "": 1, - "Date": 1, - "Functions": 1, - "": 1, - "": 1, - "": 1, - "": 15, - "RightNow": 7, - "Now": 1, - "": 3, - "#RightNow#": 1, - "
": 8, - "#DateFormat": 2, - "(": 8, - ")": 8, - "#": 8, - "#TimeFormat": 2, - "#IsDate": 3, - "#DaysInMonth": 1, - "
": 3, - "x=": 1, - "y=": 1, - "z=": 1, - "group=": 1, - "#x#": 1, - "#y#": 1, - "#z#": 1, - "": 1, - "": 1, - "person": 2, - "Paul": 1, - "greeting": 2, - "Hello": 2, - "world": 1, - "a": 7, - "5": 1, - "b": 7, - "10": 1, - "c": 6, - "MOD": 1, - "comment": 1 - }, - "ColdFusion CFC": { - "component": 1, - "extends": 1, - "singleton": 1, - "{": 22, - "//": 16, - "DI": 1, - "property": 10, - "name": 10, - "inject": 10, - ";": 55, - "ContentService": 1, - "function": 12, - "init": 2, - "(": 58, - "entityName": 2, - ")": 58, - "it": 1, - "super.init": 1, - "arguments.entityName": 1, - "useQueryCaching": 1, - "true": 12, - "Test": 1, - "scope": 1, - "coloring": 1, - "in": 1, - "pygments": 1, - "this.colorTestVar": 1, - "cookie.colorTestVar": 1, - "client.colorTestVar": 1, - "session.colorTestVar": 1, - "application.colorTestVar": 1, - "return": 11, - "this": 10, - "}": 22, - "clearAllCaches": 1, - "boolean": 6, - "async": 7, - "false": 7, - "var": 15, - "settings": 6, - "settingService.getAllSettings": 6, - "asStruct": 6, - "Get": 6, - "appropriate": 6, - "cache": 12, - "provider": 6, - "cacheBox.getCache": 6, - "settings.cb_content_cacheName": 6, - "cache.clearByKeySnippet": 3, - "keySnippet": 3, - "arguments.async": 3, - "clearAllPageWrapperCaches": 1, - "clearPageWrapperCaches": 1, - "required": 5, - "any": 5, - "slug": 2, - "clearPageWrapper": 1, - "cache.clear": 3, - "searchContent": 1, - "searchTerm": 1, - "numeric": 2, - "max": 2, - "offset": 2, - "asQuery": 2, - "sortOrder": 2, - "isPublished": 1, - "searchActiveContent": 1, - "results": 2, - "c": 1, - "newCriteria": 1, - "only": 1, - "published": 1, - "content": 2, - "if": 4, - "isBoolean": 1, - "arguments.isPublished": 3, - "Published": 2, - "bit": 1, - "c.isEq": 1, - "javaCast": 1, - "eq": 1, - "evaluate": 1, - "other": 1, - "params": 1, - "c.isLt": 1, - "now": 2, - ".": 1, - "or": 3, - "c.restrictions.isNull": 1, - "c.restrictions.isGT": 1, - ".isEq": 1, - "Search": 1, - "Criteria": 1, - "len": 1, - "arguments.searchTerm": 1, - "like": 1, - "disjunctions": 1, - "c.createAlias": 1, - "Do": 1, - "we": 1, - "search": 1, - "title": 2, - "and": 2, - "active": 1, - "just": 1, - "arguments.searchActiveContent": 1, - "c.": 1, - "c.restrictions.like": 2, - "else": 1, - "c.like": 1, - "run": 1, - "criteria": 1, - "query": 1, - "projections": 1, - "count": 1, - "results.count": 1, - "c.count": 1, - "results.content": 1, - "c.resultTransformer": 1, - "c.DISTINCT_ROOT_ENTITY": 1, - ".list": 1, - "arguments.offset": 1, - "arguments.max": 1, - "arguments.sortOrder": 1, - "arguments.asQuery": 1, - "private": 4, - "syncUpdateHits": 1, - "contentID": 1, - "q": 1, - "new": 1, - "Query": 1, - "sql": 1, - ".execute": 1, - "closureTest": 1, - "methodCall": 1, - "param1": 2, - "arg1": 4, - "arg2": 2, - "StructliteralTest": 1, - "foo": 3, - "bar": 1, - "brad": 3, - "func": 1, - "array": 1, - "[": 2, - "wood": 2, - "null": 2, - "]": 2, - "last": 1, - "arrayliteralTest": 1, - "": 1, - "": 2, - "name=": 4, - "access=": 2, - "returntype=": 2, - "": 2, - "type=": 2, - "required=": 2, - "": 2, - "myVariable": 1, - "arguments": 2, - "": 1, - "": 2, - "": 1, - "structKeyExists": 1, - "writeoutput": 1, - "Argument": 1, - "exists": 1, - "": 1, - "": 1 - }, - "Common Lisp": { - ";": 162, - "-": 171, - "*": 4, - "lisp": 2, - "(": 379, - "in": 24, - "package": 2, - "foo": 4, - ")": 386, - "Header": 2, - "comment.": 8, - "defvar": 5, - "*foo*": 2, - "eval": 7, - "when": 5, - "execute": 2, - "compile": 2, - "toplevel": 4, - "load": 2, - "defun": 24, - "add": 2, - "x": 52, - "&": 11, - "optional": 3, - "y": 4, - "key": 2, - "z": 4, - "declare": 2, - "ignore": 2, - "Inline": 2, - "+": 37, - "or": 5, - "#": 17, - "|": 11, - "Multi": 2, - "line": 4, - "defmacro": 6, - "body": 9, - "b": 7, - "if": 15, - "After": 2, - "@file": 1, - "macros": 2, - "advanced.cl": 1, - "@breif": 1, - "Advanced": 1, - "macro": 5, - "practices": 1, - "defining": 1, - "your": 1, - "own": 1, - "Macro": 1, - "definition": 1, - "skeleton": 1, - "name": 6, - "parameter*": 1, - "form*": 1, - "Note": 2, - "that": 5, - "backquote": 1, - "expression": 2, - "is": 6, - "most": 2, - "often": 1, - "used": 2, - "the": 35, - "form": 1, - "primep": 4, - "test": 1, - "a": 7, - "number": 2, - "for": 3, - "prime": 12, - "n": 8, - "<": 1, - "return": 3, - "from": 8, - "do": 9, - "i": 8, - "p": 10, - "t": 7, - "not": 6, - "zerop": 1, - "mod": 1, - "sqrt": 1, - "next": 11, - "bigger": 1, - "than": 1, - "specified": 2, - "The": 2, - "recommended": 1, - "procedures": 1, - "to": 4, - "writting": 1, - "new": 6, - "are": 2, - "as": 1, - "follows": 1, - "Write": 2, - "sample": 2, - "call": 2, - "and": 12, - "code": 2, - "it": 2, - "should": 1, - "expand": 1, - "into": 2, - "primes": 3, - "format": 3, - "Expected": 1, - "expanded": 1, - "codes": 1, - "generate": 1, - "hardwritten": 1, - "expansion": 2, - "arguments": 1, - "var": 49, - "range": 4, - "rest": 5, - "let": 6, - "first": 5, - "start": 5, - "second": 3, - "end": 8, - "third": 2, - "@body": 4, - "More": 1, - "concise": 1, - "implementations": 1, - "with": 7, - "synonym": 1, - "also": 1, - "emits": 1, - "more": 1, - "friendly": 1, - "messages": 1, - "on": 1, - "incorrent": 1, - "input.": 1, - "Test": 1, - "result": 1, - "of": 3, - "macroexpand": 2, - "function": 2, - "gensyms": 4, - "value": 8, - "Define": 1, - "note": 1, - "how": 1, - "comma": 1, - "interpolate": 1, - "loop": 2, - "names": 2, - "collect": 1, - "gensym": 1, - "ESCUELA": 1, - "POLITECNICA": 1, - "SUPERIOR": 1, - "UNIVERSIDAD": 1, - "AUTONOMA": 1, - "DE": 1, - "MADRID": 1, - "INTELIGENCIA": 1, - "ARTIFICIAL": 1, - "Motor": 1, - "de": 2, - "inferencia": 1, - "Basado": 1, - "en": 2, - "parte": 1, - "Peter": 1, - "Norvig": 1, - "Global": 1, - "variables": 6, - "*hypothesis": 1, - "list*": 7, - "*rule": 4, - "*fact": 2, - "Constants": 1, - "defconstant": 2, - "fail": 10, - "nil": 3, - "no": 6, - "bindings": 45, - "lambda": 4, - "mapcar": 2, - "man": 3, - "luis": 1, - "pedro": 1, - "woman": 2, - "mart": 1, - "daniel": 1, - "laura": 1, - "facts": 1, - "aux": 3, - "unify": 12, - "hypothesis": 10, - "list": 9, - "____________________________________________________________________________": 5, - "FUNCTION": 3, - "FIND": 1, - "RULES": 2, - "COMMENTS": 3, - "Returns": 2, - "rules": 5, - "whose": 1, - "THENs": 1, - "term": 1, - "given": 3, - "": 2, - "satisfy": 1, - "this": 1, - "requirement": 1, - "renamed.": 1, - "EXAMPLES": 2, - "setq": 1, - "renamed": 3, - "rule": 17, - "rename": 1, - "then": 7, - "unless": 3, - "null": 1, - "equal": 4, - "VALUE": 1, - "FROM": 1, - "all": 2, - "solutions": 1, - "found": 5, - "using": 1, - "": 1, - ".": 10, - "single": 1, - "can": 4, - "have": 1, - "multiple": 1, - "solutions.": 1, - "mapcan": 1, - "R1": 2, - "pertenece": 3, - "E": 4, - "_": 8, - "R2": 2, - "Xs": 2, - "Then": 1, - "EVAL": 2, - "RULE": 2, - "PERTENECE": 6, - "E.42": 2, - "returns": 4, - "NIL": 3, - "That": 2, - "query": 4, - "be": 2, - "proven": 2, - "binding": 17, - "necessary": 2, - "fact": 4, - "has": 1, - "On": 1, - "other": 1, - "hand": 1, - "E.49": 2, - "XS.50": 2, - "R2.": 1, - "ifs": 1, - "NOT": 2, - "question": 1, - "T": 1, - "equality": 2, - "UNIFY": 1, - "Finds": 1, - "general": 1, - "unifier": 1, - "two": 2, - "input": 2, - "expressions": 2, - "taking": 1, - "account": 1, - "": 1, - "In": 1, - "case": 1, - "total": 1, - "unification.": 1, - "Otherwise": 1, - "which": 1, - "constant": 1, - "anonymous": 4, - "make": 4, - "variable": 6, - "Auxiliary": 1, - "Functions": 1, - "cond": 3, - "get": 5, - "lookup": 5, - "occurs": 5, - "extend": 2, - "symbolp": 2, - "eql": 2, - "char": 2, - "symbol": 2, - "assoc": 1, - "car": 2, - "val": 6, - "cdr": 2, - "cons": 2, - "append": 1, - "eq": 7, - "consp": 2, - "subst": 3, - "listp": 1, - "exp": 1, - "unique": 3, - "find": 6, - "anywhere": 6, - "predicate": 8, - "tree": 11, - "so": 4, - "far": 4, - "atom": 3, - "funcall": 2, - "pushnew": 1, - "gentemp": 2, - "quote": 3, - "s/reuse": 1, - "cons/cons": 1, - "expresion": 2, - "some": 1, - "EOF": 1 - }, - "Component Pascal": { - "MODULE": 2, - "ObxFact": 1, - ";": 123, - "IMPORT": 2, - "Stores": 1, - "Models": 1, - "TextModels": 1, - "TextControllers": 1, - "Integers": 1, - "PROCEDURE": 12, - "Read": 3, - "(": 91, - "r": 7, - "TextModels.Reader": 2, - "VAR": 9, - "x": 15, - "Integers.Integer": 3, - ")": 94, - "i": 17, - "len": 5, - "beg": 11, - "INTEGER": 10, - "ch": 14, - "CHAR": 3, - "buf": 5, - "POINTER": 2, - "TO": 2, - "ARRAY": 2, - "OF": 2, - "BEGIN": 13, - "r.ReadChar": 5, - "WHILE": 3, - "r.eot": 4, - "&": 8, - "<=>": 1, - "DO": 4, - "ReadChar": 1, - "END": 31, - "ASSERT": 1, - "eot": 1, - "<": 8, - "OR": 4, - "r.Pos": 2, - "-": 1, - "REPEAT": 3, - "INC": 4, - "UNTIL": 3, - "NEW": 2, - "+": 1, - "r.SetPos": 2, - "[": 13, - "]": 13, - "X": 1, - "Integers.ConvertFromString": 1, - "Write": 3, - "w": 4, - "TextModels.Writer": 2, - "IF": 11, - "Integers.Sign": 2, - "THEN": 12, - "w.WriteChar": 3, - "Integers.Digits10Of": 1, - "#": 3, - "DEC": 1, - "Integers.ThisDigit10": 1, - "ELSE": 3, - "Compute*": 1, - "end": 6, - "n": 3, - "s": 3, - "Stores.Operation": 1, - "attr": 3, - "TextModels.Attributes": 1, - "c": 3, - "TextControllers.Controller": 1, - "TextControllers.Focus": 1, - "NIL": 3, - "c.HasSelection": 1, - "c.GetSelection": 1, - "c.text.NewReader": 1, - "r.ReadPrev": 2, - "r.attr": 1, - "Integers.Compare": 1, - "Integers.Long": 3, - "MAX": 1, - "LONGINT": 1, - "SHORT": 1, - "Integers.Short": 1, - "Integers.Product": 1, - "Models.BeginScript": 1, - "c.text": 2, - "c.text.Delete": 1, - "c.text.NewWriter": 1, - "w.SetPos": 1, - "w.SetAttr": 1, - "Models.EndScript": 1, - "Compute": 1, - "ObxFact.": 1, - "ObxControls": 1, - "Dialog": 1, - "Ports": 1, - "Properties": 1, - "Views": 1, - "CONST": 1, - "beginner": 5, - "advanced": 3, - "expert": 1, - "guru": 2, - "TYPE": 1, - "View": 6, - "RECORD": 2, - "Views.View": 2, - "size": 1, - "data*": 1, - "class*": 1, - "list*": 1, - "Dialog.List": 1, - "width*": 1, - "predef": 12, - "SetList": 4, - "data.class": 5, - "data.list.SetLen": 3, - "data.list.SetItem": 11, - "ELSIF": 1, - "v": 6, - "CopyFromSimpleView": 2, - "source": 2, - "v.size": 10, - ".size": 1, - "Restore": 2, - "f": 1, - "Views.Frame": 1, - "l": 1, - "t": 1, - "b": 1, - "f.DrawRect": 1, - "Ports.fill": 1, - "Ports.red": 1, - "HandlePropMsg": 2, - "msg": 2, - "Views.PropMessage": 1, - "WITH": 1, - "Properties.SizePref": 1, - "msg.w": 1, - "msg.h": 1, - "ClassNotify*": 1, - "op": 4, - "from": 2, - "to": 5, - "Dialog.changed": 2, - "data.list.index": 3, - "data.width": 4, - "Dialog.Update": 2, - "data": 2, - "Dialog.UpdateList": 1, - "data.list": 1, - "ClassNotify": 1, - "ListNotify*": 1, - "ListNotify": 1, - "ListGuard*": 1, - "par": 2, - "Dialog.Par": 2, - "par.disabled": 1, - "ListGuard": 1, - "WidthGuard*": 1, - "par.readOnly": 1, - "WidthGuard": 1, - "Open*": 1, - "*": 1, - "Ports.mm": 1, - "Views.OpenAux": 1, - "Open": 1, - "ObxControls.": 1 - }, - "Cool": { - "class": 7, - "List": 8, - "{": 27, - "isNil": 2, - "(": 30, - ")": 30, - "Bool": 5, - "true": 2, - "}": 27, - ";": 40, - "head": 2, - "Int": 15, - "abort": 2, - "tail": 2, - "self": 3, - "cons": 1, - "i": 7, - "new": 3, - "Cons": 2, - ".init": 1, - "inherits": 4, - "car": 3, - "-": 19, - "The": 2, - "element": 1, - "in": 3, - "this": 1, - "list": 2, - "cell": 1, - "cdr": 3, - "rest": 3, - "of": 2, - "the": 1, - "false": 3, - "init": 1, - "<": 9, - "Exhibit": 1, - "various": 1, - "language": 1, - "constructs": 1, - "Sample": 5, - "testCondition": 1, - "x": 3, - "if": 3, - "then": 3, - "else": 3, - "+": 1, - "*": 3, - "fi": 2, - "testLoop": 1, - "y": 7, - "while": 1, - "loop": 1, - "not": 1, - "condition": 1, - "/": 2, - "pool": 1, - "testAssign": 1, - "z": 2, - "testCase": 1, - "var": 2, - "SELF_TYPE": 2, - "io": 1, - "IO": 3, - "<->": 1, - "case": 1, - "a": 4, - "A": 3, - "io.out_string": 4, - "b": 3, - "B": 2, - "s": 1, - "o": 1, - "Object": 1, - "esac": 1, - "testLet": 1, - "let": 2, - "c": 2, - "Used": 1, - "to": 1, - "test": 1, - "subclasses": 1, - "C": 1, - "main": 2, - ".testLet": 1, - "example": 1, - "Main": 1, - "out_string": 1 - }, - "Coq": { - "Require": 17, - "Export": 10, - "Sorted.": 1, - "Mergesort.": 1, - "Basics.": 2, - "Module": 11, - "NatList.": 2, - "Import": 11, - "Playground1.": 5, - "Inductive": 41, - "natprod": 5, - "Type": 86, - "pair": 7, - "nat": 108, - "-": 508, - "natprod.": 1, - "Definition": 46, - "fst": 3, - "(": 1248, - "p": 81, - ")": 1249, - "match": 70, - "with": 223, - "|": 457, - "x": 266, - "y": 116, - "end.": 52, - "snd": 3, - "Notation": 39, - ".": 433, - "swap_pair": 1, - "Theorem": 115, - "surjective_pairing": 1, - "n": 369, - "repeat": 11, - "count": 7, - "r": 11, - "beq_nat": 24, - "v": 28, - "remove_one": 3, - "end": 16, - "Example": 37, - "test_remove_one1": 1, - "S": 186, - "O": 98, - "[": 170, - "]": 173, - "O.": 5, - "Proof.": 208, - "reflexivity.": 199, - "Qed.": 194, - "Fixpoint": 36, - "remove_all": 2, - "s": 13, - "bag": 3, - "nil": 46, - "true": 68, - "false": 48, - "Case": 51, - "app_ass": 1, - "forall": 248, - "l1": 89, - "l2": 73, - "l3": 12, - "natlist": 7, - "+": 227, - "intros": 258, - "l3.": 1, - "induction": 81, - "as": 77, - "cons": 26, - "l": 379, - "remove_decreases_count": 1, - "ble_nat": 6, - "true.": 16, - "s.": 4, - "simpl.": 70, - "n.": 44, - "SCase": 24, - "rewrite": 241, - "ble_n_Sn.": 1, - "IHs.": 2, - "natoption": 5, - "Some": 21, - "None": 9, - "natoption.": 1, - "index": 3, - "a": 207, - "option_elim": 2, - "o": 25, - "d": 6, - "hd_opt": 8, - "test_hd_opt1": 2, - "None.": 2, - "test_hd_opt2": 2, - "option_elim_hd": 1, - "head": 1, - "l.": 26, - "destruct": 94, - "beq_natlist": 5, - "bool": 38, - "_": 67, - "v1": 7, - "r1": 2, - "v2": 2, - "r2": 2, - "if": 10, - "then": 9, - "else": 9, - "test_beq_natlist1": 1, - "test_beq_natlist2": 1, - "beq_natlist_refl": 1, - "<->": 31, - "beq_nat_refl": 3, - "IHl.": 7, - "silly1": 1, - "m": 201, - "eq1": 6, - "eq2.": 9, - "apply": 340, - "eq2": 1, - "Qed": 23, - "silly2a": 1, - "q": 15, - "eq1.": 5, - "silly_ex": 1, - "evenb": 5, - "oddb": 5, - "silly3": 1, - "H.": 100, - "symmetry.": 2, - "rev_exercise": 1, - "rev_involutive.": 1, - "beq_nat_sym": 2, - "b": 89, - "b.": 14, - "IHn": 12, - "l1.": 5, - "End": 15, - "SfLib.": 2, - "STLC.": 1, - "ty": 7, - "ty_Bool": 10, - "ty_arrow": 7, - "ty.": 2, - "tm": 43, - "tm_var": 6, - "id": 7, - "tm_app": 7, - "tm_abs": 9, - "tm_true": 8, - "tm_false": 5, - "tm_if": 10, - "tm.": 3, - "Tactic": 9, - "tactic": 9, - "first": 18, - "ident": 9, - "c": 70, - ";": 375, - "Case_aux": 38, - "Id": 7, - "idB": 2, - "idBB": 2, - "idBBBB": 2, - "k": 7, - "value": 25, - "Prop": 17, - "v_abs": 1, - "T": 49, - "t": 93, - "t_true": 1, - "t_false": 1, - "tm_false.": 3, - "Hint": 9, - "Constructors": 3, - "value.": 1, - "subst": 7, - "beq_id": 14, - "t2": 51, - "t1": 48, - "ST_App2": 1, - "t3": 6, - "where": 6, - "step": 9, - "stepmany": 4, - "refl_step_closure": 11, - "at": 17, - "level": 11, - "step.": 3, - "Lemma": 51, - "step_example3": 1, - "*": 59, - "idB.": 1, - "eapply": 8, - "rsc_step.": 2, - "ST_App1.": 2, - "ST_AppAbs.": 3, - "v_abs.": 2, - "rsc_refl.": 4, - "context": 1, - "partial_map": 4, - "Context.": 1, - "A": 113, - "option": 6, - "A.": 6, - "empty": 3, - "{": 39, - "}": 35, - "fun": 17, - "extend": 1, - "Gamma": 10, - "has_type": 4, - "appears_free_in": 1, - "S.": 1, - "Proof": 12, - "auto.": 47, - "intros.": 27, - "generalize": 13, - "dependent": 6, - "HT": 1, - "T_Var.": 1, - "extend_neq": 1, - "in": 221, - "H2.": 20, - "assumption.": 61, - "Heqe.": 3, - "rename": 2, - "i": 11, - "into": 2, - "y.": 15, - "T_Abs.": 1, - "remember": 12, - "e.": 15, - "context_invariance...": 2, - "beq_id_eq": 4, - "subst.": 43, - "Hafi.": 2, - "unfold": 58, - "extend.": 2, - "IHt.": 1, - "x0": 14, - "Coiso1.": 2, - "Coiso2.": 3, - "eauto": 10, - "HeqCoiso1.": 1, - "HeqCoiso2.": 1, - "assert": 68, - "<": 76, - "beq_id_false_not_eq.": 1, - "ex_falso_quodlibet.": 1, - "H0.": 24, - "preservation": 1, - "HT.": 1, - "H1.": 31, - "inversion": 104, - "substitution_preserves_typing": 1, - "T11.": 4, - "HT1.": 1, - "T_App": 2, - "IHHT1.": 1, - "IHHT2.": 1, - "/": 41, - "exists": 60, - "t.": 4, - "tm_cases": 1, - "Ht": 1, - "Ht.": 3, - "right.": 9, - "IHt1": 2, - "T11": 2, - "IHt2": 3, - "H3.": 5, - "T0": 2, - "ST_App2.": 1, - "ty_Bool.": 1, - "T.": 9, - "IHt3": 1, - "t2.": 4, - "ST_IfTrue.": 1, - "t3.": 2, - "ST_IfFalse.": 1, - "ST_If.": 2, - "types_unique": 1, - "T1": 25, - "T12": 2, - "IHhas_type.": 1, - "IHhas_type1.": 1, - "IHhas_type2.": 1, - "List": 2, - "Multiset": 2, - "PermutSetoid": 1, - "Relations": 2, - "Sorting.": 1, - "Section": 4, - "defs.": 2, - "Variable": 7, - "Type.": 3, - "leA": 25, - "relation": 19, - "eqA": 29, - "Let": 8, - "gtA": 1, - "Hypothesis": 7, - "leA_dec": 4, - "eqA_dec": 26, - "leA_refl": 1, - "leA_trans": 2, - "z": 14, - "z.": 6, - "leA_antisym": 1, - "Resolve": 5, - "leA_refl.": 1, - "Immediate": 1, - "leA_antisym.": 1, - "emptyBag": 4, - "EmptyBag": 2, - "singletonBag": 10, - "SingletonBag": 2, - "eqA_dec.": 2, - "Tree": 24, - "Tree_Leaf": 9, - "Tree_Node": 11, - "Tree.": 1, - "leA_Tree": 16, - "True": 1, - "T2": 20, - "leA_Tree_Leaf": 5, - "Tree_Leaf.": 1, - "simpl": 116, - "auto": 73, - "datatypes.": 47, - "leA_Tree_Node": 1, - "G": 6, - "D": 9, - "is_heap": 18, - "nil_is_heap": 5, - "node_is_heap": 7, - "invert_heap": 3, - "T2.": 1, - "H": 76, - "is_heap_rect": 1, - "P": 32, - "simple": 7, - "PG": 2, - "PD": 2, - "PN.": 2, - "elim": 21, - "H1": 18, - "H2": 12, - "H3": 4, - "H4": 7, - "X0": 2, - "is_heap_rec": 1, - "Set": 4, - "X": 191, - "low_trans": 3, - "merge_lem": 3, - "list": 78, - "merge_exist": 5, - "Sorted": 5, - "meq": 15, - "list_contents": 30, - "munion": 18, - "HdRel": 4, - "l2.": 8, - "Morphisms.": 2, - "Instance": 7, - "Equivalence": 2, - "@meq": 4, - "constructor": 6, - "red.": 1, - "meq_trans.": 1, - "Defined.": 1, - "Proper": 5, - "@munion": 1, - "now": 24, - "meq_congr.": 1, - "merge": 5, - "fix": 2, - "revert": 5, - "a0": 15, - "l0": 7, - "Sorted_inv": 2, - "H0": 16, - "clear": 7, - "merge0.": 2, - "using": 18, - "cons_sort": 2, - "cons_leA": 2, - "m.": 21, - "munion_ass.": 2, - "cons_leA.": 2, - "@HdRel_inv": 2, - "trivial": 15, - "merge0": 1, - "setoid_rewrite": 2, - "munion_ass": 1, - "munion_comm.": 2, - "munion_comm": 1, - "contents": 12, - "multiset": 2, - "equiv_Tree": 1, - "insert_spec": 3, - "insert_exist": 4, - "insert": 2, - "treesort_twist1": 1, - "T3": 2, - "HeapT3": 1, - "ConT3": 1, - "LeA.": 1, - "LeA": 1, - "treesort_twist2": 1, - "build_heap": 3, - "heap_exist": 3, - "list_to_heap": 2, - "exact": 4, - "nil_is_heap.": 1, - "meq_trans": 10, - "meq_right": 2, - "meq_sym": 2, - "flat_spec": 3, - "flat_exist": 3, - "heap_to_list": 2, - "h": 14, - "s1": 20, - "i1": 15, - "m1": 1, - "s2": 2, - "i2": 10, - "m2.": 1, - "meq_congr": 1, - "munion_rotate.": 1, - "treesort": 1, - "&": 21, - "permutation": 43, - "intro": 27, - "permutation.": 1, - "AExp.": 2, - "aexp": 30, - "ANum": 18, - "APlus": 14, - "AMinus": 9, - "AMult": 9, - "aexp.": 1, - "bexp": 22, - "BTrue": 10, - "BFalse": 11, - "BEq": 9, - "BLe": 9, - "BNot": 9, - "BAnd": 10, - "bexp.": 1, - "aeval": 46, - "e": 53, - "a1": 56, - "a2": 62, - "test_aeval1": 1, - "beval": 16, - "b1": 35, - "negb": 10, - "b2": 23, - "andb": 8, - "optimize_0plus": 15, - "e2": 54, - "e1": 58, - "test_optimize_0plus": 1, - "optimize_0plus_sound": 4, - "e1.": 1, - "SSCase": 3, - "IHe2.": 10, - "IHe1.": 11, - "aexp_cases": 3, - "try": 17, - "IHe1": 6, - "IHe2": 6, - "reflexivity": 16, - "optimize_0plus_all": 2, - "optimize_0plus_all_sound": 1, - "bexp_cases": 4, - "optimize_and": 5, - "optimize_and_sound": 1, - "IHe": 2, - "aevalR_first_try.": 2, - "aevalR": 18, - "E_Anum": 1, - "E_APlus": 2, - "n1": 45, - "n2": 41, - "E_AMinus": 2, - "E_AMult": 2, - "Reserved": 4, - "E_ANum": 1, - "bevalR": 11, - "E_BTrue": 1, - "E_BFalse": 1, - "E_BEq": 1, - "E_BLe": 1, - "E_BNot": 1, - "E_BAnd": 1, - "aeval_iff_aevalR": 9, - "split.": 17, - "IHa1": 1, - "IHa2": 1, - "beval_iff_bevalR": 1, - "*.": 110, - "IHbevalR": 1, - "IHbevalR1": 1, - "IHbevalR2": 1, - "a.": 6, - "constructor.": 16, - "IHa.": 1, - "IHa1.": 1, - "IHa2.": 1, - "silly_presburger_formula": 1, - "<=>": 12, - "3": 2, - "omega": 7, - "id.": 1, - "id1": 2, - "id2": 2, - "beq_id_refl": 1, - "i.": 2, - "beq_nat_refl.": 1, - "i2.": 8, - "i1.": 3, - "beq_nat_eq": 2, - "beq_id_false_not_eq": 1, - "C.": 3, - "n0": 5, - "beq_false_not_eq": 1, - "not_eq_beq_id_false": 1, - "false.": 12, - "not_eq_beq_false.": 1, - "AId": 4, - "com_cases": 1, - "SKIP": 5, - "IFB": 4, - "WHILE": 5, - "c1": 14, - "c2": 9, - "e3": 1, - "cl": 1, - "st": 113, - "E_IfTrue": 2, - "THEN": 3, - "ELSE": 3, - "FI": 3, - "E_WhileEnd": 2, - "DO": 4, - "END": 4, - "E_WhileLoop": 2, - "ceval_cases": 1, - "E_Skip": 1, - "E_Ass": 1, - "E_Seq": 1, - "E_IfFalse": 1, - "assignment": 1, - "command": 2, - "st1": 2, - "o.": 4, - "IHi1": 3, - "Heqst1": 1, - "Hceval.": 4, - "Hceval": 2, - "bval": 2, - "ceval_step": 3, - "ceval_step_more": 7, - "x1.": 3, - "omega.": 7, - "x2.": 2, - "IHHce.": 2, - "%": 3, - "nat.": 4, - "IHHce1.": 1, - "IHHce2.": 1, - "plus2": 1, - "nx": 3, - "Y": 38, - "ny": 2, - "XtimesYinZ": 1, - "Z": 11, - "ny.": 1, - "loop": 2, - "contra.": 19, - "loopdef.": 1, - "Heqloopdef.": 8, - "contra1.": 1, - "IHcontra2.": 1, - "no_whiles": 15, - "com": 5, - "ct": 2, - "cf": 2, - "no_Whiles": 10, - "noWhilesSKIP": 1, - "noWhilesAss": 1, - "noWhilesSeq": 1, - "noWhilesIf": 1, - "no_whiles_eqv": 1, - "c.": 5, - "noWhilesSKIP.": 1, - "noWhilesAss.": 1, - "noWhilesSeq.": 1, - "IHc1.": 2, - "andb_true_elim1": 4, - "IHc2.": 2, - "andb_true_elim2": 4, - "noWhilesIf.": 1, - "andb_true_intro.": 2, - "no_whiles_terminate": 1, - "state": 6, - "st.": 7, - "update": 2, - "IHc1": 2, - "IHc2": 2, - "H5.": 1, - "x1": 11, - "r.": 3, - "symmetry": 4, - "Heqr.": 1, - "H4.": 2, - "Heqr": 3, - "H8.": 1, - "H10": 1, - "assumption": 10, - "beval_short_circuit": 5, - "beval_short_circuit_eqv": 1, - "sinstr": 8, - "SPush": 8, - "SLoad": 6, - "SPlus": 10, - "SMinus": 11, - "SMult": 11, - "sinstr.": 1, - "s_execute": 21, - "stack": 7, - "prog": 2, - "al": 3, - "bl": 3, - "s_execute1": 1, - "empty_state": 2, - "s_execute2": 1, - "s_compile": 36, - "s_compile1": 1, - "execute_theorem": 1, - "other": 20, - "other.": 4, - "app_ass.": 6, - "plus_comm": 3, - "mult_comm": 2, - "s_compile_correct": 1, - "app_nil_end.": 1, - "execute_theorem.": 1, - "Eqdep_dec.": 1, - "Arith.": 2, - "eq_rect_eq_nat": 2, - "Q": 3, - "eq_rect": 3, - "h.": 1, - "K_dec_set": 1, - "eq_nat_dec.": 1, - "Scheme": 1, - "le_ind": 1, - "q.": 2, - "replace": 4, - "le_n": 4, - "refl_equal": 4, - "pattern": 2, - "case": 2, - "trivial.": 14, - "contradiction": 8, - "le_Sn_n": 5, - "le_S": 6, - "Heq": 8, - "m0": 1, - "HeqS": 3, - "injection": 4, - "HeqS.": 2, - "eq_rect_eq_nat.": 1, - "IHp": 2, - "dep_pair_intro": 2, - "Hx": 20, - "Hy": 14, - "<=n),>": 1, - "x=": 1, - "exist": 7, - "Hy.": 3, - "Heq.": 6, - "le_uniqueness_proof": 1, - "Hy0": 1, - "card": 2, - "f": 108, - "card_interval": 1, - "<=n}>": 1, - "proj1_sig": 1, - "proj2_sig": 1, - "Hp": 5, - "Hq": 3, - "Hpq.": 1, - "Hmn.": 1, - "Hmn": 1, - "interval_dec": 1, - "left.": 3, - "dep_pair_intro.": 3, - "discriminate": 3, - "le_Sn_le": 2, - "eq_S.": 1, - "Hneq.": 2, - "card_inj_aux": 1, - "g": 6, - "0": 5, - "False.": 1, - "Hfbound": 1, - "Hfinj": 1, - "Hgsurj.": 1, - "Hgsurj": 3, - "Hfx": 2, - "le_n_O_eq.": 2, - "Hfbound.": 2, - "Hx.": 5, - "le_lt_dec": 9, - "xSn": 21, - "pred": 3, - "is": 4, - "bounded": 1, - "injective": 6, - "Hlefx": 1, - "Hgefx": 1, - "Hlefy": 1, - "Hgefy": 1, - "Hfinj.": 3, - "sym_not_eq.": 2, - "Heqf.": 2, - "Hneqy.": 2, - "le_lt_trans": 2, - "le_O_n.": 2, - "le_neq_lt": 2, - "Hneqx.": 2, - "pred_inj.": 1, - "lt_O_neq": 2, - "neq_dep_intro": 2, - "inj_restrict": 1, - "Heqf": 1, - "surjective": 1, - "Hlep.": 3, - "Hle": 1, - "Hlt": 3, - "Hfsurj": 2, - "le_n_S": 1, - "Hlep": 4, - "Hneq": 7, - "Heqx.": 2, - "Heqx": 4, - "Hle.": 1, - "le_not_lt": 1, - "lt_trans": 4, - "lt_n_Sn.": 1, - "Hlt.": 1, - "lt_irrefl": 2, - "lt_le_trans": 1, - "pose": 2, - "let": 3, - "Hneqx": 1, - "Hneqy": 1, - "Heqg": 1, - "Hdec": 3, - "Heqy": 1, - "Hginj": 1, - "HSnx.": 1, - "HSnx": 1, - "interval_discr": 1, - "<=m}>": 1, - "card_inj": 1, - "interval_dec.": 1, - "card_interval.": 2, - "Imp.": 1, - "Relations.": 1, - "tm_const": 45, - "tm_plus": 30, - "SimpleArith0.": 2, - "eval": 8, - "SimpleArith1.": 2, - "left": 6, - "associativity": 7, - "E_Const": 2, - "E_Plus": 2, - "plus": 10, - "test_step_1": 1, - "ST_Plus1.": 2, - "ST_PlusConstConst.": 3, - "test_step_2": 1, - "ST_Plus2.": 2, - "step_deterministic": 1, - "partial_function": 6, - "partial_function.": 5, - "y1": 6, - "y2": 5, - "Hy1": 2, - "Hy2.": 2, - "y2.": 3, - "step_cases": 4, - "Hy2": 3, - "SCase.": 3, - "Hy1.": 5, - "IHHy1": 2, - "SimpleArith2.": 1, - "v_const": 4, - "ST_PlusConstConst": 3, - "ST_Plus1": 2, - "strong_progress": 2, - "R": 54, - "value_not_same_as_normal_form": 2, - "normal_form": 3, - "normal_form.": 2, - "v_funny.": 1, - "not.": 3, - "Temp1.": 1, - "Temp2.": 1, - "ST_Funny": 1, - "Temp3.": 1, - "Temp4.": 2, - "v_true": 1, - "v_false": 1, - "ST_IfTrue": 1, - "ST_IfFalse": 1, - "ST_If": 1, - "bool_step_prop4": 1, - "bool_step_prop4_holds": 1, - "bool_step_prop4.": 2, - "ST_ShortCut.": 1, - "IHt1.": 1, - "Temp5.": 1, - "normalizing": 1, - "H11": 2, - "H12": 2, - "H21": 3, - "H22": 2, - "nf_same_as_value": 3, - "H12.": 1, - "H22.": 1, - "H11.": 1, - "split": 14, - "rsc_trans": 4, - "stepmany_congr_1": 1, - "stepmany_congr2": 1, - "rsc_R": 2, - "eval__value": 1, - "HE.": 1, - "eval_cases": 1, - "HE": 1, - "v_const.": 1, - "Lists.": 1, - "X.": 4, - "length": 21, - "app": 5, - "snoc": 9, - "rev": 7, - "Implicit": 15, - "Arguments": 11, - "list123": 1, - "right": 2, - "nil.": 2, - "..": 4, - "test_repeat1": 1, - "nil_app": 1, - "rev_snoc": 1, - "snoc_with_append": 1, - "v.": 1, - "IHl1.": 1, - "prod": 3, - "Y.": 1, - "type_scope.": 1, - "combine": 3, - "lx": 4, - "ly": 4, - "tx": 2, - "tp": 2, - "xs": 7, - "plus3": 2, - "prod_curry": 3, - "prod_uncurry": 3, - "uncurry_uncurry": 1, - "curry_uncurry": 1, - "p.": 9, - "filter": 3, - "test": 4, - "countoddmembers": 1, - "fmostlytrue": 5, - "override": 5, - "ftrue": 1, - "override_example1": 1, - "override_example2": 1, - "override_example3": 1, - "override_example4": 1, - "override_example": 1, - "constfun": 1, - "unfold_example_bad": 1, - "plus3.": 1, - "override_eq": 1, - "x.": 3, - "f.": 1, - "override.": 2, - "override_neq": 1, - "x2": 3, - "k1": 5, - "k2": 4, - "eq_add_S": 2, - "eq.": 11, - "silly4": 1, - "silly5": 1, - "sillyex1": 1, - "j": 6, - "j.": 1, - "silly6": 1, - "silly7": 1, - "sillyex2": 1, - "of": 4, - "assertion": 3, - "Hl.": 1, - "IHm": 2, - "eq": 4, - "IHl": 8, - "beq_nat_O_l": 1, - "beq_nat_O_r": 1, - "double_injective": 1, - "double": 2, - "fold_map": 2, - "fold": 1, - "total": 2, - "fold_map_correct": 1, - "map": 4, - "fold_map.": 1, - "forallb": 4, - "existsb": 3, - "orb": 8, - "existsb2": 2, - "existsb_correct": 1, - "existsb2.": 1, - "index_okx": 1, - "mumble": 5, - "mumble.": 1, - "grumble": 3, - "day": 9, - "monday": 5, - "tuesday": 3, - "wednesday": 3, - "thursday": 3, - "friday": 3, - "saturday": 3, - "sunday": 2, - "day.": 1, - "next_weekday": 3, - "test_next_weekday": 1, - "tuesday.": 1, - "bool.": 1, - "test_orb1": 1, - "test_orb2": 1, - "test_orb3": 1, - "test_orb4": 1, - "nandb": 5, - "test_nandb1": 1, - "test_nandb2": 1, - "test_nandb3": 1, - "test_nandb4": 1, - "andb3": 5, - "b3": 2, - "test_andb31": 1, - "test_andb32": 1, - "test_andb33": 1, - "test_andb34": 1, - "minustwo": 1, - "test_oddb1": 1, - "test_oddb2": 1, - "mult": 3, - "minus": 3, - "exp": 2, - "base": 3, - "power": 2, - "factorial": 2, - "test_factorial1": 1, - "nat_scope.": 3, - "plus_O_n": 1, - "plus_1_1": 1, - "mult_0_1": 1, - "plus_id_example": 1, - "plus_id_exercise": 1, - "mult_0_plus": 1, - "plus_O_n.": 1, - "mult_1_plus": 1, - "plus_1_1.": 1, - "mult_1": 1, - "plus_1_neq_0": 1, - "plus_distr.": 1, - "plus_rearrange": 1, - "plus_comm.": 3, - "plus_swap": 2, - "plus_assoc.": 4, - "plus_swap.": 2, - "mult_0_r.": 4, - "mult_distr": 1, - "mult_1_distr.": 1, - "mult_1.": 1, - "bad": 1, - "zero_nbeq_S": 1, - "andb_false_r": 1, - "plus_ble_compat_1": 1, - "IHp.": 2, - "S_nbeq_0": 1, - "mult_1_1": 1, - "plus_0_r.": 1, - "all3_spec": 1, - "mult_plus_1": 1, - "IHm.": 1, - "mult_mult": 1, - "IHn.": 3, - "mult_plus_1.": 1, - "mult_plus_distr_r": 1, - "mult_mult.": 3, - "plus_assoc": 1, - "mult_assoc": 1, - "mult_plus_distr_r.": 1, - "bin": 9, - "BO": 4, - "M": 4, - "bin.": 1, - "incbin": 2, - "bin2un": 3, - "bin_comm": 1, - "Logic.": 1, - "Prop.": 1, - "next_nat_partial_function": 1, - "next_nat.": 1, - "Q.": 2, - "P.": 5, - "le_not_a_partial_function": 1, - "le": 1, - "Nonsense.": 4, - "le_n.": 6, - "le_S.": 4, - "total_relation_not_partial_function": 1, - "total_relation": 1, - "total_relation1.": 2, - "empty_relation_not_partial_funcion": 1, - "empty_relation.": 1, - "reflexive": 5, - "le_reflexive": 1, - "le.": 4, - "reflexive.": 1, - "transitive": 8, - "le_trans": 4, - "Hnm": 3, - "Hmo.": 4, - "Hnm.": 3, - "IHHmo.": 1, - "lt.": 2, - "transitive.": 1, - "Hm": 1, - "le_S_n": 2, - "Sn_le_Sm__n_le_m.": 1, - "not": 1, - "TODO": 1, - "lt": 3, - "Hmo": 1, - "symmetric": 2, - "antisymmetric": 3, - "le_antisymmetric": 1, - "Sn_le_Sm__n_le_m": 2, - "IHb": 1, - "equivalence": 1, - "order": 2, - "preorder": 1, - "le_order": 1, - "order.": 1, - "le_reflexive.": 1, - "le_antisymmetric.": 1, - "le_trans.": 1, - "clos_refl_trans": 8, - "rt_step": 1, - "rt_refl": 1, - "rt_trans": 3, - "next_nat_closure_is_le": 1, - "next_nat": 1, - "rt_refl.": 2, - "IHle.": 1, - "rt_step.": 2, - "nn.": 1, - "IHclos_refl_trans1.": 2, - "IHclos_refl_trans2.": 2, - "rsc_refl": 1, - "rsc_step": 4, - "IHrefl_step_closure": 1, - "rtc_rsc_coincide": 1, - "IHrefl_step_closure.": 1, - "Setoid": 1, - "Compare_dec": 1, - "ListNotations.": 1, - "Arguments.": 2, - "Permutation.": 2, - "Permutation": 38, - "perm_nil": 1, - "perm_skip": 1, - "Local": 7, - "Permutation_nil": 2, - "HF.": 3, - "@nil": 1, - "HF": 2, - "||": 1, - "Permutation_nil_cons": 1, - "discriminate.": 2, - "Permutation_refl": 1, - "Permutation_sym": 1, - "Hperm": 7, - "perm_trans": 1, - "Permutation_trans": 4, - "Logic.eq": 2, - "@Permutation": 5, - "iff": 1, - "@In": 1, - "red": 6, - "Permutation_in.": 2, - "Permutation_app_tail": 2, - "tl": 8, - "Permutation_app_head": 2, - "app_comm_cons": 5, - "Permutation_app": 3, - "Hpermmm": 1, - "idtac": 1, - "Global": 5, - "@app": 1, - "Permutation_app.": 1, - "Permutation_add_inside": 1, - "Permutation_cons_append": 1, - "Permutation_cons_append.": 3, - "Permutation_app_comm": 3, - "app_nil_r": 1, - "app_assoc": 2, - "Permutation_cons_app": 3, - "Permutation_middle": 2, - "Permutation_rev": 3, - "1": 1, - "@rev": 1, - "2": 1, - "Permutation_length": 2, - "transitivity": 4, - "@length": 1, - "Permutation_length.": 1, - "Permutation_ind_bis": 2, - "Hnil": 1, - "Hskip": 3, - "Hswap": 2, - "Htrans.": 1, - "Htrans": 1, - "eauto.": 7, - "Ltac": 1, - "break_list": 5, - "Permutation_nil_app_cons": 1, - "l4": 3, - "IH": 3, - "Permutation_middle.": 3, - "perm_swap.": 2, - "perm_swap": 1, - "eq_refl": 2, - "In_split": 1, - "Permutation_app_inv": 1, - "NoDup": 4, - "incl": 3, - "N.": 1, - "E": 7, - "Ha": 6, - "In": 6, - "N": 1, - "Hal": 1, - "Hl": 1, - "exfalso.": 1, - "NoDup_Permutation_bis": 2, - "inversion_clear": 6, - "intuition.": 2, - "Permutation_NoDup": 1, - "Permutation_map": 1, - "Hf": 15, - "injective_bounded_surjective": 1, - "set": 1, - "seq": 2, - "in_map_iff.": 2, - "in_seq": 4, - "arith": 4, - "NoDup_cardinal_incl": 1, - "injective_map_NoDup": 2, - "seq_NoDup": 1, - "map_length": 1, - "by": 7, - "in_map_iff": 1, - "nat_bijection_Permutation": 1, - "BD.": 1, - "seq_NoDup.": 1, - "map_length.": 1, - "Injection": 1, - "Permutation_alt": 1, - "Alternative": 1, - "characterization": 1, - "via": 1, - "nth_error": 7, - "and": 1, - "nth": 2, - "adapt": 4, - "adapt_injective": 1, - "adapt.": 2, - "EQ.": 2, - "LE": 11, - "LT": 14, - "Hf.": 1, - "Lt.le_lt_or_eq": 3, - "LE.": 3, - "EQ": 8, - "LT.": 5, - "Lt.S_pred": 3, - "Lt.lt_not_le": 2, - "adapt_ok": 2, - "nth_error_app1": 1, - "nth_error_app2": 1, - "arith.": 8, - "Minus.minus_Sn_m": 1, - "Permutation_nth_error": 2, - "IHP": 2, - "IHP2": 1, - "Hg": 2, - "E.": 2, - "L12": 2, - "app_length.": 2, - "plus_n_Sm.": 1, - "adapt_injective.": 1, - "nth_error_None": 4, - "Hn": 1, - "Hf2": 1, - "Hf3": 2, - "Lt.le_or_lt": 1, - "Lt.lt_irrefl": 2, - "Lt.lt_le_trans": 2, - "Hf1": 1, - "do": 4, - "congruence.": 1, - "Permutation_alt.": 1, - "Permutation_app_swap": 1, - "only": 3, - "parsing": 3, - "Omega": 1, - "SetoidList.": 1, - "Permut.": 1, - "eqA_equiv": 1, - "eqA.": 1, - "list_contents_app": 5, - "permut_refl": 1, - "permut_sym": 4, - "permut_trans": 5, - "permut_cons_eq": 3, - "meq_left": 1, - "meq_singleton": 1, - "permut_cons": 5, - "permut_app": 1, - "specialize": 6, - "a0.": 1, - "decide": 1, - "permut_add_inside_eq": 1, - "permut_add_cons_inside": 3, - "permut_add_inside": 1, - "permut_middle": 1, - "permut_refl.": 5, - "permut_sym_app": 1, - "permut_rev": 1, - "permut_add_cons_inside.": 1, - "app_nil_end": 1, - "results": 1, - "permut_conv_inv": 1, - "plus_reg_l.": 1, - "permut_app_inv1": 1, - "list_contents_app.": 1, - "plus_reg_l": 1, - "multiplicity": 6, - "Fact": 3, - "if_eqA_then": 1, - "B": 6, - "if_eqA_refl": 3, - "decide_left": 1, - "if_eqA": 1, - "contradict": 3, - "A1": 2, - "if_eqA_rewrite_r": 1, - "A2": 4, - "Hxx": 1, - "multiplicity_InA": 4, - "InA": 8, - "multiplicity_InA_O": 2, - "multiplicity_InA_S": 1, - "multiplicity_NoDupA": 1, - "NoDupA": 3, - "NEQ": 1, - "compatible": 1, - "permut_InA_InA": 3, - "multiplicity_InA.": 1, - "meq.": 2, - "permut_cons_InA": 3, - "permut_nil": 3, - "Abs": 2, - "permut_length_1": 1, - "permut_length_2": 1, - "permut_length_1.": 2, - "@if_eqA_rewrite_l": 2, - "permut_length": 1, - "InA_split": 1, - "h2": 1, - "plus_n_Sm": 1, - "f_equal.": 1, - "app_length": 1, - "IHl1": 1, - "permut_remove_hd": 1, - "f_equal": 1, - "if_eqA_rewrite_l": 1, - "NoDupA_equivlistA_permut": 1, - "Equivalence_Reflexive.": 1, - "change": 1, - "Equivalence_Reflexive": 1, - "Forall2": 2, - "permutation_Permutation": 1, - "Forall2.": 1, - "proof": 1, - "IHA": 2, - "Forall2_app_inv_r": 1, - "Hl1": 1, - "Hl2": 1, - "Forall2_app": 1, - "Forall2_cons": 1, - "Permutation_impl_permutation": 1, - "permut_eqA": 1, - "Permut_permut.": 1, - "permut_right": 1, - "permut_tran": 1 - }, - "Creole": { - "Creole": 6, - "is": 3, - "a": 2, - "-": 5, - "to": 2, - "HTML": 1, - "converter": 2, - "for": 1, - "the": 5, - "lightweight": 1, - "markup": 1, - "language": 1, - "(": 5, - "http": 4, - "//wikicreole.org/": 1, - ")": 5, - ".": 1, - "Github": 1, - "uses": 1, - "this": 1, - "render": 1, - "*.creole": 1, - "files.": 1, - "Project": 1, - "page": 1, - "on": 2, - "github": 1, - "*": 5, - "//github.com/minad/creole": 1, - "Travis": 1, - "CI": 1, - "https": 1, - "//travis": 1, - "ci.org/minad/creole": 1, - "RDOC": 1, - "//rdoc.info/projects/minad/creole": 1, - "INSTALLATION": 1, - "{": 6, - "gem": 1, - "install": 1, - "creole": 1, - "}": 6, - "SYNOPSIS": 1, - "require": 1, - "html": 1, - "Creole.creolize": 1, - "BUGS": 1, - "If": 1, - "you": 1, - "found": 1, - "bug": 1, - "please": 1, - "report": 1, - "it": 1, - "at": 1, - "project": 1, - "s": 1, - "tracker": 1, - "GitHub": 1, - "//github.com/minad/creole/issues": 1, - "AUTHORS": 1, - "Lars": 2, - "Christensen": 2, - "larsch": 1, - "Daniel": 2, - "Mendler": 1, - "minad": 1, - "LICENSE": 1, - "Copyright": 1, - "c": 1, - "Mendler.": 1, - "It": 1, - "free": 1, - "software": 1, - "and": 1, - "may": 1, - "be": 1, - "redistributed": 1, - "under": 1, - "terms": 1, - "specified": 1, - "in": 1, - "README": 1, - "file": 1, - "of": 1, - "Ruby": 1, - "distribution.": 1 - }, - "Crystal": { - "SHEBANG#!bin/crystal": 2, - "require": 2, - "describe": 2, - "do": 26, - "it": 21, - "run": 14, - "(": 201, - ")": 201, - ".to_i.should": 11, - "eq": 16, - "end": 135, - ".to_f32.should": 2, - ".to_b.should": 1, - "be_true": 1, - "module": 1, - "Crystal": 1, - "class": 2, - "ASTNode": 4, - "def": 84, - "transform": 81, - "transformer": 1, - "transformer.before_transform": 1, - "self": 77, - "node": 164, - "transformer.transform": 1, - "transformer.after_transform": 1, - "Transformer": 1, - "before_transform": 1, - "after_transform": 1, - "Expressions": 2, - "exps": 6, - "[": 9, - "]": 9, - "of": 3, - "node.expressions.each": 1, - "|": 8, - "exp": 3, - "new_exp": 3, - "exp.transform": 3, - "if": 23, - "new_exp.is_a": 1, - "exps.concat": 1, - "new_exp.expressions": 1, - "else": 2, - "<<": 1, - "exps.length": 1, - "node.expressions": 3, - "Call": 1, - "node_obj": 1, - "node.obj": 9, - "node_obj.transform": 1, - "transform_many": 23, - "node.args": 3, - "node_block": 1, - "node.block": 2, - "node_block.transform": 1, - "node_block_arg": 1, - "node.block_arg": 6, - "node_block_arg.transform": 1, - "And": 1, - "node.left": 3, - "node.left.transform": 3, - "node.right": 3, - "node.right.transform": 3, - "Or": 1, - "StringInterpolation": 1, - "ArrayLiteral": 1, - "node.elements": 1, - "node_of": 1, - "node.of": 2, - "node_of.transform": 1, - "HashLiteral": 1, - "node.keys": 1, - "node.values": 2, - "of_key": 1, - "node.of_key": 2, - "of_key.transform": 1, - "of_value": 1, - "node.of_value": 2, - "of_value.transform": 1, - "If": 1, - "node.cond": 5, - "node.cond.transform": 5, - "node.then": 3, - "node.then.transform": 3, - "node.else": 5, - "node.else.transform": 3, - "Unless": 1, - "IfDef": 1, - "MultiAssign": 1, - "node.targets": 1, - "SimpleOr": 1, - "Def": 1, - "node.body": 12, - "node.body.transform": 10, - "receiver": 2, - "node.receiver": 4, - "receiver.transform": 2, - "block_arg": 2, - "block_arg.transform": 2, - "Macro": 1, - "PointerOf": 1, - "node.exp": 3, - "node.exp.transform": 3, - "SizeOf": 1, - "InstanceSizeOf": 1, - "IsA": 1, - "node.obj.transform": 5, - "node.const": 1, - "node.const.transform": 1, - "RespondsTo": 1, - "Case": 1, - "node.whens": 1, - "node_else": 1, - "node_else.transform": 1, - "When": 1, - "node.conds": 1, - "ImplicitObj": 1, - "ClassDef": 1, - "superclass": 1, - "node.superclass": 2, - "superclass.transform": 1, - "ModuleDef": 1, - "While": 1, - "Generic": 1, - "node.name": 5, - "node.name.transform": 5, - "node.type_vars": 1, - "ExceptionHandler": 1, - "node.rescues": 1, - "node_ensure": 1, - "node.ensure": 2, - "node_ensure.transform": 1, - "Rescue": 1, - "node.types": 2, - "Union": 1, - "Hierarchy": 1, - "Metaclass": 1, - "Arg": 1, - "default_value": 1, - "node.default_value": 2, - "default_value.transform": 1, - "restriction": 1, - "node.restriction": 2, - "restriction.transform": 1, - "BlockArg": 1, - "node.fun": 1, - "node.fun.transform": 1, - "Fun": 1, - "node.inputs": 1, - "output": 1, - "node.output": 2, - "output.transform": 1, - "Block": 1, - "node.args.map": 1, - "{": 7, - "as": 4, - "Var": 2, - "}": 7, - "FunLiteral": 1, - "node.def.body": 1, - "node.def.body.transform": 1, - "FunPointer": 1, - "obj": 1, - "obj.transform": 1, - "Return": 1, - "node.exps": 5, - "Break": 1, - "Next": 1, - "Yield": 1, - "scope": 1, - "node.scope": 2, - "scope.transform": 1, - "Include": 1, - "Extend": 1, - "RangeLiteral": 1, - "node.from": 1, - "node.from.transform": 1, - "node.to": 2, - "node.to.transform": 2, - "Assign": 1, - "node.target": 1, - "node.target.transform": 1, - "node.value": 3, - "node.value.transform": 3, - "Nop": 1, - "NilLiteral": 1, - "BoolLiteral": 1, - "NumberLiteral": 1, - "CharLiteral": 1, - "StringLiteral": 1, - "SymbolLiteral": 1, - "RegexLiteral": 1, - "MetaVar": 1, - "InstanceVar": 1, - "ClassVar": 1, - "Global": 1, - "Require": 1, - "Path": 1, - "Self": 1, - "LibDef": 1, - "FunDef": 1, - "body": 1, - "body.transform": 1, - "TypeDef": 1, - "StructDef": 1, - "UnionDef": 1, - "EnumDef": 1, - "ExternalVar": 1, - "IndirectRead": 1, - "IndirectWrite": 1, - "TypeOf": 1, - "Primitive": 1, - "Not": 1, - "TypeFilteredNode": 1, - "TupleLiteral": 1, - "Cast": 1, - "DeclareVar": 1, - "node.var": 1, - "node.var.transform": 1, - "node.declared_type": 1, - "node.declared_type.transform": 1, - "Alias": 1, - "TupleIndexer": 1, - "Attribute": 1, - "exps.map": 1, - "assert_type": 7, - "int32": 8, - "union_of": 1, - "char": 1, - "result": 3, - "types": 3, - "mod": 1, - "result.program": 1, - "foo": 3, - "mod.types": 1, - "NonGenericClassType": 1, - "foo.instance_vars": 1, - ".type.should": 3, - "mod.int32": 1, - "GenericClassType": 2, - "foo_i32": 4, - "foo.instantiate": 2, - "Type": 2, - "foo_i32.lookup_instance_var": 2 - }, - "Cuda": { - "#include": 2, - "": 1, - "": 1, - "__global__": 2, - "void": 3, - "vectorAdd": 2, - "(": 20, - "const": 2, - "float": 8, - "*A": 1, - "*B": 1, - "*C": 1, - "int": 14, - "numElements": 4, - ")": 20, - "{": 8, - "i": 5, - "blockDim.x": 3, - "*": 2, - "blockIdx.x": 2, - "+": 12, - "threadIdx.x": 4, - ";": 30, - "if": 3, - "<": 5, - "C": 1, - "[": 11, - "]": 11, - "A": 1, - "B": 1, - "}": 8, - "main": 1, - "cudaError_t": 1, - "err": 5, - "cudaSuccess": 2, - "threadsPerBlock": 4, - "blocksPerGrid": 1, - "-": 1, - "/": 2, - "<<": 1, - "": 1, - "d_A": 2, - "d_B": 2, - "d_C": 2, - "cudaGetLastError": 1, - "fprintf": 1, - "stderr": 1, - "cudaGetErrorString": 1, - "exit": 1, - "EXIT_FAILURE": 1, - "cudaDeviceReset": 1, - "return": 1, - "scalarProdGPU": 1, - "*d_C": 1, - "*d_A": 1, - "*d_B": 1, - "vectorN": 2, - "elementN": 3, - "//Accumulators": 1, - "cache": 1, - "__shared__": 1, - "accumResult": 5, - "ACCUM_N": 4, - "////////////////////////////////////////////////////////////////////////////": 2, - "for": 5, - "vec": 5, - "gridDim.x": 1, - "vectorBase": 3, - "IMUL": 1, - "vectorEnd": 2, - "////////////////////////////////////////////////////////////////////////": 4, - "iAccum": 10, - "sum": 3, - "pos": 5, - "stride": 5, - "__syncthreads": 1 - }, - "Cycript": { - "(": 12, - "function": 2, - "utils": 2, - ")": 12, - "{": 8, - "//": 4, - "Load": 1, - "C": 2, - "functions": 3, - "declared": 1, - "in": 2, - "utils.loadFuncs": 1, - "var": 6, - "shouldLoadCFuncs": 2, - "true": 2, - ";": 21, - "Expose": 2, - "the": 1, - "to": 4, - "cycript": 2, - "s": 2, - "global": 1, - "scope": 1, - "shouldExposeConsts": 2, - "defined": 1, - "here": 1, - "t": 1, - "be": 2, - "found": 2, - "with": 1, - "dlsym": 1, - "Failed": 1, - "load": 1, - "mach_vm_address_t": 1, - "string": 4, - "@encode": 2, - "infinite": 1, - "*": 1, - "length": 1, - "[": 8, - "object": 1, - "Struct": 1, - "]": 8, - "%": 8, - "@": 3, - "<%@:>": 1, - "0x": 1, - "+": 3, - "-": 2, - "printf": 1, - ".3s": 1, - "d": 2, - "c": 5, - "float": 1, - "f": 1, - "n": 1, - "foo": 2, - "barrrr": 1, - "Args": 1, - "needs": 1, - "an": 1, - "array": 1, - "number": 1, - "Function": 1, - "not": 1, - "foobar": 2, - "strdup": 2, - "pipe": 1, - "write": 1, - "close": 2, - "int": 1, - "a": 1, - "short": 1, - "b": 1, - "char": 1, - "uint64_t": 1, - "double": 1, - "e": 1, - "struct": 1, - "}": 9, - "return": 1, - "new": 1, - "Type": 1, - "typeStr": 1, - "Various": 1, - "constants": 1, - "utils.constants": 2, - "VM_PROT_NONE": 1, - "VM_PROT_READ": 1, - "VM_PROT_WRITE": 1, - "VM_PROT_EXECUTE": 1, - "VM_PROT_NO_CHANGE": 1, - "VM_PROT_COPY": 1, - "VM_PROT_WANTS_COPY": 1, - "VM_PROT_IS_MASK": 1, - "c.VM_PROT_DEFAULT": 1, - "c.VM_PROT_READ": 2, - "|": 3, - "c.VM_PROT_WRITE": 2, - "c.VM_PROT_ALL": 1, - "c.VM_PROT_EXECUTE": 1, - "if": 3, - "for": 2, - "k": 3, - "Cycript.all": 2, - "shouldExposeFuncs": 1, - "i": 4, - "<": 1, - "funcsToExpose.length": 1, - "name": 3, - "funcsToExpose": 1, - "utils.loadfuncs": 1, - "shouldExposeCFuncs": 1, - "exports": 1 - }, - "DM": { - "#define": 4, - "PI": 6, - "#if": 1, - "G": 1, - "#elif": 1, - "I": 1, - "#else": 1, - "K": 1, - "#endif": 1, - "var/GlobalCounter": 1, - "var/const/CONST_VARIABLE": 1, - "var/list/MyList": 1, - "list": 3, - "(": 17, - "new": 1, - "/datum/entity": 2, - ")": 17, - "var/list/EmptyList": 1, - "[": 2, - "]": 2, - "//": 6, - "creates": 1, - "a": 1, - "of": 1, - "null": 2, - "entries": 1, - "var/list/NullList": 1, - "var/name": 1, - "var/number": 1, - "/datum/entity/proc/myFunction": 1, - "world.log": 5, - "<<": 5, - "/datum/entity/New": 1, - "number": 2, - "GlobalCounter": 1, - "+": 3, - "/datum/entity/unit": 1, - "name": 1, - "/datum/entity/unit/New": 1, - "..": 1, - "calls": 1, - "the": 2, - "parent": 1, - "s": 1, - "proc": 1, - ";": 3, - "equal": 1, - "to": 1, - "super": 1, - "and": 1, - "base": 1, - "in": 1, - "other": 1, - "languages": 1, - "rand": 1, - "/datum/entity/unit/myFunction": 1, - "/proc/ReverseList": 1, - "var/list/input": 1, - "var/list/output": 1, - "for": 1, - "var/i": 1, - "input.len": 1, - "i": 3, - "-": 2, - "IMPORTANT": 1, - "List": 1, - "Arrays": 1, - "count": 1, - "from": 1, - "output": 2, - "input": 1, - "is": 2, - "return": 3, - "/proc/DoStuff": 1, - "var/bitflag": 2, - "bitflag": 4, - "|": 1, - "/proc/DoOtherStuff": 1, - "bits": 1, - "maximum": 1, - "amount": 1, - "&": 1, - "/proc/DoNothing": 1, - "var/pi": 1, - "if": 2, - "pi": 2, - "else": 2, - "CONST_VARIABLE": 1, - "#undef": 1, - "Undefine": 1 - }, - "Dart": { - "import": 1, - "as": 1, - "math": 1, - ";": 9, - "class": 1, - "Point": 5, - "{": 3, - "num": 2, - "x": 2, - "y": 2, - "(": 7, - "this.x": 1, - "this.y": 1, - ")": 7, - "distanceTo": 1, - "other": 1, - "var": 4, - "dx": 3, - "-": 2, - "other.x": 1, - "dy": 3, - "other.y": 1, - "return": 1, - "math.sqrt": 1, - "*": 2, - "+": 1, - "}": 3, - "void": 1, - "main": 1, - "p": 1, - "new": 2, - "q": 1, - "print": 1 - }, - "Diff": { - "diff": 1, - "-": 5, - "git": 1, - "a/lib/linguist.rb": 2, - "b/lib/linguist.rb": 2, - "index": 1, - "d472341..8ad9ffb": 1, - "+": 3 - }, - "Dockerfile": { - "docker": 1, - "-": 27, - "version": 1, - "from": 1, - "ubuntu": 1, - "maintainer": 1, - "Solomon": 1, - "Hykes": 1, - "": 1, - "run": 13, - "apt": 6, - "get": 6, - "install": 6, - "y": 5, - "q": 2, - "curl": 2, - "git": 7, - "s": 1, - "https": 1, - "//go.googlecode.com/files/go1.1.1.linux": 1, - "amd64.tar.gz": 1, - "|": 1, - "tar": 1, - "v": 2, - "C": 1, - "/usr/local": 1, - "xz": 1, - "env": 4, - "PATH": 2, - "/usr/local/go/bin": 2, - "/usr/local/bin": 2, - "/usr/local/sbin": 2, - "/usr/bin": 2, - "/usr/sbin": 2, - "/bin": 2, - "/sbin": 2, - "GOPATH": 1, - "/go": 1, - "CGO_ENABLED": 1, - "cd": 5, - "/tmp": 1, - "&&": 9, - "echo": 2, - "t.go": 1, - "go": 2, - "test": 1, - "a": 1, - "i": 1, - "PKG": 12, - "github.com/kr/pty": 1, - "REV": 6, - "c699": 1, - ";": 3, - "clone": 3, - "http": 3, - "//": 3, - "/go/src/": 6, - "checkout": 3, - "f": 3, - "github.com/gorilla/context/": 1, - "d61e5": 1, - "github.com/gorilla/mux/": 1, - "b36453141c": 1, - "iptables": 1, - "/etc/apt/sources.list": 1, - "update": 1, - "lxc": 1, - "aufs": 1, - "tools": 1, - "add": 1, - ".": 1, - "/go/src/github.com/dotcloud/docker": 1, - "/go/src/github.com/dotcloud/docker/docker": 1, - "ldflags": 1, - "/go/bin": 1, - "cmd": 1, - "[": 1, - "]": 1 - }, - "Dogescript": { - "quiet": 1, - "wow": 4, - "such": 2, - "language": 3, - "very": 1, - "syntax": 1, - "github": 1, - "recognized": 1, - "loud": 1, - "much": 1, - "friendly": 2, - "rly": 1, - "is": 2, - "true": 1, - "plz": 2, - "console.loge": 2, - "with": 2, - "but": 1, - "module.exports": 1 - }, - "E": { - "pragma.syntax": 1, - "(": 65, - ")": 64, - "to": 27, - "send": 1, - "message": 4, - "{": 57, - "when": 2, - "friend": 4, - "<-receive(message))>": 1, - "chatUI.showMessage": 4, - "}": 57, - "catch": 2, - "prob": 2, - "receive": 1, - "receiveFriend": 2, - "friendRcvr": 2, - "bind": 2, - "save": 1, - "file": 3, - "file.setText": 1, - "makeURIFromObject": 1, - "chatController": 2, - "load": 1, - "getObjectFromURI": 1, - "file.getText": 1, - "<": 1, - "-": 2, - "#File": 1, - "objects": 1, - "for": 3, - "hardwired": 1, - "files": 1, - "def": 24, - "file1": 1, - "": 1, - "file2": 1, - "": 1, - "#Using": 2, - "a": 4, - "variable": 1, - "name": 4, - "filePath": 2, - "file3": 1, - "": 1, - "[": 10, - "]": 10, - "single": 1, - "character": 1, - "specify": 1, - "Windows": 1, - "drive": 1, - "file4": 1, - "": 1, - "file5": 1, - "": 1, - "file6": 1, - "": 1, - "makeVehicle": 3, - "self": 1, - "vehicle": 2, - "milesTillEmpty": 1, - "return": 19, - "self.milesPerGallon": 1, - "*": 1, - "self.getFuelRemaining": 1, - "makeCar": 4, - "var": 6, - "fuelRemaining": 4, - "car": 8, - "extends": 2, - "milesPerGallon": 2, - "getFuelRemaining": 2, - "makeJet": 1, - "jet": 3, - "println": 2, - "The": 2, - "can": 1, - "go": 1, - "car.milesTillEmpty": 1, - "miles.": 1, - "makeVOCPair": 1, - "brandName": 3, - "String": 1, - "near": 6, - "myTempContents": 6, - "none": 2, - "brand": 5, - "__printOn": 4, - "out": 4, - "TextWriter": 4, - "void": 5, - "out.print": 4, - "ProveAuth": 2, - "<$brandName>": 3, - "prover": 1, - "getBrand": 4, - "coerce": 2, - "specimen": 2, - "optEjector": 3, - "sealedBox": 2, - "offerContent": 1, - "CheckAuth": 2, - "checker": 3, - "template": 1, - "match": 4, - "get": 2, - "authList": 2, - "any": 2, - "specimenBox": 2, - "null": 1, - "if": 2, - "specimenBox.__respondsTo": 1, - "specimenBox.offerContent": 1, - "else": 1, - "auth": 3, - "in": 1, - "throw.eject": 1, - "Unmatched": 1, - "authorization": 1, - "__respondsTo": 2, - "_": 3, - "true": 1, - "false": 1, - "__getAllegedType": 1, - "null.__getAllegedType": 1, - "tempVow": 2, - "#...use": 1, - "#....": 1, - "report": 1, - "problem": 1, - "finally": 1, - "#....log": 1, - "event": 1, - "x": 3, - "y": 3, - "moveTo": 1, - "newX": 2, - "newY": 2, - "getX": 1, - "getY": 1, - "setName": 1, - "newName": 2, - "getName": 1, - "sportsCar": 1, - "sportsCar.moveTo": 1, - "sportsCar.getName": 1, - "is": 1, - "at": 1, - "X": 1, - "location": 1, - "sportsCar.getX": 1 - }, - "ECL": { - "#option": 1, - "(": 32, - "true": 1, - ")": 32, - ";": 23, - "namesRecord": 4, - "RECORD": 1, - "string20": 1, - "surname": 1, - "string10": 2, - "forename": 1, - "integer2": 5, - "age": 2, - "dadAge": 1, - "mumAge": 1, - "END": 1, - "namesRecord2": 3, - "record": 1, - "extra": 1, - "end": 1, - "namesTable": 11, - "dataset": 2, - "FLAT": 2, - "namesTable2": 9, - "aveAgeL": 3, - "l": 1, - "l.dadAge": 1, - "+": 16, - "l.mumAge": 1, - "/2": 2, - "aveAgeR": 4, - "r": 1, - "r.dadAge": 1, - "r.mumAge": 1, - "output": 9, - "join": 11, - "left": 2, - "right": 3, - "//Several": 1, - "simple": 1, - "examples": 1, - "of": 1, - "sliding": 2, - "syntax": 1, - "left.age": 8, - "right.age": 12, - "-": 5, - "and": 10, - "<": 1, - "between": 7, - "//Same": 1, - "but": 1, - "on": 1, - "strings.": 1, - "Also": 1, - "includes": 1, - "to": 1, - "ensure": 1, - "sort": 1, - "is": 1, - "done": 1, - "by": 1, - "non": 1, - "before": 1, - "sliding.": 1, - "left.surname": 2, - "right.surname": 4, - "[": 4, - "]": 4, - "all": 1, - "//This": 1, - "should": 1, - "not": 1, - "generate": 1, - "a": 1, - "self": 1 - }, - "Eagle": { - "": 2, - "version=": 4, - "encoding=": 2, - "": 2, - "eagle": 4, - "SYSTEM": 2, - "dtd": 2, - "": 2, - "": 2, - "": 2, - "": 4, - "alwaysvectorfont=": 2, - "verticaltext=": 2, - "": 2, - "": 2, - "distance=": 2, - "unitdist=": 2, - "unit=": 2, - "style=": 2, - "multiple=": 2, - "display=": 2, - "altdistance=": 2, - "altunitdist=": 2, - "altunit=": 2, - "": 2, - "": 118, - "number=": 119, - "name=": 447, - "color=": 118, - "fill=": 118, - "visible=": 118, - "active=": 125, - "": 2, - "": 1, - "xreflabel=": 1, - "xrefpart=": 1, - "": 2, - "": 4, - "": 60, - "&": 5501, - "lt": 2665, - ";": 5567, - "b": 64, - "gt": 2770, - "Frames": 1, - "for": 5, - "Sheet": 2, - "and": 5, - "Layout": 1, - "/b": 64, - "": 60, - "": 4, - "": 3, - "": 1, - "": 1, - "": 497, - "x1=": 630, - "y1=": 630, - "x2=": 630, - "y2=": 630, - "width=": 512, - "layer=": 822, - "": 108, - "x=": 240, - "y=": 242, - "size=": 114, - "font=": 4, - "DRAWING_NAME": 1, - "": 108, - "LAST_DATE_TIME": 1, - "SHEET": 1, - "": 1, - "columns=": 1, - "rows=": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "prefix=": 1, - "uservalue=": 1, - "FRAME": 1, - "p": 65, - "DIN": 1, - "A4": 1, - "landscape": 1, - "with": 1, - "location": 1, - "doc.": 1, - "field": 1, - "": 1, - "": 1, - "symbol=": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 3, - "Resistors": 2, - "Capacitors": 4, - "Inductors": 2, - "Based": 2, - "on": 2, - "the": 5, - "previous": 2, - "libraries": 2, - "ul": 2, - "li": 12, - "r.lbr": 2, - "cap.lbr": 2, - "cap": 2, - "-": 768, - "fe.lbr": 2, - "captant.lbr": 2, - "polcap.lbr": 2, - "ipc": 2, - "smd.lbr": 2, - "/ul": 2, - "All": 2, - "SMD": 4, - "packages": 2, - "are": 2, - "defined": 2, - "according": 2, - "to": 3, - "IPC": 2, - "specifications": 2, - "CECC": 2, - "author": 3, - "Created": 3, - "by": 3, - "librarian@cadsoft.de": 3, - "/author": 3, - "Electrolyt": 2, - "see": 4, - "also": 2, - "www.bccomponents.com": 2, - "www.panasonic.com": 2, - "www.kemet.com": 2, - "http": 4, - "//www.secc.co.jp/pdf/os_e/2004/e_os_all.pdf": 2, - "(": 4, - "SANYO": 2, - ")": 4, - "trimmer": 2, - "refence": 2, - "u": 2, - "www.electrospec": 2, - "inc.com/cross_references/trimpotcrossref.asp": 2, - "/u": 2, - "table": 2, - "border": 2, - "cellspacing": 2, - "cellpadding": 2, - "width": 6, - "cellpaddding": 2, - "tr": 2, - "valign": 2, - "td": 4, - "amp": 66, - "nbsp": 66, - "/td": 4, - "font": 2, - "color": 20, - "size": 2, - "TRIM": 4, - "POT": 4, - "CROSS": 4, - "REFERENCE": 4, - "/font": 2, - "P": 128, - "TABLE": 4, - "BORDER": 4, - "CELLSPACING": 4, - "CELLPADDING": 4, - "TR": 36, - "TD": 170, - "COLSPAN": 16, - "FONT": 166, - "SIZE": 166, - "FACE": 166, - "ARIAL": 166, - "B": 106, - "RECTANGULAR": 2, - "MULTI": 6, - "TURN": 10, - "/B": 90, - "/FONT": 166, - "/TD": 170, - "/TR": 36, - "ALIGN": 124, - "CENTER": 124, - "BOURNS": 6, - "BI": 10, - "TECH": 10, - "DALE": 10, - "VISHAY": 10, - "PHILIPS/MEPCO": 10, - "MURATA": 6, - "PANASONIC": 10, - "SPECTROL": 6, - "MILSPEC": 6, - "BGCOLOR": 76, - "BR": 1478, - "W": 92, - "Y": 36, - "J": 12, - "L": 18, - "X": 82, - "PH": 2, - "XH": 2, - "SLT": 2, - "ALT": 42, - "T8S": 2, - "T18/784": 2, - "/1897": 2, - "/1880": 2, - "EKP/CT20/RJ": 2, - "RJ": 14, - "EKQ": 4, - "EKR": 4, - "EKJ": 2, - "EKL": 2, - "S": 18, - "EVMCOG": 2, - "T602": 2, - "RT/RTR12": 6, - "RJ/RJR12": 6, - "SQUARE": 2, - "BOURN": 4, - "H": 24, - "Z": 16, - "T63YB": 2, - "T63XB": 2, - "T93Z": 2, - "T93YA": 2, - "T93XA": 2, - "T93YB": 2, - "T93XB": 2, - "EKP": 8, - "EKW": 6, - "EKM": 4, - "EKB": 2, - "EKN": 2, - "P/CT9P": 2, - "P/3106P": 2, - "W/3106W": 2, - "X/3106X": 2, - "Y/3106Y": 2, - "Z/3105Z": 2, - "EVMCBG": 2, - "EVMCCG": 2, - "RT/RTR22": 8, - "RJ/RJR22": 6, - "RT/RTR26": 6, - "RJ/RJR26": 12, - "RT/RTR24": 6, - "RJ/RJR24": 12, - "SINGLE": 4, - "E": 6, - "K": 4, - "T": 10, - "V": 10, - "M": 10, - "R": 6, - "U": 4, - "C": 6, - "F": 4, - "RX": 6, - "PA": 2, - "A": 16, - "XW": 2, - "XL": 2, - "PM": 2, - "PX": 2, - "RXW": 2, - "RXL": 2, - "T7YB": 2, - "T7YA": 2, - "TXD": 2, - "TYA": 2, - "TYP": 2, - "TYD": 2, - "TX": 4, - "SX": 6, - "ET6P": 2, - "ET6S": 2, - "ET6X": 2, - "W/8014EMW": 2, - "P/8014EMP": 2, - "X/8014EMX": 2, - "TM7W": 2, - "TM7P": 2, - "TM7X": 2, - "SMS": 2, - "SMB": 2, - "SMA": 2, - "CT": 12, - "EKV": 2, - "EKX": 2, - "EKZ": 2, - "N": 2, - "RVA0911V304A": 2, - "RVA0911H413A": 2, - "RVG0707V100A": 2, - "RVA0607V": 2, - "RVA1214H213A": 2, - "EVMQ0G": 4, - "EVMQIG": 2, - "EVMQ3G": 2, - "EVMS0G": 2, - "EVMG0G": 2, - "EVMK4GA00B": 2, - "EVM30GA00B": 2, - "EVMK0GA00B": 2, - "EVM38GA00B": 2, - "EVMB6": 2, - "EVLQ0": 2, - "EVMMSG": 2, - "EVMMBG": 2, - "EVMMAG": 2, - "EVMMCS": 2, - "EVMM1": 2, - "EVMM0": 2, - "EVMM3": 2, - "RJ/RJR50": 6, - "/TABLE": 4, - "TOCOS": 4, - "AUX/KYOCERA": 4, - "G": 10, - "ST63Z": 2, - "ST63Y": 2, - "ST5P": 2, - "ST5W": 2, - "ST5X": 2, - "A/B": 2, - "C/D": 2, - "W/X": 2, - "ST5YL/ST53YL": 2, - "ST5YJ/5T53YJ": 2, - "ST": 14, - "EVM": 8, - "YS": 2, - "D": 2, - "G4B": 2, - "G4A": 2, - "TR04": 2, - "S1": 4, - "TRG04": 2, - "DVR": 2, - "CVR": 4, - "A/C": 2, - "ALTERNATE": 2, - "/tr": 2, - "/table": 2, - "": 53, - "RESISTOR": 52, - "": 64, - "dx=": 64, - "dy=": 64, - "NAME": 52, - "VALUE": 52, - "": 132, - "": 52, - "wave": 10, - "soldering": 10, - "Source": 2, - "//download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor/dcrcwfre.pdf": 2, - "MELF": 8, - "type": 20, - "grid": 20, - "mm": 20, - "curve=": 56, - "": 39, - "drill=": 41, - "shape=": 39, - "ratio=": 41, - "": 12, - "radius=": 12, - "": 1, - "": 1, - "": 1, - "Pin": 1, - "Header": 1, - "Connectors": 1, - "PIN": 1, - "HEADER": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "language=": 2, - "EAGLE": 2, - "Design": 5, - "Rules": 5, - "Die": 1, - "Standard": 1, - "sind": 1, - "so": 2, - "gew": 1, - "hlt": 1, - "dass": 1, - "sie": 1, - "f": 1, - "r": 1, - "die": 3, - "meisten": 1, - "Anwendungen": 1, - "passen.": 1, - "Sollte": 1, - "ihre": 1, - "Platine": 1, - "besondere": 1, - "Anforderungen": 1, - "haben": 1, - "treffen": 1, - "Sie": 1, - "erforderlichen": 1, - "Einstellungen": 1, - "hier": 1, - "und": 1, - "speichern": 1, - "unter": 1, - "einem": 1, - "neuen": 1, - "Namen": 1, - "ab.": 1, - "The": 1, - "default": 1, - "have": 2, - "been": 1, - "set": 1, - "cover": 1, - "a": 2, - "wide": 1, - "range": 1, - "of": 1, - "applications.": 1, - "Your": 1, - "particular": 1, - "design": 2, - "may": 1, - "different": 1, - "requirements": 1, - "please": 1, - "make": 1, - "necessary": 1, - "adjustments": 1, - "save": 1, - "your": 1, - "customized": 1, - "rules": 1, - "under": 1, - "new": 1, - "name.": 1, - "": 142, - "value=": 145, - "": 1, - "": 1, - "": 8, - "": 8, - "refer=": 7, - "": 1, - "": 1, - "": 3, - "library=": 3, - "package=": 3, - "smashed=": 3, - "": 6, - "": 3, - "1": 1, - "778": 1, - "16": 1, - "002": 1, - "": 1, - "": 1, - "": 3, - "": 4, - "element=": 4, - "pad=": 4, - "": 1, - "extent=": 1, - "": 3, - "": 2, - "": 8, - "": 2, - "": 1, - "": 1, - "": 1, - "": 1 - }, - "Elm": { - "data": 1, - "Tree": 3, - "a": 5, - "Node": 8, - "(": 119, - ")": 116, - "|": 3, - "Empty": 8, - "empty": 2, - "singleton": 2, - "v": 8, - "insert": 4, - "x": 13, - "tree": 7, - "case": 5, - "of": 7, - "-": 11, - "y": 7, - "left": 7, - "right": 8, - "if": 2, - "then": 2, - "else": 2, - "<": 1, - "fromList": 3, - "xs": 9, - "foldl": 1, - "depth": 5, - "+": 14, - "max": 1, - "map": 11, - "f": 8, - "t1": 2, - "[": 31, - "]": 31, - "t2": 3, - "main": 3, - "flow": 4, - "down": 3, - "display": 4, - "name": 6, - "text": 4, - ".": 9, - "monospace": 1, - "toText": 6, - "concat": 1, - "show": 2, - "asText": 1, - "qsort": 4, - "lst": 6, - "filter": 2, - "<)x)>": 1, - "import": 3, - "List": 1, - "intercalate": 2, - "intersperse": 3, - "Website.Skeleton": 1, - "Website.ColorScheme": 1, - "addFolder": 4, - "folder": 2, - "let": 2, - "add": 2, - "in": 2, - "n": 2, - "elements": 2, - "functional": 2, - "reactive": 2, - "example": 3, - "loc": 2, - "Text.link": 1, - "toLinks": 2, - "title": 2, - "links": 2, - "width": 3, - "italic": 1, - "bold": 2, - "Text.color": 1, - "accent4": 1, - "insertSpace": 2, - "{": 1, - "spacer": 2, - ";": 1, - "}": 1, - "subsection": 2, - "w": 7, - "info": 2, - "words": 2, - "markdown": 1, - "###": 1, - "Basic": 1, - "Examples": 1, - "Each": 1, - "listed": 1, - "below": 1, - "focuses": 1, - "on": 1, - "single": 1, - "function": 1, - "or": 1, - "concept.": 1, - "These": 1, - "examples": 1, - "demonstrate": 1, - "all": 1, - "the": 1, - "basic": 1, - "building": 1, - "blocks": 1, - "Elm.": 1, - "content": 2, - "exampleSets": 2, - "plainText": 1, - "lift": 1, - "skeleton": 1, - "Window.width": 1 - }, - "Emacs Lisp": { - ";": 333, - "ess": 48, - "-": 294, - "julia.el": 2, - "ESS": 5, - "julia": 39, - "mode": 12, - "and": 3, - "inferior": 13, - "interaction": 1, - "Copyright": 1, - "(": 156, - "C": 2, - ")": 144, - "Vitalie": 3, - "Spinu.": 1, - "Filename": 1, - "Author": 1, - "Spinu": 2, - "based": 1, - "on": 2, - "mode.el": 1, - "from": 3, - "lang": 1, - "project": 1, - "Maintainer": 1, - "Created": 1, - "Keywords": 1, - "This": 4, - "file": 10, - "is": 5, - "*NOT*": 1, - "part": 2, - "of": 8, - "GNU": 4, - "Emacs.": 1, - "program": 6, - "free": 1, - "software": 1, - "you": 1, - "can": 1, - "redistribute": 1, - "it": 3, - "and/or": 1, - "modify": 5, - "under": 1, - "the": 10, - "terms": 1, - "General": 3, - "Public": 3, - "License": 3, - "as": 1, - "published": 1, - "by": 1, - "Free": 2, - "Software": 2, - "Foundation": 2, - "either": 1, - "version": 2, - "any": 1, - "later": 1, - "version.": 1, - "distributed": 1, - "in": 3, - "hope": 1, - "that": 2, - "will": 1, - "be": 2, - "useful": 1, - "but": 2, - "WITHOUT": 1, - "ANY": 1, - "WARRANTY": 1, - "without": 1, - "even": 1, - "implied": 1, - "warranty": 1, - "MERCHANTABILITY": 1, - "or": 3, - "FITNESS": 1, - "FOR": 1, - "A": 1, - "PARTICULAR": 1, - "PURPOSE.": 1, - "See": 1, - "for": 8, - "more": 1, - "details.": 1, - "You": 1, - "should": 2, - "have": 1, - "received": 1, - "a": 4, - "copy": 2, - "along": 1, - "with": 4, - "this": 1, - "see": 2, - "COPYING.": 1, - "If": 1, - "not": 1, - "write": 2, - "to": 4, - "Inc.": 1, - "Franklin": 1, - "Street": 1, - "Fifth": 1, - "Floor": 1, - "Boston": 1, - "MA": 1, - "USA.": 1, - "Commentary": 1, - "customise": 1, - "name": 8, - "point": 6, - "your": 1, - "release": 1, - "basic": 1, - "start": 13, - "M": 2, - "x": 2, - "julia.": 2, - "require": 2, - "auto": 1, - "alist": 9, - "table": 9, - "character": 1, - "quote": 2, - "transpose": 1, - "syntax": 7, - "entry": 4, - ".": 40, - "Syntax": 3, - "inside": 1, - "char": 6, - "defvar": 5, - "let": 3, - "make": 4, - "defconst": 5, - "regex": 5, - "unquote": 1, - "forloop": 1, - "subset": 2, - "regexp": 6, - "font": 6, - "lock": 6, - "defaults": 2, - "list": 3, - "identity": 1, - "keyword": 2, - "face": 4, - "constant": 1, - "cons": 1, - "function": 7, - "keep": 2, - "string": 8, - "paragraph": 3, - "concat": 7, - "page": 2, - "delimiter": 2, - "separate": 1, - "ignore": 2, - "fill": 1, - "prefix": 2, - "t": 6, - "final": 1, - "newline": 1, - "comment": 6, - "add": 4, - "skip": 1, - "column": 1, - "indent": 8, - "S": 2, - "line": 5, - "calculate": 1, - "parse": 1, - "sexp": 1, - "comments": 1, - "style": 2, - "default": 1, - "ignored": 1, - "local": 6, - "process": 5, - "nil": 12, - "dump": 2, - "files": 1, - "_": 1, - "autoload": 1, - "defun": 5, - "send": 3, - "visibly": 1, - "temporary": 1, - "directory": 2, - "temp": 2, - "insert": 1, - "format": 3, - "load": 1, - "command": 5, - "get": 3, - "help": 3, - "topics": 1, - "&": 3, - "optional": 3, - "proc": 3, - "words": 1, - "vector": 1, - "com": 1, - "error": 6, - "s": 5, - "*in": 1, - "[": 3, - "n": 1, - "]": 3, - "*": 1, - "at": 5, - ".*": 2, - "+": 5, - "w*": 1, - "http": 1, - "//docs.julialang.org/en/latest/search/": 1, - "q": 1, - "%": 1, - "include": 1, - "funargs": 1, - "re": 2, - "args": 10, - "language": 1, - "STERM": 1, - "editor": 2, - "R": 2, - "pager": 2, - "versions": 1, - "Julia": 1, - "made": 1, - "available.": 1, - "String": 1, - "arguments": 2, - "used": 1, - "when": 2, - "starting": 1, - "group": 1, - "###autoload": 2, - "interactive": 2, - "setq": 2, - "customize": 5, - "emacs": 1, - "<": 1, - "hook": 4, - "complete": 1, - "object": 2, - "completion": 4, - "functions": 2, - "first": 1, - "if": 4, - "fboundp": 1, - "end": 1, - "workaround": 1, - "set": 3, - "variable": 3, - "post": 1, - "run": 2, - "settings": 1, - "notably": 1, - "null": 1, - "dribble": 1, - "buffer": 3, - "debugging": 1, - "only": 1, - "dialect": 1, - "current": 2, - "arg": 1, - "let*": 2, - "jl": 2, - "space": 1, - "just": 1, - "case": 1, - "read": 1, - "..": 3, - "multi": 1, - "...": 1, - "tb": 1, - "logo": 1, - "goto": 2, - "min": 1, - "while": 1, - "search": 1, - "forward": 1, - "replace": 1, - "match": 1, - "max": 1, - "inject": 1, - "code": 1, - "etc": 1, - "hooks": 1, - "busy": 1, - "funname": 5, - "eldoc": 1, - "show": 1, - "symbol": 2, - "aggressive": 1, - "car": 1, - "funname.start": 1, - "sequence": 1, - "nth": 1, - "W": 1, - "window": 2, - "width": 1, - "minibuffer": 1, - "length": 1, - "doc": 1, - "propertize": 1, - "use": 1, - "classes": 1, - "screws": 1, - "egrep": 1, - "print": 1 - }, - "EmberScript": { - "class": 1, - "App.FromNowView": 2, - "extends": 1, - "Ember.View": 1, - "tagName": 1, - "template": 1, - "Ember.Handlebars.compile": 1, - "output": 1, - "return": 1, - "moment": 1, - "(": 5, - "@value": 1, - ")": 5, - ".fromNow": 1, - "didInsertElement": 1, - "-": 4, - "@tick": 2, - "tick": 1, - "f": 2, - "@notifyPropertyChange": 1, - "nextTick": 4, - "Ember.run.later": 1, - "this": 1, - "@set": 1, - "willDestroyElement": 1, - "@nextTick": 1, - "Ember.run.cancel": 1, - "Ember.Handlebars.helper": 1 - }, - "Erlang": { - "%": 134, - "For": 1, - "each": 1, - "header": 1, - "file": 6, - "it": 2, - "scans": 1, - "thru": 1, - "all": 1, - "records": 1, - "and": 8, - "create": 1, - "helper": 1, - "functions": 2, - "Helper": 1, - "are": 3, - "setters": 1, - "getters": 1, - "fields": 4, - "fields_atom": 4, - "type": 6, - "-": 262, - "module": 2, - "(": 236, - "record_helper": 1, - ")": 230, - ".": 37, - "export": 2, - "[": 66, - "make/1": 1, - "make/2": 1, - "]": 61, - "make": 3, - "HeaderFiles": 5, - "atom_to_list": 18, - "X": 12, - "||": 6, - "<->": 5, - "hrl": 1, - "relative": 1, - "to": 2, - "current": 1, - "dir": 1, - "OutDir": 4, - "ModuleName": 3, - "HeaderComment": 2, - "ModuleDeclaration": 2, - "+": 214, - "<": 1, - "Src": 10, - "format_src": 8, - "lists": 11, - "sort": 1, - "flatten": 6, - "read": 2, - "generate_type_default_function": 2, - "write_file": 1, - "erl": 1, - "list_to_binary": 1, - "HeaderFile": 4, - "try": 2, - "epp": 1, - "parse_file": 1, - "of": 9, - "{": 109, - "ok": 34, - "Tree": 4, - "}": 109, - "parse": 2, - ";": 56, - "error": 4, - "Error": 4, - "catch": 2, - "_": 52, - "catched_error": 1, - "end.": 3, - "|": 25, - "T": 24, - "when": 29, - "length": 6, - "Type": 3, - "A": 5, - "B": 4, - "NSrc": 4, - "_Type": 1, - "Type1": 2, - "parse_record": 3, - "attribute": 1, - "record": 4, - "RecordInfo": 2, - "RecordName": 41, - "RecordFields": 10, - "if": 1, - "generate_setter_getter_function": 5, - "generate_type_function": 3, - "true": 3, - "generate_fields_function": 2, - "generate_fields_atom_function": 2, - "end": 3, - "parse_field_name": 5, - "record_field": 9, - "atom": 9, - "FieldName": 26, - "field": 4, - "_FieldName": 2, - "ParentRecordName": 8, - "parent_field": 2, - "parse_field_name_atom": 5, - "concat": 5, - "_S": 3, - "F": 16, - "S": 6, - "concat_ext": 4, - "parse_field": 6, - "AccFields": 6, - "AccParentFields": 6, - "case": 3, - "Field": 2, - "PField": 2, - "parse_field_atom": 4, - "zzz": 1, - "Fields": 4, - "field_atom": 1, - "to_setter_getter_function": 5, - "setter": 2, - "getter": 2, - "SHEBANG#!escript": 3, - "*": 9, - "erlang": 5, - "smp": 1, - "enable": 1, - "sname": 1, - "factorial": 1, - "mnesia": 1, - "debug": 1, - "verbose": 1, - "main": 4, - "String": 2, - "N": 6, - "list_to_integer": 1, - "fac": 4, - "io": 5, - "format": 7, - "usage": 3, - "halt": 2, - "Mode": 1, - "coding": 1, - "utf": 1, - "tab": 1, - "width": 1, - "c": 2, - "basic": 1, - "offset": 1, - "indent": 1, - "tabs": 1, - "mode": 2, - "BSD": 1, - "LICENSE": 1, - "Copyright": 1, - "Michael": 2, - "Truog": 2, - "": 1, - "at": 1, - "gmail": 1, - "dot": 1, - "com": 1, - "All": 2, - "rights": 1, - "reserved.": 1, - "Redistribution": 1, - "use": 2, - "in": 3, - "source": 2, - "binary": 2, - "forms": 1, - "with": 2, - "or": 3, - "without": 2, - "modification": 1, - "permitted": 1, - "provided": 2, - "that": 1, - "the": 9, - "following": 4, - "conditions": 3, - "met": 1, - "Redistributions": 2, - "code": 2, - "must": 3, - "retain": 1, - "above": 2, - "copyright": 2, - "notice": 2, - "this": 4, - "list": 2, - "disclaimer.": 1, - "form": 1, - "reproduce": 1, - "disclaimer": 1, - "documentation": 1, - "and/or": 1, - "other": 1, - "materials": 2, - "distribution.": 1, - "advertising": 1, - "mentioning": 1, - "features": 1, - "software": 3, - "display": 1, - "acknowledgment": 1, - "This": 2, - "product": 1, - "includes": 1, - "developed": 1, - "by": 1, - "The": 1, - "name": 1, - "author": 2, - "may": 1, - "not": 1, - "be": 1, - "used": 1, - "endorse": 1, - "promote": 1, - "products": 1, - "derived": 1, - "from": 1, - "specific": 1, - "prior": 1, - "written": 1, - "permission": 1, - "THIS": 2, - "SOFTWARE": 2, - "IS": 1, - "PROVIDED": 1, - "BY": 1, - "THE": 5, - "COPYRIGHT": 2, - "HOLDERS": 1, - "AND": 4, - "CONTRIBUTORS": 2, - "ANY": 4, - "EXPRESS": 1, - "OR": 8, - "IMPLIED": 2, - "WARRANTIES": 2, - "INCLUDING": 3, - "BUT": 2, - "NOT": 2, - "LIMITED": 2, - "TO": 2, - "OF": 8, - "MERCHANTABILITY": 1, - "FITNESS": 1, - "FOR": 2, - "PARTICULAR": 1, - "PURPOSE": 1, - "ARE": 1, - "DISCLAIMED.": 1, - "IN": 3, - "NO": 1, - "EVENT": 1, - "SHALL": 1, - "OWNER": 1, - "BE": 1, - "LIABLE": 1, - "DIRECT": 1, - "INDIRECT": 1, - "INCIDENTAL": 1, - "SPECIAL": 1, - "EXEMPLARY": 1, - "CONSEQUENTIAL": 1, - "DAMAGES": 1, - "PROCUREMENT": 1, - "SUBSTITUTE": 1, - "GOODS": 1, - "SERVICES": 1, - "LOSS": 1, - "USE": 2, - "DATA": 1, - "PROFITS": 1, - "BUSINESS": 1, - "INTERRUPTION": 1, - "HOWEVER": 1, - "CAUSED": 1, - "ON": 1, - "THEORY": 1, - "LIABILITY": 2, - "WHETHER": 1, - "CONTRACT": 1, - "STRICT": 1, - "TORT": 1, - "NEGLIGENCE": 1, - "OTHERWISE": 1, - "ARISING": 1, - "WAY": 1, - "OUT": 1, - "EVEN": 1, - "IF": 1, - "ADVISED": 1, - "POSSIBILITY": 1, - "SUCH": 1, - "DAMAGE.": 1, - "compile": 2, - "sys": 2, - "RelToolConfig": 5, - "target_dir": 2, - "TargetDir": 14, - "overlay": 2, - "OverlayConfig": 4, - "consult": 1, - "Spec": 2, - "reltool": 2, - "get_target_spec": 1, - "make_dir": 1, - "eexist": 1, - "exit_code": 3, - "eval_target_spec": 1, - "root_dir": 1, - "process_overlay": 2, - "shell": 3, - "Command": 3, - "Arguments": 3, - "CommandSuffix": 2, - "reverse": 4, - "os": 1, - "cmd": 1, - "io_lib": 2, - "boot_rel_vsn": 2, - "Config": 2, - "_RelToolConfig": 1, - "rel": 2, - "_Name": 1, - "Ver": 1, - "proplists": 1, - "lookup": 1, - "Ver.": 1, - "minimal": 2, - "parsing": 1, - "for": 1, - "handling": 1, - "mustache": 11, - "syntax": 1, - "Body": 2, - "Context": 11, - "Result": 10, - "_Context": 1, - "KeyStr": 6, - "mustache_key": 4, - "C": 4, - "Rest": 10, - "Key": 2, - "list_to_existing_atom": 1, - "Value": 35, - "dict": 2, - "find": 1, - "support": 1, - "based": 1, - "on": 1, - "rebar": 1, - "overlays": 1, - "BootRelVsn": 2, - "OverlayVars": 2, - "from_list": 1, - "erts_vsn": 1, - "system_info": 1, - "version": 1, - "rel_vsn": 1, - "hostname": 1, - "net_adm": 1, - "localhost": 1, - "BaseDir": 7, - "get_cwd": 1, - "execute_overlay": 6, - "_Vars": 1, - "_BaseDir": 1, - "_TargetDir": 1, - "mkdir": 1, - "Out": 4, - "Vars": 7, - "filename": 3, - "join": 3, - "copy": 1, - "In": 2, - "InFile": 3, - "OutFile": 2, - "filelib": 1, - "is_file": 1, - "ExitCode": 2, - "flush": 1, - "main/1": 1, - "is": 1, - "auto": 1, - "generated": 1, - "file.": 1, - "Please": 1, - "don": 1, - "t": 1, - "edit": 1, - "record_utils": 1, - "export_all": 1, - "include": 1, - "abstract_message": 21, - "async_message": 12, - "clientId": 5, - "destination": 5, - "messageId": 5, - "timestamp": 5, - "timeToLive": 5, - "headers": 5, - "body": 5, - "correlationId": 5, - "correlationIdBytes": 5, - "get": 12, - "Obj": 49, - "is_record": 25, - "Obj#abstract_message.body": 1, - "Obj#abstract_message.clientId": 1, - "Obj#abstract_message.destination": 1, - "Obj#abstract_message.headers": 1, - "Obj#abstract_message.messageId": 1, - "Obj#abstract_message.timeToLive": 1, - "Obj#abstract_message.timestamp": 1, - "Obj#async_message.correlationId": 1, - "Obj#async_message.correlationIdBytes": 1, - "parent": 5, - "Obj#async_message.parent": 3, - "ParentProperty": 6, - "is_atom": 2, - "set": 13, - "NewObj": 20, - "Obj#abstract_message": 7, - "Obj#async_message": 3, - "NewParentObject": 2, - "undefined.": 1 - }, - "F#": { - "namespace": 7, - "Nessos.FsPickler.Json": 6, - "open": 34, - "System": 6, - "System.IO": 3, - "System.Text": 2, - "Newtonsoft.Json": 3, - "Nessos.FsPickler": 7, - "///": 50, - "": 13, - "Factory": 1, - "methods": 2, - "for": 9, - "the": 2, - "Json": 16, - "serialization": 1, - "format.": 2, - "": 13, - "type": 18, - "JsonPickleFormatProvider": 3, - "internal": 5, - "(": 254, - "indent": 11, - "omitHeader": 19, - ")": 256, - "as": 2, - "self": 1, - "let": 131, - "isCustomSeq": 5, - "isTopLevelSequence": 19, - "&&": 9, - "self.OmitHeader": 1, - "self.UseCustomTopLevelSequenceSeparator": 1, - "mutable": 5, - "sequenceSeparator": 5, - "member": 77, - "val": 4, - "Indent": 2, - "with": 18, - "get": 8, - "set": 9, - "OmitHeader": 3, - "UseCustomTopLevelSequenceSeparator": 1, - "false": 22, - "__.SequenceSeparator": 1, - "and": 5, - "sep": 6, - "if": 36, - "<": 32, - "null": 5, - "String.IsNullOrWhiteSpace": 1, - "then": 38, - "<->": 9, - "else": 24, - "invalidArg": 2, - "SequenceSeparator": 1, - "should": 4, - "be": 4, - "non": 2, - "whitespace": 2, - "interface": 4, - "ITextPickleFormatProvider": 1, - "__": 8, - "Name": 1, - "see": 1, - "discussion": 1, - "https": 1, - "github": 1, - "com": 1, - "nessos": 1, - "FsPickler": 8, - "issues": 1, - "17": 1, - "DefaultEncoding": 1, - "new": 52, - "UTF8Encoding": 1, - "Encoding": 1, - "__.CreateWriter": 2, - "stream": 6, - "encoding": 6, - "leaveOpen": 18, - "#if": 2, - "NET40": 2, - "raise": 11, - "<|>": 11, - "NotSupportedException": 3, - "not": 14, - "supported": 2, - "in": 15, - "NET": 2, - "40": 2, - "sw": 3, - "StreamWriter": 2, - "1024": 2, - "endif": 2, - "jw": 4, - "JsonTextWriter": 2, - "JsonPickleWriter": 3, - "_": 18, - "__.CreateReader": 2, - "sr": 3, - "StreamReader": 2, - "true": 15, - "jr": 4, - "JsonTextReader": 2, - "JsonPickleReader": 3, - "textWriter": 2, - "__.OmitHeader": 2, - "__.Indent": 1, - "textReader": 2, - "Nessos.FsPickler.Tests": 2, - "PerfUtil": 2, - "PerfUtil.NUnit": 1, - "NUnit.Framework": 1, - "[": 71, - "": 1, - "]": 71, - "PerfTester": 4, - "inherit": 7, - "NUnitPerf": 1, - "": 2, - "tests": 2, - "PerfTest.OfModuleMarker": 1, - "": 1, - "override": 4, - "__.PerfTests": 1, - "Serializer": 8, - "Comparison": 3, - "fsp": 4, - "FsPickler.initBinary": 3, - "bfs": 2, - "BinaryFormatterSerializer": 1, - "ndc": 2, - "NetDataContractSerializer": 1, - "jdn": 2, - "JsonDotNetSerializer": 1, - "bdn": 2, - "JsonDotNetBsonSerializer": 1, - "pbn": 2, - "ProtoBufSerializer": 1, - "ssj": 2, - "ServiceStackJsonSerializer": 1, - "sst": 2, - "ServiceStackTypeSerializer": 1, - "comparer": 6, - "WeightedComparer": 2, - "spaceFactor": 2, - "leastAcceptableImprovementFactor": 2, - "tester": 6, - "ImplementationComparer": 2, - "<_>": 4, - ";": 17, - "throwOnError": 3, - "warmup": 3, - "__.PerfTester": 3, - "Formats": 1, - "binary": 2, - "json": 5, - "FsPickler.initJson": 1, - "bson": 2, - "FsPickler.initBson": 1, - "xml": 2, - "FsPickler.initXml": 1, - "Past": 1, - "Versions": 1, - "persistResults": 2, - "persistenceFile": 2, - "version": 6, - "typeof": 2, - "": 1, - ".Assembly.GetName": 1, - ".Version": 1, - "PastImplementationComparer": 1, - "historyFile": 1, - "": 1, - "__.Persist": 1, - "tester.PersistCurrentResults": 1, - "System.Collections.Generic": 3, - "format": 4, - "serializer.": 1, - "jsonWriter": 26, - "JsonWriter": 1, - "indented": 2, - "separator": 2, - "do": 7, - "jsonWriter.Formatting": 1, - "-": 50, - "Formatting.Indented": 1, - "Formatting.None": 1, - "jsonWriter.CloseOutput": 1, - "isBsonWriter": 2, - "match": 7, - "Bson": 3, - "BsonWriter": 1, - "|": 56, - "depth": 35, - "isTopLevelSequenceHead": 4, - "currentValueIsNull": 4, - "arrayStack": 5, - "Stack": 4, - "": 4, - "arrayStack.Push": 5, - "Int32.MinValue": 2, - "omitTag": 45, - "||": 2, - "arrayStack.Peek": 2, - "IPickleFormatWriter": 1, - "__.BeginWriteRoot": 1, - "tag": 88, - "string": 44, - "jsonWriter.WriteStartObject": 2, - "writePrimitive": 23, - "jsonFormatVersion": 2, - "__.EndWriteRoot": 1, - "jsonWriter.WriteEnd": 1, - "__.BeginWriteObject": 1, - "flags": 3, - "ObjectFlags": 3, - "jsonWriter.WritePropertyName": 2, - "flags.HasFlag": 2, - "ObjectFlags.IsNull": 2, - "jsonWriter.WriteNull": 2, - "elif": 2, - "ObjectFlags.IsSequenceHeader": 1, - "jsonWriter.WriteStartArray": 1, - "+": 7, - "ObjectFlags.None": 2, - "flagCsv": 2, - "mkFlagCsv": 1, - "__.EndWriteObject": 1, - "1": 7, - "Peek": 1, - "0": 2, - "WriteEndArray": 1, - "Pop": 2, - "ignore": 11, - "jsonWriter.WriteEndObject": 1, - "__.SerializeUnionCaseNames": 2, - "__.PreferLengthPrefixInSequences": 2, - "__.WriteNextSequenceElement": 1, - "hasNext": 1, - "jsonWriter.WriteWhitespace": 1, - "__.WriteCachedObjectId": 1, - "id": 3, - "__.WriteBoolean": 1, - "value": 47, - "__.WriteByte": 1, - "__.WriteSByte": 1, - "__.WriteInt16": 1, - "__.WriteInt32": 1, - "__.WriteInt64": 1, - "__.WriteUInt16": 1, - "__.WriteUInt32": 1, - "__.WriteUInt64": 1, - "__.WriteSingle": 1, - "__.WriteDouble": 1, - "__.WriteDecimal": 1, - "__.WriteChar": 1, - "__.WriteString": 1, - "__.WriteBigInteger": 1, - "__.WriteGuid": 1, - "__.WriteTimeSpan": 1, - "__.WriteDate": 1, - "value.Ticks": 1, - "__.WriteBytes": 1, - "byte": 3, - "obj.ReferenceEquals": 1, - "jsonWriter.WriteValue": 1, - "__.IsPrimitiveArraySerializationSupported": 2, - "__.WritePrimitiveArray": 1, - "__.Dispose": 1, - "jsonWriter.Flush": 1, - "OAttribute": 1, - "System.Runtime.InteropServices.OptionalAttribute": 1, - "DAttribute": 1, - "System.Runtime.InteropServices.DefaultParameterValueAttribute": 1, - "pickler": 7, - "instance.": 5, - "JsonSerializer": 2, - "FsPicklerTextSerializer": 2, - "private": 2, - "Initializes": 3, - "a": 11, - "": 9, - "name=": 9, - "out": 2, - "pickles.": 4, - "": 9, - "omit": 2, - "header": 2, - "specify": 3, - "custom": 5, - "name": 3, - "converter.": 3, - "": 8, - "typeConverter": 12, - "defaultArg": 2, - "{": 5, - "}": 5, - "Gets": 4, - "or": 4, - "sets": 4, - "whether": 3, - "output": 1, - "indented.": 1, - "x.Indent": 1, - "x.format.Indent": 2, - "b": 4, - "headers": 1, - "ignored": 1, - "pickle": 5, - "x.OmitHeader": 1, - "x.format.OmitHeader": 2, - "that": 1, - "serves": 1, - "top": 2, - "level": 2, - "sequence": 1, - "separator.": 2, - "x.SequenceSeparator": 1, - "x.format.SequenceSeparator": 2, - "sequences": 1, - "serialized": 1, - "using": 1, - "x.UseCustomTopLevelSequenceSeparator": 1, - "x.format.UseCustomTopLevelSequenceSeparator": 2, - "e": 2, - "BSON": 1, - "BsonSerializer": 2, - "FsPicklerSerializer": 1, - "BsonPickleFormatProvider": 1, - "static": 3, - "methods.": 1, - "CreateJson": 1, - "CreateBson": 1, - "Nessos.FsPickler.Combinators": 1, - "pickling": 1, - "": 1, - "module": 3, - "jsonSerializer": 1, - "lazy": 1, - "FsPickler.CreateJson": 1, - "Pickles": 1, - "to": 1, - "Json.": 1, - "utilized": 1, - "pickler.": 1, - "input": 1, - "value.": 2, - "Pickler": 1, - "<'T>": 1, - "T": 4, - "bsonPickler.Value.UnPickle": 1, - "Sample": 1, - "Foo": 1, - "Bar": 1, - "Baz": 1, - "end": 3, - "Sample1": 1, - "xs": 2, - "int": 4, - "list": 1, - "List.map": 2, - "fun": 7, - "x": 4, - "String.concat": 1, - "System.Globalization": 1, - "System.Numerics": 1, - "deserializer": 1, - "jsonReader": 17, - "JsonReader": 1, - "jsonReader.CloseInput": 1, - "jsonReader.SupportMultipleContent": 1, - "isBsonReader": 4, - "BsonReader": 1, - "IPickleFormatReader": 1, - "__.BeginReadRoot": 1, - "jsonReader.Read": 2, - "jsonReader.TokenType": 5, - "JsonToken.StartObject": 1, - "FormatException": 6, - "jsonReader.MoveNext": 6, - "jsonReader.ReadPrimitiveAs": 21, - "": 15, - "v": 1, - "Version": 1, - "sprintf": 3, - "sTag": 3, - "InvalidPickleTypeException": 1, - "EndReadRoot": 1, - "Read": 6, - "__.BeginReadObject": 1, - "jsonReader.ReadProperty": 1, - "IsSequenceHeader": 2, - "TokenType": 3, - "JsonToken": 5, - "Null": 1, - "JsonToken.StartArray": 1, - "StartObject": 1, - "jsonReader.ValueAs": 8, - "csvFlags": 2, - "parseFlagCsv": 1, - "token": 4, - "expected": 2, - "start": 1, - "of": 2, - "object": 2, - "but": 2, - "was": 2, - "O": 2, - "EndReadObject": 1, - "JsonToken.Null": 2, - "JsonToken.EndObject": 1, - "EndArray": 1, - "arrayStack.Pop": 1, - "__.ReadNextSequenceElement": 1, - "JsonToken.None": 1, - "JsonToken.EndArray": 1, - "__.ReadCachedObjectId": 1, - "": 10, - "__.ReadBoolean": 1, - "": 1, - "__.ReadByte": 1, - "__.ReadSByte": 1, - "sbyte": 1, - "__.ReadInt16": 1, - "int16": 1, - "__.ReadInt32": 1, - "__.ReadInt64": 1, - "__.ReadUInt16": 1, - "uint16": 1, - "__.ReadUInt32": 1, - "uint32": 1, - "__.ReadUInt64": 1, - "uint64": 1, - "__.ReadSingle": 1, - "ReadProperty": 3, - "MoveNext": 2, - "Float": 4, - "": 2, - "single": 1, - "JsonToken.String": 2, - "Single.Parse": 1, - "CultureInfo.InvariantCulture": 2, - "float": 4, - "__.ReadDouble": 1, - "Double.Parse": 1, - "__.ReadChar": 1, - "__.ReadString": 1, - "__.ReadBigInteger": 1, - "BigInteger.Parse": 1, - "__.ReadGuid": 1, - "": 1, - "Guid.Parse": 1, - "__.ReadTimeSpan": 1, - "TimeSpan.Parse": 1, - "__.ReadDecimal": 1, - "decimal": 1, - "__.ReadDate": 1, - "ticks": 2, - "DateTime": 2, - "": 1, - "__.ReadBytes": 1, - "bytes": 2, - "": 1, - "base64": 2, - "Convert.FromBase64String": 1, - "__.ReadPrimitiveArray": 1, - "NotImplementedException": 1, - "Dispose": 1, - "IDisposable": 1, - ".Dispose": 1, - "Nessos.FsPickler.Tests.Serializer": 1, - "Nessos.FsPickler.Tests.TestTypes": 1, - "PerformanceTests": 1, - "Marker": 1, - "class": 1, - "guid": 2, - "Guid.NewGuid": 1, - "": 13, - "Value": 5, - "Guid": 1, - "s": 68, - "roundtrip": 34, - "date": 2, - "DateTime.Now": 2, - "": 9, - "String": 4, - "stringValue": 12, - "boxed": 2, - "box": 11, - "..": 9, - "Boxed": 1, - "Object": 1, - "fsClass": 2, - "Class": 5, - "Simple": 1, - "F#": 1, - "serializableClass": 2, - "SerializableClass": 2, - "ISerializable": 1, - "boxedClass": 2, - "Some": 6, - "Subtype": 1, - "Resolution": 1, - "floatArray": 2, - "Array.init": 3, - "i": 29, - "": 3, - "Array": 7, - "intArray": 2, - "Int": 3, - "stringArray": 2, - "": 9, - "kvarr": 2, - "Array.map": 1, - "Key": 2, - "Pairs": 1, - "duArray": 2, - "Something": 1, - "Discriminated": 1, - "Unions": 1, - "objArray": 2, - "option": 3, - "Objects": 1, - "array3D": 2, - "Array3D.init": 1, - "j": 2, - "k": 2, - "*": 3, - "Rank": 1, - "bclDict": 2, - "dict": 1, - ".NET": 4, - "Dictionary": 1, - "bclStack": 2, - "bclList": 2, - "List": 6, - "bclSet": 2, - "SortedSet": 1, - "Set": 2, - "smallTuple": 2, - "FSharp": 15, - "Tuple": 3, - "Small": 2, - "largeTuple": 2, - "Large": 2, - "intList": 2, - "stringList": 2, - "pairList": 2, - "nestedLst": 2, - "n": 10, - "Nested": 1, - "union": 2, - "SomethingElse": 1, - "Union": 1, - "record": 2, - "Record": 1, - "peano": 2, - "int2Peano": 1, - "Peano": 1, - "Rectype": 1, - "closure": 2, - "@": 4, - "Set.ofList": 1, - "Curried": 1, - "Function": 1, - "binTree": 2, - "mkTree": 1, - "Binary": 1, - "Tree": 1, - "intSet": 2, - "fsMap": 2, - "Seq.map": 2, - "Map.ofSeq": 1, - "Map": 2, - "testType": 2, - "ref": 1, - "Reflection": 1, - "Type": 1, - "quotationSmall": 2, - "<@>": 1, - "pown": 1, - "quotationLarge": 2, - "async": 2, - "rec": 1, - "fibAsync": 4, - "when": 2, - "return": 4, - "fn": 2, - "fnn": 2, - "values": 2, - "Async.Parallel": 1, - "Seq.sum": 1, - "Quotation": 2 - }, - "FORTRAN": { - "c": 3, - "comment": 8, - "*": 4, - "program": 3, - "main": 3, - "end": 12, - "subroutine": 3, - "foo": 4, - "(": 20, - "i": 12, - "x": 8, - "b": 8, - ")": 20, - "INTEGER": 4, - "REAL": 4, - "LOGICAL": 4, - "if": 6, - "i.ne.0": 3, - "then": 3, - "call": 3, - "bar": 4, - "-": 4, - "return": 6, - "double": 3, - "complex": 3, - "function": 3, - "baz": 8, - "d0": 8, - "PROGRAM": 1, - "MAIN": 1, - "END": 4, - "C": 1, - "SUBROUTINE": 1, - "IF": 2, - "i.NE.0": 1, - "THEN": 1, - "CALL": 1, - "RETURN": 2, - "DOUBLE": 1, - "COMPLEX": 1, - "FUNCTION": 1 - }, - "Forth": { - "immediate": 103, - "lastxt": 16, - "@": 50, - "dup": 35, - "c@": 13, - "negate": 5, - "swap": 41, - "c": 20, - ";": 237, - "source": 17, - "nip": 6, - "in": 9, - "Copyright": 8, - "Lars": 8, - "Brinkhoff": 8, - "char": 42, - "(": 238, - "-": 769, - ")": 233, - "bl": 17, - "word": 33, - "here": 38, - "+": 46, - "ahead": 10, - "resolve": 20, - "literal": 20, - "postpone": 68, - "nonimmediate": 5, - "caddr": 5, - "drop": 20, - "C": 45, - "find": 6, - "cells": 5, - "postponers": 5, - "execute": 6, - "unresolved": 20, - "orig": 25, - "chars": 5, - "n1": 6, - "n2": 6, - "else": 22, - "orig1": 5, - "orig2": 5, - "branch": 25, - "if": 25, - "flag": 8, - "then": 18, - "[": 49, - "]": 48, - "does": 26, - "dodoes_code": 5, - "over": 21, - "code": 15, - "r": 40, - "begin": 11, - "dest": 25, - "while": 10, - "x": 23, - "repeat": 10, - "until": 5, - "recurse": 5, - "compile": 6, - "pad": 15, - "addr": 41, - "parse": 18, - "n": 39, - "<": 24, - "r@": 6, - "TODO": 16, - "If": 5, - "necessary": 5, - "refill": 6, - "and": 14, - "keep": 5, - "parsing.": 5, - "string": 15, - "allot": 7, - "align": 6, - "cmove": 6, - "s": 20, - "state": 6, - "...": 12, - "R": 17, - "cr": 11, - "type": 7, - "abort": 15, - "": 5, - "Undefined": 5, - "ok": 5, - "Implements": 2, - "ENUM.": 1, - "Double": 1, - "DOES": 1, - "enum": 2, - "create": 8, - "rot": 5, - "But": 1, - "this": 1, - "is": 11, - "simpler.": 1, - "constant": 1, - "HELLO": 4, - ".": 8, - "Assembler": 1, - "for": 2, - "x86.": 1, - "Adds": 1, - "to": 5, - "FORTH": 1, - "vocabulary": 3, - "ASSEMBLER": 2, - "CODE": 3, - "CODE.": 2, - "Creates": 1, - "with": 4, - "END": 1, - "x86": 1, - "opcodes.": 1, - "Conventional": 1, - "prefix": 1, - "syntax": 2, - "Addressing": 2, - "modes": 2, - "direct": 2, - "register": 2, - "": 1, - "indirect": 4, - "displacement": 1, - "indexed": 2, - "not": 3, - "supported": 1, - "yet": 1, - "require": 2, - "lib/common.fth": 1, - "search.fth": 1, - "assembler": 5, - "also": 2, - "definitions": 2, - "Access": 1, - "the": 9, - "target": 1, - "image.": 1, - "cell": 5, - "defer": 3, - "nop": 3, - "mrrm": 16, - "mod": 1, - "c0": 1, - "bits": 9, - "reg@": 1, - "@bits": 2, - "reg": 24, - "rm@": 4, - "rm": 10, - "lshift": 4, - "opcode": 17, - "rshift": 5, - "Write": 1, - "parts": 1, - "of": 4, - "instruction": 3, - "memory.": 1, - "ds": 12, - "d": 7, - "twobyte": 2, - "FF": 5, - "sib": 5, - "imm8": 6, - "imm": 13, - "imm16": 2, - "h": 1, - "imm32": 2, - "disp8": 2, - "disp": 5, - "disp32": 2, - "Set": 2, - "operand": 1, - "size.": 1, - "opsize": 6, - "op32": 2, - "SIB": 1, - "byte.": 1, - "addressing": 1, - "direct.": 1, - "reg1": 1, - "reg2": 2, - "off": 5, - "alu#": 9, - "sign": 1, - "extend": 1, - "mov#": 2, - "B0": 1, - "push#": 2, - "test#": 2, - "F6": 1, - "op": 53, - "Process": 1, - "one": 1, - "operand.": 1, - "All": 1, - "operands": 1, - "except": 1, - "a": 7, - "address": 1, - "have": 2, - "stack": 4, - "picture": 1, - "n*x": 1, - "xt": 1, - "Define": 1, - "formats.": 2, - "asm": 2, - "mnemonic": 1, - "u": 6, - "latestxt": 1, - "body": 2, - "Instruction": 2, - "format": 8, - "relative": 1, - "op8": 2, - "mnemonics.": 1, - "add": 1, - "or": 3, - "F44": 1, - "Todo": 1, - "other": 1, - "condition": 1, - "codes.": 1, - "FB6": 1, - "movzx": 1, - "FBE": 1, - "movsx": 1, - "adc": 1, - "sbb": 1, - "es": 1, - "sub": 1, - "E": 2, - "cs": 3, - "xor": 1, - "ss": 1, - "cmp": 1, - "push": 2, - "pop": 2, - "fs": 1, - "gs": 1, - "jcc": 1, - "test": 2, - "xchg": 1, - "mov": 3, - "D": 1, - "lea": 1, - "F/0": 1, - "C3": 1, - "ret": 1, - "C6/0": 1, - "r/m": 2, - "C7/0": 1, - "CD": 1, - "int": 1, - "E8": 1, - "call": 2, - "E9": 1, - "jmp": 3, - "EB": 1, - "rel8": 1, - "F0": 1, - "lock": 1, - "F2": 1, - "rep": 1, - "F3": 1, - "repz": 1, - "F4": 1, - "hlt": 1, - "F5": 1, - "cmc": 1, - "F610": 1, - "F618": 1, - "neg": 1, - "F8": 1, - "clc": 1, - "F9": 1, - "stc": 1, - "FA": 1, - "cli": 1, - "FB": 1, - "sti": 1, - "FC": 1, - "cld": 1, - "FD": 1, - "std": 1, - "FE": 1, - "inc": 1, - "dec": 1, - "sp": 2, - "mode": 1, - "displaced": 1, - "indirect.": 1, - "#": 1, - "idx": 1, - "idx#": 1, - "reg16": 2, - "reg8": 1, - "reg32": 1, - "Register": 1, - "names.": 1, - "al": 1, - "ax": 1, - "eax": 1, - "cl": 1, - "cx": 1, - "ecx": 1, - "dl": 1, - "dx": 1, - "edx": 1, - "bx": 1, - "ebx": 1, - "ah": 1, - "esp": 1, - "ch": 1, - "bp": 1, - "ebp": 1, - "dh": 1, - "si": 1, - "esi": 1, - "bh": 1, - "di": 1, - "edi": 1, - "Runtime": 1, - "defined": 2, - "elsewhere.": 1, - "base": 1, - "only": 1, - "forth": 3, - "Standard": 1, - "entry": 1, - "points.": 1, - "name": 2, - "header": 1, - "start": 2, - "reveal": 2, - "csp": 1, - "previous": 1, - "*": 10, - "Tools": 2, - "words.": 7, - ".s": 1, - "emit": 2, - "depth": 1, - "traverse": 1, - "dictionary": 1, - "extension": 4, - "kernel": 1, - "bye": 1, - "pick": 1, - "roll": 1, - "editor": 1, - "forget": 1, - "Kernel": 4, - "Forth2012": 2, - "tools": 1, - "nr": 1, - "synonym": 1, - "undefined": 2, - "invert": 2, - "/cell": 2, - "tuck": 2, - "Simplifies": 1, - "compiling": 1, - "Usage": 1, - "foo": 2, - "bar": 1, - "KataDiversion": 1, - "Forth": 1, - "utils": 1, - "empty": 2, - "EMPTY": 1, - "DEPTH": 2, - "IF": 10, - "BEGIN": 3, - "DROP": 5, - "UNTIL": 3, - "THEN": 10, - "power": 2, - "**": 2, - "n1_pow_n2": 1, - "SWAP": 8, - "DUP": 14, - "DO": 2, - "OVER": 2, - "LOOP": 2, - "NIP": 4, - "compute": 1, - "highest": 1, - "below": 1, - "N.": 1, - "e.g.": 2, - "MAXPOW2": 2, - "log2_n": 1, - "ABORT": 1, - "ELSE": 7, - "|": 4, - "i": 5, - "I": 5, - "i*2": 1, - "/": 3, - "kata": 1, - "given": 3, - "N": 6, - "has": 1, - "two": 2, - "adjacent": 2, - "NOT": 3, - "TWO": 3, - "ADJACENT": 3, - "BITS": 3, - "bool": 1, - "uses": 1, - "following": 1, - "algorithm": 1, - "return": 5, - "A": 5, - "X": 5, - "LOG2": 1, - "loop": 4, - "end": 1, - "OR": 1, - "INVERT": 1, - "maximum": 1, - "number": 4, - "which": 3, - "can": 2, - "be": 2, - "made": 2, - "MAX": 2, - "NB": 3, - "m": 2, - "**n": 1, - "numbers": 1, - "less": 1, - "bits.": 1, - "see": 1, - "http": 1, - "//www.codekata.com/2007/01/code_kata_fifte.html": 1, - "HOW": 1, - "MANY": 1, - "#tib": 2, - ".r": 1, - "x1": 5, - "x2": 5, - "noname": 1, - "SP": 1, - "query": 1, - "tib": 1, - "#source": 2, - "true": 1, - "y": 5, - "u.r": 1, - "false": 1, - "unused": 1, - "value": 1, - "within": 1, - "core": 1, - "action": 1, - "buffer": 2, - "Block": 2, - "variable": 3, - "blk": 3, - "current": 5, - "block": 8, - "evaluate": 1, - "extended": 3, - "semantics": 3, - "flush": 1, - "load": 2, - "save": 2, - "input": 2, - "interpret": 1, - "restore": 1, - "buffers": 2, - "update": 1, - "scr": 2, - "list": 1, - "bounds": 1, - "do": 2, - "thru": 1, - "Bit": 1, - "arrays.": 1, - "u1": 1, - "u2": 1, - "bitmap": 1, - "erase": 1, - "bit@": 1, - "f": 2, - "bit": 5 - }, - "Frege": { - "module": 2, - "examples.Concurrent": 1, - "where": 39, - "import": 7, - "System.Random": 1, - "Java.Net": 1, - "(": 339, - "URL": 2, - ")": 345, - "Control.Concurrent": 1, - "as": 33, - "C": 6, - "main2": 1, - "args": 2, - "do": 38, - "m": 2, - "<": 84, - "-": 730, - "newEmptyMVar": 1, - "forkIO": 11, - "m.put": 3, - "replicateM_": 3, - "c": 33, - "m.take": 1, - "print": 25, - "println": 25, - "example1": 1, - "putChar": 2, - "example2": 2, - "s": 21, - "<->": 35, - "getLine": 2, - "case": 6, - "long": 4, - "of": 32, - "Right": 6, - "n": 38, - "setReminder": 3, - "Left": 5, - "_": 60, - "Long": 3, - "IO": 13, - "+": 200, - "show": 24, - "Thread.sleep": 4, - "L*n": 1, - "table": 1, - "mainPhil": 2, - "[": 120, - "fork1": 3, - "fork2": 3, - "fork3": 3, - "fork4": 3, - "fork5": 3, - "]": 116, - "mapM": 3, - "MVar": 3, - "new": 9, - "1": 2, - "5": 1, - "philosopher": 7, - "Kant": 1, - "Locke": 1, - "Wittgenstein": 1, - "Nozick": 1, - "Mises": 1, - "return": 17, - "String": 9, - "Int": 6, - "me": 13, - "left": 4, - "right": 4, - "g": 4, - "Random.newStdGen": 1, - "let": 8, - "phil": 4, - "tT": 2, - "g1": 2, - "Random.randomR": 2, - "L": 6, - "eT": 2, - "g2": 3, - "thinkTime": 3, - "*": 5, - "eatTime": 3, - "fl": 4, - "left.take": 1, - "rFork": 2, - "poll": 1, - "Just": 2, - "fr": 3, - "right.put": 1, - "left.put": 2, - "table.notifyAll": 2, - "Nothing": 2, - "table.wait": 1, - "inter": 3, - "InterruptedException": 4, - "catch": 2, - "getURL": 4, - "xx": 2, - "url": 1, - "URL.new": 1, - "con": 3, - "url.openConnection": 1, - "con.connect": 1, - "is": 24, - "con.getInputStream": 1, - "typ": 5, - "con.getContentType": 1, - "stderr.println": 3, - "ir": 2, - "InputStreamReader.new": 2, - "fromMaybe": 1, - "charset": 2, - "unsupportedEncoding": 3, - "br": 4, - "BufferedReader": 1, - "getLines": 1, - "InputStream": 1, - "UnsupportedEncodingException": 1, - "InputStreamReader": 1, - "x": 45, - "x.catched": 1, - "ctyp": 2, - "charset=": 1, - "m.group": 1, - "type": 8, - "SomeException": 2, - "Throwable": 1, - "main": 11, - "m1": 1, - "MVar.newEmpty": 3, - "m2": 1, - "m3": 2, - "r": 7, - "catchAll": 3, - ".": 41, - "m1.put": 1, - "m2.put": 1, - "m3.put": 1, - "r1": 2, - "m1.take": 1, - "r2": 3, - "m2.take": 1, - "r3": 3, - "take": 13, - "result": 11, - "ss": 8, - "mapM_": 5, - "putStrLn": 2, - "|": 62, - "x.getClass.getName": 1, - "y": 15, - "sum": 2, - "map": 49, - "length": 20, - "examples.CommandLineClock": 1, - "data": 3, - "Date": 5, - "native": 4, - "java.util.Date": 1, - "MutableIO": 1, - "toString": 2, - "Mutable": 1, - "ST": 1, - "d.toString": 1, - "action": 2, - "to": 13, - "give": 2, - "us": 1, - "the": 20, - "current": 4, - "time": 1, - "d": 3, - "java": 5, - "lang": 2, - "Thread": 2, - "sleep": 4, - "takes": 1, - "a": 99, - "and": 14, - "returns": 2, - "nothing": 2, - "but": 2, - "may": 1, - "throw": 1, - "an": 6, - "This": 2, - "without": 1, - "doubt": 1, - "public": 1, - "static": 1, - "void": 2, - "millis": 1, - "throws": 4, - "Encoded": 1, - "in": 22, - "Frege": 1, - "argument": 1, - "does": 2, - "defined": 1, - "frege": 1, - "Lang": 1, - "forever": 1, - "stdout.flush": 1, - "package": 2, - "examples.Sudoku": 1, - "Data.TreeMap": 1, - "Tree": 4, - "keys": 2, - "Data.List": 1, - "DL": 1, - "hiding": 1, - "find": 20, - "union": 10, - "Element": 6, - "Zelle": 8, - "set": 4, - "candidates": 18, - "Position": 22, - "Feld": 3, - "Brett": 13, - "for": 25, - "assumptions": 10, - "conclusions": 2, - "Assumption": 21, - "ISNOT": 14, - "IS": 16, - "derive": 2, - "Eq": 1, - "Ord": 1, - "instance": 1, - "Show": 1, - "p": 72, - "e": 15, - "pname": 10, - "e.show": 2, - "showcs": 5, - "cs": 27, - "joined": 4, - "Assumption.show": 1, - "elements": 12, - "all": 22, - "possible": 2, - "..": 1, - "positions": 16, - "rowstarts": 4, - "row": 20, - "starting": 3, - "colstarts": 3, - "column": 2, - "boxstarts": 3, - "box": 15, - "boxmuster": 3, - "pattern": 1, - "by": 3, - "adding": 1, - "upper": 2, - "position": 9, - "results": 1, - "real": 1, - "extract": 2, - "field": 9, - "getf": 16, - "f": 19, - "fs": 22, - "fst": 9, - "otherwise": 8, - "cell": 24, - "getc": 12, - "b": 113, - "snd": 20, - "compute": 5, - "list": 7, - "that": 18, - "belong": 3, - "same": 8, - "given": 3, - "z..": 1, - "z": 12, - "quot": 1, - "col": 17, - "mod": 3, - "ri": 2, - "div": 3, - "or": 15, - "depending": 1, - "on": 4, - "ci": 3, - "index": 3, - "middle": 2, - "check": 2, - "if": 5, - "candidate": 10, - "has": 2, - "exactly": 2, - "one": 2, - "member": 1, - "i.e.": 1, - "been": 1, - "solved": 1, - "single": 9, - "Bool": 2, - "true": 16, - "false": 13, - "unsolved": 10, - "rows": 4, - "cols": 6, - "boxes": 1, - "allrows": 8, - "allcols": 5, - "allboxs": 5, - "allrcb": 5, - "zip": 7, - "repeat": 3, - "containers": 6, - "PRINTING": 1, - "printable": 1, - "coordinate": 1, - "a1": 3, - "lower": 1, - "i9": 1, - "packed": 1, - "chr": 2, - "ord": 6, - "board": 41, - "printb": 4, - "p1line": 2, - "pfld": 4, - "line": 2, - "brief": 1, - "no": 4, - "some": 2, - "zs": 1, - "initial/final": 1, - "msg": 6, - "res012": 2, - "concatMap": 1, - "a*100": 1, - "b*10": 1, - "BOARD": 1, - "ALTERATION": 1, - "ACTIONS": 1, - "message": 1, - "about": 1, - "what": 1, - "done": 1, - "turnoff1": 3, - "i": 16, - "off": 11, - "nc": 7, - "head": 19, - "newb": 7, - "filter": 26, - "notElem": 7, - "turnoff": 11, - "turnoffh": 1, - "ps": 8, - "foldM": 2, - "toh": 2, - "setto": 3, - "cname": 4, - "nf": 2, - "SOLVING": 1, - "STRATEGIES": 1, - "reduce": 3, - "sets": 2, - "contains": 1, - "numbers": 1, - "already": 1, - "finds": 1, - "logs": 1, - "NAKED": 5, - "SINGLEs": 1, - "passing.": 1, - "sss": 3, - "each": 2, - "with": 15, - "more": 2, - "than": 2, - "fields": 6, - "are": 6, - "rcb": 16, - "elem": 16, - "collect": 1, - "remove": 3, - "from": 7, - "look": 10, - "number": 4, - "appears": 1, - "container": 9, - "this": 2, - "can": 9, - "go": 1, - "other": 2, - "place": 1, - "HIDDEN": 6, - "SINGLE": 1, - "hiddenSingle": 2, - "select": 1, - "containername": 1, - "FOR": 11, - "IN": 9, - "occurs": 5, - "PAIRS": 8, - "TRIPLES": 8, - "QUADS": 2, - "nakedPair": 4, - "t": 14, - "nm": 6, - "SELECT": 3, - "pos": 5, - "tuple": 2, - "name": 2, - "//": 8, - "u": 6, - "fold": 7, - "non": 2, - "outof": 6, - "tuples": 2, - "hit": 7, - "subset": 3, - "any": 3, - "hiddenPair": 4, - "minus": 2, - "uniq": 4, - "sort": 4, - "common": 4, - "bs": 7, - "undefined": 1, - "cannot": 1, - "happen": 1, - "because": 1, - "either": 1, - "empty": 4, - "not": 5, - "intersectionlist": 2, - "intersections": 2, - "reason": 8, - "reson": 1, - "cpos": 7, - "WHERE": 2, - "tail": 2, - "intersection": 1, - "we": 5, - "occurences": 1, - "XY": 2, - "Wing": 2, - "there": 6, - "exists": 6, - "A": 7, - "X": 5, - "Y": 4, - "B": 5, - "Z": 6, - "shares": 2, - "reasoning": 1, - "will": 4, - "be": 9, - "since": 1, - "indeed": 1, - "thus": 1, - "see": 1, - "xyWing": 2, - "rcba": 4, - "share": 1, - "b1": 11, - "b2": 10, - "&&": 9, - "||": 2, - "then": 1, - "else": 1, - "c1": 4, - "c2": 3, - "N": 5, - "Fish": 1, - "Swordfish": 1, - "Jellyfish": 1, - "When": 2, - "particular": 1, - "digit": 1, - "located": 2, - "only": 1, - "columns": 2, - "eliminate": 1, - "those": 2, - "which": 2, - "fish": 7, - "fishname": 5, - "rset": 4, - "certain": 1, - "rflds": 2, - "rowset": 1, - "colss": 3, - "must": 4, - "appear": 1, - "at": 3, - "least": 3, - "cstart": 2, - "immediate": 1, - "consequences": 6, - "assumption": 8, - "form": 1, - "conseq": 3, - "cp": 3, - "two": 1, - "contradict": 2, - "contradicts": 7, - "get": 3, - "aPos": 5, - "List": 1, - "turned": 1, - "when": 2, - "true/false": 1, - "toClear": 7, - "whose": 1, - "implications": 5, - "themself": 1, - "chain": 2, - "paths": 12, - "solution": 6, - "reverse": 4, - "css": 7, - "yields": 1, - "contradictory": 1, - "chainContra": 2, - "pro": 7, - "contra": 4, - "ALL": 2, - "conlusions": 1, - "uniqBy": 2, - "using": 2, - "sortBy": 2, - "comparing": 2, - "conslusion": 1, - "chains": 4, - "LET": 1, - "BE": 1, - "final": 2, - "conclusion": 4, - "THE": 1, - "FIRST": 1, - "implication": 2, - "ai": 2, - "so": 1, - "a0": 1, - "OR": 7, - "a2": 2, - "...": 2, - "IMPLIES": 1, - "For": 2, - "cells": 1, - "pi": 2, - "have": 1, - "construct": 2, - "p0": 1, - "p1": 1, - "c0": 1, - "cellRegionChain": 2, - "os": 3, - "cellas": 2, - "regionas": 2, - "iss": 3, - "ass": 2, - "first": 2, - "candidates@": 1, - "region": 2, - "oss": 2, - "Liste": 1, - "aller": 1, - "Annahmen": 1, - "ein": 1, - "bestimmtes": 1, - "acstree": 3, - "Tree.fromList": 1, - "bypass": 1, - "maybe": 1, - "tree": 1, - "lookup": 2, - "error": 1, - "performance": 1, - "resons": 1, - "confine": 1, - "ourselves": 1, - "20": 1, - "per": 1, - "mkPaths": 3, - "acst": 3, - "impl": 2, - "{": 1, - "a3": 1, - "ordered": 1, - "impls": 2, - "ns": 2, - "concat": 1, - "takeUntil": 1, - "null": 1, - "iterate": 1, - "expandchain": 3, - "avoid": 1, - "loops": 1, - "uni": 3, - "SOLVE": 1, - "SUDOKU": 1, - "Apply": 1, - "available": 1, - "strategies": 1, - "until": 1, - "changes": 1, - "anymore": 1, - "Strategy": 1, - "functions": 2, - "supposed": 1, - "applied": 1, - "changed": 1, - "board.": 1, - "strategy": 2, - "anything": 1, - "alter": 1, - "it": 2, - "next": 1, - "tried.": 1, - "solve": 19, - "res@": 16, - "apply": 17, - "res": 16, - "smallest": 1, - "comment": 16, - "SINGLES": 1, - "locked": 1, - "2": 3, - "QUADRUPELS": 6, - "3": 3, - "4": 3, - "WINGS": 1, - "FISH": 3, - "pcomment": 2, - "9": 5, - "forcing": 1, - "allow": 1, - "infer": 1, - "both": 1, - "brd": 2, - "com": 5, - "stderr": 3, - "<<": 4, - "log": 1, - "turn": 1, - "string": 3, - "into": 1, - "mkrow": 2, - "mkrow1": 2, - "xs": 4, - "make": 1, - "sure": 1, - "unpacked": 2, - "<=>": 1, - "0": 2, - "ignored": 1, - "h": 1, - "help": 1, - "usage": 1, - "Sudoku": 2, - "file": 4, - "81": 3, - "char": 1, - "consisting": 1, - "digits": 2, - "One": 1, - "such": 1, - "going": 1, - "http": 3, - "www": 1, - "sudokuoftheday": 1, - "pages": 1, - "o": 1, - "php": 1, - "click": 1, - "puzzle": 1, - "open": 1, - "tab": 1, - "Copy": 1, - "address": 1, - "your": 1, - "browser": 1, - "There": 1, - "also": 1, - "hard": 1, - "sudokus": 1, - "examples": 1, - "top95": 1, - "txt": 1, - "W": 1, - "felder": 2, - "decode": 4, - "files": 2, - "forM_": 1, - "sudoku": 2, - "openReader": 1, - "lines": 2, - "BufferedReader.getLines": 1, - "process": 5, - "candi": 2, - "consider": 3, - "acht": 4, - "neun": 2, - "examples.SwingExamples": 1, - "Java.Awt": 1, - "ActionListener": 2, - "Java.Swing": 1, - "rs": 2, - "Runnable.new": 1, - "helloWorldGUI": 2, - "buttonDemoGUI": 2, - "celsiusConverterGUI": 2, - "invokeLater": 1, - "tempTextField": 2, - "JTextField.new": 1, - "celsiusLabel": 1, - "JLabel.new": 3, - "convertButton": 1, - "JButton.new": 3, - "fahrenheitLabel": 1, - "frame": 3, - "JFrame.new": 3, - "frame.setDefaultCloseOperation": 3, - "JFrame.dispose_on_close": 3, - "frame.setTitle": 1, - "celsiusLabel.setText": 1, - "convertButton.setText": 1, - "convertButtonActionPerformed": 2, - "celsius": 3, - "getText": 1, - "double": 1, - "fahrenheitLabel.setText": 3, - "c*1.8": 1, - ".long": 1, - "ActionListener.new": 2, - "convertButton.addActionListener": 1, - "contentPane": 2, - "frame.getContentPane": 2, - "layout": 2, - "GroupLayout.new": 1, - "contentPane.setLayout": 1, - "TODO": 1, - "continue": 1, - "//docs.oracle.com/javase/tutorial/displayCode.html": 1, - "code": 1, - "//docs.oracle.com/javase/tutorial/uiswing/examples/learn/CelsiusConverterProject/src/learn/CelsiusConverterGUI.java": 1, - "frame.pack": 3, - "frame.setVisible": 3, - "label": 2, - "cp.add": 1, - "newContentPane": 2, - "JPanel.new": 1, - "JButton": 4, - "b1.setVerticalTextPosition": 1, - "SwingConstants.center": 2, - "b1.setHorizontalTextPosition": 1, - "SwingConstants.leading": 2, - "b2.setVerticalTextPosition": 1, - "b2.setHorizontalTextPosition": 1, - "b3": 7, - "Enable": 1, - "button": 1, - "setVerticalTextPosition": 1, - "SwingConstants": 2, - "center": 1, - "setHorizontalTextPosition": 1, - "leading": 1, - "setEnabled": 7, - "action1": 2, - "action3": 2, - "b1.addActionListener": 1, - "b3.addActionListener": 1, - "newContentPane.add": 3, - "newContentPane.setOpaque": 1, - "frame.setContentPane": 1 - }, - "G-code": { - "e": 145, - "-": 146, - "G28": 1, - "X0": 2, - "Y0": 2, - "G1": 17, - "X55": 3, - "Y5": 3, - "F2000": 1, - "Y180": 2, - "X180": 2, - "M0": 2, - ";": 8, - "RepRapPro": 1, - "Ormerod": 1, - "Board": 1, - "test": 1, - "GCodes": 1, - "M111": 1, - "S1": 1, - "Debug": 1, - "on": 1, - "G21": 1, - "mm": 1, - "G90": 1, - "Absolute": 1, - "positioning": 1, - "M83": 1, - "Extrusion": 1, - "relative": 1, - "M906": 1, - "X800": 1, - "Y800": 1, - "Z800": 1, - "E800": 1, - "Motor": 1, - "currents": 1, - "(": 1, - "mA": 1, - ")": 1, - "T0": 2, - "Extruder": 1, - "X50": 1, - "F500": 2, - "G4": 18, - "P500": 6, - "Y50": 1, - "Z20": 1, - "F200": 2, - "Z0": 1, - "E20": 1, - "E": 1, - "M106": 2, - "S255": 1, - "S0": 1, - "M105": 13, - "G10": 1, - "P0": 1, - "S100": 2, - "M140": 1, - "P5000": 12 - }, - "GAMS": { - "*Basic": 1, - "example": 2, - "of": 7, - "transport": 5, - "model": 6, - "from": 2, - "GAMS": 5, - "library": 3, - "Title": 1, - "A": 3, - "Transportation": 1, - "Problem": 1, - "(": 22, - "TRNSPORT": 1, - "SEQ": 1, - ")": 22, - "Ontext": 1, - "This": 2, - "problem": 1, - "finds": 1, - "a": 3, - "least": 1, - "cost": 4, - "shipping": 1, - "schedule": 1, - "that": 1, - "meets": 1, - "requirements": 1, - "at": 5, - "markets": 2, - "and": 2, - "supplies": 1, - "factories.": 1, - "Dantzig": 1, - "G": 1, - "B": 1, - "Chapter": 2, - "In": 2, - "Linear": 1, - "Programming": 1, - "Extensions.": 1, - "Princeton": 2, - "University": 1, - "Press": 2, - "New": 1, - "Jersey": 1, - "formulation": 1, - "is": 1, - "described": 1, - "in": 10, - "detail": 1, - "Rosenthal": 1, - "R": 1, - "E": 1, - "Tutorial.": 1, - "User": 1, - "s": 1, - "Guide.": 1, - "The": 2, - "Scientific": 1, - "Redwood": 1, - "City": 1, - "California": 1, - "line": 1, - "numbers": 1, - "will": 1, - "not": 1, - "match": 1, - "those": 1, - "the": 1, - "book": 1, - "because": 1, - "these": 1, - "comments.": 1, - "Offtext": 1, - "Sets": 1, - "i": 18, - "canning": 1, - "plants": 1, - "/": 9, - "seattle": 3, - "san": 3, - "-": 6, - "diego": 3, - "j": 18, - "new": 3, - "york": 3, - "chicago": 3, - "topeka": 3, - ";": 15, - "Parameters": 1, - "capacity": 1, - "plant": 2, - "cases": 3, - "b": 2, - "demand": 4, - "market": 2, - "Table": 1, - "d": 2, - "distance": 1, - "thousands": 3, - "miles": 2, - "Scalar": 1, - "f": 2, - "freight": 1, - "dollars": 3, - "per": 3, - "case": 2, - "thousand": 1, - "/90/": 1, - "Parameter": 1, - "c": 3, - "*": 1, - "Variables": 1, - "x": 4, - "shipment": 1, - "quantities": 1, - "z": 3, - "total": 1, - "transportation": 1, - "costs": 1, - "Positive": 1, - "Variable": 1, - "Equations": 1, - "define": 1, - "objective": 1, - "function": 1, - "supply": 3, - "observe": 1, - "limit": 1, - "satisfy": 1, - "..": 3, - "e": 1, - "sum": 3, - "*x": 1, - "l": 1, - "g": 1, - "Model": 1, - "/all/": 1, - "Solve": 1, - "using": 1, - "lp": 1, - "minimizing": 1, - "Display": 1, - "x.l": 1, - "x.m": 1, - "ontext": 1, - "#user": 1, - "stuff": 1, - "Main": 1, - "topic": 1, - "Basic": 2, - "Featured": 4, - "item": 4, - "Trnsport": 1, - "Description": 1, - "offtext": 1 - }, - "GAP": { - "#############################################################################": 63, - "##": 766, - "#W": 4, - "vspc.gi": 1, - "GAP": 15, - "library": 2, - "Thomas": 2, - "Breuer": 2, - "#Y": 6, - "Copyright": 6, - "(": 721, - "C": 11, - ")": 722, - "Lehrstuhl": 2, - "D": 36, - "f": 11, - "r": 2, - "Mathematik": 2, - "RWTH": 2, - "Aachen": 2, - "Germany": 2, - "School": 2, - "Math": 2, - "and": 102, - "Comp.": 2, - "Sci.": 2, - "University": 4, - "of": 114, - "St": 2, - "Andrews": 2, - "Scotland": 2, - "The": 21, - "Group": 3, - "This": 10, - "file": 7, - "contains": 7, - "generic": 1, - "methods": 4, - "for": 53, - "vector": 67, - "spaces.": 4, - "#M": 20, - "SetLeftActingDomain": 2, - "": 2, - "": 12, - "check": 5, - "whether": 5, - "the": 136, - "left": 15, - "acting": 8, - "domain": 17, - "external": 1, - "set": 6, - "knows": 1, - "that": 39, - "it": 8, - "is": 72, - "a": 113, - "division": 15, - "ring.": 3, - "used": 10, - "e.g.": 1, - "to": 37, - "tell": 1, - "free": 3, - "module": 2, - "over": 24, - "ring": 14, - "space.": 5, - "InstallOtherMethod": 3, - "[": 145, - "IsAttributeStoringRep": 2, - "IsLeftActedOnByRing": 2, - "IsObject": 1, - "]": 169, - "function": 37, - "extL": 2, - "if": 103, - "HasIsDivisionRing": 1, - "IsDivisionRing": 5, - "then": 128, - "SetIsLeftActedOnByDivisionRing": 1, - "true": 21, - ";": 569, - "fi": 91, - "TryNextMethod": 7, - "end": 34, - "IsLeftActedOnByDivisionRing": 4, - "": 42, - "InstallMethod": 18, - "IsExtLSet": 1, - "M": 7, - "IsIdenticalObj": 5, - "LeftActingDomain": 29, - "else": 25, - "return": 41, - "#F": 17, - "VectorSpace": 13, - "": 10, - "": 5, - "": 2, - "only": 5, - "difference": 1, - "between": 1, - "shall": 1, - "be": 24, - "space": 74, - "must": 6, - "InstallGlobalFunction": 5, - "arg": 16, - "Length": 14, - "or": 13, - "not": 49, - "Error": 7, - "CallFuncList": 1, - "FreeLeftModule": 1, - "AsSubspace": 5, - "": 38, - "": 10, - ".": 257, - "collection": 3, - "IsVectorSpace": 26, - "IsCollection": 3, - "V": 152, - "local": 16, - "newC": 7, - "IsSubset": 4, - "fail": 18, - "AsVectorSpace": 4, - "SetParent": 1, - "UseIsomorphismRelation": 2, - "UseSubsetRelation": 4, - "AsLeftModule": 6, - "View": 1, - "as": 23, - "F": 61, - "W": 32, - "#": 73, - "result": 9, - "base": 5, - "basis": 14, - "vectors": 16, - "field": 12, - "extension": 3, - "gen": 5, - "loop": 2, - "generators": 16, - "b": 8, - "gens": 16, - "newgens": 4, - "extended": 1, - "list": 16, - "Characteristic": 2, - "<": 17, - "elif": 21, - "BasisVectors": 4, - "Basis": 5, - "AsField": 2, - "in": 64, - "GeneratorsOfLeftModule": 9, - "do": 18, - "*": 12, - "od": 15, - "LeftModuleByGenerators": 5, - "Zero": 5, - "IsEmpty": 6, - "Add": 4, - "Intersection": 1, - "ViewObj": 4, - "view": 4, - "print": 1, - "known": 5, - "also": 3, - "dimension": 9, - "no.": 1, - "HasGeneratorsOfLeftModule": 2, - "Print": 24, - "HasDimension": 1, - "override": 1, - "method": 4, - "Dimension": 6, - "PrintObj": 5, - "HasZero": 1, - "/": 12, - "": 2, - "factor": 2, - "by": 14, - "subspace": 7, - "": 1, - "Subspace": 4, - "ImagesSource": 1, - "NaturalHomomorphismBySubspace": 1, - "Intersection2Spaces": 4, - "": 2, - "": 2, - "": 2, - "AsStructure": 3, - "Substructure": 3, - "Structure": 2, - "inters": 17, - "intersection": 5, - "coefficients": 3, - "gensV": 7, - "gensW": 7, - "VW": 3, - "sum": 1, - "B": 16, - "Intersection2": 4, - "IsFiniteDimensional": 2, - "Concatenation": 15, - "List": 6, - "x": 14, - "-": 67, - "Coefficients": 3, - "SumIntersectionMat": 1, - "LinearCombination": 2, - "HasParent": 2, - "Parent": 4, - "SetIsTrivial": 1, - "two": 13, - "spaces": 15, - "SubspaceNC": 2, - "ClosureLeftModule": 2, - "": 1, - "closure": 1, - "IsCollsElms": 1, - "HasBasis": 1, - "IsVector": 1, - "w": 3, - "#T": 6, - "why": 2, - "easily": 1, - "UseBasis": 1, - "Methods": 1, - "collections": 1, - "subspaces": 17, - "#R": 1, - "IsSubspacesVectorSpaceDefaultRep": 7, - "representation": 1, - "domains": 3, - "with": 24, - "components": 1, - "value": 9, - "either": 2, - "string": 6, - "which": 8, - "means": 1, - "all": 18, - "DeclareRepresentation": 1, - "IsComponentObjectRep": 1, - "IsSubspacesVectorSpace": 9, - "IsInt": 3, - ".dimension": 9, - ".structure": 9, - "Size": 5, - "number": 2, - "k": 17, - "dimensional": 5, - "n": 31, - "q": 20, - "elements": 7, - "prod_": 2, - "{": 21, - "i": 25, - "}": 21, - "frac": 3, - "We": 4, - "have": 3, - "recursion": 1, - "+": 9, - "sum_": 1, - "size": 12, - "qn": 10, - "qd": 10, - "ank": 6, - "..": 6, - "Int": 1, - "/2": 4, - "mod": 2, - "Enumerator": 2, - "Use": 1, - "iterator": 3, - "compute": 3, - "list.": 2, - "allowed": 1, - "iter": 17, - "elms": 4, - "Iterator": 5, - "while": 5, - "IsDoneIterator": 3, - "NextIterator": 5, - "necessary": 2, - "uses": 2, - "full": 2, - "row": 17, - "mechanism": 4, - "associated": 3, - "BindGlobal": 7, - ".associatedIterator": 3, - "next": 6, - ".basis": 2, - "rec": 20, - "structure": 4, - "associatedIterator": 2, - "ShallowCopy": 2, - "IteratorByFunctions": 1, - "IsDoneIterator_Subspaces": 1, - "NextIterator_Subspaces": 1, - "ShallowCopy_Subspaces": 1, - "Subspaces": 8, - "FullRowSpace": 5, - "": 1, - "dim": 2, - "IsFinite": 4, - "Objectify": 2, - "NewType": 2, - "CollectionsFamily": 2, - "FamilyObj": 2, - "IsSubspace": 3, - "": 6, - "U": 12, - "IsVectorSpaceHomomorphism": 3, - "": 2, - "IsGeneralMapping": 2, - "map": 4, - "S": 4, - "R": 5, - "Source": 1, - "false": 7, - "Range": 1, - "IsLinearMapping": 1, - "#E": 2, - "example.gd": 2, - "sample": 2, - "implementation": 1, - "file.": 3, - "SomeOperation": 1, - "": 2, - "performs": 1, - "some": 2, - "operation": 1, - "on": 5, - "SomeProperty": 1, - "IsLeftModule": 6, - "IsFreeLeftModule": 3, - "IsTrivial": 1, - "SomeGlobalFunction": 2, - "A": 9, - "global": 1, - "variadic": 1, - "funfion.": 1, - "SomeFunc": 1, - "y": 8, - "z": 3, - "func": 3, - "tmp": 20, - "j": 3, - "repeat": 1, - "until": 1, - "PackageInfo.g": 2, - "package": 10, - "cvec": 1, - "s": 4, - "template": 1, - "SetPackageInfo": 1, - "PackageName": 2, - "Subtitle": 1, - "Version": 1, - "Date": 1, - "dd/mm/yyyy": 1, - "format": 2, - "Information": 1, - "about": 3, - "authors": 1, - "maintainers.": 1, - "Persons": 1, - "LastName": 1, - "FirstNames": 1, - "IsAuthor": 1, - "IsMaintainer": 1, - "Email": 1, - "WWWHome": 1, - "PostalAddress": 1, - "Place": 1, - "Institution": 1, - "Status": 2, - "information.": 1, - "Currently": 1, - "following": 4, - "cases": 2, - "are": 14, - "recognized": 1, - "successfully": 2, - "refereed": 2, - "packages": 5, - "developers": 1, - "agreed": 1, - "distribute": 1, - "them": 1, - "core": 1, - "system": 1, - "development": 1, - "versions": 1, - "other": 4, - "You": 1, - "provide": 2, - "entries": 8, - "status": 1, - "because": 2, - "was": 1, - "#CommunicatedBy": 1, - "#AcceptDate": 1, - "PackageWWWHome": 1, - "README_URL": 1, - ".PackageWWWHome": 2, - "PackageInfoURL": 1, - "ArchiveURL": 1, - ".Version": 2, - "ArchiveFormats": 1, - "Here": 2, - "you": 3, - "short": 1, - "abstract": 1, - "explaining": 1, - "content": 1, - "HTML": 1, - "overview": 1, - "Web": 1, - "page": 1, - "an": 17, - "URL": 1, - "Webpage": 1, - "more": 3, - "detailed": 1, - "information": 1, - "than": 1, - "few": 1, - "lines": 1, - "less": 1, - "ok": 1, - "Please": 1, - "use": 5, - "specifing": 1, - "names.": 1, - "AbstractHTML": 1, - "PackageDoc": 1, - "BookName": 1, - "ArchiveURLSubset": 1, - "HTMLStart": 1, - "PDFFile": 1, - "SixFile": 1, - "LongTitle": 1, - "Dependencies": 1, - "NeededOtherPackages": 1, - "SuggestedOtherPackages": 1, - "ExternalConditions": 1, - "AvailabilityTest": 1, - "SHOW_STAT": 1, - "Filename": 8, - "DirectoriesPackagePrograms": 1, - "#Info": 1, - "InfoWarning": 1, - "*Optional*": 2, - "but": 1, - "recommended": 1, - "path": 1, - "relative": 1, - "root": 1, - "many": 1, - "tests": 1, - "functionality": 1, - "sensible.": 1, - "#TestFile": 1, - "can": 12, - "keyword": 1, - "related": 1, - "topic": 1, - "package.": 2, - "Keywords": 1, - "vspc.gd": 1, - "declares": 1, - "operations": 2, - "bases": 5, - "modules": 1, - "found": 1, - "lib/basis.gd": 1, - "#C": 7, - "IsLeftOperatorRing": 1, - "": 3, - "": 28, - "": 7, - "Name=": 33, - "Arg=": 33, - "Type=": 7, - "": 28, - "": 28, - "": 28, - "DeclareSynonym": 17, - "IsLeftOperatorAdditiveGroup": 2, - "IsRing": 1, - "IsAssociativeLOpDProd": 2, - "really": 4, - "IsLeftOperatorRingWithOne": 2, - "IsRingWithOne": 1, - "IsLeftVectorSpace": 3, - "<#GAPDoc>": 17, - "Label=": 19, - "": 12, - "": 12, - "&": 37, - "see": 30, - "nbsp": 30, - "": 71, - "Func=": 40, - "Chapter": 3, - "Chap=": 3, - "": 2, - "CDATA": 2, - "ENTITY": 2, - "": 2, - "allows": 1, - "amp": 1, - "your": 1, - "documentation": 2, - "reference": 1, - "another": 1, - "entity": 1, - "desired": 1, - "add": 2, - "instead": 1, - "It": 1, - "please": 1, - "careful.": 1, - "": 2, - "SHEBANG#!#! for": 1, - "SHEBANG#!#! statement": 1, - "SHEBANG#!#! components": 2, - "SHEBANG#!#! example,": 1, - "SHEBANG#!#! acknowledgements": 1, - "SHEBANG#!#! ": 6, - "SHEBANG#!#! by": 1, - "SHEBANG#!#! package": 1, - "SHEBANG#!#! Usually": 2, - "SHEBANG#!#! are": 2, - "SHEBANG#!#! Default": 3, - "SHEBANG#!#! When": 1, - "SHEBANG#!#! they": 1, - "Document": 1, - "section_intros": 2, - "later": 1, - "on.": 1, - "However": 2, - "thanks": 1, - "comment": 1, - "syntax": 1, - "remaining": 1, - "seems": 1, - "ability": 1, - "order": 1, - "chapters": 1, - "sections.": 1, - "TODO.": 1, - "SHEBANG#!#! files": 1, - "strictly": 1, - "speaking": 1, - "scaffold.": 1, - "scaffolding": 2, - "custom": 1, - "name": 2, - "main": 1, - "purpose": 1, - "parameter": 1, - "cater": 1, - "existing": 1, - "wish": 1, - "scaffolding.": 1, - "explain": 1, - "allow": 1, - "specifying": 1, - "gapdoc.main.": 1, - "code": 1, - "still": 1, - "honor": 1, - "though": 1, - "just": 1, - "case.": 1, - "SHEBANG#!#! In": 1, - "part.": 1, - "Still": 1, - "under": 1, - "construction.": 1, - "SHEBANG#!#! ": 1, - "SHEBANG#!#! The": 1, - "SHEBANG#!#! a": 1, - "SHEBANG#!#! which": 1, - "SHEBANG#!#! the": 1, - "SHEBANG#!#! ": 1, - "SHEBANG#!#! ": 2, - "SHEBANG#!#! Sets": 1, - "SHEBANG#!#! A": 1, - "SHEBANG#!#! will": 1, - "SHEBANG#!#! @Returns": 1, - "SHEBANG#!#! @Arguments": 1, - "SHEBANG#!#! @ChapterInfo": 1, - "declaration": 1, - "IsQuuxFrobnicator": 1, - "Tests": 1, - "quux": 1, - "frobnicator.": 1, - "IsField": 1, - "IsGroup": 1 - }, - "GAS": { - ".cstring": 1, - "LC0": 2, - ".ascii": 2, - ".text": 1, - ".globl": 2, - "_main": 2, - "LFB3": 4, - "pushq": 1, - "%": 6, - "rbp": 2, - "LCFI0": 3, - "movq": 1, - "rsp": 1, - "LCFI1": 2, - "leaq": 1, - "(": 1, - "rip": 1, - ")": 1, - "rdi": 1, - "call": 1, - "_puts": 1, - "movl": 1, - "eax": 1, - "leave": 1, - "ret": 1, - "LFE3": 2, - ".section": 1, - "__TEXT": 1, - "__eh_frame": 1, - "coalesced": 1, - "no_toc": 1, - "+": 2, - "strip_static_syms": 1, - "live_support": 1, - "EH_frame1": 2, - ".set": 5, - "L": 10, - "set": 10, - "LECIE1": 2, - "-": 7, - "LSCIE1": 2, - ".long": 6, - ".byte": 20, - "xc": 1, - ".align": 2, - "_main.eh": 2, - "LSFDE1": 1, - "LEFDE1": 2, - "LASFDE1": 3, - ".quad": 2, - ".": 1, - "xe": 1, - "xd": 1, - ".subsections_via_symbols": 1 - }, - "GDScript": { - "extends": 4, - "Control": 1, - "var": 86, - "score": 4, - "score_label": 2, - "null": 1, - "const": 11, - "MAX_SHAPES": 2, - "block": 3, - "preload": 2, - "(": 314, - ")": 313, - "block_colors": 3, - "[": 22, - "Color": 7, - "]": 22, - "block_shapes": 4, - "Vector2": 61, - "-": 31, - "#": 18, - "I": 1, - "O": 1, - "S": 1, - "Z": 1, - "L": 1, - "J": 1, - "T": 1, - "block_rotations": 2, - "Matrix32": 4, - "width": 5, - "height": 6, - "cells": 8, - "{": 2, - "}": 2, - "piece_active": 7, - "false": 16, - "piece_shape": 8, - "piece_pos": 3, - "piece_rot": 5, - "func": 19, - "piece_cell_xform": 4, - "p": 2, - "er": 4, - "r": 2, - "+": 24, - "%": 3, - "return": 14, - ".xform": 1, - "_draw": 1, - "sb": 2, - "get_stylebox": 1, - "use": 1, - "line": 1, - "edit": 1, - "bg": 1, - "draw_style_box": 1, - "Rect2": 5, - "get_size": 1, - ".grow": 1, - "bs": 3, - "block.get_size": 1, - "for": 9, - "y": 12, - "in": 12, - "range": 6, - "x": 12, - "if": 56, - "draw_texture_rect": 2, - "*bs": 2, - "c": 6, - "piece_check_fit": 6, - "ofs": 2, - "pos": 4, - "pos.x": 2, - "<": 14, - "pos.y": 2, - "true": 11, - "new_piece": 3, - "randi": 1, - "width/2": 1, - "piece_pos.y": 2, - "not": 5, - "#game": 1, - "over": 1, - "#print": 1, - "game_over": 2, - "update": 7, - "test_collapse_rows": 2, - "accum_down": 6, - "i": 7, - "collapse": 3, - "else": 11, - "cells.erase": 1, - "accum_down*100": 1, - "score_label.set_text": 2, - "str": 1, - "get_node": 24, - ".set_text": 2, - "restart_pressed": 1, - "cells.clear": 1, - "piece_move_down": 2, - "piece_rotate": 2, - "adv": 2, - "_input": 1, - "ie": 1, - "ie.is_pressed": 1, - "ie.is_action": 4, - "piece_pos.x": 2, - "elif": 4, - "setup": 2, - "w": 3, - "h": 3, - "set_size": 1, - "*block.get_size": 1, - ".start": 1, - "_ready": 3, - "Initalization": 2, - "here": 2, - "set_process_input": 1, - "Node2D": 1, - "INITIAL_BALL_SPEED": 3, - "ball_speed": 2, - "screen_size": 2, - "#default": 1, - "ball": 3, - "direction": 6, - "pad_size": 4, - "PAD_SPEED": 1, - "_process": 1, - "delta": 8, - "get": 2, - "positio": 1, - "and": 16, - "pad": 3, - "rectangles": 1, - "ball_pos": 8, - ".get_pos": 5, - "left_rect": 1, - "pad_size*0.5": 2, - "right_rect": 1, - "#integrate": 1, - "new": 1, - "postion": 1, - "direction*ball_speed*delta": 1, - "#flip": 2, - "when": 2, - "touching": 2, - "roof": 1, - "or": 4, - "floor": 1, - "ball_pos.y": 1, - "direction.y": 5, - "<0)>": 1, - "screen_size.y": 3, - "change": 1, - "increase": 1, - "speed": 2, - "pads": 1, - "left_rect.has_point": 1, - "direction.x": 4, - "right_rect.has_point": 1, - "ball_speed*": 1, - "randf": 1, - "*2.0": 1, - "direction.normalized": 1, - "#check": 1, - "gameover": 1, - "ball_pos.x": 1, - "<0>": 1, - "screen_size.x": 1, - "screen_size*0.5": 1, - ".set_pos": 3, - "#move": 2, - "left": 1, - "left_pos": 2, - "left_pos.y": 4, - "Input.is_action_pressed": 4, - "PAD_SPEED*delta": 4, - "right": 1, - "right_pos": 2, - "right_pos.y": 4, - "get_viewport_rect": 1, - ".size": 1, - "actual": 1, - "size": 1, - ".get_texture": 1, - ".get_size": 1, - "set_process": 1, - "RigidBody": 1, - "#var": 1, - "dir": 8, - "Vector3": 9, - "ANIM_FLOOR": 2, - "ANIM_AIR_UP": 2, - "ANIM_AIR_DOWN": 2, - "SHOOT_TIME": 2, - "SHOOT_SCALE": 2, - "CHAR_SCALE": 2, - "facing_dir": 2, - "movement_dir": 3, - "jumping": 5, - "turn_speed": 2, - "keep_jump_inertia": 2, - "air_idle_deaccel": 2, - "accel": 2, - "deaccel": 2, - "sharp_turn_threshhold": 2, - "max_speed": 5, - "on_floor": 3, - "prev_shoot": 3, - "last_floor_velocity": 5, - "shoot_blend": 7, - "adjust_facing": 3, - "p_facing": 4, - "p_target": 2, - "p_step": 2, - "p_adjust_rate": 2, - "current_gn": 2, - "n": 2, - "normal": 1, - "t": 2, - "n.cross": 1, - ".normalized": 2, - "n.dot": 1, - "t.dot": 1, - "ang": 12, - "atan2": 1, - "abs": 1, - "too": 1, - "small": 1, - "s": 4, - "sign": 1, - "*": 15, - "turn": 3, - "a": 6, - "cos": 2, - "sin": 1, - "p_facing.length": 1, - "_integrate_forces": 1, - "state": 5, - "lv": 10, - "state.get_linear_velocity": 1, - "linear": 1, - "velocity": 3, - "g": 3, - "state.get_total_gravity": 1, - "state.get_step": 1, - "d": 2, - "delta*state.get_total_density": 1, - "<0):>": 2, - "d=": 1, - "apply": 1, - "gravity": 2, - "anim": 4, - "up": 12, - "normalized": 6, - "is": 1, - "against": 1, - "vv": 5, - "dot": 3, - "vertical": 1, - "hv": 8, - "horizontal": 3, - "hdir": 7, - "hspeed": 14, - "length": 1, - "floor_velocity": 5, - "onfloor": 6, - "get_contact_count": 2, - "0": 6, - "get_contact_local_shape": 1, - "1": 2, - "continue": 1, - "get_contact_collider_velocity_at_pos": 1, - "break": 1, - "where": 1, - "does": 1, - "the": 1, - "player": 1, - "intend": 1, - "to": 3, - "walk": 1, - "cam_xform": 5, - "target": 1, - "camera": 1, - "get_global_transform": 1, - "Input": 6, - "is_action_pressed": 6, - "move_forward": 1, - "basis": 5, - "2": 2, - "move_backwards": 1, - "move_left": 1, - "move_right": 1, - "jump_attempt": 2, - "jump": 2, - "shoot_attempt": 3, - "shoot": 1, - "target_dir": 5, - "sharp_turn": 2, - "rad2deg": 1, - "acos": 1, - "target_dir.dot": 1, - "dir.length": 2, - "#linear_dir": 1, - "linear_h_velocity/linear_vel": 1, - "#if": 2, - "linear_vel": 1, - "brake_velocity_limit": 1, - "linear_dir.dot": 1, - "ctarget_dir": 1, - "Math": 1, - "deg2rad": 1, - "brake_angular_limit": 1, - "brake": 1, - "#else": 1, - "/hspeed*turn_speed": 1, - "accel*delta": 1, - "deaccel*delta": 1, - "hspeed=": 1, - "mesh_xform": 2, - "Armature": 2, - "get_transform": 1, - "facing_mesh=": 1, - "facing_mesh": 7, - "m3": 2, - "Matrix3": 1, - "cross": 1, - "scaled": 1, - "set_transform": 1, - "Transform": 1, - "origin": 1, - "7": 1, - "sfx": 1, - "play": 1, - "hs": 1, - "hv.length": 1, - "hv.normalized": 1, - "hdir*hspeed": 1, - "up*vv": 1, - "#lv": 1, - "pass": 2, - "state.set_linear_velocity": 1, - "bullet": 3, - ".instance": 1, - "bullet.set_transform": 1, - ".get_global_transform": 2, - ".orthonormalized": 1, - "get_parent": 1, - ".add_child": 1, - "bullet.set_linear_velocity": 1, - ".basis": 1, - "PS.body_add_collision_exception": 1, - "bullet.get_rid": 1, - "get_rid": 1, - "#add": 1, - "it": 1, - ".play": 1, - ".blend2_node_set_amount": 2, - "/": 1, - ".transition_node_set_current": 1, - "min": 1, - "state.set_angular_velocity": 1, - ".set_active": 1, - "BaseClass": 1, - "arr": 1, - "dict": 1, - "answer": 1, - "thename": 1, - "v2": 1, - "v3": 1, - "some_function": 1, - "param1": 4, - "param2": 5, - "local_var": 2, - "print": 6, - "while": 1, - "local_var2": 2, - "class": 1, - "Something": 1, - "_init": 1, - "Something.new": 1, - "lv.a": 1 - }, - "GLSL": { - "#version": 3, - "uniform": 8, - "float": 107, - "kCoeff": 2, - "kCube": 2, - "uShift": 3, - "vShift": 3, - ";": 418, - "chroma_red": 2, - "chroma_green": 2, - "chroma_blue": 2, - "bool": 1, - "apply_disto": 4, - "sampler2D": 1, - "input1": 4, - "adsk_input1_w": 4, - "adsk_input1_h": 3, - "adsk_input1_aspect": 1, - "adsk_input1_frameratio": 5, - "adsk_result_w": 3, - "adsk_result_h": 2, - "distortion_f": 3, - "(": 484, - "r": 14, - ")": 484, - "{": 104, - "f": 17, - "+": 108, - "r*r": 1, - "*": 116, - "return": 47, - "}": 104, - "inverse_f": 2, - "vec3": 165, - "[": 29, - "]": 29, - "lut": 9, - "max_r": 2, - "sqrt": 6, - "incr": 2, - "/": 24, - "lut_r": 5, - "for": 7, - "int": 9, - "i": 38, - "<": 23, - "t": 44, - "if": 29, - ".z": 5, - "&&": 10, - "-": 108, - "mix": 2, - ".y": 2, - "aberrate": 4, - "chroma": 2, - "chromaticize_and_invert": 2, - "rgb_f": 5, - "void": 57, - "main": 8, - "vec2": 26, - "px": 4, - "uv": 12, - "gl_FragCoord.xy": 7, - "px.x": 2, - "px.y": 2, - "uv.x": 11, - "uv.y": 7, - "*2": 2, - "uv.x*uv.x": 1, - "uv.y*uv.y": 1, - "else": 1, - "rgb_uvs": 12, - "rgb_f.rr": 1, - "rgb_f.gg": 1, - "rgb_f.bb": 1, - "vec4": 77, - "sampled": 1, - "sampled.r": 1, - "texture2D": 6, - ".r": 3, - "sampled.g": 1, - ".g": 1, - "sampled.b": 1, - ".b": 1, - "gl_FragColor.rgba": 1, - "sampled.rgb": 1, - "mat4": 1, - "u_MVPMatrix": 2, - "attribute": 2, - "a_position": 1, - "a_color": 2, - "varying": 6, - "v_color": 4, - "gl_Position": 1, - "pos": 43, - "const": 19, - "NUM_LIGHTS": 4, - "AMBIENT": 2, - "MAX_DIST": 3, - "MAX_DIST_SQUARED": 3, - "lightColor": 3, - "fragmentNormal": 2, - "cameraVector": 2, - "lightVector": 4, - "//": 40, - "initialize": 1, - "diffuse/specular": 1, - "lighting": 1, - "diffuse": 4, - "specular": 4, - "normalize": 14, - "the": 1, - "fragment": 1, - "normal": 7, - "and": 2, - "camera": 8, - "direction": 1, - "cameraDir": 2, - "loop": 1, - "through": 1, - "each": 1, - "light": 5, - "calculate": 1, - "distance": 1, - "between": 1, - "dist": 7, - "min": 11, - "dot": 30, - "distFactor": 3, - "lightDir": 3, - "diffuseDot": 2, - "clamp": 4, - "halfAngle": 2, - "specularColor": 2, - "specularDot": 2, - "pow": 3, - "sample": 2, - "gl_FragColor": 4, - "sample.rgb": 1, - "sample.a": 1, - "static": 1, - "char*": 1, - "SimpleFragmentShader": 1, - "STRINGIFY": 1, - "FrontColor": 2, - "core": 2, - "cbar": 4, - "cfoo": 2, - "CB": 4, - "CD": 4, - "CA": 2, - "CC": 2, - "CBT": 10, - "CDT": 6, - "CAT": 2, - "CCT": 2, - "norA": 8, - "norB": 6, - "norC": 2, - "norD": 2, - "norE": 8, - "norF": 2, - "norG": 2, - "norH": 2, - "norI": 2, - "norcA": 4, - "norcB": 6, - "norcC": 4, - "norcD": 4, - "head": 2, - "of": 2, - "cycle": 4, - "norcE": 2, - "lead": 2, - "into": 2, - "////": 4, - "High": 1, - "quality": 2, - "Some": 1, - "browsers": 1, - "may": 1, - "freeze": 1, - "or": 1, - "crash": 1, - "//#define": 10, - "HIGHQUALITY": 2, - "Medium": 1, - "Should": 1, - "be": 1, - "fine": 1, - "on": 3, - "all": 1, - "systems": 1, - "works": 1, - "Intel": 1, - "HD2000": 1, - "Win7": 1, - "but": 1, - "quite": 1, - "slow": 1, - "MEDIUMQUALITY": 2, - "Defaults": 1, - "REFLECTIONS": 3, - "#define": 13, - "SHADOWS": 5, - "GRASS": 3, - "SMALL_WAVES": 4, - "RAGGED_LEAVES": 5, - "DETAILED_NOISE": 3, - "LIGHT_AA": 3, - "SSAA": 2, - "HEAVY_AA": 2, - "x2": 5, - "RG": 1, - "TONEMAP": 5, - "Configurations": 1, - "#ifdef": 14, - "#endif": 14, - "eps": 5, - "e": 4, - "PI": 3, - "sunDir": 5, - "skyCol": 4, - "sandCol": 2, - "treeCol": 2, - "grassCol": 2, - "leavesCol": 4, - "leavesPos": 4, - "sunCol": 5, - "#else": 5, - "exposure": 1, - "Only": 1, - "used": 1, - "when": 1, - "tonemapping": 1, - "mod289": 4, - "x": 11, - "floor": 8, - "permute": 4, - "x*34.0": 1, - "*x": 3, - "taylorInvSqrt": 2, - "snoise": 7, - "v": 8, - "C": 1, - "/6.0": 1, - "/3.0": 1, - "D": 1, - "C.yyy": 2, - "x0": 7, - "C.xxx": 2, - "g": 2, - "step": 2, - "x0.yzx": 1, - "x0.xyz": 1, - "l": 1, - "i1": 2, - "g.xyz": 2, - "l.zxy": 2, - "i2": 2, - "max": 9, - "x1": 4, - "*C.x": 2, - "/3": 1, - "C.y": 1, - "x3": 4, - "D.yyy": 1, - "D.y": 1, - "p": 26, - "i.z": 1, - "i1.z": 1, - "i2.z": 1, - "i.y": 1, - "i1.y": 1, - "i2.y": 1, - "i.x": 1, - "i1.x": 1, - "i2.x": 1, - "n_": 2, - "/7.0": 1, - "ns": 4, - "D.wyz": 1, - "D.xzx": 1, - "j": 4, - "ns.z": 3, - "mod": 2, - "*7": 1, - "x_": 3, - "y_": 2, - "N": 1, - "*ns.x": 2, - "ns.yyyy": 2, - "y": 2, - "h": 21, - "abs": 2, - "b0": 3, - "x.xy": 1, - "y.xy": 1, - "b1": 3, - "x.zw": 1, - "y.zw": 1, - "//vec4": 3, - "s0": 2, - "lessThan": 2, - "*2.0": 4, - "s1": 2, - "sh": 1, - "a0": 1, - "b0.xzyw": 1, - "s0.xzyw*sh.xxyy": 1, - "a1": 1, - "b1.xzyw": 1, - "s1.xzyw*sh.zzww": 1, - "p0": 5, - "a0.xy": 1, - "h.x": 1, - "p1": 5, - "a0.zw": 1, - "h.y": 1, - "p2": 5, - "a1.xy": 1, - "h.z": 1, - "p3": 5, - "a1.zw": 1, - "h.w": 1, - "//Normalise": 1, - "gradients": 1, - "norm": 1, - "norm.x": 1, - "norm.y": 1, - "norm.z": 1, - "norm.w": 1, - "m": 8, - "m*m": 1, - "fbm": 2, - "final": 5, - "waterHeight": 4, - "d": 10, - "length": 7, - "p.xz": 2, - "sin": 8, - "iGlobalTime": 7, - "Island": 1, - "waves": 3, - "p*0.5": 1, - "Other": 1, - "bump": 2, - "rayDir": 43, - "s": 23, - "Fade": 1, - "out": 1, - "to": 1, - "reduce": 1, - "aliasing": 1, - "Calculate": 1, - "from": 2, - "heightmap": 1, - "pos.x": 1, - "iGlobalTime*0.5": 1, - "pos.z": 2, - "*0.7": 1, - "*s": 4, - "e.xyy": 1, - "e.yxy": 1, - "intersectSphere": 2, - "rpos": 5, - "rdir": 3, - "rad": 2, - "op": 5, - "b": 5, - "det": 11, - "b*b": 2, - "rad*rad": 2, - "rdir*t": 1, - "intersectCylinder": 1, - "rdir2": 2, - "rdir.yz": 1, - "op.yz": 3, - "rpos.yz": 2, - "rdir2*t": 2, - "pos.yz": 2, - "intersectPlane": 3, - "rayPos": 38, - "n": 18, - "sign": 1, - "rotate": 5, - "theta": 6, - "c": 6, - "cos": 4, - "p.x": 2, - "p.z": 2, - "p.y": 1, - "impulse": 2, - "k": 8, - "by": 1, - "iq": 2, - "k*x": 1, - "exp": 2, - "grass": 2, - "Optimization": 1, - "Avoid": 1, - "noise": 1, - "too": 1, - "far": 1, - "away": 1, - "pos.y": 8, - "tree": 2, - "pos.y*0.03": 2, - "mat2": 2, - "m*pos.xy": 1, - "width": 2, - "scene": 7, - "vtree": 4, - "vgrass": 2, - ".x": 4, - "eps.xyy": 1, - "eps.yxy": 1, - "eps.yyx": 1, - "plantsShadow": 2, - "Soft": 1, - "shadow": 4, - "taken": 1, - "rayDir*t": 2, - "res": 6, - "res.x": 3, - "k*res.x/t": 1, - "s*s*": 1, - "intersectWater": 2, - "rayPos.y": 1, - "rayDir.y": 1, - "intersectSand": 3, - "intersectTreasure": 2, - "intersectLeaf": 2, - "openAmount": 4, - "dir": 2, - "offset": 5, - "rayDir*res.w": 1, - "pos*0.8": 2, - "||": 3, - "res.w": 6, - "res2": 2, - "dir.xy": 1, - "dir.z": 1, - "rayDir*res2.w": 1, - "res2.w": 3, - "leaves": 7, - "e20": 3, - "sway": 5, - "fract": 1, - "upDownSway": 2, - "angleOffset": 3, - "Left": 1, - "right": 1, - "alpha": 3, - "Up": 1, - "down": 1, - "k*10.0": 1, - "p.xzy": 1, - ".xzy": 2, - "d.xzy": 1, - "Shift": 1, - "Intersect": 11, - "individual": 1, - "leaf": 1, - "res.xyz": 1, - "sand": 2, - "resSand": 2, - "//if": 1, - "resSand.w": 4, - "plants": 6, - "resLeaves": 3, - "resLeaves.w": 10, - "e7": 3, - "sunDir*0.01": 2, - "col": 32, - "n.y": 3, - "lightLeaves": 3, - "ao": 5, - "sky": 5, - "res.y": 2, - "uvFact": 2, - "n.x": 1, - "tex": 6, - "iChannel0": 3, - ".rgb": 2, - "e8": 1, - "traceReflection": 2, - "resPlants": 2, - "resPlants.w": 6, - "resPlants.xyz": 2, - "pos.xz": 2, - "leavesPos.xz": 2, - "resLeaves.xyz": 2, - "trace": 2, - "resSand.xyz": 1, - "treasure": 1, - "chest": 1, - "resTreasure": 1, - "resTreasure.w": 4, - "resTreasure.xyz": 1, - "water": 1, - "resWater": 1, - "resWater.w": 4, - "ct": 2, - "fresnel": 2, - "trans": 2, - "reflDir": 3, - "reflect": 1, - "refl": 3, - "resWater.t": 1, - "rd": 1, - "iResolution.yy": 1, - "iResolution.x/iResolution.y*0.5": 1, - "rd.x": 1, - "rd.y": 1, - "*0.25": 4, - "*0.5": 1, - "Optimized": 1, - "Haarm": 1, - "Peter": 1, - "Duiker": 1, - "curve": 1, - "col*exposure": 1, - "x*": 2, - ".5": 1 - }, - "Game Maker Language": { - "#define": 26, - "__http_init": 3, - "global.__HttpClient": 4, - "object_add": 1, - "(": 1501, - ")": 1502, - ";": 1282, - "object_set_persistent": 1, - "true": 73, - "__http_split": 3, - "var": 79, - "text": 19, - "delimeter": 7, - "limit": 5, - "argument0": 28, - "argument1": 10, - "argument2": 3, - "list": 36, - "count": 4, - "ds_list_create": 5, - "while": 15, - "string_pos": 20, - "{": 300, - "ds_list_add": 23, - "string_copy": 32, - "-": 212, - "+": 206, - "string_length": 25, - "if": 397, - "and": 155, - "break": 58, - "}": 307, - "return": 56, - "__http_parse_url": 4, - "url": 62, - "map": 47, - "ds_map_create": 4, - "ds_map_add": 15, - "colonPos": 22, - "string_char_at": 13, - "slashPos": 13, - "else": 151, - "real": 14, - "queryPos": 12, - "ds_map_destroy": 6, - "__http_resolve_url": 2, - "baseUrl": 3, - "refUrl": 18, - "urlParts": 15, - "refUrlParts": 5, - "canParseRefUrl": 3, - "result": 11, - "ds_map_find_value": 22, - "or": 78, - "__http_resolve_path": 3, - "ds_map_replace": 3, - "ds_map_exists": 11, - "ds_map_delete": 1, - "path": 10, - "query": 4, - "relUrl": 1, - "__http_construct_url": 2, - "basePath": 4, - "refPath": 7, - "parts": 29, - "refParts": 5, - "lastPart": 3, - "ds_list_find_value": 9, - "ds_list_size": 11, - "ds_list_delete": 5, - "i": 95, - "for": 26, - "<": 39, - "ds_list_destroy": 4, - "part": 6, - "ds_list_replace": 3, - "continue": 4, - "__http_parse_hex": 2, - "hexString": 4, - "hexValues": 3, - "*": 18, - "digit": 4, - "string": 13, - "__http_prepare_request": 4, - "client": 33, - "headers": 11, - "parsed": 18, - "show_error": 2, - "with": 47, - "destroyed": 3, - "false": 85, - "CR": 10, - "chr": 3, - "LF": 5, - "CRLF": 17, - "socket": 40, - "tcp_connect": 1, - "state": 50, - "errored": 19, - "error": 18, - "linebuf": 33, - "line": 19, - "statusCode": 6, - "reasonPhrase": 2, - "responseBody": 19, - "buffer_create": 7, - "responseBodySize": 5, - "responseBodyProgress": 5, - "responseHeaders": 9, - "requestUrl": 2, - "requestHeaders": 2, - "write_string": 9, - "key": 17, - "ds_map_find_first": 1, - "is_string": 2, - "ds_map_find_next": 1, - "socket_send": 1, - "__http_parse_header": 3, - "ord": 16, - "headerValue": 9, - "string_lower": 3, - "headerName": 4, - "__http_client_step": 2, - "exit": 10, - "socket_has_error": 1, - "socket_error": 1, - "__http_client_destroy": 20, - "available": 7, - "tcp_receive_available": 1, - "switch": 9, - "case": 50, - "&&": 6, - "tcp_eof": 3, - "bytesRead": 6, - "c": 20, - "<=>": 3, - "1": 32, - "read_string": 9, - "Reached": 2, - "end": 11, - "of": 25, - "HTTP": 1, - "defines": 1, - "the": 62, - "sequence": 2, - "as": 1, - "marker": 1, - "all": 3, - "protocol": 3, - "elements": 1, - "except": 2, - "entity": 1, - "body": 2, - "see": 1, - "appendix": 1, - "19": 1, - "3": 1, - "tolerant": 1, - "applications": 1, - "Strip": 1, - "trailing": 1, - "First": 1, - "status": 2, - "code": 2, - "0": 21, - "The": 6, - "first": 3, - "a": 55, - "Response": 1, - "message": 1, - "is": 9, - "Status": 1, - "Line": 1, - "consisting": 1, - "version": 4, - "followed": 1, - "by": 5, - "numeric": 1, - "its": 1, - "associated": 1, - "textual": 1, - "phrase": 1, - "each": 18, - "element": 8, - "separated": 1, - "SP": 1, - "characters": 3, - "No": 3, - "allowed": 1, - "in": 21, - "final": 1, - "httpVer": 2, - "spacePos": 11, - "space": 4, - "response": 5, - "second": 2, - "Other": 1, - "Blank": 1, - "write": 1, - "remainder": 1, - "write_buffer_part": 3, - "Header": 1, - "Receiving": 1, - "write_buffer": 2, - "transfer": 6, - "encoding": 2, - "chunked": 4, - "Chunked": 1, - "let": 1, - "s": 6, - "decode": 36, - "it": 6, - "actualResponseBody": 8, - "actualResponseSize": 1, - "actualResponseBodySize": 3, - "Parse": 1, - "chunks": 1, - "chunk": 12, - "size": 7, - "extension": 3, - "data": 4, - "HEX": 1, - "buffer_bytes_left": 6, - "chunkSize": 11, - "Read": 1, - "byte": 2, - "We": 1, - "found": 21, - "semicolon": 1, - "beginning": 1, - "skip": 1, - "stuff": 2, - "header": 2, - "Doesn": 1, - "t": 23, - "did": 1, - "not": 63, - "buffer_destroy": 8, - "empty": 13, - "something": 1, - "up": 6, - "Parsing": 1, - "failed": 56, - "hex": 2, - "was": 1, - "hexadecimal": 1, - "Is": 1, - "bigger": 2, - "than": 1, - "remaining": 1, - "2": 2, - "responseHaders": 1, - "location": 4, - "resolved": 5, - "socket_destroy": 4, - "http_new_get": 1, - "variable_global_exists": 2, - "instance_create": 20, - "http_new_get_ex": 1, - "http_step": 1, - "client.errored": 3, - "||": 16, - "client.state": 3, - "http_status_code": 1, - "client.statusCode": 1, - "http_reason_phrase": 1, - "client.error": 1, - "client.reasonPhrase": 1, - "http_response_body": 1, - "client.responseBody": 1, - "http_response_body_size": 1, - "client.responseBodySize": 1, - "http_response_body_progress": 1, - "client.responseBodyProgress": 1, - "http_response_headers": 1, - "client.responseHeaders": 1, - "http_destroy": 1, - "instance_destroy": 7, - "hashList": 5, - "pluginname": 9, - "pluginhash": 4, - "realhash": 1, - "handle": 1, - "filesize": 1, - "progress": 1, - "tempfile": 1, - "tempdir": 1, - "lastContact": 2, - "isCached": 2, - "isDebug": 2, - "split": 1, - "checkpluginname": 1, - "show_message": 7, - "ds_list_find_index": 1, - "file_exists": 5, - "working_directory": 6, - ".zip": 3, - "ServerPluginsCache": 6, - "@": 5, - ".zip.tmp": 1, - ".tmp": 2, - "ServerPluginsDebug": 1, - "Warning": 2, - "server": 10, - "sent": 7, - "plugin": 6, - "being": 2, - "loaded": 2, - "from": 5, - "ServerPluginsDebug.": 2, - "Make": 2, - "sure": 2, - "clients": 1, - "have": 2, - "same": 6, - "they": 1, - "may": 2, - "be": 4, - "unable": 2, - "to": 62, - "connect.": 2, - "has": 2, - "you": 1, - "Downloading": 1, - "/": 5, - "last_plugin.log": 2, - "plugin.gml": 1, - "assert_true": 1, - "_assert_error_popup": 2, - "string_repeat": 2, - "_assert_newline": 2, - "assert_false": 1, - "assert_equal": 1, - "//Safe": 1, - "equality": 1, - "check": 1, - "won": 1, - "support": 1, - "use": 4, - "instead": 1, - "_assert_debug_value": 1, - "//String": 1, - "os_browser": 1, - "browser_not_a_browser": 1, - "string_replace_all": 1, - "//Numeric": 1, - "GMTuple": 1, - "jso_encode_string": 1, - "encode": 8, - "escape": 2, - "character": 20, - "jso_encode_map": 4, - "value": 13, - "one": 42, - "key1": 3, - "key2": 3, - "multi": 7, - "[": 99, - "]": 103, - "jso_encode_list": 3, - "nested": 27, - "three": 36, - "_jso_decode_string": 5, - "an": 24, - "small": 1, - "quick": 2, - "brown": 2, - "fox": 2, - "jumps": 3, - "over": 2, - "lazy": 2, - "dog.": 2, - "simple": 1, - "Waahoo": 1, - "negg": 1, - "mixed": 1, - "_jso_decode_boolean": 2, - "_jso_decode_real": 11, - "standard": 1, - "zero": 4, - "signed": 2, - "decimal": 1, - "digits": 1, - "positive": 7, - "number": 7, - "negative": 7, - "exponent": 4, - "integer": 6, - "_jso_decode_integer": 3, - "_jso_decode_map": 14, - "didn": 14, - "include": 14, - "right": 14, - "prefix": 14, - "#1": 14, - "#2": 14, - "entry": 29, - "pi": 2, - "bool": 2, - "waahoo": 10, - "woohah": 8, - "lists": 6, - "mix": 4, - "_jso_decode_list": 14, - "woo": 2, - "maps": 37, - "Empty": 4, - "should": 25, - "equal": 20, - "other.": 12, - "junk": 2, - "info": 1, - "taxi": 1, - "An": 4, - "filled": 4, - "map.": 2, - "A": 24, - "B": 18, - "C": 8, - "Maps": 9, - "content": 4, - "entered": 4, - "different": 12, - "orders": 4, - "D": 1, - "keys": 2, - "values": 4, - "six": 1, - "corresponding": 4, - "types": 4, - "other": 4, - "crash.": 4, - "list.": 2, - "Lists": 4, - "two": 16, - "entries": 2, - "also": 2, - "jso_map_check": 9, - "find": 10, - "existing": 9, - "single": 11, - "argument": 10, - "jso_map_lookup": 3, - "wrong": 10, - "trap": 2, - "jso_map_lookup_type": 3, - "type": 8, - "four": 21, - "inexistent": 11, - "multiple": 20, - "arguments": 26, - "index": 11, - "overflow": 4, - "jso_list_check": 8, - "jso_list_lookup": 3, - "jso_list_lookup_type": 3, - "inner": 1, - "indexing": 1, - "on": 4, - "bad": 1, - "boolean": 3, - "jso_cleanup_map": 1, - "one_map": 1, - "xoffset": 5, - "view_xview": 3, - "yoffset": 5, - "view_yview": 3, - "xsize": 3, - "view_wview": 2, - "ysize": 3, - "view_hview": 2, - "distance_to_point": 3, - "xsize/2": 2, - "ysize/2": 2, - "xr": 19, - "yr": 19, - "round": 6, - "x": 76, - "y": 85, - "image_alpha": 10, - "cloakAlpha": 1, - "global.myself.team": 3, - "team": 13, - "canCloak": 1, - "cloakAlpha/2": 1, - "invisible": 1, - "stabbing": 2, - "power": 1, - "currentWeapon.stab.alpha": 1, - "player": 36, - "global.myself": 4, - "global.showHealthBar": 3, - "draw_set_alpha": 3, - "draw_healthbar": 1, - "hp*100/maxHp": 1, - "c_black": 1, - "c_red": 3, - "c_green": 1, - "mouse_x": 1, - "mouse_y": 1, - "<25)>": 1, - "cloak": 2, - "global": 8, - "myself": 2, - "draw_set_halign": 1, - "fa_center": 1, - "draw_set_valign": 1, - "fa_bottom": 1, - "team=": 1, - "draw_set_color": 2, - "c_blue": 2, - "draw_text": 4, - "35": 1, - "name": 9, - "showTeammateStats": 1, - "weapons": 3, - "Medigun": 2, - "50": 3, - "Superburst": 1, - "currentWeapon": 2, - "uberCharge": 1, - "20": 1, - "Shotgun": 1, - "Nuts": 1, - "N": 1, - "Bolts": 1, - "nutsNBolts": 1, - "Minegun": 1, - "Lobbed": 1, - "Mines": 1, - "lobbed": 1, - "TEAM_RED": 8, - "ubercolour": 6, - "TEAM_BLUE": 6, - "sprite": 12, - "overlaySprite": 6, - "zoomed": 1, - "SniperCrouchRedS": 1, - "SniperCrouchBlueS": 1, - "sniperCrouchOverlay": 1, - "sprite_index": 14, - "overlay": 1, - "omnomnomnom": 2, - "draw_sprite_ext_overlay": 7, - "omnomnomnomSprite": 2, - "omnomnomnomOverlay": 2, - "omnomnomnomindex": 4, - "image_xscale": 17, - "image_yscale": 14, - "image_angle": 14, - "c_white": 13, - "ubered": 7, - "7": 4, - "taunting": 2, - "tauntsprite": 2, - "tauntOverlay": 2, - "tauntindex": 2, - "humiliated": 1, - "draw_sprite_ext": 10, - "humiliationPoses": 1, - "floor": 11, - "animationImage": 9, - "humiliationOffset": 1, - "animationOffset": 6, - "burnDuration": 2, - "burnIntensity": 2, - "numFlames": 1, - "maxIntensity": 1, - "FlameS": 1, - "alarm": 13, - "random": 21, - "flameArray_x": 1, - "flameArray_y": 1, - "maxDuration": 1, - "demon": 4, - "demonX": 5, - "median": 2, - "demonY": 4, - "demonOffset": 4, - "demonDir": 2, - "abs": 9, - "dir": 3, - "demonFrame": 5, - "sprite_get_number": 1, - "*player.team": 2, - "dir*1": 2, - "downloadHandle": 3, - "tmpfile": 3, - "window_oldshowborder": 2, - "window_oldfullscreen": 2, - "timeLeft": 1, - "counter": 1, - "AudioControlPlaySong": 1, - "window_get_showborder": 1, - "window_get_fullscreen": 1, - "window_set_fullscreen": 2, - "window_set_showborder": 1, - "global.updaterBetaChannel": 3, - "UPDATE_SOURCE_BETA": 1, - "UPDATE_SOURCE": 1, - "temp_directory": 1, - "httpGet": 1, - "httpRequestStatus": 1, - "//": 11, - "download": 1, - "isn": 1, - "extract": 1, - "downloaded": 1, - "file": 2, - "now.": 1, - "extractzip": 1, - "execute_program": 1, - "game_end": 1, - "//draws": 1, - "draw": 3, - "facing": 17, - "RIGHT": 10, - "blinkToggle": 1, - "CLIMBING": 5, - "sPExit": 1, - "sDamselExit": 1, - "sTunnelExit": 1, - "global.hasJetpack": 4, - "whipping": 5, - "image_blend": 2, - "//draw_sprite": 1, - "draw_sprite": 9, - "sJetpackBack": 1, - "sJetpackRight": 1, - "sJetpackLeft": 1, - "redColor": 2, - "make_color_rgb": 1, - "holdArrow": 4, - "ARROW_NORM": 2, - "sArrowRight": 1, - "ARROW_BOMB": 2, - "holdArrowToggle": 2, - "sBombArrowRight": 2, - "LEFT": 7, - "sArrowLeft": 1, - "sBombArrowLeft": 2, - "playerId": 11, - "commandLimitRemaining": 4, - "variable_local_exists": 4, - "commandReceiveState": 1, - "commandReceiveExpectedBytes": 1, - "commandReceiveCommand": 1, - "player.socket": 12, - "tcp_receive": 3, - "player.commandReceiveExpectedBytes": 7, - "player.commandReceiveState": 7, - "player.commandReceiveCommand": 4, - "read_ubyte": 10, - "commandBytes": 2, - "commandBytesInvalidCommand": 1, - "commandBytesPrefixLength1": 1, - "commandBytesPrefixLength2": 1, - "default": 1, - "read_ushort": 2, - "PLAYER_LEAVE": 1, - "PLAYER_CHANGECLASS": 1, - "class": 8, - "getCharacterObject": 2, - "player.team": 8, - "player.object": 12, - "collision_point": 30, - "SpawnRoom": 2, - "instance_exists": 8, - "lastDamageDealer": 8, - "sendEventPlayerDeath": 4, - "noone": 7, - "BID_FAREWELL": 4, - "doEventPlayerDeath": 4, - "assistant": 16, - "secondToLastDamageDealer": 2, - "lastDamageDealer.object": 2, - "lastDamageDealer.object.healer": 4, - "FINISHED_OFF": 5, - "player.alarm": 4, - "<=0)>": 1, - "5": 5, - "checkClasslimits": 2, - "ServerPlayerChangeclass": 2, - "sendBuffer": 1, - "PLAYER_CHANGETEAM": 1, - "newTeam": 7, - "balance": 5, - "redSuperiority": 6, - "calculate": 1, - "which": 1, - "Player": 1, - "player.class": 15, - "TEAM_SPECTATOR": 1, - "global.Server_Respawntime": 3, - "newClass": 4, - "global.sendBuffer": 19, - "ServerPlayerChangeteam": 1, - "ServerBalanceTeams": 1, - "CHAT_BUBBLE": 2, - "bubbleImage": 5, - "global.aFirst": 1, - "write_ubyte": 20, - "setChatBubble": 1, - "BUILD_SENTRY": 2, - "CLASS_ENGINEER": 3, - "collision_circle": 1, - "player.object.x": 3, - "player.object.y": 3, - "Sentry": 1, - "player.object.nutsNBolts": 1, - "player.sentry": 2, - "player.object.onCabinet": 1, - "write_ushort": 2, - "global.serializeBuffer": 3, - "player.object.x*5": 1, - "player.object.y*5": 1, - "write_byte": 1, - "player.object.image_xscale": 2, - "buildSentry": 1, - "DESTROY_SENTRY": 1, - "DROP_INTEL": 1, - "player.object.intel": 1, - "sendEventDropIntel": 1, - "doEventDropIntel": 1, - "OMNOMNOMNOM": 2, - "player.humiliated": 1, - "player.object.taunting": 1, - "player.object.omnomnomnom": 1, - "player.object.canEat": 1, - "CLASS_HEAVY": 2, - "omnomnomnomend": 2, - "xscale": 1, - "TOGGLE_ZOOM": 2, - "CLASS_SNIPER": 3, - "toggleZoom": 1, - "PLAYER_CHANGENAME": 2, - "nameLength": 4, - "socket_receivebuffer_size": 3, - "MAX_PLAYERNAME_LENGTH": 2, - "KICK": 2, - "KICK_NAME": 1, - "current_time": 2, - "lastNamechange": 2, - "string_count": 2, - "INPUTSTATE": 1, - "keyState": 1, - "netAimDirection": 1, - "aimDirection": 1, - "netAimDirection*360/65536": 1, - "event_user": 1, - "REWARD_REQUEST": 1, - "player.rewardId": 1, - "player.challenge": 2, - "rewardCreateChallenge": 1, - "REWARD_CHALLENGE_CODE": 1, - "write_binstring": 1, - "REWARD_CHALLENGE_RESPONSE": 1, - "answer": 3, - "authbuffer": 1, - "read_binstring": 1, - "rewardAuthStart": 1, - "challenge": 1, - "rewardId": 1, - "PLUGIN_PACKET": 1, - "packetID": 3, - "buf": 5, - "success": 3, - "_PluginPacketPush": 1, - "KICK_BAD_PLUGIN_PACKET": 1, - "CLIENT_SETTINGS": 2, - "mirror": 4, - "player.queueJump": 1, - "playerObject": 1, - "playerID": 1, - "otherPlayerID": 1, - "otherPlayer": 1, - "sameVersion": 1, - "buffer": 1, - "plugins": 4, - "pluginsRequired": 2, - "usePlugins": 1, - "global.serverSocket": 10, - "gotServerHello": 2, - "room": 1, - "DownloadRoom": 1, - "keyboard_check": 1, - "vk_escape": 1, - "downloadingMap": 2, - "min": 4, - "downloadMapBytes": 2, - "buffer_size": 2, - "downloadMapBuffer": 6, - "write_buffer_to_file": 1, - "downloadMapName": 3, - "roomchange": 2, - "do": 1, - "HELLO": 1, - "global.joinedServerName": 2, - "receivestring": 4, - "advertisedMapMd5": 1, - "receiveCompleteMessage": 1, - "global.tempBuffer": 3, - "Server": 3, - "illegal": 2, - "This": 2, - "requires": 1, - "following": 2, - "play": 2, - "#": 3, - "suggests": 1, - "optional": 1, - "Error": 2, - "ocurred": 1, - "loading": 1, - "plugins.": 1, - "Maps/": 2, - ".png": 2, - "Enter": 1, - "Password": 1, - "Incorrect": 1, - "Password.": 1, - "Incompatible": 1, - "version.": 1, - "Name": 1, - "Exploit": 1, - "Invalid": 2, - "packet": 3, - "ID": 2, - "There": 1, - "are": 1, - "too": 2, - "many": 1, - "connections": 1, - "your": 1, - "IP": 1, - "You": 1, - "been": 1, - "kicked": 1, - "server.": 1, - ".": 12, - "#Server": 1, - "went": 1, - "invalid": 1, - "internal": 1, - "#Exiting.": 1, - "full.": 1, - "ERROR": 1, - "when": 1, - "reading": 1, - "no": 1, - "such": 1, - "unexpected": 1, - "data.": 1, - "until": 1, - "RoomChangeObserver": 1, - "set_little_endian_global": 1, - "file_delete": 3, - "backupFilename": 5, - "file_find_first": 1, - "file_find_next": 1, - "file_find_close": 1, - "customMapRotationFile": 7, - "restart": 4, - "//import": 1, - "wav": 1, - "files": 1, - "music": 1, - "global.MenuMusic": 3, - "sound_add": 3, - "choose": 8, - "global.IngameMusic": 3, - "global.FaucetMusic": 3, - "sound_volume": 3, - "global.HudCheck": 1, - "global.map_rotation": 19, - "global.CustomMapCollisionSprite": 1, - "window_set_region_scale": 1, - "ini_open": 2, - "global.playerName": 7, - "ini_read_string": 12, - "global.fullscreen": 3, - "ini_read_real": 65, - "global.useLobbyServer": 2, - "global.hostingPort": 2, - "global.music": 2, - "MUSIC_BOTH": 1, - "global.playerLimit": 4, - "//thy": 1, - "playerlimit": 1, - "shalt": 1, - "exceed": 1, - "global.dedicatedMode": 7, - "ini_write_real": 60, - "global.multiClientLimit": 2, - "global.particles": 2, - "PARTICLES_NORMAL": 1, - "global.gibLevel": 14, - "global.killCam": 3, - "global.monitorSync": 3, - "set_synchronization": 2, - "global.medicRadar": 2, - "global.showHealer": 2, - "global.showHealing": 2, - "global.showTeammateStats": 2, - "global.serverPluginsPrompt": 2, - "global.restartPrompt": 2, - "//user": 1, - "HUD": 1, - "settings": 1, - "global.timerPos": 2, - "global.killLogPos": 2, - "global.kothHudPos": 2, - "global.clientPassword": 1, - "global.shuffleRotation": 2, - "global.timeLimitMins": 2, - "max": 2, - "global.serverPassword": 2, - "global.mapRotationFile": 1, - "global.serverName": 2, - "global.welcomeMessage": 2, - "global.caplimit": 3, - "global.caplimitBkup": 1, - "global.autobalance": 2, - "global.Server_RespawntimeSec": 4, - "global.rewardKey": 1, - "unhex": 1, - "global.rewardId": 1, - "global.mapdownloadLimitBps": 2, - "isBetaVersion": 1, - "global.attemptPortForward": 2, - "global.serverPluginList": 3, - "global.serverPluginsRequired": 2, - "CrosshairFilename": 5, - "CrosshairRemoveBG": 4, - "global.queueJumping": 2, - "global.backgroundHash": 2, - "global.backgroundTitle": 2, - "global.backgroundURL": 2, - "global.backgroundShowVersion": 2, - "readClasslimitsFromIni": 1, - "global.currentMapArea": 1, - "global.totalMapAreas": 1, - "global.setupTimer": 1, - "global.serverPluginsInUse": 1, - "global.pluginPacketBuffers": 1, - "global.pluginPacketPlayers": 1, - "ini_write_string": 10, - "ini_key_delete": 1, - "global.classlimits": 10, - "CLASS_SCOUT": 1, - "CLASS_PYRO": 2, - "CLASS_SOLDIER": 2, - "CLASS_DEMOMAN": 1, - "CLASS_MEDIC": 2, - "CLASS_SPY": 1, - "CLASS_QUOTE": 3, - "//screw": 1, - "we": 5, - "will": 1, - "start": 1, - "//map_truefort": 1, - "//map_2dfort": 1, - "//map_conflict": 1, - "//map_classicwell": 1, - "//map_waterway": 1, - "//map_orange": 1, - "//map_dirtbowl": 1, - "//map_egypt": 1, - "//arena_montane": 1, - "//arena_lumberyard": 1, - "//gen_destroy": 1, - "//koth_valley": 1, - "//koth_corinth": 1, - "//koth_harvest": 1, - "//dkoth_atalia": 1, - "//dkoth_sixties": 1, - "//Server": 1, - "respawn": 1, - "time": 1, - "calculator.": 1, - "Converts": 1, - "frame.": 1, - "read": 1, - "multiply": 1, - "hehe": 1, - "global.mapchanging": 1, - "ini_close": 2, - "global.protocolUuid": 2, - "parseUuid": 2, - "PROTOCOL_UUID": 1, - "global.gg2lobbyId": 2, - "GG2_LOBBY_UUID": 1, - "initRewards": 1, - "IPRaw": 3, - "portRaw": 3, - "doubleCheck": 8, - "global.launchMap": 5, - "parameter_count": 1, - "parameter_string": 8, - "global.serverPort": 1, - "global.serverIP": 1, - "global.isHost": 1, - "Client": 1, - "global.customMapdesginated": 2, - "fileHandle": 6, - "mapname": 9, - "file_text_open_read": 1, - "file_text_eof": 1, - "file_text_read_string": 1, - "starts": 1, - "tab": 2, - "string_delete": 1, - "delete": 1, - "that": 2, - "comment": 1, - "starting": 1, - "file_text_readln": 1, - "file_text_close": 1, - "load": 1, - "ini": 1, - "section": 1, - "//Set": 1, - "rotation": 1, - "sort_list": 7, - "*maps": 1, - "ds_list_sort": 1, - "mod": 1, - "global.gg2Font": 2, - "font_add_sprite": 2, - "gg2FontS": 1, - "global.countFont": 1, - "countFontS": 1, - "draw_set_font": 1, - "cursor_sprite": 1, - "CrosshairS": 5, - "directory_exists": 2, - "directory_create": 2, - "AudioControl": 1, - "SSControl": 1, - "message_background": 1, - "popupBackgroundB": 1, - "message_button": 1, - "popupButtonS": 1, - "message_text_font": 1, - "message_button_font": 1, - "message_input_font": 1, - "//Key": 1, - "Mapping": 1, - "global.jump": 1, - "global.down": 1, - "global.left": 1, - "global.right": 1, - "global.attack": 1, - "MOUSE_LEFT": 1, - "global.special": 1, - "MOUSE_RIGHT": 1, - "global.taunt": 1, - "global.chat1": 1, - "global.chat2": 1, - "global.chat3": 1, - "global.medic": 1, - "global.drop": 1, - "global.changeTeam": 1, - "global.changeClass": 1, - "global.showScores": 1, - "vk_shift": 1, - "calculateMonthAndDay": 1, - "loadplugins": 1, - "registry_set_root": 1, - "HKLM": 1, - "global.NTKernelVersion": 1, - "registry_read_string_ext": 1, - "CurrentVersion": 1, - "SIC": 1, - "sprite_replace": 1, - "sprite_set_offset": 1, - "sprite_get_width": 1, - "/2": 2, - "sprite_get_height": 1, - "AudioControlToggleMute": 1, - "room_goto_fix": 2, - "Menu": 2, - "global.levelType": 22, - "//global.currLevel": 1, - "global.currLevel": 22, - "global.hadDarkLevel": 4, - "global.startRoomX": 1, - "global.startRoomY": 1, - "global.endRoomX": 1, - "global.endRoomY": 1, - "oGame.levelGen": 2, - "j": 14, - "global.roomPath": 1, - "k": 5, - "global.lake": 3, - "isLevel": 1, - "999": 2, - "levelType": 2, - "16": 14, - "656": 3, - "obj": 14, - "oDark": 2, - "invincible": 2, - "sDark": 1, - "4": 2, - "oTemple": 2, - "cityOfGold": 1, - "sTemple": 2, - "lake": 1, - "i*16": 8, - "j*16": 6, - "oLush": 2, - "obj.sprite_index": 4, - "sLush": 2, - "obj.invincible": 3, - "oBrick": 1, - "sBrick": 1, - "global.cityOfGold": 2, - "*16": 2, - "//instance_create": 2, - "oSpikes": 1, - "background_index": 1, - "bgTemple": 1, - "global.temp1": 1, - "global.gameStart": 3, - "scrLevelGen": 1, - "global.cemetary": 3, - "rand": 10, - "global.probCemetary": 1, - "oRoom": 1, - "scrRoomGen": 1, - "global.blackMarket": 3, - "scrRoomGenMarket": 1, - "scrRoomGen2": 1, - "global.yetiLair": 2, - "scrRoomGenYeti": 1, - "scrRoomGen3": 1, - "scrRoomGen4": 1, - "scrRoomGen5": 1, - "global.darkLevel": 4, - "//if": 5, - "global.noDarkLevel": 1, - "global.probDarkLevel": 1, - "oPlayer1.x": 2, - "oPlayer1.y": 2, - "oFlare": 1, - "global.genUdjatEye": 4, - "global.madeUdjatEye": 1, - "global.genMarketEntrance": 4, - "global.madeMarketEntrance": 1, - "////////////////////////////": 2, - "global.temp2": 1, - "isRoom": 3, - "scrEntityGen": 1, - "oEntrance": 1, - "global.customLevel": 1, - "oEntrance.x": 1, - "oEntrance.y": 1, - "global.snakePit": 1, - "global.alienCraft": 1, - "global.sacrificePit": 1, - "oPlayer1": 1, - "scrSetupWalls": 3, - "global.graphicsHigh": 1, - "repeat": 7, - "tile_add": 4, - "bgExtrasLush": 1, - "*rand": 12, - "bgExtrasIce": 1, - "bgExtrasTemple": 1, - "bgExtras": 1, - "global.murderer": 1, - "global.thiefLevel": 1, - "isRealLevel": 1, - "oExit": 1, - "oShopkeeper": 1, - "obj.status": 1, - "oTreasure": 1, - "oSolid": 14, - "instance_place": 3, - "oWater": 1, - "sWaterTop": 1, - "sLavaTop": 1, - "scrCheckWaterTop": 1, - "global.temp3": 1, - "victim": 10, - "killer": 11, - "damageSource": 18, - "argument3": 1, - "//*************************************": 6, - "//*": 3, - "Scoring": 1, - "Kill": 1, - "log": 1, - "recordKillInLog": 1, - "victim.stats": 1, - "DEATHS": 1, - "WEAPON_KNIFE": 1, - "WEAPON_BACKSTAB": 1, - "killer.stats": 8, - "STABS": 2, - "killer.roundStats": 8, - "POINTS": 10, - "victim.object.currentWeapon.object_index": 1, - "victim.object.currentWeapon.uberReady": 1, - "BONUS": 2, - "KILLS": 2, - "victim.object.intel": 1, - "DEFENSES": 2, - "recordEventInLog": 1, - "killer.team": 1, - "killer.name": 2, - "assistant.stats": 2, - "ASSISTS": 2, - "assistant.roundStats": 2, - ".5": 2, - "//SPEC": 1, - "victim.object.x": 3, - "victim.object.y": 3, - "Spectator": 1, - "Gibbing": 2, - "randomize": 1, - "victim.object": 2, - "WEAPON_ROCKETLAUNCHER": 1, - "WEAPON_MINEGUN": 1, - "FRAG_BOX": 2, - "WEAPON_REFLECTED_STICKY": 1, - "WEAPON_REFLECTED_ROCKET": 1, - "FINISHED_OFF_GIB": 2, - "GENERATOR_EXPLOSION": 2, - "hasReward": 4, - "createGib": 14, - "PumpkinGib": 1, - "hspeed": 14, - "vspeed": 13, - "Gib": 1, - "BlueClump": 1, - "RedClump": 1, - "blood": 2, - "BloodDrop": 1, - "blood.hspeed": 1, - "blood.vspeed": 1, - "blood.sprite_index": 1, - "PumpkinJuiceS": 1, - "//All": 1, - "Classes": 1, - "gib": 1, - "head": 1, - "hands": 2, - "feet": 1, - "Headgib": 1, - "//Medic": 1, - "specially": 1, - "colored": 1, - "Hand": 3, - "Feet": 1, - "//Class": 1, - "specific": 1, - "gibs": 1, - "Accesory": 5, - "playsound": 2, - "deadbody": 2, - "DeathSnd1": 1, - "DeathSnd2": 1, - "DeadGuy": 1, - "deadbody.sprite_index": 2, - "haxxyStatue": 1, - "deadbody.image_index": 2, - "CHARACTER_ANIMATION_DEAD": 1, - "deadbody.hspeed": 1, - "deadbody.vspeed": 1, - "deadbody.image_xscale": 1, - "global.gg_birthday": 1, - "myHat": 2, - "PartyHat": 1, - "myHat.image_index": 2, - "victim.team": 2, - "global.xmas": 1, - "XmasHat": 1, - "Deathcam": 1, - "KILL_BOX": 1, - "DeathCam": 1, - "DeathCam.killedby": 1, - "DeathCam.name": 1, - "DeathCam.oldxview": 1, - "DeathCam.oldyview": 1, - "DeathCam.lastDamageSource": 1, - "DeathCam.team": 1, - "__jso_gmt_tuple": 1, - "//Position": 1, - "address": 1, - "table": 1, - "pos": 2, - "addr_table": 2, - "*argument_count": 1, - "//Build": 1, - "tuple": 1, - "ca": 1, - "isstr": 1, - "datastr": 1, - "argument_count": 1, - "//Check": 1, - "Unexpected": 18, - "at": 23, - "position": 16, - "f": 5, - "JSON": 5, - "string.": 5, - "Cannot": 5, - "parse": 3, - "expecting": 9, - "digit.": 9, - "e": 4, - "E": 4, - "dot": 1, - "Expected": 6, - "least": 6, - "got": 6, - "lookup.": 4, - "indices": 1, - "Index": 1, - "Recursive": 1, - "abcdef": 1, - "num": 1, - "hangCountMax": 2, - "//////////////////////////////////////": 2, - "kLeft": 12, - "checkLeft": 1, - "kLeftPushedSteps": 3, - "kLeftPressed": 2, - "checkLeftPressed": 1, - "kLeftReleased": 3, - "checkLeftReleased": 1, - "kRight": 12, - "checkRight": 1, - "kRightPushedSteps": 3, - "kRightPressed": 2, - "checkRightPressed": 1, - "kRightReleased": 3, - "checkRightReleased": 1, - "kUp": 5, - "checkUp": 1, - "kDown": 5, - "checkDown": 1, - "//key": 1, - "canRun": 1, - "kRun": 2, - "kJump": 6, - "checkJump": 1, - "kJumpPressed": 11, - "checkJumpPressed": 1, - "kJumpReleased": 5, - "checkJumpReleased": 1, - "cantJump": 3, - "global.isTunnelMan": 1, - "sTunnelAttackL": 1, - "holdItem": 1, - "kAttack": 2, - "checkAttack": 2, - "kAttackPressed": 2, - "checkAttackPressed": 1, - "kAttackReleased": 2, - "checkAttackReleased": 1, - "kItemPressed": 2, - "checkItemPressed": 1, - "xPrev": 1, - "yPrev": 1, - "stunned": 3, - "dead": 3, - "//////////////////////////////////////////": 2, - "colSolidLeft": 4, - "colSolidRight": 3, - "colLeft": 6, - "colRight": 6, - "colTop": 4, - "colBot": 11, - "colLadder": 3, - "colPlatBot": 6, - "colPlat": 5, - "colWaterTop": 3, - "colIceBot": 2, - "runKey": 4, - "isCollisionMoveableSolidLeft": 1, - "isCollisionMoveableSolidRight": 1, - "isCollisionLeft": 2, - "isCollisionRight": 2, - "isCollisionTop": 1, - "isCollisionBottom": 1, - "isCollisionLadder": 1, - "isCollisionPlatformBottom": 1, - "isCollisionPlatform": 1, - "isCollisionWaterTop": 1, - "oIce": 1, - "checkRun": 1, - "runHeld": 3, - "HANGING": 10, - "approximatelyZero": 4, - "xVel": 24, - "xAcc": 12, - "platformCharacterIs": 23, - "ON_GROUND": 18, - "DUCKING": 4, - "pushTimer": 3, - "SS_IsSoundPlaying": 2, - "global.sndPush": 4, - "playSound": 3, - "runAcc": 2, - "/xVel": 1, - "oCape": 2, - "oCape.open": 6, - "kJumped": 7, - "ladderTimer": 4, - "ladder": 5, - "oLadder": 4, - "ladder.x": 3, - "oLadderTop": 2, - "yAcc": 26, - "climbAcc": 2, - "FALLING": 8, - "STANDING": 2, - "departLadderXVel": 2, - "departLadderYVel": 1, - "JUMPING": 6, - "jumpButtonReleased": 7, - "jumpTime": 8, - "IN_AIR": 5, - "gravityIntensity": 2, - "yVel": 20, - "RUNNING": 3, - "//playSound": 1, - "global.sndLand": 1, - "grav": 22, - "global.hasGloves": 3, - "hangCount": 14, - "yVel*0.3": 1, - "oWeb": 2, - "obj.life": 1, - "initialJumpAcc": 6, - "xVel/2": 3, - "gravNorm": 7, - "global.hasCape": 1, - "jetpackFuel": 2, - "fallTimer": 2, - "global.hasJordans": 1, - "yAccLimit": 2, - "global.hasSpringShoes": 1, - "global.sndJump": 1, - "jumpTimeTotal": 2, - "//let": 1, - "jump": 1, - "jumpTime/jumpTimeTotal": 1, - "looking": 2, - "UP": 1, - "LOOKING_UP": 4, - "move_snap": 6, - "oTree": 4, - "oArrow": 5, - "instance_nearest": 1, - "obj.stuck": 1, - "//the": 2, - "can": 1, - "want": 1, - "because": 2, - "high": 1, - "yPrevHigh": 1, - "ll": 1, - "move": 2, - "correct": 1, - "distance": 1, - "but": 2, - "need": 1, - "shorten": 1, - "out": 4, - "little": 1, - "ratio": 1, - "xVelInteger": 2, - "/dist*0.9": 1, - "//can": 1, - "changed": 1, - "moveTo": 2, - "xVelInteger*ratio": 1, - "yVelInteger*ratio": 1, - "slopeChangeInY": 1, - "maxDownSlope": 1, - "floating": 1, - "just": 1, - "above": 1, - "slope": 1, - "so": 2, - "down": 1, - "upYPrev": 1, - "<=upYPrev+maxDownSlope;y+=1)>": 1, - "hit": 1, - "solid": 1, - "below": 1, - "upYPrev=": 1, - "I": 1, - "know": 1, - "this": 2, - "doesn": 1, - "seem": 1, - "make": 1, - "sense": 1, - "variable": 1, - "works": 1, - "correctly": 1, - "after": 1, - "loop": 1, - "y=": 1, - "figures": 1, - "what": 1, - "characterSprite": 1, - "sets": 1, - "previous": 2, - "previously": 1, - "statePrevPrev": 1, - "statePrev": 2, - "calculates": 1, - "image_speed": 9, - "based": 1, - "velocity": 1, - "runAnimSpeed": 1, - "sqrt": 1, - "sqr": 2, - "climbAnimSpeed": 1, - "setCollisionBounds": 3, - "8": 9, - "DUCKTOHANG": 1, - "image_index": 1, - "animation": 1, - "always": 1, - "looks": 1, - "good": 1 - }, - "Gnuplot": { - "set": 98, - "label": 14, - "at": 14, - "-": 102, - "left": 15, - "norotate": 18, - "back": 23, - "textcolor": 13, - "rgb": 8, - "nopoint": 14, - "offset": 25, - "character": 22, - "lt": 15, - "style": 7, - "line": 4, - "linetype": 11, - "linecolor": 4, - "linewidth": 11, - "pointtype": 4, - "pointsize": 4, - "default": 4, - "pointinterval": 4, - "noxtics": 2, - "noytics": 2, - "title": 13, - "xlabel": 6, - "xrange": 3, - "[": 18, - "]": 18, - "noreverse": 13, - "nowriteback": 12, - "yrange": 4, - "bmargin": 1, - "unset": 2, - "colorbox": 3, - "plot": 3, - "cos": 9, - "(": 52, - "x": 7, - ")": 52, - "ls": 4, - ".2": 1, - ".4": 1, - ".6": 1, - ".8": 1, - "lc": 3, - "border": 3, - "dummy": 3, - "u": 25, - "v": 31, - "angles": 1, - "degrees": 1, - "parametric": 3, - "view": 3, - "samples": 3, - "isosamples": 3, - "mapping": 1, - "spherical": 1, - "noztics": 1, - "urange": 1, - "vrange": 1, - "cblabel": 1, - "cbrange": 1, - "user": 1, - "vertical": 2, - "origin": 1, - "screen": 2, - "size": 1, - "front": 1, - "bdefault": 1, - "splot": 3, - "*cos": 1, - "*sin": 1, - "sin": 3, - "notitle": 15, - "with": 3, - "lines": 2, - "using": 2, - "labels": 1, - "point": 1, - "pt": 2, - "lw": 1, - ".1": 1, - "font": 8, - "tc": 1, - "pal": 1, - "arrow": 7, - "from": 7, - "to": 7, - "head": 7, - "nofilled": 7, - "hidden3d": 2, - "trianglepattern": 2, - "undefined": 2, - "altdiagonal": 2, - "bentover": 2, - "ztics": 2, - "norangelimit": 3, - "ylabel": 5, - "rotate": 3, - "by": 3, - "zlabel": 4, - "zrange": 2, - "sinc": 13, - "sqrt": 4, - "u**2": 4, - "+": 6, - "v**2": 4, - "/": 2, - "GPFUN_sinc": 2, - "xx": 2, - "dx": 2, - "x0": 4, - "x1": 4, - "x2": 4, - "x3": 4, - "x4": 4, - "x5": 4, - "x6": 4, - "x7": 4, - "x8": 4, - "x9": 4, - "xmin": 3, - "xmax": 1, - "n": 1, - "zbase": 2, - ".5": 2, - "*n": 1, - "floor": 3, - "u/3": 1, - "*dx": 1, - "%": 2, - "u/3.*dx": 1, - "/0": 1, - "<": 10, - "SHEBANG#!gnuplot": 1, - "reset": 1, - "terminal": 1, - "png": 1, - "output": 1, - "#set": 2, - "xr": 1, - "yr": 1, - "boxwidth": 1, - "absolute": 1, - "fill": 1, - "solid": 1, - "key": 1, - "inside": 1, - "right": 1, - "top": 1, - "Right": 1, - "noenhanced": 1, - "autotitles": 1, - "nobox": 1, - "histogram": 1, - "clustered": 1, - "gap": 1, - "datafile": 1, - "missing": 1, - "data": 1, - "histograms": 1, - "xtics": 3, - "in": 1, - "scale": 1, - "nomirror": 1, - "autojustify": 1, - "i": 1, - "xtic": 1, - "ti": 4, - "col": 4 - }, - "Golo": { - "module": 27, - "samples.Decorators": 1, - "import": 32, - "java.util.LinkedList": 5, - "function": 87, - "simple_decorator": 1, - "|": 228, - "func": 12, - "{": 151, - "return": 28, - "a": 22, - "b": 14, - "-": 58, - "(": 642, - "+": 114, - ")": 644, - "}": 150, - "@simple_decorator": 1, - "simple_adder": 2, - "x": 19, - "y": 16, - "decorator_with_params": 1, - "param1": 2, - "param2": 2, - "@decorator_with_params": 1, - "parametrized_adder": 2, - "generic_decorator": 1, - "args...": 3, - "println": 170, - "args": 44, - "length": 8, - "invokeWithArguments": 6, - "@generic_decorator": 4, - "generic_adder0": 2, - "generic_adder1": 2, - "generic_adder2": 2, - "generic_adder3": 2, - "z": 2, - "list_sum_decorator": 1, - "this": 29, - "augment": 4, - "java.util.List": 2, - "@list_sum_decorator": 1, - "sum": 2, - "var": 5, - "acc": 6, - "foreach": 11, - "elem": 2, - "in": 11, - "main": 27, - "let": 91, - "list": 27, - "LinkedList": 4, - "add": 22, - "#": 18, - "samples.SwingActionListener": 1, - "java.awt.event": 1, - "javax.swing": 2, - "javax.swing.WindowConstants": 2, - "local": 27, - "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, - "_F": 3, - "addActionListener": 3, - "event": 3, - "to": 3, - "getContentPane": 2, - "pack": 2, - "setVisible": 2, - "true": 4, - "CoinChange": 1, - "change": 9, - "money": 5, - "coins": 13, - "match": 2, - "when": 5, - "then": 5, - "<": 3, - "or": 1, - "isEmpty": 1, - "otherwise": 2, - "head": 1, - "tail": 1, - "append": 7, - "samples.Adapters": 1, - "list_sample": 2, - "fabric": 7, - "carbonCopy": 5, - "[": 33, - "]": 33, - "conf": 4, - "map": 10, - "super": 2, - "name": 9, - "if": 7, - "get": 16, - "else": 5, - "maker": 2, - "newInstance": 2, - "getClass": 3, - "runnable_sample": 2, - "result": 13, - "array": 2, - "for": 2, - "i": 20, - "set": 13, - "runner": 4, - "run": 7, - "toString": 5, - "oftype": 2, - "java.io.Serializable.class": 1, - "java.lang.Runnable.class": 1, - "AdapterFabric": 1, - "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, - "f": 9, - "asFunction": 1, - "test_def": 2, - "def": 1, - "test_run": 2, - "test_run_map": 2, - "values": 3, - "java.util.TreeMap": 1, - "EvaluationEnvironment": 1, - "samples.MaxInt": 1, - "max_int": 2, - "java.lang.Integer.MAX_VALUE": 1, - "EchoArgs": 1, - "arg": 2, - "range": 4, - "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, - "element": 8, - "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, - "start": 10, - "samples.AsyncHelpers": 1, - "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, - "enqueue": 2, - "Thread": 5, - "sleep": 1, - "1000_L": 1, - "666": 1, - "onSet": 5, - "v": 22, - "onFail": 2, - "e": 42, - "cancel": 1, - "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, - "hello.World": 1, - "MoreCoolContainers": 1, - "dyn": 7, - "DynamicVariable": 1, - "value": 8, - "t1": 3, - "withValue": 2, - "t2": 3, - "foo": 17, - "Observable": 1, - "onChange": 2, - "mapped": 2, - "samples.DynamicObjectPerson": 1, - "mrbean": 5, - "DynamicObject": 1, - "email": 3, - "define": 5, - "bean": 4, - "Closures": 1, - "sayHello": 3, - "who": 2, - "adder": 5, - "addToTen": 3, - "bindTo": 5, - "adding": 3, - "addingTen": 2, - "pump_it": 2, - "samples.Augmentations": 1, - "with": 4, - "java.util.Collection": 1, - "doToEach": 2, - "samples.ContextDecorator": 1, - "gololang.Decorators": 3, - "myContext": 3, - "defaultContext": 1, - "count": 4, - "require": 1, - "throw": 1, - "@withContext": 1, - "withContext": 1, - "*a": 2, - "try": 19, - "catch": 19, - "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, - "null": 2, - "samples.MemoizeDecorator": 1, - "java.lang.System": 2, - "memo": 2, - "memoizer": 1, - "@memo": 1, - "System.currentTimeMillis": 4, - "duration": 5, - "run2": 2, - "sample.EnumsThreadState": 1, - "java.lang.Thread": 2, - "State": 1, - "new": 3, - "State.NEW": 1, - "ordinal": 2, - "State.values": 1, - "Matching": 1, - "what_it_could_be": 2, - "item": 10, - "contains": 1, - "startsWith": 3, - "samples.SwingHelloWorld": 1, - "label": 4, - "JLabel": 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, - "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.Fibonacci": 1, - "System": 2, - "currentTimeMillis": 2, - "40": 1, - "took": 1, - "ms": 1, - "while": 2, - "DealingWithNull": 1, - "java.util": 1, - "contacts": 3, - "larry": 2, - "orIfNull": 3, - "street": 1, - "number": 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, - "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, - "gst": 1, - "<": 2, - "%": 2, - "@": 1, - "params": 1, - "(": 122, - "users": 2, - "Collection": 1, - "": 1, - ")": 123, - "<%>": 2, - "for": 2, - "user": 1, - "{": 72, - "user.LastName": 1, - "}": 72, - "user.FirstName": 1, - "user.Department": 1, - "function": 16, - "hello": 1, - "print": 3, - "package": 3, - "example": 2, - "uses": 8, - "java.util.*": 1, - "java.io.File": 1, - "class": 2, - "Person": 7, - "extends": 1, - "Contact": 1, - "implements": 1, - "IEmailable": 2, - "var": 17, - "_name": 4, - "String": 14, - "_age": 3, - "Integer": 3, - "as": 7, - "Age": 1, - "_relationship": 2, - "Relationship": 3, - "readonly": 1, - "RelationshipOfPerson": 1, - "delegate": 1, - "_emailHelper": 2, - "represents": 1, - "enum": 2, - "FRIEND": 1, - "FAMILY": 1, - "BUSINESS_CONTACT": 1, - "static": 26, - "ALL_PEOPLE": 2, - "new": 8, - "HashMap": 1, - "": 1, - "construct": 2, - "name": 12, - "age": 4, - "relationship": 2, - "EmailHelper": 1, - "this": 1, - "property": 13, - "get": 11, - "Name": 3, - "return": 17, - "set": 2, - "override": 1, - "getEmailName": 1, - "incrementAge": 1, - "+": 2, - "@Deprecated": 1, - "printPersonInfo": 1, - "addPerson": 4, - "p": 5, - "if": 19, - "ALL_PEOPLE.containsKey": 2, - ".Name": 1, - "throw": 5, - "IllegalArgumentException": 1, - "[": 4, - "p.Name": 2, - "]": 4, - "addAllPeople": 1, - "contacts": 2, - "List": 1, - "": 1, - "contact": 3, - "typeis": 2, - "and": 1, - "not": 1, - "contact.Name": 1, - "getAllPeopleOlderThanNOrderedByName": 1, - "int": 2, - "allPeople": 1, - "ALL_PEOPLE.Values": 3, - "allPeople.where": 1, - "-": 3, - "p.Age": 1, - ".orderBy": 1, - "loadPersonFromDB": 1, - "id": 1, - "using": 2, - "conn": 1, - "DBConnectionManager.getConnection": 1, - "stmt": 1, - "conn.prepareStatement": 1, - "stmt.setInt": 1, - "result": 1, - "stmt.executeQuery": 1, - "result.next": 1, - "result.getString": 2, - "result.getInt": 1, - "Relationship.valueOf": 2, - "loadFromFile": 1, - "file": 3, - "File": 3, - "file.eachLine": 1, - "line": 1, - "line.HasContent": 1, - "line.toPerson": 1, - "saveToFile": 1, - "writer": 2, - "FileWriter": 1, - "PersonCSVTemplate.renderToString": 1, - "PersonCSVTemplate.render": 1, - "ronin": 1, - "gw.util.concurrent.LockingLazyVar": 1, - "gw.lang.reflect.*": 1, - "java.lang.*": 1, - "java.io.*": 1, - "ronin.config.*": 1, - "org.slf4j.*": 1, - "Ronin": 1, - "_CONFIG": 13, - "IRoninConfig": 2, - "Config": 1, - "_CURRENT_REQUEST": 1, - "ThreadLocal": 1, - "": 1, - ";": 1, - "private": 1, - "internal": 2, - "init": 1, - "servlet": 3, - "RoninServlet": 3, - "m": 3, - "ApplicationMode": 2, - "src": 2, - "null": 15, - "cfg": 2, - "TypeSystem.getByFullNameIfValid": 2, - "defaultWarning": 3, - "false": 1, - "ctor": 2, - "cfg.TypeInfo.getConstructor": 1, - "ronin.config.ApplicationMode": 1, - "ronin.RoninServlet": 1, - "ctor.Constructor.newInstance": 1, - "else": 9, - "DefaultRoninConfig": 1, - "true": 2, - "roninLogger": 2, - "roninLogger.TypeInfo.getMethod": 1, - "ronin.config.LogLevel": 1, - ".CallHandler.handleCall": 1, - "LogLevel": 5, - "log": 2, - "level": 7, - "WARN": 2, - "Quartz.maybeStart": 1, - "ReloadManager.setSourceRoot": 1, - "CurrentRequest": 3, - "req": 2, - "RoninRequest": 2, - "_CURRENT_REQUEST.set": 1, - "//": 2, - "CurrentTrace": 1, - "Trace": 1, - ".Trace": 1, - "_CURRENT_REQUEST.get": 1, - "Mode": 1, - ".Mode": 1, - "TESTING": 1, - ".LogLevel": 1, - "DEBUG": 2, - "TraceEnabled": 1, - "boolean": 1, - "_CONFIG.TraceEnabled": 1, - "DefaultAction": 1, - ".DefaultAction": 1, - "DefaultController": 1, - "Type": 1, - ".DefaultController": 1, - ".RoninServlet": 1, - "ErrorHandler": 1, - "IErrorHandler": 1, - ".ErrorHandler": 1, - "LogHandler": 1, - "ILogHandler": 1, - ".LogHandler": 2, - "msg": 4, - "Object": 1, - "component": 7, - "exception": 7, - "java.lang.Throwable": 1, - "INFO": 2, - "msgStr": 9, - "block": 3, - "_CONFIG.LogHandler.log": 1, - "switch": 1, - "case": 6, - "TRACE": 1, - "LoggerFactory.getLogger": 5, - "Logger.ROOT_LOGGER_NAME": 5, - ".trace": 1, - "break": 5, - ".debug": 1, - ".info": 1, - ".warn": 1, - "ERROR": 1, - "FATAL": 1, - ".error": 1, - "CacheStore": 3, - "REQUEST": 3, - "SESSION": 3, - "APPLICATION": 3, - "cache": 1, - "": 2, - "value": 4, - "T": 2, - "store": 10, - "or": 2, - "_CONFIG.RequestCache.getValue": 1, - "_CONFIG.SessionCache.getValue": 1, - "_CONFIG.ApplicationCache.getValue": 1, - "invalidate": 1, - "_CONFIG.RequestCache.invalidate": 1, - "_CONFIG.SessionCache.invalidate": 1, - "_CONFIG.ApplicationCache.invalidate": 1, - "loadChanges": 1, - "ReloadManager.detectAndReloadChangedResources": 1, - "enhancement": 1, - "toPerson": 1, - "vals": 4, - "this.split": 1 - }, - "Grace": { - "import": 7, - "as": 7, - "gtk": 1, - "io": 1, - "collections": 1, - "button_factory": 1, - "dialog_factory": 1, - "highlighter": 1, - "aComp": 1, - "//TODO": 1, - "def": 56, - "window": 2, - "gtk.window": 3, - "(": 215, - "gtk.GTK_WINDOW_TOPLEVEL": 3, - ")": 215, - "window.title": 1, - "window.set_default_size": 1, - "var": 33, - "popped": 3, - "mBox": 2, - "gtk.box": 6, - "gtk.GTK_ORIENTATION_VERTICAL": 4, - "buttonBox": 2, - "gtk.GTK_ORIENTATION_HORIZONTAL": 5, - "consoleButtons": 2, - "consoleBox": 2, - "editorBox": 2, - "splitPane": 4, - "gtk.paned": 1, - "menuBox": 2, - "runButton": 2, - "button_factory.make": 10, - "clearButton": 2, - "outButton": 2, - "errorButton": 2, - "popButton": 2, - "newButton": 2, - "openButton": 2, - "saveButton": 2, - "saveAsButton": 2, - "closeButton": 2, - "tEdit": 3, - "gtk.text_view": 5, - "tEdit.set_size_request": 1, - "scrolled_main": 4, - "gtk.scrolled_window": 5, - "scrolled_main.set_size_request": 1, - "scrolled_main.add": 1, - "notebook": 8, - "gtk.notebook": 1, - "notebook.scrollable": 1, - "true": 8, - "editor_map": 8, - "collections.map.new": 4, - "editor_map.put": 1, - "scrolled_map": 6, - "scrolled_map.put": 1, - "lighter": 3, - "highlighter.Syntax_Highlighter.new": 1, - "tEdit.buffer.on": 1, - "do": 14, - "{": 61, - "lighter.highlightLine": 1, - "}": 61, - "completer": 1, - "aComp.Auto_Completer.new": 1, - "method": 10, - "deleteCompileFiles": 3, - "page_num": 7, - "Number": 4, - "cur_scrolled": 9, - "scrolled_map.get": 8, - "filename": 6, - "notebook.get_tab_label_text": 3, - "filename.substringFrom": 1, - "to": 1, - "filename.size": 1, - "-": 16, - "//Removes": 1, - ".grace": 1, - "extension": 1, - "io.system": 13, - "+": 29, - "currentConsole": 17, - "//": 3, - "Which": 1, - "console": 1, - "is": 1, - "being": 1, - "shown": 1, - "out": 9, - "false": 9, - "outText": 4, - "errorText": 4, - "runButton.on": 1, - "clearConsoles": 4, - "cur_page_num": 15, - "notebook.current_page": 6, - "cur_page": 5, - "editor_map.get": 7, - "cur_page_label": 6, - "sIter": 9, - "gtk.text_iter": 6, - "eIter": 9, - "cur_page.buffer.get_iter_at_offset": 4, - "text": 4, - "cur_page.buffer.get_text": 2, - "file": 2, - "io.open": 4, - "file.write": 2, - "file.close": 2, - "outputFile": 1, - "errorFile": 1, - "outputFile.read": 1, - "errorFile.read": 1, - "switched": 4, - "if": 23, - "outText.size": 2, - "&&": 4, - "then": 24, - "switch_to_output": 3, - "errorText.size": 2, - "switch_to_errors": 3, - "populateConsoles": 4, - "clearButton.on": 1, - "outButton.on": 1, - "errorButton.on": 1, - "popButton.on": 1, - "popIn": 2, - "else": 7, - "popOut": 2, - "newButton.on": 1, - "new_window_class": 1, - "dialog_factory.new.new": 1, - "new_window": 1, - "new_window_class.window": 1, - "new_window.show_all": 1, - "openButton.on": 1, - "open_window_class": 1, - "dialog_factory.open.new": 1, - "open_window": 1, - "open_window_class.window": 1, - "open_window.show_all": 1, - "saveButton.on": 1, - "saveAs_window_class": 2, - "dialog_factory.save.new": 2, - "saveAs_window": 2, - "saveAs_window_class.window": 2, - "saveAs_window.show_all": 2, - "saveAsButton.on": 1, - "closeButton.on": 1, - "num_pages": 3, - "notebook.n_pages": 2, - "e_map": 2, - "s_map": 2, - "x": 21, - "while": 3, - "<": 5, - "eValue": 4, - "sValue": 4, - "e_map.put": 2, - "s_map.put": 2, - "notebook.remove_page": 1, - "notebook.show_all": 1, - "outConsole": 4, - "outScroll": 5, - "errorConsole": 4, - "errorScroll": 4, - "errorTag": 3, - "errorConsole.buffer.create_tag": 2, - "createOut": 3, - "outScroll.add": 1, - "outConsole.set_size_request": 5, - "outScroll.set_size_request": 5, - "outConsole.editable": 1, - "outConsole.buffer.set_text": 3, - "createError": 3, - "errorScroll.add": 1, - "errorConsole.set_size_request": 5, - "errorScroll.set_size_request": 5, - "errorConsole.editable": 1, - "errorConsole.buffer.set_text": 3, - "consoleBox.remove": 2, - "This": 2, - "destroys": 2, - "the": 2, - "consoleBox.add": 5, - "popped.show_all": 3, - "window.show_all": 3, - "errorConsole.buffer.get_iter_at_offset": 2, - "errorConsole.buffer.apply_tag": 1, - "popInBlock": 2, - "consoleBox.reparent": 3, - "popButton.label": 3, - "cur_page.set_size_request": 3, - "cur_scrolled.set_size_request": 3, - "popped.visible": 3, - "popped.connect": 1, - "hSeparator1": 2, - "gtk.separator": 2, - "hSeparator2": 2, - "menuBox.add": 4, - "buttonBox.add": 2, - "consoleButtons.add": 4, - "editorBox.add": 2, - "notebook.add": 1, - "notebook.set_tab_label_text": 1, - "splitPane.add1": 1, - "splitPane.add2": 1, - "mBox.add": 3, - "window.add": 1, - "exit": 2, - "print": 2, - "gtk.main_quit": 1, - "window.connect": 1, - "gtk.main": 1, - "ack": 4, - "m": 5, - "n": 4, - "elseif": 1 - }, - "Gradle": { - "apply": 4, - "plugin": 2, - "GreetingPlugin": 4, - "greeting.message": 1, - "class": 4, - "implements": 2, - "Plugin": 2, - "": 2, - "{": 9, - "void": 2, - "(": 6, - "Project": 2, - "project": 2, - ")": 6, - "project.extensions.create": 2, - "GreetingPluginExtension": 4, - "project.task": 2, - "<<": 2, - "println": 2, - "project.greeting.message": 1, - "}": 9, - "def": 1, - "String": 3, - "message": 3, - "greeting": 1, - "greeter": 2 - }, - "Grammatical Framework": { - "-": 594, - "(": 256, - "c": 73, - ")": 256, - "Rami": 1, - "Shashati": 1, - "under": 33, - "LGPL": 33, - "concrete": 33, - "FoodsPor": 1, - "of": 89, - "Foods": 34, - "open": 23, - "Prelude": 11, - "in": 32, - "{": 579, - "flags": 32, - "coding": 29, - "utf8": 29, - ";": 1399, - "lincat": 28, - "Comment": 31, - "s": 365, - "Str": 394, - "}": 580, - "Quality": 34, - "Gender": 94, - "Number": 207, - "Kind": 33, - "g": 132, - "Item": 31, - "n": 206, - "lin": 28, - "Pred": 30, - "item": 36, - "quality": 90, - "item.s": 24, - "+": 480, - "copula": 33, - "item.n": 29, - "quality.s": 50, - "item.g": 12, - "This": 29, - "det": 86, - "Sg": 184, - "table": 148, - "Masc": 67, - "Fem": 65, - "That": 29, - "These": 28, - "Pl": 182, - "Those": 28, - "Mod": 29, - "kind": 115, - "kind.s": 46, - "kind.g": 38, - "Wine": 29, - "regNoun": 38, - "Cheese": 29, - "Fish": 29, - "Pizza": 28, - "Very": 29, - "a": 57, - "a.s": 8, - "Fresh": 29, - "mkAdjReg": 7, - "Warm": 29, - "Italian": 29, - "Expensive": 29, - "Delicious": 29, - "Boring": 29, - "param": 22, - "|": 122, - "oper": 29, - "QualityT": 5, - "Type": 9, - "mkAdj": 27, - "_": 68, - "bonito": 2, - "bonita": 2, - "bonitos": 2, - "bonitas": 2, - "regular": 2, - "pattern": 1, - "adjSozinho": 2, - "sozinho": 3, - "let": 8, - "sozinh": 4, - "Predef.tk": 2, - "for": 6, - "gender": 2, - "independent": 1, - "adjectives": 2, - "adjUtil": 2, - "util": 3, - "uteis": 3, - "smart": 1, - "paradigm": 1, - "adjcetives": 1, - "case": 44, - "last": 3, - "ItemT": 2, - "KindT": 4, - "num": 6, - "noun": 51, - "noun.g": 3, - "noun.s": 7, - "animal": 2, - "animais": 2, - "gen": 4, - "carro": 3, - "#": 14, - "path": 14, - ".": 13, - "present": 7, - "Aarne": 13, - "Ranta": 13, - "FoodsIta": 1, - "FoodsI": 6, - "with": 5, - "Syntax": 7, - "SyntaxIta": 2, - "LexFoods": 12, - "LexFoodsIta": 2, - "FoodsFin": 1, - "SyntaxFin": 2, - "LexFoodsFin": 2, - "Jordi": 2, - "Saludes": 2, - "FoodsCat": 1, - "SyntaxCat": 2, - "LexFoodsCat": 2, - "FoodsHin": 2, - "regN": 15, - "regAdj": 61, - "mkN": 46, - "p": 11, - "lark": 8, - "ms": 4, - "mp": 4, - "f": 16, - "acch": 6, - "../lib/src/prelude": 1, - "Zofia": 1, - "Stankiewicz": 1, - "FoodsJpn": 1, - "Style": 3, - "AdjUse": 4, - "t": 28, - "AdjType": 4, - "quality.t": 3, - "IAdj": 4, - "Plain": 3, - "APred": 8, - "Polite": 4, - "NaAdj": 4, - "Attr": 9, - "adj": 38, - "na": 1, - "have": 2, - "different": 1, - "forms": 2, - "as": 2, - "attributes": 1, - "and": 4, - "predicates": 2, - "phrase": 1, - "types": 1, - "can": 1, - "form": 4, - "without": 1, - "the": 7, - "cannot": 1, - "d": 6, - "cn": 11, - "cn.s": 8, - "sakana": 6, - "chosenna": 2, - "chosen": 2, - "akai": 2, - "FoodsEng": 1, - "language": 2, - "en_US": 1, - "man": 10, - "men": 10, - "car": 6, - "cold": 4, - "Dinesh": 1, - "Simkhada": 1, - "FoodsNep": 1, - "adjPl": 2, - "bor": 2, - "prelude": 2, - "Inese": 1, - "Bernsone": 1, - "FoodsLav": 1, - "SS": 6, - "Q": 5, - "Defin": 9, - "ss": 13, - "Q1": 5, - "Ind": 14, - "Def": 21, - "qual": 8, - "q": 10, - "spec": 2, - "qual.s": 8, - "Q2": 3, - "adjective": 22, - "specAdj": 2, - "m": 9, - "cn.g": 10, - "skaists": 5, - "skaista": 2, - "skaisti": 2, - "skaistas": 2, - "skaistais": 2, - "skaistaa": 2, - "skaistie": 2, - "skaistaas": 2, - "skaist": 8, - "init": 4, - "Adjective": 9, - "abstract": 1, - "startcat": 1, - "cat": 1, - "fun": 1, - "FoodsGer": 1, - "SyntaxGer": 2, - "LexFoodsGer": 2, - "John": 1, - "J.": 1, - "Camilleri": 1, - "FoodsMlt": 1, - "uniAdj": 2, - "Create": 6, - "an": 2, - "full": 1, - "function": 1, - "Params": 4, - "Sing": 4, - "Plural": 2, - "iswed": 2, - "sewda": 2, - "suwed": 3, - "Param": 2, - "frisk": 4, - "eg": 1, - "tal": 1, - "buzz": 1, - "uni": 4, - "Singular": 1, - "inherent": 1, - "ktieb": 2, - "kotba": 2, - "Copula": 1, - "is": 6, - "linking": 1, - "verb": 1, - "article": 3, - "taking": 1, - "into": 1, - "account": 1, - "first": 1, - "letter": 1, - "next": 1, - "word": 3, - "pre": 1, - "cons@": 1, - "cons": 1, - "determinant": 1, - "Sg/Pl": 1, - "string": 1, - "default": 1, - "to": 6, - "masc": 3, - "number": 2, - "instance": 5, - "LexFoodsSwe": 2, - "SyntaxSwe": 2, - "ParadigmsSwe": 1, - "wine_N": 7, - "pizza_N": 7, - "cheese_N": 7, - "fish_N": 8, - "fresh_A": 7, - "mkA": 47, - "warm_A": 8, - "italian_A": 7, - "expensive_A": 7, - "delicious_A": 7, - "boring_A": 7, - "Martha": 1, - "Dis": 1, - "Brandt": 1, - "FoodsIce": 1, - "Neutr": 21, - "more": 1, - "commonly": 1, - "used": 2, - "Iceland": 1, - "but": 1, - "Icelandic": 1, - "it": 2, - "defOrInd": 2, - "order": 1, - "given": 1, - "mSg": 1, - "fSg": 1, - "nSg": 1, - "mPl": 1, - "fPl": 1, - "nPl": 1, - "mSgDef": 1, - "f/nSgDef": 1, - "_PlDef": 1, - "fem": 2, - "neutr": 2, - "x1": 3, - "x9": 1, - "ferskur": 5, - "fersk": 11, - "ferskt": 2, - "ferskir": 2, - "ferskar": 2, - "fersk_pl": 2, - "ferski": 2, - "ferska": 2, - "fersku": 2, - "": 1, - "<": 10, - "alltenses": 3, - "Dana": 1, - "Dannells": 1, - "Licensed": 1, - "FoodsHeb": 2, - "Species": 8, - "mod": 7, - "Modified": 5, - "sp": 11, - "Indef": 6, - "T": 2, - "regAdj2": 3, - "F": 2, - "Noun": 9, - "Adj": 4, - "cn.mod": 2, - "gvina": 6, - "hagvina": 3, - "gvinot": 6, - "hagvinot": 3, - "defH": 7, - "replaceLastLetter": 7, - "tov": 6, - "tova": 3, - "tovim": 3, - "tovot": 3, - "c@": 3, - "italki": 3, - "italk": 4, - "Laurette": 2, - "Pretorius": 2, - "Sr": 2, - "&": 2, - "Jr": 2, - "Ansu": 2, - "Berg": 2, - "FoodsAfr": 1, - "Predef": 3, - "AdjAP": 10, - "Predic": 3, - "declNoun_e": 2, - "declNoun_aa": 2, - "declNoun_ss": 2, - "declNoun_s": 2, - "veryAdj": 2, - "smartAdj_e": 4, - "operations": 2, - "wyn": 1, - "kaas": 1, - "vis": 1, - "pizza": 1, - "x": 74, - "v": 6, - "tk": 1, - "y": 3, - "declAdj_e": 2, - "declAdj_g": 2, - "w": 15, - "declAdj_oog": 2, - "i": 2, - "x.s": 8, - "Katerina": 2, - "Bohmova": 2, - "FoodsCze": 1, - "ResCze": 2, - "NounPhrase": 3, - "regnfAdj": 2, - "ParadigmsGer": 1, - "feminine": 2, - "masculine": 4, - "ParadigmsCat": 1, - "M": 1, - "MorphoCat": 1, - "M.Masc": 2, - "FoodsPes": 1, - "optimize": 1, - "noexpand": 1, - "Add": 8, - "prep": 11, - "Indep": 4, - "kind.prep": 1, - "quality.prep": 1, - "at": 3, - "a.prep": 1, - "must": 1, - "be": 1, - "written": 1, - "x4": 2, - "pytzA": 3, - "pytzAy": 1, - "pytzAhA": 3, - "pr": 4, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "mrd": 8, - "tAzh": 8, - "tAzhy": 2, - "FoodsAmh": 1, - "Julia": 1, - "Hammar": 1, - "FoodsEpo": 1, - "vino": 3, - "nova": 3, - "Shafqat": 1, - "Virk": 1, - "FoodsUrd": 1, - "coupla": 2, - "FoodsSpa": 1, - "SyntaxSpa": 1, - "StructuralSpa": 1, - "ParadigmsSpa": 1, - "Utt": 4, - "NP": 4, - "CN": 4, - "AP": 4, - "mkUtt": 4, - "mkCl": 4, - "mkNP": 16, - "this_QuantSg": 2, - "that_QuantSg": 2, - "these_QuantPl": 2, - "those_QuantPl": 2, - "mkCN": 20, - "mkAP": 28, - "very_AdA": 4, - "/GF/lib/src/prelude": 1, - "Nyamsuren": 1, - "Erdenebadrakh": 1, - "FoodsMon": 1, - "prefixSS": 1, - "incomplete": 1, - "this_Det": 2, - "that_Det": 2, - "these_Det": 2, - "those_Det": 2, - "FoodsTur": 1, - "Case": 10, - "softness": 4, - "Softness": 5, - "h": 4, - "Harmony": 5, - "Reason": 1, - "excluding": 1, - "plural": 3, - "In": 1, - "Turkish": 1, - "if": 1, - "subject": 1, - "not": 2, - "human": 2, - "being": 1, - "then": 1, - "singular": 1, - "regardless": 1, - "subject.": 1, - "Since": 1, - "all": 1, - "possible": 1, - "subjects": 1, - "are": 1, - "non": 1, - "do": 1, - "need": 1, - "form.": 1, - "quality.softness": 1, - "quality.h": 1, - "quality.c": 1, - "Nom": 9, - "Gen": 5, - "a.c": 1, - "a.softness": 1, - "a.h": 1, - "I_Har": 4, - "Ih_Har": 4, - "U_Har": 4, - "Uh_Har": 4, - "Ih": 1, - "Uh": 1, - "Soft": 3, - "Hard": 3, - "overload": 1, - "mkn": 1, - "peynir": 2, - "peynirler": 2, - "[": 2, - "]": 2, - "sarap": 2, - "saraplar": 2, - "sarabi": 2, - "saraplari": 2, - "italyan": 4, - "ca": 2, - "getSoftness": 2, - "getHarmony": 2, - "See": 1, - "comment": 1, - "lines": 1, - "excluded": 1, - "copula.": 1, - "base": 4, - "*": 1, - "FoodsChi": 1, - "quality.p": 2, - "kind.c": 11, - "geKind": 5, - "longQuality": 8, - "mkKind": 2, - "Ramona": 1, - "Enache": 1, - "FoodsRon": 1, - "NGender": 6, - "NMasc": 2, - "NFem": 3, - "NNeut": 2, - "mkTab": 5, - "mkNoun": 5, - "getAgrGender": 3, - "acesta": 2, - "aceasta": 2, - "gg": 3, - "det.s": 1, - "peste": 2, - "pesti": 2, - "scump": 2, - "scumpa": 2, - "scumpi": 2, - "scumpe": 2, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "ng": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "Krasimir": 1, - "Angelov": 1, - "FoodsBul": 1, - "Agr": 3, - "ASg": 23, - "APl": 11, - "item.a": 2, - "ParadigmsIta": 1, - "FoodsSwe": 1, - "**": 1, - "sv_SE": 1, - "FoodsTha": 1, - "SyntaxTha": 1, - "LexiconTha": 1, - "ParadigmsTha": 1, - "R": 4, - "ResTha": 1, - "R.thword": 4, - "resource": 1, - "ne": 2, - "muz": 2, - "muzi": 2, - "msg": 3, - "fsg": 3, - "nsg": 3, - "mpl": 3, - "fpl": 3, - "npl": 3, - "mlad": 7, - "vynikajici": 7, - "ParadigmsFin": 1, - "Vikash": 1, - "Rauniyar": 1, - "FoodsTsn": 1, - "NounClass": 28, - "r": 9, - "b": 9, - "Bool": 5, - "p_form": 18, - "TType": 16, - "mkPredDescrCop": 2, - "item.c": 1, - "quality.p_form": 1, - "kind.w": 4, - "mkDemPron1": 3, - "kind.q": 4, - "mkDemPron2": 3, - "mkMod": 2, - "Lexicon": 1, - "mkNounNC14_6": 2, - "mkNounNC9_10": 4, - "smartVery": 2, - "mkVarAdj": 2, - "mkOrdAdj": 4, - "mkPerAdj": 2, - "mkVerbRel": 2, - "NC9_10": 14, - "NC14_6": 14, - "P": 4, - "V": 4, - "ModV": 4, - "y.b": 1, - "True": 3, - "y.w": 2, - "y.r": 2, - "y.c": 14, - "y.q": 4, - "smartQualRelPart": 5, - "x.t": 10, - "smartDescrCop": 5, - "False": 3, - "mkVeryAdj": 2, - "x.p_form": 2, - "mkVeryVerb": 3, - "mkQualRelPart_PName": 2, - "mkQualRelPart": 2, - "mkDescrCop_PName": 2, - "mkDescrCop": 2, - "FoodsOri": 1, - "Femke": 1, - "Johansson": 1, - "FoodsDut": 1, - "AForm": 4, - "AAttr": 3, - "regadj": 6, - "wijn": 3, - "koud": 3, - "duur": 2, - "dure": 2, - "../foods": 1, - "FoodsFre": 1, - "SyntaxFre": 1, - "ParadigmsFre": 1, - "interface": 1, - "N": 4, - "A": 6 - }, - "Graph Modeling Language": { - "graph": 1, - "[": 4, - "directed": 1, - "node": 2, - "id": 2, - "label": 2, - "value": 2, - "]": 4, - "edge": 1, - "source": 1, - "target": 1 - }, - "Graphviz (DOT)": { - "digraph": 2, - "G": 6, - "{": 2, - "edge": 2, - "[": 78, - "label": 75, - "]": 78, - ";": 100, - "graph": 2, - "ranksep": 2, - "T": 4, - "shape": 17, - "record": 17, - "S": 4, - "SPACE": 4, - "A": 4, - "H": 4, - "U": 4, - "L": 4, - "N": 4, - "I": 4, - "O": 4, - "F": 4, - "GF": 3, - "W": 4, - "Y": 4, - "B": 2, - "D": 4, - "BD": 3, - "WYBD": 3, - "GFWYBD": 3, - "-": 82, - "}": 2, - "node": 1, - "K": 2, - "_3": 2, - "_9": 2, - "_39": 3, - "X": 2, - "YX": 3, - "J": 2, - "JW": 3, - "YXJW": 3, - "M": 2, - "E": 2, - "DOT": 2, - "_1": 2, - "DOT1": 3, - "_7": 2, - "R": 2, - "C": 2 - }, - "Groff": { - ".TH": 1, - "FOO": 1, - ".SH": 3, - "NAME": 1, - "foo": 2, - "-": 1, - "bar": 4, - "SYNOPSIS": 1, - ".B": 2, - ".I": 1, - "DESCRIPTION": 1, - "Foo": 2, - ".BR": 1, - "baz": 1, - "quux.": 1, - ".PP": 1, - "baz.": 1 - }, - "Groovy": { - "html": 3, - "{": 9, - "head": 2, - "title": 2, - "}": 9, - "body": 1, - "p": 1, - "component": 1, - "SHEBANG#!groovy": 2, - "println": 3, - "task": 1, - "echoDirListViaAntBuilder": 1, - "(": 7, - ")": 7, - "description": 1, - "//Docs": 1, - "http": 1, - "//ant.apache.org/manual/Types/fileset.html": 1, - "//Echo": 1, - "the": 3, - "Gradle": 1, - "project": 1, - "name": 1, - "via": 1, - "ant": 1, - "echo": 1, - "plugin": 1, - "ant.echo": 3, - "message": 1, - "project.name": 1, - "path": 2, - "//Gather": 1, - "list": 1, - "of": 1, - "files": 1, - "in": 1, - "a": 1, - "subdirectory": 1, - "ant.fileScanner": 1, - "fileset": 1, - "dir": 1, - ".each": 1, - "//Print": 1, - "each": 1, - "file": 1, - "to": 1, - "screen": 1, - "with": 1, - "CWD": 1, - "projectDir": 1, - "removed.": 1, - "it.toString": 1, - "-": 1 - }, - "Groovy Server Pages": { - "": 4, - "": 4, - "": 4, - "http": 3, - "equiv=": 3, - "content=": 4, - "": 4, - "Testing": 3, - "with": 3, - "SiteMesh": 2, - "and": 2, - "{": 1, - "example": 1, - "}": 1, - "": 4, - "": 4, - "": 4, - "": 4, - "": 4, - "Resources": 2, - "": 2, - "module=": 2, - "name=": 1, - "<%@>": 1, - "page": 2, - "contentType=": 1, - "Using": 1, - "directive": 1, - "tag": 1, - "": 2, - "Print": 1 - }, - "HTML": { - "": 3, - "HTML": 2, - "PUBLIC": 3, - "W3C": 3, - "DTD": 5, - "4": 1, - "0": 3, - "Frameset": 1, - "EN": 3, - "http": 4, - "www": 3, - "w3": 3, - "org": 3, - "TR": 3, - "REC": 1, - "html40": 1, - "frameset": 1, - "dtd": 3, - "": 3, - "": 3, - "Common_meta": 1, - "(": 14, - ")": 14, - "": 3, - "Android": 5, - "API": 7, - "Differences": 2, - "Report": 2, - "": 3, - "": 3, - "
": 11, - "class=": 22, - "Header": 1, - "

": 1, - "

": 1, - "

": 3, - "This": 2, - "document": 1, - "details": 1, - "the": 11, - "changes": 2, - "in": 4, - "framework": 2, - "API.": 3, - "It": 2, - "shows": 1, - "additions": 1, - "modifications": 1, - "and": 5, - "removals": 2, - "for": 2, - "packages": 1, - "classes": 1, - "methods": 1, - "fields.": 1, - "Each": 1, - "reference": 1, - "to": 3, - "an": 3, - "change": 2, - "includes": 1, - "a": 6, - "brief": 1, - "description": 1, - "of": 5, - "explanation": 1, - "suggested": 1, - "workaround": 1, - "where": 1, - "available.": 1, - "

": 3, - "The": 2, - "differences": 2, - "described": 1, - "this": 2, - "report": 1, - "are": 3, - "based": 1, - "comparison": 1, - "APIs": 1, - "whose": 1, - "versions": 1, - "specified": 1, - "upper": 1, - "-": 1, - "right": 1, - "corner": 1, - "page.": 2, - "compares": 1, - "newer": 1, - "older": 2, - "version": 1, - "noting": 1, - "any": 1, - "relative": 1, - "So": 1, - "example": 2, - "indicated": 1, - "no": 1, - "longer": 1, - "present": 1, - "For": 1, - "more": 1, - "information": 1, - "about": 1, - "SDK": 1, - "see": 1, - "": 8, - "href=": 9, - "target=": 3, - "product": 1, - "site": 1, - "": 8, - ".": 1, - "if": 4, - "no_delta": 1, - "

": 1, - "Congratulation": 1, - "

": 1, - "No": 1, - "were": 1, - "detected": 1, - "between": 1, - "two": 1, - "provided": 1, - "APIs.": 1, - "endif": 4, - "removed_packages": 2, - "Table": 3, - "name": 3, - "rows": 3, - "{": 3, - "it.from": 1, - "ModelElementRow": 1, - "}": 3, - "
": 3, - "added_packages": 2, - "it.to": 2, - "PackageAddedLink": 1, - "SimpleTableRow": 2, - "changed_packages": 2, - "PackageChangedLink": 1, - "
": 12, - "": 3, - "": 3, - "html": 2, - "XHTML": 4, - "1": 2, - "Strict": 1, - "xhtml1": 4, - "strict": 1, - "xmlns=": 2, - "is": 2, - "sample": 1, - "file": 1, - "": 1, - "": 2, - "id=": 3, - "Just": 1, - "simple": 1, - "": 1, - "": 1, - "test": 1, - "Transitional": 1, - "transitional": 1, - "": 1, - "equiv=": 1, - "content=": 1, - "Related": 2, - "Pages": 2, - "": 1, - "rel=": 1, - "Main": 1, - "Page": 1, - "&": 3, - "middot": 3, - ";": 3, - "Class": 2, - "Overview": 2, - "Hierarchy": 1, - "All": 1, - "Classes": 1, - "Here": 1, - "list": 1, - "all": 1, - "related": 1, - "documentation": 1, - "pages": 1, - "": 1, - "": 2, - "": 4, - "": 2, - "16": 1, - "Layout": 1, - "System": 1, - "
": 4, - "": 2, - "src=": 2, - "alt=": 2, - "width=": 1, - "height=": 2, - "
": 1, - "Generated": 1, - "with": 1, - "Doxygen": 1 - }, - "HTML+ERB": { - "<%>": 12, - "provide": 1, - "title": 1, - "header": 2, - "present": 1, - "users": 3, - "do": 2, - "user_presenter": 1, - "
": 23, - "class=": 24, - "

": 1, - "<%=>": 12, - "

": 1, - "
": 23, - "will_paginate": 2, - "Name": 1, - "Email": 1, - "Chords": 1, - "Keys": 1, - "Tunings": 1, - "Credits": 1, - "Prem": 1, - "Since": 1, - "if": 3, - "No": 1, - "Users": 1, - "else": 1, - "render": 1, - "end": 5, - "Spree": 4, - "Config": 4, - "enable_fishbowl": 1, - "id=": 1, - "
": 1, - "": 1, - "align=": 1, - "t": 4, - "fishbowl_settings": 1, - "": 1, - "fishbowl_options": 1, - "each": 1, - "key": 5, - "label_tag": 2, - "to_s": 2, - "gsub": 1, - "fishbowl_": 1, - "to_sym": 1, - "tag": 2, - "br": 2, - "text_field_tag": 1, - "preferences": 4, - "size": 1, - "class": 2, - "}": 3, - ")": 4, - "%": 2, - "hidden_field_tag": 1, - "fishbowl_always_fetch_current_inventory": 3, - "0": 1, - "check_box_tag": 1, - "1": 1, - "always_fetch_current_inventory": 1, - "location_groups": 2, - "empty": 1, - "fishbowl_location_group": 3, - "location_group": 1, - "select": 1, - "selected": 1, - "[": 2, - "]": 2, - "{": 1, - "
": 1, - "": 1 - }, - "Hack": { - "<": 25, - "hh": 23, - "//": 18, - "strict": 23, - "require_once": 24, - "_SERVER": 19, - "[": 28, - "]": 28, - ".": 28, - ";": 203, - "abstract": 13, - "class": 27, - "Controller": 3, - "{": 176, - "protected": 44, - "function": 106, - "__construct": 5, - "(": 290, - ")": 295, - "startup": 2, - "}": 182, - "getCSS": 3, - "Set": 10, - "": 12, - "getJS": 3, - "getTitle": 4, - "string": 65, - "render": 5, - "xhp": 19, - "final": 21, - "getHead": 2, - "css": 3, - "this": 32, - "-": 59, - "toVector": 2, - "map": 5, - "": 1, - "rel=": 1, - "type=": 5, - "href=": 16, - "js": 3, - "": 3, - "block": 3, - "#head": 1, - "/block": 3, - "": 1, - "": 1, - "class=": 12, - "document.documentElement.className": 1, - "+": 3, - "#navbar": 1, - "include": 3, - "_navbar.latte": 1, - "
": 6, - "inner": 1, - "foreach=": 3, - "_flash.latte": 1, - "
": 7, - "#content": 1, - "
": 1, - "
": 1, - "src=": 1, - "#scripts": 1, - "": 1, - "": 1, - "var": 3, - "define": 1, - "author": 7, - "": 2, - "Author": 2, - "authorId": 2, - "-": 71, - "id": 3, - "black": 2, - "avatar": 2, - "img": 2, - "rounded": 2, - "class": 2, - "tooltip": 4, - "Total": 1, - "time": 4, - "shortName": 1, - "translated": 4, - "on": 5, - "all": 1, - "videos.": 1, - "amaraCallbackLink": 1, - "row": 2, - "col": 3, - "md": 2, - "outOf": 5, - "done": 7, - "threshold": 4, - "alert": 2, - "warning": 2, - "<=>": 2, - "Seems": 1, - "complete": 1, - "|": 6, - "out": 1, - "

": 2, - "elseif": 2, - "<": 1, - "p": 1, - "if": 7, - "Although": 1, - "is": 1, - "there": 1, - "are": 1, - "no": 1, - "English": 1, - "subtitles": 1, - "for": 1, - "comparison.": 1, - "/if": 8, - "/cache": 1, - "editor": 1, - "ksid": 2, - "new": 5, - "video": 2, - "siteId": 1, - "Video": 1, - "khanovaskola.cz": 1, - "revision": 18, - "rev": 4, - "this": 3, - "older": 1, - "#": 2, - "else": 2, - "newer": 1, - "
": 1, - "

": 1, - "diffs": 3, - "noescape": 2, - "

": 1, - "description": 1, - "text": 4, - "as": 2, - "line": 3, - "context": 1, - "splitter": 1, - "template": 1, - "bottom": 1, - "Expand": 1, - "fa": 16, - "sort": 1, - "ellipsis": 1, - "h": 1, - "success": 1, - "amaraEdit": 1, - "amaraId": 2, - "editButton": 1, - "btn": 17, - "default": 6, - "edit": 1, - "khanAcademy": 1, - "kaButton": 1, - "link": 1, - "info": 1, - "group": 4, - "approve": 1, - "thumbs": 3, - "up": 1, - "markIncomplete": 2, - "down": 2, - "redirectToAdd": 1, - "plus": 1, - "square": 1, - "table": 2, - "condensed": 1, - "revisions": 1, - "revId": 1, - "secondary": 2, - "Percent": 1, - "lines": 1, - "&": 1, - "thinsp": 1, - "%": 1, - "": 3, - "": 3, - "": 2, - "incomplete": 3, - "approved": 2, - "": 1, - "user": 1, - "loggedIn": 1, - "&&": 1, - "comments": 2, - "count": 1, - "": 2, - "": 2, - "colspan=": 1, - "": 1, - "comment": 4, - "left": 1, - "createdAt": 1, - "timeAgo": 1, - "noborder": 1, - "input": 3, - "form": 1, - "control": 1, - "Comment": 1, - "only": 1, - "visible": 1, - "other": 1, - "editors": 1, - "save": 1, - "share": 1, - "": 1, - "": 1, - "/form": 1, - "/foreach": 1, - "
": 1 - }, - "Less": { - "@blue": 4, - "#3bbfce": 1, - ";": 7, - "@margin": 3, - "px": 1, - ".content": 1, - "-": 3, - "navigation": 1, - "{": 2, - "border": 2, - "color": 3, - "darken": 1, - "(": 1, - "%": 1, - ")": 1, - "}": 2, - ".border": 1, - "padding": 1, - "/": 2, - "margin": 1 - }, - "Liquid": { - "": 1, - "html": 1, - "PUBLIC": 1, - "W3C": 1, - "DTD": 2, - "XHTML": 1, - "1": 1, - "0": 1, - "Transitional": 1, - "EN": 1, - "http": 2, - "www": 1, - "w3": 1, - "org": 1, - "TR": 1, - "xhtml1": 2, - "transitional": 1, - "dtd": 1, - "": 1, - "xmlns=": 1, - "xml": 1, - "lang=": 2, - "": 1, - "": 1, - "equiv=": 1, - "content=": 1, - "": 1, - "{": 89, - "shop.name": 2, - "}": 89, - "-": 4, - "page_title": 1, - "": 1, - "|": 31, - "global_asset_url": 5, - "stylesheet_tag": 3, - "script_tag": 5, - "shopify_asset_url": 1, - "asset_url": 2, - "content_for_header": 1, - "": 1, - "": 1, - "id=": 28, - "

": 1, - "class=": 14, - "": 9, - "href=": 9, - "Skip": 1, - "to": 1, - "navigation.": 1, - "": 9, - "

": 1, - "%": 46, - "if": 5, - "cart.item_count": 7, - "
": 23, - "style=": 5, - "

": 3, - "There": 1, - "pluralize": 3, - "in": 8, - "title=": 3, - "your": 1, - "cart": 1, - "

": 3, - "

": 1, - "Your": 1, - "subtotal": 1, - "is": 1, - "cart.total_price": 2, - "money": 5, - ".": 3, - "

": 1, - "for": 6, - "item": 1, - "cart.items": 1, - "onMouseover=": 2, - "onMouseout=": 2, - "": 4, - "src=": 5, - "
": 23, - "endfor": 6, - "
": 2, - "endif": 5, - "

": 1, - "

": 1, - "onclick=": 1, - "View": 1, - "Mini": 1, - "Cart": 1, - "(": 1, - ")": 1, - "
": 3, - "content_for_layout": 1, - "
    ": 5, - "link": 2, - "linklists.main": 1, - "menu.links": 1, - "
  • ": 5, - "link.title": 2, - "link_to": 2, - "link.url": 2, - "
  • ": 5, - "
": 5, - "tags": 1, - "tag": 4, - "collection.tags": 1, - "": 1, - "link_to_add_tag": 1, - "": 1, - "highlight_active_tag": 1, - "link_to_tag": 1, - "linklists.footer.links": 1, - "All": 1, - "prices": 1, - "are": 1, - "shop.currency": 1, - "Powered": 1, - "by": 1, - "Shopify": 1, - "": 1, - "": 1, - "

": 1, - "We": 1, - "have": 1, - "wonderful": 1, - "products": 1, - "

": 1, - "image": 1, - "product.images": 1, - "forloop.first": 1, - "rel=": 2, - "alt=": 2, - "else": 1, - "product.title": 1, - "Vendor": 1, - "product.vendor": 1, - "link_to_vendor": 1, - "Type": 1, - "product.type": 1, - "link_to_type": 1, - "": 1, - "product.price_min": 1, - "product.price_varies": 1, - "product.price_max": 1, - "": 1, - "
": 1, - "action=": 1, - "method=": 1, - "": 1, - "": 1, - "type=": 2, - "
": 1, - "product.description": 1, - "": 1 - }, - "Literate Agda": { - "documentclass": 1, - "{": 35, - "article": 1, - "}": 35, - "usepackage": 7, - "amssymb": 1, - "bbm": 1, - "[": 2, - "greek": 1, - "english": 1, - "]": 2, - "babel": 1, - "ucs": 1, - "utf8x": 1, - "inputenc": 1, - "autofe": 1, - "DeclareUnicodeCharacter": 3, - "ensuremath": 3, - "ulcorner": 1, - "urcorner": 1, - "overline": 1, - "equiv": 1, - "fancyvrb": 1, - "DefineVerbatimEnvironment": 1, - "code": 3, - "Verbatim": 1, - "%": 1, - "Add": 1, - "fancy": 1, - "options": 1, - "here": 1, - "if": 1, - "you": 3, - "like.": 1, - "begin": 2, - "document": 2, - "module": 3, - "NatCat": 1, - "where": 2, - "open": 2, - "import": 2, - "Relation.Binary.PropositionalEquality": 1, - "-": 21, - "If": 1, - "can": 1, - "show": 1, - "that": 1, - "a": 1, - "relation": 1, - "only": 1, - "ever": 1, - "has": 1, - "one": 1, - "inhabitant": 5, - "get": 1, - "the": 1, - "category": 1, - "laws": 1, - "for": 1, - "free": 1, - "EasyCategory": 3, - "(": 36, - "obj": 4, - "Set": 2, - ")": 36, - "_": 6, - "x": 34, - "y": 28, - "z": 18, - "id": 9, - "single": 4, - "r": 26, - "s": 29, - "assoc": 2, - "w": 4, - "t": 6, - "Data.Nat": 1, - "same": 5, - ".0": 2, - "n": 14, - "refl": 6, - ".": 5, - "suc": 6, - "m": 6, - "cong": 1, - "trans": 5, - ".n": 1, - "zero": 1, - "Nat": 1, - "end": 2 - }, - "Literate CoffeeScript": { - "The": 2, - "**Scope**": 2, - "class": 2, - "regulates": 1, - "lexical": 1, - "scoping": 1, - "within": 2, - "CoffeeScript.": 1, - "As": 1, - "you": 2, - "generate": 1, - "code": 1, - "create": 1, - "a": 8, - "tree": 1, - "of": 4, - "scopes": 1, - "in": 2, - "the": 12, - "same": 1, - "shape": 1, - "as": 3, - "nested": 1, - "function": 2, - "bodies.": 1, - "Each": 1, - "scope": 2, - "knows": 1, - "about": 1, - "variables": 3, - "declared": 2, - "it": 4, - "and": 5, - "has": 1, - "reference": 3, - "to": 8, - "its": 3, - "parent": 2, - "enclosing": 1, - "scope.": 2, - "In": 1, - "this": 3, - "way": 1, - "we": 4, - "know": 1, - "which": 3, - "are": 3, - "new": 2, - "need": 2, - "be": 2, - "with": 3, - "var": 4, - "shared": 1, - "external": 1, - "scopes.": 1, - "Import": 1, - "helpers": 1, - "plan": 1, - "use.": 1, - "{": 4, - "extend": 1, - "last": 1, - "}": 4, - "require": 1, - "exports.Scope": 1, - "Scope": 1, - "root": 1, - "is": 3, - "top": 2, - "-": 5, - "level": 1, - "object": 1, - "for": 3, - "given": 1, - "file.": 1, - "@root": 1, - "null": 1, - "Initialize": 1, - "lookups": 1, - "up": 1, - "chain": 1, - "well": 1, - "**Block**": 1, - "node": 1, - "belongs": 2, - "where": 1, - "should": 1, - "declare": 1, - "that": 2, - "to.": 1, - "constructor": 1, - "(": 5, - "@parent": 2, - "@expressions": 1, - "@method": 1, - ")": 6, - "@variables": 3, - "[": 4, - "name": 8, - "type": 5, - "]": 4, - "@positions": 4, - "Scope.root": 1, - "unless": 1, - "Adds": 1, - "variable": 1, - "or": 1, - "overrides": 1, - "an": 1, - "existing": 1, - "one.": 1, - "add": 1, - "immediate": 3, - "return": 1, - "@parent.add": 1, - "if": 2, - "@shared": 1, - "not": 1, - "Object": 1, - "hasOwnProperty.call": 1, - ".type": 1, - "else": 2, - "@variables.push": 1, - "When": 1, - "super": 1, - "called": 1, - "find": 1, - "current": 1, - "method": 1, - "param": 1, - "_": 3, - "then": 1, - "tempVars": 1, - "realVars": 1, - ".push": 1, - "v.name": 1, - "realVars.sort": 1, - ".concat": 1, - "tempVars.sort": 1, - "Return": 1, - "list": 1, - "assignments": 1, - "supposed": 1, - "made": 1, - "at": 1, - "assignedVariables": 1, - "v": 1, - "when": 1, - "v.type.assigned": 1 - }, - "LiveScript": { - "a": 8, - "-": 25, - "const": 1, - "b": 3, - "var": 1, - "c": 3, - "d": 3, - "_000_000km": 1, - "*": 1, - "ms": 1, - "e": 2, - "(": 9, - ")": 10, - "dashes": 1, - "identifiers": 1, - "underscores_i": 1, - "/regexp1/": 1, - "and": 3, - "//regexp2//g": 1, - "strings": 1, - "[": 2, - "til": 1, - "]": 2, - "or": 2, - "to": 2, - "|": 3, - "map": 1, - "filter": 1, - "fold": 1, - "+": 1, - "class": 1, - "Class": 1, - "extends": 1, - "Anc": 1, - "est": 1, - "args": 1, - "copy": 1, - "from": 1, - "callback": 4, - "error": 6, - "data": 2, - "<": 1, - "read": 1, - "file": 2, - "return": 2, - "if": 2, - "<~>": 1, - "write": 1 - }, - "Logos": { - "%": 15, - "hook": 2, - "ABC": 2, - "-": 3, - "(": 8, - "id": 2, - ")": 8, - "a": 1, - "B": 1, - "b": 1, - "{": 4, - "log": 1, - ";": 8, - "return": 2, - "orig": 2, - "nil": 2, - "}": 4, - "end": 4, - "subclass": 1, - "DEF": 1, - "NSObject": 1, - "init": 3, - "[": 2, - "c": 1, - "RuntimeAccessibleClass": 1, - "alloc": 1, - "]": 2, - "group": 1, - "OptionalHooks": 2, - "void": 1, - "release": 1, - "self": 1, - "retain": 1, - "ctor": 1, - "if": 1, - "OptionalCondition": 1 - }, - "Logtalk": { - "-": 3, - "object": 2, - "(": 4, - "hello_world": 1, - ")": 4, - ".": 2, - "%": 2, - "the": 2, - "initialization/1": 1, - "directive": 1, - "argument": 1, - "is": 2, - "automatically": 1, - "executed": 1, - "when": 1, - "loaded": 1, - "into": 1, - "memory": 1, - "initialization": 1, - "nl": 2, - "write": 1, - "end_object.": 1 - }, - "LookML": { - "-": 12, - "view": 1, - "comments": 1, - "fields": 1, - "dimension": 4, - "id": 2, - "primary_key": 1, - "true": 3, - "type": 6, - "int": 3, - "sql": 6, - "{": 6, - "TABLE": 6, - "}": 6, - ".id": 1, - "body": 1, - ".body": 1, - "dimension_group": 2, - "created": 1, - "time": 4, - "timeframes": 2, - "[": 2, - "date": 2, - "week": 2, - "month": 2, - "]": 2, - ".created_at": 1, - "headline_id": 1, - "hidden": 2, - ".headline_id": 1, - "updated": 1, - ".updated_at": 1, - "user_id": 1, - ".user_id": 1, - "measure": 1, - "count": 2, - "detail": 2, - "detail*": 1, - "sets": 1, - "headlines.id": 1, - "headlines.name": 1, - "users.id": 1 - }, - "LoomScript": { - "package": 2, - "{": 26, - "import": 4, - "loom.Application": 2, - ";": 78, - "loom2d.display.StageScaleMode": 1, - "loom2d.ui.SimpleLabel": 1, - "public": 15, - "class": 5, - "HelloWorld": 1, - "extends": 4, - "Application": 2, - "override": 2, - "function": 11, - "run": 2, - "(": 56, - ")": 56, - "void": 7, - "stage.scaleMode": 1, - "StageScaleMode.LETTERBOX": 1, - "centeredMessage": 2, - "simpleLabel": 2, - "this.getFullTypeName": 1, - "trace": 13, - "}": 26, - "private": 8, - "get": 2, - "SimpleLabel": 4, - "return": 4, - "stage.addChild": 1, - "new": 2, - "as": 2, - "label": 1, - "msg": 2, - "String": 12, - "label.text": 1, - "label.center": 1, - "label.x": 1, - "stage.stageWidth": 1, - "/": 5, - "label.y": 1, - "stage.stageHeight": 1, - "-": 8, - "label.height": 1, - "interface": 1, - "I": 2, - "C": 2, - "B": 5, - "implements": 1, - "final": 1, - "A": 6, - "delegate": 1, - "ToCompute": 2, - "s": 3, - "o": 1, - "Object": 3, - "Number": 11, - "enum": 1, - "Enumeration": 1, - "foo": 1, - "baz": 1, - "cat": 1, - "struct": 1, - "P": 4, - "var": 32, - "x": 1, - "y": 1, - "static": 2, - "operator": 1, - "a": 13, - "b": 5, - "a.x": 1, - "b.x": 1, - "a.y": 1, - "b.y": 1, - "SyntaxExercise": 1, - "classVar": 1, - "const": 1, - "CONST": 1, - "_a": 4, - "_d": 3, - "set": 1, - "value": 2, - "variousTypes": 1, - "defaultValue": 1, - "nil": 1, - "null": 2, - "b1": 1, - "Boolean": 5, - "true": 2, - "b2": 1, - "false": 1, - "n1": 1, - "n2": 1, - "n3": 1, - "xfed": 1, - "s1": 1, - "s2": 1, - "f1": 3, - "Function": 1, - "life": 1, - "universe": 1, - "...everything": 1, - "v1": 1, - "Vector.": 2, - "": 1, - "[": 2, - "]": 2, - "d1": 1, - "Dictionary.": 2, - "": 2, - "+": 10, - "variousOps": 1, - "%": 2, - "*": 3, - "d": 3, - "&&": 1, - "e": 1, - "|": 1, - "castable1": 1, - "is": 1, - "castable2": 1, - "cast": 1, - ".toString": 1, - "instanced": 1, - "instanceof": 1, - "variousFlow": 1, - "n": 3, - "Math.random": 3, - "if": 3, - "else": 2, - "flip": 1, - "for": 4, - "i": 10, - "<": 2, - "v": 3, - "": 1, - "each": 1, - "in": 3, - "key1": 2, - "key2": 2, - "while": 2, - "continue": 1, - "do": 1, - "switch": 1, - "Math.floor": 1, - "case": 2, - "break": 3, - "default": 1 - }, - "Lua": { - "-": 84, - "A": 1, - "simple": 1, - "counting": 1, - "object": 1, - "that": 1, - "increments": 1, - "an": 2, - "internal": 1, - "counter": 1, - "whenever": 1, - "it": 2, - "receives": 2, - "a": 6, - "bang": 3, - "at": 2, - "its": 4, - "first": 1, - "inlet": 2, - "or": 2, - "changes": 1, - "to": 14, - "whatever": 1, - "number": 3, - "second": 1, - "inlet.": 1, - "local": 16, - "HelloCounter": 4, - "pd.Class": 3, - "new": 3, - "(": 59, - ")": 59, - "register": 3, - "function": 16, - "initialize": 3, - "sel": 3, - "atoms": 3, - "self.inlets": 3, - "self.outlets": 3, - "self.num": 5, - "return": 3, - "true": 4, - "end": 26, - "in_1_bang": 2, - "self": 10, - "outlet": 10, - "{": 18, - "}": 18, - "+": 3, - "in_2_float": 2, - "f": 12, - "SHEBANG#!lua": 1, - "Generic": 1, - "WSAPI": 1, - "FastCGI": 1, - "launcher": 2, - "extracts": 1, - "application": 4, - "launch": 2, - "from": 4, - "SCRIPT_FILENAME/PATH_TRANSLATED": 1, - "each": 2, - "defined": 1, - "by": 1, - "script": 5, - "entry": 1, - "point": 3, - "gets": 1, - "isolated": 2, - "Lua": 4, - "VM": 2, - ";": 1, - "sequential": 1, - "requests": 1, - "the": 14, - "same": 2, - "go": 1, - "pcall": 1, - "require": 3, - "common": 1, - "fastcgi": 1, - "ONE_HOUR": 3, - "*": 2, - "ONE_DAY": 2, - "wsapi_loader": 2, - "common.make_loader": 1, - "isolate": 1, - "in": 8, - "own": 1, - "state": 2, - "filename": 3, - "nil": 1, - "if": 4, - "you": 2, - "want": 2, - "force": 1, - "of": 14, - "single": 2, - "name": 1, - "this": 1, - "reload": 2, - "false": 1, - "on": 2, - "every": 1, - "request": 1, - "period": 1, - "frequency": 1, - "staleness": 1, - "checks": 1, - "ttl": 1, - "time": 1, - "live": 1, - "for": 11, - "states": 1, - "vars": 1, - "order": 1, - "checking": 1, - "path": 1, - "fastcgi.run": 1, - "FileModder": 10, - "Object": 1, - "triggering": 1, - "Incoming": 1, - "data": 2, - "bytes": 3, - "[": 17, - "binfile": 3, - "]": 17, - "Total": 1, - "file": 8, - "route": 1, - "buflength": 1, - "Glitch": 3, - "type": 2, - "Number": 4, - "times": 2, - "glitch": 2, - "Toggle": 1, - "randomized": 1, - "glitches": 3, - "within": 2, - "bounds": 2, - "Active": 1, - "To": 3, - "get": 1, - "next": 1, - "byte": 2, - "clear": 2, - "buffer": 2, - "FLOAT": 1, - "write": 3, - "Currently": 1, - "active": 2, - "s": 5, - "namedata": 1, - "self.filedata": 4, - "pattern": 1, - "random": 3, - "splice": 1, - "self.glitchtype": 5, - "Minimum": 1, - "image": 1, - "self.glitchpoint": 6, - "repeat": 1, - "given": 1, - "self.randrepeat": 5, - "Toggles": 1, - "whether": 1, - "repeating": 1, - "should": 1, - "be": 1, - "self.randtoggle": 3, - "Hold": 1, - "all": 1, - "which": 1, - "are": 1, - "converted": 1, - "ints": 1, - "range": 1, - "self.bytebuffer": 8, - "Buffer": 1, - "length": 1, - "currently": 1, - "self.buflength": 7, - "i": 10, - "do": 8, - "then": 4, - "plen": 2, - "math.random": 8, - "patbuffer": 3, - "table.insert": 4, - "%": 1, - "#patbuffer": 1, - "elseif": 2, - "randlimit": 4, - "else": 1, - "sloc": 3, - "schunksize": 2, - "splicebuffer": 3, - "table.remove": 1, - "insertpoint": 2, - "#self.bytebuffer": 1, - "_": 2, - "v": 4, - "ipairs": 2, - "outname": 3, - "..": 7, - "pd.post": 1, - "in_3_list": 1, - "Shift": 1, - "indexed": 2, - "in_4_list": 1, - "d": 9, - "in_5_float": 1, - "in_6_float": 1, - "in_7_list": 1, - "in_8_list": 1, - "FileListParser": 5, - "Base": 1, - "File": 2, - "extension": 2, - "files": 1, - "batch": 2, - "list": 1, - "trim": 1, - "vidya": 1, - "modder": 1, - "mechanisms": 1, - "self.extension": 3, - "last": 1, - "self.batchlimit": 3, - "in_1_symbol": 1, - "in_2_list": 1, - "in_3_float": 1 - }, - "M": { - "start": 26, - ";": 1309, - "exercise": 1, - "set": 98, - "car": 14, - "(": 2144, - ")": 2152, - "write": 59, - "@": 8, - "MD5": 6, - "Implementation": 1, - "in": 80, - "M": 24, - "Copyright": 12, - "C": 9, - "Piotr": 7, - "Koper": 7, - "": 7, - "This": 26, - "program": 19, - "is": 88, - "free": 15, - "software": 12, - "you": 17, - "can": 20, - "redistribute": 11, - "it": 45, - "and/or": 11, - "modify": 11, - "under": 14, - "the": 223, - "terms": 11, - "of": 84, - "GNU": 33, - "Affero": 33, - "General": 33, - "Public": 33, - "License": 48, - "as": 23, - "published": 11, - "by": 35, - "Free": 11, - "Software": 11, - "Foundation": 11, - "either": 13, - "version": 16, - "or": 50, - "at": 21, - "your": 16, - "option": 12, - "any": 16, - "later": 11, - "version.": 11, - "distributed": 13, - "hope": 11, - "that": 19, - "will": 23, - "be": 35, - "useful": 11, - "but": 19, - "WITHOUT": 12, - "ANY": 12, - "WARRANTY": 11, - "without": 11, - "even": 12, - "implied": 11, - "warranty": 11, - "MERCHANTABILITY": 11, - "FITNESS": 11, - "FOR": 15, - "A": 12, - "PARTICULAR": 11, - "PURPOSE.": 11, - "See": 15, - "for": 77, - "more": 13, - "details.": 12, - "You": 13, - "should": 16, - "have": 21, - "received": 11, - "a": 130, - "copy": 13, - "along": 11, - "with": 45, - "this": 39, - "program.": 9, - "If": 14, - "not": 39, - "see": 26, - "": 11, - ".": 815, - "It": 2, - "works": 1, - "GT.M": 30, - "ZCHSET": 2, - "please": 1, - "don": 1, - "s": 775, - "only": 9, - "joke.": 1, - "Serves": 1, - "well": 2, - "reverse": 1, - "engineering": 1, - "example": 5, - "on": 17, - "obtaining": 1, - "boolean": 2, - "functions": 4, - "from": 16, - "integer": 1, - "addition": 1, - "modulo": 1, - "and": 59, - "division.": 1, - "md5": 2, - "msg": 6, - "http": 13, - "//en.wikipedia.org/wiki/MD5": 1, - "n": 197, - "m": 37, - "r": 88, - "k": 122, - "h": 39, - "i": 465, - "j": 67, - "b": 64, - "c": 113, - "d": 381, - "f": 93, - "g": 228, - "w": 127, - "t": 12, - "p": 84, - "q": 244, - "-": 1605, - "l": 84, - "#64": 1, - "+": 189, - "msg_": 1, - "_m_": 1, - "n64": 2, - "*8": 2, - "read": 2, - ".m": 11, - ".p": 1, - "<": 20, - "..": 28, - "...": 6, - "e": 210, - "*i": 3, - "#16": 3, - "xor": 4, - "rotate": 5, - "#4294967296": 6, - "n32h": 5, - "_": 127, - "bit": 5, - "x": 96, - "#2": 1, - "*2147483648": 2, - "a#2": 1, - "b#2": 1, - ".a": 1, - ".b": 1, - "rol": 1, - "a*": 1, - "**n": 1, - "c#4294967296": 1, - "*n": 1, - "n#256": 1, - "n#16": 2, - "ZDIOUT1": 1, - "Experimental": 1, - "FileMan": 1, - "file": 10, - "output": 49, - "to": 74, - "host": 2, - "The": 11, - "Open": 1, - "Source": 1, - "Electronic": 1, - "Health": 1, - "Record": 1, - "Agent": 1, - "Licensed": 1, - "Apache": 1, - "Version": 1, - "may": 3, - "use": 5, - "except": 1, - "compliance": 1, - "License.": 2, - "obtain": 2, - "//www.apache.org/licenses/LICENSE": 1, - "Unless": 1, - "required": 4, - "applicable": 1, - "law": 1, - "agreed": 1, - "writing": 4, - "an": 14, - "BASIS": 1, - "WARRANTIES": 1, - "OR": 2, - "CONDITIONS": 1, - "OF": 2, - "KIND": 1, - "express": 1, - "implied.": 1, - "specific": 3, - "language": 6, - "governing": 1, - "permissions": 2, - "limitations": 1, - "N": 19, - "W": 4, - "D": 64, - "ASKFILE": 1, - "Q": 58, - "FILE": 5, - "[": 54, - "ASKDIR": 1, - "DIR": 3, - "SAVEFILE": 2, - "Save": 1, - "given": 1, - "directory": 1, - "I": 43, - "CHECK": 1, - "FGR": 4, - "_FILE": 1, - "S": 99, - "IO": 4, - "DIR_": 1, - "P": 68, - "E": 12, - "L": 1, - "FILENAME": 1, - "O": 24, - "U": 14, - "_IO_": 1, - "_P_": 1, - "NM": 1, - "contains": 2, - "non": 1, - "printing": 1, - "characters": 8, - "then": 2, - "must": 8, - "escaped": 1, - "evaluation": 1, - "RHS": 1, - "SET.": 1, - "TODO": 1, - "Caller": 1, - "define": 2, - "indentation": 1, - "level": 5, - "comment": 4, - "if": 44, - "first": 10, - "character": 5, - "value": 72, - "tab": 1, - "space.": 1, - "V": 2, - "part": 3, - "DataBallet.": 4, - "Laurent": 2, - "Parenteau": 2, - "": 2, - "DataBallet": 4, - "encode": 1, - "message": 8, - "Return": 1, - "base64": 6, - "URL": 2, - "Filename": 1, - "safe": 3, - "alphabet": 2, - "RFC": 1, - "new": 15, - "todrop": 2, - "Populate": 1, - "values": 4, - "only.": 1, - "zextract": 3, - "zlength": 3, - "quit": 30, - "MDB": 60, - "M/DB": 2, - "Mumps": 1, - "Emulation": 1, - "Amazon": 1, - "SimpleDB": 1, - "|": 171, - "M/Gateway": 4, - "Developments": 4, - "Ltd": 4, - "Reigate": 4, - "Surrey": 4, - "UK.": 4, - "All": 4, - "rights": 4, - "reserved.": 4, - "//www.mgateway.com": 4, - "Email": 4, - "rtweed@mgateway.com": 4, - "QUIT": 251, - "buildDate": 1, - "indexLength": 10, - "Note": 2, - "keyId": 108, - "been": 4, - "tested": 1, - "valid": 2, - "time": 9, - "these": 1, - "methods": 2, - "are": 14, - "called": 8, - "To": 2, - "Initialise": 2, - "service": 1, - "//192.168.1.xxx/mdb/test.mgwsi": 1, - "Action": 2, - "addUser": 2, - "userKeyId": 6, - "userSecretKey": 6, - "requestId": 17, - "boxUsage": 11, - "startTime": 21, - "stop": 20, - "init": 6, - ".startTime": 5, - "MDBUAF": 2, - "end": 33, - ".boxUsage": 22, - "createDomain": 1, - "domainName": 38, - "dn": 4, - "dnx": 3, - "id": 33, - "noOfDomains": 12, - "token": 21, - "tr": 13, - "MDBConfig": 1, - "getDomainId": 3, - "name": 121, - "found": 7, - "namex": 8, - "o": 51, - "buildItemNameIndex": 2, - "domainId": 53, - "itemId": 41, - "itemValue": 7, - "itemValuex": 3, - "countDomains": 2, - "key": 22, - "no": 54, - "deleteDomain": 2, - "listDomains": 1, - "maxNoOfDomains": 2, - "nextToken": 7, - "domainList": 3, - "fullName": 3, - "decodeBase64": 1, - "encodeBase64": 1, - "itemExists": 1, - "getItemId": 2, - "getAttributeValueId": 3, - "attribId": 36, - "valuex": 13, - "putAttributes": 2, - "itemName": 16, - "attributes": 32, - "replace": 27, - "valueId": 16, - "xvalue": 4, - "add": 5, - "Item": 1, - "Domain": 1, - "itemNamex": 4, - "increment": 11, - "error": 62, - "parseJSON": 1, - "zmwire": 53, - "attributesJSON": 1, - ".attributes": 5, - "attribute": 14, - "getAttributeId": 2, - "domain": 1, - "Not": 1, - "allowed": 18, - "than": 4, - "one": 5, - "same": 2, - "remove": 6, - "existing": 2, - "now": 1, - "name/value": 2, - "pair": 1, - "getAttributes": 2, - "suppressBoxUsage": 1, - "attrNo": 9, - "valueNo": 6, - "delete": 2, - "all": 8, - "item": 2, - "associated": 1, - "queryIndex": 1, - "records": 2, - "specified": 4, - "pairs": 2, - "vno": 2, - "left": 5, - "completely": 3, - "references": 1, - "pos": 33, - "maxNoOfItems": 3, - "itemList": 12, - "session": 1, - "identifier": 1, - "stored": 1, - "queryExpression": 16, - "%": 207, - "zewd": 17, - "ok": 14, - "relink": 1, - "zewdGTMRuntime": 1, - "CGIEVAR": 1, - "cgi": 1, - "data": 43, - "unescName": 5, - "urlDecode": 2, - "KEY": 36, - "response": 29, - "WebLink": 1, - "access": 21, - "entry": 5, - "point": 2, - "here": 4, - "action": 15, - "AWSAcessKeyId": 1, - "db": 9, - "hash": 1, - "itemsAndAttrs": 2, - "secretKey": 1, - "signatureMethod": 2, - "signatureVersion": 3, - "stringToSign": 2, - "rltKey": 2, - "trace": 24, - "_action_": 2, - "h_": 3, - "mdbKey": 2, - "errorResponse": 9, - "initialise": 3, - ".requestId": 7, - "createResponse": 4, - "installMDBM": 1, - "authenticate": 1, - "MDBSession": 1, - "createResponseStringToSign": 1, - "Security": 1, - "OK": 6, - "_db": 1, - "MDBAPI": 1, - "lineNo": 19, - "CacheTempEWD": 16, - "_db_": 1, - "db_": 1, - "_action": 1, - "resp": 5, - "metaData": 1, - "domainMetadata": 1, - ".metaData": 1, - "paramName": 8, - "paramValue": 5, - "_i_": 5, - "Query": 1, - "DomainName": 2, - "QueryExpression": 2, - "MaxNumberOfItems": 2, - "NextToken": 3, - "QueryWithAttributes": 1, - "AttributeName.": 2, - "Select": 2, - "SelectExpression": 1, - "entering": 1, - "runSelect.": 1, - "selectExpression": 3, - "finished": 1, - "runSelect": 3, - "count": 18, - "select": 3, - "*": 6, - "where": 6, - "order": 11, - "limit": 14, - "asc": 1, - "inValue": 6, - "str": 15, - "expr": 18, - "rel": 2, - "itemStack": 3, - "between": 2, - "<=\">": 1, - "lastWord=": 7, - "inAttr=": 5, - "expr=": 10, - "thisWord=": 7, - "inAttr": 2, - "c=": 28, - "1": 74, - "queryExpression=": 4, - "_queryExpression": 2, - "4": 5, - "null": 6, - "3": 6, - "isNull": 1, - "5": 1, - "8": 1, - "isNotNull": 1, - "9": 1, - "np": 17, - "offset": 6, - "prevName": 1, - "term": 10, - "np=": 1, - "diffNames": 6, - "_term": 3, - "expr_": 1, - "_orderBy": 1, - "runQuery": 2, - ".itemList": 4, - "escVals": 1, - "str_c": 2, - "invalid": 4, - "_x_": 1, - "query": 4, - "orderBy": 1, - "_query": 1, - "parseSelect": 1, - ".domainName": 2, - ".queryExpression": 1, - ".orderBy": 1, - ".limit": 1, - "replaceAll": 11, - "executeSelect": 1, - ".itemStack": 1, - "***": 2, - "listCopy": 3, - "numeric": 8, - "N.N": 12, - "N.N1": 4, - "escape": 7, - "externalSelect": 2, - "json": 9, - "_keyId_": 1, - "_selectExpression": 1, - "FromStr": 6, - "ToStr": 4, - "InText": 4, - "old": 3, - "string": 50, - "p1": 5, - "p2": 10, - "stripTrailingSpaces": 2, - "spaces": 3, - "makeString": 3, - "string_spaces": 1, - "char": 9, - "len": 8, - "create": 6, - "test": 6, - "M/Wire": 4, - "Protocol": 2, - "Systems": 1, - "eg": 3, - "Cache": 3, - "By": 1, - "default": 6, - "server": 1, - "code": 29, - "runs": 2, - "port": 4, - "For": 3, - "systems": 3, - "invoked": 2, - "via": 2, - "xinetd": 2, - "Edit": 1, - "/etc/services": 1, - "line": 14, - "mwire": 2, - "/tcp": 1, - "#": 1, - "Service": 1, - "Copy": 2, - "/etc/xinetd.d/mwire": 1, - "/usr/local/gtm/zmwire": 1, - "change": 6, - "its": 1, - "executable": 1, - "These": 2, - "files": 4, - "edited": 1, - "paths": 2, - "number": 5, - "Restart": 1, - "using": 4, - "sudo": 1, - "/etc/init.d/xinetd": 1, - "restart": 3, - "On": 1, - "also": 4, - "installed": 1, - "MGWSI": 1, - "m_apache": 3, - "provide": 1, - "hashing": 1, - "function": 6, - "passwords": 1, - "Alternatively": 1, - "substitute": 1, - "callout": 1, - "choice": 1, - "Daemon": 2, - "routine": 6, - "which": 4, - "running": 1, - "jobbed": 1, - "process": 3, - "job": 1, - "zmwireDaemon": 2, - "simply": 1, - "editing": 2, - "Stop": 1, - "RESJOB": 1, - "it.": 2, - "mwireVersion": 4, - "Build": 6, - "mwireDate": 2, - "July": 1, - "_crlf": 22, - "build": 2, - "crlf": 6, - "_response_": 4, - "_crlf_response_crlf": 4, - "zv": 6, - "command": 11, - "authNeeded": 6, - "input": 41, - "cleardown": 2, - "zint": 1, - "role": 3, - "loop": 7, - "log": 1, - "halt": 3, - "auth": 2, - "ignore": 12, - "pid": 36, - "monitor": 1, - "input_crlf": 1, - "zsy": 2, - "_pid_": 1, - "_pid": 1, - "monitoroutput": 1, - "logger": 17, - "tot": 2, - "mwireLogger": 3, - "info": 1, - "response_": 1, - "_count": 1, - "pass": 24, - "setpassword": 1, - "SETPASSWORD": 2, - "secret": 2, - "": 1, - "role=": 1, - "admin": 1, - "newrole": 4, - "getGloRef": 3, - "gloName": 1, - "gloRef": 15, - "nb": 2, - "subs": 8, - "nsp": 1, - "subs_": 2, - "quot": 2, - "_data_": 3, - "subscripts": 8, - "_value_": 1, - "_error_": 1, - "kill": 3, - "xx": 16, - "yy": 19, - "No": 17, - "global": 26, - "method": 2, - "Missing": 5, - "JSON": 7, - "transaction": 6, - "document": 6, - "step": 8, - "setJSON": 4, - "globalName": 7, - "GlobalName": 3, - "Global": 8, - "setGlobal": 1, - "zmwire_null_value": 1, - "]": 15, - "Invalid": 1, - "props": 1, - "arr": 2, - "getJSON": 2, - "incr": 1, - "incrbr": 1, - "class": 1, - "##": 2, - "decr": 1, - "decrby": 1, - "subscript": 7, - "direction": 1, - "{": 5, - "subscriptValue": 1, - "dataStatus": 1, - "dataValue": 1, - "}": 5, - "nextsubscript": 2, - "reverseorder": 1, - "*2": 1, - "queryget": 1, - "xxyy": 2, - "zz": 2, - "exists": 6, - "getallsubscripts": 1, - "orderall": 1, - "": 3, - "note": 2, - "escaping": 1, - "world": 4, - "foo": 2, - "_gloRef": 1, - "zt": 20, - "@x": 4, - "i*2": 3, - "_crlf_": 1, - "j_": 1, - "params": 10, - "_crlf_resp_crlf": 2, - "_crlf_data_crlf": 2, - "mergeto": 1, - "dataLength": 4, - "keyLength": 6, - "noOfRecs": 6, - "MERGETO": 1, - "myglobal": 1, - "*6": 1, - "hello": 1, - "": 2, - "length": 7, - "means": 2, - "put": 1, - "top": 1, - "noOfRecs#2": 1, - "noOfRecs/2": 1, - "gloRef1": 2, - "gloRef1_": 2, - "_gloRef1_key_": 1, - "sub": 2, - "literal": 2, - "true": 2, - "false": 5, - "variable": 8, - "valquot_value_valquot": 1, - "json_value_": 1, - "subscripts1": 2, - "dd": 4, - "subx": 3, - "subNo": 1, - "numsub": 1, - "json_": 2, - "removeControlChars": 2, - "zobj1": 1, - "buff": 10, - "parseJSONObject": 2, - ".buff": 2, - "subs2": 6, - "_name_": 1, - "subs2_": 2, - "value_c": 1, - "lc": 3, - "newString": 4, - "newString_c": 1, - "utfConvert": 1, - "Unescape": 1, - "UTF": 17, - "buf": 4, - "c1": 4, - "buf_c1_": 1, - "compute": 2, - "Fibonacci": 1, - "series": 2, - "do": 15, - "Mumtris": 3, - "tetris": 1, - "game": 1, - "MUMPS": 1, - "fun.": 1, - "Resize": 1, - "terminal": 2, - "e.g.": 2, - "maximize": 1, - "PuTTY": 1, - "window": 1, - "so": 4, - "report": 1, - "size": 3, - "mumtris.": 1, - "Try": 2, - "setting": 3, - "ansi": 2, - "compatible": 1, - "cursor": 1, - "positioning.": 1, - "NOTICE": 1, - "uses": 1, - "making": 1, - "delays": 1, - "lower": 1, - "s.": 1, - "That": 1, - "CPU": 1, - "used": 6, - "fall": 5, - "lock": 2, - "clear": 6, - "preview": 3, - "over": 2, - "exit": 3, - "short": 1, - "circuit": 1, - "redraw": 3, - "timeout": 1, - "harddrop": 1, - "other": 1, - "ex": 5, - "hd": 3, - "*c": 1, - "<0&'d>": 1, - "i=": 14, - "st": 6, - "t10m": 1, - "0": 23, - "<0>": 2, - "q=": 6, - "d=": 1, - "zb": 2, - "right": 3, - "fl=": 1, - "gr=": 1, - "hl": 2, - "help": 2, - "drop": 2, - "hd=": 1, - "2": 14, - "matrix": 2, - "stack": 8, - "draw": 3, - "y": 33, - "ticks": 2, - "h=": 2, - "1000000000": 1, - "b=": 4, - "e=": 1, - "t10m=": 1, - "100": 2, - "n=": 1, - "ne=": 1, - "x=": 5, - "y=": 3, - "r=": 3, - "collision": 6, - "score": 5, - "k=": 1, - "j=": 4, - "<1))))>": 1, - "800": 1, - "200": 1, - "lv": 5, - "lc=": 1, - "10": 1, - "mt_": 2, - "cls": 6, - ".s": 5, - "dh/2": 6, - "dw/2": 6, - "*s": 4, - "u": 6, - "echo": 1, - "intro": 1, - "workaround": 1, - "ANSI": 1, - "driver": 1, - "NL": 1, - "some": 1, - "place": 9, - "clearscreen": 1, - "h/2": 3, - "*w/2": 3, - "fill": 3, - "fl": 2, - "*x": 1, - "mx": 4, - "my": 5, - "**lv*sb": 1, - "*lv": 1, - "sc": 3, - "ne": 2, - "gr": 1, - "w*3": 1, - "dev": 1, - "zsh": 1, - "dw": 1, - "dh": 1, - "elements": 3, - "elemId": 3, - "rotateVersions": 1, - "rotateVersion": 2, - "bottom": 1, - "coordinate": 1, - "____": 1, - "__": 2, - "||": 1, - "WVBRNOT": 1, - "HCIOFO/FT": 1, - "JR": 1, - "IHS/ANMC/MWR": 1, - "BROWSE": 1, - "NOTIFICATIONS": 1, - "/30/98": 1, - "WOMEN": 1, - "WVDATE": 8, - "WVENDDT1": 2, - "..S": 7, - "WVIEN": 13, - "..F": 2, - "WV": 8, - "WVXREF": 1, - "...S": 5, - "Y": 26, - "WVDFN": 6, - "IF": 9, - "SELECTING": 1, - "ONE": 2, - "CASE": 1, - "MANAGER": 1, - "AND": 3, - "THIS": 3, - "DOESN": 1, - "WVE": 2, - "": 2, - "STORE": 3, - "WVA": 2, - "PATIENT": 5, - "F": 10, - "WVBEGDT1": 1, - "NOTIFICATION": 1, - "IS": 3, - "NOT": 2, - "QUEUED.": 1, - ".I": 4, - "WVB": 4, - "OPEN": 1, - "ONLY": 1, - "ENTRY": 2, - "CLOSED.": 1, - ".Q": 1, - "&": 28, - "EP": 4, - "ALREADY": 1, - "SET": 3, - "FROM": 5, - "LL": 1, - "SORT": 3, - "ABOVE.": 1, - "DATE": 1, - "WVCHRT": 1, - "SSN": 1, - "WVUTL1": 2, - "SSN#": 1, - "WVNAME": 4, - "NAME": 3, - "WVACC": 4, - "ACCESSION#": 1, - "WVSTAT": 1, - "STATUS": 2, - "WVUTL4": 1, - "WVPRIO": 5, - "PRIORITY": 1, - "X": 19, - "WVCHRT_U_WVNAME_U_WVDATE_U_WVACC_U_WVSTAT_U_WVPRIO_U_WVIEN": 1, - "WVC": 4, - "TMP": 26, - "J": 38, - "COPYGBL": 3, - "COPY": 1, - "TO": 6, - "MAKE": 1, - "IT": 1, - "FLAT.": 1, - ".S": 6, - ".F": 2, - "...F": 1, - "....S": 1, - "DEQUEUE": 1, - "TASKMAN": 1, - "QUEUE": 1, - "PRINTOUT.": 1, - "SETVARS": 2, - "WVUTL5": 2, - "WVBRNOT1": 2, - "EXIT": 1, - "FOLLOW": 1, - "CALLED": 1, - "PROCEDURE": 1, - "FOLLOWUP": 1, - "MENU.": 1, - "WVBEGDT": 1, - "DT": 2, - "WVENDDT": 1, - "DEVICE": 1, - "WVBRNOT2": 1, - "WVPOP": 1, - "WVLOOP": 1, - "label1": 1, - "label": 5, - "start1": 2, - "sum": 15, - "start2": 1, - "student": 14, - "zwrite": 1, - "zewdDemo": 1, - "Tutorial": 1, - "page": 12, - "Product": 2, - "Enterprise": 5, - "Web": 5, - "Developer": 5, - "Date": 2, - "Wed": 1, - "Apr": 1, - "getLanguage": 1, - "sessid": 146, - "getRequestValue": 1, - "zewdAPI": 52, - "setSessionValue": 6, - "login": 1, - "username": 8, - "password": 8, - "getTextValue": 4, - "getPasswordValue": 2, - "_username_": 1, - "_password": 1, - "logine": 1, - "textid": 1, - "errorMessage": 1, - "ewdDemo": 8, - "clearList": 2, - "appendToList": 4, - "user": 27, - "addUsername": 1, - "newUsername": 5, - "newUsername_": 1, - "setTextValue": 4, - "testValue": 1, - "getSelectValue": 3, - "_user": 1, - "getPassword": 1, - "setPassword": 1, - "getObjDetails": 1, - "_user_": 1, - "_data": 2, - "setRadioOn": 2, - "initialiseCheckbox": 2, - "setCheckboxOn": 3, - "createLanguageList": 1, - "setMultipleSelectOn": 2, - "clearTextArea": 2, - "textarea": 2, - "createTextArea": 1, - ".textarea": 1, - "userType": 4, - "selected": 4, - "setMultipleSelectValues": 1, - ".selected": 1, - "testField3": 3, - ".value": 1, - "testField2": 1, - "field3": 1, - "dateTime": 1, - "if1": 2, - "simple": 2, - "statement": 3, - "if2": 2, - "statements": 1, - "contrasted": 1, - "": 3, - "a=": 3, - "smaller": 3, - "if3": 1, - "else": 7, - "clause": 2, - "if4": 1, - "bodies": 1, - "computes": 1, - "factorial": 3, - "f*n": 1, - "main": 1, - "run": 2, - "APIs": 1, - "Fri": 1, - "Nov": 1, - "getVersion": 1, - "zewdCompiler": 6, - "date": 1, - "getDate": 1, - "compilePage": 2, - "app": 13, - "mode": 12, - "technology": 9, - "outputPath": 4, - "multilingual": 4, - "maxLines": 4, - "compileAll": 2, - "templatePageName": 2, - "autoTranslate": 2, - "verbose": 2, - "zewdMgr": 1, - "startSession": 2, - "requestArray": 2, - "serverArray": 1, - "sessionArray": 5, - "filesArray": 1, - "zewdPHP": 8, - ".requestArray": 2, - ".serverArray": 1, - ".sessionArray": 3, - ".filesArray": 1, - "closeSession": 2, - "saveSession": 2, - "endOfPage": 2, - "prePageScript": 2, - "releaseLock": 2, - "tokeniseURL": 2, - "url": 2, - "zewdCompiler16": 5, - "getSessid": 1, - "isTokenExpired": 2, - "zewdSession": 39, - "initialiseSession": 1, - "deleteSession": 2, - "changeApp": 1, - "appName": 4, - "setRedirect": 1, - "toPage": 1, - "path": 4, - "getRootURL": 1, - "_sessid_": 3, - "_token_": 1, - "_nextPage": 1, - "zcvt": 11, - "nextPage": 1, - "isNextPageTokenValid": 2, - "zewdCompiler13": 10, - "isCSP": 1, - "normaliseTextValue": 1, - "text": 6, - "writeLine": 2, - "CacheTempBuffer": 2, - "displayOptions": 2, - "fieldName": 5, - "listName": 6, - "codeValue": 7, - "nnvp": 1, - "nvp": 1, - "textValue": 6, - "getSessionValue": 3, - "codeValueEsc": 7, - "textValueEsc": 7, - "htmlOutputEncode": 2, - "zewdAPI2": 5, - "_codeValueEsc_": 1, - "translationMode": 1, - "_appName": 1, - "typex": 1, - "type": 2, - "avoid": 1, - "bug": 2, - "getPhraseIndex": 1, - "zewdCompiler5": 1, - "licensed": 1, - "setWarning": 2, - "isTemp": 11, - "setWLDSymbol": 1, - "Duplicate": 1, - "performance": 1, - "wldAppName": 1, - "wldName": 1, - "wldSessid": 1, - "zzname": 1, - "extcErr": 1, - "mess": 3, - "namespace": 1, - "valueErr": 1, - "exportCustomTags": 2, - "tagList": 1, - "filepath": 10, - ".tagList": 1, - "exportAllCustomTags": 2, - "importCustomTags": 2, - "filePath": 2, - "zewdForm": 1, - "stripSpaces": 6, - "obj": 6, - "prop": 6, - "setSessionObject": 3, - "allowJSONAccess": 1, - "sessionName": 30, - "disallowJSONAccess": 1, - "JSONAccess": 1, - "existsInSession": 2, - "existsInSessionArray": 2, - "p3": 3, - "p4": 2, - "p5": 2, - "p6": 2, - "p7": 2, - "p8": 2, - "p9": 2, - "p10": 2, - "p11": 2, - "clearSessionArray": 1, - "arrayName": 35, - "setSessionArray": 1, - "getSessionArray": 1, - "array": 22, - "clearArray": 2, - "getSessionArrayErr": 1, - "Come": 1, - "occurred": 2, - "addToSession": 2, - "@name": 4, - "mergeToSession": 1, - "mergeGlobalToSession": 2, - "mergeGlobalFromSession": 2, - "mergeArrayToSession": 1, - "mergeArrayToSessionObject": 2, - ".array": 1, - "mergeArrayFromSession": 1, - "mergeFromSession": 1, - "deleteFromSession": 1, - "deleteFromSessionObject": 1, - "sessionNameExists": 1, - "getSessionArrayValue": 2, - ".exists": 1, - "sessionArrayValueExists": 2, - "deleteSessionArrayValue": 2, - "Objects": 1, - "objectName": 13, - "propertyName": 3, - "propertyValue": 5, - "comma": 3, - "objectName_": 2, - "_propertyName": 2, - "_propertyName_": 2, - "_propertyValue_": 1, - "_p": 1, - "quoted": 1, - "removeDocument": 1, - "zewdDOM": 3, - "instanceName": 2, - "clearXMLIndex": 1, - "zewdSchemaForm": 1, - "closeDOM": 1, - "makeTokenString": 1, - "token_": 1, - "convertDateToSeconds": 1, - "hdate": 7, - "hdate*86400": 1, - "convertSecondsToDate": 1, - "secs": 2, - "secs#86400": 1, - "getTokenExpiry": 2, - "h*86400": 1, - "randChar": 1, - "R": 2, - "lowerCase": 2, - "stripLeadingSpaces": 2, - "d1": 7, - "zd": 1, - "<10>": 1, - "dd=": 2, - "mm=": 3, - "d1=": 1, - "p1=": 1, - "mm": 7, - "p2=": 1, - "yy=": 1, - "dd_": 1, - "mm_": 1, - "inetTime": 1, - "Decode": 1, - "Internet": 1, - "Format": 1, - "Time": 1, - "H": 1, - "format": 2, - "Offset": 1, - "relative": 1, - "GMT": 1, - "hh": 4, - "ss": 4, - "_hh": 1, - "time#3600": 1, - "_mm": 1, - "time#60": 1, - "_ss": 2, - "hh_": 1, - "_mm_": 1, - "openNewFile": 2, - "openFile": 2, - "openDOM": 2, - "#39": 1, - "<\",\"<\")>": 1, - "string=": 1, - "gt": 1, - "amp": 1, - "HTML": 1, - "no2": 1, - "p1_c_p2": 1, - "getIP": 2, - "Get": 2, - "own": 2, - "IP": 1, - "address": 1, - "ajaxErrorRedirect": 2, - "classExport": 2, - "className": 2, - ".methods": 1, - "strx": 2, - "disableEwdMgr": 1, - "enableEwdMgr": 1, - "enableWLDAccess": 1, - "disableWLDAccess": 1, - "isSSOValid": 2, - "sso": 2, - "zewdMgrAjax2": 1, - "uniqueId": 1, - "nodeOID": 2, - "filename": 2, - "linkToParentSession": 2, - "zewdCompiler20": 1, - "exportToGTM": 1, - "decode": 1, - "val": 5, - "Decoded": 1, - "Encoded": 1, - "decoded": 3, - "decoded_": 1, - "safechar": 3, - "zchar": 1, - "encoded": 8, - "encoded_c": 1, - "encoded_": 2, - "FUNC": 1, - "DH": 1, - "zascii": 1, - "miles": 4, - "gallons": 4, - "miles/gallons": 1, - "computepesimist": 1, - "miles/": 1, - "computeoptimist": 1, - "/gallons": 1, - "PCRE": 23, - "Extension": 9, - "trademark": 2, - "Fidelity": 2, - "Information": 2, - "Services": 2, - "Inc.": 2, - "//sourceforge.net/projects/fis": 2, - "gtm/": 2, - "extension": 3, - "tries": 1, - "deliver": 1, - "best": 2, - "possible": 5, - "interface": 1, - "providing": 1, - "support": 3, - "arrays": 1, - "stringified": 2, - "parameter": 1, - "names": 3, - "simplified": 1, - "API": 7, - "locales": 2, - "exceptions": 1, - "Perl5": 1, - "Match.": 1, - "pcreexamples.m": 2, - "comprehensive": 1, - "examples": 4, - "pcre": 59, - "routines": 6, - "usage": 3, - "beginner": 1, - "tips": 1, - "match": 41, - "limits": 6, - "exception": 12, - "handling": 2, - "GT.M.": 1, - "out": 2, - "known": 2, - "book": 1, - "regular": 1, - "expressions": 1, - "//regex.info/": 1, - "information": 1, - "//pcre.org/": 1, - "Please": 2, - "feel": 2, - "contact": 2, - "me": 2, - "questions": 2, - "comments": 5, - "Initial": 2, - "release": 2, - "pkoper": 2, - "pcre.version": 1, - "config": 3, - "case": 7, - "insensitive": 7, - "protect": 11, - "erropt": 6, - "isstring": 5, - "pcre.config": 1, - ".name": 1, - ".erropt": 3, - ".isstring": 1, - ".n": 20, - "ec": 10, - "compile": 14, - "pattern": 21, - "options": 45, - "locale": 24, - "mlimit": 20, - "reclimit": 19, - "optional": 16, - "joined": 3, - "Unix": 1, - "pcre_maketables": 2, - "cases": 1, - "undefined": 1, - "environment": 7, - "defined": 2, - "variables": 3, - "LANG": 4, - "LC_*": 1, - "Debian": 2, - "tip": 1, - "dpkg": 1, - "reconfigure": 1, - "enable": 1, - "system": 1, - "wide": 1, - "internal": 3, - "matching": 4, - "calls": 1, - "pcre_exec": 4, - "execution": 2, - "manual": 2, - "details": 5, - "depth": 1, - "recursion": 1, - "when": 11, - "calling": 2, - "ref": 41, - "err": 4, - "erroffset": 3, - "pcre.compile": 1, - ".pattern": 3, - ".ref": 13, - ".err": 1, - ".erroffset": 1, - "exec": 4, - "subject": 24, - "startoffset": 3, - "octets": 2, - "starts": 1, - "like": 4, - "chars": 3, - "pcre.exec": 2, - ".subject": 3, - "zl": 7, - "ec=": 7, - "ovector": 25, - "return": 7, - "element": 1, - "code=": 4, - "ovecsize": 5, - "fullinfo": 3, - "OPTIONS": 2, - "SIZE": 1, - "CAPTURECOUNT": 1, - "BACKREFMAX": 1, - "FIRSTBYTE": 1, - "FIRSTTABLE": 1, - "LASTLITERAL": 1, - "NAMEENTRYSIZE": 1, - "NAMECOUNT": 1, - "STUDYSIZE": 1, - "OKPARTIAL": 1, - "JCHANGED": 1, - "HASCRORLF": 1, - "MINLENGTH": 1, - "JIT": 1, - "JITSIZE": 1, - "nametable": 4, - "returns": 7, - "index": 1, - "indexed": 4, - "substring": 1, - "begin": 18, - "begin=": 3, - "end=": 4, - "octet": 4, - "UNICODE": 1, - "ze": 8, - "begin_": 1, - "_end": 1, - "store": 6, - "above": 3, - "stores": 1, - "captured": 6, - "key=": 2, - "gstore": 3, - "round": 12, - "byref": 5, - "ref=": 3, - "l=": 2, - "capture": 10, - "indexes": 1, - "extended": 1, - "NAMED_ONLY": 2, - "named": 12, - "groups": 5, - "OVECTOR": 2, - "additional": 5, - "namedonly": 9, - "options=": 4, - "o=": 12, - "namedonly=": 2, - "ovector=": 2, - "NO_AUTO_CAPTURE": 2, - "_capture_": 2, - "matches": 10, - "s=": 4, - "_s_": 1, - "GROUPED": 1, - "group": 4, - "result": 3, - "patterns": 3, - "pcredemo": 1, - "pcreccp": 1, - "cc": 1, - "procedure": 2, - "Perl": 1, - "utf8": 2, - "empty": 7, - "skip": 6, - "determine": 1, - "them": 1, - "before": 2, - "byref=": 2, - "check": 2, - "UTF8": 2, - "double": 1, - "utf8=": 1, - "crlf=": 3, - "NL_CRLF": 1, - "NL_ANY": 1, - "NL_ANYCRLF": 1, - "none": 1, - "NEWLINE": 1, - ".start": 1, - "unwind": 1, - "call": 1, - "optimize": 1, - "leave": 1, - "advance": 1, - "LF": 1, - "CR": 1, - "was": 5, - "CRLF": 1, - "middle": 1, - ".i": 2, - ".match": 2, - ".round": 2, - ".byref": 2, - ".ovector": 2, - "subst": 3, - "last": 4, - "occurrences": 1, - "matched": 1, - "back": 4, - "th": 3, - "replaced": 1, - "substitution": 2, - "begins": 1, - "substituted": 2, - "defaults": 3, - "ends": 1, - "backref": 1, - "boffset": 1, - "prepare": 1, - "reference": 2, - ".subst": 1, - ".backref": 1, - "silently": 1, - "zco": 1, - "": 1, - "s/": 6, - "b*": 7, - "/Xy/g": 6, - "print": 8, - "aa": 9, - "et": 4, - "direct": 3, - "take": 1, - "handler": 9, - "setup": 3, - "trap": 10, - "source": 3, - "location": 5, - "argument": 1, - "@ref": 2, - "COMPILE": 2, - "has": 7, - "meaning": 1, - "zs": 2, - "re": 2, - "raise": 3, - "XC": 1, - "U16384": 1, - "U16385": 1, - "U16386": 1, - "U16387": 1, - "U16388": 2, - "U16389": 1, - "U16390": 1, - "U16391": 1, - "U16392": 2, - "U16393": 1, - "NOTES": 1, - "U16401": 2, - "never": 4, - "raised": 2, - "i.e.": 3, - "NOMATCH": 2, - "ever": 1, - "uncommon": 1, - "situation": 1, - "too": 1, - "small": 1, - "considering": 1, - "controlled": 1, - "U16402": 1, - "U16403": 1, - "U16404": 1, - "U16405": 1, - "U16406": 1, - "U16407": 1, - "U16408": 1, - "U16409": 1, - "U16410": 1, - "U16411": 1, - "U16412": 1, - "U16414": 1, - "U16415": 1, - "U16416": 1, - "U16417": 1, - "U16418": 1, - "U16419": 1, - "U16420": 1, - "U16421": 1, - "U16423": 1, - "U16424": 1, - "U16425": 1, - "U16426": 1, - "U16427": 1, - "Comment": 1, - "block": 1, - "always": 2, - "semicolon": 1, - "next": 1, - "while": 4, - "legal": 1, - "blank": 1, - "whitespace": 2, - "alone": 1, - "**": 4, - "Comments": 1, - "graphic": 3, - "such": 1, - "@#": 1, - "/": 3, - "space": 1, - "considered": 1, - "though": 1, - "ASCII": 2, - "whose": 1, - "below": 1, - "routine.": 1, - "multiple": 1, - "semicolons": 1, - "okay": 1, - "tag": 2, - "after": 3, - "does": 1, - "Tag1": 1, - "Tags": 2, - "uppercase": 2, - "lowercase": 1, - "alphabetic": 2, - "HELO": 1, - "most": 1, - "common": 1, - "LABEL": 1, - "followed": 1, - "directly": 1, - "open": 1, - "parenthesis": 2, - "formal": 1, - "list": 1, - "close": 1, - "ANOTHER": 1, - "Normally": 1, - "subroutine": 1, - "would": 2, - "ended": 1, - "we": 1, - "taking": 1, - "advantage": 1, - "rule": 1, - "END": 1, - "implicit": 1, - "Examples": 4, - "pcre.m": 1, - "parameters": 1, - "pcreexamples": 32, - "shining": 1, - "Test": 1, - "Simple": 2, - "zwr": 17, - "Match": 4, - "grouped": 2, - "Just": 1, - "Change": 2, - "word": 3, - "Escape": 1, - "sequence": 1, - "More": 1, - "Low": 1, - "api": 1, - "Setup": 1, - "myexception2": 2, - "st_": 1, - "zl_": 2, - "Compile": 2, - ".options": 1, - "Run": 1, - ".offset": 1, - "used.": 2, - "strings": 1, - "submitted": 1, - "exact": 1, - "usable": 1, - "integers": 1, - "way": 1, - "what": 2, - "/mg": 2, - "aaa": 1, - "nbb": 1, - ".*": 1, - "discover": 1, - "stackusage": 3, - "Locale": 5, - "Support": 1, - "Polish": 1, - "I18N": 2, - "PCRE.": 1, - "Polish.": 1, - "second": 1, - "letter": 1, - "": 1, - "ISO8859": 1, - "//en.wikipedia.org/wiki/Polish_code_pages": 1, - "complete": 1, - "listing": 1, - "CHAR": 1, - "different": 3, - "modes": 1, - "In": 1, - "two": 2, - "probably": 1, - "expected": 1, - "working": 1, - "single": 2, - "ISO": 3, - "chars.": 1, - "Use": 1, - "zch": 7, - "prepared": 1, - "GTM": 8, - "BADCHAR": 1, - "errors.": 1, - "Also": 1, - "others": 1, - "might": 1, - "expected.": 1, - "POSIX": 1, - "localization": 1, - "nolocale": 2, - "zchset": 2, - "isolocale": 2, - "utflocale": 2, - "LC_CTYPE": 1, - "Set": 2, - "results.": 1, - "envlocale": 2, - "ztrnlnm": 2, - "Notes": 1, - "Enabling": 1, - "native": 1, - "requires": 1, - "libicu": 2, - "gtm_chset": 1, - "gtm_icu_version": 1, - "recompiled": 1, - "object": 4, - "Instructions": 1, - "Install": 1, - "libicu48": 2, - "apt": 1, - "get": 2, - "install": 1, - "append": 1, - "chown": 1, - "gtm": 1, - "/opt/gtm": 1, - "Startup": 1, - "errors": 6, - "INVOBJ": 1, - "Cannot": 1, - "ZLINK": 1, - "due": 1, - "unexpected": 1, - "TEXT": 5, - "Object": 1, - "compiled": 1, - "CHSET": 1, - "written": 3, - "startup": 1, - "correct": 1, - "above.": 1, - "Limits": 1, - "built": 1, - "recursion.": 1, - "Those": 1, - "prevent": 1, - "engine": 1, - "very": 2, - "long": 2, - "especially": 1, - "there": 2, - "tree": 1, - "checked.": 1, - "Functions": 1, - "itself": 1, - "allows": 1, - "MATCH_LIMIT": 1, - "MATCH_LIMIT_RECURSION": 1, - "arguments": 1, - "library": 1, - "compilation": 2, - "Example": 1, - "longrun": 3, - "Equal": 1, - "corrected": 1, - "shortrun": 2, - "Enforced": 1, - "enforcedlimit": 2, - "Exception": 2, - "Handling": 1, - "Error": 1, - "conditions": 1, - "handled": 1, - "zc": 1, - "codes": 1, - "labels": 1, - "file.": 1, - "When": 2, - "neither": 1, - "nor": 1, - "within": 1, - "mechanism.": 1, - "depending": 1, - "caller": 1, - "exception.": 1, - "lead": 1, - "prompt": 1, - "terminating": 1, - "image.": 1, - "handlers.": 1, - "Handler": 1, - "nohandler": 4, - "Pattern": 1, - "failed": 1, - "unmatched": 1, - "parentheses": 1, - "<-->": 1, - "HERE": 1, - "RTSLOC": 2, - "At": 2, - "SETECODE": 1, - "Non": 1, - "assigned": 1, - "ECODE": 1, - "32": 1, - "GT": 1, - "image": 1, - "terminated": 1, - "myexception1": 3, - "zt=": 1, - "mytrap1": 2, - "zg": 2, - "mytrap3": 1, - "DETAILS": 1, - "executed": 1, - "frame": 1, - "called.": 1, - "deeper": 1, - "frames": 1, - "already": 1, - "dropped": 1, - "local": 1, - "available": 1, - "context.": 1, - "Thats": 1, - "why": 1, - "doesn": 1, - "unless": 1, - "cleared.": 1, - "Always": 1, - "done.": 2, - "Execute": 1, - "p5global": 1, - "p5replace": 1, - "p5lf": 1, - "p5nl": 1, - "newline": 1, - "utf8support": 1, - "myexception3": 1, - "ax": 2, - "bx": 2, - "cx": 2, - "ay": 2, - "cy": 2, - "sumx": 3, - "sqrx": 3, - "sumxy": 5, - "x*x": 1, - "x*y": 1, - "Keith": 1, - "Lynch": 1, - "p#f": 1, - "GMRGPNB0": 1, - "CISC/JH/RM": 1, - "NARRATIVE": 1, - "BUILDER": 1, - "GENERATOR": 1, - "cont.": 1, - "/20/91": 1, - "Text": 1, - "Generator": 1, - "Jan": 1, - "WITH": 1, - "GMRGA": 1, - "POINT": 1, - "AT": 1, - "WHICH": 1, - "WANT": 1, - "START": 1, - "BUILDING": 1, - "GMRGE0": 11, - "GMRGADD": 4, - "GMR": 6, - "GMRGA0": 11, - "GMRGPDA": 9, - "GMRGCSW": 2, - "NOW": 1, - "DTC": 1, - "GMRGB0": 9, - "GMRGST": 6, - "GMRGPDT": 2, - "STAT": 8, - "GMRGRUT0": 3, - "GMRGF0": 3, - "GMRGSTAT": 8, - "_GMRGB0_": 2, - "GMRD": 6, - "GMRGSSW": 3, - "SNT": 1, - "GMRGPNB1": 1, - "GMRGNAR": 8, - "GMRGPAR_": 2, - "_GMRGSPC_": 3, - "_GMRGRM": 2, - "_GMRGE0": 1, - "STORETXT": 1, - "GMRGRUT1": 1, - "GMRGSPC": 3, - "GMRGD0": 7, - "ALIST": 1, - "G": 40, - "GMRGPLVL": 6, - "GMRGA0_": 1, - "_GMRGD0_": 1, - "_GMRGSSW_": 1, - "_GMRGADD": 1, - "GMRGI0": 6, - "PXAI": 1, - "ISL/JVS": 1, - "ISA/KWP": 1, - "ESW": 1, - "PCE": 2, - "DRIVING": 1, - "RTN": 1, - "/20/03": 1, - "am": 1, - "CARE": 1, - "ENCOUNTER": 2, - "**15": 1, - "Aug": 1, - "DATA2PCE": 1, - "PXADATA": 7, - "PXAPKG": 9, - "PXASOURC": 10, - "PXAVISIT": 8, - "PXAUSER": 6, - "PXANOT": 3, - "ERRRET": 2, - "PXAPREDT": 2, - "PXAPROB": 15, - "PXACCNT": 2, - "add/edit/delete": 1, - "PCE.": 1, - "pointer": 4, - "visit": 3, - "related.": 1, - "nodes": 1, - "needed": 1, - "lookup/create": 1, - "visit.": 1, - "adding": 1, - "data.": 1, - "displayed": 1, - "screen": 1, - "debugging": 1, - "initial": 1, - "code.": 1, - "passed": 4, - "reference.": 2, - "present": 1, - "PXKERROR": 2, - "caller.": 1, - "want": 1, - "edit": 1, - "Primary": 3, - "Provider": 1, - "moment": 1, - "being": 1, - "dangerous": 1, - "dotted": 1, - "name.": 1, - "warnings": 1, - "occur": 1, - "They": 1, - "form": 1, - "general": 1, - "description": 1, - "problem.": 1, - "ERROR1": 1, - "GENERAL": 2, - "ERRORS": 4, - "SUBSCRIPT": 5, - "PASSED": 4, - "IN": 4, - "FIELD": 2, - "WARNING2": 1, - "WARNINGS": 2, - "WARNING3": 1, - "SERVICE": 1, - "CONNECTION": 1, - "REASON": 9, - "ERROR4": 1, - "PROBLEM": 1, - "LIST": 1, - "Returns": 2, - "PFSS": 2, - "Account": 2, - "Reference": 2, - "known.": 1, - "Returned": 1, - "located": 1, - "Order": 1, - "#100": 1, - "processed": 1, - "could": 1, - "incorrectly": 1, - "NEW": 3, - "VARIABLES": 1, - "NOVSIT": 1, - "PXAK": 20, - "DFN": 1, - "PXAERRF": 3, - "PXADEC": 1, - "PXELAP": 1, - "PXASUB": 2, - "VALQUIET": 2, - "PRIMFND": 7, - "K": 5, - "PXAERROR": 1, - "PXAERR": 7, - "PRVDR": 1, - "needs": 1, - "look": 1, - "up": 1, - "passed.": 1, - "@PXADATA@": 8, - "DUZ": 3, - "SOR": 1, - "SOURCE": 2, - "PKG2IEN": 1, - "VSIT": 1, - "PXAPIUTL": 2, - "TMPSOURC": 1, - "SAVES": 1, - "CREATES": 1, - "VST": 2, - "VISIT": 3, - "KILL": 1, - "VPTR": 1, - "PXAIVSTV": 1, - "ERR": 2, - "PXAIVST": 1, - "PRV": 1, - "PROVIDER": 1, - "AUPNVSIT": 1, - "status": 2, - "Secondary": 2, - "..I": 2, - "PXADI": 4, - "NODE": 5, - "SCREEN": 2, - "VA": 1, - "EXTERNAL": 2, - "INTERNAL": 2, - "ARRAY": 2, - "PXAICPTV": 1, - "SEND": 1, - "BLD": 2, - "DIALOG": 4, - ".PXAERR": 3, - "MSG": 2, - "GLOBAL": 1, - "NA": 1, - "PROVDRST": 1, - "Check": 1, - "provider": 1, - "PRVIEN": 14, - "DETS": 7, - "DIC": 6, - "DR": 4, - "DA": 4, - "DIQ": 3, - "PRI": 3, - "PRVPRIM": 2, - "AUPNVPRV": 2, - ".04": 1, - "EN": 2, - "DIQ1": 1, - "POVPRM": 1, - "POVARR": 1, - "STOP": 1, - "LPXAK": 4, - "ORDX": 14, - "NDX": 7, - "ORDXP": 3, - "DX": 2, - "ICD9": 2, - "AUPNVPOV": 2, - "@POVARR@": 6, - "force": 1, - "originally": 1, - "primary": 1, - "diagnosis": 1, - "flag": 1, - "..E": 1, - "Digest": 2, - "OpenSSL": 3, - "based": 1, - "digest": 19, - "rewrite": 1, - "EVP_DigestInit": 1, - "wrapper.": 1, - "//www.openssl.org/docs/crypto/EVP_DigestInit.html": 1, - "digest.init": 3, - "usually": 1, - "algorithm": 1, - "specification.": 1, - "Anyway": 1, - "properly": 1, - "fail.": 1, - "HEX": 1, - "digest.update": 2, - ".c": 2, - "digest.final": 2, - ".d": 1, - "alg": 3, - "context": 1, - "try": 1, - "etc": 1, - "returned": 1, - "occurs": 1, - "unknown": 1, - "update": 1, - "ctx": 4, - "updates": 1, - ".ctx": 2, - ".msg": 1, - "final": 1, - "hex": 1, - "frees": 1, - "memory": 1, - "allocated": 1, - ".digest": 1, - "algorithms": 1, - "availability": 1, - "depends": 1, - "libcrypto": 1, - "configuration": 1, - "md4": 1, - "sha": 1, - "sha1": 1, - "sha224": 1, - "sha256": 1, - "sha512": 1, - "dss1": 1, - "ripemd160": 1, - "contrasting": 1, - "postconditionals": 1, - "commands": 1, - "post1": 1, - "postconditional": 3, - "purposely": 4, - "TEST": 16, - "post2": 1, - "special": 2, - "post": 1, - "condition": 1, - "illustrate": 1, - "dynamic": 1, - "scope": 1, - "triangle1": 1, - "main2": 1, - "triangle2": 1, - "PRCAAPR": 1, - "WASH": 1, - "ISC@ALTOONA": 1, - "PA/RGY": 1, - "ACCOUNT": 1, - "PROFILE": 1, - "CONT": 1, - "/9/94": 1, - "AM": 1, - "Accounts": 1, - "Receivable": 1, - "**198": 1, - "Mar": 1, - "Per": 1, - "VHA": 1, - "Directive": 1, - "modified.": 1, - "PRCATY": 2, - "DEBT": 10, - "PRCADB": 5, - "PRCA": 14, - "COUNT": 2, - "OUT": 2, - "SEL": 1, - "BILL": 11, - "BAT": 8, - "TRAN": 5, - "DXS": 1, - "DTOUT": 2, - "DIROUT": 1, - "DIRUT": 1, - "DUOUT": 1, - "ASK": 3, - "DPTNOFZY": 2, - "DPTNOFZK": 2, - "DTIME": 1, - "UPPER": 1, - "VALM1": 1, - "RCD": 1, - "DISV": 2, - "NAM": 1, - "RCFN01": 1, - "COMP": 2, - "EN1": 1, - "PRCAATR": 1, - "Y_": 3, - "PRCADB_": 1, - "HDR": 1, - "PRCAAPR1": 3, - "HDR2": 1, - "DIS": 1, - "STAT1": 2, - "_PRCATY_": 1, - "COMP1": 2, - "RCY": 5, - "COMP2": 2, - "_STAT_": 1, - "_STAT": 1, - "payments": 1, - "_TRAN": 1 - }, - "MTML": { - "<$mt:Var>": 15, - "name=": 19, - "value=": 9, - "": 1, - "op=": 8, - "setvar=": 9, - "": 1, - "<": 2, - "a": 1, - "href": 1, - "<$mt:CategoryLabel>": 1, - "remove_html=": 1, - "": 1, - "": 1, - "": 1, - "function=": 1, - "": 1, - "gt=": 2, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 2, - "from=": 2, - "to=": 2, - "div": 1, - "class": 1, - "col_num": 1, - "": 2, - "": 1 - }, - "Makefile": { - "all": 1, - "hello": 4, - "main.o": 3, - "factorial.o": 3, - "hello.o": 3, - "g": 4, - "+": 8, - "-": 6, - "o": 1, - "main.cpp": 2, - "c": 3, - "factorial.cpp": 2, - "hello.cpp": 2, - "clean": 1, - "rm": 1, - "rf": 1, - "*o": 1, - "SHEBANG#!make": 1, - "%": 1, - "ls": 1, - "l": 1 - }, - "Markdown": { - "Tender": 1 - }, - "Mask": { - "header": 1, - "{": 10, - "img": 1, - ".logo": 1, - "src": 1, - "alt": 1, - "logo": 1, - ";": 3, - "h4": 1, - "if": 1, - "(": 3, - "currentUser": 1, - ")": 3, - ".account": 1, - "a": 1, - "href": 1, - "}": 10, - ".view": 1, - "ul": 1, - "for": 1, - "user": 1, - "index": 1, - "of": 1, - "users": 1, - "li.user": 1, - "data": 1, - "-": 3, - "id": 1, - ".name": 1, - ".count": 1, - ".date": 1, - "countdownComponent": 1, - "input": 1, - "type": 1, - "text": 1, - "dualbind": 1, - "value": 1, - "button": 1, - "x": 2, - "signal": 1, - "h5": 1, - "animation": 1, - "slot": 1, - "@model": 1, - "@next": 1, - "footer": 1, - "bazCompo": 1 - }, - "Mathematica": { - "Get": 1, - "[": 307, - "]": 286, - "Notebook": 2, - "{": 227, - "Cell": 28, - "CellGroupData": 8, - "BoxData": 19, - "RowBox": 34, - "}": 222, - "CellChangeTimes": 13, - "-": 134, - "*": 19, - "SuperscriptBox": 1, - "MultilineFunction": 1, - "None": 8, - "Open": 7, - "NumberMarks": 3, - "False": 19, - "GraphicsBox": 2, - "Hue": 5, - "LineBox": 5, - "CompressedData": 9, - "AspectRatio": 1, - "NCache": 1, - "GoldenRatio": 1, - "(": 2, - ")": 1, - "Axes": 1, - "True": 7, - "AxesLabel": 1, - "AxesOrigin": 1, - "Method": 2, - "PlotRange": 1, - "PlotRangeClipping": 1, - "PlotRangePadding": 1, - "Scaled": 10, - "WindowSize": 1, - "WindowMargins": 1, - "Automatic": 9, - "FrontEndVersion": 1, - "StyleDefinitions": 1, - "BeginPackage": 1, - ";": 42, - "PossiblyTrueQ": 3, - "usage": 22, - "PossiblyFalseQ": 2, - "PossiblyNonzeroQ": 3, - "Begin": 2, - "expr_": 4, - "Not": 6, - "TrueQ": 4, - "expr": 4, - "End": 2, - "AnyQ": 3, - "AnyElementQ": 4, - "AllQ": 2, - "AllElementQ": 2, - "AnyNonzeroQ": 2, - "AnyPossiblyNonzeroQ": 2, - "RealQ": 3, - "PositiveQ": 3, - "NonnegativeQ": 3, - "PositiveIntegerQ": 3, - "NonnegativeIntegerQ": 4, - "IntegerListQ": 5, - "PositiveIntegerListQ": 3, - "NonnegativeIntegerListQ": 3, - "IntegerOrListQ": 2, - "PositiveIntegerOrListQ": 2, - "NonnegativeIntegerOrListQ": 2, - "SymbolQ": 2, - "SymbolOrNumberQ": 2, - "cond_": 4, - "L_": 5, - "Fold": 3, - "Or": 1, - "cond": 4, - "/@": 3, - "L": 4, - "Flatten": 1, - "And": 4, - "SHEBANG#!#!=": 1, - "n_": 5, - "Im": 1, - "n": 8, - "Positive": 2, - "IntegerQ": 3, - "&&": 4, - "input_": 6, - "ListQ": 1, - "input": 11, - "MemberQ": 3, - "IntegerQ/@input": 1, - "||": 4, - "a_": 2, - "Head": 2, - "a": 3, - "Symbol": 2, - "NumericQ": 1, - "EndPackage": 1, - "NamespaceBox": 1, - "DynamicModuleBox": 1, - "Typeset": 7, - "q": 1, - "opts": 1, - "AppearanceElements": 1, - "Asynchronous": 1, - "All": 1, - "TimeConstraint": 1, - "elements": 1, - "pod1": 1, - "XMLElement": 13, - "FormBox": 4, - "TagBox": 9, - "GridBox": 2, - "PaneBox": 1, - "StyleBox": 4, - "CellContext": 5, - "TagBoxWrapper": 4, - "AstronomicalData": 1, - "Identity": 2, - "LineIndent": 4, - "LineSpacing": 2, - "GridBoxBackground": 1, - "GrayLevel": 17, - "GridBoxItemSize": 2, - "ColumnsEqual": 2, - "RowsEqual": 2, - "GridBoxDividers": 1, - "GridBoxSpacings": 2, - "GridBoxAlignment": 1, - "Left": 1, - "Baseline": 1, - "AllowScriptLevelChange": 2, - "BaselinePosition": 2, - "Center": 1, - "AbsoluteThickness": 3, - "TraditionalForm": 3, - "PolynomialForm": 1, - "#": 2, - "TraditionalOrder": 1, - "&": 2, - "pod2": 1, - "LinebreakAdjustments": 2, - "FontFamily": 1, - "UnitFontFamily": 1, - "FontSize": 1, - "Smaller": 1, - "StripOnInput": 1, - "SyntaxForm": 2, - "Dot": 2, - "ZeroWidthTimes": 1, - "pod3": 1, - "TemplateBox": 1, - "GraphicsComplexBox": 1, - "EdgeForm": 2, - "Directive": 5, - "Opacity": 2, - "GraphicsGroupBox": 2, - "PolygonBox": 3, - "RGBColor": 3, - "Dashing": 1, - "Small": 1, - "GridLines": 1, - "Dynamic": 1, - "Join": 1, - "Replace": 1, - "MousePosition": 1, - "Graphics": 1, - "Pattern": 2, - "CalculateUtilities": 5, - "GraphicsUtilities": 5, - "Private": 5, - "x": 2, - "Blank": 2, - "y": 2, - "Epilog": 1, - "CapForm": 1, - "Offset": 8, - "DynamicBox": 1, - "ToBoxes": 1, - "DynamicModule": 1, - "pt": 1, - "NearestFunction": 1, - "Do": 1, - "If": 1, - "Length": 1, - "Divisors": 1, - "Binomial": 2, - "i": 3, - "+": 2, - "Print": 1, - "Break": 1, - "Paclet": 1, - "Name": 1, - "Version": 1, - "MathematicaVersion": 1, - "Description": 1, - "Creator": 1, - "Extensions": 1, - "Language": 1, - "MainPage": 1 - }, - "Matlab": { - "function": 34, - "bicycle": 7, - "bicycle_state_space": 1, - "(": 1379, - "speed": 20, - "varargin": 25, - ")": 1380, - "%": 554, - "S": 5, - "dbstack": 1, - ";": 909, - "[": 311, - "CURRENT_DIRECTORY": 2, - "]": 311, - "fileparts": 1, - ".file": 1, - "par": 7, - "par_text_to_struct": 4, - "filesep": 14, - "...": 162, - "A": 11, - "B": 9, - "C": 13, - "D": 7, - "whipple_pull_force_abcd": 2, - "states": 7, - "{": 157, - "}": 157, - "outputs": 10, - "inputs": 14, - "defaultSettings.states": 1, - "defaultSettings.inputs": 1, - "defaultSettings.outputs": 1, - "if": 52, - "size": 11, - "userSettings": 3, - "varargin_to_structure": 2, - "else": 23, - "struct": 1, - "end": 150, - "settings": 3, - "overwrite_settings": 2, - "defaultSettings": 3, - "minStates": 2, - "sum": 2, - "ismember": 15, - "settings.states": 3, - "<": 9, - "error": 16, - "keepStates": 2, - "find": 24, - "removeStates": 1, - "for": 78, - "row": 6, - "abs": 12, - "col": 5, - "e": 14, - "-": 673, - "s": 13, - "sprintf": 11, - "removeInputs": 2, - "settings.inputs": 1, - "keepOutputs": 2, - "settings.outputs": 1, - "It": 1, - "is": 7, - "not": 3, - "possible": 1, - "to": 9, - "keep": 1, - "output": 7, - "because": 1, - "it": 1, - "depends": 1, - "on": 13, - "input": 14, - "StateName": 1, - "OutputName": 1, - "InputName": 1, - "data": 27, - "load_data": 4, - "filename": 21, - "parser": 1, - "inputParser": 1, - "parser.addRequired": 1, - "parser.addParamValue": 3, - "true": 2, - "parser.parse": 1, - "args": 1, - "parser.Results": 1, - "raw": 1, - "load": 1, - "args.directory": 1, - "iddata": 1, - "raw.theta": 1, - "raw.theta_c": 1, - "args.sampleTime": 1, - "args.detrend": 1, - "detrend": 1, - "overrideSettings": 3, - "overrideNames": 2, - "fieldnames": 5, - "defaultNames": 2, - "notGiven": 5, - "setxor": 1, - "length": 49, - "i": 338, - "settings.": 1, - "defaultSettings.": 1, - "x_T": 25, - "y_T": 17, - "vx_T": 22, - "e_T": 7, - "filter": 14, - "Integrate_FILE": 1, - "x_0": 45, - "y_0": 29, - "vx_0": 37, - "e_0": 7, - "T": 22, - "N": 9, - "mu": 73, - "options": 14, - "Integrate": 6, - "nx": 32, - "ny": 29, - "nvx": 32, - "ne": 29, - "vy_0": 22, - "zeros": 61, - "vy_T": 12, - "Look": 2, - "phisically": 2, - "meaningful": 6, - "points": 11, - "meaningless": 2, - "point": 14, - "only": 7, - "h": 19, - "waitbar": 6, - "i/nx": 2, - "j": 242, - "parfor": 5, - "k": 75, - "l": 64, - "sqrt": 14, - "*Potential": 5, - "+": 169, - "*e_0": 3, - "isreal": 8, - "ci": 9, - "t": 32, - "Y": 19, - "te": 2, - "ye": 9, - "ie": 2, - "ode45": 6, - "@f": 6, - "*": 46, - "Potential": 1, - "close": 4, - "tic": 7, - "clear": 13, - "all": 15, - "Elements": 1, - "grid": 1, - "definition": 2, - "n": 102, - "Dimensionless": 1, - "integrating": 1, - "time": 21, - "Choice": 2, - "of": 35, - "the": 14, - "mass": 2, - "parameter": 2, - "Computation": 9, - "Lagrangian": 3, - "Points": 2, - "xl1": 13, - "yl1": 12, - "xl2": 9, - "yl2": 8, - "xl3": 8, - "yl3": 8, - "xl4": 10, - "yl4": 9, - "xl5": 8, - "yl5": 8, - "Lagr": 6, - "initial": 5, - "total": 6, - "energy": 8, - "E_L1": 4, - "Omega": 7, - "C_L1": 3, - "*E_L1": 1, - "from": 2, - "Szebehely": 1, - "E": 8, - "Offset": 2, - "as": 4, - "in": 8, - "figure": 17, - "Initial": 3, - "conditions": 3, - "range": 2, - "x_0_min": 8, - "x_0_max": 8, - "vx_0_min": 8, - "vx_0_max": 8, - "ndgrid": 2, - "linspace": 14, - "*E": 2, - "*Omega": 5, - "vx_0.": 2, - "E_cin": 4, - "filtro": 15, - "ones": 6, - "E_T": 11, - "delta_E": 7, - "a": 17, - "matrix": 3, - "numbers": 2, - "integration": 9, - "steps": 2, - "each": 2, - "np": 8, - "number": 2, - "integrated": 5, - "fprintf": 18, - "Energy": 4, - "tolerance": 2, - "setting": 4, - "energy_tol": 6, - "Setting": 1, - "integrator": 2, - "RelTol": 2, - "AbsTol": 2, - "From": 1, - "Short": 1, - "odeset": 4, - "Parallel": 2, - "equations": 2, - "motion": 2, - "r1": 3, - "r2": 3, - "g": 5, - "i/n": 1, - ".": 13, - "y_0.": 2, - "./": 1, - "mu./": 1, - "&&": 13, - "Check": 6, - "real": 3, - "velocity": 2, - "and": 7, - "positive": 2, - "Kinetic": 2, - "*T": 3, - "@f_reg": 1, - "Saving": 4, - "solutions": 2, - "final": 2, - "difference": 2, - "with": 2, - "one": 3, - "conservation": 2, - "position": 2, - "interesting": 4, - "non": 2, - "sense": 2, - "bad": 4, - "t_integrazione": 3, - "toc": 5, - "filtro_1": 12, - "||": 3, - "FTLE": 14, - "dphi": 12, - "ftle": 10, - "ftle_norm": 1, - "ds_x": 1, - "/": 59, - "ds_vx": 1, - "La": 1, - "direzione": 1, - "dello": 1, - "spostamento": 1, - "la": 2, - "decide": 1, - "il": 1, - "denominatore": 1, - "TODO": 1, - "spiegarsi": 1, - "teoricamente": 1, - "come": 1, - "mai": 1, - "matrice": 1, - "pu": 1, - "essere": 1, - "ridotta": 1, - "x2": 1, - "*ds_x": 2, - "*ds_vx": 2, - "Manual": 2, - "visualize": 2, - "/abs": 3, - "*log": 2, - "max": 9, - "eig": 6, - "dphi*dphi": 1, - "tempo": 4, - "per": 5, - "integrare": 2, - ".2f": 5, - "calcolare": 2, - "var_": 2, - "_": 2, - "var_xvx_": 2, - "ode00": 2, - "_n": 2, - "num2str": 10, - "save": 2, - "nome": 2, - "y": 25, - "average": 1, - "x": 46, - "m": 44, - "|": 2, - "&": 4, - "/length": 1, - "d": 12, - "d_mean": 3, - "d_std": 3, - "normalize": 1, - "mean": 2, - "repmat": 2, - "std": 1, - "d./": 1, - "load_bikes": 2, - "bikes": 24, - "speeds": 21, - "speedNames": 12, - "gains.Benchmark.Slow": 1, - "place": 2, - "holder": 2, - "gains.Browserins.Slow": 1, - "gains.Browser.Slow": 1, - "gains.Pista.Slow": 1, - "gains.Fisher.Slow": 1, - "gains.Yellow.Slow": 1, - "gains.Yellowrev.Slow": 1, - "gains.Benchmark.Medium": 1, - "gains.Browserins.Medium": 1, - "gains.Browser.Medium": 1, - "gains.Pista.Medium": 1, - "gains.Fisher.Medium": 1, - "gains.Yellow.Medium": 1, - "gains.Yellowrev.Medium": 1, - "gains.Benchmark.Fast": 1, - "gains.Browserins.Fast": 1, - "gains.Browser.Fast": 1, - "gains.Pista.Fast": 1, - "gains.Fisher.Fast": 1, - "gains.Yellow.Fast": 1, - "gains.Yellowrev.Fast": 1, - "data.": 6, - "generate_data": 5, - "gains.": 1, - "Range": 1, - "E_0": 4, - "C_L1/2": 1, - "Y_0": 4, - "dx": 6, - "dvx": 3, - "dy": 5, - "/2": 3, - "de": 4, - "Definition": 1, - "arrays": 1, - "In": 1, - "this": 2, - "approach": 1, - "useful": 9, - "pints": 1, - "are": 1, - "stored": 1, - "v_y": 3, - "vx": 2, - "vy": 2, - "Selection": 1, - "Data": 2, - "transfer": 1, - "GPU": 3, - "x_gpu": 3, - "gpuArray": 4, - "y_gpu": 3, - "vx_gpu": 3, - "vy_gpu": 3, - "Integration": 2, - "t0": 6, - "x_f": 3, - "y_f": 3, - "vx_f": 3, - "vy_f": 3, - "arrayfun": 2, - "@RKF45_FILE_gpu": 1, - "back": 1, - "CPU": 1, - "memory": 1, - "cleaning": 1, - "gather": 4, - "Construction": 1, - "computation": 2, - "X_T": 4, - "Y_T": 4, - "VX_T": 4, - "VY_T": 3, - "Compute": 3, - "filter_ftle": 11, - "Compute_FILE_gpu": 1, - "Plot": 1, - "results": 1, - "squeeze": 1, - "pcolor": 2, - "shading": 3, - "flat": 3, - "cross_validation": 1, - "hyper_parameter": 3, - "num_data": 2, - "K": 4, - "indices": 2, - "crossvalind": 1, - "errors": 4, - "test_idx": 4, - "train_idx": 3, - "x_train": 2, - "y_train": 2, - "w": 6, - "train": 1, - "x_test": 3, - "y_test": 3, - "calc_cost": 1, - "calc_error": 2, - "delta_e": 3, - "Integrate_FTLE_Gawlick_ell": 1, - "ecc": 2, - "nu": 2, - "ecc*cos": 1, - "@f_ell": 1, - "Consider": 1, - "also": 1, - "negative": 1, - "goodness": 1, - "x_min": 3, - "x_max": 3, - "y_min": 3, - "y_max": 3, - "how": 1, - "many": 1, - "measure": 1, - "unit": 1, - "both": 1, - "ds": 1, - "x_res": 7, - "*n": 2, - "y_res": 7, - "grid_x": 3, - "grid_y": 3, - "advected_x": 12, - "advected_y": 12, - "X": 6, - "@dg": 1, - "store": 4, - "advected": 2, - "positions": 2, - "they": 2, - "would": 2, - "appear": 2, - "coords": 2, - "sigma": 6, - "compute": 2, - "Jacobian": 3, - "phi": 13, - "*ds": 4, - "eigenvalue": 2, - "*phi": 2, - "log": 2, - "lambda_max": 2, - "plot": 26, - "field": 2, - "contourf": 2, - "location": 1, - "EastOutside": 1, - "axis": 5, - "equal": 2, - "f_x_t": 2, - "inline": 1, - "grid_min": 3, - "grid_max": 3, - "grid_width": 1, - "grid_spacing": 5, - "grid_width/": 1, - "*grid_width/": 4, - "colorbar": 1, - "Yc": 5, - "plant": 4, - "parallel": 2, - "choose_plant": 4, - "p": 7, - "num": 24, - "tf": 18, - "elseif": 14, - "display": 10, - "filtfcn": 2, - "statefcn": 2, - "makeFilter": 1, - "b": 12, - "v": 12, - "@iirFilter": 1, - "@getState": 1, - "yn": 2, - "iirFilter": 1, - "xn": 4, - "vOut": 2, - "getState": 1, - "Call": 2, - "matlab_function": 5, - "which": 2, - "resides": 2, - "same": 2, - "directory": 2, - "value1": 4, - "semicolon": 2, - "at": 3, - "line": 15, - "mandatory": 2, - "suppresses": 2, - "command": 2, - "line.": 2, - "value2": 4, - "result": 5, - "disp": 8, - "Conditions": 1, - "@cross_y": 1, - "ode113": 2, - "t1": 6, - "t2": 6, - "t3": 1, - "dataPlantOne": 3, - "data.Ts": 6, - "dataAdapting": 3, - "dataPlantTwo": 3, - "guessPlantOne": 4, - "resultPlantOne": 1, - "find_structural_gains": 2, - "yh": 2, - "fit": 6, - "x0": 4, - "compare": 3, - "resultPlantOne.fit": 1, - "guessPlantTwo": 3, - "resultPlantTwo": 1, - "resultPlantTwo.fit": 1, - "kP1": 4, - "resultPlantOne.fit.par": 1, - "kP2": 3, - "resultPlantTwo.fit.par": 1, - "gainSlopeOffset": 6, - "eye": 9, - "aux.pars": 3, - "uses": 1, - "tau": 1, - "through": 1, - "wfs": 1, - "aux.timeDelay": 2, - "aux.plantFirst": 2, - "aux.plantSecond": 2, - "plantOneSlopeOffset": 3, - "plantTwoSlopeOffset": 3, - "aux.m": 3, - "aux.b": 3, - "adapting_structural_model": 2, - "aux": 3, - "mod": 3, - "idnlgrey": 1, - "pem": 1, - "create_ieee_paper_plots": 2, - "rollData": 8, - "global": 6, - "goldenRatio": 12, - "exist": 1, - "mkdir": 1, - "linestyles": 15, - "colors": 13, - "loop_shape_example": 3, - "data.Benchmark.Medium": 2, - "plot_io_roll": 3, - "open_loop_all_bikes": 1, - "handling_all_bikes": 1, - "path_plots": 1, - "var": 3, - "io": 7, - "typ": 3, - "plot_io": 1, - "phase_portraits": 2, - "eigenvalues": 2, - "bikeData": 2, - "figWidth": 24, - "figHeight": 19, - "set": 43, - "gcf": 17, - "freq": 12, - "hold": 23, - "closedLoops": 1, - "bikeData.closedLoops": 1, - "bops": 7, - "bodeoptions": 1, - "bops.FreqUnits": 1, - "strcmp": 24, - "gray": 7, - "deltaNum": 2, - "closedLoops.Delta.num": 1, - "deltaDen": 2, - "closedLoops.Delta.den": 1, - "bodeplot": 6, - "neuroNum": 2, - "neuroDen": 2, - "whichLines": 3, - "phiDotNum": 2, - "closedLoops.PhiDot.num": 1, - "phiDotDen": 2, - "closedLoops.PhiDot.den": 1, - "closedBode": 3, - "off": 10, - "opts": 4, - "getoptions": 2, - "opts.YLim": 3, - "opts.PhaseMatching": 2, - "opts.PhaseMatchingValue": 2, - "opts.Title.String": 2, - "setoptions": 2, - "lines": 17, - "findobj": 5, - "raise": 19, - "plotAxes": 22, - "curPos1": 4, - "get": 11, - "curPos2": 4, - "xLab": 8, - "legWords": 3, - "closeLeg": 2, - "legend": 7, - "axes": 9, - "db1": 4, - "text": 11, - "db2": 2, - "dArrow1": 2, - "annotation": 13, - "dArrow2": 2, - "dArrow": 2, - "pathToFile": 11, - "print": 6, - "fix_ps_linestyle": 6, - "openLoops": 1, - "bikeData.openLoops": 1, - "openLoops.Phi.num": 1, - "den": 15, - "openLoops.Phi.den": 1, - "openLoops.Psi.num": 1, - "openLoops.Psi.den": 1, - "openLoops.Y.num": 1, - "openLoops.Y.den": 1, - "openBode": 3, - "wc": 14, - "wShift": 5, - "bikeData.handlingMetric.num": 1, - "bikeData.handlingMetric.den": 1, - "mag": 4, - "phase": 2, - "bode": 5, - "metricLine": 1, - "Linewidth": 7, - "Color": 13, - "Linestyle": 6, - "Handling": 2, - "Quality": 2, - "Metric": 2, - "Frequency": 2, - "rad/s": 4, - "Level": 6, - "benchmark": 1, - "Handling.eps": 1, - "plots": 4, - "deps2": 1, - "loose": 4, - "PaperOrientation": 3, - "portrait": 3, - "PaperUnits": 3, - "inches": 3, - "PaperPositionMode": 3, - "manual": 3, - "PaperPosition": 3, - "PaperSize": 3, - "rad/sec": 1, - "Open": 1, - "Loop": 1, - "Bode": 1, - "Diagrams": 1, - "m/s": 6, - "Latex": 1, - "type": 4, - "LineStyle": 2, - "LineWidth": 2, - "Location": 2, - "Southwest": 1, - "Fontsize": 4, - "YColor": 2, - "XColor": 1, - "Position": 6, - "Xlabel": 1, - "Units": 1, - "normalized": 1, - "openBode.eps": 1, - "deps2c": 3, - "maxMag": 2, - "magnitudes": 1, - "area": 1, - "fillColors": 1, - "gca": 8, - "metricLines": 2, - ".handlingMetric.num": 1, - ".handlingMetric.den": 1, - "chil": 2, - "legLines": 1, - "Hands": 1, - "free": 1, - "@": 1, - "handling.eps": 1, - "f": 13, - "YTick": 1, - "YTickLabel": 1, - "Path": 1, - "Southeast": 1, - "Distance": 1, - "Lateral": 1, - "Deviation": 1, - "paths.eps": 1, - "like": 1, - "plot.": 1, - "names": 6, - "prettyNames": 3, - "units": 3, - "index": 6, - "variable": 10, - "data.Browser": 1, - "maxValue": 4, - "oneSpeed": 3, - "history": 7, - "oneSpeed.": 3, - "round": 1, - "pad": 10, - "yShift": 16, - "xShift": 3, - "oneSpeed.time": 2, - "oneSpeed.speed": 2, - "distance": 6, - "xAxis": 12, - "xData": 3, - "textX": 3, - "ylim": 2, - "ticks": 4, - "xlabel": 8, - "xLimits": 6, - "xlim": 8, - "loc": 3, - "l1": 2, - "l2": 2, - "first": 3, - "ylabel": 4, - "box": 4, - "x_r": 6, - "y_r": 6, - "w_r": 5, - "h_r": 5, - "rectangle": 2, - "w_r/2": 4, - "h_r/2": 4, - "x_a": 10, - "y_a": 10, - "w_a": 7, - "h_a": 5, - "ax": 15, - "rollData.speed": 1, - "rollData.time": 1, - "path": 3, - "rollData.path": 1, - "frontWheel": 3, - "rollData.outputs": 3, - "rollAngle": 4, - "steerAngle": 4, - "rollTorque": 4, - "rollData.inputs": 1, - "subplot": 3, - "h1": 5, - "h2": 5, - "plotyy": 3, - "inset": 3, - "gainChanges": 2, - "loopNames": 4, - "xy": 7, - "xySource": 7, - "xlabels": 2, - "ylabels": 2, - "legends": 3, - "floatSpec": 3, - "twentyPercent": 1, - "nominalData": 1, - "nominalData.": 2, - "bikeData.": 2, - "twentyPercent.": 2, - "leg1": 2, - "bikeData.modelPar.": 1, - "leg2": 2, - "twentyPercent.modelPar.": 1, - "eVals": 5, - "pathToParFile": 2, - "str": 2, - "eigenValues": 1, - "zeroIndices": 3, - "maxEvals": 4, - "maxLine": 7, - "minLine": 4, - "min": 1, - "speedInd": 12, - "write_gains": 1, - "gains": 12, - "contents": 1, - "importdata": 1, - "speedsInFile": 5, - "contents.data": 2, - "gainsInFile": 3, - "sameSpeedIndices": 5, - "allGains": 4, - "allSpeeds": 4, - "order": 11, - "sort": 1, - "fid": 7, - "fopen": 2, - "contents.colheaders": 1, - "fclose": 2, - "wnm": 11, - "zetanm": 5, - "ss": 3, - "data.modelPar.A": 1, - "data.modelPar.B": 1, - "data.modelPar.C": 1, - "data.modelPar.D": 1, - "bicycle.StateName": 2, - "bicycle.OutputName": 4, - "bicycle.InputName": 2, - "analytic": 3, - "system_state_space": 2, - "numeric": 2, - "data.system.A": 1, - "data.system.B": 1, - "data.system.C": 1, - "data.system.D": 1, - "numeric.StateName": 1, - "data.bicycle.states": 1, - "numeric.InputName": 1, - "data.bicycle.inputs": 1, - "numeric.OutputName": 1, - "data.bicycle.outputs": 1, - "pzplot": 1, - "ss2tf": 2, - "analytic.A": 3, - "analytic.B": 1, - "analytic.C": 1, - "analytic.D": 1, - "mine": 1, - "data.forceTF.PhiDot.num": 1, - "data.forceTF.PhiDot.den": 1, - "numeric.A": 2, - "numeric.B": 1, - "numeric.C": 1, - "numeric.D": 1, - "whipple_pull_force_ABCD": 1, - "bottomRow": 1, - "prod": 3, - "value": 2, - "isterminal": 2, - "direction": 2, - "FIXME": 1, - "largest": 1, - "primary": 1, - "guess.plantOne": 3, - "guess.plantTwo": 2, - "plantNum.plantOne": 2, - "plantNum.plantTwo": 2, - "sections": 13, - "secData.": 1, - "guess.": 2, - "result.": 2, - ".fit.par": 1, - "currentGuess": 2, - ".*": 2, - "warning": 1, - "randomGuess": 1, - "The": 6, - "self": 2, - "validation": 2, - "VAF": 2, - "f.": 2, - "data/": 1, - "results.mat": 1, - "guess": 1, - "plantNum": 1, - "plots/": 1, - ".png": 1, - "task": 1, - "closed": 1, - "loop": 1, - "system": 2, - "u.": 1, - "gain": 1, - "guesses": 1, - "k1": 4, - "k2": 3, - "k3": 3, - "k4": 4, - "identified": 1, - ".vaf": 1, - "name": 4, - "convert_variable": 1, - "coordinates": 6, - "get_variables": 2, - "columns": 4, - "arguments": 7, - "ischar": 1, - "options.": 1, - "clc": 1, - "textscan": 1, - "strtrim": 2, - "vals": 2, - "regexp": 1, - "par.": 1, - "str2num": 1, - "lane_change": 1, - "start": 4, - "width": 3, - "slope": 3, - "pathLength": 3, - "single": 1, - "double": 1, - "Double": 1, - "lane": 4, - "change": 1, - "needs": 1, - "lane.": 1, - "laneLength": 4, - "startOfSlope": 3, - "endOfSlope": 1, - "<=>": 1, - "1": 1, - "downSlope": 3, - "c1": 5, - "roots": 3, - "*mu": 6, - "c2": 5, - "c3": 3, - "Earth": 2, - "Moon": 2, - "C_star": 1, - "C/2": 1, - "orbit": 1, - "Y0": 6, - "y0": 2, - "vx0": 2, - "vy0": 2, - "l0": 1, - "delta_E0": 1, - "Hill": 1, - "Edgecolor": 1, - "none": 1, - "ok": 2, - "sg": 1, - "sr": 1, - "tspan": 7, - "arg1": 1, - "arg": 2, - "RK4_par": 1, - "RK4": 3, - "z": 3, - "*vx_0": 1, - "u": 3, - "Yp": 2, - "human": 1, - "Ys": 1, - "feedback": 1, - "tf2ss": 1, - "Ys.num": 1, - "Ys.den": 1, - "classdef": 1, - "matlab_class": 2, - "properties": 1, - "R": 1, - "G": 1, - "methods": 1, - "obj": 2, - "r": 2, - "obj.R": 2, - "obj.G": 2, - "obj.B": 2, - "enumeration": 1, - "red": 1, - "green": 1, - "blue": 1, - "cyan": 1, - "magenta": 1, - "yellow": 1, - "black": 1, - "white": 1, - "fun": 5, - "th": 1, - "Runge": 1, - "Kutta": 1, - "dim": 2, - "while": 1, - "h/2": 2, - "k1*h/2": 1, - "k2*h/2": 1, - "h*k3": 1, - "h/6*": 1, - "*k2": 1, - "*k3": 1, - "ret": 3, - "Transforming": 1, - "into": 1, - "Hamiltonian": 1, - "variables": 2, - "px_0": 2, - "py_0": 2, - "px_T": 4, - "py_T": 4, - "inf": 1, - "@cr3bp_jac": 1, - "@fH": 1, - "EnergyH": 1, - "t_integr": 1, - "Back": 1, - "Inf": 1, - "_e": 1, - "_H": 1 - }, - "Maven POM": { - "": 1, - "version=": 1, - "encoding=": 1, - "": 1, - "xmlns=": 1, - "xmlns": 1, - "xsi=": 1, - "xsi": 1, - "schemaLocation=": 1, - "": 1, - "": 1, - "": 28, - "renpengben": 1, - "": 28, - "": 28, - "spring4mvc": 3, - "-": 36, - "jpa": 4, - "": 28, - "": 1, - "war": 1, - "": 1, - "": 26, - "SNAPSHOT": 1, - "": 26, - "": 1, - "Maven": 1, - "Webapp": 1, - "": 1, - "": 1, - "https": 1, - "//renpengben.github.io": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "UTF": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "RELEASE": 2, - "": 1, - "": 1, - "": 1, - "": 1, - "_3": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "Final": 2, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 24, - "junit": 4, - "{": 24, - "junit.version": 1, - "}": 24, - "": 4, - "test": 3, - "": 4, - "": 24, - "org.slf4j": 2, - "slf4j": 2, - "api": 1, - "slf4j.version": 2, - "log4j12": 1, - "log4j": 2, - "log4j.version": 1, - "org.springframework": 13, - "spring": 14, - "core": 2, - "spring.version": 13, - "": 2, - "": 2, - "commons": 2, - "logging": 2, - "": 2, - "": 2, - "beans": 1, - "context": 2, - "aop": 1, - "expression": 1, - "tx": 1, - "aspects": 1, - "support": 1, - "jdbc": 1, - "orm": 1, - "web": 1, - "webmvc": 1, - "org.springframework.data": 1, - "data": 1, - "spring.data.jpa.version": 1, - "dep": 1, - "cglib": 2, - "nodep": 1, - "cglib.version": 1, - "org.hibernate": 3, - "hibernate": 4, - "hibernate.version": 2, - "entitymanager": 1, - "validator": 1, - "validator.version": 1, - "compile": 1, - "mysql": 2, - "connector": 1, - "java": 1, - "mysql.version": 1, - "runtime": 1, - "com.alibaba": 1, - "druid": 2, - "version": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "org.apache.maven.plugins": 1, - "maven": 1, - "compiler": 1, - "plugin": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1 - }, - "Max": { - "max": 1, - "v2": 1, - ";": 39, - "#N": 2, - "vpatcher": 1, - "#P": 33, - "toggle": 1, - "button": 4, - "window": 2, - "setfont": 1, - "Verdana": 1, - "linecount": 1, - "newex": 8, - "r": 1, - "jojo": 2, - "#B": 2, - "color": 2, - "s": 1, - "route": 1, - "append": 1, - "toto": 1, - "%": 1, - "counter": 2, - "#X": 1, - "flags": 1, - "newobj": 1, - "metro": 1, - "t": 2, - "message": 2, - "Goodbye": 1, - "World": 2, - "Hello": 1, - "connect": 13, - "fasten": 1, - "pop": 1, - "{": 126, - "}": 126, - "[": 163, - "]": 163 - }, - "MediaWiki": { - "Overview": 1, - "The": 17, - "GDB": 15, - "Tracepoint": 4, - "Analysis": 1, - "feature": 3, - "is": 9, - "an": 3, - "extension": 1, - "to": 12, - "the": 72, - "Tracing": 3, - "and": 20, - "Monitoring": 1, - "Framework": 1, - "that": 4, - "allows": 2, - "visualization": 1, - "analysis": 1, - "of": 8, - "C/C": 10, - "+": 20, - "tracepoint": 5, - "data": 5, - "collected": 2, - "by": 10, - "stored": 1, - "a": 12, - "log": 1, - "file.": 1, - "Getting": 1, - "Started": 1, - "can": 9, - "be": 18, - "installed": 2, - "from": 8, - "Eclipse": 1, - "update": 2, - "site": 1, - "selecting": 1, - ".": 8, - "requires": 1, - "version": 1, - "or": 8, - "later": 1, - "on": 3, - "local": 1, - "host.": 1, - "executable": 3, - "program": 1, - "must": 3, - "found": 1, - "in": 15, - "path.": 1, - "Trace": 9, - "Perspective": 1, - "To": 1, - "open": 1, - "perspective": 2, - "select": 5, - "includes": 1, - "following": 1, - "views": 2, - "default": 2, - "*": 6, - "This": 7, - "view": 7, - "shows": 7, - "projects": 1, - "workspace": 2, - "used": 1, - "create": 1, - "manage": 1, - "projects.": 1, - "running": 1, - "Postmortem": 5, - "Debugger": 4, - "instances": 1, - "displays": 2, - "thread": 1, - "stack": 2, - "trace": 17, - "associated": 1, - "with": 4, - "tracepoint.": 3, - "status": 1, - "debugger": 1, - "navigation": 1, - "records.": 1, - "console": 1, - "output": 1, - "Debugger.": 1, - "editor": 7, - "area": 2, - "contains": 1, - "editors": 1, - "when": 1, - "opened.": 1, - "[": 11, - "Image": 2, - "images/GDBTracePerspective.png": 1, - "]": 11, - "Collecting": 2, - "Data": 4, - "outside": 2, - "scope": 1, - "this": 5, - "feature.": 1, - "It": 1, - "done": 2, - "command": 1, - "line": 2, - "using": 3, - "CDT": 3, - "debug": 1, - "component": 1, - "within": 1, - "Eclipse.": 1, - "See": 1, - "FAQ": 2, - "entry": 2, - "#References": 2, - "|": 2, - "References": 3, - "section.": 2, - "Importing": 2, - "Some": 1, - "information": 1, - "section": 1, - "redundant": 1, - "LTTng": 3, - "User": 3, - "Guide.": 1, - "For": 1, - "further": 1, - "details": 1, - "see": 1, - "Guide": 2, - "Creating": 1, - "Project": 1, - "In": 5, - "right": 3, - "-": 8, - "click": 8, - "context": 4, - "menu.": 4, - "dialog": 1, - "name": 2, - "your": 2, - "project": 2, - "tracing": 1, - "folder": 5, - "Browse": 2, - "enter": 2, - "source": 2, - "directory.": 1, - "Select": 1, - "file": 6, - "tree.": 1, - "Optionally": 1, - "set": 1, - "type": 2, - "Click": 1, - "Alternatively": 1, - "drag": 1, - "&": 1, - "dropped": 1, - "any": 2, - "external": 1, - "manager.": 1, - "Selecting": 2, - "Type": 1, - "Right": 2, - "imported": 1, - "choose": 2, - "step": 1, - "omitted": 1, - "if": 1, - "was": 2, - "selected": 3, - "at": 3, - "import.": 1, - "will": 6, - "updated": 2, - "icon": 1, - "images/gdb_icon16.png": 1, - "Executable": 1, - "created": 1, - "identified": 1, - "so": 2, - "launched": 1, - "properly.": 1, - "path": 1, - "press": 1, - "recognized": 1, - "as": 1, - "executable.": 1, - "Visualizing": 1, - "Opening": 1, - "double": 1, - "it": 3, - "opened": 2, - "Events": 5, - "instance": 1, - "launched.": 1, - "If": 2, - "available": 1, - "code": 1, - "corresponding": 1, - "first": 1, - "record": 2, - "also": 2, - "editor.": 2, - "At": 1, - "point": 1, - "recommended": 1, - "relocate": 1, - "not": 1, - "hidden": 1, - "Viewing": 1, - "table": 1, - "shown": 1, - "one": 1, - "row": 1, - "for": 2, - "each": 1, - "record.": 2, - "column": 6, - "sequential": 1, - "number.": 1, - "number": 2, - "assigned": 1, - "collection": 1, - "time": 2, - "method": 1, - "where": 1, - "set.": 1, - "run": 1, - "Searching": 1, - "filtering": 1, - "entering": 1, - "regular": 1, - "expression": 1, - "header.": 1, - "Navigating": 1, - "records": 1, - "keyboard": 1, - "mouse.": 1, - "show": 1, - "current": 1, - "navigated": 1, - "clicking": 1, - "buttons.": 1, - "updated.": 1, - "http": 4, - "//wiki.eclipse.org/index.php/Linux_Tools_Project/LTTng2/User_Guide": 1, - "//wiki.eclipse.org/CDT/User/FAQ#How_can_I_trace_my_application_using_C.2FC.2B.2B_Tracepoints.3F": 1, - "How": 1, - "I": 1, - "my": 1, - "application": 1, - "Tracepoints": 1, - "Updating": 1, - "Document": 1, - "document": 2, - "maintained": 1, - "collaborative": 1, - "wiki.": 1, - "you": 1, - "wish": 1, - "modify": 1, - "please": 1, - "visit": 1, - "//wiki.eclipse.org/index.php/Linux_Tools_Project/GDB_Tracepoint_Analysis/User_Guide": 1, - "//wiki.eclipse.org/Linux_Tools_Project/GDB_Tracepoint_Analysis/User_Guide": 1 - }, - "Mercury": { - "%": 416, - "-": 6967, - "module": 46, - "rot13_ralph.": 1, - "interface.": 13, - "import_module": 126, - "io.": 8, - "pred": 255, - "main": 15, - "(": 3351, - "io__state": 4, - "di": 54, - "uo": 58, - ")": 3351, - "is": 246, - "det.": 184, - "implementation.": 12, - "int": 129, - "require.": 6, - "io__read_byte": 1, - "Result": 4, - "{": 27, - "ok": 3, - "X": 9, - "}": 28, - "io__write_byte": 1, - "rot13": 11, - ";": 913, - "eof": 6, - "error": 7, - "ErrNo": 2, - "io__error_message": 2, - ".": 610, - "func": 24, - "int.": 4, - "if": 15, - "z": 1, - "then": 3, - "Rot13": 2, - "A": 14, - "<": 14, - "else": 8, - "C": 34, - "+": 127, - "rem": 1, - "libs.options.": 3, - "char.": 1, - "getopt_io.": 1, - "set.": 4, - "short_option": 36, - "char": 10, - "in": 510, - "option": 9, - "out": 337, - "semidet.": 10, - "long_option": 241, - "string": 115, - "option_defaults": 2, - "option_data": 2, - "nondet.": 1, - "special_handler": 1, - "special_data": 1, - "option_table": 5, - "maybe_option_table": 3, - "inconsequential_options": 1, - "set": 16, - "options_help": 1, - "io": 6, - "type": 57, - "option_table_add_mercury_library_directory": 1, - "option_table.": 2, - "option_table_add_search_library_files_directory": 1, - "quote_arg": 1, - "string.": 7, - "inhibit_warnings": 4, - "inhibit_accumulator_warnings": 3, - "halt_at_warn": 3, - "halt_at_syntax_errors": 3, - "halt_at_auto_parallel_failure": 3, - "warn_singleton_vars": 3, - "warn_overlapping_scopes": 3, - "warn_det_decls_too_lax": 3, - "warn_inferred_erroneous": 3, - "warn_nothing_exported": 3, - "warn_unused_args": 3, - "warn_interface_imports": 3, - "warn_missing_opt_files": 3, - "warn_missing_trans_opt_files": 3, - "warn_missing_trans_opt_deps": 3, - "warn_non_contiguous_clauses": 3, - "warn_non_contiguous_foreign_procs": 3, - "warn_non_stratification": 3, - "warn_unification_cannot_succeed": 3, - "warn_simple_code": 3, - "warn_duplicate_calls": 3, - "warn_missing_module_name": 3, - "warn_wrong_module_name": 3, - "warn_smart_recompilation": 3, - "warn_undefined_options_variables": 3, - "warn_non_tail_recursion": 3, - "warn_target_code": 3, - "warn_up_to_date": 3, - "warn_stubs": 3, - "warn_dead_procs": 3, - "warn_table_with_inline": 3, - "warn_non_term_special_preds": 3, - "warn_known_bad_format_calls": 3, - "warn_unknown_format_calls": 3, - "warn_obsolete": 3, - "warn_insts_without_matching_type": 3, - "warn_unused_imports": 3, - "inform_ite_instead_of_switch": 3, - "warn_unresolved_polymorphism": 3, - "warn_suspicious_foreign_procs": 3, - "warn_state_var_shadowing": 3, - "inform_inferred": 3, - "inform_inferred_types": 3, - "inform_inferred_modes": 3, - "verbose": 4, - "very_verbose": 4, - "verbose_errors": 4, - "verbose_recompilation": 3, - "find_all_recompilation_reasons": 3, - "verbose_make": 3, - "verbose_commands": 3, - "output_compile_error_lines": 3, - "report_cmd_line_args": 3, - "report_cmd_line_args_in_doterr": 3, - "statistics": 4, - "detailed_statistics": 3, - "proc_size_statistics": 3, - "debug_types": 4, - "debug_modes": 4, - "debug_modes_statistics": 3, - "debug_modes_minimal": 3, - "debug_modes_verbose": 3, - "debug_modes_pred_id": 3, - "debug_dep_par_conj": 3, - "debug_det": 4, - "debug_code_gen_pred_id": 3, - "debug_opt": 3, - "debug_term": 4, - "term": 10, - "constraint": 2, - "termination": 3, - "analysis": 1, - "debug_opt_pred_id": 3, - "debug_opt_pred_name": 3, - "debug_pd": 3, - "pd": 1, - "partial": 1, - "deduction/deforestation": 1, - "debug_il_asm": 3, - "il_asm": 1, - "IL": 2, - "generation": 1, - "via": 1, - "asm": 1, - "debug_liveness": 3, - "debug_stack_opt": 3, - "debug_make": 3, - "debug_closure": 3, - "debug_trail_usage": 3, - "debug_mode_constraints": 3, - "debug_intermodule_analysis": 3, - "debug_mm_tabling_analysis": 3, - "debug_indirect_reuse": 3, - "debug_type_rep": 3, - "make_short_interface": 4, - "make_interface": 5, - "make_private_interface": 4, - "make_optimization_interface": 5, - "make_transitive_opt_interface": 5, - "make_analysis_registry": 3, - "make_xml_documentation": 5, - "generate_source_file_mapping": 4, - "generate_dependency_file": 3, - "generate_dependencies": 4, - "generate_module_order": 3, - "generate_standalone_interface": 3, - "convert_to_mercury": 6, - "typecheck_only": 4, - "errorcheck_only": 4, - "target_code_only": 10, - "compile_only": 4, - "compile_to_shared_lib": 3, - "output_grade_string": 3, - "output_link_command": 3, - "output_shared_lib_link_command": 3, - "output_libgrades": 3, - "output_cc": 3, - "output_c_compiler_type": 4, - "output_csharp_compiler_type": 3, - "output_cflags": 3, - "output_library_link_flags": 3, - "output_grade_defines": 3, - "output_c_include_directory_flags": 4, - "smart_recompilation": 3, - "generate_item_version_numbers": 2, - "generate_mmc_make_module_dependencies": 4, - "assume_gmake": 3, - "trace_level": 4, - "trace_optimized": 4, - "trace_prof": 3, - "trace_table_io": 3, - "trace_table_io_only_retry": 3, - "trace_table_io_states": 3, - "trace_table_io_require": 3, - "trace_table_io_all": 3, - "trace_goal_flags": 3, - "prof_optimized": 4, - "exec_trace_tail_rec": 3, - "suppress_trace": 3, - "force_disable_tracing": 3, - "delay_death": 3, - "delay_death_max_vars": 3, - "stack_trace_higher_order": 3, - "force_disable_ssdebug": 3, - "generate_bytecode": 3, - "line_numbers": 4, - "auto_comments": 4, - "frameopt_comments": 3, - "max_error_line_width": 3, - "show_dependency_graph": 3, - "imports_graph": 3, - "dump_trace_counts": 3, - "dump_hlds": 5, - "dump_hlds_pred_id": 3, - "dump_hlds_pred_name": 3, - "dump_hlds_alias": 4, - "dump_hlds_options": 3, - "dump_hlds_inst_limit": 3, - "dump_hlds_file_suffix": 3, - "dump_same_hlds": 3, - "dump_mlds": 4, - "verbose_dump_mlds": 4, - "mode_constraints": 3, - "simple_mode_constraints": 3, - "prop_mode_constraints": 4, - "benchmark_modes": 3, - "benchmark_modes_repeat": 3, - "sign_assembly": 3, - "separate_assemblies": 3, - "reorder_conj": 3, - "reorder_disj": 3, - "fully_strict": 3, - "strict_sequential": 3, - "allow_stubs": 3, - "infer_types": 3, - "infer_modes": 3, - "infer_det": 4, - "infer_all": 3, - "type_inference_iteration_limit": 3, - "mode_inference_iteration_limit": 3, - "event_set_file_name": 3, - "grade": 4, - "target": 14, - "il": 5, - "il_only": 4, - "compile_to_c": 4, - "c": 1, - "java": 35, - "java_only": 4, - "csharp": 6, - "csharp_only": 4, - "x86_64": 6, - "x86_64_only": 4, - "erlang": 6, - "erlang_only": 4, - "exec_trace": 3, - "decl_debug": 3, - "profiling": 5, - "profile_time": 5, - "profile_calls": 6, - "time_profiling": 3, - "memory_profiling": 3, - "profile_mem": 1, - "deep_profiling": 3, - "profile_deep": 4, - "profile_memory": 3, - "use_activation_counts": 3, - "pre_prof_transforms_simplify": 3, - "pre_implicit_parallelism_simplify": 3, - "coverage_profiling": 3, - "coverage_profiling_via_calls": 3, - "coverage_profiling_static": 3, - "profile_deep_coverage_after_goal": 3, - "profile_deep_coverage_branch_ite": 3, - "profile_deep_coverage_branch_switch": 3, - "profile_deep_coverage_branch_disj": 3, - "profile_deep_coverage_use_portcounts": 3, - "profile_deep_coverage_use_trivial": 2, - "profile_for_feedback": 2, - "use_zeroing_for_ho_cycles": 2, - "use_lots_of_ho_specialization": 2, - "deep_profile_tail_recursion": 2, - "record_term_sizes_as_words": 2, - "record_term_sizes_as_cells": 2, - "experimental_complexity": 2, - "gc": 2, - "parallel": 3, - "threadscope": 2, - "use_trail": 3, - "trail_segments": 2, - "use_minimal_model_stack_copy": 2, - "use_minimal_model_own_stacks": 2, - "minimal_model_debug": 2, - "single_prec_float": 2, - "type_layout": 2, - "maybe_thread_safe_opt": 2, - "extend_stacks_when_needed": 2, - "stack_segments": 2, - "use_regions": 2, - "use_alloc_regions": 2, - "use_regions_debug": 2, - "use_regions_profiling": 2, - "source_to_source_debug": 5, - "ssdb_trace_level": 3, - "link_ssdb_libs": 4, - "tags": 2, - "num_tag_bits": 2, - "num_reserved_addresses": 2, - "num_reserved_objects": 2, - "bits_per_word": 2, - "bytes_per_word": 2, - "conf_low_tag_bits": 2, - "unboxed_float": 3, - "unboxed_enums": 2, - "unboxed_no_tag_types": 2, - "sync_term_size": 2, - "words": 1, - "gcc_non_local_gotos": 3, - "gcc_global_registers": 2, - "asm_labels": 3, - "pic_reg": 2, - "use_float_registers": 5, - "highlevel_code": 3, - "highlevel_data": 2, - "gcc_nested_functions": 2, - "det_copy_out": 2, - "nondet_copy_out": 2, - "put_commit_in_own_func": 2, - "put_nondet_env_on_heap": 2, - "verifiable_code": 2, - "il_refany_fields": 2, - "il_funcptr_types": 2, - "il_byref_tailcalls": 2, - "backend_foreign_languages": 2, - "stack_trace": 2, - "basic_stack_layout": 2, - "agc_stack_layout": 2, - "procid_stack_layout": 2, - "trace_stack_layout": 2, - "body_typeinfo_liveness": 4, - "can_compare_constants_as_ints": 2, - "pretest_equality_cast_pointers": 2, - "can_compare_compound_values": 2, - "lexically_order_constructors": 2, - "mutable_always_boxed": 2, - "delay_partial_instantiations": 2, - "allow_defn_of_builtins": 2, - "special_preds": 2, - "type_ctor_info": 2, - "type_ctor_layout": 2, - "type_ctor_functors": 2, - "new_type_class_rtti": 2, - "rtti_line_numbers": 2, - "disable_minimal_model_stack_copy_pneg": 2, - "disable_minimal_model_stack_copy_cut": 2, - "use_minimal_model_stack_copy_pneg": 2, - "use_minimal_model_stack_copy_cut": 3, - "disable_trail_ops": 3, - "size_region_ite_fixed": 2, - "size_region_disj_fixed": 2, - "size_region_semi_disj_fixed": 1, - "size_region_commit_fixed": 2, - "size_region_ite_protect": 2, - "size_region_ite_snapshot": 2, - "size_region_semi_disj_protect": 2, - "size_region_disj_snapshot": 2, - "size_region_commit_entry": 2, - "solver_type_auto_init": 2, - "allow_multi_arm_switches": 2, - "type_check_constraints": 2, - "allow_argument_packing": 2, - "low_level_debug": 2, - "table_debug": 2, - "trad_passes": 2, - "parallel_liveness": 2, - "parallel_code_gen": 2, - "polymorphism": 2, - "reclaim_heap_on_failure": 2, - "reclaim_heap_on_semidet_failure": 2, - "reclaim_heap_on_nondet_failure": 2, - "have_delay_slot": 2, - "num_real_r_regs": 2, - "num_real_f_regs": 2, - "num_real_r_temps": 2, - "num_real_f_temps": 2, - "max_jump_table_size": 2, - "max_specialized_do_call_closure": 2, - "max_specialized_do_call_class_method": 2, - "compare_specialization": 2, - "should_pretest_equality": 2, - "fact_table_max_array_size": 2, - "fact_table_hash_percent_full": 2, - "gcc_local_labels": 2, - "prefer_switch": 2, - "opt_no_return_calls": 3, - "opt_level": 3, - "opt_level_number": 2, - "opt_space": 2, - "Default": 3, - "to": 16, - "optimize": 3, - "time.": 1, - "intermodule_optimization": 2, - "read_opt_files_transitively": 2, - "use_opt_files": 2, - "use_trans_opt_files": 2, - "transitive_optimization": 2, - "intermodule_analysis": 2, - "analysis_repeat": 2, - "analysis_file_cache": 2, - "allow_inlining": 2, - "inlining": 2, - "inline_simple": 2, - "inline_builtins": 2, - "inline_single_use": 2, - "inline_call_cost": 2, - "inline_compound_threshold": 2, - "inline_simple_threshold": 2, - "inline_vars_threshold": 2, - "intermod_inline_simple_threshold": 2, - "from_ground_term_threshold": 2, - "enable_const_struct": 2, - "common_struct": 2, - "common_struct_preds": 2, - "common_goal": 2, - "constraint_propagation": 2, - "local_constraint_propagation": 2, - "optimize_unused_args": 2, - "intermod_unused_args": 2, - "optimize_higher_order": 2, - "higher_order_size_limit": 2, - "higher_order_arg_limit": 2, - "unneeded_code": 2, - "unneeded_code_copy_limit": 2, - "unneeded_code_debug": 2, - "unneeded_code_debug_pred_name": 2, - "type_specialization": 2, - "user_guided_type_specialization": 2, - "introduce_accumulators": 2, - "optimize_constructor_last_call_accumulator": 2, - "optimize_constructor_last_call_null": 3, - "optimize_constructor_last_call": 2, - "optimize_duplicate_calls": 2, - "constant_propagation": 2, - "excess_assign": 2, - "optimize_format_calls": 2, - "optimize_saved_vars_const": 2, - "optimize_saved_vars_cell": 2, - "optimize_saved_vars_cell_loop": 2, - "optimize_saved_vars_cell_full_path": 2, - "optimize_saved_vars_cell_on_stack": 2, - "optimize_saved_vars_cell_candidate_headvars": 2, - "optimize_saved_vars_cell_cv_store_cost": 2, - "optimize_saved_vars_cell_cv_load_cost": 2, - "optimize_saved_vars_cell_fv_store_cost": 2, - "optimize_saved_vars_cell_fv_load_cost": 2, - "optimize_saved_vars_cell_op_ratio": 2, - "optimize_saved_vars_cell_node_ratio": 2, - "optimize_saved_vars_cell_all_path_node_ratio": 2, - "optimize_saved_vars_cell_include_all_candidates": 2, - "optimize_saved_vars": 2, - "loop_invariants": 2, - "delay_construct": 2, - "follow_code": 2, - "optimize_dead_procs": 2, - "deforestation": 2, - "deforestation_depth_limit": 2, - "deforestation_cost_factor": 2, - "deforestation_vars_threshold": 2, - "deforestation_size_threshold": 2, - "analyse_trail_usage": 2, - "optimize_trail_usage": 3, - "optimize_region_ops": 3, - "analyse_mm_tabling": 2, - "untuple": 2, - "tuple": 2, - "tuple_trace_counts_file": 2, - "tuple_costs_ratio": 2, - "tuple_min_args": 2, - "inline_par_builtins": 2, - "always_specialize_in_dep_par_conjs": 2, - "allow_some_paths_only_waits": 2, - "region_analysis": 3, - "structure_sharing_analysis": 2, - "structure_sharing_widening": 2, - "structure_reuse_analysis": 2, - "structure_reuse_constraint": 2, - "structure_reuse_constraint_arg": 2, - "structure_reuse_max_conditions": 2, - "structure_reuse_repeat": 2, - "structure_reuse_free_cells": 2, - "termination_check": 2, - "verbose_check_termination": 2, - "termination_single_args": 2, - "termination_norm": 2, - "termination_error_limit": 2, - "termination_path_limit": 2, - "termination2": 2, - "check_termination2": 2, - "verbose_check_termination2": 2, - "termination2_norm": 2, - "widening_limit": 2, - "arg_size_analysis_only": 2, - "propagate_failure_constrs": 2, - "term2_maximum_matrix_size": 2, - "analyse_exceptions": 2, - "analyse_closures": 2, - "smart_indexing": 2, - "dense_switch_req_density": 2, - "lookup_switch_req_density": 2, - "dense_switch_size": 2, - "lookup_switch_size": 2, - "string_hash_switch_size": 2, - "string_binary_switch_size": 2, - "tag_switch_size": 2, - "try_switch_size": 2, - "binary_switch_size": 2, - "switch_single_rec_base_first": 2, - "switch_multi_rec_base_first": 2, - "static_ground_cells": 3, - "static_ground_floats": 3, - "static_code_addresses": 3, - "use_atomic_cells": 2, - "middle_rec": 2, - "simple_neg": 2, - "allow_hijacks": 3, - "optimize_tailcalls": 2, - "optimize_initializations": 2, - "eliminate_local_vars": 2, - "generate_trail_ops_inline": 2, - "common_data": 2, - "common_layout_data": 2, - "Also": 1, - "used": 2, - "for": 8, - "MLDS": 2, - "optimizations.": 1, - "optimize_peep": 2, - "optimize_peep_mkword": 2, - "optimize_jumps": 2, - "optimize_fulljumps": 2, - "pessimize_tailcalls": 2, - "checked_nondet_tailcalls": 2, - "use_local_vars": 2, - "local_var_access_threshold": 2, - "standardize_labels": 2, - "optimize_labels": 2, - "optimize_dups": 2, - "optimize_proc_dups": 2, - "optimize_frames": 2, - "optimize_delay_slot": 2, - "optimize_reassign": 2, - "optimize_repeat": 2, - "layout_compression_limit": 2, - "use_macro_for_redo_fail": 2, - "emit_c_loops": 2, - "procs_per_c_function": 3, - "everything_in_one_c_function": 2, - "local_thread_engine_base": 2, - "erlang_switch_on_strings_as_atoms": 2, - "target_debug": 2, - "cc": 2, - "cflags": 2, - "quoted_cflag": 2, - "c_include_directory": 2, - "c_optimize": 2, - "ansi_c": 2, - "inline_alloc": 2, - "gcc_flags": 2, - "quoted_gcc_flag": 2, - "clang_flags": 2, - "quoted_clang_flag": 2, - "msvc_flags": 2, - "quoted_msvc_flag": 2, - "cflags_for_warnings": 2, - "cflags_for_optimization": 2, - "cflags_for_ansi": 2, - "cflags_for_regs": 2, - "cflags_for_gotos": 2, - "cflags_for_threads": 2, - "cflags_for_debug": 2, - "cflags_for_pic": 2, - "c_flag_to_name_object_file": 2, - "object_file_extension": 2, - "pic_object_file_extension": 2, - "link_with_pic_object_file_extension": 2, - "c_compiler_type": 2, - "csharp_compiler_type": 2, - "java_compiler": 2, - "java_interpreter": 2, - "java_flags": 2, - "quoted_java_flag": 2, - "java_classpath": 2, - "java_object_file_extension": 2, - "il_assembler": 2, - "ilasm_flags": 2, - "quoted_ilasm_flag": 2, - "dotnet_library_version": 2, - "support_ms_clr": 2, - "support_rotor_clr": 2, - "csharp_compiler": 2, - "csharp_flags": 2, - "quoted_csharp_flag": 2, - "cli_interpreter": 2, - "erlang_compiler": 2, - "erlang_interpreter": 2, - "erlang_flags": 2, - "quoted_erlang_flag": 2, - "erlang_include_directory": 2, - "erlang_object_file_extension": 2, - "erlang_native_code": 2, - "erlang_inhibit_trivial_warnings": 2, - "output_file_name": 3, - "ld_flags": 2, - "quoted_ld_flag": 2, - "ld_libflags": 2, - "quoted_ld_libflag": 2, - "link_library_directories": 3, - "runtime_link_library_directories": 3, - "link_libraries": 3, - "link_objects": 2, - "mercury_library_directories": 2, - "mercury_library_directory_special": 2, - "search_library_files_directories": 2, - "search_library_files_directory_special": 2, - "mercury_libraries": 2, - "mercury_library_special": 2, - "mercury_standard_library_directory": 2, - "mercury_standard_library_directory_special": 2, - "init_file_directories": 2, - "init_files": 2, - "trace_init_files": 2, - "linkage": 2, - "linkage_special": 2, - "mercury_linkage": 2, - "mercury_linkage_special": 2, - "strip": 2, - "demangle": 2, - "allow_undefined": 2, - "use_readline": 2, - "runtime_flags": 2, - "extra_initialization_functions": 2, - "frameworks": 2, - "framework_directories": 3, - "shared_library_extension": 2, - "library_extension": 2, - "executable_file_extension": 2, - "link_executable_command": 2, - "link_shared_lib_command": 2, - "create_archive_command": 2, - "create_archive_command_output_flag": 2, - "create_archive_command_flags": 2, - "ranlib_command": 2, - "ranlib_flags": 2, - "mkinit_command": 2, - "mkinit_erl_command": 2, - "demangle_command": 2, - "filtercc_command": 2, - "trace_libs": 2, - "thread_libs": 2, - "hwloc_libs": 2, - "hwloc_static_libs": 2, - "shared_libs": 2, - "math_lib": 2, - "readline_libs": 2, - "linker_opt_separator": 2, - "linker_thread_flags": 2, - "shlib_linker_thread_flags": 2, - "linker_static_flags": 2, - "linker_strip_flag": 2, - "linker_link_lib_flag": 2, - "linker_link_lib_suffix": 2, - "shlib_linker_link_lib_flag": 2, - "shlib_linker_link_lib_suffix": 2, - "linker_debug_flags": 2, - "shlib_linker_debug_flags": 2, - "linker_trace_flags": 2, - "shlib_linker_trace_flags": 2, - "linker_path_flag": 2, - "linker_rpath_flag": 2, - "linker_rpath_separator": 2, - "shlib_linker_rpath_flag": 2, - "shlib_linker_rpath_separator": 2, - "linker_allow_undefined_flag": 2, - "linker_error_undefined_flag": 2, - "shlib_linker_use_install_name": 2, - "shlib_linker_install_name_flag": 2, - "shlib_linker_install_name_path": 2, - "java_archive_command": 2, - "make": 3, - "keep_going": 3, - "rebuild": 3, - "jobs": 3, - "track_flags": 2, - "invoked_by_mmc_make": 2, - "extra_init_command": 2, - "pre_link_command": 2, - "install_prefix": 2, - "use_symlinks": 2, - "mercury_configuration_directory": 2, - "mercury_configuration_directory_special": 2, - "install_command": 2, - "install_command_dir_option": 2, - "libgrades": 2, - "libgrades_include_components": 2, - "libgrades_exclude_components": 2, - "lib_linkages": 2, - "flags_file": 2, - "options_files": 2, - "config_file": 2, - "options_search_directories": 2, - "use_subdirs": 2, - "use_grade_subdirs": 2, - "search_directories": 3, - "intermod_directories": 2, - "use_search_directories_for_intermod": 2, - "libgrade_install_check": 2, - "order_make_by_timestamp": 2, - "show_make_times": 2, - "extra_library_header": 2, - "restricted_command_line": 2, - "env_type": 2, - "host_env_type": 2, - "target_env_type": 2, - "filenames_from_stdin": 2, - "typecheck_ambiguity_warn_limit": 2, - "typecheck_ambiguity_error_limit": 2, - "help": 4, - "version": 3, - "fullarch": 2, - "cross_compiling": 2, - "local_module_id": 2, - "analysis_file_cache_dir": 2, - "compiler_sufficiently_recent": 2, - "experiment": 2, - "ignore_par_conjunctions": 2, - "control_granularity": 2, - "distance_granularity": 2, - "implicit_parallelism": 2, - "feedback_file": 2, - "par_loop_control": 2, - "par_loop_control_preserve_tail_recursion.": 1, - "libs.handle_options.": 1, - "assoc_list.": 3, - "bool.": 4, - "dir.": 1, - "list.": 4, - "map.": 3, - "maybe.": 3, - "pair.": 3, - "option_category": 2, - "warning_option": 2, - "verbosity_option": 2, - "output_option": 2, - "aux_output_option": 2, - "language_semantics_option": 2, - "compilation_model_option": 2, - "internal_use_option": 2, - "code_gen_option": 2, - "special_optimization_option": 2, - "optimization_option": 2, - "target_code_compilation_option": 2, - "link_option": 2, - "build_system_option": 2, - "miscellaneous_option.": 1, - "Option": 2, - "option_defaults_2": 18, - "_Category": 1, - "OptionsList": 2, - "list.member": 2, - "list": 82, - "pair": 7, - "mode": 8, - "multi.": 1, - "[": 203, - "bool_special": 7, - "bool": 406, - "no": 365, - "yes": 144, - "XXX": 3, - "should": 1, - "be": 1, - "]": 203, - "accumulating": 49, - "maybe_string": 6, - "special": 17, - "string_special": 18, - "int_special": 1, - "maybe_string_special": 1, - "file_special": 1, - "miscellaneous_option": 1, - "par_loop_control_preserve_tail_recursion": 1, - "expr.": 1, - "token": 5, - "num": 11, - "parse": 1, - "exprn/1": 1, - "xx": 1, - "scan": 16, - "rule": 3, - "exprn": 7, - "Num": 18, - "B": 8, - "*": 20, - "factor": 6, - "/": 1, - "//": 2, - "Chars": 2, - "Toks": 13, - "Toks0": 11, - "list__reverse": 1, - "|": 38, - "Cs": 9, - "char__is_whitespace": 1, - "char__is_digit": 2, - "takewhile": 1, - "Digits": 2, - "Rest": 2, - "string__from_char_list": 1, - "NumStr": 2, - "string__det_to_int": 1, - "store.": 1, - "typeclass": 1, - "store": 52, - "T": 52, - "where": 8, - "S": 133, - "instance": 4, - "io.state": 3, - "some": 4, - "store.init": 2, - "generic_mutvar": 15, - "io_mutvar": 1, - "store_mutvar": 1, - "store.new_mutvar": 1, - "det": 21, - "store.copy_mutvar": 1, - "store.get_mutvar": 1, - "store.set_mutvar": 1, - "<=>": 5, - "new_cyclic_mutvar": 2, - "Func": 4, - "Mutvar": 23, - "Create": 1, - "a": 10, - "new": 25, - "mutable": 3, - "variable": 1, - "whose": 2, - "value": 16, - "initialized": 2, - "with": 5, - "the": 27, - "returned": 1, - "from": 1, - "specified": 1, - "function": 3, - "The": 2, - "argument": 6, - "passed": 2, - "mutvar": 6, - "itself": 4, - "has": 4, - "not": 7, - "yet": 1, - "been": 1, - "this": 4, - "safe": 2, - "because": 1, - "does": 3, - "get": 2, - "so": 3, - "it": 1, - "can": 1, - "t": 5, - "examine": 1, - "uninitialized": 1, - "This": 2, - "predicate": 1, - "useful": 1, - "creating": 1, - "self": 1, - "referential": 1, - "values": 1, - "such": 2, - "as": 5, - "circular": 1, - "linked": 1, - "lists": 1, - "For": 1, - "example": 1, - "clist": 2, - "node": 1, - "store.new_cyclic_mutvar": 1, - "generic_ref": 20, - "io_ref": 1, - "store_ref": 1, - "store.new_ref": 1, - "store.ref_functor": 1, - "store.arg_ref": 1, - "ArgT": 4, - "store.new_arg_ref": 3, - "store.set_ref": 1, - "store.set_ref_value": 1, - "store.copy_ref_value": 1, - "store.extract_ref_value": 1, - "Nasty": 1, - "performance": 2, - "hacks": 1, - "WARNING": 1, - "use": 1, - "of": 10, - "these": 1, - "procedures": 2, - "dangerous": 1, - "Use": 1, - "them": 1, - "only": 4, - "last": 1, - "resort": 1, - "critical": 1, - "and": 6, - "shows": 1, - "that": 2, - "using": 1, - "versions": 1, - "bottleneck": 1, - "These": 1, - "may": 1, - "vanish": 1, - "future": 1, - "Mercury": 1, - "unsafe_arg_ref": 1, - "same": 2, - "arg_ref": 12, - "unsafe_new_arg_ref": 1, - "new_arg_ref": 1, - "except": 1, - "they": 4, - "doesn": 1, - "check": 1, - "errors": 1, - "don": 3, - "work": 3, - "no_tag": 1, - "types": 3, - "exactly": 2, - "one": 2, - "functor": 2, - "which": 2, - "arguments": 2, - "occupy": 1, - "word": 2, - "other": 1, - "functors.": 1, - "store.unsafe_arg_ref": 1, - "store.unsafe_new_arg_ref": 1, - "implementation": 1, - "deconstruct": 2, - "require": 1, - "state": 3, - "just": 1, - "dummy": 2, - "real": 1, - "representation": 1, - "pragma": 41, - "foreign_type": 10, - "MR_Word": 24, - "can_pass_as_mercury_type": 5, - "equality": 5, - "store_equal": 7, - "comparison": 5, - "store_compare": 7, - "int32": 1, - "Java": 12, - "Erlang": 3, - "semidet": 2, - "_": 149, - "attempt": 2, - "unify": 21, - "two": 2, - "stores": 2, - "comparison_result": 1, - "compare": 1, - "Mutvars": 1, - "references": 1, - "are": 1, - "each": 1, - "represented": 1, - "pointer": 1, - "single": 1, - "on": 1, - "heap": 1, - "private_builtin.ref": 2, - "ref": 2, - "store.do_init": 6, - "foreign_proc": 28, - "_S0": 16, - "will_not_call_mercury": 28, - "promise_pure": 30, - "will_not_modify_trail": 7, - "new_mutvar": 5, - "Val": 45, - "S0": 23, - "get_mutvar": 5, - "set_mutvar": 5, - "_S": 12, - "copy_mutvar": 1, - "Copy": 2, - "Value": 4, - "store.unsafe_new_uninitialized_mutvar": 1, - "unsafe_new_uninitialized_mutvar": 4, - "MR_offset_incr_hp_msg": 5, - "MR_SIZE_SLOT_SIZE": 10, - "1": 5, - "MR_ALLOC_ID": 5, - "2": 2, - "MR_define_size_slot": 5, - "0": 2, - "object": 21, - "MutVar": 4, - "Store": 5, - "apply": 1, - "Ref": 41, - "foreign_code": 2, - "public": 17, - "class": 4, - "Object": 9, - "referenced": 4, - "obj": 7, - "Specific": 2, - "field": 20, - "or": 2, - "null": 8, - "specify": 2, - "GetFields": 2, - "return": 6, - "fields": 3, - "any": 2, - "particular": 2, - "order": 2, - "really": 2, - "usable": 2, - "System": 1, - "Reflection": 1, - "FieldInfo": 1, - "Constructors": 2, - "init": 8, - "setField": 4, - "Set": 2, - "according": 2, - "given": 2, - "index": 2, - "void": 4, - "GetType": 1, - "Return": 6, - "reference": 4, - "getValue": 4, - "GetValue": 1, - "Update": 2, - "setValue": 2, - "SetValue": 1, - "static": 1, - "lang": 28, - "getDeclaredFields": 2, - "reflect": 1, - "Field": 5, - "try": 3, - "getClass": 1, - "catch": 11, - "SecurityException": 1, - "se": 1, - "throw": 11, - "RuntimeException": 11, - "Security": 1, - "manager": 1, - "denied": 1, - "access": 3, - "ArrayIndexOutOfBoundsException": 1, - "e": 13, - "No": 1, - "Exception": 3, - "Unable": 3, - "getMessage": 3, - "IllegalAccessException": 2, - "inaccessible": 2, - "IllegalArgumentException": 2, - "mismatch": 2, - "NullPointerException": 2, - "new_ref": 4, - "ets": 3, - "insert": 1, - "copy_ref_value": 1, - "unsafe_ref_value": 6, - "store.unsafe_ref_value": 1, - "lookup": 1, - "ref_functor": 1, - "Functor": 6, - "Arity": 5, - "canonicalize": 1, - "foreign_decl": 1, - "include": 4, - "mercury_type_info": 1, - "h": 4, - "mercury_heap": 1, - "mercury_misc": 1, - "MR_fatal_error": 5, - "mercury_deconstruct": 1, - "MR_arg": 3, - "ArgNum": 7, - "ArgRef": 22, - "may_not_duplicate": 1, - "MR_TypeInfo": 10, - "type_info": 8, - "arg_type_info": 6, - "exp_arg_type_info": 6, - "const": 10, - "MR_DuArgLocn": 2, - "arg_locn": 9, - "TypeInfo_for_T": 2, - "TypeInfo_for_ArgT": 2, - "MR_save_transient_registers": 2, - "MR_NONCANON_ABORT": 2, - "number": 2, - "range": 2, - "MR_compare_type_info": 2, - "MR_COMPARE_EQUAL": 2, - "wrong": 2, - "MR_restore_transient_registers": 2, - "NULL": 2, - "MR_arg_bits": 2, - "store.ref/2": 3, - "MR_arg_value": 2, - "C#": 6, - "store.Ref": 8, - "Ref.getValue": 6, - "*arg_ref": 1, - "*arg_locn": 1, - "&": 7, - "&&": 1, - "ValRef": 1, - "Ref.setValue": 3, - "ValRef.getValue": 2, - "*Ptr": 2, - "Ptr": 4, - "MR_strip_tag": 2, - "Arg": 6, - "rot13_verbose.": 1, - "rot13a/2": 1, - "table": 1, - "map": 7, - "alphabetic": 2, - "characters": 1, - "their": 1, - "equivalents": 1, - "fails": 1, - "input": 1, - "rot13a": 55, - "rot13/2": 1, - "Applies": 1, - "algorithm": 1, - "character.": 1, - "Char": 12, - "RotChar": 8, - "TmpChar": 2, - "io__read_char": 1, - "Res": 8, - "io__write_char": 1, - "ErrorCode": 4, - "ErrorMessage": 4, - "io__stderr_stream": 1, - "StdErr": 8, - "io__write_string": 2, - "io__nl": 1, - "hello.": 1, - "IO": 4, - "io.write_string": 1, - "rot13_concise.": 1, - "alphabet": 3, - "cycle": 4, - "rot_n": 2, - "N": 6, - "char_to_string": 1, - "CharString": 2, - "sub_string_search": 1, - "Index": 3, - "NewIndex": 2, - "mod": 1, - "index_det": 1, - "read_char": 1, - "print": 3, - "error_message": 1, - "stderr_stream": 1, - "nl": 1, - "ll_backend.code_info.": 1, - "check_hlds.type_util.": 2, - "hlds.code_model.": 1, - "hlds.hlds_data.": 2, - "hlds.hlds_goal.": 2, - "hlds.hlds_llds.": 1, - "hlds.hlds_module.": 2, - "hlds.hlds_pred.": 2, - "hlds.instmap.": 2, - "libs.globals.": 2, - "ll_backend.continuation_info.": 1, - "ll_backend.global_data.": 1, - "ll_backend.layout.": 1, - "ll_backend.llds.": 1, - "ll_backend.trace_gen.": 1, - "mdbcomp.prim_data.": 3, - "mdbcomp.goal_path.": 2, - "parse_tree.prog_data.": 2, - "parse_tree.set_of_var.": 2, - "counter.": 1, - "set_tree234.": 1, - "term.": 3, - "backend_libs.builtin_ops.": 1, - "backend_libs.proc_label.": 1, - "hlds.arg_info.": 1, - "hlds.hlds_desc.": 1, - "hlds.hlds_rtti.": 2, - "libs.trace_params.": 1, - "ll_backend.code_util.": 1, - "ll_backend.opt_debug.": 1, - "ll_backend.var_locn.": 1, - "parse_tree.builtin_lib_types.": 2, - "parse_tree.prog_type.": 2, - "parse_tree.mercury_to_mercury.": 1, - "cord.": 1, - "stack.": 1, - "varset.": 2, - "code_info.": 1, - "code_info_init": 2, - "globals": 5, - "pred_id": 15, - "proc_id": 12, - "pred_info": 20, - "proc_info": 11, - "abs_follow_vars": 3, - "module_info": 26, - "static_cell_info": 4, - "const_struct_map": 3, - "resume_point_info": 11, - "trace_slot_info": 3, - "maybe": 20, - "containing_goal_map": 4, - "code_info": 208, - "get_globals": 5, - "get_exprn_opts": 2, - "exprn_opts": 3, - "get_module_info": 7, - "get_pred_id": 6, - "get_proc_id": 5, - "get_pred_info": 2, - "get_proc_info": 4, - "get_varset": 3, - "prog_varset": 14, - "get_var_types": 3, - "vartypes.": 1, - "get_maybe_trace_info": 2, - "trace_info": 3, - "get_emit_trail_ops": 2, - "add_trail_ops": 5, - "get_emit_region_ops": 2, - "add_region_ops": 6, - "get_forward_live_vars": 2, - "set_of_progvar": 10, - "set_forward_live_vars": 2, - "get_instmap": 4, - "instmap": 3, - "set_instmap": 3, - "get_par_conj_depth": 2, - "set_par_conj_depth": 2, - "get_label_counter": 3, - "counter": 6, - "get_succip_used": 2, - "get_layout_info": 4, - "proc_label_layout_info": 3, - "get_proc_trace_events": 2, - "set_proc_trace_events": 2, - "get_closure_layouts": 3, - "closure_proc_id_data": 4, - "get_max_reg_in_use_at_trace": 2, - "set_max_reg_in_use_at_trace": 2, - "get_created_temp_frame": 2, - "get_static_cell_info": 5, - "set_static_cell_info": 5, - "get_alloc_sites": 3, - "set_tree234": 3, - "alloc_site_info": 4, - "set_alloc_sites": 3, - "get_used_env_vars": 2, - "set_used_env_vars": 2, - "get_opt_trail_ops": 2, - "get_opt_region_ops": 2, - "get_auto_comments": 2, - "get_lcmc_null": 2, - "get_containing_goal_map": 3, - "get_containing_goal_map_det": 2, - "get_const_struct_map": 2, - "add_out_of_line_code": 2, - "llds_code": 21, - "get_out_of_line_code": 2, - "get_var_slot_count": 2, - "set_maybe_trace_info": 3, - "get_opt_no_return_calls": 2, - "get_zombies": 2, - "set_zombies": 2, - "get_var_locn_info": 7, - "var_locn_info": 3, - "set_var_locn_info": 4, - "get_temps_in_use": 6, - "lval": 114, - "set_temps_in_use": 4, - "get_fail_info": 13, - "fail_info": 24, - "set_fail_info": 9, - "set_label_counter": 3, - "set_succip_used": 3, - "set_layout_info": 4, - "get_max_temp_slot_count": 2, - "set_max_temp_slot_count": 2, - "get_temp_content_map": 3, - "slot_contents": 4, - "set_temp_content_map": 2, - "get_persistent_temps": 3, - "set_persistent_temps": 2, - "set_closure_layouts": 3, - "get_closure_seq_counter": 3, - "set_closure_seq_counter": 3, - "set_created_temp_frame": 2, - "code_info_static": 26, - "code_info_loc_dep": 22, - "code_info_persistent": 44, - "cis_globals": 2, - "cis_exprn_opts": 2, - "cis_module_info": 2, - "cis_pred_id": 2, - "cis_proc_id": 2, - "cis_pred_info": 2, - "cis_proc_info": 2, - "cis_proc_label": 1, - "proc_label": 2, - "cis_varset": 2, - "cis_var_slot_count": 2, - "cis_maybe_trace_info": 3, - "cis_opt_no_resume_calls": 2, - "cis_emit_trail_ops": 2, - "cis_opt_trail_ops": 2, - "cis_emit_region_ops": 2, - "cis_opt_region_ops": 2, - "cis_auto_comments": 2, - "cis_lcmc_null": 2, - "cis_containing_goal_map": 2, - "cis_const_struct_map": 2, - "cild_forward_live_vars": 3, - "cild_instmap": 3, - "cild_zombies": 3, - "cild_var_locn_info": 3, - "cild_temps_in_use": 3, - "cild_fail_info": 3, - "cild_par_conj_depth": 3, - "cip_label_num_src": 3, - "cip_store_succip": 3, - "cip_label_info": 3, - "cip_proc_trace_events": 3, - "cip_stackslot_max": 3, - "cip_temp_contents": 3, - "cip_persistent_temps": 3, - "cip_closure_layout_seq": 3, - "cip_closure_layouts": 3, - "cip_max_reg_r_used": 3, - "cip_max_reg_f_used": 2, - "cip_created_temp_frame": 3, - "cip_static_cell_info": 3, - "cip_alloc_sites": 3, - "cip_used_env_vars": 3, - "cip_ts_string_table_size": 3, - "cip_ts_rev_string_table": 4, - "cip_out_of_line_code": 4, - "SaveSuccip": 2, - "Globals": 32, - "PredId": 50, - "ProcId": 31, - "PredInfo": 64, - "ProcInfo": 43, - "FollowVars": 6, - "ModuleInfo": 49, - "StaticCellInfo": 8, - "ConstStructMap": 2, - "ResumePoint": 13, - "TraceSlotInfo": 5, - "MaybeContainingGoalMap": 5, - "TSRevStringTable": 2, - "TSStringTableSize": 2, - "CodeInfo": 2, - "ProcLabel": 8, - "make_proc_label": 1, - "proc_info_get_initial_instmap": 1, - "InstMap": 6, - "proc_info_get_liveness_info": 1, - "Liveness": 4, - "CodeModel": 8, - "proc_info_interface_code_model": 2, - "build_input_arg_list": 1, - "ArgList": 2, - "proc_info_get_varset": 1, - "VarSet": 15, - "proc_info_get_vartypes": 2, - "VarTypes": 22, - "proc_info_get_stack_slots": 1, - "StackSlots": 5, - "ExprnOpts": 4, - "init_exprn_opts": 3, - "globals.lookup_bool_option": 18, - "UseFloatRegs": 6, - "FloatRegType": 3, - "reg_f": 1, - "reg_r": 2, - "globals.get_trace_level": 1, - "TraceLevel": 5, - "eff_trace_level_is_none": 2, - "trace_fail_vars": 1, - "FailVars": 3, - "MaybeFailVars": 3, - "set_of_var.union": 3, - "EffLiveness": 3, - "init_var_locn_state": 1, - "VarLocnInfo": 12, - "stack.init": 1, - "ResumePoints": 14, - "AllowHijack": 3, - "Hijack": 6, - "allowed": 6, - "not_allowed": 5, - "DummyFailInfo": 2, - "resume_point_unknown": 9, - "may_be_different": 7, - "not_inside_non_condition": 2, - "map.init": 7, - "TempContentMap": 4, - "set.init": 7, - "PersistentTemps": 4, - "TempsInUse": 8, - "Zombies": 2, - "set_of_var.init": 1, - "LayoutMap": 2, - "max_var_slot": 1, - "VarSlotMax": 2, - "trace_reserved_slots": 1, - "FixedSlots": 2, - "int.max": 1, - "SlotMax": 2, - "OptNoReturnCalls": 2, - "UseTrail": 2, - "DisableTrailOps": 2, - "EmitTrailOps": 3, - "do_not_add_trail_ops": 1, - "OptTrailOps": 2, - "OptRegionOps": 2, - "UseRegions": 3, - "EmitRegionOps": 3, - "do_not_add_region_ops": 1, - "AutoComments": 2, - "LCMCNull": 2, - "CodeInfo0": 2, - "init_fail_info": 2, - "will": 1, - "override": 1, - "nested": 1, - "conjunction": 1, - "depth": 1, - "counter.init": 2, - "set_tree234.init": 1, - "cord.empty": 1, - "init_maybe_trace_info": 3, - "CodeInfo1": 2, - "exprn_opts.": 1, - "OptNLG": 3, - "NLG": 3, - "have_non_local_gotos": 1, - "do_not_have_non_local_gotos": 1, - "OptASM": 3, - "ASM": 3, - "have_asm_labels": 1, - "do_not_have_asm_labels": 1, - "OptSGCell": 3, - "SGCell": 3, - "have_static_ground_cells": 1, - "do_not_have_static_ground_cells": 1, - "OptUBF": 3, - "UBF": 3, - "have_unboxed_floats": 1, - "do_not_have_unboxed_floats": 1, - "OptFloatRegs": 3, - "do_not_use_float_registers": 1, - "OptSGFloat": 3, - "SGFloat": 3, - "have_static_ground_floats": 1, - "do_not_have_static_ground_floats": 1, - "OptStaticCodeAddr": 3, - "StaticCodeAddrs": 3, - "have_static_code_addresses": 1, - "do_not_have_static_code_addresses": 1, - "CI": 294, - "proc_info_get_has_tail_call_events": 1, - "HasTailCallEvents": 3, - "tail_call_events": 1, - "get_next_label": 5, - "TailRecLabel": 2, - "MaybeTailRecLabel": 3, - "no_tail_call_events": 1, - "trace_setup": 1, - "TraceInfo": 2, - "MaxRegR": 4, - "MaxRegF": 4, - "cip_max_reg_f_used.": 1, - "TI": 4, - "LV": 2, - "IM": 2, - "Zs": 2, - "EI": 2, - "FI": 2, - "LC": 2, - "SU": 2, - "LI": 2, - "PTE": 2, - "TM": 2, - "CM": 2, - "PT": 2, - "CLS": 2, - "CG": 2, - "MR": 4, - "MF": 1, - "MF.": 1, - "SCI": 2, - "ASI": 2, - "UEV": 2, - "ContainingGoalMap": 2, - "unexpected": 21, - "NewCode": 2, - "Code0": 2, - ".CI": 29, - "Code": 36, - "Code.": 1, - "get_stack_slots": 2, - "stack_slots": 1, - "get_follow_var_map": 2, - "abs_follow_vars_map": 1, - "get_next_non_reserved": 2, - "reg_type": 1, - "set_follow_vars": 4, - "pre_goal_update": 3, - "hlds_goal_info": 22, - "has_subgoals": 2, - "post_goal_update": 3, - "variable_type": 3, - "prog_var": 58, - "mer_type.": 1, - "variable_is_of_dummy_type": 2, - "is_dummy_type.": 1, - "search_type_defn": 4, - "mer_type": 21, - "hlds_type_defn": 1, - "lookup_type_defn": 2, - "hlds_type_defn.": 1, - "lookup_cheaper_tag_test": 2, - "maybe_cheaper_tag_test.": 1, - "filter_region_vars": 2, - "set_of_progvar.": 2, - "get_proc_model": 2, - "code_model.": 1, - "get_headvars": 2, - "get_arginfo": 2, - "arg_info": 2, - "get_pred_proc_arginfo": 3, - "current_resume_point_vars": 2, - "variable_name": 2, - "make_proc_entry_label": 2, - "code_addr.": 1, - "label": 5, - "succip_is_used": 2, - "add_trace_layout_for_label": 2, - "term.context": 3, - "trace_port": 1, - "forward_goal_path": 1, - "user_event_info": 1, - "layout_label_info": 2, - "get_cur_proc_label": 4, - "get_next_closure_seq_no": 2, - "add_closure_layout": 2, - "add_threadscope_string": 2, - "get_threadscope_rev_string_table": 2, - "add_scalar_static_cell": 2, - "typed_rval": 1, - "data_id": 3, - "add_scalar_static_cell_natural_types": 2, - "rval": 3, - "add_vector_static_cell": 2, - "llds_type": 1, - "add_alloc_site_info": 2, - "prog_context": 1, - "alloc_site_id": 2, - "add_resume_layout_for_label": 2, - "var_locn_get_stack_slots": 1, - "FollowVarMap": 2, - "var_locn_get_follow_var_map": 1, - "RegType": 2, - "NextNonReserved": 2, - "var_locn_get_next_non_reserved": 1, - "VarLocnInfo0": 4, - "var_locn_set_follow_vars": 1, - "GoalInfo": 44, - "HasSubGoals": 3, - "goal_info_get_resume_point": 1, - "no_resume_point": 1, - "resume_point": 1, - "goal_info_get_follow_vars": 1, - "MaybeFollowVars": 3, - "goal_info_get_pre_deaths": 1, - "PreDeaths": 3, - "rem_forward_live_vars": 3, - "maybe_make_vars_forward_dead": 2, - "goal_info_get_pre_births": 1, - "PreBirths": 2, - "add_forward_live_vars": 2, - "does_not_have_subgoals": 2, - "goal_info_get_post_deaths": 2, - "PostDeaths": 5, - "goal_info_get_post_births": 1, - "PostBirths": 3, - "make_vars_forward_live": 1, - "InstMapDelta": 2, - "goal_info_get_instmap_delta": 1, - "InstMap0": 2, - "instmap.apply_instmap_delta": 1, - "TypeInfoLiveness": 2, - "module_info_pred_info": 6, - "body_should_use_typeinfo_liveness": 1, - "Var": 13, - "Type": 18, - "lookup_var_type": 3, - "IsDummy": 2, - "VarType": 2, - "check_dummy_type": 1, - "TypeDefn": 6, - "type_to_ctor_det": 1, - "TypeCtor": 2, - "module_info_get_type_table": 1, - "TypeTable": 2, - "search_type_ctor_defn": 1, - "TypeDefnPrime": 2, - "CheaperTagTest": 3, - "get_type_defn_body": 1, - "TypeBody": 2, - "hlds_du_type": 1, - "CheaperTagTestPrime": 2, - "no_cheaper_tag_test": 1, - "ForwardLiveVarsBeforeGoal": 6, - "RegionVars": 2, - "code_info.get_var_types": 1, - "set_of_var.filter": 1, - "is_region_var": 1, - "HeadVars": 20, - "module_info_pred_proc_info": 4, - "proc_info_get_headvars": 2, - "ArgInfo": 4, - "proc_info_arg_info": 1, - "ResumeVars": 4, - "FailInfo": 19, - "ResumePointStack": 2, - "stack.det_top": 5, - "ResumePointInfo": 2, - "pick_first_resume_point": 1, - "ResumeMap": 8, - "map.keys": 3, - "ResumeMapVarList": 2, - "set_of_var.list_to_set": 3, - "Name": 4, - "Varset": 2, - "varset.lookup_name": 2, - "Immed0": 3, - "CodeAddr": 2, - "Immed": 3, - "globals.lookup_int_option": 1, - "ProcsPerFunc": 2, - "CurPredId": 2, - "CurProcId": 2, - "proc": 2, - "make_entry_label": 1, - "Label": 8, - "C0": 4, - "counter.allocate": 2, - "internal_label": 3, - "Context": 20, - "Port": 2, - "IsHidden": 2, - "GoalPath": 2, - "MaybeSolverEventInfo": 2, - "Layout": 2, - "Internals0": 8, - "Exec": 5, - "trace_port_layout_info": 1, - "LabelNum": 8, - "entry_label": 2, - "map.search": 2, - "Internal0": 4, - "internal_layout_info": 6, - "Exec0": 3, - "Resume": 5, - "Internal": 8, - "map.det_update": 4, - "Internals": 6, - "map.det_insert": 3, - "LayoutInfo": 2, - "Resume0": 3, - "get_active_temps_data": 2, - "assoc_list": 1, - "Temps": 2, - "map.select": 1, - "TempsInUseContentMap": 2, - "map.to_assoc_list": 3, - "cis_proc_label.": 1, - "SeqNo": 2, - "ClosureLayout": 2, - "ClosureLayouts": 2, - "String": 2, - "SlotNum": 2, - "Size0": 3, - "RevTable0": 2, - "Size": 4, - "RevTable": 3, - "RevTable.": 1, - "TableSize": 2, - "cip_ts_string_table_size.": 1, - "RvalsTypes": 2, - "DataAddr": 6, - "StaticCellInfo0": 6, - "global_data.add_scalar_static_cell": 1, - "Rvals": 2, - "global_data.add_scalar_static_cell_natural_types": 1, - "Types": 6, - "Vector": 2, - "global_data.add_vector_static_cell": 1, - "AllocId": 2, - "AllocSite": 3, - "AllocSites0": 2, - "set_tree234.insert": 1, - "AllocSites": 2, - "position_info.": 1, - "branch_end_info.": 1, - "branch_end": 4, - "branch_end_info": 7, - "remember_position": 3, - "position_info": 14, - "reset_to_position": 4, - "reset_resume_known": 2, - "generate_branch_end": 2, - "abs_store_map": 3, - "after_all_branches": 2, - "save_hp_in_branch": 2, - "pos_get_fail_info": 3, - "fail_info.": 2, - "LocDep": 6, - "cild_fail_info.": 1, - "CurCI": 2, - "NextCI": 2, - "Static": 2, - "Persistent": 2, - "NextCI0": 4, - "TempsInUse0": 4, - "set.union": 2, - "BranchStart": 2, - "BranchStartFailInfo": 2, - "BSResumeKnown": 2, - "CurFailInfo": 2, - "CurFailStack": 2, - "CurCurfMaxfr": 2, - "CurCondEnv": 2, - "CurHijack": 2, - "NewFailInfo": 2, - "StoreMap": 8, - "MaybeEnd0": 3, - "MaybeEnd": 6, - "AbsVarLocs": 3, - "assoc_list.values": 1, - "AbsLocs": 2, - "code_util.max_mentioned_abs_regs": 1, - "instmap_is_reachable": 1, - "VarLocs": 2, - "assoc_list.map_values_only": 2, - "abs_locn_to_lval": 2, - "place_vars": 1, - "remake_with_store_map": 4, - "empty": 9, - "EndCodeInfo1": 5, - "EndCodeInfo0": 3, - "FailInfo0": 13, - "FailInfo1": 2, - "ResumeKnown0": 5, - "CurfrMaxfr0": 2, - "CondEnv0": 3, - "Hijack0": 2, - "R": 2, - "ResumeKnown1": 2, - "CurfrMaxfr1": 2, - "CondEnv1": 2, - "Hijack1": 2, - "resume_point_known": 15, - "Redoip0": 3, - "Redoip1": 2, - "ResumeKnown": 21, - "expect": 15, - "must_be_equal": 11, - "CurfrMaxfr": 24, - "EndCodeInfoA": 2, - "TempsInUse1": 2, - "EndCodeInfo": 2, - "BranchEnd": 2, - "BranchEndCodeInfo": 2, - "BranchEndLocDep": 2, - "VarLocns": 2, - "VarLvals": 2, - "reinit_var_locn_state": 1, - "Slot": 2, - "Pos0": 2, - "Pos": 2, - "CI0": 2, - "CIStatic0": 2, - "CILocDep0": 2, - "CIPersistent0": 2, - "LocDep0": 2, - "CI1": 2, - "save_hp": 1, - "CI2": 2, - "CIStatic": 2, - "CIPersistent": 2, - "resume_map.": 1, - "resume_point_info.": 1, - "disj_hijack_info.": 1, - "prepare_for_disj_hijack": 2, - "code_model": 3, - "disj_hijack_info": 3, - "undo_disj_hijack": 2, - "ite_hijack_info.": 1, - "prepare_for_ite_hijack": 2, - "embedded_stack_frame_id": 3, - "ite_hijack_info": 3, - "ite_enter_then": 2, - "simple_neg_info.": 1, - "enter_simple_neg": 2, - "simple_neg_info": 3, - "leave_simple_neg": 2, - "det_commit_info.": 1, - "prepare_for_det_commit": 2, - "det_commit_info": 6, - "generate_det_commit": 2, - "semi_commit_info.": 1, - "prepare_for_semi_commit": 2, - "semi_commit_info": 6, - "generate_semi_commit": 2, - "effect_resume_point": 2, - "pop_resume_point": 1, - "top_resume_point": 1, - "set_resume_point_to_unknown": 1, - "set_resume_point_and_frame_to_unknown": 1, - "generate_failure": 2, - "fail_if_rval_is_false": 1, - "failure_is_direct_branch": 1, - "code_addr": 8, - "may_use_nondet_tailcall": 1, - "nondet_tail_call": 1, - "produce_vars": 1, - "resume_map": 9, - "flush_resume_vars_to_stack": 1, - "make_resume_point": 1, - "resume_locs": 1, - "generate_resume_point": 2, - "resume_point_vars": 1, - "resume_point_stack_addr": 2, - "stack": 1, - "curfr_vs_maxfr": 2, - "condition_env": 3, - "hijack_allowed": 2, - "orig_only": 2, - "stack_only": 2, - "orig_and_stack": 1, - "stack_and_orig": 1, - "redoip_update": 2, - "has_been_done": 5, - "wont_be_done.": 1, - "resume_point_unknown.": 1, - "may_be_different.": 1, - "inside_non_condition": 6, - "not_inside_non_condition.": 1, - "not_allowed.": 1, - "disj_no_hijack": 4, - "disj_temp_frame": 4, - "disj_quarter_hijack": 4, - "disj_half_hijack": 3, - "disj_full_hijack": 3, - "HijackInfo": 29, - "CondEnv": 12, - "Allow": 12, - "model_det": 2, - "model_semi": 3, - "singleton": 28, - "llds_instr": 64, - "comment": 5, - "model_non": 2, - "create_temp_frame": 4, - "do_fail": 6, - "stack.pop": 1, - "TopResumePoint": 6, - "RestResumePoints": 2, - "stack.is_empty": 1, - "wont_be_done": 2, - "acquire_temp_slot": 15, - "slot_lval": 14, - "redoip_slot": 30, - "curfr": 18, - "non_persistent_temp_slot": 15, - "RedoipSlot": 33, - "assign": 46, - "maxfr": 42, - "redofr_slot": 14, - "RedofrSlot": 17, - "from_list": 13, - "prevfr_slot": 3, - "pick_stack_resume_point": 3, - "StackLabel": 9, - "LabelConst": 4, - "llconst_code_addr": 6, - "true": 3, - "ite_region_info": 5, - "ite_info": 3, - "ite_hijack_type": 2, - "ite_no_hijack": 3, - "ite_temp_frame": 3, - "ite_quarter_hijack": 3, - "ite_half_hijack": 3, - "ite_full_hijack": 3, - "CondCodeModel": 4, - "MaybeEmbeddedFrameId": 5, - "HijackType": 12, - "MaybeRegionInfo": 12, - "MaxfrSlot": 30, - "TempFrameCode": 4, - "MaxfrCode": 7, - "EmbeddedFrameId": 2, - "slot_success_record": 1, - "persistent_temp_slot": 1, - "SuccessRecordSlot": 6, - "InitSuccessCode": 3, - "llconst_false": 1, - "ITEResumePoint": 2, - "ThenCode": 10, - "ElseCode": 7, - "ResumePoints0": 5, - "stack.det_pop": 1, - "HijackResumeKnown": 2, - "OldCondEnv": 2, - "RegionInfo": 2, - "EmbeddedStackFrameId": 2, - "ITEStackResumeCodeAddr": 2, - "llconst_true": 1, - "AfterRegionOp": 3, - "if_val": 1, - "unop": 1, - "logical_not": 1, - "code_label": 2, - "use_and_maybe_pop_region_frame": 1, - "region_ite_nondet_cond_fail": 1, - "goto": 2, - "maybe_pick_stack_resume_point": 1, - "ResumeMap0": 2, - "make_fake_resume_map": 5, - "do_redo": 1, - "is_empty": 1, - "Vars": 10, - "Locns": 2, - "set.make_singleton_set": 1, - "reg": 1, - "region_commit_stack_frame": 5, - "AddTrailOps": 4, - "AddRegionOps": 5, - "CommitGoalInfo": 4, - "DetCommitInfo": 4, - "SaveMaxfrCode": 3, - "save_maxfr": 3, - "MaybeMaxfrSlot": 6, - "maybe_save_trail_info": 2, - "MaybeTrailSlots": 8, - "SaveTrailCode": 4, - "maybe_save_region_commit_frame": 4, - "MaybeRegionCommitFrameInfo": 8, - "SaveRegionCommitFrameCode": 2, - "SaveRegionCommitFrameCode.": 2, - "RestoreMaxfrCode": 3, - "restore_maxfr": 3, - "release_temp_slot": 1, - "maybe_restore_trail_info": 2, - "CommitTrailCode": 4, - "maybe_restore_region_commit_frame": 2, - "SuccessRegionCode": 3, - "_FailureRegionCode": 1, - "SuccessRegionCode.": 1, - "commit_hijack_info": 2, - "commit_temp_frame": 3, - "commit_quarter_hijack": 3, - "commit_half_hijack": 3, - "commit_full_hijack": 3, - "SemiCommitInfo": 4, - "clone_resume_point": 1, - "NewResumePoint": 4, - "stack.push": 1, - "StackLabelConst": 7, - "UseMinimalModelStackCopyCut": 4, - "Components": 4, - "foreign_proc_raw_code": 4, - "cannot_branch_away": 4, - "proc_affects_liveness": 2, - "live_lvals_info": 4, - "proc_does_not_affect_liveness": 2, - "MD": 4, - "proc_may_duplicate": 2, - "MarkCode": 3, - "foreign_proc_code": 2, - "proc_will_not_call_mercury": 2, - "HijackCode": 5, - "UseMinimalModel": 3, - "CutCode": 4, - "SuccessUndoCode": 5, - "FailureUndoCode": 5, - "AfterCommit": 2, - "ResumePointCode": 2, - "FailCode": 2, - "RestoreTrailCode": 2, - "FailureRegionCode": 2, - "SuccLabel": 3, - "GotoSuccLabel": 2, - "SuccLabelCode": 1, - "SuccessCode": 2, - "FailureCode": 2, - "SuccLabelCode.": 1, - "_ForwardLiveVarsBeforeGoal": 1, - "check_hlds.polymorphism.": 1, - "hlds.": 1, - "mdbcomp.": 1, - "parse_tree.": 1, - "polymorphism_process_module": 2, - "polymorphism_process_generated_pred": 2, - "unification_typeinfos_rtti_varmaps": 2, - "rtti_varmaps": 9, - "unification": 8, - "polymorphism_process_new_call": 2, - "builtin_state": 1, - "call_unify_context": 2, - "sym_name": 3, - "hlds_goal": 45, - "poly_info": 45, - "polymorphism_make_type_info_vars": 1, - "polymorphism_make_type_info_var": 1, - "int_or_var": 2, - "iov_int": 1, - "iov_var": 1, - "gen_extract_type_info": 1, - "tvar": 10, - "kind": 1, - "vartypes": 12, - "poly_info.": 1, - "create_poly_info": 1, - "poly_info_extract": 1, - "build_typeclass_info_type": 3, - "prog_constraint": 4, - "type_is_typeclass_info": 1, - "type_is_type_info_or_ctor_type": 1, - "build_type_info_type": 1, - "get_special_proc": 1, - "special_pred_id": 2, - "get_special_proc_det": 1, - "convert_pred_to_lambda_goal": 3, - "purity": 1, - "lambda_eval_method": 1, - "unify_context": 3, - "context": 1, - "unify_rhs": 4, - "fix_undetermined_mode_lambda_goal": 2, - "rhs_lambda_goal": 7, - "init_type_info_var": 1, - "init_const_type_ctor_info_var": 1, - "type_ctor": 1, - "cons_id": 2, - "type_info_kind": 2, - "type_ctor_info.": 1, - "new_type_info_var_raw": 1, - "check_hlds.clause_to_proc.": 1, - "check_hlds.mode_util.": 1, - "hlds.from_ground_term_util.": 1, - "hlds.const_struct.": 1, - "hlds.goal_util.": 1, - "hlds.hlds_args.": 1, - "hlds.hlds_clauses.": 1, - "hlds.hlds_code_util.": 1, - "hlds.passes_aux.": 1, - "hlds.pred_table.": 1, - "hlds.quantification.": 1, - "hlds.special_pred.": 1, - "libs.": 1, - "mdbcomp.program_representation.": 1, - "parse_tree.prog_mode.": 1, - "parse_tree.prog_type_subst.": 1, - "solutions.": 1, - "module_info_get_preds": 3, - ".ModuleInfo": 8, - "Preds0": 2, - "PredIds0": 2, - "list.foldl": 6, - "maybe_polymorphism_process_pred": 3, - "Preds1": 2, - "PredIds1": 2, - "fixup_pred_polymorphism": 4, - "expand_class_method_bodies": 1, - "PredModule": 8, - "pred_info_module": 4, - "PredName": 8, - "pred_info_name": 4, - "PredArity": 6, - "pred_info_orig_arity": 3, - "no_type_info_builtin": 3, - "copy_module_clauses_to_procs": 1, - "polymorphism_process_pred_msg": 3, - "PredTable0": 3, - "map.lookup": 2, - "PredInfo0": 16, - "pred_info_get_clauses_info": 2, - "ClausesInfo0": 5, - "clauses_info_get_vartypes": 2, - "VarTypes0": 12, - "clauses_info_get_headvars": 2, - "pred_info_get_arg_types": 7, - "TypeVarSet": 15, - "ExistQVars": 13, - "ArgTypes0": 3, - "proc_arg_vector_partition_poly_args": 1, - "ExtraHeadVarList": 2, - "OldHeadVarList": 2, - "lookup_var_types": 6, - "ExtraArgTypes": 2, - "ArgTypes": 6, - "pred_info_set_arg_types": 1, - "PredInfo1": 5, - "OldHeadVarTypes": 2, - "type_list_subsumes": 2, - "Subn": 3, - "map.is_empty": 1, - "pred_info_set_existq_tvar_binding": 1, - "PredInfo2": 7, - "polymorphism_introduce_exists_casts_pred": 3, - "PredTable": 2, - "module_info_set_preds": 1, - "pred_info_get_procedures": 2, - ".PredInfo": 2, - "Procs0": 4, - "map.map_values_only": 1, - ".ProcInfo": 2, - "introduce_exists_casts_proc": 1, - "Procs": 4, - "pred_info_set_procedures": 2, - "trace": 4, - "compiletime": 4, - "flag": 4, - "write_pred_progress_message": 1, - "polymorphism_process_pred": 4, - "selected_pred": 1, - "ground": 9, - "untrailed": 2, - "level": 1, - "pred_id_to_int": 1, - "impure": 2, - "set_selected_pred": 2, - "polymorphism_process_clause_info": 3, - "ClausesInfo": 13, - "Info": 134, - "ExtraArgModes": 20, - "poly_info_get_module_info": 4, - "poly_info_get_const_struct_db": 1, - "ConstStructDb": 2, - "module_info_set_const_struct_db": 1, - "poly_info_get_typevarset": 4, - "pred_info_set_typevarset": 1, - "pred_info_set_clauses_info": 1, - "ProcIds": 5, - "pred_info_procids": 2, - "polymorphism_process_proc_in_table": 3, - "module_info_set_pred_info": 1, - "clauses_info": 6, - "poly_arg_vector": 9, - "mer_mode": 14, - "ModuleInfo0": 8, - "init_poly_info": 1, - ".ClausesInfo": 2, - "_VarSet": 1, - "ExplicitVarTypes": 2, - "_TVarNameMap": 1, - "_VarTypes": 1, - "HeadVars0": 5, - "ClausesRep0": 2, - "ItemNumbers": 2, - "_RttiVarMaps": 1, - "HaveForeignClauses": 2, - "setup_headvars": 3, - "UnconstrainedTVars": 15, - "ExtraTypeInfoHeadVars": 4, - "ExistTypeClassInfoHeadVars": 6, - "get_clause_list": 1, - "Clauses0": 2, - "list.map_foldl": 2, - "polymorphism_process_clause": 3, - "Clauses": 2, - "poly_info_get_varset": 4, - ".Info": 25, - "poly_info_get_var_types": 6, - "poly_info_get_rtti_varmaps": 4, - "RttiVarMaps": 16, - "set_clause_list": 1, - "ClausesRep": 2, - "TVarNameMap": 2, - "while": 1, - "adding": 1, - "clauses.": 1, - "proc_arg_vector": 9, - "clause": 2, - "OldHeadVars": 2, - "NewHeadVars": 2, - "Clause": 2, - "pred_info_is_imported": 2, - "Goal0": 21, - ".Clause": 1, - "clause_body": 2, - "empty_cache_maps": 4, - "poly_info_set_num_reuses": 1, - "polymorphism_process_goal": 20, - "Goal1": 2, - "produce_existq_tvars": 3, - "Goal2": 2, - "pred_info_get_exist_quant_tvars": 1, - "fixup_quantification": 1, - "Goal": 40, - "proc_table": 2, - "ProcTable": 2, - ".ProcTable": 1, - "ProcInfo0": 2, - "polymorphism_process_proc": 3, - "pred_info_is_pseudo_imported": 1, - "hlds_pred.in_in_unification_proc_id": 1, - "HeadVarList": 4, - "proc_arg_vector_to_list": 2, - "clauses_info_get_rtti_varmaps": 1, - "clauses_info_get_varset": 1, - "proc_info_set_headvars": 1, - "proc_info_set_rtti_varmaps": 1, - "proc_info_set_varset": 1, - "proc_info_set_vartypes": 1, - "copy_clauses_to_proc": 1, - "proc_info_get_argmodes": 2, - "ArgModes1": 2, - "ExtraArgModesList": 2, - "poly_arg_vector_to_list": 1, - "ArgModes": 5, - "proc_info_set_argmodes": 1, - "ExtraHeadTypeInfoVars": 7, - "ExistHeadTypeClassInfoVars": 9, - "pred_info_get_origin": 1, - "Origin": 8, - "ExtraArgModes0": 3, - "poly_arg_vector_init": 1, - "origin_instance_method": 1, - "InstanceMethodConstraints": 4, - "setup_headvars_instance_method": 3, - "origin_special_pred": 1, - "origin_transformed": 1, - "origin_created": 1, - "origin_assertion": 1, - "origin_lambda": 1, - "origin_user": 1, - "pred_info_get_class_context": 4, - "ClassContext": 6, - "InstanceTVars": 7, - "InstanceUnconstrainedTVars": 2, - "InstanceUnconstrainedTypeInfoVars": 2, - "setup_headvars_2": 4, - "instance_method_constraints": 2, - "InstanceTypes": 2, - "InstanceConstraints": 3, - "type_vars_list": 5, - "get_unconstrained_tvars": 1, - "UnconstrainedInstanceTVars": 6, - "ArgTypeVarSet": 5, - "make_head_vars": 3, - "UnconstrainedInstanceTypeInfoVars": 7, - "make_typeclass_info_head_vars": 3, - "do_record_type_info_locns": 3, - "InstanceHeadTypeClassInfoVars": 4, - "proc_arg_vector_set_instance_type_infos": 1, - "proc_arg_vector_set_instance_typeclass_infos": 1, - "RttiVarMaps0": 4, - "rtti_reuse_typeclass_info_var": 3, - "poly_info_set_rtti_varmaps": 3, - "in_mode": 3, - "InMode": 3, - "list.duplicate": 6, - "list.length": 16, - "UnconstrainedInstanceTypeInfoModes": 2, - "InstanceHeadTypeClassInfoModes": 2, - "poly_arg_vector_set_instance_type_infos": 1, - "poly_arg_vector_set_instance_typeclass_infos": 1, - "prog_constraints": 1, - "AllUnconstrainedTVars": 2, - "AllExtraHeadTypeInfoVars": 2, - "constraints": 4, - "UnivConstraints": 3, - "ExistConstraints": 6, - "prog_type.constraint_list_get_tvars": 2, - "UnivConstrainedTVars": 2, - "ExistConstrainedTVars": 2, - "poly_info_get_constraint_map": 4, - "ConstraintMap": 12, - "get_improved_exists_head_constraints": 4, - "ActualExistConstraints": 9, - "pred_info_get_markers": 1, - "PredMarkers": 2, - "check_marker": 1, - "marker_class_method": 1, - "RecordExistQLocns": 3, - "do_not_record_type_info_locns": 1, - "UnivHeadTypeClassInfoVars": 4, - "HeadTypeVars": 2, - "list.delete_elems": 12, - "UnconstrainedTVars0": 2, - "UnconstrainedTVars1": 2, - "UnconstrainedTVars2": 2, - "list.remove_dups": 4, - "UnconstrainedUnivTVars": 7, - "UnconstrainedExistTVars": 6, - "ExistHeadTypeInfoVars": 5, - "UnivHeadTypeInfoVars": 4, - "list.condense": 4, - "proc_arg_vector_set_univ_type_infos": 1, - "HeadVars1": 2, - "proc_arg_vector_set_exist_type_infos": 1, - "HeadVars2": 2, - "proc_arg_vector_set_univ_typeclass_infos": 1, - "HeadVars3": 2, - "proc_arg_vector_set_exist_typeclass_infos": 1, - "In": 6, - "out_mode": 2, - "Out": 6, - "NumUnconstrainedUnivTVars": 2, - "NumUnconstrainedExistTVars": 2, - "NumUnivClassInfoVars": 2, - "NumExistClassInfoVars": 2, - "UnivTypeInfoModes": 2, - "ExistTypeInfoModes": 2, - "UnivTypeClassInfoModes": 2, - "ExistTypeClassInfoModes": 2, - "poly_arg_vector_set_univ_type_infos": 1, - "poly_arg_vector_set_exist_type_infos": 1, - "poly_arg_vector_set_univ_typeclass_infos": 1, - "poly_arg_vector_set_exist_typeclass_infos": 1, - "ToLocn": 4, - "TheVar": 2, - "TheLocn": 2, - "list.map": 17, - "UnivTypeLocns": 2, - "list.foldl_corresponding": 3, - "rtti_det_insert_type_info_locn": 3, - "ExistTypeLocns": 2, - "UnconstrainedInstanceTypeLocns": 2, - ".RttiVarMaps": 1, - "TypeInfoHeadVars": 2, - "pred_info_get_tvar_kinds": 2, - "KindMap": 2, - "PredClassContext": 5, - "PredExistConstraints": 2, - "exist_constraints": 1, - "ExistQVarsForCall": 2, - "goal_info_get_context": 4, - "make_typeclass_info_vars": 3, - "ExistTypeClassVarsMCAs": 2, - "ExtraTypeClassGoals": 5, - "assoc_list.keys": 8, - "ExistTypeClassVars": 3, - "assign_var_list": 8, - "ExtraTypeClassUnifyGoals": 2, - "vartypes_is_empty": 1, - "PredToActualTypeSubst": 4, - "ActualArgTypes": 8, - "ArgTypeSubst": 2, - "apply_subst_to_tvar_list": 1, - "ActualTypes": 2, - "polymorphism_do_make_type_info_vars": 5, - "TypeInfoVarsMCAs": 2, - "ExtraTypeInfoGoals": 4, - "TypeInfoVars": 5, - "ExtraTypeInfoUnifyGoals": 2, - "GoalList": 8, - "conj_list_to_goal": 6, - "Var1": 5, - "Vars1": 2, - "Var2": 5, - "Vars2": 2, - "Goals": 13, - "assign_var": 3, - "true_goal": 1, - "term.context_init": 2, - "create_pure_atomic_complicated_unification": 1, - "rhs_var": 2, - "umc_explicit": 1, - "constraint_map": 1, - "NumExistConstraints": 4, - "search_hlds_constraint_list": 1, - "unproven": 3, - "goal_id": 1, - "ActualExistConstraints0": 2, - "GoalExpr0": 18, - "GoalInfo0": 41, - "generic_call": 1, - "plain_call": 5, - "ArgVars0": 23, - "polymorphism_process_call": 4, - "ExtraVars": 13, - "ExtraGoals": 13, - "ArgVars": 6, - "CallExpr": 4, - "call_args": 1, - "Call": 4, - "call_foreign_proc": 4, - "polymorphism_process_foreign_proc": 3, - "XVar": 11, - "Y": 9, - "Mode": 12, - "Unification": 16, - "UnifyContext": 15, - "polymorphism_process_unify": 4, - "conj": 5, - "ConjType": 4, - "Goals0": 13, - "plain_conj": 4, - "polymorphism_process_plain_conj": 5, - "parallel_conj": 1, - "get_cache_maps_snapshot": 11, - "InitialSnapshot": 36, - "polymorphism_process_par_conj": 5, - "GoalExpr": 19, - "disj": 2, - "polymorphism_process_disj": 6, - "set_cache_maps_snapshot": 15, - "if_then_else": 2, - "Cond0": 2, - "Then0": 2, - "Else0": 2, - "Cond": 2, - "Then": 2, - "Else": 2, - "negation": 2, - "SubGoal0": 14, - "SubGoal": 16, - "switch": 2, - "CanFail": 4, - "Cases0": 4, - "polymorphism_process_cases": 5, - "Cases": 4, - "scope": 7, - "Reason0": 16, - "from_ground_term": 2, - "TermVar": 4, - "Kind": 5, - "from_ground_term_initial": 2, - "polymorphism_process_from_ground_term_initial": 3, - "from_ground_term_construct": 1, - "from_ground_term_deconstruct": 1, - "from_ground_term_other": 1, - "promise_solutions": 1, - "promise_purity": 1, - "require_detism": 1, - "require_complete_switch": 1, - "commit": 1, - "barrier": 1, - "loop_control": 1, - "exist_quant": 1, - "trace_goal": 1, - "shorthand": 2, - "ShortHand0": 4, - "atomic_goal": 2, - "GoalType": 2, - "Outer": 2, - "Inner": 2, - "MainGoal0": 2, - "OrElseGoals0": 2, - "OrElseInners": 2, - "MainGoal": 2, - "OrElseGoals": 2, - "ShortHand": 3, - "try_goal": 2, - "MaybeIO": 2, - "ResultVar": 2, - "SubGoalExpr0": 4, - "SubGoalInfo": 2, - "Conjuncts0": 2, - "ConjunctA0": 2, - "ConjunctB0": 2, - "ConjunctA": 2, - "ConjunctB": 2, - "Conjuncts": 2, - "SubGoalExpr": 2, - "bi_implication": 1, - "hlds_goal_expr": 2, - "SubGoalInfo0": 2, - "SubGoals0Prime": 2, - "SubGoals0": 2, - "polymorphism_process_fgti_goals": 5, - "RevMarkedSubGoals": 2, - "fgt_invariants_kept": 2, - "InvariantsStatus": 7, - "Reason": 2, - "fgt_invariants_broken": 2, - "introduce_partial_fgt_scopes": 1, - "deconstruct_top_down": 1, - "fgt_marked_goal": 2, - "fgt_invariants_status": 2, - "RevMarkedGoals": 4, - "OldInfo": 3, - "XVarPrime": 2, - "ModePrime": 2, - "UnificationPrime": 2, - "UnifyContextPrime": 2, - "rhs_functor": 5, - "ConsIdPrime": 2, - "YVarsPrime": 2, - "ConsId": 10, - "YVars": 4, - "polymorphism_process_unify_functor": 4, - "Changed": 10, - "VarSetBefore": 2, - "MaxVarBefore": 2, - "varset.max_var": 2, - "poly_info_get_num_reuses": 2, - "NumReusesBefore": 2, - "VarSetAfter": 2, - "MaxVarAfter": 2, - "NumReusesAfter": 2, - "MarkedGoal": 3, - "fgt_kept_goal": 1, - "fgt_broken_goal": 1, - ".RevMarkedGoals": 1, - "unify_mode": 2, - "Unification0": 8, - "_YVar": 1, - "unification_typeinfos": 5, - "_Changed": 3, - "Args": 11, - "Purity": 9, - "Groundness": 6, - "PredOrFunc": 6, - "EvalMethod": 8, - "LambdaVars": 13, - "Modes": 4, - "Det": 4, - "LambdaGoal0": 5, - "LambdaGoal1": 2, - "fixup_lambda_quantification": 1, - "LambdaGoal": 6, - "NonLocalTypeInfos": 3, - "set_of_var.to_sorted_list": 1, - "NonLocalTypeInfosList": 2, - "Y1": 2, - "NonLocals0": 10, - "goal_info_get_nonlocals": 6, - "NonLocals": 12, - "goal_info_set_nonlocals": 6, - "type_vars": 2, - "TypeVars": 8, - "get_type_info_locn": 1, - "TypeInfoLocns": 6, - "add_unification_typeinfos": 4, - "rtti_lookup_type_info_locn": 1, - "type_info_locn": 1, - "type_info_locn_var": 1, - "TypeInfoVars0": 2, - ".GoalInfo": 1, - "set_of_var.insert_list": 4, - ".Unification": 5, - "complicated_unify": 2, - "construct": 1, - "simple_test": 1, - "X0": 8, - "ConsId0": 5, - "Mode0": 4, - "TypeOfX": 6, - "closure_cons": 1, - "ShroudedPredProcId": 2, - "ProcId0": 3, - "unshroud_pred_proc_id": 1, - "type_is_higher_order_details": 1, - "_PredOrFunc": 1, - "CalleeArgTypes": 2, - "invalid_proc_id": 1, - "goal_info_add_feature": 1, - "feature_lambda_undetermined_mode": 1, - "GoalInfo1": 6, - "VarSet0": 2, - "Functor0": 6, - "poly_info_set_varset_and_types": 1, - "cons": 3, - "ConsTypeCtor": 2, - "remove_new_prefix": 1, - "OrigFunctor": 2, - "IsConstruction": 7, - "type_util.get_existq_cons_defn": 1, - "ConsDefn": 2, - "polymorphism_process_existq_unify_functor": 3, - "UnifyExpr": 2, - "Unify": 2, - "PredArgTypes": 10, - "create_fresh_vars": 5, - "QualifiedPName": 5, - "qualified": 1, - "cons_id_dummy_type_ctor": 1, - "RHS": 2, - "CallUnifyContext": 2, - "LambdaGoalExpr": 2, - "not_builtin": 3, - "OutsideVars": 2, - "InsideVars": 2, - "set_of_var.intersect": 1, - "LambdaNonLocals": 2, - "GoalId": 8, - "goal_info_get_goal_id": 3, - "goal_info_init": 1, - "LambdaGoalInfo0": 2, - "goal_info_set_context": 1, - "LambdaGoalInfo1": 2, - "LambdaGoalInfo2": 2, - "goal_info_set_purity": 1, - "LambdaGoalInfo3": 2, - "goal_info_set_goal_id": 1, - "LambdaGoalInfo": 4, - "lambda_modes_and_det": 4, - "LambdaModes": 6, - "LambdaDet": 6, - "pred_info_is_pred_or_func": 1, - "ho_ground": 1, - "_LambdaModes0": 1, - "_LambdaDet0": 1, - "goal_to_conj_list": 1, - "LambdaGoalList0": 2, - "list.split_last": 1, - "LambdaGoalButLast0": 2, - "LastGoal0": 2, - "LastGoalExpr0": 2, - "LastGoalInfo0": 2, - "PredId0": 2, - "_DummyProcId": 1, - "Args0": 5, - "MaybeCallUnifyContext0": 2, - "QualifiedPName0": 2, - "LambdaGoalButLast": 2, - "LastGoalInfo": 2, - "MaybeCallUnifyContext": 4, - "LastGoalExpr": 2, - "LastGoal": 2, - "prog_vars": 1, - "determinism": 1, - "NumArgModes": 2, - "NumLambdaVars": 2, - "list.drop": 2, - "LambdaModesPrime": 2, - "proc_info_get_declared_determinism": 1, - "MaybeDet": 3, - "sorry": 1, - "varset.new_var": 1, - "add_var_type": 1, - "ctor_defn": 2, - "CtorDefn": 2, - "ActualRetType": 2, - "CtorTypeVarSet": 2, - "CtorExistQVars": 2, - "CtorKindMap": 2, - "CtorExistentialConstraints": 2, - "CtorArgTypes": 2, - "CtorRetType": 2, - "TypeVarSet0": 5, - "tvarset_merge_renaming": 3, - "CtorToParentRenaming": 6, - "apply_variable_renaming_to_tvar_list": 2, - "ParentExistQVars": 6, - "apply_variable_renaming_to_tvar_kind_map": 2, - "ParentKindMap": 7, - "apply_variable_renaming_to_prog_constraint_list": 1, - "ParentExistentialConstraints": 3, - "apply_variable_renaming_to_type_list": 4, - "ParentArgTypes": 6, - "apply_variable_renaming_to_type": 1, - "ParentRetType": 2, - "poly_info_set_typevarset": 3, - "type_list_subsumes_det": 3, - "ParentToActualTypeSubst": 6, - "NumExistentialConstraints": 3, - "lookup_hlds_constraint_list": 4, - "ActualExistentialConstraints": 4, - "ExtraTypeClassVarsMCAs": 2, - "ExtraTypeClassVars": 2, - "assumed": 2, - "make_existq_typeclass_info_vars": 2, - "constraint_list_get_tvars": 3, - "ParentExistConstrainedTVars": 4, - "ParentUnconstrainedExistQVars": 2, - "apply_rec_subst_to_tvar_list": 4, - "ActualExistentialTypes": 2, - "ExtraTypeInfoVarsMCAs": 2, - "ExtraTypeInfoVars": 2, - "ExtraTypeClassVars.": 1, - "bound": 1, - "Attributes": 2, - "ProcExtraArgs": 2, - "MaybeTraceRuntimeCond": 2, - "Impl": 14, - "foreign_arg_var": 1, - "CanOptAwayUnnamed": 11, - "polymorphism_process_foreign_proc_args": 3, - "ExtraArgs": 5, - "pragma_foreign_code_impl": 4, - "foreign_arg": 1, - "PredTypeVarSet": 8, - "UnivCs": 4, - "ExistCs": 4, - "UnivVars0": 2, - "get_constrained_vars": 2, - "UnivConstrainedVars": 2, - "ExistVars0": 2, - "ExistConstrainedVars": 2, - "PredTypeVars0": 2, - "PredTypeVars1": 2, - "PredTypeVars2": 2, - "PredTypeVars": 3, - "foreign_proc_add_typeclass_info": 4, - "ExistTypeClassArgInfos": 2, - "UnivTypeClassArgInfos": 2, - "TypeClassArgInfos": 2, - "list.filter": 1, - "ExistUnconstrainedVars": 2, - "UnivUnconstrainedVars": 2, - "foreign_proc_add_typeinfo": 4, - "ExistTypeArgInfos": 2, - "UnivTypeArgInfos": 2, - "TypeInfoArgInfos": 2, - "ArgInfos": 2, - "TypeInfoTypes": 2, - "type_info_type": 1, - "UnivTypes": 2, - "ExistTypes": 2, - "OrigArgTypes": 2, - "make_foreign_args": 1, - "tvarset": 3, - "box_policy": 2, - "Constraint": 2, - "MaybeArgName": 7, - "native_if_possible": 2, - "SymName": 4, - "sym_name_to_string_sep": 1, - "TypeVarNames": 2, - "underscore_and_tvar_name": 3, - "string.append_list": 1, - "ConstraintVarName": 3, - "foreign_code_does_not_use_variable": 4, - "TVar": 4, - "varset.search_name": 1, - "TypeVarName": 2, - "C_VarName": 3, - "VarName": 2, - "foreign_code_uses_variable": 1, - "TVarName": 2, - "TVarName0": 1, - "TVarName0.": 1, - "cache_maps": 3, - "case": 4, - "Case0": 2, - "Case": 2, - "MainConsId": 2, - "OtherConsIds": 2, - "PredExistQVars": 2, - "PredKindMap": 3, - "varset.is_empty": 1, - "PredToParentTypeRenaming": 6, - "ParentTVars": 4, - "apply_variable_renaming_to_prog_constraints": 1, - "ParentClassContext": 2, - "ParentUnivConstraints": 3, - "ParentExistConstraints": 3, - "ParentUnivConstrainedTVars": 2, - "ParentUnconstrainedTVars0": 2, - "ParentUnconstrainedTVars1": 2, - "ParentUnconstrainedTVars": 3, - "ParentUnconstrainedUnivTVars": 3, - "ParentUnconstrainedExistTVars": 2, - "NumUnivConstraints": 2, - "ActualUnivConstraints": 2, - "ActualExistQVarTypes": 2, - "prog_type.type_list_to_var_list": 1, - "ActualExistQVars0": 2, - "ActualExistQVars": 2, - "ExtraUnivClassVarsMCAs": 2, - "ExtraUnivClassGoals": 2, - "ExtraUnivClassVars": 2, - "ExtraExistClassVars": 2, - "ExtraExistClassGoals": 2, - "ActualUnconstrainedUnivTypes": 2, - "ExtraUnivTypeInfoVarsMCAs": 2, - "ExtraUnivTypeInfoGoals": 2, - "ExtraUnivTypeInfoVars": 2, - "ActualUnconstrainedExistTypes": 2, - "ExtraExistTypeInfoVarsMCAs": 2, - "ExtraExistTypeInfoGoals": 2, - "ExtraExistTypeInfoVars": 2, - "CalleePredInfo": 2, - "CalleeProcInfo": 3, - "CallArgs0": 3, - "BuiltinState": 2, - "TVarSet0": 2, - "ActualArgTypes0": 3, - "PredTVarSet": 2, - "_PredExistQVars": 1, - "CalleeHeadVars": 2, - "proc_info_get_rtti_varmaps": 1, - "CalleeRttiVarMaps": 2, - "NCallArgs0": 2, - "NPredArgs": 2, - "NExtraArgs": 3, - "OrigPredArgTypes0": 2, - "list.take": 1, - "CalleeExtraHeadVars0": 2, - "OrigPredArgTypes": 2, - "CalleeExtraHeadVars": 2, - "TVarSet": 2, - "PredToParentRenaming": 3, - "OrigParentArgTypes": 2, - "ParentToActualTSubst": 2, - "GetTypeInfoTypes": 2, - "ProgVar": 2, - "TypeInfoType": 2, - "rtti_varmaps_var_info": 1, - "VarInfo": 4, - "type_info_var": 1, - "typeclass_info_var": 1, - "non_rtti_var": 1, - "PredTypeInfoTypes": 2, - "ParentTypeInfoTypes": 2, - "apply_rec_subst_to_type_list": 1, - "ActualTypeInfoTypes": 2, - "Ctxt": 2, - "ExtraArgsConstArgs": 2, - "CallArgs": 2, - "NonLocals1": 2, - "CallGoalExpr": 2, - "CallGoal": 2 - }, - "Monkey": { - "Strict": 1, - "sample": 1, - "class": 1, - "from": 1, - "the": 1, - "documentation": 1, - "Class": 3, - "Game": 1, - "Extends": 2, - "App": 1, - "Function": 2, - "New": 1, - "(": 12, - ")": 12, - "End": 8, - "DrawSpiral": 3, - "clock": 3, - "Local": 3, - "w": 3, - "DeviceWidth/2": 1, - "For": 1, - "i#": 1, - "Until": 1, - "w*1.5": 1, - "Step": 1, - ".2": 1, - "x#": 1, - "y#": 1, - "x": 2, - "+": 5, - "i*Sin": 1, - "i*3": 1, - "y": 2, - "i*Cos": 1, - "i*2": 1, - "DrawRect": 1, - "Next": 1, - "hitbox.Collide": 1, - "event.pos": 1, - "Field": 2, - "updateCount": 3, - "Method": 4, - "OnCreate": 1, - "Print": 2, - "SetUpdateRate": 1, - "OnUpdate": 1, - "OnRender": 1, - "Cls": 1, - "updateCount*1.1": 1, - "Enemy": 1, - "Die": 1, - "Abstract": 1, - "field": 1, - "testField": 1, - "Bool": 2, - "True": 2, - "oss": 1, - "he": 2, - "-": 2, - "killed": 1, - "me": 1, - "b": 6, - "extending": 1, - "with": 1, - "generics": 1, - "VectorNode": 1, - "Node": 1, - "": 1, - "array": 1, - "syntax": 1, - "Global": 14, - "listOfStuff": 3, - "String": 4, - "[": 6, - "]": 6, - "lessStuff": 1, - "oneStuff": 1, - "a": 3, - "comma": 1, - "separated": 1, - "sequence": 1, - "text": 1, - "worstCase": 1, - "worst.List": 1, - "": 1, - "escape": 1, - "characers": 1, - "in": 1, - "strings": 1, - "string3": 1, - "string4": 1, - "string5": 1, - "string6": 1, - "prints": 1, - ".ToUpper": 1, - "Boolean": 1, - "shorttype": 1, - "boolVariable1": 1, - "boolVariable2": 1, - "False": 1, - "preprocessor": 1, - "keywords": 1, - "#If": 1, - "TARGET": 2, - "DoStuff": 1, - "#ElseIf": 1, - "DoOtherStuff": 1, - "#End": 1, - "operators": 1, - "|": 2, - "&": 1, - "c": 1 - }, - "Moocode": { - ";": 505, - "while": 15, - "(": 600, - "read": 1, - "player": 2, - ")": 593, - "endwhile": 14, - "I": 1, - "M": 1, - "P": 1, - "O": 1, - "R": 1, - "T": 2, - "A": 1, - "N": 1, - "The": 2, - "following": 2, - "code": 43, - "cannot": 1, - "be": 1, - "used": 1, - "as": 28, - "is.": 1, - "You": 1, - "will": 1, - "need": 1, - "to": 1, - "rewrite": 1, - "functionality": 1, - "that": 3, - "is": 6, - "not": 2, - "present": 1, - "in": 43, - "your": 1, - "server/core.": 1, - "most": 1, - "straight": 1, - "-": 98, - "forward": 1, - "target": 7, - "other": 1, - "than": 1, - "Stunt/Improvise": 1, - "a": 12, - "server/core": 1, - "provides": 1, - "map": 5, - "datatype": 1, - "and": 1, - "anonymous": 1, - "objects.": 1, - "Installation": 1, - "my": 1, - "server": 1, - "uses": 1, - "the": 4, - "object": 1, - "numbers": 1, - "#36819": 1, - "MOOcode": 4, - "Experimental": 2, - "Language": 2, - "Package": 2, - "#36820": 1, - "Changelog": 1, - "#36821": 1, - "Dictionary": 1, - "#36822": 1, - "Compiler": 2, - "#38128": 1, - "Syntax": 4, - "Tree": 1, - "Pretty": 1, - "Printer": 1, - "#37644": 1, - "Tokenizer": 2, - "Prototype": 25, - "#37645": 1, - "Parser": 2, - "#37648": 1, - "Symbol": 2, - "#37649": 1, - "Literal": 1, - "#37650": 1, - "Statement": 8, - "#37651": 1, - "Operator": 11, - "#37652": 1, - "Control": 1, - "Flow": 1, - "#37653": 1, - "Assignment": 2, - "#38140": 1, - "Compound": 1, - "#38123": 1, - "Prefix": 1, - "#37654": 1, - "Infix": 1, - "#37655": 1, - "Name": 1, - "#37656": 1, - "Bracket": 1, - "#37657": 1, - "Brace": 1, - "#37658": 1, - "If": 1, - "#38119": 1, - "For": 1, - "#38120": 1, - "Loop": 1, - "#38126": 1, - "Fork": 1, - "#38127": 1, - "Try": 1, - "#37659": 1, - "Invocation": 1, - "#37660": 1, - "Verb": 1, - "Selector": 2, - "#37661": 1, - "Property": 1, - "#38124": 1, - "Error": 1, - "Catching": 1, - "#38122": 1, - "Positional": 1, - "#38141": 1, - "From": 1, - "#37662": 1, - "Utilities": 1, - "#36823": 1, - "Tests": 4, - "#36824": 1, - "#37646": 1, - "#37647": 1, - ".": 30, - "parent": 1, - "plastic.tokenizer_proto": 4, - "@program": 29, - "_": 4, - "_ensure_prototype": 4, - "application/x": 27, - "moocode": 27, - "typeof": 11, - "this": 114, - "OBJ": 3, - "||": 19, - "raise": 23, - "E_INVARG": 3, - "_ensure_instance": 7, - "ANON": 2, - "plastic.compiler": 3, - "_lookup": 2, - "private": 1, - "{": 112, - "name": 9, - "}": 112, - "args": 26, - "if": 90, - "value": 73, - "this.variable_map": 3, - "[": 99, - "]": 102, - "E_RANGE": 17, - "return": 61, - "else": 45, - "tostr": 51, - "random": 3, - "this.reserved_names": 1, - "endif": 93, - "compile": 1, - "source": 32, - "options": 3, - "tokenizer": 6, - "this.plastic.tokenizer_proto": 2, - "create": 16, - "parser": 89, - "this.plastic.parser_proto": 2, - "compiler": 2, - "try": 2, - "statements": 13, - "except": 2, - "ex": 4, - "ANY": 3, - ".tokenizer.row": 1, - "endtry": 2, - "for": 31, - "statement": 29, - "statement.type": 10, - "@source": 3, - "p": 82, - "@compiler": 1, - "endfor": 31, - "ticks_left": 4, - "<": 13, - "seconds_left": 4, - "&&": 39, - "suspend": 4, - "statement.value": 20, - "elseif": 41, - "_generate": 1, - "isa": 21, - "this.plastic.sign_operator_proto": 1, - "|": 9, - "statement.first": 18, - "statement.second": 13, - "this.plastic.control_flow_statement_proto": 1, - "first": 22, - "statement.id": 3, - "this.plastic.if_statement_proto": 1, - "s": 47, - "respond_to": 9, - "@code": 28, - "@this": 13, - "+": 39, - "i": 29, - "length": 11, - "LIST": 6, - "this.plastic.for_statement_proto": 1, - "statement.subtype": 2, - "this.plastic.loop_statement_proto": 1, - "prefix": 4, - "this.plastic.fork_statement_proto": 1, - "this.plastic.try_statement_proto": 1, - "x": 9, - "@x": 3, - "join": 6, - "this.plastic.assignment_operator_proto": 1, - "statement.first.type": 1, - "res": 19, - "rest": 3, - "v": 17, - "statement.first.value": 1, - "v.type": 2, - "v.first": 2, - "v.second": 1, - "this.plastic.bracket_operator_proto": 1, - "statement.third": 4, - "this.plastic.brace_operator_proto": 1, - "this.plastic.invocation_operator_proto": 1, - "@a": 2, - "statement.second.type": 2, - "this.plastic.property_selector_operator_proto": 1, - "this.plastic.error_catching_operator_proto": 1, - "second": 18, - "this.plastic.literal_proto": 1, - "toliteral": 1, - "this.plastic.positional_symbol_proto": 1, - "this.plastic.prefix_operator_proto": 3, - "this.plastic.infix_operator_proto": 1, - "this.plastic.traditional_ternary_operator_proto": 1, - "this.plastic.name_proto": 1, - "plastic.printer": 2, - "_print": 4, - "indent": 4, - "result": 7, - "item": 2, - "@result": 2, - "E_PROPNF": 1, - "print": 1, - "instance": 59, - "instance.row": 1, - "instance.column": 1, - "instance.source": 1, - "advance": 16, - "this.token": 21, - "this.source": 3, - "row": 23, - "this.row": 2, - "column": 63, - "this.column": 2, - "eol": 5, - "block_comment": 6, - "inline_comment": 4, - "loop": 14, - "len": 3, - "continue": 16, - "next_two": 4, - "column..column": 1, - "c": 44, - "break": 6, - "re": 1, - "not.": 1, - "Worse": 1, - "*": 4, - "valid": 2, - "error": 6, - "like": 4, - "E_PERM": 4, - "treated": 2, - "literal": 2, - "an": 2, - "invalid": 2, - "E_FOO": 1, - "variable.": 1, - "Any": 1, - "starts": 1, - "with": 1, - "characters": 1, - "*now*": 1, - "but": 1, - "errors": 1, - "are": 1, - "errors.": 1, - "*/": 1, - "<=>": 8, - "z": 4, - "col1": 6, - "mark": 2, - "start": 2, - "1": 13, - "9": 4, - "col2": 4, - "chars": 21, - "index": 2, - "E_": 1, - "token": 24, - "type": 9, - "this.errors": 1, - "col1..col2": 2, - "toobj": 1, - "float": 4, - "0": 1, - "cc": 1, - "e": 1, - "tofloat": 1, - "toint": 1, - "esc": 1, - "q": 1, - "col1..column": 1, - "plastic.parser_proto": 3, - "@options": 1, - "instance.tokenizer": 1, - "instance.symbols": 1, - "plastic": 1, - "this.plastic": 1, - "symbol": 65, - "plastic.name_proto": 1, - "plastic.literal_proto": 1, - "plastic.operator_proto": 10, - "plastic.prefix_operator_proto": 1, - "plastic.error_catching_operator_proto": 3, - "plastic.assignment_operator_proto": 1, - "plastic.compound_assignment_operator_proto": 5, - "plastic.traditional_ternary_operator_proto": 2, - "plastic.infix_operator_proto": 13, - "plastic.sign_operator_proto": 2, - "plastic.bracket_operator_proto": 1, - "plastic.brace_operator_proto": 1, - "plastic.control_flow_statement_proto": 3, - "plastic.if_statement_proto": 1, - "plastic.for_statement_proto": 1, - "plastic.loop_statement_proto": 2, - "plastic.fork_statement_proto": 1, - "plastic.try_statement_proto": 1, - "plastic.from_statement_proto": 2, - "plastic.verb_selector_operator_proto": 2, - "plastic.property_selector_operator_proto": 2, - "plastic.invocation_operator_proto": 1, - "id": 14, - "bp": 3, - "proto": 4, - "nothing": 1, - "this.plastic.symbol_proto": 2, - "this.symbols": 4, - "clone": 2, - "this.token.type": 1, - "this.token.value": 1, - "this.token.eol": 1, - "operator": 1, - "variable": 1, - "identifier": 1, - "keyword": 1, - "Unexpected": 1, - "end": 2, - "Expected": 1, - "t": 1, - "call": 1, - "nud": 2, - "on": 1, - "@definition": 1, - "new": 4, - "pop": 4, - "delete": 1, - "plastic.utilities": 6, - "suspend_if_necessary": 4, - "parse_map_sequence": 1, - "separator": 6, - "infix": 3, - "terminator": 6, - "symbols": 7, - "ids": 6, - "@ids": 2, - "push": 3, - "@symbol": 2, - ".id": 13, - "key": 7, - "expression": 19, - "@map": 1, - "parse_list_sequence": 2, - "list": 3, - "@list": 1, - "validate_scattering_pattern": 1, - "pattern": 5, - "state": 8, - "element": 1, - "element.type": 3, - "element.id": 2, - "element.first.type": 2, - "children": 4, - "node": 3, - "node.value": 1, - "@children": 1, - "match": 1, - "root": 2, - "keys": 3, - "matches": 3, - "stack": 4, - "next": 2, - "top": 5, - "@stack": 2, - "top.": 1, - "@matches": 1, - "plastic.symbol_proto": 2, - "opts": 2, - "instance.id": 1, - "instance.value": 1, - "instance.bp": 1, - "k": 3, - "instance.": 1, - "parents": 3, - "ancestor": 2, - "ancestors": 1, - "property": 1, - "properties": 1, - "this.type": 8, - "this.first": 8, - "import": 8, - "this.second": 7, - "left": 2, - "this.third": 3, - "sequence": 2, - "led": 4, - "this.bp": 2, - "second.type": 2, - "make_identifier": 4, - "first.id": 1, - "parser.symbols": 2, - "reserve_keyword": 2, - "this.plastic.utilities": 1, - "third": 4, - "third.id": 2, - "second.id": 1, - "std": 1, - "reserve_statement": 1, - "types": 7, - ".type": 1, - "target.type": 3, - "target.value": 3, - "target.id": 4, - "temp": 4, - "temp.id": 1, - "temp.first.id": 1, - "temp.first.type": 2, - "temp.second.type": 1, - "temp.first": 2, - "imports": 5, - "import.type": 2, - "@imports": 2, - "parser.plastic.invocation_operator_proto": 1, - "temp.type": 1, - "parser.plastic.name_proto": 2, - "temp.first.value": 1, - "temp.second": 1, - "first.type": 1, - "parser.imports": 2, - "import.id": 2, - "parser.plastic.assignment_operator_proto": 1, - "result.type": 1, - "result.first": 1, - "result.second": 1, - "toy": 3, - "wind": 1, - "this.wound": 8, - "tell": 1, - "this.name": 4, - "player.location": 1, - "announce": 1, - "player.name": 1, - "@verb": 1, - "do_the_work": 3, - "none": 1, - "object_utils": 1, - "this.location": 3, - "room": 1, - "announce_all": 2, - "continue_msg": 1, - "fork": 1, - "endfork": 1, - "wind_down_msg": 1 - }, - "MoonScript": { - "types": 2, - "require": 5, - "util": 2, - "data": 1, - "import": 5, - "reversed": 2, - "unpack": 22, - "from": 4, - "ntype": 16, - "mtype": 3, - "build": 7, - "smart_node": 7, - "is_slice": 2, - "value_is_singular": 3, - "insert": 18, - "table": 2, - "NameProxy": 14, - "LocalName": 2, - "destructure": 1, - "local": 1, - "implicitly_return": 2, - "class": 4, - "Run": 8, - "new": 2, - "(": 54, - "@fn": 1, - ")": 54, - "self": 2, - "[": 79, - "]": 79, - "call": 3, - "state": 2, - "self.fn": 1, - "-": 51, - "transform": 2, - "the": 4, - "last": 6, - "stm": 16, - "is": 2, - "a": 4, - "list": 6, - "of": 1, - "stms": 4, - "will": 1, - "puke": 1, - "on": 1, - "group": 1, - "apply_to_last": 6, - "fn": 3, - "find": 2, - "real": 1, - "exp": 17, - "last_exp_id": 3, - "for": 20, - "i": 15, - "#stms": 1, - "if": 43, - "and": 8, - "break": 1, - "return": 11, - "in": 18, - "ipairs": 3, - "else": 22, - "body": 26, - "sindle": 1, - "expression/statement": 1, - "is_singular": 2, - "false": 2, - "#body": 1, - "true": 4, - "find_assigns": 2, - "out": 9, - "{": 135, - "}": 136, - "thing": 4, - "*body": 2, - "switch": 7, - "when": 12, - "table.insert": 3, - "extract": 1, - "names": 16, - "hoist_declarations": 1, - "assigns": 5, - "hoist": 1, - "plain": 1, - "old": 1, - "*find_assigns": 1, - "name": 31, - "*names": 3, - "type": 5, - "after": 1, - "runs": 1, - "idx": 4, - "while": 3, - "do": 2, - "+": 2, - "expand_elseif_assign": 2, - "ifstm": 5, - "#ifstm": 1, - "case": 13, - "split": 4, - "constructor_name": 2, - "with_continue_listener": 4, - "continue_name": 13, - "nil": 8, - "@listen": 1, - "unless": 6, - "@put_name": 2, - "build.group": 14, - "@splice": 1, - "lines": 2, - "Transformer": 2, - "@transformers": 3, - "@seen_nodes": 3, - "setmetatable": 1, - "__mode": 1, - "scope": 4, - "node": 68, - "...": 10, - "transformer": 3, - "res": 3, - "or": 6, - "bind": 1, - "@transform": 2, - "__call": 1, - "can_transform": 1, - "construct_comprehension": 2, - "inner": 2, - "clauses": 4, - "current_stms": 7, - "_": 10, - "clause": 4, - "t": 10, - "iter": 2, - "elseif": 1, - "cond": 11, - "error": 4, - "..t": 1, - "Statement": 2, - "root_stms": 1, - "@": 1, - "assign": 9, - "values": 10, - "bubble": 1, - "cascading": 2, - "transformed": 2, - "#values": 1, - "value": 7, - "@transform.statement": 2, - "types.cascading": 1, - "ret": 16, - "types.is_value": 1, - "destructure.has_destructure": 2, - "destructure.split_assign": 1, - "continue": 1, - "@send": 1, - "build.assign_one": 11, - "export": 1, - "they": 1, - "are": 1, - "included": 1, - "#node": 3, - "cls": 5, - "cls.name": 1, - "build.assign": 3, - "update": 1, - "op": 2, - "op_final": 3, - "match": 1, - "..op": 1, - "not": 2, - "source": 7, - "stubs": 1, - "real_names": 4, - "build.chain": 7, - "base": 8, - "stub": 4, - "*stubs": 2, - "source_name": 3, - "comprehension": 1, - "action": 4, - "decorated": 1, - "dec": 6, - "wrapped": 4, - "fail": 5, - "..": 1, - "build.declare": 1, - "*stm": 1, - "expand": 1, - "destructure.build_assign": 2, - "build.do": 2, - "apply": 1, - "decorator": 1, - "mutate": 1, - "all": 1, - "bodies": 1, - "body_idx": 3, - "with": 3, - "block": 2, - "scope_name": 5, - "named_assign": 2, - "assign_name": 1, - "@set": 1, - "foreach": 1, - "node.iter": 1, - "destructures": 5, - "node.names": 3, - "proxy": 2, - "next": 1, - "node.body": 9, - "index_name": 3, - "list_name": 6, - "slice_var": 3, - "bounds": 3, - "slice": 7, - "#list": 1, - "table.remove": 2, - "max_tmp_name": 5, - "index": 2, - "conds": 3, - "exp_name": 3, - "convert": 1, - "into": 1, - "statment": 1, - "convert_cond": 2, - "case_exps": 3, - "cond_exp": 5, - "first": 3, - "if_stm": 5, - "*conds": 1, - "if_cond": 4, - "parent_assign": 3, - "parent_val": 1, - "apart": 1, - "properties": 4, - "statements": 4, - "item": 3, - "tuple": 8, - "*item": 1, - "constructor": 7, - "*properties": 1, - "key": 3, - "parent_cls_name": 5, - "base_name": 4, - "self_name": 4, - "cls_name": 1, - "build.fndef": 3, - "args": 3, - "arrow": 1, - "then": 2, - "constructor.arrow": 1, - "real_name": 6, - "#real_name": 1, - "build.table": 2, - "look": 1, - "up": 1, - "object": 1, - "class_lookup": 3, - "cls_mt": 2, - "out_body": 1, - "make": 1, - "sure": 1, - "we": 1, - "don": 1, - "string": 1, - "parens": 2, - "colon_stub": 1, - "super": 1, - "dot": 1, - "varargs": 2, - "arg_list": 1, - "Value": 1 - }, - "NSIS": { - ";": 39, - "bigtest.nsi": 1, - "This": 2, - "script": 1, - "attempts": 1, - "to": 6, - "test": 1, - "most": 1, - "of": 3, - "the": 4, - "functionality": 1, - "NSIS": 3, - "exehead.": 1, - "-": 205, - "ifdef": 2, - "HAVE_UPX": 1, - "packhdr": 1, - "tmp.dat": 1, - "endif": 4, - "NOCOMPRESS": 1, - "SetCompress": 1, - "off": 1, - "Name": 1, - "Caption": 1, - "Icon": 1, - "OutFile": 1, - "SetDateSave": 1, - "on": 6, - "SetDatablockOptimize": 1, - "CRCCheck": 1, - "SilentInstall": 1, - "normal": 1, - "BGGradient": 1, - "FFFFFF": 1, - "InstallColors": 1, - "FF8080": 1, - "XPStyle": 1, - "InstallDir": 1, - "InstallDirRegKey": 1, - "HKLM": 9, - "CheckBitmap": 1, - "LicenseText": 1, - "LicenseData": 1, - "RequestExecutionLevel": 1, - "admin": 1, - "Page": 4, - "license": 1, - "components": 1, - "directory": 3, - "instfiles": 2, - "UninstPage": 2, - "uninstConfirm": 1, - "ifndef": 2, - "NOINSTTYPES": 1, - "only": 1, - "if": 4, - "not": 2, - "defined": 1, - "InstType": 6, - "/NOCUSTOM": 1, - "/COMPONENTSONLYONCUSTOM": 1, - "AutoCloseWindow": 1, - "false": 1, - "ShowInstDetails": 1, - "show": 1, - "Section": 5, - "empty": 1, - "string": 1, - "makes": 1, - "it": 3, - "hidden": 1, - "so": 1, - "would": 1, - "starting": 1, - "with": 1, - "write": 2, - "reg": 1, - "info": 1, - "StrCpy": 2, - "DetailPrint": 1, - "WriteRegStr": 4, - "SOFTWARE": 7, - "NSISTest": 7, - "BigNSISTest": 8, - "uninstall": 2, - "strings": 1, - "SetOutPath": 3, - "INSTDIR": 15, - "File": 3, - "/a": 1, - "CreateDirectory": 1, - "recursively": 1, - "create": 1, - "a": 2, - "for": 2, - "fun.": 1, - "WriteUninstaller": 1, - "Nop": 1, - "fun": 1, - "SectionEnd": 5, - "SectionIn": 4, - "Start": 2, - "MessageBox": 11, - "MB_OK": 8, - "MB_YESNO": 3, - "IDYES": 2, - "MyLabel": 2, - "SectionGroup": 2, - "/e": 1, - "SectionGroup1": 1, - "WriteRegDword": 3, - "xdeadbeef": 1, - "WriteRegBin": 1, - "WriteINIStr": 5, - "Call": 6, - "MyFunctionTest": 1, - "DeleteINIStr": 1, - "DeleteINISec": 1, - "ReadINIStr": 1, - "StrCmp": 1, - "INIDelSuccess": 2, - "ClearErrors": 1, - "ReadRegStr": 1, - "HKCR": 1, - "xyz_cc_does_not_exist": 1, - "IfErrors": 1, - "NoError": 2, - "Goto": 1, - "ErrorYay": 2, - "CSCTest": 1, - "Group2": 1, - "BeginTestSection": 1, - "IfFileExists": 1, - "BranchTest69": 1, - "|": 3, - "MB_ICONQUESTION": 1, - "IDNO": 1, - "NoOverwrite": 1, - "skipped": 2, - "file": 4, - "doesn": 2, - "s": 1, - "icon": 1, - "start": 1, - "minimized": 1, - "and": 1, - "give": 1, - "hotkey": 1, - "(": 5, - "Ctrl": 1, - "+": 2, - "Shift": 1, - "Q": 2, - ")": 5, - "CreateShortCut": 2, - "SW_SHOWMINIMIZED": 1, - "CONTROL": 1, - "SHIFT": 1, - "MyTestVar": 1, - "myfunc": 1, - "test.ini": 2, - "MySectionIni": 1, - "Value1": 1, - "failed": 1, - "TextInSection": 1, - "will": 1, - "example2.": 1, - "Hit": 1, - "next": 1, - "continue.": 1, - "{": 8, - "NSISDIR": 1, - "}": 8, - "Contrib": 1, - "Graphics": 1, - "Icons": 1, - "nsis1": 1, - "uninstall.ico": 1, - "Uninstall": 2, - "Software": 1, - "Microsoft": 1, - "Windows": 3, - "CurrentVersion": 1, - "silent.nsi": 1, - "LogicLib.nsi": 1, - "bt": 1, - "uninst.exe": 1, - "SMPROGRAMS": 2, - "Big": 1, - "Test": 2, - "*.*": 2, - "BiG": 1, - "Would": 1, - "you": 1, - "like": 1, - "remove": 1, - "cpdest": 3, - "MyProjectFamily": 2, - "MyProject": 1, - "Note": 1, - "could": 1, - "be": 1, - "removed": 1, - "IDOK": 1, - "t": 1, - "exist": 1, - "NoErrorMsg": 1, - "x64.nsh": 1, - "A": 1, - "few": 1, - "simple": 1, - "macros": 1, - "handle": 1, - "installations": 1, - "x64": 1, - "machines.": 1, - "RunningX64": 4, - "checks": 1, - "installer": 1, - "is": 2, - "running": 1, - "x64.": 1, - "If": 1, - "EndIf": 1, - "DisableX64FSRedirection": 4, - "disables": 1, - "system": 2, - "redirection.": 2, - "EnableX64FSRedirection": 4, - "enables": 1, - "SYSDIR": 1, - "some.dll": 2, - "#": 3, - "extracts": 2, - "C": 2, - "System32": 1, - "SysWOW64": 1, - "___X64__NSH___": 3, - "define": 4, - "include": 1, - "LogicLib.nsh": 1, - "macro": 3, - "_RunningX64": 1, - "_a": 1, - "_b": 1, - "_t": 2, - "_f": 2, - "insertmacro": 2, - "_LOGICLIB_TEMP": 3, - "System": 4, - "kernel32": 4, - "GetCurrentProcess": 1, - "i.s": 1, - "IsWow64Process": 1, - "*i.s": 1, - "Pop": 1, - "_": 1, - "macroend": 3, - "Wow64EnableWow64FsRedirection": 2, - "i0": 1, - "i1": 1 - }, - "Nemerle": { - "using": 1, - "System.Console": 1, - ";": 2, - "module": 1, - "Program": 1, - "{": 2, - "Main": 1, - "(": 2, - ")": 2, - "void": 1, - "WriteLine": 1, - "}": 2 - }, - "NetLogo": { - "patches": 7, - "-": 28, - "own": 1, - "[": 17, - "living": 6, - ";": 12, - "indicates": 1, - "if": 2, - "the": 6, - "cell": 10, - "is": 1, - "live": 4, - "neighbors": 5, - "counts": 1, - "how": 1, - "many": 1, - "neighboring": 1, - "cells": 2, - "are": 1, - "alive": 1, - "]": 17, - "to": 6, - "setup": 2, - "blank": 1, - "clear": 2, - "all": 5, - "ask": 6, - "death": 5, - "reset": 2, - "ticks": 2, - "end": 6, - "random": 2, - "ifelse": 3, - "float": 1, - "<": 1, - "initial": 1, - "density": 1, - "birth": 4, - "set": 5, - "true": 1, - "pcolor": 2, - "fgcolor": 1, - "false": 1, - "bgcolor": 1, - "go": 1, - "count": 1, - "with": 2, - "Starting": 1, - "a": 1, - "new": 1, - "here": 1, - "ensures": 1, - "that": 1, - "finish": 1, - "executing": 2, - "first": 1, - "before": 1, - "any": 1, - "of": 2, - "them": 1, - "start": 1, - "second": 1, - "ask.": 1, - "This": 1, - "keeps": 1, - "in": 2, - "synch": 1, - "each": 2, - "other": 1, - "so": 1, - "births": 1, - "and": 1, - "deaths": 1, - "at": 1, - "generation": 1, - "happen": 1, - "lockstep.": 1, - "tick": 1, - "draw": 1, - "let": 1, - "erasing": 2, - "patch": 2, - "mouse": 5, - "xcor": 2, - "ycor": 2, - "while": 1, - "down": 1, - "display": 1 - }, - "NewLisp": { - "SHEBANG#!newlisp": 1, - ";": 37, - "@module": 1, - "IRC": 13, - "@description": 1, - "a": 5, - "basic": 1, - "irc": 7, - "library": 1, - "@version": 1, - "early": 1, - "alpha": 1, - "-": 101, - "@author": 1, - "cormullion": 1, - "Usage": 1, - "(": 235, - "init": 2, - ")": 232, - "username/nick": 1, - "not": 3, - "that": 1, - "one": 1, - "obviously": 1, - "connect": 3, - "irc/server": 1, - "join": 6, - "channel": 16, - "{": 24, - "#newlisp": 2, - "}": 24, - "room": 1, - "either": 1, - "read": 7, - "loop": 4, - "monitor": 1, - "only": 1, - "no": 1, - "input": 1, - "or": 1, - "session": 4, - "command": 8, - "line": 2, - "end": 2, - "with": 6, - "/QUIT": 1, - "context": 2, - "define": 19, - "Idle": 1, - "time": 4, - "seconds": 1, - "Itime": 3, - "stamp": 3, - "since": 1, - "last": 2, - "message": 26, - "was": 1, - "processed": 1, - "register": 4, - "callback": 25, - "name": 10, - "function": 5, - "println": 6, - "registering": 1, - "for": 2, - "sym": 2, - "term": 2, - "prefix": 2, - "push": 2, - "list": 26, - "Icallbacks": 4, - "deregister": 1, - "deregistering": 1, - "setf": 1, - "assoc": 1, - "nil": 4, - "current": 1, - "callbacks": 12, - "do": 14, - "data": 13, - "when": 3, - "set": 16, - "error": 5, - "in": 1, - "dolist": 3, - "rf": 1, - "ref": 1, - "all": 2, - "func": 2, - "entry": 1, - "if": 2, - "catch": 3, - "apply": 1, - "Inickname": 4, - "str": 1, - "Ichannels": 7, - "of": 4, - "day": 2, - "server": 4, - "port": 2, - "Iconnected": 4, - "true": 2, - "identify": 1, - "password": 2, - "net": 10, - "send": 11, - "Iserver": 10, - "format": 8, - "part": 1, - "chan": 3, - "empty": 4, - "leave": 2, - "specified": 1, - "begin": 2, - "replace": 2, - "quit": 1, - "privmsg": 1, - "user": 4, - "notice": 1, - "to": 3, - "cond": 5, - "starts": 5, - "/": 1, - "default": 1, - "character": 1, - "username": 10, - "first": 3, - "clean": 2, - "parse": 3, - "sender": 4, - "|": 2, - "slice": 1, - "text": 6, - "+": 1, - "find": 2, - "process": 3, - "ctcp": 2, - "target": 6, - "PRIVMSG": 2, - "NOTICE": 2, - "trim": 1, - "messages": 2, - "parts": 1, - "let": 2, - "buffer": 6, - "peek": 2, - "receive": 1, - "unless": 1, - "monitoring": 1, - "while": 3, - "sleep": 2, - "print": 2, - "raw": 3, - "example": 1, - "using": 1, - "lookup": 2, - "date": 3, - "value": 1, - "%": 3, - "H": 1, - "M": 1, - "S": 1, - "interactive": 1, - "terminal": 1, - "must": 1, - "add": 1, - "display": 1, - "outgoing": 1, - "zero": 1, - "string": 2, - "finished": 1, - "exit": 1, - "code": 2, - "[": 2, - "]": 2, - "simple": 1, - "bot": 2, - "load": 1, - "env": 1, - "HOME": 1, - "/projects/programming/newlisp": 1, - "projects/irc.lsp": 1, - "idle": 1, - "event": 2, - "/text": 1 - }, - "Nginx": { - "user": 1, - "www": 2, - ";": 35, - "worker_processes": 1, - "error_log": 1, - "logs/error.log": 1, - "pid": 1, - "logs/nginx.pid": 1, - "worker_rlimit_nofile": 1, - "events": 1, - "{": 10, - "worker_connections": 1, - "}": 10, - "http": 3, - "include": 3, - "conf/mime.types": 1, - "/etc/nginx/proxy.conf": 1, - "/etc/nginx/fastcgi.conf": 1, - "index": 1, - "index.html": 1, - "index.htm": 1, - "index.php": 1, - "default_type": 1, - "application/octet": 1, - "-": 2, - "stream": 1, - "log_format": 1, - "main": 5, - "access_log": 4, - "logs/access.log": 1, - "sendfile": 1, - "on": 2, - "tcp_nopush": 1, - "server_names_hash_bucket_size": 1, - "#": 4, - "this": 1, - "seems": 1, - "to": 1, - "be": 1, - "required": 1, - "for": 1, - "some": 1, - "vhosts": 1, - "server": 7, - "php/fastcgi": 1, - "listen": 3, - "server_name": 3, - "domain1.com": 1, - "www.domain1.com": 1, - "logs/domain1.access.log": 1, - "root": 2, - "html": 1, - "location": 4, - ".php": 1, - "fastcgi_pass": 1, - "simple": 2, - "reverse": 1, - "proxy": 1, - "domain2.com": 1, - "www.domain2.com": 1, - "logs/domain2.access.log": 1, - "/": 4, - "(": 1, - "images": 1, - "|": 6, - "javascript": 1, - "js": 1, - "css": 1, - "flash": 1, - "media": 1, - "static": 1, - ")": 1, - "/var/www/virtual/big.server.com/htdocs": 1, - "expires": 1, - "d": 1, - "proxy_pass": 2, - "//127.0.0.1": 1, - "upstream": 1, - "big_server_com": 1, - "weight": 2, - "load": 1, - "balancing": 1, - "big.server.com": 1, - "logs/big.server.access.log": 1, - "//big_server_com": 1 - }, - "Nimrod": { - "echo": 1 - }, - "Nit": { - "#": 196, - "module": 18, - "print_arguments": 1, - "for": 27, - "a": 40, - "in": 39, - "args": 9, - "do": 83, - "print": 135, - "end": 117, - "socket_server": 1, - "import": 18, - "socket": 6, - "if": 89, - "args.is_empty": 1, - "then": 81, - "return": 54, - "var": 157, - "new": 164, - "Socket.server": 1, - "(": 448, - "[": 106, - "]": 80, - ".to_i": 2, - ")": 448, - "clients": 2, - "Array": 12, - "Socket": 1, - "max": 2, - "loop": 2, - "fs": 1, - "SocketObserver": 1, - "true": 6, - "fs.readset.set": 2, - "c": 17, - "fs.select": 1, - "break": 2, - "fs.readset.is_set": 1, - "ns": 1, - "socket.accept": 1, - "ns.write": 1, - "ns.close": 1, - "int_stack": 1, - "class": 20, - "IntStack": 2, - "The": 11, - "head": 5, - "node": 10, - "of": 31, - "the": 57, - "list.": 4, - "Null": 1, - "means": 1, - "that": 2, - "stack": 3, - "is": 25, - "empty.": 4, - "private": 5, - "nullable": 11, - "ISNode": 4, - "null": 39, - "Add": 2, - "integer": 2, - "stack.": 2, - "fun": 57, - "push": 3, - "val": 5, - "Int": 47, - "self.head": 5, - "Remove": 1, - "and": 10, - "last": 2, - "pushed": 1, - "integer.": 1, - "Return": 4, - "pop": 2, - "Note": 7, - "followings": 2, - "are": 4, - "statically": 3, - "safe": 4, - "because": 4, - "previous": 4, - ".": 6, - "head.val": 1, - "head.next": 1, - "sum": 12, - "all": 3, - "integers": 1, - "sumall": 1, - "cur": 3, - "while": 4, - "condition": 1, - "+": 39, - "cur.val": 1, - "cur.next": 1, - "Because": 2, - "attributes": 1, - "have": 1, - "default": 2, - "value": 2, - "free": 2, - "constructor": 2, - "implicitly": 2, - "defined.": 2, - "stored": 1, - "node.": 1, - "next": 9, - "any.": 1, - "A": 1, - "l": 4, - "l.push": 4, - "l.sumall": 1, - "i": 20, - "l.pop": 5, - "following": 1, - "*": 14, - "or": 9, - "else": 63, - "gives": 2, - "so": 4, - "alternative": 1, - "gtk": 1, - "CalculatorContext": 7, - "result": 16, - "Float": 3, - "last_op": 4, - "Char": 7, - "current": 26, - "after_point": 12, - "push_op": 2, - "op": 11, - "apply_last_op_if_any": 2, - "self.result": 2, - "store": 1, - "prepare": 1, - "push_digit": 1, - "digit": 1, - "digit.to_f": 2, - "pow": 1, - "after_point.to_f": 1, - "self.after_point": 1, - "-": 70, - "self.current": 3, - "switch_to_decimals": 1, - "/": 4, - "CalculatorGui": 2, - "super": 10, - "GtkCallable": 1, - "win": 2, - "GtkWindow": 2, - "container": 3, - "GtkGrid": 2, - "lbl_disp": 3, - "GtkLabel": 2, - "but_eq": 3, - "GtkButton": 2, - "but_dot": 3, - "context": 9, - "redef": 30, - "signal": 1, - "sender": 3, - "user_data": 5, - "context.after_point": 1, - "after_point.abs": 1, - "isa": 12, - "an": 4, - "operation": 1, - "but_dot.sensitive": 2, - "false": 8, - "context.switch_to_decimals": 4, - "lbl_disp.text": 3, - "context.push_op": 15, - "s": 68, - "context.result.to_precision_native": 1, - "index": 7, - "s.length.times": 1, - "chiffre": 3, - "s.chars": 2, - "s.substring": 2, - "s.length": 2, - "number": 7, - "n": 16, - "context.push_digit": 25, - "context.current.to_precision_native": 1, - "init": 6, - "init_gtk": 1, - "win.add": 1, - "container.attach": 7, - "digits": 1, - "but": 6, - "GtkButton.with_label": 5, - "n.to_s": 1, - "but.request_size": 2, - "but.signal_connect": 2, - "self": 41, - "%": 3, - "/3": 1, - "operators": 2, - "r": 21, - "op.to_s": 1, - "but_eq.request_size": 1, - "but_eq.signal_connect": 1, - "but_dot.request_size": 1, - "but_dot.signal_connect": 1, - "#C": 1, - "but_c": 2, - "but_c.request_size": 1, - "but_c.signal_connect": 1, - "win.show_all": 1, - "context.result.to_precision": 6, - "assert": 24, - "#test": 2, - "multiple": 1, - "decimals": 1, - "button": 1, - ".environ": 3, - "app": 1, - "run_gtk": 1, - "opengles2_hello_triangle": 1, - "glesv2": 1, - "egl": 1, - "mnit_linux": 1, - "sdl": 1, - "x11": 1, - "exit": 3, - "window_width": 2, - "window_height": 2, - "##": 6, - "SDL": 2, - "sdl_display": 1, - "SDLDisplay": 1, - "sdl_wm_info": 1, - "SDLSystemWindowManagerInfo": 1, - "x11_window_handle": 2, - "sdl_wm_info.x11_window_handle": 1, - "X11": 1, - "x_display": 3, - "x_open_default_display": 1, - "EGL": 2, - "egl_display": 6, - "EGLDisplay": 1, - "egl_display.is_valid": 2, - "egl_display.initialize": 1, - "egl_display.error": 3, - "config_chooser": 1, - "EGLConfigChooser": 1, - "#config_chooser.surface_type_egl": 1, - "config_chooser.blue_size": 1, - "config_chooser.green_size": 1, - "config_chooser.red_size": 1, - "#config_chooser.alpha_size": 1, - "#config_chooser.depth_size": 1, - "#config_chooser.stencil_size": 1, - "#config_chooser.sample_buffers": 1, - "config_chooser.close": 1, - "configs": 3, - "config_chooser.choose": 1, - "not": 12, - "configs.is_empty": 1, - "config": 4, - "attribs": 1, - "config.attribs": 2, - "configs.first": 1, - "format": 1, - ".native_visual_id": 1, - "surface": 5, - "egl_display.create_window_surface": 1, - "surface.is_ok": 1, - "egl_display.create_context": 1, - "context.is_ok": 1, - "make_current_res": 2, - "egl_display.make_current": 2, - "width": 2, - "surface.attribs": 2, - ".width": 1, - "height": 2, - ".height": 1, - "egl_bind_opengl_es_api": 1, - "GLESv2": 1, - "assert_no_gl_error": 6, - "gl_shader_compiler": 1, - "gl_error.to_s": 1, - "program": 1, - "GLProgram": 1, - "program.is_ok": 1, - "program.info_log": 1, - "abort": 2, - "vertex_shader": 2, - "GLVertexShader": 1, - "vertex_shader.is_ok": 1, - "vertex_shader.source": 1, - "vertex_shader.compile": 1, - "vertex_shader.is_compiled": 1, - "fragment_shader": 2, - "GLFragmentShader": 1, - "fragment_shader.is_ok": 1, - "fragment_shader.source": 1, - "fragment_shader.compile": 1, - "fragment_shader.is_compiled": 1, - "program.attach_shader": 2, - "program.bind_attrib_location": 1, - "program.link": 1, - "program.is_linked": 1, - "vertices": 2, - "vertex_array": 1, - "VertexArray": 1, - "vertex_array.attrib_pointer": 1, - "gl_clear_color": 1, - "printn": 10, - "gl_viewport": 1, - "gl_clear_color_buffer": 1, - "program.use": 1, - "vertex_array.enable": 1, - "vertex_array.draw_arrays_triangles": 1, - "egl_display.swap_buffers": 1, - "program.delete": 1, - "vertex_shader.delete": 1, - "fragment_shader.delete": 1, - "EGLSurface.none": 2, - "EGLContext.none": 1, - "egl_display.destroy_context": 1, - "egl_display.destroy_surface": 1, - "sdl_display.destroy": 1, - "curl_mail": 1, - "curl": 11, - "Curl": 4, - "mail_request": 1, - "CurlMailRequest": 1, - "response": 5, - "mail_request.set_outgoing_server": 1, - "CurlResponseFailed": 5, - "mail_request.from": 1, - "mail_request.to": 1, - "mail_request.cc": 1, - "mail_request.bcc": 1, - "headers_body": 4, - "HeaderMap": 3, - "mail_request.headers_body": 1, - "mail_request.body": 1, - "mail_request.subject": 1, - "mail_request.verbose": 1, - "mail_request.execute": 1, - "CurlMailResponseSuccess": 1, - "socket_client": 1, - "args.length": 3, - "<": 11, - "Socket.client": 1, - "s.connected": 1, - "s.write": 1, - "s.close": 1, - "circular_list": 1, - "CircularList": 6, - "E": 15, - "Like": 1, - "standard": 1, - "LinkedList": 1, - "Sequence.": 1, - "Sequence": 1, - "first": 7, - "list": 10, - "any": 1, - "special": 1, - "case": 1, - "empty": 1, - "handled": 1, - "by": 5, - "CLNode": 6, - "iterator": 1, - "CircularListIterator": 2, - "self.node.item": 2, - "e": 4, - "new_node": 4, - "self.node": 13, - "one": 3, - "attach": 1, - "nodes": 3, - "correctly.": 2, - "old_last_node": 2, - "n.prev": 4, - "new_node.next": 1, - "new_node.prev": 1, - "old_last_node.next": 1, - "prev": 3, - "only": 6, - "n.item": 1, - "detach": 1, - "prev_prev": 2, - "prev.prev": 1, - "prev_prev.next": 1, - "prev.item": 1, - "unshift": 1, - "Circularity": 2, - "has": 3, - "benefits.": 2, - "self.node.prev": 1, - "shift": 1, - "self.node.next": 2, - "self.pop": 1, - "Move": 1, - "at": 2, - "position": 2, - "second": 1, - "etc.": 1, - "rotate": 1, - "n.next": 1, - "Sort": 1, - "using": 1, - "Josephus": 1, - "algorithm.": 1, - "josephus": 1, - "step": 2, - "res": 1, - "self.is_empty": 1, - "count": 2, - "self.rotate": 1, - "kill": 1, - "x": 16, - "self.shift": 1, - "res.add": 1, - "res.node": 1, - "item": 5, - "circular": 3, - "circularity": 1, - "there": 2, - "always": 1, - ";": 34, - "let": 1, - "it": 1, - "be": 9, - "Coherence": 1, - "between": 1, - "to": 18, - "maintained": 1, - "IndexedIterator": 1, - "pointed.": 1, - "Is": 1, - "iterated.": 1, - "is_ok": 1, - "Empty": 1, - "lists": 2, - "OK.": 2, - "Pointing": 1, - "again": 1, - "self.index": 3, - "self.list.node": 1, - "list.node": 1, - "self.list": 1, - "i.add_all": 1, - "i.first": 1, - "i.join": 3, - "i.push": 1, - "i.shift": 1, - "i.pop": 1, - "i.unshift": 1, - "i.josephus": 1, - "draw_operation": 1, - "enum": 3, - "n_chars": 1, - "{": 14, - "int": 4, - "abs": 2, - "recv": 12, - "log10f": 1, - "float": 1, - "}": 14, - "as_operator": 1, - "b": 10, - "override_dispc": 1, - "Bool": 2, - "lines": 7, - "Line": 53, - "P": 51, - "s/2": 23, - "y": 9, - "lines.add": 1, - "q4": 4, - "s/4": 1, - "lines.append": 1, - "tl": 2, - "tr": 2, - "String": 14, - "hack": 3, - "support": 1, - "bug": 1, - "evaluation": 1, - "software": 1, - "draw": 1, - "dispc": 2, - "size": 8, - "gap": 1, - "w": 3, - "length": 2, - "*gap": 1, - "h": 7, - "map": 8, - ".filled_with": 1, - "ci": 2, - "self.chars": 1, - "local_dispc": 4, - "c.override_dispc": 1, - "c.lines": 1, - "line": 3, - "line.o.x": 1, - "ci*size": 1, - "ci*gap": 1, - "line.o.y": 1, - "line.len": 1, - "map.length": 3, - ".length": 1, - "line.step_x": 1, - "line.step_y": 1, - "o": 5, - "step_x": 1, - "step_y": 1, - "len": 1, - "op_char": 3, - "disp_char": 6, - "disp_size": 6, - "disp_gap": 6, - "gets.to_i": 4, - "gets.chars": 2, - "op_char.as_operator": 1, - "len_a": 2, - "a.n_chars": 1, - "len_b": 2, - "b.n_chars": 1, - "len_res": 3, - "result.n_chars": 1, - "max_len": 5, - "len_a.max": 1, - "len_b.max": 1, - "d": 6, - "line_a": 3, - "a.to_s": 1, - "line_a.draw": 1, - "line_b": 3, - "op_char.to_s": 1, - "b.to_s": 1, - "line_b.draw": 1, - "disp_size*max_len": 1, - "*disp_gap": 1, - "line_res": 3, - "result.to_s": 1, - "line_res.draw": 1, - "extern_methods": 1, - "Returns": 1, - "th": 2, - "fibonnaci": 1, - "implemented": 1, - "here": 1, - "C": 4, - "optimization": 1, - "purposes": 2, - "fib": 5, - "Int_fib": 3, - "System": 1, - "call": 3, - "sleep": 5, - "seconds": 1, - "atan2l": 1, - "from": 8, - "libmath": 1, - "atan_with": 2, - "atan2": 1, - "This": 1, - "method": 17, - "callback": 11, - "Nit": 2, - "methods": 2, - "code": 3, - "It": 1, - "will": 8, - "use": 1, - "local": 1, - "operator": 1, - "to_s": 3, - "objects": 1, - "String.to_cstring": 2, - "equivalent": 1, - "char*": 1, - "foo": 3, - "long": 2, - "recv_fib": 2, - "recv_plus_fib": 2, - "Int__plus": 1, - "nit_string": 2, - "Int_to_s": 1, - "char": 1, - "*c_string": 1, - "String_to_cstring": 1, - "printf": 1, - "c_string": 1, - "Equivalent": 1, - "written": 2, - "pure": 1, - "bar": 2, - "websocket_server": 1, - "websocket": 1, - "sock": 1, - "WebSocket": 1, - "msg": 8, - "sock.listener.eof": 2, - "sys.errno.strerror": 1, - "sock.accept": 2, - "sock.connected": 1, - "sys.stdin.poll_in": 1, - "gets": 1, - "sock.close": 1, - "sock.disconnect_client": 1, - "sock.write": 1, - "sock.can_read": 1, - "sock.read_line": 1, - "fibonacci": 3, - "Calculate": 1, - "element": 1, - "sequence.": 1, - ".fibonacci": 2, - "usage": 3, - "args.first.to_i.fibonacci": 1, - "clock_more": 1, - "clock": 4, - "Clock": 10, - "now": 1, - "comparable": 1, - "Comparable": 1, - "Comparaison": 1, - "make": 1, - "sense": 1, - "with": 2, - "other": 2, - "type": 2, - "OTHER": 1, - "abstract": 2, - "Comparable.": 1, - "All": 1, - "rely": 1, - "on": 1, - "self.total_minutes": 8, - "o.total_minutes": 2, - "c1": 1, - "c2": 2, - "c3": 1, - "c1.minutes": 1, - "callback_monkey": 2, - "#include": 2, - "": 1, - "": 1, - "typedef": 2, - "struct": 2, - "id": 2, - "age": 2, - "CMonkey": 6, - "MonkeyActionCallable": 7, - "toCall": 6, - "Object": 7, - "message": 9, - "MonkeyAction": 5, - "//": 13, - "Method": 1, - "which": 4, - "reproduce": 3, - "answer": 1, - "Please": 1, - "note": 1, - "function": 2, - "pointer": 2, - "used": 1, - "void": 3, - "cbMonkey": 2, - "*mkey": 2, - "callbackFunc": 2, - "CMonkey*": 1, - "MonkeyAction*": 1, - "*data": 3, - "mkey": 2, - "data": 6, - "Back": 2, - "background": 1, - "treatment": 1, - "redirected": 1, - "nit_monkey_callback_func": 2, - "To": 1, - "your": 1, - "signature": 1, - "must": 1, - "like": 1, - "this": 2, - "": 1, - "Name": 1, - "_": 1, - "": 1, - "...": 1, - "MonkeyActionCallable_wokeUp": 1, - "interface": 3, - "wokeUp": 4, - "Monkey": 4, - "extern": 2, - "*monkey": 1, - "malloc": 2, - "sizeof": 2, - "monkey": 4, - "get": 1, - "defined": 4, - "Must": 1, - "as": 1, - "Nit/C": 1, - "inside": 1, - "wokeUpAction": 2, - "MonkeyActionCallable.wokeUp": 1, - "Allocating": 1, - "memory": 1, - "keep": 2, - "reference": 2, - "received": 1, - "parameters": 1, - "receiver": 1, - "Message": 1, - "Incrementing": 1, - "counter": 1, - "prevent": 1, - "releasing": 1, - "MonkeyActionCallable_incr_ref": 1, - "Object_incr_ref": 1, - "Calling": 1, - "passing": 1, - "Receiver": 1, - "Function": 1, - "object": 2, - "Datas": 1, - "&": 1, - "total": 1, - "minutes": 12, - "total_minutes": 2, - "read": 1, - "acces": 1, - "public": 1, - "write": 1, - "access": 1, - "private.": 1, - "hour": 3, - "set": 2, - "hour.": 1, - "m": 5, - "changed": 1, - "accordinlgy": 1, - "self.hours": 1, - "hours": 9, - "updated": 1, - "arrow": 2, - "interval": 1, - "hour_pos": 2, - "replace": 1, - "updated.": 1, - "reset": 1, - "hours*60": 1, - "self.reset": 1, - "test": 1, - "required": 1, - "Thanks": 1, - "adaptive": 1, - "typing": 1, - "no": 1, - "downcast": 1, - "i.e.": 1, - "c.minutes": 1, - "c.hours": 1, - "c2.minutes": 1, - "curl_http": 1, - "MyHttpFetcher": 2, - "CurlCallbacks": 1, - "our_body": 1, - "self.curl": 1, - "Release": 1, - "destroy": 1, - "self.curl.destroy": 1, - "Header": 1, - "header_callback": 1, - "We": 1, - "silent": 1, - "testing": 1, - "#if": 1, - "line.has_prefix": 1, - "Body": 1, - "body_callback": 1, - "self.our_body": 1, - "Stream": 1, - "Cf": 1, - "No": 1, - "registered": 1, - "stream_callback": 1, - "buffer": 1, - "url": 2, - "request": 1, - "CurlHTTPRequest": 1, - "HTTP": 3, - "Get": 2, - "Request": 3, - "request.verbose": 3, - "getResponse": 3, - "request.execute": 2, - "CurlResponseSuccess": 2, - "Post": 1, - "myHttpFetcher": 2, - "request.delegate": 1, - "postDatas": 5, - "request.datas": 1, - "postResponse": 3, - "file": 1, - "headers": 3, - "request.headers": 1, - "downloadResponse": 3, - "request.download_to_file": 1, - "CurlFileResponseSuccess": 1, - "Program": 1, - "logic": 1, - "procedural_array": 1, - "array_sum": 2, - "array_sum_alt": 2, - "a.length": 1, - "html": 1, - "NitHomepage": 2, - "HTMLPage": 1, - "add": 35, - ".attr": 17, - ".text": 27, - "body": 1, - "open": 14, - ".add_class": 4, - "add_html": 7, - "close": 14, - "page": 1, - "page.write_to": 1, - "stdout": 2, - "page.write_to_file": 1, - "template": 1, - "###": 2, - "Here": 2, - "definition": 1, - "specific": 1, - "templates": 2, - "TmplComposers": 2, - "Template": 3, - "Short": 2, - "composers": 4, - "TmplComposer": 3, - "Detailled": 1, - "composer_details": 2, - "TmplComposerDetail": 3, - "composer": 1, - "both": 1, - "add_composer": 1, - "firstname": 5, - "lastname": 6, - "birth": 5, - "death": 5, - "composers.add": 1, - "composer_details.add": 1, - "rendering": 3, - "add_all": 2, - "name": 4, - "self.name": 1, - "self.firstname": 1, - "self.lastname": 1, - "self.birth": 1, - "self.death": 1, - "simple": 1, - "f": 1, - "f.add_composer": 3, - "f.write_to": 1, - "callback_chimpanze": 1, - "Chimpanze": 2, - "create": 1, - "Invoking": 1, - "take": 1, - "some": 1, - "time": 1, - "compute": 1, - "back": 1, - "information.": 1, - "Callback": 1, - "Interface": 1, - "monkey.wokeUpAction": 1, - "Inherit": 1, - "m.create": 1, - "drop_privileges": 1, - "privileges": 1, - "opts": 1, - "OptionContext": 1, - "opt_ug": 2, - "OptionUserAndGroup.for_dropping_privileges": 1, - "opt_ug.mandatory": 1, - "opts.add_option": 1, - "opts.parse": 1, - "opts.errors.is_empty": 1, - "opts.errors": 1, - "opts.usage": 1, - "user_group": 2, - "opt_ug.value": 1, - "user_group.drop_privileges": 1 - }, - "Nix": { - "{": 8, - "stdenv": 1, - "fetchurl": 2, - "fetchgit": 5, - "openssl": 2, - "zlib": 2, - "pcre": 2, - "libxml2": 2, - "libxslt": 2, - "expat": 2, - "rtmp": 4, - "false": 4, - "fullWebDAV": 3, - "syslog": 4, - "moreheaders": 3, - "...": 1, - "}": 8, - "let": 1, - "version": 2, - ";": 32, - "mainSrc": 2, - "url": 5, - "sha256": 5, - "-": 12, - "ext": 5, - "git": 2, - "//github.com/arut/nginx": 2, - "module.git": 3, - "rev": 4, - "dav": 2, - "https": 2, - "//github.com/yaoweibin/nginx_syslog_patch.git": 1, - "//github.com/agentzh/headers": 1, - "more": 1, - "nginx": 1, - "in": 1, - "stdenv.mkDerivation": 1, - "rec": 1, - "name": 1, - "src": 1, - "buildInputs": 1, - "[": 5, - "]": 5, - "+": 10, - "stdenv.lib.optional": 5, - "patches": 1, - "if": 1, - "then": 1, - "else": 1, - "configureFlags": 1, - "preConfigure": 1, - "export": 1, - "NIX_CFLAGS_COMPILE": 1, - "postInstall": 1, - "mv": 1, - "out/sbin": 1, - "out/bin": 1, - "meta": 1, - "description": 1, - "maintainers": 1, - "stdenv.lib.maintainers.raskin": 1, - "platforms": 1, - "stdenv.lib.platforms.all": 1, - "inherit": 1 - }, - "Nu": { - "SHEBANG#!nush": 1, - "(": 14, - "puts": 1, - ")": 14, - ";": 22, - "main.nu": 1, - "Entry": 1, - "point": 1, - "for": 1, - "a": 1, - "Nu": 1, - "program.": 1, - "Copyright": 1, - "c": 1, - "Tim": 1, - "Burks": 1, - "Neon": 1, - "Design": 1, - "Technology": 1, - "Inc.": 1, - "load": 4, - "basics": 1, - "cocoa": 1, - "definitions": 1, - "menu": 1, - "generation": 1, - "Aaron": 1, - "Hillegass": 1, - "t": 1, - "retain": 1, - "it.": 1, - "NSApplication": 2, - "sharedApplication": 2, - "setDelegate": 1, - "set": 1, - "delegate": 1, - "ApplicationDelegate": 1, - "alloc": 1, - "init": 1, - "this": 1, - "makes": 1, - "the": 3, - "application": 1, - "window": 1, - "take": 1, - "focus": 1, - "when": 1, - "we": 1, - "ve": 1, - "started": 1, - "it": 1, - "from": 1, - "terminal": 1, - "activateIgnoringOtherApps": 1, - "YES": 1, - "run": 1, - "main": 1, - "Cocoa": 1, - "event": 1, - "loop": 1, - "NSApplicationMain": 1, - "nil": 1 - }, - "OCaml": { - "{": 11, - "shared": 1, - "open": 4, - "Eliom_content": 1, - "Html5.D": 1, - "Eliom_parameter": 1, - "}": 13, - "server": 2, - "module": 5, - "Example": 1, - "Eliom_registration.App": 1, - "(": 21, - "struct": 5, - "let": 13, - "application_name": 1, - "end": 5, - ")": 23, - "main": 2, - "Eliom_service.service": 1, - "path": 1, - "[": 13, - "]": 13, - "get_params": 1, - "unit": 5, - "client": 1, - "hello_popup": 2, - "Dom_html.window##alert": 1, - "Js.string": 1, - "_": 2, - "Example.register": 1, - "service": 1, - "fun": 9, - "-": 22, - "Lwt.return": 1, - "html": 1, - "head": 1, - "title": 1, - "pcdata": 4, - "body": 1, - "h1": 1, - ";": 14, - "p": 1, - "h2": 1, - "a": 4, - "a_onclick": 1, - "type": 2, - "Ops": 2, - "@": 6, - "f": 10, - "k": 21, - "|": 15, - "x": 14, - "List": 1, - "rec": 3, - "map": 3, - "l": 8, - "match": 4, - "with": 4, - "hd": 6, - "tl": 6, - "fold": 2, - "acc": 5, - "Option": 1, - "opt": 2, - "None": 5, - "Some": 5, - "Lazy": 1, - "option": 1, - "mutable": 1, - "waiters": 5, - "make": 1, - "push": 4, - "cps": 7, - "value": 3, - "force": 1, - "l.value": 2, - "when": 1, - "l.waiters": 5, - "<->": 3, - "function": 1, - "Base.List.iter": 1, - "l.push": 1, - "<": 1, - "get_state": 1, - "lazy_from_val": 1 - }, - "Objective-C": { - "#import": 53, - "@implementation": 13, - "SBJsonParser": 2, - "@synthesize": 7, - "maxDepth": 2, - ";": 2003, - "error": 75, - "-": 595, - "(": 2109, - "id": 170, - ")": 2106, - "init": 34, - "{": 541, - "self": 500, - "[": 1227, - "super": 25, - "]": 1227, - "if": 297, - "self.maxDepth": 2, - "u": 4, - "return": 165, - "}": 532, - "#pragma": 44, - "mark": 42, - "Methods": 1, - "objectWithData": 7, - "NSData": 28, - "*": 311, - "data": 27, - "self.error": 3, - "@": 258, - "nil": 131, - "SBJsonStreamParserAccumulator": 2, - "*accumulator": 1, - "alloc": 47, - "SBJsonStreamParserAdapter": 2, - "*adapter": 1, - "adapter.delegate": 1, - "accumulator": 1, - "SBJsonStreamParser": 2, - "*parser": 1, - "parser.maxDepth": 1, - "parser.delegate": 1, - "adapter": 1, - "switch": 3, - "parser": 3, - "parse": 1, - "case": 8, - "SBJsonStreamParserComplete": 1, - "accumulator.value": 1, - "break": 13, - "SBJsonStreamParserWaitingForData": 1, - "SBJsonStreamParserError": 1, - "parser.error": 1, - "objectWithString": 5, - "NSString": 127, - "repr": 5, - "dataUsingEncoding": 2, - "NSUTF8StringEncoding": 2, - "NSString*": 13, - "NSError**": 2, - "error_": 2, - "tmp": 3, - "NSDictionary": 37, - "*ui": 1, - "dictionaryWithObjectsAndKeys": 10, - "NSLocalizedDescriptionKey": 10, - "*error_": 1, - "NSError": 51, - "errorWithDomain": 6, - "code": 16, - "userInfo": 15, - "ui": 1, - "@end": 37, - "Foo": 2, - "//": 317, - "@interface": 23, - "MainMenuViewController": 2, - "TTTableViewController": 1, - "#define": 65, - "HEADER_Z_POSITION": 2, - "typedef": 47, - "struct": 20, - "CGFloat": 44, - "offset": 23, - "from": 18, - "beginning": 1, - "of": 34, - "section": 60, - "height": 19, - "TUITableViewRowInfo": 3, - "TUITableViewSection": 16, - "NSObject": 5, - "__unsafe_unretained": 2, - "TUITableView": 25, - "*_tableView": 1, - "weak": 2, - "TUIView": 17, - "*_headerView": 1, - "Not": 2, - "reusable": 1, - "similar": 1, - "to": 115, - "UITableView": 1, - "NSInteger": 56, - "sectionIndex": 23, - "NSUInteger": 93, - "numberOfRows": 13, - "sectionHeight": 9, - "sectionOffset": 8, - "*rowInfo": 1, - "@property": 150, - "strong": 4, - "readonly": 19, - "*headerView": 6, - "nonatomic": 40, - "assign": 84, - "initWithNumberOfRows": 2, - "n": 7, - "s": 35, - "tableView": 45, - "t": 15, - "_tableView": 3, - "rowInfo": 7, - "calloc": 5, - "sizeof": 13, - "void": 253, - "dealloc": 13, - "free": 4, - "_setupRowHeights": 2, - "*header": 1, - "header": 20, - "self.headerView": 2, - "+": 195, - "roundf": 2, - "header.frame.size.height": 1, - "for": 99, - "int": 55, - "i": 41, - "<": 56, - "h": 3, - "_tableView.delegate": 1, - "heightForRowAtIndexPath": 2, - "TUIFastIndexPath": 89, - "indexPathForRow": 11, - "inSection": 11, - ".offset": 2, - ".height": 4, - "rowHeight": 2, - "&&": 123, - "sectionRowOffset": 2, - "tableRowOffset": 2, - "headerHeight": 4, - "self.headerView.frame.size.height": 1, - "headerView": 14, - "_headerView": 8, - "_tableView.dataSource": 3, - "respondsToSelector": 8, - "@selector": 28, - "headerViewForSection": 6, - "_headerView.autoresizingMask": 1, - "TUIViewAutoresizingFlexibleWidth": 1, - "_headerView.layer.zPosition": 1, - "Private": 1, - "_updateSectionInfo": 2, - "_updateDerepeaterViews": 2, - "pullDownView": 1, - "_pullDownView": 4, - "initWithFrame": 12, - "CGRect": 41, - "frame": 38, - "style": 29, - "TUITableViewStyle": 4, - "_style": 8, - "_reusableTableCells": 5, - "NSMutableDictionary": 18, - "_visibleSectionHeaders": 6, - "NSMutableIndexSet": 6, - "_visibleItems": 14, - "_tableFlags.animateSelectionChanges": 3, - "TUITableViewStylePlain": 2, - "": 4, - "delegate": 29, - "setDelegate": 4, - "d": 11, - "_tableFlags.delegateTableViewWillDisplayCellForRowAtIndexPath": 1, - "willDisplayCell": 2, - "forRowAtIndexPath": 2, - "must": 6, - "call": 8, - "": 4, - "dataSource": 2, - "_dataSource": 6, - "setDataSource": 1, - "_tableFlags.dataSourceNumberOfSectionsInTableView": 2, - "numberOfSectionsInTableView": 3, - "BOOL": 137, - "animateSelectionChanges": 3, - "setAnimateSelectionChanges": 1, - "a": 78, - "numberOfSections": 10, - "_sectionInfo": 27, - "count": 99, - "numberOfRowsInSection": 9, - "objectAtIndex": 8, - "rectForHeaderOfSection": 4, - "*s": 3, - "y": 12, - "_contentHeight": 7, - "CGRectMake": 8, - "self.bounds.size.width": 4, - "CGRectZero": 5, - "rectForSection": 3, - "rectForRowAtIndexPath": 7, - "indexPath": 47, - "indexPath.section": 3, - "row": 36, - "indexPath.row": 1, - "*section": 8, - "in": 42, - "removeFromSuperview": 4, - "removeAllIndexes": 2, - "NSMutableArray": 31, - "*sections": 1, - "initWithCapacity": 2, - "bounds": 2, - ".size.height": 1, - "self.contentInset.top*2": 1, - "section.sectionOffset": 1, - "sections": 4, - "addObject": 16, - "self.contentInset.bottom": 1, - "_enqueueReusableCell": 2, - "TUITableViewCell": 23, - "cell": 21, - "*identifier": 1, - "cell.reuseIdentifier": 1, - "identifier": 7, - "*array": 9, - "objectForKey": 29, - "array": 84, - "setObject": 9, - "forKey": 9, - "dequeueReusableCellWithIdentifier": 2, - "*c": 1, - "lastObject": 1, - "c": 7, - "removeLastObject": 1, - "prepareForReuse": 1, - "else": 35, - "cellForRowAtIndexPath": 9, - "returns": 4, - "is": 77, - "not": 29, - "visible": 16, - "or": 18, - "index": 11, - "path": 11, - "out": 7, - "range": 8, - "NSArray": 27, - "visibleCells": 3, - "allValues": 1, - "static": 102, - "SortCells": 1, - "*a": 2, - "*b": 2, - "*ctx": 1, - "a.frame.origin.y": 2, - "b.frame.origin.y": 2, - "NSOrderedAscending": 4, - "NSOrderedDescending": 4, - "sortedVisibleCells": 2, - "*v": 2, - "v": 4, - "sortedArrayUsingComparator": 1, - "NSComparator": 1, - "NSComparisonResult": 1, - "INDEX_PATHS_FOR_VISIBLE_ROWS": 4, - "allKeys": 1, - "indexPathsForVisibleRows": 2, - "indexPathForCell": 2, - "*i": 4, - "*cell": 7, - "NSIndexSet": 4, - "indexesOfSectionsInRect": 2, - "rect": 10, - "*indexes": 2, - "CGRectIntersectsRect": 5, - "indexes": 4, - "addIndex": 3, - "indexesOfSectionHeadersInRect": 2, - "indexPathsForRowsInRect": 3, - "*indexPaths": 1, - "arrayWithCapacity": 2, - "*indexPath": 11, - "cellRect": 7, - "indexPaths": 2, - "indexPathForRowAtPoint": 2, - "CGPoint": 7, - "point": 11, - "CGRectContainsPoint": 1, - "indexPathForRowAtVerticalOffset": 2, - "cellRect.origin.y": 1, - "<=>": 15, - "origin": 1, - "size": 12, - "brief": 1, - "Obtain": 1, - "the": 197, - "whose": 2, - "at": 10, - "specified": 1, - "If": 30, - "valid": 5, - "no": 7, - "exists": 1, - "that": 23, - "negative": 1, - "value": 21, - "returned": 1, - "param": 1, - "location": 3, - "table": 7, - "view": 11, - "p": 3, - "indexOfSectionWithHeaderAtPoint": 2, - "0": 2, - "width": 1, - "frame.origin.y": 16, - "point.y": 1, - "frame.size.height": 15, - "indexOfSectionWithHeaderAtVerticalOffset": 2, - "section.headerView": 9, - "enumerateIndexPathsUsingBlock": 2, - "*stop": 7, - "block": 18, - "enumerateIndexPathsFromIndexPath": 4, - "toIndexPath": 12, - "withOptions": 4, - "usingBlock": 6, - "enumerateIndexPathsWithOptions": 2, - "NSEnumerationOptions": 4, - "options": 6, - "fromIndexPath": 6, - "sectionLowerBound": 2, - "fromIndexPath.section": 1, - "sectionUpperBound": 3, - "toIndexPath.section": 1, - "rowLowerBound": 2, - "fromIndexPath.row": 1, - "rowUpperBound": 3, - "toIndexPath.row": 1, - "irow": 3, - "start": 3, - "lower": 1, - "bound": 1, - "first": 9, - "iteration...": 1, - "rowCount": 3, - "j": 5, - "||": 42, - "stop": 4, - "FALSE": 2, - "&": 36, - "...then": 1, - "use": 26, - "zero": 1, - "subsequent": 2, - "iterations": 1, - "_topVisibleIndexPath": 1, - "*topVisibleIndex": 1, - "sortedArrayUsingSelector": 1, - "compare": 4, - "topVisibleIndex": 2, - "setFrame": 2, - "f": 8, - "_tableFlags.forceSaveScrollPosition": 1, - "setContentOffset": 2, - "_tableFlags.didFirstLayout": 1, - "prevent": 2, - "auto": 2, - "scroll": 3, - "top": 8, - "during": 4, - "layout": 3, - "we": 73, - "pinned": 5, - "state": 35, - "isKindOfClass": 2, - "TUITableViewSectionHeader": 5, - "class": 30, - ".pinnedToViewport": 2, - "TRUE": 1, - "pinnedHeader": 1, - "CGRectGetMaxY": 2, - "headerFrame": 4, - "pinnedHeader.frame.origin.y": 1, - "this": 50, - "intersecting": 1, - "with": 19, - "so": 15, - "push": 1, - "upwards.": 1, - "pinnedHeaderFrame": 2, - "pinnedHeader.frame": 2, - "pinnedHeaderFrame.origin.y": 1, - "notify": 3, - "it": 28, - "section.headerView.frame": 1, - "setNeedsLayout": 3, - "section.headerView.superview": 1, - "addSubview": 8, - "remove": 4, - "offscreen": 2, - "headers": 11, - "toRemove": 1, - "enumerateIndexesUsingBlock": 1, - "removeIndex": 1, - "_layoutCells": 3, - "visibleCellsNeedRelayout": 5, - "update": 6, - "remaining": 1, - "cells": 7, - "needed": 3, - "cell.frame": 1, - "cell.layer.zPosition": 1, - "visibleRect": 3, - "Example": 1, - "old": 5, - "new": 10, - "add": 5, - "*oldVisibleIndexPaths": 1, - "*newVisibleIndexPaths": 1, - "*indexPathsToRemove": 1, - "oldVisibleIndexPaths": 2, - "mutableCopy": 2, - "indexPathsToRemove": 2, - "removeObjectsInArray": 2, - "newVisibleIndexPaths": 2, - "*indexPathsToAdd": 1, - "indexPathsToAdd": 2, - "don": 2, - "on": 26, - "newly": 1, - "added": 5, - "_dragToReorderCell": 5, - "superview": 1, - "bringSubviewToFront": 1, - "CGSize": 5, - "self.contentSize": 3, - "headerViewRect": 3, - "s.height": 3, - "_headerView.frame.size.height": 2, - "visible.size.width": 3, - "_headerView.frame": 1, - "_headerView.hidden": 4, - "show": 2, - "NO": 30, - "YES": 62, - "pullDownRect": 4, - "_pullDownView.frame.size.height": 2, - "pullDownViewIsVisible": 3, - "_pullDownView.hidden": 4, - "_pullDownView.frame": 1, - "reloadDataMaintainingVisibleIndexPath": 2, - "relativeOffset": 5, - "_keepVisibleIndexPathForReload": 2, - "_relativeOffsetForReload": 2, - "reloadData": 3, - "self.delegate": 10, - "tableViewWillReloadData": 3, - "_selectedIndexPath": 9, - "need": 10, - "recycle": 1, - "all": 3, - "have": 15, - "them": 10, - "be": 49, - "regenerated": 3, - "layoutSubviews": 5, - "because": 1, - "same": 6, - "might": 4, - "different": 4, - "content": 5, - "dragged": 1, - "clear": 3, - "removeAllObjects": 1, - "any": 3, - "they": 6, - "should": 8, - "re": 9, - "when": 46, - "laid": 1, - "will": 57, - "next": 2, - "tableViewDidReloadData": 3, - "_tableFlags.layoutSubviewsReentrancyGuard": 3, - "setAnimationsEnabled": 1, - "CATransaction": 3, - "begin": 1, - "setDisableActions": 1, - "_preLayoutCells": 2, - "munge": 2, - "contentOffset": 2, - "_layoutSectionHeaders": 2, - "_tableFlags.derepeaterEnabled": 1, - "commit": 1, - "NSLog": 4, - "reloadLayout": 2, - "scrollToRowAtIndexPath": 3, - "atScrollPosition": 3, - "TUITableViewScrollPosition": 5, - "scrollPosition": 9, - "animated": 27, - "r": 6, - "target": 5, - "has": 6, - "its": 9, - "our": 6, - "selected": 2, - "being": 4, - "overlapped": 1, - "by": 12, - "r.size.height": 4, - "headerFrame.size.height": 1, - "TUITableViewScrollPositionNone": 2, - "do": 5, - "nothing": 2, - "TUITableViewScrollPositionTop": 2, - "r.origin.y": 1, - "v.size.height": 2, - "scrollRectToVisible": 2, - "TUITableViewScrollPositionToVisible": 3, - "default": 8, - "indexPathForSelectedRow": 4, - "indexPathForFirstRow": 2, - "indexPathForLastRow": 2, - "sec": 3, - "_makeRowAtIndexPathFirstResponder": 2, - "only": 12, - "accept": 2, - "responder": 2, - "made": 1, - "acceptsFirstResponder": 1, - "self.nsWindow": 3, - "makeFirstResponderIfNotAlreadyInResponderChain": 1, - "_indexPathShouldBeFirstResponder": 2, - "_futureMakeFirstResponderToken": 2, - "futureMakeFirstResponderRequestToken": 1, - "selectRowAtIndexPath": 3, - "*oldIndexPath": 1, - "isEqual": 4, - "oldIndexPath": 2, - "just": 4, - "deselectRowAtIndexPath": 3, - "may": 8, - "setSelected": 2, - "already": 4, - "setNeedsDisplay": 2, - "selection": 3, - "actually": 2, - "changes": 4, - "didSelectRowAtIndexPath": 3, - "NSResponder": 1, - "*firstResponder": 1, - "firstResponder": 3, - "didDeselectRowAtIndexPath": 3, - "indexPathForFirstVisibleRow": 2, - "*firstIndexPath": 1, - "firstIndexPath": 4, - "indexPathForLastVisibleRow": 2, - "*lastIndexPath": 5, - "lastIndexPath": 8, - "performKeyAction": 2, - "NSEvent": 3, - "event": 8, - "and": 44, - "repeative": 1, - "key": 32, - "press": 1, - "noCurrentSelection": 2, - "isARepeat": 1, - "TUITableViewCalculateNextIndexPathBlock": 3, - "selectValidIndexPath": 3, - "*startForNoSelection": 2, - "calculateNextIndexPath": 4, - "NSParameterAssert": 15, - "foundValidNextRow": 4, - "while": 11, - "*newIndexPath": 1, - "newIndexPath": 6, - "startForNoSelection": 1, - "_delegate": 2, - "shouldSelectRowAtIndexPath": 3, - "forEvent": 3, - "self.animateSelectionChanges": 1, - "charactersIgnoringModifiers": 1, - "characterAtIndex": 1, - "NSUpArrowFunctionKey": 1, - "lastIndexPath.section": 2, - "lastIndexPath.row": 2, - "rowsInSection": 7, - "NSDownArrowFunctionKey": 1, - "maintainContentOffsetAfterReload": 3, - "_tableFlags.maintainContentOffsetAfterReload": 2, - "setMaintainContentOffsetAfterReload": 1, - "newValue": 2, - "NSIndexPath": 5, - "indexPathWithIndexes": 1, - "length": 32, - "indexAtPosition": 2, - "FooAppDelegate": 2, - "window": 1, - "applicationDidFinishLaunching": 1, - "NSNotification": 2, - "aNotification": 1, - "#include": 18, - "": 1, - "": 2, - "": 2, - "": 1, - "": 1, - "#ifdef": 10, - "__OBJC__": 4, - "": 2, - "": 2, - "": 2, - "": 1, - "": 2, - "": 1, - "#endif": 59, - "__cplusplus": 2, - "extern": 6, - "#ifndef": 9, - "NSINTEGER_DEFINED": 3, - "#if": 41, - "defined": 16, - "__LP64__": 4, - "NS_BUILD_32_LIKE_64": 3, - "long": 71, - "unsigned": 62, - "NSIntegerMin": 3, - "LONG_MIN": 3, - "NSIntegerMax": 4, - "LONG_MAX": 3, - "NSUIntegerMax": 7, - "ULONG_MAX": 3, - "#else": 8, - "INT_MIN": 3, - "INT_MAX": 2, - "UINT_MAX": 3, - "_JSONKIT_H_": 3, - "__GNUC__": 14, - "__APPLE_CC__": 2, - "JK_DEPRECATED_ATTRIBUTE": 6, - "__attribute__": 3, - "deprecated": 1, - "JSONKIT_VERSION_MAJOR": 1, - "JSONKIT_VERSION_MINOR": 1, - "JKFlags": 5, - "enum": 17, - "JKParseOptionNone": 1, - "JKParseOptionStrict": 1, - "JKParseOptionComments": 2, - "<<": 16, - "JKParseOptionUnicodeNewlines": 2, - "JKParseOptionLooseUnicode": 2, - "JKParseOptionPermitTextAfterValidJSON": 2, - "JKParseOptionValidFlags": 1, - "|": 13, - "JKParseOptionFlags": 12, - "JKSerializeOptionNone": 3, - "JKSerializeOptionPretty": 2, - "JKSerializeOptionEscapeUnicode": 2, - "JKSerializeOptionEscapeForwardSlashes": 2, - "JKSerializeOptionValidFlags": 1, - "JKSerializeOptionFlags": 16, - "JKParseState": 18, - "Opaque": 1, - "internal": 2, - "private": 1, - "type.": 3, - "JSONDecoder": 2, - "*parseState": 16, - "decoder": 1, - "decoderWithParseOptions": 1, - "parseOptionFlags": 11, - "initWithParseOptions": 1, - "clearCache": 1, - "parseUTF8String": 2, - "const": 28, - "char": 19, - "string": 9, - "size_t": 23, - "Deprecated": 4, - "JSONKit": 11, - "v1.4.": 4, - "Use": 6, - "objectWithUTF8String": 4, - "instead.": 4, - "**": 27, - "parseJSONData": 2, - "jsonData": 6, - "mutableObjectWithUTF8String": 2, - "mutableObjectWithData": 2, - "////////////": 4, - "Deserializing": 1, - "methods": 2, - "JSONKitDeserializing": 2, - "objectFromJSONString": 1, - "objectFromJSONStringWithParseOptions": 2, - "mutableObjectFromJSONString": 1, - "mutableObjectFromJSONStringWithParseOptions": 2, - "objectFromJSONData": 1, - "objectFromJSONDataWithParseOptions": 2, - "mutableObjectFromJSONData": 1, - "mutableObjectFromJSONDataWithParseOptions": 2, - "Serializing": 1, - "JSONKitSerializing": 3, - "JSONData": 3, - "Invokes": 2, - "JSONDataWithOptions": 8, - "includeQuotes": 6, - "serializeOptions": 14, - "JSONString": 3, - "JSONStringWithOptions": 8, - "serializeUnsupportedClassesUsingDelegate": 4, - "selector": 12, - "SEL": 19, - "__BLOCKS__": 1, - "JSONKitSerializingBlockAdditions": 2, - "serializeUnsupportedClassesUsingBlock": 4, - "object": 36, - "///////////////////////////////////////////////////////////////////////////////////////////////////": 24, - "initWithNibName": 3, - "nibNameOrNil": 1, - "bundle": 3, - "NSBundle": 1, - "nibBundleOrNil": 1, - "self.title": 2, - "//self.variableHeightRows": 1, - "self.tableViewStyle": 1, - "UITableViewStyleGrouped": 1, - "self.dataSource": 1, - "TTSectionedDataSource": 1, - "dataSourceWithObjects": 1, - "TTTableTextItem": 48, - "itemWithText": 48, - "URL": 48, - "": 2, - "": 1, - "@private": 2, - "NSWindow": 2, - "*window": 2, - "IBOutlet": 1, - "StyleViewController": 2, - "TTViewController": 1, - "TTStyle*": 7, - "_styleHighlight": 6, - "_styleDisabled": 6, - "_styleSelected": 6, - "_styleType": 6, - "main": 8, - "argc": 1, - "*argv": 1, - "": 1, - "kFramePadding": 7, - "kElementSpacing": 3, - "kGroupSpacing": 5, - "PlaygroundViewController": 2, - "addHeader": 5, - "text": 12, - "yOffset": 42, - "UILabel*": 2, - "label": 6, - "UILabel": 2, - "label.text": 2, - "label.font": 3, - "UIFont": 3, - "systemFontOfSize": 2, - "label.numberOfLines": 2, - "label.frame": 4, - "frame.origin.x": 3, - "frame.size.width": 4, - "sizeWithFont": 2, - "constrainedToSize": 2, - "CGSizeMake": 3, - "_scrollView": 9, - "label.frame.size.height": 2, - "TT_RELEASE_SAFELY": 12, - "addText": 5, - "loadView": 4, - "UIScrollView": 1, - "self.view.bounds": 2, - "_scrollView.autoresizingMask": 1, - "UIViewAutoresizingFlexibleWidth": 4, - "UIViewAutoresizingFlexibleHeight": 1, - "self.view": 4, - "NSLocalizedString": 9, - "UIButton*": 1, - "button": 5, - "UIButton": 1, - "buttonWithType": 1, - "UIButtonTypeRoundedRect": 1, - "setTitle": 1, - "forState": 4, - "UIControlStateNormal": 1, - "addTarget": 1, - "action": 1, - "debugTestAction": 2, - "forControlEvents": 1, - "UIControlEventTouchUpInside": 1, - "sizeToFit": 1, - "button.frame": 2, - "stringWithFormat": 6, - "TTCurrentLocale": 2, - "displayNameForKey": 1, - "NSLocaleIdentifier": 1, - "localeIdentifier": 1, - "TTPathForBundleResource": 1, - "TTPathForDocumentsResource": 1, - "md5Hash": 1, - "setContentSize": 1, - "viewDidUnload": 2, - "viewDidAppear": 2, - "flashScrollIndicators": 1, - "DEBUG": 1, - "TTDPRINTMETHODNAME": 1, - "TTDPRINT": 9, - "TTMAXLOGLEVEL": 1, - "TTDERROR": 1, - "TTLOGLEVEL_ERROR": 1, - "TTDWARNING": 1, - "TTLOGLEVEL_WARNING": 1, - "TTDINFO": 1, - "TTLOGLEVEL_INFO": 1, - "TTDCONDITIONLOG": 3, - "true": 9, - "false": 3, - "rand": 1, - "%": 30, - "TTDASSERT": 2, - "TARGET_OS_IPHONE": 11, - "": 1, - "": 1, - "*ASIHTTPRequestVersion": 2, - "*defaultUserAgent": 1, - "NetworkRequestErrorDomain": 12, - "*ASIHTTPRequestRunLoopMode": 1, - "CFOptionFlags": 1, - "kNetworkEvents": 1, - "kCFStreamEventHasBytesAvailable": 1, - "kCFStreamEventEndEncountered": 1, - "kCFStreamEventErrorOccurred": 1, - "*sessionCredentialsStore": 1, - "*sessionProxyCredentialsStore": 1, - "NSRecursiveLock": 13, - "*sessionCredentialsLock": 1, - "*sessionCookies": 1, - "RedirectionLimit": 1, - "NSTimeInterval": 10, - "defaultTimeOutSeconds": 3, - "ReadStreamClientCallBack": 1, - "CFReadStreamRef": 5, - "readStream": 5, - "CFStreamEventType": 2, - "type": 5, - "*clientCallBackInfo": 1, - "ASIHTTPRequest*": 1, - "clientCallBackInfo": 1, - "handleNetworkEvent": 2, - "*progressLock": 1, - "*ASIRequestCancelledError": 1, - "*ASIRequestTimedOutError": 1, - "*ASIAuthenticationError": 1, - "*ASIUnableToCreateRequestError": 1, - "*ASITooMuchRedirectionError": 1, - "*bandwidthUsageTracker": 1, - "averageBandwidthUsedPerSecond": 2, - "nextConnectionNumberToCreate": 1, - "*persistentConnectionsPool": 1, - "*connectionsLock": 1, - "nextRequestID": 1, - "bandwidthUsedInLastSecond": 1, - "NSDate": 9, - "*bandwidthMeasurementDate": 1, - "NSLock": 2, - "*bandwidthThrottlingLock": 1, - "maxBandwidthPerSecond": 2, - "ASIWWANBandwidthThrottleAmount": 2, - "isBandwidthThrottled": 2, - "shouldThrottleBandwidthForWWANOnly": 1, - "*sessionCookiesLock": 1, - "*delegateAuthenticationLock": 1, - "*throttleWakeUpTime": 1, - "": 9, - "defaultCache": 3, - "runningRequestCount": 1, - "shouldUpdateNetworkActivityIndicator": 1, - "NSThread": 4, - "*networkThread": 1, - "NSOperationQueue": 4, - "*sharedQueue": 1, - "ASIHTTPRequest": 31, - "cancelLoad": 3, - "destroyReadStream": 3, - "scheduleReadStream": 1, - "unscheduleReadStream": 1, - "willAskDelegateForCredentials": 1, - "willAskDelegateForProxyCredentials": 1, - "askDelegateForProxyCredentials": 1, - "askDelegateForCredentials": 1, - "failAuthentication": 1, - "measureBandwidthUsage": 1, - "recordBandwidthUsage": 1, - "startRequest": 3, - "updateStatus": 2, - "NSTimer": 5, - "timer": 5, - "checkRequestStatus": 2, - "reportFailure": 3, - "reportFinished": 1, - "markAsFinished": 4, - "performRedirect": 1, - "shouldTimeOut": 2, - "willRedirect": 1, - "willAskDelegateToConfirmRedirect": 1, - "performInvocation": 2, - "NSInvocation": 4, - "invocation": 4, - "onTarget": 7, - "releasingObject": 2, - "objectToRelease": 1, - "hideNetworkActivityIndicatorAfterDelay": 1, - "hideNetworkActivityIndicatorIfNeeeded": 1, - "runRequests": 1, - "configureProxies": 2, - "fetchPACFile": 1, - "finishedDownloadingPACFile": 1, - "theRequest": 1, - "runPACScript": 1, - "script": 1, - "timeOutPACRead": 1, - "useDataFromCache": 2, - "updatePartialDownloadSize": 1, - "registerForNetworkReachabilityNotifications": 1, - "unsubscribeFromNetworkReachabilityNotifications": 1, - "reachabilityChanged": 1, - "note": 1, - "NS_BLOCKS_AVAILABLE": 8, - "performBlockOnMainThread": 2, - "ASIBasicBlock": 15, - "releaseBlocksOnMainThread": 4, - "releaseBlocks": 3, - "blocks": 16, - "callBlock": 1, - "complete": 12, - "retain": 73, - "*responseCookies": 3, - "responseStatusCode": 3, - "*lastActivityTime": 2, - "partialDownloadSize": 8, - "uploadBufferSize": 6, - "NSOutputStream": 6, - "*postBodyWriteStream": 1, - "NSInputStream": 7, - "*postBodyReadStream": 1, - "lastBytesRead": 3, - "lastBytesSent": 3, - "*cancelledLock": 2, - "*fileDownloadOutputStream": 2, - "*inflatedFileDownloadOutputStream": 2, - "authenticationRetryCount": 2, - "proxyAuthenticationRetryCount": 4, - "updatedProgress": 3, - "needsRedirect": 3, - "redirectCount": 2, - "*compressedPostBody": 1, - "*compressedPostBodyFilePath": 1, - "*authenticationRealm": 2, - "*proxyAuthenticationRealm": 3, - "*responseStatusMessage": 3, - "inProgress": 4, - "retryCount": 3, - "willRetryRequest": 1, - "connectionCanBeReused": 4, - "*connectionInfo": 2, - "*readStream": 1, - "ASIAuthenticationState": 5, - "authenticationNeeded": 3, - "readStreamIsScheduled": 1, - "downloadComplete": 2, - "NSNumber": 11, - "*requestID": 3, - "*runLoopMode": 2, - "*statusTimer": 2, - "didUseCachedResponse": 3, - "NSURL": 21, - "*redirectURL": 2, - "isPACFileRequest": 3, - "*PACFileRequest": 2, - "*PACFileReadStream": 2, - "NSMutableData": 5, - "*PACFileData": 2, - "setter": 2, - "setSynchronous": 2, - "isSynchronous": 2, - "/": 18, - "initialize": 1, - "persistentConnectionsPool": 3, - "connectionsLock": 3, - "progressLock": 1, - "bandwidthThrottlingLock": 1, - "sessionCookiesLock": 1, - "sessionCredentialsLock": 1, - "delegateAuthenticationLock": 1, - "bandwidthUsageTracker": 1, - "ASIRequestTimedOutError": 1, - "initWithDomain": 5, - "ASIRequestTimedOutErrorType": 2, - "ASIAuthenticationError": 1, - "ASIAuthenticationErrorType": 3, - "ASIRequestCancelledError": 2, - "ASIRequestCancelledErrorType": 2, - "ASIUnableToCreateRequestError": 3, - "ASIUnableToCreateRequestErrorType": 2, - "ASITooMuchRedirectionError": 1, - "ASITooMuchRedirectionErrorType": 3, - "sharedQueue": 4, - "setMaxConcurrentOperationCount": 1, - "initWithURL": 4, - "newURL": 16, - "setRequestMethod": 3, - "setRunLoopMode": 2, - "NSDefaultRunLoopMode": 2, - "setShouldAttemptPersistentConnection": 2, - "setPersistentConnectionTimeoutSeconds": 2, - "setShouldPresentCredentialsBeforeChallenge": 1, - "setShouldRedirect": 1, - "setShowAccurateProgress": 1, - "setShouldResetDownloadProgress": 1, - "setShouldResetUploadProgress": 1, - "setAllowCompressedResponse": 1, - "setShouldWaitToInflateCompressedResponses": 1, - "setDefaultResponseEncoding": 1, - "NSISOLatin1StringEncoding": 2, - "setShouldPresentProxyAuthenticationDialog": 1, - "setTimeOutSeconds": 1, - "setUseSessionPersistence": 1, - "setUseCookiePersistence": 1, - "setValidatesSecureCertificate": 1, - "setRequestCookies": 2, - "autorelease": 21, - "setDidStartSelector": 1, - "requestStarted": 3, - "setDidReceiveResponseHeadersSelector": 1, - "request": 113, - "didReceiveResponseHeaders": 2, - "setWillRedirectSelector": 1, - "willRedirectToURL": 1, - "setDidFinishSelector": 1, - "requestFinished": 4, - "setDidFailSelector": 1, - "requestFailed": 2, - "setDidReceiveDataSelector": 1, - "didReceiveData": 2, - "setURL": 3, - "setCancelledLock": 1, - "setDownloadCache": 3, - "requestWithURL": 7, - "usingCache": 5, - "cache": 17, - "andCachePolicy": 3, - "ASIUseDefaultCachePolicy": 1, - "ASICachePolicy": 4, - "policy": 7, - "*request": 1, - "setCachePolicy": 1, - "setAuthenticationNeeded": 2, - "ASINoAuthenticationNeededYet": 3, - "requestAuthentication": 7, - "CFRelease": 19, - "proxyAuthentication": 7, - "clientCertificateIdentity": 5, - "redirectURL": 1, - "release": 66, - "statusTimer": 3, - "invalidate": 2, - "queue": 12, - "postBody": 11, - "compressedPostBody": 4, - "requestHeaders": 6, - "requestCookies": 1, - "downloadDestinationPath": 11, - "temporaryFileDownloadPath": 2, - "temporaryUncompressedDataDownloadPath": 3, - "fileDownloadOutputStream": 1, - "inflatedFileDownloadOutputStream": 1, - "username": 8, - "password": 11, - "domain": 2, - "authenticationRealm": 4, - "authenticationScheme": 4, - "requestCredentials": 1, - "proxyHost": 2, - "proxyType": 1, - "proxyUsername": 3, - "proxyPassword": 3, - "proxyDomain": 1, - "proxyAuthenticationRealm": 2, - "proxyAuthenticationScheme": 2, - "proxyCredentials": 1, - "url": 24, - "originalURL": 1, - "lastActivityTime": 1, - "responseCookies": 1, - "rawResponseData": 4, - "responseHeaders": 5, - "requestMethod": 13, - "cancelledLock": 37, - "postBodyFilePath": 7, - "compressedPostBodyFilePath": 4, - "postBodyWriteStream": 7, - "postBodyReadStream": 2, - "PACurl": 1, - "clientCertificates": 2, - "responseStatusMessage": 1, - "connectionInfo": 13, - "requestID": 2, - "dataDecompressor": 1, - "userAgentString": 1, - "*blocks": 1, - "completionBlock": 5, - "failureBlock": 5, - "startedBlock": 5, - "headersReceivedBlock": 5, - "bytesReceivedBlock": 8, - "bytesSentBlock": 5, - "downloadSizeIncrementedBlock": 5, - "uploadSizeIncrementedBlock": 5, - "dataReceivedBlock": 5, - "proxyAuthenticationNeededBlock": 5, - "authenticationNeededBlock": 5, - "requestRedirectedBlock": 5, - "performSelectorOnMainThread": 2, - "withObject": 10, - "waitUntilDone": 4, - "isMainThread": 2, - "Blocks": 1, - "released": 2, - "method": 5, - "exits": 1, - "setup": 2, - "addRequestHeader": 5, - "setRequestHeaders": 2, - "dictionaryWithCapacity": 2, - "buildPostBody": 3, - "haveBuiltPostBody": 3, - "Are": 1, - "submitting": 1, - "body": 8, - "file": 14, - "disk": 1, - "were": 5, - "writing": 2, - "post": 2, - "via": 5, - "appendPostData": 3, - "appendPostDataFromFile": 3, - "close": 5, - "write": 4, - "stream": 13, - "setPostBodyWriteStream": 2, - "*path": 1, - "shouldCompressRequestBody": 6, - "setCompressedPostBodyFilePath": 1, - "NSTemporaryDirectory": 2, - "stringByAppendingPathComponent": 2, - "NSProcessInfo": 2, - "processInfo": 2, - "globallyUniqueString": 2, - "*err": 3, - "ASIDataCompressor": 2, - "compressDataFromFile": 1, - "toFile": 1, - "err": 8, - "failWithError": 11, - "setPostLength": 3, - "NSFileManager": 1, - "attributesOfItemAtPath": 1, - "fileSize": 1, - "ASIFileManagementError": 2, - "NSUnderlyingErrorKey": 3, - "Otherwise": 2, - "an": 20, - "memory": 3, - "*compressedBody": 1, - "compressData": 1, - "setCompressedPostBody": 1, - "compressedBody": 1, - "postLength": 6, - "isEqualToString": 13, - "setHaveBuiltPostBody": 1, - "setupPostBody": 3, - "shouldStreamPostDataFromDisk": 4, - "setPostBodyFilePath": 1, - "setDidCreateTemporaryPostDataFile": 1, - "initToFileAtPath": 1, - "append": 1, - "open": 2, - "setPostBody": 1, - "bytes": 8, - "maxLength": 3, - "appendData": 2, - "*stream": 1, - "initWithFileAtPath": 1, - "bytesRead": 5, - "hasBytesAvailable": 1, - "buffer": 7, - "*256": 1, - "read": 3, - "dataWithBytes": 1, - "lock": 19, - "*m": 1, - "unlock": 20, - "m": 1, - "newRequestMethod": 3, - "*u": 1, - "NULL": 152, - "setRedirectURL": 2, - "newDelegate": 6, - "q": 2, - "setQueue": 2, - "newQueue": 3, - "get": 4, - "information": 5, - "about": 4, - "cancelOnRequestThread": 2, - "DEBUG_REQUEST_STATUS": 4, - "ASI_DEBUG_LOG": 11, - "isCancelled": 6, - "setComplete": 3, - "CFRetain": 4, - "willChangeValueForKey": 1, - "cancelled": 5, - "didChangeValueForKey": 1, - "cancel": 5, - "performSelector": 7, - "onThread": 2, - "threadForRequest": 3, - "clearDelegatesAndCancel": 2, - "Clear": 3, - "delegates": 2, - "setDownloadProgressDelegate": 2, - "setUploadProgressDelegate": 2, - "result": 4, - "responseString": 3, - "*data": 2, - "responseData": 5, - "initWithBytes": 1, - "encoding": 7, - "responseEncoding": 3, - "isResponseCompressed": 3, - "*encoding": 1, - "rangeOfString": 1, - ".location": 1, - "NSNotFound": 1, - "shouldWaitToInflateCompressedResponses": 4, - "ASIDataDecompressor": 4, - "uncompressData": 1, - "running": 4, - "startSynchronous": 2, - "DEBUG_THROTTLING": 2, - "ASIHTTPRequestRunLoopMode": 2, - "setInProgress": 3, - "NSRunLoop": 2, - "currentRunLoop": 2, - "runMode": 1, - "runLoopMode": 2, - "beforeDate": 1, - "distantFuture": 1, - "startAsynchronous": 2, - "addOperation": 1, - "concurrency": 1, - "isConcurrent": 1, - "isFinished": 1, - "finished": 3, - "isExecuting": 1, - "logic": 1, - "@try": 1, - "__IPHONE_OS_VERSION_MAX_ALLOWED": 4, - "__IPHONE_4_0": 6, - "isMultitaskingSupported": 2, - "shouldContinueWhenAppEntersBackground": 3, - "backgroundTask": 7, - "UIBackgroundTaskInvalid": 3, - "UIApplication": 2, - "sharedApplication": 2, - "beginBackgroundTaskWithExpirationHandler": 1, - "dispatch_async": 1, - "dispatch_get_main_queue": 1, - "endBackgroundTask": 1, - "A": 4, - "HEAD": 10, - "generated": 3, - "ASINetworkQueue": 4, - "set": 24, - "already.": 1, - "proceed.": 1, - "setDidUseCachedResponse": 1, - "Must": 1, - "before": 6, - "create": 1, - "can": 20, - "needs": 1, - "mainRequest": 9, - "ll": 6, - "CFHTTPMessageRef": 3, - "Create": 1, - "HTTP": 9, - "request.": 1, - "CFHTTPMessageCreateRequest": 1, - "kCFAllocatorDefault": 3, - "CFStringRef": 1, - "CFURLRef": 1, - "useHTTPVersionOne": 3, - "kCFHTTPVersion1_0": 1, - "kCFHTTPVersion1_1": 1, - "//If": 2, - "let": 8, - "generate": 1, - "buildRequestHeaders": 3, - "Even": 1, - "still": 2, - "give": 2, - "subclasses": 2, - "chance": 2, - "their": 3, - "own": 3, - "requests": 21, - "ASIS3Request": 1, - "does": 3, - "downloadCache": 5, - "download": 9, - "downloading": 5, - "proxy": 11, - "PAC": 7, - "once": 3, - "process": 1, - "@catch": 1, - "NSException": 19, - "*exception": 1, - "*underlyingError": 1, - "ASIUnhandledExceptionError": 3, - "exception": 3, - "name": 7, - "reason": 1, - "NSLocalizedFailureReasonErrorKey": 1, - "underlyingError": 1, - "@finally": 1, - "applyAuthorizationHeader": 2, - "Do": 3, - "want": 5, - "send": 2, - "credentials": 35, - "are": 15, - "asked": 3, - "shouldPresentCredentialsBeforeChallenge": 4, - "DEBUG_HTTP_AUTHENTICATION": 4, - "*credentials": 1, - "auth": 2, - "basic": 3, - "authentication": 18, - "explicitly": 2, - "kCFHTTPAuthenticationSchemeBasic": 2, - "addBasicAuthenticationHeaderWithUsername": 2, - "andPassword": 2, - "See": 5, - "cached": 2, - "session": 5, - "store": 4, - "useSessionPersistence": 6, - "findSessionAuthenticationCredentials": 2, - "When": 15, - "Authentication": 3, - "stored": 9, - "after": 5, - "challenge": 1, - "CFNetwork": 3, - "apply": 2, - "Digest": 2, - "NTLM": 6, - "always": 2, - "like": 1, - "CFHTTPMessageApplyCredentialDictionary": 2, - "CFHTTPAuthenticationRef": 2, - "CFDictionaryRef": 1, - "setAuthenticationScheme": 1, - "removeAuthenticationCredentialsFromSessionStore": 3, - "these": 3, - "previous": 2, - "passed": 2, - "happens": 4, - "retrying": 1, - "using": 8, - "custom": 2, - "measure": 1, - "bandwidth": 3, - "throttled": 1, - "necessary": 2, - "setPostBodyReadStream": 2, - "ASIInputStream": 2, - "inputStreamWithData": 2, - "setReadStream": 2, - "NSMakeCollectable": 3, - "CFReadStreamCreateForStreamedHTTPRequest": 1, - "CFReadStreamCreateForHTTPRequest": 1, - "ASIInternalErrorWhileBuildingRequestType": 3, - "scheme": 5, - "lowercaseString": 1, - "validatesSecureCertificate": 3, - "*sslProperties": 2, - "initWithObjectsAndKeys": 1, - "numberWithBool": 3, - "kCFStreamSSLAllowsExpiredCertificates": 1, - "kCFStreamSSLAllowsAnyRoot": 1, - "kCFStreamSSLValidatesCertificateChain": 1, - "kCFNull": 1, - "kCFStreamSSLPeerName": 1, - "CFReadStreamSetProperty": 1, - "kCFStreamPropertySSLSettings": 1, - "CFTypeRef": 1, - "sslProperties": 2, - "*certificates": 1, - "The": 15, - "SecIdentityRef": 3, - "certificates": 2, - "ve": 7, - "opened": 3, - "*oldStream": 1, - "persistent": 5, - "connection": 17, - "possible": 3, - "shouldAttemptPersistentConnection": 2, - "redirecting": 2, - "current": 2, - "connecting": 2, - "server": 8, - "host": 9, - "intValue": 4, - "port": 17, - "setConnectionInfo": 2, - "Check": 1, - "expired": 1, - "timeIntervalSinceNow": 1, - "DEBUG_PERSISTENT_CONNECTIONS": 3, - "removeObject": 2, - "//Some": 1, - "other": 3, - "reused": 2, - "was": 4, - "previously": 1, - "there": 1, - "one": 1, - "We": 7, - "make": 3, - "http": 4, - "//lists.apple.com/archives/Macnetworkprog/2006/Mar/msg00119.html": 1, - "oldStream": 4, - "streamSuccessfullyOpened": 1, - "setConnectionCanBeReused": 2, - "shouldResetUploadProgress": 3, - "showAccurateProgress": 7, - "incrementUploadSizeBy": 3, - "updateProgressIndicator": 4, - "uploadProgressDelegate": 8, - "withProgress": 4, - "ofTotal": 4, - "shouldResetDownloadProgress": 3, - "downloadProgressDelegate": 10, - "Record": 1, - "started": 1, - "timeout": 6, - "setLastActivityTime": 1, - "date": 3, - "setStatusTimer": 2, - "timerWithTimeInterval": 1, - "repeats": 1, - "addTimer": 1, - "forMode": 1, - "here": 2, - "sent": 6, - "more": 5, - "than": 9, - "upload": 4, - "safely": 1, - "time": 9, - "totalBytesSent": 5, - "***Black": 1, - "magic": 1, - "warning***": 1, - "but": 5, - "reliable": 1, - "way": 1, - "track": 1, - "progress": 13, - "KB": 4, - "iPhone": 3, - "Mac": 2, - "very": 2, - "slow.": 1, - "secondsSinceLastActivity": 1, - "timeOutSeconds": 3, - "*1.5": 1, - "won": 3, - "updating": 1, - "checking": 1, - "told": 1, - "us": 2, - "performThrottling": 2, - "retry": 3, - "numberOfTimesToRetryOnTimeout": 2, - "resuming": 1, - "Range": 1, - "take": 1, - "account": 1, - "currently": 4, - "perhaps": 1, - "uploaded": 2, - "far": 2, - "setTotalBytesSent": 1, - "CFReadStreamCopyProperty": 2, - "kCFStreamPropertyHTTPRequestBytesWrittenCount": 1, - "unsignedLongLongValue": 1, - "middle": 1, - "said": 1, - "resume": 2, - "used": 16, - "preset": 2, - "updateUploadProgress": 3, - "updateDownloadProgress": 3, - "NSProgressIndicator": 4, - "MaxValue": 2, - "as": 17, - "UIProgressView": 2, - "double": 3, - "max": 7, - "setMaxValue": 2, - "amount": 12, - "callerToRetain": 7, - "examined": 1, - "since": 1, - "authenticate": 1, - "contentLength": 6, - "bytesReadSoFar": 3, - "totalBytesRead": 4, - "setUpdatedProgress": 1, - "didReceiveBytes": 2, - "totalSize": 2, - "setLastBytesRead": 1, - "pass": 5, - "pointer": 2, - "directly": 1, - "number": 2, - "itself": 1, - "rather": 4, - "setArgument": 4, - "atIndex": 6, - "argumentNumber": 1, - "callback": 3, - "NSMethodSignature": 1, - "*cbSignature": 1, - "methodSignatureForSelector": 1, - "*cbInvocation": 1, - "invocationWithMethodSignature": 1, - "cbSignature": 1, - "cbInvocation": 5, - "setSelector": 1, - "setTarget": 1, - "Used": 13, - "until": 2, - "forget": 2, - "know": 3, - "attempt": 3, - "reuse": 3, - "theError": 6, - "removeObjectForKey": 1, - "dateWithTimeIntervalSinceNow": 1, - "persistentConnectionTimeoutSeconds": 4, - "ignore": 1, - "ASIFallbackToCacheIfLoadFailsCachePolicy": 2, - "cachePolicy": 3, - "canUseCachedDataForRequest": 1, - "setError": 2, - "*failedRequest": 1, - "created": 3, - "compatible": 1, - "fail": 1, - "failedRequest": 4, - "parsing": 2, - "response": 17, - "readResponseHeaders": 2, - "message": 2, - "kCFStreamPropertyHTTPResponseHeader": 1, - "Make": 1, - "sure": 1, - "didn": 3, - "tells": 1, - "keepAliveHeader": 2, - "NSScanner": 2, - "*scanner": 1, - "scannerWithString": 1, - "scanner": 5, - "scanString": 2, - "intoString": 3, - "scanInt": 2, - "scanUpToString": 1, - "probably": 4, - "what": 3, - "you": 10, - "hard": 1, - "keep": 2, - "throw": 1, - "away.": 1, - "*userAgentHeader": 1, - "*acceptHeader": 1, - "userAgentHeader": 2, - "acceptHeader": 2, - "setHaveBuiltRequestHeaders": 1, - "Force": 2, - "rebuild": 2, - "cookie": 1, - "incase": 1, - "got": 1, - "some": 1, - "cookies": 5, - "All": 2, - "remain": 1, - "redirects": 2, - "applyCookieHeader": 2, - "redirected": 2, - "ones": 3, - "URLWithString": 1, - "valueForKey": 2, - "relativeToURL": 1, - "absoluteURL": 1, - "setNeedsRedirect": 1, - "This": 7, - "means": 1, - "manually": 1, - "redirect": 4, - "those": 1, - "global": 1, - "But": 1, - "safest": 1, - "option": 1, - "responseCode": 1, - "parseStringEncodingFromHeaders": 2, - "Handle": 1, - "NSStringEncoding": 6, - "charset": 5, - "*mimeType": 1, - "parseMimeType": 2, - "mimeType": 2, - "andResponseEncoding": 2, - "fromContentType": 2, - "setResponseEncoding": 2, - "defaultResponseEncoding": 4, - "saveProxyCredentialsToKeychain": 1, - "newCredentials": 16, - "NSURLCredential": 8, - "*authenticationCredentials": 2, - "credentialWithUser": 2, - "kCFHTTPAuthenticationUsername": 2, - "kCFHTTPAuthenticationPassword": 2, - "persistence": 2, - "NSURLCredentialPersistencePermanent": 2, - "authenticationCredentials": 4, - "saveCredentials": 4, - "forProxy": 2, - "proxyPort": 2, - "realm": 14, - "saveCredentialsToKeychain": 3, - "forHost": 2, - "protocol": 10, - "applyProxyCredentials": 2, - "setProxyAuthenticationRetryCount": 1, - "Apply": 1, - "whatever": 1, - "ok": 1, - "built": 2, - "up": 4, - "CFMutableDictionaryRef": 1, - "save": 3, - "keychain": 7, - "useKeychainPersistence": 4, - "*sessionCredentials": 1, - "dictionary": 64, - "sessionCredentials": 6, - "storeAuthenticationCredentialsInSessionStore": 2, - "setRequestCredentials": 1, - "findProxyCredentials": 2, - "*newCredentials": 1, - "*user": 1, - "*pass": 1, - "*theRequest": 1, - "try": 3, - "user": 6, - "connect": 1, - "website": 1, - "kCFHTTPAuthenticationSchemeNTLM": 1, - "Ok": 1, - "For": 2, - "authenticating": 2, - "proxies": 3, - "extract": 1, - "NSArray*": 1, - "ntlmComponents": 1, - "componentsSeparatedByString": 1, - "AUTH": 6, - "Request": 6, - "parent": 1, - "properties": 1, - "received": 5, - "ASIAuthenticationDialog": 2, - "had": 1, - "UIViewController": 2, - "UIScrollView*": 1, - "": 2, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "//#include": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "//#import": 1, - "": 4, - "": 1, - "": 1, - "": 1, - "__has_feature": 3, - "x": 10, - "JK_ENABLE_CF_TRANSFER_OWNERSHIP_CALLBACKS": 2, - "#warning": 1, - "As": 1, - "v1.4": 1, - "longer": 2, - "required.": 1, - "It": 2, - "option.": 1, - "__OBJC_GC__": 1, - "#error": 6, - "support": 4, - "Objective": 2, - "C": 6, - "Garbage": 1, - "Collection": 1, - "objc_arc": 1, - "Automatic": 1, - "Reference": 1, - "Counting": 1, - "ARC": 1, - "xffffffffU": 1, - "fffffff": 1, - "ULLONG_MAX": 1, - "xffffffffffffffffULL": 1, - "LLONG_MIN": 1, - "fffffffffffffffLL": 1, - "LL": 1, - "requires": 4, - "types": 2, - "bits": 1, - "respectively.": 1, - "WORD_BIT": 1, - "LONG_BIT": 1, - "bit": 1, - "architectures.": 1, - "SIZE_MAX": 1, - "SSIZE_MAX": 1, - "JK_HASH_INIT": 1, - "UL": 138, - "JK_FAST_TRAILING_BYTES": 2, - "JK_CACHE_SLOTS_BITS": 2, - "JK_CACHE_SLOTS": 1, - "JK_CACHE_PROBES": 1, - "JK_INIT_CACHE_AGE": 1, - "JK_TOKENBUFFER_SIZE": 1, - "JK_STACK_OBJS": 1, - "JK_JSONBUFFER_SIZE": 1, - "JK_UTF8BUFFER_SIZE": 1, - "JK_ENCODE_CACHE_SLOTS": 1, - "JK_ATTRIBUTES": 15, - "attr": 3, - "...": 11, - "##__VA_ARGS__": 7, - "JK_EXPECTED": 4, - "cond": 12, - "expect": 3, - "__builtin_expect": 1, - "JK_EXPECT_T": 22, - "U": 2, - "JK_EXPECT_F": 14, - "JK_PREFETCH": 2, - "ptr": 3, - "__builtin_prefetch": 1, - "JK_STATIC_INLINE": 10, - "__inline__": 1, - "always_inline": 1, - "JK_ALIGNED": 1, - "arg": 11, - "aligned": 1, - "JK_UNUSED_ARG": 2, - "unused": 3, - "JK_WARN_UNUSED": 1, - "warn_unused_result": 9, - "JK_WARN_UNUSED_CONST": 1, - "JK_WARN_UNUSED_PURE": 1, - "pure": 2, - "JK_WARN_UNUSED_SENTINEL": 1, - "sentinel": 1, - "JK_NONNULL_ARGS": 1, - "nonnull": 6, - "JK_WARN_UNUSED_NONNULL_ARGS": 1, - "JK_WARN_UNUSED_CONST_NONNULL_ARGS": 1, - "JK_WARN_UNUSED_PURE_NONNULL_ARGS": 1, - "__GNUC_MINOR__": 3, - "JK_ALLOC_SIZE_NON_NULL_ARGS_WARN_UNUSED": 2, - "nn": 4, - "alloc_size": 1, - "@class": 4, - "JKArray": 14, - "JKDictionaryEnumerator": 4, - "JKDictionary": 22, - "JSONNumberStateStart": 1, - "JSONNumberStateFinished": 1, - "JSONNumberStateError": 1, - "JSONNumberStateWholeNumberStart": 1, - "JSONNumberStateWholeNumberMinus": 1, - "JSONNumberStateWholeNumberZero": 1, - "JSONNumberStateWholeNumber": 1, - "JSONNumberStatePeriod": 1, - "JSONNumberStateFractionalNumberStart": 1, - "JSONNumberStateFractionalNumber": 1, - "JSONNumberStateExponentStart": 1, - "JSONNumberStateExponentPlusMinus": 1, - "JSONNumberStateExponent": 1, - "JSONStringStateStart": 1, - "JSONStringStateParsing": 1, - "JSONStringStateFinished": 1, - "JSONStringStateError": 1, - "JSONStringStateEscape": 1, - "JSONStringStateEscapedUnicode1": 1, - "JSONStringStateEscapedUnicode2": 1, - "JSONStringStateEscapedUnicode3": 1, - "JSONStringStateEscapedUnicode4": 1, - "JSONStringStateEscapedUnicodeSurrogate1": 1, - "JSONStringStateEscapedUnicodeSurrogate2": 1, - "JSONStringStateEscapedUnicodeSurrogate3": 1, - "JSONStringStateEscapedUnicodeSurrogate4": 1, - "JSONStringStateEscapedNeedEscapeForSurrogate": 1, - "JSONStringStateEscapedNeedEscapedUForSurrogate": 1, - "JKParseAcceptValue": 2, - "JKParseAcceptComma": 2, - "JKParseAcceptEnd": 3, - "JKParseAcceptValueOrEnd": 1, - "JKParseAcceptCommaOrEnd": 1, - "JKClassUnknown": 1, - "JKClassString": 1, - "JKClassNumber": 1, - "JKClassArray": 1, - "JKClassDictionary": 1, - "JKClassNull": 1, - "JKManagedBufferOnStack": 1, - "JKManagedBufferOnHeap": 1, - "JKManagedBufferLocationMask": 1, - "JKManagedBufferLocationShift": 1, - "JKManagedBufferMustFree": 1, - "JKManagedBufferFlags": 1, - "JKObjectStackOnStack": 1, - "JKObjectStackOnHeap": 1, - "JKObjectStackLocationMask": 1, - "JKObjectStackLocationShift": 1, - "JKObjectStackMustFree": 1, - "JKObjectStackFlags": 1, - "JKTokenTypeInvalid": 1, - "JKTokenTypeNumber": 1, - "JKTokenTypeString": 1, - "JKTokenTypeObjectBegin": 1, - "JKTokenTypeObjectEnd": 1, - "JKTokenTypeArrayBegin": 1, - "JKTokenTypeArrayEnd": 1, - "JKTokenTypeSeparator": 1, - "JKTokenTypeComma": 1, - "JKTokenTypeTrue": 1, - "JKTokenTypeFalse": 1, - "JKTokenTypeNull": 1, - "JKTokenTypeWhiteSpace": 1, - "JKTokenType": 2, - "JKValueTypeNone": 1, - "JKValueTypeString": 1, - "JKValueTypeLongLong": 1, - "JKValueTypeUnsignedLongLong": 1, - "JKValueTypeDouble": 1, - "JKValueType": 1, - "JKEncodeOptionAsData": 1, - "JKEncodeOptionAsString": 1, - "JKEncodeOptionAsTypeMask": 1, - "JKEncodeOptionCollectionObj": 1, - "JKEncodeOptionStringObj": 1, - "JKEncodeOptionStringObjTrimQuotes": 1, - "JKEncodeOptionType": 2, - "JKHash": 4, - "JKTokenCacheItem": 2, - "JKTokenCache": 2, - "JKTokenValue": 2, - "JKParseToken": 2, - "JKPtrRange": 2, - "JKObjectStack": 5, - "JKBuffer": 2, - "JKConstBuffer": 2, - "JKConstPtrRange": 2, - "JKRange": 2, - "JKManagedBuffer": 5, - "JKFastClassLookup": 2, - "JKEncodeCache": 6, - "JKEncodeState": 11, - "JKObjCImpCache": 2, - "JKHashTableEntry": 21, - "serializeObject": 1, - "optionFlags": 1, - "encodeOption": 2, - "JKSERIALIZER_BLOCKS_PROTO": 1, - "releaseState": 1, - "keyHash": 21, - "uint32_t": 1, - "UTF32": 11, - "uint16_t": 1, - "UTF16": 1, - "uint8_t": 1, - "UTF8": 2, - "conversionOK": 1, - "sourceExhausted": 1, - "targetExhausted": 1, - "sourceIllegal": 1, - "ConversionResult": 1, - "UNI_REPLACEMENT_CHAR": 1, - "FFFD": 1, - "UNI_MAX_BMP": 1, - "FFFF": 3, - "UNI_MAX_UTF16": 1, - "UNI_MAX_UTF32": 1, - "FFFFFFF": 1, - "UNI_MAX_LEGAL_UTF32": 1, - "UNI_SUR_HIGH_START": 1, - "xD800": 1, - "UNI_SUR_HIGH_END": 1, - "xDBFF": 1, - "UNI_SUR_LOW_START": 1, - "xDC00": 1, - "UNI_SUR_LOW_END": 1, - "xDFFF": 1, - "trailingBytesForUTF8": 1, - "offsetsFromUTF8": 1, - "E2080UL": 1, - "C82080UL": 1, - "xFA082080UL": 1, - "firstByteMark": 1, - "xC0": 1, - "xE0": 1, - "xF0": 1, - "xF8": 1, - "xFC": 1, - "JK_AT_STRING_PTR": 1, - "stringBuffer.bytes.ptr": 2, - "JK_END_STRING_PTR": 1, - "stringBuffer.bytes.length": 1, - "*_JKArrayCreate": 2, - "*objects": 5, - "mutableCollection": 7, - "_JKArrayInsertObjectAtIndex": 3, - "newObject": 12, - "objectIndex": 48, - "_JKArrayReplaceObjectAtIndexWithObject": 3, - "_JKArrayRemoveObjectAtIndex": 3, - "_JKDictionaryCapacityForCount": 4, - "*_JKDictionaryCreate": 2, - "*keys": 2, - "*keyHashes": 2, - "*_JKDictionaryHashEntry": 2, - "*dictionary": 13, - "_JKDictionaryCapacity": 3, - "_JKDictionaryResizeIfNeccessary": 3, - "_JKDictionaryRemoveObjectWithEntry": 3, - "*entry": 4, - "_JKDictionaryAddObject": 4, - "*_JKDictionaryHashTableEntryForKey": 2, - "aKey": 13, - "_JSONDecoderCleanup": 1, - "*decoder": 1, - "_NSStringObjectFromJSONString": 1, - "*jsonString": 1, - "**error": 1, - "jk_managedBuffer_release": 1, - "*managedBuffer": 3, - "jk_managedBuffer_setToStackBuffer": 1, - "*ptr": 2, - "*jk_managedBuffer_resize": 1, - "newSize": 1, - "jk_objectStack_release": 1, - "*objectStack": 3, - "jk_objectStack_setToStackBuffer": 1, - "**objects": 1, - "**keys": 1, - "CFHashCode": 1, - "*cfHashes": 1, - "jk_objectStack_resize": 1, - "newCount": 1, - "jk_error": 1, - "*format": 7, - "jk_parse_string": 1, - "jk_parse_number": 1, - "jk_parse_is_newline": 1, - "*atCharacterPtr": 1, - "jk_parse_skip_newline": 1, - "jk_parse_skip_whitespace": 1, - "jk_parse_next_token": 1, - "jk_error_parse_accept_or3": 1, - "*or1String": 1, - "*or2String": 1, - "*or3String": 1, - "*jk_create_dictionary": 1, - "startingObjectIndex": 1, - "*jk_parse_dictionary": 1, - "*jk_parse_array": 1, - "*jk_object_for_token": 1, - "*jk_cachedObjects": 1, - "jk_cache_age": 1, - "jk_set_parsed_token": 1, - "advanceBy": 1, - "jk_encode_error": 1, - "*encodeState": 9, - "jk_encode_printf": 1, - "*cacheSlot": 4, - "startingAtIndex": 4, - "jk_encode_write": 1, - "jk_encode_writePrettyPrintWhiteSpace": 1, - "jk_encode_write1slow": 2, - "ssize_t": 2, - "depthChange": 2, - "jk_encode_write1fast": 2, - "jk_encode_writen": 1, - "jk_encode_object_hash": 1, - "*objectPtr": 2, - "jk_encode_updateCache": 1, - "jk_encode_add_atom_to_buffer": 1, - "jk_encode_write1": 1, - "es": 3, - "dc": 3, - "_jk_encode_prettyPrint": 1, - "jk_min": 1, - "b": 4, - "jk_max": 3, - "jk_calculateHash": 1, - "currentHash": 1, - "Class": 3, - "_JKArrayClass": 5, - "_JKArrayInstanceSize": 4, - "_JKDictionaryClass": 5, - "_JKDictionaryInstanceSize": 4, - "_jk_NSNumberClass": 2, - "NSNumberAllocImp": 2, - "_jk_NSNumberAllocImp": 2, - "NSNumberInitWithUnsignedLongLongImp": 2, - "_jk_NSNumberInitWithUnsignedLongLongImp": 2, - "jk_collectionClassLoadTimeInitialization": 2, - "constructor": 1, - "NSAutoreleasePool": 2, - "*pool": 1, - "Though": 1, - "technically": 1, - "required": 2, - "run": 1, - "environment": 1, - "load": 1, - "initialization": 1, - "less": 1, - "ideal.": 1, - "objc_getClass": 2, - "class_getInstanceSize": 2, - "methodForSelector": 2, - "temp_NSNumber": 4, - "initWithUnsignedLongLong": 1, - "pool": 2, - "": 2, - "NSMutableCopying": 2, - "NSFastEnumeration": 2, - "capacity": 51, - "mutations": 20, - "allocWithZone": 4, - "NSZone": 4, - "zone": 8, - "raise": 18, - "NSInvalidArgumentException": 6, - "format": 18, - "NSStringFromClass": 18, - "NSStringFromSelector": 16, - "_cmd": 16, - "NSCParameterAssert": 19, - "objects": 58, - "Directly": 2, - "allocate": 2, - "instance": 2, - "calloc.": 2, - "isa": 2, - "malloc": 1, - "memcpy": 2, - "*newObjects": 1, - "newObjects": 2, - "realloc": 1, - "NSMallocException": 2, - "memset": 1, - "memmove": 2, - "atObject": 12, - "getObjects": 2, - "objectsPtr": 3, - "NSRange": 1, - "NSMaxRange": 4, - "NSRangeException": 6, - "range.location": 2, - "range.length": 1, - "countByEnumeratingWithState": 2, - "NSFastEnumerationState": 2, - "stackbuf": 8, - "len": 6, - "mutationsPtr": 2, - "itemsPtr": 2, - "enumeratedCount": 8, - "insertObject": 1, - "anObject": 16, - "NSInternalInconsistencyException": 4, - "__clang_analyzer__": 3, - "Stupid": 2, - "clang": 3, - "analyzer...": 2, - "Issue": 2, - "#19.": 2, - "removeObjectAtIndex": 1, - "replaceObjectAtIndex": 1, - "copyWithZone": 1, - "initWithObjects": 2, - "mutableCopyWithZone": 1, - "NSEnumerator": 2, - "collection": 11, - "nextObject": 6, - "initWithJKDictionary": 3, - "initDictionary": 4, - "allObjects": 2, - "arrayWithObjects": 1, - "_JKDictionaryHashEntry": 2, - "returnObject": 3, - "entry": 41, - ".key": 11, - "jk_dictionaryCapacities": 4, - "bottom": 6, - "mid": 5, - "tableSize": 2, - "lround": 1, - "floor": 1, - "capacityForCount": 4, - "resize": 3, - "oldCapacity": 2, - "NS_BLOCK_ASSERTIONS": 1, - "oldCount": 2, - "*oldEntry": 1, - "idx": 33, - "oldEntry": 9, - ".keyHash": 2, - ".object": 7, - "keys": 5, - "keyHashes": 2, - "atEntry": 45, - "removeIdx": 3, - "entryIdx": 4, - "*atEntry": 3, - "addKeyEntry": 2, - "addIdx": 5, - "*atAddEntry": 1, - "atAddEntry": 6, - "keyEntry": 4, - "CFEqual": 2, - "CFHash": 1, - "would": 2, - "found": 4, - "now.": 1, - "entryForKey": 3, - "_JKDictionaryHashTableEntryForKey": 1, - "andKeys": 1, - "arrayIdx": 5, - "keyEnumerator": 1, - "copy": 4, - "Why": 1, - "earth": 1, - "complain": 1, - "doesn": 1, - "Internal": 2, - "Unable": 2, - "temporary": 2, - "buffer.": 2, - "line": 2, - "#": 2, - "ld": 2, - "Invalid": 1, - "character": 1, - "x.": 1, - "F": 1, - ".": 2, - "e": 1, - "Unexpected": 1, - "token": 1, - "wanted": 1, - "Expected": 3, - "*error": 3, - "NSData*": 1, - "jsonText": 1, - "kTextStyleType": 2, - "kViewStyleType": 2, - "kImageStyleType": 2, - "initWithStyleName": 1, - "styleType": 3, - "TTStyleSheet": 4, - "globalStyleSheet": 4, - "styleWithSelector": 4, - "UIControlStateHighlighted": 1, - "UIControlStateDisabled": 1, - "UIControlStateSelected": 1, - "addTextView": 5, - "title": 2, - "textFrame": 3, - "TTRectInset": 3, - "UIEdgeInsetsMake": 3, - "StyleView*": 2, - "StyleView": 2, - "text.text": 1, - "TTStyleContext*": 1, - "context": 4, - "TTStyleContext": 1, - "context.frame": 1, - "context.delegate": 1, - "context.font": 1, - "systemFontSize": 1, - "addToSize": 1, - "CGSizeZero": 1, - "size.width": 1, - "size.height": 1, - "textFrame.size": 1, - "text.frame": 1, - "text.style": 1, - "text.backgroundColor": 1, - "UIColor": 3, - "colorWithRed": 3, - "green": 3, - "blue": 3, - "alpha": 3, - "text.autoresizingMask": 1, - "UIViewAutoresizingFlexibleBottomMargin": 3, - "addView": 5, - "viewFrame": 4, - "view.style": 2, - "view.backgroundColor": 2, - "view.autoresizingMask": 2, - "addImageView": 5, - "TTImageView*": 1, - "TTImageView": 1, - "view.urlPath": 1, - "imageFrame": 2, - "view.frame": 2, - "imageFrame.size": 1, - "view.image.size": 1, - "": 1, - "": 1, - "Necessary": 1, - "background": 1, - "task": 1, - "__IPHONE_3_2": 2, - "__MAC_10_5": 2, - "__MAC_10_6": 2, - "_ASIAuthenticationState": 1, - "ASIHTTPAuthenticationNeeded": 1, - "ASIProxyAuthenticationNeeded": 1, - "_ASINetworkErrorType": 1, - "ASIConnectionFailureErrorType": 2, - "ASIInternalErrorWhileApplyingCredentialsType": 1, - "ASICompressionError": 1, - "ASINetworkErrorType": 1, - "ASIHeadersBlock": 3, - "*responseHeaders": 2, - "ASISizeBlock": 5, - "ASIProgressBlock": 5, - "total": 4, - "ASIDataBlock": 3, - "NSOperation": 1, - "": 1, - "operation": 2, - "include": 1, - "GET": 1, - "params": 1, - "query": 1, - "where": 1, - "appropriate": 4, - "*url": 2, - "Will": 7, - "contain": 4, - "original": 2, - "making": 1, - "change": 2, - "*originalURL": 2, - "Temporarily": 1, - "stores": 1, - "to.": 2, - "again": 1, - "notified": 2, - "various": 1, - "ASIHTTPRequestDelegate": 1, - "": 1, - "Another": 1, - "also": 1, - "status": 4, - "updates": 2, - "Generally": 1, - "likely": 1, - "sessionCookies": 2, - "*requestCookies": 2, - "populated": 1, - "useCookiePersistence": 3, - "network": 4, - "present": 3, - "successfully": 4, - "presented": 2, - "duration": 1, - "clearSession": 2, - "called": 3, - "allowCompressedResponse": 3, - "inform": 1, - "compressed": 2, - "automatically": 2, - "decompress": 1, - "gzipped": 7, - "responses.": 1, - "Default": 10, - "true.": 1, - "gzipped.": 1, - "false.": 1, - "You": 1, - "enable": 1, - "feature": 1, - "your": 2, - "webserver": 1, - "work.": 1, - "Tested": 1, - "apache": 1, - "only.": 1, - "downloaded": 6, - "*downloadDestinationPath": 2, - "files": 5, - "Once": 2, - "decompressed": 3, - "moved": 2, - "*temporaryFileDownloadPath": 2, - "containing": 1, - "inflated": 6, - "comes": 3, - "*temporaryUncompressedDataDownloadPath": 2, - "fails": 2, - "completes": 6, - "occurs": 1, - "Connection": 1, - "failure": 1, - "occurred": 1, - "inspect": 1, - "Username": 2, - "*username": 2, - "*password": 2, - "User": 1, - "Agent": 1, - "*userAgentString": 2, - "Domain": 2, - "*domain": 2, - "*proxyUsername": 2, - "*proxyPassword": 2, - "*proxyDomain": 2, - "Delegate": 2, - "displaying": 2, - "usually": 2, - "supply": 2, - "handle": 4, - "yourself": 4, - "": 2, - "Whether": 1, - "hassle": 1, - "adding": 1, - "apps": 1, - "shouldPresentProxyAuthenticationDialog": 2, - "*proxyCredentials": 2, - "Basic": 2, - "*proxyAuthenticationScheme": 2, - "Realm": 1, - "eg": 2, - "OK": 1, - "etc": 1, - "Description": 1, - "Size": 3, - "partially": 1, - "POST": 2, - "payload": 1, - "Last": 2, - "incrementing": 2, - "prevents": 1, - "inopportune": 1, - "moment": 1, - "Called": 6, - "implemented": 7, - "starts.": 1, - "didStartSelector": 2, - "receives": 3, - "headers.": 1, - "didReceiveResponseHeadersSelector": 2, - "Location": 1, - "shouldRedirect": 3, - "then": 1, - "restart": 1, - "calling": 1, - "redirectToURL": 2, - "simply": 1, - "willRedirectSelector": 2, - "successfully.": 1, - "didFinishSelector": 2, - "fails.": 1, - "didFailSelector": 2, - "data.": 1, - "implement": 1, - "populate": 1, - "didReceiveDataSelector": 2, - "recording": 1, - "something": 1, - "last": 1, - "happened": 1, - "Number": 1, - "seconds": 2, - "wait": 1, - "timing": 1, - "starts": 2, - "*mainRequest": 2, - "indicator": 4, - "according": 2, - "how": 2, - "much": 2, - "Also": 1, - "see": 1, - "comments": 1, - "ASINetworkQueue.h": 1, - "ensure": 1, - "incremented": 4, - "Prevents": 1, - "largely": 1, - "internally": 3, - "reflect": 1, - "PUT": 1, - "operations": 1, - "sizes": 1, - "greater": 1, - "unless": 2, - "been": 1, - "Likely": 1, - "OS": 1, - "X": 1, - "Leopard": 1, - "Text": 1, - "responses": 5, - "Content": 1, - "Type": 1, - "value.": 1, - "Defaults": 2, - "set.": 1, - "Tells": 1, - "delete": 1, - "partial": 2, - "downloads": 1, - "allows": 1, - "existing": 1, - "download.": 1, - "NO.": 1, - "allowResumeForFileDownloads": 2, - "Custom": 1, - "associated": 1, - "*userInfo": 2, - "tag": 2, - "defaults": 2, - "tell": 2, - "loop": 1, - "Incremented": 1, - "every": 3, - "redirects.": 1, - "reaches": 1, - "check": 1, - "secure": 1, - "certificate": 2, - "signed": 1, - "development": 1, - "DO": 1, - "NOT": 1, - "USE": 1, - "IN": 1, - "PRODUCTION": 1, - "*clientCertificates": 2, - "Details": 1, - "could": 1, - "best": 1, - "local": 1, - "*PACurl": 2, - "values": 3, - "above.": 1, - "No": 1, - "yet": 1, - "ASIHTTPRequests": 1, - "avoids": 1, - "extra": 1, - "round": 1, - "trip": 1, - "succeeded": 1, - "which": 1, - "efficient": 1, - "authenticated": 1, - "large": 1, - "bodies": 1, - "slower": 1, - "connections": 3, - "Set": 4, - "affects": 1, - "YES.": 1, - "Credentials": 1, - "never": 1, - "asks": 1, - "hasn": 1, - "doing": 1, - "anything": 1, - "expires": 1, - "yes": 1, - "alive": 1, - "Stores": 1, - "use.": 1, - "particular": 2, - "specify": 2, - "expire": 2, - "connection.": 2, - "These": 1, - "determine": 1, - "whether": 1, - "match": 1, - "An": 2, - "determining": 1, - "available": 1, - "reference": 1, - "one.": 1, - "closed": 1, - "either": 1, - "another": 1, - "fires": 1, - "automatic": 1, - "standard": 1, - "follow": 1, - "behaviour": 2, - "most": 1, - "browsers": 1, - "shouldUseRFC2616RedirectBehaviour": 2, - "record": 1, - "ID": 1, - "uniquely": 1, - "identifies": 1, - "primarily": 1, - "debugging": 1, - "synchronous": 1, - "checks": 1, - "setDefaultCache": 2, - "configure": 2, - "ASICacheDelegate.h": 2, - "storage": 2, - "ASICacheStoragePolicy": 2, - "cacheStoragePolicy": 2, - "pulled": 1, - "secondsToCache": 3, - "interval": 1, - "expiring": 1, - "UIBackgroundTaskIdentifier": 1, - "helper": 1, - "inflate": 2, - "*dataDecompressor": 2, - "Controls": 1, - "without": 1, - "raw": 3, - "discarded": 1, - "normal": 1, - "contents": 1, - "into": 1, - "Setting": 1, - "especially": 1, - "useful": 1, - "users": 1, - "conjunction": 1, - "streaming": 1, - "allow": 1, - "behind": 1, - "scenes": 1, - "https": 1, - "webservers": 1, - "asynchronously": 1, - "reading": 1, - "URLs": 2, - "storing": 1, - "startSynchronous.": 1, - "Currently": 1, - "detection": 2, - "synchronously": 1, - "//block": 12, - "execute": 4, - "handling": 4, - "redirections": 1, - "setStartedBlock": 1, - "aStartedBlock": 1, - "setHeadersReceivedBlock": 1, - "aReceivedBlock": 2, - "setCompletionBlock": 1, - "aCompletionBlock": 1, - "setFailedBlock": 1, - "aFailedBlock": 1, - "setBytesReceivedBlock": 1, - "aBytesReceivedBlock": 1, - "setBytesSentBlock": 1, - "aBytesSentBlock": 1, - "setDownloadSizeIncrementedBlock": 1, - "aDownloadSizeIncrementedBlock": 1, - "setUploadSizeIncrementedBlock": 1, - "anUploadSizeIncrementedBlock": 1, - "setDataReceivedBlock": 1, - "setAuthenticationNeededBlock": 1, - "anAuthenticationBlock": 1, - "setProxyAuthenticationNeededBlock": 1, - "aProxyAuthenticationBlock": 1, - "setRequestRedirectedBlock": 1, - "aRedirectBlock": 1, - "HEADRequest": 1, - "upload/download": 1, - "updateProgressIndicators": 1, - "removeUploadProgressSoFar": 1, - "incrementDownloadSizeBy": 1, - "caller": 1, - "talking": 1, - "requestReceivedResponseHeaders": 1, - "newHeaders": 1, - "retryUsingNewConnection": 1, - "stringEncoding": 1, - "contentType": 1, - "stuff": 1, - "applyCredentials": 1, - "findCredentials": 1, - "retryUsingSuppliedCredentials": 1, - "cancelAuthentication": 1, - "attemptToApplyCredentialsAndResume": 1, - "attemptToApplyProxyCredentialsAndResume": 1, - "showProxyAuthenticationDialog": 1, - "showAuthenticationDialog": 1, - "theUsername": 1, - "thePassword": 1, - "handlers": 1, - "handleBytesAvailable": 1, - "handleStreamComplete": 1, - "handleStreamError": 1, - "cleanup": 1, - "removeTemporaryDownloadFile": 1, - "removeTemporaryUncompressedDownloadFile": 1, - "removeTemporaryUploadFile": 1, - "removeTemporaryCompressedUploadFile": 1, - "removeFileAtPath": 1, - "connectionID": 1, - "expirePersistentConnections": 1, - "setDefaultTimeOutSeconds": 1, - "newTimeOutSeconds": 1, - "client": 1, - "setClientCertificateIdentity": 1, - "anIdentity": 1, - "sessionProxyCredentialsStore": 1, - "sessionCredentialsStore": 1, - "storeProxyAuthenticationCredentialsInSessionStore": 1, - "removeProxyAuthenticationCredentialsFromSessionStore": 1, - "findSessionProxyAuthenticationCredentials": 1, - "savedCredentialsForHost": 1, - "savedCredentialsForProxy": 1, - "removeCredentialsForHost": 1, - "removeCredentialsForProxy": 1, - "setSessionCookies": 1, - "newSessionCookies": 1, - "addSessionCookie": 1, - "NSHTTPCookie": 1, - "newCookie": 1, - "agent": 2, - "defaultUserAgentString": 1, - "setDefaultUserAgentString": 1, - "mime": 1, - "mimeTypeForFileAtPath": 1, - "measurement": 1, - "throttling": 1, - "setMaxBandwidthPerSecond": 1, - "incrementBandwidthUsedInLastSecond": 1, - "setShouldThrottleBandwidthForWWAN": 1, - "throttle": 1, - "throttleBandwidthForWWANUsingLimit": 1, - "limit": 1, - "reachability": 1, - "isNetworkReachableViaWWAN": 1, - "maxUploadReadLength": 1, - "activity": 1, - "isNetworkInUse": 1, - "setShouldUpdateNetworkActivityIndicator": 1, - "shouldUpdate": 1, - "showNetworkActivityIndicator": 1, - "hideNetworkActivityIndicator": 1, - "miscellany": 1, - "base64forData": 1, - "theData": 1, - "expiryDateForRequest": 1, - "maxAge": 2, - "dateFromRFC1123String": 1, - "threading": 1, - "*proxyHost": 1, - "*proxyType": 1, - "*requestHeaders": 1, - "*requestCredentials": 1, - "*rawResponseData": 1, - "*requestMethod": 1, - "*postBody": 1, - "*postBodyFilePath": 1, - "didCreateTemporaryPostDataFile": 1, - "*authenticationScheme": 1, - "shouldPresentAuthenticationDialog": 1, - "haveBuiltRequestHeaders": 1, - "regular": 1, - "TUITableViewStyleGrouped": 1, - "grouped": 1, - "stick": 1, - "TUITableViewScrollPositionMiddle": 1, - "TUITableViewScrollPositionBottom": 1, - "supported": 1, - "TUITableViewInsertionMethodBeforeIndex": 1, - "TUITableViewInsertionMethodAtIndex": 1, - "NSOrderedSame": 1, - "TUITableViewInsertionMethodAfterIndex": 1, - "TUITableViewInsertionMethod": 3, - "@protocol": 3, - "TUITableViewDataSource": 2, - "TUITableViewDelegate": 1, - "": 1, - "TUIScrollViewDelegate": 1, - "@optional": 2, - "subview": 1, - "left/right": 2, - "mouse": 2, - "down": 1, - "up/down": 1, - "didClickRowAtIndexPath": 1, - "withEvent": 2, - "look": 1, - "clickCount": 1, - "TUITableView*": 1, - "TUIFastIndexPath*": 1, - "NSEvent*": 1, - "NSMenu": 1, - "menuForRowAtIndexPath": 1, - "targetIndexPathForMoveFromRowAtIndexPath": 1, - "fromPath": 1, - "toProposedIndexPath": 1, - "proposedPath": 1, - "TUIScrollView": 1, - "_lastSize": 1, - "drag": 1, - "reorder": 1, - "_currentDragToReorderLocation": 1, - "_currentDragToReorderMouseOffset": 1, - "_currentDragToReorderIndexPath": 1, - "_currentDragToReorderInsertionMethod": 1, - "_previousDragToReorderIndexPath": 1, - "_previousDragToReorderInsertionMethod": 1, - "forceSaveScrollPosition": 1, - "derepeaterEnabled": 1, - "layoutSubviewsReentrancyGuard": 1, - "didFirstLayout": 1, - "dataSourceNumberOfSectionsInTableView": 1, - "delegateTableViewWillDisplayCellForRowAtIndexPath": 1, - "_tableFlags": 1, - "creation.": 1, - "calls": 1, - "UITableViewStylePlain": 1, - "unsafe_unretained": 2, - "readwrite": 1, - "order": 1, - "representing": 1, - "selection.": 1, - "*pullDownView": 1, - "": 1, - "@required": 1, - "canMoveRowAtIndexPath": 2, - "moveRowAtIndexPath": 2 - }, - "Objective-C++": { - "#import": 3, - "": 1, - "": 1, - "#if": 10, - "#ifdef": 6, - "OODEBUG": 1, - "#define": 1, - "OODEBUG_SQL": 4, - "#endif": 19, - "OOOODatabase": 1, - "OODB": 1, - ";": 494, - "static": 16, - "NSString": 25, - "*kOOObject": 1, - "@": 28, - "*kOOInsert": 1, - "*kOOUpdate": 1, - "*kOOExecSQL": 1, - "#pragma": 5, - "mark": 5, - "OORecord": 3, - "abstract": 1, - "superclass": 1, - "for": 14, - "records": 1, - "@implementation": 7, - "+": 55, - "(": 612, - "id": 19, - ")": 610, - "record": 18, - "OO_AUTORETURNS": 2, - "{": 151, - "return": 149, - "OO_AUTORELEASE": 3, - "[": 268, - "self": 70, - "alloc": 11, - "]": 266, - "init": 4, - "}": 148, - "insert": 7, - "*record": 4, - "insertWithParent": 1, - "parent": 10, - "OODatabase": 26, - "sharedInstance": 37, - "copyJoinKeysFrom": 1, - "to": 6, - "-": 175, - "delete": 4, - "void": 18, - "update": 4, - "indate": 4, - "upsert": 4, - "int": 36, - "commit": 6, - "rollback": 5, - "setNilValueForKey": 1, - "*": 34, - "key": 2, - "OOReference": 2, - "": 1, - "zeroForNull": 4, - "if": 104, - "NSNumber": 4, - "numberWithInt": 1, - "setValue": 1, - "forKey": 1, - "OOArray": 16, - "": 14, - "select": 21, - "nil": 25, - "intoClass": 11, - "joinFrom": 10, - "cOOString": 15, - "sql": 21, - "selectRecordsRelatedTo": 1, - "class": 14, - "importFrom": 1, - "OOFile": 4, - "&": 21, - "file": 2, - "delimiter": 4, - "delim": 4, - "rows": 2, - "OOMetaData": 21, - "import": 1, - "file.string": 1, - "insertArray": 3, - "BOOL": 11, - "exportTo": 1, - "file.save": 1, - "export": 1, - "bindToView": 1, - "OOView": 2, - "view": 28, - "delegate": 4, - "bindRecord": 1, - "toView": 1, - "updateFromView": 1, - "updateRecord": 1, - "fromView": 3, - "description": 6, - "*metaData": 14, - "metaDataForClass": 3, - "//": 7, - "hack": 1, - "required": 2, - "where": 1, - "contains": 1, - "a": 9, - "field": 1, - "avoid": 1, - "recursion": 1, - "OOStringArray": 6, - "ivars": 5, - "<<": 2, - "metaData": 26, - "encode": 3, - "dictionaryWithValuesForKeys": 3, - "@end": 14, - "OOAdaptor": 6, - "all": 3, - "methods": 1, - "by": 1, - "objsql": 1, - "access": 2, - "database": 12, - "@interface": 6, - "NSObject": 1, - "sqlite3": 1, - "*db": 1, - "sqlite3_stmt": 1, - "*stmt": 1, - "struct": 5, - "_str_link": 5, - "*next": 2, - "char": 9, - "str": 7, - "*strs": 1, - "OO_UNSAFE": 1, - "*owner": 3, - "initPath": 5, - "path": 9, - "prepare": 4, - "bindCols": 5, - "cOOStringArray": 3, - "columns": 7, - "values": 29, - "cOOValueDictionary": 2, - "startingAt": 5, - "pno": 13, - "bindNulls": 8, - "bindResultsIntoInstancesOfClass": 4, - "Class": 9, - "recordClass": 16, - "sqlite_int64": 2, - "lastInsertRowID": 2, - "NSData": 3, - "OOExtras": 9, - "initWithDescription": 1, - "is": 2, - "the": 5, - "low": 1, - "level": 1, - "interface": 1, - "particular": 2, - "": 1, - "sharedInstanceForPath": 2, - "OODocument": 1, - ".path": 1, - "OONil": 1, - "OO_RELEASE": 6, - "exec": 10, - "fmt": 9, - "...": 3, - "va_list": 3, - "argp": 12, - "va_start": 3, - "*sql": 5, - "initWithFormat": 3, - "arguments": 3, - "va_end": 3, - "const": 16, - "objects": 4, - "deleteArray": 2, - "object": 13, - "commitTransaction": 3, - "super": 3, - "adaptor": 1, - "registerSubclassesOf": 1, - "recordSuperClass": 2, - "numClasses": 5, - "objc_getClassList": 2, - "NULL": 4, - "*classes": 2, - "malloc": 2, - "sizeof": 2, - "": 1, - "viewClasses": 4, - "classNames": 4, - "scan": 1, - "registered": 2, - "classes": 12, - "relevant": 1, - "subclasses": 1, - "c": 14, - "<": 5, - "superClass": 5, - "class_getName": 4, - "while": 4, - "class_getSuperclass": 1, - "respondsToSelector": 2, - "@selector": 4, - "ooTableSql": 1, - "else": 11, - "tableMetaDataForClass": 8, - "break": 6, - "delay": 1, - "creation": 1, - "views": 1, - "until": 1, - "after": 1, - "tables": 1, - "": 1, - "in": 9, - "order": 1, - "free": 3, - "Register": 1, - "list": 1, - "of": 2, - "before": 1, - "using": 2, - "them": 2, - "so": 2, - "can": 1, - "determine": 1, - "relationships": 1, - "between": 1, - "registerTableClassesNamed": 1, - "tableClass": 2, - "NSBundle": 1, - "mainBundle": 1, - "classNamed": 1, - "Send": 1, - "any": 2, - "SQL": 1, - "Sql": 1, - "format": 1, - "string": 1, - "escape": 1, - "characters": 3, - "Any": 1, - "results": 3, - "returned": 1, - "are": 1, - "placed": 1, - "as": 1, - "an": 1, - "array": 2, - "dictionary": 1, - "results.": 1, - "*/": 1, - "errcode": 12, - "OOString": 6, - "stringForSql": 2, - "&&": 12, - "*aColumnName": 1, - "**results": 1, - "allKeys": 1, - "objectAtIndex": 1, - "OOValueDictionary": 5, - "joinValues": 4, - "sharedColumns": 5, - "*parentMetaData": 1, - "parentMetaData": 2, - "naturalJoinTo": 1, - "joinableColumns": 1, - "whereClauseFor": 2, - "qualifyNulls": 2, - "NO": 3, - "ooOrderBy": 2, - "OOFormat": 5, - "NSLog": 4, - "*joinValues": 1, - "*adaptor": 7, - "||": 18, - "": 1, - "tablesRelatedByNaturalJoinFrom": 1, - "tablesWithNaturalJoin": 5, - "i": 29, - "**tablesWithNaturalJoin": 1, - "*childMetaData": 1, - "tableMetaDataByClassName": 3, - "prepareSql": 1, - "toTable": 1, - "childMetaData": 1, - "OODictionary": 2, - "": 1, - "tmpResults": 1, - "kOOExecSQL": 1, - "*exec": 2, - "OOWarn": 9, - "errmsg": 5, - "continue": 3, - "OORef": 2, - "": 1, - "*values": 3, - "kOOObject": 3, - "isInsert": 4, - "kOOInsert": 1, - "isUpdate": 5, - "kOOUpdate": 2, - "newValues": 3, - "changedCols": 4, - "*name": 4, - "*newValues": 1, - "name": 9, - "isEqual": 1, - "tableName": 4, - "columns/": 1, - "nchanged": 4, - "*object": 1, - "lastSQL": 4, - "**changedCols": 1, - "quote": 2, - "commaQuote": 2, - "": 1, - "YES": 6, - "commited": 2, - "updateCount": 2, - "transaction": 2, - "updated": 2, - "NSMutableDictionary": 1, - "*d": 1, - "*transaction": 1, - "d": 2, - "": 1, - "#ifndef": 3, - "OO_ARC": 1, - "boxed": 1, - "valueForKey": 1, - "pointerValue": 1, - "setValuesForKeysWithDictionary": 2, - "decode": 2, - "count": 1, - "className": 3, - "createTableSQL": 2, - "*idx": 1, - "indexes": 1, - "idx": 2, - "implements": 1, - "owner": 15, - ".directory": 1, - ".mkdir": 1, - "sqlite3_open": 1, - "db": 8, - "SQLITE_OK": 6, - "*path": 1, - "sqlite3_prepare_v2": 1, - "stmt": 20, - "sqlite3_errmsg": 3, - "bindValue": 2, - "value": 26, - "asParameter": 2, - "OODEBUG_BIND": 1, - "OONull": 3, - "sqlite3_bind_null": 1, - "OOSQL_THREAD_SAFE_BUT_USES_MORE_MEMORY": 1, - "isKindOfClass": 3, - "sqlite3_bind_text": 2, - "UTF8String": 1, - "SQLITE_STATIC": 3, - "#else": 1, - "len": 4, - "lengthOfBytesUsingEncoding": 1, - "NSUTF8StringEncoding": 3, - "*str": 2, - "next": 3, - "strs": 6, - "getCString": 1, - "maxLength": 1, - "encoding": 2, - "sqlite3_bind_blob": 1, - "bytes": 5, - "length": 4, - "*type": 1, - "objCType": 1, - "type": 10, - "switch": 4, - "case": 25, - "sqlite3_bind_int": 1, - "intValue": 3, - "sqlite3_bind_int64": 1, - "longLongValue": 1, - "sqlite3_bind_double": 1, - "doubleValue": 1, - "*columns": 1, - "valuesForNextRow": 2, - "ncols": 2, - "sqlite3_column_count": 1, - "sqlite3_column_name": 1, - "sqlite3_column_type": 2, - "SQLITE_NULL": 1, - "SQLITE_INTEGER": 1, - "initWithLongLong": 1, - "sqlite3_column_int64": 1, - "SQLITE_FLOAT": 1, - "initWithDouble": 1, - "sqlite3_column_double": 1, - "SQLITE_TEXT": 1, - "unsigned": 2, - "*bytes": 2, - "sqlite3_column_text": 1, - "NSMutableString": 1, - "initWithBytes": 2, - "sqlite3_column_bytes": 2, - "SQLITE_BLOB": 1, - "sqlite3_column_blob": 1, - "default": 3, - "out": 4, - "awakeFromDB": 4, - "instancesRespondToSelector": 1, - "sqlite3_step": 1, - "SQLITE_ROW": 1, - "SQLITE_DONE": 1, - "out.alloc": 1, - "sqlite3_changes": 1, - "sqlite3_finalize": 1, - "sqlite3_last_insert_rowid": 1, - "dealloc": 1, - "sqlite3_close": 1, - "OO_DEALLOC": 1, - "instances": 1, - "represent": 1, - "table": 1, - "and": 2, - "it": 2, - "s": 2, - "l": 1, - "C": 1, - "S": 1, - "I": 1, - "L": 1, - "q": 1, - "Q": 1, - "f": 1, - "%": 2, - "_": 2, - "tag": 1, - "A": 2, - "<'>": 1, - "iptr": 4, - "*optr": 1, - "unhex": 2, - "*iptr": 1, - "*16": 1, - "hex": 1, - "initWithBytesNoCopy": 1, - "optr": 1, - "freeWhenDone": 1, - "stringValue": 4, - "charValue": 1, - "shortValue": 1, - "NSArray": 3, - "OOReplace": 2, - "reformat": 4, - "|": 3, - "NSDictionary": 2, - "__IPHONE_OS_VERSION_MIN_REQUIRED": 1, - "UISwitch": 2, - "text": 1, - "self.on": 1, - "#include": 26, - "": 1, - "": 1, - "defined": 1, - "OBJC_API_VERSION": 2, - "inline": 3, - "IMP": 4, - "method_setImplementation": 2, - "Method": 2, - "m": 3, - "oi": 2, - "method_imp": 2, - "namespace": 1, - "WebCore": 1, - "ENABLE": 10, - "DRAG_SUPPORT": 7, - "double": 1, - "EventHandler": 30, - "TextDragDelay": 1, - "RetainPtr": 4, - "": 4, - "currentNSEventSlot": 6, - "DEFINE_STATIC_LOCAL": 1, - "event": 30, - "NSEvent": 21, - "*EventHandler": 2, - "currentNSEvent": 13, - ".get": 1, - "CurrentEventScope": 14, - "WTF_MAKE_NONCOPYABLE": 1, - "public": 1, - "private": 1, - "m_savedCurrentEvent": 3, - "NDEBUG": 2, - "m_event": 3, - "*event": 11, - "ASSERT": 13, - "bool": 26, - "wheelEvent": 5, - "Page*": 7, - "page": 33, - "m_frame": 24, - "false": 40, - "scope": 6, - "PlatformWheelEvent": 2, - "chrome": 8, - "platformPageClient": 4, - "handleWheelEvent": 2, - "wheelEvent.isAccepted": 1, - "PassRefPtr": 2, - "": 1, - "currentKeyboardEvent": 1, - "NSApp": 5, - "currentEvent": 2, - "NSKeyDown": 4, - "PlatformKeyboardEvent": 6, - "platformEvent": 2, - "platformEvent.disambiguateKeyDownEvent": 1, - "RawKeyDown": 1, - "KeyboardEvent": 2, - "create": 3, - "document": 6, - "defaultView": 2, - "NSKeyUp": 3, - "keyEvent": 2, - "BEGIN_BLOCK_OBJC_EXCEPTIONS": 13, - "END_BLOCK_OBJC_EXCEPTIONS": 13, - "focusDocumentView": 1, - "FrameView*": 7, - "frameView": 4, - "NSView": 14, - "*documentView": 1, - "documentView": 2, - "focusNSView": 1, - "focusController": 1, - "setFocusedFrame": 1, - "passWidgetMouseDownEventToWidget": 3, - "MouseEventWithHitTestResults": 7, - "RenderObject*": 2, - "target": 6, - "targetNode": 3, - "renderer": 7, - "isWidget": 2, - "passMouseDownEventToWidget": 3, - "toRenderWidget": 3, - "widget": 18, - "RenderWidget*": 1, - "renderWidget": 2, - "lastEventIsMouseUp": 2, - "*currentEventAfterHandlingMouseDown": 1, - "currentEventAfterHandlingMouseDown": 3, - "NSLeftMouseUp": 3, - "timestamp": 8, - "Widget*": 3, - "pWidget": 2, - "RefPtr": 1, - "": 1, - "LOG_ERROR": 1, - "true": 29, - "platformWidget": 6, - "*nodeView": 1, - "nodeView": 9, - "superview": 5, - "*view": 4, - "hitTest": 2, - "convertPoint": 2, - "locationInWindow": 4, - "client": 3, - "firstResponder": 1, - "clickCount": 8, - "<=>": 1, - "1": 1, - "acceptsFirstResponder": 1, - "needsPanelToBecomeKey": 1, - "makeFirstResponder": 1, - "wasDeferringLoading": 3, - "defersLoading": 1, - "setDefersLoading": 2, - "m_sendingEventToSubview": 24, - "*outerView": 1, - "getOuterView": 1, - "beforeMouseDown": 1, - "outerView": 2, - "widget.get": 2, - "mouseDown": 2, - "afterMouseDown": 1, - "m_mouseDownView": 5, - "m_mouseDownWasInSubframe": 7, - "m_mousePressed": 2, - "findViewInSubviews": 3, - "*superview": 1, - "*target": 1, - "NSEnumerator": 1, - "*e": 1, - "subviews": 1, - "objectEnumerator": 1, - "*subview": 1, - "subview": 3, - "e": 1, - "nextObject": 1, - "mouseDownViewIfStillGood": 3, - "*mouseDownView": 1, - "mouseDownView": 3, - "topFrameView": 3, - "*topView": 1, - "topView": 2, - "eventLoopHandleMouseDragged": 1, - "mouseDragged": 2, - "eventLoopHandleMouseUp": 1, - "mouseUp": 2, - "passSubframeEventToSubframe": 4, - "Frame*": 5, - "subframe": 13, - "HitTestResult*": 2, - "hoveredNode": 5, - "NSLeftMouseDragged": 1, - "NSOtherMouseDragged": 1, - "NSRightMouseDragged": 1, - "dragController": 1, - "didInitiateDrag": 1, - "NSMouseMoved": 2, - "eventHandler": 6, - "handleMouseMoveEvent": 3, - "currentPlatformMouseEvent": 8, - "NSLeftMouseDown": 3, - "Node*": 1, - "node": 3, - "isFrameView": 2, - "handleMouseReleaseEvent": 3, - "originalNSScrollViewScrollWheel": 4, - "_nsScrollViewScrollWheelShouldRetainSelf": 3, - "selfRetainingNSScrollViewScrollWheel": 3, - "NSScrollView": 2, - "SEL": 2, - "nsScrollViewScrollWheelShouldRetainSelf": 2, - "isMainThread": 3, - "setNSScrollViewScrollWheelShouldRetainSelf": 3, - "shouldRetain": 2, - "method": 2, - "class_getInstanceMethod": 1, - "objc_getRequiredClass": 1, - "scrollWheel": 2, - "reinterpret_cast": 1, - "": 1, - "*self": 1, - "selector": 2, - "shouldRetainSelf": 3, - "retain": 1, - "release": 1, - "passWheelEventToWidget": 1, - "NSView*": 1, - "static_cast": 1, - "": 1, - "frame": 3, - "NSScrollWheel": 1, - "v": 6, - "loader": 1, - "resetMultipleFormSubmissionProtection": 1, - "handleMousePressEvent": 2, - "handleMouseDoubleClickEvent": 1, - "sendFakeEventsAfterWidgetTracking": 1, - "*initiatingEvent": 1, - "eventType": 5, - "initiatingEvent": 22, - "*fakeEvent": 1, - "fakeEvent": 6, - "mouseEventWithType": 2, - "location": 3, - "modifierFlags": 6, - "windowNumber": 6, - "context": 6, - "eventNumber": 3, - "pressure": 3, - "postEvent": 3, - "atStart": 3, - "keyEventWithType": 1, - "charactersIgnoringModifiers": 2, - "isARepeat": 2, - "keyCode": 2, - "window": 1, - "convertScreenToBase": 1, - "mouseLocation": 1, - "mouseMoved": 2, - "frameHasPlatformWidget": 4, - "passMousePressEventToSubframe": 1, - "mev": 6, - "mev.event": 3, - "passMouseMoveEventToSubframe": 1, - "m_mouseDownMayStartDrag": 1, - "passMouseReleaseEventToSubframe": 1, - "PlatformMouseEvent": 5, - "*windowView": 1, - "windowView": 2, - "CONTEXT_MENUS": 2, - "sendContextMenuEvent": 2, - "eventMayStartDrag": 2, - "eventActivatedView": 1, - "m_activationEventNumber": 1, - "event.eventNumber": 1, - "": 1, - "createDraggingClipboard": 1, - "NSPasteboard": 2, - "*pasteboard": 1, - "pasteboardWithName": 1, - "NSDragPboard": 1, - "pasteboard": 2, - "declareTypes": 1, - "ClipboardMac": 1, - "Clipboard": 1, - "DragAndDrop": 1, - "ClipboardWritable": 1, - "tabsToAllFormControls": 1, - "KeyboardEvent*": 1, - "KeyboardUIMode": 1, - "keyboardUIMode": 5, - "handlingOptionTab": 4, - "isKeyboardOptionTab": 1, - "KeyboardAccessTabsToLinks": 2, - "KeyboardAccessFull": 1, - "needsKeyboardEventDisambiguationQuirks": 2, - "Document*": 1, - "applicationIsSafari": 1, - "url": 2, - ".protocolIs": 2, - "Settings*": 1, - "settings": 5, - "DASHBOARD_SUPPORT": 1, - "usesDashboardBackwardCompatibilityMode": 1, - "accessKeyModifiers": 1, - "AXObjectCache": 1, - "accessibilityEnhancedUserInterfaceEnabled": 1, - "CtrlKey": 2, - "AltKey": 1 - }, - "Omgrofl": { - "lol": 14, - "iz": 11, - "wtf": 1, - "liek": 1, - "lmao": 1, - "brb": 1, - "w00t": 1, - "Hello": 1, - "World": 1, - "rofl": 13, - "lool": 5, - "loool": 6, - "stfu": 1 - }, - "Opa": { - "Server.start": 1, - "(": 4, - "Server.http": 1, - "{": 2, - "page": 1, - "function": 1, - ")": 4, - "

": 2, - "Hello": 2, - "world": 2, - "

": 2, - "}": 2, - "title": 1, - "server": 1, - "Server.one_page_server": 1, - "-": 1 - }, - "Opal": { - "-": 4, - "Deepak": 1, - "Chopra": 1, - "nonsense": 1, - "text": 1, - "generator": 1, - "see": 1, - "https": 1, - "//github.com/StoneCypher/DeepakChopra_Opal/": 1, - "starts": 1, - "[": 4, - "]": 4, - "middles": 1, - "qualifiers": 1, - "finishes": 1, - "alert": 1, - "starts.sample": 1, - "+": 3, - "middles.sample": 1, - "qualifiers.sample": 1, - "finishes.sample": 1 - }, - "OpenCL": { - "double": 3, - "run_fftw": 1, - "(": 18, - "int": 3, - "n": 4, - "const": 4, - "float": 3, - "*": 5, - "x": 5, - "y": 4, - ")": 18, - "{": 4, - "fftwf_plan": 1, - "p1": 3, - "fftwf_plan_dft_1d": 1, - "fftwf_complex": 2, - "FFTW_FORWARD": 1, - "FFTW_ESTIMATE": 1, - ";": 12, - "nops": 3, - "t": 4, - "cl": 2, - "realTime": 2, - "for": 1, - "op": 3, - "<": 1, - "+": 4, - "fftwf_execute": 1, - "}": 4, - "-": 1, - "/": 1, - "fftwf_destroy_plan": 1, - "return": 1, - "typedef": 1, - "foo_t": 3, - "#ifndef": 1, - "ZERO": 3, - "#define": 2, - "#endif": 1, - "FOO": 1, - "__kernel": 1, - "void": 1, - "foo": 1, - "__global": 1, - "__local": 1, - "uint": 1, - "barrier": 1, - "CLK_LOCAL_MEM_FENCE": 1, - "if": 1, - "*x": 1 - }, - "OpenEdge ABL": { - "USING": 3, - "Progress.Lang.*.": 3, - "CLASS": 2, - "email.Email": 2, - "USE": 2, - "-": 73, - "WIDGET": 2, - "POOL": 2, - "&": 3, - "SCOPED": 1, - "DEFINE": 16, - "QUOTES": 1, - "@#": 1, - "%": 2, - "*": 2, - "+": 21, - "._MIME_BOUNDARY_.": 1, - "#@": 1, - "WIN": 1, - "From": 4, - "To": 8, - "CC": 2, - "BCC": 2, - "Personal": 1, - "Private": 1, - "Company": 2, - "confidential": 2, - "normal": 1, - "urgent": 2, - "non": 1, - "Cannot": 3, - "locate": 3, - "file": 6, - "in": 3, - "the": 3, - "filesystem": 3, - "R": 3, - "File": 3, - "exists": 3, - "but": 3, - "is": 3, - "not": 3, - "readable": 3, - "Error": 3, - "copying": 3, - "from": 3, - "<\">": 8, - "ttSenders": 2, - "cEmailAddress": 8, - "n": 13, - "ttToRecipients": 1, - "Reply": 3, - "ttReplyToRecipients": 1, - "Cc": 2, - "ttCCRecipients": 1, - "Bcc": 2, - "ttBCCRecipients": 1, - "Return": 1, - "Receipt": 1, - "ttDeliveryReceiptRecipients": 1, - "Disposition": 3, - "Notification": 1, - "ttReadReceiptRecipients": 1, - "Subject": 2, - "Importance": 3, - "H": 1, - "High": 1, - "L": 1, - "Low": 1, - "Sensitivity": 2, - "Priority": 2, - "Date": 4, - "By": 1, - "Expiry": 2, - "Mime": 1, - "Version": 1, - "Content": 10, - "Type": 4, - "multipart/mixed": 1, - ";": 5, - "boundary": 1, - "text/plain": 2, - "charset": 2, - "Transfer": 4, - "Encoding": 4, - "base64": 2, - "bit": 2, - "application/octet": 1, - "stream": 1, - "attachment": 2, - "filename": 2, - "ttAttachments.cFileName": 2, - "cNewLine.": 1, - "RETURN": 7, - "lcReturnData.": 1, - "END": 12, - "METHOD.": 6, - "METHOD": 6, - "PUBLIC": 6, - "CHARACTER": 9, - "send": 1, - "(": 44, - ")": 44, - "objSendEmailAlgorithm": 1, - "sendEmail": 2, - "INPUT": 11, - "THIS": 1, - "OBJECT": 2, - ".": 14, - "CLASS.": 2, - "INTERFACE": 1, - "email.SendEmailAlgorithm": 1, - "ipobjEmail": 1, - "AS": 21, - "INTERFACE.": 1, - "email.Util": 1, - "FINAL": 1, - "PRIVATE": 1, - "STATIC": 5, - "VARIABLE": 12, - "cMonthMap": 2, - "EXTENT": 1, - "INITIAL": 1, - "[": 2, - "]": 2, - "ABLDateTimeToEmail": 3, - "ipdttzDateTime": 6, - "DATETIME": 3, - "TZ": 2, - "STRING": 7, - "DAY": 1, - "MONTH": 1, - "YEAR": 1, - "INTEGER": 6, - "TRUNCATE": 2, - "MTIME": 1, - "/": 2, - "ABLTimeZoneToString": 2, - "TIMEZONE": 1, - "ipdtDateTime": 2, - "ipiTimeZone": 3, - "ABSOLUTE": 1, - "MODULO": 1, - "LONGCHAR": 4, - "ConvertDataToBase64": 1, - "iplcNonEncodedData": 2, - "lcPreBase64Data": 4, - "NO": 13, - "UNDO.": 12, - "lcPostBase64Data": 3, - "mptrPostBase64Data": 3, - "MEMPTR": 2, - "i": 3, - "COPY": 1, - "LOB": 1, - "FROM": 1, - "TO": 2, - "mptrPostBase64Data.": 1, - "BASE64": 1, - "ENCODE": 1, - "SET": 5, - "SIZE": 5, - "DO": 2, - "LENGTH": 3, - "BY": 1, - "ASSIGN": 2, - "SUBSTRING": 1, - "CHR": 2, - "END.": 2, - "lcPostBase64Data.": 1, - "PARAMETER": 3, - "objSendEmailAlg": 2, - "email.SendEmailSocket": 1, - "vbuffer": 9, - "vstatus": 1, - "LOGICAL": 1, - "vState": 2, - "vstate": 1, - "FUNCTION": 1, - "getHostname": 1, - "RETURNS": 1, - "cHostname": 1, - "THROUGH": 1, - "hostname": 1, - "ECHO.": 1, - "IMPORT": 1, - "UNFORMATTED": 1, - "cHostname.": 2, - "CLOSE.": 1, - "FUNCTION.": 1, - "PROCEDURE": 2, - "newState": 2, - "INTEGER.": 1, - "pstring": 4, - "CHARACTER.": 1, - "newState.": 1, - "IF": 2, - "THEN": 2, - "RETURN.": 1, - "PUT": 1, - "pstring.": 1, - "SELF": 4, - "WRITE": 1, - "PROCEDURE.": 2, - "ReadSocketResponse": 1, - "vlength": 5, - "str": 3, - "v": 1, - "MESSAGE": 2, - "GET": 3, - "BYTES": 2, - "AVAILABLE": 2, - "VIEW": 1, - "ALERT": 1, - "BOX.": 1, - "READ": 1, - "handleResponse": 1 - }, - "OpenSCAD": { - "fn": 1, - ";": 6, - "difference": 1, - "(": 11, - ")": 11, - "{": 2, - "union": 1, - "translate": 4, - "[": 5, - "]": 5, - "cube": 1, - "center": 3, - "true": 3, - "cylinder": 2, - "h": 2, - "r1": 1, - "r2": 1, - "sphere": 2, - "r": 3, - "}": 2 - }, - "Org": { - "#": 13, - "+": 13, - "OPTIONS": 1, - "H": 1, - "num": 1, - "nil": 4, - "toc": 2, - "n": 1, - "@": 1, - "t": 10, - "|": 4, - "-": 30, - "f": 2, - "*": 3, - "TeX": 1, - "LaTeX": 1, - "skip": 1, - "d": 2, - "(": 11, - "HIDE": 1, - ")": 11, - "tags": 2, - "not": 1, - "in": 2, - "STARTUP": 1, - "align": 1, - "fold": 1, - "nodlcheck": 1, - "hidestars": 1, - "oddeven": 1, - "lognotestate": 1, - "SEQ_TODO": 1, - "TODO": 1, - "INPROGRESS": 1, - "i": 1, - "WAITING": 1, - "w@": 1, - "DONE": 1, - "CANCELED": 1, - "c@": 1, - "TAGS": 1, - "Write": 1, - "w": 1, - "Update": 1, - "u": 1, - "Fix": 1, - "Check": 1, - "c": 1, - "TITLE": 1, - "org": 10, - "ruby": 6, - "AUTHOR": 1, - "Brian": 1, - "Dewey": 1, - "EMAIL": 1, - "bdewey@gmail.com": 1, - "LANGUAGE": 1, - "en": 1, - "PRIORITIES": 1, - "A": 1, - "C": 1, - "B": 1, - "CATEGORY": 1, - "worg": 1, - "{": 1, - "Back": 1, - "to": 8, - "Worg": 1, - "rubygems": 2, - "ve": 1, - "already": 1, - "created": 1, - "a": 4, - "site.": 1, - "Make": 1, - "sure": 1, - "you": 2, - "have": 1, - "installed": 1, - "sudo": 1, - "gem": 1, - "install": 1, - ".": 1, - "You": 1, - "need": 1, - "register": 1, - "new": 2, - "Webby": 3, - "filter": 3, - "handle": 1, - "mode": 2, - "content.": 2, - "makes": 1, - "this": 2, - "easy.": 1, - "In": 1, - "the": 6, - "lib/": 1, - "folder": 1, - "of": 2, - "your": 2, - "site": 1, - "create": 1, - "file": 1, - "orgmode.rb": 1, - "BEGIN_EXAMPLE": 2, - "require": 1, - "Filters.register": 1, - "do": 2, - "input": 3, - "Orgmode": 2, - "Parser.new": 1, - ".to_html": 1, - "end": 1, - "END_EXAMPLE": 1, - "This": 2, - "code": 1, - "creates": 1, - "that": 1, - "will": 1, - "use": 1, - "parser": 1, - "translate": 1, - "into": 1, - "HTML.": 1, - "Create": 1, - "For": 1, - "example": 1, - "title": 2, - "Parser": 1, - "created_at": 1, - "status": 2, - "Under": 1, - "development": 1, - "erb": 1, - "orgmode": 3, - "<%=>": 2, - "page": 2, - "Status": 1, - "Description": 1, - "Helpful": 1, - "Ruby": 1, - "routines": 1, - "for": 3, - "parsing": 1, - "files.": 1, - "The": 3, - "most": 1, - "significant": 1, - "thing": 2, - "library": 1, - "does": 1, - "today": 1, - "is": 5, - "convert": 1, - "files": 1, - "textile.": 1, - "Currently": 1, - "cannot": 1, - "much": 1, - "customize": 1, - "conversion.": 1, - "supplied": 1, - "textile": 1, - "conversion": 1, - "optimized": 1, - "extracting": 1, - "from": 1, - "orgfile": 1, - "as": 1, - "opposed": 1, - "History": 1, - "**": 1, - "Version": 1, - "first": 1, - "output": 2, - "HTML": 2, - "gets": 1, - "class": 1, - "now": 1, - "indented": 1, - "Proper": 1, - "support": 1, - "multi": 1, - "paragraph": 2, - "list": 1, - "items.": 1, - "See": 1, - "part": 1, - "last": 1, - "bullet.": 1, - "Fixed": 1, - "bugs": 1, - "wouldn": 1, - "s": 1, - "all": 1, - "there": 1, - "it": 1 - }, - "Ox": { - "nldge": 1, - "ParticleLogLikeli": 1, - "(": 119, - ")": 119, - "{": 22, - "decl": 3, - "it": 5, - "ip": 1, - "mss": 3, - "mbas": 1, - "ms": 8, - "my": 4, - "mx": 7, - "vw": 7, - "vwi": 4, - "dws": 3, - "mhi": 3, - "mhdet": 2, - "loglikeli": 4, - "mData": 4, - "vxm": 1, - "vxs": 1, - "mxm": 1, - "<": 4, - "mxsu": 1, - "mxsl": 1, - "time": 2, - "timeall": 1, - "timeran": 1, - "timelik": 1, - "timefun": 1, - "timeint": 1, - "timeres": 1, - ";": 91, - "GetData": 1, - "m_asY": 1, - "sqrt": 1, - "*M_PI": 1, - "m_cY": 1, - "*": 5, - "determinant": 2, - "m_mMSbE.": 2, - "//": 17, - "covariance": 2, - "invert": 2, - "of": 2, - "measurement": 1, - "shocks": 1, - "m_vSss": 1, - "+": 14, - "zeros": 4, - "m_cPar": 4, - "m_cS": 1, - "start": 1, - "particles": 2, - "m_vXss": 1, - "m_cX": 1, - "steady": 1, - "state": 3, - "and": 1, - "policy": 2, - "init": 1, - "likelihood": 1, - "//timeall": 1, - "timer": 3, - "for": 2, - "sizer": 1, - "rann": 1, - "m_cSS": 1, - "m_mSSbE": 1, - "noise": 1, - "fg": 1, - "&": 2, - "transition": 1, - "prior": 1, - "as": 1, - "proposal": 1, - "m_oApprox.FastInterpolate": 1, - "interpolate": 1, - "fy": 1, - "m_cMS": 1, - "evaluate": 1, - "importance": 1, - "weights": 2, - "-": 31, - "[": 25, - "]": 25, - "observation": 1, - "error": 1, - "exp": 2, - "outer": 1, - "/mhdet": 2, - "sumr": 1, - "my*mhi": 1, - ".*my": 1, - ".": 3, - ".NaN": 1, - "no": 2, - "can": 1, - "happen": 1, - "extrem": 1, - "sumc": 1, - "if": 5, - "return": 10, - ".Inf": 2, - "or": 1, - "extremely": 1, - "wrong": 1, - "parameters": 1, - "log": 2, - "dws/m_cPar": 1, - "loglikelihood": 1, - "contribution": 1, - "//timelik": 1, - "/100": 1, - "//time": 1, - "resample": 1, - "vw/dws": 1, - "selection": 1, - "step": 1, - "in": 1, - "c": 1, - "on": 1, - "normalized": 1, - "}": 22, - "#include": 2, - "ParallelObjective": 1, - "obj": 18, - "DONOTUSECLIENT": 2, - "isclass": 1, - "obj.p2p": 2, - "oxwarning": 1, - "obj.L": 1, - "new": 19, - "P2P": 2, - "ObjClient": 4, - "ObjServer": 7, - "this.obj": 2, - "Execute": 4, - "basetag": 2, - "STOP_TAG": 1, - "iml": 1, - "obj.NvfuncTerms": 2, - "Nparams": 6, - "obj.nstruct": 2, - "Loop": 2, - "nxtmsgsz": 2, - "//free": 1, - "param": 1, - "length": 1, - "is": 1, - "greater": 1, - "than": 1, - "Volume": 3, - "QUIET": 2, - "println": 2, - "ID": 2, - "Server": 1, - "Recv": 1, - "ANY_TAG": 1, - "//receive": 1, - "the": 1, - "ending": 1, - "parameter": 1, - "vector": 1, - "Encode": 3, - "Buffer": 8, - "//encode": 1, - "it.": 1, - "Decode": 1, - "obj.nfree": 1, - "obj.cur.V": 1, - "vfunc": 2, - "CstrServer": 3, - "SepServer": 3, - "Lagrangian": 1, - "rows": 1, - "obj.cur": 1, - "Vec": 1, - "obj.Kvar.v": 1, - "imod": 1, - "Tag": 1, - "obj.K": 1, - "TRUE": 1, - "obj.Kvar": 1, - "PDF": 1, - "Kapital": 4, - "L": 2, - "const": 4, - "N": 5, - "entrant": 8, - "exit": 2, - "KP": 14, - "StateVariable": 1, - "this.entrant": 1, - "this.exit": 1, - "this.KP": 1, - "actual": 2, - "Kbar*vals/": 1, - "upper": 3, - "Transit": 1, - "FeasA": 2, - "ent": 5, - "CV": 7, - "stayout": 3, - "exit.pos": 1, - "tprob": 5, - "sigu": 2, - "SigU": 2, - "v": 2, - "&&": 1, - "<0>": 1, - "ones": 1, - "probn": 2, - "Kbe": 2, - "/sigu": 1, - "Kb0": 2, - "Kb2": 2, - "*upper": 1, - "/": 1, - "vals": 1, - "tprob.*": 1, - ".*stayout": 1, - "FirmEntry": 6, - "Run": 1, - "Initialize": 3, - "GenerateSample": 2, - "BDP": 2, - "BayesianDP": 1, - "Rust": 1, - "Reachable": 2, - "sige": 2, - "StDeviations": 1, - "<0.3,0.3>": 1, - "LaggedAction": 1, - "d": 2, - "array": 1, - "Kparams": 1, - "Positive": 4, - "Free": 1, - "Kb1": 1, - "Determined": 1, - "EndogenousStates": 1, - "K": 3, - "KN": 1, - "SetDelta": 1, - "Probability": 1, - "kcoef": 3, - "ecost": 3, - "Negative": 1, - "CreateSpaces": 1, - "LOUD": 1, - "EM": 4, - "ValueIteration": 1, - "Solve": 1, - "data": 4, - "DataSet": 1, - "Simulate": 1, - "DataN": 1, - "DataT": 1, - "FALSE": 1, - "Print": 1, - "ImaiJainChing": 1, - "delta": 1, - "*CV": 2, - "Utility": 1, - "u": 2, - "ent*CV": 1, - "*AV": 1, - "|": 1 - }, - "Oxygene": { - "": 1, - "DefaultTargets=": 1, - "xmlns=": 1, - "": 3, - "": 1, - "Loops": 2, - "": 1, - "": 1, - "exe": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "False": 4, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "Properties": 1, - "App.ico": 1, - "": 1, - "": 1, - "Condition=": 3, - "Release": 2, - "": 1, - "": 1, - "{": 1, - "BD89C": 1, - "-": 4, - "B610": 1, - "CEE": 1, - "CAF": 1, - "C515D88E2C94": 1, - "}": 1, - "": 1, - "": 3, - "": 1, - "DEBUG": 1, - ";": 2, - "TRACE": 1, - "": 1, - "": 2, - ".": 2, - "bin": 2, - "Debug": 1, - "": 2, - "": 1, - "True": 3, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "Project=": 1, - "": 2, - "": 5, - "Include=": 12, - "": 5, - "(": 5, - "Framework": 5, - ")": 5, - "mscorlib.dll": 1, - "": 5, - "": 5, - "System.dll": 1, - "ProgramFiles": 1, - "Reference": 1, - "Assemblies": 1, - "Microsoft": 1, - "v3.5": 1, - "System.Core.dll": 1, - "": 1, - "": 1, - "System.Data.dll": 1, - "System.Xml.dll": 1, - "": 2, - "": 4, - "": 1, - "": 1, - "": 2, - "ResXFileCodeGenerator": 1, - "": 2, - "": 1, - "": 1, - "SettingsSingleFileGenerator": 1, - "": 1, - "": 1 - }, - "Oz": { - "%": 1, - "declare": 1, - "fun": 5, - "{": 10, - "Sum": 2, - "N": 12, - "}": 10, - "local": 3, - "SumAux": 3, - "in": 4, - "Acc": 7, - "if": 3, - "then": 4, - "else": 3, - "-": 2, - "end": 12, - "Prime": 1, - "PrimeAcc": 4, - "(": 4, - ")": 4, - "false": 2, - "elseif": 1, - "true": 1, - "mod": 1, - "div": 1, - "Reverse": 1, - "L": 2, - "RevList": 3, - "NewCell": 1, - "nil": 1, - "for": 1, - "E": 2, - "do": 1, - "|": 1, - "@RevList": 2 - }, - "PAWN": { - "//": 22, - "-": 1551, - "#include": 5, - "": 1, - "": 1, - "": 1, - "#pragma": 1, - "tabsize": 1, - "#define": 5, - "COLOR_WHITE": 2, - "xFFFFFFFF": 2, - "COLOR_NORMAL_PLAYER": 3, - "xFFBB7777": 1, - "CITY_LOS_SANTOS": 7, - "CITY_SAN_FIERRO": 4, - "CITY_LAS_VENTURAS": 6, - "new": 13, - "total_vehicles_from_files": 19, - ";": 257, - "gPlayerCitySelection": 21, - "[": 56, - "MAX_PLAYERS": 3, - "]": 56, - "gPlayerHasCitySelected": 6, - "gPlayerLastCitySelectionTick": 5, - "Text": 5, - "txtClassSelHelper": 14, - "txtLosSantos": 7, - "txtSanFierro": 7, - "txtLasVenturas": 7, - "thisanimid": 1, - "lastanimid": 1, - "main": 1, - "(": 273, - ")": 273, - "{": 39, - "print": 3, - "}": 39, - "public": 6, - "OnPlayerConnect": 1, - "playerid": 132, - "GameTextForPlayer": 1, - "SendClientMessage": 1, - "GetTickCount": 4, - "//SetPlayerColor": 2, - "//Kick": 1, - "return": 17, - "OnPlayerSpawn": 1, - "if": 28, - "IsPlayerNPC": 3, - "randSpawn": 16, - "SetPlayerInterior": 7, - "TogglePlayerClock": 2, - "ResetPlayerMoney": 3, - "GivePlayerMoney": 2, - "random": 3, - "sizeof": 3, - "gRandomSpawns_LosSantos": 5, - "SetPlayerPos": 6, - "SetPlayerFacingAngle": 6, - "else": 9, - "gRandomSpawns_SanFierro": 5, - "gRandomSpawns_LasVenturas": 5, - "SetPlayerSkillLevel": 11, - "WEAPONSKILL_PISTOL": 1, - "WEAPONSKILL_PISTOL_SILENCED": 1, - "WEAPONSKILL_DESERT_EAGLE": 1, - "WEAPONSKILL_SHOTGUN": 1, - "WEAPONSKILL_SAWNOFF_SHOTGUN": 1, - "WEAPONSKILL_SPAS12_SHOTGUN": 1, - "WEAPONSKILL_MICRO_UZI": 1, - "WEAPONSKILL_MP5": 1, - "WEAPONSKILL_AK47": 1, - "WEAPONSKILL_M4": 1, - "WEAPONSKILL_SNIPERRIFLE": 1, - "GivePlayerWeapon": 1, - "WEAPON_COLT45": 1, - "//GivePlayerWeapon": 1, - "WEAPON_MP5": 1, - "OnPlayerDeath": 1, - "killerid": 3, - "reason": 1, - "playercash": 4, - "INVALID_PLAYER_ID": 1, - "GetPlayerMoney": 1, - "ClassSel_SetupCharSelection": 2, - "SetPlayerCameraPos": 6, - "SetPlayerCameraLookAt": 6, - "ClassSel_InitCityNameText": 4, - "txtInit": 7, - "TextDrawUseBox": 2, - "TextDrawLetterSize": 2, - "TextDrawFont": 2, - "TextDrawSetShadow": 2, - "TextDrawSetOutline": 2, - "TextDrawColor": 2, - "xEEEEEEFF": 1, - "TextDrawBackgroundColor": 2, - "FF": 2, - "ClassSel_InitTextDraws": 2, - "TextDrawCreate": 4, - "TextDrawBoxColor": 1, - "BB": 1, - "TextDrawTextSize": 1, - "ClassSel_SetupSelectedCity": 3, - "TextDrawShowForPlayer": 4, - "TextDrawHideForPlayer": 10, - "ClassSel_SwitchToNextCity": 3, - "+": 19, - "PlayerPlaySound": 2, - "ClassSel_SwitchToPreviousCity": 2, - "<": 3, - "ClassSel_HandleCitySelection": 2, - "Keys": 3, - "ud": 2, - "lr": 4, - "GetPlayerKeys": 1, - "&": 1, - "KEY_FIRE": 1, - "TogglePlayerSpectating": 2, - "OnPlayerRequestClass": 1, - "classid": 1, - "GetPlayerState": 2, - "PLAYER_STATE_SPECTATING": 2, - "OnGameModeInit": 1, - "SetGameModeText": 1, - "ShowPlayerMarkers": 1, - "PLAYER_MARKERS_MODE_GLOBAL": 1, - "ShowNameTags": 1, - "SetNameTagDrawDistance": 1, - "EnableStuntBonusForAll": 1, - "DisableInteriorEnterExits": 1, - "SetWeather": 1, - "SetWorldTime": 1, - "//UsePlayerPedAnims": 1, - "//ManualVehicleEngineAndLights": 1, - "//LimitGlobalChatRadius": 1, - "AddPlayerClass": 69, - "//AddPlayerClass": 1, - "LoadStaticVehiclesFromFile": 17, - "printf": 1, - "OnPlayerUpdate": 1, - "IsPlayerConnected": 1, - "&&": 2, - "GetPlayerInterior": 1, - "GetPlayerWeapon": 2, - "SetPlayerArmedWeapon": 1, - "fists": 1, - "no": 1, - "syncing": 1, - "until": 1, - "they": 1, - "change": 1, - "their": 1, - "weapon": 1, - "WEAPON_MINIGUN": 1, - "Kick": 1 - }, - "PHP": { - "": 4, - "echo": 3, - "_SERVER": 1, - "_GET": 1, - "var": 1, - "SHEBANG#!php": 4, - "": 1, - "aMenuLinks": 1, - "Array": 13, - "Blog": 1, - "SITE_DIR": 4, - "Photos": 1, - "photo": 1, - "About": 1, - "me": 1, - "about": 1, - "php": 14, - "Contact": 1, - "contacts": 1, - "<": 11, - ";": 1383, - "namespace": 28, - "Symfony": 24, - "Component": 24, - "DomCrawler": 5, - "use": 23, - "Field": 9, - "FormField": 3, - "class": 21, - "Form": 4, - "extends": 3, - "Link": 3, - "implements": 3, - "ArrayAccess": 1, - "{": 974, - "private": 24, - "button": 6, - "fields": 60, - "public": 202, - "function": 205, - "__construct": 8, - "(": 2416, - "DOMNode": 3, - "node": 42, - "currentUri": 7, - "method": 31, - "null": 164, - ")": 2417, - "parent": 14, - "this": 928, - "-": 1271, - "initialize": 2, - "}": 972, - "getFormNode": 1, - "return": 305, - "setValues": 2, - "array": 296, - "values": 53, - "foreach": 94, - "as": 96, - "name": 181, - "value": 53, - "set": 26, - "getValues": 3, - "all": 11, - "field": 88, - "if": 450, - "isDisabled": 2, - "continue": 7, - "instanceof": 8, - "FileFormField": 3, - "&&": 119, - "hasValue": 1, - "[": 672, - "]": 672, - "getValue": 2, - "getFiles": 3, - "in_array": 26, - "getMethod": 6, - "files": 7, - "getPhpValues": 2, - "qs": 4, - "http_build_query": 3, - "parse_str": 2, - "getPhpFiles": 2, - "getUri": 8, - "uri": 23, - "queryString": 2, - "sep": 1, - "false": 154, - "strpos": 15, - ".": 169, - "sep.": 1, - "protected": 59, - "getRawUri": 1, - "getAttribute": 10, - "strtoupper": 3, - "has": 7, - "remove": 4, - "get": 12, - "add": 7, - "offsetExists": 1, - "offsetGet": 1, - "offsetSet": 1, - "offsetUnset": 1, - "setNode": 1, - "nodeName": 13, - "||": 52, - "do": 2, - "parentNode": 1, - "throw": 19, - "new": 74, - "LogicException": 4, - "while": 6, - "elseif": 31, - "sprintf": 27, - "FormFieldRegistry": 2, - "document": 6, - "DOMDocument": 2, - "importNode": 3, - "true": 133, - "root": 4, - "appendChild": 10, - "createElement": 6, - "xpath": 2, - "DOMXPath": 1, - "query": 102, - "hasAttribute": 1, - "InputFormField": 2, - "ChoiceFormField": 2, - "addChoice": 1, - "else": 70, - "TextareaFormField": 1, - "base": 8, - "segments": 13, - "getSegments": 4, - "getName": 14, - "target": 20, - "&": 19, - "is_array": 37, - "path": 20, - "array_shift": 5, - "count": 32, - "array_key_exists": 11, - "unset": 22, - "InvalidArgumentException": 9, - "try": 3, - "catch": 3, - "e": 18, - "self": 1, - "create": 13, - "k": 7, - "v": 17, - "setValue": 1, - "walk": 3, - "static": 6, - "registry": 4, - "output": 60, - "empty": 96, - "preg_match": 6, - "m": 5, - "Console": 17, - "Input": 6, - "InputInterface": 4, - "ArgvInput": 2, - "ArrayInput": 3, - "InputDefinition": 2, - "InputOption": 15, - "InputArgument": 3, - "Output": 5, - "OutputInterface": 6, - "ConsoleOutput": 2, - "ConsoleOutputInterface": 2, - "Command": 6, - "HelpCommand": 2, - "ListCommand": 2, - "Helper": 3, - "HelperSet": 3, - "FormatterHelper": 2, - "DialogHelper": 2, - "Application": 3, - "commands": 39, - "wantHelps": 4, - "runningCommand": 5, - "version": 8, - "catchExceptions": 4, - "autoExit": 4, - "definition": 3, - "helperSet": 6, - "getDefaultHelperSet": 2, - "getDefaultInputDefinition": 2, - "getDefaultCommands": 2, - "command": 41, - "run": 4, - "input": 20, - "statusCode": 14, - "doRun": 2, - "Exception": 1, - "renderException": 3, - "getErrorOutput": 2, - "getCode": 1, - "is_numeric": 7, - "exit": 7, - "getCommandName": 2, - "hasParameterOption": 7, - "setDecorated": 2, - "setInteractive": 2, - "function_exists": 4, - "getHelperSet": 3, - "inputStream": 2, - "getInputStream": 1, - "posix_isatty": 1, - "setVerbosity": 2, - "VERBOSITY_QUIET": 1, - "VERBOSITY_VERBOSE": 2, - "writeln": 13, - "getLongVersion": 3, - "find": 17, - "setHelperSet": 1, - "getDefinition": 2, - "getHelp": 2, - "messages": 16, - "getOptions": 1, - "option": 5, - "getShortcut": 2, - "getDescription": 3, - "implode": 8, - "PHP_EOL": 3, - "setCatchExceptions": 1, - "boolean": 4, - "Boolean": 4, - "setAutoExit": 1, - "setName": 1, - "getVersion": 3, - "setVersion": 1, - "register": 1, - "addCommands": 1, - "setApplication": 2, - "isEnabled": 1, - "getAliases": 3, - "alias": 87, - "isset": 101, - "helpCommand": 3, - "setCommand": 1, - "getNamespaces": 3, - "namespaces": 4, - "extractNamespace": 7, - "array_values": 5, - "array_unique": 4, - "array_filter": 2, - "findNamespace": 4, - "allNamespaces": 3, - "n": 12, - "explode": 9, - "found": 4, - "i": 36, - "part": 10, - "abbrevs": 31, - "getAbbreviations": 4, - "array_map": 2, - "p": 3, - "message": 12, - "<=>": 3, - "alternatives": 10, - "findAlternativeNamespace": 2, - "getAbbreviationSuggestions": 4, - "searchName": 13, - "pos": 3, - "strrpos": 2, - "substr": 6, - "namespace.substr": 1, - "suggestions": 2, - "aliases": 8, - "findAlternativeCommands": 2, - "substr_count": 1, - "+": 12, - "names": 3, - "for": 8, - "len": 11, - "strlen": 14, - "abbrev": 4, - "asText": 1, - "raw": 2, - "width": 7, - "sortCommands": 4, - "space": 5, - "space.": 1, - "asXml": 2, - "asDom": 2, - "dom": 12, - "formatOutput": 1, - "xml": 5, - "commandsXML": 3, - "setAttribute": 2, - "namespacesXML": 3, - "namespaceArrayXML": 4, - "commandXML": 3, - "createTextNode": 1, - "getElementsByTagName": 1, - "item": 9, - "saveXml": 1, - "string": 5, - "encoding": 2, - "mb_detect_encoding": 1, - "mb_strlen": 1, - "title": 3, - "get_class": 4, - "getTerminalWidth": 3, - "PHP_INT_MAX": 1, - "lines": 3, - "preg_split": 1, - "getMessage": 1, - "line": 10, - "str_split": 1, - "max": 2, - "str_repeat": 2, - "title.str_repeat": 1, - "line.str_repeat": 1, - "message.": 1, - "getVerbosity": 1, - "trace": 12, - "getTrace": 1, - "array_unshift": 2, - "getFile": 2, - "getLine": 2, - "type": 62, - "file": 3, - "getPrevious": 1, - "getSynopsis": 1, - "defined": 5, - "ansicon": 4, - "getenv": 2, - "preg_replace": 4, - "getSttyColumns": 3, - "match": 4, - "getTerminalHeight": 1, - "trim": 3, - "getFirstArgument": 1, - "REQUIRED": 1, - "VALUE_NONE": 7, - "descriptorspec": 2, - "process": 10, - "proc_open": 1, - "pipes": 4, - "is_resource": 1, - "info": 5, - "stream_get_contents": 1, - "fclose": 2, - "proc_close": 1, - "namespacedCommands": 5, - "key": 64, - "ksort": 2, - "limit": 3, - "parts": 4, - "array_pop": 1, - "array_slice": 1, - "callback": 5, - "findAlternatives": 3, - "collection": 3, - "call_user_func": 2, - "lev": 6, - "levenshtein": 2, - "3": 1, - "/": 1, - "asort": 1, - "array_keys": 7, - "php_help": 1, - "arg": 1, - "switch": 6, - "case": 31, - "t": 26, - "url": 18, - "php_permission": 1, - "TRUE": 1, - "php_eval": 1, - "code": 4, - "global": 2, - "theme_path": 5, - "theme_info": 3, - "conf": 2, - "old_theme_path": 2, - "drupal_get_path": 1, - "dirname": 1, - "filename": 1, - "ob_start": 1, - "print": 1, - "eval": 1, - "ob_get_contents": 1, - "ob_end_clean": 1, - "_php_filter_tips": 1, - "filter": 1, - "format": 3, - "long": 2, - "FALSE": 2, - "base_url": 1, - "php_filter_info": 1, - "filters": 2, - "BrowserKit": 1, - "Crawler": 2, - "Process": 1, - "PhpProcess": 2, - "abstract": 2, - "Client": 1, - "history": 15, - "cookieJar": 9, - "server": 20, - "request": 76, - "response": 33, - "crawler": 7, - "insulated": 7, - "redirect": 6, - "followRedirects": 5, - "History": 2, - "CookieJar": 2, - "setServerParameters": 2, - "followRedirect": 4, - "insulate": 1, - "class_exists": 2, - "RuntimeException": 2, - "array_merge": 32, - "setServerParameter": 1, - "getServerParameter": 1, - "default": 9, - "getHistory": 1, - "getCookieJar": 1, - "getCrawler": 1, - "getResponse": 1, - "getRequest": 1, - "click": 1, - "link": 10, - "submit": 2, - "form": 7, - "parameters": 4, - "content": 4, - "changeHistory": 4, - "getAbsoluteUri": 2, - "isEmpty": 2, - "current": 4, - "parse_url": 3, - "PHP_URL_HOST": 1, - "PHP_URL_SCHEME": 1, - "Request": 3, - "allValues": 1, - "filterRequest": 2, - "doRequestInProcess": 2, - "doRequest": 2, - "filterResponse": 2, - "updateFromResponse": 1, - "getHeader": 2, - "createCrawlerFromContent": 2, - "getContent": 2, - "getScript": 2, - "sys_get_temp_dir": 2, - "isSuccessful": 1, - "getOutput": 3, - "unserialize": 1, - "addContent": 1, - "back": 2, - "requestFromRequest": 4, - "forward": 2, - "reload": 1, - "restart": 1, - "clear": 2, - "PHP_URL_PATH": 1, - "path.": 1, - "getParameters": 1, - "getServer": 1, - "Yii": 3, - "console": 3, - "bootstrap": 1, - "http": 14, - "www": 4, - "yiiframework": 2, - "com": 2, - "copyright": 5, - "Copyright": 5, - "c": 1, - "2008": 1, - "Software": 5, - "LLC": 1, - "license": 6, - "YII_DEBUG": 2, - "or": 9, - "define": 2, - "fcgi": 1, - "doesn": 1, - "have": 2, - "STDIN": 3, - "by": 2, - "fopen": 1, - "stdin": 1, - "r": 1, - "require": 3, - "__DIR__": 3, - "vendor": 2, - "yiisoft": 1, - "yii2": 1, - "yii": 2, - "autoload": 1, - "config": 3, - "application": 2, - "Object": 4, - "relational": 2, - "mapper": 2, - "DBO": 2, - "backed": 2, - "object": 14, - "data": 187, - "model": 34, - "mapping": 1, - "database": 2, - "tables": 5, - "to": 6, - "Cake": 7, - "objects": 5, - "PHP": 1, - "versions": 1, - "5": 1, - "CakePHP": 6, - "tm": 6, - "Rapid": 2, - "Development": 2, - "Framework": 2, - "cakephp": 4, - "org": 10, - "2005": 4, - "2012": 4, - "Foundation": 4, - "Inc": 4, - "cakefoundation": 4, - "Licensed": 2, - "under": 2, - "The": 4, - "MIT": 4, - "License": 4, - "Redistributions": 2, - "of": 10, - "must": 2, - "retain": 2, - "the": 11, - "above": 2, - "notice": 2, - "Project": 2, - "package": 2, - "Model": 5, - "since": 2, - "0": 4, - "10": 1, - "opensource": 2, - "licenses": 2, - "mit": 2, - "App": 20, - "uses": 46, - "ClassRegistry": 9, - "Utility": 6, - "Validation": 1, - "String": 5, - "Set": 9, - "BehaviorCollection": 2, - "ModelBehavior": 1, - "ConnectionManager": 2, - "Xml": 2, - "CakeEvent": 13, - "Event": 6, - "CakeEventListener": 4, - "CakeEventManager": 5, - "Automatically": 1, - "selects": 1, - "a": 11, - "table": 21, - "based": 2, - "on": 4, - "pluralized": 1, - "lowercase": 1, - "User": 1, - "*": 25, - "is": 1, - "required": 2, - "at": 1, - "least": 1, - "primary": 3, - "key.": 1, - "@package": 2, - "Cake.Model": 1, - "@link": 2, - "//book.cakephp.org/2.0/en/models.html": 1, - "*/": 2, - "useDbConfig": 7, - "useTable": 12, - "displayField": 4, - "id": 82, - "schemaName": 1, - "primaryKey": 38, - "_schema": 11, - "validate": 9, - "validationErrors": 50, - "validationDomain": 1, - "tablePrefix": 8, - "tableToModel": 4, - "cacheQueries": 1, - "belongsTo": 7, - "hasOne": 2, - "hasMany": 2, - "hasAndBelongsToMany": 24, - "actsAs": 2, - "Behaviors": 6, - "whitelist": 14, - "cacheSources": 7, - "findQueryType": 3, - "recursive": 9, - "order": 4, - "virtualFields": 8, - "_associationKeys": 2, - "_associations": 5, - "__backAssociation": 22, - "__backInnerAssociation": 1, - "__backOriginalAssociation": 1, - "__backContainableAssociation": 1, - "_insertID": 1, - "_sourceConfigured": 1, - "findMethods": 3, - "_eventManager": 12, - "ds": 3, - "extract": 9, - "addObject": 2, - "is_subclass_of": 3, - "merge": 12, - "parentClass": 3, - "get_parent_class": 1, - "_mergeVars": 5, - "Inflector": 12, - "tableize": 2, - "_createLinks": 3, - "init": 4, - "implementedEvents": 2, - "getEventManager": 13, - "attach": 4, - "__call": 1, - "params": 34, - "result": 21, - "dispatchMethod": 1, - "getDataSource": 15, - "__isset": 2, - "className": 27, - "break": 19, - "relation": 7, - "list": 29, - "plugin": 31, - "pluginSplit": 12, - "assocKey": 13, - "dynamic": 2, - "isKeySet": 1, - "AppModel": 1, - "_constructLinkedModel": 2, - "schema": 11, - "2": 2, - "__get": 2, - "hasField": 7, - "setDataSource": 2, - "property_exists": 3, - "bindModel": 1, - "reset": 6, - "assoc": 75, - "assocName": 6, - "unbindModel": 1, - "models": 6, - "_generateAssociation": 2, - "dynamicWith": 3, - "underscore": 3, - "singularize": 4, - "camelize": 3, - "sort": 1, - "setSource": 1, - "tableName": 4, - "db": 45, - "method_exists": 5, - "sources": 3, - "listSources": 1, - "strtolower": 1, - "MissingTableException": 1, - "one": 19, - "two": 6, - "is_object": 2, - "SimpleXMLElement": 1, - "_normalizeXmlData": 3, - "toArray": 1, - "reverse": 1, - "_setAliasData": 2, - "modelName": 3, - "fieldSet": 3, - "fieldName": 6, - "fieldValue": 7, - "deconstruct": 2, - "getAssociated": 4, - "getColumnType": 4, - "useNewDate": 2, - "dateFields": 5, - "timeFields": 2, - "date": 9, - "val": 27, - "columns": 5, - "index": 5, - "str_replace": 3, - "describe": 1, - "is_string": 7, - "getColumnTypes": 1, - "trigger_error": 1, - "__d": 1, - "E_USER_WARNING": 1, - "cols": 7, - "column": 10, - "startQuote": 4, - "endQuote": 4, - "checkVirtual": 3, - "isVirtualField": 3, - "hasMethod": 2, - "getVirtualField": 1, - "filterKey": 2, - "defaults": 6, - "properties": 4, - "read": 2, - "conditions": 41, - "compact": 8, - "saveField": 1, - "options": 85, - "save": 9, - "fieldList": 1, - "_whitelist": 4, - "keyPresentAndEmpty": 2, - "exists": 6, - "validates": 60, - "updateCol": 6, - "colType": 4, - "time": 3, - "strtotime": 1, - "event": 35, - "breakOn": 4, - "dispatch": 11, - "joined": 5, - "x": 4, - "y": 2, - "success": 10, - "created": 8, - "cache": 2, - "_prepareUpdateFields": 2, - "array_combine": 2, - "bool": 5, - "update": 2, - "fInfo": 4, - "isUUID": 5, - "j": 2, - "array_search": 1, - "uuid": 3, - "updateCounterCache": 6, - "_saveMulti": 2, - "_clearCache": 2, - "join": 22, - "joinModel": 8, - "keyInfo": 4, - "with": 5, - "withModel": 4, - "pluginName": 1, - "dbMulti": 6, - "newData": 5, - "newValues": 8, - "newJoins": 7, - "primaryAdded": 3, - "idField": 3, - "row": 17, - "keepExisting": 3, - "associationForeignKey": 5, - "links": 4, - "oldLinks": 4, - "array_diff": 3, - "delete": 9, - "oldJoin": 4, - "insertMulti": 1, - "keys": 19, - "foreignKey": 11, - "fkQuoted": 3, - "escapeField": 6, - "intval": 4, - "updateAll": 3, - "foreignKeys": 3, - "included": 3, - "array_intersect": 1, - "old": 2, - "saveAll": 1, - "numeric": 1, - "validateMany": 4, - "saveMany": 3, - "validateAssociated": 5, - "saveAssociated": 5, - "transactionBegun": 4, - "begin": 2, - "record": 10, - "saved": 18, - "commit": 2, - "rollback": 2, - "associations": 9, - "association": 47, - "notEmpty": 4, - "_return": 3, - "recordData": 2, - "cascade": 10, - "isStopped": 4, - "_deleteDependent": 3, - "_deleteLinks": 3, - "_collectForeignKeys": 2, - "savedAssociatons": 3, - "deleteAll": 2, - "records": 6, - "callbacks": 4, - "ids": 8, - "_id": 2, - "getID": 2, - "hasAny": 1, - "buildQuery": 2, - "is_null": 1, - "results": 22, - "resetAssociations": 3, - "_filterResults": 2, - "ucfirst": 2, - "modParams": 2, - "_findFirst": 1, - "state": 15, - "_findCount": 1, - "calculate": 2, - "expression": 1, - "_findList": 1, - "tokenize": 1, - "lst": 4, - "combine": 1, - "_findNeighbors": 1, - "prevVal": 2, - "return2": 6, - "_findThreaded": 1, - "nest": 1, - "isUnique": 1, - "func_get_args": 5, - "is_bool": 1, - "sql": 1, - "call_user_func_array": 3, - "errors": 9, - "invalidFields": 2, - "Controller": 4, - "9": 1, - "CakeResponse": 2, - "Network": 1, - "ComponentCollection": 2, - "View": 9, - "controller": 3, - "organization": 1, - "business": 1, - "logic": 1, - "Provides": 1, - "basic": 1, - "functionality": 1, - "such": 1, - "rendering": 1, - "views": 1, - "inside": 1, - "layouts": 1, - "automatic": 1, - "availability": 1, - "redirection": 2, - "and": 5, - "more": 1, - "Controllers": 2, - "should": 1, - "provide": 1, - "number": 1, - "action": 7, - "methods": 5, - "These": 1, - "are": 5, - "that": 2, - "not": 2, - "prefixed": 1, - "_": 1, - "Each": 1, - "serves": 1, - "an": 1, - "endpoint": 1, - "performing": 2, - "specific": 1, - "resource": 1, - "resources": 1, - "For": 2, - "example": 2, - "adding": 1, - "editing": 1, - "listing": 1, - "You": 2, - "can": 2, - "access": 1, - "using": 2, - "contains": 1, - "POST": 1, - "GET": 1, - "FILES": 1, - "were": 1, - "request.": 1, - "After": 1, - "actions": 2, - "controllers": 2, - "responsible": 1, - "creating": 1, - "response.": 2, - "This": 1, - "usually": 1, - "takes": 1, - "generated": 1, - "possibly": 1, - "another": 1, - "action.": 1, - "In": 1, - "either": 1, - "allows": 1, - "you": 1, - "manipulate": 1, - "aspects": 1, - "Dispatcher": 1, - "routing.": 1, - "By": 1, - "conventional": 1, - "names.": 1, - "/posts/index": 1, - "maps": 1, - "PostsController": 1, - "re": 1, - "map": 1, - "urls": 1, - "Router": 5, - "connect": 1, - "Cake.Controller": 1, - "@property": 8, - "AclComponent": 1, - "Acl": 1, - "AuthComponent": 1, - "Auth": 1, - "CookieComponent": 1, - "Cookie": 1, - "EmailComponent": 1, - "Email": 1, - "PaginatorComponent": 1, - "Paginator": 1, - "RequestHandlerComponent": 1, - "RequestHandler": 1, - "SecurityComponent": 1, - "Security": 1, - "SessionComponent": 1, - "Session": 1, - "//book.cakephp.org/2.0/en/controllers.html": 1, - "helpers": 1, - "_responseClass": 1, - "viewPath": 3, - "layoutPath": 1, - "viewVars": 3, - "view": 5, - "layout": 5, - "autoRender": 6, - "autoLayout": 2, - "Components": 7, - "components": 1, - "viewClass": 10, - "ext": 1, - "cacheAction": 1, - "passedArgs": 2, - "scaffold": 2, - "modelClass": 25, - "modelKey": 2, - "_mergeParent": 4, - "childMethods": 2, - "get_class_methods": 2, - "parentMethods": 2, - "CakeRequest": 5, - "setRequest": 2, - "loadModel": 3, - "load": 3, - "settings": 2, - "__set": 1, - "invokeAction": 1, - "ReflectionMethod": 2, - "_isPrivateAction": 2, - "PrivateActionException": 1, - "invokeArgs": 1, - "ReflectionException": 1, - "_getScaffold": 2, - "MissingActionException": 1, - "privateAction": 4, - "isPublic": 1, - "prefixes": 4, - "prefix": 2, - "Scaffold": 1, - "_mergeControllerVars": 2, - "pluginController": 9, - "pluginDot": 4, - "mergeParent": 2, - "pluginVars": 3, - "appVars": 6, - "get_class_vars": 2, - "_mergeUses": 3, - "constructClasses": 1, - "startupProcess": 1, - "shutdownProcess": 1, - "httpCodes": 3, - "MissingModelException": 1, - "status": 15, - "EXTR_OVERWRITE": 3, - "//TODO": 1, - "Remove": 1, - "following": 1, - "when": 1, - "events": 1, - "fully": 1, - "migrated": 1, - "collectReturn": 1, - "_parseBeforeRedirect": 2, - "session_write_close": 1, - "header": 3, - "codes": 3, - "array_flip": 1, - "send": 1, - "_stop": 1, - "resp": 6, - "setAction": 1, - "args": 5, - "validateErrors": 1, - "render": 3, - "currentModel": 2, - "currentObject": 6, - "getObject": 1, - "is_a": 1, - "location": 1, - "body": 1, - "referer": 5, - "local": 2, - "disableCache": 2, - "flash": 1, - "pause": 2, - "postConditions": 1, - "op": 9, - "exclusive": 2, - "cond": 5, - "arrayOp": 2, - "fieldOp": 11, - "paginate": 3, - "scope": 2, - "beforeFilter": 1, - "beforeRender": 1, - "beforeRedirect": 1, - "afterFilter": 1, - "beforeScaffold": 2, - "_beforeScaffold": 1, - "afterScaffoldSave": 2, - "_afterScaffoldSave": 1, - "afterScaffoldSaveError": 2, - "_afterScaffoldSaveError": 1, - "scaffoldError": 2, - "_scaffoldError": 1 - }, - "Pan": { - "object": 1, - "template": 1, - "pantest": 1, - ";": 32, - "xFF": 1, - "e": 2, - "-": 2, - "E10": 1, - "variable": 4, - "TEST": 2, - "to_string": 1, - "(": 8, - ")": 8, - "+": 2, - "value": 1, - "undef": 1, - "null": 1, - "error": 1, - "include": 1, - "{": 5, - "}": 5, - "pkg_repl": 2, - "PKG_ARCH_DEFAULT": 1, - "function": 1, - "show_things_view_for_stuff": 1, - "thing": 2, - "ARGV": 1, - "[": 2, - "]": 2, - "foreach": 1, - "i": 1, - "mything": 2, - "STUFF": 1, - "if": 1, - "return": 2, - "true": 2, - "else": 1, - "SELF": 1, - "false": 2, - "HERE": 1, - "<<": 1, - "EOF": 2, - "This": 1, - "example": 1, - "demonstrates": 1, - "an": 1, - "in": 1, - "line": 1, - "heredoc": 1, - "style": 1, - "config": 1, - "file": 1, - "main": 1, - "awesome": 1, - "small": 1, - "#This": 1, - "should": 1, - "be": 1, - "highlighted": 1, - "normally": 1, - "again.": 1 - }, - "Papyrus": { - "Scriptname": 3, - "vMFX_FXPlugin": 1, - "extends": 3, - "Quest": 2, - "vSCM_MetaQuestScript": 1, - "{": 2, - "Do": 1, - "initialization": 1, - "and": 1, - "track": 1, - "variables": 1, - "for": 1, - "scripts": 1, - "}": 2, - ";": 13, - "-": 42, - "Imports": 2, - "Import": 4, - "Utility": 2, - "Game": 2, - "Properties": 2, - "Actor": 9, - "Property": 7, - "PlayerRef": 3, - "Auto": 7, - "Float": 11, - "ModVersion": 10, - "Hidden": 2, - "String": 4, - "ModName": 3, - "Message": 2, - "vSCM_ModLoadedMSG": 1, - "vSCM_ModUpdatedMSG": 1, - "Variables": 2, - "_CurrentVersion": 10, - "_sCurrentVersion": 3, - "Bool": 2, - "_Running": 4, - "_ScriptLatency": 1, - "_StartTime": 1, - "_EndTime": 1, - "Events": 2, - "Event": 7, - "OnInit": 2, - "(": 74, - ")": 74, - "If": 7, - "DoUpkeep": 2, - "True": 7, - "EndIf": 7, - "EndEvent": 7, - "OnReset": 1, - "Debug.Trace": 18, - "OnGameReloaded": 1, - "Functions": 2, - "Function": 6, - "DelayedStart": 2, - "FIXME": 1, - "CHANGE": 1, - "THIS": 1, - "WHEN": 1, - "UPDATING": 1, - "GetVersionString": 3, - "sErrorMessage": 1, - "Wait": 4, - "RandomFloat": 1, - "+": 18, - "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, - "False": 8, - "fVersion": 3, - "Int": 4, - "Major": 4, - "Math.Floor": 1, - "as": 3, - "Minor": 4, - "*": 1, - "Return": 2, - "CAMTEST_OverShoulderME": 1, - "activemagiceffect": 1, - "Play": 1, - "with": 1, - "camera": 1, - "effects": 1, - "ActorBase": 1, - "CAMTEST_CameraActor": 2, - "Player": 6, - "Camera": 3, - "Target": 1, - "PosX": 1, - "PosY": 1, - "PosZ": 1, - "SpeedMult": 1, - "ObjectReference": 2, - "Mist": 1, - "Fog": 1, - "onEffectStart": 1, - "akTarget": 2, - "akCaster": 2, - "Player.PlaceActorAtMe": 1, - "Camera.EnableAI": 1, - "Camera.SetScale": 1, - "Camera.TranslateTo": 1, - "Player.X": 3, - "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, - "ForceThirdPerson": 1, - "SetHUDCartMode": 2, - "SetInChargen": 2, - "SetCameraTarget": 2, - "ForceFirstPerson": 1, - "Camera.SplineTranslateTo": 2, - "Camera.GetHeadingAngle": 2, - "Camera.GetAngleZ": 2, - "Camera.SetLookAt": 1, - "EnablePlayerControls": 1, - "onUpdate": 1, - "onEffectFinish": 1 - }, - "Parrot Assembly": { - "SHEBANG#!parrot": 1, - ".pcc_sub": 1, - "main": 2, - "say": 1, - "end": 1 - }, - "Parrot Internal Representation": { - "SHEBANG#!parrot": 1, - ".sub": 1, - "main": 1, - "say": 1, - ".end": 1 - }, - "Pascal": { - "program": 1, - "gmail": 1, - ";": 122, - "uses": 3, - "Forms": 2, - "Unit2": 1, - "in": 2, - "{": 25, - "Form2": 2, - "}": 25, - "R": 1, - "*.res": 1, - "begin": 15, - "Application.Initialize": 1, - "Application.MainFormOnTaskbar": 1, - "True": 2, - "Application.CreateForm": 1, - "(": 39, - "TForm2": 1, - ")": 39, - "Application.Run": 1, - "end.": 3, - "Id": 1, - "-": 230, - "gtkextra.pp": 1, - "GTK": 1, - "widgetset": 1, - "additional": 1, - "gdk/gtk": 2, - "functions": 2, - "This": 2, - "unit": 3, - "contains": 1, - "missing": 1, - "and": 1, - "defines": 1, - "for": 2, - "certain": 1, - "versions": 1, - "of": 2, - "gtk": 1, - "or": 1, - "fpc.": 1, - "@created": 1, - "Sun": 1, - "Jan": 1, - "th": 1, - "WET": 1, - "@lastmod": 1, - "Date": 1, - "@author": 1, - "Marc": 1, - "Weustink": 1, - "": 1, - "*****************************************************************************": 2, - "file": 2, - "is": 1, - "part": 1, - "the": 3, - "Lazarus": 1, - "Component": 1, - "Library": 1, - "LCL": 1, - "See": 1, - "COPYING.modifiedLGPL.txt": 1, - "included": 1, - "this": 1, - "distribution": 1, - "details": 1, - "about": 1, - "license.": 1, - "GtkExtra": 1, - "mode": 2, - "objfpc": 2, - "H": 2, - "+": 7, - "interface": 2, - "I": 9, - "gtkdefines.inc": 1, - "ifdef": 4, - "gtk1": 2, - "gtk1extrah.inc": 1, - "endif": 4, - "gtk2": 2, - "gtk2extrah.inc": 1, - "implementation": 2, - "gtk1extra.inc": 1, - "gtk2extra.inc": 1, - "custforms": 1, - "Classes": 1, - "SysUtils": 1, - "Type": 2, - "TCustomFormDescr": 13, - "Class": 2, - "private": 2, - "FAuthor": 3, - "String": 23, - "FCaption": 4, - "FCategory": 4, - "FDescription": 4, - "FFormClass": 4, - "TFormClass": 10, - "FLazPackage": 4, - "FUnitName": 4, - "public": 1, - "Constructor": 3, - "Create": 5, - "AFormClass": 12, - "const": 5, - "APackage": 12, - "string": 4, - "Const": 4, - "ACaption": 3, - "ADescription": 3, - "AUnit": 3, - "Property": 8, - "FormClass": 1, - "Read": 8, - "Write": 7, - "Caption": 1, - "Description": 1, - "UnitName": 1, - "Category": 1, - "Author": 1, - "LazPackage": 1, - "end": 17, - "Procedure": 10, - "RegisterCustomForm": 8, - "Descr": 3, - "AUnitName": 3, - "Register": 2, - "ProjectIntf": 1, - "NewItemIntf": 1, - "contnrs": 1, - "SAppFrameWork": 2, - "SInstanceOf": 2, - "constructor": 3, - "TCustomFormDescr.Create": 4, - "Var": 4, - "N": 5, - "U": 5, - "AFormClass.ClassName": 1, - "If": 2, - "Upcase": 1, - "[": 5, - "]": 5, - "then": 2, - "Delete": 1, - "Format": 1, - "TCustomFormFileDescriptor": 3, - "TFileDescPascalUnitWithResource": 1, - "FFormDescr": 3, - "Public": 1, - "ADescr": 3, - "FormDescr": 1, - "Function": 3, - "GetLocalizedName": 1, - "override": 3, - "GetLocalizedDescription": 1, - "GetInterfaceUsesSection": 2, - "TCustomFormFileDescriptor.Create": 2, - "Inherited": 1, - "ResourceClass": 1, - "FFormDescr.FFormClass": 1, - "Name": 1, - "FFormDescr.Caption": 2, - "RequiredPackages": 2, - "ADescr.LazPackage": 1, - "//Writeln": 1, - "function": 3, - "TCustomFormFileDescriptor.GetLocalizedName": 1, - "Result": 7, - "TCustomFormFileDescriptor.GetLocalizedDescription": 1, - "FFormDescr.Description": 1, - "FFormDescr.Author": 2, - "<": 1, - "LineEnding": 1, - "TCustomFormFileDescriptor.GetInterfaceUsesSection": 1, - "inherited": 1, - "FFormDescr.UnitName": 1, - "CustomFormList": 5, - "TObjectList": 1, - "CustomFormList.Add": 1, - "D": 6, - "D.UnitName": 1, - "L": 3, - "TStringList": 1, - "Integer": 1, - "TStringList.Create": 1, - "Try": 1, - "L.Sorted": 1, - "L.Duplicates": 1, - "dupIgnore": 1, - "For": 3, - "to": 3, - "CustomFormList.Count": 2, - "do": 3, - "L.Add": 1, - "i": 3, - ".Category": 1, - "L.Count": 1, - "RegisterNewItemCategory": 1, - "TNewIDEItemCategory.Create": 1, - "Finally": 1, - "L.Free": 1, - "RegisterProjectFileDescriptor": 1, - "D.Category": 1, - "InitCustomForms": 2, - "TObjectList.Create": 1, - "DoneCustomForms": 2, - "FreeAndNil": 1, - "Initialization": 1, - "Finalization": 1 - }, - "Perl": { - "package": 14, - "Plack": 25, - "Response": 16, - ";": 1376, - "use": 88, - "strict": 22, - "warnings": 19, - "our": 34, - "VERSION": 15, - "eval": 8, - "Util": 3, - "Accessor": 1, - "qw": 35, - "(": 1137, - "body": 30, - "status": 17, - ")": 1136, - "Carp": 11, - "Scalar": 2, - "HTTP": 16, - "Headers": 8, - "URI": 11, - "Escape": 6, - "sub": 232, - "code": 10, - "{": 1394, - "shift": 170, - "-": 1075, - "@_": 45, - "}": 1407, - "content": 8, - "new": 56, - "my": 458, - "class": 8, - "rc": 11, - "headers": 56, - "self": 141, - "bless": 7, - "if": 322, - "defined": 54, - "ref": 33, - "eq": 62, - "carp": 2, - "@": 54, - "%": 82, - "elsif": 26, - "return": 168, - "else": 71, - "||": 52, - "cookies": 9, - "+": 126, - "header": 17, - "#": 106, - "shortcut": 2, - "content_length": 4, - "content_type": 5, - "content_encoding": 5, - "location": 5, - "redirect": 1, - "url": 2, - "finalize": 5, - "croak": 3, - "unless": 39, - "clone": 1, - "_finalize_cookies": 2, - "[": 200, - "map": 10, - "k": 6, - "_": 104, - "v": 19, - "s/": 28, - "|": 31, - "]": 196, - "/chr": 1, - "/ge": 1, - "replace": 3, - "LWS": 1, - "with": 28, - "a": 88, - "single": 1, - "SP": 1, - "//g": 1, - "remove": 2, - "CR": 1, - "and": 92, - "LF": 1, - "since": 2, - "the": 153, - "char": 1, - "is": 74, - "invalid": 1, - "here": 2, - "header_field_names": 1, - "_body": 2, - "or": 51, - "blessed": 1, - "&&": 84, - "overload": 1, - "Method": 1, - "q": 5, - "can": 30, - "while": 33, - "name": 60, - "val": 26, - "each": 14, - "cookie": 6, - "_bake_cookie": 2, - "push_header": 1, - "value": 14, - "@cookie": 7, - "uri_escape": 3, - ".": 166, - "push": 37, - "domain": 3, - "path": 29, - "_date": 2, - "expires": 7, - "secure": 2, - "httponly": 1, - "join": 7, - "@MON": 1, - "Jan": 1, - "Feb": 1, - "Mar": 1, - "Apr": 1, - "May": 2, - "Jun": 1, - "Jul": 1, - "Aug": 1, - "Sep": 1, - "Oct": 1, - "Nov": 1, - "Dec": 1, - "@WDAY": 1, - "Sun": 1, - "Mon": 1, - "Tue": 1, - "Wed": 1, - "Thu": 1, - "Fri": 1, - "Sat": 1, - "/": 82, - "d": 9, - "sec": 2, - "min": 3, - "hour": 2, - "mday": 2, - "mon": 2, - "year": 3, - "wday": 2, - "gmtime": 1, - "sprintf": 1, - "WDAY": 1, - "MON": 1, - "__END__": 2, - "head1": 36, - "NAME": 6, - "Portable": 2, - "object": 6, - "for": 88, - "PSGI": 10, - "response": 5, - "SYNOPSIS": 6, - "psgi_handler": 1, - "env": 76, - "res": 59, - "DESCRIPTION": 4, - "allows": 4, - "you": 44, - "way": 3, - "to": 101, - "create": 4, - "array": 7, - "through": 10, - "simple": 2, - "API.": 1, - "METHODS": 2, - "over": 2, - "item": 44, - "Creates": 2, - "object.": 4, - "Sets": 2, - "gets": 2, - "code.": 2, - "C": 56, - "": 1, - "an": 17, - "alias.": 2, - "of": 67, - "response.": 1, - "Setter": 2, - "take": 5, - "either": 2, - "hash": 11, - "L": 34, - "": 2, - "containing": 5, - "list": 10, - "headers.": 1, - "body_str": 1, - "io": 1, - "Gets": 3, - "sets": 4, - "body.": 1, - "string": 6, - "IO": 1, - "Handle": 1, - "like": 14, - "": 1, - "Note": 5, - "that": 35, - "this": 22, - "method": 8, - "doesn": 8, - "X": 2, - "Foo": 11, - "bar": 3, - "text/plain": 1, - "gzip": 1, - "t": 21, - "normalize": 1, - "given": 10, - "string.": 1, - "Users": 1, - "module": 2, - "have": 2, - "be": 39, - "responsible": 1, - "about": 4, - "properly": 1, - "encoding": 2, - "paths": 3, - "parameters.": 3, - "": 1, - "header.": 2, - "names": 3, - "their": 1, - "corresponding": 1, - "values": 7, - "are": 26, - "plain": 2, - "": 2, - "everything": 1, - "defaults": 16, - "reference": 8, - "contain": 3, - "keys": 19, - "such": 6, - "as": 40, - "": 1, - "": 2, - "": 1, - "": 1, - "": 1, - "integer": 1, - "epoch": 1, - "time": 6, - "B": 76, - "": 1, - "not": 56, - "convert": 1, - "formats": 1, - "<+3M>": 1, - "foo": 6, - "*": 8, - "Returns": 10, - "reference.": 1, - "back": 4, - "AUTHOR": 1, - "Tokuhiro": 2, - "Matsuno": 2, - "Tatsuhiko": 2, - "Miyagawa": 2, - "SEE": 4, - "ALSO": 4, - "": 2, - "cut": 28, - "SHEBANG#!perl": 6, - "print": 46, - "Request": 11, - "_001": 1, - "Hash": 11, - "MultiValue": 9, - "Body": 2, - "Upload": 2, - "TempBuffer": 2, - "_deprecated": 8, - "alt": 1, - "caller": 2, - "required": 2, - "address": 2, - "REMOTE_ADDR": 1, - "remote_host": 2, - "REMOTE_HOST": 1, - "protocol": 1, - "SERVER_PROTOCOL": 1, - "REQUEST_METHOD": 1, - "port": 1, - "SERVER_PORT": 2, - "user": 5, - "REMOTE_USER": 1, - "request_uri": 1, - "REQUEST_URI": 2, - "path_info": 4, - "PATH_INFO": 3, - "script_name": 1, - "SCRIPT_NAME": 2, - "scheme": 3, - "input": 9, - "CONTENT_LENGTH": 3, - "CONTENT_TYPE": 2, - "session": 1, - "session_options": 1, - "logger": 1, - "HTTP_COOKIE": 3, - "results": 8, - "@pairs": 2, - "grep": 17, - "split": 15, - "pair": 4, - "s": 35, - "//": 9, - "key": 20, - "uri_unescape": 1, - "exists": 31, - "query_parameters": 3, - "uri": 11, - "query_form": 2, - "_parse_request_body": 4, - "fh": 28, - "cl": 10, - "read": 6, - "seek": 4, - "raw_body": 1, - "field": 2, - "HTTPS": 1, - "_//": 1, - "CONTENT": 1, - "COOKIE": 1, - "/i": 2, - "referer": 3, - "user_agent": 3, - "body_parameters": 3, - "parameters": 8, - "do": 16, - "query": 4, - "flatten": 3, - "uploads": 5, - "hostname": 2, - "url_scheme": 1, - "params": 1, - "query_params": 1, - "body_params": 1, - "param": 10, - "wantarray": 3, - "get_all": 2, - "upload": 13, - "raw_uri": 1, - "base": 10, - "path_query": 1, - "_uri_base": 3, - "path_escape_class": 2, - "QUERY_STRING": 3, - "ne": 11, - "m": 17, - "canonical": 2, - "HTTP_HOST": 1, - "SERVER_NAME": 1, - "new_response": 4, - "require": 13, - "ct": 3, - "cleanup": 1, - "buffer": 9, - "spin": 2, - "chunk": 4, - "<": 15, - "length": 1, - "add": 9, - "rewind": 1, - "from_mixed": 2, - "@uploads": 3, - "@obj": 3, - "splice": 2, - "_make_upload": 2, - "copy": 4, - "request": 11, - "from": 20, - "app_or_middleware": 1, - "req": 28, - "provides": 1, - "consistent": 1, - "API": 2, - "objects": 2, - "across": 1, - "web": 9, - "server": 2, - "environments.": 1, - "CAVEAT": 1, - "intended": 1, - "used": 13, - "by": 19, - "middleware": 2, - "developers": 3, - "application": 15, - "framework": 2, - "rather": 2, - "than": 5, - "end": 10, - "users": 4, - "Writing": 2, - "your": 20, - "directly": 1, - "using": 5, - "certainly": 2, - "possible": 2, - "but": 4, - "recommended": 1, - "it": 30, - "Apache": 2, - "yet": 1, - "too": 1, - "low": 1, - "level.": 1, - "If": 15, - "re": 3, - "encouraged": 1, - "one": 9, - "frameworks": 2, - "support": 2, - "": 1, - "see": 5, - "modules": 1, - "": 1, - "provide": 1, - "higher": 1, - "level": 3, - "on": 27, - "top": 1, - "PSGI.": 1, - "Some": 1, - "methods": 4, - "in": 40, - "earlier": 1, - "versions": 1, - "deprecated": 1, - "version": 2, - "Take": 1, - "look": 2, - "at": 4, - "": 1, - "Unless": 1, - "otherwise": 2, - "noted": 1, - "all": 28, - "attributes": 4, - "": 1, - "passing": 1, - "accessor": 1, - "debug": 39, - "set.": 1, - "current": 6, - "request.": 1, - "uploads.": 2, - "The": 22, - "": 2, - "": 1, - "objects.": 1, - "Shortcut": 6, - "content_encoding.": 1, - "content_length.": 1, - "content_type.": 1, - "referer.": 1, - "user_agent.": 1, - "GET": 1, - "POST": 1, - "CGI.pm": 2, - "compatible": 1, - "method.": 1, - "This": 27, - "alternative": 1, - "accessing": 1, - "Unlike": 1, - "does": 11, - "I": 68, - "": 1, - "allow": 1, - "setting": 2, - "modifying": 1, - "@values": 1, - "@params": 7, - "A": 2, - "convenient": 1, - "access": 2, - "@fields": 1, - "filename": 72, - "": 3, - "Handy": 1, - "dependency": 1, - "easy": 1, - "subclassing": 1, - "duck": 1, - "typing": 1, - "well": 2, - "overriding": 1, - "generation": 1, - "middlewares.": 1, - "head2": 34, - "Parameters": 1, - "multiple": 5, - "i.e.": 2, - "": 1, - "": 1, - "": 1, - "": 1, - "store": 1, - "means": 3, - "where": 4, - "": 1, - "scalars": 1, - "": 2, - "references": 1, - "so": 4, - "don": 2, - "ARRAY": 1, - "parse": 3, - "more": 3, - "twice": 1, - "efficiency.": 1, - "DISPATCHING": 1, - "wants": 1, - "dispatch": 1, - "route": 1, - "actions": 1, - "based": 2, - "sure": 1, - "<<": 10, - "because": 3, - "": 1, - "gives": 2, - "virtual": 1, - "regardless": 1, - "how": 2, - "mounted.": 1, - "hosted": 1, - "mod_perl": 3, - "CGI": 10, - "scripts": 1, - "even": 4, - "multiplexed": 1, - "tools": 1, - "": 1, - "good": 2, - "idea": 1, - "subclass": 1, - "define": 1, - "uri_for": 2, - "args": 37, - "So": 1, - "say": 1, - "link": 1, - "signoff": 1, - "": 1, - "empty.": 1, - "need": 5, - "older": 1, - "behavior": 3, - "just": 2, - "call": 4, - "instead.": 1, - "Cookie": 2, - "handling": 1, - "simplified": 1, - "always": 5, - "set": 12, - "decoding": 1, - "them": 5, - "totally": 1, - "up": 1, - "framework.": 1, - "Also": 1, - "": 1, - "now": 1, - "returns": 4, - "": 1, - "Simple": 1, - "which": 7, - "no": 22, - "longer": 1, - "write": 5, - "wacky": 1, - "undef": 17, - "instead": 4, - "simply": 1, - "AUTHORS": 2, - "Kazuhiro": 1, - "Osawa": 1, - "": 1, - "": 1, - "LICENSE": 3, - "library": 2, - "free": 4, - "software": 3, - "redistribute": 4, - "and/or": 4, - "modify": 4, - "under": 5, - "same": 4, - "terms": 4, - "Perl": 9, - "itself.": 3, - "pod": 1, - "Catalyst": 10, - "How": 1, - "work": 3, - "together": 2, - "": 3, - "specification": 3, - "defines": 2, - "interface": 1, - "between": 4, - "servers": 2, - "applications": 2, - "frameworks.": 1, - "It": 3, - "supports": 1, - "writing": 1, - "portable": 1, - "run": 3, - "various": 2, - "standalone": 1, - "FastCGI": 2, - "etc.": 3, - "": 3, - "implementation": 1, - "running": 1, - "applications.": 1, - "entire": 3, - "Engine": 1, - "XXXX": 1, - "classes": 2, - "handle": 3, - "environments": 1, - "e.g.": 2, - "has": 3, - "been": 1, - "changed": 1, - "done": 2, - "implementing": 1, - "manually": 2, - "creating": 3, - "": 1, - "file": 57, - "root": 1, - "application.": 1, - "Why": 3, - "would": 6, - "want": 7, - "own": 4, - ".psgi": 7, - "alternate": 1, - "": 1, - "command": 16, - "start": 7, - "extensions": 1, - "implement": 2, - "": 1, - "": 1, - "": 1, - "simplest": 1, - "<.psgi>": 1, - "called": 5, - "": 1, - "TestApp": 5, - "app": 2, - "psgi_app": 3, - "will": 9, - "apply": 3, - "number": 4, - "components": 2, - "automatically": 2, - "these": 4, - "": 1, - "applied": 1, - "psgi": 2, - "yourself.": 2, - "Details": 1, - "found": 11, - "below.": 1, - "Additional": 1, - "information": 2, - "files": 42, - "": 1, - "What": 1, - "generates": 2, - "default": 19, - "": 1, - "wrapped": 1, - "": 1, - "contains": 2, - "some": 2, - "engine": 1, - "specific": 2, - "fixes": 1, - "uniform": 1, - "behaviour": 2, - "contained": 1, - "": 1, - "": 1, - "override": 1, - "providing": 2, - "then": 4, - "none": 1, - "things": 2, - "returned": 3, - "when": 19, - "MyApp": 1, - "Thus": 1, - "any": 4, - "functionality": 1, - "ll": 1, - "An": 1, - "apply_default_middlewares": 2, - "supplied": 1, - "wrap": 1, - "middlewares": 1, - "file.": 3, - "auto": 1, - "generated": 1, - "looks": 2, - "something": 3, - "": 1, - "": 1, - "Contributors": 1, - "Catalyst.pm": 1, - "COPYRIGHT": 7, - "software.": 1, - "You": 4, - "MAIN": 1, - "App": 131, - "Ack": 136, - "main": 3, - "die": 38, - "env_is_usable": 3, - "@ARGV": 12, - "last": 17, - "th": 1, - "pt": 1, - "_thpppt": 3, - "_bar": 3, - "unshift": 4, - "read_ackrc": 4, - "@keys": 2, - "ACK_/": 1, - "ENV": 41, - "delete": 10, - "@ENV": 1, - "load_colors": 1, - "ACK_SWITCHES": 1, - "warn": 22, - "show_help": 3, - "exit": 19, - "opt": 291, - "get_command_line_options": 4, - "flush": 8, - "Unbuffer": 1, - "output": 40, - "mode": 1, - "input_from_pipe": 8, - "f": 25, - "g": 7, - "l": 17, - "show_filename": 35, - "regex": 42, - "build_regex": 3, - "nargs": 2, - "Resource": 5, - "Basic": 11, - "nmatches": 61, - "count": 23, - "search_and_list": 8, - "search_resource": 7, - "close": 22, - "exit_from_ack": 5, - "file_matching": 2, - "lines": 20, - "check_regex": 2, - "G": 11, - "what": 15, - "get_starting_points": 4, - "iter": 23, - "get_iterator": 4, - "filetype_setup": 4, - "set_up_pager": 3, - "pager": 19, - "print_files": 4, - "print_files_with_matches": 4, - "print_matches": 4, - "ack": 38, - "text": 6, - "finder": 1, - "options": 8, - "PATTERN": 8, - "FILE...": 1, - "DIRECTORY...": 1, - "designed": 1, - "replacement": 1, - "uses": 2, - "F": 24, - "": 5, - "searches": 1, - "named": 3, - "FILEs": 1, - "standard": 1, - "match": 24, - "PATTERN.": 1, - "By": 2, - "prints": 2, - "matching": 15, - "lines.": 3, - "also": 7, - "searched": 5, - "without": 3, - "actually": 1, - "searching": 6, - "let": 1, - "advantage": 1, - "know": 4, - ".wango": 1, - "": 13, - "won": 1, - "throw": 1, - "away": 1, - "there": 6, - "times": 2, - "follow": 7, - "symlinks": 1, - "other": 6, - "whatever": 1, - "starting": 2, - "directories": 9, - "were": 2, - "specified": 3, - "line.": 4, - "off": 4, - "default.": 2, - "": 11, - "Only": 7, - "included": 1, - "search.": 1, - "matched": 1, - "against": 1, - "regular": 3, - "expression": 9, - "shell": 4, - "glob.": 1, - "<-i>": 5, - "<-w>": 2, - "<-v>": 3, - "<-Q>": 4, - "Print": 6, - "relative": 1, - "matches": 7, - "option": 7, - "convenience": 1, - "<-f>": 6, - "<--group>": 2, - "<--nogroup>": 2, - "groups": 1, - "with.": 1, - "interactively.": 1, - "result": 3, - "per": 1, - "line": 21, - "grep.": 2, - "redirected.": 1, - "<-H>": 1, - "<--with-filename>": 1, - "match.": 3, - "<-h>": 1, - "<--no-filename>": 1, - "Suppress": 1, - "prefixing": 1, - "filenames": 7, - "searched.": 1, - "<--help>": 1, - "short": 1, - "help": 3, - "statement.": 1, - "<--ignore-case>": 1, - "Ignore": 3, - "case": 3, - "search": 11, - "strings.": 1, - "applies": 3, - "only": 11, - "regexes": 4, - "<-g>": 5, - "<-G>": 3, - "options.": 4, - "ignore": 7, - "dir": 27, - "": 2, - "directory": 8, - "CVS": 5, - ".svn": 3, - "etc": 2, - "ignored": 6, - "directories.": 2, - "For": 5, - "example": 5, - "mason": 1, - "may": 4, - "wish": 1, - "include": 1, - "<--ignore-dir=data>": 1, - "<--noignore-dir>": 1, - "normally": 1, - "perhaps": 1, - "research": 1, - "contents": 2, - "<.svn/props>": 1, - "must": 7, - "name.": 1, - "Nested": 1, - "": 1, - "NOT": 1, - "supported.": 1, - "specify": 1, - "<--ignore-dir=foo>": 1, - "taken": 1, - "into": 8, - "account": 1, - "explicitly": 1, - "": 2, - "Multiple": 1, - "<--line>": 1, - "comma": 1, - "separated": 2, - "<--line=3,5,7>": 1, - "<--line=4-7>": 1, - "works.": 1, - "ascending": 1, - "order": 2, - "matter": 1, - "<-l>": 2, - "<--files-with-matches>": 1, - "text.": 1, - "<-L>": 1, - "<--files-without-matches>": 1, - "equivalent": 2, - "specifying": 1, - "Specify": 2, - "explicitly.": 1, - "helpful": 2, - "": 1, - "via": 1, - "": 4, - "": 4, - "environment": 2, - "variables.": 1, - "Using": 3, - "suppress": 3, - "grouping": 3, - "coloring": 3, - "piping": 3, - "does.": 2, - "<--passthru>": 1, - "Prints": 4, - "whether": 1, - "they": 1, - "expression.": 1, - "Highlighting": 1, - "still": 4, - "though": 1, - "highlight": 1, - "seeing": 1, - "tail": 1, - "/access.log": 1, - "passthru": 9, - "<--print0>": 1, - "works": 1, - "conjunction": 1, - "c": 6, - "null": 1, - "byte": 1, - "usual": 1, - "newline.": 1, - "dealing": 1, - "whitespace": 1, - "html": 1, - "print0": 7, - "xargs": 2, - "rm": 1, - "<--literal>": 1, - "Quote": 1, - "metacharacters": 2, - "treated": 1, - "literal.": 1, - "<-r>": 1, - "<-R>": 1, - "<--recurse>": 1, - "Recurse": 3, - "compatibility": 2, - "turning": 1, - "<--no-recurse>": 1, - "off.": 1, - "<--smart-case>": 1, - "<--no-smart-case>": 1, - "strings": 1, - "uppercase": 1, - "characters.": 1, - "similar": 1, - "": 1, - "vim.": 1, - "overrides": 2, - "option.": 1, - "<--sort-files>": 1, - "Sorts": 1, - "lexically.": 3, - "Use": 6, - "listings": 1, - "deterministic": 1, - "runs": 1, - "<--show-types>": 1, - "Outputs": 1, - "filetypes": 8, - "associates": 1, - "Works": 1, - "<--thpppt>": 1, - "Display": 3, - "important": 1, - "Bill": 1, - "Cat": 1, - "logo.": 1, - "exact": 1, - "spelling": 1, - "<--thpppppt>": 1, - "important.": 1, - "skipped": 2, - "make": 3, - "binary": 3, - "perl": 9, - "ruby": 3, - "php": 2, - "python": 1, - "xml": 6, - "exist": 5, - "location.": 1, - "ACK_OPTIONS": 5, - "variable": 3, - "specifies": 1, - "placed": 1, - "front": 1, - "explicit": 1, - "ACK_COLOR_FILENAME": 5, - "Specifies": 4, - "color": 38, - "recognized": 1, - "clear": 2, - "reset": 5, - "dark": 1, - "bold": 5, - "underline": 1, - "underscore": 2, - "blink": 1, - "reverse": 1, - "concealed": 1, - "black": 3, - "red": 1, - "green": 3, - "yellow": 3, - "blue": 1, - "magenta": 1, - "on_black": 1, - "on_red": 1, - "on_green": 1, - "on_yellow": 3, - "on_blue": 1, - "on_magenta": 1, - "on_cyan": 1, - "on_white.": 1, - "Case": 1, - "significant.": 1, - "Underline": 1, - "reset.": 1, - "alone": 1, - "foreground": 1, - "on_color": 1, - "background": 1, - "color.": 2, - "<--color-filename>": 1, - "ACK_COLOR_MATCH": 5, - "printed": 1, - "<--color>": 1, - "mode.": 1, - "<--color-lineno>": 1, - "See": 1, - "": 1, - "specifications.": 1, - "ACK_PAGER": 5, - "program": 7, - "": 1, - "": 1, - "": 1, - "send": 1, - "its": 2, - "output.": 1, - "except": 1, - "Windows": 4, - "assume": 1, - "both": 1, - "specified.": 4, - "ACK_PAGER_COLOR": 7, - "understands": 1, - "ANSI": 3, - "sequences.": 1, - "never": 2, - "ACK": 2, - "&": 27, - "OTHER": 1, - "TOOLS": 1, - "Vim": 3, - "integration": 3, - "integrates": 1, - "easily": 2, - "editor.": 1, - "Set": 3, - "<.vimrc>": 1, - "grepprg": 1, - "That": 3, - "examples": 1, - "<-a>": 1, - "flags.": 1, - "Now": 1, - "step": 1, - "Dumper": 1, - "perllib": 1, - "Emacs": 1, - "Phil": 1, - "Jackson": 1, - "put": 1, - "": 1, - "extension": 1, - "": 1, - "TextMate": 2, - "Pedro": 1, - "Melo": 1, - "who": 1, - "writes": 1, - "Shell": 2, - "Return": 2, - "Code": 1, - "greater": 1, - "normal": 1, - "found.": 4, - "<$?=256>": 1, - "": 1, - "backticks.": 1, - "errors": 4, - "used.": 1, - "least": 1, - "returned.": 1, - "DEBUGGING": 1, - "PROBLEMS": 1, - "expecting": 1, - "forgotten": 1, - "<--noenv>": 1, - "<.ackrc>": 1, - "remember.": 1, - "Put": 1, - "type": 69, - "definitions": 1, - "it.": 1, - "smart": 1, - "too.": 1, - "sort": 9, - "there.": 1, - "working": 1, - "big": 2, - "codesets": 1, - "files.": 6, - "tree": 2, - "ideal": 1, - "sending": 1, - "": 1, - "p": 10, - "i": 27, - "e": 21, - "prefer": 1, - "doubt": 1, - "day": 1, - "find": 1, - "trouble": 1, - "spots": 1, - "website": 1, - "visitor.": 1, - "had": 1, - "problem": 1, - "loading": 1, - "": 1, - "took": 1, - "log": 4, - "scanned": 1, - "twice.": 1, - "Q": 7, - "aa.bb.cc.dd": 1, - "/path/to/access.log": 1, - "B5": 1, - "troublesome.gif": 1, - "first": 1, - "finds": 2, - "IP.": 1, - "second": 1, - "troublesome": 1, - "GIF": 1, - "shows": 1, - "previous": 1, - "five": 1, - "case.": 1, - "Share": 1, - "knowledge": 1, - "Join": 1, - "mailing": 1, - "list.": 1, - "Send": 1, - "me": 1, - "tips": 1, - "here.": 1, - "FAQ": 1, - "isn": 1, - "driven": 1, - "filetype.": 1, - "": 1, - "kind": 1, - "ignores": 1, - "switch": 1, - "you.": 1, - "source": 2, - "compiled": 1, - "control": 1, - "metadata": 1, - "wastes": 1, - "lot": 1, - "those": 2, - "returning": 1, - "great": 1, - "did": 1, - "No": 4, - "only.": 1, - "perfectly": 1, - "<-p>": 1, - "<-n>": 1, - "switches.": 1, - "select": 1, - "update.": 1, - "change": 1, - "PHP": 1, - "Unix": 1, - "Can": 1, - "recognize": 1, - "<.xyz>": 1, - "already": 2, - "program/package": 1, - "ack.": 2, - "Yes": 1, - "know.": 1, - "out": 3, - "nothing": 1, - "suggest": 1, - "symlink": 1, - "points": 1, - "": 1, - "crucial": 1, - "benefits": 1, - "having": 1, - "Regan": 1, - "Slaven": 1, - "ReziE": 1, - "<0x107>": 1, - "Mark": 1, - "Stosberg": 1, - "David": 1, - "Alan": 1, - "Pisoni": 1, - "Adriano": 1, - "Ferreira": 1, - "James": 1, - "Keenan": 1, - "Leland": 1, - "Johnson": 1, - "Ricardo": 1, - "Signes": 1, - "Pete": 1, - "Krawczyk.": 1, - "Copyright": 2, - "Andy": 2, - "Lester.": 2, - "Artistic": 2, - "License": 2, - "v2.0.": 2, - "File": 54, - "Next": 27, - "Spec": 13, - "files_defaults": 3, - "skip_dirs": 3, - "BEGIN": 7, - "file_filter": 12, - "descend_filter": 11, - "error_handler": 5, - "CORE": 3, - "sort_files": 11, - "follow_symlinks": 6, - "curdir": 1, - "updir": 1, - "__PACKAGE__": 1, - "parms": 15, - "@queue": 8, - "_setup": 2, - "filter": 12, - "fullpath": 12, - "local": 5, - "next": 9, - "_candidate_files": 2, - "iterator": 3, - "sort_standard": 2, - "cmp": 2, - "sort_reverse": 1, - "reslash": 4, - "@parts": 3, - "catfile": 4, - "passed_parms": 6, - "parm": 1, - "badkey": 1, - "dh": 4, - "opendir": 1, - "@newfiles": 5, - "sort_sub": 4, - "readdir": 1, - "has_stat": 3, - "catdir": 3, - "closedir": 1, - "End": 3, - "*STDOUT": 6, - "types": 26, - "type_wanted": 20, - "mappings": 29, - "ignore_dirs": 12, - "output_to_pipe": 12, - "dir_sep_chars": 10, - "is_cygwin": 6, - "is_windows": 12, - "Glob": 4, - "Getopt": 6, - "Long": 6, - "_MTN": 2, - "blib": 2, - "RCS": 2, - "SCCS": 2, - "_darcs": 2, - "_sgbak": 2, - "_build": 2, - "actionscript": 2, - "mxml": 2, - "ada": 4, - "adb": 2, - "ads": 2, - "asm": 4, - "batch": 2, - "bat": 2, - "cmd": 2, - "Binary": 2, - "T": 2, - "op": 2, - "tt": 4, - "tt2": 2, - "ttml": 2, - "vb": 4, - "bas": 2, - "cls": 2, - "frm": 2, - "ctl": 2, - "resx": 2, - "verilog": 2, - "vh": 2, - "sv": 2, - "vhdl": 4, - "vhd": 2, - "vim": 4, - "yaml": 4, - "yml": 2, - "dtd": 2, - "xsl": 2, - "xslt": 2, - "ent": 2, - "exts": 6, - "ext": 14, - "mk": 2, - "mak": 2, - "STDIN": 2, - "O": 4, - "/MSWin32/": 2, - "quotemeta": 5, - "@files": 12, - "ACKRC": 2, - "@dirs": 4, - "HOME": 4, - "USERPROFILE": 2, - "bsd_glob": 4, - "GLOB_TILDE": 2, - "open": 10, - "@lines": 21, - "/./": 2, - "s*#/": 2, - "<$fh>": 4, - "chomp": 4, - "getopt_specs": 6, - "after_context": 16, - "before_context": 18, - "break": 14, - "ACK_COLOR_LINENO": 4, - "column": 4, - "handled": 2, - "beforehand": 2, - "heading": 18, - "h": 6, - "H": 6, - "invert_file_match": 8, - "n": 19, - "o": 17, - "show_types": 4, - "smart_case": 3, - "u": 10, - "w": 7, - "remove_dir_sep": 7, - "print_version_statement": 2, - "show_help_types": 2, - "Pod": 4, - "Usage": 4, - "pod2usage": 2, - "verbose": 2, - "exitval": 2, - "dummy": 2, - "wanted": 4, - "no//": 2, - "later": 2, - "qq": 18, - "Unknown": 2, - "def_types_from_ARGV": 5, - "filetypes_supported": 5, - "parser": 12, - "Parser": 4, - "configure": 4, - "getoptions": 4, - "to_screen": 10, - "Win32": 9, - "Console": 2, - "@ret": 10, - "..": 7, - "uniq": 4, - "@uniq": 2, - "<=>": 2, - "b": 6, - "numerical": 2, - "occurs": 2, - "once": 4, - "@typedef": 8, - "td": 6, - "Builtin": 4, - "cannot": 4, - "changed.": 4, - "delete_type": 5, - "Type": 2, - "...": 2, - "@exts": 8, - ".//": 2, - "Cannot": 4, - "append": 2, - "Internal": 2, - "error": 4, - "builtin": 2, - "ignoredir_filter": 5, - "constant": 2, - "TEXT": 16, - "basename": 9, - ".*": 5, - "is_searchable": 8, - "lc_basename": 8, - "lc": 5, - "r": 18, - "SHEBANG#!#!": 2, - "lua": 2, - "erl": 2, - "hp": 2, - "ython": 2, - "d.": 2, - "b/": 4, - "ba": 2, - "z": 2, - "sh": 2, - "": 1, - "updated": 1, - "update": 1, - "message": 1, - "bak": 1, - "core": 1, - "swp": 1, - "js": 1, - "1": 1, - "str": 12, - "w/": 3, - "regex_is_lc": 2, - "qr/": 13, - "regex/": 9, - "S": 1, - ".*//": 1, - "_my_program": 3, - "Basename": 2, - "_get_thpppt": 3, - "y": 8, - "www": 2, - "U": 2, - "tr/": 2, - "x": 12, - "nOo_/": 2, - "*I": 2, - "#.": 6, - ".#": 4, - "I#": 2, - "#I": 6, - "#7": 4, - "results.": 2, - "interactively": 6, - "different": 3, - "group": 2, - "Same": 8, - "nogroup": 2, - "noheading": 2, - "nobreak": 2, - "Highlight": 2, - "redirected": 2, - "colour": 2, - "COLOR": 6, - "lineno": 2, - "numbers.": 2, - "Flush": 2, - "immediately": 2, - "non": 2, - "goes": 2, - "pipe": 4, - "finding": 2, - "searching.": 2, - "REGEX": 2, - "REGEX.": 2, - "Sort": 2, - "invert": 2, - "Print/search": 2, - "g/": 2, - "G.": 2, - "show": 3, - "Show": 2, - "has.": 2, - "inclusion/exclusion": 2, - "All": 5, - "Ignores": 2, - "unrestricted": 2, - "Add/Remove": 2, - "dirs": 2, - "R": 2, - "recurse": 2, - "subdirectories": 2, - "END_OF_HELP": 2, - "VMS": 2, - "vd": 2, - "Term": 6, - "ANSIColor": 8, - "printing": 2, - "last_output_line": 6, - "any_output": 10, - "keep_context": 8, - "@before": 16, - "before_starts_at_line": 10, - "after": 18, - "next_text": 8, - "has_lines": 4, - "should": 8, - "scalar": 3, - "m/": 12, - "print_match_or_context": 13, - "max": 12, - "context_overall_output_count": 6, - "print_blank_line": 2, - "is_binary": 4, - "opts": 2, - "is_match": 7, - "line_no": 12, - "match_start": 5, - "match_end": 3, - "show_column": 4, - "display_filename": 8, - "colored": 6, - "print_first_filename": 2, - "sep": 8, - "output_func": 8, - "print_separator": 2, - "print_filename": 2, - "display_line_no": 4, - "print_line_no": 2, - "regex/go": 2, - "regex/Term": 2, - "substr": 2, - "/eg": 2, - "z/": 2, - "K/": 2, - "z//": 2, - "print_column_no": 2, - "scope": 4, - "around": 5, - "TOTAL_COUNT_SCOPE": 2, - "total_count": 10, - "get_total_count": 4, - "reset_total_count": 4, - "ors": 11, - "record": 3, - "separator": 4, - "show_total": 6, - "print_count": 4, - "print_count0": 2, - "filetypes_supported_set": 9, - "repo": 18, - "Repository": 11, - "next_resource": 6, - "tarballs_work": 4, - ".tar": 2, - ".gz": 2, - "Tar": 4, - "XXX": 4, - "Error": 2, - "checking": 2, - "needs_line_scan": 14, - "EXPAND_FILENAMES_SCOPE": 4, - "expand_filenames": 7, - "argv": 12, - "attr": 6, - "foreach": 13, - "pattern": 10, - "@results": 14, - "didn": 2, - "ve": 2, - "tried": 2, - "load": 2, - "GetAttributes": 2, - "we": 9, - "got": 2, - "expanded": 3, - "@what": 14, - "Assume": 2, - "start_point": 4, - "_match": 8, - "target": 6, - "invert_flag": 4, - "starting_point": 10, - "g_regex": 4, - "g_regex/": 6, - "Maybe": 2, - "is_interesting": 4, - "msg": 5, - "Unable": 2, - "FAIL": 12, - "confess": 2, - "Plugin": 2, - "@ISA": 2, - "could_be_binary": 4, - "opened": 1, - "id": 6, - "*STDIN": 2, - "size": 5, - "_000": 1, - "sysread": 1, - "regex/m": 1, - "readline": 1, - "nexted": 3, - "##": 79, - "configuration": 3, - "BASE_DIR": 1, - "CONFIG_FILE": 2, - "Config": 1, - "DEBUG_LOG_FILE": 2, - "writable": 2, - "nagios": 3, - "DEBUGLEVEL": 3, - "Nothing": 1, - "Errors": 1, - "Warnings": 1, - "Debug": 1, - "DEBUGOUTPUT": 8, - "STDERR": 5, - "STDOUT": 1, - "cgi": 4, - "Global": 1, - "vars": 1, - "DEBUG_TIMESTAMP": 5, - "Find": 1, - "ARGV": 5, - "test": 1, - "console": 1, - "read_config": 4, - "abort": 23, - "performance": 2, - "data": 5, - "started": 1, - "parse_perfdata": 2, - "script": 1, - "browser": 1, - "run_as_cgi": 2, - "info": 1, - "logfile": 1, - "blank": 2, - "wrote": 1, - "anything...": 1, - "Program": 1, - "graph_name": 18, - "graph_iteration": 6, - "config": 67, - "display": 2, - "index": 2, - "graphs": 3, - "display_htmltemplate": 3, - "graph": 4, - "HTML": 6, - "page": 1, - "generate": 1, - "rrdtool_cmdline": 11, - ".join": 5, - "expand": 1, - "variables": 1, - "rrdarchive": 1, - "f/": 1, - "rrdarchive/g": 1, - "t_start": 4, - "t_start/g": 1, - "t_end": 4, - "e/": 1, - "t_end/g": 1, - "t_descr": 3, - "d/": 1, - "t_descr/g": 1, - "Call": 1, - "rrdtool": 3, - "probably": 1, - "fixed": 1, - "better": 1, - "exec": 1, - "template": 3, - "substitution": 1, - "stuff": 1, - "": 1, - "regex..": 1, - "/my": 1, - "varname": 8, - "date": 3, - "localtime": 2, - "return_html": 4, - "gn": 2, - "return_html.": 2, - "escape": 1, - "slash": 1, - "inside": 1, - "displaying": 1, - "actual": 1, - "images": 1, - "iteration_id": 2, - "unknown": 1, - "/eig": 1, - "thought": 1, - "Process": 1, - "incoming": 1, - "check": 3, - "plugin": 1, - "insert": 1, - "rrd": 3, - "archives": 2, - "rrd_updates": 13, - "Provide": 1, - "symbolic": 1, - "macros": 1, - "LASTCHECK": 1, - "HOSTNAME": 2, - "SERVICEDESCR": 2, - "SERVICESTATE": 1, - "OUTPUT": 2, - "PERFDATA": 2, - "host_and_descr_found": 3, - "Loop": 4, - "host_regexes": 1, - "host_regex": 5, - "service_description_regexes": 1, - "service_regex": 4, - "host_regex/i": 1, - "service_regex/i": 1, - "InsertValue": 1, - "host": 1, - "service_description": 1, - "insert_value": 10, - "output/perfdata": 1, - "regex_string": 1, - "regex_string/": 2, - "Insert": 1, - "RRD": 3, - "calling": 1, - "several": 1, - "archive": 9, - "rrdarchive_filename": 3, - "Create": 1, - "Archive": 1, - "according": 1, - "rrdarchive_filename.": 3, - "rrdtool_cmdline.": 1, - "Check": 1, - "wheter": 1, - "Assemle": 1, - "Read": 1, - "CONFIG": 2, - "line_counter": 2, - "": 1, - "@args": 11, - "shellwords": 1, - "orig_confline": 1, - "uc": 1, - "INSERTVALUE": 1, - "rrd_filename": 2, - "rrdcreatetemplate": 4, - "hostname_regex": 4, - "servicedescr_regex": 4, - "regex_template": 3, - "verify": 3, - "service": 1, - "description": 2, - "s*": 1, - "#/": 1, - "comment": 1, - "row": 1, - "nuthin": 1, - "RRDToolPath": 1, - "PlotTemplate": 1, - "htmltemplate": 2, - "parameters..": 2, - "GraphTimeTemplate": 1, - "time_template": 2, - "@t_descr": 2, - "workaround": 1, - "RRDCreateTemplate": 1, - "ValueRegexTemplate": 1, - "template_name": 3, - "@regexes": 2, - "perfdata": 1, - "regex_what": 2, - "dsa_name": 2, - "RRDARCHIVEPATH": 1, - "HTMLTemplatePath": 1, - "GraphIndexTemplate": 1, - "GRAPH": 1, - "rrdfilename": 1, - "graphtimetemplate": 1, - "plottemplate": 1, - "Write": 1, - "output/logging": 1, - "timestamp": 1, - "msg.": 2, - "SHEBANG#!#! perl": 4, - "examples/benchmarks/fib.pl": 1, - "Fibonacci": 2, - "Benchmark": 1, - "Calculates": 1, - "Number": 1, - "": 1, - "unspecified": 1, - "fib": 4, - "N": 2, - "": 1, - "Test": 2, - "Base": 1, - "__DATA__": 1, - "Strict": 1, - "container": 1, - "functions": 2, - "Version": 1, - "serviceable": 1, - "parts": 1, - "inside.": 1, - "this.": 1, - "FUNCTIONS": 1, - "Reads": 1, - ".ackrc": 1, - "arguments.": 1, - "arguments": 2, - "tweaking.": 1, - "Go": 1, - "<--type-set>": 1, - "foo=": 1, - "<--type-add>": 1, - "xml=": 1, - "Remove": 1, - "supported": 1, - "Removes": 1, - "internal": 1, - "structures": 1, - "type_wanted.": 1, - "Standard": 1, - "pass": 1, - "": 1, - "descend_filter.": 1, - "true": 3, - "ones": 1, - "ignore.": 1, - "removes": 1, - "trailing": 1, - "argument": 1, - "<$filename>": 1, - "could": 2, - "be.": 1, - "": 1, - "filetype": 1, - "": 1, - "avoid": 1, - "a.": 1, - "false": 1, - "starting_line_no": 1, - "context": 1, - "Optimized": 1, - "True/False": 1, - "<$regex>": 1, - "<$one>": 1, - "stop": 1, - "first.": 1, - "<$ors>": 1, - "<\"\\n\">": 1, - "filename.": 1, - "was": 2, - "Minor": 1, - "housekeeping": 1, - "before": 1, - "go": 1, - "globs": 1, - "going": 1, - "pipe.": 1, - "Exit": 1, - "correct": 1, - "handed": 1, - "argument.": 1, - "Fast": 3, - "XML": 2, - "XS": 2, - "FindBin": 1, - "Bin": 3, - "#use": 1, - "lib": 2, - "_stop": 4, - "SIG": 3, - "nginx": 2, - "external": 2, - "fcgi": 2, - "Ext_Request": 1, - "FCGI": 1, - "*STDERR": 1, - "int": 2, - "conv": 2, - "use_attr": 1, - "indent": 1, - "xml_decl": 1, - "tmpl_path": 2, - "tmpl": 5, - "nick": 1, - "parent": 5, - "third_party": 1, - "artist_name": 2, - "venue": 2, - "event": 2, - "zA": 1, - "Z0": 1, - "Content": 2, - "application/xml": 1, - "charset": 2, - "utf": 2, - "hash2xml": 1, - "text/html": 1, - "nError": 1, - "M": 1, - "system": 1, - "Bar": 1, - "@array": 1 - }, - "Perl6": { - "my": 310, - "class": 32, - "Failure": 1, - "{": 623, - "...": 5, - "}": 617, - "role": 12, - "X": 47, - "Comp": 12, - "ControlFlow": 2, - "Exception": 13, - "has": 49, - "ex": 16, - ";": 1063, - "method": 61, - "backtrace": 1, - "(": 852, - ")": 871, - "Backtrace.new": 1, - "self": 19, - "multi": 6, - "Str": 29, - "D": 4, - "self.": 3, - "message.Str": 1, - "//": 6, - "gist": 5, - "str": 25, - "try": 12, - "message": 24, - "return": 71, - "if": 95, - "self.backtrace": 1, - "throw": 2, - "is": 271, - "hidden_from_backtrace": 10, - "nqp": 28, - "bindattr": 2, - "newexception": 1, - "unless": 18, - "isconcrete": 1, - "setpayload": 2, - "decont": 2, - "msg": 5, - "setmessage": 1, - "unbox_s": 1, - "msg.Str": 1, - "msg.defined": 1, - "rethrow": 2, - "resumable": 1, - "p6bool": 2, - "istrue": 1, - "atkey": 2, - "resume": 5, - "Mu": 7, - "else": 22, - "die": 12, - "fail": 5, - "self.throw": 1, - "Failure.new": 1, - "getlexcaller": 1, - "isnull": 1, - "-": 558, - "compile": 2, - "time": 11, - "False": 6, - "AdHoc": 1, - ".payload": 1, - ".payload.Str": 1, - "Numeric": 1, - ".payload.Numeric": 1, - "Method": 4, - "NotFound": 1, - ".method": 4, - ".typename": 2, - "Bool": 4, - ".private": 2, - "InvalidQualifier": 1, - ".invocant": 1, - ".qualifier": 1, - "type": 31, - "sub": 97, - "EXCEPTION": 1, - "|": 28, - "vm_ex": 5, - "shift": 3, - "p6argvmarray": 1, - "payload": 6, - "getpayload": 1, - "istype": 1, - "int": 1, - "getextype": 1, - "#": 57, - "parrot": 2, - "pir": 1, - "const": 1, - "EXCEPTION_METHOD_NOT_FOUND": 1, - "&&": 13, - "endif": 2, - "p6box_s": 1, - "getmessage": 1, - "/": 54, - ".*": 2, - ".": 27, - "+": 98, - "do": 2, - "NQPRoutine": 1, - "eval": 2, - "@END_PHASERS": 1, - "last": 8, - "loop": 3, - "construct": 4, - "next": 11, - "redo": 1, - "proceed": 1, - "when": 17, - "clause": 2, - "succeed": 1, - "take": 4, - "gather": 7, - "perl6": 1, - "handle": 3, - "exception": 1, - "control": 1, - ".from": 2, - ".to": 2, - ".name": 20, - ".target": 4, - ".path": 7, - "o": 10, - ".mode.fmt": 2, - "MSWin32": 4, - "t": 21, - "use": 55, - "unknown": 1, - "trait": 1, - "in": 24, - "a": 64, - ".declaring": 1, - "declaration.": 1, - "Can": 6, - ".type": 2, - ".subtype": 1, - "Argument": 2, - "": 2, - ".directive": 1, - ".char": 1, - "A": 15, - ".placeholder": 1, - "Variable": 2, - ".symbol": 4, - "@.suggestions": 3, - "[": 93, - "]": 92, - "used": 7, - "at": 4, - "line": 8, - "s": 10, - "@s.join": 1, - "symbol": 5, - "call": 7, - "it": 9, - ".new": 1, - "collides": 1, - "with": 30, - "constructor": 1, - ".when": 1, - "Parameter": 6, - "Default": 1, - "does": 23, - ".how": 1, - ".parameter": 7, - "Placeholder": 1, - ".right": 2, - "Twigil": 1, - ".twigil": 2, - "MultipleTypeConstraints": 1, - "WrongOrder": 1, - ".misplaced": 1, - ".after": 1, - "InvalidType": 1, - "@.suggestions.join": 1, - "Signature": 1, - "NameClash": 1, - "Private": 2, - "Permission": 1, - ".source": 2, - "package": 5, - ".calling": 1, - "Unqualified": 1, - "Bind": 5, - ".target.defined": 1, - "NativeType": 1, - "Slice": 2, - "ZenSlice": 1, - "Value": 1, - "Dynamic": 1, - ".what": 6, - "Syntax": 8, - "Name": 1, - "Null": 2, - "UnlessElse": 1, - "KeywordAsFunction": 1, - ".word": 1, - ".needparens": 2, - "Malformed": 2, - "Elsif": 1, - "qq": 11, - "In": 2, - "Perl": 3, - "please": 2, - "The": 7, - ".reserved": 1, - "reserved": 1, - ".instead": 1, - "not": 14, - "allowed": 5, - "on": 12, - "negated": 1, - "pair": 1, - "key": 7, - "Cannot": 14, - "declare": 3, - "numeric": 1, - "twigil": 1, - ".scope": 3, - "variable": 4, - "augment": 2, - "without": 2, - ".package": 2, - "because": 3, - "closed": 1, - "give": 1, - "arguments": 3, - "to": 45, - ".macro": 1, - "operator": 9, - "object.": 2, - "only": 3, - "supply": 1, - "an": 8, - "initialization": 1, - "value": 13, - "for": 111, - "single": 5, - "public": 1, - "attribute": 3, - "but": 6, - "this": 3, - "the": 33, - "case": 1, - "Opening": 1, - "bracket": 1, - "required": 1, - "comment": 3, - "begin": 6, - "pod": 106, - "Missing": 1, - ".join": 3, - "*PID": 1, - "*GID": 1, - "*EGID": 1, - "<'>": 1, - ".ors": 1, - "Unsupported": 2, - "of": 94, - "v": 10, - "%": 127, - "m": 4, - "where": 3, - "no": 4, - "object": 4, - "available": 5, - "Virtual": 1, - ".call": 1, - "may": 1, - "be": 10, - "partially": 1, - "constructed": 1, - "objects": 1, - ".variable": 1, - "Radix": 1, - ".radix": 1, - "out": 5, - "range": 3, - "Operators": 1, - "and": 21, - "are": 12, - "non": 3, - "associative": 1, - "require": 1, - "parenthesis": 1, - "Adverb": 1, - ".adverb": 1, - ".construct": 1, - "Unrecognized": 1, - "regex": 8, - "metacharacter": 1, - ".metachar": 1, - "must": 2, - "quoted": 2, - "match": 6, - "literally": 1, - "as": 8, - "invocant": 1, - "marker": 1, - "signature": 1, - "after": 3, - "first": 8, - "parameter": 2, - "add": 2, - "tokens": 1, - "category": 1, - "Preceding": 1, - "context": 1, - "expects": 1, - "term": 1, - "found": 1, - "infix": 2, - ".infix": 1, - "instead": 2, - "kind": 13, - "cannot": 4, - "have": 2, - "attributes": 1, - "you": 4, - "tried": 1, - "You": 1, - "here": 1, - "maybe": 2, - "routine": 8, - "PRE": 2, - "Precondition": 1, - "Postcondition": 1, - ".condition.trim": 1, - "Unable": 1, - "deduce": 1, - "sequence": 2, - ".sequence": 1, - "Routine": 2, - "Attempt": 1, - "outside": 1, - "any": 3, - ".expected.": 5, - "name": 42, - ".got.": 5, - "binding": 1, - "returning": 1, - "assignment": 1, - "Calling": 1, - "requires": 1, - "n": 13, - "will": 4, - "never": 1, - "work": 3, - "argument": 1, - "types": 3, - "Type": 1, - "check": 1, - "failed": 1, - ".action": 2, - "expected": 7, - "got": 19, - "modify": 1, - "immutable": 2, - ".redispatcher": 1, - "dynamic": 2, - "scope": 1, - "dispatcher": 5, - "container": 1, - "mix": 1, - "composable": 1, - ".rolish.": 1, - "into": 1, - ".target.": 2, - "inherit": 2, - "from": 16, - "unknown.": 1, - "nDid": 2, - "mean": 2, - "one": 4, - "these": 3, - "itself.": 1, - "already": 2, - "been": 1, - "exported": 1, - "Lists": 1, - "both": 1, - "side": 1, - "dwimmy": 1, - "hyperop": 1, - "&": 24, - ".operator.name": 1, - "same": 1, - "length": 2, - "left": 2, - ".left": 1, - "elems": 2, - "elements": 2, - "right": 2, - "coerce": 1, - ".thing.": 1, - "Set.": 1, - "To": 2, - "create": 2, - "element": 1, - "set": 1, - "pass": 5, - "function": 1, - "Invalid": 1, - "string": 14, - ".format": 1, - "Cannnot": 1, - "unit": 1, - ".unit": 1, - "Date.delta": 1, - "No": 3, - "compiler": 1, - "language": 5, - "Trying": 1, - "import": 2, - "following": 4, - "symbols": 1, - "missing": 2, - "convert": 1, - ".reason": 1, - "Divide": 1, - "by": 26, - "zero": 1, - "using": 3, - ".using": 1, - "pseudo": 1, - ".pseudo": 1, - "such": 2, - "index": 3, - ".aggregate.": 1, - ".index": 1, - "Ambiguous": 1, - "signatures": 2, - "all": 6, - "none": 1, - "access": 1, - "through": 1, - "CALLER": 1, - "declared": 1, - "c_ex": 10, - "TypeCheck": 3, - "Binding.new": 1, - ".throw": 7, - "": 1, - "Assignment.new": 1, - "Return.new": 2, - "": 1, - "Assignment": 1, - "RO.new.throw": 1, - "redispatcher": 2, - "NoDispatcher.new": 1, - "@ambiguous": 2, - "Multi": 2, - "Ambiguous.new": 1, - "NoMatch.new": 1, - "parrot_c_ex": 2, - "getattr": 1, - "EnumMap": 1, - "bindcurhllsym": 1, - "Test": 11, - "@results": 3, - "plan": 7, - "k": 9, - "copy": 2, - "x1": 4, - "x2": 4, - "x3": 4, - "x4": 5, - "x5": 4, - "B": 7, - "@": 17, - "<=>": 4, - "0": 2, - "results": 6, - "1": 3, - "i": 12, - "v6": 13, - "MIME": 2, - "Base64": 2, - "URI": 3, - "LWP": 1, - "Simple": 1, - "auth": 6, - "": 1, - "ver": 1, - "<0.085>": 1, - "our": 4, - "VERSION": 1, - "enum": 1, - "RequestType": 6, - "": 1, - "POST": 3, - ".default_encoding": 2, - ".class_default_encoding": 2, - "Buf": 4, - "crlf": 2, - "Buf.new": 2, - "http_header_end_marker": 2, - "Int": 6, - "constant": 1, - "default_stream_read_len": 3, - "*": 15, - "base64encode": 1, - "user": 5, - "mime": 1, - "new": 9, - "encoded": 2, - "mime.encode_base64": 1, - "get": 2, - "url": 21, - "self.request_shell": 3, - "GET": 1, - "post": 3, - "headers": 16, - "Any": 5, - "content": 25, - "request_shell": 1, - "rt": 5, - "scheme": 1, - "hostname": 4, - "port": 5, - "path": 17, - "self.parse_url": 1, - "": 1, - "": 1, - "": 1, - "base64enc": 1, - "self.base64encode": 1, - "": 1, - "": 1, - "content.defined": 2, - "content.encode.bytes": 1, - "status": 6, - "resp_headers": 12, - "resp_content": 9, - "self.make_request": 1, - "given": 8, - "<[12]>": 1, - "resp_headers.hash": 1, - "new_url": 3, - "": 1, - "#if": 1, - "redirects": 1, - "/200/": 1, - "": 4, - "": 3, - "<-[/;]>": 1, - "<[/]>": 1, - "": 2, - "<-[;]>": 2, - "eq": 17, - "||": 7, - "ecma": 1, - "java": 1, - "script": 1, - "json/": 1, - "charset": 4, - "/charset": 1, - "charset.Str": 1, - "resp_content.decode": 1, - "default": 5, - "parse_chunks": 1, - "Blob": 6, - "b": 39, - "rw": 10, - "IO": 4, - "Socket": 2, - "INET": 2, - "sock": 4, - "line_end_pos": 13, - "chunk_len": 8, - "chunk_start": 4, - "xx": 1, - "Blob.new": 1, - "while": 7, - "<": 15, - "b.bytes": 3, - "b.subbuf": 2, - "ne": 6, - ".decode": 2, - "<.xdigit>": 1, - ".Str": 1, - "True": 2, - "bytes": 2, - "say": 47, - "inner": 1, - "chunk": 13, - "subbuf": 2, - "2": 12, - "4": 9, - "remaining": 1, - "part": 1, - "len": 1, - "CRLF": 1, - "minus": 1, - "piece": 1, - "end": 6, - "buffer": 1, - "last_chunk_end_len": 4, - "sock.read": 7, - "min": 3, - "make_request": 1, - "host": 3, - "self.stringify_headers": 1, - "req_str": 3, - "rt.Stringy": 1, - "sock.send": 1, - "resp": 5, - "self.parse_response": 1, - "": 1, - "is_last_chunk": 4, - "resp_content_chunk": 3, - "self.parse_chunks": 2, - "next_chunk_start": 1, - "elsif": 6, - "": 3, - "resp_content.bytes": 2, - "bit": 1, - "hacky": 1, - "now": 4, - "should": 6, - "ok": 14, - "resp.bytes": 3, - "sock.close": 1, - "parse_response": 1, - "header": 3, - "header_end_pos": 7, - "resp.subbuf": 3, - "@header_lines": 2, - ".split": 2, - "r": 20, - "n/": 3, - "status_line": 2, - "@header_lines.shift": 1, - "header.item": 1, - ".item": 1, - "getprint": 1, - "self.get": 2, - "*OUT.write": 1, - "getstore": 1, - "filename": 4, - "defined": 5, - "fh": 6, - "open": 5, - "bin": 1, - "w": 4, - "fh.write": 1, - "fh.print": 1, - "fh.close": 1, - "parse_url": 1, - "u": 1, - "u.path_query": 1, - "user_info": 5, - "u.grammar.parse_result": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "u.scheme": 1, - "u.host": 2, - "u.port": 1, - "": 2, - "password": 1, - "Nil": 1, - "stringify_headers": 1, - "sort": 5, - "headers.keys": 1, - "_": 71, - "Bailador": 7, - "App": 1, - "Request": 2, - "Response": 1, - "Context": 1, - "HTTP": 2, - "Easy": 2, - "PSGI": 1, - "module": 4, - "app": 1, - "App.current": 1, - "file": 18, - "callframe": 1, - ".file": 1, - "slash": 4, - "file.rindex": 2, - "app.location": 2, - "file.substr": 1, - "route_to_regex": 2, - "route": 5, - "route.split": 1, - ".map": 9, - "_.substr": 1, - "q": 8, - "<-[\\/\\.]>": 1, - "parse_route": 4, - ".eval": 1, - "Pair": 2, - "x": 32, - "export": 21, - "p": 15, - "x.key": 2, - "x.value": 2, - "app.add_route": 2, - "request": 1, - "app.context.request": 1, - "content_type": 1, - "app.response.headers": 2, - "Cool": 1, - "code": 4, - "app.response.code": 1, - "template": 2, - "tmpl": 2, - "*@params": 1, - "app.template": 1, - "@params": 1, - "dispatch_request": 1, - "dispatch": 5, - "r.env": 1, - "env": 5, - "app.context.env": 1, - "app.find_route": 1, - "app.response.content": 2, - "r.value.": 2, - "match.list": 1, - "app.response": 1, - "psgi": 2, - ".psgi": 1, - "baile": 1, - "PSGI.new": 1, - ".app": 1, - ".run": 1, - "pugs": 25, - "emit": 5, - "MONKEY_TYPING": 1, - "description": 2, - "Tests": 2, - "statement": 2, - "This": 3, - "attempts": 1, - "test": 2, - "many": 1, - "variations": 1, - "possible": 1, - "##": 6, - "foreach": 1, - "times_run": 2, - "eval_dies_ok": 8, - "plain": 2, - "old": 1, - "w/out": 2, - "parens": 4, - "..": 20, - "todo": 15, - "niecza": 6, - "skip": 12, - "@a": 38, - "@b": 4, - "zip": 1, - "y": 10, - "d": 17, - ".sign": 1, - "around": 2, - "e": 17, - "f": 13, - ".lc": 2, - "variables": 1, - "topic": 4, - "j": 4, - "@array": 9, - "@array_k": 2, - "@array_l": 2, - "l": 9, - "@array_o": 2, - "@array_p": 2, - "@elems": 6, - "": 6, - "c": 52, - "push": 6, - "@e": 6, - "<1>": 9, - "3": 10, - "<->": 2, - "elem": 8, - "<2>": 3, - "5": 8, - "second": 4, - "<3>": 1, - "6": 3, - "@array_s": 3, - "@s": 4, - "@array_t": 3, - "@t": 5, - "val": 13, - "@array_v": 2, - "@v": 2, - "@array_v.values": 1, - "@array_kv": 2, - "@kv": 2, - "@array_kv.kv": 1, - "hash_v": 2, - "hash_v.values": 1, - "hash_kv": 2, - "kv": 2, - "hash_kv.kv": 1, - "TestClass": 1, - ".key": 5, - "@array1": 6, - "TestClass.new": 6, - "sum1": 6, - "@array1.map": 3, - "_.key": 4, - "#L": 1, - "S04/The": 1, - "C": 22, - "": 1, - "statement/implicit": 1, - "block": 20, - "read/write": 1, - "_.WHAT.gist": 3, - "Int.gist": 1, - "Array.gist": 2, - "h": 4, - "output": 13, - "grep": 5, - "@array.sort": 2, - "#my": 1, - "#is": 1, - "#diag": 1, - "rakudo": 3, - "x*": 2, - "<4>": 1, - "res": 5, - "Z": 7, - "q*": 1, - "w*": 1, - "e*": 1, - "r*": 1, - "Inf": 2, - "EVAL": 8, - "/C": 1, - "style/": 1, - "/for/": 1, - "/loop/": 1, - "parsed": 10, - "rt71268": 3, - "lives_ok": 2, - "diag": 3, - "foo": 6, - "#OK": 1, - "**": 3, - "@rt113026": 3, - "iter": 4, - "@rt113026.push": 1, - "7": 2, - "8": 1, - "9": 3, - "10": 1, - "dies_ok": 2, - "fmt": 1, - "Foo": 1, - "@.items": 3, - "check_items": 1, - "item": 11, - "self.check_items": 1, - ".say": 1, - "Foo.new": 1, - "items": 3, - ".foo": 1, - "BEGIN": 3, - "@*INC.push": 2, - "SHEBANG#!perl": 2, - "http": 1, - "verb": 1, - "I": 3, - "there": 2, - "even": 1, - "specialer": 1, - "nesting": 1, - "trying": 1, - "mixed": 1, - "delimiters": 1, - "": 1, - "arbitrary": 2, - "delimiter": 2, - "Hooray": 1, - "": 1, - "whitespace": 6, - "<<": 30, - "more": 1, - "strings": 2, - "hash": 4, - "Hash.new": 1, - "Here": 2, - "highlighted": 1, - "table": 1, - "Of": 2, - "things": 1, - "declarator": 7, - "keyword": 7, - "like": 10, - "Another": 2, - "brace": 1, - "More": 2, - "blocks": 2, - "don": 2, - "Rob": 1, - "food": 1, - "something": 1, - "some": 2, - "stuff": 1, - "chars": 1, - "": 1, - "": 1, - "roleq": 1, - "weather": 4, - "probability": 4, - "fib": 4, - "Card": 2, - "bend": 1, - "fold": 1, - "mutilate": 1, - "punch": 2, - "card": 2, - "actions": 5, - ".bend": 1, - ".fold": 1, - ".mutilate": 1, - "@list": 5, - "castle": 2, - "full": 2, - "vowels": 2, - "<[aeiou]>": 1, - "/phantom/": 1, - "#Test": 1, - "DNA": 1, - "liner": 1, - "result": 5, - "": 1, - "CG": 1, - ".pick.comb.pick": 1, - "map": 5, - "*sin": 1, - "_/2": 1, - "sprintf": 1, - "done": 2, - "kwid": 2, - "DESCRIPTION": 2, - "that": 3, - "List": 1, - "quoting": 1, - "parser": 1, - "properly": 2, - "ignores": 1, - "lists.": 1, - "becomes": 1, - "important": 1, - "your": 1, - "endings": 1, - "x0d": 1, - "x0a.": 1, - "Characters": 1, - "ignored": 1, - "x20": 1, - "Most": 1, - "likely": 1, - "more.": 1, - "James": 1, - "tells": 1, - "me": 1, - "maximum": 1, - "Unicode": 1, - "char": 1, - "x10FFFF": 1, - "so": 3, - "we": 1, - "simply": 1, - "re": 1, - "list": 4, - "via": 1, - "IsSpace": 1, - "or": 4, - "fly.": 1, - "course": 1, - "contain": 1, - "whitespace.": 1, - "<\\xA0>": 1, - "specifically": 1, - "": 1, - "character": 1, - "thus": 1, - "": 1, - "break": 1, - "list.": 1, - "PUGS_BACKEND": 1, - "skip_rest": 2, - "exit": 2, - "@separators": 1, - "@nonseparators": 1, - "xa0": 3, - "<$sep\">": 1, - "join": 5, - "sep": 3, - "<\">": 1, - "split": 2, - "really": 1, - "empty": 1, - "handling": 1, - "I.": 1, - "Multiple": 1, - "<-I>": 1, - "switches": 1, - "supposed": 1, - "prepend": 1, - "Ifoo": 1, - "Ibar": 1, - "make": 1, - "<@*INC>": 3, - "look": 1, - "bar": 1, - "Duplication": 1, - "directories": 1, - "command": 9, - "mirrored": 1, - "": 1, - "Ilib": 2, - "": 1, - "entries": 1, - "": 1, - "fragment": 1, - "@tests": 2, - "@tests*2": 1, - "redir": 2, - "*EXECUTABLE_NAME": 1, - "*OS": 1, - "": 1, - "mingw": 1, - "msys": 1, - "cygwin": 1, - "nonce": 2, - ".pick": 1, - "run_pugs": 3, - "tempfile": 3, - "run": 1, - "slurp": 3, - "unlink": 1, - "@dirs": 9, - "chomp": 2, - "substr": 4, - "@got": 8, - "@expected": 4, - "Pod": 18, - "HTML": 1, - "Escape": 1, - "lib": 1, - "Perl6": 7, - "TypeGraph": 4, - "Viz": 1, - "Documentable": 2, - "Registry": 1, - "*DEBUG": 5, - "tg": 3, - "methods": 8, - "footer": 4, - "html": 7, - "head": 2, - "": 2, - "rel=": 2, - "href=": 3, - "type=": 2, - "media=": 1, - "title=": 1, - "munge": 2, - "<[a..z]>": 2, - "m/": 6, - "<[A..Z]>": 3, - "<[[\\w'-]>": 1, - "p2h": 9, - "pod2html": 1, - "Block": 10, - "level": 11, - "leading": 2, - "confs": 3, - "@chunks": 5, - "": 1, - "caption": 1, - "thing": 3, - "pod.": 2, - "Iterable": 1, - "thing.perl": 1, - "thing.Str": 1, - "confs.perl": 1, - "pod.content.list": 1, - "@chunks.push": 3, - "c.indent": 1, - "Positional": 1, - "c.map": 1, - "*.": 1, - "@chunks.join": 1, - "recursive": 2, - "dir": 6, - "@todo": 2, - "@todo.shift": 1, - "f.f": 1, - "@todo.push": 1, - "f.path": 1, - "@pod": 3, - "Code": 1, - ".content.grep": 1, - "MAIN": 2, - "debug": 3, - "typegraph": 2, - "": 2, - "images": 3, - "op": 10, - "prefix": 1, - "postfix": 1, - "circumfix": 1, - "postcircumfix": 1, - "listop": 2, - "mkdir": 1, - ".IO": 1, - "@source": 5, - ".grep": 5, - ".f": 1, - "rx": 2, - ".pod": 2, - ".path.subst": 1, - ".subst": 2, - "g": 3, - "TypeGraph.new": 1, - "tg.sorted.kv.flat.reverse": 1, - "dr": 17, - "Registry.new": 1, - "num": 2, - "podname": 12, - ".value": 1, - "what": 13, - "printf": 1, - "file.path": 2, - "write": 20, - "dr.compose": 1, - "disambiguation": 4, - "files": 6, - "graph": 2, - "force": 3, - "search": 2, - "seen": 9, - "dr.lookup": 11, - "": 10, - ".list": 5, - "d.name": 2, - "print": 3, - "spurt": 10, - "chunks": 4, - "pod.content": 2, - "Heading": 4, - ".level": 2, - "b.level": 2, - "heading": 10, - ".content": 4, - "pre": 1, - "circum": 1, - "postcircum": 1, - "fix": 2, - "heading.split": 1, - "dr.add": 4, - "": 1, - "subkind": 6, - "complete": 4, - "": 1, - "pod.content.push": 11, - "Named.new": 3, - "link": 24, - "@mro": 2, - "t.mro": 1, - "@mro.shift": 1, - "current": 13, - "taken": 1, - "care": 1, - "t.roles": 1, - "r.name": 2, - "c.name": 2, - "c.roles": 1, - "s/": 2, - ".push": 4, - "counter": 4, - ".lines": 1, - "ms/": 1, - "counter.keys": 1, - "": 1, - "qualified": 2, - "": 1, - "origin": 1, - "*@elems": 1, - "@current": 8, - "@current.push": 2, - "title": 14, - "*@blocks": 1, - "Array.new": 1, - "Para.new": 3, - "@blocks.flat": 1, - "@content": 4, - "text": 5, - "FormattingCode.new": 1, - "Item.new": 1, - "Heading.new": 1, - "dest": 1, - "dest.e": 1, - "dest.modified": 1, - ".path.modified": 1, - "tg.sorted": 1, - "viz": 6, - "Viz.new": 2, - "viz.to": 4, - "format": 4, - "size": 3, - "group": 9, - "tg.sorted.classify": 1, - "": 1, - "tg.types": 2, - "": 1, - "group.kv": 1, - "@types": 2, - "dot": 1, - "hints": 3, - "rank": 1, - "type.name": 2, - "@items": 1, - "raw": 1, - "raw.substr": 1, - "@items.push": 4, - ".sort": 6, - "escape": 5, - "s.trans": 1, - "": 1, - "<\\\\/>": 1, - "label": 1, - "@items.join": 1, - "template.subst": 1, - "operator_disambiguation_file_written": 3, - "dr.grouped": 1, - ".kv": 2, - "p.elems": 1, - "p.": 1, - "Array": 1, - "p.origin": 2, - "p.url": 4, - "o.human": 4, - "o.name": 4, - "o.url": 4, - "p.map": 1, - ".origin": 2, - ".human": 4, - ".url": 7, - ".kind": 2, - ".classify": 1, - "@ops": 3, - "@ops.map": 1, - "doc": 1, - "doc.subkind": 1, - "doc.name": 1, - "doc.pod": 1, - "@docs": 2, - "": 1, - "@subkinds": 4, - ".subkind": 1, - ".defined": 1, - "@docs.map": 1, - ".origin.name": 2, - ".origin.url": 1, - ".pod.list": 1, - "state": 1, - "dt": 3, - "DateTime.now": 1, - "
": 1, - "id=": 1, - "

": 2, - "Generated": 1, - "sources": 1, - "perl6/doc": 1, - "github": 1, - "": 1, - "

": 2, - "progress": 1, - "document": 1, - "known": 1, - "incomplete.": 1, - "Your": 1, - "contribution": 1, - "appreciated.": 1, - "
": 1, - "ContainsUnicode": 1, - "uc": 1, - "@things": 2, - "separator": 2, - ".uc.join": 1, - "date": 95, - "year": 36, - "month": 27, - "day": 4, - "Date.new": 1, - "dtim": 36, - "DateTime.new": 2, - "hour": 2, - "minute": 1, - ".truncated": 15, - "week": 50, - "truncated": 1, - "dt.truncated": 1, - "truncated.gist": 1, - ".day": 56, - ".week.join": 18, - ".week": 12, - "number": 6, - ".weekday": 13, - ".days": 6, - "nok": 6, - ".is": 9, - "leap": 9, - "Spec": 2, - "Win32": 1, - "Unix": 1, - "<[\\/>": 1, - "notslash": 1, - "<-[\\/>": 1, - "driveletter": 1, - "<[A..Z>": 1, - "z": 1, - "UNCpath": 1, - "<$slash>": 8, - "<$notslash>": 3, - "volume_rx": 1, - "<$driveletter>": 4, - "<$UNCpath>": 2, - "canonpath": 1, - "parent": 3, - "canon": 2, - "cat": 2, - "catdir": 1, - "volume": 9, - "directory": 5, - "basename": 2, - "": 1, - "relative": 1, - "foo.txt": 1, - "volume.chars": 1, - "directory.chars": 1, - "vol": 4, - "self.splitpath": 5, - "base": 11, - "base.defined": 1, - "*CWD": 3, - "self.canonpath": 3, - "Cwd": 2, - "getdcwd": 2, - "self.is": 1, - "absolute": 1, - "self.rel2abs": 1, - "path_directories": 2, - "path_file": 2, - "base_volume": 2, - "base_directories": 2, - "nofile": 1, - "self.catpath": 1, - "self.catdir": 1, - "*@rest": 1, - "volume.": 1, - "subst": 3, - "JSON": 4, - "Tiny": 3, - "Grammar": 1, - "Q": 29, - "true": 5, - "false": 3, - "null": 1, - "E": 1, - "E66": 1, - "controls": 1, - "alpha": 1, - "abcdefghijklmnopqrstuvwyz": 1, - "ALPHA": 1, - "ABCDEFGHIJKLMNOPQRSTUVWYZ": 1, - "digit": 2, - "special": 1, - "@#": 1, - "./": 1, - "can": 2, - "rosebud": 1, - "Not": 1, - "too": 1, - "deep": 1, - "Pattern": 1, - "pass3": 1, - "outermost": 1, - "array.": 1, - "It": 2, - "glossary": 2, - "example": 1, - "GlossDiv": 1, - "S": 1, - "GlossList": 1, - "GlossEntry": 1, - "ID": 1, - "SGML": 3, - "SortAs": 1, - "GlossTerm": 1, - "Standard": 1, - "Generalized": 1, - "Markup": 1, - "Language": 1, - "Acronym": 1, - "Abbrev": 1, - "ISO": 1, - "GlossDef": 1, - "para": 1, - "meta": 1, - "markup": 3, - "languages": 1, - "DocBook.": 1, - "GlossSeeAlso": 1, - "GML": 1, - "XML": 1, - "GlossSee": 1, - "menu": 1, - "id": 1, - "File": 1, - "popup": 1, - "menuitem": 1, - "New": 1, - "onclick": 3, - "CreateNewDoc": 1, - "Open": 1, - "OpenDoc": 1, - "Close": 1, - "CloseDoc": 1, - "widget": 1, - "window": 1, - "Sample": 1, - "Konfabulator": 1, - "Widget": 1, - "main_window": 1, - "width": 3, - "height": 3, - "image": 1, - "src": 1, - "Images/Sun.png": 1, - "sun1": 1, - "hOffset": 2, - "vOffset": 2, - "alignment": 2, - "center": 2, - "data": 1, - "Click": 1, - "style": 1, - "bold": 3, - "text1": 1, - "onMouseUp": 1, - "sun1.opacity": 2, - "implement": 1, - "stinkin": 1, - "quote": 2, - "<[\"\\ttab\\tcharacter>": 1, - "unquoted_key": 1, - "@n": 2, - "desc": 6, - "n.*": 2, - "Grammar.parse": 2, - "test_lines": 3, - "@lines": 8, - "SHEBANG#!#!rakudo": 1, - "@lines.elems": 1, - "count": 3, - "fh.eof": 1, - "fh.get": 1, - "x.defined": 1, - "fh.lines": 2, - "token": 6, - "stopper": 2, - "backslash": 3, - "sym": 3, - "<\\\\>": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "tweak_q": 1, - "self.panic": 2, - "tweak_qq": 1, - "b1": 1, - "c1": 1, - "s1": 1, - "a1": 1, - "h1": 1, - "f1": 1, - "Too": 2, - "late": 2, - "Math": 2, - "Model": 1, - "RungeKutta": 1, - "SVG": 3, - "Plot": 1, - ".derivatives": 2, - ".variables": 4, - ".initials": 4, - "@.captures": 3, - "inv": 2, - "derivatives.invert": 1, - "deriv": 7, - "names": 11, - "inv.keys": 1, - "keying": 1, - "values": 12, - ".results": 1, - "@.time": 1, - ".numeric": 2, - "error": 2, - "param": 3, - "c.signature.params": 1, - ".substr": 1, - "params": 3, - ".hash": 1, - "topo": 6, - "@vars": 4, - "@order": 2, - "inv.exists": 2, - ".variables.exists": 2, - "@order.push": 1, - "integrate": 2, - "resolution": 2, - "verbose": 2, - "d.key": 2, - ".initials.exists": 1, - "d.value": 1, - "
": 1, - "": 1, - "compatVersion=": 1, - "": 1, - "FreeMedForms": 1, - "": 1, - "": 1, - "C": 1, - "by": 14, - "Eric": 1, - "MAEKER": 1, - "MD": 1, - "": 1, - "": 1, - "GPLv3": 1, - "": 1, - "": 1, - "Patient": 1, - "data": 2, - "": 1, - "The": 75, - "XML": 1, - "form": 1, - "loader/saver": 1, - "FreeMedForms.": 1, - "": 1, - "//www.freemedforms.com/": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "ReactiveUI": 2, - "": 1, - "": 1, - "": 120, - "IObservedChange": 5, - "generic": 3, - "interface": 4, - "that": 94, - "replaces": 1, - "non": 1, - "PropertyChangedEventArgs.": 1, - "Note": 7, - "it": 16, - "used": 19, - "both": 2, - "Changing": 5, - "i.e.": 23, - "Changed": 4, - "Observables.": 2, - "In": 6, - "future": 2, - "will": 65, - "be": 57, - "Covariant": 1, - "which": 12, - "allow": 1, - "simpler": 1, - "casting": 1, - "between": 15, - "changes.": 2, - "": 120, - "object": 42, - "has": 16, - "raised": 1, - "change.": 12, - "name": 7, - "property": 74, - "changed": 18, - "on": 35, - "Sender.": 1, - "value": 44, - "changed.": 9, - "IMPORTANT": 1, - "NOTE": 1, - "often": 3, - "not": 9, - "set": 41, - "performance": 1, - "reasons": 1, - "unless": 1, - "you": 20, - "have": 17, - "explicitly": 1, - "requested": 1, - "an": 88, - "Observable": 56, - "via": 8, - "method": 34, - "such": 5, - "as": 25, - "ObservableForProperty.": 1, - "To": 4, - "retrieve": 3, - "use": 5, - "Value": 3, - "extension": 2, - "method.": 2, - "IReactiveNotifyPropertyChanged": 6, - "represents": 4, - "extended": 1, - "version": 3, - "INotifyPropertyChanged": 1, - "also": 17, - "exposes": 1, - "IEnableLogger": 1, - "dummy": 1, - "attaching": 1, - "any": 11, - "class": 11, - "give": 1, - "access": 3, - "Log": 2, - "When": 5, - "called": 5, - "fire": 11, - "change": 26, - "notifications": 22, - "neither": 3, - "traditional": 3, - "nor": 3, - "until": 7, - "return": 11, - "disposed.": 3, - "": 36, - "An": 26, - "when": 38, - "disposed": 4, - "reenables": 3, - "notifications.": 5, - "": 36, - "Represents": 4, - "fires": 6, - "*before*": 2, - "about": 5, - "should": 10, - "duplicate": 2, - "if": 27, - "same": 8, - "multiple": 6, - "times.": 4, - "*after*": 2, - "TSender": 1, - "helper": 5, - "adds": 2, - "typed": 2, - "versions": 2, - "Changed.": 1, - "IReactiveCollection": 3, - "collection": 27, - "can": 11, - "notify": 3, - "its": 4, - "contents": 2, - "are": 13, - "either": 1, - "items": 27, - "added/removed": 1, - "or": 24, - "itself": 2, - "changes": 13, - ".": 20, - "important": 6, - "implement": 5, - "Changing/Changed": 1, - "from": 12, - "semantically": 3, - "Fires": 14, - "added": 6, - "once": 4, - "per": 2, - "item": 19, - "added.": 4, - "Functions": 2, - "add": 2, - "AddRange": 2, - "provided": 14, - "was": 6, - "before": 8, - "going": 4, - "collection.": 6, - "been": 5, - "removed": 4, - "providing": 20, - "removed.": 4, - "whenever": 18, - "number": 9, - "in": 45, - "new": 10, - "Count.": 4, - "previous": 2, - "Provides": 4, - "Item": 4, - "implements": 8, - "IReactiveNotifyPropertyChanged.": 4, - "only": 18, - "enabled": 8, - "ChangeTrackingEnabled": 2, - "True.": 2, - "Enables": 2, - "ItemChanging": 2, - "ItemChanged": 2, - "properties": 29, - "implementing": 2, - "rebroadcast": 2, - "through": 3, - "ItemChanging/ItemChanged.": 2, - "T": 1, - "type": 23, - "specified": 7, - "Observables": 4, - "IMessageBus": 1, - "act": 2, - "simple": 2, - "way": 2, - "ViewModels": 3, - "other": 9, - "objects": 4, - "communicate": 2, - "each": 7, - "loosely": 2, - "coupled": 2, - "way.": 2, - "Specifying": 2, - "messages": 22, - "go": 2, - "where": 4, - "done": 2, - "combination": 2, - "Type": 9, - "message": 30, - "well": 2, - "additional": 3, - "parameter": 6, - "unique": 12, - "string": 13, - "distinguish": 12, - "arbitrarily": 2, - "client.": 2, - "Listen": 4, - "provides": 6, - "Message": 2, - "RegisterMessageSource": 4, - "SendMessage.": 2, - "": 12, - "listen": 6, - "to.": 7, - "": 12, - "": 84, - "identical": 11, - "types": 10, - "one": 27, - "purpose": 10, - "leave": 10, - "null.": 10, - "": 83, - "Determins": 2, - "particular": 2, - "registered.": 2, - "message.": 1, - "posted": 3, - "Type.": 2, - "Registers": 3, - "representing": 20, - "stream": 7, - "send.": 4, - "Another": 2, - "part": 2, - "code": 4, - "then": 3, - "call": 5, - "Observable.": 6, - "subscribed": 2, - "sent": 2, - "out": 4, - "provided.": 5, - "Sends": 2, - "single": 2, - "using": 9, - "contract.": 2, - "Consider": 2, - "instead": 2, - "sending": 2, - "response": 2, - "events.": 2, - "actual": 2, - "send": 3, - "returns": 5, - "current": 10, - "logger": 2, - "allows": 15, - "log": 2, - "attached.": 1, - "structure": 1, - "representation": 1, - "memoizing": 2, - "cache": 14, - "evaluate": 1, - "function": 13, - "but": 7, - "keep": 1, - "recently": 3, - "evaluated": 1, - "parameters.": 1, - "Since": 1, - "mathematical": 2, - "sense": 1, - "key": 12, - "*always*": 1, - "maps": 1, - "corresponding": 2, - "value.": 2, - "calculation": 8, - "function.": 6, - "returned": 2, - "Constructor": 2, - "whose": 7, - "results": 6, - "want": 2, - "Tag": 1, - "user": 2, - "defined": 1, - "size": 1, - "maintain": 1, - "after": 1, - "old": 1, - "start": 1, - "thrown": 1, - "out.": 1, - "result": 3, - "gets": 1, - "evicted": 2, - "because": 2, - "Invalidate": 2, - "Evaluates": 1, - "returning": 1, - "cached": 2, - "possible": 1, - "pass": 2, - "optional": 2, - "parameter.": 1, - "Ensure": 1, - "next": 1, - "time": 3, - "queried": 1, - "called.": 1, - "all": 4, - "Returns": 5, - "values": 4, - "currently": 2, - "MessageBus": 3, - "bus.": 1, - "scheduler": 11, - "post": 2, - "RxApp.DeferredScheduler": 2, - "default.": 2, - "Current": 1, - "RxApp": 1, - "global": 1, - "object.": 3, - "ViewModel": 8, - "another": 3, - "Return": 1, - "instance": 2, - "type.": 3, - "registered": 1, - "ObservableAsPropertyHelper": 6, - "help": 1, - "backed": 1, - "read": 3, - "still": 1, - "created": 2, - "directly": 1, - "more": 16, - "ToProperty": 2, - "ObservableToProperty": 1, - "methods.": 2, - "so": 1, - "output": 1, - "chained": 2, - "example": 2, - "property.": 12, - "Constructs": 4, - "base": 3, - "on.": 6, - "action": 2, - "take": 2, - "typically": 1, - "t": 2, - "bindings": 13, - "null": 4, - "OAPH": 2, - "at": 2, - "startup.": 1, - "initial": 28, - "normally": 6, - "Dispatcher": 3, - "based": 9, - "last": 1, - "Exception": 1, - "steps": 1, - "taken": 1, - "ensure": 3, - "never": 3, - "complete": 1, - "fail.": 1, - "Converts": 2, - "automatically": 3, - "onChanged": 2, - "raise": 2, - "notification.": 2, - "equivalent": 2, - "convenient.": 1, - "Expression": 7, - "initialized": 2, - "backing": 9, - "field": 10, - "ReactiveObject": 11, - "ObservableAsyncMRUCache": 2, - "memoization": 2, - "asynchronous": 4, - "expensive": 2, - "compute": 1, - "MRU": 1, - "fixed": 1, - "limit": 5, - "cache.": 5, - "guarantees": 6, - "given": 11, - "flight": 2, - "subsequent": 1, - "requests": 4, - "wait": 3, - "first": 1, - "empty": 1, - "web": 6, - "image": 1, - "receives": 1, - "two": 1, - "concurrent": 5, - "issue": 2, - "WebRequest": 1, - "does": 1, - "mean": 1, - "request": 3, - "Concurrency": 1, - "limited": 1, - "maxConcurrent": 1, - "too": 1, - "many": 1, - "operations": 6, - "progress": 1, - "further": 1, - "queued": 1, - "slot": 1, - "available.": 1, - "performs": 1, - "asyncronous": 1, - "async": 3, - "CPU": 1, - "Observable.Return": 1, - "may": 1, - "result.": 2, - "*must*": 1, - "equivalently": 1, - "input": 2, - "being": 1, - "memoized": 1, - "calculationFunc": 2, - "depends": 1, - "varables": 1, - "than": 5, - "unpredictable.": 1, - "reached": 2, - "discarded.": 4, - "maximum": 2, - "regardless": 2, - "caches": 2, - "server.": 2, - "clean": 1, - "up": 25, - "manage": 1, - "disk": 1, - "download": 1, - "temporary": 1, - "folder": 1, - "onRelease": 1, - "delete": 1, - "file.": 1, - "run": 7, - "defaults": 1, - "TaskpoolScheduler": 2, - "Issues": 1, - "fetch": 1, - "operation.": 1, - "operation": 2, - "finishes.": 1, - "If": 6, - "immediately": 3, - "upon": 1, - "subscribing": 1, - "returned.": 2, - "provide": 2, - "synchronous": 1, - "AsyncGet": 1, - "resulting": 1, - "Works": 2, - "like": 2, - "SelectMany": 2, - "memoizes": 2, - "selector": 5, - "calls.": 2, - "addition": 3, - "no": 4, - "selectors": 2, - "running": 4, - "concurrently": 2, - "queues": 2, - "rest.": 2, - "very": 2, - "services": 2, - "avoid": 2, - "potentially": 2, - "spamming": 2, - "server": 2, - "hundreds": 2, - "requests.": 2, - "similar": 3, - "passed": 1, - "SelectMany.": 1, - "similarly": 1, - "ObservableAsyncMRUCache.AsyncGet": 1, - "must": 2, - "sense.": 1, - "flattened": 2, - "selector.": 2, - "overload": 2, - "useful": 2, - "making": 3, - "service": 1, - "several": 1, - "places": 1, - "paths": 1, - "already": 1, - "configured": 1, - "ObservableAsyncMRUCache.": 1, - "notification": 6, - "Attempts": 1, - "expression": 3, - "expression.": 1, - "entire": 1, - "able": 1, - "followed": 1, - "otherwise": 1, - "Given": 3, - "fully": 3, - "filled": 1, - "SetValueToProperty": 1, - "apply": 3, - "target.property": 1, - "This.GetValue": 1, - "observed": 1, - "onto": 1, - "convert": 2, - "stream.": 3, - "ValueIfNotDefault": 1, - "filters": 1, - "BindTo": 1, - "takes": 1, - "applies": 1, - "Conceptually": 1, - "child": 2, - "without": 1, - "checks.": 1, - "set.": 3, - "x.Foo.Bar.Baz": 1, - "disconnects": 1, - "binding.": 1, - "ReactiveCollection.": 1, - "ReactiveCollection": 1, - "existing": 3, - "list.": 2, - "list": 1, - "populate": 1, - "anything": 2, - "Change": 2, - "Tracking": 2, - "Creates": 3, - "adding": 2, - "completes": 4, - "optionally": 2, - "ensuring": 2, - "delay.": 2, - "withDelay": 2, - "leak": 2, - "Timer.": 2, - "always": 4, - "UI": 2, - "thread.": 3, - "put": 2, - "into": 2, - "populated": 4, - "faster": 2, - "delay": 2, - "Select": 3, - "item.": 3, - "creating": 2, - "collections": 1, - "updated": 1, - "respective": 1, - "Model": 1, - "updated.": 1, - "Collection.Select": 1, - "mirror": 1, - "ObservableForProperty": 14, - "ReactiveObject.": 1, - "unlike": 13, - "Selector": 1, - "classes": 2, - "INotifyPropertyChanged.": 1, - "monitor": 1, - "RaiseAndSetIfChanged": 2, - "Setter": 2, - "write": 2, - "assumption": 4, - "named": 2, - "RxApp.GetFieldNameForPropertyNameFunc.": 2, - "almost": 2, - "keyword.": 2, - "newly": 2, - "intended": 5, - "Silverlight": 2, - "WP7": 1, - "reflection": 1, - "cannot": 1, - "private": 1, - "field.": 1, - "Reference": 1, - "custom": 4, - "raiseAndSetIfChanged": 1, - "doesn": 1, - "x": 1, - "x.SomeProperty": 1, - "suffice.": 1, - "RaisePropertyChanging": 2, - "mock": 4, - "scenarios": 4, - "manually": 4, - "fake": 4, - "invoke": 4, - "raisePropertyChanging": 4, - "faking": 4, - "RaisePropertyChanged": 2, - "helps": 1, - "make": 2, - "them": 1, - "compatible": 1, - "Rx.Net.": 1, - "declare": 1, - "initialize": 1, - "derive": 1, - "properties/methods": 1, - "MakeObjectReactiveHelper.": 1, - "InUnitTestRunner": 1, - "attempts": 1, - "determine": 1, - "heuristically": 1, - "unit": 3, - "framework.": 1, - "we": 1, - "determined": 1, - "framework": 1, - "running.": 1, - "GetFieldNameForProperty": 1, - "convention": 2, - "GetFieldNameForPropertyNameFunc.": 1, - "needs": 1, - "found.": 1, - "name.": 1, - "DeferredScheduler": 1, - "schedule": 2, - "work": 2, - "normal": 2, - "mode": 2, - "DispatcherScheduler": 1, - "Unit": 1, - "Test": 1, - "Immediate": 1, - "simplify": 1, - "writing": 1, - "common": 1, - "tests.": 1, - "background": 1, - "modes": 1, - "TPL": 1, - "Task": 1, - "Pool": 1, - "Threadpool": 1, - "Set": 3, - "provider": 1, - "usually": 1, - "entry": 1, - "MessageBus.Current.": 1, - "override": 1, - "naming": 1, - "one.": 1, - "WhenAny": 12, - "observe": 12, - "constructors": 12, - "need": 12, - "setup.": 12, - "": 1, - "": 1 - }, - "XProc": { - "": 1, - "version=": 2, - "encoding=": 1, - "": 1, - "xmlns": 2, - "p=": 1, - "c=": 1, - "": 1, - "port=": 2, - "": 1, - "": 1, - "Hello": 1, - "world": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1 - }, - "XQuery": { - "(": 38, - "-": 486, - "xproc.xqm": 1, - "core": 1, - "xqm": 1, - "contains": 1, - "entry": 2, - "points": 1, - "primary": 1, - "eval": 3, - "step": 5, - "function": 3, - "and": 3, - "control": 1, - "functions.": 1, - ")": 38, - "xquery": 1, - "version": 1, - "encoding": 1, - ";": 25, - "module": 6, - "namespace": 8, - "xproc": 17, - "declare": 24, - "namespaces": 5, - "p": 2, - "c": 1, - "err": 1, - "imports": 1, - "import": 4, - "util": 1, - "at": 4, - "const": 1, - "parse": 8, - "u": 2, - "options": 2, - "boundary": 1, - "space": 1, - "preserve": 1, - "option": 1, - "saxon": 1, - "output": 1, - "functions": 1, - "variable": 13, - "run": 2, - "run#6": 1, - "choose": 1, - "try": 1, - "catch": 1, - "group": 1, - "for": 1, - "each": 1, - "viewport": 1, - "library": 1, - "pipeline": 8, - "list": 1, - "all": 1, - "declared": 1, - "enum": 3, - "{": 5, - "": 1, - "name=": 1, - "ns": 1, - "": 1, - "}": 5, - "": 1, - "": 1, - "point": 1, - "stdin": 1, - "dflag": 1, - "tflag": 1, - "bindings": 2, - "STEP": 3, - "I": 1, - "preprocess": 1, - "let": 6, - "validate": 1, - "explicit": 3, - "AST": 2, - "name": 1, - "type": 1, - "ast": 1, - "element": 1, - "parse/@*": 1, - "sort": 1, - "parse/*": 1, - "II": 1, - "eval_result": 1, - "III": 1, - "serialize": 1, - "return": 2, - "results": 1, - "serialized_result": 2 - }, - "XSLT": { - "": 1, - "version=": 2, - "": 1, - "xmlns": 1, - "xsl=": 1, - "": 1, - "match=": 1, - "": 1, - "": 1, - "

": 1, - "My": 1, - "CD": 1, - "Collection": 1, - "

": 1, - "": 1, - "border=": 1, - "": 2, - "bgcolor=": 1, - "": 2, - "Artist": 1, - "": 2, - "": 1, - "select=": 3, - "": 2, - "": 1, - "
": 2, - "Title": 1, - "
": 2, - "": 2, - "
": 1, - "": 1, - "": 1, - "
": 1, - "
": 1 - }, - "Xojo": { - "#tag": 88, - "Report": 2, - "Begin": 23, - "BillingReport": 1, - "Compatibility": 2, - "Units": 1, - "Width": 3, - "PageHeader": 1, - "Type": 34, - "Height": 5, - "End": 27, - "Body": 1, - "PageFooter": 1, - "EndReport": 1, - "ReportCode": 1, - "EndReportCode": 1, - "Menu": 2, - "MainMenuBar": 1, - "MenuItem": 11, - "FileMenu": 1, - "SpecialMenu": 13, - "Text": 13, - "Index": 14, - "-": 14, - "AutoEnable": 13, - "True": 46, - "Visible": 41, - "QuitMenuItem": 1, - "FileQuit": 1, - "ShortcutKey": 6, - "Shortcut": 6, - "EditMenu": 1, - "EditUndo": 1, - "MenuModifier": 5, - "EditSeparator1": 1, - "EditCut": 1, - "EditCopy": 1, - "EditPaste": 1, - "EditClear": 1, - "EditSeparator2": 1, - "EditSelectAll": 1, - "UntitledSeparator": 1, - "AppleMenuItem": 1, - "AboutItem": 1, - "EndMenu": 1, - "Window": 2, - "Window1": 1, - "BackColor": 1, - "&": 1, - "cFFFFFF00": 1, - "Backdrop": 1, - "CloseButton": 1, - "Composite": 1, - "False": 14, - "Frame": 1, - "FullScreen": 1, - "FullScreenButton": 1, - "HasBackColor": 1, - "ImplicitInstance": 1, - "LiveResize": 1, - "MacProcID": 1, - "MaxHeight": 1, - "MaximizeButton": 1, - "MaxWidth": 1, - "MenuBar": 1, - "MenuBarVisible": 1, - "MinHeight": 1, - "MinimizeButton": 1, - "MinWidth": 1, - "Placement": 1, - "Resizeable": 1, - "Title": 1, - "PushButton": 1, - "HelloWorldButton": 2, - "AutoDeactivate": 1, - "Bold": 1, - "ButtonStyle": 1, - "Cancel": 1, - "Caption": 3, - "Default": 9, - "Enabled": 1, - "HelpTag": 3, - "InitialParent": 1, - "Italic": 1, - "Left": 1, - "LockBottom": 1, - "LockedInPosition": 1, - "LockLeft": 1, - "LockRight": 1, - "LockTop": 1, - "Scope": 4, - "TabIndex": 1, - "TabPanelIndex": 1, - "TabStop": 1, - "TextFont": 1, - "TextSize": 1, - "TextUnit": 1, - "Top": 1, - "Underline": 1, - "EndWindow": 1, - "WindowCode": 1, - "EndWindowCode": 1, - "Events": 1, - "Event": 1, - "Sub": 2, - "Action": 1, - "(": 7, - ")": 7, - "Dim": 3, - "total": 4, - "As": 4, - "Integer": 2, - "For": 1, - "i": 2, - "To": 1, - "+": 5, - "Next": 1, - "MsgBox": 3, - "Str": 1, - "EndEvent": 1, - "EndEvents": 1, - "ViewBehavior": 2, - "ViewProperty": 28, - "Name": 31, - "true": 26, - "Group": 28, - "InitialValue": 23, - "EndViewProperty": 28, - "EditorType": 14, - "EnumValues": 2, - "EndEnumValues": 2, - "EndViewBehavior": 2, - "dbFile": 3, - "FolderItem": 1, - "db": 1, - "New": 1, - "SQLiteDatabase": 1, - "GetFolderItem": 1, - "db.DatabaseFile": 1, - "If": 4, - "db.Connect": 1, - "Then": 1, - "db.SQLExecute": 2, - "_": 1, - "db.Error": 1, - "then": 1, - "db.ErrorMessage": 2, - "db.Rollback": 1, - "Else": 2, - "db.Commit": 1, - "Class": 3, - "Protected": 1, - "App": 1, - "Inherits": 1, - "Application": 1, - "Constant": 3, - "kEditClear": 1, - "String": 3, - "Dynamic": 3, - "Public": 3, - "#Tag": 5, - "Instance": 5, - "Platform": 5, - "Windows": 2, - "Language": 5, - "Definition": 5, - "Linux": 2, - "EndConstant": 3, - "kFileQuit": 1, - "kFileQuitShortcut": 1, - "Mac": 1, - "OS": 1, - "EndClass": 1, - "Toolbar": 2, - "MyToolbar": 1, - "ToolButton": 2, - "FirstItem": 1, - "Style": 2, - "SecondItem": 1, - "EndToolbar": 1 - }, - "Xtend": { - "package": 2, - "example2": 1, - "import": 7, - "org.junit.Test": 2, - "static": 4, - "org.junit.Assert.*": 2, - "class": 4, - "BasicExpressions": 2, - "{": 14, - "@Test": 7, - "def": 7, - "void": 7, - "literals": 5, - "(": 42, - ")": 42, - "//": 11, - "string": 1, - "work": 1, - "with": 2, - "single": 1, - "or": 1, - "double": 2, - "quotes": 1, - "assertEquals": 14, - "number": 1, - "big": 1, - "decimals": 1, - "in": 2, - "this": 1, - "case": 1, - "+": 6, - "*": 1, - "bd": 3, - "boolean": 1, - "true": 1, - "false": 1, - "getClass": 1, - "typeof": 1, - "}": 13, - "collections": 2, - "There": 1, - "are": 1, - "various": 1, - "methods": 2, - "to": 1, - "create": 1, - "and": 1, - "numerous": 1, - "extension": 2, - "which": 1, - "make": 1, - "working": 1, - "them": 1, - "convenient.": 1, - "val": 9, - "list": 1, - "newArrayList": 2, - "list.map": 1, - "[": 9, - "toUpperCase": 1, - "]": 9, - ".head": 1, - "set": 1, - "newHashSet": 1, - "set.filter": 1, - "it": 2, - ".size": 2, - "map": 1, - "newHashMap": 1, - "-": 5, - "map.get": 1, - "controlStructures": 1, - "looks": 1, - "like": 1, - "Java": 1, - "if": 1, - ".length": 1, - "but": 1, - "foo": 1, - "bar": 1, - "Never": 2, - "happens": 3, - "text": 2, - "never": 1, - "s": 1, - "cascades.": 1, - "Object": 1, - "someValue": 2, - "switch": 1, - "Number": 1, - "String": 2, - "loops": 1, - "for": 2, - "loop": 2, - "var": 1, - "counter": 8, - "i": 4, - "..": 1, - "while": 2, - "iterator": 1, - ".iterator": 2, - "iterator.hasNext": 1, - "iterator.next": 1, - "example6": 1, - "java.io.FileReader": 1, - "java.util.Set": 1, - "com.google.common.io.CharStreams.*": 1, - "Movies": 1, - "numberOfActionMovies": 1, - "movies.filter": 2, - "categories.contains": 1, - "yearOfBestMovieFrom80ies": 1, - ".contains": 1, - "year": 2, - ".sortBy": 1, - "rating": 3, - ".last.year": 1, - "sumOfVotesOfTop2": 1, - "long": 2, - "movies": 3, - "movies.sortBy": 1, - ".take": 1, - ".map": 1, - "numberOfVotes": 2, - ".reduce": 1, - "a": 2, - "b": 2, - "|": 2, - "_229": 1, - "new": 2, - "FileReader": 1, - ".readLines.map": 1, - "line": 1, - "segments": 1, - "line.split": 1, - "return": 1, - "Movie": 2, - "segments.next": 4, - "Integer": 1, - "parseInt": 1, - "Double": 1, - "parseDouble": 1, - "Long": 1, - "parseLong": 1, - "segments.toSet": 1, - "@Data": 1, - "title": 1, - "int": 1, - "Set": 1, - "": 1, - "categories": 1 - }, - "YAML": { - "gem": 1, - "-": 25, - "local": 1, - "gen": 1, - "rdoc": 2, - "run": 1, - "tests": 1, - "inline": 1, - "source": 1, - "line": 1, - "numbers": 1, - "gempath": 1, - "/usr/local/rubygems": 1, - "/home/gavin/.rubygems": 1, - "http_interactions": 1, - "request": 1, - "method": 1, - "get": 1, - "uri": 1, - "http": 1, - "//example.com/": 1, - "body": 3, - "headers": 2, - "{": 1, - "}": 1, - "response": 2, - "status": 1, - "code": 1, - "message": 1, - "OK": 1, - "Content": 2, - "Type": 1, - "text/html": 1, - ";": 1, - "charset": 1, - "utf": 1, - "Length": 1, - "This": 1, - "is": 1, - "the": 1, - "http_version": 1, - "recorded_at": 1, - "Tue": 1, - "Nov": 1, - "GMT": 1, - "recorded_with": 1, - "VCR": 1 - }, - "Zephir": { - "extern": 1, - "zend_class_entry": 1, - "*test_router_exception_ce": 1, - ";": 91, - "ZEPHIR_INIT_CLASS": 2, - "(": 59, - "Test_Router_Exception": 2, - ")": 57, - "<": 2, - "php": 1, - "namespace": 4, - "Test": 4, - "Router": 3, - "class": 3, - "Exception": 4, - "extends": 1, - "{": 58, - "}": 52, - "#ifdef": 1, - "HAVE_CONFIG_H": 1, - "#include": 9, - "#endif": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "ZEPHIR_REGISTER_CLASS_EX": 1, - "test": 1, - "router_exception": 1, - "zend_exception_get_default": 1, - "TSRMLS_C": 1, - "NULL": 1, - "return": 26, - "SUCCESS": 1, - "%": 10, - "#define": 1, - "MAX_FACTOR": 3, - "static": 1, - "long": 3, - "fibonacci": 4, - "n": 5, - "if": 39, - "else": 11, - "-": 25, - "+": 5, - "Cblock": 1, - "public": 22, - "function": 22, - "testCblock1": 1, - "int": 3, - "a": 6, - "testCblock2": 1, - "Route": 1, - "protected": 9, - "_pattern": 3, - "_compiledPattern": 3, - "_paths": 3, - "_methods": 5, - "_hostname": 3, - "_converters": 3, - "_id": 2, - "_name": 3, - "_beforeMatch": 3, - "__construct": 1, - "pattern": 37, - "paths": 7, - "null": 11, - "httpMethods": 6, - "this": 28, - "reConfigure": 2, - "let": 51, - "compilePattern": 2, - "var": 4, - "idPattern": 6, - "memstr": 10, - "str_replace": 6, - ".": 5, - "via": 1, - "extractNamedParams": 2, - "string": 6, - "char": 1, - "ch": 27, - "tmp": 4, - "matches": 5, - "boolean": 1, - "notValid": 5, - "false": 3, - "cursor": 4, - "cursorVar": 5, - "marker": 4, - "bracketCount": 7, - "parenthesesCount": 5, - "foundPattern": 6, - "intermediate": 4, - "numberMatches": 4, - "route": 12, - "item": 7, - "variable": 5, - "regexp": 7, - "strlen": 1, - "<=>": 5, - "0": 9, - "for": 4, - "in": 4, - "1": 3, - "substr": 3, - "break": 9, - "&&": 6, - "z": 2, - "Z": 2, - "true": 2, - "<='9')>": 1, - "_": 1, - "2": 2, - "continue": 1, - "[": 14, - "]": 14, - "moduleName": 5, - "controllerName": 7, - "actionName": 4, - "parts": 9, - "routePaths": 5, - "realClassName": 1, - "namespaceName": 1, - "pcrePattern": 4, - "compiledPattern": 4, - "extracted": 4, - "typeof": 2, - "throw": 1, - "new": 1, - "explode": 1, - "switch": 1, - "count": 1, - "case": 3, - "controller": 1, - "action": 1, - "array": 1, - "The": 1, - "contains": 1, - "invalid": 1, - "#": 1, - "array_merge": 1, - "//Update": 1, - "the": 1, - "s": 1, - "name": 5, - "*": 2, - "@return": 1, - "*/": 1, - "getName": 1, - "setName": 1, - "beforeMatch": 1, - "callback": 2, - "getBeforeMatch": 1, - "getRouteId": 1, - "getPattern": 1, - "getCompiledPattern": 1, - "getPaths": 1, - "getReversedPaths": 1, - "reversed": 4, - "path": 3, - "position": 3, - "setHttpMethods": 1, - "getHttpMethods": 1, - "setHostname": 1, - "hostname": 2, - "getHostname": 1, - "convert": 1, - "converter": 2, - "getConverters": 1 - }, - "Zimpl": { - "#": 2, - "param": 1, - "columns": 2, - ";": 7, - "set": 3, - "I": 3, - "{": 2, - "..": 1, - "}": 2, - "IxI": 6, - "*": 2, - "TABU": 4, - "[": 8, - "": 3, - "in": 5, - "]": 8, - "": 2, - "with": 1, - "(": 6, - "m": 4, - "i": 8, - "or": 3, - "n": 4, - "j": 8, - ")": 6, - "and": 1, - "abs": 2, - "-": 3, - "var": 1, - "x": 4, - "binary": 1, - "maximize": 1, - "queens": 1, - "sum": 2, - "subto": 1, - "c1": 1, - "forall": 1, - "do": 1, - "card": 2 - }, - "edn": { - "[": 24, - "{": 22, - "db/id": 22, - "#db/id": 22, - "db.part/db": 6, - "]": 24, - "db/ident": 3, - "object/name": 18, - "db/doc": 4, - "db/valueType": 3, - "db.type/string": 2, - "db/index": 3, - "true": 3, - "db/cardinality": 3, - "db.cardinality/one": 3, - "db.install/_attribute": 3, - "}": 22, - "object/meanRadius": 18, - "db.type/double": 1, - "data/source": 2, - "db.part/tx": 2, - "db.part/user": 17 - }, - "fish": { - "function": 6, - "eval": 5, - "-": 102, - "S": 1, - "d": 3, - "#": 18, - "If": 2, - "we": 2, - "are": 1, - "in": 2, - "an": 1, - "interactive": 8, - "shell": 1, - "should": 2, - "enable": 1, - "full": 4, - "job": 5, - "control": 5, - "since": 1, - "it": 1, - "behave": 1, - "like": 2, - "the": 1, - "real": 1, - "code": 1, - "was": 1, - "executed.": 1, - "don": 1, - "t": 2, - "do": 1, - "this": 1, - "commands": 1, - "that": 1, - "expect": 1, - "to": 1, - "be": 1, - "used": 1, - "interactively": 1, - "less": 1, - "wont": 1, - "work": 1, - "using": 1, - "eval.": 1, - "set": 49, - "l": 15, - "mode": 5, - "if": 21, - "status": 7, - "is": 3, - "else": 3, - "none": 1, - "end": 33, - "echo": 3, - "|": 3, - ".": 2, - "<": 1, - "&": 1, - "res": 2, - "return": 6, - "funced": 3, - "description": 2, - "editor": 7, - "EDITOR": 1, - "funcname": 14, - "while": 2, - "q": 9, - "argv": 9, - "[": 13, - "]": 13, - "switch": 3, - "case": 9, - "h": 1, - "help": 1, - "__fish_print_help": 1, - "e": 6, - "i": 5, - "set_color": 4, - "red": 2, - "printf": 3, - "(": 7, - "_": 3, - ")": 7, - "normal": 2, - "begin": 2, - ";": 7, - "or": 3, - "not": 8, - "test": 7, - "init": 5, - "n": 5, - "nend": 2, - "editor_cmd": 2, - "type": 1, - "f": 3, - "/dev/null": 2, - "fish": 3, - "z": 1, - "IFS": 4, - "functions": 5, - "fish_indent": 2, - "no": 2, - "indent": 1, - "prompt": 2, - "read": 1, - "p": 1, - "c": 1, - "s": 1, - "cmd": 2, - "TMPDIR": 2, - "/tmp": 1, - "tmpname": 8, - "%": 2, - "self": 2, - "random": 2, - "stat": 2, - "rm": 1, - "g": 1, - "configdir": 2, - "/.config": 1, - "XDG_CONFIG_HOME": 2, - "fish_function_path": 4, - "configdir/fish/functions": 1, - "__fish_sysconfdir/functions": 1, - "__fish_datadir/functions": 3, - "contains": 4, - "fish_complete_path": 4, - "configdir/fish/completions": 1, - "__fish_sysconfdir/completions": 1, - "__fish_datadir/completions": 3, - "/usr/xpg4/bin": 3, - "PATH": 6, - "path_list": 4, - "/bin": 1, - "/usr/bin": 1, - "/usr/X11R6/bin": 1, - "/usr/local/bin": 1, - "__fish_bin_dir": 1, - "USER": 1, - "root": 1, - "/sbin": 1, - "/usr/sbin": 1, - "/usr/local/sbin": 1, - "for": 1, - "fish_sigtrap_handler": 1, - "on": 2, - "signal": 1, - "TRAP": 1, - "scope": 1, - "shadowing": 1, - "breakpoint": 1, - "__fish_on_interactive": 2, - "event": 1, - "fish_prompt": 1, - "__fish_config_interactive": 1 - }, - "text": { - "Read": 1, - "me": 1, - "now": 1, - "the": 1, - "green": 1, - "potato": 1, - "la": 1, - "pomme": 1, - "de": 1, - "terre": 1, - "verte": 1 - }, - "wisp": { - ";": 199, - "#": 2, - "wisp": 6, - "Wisp": 13, - "is": 20, - "homoiconic": 1, - "JS": 17, - "dialect": 1, - "with": 6, - "a": 24, - "clojure": 2, - "syntax": 2, - "s": 7, - "-": 33, - "expressions": 6, - "and": 9, - "macros.": 1, - "code": 3, - "compiles": 1, - "to": 21, - "human": 1, - "readable": 1, - "javascript": 1, - "which": 3, - "one": 3, - "of": 16, - "they": 3, - "key": 3, - "differences": 1, - "from": 2, - "clojurescript.": 1, - "##": 2, - "data": 1, - "structures": 1, - "nil": 4, - "just": 3, - "like": 2, - "js": 1, - "undefined": 1, - "differenc": 1, - "that": 7, - "it": 10, - "shortcut": 1, - "for": 5, - "void": 2, - "(": 77, - ")": 75, - "in": 16, - "JS.": 2, - "Booleans": 1, - "booleans": 2, - "true": 6, - "/": 1, - "false": 2, - "are": 14, - "Numbers": 1, - "numbers": 2, - "Strings": 2, - "strings": 3, - "can": 13, - "be": 15, - "multiline": 1, - "Characters": 2, - "sugar": 1, - "single": 1, - "char": 1, - "Keywords": 3, - "symbolic": 2, - "identifiers": 2, - "evaluate": 2, - "themselves.": 1, - "keyword": 1, - "Since": 1, - "string": 1, - "constats": 1, - "fulfill": 1, - "this": 2, - "purpose": 2, - "keywords": 1, - "compile": 3, - "equivalent": 2, - "strings.": 1, - "window.addEventListener": 1, - "load": 1, - "handler": 1, - "invoked": 2, - "as": 4, - "functions": 8, - "desugars": 1, - "plain": 2, - "associated": 2, - "value": 2, - "access": 1, - "bar": 4, - "foo": 6, - "[": 22, - "]": 22, - "Vectors": 1, - "vectors": 1, - "arrays.": 1, - "Note": 3, - "Commas": 2, - "white": 1, - "space": 1, - "&": 6, - "used": 1, - "if": 7, - "desired": 1, - "Maps": 2, - "hash": 1, - "maps": 1, - "objects.": 1, - "unlike": 1, - "keys": 1, - "not": 4, - "arbitary": 1, - "types.": 1, - "{": 4, - "beep": 1, - "bop": 1, - "}": 4, - "optional": 2, - "but": 7, - "come": 1, - "handy": 1, - "separating": 1, - "pairs.": 1, - "b": 5, - "In": 5, - "future": 2, - "JSONs": 1, - "may": 1, - "made": 2, - "compatible": 1, - "map": 3, - "syntax.": 1, - "Lists": 1, - "You": 1, - "up": 1, - "lists": 1, - "representing": 1, - "expressions.": 1, - "The": 1, - "first": 4, - "item": 2, - "the": 9, - "expression": 6, - "function": 7, - "being": 1, - "rest": 7, - "items": 2, - "arguments.": 2, - "baz": 2, - "Conventions": 1, - "puts": 1, - "lot": 2, - "effort": 1, - "making": 1, - "naming": 1, - "conventions": 3, - "transparent": 1, - "by": 2, - "encouraning": 1, - "lisp": 1, - "then": 1, - "translating": 1, - "them": 1, - "dash": 1, - "delimited": 1, - "dashDelimited": 1, - "predicate": 1, - "isPredicate": 1, - "__privates__": 1, - "list": 2, - "vector": 1, - "listToVector": 1, - "As": 1, - "side": 2, - "effect": 1, - "some": 2, - "names": 1, - "expressed": 3, - "few": 1, - "ways": 1, - "although": 1, - "third": 2, - "expression.": 1, - "<": 1, - "number": 3, - "Else": 1, - "missing": 1, - "conditional": 1, - "evaluates": 2, - "result": 2, - "will": 6, - ".": 6, - "monday": 1, - "today": 1, - "Compbining": 1, - "everything": 1, - "an": 1, - "sometimes": 1, - "might": 1, - "want": 2, - "compbine": 1, - "multiple": 1, - "into": 2, - "usually": 3, - "evaluating": 1, - "have": 2, - "effects": 1, - "do": 4, - "console.log": 2, - "+": 9, - "Also": 1, - "special": 4, - "form": 10, - "many.": 1, - "If": 2, - "evaluation": 1, - "nil.": 1, - "Bindings": 1, - "Let": 1, - "containing": 1, - "lexical": 1, - "context": 1, - "simbols": 1, - "bindings": 1, - "forms": 1, - "bound": 1, - "their": 2, - "respective": 1, - "results.": 1, - "let": 2, - "c": 1, - "Functions": 1, - "fn": 15, - "x": 22, - "named": 1, - "similar": 2, - "increment": 1, - "also": 2, - "contain": 1, - "documentation": 1, - "metadata.": 1, - "Docstring": 1, - "metadata": 1, - "presented": 1, - "compiled": 2, - "yet": 1, - "comments": 1, - "function.": 1, - "incerement": 1, - "added": 1, - "makes": 1, - "capturing": 1, - "arguments": 7, - "easier": 1, - "than": 1, - "argument": 1, - "follows": 1, - "simbol": 1, - "capture": 1, - "all": 4, - "args": 1, - "array.": 1, - "rest.reduce": 1, - "sum": 3, - "Overloads": 1, - "overloaded": 1, - "depending": 1, - "on": 1, - "take": 2, - "without": 2, - "introspection": 1, - "version": 1, - "y": 6, - "more": 3, - "more.reduce": 1, - "does": 1, - "has": 2, - "variadic": 1, - "overload": 1, - "passed": 1, - "throws": 1, - "exception.": 1, - "Other": 1, - "Special": 1, - "Forms": 1, - "Instantiation": 1, - "type": 2, - "instantiation": 1, - "consice": 1, - "needs": 1, - "suffixed": 1, - "character": 1, - "Type.": 1, - "options": 2, - "More": 1, - "verbose": 1, - "there": 1, - "new": 2, - "Class": 1, - "Method": 1, - "calls": 3, - "method": 2, - "no": 1, - "different": 1, - "Any": 1, - "quoted": 1, - "prevent": 1, - "doesn": 1, - "t": 1, - "unless": 5, - "or": 2, - "macro": 7, - "try": 1, - "implemting": 1, - "understand": 1, - "use": 2, - "case": 1, - "We": 1, - "execute": 1, - "body": 4, - "condition": 4, - "defn": 2, - "Although": 1, - "following": 2, - "log": 1, - "anyway": 1, - "since": 1, - "exectued": 1, - "before": 1, - "called.": 1, - "Macros": 2, - "solve": 1, - "problem": 1, - "because": 1, - "immediately.": 1, - "Instead": 1, - "you": 1, - "get": 2, - "choose": 1, - "when": 1, - "evaluated.": 1, - "return": 1, - "instead.": 1, - "defmacro": 3, - "less": 1, - "how": 1, - "build": 1, - "implemented.": 1, - "define": 4, - "name": 2, - "def": 1, - "@body": 1, - "Now": 1, - "we": 2, - "above": 1, - "defined": 1, - "expanded": 2, - "time": 1, - "resulting": 1, - "diff": 1, - "program": 1, - "output.": 1, - "print": 1, - "message": 2, - ".log": 1, - "console": 1, - "Not": 1, - "macros": 2, - "via": 2, - "templating": 1, - "language": 1, - "available": 1, - "at": 1, - "hand": 1, - "assemble": 1, - "form.": 1, - "For": 2, - "instance": 1, - "ease": 1, - "functional": 1, - "chanining": 1, - "popular": 1, - "chaining.": 1, - "example": 1, - "API": 1, - "pioneered": 1, - "jQuery": 1, - "very": 2, - "common": 1, - "open": 2, - "target": 1, - "keypress": 2, - "filter": 2, - "isEnterKey": 1, - "getInputText": 1, - "reduce": 3, - "render": 2, - "Unfortunately": 1, - "though": 1, - "requires": 1, - "need": 1, - "methods": 1, - "dsl": 1, - "object": 1, - "limited.": 1, - "Making": 1, - "party": 1, - "second": 1, - "class.": 1, - "Via": 1, - "achieve": 1, - "chaining": 1, - "such": 1, - "tradeoffs.": 1, - "operations": 3, - "operation": 3, - "cons": 2, - "tagret": 1, - "enter": 1, - "input": 1, - "text": 1 - } - }, - "language_tokens": { - "ABAP": 1500, - "AGS Script": 2717, - "APL": 552, - "ATS": 4558, - "Agda": 376, - "Alloy": 1143, - "Ant Build System": 300, - "ApacheConf": 1449, - "Apex": 4408, - "AppleScript": 1862, - "Arduino": 20, - "AsciiDoc": 103, - "AspectJ": 324, - "Assembly": 886, - "AutoHotkey": 3, - "Awk": 544, - "BlitzBasic": 2065, - "BlitzMax": 40, - "Bluespec": 1298, - "Brightscript": 579, - "C": 65970, - "C#": 278, - "C++": 35139, - "CMake": 38, - "COBOL": 90, - "CSS": 43867, - "Ceylon": 49, - "Chapel": 9607, - "Cirru": 244, - "Clean": 1554, - "Clojure": 1899, - "CoffeeScript": 3026, - "ColdFusion": 131, - "ColdFusion CFC": 611, - "Common Lisp": 2289, - "Component Pascal": 825, - "Cool": 367, - "Coq": 18259, - "Creole": 134, - "Crystal": 1506, - "Cuda": 290, - "Cycript": 251, - "DM": 169, - "Dart": 74, - "Diff": 16, - "Dockerfile": 202, - "Dogescript": 30, - "E": 601, - "ECL": 281, - "Eagle": 30089, - "Elm": 628, - "Emacs Lisp": 1756, - "EmberScript": 45, - "Erlang": 2928, - "F#": 3281, - "FORTRAN": 192, - "Forth": 3956, - "Frege": 5564, - "G-code": 432, - "GAMS": 363, - "GAP": 9944, - "GAS": 133, - "GDScript": 1958, - "GLSL": 4321, - "Game Maker Language": 13310, - "Gnuplot": 1023, - "Golo": 4006, - "Gosu": 1008, - "Grace": 1381, - "Gradle": 80, - "Grammatical Framework": 10607, - "Graph Modeling Language": 21, - "Graphviz (DOT)": 575, - "Groff": 25, - "Groovy": 93, - "Groovy Server Pages": 91, - "HTML": 467, - "HTML+ERB": 213, - "Hack": 3249, - "Haml": 121, - "Handlebars": 69, - "Haskell": 302, - "Hy": 155, - "IDL": 418, - "IGOR Pro": 97, - "INI": 27, - "Idris": 148, - "Inform 7": 75, - "Ioke": 2, - "Isabelle": 136, - "JSON": 183, - "JSON5": 57, - "JSONLD": 18, - "JSONiq": 151, - "Jade": 3, - "Java": 8987, - "JavaScript": 78019, - "Julia": 247, - "KRL": 25, - "Kit": 6, - "Kotlin": 155, - "LFE": 1711, - "LOLCODE": 2786, - "LSL": 198, - "Lasso": 9849, - "Latte": 759, - "Less": 39, - "Liquid": 633, - "Literate Agda": 478, - "Literate CoffeeScript": 275, - "LiveScript": 123, - "Logos": 93, - "Logtalk": 36, - "LookML": 99, - "LoomScript": 624, - "Lua": 881, - "M": 23615, - "MTML": 93, - "Makefile": 50, - "Markdown": 1, - "Mask": 74, - "Mathematica": 1857, - "Matlab": 11942, - "Maven POM": 504, - "Max": 714, - "MediaWiki": 766, - "Mercury": 31096, - "Monkey": 207, - "Moocode": 5234, - "MoonScript": 1718, - "NSIS": 725, - "Nemerle": 17, - "NetLogo": 243, - "NewLisp": 1240, - "Nginx": 179, - "Nimrod": 1, - "Nit": 5282, - "Nix": 188, - "Nu": 116, - "OCaml": 382, - "Objective-C": 26518, - "Objective-C++": 6021, - "Omgrofl": 57, - "Opa": 28, - "Opal": 32, - "OpenCL": 144, - "OpenEdge ABL": 762, - "OpenSCAD": 67, - "Org": 358, - "Ox": 1006, - "Oxygene": 157, - "Oz": 116, - "PAWN": 3263, - "PHP": 20759, - "Pan": 130, - "Papyrus": 560, - "Parrot Assembly": 6, - "Parrot Internal Representation": 5, - "Pascal": 987, - "Perl": 20690, - "Perl6": 12283, - "PigLatin": 30, - "Pike": 1835, - "Pod": 658, - "PogoScript": 250, - "PostScript": 107, - "PowerShell": 12, - "Processing": 74, - "Prolog": 7254, - "Propeller Spin": 13519, - "Protocol Buffer": 63, - "Puppet": 103, - "PureScript": 1652, - "Python": 7222, - "QMake": 119, - "R": 1790, - "RAML": 83, - "RDoc": 279, - "RMarkdown": 19, - "Racket": 331, - "Ragel in Ruby Host": 593, - "Rebol": 533, - "Red": 816, - "RobotFramework": 483, - "Ruby": 4214, - "Rust": 3566, - "SAS": 93, - "SCSS": 39, - "SQF": 196, - "SQL": 1485, - "STON": 100, - "Sass": 28, - "Scala": 750, - "Scaml": 4, - "Scheme": 3515, - "Scilab": 69, - "Shell": 3651, - "ShellSession": 233, - "Shen": 3472, - "Slash": 187, - "Slim": 77, - "Smalltalk": 423, - "SourcePawn": 2080, - "Squirrel": 130, - "Standard ML": 6567, - "Stata": 3133, - "Stylus": 76, - "SuperCollider": 1987, - "Swift": 1128, - "SystemVerilog": 541, - "TXL": 213, - "Tcl": 1424, - "TeX": 8549, - "Tea": 3, - "Turing": 44, - "TypeScript": 109, - "UnrealScript": 2873, - "VCL": 545, - "VHDL": 42, - "Verilog": 3778, - "VimL": 34, - "Visual Basic": 581, - "Volt": 388, - "XC": 24, - "XML": 8523, - "XProc": 22, - "XQuery": 801, - "XSLT": 44, - "Xojo": 807, - "Xtend": 399, - "YAML": 77, - "Zephir": 1085, - "Zimpl": 123, - "edn": 227, - "fish": 636, - "text": 11, - "wisp": 1363 - }, - "languages": { - "ABAP": 1, - "AGS Script": 4, - "APL": 2, - "ATS": 10, - "Agda": 1, - "Alloy": 3, - "Ant Build System": 2, - "ApacheConf": 3, - "Apex": 6, - "AppleScript": 7, - "Arduino": 1, - "AsciiDoc": 3, - "AspectJ": 2, - "Assembly": 2, - "AutoHotkey": 1, - "Awk": 1, - "BlitzBasic": 3, - "BlitzMax": 1, - "Bluespec": 2, - "Brightscript": 1, - "C": 36, - "C#": 2, - "C++": 33, - "CMake": 1, - "COBOL": 4, - "CSS": 2, - "Ceylon": 1, - "Chapel": 5, - "Cirru": 9, - "Clean": 9, - "Clojure": 8, - "CoffeeScript": 9, - "ColdFusion": 1, - "ColdFusion CFC": 2, - "Common Lisp": 4, - "Component Pascal": 2, - "Cool": 2, - "Coq": 12, - "Creole": 1, - "Crystal": 3, - "Cuda": 2, - "Cycript": 1, - "DM": 1, - "Dart": 1, - "Diff": 1, - "Dockerfile": 1, - "Dogescript": 1, - "E": 6, - "ECL": 1, - "Eagle": 2, - "Elm": 3, - "Emacs Lisp": 2, - "EmberScript": 1, - "Erlang": 5, - "F#": 8, - "FORTRAN": 4, - "Forth": 15, - "Frege": 4, - "G-code": 4, - "GAMS": 1, - "GAP": 7, - "GAS": 1, - "GDScript": 4, - "GLSL": 8, - "Game Maker Language": 13, - "Gnuplot": 6, - "Golo": 27, - "Gosu": 5, - "Grace": 2, - "Gradle": 2, - "Grammatical Framework": 41, - "Graph Modeling Language": 1, - "Graphviz (DOT)": 2, - "Groff": 1, - "Groovy": 5, - "Groovy Server Pages": 4, - "HTML": 3, - "HTML+ERB": 2, - "Hack": 28, - "Haml": 2, - "Handlebars": 2, - "Haskell": 3, - "Hy": 2, - "IDL": 4, - "IGOR Pro": 2, - "INI": 2, - "Idris": 1, - "Inform 7": 2, - "Ioke": 1, - "Isabelle": 1, - "JSON": 4, - "JSON5": 2, - "JSONLD": 1, - "JSONiq": 2, - "Jade": 1, - "Java": 6, - "JavaScript": 27, - "Julia": 1, - "KRL": 1, - "Kit": 1, - "Kotlin": 1, - "LFE": 4, - "LOLCODE": 1, - "LSL": 1, - "Lasso": 4, - "Latte": 2, - "Less": 1, - "Liquid": 2, - "Literate Agda": 1, - "Literate CoffeeScript": 1, - "LiveScript": 1, - "Logos": 1, - "Logtalk": 1, - "LookML": 1, - "LoomScript": 2, - "Lua": 4, - "M": 29, - "MTML": 1, - "Makefile": 2, - "Markdown": 1, - "Mask": 1, - "Mathematica": 6, - "Matlab": 39, - "Maven POM": 1, - "Max": 3, - "MediaWiki": 1, - "Mercury": 9, - "Monkey": 1, - "Moocode": 3, - "MoonScript": 1, - "NSIS": 2, - "Nemerle": 1, - "NetLogo": 1, - "NewLisp": 1, - "Nginx": 1, - "Nimrod": 1, - "Nit": 22, - "Nix": 1, - "Nu": 2, - "OCaml": 2, - "Objective-C": 19, - "Objective-C++": 2, - "Omgrofl": 1, - "Opa": 2, - "Opal": 1, - "OpenCL": 2, - "OpenEdge ABL": 5, - "OpenSCAD": 2, - "Org": 1, - "Ox": 3, - "Oxygene": 1, - "Oz": 1, - "PAWN": 1, - "PHP": 11, - "Pan": 1, - "Papyrus": 3, - "Parrot Assembly": 1, - "Parrot Internal Representation": 1, - "Pascal": 3, - "Perl": 17, - "Perl6": 21, - "PigLatin": 1, - "Pike": 2, - "Pod": 1, - "PogoScript": 1, - "PostScript": 1, - "PowerShell": 2, - "Processing": 1, - "Prolog": 9, - "Propeller Spin": 10, - "Protocol Buffer": 1, - "Puppet": 3, - "PureScript": 4, - "Python": 12, - "QMake": 4, - "R": 7, - "RAML": 1, - "RDoc": 1, - "RMarkdown": 1, - "Racket": 2, - "Ragel in Ruby Host": 3, - "Rebol": 6, - "Red": 2, - "RobotFramework": 3, - "Ruby": 19, - "Rust": 1, - "SAS": 2, - "SCSS": 1, - "SQF": 2, - "SQL": 5, - "STON": 7, - "Sass": 1, - "Scala": 4, - "Scaml": 1, - "Scheme": 2, - "Scilab": 3, - "Shell": 39, - "ShellSession": 3, - "Shen": 3, - "Slash": 1, - "Slim": 1, - "Smalltalk": 3, - "SourcePawn": 1, - "Squirrel": 1, - "Standard ML": 5, - "Stata": 7, - "Stylus": 1, - "SuperCollider": 5, - "Swift": 43, - "SystemVerilog": 4, - "TXL": 1, - "Tcl": 4, - "TeX": 5, - "Tea": 1, - "Turing": 1, - "TypeScript": 2, - "UnrealScript": 2, - "VCL": 2, - "VHDL": 1, - "Verilog": 13, - "VimL": 3, - "Visual Basic": 3, - "Volt": 1, - "XC": 1, - "XML": 15, - "XProc": 1, - "XQuery": 1, - "XSLT": 1, - "Xojo": 6, - "Xtend": 2, - "YAML": 2, - "Zephir": 5, - "Zimpl": 1, - "edn": 1, - "fish": 3, - "text": 2, - "wisp": 1 - }, - "md5": "77ffb174794b1a9c0e7ff53b355a5b8f" -} \ No newline at end of file diff --git a/samples/NewLisp/log-to-database.lisp b/samples/NewLisp/log-to-database.lisp new file mode 100644 index 00000000..60af8406 --- /dev/null +++ b/samples/NewLisp/log-to-database.lisp @@ -0,0 +1,195 @@ +(module "sqlite3.lsp") ; loads the SQLite3 database module + +; FUNCTIONS------------------------------------------------- + +(define (displayln str-to-display) + (println str-to-display) +) + +(define (open-database sql-db-to-open) + (if (sql3:open (string sql-db-to-open ".db")) + (displayln "") + (displayln "There was a problem opening the database " sql-db-to-open ": " (sql3:error)))) + +(define (close-database) + (if (sql3:close) + (displayln "") + (displayln "There was a problem closing the database: " (sql3:error)))) + +;====== SAFE-FOR-SQL =============================================================== +; this function makes strings safe for inserting into SQL statements +; to avoid SQL injection issues +; it's simple right now but will add to it later +;=================================================================================== +(define (safe-for-sql str-sql-query) + (if (string? str-sql-query) (begin + (replace "&" str-sql-query "&") + (replace "'" str-sql-query "'") + (replace "\"" str-sql-query """) + )) + (set 'result str-sql-query)) + +(define (query sql-text) + (set 'sqlarray (sql3:sql sql-text)) ; results of query + (if sqlarray + (setq query-return sqlarray) + (if (sql3:error) + (displayln (sql3:error) " query problem ") + (setq query-return nil)))) + +(define-macro (create-record) + ; first save the values + (set 'temp-record-values nil) + (set 'temp-table-name (first (args))) + ;(displayln "
Arguments: " (args)) + (dolist (s (rest (args))) (push (eval s) temp-record-values -1)) + ; now save the arguments as symbols under the context "DB" + (dolist (s (rest (args))) + (set 'temp-index-num (string $idx)) ; we need to number the symbols to keep them in the correct order + (if (= (length temp-index-num) 1) (set 'temp-index-num (string "0" temp-index-num))) ; leading 0 keeps the max at 100. + (sym (string temp-index-num s) 'DB)) + ; now create the sql query + (set 'temp-sql-query (string "INSERT INTO " temp-table-name " (")) + ;(displayln "

TABLE NAME: " temp-table-name) + ;(displayln "

SYMBOLS: " (symbols DB)) + ;(displayln "
VALUES: " temp-record-values) + (dolist (d (symbols DB)) (extend temp-sql-query (rest (rest (rest (rest (rest (string d)))))) ", ")) + (set 'temp-sql-query (chop (chop temp-sql-query))) + (extend temp-sql-query ") VALUES (") + (dolist (q temp-record-values) + (if (string? q) (extend temp-sql-query "'")) ; only quote if value is non-numeric + (extend temp-sql-query (string (safe-for-sql q))) + (if (string? q) (extend temp-sql-query "'")) ; close quote if value is non-numeric + (extend temp-sql-query ", ")) ; all values are sanitized to avoid SQL injection + (set 'temp-sql-query (chop (chop temp-sql-query))) + (extend temp-sql-query ");") + ;(displayln "

***** SQL QUERY: " temp-sql-query) + (displayln (query temp-sql-query)) ; actually run the query against the database + (delete 'DB) ; we're done, so delete all symbols in the DB context. +) + +(define-macro (update-record) + ; first save the values + (set 'temp-record-values nil) + (set 'temp-table-name (first (args))) + (set 'continue true) ; debugging + (dolist (s (rest (args))) (push (eval s) temp-record-values -1)) + ; now save the arguments as symbols under the context "D2" + (dolist (st (rest (args))) + (set 'temp-index-num (string $idx)) ; we need to number the symbols to keep them in the correct order + (if (= (length temp-index-num) 1) (set 'temp-index-num (string "0" temp-index-num))) ; leading 0 keeps the max at 100. + ;(displayln "
SYMBOL>>>>" (string temp-index-num st) "<<<") ; debugging + (sym (string temp-index-num st) 'D2) + ) + (if continue (begin ; --- temporary debugging + ; now create the sql query + (set 'temp-sql-query (string "UPDATE " temp-table-name " SET ")) + ;(displayln "

TABLE NAME: " temp-table-name) + ;(displayln "

SYMBOLS: " (symbols D2)) + ;(displayln "
VALUES: " temp-record-values) + (dolist (d (rest (symbols D2))) ; ignore the first argument, as it will be the ConditionColumn for later + (extend temp-sql-query (rest (rest (rest (rest (rest (string d)))))) "=") + (set 'q (temp-record-values (+ $idx 1))) + (if (string? q) (extend temp-sql-query "'")) ; only quote if value is non-numeric + (extend temp-sql-query (string (safe-for-sql q))) + (if (string? q) (extend temp-sql-query "'")) ; close quote if value is non-numeric + (extend temp-sql-query ", ") ; all values are sanitized to avoid SQL injection + ) + (set 'temp-sql-query (chop (chop temp-sql-query))) + ; okay now add the ConditionColumn value + (extend temp-sql-query (string " WHERE " (rest (rest (rest (rest (rest (string (first (symbols D2)))))))) "=")) + (if (string? (first temp-record-values)) (extend temp-sql-query "'")) + (extend temp-sql-query (string (safe-for-sql (first temp-record-values)))) + (if (string? (first temp-record-values)) (extend temp-sql-query "'")) + (extend temp-sql-query ";") + ;(displayln "

***** SQL QUERY: " temp-sql-query) + (query temp-sql-query) ; actually run the query against the database + (delete 'D2) ; we're done, so delete all symbols in the DB context. + )) ; --- end temporary debugging +) + +(define-macro (delete-record) + (set 'temp-table-name (first (args))) + (set 'temp-record-values nil) + (dolist (s (rest (args))) (push (eval s) temp-record-values -1)) ; only one value for NOW... + (sym (first (rest (args))) 'DB) ; put the second argument (for now) into a symbol in the DB context + ; this will have to be in a dolist loop of (rest (args)) when I add more + (set 'temp-sql-query (string "DELETE FROM " temp-table-name " WHERE ")) + (dolist (d (symbols DB)) (extend temp-sql-query (rest (rest (rest (string d)))))) + (extend temp-sql-query "=") + ; why am I doing a loop here? There should be only one value, right? But maybe for future extension... + (dolist (q temp-record-values) + (if (string? q) (extend temp-sql-query "'")) ; only quote if value is non-numeric + (extend temp-sql-query (string (safe-for-sql q))) + (if (string? q) (extend temp-sql-query "'"))) ; close quote if value is non-numeric + (extend temp-sql-query ";") + ;(displayln "TEMP-DELETE-QUERY: " temp-sql-query) + (query temp-sql-query) + (delete 'DB) ; we're done, so delete all symbols in the DB context. +) + +(define-macro (get-record) + (set 'temp-table-name (first (args))) + ; if you have more arguments than just the table name, they become the elements of the WHERE clause + (if (> (length (args)) 1) (begin + (set 'temp-record-values nil) + (dolist (s (rest (args))) (push (eval s) temp-record-values -1)) ; only one value for NOW... + (sym (first (rest (args))) 'DB) ; put the second argument (for now) into a symbol in the DB context + ; this will have to be in a dolist loop of (rest (args)) when I add more + (set 'temp-sql-query (string "SELECT * FROM " temp-table-name " WHERE ")) + (dolist (d (symbols DB)) (extend temp-sql-query (rest (rest (rest (string d)))))) + (extend temp-sql-query "=") + ; why am I doing a loop here? There should be only one value, right? But maybe for future extension... + (dolist (q temp-record-values) + (if (string? q) (extend temp-sql-query "'")) ; only quote if value is non-numeric + (extend temp-sql-query (string (safe-for-sql q))) + (if (string? q) (extend temp-sql-query "'"))) ; close quote if value is non-numeric + (extend temp-sql-query ";") + ) + ; otherwise, just get everything in that table + (set 'temp-sql-query (string "SELECT * FROM " temp-table-name ";")) + ) + ;(displayln "TEMP-GET-QUERY: " temp-sql-query) + (delete 'DB) ; we're done, so delete all symbols in the DB context. + (set 'return-value (query temp-sql-query)) ; this returns a list of everything in the record +) + +; END FUNCTIONS =================== + + +(open-database "SERVER-LOGS") +(query "CREATE TABLE Logs (Id INTEGER PRIMARY KEY, IP TEXT, UserId TEXT, UserName TEXT, Date DATE, Request TEXT, Result TEXT, Size INTEGER, Referrer TEXT, UserAgent TEXT)") +;(print (query "SELECT * from SQLITE_MASTER;")) +(set 'access-log (read-file "/var/log/apache2/access.log")) +(set 'access-list (parse access-log "\n")) +(set 'max-items (integer (first (first (query "select count(*) from Logs"))))) +(println "Number of items in database: " max-items) +(println "Number of lines in log: " (length access-list)) +(dolist (line access-list) + (set 'line-list (parse line)) + ;(println "Line# " $idx " - " line-list) + ;(println "Length of line: " (length line-list)) + (if (> (length line-list) 0) (begin + (++ max-items) + (set 'Id max-items) (print $idx "/" (length access-list)) + (set 'IP (string (line-list 0) (line-list 1) (line-list 2))) + (set 'UserId (line-list 3)) + (set 'UserName (line-list 4)) + (set 'Date (line-list 5)) + (set 'Date (trim Date "[")) + (set 'Date (trim Date "]")) + ;(println "DATE: " Date) + (set 'date-parsed (date-parse Date "%d/%b/%Y:%H:%M:%S -0700")) + ;(println "DATE-PARSED: " date-parsed) + (set 'Date (date date-parsed 0 "%Y-%m-%dT%H:%M:%S")) + (println " " Date) + (set 'Request (line-list 6)) + (set 'Result (line-list 7)) + (set 'Size (line-list 8)) + (set 'Referrer (line-list 9)) + (set 'UserAgent (line-list 10)) + (create-record "Logs" Id IP UserId UserName Date Request Result Size Referrer UserAgent) + )) +) +(close-database) +(exit) \ No newline at end of file

": 23, - "Whenever": 1, - "we": 3, - "talk": 1, - "": 41, - "": 117, - "": 117, - "additive": 1, - "group": 2, - "acts": 1, - "via": 6, - "multiplication": 1, - "from": 5, - "such": 4, - "this": 15, - "action": 4, - "addition": 1, - "right": 2, - "distributive.": 1, - "accessed": 1, - "attribute": 2, - "Vector": 1, - "always": 1, - "Filt=": 4, - "synonyms.": 1, - "<#/GAPDoc>": 17, - "InstallTrueMethod": 4, - "IsGaussianSpace": 10, - "": 14, - "filter": 3, - "Sect=": 6, - "matrix": 5, - "say": 1, - "indicates": 3, - "matrices": 5, - "respectively": 1, - "contained": 4, - "In": 3, - "case": 2, - "called": 1, - "Gaussian": 19, - "Bases": 1, - "computed": 2, - "using": 2, - "elimination": 5, - "given": 4, - "generators.": 1, - "": 12, - "": 12, - "gap": 41, - "mats": 5, - "Rationals": 13, - "E": 2, - "element": 2, - "Field": 1, - "": 12, - "DeclareFilter": 1, - "IsFullMatrixModule": 1, - "IsFullRowModule": 1, - "nontrivial": 1, - "associative": 1, - "algebra": 2, - "multiplicative": 1, - "inverse": 1, - "each": 2, - "nonzero": 3, - "element.": 1, - "every": 1, - "possibly": 1, - "itself": 1, - "Note": 3, - "being": 2, - "thus": 1, - "property": 2, - "get": 1, - "usually": 1, - "represented": 1, - "stored": 1, - "DeclareSynonymAttr": 4, - "IsMagmaWithInversesIfNonzero": 1, - "IsNonTrivial": 1, - "IsAssociative": 1, - "IsEuclideanRing": 1, - "#A": 7, - "GeneratorsOfLeftVectorSpace": 1, - "GeneratorsOfVectorSpace": 2, - "": 7, - "For": 10, - "Attr=": 10, - "returns": 14, - "generate": 1, - "GeneratorsOfLeftOperatorAdditiveGroup": 2, - "CanonicalBasis": 3, - "If": 11, - "supports": 1, - "canonical": 6, - "otherwise": 2, - "": 3, - "": 3, - "returned.": 4, - "defining": 1, - "its": 2, - "uniquely": 1, - "determined": 1, - "exist": 1, - "same": 6, - "equality": 1, - "these": 5, - "decided": 1, - "comparing": 1, - "bases.": 1, - "exact": 1, - "meaning": 1, - "depends": 1, - "type": 2, - "Canonical": 1, - "defined": 3, - "example": 3, - "one": 11, - "designs": 1, - "new": 2, - "kind": 1, - "defines": 1, - "installs": 1, - "call": 1, - "On": 1, - "hand": 1, - "probably": 2, - "should": 2, - "install": 1, - "simply": 2, - "calls": 1, - "CANONICAL_BASIS_FLAGS": 1, - "": 9, - "vecs": 4, - "": 8, - "3": 5, - "DeclareAttribute": 4, - "IsRowSpace": 2, - "consists": 7, - "IsRowModule": 1, - "IsGaussianRowSpace": 1, - "scalars": 2, - "occur": 2, - "vectors.": 2, - "Thus": 3, - "calculations.": 2, - "Otherwise": 3, - "non": 4, - "Gaussian.": 2, - "will": 5, - "need": 3, - "flag": 2, - "write": 3, - "down": 2, - "delegate": 2, - "ones.": 2, - "IsNonGaussianRowSpace": 1, - "expresses": 2, - "so": 3, - "cannot": 2, - "handled": 3, - "nice": 4, - "way.": 2, - "Let": 4, - "K": 4, - "spanned": 4, - "Then": 1, - "cap": 1, - "v": 5, - "replacing": 1, - "entry": 2, - "forming": 1, - "concatenation.": 1, - "So": 2, - "DeclareHandlingByNiceBasis": 2, - "IsMatrixSpace": 2, - "IsMatrixModule": 1, - "IsGaussianMatrixSpace": 1, - "IsNonGaussianMatrixSpace": 1, - "irrelevant": 1, - "concatenation": 1, - "rows": 1, - "necessarily": 1, - "NormedRowVectors": 2, - "normed": 1, - "finite": 5, - "those": 1, - "first": 1, - "component.": 1, - "yields": 1, - "natural": 1, - "GF": 22, - "*Z": 5, - "Z": 6, - "Action": 1, - "GL": 1, - "OnLines": 1, - "TrivialSubspace": 2, - "zero": 4, - "triv": 2, - "0": 2, - "AsSet": 1, - "TrivialSubmodule": 1, - "optional": 3, - "argument": 1, - "specify": 3, - "empty.": 1, - "linearly": 3, - "independent": 3, - "particular": 1, - "immediately": 2, - "note": 2, - "formed": 1, - "argument.": 1, - "2": 1, - "DeclareGlobalFunction": 5, - "generated": 1, - "subset": 4, - "empty": 1, - "trivial": 1, - "parent": 3, - "returned": 3, - "does": 1, - "except": 1, - "omits": 1, - "both": 2, - "1": 3, - "Submodule": 1, - "SubmoduleNC": 1, - "#O": 2, - "": 2, - "domain.": 1, - "form": 2, - "Oper=": 6, - "smaller": 1, - "larger": 1, - "9": 1, - "collection.": 1, - "DeclareOperation": 2, - "takes": 1, - "arguments": 1, - "different": 2, - "let": 1, - "their": 1, - "intersection.": 1, - "AsStruct": 2, - "equal": 1, - "Substruct": 1, - "common": 1, - "Struct": 1, - "basis.": 1, - "handle": 1, - "intersections": 1, - "algebras": 2, - "ideals": 2, - "sided": 1, - "ideals.": 1, - "": 2, - "": 2, - "nonnegative": 2, - "integer": 2, - "length": 1, - "An": 2, - "alternative": 2, - "construct": 2, - "above": 2, - "FullRowModule": 2, - "FullMatrixSpace": 2, - "": 1, - "positive": 1, - "integers": 1, - "m": 8, - "fact": 1, - "FullMatrixModule": 3, - "fixed": 1, - "lies": 1, - "category": 1, - "DeclareCategory": 1, - "IsDomain": 1, - "Returns": 1, - "": 1, - "Called": 2, - "Special": 1, - "provided": 1, - "domains.": 1, - "OrthogonalSpaceInFullRowSpace": 1, - "complement": 1, - "#P": 1, - "": 1, - "mapping": 2, - "homomorphism": 1, - "linear": 1, - "source": 2, - "range": 1, - "hold": 1, - "DeclareProperty": 2, - "Magic.gi": 1, - "AutoDoc": 4, - "Max": 2, - "Horn": 2, - "JLU": 2, - "Giessen": 2, - "Sebastian": 2, - "Gutsche": 2, - "Kaiserslautern": 2, - "str": 8, - "suffix": 3, - "d": 16, - "IsDirectoryPath": 1, - "CreateDir": 2, - "currently": 1, - "undocumented": 1, - "LastSystemError": 1, - ".message": 1, - "pkg": 32, - "subdirs": 2, - "extensions": 1, - "d_rel": 6, - "files": 4, - "DirectoriesPackageLibrary": 2, - "continue": 3, - "Directory": 5, - "DirectoryContents": 1, - "Sort": 1, - "AUTODOC_GetSuffix": 2, - "IsReadableFile": 2, - "Make": 1, - "callable": 1, - "package_name": 1, - "AutoDocWorksheet.": 1, - "Which": 1, - "create": 1, - "worksheet": 1, - "package_info": 3, - "opt": 3, - "scaffold": 12, - "gapdoc": 7, - "maketest": 12, - "autodoc": 8, - "pkg_dir": 5, - "doc_dir": 18, - "doc_dir_rel": 3, - "title_page": 7, - "tree": 8, - "is_worksheet": 13, - "position_document_class": 7, - "gapdoc_latex_option_record": 4, - "LowercaseString": 3, - "DirectoryCurrent": 1, - "PackageInfo": 1, - "key": 3, - "val": 4, - "ValueOption": 1, - "opt.": 1, - "IsBound": 39, - "opt.dir": 4, - "IsString": 7, - "IsDirectory": 1, - "AUTODOC_CreateDirIfMissing": 1, - "opt.scaffold": 5, - "package_info.AutoDoc": 3, - "IsRecord": 7, - "IsBool": 4, - "AUTODOC_APPEND_RECORD_WRITEONCE": 3, - "AUTODOC_WriteOnce": 10, - "opt.autodoc": 5, - "package_info.Dependencies.NeededOtherPackages": 1, - "package_info.Dependencies.SuggestedOtherPackages": 1, - "ForAny": 1, - "autodoc.files": 7, - "autodoc.scan_dirs": 5, - "autodoc.level": 3, - "PushOptions": 1, - "level_value": 1, - "Append": 2, - "AUTODOC_FindMatchingFiles": 2, - "opt.gapdoc": 5, - "opt.maketest": 4, - "gapdoc.main": 8, - "package_info.PackageDoc": 3, - ".BookName": 2, - "gapdoc.bookname": 4, - "#Print": 1, - "gapdoc.files": 9, - "gapdoc.scan_dirs": 3, - "Set": 1, - "Number": 1, - "ListWithIdenticalEntries": 1, - "DocumentationTree": 1, - "autodoc.section_intros": 2, - "AUTODOC_PROCESS_INTRO_STRINGS": 1, - "Tree": 2, - "AutoDocScanFiles": 1, - "scaffold.TitlePage": 4, - "scaffold.TitlePage.Title": 2, - ".TitlePage.Title": 2, - "Position": 2, - "Remove": 2, - "JoinStringsWithSeparator": 1, - "ReplacedString": 2, - "Syntax": 1, - "scaffold.document_class": 7, - "PositionSublist": 5, - "GAPDoc2LaTeXProcs.Head": 14, - "scaffold.latex_header_file": 2, - "StringFile": 2, - "scaffold.gapdoc_latex_options": 4, - "RecNames": 1, - "scaffold.gapdoc_latex_options.": 5, - "IsList": 1, - "scaffold.includes": 4, - "scaffold.bib": 7, - "Unbind": 1, - "scaffold.main_xml_file": 2, - ".TitlePage": 1, - "ExtractTitleInfoFromPackageInfo": 1, - "CreateTitlePage": 1, - "scaffold.MainPage": 2, - "scaffold.dir": 1, - "scaffold.book_name": 1, - "CreateMainPage": 1, - "WriteDocumentation": 1, - "SetGapDocLaTeXOptions": 1, - "MakeGAPDocDoc": 1, - "CopyHTMLStyleFiles": 1, - "GAPDocManualLab": 1, - "maketest.folder": 3, - "maketest.scan_dir": 3, - "CreateMakeTest": 1, - "Magic.gd": 1, - "SHEBANG#!#! @Description": 1, - "SHEBANG#!#! This": 1, - "SHEBANG#!#! any": 1, - "SHEBANG#!#! ": 1, - "SHEBANG#!#! ": 5, - "SHEBANG#!#! It": 3, - "SHEBANG#!#! That": 1, - "SHEBANG#!#! of": 1, - "SHEBANG#!#! (with": 1, - "SHEBANG#!#! main": 1, - "SHEBANG#!#! XML": 1, - "SHEBANG#!#! other": 1, - "SHEBANG#!#! as": 1, - "SHEBANG#!#! to": 2, - "SHEBANG#!#! Secondly,": 1, - "SHEBANG#!#! page": 1, - "SHEBANG#!#! (name,": 1, - "SHEBANG#!#! on": 1, - "SHEBANG#!Item>": 25, - "SHEBANG#!#! tags": 1, - "SHEBANG#!#! This": 1, - "SHEBANG#!#! produce": 1, - "SHEBANG#!#! MathJaX": 1, - "SHEBANG#!#! generated": 1, - "SHEBANG#!#! this,": 1, - "SHEBANG#!#! supplementary": 1, - "SHEBANG#!#! (see": 1, - "SHEBANG#!Enum>": 1, - "SHEBANG#!#! For": 1, - "SHEBANG#!>": 11, - "SHEBANG#!#! The": 1, - "SHEBANG#!#! ": 1, - "SHEBANG#!Mark>": 22, - "SHEBANG#!#! The": 2, - "SHEBANG#!A>": 1, - "SHEBANG#!#! ": 1, - "SHEBANG#!#! ": 4, - "SHEBANG#!#! This": 4, - "SHEBANG#!#! Directory()": 1, - "SHEBANG#!#! (i.e.": 1, - "SHEBANG#!#! Default": 1, - "SHEBANG#!#! for": 1, - "SHEBANG#!#! The": 3, - "SHEBANG#!#! record.": 3, - "SHEBANG#!#! equivalent": 3, - "SHEBANG#!#! enabled.": 3, - "SHEBANG#!#! package's": 1, - "SHEBANG#!#! In": 3, - "SHEBANG#!K>),": 3, - "SHEBANG#!#! If": 3, - "####": 34, - "TODO": 3, - "mention": 1, - "merging": 1, - "PackageInfo.AutoDoc": 1, - "SHEBANG#!#! ": 3, - "SHEBANG#!#! ": 13, - "SHEBANG#!#! A": 6, - "SHEBANG#!#! If": 2, - "SHEBANG#!#! your": 1, - "SHEBANG#!#! you": 1, - "SHEBANG#!#! to": 4, - "SHEBANG#!#! is": 1, - "SHEBANG#!#! of": 2, - "SHEBANG#!#! This": 3, - "SHEBANG#!#! i.e.": 1, - "SHEBANG#!#! The": 2, - "SHEBANG#!#! then": 1, - "param": 1, - "bit": 2, - "strange.": 1, - "change": 1, - "general": 1, - "might": 1, - "want": 1, - "define": 2, - "entities...": 1, - "now": 1, - "document": 1, - "leave": 1, - "us": 1, - "choice": 1, - "revising": 1, - "how": 1, - "works.": 1, - "": 2, - "entities": 2, - "": 2, - "": 2, - "names": 1, - "corresponding": 1, - "XML": 4, - "entities.": 1, - "containing": 1, - "": 2, - "SomePackage": 3, - "": 2, - "added": 1, - "preamble": 1, - "