diff --git a/lib/linguist/generated.rb b/lib/linguist/generated.rb index 974fc7ae..99863a91 100644 --- a/lib/linguist/generated.rb +++ b/lib/linguist/generated.rb @@ -235,7 +235,7 @@ module Linguist # # Returns true or false. def composer_lock? - !!name.match(/composer.lock/) + !!name.match(/composer\.lock/) end # Internal: Is the blob a generated by Zephir diff --git a/lib/linguist/language.rb b/lib/linguist/language.rb index 4b251834..6066b204 100644 --- a/lib/linguist/language.rb +++ b/lib/linguist/language.rb @@ -532,6 +532,7 @@ module Linguist if extnames = extensions[name] extnames.each do |extname| if !options['extensions'].include?(extname) + warn "#{name} has a sample with extension (#{extname}) that isn't explicitly defined in languages.yml" unless extname == '.script!' options['extensions'] << extname end end diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 2ccc57a9..a7c7e5ad 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -28,6 +28,16 @@ ABAP: extensions: - .abap +AGS Script: + type: programming + lexer: C++ + color: "#B9D9FF" + aliases: + - ags + extensions: + - .asc + - .ash + ANTLR: type: programming color: "#9DC3FF" @@ -35,6 +45,12 @@ ANTLR: extensions: - .g4 +APL: + type: programming + color: "#8a0707" + extensions: + - .apl + ASP: type: programming color: "#6a40fd" @@ -260,6 +276,7 @@ C: extensions: - .c - .cats + - .h - .w C#: @@ -288,6 +305,7 @@ C++: - .cc - .cxx - .H + - .h - .h++ - .hh - .hpp @@ -346,6 +364,14 @@ Ceylon: extensions: - .ceylon +Chapel: + type: programming + color: "#8dc63f" + aliases: + - chpl + extensions: + - .chpl + ChucK: lexer: Java extensions: @@ -354,9 +380,8 @@ ChucK: Cirru: type: programming color: "#aaaaff" - # ace_mode: cirru - # lexer: Cirru - lexer: Text only + ace_mode: cirru + lexer: Cirru extensions: - .cirru @@ -403,14 +428,27 @@ CoffeeScript: ColdFusion: type: programming + group: ColdFusion lexer: Coldfusion HTML ace_mode: coldfusion color: "#ed2cd6" search_term: cfm aliases: - cfm + - cfml extensions: - .cfm + +ColdFusion CFC: + type: programming + group: ColdFusion + lexer: Coldfusion CFC + ace_mode: coldfusion + color: "#ed2cd6" + search_term: cfc + aliases: + - cfc + extensions: - .cfc Common Lisp: @@ -444,6 +482,7 @@ Coq: type: programming extensions: - .coq + - .v Cpp-ObjDump: type: data @@ -539,6 +578,7 @@ Dart: Diff: extensions: - .diff + - .patch Dogescript: type: programming @@ -587,7 +627,7 @@ Eagle: Eiffel: type: programming - lexer: Text only + lexer: Eiffel color: "#946d57" extensions: - .e @@ -607,7 +647,7 @@ Elm: Emacs Lisp: type: programming - lexer: Scheme + lexer: Common Lisp color: "#c065db" aliases: - elisp @@ -618,11 +658,20 @@ Emacs Lisp: - .el - .emacs +EmberScript: + type: programming + color: "#f64e3e" + lexer: CoffeeScript + extensions: + - .em + - .emberscript + Erlang: type: programming color: "#0faf8d" extensions: - .erl + - .escript - .hrl F#: @@ -698,6 +747,7 @@ Forth: extensions: - .fth - .4th + - .forth Frege: type: programming @@ -806,6 +856,9 @@ Gosu: color: "#82937f" extensions: - .gs + - .gst + - .gsx + - .vark Grace: type: programming @@ -841,6 +894,7 @@ Groovy: color: "#e69f56" extensions: - .groovy + - .gradle - .grt - .gtpl - .gvy @@ -933,7 +987,7 @@ Haxe: Hy: type: programming - lexer: Clojure + lexer: Hy ace_mode: clojure color: "#7891b1" extensions: @@ -945,6 +999,13 @@ IDL: color: "#e3592c" extensions: - .pro + - .dlm + +IGOR Pro: + type: programming + lexer: Igor + extensions: + - .ipf INI: type: data @@ -967,7 +1028,7 @@ Idris: Inform 7: type: programming - lexer: Text only + lexer: Inform 7 wrap: true extensions: - .ni @@ -1019,6 +1080,7 @@ JSON: searchable: false extensions: - .json + - .lock - .sublime-keymap - .sublime-mousemap - .sublime-project @@ -1140,6 +1202,12 @@ LFE: LLVM: extensions: - .ll + +LabVIEW: + type: programming + lexer: Text only + extensions: + - .lvproj LSL: type: programming @@ -1157,6 +1225,9 @@ Lasso: color: "#2584c3" extensions: - .lasso + - .las + - .lasso9 + - .ldml Latte: type: markup @@ -1235,6 +1306,14 @@ Logtalk: - .lgt - .logtalk +LookML: + type: programming + lexer: YAML + ace_mode: yaml + color: "#652B81" + extensions: + - .lookml + Lua: type: programming ace_mode: lua @@ -1242,6 +1321,7 @@ Lua: extensions: - .lua - .nse + - .pd_lua - .rbxs interpreters: - lua @@ -1307,7 +1387,7 @@ Mathematica: - .mathematica - .m - .nb - lexer: Text only + lexer: Mathematica Matlab: type: programming @@ -1387,6 +1467,7 @@ Myghty: NSIS: extensions: - .nsi + - .nsh Nemerle: type: programming @@ -1451,6 +1532,7 @@ OCaml: color: "#3be133" extensions: - .ml + - .eliom - .eliomi - .ml4 - .mli @@ -1471,6 +1553,7 @@ Objective-C: - objc extensions: - .m + - .h Objective-C++: type: programming @@ -1502,6 +1585,13 @@ Opa: extensions: - .opa +Opal: + type: programming + color: "#f7ede0" + lexer: Text only + extensions: + - .opal + OpenCL: type: programming group: C @@ -1518,6 +1608,13 @@ OpenEdge ABL: - abl extensions: - .p + - .cls + +OpenSCAD: + type: programming + lexer: Text only + extensions: + - .scad Org: type: prose @@ -1556,6 +1653,7 @@ PHP: - .php - .aw - .ctp + - .module - .php3 - .php4 - .php5 @@ -1567,7 +1665,7 @@ PHP: Pan: type: programming - lexer: Text only + lexer: Pan color: '#cc0000' extensions: - .pan @@ -1604,6 +1702,7 @@ Pascal: extensions: - .pas - .dfm + - .dpr - .lpr Perl: @@ -1613,12 +1712,15 @@ Perl: extensions: - .pl - .PL + - .cgi + - .fcgi - .perl - .ph - .plx - .pm - .pod - .psgi + - .t interpreters: - perl @@ -1635,6 +1737,13 @@ Perl6: - .pl6 - .pm6 +PigLatin: + type: programming + color: "#fcd7de" + lexer: Text only + extensions: + - .pig + Pike: type: programming color: "#066ab2" @@ -1787,7 +1896,7 @@ R: RDoc: type: prose - lexer: Text only + lexer: Rd ace_mode: rdoc wrap: true extensions: @@ -1827,6 +1936,7 @@ Racket: - .rkt - .rktd - .rktl + - .scrbl Ragel in Ruby Host: type: programming @@ -1896,7 +2006,10 @@ Ruby: - .god - .irbrc - .mspec + - .pluginspec - .podspec + - .rabl + - .rake - .rbuild - .rbw - .rbx @@ -1941,6 +2054,14 @@ SCSS: extensions: - .scss +SQF: + type: programming + color: "#FFCB1F" + lexer: C++ + extensions: + - .sqf + - .hqf + SQL: type: data ace_mode: sql @@ -1970,6 +2091,7 @@ Sass: group: CSS extensions: - .sass + - .scss Scala: type: programming @@ -1977,6 +2099,7 @@ Scala: color: "#7dd3b0" extensions: - .scala + - .sbt - .sc Scaml: @@ -1992,6 +2115,7 @@ Scheme: - .scm - .sld - .sls + - .sps - .ss interpreters: - guile @@ -2003,6 +2127,8 @@ Scilab: type: programming extensions: - .sci + - .sce + - .tst Self: type: programming @@ -2022,8 +2148,10 @@ Shell: - zsh extensions: - .sh + - .bash - .bats - .tmux + - .zsh interpreters: - bash - sh @@ -2090,6 +2218,7 @@ Standard ML: extensions: - .ML - .fun + - .sig - .sml Stata: @@ -2170,10 +2299,13 @@ TeX: extensions: - .tex - .aux + - .bbx - .bib + - .cbx - .cls - .dtx - .ins + - .lbx - .ltx - .mkii - .mkiv @@ -2290,6 +2422,7 @@ Visual Basic: extensions: - .vb - .bas + - .cls - .frm - .frx - .vba @@ -2318,6 +2451,7 @@ XML: - wsdl extensions: - .xml + - .ant - .axml - .ccxml - .clixml @@ -2331,6 +2465,7 @@ XML: - .fsproj - .glade - .grxml + - .ivy - .jelly - .kml - .launch diff --git a/lib/linguist/samples.json b/lib/linguist/samples.json index df38f390..ef1b399e 100644 --- a/lib/linguist/samples.json +++ b/lib/linguist/samples.json @@ -3,6 +3,13 @@ "ABAP": [ ".abap" ], + "AGS Script": [ + ".asc", + ".ash" + ], + "APL": [ + ".apl" + ], "ATS": [ ".atxt", ".dats", @@ -82,6 +89,9 @@ "Ceylon": [ ".ceylon" ], + "Chapel": [ + ".chpl" + ], "Cirru": [ ".cirru" ], @@ -98,6 +108,12 @@ "CoffeeScript": [ ".coffee" ], + "ColdFusion": [ + ".cfm" + ], + "ColdFusion CFC": [ + ".cfc" + ], "Common Lisp": [ ".cl", ".lisp" @@ -119,6 +135,9 @@ ".cu", ".cuh" ], + "Cycript": [ + ".cy" + ], "DM": [ ".dm" ], @@ -147,6 +166,9 @@ "Emacs Lisp": [ ".el" ], + "EmberScript": [ + ".em" + ], "Erlang": [ ".erl", ".escript", @@ -316,6 +338,9 @@ "Logtalk": [ ".lgt" ], + "LookML": [ + ".lookml" + ], "Lua": [ ".pd_lua" ], @@ -402,6 +427,9 @@ "Opa": [ ".opa" ], + "Opal": [ + ".opal" + ], "OpenCL": [ ".cl" ], @@ -409,6 +437,9 @@ ".cls", ".p" ], + "OpenSCAD": [ + ".scad" + ], "Org": [ ".org" ], @@ -441,6 +472,7 @@ ".dpr" ], "Perl": [ + ".cgi", ".fcgi", ".pl", ".pm", @@ -452,6 +484,9 @@ ".p6", ".pm6" ], + "PigLatin": [ + ".pig" + ], "Pike": [ ".pike", ".pmod" @@ -546,6 +581,10 @@ "SCSS": [ ".scss" ], + "SQF": [ + ".hqf", + ".sqf" + ], "SQL": [ ".prc", ".sql", @@ -640,7 +679,10 @@ ".tm" ], "TeX": [ - ".cls" + ".bbx", + ".cbx", + ".cls", + ".lbx" ], "Tea": [ ".tea" @@ -803,8 +845,8 @@ "exception.zep.php" ] }, - "tokens_total": 632154, - "languages_total": 873, + "tokens_total": 654541, + "languages_total": 900, "tokens": { "ABAP": { "*/**": 1, @@ -1065,6 +1107,392 @@ "pos": 2, "endclass.": 1 }, + "AGS Script": { + "function": 54, + "initialize_control_panel": 2, + "(": 281, + ")": 282, + "{": 106, + "gPanel.Centre": 1, + ";": 235, + "gRestartYN.Centre": 1, + "if": 96, + "IsSpeechVoxAvailable": 3, + "lblVoice.Visible": 1, + "false": 26, + "btnVoice.Visible": 1, + "sldVoice.Visible": 1, + "}": 107, + "else": 44, + "SetVoiceMode": 6, + "eSpeechVoiceAndText": 4, + "btnVoice.Text": 9, + "System.SupportsGammaControl": 3, + "sldGamma.Visible": 1, + "lblGamma.Visible": 1, + "//And": 1, + "now": 1, + "set": 7, + "all": 2, + "the": 15, + "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, + "eKeyboardMovement_Tapping": 3, + "repeatedly_execute": 2, + "IsGamePaused": 4, + "return": 8, + "repeatedly_execute_always": 1, + "show_inventory_window": 3, + "gInventory.Visible": 2, + "true": 18, + "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, + "on_key_press": 2, + "eKeyCode": 1, + "keycode": 27, + "eKeyEscape": 5, + "&&": 8, + "gRestartYN.Visible": 6, + "//Use": 1, + "ESC": 1, + "to": 14, + "cancel": 1, + "restart.": 1, + "gPanel.Visible": 11, + "eKeyReturn": 1, + "RestartGame": 2, + "||": 12, + "IsInterfaceEnabled": 3, + "eKeyCtrlQ": 1, + "QuitGame": 3, + "//": 66, + "Ctrl": 1, + "-": 217, + "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, + "is": 10, + "modes.": 1, + "//If": 1, + "you": 1, + "want": 1, + "something": 1, + "happen": 1, + "such": 1, + "as": 2, + "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, + "player": 13, + "has": 1, + "a": 1, + "selected": 1, + "item": 1, + "mode": 10, + "UseInv.": 1, + "eModeUseinv": 2, + "interface_click": 1, + "int": 18, + "interface": 3, + "btnInvUp_Click": 1, + "GUIControl": 31, + "*control": 31, + "MouseButton": 26, + "invCustomInv.ScrollUp": 1, + "btnInvDown_Click": 1, + "invCustomInv.ScrollDown": 1, + "btnInvOK_Click": 1, + "They": 2, + "pressed": 4, + "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, + "arrow": 9, + "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, + "+": 7, + "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, + "control": 2, + "btnDeleteSave_OnClick": 1, + "DeleteSaveSlot": 1, + "//****************************************************************************************************": 8, + "#define": 2, + "DISTANCE": 25, + "distance": 1, + "walks": 1, + "in": 1, + "Tapping": 2, + "before": 1, + "he": 1, + "stops": 1, + "enum": 2, + "KeyboardMovement_Directions": 4, + "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, + "KeyboardMovement_KeyDown": 5, + "down": 9, + "KeyboardMovement_KeyLeft": 5, + "left": 4, + "KeyboardMovement_KeyRight": 5, + "right": 5, + "KeyboardMovement_KeyUp": 5, + "up": 4, + "KeyboardMovement_KeyDownRight": 3, + "PgDn": 2, + "numpad": 8, + "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, + "disabled": 5, + "by": 1, + "default": 1, + "KeyboardMovement_CurrentDirection": 7, + "walking": 1, + "direction": 22, + "of": 6, + "character": 11, + "static": 2, + "KeyboardMovement": 2, + "SetMode": 2, + "Pressing": 1, + "eKeyboardMovement_Pressing": 2, + "player.on": 2, + "game": 2, + "paused": 2, + "module": 2, + "or": 8, + "hidden": 2, + "quit": 2, + "newdirection": 43, + "declare": 4, + "variable": 2, + "storing": 4, + "new": 19, + "get": 2, + "IsKeyPressed": 17, + "&": 4, + "arrows": 4, + "numeric": 2, + "pad": 2, + "held": 4, + "Down": 2, + "Right": 2, + "none": 1, + "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, + "player.y": 2, + "eNoBlock": 2, + "update": 3, + "key": 2, + "same": 1, + "on_event": 1, + "EventType": 1, + "event": 2, + "data": 1, + "eEventLeaveRoom": 1, + "KeyboardMovement_VERSION": 1, + "struct": 1, + "import": 1 + }, + "APL": { + "You": 1, + "can": 2, + "try": 1, + "this": 2, + "at": 1, + "http": 1, + "//tryapl.org/": 1, + "I": 2, + "not": 1, + "explain": 1, + "how": 1, + "much": 1, + "suddenly": 1, + "love": 1, + "crypto": 1, + "-": 1, + "language": 1, + "Starts": 2, + "Middles": 2, + "Qualifiers": 2, + "Finishes": 2, + "rf": 2, + "{": 3, + "(": 1, + ")": 1, + "}": 3, + "erf": 2, + "deepak": 2 + }, "ATS": { "//": 211, "#include": 16, @@ -1096,27 +1524,19 @@ "list0_map": 2, "": 14, "": 3, - "option0": 3, - "functor_option0": 2, - "opt": 6, - "option0_map": 1, - "functor_homres": 2, - "c": 3, + "datatype": 4, + "CoYoneda": 7, "r": 25, - "x": 48, + "of": 59, "fun": 56, - "Yoneda_phi": 3, - "Yoneda_psi": 3, + "CoYoneda_phi": 2, + "CoYoneda_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, + "x": 48, + "int0": 4, + "I": 8, + "int": 2, "bool": 27, "True": 7, "|": 22, @@ -1127,66 +1547,170 @@ "string": 2, "case": 9, "+": 20, - "of": 59, "fprint_val": 2, "": 2, "out": 8, "fprint": 3, + "int2bool": 2, + "i": 6, + "let": 34, + "in": 48, + "if": 7, + "then": 11, + "else": 7, + "end": 73, + "myintlist0": 2, + "g0ofg1": 1, + "list": 1, "myboolist0": 9, - "list_t": 1, - "g0ofg1_list": 1, - "Yoneda_bool_list0": 3, - "myboolist1": 2, "fprintln": 3, "stdout_ref": 4, "main0": 3, "UN": 3, - "code": 6, - "reuse": 2, + "phil_left": 3, + "n": 51, + "phil_right": 3, + "nmod": 1, + "NPHIL": 6, + "randsleep": 6, + "intGte": 1, + "void": 14, + "ignoret": 2, + "sleep": 2, + "UN.cast": 2, + "uInt": 1, + "rand": 1, + "mod": 1, + "phil_think": 3, + "println": 9, + "phil_dine": 3, + "lf": 5, + "rf": 5, + "phil_loop": 10, + "nl": 2, + "nr": 2, + "ch_lfork": 2, + "fork_changet": 5, + "ch_rfork": 2, + "channel_takeout": 4, + "HX": 1, + "try": 1, + "to": 16, + "actively": 1, + "induce": 1, + "deadlock": 2, + "ch_forktray": 3, + "forktray_changet": 4, + "channel_insert": 5, + "[": 49, + "]": 48, + "cleaner_wash": 3, + "fork_get_num": 4, + "cleaner_return": 4, + "ch": 7, + "cleaner_loop": 6, + "f0": 3, + "dynload": 3, + "local": 10, + "mythread_create_cloptr": 6, + "llam": 6, + "while": 1, + "true": 5, + "%": 7, + "#": 7, + "#define": 4, + "nphil": 13, + "natLt": 2, + "absvtype": 2, + "fork_vtype": 3, + "ptr": 2, + "vtypedef": 2, + "fork": 16, + "channel": 11, + "datavtype": 1, + "FORK": 3, "assume": 2, + "the_forkarray": 2, + "t": 1, + "array_tabulate": 1, + "fopr": 1, + "": 2, + "where": 6, + "channel_create_exn": 2, + "": 2, + "i2sz": 4, + "arrayref_tabulate": 1, + "the_forktray": 2, "set_vtype": 3, - "elt": 2, "t@ype": 2, - "List0_vt": 5, + "set": 34, + "t0p": 31, + "compare_elt_elt": 4, + "x1": 1, + "x2": 1, + "<": 14, "linset_nil": 2, - "list_vt_nil": 16, "linset_make_nil": 2, "linset_sing": 2, - "list_vt_cons": 17, + "": 16, "linset_make_sing": 2, + "linset_make_list": 1, + "List": 1, + "INV": 24, "linset_is_nil": 2, - "list_vt_is_nil": 1, "linset_isnot_nil": 2, - "list_vt_is_cons": 1, "linset_size": 2, - "let": 34, - "n": 51, - "list_vt_length": 1, - "in": 48, - "i2sz": 4, - "end": 73, + "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, + "opt": 6, + "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, + "List0_vt": 5, + "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, - "<": 14, "sgn": 9, - "compare_elt_elt": 4, - "if": 7, - "then": 11, "false": 6, - "else": 7, - "true": 5, - "[": 49, - "]": 48, - "linset_copy": 2, "list_vt_copy": 2, - "linset_free": 2, "list_vt_free": 1, - "linset_insert": 3, "mynode_cons": 4, "nx": 22, "mynode1": 6, @@ -1202,9 +1726,7 @@ "ins": 3, "tail": 1, "recursive": 1, - "&": 17, "n1": 4, - "#": 7, "<=>": 1, "1": 3, "mynode_make_elt": 4, @@ -1215,25 +1737,17 @@ "free@": 1, "xs1_": 3, "rem": 1, - "linset_remove": 2, - "linset_choose": 3, + "*": 2, "opt_some": 1, "opt_none": 1, - "env": 11, - "linset_foreach_env": 3, "list_vt_foreach": 1, - "fwork": 3, "": 3, - "linset_foreach": 3, "list_vt_foreach_env": 1, - "linset_listize": 2, - "linset_listize1": 2, "mynode_null": 5, "mynode": 3, "null": 1, "the_null_ptr": 1, "mynode_free": 1, - "where": 6, "nx2": 4, "mynode_get_elt": 1, "nx1": 7, @@ -1242,61 +1756,32 @@ "l": 3, "__assert": 2, "praxi": 1, - "void": 14, "mynode_getfree_elt": 1, "linset_takeout_ngc": 2, - "set": 34, "takeout": 3, "mynode0": 1, "pf_x": 6, "view@x": 3, "pf_xs1": 6, "view@xs1": 3, - "res": 9, "linset_takeoutmax_ngc": 2, "xs_": 4, "@list_vt_nil": 1, "linset_takeoutmin_ngc": 2, "unsnoc": 4, "pos": 1, - "": 16, "and": 10, "fold@xs": 1, - "CoYoneda": 7, - "CoYoneda_phi": 2, - "CoYoneda_psi": 3, - "int0": 4, - "I": 8, - "int": 2, - "int2bool": 2, - "i": 6, - "myintlist0": 2, - "g0ofg1": 1, - "list": 1, - "%": 7, - "#define": 4, - "NPHIL": 6, - "nphil": 13, - "natLt": 2, - "phil_left": 3, - "phil_right": 3, - "phil_loop": 10, - "cleaner_loop": 6, - "absvtype": 2, - "fork_vtype": 3, - "ptr": 2, - "vtypedef": 2, - "fork": 16, - "fork_get_num": 4, - "phil_dine": 3, - "lf": 5, - "rf": 5, - "phil_think": 3, - "cleaner_wash": 3, - "cleaner_return": 4, - "fork_changet": 5, - "channel": 11, - "forktray_changet": 4, + "ATS_PACKNAME": 1, + "ATS_STALOADFLAG": 1, + "no": 2, + "static": 1, + "loading": 1, + "at": 2, + "run": 1, + "time": 1, + "castfn": 1, + "linset2list": 1, "": 1, "html": 1, "PUBLIC": 1, @@ -1386,7 +1871,6 @@ "thinking": 1, "dining.": 1, "order": 1, - "to": 16, "dine": 1, "needs": 2, "first": 2, @@ -1443,7 +1927,6 @@ "#pats2xhtml_sats": 3, "": 7, "If": 2, - "channel_insert": 5, "called": 2, "full": 4, "caller": 2, @@ -1451,7 +1934,6 @@ "until": 2, "taken": 1, "channel.": 2, - "channel_takeout": 4, "empty": 1, "inserted": 1, "Channel": 2, @@ -1477,13 +1959,11 @@ "capacity": 3, "reason": 1, "store": 1, - "at": 2, "most": 1, "guarantee": 1, "these": 1, "never": 2, "so": 2, - "no": 2, "attempt": 1, "made": 1, "send": 1, @@ -1534,7 +2014,6 @@ "One": 1, "able": 1, "encounter": 1, - "deadlock": 2, "after": 1, "running": 1, "simulation": 1, @@ -1551,74 +2030,23 @@ "": 1, "main": 1, "fprint_filsub": 1, - "t0p": 31, - "x1": 1, - "x2": 1, - "linset_make_list": 1, - "List": 1, - "INV": 24, - "size_t": 1, - "linset_isnot_member": 1, - "linset_takeout": 1, - "endfun": 1, - "linset_takeout_opt": 1, - "Option_vt": 4, - "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, - "vt0p": 2, - "ATS_PACKNAME": 1, - "ATS_STALOADFLAG": 1, - "static": 1, - "loading": 1, - "run": 1, - "time": 1, - "castfn": 1, - "linset2list": 1, - "local": 10, - "datavtype": 1, - "FORK": 3, - "the_forkarray": 2, - "t": 1, - "array_tabulate": 1, - "fopr": 1, - "": 2, - "ch": 7, - "UN.cast": 2, - "channel_create_exn": 2, - "": 2, - "arrayref_tabulate": 1, - "the_forktray": 2, - "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, - "HX": 1, - "try": 1, - "actively": 1, - "induce": 1, - "ch_forktray": 3, - "f0": 3, - "dynload": 3, - "mythread_create_cloptr": 6, - "llam": 6, - "while": 1 + "option0": 3, + "functor_option0": 2, + "option0_map": 1, + "functor_homres": 2, + "c": 3, + "Yoneda_phi": 3, + "Yoneda_psi": 3, + "m": 4, + "mf": 4, + "natrans": 3, + "G": 2, + "Yoneda_phi_nat": 2, + "Yoneda_psi_nat": 2, + "list_t": 1, + "g0ofg1_list": 1, + "Yoneda_bool_list0": 3, + "myboolist1": 2 }, "Agda": { "module": 3, @@ -1680,20 +2108,64 @@ }, "Alloy": { "module": 3, - "examples/systems/marksweepgc": 1, + "examples/systems/file_system": 1, + "abstract": 2, "sig": 20, - "Node": 10, + "Object": 10, "{": 54, "}": 60, + "Name": 2, + "File": 1, + "extends": 10, + "some": 3, + "d": 3, + "Dir": 8, + "|": 19, + "this": 14, + "in": 19, + "d.entries.contents": 1, + "entries": 3, + "set": 10, + "DirEntry": 2, + "parent": 3, + "lone": 6, + "this.": 4, + "@contents.": 1, + "@entries": 1, + "all": 16, + "e1": 2, + "e2": 2, + "e1.name": 1, + "e2.name": 1, + "@parent": 2, + "Root": 5, + "one": 8, + "no": 8, + "Cur": 1, + "name": 1, + "contents": 2, + "pred": 16, + "OneParent_buggyVersion": 2, + "-": 41, + "d.parent": 2, + "OneParent_correctVersion": 2, + "(": 12, + "&&": 2, + "contents.d": 1, + ")": 9, + "NoDirAliases": 3, + "o": 1, + "o.": 1, + "check": 6, + "for": 7, + "expect": 6, + "examples/systems/marksweepgc": 1, + "Node": 10, "HeapState": 5, "left": 3, "right": 1, - "-": 41, - "lone": 6, "marked": 1, - "set": 10, "freeList": 1, - "pred": 16, "clearMarks": 1, "[": 82, "hs": 16, @@ -1706,9 +2178,7 @@ "]": 80, "+": 14, "n.": 1, - "(": 12, "hs.left": 2, - ")": 9, "mark": 1, "from": 2, "hs.reachable": 1, @@ -1720,21 +2190,14 @@ "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/views": 1, "open": 2, @@ -1745,7 +2208,6 @@ "util/relation": 1, "rel": 1, "Ref": 19, - "Object": 10, "t": 16, "b": 13, "v": 25, @@ -1764,13 +2226,11 @@ "been": 1, "invalidated": 1, "obj": 1, - "one": 8, "ViewType": 8, "anyviews": 2, "visualization": 1, "ViewType.views": 1, "Map": 2, - "extends": 10, "keys": 3, "map": 2, "s": 6, @@ -1786,7 +2246,6 @@ "Set": 2, "elts": 2, "SetRef": 5, - "abstract": 2, "KeySetView": 6, "State.views": 1, "IteratorView": 3, @@ -1825,8 +2284,6 @@ "viewFrame": 4, "post.dirty": 1, "pre.dirty": 1, - "some": 3, - "&&": 2, "allocates": 5, "&": 3, "post.refs": 1, @@ -1835,7 +2292,6 @@ "dom": 1, "<:>": 1, "setRefs": 1, - "this": 14, "MapRef.put": 1, "k": 5, "none": 4, @@ -1883,300 +2339,9 @@ "ViewType.pre.views": 2, "but": 1, "#s.obj": 1, - "<": 1, - "examples/systems/file_system": 1, - "Name": 2, - "File": 1, - "d": 3, - "Dir": 8, - "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, - "Cur": 1, - "name": 1, - "contents": 2, - "OneParent_buggyVersion": 2, - "d.parent": 2, - "OneParent_correctVersion": 2, - "contents.d": 1, - "NoDirAliases": 3, - "o": 1, - "o.": 1 + "<": 1 }, "ApacheConf": { - "#": 182, - "ServerRoot": 2, - "#Listen": 2, - "Listen": 2, - "LoadModule": 126, - "authn_file_module": 2, - "libexec/apache2/mod_authn_file.so": 1, - "authn_dbm_module": 2, - "libexec/apache2/mod_authn_dbm.so": 1, - "authn_anon_module": 2, - "libexec/apache2/mod_authn_anon.so": 1, - "authn_dbd_module": 2, - "libexec/apache2/mod_authn_dbd.so": 1, - "authn_default_module": 2, - "libexec/apache2/mod_authn_default.so": 1, - "authz_host_module": 2, - "libexec/apache2/mod_authz_host.so": 1, - "authz_groupfile_module": 2, - "libexec/apache2/mod_authz_groupfile.so": 1, - "authz_user_module": 2, - "libexec/apache2/mod_authz_user.so": 1, - "authz_dbm_module": 2, - "libexec/apache2/mod_authz_dbm.so": 1, - "authz_owner_module": 2, - "libexec/apache2/mod_authz_owner.so": 1, - "authz_default_module": 2, - "libexec/apache2/mod_authz_default.so": 1, - "auth_basic_module": 2, - "libexec/apache2/mod_auth_basic.so": 1, - "auth_digest_module": 2, - "libexec/apache2/mod_auth_digest.so": 1, - "cache_module": 2, - "libexec/apache2/mod_cache.so": 1, - "disk_cache_module": 2, - "libexec/apache2/mod_disk_cache.so": 1, - "mem_cache_module": 2, - "libexec/apache2/mod_mem_cache.so": 1, - "dbd_module": 2, - "libexec/apache2/mod_dbd.so": 1, - "dumpio_module": 2, - "libexec/apache2/mod_dumpio.so": 1, - "reqtimeout_module": 1, - "libexec/apache2/mod_reqtimeout.so": 1, - "ext_filter_module": 2, - "libexec/apache2/mod_ext_filter.so": 1, - "include_module": 2, - "libexec/apache2/mod_include.so": 1, - "filter_module": 2, - "libexec/apache2/mod_filter.so": 1, - "substitute_module": 1, - "libexec/apache2/mod_substitute.so": 1, - "deflate_module": 2, - "libexec/apache2/mod_deflate.so": 1, - "log_config_module": 3, - "libexec/apache2/mod_log_config.so": 1, - "log_forensic_module": 2, - "libexec/apache2/mod_log_forensic.so": 1, - "logio_module": 3, - "libexec/apache2/mod_logio.so": 1, - "env_module": 2, - "libexec/apache2/mod_env.so": 1, - "mime_magic_module": 2, - "libexec/apache2/mod_mime_magic.so": 1, - "cern_meta_module": 2, - "libexec/apache2/mod_cern_meta.so": 1, - "expires_module": 2, - "libexec/apache2/mod_expires.so": 1, - "headers_module": 2, - "libexec/apache2/mod_headers.so": 1, - "ident_module": 2, - "libexec/apache2/mod_ident.so": 1, - "usertrack_module": 2, - "libexec/apache2/mod_usertrack.so": 1, - "#LoadModule": 4, - "unique_id_module": 2, - "libexec/apache2/mod_unique_id.so": 1, - "setenvif_module": 2, - "libexec/apache2/mod_setenvif.so": 1, - "version_module": 2, - "libexec/apache2/mod_version.so": 1, - "proxy_module": 2, - "libexec/apache2/mod_proxy.so": 1, - "proxy_connect_module": 2, - "libexec/apache2/mod_proxy_connect.so": 1, - "proxy_ftp_module": 2, - "libexec/apache2/mod_proxy_ftp.so": 1, - "proxy_http_module": 2, - "libexec/apache2/mod_proxy_http.so": 1, - "proxy_scgi_module": 1, - "libexec/apache2/mod_proxy_scgi.so": 1, - "proxy_ajp_module": 2, - "libexec/apache2/mod_proxy_ajp.so": 1, - "proxy_balancer_module": 2, - "libexec/apache2/mod_proxy_balancer.so": 1, - "ssl_module": 4, - "libexec/apache2/mod_ssl.so": 1, - "mime_module": 4, - "libexec/apache2/mod_mime.so": 1, - "dav_module": 2, - "libexec/apache2/mod_dav.so": 1, - "status_module": 2, - "libexec/apache2/mod_status.so": 1, - "autoindex_module": 2, - "libexec/apache2/mod_autoindex.so": 1, - "asis_module": 2, - "libexec/apache2/mod_asis.so": 1, - "info_module": 2, - "libexec/apache2/mod_info.so": 1, - "cgi_module": 2, - "libexec/apache2/mod_cgi.so": 1, - "dav_fs_module": 2, - "libexec/apache2/mod_dav_fs.so": 1, - "vhost_alias_module": 2, - "libexec/apache2/mod_vhost_alias.so": 1, - "negotiation_module": 2, - "libexec/apache2/mod_negotiation.so": 1, - "dir_module": 4, - "libexec/apache2/mod_dir.so": 1, - "imagemap_module": 2, - "libexec/apache2/mod_imagemap.so": 1, - "actions_module": 2, - "libexec/apache2/mod_actions.so": 1, - "speling_module": 2, - "libexec/apache2/mod_speling.so": 1, - "userdir_module": 2, - "libexec/apache2/mod_userdir.so": 1, - "alias_module": 4, - "libexec/apache2/mod_alias.so": 1, - "rewrite_module": 2, - "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, - "": 17, - "mpm_netware_module": 2, - "mpm_winnt_module": 1, - "User": 2, - "_www": 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, - "Library": 2, - "WebServer": 2, - "Documents": 1, - "Indexes": 2, - "MultiViews": 1, - "Allow": 4, - "DirectoryIndex": 2, - "index.html": 2, - "": 2, - "Hh": 1, - "Tt": 1, - "Dd": 1, - "Ss": 2, - "_": 1, - "Satisfy": 4, - "All": 4, - "": 2, - "": 1, - "rsrc": 1, - "": 1, - "": 1, - "namedfork": 1, - "": 1, - "ErrorLog": 2, - "LogLevel": 2, - "warn": 2, - "LogFormat": 6, - "combined": 4, - "common": 4, - "combinedio": 2, - "CustomLog": 2, - "#CustomLog": 2, - "ScriptAliasMatch": 1, - "/cgi": 2, - "-": 43, - "bin/": 2, - "(": 16, - "i": 1, - "webobjects": 1, - ")": 17, - ".*": 3, - "cgid_module": 3, - "#Scriptsock": 2, - "/private/var/run/cgisock": 1, - "CGI": 1, - "Executables": 1, - "DefaultType": 2, - "text/plain": 2, - "TypesConfig": 2, - "/private/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, - "cgi": 3, - "script": 2, - ".cgi": 2, - "type": 2, - "map": 2, - "var": 2, - "text/html": 2, - ".shtml": 4, - "#AddOutputFilter": 2, - "INCLUDES": 2, - "#MIMEMagicFile": 2, - "/private/etc/apache2/magic": 1, - "#ErrorDocument": 8, - "/missing.html": 2, - "http": 2, - "//www.example.com/subscription_info.html": 2, - "#MaxRanges": 1, - "unlimited": 1, - "#EnableMMAP": 2, - "off": 5, - "#EnableSendfile": 2, - "TraceEnable": 1, - "Include": 6, - "/private/etc/apache2/extra/httpd": 11, - "mpm.conf": 2, - "#Include": 17, - "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, - "/private/etc/apache2/other/*.conf": 1, "ServerSignature": 1, "Off": 1, "RewriteCond": 15, @@ -2184,11 +2349,13 @@ "{": 16, "REQUEST_METHOD": 1, "}": 16, + "(": 16, "HEAD": 1, "|": 80, "TRACE": 1, "DELETE": 1, "TRACK": 1, + ")": 17, "[": 17, "NC": 13, "OR": 14, @@ -2223,6 +2390,7 @@ "grab": 1, "miner": 1, "libwww": 1, + "-": 43, "perl": 1, "python": 1, "nikto": 1, @@ -2231,6 +2399,7 @@ "mySQL": 1, "injects": 1, "QUERY_STRING": 5, + ".*": 3, "*": 1, "union": 1, "select": 1, @@ -2252,224 +2421,517 @@ "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, - "/etc/apache2/extra/httpd": 11 + "#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, + "ArrayUtils": 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, + "EMPTY_STRING_ARRAY": 1, + "new": 60, + "}": 219, + ";": 308, + "Integer": 34, + "MAX_NUMBER_OF_ELEMENTS_IN_LIST": 5, + "get": 4, + "return": 106, + "List": 71, + "": 30, + "objectToString": 1, + "(": 481, + "": 22, + "objects": 3, + ")": 481, + "strings": 3, + "null": 92, + "if": 91, + "objects.size": 1, + "for": 24, + "Object": 23, + "obj": 3, + "instanceof": 1, + "strings.add": 1, + "reverse": 2, + "anArray": 14, + "i": 55, + "j": 10, + "anArray.size": 2, + "-": 18, + "tmp": 6, + "while": 8, + "+": 75, + "SObject": 19, + "lowerCase": 1, + "strs": 9, + "returnValue": 22, + "strs.size": 3, + "str": 10, + "returnValue.add": 3, + "str.toLowerCase": 1, + "upperCase": 1, + "str.toUpperCase": 1, + "trim": 1, + "str.trim": 3, + "mergex": 2, + "array1": 8, + "array2": 9, + "merged": 6, + "array1.size": 4, + "array2.size": 2, "<": 32, - "translatedLanguageNames": 1, - "BooleanUtils": 1, + "": 19, + "sObj": 4, + "merged.add": 2, "Boolean": 38, + "isEmpty": 7, + "objectArray": 17, + "true": 12, + "objectArray.size": 6, + "isNotEmpty": 4, + "pluck": 1, + "fieldName": 3, + "||": 12, + "fieldName.trim": 2, + ".length": 2, + "plucked": 3, + ".get": 4, + "toString": 3, + "void": 9, + "assertArraysAreEqual": 2, + "expected": 16, + "actual": 16, + "//check": 2, + "to": 4, + "see": 2, + "one": 2, + "param": 2, + "is": 5, + "but": 2, + "the": 4, + "other": 2, + "not": 3, + "System.assert": 6, + "&&": 46, + "ArrayUtils.toString": 12, + "expected.size": 4, + "actual.size": 2, + "merg": 2, + "list1": 15, + "list2": 9, + "returnList": 11, + "list1.size": 6, + "list2.size": 2, + "throw": 6, + "IllegalArgumentException": 5, + "elmt": 8, + "returnList.add": 8, + "subset": 6, + "aList": 4, + "count": 10, + "startIndex": 9, + "<=>": 2, + "size": 2, + "1": 2, + "list1.get": 2, + "//": 11, + "//LIST/ARRAY": 1, + "SORTING": 1, + "//FOR": 2, + "FORCE.COM": 1, + "PRIMITIVES": 1, + "Double": 1, + "ID": 1, + "etc.": 1, + "qsort": 18, + "theList": 72, + "PrimitiveComparator": 2, + "sortAsc": 24, + "ObjectComparator": 3, + "comparator": 14, + "theList.size": 2, + "SALESFORCE": 1, + "OBJECTS": 1, + "sObjects": 1, + "ISObjectComparator": 3, + "private": 10, + "lo0": 6, + "hi0": 8, + "lo": 42, + "hi": 50, + "else": 25, + "comparator.compare": 12, + "prs": 8, + "pivot": 14, + "/": 4, + "BooleanUtils": 1, "isFalse": 1, "bool": 32, "false": 13, - "else": 25, "isNotFalse": 1, - "true": 12, "isNotTrue": 1, "isTrue": 1, "negate": 1, "toBooleanDefaultIfNull": 1, "defaultVal": 2, "toBoolean": 2, - "Integer": 34, "value": 10, "strToBoolean": 1, "StringUtils.equalsIgnoreCase": 1, "//Converts": 1, "an": 4, "int": 1, - "to": 4, "a": 6, "boolean": 1, "specifying": 1, @@ -2480,57 +2942,15 @@ "//Throws": 1, "trueValue": 2, "falseValue": 2, - "throw": 6, - "IllegalArgumentException": 5, "toInteger": 1, "toStringYesNo": 1, "toStringYN": 1, - "toString": 3, "trueString": 2, "falseString": 2, "xor": 1, "boolArray": 4, - "||": 12, "boolArray.size": 1, "firstItem": 2, - "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, - "TwilioConfig__c.getOrgDefaults": 1, - "@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, "EmailUtils": 1, "sendEmailWithStandardAttachments": 3, "recipients": 11, @@ -2568,8 +2988,6 @@ "Messaging.SingleEmailMessage": 3, "mail": 2, "email": 1, - "is": 5, - "not": 3, "saved": 1, "as": 1, "activity.": 1, @@ -2584,117 +3002,12 @@ "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, - "MAX_NUMBER_OF_ELEMENTS_IN_LIST": 5, - "get": 4, - "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, - "+": 75, - "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, - "fieldName.trim": 2, - "plucked": 3, - "assertArraysAreEqual": 2, - "expected": 16, - "actual": 16, - "//check": 2, - "see": 2, - "one": 2, - "param": 2, - "but": 2, - "the": 4, - "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, - "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, + "public": 10, "GeoUtils": 1, "generate": 1, "KML": 1, @@ -2737,6 +3050,7 @@ "line": 1, "may": 1, "also": 1, + "Map": 33, "": 2, "geo_response": 1, "accountAddressString": 2, @@ -2766,127 +3080,173 @@ "billingpostalcode": 1, "billingcountry": 1, "insert": 1, - "system.assertEquals": 1 + "system.assertEquals": 1, + "LanguageUtils": 1, + "final": 6, + "HTTP_LANGUAGE_CODE_PARAMETER_KEY": 2, + "DEFAULT_LANGUAGE_CODE": 3, + "Set": 6, + "SUPPORTED_LANGUAGE_CODES": 2, + "//Chinese": 2, + "Simplified": 1, + "Traditional": 1, + "//Dutch": 1, + "//English": 1, + "//Finnish": 1, + "//French": 1, + "//German": 1, + "//Italian": 1, + "//Japanese": 1, + "//Korean": 1, + "//Polish": 1, + "//Portuguese": 1, + "Brazilian": 1, + "//Russian": 1, + "//Spanish": 1, + "//Swedish": 1, + "//Thai": 1, + "//Czech": 1, + "//Danish": 1, + "//Hungarian": 1, + "//Indonesian": 1, + "//Turkish": 1, + "": 29, + "DEFAULTS": 1, + "getLangCodeByHttpParam": 4, + "LANGUAGE_CODE_SET": 1, + "getSuppLangCodeSet": 2, + "ApexPages.currentPage": 4, + ".getParameters": 2, + "LANGUAGE_HTTP_PARAMETER": 7, + "StringUtils.lowerCase": 3, + "StringUtils.replaceChars": 2, + "//underscore": 1, + "//dash": 1, + "DEFAULTS.containsKey": 3, + "DEFAULTS.get": 3, + "StringUtils.isNotBlank": 1, + "SUPPORTED_LANGUAGE_CODES.contains": 2, + "getLangCodeByBrowser": 4, + "LANGUAGES_FROM_BROWSER_AS_STRING": 2, + ".getHeaders": 1, + "LANGUAGES_FROM_BROWSER_AS_LIST": 3, + "splitAndFilterAcceptLanguageHeader": 2, + "LANGUAGES_FROM_BROWSER_AS_LIST.size": 1, + "languageFromBrowser": 6, + "getLangCodeByUser": 3, + "UserInfo.getLanguage": 1, + "getLangCodeByHttpParamOrIfNullThenBrowser": 1, + "StringUtils.defaultString": 4, + "getLangCodeByHttpParamOrIfNullThenUser": 1, + "getLangCodeByBrowserOrIfNullThenHttpParam": 1, + "getLangCodeByBrowserOrIfNullThenUser": 1, + "header": 2, + "tokens": 3, + "StringUtils.split": 1, + "token": 7, + "token.contains": 1, + "token.substring": 1, + "token.indexOf": 1, + "StringUtils.length": 1, + "StringUtils.substring": 1, + "langCodes": 2, + "langCode": 3, + "langCodes.add": 1, + "getLanguageName": 1, + "displayLanguageCode": 13, + "languageCode": 2, + "translatedLanguageNames.get": 2, + "filterLanguageCode": 4, + "getAllLanguages": 3, + "translatedLanguageNames.containsKey": 1, + "translatedLanguageNames": 1, + "TwilioAPI": 2, + "MissingTwilioConfigCustomSettingsException": 2, + "extends": 1, + "Exception": 1, + "TwilioRestClient": 5, + "client": 2, + "getDefaultClient": 2, + "TwilioConfig__c": 5, + "twilioCfg": 7, + "getTwilioConfig": 3, + "TwilioAPI.client": 2, + "twilioCfg.AccountSid__c": 3, + "twilioCfg.AuthToken__c": 3, + "TwilioAccount": 1, + "getDefaultAccount": 1, + ".getAccount": 2, + "TwilioCapability": 2, + "createCapability": 1, + "createClient": 1, + "accountSid": 2, + "authToken": 2, + "Test.isRunningTest": 1, + "dummy": 2, + "sid": 1, + "TwilioConfig__c.getOrgDefaults": 1, + "@isTest": 1, + "test_TwilioAPI": 1, + "System.assertEquals": 5, + "TwilioAPI.getTwilioConfig": 2, + ".AccountSid__c": 1, + ".AuthToken__c": 1, + "TwilioAPI.getDefaultClient": 2, + ".getAccountSid": 1, + ".getSid": 2, + "TwilioAPI.getDefaultAccount": 1 }, "AppleScript": { + "set": 108, + "windowWidth": 3, + "to": 128, + "windowHeight": 3, + "delay": 3, + "AppleScript": 2, + "s": 3, + "text": 13, + "item": 13, + "delimiters": 1, "tell": 40, "application": 16, - "set": 108, - "localMailboxes": 3, - "to": 128, - "every": 3, - "mailbox": 2, - "if": 50, + "screen_width": 2, "(": 89, - "count": 10, - "of": 72, - ")": 88, - "is": 40, - "greater": 5, - "than": 6, - "then": 28, - "messageCountDisplay": 5, - "&": 63, - "return": 16, - "my": 3, - "getMessageCountsForMailboxes": 4, - "else": 14, - "end": 67, - "everyAccount": 2, - "account": 1, - "repeat": 19, - "with": 11, - "eachAccount": 3, + "do": 4, + "JavaScript": 2, "in": 13, - "accountMailboxes": 3, + "document": 2, + ")": 88, + "screen_height": 2, + "end": 67, + "myFrontMost": 3, "name": 8, - "outputMessage": 2, - "make": 3, - "new": 2, - "outgoing": 2, - "message": 2, - "properties": 2, - "{": 32, - "content": 2, - "subject": 1, - "visible": 2, - "true": 8, - "}": 32, - "font": 2, - "size": 5, - "on": 18, - "theMailboxes": 2, - "-": 57, - "list": 9, - "mailboxes": 1, - "returns": 2, - "string": 17, - "displayString": 4, - "eachMailbox": 4, - "mailboxName": 2, - "messageCount": 2, - "messages": 1, - "as": 27, - "unreadCount": 2, - "unread": 1, - "padString": 3, - "theString": 4, - "fieldLength": 5, - "integer": 3, - "stringLength": 4, - "length": 1, - "paddedString": 5, - "text": 13, - "from": 9, - "character": 2, - "less": 1, - "or": 6, - "equal": 3, - "paddingLength": 2, - "times": 1, - "space": 1, - "isVoiceOverRunning": 3, - "isRunning": 3, - "false": 9, + "of": 72, + "first": 1, "processes": 2, - "contains": 1, - "isVoiceOverRunningWithAppleScript": 3, - "isRunningWithAppleScript": 3, - "AppleScript": 2, - "enabled": 2, - "VoiceOver": 1, - "try": 10, - "x": 1, + "whose": 1, + "frontmost": 1, + "is": 40, + "true": 8, + "{": 32, + "desktopTop": 2, + "desktopLeft": 1, + "desktopRight": 1, + "desktopBottom": 1, + "}": 32, "bounds": 2, - "vo": 1, - "cursor": 1, + "desktop": 1, + "try": 10, + "process": 5, + "w": 5, + "h": 4, + "size": 5, + "drawer": 2, + "window": 5, + "on": 18, "error": 3, - "currentDate": 3, - "current": 3, - "date": 1, - "amPM": 4, - "currentHour": 9, - "s": 3, - "minutes": 2, - "and": 7, - "<": 2, - "below": 1, - "sound": 1, - "nice": 1, - "currentMinutes": 4, - "ensure": 1, - "nn": 2, - "gets": 1, - "AM": 1, - "readjust": 1, - "for": 5, - "hour": 1, - "time": 1, - "currentTime": 3, - "day": 1, - "output": 1, - "say": 1, - "delay": 3, + "position": 1, + "-": 57, + "/": 2, "property": 7, "type_list": 6, "extension_list": 6, @@ -2898,7 +3258,9 @@ "FinderSelection": 4, "the": 56, "selection": 2, + "as": 27, "alias": 8, + "list": 9, "FS": 10, "Ideally": 2, "this": 2, @@ -2909,11 +3271,14 @@ "handler": 2, "SelectionCount": 6, "number": 6, + "count": 10, + "if": 50, + "then": 28, "userPicksFolder": 6, + "else": 14, "MyPath": 4, "path": 6, "me": 2, - "item": 13, "If": 2, "I": 2, "m": 2, @@ -2924,79 +3289,99 @@ "these_items": 18, "choose": 2, "file": 6, + "with": 11, "prompt": 2, "type": 6, "thesefiles": 2, "item_info": 24, + "repeat": 19, "i": 10, + "from": 9, "this_item": 14, "info": 4, + "for": 5, "folder": 10, "processFolder": 8, + "false": 9, + "and": 7, + "or": 6, "extension": 4, "theFilePath": 8, + "string": 17, "thePOSIXFilePath": 8, "POSIX": 4, "processFile": 8, - "process": 5, "folders": 2, "theFolder": 6, "without": 2, "invisibles": 2, - "need": 1, - "pass": 1, - "URL": 1, - "Terminal": 1, + "&": 63, "thePOSIXFileName": 6, "terminalCommand": 6, "convertCommand": 4, "newFileName": 4, - "do": 4, "shell": 2, "script": 2, - "activate": 3, - "pane": 4, - "UI": 1, - "elements": 1, - "tab": 1, - "group": 1, - "window": 5, - "click": 1, - "radio": 1, - "button": 4, - "get": 1, - "value": 1, - "field": 1, - "display": 4, - "dialog": 4, - "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, + "need": 1, + "pass": 1, + "URL": 1, + "Terminal": 1, + "localMailboxes": 3, + "every": 3, + "mailbox": 2, + "greater": 5, + "than": 6, + "messageCountDisplay": 5, + "return": 16, + "my": 3, + "getMessageCountsForMailboxes": 4, + "everyAccount": 2, + "account": 1, + "eachAccount": 3, + "accountMailboxes": 3, + "outputMessage": 2, + "make": 3, + "new": 2, + "outgoing": 2, + "message": 2, + "properties": 2, + "content": 2, + "subject": 1, + "visible": 2, + "font": 2, + "theMailboxes": 2, + "mailboxes": 1, + "returns": 2, + "displayString": 4, + "eachMailbox": 4, + "mailboxName": 2, + "messageCount": 2, + "messages": 1, + "unreadCount": 2, + "unread": 1, + "padString": 3, + "theString": 4, + "fieldLength": 5, + "integer": 3, + "stringLength": 4, + "length": 1, + "paddedString": 5, + "character": 2, + "less": 1, + "equal": 3, + "paddingLength": 2, + "times": 1, + "space": 1, "lowFontSize": 9, "highFontSize": 6, "messageText": 4, "userInput": 4, + "display": 4, + "dialog": 4, "default": 4, "answer": 3, "buttons": 3, + "button": 4, "returned": 5, "minimumFontSize": 4, "newFontSize": 6, @@ -3004,12 +3389,55 @@ "theText": 3, "exit": 1, "fontList": 2, + "activate": 3, "crazyTextMessage": 2, "eachCharacter": 4, "characters": 1, "some": 1, "random": 4, - "color": 1 + "color": 1, + "current": 3, + "pane": 4, + "UI": 1, + "elements": 1, + "enabled": 2, + "tab": 1, + "group": 1, + "click": 1, + "radio": 1, + "get": 1, + "value": 1, + "field": 1, + "isVoiceOverRunning": 3, + "isRunning": 3, + "contains": 1, + "isVoiceOverRunningWithAppleScript": 3, + "isRunningWithAppleScript": 3, + "VoiceOver": 1, + "x": 1, + "vo": 1, + "cursor": 1, + "currentDate": 3, + "date": 1, + "amPM": 4, + "currentHour": 9, + "minutes": 2, + "<": 2, + "below": 1, + "sound": 1, + "nice": 1, + "currentMinutes": 4, + "ensure": 1, + "nn": 2, + "gets": 1, + "AM": 1, + "readjust": 1, + "hour": 1, + "time": 1, + "currentTime": 3, + "day": 1, + "output": 1, + "say": 1 }, "Arduino": { "void": 2, @@ -3847,16 +4275,108 @@ }, "Bluespec": { "package": 2, - "TL": 6, + "TbTL": 1, ";": 156, + "import": 1, + "TL": 6, + "*": 1, "interface": 2, + "Lamp": 3, "method": 42, - "Action": 17, - "ped_button_push": 4, - "(": 158, - ")": 163, - "set_car_state_N": 2, "Bool": 32, + "changed": 2, + "Action": 17, + "show_offs": 2, + "show_ons": 2, + "reset": 2, + "endinterface": 2, + "module": 3, + "mkLamp#": 1, + "(": 158, + "String": 1, + "name": 3, + "lamp": 5, + ")": 163, + "Reg#": 15, + "prev": 5, + "<": 44, + "-": 29, + "mkReg": 15, + "False": 9, + "if": 9, + "&&": 3, + "write": 2, + "+": 7, + "endmethod": 8, + "endmodule": 3, + "mkTest": 1, + "let": 1, + "dut": 2, + "sysTL": 3, + "Bit#": 1, + "ctr": 8, + "carN": 4, + "carS": 2, + "carE": 2, + "carW": 2, + "lamps": 15, + "[": 17, + "]": 17, + "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, + "rule": 10, + "start": 1, + "dumpvars": 1, + "endrule": 10, + "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, + "True": 6, + "<=>": 3, + "12_000": 1, + "ped_button_push": 4, + "stop": 1, + "display": 2, + "finish": 1, + "function": 10, + "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, + "action": 3, + "for": 3, + "Integer": 3, + "i": 15, + "endaction": 3, + "endfunction": 7, + "any_changes": 2, + "b": 12, + "||": 7, + ".changed": 1, + "return": 9, + "show": 1, + "time": 1, + "endpackage": 2, + "set_car_state_N": 2, "x": 8, "set_car_state_S": 2, "set_car_state_E": 2, @@ -3873,7 +4393,6 @@ "lampRedPed": 2, "lampAmberPed": 2, "lampGreenPed": 2, - "endinterface": 2, "typedef": 3, "enum": 1, "{": 1, @@ -3894,8 +4413,6 @@ "UInt#": 2, "Time32": 9, "CtrSize": 3, - "module": 3, - "sysTL": 3, "allRedDelay": 2, "amberDelay": 2, "nsGreenDelay": 2, @@ -3903,43 +4420,27 @@ "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, @@ -3951,7 +4452,6 @@ "amber_state": 2, "ng": 2, "from_amber": 1, - "&&": 3, "hprs": 10, "7": 1, "1": 1, @@ -3961,84 +4461,12 @@ "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 + "preempts": 1 }, "Brightscript": { "**": 17, @@ -4304,37 +4732,153 @@ }, "C": { "#include": 154, - "int": 446, - "save_commit_buffer": 3, - ";": 5465, "const": 358, "char": 530, - "*commit_type": 2, - "static": 455, + "*blob_type": 2, + ";": 5465, "struct": 360, - "commit": 59, - "*check_commit": 1, + "blob": 6, + "*lookup_blob": 2, "(": 6243, - "object": 41, - "*obj": 9, "unsigned": 140, "*sha1": 16, - "quiet": 5, ")": 6245, "{": 1531, + "object": 41, + "*obj": 9, + "lookup_object": 2, + "sha1": 20, "if": 1015, "obj": 48, + "return": 529, + "create_object": 2, + "OBJ_BLOB": 3, + "alloc_blob_node": 1, "-": 1803, "type": 36, - "OBJ_COMMIT": 5, "error": 96, "sha1_to_hex": 8, - "sha1": 20, "typename": 2, - "return": 529, "NULL": 330, "}": 1547, "*": 261, + "int": 446, + "parse_blob_buffer": 2, + "*item": 10, + "void": 288, + "*buffer": 6, + "long": 105, + "size": 120, + "item": 24, + "object.parsed": 4, + "#ifndef": 89, + "BLOB_H": 2, + "#define": 920, + "extern": 38, + "#endif": 243, + "BOOTSTRAP_H": 2, + "": 8, + "__GNUC__": 8, + "typedef": 191, + "*true": 1, + "*false": 1, + "*eof": 1, + "*empty_list": 1, + "*global_enviroment": 1, + "enum": 30, + "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": 7, + "__attribute__": 1, + "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, + "git_cache_init": 1, + "git_cache": 4, + "*cache": 4, + "size_t": 52, + "git_cached_obj_freeptr": 1, + "free_ptr": 2, + "<": 219, + "git__size_t_powerof2": 1, + "cache": 26, + "size_mask": 6, + "lru_count": 1, + "free_obj": 4, + "git_mutex_init": 1, + "&": 442, + "lock": 6, + "nodes": 10, + "git__malloc": 3, + "sizeof": 71, + "git_cached_obj": 5, + "GITERR_CHECK_ALLOC": 3, + "memset": 4, + "git_cache_free": 1, + "i": 410, + "for": 88, + "+": 551, + "[": 601, + "]": 601, + "git_cached_obj_decref": 3, + "git__free": 15, + "*git_cache_get": 1, + "git_oid": 7, + "*oid": 2, + "uint32_t": 144, + "hash": 12, + "*node": 2, + "*result": 1, + "memcpy": 35, + "oid": 17, + "id": 13, + "git_mutex_lock": 2, + "node": 9, + "&&": 248, + "git_oid_cmp": 6, + "git_cached_obj_incref": 3, + "result": 48, + "git_mutex_unlock": 2, + "*git_cache_try_store": 1, + "*_entry": 1, + "*entry": 2, + "_entry": 1, + "entry": 17, + "else": 190, + "save_commit_buffer": 3, + "*commit_type": 2, + "static": 455, + "commit": 59, + "*check_commit": 1, + "quiet": 5, + "OBJ_COMMIT": 5, "*lookup_commit_reference_gently": 2, "deref_tag": 1, "parse_object": 1, @@ -4353,30 +4897,22 @@ "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, - "[": 601, - "]": 601, "*commit": 10, "get_sha1": 1, "name": 28, "||": 141, "parse_commit": 3, - "long": 105, "parse_commit_date": 2, "*buf": 10, "*tail": 2, "*dateptr": 1, "buf": 57, - "+": 551, "tail": 12, "memcmp": 6, "while": 70, - "<": 219, - "&&": 248, "dateptr": 2, "strtoul": 2, "commit_graft": 13, @@ -4391,26 +4927,18 @@ "*graft": 3, "cmp": 9, "graft": 10, - "else": 190, "register_commit_graft": 2, "ignore_dups": 2, "pos": 7, "free": 62, "alloc_nr": 1, "xrealloc": 2, - "sizeof": 71, "parse_commit_buffer": 3, - "*item": 10, - "void": 288, - "*buffer": 6, - "size": 120, "buffer": 10, "*bufptr": 1, "parent": 7, "commit_list": 35, "**pptr": 1, - "item": 24, - "object.parsed": 4, "<=>": 16, "bufptr": 12, "46": 1, @@ -4423,7 +4951,6 @@ "get_sha1_hex": 2, "lookup_tree": 1, "pptr": 5, - "&": 442, "parents": 4, "lookup_commit_graft": 1, "*new_parent": 2, @@ -4439,10 +4966,7 @@ "lookup_commit": 2, "commit_list_insert": 2, "next": 8, - "i": 410, - "for": 88, "date": 5, - "enum": 30, "object_type": 1, "ret": 142, "read_sha1_file": 1, @@ -4475,165 +4999,669 @@ "**next": 2, "*new": 1, "new": 4, - "": 1, - "": 2, - "": 8, - "": 4, - "": 2, - "//": 262, - "rfUTF8_IsContinuationbyte": 1, - "": 3, - "malloc": 3, - "": 5, - "memcpy": 35, - "e.t.c.": 1, - "int32_t": 112, - "rfFReadLine_UTF8": 5, - "FILE*": 64, - "f": 184, - "char**": 7, - "utf8": 36, - "uint32_t*": 34, - "byteLength": 197, - "bufferSize": 6, - "char*": 167, - "eof": 53, - "bytesN": 98, - "uint32_t": 144, - "bIndex": 5, - "#ifdef": 66, - "RF_NEWLINE_CRLF": 1, - "newLineFound": 1, - "false": 77, - "#endif": 243, - "*bufferSize": 1, - "RF_OPTION_FGETS_READBYTESN": 5, - "RF_MALLOC": 47, - "tempBuff": 6, - "uint16_t": 12, - "RF_LF": 10, - "break": 244, - "buff": 95, - "RF_SUCCESS": 14, - "RE_FILE_EOF": 22, - "EOF": 26, - "found": 20, - "*eofReached": 14, - "true": 73, - "LOG_ERROR": 64, - "num": 24, - "RF_HEXEQ_UI": 7, - "rfFgetc_UTF32BE": 3, - "else//": 14, - "undo": 5, - "the": 91, - "peek": 5, - "ahead": 5, - "of": 44, - "file": 6, - "pointer": 5, - "fseek": 19, - "SEEK_CUR": 19, - "rfFgets_UTF32LE": 2, - "eofReached": 4, - "do": 21, - "rfFgetc_UTF32LE": 4, - "rfFgets_UTF16BE": 2, - "rfFgetc_UTF16BE": 4, - "rfFgets_UTF16LE": 2, - "rfFgetc_UTF16LE": 4, - "rfFgets_UTF8": 2, - "rfFgetc_UTF8": 3, - "RF_HEXEQ_C": 9, - "fgetc": 9, - "check": 8, - "ferror": 2, - "RE_FILE_READ": 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, + "fmt": 4, + "abbrev": 1, + "*subject": 1, + "*after_subject": 1, + "preserve_subject": 1, + "date_mode": 2, + "date_mode_explicit": 1, + "need_8bit_cte": 2, + "show_notes": 1, + "reflog_walk_info": 1, + "*reflog_info": 1, + "*output_encoding": 2, + "userformat_want": 2, + "notes": 1, + "has_non_ascii": 1, + "*text": 1, + "rev_info": 2, + "*logmsg_reencode": 1, + "*reencode_commit_message": 1, + "**encoding_p": 1, + "get_commit_format": 1, + "*arg": 1, + "*format_subject": 1, + "strbuf": 12, + "*sb": 7, + "*line_separator": 1, + "userformat_find_requirements": 1, + "*fmt": 2, + "*w": 2, + "format_commit_message": 1, + "*format": 2, + "*context": 1, + "pretty_print_commit": 1, + "*pp": 4, + "pp_commit_easy": 1, + "pp_user_info": 1, + "*what": 1, + "*line": 1, + "*encoding": 2, + "pp_title_line": 1, + "**msg_p": 2, + "pp_remainder": 1, + "indent": 1, + "*pop_most_recent_commit": 1, + "mark": 3, + "*pop_commit": 1, + "**stack": 1, + "clear_commit_marks": 1, + "clear_commit_marks_for_object_array": 1, + "object_array": 2, + "sort_in_topological_order": 1, + "**": 6, + "list": 1, + "lifo": 1, + "FLEX_ARRAY": 1, + "*read_graft_line": 1, + "len": 30, + "*lookup_commit_graft": 1, + "*get_merge_bases": 1, + "*rev1": 1, + "*rev2": 1, + "cleanup": 12, + "*get_merge_bases_many": 1, + "*one": 1, + "**twos": 1, + "*get_octopus_merge_bases": 1, + "*in": 1, + "register_shallow": 1, + "unregister_shallow": 1, + "for_each_commit_graft": 1, + "each_commit_graft_fn": 1, + "is_repository_shallow": 1, + "*get_shallow_commits": 1, + "*heads": 2, + "depth": 2, + "shallow_flag": 1, + "not_shallow_flag": 1, + "is_descendant_of": 1, + "in_merge_bases": 1, + "interactive_add": 1, + "argc": 26, + "**argv": 6, + "*prefix": 7, + "patch": 1, + "run_add_interactive": 1, + "*revision": 1, + "*patch_mode": 1, + "**pathspec": 1, + "inline": 3, + "single_parent": 1, + "*reduce_heads": 1, + "commit_extra_header": 7, + "*key": 5, + "*value": 5, + "append_merge_tag_headers": 1, + "***tail": 1, + "commit_tree": 1, "*ret": 20, - "cp": 12, - "c2": 13, - "c3": 9, - "c4": 5, - "i_READ_CHECK": 20, - "///": 4, - "success": 4, - "cc": 24, - "we": 10, - "need": 5, - "more": 2, - "bytes": 225, - "xC0": 3, - "xC1": 1, - "RE_UTF8_INVALID_SEQUENCE_INVALID_BYTE": 6, - "RE_UTF8_INVALID_SEQUENCE_END": 6, - "rfUTF8_IsContinuationByte": 12, - "RE_UTF8_INVALID_SEQUENCE_CONBYTE": 6, - "decoded": 3, - "codepoint": 47, - "F": 38, + "*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, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "#ifdef": 66, + "CONFIG_SMP": 1, + "DEFINE_MUTEX": 1, + "cpu_add_remove_lock": 3, + "cpu_maps_update_begin": 9, + "mutex_lock": 5, + "cpu_maps_update_done": 9, + "mutex_unlock": 6, + "RAW_NOTIFIER_HEAD": 1, + "cpu_chain": 4, + "cpu_hotplug_disabled": 7, + "CONFIG_HOTPLUG_CPU": 2, + "task_struct": 5, + "*active_writer": 1, + "mutex": 1, + "refcount": 2, + "cpu_hotplug": 1, + ".active_writer": 1, + ".lock": 1, + "__MUTEX_INITIALIZER": 1, + "cpu_hotplug.lock": 8, + ".refcount": 1, + "get_online_cpus": 2, + "might_sleep": 1, + "cpu_hotplug.active_writer": 6, + "current": 5, + "cpu_hotplug.refcount": 3, + "EXPORT_SYMBOL_GPL": 4, + "put_online_cpus": 2, + "unlikely": 54, + "wake_up_process": 1, + "cpu_hotplug_begin": 4, + "likely": 22, + "break": 244, + "__set_current_state": 1, + "TASK_UNINTERRUPTIBLE": 1, + "schedule": 1, + "cpu_hotplug_done": 4, + "#else": 94, + "__ref": 6, + "register_cpu_notifier": 2, + "notifier_block": 3, + "*nb": 3, + "raw_notifier_chain_register": 1, + "nb": 2, + "__cpu_notify": 6, + "val": 20, + "*v": 3, + "nr_to_call": 2, + "*nr_calls": 1, + "__raw_notifier_call_chain": 1, + "v": 11, + "nr_calls": 9, + "notifier_to_errno": 1, + "cpu_notify": 5, + "cpu_notify_nofail": 4, + "BUG_ON": 4, + "EXPORT_SYMBOL": 8, + "unregister_cpu_notifier": 2, + "raw_notifier_chain_unregister": 1, + "clear_tasks_mm_cpumask": 1, + "cpu": 57, + "WARN_ON": 1, + "cpu_online": 5, + "rcu_read_lock": 1, + "for_each_process": 2, + "p": 60, + "*t": 2, + "t": 32, + "find_lock_task_mm": 1, + "cpumask_clear_cpu": 5, + "mm_cpumask": 1, + "mm": 1, + "task_unlock": 1, + "rcu_read_unlock": 1, + "check_for_tasks": 2, + "write_lock_irq": 1, + "tasklist_lock": 2, + "task_cpu": 1, + "state": 104, + "TASK_RUNNING": 1, + "utime": 1, + "stime": 1, + "printk": 12, + "KERN_WARNING": 3, + "comm": 1, + "task_pid_nr": 1, + "flags": 89, + "write_unlock_irq": 1, + "take_cpu_down_param": 3, + "mod": 13, + "*hcpu": 3, + "take_cpu_down": 2, + "*_param": 1, + "*param": 1, + "_param": 1, + "err": 38, + "__cpu_disable": 1, + "CPU_DYING": 1, "|": 132, - "<<": 56, - "end": 48, - "case": 273, - "xE0": 2, - "xF": 5, - "to": 37, - "decode": 6, - "xF0": 2, - "RF_HEXGE_C": 1, - "xBF": 2, - "//invalid": 1, - "byte": 6, - "value": 9, - "are": 6, - "from": 16, - "xFF": 1, - "//if": 1, - "needing": 1, - "than": 5, - "swapE": 21, - "v1": 38, - "v2": 26, - "rfUTILS_Endianess": 24, - "RF_LITTLE_ENDIAN": 23, - "fread": 12, - "swap": 9, - "endianess": 40, - "needed": 10, - "rfUTILS_SwapEndianUS": 10, - "RF_HEXGE_US": 4, - "xD800": 8, - "RF_HEXLE_US": 4, - "xDFFF": 8, - "RF_HEXL_US": 8, - "RF_HEXG_US": 8, - "xDBFF": 4, - "RE_UTF16_INVALID_SEQUENCE": 20, - "RE_UTF16_NO_SURRPAIR": 2, - "xDC00": 4, - "user": 2, - "wants": 2, - "ff": 10, - "uint16_t*": 11, - "surrogate": 4, - "pair": 4, - "existence": 2, - "RF_BIG_ENDIAN": 10, - "rfUTILS_SwapEndianUI": 11, - "rfFback_UTF32BE": 2, - "i_FSEEK_CHECK": 14, - "rfFback_UTF32LE": 2, - "rfFback_UTF16BE": 2, - "rfFback_UTF16LE": 2, - "rfFback_UTF8": 2, + "param": 2, + "hcpu": 10, + "_cpu_down": 3, + "tasks_frozen": 4, + "CPU_TASKS_FROZEN": 2, + "tcd_param": 2, + ".mod": 1, + ".hcpu": 1, + "num_online_cpus": 2, + "EBUSY": 3, + "EINVAL": 6, + "CPU_DOWN_PREPARE": 1, + "CPU_DOWN_FAILED": 2, + "__func__": 2, + "goto": 159, + "out_release": 3, + "__stop_machine": 1, + "cpumask_of": 1, + "idle_cpu": 1, + "cpu_relax": 1, + "__cpu_die": 1, + "CPU_DEAD": 1, + "CPU_POST_DEAD": 1, + "cpu_down": 2, + "out": 18, + "__cpuinit": 3, + "_cpu_up": 3, + "*idle": 1, + "cpu_present": 1, + "idle": 4, + "idle_thread_get": 1, + "IS_ERR": 1, + "PTR_ERR": 1, + "CPU_UP_PREPARE": 1, + "out_notify": 3, + "__cpu_up": 1, + "CPU_ONLINE": 1, + "CPU_UP_CANCELED": 1, + "cpu_up": 2, + "CONFIG_MEMORY_HOTPLUG": 2, + "nid": 5, + "pg_data_t": 1, + "*pgdat": 1, + "cpu_possible": 1, + "KERN_ERR": 5, + "#if": 92, + "defined": 42, + "CONFIG_IA64": 1, + "cpu_to_node": 1, + "node_online": 1, + "mem_online_node": 1, + "pgdat": 3, + "NODE_DATA": 1, + "ENOMEM": 4, + "node_zonelists": 1, + "_zonerefs": 1, + "zone": 1, + "zonelists_mutex": 2, + "build_all_zonelists": 1, + "CONFIG_PM_SLEEP_SMP": 2, + "cpumask_var_t": 1, + "frozen_cpus": 9, + "__weak": 4, + "arch_disable_nonboot_cpus_begin": 2, + "arch_disable_nonboot_cpus_end": 2, + "disable_nonboot_cpus": 1, + "first_cpu": 3, + "cpumask_first": 1, + "cpu_online_mask": 3, + "cpumask_clear": 2, + "for_each_online_cpu": 1, + "cpumask_set_cpu": 5, + "arch_enable_nonboot_cpus_begin": 2, + "arch_enable_nonboot_cpus_end": 2, + "enable_nonboot_cpus": 1, + "cpumask_empty": 1, + "KERN_INFO": 2, + "for_each_cpu": 1, + "__init": 2, + "alloc_frozen_cpus": 2, + "alloc_cpumask_var": 1, + "GFP_KERNEL": 1, + "__GFP_ZERO": 1, + "core_initcall": 2, + "cpu_hotplug_disable_before_freeze": 2, + "cpu_hotplug_enable_after_thaw": 2, + "cpu_hotplug_pm_callback": 2, + "action": 2, + "*ptr": 1, "switch": 46, - "depending": 1, - "on": 4, - "number": 19, - "read": 1, - "backwards": 1, + "case": 273, + "PM_SUSPEND_PREPARE": 1, + "PM_HIBERNATION_PREPARE": 1, + "PM_POST_SUSPEND": 1, + "PM_POST_HIBERNATION": 1, "default": 33, - "RE_UTF8_INVALID_SEQUENCE": 2, + "NOTIFY_DONE": 1, + "NOTIFY_OK": 1, + "cpu_hotplug_pm_sync_init": 2, + "pm_notifier": 1, + "notify_cpu_starting": 1, + "CPU_STARTING": 1, + "cpumask_test_cpu": 1, + "CPU_STARTING_FROZEN": 1, + "MASK_DECLARE_1": 3, + "x": 57, + "UL": 1, + "<<": 56, + "MASK_DECLARE_2": 3, + "MASK_DECLARE_4": 3, + "MASK_DECLARE_8": 9, + "cpu_bit_bitmap": 2, + "BITS_PER_LONG": 2, + "BITS_TO_LONGS": 1, + "NR_CPUS": 2, + "DECLARE_BITMAP": 6, + "cpu_all_bits": 2, + "CPU_BITS_ALL": 2, + "CONFIG_INIT_ALL_POSSIBLE": 1, + "cpu_possible_bits": 6, + "CONFIG_NR_CPUS": 5, + "__read_mostly": 5, + "cpumask": 7, + "*const": 4, + "cpu_possible_mask": 2, + "to_cpumask": 15, + "cpu_online_bits": 5, + "cpu_present_bits": 5, + "cpu_present_mask": 2, + "cpu_active_bits": 4, + "cpu_active_mask": 2, + "set_cpu_possible": 1, + "bool": 6, + "possible": 2, + "set_cpu_present": 1, + "present": 2, + "set_cpu_online": 1, + "online": 2, + "set_cpu_active": 1, + "active": 2, + "init_cpu_present": 1, + "*src": 3, + "cpumask_copy": 3, + "src": 16, + "init_cpu_possible": 1, + "init_cpu_online": 1, + "*diff_prefix_from_pathspec": 1, + "git_strarray": 2, + "*pathspec": 2, + "git_buf": 3, + "prefix": 34, + "GIT_BUF_INIT": 3, + "*scan": 2, + "git_buf_common_prefix": 1, + "pathspec": 15, + "scan": 4, + "prefix.ptr": 2, + "git__iswildcard": 1, + "git_buf_truncate": 1, + "prefix.size": 1, + "git_buf_detach": 1, + "git_buf_free": 4, + "diff_pathspec_is_interesting": 2, + "*str": 1, + "count": 17, + "false": 77, + "true": 73, + "str": 162, + "strings": 5, + "diff_path_matches_pathspec": 3, + "git_diff_list": 17, + "*diff": 8, + "*path": 2, + "git_attr_fnmatch": 4, + "*match": 3, + "diff": 93, + "pathspec.length": 1, + "git_vector_foreach": 4, + "match": 16, + "p_fnmatch": 1, + "pattern": 3, + "path": 20, + "FNM_NOMATCH": 1, + "GIT_ATTR_FNMATCH_HASWILD": 1, + "strncmp": 1, + "length": 58, + "GIT_ATTR_FNMATCH_NEGATIVE": 1, + "git_diff_delta": 19, + "*diff_delta__alloc": 1, + "git_delta_t": 5, + "status": 57, + "*delta": 6, + "git__calloc": 3, + "delta": 54, + "old_file.path": 12, + "git_pool_strdup": 3, + "pool": 12, + "new_file.path": 6, + "opts.flags": 8, + "GIT_DIFF_REVERSE": 3, + "GIT_DELTA_ADDED": 4, + "GIT_DELTA_DELETED": 7, + "*diff_delta__dup": 1, + "*d": 1, + "git_pool": 4, + "*pool": 3, + "d": 16, + "fail": 19, + "*diff_delta__merge_like_cgit": 1, + "*b": 6, + "*dup": 1, + "diff_delta__dup": 3, + "dup": 15, + "new_file.oid": 7, + "git_oid_cpy": 5, + "new_file.mode": 4, + "new_file.size": 3, + "new_file.flags": 4, + "old_file.oid": 3, + "GIT_DELTA_UNTRACKED": 5, + "GIT_DELTA_IGNORED": 5, + "GIT_DELTA_UNMODIFIED": 11, + "diff_delta__from_one": 5, + "git_index_entry": 8, + "GIT_DIFF_INCLUDE_IGNORED": 1, + "GIT_DIFF_INCLUDE_UNTRACKED": 1, + "diff_delta__alloc": 2, + "assert": 41, + "GIT_DELTA_MODIFIED": 3, + "old_file.mode": 2, + "mode": 11, + "old_file.size": 1, + "file_size": 6, + "old_file.flags": 2, + "GIT_DIFF_FILE_VALID_OID": 4, + "git_vector_insert": 4, + "deltas": 8, + "diff_delta__from_two": 2, + "*old_entry": 1, + "*new_entry": 1, + "*new_oid": 1, + "GIT_DIFF_INCLUDE_UNMODIFIED": 1, + "*temp": 1, + "old_entry": 5, + "new_entry": 5, + "temp": 11, + "new_oid": 3, + "git_oid_iszero": 2, + "*diff_strdup_prefix": 1, + "strlen": 17, + "git_pool_strcat": 1, + "git_pool_strndup": 1, + "diff_delta__cmp": 3, + "*da": 1, + "*db": 3, + "strcmp": 20, + "da": 2, + "db": 10, + "config_bool": 5, + "git_config": 3, + "*cfg": 2, + "defvalue": 2, + "git_config_get_bool": 1, + "cfg": 6, + "giterr_clear": 1, + "*git_diff_list_alloc": 1, + "git_repository": 7, + "*repo": 7, + "git_diff_options": 7, + "*opts": 6, + "repo": 23, + "git_vector_init": 3, + "git_pool_init": 2, + "git_repository_config__weakptr": 1, + "diffcaps": 13, + "GIT_DIFFCAPS_HAS_SYMLINKS": 2, + "GIT_DIFFCAPS_ASSUME_UNCHANGED": 2, + "GIT_DIFFCAPS_TRUST_EXEC_BIT": 2, + "GIT_DIFFCAPS_TRUST_CTIME": 2, + "opts": 24, + "opts.pathspec": 2, + "opts.old_prefix": 4, + "diff_strdup_prefix": 2, + "old_prefix": 2, + "DIFF_OLD_PREFIX_DEFAULT": 1, + "opts.new_prefix": 4, + "new_prefix": 2, + "DIFF_NEW_PREFIX_DEFAULT": 1, + "*swap": 1, + "swap": 9, + "pathspec.count": 2, + "*pattern": 1, + "pathspec.strings": 1, + "GIT_ATTR_FNMATCH_ALLOWSPACE": 1, + "git_attr_fnmatch__parse": 1, + "GIT_ENOTFOUND": 1, + "git_diff_list_free": 3, + "deltas.contents": 1, + "git_vector_free": 3, + "pathspec.contents": 1, + "git_pool_clear": 2, + "oid_for_workdir_item": 2, + "full_path": 3, + "git_buf_joinpath": 1, + "git_repository_workdir": 1, + "S_ISLNK": 2, + "git_odb__hashlink": 1, + "full_path.ptr": 2, + "git__is_sizet": 1, + "giterr_set": 1, + "GITERR_OS": 1, + "fd": 34, + "git_futils_open_ro": 1, + "git_odb__hashfd": 1, + "GIT_OBJ_BLOB": 1, + "p_close": 1, + "EXEC_BIT_MASK": 3, + "maybe_modified": 2, + "git_iterator": 8, + "*old_iter": 2, + "*oitem": 2, + "*new_iter": 2, + "*nitem": 2, + "noid": 4, + "*use_noid": 1, + "omode": 8, + "oitem": 29, + "nmode": 10, + "nitem": 32, + "GIT_UNUSED": 1, + "old_iter": 8, + "S_ISREG": 1, + "GIT_MODE_TYPE": 3, + "GIT_MODE_PERMS_MASK": 1, + "flags_extended": 2, + "GIT_IDXENTRY_INTENT_TO_ADD": 1, + "GIT_IDXENTRY_SKIP_WORKTREE": 1, + "new_iter": 13, + "GIT_ITERATOR_WORKDIR": 2, + "ctime.seconds": 2, + "mtime.seconds": 2, + "GIT_DIFFCAPS_USE_DEV": 1, + "dev": 2, + "ino": 2, + "uid": 2, + "gid": 2, + "S_ISGITLINK": 1, + "git_submodule": 1, + "*sub": 1, + "GIT_DIFF_IGNORE_SUBMODULES": 1, + "git_submodule_lookup": 1, + "sub": 12, + "ignore": 1, + "GIT_SUBMODULE_IGNORE_ALL": 1, + "use_noid": 2, + "diff_from_iterators": 5, + "**diff_ptr": 1, + "ignore_prefix": 6, + "git_diff_list_alloc": 1, + "old_src": 1, + "new_src": 3, + "git_iterator_current": 2, + "git_iterator_advance": 5, + "delta_type": 8, + "git_buf_len": 1, + "git__prefixcmp": 2, + "git_buf_cstr": 1, + "S_ISDIR": 1, + "GIT_DIFF_RECURSE_UNTRACKED_DIRS": 1, + "git_iterator_current_is_ignored": 2, + "git_buf_sets": 1, + "git_iterator_advance_into_directory": 1, + "git_iterator_free": 4, + "*diff_ptr": 2, + "git_diff_tree_to_tree": 1, + "git_tree": 4, + "*old_tree": 3, + "*new_tree": 1, + "**diff": 4, + "diff_prefix_from_pathspec": 4, + "old_tree": 5, + "new_tree": 2, + "git_iterator_for_tree_range": 4, + "git_diff_index_to_tree": 1, + "git_iterator_for_index_range": 2, + "git_diff_workdir_to_index": 1, + "git_iterator_for_workdir_range": 2, + "git_diff_workdir_to_tree": 1, + "git_diff_merge": 1, + "*onto": 1, + "*from": 1, + "onto_pool": 7, + "git_vector": 1, + "onto_new": 6, + "j": 206, + "onto": 7, + "from": 16, + "deltas.length": 4, + "*o": 8, + "GIT_VECTOR_GET": 2, + "*f": 2, + "f": 184, + "o": 80, + "diff_delta__merge_like_cgit": 1, + "git_vector_swap": 1, + "git_pool_swap": 1, + "ATSHOME_LIBATS_DYNARRAY_CATS": 3, + "": 5, + "atslib_dynarray_memcpy": 1, + "atslib_dynarray_memmove": 1, + "memmove": 2, + "//": 262, + "ifndef": 2, "git_usage_string": 2, "git_more_info_string": 2, "N_": 1, @@ -4643,22 +5671,19 @@ "pager_config": 3, "*cmd": 5, "want": 3, - "*value": 5, "pager_command_config": 2, - "*var": 4, "*data": 12, "data": 69, "prefixcmp": 3, "var": 7, - "strcmp": 20, "cmd": 46, "git_config_maybe_bool": 1, + "value": 9, "xstrdup": 2, "check_pager_config": 3, "c.cmd": 1, "c.want": 2, "c.value": 3, - "git_config": 3, "pager_program": 1, "commit_pager_choice": 4, "setenv": 1, @@ -4671,7 +5696,6 @@ "*argv": 6, "new_argv": 7, "option_count": 1, - "count": 17, "alias_command": 4, "trace_argv_printf": 3, "*argcp": 4, @@ -4682,7 +5706,6 @@ "saved_errno": 1, "git_version_string": 1, "GIT_VERSION": 1, - "#define": 920, "RUN_SETUP": 81, "RUN_SETUP_GENTLY": 16, "USE_PAGER": 3, @@ -4690,16 +5713,10 @@ "cmd_struct": 4, "option": 9, "run_builtin": 2, - "argc": 26, - "**argv": 6, - "status": 57, "help": 4, "stat": 3, "st": 2, - "*prefix": 7, - "prefix": 34, "argv": 54, - "p": 60, "setup_git_directory": 1, "nongit_ok": 2, "setup_git_directory_gently": 1, @@ -4714,6 +5731,7 @@ "st.st_mode": 2, "S_ISSOCK": 1, "fflush": 2, + "ferror": 2, "fclose": 5, "handle_internal_command": 3, "commands": 3, @@ -4822,13 +5840,11 @@ "cmd_write_tree": 1, "ext": 4, "STRIP_EXTENSION": 1, - "strlen": 17, "*argv0": 1, "argv0": 2, "ARRAY_SIZE": 1, "exit": 20, "execv_dashed_external": 2, - "strbuf": 12, "STRBUF_INIT": 1, "*tmp": 1, "strbuf_addf": 1, @@ -4855,168 +5871,444 @@ "stderr": 15, "help_unknown_cmd": 1, "strerror": 4, + "PPC_SHA1": 1, + "git_hash_ctx": 7, + "SHA_CTX": 3, + "*git_hash_new_ctx": 1, + "*ctx": 5, + "ctx": 16, + "SHA1_Init": 4, + "git_hash_free_ctx": 1, + "git_hash_init": 1, + "git_hash_update": 1, + "SHA1_Update": 3, + "git_hash_final": 1, + "*out": 3, + "SHA1_Final": 3, + "git_hash_buf": 1, + "git_hash_vec": 1, + "git_buf_vec": 1, + "*vec": 1, + "vec": 2, + ".data": 1, + ".len": 3, + "HELLO_H": 2, + "hello": 1, "": 5, - "": 2, - "": 1, - "": 1, - "": 2, - "__APPLE__": 2, - "#if": 92, - "defined": 42, - "TARGET_OS_IPHONE": 1, - "#else": 94, - "extern": 38, - "**environ": 1, - "uv__chld": 2, - "EV_P_": 1, - "ev_child*": 1, - "watcher": 4, - "revents": 2, - "rstatus": 1, - "exit_status": 3, - "term_signal": 3, - "uv_process_t": 1, - "*process": 1, - "assert": 41, - "process": 19, - "child_watcher": 5, - "EV_CHILD": 1, - "ev_child_stop": 2, - "EV_A_": 1, - "WIFEXITED": 1, - "WEXITSTATUS": 2, - "WIFSIGNALED": 2, - "WTERMSIG": 2, - "exit_cb": 3, - "uv__make_socketpair": 2, - "fds": 20, - "flags": 89, - "SOCK_NONBLOCK": 2, - "fl": 8, - "SOCK_CLOEXEC": 1, - "UV__F_NONBLOCK": 5, - "socketpair": 2, - "AF_UNIX": 2, - "SOCK_STREAM": 2, - "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, - "UV_IGNORE": 2, - "UV_CREATE_PIPE": 4, - "UV_INHERIT_FD": 3, - "UV_INHERIT_STREAM": 2, - "data.stream": 7, - "UV_NAMED_PIPE": 2, - "data.fd": 1, - "uv__process_stdio_flags": 2, - "uv_pipe_t*": 1, - "ipc": 1, - "UV_STREAM_READABLE": 2, - "UV_STREAM_WRITABLE": 2, - "uv__process_open_stream": 2, - "child_fd": 3, - "close": 13, - "uv__stream_open": 1, - "uv_stream_t*": 2, - "uv__process_close_stream": 2, - "uv__stream_close": 1, - "uv__process_child_init": 2, - "uv_process_options_t": 2, - "options": 62, - "stdio_count": 7, - "int*": 22, - "pipes": 23, - "options.flags": 4, - "UV_PROCESS_DETACHED": 2, - "setsid": 2, - "close_fd": 2, - "use_fd": 7, - "open": 4, - "O_RDONLY": 1, - "O_RDWR": 2, - "perror": 5, - "_exit": 6, - "dup2": 4, - "options.cwd": 2, - "UV_PROCESS_SETGID": 2, - "setgid": 1, - "options.gid": 1, - "UV_PROCESS_SETUID": 2, - "setuid": 1, - "options.uid": 1, - "environ": 4, - "options.env": 1, - "execvp": 1, - "options.file": 2, - "options.args": 1, - "#ifndef": 89, - "SPAWN_WAIT_EXEC": 5, - "uv_spawn": 1, - "uv_loop_t*": 1, - "loop": 9, - "uv_process_t*": 3, - "save_our_env": 3, - "options.stdio_count": 4, - "signal_pipe": 7, - "pollfd": 1, - "pfd": 2, - "pid_t": 2, - "pid": 13, - "ENOMEM": 4, - "goto": 159, - "UV_PROCESS_WINDOWS_VERBATIM_ARGUMENTS": 1, - "uv__handle_init": 1, - "uv_handle_t*": 1, - "UV_PROCESS": 1, - "counters.process_init": 1, - "uv__handle_start": 1, - "options.exit_cb": 1, - "options.stdio": 3, - "fork": 2, - "pfd.fd": 1, - "pfd.events": 1, - "POLLIN": 1, - "POLLHUP": 1, - "pfd.revents": 1, - "poll": 1, - "EINTR": 1, - "ev_child_init": 1, - "ev_child_start": 1, - "ev": 2, - "child_watcher.data": 1, - "j": 206, - "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_type": 2, - "blob": 6, - "*lookup_blob": 2, - "OBJ_BLOB": 3, - "alloc_blob_node": 1, - "parse_blob_buffer": 2, + "": 2, "": 3, + "": 3, + "": 2, + "ULLONG_MAX": 10, + "MIN": 3, + "HTTP_PARSER_DEBUG": 4, + "SET_ERRNO": 47, + "e": 4, + "do": 21, + "parser": 334, + "http_errno": 11, + "error_lineno": 3, + "__LINE__": 50, + "CALLBACK_NOTIFY_": 3, + "FOR": 11, + "ER": 4, + "HTTP_PARSER_ERRNO": 10, + "HPE_OK": 10, + "settings": 6, + "on_##FOR": 4, + "HPE_CB_##FOR": 2, + "CALLBACK_NOTIFY": 10, + "CALLBACK_NOTIFY_NOADVANCE": 2, + "CALLBACK_DATA_": 4, + "LEN": 2, + "FOR##_mark": 7, + "CALLBACK_DATA": 10, + "CALLBACK_DATA_NOADVANCE": 6, + "MARK": 7, + "PROXY_CONNECTION": 4, + "CONNECTION": 4, + "CONTENT_LENGTH": 4, + "TRANSFER_ENCODING": 4, + "UPGRADE": 4, + "CHUNKED": 4, + "KEEP_ALIVE": 4, + "CLOSE": 4, + "*method_strings": 1, + "XX": 63, + "num": 24, + "string": 18, + "#string": 1, + "HTTP_METHOD_MAP": 3, + "#undef": 7, + "tokens": 5, + "int8_t": 3, + "unhex": 3, + "HTTP_PARSER_STRICT": 5, + "uint8_t": 6, + "normal_url_char": 3, + "T": 3, + "s_dead": 10, + "s_start_req_or_res": 4, + "s_res_or_resp_H": 3, + "s_start_res": 5, + "s_res_H": 3, + "s_res_HT": 4, + "s_res_HTT": 3, + "s_res_HTTP": 3, + "s_res_first_http_major": 3, + "s_res_http_major": 3, + "s_res_first_http_minor": 3, + "s_res_http_minor": 3, + "s_res_first_status_code": 3, + "s_res_status_code": 3, + "s_res_status": 3, + "s_res_line_almost_done": 4, + "s_start_req": 6, + "s_req_method": 4, + "s_req_spaces_before_url": 5, + "s_req_schema": 6, + "s_req_schema_slash": 6, + "s_req_schema_slash_slash": 6, + "s_req_host_start": 8, + "s_req_host_v6_start": 7, + "s_req_host_v6": 7, + "s_req_host_v6_end": 7, + "s_req_host": 8, + "s_req_port_start": 7, + "s_req_port": 6, + "s_req_path": 8, + "s_req_query_string_start": 8, + "s_req_query_string": 7, + "s_req_fragment_start": 7, + "s_req_fragment": 7, + "s_req_http_start": 3, + "s_req_http_H": 3, + "s_req_http_HT": 3, + "s_req_http_HTT": 3, + "s_req_http_HTTP": 3, + "s_req_first_http_major": 3, + "s_req_http_major": 3, + "s_req_first_http_minor": 3, + "s_req_http_minor": 3, + "s_req_line_almost_done": 4, + "s_header_field_start": 12, + "s_header_field": 4, + "s_header_value_start": 4, + "s_header_value": 5, + "s_header_value_lws": 3, + "s_header_almost_done": 6, + "s_chunk_size_start": 4, + "s_chunk_size": 3, + "s_chunk_parameters": 3, + "s_chunk_size_almost_done": 4, + "s_headers_almost_done": 4, + "s_headers_done": 4, + "s_chunk_data": 3, + "s_chunk_data_almost_done": 3, + "s_chunk_data_done": 3, + "s_body_identity": 3, + "s_body_identity_eof": 4, + "s_message_done": 3, + "PARSING_HEADER": 2, + "header_states": 1, + "h_general": 23, + "0": 11, + "h_C": 3, + "h_CO": 3, + "h_CON": 3, + "h_matching_connection": 3, + "h_matching_proxy_connection": 3, + "h_matching_content_length": 3, + "h_matching_transfer_encoding": 3, + "h_matching_upgrade": 3, + "h_connection": 6, + "h_content_length": 5, + "h_transfer_encoding": 5, + "h_upgrade": 4, + "h_matching_transfer_encoding_chunked": 3, + "h_matching_connection_keep_alive": 3, + "h_matching_connection_close": 3, + "h_transfer_encoding_chunked": 4, + "h_connection_keep_alive": 4, + "h_connection_close": 4, + "Macros": 1, + "character": 11, + "classes": 1, + "depends": 1, + "on": 4, + "strict": 2, + "define": 14, + "CR": 18, + "r": 58, + "LF": 21, + "LOWER": 7, + "0x20": 1, + "IS_ALPHA": 5, + "z": 47, + "IS_NUM": 14, + "9": 1, + "IS_ALPHANUM": 3, + "IS_HEX": 2, + "TOKEN": 4, + "IS_URL_CHAR": 6, + "IS_HOST_CHAR": 4, + "0x80": 1, + "endif": 6, + "start_state": 1, + "HTTP_REQUEST": 7, + "cond": 1, + "HPE_STRICT": 1, + "HTTP_STRERROR_GEN": 3, + "#n": 1, + "*description": 1, + "http_strerror_tab": 7, + "HTTP_ERRNO_MAP": 3, + "http_message_needs_eof": 4, + "http_parser": 13, + "*parser": 9, + "parse_url_char": 5, + "ch": 145, + "http_parser_execute": 2, + "http_parser_settings": 5, + "*settings": 2, + "unhex_val": 7, + "*header_field_mark": 1, + "*header_value_mark": 1, + "*url_mark": 1, + "*body_mark": 1, + "message_complete": 7, + "HPE_INVALID_EOF_STATE": 1, + "header_field_mark": 2, + "header_value_mark": 2, + "url_mark": 2, + "nread": 7, + "HTTP_MAX_HEADER_SIZE": 2, + "HPE_HEADER_OVERFLOW": 1, + "reexecute_byte": 7, + "HPE_CLOSED_CONNECTION": 1, + "content_length": 27, + "message_begin": 3, + "HTTP_RESPONSE": 3, + "HPE_INVALID_CONSTANT": 3, + "method": 39, + "HTTP_HEAD": 2, + "index": 58, + "STRICT_CHECK": 15, + "HPE_INVALID_VERSION": 12, + "http_major": 11, + "http_minor": 11, + "HPE_INVALID_STATUS": 3, + "status_code": 8, + "HPE_INVALID_METHOD": 4, + "http_method": 4, + "HTTP_CONNECT": 4, + "HTTP_DELETE": 1, + "HTTP_GET": 1, + "HTTP_LOCK": 1, + "HTTP_MKCOL": 2, + "HTTP_NOTIFY": 1, + "HTTP_OPTIONS": 1, + "HTTP_POST": 2, + "HTTP_REPORT": 1, + "HTTP_SUBSCRIBE": 2, + "HTTP_TRACE": 1, + "HTTP_UNLOCK": 2, + "*matcher": 1, + "matcher": 3, + "method_strings": 2, + "HTTP_CHECKOUT": 1, + "HTTP_COPY": 1, + "HTTP_MOVE": 1, + "HTTP_MERGE": 1, + "HTTP_MSEARCH": 1, + "HTTP_MKACTIVITY": 1, + "HTTP_SEARCH": 1, + "HTTP_PROPFIND": 2, + "HTTP_PUT": 2, + "HTTP_PATCH": 1, + "HTTP_PURGE": 1, + "HTTP_UNSUBSCRIBE": 1, + "HTTP_PROPPATCH": 1, + "url": 4, + "HPE_INVALID_URL": 4, + "HPE_LF_EXPECTED": 1, + "HPE_INVALID_HEADER_TOKEN": 2, + "header_field": 5, + "header_state": 42, + "header_value": 6, + "F_UPGRADE": 3, + "HPE_INVALID_CONTENT_LENGTH": 4, + "uint64_t": 8, + "F_CONNECTION_KEEP_ALIVE": 3, + "F_CONNECTION_CLOSE": 3, + "F_CHUNKED": 11, + "F_TRAILING": 3, + "NEW_MESSAGE": 6, + "upgrade": 3, + "on_headers_complete": 3, + "F_SKIPBODY": 4, + "HPE_CB_headers_complete": 1, + "to_read": 6, + "body": 6, + "body_mark": 2, + "HPE_INVALID_CHUNK_SIZE": 2, + "HPE_INVALID_INTERNAL_STATE": 1, + "1": 2, + "HPE_UNKNOWN": 1, + "Does": 1, + "the": 91, + "need": 5, + "to": 37, + "see": 2, + "an": 2, + "EOF": 26, + "find": 1, + "end": 48, + "of": 44, + "message": 3, + "http_should_keep_alive": 2, + "http_method_str": 1, + "m": 8, + "http_parser_init": 2, + "http_parser_type": 3, + "http_errno_name": 1, + "/sizeof": 4, + ".name": 1, + "http_errno_description": 1, + ".description": 1, + "http_parser_parse_url": 2, + "buflen": 3, + "is_connect": 4, + "http_parser_url": 3, + "*u": 2, + "http_parser_url_fields": 2, + "uf": 14, + "old_uf": 4, + "u": 18, + "port": 7, + "field_set": 5, + "UF_MAX": 3, + "UF_SCHEMA": 2, + "UF_HOST": 3, + "UF_PORT": 5, + "UF_PATH": 2, + "UF_QUERY": 2, + "UF_FRAGMENT": 2, + "field_data": 5, + ".off": 2, + "xffff": 1, + "uint16_t": 12, + "http_parser_pause": 2, + "paused": 3, + "HPE_PAUSED": 2, + "http_parser_h": 2, + "__cplusplus": 20, + "HTTP_PARSER_VERSION_MAJOR": 1, + "HTTP_PARSER_VERSION_MINOR": 1, + "": 2, "_WIN32": 3, + "__MINGW32__": 1, + "_MSC_VER": 5, + "__int8": 2, + "__int16": 2, + "int16_t": 1, + "__int32": 2, + "int32_t": 112, + "__int64": 3, + "int64_t": 2, + "ssize_t": 1, + "": 1, + "*1024": 4, + "DELETE": 2, + "GET": 2, + "HEAD": 2, + "POST": 2, + "PUT": 2, + "CONNECT": 2, + "OPTIONS": 2, + "TRACE": 2, + "COPY": 2, + "LOCK": 2, + "MKCOL": 2, + "MOVE": 2, + "PROPFIND": 2, + "PROPPATCH": 2, + "SEARCH": 3, + "UNLOCK": 2, + "REPORT": 2, + "MKACTIVITY": 2, + "CHECKOUT": 2, + "MERGE": 2, + "MSEARCH": 1, + "M": 1, + "NOTIFY": 2, + "SUBSCRIBE": 2, + "UNSUBSCRIBE": 2, + "PATCH": 2, + "PURGE": 2, + "HTTP_##name": 1, + "HTTP_BOTH": 1, + "OK": 1, + "CB_message_begin": 1, + "CB_url": 1, + "CB_header_field": 1, + "CB_header_value": 1, + "CB_headers_complete": 1, + "CB_body": 1, + "CB_message_complete": 1, + "INVALID_EOF_STATE": 1, + "HEADER_OVERFLOW": 1, + "CLOSED_CONNECTION": 1, + "INVALID_VERSION": 1, + "INVALID_STATUS": 1, + "INVALID_METHOD": 1, + "INVALID_URL": 1, + "INVALID_HOST": 1, + "INVALID_PORT": 1, + "INVALID_PATH": 1, + "INVALID_QUERY_STRING": 1, + "INVALID_FRAGMENT": 1, + "LF_EXPECTED": 1, + "INVALID_HEADER_TOKEN": 1, + "INVALID_CONTENT_LENGTH": 1, + "INVALID_CHUNK_SIZE": 1, + "INVALID_CONSTANT": 1, + "INVALID_INTERNAL_STATE": 1, + "STRICT": 1, + "PAUSED": 1, + "UNKNOWN": 1, + "HTTP_ERRNO_GEN": 3, + "HPE_##n": 1, + "HTTP_PARSER_ERRNO_LINE": 2, + "short": 6, + "http_cb": 3, + "on_message_begin": 1, + "http_data_cb": 4, + "on_url": 1, + "on_header_field": 1, + "on_header_value": 1, + "on_body": 1, + "on_message_complete": 1, + "off": 8, + "*http_method_str": 1, + "*http_errno_name": 1, + "*http_errno_description": 1, + "": 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, "strncasecmp": 2, "_strnicmp": 1, "REF_TABLE_SIZE": 1, @@ -5029,12 +6321,9 @@ "GPERF_DOWNCASE": 1, "GPERF_CASE_STRNCMP": 1, "link_ref": 2, - "id": 13, "*link": 1, "*title": 1, "sd_markdown": 6, - "typedef": 191, - "size_t": 52, "tag": 1, "tag_len": 3, "w": 6, @@ -5042,7 +6331,6 @@ "htmlblock_end": 3, "*curtag": 2, "*rndr": 4, - "uint8_t": 6, "start_of_line": 2, "tag_size": 3, "curtag": 8, @@ -5082,6 +6370,7 @@ "parse_table_header": 1, "*columns": 2, "**column_data": 1, + "pipes": 23, "header_end": 7, "under_end": 1, "*column_data": 1, @@ -5117,1044 +6406,1973 @@ "SUNDOWN_VER_MAJOR": 1, "SUNDOWN_VER_MINOR": 1, "SUNDOWN_VER_REVISION": 1, - "__wglew_h__": 2, - "__WGLEW_H__": 1, - "__wglext_h_": 2, - "#error": 4, - "wglext.h": 1, - "included": 2, - "before": 4, - "wglew.h": 1, - "WINAPI": 119, - "": 1, - "GLEW_STATIC": 1, - "__cplusplus": 20, - "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, - "void*": 135, - "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, - "x": 57, - "y": 14, - "width": 3, - "height": 3, - "xSrc": 1, - "ySrc": 1, - "PFNWGLSAVEBUFFERREGIONARBPROC": 2, - "wglCreateBufferRegionARB": 1, - "__wglewCreateBufferRegionARB": 2, - "wglDeleteBufferRegionARB": 1, - "__wglewDeleteBufferRegionARB": 2, - "wglRestoreBufferRegionARB": 1, - "__wglewRestoreBufferRegionARB": 2, - "wglSaveBufferRegionARB": 1, - "__wglewSaveBufferRegionARB": 2, - "WGLEW_ARB_buffer_region": 1, - "__WGLEW_ARB_buffer_region": 2, - "WGL_ARB_create_context": 2, - "WGL_CONTEXT_DEBUG_BIT_ARB": 1, - "WGL_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB": 1, - "WGL_CONTEXT_MAJOR_VERSION_ARB": 1, - "WGL_CONTEXT_MINOR_VERSION_ARB": 1, - "WGL_CONTEXT_LAYER_PLANE_ARB": 1, - "WGL_CONTEXT_FLAGS_ARB": 1, - "ERROR_INVALID_VERSION_ARB": 1, - "ERROR_INVALID_PROFILE_ARB": 1, - "PFNWGLCREATECONTEXTATTRIBSARBPROC": 2, - "wglCreateContextAttribsARB": 1, - "__wglewCreateContextAttribsARB": 2, - "WGLEW_ARB_create_context": 1, - "__WGLEW_ARB_create_context": 2, - "WGL_ARB_create_context_profile": 2, - "WGL_CONTEXT_CORE_PROFILE_BIT_ARB": 1, - "WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB": 1, - "WGL_CONTEXT_PROFILE_MASK_ARB": 1, - "WGLEW_ARB_create_context_profile": 1, - "__WGLEW_ARB_create_context_profile": 2, - "WGL_ARB_create_context_robustness": 2, - "WGL_CONTEXT_ROBUST_ACCESS_BIT_ARB": 1, - "WGL_LOSE_CONTEXT_ON_RESET_ARB": 1, - "WGL_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB": 1, - "WGL_NO_RESET_NOTIFICATION_ARB": 1, - "WGLEW_ARB_create_context_robustness": 1, - "__WGLEW_ARB_create_context_robustness": 2, - "WGL_ARB_extensions_string": 2, - "PFNWGLGETEXTENSIONSSTRINGARBPROC": 2, - "hdc": 16, - "wglGetExtensionsStringARB": 1, - "__wglewGetExtensionsStringARB": 2, - "WGLEW_ARB_extensions_string": 1, - "__WGLEW_ARB_extensions_string": 2, - "WGL_ARB_framebuffer_sRGB": 2, - "WGL_FRAMEBUFFER_SRGB_CAPABLE_ARB": 1, - "A9": 2, - "WGLEW_ARB_framebuffer_sRGB": 1, - "__WGLEW_ARB_framebuffer_sRGB": 2, - "WGL_ARB_make_current_read": 2, - "ERROR_INVALID_PIXEL_TYPE_ARB": 1, - "ERROR_INCOMPATIBLE_DEVICE_CONTEXTS_ARB": 1, - "PFNWGLGETCURRENTREADDCARBPROC": 2, - "PFNWGLMAKECONTEXTCURRENTARBPROC": 2, - "hDrawDC": 2, - "hReadDC": 2, - "wglGetCurrentReadDCARB": 1, - "__wglewGetCurrentReadDCARB": 2, - "wglMakeContextCurrentARB": 1, - "__wglewMakeContextCurrentARB": 2, - "WGLEW_ARB_make_current_read": 1, - "__WGLEW_ARB_make_current_read": 2, - "WGL_ARB_multisample": 2, - "WGL_SAMPLE_BUFFERS_ARB": 1, - "WGL_SAMPLES_ARB": 1, - "WGLEW_ARB_multisample": 1, - "__WGLEW_ARB_multisample": 2, - "WGL_ARB_pbuffer": 2, - "WGL_DRAW_TO_PBUFFER_ARB": 1, - "D": 8, - "WGL_MAX_PBUFFER_PIXELS_ARB": 1, - "E": 11, - "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, - "A": 11, - "WGL_SHARE_DEPTH_ARB": 1, - "C": 14, - "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, - "length": 58, - "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, - "float": 26, - "*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, - "depth": 2, - "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, - "C0": 3, - "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, + "": 4, + "": 2, + "": 1, + "": 1, + "": 2, + "__APPLE__": 2, + "TARGET_OS_IPHONE": 1, + "**environ": 1, + "uv__chld": 2, + "EV_P_": 1, + "ev_child*": 1, + "watcher": 4, + "revents": 2, + "rstatus": 1, + "exit_status": 3, + "term_signal": 3, + "uv_process_t": 1, + "*process": 1, + "process": 19, + "child_watcher": 5, + "EV_CHILD": 1, + "ev_child_stop": 2, + "EV_A_": 1, + "WIFEXITED": 1, + "WEXITSTATUS": 2, + "WIFSIGNALED": 2, + "WTERMSIG": 2, + "exit_cb": 3, + "uv__make_socketpair": 2, + "fds": 20, + "SOCK_NONBLOCK": 2, + "fl": 8, + "SOCK_CLOEXEC": 1, + "UV__F_NONBLOCK": 5, + "socketpair": 2, + "AF_UNIX": 2, + "SOCK_STREAM": 2, + "uv__cloexec": 4, + "uv__nonblock": 5, + "uv__make_pipe": 2, + "__linux__": 3, + "UV__O_CLOEXEC": 1, + "UV__O_NONBLOCK": 1, + "uv__pipe2": 1, + "ENOSYS": 1, + "pipe": 1, + "uv__process_init_stdio": 2, + "uv_stdio_container_t*": 4, + "container": 17, + "writable": 8, + "UV_IGNORE": 2, + "UV_CREATE_PIPE": 4, + "UV_INHERIT_FD": 3, + "UV_INHERIT_STREAM": 2, + "data.stream": 7, + "UV_NAMED_PIPE": 2, + "data.fd": 1, + "uv__process_stdio_flags": 2, + "uv_pipe_t*": 1, + "ipc": 1, + "UV_STREAM_READABLE": 2, + "UV_STREAM_WRITABLE": 2, + "uv__process_open_stream": 2, + "child_fd": 3, + "close": 13, + "uv__stream_open": 1, + "uv_stream_t*": 2, + "uv__process_close_stream": 2, + "uv__stream_close": 1, + "uv__process_child_init": 2, + "uv_process_options_t": 2, + "options": 62, + "stdio_count": 7, + "int*": 22, + "options.flags": 4, + "UV_PROCESS_DETACHED": 2, + "setsid": 2, + "close_fd": 2, + "use_fd": 7, + "open": 4, + "O_RDONLY": 1, + "O_RDWR": 2, + "perror": 5, + "_exit": 6, + "dup2": 4, + "options.cwd": 2, + "UV_PROCESS_SETGID": 2, + "setgid": 1, + "options.gid": 1, + "UV_PROCESS_SETUID": 2, + "setuid": 1, + "options.uid": 1, + "environ": 4, + "options.env": 1, + "execvp": 1, + "options.file": 2, + "options.args": 1, + "SPAWN_WAIT_EXEC": 5, + "uv_spawn": 1, + "uv_loop_t*": 1, + "loop": 9, + "uv_process_t*": 3, + "char**": 7, + "save_our_env": 3, + "options.stdio_count": 4, + "malloc": 3, + "signal_pipe": 7, + "pollfd": 1, + "pfd": 2, + "pid_t": 2, + "pid": 13, + "UV_PROCESS_WINDOWS_VERBATIM_ARGUMENTS": 1, + "uv__handle_init": 1, + "uv_handle_t*": 1, + "UV_PROCESS": 1, + "counters.process_init": 1, + "uv__handle_start": 1, + "options.exit_cb": 1, + "options.stdio": 3, + "fork": 2, + "pfd.fd": 1, + "pfd.events": 1, + "POLLIN": 1, + "POLLHUP": 1, + "pfd.revents": 1, + "poll": 1, + "EINTR": 1, + "ev_child_init": 1, + "ev_child_start": 1, + "ev": 2, + "child_watcher.data": 1, + "uv__set_sys_error": 2, + "uv_process_kill": 1, + "signum": 4, + "kill": 4, + "uv_err_t": 1, + "uv_kill": 1, + "uv__new_sys_error": 1, + "uv_ok_": 1, + "uv__process_close": 1, + "handle": 10, + "uv__handle_stop": 1, + "VALUE": 13, + "rb_cRDiscount": 4, + "rb_rdiscount_to_html": 2, + "self": 9, + "*res": 2, + "szres": 8, + "encoding": 14, + "rb_funcall": 14, + "rb_intern": 15, + "rb_str_buf_new": 2, + "Check_Type": 2, + "T_STRING": 2, + "rb_rdiscount__get_flags": 3, + "MMIOT": 2, + "*doc": 2, + "mkd_string": 2, + "RSTRING_PTR": 2, + "RSTRING_LEN": 2, + "mkd_compile": 2, + "doc": 6, + "mkd_document": 1, + "res": 4, + "rb_str_cat": 4, + "mkd_cleanup": 2, + "rb_respond_to": 1, + "rb_rdiscount_toc_content": 2, + "mkd_toc": 1, + "ruby_obj": 11, + "MKD_TABSTOP": 1, + "MKD_NOHEADER": 1, + "Qtrue": 10, + "MKD_NOPANTS": 1, + "MKD_NOHTML": 1, + "MKD_TOC": 1, + "MKD_NOIMAGE": 1, + "MKD_NOLINKS": 1, + "MKD_NOTABLES": 1, + "MKD_STRICT": 1, + "MKD_AUTOLINK": 1, + "MKD_SAFELINK": 1, + "MKD_NO_EXT": 1, + "Init_rdiscount": 1, + "rb_define_class": 1, + "rb_cObject": 1, + "rb_define_method": 2, + "READLINE_READLINE_CATS": 3, + "": 1, + "atscntrb_readline_rl_library_version": 1, + "char*": 167, + "rl_library_version": 1, + "atscntrb_readline_rl_readline_version": 1, + "rl_readline_version": 1, + "atscntrb_readline_readline": 1, + "readline": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 2, + "": 1, + "": 1, + "": 3, + "": 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, + "FILE": 3, + "*fp": 3, + "rawmode": 2, + "REDIS_LOG_RAW": 2, + "xff": 3, + "server.verbosity": 4, + "fp": 13, + "server.logfile": 8, + "fopen": 3, + "msg": 10, + "timeval": 4, + "tv": 8, + "gettimeofday": 4, + "strftime": 1, + "localtime": 1, + "tv.tv_sec": 4, + "snprintf": 2, + "tv.tv_usec/1000": 1, + "getpid": 7, + "server.syslog_enabled": 3, + "syslog": 1, + "redisLog": 33, + "...": 127, + "va_list": 3, + "ap": 4, + "REDIS_MAX_LOGMSG_LEN": 1, + "va_start": 3, + "vsnprintf": 1, + "va_end": 3, + "redisLogFromHandler": 2, + "server.daemonize": 5, + "O_APPEND": 2, + "O_CREAT": 2, + "O_WRONLY": 2, + "STDOUT_FILENO": 2, + "ll2string": 3, + "write": 7, + "time": 10, + "oom": 3, + "REDIS_WARNING": 19, + "sleep": 1, + "abort": 1, + "ustime": 7, "ust": 7, - "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, - "ctx": 16, - "wglewContextIsSupported": 2, - "wglewInit": 1, - "wglewGetContext": 4, - "wglewIsSupported": 2, - "wglewGetExtension": 1, - "#undef": 7, - "PPC_SHA1": 1, - "git_hash_ctx": 7, - "SHA_CTX": 3, - "*git_hash_new_ctx": 1, - "*ctx": 5, - "git__malloc": 3, - "SHA1_Init": 4, - "git_hash_free_ctx": 1, - "git__free": 15, - "git_hash_init": 1, - "git_hash_update": 1, - "len": 30, - "SHA1_Update": 3, - "git_hash_final": 1, - "git_oid": 7, - "*out": 3, - "SHA1_Final": 3, - "out": 18, - "git_hash_buf": 1, - "git_hash_vec": 1, - "git_buf_vec": 1, - "*vec": 1, - "vec": 2, - ".data": 1, - ".len": 3, - "BLOB_H": 2, + "*1000000": 1, + "tv.tv_usec": 3, + "mstime": 5, + "/1000": 1, + "exitFromChild": 1, + "retcode": 3, + "COVERAGE_TEST": 1, + "dictVanillaFree": 1, + "*privdata": 8, + "DICT_NOTUSED": 6, + "privdata": 8, + "zfree": 2, + "dictListDestructor": 2, + "listRelease": 1, + "list*": 1, + "dictSdsKeyCompare": 6, + "*key1": 4, + "*key2": 4, + "l1": 4, + "l2": 3, + "sdslen": 14, + "sds": 13, + "key1": 5, + "key2": 5, + "dictSdsKeyCaseCompare": 2, + "strcasecmp": 13, + "dictRedisObjectDestructor": 7, + "decrRefCount": 6, + "dictSdsDestructor": 4, + "sdsfree": 2, + "dictObjKeyCompare": 2, + "robj": 7, + "*o1": 2, + "*o2": 2, + "o1": 7, + "ptr": 18, + "o2": 7, + "dictObjHash": 2, + "key": 9, + "dictGenHashFunction": 5, + "dictSdsHash": 4, + "dictSdsCaseHash": 2, + "dictGenCaseHashFunction": 1, + "dictEncObjKeyCompare": 4, + "robj*": 3, + "REDIS_ENCODING_INT": 4, + "getDecodedObject": 3, + "dictEncObjHash": 4, + "REDIS_ENCODING_RAW": 1, + "dictType": 8, + "setDictType": 1, + "zsetDictType": 1, + "dbDictType": 2, + "keyptrDictType": 2, + "commandTableDictType": 2, + "hashDictType": 1, + "keylistDictType": 4, + "clusterNodesDictType": 1, + "htNeedsResize": 3, + "dict": 11, + "*dict": 5, + "used": 10, + "dictSlots": 3, + "dictSize": 10, + "DICT_HT_INITIAL_SIZE": 2, + "used*100/size": 1, + "REDIS_HT_MINFILL": 1, + "tryResizeHashTables": 2, + "server.dbnum": 8, + "server.db": 23, + ".dict": 9, + "dictResize": 2, + ".expires": 8, + "incrementallyRehash": 2, + "dictIsRehashing": 2, + "dictRehashMilliseconds": 2, + "updateDictResizePolicy": 2, + "server.rdb_child_pid": 12, + "server.aof_child_pid": 10, + "dictEnableResize": 1, + "dictDisableResize": 1, + "activeExpireCycle": 2, + "iteration": 6, + "start": 10, + "timelimit": 5, + "*REDIS_EXPIRELOOKUPS_TIME_PERC/REDIS_HZ/100": 1, + "expired": 4, + "redisDb": 3, + "expires": 3, + "slots": 2, + "now": 5, + "num*100/slots": 1, + "REDIS_EXPIRELOOKUPS_PER_CRON": 2, + "dictEntry": 2, + "*de": 2, + "de": 12, + "dictGetRandomKey": 4, + "dictGetSignedIntegerVal": 1, + "dictGetKey": 4, + "*keyobj": 2, + "createStringObject": 11, + "propagateExpire": 2, + "keyobj": 6, + "dbDelete": 2, + "server.stat_expiredkeys": 3, + "xf": 1, + "REDIS_EXPIRELOOKUPS_PER_CRON/4": 1, + "updateLRUClock": 3, + "server.lruclock": 2, + "server.unixtime/REDIS_LRU_CLOCK_RESOLUTION": 1, + "REDIS_LRU_CLOCK_MAX": 1, + "trackOperationsPerSecond": 2, + "server.ops_sec_last_sample_time": 3, + "ops": 1, + "server.stat_numcommands": 4, + "server.ops_sec_last_sample_ops": 3, + "ops_sec": 3, + "ops*1000/t": 1, + "server.ops_sec_samples": 4, + "server.ops_sec_idx": 4, + "%": 2, + "REDIS_OPS_SEC_SAMPLES": 3, + "getOperationsPerSecond": 2, + "sum": 3, + "clientsCronHandleTimeout": 2, + "redisClient": 12, + "time_t": 4, + "server.unixtime": 10, + "server.maxidletime": 3, + "REDIS_SLAVE": 3, + "REDIS_MASTER": 2, + "REDIS_BLOCKED": 2, + "pubsub_channels": 2, + "listLength": 14, + "pubsub_patterns": 2, + "lastinteraction": 3, + "REDIS_VERBOSE": 3, + "freeClient": 1, + "bpop.timeout": 2, + "addReply": 13, + "shared.nullmultibulk": 2, + "unblockClientWaitingData": 1, + "clientsCronResizeQueryBuffer": 2, + "querybuf_size": 3, + "sdsAllocSize": 1, + "querybuf": 6, + "idletime": 2, + "REDIS_MBULK_BIG_ARG": 1, + "querybuf_size/": 1, + "querybuf_peak": 2, + "sdsavail": 1, + "sdsRemoveFreeSpace": 1, + "clientsCron": 2, + "numclients": 3, + "server.clients": 7, + "iterations": 4, + "numclients/": 1, + "REDIS_HZ*10": 1, + "listNode": 4, + "*head": 1, + "listRotate": 1, + "head": 3, + "listFirst": 2, + "listNodeValue": 3, + "run_with_period": 6, + "_ms_": 2, + "loops": 2, + "/REDIS_HZ": 2, + "serverCron": 2, + "aeEventLoop": 2, + "*eventLoop": 2, + "*clientData": 1, + "server.cronloops": 3, + "REDIS_NOTUSED": 5, + "eventLoop": 2, + "clientData": 1, + "server.watchdog_period": 3, + "watchdogScheduleSignal": 1, + "zmalloc_used_memory": 8, + "server.stat_peak_memory": 5, + "server.shutdown_asap": 3, + "prepareForShutdown": 2, + "REDIS_OK": 23, + "vkeys": 8, + "server.activerehashing": 2, + "server.slaves": 9, + "server.aof_rewrite_scheduled": 4, + "rewriteAppendOnlyFileBackground": 2, + "statloc": 5, + "wait3": 1, + "WNOHANG": 1, + "exitcode": 3, + "bysignal": 4, + "backgroundSaveDoneHandler": 1, + "backgroundRewriteDoneHandler": 1, + "server.saveparamslen": 3, + "saveparam": 1, + "*sp": 1, + "server.saveparams": 2, + "server.dirty": 3, + "sp": 4, + "changes": 2, + "server.lastsave": 3, + "seconds": 2, + "REDIS_NOTICE": 13, + "rdbSaveBackground": 1, + "server.rdb_filename": 4, + "server.aof_rewrite_perc": 3, + "server.aof_current_size": 2, + "server.aof_rewrite_min_size": 2, + "base": 1, + "server.aof_rewrite_base_size": 4, + "growth": 3, + "server.aof_current_size*100/base": 1, + "server.aof_flush_postponed_start": 2, + "flushAppendOnlyFile": 2, + "server.masterhost": 7, + "freeClientsInAsyncFreeQueue": 1, + "replicationCron": 1, + "server.cluster_enabled": 6, + "clusterCron": 1, + "beforeSleep": 2, + "*ln": 3, + "server.unblocked_clients": 4, + "ln": 8, + "redisAssert": 1, + "listDelNode": 1, + "REDIS_UNBLOCKED": 1, + "server.current_client": 3, + "processInputBuffer": 1, + "createSharedObjects": 2, + "shared.crlf": 2, + "createObject": 31, + "REDIS_STRING": 31, + "sdsnew": 27, + "shared.ok": 3, + "shared.err": 1, + "shared.emptybulk": 1, + "shared.czero": 1, + "shared.cone": 1, + "shared.cnegone": 1, + "shared.nullbulk": 1, + "shared.emptymultibulk": 1, + "shared.pong": 2, + "shared.queued": 2, + "shared.wrongtypeerr": 1, + "shared.nokeyerr": 1, + "shared.syntaxerr": 2, + "shared.sameobjecterr": 1, + "shared.outofrangeerr": 1, + "shared.noscripterr": 1, + "shared.loadingerr": 2, + "shared.slowscripterr": 2, + "shared.masterdownerr": 2, + "shared.bgsaveerr": 2, + "shared.roslaveerr": 2, + "shared.oomerr": 2, + "shared.space": 1, + "shared.colon": 1, + "shared.plus": 1, + "REDIS_SHARED_SELECT_CMDS": 1, + "shared.select": 1, + "sdscatprintf": 24, + "sdsempty": 8, + "shared.messagebulk": 1, + "shared.pmessagebulk": 1, + "shared.subscribebulk": 1, + "shared.unsubscribebulk": 1, + "shared.psubscribebulk": 1, + "shared.punsubscribebulk": 1, + "shared.del": 1, + "shared.rpop": 1, + "shared.lpop": 1, + "REDIS_SHARED_INTEGERS": 1, + "shared.integers": 2, + "void*": 135, + "REDIS_SHARED_BULKHDR_LEN": 1, + "shared.mbulkhdr": 1, + "shared.bulkhdr": 1, + "initServerConfig": 2, + "getRandomHexChars": 1, + "server.runid": 3, + "REDIS_RUN_ID_SIZE": 2, + "server.arch_bits": 3, + "server.port": 7, + "REDIS_SERVERPORT": 1, + "server.bindaddr": 2, + "server.unixsocket": 7, + "server.unixsocketperm": 2, + "server.ipfd": 9, + "server.sofd": 9, + "REDIS_DEFAULT_DBNUM": 1, + "REDIS_MAXIDLETIME": 1, + "server.client_max_querybuf_len": 1, + "REDIS_MAX_QUERYBUF_LEN": 1, + "server.loading": 4, + "server.syslog_ident": 2, + "zstrdup": 5, + "server.syslog_facility": 2, + "LOG_LOCAL0": 1, + "server.aof_state": 7, + "REDIS_AOF_OFF": 5, + "server.aof_fsync": 1, + "AOF_FSYNC_EVERYSEC": 1, + "server.aof_no_fsync_on_rewrite": 1, + "REDIS_AOF_REWRITE_PERC": 1, + "REDIS_AOF_REWRITE_MIN_SIZE": 1, + "server.aof_last_fsync": 1, + "server.aof_rewrite_time_last": 2, + "server.aof_rewrite_time_start": 2, + "server.aof_delayed_fsync": 2, + "server.aof_fd": 4, + "server.aof_selected_db": 1, + "server.pidfile": 3, + "server.aof_filename": 3, + "server.requirepass": 4, + "server.rdb_compression": 1, + "server.rdb_checksum": 1, + "server.maxclients": 6, + "REDIS_MAX_CLIENTS": 1, + "server.bpop_blocked_clients": 2, + "server.maxmemory": 6, + "server.maxmemory_policy": 11, + "REDIS_MAXMEMORY_VOLATILE_LRU": 3, + "server.maxmemory_samples": 3, + "server.hash_max_ziplist_entries": 1, + "REDIS_HASH_MAX_ZIPLIST_ENTRIES": 1, + "server.hash_max_ziplist_value": 1, + "REDIS_HASH_MAX_ZIPLIST_VALUE": 1, + "server.list_max_ziplist_entries": 1, + "REDIS_LIST_MAX_ZIPLIST_ENTRIES": 1, + "server.list_max_ziplist_value": 1, + "REDIS_LIST_MAX_ZIPLIST_VALUE": 1, + "server.set_max_intset_entries": 1, + "REDIS_SET_MAX_INTSET_ENTRIES": 1, + "server.zset_max_ziplist_entries": 1, + "REDIS_ZSET_MAX_ZIPLIST_ENTRIES": 1, + "server.zset_max_ziplist_value": 1, + "REDIS_ZSET_MAX_ZIPLIST_VALUE": 1, + "server.repl_ping_slave_period": 1, + "REDIS_REPL_PING_SLAVE_PERIOD": 1, + "server.repl_timeout": 1, + "REDIS_REPL_TIMEOUT": 1, + "server.cluster.configfile": 1, + "server.lua_caller": 1, + "server.lua_time_limit": 1, + "REDIS_LUA_TIME_LIMIT": 1, + "server.lua_client": 1, + "server.lua_timedout": 2, + "resetServerSaveParams": 2, + "appendServerSaveParams": 3, + "*60": 1, + "server.masterauth": 1, + "server.masterport": 2, + "server.master": 3, + "server.repl_state": 6, + "REDIS_REPL_NONE": 1, + "server.repl_syncio_timeout": 1, + "REDIS_REPL_SYNCIO_TIMEOUT": 1, + "server.repl_serve_stale_data": 2, + "server.repl_slave_ro": 2, + "server.repl_down_since": 2, + "server.client_obuf_limits": 9, + "REDIS_CLIENT_LIMIT_CLASS_NORMAL": 3, + ".hard_limit_bytes": 3, + ".soft_limit_bytes": 3, + ".soft_limit_seconds": 3, + "REDIS_CLIENT_LIMIT_CLASS_SLAVE": 3, + "*1024*256": 1, + "*1024*64": 1, + "REDIS_CLIENT_LIMIT_CLASS_PUBSUB": 3, + "*1024*32": 1, + "*1024*8": 1, + "/R_Zero": 2, + "R_Zero/R_Zero": 1, + "server.commands": 1, + "dictCreate": 6, + "populateCommandTable": 2, + "server.delCommand": 1, + "lookupCommandByCString": 3, + "server.multiCommand": 1, + "server.lpushCommand": 1, + "server.slowlog_log_slower_than": 1, + "REDIS_SLOWLOG_LOG_SLOWER_THAN": 1, + "server.slowlog_max_len": 1, + "REDIS_SLOWLOG_MAX_LEN": 1, + "server.assert_failed": 1, + "server.assert_file": 1, + "server.assert_line": 1, + "server.bug_report_start": 1, + "adjustOpenFilesLimit": 2, + "rlim_t": 3, + "maxfiles": 6, + "rlimit": 1, + "limit": 3, + "getrlimit": 1, + "RLIMIT_NOFILE": 2, + "oldlimit": 5, + "limit.rlim_cur": 2, + "limit.rlim_max": 1, + "setrlimit": 1, + "initServer": 2, + "signal": 2, + "SIGHUP": 1, + "SIG_IGN": 2, + "SIGPIPE": 1, + "setupSignalHandlers": 2, + "openlog": 1, + "LOG_PID": 1, + "LOG_NDELAY": 1, + "LOG_NOWAIT": 1, + "listCreate": 6, + "server.clients_to_close": 1, + "server.monitors": 2, + "server.el": 7, + "aeCreateEventLoop": 1, + "zmalloc": 2, + "*server.dbnum": 1, + "anetTcpServer": 1, + "server.neterr": 4, + "ANET_ERR": 2, + "unlink": 3, + "anetUnixServer": 1, + ".blocking_keys": 1, + ".watched_keys": 1, + ".id": 1, + "server.pubsub_channels": 2, + "server.pubsub_patterns": 4, + "listSetFreeMethod": 1, + "freePubsubPattern": 1, + "listSetMatchMethod": 1, + "listMatchPubsubPattern": 1, + "aofRewriteBufferReset": 1, + "server.aof_buf": 3, + "server.rdb_save_time_last": 2, + "server.rdb_save_time_start": 2, + "server.stat_numconnections": 2, + "server.stat_evictedkeys": 3, + "server.stat_starttime": 2, + "server.stat_keyspace_misses": 2, + "server.stat_keyspace_hits": 2, + "server.stat_fork_time": 2, + "server.stat_rejected_conn": 2, + "server.lastbgsave_status": 3, + "server.stop_writes_on_bgsave_err": 2, + "aeCreateTimeEvent": 1, + "aeCreateFileEvent": 2, + "AE_READABLE": 2, + "acceptTcpHandler": 1, + "AE_ERR": 2, + "acceptUnixHandler": 1, + "REDIS_AOF_ON": 2, + "LL*": 1, + "REDIS_MAXMEMORY_NO_EVICTION": 2, + "clusterInit": 1, + "scriptingInit": 1, + "slowlogInit": 1, + "bioInit": 1, + "numcommands": 5, + "sflags": 1, + "retval": 3, + "arity": 3, + "addReplyErrorFormat": 1, + "authenticated": 3, + "proc": 14, + "addReplyError": 6, + "getkeys_proc": 1, + "firstkey": 1, + "hashslot": 3, + "server.cluster.state": 1, + "REDIS_CLUSTER_OK": 1, + "ask": 3, + "clusterNode": 1, + "*n": 1, + "getNodeByQuery": 1, + "server.cluster.myself": 1, + "addReplySds": 3, + "ip": 4, + "freeMemoryIfNeeded": 2, + "REDIS_CMD_DENYOOM": 1, + "REDIS_ERR": 5, + "REDIS_CMD_WRITE": 2, + "REDIS_REPL_CONNECTED": 3, + "tolower": 2, + "REDIS_MULTI": 1, + "queueMultiCommand": 1, + "call": 1, + "REDIS_CALL_FULL": 1, + "save": 2, + "REDIS_SHUTDOWN_SAVE": 1, + "nosave": 2, + "REDIS_SHUTDOWN_NOSAVE": 1, + "SIGKILL": 2, + "rdbRemoveTempFile": 1, + "aof_fsync": 1, + "rdbSave": 1, + "addReplyBulk": 1, + "addReplyMultiBulkLen": 1, + "addReplyBulkLongLong": 2, + "bytesToHuman": 3, + "*s": 3, + "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, + "float": 26, + "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, + "flushSlavesOutputBuffers": 1, + "linuxOvercommitMemoryValue": 2, + "fgets": 1, + "atoi": 3, + "linuxOvercommitMemoryWarning": 2, + "createPidFile": 2, + "daemonize": 2, + "STDIN_FILENO": 1, + "STDERR_FILENO": 2, + "version": 4, + "usage": 2, + "redisAsciiArt": 2, + "*16": 2, + "ascii_logo": 1, + "sigtermHandler": 2, + "sig": 2, + "sigaction": 6, + "act": 6, + "sigemptyset": 2, + "act.sa_mask": 2, + "act.sa_flags": 2, + "act.sa_handler": 1, + "SIGTERM": 1, + "HAVE_BACKTRACE": 1, + "SA_NODEFER": 1, + "SA_RESETHAND": 1, + "SA_SIGINFO": 1, + "act.sa_sigaction": 1, + "sigsegvHandler": 1, + "SIGSEGV": 1, + "SIGBUS": 1, + "SIGFPE": 1, + "SIGILL": 1, + "memtest": 2, + "megabytes": 1, + "passes": 1, + "zmalloc_enable_thread_safeness": 1, + "srand": 1, + "dictSetHashFunctionSeed": 1, + "*configfile": 1, + "configfile": 2, + "sdscatrepr": 1, + "loadServerConfig": 1, + "loadAppendOnlyFile": 1, + "/1000000": 2, + "rdbLoad": 1, + "aeSetBeforeSleepProc": 1, + "aeMain": 1, + "aeDeleteEventLoop": 1, + "": 1, + "": 2, + "": 2, + "rfUTF8_IsContinuationbyte": 1, + "e.t.c.": 1, + "rfFReadLine_UTF8": 5, + "FILE*": 64, + "utf8": 36, + "uint32_t*": 34, + "byteLength": 197, + "bufferSize": 6, + "eof": 53, + "bytesN": 98, + "bIndex": 5, + "RF_NEWLINE_CRLF": 1, + "newLineFound": 1, + "*bufferSize": 1, + "RF_OPTION_FGETS_READBYTESN": 5, + "RF_MALLOC": 47, + "tempBuff": 6, + "RF_LF": 10, + "buff": 95, + "RF_SUCCESS": 14, + "RE_FILE_EOF": 22, + "found": 20, + "*eofReached": 14, + "LOG_ERROR": 64, + "RF_HEXEQ_UI": 7, + "rfFgetc_UTF32BE": 3, + "else//": 14, + "undo": 5, + "peek": 5, + "ahead": 5, + "file": 6, + "pointer": 5, + "fseek": 19, + "SEEK_CUR": 19, + "rfFgets_UTF32LE": 2, + "eofReached": 4, + "rfFgetc_UTF32LE": 4, + "rfFgets_UTF16BE": 2, + "rfFgetc_UTF16BE": 4, + "rfFgets_UTF16LE": 2, + "rfFgetc_UTF16LE": 4, + "rfFgets_UTF8": 2, + "rfFgetc_UTF8": 3, + "RF_HEXEQ_C": 9, + "fgetc": 9, + "check": 8, + "RE_FILE_READ": 2, + "cp": 12, + "c2": 13, + "c3": 9, + "c4": 5, + "i_READ_CHECK": 20, + "///": 4, + "success": 4, + "cc": 24, + "we": 10, + "more": 2, + "bytes": 225, + "xC0": 3, + "xC1": 1, + "RE_UTF8_INVALID_SEQUENCE_INVALID_BYTE": 6, + "RE_UTF8_INVALID_SEQUENCE_END": 6, + "rfUTF8_IsContinuationByte": 12, + "RE_UTF8_INVALID_SEQUENCE_CONBYTE": 6, + "decoded": 3, + "codepoint": 47, + "F": 38, + "xE0": 2, + "xF": 5, + "decode": 6, + "xF0": 2, + "RF_HEXGE_C": 1, + "xBF": 2, + "//invalid": 1, + "byte": 6, + "are": 6, + "xFF": 1, + "//if": 1, + "needing": 1, + "than": 5, + "swapE": 21, + "v1": 38, + "v2": 26, + "rfUTILS_Endianess": 24, + "RF_LITTLE_ENDIAN": 23, + "fread": 12, + "endianess": 40, + "needed": 10, + "rfUTILS_SwapEndianUS": 10, + "RF_HEXGE_US": 4, + "xD800": 8, + "RF_HEXLE_US": 4, + "xDFFF": 8, + "RF_HEXL_US": 8, + "RF_HEXG_US": 8, + "xDBFF": 4, + "RE_UTF16_INVALID_SEQUENCE": 20, + "RE_UTF16_NO_SURRPAIR": 2, + "xDC00": 4, + "user": 2, + "wants": 2, + "ff": 10, + "uint16_t*": 11, + "surrogate": 4, + "pair": 4, + "existence": 2, + "RF_BIG_ENDIAN": 10, + "rfUTILS_SwapEndianUI": 11, + "rfFback_UTF32BE": 2, + "i_FSEEK_CHECK": 14, + "rfFback_UTF32LE": 2, + "rfFback_UTF16BE": 2, + "rfFback_UTF16LE": 2, + "rfFback_UTF8": 2, + "depending": 1, + "number": 19, + "read": 1, + "backwards": 1, + "RE_UTF8_INVALID_SEQUENCE": 2, + "REFU_IO_H": 2, + "": 2, + "opening": 2, + "bracket": 4, + "calling": 4, + "C": 14, + "xA": 1, + "RF_CR": 1, + "xD": 1, + "REFU_WIN32_VERSION": 1, + "i_PLUSB_WIN32": 2, + "foff_rft": 2, + "off64_t": 1, + "///Fseek": 1, + "and": 15, + "Ftelll": 1, + "definitions": 1, + "rfFseek": 2, + "i_FILE_": 16, + "i_OFFSET_": 4, + "i_WHENCE_": 4, + "_fseeki64": 1, + "rfFtell": 2, + "_ftelli64": 1, + "fseeko64": 1, + "ftello64": 1, + "i_DECLIMEX_": 121, + "rfFReadLine_UTF16BE": 6, + "rfFReadLine_UTF16LE": 4, + "rfFReadLine_UTF32BE": 1, + "rfFReadLine_UTF32LE": 4, + "rfFgets_UTF32BE": 1, + "RF_IAMHERE_FOR_DOXYGEN": 22, + "rfPopen": 2, + "command": 2, + "i_rfPopen": 2, + "i_CMD_": 2, + "i_MODE_": 2, + "i_rfLMS_WRAP2": 5, + "rfPclose": 1, + "stream": 3, + "///closing": 1, + "#endif//include": 1, + "guards": 2, + "": 1, + "": 2, + "local": 5, + "stack": 6, + "memory": 4, + "RF_OPTION_DEFAULT_ARGUMENTS": 24, + "RF_String*": 222, + "rfString_Create": 4, + "i_rfString_Create": 3, + "READ_VSNPRINTF_ARGS": 5, + "rfUTF8_VerifySequence": 7, + "RF_FAILURE": 24, + "RE_STRING_INIT_FAILURE": 8, + "buffAllocated": 11, + "RF_String": 27, + "i_NVrfString_Create": 3, + "i_rfString_CreateLocal1": 3, + "RF_OPTION_SOURCE_ENCODING": 30, + "RF_UTF8": 8, + "characterLength": 16, + "*codepoints": 2, + "rfLMS_MacroEvalPtr": 2, + "RF_LMS": 6, + "RF_UTF16_LE": 9, + "RF_UTF16_BE": 7, + "codepoints": 44, + "i/2": 2, + "#elif": 14, + "RF_UTF32_LE": 3, + "RF_UTF32_BE": 3, + "UTF16": 4, + "rfUTF16_Decode": 5, + "rfUTF16_Decode_swap": 5, + "RF_UTF16_BE//": 2, + "RF_UTF32_LE//": 2, + "copy": 4, + "UTF32": 4, + "into": 8, + "RF_UTF32_BE//": 2, + "": 2, + "any": 3, + "other": 16, + "UTF": 17, + "8": 15, + "encode": 2, + "them": 3, + "rfUTF8_Encode": 4, + "While": 2, + "attempting": 2, + "create": 2, + "temporary": 4, + "given": 5, + "sequence": 6, + "could": 2, + "not": 6, + "be": 6, + "properly": 2, + "encoded": 2, + "RE_UTF8_ENCODING": 2, + "End": 2, + "Non": 2, + "code=": 2, + "normally": 1, + "since": 5, + "here": 5, + "have": 2, + "validity": 2, + "get": 4, + "Error": 2, + "at": 3, + "String": 11, + "Allocation": 2, + "due": 2, + "invalid": 2, + "rfLMS_Push": 4, + "Memory": 4, + "allocation": 3, + "Local": 2, + "Stack": 2, + "failed": 2, + "Insufficient": 2, + "space": 4, + "Consider": 2, + "compiling": 2, + "library": 3, + "with": 9, + "bigger": 3, + "Quitting": 2, + "proccess": 2, + "RE_LOCALMEMSTACK_INSUFFICIENT": 8, + "i_NVrfString_CreateLocal": 3, + "during": 1, + "rfString_Init": 3, + "i_rfString_Init": 3, + "i_NVrfString_Init": 3, + "rfString_Create_cp": 2, + "rfString_Init_cp": 3, + "RF_HEXLE_UI": 8, + "RF_HEXGE_UI": 6, + "C0": 3, + "ffff": 4, + "xFC0": 4, + "xF000": 2, + "xE": 2, + "F000": 2, + "C0000": 2, + "E": 11, + "RE_UTF8_INVALID_CODE_POINT": 2, + "rfString_Create_i": 2, + "numLen": 8, + "max": 4, + "is": 17, + "most": 3, + "environment": 3, + "so": 4, + "chars": 3, + "will": 3, + "certainly": 3, + "fit": 3, + "it": 12, + "strcpy": 4, + "rfString_Init_i": 2, + "rfString_Create_f": 2, + "rfString_Init_f": 2, + "rfString_Create_UTF16": 2, + "rfString_Init_UTF16": 3, + "utf8ByteLength": 34, + "last": 1, + "utf": 1, + "null": 4, + "termination": 3, + "byteLength*2": 1, + "allocate": 1, + "same": 1, + "as": 4, + "different": 1, + "RE_INPUT": 1, + "ends": 3, + "rfString_Create_UTF32": 2, + "rfString_Init_UTF32": 3, + "codeBuffer": 9, + "xFEFF": 1, + "big": 14, + "endian": 20, + "xFFFE0000": 1, + "little": 7, + "according": 1, + "standard": 1, + "no": 4, + "BOM": 1, + "means": 1, + "rfUTF32_Length": 1, + "i_rfString_Assign": 3, + "dest": 7, + "sourceP": 2, + "source": 8, + "RF_REALLOC": 9, + "rfString_Assign_char": 2, + "<5)>": 1, + "rfString_Create_nc": 3, + "i_rfString_Create_nc": 3, + "bytesWritten": 2, + "i_NVrfString_Create_nc": 3, + "rfString_Init_nc": 4, + "i_rfString_Init_nc": 3, + "i_NVrfString_Init_nc": 3, + "rfString_Destroy": 2, + "rfString_Deinit": 3, + "rfString_ToUTF16": 4, + "charsN": 5, + "rfUTF8_Decode": 2, + "rfUTF16_Encode": 1, + "rfString_ToUTF32": 4, + "rfString_Length": 5, + "RF_STRING_ITERATE_START": 9, + "RF_STRING_ITERATE_END": 9, + "rfString_GetChar": 2, + "thisstr": 210, + "codePoint": 18, + "RF_STRING_INDEX_OUT_OF_BOUNDS": 2, + "rfString_BytePosToCodePoint": 7, + "rfString_BytePosToCharPos": 4, + "thisstrP": 32, + "bytepos": 12, + "before": 4, + "charPos": 8, + "byteI": 7, + "i_rfString_Equal": 3, + "s1P": 2, + "s2P": 2, + "i_rfString_Find": 5, + "sstrP": 6, + "optionsP": 11, + "sstr": 39, + "*optionsP": 8, + "RF_BITFLAG_ON": 5, + "RF_CASE_IGNORE": 2, + "strstr": 2, + "RF_MATCH_WORD": 5, + "exact": 6, + "": 1, + "0x5a": 1, + "0x7a": 1, + "substring": 5, + "search": 1, + "zero": 2, + "equals": 1, + "then": 1, + "okay": 1, + "rfString_Equal": 4, + "RFS_": 8, + "ERANGE": 1, + "RE_STRING_TOFLOAT_UNDERFLOW": 1, + "RE_STRING_TOFLOAT": 1, + "rfString_Copy_OUT": 2, + "srcP": 6, + "rfString_Copy_IN": 2, + "dst": 15, + "rfString_Copy_chars": 2, + "bytePos": 23, + "terminate": 1, + "i_rfString_ScanfAfter": 3, + "afterstrP": 2, + "format": 4, + "afterstr": 5, + "sscanf": 1, + "<=0)>": 1, + "Counts": 1, + "how": 1, + "many": 1, + "times": 1, + "occurs": 1, + "inside": 2, + "i_rfString_Count": 5, + "sstr2": 2, + "move": 12, + "rfString_FindBytePos": 10, + "rfString_Tokenize": 2, + "sep": 3, + "tokensN": 2, + "RF_String**": 2, + "*tokensN": 1, + "rfString_Count": 4, + "lstr": 6, + "lstrP": 1, + "rstr": 24, + "rstrP": 5, + "rfString_After": 4, + "rfString_Beforev": 4, + "parNP": 6, + "i_rfString_Beforev": 16, + "parN": 10, + "*parNP": 2, + "minPos": 17, + "thisPos": 8, + "argList": 8, + "va_arg": 2, + "i_rfString_Before": 5, + "i_rfString_After": 5, + "afterP": 2, + "after": 6, + "rfString_Afterv": 4, + "i_rfString_Afterv": 16, + "minPosLength": 3, + "go": 8, + "i_rfString_Append": 3, + "otherP": 4, + "strncat": 1, + "rfString_Append_i": 2, + "rfString_Append_f": 2, + "i_rfString_Prepend": 3, + "goes": 1, + "i_rfString_Remove": 6, + "numberP": 1, + "*numberP": 1, + "occurences": 5, + "done": 1, + "<=thisstr->": 1, + "i_rfString_KeepOnly": 3, + "keepstrP": 2, + "keepLength": 2, + "charValue": 12, + "*keepChars": 1, + "keepstr": 5, + "exists": 6, + "charBLength": 5, + "keepChars": 4, + "*keepLength": 1, + "rfString_Iterate_Start": 6, + "rfString_Iterate_End": 4, + "": 1, + "does": 1, + "exist": 2, + "back": 1, + "cover": 1, + "that": 9, + "effectively": 1, + "gets": 1, + "deleted": 1, + "rfUTF8_FromCodepoint": 1, + "this": 5, + "kind": 1, + "non": 1, + "clean": 1, + "way": 1, + "macro": 2, + "internally": 1, + "uses": 1, + "byteIndex_": 12, + "variable": 1, + "use": 1, + "determine": 1, + "backs": 1, + "by": 1, + "contiuing": 1, + "make": 3, + "sure": 2, + "position": 1, + "won": 1, + "array": 1, + "rfString_PruneStart": 2, + "nBytePos": 23, + "rfString_PruneEnd": 2, + "RF_STRING_ITERATEB_START": 2, + "RF_STRING_ITERATEB_END": 2, + "rfString_PruneMiddleB": 2, + "pBytePos": 15, + "indexing": 1, + "works": 1, + "pbytePos": 2, + "pth": 2, + "include": 6, + "rfString_PruneMiddleF": 2, + "got": 1, + "all": 2, + "i_rfString_Replace": 6, + "numP": 1, + "*numP": 1, + "RF_StringX": 2, + "just": 1, + "finding": 1, + "foundN": 10, + "bSize": 4, + "bytePositions": 17, + "bSize*sizeof": 1, + "rfStringX_FromString_IN": 1, + "temp.bIndex": 2, + "temp.bytes": 1, + "temp.byteLength": 1, + "rfStringX_Deinit": 1, + "replace": 3, + "removed": 2, + "one": 2, + "orSize": 5, + "nSize": 4, + "number*diff": 1, + "strncpy": 3, + "smaller": 1, + "diff*number": 1, + "remove": 1, + "equal": 1, + "i_rfString_StripStart": 3, + "subP": 7, + "RF_String*sub": 2, + "noMatch": 8, + "*subValues": 2, + "subLength": 6, + "subValues": 8, + "*subLength": 2, + "i_rfString_StripEnd": 3, + "lastBytePos": 4, + "testity": 2, + "i_rfString_Strip": 3, + "res1": 2, + "rfString_StripStart": 3, + "res2": 2, + "rfString_StripEnd": 3, + "rfString_Create_fUTF8": 2, + "rfString_Init_fUTF8": 3, + "unused": 3, + "rfString_Assign_fUTF8": 2, + "FILE*f": 2, + "utf8BufferSize": 4, + "function": 6, + "rfString_Append_fUTF8": 2, + "rfString_Append": 5, + "rfString_Create_fUTF16": 2, + "rfString_Init_fUTF16": 3, + "rfString_Assign_fUTF16": 2, + "rfString_Append_fUTF16": 2, + "char*utf8": 3, + "rfString_Create_fUTF32": 2, + "rfString_Init_fUTF32": 3, + "<0)>": 1, + "Failure": 1, + "initialize": 1, + "reading": 1, + "Little": 1, + "Endian": 1, + "32": 1, + "bytesN=": 1, + "rfString_Assign_fUTF32": 2, + "rfString_Append_fUTF32": 2, + "i_rfString_Fwrite": 5, + "sP": 2, + "encodingP": 1, + "*utf32": 1, + "utf16": 11, + "*encodingP": 1, + "fwrite": 5, + "logging": 5, + "utf32": 10, + "i_WRITE_CHECK": 1, + "RE_FILE_WRITE": 1, + "REFU_USTRING_H": 2, + "": 1, + "RF_MODULE_STRINGS//": 1, + "included": 2, + "module": 3, + "": 1, + "argument": 1, + "wrapping": 1, + "functionality": 1, + "": 1, + "unicode": 2, + "xFF0FFFF": 1, + "rfUTF8_IsContinuationByte2": 1, + "b__": 3, + "0xBF": 1, + "pragma": 1, + "pack": 2, + "push": 1, + "internal": 4, + "author": 1, + "Lefteris": 1, + "09": 1, + "12": 1, + "2010": 1, + "endinternal": 1, + "brief": 1, + "A": 11, + "representation": 2, + "The": 1, + "Refu": 2, + "Unicode": 1, + "has": 2, + "two": 1, + "versions": 1, + "One": 1, + "ref": 1, + "what": 1, + "operations": 1, + "can": 2, + "performed": 1, + "extended": 3, + "Strings": 2, + "Functions": 1, + "convert": 1, + "but": 1, + "always": 2, + "Once": 1, + "been": 1, + "created": 1, + "assumed": 1, + "valid": 1, + "every": 1, + "performs": 1, + "unless": 1, + "otherwise": 1, + "specified": 1, + "All": 1, + "functions": 2, + "which": 1, + "isinherited": 1, + "StringX": 2, + "their": 1, + "description": 1, + "safely": 1, + "specific": 1, + "or": 1, + "needs": 1, + "manipulate": 1, + "Extended": 1, + "To": 1, + "documentation": 1, + "even": 1, + "clearer": 1, + "should": 2, + "marked": 1, + "notinherited": 1, + "cppcode": 1, + "constructor": 1, + "i_StringCHandle": 1, + "@endcpp": 1, + "@endinternal": 1, + "*/": 1, + "#pragma": 1, + "pop": 1, + "i_rfString_CreateLocal": 2, + "__VA_ARGS__": 66, + "RP_SELECT_FUNC_IF_NARGIS": 5, + "i_SELECT_RF_STRING_CREATE": 1, + "i_SELECT_RF_STRING_CREATE1": 1, + "i_SELECT_RF_STRING_CREATE0": 1, + "///Internal": 1, + "creates": 1, + "i_SELECT_RF_STRING_CREATELOCAL": 1, + "i_SELECT_RF_STRING_CREATELOCAL1": 1, + "i_SELECT_RF_STRING_CREATELOCAL0": 1, + "i_SELECT_RF_STRING_INIT": 1, + "i_SELECT_RF_STRING_INIT1": 1, + "i_SELECT_RF_STRING_INIT0": 1, + "code": 6, + "i_SELECT_RF_STRING_CREATE_NC": 1, + "i_SELECT_RF_STRING_CREATE_NC1": 1, + "i_SELECT_RF_STRING_CREATE_NC0": 1, + "i_SELECT_RF_STRING_INIT_NC": 1, + "i_SELECT_RF_STRING_INIT_NC1": 1, + "i_SELECT_RF_STRING_INIT_NC0": 1, + "//@": 1, + "rfString_Assign": 2, + "i_DESTINATION_": 2, + "i_SOURCE_": 2, + "rfString_ToUTF8": 2, + "i_STRING_": 2, + "rfString_ToCstr": 2, + "uint32_t*length": 1, + "string_": 9, + "startCharacterPos_": 4, + "characterUnicodeValue_": 4, + "j_": 6, + "//Two": 1, + "macros": 1, + "accomplish": 1, + "going": 1, + "backwards.": 1, + "This": 1, + "its": 1, + "pair.": 1, + "rfString_IterateB_Start": 1, + "characterPos_": 5, + "b_index_": 6, + "c_index_": 3, + "rfString_IterateB_End": 1, + "i_STRING1_": 2, + "i_STRING2_": 2, + "i_rfLMSX_WRAP2": 4, + "rfString_Find": 3, + "i_THISSTR_": 60, + "i_SEARCHSTR_": 26, + "i_OPTIONS_": 28, + "i_rfLMS_WRAP3": 4, + "i_RFI8_": 54, + "RF_SELECT_FUNC_IF_NARGGT": 10, + "i_NPSELECT_RF_STRING_FIND": 1, + "i_NPSELECT_RF_STRING_FIND1": 1, + "RF_COMPILE_ERROR": 33, + "i_NPSELECT_RF_STRING_FIND0": 1, + "RF_SELECT_FUNC": 10, + "i_SELECT_RF_STRING_FIND": 1, + "i_SELECT_RF_STRING_FIND2": 1, + "i_SELECT_RF_STRING_FIND3": 1, + "i_SELECT_RF_STRING_FIND1": 1, + "i_SELECT_RF_STRING_FIND0": 1, + "rfString_ToInt": 1, + "int32_t*": 1, + "rfString_ToDouble": 1, + "double*": 1, + "rfString_ScanfAfter": 2, + "i_AFTERSTR_": 8, + "i_FORMAT_": 2, + "i_VAR_": 2, + "i_rfLMSX_WRAP4": 11, + "i_NPSELECT_RF_STRING_COUNT": 1, + "i_NPSELECT_RF_STRING_COUNT1": 1, + "i_NPSELECT_RF_STRING_COUNT0": 1, + "i_SELECT_RF_STRING_COUNT": 1, + "i_SELECT_RF_STRING_COUNT2": 1, + "i_rfLMSX_WRAP3": 5, + "i_SELECT_RF_STRING_COUNT3": 1, + "i_SELECT_RF_STRING_COUNT1": 1, + "i_SELECT_RF_STRING_COUNT0": 1, + "rfString_Between": 3, + "i_rfString_Between": 4, + "i_NPSELECT_RF_STRING_BETWEEN": 1, + "i_NPSELECT_RF_STRING_BETWEEN1": 1, + "i_NPSELECT_RF_STRING_BETWEEN0": 1, + "i_SELECT_RF_STRING_BETWEEN": 1, + "i_SELECT_RF_STRING_BETWEEN4": 1, + "i_LEFTSTR_": 6, + "i_RIGHTSTR_": 6, + "i_RESULT_": 12, + "i_rfLMSX_WRAP5": 9, + "i_SELECT_RF_STRING_BETWEEN5": 1, + "i_SELECT_RF_STRING_BETWEEN3": 1, + "i_SELECT_RF_STRING_BETWEEN2": 1, + "i_SELECT_RF_STRING_BETWEEN1": 1, + "i_SELECT_RF_STRING_BETWEEN0": 1, + "i_NPSELECT_RF_STRING_BEFOREV": 1, + "i_NPSELECT_RF_STRING_BEFOREV1": 1, + "RF_SELECT_FUNC_IF_NARGGT2": 2, + "i_LIMSELECT_RF_STRING_BEFOREV": 1, + "i_NPSELECT_RF_STRING_BEFOREV0": 1, + "i_LIMSELECT_RF_STRING_BEFOREV1": 1, + "i_LIMSELECT_RF_STRING_BEFOREV0": 1, + "i_SELECT_RF_STRING_BEFOREV": 1, + "i_SELECT_RF_STRING_BEFOREV5": 1, + "i_ARG1_": 56, + "i_ARG2_": 56, + "i_ARG3_": 56, + "i_ARG4_": 56, + "i_RFUI8_": 28, + "i_SELECT_RF_STRING_BEFOREV6": 1, + "i_rfLMSX_WRAP6": 2, + "i_SELECT_RF_STRING_BEFOREV7": 1, + "i_rfLMSX_WRAP7": 2, + "i_SELECT_RF_STRING_BEFOREV8": 1, + "i_rfLMSX_WRAP8": 2, + "i_SELECT_RF_STRING_BEFOREV9": 1, + "i_rfLMSX_WRAP9": 2, + "i_SELECT_RF_STRING_BEFOREV10": 1, + "i_rfLMSX_WRAP10": 2, + "i_SELECT_RF_STRING_BEFOREV11": 1, + "i_rfLMSX_WRAP11": 2, + "i_SELECT_RF_STRING_BEFOREV12": 1, + "i_rfLMSX_WRAP12": 2, + "i_SELECT_RF_STRING_BEFOREV13": 1, + "i_rfLMSX_WRAP13": 2, + "i_SELECT_RF_STRING_BEFOREV14": 1, + "i_rfLMSX_WRAP14": 2, + "i_SELECT_RF_STRING_BEFOREV15": 1, + "i_rfLMSX_WRAP15": 2, + "i_SELECT_RF_STRING_BEFOREV16": 1, + "i_rfLMSX_WRAP16": 2, + "i_SELECT_RF_STRING_BEFOREV17": 1, + "i_rfLMSX_WRAP17": 2, + "i_SELECT_RF_STRING_BEFOREV18": 1, + "i_rfLMSX_WRAP18": 2, + "rfString_Before": 3, + "i_NPSELECT_RF_STRING_BEFORE": 1, + "i_NPSELECT_RF_STRING_BEFORE1": 1, + "i_NPSELECT_RF_STRING_BEFORE0": 1, + "i_SELECT_RF_STRING_BEFORE": 1, + "i_SELECT_RF_STRING_BEFORE3": 1, + "i_SELECT_RF_STRING_BEFORE4": 1, + "i_SELECT_RF_STRING_BEFORE2": 1, + "i_SELECT_RF_STRING_BEFORE1": 1, + "i_SELECT_RF_STRING_BEFORE0": 1, + "i_NPSELECT_RF_STRING_AFTER": 1, + "i_NPSELECT_RF_STRING_AFTER1": 1, + "i_NPSELECT_RF_STRING_AFTER0": 1, + "i_SELECT_RF_STRING_AFTER": 1, + "i_SELECT_RF_STRING_AFTER3": 1, + "i_OUTSTR_": 6, + "i_SELECT_RF_STRING_AFTER4": 1, + "i_SELECT_RF_STRING_AFTER2": 1, + "i_SELECT_RF_STRING_AFTER1": 1, + "i_SELECT_RF_STRING_AFTER0": 1, + "i_NPSELECT_RF_STRING_AFTERV": 1, + "i_NPSELECT_RF_STRING_AFTERV1": 1, + "i_LIMSELECT_RF_STRING_AFTERV": 1, + "i_NPSELECT_RF_STRING_AFTERV0": 1, + "i_LIMSELECT_RF_STRING_AFTERV1": 1, + "i_LIMSELECT_RF_STRING_AFTERV0": 1, + "i_SELECT_RF_STRING_AFTERV": 1, + "i_SELECT_RF_STRING_AFTERV5": 1, + "i_SELECT_RF_STRING_AFTERV6": 1, + "i_SELECT_RF_STRING_AFTERV7": 1, + "i_SELECT_RF_STRING_AFTERV8": 1, + "i_SELECT_RF_STRING_AFTERV9": 1, + "i_SELECT_RF_STRING_AFTERV10": 1, + "i_SELECT_RF_STRING_AFTERV11": 1, + "i_SELECT_RF_STRING_AFTERV12": 1, + "i_SELECT_RF_STRING_AFTERV13": 1, + "i_SELECT_RF_STRING_AFTERV14": 1, + "i_SELECT_RF_STRING_AFTERV15": 1, + "i_SELECT_RF_STRING_AFTERV16": 1, + "i_SELECT_RF_STRING_AFTERV17": 1, + "i_SELECT_RF_STRING_AFTERV18": 1, + "i_OTHERSTR_": 4, + "rfString_Prepend": 2, + "rfString_Remove": 3, + "i_NPSELECT_RF_STRING_REMOVE": 1, + "i_NPSELECT_RF_STRING_REMOVE1": 1, + "i_NPSELECT_RF_STRING_REMOVE0": 1, + "i_SELECT_RF_STRING_REMOVE": 1, + "i_SELECT_RF_STRING_REMOVE2": 1, + "i_REPSTR_": 16, + "i_RFUI32_": 8, + "i_SELECT_RF_STRING_REMOVE3": 1, + "i_NUMBER_": 12, + "i_SELECT_RF_STRING_REMOVE4": 1, + "i_SELECT_RF_STRING_REMOVE1": 1, + "i_SELECT_RF_STRING_REMOVE0": 1, + "rfString_KeepOnly": 2, + "I_KEEPSTR_": 2, + "rfString_Replace": 3, + "i_NPSELECT_RF_STRING_REPLACE": 1, + "i_NPSELECT_RF_STRING_REPLACE1": 1, + "i_NPSELECT_RF_STRING_REPLACE0": 1, + "i_SELECT_RF_STRING_REPLACE": 1, + "i_SELECT_RF_STRING_REPLACE3": 1, + "i_SELECT_RF_STRING_REPLACE4": 1, + "i_SELECT_RF_STRING_REPLACE5": 1, + "i_SELECT_RF_STRING_REPLACE2": 1, + "i_SELECT_RF_STRING_REPLACE1": 1, + "i_SELECT_RF_STRING_REPLACE0": 1, + "i_SUBSTR_": 6, + "rfString_Strip": 2, + "rfString_Fwrite": 2, + "i_NPSELECT_RF_STRING_FWRITE": 1, + "i_NPSELECT_RF_STRING_FWRITE1": 1, + "i_NPSELECT_RF_STRING_FWRITE0": 1, + "i_SELECT_RF_STRING_FWRITE": 1, + "i_SELECT_RF_STRING_FWRITE3": 1, + "i_STR_": 8, + "i_ENCODING_": 4, + "i_SELECT_RF_STRING_FWRITE2": 1, + "i_SELECT_RF_STRING_FWRITE1": 1, + "i_SELECT_RF_STRING_FWRITE0": 1, + "rfString_Fwrite_fUTF8": 1, + "closing": 1, + "#error": 4, + "Attempted": 1, + "manipulation": 1, + "flag": 1, + "off.": 1, + "Rebuild": 1, + "added": 1, + "you": 1, + "#endif//": 1, "PY_SSIZE_T_CLEAN": 1, "Py_PYTHON_H": 1, "Python": 2, @@ -6164,14 +8382,11 @@ "please": 1, "install": 1, "development": 1, - "version": 4, "Python.": 1, - "#elif": 14, "PY_VERSION_HEX": 11, "Cython": 1, "requires": 1, ".": 1, - "": 2, "offsetof": 2, "member": 2, "type*": 1, @@ -6181,7 +8396,6 @@ "__cdecl": 2, "__fastcall": 2, "DL_IMPORT": 2, - "t": 32, "DL_EXPORT": 2, "PY_LONG_LONG": 5, "LONG_LONG": 1, @@ -6198,10 +8412,8 @@ "PY_FORMAT_SIZE_T": 1, "CYTHON_FORMAT_SSIZE_T": 2, "PyInt_FromSsize_t": 6, - "z": 47, "PyInt_FromLong": 3, "PyInt_AsSsize_t": 3, - "o": 80, "__Pyx_PyInt_AsInt": 2, "PyNumber_Index": 1, "PyNumber_Check": 2, @@ -6217,7 +8429,6 @@ "PyIndex_Check": 2, "PyErr_WarnEx": 1, "category": 2, - "message": 3, "stacklevel": 1, "PyErr_Warn": 1, "__PYX_BUILD_PY_SSIZE_T": 2, @@ -6234,7 +8445,6 @@ "itemsize": 1, "readonly": 1, "ndim": 2, - "*format": 2, "*shape": 1, "*strides": 1, "*suboffsets": 1, @@ -6254,10 +8464,7 @@ "PY_MAJOR_VERSION": 13, "__Pyx_BUILTIN_MODULE_NAME": 2, "__Pyx_PyCode_New": 2, - "k": 15, "l": 7, - "code": 6, - "v": 11, "fv": 4, "cell": 4, "fline": 4, @@ -6273,16 +8480,13 @@ "CYTHON_PEP393_ENABLED": 2, "__Pyx_PyUnicode_READY": 2, "op": 8, - "likely": 22, "PyUnicode_IS_READY": 1, "_PyUnicode_Ready": 1, "__Pyx_PyUnicode_GET_LENGTH": 2, - "u": 18, "PyUnicode_GET_LENGTH": 1, "__Pyx_PyUnicode_READ_CHAR": 2, "PyUnicode_READ_CHAR": 1, "__Pyx_PyUnicode_READ": 2, - "d": 16, "PyUnicode_READ": 1, "PyUnicode_GET_SIZE": 1, "Py_UCS4": 2, @@ -6368,13 +8572,11 @@ "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, - "self": 9, "klass": 1, "PyInstanceMethod_New": 1, "__Pyx_GetAttrString": 2, @@ -6386,6 +8588,7 @@ "__Pyx_NAMESTR": 2, "__Pyx_DOCSTR": 2, "__Pyx_PyNumber_Divide": 2, + "y": 14, "PyNumber_TrueDivide": 1, "__Pyx_PyNumber_InPlaceDivide": 2, "PyNumber_InPlaceTrueDivide": 1, @@ -6393,7 +8596,6 @@ "PyNumber_InPlaceDivide": 1, "__PYX_EXTERN_C": 3, "_USE_MATH_DEFINES": 1, - "": 3, "__PYX_HAVE__sklearn__linear_model__sgd_fast": 1, "__PYX_HAVE_API__sklearn__linear_model__sgd_fast": 1, "_OPENMP": 1, @@ -6401,17 +8603,12 @@ "PYREX_WITHOUT_ASSERTIONS": 1, "CYTHON_WITHOUT_ASSERTIONS": 1, "CYTHON_INLINE": 65, - "__GNUC__": 8, "__inline__": 1, - "_MSC_VER": 5, "__inline": 1, "__STDC_VERSION__": 2, "L": 1, - "inline": 3, "CYTHON_UNUSED": 14, "**p": 1, - "*s": 3, - "encoding": 14, "is_unicode": 1, "is_str": 1, "intern": 1, @@ -6434,7 +8631,6 @@ "PyFloat_AS_DOUBLE": 1, "PyFloat_AsDouble": 2, "__pyx_PyFloat_AsFloat": 1, - "__GNUC_MINOR__": 2, "__builtin_expect": 2, "*__pyx_m": 1, "*__pyx_b": 1, @@ -6470,7 +8666,6 @@ "__Pyx_BufFmt_StackElem": 1, "root": 1, "__Pyx_BufFmt_StackElem*": 2, - "head": 3, "fmt_offset": 1, "new_count": 1, "enc_count": 1, @@ -6532,7 +8727,6 @@ "_Complex": 2, "real": 2, "imag": 2, - "double": 126, "__pyx_t_double_complex": 27, "__pyx_obj_7sklearn_12linear_model_8sgd_fast_LossFunction": 15, "__pyx_obj_7sklearn_12linear_model_8sgd_fast_Regression": 11, @@ -6578,7 +8772,6 @@ "threshold": 2, "n_features": 2, "__pyx_vtabstruct_7sklearn_5utils_13weight_vector_WeightVector": 3, - "*w": 2, "*w_data_ptr": 1, "wscale": 1, "sq_norm": 1, @@ -6614,7 +8807,6 @@ "__pyx_refnanny": 8, "__Pyx_RefNanny": 8, "SetupContext": 3, - "__LINE__": 50, "PyGILState_Release": 1, "__Pyx_RefNannyFinishContext": 14, "FinishContext": 1, @@ -6636,7 +8828,6 @@ "__Pyx_CLEAR": 1, "__Pyx_XCLEAR": 1, "*__Pyx_GetName": 1, - "*dict": 5, "__Pyx_ErrRestore": 1, "*type": 4, "*tb": 2, @@ -6648,7 +8839,6 @@ "*cause": 1, "__Pyx_RaiseArgtupleInvalid": 7, "func_name": 2, - "exact": 6, "num_min": 1, "num_max": 1, "num_found": 1, @@ -6668,13 +8858,10 @@ "dtype": 1, "nd": 1, "cast": 1, - "stack": 6, "__Pyx_SafeReleaseBuffer": 1, - "info": 64, "__Pyx_TypeTest": 1, "__Pyx_RaiseBufferFallbackError": 1, "*__Pyx_GetItemInt_Generic": 1, - "*o": 8, "*r": 7, "PyObject_GetItem": 1, "__Pyx_GetItemInt_List": 1, @@ -6697,14 +8884,12 @@ "PySequenceMethods": 1, "*m": 1, "tp_as_sequence": 1, - "m": 8, "sq_item": 2, "sq_length": 2, "PySequence_Check": 1, "__Pyx_RaiseTooManyValuesError": 1, "expected": 2, "__Pyx_RaiseNeedMoreValuesError": 1, - "index": 58, "__Pyx_RaiseNoneNotIterableError": 1, "__Pyx_IterFinish": 1, "__Pyx_IternextUnpackEndCheck": 1, @@ -6713,7 +8898,6 @@ "strides": 1, "suboffsets": 1, "__Pyx_Buf_DimInfo": 2, - "refcount": 2, "pybuffer": 1, "__Pyx_Buffer": 2, "*rcbuffer": 1, @@ -6728,13 +8912,11 @@ "__Pyx_minusones": 1, "*__Pyx_Import": 1, "*from_list": 1, - "level": 12, "__Pyx_RaiseImportError": 1, "__Pyx_Print": 1, "__pyx_print": 1, "__pyx_print_kwargs": 1, "__Pyx_PrintOne": 1, - "stream": 3, "__Pyx_CREAL": 4, ".real": 3, "__Pyx_CIMAG": 4, @@ -6774,7 +8956,6 @@ "cabs": 1, "cpow": 1, "__Pyx_PyInt_AsUnsignedChar": 1, - "short": 6, "__Pyx_PyInt_AsUnsignedShort": 1, "__Pyx_PyInt_AsUnsignedInt": 1, "__Pyx_PyInt_AsChar": 1, @@ -6802,7 +8983,6 @@ "*__Pyx_ImportType": 1, "*module_name": 1, "*class_name": 1, - "strict": 2, "__Pyx_GetVtable": 1, "code_line": 4, "PyCodeObject*": 2, @@ -6822,7 +9002,6 @@ "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, @@ -7169,443 +9348,6 @@ "__pyx_pf_7sklearn_12linear_model_8sgd_fast_10Regression_loss": 1, "__pyx_base.__pyx_vtab": 1, "__pyx_base.loss": 1, - "": 1, - "": 2, - "local": 5, - "memory": 4, - "RF_OPTION_DEFAULT_ARGUMENTS": 24, - "RF_String*": 222, - "rfString_Create": 4, - "...": 127, - "i_rfString_Create": 3, - "READ_VSNPRINTF_ARGS": 5, - "rfUTF8_VerifySequence": 7, - "RF_FAILURE": 24, - "RE_STRING_INIT_FAILURE": 8, - "buffAllocated": 11, - "RF_String": 27, - "i_NVrfString_Create": 3, - "i_rfString_CreateLocal1": 3, - "RF_OPTION_SOURCE_ENCODING": 30, - "RF_UTF8": 8, - "characterLength": 16, - "*codepoints": 2, - "rfLMS_MacroEvalPtr": 2, - "RF_LMS": 6, - "RF_UTF16_LE": 9, - "RF_UTF16_BE": 7, - "codepoints": 44, - "i/2": 2, - "RF_UTF32_LE": 3, - "RF_UTF32_BE": 3, - "UTF16": 4, - "rfUTF16_Decode": 5, - "cleanup": 12, - "rfUTF16_Decode_swap": 5, - "RF_UTF16_BE//": 2, - "RF_UTF32_LE//": 2, - "copy": 4, - "UTF32": 4, - "into": 8, - "RF_UTF32_BE//": 2, - "": 2, - "endif": 6, - "any": 3, - "other": 16, - "UTF": 17, - "8": 15, - "encode": 2, - "and": 15, - "them": 3, - "rfUTF8_Encode": 4, - "0": 11, - "While": 2, - "attempting": 2, - "create": 2, - "temporary": 4, - "given": 5, - "sequence": 6, - "could": 2, - "not": 6, - "be": 6, - "properly": 2, - "encoded": 2, - "RE_UTF8_ENCODING": 2, - "End": 2, - "Non": 2, - "code=": 2, - "normally": 1, - "since": 5, - "here": 5, - "have": 2, - "validity": 2, - "get": 4, - "character": 11, - "Error": 2, - "at": 3, - "String": 11, - "Allocation": 2, - "due": 2, - "invalid": 2, - "rfLMS_Push": 4, - "Memory": 4, - "allocation": 3, - "Local": 2, - "Stack": 2, - "failed": 2, - "Insufficient": 2, - "space": 4, - "Consider": 2, - "compiling": 2, - "library": 3, - "with": 9, - "bigger": 3, - "Quitting": 2, - "proccess": 2, - "RE_LOCALMEMSTACK_INSUFFICIENT": 8, - "i_NVrfString_CreateLocal": 3, - "during": 1, - "string": 18, - "rfString_Init": 3, - "str": 162, - "i_rfString_Init": 3, - "i_NVrfString_Init": 3, - "rfString_Create_cp": 2, - "rfString_Init_cp": 3, - "RF_HEXLE_UI": 8, - "RF_HEXGE_UI": 6, - "ffff": 4, - "xFC0": 4, - "xF000": 2, - "xE": 2, - "F000": 2, - "C0000": 2, - "RE_UTF8_INVALID_CODE_POINT": 2, - "rfString_Create_i": 2, - "numLen": 8, - "max": 4, - "is": 17, - "most": 3, - "environment": 3, - "so": 4, - "chars": 3, - "will": 3, - "certainly": 3, - "fit": 3, - "it": 12, - "sprintf": 10, - "strcpy": 4, - "rfString_Init_i": 2, - "rfString_Create_f": 2, - "rfString_Init_f": 2, - "rfString_Create_UTF16": 2, - "rfString_Init_UTF16": 3, - "utf8ByteLength": 34, - "last": 1, - "utf": 1, - "null": 4, - "termination": 3, - "byteLength*2": 1, - "allocate": 1, - "same": 1, - "as": 4, - "different": 1, - "RE_INPUT": 1, - "ends": 3, - "rfString_Create_UTF32": 2, - "rfString_Init_UTF32": 3, - "off": 8, - "codeBuffer": 9, - "xFEFF": 1, - "big": 14, - "endian": 20, - "xFFFE0000": 1, - "little": 7, - "according": 1, - "standard": 1, - "no": 4, - "BOM": 1, - "means": 1, - "rfUTF32_Length": 1, - "i_rfString_Assign": 3, - "dest": 7, - "sourceP": 2, - "source": 8, - "RF_REALLOC": 9, - "rfString_Assign_char": 2, - "<5)>": 1, - "rfString_Create_nc": 3, - "i_rfString_Create_nc": 3, - "bytesWritten": 2, - "i_NVrfString_Create_nc": 3, - "rfString_Init_nc": 4, - "i_rfString_Init_nc": 3, - "i_NVrfString_Init_nc": 3, - "rfString_Destroy": 2, - "rfString_Deinit": 3, - "rfString_ToUTF16": 4, - "charsN": 5, - "rfUTF8_Decode": 2, - "rfUTF16_Encode": 1, - "rfString_ToUTF32": 4, - "rfString_Length": 5, - "RF_STRING_ITERATE_START": 9, - "RF_STRING_ITERATE_END": 9, - "rfString_GetChar": 2, - "thisstr": 210, - "codePoint": 18, - "RF_STRING_INDEX_OUT_OF_BOUNDS": 2, - "rfString_BytePosToCodePoint": 7, - "rfString_BytePosToCharPos": 4, - "thisstrP": 32, - "bytepos": 12, - "charPos": 8, - "byteI": 7, - "i_rfString_Equal": 3, - "s1P": 2, - "s2P": 2, - "i_rfString_Find": 5, - "sstrP": 6, - "optionsP": 11, - "sstr": 39, - "*optionsP": 8, - "RF_BITFLAG_ON": 5, - "RF_CASE_IGNORE": 2, - "strstr": 2, - "RF_MATCH_WORD": 5, - "": 1, - "0x5a": 1, - "match": 16, - "0x7a": 1, - "substring": 5, - "search": 1, - "zero": 2, - "equals": 1, - "then": 1, - "okay": 1, - "rfString_Equal": 4, - "RFS_": 8, - "ERANGE": 1, - "RE_STRING_TOFLOAT_UNDERFLOW": 1, - "RE_STRING_TOFLOAT": 1, - "rfString_Copy_OUT": 2, - "srcP": 6, - "src": 16, - "rfString_Copy_IN": 2, - "dst": 15, - "rfString_Copy_chars": 2, - "bytePos": 23, - "terminate": 1, - "i_rfString_ScanfAfter": 3, - "afterstrP": 2, - "format": 4, - "afterstr": 5, - "sscanf": 1, - "<=0)>": 1, - "Counts": 1, - "how": 1, - "many": 1, - "times": 1, - "occurs": 1, - "inside": 2, - "i_rfString_Count": 5, - "sstr2": 2, - "move": 12, - "rfString_FindBytePos": 10, - "i_DECLIMEX_": 121, - "rfString_Tokenize": 2, - "sep": 3, - "tokensN": 2, - "RF_String**": 2, - "tokens": 5, - "*tokensN": 1, - "rfString_Count": 4, - "lstr": 6, - "lstrP": 1, - "rstr": 24, - "rstrP": 5, - "temp": 11, - "start": 10, - "rfString_After": 4, - "result": 48, - "rfString_Beforev": 4, - "parNP": 6, - "i_rfString_Beforev": 16, - "parN": 10, - "*parNP": 2, - "minPos": 17, - "thisPos": 8, - "va_list": 3, - "argList": 8, - "va_start": 3, - "va_arg": 2, - "va_end": 3, - "i_rfString_Before": 5, - "i_rfString_After": 5, - "afterP": 2, - "after": 6, - "rfString_Afterv": 4, - "i_rfString_Afterv": 16, - "minPosLength": 3, - "go": 8, - "i_rfString_Append": 3, - "otherP": 4, - "strncat": 1, - "rfString_Append_i": 2, - "rfString_Append_f": 2, - "i_rfString_Prepend": 3, - "goes": 1, - "i_rfString_Remove": 6, - "numberP": 1, - "*numberP": 1, - "occurences": 5, - "done": 1, - "<=thisstr->": 1, - "i_rfString_KeepOnly": 3, - "keepstrP": 2, - "keepLength": 2, - "charValue": 12, - "*keepChars": 1, - "keepstr": 5, - "exists": 6, - "charBLength": 5, - "keepChars": 4, - "*keepLength": 1, - "rfString_Iterate_Start": 6, - "rfString_Iterate_End": 4, - "": 1, - "does": 1, - "exist": 2, - "back": 1, - "cover": 1, - "that": 9, - "effectively": 1, - "gets": 1, - "deleted": 1, - "rfUTF8_FromCodepoint": 1, - "this": 5, - "kind": 1, - "non": 1, - "clean": 1, - "way": 1, - "macro": 2, - "internally": 1, - "uses": 1, - "byteIndex_": 12, - "variable": 1, - "use": 1, - "determine": 1, - "current": 5, - "iteration": 6, - "backs": 1, - "memmove": 2, - "by": 1, - "contiuing": 1, - "make": 3, - "sure": 2, - "position": 1, - "won": 1, - "array": 1, - "rfString_PruneStart": 2, - "nBytePos": 23, - "rfString_PruneEnd": 2, - "RF_STRING_ITERATEB_START": 2, - "RF_STRING_ITERATEB_END": 2, - "rfString_PruneMiddleB": 2, - "pBytePos": 15, - "indexing": 1, - "works": 1, - "pbytePos": 2, - "pth": 2, - "include": 6, - "rfString_PruneMiddleF": 2, - "got": 1, - "all": 2, - "i_rfString_Replace": 6, - "numP": 1, - "*numP": 1, - "RF_StringX": 2, - "just": 1, - "finding": 1, - "foundN": 10, - "diff": 93, - "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, - "strings": 5, - "equal": 1, - "i_rfString_StripStart": 3, - "subP": 7, - "RF_String*sub": 2, - "noMatch": 8, - "*subValues": 2, - "subLength": 6, - "sub": 12, - "subValues": 8, - "*subLength": 2, - "i_rfString_StripEnd": 3, - "lastBytePos": 4, - "testity": 2, - "i_rfString_Strip": 3, - "res1": 2, - "rfString_StripStart": 3, - "res2": 2, - "rfString_StripEnd": 3, - "rfString_Create_fUTF8": 2, - "rfString_Init_fUTF8": 3, - "unused": 3, - "rfString_Assign_fUTF8": 2, - "FILE*f": 2, - "utf8BufferSize": 4, - "function": 6, - "rfString_Append_fUTF8": 2, - "rfString_Append": 5, - "rfString_Create_fUTF16": 2, - "rfString_Init_fUTF16": 3, - "rfFReadLine_UTF16LE": 4, - "rfFReadLine_UTF16BE": 6, - "rfString_Assign_fUTF16": 2, - "rfString_Append_fUTF16": 2, - "char*utf8": 3, - "rfString_Create_fUTF32": 2, - "rfString_Init_fUTF32": 3, - "rfFReadLine_UTF32LE": 4, - "<0)>": 1, - "Failure": 1, - "initialize": 1, - "reading": 1, - "Little": 1, - "Endian": 1, - "32": 1, - "bytesN=": 1, - "rfString_Assign_fUTF32": 2, - "rfString_Append_fUTF32": 2, - "i_rfString_Fwrite": 5, - "sP": 2, - "encodingP": 1, - "*utf32": 1, - "utf16": 11, - "*encodingP": 1, - "fwrite": 5, - "logging": 5, - "utf32": 10, - "i_WRITE_CHECK": 1, - "RE_FILE_WRITE": 1, "syscalldef": 1, "syscalldefs": 1, "SYSCALL_OR_NUM": 3, @@ -7613,614 +9355,1001 @@ "MAKE_UINT16": 3, "SYS_exit": 1, "SYS_fork": 1, - "http_parser_h": 2, - "HTTP_PARSER_VERSION_MAJOR": 1, - "HTTP_PARSER_VERSION_MINOR": 1, - "": 2, - "__MINGW32__": 1, - "__int8": 2, - "int8_t": 3, - "__int16": 2, - "int16_t": 1, - "__int32": 2, - "__int64": 3, - "int64_t": 2, - "uint64_t": 8, - "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, - "http_method": 4, - "HTTP_##name": 1, - "http_parser_type": 3, - "HTTP_REQUEST": 7, - "HTTP_RESPONSE": 3, - "HTTP_BOTH": 1, - "F_CHUNKED": 11, - "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": 104, - "header_state": 42, - "nread": 7, - "content_length": 27, - "http_major": 11, - "http_minor": 11, - "status_code": 8, - "method": 39, - "upgrade": 3, - "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, - "field_data": 5, - "http_parser_init": 2, - "*parser": 9, - "http_parser_execute": 2, - "*settings": 2, - "http_should_keep_alive": 2, - "*http_method_str": 1, - "*http_errno_name": 1, - "err": 38, - "*http_errno_description": 1, - "http_parser_parse_url": 2, - "buflen": 3, - "is_connect": 4, - "*u": 2, - "http_parser_pause": 2, - "paused": 3, - "": 2, - "ULLONG_MAX": 10, - "MIN": 3, - "SET_ERRNO": 47, - "e": 4, - "parser": 334, - "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, - "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, - "mode": 11, - "define": 14, - "CR": 18, - "LF": 21, - "LOWER": 7, - "0x20": 1, - "IS_ALPHA": 5, - "IS_NUM": 14, - "9": 1, - "IS_ALPHANUM": 3, - "IS_HEX": 2, - "TOKEN": 4, - "IS_URL_CHAR": 6, - "IS_HOST_CHAR": 4, - "0x80": 1, - "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, - "1": 2, - "HPE_UNKNOWN": 1, - "Does": 1, - "see": 2, - "an": 2, - "find": 1, - "http_method_str": 1, - "memset": 4, - "http_errno_name": 1, - "/sizeof": 4, - ".name": 1, - "http_errno_description": 1, - ".description": 1, - "uf": 14, - "old_uf": 4, - ".off": 2, - "xffff": 1, - "HPE_PAUSED": 2, - "ATSHOME_LIBATS_DYNARRAY_CATS": 3, - "atslib_dynarray_memcpy": 1, - "atslib_dynarray_memmove": 1, - "ifndef": 2, - "": 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, - "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, - "val": 20, - "*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, - "bool": 6, - "possible": 2, - "set_cpu_present": 1, - "present": 2, - "set_cpu_online": 1, - "online": 2, - "set_cpu_active": 1, - "active": 2, - "init_cpu_present": 1, - "*src": 3, - "cpumask_copy": 3, - "init_cpu_possible": 1, - "init_cpu_online": 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": 8, + "WGL_MAX_PBUFFER_PIXELS_ARB": 1, + "WGL_MAX_PBUFFER_WIDTH_ARB": 1, + "WGL_MAX_PBUFFER_HEIGHT_ARB": 1, + "WGL_PBUFFER_LARGEST_ARB": 1, + "WGL_PBUFFER_WIDTH_ARB": 1, + "WGL_PBUFFER_HEIGHT_ARB": 1, + "WGL_PBUFFER_LOST_ARB": 1, + "DECLARE_HANDLE": 6, + "HPBUFFERARB": 12, + "PFNWGLCREATEPBUFFERARBPROC": 2, + "iPixelFormat": 6, + "iWidth": 2, + "iHeight": 2, + "piAttribList": 4, + "PFNWGLDESTROYPBUFFERARBPROC": 2, + "hPbuffer": 14, + "PFNWGLGETPBUFFERDCARBPROC": 2, + "PFNWGLQUERYPBUFFERARBPROC": 2, + "iAttribute": 8, + "piValue": 8, + "PFNWGLRELEASEPBUFFERDCARBPROC": 2, + "wglCreatePbufferARB": 1, + "__wglewCreatePbufferARB": 2, + "wglDestroyPbufferARB": 1, + "__wglewDestroyPbufferARB": 2, + "wglGetPbufferDCARB": 1, + "__wglewGetPbufferDCARB": 2, + "wglQueryPbufferARB": 1, + "__wglewQueryPbufferARB": 2, + "wglReleasePbufferDCARB": 1, + "__wglewReleasePbufferDCARB": 2, + "WGLEW_ARB_pbuffer": 1, + "__WGLEW_ARB_pbuffer": 2, + "WGL_ARB_pixel_format": 2, + "WGL_NUMBER_PIXEL_FORMATS_ARB": 1, + "WGL_DRAW_TO_WINDOW_ARB": 1, + "WGL_DRAW_TO_BITMAP_ARB": 1, + "WGL_ACCELERATION_ARB": 1, + "WGL_NEED_PALETTE_ARB": 1, + "WGL_NEED_SYSTEM_PALETTE_ARB": 1, + "WGL_SWAP_LAYER_BUFFERS_ARB": 1, + "WGL_SWAP_METHOD_ARB": 1, + "WGL_NUMBER_OVERLAYS_ARB": 1, + "WGL_NUMBER_UNDERLAYS_ARB": 1, + "WGL_TRANSPARENT_ARB": 1, + "WGL_SHARE_DEPTH_ARB": 1, + "WGL_SHARE_STENCIL_ARB": 1, + "WGL_SHARE_ACCUM_ARB": 1, + "WGL_SUPPORT_GDI_ARB": 1, + "WGL_SUPPORT_OPENGL_ARB": 1, + "WGL_DOUBLE_BUFFER_ARB": 1, + "WGL_STEREO_ARB": 1, + "WGL_PIXEL_TYPE_ARB": 1, + "WGL_COLOR_BITS_ARB": 1, + "WGL_RED_BITS_ARB": 1, + "WGL_RED_SHIFT_ARB": 1, + "WGL_GREEN_BITS_ARB": 1, + "WGL_GREEN_SHIFT_ARB": 1, + "WGL_BLUE_BITS_ARB": 1, + "WGL_BLUE_SHIFT_ARB": 1, + "WGL_ALPHA_BITS_ARB": 1, + "B": 9, + "WGL_ALPHA_SHIFT_ARB": 1, + "WGL_ACCUM_BITS_ARB": 1, + "WGL_ACCUM_RED_BITS_ARB": 1, + "WGL_ACCUM_GREEN_BITS_ARB": 1, + "WGL_ACCUM_BLUE_BITS_ARB": 1, + "WGL_ACCUM_ALPHA_BITS_ARB": 1, + "WGL_DEPTH_BITS_ARB": 1, + "WGL_STENCIL_BITS_ARB": 1, + "WGL_AUX_BUFFERS_ARB": 1, + "WGL_NO_ACCELERATION_ARB": 1, + "WGL_GENERIC_ACCELERATION_ARB": 1, + "WGL_FULL_ACCELERATION_ARB": 1, + "WGL_SWAP_EXCHANGE_ARB": 1, + "WGL_SWAP_COPY_ARB": 1, + "WGL_SWAP_UNDEFINED_ARB": 1, + "WGL_TYPE_RGBA_ARB": 1, + "WGL_TYPE_COLORINDEX_ARB": 1, + "WGL_TRANSPARENT_RED_VALUE_ARB": 1, + "WGL_TRANSPARENT_GREEN_VALUE_ARB": 1, + "WGL_TRANSPARENT_BLUE_VALUE_ARB": 1, + "WGL_TRANSPARENT_ALPHA_VALUE_ARB": 1, + "WGL_TRANSPARENT_INDEX_VALUE_ARB": 1, + "PFNWGLCHOOSEPIXELFORMATARBPROC": 2, + "piAttribIList": 2, + "FLOAT": 4, + "*pfAttribFList": 2, + "nMaxFormats": 2, + "*piFormats": 2, + "*nNumFormats": 2, + "PFNWGLGETPIXELFORMATATTRIBFVARBPROC": 2, + "nAttributes": 4, + "piAttributes": 4, + "*pfValues": 2, + "PFNWGLGETPIXELFORMATATTRIBIVARBPROC": 2, + "*piValues": 2, + "wglChoosePixelFormatARB": 1, + "__wglewChoosePixelFormatARB": 2, + "wglGetPixelFormatAttribfvARB": 1, + "__wglewGetPixelFormatAttribfvARB": 2, + "wglGetPixelFormatAttribivARB": 1, + "__wglewGetPixelFormatAttribivARB": 2, + "WGLEW_ARB_pixel_format": 1, + "__WGLEW_ARB_pixel_format": 2, + "WGL_ARB_pixel_format_float": 2, + "WGL_TYPE_RGBA_FLOAT_ARB": 1, + "A0": 3, + "WGLEW_ARB_pixel_format_float": 1, + "__WGLEW_ARB_pixel_format_float": 2, + "WGL_ARB_render_texture": 2, + "WGL_BIND_TO_TEXTURE_RGB_ARB": 1, + "WGL_BIND_TO_TEXTURE_RGBA_ARB": 1, + "WGL_TEXTURE_FORMAT_ARB": 1, + "WGL_TEXTURE_TARGET_ARB": 1, + "WGL_MIPMAP_TEXTURE_ARB": 1, + "WGL_TEXTURE_RGB_ARB": 1, + "WGL_TEXTURE_RGBA_ARB": 1, + "WGL_NO_TEXTURE_ARB": 2, + "WGL_TEXTURE_CUBE_MAP_ARB": 1, + "WGL_TEXTURE_1D_ARB": 1, + "WGL_TEXTURE_2D_ARB": 1, + "WGL_MIPMAP_LEVEL_ARB": 1, + "WGL_CUBE_MAP_FACE_ARB": 1, + "WGL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB": 1, + "WGL_TEXTURE_CUBE_MAP_NEGATIVE_X_ARB": 1, + "WGL_TEXTURE_CUBE_MAP_POSITIVE_Y_ARB": 1, + "WGL_TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB": 1, + "WGL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB": 1, + "WGL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB": 1, + "WGL_FRONT_LEFT_ARB": 1, + "WGL_FRONT_RIGHT_ARB": 1, + "WGL_BACK_LEFT_ARB": 1, + "WGL_BACK_RIGHT_ARB": 1, + "WGL_AUX0_ARB": 1, + "WGL_AUX1_ARB": 1, + "WGL_AUX2_ARB": 1, + "WGL_AUX3_ARB": 1, + "WGL_AUX4_ARB": 1, + "WGL_AUX5_ARB": 1, + "WGL_AUX6_ARB": 1, + "WGL_AUX7_ARB": 1, + "WGL_AUX8_ARB": 1, + "WGL_AUX9_ARB": 1, + "PFNWGLBINDTEXIMAGEARBPROC": 2, + "iBuffer": 2, + "PFNWGLRELEASETEXIMAGEARBPROC": 2, + "PFNWGLSETPBUFFERATTRIBARBPROC": 2, + "wglBindTexImageARB": 1, + "__wglewBindTexImageARB": 2, + "wglReleaseTexImageARB": 1, + "__wglewReleaseTexImageARB": 2, + "wglSetPbufferAttribARB": 1, + "__wglewSetPbufferAttribARB": 2, + "WGLEW_ARB_render_texture": 1, + "__WGLEW_ARB_render_texture": 2, + "WGL_ATI_pixel_format_float": 2, + "WGL_TYPE_RGBA_FLOAT_ATI": 1, + "GL_RGBA_FLOAT_MODE_ATI": 1, + "GL_COLOR_CLEAR_UNCLAMPED_VALUE_ATI": 1, + "WGLEW_ATI_pixel_format_float": 1, + "__WGLEW_ATI_pixel_format_float": 2, + "WGL_ATI_render_texture_rectangle": 2, + "WGL_TEXTURE_RECTANGLE_ATI": 1, + "WGLEW_ATI_render_texture_rectangle": 1, + "__WGLEW_ATI_render_texture_rectangle": 2, + "WGL_EXT_create_context_es2_profile": 2, + "WGL_CONTEXT_ES2_PROFILE_BIT_EXT": 1, + "WGLEW_EXT_create_context_es2_profile": 1, + "__WGLEW_EXT_create_context_es2_profile": 2, + "WGL_EXT_depth_float": 2, + "WGL_DEPTH_FLOAT_EXT": 1, + "WGLEW_EXT_depth_float": 1, + "__WGLEW_EXT_depth_float": 2, + "WGL_EXT_display_color_table": 2, + "GLboolean": 53, + "PFNWGLBINDDISPLAYCOLORTABLEEXTPROC": 2, + "GLushort": 3, + "PFNWGLCREATEDISPLAYCOLORTABLEEXTPROC": 2, + "PFNWGLDESTROYDISPLAYCOLORTABLEEXTPROC": 2, + "PFNWGLLOADDISPLAYCOLORTABLEEXTPROC": 2, + "GLushort*": 1, + "table": 1, + "GLuint": 9, + "wglBindDisplayColorTableEXT": 1, + "__wglewBindDisplayColorTableEXT": 2, + "wglCreateDisplayColorTableEXT": 1, + "__wglewCreateDisplayColorTableEXT": 2, + "wglDestroyDisplayColorTableEXT": 1, + "__wglewDestroyDisplayColorTableEXT": 2, + "wglLoadDisplayColorTableEXT": 1, + "__wglewLoadDisplayColorTableEXT": 2, + "WGLEW_EXT_display_color_table": 1, + "__WGLEW_EXT_display_color_table": 2, + "WGL_EXT_extensions_string": 2, + "PFNWGLGETEXTENSIONSSTRINGEXTPROC": 2, + "wglGetExtensionsStringEXT": 1, + "__wglewGetExtensionsStringEXT": 2, + "WGLEW_EXT_extensions_string": 1, + "__WGLEW_EXT_extensions_string": 2, + "WGL_EXT_framebuffer_sRGB": 2, + "WGL_FRAMEBUFFER_SRGB_CAPABLE_EXT": 1, + "WGLEW_EXT_framebuffer_sRGB": 1, + "__WGLEW_EXT_framebuffer_sRGB": 2, + "WGL_EXT_make_current_read": 2, + "ERROR_INVALID_PIXEL_TYPE_EXT": 1, + "PFNWGLGETCURRENTREADDCEXTPROC": 2, + "PFNWGLMAKECONTEXTCURRENTEXTPROC": 2, + "wglGetCurrentReadDCEXT": 1, + "__wglewGetCurrentReadDCEXT": 2, + "wglMakeContextCurrentEXT": 1, + "__wglewMakeContextCurrentEXT": 2, + "WGLEW_EXT_make_current_read": 1, + "__WGLEW_EXT_make_current_read": 2, + "WGL_EXT_multisample": 2, + "WGL_SAMPLE_BUFFERS_EXT": 1, + "WGL_SAMPLES_EXT": 1, + "WGLEW_EXT_multisample": 1, + "__WGLEW_EXT_multisample": 2, + "WGL_EXT_pbuffer": 2, + "WGL_DRAW_TO_PBUFFER_EXT": 1, + "WGL_MAX_PBUFFER_PIXELS_EXT": 1, + "WGL_MAX_PBUFFER_WIDTH_EXT": 1, + "WGL_MAX_PBUFFER_HEIGHT_EXT": 1, + "WGL_OPTIMAL_PBUFFER_WIDTH_EXT": 1, + "WGL_OPTIMAL_PBUFFER_HEIGHT_EXT": 1, + "WGL_PBUFFER_LARGEST_EXT": 1, + "WGL_PBUFFER_WIDTH_EXT": 1, + "WGL_PBUFFER_HEIGHT_EXT": 1, + "HPBUFFEREXT": 6, + "PFNWGLCREATEPBUFFEREXTPROC": 2, + "PFNWGLDESTROYPBUFFEREXTPROC": 2, + "PFNWGLGETPBUFFERDCEXTPROC": 2, + "PFNWGLQUERYPBUFFEREXTPROC": 2, + "PFNWGLRELEASEPBUFFERDCEXTPROC": 2, + "wglCreatePbufferEXT": 1, + "__wglewCreatePbufferEXT": 2, + "wglDestroyPbufferEXT": 1, + "__wglewDestroyPbufferEXT": 2, + "wglGetPbufferDCEXT": 1, + "__wglewGetPbufferDCEXT": 2, + "wglQueryPbufferEXT": 1, + "__wglewQueryPbufferEXT": 2, + "wglReleasePbufferDCEXT": 1, + "__wglewReleasePbufferDCEXT": 2, + "WGLEW_EXT_pbuffer": 1, + "__WGLEW_EXT_pbuffer": 2, + "WGL_EXT_pixel_format": 2, + "WGL_NUMBER_PIXEL_FORMATS_EXT": 1, + "WGL_DRAW_TO_WINDOW_EXT": 1, + "WGL_DRAW_TO_BITMAP_EXT": 1, + "WGL_ACCELERATION_EXT": 1, + "WGL_NEED_PALETTE_EXT": 1, + "WGL_NEED_SYSTEM_PALETTE_EXT": 1, + "WGL_SWAP_LAYER_BUFFERS_EXT": 1, + "WGL_SWAP_METHOD_EXT": 1, + "WGL_NUMBER_OVERLAYS_EXT": 1, + "WGL_NUMBER_UNDERLAYS_EXT": 1, + "WGL_TRANSPARENT_EXT": 1, + "WGL_TRANSPARENT_VALUE_EXT": 1, + "WGL_SHARE_DEPTH_EXT": 1, + "WGL_SHARE_STENCIL_EXT": 1, + "WGL_SHARE_ACCUM_EXT": 1, + "WGL_SUPPORT_GDI_EXT": 1, + "WGL_SUPPORT_OPENGL_EXT": 1, + "WGL_DOUBLE_BUFFER_EXT": 1, + "WGL_STEREO_EXT": 1, + "WGL_PIXEL_TYPE_EXT": 1, + "WGL_COLOR_BITS_EXT": 1, + "WGL_RED_BITS_EXT": 1, + "WGL_RED_SHIFT_EXT": 1, + "WGL_GREEN_BITS_EXT": 1, + "WGL_GREEN_SHIFT_EXT": 1, + "WGL_BLUE_BITS_EXT": 1, + "WGL_BLUE_SHIFT_EXT": 1, + "WGL_ALPHA_BITS_EXT": 1, + "WGL_ALPHA_SHIFT_EXT": 1, + "WGL_ACCUM_BITS_EXT": 1, + "WGL_ACCUM_RED_BITS_EXT": 1, + "WGL_ACCUM_GREEN_BITS_EXT": 1, + "WGL_ACCUM_BLUE_BITS_EXT": 1, + "WGL_ACCUM_ALPHA_BITS_EXT": 1, + "WGL_DEPTH_BITS_EXT": 1, + "WGL_STENCIL_BITS_EXT": 1, + "WGL_AUX_BUFFERS_EXT": 1, + "WGL_NO_ACCELERATION_EXT": 1, + "WGL_GENERIC_ACCELERATION_EXT": 1, + "WGL_FULL_ACCELERATION_EXT": 1, + "WGL_SWAP_EXCHANGE_EXT": 1, + "WGL_SWAP_COPY_EXT": 1, + "WGL_SWAP_UNDEFINED_EXT": 1, + "WGL_TYPE_RGBA_EXT": 1, + "WGL_TYPE_COLORINDEX_EXT": 1, + "PFNWGLCHOOSEPIXELFORMATEXTPROC": 2, + "PFNWGLGETPIXELFORMATATTRIBFVEXTPROC": 2, + "PFNWGLGETPIXELFORMATATTRIBIVEXTPROC": 2, + "wglChoosePixelFormatEXT": 1, + "__wglewChoosePixelFormatEXT": 2, + "wglGetPixelFormatAttribfvEXT": 1, + "__wglewGetPixelFormatAttribfvEXT": 2, + "wglGetPixelFormatAttribivEXT": 1, + "__wglewGetPixelFormatAttribivEXT": 2, + "WGLEW_EXT_pixel_format": 1, + "__WGLEW_EXT_pixel_format": 2, + "WGL_EXT_pixel_format_packed_float": 2, + "WGL_TYPE_RGBA_UNSIGNED_FLOAT_EXT": 1, + "WGLEW_EXT_pixel_format_packed_float": 1, + "__WGLEW_EXT_pixel_format_packed_float": 2, + "WGL_EXT_swap_control": 2, + "PFNWGLGETSWAPINTERVALEXTPROC": 2, + "PFNWGLSWAPINTERVALEXTPROC": 2, + "interval": 1, + "wglGetSwapIntervalEXT": 1, + "__wglewGetSwapIntervalEXT": 2, + "wglSwapIntervalEXT": 1, + "__wglewSwapIntervalEXT": 2, + "WGLEW_EXT_swap_control": 1, + "__WGLEW_EXT_swap_control": 2, + "WGL_I3D_digital_video_control": 2, + "WGL_DIGITAL_VIDEO_CURSOR_ALPHA_FRAMEBUFFER_I3D": 1, + "WGL_DIGITAL_VIDEO_CURSOR_ALPHA_VALUE_I3D": 1, + "WGL_DIGITAL_VIDEO_CURSOR_INCLUDED_I3D": 1, + "WGL_DIGITAL_VIDEO_GAMMA_CORRECTED_I3D": 1, + "PFNWGLGETDIGITALVIDEOPARAMETERSI3DPROC": 2, + "PFNWGLSETDIGITALVIDEOPARAMETERSI3DPROC": 2, + "wglGetDigitalVideoParametersI3D": 1, + "__wglewGetDigitalVideoParametersI3D": 2, + "wglSetDigitalVideoParametersI3D": 1, + "__wglewSetDigitalVideoParametersI3D": 2, + "WGLEW_I3D_digital_video_control": 1, + "__WGLEW_I3D_digital_video_control": 2, + "WGL_I3D_gamma": 2, + "WGL_GAMMA_TABLE_SIZE_I3D": 1, + "WGL_GAMMA_EXCLUDE_DESKTOP_I3D": 1, + "PFNWGLGETGAMMATABLEI3DPROC": 2, + "iEntries": 2, + "USHORT*": 2, + "puRed": 2, + "USHORT": 4, + "*puGreen": 2, + "*puBlue": 2, + "PFNWGLGETGAMMATABLEPARAMETERSI3DPROC": 2, + "PFNWGLSETGAMMATABLEI3DPROC": 2, + "PFNWGLSETGAMMATABLEPARAMETERSI3DPROC": 2, + "wglGetGammaTableI3D": 1, + "__wglewGetGammaTableI3D": 2, + "wglGetGammaTableParametersI3D": 1, + "__wglewGetGammaTableParametersI3D": 2, + "wglSetGammaTableI3D": 1, + "__wglewSetGammaTableI3D": 2, + "wglSetGammaTableParametersI3D": 1, + "__wglewSetGammaTableParametersI3D": 2, + "WGLEW_I3D_gamma": 1, + "__WGLEW_I3D_gamma": 2, + "WGL_I3D_genlock": 2, + "WGL_GENLOCK_SOURCE_MULTIVIEW_I3D": 1, + "WGL_GENLOCK_SOURCE_EXTERNAL_SYNC_I3D": 1, + "WGL_GENLOCK_SOURCE_EXTERNAL_FIELD_I3D": 1, + "WGL_GENLOCK_SOURCE_EXTERNAL_TTL_I3D": 1, + "WGL_GENLOCK_SOURCE_DIGITAL_SYNC_I3D": 1, + "WGL_GENLOCK_SOURCE_DIGITAL_FIELD_I3D": 1, + "WGL_GENLOCK_SOURCE_EDGE_FALLING_I3D": 1, + "WGL_GENLOCK_SOURCE_EDGE_RISING_I3D": 1, + "WGL_GENLOCK_SOURCE_EDGE_BOTH_I3D": 1, + "PFNWGLDISABLEGENLOCKI3DPROC": 2, + "PFNWGLENABLEGENLOCKI3DPROC": 2, + "PFNWGLGENLOCKSAMPLERATEI3DPROC": 2, + "uRate": 2, + "PFNWGLGENLOCKSOURCEDELAYI3DPROC": 2, + "uDelay": 2, + "PFNWGLGENLOCKSOURCEEDGEI3DPROC": 2, + "uEdge": 2, + "PFNWGLGENLOCKSOURCEI3DPROC": 2, + "uSource": 2, + "PFNWGLGETGENLOCKSAMPLERATEI3DPROC": 2, + "PFNWGLGETGENLOCKSOURCEDELAYI3DPROC": 2, + "PFNWGLGETGENLOCKSOURCEEDGEI3DPROC": 2, + "PFNWGLGETGENLOCKSOURCEI3DPROC": 2, + "PFNWGLISENABLEDGENLOCKI3DPROC": 2, + "BOOL*": 3, + "pFlag": 3, + "PFNWGLQUERYGENLOCKMAXSOURCEDELAYI3DPROC": 2, + "uMaxLineDelay": 1, + "*uMaxPixelDelay": 1, + "wglDisableGenlockI3D": 1, + "__wglewDisableGenlockI3D": 2, + "wglEnableGenlockI3D": 1, + "__wglewEnableGenlockI3D": 2, + "wglGenlockSampleRateI3D": 1, + "__wglewGenlockSampleRateI3D": 2, + "wglGenlockSourceDelayI3D": 1, + "__wglewGenlockSourceDelayI3D": 2, + "wglGenlockSourceEdgeI3D": 1, + "__wglewGenlockSourceEdgeI3D": 2, + "wglGenlockSourceI3D": 1, + "__wglewGenlockSourceI3D": 2, + "wglGetGenlockSampleRateI3D": 1, + "__wglewGetGenlockSampleRateI3D": 2, + "wglGetGenlockSourceDelayI3D": 1, + "__wglewGetGenlockSourceDelayI3D": 2, + "wglGetGenlockSourceEdgeI3D": 1, + "__wglewGetGenlockSourceEdgeI3D": 2, + "wglGetGenlockSourceI3D": 1, + "__wglewGetGenlockSourceI3D": 2, + "wglIsEnabledGenlockI3D": 1, + "__wglewIsEnabledGenlockI3D": 2, + "wglQueryGenlockMaxSourceDelayI3D": 1, + "__wglewQueryGenlockMaxSourceDelayI3D": 2, + "WGLEW_I3D_genlock": 1, + "__WGLEW_I3D_genlock": 2, + "WGL_I3D_image_buffer": 2, + "WGL_IMAGE_BUFFER_MIN_ACCESS_I3D": 1, + "WGL_IMAGE_BUFFER_LOCK_I3D": 1, + "PFNWGLASSOCIATEIMAGEBUFFEREVENTSI3DPROC": 2, + "HANDLE*": 3, + "pEvent": 1, + "LPVOID": 3, + "*pAddress": 1, + "DWORD": 5, + "*pSize": 1, + "PFNWGLCREATEIMAGEBUFFERI3DPROC": 2, + "dwSize": 1, + "uFlags": 1, + "PFNWGLDESTROYIMAGEBUFFERI3DPROC": 2, + "pAddress": 2, + "PFNWGLRELEASEIMAGEBUFFEREVENTSI3DPROC": 2, + "LPVOID*": 1, + "wglAssociateImageBufferEventsI3D": 1, + "__wglewAssociateImageBufferEventsI3D": 2, + "wglCreateImageBufferI3D": 1, + "__wglewCreateImageBufferI3D": 2, + "wglDestroyImageBufferI3D": 1, + "__wglewDestroyImageBufferI3D": 2, + "wglReleaseImageBufferEventsI3D": 1, + "__wglewReleaseImageBufferEventsI3D": 2, + "WGLEW_I3D_image_buffer": 1, + "__WGLEW_I3D_image_buffer": 2, + "WGL_I3D_swap_frame_lock": 2, + "PFNWGLDISABLEFRAMELOCKI3DPROC": 2, + "PFNWGLENABLEFRAMELOCKI3DPROC": 2, + "PFNWGLISENABLEDFRAMELOCKI3DPROC": 2, + "PFNWGLQUERYFRAMELOCKMASTERI3DPROC": 2, + "wglDisableFrameLockI3D": 1, + "__wglewDisableFrameLockI3D": 2, + "wglEnableFrameLockI3D": 1, + "__wglewEnableFrameLockI3D": 2, + "wglIsEnabledFrameLockI3D": 1, + "__wglewIsEnabledFrameLockI3D": 2, + "wglQueryFrameLockMasterI3D": 1, + "__wglewQueryFrameLockMasterI3D": 2, + "WGLEW_I3D_swap_frame_lock": 1, + "__WGLEW_I3D_swap_frame_lock": 2, + "WGL_I3D_swap_frame_usage": 2, + "PFNWGLBEGINFRAMETRACKINGI3DPROC": 2, + "PFNWGLENDFRAMETRACKINGI3DPROC": 2, + "PFNWGLGETFRAMEUSAGEI3DPROC": 2, + "float*": 1, + "pUsage": 1, + "PFNWGLQUERYFRAMETRACKINGI3DPROC": 2, + "DWORD*": 1, + "pFrameCount": 1, + "*pMissedFrames": 1, + "*pLastMissedUsage": 1, + "wglBeginFrameTrackingI3D": 1, + "__wglewBeginFrameTrackingI3D": 2, + "wglEndFrameTrackingI3D": 1, + "__wglewEndFrameTrackingI3D": 2, + "wglGetFrameUsageI3D": 1, + "__wglewGetFrameUsageI3D": 2, + "wglQueryFrameTrackingI3D": 1, + "__wglewQueryFrameTrackingI3D": 2, + "WGLEW_I3D_swap_frame_usage": 1, + "__WGLEW_I3D_swap_frame_usage": 2, + "WGL_NV_DX_interop": 2, + "WGL_ACCESS_READ_ONLY_NV": 1, + "WGL_ACCESS_READ_WRITE_NV": 1, + "WGL_ACCESS_WRITE_DISCARD_NV": 1, + "PFNWGLDXCLOSEDEVICENVPROC": 2, + "hDevice": 9, + "PFNWGLDXLOCKOBJECTSNVPROC": 2, + "hObjects": 2, + "PFNWGLDXOBJECTACCESSNVPROC": 2, + "hObject": 2, + "access": 2, + "PFNWGLDXOPENDEVICENVPROC": 2, + "dxDevice": 1, + "PFNWGLDXREGISTEROBJECTNVPROC": 2, + "dxObject": 2, + "PFNWGLDXSETRESOURCESHAREHANDLENVPROC": 2, + "shareHandle": 1, + "PFNWGLDXUNLOCKOBJECTSNVPROC": 2, + "PFNWGLDXUNREGISTEROBJECTNVPROC": 2, + "wglDXCloseDeviceNV": 1, + "__wglewDXCloseDeviceNV": 2, + "wglDXLockObjectsNV": 1, + "__wglewDXLockObjectsNV": 2, + "wglDXObjectAccessNV": 1, + "__wglewDXObjectAccessNV": 2, + "wglDXOpenDeviceNV": 1, + "__wglewDXOpenDeviceNV": 2, + "wglDXRegisterObjectNV": 1, + "__wglewDXRegisterObjectNV": 2, + "wglDXSetResourceShareHandleNV": 1, + "__wglewDXSetResourceShareHandleNV": 2, + "wglDXUnlockObjectsNV": 1, + "__wglewDXUnlockObjectsNV": 2, + "wglDXUnregisterObjectNV": 1, + "__wglewDXUnregisterObjectNV": 2, + "WGLEW_NV_DX_interop": 1, + "__WGLEW_NV_DX_interop": 2, + "WGL_NV_copy_image": 2, + "PFNWGLCOPYIMAGESUBDATANVPROC": 2, + "hSrcRC": 1, + "srcName": 1, + "srcTarget": 1, + "srcLevel": 1, + "srcX": 1, + "srcY": 1, + "srcZ": 1, + "hDstRC": 1, + "dstName": 1, + "dstTarget": 1, + "dstLevel": 1, + "dstX": 1, + "dstY": 1, + "dstZ": 1, + "GLsizei": 4, + "wglCopyImageSubDataNV": 1, + "__wglewCopyImageSubDataNV": 2, + "WGLEW_NV_copy_image": 1, + "__WGLEW_NV_copy_image": 2, + "WGL_NV_float_buffer": 2, + "WGL_FLOAT_COMPONENTS_NV": 1, + "B0": 1, + "WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_R_NV": 1, + "B1": 1, + "WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RG_NV": 1, + "B2": 1, + "WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RGB_NV": 1, + "B3": 1, + "WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RGBA_NV": 1, + "B4": 1, + "WGL_TEXTURE_FLOAT_R_NV": 1, + "B5": 1, + "WGL_TEXTURE_FLOAT_RG_NV": 1, + "B6": 1, + "WGL_TEXTURE_FLOAT_RGB_NV": 1, + "B7": 1, + "WGL_TEXTURE_FLOAT_RGBA_NV": 1, + "B8": 1, + "WGLEW_NV_float_buffer": 1, + "__WGLEW_NV_float_buffer": 2, + "WGL_NV_gpu_affinity": 2, + "WGL_ERROR_INCOMPATIBLE_AFFINITY_MASKS_NV": 1, + "D0": 1, + "WGL_ERROR_MISSING_AFFINITY_MASK_NV": 1, + "D1": 1, + "HGPUNV": 5, + "_GPU_DEVICE": 1, + "cb": 1, + "CHAR": 2, + "DeviceName": 1, + "DeviceString": 1, + "Flags": 1, + "RECT": 1, + "rcVirtualScreen": 1, + "GPU_DEVICE": 1, + "*PGPU_DEVICE": 1, + "PFNWGLCREATEAFFINITYDCNVPROC": 2, + "*phGpuList": 1, + "PFNWGLDELETEDCNVPROC": 2, + "PFNWGLENUMGPUDEVICESNVPROC": 2, + "hGpu": 1, + "iDeviceIndex": 1, + "PGPU_DEVICE": 1, + "lpGpuDevice": 1, + "PFNWGLENUMGPUSFROMAFFINITYDCNVPROC": 2, + "hAffinityDC": 1, + "iGpuIndex": 2, + "*hGpu": 1, + "PFNWGLENUMGPUSNVPROC": 2, + "*phGpu": 1, + "wglCreateAffinityDCNV": 1, + "__wglewCreateAffinityDCNV": 2, + "wglDeleteDCNV": 1, + "__wglewDeleteDCNV": 2, + "wglEnumGpuDevicesNV": 1, + "__wglewEnumGpuDevicesNV": 2, + "wglEnumGpusFromAffinityDCNV": 1, + "__wglewEnumGpusFromAffinityDCNV": 2, + "wglEnumGpusNV": 1, + "__wglewEnumGpusNV": 2, + "WGLEW_NV_gpu_affinity": 1, + "__WGLEW_NV_gpu_affinity": 2, + "WGL_NV_multisample_coverage": 2, + "WGL_COVERAGE_SAMPLES_NV": 1, + "WGL_COLOR_SAMPLES_NV": 1, + "B9": 1, + "WGLEW_NV_multisample_coverage": 1, + "__WGLEW_NV_multisample_coverage": 2, + "WGL_NV_present_video": 2, + "WGL_NUM_VIDEO_SLOTS_NV": 1, + "F0": 1, + "HVIDEOOUTPUTDEVICENV": 2, + "PFNWGLBINDVIDEODEVICENVPROC": 2, + "hDc": 6, + "uVideoSlot": 2, + "hVideoDevice": 4, + "PFNWGLENUMERATEVIDEODEVICESNVPROC": 2, + "HVIDEOOUTPUTDEVICENV*": 1, + "phDeviceList": 2, + "PFNWGLQUERYCURRENTCONTEXTNVPROC": 2, + "wglBindVideoDeviceNV": 1, + "__wglewBindVideoDeviceNV": 2, + "wglEnumerateVideoDevicesNV": 1, + "__wglewEnumerateVideoDevicesNV": 2, + "wglQueryCurrentContextNV": 1, + "__wglewQueryCurrentContextNV": 2, + "WGLEW_NV_present_video": 1, + "__WGLEW_NV_present_video": 2, + "WGL_NV_render_depth_texture": 2, + "WGL_BIND_TO_TEXTURE_DEPTH_NV": 1, + "WGL_BIND_TO_TEXTURE_RECTANGLE_DEPTH_NV": 1, + "WGL_DEPTH_TEXTURE_FORMAT_NV": 1, + "WGL_TEXTURE_DEPTH_COMPONENT_NV": 1, + "WGL_DEPTH_COMPONENT_NV": 1, + "WGLEW_NV_render_depth_texture": 1, + "__WGLEW_NV_render_depth_texture": 2, + "WGL_NV_render_texture_rectangle": 2, + "WGL_BIND_TO_TEXTURE_RECTANGLE_RGB_NV": 1, + "WGL_BIND_TO_TEXTURE_RECTANGLE_RGBA_NV": 1, + "A1": 1, + "WGL_TEXTURE_RECTANGLE_NV": 1, + "WGLEW_NV_render_texture_rectangle": 1, + "__WGLEW_NV_render_texture_rectangle": 2, + "WGL_NV_swap_group": 2, + "PFNWGLBINDSWAPBARRIERNVPROC": 2, + "group": 3, + "barrier": 1, + "PFNWGLJOINSWAPGROUPNVPROC": 2, + "PFNWGLQUERYFRAMECOUNTNVPROC": 2, + "GLuint*": 3, + "PFNWGLQUERYMAXSWAPGROUPSNVPROC": 2, + "maxGroups": 1, + "*maxBarriers": 1, + "PFNWGLQUERYSWAPGROUPNVPROC": 2, + "*barrier": 1, + "PFNWGLRESETFRAMECOUNTNVPROC": 2, + "wglBindSwapBarrierNV": 1, + "__wglewBindSwapBarrierNV": 2, + "wglJoinSwapGroupNV": 1, + "__wglewJoinSwapGroupNV": 2, + "wglQueryFrameCountNV": 1, + "__wglewQueryFrameCountNV": 2, + "wglQueryMaxSwapGroupsNV": 1, + "__wglewQueryMaxSwapGroupsNV": 2, + "wglQuerySwapGroupNV": 1, + "__wglewQuerySwapGroupNV": 2, + "wglResetFrameCountNV": 1, + "__wglewResetFrameCountNV": 2, + "WGLEW_NV_swap_group": 1, + "__WGLEW_NV_swap_group": 2, + "WGL_NV_vertex_array_range": 2, + "PFNWGLALLOCATEMEMORYNVPROC": 2, + "GLfloat": 3, + "readFrequency": 1, + "writeFrequency": 1, + "priority": 1, + "PFNWGLFREEMEMORYNVPROC": 2, + "*pointer": 1, + "wglAllocateMemoryNV": 1, + "__wglewAllocateMemoryNV": 2, + "wglFreeMemoryNV": 1, + "__wglewFreeMemoryNV": 2, + "WGLEW_NV_vertex_array_range": 1, + "__WGLEW_NV_vertex_array_range": 2, + "WGL_NV_video_capture": 2, + "WGL_UNIQUE_ID_NV": 1, + "CE": 1, + "WGL_NUM_VIDEO_CAPTURE_SLOTS_NV": 1, + "CF": 1, + "HVIDEOINPUTDEVICENV": 5, + "PFNWGLBINDVIDEOCAPTUREDEVICENVPROC": 2, + "PFNWGLENUMERATEVIDEOCAPTUREDEVICESNVPROC": 2, + "HVIDEOINPUTDEVICENV*": 1, + "PFNWGLLOCKVIDEOCAPTUREDEVICENVPROC": 2, + "PFNWGLQUERYVIDEOCAPTUREDEVICENVPROC": 2, + "PFNWGLRELEASEVIDEOCAPTUREDEVICENVPROC": 2, + "wglBindVideoCaptureDeviceNV": 1, + "__wglewBindVideoCaptureDeviceNV": 2, + "wglEnumerateVideoCaptureDevicesNV": 1, + "__wglewEnumerateVideoCaptureDevicesNV": 2, + "wglLockVideoCaptureDeviceNV": 1, + "__wglewLockVideoCaptureDeviceNV": 2, + "wglQueryVideoCaptureDeviceNV": 1, + "__wglewQueryVideoCaptureDeviceNV": 2, + "wglReleaseVideoCaptureDeviceNV": 1, + "__wglewReleaseVideoCaptureDeviceNV": 2, + "WGLEW_NV_video_capture": 1, + "__WGLEW_NV_video_capture": 2, + "WGL_NV_video_output": 2, + "WGL_BIND_TO_VIDEO_RGB_NV": 1, + "WGL_BIND_TO_VIDEO_RGBA_NV": 1, + "C1": 1, + "WGL_BIND_TO_VIDEO_RGB_AND_DEPTH_NV": 1, + "C2": 1, + "WGL_VIDEO_OUT_COLOR_NV": 1, + "C3": 1, + "WGL_VIDEO_OUT_ALPHA_NV": 1, + "C4": 1, + "WGL_VIDEO_OUT_DEPTH_NV": 1, + "C5": 1, + "WGL_VIDEO_OUT_COLOR_AND_ALPHA_NV": 1, + "C6": 1, + "WGL_VIDEO_OUT_COLOR_AND_DEPTH_NV": 1, + "C7": 1, + "WGL_VIDEO_OUT_FRAME": 1, + "C8": 1, + "WGL_VIDEO_OUT_FIELD_1": 1, + "C9": 1, + "WGL_VIDEO_OUT_FIELD_2": 1, + "CA": 1, + "WGL_VIDEO_OUT_STACKED_FIELDS_1_2": 1, + "CB": 1, + "WGL_VIDEO_OUT_STACKED_FIELDS_2_1": 1, + "CC": 1, + "HPVIDEODEV": 4, + "PFNWGLBINDVIDEOIMAGENVPROC": 2, + "iVideoBuffer": 2, + "PFNWGLGETVIDEODEVICENVPROC": 2, + "numDevices": 1, + "HPVIDEODEV*": 1, + "PFNWGLGETVIDEOINFONVPROC": 2, + "hpVideoDevice": 1, + "long*": 2, + "pulCounterOutputPbuffer": 1, + "*pulCounterOutputVideo": 1, + "PFNWGLRELEASEVIDEODEVICENVPROC": 2, + "PFNWGLRELEASEVIDEOIMAGENVPROC": 2, + "PFNWGLSENDPBUFFERTOVIDEONVPROC": 2, + "iBufferType": 1, + "pulCounterPbuffer": 1, + "bBlock": 1, + "wglBindVideoImageNV": 1, + "__wglewBindVideoImageNV": 2, + "wglGetVideoDeviceNV": 1, + "__wglewGetVideoDeviceNV": 2, + "wglGetVideoInfoNV": 1, + "__wglewGetVideoInfoNV": 2, + "wglReleaseVideoDeviceNV": 1, + "__wglewReleaseVideoDeviceNV": 2, + "wglReleaseVideoImageNV": 1, + "__wglewReleaseVideoImageNV": 2, + "wglSendPbufferToVideoNV": 1, + "__wglewSendPbufferToVideoNV": 2, + "WGLEW_NV_video_output": 1, + "__WGLEW_NV_video_output": 2, + "WGL_OML_sync_control": 2, + "PFNWGLGETMSCRATEOMLPROC": 2, + "INT32*": 1, + "numerator": 1, + "INT32": 1, + "*denominator": 1, + "PFNWGLGETSYNCVALUESOMLPROC": 2, + "INT64*": 3, + "INT64": 18, + "*msc": 3, + "*sbc": 3, + "PFNWGLSWAPBUFFERSMSCOMLPROC": 2, + "target_msc": 3, + "divisor": 3, + "remainder": 3, + "PFNWGLSWAPLAYERBUFFERSMSCOMLPROC": 2, + "fuPlanes": 1, + "PFNWGLWAITFORMSCOMLPROC": 2, + "PFNWGLWAITFORSBCOMLPROC": 2, + "target_sbc": 1, + "wglGetMscRateOML": 1, + "__wglewGetMscRateOML": 2, + "wglGetSyncValuesOML": 1, + "__wglewGetSyncValuesOML": 2, + "wglSwapBuffersMscOML": 1, + "__wglewSwapBuffersMscOML": 2, + "wglSwapLayerBuffersMscOML": 1, + "__wglewSwapLayerBuffersMscOML": 2, + "wglWaitForMscOML": 1, + "__wglewWaitForMscOML": 2, + "wglWaitForSbcOML": 1, + "__wglewWaitForSbcOML": 2, + "WGLEW_OML_sync_control": 1, + "__WGLEW_OML_sync_control": 2, + "GLEW_MX": 4, + "WGLEW_EXPORT": 167, + "GLEWAPI": 6, + "WGLEWContextStruct": 2, + "WGLEWContext": 1, + "wglewContextInit": 2, + "WGLEWContext*": 2, + "wglewContextIsSupported": 2, + "wglewInit": 1, + "wglewGetContext": 4, + "wglewIsSupported": 2, + "wglewGetExtension": 1, "yajl_status_to_string": 1, "yajl_status": 4, "statStr": 6, @@ -8271,1754 +10400,14 @@ "verbose": 2, "yajl_render_error_string": 1, "yajl_get_bytes_consumed": 1, - "yajl_free_error": 1, - "REFU_USTRING_H": 2, - "": 1, - "RF_MODULE_STRINGS//": 1, - "module": 3, - "": 2, - "": 1, - "argument": 1, - "wrapping": 1, - "functionality": 1, - "": 1, - "unicode": 2, - "opening": 2, - "bracket": 4, - "calling": 4, - "xFF0FFFF": 1, - "rfUTF8_IsContinuationByte2": 1, - "b__": 3, - "0xBF": 1, - "pragma": 1, - "pack": 2, - "push": 1, - "internal": 4, - "author": 1, - "Lefteris": 1, - "09": 1, - "12": 1, - "2010": 1, - "endinternal": 1, - "brief": 1, - "representation": 2, - "The": 1, - "Refu": 2, - "Unicode": 1, - "has": 2, - "two": 1, - "versions": 1, - "One": 1, - "ref": 1, - "what": 1, - "operations": 1, - "can": 2, - "performed": 1, - "extended": 3, - "Strings": 2, - "Functions": 1, - "convert": 1, - "but": 1, - "always": 2, - "Once": 1, - "been": 1, - "created": 1, - "assumed": 1, - "valid": 1, - "every": 1, - "performs": 1, - "unless": 1, - "otherwise": 1, - "specified": 1, - "All": 1, - "functions": 2, - "which": 1, - "isinherited": 1, - "StringX": 2, - "their": 1, - "description": 1, - "used": 10, - "safely": 1, - "specific": 1, - "or": 1, - "needs": 1, - "manipulate": 1, - "Extended": 1, - "To": 1, - "documentation": 1, - "even": 1, - "clearer": 1, - "should": 2, - "marked": 1, - "notinherited": 1, - "cppcode": 1, - "constructor": 1, - "i_StringCHandle": 1, - "**": 6, - "@endcpp": 1, - "@endinternal": 1, - "*/": 1, - "#pragma": 1, - "pop": 1, - "RF_IAMHERE_FOR_DOXYGEN": 22, - "i_rfString_CreateLocal": 2, - "__VA_ARGS__": 66, - "RP_SELECT_FUNC_IF_NARGIS": 5, - "i_SELECT_RF_STRING_CREATE": 1, - "i_SELECT_RF_STRING_CREATE1": 1, - "i_SELECT_RF_STRING_CREATE0": 1, - "///Internal": 1, - "creates": 1, - "i_SELECT_RF_STRING_CREATELOCAL": 1, - "i_SELECT_RF_STRING_CREATELOCAL1": 1, - "i_SELECT_RF_STRING_CREATELOCAL0": 1, - "i_SELECT_RF_STRING_INIT": 1, - "i_SELECT_RF_STRING_INIT1": 1, - "i_SELECT_RF_STRING_INIT0": 1, - "i_SELECT_RF_STRING_CREATE_NC": 1, - "i_SELECT_RF_STRING_CREATE_NC1": 1, - "i_SELECT_RF_STRING_CREATE_NC0": 1, - "i_SELECT_RF_STRING_INIT_NC": 1, - "i_SELECT_RF_STRING_INIT_NC1": 1, - "i_SELECT_RF_STRING_INIT_NC0": 1, - "//@": 1, - "rfString_Assign": 2, - "i_DESTINATION_": 2, - "i_SOURCE_": 2, - "i_rfLMS_WRAP2": 5, - "rfString_ToUTF8": 2, - "i_STRING_": 2, - "rfString_ToCstr": 2, - "uint32_t*length": 1, - "string_": 9, - "startCharacterPos_": 4, - "characterUnicodeValue_": 4, - "j_": 6, - "//Two": 1, - "macros": 1, - "accomplish": 1, - "going": 1, - "backwards.": 1, - "This": 1, - "its": 1, - "pair.": 1, - "rfString_IterateB_Start": 1, - "characterPos_": 5, - "b_index_": 6, - "c_index_": 3, - "rfString_IterateB_End": 1, - "i_STRING1_": 2, - "i_STRING2_": 2, - "i_rfLMSX_WRAP2": 4, - "rfString_Find": 3, - "i_THISSTR_": 60, - "i_SEARCHSTR_": 26, - "i_OPTIONS_": 28, - "i_rfLMS_WRAP3": 4, - "i_RFI8_": 54, - "RF_SELECT_FUNC_IF_NARGGT": 10, - "i_NPSELECT_RF_STRING_FIND": 1, - "i_NPSELECT_RF_STRING_FIND1": 1, - "RF_COMPILE_ERROR": 33, - "i_NPSELECT_RF_STRING_FIND0": 1, - "RF_SELECT_FUNC": 10, - "i_SELECT_RF_STRING_FIND": 1, - "i_SELECT_RF_STRING_FIND2": 1, - "i_SELECT_RF_STRING_FIND3": 1, - "i_SELECT_RF_STRING_FIND1": 1, - "i_SELECT_RF_STRING_FIND0": 1, - "rfString_ToInt": 1, - "int32_t*": 1, - "rfString_ToDouble": 1, - "double*": 1, - "rfString_ScanfAfter": 2, - "i_AFTERSTR_": 8, - "i_FORMAT_": 2, - "i_VAR_": 2, - "i_rfLMSX_WRAP4": 11, - "i_NPSELECT_RF_STRING_COUNT": 1, - "i_NPSELECT_RF_STRING_COUNT1": 1, - "i_NPSELECT_RF_STRING_COUNT0": 1, - "i_SELECT_RF_STRING_COUNT": 1, - "i_SELECT_RF_STRING_COUNT2": 1, - "i_rfLMSX_WRAP3": 5, - "i_SELECT_RF_STRING_COUNT3": 1, - "i_SELECT_RF_STRING_COUNT1": 1, - "i_SELECT_RF_STRING_COUNT0": 1, - "rfString_Between": 3, - "i_rfString_Between": 4, - "i_NPSELECT_RF_STRING_BETWEEN": 1, - "i_NPSELECT_RF_STRING_BETWEEN1": 1, - "i_NPSELECT_RF_STRING_BETWEEN0": 1, - "i_SELECT_RF_STRING_BETWEEN": 1, - "i_SELECT_RF_STRING_BETWEEN4": 1, - "i_LEFTSTR_": 6, - "i_RIGHTSTR_": 6, - "i_RESULT_": 12, - "i_rfLMSX_WRAP5": 9, - "i_SELECT_RF_STRING_BETWEEN5": 1, - "i_SELECT_RF_STRING_BETWEEN3": 1, - "i_SELECT_RF_STRING_BETWEEN2": 1, - "i_SELECT_RF_STRING_BETWEEN1": 1, - "i_SELECT_RF_STRING_BETWEEN0": 1, - "i_NPSELECT_RF_STRING_BEFOREV": 1, - "i_NPSELECT_RF_STRING_BEFOREV1": 1, - "RF_SELECT_FUNC_IF_NARGGT2": 2, - "i_LIMSELECT_RF_STRING_BEFOREV": 1, - "i_NPSELECT_RF_STRING_BEFOREV0": 1, - "i_LIMSELECT_RF_STRING_BEFOREV1": 1, - "i_LIMSELECT_RF_STRING_BEFOREV0": 1, - "i_SELECT_RF_STRING_BEFOREV": 1, - "i_SELECT_RF_STRING_BEFOREV5": 1, - "i_ARG1_": 56, - "i_ARG2_": 56, - "i_ARG3_": 56, - "i_ARG4_": 56, - "i_RFUI8_": 28, - "i_SELECT_RF_STRING_BEFOREV6": 1, - "i_rfLMSX_WRAP6": 2, - "i_SELECT_RF_STRING_BEFOREV7": 1, - "i_rfLMSX_WRAP7": 2, - "i_SELECT_RF_STRING_BEFOREV8": 1, - "i_rfLMSX_WRAP8": 2, - "i_SELECT_RF_STRING_BEFOREV9": 1, - "i_rfLMSX_WRAP9": 2, - "i_SELECT_RF_STRING_BEFOREV10": 1, - "i_rfLMSX_WRAP10": 2, - "i_SELECT_RF_STRING_BEFOREV11": 1, - "i_rfLMSX_WRAP11": 2, - "i_SELECT_RF_STRING_BEFOREV12": 1, - "i_rfLMSX_WRAP12": 2, - "i_SELECT_RF_STRING_BEFOREV13": 1, - "i_rfLMSX_WRAP13": 2, - "i_SELECT_RF_STRING_BEFOREV14": 1, - "i_rfLMSX_WRAP14": 2, - "i_SELECT_RF_STRING_BEFOREV15": 1, - "i_rfLMSX_WRAP15": 2, - "i_SELECT_RF_STRING_BEFOREV16": 1, - "i_rfLMSX_WRAP16": 2, - "i_SELECT_RF_STRING_BEFOREV17": 1, - "i_rfLMSX_WRAP17": 2, - "i_SELECT_RF_STRING_BEFOREV18": 1, - "i_rfLMSX_WRAP18": 2, - "rfString_Before": 3, - "i_NPSELECT_RF_STRING_BEFORE": 1, - "i_NPSELECT_RF_STRING_BEFORE1": 1, - "i_NPSELECT_RF_STRING_BEFORE0": 1, - "i_SELECT_RF_STRING_BEFORE": 1, - "i_SELECT_RF_STRING_BEFORE3": 1, - "i_SELECT_RF_STRING_BEFORE4": 1, - "i_SELECT_RF_STRING_BEFORE2": 1, - "i_SELECT_RF_STRING_BEFORE1": 1, - "i_SELECT_RF_STRING_BEFORE0": 1, - "i_NPSELECT_RF_STRING_AFTER": 1, - "i_NPSELECT_RF_STRING_AFTER1": 1, - "i_NPSELECT_RF_STRING_AFTER0": 1, - "i_SELECT_RF_STRING_AFTER": 1, - "i_SELECT_RF_STRING_AFTER3": 1, - "i_OUTSTR_": 6, - "i_SELECT_RF_STRING_AFTER4": 1, - "i_SELECT_RF_STRING_AFTER2": 1, - "i_SELECT_RF_STRING_AFTER1": 1, - "i_SELECT_RF_STRING_AFTER0": 1, - "i_NPSELECT_RF_STRING_AFTERV": 1, - "i_NPSELECT_RF_STRING_AFTERV1": 1, - "i_LIMSELECT_RF_STRING_AFTERV": 1, - "i_NPSELECT_RF_STRING_AFTERV0": 1, - "i_LIMSELECT_RF_STRING_AFTERV1": 1, - "i_LIMSELECT_RF_STRING_AFTERV0": 1, - "i_SELECT_RF_STRING_AFTERV": 1, - "i_SELECT_RF_STRING_AFTERV5": 1, - "i_SELECT_RF_STRING_AFTERV6": 1, - "i_SELECT_RF_STRING_AFTERV7": 1, - "i_SELECT_RF_STRING_AFTERV8": 1, - "i_SELECT_RF_STRING_AFTERV9": 1, - "i_SELECT_RF_STRING_AFTERV10": 1, - "i_SELECT_RF_STRING_AFTERV11": 1, - "i_SELECT_RF_STRING_AFTERV12": 1, - "i_SELECT_RF_STRING_AFTERV13": 1, - "i_SELECT_RF_STRING_AFTERV14": 1, - "i_SELECT_RF_STRING_AFTERV15": 1, - "i_SELECT_RF_STRING_AFTERV16": 1, - "i_SELECT_RF_STRING_AFTERV17": 1, - "i_SELECT_RF_STRING_AFTERV18": 1, - "i_OTHERSTR_": 4, - "rfString_Prepend": 2, - "rfString_Remove": 3, - "i_NPSELECT_RF_STRING_REMOVE": 1, - "i_NPSELECT_RF_STRING_REMOVE1": 1, - "i_NPSELECT_RF_STRING_REMOVE0": 1, - "i_SELECT_RF_STRING_REMOVE": 1, - "i_SELECT_RF_STRING_REMOVE2": 1, - "i_REPSTR_": 16, - "i_RFUI32_": 8, - "i_SELECT_RF_STRING_REMOVE3": 1, - "i_NUMBER_": 12, - "i_SELECT_RF_STRING_REMOVE4": 1, - "i_SELECT_RF_STRING_REMOVE1": 1, - "i_SELECT_RF_STRING_REMOVE0": 1, - "rfString_KeepOnly": 2, - "I_KEEPSTR_": 2, - "rfString_Replace": 3, - "i_NPSELECT_RF_STRING_REPLACE": 1, - "i_NPSELECT_RF_STRING_REPLACE1": 1, - "i_NPSELECT_RF_STRING_REPLACE0": 1, - "i_SELECT_RF_STRING_REPLACE": 1, - "i_SELECT_RF_STRING_REPLACE3": 1, - "i_SELECT_RF_STRING_REPLACE4": 1, - "i_SELECT_RF_STRING_REPLACE5": 1, - "i_SELECT_RF_STRING_REPLACE2": 1, - "i_SELECT_RF_STRING_REPLACE1": 1, - "i_SELECT_RF_STRING_REPLACE0": 1, - "i_SUBSTR_": 6, - "rfString_Strip": 2, - "rfString_Fwrite": 2, - "i_NPSELECT_RF_STRING_FWRITE": 1, - "i_NPSELECT_RF_STRING_FWRITE1": 1, - "i_NPSELECT_RF_STRING_FWRITE0": 1, - "i_SELECT_RF_STRING_FWRITE": 1, - "i_SELECT_RF_STRING_FWRITE3": 1, - "i_STR_": 8, - "i_FILE_": 16, - "i_ENCODING_": 4, - "i_SELECT_RF_STRING_FWRITE2": 1, - "i_SELECT_RF_STRING_FWRITE1": 1, - "i_SELECT_RF_STRING_FWRITE0": 1, - "rfString_Fwrite_fUTF8": 1, - "closing": 1, - "Attempted": 1, - "manipulation": 1, - "flag": 1, - "off.": 1, - "Rebuild": 1, - "added": 1, - "you": 1, - "#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, - "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, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 2, - "": 1, - "": 1, - "": 1, - "sharedObjectsStruct": 1, - "shared": 1, - "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, - "*msg": 7, - "syslogLevelMap": 2, - "LOG_DEBUG": 1, - "LOG_INFO": 1, - "LOG_NOTICE": 1, - "LOG_WARNING": 1, - "FILE": 3, - "*fp": 3, - "rawmode": 2, - "REDIS_LOG_RAW": 2, - "xff": 3, - "server.verbosity": 4, - "fp": 13, - "server.logfile": 8, - "fopen": 3, - "msg": 10, - "timeval": 4, - "tv": 8, - "gettimeofday": 4, - "strftime": 1, - "localtime": 1, - "tv.tv_sec": 4, - "snprintf": 2, - "tv.tv_usec/1000": 1, - "getpid": 7, - "server.syslog_enabled": 3, - "syslog": 1, - "redisLog": 33, - "*fmt": 2, - "ap": 4, - "REDIS_MAX_LOGMSG_LEN": 1, - "fmt": 4, - "vsnprintf": 1, - "redisLogFromHandler": 2, - "server.daemonize": 5, - "O_APPEND": 2, - "O_CREAT": 2, - "O_WRONLY": 2, - "STDOUT_FILENO": 2, - "ll2string": 3, - "write": 7, - "time": 10, - "oom": 3, - "REDIS_WARNING": 19, - "sleep": 1, - "abort": 1, - "ustime": 7, - "*1000000": 1, - "tv.tv_usec": 3, - "mstime": 5, - "/1000": 1, - "exitFromChild": 1, - "retcode": 3, - "COVERAGE_TEST": 1, - "dictVanillaFree": 1, - "*privdata": 8, - "*val": 6, - "DICT_NOTUSED": 6, - "privdata": 8, - "zfree": 2, - "dictListDestructor": 2, - "listRelease": 1, - "list*": 1, - "dictSdsKeyCompare": 6, - "*key1": 4, - "*key2": 4, - "l1": 4, - "l2": 3, - "sdslen": 14, - "sds": 13, - "key1": 5, - "key2": 5, - "dictSdsKeyCaseCompare": 2, - "strcasecmp": 13, - "dictRedisObjectDestructor": 7, - "decrRefCount": 6, - "dictSdsDestructor": 4, - "sdsfree": 2, - "dictObjKeyCompare": 2, - "robj": 7, - "*o1": 2, - "*o2": 2, - "o1": 7, - "ptr": 18, - "o2": 7, - "dictObjHash": 2, - "*key": 5, - "key": 9, - "dictGenHashFunction": 5, - "dictSdsHash": 4, - "dictSdsCaseHash": 2, - "dictGenCaseHashFunction": 1, - "dictEncObjKeyCompare": 4, - "robj*": 3, - "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, - "dictSlots": 3, - "dictSize": 10, - "DICT_HT_INITIAL_SIZE": 2, - "used*100/size": 1, - "REDIS_HT_MINFILL": 1, - "tryResizeHashTables": 2, - "server.dbnum": 8, - "server.db": 23, - ".dict": 9, - "dictResize": 2, - ".expires": 8, - "incrementallyRehash": 2, - "dictIsRehashing": 2, - "dictRehashMilliseconds": 2, - "updateDictResizePolicy": 2, - "server.rdb_child_pid": 12, - "server.aof_child_pid": 10, - "dictEnableResize": 1, - "dictDisableResize": 1, - "activeExpireCycle": 2, - "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, - "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, - "listFirst": 2, - "listNodeValue": 3, - "run_with_period": 6, - "_ms_": 2, - "loops": 2, - "/REDIS_HZ": 2, - "serverCron": 2, - "aeEventLoop": 2, - "*eventLoop": 2, - "*clientData": 1, - "server.cronloops": 3, - "REDIS_NOTUSED": 5, - "eventLoop": 2, - "clientData": 1, - "server.watchdog_period": 3, - "watchdogScheduleSignal": 1, - "zmalloc_used_memory": 8, - "server.stat_peak_memory": 5, - "server.shutdown_asap": 3, - "prepareForShutdown": 2, - "REDIS_OK": 23, - "vkeys": 8, - "server.activerehashing": 2, - "server.slaves": 9, - "server.aof_rewrite_scheduled": 4, - "rewriteAppendOnlyFileBackground": 2, - "statloc": 5, - "wait3": 1, - "WNOHANG": 1, - "exitcode": 3, - "bysignal": 4, - "backgroundSaveDoneHandler": 1, - "backgroundRewriteDoneHandler": 1, - "server.saveparamslen": 3, - "saveparam": 1, - "*sp": 1, - "server.saveparams": 2, - "server.dirty": 3, - "sp": 4, - "changes": 2, - "server.lastsave": 3, - "seconds": 2, - "REDIS_NOTICE": 13, - "rdbSaveBackground": 1, - "server.rdb_filename": 4, - "server.aof_rewrite_perc": 3, - "server.aof_current_size": 2, - "server.aof_rewrite_min_size": 2, - "base": 1, - "server.aof_rewrite_base_size": 4, - "growth": 3, - "server.aof_current_size*100/base": 1, - "server.aof_flush_postponed_start": 2, - "flushAppendOnlyFile": 2, - "server.masterhost": 7, - "freeClientsInAsyncFreeQueue": 1, - "replicationCron": 1, - "server.cluster_enabled": 6, - "clusterCron": 1, - "beforeSleep": 2, - "*ln": 3, - "server.unblocked_clients": 4, - "ln": 8, - "redisAssert": 1, - "listDelNode": 1, - "REDIS_UNBLOCKED": 1, - "server.current_client": 3, - "processInputBuffer": 1, - "createSharedObjects": 2, - "shared.crlf": 2, - "createObject": 31, - "REDIS_STRING": 31, - "sdsnew": 27, - "shared.ok": 3, - "shared.err": 1, - "shared.emptybulk": 1, - "shared.czero": 1, - "shared.cone": 1, - "shared.cnegone": 1, - "shared.nullbulk": 1, - "shared.emptymultibulk": 1, - "shared.pong": 2, - "shared.queued": 2, - "shared.wrongtypeerr": 1, - "shared.nokeyerr": 1, - "shared.syntaxerr": 2, - "shared.sameobjecterr": 1, - "shared.outofrangeerr": 1, - "shared.noscripterr": 1, - "shared.loadingerr": 2, - "shared.slowscripterr": 2, - "shared.masterdownerr": 2, - "shared.bgsaveerr": 2, - "shared.roslaveerr": 2, - "shared.oomerr": 2, - "shared.space": 1, - "shared.colon": 1, - "shared.plus": 1, - "REDIS_SHARED_SELECT_CMDS": 1, - "shared.select": 1, - "sdscatprintf": 24, - "sdsempty": 8, - "shared.messagebulk": 1, - "shared.pmessagebulk": 1, - "shared.subscribebulk": 1, - "shared.unsubscribebulk": 1, - "shared.psubscribebulk": 1, - "shared.punsubscribebulk": 1, - "shared.del": 1, - "shared.rpop": 1, - "shared.lpop": 1, - "REDIS_SHARED_INTEGERS": 1, - "shared.integers": 2, - "REDIS_SHARED_BULKHDR_LEN": 1, - "shared.mbulkhdr": 1, - "shared.bulkhdr": 1, - "initServerConfig": 2, - "getRandomHexChars": 1, - "server.runid": 3, - "REDIS_RUN_ID_SIZE": 2, - "server.arch_bits": 3, - "server.port": 7, - "REDIS_SERVERPORT": 1, - "server.bindaddr": 2, - "server.unixsocket": 7, - "server.unixsocketperm": 2, - "server.ipfd": 9, - "server.sofd": 9, - "REDIS_DEFAULT_DBNUM": 1, - "REDIS_MAXIDLETIME": 1, - "server.client_max_querybuf_len": 1, - "REDIS_MAX_QUERYBUF_LEN": 1, - "server.loading": 4, - "server.syslog_ident": 2, - "zstrdup": 5, - "server.syslog_facility": 2, - "LOG_LOCAL0": 1, - "server.aof_state": 7, - "REDIS_AOF_OFF": 5, - "server.aof_fsync": 1, - "AOF_FSYNC_EVERYSEC": 1, - "server.aof_no_fsync_on_rewrite": 1, - "REDIS_AOF_REWRITE_PERC": 1, - "REDIS_AOF_REWRITE_MIN_SIZE": 1, - "server.aof_last_fsync": 1, - "server.aof_rewrite_time_last": 2, - "server.aof_rewrite_time_start": 2, - "server.aof_delayed_fsync": 2, - "server.aof_fd": 4, - "server.aof_selected_db": 1, - "server.pidfile": 3, - "server.aof_filename": 3, - "server.requirepass": 4, - "server.rdb_compression": 1, - "server.rdb_checksum": 1, - "server.maxclients": 6, - "REDIS_MAX_CLIENTS": 1, - "server.bpop_blocked_clients": 2, - "server.maxmemory": 6, - "server.maxmemory_policy": 11, - "REDIS_MAXMEMORY_VOLATILE_LRU": 3, - "server.maxmemory_samples": 3, - "server.hash_max_ziplist_entries": 1, - "REDIS_HASH_MAX_ZIPLIST_ENTRIES": 1, - "server.hash_max_ziplist_value": 1, - "REDIS_HASH_MAX_ZIPLIST_VALUE": 1, - "server.list_max_ziplist_entries": 1, - "REDIS_LIST_MAX_ZIPLIST_ENTRIES": 1, - "server.list_max_ziplist_value": 1, - "REDIS_LIST_MAX_ZIPLIST_VALUE": 1, - "server.set_max_intset_entries": 1, - "REDIS_SET_MAX_INTSET_ENTRIES": 1, - "server.zset_max_ziplist_entries": 1, - "REDIS_ZSET_MAX_ZIPLIST_ENTRIES": 1, - "server.zset_max_ziplist_value": 1, - "REDIS_ZSET_MAX_ZIPLIST_VALUE": 1, - "server.repl_ping_slave_period": 1, - "REDIS_REPL_PING_SLAVE_PERIOD": 1, - "server.repl_timeout": 1, - "REDIS_REPL_TIMEOUT": 1, - "server.cluster.configfile": 1, - "server.lua_caller": 1, - "server.lua_time_limit": 1, - "REDIS_LUA_TIME_LIMIT": 1, - "server.lua_client": 1, - "server.lua_timedout": 2, - "resetServerSaveParams": 2, - "appendServerSaveParams": 3, - "*60": 1, - "server.masterauth": 1, - "server.masterport": 2, - "server.master": 3, - "server.repl_state": 6, - "REDIS_REPL_NONE": 1, - "server.repl_syncio_timeout": 1, - "REDIS_REPL_SYNCIO_TIMEOUT": 1, - "server.repl_serve_stale_data": 2, - "server.repl_slave_ro": 2, - "server.repl_down_since": 2, - "server.client_obuf_limits": 9, - "REDIS_CLIENT_LIMIT_CLASS_NORMAL": 3, - ".hard_limit_bytes": 3, - ".soft_limit_bytes": 3, - ".soft_limit_seconds": 3, - "REDIS_CLIENT_LIMIT_CLASS_SLAVE": 3, - "*1024*256": 1, - "*1024*64": 1, - "REDIS_CLIENT_LIMIT_CLASS_PUBSUB": 3, - "*1024*32": 1, - "*1024*8": 1, - "/R_Zero": 2, - "R_Zero/R_Zero": 1, - "server.commands": 1, - "dictCreate": 6, - "populateCommandTable": 2, - "server.delCommand": 1, - "lookupCommandByCString": 3, - "server.multiCommand": 1, - "server.lpushCommand": 1, - "server.slowlog_log_slower_than": 1, - "REDIS_SLOWLOG_LOG_SLOWER_THAN": 1, - "server.slowlog_max_len": 1, - "REDIS_SLOWLOG_MAX_LEN": 1, - "server.assert_failed": 1, - "server.assert_file": 1, - "server.assert_line": 1, - "server.bug_report_start": 1, - "adjustOpenFilesLimit": 2, - "rlim_t": 3, - "maxfiles": 6, - "rlimit": 1, - "limit": 3, - "getrlimit": 1, - "RLIMIT_NOFILE": 2, - "oldlimit": 5, - "limit.rlim_cur": 2, - "limit.rlim_max": 1, - "setrlimit": 1, - "initServer": 2, - "signal": 2, - "SIGHUP": 1, - "SIG_IGN": 2, - "SIGPIPE": 1, - "setupSignalHandlers": 2, - "openlog": 1, - "LOG_PID": 1, - "LOG_NDELAY": 1, - "LOG_NOWAIT": 1, - "listCreate": 6, - "server.clients_to_close": 1, - "server.monitors": 2, - "server.el": 7, - "aeCreateEventLoop": 1, - "zmalloc": 2, - "*server.dbnum": 1, - "anetTcpServer": 1, - "server.neterr": 4, - "ANET_ERR": 2, - "unlink": 3, - "anetUnixServer": 1, - ".blocking_keys": 1, - ".watched_keys": 1, - ".id": 1, - "server.pubsub_channels": 2, - "server.pubsub_patterns": 4, - "listSetFreeMethod": 1, - "freePubsubPattern": 1, - "listSetMatchMethod": 1, - "listMatchPubsubPattern": 1, - "aofRewriteBufferReset": 1, - "server.aof_buf": 3, - "server.rdb_save_time_last": 2, - "server.rdb_save_time_start": 2, - "server.stat_numconnections": 2, - "server.stat_evictedkeys": 3, - "server.stat_starttime": 2, - "server.stat_keyspace_misses": 2, - "server.stat_keyspace_hits": 2, - "server.stat_fork_time": 2, - "server.stat_rejected_conn": 2, - "server.lastbgsave_status": 3, - "server.stop_writes_on_bgsave_err": 2, - "aeCreateTimeEvent": 1, - "aeCreateFileEvent": 2, - "AE_READABLE": 2, - "acceptTcpHandler": 1, - "AE_ERR": 2, - "acceptUnixHandler": 1, - "REDIS_AOF_ON": 2, - "LL*": 1, - "REDIS_MAXMEMORY_NO_EVICTION": 2, - "clusterInit": 1, - "scriptingInit": 1, - "slowlogInit": 1, - "bioInit": 1, - "numcommands": 5, - "*f": 2, - "sflags": 1, - "retval": 3, - "arity": 3, - "addReplyErrorFormat": 1, - "authenticated": 3, - "proc": 14, - "addReplyError": 6, - "getkeys_proc": 1, - "firstkey": 1, - "hashslot": 3, - "server.cluster.state": 1, - "REDIS_CLUSTER_OK": 1, - "ask": 3, - "clusterNode": 1, - "*n": 1, - "getNodeByQuery": 1, - "server.cluster.myself": 1, - "addReplySds": 3, - "ip": 4, - "freeMemoryIfNeeded": 2, - "REDIS_CMD_DENYOOM": 1, - "REDIS_ERR": 5, - "REDIS_CMD_WRITE": 2, - "REDIS_REPL_CONNECTED": 3, - "tolower": 2, - "REDIS_MULTI": 1, - "queueMultiCommand": 1, - "call": 1, - "REDIS_CALL_FULL": 1, - "save": 2, - "REDIS_SHUTDOWN_SAVE": 1, - "nosave": 2, - "REDIS_SHUTDOWN_NOSAVE": 1, - "SIGKILL": 2, - "rdbRemoveTempFile": 1, - "aof_fsync": 1, - "rdbSave": 1, - "addReplyBulk": 1, - "addReplyMultiBulkLen": 1, - "addReplyBulkLongLong": 2, - "bytesToHuman": 3, - "n/": 3, - "LL*1024*1024": 2, - "LL*1024*1024*1024": 1, - "genRedisInfoString": 2, - "*section": 2, - "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_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, - "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, - "usage": 2, - "redisAsciiArt": 2, - "*16": 2, - "ascii_logo": 1, - "sigtermHandler": 2, - "sig": 2, - "sigaction": 6, - "act": 6, - "sigemptyset": 2, - "act.sa_mask": 2, - "act.sa_flags": 2, - "act.sa_handler": 1, - "SIGTERM": 1, - "HAVE_BACKTRACE": 1, - "SA_NODEFER": 1, - "SA_RESETHAND": 1, - "SA_SIGINFO": 1, - "act.sa_sigaction": 1, - "sigsegvHandler": 1, - "SIGSEGV": 1, - "SIGBUS": 1, - "SIGFPE": 1, - "SIGILL": 1, - "memtest": 2, - "megabytes": 1, - "passes": 1, - "zmalloc_enable_thread_safeness": 1, - "srand": 1, - "dictSetHashFunctionSeed": 1, - "*configfile": 1, - "configfile": 2, - "sdscatrepr": 1, - "loadServerConfig": 1, - "loadAppendOnlyFile": 1, - "/1000000": 2, - "rdbLoad": 1, - "aeSetBeforeSleepProc": 1, - "aeMain": 1, - "aeDeleteEventLoop": 1, - "BOOTSTRAP_H": 2, - "*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, - "__attribute__": 1, - "noreturn": 1, - "define_var": 1, - "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, - "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, - "*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": 3, - "*pop_commit": 1, - "**stack": 1, - "clear_commit_marks": 1, - "clear_commit_marks_for_object_array": 1, - "object_array": 2, - "sort_in_topological_order": 1, - "list": 1, - "lifo": 1, - "FLEX_ARRAY": 1, - "*read_graft_line": 1, - "*lookup_commit_graft": 1, - "*get_merge_bases": 1, - "*rev1": 1, - "*rev2": 1, - "*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, - "shallow_flag": 1, - "not_shallow_flag": 1, - "is_descendant_of": 1, - "in_merge_bases": 1, - "interactive_add": 1, - "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, - "*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, - "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, - "GITERR_CHECK_ALLOC": 3, - "git_cache_free": 1, - "git_cached_obj_decref": 3, - "*git_cache_get": 1, - "*oid": 2, - "*node": 2, - "*result": 1, - "oid": 17, - "git_mutex_lock": 2, - "node": 9, - "git_oid_cmp": 6, - "git_cached_obj_incref": 3, - "git_mutex_unlock": 2, - "*git_cache_try_store": 1, - "*_entry": 1, - "*entry": 2, - "_entry": 1, - "entry": 17, - "HELLO_H": 2, - "hello": 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, - "VALUE": 13, - "rb_cRDiscount": 4, - "rb_rdiscount_to_html": 2, - "*res": 2, - "szres": 8, - "rb_funcall": 14, - "rb_intern": 15, - "rb_str_buf_new": 2, - "Check_Type": 2, - "T_STRING": 2, - "rb_rdiscount__get_flags": 3, - "MMIOT": 2, - "*doc": 2, - "mkd_string": 2, - "RSTRING_PTR": 2, - "RSTRING_LEN": 2, - "mkd_compile": 2, - "doc": 6, - "mkd_document": 1, - "res": 4, - "rb_str_cat": 4, - "mkd_cleanup": 2, - "rb_respond_to": 1, - "rb_rdiscount_toc_content": 2, - "mkd_toc": 1, - "ruby_obj": 11, - "MKD_TABSTOP": 1, - "MKD_NOHEADER": 1, - "Qtrue": 10, - "MKD_NOPANTS": 1, - "MKD_NOHTML": 1, - "MKD_TOC": 1, - "MKD_NOIMAGE": 1, - "MKD_NOLINKS": 1, - "MKD_NOTABLES": 1, - "MKD_STRICT": 1, - "MKD_AUTOLINK": 1, - "MKD_SAFELINK": 1, - "MKD_NO_EXT": 1, - "Init_rdiscount": 1, - "rb_define_class": 1, - "rb_cObject": 1, - "rb_define_method": 2, - "*diff_prefix_from_pathspec": 1, - "git_strarray": 2, - "*pathspec": 2, - "git_buf": 3, - "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, - "pathspec.length": 1, - "git_vector_foreach": 4, - "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, - "new_file.oid": 7, - "git_oid_cpy": 5, - "new_file.mode": 4, - "new_file.size": 3, - "new_file.flags": 4, - "old_file.oid": 3, - "GIT_DELTA_UNTRACKED": 5, - "GIT_DELTA_IGNORED": 5, - "GIT_DELTA_UNMODIFIED": 11, - "diff_delta__from_one": 5, - "git_index_entry": 8, - "GIT_DIFF_INCLUDE_IGNORED": 1, - "GIT_DIFF_INCLUDE_UNTRACKED": 1, - "diff_delta__alloc": 2, - "GIT_DELTA_MODIFIED": 3, - "old_file.mode": 2, - "old_file.size": 1, - "file_size": 6, - "old_file.flags": 2, - "GIT_DIFF_FILE_VALID_OID": 4, - "git_vector_insert": 4, - "deltas": 8, - "diff_delta__from_two": 2, - "*old_entry": 1, - "*new_entry": 1, - "*new_oid": 1, - "GIT_DIFF_INCLUDE_UNMODIFIED": 1, - "*temp": 1, - "old_entry": 5, - "new_entry": 5, - "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, - "*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, - "pathspec.count": 2, - "*pattern": 1, - "pathspec.strings": 1, - "GIT_ATTR_FNMATCH_ALLOWSPACE": 1, - "git_attr_fnmatch__parse": 1, - "GIT_ENOTFOUND": 1, - "git_diff_list_free": 3, - "deltas.contents": 1, - "git_vector_free": 3, - "pathspec.contents": 1, - "git_pool_clear": 2, - "oid_for_workdir_item": 2, - "full_path": 3, - "git_buf_joinpath": 1, - "git_repository_workdir": 1, - "S_ISLNK": 2, - "git_odb__hashlink": 1, - "full_path.ptr": 2, - "git__is_sizet": 1, - "giterr_set": 1, - "GITERR_OS": 1, - "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 + "yajl_free_error": 1 }, "C#": { - "using": 5, - "System": 1, - ";": 8, - "System.Collections.Generic": 1, - "System.Linq": 1, - "System.Text": 1, - "System.Threading.Tasks": 1, - "namespace": 1, - "LittleSampleApp": 1, - "{": 5, - "///": 4, - "": 1, - "Just": 1, - "what": 1, - "it": 2, - "says": 1, - "on": 1, - "the": 5, - "tin.": 1, - "A": 1, - "little": 1, - "sample": 1, - "application": 1, - "for": 4, - "Linguist": 1, - "to": 4, - "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, - "}": 5, "@": 1, + "{": 5, "ViewBag.Title": 1, + ";": 8, + "}": 5, "@section": 1, "featured": 1, "
": 1, @@ -10056,9 +10445,11 @@ "and": 6, "samples": 1, "": 1, + "to": 4, "help": 1, "you": 4, "get": 1, + "the": 5, "most": 1, "from": 1, "MVC.": 1, @@ -10102,6 +10493,7 @@ "control": 1, "over": 1, "markup": 1, + "for": 4, "enjoyable": 1, "agile": 1, "development.": 1, @@ -10129,6 +10521,7 @@ "your": 2, "coding": 1, "makes": 1, + "it": 2, "easy": 1, "install": 1, "update": 1, @@ -10149,21 +10542,1707 @@ "mix": 1, "price": 1, "applications.": 1, - "": 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++": { + "class": 40, + "Bar": 2, + "{": 726, + "protected": 4, + "char": 127, + "*name": 6, + ";": 2783, + "public": 33, + "void": 241, + "hello": 2, + "(": 3102, + ")": 3105, + "}": 726, "//": 315, + "///": 843, + "mainpage": 1, + "C": 6, + "library": 14, + "for": 105, + "Broadcom": 3, + "BCM": 14, + "as": 28, + "used": 17, + "in": 165, + "Raspberry": 6, + "Pi": 5, + "This": 19, + "is": 102, + "a": 157, + "RPi": 17, + ".": 16, + "It": 7, + "provides": 3, + "access": 17, + "to": 254, + "GPIO": 87, + "and": 118, + "other": 17, + "IO": 2, + "functions": 19, + "on": 55, + "the": 541, + "chip": 9, + "allowing": 3, + "pins": 40, + "pin": 90, + "IDE": 4, + "plug": 3, + "board": 2, + "so": 2, + "you": 29, + "can": 21, + "control": 17, + "interface": 9, + "with": 33, + "various": 4, + "external": 3, + "devices.": 1, + "reading": 3, + "digital": 2, + "inputs": 2, + "setting": 2, + "outputs": 1, + "using": 11, + "SPI": 44, + "I2C": 29, + "accessing": 2, + "system": 13, + "timers.": 1, + "Pin": 65, + "event": 3, + "detection": 2, + "supported": 3, + "by": 53, + "polling": 1, + "interrupts": 1, + "are": 36, + "not": 29, + "+": 80, + "compatible": 1, + "installs": 1, + "header": 7, + "file": 31, + "non": 2, + "-": 438, + "shared": 2, + "any": 23, + "Linux": 2, + "based": 4, + "distro": 1, + "but": 5, + "clearly": 1, + "no": 7, + "use": 37, + "except": 2, + "or": 44, + "another": 1, + "The": 50, + "version": 38, + "of": 215, + "package": 1, + "that": 36, + "this": 57, + "documentation": 3, + "refers": 1, + "be": 35, + "downloaded": 1, + "from": 91, + "http": 11, + "//www.airspayce.com/mikem/bcm2835/bcm2835": 1, + "tar.gz": 1, + "You": 9, + "find": 2, + "latest": 2, + "at": 20, + "//www.airspayce.com/mikem/bcm2835": 1, + "Several": 1, + "example": 3, + "programs": 4, + "provided.": 1, + "Based": 1, + "data": 26, + "//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, + "Please": 4, + "group": 23, + "all": 11, + "questions": 1, + "discussions": 1, + "topic.": 1, + "Do": 1, + "contact": 1, + "author": 3, + "directly": 2, + "unless": 1, + "it": 19, + "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, + "detect": 3, + "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, + "an": 23, + "interrupt": 3, + "handler": 1, + "hitting": 1, + "hard": 1, + "loop": 2, + "those": 3, + "OSs.": 1, + "If": 11, + "must": 6, + "friends": 2, + "make": 6, + "sure": 6, + "disable": 2, + "bcm2835_gpio_cler_len": 1, + "after": 18, + "use.": 1, + "par": 9, + "Installation": 1, + "consists": 1, + "single": 2, + "which": 14, + "will": 15, + "installed": 1, + "usual": 3, + "places": 1, + "install": 3, + "code": 12, + "#": 1, + "download": 2, + "say": 1, + "bcm2835": 7, + "xx.tar.gz": 2, + "then": 15, + "tar": 1, + "zxvf": 1, + "cd": 1, + "xx": 2, + "./configure": 1, + "sudo": 2, + "check": 4, + "endcode": 2, + "Physical": 21, + "Addresses": 6, + "bcm2835_peri_read": 3, + "bcm2835_peri_write": 3, + "bcm2835_peri_set_bits": 2, + "low": 5, + "level": 10, + "peripheral": 14, + "register": 17, + "functions.": 4, + "They": 1, + "designed": 3, + "physical": 4, + "addresses": 4, + "described": 1, + "section": 6, + "BCM2835": 2, + "Peripherals": 1, + "manual.": 1, + "range": 3, + "FFFFFF": 1, + "peripherals.": 1, + "bus": 4, + "peripherals": 2, + "set": 18, + "up": 18, + "map": 3, + "onto": 1, + "address": 13, + "starting": 1, + "E000000.": 1, + "Thus": 1, + "advertised": 1, + "manual": 8, + "Ennnnnn": 1, + "available": 6, + "nnnnnn.": 1, + "base": 8, + "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, + "number": 52, + "_not_": 1, + "number.": 1, + "There": 1, + "symbolic": 1, + "definitions": 3, + "each": 7, + "should": 10, + "convenience.": 1, + "See": 7, + "ref": 32, + "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, + "information": 3, + "about": 6, + "see": 14, + "//en.wikipedia.org/wiki/Serial_Peripheral_Interface_Bus": 1, + "When": 12, + "bcm2835_spi_begin": 3, + "called": 13, + "changes": 2, + "bahaviour": 1, + "their": 6, + "default": 14, + "behaviour": 1, + "order": 14, + "support": 4, + "SPI.": 1, + "While": 1, + "able": 2, + "state": 33, + "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, + "%": 7, + "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, + "while": 17, + "does": 4, + "things": 1, + "besides": 1, + "running": 1, + "your": 12, + "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, + "return": 240, + "exactly": 2, + "requested.": 1, + "fact": 2, + "depending": 1, + "activity": 1, + "host": 1, + "etc": 1, + "might": 1, + "significantly": 1, + "longer": 1, + "delay": 9, + "times": 2, + "than": 6, + "one": 73, + "asked": 1, + "for.": 1, + "So": 1, + "please": 2, + "dont": 1, + "request.": 1, + "Arjan": 2, + "reports": 1, + "prevent": 4, + "fragment": 2, + "struct": 13, + "sched_param": 1, + "sp": 4, + "memset": 3, + "&": 203, + "sizeof": 15, + "sp.sched_priority": 1, + "sched_get_priority_max": 1, + "SCHED_FIFO": 2, + "sched_setscheduler": 1, + "mlockall": 1, + "MCL_CURRENT": 1, + "|": 40, + "MCL_FUTURE": 1, + "Open": 2, + "Source": 2, + "Licensing": 2, + "GPL": 2, + "appropriate": 7, + "option": 1, + "if": 359, + "want": 5, + "share": 2, + "source": 12, + "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, + "open": 6, + "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, + "testing": 2, + "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, + "enabled": 4, + "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, + "clear": 3, + "enable": 3, + "individual": 1, + "suggested": 3, + "Andreas": 1, + "Sundstrom.": 1, + "bcm2835_spi_transfernb": 2, + "buffers": 3, + "read": 21, + "write.": 1, + "Improvements": 3, + "barrier": 3, + "maddin.": 1, + "contributed": 1, + "mikew": 1, + "noticed": 1, + "was": 6, + "mallocing": 1, + "memory": 14, + "mmaps": 1, + "/dev/mem.": 1, + "ve": 4, + "removed": 1, + "mallocs": 1, + "frees": 1, + "found": 1, + "calling": 9, + "nanosleep": 7, + "takes": 1, + "least": 2, + "us.": 1, + "need": 6, + "link": 3, + "version.": 1, + "s": 26, + "doc": 1, + "Also": 1, + "added": 2, + "define": 2, + "passwrd": 1, + "value": 50, + "Gert": 1, + "says": 1, + "needed": 3, + "change": 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, + "New": 6, + "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, + "end": 23, + "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, + "instead": 4, + "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, + "t": 15, + "seem": 1, + "work": 1, + "everywhere.": 1, + "olly.": 1, + "Patch": 2, + "Dootson": 2, + "close": 7, + "/dev/mem": 4, + "granted.": 1, + "susceptible": 1, + "bit": 19, + "overruns.": 1, + "courtesy": 1, + "Jeremy": 1, + "Mortis.": 1, + "definition": 3, + "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, + "[": 293, + "atched": 1, + "his": 1, + "submitted": 1, + "high": 5, + "load": 1, + "processes.": 1, + "Updated": 1, + "distribution": 1, + "location": 6, + "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, "#ifndef": 29, - "BOOST_ASIO_DETAIL_IMPL_EPOLL_REACTOR_IPP": 3, + "BCM2835_H": 3, "#define": 343, + "#include": 129, + "": 2, + "defgroup": 7, + "constants": 1, + "Constants": 1, + "passing": 1, + "values": 3, + "here": 1, + "@": 14, + "HIGH": 12, + "true": 49, + "volts": 2, + "pin.": 21, + "false": 48, + "Speed": 1, + "core": 1, + "clock": 21, + "core_clk": 1, + "BCM2835_CORE_CLK_HZ": 1, + "<": 255, + "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, + "uint32_t": 39, + "*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, + "block": 7, + "BCM2835_BLOCK_SIZE": 1, + "offsets": 2, + "BCM2835_GPIO_BASE.": 1, + "Offsets": 1, + "into": 6, + "bytes": 29, + "per": 3, + "Register": 1, + "View": 1, + "BCM2835_GPFSEL0": 1, + "Function": 8, + "Select": 49, + "BCM2835_GPFSEL1": 1, + "BCM2835_GPFSEL2": 1, + "BCM2835_GPFSEL3": 1, + "c": 72, + "BCM2835_GPFSEL4": 1, + "BCM2835_GPFSEL5": 1, + "BCM2835_GPSET0": 1, + "Output": 6, + "Set": 2, + "BCM2835_GPSET1": 1, + "BCM2835_GPCLR0": 1, + "Clear": 18, + "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, + "function": 19, + "select": 9, + "modes": 1, + "bcm2835_gpio_fsel": 2, + "typedef": 50, + "enum": 17, + "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, + "A": 7, + "<<": 29, + "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, + "current": 26, + "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, + "we": 10, + "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, + "needs": 4, + "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, + "may": 9, + "shown": 1, + "have": 4, + "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, + "new": 13, + "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, + "size": 13, + "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, + "/": 16, + "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, + "x": 86, + "#endif": 110, + "#ifdef": 19, + "__cplusplus": 12, + "init": 2, + "Library": 1, + "management": 1, + "intialise": 1, + "Initialise": 1, + "opening": 1, + "getting": 1, + "internal": 47, + "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, + "else": 58, + "int": 218, + "Close": 1, + "deallocating": 1, + "allocated": 2, + "closing": 3, + "Sets": 24, + "debug": 6, + "prevents": 1, + "makes": 1, + "print": 5, + "out": 5, + "what": 2, + "would": 2, + "do": 13, + "rather": 2, + "causes": 1, + "normal": 1, + "operation.": 2, + "Call": 2, + "param": 72, + "]": 292, + "level.": 3, + "uint8_t": 43, + "lowlevel": 2, + "provide": 1, + "generally": 1, + "Reads": 5, + "done": 3, + "twice": 3, + "therefore": 6, + "always": 3, + "safe": 4, + "precautions": 3, + "correct": 3, + "paddr": 10, + "from.": 6, + "etc.": 5, + "sa": 30, + "uint32_t*": 7, + "without": 3, + "within": 4, + "occurred": 2, + "since.": 2, + "bcm2835_peri_read_nb": 1, + "Writes": 2, + "write": 8, + "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, + "input": 12, + "output": 21, + "state.": 1, + "given": 16, + "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, + "returns": 4, + "either": 4, + "Works": 1, + "whether": 4, + "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, + "CPU": 5, + "until": 1, + "up.": 1, + "mercy": 2, + "From": 2, + "interval": 4, + "req": 2, + "exact": 2, + "multiple": 2, + "granularity": 2, + "rounded": 2, + "next": 9, + "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, + "unsigned": 22, + "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, + "uint64_t": 8, + "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, + "returned": 5, + "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, + "uint16_t": 2, + "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, + "long": 15, + "tbuf": 4, + "Buffer": 10, + "send.": 5, + "put": 1, + "buffer": 9, + "Number": 8, + "send/received": 2, + "char*": 24, + "bcm2835_spi_transfernb.": 1, + "replaces": 1, + "transmitted": 1, + "buffer.": 1, + "buf": 14, + "replace": 1, + "contents": 3, + "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, + "course": 2, + "nothing": 1, + "driver": 1, + "const": 172, + "*": 183, + "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, + "containing": 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, + "#pragma": 3, + "": 4, + "": 4, + "": 2, + "namespace": 38, + "std": 53, + "DEFAULT_DELIMITER": 1, + "CsvStreamer": 5, + "private": 16, + "ofstream": 1, + "File": 1, + "stream": 6, + "vector": 16, + "row_buffer": 1, + "stores": 3, + "row": 12, + "flushed/written": 1, + "fields": 4, + "columns": 2, + "rows": 3, + "records": 2, + "including": 2, + "delimiter": 2, + "Delimiter": 1, + "character": 10, + "comma": 2, + "string": 24, + "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, + "field": 5, + "save_fields": 1, + "save": 1, + "writes": 2, + "append": 8, + "Appends": 5, + "quoted": 1, + "leading/trailing": 1, + "spaces": 3, + "trimmed": 1, + "bool": 111, + "Like": 1, + "specify": 1, + "trim": 2, + "keep": 1, + "float": 74, + "double": 25, + "writeln": 1, + "Flushes": 1, + "Saves": 1, + "closes": 1, + "field_count": 1, + "Gets": 2, + "row_count": 1, + "": 1, + "": 1, + "": 2, + "static": 263, + "Env": 13, + "*env_instance": 1, + "NULL": 109, + "*Env": 1, + "instance": 4, + "env_instance": 3, + "QObject": 2, + "QCoreApplication": 1, + "parse": 3, + "**envp": 1, + "**env": 1, + "**": 2, + "QString": 20, + "envvar": 2, + "name": 25, + "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, + "ENV_H": 3, + "": 1, + "Q_OBJECT": 1, + "*instance": 1, + "BOOST_ASIO_DETAIL_IMPL_EPOLL_REACTOR_IPP": 3, "#if": 63, "defined": 49, - "(": 3102, "_MSC_VER": 7, - ")": 3105, "&&": 29, - "#endif": 110, - "#include": 129, "": 1, "BOOST_ASIO_HAS_EPOLL": 2, "": 1, @@ -10173,14 +12252,11 @@ "": 1, "BOOST_ASIO_HAS_TIMERFD": 19, "": 1, - "namespace": 38, "boost": 18, - "{": 726, "asio": 14, "detail": 5, "epoll_reactor": 40, "io_service": 6, - "&": 203, "service_base": 1, "": 1, "io_service_": 1, @@ -10193,14 +12269,10 @@ "timer_fd_": 21, "do_timerfd_create": 3, "shutdown_": 10, - "false": 48, "epoll_event": 10, "ev": 21, - "}": 726, - ";": 2783, "ev.events": 13, "EPOLLIN": 8, - "|": 40, "EPOLLERR": 8, "EPOLLET": 5, "ev.data.ptr": 10, @@ -10208,33 +12280,20 @@ "EPOLL_CTL_ADD": 7, "interrupter_.read_descriptor": 3, "interrupter_.interrupt": 2, - "if": 359, - "-": 438, - "close": 7, - "void": 241, "shutdown_service": 1, "mutex": 16, "scoped_lock": 16, "lock": 5, - "true": 49, "lock.unlock": 1, "op_queue": 6, "": 6, "ops": 10, - "while": 17, "descriptor_state*": 6, - "state": 33, "registered_descriptors_.first": 2, - "for": 105, - "int": 218, "i": 106, - "<": 255, "max_ops": 6, - "+": 80, "ops.push": 5, "op_queue_": 12, - "[": 293, - "]": 292, "registered_descriptors_.free": 2, "timer_queues_.get_all_timers": 1, "io_service_.abandon_operations": 1, @@ -10248,13 +12307,10 @@ "registered_descriptors_mutex_": 3, "next_": 3, "registered_events_": 8, - "result": 8, "descriptor_": 5, - "system": 13, "error_code": 4, "ec": 6, "errno": 10, - "error": 8, "get_system_category": 3, "throw_error": 2, "init_task": 1, @@ -10267,10 +12323,8 @@ "allocate_descriptor_state": 3, "descriptor_lock": 7, "reactor_": 7, - "this": 57, "EPOLLHUP": 3, "EPOLLPRI": 3, - "return": 240, "register_internal_descriptor": 1, "op_type": 8, "reactor_op*": 5, @@ -10280,7 +12334,6 @@ "target_descriptor_data": 2, "source_descriptor_data": 3, "start_op": 1, - "bool": 111, "is_continuation": 5, "allow_speculative": 2, "ec_": 4, @@ -10296,7 +12349,6 @@ "write_op": 2, "EPOLLOUT": 4, "EPOLL_CTL_MOD": 3, - "else": 58, "io_service_.work_started": 2, "cancel_ops": 1, ".front": 3, @@ -10304,13 +12356,9 @@ ".pop": 3, "io_service_.post_deferred_completions": 3, "deregister_descriptor": 1, - "closing": 3, "EPOLL_CTL_DEL": 2, "free_descriptor_state": 3, "deregister_internal_descriptor": 1, - "run": 2, - "block": 7, - "timeout": 5, "get_timeout": 5, "events": 8, "num_events": 2, @@ -10331,7 +12379,6 @@ "old_timeout": 4, "flags": 4, "timerfd_settime": 2, - "interrupt": 3, "EPOLL_CLOEXEC": 4, "fd": 15, "epoll_create1": 1, @@ -10343,10 +12390,8 @@ "F_SETFD": 2, "FD_CLOEXEC": 2, "timerfd_create": 2, - "CLOCK_MONOTONIC": 3, "TFD_CLOEXEC": 1, "registered_descriptors_.alloc": 1, - "s": 26, "do_add_timer_queue": 1, "timer_queue_base": 2, "queue": 4, @@ -10354,19 +12399,14 @@ "do_remove_timer_queue": 1, "timer_queues_.erase": 1, "timer_queues_.wait_duration_msec": 1, - "*": 183, "ts": 1, "ts.it_interval.tv_sec": 1, "ts.it_interval.tv_nsec": 1, - "long": 15, "usec": 5, "timer_queues_.wait_duration_usec": 1, "ts.it_value.tv_sec": 1, - "/": 16, "ts.it_value.tv_nsec": 1, - "%": 7, "TFD_TIMER_ABSTIME": 1, - "struct": 13, "perform_io_cleanup_on_block_exit": 4, "explicit": 5, "epoll_reactor*": 2, @@ -10379,13 +12419,9 @@ "operation": 2, "do_complete": 2, "perform_io": 2, - "uint32_t": 39, "mutex_.lock": 1, "io_cleanup": 1, "adopt_lock": 1, - "static": 263, - "const": 172, - "flag": 3, "j": 10, "io_cleanup.ops_.push": 1, "break": 35, @@ -10394,387 +12430,422 @@ "io_cleanup.ops_.pop": 1, "io_service_impl*": 1, "owner": 3, - "base": 8, - "std": 53, "size_t": 6, "bytes_transferred": 2, "": 1, - "complete": 3, "": 1, - "#pragma": 3, - "once": 5, - "": 2, - "typedef": 50, - "smallPrime_t": 1, - "class": 40, - "Bar": 2, - "protected": 4, - "char": 127, - "*name": 6, - "public": 33, - "hello": 2, - "INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION": 1, - "": 1, - "": 2, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "persons": 4, - "google": 72, - "protobuf": 72, - "Descriptor*": 3, - "Person_descriptor_": 6, - "NULL": 109, - "internal": 47, - "GeneratedMessageReflection*": 1, - "Person_reflection_": 4, - "protobuf_AssignDesc_protocol_2dbuffer_2eproto": 4, - "protobuf_AddDesc_protocol_2dbuffer_2eproto": 6, - "FileDescriptor*": 1, - "file": 31, - "DescriptorPool": 3, - "generated_pool": 2, - "FindFileByName": 1, - "GOOGLE_CHECK": 1, - "message_type": 1, - "Person_offsets_": 2, - "GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET": 3, - "Person": 65, - "name_": 30, - "new": 13, - "GeneratedMessageReflection": 1, - "default_instance_": 8, - "_has_bits_": 14, - "_unknown_fields_": 5, - "MessageFactory": 3, - "generated_factory": 1, - "sizeof": 15, - "GOOGLE_PROTOBUF_DECLARE_ONCE": 1, - "protobuf_AssignDescriptors_once_": 2, - "inline": 39, - "protobuf_AssignDescriptorsOnce": 4, - "GoogleOnceInit": 1, - "protobuf_RegisterTypes": 2, - "string": 24, - "InternalRegisterGeneratedMessage": 1, - "default_instance": 3, - "protobuf_ShutdownFile_protocol_2dbuffer_2eproto": 4, - "delete": 6, - "already_here": 3, - "GOOGLE_PROTOBUF_VERIFY_VERSION": 1, - "InternalAddGeneratedFile": 1, - "InternalRegisterGeneratedFile": 1, - "InitAsDefaultInstance": 3, - "OnShutdown": 1, - "StaticDescriptorInitializer_protocol_2dbuffer_2eproto": 2, - "static_descriptor_initializer_protocol_2dbuffer_2eproto_": 1, - "kNameFieldNumber": 2, - "Message": 7, - "SharedCtor": 4, - "from": 91, - "MergeFrom": 9, - "_cached_size_": 7, - "const_cast": 3, - "string*": 11, - "kEmptyString": 12, - "memset": 3, - "SharedDtor": 3, - "SetCachedSize": 2, - "size": 13, - "GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN": 2, - "GOOGLE_SAFE_CONCURRENT_WRITES_END": 2, - "*default_instance_": 1, - "Person*": 7, - "New": 6, - "Clear": 18, - "xffu": 3, - "<<": 29, - "has_name": 6, - "clear": 3, - "mutable_unknown_fields": 4, - "MergePartialFromCodedStream": 2, - "io": 4, - "CodedInputStream*": 2, - "input": 12, - "DO_": 4, - "EXPRESSION": 2, - "uint32": 2, - "tag": 6, - "ReadTag": 1, - "switch": 3, - "WireFormatLite": 9, - "GetTagFieldNumber": 1, - "case": 34, - "GetTagWireType": 2, - "WIRETYPE_LENGTH_DELIMITED": 1, - "ReadString": 1, - "mutable_name": 3, - "WireFormat": 10, - "VerifyUTF8String": 3, - "name": 25, - ".data": 3, - ".length": 3, - "PARSE": 1, - "goto": 156, - "handle_uninterpreted": 2, - "ExpectAtEnd": 1, - "default": 14, - "WIRETYPE_END_GROUP": 1, - "SkipField": 1, - "#undef": 3, - "SerializeWithCachedSizes": 2, - "CodedOutputStream*": 2, - "output": 21, - "SERIALIZE": 2, - "WriteString": 1, - "unknown_fields": 7, - "SerializeUnknownFields": 1, - "uint8*": 4, - "SerializeWithCachedSizesToArray": 2, - "target": 6, - "WriteStringToArray": 1, - "SerializeUnknownFieldsToArray": 1, - "ByteSize": 2, - "total_size": 5, - "StringSize": 1, - "ComputeUnknownFieldsSize": 1, - "GOOGLE_CHECK_NE": 2, - "source": 12, - "dynamic_cast_if_available": 1, - "": 12, - "ReflectionOps": 1, - "Merge": 1, - "from._has_bits_": 1, - "from.has_name": 1, - "set_name": 7, - "from.name": 1, - "from.unknown_fields": 1, - "CopyFrom": 5, - "IsInitialized": 3, - "Swap": 2, - "other": 17, - "swap": 3, - "_unknown_fields_.Swap": 1, - "Metadata": 3, - "GetMetadata": 2, - "metadata": 2, - "metadata.descriptor": 1, - "metadata.reflection": 1, - "QSCIPRINTER_H": 2, - "#ifdef": 19, - "__APPLE__": 4, - "extern": 72, - "": 1, - "": 2, - "": 1, - "QT_BEGIN_NAMESPACE": 1, - "QRect": 2, - "QPainter": 2, - "QT_END_NAMESPACE": 1, - "QsciScintillaBase": 100, - "brief": 12, - "The": 50, - "QsciPrinter": 9, - "is": 102, - "a": 157, - "sub": 2, - "of": 215, - "the": 541, - "Qt": 1, - "QPrinter": 3, - "that": 36, - "able": 2, - "to": 254, - "print": 5, - "text": 5, - "Scintilla": 2, - "document.": 8, - "can": 21, - "be": 35, - "further": 1, - "classed": 1, - "alter": 2, - "layout": 1, - "adding": 2, - "headers": 3, - "and": 118, - "footers": 2, - "example.": 1, - "QSCINTILLA_EXPORT": 2, - "Constructs": 1, - "printer": 1, - "paint": 1, - "device": 7, - "with": 33, - "mode": 24, - "mode.": 4, - "PrinterMode": 1, - "ScreenResolution": 1, - "Destroys": 1, - "instance.": 2, - "virtual": 10, - "Format": 1, - "page": 5, - "by": 53, - "example": 3, - "before": 7, - "document": 16, - "drawn": 2, - "on": 55, - "it.": 3, - "painter": 4, - "used": 17, - "add": 3, - "customised": 2, - "graphics.": 2, - "drawing": 4, - "actually": 1, - "being": 4, - "rather": 2, - "than": 6, - "sized.": 1, - "methods": 2, - "must": 6, - "only": 6, - "called": 13, - "when": 22, - "true.": 2, - "area": 5, - "will": 15, - "draw": 1, - "text.": 3, - "This": 19, - "should": 10, - "modified": 3, - "it": 19, - "necessary": 1, - "reserve": 1, + "Field": 2, + "Free": 1, + "Black": 1, + "White": 1, + "Illegal": 1, + "Player": 1, + "GDSDBREADER_H": 3, + "": 1, + "GDS_DIR": 1, + "LEVEL_ONE": 1, + "LEVEL_TWO": 1, + "LEVEL_THREE": 1, + "dbDataStructure": 2, + "label": 1, + "quint32": 3, + "depth": 1, + "userIndex": 1, + "QByteArray": 1, + "COMPRESSED": 1, + "optimize": 1, + "ram": 1, + "disk": 2, "space": 2, - "any": 23, - "or": 44, - "By": 1, - "relative": 2, - "printable": 1, - "page.": 13, - "Use": 8, - "setFullPage": 1, - "because": 2, - "calling": 9, - "printRange": 2, - "you": 29, - "want": 5, - "try": 1, - "over": 1, - "whole": 2, - "pagenr": 2, - "number": 52, - "first": 13, - "numbered": 1, - "formatPage": 1, - "Return": 3, - "points": 2, - "each": 7, - "font": 2, - "printing.": 2, - "sa": 30, - "setMagnification": 2, - "magnification": 3, - "mag": 2, - "Sets": 24, - "printing": 2, - "magnification.": 1, - "Print": 2, - "range": 3, - "lines": 3, - "instance": 4, - "qsb.": 1, - "line": 11, - "negative": 2, - "value": 50, - "signifies": 2, - "last": 6, - "returned": 5, - "there": 4, - "was": 6, - "no": 7, - "error.": 1, - "*qsb": 1, - "wrap": 4, - "QsciScintilla": 7, - "WrapWord.": 1, - "setWrapMode": 2, - "WrapMode": 3, - "wrapMode": 2, - "wmode.": 1, - "wmode": 1, - "private": 16, + "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, + "hasn": 1, + "argument": 1, + "list": 3, "operator": 10, - "V8_V8_H_": 3, - "GOOGLE3": 2, + "overload.": 1, + "friend": 10, + "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, + "qUncompress": 2, + "": 2, + "main": 2, + "cout": 2, + "endl": 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, + "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, + "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, + "BN_CTX_start": 1, + "BN_CTX_get": 8, + "EC_GROUP_get_order": 1, + "BN_copy": 1, + "BN_mul_word": 1, + "BN_add": 1, + "ecsig": 3, + "EC_GROUP_get_curve_GFp": 1, + "BN_cmp": 1, + "R": 6, + "EC_POINT_set_compressed_coordinates_GFp": 1, + "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, + "zero": 5, + "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, + "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, + "": 19, + "fOk": 3, + "*sig": 2, + "ECDSA_do_sign": 1, + "sig": 11, + "nBitsR": 3, + "BN_num_bits": 2, + "nBitsS": 3, + "nRecId": 4, + "<4;>": 1, + "keyRec": 5, + "1": 4, + "GetPubKey": 5, + "BN_bn2bin": 2, + "/8": 2, + "ECDSA_SIG_free": 2, + "SetCompactSignature": 2, + "vchSig.size": 2, + "nV": 6, + "<27>": 1, + "ECDSA_SIG_new": 1, + "EC_KEY_free": 1, + "Verify": 2, + "ECDSA_verify": 1, + "VerifyCompact": 2, + "key": 23, + "key.SetCompactSignature": 1, + "key.GetPubKey": 1, + "IsValid": 4, + "fCompr": 3, + "CSecret": 4, + "secret": 2, + "GetSecret": 2, + "key2": 1, + "key2.SetSecret": 1, + "key2.GetPubKey": 1, + "BITCOIN_KEY_H": 2, + "": 1, + "": 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, + "LIBCANIH": 2, + "": 1, + "": 1, + "int64": 1, + "//#define": 1, "DEBUG": 5, - "NDEBUG": 4, + "dout": 2, + "cerr": 1, + "libcanister": 2, + "//the": 8, + "canmem": 22, + "object": 3, + "generic": 1, + "container": 2, + "commonly": 1, + "//throughout": 1, + "canister": 14, + "framework": 1, + "hold": 1, + "uncertain": 1, + "//length": 1, + "contain": 1, + "null": 3, + "bytes.": 1, + "raw": 2, + "absolute": 1, + "length": 10, + "//creates": 3, + "unallocated": 1, + "allocsize": 1, + "blank": 1, + "strdata": 1, + "//automates": 1, + "creation": 1, + "limited": 2, + "canmems": 1, + "//cleans": 1, + "zeromem": 1, + "//overwrites": 2, + "fragmem": 1, + "notation": 1, + "countlen": 1, + "//counts": 1, + "strings": 1, + "//removes": 1, + "nulls": 1, + "//returns": 2, + "singleton": 2, + "//contains": 2, + "caninfo": 2, + "path": 8, + "//physical": 1, + "internalname": 1, + "//a": 1, + "numfiles": 1, + "files": 6, + "//necessary": 1, + "type": 7, + "canfile": 7, + "//this": 1, + "holds": 2, + "//canister": 1, + "canister*": 1, + "parent": 1, + "//internal": 1, + "id": 4, + "//use": 1, + "own.": 1, + "newline": 2, + "delimited": 2, + "container.": 1, + "TOC": 1, + "info": 2, + "general": 1, + "canfiles": 1, + "recommended": 1, + "modify": 1, + "//these": 1, + "enforced.": 1, + "canfile*": 1, + "readonly": 3, + "//if": 1, + "routines": 1, + "anything": 1, + "//maximum": 1, + "//time": 1, + "whatever": 1, + "suits": 1, + "application.": 1, + "cachemax": 2, + "cachecnt": 1, + "//number": 1, + "cache": 2, + "modified": 3, + "//both": 1, + "initialize": 1, + "fspath": 3, + "//destroys": 1, + "flushing": 1, + "modded": 1, + "//open": 1, + "//does": 1, + "exist": 2, + "//close": 1, + "flush": 1, + "clean": 2, + "//deletes": 1, + "inside": 1, + "delFile": 1, + "//pulls": 1, + "getFile": 1, + "otherwise": 1, + "overwrites": 1, + "succeeded": 2, + "writeFile": 2, + "//get": 1, + "//list": 1, + "paths": 1, + "getTOC": 1, + "//brings": 1, + "back": 1, + "limit": 1, + "//important": 1, + "sCFID": 2, + "CFID": 2, + "avoid": 1, + "uncaching": 1, + "//really": 1, + "just": 2, + "internally": 1, + "harm.": 1, + "cacheclean": 1, + "dFlush": 1, + "Q_OS_LINUX": 2, + "": 1, + "QT_VERSION": 1, + "QT_VERSION_CHECK": 1, "#error": 9, - "both": 1, - "are": 36, - "set": 18, - "v8": 9, - "Deserializer": 1, - "V8": 21, - "AllStatic": 1, - "Initialize": 4, - "Deserializer*": 2, - "des": 3, - "TearDown": 5, - "IsRunning": 1, - "is_running_": 6, - "UseCrankshaft": 1, - "use_crankshaft_": 6, - "IsDead": 2, - "has_fatal_error_": 5, - "has_been_disposed_": 6, - "SetFatalError": 2, - "FatalProcessOutOfMemory": 1, - "char*": 24, - "location": 6, - "take_snapshot": 1, - "SetEntropySource": 2, - "EntropySource": 3, - "SetReturnAddressLocationResolver": 3, - "ReturnAddressLocationResolver": 2, - "resolver": 3, - "Random": 3, - "Context*": 4, - "context": 8, - "RandomPrivate": 2, - "Isolate*": 6, - "isolate": 15, - "Object*": 4, - "FillHeapNumberWithRandom": 2, - "heap_number": 4, - "IdleNotification": 3, - "hint": 3, - "AddCallCompletedCallback": 2, - "CallCompletedCallback": 4, - "callback": 7, - "RemoveCallCompletedCallback": 2, - "FireCallCompletedCallback": 2, - "InitializeOncePerProcessImpl": 3, - "InitializeOncePerProcess": 4, - "has_been_set_up_": 4, - "List": 3, - "": 3, - "call_completed_callbacks_": 16, - "enum": 17, - "NilValue": 1, - "kNullValue": 1, - "kUndefinedValue": 1, - "EqualityKind": 1, - "kStrictEquality": 1, - "kNonStrictEquality": 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, "__OG_MATH_INL__": 2, "og": 1, "OG_INLINE": 41, @@ -10782,8 +12853,6 @@ "Abs": 1, "MASK_SIGNED": 2, "y": 16, - "x": 86, - "float": 74, "Fabs": 1, "f": 104, "uInt": 1, @@ -10799,11 +12868,8 @@ "ceilf": 1, "Ftoi": 1, "@todo": 1, - "needs": 4, - "testing": 2, "note": 1, "sse": 1, - "function": 19, "cvttss2si": 2, "OG_ASM_MSVC": 4, "OG_FTOI_USE_SSE": 2, @@ -10815,28 +12881,18 @@ "fld": 4, "fistp": 3, "//__asm": 3, - "do": 13, - "we": 10, - "need": 6, "O_o": 3, "#elif": 7, "OG_ASM_GNU": 4, "__asm__": 4, "__volatile__": 4, - "use": 37, - "c": 72, "cast": 7, - "instead": 4, - "not": 29, - "sure": 6, "why": 3, - "id": 4, "did": 3, "": 3, "FtoiFast": 2, "Ftol": 1, "": 1, - "Sign": 2, "Fmod": 1, "numerator": 2, "denominator": 2, @@ -10870,7 +12926,7 @@ "faster": 3, "two": 2, "known": 1, - "check": 4, + "methods": 2, "moved": 1, "beginning": 1, "HigherPowerOfTwo": 4, @@ -10878,8 +12934,6 @@ "FloorPowerOfTwo": 1, "CeilPowerOfTwo": 1, "ClosestPowerOfTwo": 1, - "high": 5, - "low": 5, "Digits": 1, "digits": 6, "step": 3, @@ -10887,7 +12941,6 @@ "sinf": 1, "ASin": 1, "<=>": 2, - "1": 4, "0f": 2, "HALF_PI": 2, "asinf": 1, @@ -10906,7 +12959,6 @@ "SinCos": 1, "sometimes": 1, "assembler": 1, - "just": 2, "waaayy": 1, "_asm": 1, "fsincos": 1, @@ -10926,64 +12978,1103 @@ "sec": 2, "Ms2Sec": 1, "ms": 2, - "Q_OS_LINUX": 2, - "": 1, - "QT_VERSION": 1, - "QT_VERSION_CHECK": 1, - "Something": 1, - "wrong": 1, - "setup.": 1, - "Please": 4, - "report": 3, - "mailing": 1, - "list": 3, - "main": 2, - "argc": 2, - "char**": 2, - "argv": 2, - "envp": 4, - "google_breakpad": 1, - "ExceptionHandler": 1, - "eh": 2, - "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, - "Env": 13, - "parse": 3, - "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, + "Value": 24, + "platform": 2, + "dependent.": 1, + "start_": 1, + "prints": 1, + "report.": 1, + "NewMetric": 2, + "Print": 2, + "summary": 1, + "stdout.": 1, + "Report": 1, + "": 1, + "metrics_": 1, + "Get": 1, + "relative": 2, + "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, + "INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION": 1, + "": 1, + "": 2, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "persons": 4, + "google": 72, + "protobuf": 72, + "Descriptor*": 3, + "Person_descriptor_": 6, + "GeneratedMessageReflection*": 1, + "Person_reflection_": 4, + "protobuf_AssignDesc_protocol_2dbuffer_2eproto": 4, + "protobuf_AddDesc_protocol_2dbuffer_2eproto": 6, + "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, + "Person": 65, + "name_": 30, + "GeneratedMessageReflection": 1, + "default_instance_": 8, + "_has_bits_": 14, + "_unknown_fields_": 5, + "MessageFactory": 3, + "generated_factory": 1, + "GOOGLE_PROTOBUF_DECLARE_ONCE": 1, + "protobuf_AssignDescriptors_once_": 2, + "inline": 39, + "protobuf_AssignDescriptorsOnce": 4, + "GoogleOnceInit": 1, + "protobuf_RegisterTypes": 2, + "InternalRegisterGeneratedMessage": 1, + "default_instance": 3, + "protobuf_ShutdownFile_protocol_2dbuffer_2eproto": 4, + "delete": 6, + "already_here": 3, + "GOOGLE_PROTOBUF_VERIFY_VERSION": 1, + "InternalAddGeneratedFile": 1, + "InternalRegisterGeneratedFile": 1, + "InitAsDefaultInstance": 3, + "OnShutdown": 1, + "StaticDescriptorInitializer_protocol_2dbuffer_2eproto": 2, + "static_descriptor_initializer_protocol_2dbuffer_2eproto_": 1, + "kNameFieldNumber": 2, + "Message": 7, + "SharedCtor": 4, + "MergeFrom": 9, + "_cached_size_": 7, + "const_cast": 3, + "string*": 11, + "kEmptyString": 12, + "SharedDtor": 3, + "SetCachedSize": 2, + "GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN": 2, + "GOOGLE_SAFE_CONCURRENT_WRITES_END": 2, + "*default_instance_": 1, + "Person*": 7, + "xffu": 3, + "has_name": 6, + "mutable_unknown_fields": 4, + "MergePartialFromCodedStream": 2, + "io": 4, + "CodedInputStream*": 2, + "DO_": 4, + "EXPRESSION": 2, + "uint32": 2, + "tag": 6, + "ReadTag": 1, + "switch": 3, + "WireFormatLite": 9, + "GetTagFieldNumber": 1, + "GetTagWireType": 2, + "WIRETYPE_LENGTH_DELIMITED": 1, + "ReadString": 1, + "mutable_name": 3, + "WireFormat": 10, + "VerifyUTF8String": 3, + ".data": 3, + ".length": 3, + "PARSE": 1, + "handle_uninterpreted": 2, + "ExpectAtEnd": 1, + "WIRETYPE_END_GROUP": 1, + "SkipField": 1, + "#undef": 3, + "SerializeWithCachedSizes": 2, + "CodedOutputStream*": 2, + "SERIALIZE": 2, + "WriteString": 1, + "unknown_fields": 7, + "SerializeUnknownFields": 1, + "uint8*": 4, + "SerializeWithCachedSizesToArray": 2, + "target": 6, + "WriteStringToArray": 1, + "SerializeUnknownFieldsToArray": 1, + "ByteSize": 2, + "total_size": 5, + "StringSize": 1, + "ComputeUnknownFieldsSize": 1, + "GOOGLE_CHECK_NE": 2, + "dynamic_cast_if_available": 1, + "": 12, + "ReflectionOps": 1, + "Merge": 1, + "from._has_bits_": 1, + "from.has_name": 1, + "set_name": 7, + "from.name": 1, + "from.unknown_fields": 1, + "CopyFrom": 5, + "IsInitialized": 3, + "Swap": 2, + "swap": 3, + "_unknown_fields_.Swap": 1, + "Metadata": 3, + "GetMetadata": 2, + "metadata": 2, + "metadata.descriptor": 1, + "metadata.reflection": 1, + "PROTOBUF_protocol_2dbuffer_2eproto__INCLUDED": 3, + "GOOGLE_PROTOBUF_VERSION": 1, + "generated": 2, + "newer": 2, + "protoc": 2, + "incompatible": 2, + "Protocol": 2, + "headers.": 3, + "update": 1, + "GOOGLE_PROTOBUF_MIN_PROTOC_VERSION": 1, + "older": 1, + "regenerate": 1, + "protoc.": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "virtual": 10, + "*this": 1, + "UnknownFieldSet": 2, + "UnknownFieldSet*": 1, + "GetCachedSize": 1, + "clear_name": 2, + "release_name": 2, + "set_allocated_name": 2, + "set_has_name": 7, + "clear_has_name": 5, + "mutable": 1, + "u": 9, + "*name_": 1, + "assign": 3, + "temp": 2, + "SWIG": 2, + "QSCICOMMAND_H": 2, + "__APPLE__": 4, + "": 1, + "": 2, + "": 1, + "QsciScintilla": 7, + "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, + "QSCINTILLA_EXPORT": 2, + "commands": 1, + "assigned": 1, + "key.": 1, + "Command": 4, + "Move": 26, + "down": 12, + "line.": 33, + "LineDown": 1, + "QsciScintillaBase": 100, + "SCI_LINEDOWN": 1, + "Extend": 33, + "selection": 39, + "LineDownExtend": 1, + "SCI_LINEDOWNEXTEND": 1, + "rectangular": 9, + "LineDownRectExtend": 1, + "SCI_LINEDOWNRECTEXTEND": 1, + "Scroll": 5, + "view": 2, + "LineScrollDown": 1, + "SCI_LINESCROLLDOWN": 1, + "LineUp": 1, + "SCI_LINEUP": 1, + "LineUpExtend": 1, + "SCI_LINEUPEXTEND": 1, + "LineUpRectExtend": 1, + "SCI_LINEUPRECTEXTEND": 1, + "LineScrollUp": 1, + "SCI_LINESCROLLUP": 1, + "document.": 8, + "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, + "document": 16, + "Home": 1, + "SCI_HOME": 1, + "HomeExtend": 1, + "SCI_HOMEEXTEND": 1, + "HomeRectExtend": 1, + "SCI_HOMERECTEXTEND": 1, + "displayed": 10, + "HomeDisplay": 1, + "SCI_HOMEDISPLAY": 1, + "HomeDisplayExtend": 1, + "SCI_HOMEDISPLAYEXTEND": 1, + "HomeWrap": 1, + "SCI_HOMEWRAP": 1, + "HomeWrapExtend": 1, + "SCI_HOMEWRAPEXTEND": 1, + "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, + "page.": 13, + "PageUp": 1, + "SCI_PAGEUP": 1, + "PageUpExtend": 1, + "SCI_PAGEUPEXTEND": 1, + "PageUpRectExtend": 1, + "SCI_PAGEUPRECTEXTEND": 1, + "PageDown": 1, + "SCI_PAGEDOWN": 1, + "PageDownExtend": 1, + "SCI_PAGEDOWNEXTEND": 1, + "PageDownRectExtend": 1, + "SCI_PAGEDOWNRECTEXTEND": 1, + "Stuttered": 4, + "move": 2, + "StutteredPageUp": 1, + "SCI_STUTTEREDPAGEUP": 1, + "extend": 2, + "StutteredPageUpExtend": 1, + "SCI_STUTTEREDPAGEUPEXTEND": 1, + "StutteredPageDown": 1, + "SCI_STUTTEREDPAGEDOWN": 1, + "StutteredPageDownExtend": 1, + "SCI_STUTTEREDPAGEDOWNEXTEND": 1, + "Delete": 10, + "SCI_CLEAR": 1, + "DeleteBack": 1, + "SCI_DELETEBACK": 1, + "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, + "whole": 2, + "SelectAll": 1, + "SCI_SELECTALL": 1, + "lines": 3, + "MoveSelectedLinesUp": 1, + "SCI_MOVESELECTEDLINESUP": 1, + "MoveSelectedLinesDown": 1, + "SCI_MOVESELECTEDLINESDOWN": 1, + "selection.": 1, + "SelectionDuplicate": 1, + "SCI_SELECTIONDUPLICATE": 1, + "Convert": 2, + "lower": 1, + "case.": 2, + "SelectionLowerCase": 1, + "SCI_LOWERCASE": 1, + "upper": 1, + "SelectionUpperCase": 1, + "SCI_UPPERCASE": 1, + "SelectionCut": 1, + "SCI_CUT": 1, + "SelectionCopy": 1, + "SCI_COPY": 1, + "Paste": 2, + "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, + "Return": 3, + "executed": 1, + "instance.": 2, + "scicmd": 2, + "Execute": 1, + "Binds": 2, + "binding": 3, + "removed.": 2, + "invalid": 5, + "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, + "QSCIPRINTER_H": 2, + "": 1, + "": 1, + "QT_BEGIN_NAMESPACE": 1, + "QRect": 2, + "QPainter": 2, + "QT_END_NAMESPACE": 1, + "QsciPrinter": 9, + "sub": 2, + "Qt": 1, + "QPrinter": 3, + "text": 5, + "Scintilla": 2, + "further": 1, + "classed": 1, + "layout": 1, + "adding": 2, + "headers": 3, + "footers": 2, + "example.": 1, + "Constructs": 1, + "printer": 1, + "paint": 1, + "PrinterMode": 1, + "ScreenResolution": 1, + "Destroys": 1, + "Format": 1, + "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, + "printable": 1, + "setFullPage": 1, + "because": 2, + "printRange": 2, + "try": 1, + "over": 1, + "pagenr": 2, + "numbered": 1, + "formatPage": 1, + "points": 2, + "font": 2, + "printing.": 2, + "setMagnification": 2, + "magnification": 3, + "mag": 2, + "printing": 2, + "magnification.": 1, + "qsb.": 1, + "negative": 2, + "signifies": 2, + "error.": 1, + "*qsb": 1, + "wrap": 4, + "WrapWord.": 1, + "setWrapMode": 2, + "WrapMode": 3, + "wrapMode": 2, + "wmode.": 1, + "wmode": 1, + "": 2, + "Gui": 1, + "rpc_init": 1, + "rpc_server_loop": 1, + "v8": 9, + "Scanner": 16, + "UnicodeCache*": 4, + "unicode_cache": 3, + "unicode_cache_": 10, + "octal_pos_": 5, + "Location": 14, + "harmony_scoping_": 4, + "harmony_modules_": 4, + "Initialize": 4, + "Utf16CharacterStream*": 3, + "source_": 7, + "Init": 3, + "has_line_terminator_before_next_": 9, + "SkipWhiteSpace": 4, + "Scan": 5, + "uc32": 19, + "ScanHexNumber": 2, + "expected_length": 4, + "ASSERT": 17, + "overflow": 1, + "c0_": 64, + "d": 8, + "HexValue": 2, + "PushBack": 8, + "Advance": 44, + "STATIC_ASSERT": 5, + "Token": 212, + "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, + "Next": 3, + "current_": 2, + "has_multiline_comment_before_next_": 5, + "token": 64, + "": 1, + "pos": 12, + "source_pos": 10, + "next_.token": 3, + "next_.location.beg_pos": 3, + "next_.location.end_pos": 4, + "current_.token": 4, + "IsByteOrderMark": 2, + "xFEFF": 1, + "xFFFE": 1, + "start_position": 2, + "IsWhiteSpace": 2, + "IsLineTerminator": 6, + "SkipSingleLineComment": 6, + "undo": 4, + "WHITESPACE": 6, + "SkipMultiLineComment": 3, + "ch": 5, + "ScanHtmlComment": 3, + "LT": 2, + "next_.literal_chars": 13, + "ScanString": 3, + "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, + "ScanNumber": 3, + "PERIOD": 1, + "IsIdentifierStart": 2, + "ScanIdentifierOrKeyword": 2, + "EOS": 1, + "SeekForward": 4, + "current_pos": 4, + "ASSERT_EQ": 1, + "ScanEscape": 2, + "IsCarriageReturn": 2, + "IsLineFeed": 2, + "fall": 2, + "xxx": 1, + "immediately": 1, + "octal": 1, + "escape": 1, + "quote": 3, + "consume": 2, + "LiteralScope": 4, + "literal": 2, + "X": 2, + "E": 3, + "l": 1, + "w": 1, + "keyword": 1, + "Unescaped": 1, + "in_character_class": 2, + "AddLiteralCharAdvance": 3, + "literal.Complete": 2, + "ScanLiteralUnicodeEscape": 3, + "V8_SCANNER_H_": 3, + "ParsingFlags": 1, + "kNoParsingFlags": 1, + "kLanguageModeMask": 4, + "kAllowLazy": 1, + "kAllowNativesSyntax": 1, + "kAllowModules": 1, + "CLASSIC_MODE": 2, + "STRICT_MODE": 2, + "EXTENDED_MODE": 2, + "x16": 1, + "x36.": 1, + "Utf16CharacterStream": 3, + "pos_": 6, + "buffer_cursor_": 5, + "buffer_end_": 3, + "ReadBlock": 2, + "": 1, + "kEndOfInput": 2, + "code_unit_count": 7, + "buffered_chars": 2, + "SlowSeekForward": 2, + "int32_t": 1, + "code_unit": 6, + "uc16*": 3, + "UnicodeCache": 3, + "unibrow": 11, + "Utf8InputBuffer": 2, + "<1024>": 2, + "Utf8Decoder": 2, + "StaticResource": 2, + "": 2, + "utf8_decoder": 1, + "utf8_decoder_": 2, + "uchar": 4, + "kIsIdentifierStart.get": 1, + "IsIdentifierPart": 1, + "kIsIdentifierPart.get": 1, + "kIsLineTerminator.get": 1, + "kIsWhiteSpace.get": 1, + "Predicate": 4, + "": 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, + "": 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*": 2, + "self": 5, + "scanner_": 5, + "complete_": 4, + "StartLiteral": 2, + "DropLiteral": 2, + "Complete": 1, + "TerminateLiteral": 2, + "beg_pos": 5, + "end_pos": 4, + "kNoOctalLocation": 1, + "scanner_contants": 1, + "current_token": 1, + "current_.location": 2, + "literal_ascii_string": 1, + "ASSERT_NOT_NULL": 9, + "current_.literal_chars": 11, + "literal_utf16_string": 1, + "is_literal_ascii": 1, + "literal_length": 1, + "literal_contains_escapes": 1, + "source_length": 3, + "location.end_pos": 1, + "location.beg_pos": 1, + "STRING": 1, + "peek": 1, + "peek_location": 1, + "next_.location": 1, + "next_literal_ascii_string": 1, + "next_literal_utf16_string": 1, + "is_next_literal_ascii": 1, + "next_literal_length": 1, + "kCharacterLookaheadBufferSize": 3, + "ScanOctalEscape": 1, + "octal_position": 1, + "clear_octal_position": 1, + "HarmonyScoping": 1, + "SetHarmonyScoping": 1, + "scoping": 2, + "HarmonyModules": 1, + "SetHarmonyModules": 1, + "modules": 2, + "HasAnyLineTerminatorBeforeNext": 1, + "ScanRegExpPattern": 1, + "seen_equal": 1, + "ScanRegExpFlags": 1, + "IsIdentifier": 1, + "CharacterStream*": 1, + "TokenDesc": 3, + "LiteralBuffer*": 2, + "literal_chars": 1, + "free_buffer": 3, + "literal_buffer1_": 3, + "literal_buffer2_": 2, + "AddLiteralChar": 2, + "tok": 2, + "else_": 2, + "ScanDecimalDigits": 1, + "seen_period": 1, + "ScanIdentifierSuffix": 1, + "LiteralScope*": 1, + "ScanIdentifierUnicodeEscape": 1, + "desc": 2, + "look": 1, + "ahead": 1, + "smallPrime_t": 1, + "UTILS_H": 3, + "": 1, + "": 1, + "": 1, + "QTemporaryFile": 1, + "showUsage": 1, + "QtMsgType": 1, + "dump_path": 1, + "minidump_id": 1, + "context": 8, + "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, + "V8_DECLARE_ONCE": 1, + "init_once": 2, + "V8": 21, + "is_running_": 6, + "has_been_set_up_": 4, + "has_been_disposed_": 6, + "has_fatal_error_": 5, + "use_crankshaft_": 6, + "List": 3, + "": 3, + "call_completed_callbacks_": 16, + "LazyMutex": 1, + "entropy_mutex": 1, + "LAZY_MUTEX_INITIALIZER": 1, + "EntropySource": 3, + "entropy_source": 4, + "Deserializer*": 2, + "des": 3, + "FlagList": 1, + "EnforceFlagImplications": 1, + "InitializeOncePerProcess": 4, + "Isolate": 9, + "CurrentPerIsolateThreadData": 4, + "EnterDefaultIsolate": 1, + "thread_id": 1, + ".Equals": 1, + "ThreadId": 1, + "Current": 5, + "isolate": 15, + "IsDead": 2, + "Isolate*": 6, + "SetFatalError": 2, + "TearDown": 5, + "IsDefaultIsolate": 1, + "ElementsAccessor": 2, + "LOperand": 2, + "TearDownCaches": 1, + "RegisteredExtension": 1, + "UnregisterAll": 1, + "OS": 3, + "seed_random": 2, + "FLAG_random_seed": 2, + "val": 3, + "ScopedLock": 1, + "entropy_mutex.Pointer": 1, + "random": 1, + "random_base": 3, + "xFFFF": 2, + "FFFF": 1, + "SetEntropySource": 2, + "SetReturnAddressLocationResolver": 3, + "ReturnAddressLocationResolver": 2, + "resolver": 3, + "StackFrame": 1, + "Random": 3, + "Context*": 4, + "IsGlobalContext": 1, + "ByteArray*": 1, + "seed": 2, + "random_seed": 1, + "": 1, + "GetDataStartAddress": 1, + "RandomPrivate": 2, + "private_random_seed": 1, + "IdleNotification": 3, + "hint": 3, + "FLAG_use_idle_notification": 1, + "HEAP": 1, + "AddCallCompletedCallback": 2, + "CallCompletedCallback": 4, + "callback": 7, + "Lazy": 1, + "init.": 1, + "Add": 1, + "RemoveCallCompletedCallback": 2, + "Remove": 1, + "FireCallCompletedCallback": 2, + "HandleScopeImplementer*": 1, + "handle_scope_implementer": 5, + "CallDepthIsZero": 1, + "IncrementCallDepth": 1, + "DecrementCallDepth": 1, + "union": 1, + "double_value": 1, + "uint64_t_value": 1, + "double_int_union": 2, + "Object*": 4, + "FillHeapNumberWithRandom": 2, + "heap_number": 4, + "random_bits": 2, + "binary_million": 3, + "r.double_value": 3, + "r.uint64_t_value": 1, + "HeapNumber": 1, + "set_value": 1, + "InitializeOncePerProcessImpl": 3, + "SetUp": 4, + "FLAG_crankshaft": 1, + "Serializer": 1, + "SupportsCrankshaft": 1, + "PostSetUp": 1, + "RuntimeProfiler": 1, + "GlobalSetUp": 1, + "FLAG_stress_compaction": 1, + "FLAG_force_marking_deque_overflows": 1, + "FLAG_gc_global": 1, + "FLAG_max_new_space_size": 1, + "kPageSizeBits": 1, + "SetUpCaches": 1, + "SetUpJSCallerSavedCodeData": 1, + "SamplerRegistry": 1, + "ExternalReference": 1, + "CallOnce": 1, + "V8_V8_H_": 3, + "GOOGLE3": 2, + "NDEBUG": 4, + "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, "PY_SSIZE_T_CLEAN": 1, "Py_PYTHON_H": 1, "Python": 1, - "needed": 3, "compile": 1, - "C": 6, "extensions": 1, - "please": 2, - "install": 3, "development": 1, - "version": 38, "Python.": 1, "": 1, "offsetof": 2, - "type": 7, "member": 2, "type*": 1, "WIN32": 2, @@ -10992,7 +14083,6 @@ "__cdecl": 2, "__fastcall": 2, "DL_IMPORT": 2, - "t": 15, "DL_EXPORT": 2, "PY_LONG_LONG": 5, "LONG_LONG": 1, @@ -11002,7 +14092,6 @@ "Py_TYPE": 4, "PyDict_Type": 1, "PyDict_Contains": 1, - "d": 8, "o": 20, "PySequence_Contains": 1, "Py_ssize_t": 17, @@ -11039,9 +14128,7 @@ "*buf": 1, "PyObject": 221, "*obj": 2, - "len": 15, "itemsize": 2, - "readonly": 3, "ndim": 2, "*format": 1, "*shape": 1, @@ -11141,7 +14228,6 @@ "PyNumber_Divide": 1, "PyNumber_InPlaceDivide": 1, "__Pyx_PySequence_GetSlice": 2, - "b": 57, "PySequence_GetSlice": 2, "__Pyx_PySequence_SetSlice": 2, "PySequence_SetSlice": 2, @@ -11157,11 +14243,9 @@ "tp_name": 4, "PyMethod_New": 2, "func": 3, - "self": 5, "klass": 1, "PyInstanceMethod_New": 1, "__Pyx_GetAttrString": 2, - "n": 28, "PyObject_GetAttrString": 3, "__Pyx_SetAttrString": 2, "PyObject_SetAttrString": 2, @@ -11169,12 +14253,10 @@ "PyObject_DelAttrString": 2, "__Pyx_NAMESTR": 3, "__Pyx_DOCSTR": 3, - "__cplusplus": 12, "__PYX_EXTERN_C": 2, "_USE_MATH_DEFINES": 1, "": 1, "__PYX_HAVE_API__wrapper_inner": 1, - "": 4, "PYREX_WITHOUT_ASSERTIONS": 1, "CYTHON_WITHOUT_ASSERTIONS": 1, "CYTHON_INLINE": 68, @@ -11193,7 +14275,6 @@ "__Pyx_StringTabEntry": 1, "__Pyx_PyBytes_FromUString": 1, "__Pyx_PyBytes_AsUString": 1, - "unsigned": 22, "__Pyx_PyBool_FromLong": 1, "Py_INCREF": 3, "Py_True": 2, @@ -11265,9 +14346,7 @@ "complex": 2, "__pyx_t_float_complex": 27, "_Complex": 2, - "real": 4, "imag": 2, - "double": 25, "__pyx_t_double_complex": 27, "npy_cfloat": 1, "__pyx_t_5numpy_cfloat_t": 1, @@ -11287,8 +14366,6 @@ "m": 4, "PyImport_ImportModule": 1, "modname": 1, - "end": 23, - "p": 6, "PyLong_AsVoidPtr": 1, "Py_XDECREF": 3, "__Pyx_RefNannySetupContext": 13, @@ -11335,7 +14412,6 @@ "__pyx_print": 1, "__pyx_print_kwargs": 1, "__Pyx_PrintOne": 4, - "stream": 6, "*o": 1, "*__Pyx_PyInt_to_py_Py_intptr_t": 1, "Py_intptr_t": 1, @@ -11379,7 +14455,6 @@ "cabs": 1, "cpow": 1, "__Pyx_PyInt_AsUnsignedChar": 1, - "short": 5, "__Pyx_PyInt_AsUnsignedShort": 1, "__Pyx_PyInt_AsUnsignedInt": 1, "__Pyx_PyInt_AsChar": 1, @@ -11601,7 +14676,6 @@ "NPY_F_CONTIGUOUS": 1, "__pyx_k_tuple_8": 1, "__pyx_L7": 2, - "buf": 14, "PyArray_DATA": 1, "strides": 5, "malloc": 2, @@ -11648,7 +14722,6 @@ "__pyx_L2": 2, "__pyx_pf_5numpy_7ndarray_1__releasebuffer__": 2, "PyArray_HASFIELDS": 1, - "free": 4, "*__pyx_f_5numpy_PyArray_MultiIterNew1": 1, "*__pyx_v_a": 5, "PyArray_MultiIterNew": 5, @@ -11675,11 +14748,9 @@ "__pyx_v_fields": 7, "__pyx_v_childname": 4, "__pyx_v_new_offset": 5, - "names": 3, "PyTuple_GET_SIZE": 2, "PyTuple_GET_ITEM": 3, "PyObject_GetItem": 1, - "fields": 4, "PyTuple_CheckExact": 1, "tuple": 3, "__pyx_ptype_5numpy_dtype": 1, @@ -11694,2661 +14765,25 @@ "elsize": 1, "__pyx_k_tuple_16": 1, "__pyx_L10": 2, - "Py_EQ": 6, - "QSCICOMMAND_H": 2, - "": 1, - "": 1, - "QsciCommand": 7, - "represents": 1, - "an": 23, - "editor": 1, - "command": 9, - "may": 9, - "have": 4, - "one": 73, - "keys": 3, - "bound": 4, - "Methods": 1, - "provided": 1, - "change": 3, - "remove": 2, - "key": 23, - "binding.": 1, - "Each": 1, - "has": 29, - "user": 3, - "friendly": 2, - "description": 3, - "in": 165, - "mapping": 3, - "dialogs.": 1, - "defines": 3, - "different": 5, - "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, - "up": 18, - "LineUp": 1, - "SCI_LINEUP": 1, - "LineUpExtend": 1, - "SCI_LINEUPEXTEND": 1, - "LineUpRectExtend": 1, - "SCI_LINEUPRECTEXTEND": 1, - "LineScrollUp": 1, - "SCI_LINESCROLLUP": 1, - "start": 12, - "ScrollToStart": 1, - "SCI_SCROLLTOSTART": 1, - "ScrollToEnd": 1, - "SCI_SCROLLTOEND": 1, - "vertically": 1, - "centre": 1, - "current": 26, - "VerticalCentreCaret": 1, - "SCI_VERTICALCENTRECARET": 1, - "paragraph.": 4, - "ParaDown": 1, - "SCI_PARADOWN": 1, - "ParaDownExtend": 1, - "SCI_PARADOWNEXTEND": 1, - "ParaUp": 1, - "SCI_PARAUP": 1, - "ParaUpExtend": 1, - "SCI_PARAUPEXTEND": 1, - "left": 7, - "character.": 9, - "CharLeft": 1, - "SCI_CHARLEFT": 1, - "CharLeftExtend": 1, - "SCI_CHARLEFTEXTEND": 1, - "CharLeftRectExtend": 1, - "SCI_CHARLEFTRECTEXTEND": 1, - "right": 9, - "CharRight": 1, - "SCI_CHARRIGHT": 1, - "CharRightExtend": 1, - "SCI_CHARRIGHTEXTEND": 1, - "CharRightRectExtend": 1, - "SCI_CHARRIGHTRECTEXTEND": 1, - "word.": 9, - "WordLeft": 1, - "SCI_WORDLEFT": 1, - "WordLeftExtend": 1, - "SCI_WORDLEFTEXTEND": 1, - "WordRight": 1, - "SCI_WORDRIGHT": 1, - "WordRightExtend": 1, - "SCI_WORDRIGHTEXTEND": 1, - "previous": 6, - "WordLeftEnd": 1, - "SCI_WORDLEFTEND": 1, - "WordLeftEndExtend": 1, - "SCI_WORDLEFTENDEXTEND": 1, - "next": 9, - "WordRightEnd": 1, - "SCI_WORDRIGHTEND": 1, - "WordRightEndExtend": 1, - "SCI_WORDRIGHTENDEXTEND": 1, - "word": 7, - "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, - "character": 10, - "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, - "at": 20, - "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, - "Select": 49, - "SelectAll": 1, - "SCI_SELECTALL": 1, - "selected": 13, - "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, - "platform": 2, - "dependent": 1, - "newline.": 1, - "Newline": 1, - "SCI_NEWLINE": 1, - "formfeed.": 1, - "Formfeed": 1, - "SCI_FORMFEED": 1, - "Indent": 1, - "level.": 3, - "Tab": 1, - "SCI_TAB": 1, - "De": 1, - "indent": 1, - "Backtab": 1, - "SCI_BACKTAB": 1, - "Cancel": 2, - "operation.": 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, - "execute": 3, - "Binds": 2, - "If": 11, - "then": 15, - "binding": 3, - "removed.": 2, - "invalid": 5, - "unchanged.": 1, - "Valid": 1, - "control": 17, - "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, - "combination": 2, - "SHIFT": 1, - "CTRL": 1, - "ALT": 1, - "META.": 1, - "setAlternateKey": 3, - "validKey": 3, - "setKey": 3, - "alternate": 7, - "altkey": 3, - "alternateKey": 3, - "currently": 12, - "returned.": 4, - "qkey": 2, - "qaltkey": 2, - "valid": 2, - "QString": 20, - "friend": 10, - "QsciCommandSet": 1, - "*qs": 1, - "cmd": 1, - "*desc": 1, - "bindKey": 1, - "qk": 1, - "scik": 1, - "*qsCmd": 1, - "scikey": 1, - "scialtkey": 1, - "*descCmd": 1, - "Gui": 1, - "LIBCANIH": 2, - "": 2, - "": 2, - "": 1, - "": 1, - "int64": 1, - "//#define": 1, - "dout": 2, - "cout": 2, - "cerr": 1, - "using": 11, - "libcanister": 2, - "//the": 8, - "canmem": 22, - "object": 3, - "generic": 1, - "memory": 14, - "container": 2, - "commonly": 1, - "//throughout": 1, - "canister": 14, - "framework": 1, - "hold": 1, - "uncertain": 1, - "//length": 1, - "which": 14, - "contain": 1, - "null": 3, - "bytes.": 1, - "data": 26, - "raw": 2, - "absolute": 1, - "length": 10, - "//creates": 3, - "unallocated": 1, - "allocsize": 1, - "allocated": 2, - "blank": 1, - "strdata": 1, - "//automates": 1, - "creation": 1, - "zero": 5, - "limited": 2, - "canmems": 1, - "//cleans": 1, - "zeromem": 1, - "//overwrites": 2, - "fragmem": 1, - "fragment": 2, - "notation": 1, - "countlen": 1, - "//counts": 1, - "strings": 1, - "stores": 3, - "trim": 2, - "//removes": 1, - "nulls": 1, - "//returns": 2, - "singleton": 2, - "//contains": 2, - "information": 3, - "about": 6, - "caninfo": 2, - "path": 8, - "//physical": 1, - "internalname": 1, - "//a": 1, - "numfiles": 1, - "files": 6, - "//necessary": 1, - "as": 28, - "canfile": 7, - "//this": 1, - "holds": 2, - "definition": 3, - "within": 4, - "//canister": 1, - "canister*": 1, - "parent": 1, - "//internal": 1, - "//use": 1, - "their": 6, - "own.": 1, - "newline": 2, - "delimited": 2, - "container.": 1, - "TOC": 1, - "info": 2, - "general": 1, - "canfiles": 1, - "recommended": 1, - "programs": 4, - "modify": 1, - "//these": 1, - "directly": 2, - "but": 5, - "enforced.": 1, - "canfile*": 1, - "//if": 1, - "write": 8, - "routines": 1, - "anything": 1, - "//maximum": 1, - "given": 16, - "//time": 1, - "whatever": 1, - "suits": 1, - "your": 12, - "application.": 1, - "cachemax": 2, - "cachecnt": 1, - "//number": 1, - "cache": 2, - "//both": 1, - "initialize": 1, - "physical": 4, - "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, - "//deletes": 1, - "inside": 1, - "delFile": 1, - "//pulls": 1, - "contents": 3, - "disk": 2, - "returns": 4, - "getFile": 1, - "does": 4, - "otherwise": 1, - "overwrites": 1, - "whether": 4, - "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, - "avoid": 1, - "uncaching": 1, - "//really": 1, - "internally": 1, - "harm.": 1, - "cacheclean": 1, - "dFlush": 1, - "Scanner": 16, - "UnicodeCache*": 4, - "unicode_cache": 3, - "unicode_cache_": 10, - "octal_pos_": 5, - "Location": 14, - "harmony_scoping_": 4, - "harmony_modules_": 4, - "Utf16CharacterStream*": 3, - "source_": 7, - "Init": 3, - "has_line_terminator_before_next_": 9, - "SkipWhiteSpace": 4, - "Scan": 5, - "uc32": 19, - "ScanHexNumber": 2, - "expected_length": 4, - "ASSERT": 17, - "prevent": 4, - "overflow": 1, - "c0_": 64, - "HexValue": 2, - "PushBack": 8, - "Advance": 44, - "STATIC_ASSERT": 5, - "Token": 212, - "NUM_TOKENS": 1, - "byte": 6, - "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, - "e": 15, - "Value": 24, - "Next": 3, - "current_": 2, - "has_multiline_comment_before_next_": 5, - "": 19, - "token": 64, - "": 1, - "pos": 12, - "source_pos": 10, - "next_.token": 3, - "next_.location.beg_pos": 3, - "next_.location.end_pos": 4, - "current_.token": 4, - "IsByteOrderMark": 2, - "xFEFF": 1, - "xFFFE": 1, - "start_position": 2, - "IsWhiteSpace": 2, - "IsLineTerminator": 6, - "SkipSingleLineComment": 6, - "continue": 2, - "undo": 4, - "WHITESPACE": 6, - "SkipMultiLineComment": 3, - "ch": 5, - "ScanHtmlComment": 3, - "LT": 2, - "next_.literal_chars": 13, - "ScanString": 3, - "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, - "NOT": 3, - "INC": 1, - "ASSIGN_ADD": 1, - "ADD": 1, - "DEC": 1, - "ASSIGN_SUB": 1, - "SUB": 1, - "ASSIGN_MUL": 1, - "MUL": 1, - "ASSIGN_MOD": 1, - "MOD": 1, - "ASSIGN_DIV": 1, - "DIV": 1, - "AND": 1, - "ASSIGN_BIT_AND": 1, - "BIT_AND": 1, - "OR": 1, - "ASSIGN_BIT_OR": 1, - "BIT_OR": 1, - "ASSIGN_BIT_XOR": 1, - "BIT_XOR": 1, - "IsDecimalDigit": 2, - "ScanNumber": 3, - "PERIOD": 1, - "IsIdentifierStart": 2, - "ScanIdentifierOrKeyword": 2, - "EOS": 1, - "SeekForward": 4, - "current_pos": 4, - "ASSERT_EQ": 1, - "ScanEscape": 2, - "IsCarriageReturn": 2, - "IsLineFeed": 2, - "fall": 2, - "through": 4, - "u": 9, - "xx": 2, - "xxx": 1, - "immediately": 1, - "octal": 1, - "escape": 1, - "quote": 3, - "consume": 2, - "LiteralScope": 4, - "literal": 2, - ".": 16, - "X": 2, - "E": 3, - "l": 1, - "w": 1, - "keyword": 1, - "Unescaped": 1, - "in_character_class": 2, - "AddLiteralCharAdvance": 3, - "literal.Complete": 2, - "ScanLiteralUnicodeEscape": 3, - "": 4, - "DEFAULT_DELIMITER": 1, - "CsvStreamer": 5, - "ofstream": 1, - "File": 1, - "vector": 16, - "row_buffer": 1, - "Buffer": 10, - "row": 12, - "flushed/written": 1, - "Number": 8, - "columns": 2, - "rows": 3, - "records": 2, - "including": 2, - "header": 7, - "delimiter": 2, - "Delimiter": 1, - "comma": 2, - "sanitize": 1, - "Returns": 2, - "ready": 1, - "into": 6, - "Empty": 1, - "CSV": 4, - "streamer...": 1, - "writing": 2, - "Same": 1, - "...": 1, - "Opens": 3, - "path/name": 3, - "Ensures": 1, - "closed": 1, - "saved": 1, - "delimiting": 1, - "add_field": 1, - "still": 3, - "adds": 1, - "field": 5, - "save_fields": 1, - "Call": 2, - "save": 1, - "writes": 2, - "append": 8, - "Appends": 5, - "quoted": 1, - "leading/trailing": 1, - "spaces": 3, - "trimmed": 1, - "Like": 1, - "specify": 1, - "either": 4, - "keep": 1, - "writeln": 1, - "Flushes": 1, - "what": 2, - "buffer": 9, - "Saves": 1, - "closes": 1, - "field_count": 1, - "Gets": 2, - "row_count": 1, - "PROTOBUF_protocol_2dbuffer_2eproto__INCLUDED": 3, - "GOOGLE_PROTOBUF_VERSION": 1, - "generated": 2, - "newer": 2, - "protoc": 2, - "incompatible": 2, - "Protocol": 2, - "headers.": 3, - "update": 1, - "GOOGLE_PROTOBUF_MIN_PROTOC_VERSION": 1, - "older": 1, - "regenerate": 1, - "protoc.": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "*this": 1, - "UnknownFieldSet": 2, - "UnknownFieldSet*": 1, - "GetCachedSize": 1, - "clear_name": 2, - "release_name": 2, - "set_allocated_name": 2, - "set_has_name": 7, - "clear_has_name": 5, - "mutable": 1, - "*name_": 1, - "assign": 3, - "temp": 2, - "SWIG": 2, - "V8_DECLARE_ONCE": 1, - "init_once": 2, - "LazyMutex": 1, - "entropy_mutex": 1, - "LAZY_MUTEX_INITIALIZER": 1, - "entropy_source": 4, - "FlagList": 1, - "EnforceFlagImplications": 1, - "Isolate": 9, - "CurrentPerIsolateThreadData": 4, - "EnterDefaultIsolate": 1, - "thread_id": 1, - ".Equals": 1, - "ThreadId": 1, - "Current": 5, - "IsDefaultIsolate": 1, - "ElementsAccessor": 2, - "LOperand": 2, - "TearDownCaches": 1, - "RegisteredExtension": 1, - "UnregisterAll": 1, - "OS": 3, - "seed_random": 2, - "uint32_t*": 7, - "FLAG_random_seed": 2, - "val": 3, - "ScopedLock": 1, - "entropy_mutex.Pointer": 1, - "random": 1, - "random_base": 3, - "xFFFF": 2, - "FFFF": 1, - "StackFrame": 1, - "IsGlobalContext": 1, - "ByteArray*": 1, - "seed": 2, - "random_seed": 1, - "": 1, - "GetDataStartAddress": 1, - "private_random_seed": 1, - "FLAG_use_idle_notification": 1, - "HEAP": 1, - "Lazy": 1, - "init.": 1, - "Add": 1, - "Remove": 1, - "HandleScopeImplementer*": 1, - "handle_scope_implementer": 5, - "CallDepthIsZero": 1, - "IncrementCallDepth": 1, - "DecrementCallDepth": 1, - "union": 1, - "double_value": 1, - "uint64_t": 8, - "uint64_t_value": 1, - "double_int_union": 2, - "random_bits": 2, - "binary_million": 3, - "r.double_value": 3, - "r.uint64_t_value": 1, - "HeapNumber": 1, - "set_value": 1, - "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, - "endl": 1, - "///": 843, - "mainpage": 1, - "library": 14, - "Broadcom": 3, - "BCM": 14, - "Raspberry": 6, - "Pi": 5, - "RPi": 17, - "It": 7, - "provides": 3, - "access": 17, - "GPIO": 87, - "IO": 2, - "functions": 19, - "chip": 9, - "allowing": 3, - "pins": 40, - "pin": 90, - "IDE": 4, - "plug": 3, - "board": 2, - "so": 2, - "interface": 9, - "various": 4, - "external": 3, - "devices.": 1, - "reading": 3, - "digital": 2, - "inputs": 2, - "setting": 2, - "outputs": 1, - "SPI": 44, - "I2C": 29, - "accessing": 2, - "timers.": 1, - "Pin": 65, - "event": 3, - "detection": 2, - "supported": 3, - "polling": 1, - "interrupts": 1, - "compatible": 1, - "installs": 1, - "non": 2, - "shared": 2, - "Linux": 2, - "based": 4, - "distro": 1, - "clearly": 1, - "except": 2, - "another": 1, - "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, - "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, - "group": 23, - "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, - "been": 14, - "observed": 1, - "detect": 3, - "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, - "handler": 1, - "hitting": 1, - "hard": 1, - "loop": 2, - "those": 3, - "OSs.": 1, - "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, - "code": 12, - "#": 1, - "download": 2, - "say": 1, - "bcm2835": 7, - "xx.tar.gz": 2, - "tar": 1, - "zxvf": 1, - "cd": 1, - "./configure": 1, - "sudo": 2, - "endcode": 2, - "Physical": 21, - "Addresses": 6, - "bcm2835_peri_read": 3, - "bcm2835_peri_write": 3, - "bcm2835_peri_set_bits": 2, - "level": 10, - "peripheral": 14, - "register": 17, - "functions.": 4, - "They": 1, - "designed": 3, - "addresses": 4, - "described": 1, - "section": 6, - "BCM2835": 2, - "Peripherals": 1, - "manual.": 1, - "FFFFFF": 1, - "peripherals.": 1, - "bus": 4, - "peripherals": 2, - "map": 3, - "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, - "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, - "convenience.": 1, - "See": 7, - "ref": 32, - "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, - "changes": 2, - "bahaviour": 1, - "behaviour": 1, - "order": 14, - "support": 4, - "SPI.": 1, - "While": 1, - "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, - "i.e.": 1, - "they": 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, - "time": 10, - "timing": 3, - "programs.": 1, - "In": 2, - "particular": 1, - "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, - "dont": 1, - "request.": 1, - "Arjan": 2, - "reports": 1, - "sched_param": 1, - "sp": 4, - "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, - "who": 1, - "uses": 4, - "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, - "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, - "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, - "read": 21, - "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, - "pad": 4, - "settings.": 1, - "Changed": 1, - "collisions": 1, - "wiringPi.": 1, - "Macros": 2, - "delayMicroseconds": 3, - "disabled": 2, - "defining": 1, - "BCM2835_NO_DELAY_COMPATIBILITY": 2, - "incorrect": 2, - "Hardware": 1, - "pointers": 2, - "initialisation": 2, - "externally": 1, - "bcm2835_spi0.": 1, - "Now": 4, - "compiles": 1, - "even": 2, - "CLOCK_MONOTONIC_RAW": 1, - "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, - "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, - "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, - "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, - "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, - "BCM2835_PAGE_SIZE": 1, - "*1024": 2, - "BCM2835_BLOCK_SIZE": 1, - "offsets": 2, - "BCM2835_GPIO_BASE.": 1, - "Offsets": 1, - "bytes": 29, - "per": 3, - "Register": 1, - "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, - "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, - "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, - "A": 7, - "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, - "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, - "TOH": 1, - "BCM2835_SPI0_DC": 1, - "DMA": 3, - "DREQ": 1, - "Controls": 1, - "BCM2835_SPI0_CS_LEN_LONG": 1, - "Long": 1, - "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, - "BCM2835_BSC_S_ERR": 1, - "ACK": 1, - "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, - "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, - "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, - "init": 2, - "Library": 1, - "management": 1, - "intialise": 1, - "Initialise": 1, - "opening": 1, - "getting": 1, - "call": 4, - "successfully": 1, - "bcm2835_set_debug": 2, - "fails": 1, - "returning": 1, - "crashes": 1, - "failures.": 1, - "Prints": 1, - "messages": 1, - "stderr": 1, - "errors.": 1, - "successful": 2, - "Close": 1, - "deallocating": 1, - "debug": 6, - "prevents": 1, - "makes": 1, - "out": 5, - "would": 2, - "causes": 1, - "normal": 1, - "param": 72, - "uint8_t": 43, - "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, - "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, - "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, - "Mask": 6, - "affect.": 4, - "eg": 5, - "Works": 1, - "output.": 1, - "bcm2835_gpio_lev": 1, - "Status.": 7, - "Tests": 1, - "detected": 7, - "requested": 1, - "bcm2835_gpio_set_eds": 2, - "status": 1, - "th": 1, - "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, - "duration": 2, - "detected.": 2, - "bcm2835_gpio_pudclk": 3, - "resistor": 1, - "However": 3, - "convenient": 2, - "bcm2835_gpio_set_pud": 4, - "pud": 4, - "desired": 7, - "One": 3, - "BCM2835_GPIO_PUD_*": 2, - "Clocks": 3, - "earlier": 1, - "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, - "becomes": 2, - "again": 2, - "thread.": 2, - "millis": 2, - "milliseconds": 1, - "microseconds.": 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, - "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, - "uint16_t": 2, - "polariy": 1, - "phase": 1, - "BCM2835_SPI_MODE*": 1, - "bcm2835_spi_transfer": 5, - "made": 1, - "during": 4, - "transfer.": 4, - "cs": 4, - "activate": 1, - "slave.": 7, - "BCM2835_SPI_CS*": 1, - "bcm2835_spi_chipSelect": 4, - "occurs": 1, - "active.": 1, - "transfers": 1, - "happening": 1, - "complement": 1, - "inactive": 1, - "affect": 1, - "active": 3, - "Whether": 1, - "bcm2835_spi_setChipSelectPolarity": 1, - "Transfers": 6, - "Asserts": 3, - "simultaneously": 3, - "clocks": 2, - "MISO.": 2, - "polled": 2, - "Peripherls": 2, - "slave": 8, - "placed": 1, - "rbuf.": 1, - "rbuf": 3, - "tbuf": 4, - "send.": 5, - "put": 1, - "send/received": 2, - "bcm2835_spi_transfernb.": 1, - "replaces": 1, - "transmitted": 1, - "buffer.": 1, - "replace": 1, - "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, - "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, - "": 1, - "": 1, - "": 2, - "*env_instance": 1, - "*Env": 1, - "env_instance": 3, - "QObject": 2, - "QCoreApplication": 1, - "**envp": 1, - "**env": 1, - "**": 2, - "envvar": 2, - "indexOfEquals": 5, - "env": 3, - "*env": 1, - "envvar.indexOf": 1, - "envvar.left": 1, - "envvar.mid": 1, - "m_map.insert": 1, - "QVariantMap": 3, - "asVariantMap": 2, - "m_map": 2, - "ENV_H": 3, - "": 1, - "Q_OBJECT": 1, - "*instance": 1, - "rpc_init": 1, - "rpc_server_loop": 1, - "BITCOIN_KEY_H": 2, - "": 1, - "": 1, - "EC_KEY": 3, - "key_error": 6, - "runtime_error": 2, - "str": 2, - "CKeyID": 5, - "uint160": 8, - "CScriptID": 3, - "CPubKey": 11, - "vchPubKey": 6, - "CKey": 26, - "vchPubKeyIn": 2, - "a.vchPubKey": 3, - "b.vchPubKey": 3, - "IMPLEMENT_SERIALIZE": 1, - "READWRITE": 1, - "GetID": 1, - "Hash160": 1, - "uint256": 10, - "GetHash": 1, - "Hash": 1, - "vchPubKey.begin": 1, - "vchPubKey.end": 1, - "IsValid": 4, - "vchPubKey.size": 3, - "IsCompressed": 2, - "Raw": 1, - "secure_allocator": 2, - "CPrivKey": 3, - "CSecret": 4, - "EC_KEY*": 1, - "pkey": 14, - "fSet": 7, - "fCompressedPubKey": 5, - "SetCompressedPubKey": 4, - "Reset": 5, - "IsNull": 1, - "MakeNewKey": 1, - "fCompressed": 3, - "SetPrivKey": 1, - "vchPrivKey": 1, - "SetSecret": 1, - "vchSecret": 1, - "GetSecret": 2, - "GetPrivKey": 1, - "SetPubKey": 1, - "GetPubKey": 5, - "hash": 20, - "vchSig": 18, - "SignCompact": 2, - "SetCompactSignature": 2, - "Verify": 2, - "VerifyCompact": 2, - "": 1, - "": 1, - "": 1, - "EC_KEY_regenerate_key": 1, - "*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, - "err": 26, - "pub_key": 6, - "EC_POINT_new": 4, - "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, - "ret": 24, - "*x": 1, - "*e": 1, - "*order": 1, - "*sor": 1, - "*eor": 1, - "*field": 1, - "*R": 1, - "*O": 1, - "*Q": 1, - "*rr": 1, - "*zero": 1, - "BN_CTX_start": 1, - "BN_CTX_get": 8, - "EC_GROUP_get_order": 1, - "BN_copy": 1, - "BN_mul_word": 1, - "BN_add": 1, - "ecsig": 3, - "EC_GROUP_get_curve_GFp": 1, - "BN_cmp": 1, - "R": 6, - "EC_POINT_set_compressed_coordinates_GFp": 1, - "O": 5, - "EC_POINT_is_at_infinity": 1, - "Q": 5, - "EC_GROUP_get_degree": 1, - "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, - "EC_KEY_set_conv_form": 1, - "POINT_CONVERSION_COMPRESSED": 1, - "EC_KEY_new_by_curve_name": 2, - "NID_secp256k1": 2, - "throw": 4, - "EC_KEY_dup": 1, - "b.pkey": 2, - "b.fSet": 2, - "EC_KEY_copy": 1, - "nSize": 2, - "vchSig.clear": 2, - "vchSig.resize": 2, - "Shrink": 1, - "fit": 1, - "actual": 1, - "fOk": 3, - "*sig": 2, - "ECDSA_do_sign": 1, - "sig": 11, - "nBitsR": 3, - "BN_num_bits": 2, - "nBitsS": 3, - "nRecId": 4, - "<4;>": 1, - "keyRec": 5, - "BN_bn2bin": 2, - "/8": 2, - "ECDSA_SIG_free": 2, - "vchSig.size": 2, - "nV": 6, - "<27>": 1, - "ECDSA_SIG_new": 1, - "EC_KEY_free": 1, - "ECDSA_verify": 1, - "key.SetCompactSignature": 1, - "key.GetPubKey": 1, - "fCompr": 3, - "secret": 2, - "key2": 1, - "key2.SetSecret": 1, - "key2.GetPubKey": 1, - "V8_SCANNER_H_": 3, - "ParsingFlags": 1, - "kNoParsingFlags": 1, - "kLanguageModeMask": 4, - "kAllowLazy": 1, - "kAllowNativesSyntax": 1, - "kAllowModules": 1, - "CLASSIC_MODE": 2, - "STRICT_MODE": 2, - "EXTENDED_MODE": 2, - "x16": 1, - "x36.": 1, - "Utf16CharacterStream": 3, - "pos_": 6, - "buffer_cursor_": 5, - "buffer_end_": 3, - "ReadBlock": 2, - "": 1, - "kEndOfInput": 2, - "code_unit_count": 7, - "buffered_chars": 2, - "SlowSeekForward": 2, - "int32_t": 1, - "code_unit": 6, - "uc16*": 3, - "UnicodeCache": 3, - "unibrow": 11, - "Utf8InputBuffer": 2, - "<1024>": 2, - "Utf8Decoder": 2, - "StaticResource": 2, - "": 2, - "utf8_decoder": 1, - "utf8_decoder_": 2, - "uchar": 4, - "kIsIdentifierStart.get": 1, - "IsIdentifierPart": 1, - "kIsIdentifierPart.get": 1, - "kIsLineTerminator.get": 1, - "kIsWhiteSpace.get": 1, - "Predicate": 4, - "": 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, - "": 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*": 2, - "scanner_": 5, - "complete_": 4, - "StartLiteral": 2, - "DropLiteral": 2, - "Complete": 1, - "TerminateLiteral": 2, - "beg_pos": 5, - "end_pos": 4, - "kNoOctalLocation": 1, - "scanner_contants": 1, - "current_token": 1, - "current_.location": 2, - "literal_ascii_string": 1, - "ASSERT_NOT_NULL": 9, - "current_.literal_chars": 11, - "literal_utf16_string": 1, - "is_literal_ascii": 1, - "literal_length": 1, - "literal_contains_escapes": 1, - "source_length": 3, - "location.end_pos": 1, - "location.beg_pos": 1, - "STRING": 1, - "peek": 1, - "peek_location": 1, - "next_.location": 1, - "next_literal_ascii_string": 1, - "next_literal_utf16_string": 1, - "is_next_literal_ascii": 1, - "next_literal_length": 1, - "kCharacterLookaheadBufferSize": 3, - "ScanOctalEscape": 1, - "octal_position": 1, - "clear_octal_position": 1, - "HarmonyScoping": 1, - "SetHarmonyScoping": 1, - "scoping": 2, - "HarmonyModules": 1, - "SetHarmonyModules": 1, - "modules": 2, - "HasAnyLineTerminatorBeforeNext": 1, - "ScanRegExpPattern": 1, - "seen_equal": 1, - "ScanRegExpFlags": 1, - "IsIdentifier": 1, - "CharacterStream*": 1, - "TokenDesc": 3, - "LiteralBuffer*": 2, - "literal_chars": 1, - "free_buffer": 3, - "literal_buffer1_": 3, - "literal_buffer2_": 2, - "AddLiteralChar": 2, - "tok": 2, - "else_": 2, - "ScanDecimalDigits": 1, - "seen_period": 1, - "ScanIdentifierSuffix": 1, - "LiteralScope*": 1, - "ScanIdentifierUnicodeEscape": 1, - "desc": 2, - "look": 1, - "ahead": 1, - "Field": 2, - "Free": 1, - "Black": 1, - "White": 1, - "Illegal": 1, - "Player": 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, - "Used": 2, - "macro.": 1, - "ScopedMetric": 4, - "Metric*": 4, - "metric_": 1, - "Timestamp": 1, - "started.": 1, - "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, - "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, - "GDSDBREADER_H": 3, - "": 1, - "GDS_DIR": 1, - "LEVEL_ONE": 1, - "LEVEL_TWO": 1, - "LEVEL_THREE": 1, - "dbDataStructure": 2, - "label": 1, - "quint32": 3, - "depth": 1, - "userIndex": 1, - "QByteArray": 1, - "COMPRESSED": 1, - "optimize": 1, - "ram": 1, - "decompressed": 1, - "quint64": 1, - "uniqueID": 1, - "QVector": 2, - "": 1, - "nextItems": 1, - "": 1, - "nextItemsIndices": 1, - "dbDataStructure*": 1, - "father": 1, - "fatherIndex": 1, - "noFatherRoot": 1, - "tell": 1, - "node": 1, - "root": 1, - "hasn": 1, - "argument": 1, - "overload.": 1, - "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, - "qUncompress": 2 + "Py_EQ": 6 }, "COBOL": { + "program": 1, + "-": 19, + "id.": 1, + "hello.": 3, + "procedure": 1, + "division.": 1, + "display": 1, + ".": 3, + "stop": 1, + "run.": 1, "IDENTIFICATION": 2, "DIVISION.": 4, "PROGRAM": 2, - "-": 19, "ID.": 2, - "hello.": 3, "PROCEDURE": 2, "DISPLAY": 2, - ".": 3, "STOP": 2, "RUN.": 2, "COBOL": 7, @@ -14361,14 +14796,7 @@ "(": 5, ")": 5, "COMP.": 3, - "COMP2": 2, - "program": 1, - "id.": 1, - "procedure": 1, - "division.": 1, - "display": 1, - "stop": 1, - "run.": 1 + "COMP2": 2 }, "CSS": { ".clearfix": 8, @@ -15146,133 +15574,858 @@ "<=>": 1, "other.name": 1 }, + "Chapel": { + "//": 150, + "use": 5, + "BlockDist": 2, + "CyclicDist": 1, + "BlockCycDist": 1, + "ReplicatedDist": 2, + ";": 516, + "DimensionalDist2D": 2, + "ReplicatedDim": 2, + "BlockCycDim": 1, + "config": 10, + "const": 59, + "n": 16, + "Space": 12, + "{": 122, + "}": 120, + "BlockSpace": 2, + "dmapped": 8, + "Block": 4, + "(": 626, + "boundingBox": 2, + ")": 626, + "var": 72, + "BA": 3, + "[": 920, + "]": 920, + "int": 21, + "forall": 43, + "ba": 4, + "in": 76, + "do": 62, + "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": 250, + "j": 25, + "i*100": 1, + "+": 334, + "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, + "new": 7, + "BlockCyclicDim": 1, + "lowIdx": 1, + "blockSize": 1, + "DRBA": 3, + "for": 36, + "locId1": 2, + "drba": 2, + "Helper": 2, + "print": 5, + "to": 9, + "the": 10, + "console": 1, + "Time": 2, + "get": 3, + "timing": 6, + "routines": 1, + "benchmarking": 1, + "block": 1, + "-": 345, + "distributed": 1, + "arrays": 6, + "luleshInit": 1, + "initialization": 1, + "code": 1, + "data": 1, + "set": 4, + "param": 25, + "useBlockDist": 5, + "CHPL_COMM": 1, + "use3DRepresentation": 4, + "false": 4, + "useSparseMaterials": 3, + "true": 5, + "printWarnings": 3, + "&&": 9, + "luleshInit.filename": 1, + "halt": 5, + "initialEnergy": 2, + "e": 84, + "initial": 1, + "energy": 5, + "value": 1, + "showProgress": 3, + "time": 9, + "and": 4, + "dt": 14, + "values": 1, + "each": 1, + "step": 1, + "debug": 8, + "various": 1, + "info": 1, + "doTiming": 4, + "main": 3, + "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, + "x": 111, + "y": 107, + "z": 107, + "real": 60, + "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, + "*": 260, + "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, + "proc": 44, + "type": 1, + "return": 15, + "Elems.type": 1, + "iter": 3, + "yield": 3, + "elemBC": 16, + "p": 10, + "pressure": 1, + "q": 13, + "ql": 3, + "linear": 1, + "term": 2, + "qq": 3, + "quadratic": 1, + "v": 9, + "//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, + "mass": 12, + "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, + "change": 2, + "cycle": 5, + "iteration": 1, + "count": 1, + "simulation": 1, + "initLulesh": 2, + "st": 4, + "getCurrentTime": 4, + "while": 4, + "<": 42, + "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, + "*real": 40, + "localizeNeighborNodes": 6, + "CalcElemVolume": 3, + "neighbor": 2, + ".add": 1, + ".read": 1, + "/": 26, + "surfaceNode": 8, + "mask": 16, + "<<": 2, + "&": 18, + "f": 4, + "|": 14, + "xf0": 4, + "xcc": 4, + "check": 3, + "loc": 4, + "maxloc": 1, + "reduce": 2, + "zip": 1, + "freeSurface": 3, + "initFreeSurface": 1, + "b": 4, + "inline": 5, + "ref": 19, + "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, + "sqrt": 10, + "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, + "be": 2, + "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, + "<=>": 7, + "0": 5, + "all": 1, + "elements": 3, + "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, + "this": 2, + "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, + "array": 4, + "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, + "of": 3, + "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, + "**2": 6, + "enewc": 2, + "pnewc": 2, + "ssTmp": 4, + "elemToNodesTuple": 1, + "title": 2, + "string": 1, + "pi": 1, + "solarMass": 7, + "pi**2": 1, + "daysPerYear": 13, + "record": 1, + "body": 6, + "pos": 5, + "does": 1, + "not": 1, + "after": 1, + "it": 1, + "is": 1, + "up": 1, + "bodies": 8, + "numbodies": 5, + "bodies.numElements": 1, + "initSun": 2, + "writef": 2, + "advance": 2, + "b.v": 2, + "b.mass": 1, + ".v": 1, + "updateVelocities": 2, + "b1": 2, + "b2": 2, + "dpos": 4, + "b1.pos": 2, + "b2.pos": 2, + "mag": 3, + "sumOfSquares": 4, + "**3": 1, + "b1.v": 2, + "b2.mass": 2, + "b2.v": 1, + "b1.mass": 3, + "b.pos": 1, + "Random": 1, + "random": 1, + "number": 1, + "generation": 1, + "Timer": 2, + "class": 1, + "timer": 2, + "sort": 1, + "**15": 1, + "size": 1, + "sorted": 1, + "thresh": 6, + "recursive": 1, + "depth": 1, + "serialize": 1, + "verbose": 7, + "out": 1, + "many": 1, + "bool": 1, + "disable": 1, + "numbers": 1, + "fillRandom": 1, + "timer.start": 1, + "pqsort": 4, + "timer.stop": 1, + "timer.elapsed": 1, + "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, + "ilo": 9, + "ihi": 6, + "low..high": 2 + }, "Cirru": { "print": 38, - "int": 36, - "float": 1, - "set": 12, - "a": 22, - "string": 7, - "(": 20, - ")": 20, - "nothing": 1, - "map": 8, - "b": 7, - "c": 9, "array": 14, - "code": 4, - "get": 4, - "container": 3, - "self": 2, - "child": 1, - "under": 2, - "parent": 1, - "x": 2, - "just": 4, - "-": 4, - "eval": 2, + "int": 36, + "string": 7, + "set": 12, "f": 3, "block": 1, + "(": 20, + "a": 22, + "b": 7, + "c": 9, + ")": 20, "call": 1, - "m": 3, "bool": 6, "true": 1, "false": 1, "yes": 1, "no": 1, + "map": 8, + "m": 3, + "float": 1, "require": 1, - "./stdio.cr": 1 + "./stdio.cr": 1, + "self": 2, + "child": 1, + "under": 2, + "parent": 1, + "get": 4, + "x": 2, + "just": 4, + "-": 4, + "code": 4, + "eval": 2, + "nothing": 1, + "container": 3 }, "Clojure": { "(": 258, - "defprotocol": 1, - "ISound": 4, - "sound": 5, - "[": 67, - "]": 67, - ")": 259, - "deftype": 2, - "Cat": 1, - "_": 4, - "Dog": 1, - "extend": 1, - "-": 70, - "type": 8, - "default": 1, - ";": 353, - "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, - "Stub": 1, - "for": 4, - "float": 2, - "fn": 3, - "which": 2, - "does": 1, - "not": 9, - "exist": 1, - "on": 11, - "runtime": 1, - "def": 4, - "identity": 1, "defn": 14, - "xy": 1, - "coordinates": 7, - "cond": 2, - "and": 8, - "vector": 1, - "count": 5, - "map": 3, - "x": 8, - "y": 1, - "into": 3, - "array": 3, - "aseq": 8, - "nil": 3, - "let": 3, - "n": 9, - "a": 7, - "make": 1, - "loop": 2, - "seq": 1, - "i": 20, - "if": 3, - "<": 1, - "do": 15, - "aset": 1, - "first": 2, - "recur": 1, - "next": 1, - "inc": 2, "prime": 2, + "[": 67, + "n": 9, + "]": 67, + "not": 9, + "-": 70, "any": 3, "zero": 2, + "map": 3, "#": 14, "rem": 2, "%": 6, + ")": 259, "range": 3, + ";": 353, "while": 3, "stops": 1, "at": 2, "the": 5, + "first": 2, "collection": 1, "element": 1, "that": 1, @@ -15281,20 +16434,34 @@ "false": 6, "like": 1, "take": 1, - "rand": 2, - "scm*": 1, - "random": 1, - "real": 1, + "for": 4, + "x": 8, + "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, "Copyright": 1, "c": 1, "Alan": 1, "Dipert": 1, + "and": 8, "Micha": 1, "Niskin.": 1, "All": 1, "rights": 1, "reserved.": 1, "The": 1, + "use": 3, "distribution": 1, "terms": 2, "this": 6, @@ -15308,6 +16475,7 @@ "http": 2, "//opensource.org/licenses/eclipse": 1, "php": 1, + "which": 2, "can": 1, "be": 2, "found": 1, @@ -15338,6 +16506,7 @@ "clojure": 1, "exclude": 1, "nth": 2, + "require": 2, "tailrecursion.hoplon.reload": 1, "reload": 2, "all": 5, @@ -15354,25 +16523,30 @@ "route": 11, "state": 15, "editing": 13, + "def": 4, "mapvi": 2, "comp": 1, "vec": 2, "indexed": 1, "dissocv": 2, "v": 15, + "i": 20, + "let": 3, "z": 4, "dec": 1, + "count": 5, + "cond": 2, "neg": 1, "pop": 1, "pos": 1, + "into": 3, "subvec": 2, + "inc": 2, "decorate": 2, "todo": 10, - "{": 17, "done": 12, "completed": 12, "text": 14, - "}": 17, "assoc": 4, "visible": 2, "empty": 8, @@ -15384,6 +16558,7 @@ "cells": 2, "defc": 6, "loaded": 1, + "nil": 3, "formula": 1, "computed": 1, "filter": 2, @@ -15398,35 +16573,32 @@ "swap": 6, "clear": 2, "&": 1, + "_": 4, "new": 5, "when": 3, "conj": 1, "mapv": 1, + "fn": 3, "reset": 1, - "html": 2, + "if": 3, "lang": 1, - "head": 2, - "meta": 3, - "charset": 2, "equiv": 1, "content": 1, - "link": 2, - "rel": 2, - "href": 6, "title": 1, - "body": 2, "noscript": 1, "div": 3, "id": 20, - "p": 4, "section": 2, "header": 1, "h1": 1, "form": 2, + "on": 11, "submit": 2, + "do": 15, "val": 4, "value": 3, "input": 4, + "type": 8, "autofocus": 1, "true": 5, "placeholder": 1, @@ -15437,6 +16609,7 @@ "click": 4, "label": 2, "ul": 2, + "loop": 2, "tpl": 1, "reverse": 1, "bind": 1, @@ -15457,10 +16630,57 @@ "footer": 2, "span": 2, "strong": 1, + "a": 7, "selected": 3, - "script": 1, - "src": 1, - "div.nav": 1, + "array": 3, + "aseq": 8, + "make": 1, + "seq": 1, + "<": 1, + "aset": 1, + "recur": 1, + "next": 1, + "defprotocol": 1, + "ISound": 4, + "sound": 5, + "deftype": 2, + "Cat": 1, + "Dog": 1, + "extend": 1, + "default": 1, + "rand": 2, + "scm*": 1, + "random": 1, + "real": 1, + "clj": 1, + "ns": 2, + "c2.svg": 2, + "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, + "c2.dom": 1, + "as": 1, + "dom": 1, + "Stub": 1, + "float": 2, + "does": 1, + "exist": 1, + "runtime": 1, + "identity": 1, + "xy": 1, + "coordinates": 7, + "vector": 1, + "y": 1, "deftest": 1, "function": 1, "tests": 1, @@ -15474,132 +16694,89 @@ "vals": 1 }, "CoffeeScript": { - "dnsserver": 1, + "CoffeeScript": 1, "require": 21, - "exports.Server": 1, - "class": 11, - "Server": 2, - "extends": 6, - "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, - "constructor": 6, + "CoffeeScript.require": 1, + "CoffeeScript.eval": 1, "(": 193, - "domain": 6, - "@rootAddress": 2, - ")": 196, - "-": 107, - "super": 4, - "@domain": 3, - "domain.toLowerCase": 1, - "@soa": 2, - "createSOA": 2, - "@on": 1, - "@handleRequest": 1, - "handleRequest": 1, - "req": 4, - "res": 3, - "question": 5, - "req.question": 1, - "subdomain": 10, - "@extractSubdomain": 1, - "question.name": 3, - "if": 102, - "and": 20, - "isARequest": 2, - "res.addRR": 2, - "subdomain.getAddress": 1, - "else": 53, - ".isEmpty": 1, - "isNSRequest": 2, - "true": 8, - "res.header.rcode": 1, - "res.send": 1, - "extractSubdomain": 1, - "name": 5, - "Subdomain.extract": 1, - "question.type": 2, - "is": 36, - "question.class": 2, - "mname": 2, - "rname": 2, - "serial": 2, - "parseInt": 5, - "new": 12, - "Date": 1, - ".getTime": 1, - "/": 44, - "refresh": 2, - "retry": 2, - "expire": 2, - "minimum": 2, - "dnsserver.createSOA": 1, - "exports.createServer": 1, - "address": 4, - "exports.Subdomain": 1, - "Subdomain": 4, - "@extract": 1, - "return": 29, - "unless": 19, - "name.toLowerCase": 1, - "offset": 4, - "name.length": 1, - "domain.length": 1, - "name.slice": 2, - "then": 24, - "null": 15, - "@for": 2, - "IPAddressSubdomain.pattern.test": 1, - "IPAddressSubdomain": 2, - "EncodedSubdomain.pattern.test": 1, - "EncodedSubdomain": 2, - "@subdomain": 1, - "@address": 2, - "@labels": 2, - ".split": 1, - "[": 134, - "]": 134, - "@length": 3, - "@labels.length": 1, - "isEmpty": 1, - "getAddress": 3, - "@pattern": 2, - "///": 12, - "|": 21, - ".": 13, + "code": 20, + "options": 16, "{": 31, "}": 34, - "@labels.slice": 1, - ".join": 2, - "a": 2, - "z0": 2, - "decode": 2, - "exports.encode": 1, - "encode": 1, - "ip": 2, - "value": 25, - "for": 14, - "byte": 2, - "index": 4, + ")": 196, + "-": 107, + "options.bare": 2, + "on": 3, + "eval": 2, + "CoffeeScript.compile": 2, + "CoffeeScript.run": 3, + "Function": 1, + "return": 29, + "unless": 19, + "window": 1, + "CoffeeScript.load": 2, + "url": 2, + "callback": 35, + "xhr": 2, + "new": 12, + "window.ActiveXObject": 1, + "or": 22, + "XMLHttpRequest": 1, + "xhr.open": 1, + "true": 8, + "xhr.overrideMimeType": 1, + "if": 102, + "of": 7, + "xhr.onreadystatechange": 1, + "xhr.readyState": 1, + "is": 36, + "xhr.status": 1, "in": 32, - "ip.split": 1, + "[": 134, + "]": 134, + "xhr.responseText": 1, + "else": 53, + "throw": 3, + "Error": 1, + "xhr.send": 1, + "null": 15, + "runScripts": 3, + "scripts": 2, + "document.getElementsByTagName": 1, + "coffees": 2, + "s": 10, + "for": 14, + "when": 16, + "s.type": 1, + "index": 4, + "length": 4, + "coffees.length": 1, + "do": 2, + "execute": 3, + "script": 7, "+": 31, - "<<": 1, - "*": 21, - ".toString": 3, - "PATTERN": 1, - "exports.decode": 1, - "string": 9, - "PATTERN.test": 1, - "i": 8, - "ip.push": 1, - "&": 4, - "xFF": 1, - "ip.join": 1, + ".type": 1, + "script.src": 2, + "script.innerHTML": 1, + "window.addEventListener": 1, + "addEventListener": 1, + "no": 3, + "attachEvent": 1, + "class": 11, + "Animal": 3, + "constructor": 6, + "@name": 2, + "move": 3, + "meters": 2, + "alert": 4, + "Snake": 2, + "extends": 6, + "super": 4, + "Horse": 2, + "sam": 1, + "tom": 1, + "sam.move": 1, + "tom.move": 1, "#": 35, "fs": 2, "path": 3, @@ -15619,8 +16796,6 @@ "exports.RESERVED": 1, "exports.helpers": 2, "exports.compile": 1, - "code": 20, - "options": 16, "merge": 1, "try": 3, "js": 5, @@ -15632,7 +16807,6 @@ "err": 20, "err.message": 2, "options.filename": 5, - "throw": 3, "header": 1, "exports.tokens": 1, "exports.nodes": 1, @@ -15643,14 +16817,15 @@ "require.main": 1, "mainModule.filename": 4, "process.argv": 1, + "then": 24, "fs.realpathSync": 2, "mainModule.moduleCache": 1, + "and": 20, "mainModule.paths": 1, "._nodeModulePaths": 1, "path.dirname": 2, "path.extname": 1, "isnt": 7, - "or": 22, "mainModule._compile": 2, "exports.eval": 1, "code.trim": 1, @@ -15664,7 +16839,6 @@ "k": 4, "v": 4, "own": 2, - "of": 7, "sandbox.global": 1, "sandbox.root": 1, "sandbox.GLOBAL": 1, @@ -15682,7 +16856,6 @@ "_module.filename": 1, "r": 4, "Object.getOwnPropertyNames": 1, - "when": 16, "_require.paths": 1, "_module.paths": 1, "Module._nodeModulePaths": 1, @@ -15692,8 +16865,8 @@ "Module._resolveFilename": 1, "o": 4, "o.bare": 1, - "on": 3, "ensure": 1, + "value": 25, "vm.runInThisContext": 1, "vm.runInContext": 1, "lexer": 1, @@ -15707,10 +16880,12 @@ "setInput": 1, "upcomingInput": 1, "parser.yy": 1, + "console.log": 1, "number": 13, "opposite": 2, "square": 4, "x": 6, + "*": 21, "list": 2, "math": 1, "root": 1, @@ -15721,156 +16896,10 @@ "runners...": 1, "print": 1, "runners": 1, - "alert": 4, "elvis": 1, "cubes": 1, "math.cube": 1, "num": 2, - "async": 1, - "nack": 1, - "bufferLines": 3, - "pause": 2, - "sourceScriptEnv": 3, - "join": 8, - "exists": 5, - "basename": 2, - "resolve": 2, - "module.exports": 1, - "RackApplication": 1, - "@configuration": 1, - "@root": 8, - "@firstHost": 1, - "@logger": 1, - "@configuration.getLogger": 1, - "@readyCallbacks": 3, - "@quitCallbacks": 3, - "@statCallbacks": 3, - "ready": 1, - "callback": 35, - "@state": 11, - "@readyCallbacks.push": 1, - "@initialize": 2, - "quit": 1, - "@quitCallbacks.push": 1, - "@terminate": 2, - "queryRestartFile": 1, - "fs.stat": 1, - "stats": 1, - "@mtime": 5, - "false": 4, - "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, - "script": 7, - "scriptExists": 2, - "loadRvmEnvironment": 1, - "rvmrcExists": 2, - "rvm": 1, - "@configuration.rvmPath": 1, - "rvmExists": 2, - "libexecPath": 1, - "before": 2, - ".trim": 1, - "loadEnvironment": 1, - "@queryRestartFile": 2, - "@loadScriptEnvironment": 1, - "@configuration.env": 1, - "@loadRvmEnvironment": 1, - "initialize": 1, - "@quit": 3, - "@loadEnvironment": 1, - "@logger.error": 3, - "@pool": 2, - "nack.createPool": 1, - "size": 1, - ".POW_WORKERS": 1, - "@configuration.workers": 1, - "idle": 1, - ".POW_TIMEOUT": 1, - "@configuration.timeout": 1, - "@pool.stdout": 1, - "line": 6, - "@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, - "next": 3, - "resume": 2, - "@setPoolRunOnceFlag": 1, - "@restartIfNecessary": 1, - "req.proxyMetaVariables": 1, - "SERVER_PORT": 1, - "@configuration.dstPort.toString": 1, - "@pool.proxy": 1, - "finally": 2, - "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, - "CoffeeScript": 1, - "CoffeeScript.require": 1, - "CoffeeScript.eval": 1, - "options.bare": 2, - "eval": 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": 10, - "s.type": 1, - "length": 4, - "coffees.length": 1, - "do": 2, - "execute": 3, - ".type": 1, - "script.src": 2, - "script.innerHTML": 1, - "window.addEventListener": 1, - "addEventListener": 1, - "no": 3, - "attachEvent": 1, "Rewriter": 2, "INVERSES": 2, "count": 5, @@ -15882,6 +16911,7 @@ "opts": 1, "WHITESPACE.test": 1, "code.replace": 1, + "/": 44, "r/g": 1, ".replace": 3, "TRAILING_SPACES": 2, @@ -15915,6 +16945,9 @@ "parsed": 1, "tokens": 5, "form": 1, + "line": 6, + ".": 13, + "i": 8, "while": 4, "@chunk": 9, "i..": 1, @@ -15976,11 +17009,14 @@ "number.length": 1, "octalLiteral": 2, "/.exec": 2, + "parseInt": 5, + ".toString": 3, "binaryLiteral": 2, "b": 1, "stringToken": 1, "@chunk.charAt": 3, "SIMPLESTR.exec": 1, + "string": 9, "MULTILINER": 2, "@balancedString": 1, "<": 6, @@ -15988,6 +17024,7 @@ "@interpolateString": 2, "@escapeLines": 1, "octalEsc": 1, + "|": 21, "string.length": 1, "heredocToken": 1, "HEREDOC.exec": 1, @@ -16014,6 +17051,7 @@ "here": 3, "herecomment": 4, "Array": 1, + ".join": 2, "comment.length": 1, "jsToken": 1, "JSTOKEN.exec": 1, @@ -16067,6 +17105,7 @@ "attempt.length": 1, "indent.length": 1, "doc.replace": 2, + "///": 12, "///g": 1, "n/": 1, "tagParameters": 1, @@ -16092,9 +17131,12 @@ "OUTDENT": 1, "THROW": 1, "EXTENDS": 1, + "&": 4, + "false": 4, "delete": 1, "break": 1, "debugger": 1, + "finally": 2, "undefined": 1, "until": 1, "loop": 1, @@ -16176,17 +17218,413 @@ "BOOL": 1, "NOT_REGEX.concat": 1, "CALLABLE.concat": 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 + "async": 1, + "nack": 1, + "bufferLines": 3, + "pause": 2, + "sourceScriptEnv": 3, + "join": 8, + "exists": 5, + "basename": 2, + "resolve": 2, + "module.exports": 1, + "RackApplication": 1, + "@configuration": 1, + "@root": 8, + "@firstHost": 1, + "@logger": 1, + "@configuration.getLogger": 1, + "@readyCallbacks": 3, + "@quitCallbacks": 3, + "@statCallbacks": 3, + "ready": 1, + "@state": 11, + "@readyCallbacks.push": 1, + "@initialize": 2, + "quit": 1, + "@quitCallbacks.push": 1, + "@terminate": 2, + "queryRestartFile": 1, + "fs.stat": 1, + "stats": 1, + "@mtime": 5, + "lastMtime": 2, + "stats.mtime.getTime": 1, + "setPoolRunOnceFlag": 1, + "@statCallbacks.length": 1, + "alwaysRestart": 2, + "@pool.runOnce": 1, + "statCallback": 2, + "@statCallbacks.push": 1, + "loadScriptEnvironment": 1, + "env": 18, + "async.reduce": 1, + "scriptExists": 2, + "loadRvmEnvironment": 1, + "rvmrcExists": 2, + "rvm": 1, + "@configuration.rvmPath": 1, + "rvmExists": 2, + "libexecPath": 1, + "before": 2, + ".trim": 1, + "loadEnvironment": 1, + "@queryRestartFile": 2, + "@loadScriptEnvironment": 1, + "@configuration.env": 1, + "@loadRvmEnvironment": 1, + "initialize": 1, + "@quit": 3, + "@loadEnvironment": 1, + "@logger.error": 3, + "@pool": 2, + "nack.createPool": 1, + "size": 1, + ".POW_WORKERS": 1, + "@configuration.workers": 1, + "idle": 1, + ".POW_TIMEOUT": 1, + "@configuration.timeout": 1, + "@pool.stdout": 1, + "@logger.info": 1, + "@pool.stderr": 1, + "@logger.warning": 1, + "@pool.on": 2, + "process": 2, + "@logger.debug": 2, + "readyCallback": 2, + "terminate": 1, + "@ready": 3, + "@pool.quit": 1, + "quitCallback": 2, + "handle": 1, + "req": 4, + "res": 3, + "next": 3, + "resume": 2, + "@setPoolRunOnceFlag": 1, + "@restartIfNecessary": 1, + "req.proxyMetaVariables": 1, + "SERVER_PORT": 1, + "@configuration.dstPort.toString": 1, + "@pool.proxy": 1, + "restart": 1, + "restartIfNecessary": 1, + "mtimeChanged": 2, + "@restart": 1, + "writeRvmBoilerplate": 1, + "powrc": 3, + "boilerplate": 2, + "@constructor.rvmBoilerplate": 1, + "fs.readFile": 1, + "contents": 2, + "contents.indexOf": 1, + "fs.writeFile": 1, + "@rvmBoilerplate": 1, + "dnsserver": 1, + "exports.Server": 1, + "Server": 2, + "dnsserver.Server": 1, + "NS_T_A": 3, + "NS_T_NS": 2, + "NS_T_CNAME": 1, + "NS_T_SOA": 2, + "NS_C_IN": 5, + "NS_RCODE_NXDOMAIN": 2, + "domain": 6, + "@rootAddress": 2, + "@domain": 3, + "domain.toLowerCase": 1, + "@soa": 2, + "createSOA": 2, + "@on": 1, + "@handleRequest": 1, + "handleRequest": 1, + "question": 5, + "req.question": 1, + "subdomain": 10, + "@extractSubdomain": 1, + "question.name": 3, + "isARequest": 2, + "res.addRR": 2, + "subdomain.getAddress": 1, + ".isEmpty": 1, + "isNSRequest": 2, + "res.header.rcode": 1, + "res.send": 1, + "extractSubdomain": 1, + "name": 5, + "Subdomain.extract": 1, + "question.type": 2, + "question.class": 2, + "mname": 2, + "rname": 2, + "serial": 2, + "Date": 1, + ".getTime": 1, + "refresh": 2, + "retry": 2, + "expire": 2, + "minimum": 2, + "dnsserver.createSOA": 1, + "exports.createServer": 1, + "address": 4, + "exports.Subdomain": 1, + "Subdomain": 4, + "@extract": 1, + "name.toLowerCase": 1, + "offset": 4, + "name.length": 1, + "domain.length": 1, + "name.slice": 2, + "@for": 2, + "IPAddressSubdomain.pattern.test": 1, + "IPAddressSubdomain": 2, + "EncodedSubdomain.pattern.test": 1, + "EncodedSubdomain": 2, + "@subdomain": 1, + "@address": 2, + "@labels": 2, + ".split": 1, + "@length": 3, + "@labels.length": 1, + "isEmpty": 1, + "getAddress": 3, + "@pattern": 2, + "@labels.slice": 1, + "a": 2, + "z0": 2, + "decode": 2, + "exports.encode": 1, + "encode": 1, + "ip": 2, + "byte": 2, + "ip.split": 1, + "<<": 1, + "PATTERN": 1, + "exports.decode": 1, + "PATTERN.test": 1, + "ip.push": 1, + "xFF": 1, + "ip.join": 1 + }, + "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": { ";": 152, @@ -16315,35 +17753,8 @@ "names": 2, "collect": 1, "gensym": 1, - "*": 2, - "lisp": 1, - "package": 1, - "foo": 2, - "Header": 1, - "comment.": 4, - "defvar": 4, - "*foo*": 1, - "eval": 6, - "execute": 1, - "compile": 1, - "toplevel": 2, - "load": 1, - "add": 1, - "x": 47, - "optional": 2, - "y": 2, - "key": 1, - "z": 2, - "declare": 1, - "ignore": 1, - "Inline": 1, - "or": 4, "#": 15, "|": 9, - "Multi": 1, - "line": 2, - "b": 6, - "After": 1, "ESCUELA": 1, "POLITECNICA": 1, "SUPERIOR": 1, @@ -16363,6 +17774,7 @@ "Norvig": 1, "Global": 1, "variables": 6, + "defvar": 4, "*hypothesis": 1, "list*": 7, "*rule": 4, @@ -16374,6 +17786,7 @@ "no": 6, "bindings": 45, "lambda": 4, + "b": 6, "mapcar": 2, "man": 3, "luis": 1, @@ -16383,6 +17796,7 @@ "daniel": 1, "laura": 1, "facts": 1, + "x": 47, "aux": 3, "unify": 12, "hypothesis": 10, @@ -16453,6 +17867,7 @@ "E.49": 2, "XS.50": 2, "R2.": 1, + "eval": 6, "ifs": 1, "NOT": 2, "question": 1, @@ -16481,6 +17896,7 @@ "Auxiliary": 1, "Functions": 1, "cond": 3, + "or": 4, "get": 5, "lookup": 5, "occurs": 5, @@ -16505,6 +17921,7 @@ "anywhere": 6, "predicate": 8, "tree": 11, + "optional": 2, "so": 4, "far": 4, "atom": 3, @@ -16516,7 +17933,28 @@ "cons/cons": 1, "expresion": 2, "some": 1, - "EOF": 1 + "EOF": 1, + "*": 2, + "lisp": 1, + "package": 1, + "foo": 2, + "Header": 1, + "comment.": 4, + "*foo*": 1, + "execute": 1, + "compile": 1, + "toplevel": 2, + "load": 1, + "add": 1, + "y": 2, + "key": 1, + "z": 2, + "declare": 1, + "ignore": 1, + "Inline": 1, + "Multi": 1, + "line": 2, + "After": 1 }, "Component Pascal": { "MODULE": 2, @@ -16694,815 +18132,10 @@ "ObxFact.": 1 }, "Coq": { - "Require": 17, - "Import": 11, - "Omega": 1, - "Relations": 2, - "Multiset": 2, - "SetoidList.": 1, - "Set": 4, - "Implicit": 15, - "Arguments.": 2, - "Local": 7, - "Notation": 39, - "nil.": 2, - "(": 1248, - "a": 207, - "..": 4, - "b": 89, - "[": 170, - "]": 173, - ")": 1249, - ".": 433, - "Section": 4, - "Permut.": 1, - "Variable": 7, - "A": 113, - "Type.": 3, - "eqA": 29, - "relation": 19, - "A.": 6, - "Hypothesis": 7, - "eqA_equiv": 1, - "Equivalence": 2, - "eqA.": 1, - "eqA_dec": 26, - "forall": 248, - "x": 266, - "y": 116, - "{": 39, - "}": 35, - "+": 227, - "Let": 8, - "emptyBag": 4, - "EmptyBag": 2, - "singletonBag": 10, - "SingletonBag": 2, - "_": 67, - "eqA_dec.": 2, - "Fixpoint": 36, - "list_contents": 30, - "l": 379, - "list": 78, - "multiset": 2, - "match": 70, - "with": 223, - "|": 457, - "munion": 18, - "end.": 52, - "Lemma": 51, - "list_contents_app": 5, - "m": 201, - "meq": 15, - "Proof.": 208, - "simple": 7, - "induction": 81, - ";": 375, - "simpl": 116, - "auto": 73, - "datatypes.": 47, - "intros.": 27, - "apply": 340, - "meq_trans": 10, - "l0": 7, - "Qed.": 194, - "Definition": 46, - "permutation": 43, - "permut_refl": 1, - "l.": 26, - "unfold": 58, - "permut_sym": 4, - "l1": 89, - "l2": 73, - "-": 508, - "l1.": 5, - "intros": 258, - "symmetry": 4, - "trivial.": 14, - "permut_trans": 5, - "n": 369, - "n.": 44, - "permut_cons_eq": 3, - "meq_left": 1, - "meq_singleton": 1, - "auto.": 47, - "permut_cons": 5, - "permut_app": 1, - "using": 18, - "l3": 12, - "l4": 3, - "in": 221, - "*": 59, - "specialize": 6, - "H0": 16, - "a0.": 1, - "repeat": 11, - "rewrite": 241, - "*.": 110, - "destruct": 94, - "a0": 15, - "as": 77, - "Ha": 6, - "H": 76, - "decide": 1, - "replace": 4, - "trivial": 15, - "permut_add_inside_eq": 1, - "permut_add_cons_inside": 3, - "permut_add_inside": 1, - "permut_middle": 1, - "permut_refl.": 5, - "permut_sym_app": 1, - "intro": 27, - "do": 4, - "arith.": 8, - "permut_rev": 1, - "rev": 7, - "simpl.": 70, - "permut_add_cons_inside.": 1, - "<->": 31, - "app_nil_end": 1, - "Qed": 23, - "Some": 21, - "inversion": 104, - "results": 1, - "permut_conv_inv": 1, - "e": 53, - "l2.": 8, - "generalize": 13, - "plus_reg_l.": 1, - "permut_app_inv1": 1, - "clear": 7, - "H.": 100, - "list_contents_app.": 1, - "plus_reg_l": 1, - "multiplicity": 6, - "plus_comm": 3, - "plus_comm.": 3, - "Fact": 3, - "if_eqA_then": 1, - "B": 6, - "then": 9, - "else": 9, - "Type": 86, - "if": 10, - "if_eqA_refl": 3, - "b.": 14, - "decide_left": 1, - "Global": 5, - "Instance": 7, - "if_eqA": 1, - "contradict": 3, - "transitivity": 4, - "a2": 62, - "a1": 56, - "A1": 2, - "eauto": 10, - "if_eqA_rewrite_r": 1, - "A2": 4, - "Hxx": 1, - "multiplicity_InA": 4, - "InA": 8, - "<": 76, - "a.": 6, - "split": 14, - "right.": 9, - "IHl": 8, - "multiplicity_InA_O": 2, - "multiplicity_InA_S": 1, - "multiplicity_NoDupA": 1, - "NoDupA": 3, - "inversion_clear": 6, - "H1.": 31, - "EQ": 8, - "NEQ": 1, - "constructor": 6, - "omega": 7, - "Permutation": 38, - "is": 4, - "compatible": 1, - "permut_InA_InA": 3, - "e.": 15, - "multiplicity_InA.": 1, - "meq.": 2, - "permut_cons_InA": 3, - "permut_nil": 3, - "assert": 68, - "by": 7, - "Abs": 2, - "permut_length_1": 1, - "P": 32, - "discriminate.": 2, - "permut_length_2": 1, - "b1": 35, - "b2": 23, - "/": 41, - "P.": 5, - "left": 6, - "permut_length_1.": 2, - "red": 6, - "@if_eqA_rewrite_l": 2, - "omega.": 7, - "permut_length": 1, - "length": 21, - "InA_split": 1, - "h2": 1, - "t2": 51, - "H1": 18, - "H2": 12, - "subst": 7, - "app_length.": 2, - "plus_n_Sm": 1, - "f_equal.": 1, - "app_length": 1, - "IHl1": 1, - "permut_remove_hd": 1, - "revert": 5, - "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, - "exists": 60, - "Forall2.": 1, - "pose": 2, - "proof": 1, - "&": 21, - "IHP": 2, - "IHA": 2, - "Forall2_app_inv_r": 1, - "Hl1": 1, - "Hl2": 1, - "split.": 17, - "Permutation_cons_app": 3, - "Forall2_app": 1, - "Forall2_cons": 1, - "Heq": 8, - "Permutation_impl_permutation": 1, - "permut_eqA": 1, - "End": 15, - "Permut_permut.": 1, - "permut_right": 1, - "only": 3, - "parsing": 3, - "permut_tran": 1, - "Export": 10, - "Imp.": 1, - "Relations.": 1, "Inductive": 41, - "tm": 43, - "tm_const": 45, - "nat": 108, - "tm_plus": 30, - "tm.": 3, - "Tactic": 9, - "tactic": 9, - "first": 18, - "ident": 9, - "c": 70, - "Case_aux": 38, - "Module": 11, - "SimpleArith0.": 2, - "eval": 8, - "t": 93, - "SimpleArith1.": 2, - "Reserved": 4, - "at": 17, - "level": 11, - "associativity": 7, - "Prop": 17, - "E_Const": 2, - "E_Plus": 2, - "t1": 48, - "n1": 45, - "n2": 41, - "plus": 10, - "where": 6, - "Example": 37, - "test_step_1": 1, - "ST_Plus1.": 2, - "ST_PlusConstConst.": 3, - "test_step_2": 1, - "ST_Plus2.": 2, - "Theorem": 115, - "step_deterministic": 1, - "partial_function": 6, - "step.": 3, - "partial_function.": 5, - "y1": 6, - "y2": 5, - "Hy1": 2, - "Hy2.": 2, - "dependent": 6, - "y2.": 3, - "step_cases": 4, - "Case": 51, - "Hy2": 3, - "SCase.": 3, - "SCase": 24, - "reflexivity.": 199, - "H2.": 20, - "Hy1.": 5, - "IHHy1": 2, - "assumption.": 61, - "SimpleArith2.": 1, - "value": 25, - "v_const": 4, - "step": 9, - "ST_PlusConstConst": 3, - "ST_Plus1": 2, - "v1": 7, - "subst.": 43, - "H3.": 5, - "0": 5, - "reflexivity": 16, - "assumption": 10, - "strong_progress": 2, - "R": 54, - "value_not_same_as_normal_form": 2, - "normal_form": 3, - "t.": 4, - "normal_form.": 2, - "v_funny.": 1, - "not.": 3, - "Temp1.": 1, - "Temp2.": 1, - "ST_Funny": 1, - "H0.": 24, - "H4.": 2, - "Temp3.": 1, - "Temp4.": 2, - "tm_true": 8, - "tm_false": 5, - "tm_if": 10, - "v_true": 1, - "v_false": 1, - "tm_false.": 3, - "ST_IfTrue": 1, - "ST_IfFalse": 1, - "ST_If": 1, - "t3": 6, - "bool_step_prop4": 1, - "bool_step_prop4_holds": 1, - "bool_step_prop4.": 2, - "ST_ShortCut.": 1, - "constructor.": 16, - "left.": 3, - "IHt1.": 1, - "t2.": 4, - "t3.": 2, - "ST_If.": 2, - "Temp5.": 1, - "stepmany": 4, - "refl_step_closure": 11, - "normalizing": 1, - "X": 191, - "IHt2": 3, - "H11": 2, - "H12": 2, - "H21": 3, - "H22": 2, - "nf_same_as_value": 3, - "H12.": 1, - "H22.": 1, - "H11.": 1, - "rsc_trans": 4, - "stepmany_congr_1": 1, - "stepmany_congr2": 1, - "rsc_R": 2, - "r": 11, - "eval__value": 1, - "HE.": 1, - "eval_cases": 1, - "HE": 1, - "v_const.": 1, - "List": 2, - "Setoid": 1, - "Compare_dec": 1, - "Morphisms.": 2, - "ListNotations.": 1, - "Permutation.": 2, - "perm_nil": 1, - "perm_skip": 1, - "Hint": 9, - "Constructors": 3, - "Permutation_nil": 2, - "HF.": 3, - "remember": 12, - "@nil": 1, - "HF": 2, - "discriminate": 3, - "||": 1, - "Permutation_nil_cons": 1, - "nil": 46, - "Permutation_refl": 1, - "exact": 4, - "IHl.": 7, - "Permutation_sym": 1, - "Hperm": 7, - "perm_trans": 1, - "Permutation_trans": 4, - "Proper": 5, - "Logic.eq": 2, - "@Permutation": 5, - "iff": 1, - "@In": 1, - "Permutation_in.": 2, - "Permutation_app_tail": 2, - "tl": 8, - "eapply": 8, - "Permutation_app_head": 2, - "app_comm_cons": 5, - "Permutation_app": 3, - "Hpermmm": 1, - "idtac": 1, - "try": 17, - "@app": 1, - "now": 24, - "Permutation_app.": 1, - "Permutation_add_inside": 1, - "Permutation_cons_append": 1, - "Resolve": 5, - "Permutation_cons_append.": 3, - "Permutation_app_comm": 3, - "app_nil_r": 1, - "app_assoc": 2, - "Permutation_middle": 2, - "Proof": 12, - "Permutation_rev": 3, - "1": 1, - "@rev": 1, - "2": 1, - "Permutation_length": 2, - "@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, - "injection": 4, - "Permutation_nil_app_cons": 1, - "Hp": 5, - "IH": 3, - "Permutation_middle.": 3, - "perm_swap.": 2, - "perm_swap": 1, - "eq_refl": 2, - "In_split": 1, - "Permutation_app_inv": 1, - "NoDup": 4, - "incl": 3, - "N.": 1, - "E": 7, - "Hx.": 5, - "In": 6, - "Hy": 14, - "N": 1, - "Hal": 1, - "Hl": 1, - "exfalso.": 1, - "Hx": 20, - "NoDup_Permutation_bis": 2, - "intuition.": 2, - "Permutation_NoDup": 1, - "Permutation_map": 1, - "Hf": 15, - "Hy.": 3, - "injective_bounded_surjective": 1, - "f": 108, - "injective": 6, - "set": 1, - "seq": 2, - "map": 4, - "x.": 3, - "in_map_iff.": 2, - "in_seq": 4, - "arith": 4, - "NoDup_cardinal_incl": 1, - "injective_map_NoDup": 2, - "seq_NoDup": 1, - "map_length": 1, - "in_map_iff": 1, - "nat_bijection_Permutation": 1, - "let": 3, - "BD.": 1, - "seq_NoDup.": 1, - "map_length.": 1, - "Injection": 1, - "Permutation_alt": 1, - "Alternative": 1, - "characterization": 1, - "of": 4, - "via": 1, - "nth_error": 7, - "and": 1, - "nth": 2, - "adapt": 4, - "S": 186, - "le_lt_dec": 9, - "pred": 3, - "adapt_injective": 1, - "adapt.": 2, - "EQ.": 2, - "LE": 11, - "LT": 14, - "eq_add_S": 2, - "Hf.": 1, - "Lt.le_lt_or_eq": 3, - "LE.": 3, - "lt": 3, - "LT.": 5, - "Lt.S_pred": 3, - "elim": 21, - "Lt.lt_not_le": 2, - "adapt_ok": 2, - "nth_error_app1": 1, - "nth_error_app2": 1, - "Minus.minus_Sn_m": 1, - "Permutation_nth_error": 2, - "fun": 17, - "IHP2": 1, - "g": 6, - "Hg": 2, - "E.": 2, - "L12": 2, - "plus_n_Sm.": 1, - "adapt_injective.": 1, - "nth_error_None": 4, - "Hn": 1, - "Hf2": 1, - "Hf3": 2, - "Lt.le_or_lt": 1, - "d": 6, - "Lt.lt_irrefl": 2, - "Lt.lt_le_trans": 2, - "Hf1": 1, - "congruence.": 1, - "Permutation_alt.": 1, - "Permutation_app_swap": 1, - "SfLib.": 2, - "STLC.": 1, - "ty": 7, - "ty_Bool": 10, - "ty_arrow": 7, - "ty.": 2, - "tm_var": 6, - "id": 7, - "tm_app": 7, - "tm_abs": 9, - "Id": 7, - "idB": 2, - "idBB": 2, - "idBBBB": 2, - "k": 7, - "v_abs": 1, - "T": 49, - "t_true": 1, - "t_false": 1, - "value.": 1, - "s": 13, - "beq_id": 14, - "ST_App2": 1, - "step_example3": 1, - "idB.": 1, - "rsc_step.": 2, - "ST_App1.": 2, - "ST_AppAbs.": 3, - "v_abs.": 2, - "rsc_refl.": 4, - "context": 1, - "partial_map": 4, - "Context.": 1, - "option": 6, - "empty": 3, - "None": 9, - "extend": 1, - "Gamma": 10, - "has_type": 4, - "appears_free_in": 1, - "S.": 1, - "HT": 1, - "T_Var.": 1, - "extend_neq": 1, - "Heqe.": 3, - "rename": 2, - "i": 11, - "into": 2, - "y.": 15, - "T_Abs.": 1, - "context_invariance...": 2, - "beq_id_eq": 4, - "Hafi.": 2, - "extend.": 2, - "IHt.": 1, - "x0": 14, - "Coiso1.": 2, - "Coiso2.": 3, - "HeqCoiso1.": 1, - "HeqCoiso2.": 1, - "beq_id_false_not_eq.": 1, - "ex_falso_quodlibet.": 1, - "preservation": 1, - "HT.": 1, - "substitution_preserves_typing": 1, - "T11.": 4, - "HT1.": 1, - "T_App": 2, - "IHHT1.": 1, - "IHHT2.": 1, - "tm_cases": 1, - "Ht": 1, - "Ht.": 3, - "IHt1": 2, - "T11": 2, - "T0": 2, - "ST_App2.": 1, - "ty_Bool.": 1, - "T.": 9, - "IHt3": 1, - "ST_IfTrue.": 1, - "ST_IfFalse.": 1, - "types_unique": 1, - "T1": 25, - "T12": 2, - "IHhas_type.": 1, - "IHhas_type1.": 1, - "IHhas_type2.": 1, - "Sorted.": 1, - "Mergesort.": 1, - "Basics.": 2, - "NatList.": 2, - "Playground1.": 5, - "natprod": 5, - "pair": 7, - "natprod.": 1, - "fst": 3, - "p": 81, - "snd": 3, - "swap_pair": 1, - "surjective_pairing": 1, - "count": 7, - "beq_nat": 24, - "v": 28, - "remove_one": 3, - "end": 16, - "test_remove_one1": 1, - "O": 98, - "O.": 5, - "remove_all": 2, - "bag": 3, - "true": 68, - "false": 48, - "app_ass": 1, - "natlist": 7, - "l3.": 1, - "cons": 26, - "remove_decreases_count": 1, - "ble_nat": 6, - "true.": 16, - "s.": 4, - "ble_n_Sn.": 1, - "IHs.": 2, - "natoption": 5, - "natoption.": 1, - "index": 3, - "option_elim": 2, - "o": 25, - "hd_opt": 8, - "test_hd_opt1": 2, - "None.": 2, - "test_hd_opt2": 2, - "option_elim_hd": 1, - "head": 1, - "beq_natlist": 5, - "bool": 38, - "r1": 2, - "v2": 2, - "r2": 2, - "test_beq_natlist1": 1, - "test_beq_natlist2": 1, - "beq_natlist_refl": 1, - "beq_nat_refl": 3, - "silly1": 1, - "eq1": 6, - "eq2.": 9, - "eq2": 1, - "silly2a": 1, - "q": 15, - "eq1.": 5, - "silly_ex": 1, - "evenb": 5, - "oddb": 5, - "silly3": 1, - "symmetry.": 2, - "rev_exercise": 1, - "rev_involutive.": 1, - "beq_nat_sym": 2, - "IHn": 12, - "Lists.": 1, - "X.": 4, - "h": 14, - "app": 5, - "snoc": 9, - "Arguments": 11, - "list123": 1, - "right": 2, - "test_repeat1": 1, - "nil_app": 1, - "rev_snoc": 1, - "snoc_with_append": 1, - "v.": 1, - "IHl1.": 1, - "prod": 3, - "Y": 38, - "Y.": 1, - "type_scope.": 1, - "combine": 3, - "lx": 4, - "ly": 4, - "tx": 2, - "tp": 2, - "xs": 7, - "plus3": 2, - "prod_curry": 3, - "Z": 11, - "prod_uncurry": 3, - "uncurry_uncurry": 1, - "curry_uncurry": 1, - "p.": 9, - "filter": 3, - "test": 4, - "countoddmembers": 1, - "fmostlytrue": 5, - "override": 5, - "ftrue": 1, - "false.": 12, - "override_example1": 1, - "override_example2": 1, - "override_example3": 1, - "override_example4": 1, - "override_example": 1, - "constfun": 1, - "unfold_example_bad": 1, - "m.": 21, - "plus3.": 1, - "override_eq": 1, - "f.": 1, - "override.": 2, - "override_neq": 1, - "x1": 11, - "x2": 3, - "k1": 5, - "k2": 4, - "x1.": 3, - "eq.": 11, - "silly4": 1, - "silly5": 1, - "sillyex1": 1, - "z": 14, - "j": 6, - "j.": 1, - "silly6": 1, - "contra.": 19, - "silly7": 1, - "sillyex2": 1, - "z.": 6, - "beq_nat_eq": 2, - "assertion": 3, - "Hl.": 1, - "IHm": 2, - "eq": 4, - "SSCase": 3, - "beq_nat_O_l": 1, - "beq_nat_O_r": 1, - "double_injective": 1, - "double": 2, - "fold_map": 2, - "fold": 1, - "total": 2, - "fold_map_correct": 1, - "fold_map.": 1, - "forallb": 4, - "andb": 8, - "existsb": 3, - "orb": 8, - "existsb2": 2, - "negb": 10, - "existsb_correct": 1, - "existsb2.": 1, - "index_okx": 1, - "mumble": 5, - "mumble.": 1, - "grumble": 3, "day": 9, + "Type": 86, + "|": 457, "monday": 5, "tuesday": 3, "wednesday": 3, @@ -17511,15 +18144,39 @@ "saturday": 3, "sunday": 2, "day.": 1, + "Definition": 46, "next_weekday": 3, + "(": 1248, + "d": 6, + ")": 1249, + "match": 70, + "with": 223, + "end.": 52, + "Example": 37, "test_next_weekday": 1, "tuesday.": 1, + "Proof.": 208, + "simpl.": 70, + "reflexivity.": 199, + "Qed.": 194, + "bool": 38, + "true": 68, + "false": 48, "bool.": 1, + "negb": 10, + "b": 89, + "andb": 8, + "b1": 35, + "b2": 23, + "orb": 8, "test_orb1": 1, + "true.": 16, "test_orb2": 1, + "false.": 12, "test_orb3": 1, "test_orb4": 1, "nandb": 5, + "end": 16, "test_nandb1": 1, "test_nandb2": 1, "test_nandb3": 1, @@ -17530,37 +18187,95 @@ "test_andb32": 1, "test_andb33": 1, "test_andb34": 1, + "Module": 11, + "Playground1.": 5, + "nat": 108, + "O": 98, + "S": 186, + "-": 508, "nat.": 4, + "pred": 3, + "n": 369, "minustwo": 1, + "Fixpoint": 36, + "evenb": 5, + "oddb": 5, + ".": 433, "test_oddb1": 1, "test_oddb2": 1, + "plus": 10, + "m": 201, "mult": 3, "minus": 3, + "_": 67, "exp": 2, "base": 3, "power": 2, + "p": 81, "factorial": 2, "test_factorial1": 1, + "Notation": 39, + "x": 266, + "y": 116, + "at": 17, + "level": 11, + "left": 6, + "associativity": 7, "nat_scope.": 3, + "beq_nat": 24, + "forall": 248, + "+": 227, + "n.": 44, + "Theorem": 115, "plus_O_n": 1, + "intros": 258, "plus_1_1": 1, "mult_0_1": 1, + "*": 59, + "O.": 5, "plus_id_example": 1, + "m.": 21, + "H.": 100, + "rewrite": 241, "plus_id_exercise": 1, + "o": 25, "o.": 4, + "H": 76, "mult_0_plus": 1, "plus_O_n.": 1, "mult_1_plus": 1, "plus_1_1.": 1, "mult_1": 1, + "induction": 81, + "as": 77, + "[": 170, "plus_1_neq_0": 1, + "destruct": 94, + "]": 173, + "Case": 51, + "IHn": 12, + "plus_comm": 3, "plus_distr.": 1, + "beq_nat_refl": 3, "plus_rearrange": 1, + "q": 15, "q.": 2, + "assert": 68, + "plus_comm.": 3, "plus_swap": 2, + "p.": 9, "plus_assoc.": 4, + "H2": 12, + "H2.": 20, "plus_swap.": 2, + "<->": 31, + "IHm": 2, + "reflexivity": 16, + "Qed": 23, "mult_comm": 2, + "Proof": 12, + "0": 5, + "simpl": 116, "mult_0_r.": 4, "mult_distr": 1, "mult_1_distr.": 1, @@ -17569,12 +18284,16 @@ "zero_nbeq_S": 1, "andb_false_r": 1, "plus_ble_compat_1": 1, + "ble_nat": 6, "IHp.": 2, "S_nbeq_0": 1, "mult_1_1": 1, "plus_0_r.": 1, "all3_spec": 1, + "c": 70, "c.": 5, + "b.": 14, + "Lemma": 51, "mult_plus_1": 1, "IHm.": 1, "mult_mult": 1, @@ -17582,8 +18301,11 @@ "mult_plus_1.": 1, "mult_plus_distr_r": 1, "mult_mult.": 3, + "H1": 18, "plus_assoc": 1, + "H1.": 31, "H3": 4, + "H3.": 5, "mult_assoc": 1, "mult_plus_distr_r.": 1, "bin": 9, @@ -17594,71 +18316,150 @@ "incbin": 2, "bin2un": 3, "bin_comm": 1, + "End": 15, + "Require": 17, + "Import": 11, + "List": 2, + "Multiset": 2, "PermutSetoid": 1, + "Relations": 2, "Sorting.": 1, + "Section": 4, "defs.": 2, + "Variable": 7, + "A": 113, + "Type.": 3, "leA": 25, + "relation": 19, + "A.": 6, + "eqA": 29, + "Let": 8, "gtA": 1, + "y.": 15, + "Hypothesis": 7, "leA_dec": 4, + "{": 39, + "}": 35, + "eqA_dec": 26, "leA_refl": 1, "leA_trans": 2, + "z": 14, + "z.": 6, "leA_antisym": 1, + "Hint": 9, + "Resolve": 5, "leA_refl.": 1, "Immediate": 1, "leA_antisym.": 1, + "emptyBag": 4, + "EmptyBag": 2, + "singletonBag": 10, + "SingletonBag": 2, + "eqA_dec.": 2, "Tree": 24, "Tree_Leaf": 9, "Tree_Node": 11, "Tree.": 1, "leA_Tree": 16, + "a": 207, + "t": 93, "True": 1, + "T1": 25, "T2": 20, "leA_Tree_Leaf": 5, "Tree_Leaf.": 1, + ";": 375, + "auto": 73, + "datatypes.": 47, "leA_Tree_Node": 1, "G": 6, "is_heap": 18, + "Prop": 17, "nil_is_heap": 5, "node_is_heap": 7, "invert_heap": 3, + "/": 41, "T2.": 1, + "inversion": 104, "is_heap_rect": 1, + "P": 32, + "T": 49, + "T.": 9, + "simple": 7, "PG": 2, "PD": 2, "PN.": 2, + "elim": 21, "H4": 7, + "intros.": 27, + "apply": 340, "X0": 2, "is_heap_rec": 1, + "Set": 4, + "X": 191, "low_trans": 3, "merge_lem": 3, + "l1": 89, + "l2": 73, + "list": 78, "merge_exist": 5, + "l": 379, "Sorted": 5, + "meq": 15, + "list_contents": 30, + "munion": 18, "HdRel": 4, + "l2.": 8, + "Morphisms.": 2, + "Instance": 7, + "Equivalence": 2, "@meq": 4, + "constructor": 6, "red.": 1, "meq_trans.": 1, "Defined.": 1, + "Proper": 5, "@munion": 1, + "now": 24, "meq_congr.": 1, "merge": 5, "fix": 2, + "l1.": 5, + "rename": 2, + "into": 2, + "l.": 26, + "revert": 5, + "H0.": 24, + "a0": 15, + "l0": 7, "Sorted_inv": 2, + "in": 221, + "H0": 16, + "clear": 7, "merge0.": 2, + "using": 18, "cons_sort": 2, "cons_leA": 2, "munion_ass.": 2, "cons_leA.": 2, "@HdRel_inv": 2, + "trivial": 15, "merge0": 1, "setoid_rewrite": 2, "munion_ass": 1, "munion_comm.": 2, + "repeat": 11, "munion_comm": 1, "contents": 12, + "multiset": 2, + "t1": 48, + "t2": 51, "equiv_Tree": 1, "insert_spec": 3, "insert_exist": 4, "insert": 2, + "unfold": 58, + "T0": 2, "treesort_twist1": 1, "T3": 2, "HeapT3": 1, @@ -17669,12 +18470,17 @@ "build_heap": 3, "heap_exist": 3, "list_to_heap": 2, + "nil": 46, + "exact": 4, "nil_is_heap.": 1, + "i": 11, + "meq_trans": 10, "meq_right": 2, "meq_sym": 2, "flat_spec": 3, "flat_exist": 3, "heap_to_list": 2, + "h": 14, "s1": 20, "i1": 15, "m1": 1, @@ -17684,76 +18490,13 @@ "meq_congr": 1, "munion_rotate.": 1, "treesort": 1, + "&": 21, + "permutation": 43, + "intro": 27, "permutation.": 1, - "Logic.": 1, - "Prop.": 1, - "next_nat_partial_function": 1, - "next_nat.": 1, - "Q.": 2, - "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_trans": 4, - "lt.": 2, - "transitive.": 1, - "le_S": 6, - "Hm": 1, - "le_Sn_le": 2, - "<=>": 12, - "le_S_n": 2, - "Sn_le_Sm__n_le_m.": 1, - "le_Sn_n": 5, - "not": 1, - "TODO": 1, - "Hmo": 1, - "symmetric": 2, - "antisymmetric": 3, - "le_antisymmetric": 1, - "Sn_le_Sm__n_le_m": 2, - "IHb": 1, - "equivalence": 1, - "order": 2, - "preorder": 1, - "le_order": 1, - "order.": 1, - "le_reflexive.": 1, - "le_antisymmetric.": 1, - "le_trans.": 1, - "clos_refl_trans": 8, - "rt_step": 1, - "rt_refl": 1, - "rt_trans": 3, - "next_nat_closure_is_le": 1, - "next_nat": 1, - "rt_refl.": 2, - "IHle.": 1, - "rt_step.": 2, - "nn.": 1, - "IHclos_refl_trans1.": 2, - "IHclos_refl_trans2.": 2, - "rsc_refl": 1, - "rsc_step": 4, - "r.": 3, - "IHrefl_step_closure": 1, - "rtc_rsc_coincide": 1, - "IHrefl_step_closure.": 1, + "exists": 60, + "Export": 10, + "SfLib.": 2, "AExp.": 2, "aexp": 30, "ANum": 18, @@ -17770,6 +18513,9 @@ "BAnd": 10, "bexp.": 1, "aeval": 46, + "e": 53, + "a1": 56, + "a2": 62, "test_aeval1": 1, "beval": 16, "optimize_0plus": 15, @@ -17777,13 +18523,22 @@ "e1": 58, "test_optimize_0plus": 1, "optimize_0plus_sound": 4, + "e.": 15, "e1.": 1, + "SCase": 24, + "SSCase": 3, "IHe2.": 10, "IHe1.": 11, "aexp_cases": 3, + "try": 17, "IHe1": 6, "IHe2": 6, "optimize_0plus_all": 2, + "Tactic": 9, + "tactic": 9, + "first": 18, + "ident": 9, + "Case_aux": 38, "optimize_0plus_all_sound": 1, "bexp_cases": 4, "optimize_and": 5, @@ -17793,9 +18548,13 @@ "aevalR": 18, "E_Anum": 1, "E_APlus": 2, + "n1": 45, + "n2": 41, "E_AMinus": 2, "E_AMult": 2, + "Reserved": 4, "E_ANum": 1, + "where": 6, "bevalR": 11, "E_BTrue": 1, "E_BFalse": 1, @@ -17804,31 +18563,49 @@ "E_BNot": 1, "E_BAnd": 1, "aeval_iff_aevalR": 9, + "split.": 17, + "subst": 7, + "generalize": 13, + "dependent": 6, "IHa1": 1, "IHa2": 1, "beval_iff_bevalR": 1, + "*.": 110, + "subst.": 43, "IHbevalR": 1, "IHbevalR1": 1, "IHbevalR2": 1, + "a.": 6, + "constructor.": 16, + "<": 76, + "remember": 12, "IHa.": 1, "IHa1.": 1, "IHa2.": 1, "silly_presburger_formula": 1, + "<=>": 12, "3": 2, + "omega": 7, + "Id": 7, + "id": 7, "id.": 1, + "beq_id": 14, "id1": 2, "id2": 2, "beq_id_refl": 1, "i.": 2, "beq_nat_refl.": 1, + "beq_id_eq": 4, "i2.": 8, "i1.": 3, + "beq_nat_eq": 2, "beq_id_false_not_eq": 1, "C.": 3, "n0": 5, "beq_false_not_eq": 1, "not_eq_beq_id_false": 1, "not_eq_beq_false.": 1, + "beq_nat_sym": 2, "AId": 4, "com_cases": 1, "SKIP": 5, @@ -17854,25 +18631,34 @@ "E_IfFalse": 1, "assignment": 1, "command": 2, + "if": 10, "st1": 2, "IHi1": 3, "Heqst1": 1, "Hceval.": 4, "Hceval": 2, + "assumption.": 61, "bval": 2, "ceval_step": 3, + "Some": 21, "ceval_step_more": 7, + "x1.": 3, + "omega.": 7, "x2.": 2, "IHHce.": 2, "%": 3, "IHHce1.": 1, "IHHce2.": 1, + "x0": 14, "plus2": 1, "nx": 3, + "Y": 38, "ny": 2, "XtimesYinZ": 1, + "Z": 11, "ny.": 1, "loop": 2, + "contra.": 19, "loopdef.": 1, "Heqloopdef.": 8, "contra1.": 1, @@ -17891,6 +18677,8 @@ "noWhilesAss.": 1, "noWhilesSeq.": 1, "IHc1.": 2, + "auto.": 47, + "eauto": 10, "andb_true_elim1": 4, "IHc2.": 2, "andb_true_elim2": 4, @@ -17903,10 +18691,17 @@ "IHc1": 2, "IHc2": 2, "H5.": 1, + "x1": 11, + "r": 11, + "r.": 3, + "symmetry": 4, "Heqr.": 1, + "H4.": 2, + "s": 13, "Heqr": 3, "H8.": 1, "H10": 1, + "assumption": 10, "beval_short_circuit": 5, "beval_short_circuit_eqv": 1, "sinstr": 8, @@ -17919,12 +18714,14 @@ "s_execute": 21, "stack": 7, "prog": 2, + "cons": 26, "al": 3, "bl": 3, "s_execute1": 1, "empty_state": 2, "s_execute2": 1, "s_compile": 36, + "v": 28, "s_compile1": 1, "execute_theorem": 1, "other": 20, @@ -17943,37 +18740,54 @@ "eq_nat_dec.": 1, "Scheme": 1, "le_ind": 1, + "replace": 4, "le_n": 4, + "fun": 17, "refl_equal": 4, "pattern": 2, "case": 2, + "trivial.": 14, "contradiction": 8, + "le_Sn_n": 5, + "le_S": 6, + "Heq": 8, "m0": 1, "HeqS": 3, + "injection": 4, "HeqS.": 2, "eq_rect_eq_nat.": 1, "IHp": 2, "dep_pair_intro": 2, + "Hx": 20, + "Hy": 14, "<=n),>": 1, "x=": 1, "exist": 7, + "Hy.": 3, "Heq.": 6, "le_uniqueness_proof": 1, "Hy0": 1, "card": 2, + "f": 108, "card_interval": 1, "<=n}>": 1, "proj1_sig": 1, "proj2_sig": 1, + "Hp": 5, "Hq": 3, "Hpq.": 1, "Hmn.": 1, "Hmn": 1, "interval_dec": 1, + "left.": 3, "dep_pair_intro.": 3, + "right.": 9, + "discriminate": 3, + "le_Sn_le": 2, "eq_S.": 1, "Hneq.": 2, "card_inj_aux": 1, + "g": 6, "False.": 1, "Hfbound": 1, "Hfinj": 1, @@ -17982,8 +18796,14 @@ "Hfx": 2, "le_n_O_eq.": 2, "Hfbound.": 2, + "Hx.": 5, + "le_lt_dec": 9, "xSn": 21, + "then": 9, + "else": 9, + "is": 4, "bounded": 1, + "injective": 6, "Hlefx": 1, "Hgefx": 1, "Hlefy": 1, @@ -18013,10 +18833,13 @@ "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, @@ -18029,7 +18852,622 @@ "<=m}>": 1, "card_inj": 1, "interval_dec.": 1, - "card_interval.": 2 + "card_interval.": 2, + "Basics.": 2, + "NatList.": 2, + "natprod": 5, + "pair": 7, + "natprod.": 1, + "fst": 3, + "snd": 3, + "swap_pair": 1, + "surjective_pairing": 1, + "count": 7, + "remove_one": 3, + "test_remove_one1": 1, + "remove_all": 2, + "bag": 3, + "app_ass": 1, + "l3": 12, + "natlist": 7, + "l3.": 1, + "remove_decreases_count": 1, + "s.": 4, + "ble_n_Sn.": 1, + "IHs.": 2, + "natoption": 5, + "None": 9, + "natoption.": 1, + "index": 3, + "option_elim": 2, + "hd_opt": 8, + "test_hd_opt1": 2, + "None.": 2, + "test_hd_opt2": 2, + "option_elim_hd": 1, + "head": 1, + "beq_natlist": 5, + "v1": 7, + "r1": 2, + "v2": 2, + "r2": 2, + "test_beq_natlist1": 1, + "test_beq_natlist2": 1, + "beq_natlist_refl": 1, + "IHl.": 7, + "silly1": 1, + "eq1": 6, + "eq2.": 9, + "eq2": 1, + "silly2a": 1, + "eq1.": 5, + "silly_ex": 1, + "silly3": 1, + "symmetry.": 2, + "rev_exercise": 1, + "rev_involutive.": 1, + "Setoid": 1, + "Compare_dec": 1, + "ListNotations.": 1, + "Implicit": 15, + "Arguments.": 2, + "Permutation.": 2, + "Permutation": 38, + "perm_nil": 1, + "perm_skip": 1, + "Local": 7, + "Constructors": 3, + "Permutation_nil": 2, + "HF.": 3, + "@nil": 1, + "HF": 2, + "||": 1, + "Permutation_nil_cons": 1, + "discriminate.": 2, + "Permutation_refl": 1, + "Permutation_sym": 1, + "Hperm": 7, + "perm_trans": 1, + "Permutation_trans": 4, + "Logic.eq": 2, + "@Permutation": 5, + "iff": 1, + "@In": 1, + "red": 6, + "Permutation_in.": 2, + "Permutation_app_tail": 2, + "tl": 8, + "eapply": 8, + "Permutation_app_head": 2, + "app_comm_cons": 5, + "Permutation_app": 3, + "Hpermmm": 1, + "idtac": 1, + "Global": 5, + "@app": 1, + "Permutation_app.": 1, + "Permutation_add_inside": 1, + "Permutation_cons_append": 1, + "IHl": 8, + "Permutation_cons_append.": 3, + "Permutation_app_comm": 3, + "app_nil_r": 1, + "app_assoc": 2, + "Permutation_cons_app": 3, + "Permutation_middle": 2, + "Permutation_rev": 3, + "rev": 7, + "1": 1, + "@rev": 1, + "2": 1, + "Permutation_length": 2, + "length": 21, + "transitivity": 4, + "@length": 1, + "Permutation_length.": 1, + "Permutation_ind_bis": 2, + "Hnil": 1, + "Hskip": 3, + "Hswap": 2, + "Htrans.": 1, + "Htrans": 1, + "eauto.": 7, + "Ltac": 1, + "break_list": 5, + "Permutation_nil_app_cons": 1, + "l4": 3, + "P.": 5, + "IH": 3, + "Permutation_middle.": 3, + "perm_swap.": 2, + "perm_swap": 1, + "eq_refl": 2, + "In_split": 1, + "Permutation_app_inv": 1, + "NoDup": 4, + "incl": 3, + "N.": 1, + "E": 7, + "Ha": 6, + "In": 6, + "N": 1, + "Hal": 1, + "Hl": 1, + "exfalso.": 1, + "NoDup_Permutation_bis": 2, + "inversion_clear": 6, + "intuition.": 2, + "Permutation_NoDup": 1, + "Permutation_map": 1, + "Hf": 15, + "injective_bounded_surjective": 1, + "set": 1, + "seq": 2, + "map": 4, + "x.": 3, + "in_map_iff.": 2, + "in_seq": 4, + "arith": 4, + "NoDup_cardinal_incl": 1, + "injective_map_NoDup": 2, + "seq_NoDup": 1, + "map_length": 1, + "by": 7, + "in_map_iff": 1, + "split": 14, + "nat_bijection_Permutation": 1, + "BD.": 1, + "seq_NoDup.": 1, + "map_length.": 1, + "Injection": 1, + "Permutation_alt": 1, + "Alternative": 1, + "characterization": 1, + "of": 4, + "via": 1, + "nth_error": 7, + "and": 1, + "nth": 2, + "adapt": 4, + "adapt_injective": 1, + "adapt.": 2, + "EQ.": 2, + "LE": 11, + "LT": 14, + "eq_add_S": 2, + "Hf.": 1, + "Lt.le_lt_or_eq": 3, + "LE.": 3, + "EQ": 8, + "lt": 3, + "LT.": 5, + "Lt.S_pred": 3, + "Lt.lt_not_le": 2, + "adapt_ok": 2, + "nth_error_app1": 1, + "nth_error_app2": 1, + "arith.": 8, + "Minus.minus_Sn_m": 1, + "Permutation_nth_error": 2, + "IHP": 2, + "IHP2": 1, + "Hg": 2, + "E.": 2, + "L12": 2, + "app_length.": 2, + "plus_n_Sm.": 1, + "adapt_injective.": 1, + "nth_error_None": 4, + "Hn": 1, + "Hf2": 1, + "Hf3": 2, + "Lt.le_or_lt": 1, + "Lt.lt_irrefl": 2, + "Lt.lt_le_trans": 2, + "Hf1": 1, + "do": 4, + "congruence.": 1, + "Permutation_alt.": 1, + "Permutation_app_swap": 1, + "only": 3, + "parsing": 3, + "Omega": 1, + "SetoidList.": 1, + "nil.": 2, + "..": 4, + "Permut.": 1, + "eqA_equiv": 1, + "eqA.": 1, + "list_contents_app": 5, + "permut_refl": 1, + "permut_sym": 4, + "permut_trans": 5, + "permut_cons_eq": 3, + "meq_left": 1, + "meq_singleton": 1, + "permut_cons": 5, + "permut_app": 1, + "specialize": 6, + "a0.": 1, + "decide": 1, + "permut_add_inside_eq": 1, + "permut_add_cons_inside": 3, + "permut_add_inside": 1, + "permut_middle": 1, + "permut_refl.": 5, + "permut_sym_app": 1, + "permut_rev": 1, + "permut_add_cons_inside.": 1, + "app_nil_end": 1, + "results": 1, + "permut_conv_inv": 1, + "plus_reg_l.": 1, + "permut_app_inv1": 1, + "list_contents_app.": 1, + "plus_reg_l": 1, + "multiplicity": 6, + "Fact": 3, + "if_eqA_then": 1, + "B": 6, + "if_eqA_refl": 3, + "decide_left": 1, + "if_eqA": 1, + "contradict": 3, + "A1": 2, + "if_eqA_rewrite_r": 1, + "A2": 4, + "Hxx": 1, + "multiplicity_InA": 4, + "InA": 8, + "multiplicity_InA_O": 2, + "multiplicity_InA_S": 1, + "multiplicity_NoDupA": 1, + "NoDupA": 3, + "NEQ": 1, + "compatible": 1, + "permut_InA_InA": 3, + "multiplicity_InA.": 1, + "meq.": 2, + "permut_cons_InA": 3, + "permut_nil": 3, + "Abs": 2, + "permut_length_1": 1, + "permut_length_2": 1, + "permut_length_1.": 2, + "@if_eqA_rewrite_l": 2, + "permut_length": 1, + "InA_split": 1, + "h2": 1, + "plus_n_Sm": 1, + "f_equal.": 1, + "app_length": 1, + "IHl1": 1, + "permut_remove_hd": 1, + "f_equal": 1, + "if_eqA_rewrite_l": 1, + "NoDupA_equivlistA_permut": 1, + "Equivalence_Reflexive.": 1, + "change": 1, + "Equivalence_Reflexive": 1, + "Forall2": 2, + "permutation_Permutation": 1, + "Forall2.": 1, + "proof": 1, + "IHA": 2, + "Forall2_app_inv_r": 1, + "Hl1": 1, + "Hl2": 1, + "Forall2_app": 1, + "Forall2_cons": 1, + "Permutation_impl_permutation": 1, + "permut_eqA": 1, + "Permut_permut.": 1, + "permut_right": 1, + "permut_tran": 1, + "Lists.": 1, + "X.": 4, + "app": 5, + "snoc": 9, + "Arguments": 11, + "list123": 1, + "right": 2, + "test_repeat1": 1, + "nil_app": 1, + "rev_snoc": 1, + "snoc_with_append": 1, + "v.": 1, + "IHl1.": 1, + "prod": 3, + "Y.": 1, + "type_scope.": 1, + "combine": 3, + "lx": 4, + "ly": 4, + "tx": 2, + "ty": 7, + "tp": 2, + "option": 6, + "xs": 7, + "plus3": 2, + "prod_curry": 3, + "prod_uncurry": 3, + "uncurry_uncurry": 1, + "curry_uncurry": 1, + "filter": 3, + "test": 4, + "countoddmembers": 1, + "k": 7, + "fmostlytrue": 5, + "override": 5, + "ftrue": 1, + "override_example1": 1, + "override_example2": 1, + "override_example3": 1, + "override_example4": 1, + "override_example": 1, + "constfun": 1, + "unfold_example_bad": 1, + "plus3.": 1, + "override_eq": 1, + "f.": 1, + "override.": 2, + "override_neq": 1, + "x2": 3, + "k1": 5, + "k2": 4, + "eq.": 11, + "silly4": 1, + "silly5": 1, + "sillyex1": 1, + "j": 6, + "j.": 1, + "silly6": 1, + "silly7": 1, + "sillyex2": 1, + "assertion": 3, + "Hl.": 1, + "eq": 4, + "beq_nat_O_l": 1, + "beq_nat_O_r": 1, + "double_injective": 1, + "double": 2, + "fold_map": 2, + "fold": 1, + "total": 2, + "fold_map_correct": 1, + "fold_map.": 1, + "forallb": 4, + "existsb": 3, + "existsb2": 2, + "existsb_correct": 1, + "existsb2.": 1, + "index_okx": 1, + "mumble": 5, + "mumble.": 1, + "grumble": 3, + "Logic.": 1, + "Prop.": 1, + "partial_function": 6, + "R": 54, + "y1": 6, + "y2": 5, + "y2.": 3, + "next_nat_partial_function": 1, + "next_nat.": 1, + "partial_function.": 5, + "Q.": 2, + "le_not_a_partial_function": 1, + "le": 1, + "not.": 3, + "Nonsense.": 4, + "le_n.": 6, + "le_S.": 4, + "total_relation_not_partial_function": 1, + "total_relation": 1, + "total_relation1.": 2, + "empty_relation_not_partial_funcion": 1, + "empty_relation.": 1, + "reflexive": 5, + "le_reflexive": 1, + "le.": 4, + "reflexive.": 1, + "transitive": 8, + "le_trans": 4, + "Hnm": 3, + "Hmo.": 4, + "Hnm.": 3, + "IHHmo.": 1, + "lt.": 2, + "transitive.": 1, + "Hm": 1, + "le_S_n": 2, + "Sn_le_Sm__n_le_m.": 1, + "not": 1, + "TODO": 1, + "Hmo": 1, + "symmetric": 2, + "antisymmetric": 3, + "le_antisymmetric": 1, + "Sn_le_Sm__n_le_m": 2, + "IHb": 1, + "equivalence": 1, + "order": 2, + "preorder": 1, + "le_order": 1, + "order.": 1, + "le_reflexive.": 1, + "le_antisymmetric.": 1, + "le_trans.": 1, + "clos_refl_trans": 8, + "rt_step": 1, + "rt_refl": 1, + "rt_trans": 3, + "next_nat_closure_is_le": 1, + "next_nat": 1, + "rt_refl.": 2, + "IHle.": 1, + "rt_step.": 2, + "nn.": 1, + "IHclos_refl_trans1.": 2, + "IHclos_refl_trans2.": 2, + "refl_step_closure": 11, + "rsc_refl": 1, + "rsc_step": 4, + "rsc_R": 2, + "rsc_refl.": 4, + "rsc_trans": 4, + "IHrefl_step_closure": 1, + "rtc_rsc_coincide": 1, + "IHrefl_step_closure.": 1, + "Imp.": 1, + "Relations.": 1, + "tm": 43, + "tm_const": 45, + "tm_plus": 30, + "tm.": 3, + "SimpleArith0.": 2, + "eval": 8, + "SimpleArith1.": 2, + "E_Const": 2, + "E_Plus": 2, + "test_step_1": 1, + "ST_Plus1.": 2, + "ST_PlusConstConst.": 3, + "test_step_2": 1, + "ST_Plus2.": 2, + "step_deterministic": 1, + "step.": 3, + "Hy1": 2, + "Hy2.": 2, + "step_cases": 4, + "Hy2": 3, + "SCase.": 3, + "Hy1.": 5, + "IHHy1": 2, + "SimpleArith2.": 1, + "value": 25, + "v_const": 4, + "step": 9, + "ST_PlusConstConst": 3, + "ST_Plus1": 2, + "strong_progress": 2, + "value_not_same_as_normal_form": 2, + "normal_form": 3, + "t.": 4, + "normal_form.": 2, + "v_funny.": 1, + "Temp1.": 1, + "Temp2.": 1, + "ST_Funny": 1, + "Temp3.": 1, + "Temp4.": 2, + "tm_true": 8, + "tm_false": 5, + "tm_if": 10, + "v_true": 1, + "v_false": 1, + "tm_false.": 3, + "ST_IfTrue": 1, + "ST_IfFalse": 1, + "ST_If": 1, + "t3": 6, + "bool_step_prop4": 1, + "bool_step_prop4_holds": 1, + "bool_step_prop4.": 2, + "ST_ShortCut.": 1, + "IHt1.": 1, + "t2.": 4, + "t3.": 2, + "ST_If.": 2, + "Temp5.": 1, + "stepmany": 4, + "normalizing": 1, + "IHt2": 3, + "H11": 2, + "H12": 2, + "H21": 3, + "H22": 2, + "nf_same_as_value": 3, + "H12.": 1, + "H22.": 1, + "H11.": 1, + "stepmany_congr_1": 1, + "stepmany_congr2": 1, + "eval__value": 1, + "HE.": 1, + "eval_cases": 1, + "HE": 1, + "v_const.": 1, + "Sorted.": 1, + "Mergesort.": 1, + "STLC.": 1, + "ty_Bool": 10, + "ty_arrow": 7, + "ty.": 2, + "tm_var": 6, + "tm_app": 7, + "tm_abs": 9, + "idB": 2, + "idBB": 2, + "idBBBB": 2, + "v_abs": 1, + "t_true": 1, + "t_false": 1, + "value.": 1, + "ST_App2": 1, + "step_example3": 1, + "idB.": 1, + "rsc_step.": 2, + "ST_App1.": 2, + "ST_AppAbs.": 3, + "v_abs.": 2, + "context": 1, + "partial_map": 4, + "Context.": 1, + "empty": 3, + "extend": 1, + "Gamma": 10, + "has_type": 4, + "appears_free_in": 1, + "S.": 1, + "HT": 1, + "T_Var.": 1, + "extend_neq": 1, + "Heqe.": 3, + "T_Abs.": 1, + "context_invariance...": 2, + "Hafi.": 2, + "extend.": 2, + "IHt.": 1, + "Coiso1.": 2, + "Coiso2.": 3, + "HeqCoiso1.": 1, + "HeqCoiso2.": 1, + "beq_id_false_not_eq.": 1, + "ex_falso_quodlibet.": 1, + "preservation": 1, + "HT.": 1, + "substitution_preserves_typing": 1, + "T11.": 4, + "HT1.": 1, + "T_App": 2, + "IHHT1.": 1, + "IHHT2.": 1, + "tm_cases": 1, + "Ht": 1, + "Ht.": 3, + "IHt1": 2, + "T11": 2, + "ST_App2.": 1, + "ty_Bool.": 1, + "IHt3": 1, + "ST_IfTrue.": 1, + "ST_IfFalse.": 1, + "types_unique": 1, + "T12": 2, + "IHhas_type.": 1, + "IHhas_type1.": 1, + "IHhas_type2.": 1 }, "Creole": { "Creole": 6, @@ -18121,32 +19559,64 @@ "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, + "assert_type": 7, + "{": 7, + "int32": 8, + "}": 7, + "union_of": 1, + "char": 1, + "result": 3, + "types": 3, + "[": 9, + "]": 9, + "mod": 1, + "result.program": 1, + "foo": 3, + "mod.types": 1, + "as": 4, + "NonGenericClassType": 1, + "foo.instance_vars": 1, + ".type.should": 3, + "mod.int32": 1, + "GenericClassType": 2, + "foo_i32": 4, + "foo.instantiate": 2, + "of": 3, + "Type": 2, + "|": 8, + "ASTNode": 4, + "foo_i32.lookup_instance_var": 2, "module": 1, "Crystal": 1, "class": 2, - "ASTNode": 4, "def": 84, "transform": 81, - "(": 201, "transformer": 1, - ")": 201, "transformer.before_transform": 1, "self": 77, "node": 164, "transformer.transform": 1, "transformer.after_transform": 1, - "end": 135, "Transformer": 1, "before_transform": 1, "after_transform": 1, "Expressions": 2, "exps": 6, - "[": 9, - "]": 9, - "of": 3, "node.expressions.each": 1, - "do": 26, - "|": 8, "exp": 3, "new_exp": 3, "exp.transform": 3, @@ -18266,10 +19736,7 @@ "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, @@ -18336,36 +19803,7 @@ "Alias": 1, "TupleIndexer": 1, "Attribute": 1, - "exps.map": 1, - "SHEBANG#!bin/crystal": 2, - "require": 2, - "describe": 2, - "it": 21, - "run": 14, - ".to_i.should": 11, - "eq": 16, - ".to_f32.should": 2, - ".to_b.should": 1, - "be_true": 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 + "exps.map": 1 }, "Cuda": { "__global__": 2, @@ -18445,6 +19883,122 @@ "cudaDeviceReset": 1, "return": 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, @@ -18604,43 +20158,20 @@ "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, "def": 24, "makeVehicle": 3, + "(": 65, "self": 1, + ")": 64, + "{": 57, "vehicle": 2, + "to": 27, "milesTillEmpty": 1, "return": 19, "self.milesPerGallon": 1, "*": 1, "self.getFuelRemaining": 1, + "}": 57, "makeCar": 4, "var": 6, "fuelRemaining": 4, @@ -18723,14 +20254,6 @@ "false": 1, "__getAllegedType": 1, "null.__getAllegedType": 1, - "tempVow": 2, - "#...use": 1, - "#....": 1, - "report": 1, - "problem": 1, - "finally": 1, - "#....log": 1, - "event": 1, "#File": 1, "objects": 1, "hardwired": 1, @@ -18742,6 +20265,7 @@ "#Using": 2, "a": 4, "variable": 1, + "file": 3, "filePath": 2, "file3": 1, "": 1, @@ -18755,7 +20279,37 @@ "file5": 1, "": 1, "file6": 1, - "": 1 + "": 1, + "pragma.syntax": 1, + "send": 1, + "message": 4, + "when": 2, + "friend": 4, + "<-receive(message))>": 1, + "chatUI.showMessage": 4, + "catch": 2, + "prob": 2, + "receive": 1, + "receiveFriend": 2, + "friendRcvr": 2, + "bind": 2, + "save": 1, + "file.setText": 1, + "makeURIFromObject": 1, + "chatController": 2, + "load": 1, + "getObjectFromURI": 1, + "file.getText": 1, + "<": 1, + "-": 2, + "tempVow": 2, + "#...use": 1, + "#....": 1, + "report": 1, + "problem": 1, + "finally": 1, + "#....log": 1, + "event": 1 }, "ECL": { "#option": 1, @@ -19339,85 +20893,53 @@ "radius=": 12 }, "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, + "(": 119, "intercalate": 2, "intersperse": 3, + ")": 116, "Website.Skeleton": 1, "Website.ColorScheme": 1, "addFolder": 4, "folder": 2, + "lst": 6, "let": 2, "add": 2, + "x": 13, + "y": 7, + "+": 14, "in": 2, + "f": 8, "n": 2, + "xs": 9, + "map": 11, "elements": 2, + "[": 31, + "]": 31, "functional": 2, "reactive": 2, + "-": 11, "example": 3, + "name": 6, "loc": 2, "Text.link": 1, + "toText": 6, "toLinks": 2, "title": 2, "links": 2, + "flow": 4, + "right": 8, "width": 3, + "text": 4, "italic": 1, "bold": 2, + ".": 9, "Text.color": 1, "accent4": 1, "insertSpace": 2, + "case": 5, + "of": 7, "{": 1, "spacer": 2, ";": 1, @@ -19425,8 +20947,10 @@ "subsection": 2, "w": 7, "info": 2, + "down": 3, "words": 2, "markdown": 1, + "|": 3, "###": 1, "Basic": 1, "Examples": 1, @@ -19435,6 +20959,7 @@ "below": 1, "focuses": 1, "on": 1, + "a": 5, "single": 1, "function": 1, "or": 1, @@ -19451,11 +20976,43 @@ "content": 2, "exampleSets": 2, "plainText": 1, + "main": 3, "lift": 1, "skeleton": 1, - "Window.width": 1 + "Window.width": 1, + "asText": 1, + "qsort": 4, + "filter": 2, + "<)x)>": 1, + "data": 1, + "Tree": 3, + "Node": 8, + "Empty": 8, + "empty": 2, + "singleton": 2, + "v": 8, + "insert": 4, + "tree": 7, + "left": 7, + "if": 2, + "then": 2, + "else": 2, + "<": 1, + "fromList": 3, + "foldl": 1, + "depth": 5, + "max": 1, + "t1": 2, + "t2": 3, + "display": 4, + "monospace": 1, + "concat": 1, + "show": 2 }, "Emacs Lisp": { + "(": 156, + "print": 1, + ")": 144, ";": 333, "ess": 48, "-": 294, @@ -19467,9 +21024,7 @@ "inferior": 13, "interaction": 1, "Copyright": 1, - "(": 156, "C": 2, - ")": 144, "Vitalie": 3, "Spinu.": 1, "Filename": 1, @@ -19770,11 +21325,185 @@ "use": 1, "classes": 1, "screws": 1, - "egrep": 1, - "print": 1 + "egrep": 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": { + "SHEBANG#!escript": 3, "%": 134, + "-": 262, + "*": 9, + "erlang": 5, + "smp": 1, + "enable": 1, + "sname": 1, + "factorial": 1, + "mnesia": 1, + "debug": 1, + "verbose": 1, + "main": 4, + "(": 236, + "[": 66, + "String": 2, + "]": 61, + ")": 230, + "try": 2, + "N": 6, + "list_to_integer": 1, + "F": 16, + "fac": 4, + "io": 5, + "format": 7, + "catch": 2, + "_": 52, + "usage": 3, + "end": 3, + ";": 56, + ".": 37, + "halt": 2, + "export": 2, + "main/1": 1, + "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, + "module": 2, + "record_helper": 1, + "make/1": 1, + "make/2": 1, + "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, + "epp": 1, + "parse_file": 1, + "of": 9, + "{": 109, + "ok": 34, + "Tree": 4, + "}": 109, + "parse": 2, + "error": 4, + "Error": 4, + "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, + "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, + "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, "This": 2, "is": 1, "auto": 1, @@ -19784,26 +21513,12 @@ "don": 1, "t": 1, "edit": 1, - "it": 2, - "-": 262, - "module": 2, - "(": 236, "record_utils": 1, - ")": 230, - ".": 37, "compile": 2, "export_all": 1, "include": 1, - "fields": 4, "abstract_message": 21, - "[": 66, - "]": 61, - ";": 56, "async_message": 12, - "+": 214, - "fields_atom": 4, - "lists": 11, - "flatten": 6, "clientId": 5, "destination": 5, "messageId": 5, @@ -19815,12 +21530,8 @@ "correlationIdBytes": 5, "get": 12, "Obj": 49, - "when": 29, "is_record": 25, - "{": 109, - "ok": 34, "Obj#abstract_message.body": 1, - "}": 109, "Obj#abstract_message.clientId": 1, "Obj#abstract_message.destination": 1, "Obj#abstract_message.headers": 1, @@ -19832,7 +21543,6 @@ "parent": 5, "Obj#async_message.parent": 3, "ParentProperty": 6, - "and": 8, "is_atom": 2, "set": 13, "Value": 35, @@ -19840,13 +21550,8 @@ "Obj#abstract_message": 7, "Obj#async_message": 3, "NewParentObject": 2, - "_": 52, - "type": 6, "undefined.": 1, - "SHEBANG#!escript": 3, - "*": 9, "Mode": 1, - "erlang": 5, "coding": 1, "utf": 1, "tab": 1, @@ -19880,7 +21585,6 @@ "or": 3, "without": 2, "modification": 1, - "are": 3, "permitted": 1, "provided": 2, "that": 1, @@ -19889,7 +21593,6 @@ "conditions": 3, "met": 1, "Redistributions": 2, - "of": 9, "code": 2, "must": 3, "retain": 1, @@ -19924,7 +21627,6 @@ "not": 1, "be": 1, "used": 1, - "to": 2, "endorse": 1, "promote": 1, "products": 1, @@ -19958,7 +21660,6 @@ "MERCHANTABILITY": 1, "FITNESS": 1, "FOR": 2, - "A": 5, "PARTICULAR": 1, "PURPOSE": 1, "ARE": 1, @@ -20007,26 +21708,19 @@ "POSSIBILITY": 1, "SUCH": 1, "DAMAGE.": 1, - "main": 4, "sys": 2, "RelToolConfig": 5, "target_dir": 2, "TargetDir": 14, "overlay": 2, "OverlayConfig": 4, - "file": 6, "consult": 1, "Spec": 2, "reltool": 2, "get_target_spec": 1, - "case": 3, "make_dir": 1, - "error": 4, "eexist": 1, - "io": 5, - "format": 7, "exit_code": 3, - "end": 3, "eval_target_spec": 1, "root_dir": 1, "process_overlay": 2, @@ -20038,8 +21732,6 @@ "os": 1, "cmd": 1, "io_lib": 2, - "|": 25, - "end.": 3, "boot_rel_vsn": 2, "Config": 2, "_RelToolConfig": 1, @@ -20091,124 +21783,16 @@ "mkdir": 1, "Out": 4, "Vars": 7, - "OutDir": 4, "filename": 3, "join": 3, "copy": 1, "In": 2, "InFile": 3, "OutFile": 2, - "true": 3, "filelib": 1, "is_file": 1, "ExitCode": 2, - "halt": 2, - "flush": 1, - "For": 1, - "each": 1, - "header": 1, - "scans": 1, - "thru": 1, - "all": 1, - "records": 1, - "create": 1, - "helper": 1, - "functions": 2, - "Helper": 1, - "setters": 1, - "getters": 1, - "record_helper": 1, - "export": 2, - "make/1": 1, - "make/2": 1, - "make": 3, - "HeaderFiles": 5, - "atom_to_list": 18, - "X": 12, - "||": 6, - "<->": 5, - "hrl": 1, - "relative": 1, - "current": 1, - "dir": 1, - "ModuleName": 3, - "HeaderComment": 2, - "ModuleDeclaration": 2, - "<": 1, - "Src": 10, - "format_src": 8, - "sort": 1, - "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, - "Tree": 4, - "parse": 2, - "Error": 4, - "catch": 2, - "catched_error": 1, - "T": 24, - "length": 6, - "Type": 3, - "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, - "generate_fields_function": 2, - "generate_fields_atom_function": 2, - "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, - "Field": 2, - "PField": 2, - "parse_field_atom": 4, - "zzz": 1, - "Fields": 4, - "field_atom": 1, - "to_setter_getter_function": 5, - "setter": 2, - "getter": 2, - "smp": 1, - "enable": 1, - "sname": 1, - "factorial": 1, - "mnesia": 1, - "debug": 1, - "verbose": 1, - "String": 2, - "N": 6, - "list_to_integer": 1, - "fac": 4, - "usage": 3, - "main/1": 1 + "flush": 1 }, "Forth": { "(": 88, @@ -20313,6 +21897,52 @@ "defer": 2, "name": 1, "s": 4, + "c@": 2, + "negate": 1, + "nip": 2, + "bl": 4, + "word": 9, + "ahead": 2, + "resolve": 4, + "literal": 4, + "postpone": 14, + "nonimmediate": 1, + "caddr": 1, + "C": 9, + "find": 2, + "cells": 1, + "postponers": 1, + "execute": 1, + "unresolved": 4, + "orig": 5, + "chars": 1, + "n1": 2, + "n2": 2, + "orig1": 1, + "orig2": 1, + "branch": 5, + "dodoes_code": 1, + "code": 3, + "begin": 2, + "dest": 5, + "while": 2, + "repeat": 2, + "until": 1, + "recurse": 1, + "pad": 3, + "If": 1, + "necessary": 1, + "and": 3, + "keep": 1, + "parsing.": 1, + "string": 3, + "cmove": 1, + "state": 2, + "cr": 3, + "abort": 3, + "": 1, + "Undefined": 1, + "ok": 1, "HELLO": 4, "KataDiversion": 1, "Forth": 1, @@ -20328,8 +21958,6 @@ "THEN": 10, "power": 2, "**": 2, - "n1": 2, - "n2": 2, "n1_pow_n2": 1, "SWAP": 8, "DUP": 14, @@ -20363,7 +21991,6 @@ "ADJACENT": 3, "BITS": 3, "bool": 1, - "word": 9, "uses": 1, "following": 1, "algorithm": 1, @@ -20372,7 +21999,6 @@ "X": 5, "LOG2": 1, "end": 1, - "and": 3, "OR": 1, "INVERT": 1, "maximum": 1, @@ -20402,8 +22028,6 @@ "depth": 1, "traverse": 1, "dictionary": 1, - "cr": 3, - "code": 3, "assembler": 1, "kernel": 1, "bye": 1, @@ -20413,190 +22037,244 @@ "editor": 1, "forget": 1, "reveal": 1, - "state": 2, "tools": 1, "nr": 1, "synonym": 1, "undefined": 2, - "bl": 4, - "find": 2, - "nip": 2, "defined": 1, - "postpone": 14, "invert": 1, "/cell": 2, - "cell": 2, - "c@": 2, - "negate": 1, - "ahead": 2, - "resolve": 4, - "literal": 4, - "nonimmediate": 1, - "caddr": 1, - "C": 9, - "cells": 1, - "postponers": 1, - "execute": 1, - "unresolved": 4, - "orig": 5, - "chars": 1, - "orig1": 1, - "orig2": 1, - "branch": 5, - "dodoes_code": 1, - "begin": 2, - "dest": 5, - "while": 2, - "repeat": 2, - "until": 1, - "recurse": 1, - "pad": 3, - "If": 1, - "necessary": 1, - "keep": 1, - "parsing.": 1, - "string": 3, - "cmove": 1, - "abort": 3, - "": 1, - "Undefined": 1, - "ok": 1 + "cell": 2 }, "Frege": { - "package": 2, - "examples.SwingExamples": 1, + "module": 2, + "examples.CommandLineClock": 1, "where": 39, - "import": 7, - "Java.Awt": 1, - "(": 339, - "ActionListener": 2, - ")": 345, - "Java.Swing": 1, - "main": 11, - "_": 60, - "do": 38, - "rs": 2, - "<": 84, - "-": 730, - "mapM": 3, - "Runnable.new": 1, - "[": 120, - "helloWorldGUI": 2, - "buttonDemoGUI": 2, - "celsiusConverterGUI": 2, - "]": 116, - "mapM_": 5, - "invokeLater": 1, - "println": 25, - "s": 21, - "getLine": 2, - "return": 17, - "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, - "let": 8, - "convertButtonActionPerformed": 2, - "celsius": 3, - "<->": 35, - "getText": 1, - "case": 6, - "double": 1, - "of": 32, - "Left": 5, - "fahrenheitLabel.setText": 3, - "+": 200, - "Right": 6, - "c": 33, - "show": 24, - "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, - "http": 3, - "//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, - "true": 16, - "label": 2, - "cp": 3, - "cp.add": 1, - "newContentPane": 2, - "JPanel.new": 1, - "b1": 11, - "JButton": 4, - "b1.setVerticalTextPosition": 1, - "SwingConstants.center": 2, - "b1.setHorizontalTextPosition": 1, - "SwingConstants.leading": 2, - "b2": 10, - "b2.setVerticalTextPosition": 1, - "b2.setHorizontalTextPosition": 1, - "b3": 7, + "data": 3, + "Date": 5, + "native": 4, + "java.util.Date": 1, "new": 9, - "Enable": 1, - "middle": 2, - "button": 1, - "setVerticalTextPosition": 1, - "SwingConstants": 2, - "center": 1, - "setHorizontalTextPosition": 1, - "leading": 1, - "setEnabled": 7, - "false": 13, - "action1": 2, - "action3": 2, - "b1.addActionListener": 1, - "b3.addActionListener": 1, - "newContentPane.add": 3, - "newContentPane.setOpaque": 1, - "frame.setContentPane": 1, + "(": 339, + ")": 345, + "-": 730, + "IO": 13, + "MutableIO": 1, + "toString": 2, + "Mutable": 1, + "s": 21, + "ST": 1, + "String": 9, + "d.toString": 1, + "action": 2, + "to": 13, + "give": 2, + "us": 1, + "the": 20, + "current": 4, + "time": 1, + "as": 33, + "do": 38, + "d": 3, + "<->": 35, + "java": 5, + "lang": 2, + "Thread": 2, + "sleep": 4, + "takes": 1, + "a": 99, + "long": 4, + "and": 14, + "returns": 2, + "nothing": 2, + "but": 2, + "may": 1, + "throw": 1, + "an": 6, + "InterruptedException": 4, + "This": 2, + "is": 24, + "without": 1, + "doubt": 1, + "public": 1, + "static": 1, + "void": 2, + "millis": 1, + "throws": 4, + "Encoded": 1, + "in": 22, + "Frege": 1, + "argument": 1, + "type": 8, + "Long": 3, + "result": 11, + "does": 2, + "defined": 1, + "frege": 1, + "Lang": 1, + "main": 11, + "args": 2, + "forever": 1, + "print": 25, + "stdout.flush": 1, + "Thread.sleep": 4, + "examples.Concurrent": 1, + "import": 7, + "System.Random": 1, + "Java.Net": 1, + "URL": 2, + "Control.Concurrent": 1, + "C": 6, + "main2": 1, + "m": 2, + "<": 84, + "newEmptyMVar": 1, + "forkIO": 11, + "m.put": 3, + "replicateM_": 3, + "c": 33, + "m.take": 1, + "println": 25, + "example1": 1, + "putChar": 2, + "example2": 2, + "getLine": 2, + "case": 6, + "of": 32, + "Right": 6, + "n": 38, + "setReminder": 3, + "Left": 5, + "_": 60, + "+": 200, + "show": 24, + "L*n": 1, + "table": 1, + "mainPhil": 2, + "[": 120, + "fork1": 3, + "fork2": 3, + "fork3": 3, + "fork4": 3, + "fork5": 3, + "]": 116, + "mapM": 3, + "MVar": 3, + "1": 2, + "5": 1, + "philosopher": 7, + "Kant": 1, + "Locke": 1, + "Wittgenstein": 1, + "Nozick": 1, + "Mises": 1, + "return": 17, + "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, + "catch": 2, + "getURL": 4, + "xx": 2, + "url": 1, + "URL.new": 1, + "con": 3, + "url.openConnection": 1, + "con.connect": 1, + "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, + "SomeException": 2, + "Throwable": 1, + "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, + "ss": 8, + "mapM_": 5, + "putStrLn": 2, + "|": 62, + "x.getClass.getName": 1, + "y": 15, + "sum": 2, + "map": 49, + "length": 20, + "package": 2, "examples.Sudoku": 1, "Data.TreeMap": 1, "Tree": 4, "keys": 2, "Data.List": 1, - "as": 33, "DL": 1, "hiding": 1, "find": 20, "union": 10, - "type": 8, "Element": 6, - "Int": 6, "Zelle": 8, "set": 4, "candidates": 18, "Position": 22, "Feld": 3, "Brett": 13, - "data": 3, "for": 25, "assumptions": 10, - "and": 14, "conclusions": 2, "Assumption": 21, "ISNOT": 14, - "|": 62, "IS": 16, "derive": 2, "Eq": 1, @@ -20610,7 +22288,6 @@ "showcs": 5, "cs": 27, "joined": 4, - "map": 49, "Assumption.show": 1, "elements": 12, "all": 22, @@ -20618,9 +22295,7 @@ "..": 1, "positions": 16, "rowstarts": 4, - "a": 99, "row": 20, - "is": 24, "starting": 3, "colstarts": 3, "column": 2, @@ -20631,10 +22306,8 @@ "by": 3, "adding": 1, "upper": 2, - "left": 4, "position": 9, "results": 1, - "in": 22, "real": 1, "extract": 2, "field": 9, @@ -20648,17 +22321,14 @@ "b": 113, "snd": 20, "compute": 5, - "the": 20, "list": 7, "that": 18, "belong": 3, - "to": 13, "same": 8, "given": 3, "z..": 1, "z": 12, "quot": 1, - "*": 5, "col": 17, "mod": 3, "ri": 2, @@ -20668,7 +22338,7 @@ "on": 4, "ci": 3, "index": 3, - "right": 4, + "middle": 2, "check": 2, "if": 5, "candidate": 10, @@ -20681,6 +22351,8 @@ "solved": 1, "single": 9, "Bool": 2, + "true": 16, + "false": 13, "unsolved": 10, "rows": 4, "cols": 6, @@ -20692,7 +22364,6 @@ "zip": 7, "repeat": 3, "containers": 6, - "String": 9, "PRINTING": 1, "printable": 1, "coordinate": 1, @@ -20702,7 +22373,6 @@ "packed": 1, "chr": 2, "ord": 6, - "print": 25, "board": 41, "printb": 4, "p1line": 2, @@ -20710,12 +22380,9 @@ "line": 2, "brief": 1, "no": 4, - ".": 41, "some": 2, - "x": 45, "zs": 1, "initial/final": 1, - "result": 11, "msg": 6, "res012": 2, "concatMap": 1, @@ -20729,7 +22396,6 @@ "what": 1, "done": 1, "turnoff1": 3, - "IO": 13, "i": 16, "off": 11, "nc": 7, @@ -20743,7 +22409,6 @@ "foldM": 2, "toh": 2, "setto": 3, - "n": 38, "cname": 4, "nf": 2, "SOLVING": 1, @@ -20753,7 +22418,6 @@ "contains": 1, "numbers": 1, "already": 1, - "This": 2, "finds": 1, "logs": 1, "NAKED": 5, @@ -20788,7 +22452,6 @@ "FOR": 11, "IN": 9, "occurs": 5, - "length": 20, "PAIRS": 8, "TRIPLES": 8, "QUADS": 2, @@ -20813,7 +22476,6 @@ "uniq": 4, "sort": 4, "common": 4, - "1": 2, "bs": 7, "undefined": 1, "cannot": 1, @@ -20832,8 +22494,6 @@ "intersection": 1, "we": 5, "occurences": 1, - "but": 2, - "an": 6, "XY": 2, "Wing": 2, "there": 6, @@ -20844,7 +22504,6 @@ "B": 5, "Z": 6, "shares": 2, - "C": 6, "reasoning": 1, "will": 4, "be": 9, @@ -20853,9 +22512,10 @@ "thus": 1, "see": 1, "xyWing": 2, - "y": 15, "rcba": 4, "share": 1, + "b1": 11, + "b2": 10, "&&": 9, "||": 2, "then": 1, @@ -20878,7 +22538,6 @@ "fish": 7, "fishname": 5, "rset": 4, - "take": 13, "certain": 1, "rflds": 2, "rowset": 1, @@ -20893,6 +22552,7 @@ "assumption": 8, "form": 1, "conseq": 3, + "cp": 3, "two": 1, "contradict": 2, "contradicts": 7, @@ -20930,7 +22590,6 @@ "conclusion": 4, "THE": 1, "FIRST": 1, - "con": 3, "implication": 2, "ai": 2, "so": 1, @@ -20960,7 +22619,6 @@ "Liste": 1, "aller": 1, "Annahmen": 1, - "r": 7, "ein": 1, "bestimmtes": 1, "acstree": 3, @@ -20969,7 +22627,6 @@ "maybe": 1, "tree": 1, "lookup": 2, - "Just": 2, "error": 1, "performance": 1, "resons": 1, @@ -20999,22 +22656,18 @@ "available": 1, "strategies": 1, "until": 1, - "nothing": 2, "changes": 1, "anymore": 1, "Strategy": 1, "functions": 2, "supposed": 1, "applied": 1, - "give": 2, "changed": 1, "board.": 1, "strategy": 2, - "does": 2, "anything": 1, "alter": 1, "it": 2, - "returns": 2, "next": 1, "tried.": 1, "solve": 19, @@ -21057,7 +22710,6 @@ "h": 1, "help": 1, "usage": 1, - "java": 5, "Sudoku": 2, "file": 4, "81": 3, @@ -21067,18 +22719,17 @@ "One": 1, "such": 1, "going": 1, + "http": 3, "www": 1, "sudokuoftheday": 1, "pages": 1, "o": 1, - "d": 3, "php": 1, "click": 1, "puzzle": 1, "open": 1, "tab": 1, "Copy": 1, - "URL": 2, "address": 1, "your": 1, "browser": 1, @@ -21095,153 +22746,86 @@ "files": 2, "forM_": 1, "sudoku": 2, - "br": 4, "openReader": 1, "lines": 2, "BufferedReader.getLines": 1, "process": 5, - "ss": 8, - "sum": 2, "candi": 2, "consider": 3, "acht": 4, - "stderr.println": 3, "neun": 2, - "module": 2, - "examples.CommandLineClock": 1, - "Date": 5, - "native": 4, - "java.util.Date": 1, - "MutableIO": 1, - "toString": 2, - "Mutable": 1, - "ST": 1, - "d.toString": 1, - "action": 2, - "us": 1, - "current": 4, - "time": 1, - "lang": 2, - "Thread": 2, - "sleep": 4, - "takes": 1, - "long": 4, - "may": 1, - "throw": 1, - "InterruptedException": 4, - "without": 1, - "doubt": 1, - "public": 1, - "static": 1, - "void": 2, - "millis": 1, - "throws": 4, - "Encoded": 1, - "Frege": 1, - "argument": 1, - "Long": 3, - "defined": 1, - "frege": 1, - "Lang": 1, - "args": 2, - "forever": 1, - "stdout.flush": 1, - "Thread.sleep": 4, - "examples.Concurrent": 1, - "System.Random": 1, - "Java.Net": 1, - "Control.Concurrent": 1, - "main2": 1, - "m": 2, - "newEmptyMVar": 1, - "forkIO": 11, - "m.put": 3, - "replicateM_": 3, - "m.take": 1, - "example1": 1, - "putChar": 2, - "example2": 2, - "setReminder": 3, - "L*n": 1, - "table": 1, - "mainPhil": 2, - "fork1": 3, - "fork2": 3, - "fork3": 3, - "fork4": 3, - "fork5": 3, - "MVar": 3, - "5": 1, - "philosopher": 7, - "Kant": 1, - "Locke": 1, - "Wittgenstein": 1, - "Nozick": 1, - "Mises": 1, - "me": 13, - "g": 4, - "Random.newStdGen": 1, - "phil": 4, - "tT": 2, - "g1": 2, - "Random.randomR": 2, - "L": 6, - "eT": 2, - "g2": 3, - "thinkTime": 3, - "eatTime": 3, - "fl": 4, - "left.take": 1, - "rFork": 2, - "poll": 1, - "fr": 3, - "right.put": 1, - "left.put": 2, - "table.notifyAll": 2, - "Nothing": 2, - "table.wait": 1, - "inter": 3, - "catch": 2, - "getURL": 4, - "xx": 2, - "url": 1, - "URL.new": 1, - "url.openConnection": 1, - "con.connect": 1, - "con.getInputStream": 1, - "typ": 5, - "con.getContentType": 1, - "ir": 2, - "InputStreamReader.new": 2, - "fromMaybe": 1, - "charset": 2, - "unsupportedEncoding": 3, - "BufferedReader": 1, - "getLines": 1, - "InputStream": 1, - "UnsupportedEncodingException": 1, - "InputStreamReader": 1, - "x.catched": 1, - "ctyp": 2, - "charset=": 1, - "m.group": 1, - "SomeException": 2, - "Throwable": 1, - "m1": 1, - "MVar.newEmpty": 3, - "m2": 1, - "m3": 2, - "catchAll": 3, - "m1.put": 1, - "m2.put": 1, - "m3.put": 1, - "r1": 2, - "m1.take": 1, - "r2": 3, - "m2.take": 1, - "r3": 3, - "putStrLn": 2, - "x.getClass.getName": 1 + "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 }, "GAMS": { "*Basic": 1, @@ -21405,213 +22989,22 @@ "GAP": { "#############################################################################": 63, "##": 766, - "Magic.gi": 1, - "AutoDoc": 4, - "package": 10, - "Copyright": 6, - "Max": 2, - "Horn": 2, - "JLU": 2, - "Giessen": 2, - "Sebastian": 2, - "Gutsche": 2, - "University": 4, - "of": 114, - "Kaiserslautern": 2, - "BindGlobal": 7, - "(": 721, - "function": 37, - "str": 8, - "suffix": 3, - ")": 722, - "local": 16, - "n": 31, - "m": 8, - ";": 569, - "Length": 14, - "return": 41, - "and": 102, - "{": 21, - "[": 145, - "-": 67, - "+": 9, - "]": 169, - "}": 21, - "end": 34, - "i": 25, - "while": 5, - "<": 17, - "do": 18, - "od": 15, - "if": 103, - "then": 128, - "fi": 91, - "d": 16, - "tmp": 20, - "not": 49, - "IsDirectoryPath": 1, - "CreateDir": 2, - "#": 73, - "Note": 3, - "is": 72, - "currently": 1, - "undocumented": 1, - "fail": 18, - "Error": 7, - "LastSystemError": 1, - ".message": 1, - "false": 7, - "true": 21, - "pkg": 32, - "subdirs": 2, - "extensions": 1, - "d_rel": 6, - "files": 4, - "result": 9, - "for": 53, - "in": 64, - "DirectoriesPackageLibrary": 2, - "IsEmpty": 6, - "continue": 3, - "Directory": 5, - "DirectoryContents": 1, - "Sort": 1, - "AUTODOC_GetSuffix": 2, - "IsReadableFile": 2, - "Filename": 8, - "Add": 4, - "Make": 1, - "this": 15, - "callable": 1, - "with": 24, - "the": 136, - "package_name": 1, - "AutoDocWorksheet.": 1, - "Which": 1, - "will": 5, - "create": 1, - "a": 113, - "worksheet": 1, - "InstallGlobalFunction": 5, - "arg": 16, - "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, - "rec": 20, - "DirectoryCurrent": 1, - "else": 25, - "PackageInfo": 1, - "key": 3, - "val": 4, - "ValueOption": 1, - "opt.": 1, - "IsBound": 39, - "opt.dir": 4, - "elif": 21, - "IsString": 7, - "or": 13, - "IsDirectory": 1, - "AUTODOC_CreateDirIfMissing": 1, - "Print": 24, - "opt.scaffold": 5, - "package_info.AutoDoc": 3, - "IsRecord": 7, - "IsBool": 4, - "AUTODOC_APPEND_RECORD_WRITEONCE": 3, - "AUTODOC_WriteOnce": 10, - "opt.autodoc": 5, - "Concatenation": 15, - "package_info.Dependencies.NeededOtherPackages": 1, - "package_info.Dependencies.SuggestedOtherPackages": 1, - "ForAny": 1, - "x": 14, - "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, - "List": 6, - "f": 11, - "DocumentationTree": 1, - "autodoc.section_intros": 2, - "AUTODOC_PROCESS_INTRO_STRINGS": 1, - "Tree": 2, - "AutoDocScanFiles": 1, - "PackageName": 2, - "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, - "..": 6, - "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, "#W": 4, "example.gd": 2, "This": 10, "file": 7, "contains": 7, + "a": 113, "sample": 2, + "of": 114, "GAP": 15, "declaration": 1, "file.": 3, "DeclareProperty": 2, + "(": 721, "IsLeftModule": 6, + ")": 722, + ";": 569, "DeclareGlobalFunction": 5, "#C": 7, "IsQuuxFrobnicator": 1, @@ -21625,14 +23018,86 @@ "Tests": 1, "whether": 5, "R": 5, + "is": 72, "quux": 1, "frobnicator.": 1, "": 28, "": 28, "DeclareSynonym": 17, "IsField": 1, + "and": 102, "IsGroup": 1, + "implementation": 1, + "#M": 20, + "SomeOperation": 1, + "": 2, + "performs": 1, + "some": 2, + "operation": 1, + "on": 5, + "InstallMethod": 18, + "SomeProperty": 1, + "[": 145, + "]": 169, + "function": 37, + "M": 7, + "if": 103, + "IsFreeLeftModule": 3, + "not": 49, + "IsTrivial": 1, + "then": 128, + "return": 41, + "true": 21, + "fi": 91, + "TryNextMethod": 7, + "end": 34, + "#F": 17, + "SomeGlobalFunction": 2, + "A": 9, + "global": 1, + "variadic": 1, + "funfion.": 1, + "InstallGlobalFunction": 5, + "arg": 16, + "Length": 14, + "+": 9, + "*": 12, + "elif": 21, + "-": 67, + "else": 25, + "Error": 7, + "#": 73, + "SomeFunc": 1, + "x": 14, + "y": 8, + "local": 16, + "z": 3, + "func": 3, + "tmp": 20, + "j": 3, + "mod": 2, + "List": 6, + "while": 5, + "do": 18, + "for": 53, + "in": 64, + "Print": 24, + "od": 15, + "repeat": 1, + "until": 1, + "<": 17, "Magic.gd": 1, + "AutoDoc": 4, + "package": 10, + "Copyright": 6, + "Max": 2, + "Horn": 2, + "JLU": 2, + "Giessen": 2, + "Sebastian": 2, + "Gutsche": 2, + "University": 4, + "Kaiserslautern": 2, "SHEBANG#!#! @Description": 1, "SHEBANG#!#! This": 1, "SHEBANG#!#! any": 1, @@ -21687,6 +23152,7 @@ "TODO": 3, "mention": 1, "merging": 1, + "with": 24, "PackageInfo.AutoDoc": 1, "SHEBANG#!#! ": 3, "SHEBANG#!#! ": 13, @@ -21727,6 +23193,7 @@ "document": 1, "leave": 1, "us": 1, + "the": 136, "choice": 1, "revising": 1, "how": 1, @@ -21737,9 +23204,9 @@ "": 117, "": 2, "": 2, - "A": 9, "list": 16, "names": 1, + "or": 13, "which": 8, "are": 14, "used": 10, @@ -21783,6 +23250,7 @@ "entry": 2, "list.": 2, "It": 1, + "will": 5, "handled": 3, "so": 3, "please": 1, @@ -21827,6 +23295,7 @@ "only": 5, "remaining": 1, "use": 5, + "this": 15, "seems": 1, "ability": 1, "specify": 3, @@ -21835,6 +23304,7 @@ "sections.": 1, "TODO.": 1, "SHEBANG#!#! files": 1, + "Note": 3, "strictly": 1, "speaking": 1, "also": 3, @@ -21870,6 +23340,7 @@ "just": 1, "case.": 1, "SHEBANG#!#! In": 1, + "maketest": 12, "part.": 1, "Still": 1, "under": 1, @@ -21887,6 +23358,258 @@ "SHEBANG#!#! @Returns": 1, "SHEBANG#!#! @Arguments": 1, "SHEBANG#!#! @ChapterInfo": 1, + "Magic.gi": 1, + "BindGlobal": 7, + "str": 8, + "suffix": 3, + "n": 31, + "m": 8, + "{": 21, + "}": 21, + "i": 25, + "d": 16, + "IsDirectoryPath": 1, + "CreateDir": 2, + "currently": 1, + "undocumented": 1, + "fail": 18, + "LastSystemError": 1, + ".message": 1, + "false": 7, + "pkg": 32, + "subdirs": 2, + "extensions": 1, + "d_rel": 6, + "files": 4, + "result": 9, + "DirectoriesPackageLibrary": 2, + "IsEmpty": 6, + "continue": 3, + "Directory": 5, + "DirectoryContents": 1, + "Sort": 1, + "AUTODOC_GetSuffix": 2, + "IsReadableFile": 2, + "Filename": 8, + "Add": 4, + "Make": 1, + "callable": 1, + "package_name": 1, + "AutoDocWorksheet.": 1, + "Which": 1, + "create": 1, + "worksheet": 1, + "package_info": 3, + "opt": 3, + "scaffold": 12, + "gapdoc": 7, + "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, + "rec": 20, + "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, + "Concatenation": 15, + "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, + "f": 11, + "DocumentationTree": 1, + "autodoc.section_intros": 2, + "AUTODOC_PROCESS_INTRO_STRINGS": 1, + "Tree": 2, + "AutoDocScanFiles": 1, + "PackageName": 2, + "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, + "..": 6, + "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, + "PackageInfo.g": 2, + "cvec": 1, + "s": 4, + "template": 1, + "SetPackageInfo": 1, + "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, + "cases": 2, + "recognized": 1, + "successfully": 2, + "refereed": 2, + "developers": 1, + "agreed": 1, + "distribute": 1, + "them": 1, + "core": 1, + "system": 1, + "development": 1, + "versions": 1, + "all": 18, + "You": 1, + "must": 6, + "provide": 2, + "next": 6, + "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, + "short": 1, + "abstract": 1, + "explaining": 1, + "content": 1, + "HTML": 1, + "overview": 1, + "Web": 1, + "page": 1, + "an": 17, + "URL": 1, + "Webpage": 1, + "detailed": 1, + "information": 1, + "than": 1, + "few": 1, + "lines": 1, + "less": 1, + "ok": 1, + "Please": 1, + "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, + "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, + "keyword": 1, + "related": 1, + "topic": 1, + "Keywords": 1, "vspc.gd": 1, "library": 2, "Thomas": 2, @@ -21948,15 +23671,12 @@ "

": 23, "Whenever": 1, "talk": 1, - "about": 3, - "an": 17, "": 42, "F": 61, "": 41, "V": 152, "additive": 1, "group": 2, - "on": 5, "acts": 1, "via": 6, "multiplication": 1, @@ -21977,8 +23697,6 @@ "<#/GAPDoc>": 17, "IsLeftActedOnByDivisionRing": 4, "InstallTrueMethod": 4, - "IsFreeLeftModule": 3, - "#F": 17, "IsGaussianSpace": 10, "": 14, "filter": 3, @@ -21988,8 +23706,6 @@ "field": 12, "say": 1, "indicates": 3, - "entries": 8, - "all": 18, "vectors": 16, "matrices": 5, "respectively": 1, @@ -22035,7 +23751,6 @@ "thus": 1, "property": 2, "get": 1, - "because": 2, "usually": 1, "represented": 1, "coefficients": 3, @@ -22086,7 +23801,6 @@ "defines": 1, "method": 4, "installs": 1, - "must": 6, "call": 1, "On": 1, "hand": 1, @@ -22242,7 +23956,6 @@ "Substruct": 1, "common": 1, "Struct": 1, - "cases": 2, "basis.": 1, "handle": 1, "intersections": 1, @@ -22277,7 +23990,6 @@ "NextIterator": 5, "DeclareCategory": 1, "IsDomain": 1, - "#M": 20, "IsFinite": 4, "Returns": 1, "": 1, @@ -22301,137 +24013,9 @@ "source": 2, "range": 1, "b": 8, - "s": 4, - "*": 12, "hold": 1, "IsGeneralMapping": 2, "#E": 2, - "PackageInfo.g": 2, - "cvec": 1, - "template": 1, - "SetPackageInfo": 1, - "Subtitle": 1, - "Version": 1, - "Date": 1, - "dd/mm/yyyy": 1, - "format": 2, - "Information": 1, - "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, - "recognized": 1, - "successfully": 2, - "refereed": 2, - "developers": 1, - "agreed": 1, - "distribute": 1, - "them": 1, - "core": 1, - "system": 1, - "development": 1, - "versions": 1, - "You": 1, - "provide": 2, - "next": 6, - "status": 1, - "was": 1, - "#CommunicatedBy": 1, - "#AcceptDate": 1, - "PackageWWWHome": 1, - "README_URL": 1, - ".PackageWWWHome": 2, - "PackageInfoURL": 1, - "ArchiveURL": 1, - ".Version": 2, - "ArchiveFormats": 1, - "Here": 2, - "short": 1, - "abstract": 1, - "explaining": 1, - "content": 1, - "HTML": 1, - "overview": 1, - "Web": 1, - "page": 1, - "URL": 1, - "Webpage": 1, - "detailed": 1, - "information": 1, - "than": 1, - "few": 1, - "lines": 1, - "less": 1, - "ok": 1, - "Please": 1, - "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, - "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, - "some": 2, - "keyword": 1, - "related": 1, - "topic": 1, - "Keywords": 1, - "implementation": 1, - "SomeOperation": 1, - "": 2, - "performs": 1, - "operation": 1, - "InstallMethod": 18, - "SomeProperty": 1, - "M": 7, - "IsTrivial": 1, - "TryNextMethod": 7, - "SomeGlobalFunction": 2, - "global": 1, - "variadic": 1, - "funfion.": 1, - "SomeFunc": 1, - "y": 8, - "z": 3, - "func": 3, - "j": 3, - "mod": 2, - "repeat": 1, - "until": 1, "vspc.gi": 1, "generic": 1, "SetLeftActingDomain": 2, @@ -22615,60 +24199,17 @@ ".subsections_via_symbols": 1 }, "GLSL": { - "#version": 2, - "core": 1, - "void": 33, - "main": 7, - "(": 437, - ")": 437, - "{": 84, - "}": 84, - "float": 105, - "cbar": 2, - "int": 8, - ";": 391, - "cfoo": 1, - "CB": 2, - "CD": 2, - "CA": 1, - "CC": 1, - "CBT": 5, - "CDT": 3, - "CAT": 1, - "CCT": 1, - "norA": 4, - "norB": 3, - "norC": 1, - "norD": 1, - "norE": 4, - "norF": 1, - "norG": 1, - "norH": 1, - "norI": 1, - "norcA": 2, - "norcB": 3, - "norcC": 2, - "norcD": 2, - "//": 38, - "head": 1, - "of": 1, - "cycle": 2, - "norcE": 1, - "lead": 1, - "into": 1, - "varying": 6, - "vec4": 77, - "v_color": 4, - "gl_FragColor": 4, "////": 4, "High": 1, "quality": 2, + "(": 437, "Some": 1, "browsers": 1, "may": 1, "freeze": 1, "or": 1, "crash": 1, + ")": 437, "//#define": 10, "HIGHQUALITY": 2, "Medium": 1, @@ -22695,6 +24236,7 @@ "RAGGED_LEAVES": 5, "DETAILED_NOISE": 3, "LIGHT_AA": 3, + "//": 38, "sample": 2, "SSAA": 2, "HEAVY_AA": 2, @@ -22705,9 +24247,11 @@ "#ifdef": 14, "#endif": 14, "const": 19, + "float": 105, "eps": 5, "e": 4, "-": 108, + ";": 391, "PI": 3, "vec3": 165, "sunDir": 5, @@ -22726,10 +24270,13 @@ "tonemapping": 1, "mod289": 4, "x": 11, + "{": 84, "return": 47, "floor": 8, "*": 116, "/": 24, + "}": 84, + "vec4": 77, "permute": 4, "x*34.0": 1, "+": 108, @@ -22930,6 +24477,7 @@ "shadow": 4, "taken": 1, "for": 7, + "int": 8, "rayDir*t": 2, "res": 6, "res.x": 3, @@ -23032,6 +24580,8 @@ "iResolution.x/iResolution.y*0.5": 1, "rd.x": 1, "rd.y": 1, + "void": 33, + "main": 7, "gl_FragCoord.xy": 7, "*0.25": 4, "*0.5": 1, @@ -23043,7 +24593,86 @@ "col*exposure": 1, "x*": 2, ".5": 1, + "gl_FragColor": 4, + "varying": 6, + "v_color": 4, "uniform": 8, + "mat4": 1, + "u_MVPMatrix": 2, + "attribute": 2, + "a_position": 1, + "a_color": 2, + "gl_Position": 1, + "#version": 2, + "core": 1, + "cbar": 2, + "cfoo": 1, + "CB": 2, + "CD": 2, + "CA": 1, + "CC": 1, + "CBT": 5, + "CDT": 3, + "CAT": 1, + "CCT": 1, + "norA": 4, + "norB": 3, + "norC": 1, + "norD": 1, + "norE": 4, + "norF": 1, + "norG": 1, + "norH": 1, + "norI": 1, + "norcA": 2, + "norcB": 3, + "norcC": 2, + "norcD": 2, + "head": 1, + "of": 1, + "cycle": 2, + "norcE": 1, + "lead": 1, + "into": 1, + "NUM_LIGHTS": 4, + "AMBIENT": 2, + "MAX_DIST": 3, + "MAX_DIST_SQUARED": 3, + "lightColor": 3, + "[": 29, + "]": 29, + "fragmentNormal": 2, + "cameraVector": 2, + "lightVector": 4, + "initialize": 1, + "diffuse/specular": 1, + "lighting": 1, + "diffuse": 4, + "specular": 4, + "the": 1, + "fragment": 1, + "and": 2, + "direction": 1, + "cameraDir": 2, + "loop": 1, + "through": 1, + "each": 1, + "calculate": 1, + "distance": 1, + "between": 1, + "distFactor": 3, + "lightDir": 3, + "diffuseDot": 2, + "halfAngle": 2, + "specularColor": 2, + "specularDot": 2, + "sample.rgb": 1, + "sample.a": 1, + "static": 1, + "char*": 1, + "SimpleFragmentShader": 1, + "STRINGIFY": 1, + "FrontColor": 2, "kCoeff": 2, "kCube": 2, "uShift": 3, @@ -23065,8 +24694,6 @@ "f": 17, "r*r": 1, "inverse_f": 2, - "[": 29, - "]": 29, "lut": 9, "max_r": 2, "incr": 2, @@ -23096,417 +24723,39 @@ "sampled.b": 1, ".b": 1, "gl_FragColor.rgba": 1, - "sampled.rgb": 1, - "static": 1, - "char*": 1, - "SimpleFragmentShader": 1, - "STRINGIFY": 1, - "FrontColor": 2, - "NUM_LIGHTS": 4, - "AMBIENT": 2, - "MAX_DIST": 3, - "MAX_DIST_SQUARED": 3, - "lightColor": 3, - "fragmentNormal": 2, - "cameraVector": 2, - "lightVector": 4, - "initialize": 1, - "diffuse/specular": 1, - "lighting": 1, - "diffuse": 4, - "specular": 4, - "the": 1, - "fragment": 1, - "and": 2, - "direction": 1, - "cameraDir": 2, - "loop": 1, - "through": 1, - "each": 1, - "calculate": 1, - "distance": 1, - "between": 1, - "distFactor": 3, - "lightDir": 3, - "diffuseDot": 2, - "halfAngle": 2, - "specularColor": 2, - "specularDot": 2, - "sample.rgb": 1, - "sample.a": 1, - "mat4": 1, - "u_MVPMatrix": 2, - "attribute": 2, - "a_position": 1, - "a_color": 2, - "gl_Position": 1 + "sampled.rgb": 1 }, "Game Maker Language": { - "var": 79, - "victim": 10, - "killer": 11, - "assistant": 16, - "damageSource": 18, - ";": 1282, - "argument0": 28, - "argument1": 10, - "argument2": 3, - "argument3": 1, - "if": 397, - "(": 1501, - "instance_exists": 8, - ")": 1502, - "noone": 7, - "//*************************************": 6, - "//*": 3, - "Scoring": 1, - "and": 155, - "Kill": 1, - "log": 1, - "recordKillInLog": 1, - "victim.stats": 1, - "[": 99, - "DEATHS": 1, - "]": 103, - "+": 206, - "{": 300, - "WEAPON_KNIFE": 1, - "||": 16, - "WEAPON_BACKSTAB": 1, - "killer.stats": 8, - "STABS": 2, - "killer.roundStats": 8, - "POINTS": 10, - "}": 307, - "victim.object.currentWeapon.object_index": 1, - "Medigun": 2, - "victim.object.currentWeapon.uberReady": 1, - "BONUS": 2, - "KILLS": 2, - "victim.object.intel": 1, - "DEFENSES": 2, - "recordEventInLog": 1, - "killer.team": 1, - "killer.name": 2, - "global.myself": 4, - "assistant.stats": 2, - "ASSISTS": 2, - "assistant.roundStats": 2, - ".5": 2, - "//SPEC": 1, - "instance_create": 20, - "victim.object.x": 3, - "victim.object.y": 3, - "Spectator": 1, - "Gibbing": 2, - "xoffset": 5, - "yoffset": 5, - "xsize": 3, - "ysize": 3, - "view_xview": 3, - "view_yview": 3, - "view_wview": 2, - "view_hview": 2, - "randomize": 1, - "with": 47, - "victim.object": 2, - "WEAPON_ROCKETLAUNCHER": 1, - "or": 78, - "WEAPON_MINEGUN": 1, - "FRAG_BOX": 2, - "WEAPON_REFLECTED_STICKY": 1, - "WEAPON_REFLECTED_ROCKET": 1, - "FINISHED_OFF_GIB": 2, - "GENERATOR_EXPLOSION": 2, - "player.class": 15, - "CLASS_QUOTE": 3, - "global.gibLevel": 14, - "distance_to_point": 3, - "xsize/2": 2, - "ysize/2": 2, - "<": 39, - "hasReward": 4, - "repeat": 7, - "*": 18, - "createGib": 14, - "x": 76, - "y": 85, - "PumpkinGib": 1, - "hspeed": 14, - "vspeed": 13, - "random": 21, - "-": 212, - "choose": 8, - "false": 85, - "true": 73, - "else": 151, - "Gib": 1, - "switch": 9, - "player.team": 8, - "case": 50, - "TEAM_BLUE": 6, - "BlueClump": 1, - "break": 58, - "TEAM_RED": 8, - "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, - "has": 2, - "specially": 1, - "colored": 1, - "CLASS_MEDIC": 2, - "Hand": 3, - "Feet": 1, - "//Class": 1, - "specific": 1, - "gibs": 1, - "CLASS_PYRO": 2, - "Accesory": 5, - "CLASS_SOLDIER": 2, - "CLASS_ENGINEER": 3, - "CLASS_SNIPER": 3, - "playsound": 2, - "deadbody": 2, - "DeathSnd1": 1, - "DeathSnd2": 1, - "DeadGuy": 1, - "player": 36, - "deadbody.sprite_index": 2, - "haxxyStatue": 1, - "deadbody.image_index": 2, - "sprite_index": 14, - "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, - "instance_destroy": 7, - "Deathcam": 1, - "global.killCam": 3, - "KILL_BOX": 1, - "FINISHED_OFF": 5, - "DeathCam": 1, - "DeathCam.killedby": 1, - "DeathCam.name": 1, - "DeathCam.oldxview": 1, - "DeathCam.oldyview": 1, - "DeathCam.lastDamageSource": 1, - "DeathCam.team": 1, - "global.myself.team": 3, - "#define": 26, - "__jso_gmt_tuple": 1, - "//Position": 1, - "address": 1, - "table": 1, - "data": 4, - "pos": 2, - "addr_table": 2, - "*argument_count": 1, - "//Build": 1, - "the": 62, - "tuple": 1, - "element": 8, - "by": 5, - "i": 95, - "ca": 1, - "isstr": 1, - "datastr": 1, - "for": 26, - "argument_count": 1, - "//Check": 1, - "argument": 10, - "Unexpected": 18, - "character": 20, - "at": 23, - "position": 16, - ".": 12, - "t": 23, - "f": 5, - "end": 11, - "of": 25, - "list": 36, - "in": 21, - "JSON": 5, - "string.": 5, - "string": 13, - "Cannot": 5, - "parse": 3, - "boolean": 3, - "value": 13, - "real": 14, - "expecting": 9, - "a": 55, - "digit.": 9, - "e": 4, - "E": 4, - "dot": 1, - "an": 24, - "integer": 6, - "Expected": 6, - "least": 6, - "arguments": 26, - "got": 6, - "map": 47, - "find": 10, - "lookup.": 4, - "use": 4, - "indices": 1, - "nested": 27, - "lists": 6, - "Index": 1, - "overflow": 4, - "Recursive": 1, - "abcdef": 1, - "Invalid": 2, - "hex": 2, - "number": 7, - "return": 56, - "num": 1, - "//": 11, - "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, - "<=>": 3, - "1": 32, - "not": 63, - "isLevel": 1, - "999": 2, - "global": 8, - "levelType": 2, - "2": 2, - "16": 14, - "0": 21, - "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, - "alarm": 13, - "scrSetupWalls": 3, - "global.graphicsHigh": 1, - "tile_add": 4, - "bgExtrasLush": 1, - "*rand": 12, - "bgExtrasIce": 1, - "bgExtrasTemple": 1, - "bgExtras": 1, - "global.murderer": 1, - "global.thiefLevel": 1, - "isRealLevel": 1, - "oExit": 1, - "type": 8, - "oShopkeeper": 1, - "obj.status": 1, - "oTreasure": 1, - "collision_point": 30, - "oSolid": 14, - "instance_place": 3, - "oWater": 1, - "sWaterTop": 1, - "sLavaTop": 1, - "scrCheckWaterTop": 1, - "global.temp3": 1, "//draws": 1, + "the": 62, "sprite": 12, "draw": 3, + "true": 73, + ";": 1282, + "if": 397, + "(": 1501, "facing": 17, "RIGHT": 10, + ")": 1502, "image_xscale": 17, + "-": 212, + "else": 151, "blinkToggle": 1, + "{": 300, "state": 50, "CLIMBING": 5, + "or": 78, + "sprite_index": 14, "sPExit": 1, "sDamselExit": 1, "sTunnelExit": 1, + "and": 155, "global.hasJetpack": 4, + "not": 63, "whipping": 5, "draw_sprite_ext": 10, + "x": 76, + "y": 85, "image_yscale": 14, "image_angle": 14, "image_blend": 2, @@ -23514,8 +24763,11 @@ "//draw_sprite": 1, "draw_sprite": 9, "sJetpackBack": 1, + "false": 85, + "}": 307, "sJetpackRight": 1, "sJetpackLeft": 1, + "+": 206, "redColor": 2, "make_color_rgb": 1, "holdArrow": 4, @@ -23527,515 +24779,6 @@ "LEFT": 7, "sArrowLeft": 1, "sBombArrowLeft": 2, - "exit": 10, - "xr": 19, - "yr": 19, - "round": 6, - "cloakAlpha": 1, - "team": 13, - "canCloak": 1, - "cloakAlpha/2": 1, - "invisible": 1, - "stabbing": 2, - "power": 1, - "currentWeapon.stab.alpha": 1, - "&&": 6, - "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, - "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, - "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, - "ubercolour": 6, - "overlaySprite": 6, - "zoomed": 1, - "SniperCrouchRedS": 1, - "SniperCrouchBlueS": 1, - "sniperCrouchOverlay": 1, - "overlay": 1, - "omnomnomnom": 2, - "draw_sprite_ext_overlay": 7, - "omnomnomnomSprite": 2, - "omnomnomnomOverlay": 2, - "omnomnomnomindex": 4, - "c_white": 13, - "ubered": 7, - "7": 4, - "taunting": 2, - "tauntsprite": 2, - "tauntOverlay": 2, - "tauntindex": 2, - "humiliated": 1, - "humiliationPoses": 1, - "floor": 11, - "animationImage": 9, - "humiliationOffset": 1, - "animationOffset": 6, - "burnDuration": 2, - "burnIntensity": 2, - "numFlames": 1, - "/": 5, - "maxIntensity": 1, - "FlameS": 1, - "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, - "url": 62, - "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, - "while": 15, - "httpRequestStatus": 1, - "download": 1, - "isn": 1, - "s": 6, - "extract": 1, - "downloaded": 1, - "file": 2, - "now.": 1, - "extractzip": 1, - "working_directory": 6, - "execute_program": 1, - "game_end": 1, - "RoomChangeObserver": 1, - "set_little_endian_global": 1, - "file_exists": 5, - "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, - "global.IngameMusic": 3, - "global.FaucetMusic": 3, - "sound_volume": 3, - "global.sendBuffer": 19, - "buffer_create": 7, - "global.tempBuffer": 3, - "global.HudCheck": 1, - "global.map_rotation": 19, - "ds_list_create": 5, - "global.CustomMapCollisionSprite": 1, - "window_set_region_scale": 1, - "ini_open": 2, - "global.playerName": 7, - "ini_read_string": 12, - "string_count": 2, - "string_copy": 32, - "min": 4, - "string_length": 25, - "MAX_PLAYERNAME_LENGTH": 2, - "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, - "show_message": 7, - "ini_write_real": 60, - "global.multiClientLimit": 2, - "global.particles": 2, - "PARTICLES_NORMAL": 1, - "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.joinedServerName": 2, - "global.serverPluginsInUse": 1, - "global.pluginPacketBuffers": 1, - "ds_map_create": 4, - "global.pluginPacketPlayers": 1, - "ini_write_string": 10, - "ini_key_delete": 1, - "global.classlimits": 10, - "CLASS_SCOUT": 1, - "CLASS_HEAVY": 2, - "CLASS_DEMOMAN": 1, - "CLASS_SPY": 1, - "//screw": 1, - "index": 11, - "we": 5, - "will": 1, - "start": 1, - "//map_truefort": 1, - "maps": 37, - "//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, - "each": 18, - "second": 2, - "to": 62, - "frame.": 1, - "read": 1, - "multiply": 1, - "hehe": 1, - "global.Server_Respawntime": 3, - "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, - "string_char_at": 13, - "chr": 3, - "it": 6, - "starts": 1, - "space": 4, - "tab": 2, - "string_delete": 1, - "delete": 1, - "that": 2, - "comment": 1, - "starting": 1, - "#": 3, - "ds_list_add": 23, - "file_text_readln": 1, - "file_text_close": 1, - "load": 1, - "from": 5, - "ini": 1, - "Maps": 9, - "section": 1, - "//Set": 1, - "up": 6, - "rotation": 1, - "stuff": 2, - "sort_list": 7, - "*maps": 1, - "ds_list_sort": 1, - "ds_list_size": 11, - "ds_list_find_value": 9, - "mod": 1, - "ds_list_destroy": 4, - "global.gg2Font": 2, - "font_add_sprite": 2, - "gg2FontS": 1, - "ord": 16, - "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, - "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, - "show_error": 2, - "instead": 1, - "_assert_debug_value": 1, - "//String": 1, - "is_string": 2, - "os_browser": 1, - "browser_not_a_browser": 1, - "string_replace_all": 1, - "//Numeric": 1, - "GMTuple": 1, - "jso_encode_string": 1, - "failed": 56, - "encode": 8, - "escape": 2, - "jso_encode_map": 4, - "empty": 13, - "key": 17, - "one": 42, - "key1": 3, - "key2": 3, - "multi": 7, - "jso_encode_list": 3, - "three": 36, - "_jso_decode_string": 5, - "decode": 36, - "small": 1, - "The": 6, - "quick": 2, - "brown": 2, - "fox": 2, - "jumps": 3, - "over": 2, - "lazy": 2, - "dog.": 2, - "simple": 1, - "characters": 3, - "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, - "negative": 7, - "exponent": 4, - "_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, - "mix": 4, - "_jso_decode_list": 14, - "woo": 2, - "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, - "same": 6, - "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, - "existing": 9, - "single": 11, - "jso_map_lookup": 3, - "found": 21, - "wrong": 10, - "trap": 2, - "jso_map_lookup_type": 3, - "four": 21, - "inexistent": 11, - "multiple": 20, - "jso_list_check": 8, - "jso_list_lookup": 3, - "jso_list_lookup_type": 3, - "inner": 1, - "indexing": 1, - "on": 4, - "bad": 1, - "jso_cleanup_map": 1, - "one_map": 1, "hangCountMax": 2, "//////////////////////////////////////": 2, "kLeft": 12, @@ -24104,6 +24847,7 @@ "isCollisionPlatformBottom": 1, "isCollisionPlatform": 1, "isCollisionWaterTop": 1, + "collision_point": 30, "oIce": 1, "checkRun": 1, "runHeld": 3, @@ -24115,11 +24859,20 @@ "ON_GROUND": 18, "DUCKING": 4, "pushTimer": 3, + "//if": 5, "SS_IsSoundPlaying": 2, "global.sndPush": 4, "playSound": 3, "runAcc": 2, + "abs": 9, + "alarm": 13, + "[": 99, + "]": 103, + "<": 39, + "floor": 11, + "/": 5, "/xVel": 1, + "instance_exists": 8, "oCape": 2, "oCape.open": 6, "kJumped": 7, @@ -24141,13 +24894,17 @@ "gravityIntensity": 2, "yVel": 20, "RUNNING": 3, + "jumps": 3, "//playSound": 1, "global.sndLand": 1, "grav": 22, "global.hasGloves": 3, "hangCount": 14, + "*": 18, "yVel*0.3": 1, "oWeb": 2, + "obj": 14, + "instance_place": 3, "obj.life": 1, "initialJumpAcc": 6, "xVel/2": 3, @@ -24161,12 +24918,15 @@ "global.sndJump": 1, "jumpTimeTotal": 2, "//let": 1, + "character": 20, "continue": 4, + "to": 62, "jump": 1, "jumpTime/jumpTimeTotal": 1, "looking": 2, "UP": 1, "LOOKING_UP": 4, + "oSolid": 14, "move_snap": 6, "oTree": 4, "oArrow": 5, @@ -24174,12 +24934,16 @@ "obj.stuck": 1, "//the": 2, "can": 1, + "t": 23, "want": 1, + "use": 4, "because": 2, "is": 9, "too": 2, "high": 1, "yPrevHigh": 1, + "//": 11, + "we": 5, "ll": 1, "move": 2, "correct": 1, @@ -24188,6 +24952,7 @@ "need": 1, "shorten": 1, "out": 4, + "a": 55, "little": 1, "ratio": 1, "xVelInteger": 2, @@ -24196,6 +24961,7 @@ "be": 4, "changed": 1, "moveTo": 2, + "round": 6, "xVelInteger*ratio": 1, "yVelInteger*ratio": 1, "slopeChangeInY": 1, @@ -24207,6 +24973,7 @@ "so": 2, "down": 1, "upYPrev": 1, + "for": 26, "<=upYPrev+maxDownSlope;y+=1)>": 1, "hit": 1, "solid": 1, @@ -24214,20 +24981,27 @@ "upYPrev=": 1, "I": 1, "know": 1, + "that": 2, "this": 2, "doesn": 1, "seem": 1, "make": 1, "sense": 1, + "of": 25, + "name": 9, "variable": 1, + "it": 6, "all": 3, "works": 1, "correctly": 1, "after": 1, + "break": 58, "loop": 1, "y=": 1, "figures": 1, "what": 1, + "index": 11, + "should": 25, "characterSprite": 1, "sets": 1, "previous": 2, @@ -24237,34 +25011,1053 @@ "calculates": 1, "image_speed": 9, "based": 1, + "on": 4, + "s": 6, "velocity": 1, "runAnimSpeed": 1, + "0": 21, + "1": 32, "sqrt": 1, "sqr": 2, "climbAnimSpeed": 1, + "<=>": 3, + "4": 2, "setCollisionBounds": 3, "8": 9, "5": 5, "DUCKTOHANG": 1, "image_index": 1, "limit": 5, + "at": 23, "animation": 1, "always": 1, "looks": 1, "good": 1, + "var": 79, + "i": 95, + "playerObject": 1, + "playerID": 1, + "player": 36, + "otherPlayerID": 1, + "otherPlayer": 1, + "sameVersion": 1, + "buffer": 1, + "plugins": 4, + "pluginsRequired": 2, + "usePlugins": 1, + "tcp_eof": 3, + "global.serverSocket": 10, + "gotServerHello": 2, + "show_message": 7, + "instance_destroy": 7, + "exit": 10, + "room": 1, + "DownloadRoom": 1, + "keyboard_check": 1, + "vk_escape": 1, + "downloadingMap": 2, + "while": 15, + "tcp_receive": 3, + "min": 4, + "downloadMapBytes": 2, + "buffer_size": 2, + "downloadMapBuffer": 6, + "write_buffer": 2, + "write_buffer_to_file": 1, + "downloadMapName": 3, + "buffer_destroy": 8, + "roomchange": 2, + "do": 1, + "switch": 9, + "read_ubyte": 10, + "case": 50, + "HELLO": 1, + "global.joinedServerName": 2, + "receivestring": 4, + "advertisedMapMd5": 1, + "receiveCompleteMessage": 1, + "global.tempBuffer": 3, + "string_pos": 20, + "Server": 3, + "sent": 7, + "illegal": 2, + "map": 47, + "This": 2, + "server": 10, + "requires": 1, + "following": 2, + "play": 2, + "#": 3, + "suggests": 1, + "optional": 1, + "Error": 2, + "ocurred": 1, + "loading": 1, + "plugins.": 1, + "Maps/": 2, + ".png": 2, + "The": 6, + "version": 4, + "Enter": 1, + "Password": 1, + "Incorrect": 1, + "Password.": 1, + "Incompatible": 1, + "protocol": 3, + "version.": 1, + "Name": 1, + "Exploit": 1, + "Invalid": 2, + "plugin": 6, + "packet": 3, + "ID": 2, + "There": 1, + "are": 1, + "many": 1, + "connections": 1, + "from": 5, + "your": 1, + "IP": 1, + "You": 1, + "have": 2, + "been": 1, + "kicked": 1, + "server.": 1, + ".": 12, + "#Server": 1, + "went": 1, + "invalid": 1, + "internal": 1, + "#Exiting.": 1, + "full.": 1, + "noone": 7, + "ERROR": 1, + "when": 1, + "reading": 1, + "no": 1, + "such": 1, + "unexpected": 1, + "data.": 1, + "until": 1, + "downloadHandle": 3, + "url": 62, + "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, + "download": 1, + "isn": 1, + "extract": 1, + "downloaded": 1, + "file": 2, + "now.": 1, + "extractzip": 1, + "working_directory": 6, + "execute_program": 1, + "game_end": 1, + "victim": 10, + "killer": 11, + "assistant": 16, + "damageSource": 18, + "argument0": 28, + "argument1": 10, + "argument2": 3, + "argument3": 1, + "//*************************************": 6, + "//*": 3, + "Scoring": 1, + "Kill": 1, + "log": 1, + "recordKillInLog": 1, + "victim.stats": 1, + "DEATHS": 1, + "WEAPON_KNIFE": 1, + "||": 16, + "WEAPON_BACKSTAB": 1, + "killer.stats": 8, + "STABS": 2, + "killer.roundStats": 8, + "POINTS": 10, + "victim.object.currentWeapon.object_index": 1, + "Medigun": 2, + "victim.object.currentWeapon.uberReady": 1, + "BONUS": 2, + "KILLS": 2, + "victim.object.intel": 1, + "DEFENSES": 2, + "recordEventInLog": 1, + "killer.team": 1, + "killer.name": 2, + "global.myself": 4, + "assistant.stats": 2, + "ASSISTS": 2, + "assistant.roundStats": 2, + ".5": 2, + "//SPEC": 1, + "instance_create": 20, + "victim.object.x": 3, + "victim.object.y": 3, + "Spectator": 1, + "Gibbing": 2, + "xoffset": 5, + "yoffset": 5, + "xsize": 3, + "ysize": 3, + "view_xview": 3, + "view_yview": 3, + "view_wview": 2, + "view_hview": 2, + "randomize": 1, + "with": 47, + "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, + "player.class": 15, + "CLASS_QUOTE": 3, + "global.gibLevel": 14, + "distance_to_point": 3, + "xsize/2": 2, + "ysize/2": 2, + "hasReward": 4, + "repeat": 7, + "createGib": 14, + "PumpkinGib": 1, + "hspeed": 14, + "vspeed": 13, + "random": 21, + "choose": 8, + "Gib": 1, + "player.team": 8, + "TEAM_BLUE": 6, + "BlueClump": 1, + "TEAM_RED": 8, + "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, + "has": 2, + "specially": 1, + "colored": 1, + "CLASS_MEDIC": 2, + "Hand": 3, + "Feet": 1, + "//Class": 1, + "specific": 1, + "gibs": 1, + "CLASS_PYRO": 2, + "Accesory": 5, + "CLASS_SOLDIER": 2, + "CLASS_ENGINEER": 3, + "CLASS_SNIPER": 3, + "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, + "global.killCam": 3, + "KILL_BOX": 1, + "FINISHED_OFF": 5, + "DeathCam": 1, + "DeathCam.killedby": 1, + "DeathCam.name": 1, + "DeathCam.oldxview": 1, + "DeathCam.oldyview": 1, + "DeathCam.lastDamageSource": 1, + "DeathCam.team": 1, + "global.myself.team": 3, + "xr": 19, + "yr": 19, + "cloakAlpha": 1, + "team": 13, + "canCloak": 1, + "cloakAlpha/2": 1, + "invisible": 1, + "stabbing": 2, + "power": 1, + "currentWeapon.stab.alpha": 1, + "&&": 6, + "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, + "showTeammateStats": 1, + "weapons": 3, + "50": 3, + "Superburst": 1, + "string": 13, + "currentWeapon": 2, + "uberCharge": 1, + "20": 1, + "Shotgun": 1, + "Nuts": 1, + "N": 1, + "Bolts": 1, + "nutsNBolts": 1, + "Minegun": 1, + "Lobbed": 1, + "Mines": 1, + "lobbed": 1, + "ubercolour": 6, + "overlaySprite": 6, + "zoomed": 1, + "SniperCrouchRedS": 1, + "SniperCrouchBlueS": 1, + "sniperCrouchOverlay": 1, + "overlay": 1, + "omnomnomnom": 2, + "draw_sprite_ext_overlay": 7, + "omnomnomnomSprite": 2, + "omnomnomnomOverlay": 2, + "omnomnomnomindex": 4, + "c_white": 13, + "ubered": 7, + "7": 4, + "taunting": 2, + "tauntsprite": 2, + "tauntOverlay": 2, + "tauntindex": 2, + "humiliated": 1, + "humiliationPoses": 1, + "animationImage": 9, + "humiliationOffset": 1, + "animationOffset": 6, + "burnDuration": 2, + "burnIntensity": 2, + "numFlames": 1, + "maxIntensity": 1, + "FlameS": 1, + "flameArray_x": 1, + "flameArray_y": 1, + "maxDuration": 1, + "demon": 4, + "demonX": 5, + "median": 2, + "demonY": 4, + "demonOffset": 4, + "demonDir": 2, + "dir": 3, + "demonFrame": 5, + "sprite_get_number": 1, + "*player.team": 2, + "dir*1": 2, + "#define": 26, + "__http_init": 3, + "global.__HttpClient": 4, + "object_add": 1, + "object_set_persistent": 1, + "__http_split": 3, + "text": 19, + "delimeter": 7, + "list": 36, + "count": 4, + "ds_list_create": 5, + "ds_list_add": 23, + "string_copy": 32, + "string_length": 25, + "return": 56, + "__http_parse_url": 4, + "ds_map_create": 4, + "ds_map_add": 15, + "colonPos": 22, + "string_char_at": 13, + "slashPos": 13, + "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, + "__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, + "ds_list_destroy": 4, + "part": 6, + "ds_list_replace": 3, + "__http_parse_hex": 2, + "hexString": 4, + "hexValues": 3, + "digit": 4, + "__http_prepare_request": 4, + "client": 33, + "headers": 11, + "parsed": 18, + "show_error": 2, + "destroyed": 3, + "CR": 10, + "chr": 3, + "LF": 5, + "CRLF": 17, + "socket": 40, + "tcp_connect": 1, + "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, + "socket_has_error": 1, + "socket_error": 1, + "__http_client_destroy": 20, + "available": 7, + "tcp_receive_available": 1, + "bytesRead": 6, + "c": 20, + "read_string": 9, + "Reached": 2, + "end": 11, + "HTTP": 1, + "defines": 1, + "sequence": 2, + "as": 1, + "marker": 1, + "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, + "first": 3, + "Response": 1, + "message": 1, + "Status": 1, + "Line": 1, + "consisting": 1, + "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, + "transfer": 6, + "encoding": 2, + "chunked": 4, + "Chunked": 1, + "let": 1, + "decode": 36, + "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, + "did": 1, + "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, + "http_new_get_ex": 1, + "http_step": 1, + "client.errored": 3, + "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, + "RoomChangeObserver": 1, + "set_little_endian_global": 1, + "file_exists": 5, + "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, + "global.IngameMusic": 3, + "global.FaucetMusic": 3, + "sound_volume": 3, + "global.sendBuffer": 19, + "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, + "string_count": 2, + "MAX_PLAYERNAME_LENGTH": 2, + "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.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_HEAVY": 2, + "CLASS_DEMOMAN": 1, + "CLASS_SPY": 1, + "//screw": 1, + "will": 1, + "start": 1, + "//map_truefort": 1, + "maps": 37, + "//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.Server_Respawntime": 3, + "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, + "comment": 1, + "starting": 1, + "file_text_readln": 1, + "file_text_close": 1, + "load": 1, + "ini": 1, + "Maps": 9, + "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, + "__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, + "argument": 10, + "Unexpected": 18, + "position": 16, + "f": 5, + "JSON": 5, + "string.": 5, + "Cannot": 5, + "parse": 3, + "boolean": 3, + "value": 13, + "expecting": 9, + "digit.": 9, + "e": 4, + "E": 4, + "dot": 1, + "an": 24, + "integer": 6, + "Expected": 6, + "least": 6, + "arguments": 26, + "got": 6, + "find": 10, + "lookup.": 4, + "indices": 1, + "nested": 27, + "lists": 6, + "Index": 1, + "overflow": 4, + "Recursive": 1, + "abcdef": 1, + "number": 7, + "num": 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, + "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, + "jso_encode_map": 4, + "one": 42, + "key1": 3, + "key2": 3, + "multi": 7, + "jso_encode_list": 3, + "three": 36, + "_jso_decode_string": 5, + "small": 1, + "quick": 2, + "brown": 2, + "fox": 2, + "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, + "negative": 7, + "exponent": 4, + "_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, + "mix": 4, + "_jso_decode_list": 14, + "woo": 2, + "Empty": 4, + "equal": 20, + "other.": 12, + "junk": 2, + "info": 1, + "taxi": 1, + "An": 4, + "filled": 4, + "map.": 2, + "A": 24, + "B": 18, + "C": 8, + "same": 6, + "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, + "existing": 9, + "single": 11, + "jso_map_lookup": 3, + "wrong": 10, + "trap": 2, + "jso_map_lookup_type": 3, + "type": 8, + "four": 21, + "inexistent": 11, + "multiple": 20, + "jso_list_check": 8, + "jso_list_lookup": 3, + "jso_list_lookup_type": 3, + "inner": 1, + "indexing": 1, + "bad": 1, + "jso_cleanup_map": 1, + "one_map": 1, + "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, + "ds_list_find_index": 1, + ".zip": 3, + "ServerPluginsCache": 6, + "@": 5, + ".zip.tmp": 1, + ".tmp": 2, + "ServerPluginsDebug": 1, + "Warning": 2, + "being": 2, + "loaded": 2, + "ServerPluginsDebug.": 2, + "Make": 2, + "sure": 2, + "clients": 1, + "they": 1, + "may": 2, + "unable": 2, + "connect.": 2, + "you": 1, + "Downloading": 1, + "last_plugin.log": 2, + "plugin.gml": 1, "playerId": 11, "commandLimitRemaining": 4, "variable_local_exists": 4, "commandReceiveState": 1, "commandReceiveExpectedBytes": 1, "commandReceiveCommand": 1, - "socket": 40, "player.socket": 12, - "tcp_receive": 3, "player.commandReceiveExpectedBytes": 7, "player.commandReceiveState": 7, "player.commandReceiveCommand": 4, - "read_ubyte": 10, "commandBytes": 2, "commandBytesInvalidCommand": 1, "commandBytesPrefixLength1": 1, @@ -24272,7 +26065,6 @@ "default": 1, "read_ushort": 2, "PLAYER_LEAVE": 1, - "socket_destroy": 4, "PLAYER_CHANGECLASS": 1, "class": 8, "getCharacterObject": 2, @@ -24296,7 +26088,6 @@ "redSuperiority": 6, "calculate": 1, "which": 1, - "bigger": 2, "Player": 1, "TEAM_SPECTATOR": 1, "newClass": 4, @@ -24343,8 +26134,6 @@ "KICK_NAME": 1, "current_time": 2, "lastNamechange": 2, - "read_string": 9, - "write_string": 9, "INPUTSTATE": 1, "keyState": 1, "netAimDirection": 1, @@ -24368,340 +26157,173 @@ "packetID": 3, "buf": 5, "success": 3, - "write_buffer_part": 3, "_PluginPacketPush": 1, - "buffer_destroy": 8, "KICK_BAD_PLUGIN_PACKET": 1, "CLIENT_SETTINGS": 2, "mirror": 4, "player.queueJump": 1, - "__http_init": 3, - "global.__HttpClient": 4, - "object_add": 1, - "object_set_persistent": 1, - "__http_split": 3, - "text": 19, - "delimeter": 7, - "count": 4, - "string_pos": 20, - "__http_parse_url": 4, - "ds_map_add": 15, - "colonPos": 22, - "slashPos": 13, - "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, - "__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_delete": 5, - "part": 6, - "ds_list_replace": 3, - "__http_parse_hex": 2, - "hexString": 4, - "hexValues": 3, - "digit": 4, - "__http_prepare_request": 4, - "client": 33, - "headers": 11, - "parsed": 18, - "destroyed": 3, - "CR": 10, - "LF": 5, - "CRLF": 17, - "tcp_connect": 1, - "errored": 19, - "error": 18, - "linebuf": 33, - "line": 19, - "statusCode": 6, - "reasonPhrase": 2, - "responseBody": 19, - "responseBodySize": 5, - "responseBodyProgress": 5, - "responseHeaders": 9, - "requestUrl": 2, - "requestHeaders": 2, - "ds_map_find_first": 1, - "ds_map_find_next": 1, - "socket_send": 1, - "__http_parse_header": 3, - "headerValue": 9, - "string_lower": 3, - "headerName": 4, - "__http_client_step": 2, - "socket_has_error": 1, - "socket_error": 1, - "__http_client_destroy": 20, - "available": 7, - "tcp_receive_available": 1, - "tcp_eof": 3, - "bytesRead": 6, - "c": 20, - "Reached": 2, - "HTTP": 1, - "defines": 1, - "sequence": 2, - "as": 1, - "marker": 1, - "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, - "first": 3, - "Response": 1, - "message": 1, - "Status": 1, - "Line": 1, - "consisting": 1, - "version": 4, - "followed": 1, - "numeric": 1, - "its": 1, - "associated": 1, - "textual": 1, - "phrase": 1, - "separated": 1, - "SP": 1, - "No": 3, - "allowed": 1, - "final": 1, - "httpVer": 2, - "spacePos": 11, - "response": 5, - "Other": 1, - "Blank": 1, - "write": 1, - "remainder": 1, - "Header": 1, - "Receiving": 1, - "write_buffer": 2, - "transfer": 6, - "encoding": 2, - "chunked": 4, - "Chunked": 1, - "let": 1, - "actualResponseBody": 8, - "actualResponseSize": 1, - "actualResponseBodySize": 3, - "Parse": 1, - "chunks": 1, - "chunk": 12, - "size": 7, - "extension": 3, - "HEX": 1, - "buffer_bytes_left": 6, - "chunkSize": 11, - "Read": 1, - "byte": 2, - "We": 1, - "semicolon": 1, - "beginning": 1, - "skip": 1, - "header": 2, - "Doesn": 1, - "did": 1, - "something": 1, - "Parsing": 1, - "was": 1, - "hexadecimal": 1, - "Is": 1, - "than": 1, - "remaining": 1, - "responseHaders": 1, - "location": 4, - "resolved": 5, - "http_new_get": 1, - "variable_global_exists": 2, - "http_new_get_ex": 1, - "http_step": 1, - "client.errored": 3, - "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, - "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, - "downloadMapBytes": 2, - "buffer_size": 2, - "downloadMapBuffer": 6, - "write_buffer_to_file": 1, - "downloadMapName": 3, - "roomchange": 2, - "do": 1, - "HELLO": 1, - "receivestring": 4, - "advertisedMapMd5": 1, - "receiveCompleteMessage": 1, - "Server": 3, - "sent": 7, - "illegal": 2, - "This": 2, - "server": 10, - "requires": 1, - "following": 2, - "play": 2, - "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, - "plugin": 6, - "packet": 3, - "ID": 2, - "There": 1, - "are": 1, - "many": 1, - "connections": 1, - "your": 1, - "IP": 1, - "You": 1, - "have": 2, - "been": 1, - "kicked": 1, - "server.": 1, - "#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, - "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, - "ds_list_find_index": 1, - ".zip": 3, - "ServerPluginsCache": 6, - "@": 5, - ".zip.tmp": 1, - ".tmp": 2, - "ServerPluginsDebug": 1, - "Warning": 2, - "being": 2, - "loaded": 2, - "ServerPluginsDebug.": 2, - "Make": 2, - "sure": 2, - "clients": 1, - "they": 1, - "may": 2, - "unable": 2, - "connect.": 2, - "you": 1, - "Downloading": 1, - "last_plugin.log": 2, - "plugin.gml": 1 + "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, + "oDark": 2, + "invincible": 2, + "sDark": 1, + "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, + "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, + "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, + "oWater": 1, + "sWaterTop": 1, + "sLavaTop": 1, + "scrCheckWaterTop": 1, + "global.temp3": 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, "boxwidth": 1, "absolute": 1, - "style": 7, "fill": 1, "solid": 1, "border": 3, - "lt": 15, - "-": 102, "key": 1, "inside": 1, "right": 1, "top": 1, "vertical": 2, "Right": 1, - "noreverse": 13, "noenhanced": 1, "autotitles": 1, "nobox": 1, "histogram": 1, "clustered": 1, "gap": 1, - "title": 13, - "offset": 25, - "character": 22, "datafile": 1, "missing": 1, "data": 1, @@ -24715,34 +26337,30 @@ "autojustify": 1, "norangelimit": 3, "font": 8, - "(": 52, - ")": 52, - "yrange": 4, - "[": 18, - "]": 18, - "nowriteback": 12, "i": 1, - "plot": 3, "using": 2, "xtic": 1, "ti": 4, "col": 4, "u": 25, + "SHEBANG#!gnuplot": 1, + "reset": 1, + "terminal": 1, + "png": 1, + "output": 1, + "ylabel": 5, + "#set": 2, + "xr": 1, + "yr": 1, + "pt": 2, + "notitle": 15, "dummy": 3, "v": 31, - "label": 14, - "at": 14, - "left": 15, - "norotate": 18, - "back": 23, - "nopoint": 14, "arrow": 7, "from": 7, "to": 7, "head": 7, "nofilled": 7, - "linetype": 11, - "linewidth": 11, "parametric": 3, "view": 3, "samples": 3, @@ -24753,10 +26371,6 @@ "altdiagonal": 2, "bentover": 2, "ztics": 2, - "xlabel": 6, - "textcolor": 13, - "xrange": 3, - "ylabel": 5, "zlabel": 4, "zrange": 2, "sinc": 13, @@ -24781,36 +26395,6 @@ "x9": 4, "splot": 3, "<": 10, - "notitle": 15, - "rgb": 8, - "line": 4, - "linecolor": 4, - "pointtype": 4, - "pointsize": 4, - "default": 4, - "pointinterval": 4, - "noxtics": 2, - "noytics": 2, - "bmargin": 1, - "unset": 2, - "colorbox": 3, - "cos": 9, - "x": 7, - "ls": 4, - ".2": 1, - ".4": 1, - ".6": 1, - ".8": 1, - "lc": 3, - "SHEBANG#!gnuplot": 1, - "reset": 1, - "terminal": 1, - "png": 1, - "output": 1, - "#set": 2, - "xr": 1, - "yr": 1, - "pt": 2, "xmin": 3, "xmax": 1, "n": 1, @@ -24850,13 +26434,6 @@ "pal": 1 }, "Gosu": { - "function": 11, - "hello": 1, - "(": 53, - ")": 54, - "{": 28, - "print": 3, - "}": 28, "<%!-->": 1, "defined": 1, "in": 3, @@ -24866,32 +26443,49 @@ "%": 2, "@": 1, "params": 1, + "(": 53, "users": 2, "Collection": 1, "": 1, + ")": 54, "<%>": 2, "for": 2, "user": 1, + "{": 28, "user.LastName": 1, + "}": 28, "user.FirstName": 1, "user.Department": 1, "package": 2, "example": 2, + "enhancement": 1, + "String": 6, + "function": 11, + "toPerson": 1, + "Person": 7, + "var": 10, + "vals": 4, + "this.split": 1, + "return": 4, + "new": 6, + "[": 4, + "]": 4, + "as": 3, + "int": 2, + "Relationship.valueOf": 2, + "hello": 1, + "print": 3, "uses": 2, "java.util.*": 1, "java.io.File": 1, "class": 1, - "Person": 7, "extends": 1, "Contact": 1, "implements": 1, "IEmailable": 2, - "var": 10, "_name": 4, - "String": 6, "_age": 3, "Integer": 3, - "as": 3, "Age": 1, "_relationship": 2, "Relationship": 3, @@ -24906,7 +26500,6 @@ "BUSINESS_CONTACT": 1, "static": 7, "ALL_PEOPLE": 2, - "new": 6, "HashMap": 1, "": 1, "construct": 1, @@ -24918,7 +26511,6 @@ "property": 2, "get": 1, "Name": 3, - "return": 4, "set": 1, "override": 1, "getEmailName": 1, @@ -24933,9 +26525,7 @@ ".Name": 1, "throw": 1, "IllegalArgumentException": 1, - "[": 4, "p.Name": 2, - "]": 4, "addAllPeople": 1, "contacts": 2, "List": 1, @@ -24946,7 +26536,6 @@ "not": 1, "contact.Name": 1, "getAllPeopleOlderThanNOrderedByName": 1, - "int": 2, "allPeople": 1, "ALL_PEOPLE.Values": 3, "allPeople.where": 1, @@ -24966,7 +26555,6 @@ "result.next": 1, "result.getString": 2, "result.getInt": 1, - "Relationship.valueOf": 2, "loadFromFile": 1, "file": 3, "File": 2, @@ -24978,13 +26566,26 @@ "writer": 2, "FileWriter": 1, "PersonCSVTemplate.renderToString": 1, - "PersonCSVTemplate.render": 1, - "enhancement": 1, - "toPerson": 1, - "vals": 4, - "this.split": 1 + "PersonCSVTemplate.render": 1 }, "Grace": { + "method": 10, + "ack": 4, + "(": 215, + "m": 5, + "Number": 4, + "n": 4, + ")": 215, + "-": 16, + "{": 61, + "print": 2, + "if": 23, + "<": 5, + "then": 24, + "+": 29, + "}": 61, + "elseif": 1, + "else": 7, "import": 7, "as": 7, "gtk": 1, @@ -24998,9 +26599,7 @@ "def": 56, "window": 2, "gtk.window": 3, - "(": 215, "gtk.GTK_WINDOW_TOPLEVEL": 3, - ")": 215, "window.title": 1, "window.set_default_size": 1, "var": 33, @@ -25047,15 +26646,11 @@ "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, @@ -25063,12 +26658,10 @@ "filename.substringFrom": 1, "to": 1, "filename.size": 1, - "-": 16, "//Removes": 1, ".grace": 1, "extension": 1, "io.system": 13, - "+": 29, "currentConsole": 17, "//": 3, "Which": 1, @@ -25102,10 +26695,8 @@ "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, @@ -25115,7 +26706,6 @@ "errorButton.on": 1, "popButton.on": 1, "popIn": 2, - "else": 7, "popOut": 2, "newButton.on": 1, "new_window_class": 1, @@ -25143,7 +26733,6 @@ "s_map": 2, "x": 21, "while": 3, - "<": 5, "eValue": 4, "sValue": 4, "e_map.put": 2, @@ -25198,14 +26787,9 @@ "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 + "gtk.main": 1 }, "Grammatical Framework": { "-": 594, @@ -25216,37 +26800,13 @@ "Ranta": 13, "under": 33, "LGPL": 33, - "instance": 5, - "LexFoodsFin": 2, - "of": 89, - "LexFoods": 12, - "open": 23, - "SyntaxFin": 2, - "ParadigmsFin": 1, - "in": 32, - "{": 579, - "flags": 32, - "coding": 29, - "utf8": 29, - ";": 1399, - "oper": 29, - "wine_N": 7, - "mkN": 46, - "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, - "}": 580, "abstract": 1, "Foods": 34, + "{": 579, + "flags": 32, "startcat": 1, "Comment": 31, + ";": 1399, "cat": 1, "Item": 31, "Kind": 33, @@ -25269,110 +26829,161 @@ "Expensive": 29, "Delicious": 29, "Boring": 29, - "Vikash": 1, - "Rauniyar": 1, + "}": 580, + "Laurette": 2, + "Pretorius": 2, + "Sr": 2, + "&": 2, + "Jr": 2, + "and": 4, + "Ansu": 2, + "Berg": 2, "concrete": 33, - "FoodsHin": 2, - "param": 22, - "Gender": 94, - "Masc": 67, - "|": 122, - "Fem": 65, - "Number": 207, - "Sg": 184, - "Pl": 182, + "FoodsAfr": 1, + "of": 89, + "open": 23, + "Prelude": 11, + "Predef": 3, + "in": 32, + "coding": 29, + "utf8": 29, "lincat": 28, "s": 365, "Str": 394, - "g": 132, + "Number": 207, "n": 206, + "AdjAP": 10, "lin": 28, "item": 36, "quality": 90, "item.s": 24, "+": 480, "quality.s": 50, - "item.g": 12, - "item.n": 29, - "copula": 33, + "Predic": 3, "kind": 115, "kind.s": 46, - "kind.g": 38, - "regN": 15, - "regAdj": 61, - "p": 11, + "Sg": 184, + "Pl": 182, "table": 148, - "case": 44, - "lark": 8, - "_": 68, + "Attr": 9, + "declNoun_e": 2, + "declNoun_aa": 2, + "declNoun_ss": 2, + "declNoun_s": 2, + "veryAdj": 2, + "regAdj": 61, + "smartAdj_e": 4, + "param": 22, + "|": 122, + "oper": 29, + "Noun": 9, + "operations": 2, + "wyn": 1, + "kaas": 1, + "vis": 1, + "pizza": 1, + "x": 74, + "let": 8, + "v": 6, + "tk": 1, + "last": 3, + "Adjective": 9, "mkAdj": 27, - "ms": 4, - "mp": 4, - "f": 16, + "y": 3, + "declAdj_e": 2, + "declAdj_g": 2, + "w": 15, + "init": 4, + "declAdj_oog": 2, + "i": 2, "a": 57, - "acch": 6, + "x.s": 8, + "case": 44, + "_": 68, + "FoodsAmh": 1, + "Krasimir": 1, + "Angelov": 1, + "FoodsBul": 1, + "Gender": 94, + "Masc": 67, + "Fem": 65, + "Neutr": 21, + "Agr": 3, + "ASg": 23, + "APl": 11, + "g": 132, + "qual": 8, + "item.a": 2, + "qual.s": 8, + "kind.g": 38, "#": 14, "path": 14, ".": 13, - "prelude": 2, - "Inese": 1, - "Bernsone": 1, - "FoodsLav": 1, - "Prelude": 11, - "SS": 6, - "Q": 5, - "Defin": 9, - "ss": 13, - "Q1": 5, - "Ind": 14, - "det": 86, - "Def": 21, - "noun": 51, - "qual": 8, - "q": 10, - "spec": 2, - "qual.s": 8, - "Q2": 3, - "adjective": 22, - "specAdj": 2, - "m": 9, - "cn": 11, - "cn.g": 10, - "cn.s": 8, - "man": 10, - "men": 10, - "skaists": 5, - "skaista": 2, - "skaisti": 2, - "skaistas": 2, - "skaistais": 2, - "skaistaa": 2, - "skaistie": 2, - "skaistaas": 2, - "let": 8, - "skaist": 8, - "init": 4, - "Adjective": 9, - "Type": 9, - "a.s": 8, + "present": 7, "Jordi": 2, "Saludes": 2, - "LexFoodsCat": 2, + "FoodsCat": 1, + "FoodsI": 6, + "with": 5, + "Syntax": 7, "SyntaxCat": 2, - "ParadigmsCat": 1, - "M": 1, - "MorphoCat": 1, - "M.Masc": 2, + "LexFoods": 12, + "LexFoodsCat": 2, + "FoodsChi": 1, + "p": 11, + "quality.p": 2, + "kind.c": 11, + "geKind": 5, + "longQuality": 8, + "mkKind": 2, + "Katerina": 2, + "Bohmova": 2, + "FoodsCze": 1, + "ResCze": 2, + "NounPhrase": 3, + "copula": 33, + "item.n": 29, + "item.g": 12, + "det": 86, + "noun": 51, + "regnfAdj": 2, + "Femke": 1, + "Johansson": 1, + "FoodsDut": 1, + "AForm": 4, + "APred": 8, + "AAttr": 3, + "regNoun": 38, + "f": 16, + "a.s": 8, + "regadj": 6, + "adj": 38, + "noun.s": 7, + "man": 10, + "men": 10, + "wijn": 3, + "koud": 3, + "duur": 2, + "dure": 2, "FoodsEng": 1, "language": 2, "en_US": 1, - "regNoun": 38, - "adj": 38, - "noun.s": 7, "car": 6, "cold": 4, + "Julia": 1, + "Hammar": 1, + "FoodsEpo": 1, + "SS": 6, + "ss": 13, + "d": 6, + "cn": 11, + "cn.s": 8, + "vino": 3, + "nova": 3, + "FoodsFin": 1, + "SyntaxFin": 2, + "LexFoodsFin": 2, "../foods": 1, - "present": 7, "FoodsFre": 1, "SyntaxFre": 1, "ParadigmsFre": 1, @@ -25390,207 +27001,169 @@ "mkCN": 20, "mkAP": 28, "very_AdA": 4, + "mkN": 46, "masculine": 4, "feminine": 2, - "FoodsPes": 1, - "optimize": 1, - "noexpand": 1, - "Add": 8, - "prep": 11, - "Indep": 4, - "Attr": 9, - "kind.prep": 1, - "quality.prep": 1, - "at": 3, - "a.prep": 1, - "it": 2, - "must": 1, - "be": 1, - "written": 1, - "as": 2, - "x1": 3, - "x4": 2, - "pytzA": 3, - "pytzAy": 1, - "pytzAhA": 3, - "pr": 4, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "mrd": 8, - "tAzh": 8, - "tAzhy": 2, - "interface": 1, - "Syntax": 7, - "N": 4, - "A": 6, - "LexFoodsIta": 2, - "SyntaxIta": 2, - "ParadigmsIta": 1, - "FoodsOri": 1, - "Laurette": 2, - "Pretorius": 2, - "Sr": 2, - "&": 2, - "Jr": 2, - "and": 4, - "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, - "Noun": 9, - "operations": 2, - "wyn": 1, - "kaas": 1, - "vis": 1, - "pizza": 1, - "x": 74, - "v": 6, - "tk": 1, - "last": 3, - "y": 3, - "declAdj_e": 2, - "declAdj_g": 2, - "w": 15, - "declAdj_oog": 2, - "i": 2, - "x.s": 8, + "mkA": 47, "FoodsGer": 1, - "FoodsI": 6, - "with": 5, "SyntaxGer": 2, "LexFoodsGer": 2, + "alltenses": 3, + "Dana": 1, + "Dannells": 1, + "Licensed": 1, + "FoodsHeb": 2, + "Species": 8, + "mod": 7, + "Modified": 5, + "sp": 11, + "Indef": 6, + "Def": 21, + "T": 2, + "regAdj2": 3, + "F": 2, + "Type": 9, + "Adj": 4, + "m": 9, + "cn.mod": 2, + "cn.g": 10, + "gvina": 6, + "hagvina": 3, + "gvinot": 6, + "hagvinot": 3, + "defH": 7, + "replaceLastLetter": 7, + "adjective": 22, + "tov": 6, + "tova": 3, + "tovim": 3, + "tovot": 3, + "to": 6, + "c@": 3, + "italki": 3, + "italk": 4, + "Vikash": 1, + "Rauniyar": 1, + "FoodsHin": 2, + "regN": 15, + "lark": 8, + "ms": 4, + "mp": 4, + "acch": 6, "incomplete": 1, "this_Det": 2, "that_Det": 2, "these_Det": 2, "those_Det": 2, + "wine_N": 7, + "pizza_N": 7, + "cheese_N": 7, + "fish_N": 8, + "fresh_A": 7, + "warm_A": 8, + "italian_A": 7, + "expensive_A": 7, + "delicious_A": 7, + "boring_A": 7, + "prelude": 2, + "Martha": 1, + "Dis": 1, + "Brandt": 1, + "FoodsIce": 1, + "Defin": 9, + "Ind": 14, + "the": 7, + "word": 3, + "is": 6, + "more": 1, + "commonly": 1, + "used": 2, + "Iceland": 1, + "but": 1, + "Icelandic": 1, + "for": 6, + "it": 2, + "defOrInd": 2, + "order": 1, + "given": 1, + "forms": 2, + "mSg": 1, + "fSg": 1, + "nSg": 1, + "mPl": 1, + "fPl": 1, + "nPl": 1, + "mSgDef": 1, + "f/nSgDef": 1, + "_PlDef": 1, + "masc": 3, + "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, + "t": 28, + "": 1, + "<": 10, + "Predef.tk": 2, + "FoodsIta": 1, + "SyntaxIta": 2, + "LexFoodsIta": 2, "../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, "na": 1, "adjectives": 2, "have": 2, "different": 1, - "forms": 2, + "as": 2, "attributes": 1, "predicates": 2, - "for": 6, "phrase": 1, "types": 1, "can": 1, "form": 4, "without": 1, - "the": 7, "cannot": 1, - "d": 6, "sakana": 6, "chosenna": 2, "chosen": 2, "akai": 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, - "is": 6, - "not": 2, - "human": 2, - "being": 1, - "then": 1, - "singular": 1, - "used": 2, - "regardless": 1, - "number": 2, - "subject.": 1, - "Since": 1, - "all": 1, - "possible": 1, - "subjects": 1, - "are": 1, - "non": 1, - "do": 1, - "need": 1, - "to": 6, - "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, - "num": 6, - "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, - "c@": 3, - "*": 1, - "/GF/lib/src/prelude": 1, - "Nyamsuren": 1, - "Erdenebadrakh": 1, - "FoodsMon": 1, - "prefixSS": 1, - "FoodsSwe": 1, - "SyntaxSwe": 2, - "LexFoodsSwe": 2, - "**": 1, - "sv_SE": 1, + "Inese": 1, + "Bernsone": 1, + "FoodsLav": 1, + "Q": 5, + "Q1": 5, + "q": 10, + "spec": 2, + "Q2": 3, + "specAdj": 2, + "skaists": 5, + "skaista": 2, + "skaisti": 2, + "skaistas": 2, + "skaistais": 2, + "skaistaa": 2, + "skaistie": 2, + "skaistaas": 2, + "skaist": 8, "John": 1, "J.": 1, "Camilleri": 1, @@ -25627,7 +27200,6 @@ "first": 1, "letter": 1, "next": 1, - "word": 3, "pre": 1, "cons@": 1, "cons": 1, @@ -25635,10 +27207,45 @@ "Sg/Pl": 1, "string": 1, "default": 1, - "masc": 3, "gender": 2, - "FoodsFin": 1, - "ParadigmsSwe": 1, + "number": 2, + "/GF/lib/src/prelude": 1, + "Nyamsuren": 1, + "Erdenebadrakh": 1, + "FoodsMon": 1, + "prefixSS": 1, + "Dinesh": 1, + "Simkhada": 1, + "FoodsNep": 1, + "adjPl": 2, + "bor": 2, + "FoodsOri": 1, + "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, "Rami": 1, "Shashati": 1, "FoodsPor": 1, @@ -25652,7 +27259,6 @@ "adjSozinho": 2, "sozinho": 3, "sozinh": 4, - "Predef.tk": 2, "independent": 1, "adjUtil": 2, "util": 3, @@ -25662,119 +27268,12 @@ "adjcetives": 1, "ItemT": 2, "KindT": 4, + "num": 6, "noun.g": 3, "animal": 2, "animais": 2, "gen": 4, "carro": 3, - "ParadigmsGer": 1, - "Dinesh": 1, - "Simkhada": 1, - "FoodsNep": 1, - "adjPl": 2, - "bor": 2, - "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, - "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, - "italki": 3, - "italk": 4, - "Krasimir": 1, - "Angelov": 1, - "FoodsBul": 1, - "Neutr": 21, - "Agr": 3, - "ASg": 23, - "APl": 11, - "item.a": 2, - "FoodsTha": 1, - "SyntaxTha": 1, - "LexiconTha": 1, - "ParadigmsTha": 1, - "R": 4, - "ResTha": 1, - "R.thword": 4, - "Shafqat": 1, - "Virk": 1, - "FoodsUrd": 1, - "coupla": 2, - "Katerina": 2, - "Bohmova": 2, - "FoodsCze": 1, - "ResCze": 2, - "NounPhrase": 3, - "regnfAdj": 2, - "Martha": 1, - "Dis": 1, - "Brandt": 1, - "FoodsIce": 1, - "more": 1, - "commonly": 1, - "Iceland": 1, - "but": 1, - "Icelandic": 1, - "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, - "x9": 1, - "ferskur": 5, - "fersk": 11, - "ferskt": 2, - "ferskir": 2, - "ferskar": 2, - "fersk_pl": 2, - "ferski": 2, - "ferska": 2, - "fersku": 2, - "": 1, - "<": 10, - "FoodsSpa": 1, - "SyntaxSpa": 1, - "StructuralSpa": 1, - "ParadigmsSpa": 1, - "FoodsChi": 1, - "quality.p": 2, - "kind.c": 11, - "geKind": 5, - "longQuality": 8, - "mkKind": 2, - "Julia": 1, - "Hammar": 1, - "FoodsEpo": 1, - "vino": 3, - "nova": 3, "Ramona": 1, "Enache": 1, "FoodsRon": 1, @@ -25806,6 +27305,22 @@ "": 1, "": 1, "": 1, + "FoodsSpa": 1, + "SyntaxSpa": 1, + "StructuralSpa": 1, + "ParadigmsSpa": 1, + "FoodsSwe": 1, + "SyntaxSwe": 2, + "LexFoodsSwe": 2, + "**": 1, + "sv_SE": 1, + "FoodsTha": 1, + "SyntaxTha": 1, + "LexiconTha": 1, + "ParadigmsTha": 1, + "R": 4, + "ResTha": 1, + "R.thword": 4, "FoodsTsn": 1, "NounClass": 28, "r": 9, @@ -25851,9 +27366,88 @@ "mkQualRelPart": 2, "mkDescrCop_PName": 2, "mkDescrCop": 2, - "FoodsIta": 1, - "FoodsAmh": 1, - "FoodsCat": 1, + "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, + "Shafqat": 1, + "Virk": 1, + "FoodsUrd": 1, + "coupla": 2, + "interface": 1, + "N": 4, + "A": 6, + "instance": 5, + "ParadigmsCat": 1, + "M": 1, + "MorphoCat": 1, + "M.Masc": 2, + "ParadigmsFin": 1, + "ParadigmsGer": 1, + "ParadigmsIta": 1, + "ParadigmsSwe": 1, "resource": 1, "ne": 2, "muz": 2, @@ -25865,21 +27459,9 @@ "fpl": 3, "npl": 3, "mlad": 7, - "vynikajici": 7, - "Femke": 1, - "Johansson": 1, - "FoodsDut": 1, - "AForm": 4, - "AAttr": 3, - "regadj": 6, - "wijn": 3, - "koud": 3, - "duur": 2, - "dure": 2 + "vynikajici": 7 }, "Groovy": { - "SHEBANG#!groovy": 2, - "println": 3, "task": 1, "echoDirListViaAntBuilder": 1, "(": 7, @@ -25923,8 +27505,10 @@ "CWD": 1, "projectDir": 1, "removed.": 1, + "println": 3, "it.toString": 1, "-": 1, + "SHEBANG#!groovy": 2, "html": 3, "head": 2, "component": 1, @@ -25933,18 +27517,32 @@ "p": 1 }, "Groovy Server Pages": { + "": 4, + "": 4, + "": 4, + "http": 3, + "equiv=": 3, + "content=": 4, + "": 4, + "Testing": 3, + "with": 3, + "SiteMesh": 2, + "and": 2, + "Resources": 2, + "": 4, + "name=": 1, + "": 2, + "module=": 2, + "": 4, + "": 4, + "": 4, + "": 4, "<%@>": 1, "page": 2, "contentType=": 1, - "": 4, - "": 4, - "": 4, "Using": 1, "directive": 1, "tag": 1, - "": 4, - "": 4, - "": 4, "

": 2, "class=": 2, "": 2, @@ -25955,118 +27553,43 @@ "": 2, "
": 2, "Print": 1, - "": 4, - "": 4, - "": 4, - "http": 3, - "equiv=": 3, - "content=": 4, - "Testing": 3, - "with": 3, - "Resources": 2, - "": 2, - "module=": 2, - "SiteMesh": 2, - "and": 2, - "name=": 1, "{": 1, "example": 1, "}": 1 }, "HTML": { "": 2, - "html": 1, + "HTML": 2, "PUBLIC": 2, "W3C": 2, "DTD": 3, - "XHTML": 1, - "1": 1, + "4": 1, "0": 2, - "Transitional": 1, + "Frameset": 1, "EN": 2, "http": 3, "www": 2, "w3": 2, "org": 2, "TR": 2, - "xhtml1": 2, - "transitional": 1, - "dtd": 2, - "": 2, - "xmlns=": 1, - "": 2, - "": 1, - "equiv=": 1, - "content=": 1, - "": 2, - "Related": 2, - "Pages": 2, - "": 2, - "": 1, - "href=": 9, - "rel=": 1, - "type=": 1, - "": 1, - "": 2, - "
": 10, - "class=": 22, - "": 8, - "Main": 1, - "Page": 1, - "": 8, - "&": 3, - "middot": 3, - ";": 3, - "Class": 2, - "Overview": 2, - "Hierarchy": 1, - "All": 1, - "Classes": 1, - "
": 11, - "Here": 1, - "is": 1, - "a": 4, - "list": 1, - "of": 5, - "all": 1, - "related": 1, - "documentation": 1, - "pages": 1, - "": 1, - "": 2, - "id=": 2, - "": 4, - "": 2, - "16": 1, - "The": 2, - "Layout": 1, - "System": 1, - "
": 4, - "": 2, - "src=": 2, - "alt=": 2, - "width=": 1, - "height=": 2, - "target=": 3, - "
": 1, - "Generated": 1, - "with": 1, - "Doxygen": 1, - "": 2, - "": 2, - "HTML": 2, - "4": 1, - "Frameset": 1, "REC": 1, "html40": 1, "frameset": 1, + "dtd": 2, + "": 2, + "": 2, "Common_meta": 1, "(": 14, ")": 14, + "": 2, "Android": 5, "API": 7, "Differences": 2, "Report": 2, + "": 2, + "": 2, + "
": 10, + "class=": 22, "Header": 1, "

": 1, "

": 1, @@ -26096,14 +27619,17 @@ "an": 3, "change": 2, "includes": 1, + "a": 4, "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, @@ -26139,8 +27665,12 @@ "about": 1, "SDK": 1, "see": 1, + "": 8, + "href=": 9, + "target=": 3, "product": 1, "site": 1, + "": 8, ".": 1, "if": 4, "no_delta": 1, @@ -26169,7 +27699,61 @@ "PackageAddedLink": 1, "SimpleTableRow": 2, "changed_packages": 2, - "PackageChangedLink": 1 + "PackageChangedLink": 1, + "
": 11, + "": 2, + "": 2, + "html": 1, + "XHTML": 1, + "1": 1, + "Transitional": 1, + "xhtml1": 2, + "transitional": 1, + "xmlns=": 1, + "": 1, + "equiv=": 1, + "content=": 1, + "Related": 2, + "Pages": 2, + "": 1, + "rel=": 1, + "type=": 1, + "": 1, + "Main": 1, + "Page": 1, + "&": 3, + "middot": 3, + ";": 3, + "Class": 2, + "Overview": 2, + "Hierarchy": 1, + "All": 1, + "Classes": 1, + "Here": 1, + "is": 1, + "list": 1, + "all": 1, + "related": 1, + "documentation": 1, + "pages": 1, + "": 1, + "": 2, + "id=": 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, @@ -26252,10 +27836,6 @@ "render": 1 }, "Haml": { - "%": 7, - "p": 1, - "Hello": 1, - "World": 1, "/": 1, "replace": 1, ".pull": 1, @@ -26272,6 +27852,7 @@ ")": 10, "class": 4, "do": 4, + "%": 7, "i.icon": 5, "picture.row": 1, "black": 1, @@ -26306,56 +27887,69 @@ "parent_id": 1, "page.id": 1, "plus.row": 1, - "green": 1 + "green": 1, + "p": 1, + "Hello": 1, + "World": 1 }, "Handlebars": { "
": 5, "class=": 5, "

": 3, - "By": 2, "{": 16, - "fullName": 2, - "author": 2, + "title": 1, "}": 16, "

": 3, "body": 3, "
": 5, + "By": 2, + "fullName": 2, + "author": 2, "Comments": 1, "#each": 1, "comments": 1, "

": 1, "

": 1, - "/each": 1, - "title": 1 + "/each": 1 }, "Haskell": { - "module": 2, - "Sudoku": 9, + "import": 6, + "Data.Char": 1, + "main": 4, + "IO": 2, "(": 8, + ")": 8, + "do": 3, + "let": 2, + "hello": 2, + "putStrLn": 3, + "map": 13, + "toUpper": 1, + "module": 2, + "Main": 1, + "where": 4, + "Sudoku": 9, + "Data.Maybe": 2, + "sudoku": 36, + "[": 4, + "]": 3, + "pPrint": 5, + "+": 2, + "fromMaybe": 1, "solve": 5, "isSolved": 4, - "pPrint": 5, - ")": 8, - "where": 4, - "import": 6, - "Data.Maybe": 2, "Data.List": 1, "Data.List.Split": 1, "type": 1, - "[": 4, "Int": 1, - "]": 3, "-": 3, "Maybe": 1, - "sudoku": 36, "|": 8, "Just": 1, "otherwise": 2, - "do": 3, "index": 27, "<": 1, "elemIndex": 1, - "let": 2, "sudokus": 2, "nextTest": 5, "i": 7, @@ -26380,7 +27974,6 @@ "quot": 3, "transpose": 4, "mod": 2, - "map": 13, "concat": 2, "concatMap": 2, "3": 4, @@ -26396,16 +27989,7 @@ "True": 1, "String": 1, "intercalate": 2, - "show": 1, - "Data.Char": 1, - "main": 4, - "IO": 2, - "hello": 2, - "putStrLn": 3, - "toUpper": 1, - "Main": 1, - "+": 2, - "fromMaybe": 1 + "show": 1 }, "Hy": { ";": 4, @@ -26453,6 +28037,64 @@ ".result": 1 }, "IDL": { + ";": 59, + "docformat": 3, + "+": 8, + "Inverse": 1, + "hyperbolic": 2, + "cosine.": 1, + "Uses": 1, + "the": 7, + "formula": 1, + "text": 1, + "{": 3, + "acosh": 1, + "}": 3, + "(": 26, + "z": 9, + ")": 26, + "ln": 1, + "sqrt": 4, + "-": 14, + "Examples": 2, + "The": 1, + "arc": 1, + "sine": 1, + "function": 4, + "looks": 1, + "like": 2, + "IDL": 5, + "x": 8, + "*": 2, + "findgen": 1, + "/": 1, + "plot": 1, + "mg_acosh": 2, + "xstyle": 1, + "This": 1, + "should": 1, + "look": 1, + "..": 1, + "image": 1, + "acosh.png": 1, + "Returns": 3, + "float": 1, + "double": 2, + "complex": 2, + "or": 1, + "depending": 1, + "on": 1, + "input": 2, + "Params": 3, + "in": 4, + "required": 4, + "type": 5, + "numeric": 1, + "compile_opt": 3, + "strictarr": 3, + "return": 5, + "alog": 1, + "end": 5, "MODULE": 1, "mg_analysis": 1, "DESCRIPTION": 1, @@ -26468,35 +28110,20 @@ "MG_ARRAY_EQUAL": 1, "KEYWORDS": 1, "MG_TOTAL": 1, - ";": 59, - "docformat": 3, - "+": 8, "Find": 1, - "the": 7, "greatest": 1, "common": 1, "denominator": 1, - "(": 26, "GCD": 1, - ")": 26, "two": 1, "positive": 2, "integers.": 1, - "Returns": 3, "integer": 5, - "Params": 3, "a": 4, - "in": 4, - "required": 4, - "type": 5, "first": 1, "b": 4, "second": 1, - "-": 14, - "function": 4, "mg_gcd": 2, - "compile_opt": 3, - "strictarr": 3, "on_error": 1, "if": 5, "n_params": 1, @@ -26514,51 +28141,8 @@ "<": 1, "maxArg": 3, "eq": 2, - "return": 5, "remainder": 3, "mod": 1, - "end": 5, - "Inverse": 1, - "hyperbolic": 2, - "cosine.": 1, - "Uses": 1, - "formula": 1, - "text": 1, - "{": 3, - "acosh": 1, - "}": 3, - "z": 9, - "ln": 1, - "sqrt": 4, - "Examples": 2, - "The": 1, - "arc": 1, - "sine": 1, - "looks": 1, - "like": 2, - "IDL": 5, - "x": 8, - "*": 2, - "findgen": 1, - "/": 1, - "plot": 1, - "mg_acosh": 2, - "xstyle": 1, - "This": 1, - "should": 1, - "look": 1, - "..": 1, - "image": 1, - "acosh.png": 1, - "float": 1, - "double": 2, - "complex": 2, - "or": 1, - "depending": 1, - "on": 1, - "input": 2, - "numeric": 1, - "alog": 1, "Truncate": 1, "argument": 2, "towards": 1, @@ -26602,19 +28186,13 @@ "example": 1 }, "INI": { - "[": 2, - "user": 1, - "]": 2, - "name": 1, - "Josh": 1, - "Peek": 1, - "email": 1, - "josh@github.com": 1, ";": 1, "editorconfig.org": 1, "root": 1, "true": 3, + "[": 2, "*": 1, + "]": 2, "indent_style": 1, "space": 1, "indent_size": 1, @@ -26624,7 +28202,13 @@ "utf": 1, "-": 1, "trim_trailing_whitespace": 1, - "insert_final_newline": 1 + "insert_final_newline": 1, + "user": 1, + "name": 1, + "Josh": 1, + "Peek": 1, + "email": 1, + "josh@github.com": 1 }, "Idris": { "module": 1, @@ -26667,29 +28251,16 @@ "]": 1 }, "Inform 7": { - "Version": 1, - "of": 3, - "Trivial": 3, - "Extension": 3, "by": 3, "Andrew": 3, - "Plotkin": 1, - "begins": 1, - "here.": 2, - "A": 3, - "cow": 3, - "is": 4, - "a": 2, - "kind": 1, - "animal.": 1, - "can": 1, - "be": 1, - "purple.": 1, - "ends": 1, "Plotkin.": 2, "Include": 1, + "Trivial": 3, + "Extension": 3, "The": 1, "Kitchen": 1, + "is": 4, + "a": 2, "room.": 1, "[": 1, "This": 1, @@ -26709,13 +28280,26 @@ "this": 1, "player.": 1, "]": 1, + "A": 3, "purple": 1, + "cow": 3, "called": 1, "Gelett": 2, "Kitchen.": 1, "Instead": 1, + "of": 3, "examining": 1, - "say": 1 + "say": 1, + "Version": 1, + "Plotkin": 1, + "begins": 1, + "here.": 2, + "kind": 1, + "animal.": 1, + "can": 1, + "be": 1, + "purple.": 1, + "ends": 1 }, "Ioke": { "SHEBANG#!ioke": 1, @@ -26804,9 +28388,9 @@ }, "JSON": { "{": 73, - "}": 73, "[": 17, "]": 17, + "}": 73, "true": 3 }, "JSON5": { @@ -26918,49 +28502,548 @@ }, "Java": { "package": 6, - "nokogiri": 6, + "clojure.asm": 1, ";": 891, "import": 66, - "java.util.Collections": 2, - "java.util.HashMap": 1, + "java.lang.reflect.Constructor": 1, + "java.lang.reflect.Method": 1, + "public": 214, + "class": 12, + "Type": 42, + "{": 434, + "final": 78, + "static": 141, + "int": 62, + "VOID": 5, + "BOOLEAN": 6, + "CHAR": 6, + "BYTE": 6, + "SHORT": 6, + "INT": 6, + "FLOAT": 6, + "LONG": 7, + "DOUBLE": 7, + "ARRAY": 6, + "OBJECT": 7, + "VOID_TYPE": 3, + "new": 131, + "(": 1097, + ")": 1097, + "BOOLEAN_TYPE": 3, + "CHAR_TYPE": 3, + "BYTE_TYPE": 3, + "SHORT_TYPE": 3, + "INT_TYPE": 3, + "FLOAT_TYPE": 3, + "LONG_TYPE": 3, + "DOUBLE_TYPE": 3, + "private": 77, + "sort": 18, + "char": 13, + "[": 54, + "]": 54, + "buf": 43, + "off": 25, + "len": 24, + "this.sort": 2, + "this.len": 2, + "}": 434, + "this.buf": 2, + "this.off": 1, + "getType": 10, + "String": 33, + "typeDescriptor": 1, + "return": 267, + "typeDescriptor.toCharArray": 1, + "Class": 10, + "c": 21, + "if": 116, + "c.isPrimitive": 2, + "Integer.TYPE": 2, + "else": 33, + "Void.TYPE": 3, + "Boolean.TYPE": 2, + "Byte.TYPE": 2, + "Character.TYPE": 2, + "Short.TYPE": 2, + "Double.TYPE": 2, + "Float.TYPE": 2, + "getDescriptor": 15, + "getObjectType": 1, + "name": 10, + "l": 5, + "name.length": 2, + "+": 83, + "name.getChars": 1, + "getArgumentTypes": 2, + "methodDescriptor": 2, + "methodDescriptor.toCharArray": 2, + "size": 16, + "while": 10, + "true": 21, + "car": 18, + "break": 4, + "args": 6, + ".len": 1, + "Method": 3, + "method": 2, + "classes": 2, + "method.getParameterTypes": 1, + "types": 3, + "classes.length": 2, + "for": 16, + "i": 54, + "-": 15, + "getReturnType": 2, + "methodDescriptor.indexOf": 1, + "method.getReturnType": 1, + "switch": 6, + "case": 56, + "//": 16, + "default": 6, + "getSort": 1, + "getDimensions": 3, + "getElementType": 2, + "getClassName": 1, + "StringBuffer": 14, + "b": 7, + ".getClassName": 1, + "b.append": 1, + "b.toString": 1, + ".replace": 2, + "getInternalName": 2, + "buf.toString": 4, + "getMethodDescriptor": 2, + "returnType": 1, + "argumentTypes": 2, + "buf.append": 21, + "<": 13, + "argumentTypes.length": 1, + ".getDescriptor": 1, + "returnType.getDescriptor": 1, + "void": 25, + "c.getName": 1, + "getConstructorDescriptor": 1, + "Constructor": 1, + "parameters": 4, + "c.getParameterTypes": 1, + "parameters.length": 2, + ".toString": 1, + "m": 1, + "m.getParameterTypes": 1, + "m.getReturnType": 1, + "d": 10, + "d.isPrimitive": 1, + "d.isArray": 1, + "d.getComponentType": 1, + "d.getName": 1, + "name.charAt": 1, + "getSize": 1, + "||": 8, + "getOpcode": 1, + "opcode": 17, + "Opcodes.IALOAD": 1, + "Opcodes.IASTORE": 1, + "boolean": 36, + "equals": 2, + "Object": 31, + "o": 12, + "this": 16, + "instanceof": 19, + "false": 12, + "t": 6, + "t.sort": 1, + "Type.OBJECT": 2, + "Type.ARRAY": 2, + "t.len": 1, + "j": 9, + "t.off": 1, + "end": 4, + "t.buf": 1, + "hashCode": 1, + "hc": 4, + "*": 2, + "toString": 1, + "clojure.lang": 1, + "java.lang.ref.Reference": 1, + "java.math.BigInteger": 1, "java.util.Map": 3, + "java.util.concurrent.ConcurrentHashMap": 1, + "java.lang.ref.SoftReference": 1, + "java.lang.ref.ReferenceQueue": 1, + "Util": 1, + "equiv": 17, + "k1": 40, + "k2": 38, + "null": 80, + "Number": 9, + "&&": 6, + "Numbers.equal": 1, + "IPersistentCollection": 5, + "pcequiv": 2, + "k1.equals": 2, + "long": 5, + "double": 4, + "c1": 2, + "c2": 2, + ".equiv": 2, + "identical": 1, + "classOf": 1, + "x": 8, + "x.getClass": 1, + "compare": 1, + "Numbers.compare": 1, + "Comparable": 1, + ".compareTo": 1, + "hash": 3, + "o.hashCode": 2, + "hasheq": 1, + "Numbers.hasheq": 1, + "IHashEq": 2, + ".hasheq": 1, + "hashCombine": 1, + "seed": 5, + "//a": 1, + "la": 1, + "boost": 1, + "e3779b9": 1, + "<<": 1, + "isPrimitive": 1, + "isInteger": 1, + "Integer": 2, + "Long": 1, + "BigInt": 1, + "BigInteger": 1, + "ret1": 2, + "ret": 4, + "nil": 2, + "ISeq": 2, + "": 1, + "clearCache": 1, + "ReferenceQueue": 1, + "rq": 1, + "ConcurrentHashMap": 1, + "K": 2, + "Reference": 3, + "": 3, + "cache": 1, + "//cleanup": 1, + "any": 1, + "dead": 1, + "entries": 1, + "rq.poll": 2, + "Map.Entry": 1, + "e": 31, + "cache.entrySet": 1, + "val": 3, + "e.getValue": 1, + "val.get": 1, + "cache.remove": 1, + "e.getKey": 1, + "RuntimeException": 5, + "runtimeException": 2, + "s": 10, + "Throwable": 4, + "sneakyThrow": 1, + "throw": 9, + "NullPointerException": 3, + "Util.": 1, + "": 1, + "sneakyThrow0": 2, + "@SuppressWarnings": 1, + "": 1, + "extends": 10, + "throws": 26, + "T": 2, + "nokogiri.internals": 1, + "nokogiri.internals.NokogiriHelpers.getNokogiriClass": 1, + "nokogiri.internals.NokogiriHelpers.isNamespace": 1, + "nokogiri.internals.NokogiriHelpers.stringOrNil": 1, + "nokogiri.HtmlDocument": 1, + "nokogiri.NokogiriService": 1, + "nokogiri.XmlDocument": 1, + "org.apache.xerces.parsers.DOMParser": 1, + "org.apache.xerces.xni.Augmentations": 1, + "org.apache.xerces.xni.QName": 1, + "org.apache.xerces.xni.XMLAttributes": 1, + "org.apache.xerces.xni.XNIException": 1, + "org.apache.xerces.xni.parser.XMLDocumentFilter": 1, + "org.apache.xerces.xni.parser.XMLParserConfiguration": 1, + "org.cyberneko.html.HTMLConfiguration": 1, + "org.cyberneko.html.filters.DefaultFilter": 1, "org.jruby.Ruby": 2, - "org.jruby.RubyArray": 1, "org.jruby.RubyClass": 2, + "org.jruby.runtime.ThreadContext": 1, + "org.jruby.runtime.builtin.IRubyObject": 2, + "org.w3c.dom.Document": 1, + "org.w3c.dom.NamedNodeMap": 1, + "org.w3c.dom.NodeList": 1, + "HtmlDomParserContext": 3, + "XmlDomParserContext": 1, + "Ruby": 43, + "runtime": 88, + "IRubyObject": 35, + "options": 4, + "super": 7, + "encoding": 2, + "@Override": 6, + "protected": 8, + "initErrorHandler": 1, + "options.strict": 1, + "errorHandler": 6, + "NokogiriStrictErrorHandler": 1, + "options.noError": 2, + "options.noWarning": 2, + "NokogiriNonStrictErrorHandler4NekoHtml": 1, + "initParser": 1, + "XMLParserConfiguration": 1, + "config": 2, + "HTMLConfiguration": 1, + "XMLDocumentFilter": 3, + "removeNSAttrsFilter": 2, + "RemoveNSAttrsFilter": 2, + "elementValidityCheckFilter": 3, + "ElementValidityCheckFilter": 3, + "//XMLDocumentFilter": 1, + "filters": 3, + "config.setErrorHandler": 1, + "this.errorHandler": 2, + "parser": 1, + "DOMParser": 1, + "setProperty": 4, + "java_encoding": 2, + "setFeature": 4, + "enableDocumentFragment": 1, + "XmlDocument": 8, + "getNewEmptyDocument": 1, + "ThreadContext": 2, + "context": 8, + "XmlDocument.rbNew": 1, + "getNokogiriClass": 1, + "context.getRuntime": 3, + "wrapDocument": 1, + "RubyClass": 92, + "klazz": 107, + "Document": 2, + "document": 5, + "HtmlDocument": 7, + "htmlDocument": 6, + "NokogiriService.HTML_DOCUMENT_ALLOCATOR.allocate": 1, + "htmlDocument.setDocumentNode": 1, + "ruby_encoding.isNil": 1, + "detected_encoding": 2, + "detected_encoding.isNil": 1, + "ruby_encoding": 3, + "charset": 2, + "tryGetCharsetFromHtml5MetaTag": 2, + "stringOrNil": 1, + "htmlDocument.setEncoding": 1, + "htmlDocument.setParsedEncoding": 1, + ".equalsIgnoreCase": 5, + "document.getDocumentElement": 2, + ".getNodeName": 4, + "NodeList": 2, + "list": 1, + ".getChildNodes": 2, + "list.getLength": 1, + "list.item": 2, + "headers": 1, + "headers.getLength": 1, + "headers.item": 2, + "NamedNodeMap": 1, + "nodeMap": 1, + ".getAttributes": 1, + "k": 5, + "nodeMap.getLength": 1, + "nodeMap.item": 2, + ".getNodeValue": 1, + "DefaultFilter": 2, + "startElement": 2, + "QName": 2, + "element": 3, + "XMLAttributes": 2, + "attrs": 4, + "Augmentations": 2, + "augs": 4, + "XNIException": 2, + "attrs.getLength": 1, + "isNamespace": 1, + "attrs.getQName": 1, + "attrs.removeAttributeAt": 1, + "element.uri": 1, + "super.startElement": 2, + "NokogiriErrorHandler": 2, + "element_names": 3, + "g": 1, + "r": 1, + "w": 1, + "y": 1, + "z": 1, + "isValid": 2, + "testee": 1, + "testee.toCharArray": 1, + "index": 4, + ".length": 1, + "testee.equals": 1, + "name.rawname": 2, + "errorHandler.getErrors": 1, + ".add": 1, + "Exception": 1, + "hudson.model": 1, + "hudson.ExtensionListView": 1, + "hudson.Functions": 1, + "hudson.Platform": 1, + "hudson.PluginManager": 1, + "hudson.cli.declarative.CLIResolver": 1, + "hudson.model.listeners.ItemListener": 1, + "hudson.slaves.ComputerListener": 1, + "hudson.util.CopyOnWriteList": 1, + "hudson.util.FormValidation": 1, + "jenkins.model.Jenkins": 1, + "org.jvnet.hudson.reactor.ReactorException": 1, + "org.kohsuke.stapler.QueryParameter": 1, + "org.kohsuke.stapler.Stapler": 1, + "org.kohsuke.stapler.StaplerRequest": 1, + "org.kohsuke.stapler.StaplerResponse": 1, + "javax.servlet.ServletContext": 1, + "javax.servlet.ServletException": 1, + "java.io.File": 1, + "java.io.IOException": 10, + "java.text.NumberFormat": 1, + "java.text.ParseException": 1, + "java.util.Collections": 2, + "java.util.List": 1, + "hudson.Util.fixEmpty": 1, + "Hudson": 5, + "Jenkins": 2, + "transient": 2, + "CopyOnWriteList": 4, + "": 2, + "itemListeners": 2, + "ExtensionListView.createCopyOnWriteList": 2, + "ItemListener.class": 1, + "": 2, + "computerListeners": 2, + "ComputerListener.class": 1, + "@CLIResolver": 1, + "getInstance": 2, + "Jenkins.getInstance": 2, + "File": 2, + "root": 6, + "ServletContext": 2, + "IOException": 8, + "InterruptedException": 2, + "ReactorException": 2, + "PluginManager": 1, + "pluginManager": 2, + "getJobListeners": 1, + "getComputerListeners": 1, + "Slave": 3, + "getSlave": 1, + "Node": 1, + "n": 3, + "getNode": 1, + "List": 3, + "": 2, + "getSlaves": 1, + "slaves": 3, + "setSlaves": 1, + "setNodes": 1, + "TopLevelItem": 3, + "getJob": 1, + "getItem": 1, + "getJobCaseInsensitive": 1, + "match": 2, + "Functions.toEmailSafeString": 2, + "item": 2, + "getItems": 1, + "item.getName": 1, + "synchronized": 1, + "doQuietDown": 2, + "StaplerResponse": 4, + "rsp": 6, + "ServletException": 3, + ".generateResponse": 2, + "doLogRss": 1, + "StaplerRequest": 4, + "req": 6, + "qs": 3, + "req.getQueryString": 1, + "rsp.sendRedirect2": 1, + "doFieldCheck": 3, + "fixEmpty": 8, + "req.getParameter": 4, + "FormValidation": 2, + "@QueryParameter": 4, + "value": 11, + "type": 3, + "errorText": 3, + "warningText": 3, + "FormValidation.error": 4, + "FormValidation.warning": 1, + "try": 26, + "type.equalsIgnoreCase": 2, + "NumberFormat.getInstance": 2, + ".parse": 2, + ".floatValue": 1, + "<=>": 1, + "0": 1, + "error": 1, + "Messages": 1, + "Hudson_NotAPositiveNumber": 1, + "equalsIgnoreCase": 1, + "number": 1, + "negative": 1, + "NumberFormat": 1, + "parse": 1, + "floatValue": 1, + "Messages.Hudson_NotANegativeNumber": 1, + "catch": 27, + "ParseException": 1, + "Messages.Hudson_NotANumber": 1, + "FormValidation.ok": 1, + "isWindows": 1, + "File.pathSeparatorChar": 1, + "isDarwin": 1, + "Platform.isDarwin": 1, + "adminCheck": 3, + "Stapler.getCurrentRequest": 1, + "Stapler.getCurrentResponse": 1, + "isAdmin": 4, + "rsp.sendError": 1, + "StaplerResponse.SC_FORBIDDEN": 1, + ".getACL": 1, + ".hasPermission": 1, + "ADMINISTER": 1, + "XSTREAM.alias": 1, + "Hudson.class": 1, + "MasterComputer": 1, + "Jenkins.MasterComputer": 1, + "CloudList": 3, + "Jenkins.CloudList": 1, + "h": 2, + "needed": 1, + "XStream": 1, + "deserialization": 1, + "nokogiri": 6, + "java.util.HashMap": 1, + "org.jruby.RubyArray": 1, "org.jruby.RubyFixnum": 1, "org.jruby.RubyModule": 1, "org.jruby.runtime.ObjectAllocator": 1, - "org.jruby.runtime.builtin.IRubyObject": 2, "org.jruby.runtime.load.BasicLibraryService": 1, - "public": 214, - "class": 12, "NokogiriService": 1, "implements": 3, "BasicLibraryService": 1, - "{": 434, - "static": 141, - "final": 78, - "String": 33, "nokogiriClassCacheGvarName": 1, "Map": 1, "": 2, - "RubyClass": 92, "nokogiriClassCache": 2, - "boolean": 36, "basicLoad": 1, - "(": 1097, - "Ruby": 43, "ruby": 25, - ")": 1097, "init": 2, "createNokogiriClassCahce": 2, - "return": 267, - "true": 21, - "}": 434, - "private": 77, - "void": 25, "Collections.synchronizedMap": 1, - "new": 131, "HashMap": 1, "nokogiriClassCache.put": 26, "ruby.getClassFromPath": 26, @@ -27009,7 +29092,6 @@ "attrDecl.defineAnnotatedMethods": 1, "XmlAttributeDecl.class": 1, "characterData": 3, - "null": 80, "comment": 1, "XML_COMMENT_ALLOCATOR": 2, "comment.defineAnnotatedMethods": 1, @@ -27030,7 +29112,6 @@ "XML_DOCUMENT_FRAGMENT_ALLOCATOR": 2, "documentFragment.defineAnnotatedMethods": 1, "XmlDocumentFragment.class": 1, - "element": 3, "XML_ELEMENT_ALLOCATOR": 2, "element.defineAnnotatedMethods": 1, "XmlElement.class": 1, @@ -27102,8 +29183,6 @@ "//RubyModule": 1, "htmlDoc": 1, "html.defineOrGetClassUnder": 1, - "document": 5, - "htmlDocument": 6, "HTML_DOCUMENT_ALLOCATOR": 2, "htmlDocument.defineAnnotatedMethods": 1, "HtmlDocument.class": 1, @@ -27128,20 +29207,12 @@ "XsltStylesheet.class": 2, "xsltModule.defineAnnotatedMethod": 1, "ObjectAllocator": 60, - "IRubyObject": 35, "allocate": 30, - "runtime": 88, - "klazz": 107, "EncodingHandler": 1, - "HtmlDocument": 7, - "if": 116, - "try": 26, "clone": 47, "htmlDocument.clone": 1, "clone.setMetaClass": 23, - "catch": 27, "CloneNotSupportedException": 23, - "e": 31, "HtmlSaxParserContext": 5, "htmlSaxParserContext.clone": 1, "HtmlElementDescription": 1, @@ -27155,7 +29226,6 @@ "XmlComment": 5, "xmlComment": 3, "xmlComment.clone": 1, - "XmlDocument": 8, "xmlDocument.clone": 1, "XmlDocumentFragment": 5, "xmlDocumentFragment": 3, @@ -27190,7 +29260,6 @@ "xmlReader.clone": 1, "XmlAttributeDecl": 1, "XmlEntityDecl": 1, - "throw": 9, "runtime.newNotImplementedError": 1, "XmlRelaxng": 5, "xmlRelaxng": 3, @@ -27212,152 +29281,6 @@ "XsltStylesheet": 4, "xsltStylesheet": 3, "xsltStylesheet.clone": 1, - "hudson.model": 1, - "hudson.ExtensionListView": 1, - "hudson.Functions": 1, - "hudson.Platform": 1, - "hudson.PluginManager": 1, - "hudson.cli.declarative.CLIResolver": 1, - "hudson.model.listeners.ItemListener": 1, - "hudson.slaves.ComputerListener": 1, - "hudson.util.CopyOnWriteList": 1, - "hudson.util.FormValidation": 1, - "jenkins.model.Jenkins": 1, - "org.jvnet.hudson.reactor.ReactorException": 1, - "org.kohsuke.stapler.QueryParameter": 1, - "org.kohsuke.stapler.Stapler": 1, - "org.kohsuke.stapler.StaplerRequest": 1, - "org.kohsuke.stapler.StaplerResponse": 1, - "javax.servlet.ServletContext": 1, - "javax.servlet.ServletException": 1, - "java.io.File": 1, - "java.io.IOException": 10, - "java.text.NumberFormat": 1, - "java.text.ParseException": 1, - "java.util.List": 1, - "hudson.Util.fixEmpty": 1, - "Hudson": 5, - "extends": 10, - "Jenkins": 2, - "transient": 2, - "CopyOnWriteList": 4, - "": 2, - "itemListeners": 2, - "ExtensionListView.createCopyOnWriteList": 2, - "ItemListener.class": 1, - "": 2, - "computerListeners": 2, - "ComputerListener.class": 1, - "@CLIResolver": 1, - "getInstance": 2, - "Jenkins.getInstance": 2, - "File": 2, - "root": 6, - "ServletContext": 2, - "context": 8, - "throws": 26, - "IOException": 8, - "InterruptedException": 2, - "ReactorException": 2, - "this": 16, - "PluginManager": 1, - "pluginManager": 2, - "super": 7, - "getJobListeners": 1, - "getComputerListeners": 1, - "Slave": 3, - "getSlave": 1, - "name": 10, - "Node": 1, - "n": 3, - "getNode": 1, - "instanceof": 19, - "List": 3, - "": 2, - "getSlaves": 1, - "slaves": 3, - "setSlaves": 1, - "setNodes": 1, - "TopLevelItem": 3, - "getJob": 1, - "getItem": 1, - "getJobCaseInsensitive": 1, - "match": 2, - "Functions.toEmailSafeString": 2, - "for": 16, - "item": 2, - "getItems": 1, - "item.getName": 1, - ".equalsIgnoreCase": 5, - "synchronized": 1, - "doQuietDown": 2, - "StaplerResponse": 4, - "rsp": 6, - "ServletException": 3, - ".generateResponse": 2, - "doLogRss": 1, - "StaplerRequest": 4, - "req": 6, - "qs": 3, - "req.getQueryString": 1, - "rsp.sendRedirect2": 1, - "+": 83, - "doFieldCheck": 3, - "fixEmpty": 8, - "req.getParameter": 4, - "FormValidation": 2, - "@QueryParameter": 4, - "value": 11, - "type": 3, - "errorText": 3, - "warningText": 3, - "FormValidation.error": 4, - "FormValidation.warning": 1, - "type.equalsIgnoreCase": 2, - "NumberFormat.getInstance": 2, - ".parse": 2, - "else": 33, - ".floatValue": 1, - "<=>": 1, - "0": 1, - "error": 1, - "Messages": 1, - "Hudson_NotAPositiveNumber": 1, - "equalsIgnoreCase": 1, - "number": 1, - "negative": 1, - "NumberFormat": 1, - "parse": 1, - "floatValue": 1, - "Messages.Hudson_NotANegativeNumber": 1, - "ParseException": 1, - "Messages.Hudson_NotANumber": 1, - "FormValidation.ok": 1, - "isWindows": 1, - "File.pathSeparatorChar": 1, - "isDarwin": 1, - "Platform.isDarwin": 1, - "adminCheck": 3, - "Stapler.getCurrentRequest": 1, - "Stapler.getCurrentResponse": 1, - "isAdmin": 4, - "rsp.sendError": 1, - "StaplerResponse.SC_FORBIDDEN": 1, - "false": 12, - ".getACL": 1, - ".hasPermission": 1, - "ADMINISTER": 1, - "XSTREAM.alias": 1, - "Hudson.class": 1, - "MasterComputer": 1, - "Jenkins.MasterComputer": 1, - "CloudList": 3, - "Jenkins.CloudList": 1, - "h": 2, - "//": 16, - "needed": 1, - "XStream": 1, - "deserialization": 1, "persons": 1, "ProtocolBuffer": 2, "registerAllExtensions": 1, @@ -27393,18 +29316,12 @@ "extensionRegistry": 16, "com.google.protobuf.InvalidProtocolBufferException": 9, "initFields": 2, - "int": 62, "mutable_bitField0_": 1, "com.google.protobuf.UnknownFieldSet.Builder": 1, "com.google.protobuf.UnknownFieldSet.newBuilder": 1, "done": 4, - "while": 10, "tag": 3, "input.readTag": 1, - "switch": 6, - "case": 56, - "break": 4, - "default": 6, "parseUnknownField": 1, "bitField0_": 15, "|": 5, @@ -27417,9 +29334,7 @@ "unknownFields.build": 1, "makeExtensionsImmutable": 1, "com.google.protobuf.Descriptors.Descriptor": 4, - "getDescriptor": 15, "persons.ProtocolBuffer.internal_static_persons_Person_descriptor": 3, - "protected": 8, "com.google.protobuf.GeneratedMessage.FieldAccessorTable": 4, "internalGetFieldAccessorTable": 2, "persons.ProtocolBuffer.internal_static_persons_Person_fieldAccessorTable": 2, @@ -27437,14 +29352,11 @@ "&": 7, "ref": 16, "bs": 1, - "s": 10, "bs.toStringUtf8": 1, "bs.isValidUtf8": 1, - "b": 7, "com.google.protobuf.ByteString.copyFromUtf8": 2, "byte": 4, "memoizedIsInitialized": 4, - "-": 15, "isInitialized": 5, "writeTo": 1, "com.google.protobuf.CodedOutputStream": 2, @@ -27453,10 +29365,8 @@ "output.writeBytes": 1, ".writeTo": 1, "memoizedSerializedSize": 3, - "size": 16, ".computeBytesSize": 1, ".getSerializedSize": 1, - "long": 5, "serialVersionUID": 1, "L": 1, "writeReplace": 1, @@ -27466,8 +29376,6 @@ "parseFrom": 8, "data": 8, "PARSER.parseFrom": 8, - "[": 54, - "]": 54, "java.io.InputStream": 4, "parseDelimitedFrom": 2, "PARSER.parseDelimitedFrom": 2, @@ -27513,7 +29421,6 @@ "e.getUnfinishedMessage": 1, ".toStringUtf8": 1, "setName": 1, - "NullPointerException": 3, "clearName": 1, ".getName": 1, "setNameBytes": 1, @@ -27528,730 +29435,1471 @@ "assignDescriptors": 1, ".getMessageTypes": 1, ".get": 1, - ".internalBuildGeneratedFileFrom": 1, - "nokogiri.internals": 1, - "nokogiri.internals.NokogiriHelpers.getNokogiriClass": 1, - "nokogiri.internals.NokogiriHelpers.isNamespace": 1, - "nokogiri.internals.NokogiriHelpers.stringOrNil": 1, - "nokogiri.HtmlDocument": 1, - "nokogiri.NokogiriService": 1, - "nokogiri.XmlDocument": 1, - "org.apache.xerces.parsers.DOMParser": 1, - "org.apache.xerces.xni.Augmentations": 1, - "org.apache.xerces.xni.QName": 1, - "org.apache.xerces.xni.XMLAttributes": 1, - "org.apache.xerces.xni.XNIException": 1, - "org.apache.xerces.xni.parser.XMLDocumentFilter": 1, - "org.apache.xerces.xni.parser.XMLParserConfiguration": 1, - "org.cyberneko.html.HTMLConfiguration": 1, - "org.cyberneko.html.filters.DefaultFilter": 1, - "org.jruby.runtime.ThreadContext": 1, - "org.w3c.dom.Document": 1, - "org.w3c.dom.NamedNodeMap": 1, - "org.w3c.dom.NodeList": 1, - "HtmlDomParserContext": 3, - "XmlDomParserContext": 1, - "options": 4, - "encoding": 2, - "@Override": 6, - "initErrorHandler": 1, - "options.strict": 1, - "errorHandler": 6, - "NokogiriStrictErrorHandler": 1, - "options.noError": 2, - "options.noWarning": 2, - "NokogiriNonStrictErrorHandler4NekoHtml": 1, - "initParser": 1, - "XMLParserConfiguration": 1, - "config": 2, - "HTMLConfiguration": 1, - "XMLDocumentFilter": 3, - "removeNSAttrsFilter": 2, - "RemoveNSAttrsFilter": 2, - "elementValidityCheckFilter": 3, - "ElementValidityCheckFilter": 3, - "//XMLDocumentFilter": 1, - "filters": 3, - "config.setErrorHandler": 1, - "this.errorHandler": 2, - "parser": 1, - "DOMParser": 1, - "setProperty": 4, - "java_encoding": 2, - "setFeature": 4, - "enableDocumentFragment": 1, - "getNewEmptyDocument": 1, - "ThreadContext": 2, - "args": 6, - "XmlDocument.rbNew": 1, - "getNokogiriClass": 1, - "context.getRuntime": 3, - "wrapDocument": 1, - "Document": 2, - "NokogiriService.HTML_DOCUMENT_ALLOCATOR.allocate": 1, - "htmlDocument.setDocumentNode": 1, - "ruby_encoding.isNil": 1, - "detected_encoding": 2, - "&&": 6, - "detected_encoding.isNil": 1, - "ruby_encoding": 3, - "charset": 2, - "tryGetCharsetFromHtml5MetaTag": 2, - "stringOrNil": 1, - "htmlDocument.setEncoding": 1, - "htmlDocument.setParsedEncoding": 1, - "document.getDocumentElement": 2, - ".getNodeName": 4, - "NodeList": 2, - "list": 1, - ".getChildNodes": 2, - "i": 54, - "<": 13, - "list.getLength": 1, - "list.item": 2, - "headers": 1, - "j": 9, - "headers.getLength": 1, - "headers.item": 2, - "NamedNodeMap": 1, - "nodeMap": 1, - ".getAttributes": 1, - "k": 5, - "nodeMap.getLength": 1, - "nodeMap.item": 2, - ".getNodeValue": 1, - "DefaultFilter": 2, - "startElement": 2, - "QName": 2, - "XMLAttributes": 2, - "attrs": 4, - "Augmentations": 2, - "augs": 4, - "XNIException": 2, - "attrs.getLength": 1, - "isNamespace": 1, - "attrs.getQName": 1, - "attrs.removeAttributeAt": 1, - "element.uri": 1, - "super.startElement": 2, - "NokogiriErrorHandler": 2, - "element_names": 3, - "g": 1, - "r": 1, - "w": 1, - "x": 8, - "y": 1, - "z": 1, - "isValid": 2, - "testee": 1, - "char": 13, - "c": 21, - "testee.toCharArray": 1, - "index": 4, - "Integer": 2, - ".length": 1, - "testee.equals": 1, - "name.rawname": 2, - "errorHandler.getErrors": 1, - ".add": 1, - "Exception": 1, - "clojure.lang": 1, - "java.lang.ref.Reference": 1, - "java.math.BigInteger": 1, - "java.util.concurrent.ConcurrentHashMap": 1, - "java.lang.ref.SoftReference": 1, - "java.lang.ref.ReferenceQueue": 1, - "Util": 1, - "equiv": 17, - "Object": 31, - "k1": 40, - "k2": 38, - "Number": 9, - "Numbers.equal": 1, - "IPersistentCollection": 5, - "||": 8, - "pcequiv": 2, - "k1.equals": 2, - "double": 4, - "c1": 2, - "c2": 2, - ".equiv": 2, - "equals": 2, - "identical": 1, - "Class": 10, - "classOf": 1, - "x.getClass": 1, - "compare": 1, - "Numbers.compare": 1, - "Comparable": 1, - ".compareTo": 1, - "hash": 3, - "o": 12, - "o.hashCode": 2, - "hasheq": 1, - "Numbers.hasheq": 1, - "IHashEq": 2, - ".hasheq": 1, - "hashCombine": 1, - "seed": 5, - "//a": 1, - "la": 1, - "boost": 1, - "e3779b9": 1, - "<<": 1, - "isPrimitive": 1, - "c.isPrimitive": 2, - "Void.TYPE": 3, - "isInteger": 1, - "Long": 1, - "BigInt": 1, - "BigInteger": 1, - "ret1": 2, - "ret": 4, - "nil": 2, - "ISeq": 2, - "": 1, - "clearCache": 1, - "ReferenceQueue": 1, - "rq": 1, - "ConcurrentHashMap": 1, - "K": 2, - "Reference": 3, - "": 3, - "cache": 1, - "//cleanup": 1, - "any": 1, - "dead": 1, - "entries": 1, - "rq.poll": 2, - "Map.Entry": 1, - "cache.entrySet": 1, - "val": 3, - "e.getValue": 1, - "val.get": 1, - "cache.remove": 1, - "e.getKey": 1, - "RuntimeException": 5, - "runtimeException": 2, - "Throwable": 4, - "sneakyThrow": 1, - "t": 6, - "Util.": 1, - "": 1, - "sneakyThrow0": 2, - "@SuppressWarnings": 1, - "": 1, - "T": 2, - "clojure.asm": 1, - "java.lang.reflect.Constructor": 1, - "java.lang.reflect.Method": 1, - "Type": 42, - "VOID": 5, - "BOOLEAN": 6, - "CHAR": 6, - "BYTE": 6, - "SHORT": 6, - "INT": 6, - "FLOAT": 6, - "LONG": 7, - "DOUBLE": 7, - "ARRAY": 6, - "OBJECT": 7, - "VOID_TYPE": 3, - "BOOLEAN_TYPE": 3, - "CHAR_TYPE": 3, - "BYTE_TYPE": 3, - "SHORT_TYPE": 3, - "INT_TYPE": 3, - "FLOAT_TYPE": 3, - "LONG_TYPE": 3, - "DOUBLE_TYPE": 3, - "sort": 18, - "buf": 43, - "off": 25, - "len": 24, - "this.sort": 2, - "this.len": 2, - "this.buf": 2, - "this.off": 1, - "getType": 10, - "typeDescriptor": 1, - "typeDescriptor.toCharArray": 1, - "Integer.TYPE": 2, - "Boolean.TYPE": 2, - "Byte.TYPE": 2, - "Character.TYPE": 2, - "Short.TYPE": 2, - "Double.TYPE": 2, - "Float.TYPE": 2, - "getObjectType": 1, - "l": 5, - "name.length": 2, - "name.getChars": 1, - "getArgumentTypes": 2, - "methodDescriptor": 2, - "methodDescriptor.toCharArray": 2, - "car": 18, - ".len": 1, - "Method": 3, - "method": 2, - "classes": 2, - "method.getParameterTypes": 1, - "types": 3, - "classes.length": 2, - "getReturnType": 2, - "methodDescriptor.indexOf": 1, - "method.getReturnType": 1, - "getSort": 1, - "getDimensions": 3, - "getElementType": 2, - "getClassName": 1, - "StringBuffer": 14, - ".getClassName": 1, - "b.append": 1, - "b.toString": 1, - ".replace": 2, - "getInternalName": 2, - "buf.toString": 4, - "getMethodDescriptor": 2, - "returnType": 1, - "argumentTypes": 2, - "buf.append": 21, - "argumentTypes.length": 1, - ".getDescriptor": 1, - "returnType.getDescriptor": 1, - "c.getName": 1, - "getConstructorDescriptor": 1, - "Constructor": 1, - "parameters": 4, - "c.getParameterTypes": 1, - "parameters.length": 2, - ".toString": 1, - "m": 1, - "m.getParameterTypes": 1, - "m.getReturnType": 1, - "d": 10, - "d.isPrimitive": 1, - "d.isArray": 1, - "d.getComponentType": 1, - "d.getName": 1, - "name.charAt": 1, - "getSize": 1, - "getOpcode": 1, - "opcode": 17, - "Opcodes.IALOAD": 1, - "Opcodes.IASTORE": 1, - "t.sort": 1, - "Type.OBJECT": 2, - "Type.ARRAY": 2, - "t.len": 1, - "t.off": 1, - "end": 4, - "t.buf": 1, - "hashCode": 1, - "hc": 4, - "*": 2, - "toString": 1 + ".internalBuildGeneratedFileFrom": 1 }, "JavaScript": { - "(": 8528, "function": 1214, - "window": 18, - "angular": 1, + "(": 8528, ")": 8536, "{": 2742, - "Array.prototype.last": 1, - "return": 947, - "this": 578, - "[": 1461, - "this.length": 41, - "-": 706, - "]": 1458, ";": 4066, - "}": 2718, + "//": 410, + "jshint": 1, + "_": 9, "var": 916, - "app": 3, - "angular.module": 1, - "JSON": 5, + "Modal": 2, + "content": 5, + "options": 56, + "this.options": 6, + "this.": 2, + "element": 19, + ".delegate": 2, + ".proxy": 1, + "this.hide": 1, + "this": 578, + "}": 2718, + "Modal.prototype": 1, + "constructor": 8, + "toggle": 10, + "return": 947, + "[": 1461, + "this.isShown": 3, + "]": 1458, + "show": 10, + "that": 33, + "e": 663, + ".Event": 1, + "element.trigger": 1, "if": 1230, - "f": 666, - "n": 874, - "<": 209, - "+": 1136, - "typeof": 132, - "Date.prototype.toJSON": 2, - "key": 85, - "isFinite": 1, - "this.valueOf": 2, - "this.getUTCFullYear": 1, - "this.getUTCMonth": 1, - "this.getUTCDate": 1, - "this.getUTCHours": 1, - "this.getUTCMinutes": 1, - "this.getUTCSeconds": 1, - "null": 427, - "String.prototype.toJSON": 1, - "Number.prototype.toJSON": 1, - "Boolean.prototype.toJSON": 1, - "cx": 2, - "/": 290, - "u0000": 1, - "u00ad": 1, - "u0600": 1, - "u0604": 1, - "u070f": 1, - "u17b4": 1, - "u17b5": 1, - "u200c": 1, - "u200f": 1, - "u2028": 3, - "u202f": 1, - "u2060": 1, - "u206f": 1, - "ufeff": 1, - "ufff0": 1, - "uffff": 1, - "/g": 37, - "escapable": 1, - "b": 961, - "t": 436, - "r": 261, + "||": 648, + "e.isDefaultPrevented": 2, + ".addClass": 1, + "true": 147, + "escape.call": 1, + "backdrop.call": 1, + "transition": 1, + ".support.transition": 1, + "&&": 1017, + "that.": 3, + "element.hasClass": 1, + "element.parent": 1, + ".length": 24, + "element.appendTo": 1, + "document.body": 8, + "//don": 1, + "in": 170, + "shown": 2, + "hide": 8, + "body": 22, + "modal": 4, + "-": 706, + "open": 2, + "fade": 4, + "hidden": 12, + "
": 4, + "class=": 5, + "static": 2, + "keyup.dismiss.modal": 2, "object": 59, "string": 41, - "number": 13, - "boolean": 8, - "Array": 3, - "JSON.stringify": 5, - "u": 304, - "/bfnrt": 1, - "|": 206, - "a": 1489, - "fA": 2, - "F": 8, - ".replace": 38, - "*": 71, - "JSON.parse": 1, - "PUT": 1, - "DELETE": 1, - "all": 16, - "change": 16, - "id": 38, - "_id": 1, - "error": 20, - "Can": 2, - "add": 16, - "remove": 9, - "s": 290, - "ties": 1, - "to": 92, - "collection.": 1, - "_removeReference": 1, - "model": 14, - "model.collection": 2, - "delete": 39, - "model.unbind": 1, - "this._onModelEvent": 1, - "_onModelEvent": 1, - "ev": 5, - "collection": 3, - "options": 56, - "||": 648, - "&&": 1017, - "this._remove": 1, - "model.idAttribute": 2, - "this._byId": 2, - "model.previous": 1, - "model.id": 1, - "this.trigger.apply": 2, - "arguments": 83, - "methods": 8, - "_.each": 1, - "method": 30, - "Backbone.Collection.prototype": 1, - "_": 9, - ".apply": 7, - "this.models": 1, - ".concat": 3, - "_.toArray": 1, - "Backbone.Router": 1, - "options.routes": 2, - "this.routes": 4, - "this._bindRoutes": 1, - "this.initialize.apply": 2, - "namedParam": 2, - "w": 110, - "d": 771, - "splatParam": 2, - "escapeRegExp": 2, - ".": 91, - "#": 13, - "_.extend": 9, - "Backbone.Router.prototype": 1, - "Backbone.Events": 2, - "initialize": 3, - "//": 410, - "route": 18, - "name": 161, - "callback": 23, - "Backbone.history": 2, - "new": 86, - "Backbone.History": 2, - "_.isRegExp": 1, - "this._routeToRegExp": 1, - "Backbone.history.route": 1, - "_.bind": 2, - "fragment": 27, - "args": 31, - "this._extractParameters": 1, - "callback.apply": 1, - "navigate": 2, - "triggerRoute": 4, - "Backbone.history.navigate": 1, - "_bindRoutes": 1, - "routes": 4, - "for": 262, - "in": 170, - "routes.unshift": 1, - "i": 853, - "l": 312, - "routes.length": 1, - "this.route": 1, - "_routeToRegExp": 1, - "route.replace": 1, - "RegExp": 12, - "_extractParameters": 1, - "route.exec": 1, - ".slice": 6, - "this.handlers": 2, - "_.bindAll": 1, - "hashStrip": 4, - "#*": 1, - "isExplorer": 1, - "/msie": 1, - "w.": 17, - "historyStarted": 3, - "false": 142, - "Backbone.History.prototype": 1, - "interval": 3, - "getFragment": 1, - "forcePushState": 2, - "this._hasPushState": 6, - "window.location.pathname": 1, - "search": 5, - "window.location.search": 1, - "fragment.indexOf": 1, - "this.options.root": 6, - "fragment.substr": 1, - "this.options.root.length": 1, - "else": 307, - "window.location.hash": 3, - "fragment.replace": 1, - "start": 20, - "throw": 27, - "Error": 16, - "this.options": 6, - "root": 5, - "this._wantsPushState": 3, - "this.options.pushState": 2, - "window.history": 2, - "window.history.pushState": 2, - "this.getFragment": 6, - "docMode": 3, - "document.documentMode": 3, - "oldIE": 3, - "isExplorer.exec": 1, - "navigator.userAgent.toLowerCase": 1, - "this.iframe": 4, - ".hide": 2, - ".appendTo": 2, - ".contentWindow": 1, - "this.navigate": 2, - ".bind": 3, - "this.checkUrl": 3, - "setInterval": 6, - "this.interval": 1, - "this.fragment": 13, - "true": 147, - "loc": 2, - "window.location": 5, - "atRoot": 3, - "loc.pathname": 1, - "loc.hash": 1, - "loc.hash.replace": 1, - "window.history.replaceState": 1, - "document.title": 2, - "loc.protocol": 2, - "loc.host": 2, - "this.loadUrl": 4, - "this.handlers.unshift": 1, - "checkUrl": 1, - "e": 663, - "current": 7, - "this.iframe.location.hash": 3, - "decodeURIComponent": 2, - "loadUrl": 1, - "fragmentOverride": 2, - "matched": 2, - "_.any": 1, - "handler": 14, - "handler.route.test": 1, - "handler.callback": 1, - "frag": 13, - "frag.indexOf": 1, - "this.iframe.document.open": 1, - ".close": 1, - "Backbone.View": 1, - "this.cid": 3, - "_.uniqueId": 1, - "this._configure": 1, - "this._ensureElement": 1, - "this.delegateEvents": 1, - "selectorDelegate": 2, - "selector": 40, - "this.el": 10, - "eventSplitter": 2, - "S": 8, - "s*": 15, - ".*": 20, - "viewOptions": 2, - "Backbone.View.prototype": 1, - "tagName": 3, - "render": 1, - ".remove": 2, - "make": 2, - "attributes": 14, - "content": 5, - "el": 4, - "document.createElement": 26, - ".attr": 1, - ".html": 1, - "delegateEvents": 1, - "events": 18, - "this.events": 1, - ".unbind": 4, - "match": 30, - "key.match": 1, - "eventName": 21, - ".delegate": 2, - "_configure": 1, - "viewOptions.length": 1, - "attr": 13, - "_ensureElement": 1, - "attrs": 6, - "this.attributes": 1, - "this.id": 2, - "attrs.id": 1, - "this.className": 10, - "this.make": 1, - "this.tagName": 1, - "_.isString": 1, - ".get": 3, - "extend": 13, - "protoProps": 6, - "classProps": 2, + "click.modal.data": 1, + "api": 1, + "data": 145, + "target": 44, + "href": 9, + ".extend": 1, + "target.data": 1, + "this.data": 5, + "e.preventDefault": 1, + "target.modal": 1, + "option": 12, + "window.jQuery": 7, + "Animal": 12, + "Horse": 12, + "Snake": 12, + "sam": 4, + "tom": 4, + "__hasProp": 2, + "Object.prototype.hasOwnProperty": 6, + "__extends": 6, "child": 17, - "inherits": 2, - "child.extend": 1, - "this.extend": 1, - "Backbone.Model.extend": 1, - "Backbone.Collection.extend": 1, - "Backbone.Router.extend": 1, - "Backbone.View.extend": 1, - "methodMap": 2, - "Backbone.sync": 1, - "type": 49, - "params": 2, - "dataType": 6, - "processData": 3, - "params.url": 2, - "getUrl": 2, - "urlError": 2, - "params.data": 5, - "params.contentType": 2, - "model.toJSON": 1, - "Backbone.emulateJSON": 2, - "params.processData": 1, - "Backbone.emulateHTTP": 1, - "params.data._method": 1, - "params.type": 1, - "params.beforeSend": 1, - "xhr": 1, - "xhr.setRequestHeader": 1, - ".ajax": 1, - "ctor": 6, "parent": 15, - "staticProps": 3, - "protoProps.hasOwnProperty": 1, - "protoProps.constructor": 1, - "parent.apply": 1, + "for": 262, + "key": 85, + "__hasProp.call": 2, + "ctor": 6, + "this.constructor": 5, "ctor.prototype": 3, "parent.prototype": 6, "child.prototype": 4, - "child.prototype.constructor": 1, + "new": 86, "child.__super__": 3, - "object.url": 4, - "_.isFunction": 1, - "wrapError": 1, - "onError": 3, - "resp": 3, - "model.trigger": 1, - "escapeHTML": 1, - "string.replace": 1, - "&": 13, - "#x": 1, - "da": 1, - "/gi": 2, - "": 1, - "lt": 55, - "replace": 8, - "#x27": 1, - "#x2F": 1, + "name": 161, + "this.name": 7, + "Animal.prototype.move": 2, + "meters": 4, + "alert": 11, + "+": 1136, + "Snake.__super__.constructor.apply": 2, + "arguments": 83, + "Snake.prototype.move": 2, + "Snake.__super__.move.call": 2, + "Horse.__super__.constructor.apply": 2, + "Horse.prototype.move": 2, + "Horse.__super__.move.call": 2, + "sam.move": 2, + "tom.move": 2, ".call": 10, + ".hasOwnProperty": 2, + "Animal.name": 1, + "_super": 4, + "Snake.name": 1, + "Horse.name": 1, + "console.log": 3, + "hanaMath": 1, + ".import": 1, + "x": 41, + "parseFloat": 32, + ".request.parameters.get": 2, + "y": 109, + "result": 12, + "hanaMath.multiply": 1, + "output": 2, + "title": 1, + "input": 26, + ".response.contentType": 1, + ".response.statusCode": 1, + ".net.http.OK": 1, + ".response.setBody": 1, + "JSON.stringify": 5, + "multiply": 1, + "*": 71, + "add": 16, + "util": 1, + "require": 9, + "net": 1, + "stream": 1, + "url": 23, + "EventEmitter": 3, + ".EventEmitter": 1, + "FreeList": 2, + ".FreeList": 1, + "HTTPParser": 2, + "process.binding": 1, + ".HTTPParser": 1, + "assert": 8, + ".ok": 1, + "END_OF_FILE": 3, + "debug": 15, + "process.env.NODE_DEBUG": 2, + "/http/.test": 1, + "console.error": 3, + "else": 307, + "parserOnHeaders": 2, + "headers": 41, + "this.maxHeaderPairs": 2, + "<": 209, + "this._headers.length": 1, + "this._headers": 13, + "this._headers.concat": 1, + "this._url": 1, + "parserOnHeadersComplete": 2, + "info": 2, + "parser": 27, + "info.headers": 1, + "info.url": 1, + "parser._headers": 6, + "parser._url": 4, + "parser.incoming": 9, + "IncomingMessage": 4, + "parser.socket": 4, + "parser.incoming.httpVersionMajor": 1, + "info.versionMajor": 2, + "parser.incoming.httpVersionMinor": 1, + "info.versionMinor": 2, + "parser.incoming.httpVersion": 1, + "parser.incoming.url": 1, + "n": 874, + "headers.length": 2, + "parser.maxHeaderPairs": 4, + "Math.min": 5, + "i": 853, + "k": 302, + "v": 135, + "parser.incoming._addHeaderLine": 2, + "info.method": 2, + "parser.incoming.method": 1, + "parser.incoming.statusCode": 2, + "info.statusCode": 1, + "parser.incoming.upgrade": 4, + "info.upgrade": 2, + "skipBody": 3, + "false": 142, + "response": 3, + "to": 92, + "HEAD": 3, + "or": 38, + "CONNECT": 1, + "parser.onIncoming": 3, + "info.shouldKeepAlive": 1, + "parserOnBody": 2, + "b": 961, + "start": 20, + "len": 11, + "slice": 10, + "b.slice": 1, + "parser.incoming._paused": 2, + "parser.incoming._pendings.length": 2, + "parser.incoming._pendings.push": 2, + "parser.incoming._emitData": 1, + "parserOnMessageComplete": 2, + "parser.incoming.complete": 2, + "parser.incoming.readable": 1, + "parser.incoming._emitEnd": 1, + "parser.socket.readable": 1, + "parser.socket.resume": 1, + "parsers": 2, + "HTTPParser.REQUEST": 2, + "parser.onHeaders": 1, + "parser.onHeadersComplete": 1, + "parser.onBody": 1, + "parser.onMessageComplete": 1, + "exports.parsers": 1, + "CRLF": 13, + "STATUS_CODES": 2, + "exports.STATUS_CODES": 1, + "RFC": 16, + "obsoleted": 1, + "by": 12, + "connectionExpression": 1, + "/Connection/i": 1, + "transferEncodingExpression": 1, + "/Transfer": 1, + "Encoding/i": 1, + "closeExpression": 1, + "/close/i": 1, + "chunkExpression": 1, + "/chunk/i": 1, + "contentLengthExpression": 1, + "/Content": 1, + "Length/i": 1, + "dateExpression": 1, + "/Date/i": 1, + "expectExpression": 1, + "/Expect/i": 1, + "continueExpression": 1, + "/100": 2, + "continue/i": 1, + "dateCache": 5, + "utcDate": 2, + "d": 771, + "Date": 4, + "d.toUTCString": 1, + "setTimeout": 19, "undefined": 328, + "d.getMilliseconds": 1, + "socket": 26, + "stream.Stream.call": 2, + "this.socket": 10, + "this.connection": 8, + "this.httpVersion": 1, + "null": 427, + "this.complete": 2, + "this.headers": 2, + "this.trailers": 2, + "this.readable": 1, + "this._paused": 3, + "this._pendings": 1, + "this._endEmitted": 3, + "this.url": 1, + "this.method": 2, + "this.statusCode": 3, + "this.client": 1, + "util.inherits": 7, + "stream.Stream": 2, + "exports.IncomingMessage": 1, + "IncomingMessage.prototype.destroy": 1, + "error": 20, + "this.socket.destroy": 3, + "IncomingMessage.prototype.setEncoding": 1, + "encoding": 26, + "StringDecoder": 2, + ".StringDecoder": 1, + "lazy": 1, + "load": 5, + "this._decoder": 2, + "IncomingMessage.prototype.pause": 1, + "this.socket.pause": 1, + "IncomingMessage.prototype.resume": 1, + "this.socket.resume": 1, + "this._emitPending": 1, + "IncomingMessage.prototype._emitPending": 1, + "callback": 23, + "this._pendings.length": 1, + "self": 17, + "process.nextTick": 1, + "while": 53, + "self._paused": 1, + "self._pendings.length": 2, + "chunk": 14, + "self._pendings.shift": 1, + "Buffer.isBuffer": 2, + "self._emitData": 1, + "self.readable": 1, + "self._emitEnd": 1, + "IncomingMessage.prototype._emitData": 1, + "this._decoder.write": 1, + "string.length": 1, + "this.emit": 5, + "IncomingMessage.prototype._emitEnd": 1, + "IncomingMessage.prototype._addHeaderLine": 1, + "field": 36, + "value": 98, + "dest": 12, + "field.toLowerCase": 1, + "switch": 30, + "case": 136, + ".push": 3, + "break": 111, + "default": 21, + "field.slice": 1, + "OutgoingMessage": 5, + "this.output": 3, + "this.outputEncodings": 2, + "this.writable": 1, + "this._last": 3, + "this.chunkedEncoding": 6, + "this.shouldKeepAlive": 4, + "this.useChunkedEncodingByDefault": 4, + "this.sendDate": 3, + "this._hasBody": 6, + "this._trailer": 5, + "this.finished": 4, + "exports.OutgoingMessage": 1, + "OutgoingMessage.prototype.destroy": 1, + "OutgoingMessage.prototype._send": 1, + "this._headerSent": 5, + "typeof": 132, + "this._header": 10, + "this.output.unshift": 1, + "this.outputEncodings.unshift": 1, + "this._writeRaw": 2, + "OutgoingMessage.prototype._writeRaw": 1, + "data.length": 3, + "this.connection._httpMessage": 3, + "this.connection.writable": 3, + "this.output.length": 5, + "this._buffer": 2, + "c": 775, + "this.output.shift": 2, + "this.outputEncodings.shift": 2, + "this.connection.write": 4, + "OutgoingMessage.prototype._buffer": 1, + "length": 48, + "this.output.push": 2, + "this.outputEncodings.push": 2, + "lastEncoding": 2, + "lastData": 2, + "data.constructor": 1, + "lastData.constructor": 1, + "OutgoingMessage.prototype._storeHeader": 1, + "firstLine": 2, + "sentConnectionHeader": 3, + "sentContentLengthHeader": 4, + "sentTransferEncodingHeader": 3, + "sentDateHeader": 3, + "sentExpect": 3, + "messageHeader": 7, + "store": 3, + "connectionExpression.test": 1, + "closeExpression.test": 1, + "self._last": 4, + "self.shouldKeepAlive": 4, + "transferEncodingExpression.test": 1, + "chunkExpression.test": 1, + "self.chunkedEncoding": 1, + "contentLengthExpression.test": 1, + "dateExpression.test": 1, + "expectExpression.test": 1, + "keys": 11, + "Object.keys": 5, + "isArray": 10, + "Array.isArray": 7, + "l": 312, + "keys.length": 5, + "j": 265, + "value.length": 1, + "shouldSendKeepAlive": 2, + "this.agent": 2, + "this._send": 8, + "OutgoingMessage.prototype.setHeader": 1, + "arguments.length": 18, + "throw": 27, + "Error": 16, + "name.toLowerCase": 6, + "this._headerNames": 5, + "OutgoingMessage.prototype.getHeader": 1, + "OutgoingMessage.prototype.removeHeader": 1, + "delete": 39, + "OutgoingMessage.prototype._renderHeaders": 1, + "OutgoingMessage.prototype.write": 1, + "this._implicitHeader": 2, + "TypeError": 2, + "chunk.length": 2, + "ret": 62, + "Buffer.byteLength": 2, + "len.toString": 2, + "OutgoingMessage.prototype.addTrailers": 1, + "OutgoingMessage.prototype.end": 1, + "hot": 3, + ".toString": 3, + "this.write": 1, + "Last": 2, + "chunk.": 1, + "this._finish": 2, + "OutgoingMessage.prototype._finish": 1, + "instanceof": 19, + "ServerResponse": 5, + "DTRACE_HTTP_SERVER_RESPONSE": 1, + "ClientRequest": 6, + "DTRACE_HTTP_CLIENT_REQUEST": 1, + "OutgoingMessage.prototype._flush": 1, + "this.socket.writable": 2, + "XXX": 1, + "Necessary": 1, + "this.socket.write": 1, + "req": 32, + "OutgoingMessage.call": 2, + "req.method": 5, + "req.httpVersionMajor": 2, + "req.httpVersionMinor": 2, + "exports.ServerResponse": 1, + "ServerResponse.prototype.statusCode": 1, + "onServerResponseClose": 3, + "this._httpMessage.emit": 2, + "ServerResponse.prototype.assignSocket": 1, + "socket._httpMessage": 9, + "socket.on": 2, + "this._flush": 1, + "ServerResponse.prototype.detachSocket": 1, + "socket.removeListener": 5, + "ServerResponse.prototype.writeContinue": 1, + "this._sent100": 2, + "ServerResponse.prototype._implicitHeader": 1, + "this.writeHead": 1, + "ServerResponse.prototype.writeHead": 1, + "statusCode": 7, + "reasonPhrase": 4, + "headerIndex": 4, + "obj": 40, + "this._renderHeaders": 3, + "obj.length": 1, + "obj.push": 1, + "statusLine": 2, + "statusCode.toString": 1, + "this._expect_continue": 1, + "this._storeHeader": 2, + "ServerResponse.prototype.writeHeader": 1, + "this.writeHead.apply": 1, + "Agent": 5, + "self.options": 2, + "self.requests": 6, + "self.sockets": 3, + "self.maxSockets": 1, + "self.options.maxSockets": 1, + "Agent.defaultMaxSockets": 2, + "self.on": 1, + "host": 29, + "port": 29, + "localAddress": 15, + ".shift": 1, + ".onSocket": 1, + "socket.destroy": 10, + "self.createConnection": 2, + "net.createConnection": 3, + "exports.Agent": 1, + "Agent.prototype.defaultPort": 1, + "Agent.prototype.addRequest": 1, + "this.sockets": 9, + "this.maxSockets": 1, + "req.onSocket": 1, + "this.createSocket": 2, + "this.requests": 5, + "Agent.prototype.createSocket": 1, + "util._extend": 1, + "options.port": 4, + "options.host": 4, + "options.localAddress": 3, + "s": 290, + "onFree": 3, + "self.emit": 9, + "s.on": 4, + "onClose": 3, + "err": 5, + "self.removeSocket": 2, + "onRemove": 3, + "s.removeListener": 3, + "Agent.prototype.removeSocket": 1, + "index": 5, + ".indexOf": 2, + ".splice": 5, + ".emit": 1, + "globalAgent": 3, + "exports.globalAgent": 1, + "cb": 16, + "self.agent": 3, + "options.agent": 3, + "defaultPort": 3, + "options.defaultPort": 1, + "options.hostname": 1, + "options.setHost": 1, + "setHost": 2, + "self.socketPath": 4, + "options.socketPath": 1, + "method": 30, + "self.method": 3, + "options.method": 2, + ".toUpperCase": 3, + "self.path": 3, + "options.path": 2, + "self.once": 2, + "options.headers": 7, + "self.setHeader": 1, + "this.getHeader": 2, + "hostHeader": 3, + "this.setHeader": 2, + "options.auth": 2, + "//basic": 1, + "auth": 1, + "Buffer": 1, + "self.useChunkedEncodingByDefault": 2, + "self._storeHeader": 2, + "self.getHeader": 1, + "self._renderHeaders": 1, + "options.createConnection": 4, + "self.onSocket": 3, + "self.agent.addRequest": 1, + "conn": 3, + "self._deferToConnect": 1, + "self._flush": 1, + "exports.ClientRequest": 1, + "ClientRequest.prototype._implicitHeader": 1, + "this.path": 1, + "ClientRequest.prototype.abort": 1, + "this._deferToConnect": 3, + "createHangUpError": 3, + "error.code": 1, + "freeParser": 9, + "parser.socket.onend": 1, + "parser.socket.ondata": 1, + "parser.socket.parser": 1, + "parsers.free": 1, + "req.parser": 1, + "socketCloseListener": 2, + "socket.parser": 3, + "req.emit": 8, + "req.res": 8, + "req.res.readable": 1, + "req.res.emit": 1, + "res": 14, + "req.res._emitPending": 1, + "res._emitEnd": 1, + "res.emit": 1, + "req._hadError": 3, + "parser.finish": 6, + "socketErrorListener": 2, + "err.message": 1, + "err.stack": 1, + "socketOnEnd": 1, + "this._httpMessage": 3, + "this.parser": 2, + "socketOnData": 1, + "end": 14, + "parser.execute": 2, + "bytesParsed": 4, + "socket.ondata": 3, + "socket.onend": 3, + "bodyHead": 4, + "d.slice": 2, + "eventName": 21, + "req.listeners": 1, + "req.upgradeOrConnect": 1, + "socket.emit": 1, + "parserOnIncomingClient": 1, + "shouldKeepAlive": 4, + "res.upgrade": 1, + "skip": 5, + "isHeadResponse": 2, + "res.statusCode": 1, + "Clear": 1, + "so": 8, + "we": 25, + "don": 5, + "continue": 18, + "ve": 3, + "been": 5, + "upgraded": 1, + "via": 2, + "WebSockets": 1, + "also": 5, + "shouldn": 2, + "AGENT": 2, + "socket.destroySoon": 2, + "keep": 1, + "alive": 1, + "close": 2, + "free": 1, + "number": 13, + "an": 12, + "important": 1, + "promisy": 1, + "thing": 2, + "all": 16, + "the": 107, + "onSocket": 3, + "self.socket.writable": 1, + "self.socket": 5, + ".apply": 7, + "arguments_": 2, + "self.socket.once": 1, + "ClientRequest.prototype.setTimeout": 1, + "msecs": 4, + "this.once": 2, + "emitTimeout": 4, + "this.socket.setTimeout": 1, + "this.socket.once": 1, + "this.setTimeout": 3, + "sock": 1, + "ClientRequest.prototype.setNoDelay": 1, + "ClientRequest.prototype.setSocketKeepAlive": 1, + "ClientRequest.prototype.clearTimeout": 1, + "exports.request": 2, + "url.parse": 1, + "options.protocol": 3, + "exports.get": 1, + "req.end": 1, + "ondrain": 3, + "httpSocketSetup": 2, + "Server": 6, + "requestListener": 6, + "net.Server.call": 1, + "allowHalfOpen": 1, + "this.addListener": 2, + "this.httpAllowHalfOpen": 1, + "connectionListener": 3, + "net.Server": 1, + "exports.Server": 1, + "exports.createServer": 1, + "outgoing": 2, + "incoming": 2, + "abortIncoming": 3, + "incoming.length": 2, + "incoming.shift": 2, + "serverSocketCloseListener": 3, + "socket.setTimeout": 1, + "minute": 1, + "timeout": 2, + "socket.once": 1, + "parsers.alloc": 1, + "parser.reinitialize": 1, + "this.maxHeadersCount": 2, + "<<": 4, + "socket.addListener": 2, + "self.listeners": 2, + "req.socket": 1, + "self.httpAllowHalfOpen": 1, + "socket.writable": 2, + "socket.end": 2, + "outgoing.length": 2, + "._last": 1, + "socket._httpMessage._last": 1, + "incoming.push": 1, + "res.shouldKeepAlive": 1, + "DTRACE_HTTP_SERVER_REQUEST": 1, + "outgoing.push": 1, + "res.assignSocket": 1, + "res.on": 1, + "res.detachSocket": 1, + "res._last": 1, + "m": 76, + "outgoing.shift": 1, + "m.assignSocket": 1, + "req.headers": 2, + "continueExpression.test": 1, + "res._expect_continue": 1, + "res.writeContinue": 1, + "Not": 4, + "a": 1489, + "response.": 1, + "even": 3, + "exports._connectionListener": 1, + "Client": 6, + "this.host": 1, + "this.port": 1, + "maxSockets": 1, + "Client.prototype.request": 1, + "path": 5, + "self.host": 1, + "self.port": 1, + "c.on": 2, + "exports.Client": 1, + "module.deprecate": 2, + "exports.createClient": 1, + "cubes": 4, + "list": 21, + "math": 4, + "num": 23, + "opposite": 6, + "race": 4, + "square": 10, + "__slice": 2, + "Array.prototype.slice": 6, + "root": 5, + "Math.sqrt": 2, + "cube": 2, + "runners": 6, + "winner": 6, + "__slice.call": 2, + "print": 2, + "elvis": 4, + "_i": 10, + "_len": 6, + "_results": 6, + "list.length": 5, + "_results.push": 2, + "math.cube": 2, + ".slice": 6, + "window": 18, + "angular": 1, + "Array.prototype.last": 1, + "this.length": 41, + "app": 3, + "angular.module": 1, + "A": 24, + "w": 110, + "ma": 3, + "c.isReady": 4, + "try": 44, + "s.documentElement.doScroll": 2, + "catch": 38, + "c.ready": 7, + "Qa": 1, + "b.src": 4, + "c.ajax": 1, + "async": 5, + "dataType": 6, + "c.globalEval": 1, + "b.text": 3, + "b.textContent": 2, + "b.innerHTML": 3, + "b.parentNode": 4, + "b.parentNode.removeChild": 2, + "X": 6, + "f": 666, + "a.length": 23, + "o": 322, + "c.isFunction": 9, + "d.call": 3, + "J": 5, + ".getTime": 3, + "Y": 3, + "Z": 6, + "na": 1, + ".type": 2, + "c.event.handle.apply": 1, + "oa": 1, + "r": 261, + "c.data": 12, + "a.liveFired": 4, + "i.live": 1, + "a.button": 2, + "a.type": 14, + "u": 304, + "i.live.slice": 1, + "u.length": 3, + "i.origType.replace": 1, + "O": 6, + "f.push": 5, + "i.selector": 3, + "u.splice": 1, + "a.target": 5, + ".closest": 4, + "a.currentTarget": 4, + "j.length": 2, + ".selector": 1, + ".elem": 1, + "i.preType": 2, + "a.relatedTarget": 2, + "d.push": 1, + "elem": 101, + "handleObj": 2, + "d.length": 8, + "j.elem": 2, + "a.data": 2, + "j.handleObj.data": 1, + "a.handleObj": 2, + "j.handleObj": 1, + "j.handleObj.origHandler.apply": 1, + "pa": 1, + "b.replace": 3, + "/": 290, + "./g": 2, + ".replace": 38, + "/g": 37, + "qa": 1, + "a.parentNode": 6, + "a.parentNode.nodeType": 2, + "ra": 1, + "b.each": 1, + "this.nodeName": 4, + ".nodeName": 2, + "f.events": 1, + "e.handle": 2, + "e.events": 2, + "c.event.add": 1, + ".data": 3, + "sa": 2, + ".ownerDocument": 5, + "ta.test": 1, + "c.support.checkClone": 2, + "ua.test": 1, + "c.fragments": 2, + "b.createDocumentFragment": 1, + "c.clean": 1, + "fragment": 27, + "cacheable": 2, + "K": 4, + "c.each": 2, + "va.concat.apply": 1, + "va.slice": 1, + "wa": 1, + "a.document": 3, + "a.nodeType": 27, + "a.defaultView": 2, + "a.parentWindow": 2, + "c.fn.init": 1, + "Ra": 2, + "A.jQuery": 3, + "Sa": 2, + "A.": 3, + "A.document": 1, + "T": 4, + "Ta": 1, + "<[\\w\\W]+>": 4, + "|": 206, + "#": 13, + "Ua": 1, + ".": 91, + "Va": 1, + "S/": 4, + "Wa": 2, + "u00A0": 2, + "Xa": 1, + "<(\\w+)\\s*\\/?>": 4, + "<\\/\\1>": 4, + "P": 4, + "navigator.userAgent": 3, + "xa": 3, + "Q": 6, + "L": 10, + "Object.prototype.toString": 7, + "aa": 1, + "ba": 3, + "Array.prototype.push": 4, + "R": 2, + "ya": 2, + "Array.prototype.indexOf": 4, + "c.fn": 2, + "c.prototype": 1, + "init": 7, + "this.context": 17, + "s.body": 2, + "this.selector": 16, + "Ta.exec": 1, + "b.ownerDocument": 6, + "Xa.exec": 1, + "c.isPlainObject": 3, + "s.createElement": 10, + "c.fn.attr.call": 1, + "f.createElement": 1, + "a.cacheable": 1, + "a.fragment.cloneNode": 1, + "a.fragment": 1, + ".childNodes": 2, + "c.merge": 4, + "s.getElementById": 1, + "b.id": 1, + "T.find": 1, + "/.test": 19, + "s.getElementsByTagName": 2, + "b.jquery": 1, + ".find": 5, + "T.ready": 1, + "a.selector": 4, + "a.context": 2, + "c.makeArray": 3, + "selector": 40, + "jquery": 3, + "size": 6, + "toArray": 2, + "R.call": 2, + "get": 24, + "this.toArray": 3, + "this.slice": 5, + "pushStack": 4, + "c.isArray": 5, + "ba.apply": 1, + "f.prevObject": 1, + "f.context": 1, + "f.selector": 2, + "each": 17, + "ready": 31, + "c.bindReady": 1, + "a.call": 17, + "Q.push": 1, + "eq": 2, + "first": 10, + "this.eq": 4, + "last": 6, + "this.pushStack": 12, + "R.apply": 1, + ".join": 14, + "map": 7, + "c.map": 1, + "this.prevObject": 3, + "push": 11, + "sort": 4, + ".sort": 9, + "splice": 5, + "c.fn.init.prototype": 1, + "c.extend": 7, + "c.fn.extend": 4, + "noConflict": 4, + "isReady": 5, + "c.fn.triggerHandler": 1, + ".triggerHandler": 1, + "bindReady": 5, + "s.readyState": 2, + "s.addEventListener": 3, + "A.addEventListener": 1, + "s.attachEvent": 3, + "A.attachEvent": 1, + "A.frameElement": 1, + "isFunction": 12, + "isPlainObject": 4, + "a.setInterval": 2, + "a.constructor": 2, + "aa.call": 3, + "a.constructor.prototype": 2, + "isEmptyObject": 7, + "parseJSON": 4, + "c.trim": 3, + "a.replace": 7, + "@": 1, + "d*": 8, + "eE": 4, + "s*": 15, + "A.JSON": 1, + "A.JSON.parse": 2, + "Function": 3, + "c.error": 2, + "noop": 3, + "globalEval": 2, + "Va.test": 1, + "s.documentElement": 2, + "d.type": 2, + "c.support.scriptEval": 2, + "d.appendChild": 3, + "s.createTextNode": 2, + "d.text": 1, + "b.insertBefore": 3, + "b.firstChild": 5, + "b.removeChild": 3, + "nodeName": 20, + "a.nodeName": 12, + "a.nodeName.toUpperCase": 2, + "b.toUpperCase": 3, + "b.apply": 2, + "b.call": 4, + "trim": 5, + "makeArray": 3, + "ba.call": 1, + "inArray": 5, + "b.indexOf": 2, + "b.length": 12, + "merge": 2, + "grep": 6, + "f.length": 5, + "f.concat.apply": 1, + "guid": 5, + "proxy": 4, + "a.apply": 2, + "b.guid": 2, + "a.guid": 7, + "c.guid": 1, + "uaMatch": 3, + "a.toLowerCase": 4, + "webkit": 6, + "w.": 17, + "/.exec": 4, + "opera": 4, + ".*version": 4, + "msie": 4, + "/compatible/.test": 1, + "mozilla": 4, + ".*": 20, + "rv": 4, + "browser": 11, + "version": 10, + "c.uaMatch": 1, + "P.browser": 2, + "c.browser": 1, + "c.browser.version": 1, + "P.version": 1, + "c.browser.webkit": 1, + "c.browser.safari": 1, + "c.inArray": 2, + "ya.call": 1, + "s.removeEventListener": 1, + "s.detachEvent": 1, + "c.support": 2, + "d.style.display": 5, + "d.innerHTML": 2, + "d.getElementsByTagName": 6, + "e.length": 9, + "leadingWhitespace": 3, + "d.firstChild.nodeType": 1, + "tbody": 7, + "htmlSerialize": 3, + "style": 30, + "/red/.test": 1, + "j.getAttribute": 2, + "hrefNormalized": 3, + "opacity": 13, + "j.style.opacity": 1, + "cssFloat": 4, + "j.style.cssFloat": 1, + "checkOn": 4, + ".value": 1, + "optSelected": 3, + ".appendChild": 1, + ".selected": 1, + "parentNode": 10, + "d.removeChild": 1, + ".parentNode": 7, + "deleteExpando": 3, + "checkClone": 1, + "scriptEval": 1, + "noCloneEvent": 3, + "boxModel": 1, + "b.type": 4, + "b.appendChild": 1, + "a.insertBefore": 2, + "a.firstChild": 6, + "b.test": 1, + "c.support.deleteExpando": 2, + "a.removeChild": 2, + "d.attachEvent": 2, + "d.fireEvent": 1, + "c.support.noCloneEvent": 1, + "d.detachEvent": 1, + "d.cloneNode": 1, + ".fireEvent": 3, + "s.createDocumentFragment": 1, + "a.appendChild": 3, + "d.firstChild": 2, + "a.cloneNode": 3, + ".cloneNode": 4, + ".lastChild.checked": 2, + "k.style.width": 1, + "k.style.paddingLeft": 1, + "s.body.appendChild": 1, + "c.boxModel": 1, + "c.support.boxModel": 1, + "k.offsetWidth": 1, + "s.body.removeChild": 1, + ".style.display": 5, + "n.setAttribute": 1, + "c.support.submitBubbles": 1, + "c.support.changeBubbles": 1, + "c.props": 2, + "readonly": 3, + "maxlength": 2, + "cellspacing": 2, + "rowspan": 2, + "colspan": 2, + "tabindex": 4, + "usemap": 2, + "frameborder": 2, + "G": 11, + "Ya": 2, + "za": 3, + "cache": 45, + "expando": 14, + "noData": 3, + "embed": 3, + "applet": 2, + "c.noData": 2, + "a.nodeName.toLowerCase": 3, + "c.cache": 2, + "removeData": 8, + "c.isEmptyObject": 1, + "c.removeData": 2, + "c.expando": 2, + "a.removeAttribute": 3, + "this.each": 42, + "a.split": 4, + "this.triggerHandler": 6, + "this.trigger": 2, + ".each": 3, + "queue": 7, + "dequeue": 6, + "c.queue": 3, + "d.shift": 2, + "d.unshift": 2, + "f.call": 1, + "c.dequeue": 4, + "delay": 4, + "c.fx": 1, + "c.fx.speeds": 1, + "this.queue": 4, + "clearQueue": 2, + "Aa": 3, + "t": 436, + "ca": 6, + "Za": 2, + "r/g": 2, + "/href": 1, + "src": 7, + "style/": 1, + "ab": 1, + "button": 24, + "/i": 22, + "bb": 2, + "select": 20, + "textarea": 8, + "area": 2, + "Ba": 3, + "/radio": 1, + "checkbox/": 1, + "attr": 13, + "c.attr": 4, + "removeAttr": 5, + "this.nodeType": 4, + "this.removeAttribute": 1, + "addClass": 2, + "r.addClass": 1, + "r.attr": 1, + ".split": 19, + "e.nodeType": 7, + "e.className": 14, + "j.indexOf": 1, + "removeClass": 2, + "n.removeClass": 1, + "n.attr": 1, + "j.replace": 2, + "toggleClass": 2, + "j.toggleClass": 1, + "j.attr": 1, + "i.hasClass": 1, + "this.className": 10, + "hasClass": 2, + "": 1, + "className": 4, + "replace": 8, + "indexOf": 5, + "val": 13, + "c.nodeName": 4, + "b.attributes.value": 1, + ".specified": 1, + "b.value": 4, + "b.selectedIndex": 2, + "b.options": 1, + "": 1, + "i=": 31, + "selected": 5, + "a=": 23, + "test": 21, + "type": 49, + "support": 13, + "getAttribute": 3, + "on": 37, + "o=": 13, + "n=": 10, + "r=": 18, + "nodeType=": 6, + "call": 9, + "checked=": 1, + "this.selected": 1, + ".val": 5, + "this.selectedIndex": 1, + "this.value": 4, + "attrFn": 2, + "css": 7, + "html": 10, + "text": 14, + "width": 32, + "height": 25, + "offset": 21, + "c.attrFn": 1, + "c.isXMLDoc": 1, + "a.test": 2, + "ab.test": 1, + "a.getAttributeNode": 7, + ".nodeValue": 1, + "b.specified": 2, + "bb.test": 2, + "cb.test": 1, + "a.href": 2, + "c.support.style": 1, + "a.style.cssText": 3, + "a.setAttribute": 7, + "c.support.hrefNormalized": 1, + "a.getAttribute": 11, + "c.style": 1, + "db": 1, + "handle": 15, + "click": 11, + "events": 18, + "altKey": 4, + "attrChange": 4, + "attrName": 4, + "bubbles": 4, + "cancelable": 4, + "charCode": 7, + "clientX": 6, + "clientY": 5, + "ctrlKey": 6, + "currentTarget": 4, + "detail": 3, + "eventPhase": 4, + "fromElement": 6, + "handler": 14, + "keyCode": 6, + "layerX": 3, + "layerY": 3, + "metaKey": 5, + "newValue": 3, + "offsetX": 4, + "offsetY": 4, + "originalTarget": 1, + "pageX": 4, + "pageY": 4, + "prevValue": 3, + "relatedNode": 4, + "relatedTarget": 6, + "screenX": 4, + "screenY": 4, + "shiftKey": 4, + "srcElement": 5, + "toElement": 5, + "view": 4, + "wheelDelta": 3, + "which": 8, + "mouseover": 12, + "mouseout": 12, + "form": 12, + "click.specialSubmit": 2, + "submit": 14, + "image": 5, + "keypress.specialSubmit": 2, + "password": 5, + ".specialSubmit": 2, + "radio": 17, + "checkbox": 14, + "multiple": 7, + "_change_data": 6, + "focusout": 11, + "change": 16, + "file": 5, + ".specialChange": 4, + "focusin": 9, + "bind": 3, + "one": 15, + "unload": 5, + "live": 8, + "lastToggle": 4, + "die": 3, + "hover": 3, + "mouseenter": 9, + "mouseleave": 9, + "focus": 7, + "blur": 8, + "resize": 3, + "scroll": 6, + "dblclick": 3, + "mousedown": 3, + "mouseup": 3, + "mousemove": 3, + "keydown": 4, + "keypress": 4, + "keyup": 3, + "onunload": 1, + "g": 441, + "h": 499, + "q": 34, + "h.nodeType": 4, + "p": 110, + "S": 8, + "H": 8, + "M": 9, + "I": 7, + "f.exec": 2, + "p.push": 2, + "p.length": 10, + "r.exec": 1, + "n.relative": 5, + "ga": 2, + "p.shift": 4, + "n.match.ID.test": 2, + "k.find": 6, + "v.expr": 4, + "k.filter": 5, + "v.set": 5, + "expr": 2, + "p.pop": 4, + "set": 22, + "z": 21, + "h.parentNode": 3, + "D": 9, + "k.error": 2, + "j.call": 2, + ".nodeType": 9, + "E": 11, + "l.push": 2, + "l.push.apply": 1, + "k.uniqueSort": 5, + "B": 5, + "g.sort": 1, + "g.length": 2, + "g.splice": 2, + "k.matches": 1, + "n.order.length": 1, + "n.order": 1, + "n.leftMatch": 1, + ".exec": 2, + "q.splice": 1, + "y.substr": 1, + "y.length": 1, + "Syntax": 3, + "unrecognized": 3, + "expression": 4, + "ID": 8, + "NAME": 2, + "TAG": 2, + "u00c0": 2, + "uFFFF": 2, + "leftMatch": 2, + "attrMap": 2, + "attrHandle": 2, + "g.getAttribute": 1, + "relative": 4, + "W/.test": 1, + "h.toLowerCase": 2, + "": 1, + "previousSibling": 5, + "nth": 5, + "odd": 2, + "not": 26, + "reset": 2, + "contains": 8, + "only": 10, + "id": 38, + "class": 5, + "Array": 3, + "sourceIndex": 1, + "div": 28, + "script": 7, + "": 4, + "name=": 2, + "href=": 2, + "": 2, + "

": 2, + "

": 2, + ".TEST": 2, + "
": 3, + "CLASS": 1, + "HTML": 9, + "find": 7, + "filter": 10, + "nextSibling": 3, + "iframe": 3, + "": 1, + "": 1, + "
": 1, + "
": 1, + "": 4, + "
": 5, + "": 3, + "": 3, + "": 2, + "": 2, + "": 1, + "": 1, + "": 1, + "": 1, + "before": 8, + "after": 7, + "position": 7, + "absolute": 2, + "top": 12, + "left": 14, + "margin": 8, + "border": 7, + "px": 31, + "solid": 2, + "#000": 2, + "padding": 4, + "": 1, + "": 1, + "fixed": 1, + "marginTop": 3, + "marginLeft": 2, + "using": 5, + "borderTopWidth": 1, + "borderLeftWidth": 1, + "Left": 1, + "Top": 1, + "pageXOffset": 2, + "pageYOffset": 1, + "Height": 1, + "Width": 1, + "inner": 2, + "outer": 2, + "scrollTo": 1, + "CSS1Compat": 1, + "client": 3, "document": 26, "window.document": 2, "navigator": 3, "window.navigator": 2, "location": 2, + "window.location": 5, "jQuery": 48, "context": 48, "The": 9, "is": 67, "actually": 2, "just": 2, - "the": 107, - "init": 7, - "constructor": 8, "jQuery.fn.init": 2, "rootjQuery": 8, "Map": 4, "over": 7, - "case": 136, "of": 28, "overwrite": 4, "_jQuery": 4, - "window.jQuery": 7, "window.": 6, - "A": 24, "central": 2, "reference": 5, "simple": 3, "way": 2, "check": 8, - "HTML": 9, "strings": 8, - "or": 38, - "ID": 8, - "Prioritize": 1, - "#id": 3, - "": 1, - "avoid": 5, - "XSS": 1, - "via": 2, - "location.hash": 1, - "#9521": 1, + "both": 2, + "optimize": 3, "quickExpr": 2, - "<[\\w\\W]+>": 4, "Check": 10, "has": 9, "non": 8, @@ -28259,156 +30907,101 @@ "character": 3, "it": 112, "rnotwhite": 2, - "S/": 4, "Used": 3, "trimming": 2, "trimLeft": 4, "trimRight": 4, + "digits": 3, + "rdigit": 1, + "d/": 3, "Match": 3, "standalone": 2, "tag": 2, "rsingleTag": 2, - "<(\\w+)\\s*\\/?>": 4, - "<\\/\\1>": 4, + "JSON": 5, + "RegExp": 12, "rvalidchars": 2, "rvalidescape": 2, - "d*": 8, - "eE": 4, "rvalidbraces": 2, "Useragent": 2, "rwebkit": 2, - "webkit": 6, "ropera": 2, - "opera": 4, - ".*version": 4, "rmsie": 2, - "msie": 4, "rmozilla": 2, - "mozilla": 4, - "rv": 4, - "Matches": 1, - "dashed": 1, - "camelizing": 1, - "rdashAlpha": 1, - "z": 21, - "/ig": 3, - "rmsPrefix": 1, - "ms": 2, - "by": 12, - "jQuery.camelCase": 6, - "as": 11, - "fcamelCase": 1, - "letter": 3, - ".toUpperCase": 3, "Keep": 2, "UserAgent": 2, "use": 10, "with": 18, "jQuery.browser": 4, "userAgent": 3, - "navigator.userAgent": 3, "For": 5, "matching": 3, "engine": 2, "and": 42, - "version": 10, - "browser": 11, "browserMatch": 3, "deferred": 25, "used": 13, - "on": 37, "DOM": 21, - "ready": 31, "readyList": 6, "event": 31, "DOMContentLoaded": 14, "Save": 2, "some": 2, "core": 2, + "methods": 8, "toString": 4, - "Object.prototype.toString": 7, "hasOwn": 2, - "Object.prototype.hasOwnProperty": 6, - "push": 11, - "Array.prototype.push": 4, - "slice": 10, - "Array.prototype.slice": 6, - "trim": 5, "String.prototype.trim": 3, - "indexOf": 5, - "Array.prototype.indexOf": 4, "Class": 2, "pairs": 2, "class2type": 3, "jQuery.fn": 4, "jQuery.prototype": 2, - "elem": 101, - "ret": 62, + "match": 30, "doc": 4, "Handle": 14, "DOMElement": 2, "selector.nodeType": 2, - "this.context": 17, - "body": 22, - "element": 19, - "only": 10, "exists": 9, "once": 4, - "optimize": 3, "finding": 2, - "document.body": 8, - "this.selector": 16, "Are": 2, - "we": 25, "dealing": 2, - "an": 12, "selector.charAt": 4, "selector.length": 4, "Assume": 2, - "that": 33, - "end": 14, "are": 18, - "skip": 5, "regex": 3, "quickExpr.exec": 2, "Verify": 3, "no": 19, "was": 6, "specified": 4, + "#id": 3, "HANDLE": 2, - "html": 10, "array": 7, - "instanceof": 19, "context.ownerDocument": 2, "If": 21, "single": 2, "passed": 5, "clean": 3, - "not": 26, "like": 5, "method.": 3, - "sort": 4, - ".sort": 9, - "splice": 5, - ".splice": 5, "jQuery.fn.init.prototype": 2, "jQuery.extend": 11, "jQuery.fn.extend": 4, - "src": 7, "copy": 16, "copyIsArray": 2, "clone": 5, - "target": 44, - "length": 48, - "arguments.length": 18, "deep": 12, "situation": 2, + "boolean": 8, "when": 20, "something": 3, "possible": 3, "jQuery.isFunction": 6, + "extend": 13, "itself": 4, - "one": 15, "argument": 2, "Only": 5, "deal": 2, @@ -28420,24 +31013,20 @@ "never": 2, "ending": 2, "loop": 7, - "continue": 18, "Recurse": 2, "bring": 2, "Return": 2, "modified": 3, - "noConflict": 4, "Is": 2, "be": 12, "Set": 4, "occurs.": 2, - "isReady": 5, "counter": 2, "track": 2, "how": 2, "many": 3, "items": 2, "wait": 12, - "before": 8, "fires.": 2, "See": 9, "#6781": 2, @@ -28463,7 +31052,6 @@ "overzealous": 4, "ticket": 4, "#5443": 4, - "setTimeout": 19, "Remember": 2, "normal": 2, "Ready": 2, @@ -28474,20 +31062,18 @@ "functions": 6, "bound": 8, "execute": 4, - "readyList.fireWith": 1, + "readyList.resolveWith": 1, "Trigger": 2, "any": 12, "jQuery.fn.trigger": 2, ".trigger": 3, - ".off": 1, - "bindReady": 5, - "jQuery.Callbacks": 2, + ".unbind": 4, + "jQuery._Deferred": 3, "Catch": 2, "cases": 4, "where": 2, ".ready": 2, "called": 2, - "after": 7, "already": 6, "occurred.": 2, "document.readyState": 4, @@ -28495,12 +31081,10 @@ "allow": 6, "scripts": 2, "opportunity": 2, - "delay": 4, "Mozilla": 2, "Opera": 2, "nightlies": 3, "currently": 4, - "support": 13, "document.addEventListener": 6, "Use": 7, "handy": 2, @@ -28510,6 +31094,7 @@ "always": 6, "work": 6, "window.addEventListener": 2, + "model": 14, "document.attachEvent": 6, "ensure": 2, "firing": 16, @@ -28518,16 +31103,13 @@ "late": 2, "but": 4, "safe": 3, - "also": 5, "iframes": 2, "window.attachEvent": 2, "frame": 23, "continually": 2, "see": 6, "toplevel": 7, - "try": 44, "window.frameElement": 2, - "catch": 38, "document.documentElement.doScroll": 4, "doScrollCheck": 6, "test/unit/core.js": 2, @@ -28535,16 +31117,14 @@ "concerning": 2, "isFunction.": 2, "Since": 3, - "alert": 11, "aren": 5, "pass": 7, "through": 3, + "as": 11, "well": 2, - "obj": 40, "jQuery.type": 4, "obj.nodeType": 2, "jQuery.isWindow": 2, - "Not": 4, "own": 4, "property": 15, "must": 4, @@ -28552,95 +31132,20 @@ "obj.constructor": 2, "hasOwn.call": 6, "obj.constructor.prototype": 2, - "IE8": 2, - "Will": 2, - "exceptions": 2, - "certain": 2, - "host": 29, - "objects": 7, - "#9897": 1, "Own": 2, "properties": 7, "enumerated": 2, "firstly": 2, - "so": 8, "speed": 4, "up": 4, - "last": 6, "then": 8, "own.": 2, - "isEmptyObject": 7, "msg": 4, - "parseJSON": 4, - "data": 145, "leading/trailing": 2, "removed": 3, "can": 10, - "access": 2, - "elems": 9, - "fn": 14, - "value": 98, - "chainable": 4, - "emptyGet": 3, - "exec": 8, - "bulk": 3, - "elems.length": 1, - "Sets": 3, - "jQuery.access": 2, - "Optionally": 1, - "get": 24, - "executed": 1, - "Bulk": 1, - "operations": 1, - "iterate": 1, - "executing": 1, - "exec.call": 1, - "Otherwise": 2, - "they": 2, - "run": 1, - "against": 1, - "entire": 1, - "set": 22, - "fn.call": 2, - "value.call": 1, - "Gets": 2, - "now": 5, - "Date": 4, - ".getTime": 3, - "frowned": 1, - "upon.": 1, - "More": 1, - "http": 6, - "//docs.jquery.com/Utilities/jQuery.browser": 1, - "uaMatch": 3, - "ua": 6, - "ua.toLowerCase": 1, - "rwebkit.exec": 1, - "ropera.exec": 1, - "rmsie.exec": 1, - "ua.indexOf": 1, - "rmozilla.exec": 1, - "sub": 4, - "jQuerySub": 7, - "jQuerySub.fn.init": 2, - "jQuerySub.superclass": 1, - "jQuerySub.fn": 2, - "jQuerySub.prototype": 1, - "jQuerySub.fn.constructor": 1, - "jQuerySub.sub": 1, - "this.sub": 2, - "jQuery.fn.init.call": 1, - "rootjQuerySub": 2, - "jQuerySub.fn.init.prototype": 1, - "jQuery.each": 2, - ".split": 19, - "name.toLowerCase": 6, - "jQuery.uaMatch": 1, - "browserMatch.browser": 2, - "jQuery.browser.version": 1, - "browserMatch.version": 1, - "jQuery.browser.webkit": 1, - "jQuery.browser.safari": 1, + "breaking": 1, + "spaces": 3, "rnotwhite.test": 2, "xA0": 7, "document.removeEventListener": 2, @@ -28648,152 +31153,1934 @@ "trick": 2, "Diego": 2, "Perini": 2, + "http": 6, "//javascript.nwbox.com/IEContentLoaded/": 2, "waiting": 2, + "Promise": 1, + "promiseMethods": 3, + "Static": 1, + "sliceDeferred": 1, + "Create": 1, + "callbacks": 10, + "_Deferred": 4, + "stored": 4, + "args": 31, + "avoid": 5, + "doing": 3, + "flag": 1, + "know": 3, + "cancelled": 5, + "done": 10, + "f1": 1, + "f2": 1, + "...": 1, + "_fired": 5, + "args.length": 3, + "deferred.done.apply": 2, + "callbacks.push": 1, + "deferred.resolveWith": 5, + "resolve": 7, + "given": 3, + "resolveWith": 4, + "make": 2, + "available": 1, + "#8421": 1, + "callbacks.shift": 1, + "finally": 3, + "Has": 1, + "resolved": 1, + "isResolved": 3, + "Cancel": 1, + "cancel": 6, + "Full": 1, + "fledged": 1, + "two": 1, + "Deferred": 5, + "func": 3, + "failDeferred": 1, + "promise": 14, + "Add": 4, + "errorDeferred": 1, + "doneCallbacks": 2, + "failCallbacks": 2, + "deferred.done": 2, + ".fail": 2, + ".fail.apply": 1, + "fail": 10, + "failDeferred.done": 1, + "rejectWith": 2, + "failDeferred.resolveWith": 1, + "reject": 4, + "failDeferred.resolve": 1, + "isRejected": 2, + "failDeferred.isResolved": 1, + "pipe": 2, + "fnDone": 2, + "fnFail": 2, + "jQuery.Deferred": 1, + "newDefer": 3, + "jQuery.each": 2, + "fn": 14, + "action": 3, + "returned": 4, + "fn.apply": 1, + "returned.promise": 2, + ".then": 3, + "newDefer.resolve": 1, + "newDefer.reject": 1, + ".promise": 5, + "Get": 4, + "provided": 1, + "aspect": 1, + "added": 1, + "promiseMethods.length": 1, + "failDeferred.cancel": 1, + "deferred.cancel": 2, + "Unexpose": 1, + "Call": 1, + "func.call": 1, + "helper": 1, + "firstParam": 6, + "count": 4, + "<=>": 1, + "1": 97, + "resolveFunc": 2, + "sliceDeferred.call": 2, + "Strange": 1, + "bug": 3, + "FF4": 1, + "Values": 1, + "changed": 3, + "onto": 2, + "sometimes": 1, + "outside": 2, + ".when": 1, + "Cloning": 2, + "into": 2, + "fresh": 1, + "solves": 1, + "issue": 1, + "deferred.reject": 1, + "deferred.promise": 1, + "jQuery.support": 1, + "document.createElement": 26, + "documentElement": 2, + "document.documentElement": 2, + "opt": 2, + "marginDiv": 5, + "bodyStyle": 1, + "tds": 6, + "isSupported": 7, + "Preliminary": 1, + "tests": 48, + "div.setAttribute": 1, + "div.innerHTML": 7, + "div.getElementsByTagName": 6, + "Can": 2, + "automatically": 2, + "inserted": 1, + "insert": 1, + "them": 3, + "empty": 3, + "tables": 1, + "link": 2, + "elements": 9, + "serialized": 3, + "correctly": 1, + "innerHTML": 1, + "This": 3, + "requires": 1, + "wrapper": 1, + "information": 5, + "from": 7, + "uses": 3, + ".cssText": 2, + "instead": 6, + "/top/.test": 2, + "URLs": 1, + "optgroup": 5, + "opt.selected": 1, + "Test": 3, + "setAttribute": 1, + "camelCase": 3, + "class.": 1, + "works": 1, + "attrFixes": 1, + "get/setAttribute": 1, + "ie6/7": 1, + "getSetAttribute": 3, + "div.className": 1, + "Will": 2, + "defined": 3, + "later": 1, + "submitBubbles": 3, + "changeBubbles": 3, + "focusinBubbles": 2, + "inlineBlockNeedsLayout": 3, + "shrinkWrapBlocks": 2, + "reliableMarginRight": 2, + "checked": 4, + "status": 3, + "properly": 2, + "cloned": 1, + "input.checked": 1, + "support.noCloneChecked": 1, + "input.cloneNode": 1, + ".checked": 2, + "inside": 3, + "disabled": 11, + "selects": 1, + "Fails": 2, + "Internet": 1, + "Explorer": 1, + "div.test": 1, + "support.deleteExpando": 1, + "div.addEventListener": 1, + "div.attachEvent": 2, + "div.fireEvent": 1, + "node": 23, + "being": 2, + "appended": 2, + "input.value": 5, + "input.setAttribute": 5, + "support.radioValue": 2, + "div.appendChild": 4, + "document.createDocumentFragment": 3, + "fragment.appendChild": 2, + "div.firstChild": 3, + "WebKit": 9, + "doesn": 2, + "inline": 3, + "display": 7, + "none": 4, + "GC": 2, + "references": 1, + "across": 1, + "JS": 7, + "boundary": 1, + "isNode": 11, + "elem.nodeType": 8, + "nodes": 14, + "global": 5, + "attached": 1, + "directly": 2, + "occur": 1, + "jQuery.cache": 3, + "defining": 1, + "objects": 7, + "its": 2, + "allows": 1, + "code": 2, + "shortcut": 1, + "same": 1, + "jQuery.expando": 12, + "Avoid": 1, + "more": 6, + "than": 3, + "trying": 1, + "pvt": 8, + "internalKey": 12, + "getByName": 3, + "unique": 2, + "since": 1, + "their": 3, + "ends": 1, + "jQuery.uuid": 1, + "TODO": 2, + "hack": 2, + "ONLY.": 2, + "Avoids": 2, + "exposing": 2, + "metadata": 2, + "plain": 2, + ".toJSON": 4, + "jQuery.noop": 2, + "An": 1, + "jQuery.data": 15, + "key/value": 1, + "pair": 1, + "shallow": 1, + "copied": 1, + "existing": 1, + "thisCache": 15, + "Internal": 1, + "separate": 1, + "destroy": 1, + "unless": 2, + "internal": 8, + "had": 1, + "isEmptyDataObject": 3, + "internalCache": 3, + "Browsers": 1, + "deletion": 1, + "refuse": 1, + "expandos": 2, + "other": 3, + "browsers": 2, + "faster": 1, + "iterating": 1, + "persist": 1, + "existed": 1, + "Otherwise": 2, + "eliminate": 2, + "lookups": 2, + "entries": 2, + "longer": 2, + "exist": 2, + "does": 9, + "us": 2, + "nor": 2, + "have": 6, + "removeAttribute": 3, + "Document": 2, + "these": 2, + "jQuery.support.deleteExpando": 3, + "elem.removeAttribute": 6, + "only.": 2, + "_data": 3, + "determining": 3, + "acceptData": 3, + "elem.nodeName": 2, + "jQuery.noData": 2, + "elem.nodeName.toLowerCase": 2, + "elem.getAttribute": 7, + ".attributes": 2, + "attr.length": 2, + ".name": 3, + "name.indexOf": 2, + "jQuery.camelCase": 6, + "name.substring": 2, + "dataAttr": 6, + "parts": 28, + "key.split": 2, + "Try": 4, + "fetch": 4, + "internally": 5, + "jQuery.removeData": 2, + "nothing": 2, + "found": 10, + "HTML5": 3, + "attribute": 5, + "key.replace": 2, + "rmultiDash": 3, + ".toLowerCase": 7, + "jQuery.isNaN": 1, + "rbrace.test": 2, + "jQuery.parseJSON": 2, + "isn": 2, + "option.selected": 2, + "jQuery.support.optDisabled": 2, + "option.disabled": 2, + "option.getAttribute": 2, + "option.parentNode.disabled": 2, + "jQuery.nodeName": 3, + "option.parentNode": 2, + "specific": 2, + "We": 6, + "get/set": 2, + "attributes": 14, + "comment": 3, + "nType": 8, + "jQuery.attrFn": 2, + "Fallback": 2, + "prop": 24, + "supported": 2, + "jQuery.prop": 2, + "hooks": 14, + "notxml": 8, + "jQuery.isXMLDoc": 2, + "Normalize": 1, + "needed": 2, + "jQuery.attrFix": 2, + "jQuery.attrHooks": 2, + "boolHook": 3, + "rboolean.test": 4, + "value.toLowerCase": 2, + "formHook": 3, + "forms": 1, + "certain": 2, + "characters": 6, + "rinvalidChar.test": 1, + "jQuery.removeAttr": 2, + "hooks.set": 2, + "elem.setAttribute": 2, + "hooks.get": 2, + "Non": 3, + "existent": 2, + "normalize": 2, + "propName": 8, + "jQuery.support.getSetAttribute": 1, + "jQuery.attr": 2, + "elem.removeAttributeNode": 1, + "elem.getAttributeNode": 1, + "corresponding": 2, + "jQuery.propFix": 2, + "attrHooks": 3, + "tabIndex": 4, + "readOnly": 2, + "htmlFor": 2, + "maxLength": 2, + "cellSpacing": 2, + "cellPadding": 2, + "rowSpan": 2, + "colSpan": 2, + "useMap": 2, + "frameBorder": 2, + "contentEditable": 2, + "auto": 3, + "&": 13, + "getData": 3, + "setData": 3, + "changeData": 3, + "bubbling": 1, + "live.": 2, + "hasDuplicate": 1, + "baseHasDuplicate": 2, + "rBackslash": 1, + "rNonWord": 1, + "W/": 2, + "Sizzle": 1, + "results": 4, + "seed": 1, + "origContext": 1, + "context.nodeType": 2, + "checkSet": 1, + "extra": 1, + "cur": 6, + "pop": 1, + "prune": 1, + "contextXML": 1, + "Sizzle.isXML": 1, + "soFar": 1, + "Reset": 1, + "cy": 4, + "f.isWindow": 2, + "cv": 2, + "cj": 4, + ".appendTo": 2, + "b.css": 1, + "b.remove": 1, + "ck": 5, + "c.createElement": 12, + "ck.frameBorder": 1, + "ck.width": 1, + "ck.height": 1, + "c.body.appendChild": 1, + "cl": 3, + "ck.createElement": 1, + "ck.contentWindow": 1, + "ck.contentDocument": 1, + ".document": 1, + "cl.write": 1, + "cl.createElement": 1, + "cl.body.appendChild": 1, + "f.css": 24, + "c.body.removeChild": 1, + "cu": 18, + "f.each": 21, + "cp.concat.apply": 1, + "cp.slice": 1, + "ct": 34, + "cq": 3, + "cs": 3, + "f.now": 2, + "ci": 29, + "a.ActiveXObject": 3, + "ch": 58, + "a.XMLHttpRequest": 1, + "a.dataFilter": 2, + "a.dataType": 1, + "a.dataTypes": 2, + "a.converters": 3, + "o.split": 1, + "f.error": 4, + "m.replace": 1, + "a.contents": 1, + "a.responseFields": 1, + "f.shift": 1, + "a.mimeType": 1, + "c.getResponseHeader": 1, + ".test": 1, + "f.unshift": 2, + "b_": 4, + "f.isArray": 8, + "bF.test": 1, + "c.dataTypes": 1, + "h.length": 3, + "bU": 4, + "c.dataTypes.unshift": 1, + "bZ": 3, + "f.isFunction": 21, + "b.toLowerCase": 3, + "bQ": 3, + "h.substr": 1, + "bD": 3, + "bx": 2, + "a.offsetWidth": 6, + "a.offsetHeight": 2, + "bn": 2, + "f.ajax": 3, + "f.globalEval": 2, + "bf": 6, + "bm": 3, + "f.nodeName": 16, + "bl": 3, + "a.getElementsByTagName": 9, + "f.grep": 3, + "a.defaultChecked": 1, + "a.checked": 4, + "bk": 5, + "a.querySelectorAll": 1, + "bj": 3, + "b.nodeType": 6, + "b.clearAttributes": 2, + "b.mergeAttributes": 2, + "b.nodeName.toLowerCase": 1, + "b.outerHTML": 1, + "a.outerHTML": 1, + "b.selected": 1, + "a.defaultSelected": 1, + "b.defaultValue": 1, + "a.defaultValue": 1, + "b.defaultChecked": 1, + "b.checked": 1, + "a.value": 8, + "b.removeAttribute": 3, + "f.expando": 23, + "bi": 27, + "f.hasData": 2, + "f.data": 25, + "d.events": 1, + "f.extend": 23, + "": 1, + "bh": 1, + "table": 6, + "getElementsByTagName": 1, + "0": 220, + "appendChild": 1, + "ownerDocument": 9, + "createElement": 3, + "b=": 25, + "e=": 21, + "nodeType": 1, + "d=": 15, + "W": 3, + "N": 2, + "f._data": 15, + "r.live": 1, + "a.target.disabled": 1, + "a.namespace": 1, + "a.namespace.split": 1, + "r.live.slice": 1, + "s.length": 2, + "g.origType.replace": 1, + "q.push": 1, + "g.selector": 3, + "s.splice": 1, + "m.selector": 1, + "n.test": 2, + "g.namespace": 1, + "m.elem.disabled": 1, + "m.elem": 1, + "g.preType": 3, + "f.contains": 5, + "level": 3, + "m.level": 1, + "": 1, + "e.elem": 2, + "e.handleObj.data": 1, + "e.handleObj": 1, + "e.handleObj.origHandler.apply": 1, + "a.isPropagationStopped": 1, + "e.level": 1, + "a.isImmediatePropagationStopped": 1, + "e.type": 6, + "e.originalEvent": 1, + "e.liveFired": 1, + "f.event.handle.call": 1, + ".preventDefault": 1, + "F": 8, + "f.removeData": 4, + "i.resolve": 1, + "c.replace": 4, + "f.isNaN": 3, + "i.test": 1, + "f.parseJSON": 2, + "a.navigator": 1, + "a.location": 1, + "e.isReady": 1, + "c.documentElement.doScroll": 2, + "e.ready": 6, + "e.fn.init": 1, + "a.jQuery": 2, + "a.": 2, + "d.userAgent": 1, + "C": 4, + "e.fn": 2, + "e.prototype": 1, + "c.body": 4, + "a.charAt": 2, + "i.exec": 1, + "d.ownerDocument": 1, + "n.exec": 1, + "e.isPlainObject": 1, + "e.fn.attr.call": 1, + "k.createElement": 1, + "e.buildFragment": 1, + "j.cacheable": 1, + "e.clone": 1, + "j.fragment": 2, + "e.merge": 3, + "c.getElementById": 1, + "h.id": 1, + "f.find": 2, + "d.jquery": 1, + "e.isFunction": 5, + "f.ready": 1, + "e.makeArray": 1, + "D.call": 4, + "e.isArray": 2, + "C.apply": 1, + "d.prevObject": 1, + "d.context": 2, + "d.selector": 2, + "e.each": 2, + "e.bindReady": 1, + "y.done": 1, + "D.apply": 1, + "e.map": 1, + "e.fn.init.prototype": 1, + "e.extend": 2, + "e.fn.extend": 1, + "": 1, + "f=": 13, + "g=": 15, + "h=": 19, + "jQuery=": 2, + "isReady=": 1, + "y.resolveWith": 1, + "e.fn.trigger": 1, + "e._Deferred": 1, + "c.readyState": 2, + "c.addEventListener": 4, + "a.addEventListener": 4, + "c.attachEvent": 3, + "a.attachEvent": 6, + "a.frameElement": 1, + "isWindow": 2, + "isNaN": 6, + "m.test": 1, + "String": 2, + "A.call": 1, + "e.isWindow": 2, + "B.call": 3, + "e.trim": 1, + "a.JSON": 1, + "a.JSON.parse": 2, + "o.test": 1, + "e.error": 2, + "parseXML": 1, + "a.DOMParser": 1, + "DOMParser": 1, + "d.parseFromString": 1, + "ActiveXObject": 1, + "c.async": 4, + "c.loadXML": 1, + "c.documentElement": 4, + "d.nodeName": 4, + "j.test": 3, + "a.execScript": 1, + "a.eval.call": 1, + "c.apply": 2, + "c.call": 3, + "E.call": 1, + "C.call": 1, + "F.call": 1, + "c.length": 8, + "": 1, + "j=": 14, + "k=": 11, + "h.concat.apply": 1, + "f.concat": 1, + "g.guid": 3, + "e.guid": 3, + "access": 2, + "e.access": 1, + "now": 5, + "s.exec": 1, + "t.exec": 1, + "u.exec": 1, + "a.indexOf": 2, + "v.exec": 1, + "sub": 4, + "a.fn.init": 2, + "a.superclass": 1, + "a.fn": 2, + "a.prototype": 1, + "a.fn.constructor": 1, + "a.sub": 1, + "this.sub": 2, + "e.fn.init.call": 1, + "a.fn.init.prototype": 1, + "e.uaMatch": 1, + "x.browser": 2, + "e.browser": 1, + "e.browser.version": 1, + "x.version": 1, + "e.browser.webkit": 1, + "e.browser.safari": 1, + "c.removeEventListener": 2, + "c.detachEvent": 1, + "": 1, + "c=": 24, + "shift": 1, + "apply": 8, + "h.call": 2, + "g.resolveWith": 3, + "<=1&&a&&f.isFunction(a.promise)?a:f.Deferred();if(d>": 1, + "g.reject": 1, + "g.promise": 1, + "f.support": 2, + "a.innerHTML": 7, + "f.appendChild": 1, + "a.firstChild.nodeType": 2, + "e.getAttribute": 2, + "e.style.opacity": 1, + "e.style.cssFloat": 1, + "h.value": 3, + "g.selected": 1, + "a.className": 1, + "h.checked": 2, + "j.noCloneChecked": 1, + "h.cloneNode": 1, + "f.disabled": 1, + "j.optDisabled": 1, + "g.disabled": 1, + "j.deleteExpando": 1, + "a.fireEvent": 1, + "j.noCloneEvent": 1, + "a.detachEvent": 1, + "h.setAttribute": 2, + "j.radioValue": 1, + "c.createDocumentFragment": 1, + "k.appendChild": 1, + "j.checkClone": 1, + "k.cloneNode": 1, + "a.style.width": 1, + "a.style.paddingLeft": 1, + "visibility": 3, + "background": 56, + "l.style": 1, + "l.appendChild": 1, + "j.appendChecked": 1, + "j.boxModel": 1, + "a.style": 8, + "a.style.display": 3, + "a.style.zoom": 1, + "j.inlineBlockNeedsLayout": 1, + "j.shrinkWrapBlocks": 1, + ".offsetHeight": 4, + "j.reliableHiddenOffsets": 1, + "c.defaultView": 2, + "c.defaultView.getComputedStyle": 3, + "i.style.width": 1, + "i.style.marginRight": 1, + "j.reliableMarginRight": 1, + "parseInt": 12, + "marginRight": 2, + ".marginRight": 2, + "l.innerHTML": 1, + "f.boxModel": 1, + "f.support.boxModel": 4, + "uuid": 2, + "f.fn.jquery": 1, + "Math.random": 2, + "D/g": 2, + "hasData": 2, + "f.cache": 5, + "f.acceptData": 4, + "f.uuid": 1, + "f.noop": 4, + "f.camelCase": 5, + ".events": 1, + "f.support.deleteExpando": 3, + "f.noData": 2, + "f.fn.extend": 9, + "g.indexOf": 2, + "g.substring": 1, + "b.triggerHandler": 2, + "_mark": 2, + "_unmark": 3, + "f.makeArray": 5, + "e.push": 3, + "f.queue": 3, + "c.shift": 2, + "c.unshift": 1, + "f.dequeue": 4, + "f.fx": 2, + "f.fx.speeds": 1, + "d.resolveWith": 1, + "f.Deferred": 2, + "f._Deferred": 2, + "l.done": 1, + "d.promise": 1, + "rea": 1, + "autofocus": 1, + "autoplay": 1, + "controls": 1, + "defer": 1, + "required": 1, + "scoped": 1, + "f.access": 3, + "f.attr": 2, + "f.removeAttr": 3, + "f.prop": 2, + "removeProp": 1, + "f.propFix": 6, + "c.addClass": 1, + "f.trim": 2, + "c.removeClass": 1, + "g.nodeType": 6, + "g.className": 4, + "h.replace": 2, + "d.toggleClass": 1, + "d.attr": 1, + "h.hasClass": 1, + "": 1, + "f.valHooks": 7, + "e.nodeName.toLowerCase": 1, + "c.get": 1, + "e.value": 1, + "e.val": 1, + "f.map": 5, + "this.nodeName.toLowerCase": 1, + "this.type": 3, + "c.set": 1, + "valHooks": 1, + "a.attributes.value": 1, + "a.text": 1, + "a.selectedIndex": 3, + "a.options": 2, + "": 3, + "optDisabled": 1, + "selected=": 1, + "attrFix": 1, + "f.attrFn": 3, + "f.isXMLDoc": 4, + "f.attrFix": 3, + "f.attrHooks": 5, + "t.test": 2, + "d.toLowerCase": 1, + "c.toLowerCase": 4, + "u.test": 1, + "i.set": 1, + "i.get": 1, + "f.support.getSetAttribute": 2, + "a.removeAttributeNode": 1, + "q.test": 1, + "f.support.radioValue": 1, + "c.specified": 1, + "c.value": 1, + "r.test": 1, + "s.test": 1, + "propFix": 1, + "cellpadding": 1, + "contenteditable": 1, + "f.propHooks": 1, + "h.set": 1, + "h.get": 1, + "propHooks": 1, + "f.attrHooks.value": 1, + "v.get": 1, + "f.attrHooks.name": 1, + "f.valHooks.button": 1, + "d.nodeValue": 3, + "f.support.hrefNormalized": 1, + "f.support.style": 1, + "f.attrHooks.style": 1, + "a.style.cssText.toLowerCase": 1, + "f.support.optSelected": 1, + "f.propHooks.selected": 2, + "b.parentNode.selectedIndex": 1, + "f.support.checkOn": 1, + "f.inArray": 4, + "s.": 1, + "f.event": 2, + "d.handler": 1, + "g.handler": 1, + "d.guid": 4, + "f.guid": 3, + "i.events": 2, + "i.handle": 2, + "f.event.triggered": 3, + "f.event.handle.apply": 1, + "k.elem": 2, + "c.split": 2, + "l.indexOf": 1, + "l.split": 1, + "n.shift": 1, + "h.namespace": 2, + "n.slice": 1, + "h.type": 1, + "h.guid": 2, + "f.event.special": 5, + "p.setup": 1, + "p.setup.call": 1, + "p.add": 1, + "p.add.call": 1, + "h.handler.guid": 2, + "o.push": 1, + "f.event.global": 2, + "remove": 9, + "s.events": 1, + "c.type": 9, + "c.handler": 1, + "c.charAt": 1, + "f.event.remove": 5, + "h.indexOf": 3, + "h.split": 2, + "m.shift": 1, + "m.slice": 1, + "q.namespace": 1, + "q.handler": 1, + "p.splice": 1, + "": 1, + "u=": 12, + "elem=": 4, + "customEvent": 1, + "trigger": 4, + "h.slice": 1, + "i.shift": 1, + "i.sort": 1, + "f.event.customEvent": 1, + "f.Event": 2, + "c.exclusive": 2, + "c.namespace": 2, + "i.join": 2, + "c.namespace_re": 1, + "c.preventDefault": 3, + "c.stopPropagation": 1, + "b.events": 4, + "f.event.trigger": 6, + "b.handle.elem": 2, + "c.result": 3, + "c.target": 3, + "do": 15, + "c.currentTarget": 2, + "m.apply": 1, + "k.parentNode": 1, + "k.ownerDocument": 1, + "c.target.ownerDocument": 1, + "c.isPropagationStopped": 1, + "c.isDefaultPrevented": 2, + "o._default": 1, + "o._default.call": 1, + "e.ownerDocument": 1, + "f.event.fix": 2, + "a.event": 1, + "Array.prototype.slice.call": 1, + "namespace_re": 1, + "namespace": 1, + "handler=": 1, + "data=": 2, + "handleObj=": 1, + "result=": 1, + "preventDefault": 4, + "stopPropagation": 5, + "isImmediatePropagationStopped": 2, + "props": 21, + "split": 4, + "fix": 1, + "Event": 3, + "target=": 2, + "relatedTarget=": 1, + "fromElement=": 1, + "pageX=": 2, + "scrollLeft": 2, + "clientLeft": 2, + "pageY=": 1, + "scrollTop": 2, + "clientTop": 2, + "which=": 3, + "metaKey=": 1, + "2": 66, + "3": 13, + "4": 4, + "1e8": 1, + "special": 3, + "setup": 5, + "teardown": 6, + "origType": 2, + "beforeunload": 1, + "onbeforeunload=": 3, + "removeEvent=": 1, + "removeEventListener": 3, + "detachEvent": 2, + "Event=": 1, + "originalEvent=": 1, + "type=": 5, + "isDefaultPrevented=": 2, + "defaultPrevented": 1, + "returnValue=": 2, + "getPreventDefault": 2, + "timeStamp=": 1, + "prototype=": 2, + "originalEvent": 2, + "isPropagationStopped=": 1, + "cancelBubble=": 1, + "stopImmediatePropagation": 1, + "isImmediatePropagationStopped=": 1, + "isDefaultPrevented": 1, + "isPropagationStopped": 1, + "G=": 1, + "H=": 1, + "submit=": 1, + "specialSubmit": 3, + "closest": 3, + "keyCode=": 1, + "J=": 1, + "selectedIndex": 1, + "a.selected": 1, + "z.test": 3, + "d.readOnly": 1, + "c.liveFired": 1, + "f.event.special.change": 1, + "filters": 1, + "beforedeactivate": 1, + "K.call": 2, + "a.keyCode": 2, + "beforeactivate": 1, + "f.event.add": 2, + "f.event.special.change.filters": 1, + "I.focus": 1, + "I.beforeactivate": 1, + "f.support.focusinBubbles": 1, + "c.originalEvent": 1, + "a.preventDefault": 3, + "f.fn": 9, + "e.apply": 1, + "this.one": 1, + "unbind": 2, + "this.unbind": 2, + "delegate": 1, + "this.live": 1, + "undelegate": 1, + "this.die": 1, + "triggerHandler": 1, + "%": 26, + ".guid": 1, + "this.click": 1, + "this.mouseenter": 1, + ".mouseleave": 1, + "g.charAt": 1, + "n.unbind": 1, + "y.exec": 1, + "a.push": 2, + "n.length": 1, + "": 1, + "this.bind": 2, + "": 2, + "sizcache=": 4, + "sizset": 2, + "sizset=": 2, + "toLowerCase": 3, + "d.nodeType": 5, + "k.isXML": 4, + "a.exec": 2, + "x.push": 1, + "x.length": 8, + "m.exec": 1, + "l.relative": 6, + "x.shift": 4, + "l.match.ID.test": 2, + "q.expr": 4, + "q.set": 4, + "x.pop": 4, + "d.parentNode": 4, + "e.call": 1, + "f.push.apply": 1, + "k.contains": 5, + "a.sort": 1, + "": 1, + "matches=": 1, + "matchesSelector=": 1, + "l.order.length": 1, + "l.order": 1, + "l.leftMatch": 1, + "j.substr": 1, + "": 1, + "__sizzle__": 1, + "sizzle": 1, + "l.match.PSEUDO.test": 1, + "a.document.nodeType": 1, + "a.getElementsByClassName": 3, + "a.lastChild.className": 1, + "l.order.splice": 1, + "l.find.CLASS": 1, + "b.getElementsByClassName": 2, + "c.documentElement.contains": 1, + "a.contains": 2, + "c.documentElement.compareDocumentPosition": 1, + "a.compareDocumentPosition": 1, + "a.ownerDocument": 1, + ".documentElement": 1, + "b.nodeName": 2, + "l.match.PSEUDO.exec": 1, + "l.match.PSEUDO": 1, + "f.expr": 4, + "k.selectors": 1, + "f.expr.filters": 3, + "f.unique": 4, + "f.text": 2, + "k.getText": 1, + "/Until": 1, + "parents": 2, + "prevUntil": 2, + "prevAll": 2, + "U": 1, + "f.expr.match.POS": 1, + "V": 2, + "children": 3, + "contents": 4, + "next": 9, + "prev": 2, + ".filter": 2, + "": 1, + "e.splice": 1, + "this.filter": 2, + "": 1, + "": 1, + ".is": 2, + "c.push": 3, + "g.parentNode": 2, + "U.test": 1, + "": 1, + "f.find.matchesSelector": 2, + "g.ownerDocument": 1, + "this.parent": 2, + ".children": 1, + "a.jquery": 2, + "f.merge": 2, + "this.get": 1, + "andSelf": 1, + "this.add": 1, + "f.dir": 6, + "parentsUntil": 1, + "f.nth": 2, + "nextAll": 1, + "nextUntil": 1, + "siblings": 1, + "f.sibling": 2, + "a.parentNode.firstChild": 1, + "a.contentDocument": 1, + "a.contentWindow.document": 1, + "a.childNodes": 1, + "T.call": 1, + "P.test": 1, + "f.filter": 2, + "R.test": 1, + "Q.test": 1, + "e.reverse": 1, + "g.join": 1, + "f.find.matches": 1, + "dir": 1, + "sibling": 1, + "a.nextSibling": 1, + "<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\\w:]+)[^>": 1, + "/ig": 3, + "tbody/i": 1, + "bc": 1, + "bd": 1, + "/checked": 1, + "s*.checked.": 1, + "java": 1, + "ecma": 1, + "script/i": 1, + "CDATA": 1, + "bg": 3, + "legend": 1, + "thead": 2, + "tr": 23, + "td": 3, + "col": 7, + "_default": 5, + "bg.optgroup": 1, + "bg.option": 1, + "bg.tbody": 1, + "bg.tfoot": 1, + "bg.colgroup": 1, + "bg.caption": 1, + "bg.thead": 1, + "bg.th": 1, + "bg.td": 1, + "f.support.htmlSerialize": 1, + "bg._default": 2, + "c.text": 2, + "this.empty": 3, + ".append": 6, + ".createTextNode": 1, + "wrapAll": 1, + ".wrapAll": 2, + ".eq": 1, + ".clone": 1, + "b.map": 1, + "wrapInner": 1, + ".wrapInner": 1, + "b.contents": 1, + "c.wrapAll": 1, + "b.append": 1, + "wrap": 2, + "unwrap": 1, + ".replaceWith": 1, + "this.childNodes": 1, + ".end": 1, + "append": 1, + "this.domManip": 4, + "this.appendChild": 1, + "prepend": 1, + "this.insertBefore": 1, + "this.firstChild": 1, + "this.parentNode.insertBefore": 2, + "a.push.apply": 2, + "this.nextSibling": 2, + ".toArray": 1, + "f.cleanData": 4, + "d.parentNode.removeChild": 1, + "b.getElementsByTagName": 1, + "this.map": 3, + "f.clone": 2, + ".innerHTML.replace": 1, + "bc.test": 2, + "f.support.leadingWhitespace": 2, + "Z.test": 2, + "_.exec": 2, + ".getElementsByTagName": 2, + ".innerHTML": 3, + "c.html": 3, + "replaceWith": 1, + "c.replaceWith": 1, + ".detach": 1, + "this.parentNode": 1, + ".remove": 2, + ".before": 1, + "detach": 1, + "this.remove": 1, + "domManip": 1, + "f.support.checkClone": 2, + "bd.test": 2, + ".domManip": 1, + "g.html": 1, + "g.domManip": 1, + "j.parentNode": 1, + "f.support.parentNode": 1, + "i.nodeType": 1, + "i.childNodes.length": 1, + "f.buildFragment": 2, + "e.fragment": 1, + "h.childNodes.length": 1, + "h.firstChild": 2, + "": 1, + "k.length": 2, + ".charAt": 1, + "f.fragments": 3, + "i.createDocumentFragment": 1, + "f.clean": 1, + "appendTo": 1, + "prependTo": 1, + "insertBefore": 1, + "insertAfter": 1, + "replaceAll": 1, + "g.childNodes.length": 1, + "this.clone": 1, + ".get": 3, + "d.concat": 1, + "e.selector": 1, + "f.support.noCloneEvent": 1, + "f.support.noCloneChecked": 1, + "b.createElement": 2, + "b.createTextNode": 2, + "k.replace": 2, + "o.innerHTML": 1, + "o.lastChild": 1, + "f.support.tbody": 1, + "ba.test": 1, + "o.firstChild": 2, + "o.firstChild.childNodes": 1, + "o.childNodes": 2, + "q.length": 1, + ".childNodes.length": 1, + ".parentNode.removeChild": 2, + "o.insertBefore": 1, + "Z.exec": 1, + "f.support.appendChecked": 1, + "k.nodeType": 1, + "h.push": 1, + "be.test": 1, + ".type.toLowerCase": 1, + "h.splice.apply": 1, + ".concat": 3, + "cleanData": 1, + "j.nodeName": 1, + "j.nodeName.toLowerCase": 1, + "f.removeEvent": 1, + "b.handle": 2, + "j.removeAttribute": 2, + "bo": 2, + "/alpha": 1, + "bp": 1, + "/opacity": 1, + "bq": 2, + "br": 19, + "ms": 2, + "bs": 2, + "bt": 42, + "bu": 11, + "bv": 2, + "de": 1, + "bw": 2, + "bz": 7, + "bA": 3, + "bB": 5, + "bC": 2, + "f.fn.css": 1, + "f.style": 4, + "cssHooks": 1, + "a.style.opacity": 2, + "cssNumber": 3, + "zIndex": 1, + "fontWeight": 1, + "zoom": 1, + "lineHeight": 1, + "widows": 1, + "orphans": 1, + "cssProps": 1, + "f.support.cssFloat": 1, + "f.cssHooks": 3, + "f.cssProps": 2, + "k.get": 1, + "bu.test": 1, + "d.replace": 1, + "f.cssNumber": 1, + "k.set": 1, + "g.get": 1, + "swap": 1, + "f.curCSS": 1, + "f.swap": 2, + "<0||e==null){e=a.style[b];return>": 1, + "0px": 1, + "f.support.opacity": 1, + "f.cssHooks.opacity": 1, + "bp.test": 1, + "a.currentStyle": 4, + "a.currentStyle.filter": 1, + "a.style.filter": 1, + "RegExp.": 1, + "c.zoom": 1, + "b*100": 1, + "d.filter": 1, + "c.filter": 2, + "bo.test": 1, + "g.replace": 1, + "f.support.reliableMarginRight": 1, + "f.cssHooks.marginRight": 1, + "a.style.marginRight": 1, + "a.ownerDocument.defaultView": 1, + "e.getComputedStyle": 1, + "g.getPropertyValue": 1, + "a.ownerDocument.documentElement": 1, + "c.documentElement.currentStyle": 1, + "a.runtimeStyle": 2, + "bs.test": 1, + "bt.test": 1, + "f.left": 3, + "a.runtimeStyle.left": 2, + "a.currentStyle.left": 1, + "f.pixelLeft": 1, + "f.expr.filters.hidden": 2, + "f.support.reliableHiddenOffsets": 1, + "f.expr.filters.visible": 1, + "bE": 2, + "bF": 1, + "bG": 3, + "n/g": 1, + "bH": 2, + "/#.*": 1, + "bI": 1, + "/mg": 1, + "bJ": 1, + "color": 4, + "date": 1, + "datetime": 1, + "email": 2, + "month": 1, + "range": 2, + "search": 5, + "tel": 2, + "time": 1, + "week": 1, + "bK": 1, + "about": 1, + "storage": 1, + "extension": 1, + "widget": 1, + "bL": 1, + "GET": 1, + "bM": 2, + "bN": 2, + "bO": 2, + "<\\/script>": 2, + "/gi": 2, + "bP": 1, + "bR": 2, + "*/": 2, + "bS": 1, + "bT": 2, + "f.fn.load": 1, + "bV": 3, + "bW": 5, + "bX": 8, + "e.href": 1, + "bY": 1, + "bW.href": 2, + "bS.exec": 1, + "bW.toLowerCase": 1, + "bT.apply": 1, + "a.slice": 2, + "f.param": 2, + "f.ajaxSettings.traditional": 2, + "complete": 6, + "a.responseText": 1, + "a.isResolved": 1, + "a.done": 1, + "i.html": 1, + "i.each": 1, + "serialize": 1, + "this.serializeArray": 1, + "serializeArray": 1, + "this.elements": 2, + "this.disabled": 1, + "this.checked": 1, + "bP.test": 1, + "bJ.test": 1, + ".map": 1, + "b.name": 2, + "success": 2, + "getScript": 1, + "f.get": 2, + "getJSON": 1, + "ajaxSetup": 1, + "f.ajaxSettings": 4, + "ajaxSettings": 1, + "isLocal": 1, + "bK.test": 1, + "contentType": 4, + "processData": 3, + "accepts": 5, + "xml": 3, + "json": 2, + "/xml/": 1, + "/html/": 1, + "/json/": 1, + "responseFields": 1, + "converters": 2, + "a.String": 1, + "f.parseXML": 1, + "ajaxPrefilter": 1, + "ajaxTransport": 1, + "ajax": 2, + "clearTimeout": 2, + "v.readyState": 1, + "d.ifModified": 1, + "v.getResponseHeader": 2, + "f.lastModified": 1, + "f.etag": 1, + "v.status": 1, + "v.statusText": 1, + "h.resolveWith": 1, + "h.rejectWith": 1, + "v.statusCode": 2, + "g.trigger": 2, + "i.resolveWith": 1, + "f.active": 1, + "f.ajaxSetup": 3, + "d.statusCode": 1, + "readyState": 1, + "setRequestHeader": 6, + "getAllResponseHeaders": 1, + "getResponseHeader": 1, + "bI.exec": 1, + "overrideMimeType": 1, + "d.mimeType": 1, + "abort": 4, + "p.abort": 1, + "h.promise": 1, + "v.success": 1, + "v.done": 1, + "v.error": 1, + "v.fail": 1, + "v.complete": 1, + "i.done": 1, + "<2)for(b>": 1, + "url=": 1, + "dataTypes=": 1, + "crossDomain=": 2, + "exec": 8, + "80": 2, + "443": 2, + "param": 3, + "traditional": 1, + "s=": 12, + "t=": 19, + "toUpperCase": 1, + "hasContent=": 1, + "active": 2, + "ajaxStart": 1, + "hasContent": 2, + "cache=": 1, + "x=": 1, + "y=": 5, + "1_=": 1, + "_=": 1, + "Content": 1, + "Type": 1, + "ifModified": 1, + "lastModified": 3, + "Modified": 1, + "etag": 3, + "None": 1, + "Accept": 1, + "dataTypes": 4, + "q=": 1, + "01": 1, + "beforeSend": 2, + "p=": 5, + "No": 1, + "Transport": 1, + "readyState=": 1, + "ajaxSend": 1, + "v.abort": 1, + "d.timeout": 1, + "p.send": 1, + "encodeURIComponent": 2, + "f.isPlainObject": 1, + "d.join": 1, + "cc": 2, + "cd": 3, + "jsonp": 1, + "jsonpCallback": 1, + "f.ajaxPrefilter": 2, + "b.contentType": 1, + "b.data": 5, + "b.dataTypes": 2, + "b.jsonp": 3, + "cd.test": 2, + "b.url": 4, + "b.jsonpCallback": 4, + "d.always": 1, + "b.converters": 1, + "/javascript": 1, + "ecmascript/": 1, + "a.cache": 2, + "a.crossDomain": 2, + "a.global": 1, + "f.ajaxTransport": 2, + "c.head": 1, + "c.getElementsByTagName": 1, + "send": 2, + "d.async": 1, + "a.scriptCharset": 2, + "d.charset": 1, + "d.src": 1, + "a.url": 1, + "d.onload": 3, + "d.onreadystatechange": 2, + "d.readyState": 2, + "/loaded": 1, + "complete/.test": 1, + "e.removeChild": 1, + "e.insertBefore": 1, + "e.firstChild": 1, + "ce": 6, + "cg": 7, + "cf": 7, + "f.ajaxSettings.xhr": 2, + "this.isLocal": 1, + "cors": 1, + "f.support.ajax": 1, + "c.crossDomain": 3, + "f.support.cors": 1, + "c.xhr": 1, + "c.username": 2, + "h.open": 2, + "c.url": 2, + "c.password": 1, + "c.xhrFields": 3, + "c.mimeType": 2, + "h.overrideMimeType": 2, + "h.setRequestHeader": 1, + "h.send": 1, + "c.hasContent": 1, + "h.readyState": 3, + "h.onreadystatechange": 2, + "h.abort": 1, + "h.status": 1, + "h.getAllResponseHeaders": 1, + "h.responseXML": 1, + "n.documentElement": 1, + "m.xml": 1, + "m.text": 2, + "h.responseText": 1, + "h.statusText": 1, + "c.isLocal": 1, + ".unload": 1, + "cm": 2, + "cn": 1, + "co": 5, + "cp": 1, + "cr": 20, + "a.webkitRequestAnimationFrame": 1, + "a.mozRequestAnimationFrame": 1, + "a.oRequestAnimationFrame": 1, + "this.animate": 2, + "d.style": 3, + ".style": 1, + "": 1, + "_toggle": 2, + "animate": 4, + "fadeTo": 1, + "queue=": 2, + "animatedProperties=": 1, + "animatedProperties": 2, + "specialEasing": 2, + "easing": 3, + "swing": 2, + "overflow=": 2, + "overflow": 2, + "overflowX": 1, + "overflowY": 1, + "float": 3, + "display=": 3, + "zoom=": 1, + "fx": 10, + "l=": 10, + "m=": 2, + "custom": 5, + "stop": 7, + "timers": 3, + "slideDown": 1, + "slideUp": 1, + "slideToggle": 1, + "fadeIn": 1, + "fadeOut": 1, + "fadeToggle": 1, + "duration": 4, + "duration=": 2, + "off": 1, + "speeds": 4, + "old=": 1, + "complete=": 1, + "old": 2, + "linear": 1, + "Math": 51, + "cos": 1, + "PI": 54, + "5": 23, + "options=": 1, + "prop=": 3, + "orig=": 1, + "orig": 3, + "step": 7, + "startTime=": 1, + "start=": 1, + "end=": 1, + "unit=": 1, + "unit": 1, + "now=": 1, + "pos=": 1, + "state=": 1, + "co=": 2, + "tick": 3, + "interval": 3, + "show=": 1, + "hide=": 1, + "e.duration": 3, + "this.startTime": 2, + "this.now": 3, + "this.end": 2, + "this.pos": 4, + "this.state": 3, + "this.update": 2, + "e.animatedProperties": 5, + "this.prop": 2, + "e.overflow": 2, + "f.support.shrinkWrapBlocks": 1, + "e.hide": 2, + ".hide": 2, + "e.show": 1, + "e.orig": 1, + "e.complete.call": 1, + "Infinity": 1, + "h/e.duration": 1, + "f.easing": 1, + "this.start": 2, + "*this.pos": 1, + "f.timers": 2, + "a.splice": 1, + "f.fx.stop": 1, + "clearInterval": 6, + "slow": 1, + "fast": 1, + "a.elem": 2, + "a.now": 4, + "a.elem.style": 3, + "a.prop": 5, + "Math.max": 10, + "a.unit": 1, + "f.expr.filters.animated": 1, + "b.elem": 1, + "cw": 1, + "able": 1, + "cx": 2, + "f.fn.offset": 2, + "f.offset.setOffset": 2, + "b.ownerDocument.body": 2, + "f.offset.bodyOffset": 2, + "b.getBoundingClientRect": 1, + "e.documentElement": 4, + "c.top": 4, + "c.left": 4, + "e.body": 3, + "g.clientTop": 1, + "h.clientTop": 1, + "g.clientLeft": 1, + "h.clientLeft": 1, + "i.pageYOffset": 1, + "g.scrollTop": 1, + "h.scrollTop": 2, + "i.pageXOffset": 1, + "g.scrollLeft": 1, + "h.scrollLeft": 2, + "f.offset.initialize": 3, + "b.offsetParent": 2, + "g.documentElement": 1, + "g.body": 1, + "g.defaultView": 1, + "j.getComputedStyle": 2, + "b.currentStyle": 2, + "b.offsetTop": 2, + "b.offsetLeft": 2, + "f.offset.supportsFixedPosition": 2, + "k.position": 4, + "b.scrollTop": 1, + "b.scrollLeft": 1, + "f.offset.doesNotAddBorder": 1, + "f.offset.doesAddBorderForTableAndCells": 1, + "cw.test": 1, + "c.borderTopWidth": 2, + "c.borderLeftWidth": 2, + "f.offset.subtractsBorderForOverflowNotVisible": 1, + "c.overflow": 1, + "i.offsetTop": 1, + "i.offsetLeft": 1, + "i.scrollTop": 1, + "i.scrollLeft": 1, + "f.offset": 1, + "initialize": 3, + "b.style": 1, + "d.nextSibling.firstChild.firstChild": 1, + "this.doesNotAddBorder": 1, + "e.offsetTop": 4, + "this.doesAddBorderForTableAndCells": 1, + "h.offsetTop": 1, + "e.style.position": 2, + "e.style.top": 2, + "this.supportsFixedPosition": 1, + "d.style.overflow": 1, + "d.style.position": 1, + "this.subtractsBorderForOverflowNotVisible": 1, + "this.doesNotIncludeMarginInBodyOffset": 1, + "a.offsetTop": 2, + "bodyOffset": 1, + "a.offsetLeft": 1, + "f.offset.doesNotIncludeMarginInBodyOffset": 1, + "setOffset": 1, + "a.style.position": 1, + "e.offset": 1, + "e.position": 1, + "l.top": 1, + "l.left": 1, + "b.top": 2, + "k.top": 1, + "g.top": 1, + "b.left": 2, + "k.left": 1, + "g.left": 1, + "b.using.call": 1, + "e.css": 1, + "this.offsetParent": 2, + "this.offset": 2, + "cx.test": 2, + "b.offset": 1, + "d.top": 2, + "d.left": 2, + "offsetParent": 1, + "a.offsetParent": 1, + "g.document.documentElement": 1, + "g.document.body": 1, + "g.scrollTo": 1, + ".scrollLeft": 1, + ".scrollTop": 1, + "e.document.documentElement": 1, + "e.document.compatMode": 1, + "e.document.body": 1, + "this.css": 1, + "Prioritize": 1, + "": 1, + "XSS": 1, + "location.hash": 1, + "#9521": 1, + "Matches": 1, + "dashed": 1, + "camelizing": 1, + "rdashAlpha": 1, + "rmsPrefix": 1, + "fcamelCase": 1, + "letter": 3, + "readyList.fireWith": 1, + ".off": 1, + "jQuery.Callbacks": 2, + "IE8": 2, + "exceptions": 2, + "#9897": 1, + "elems": 9, + "chainable": 4, + "emptyGet": 3, + "bulk": 3, + "elems.length": 1, + "Sets": 3, + "jQuery.access": 2, + "Optionally": 1, + "executed": 1, + "Bulk": 1, + "operations": 1, + "iterate": 1, + "executing": 1, + "exec.call": 1, + "they": 2, + "run": 1, + "against": 1, + "entire": 1, + "fn.call": 2, + "value.call": 1, + "Gets": 2, + "frowned": 1, + "upon.": 1, + "More": 1, + "//docs.jquery.com/Utilities/jQuery.browser": 1, + "ua": 6, + "ua.toLowerCase": 1, + "rwebkit.exec": 1, + "ropera.exec": 1, + "rmsie.exec": 1, + "ua.indexOf": 1, + "rmozilla.exec": 1, + "jQuerySub": 7, + "jQuerySub.fn.init": 2, + "jQuerySub.superclass": 1, + "jQuerySub.fn": 2, + "jQuerySub.prototype": 1, + "jQuerySub.fn.constructor": 1, + "jQuerySub.sub": 1, + "jQuery.fn.init.call": 1, + "rootjQuerySub": 2, + "jQuerySub.fn.init.prototype": 1, + "jQuery.uaMatch": 1, + "browserMatch.browser": 2, + "jQuery.browser.version": 1, + "browserMatch.version": 1, + "jQuery.browser.webkit": 1, + "jQuery.browser.safari": 1, "flagsCache": 3, "createFlags": 2, "flags": 13, "flags.split": 1, "flags.length": 1, "Convert": 1, - "from": 7, - "String": 2, "formatted": 2, - "cache": 45, - "first": 10, "Actual": 2, - "list": 21, "Stack": 1, "fire": 4, "calls": 1, "repeatable": 1, "lists": 2, "stack": 2, - "Last": 2, "forgettable": 1, "memory": 8, "Flag": 2, - "know": 3, "First": 3, - "internally": 5, "fireWith": 1, "firingStart": 3, "End": 1, "firingLength": 4, "Index": 1, - "needed": 2, "firingIndex": 5, - "Add": 4, "several": 1, - "callbacks": 10, "actual": 1, - "args.length": 3, "Inspect": 1, "recursively": 1, - "unique": 2, "mode": 1, "flags.unique": 1, "self.has": 1, "list.push": 1, "Fire": 1, "flags.memory": 1, - "list.length": 5, "flags.stopOnFalse": 1, "Mark": 1, "halted": 1, - "break": 111, "flags.once": 1, "stack.length": 1, "stack.shift": 1, "self.fireWith": 1, "self.disable": 1, "Callbacks": 1, - "self": 17, + "collection": 3, "Do": 2, + "current": 7, "batch": 2, "With": 1, "/a": 1, - "top": 12, - "px": 31, - "float": 3, - "left": 14, - "opacity": 13, ".55": 1, - "checkbox": 14, "basic": 1, - "test": 21, "all.length": 1, "supports": 2, - "tests": 48, - "select": 20, - "opt": 2, "select.appendChild": 1, - "input": 26, - "div.getElementsByTagName": 6, "strips": 1, "leading": 1, - ".innerHTML": 3, - "leadingWhitespace": 3, "div.firstChild.nodeType": 1, - "tbody": 7, - "elements": 9, "manipulated": 1, "normalizes": 1, - "default": 21, - "hrefNormalized": 3, - "a.getAttribute": 11, - "uses": 3, - "filter": 10, - "instead": 6, "around": 1, - "WebKit": 9, "issue.": 1, "#5145": 1, - "/.test": 19, - "a.style.opacity": 2, - "style": 30, "existence": 1, "styleFloat": 1, - "cssFloat": 4, "a.style.cssFloat": 1, "defaults": 3, - "checkOn": 4, - "input.value": 5, - "selected": 5, - "option": 12, "working": 1, "property.": 1, "too": 1, "marked": 1, - "disabled": 11, "marks": 1, - "them": 3, "select.disabled": 1, "support.optDisabled": 1, "opt.disabled": 1, - "Test": 3, "handlers": 1, - "does": 9, "support.noCloneEvent": 1, "div.cloneNode": 1, - ".fireEvent": 3, - "radio": 17, "maintains": 1, - "its": 2, - "being": 2, - "appended": 2, - "input.setAttribute": 5, - "support.radioValue": 2, "#11217": 1, "loses": 1, - "checked": 4, - "attribute": 5, - "div.appendChild": 4, - "document.createDocumentFragment": 3, - "fragment.appendChild": 2, "div.lastChild": 1, - "doesn": 2, - "have": 6, "conMarginTop": 3, "paddingMarginBorder": 5, "positionTopLeftWidthHeight": 3, @@ -28803,73 +33090,41 @@ "body.insertBefore": 1, "body.firstChild": 1, "Construct": 1, - "div": 28, "container.appendChild": 1, - "table": 6, "cells": 3, "still": 4, "offsetWidth/Height": 3, - "display": 7, - "none": 4, - "other": 3, "visible": 1, "row": 1, "reliable": 1, - "determining": 3, - "been": 5, - "hidden": 12, - "directly": 2, - "using": 5, "offsets": 1, - "don": 5, "safety": 1, "goggles": 1, - "bug": 3, "#4512": 1, - "more": 6, - "information": 5, "fails": 2, - "div.innerHTML": 7, - "tds": 6, - "isSupported": 7, - ".offsetHeight": 4, - ".style.display": 5, - "empty": 3, - "fail": 10, "support.reliableHiddenOffsets": 1, "explicit": 1, - "width": 32, - "margin": 8, "right": 3, "incorrectly": 1, "computed": 1, "based": 1, "container.": 1, - "info": 2, "#3333": 1, - "Fails": 2, "Feb": 1, "Bug": 1, "getComputedStyle": 3, "returns": 1, "wrong": 1, "window.getComputedStyle": 6, - "marginDiv": 5, "marginDiv.style.width": 1, "marginDiv.style.marginRight": 1, "div.style.width": 2, "support.reliableMarginRight": 1, - "parseInt": 12, - "marginRight": 2, - ".marginRight": 2, "div.style.zoom": 2, "natively": 1, "block": 4, - "level": 3, "act": 1, - "inline": 3, "setting": 2, - "their": 3, "giving": 1, "layout": 2, "div.style.padding": 1, @@ -28879,15 +33134,9 @@ "support.inlineBlockNeedsLayout": 1, "div.offsetWidth": 2, "shrink": 1, - "wrap": 2, - "children": 3, "support.shrinkWrapBlocks": 1, "div.style.cssText": 1, - "outer": 2, - "div.firstChild": 3, - "inner": 2, "outer.firstChild": 1, - "td": 3, "outer.nextSibling.firstChild.firstChild": 1, "offsetSupport": 2, "doesNotAddBorder": 1, @@ -28898,9 +33147,7 @@ "inner.style.top": 2, "safari": 1, "subtracts": 1, - "border": 7, "here": 1, - "which": 8, "offsetSupport.fixedPosition": 1, "outer.style.overflow": 1, "outer.style.position": 1, @@ -28909,66 +33156,38 @@ "body.offsetTop": 1, "div.style.marginTop": 1, "support.pixelMargin": 1, - "marginTop": 3, ".marginTop": 1, "container.style.zoom": 2, "body.removeChild": 1, "rbrace": 1, - "rmultiDash": 3, - "Z": 6, "Please": 1, "caution": 1, - "uuid": 2, "Unique": 1, - "each": 17, "page": 1, - "Non": 3, - "digits": 3, "rinlinejQuery": 1, - "expando": 14, "jQuery.fn.jquery": 1, - "Math.random": 2, - "D/g": 2, "following": 1, "uncatchable": 1, "you": 1, "attempt": 2, "them.": 1, - "noData": 3, "Ban": 1, "except": 1, "Flash": 1, - "handle": 15, - "expandos": 2, - "hasData": 2, - "elem.nodeType": 8, - "jQuery.cache": 3, - "jQuery.expando": 12, - "isEmptyDataObject": 3, - "pvt": 8, "jQuery.acceptData": 2, "privateCache": 1, - "thisCache": 15, - "internalKey": 12, - "getByName": 3, - "We": 6, - "nodes": 14, - "JS": 7, "differently": 1, "because": 1, "IE6": 1, - "internal": 8, "order": 1, "collisions": 1, "between": 1, "user": 1, - "defined": 3, "data.": 1, "thisCache.data": 3, "Users": 1, "should": 1, "inspect": 1, - "jQuery.data": 15, "undocumented": 1, "subject": 1, "change.": 1, @@ -28978,30 +33197,20 @@ "No.": 1, "isEvents": 1, "privateCache.events": 1, - "both": 2, "converted": 2, "camel": 2, "names": 2, - "Try": 4, - "find": 7, "camelCased": 1, - "removeData": 8, "Reference": 1, - "isNode": 11, "entry": 1, "purpose": 1, "continuing": 1, - ".data": 3, "Support": 1, "space": 1, "separated": 1, - "keys": 11, "jQuery.isArray": 1, "manipulation": 1, - "split": 4, "cased": 1, - "spaces": 3, - "unless": 2, "name.split": 1, "name.length": 1, "want": 1, @@ -29012,188 +33221,267 @@ "care": 1, "Ensure": 1, "#10080": 1, - "jQuery.support.deleteExpando": 3, "cache.setInterval": 1, - "eliminate": 2, - "node": 23, - "lookups": 2, - "entries": 2, - "longer": 2, - "exist": 2, - "us": 2, - "nor": 2, - "removeAttribute": 3, - "Document": 2, - "these": 2, - "elem.removeAttribute": 6, - "only.": 2, - "_data": 3, - "acceptData": 3, - "elem.nodeName": 2, - "jQuery.noData": 2, - "elem.nodeName.toLowerCase": 2, - "elem.getAttribute": 7, - "parts": 28, "part": 8, "jQuery._data": 2, "elem.attributes": 1, - "attr.length": 2, - ".name": 3, - "name.indexOf": 2, - "name.substring": 2, - "dataAttr": 6, - "multiple": 7, - "this.each": 42, - "key.split": 2, - "this.triggerHandler": 6, - "fetch": 4, - "stored": 4, - "this.data": 5, "self.triggerHandler": 2, - "jQuery.removeData": 2, - "nothing": 2, - "found": 10, - "HTML5": 3, - "key.replace": 2, - ".toLowerCase": 7, "jQuery.isNumeric": 1, - "rbrace.test": 2, - "jQuery.parseJSON": 2, - "isn": 2, - "optgroup": 5, - "option.selected": 2, - "jQuery.support.optDisabled": 2, - "option.disabled": 2, - "option.getAttribute": 2, - "option.parentNode.disabled": 2, - "jQuery.nodeName": 3, - "option.parentNode": 2, - "Get": 4, - "specific": 2, - ".val": 5, - "get/set": 2, - "text": 14, - "comment": 3, - "nType": 8, - "jQuery.attrFn": 2, - "Fallback": 2, - "prop": 24, - "supported": 2, - "jQuery.prop": 2, - "notxml": 8, - "jQuery.isXMLDoc": 2, "All": 1, "lowercase": 1, "Grab": 1, "necessary": 1, "hook": 1, - "hooks": 14, - "jQuery.attrHooks": 2, - "rboolean.test": 4, - "boolHook": 3, "nodeHook": 1, - "jQuery.removeAttr": 2, - "hooks.set": 2, - "elem.setAttribute": 2, - "hooks.get": 2, - "existent": 2, - "normalize": 2, - "removeAttr": 5, - "propName": 8, "attrNames": 3, "isBool": 4, - "value.toLowerCase": 2, "rspace": 1, "attrNames.length": 1, - "jQuery.propFix": 2, "#9699": 1, "explanation": 1, "approach": 1, "removal": 1, - "do": 15, "#10870": 1, - "jQuery.attr": 2, - "getSetAttribute": 3, - "corresponding": 2, - "attrHooks": 3, - "changed": 3, - "button": 24, - "tabIndex": 4, - "readOnly": 2, - "htmlFor": 2, - "class": 5, - "className": 4, - "maxLength": 2, - "cellSpacing": 2, - "cellPadding": 2, - "rowSpan": 2, - "colSpan": 2, - "useMap": 2, - "frameBorder": 2, - "contentEditable": 2, - "tabindex": 4, - "height": 25, - "auto": 3, - "href": 9, - "encoding": 26, - "mouseenter": 9, - "mouseleave": 9, - "mouseover": 12, - "mouseout": 12, "**": 1, - "getData": 3, - "setData": 3, - "changeData": 3, - "click": 11, - "focus": 7, - "blur": 8, - "attrChange": 4, - "attrName": 4, - "relatedNode": 4, - "srcElement": 5, - "altKey": 4, - "bubbles": 4, - "cancelable": 4, - "ctrlKey": 6, - "currentTarget": 4, - "eventPhase": 4, - "metaKey": 5, - "relatedTarget": 6, - "shiftKey": 4, "timeStamp": 1, - "view": 4, "char": 2, - "charCode": 7, - "keyCode": 6, "buttons": 1, - "clientX": 6, - "clientY": 5, - "fromElement": 6, - "offsetX": 4, - "offsetY": 4, - "pageX": 4, - "pageY": 4, - "screenX": 4, - "screenY": 4, - "toElement": 5, - "focusin": 9, - "focusout": 11, - "form": 12, - "multiply": 1, - "x": 41, - "y": 109, + "SHEBANG#!node": 2, + "http.createServer": 1, + "res.writeHead": 1, + "res.end": 1, + ".listen": 1, + "Date.prototype.toJSON": 2, + "isFinite": 1, + "this.valueOf": 2, + "this.getUTCFullYear": 1, + "this.getUTCMonth": 1, + "this.getUTCDate": 1, + "this.getUTCHours": 1, + "this.getUTCMinutes": 1, + "this.getUTCSeconds": 1, + "String.prototype.toJSON": 1, + "Number.prototype.toJSON": 1, + "Boolean.prototype.toJSON": 1, + "u0000": 1, + "u00ad": 1, + "u0600": 1, + "u0604": 1, + "u070f": 1, + "u17b4": 1, + "u17b5": 1, + "u200c": 1, + "u200f": 1, + "u2028": 3, + "u202f": 1, + "u2060": 1, + "u206f": 1, + "ufeff": 1, + "ufff0": 1, + "uffff": 1, + "escapable": 1, + "/bfnrt": 1, + "fA": 2, + "JSON.parse": 1, + "PUT": 1, + "DELETE": 1, + "_id": 1, + "ties": 1, + "collection.": 1, + "_removeReference": 1, + "model.collection": 2, + "model.unbind": 1, + "this._onModelEvent": 1, + "_onModelEvent": 1, + "ev": 5, + "this._remove": 1, + "model.idAttribute": 2, + "this._byId": 2, + "model.previous": 1, + "model.id": 1, + "this.trigger.apply": 2, + "_.each": 1, + "Backbone.Collection.prototype": 1, + "this.models": 1, + "_.toArray": 1, + "Backbone.Router": 1, + "options.routes": 2, + "this.routes": 4, + "this._bindRoutes": 1, + "this.initialize.apply": 2, + "namedParam": 2, + "splatParam": 2, + "escapeRegExp": 2, + "_.extend": 9, + "Backbone.Router.prototype": 1, + "Backbone.Events": 2, + "route": 18, + "Backbone.history": 2, + "Backbone.History": 2, + "_.isRegExp": 1, + "this._routeToRegExp": 1, + "Backbone.history.route": 1, + "_.bind": 2, + "this._extractParameters": 1, + "callback.apply": 1, + "navigate": 2, + "triggerRoute": 4, + "Backbone.history.navigate": 1, + "_bindRoutes": 1, + "routes": 4, + "routes.unshift": 1, + "routes.length": 1, + "this.route": 1, + "_routeToRegExp": 1, + "route.replace": 1, + "_extractParameters": 1, + "route.exec": 1, + "this.handlers": 2, + "_.bindAll": 1, + "hashStrip": 4, + "#*": 1, + "isExplorer": 1, + "/msie": 1, + "historyStarted": 3, + "Backbone.History.prototype": 1, + "getFragment": 1, + "forcePushState": 2, + "this._hasPushState": 6, + "window.location.pathname": 1, + "window.location.search": 1, + "fragment.indexOf": 1, + "this.options.root": 6, + "fragment.substr": 1, + "this.options.root.length": 1, + "window.location.hash": 3, + "fragment.replace": 1, + "this._wantsPushState": 3, + "this.options.pushState": 2, + "window.history": 2, + "window.history.pushState": 2, + "this.getFragment": 6, + "docMode": 3, + "document.documentMode": 3, + "oldIE": 3, + "isExplorer.exec": 1, + "navigator.userAgent.toLowerCase": 1, + "this.iframe": 4, + ".contentWindow": 1, + "this.navigate": 2, + ".bind": 3, + "this.checkUrl": 3, + "setInterval": 6, + "this.interval": 1, + "this.fragment": 13, + "loc": 2, + "atRoot": 3, + "loc.pathname": 1, + "loc.hash": 1, + "loc.hash.replace": 1, + "window.history.replaceState": 1, + "document.title": 2, + "loc.protocol": 2, + "loc.host": 2, + "this.loadUrl": 4, + "this.handlers.unshift": 1, + "checkUrl": 1, + "this.iframe.location.hash": 3, + "decodeURIComponent": 2, + "loadUrl": 1, + "fragmentOverride": 2, + "matched": 2, + "_.any": 1, + "handler.route.test": 1, + "handler.callback": 1, + "frag": 13, + "frag.indexOf": 1, + "this.iframe.document.open": 1, + ".close": 1, + "Backbone.View": 1, + "this.cid": 3, + "_.uniqueId": 1, + "this._configure": 1, + "this._ensureElement": 1, + "this.delegateEvents": 1, + "selectorDelegate": 2, + "this.el": 10, + "eventSplitter": 2, + "viewOptions": 2, + "Backbone.View.prototype": 1, + "tagName": 3, + "render": 1, + "el": 4, + ".attr": 1, + ".html": 1, + "delegateEvents": 1, + "this.events": 1, + "key.match": 1, + "_configure": 1, + "viewOptions.length": 1, + "_ensureElement": 1, + "attrs": 6, + "this.attributes": 1, + "this.id": 2, + "attrs.id": 1, + "this.make": 1, + "this.tagName": 1, + "_.isString": 1, + "protoProps": 6, + "classProps": 2, + "inherits": 2, + "child.extend": 1, + "this.extend": 1, + "Backbone.Model.extend": 1, + "Backbone.Collection.extend": 1, + "Backbone.Router.extend": 1, + "Backbone.View.extend": 1, + "methodMap": 2, + "Backbone.sync": 1, + "params": 2, + "params.url": 2, + "getUrl": 2, + "urlError": 2, + "params.data": 5, + "params.contentType": 2, + "model.toJSON": 1, + "Backbone.emulateJSON": 2, + "params.processData": 1, + "Backbone.emulateHTTP": 1, + "params.data._method": 1, + "params.type": 1, + "params.beforeSend": 1, + "xhr": 1, + "xhr.setRequestHeader": 1, + ".ajax": 1, + "staticProps": 3, + "protoProps.hasOwnProperty": 1, + "protoProps.constructor": 1, + "parent.apply": 1, + "child.prototype.constructor": 1, + "object.url": 4, + "_.isFunction": 1, + "wrapError": 1, + "onError": 3, + "resp": 3, + "model.trigger": 1, + "escapeHTML": 1, + "string.replace": 1, + "#x": 1, + "da": 1, + "": 1, + "lt": 55, + "#x27": 1, + "#x2F": 1, "window.Modernizr": 1, "Modernizr": 12, "enableClasses": 3, "docElement": 1, - "document.documentElement": 2, "mod": 12, "modElem": 2, "mStyle": 2, "modElem.style": 1, "inputElem": 6, "smile": 4, - ".toString": 3, "prefixes": 2, "omPrefixes": 1, "cssomPrefixes": 2, @@ -29210,15 +33498,11 @@ "rule": 5, "testnames": 3, "fakeBody": 4, - "while": 53, "node.id": 1, - ".join": 14, "div.id": 1, "fakeBody.appendChild": 1, "//avoid": 1, "crashing": 1, - "background": 56, - "image": 5, "fakeBody.style.background": 1, "docElement.appendChild": 2, "fakeBody.parentNode.removeChild": 1, @@ -29236,17 +33520,13 @@ "element.setAttribute": 3, "element.removeAttribute": 2, "_hasOwnProperty": 2, - ".hasOwnProperty": 2, "hasOwnProperty": 5, "_hasOwnProperty.call": 2, "object.constructor.prototype": 1, "Function.prototype.bind": 2, - "bind": 3, - "TypeError": 2, "slice.call": 3, "F.prototype": 1, "target.prototype": 1, - "result": 12, "target.apply": 2, "args.concat": 2, "setCss": 7, @@ -29256,11 +33536,8 @@ "str1": 6, "str2": 4, "prefixes.join": 3, - "contains": 8, "substr": 2, - ".indexOf": 2, "testProps": 3, - "props": 21, "prefixed": 7, "testDOMProps": 2, "item": 4, @@ -29281,7 +33558,6 @@ "window.openDatabase": 1, "history.pushState": 1, "mStyle.backgroundColor": 3, - "url": 23, "mStyle.background": 1, ".style.textShadow": 1, "mStyle.opacity": 1, @@ -29295,7 +33571,6 @@ "document.styleSheets.length": 1, "cssText": 4, "style.cssRules": 3, - ".cssText": 2, "style.cssText": 1, "/src/i.test": 1, "cssText.indexOf": 1, @@ -29322,7 +33597,6 @@ "toString.call": 2, "/SVGClipPath/.test": 1, "webforms": 2, - "len": 11, "props.length": 2, "attrs.list": 2, "window.HTMLDataListElement": 1, @@ -29332,15 +33606,12 @@ "inputElem.type": 1, "inputElem.value": 2, "inputElem.style.cssText": 1, - "range": 2, "inputElem.style.WebkitAppearance": 1, "document.defaultView": 1, "defaultView.getComputedStyle": 2, ".WebkitAppearance": 1, "inputElem.offsetHeight": 1, "docElement.removeChild": 1, - "tel": 2, - "email": 2, "inputElem.checkValidity": 2, "feature": 12, "feature.toLowerCase": 2, @@ -29351,12 +33622,7 @@ "chaining.": 1, "window.html5": 2, "reSkip": 1, - "map": 7, - "textarea": 8, - "iframe": 3, - "/i": 22, "saveClones": 1, - "code": 2, "fieldset": 1, "h1": 5, "h2": 5, @@ -29367,22 +33633,14 @@ "img": 1, "label": 2, "li": 19, - "link": 2, "ol": 1, - "p": 110, - "param": 3, - "q": 34, - "script": 7, "span": 1, "strong": 1, "tfoot": 1, "th": 1, - "thead": 2, - "tr": 23, "ul": 1, "supportsHtml5Styles": 5, "supportsUnknownElements": 3, - "a.innerHTML": 7, "//if": 2, "implemented": 1, "assume": 1, @@ -29397,7 +33655,6 @@ "frag.createDocumentFragment": 1, "frag.createElement": 2, "addStyleSheet": 2, - "ownerDocument": 9, "ownerDocument.createElement": 3, "ownerDocument.getElementsByTagName": 1, "ownerDocument.documentElement": 1, @@ -29412,16 +33669,13 @@ "docCreateElement": 5, "docCreateFragment": 2, "ownerDocument.createDocumentFragment": 2, - "nodeName": 20, "//abort": 1, "shiv": 1, "html5.shivMethods": 1, - ".cloneNode": 4, "saveClones.test": 1, "node.canHaveChildren": 1, "reSkip.test": 1, "frag.appendChild": 1, - "Function": 3, "html5": 3, "shivDocument": 3, "shived": 5, @@ -29444,6 +33698,7 @@ "js": 1, "classes.join": 1, "this.document": 1, + "window.angular": 1, "PEG.parser": 1, "quote": 3, "result0": 264, @@ -29456,7 +33711,6 @@ "reportFailures": 64, "matchFailed": 40, "pos1": 63, - "offset": 21, "chars": 1, "chars.join": 1, "pos0": 51, @@ -29532,9 +33786,7 @@ "line": 14, "column": 8, "seenCR": 5, - "Math.max": 10, "rightmostFailuresPos": 2, - "ch": 58, "parseFunctions": 1, "startRule": 1, "errorPosition": 1, @@ -29547,13 +33799,10 @@ "buildMessage": 2, "expectedHumanized": 5, "foundHumanized": 3, - "switch": 30, "expected.slice": 1, - "this.name": 7, "this.expected": 1, "this.found": 1, "this.message": 3, - "this.offset": 2, "this.line": 3, "this.column": 1, "result.SyntaxError.prototype": 1, @@ -29566,21 +33815,17 @@ "ui": 31, "/255": 1, "t.getRed": 4, - "v": 135, "t.getGreen": 4, "t.getBlue": 4, "t.getAlpha": 4, "i.getRed": 1, "i.getGreen": 1, "i.getBlue": 1, - "o": 322, "i.getAlpha": 1, "*f": 2, "w/r": 1, "p/r": 1, - "c": 775, "s/r": 1, - "h": 499, "o/r": 1, "e*u": 1, ".toFixed": 3, @@ -29588,46 +33833,31 @@ "c*u": 1, "h*u": 1, "vr": 20, - "stop": 7, - "color": 4, "Math.floor": 26, "Math.log10": 1, "n/Math.pow": 1, "": 1, - "e=": 21, - "o=": 13, "beginPath": 12, "moveTo": 10, "lineTo": 22, "quadraticCurveTo": 4, "closePath": 8, "stroke": 7, - "i=": 31, - "createElement": 3, "canvas": 22, "width=": 17, "height=": 17, "ii": 29, - "u=": 12, "getContext": 26, "2d": 26, "ft": 70, - "1": 97, "fillStyle=": 13, "rect": 3, - "0": 220, "fill": 10, - "t=": 19, "getImageData": 1, - "2": 66, - "3": 13, "wt": 26, - "r=": 18, "32": 1, "62": 1, - "f=": 13, "84": 1, - "s=": 12, "94": 1, "ar": 20, "255": 3, @@ -29642,7 +33872,6 @@ "i*": 3, "h*t": 1, "*t": 3, - "%": 26, "f*255": 1, "u*255": 1, "r*255": 1, @@ -29650,10 +33879,8 @@ "n/255": 1, "t/255": 1, "i/255": 1, - "Math.min": 5, "f/r": 1, "/f": 3, - "k": 302, "<0?0:n>": 1, "si": 23, "ti": 39, @@ -29669,7 +33896,6 @@ "i.size": 6, "i.minValue": 10, "i.maxValue": 10, - "bf": 6, "i.niceScale": 10, "i.threshold": 10, "/2": 25, @@ -29684,10 +33910,8 @@ "steelseries.FrameDesign.METAL": 7, "wu": 9, "i.frameVisible": 10, - "bt": 42, "i.backgroundColor": 10, "steelseries.BackgroundColor.DARK_GRAY": 7, - "bu": 11, "i.backgroundVisible": 10, "pt": 48, "i.pointerType": 4, @@ -29709,7 +33933,6 @@ "i.digitalFont": 8, "pe": 2, "i.fractionalScaleDecimals": 4, - "br": 19, "i.ledColor": 10, "steelseries.LedColor.RED_LED": 7, "ru": 14, @@ -29720,7 +33943,6 @@ "i.minMeasuredValueVisible": 8, "dr": 16, "i.maxMeasuredValueVisible": 8, - "cf": 7, "i.foregroundType": 6, "steelseries.ForegroundType.TYPE1": 5, "af": 5, @@ -29760,11 +33982,9 @@ "steelseries.TrendState.OFF": 4, "lr": 19, "f*.06": 1, - "cr": 20, "f*.29": 19, "er": 19, "f*.36": 4, - "ci": 29, "et": 45, "gi": 26, "rr": 21, @@ -29774,7 +33994,6 @@ "u.clearRect": 5, "u.canvas.width": 7, "u.canvas.height": 7, - "g": 441, "s/2": 2, "k/2": 1, "pf": 4, @@ -29783,17 +34002,14 @@ ".4*k": 1, "pr": 16, "s/10": 1, - "ce": 6, "ae": 2, "hf": 4, "k*.13": 2, - "bi": 27, "s*.4": 1, "sf": 5, "rf": 5, "k*.57": 1, "tf": 5, - "ve": 3, "k*.61": 1, "Math.PI/2": 40, "ue": 1, @@ -29855,7 +34071,6 @@ "du": 10, "ku": 9, "yu": 10, - "cu": 18, "su": 12, "tr.getContext": 1, "kf": 3, @@ -29941,7 +34156,6 @@ "s*.3": 1, "s*.1": 1, "oi/2": 2, - "parseFloat": 32, "b.toFixed": 1, "c.toFixed": 2, "le.type": 1, @@ -29968,7 +34182,6 @@ ".stop": 11, ".color": 13, "ui.length": 2, - "ct": 34, "ut.save": 1, "ut.translate": 3, "ut.rotate": 1, @@ -30019,7 +34232,6 @@ "yf.repaint": 1, "ur": 20, "e3": 5, - "clearInterval": 6, "this.setValue": 7, "": 5, "ki.pause": 1, @@ -30672,7 +34884,6 @@ "bargraphled": 3, "v.drawImage": 2, "": 1, - "n=": 10, "856796": 4, "728155": 2, "34": 2, @@ -30684,9 +34895,7 @@ "restore": 14, "repaint": 23, "dr=": 1, - "b=": 25, "128": 2, - "y=": 5, "48": 1, "w=": 4, "lcdColor": 4, @@ -30702,19 +34911,14 @@ "digitalFont": 4, "bt=": 3, "valuesNumeric": 4, - "a=": 23, "ct=": 5, "autoScroll": 2, "section": 2, - "c=": 24, "wt=": 3, "getElementById": 4, "clearRect": 8, - "h=": 19, - "l=": 10, "v=": 5, "floor": 13, - "5": 23, "ot=": 4, "sans": 12, "serif": 13, @@ -30724,7 +34928,6 @@ "kt=": 4, "textAlign=": 7, "strokeStyle=": 8, - "4": 4, "clip": 1, "font=": 28, "measureText": 4, @@ -30732,9 +34935,7 @@ "fillText": 23, "38": 5, "o*.2": 1, - "clearTimeout": 2, "<=o-4&&(e=0,c=!1),u.fillText(n,o-2-e,h*.5+v*.38)),u.restore()},dt=function(n,i,r,u){var>": 1, - "d=": 15, "rt=": 3, "095": 1, "createLinearGradient": 6, @@ -30744,7 +34945,6 @@ "666666": 2, "92": 1, "e6e6e6": 1, - "g=": 15, "gradientStartColor": 1, "tt=": 3, "gradientFraction1Color": 1, @@ -30753,8 +34953,6 @@ "gradientStopColor": 1, "yt=": 4, "31": 26, - "k=": 11, - "p=": 5, "ut=": 6, "rgb": 6, "03": 1, @@ -30762,7 +34960,6 @@ "57": 1, "83": 1, "wt.repaint": 1, - "f.length": 5, "resetBuffers": 1, "this.setScrolling": 1, "w.textColor": 1, @@ -30785,7 +34982,6 @@ "setLcdColor=": 2, "repaint=": 2, "br=": 1, - "size": 6, "200": 2, "st=": 3, "decimalsVisible": 2, @@ -30807,7 +35003,6 @@ "ForegroundType": 2, "TYPE1": 2, "foregroundVisible": 4, - "PI": 54, "180": 26, "ni=": 1, "labelColor": 6, @@ -30819,7 +35014,6 @@ "f*.37": 3, "": 1, "rotate": 31, - "Math": 51, "u00b0": 8, "41": 3, "45": 5, @@ -30925,7 +35119,6 @@ "u.customLayer": 4, "u.degreeScale": 4, "u.roseVisible": 4, - "this.value": 4, "ft.getContext": 2, "ut.getContext": 2, "it.getContext": 2, @@ -31096,1907 +35289,12 @@ "7fd5f0": 2, "3c4439": 2, "72": 1, - "hanaMath": 1, - ".import": 1, - ".request.parameters.get": 2, - "hanaMath.multiply": 1, - "output": 2, - "title": 1, - ".response.contentType": 1, - ".response.statusCode": 1, - ".net.http.OK": 1, - ".response.setBody": 1, - "Animal": 12, - "Horse": 12, - "Snake": 12, - "sam": 4, - "tom": 4, - "__hasProp": 2, - "__extends": 6, - "__hasProp.call": 2, - "this.constructor": 5, - "Animal.prototype.move": 2, - "meters": 4, - "Snake.__super__.constructor.apply": 2, - "Snake.prototype.move": 2, - "Snake.__super__.move.call": 2, - "Horse.__super__.constructor.apply": 2, - "Horse.prototype.move": 2, - "Horse.__super__.move.call": 2, - "sam.move": 2, - "tom.move": 2, - "ma": 3, - "c.isReady": 4, - "s.documentElement.doScroll": 2, - "c.ready": 7, - "Qa": 1, - "b.src": 4, - "c.ajax": 1, - "async": 5, - "c.globalEval": 1, - "b.text": 3, - "b.textContent": 2, - "b.innerHTML": 3, - "b.parentNode": 4, - "b.parentNode.removeChild": 2, - "X": 6, - "j": 265, - "a.length": 23, - "c.isFunction": 9, - "d.call": 3, - "J": 5, - "Y": 3, - "na": 1, - ".type": 2, - "c.event.handle.apply": 1, - "oa": 1, - "c.data": 12, - "a.liveFired": 4, - "i.live": 1, - "a.button": 2, - "a.type": 14, - "i.live.slice": 1, - "u.length": 3, - "i.origType.replace": 1, - "O": 6, - "f.push": 5, - "i.selector": 3, - "u.splice": 1, - "a.target": 5, - ".closest": 4, - "a.currentTarget": 4, - "j.length": 2, - ".selector": 1, - ".elem": 1, - "i.preType": 2, - "a.relatedTarget": 2, - "d.push": 1, - "handleObj": 2, - "d.length": 8, - "j.elem": 2, - "a.data": 2, - "j.handleObj.data": 1, - "a.handleObj": 2, - "j.handleObj": 1, - "j.handleObj.origHandler.apply": 1, - "pa": 1, - "b.replace": 3, - "./g": 2, - "qa": 1, - "a.parentNode": 6, - "a.parentNode.nodeType": 2, - "ra": 1, - "b.each": 1, - "this.nodeName": 4, - ".nodeName": 2, - "f.events": 1, - "e.handle": 2, - "e.events": 2, - "c.event.add": 1, - "sa": 2, - ".ownerDocument": 5, - ".length": 24, - "ta.test": 1, - "c.support.checkClone": 2, - "ua.test": 1, - "c.fragments": 2, - "b.createDocumentFragment": 1, - "c.clean": 1, - "cacheable": 2, - "K": 4, - "c.each": 2, - "va.concat.apply": 1, - "va.slice": 1, - "wa": 1, - "a.document": 3, - "a.nodeType": 27, - "a.defaultView": 2, - "a.parentWindow": 2, - "c.fn.init": 1, - "Ra": 2, - "A.jQuery": 3, - "Sa": 2, - "A.": 3, - "A.document": 1, - "T": 4, - "Ta": 1, - "Ua": 1, - "Va": 1, - "Wa": 2, - "u00A0": 2, - "Xa": 1, - "P": 4, - "xa": 3, - "Q": 6, - "L": 10, - "aa": 1, - "ba": 3, - "R": 2, - "ya": 2, - "c.fn": 2, - "c.prototype": 1, - "s.body": 2, - "Ta.exec": 1, - "b.ownerDocument": 6, - "Xa.exec": 1, - "c.isPlainObject": 3, - "s.createElement": 10, - "c.fn.attr.call": 1, - "f.createElement": 1, - "a.cacheable": 1, - "a.fragment.cloneNode": 1, - "a.fragment": 1, - ".childNodes": 2, - "c.merge": 4, - "s.getElementById": 1, - "b.id": 1, - "T.find": 1, - "s.getElementsByTagName": 2, - "b.jquery": 1, - ".find": 5, - "T.ready": 1, - "a.selector": 4, - "a.context": 2, - "c.makeArray": 3, - "jquery": 3, - "toArray": 2, - "R.call": 2, - "this.toArray": 3, - "this.slice": 5, - "pushStack": 4, - "c.isArray": 5, - "ba.apply": 1, - "f.prevObject": 1, - "f.context": 1, - "f.selector": 2, - "c.bindReady": 1, - "a.call": 17, - "Q.push": 1, - "eq": 2, - "this.eq": 4, - "this.pushStack": 12, - "R.apply": 1, - "c.map": 1, - "this.prevObject": 3, - "c.fn.init.prototype": 1, - "c.extend": 7, - "c.fn.extend": 4, - "c.fn.triggerHandler": 1, - ".triggerHandler": 1, - "s.readyState": 2, - "s.addEventListener": 3, - "A.addEventListener": 1, - "s.attachEvent": 3, - "A.attachEvent": 1, - "A.frameElement": 1, - "isFunction": 12, - "isArray": 10, - "isPlainObject": 4, - "a.setInterval": 2, - "a.constructor": 2, - "aa.call": 3, - "a.constructor.prototype": 2, - "c.trim": 3, - "a.replace": 7, - "@": 1, - "A.JSON": 1, - "A.JSON.parse": 2, - "c.error": 2, - "noop": 3, - "globalEval": 2, - "Va.test": 1, - "s.documentElement": 2, - "d.type": 2, - "c.support.scriptEval": 2, - "d.appendChild": 3, - "s.createTextNode": 2, - "d.text": 1, - "b.insertBefore": 3, - "b.firstChild": 5, - "b.removeChild": 3, - "a.nodeName": 12, - "a.nodeName.toUpperCase": 2, - "b.toUpperCase": 3, - "b.apply": 2, - "b.call": 4, - "makeArray": 3, - "ba.call": 1, - "inArray": 5, - "b.indexOf": 2, - "b.length": 12, - "merge": 2, - "grep": 6, - "f.concat.apply": 1, - "guid": 5, - "proxy": 4, - "a.apply": 2, - "b.guid": 2, - "a.guid": 7, - "c.guid": 1, - "a.toLowerCase": 4, - "/.exec": 4, - "/compatible/.test": 1, - "c.uaMatch": 1, - "P.browser": 2, - "c.browser": 1, - "c.browser.version": 1, - "P.version": 1, - "c.browser.webkit": 1, - "c.browser.safari": 1, - "c.inArray": 2, - "ya.call": 1, - "s.removeEventListener": 1, - "s.detachEvent": 1, - "c.support": 2, - "d.style.display": 5, - "d.innerHTML": 2, - "d.getElementsByTagName": 6, - "e.length": 9, - "d.firstChild.nodeType": 1, - "htmlSerialize": 3, - "/red/.test": 1, - "j.getAttribute": 2, - "j.style.opacity": 1, - "j.style.cssFloat": 1, - ".value": 1, - "optSelected": 3, - ".appendChild": 1, - ".selected": 1, - "parentNode": 10, - "d.removeChild": 1, - ".parentNode": 7, - "deleteExpando": 3, - "checkClone": 1, - "scriptEval": 1, - "noCloneEvent": 3, - "boxModel": 1, - "b.type": 4, - "b.appendChild": 1, - "a.insertBefore": 2, - "a.firstChild": 6, - "b.test": 1, - "c.support.deleteExpando": 2, - "a.removeChild": 2, - "d.attachEvent": 2, - "d.fireEvent": 1, - "c.support.noCloneEvent": 1, - "d.detachEvent": 1, - "d.cloneNode": 1, - "s.createDocumentFragment": 1, - "a.appendChild": 3, - "d.firstChild": 2, - "a.cloneNode": 3, - ".lastChild.checked": 2, - "k.style.width": 1, - "k.style.paddingLeft": 1, - "s.body.appendChild": 1, - "c.boxModel": 1, - "c.support.boxModel": 1, - "k.offsetWidth": 1, - "s.body.removeChild": 1, - "n.setAttribute": 1, - "c.support.submitBubbles": 1, - "c.support.changeBubbles": 1, - "c.props": 2, - "readonly": 3, - "maxlength": 2, - "cellspacing": 2, - "rowspan": 2, - "colspan": 2, - "usemap": 2, - "frameborder": 2, - "G": 11, - "Ya": 2, - "za": 3, - "embed": 3, - "applet": 2, - "c.noData": 2, - "a.nodeName.toLowerCase": 3, - "c.cache": 2, - "c.isEmptyObject": 1, - "c.removeData": 2, - "c.expando": 2, - "a.removeAttribute": 3, - "a.split": 4, - "this.trigger": 2, - ".each": 3, - "queue": 7, - "dequeue": 6, - "c.queue": 3, - "d.shift": 2, - "d.unshift": 2, - "f.call": 1, - "c.dequeue": 4, - "c.fx": 1, - "c.fx.speeds": 1, - "this.queue": 4, - "clearQueue": 2, - "Aa": 3, - "ca": 6, - "Za": 2, - "r/g": 2, - "/href": 1, - "style/": 1, - "ab": 1, - "bb": 2, - "cb": 16, - "area": 2, - "Ba": 3, - "/radio": 1, - "checkbox/": 1, - "c.attr": 4, - "this.nodeType": 4, - "this.removeAttribute": 1, - "addClass": 2, - "r.addClass": 1, - "r.attr": 1, - "e.nodeType": 7, - "e.className": 14, - "j.indexOf": 1, - "removeClass": 2, - "n.removeClass": 1, - "n.attr": 1, - "j.replace": 2, - "toggleClass": 2, - "j.toggleClass": 1, - "j.attr": 1, - "i.hasClass": 1, - "hasClass": 2, - "": 1, - "val": 13, - "c.nodeName": 4, - "b.attributes.value": 1, - ".specified": 1, - "b.value": 4, - "b.selectedIndex": 2, - "b.options": 1, - "": 1, - "getAttribute": 3, - "nodeType=": 6, - "call": 9, - "checked=": 1, - "this.selected": 1, - "this.selectedIndex": 1, - "attrFn": 2, - "css": 7, - "c.attrFn": 1, - "c.isXMLDoc": 1, - "a.test": 2, - "ab.test": 1, - "a.getAttributeNode": 7, - ".nodeValue": 1, - "b.specified": 2, - "bb.test": 2, - "cb.test": 1, - "a.href": 2, - "c.support.style": 1, - "a.style.cssText": 3, - "a.setAttribute": 7, - "c.support.hrefNormalized": 1, - "c.style": 1, - "db": 1, - "detail": 3, - "layerX": 3, - "layerY": 3, - "newValue": 3, - "originalTarget": 1, - "prevValue": 3, - "wheelDelta": 3, - "click.specialSubmit": 2, - "submit": 14, - "keypress.specialSubmit": 2, - "password": 5, - ".specialSubmit": 2, - "_change_data": 6, - "file": 5, - ".specialChange": 4, - "unload": 5, - "live": 8, - "lastToggle": 4, - "die": 3, - "hover": 3, - "load": 5, - "resize": 3, - "scroll": 6, - "dblclick": 3, - "mousedown": 3, - "mouseup": 3, - "mousemove": 3, - "keydown": 4, - "keypress": 4, - "keyup": 3, - "onunload": 1, - "m": 76, - "h.nodeType": 4, - "H": 8, - "M": 9, - "I": 7, - "f.exec": 2, - "p.push": 2, - "p.length": 10, - "r.exec": 1, - "n.relative": 5, - "ga": 2, - "p.shift": 4, - "n.match.ID.test": 2, - "k.find": 6, - "v.expr": 4, - "k.filter": 5, - "v.set": 5, - "expr": 2, - "p.pop": 4, - "h.parentNode": 3, - "D": 9, - "k.error": 2, - "j.call": 2, - ".nodeType": 9, - "E": 11, - "l.push": 2, - "l.push.apply": 1, - "k.uniqueSort": 5, - "B": 5, - "g.sort": 1, - "g.length": 2, - "g.splice": 2, - "k.matches": 1, - "n.order.length": 1, - "n.order": 1, - "n.leftMatch": 1, - ".exec": 2, - "q.splice": 1, - "y.substr": 1, - "y.length": 1, - "Syntax": 3, - "unrecognized": 3, - "expression": 4, - "NAME": 2, - "TAG": 2, - "u00c0": 2, - "uFFFF": 2, - "leftMatch": 2, - "attrMap": 2, - "attrHandle": 2, - "g.getAttribute": 1, - "relative": 4, - "W/.test": 1, - "h.toLowerCase": 2, - "": 1, - "previousSibling": 5, - "nth": 5, - "even": 3, - "odd": 2, - "reset": 2, - "sourceIndex": 1, - "": 4, - "name=": 2, - "href=": 2, - "": 2, - "

": 2, - "class=": 5, - "

": 2, - ".TEST": 2, - "
": 4, - "
": 3, - "CLASS": 1, - "nextSibling": 3, - "": 1, - "": 1, - "
": 1, - "
": 1, - "": 4, - "
": 5, - "": 3, - "": 3, - "": 2, - "": 2, - "": 1, - "": 1, - "": 1, - "": 1, - "position": 7, - "absolute": 2, - "solid": 2, - "#000": 2, - "padding": 4, - "": 1, - "": 1, - "fixed": 1, - "marginLeft": 2, - "borderTopWidth": 1, - "borderLeftWidth": 1, - "static": 2, - "Left": 1, - "Top": 1, - "pageXOffset": 2, - "pageYOffset": 1, - "Height": 1, - "Width": 1, - "scrollTo": 1, - "CSS1Compat": 1, - "client": 3, - "cy": 4, - "f.isWindow": 2, - "cv": 2, - "cj": 4, - "b.css": 1, - "b.remove": 1, - "ck": 5, - "c.createElement": 12, - "ck.frameBorder": 1, - "ck.width": 1, - "ck.height": 1, - "c.body.appendChild": 1, - "cl": 3, - "ck.createElement": 1, - "ck.contentWindow": 1, - "ck.contentDocument": 1, - ".document": 1, - "cl.write": 1, - "cl.createElement": 1, - "cl.body.appendChild": 1, - "f.css": 24, - "c.body.removeChild": 1, - "f.each": 21, - "cp.concat.apply": 1, - "cp.slice": 1, - "cq": 3, - "cs": 3, - "f.now": 2, - "a.ActiveXObject": 3, - "a.XMLHttpRequest": 1, - "a.dataFilter": 2, - "a.dataType": 1, - "a.dataTypes": 2, - "a.converters": 3, - "o.split": 1, - "f.error": 4, - "m.replace": 1, - "a.contents": 1, - "a.responseFields": 1, - "f.shift": 1, - "a.mimeType": 1, - "c.getResponseHeader": 1, - ".test": 1, - "f.unshift": 2, - "b_": 4, - "f.isArray": 8, - "bF.test": 1, - "c.dataTypes": 1, - "h.length": 3, - "bU": 4, - "c.dataTypes.unshift": 1, - "bZ": 3, - "f.isFunction": 21, - "b.toLowerCase": 3, - "bQ": 3, - "h.substr": 1, - "bD": 3, - "bx": 2, - "a.offsetWidth": 6, - "a.offsetHeight": 2, - "bn": 2, - "f.ajax": 3, - "f.globalEval": 2, - "bm": 3, - "f.nodeName": 16, - "bl": 3, - "a.getElementsByTagName": 9, - "f.grep": 3, - "a.defaultChecked": 1, - "a.checked": 4, - "bk": 5, - "a.querySelectorAll": 1, - "bj": 3, - "b.nodeType": 6, - "b.clearAttributes": 2, - "b.mergeAttributes": 2, - "b.nodeName.toLowerCase": 1, - "b.outerHTML": 1, - "a.outerHTML": 1, - "b.selected": 1, - "a.defaultSelected": 1, - "b.defaultValue": 1, - "a.defaultValue": 1, - "b.defaultChecked": 1, - "b.checked": 1, - "a.value": 8, - "b.removeAttribute": 3, - "f.expando": 23, - "f.hasData": 2, - "f.data": 25, - "d.events": 1, - "f.extend": 23, - "": 1, - "bh": 1, - "getElementsByTagName": 1, - "appendChild": 1, - "nodeType": 1, - "W": 3, - "N": 2, - "f._data": 15, - "r.live": 1, - "a.target.disabled": 1, - "a.namespace": 1, - "a.namespace.split": 1, - "r.live.slice": 1, - "s.length": 2, - "g.origType.replace": 1, - "q.push": 1, - "g.selector": 3, - "s.splice": 1, - "m.selector": 1, - "n.test": 2, - "g.namespace": 1, - "m.elem.disabled": 1, - "m.elem": 1, - "g.preType": 3, - "f.contains": 5, - "m.level": 1, - "": 1, - "e.elem": 2, - "e.handleObj.data": 1, - "e.handleObj": 1, - "e.handleObj.origHandler.apply": 1, - "a.isPropagationStopped": 1, - "e.level": 1, - "a.isImmediatePropagationStopped": 1, - "e.type": 6, - "e.originalEvent": 1, - "e.liveFired": 1, - "f.event.handle.call": 1, - "e.isDefaultPrevented": 2, - ".preventDefault": 1, - "f.removeData": 4, - "i.resolve": 1, - "c.replace": 4, - "f.isNaN": 3, - "i.test": 1, - "f.parseJSON": 2, - "a.navigator": 1, - "a.location": 1, - "e.isReady": 1, - "c.documentElement.doScroll": 2, - "e.ready": 6, - "e.fn.init": 1, - "a.jQuery": 2, - "a.": 2, - "d/": 3, - "d.userAgent": 1, - "C": 4, - "e.fn": 2, - "e.prototype": 1, - "c.body": 4, - "a.charAt": 2, - "i.exec": 1, - "d.ownerDocument": 1, - "n.exec": 1, - "e.isPlainObject": 1, - "e.fn.attr.call": 1, - "k.createElement": 1, - "e.buildFragment": 1, - "j.cacheable": 1, - "e.clone": 1, - "j.fragment": 2, - "e.merge": 3, - "c.getElementById": 1, - "h.id": 1, - "f.find": 2, - "d.jquery": 1, - "e.isFunction": 5, - "f.ready": 1, - "e.makeArray": 1, - "D.call": 4, - "e.isArray": 2, - "C.apply": 1, - "d.prevObject": 1, - "d.context": 2, - "d.selector": 2, - "e.each": 2, - "e.bindReady": 1, - "y.done": 1, - "D.apply": 1, - "e.map": 1, - "e.fn.init.prototype": 1, - "e.extend": 2, - "e.fn.extend": 1, - "": 1, - "jQuery=": 2, - "isReady=": 1, - "y.resolveWith": 1, - "e.fn.trigger": 1, - "e._Deferred": 1, - "c.readyState": 2, - "c.addEventListener": 4, - "a.addEventListener": 4, - "c.attachEvent": 3, - "a.attachEvent": 6, - "a.frameElement": 1, - "Array.isArray": 7, - "isWindow": 2, - "isNaN": 6, - "m.test": 1, - "A.call": 1, - "e.isWindow": 2, - "B.call": 3, - "e.trim": 1, - "a.JSON": 1, - "a.JSON.parse": 2, - "o.test": 1, - "e.error": 2, - "parseXML": 1, - "a.DOMParser": 1, - "DOMParser": 1, - "d.parseFromString": 1, - "ActiveXObject": 1, - "c.async": 4, - "c.loadXML": 1, - "c.documentElement": 4, - "d.nodeName": 4, - "j.test": 3, - "a.execScript": 1, - "a.eval.call": 1, - "c.apply": 2, - "c.call": 3, - "E.call": 1, - "C.call": 1, - "F.call": 1, - "c.length": 8, - "": 1, - "j=": 14, - "h.concat.apply": 1, - "f.concat": 1, - "g.guid": 3, - "e.guid": 3, - "e.access": 1, - "s.exec": 1, - "t.exec": 1, - "u.exec": 1, - "a.indexOf": 2, - "v.exec": 1, - "a.fn.init": 2, - "a.superclass": 1, - "a.fn": 2, - "a.prototype": 1, - "a.fn.constructor": 1, - "a.sub": 1, - "e.fn.init.call": 1, - "a.fn.init.prototype": 1, - "e.uaMatch": 1, - "x.browser": 2, - "e.browser": 1, - "e.browser.version": 1, - "x.version": 1, - "e.browser.webkit": 1, - "e.browser.safari": 1, - "c.removeEventListener": 2, - "c.detachEvent": 1, - "_Deferred": 4, - "done": 10, - "": 1, - "resolveWith": 4, - "shift": 1, - "apply": 8, - "finally": 3, - "resolve": 7, - "isResolved": 3, - "cancel": 6, - "Deferred": 5, - "rejectWith": 2, - "reject": 4, - "isRejected": 2, - "pipe": 2, - "promise": 14, - "h.call": 2, - "g.resolveWith": 3, - "<=1&&a&&f.isFunction(a.promise)?a:f.Deferred();if(d>": 1, - ".promise": 5, - ".then": 3, - "g.reject": 1, - "g.promise": 1, - "f.support": 2, - "f.appendChild": 1, - "a.firstChild.nodeType": 2, - "/top/.test": 2, - "e.getAttribute": 2, - "e.style.opacity": 1, - "e.style.cssFloat": 1, - "h.value": 3, - "g.selected": 1, - "a.className": 1, - "submitBubbles": 3, - "changeBubbles": 3, - "focusinBubbles": 2, - "inlineBlockNeedsLayout": 3, - "shrinkWrapBlocks": 2, - "reliableMarginRight": 2, - "h.checked": 2, - "j.noCloneChecked": 1, - "h.cloneNode": 1, - ".checked": 2, - "f.disabled": 1, - "j.optDisabled": 1, - "g.disabled": 1, - "j.deleteExpando": 1, - "a.fireEvent": 1, - "j.noCloneEvent": 1, - "a.detachEvent": 1, - "h.setAttribute": 2, - "j.radioValue": 1, - "c.createDocumentFragment": 1, - "k.appendChild": 1, - "j.checkClone": 1, - "k.cloneNode": 1, - "a.style.width": 1, - "a.style.paddingLeft": 1, - "visibility": 3, - "l.style": 1, - "l.appendChild": 1, - "j.appendChecked": 1, - "j.boxModel": 1, - "a.style": 8, - "a.style.display": 3, - "a.style.zoom": 1, - "j.inlineBlockNeedsLayout": 1, - "j.shrinkWrapBlocks": 1, - "j.reliableHiddenOffsets": 1, - "c.defaultView": 2, - "c.defaultView.getComputedStyle": 3, - "i.style.width": 1, - "i.style.marginRight": 1, - "j.reliableMarginRight": 1, - "l.innerHTML": 1, - "f.boxModel": 1, - "f.support.boxModel": 4, - "f.fn.jquery": 1, - "f.cache": 5, - "f.acceptData": 4, - "f.uuid": 1, - ".toJSON": 4, - "f.noop": 4, - "f.camelCase": 5, - ".events": 1, - "f.support.deleteExpando": 3, - "f.noData": 2, - "f.fn.extend": 9, - ".attributes": 2, - "g.indexOf": 2, - "g.substring": 1, - "b.triggerHandler": 2, - "_mark": 2, - "_unmark": 3, - "f.makeArray": 5, - "e.push": 3, - "f.queue": 3, - "c.shift": 2, - "c.unshift": 1, - "f.dequeue": 4, - "f.fx": 2, - "f.fx.speeds": 1, - "d.resolveWith": 1, - "f.Deferred": 2, - "f._Deferred": 2, - "l.done": 1, - "d.promise": 1, - "rea": 1, - "autofocus": 1, - "autoplay": 1, - "controls": 1, - "defer": 1, - "open": 2, - "required": 1, - "scoped": 1, - "f.access": 3, - "f.attr": 2, - "f.removeAttr": 3, - "f.prop": 2, - "removeProp": 1, - "f.propFix": 6, - "c.addClass": 1, - "f.trim": 2, - "c.removeClass": 1, - "g.nodeType": 6, - "g.className": 4, - "h.replace": 2, - "d.toggleClass": 1, - "d.attr": 1, - "h.hasClass": 1, - "": 1, - "f.valHooks": 7, - "e.nodeName.toLowerCase": 1, - "c.get": 1, - "e.value": 1, - "e.val": 1, - "f.map": 5, - "this.nodeName.toLowerCase": 1, - "this.type": 3, - "c.set": 1, - "valHooks": 1, - "a.attributes.value": 1, - "a.text": 1, - "a.selectedIndex": 3, - "a.options": 2, - "": 3, - "optDisabled": 1, - "selected=": 1, - "attrFix": 1, - "f.attrFn": 3, - "f.isXMLDoc": 4, - "f.attrFix": 3, - "f.attrHooks": 5, - "t.test": 2, - "d.toLowerCase": 1, - "c.toLowerCase": 4, - "u.test": 1, - "i.set": 1, - "i.get": 1, - "f.support.getSetAttribute": 2, - "a.removeAttributeNode": 1, - "q.test": 1, - "f.support.radioValue": 1, - "c.specified": 1, - "c.value": 1, - "r.test": 1, - "s.test": 1, - "propFix": 1, - "cellpadding": 1, - "contenteditable": 1, - "f.propHooks": 1, - "h.set": 1, - "h.get": 1, - "propHooks": 1, - "f.attrHooks.value": 1, - "v.get": 1, - "f.attrHooks.name": 1, - "f.valHooks.button": 1, - "d.nodeValue": 3, - "f.support.hrefNormalized": 1, - "f.support.style": 1, - "f.attrHooks.style": 1, - "a.style.cssText.toLowerCase": 1, - "f.support.optSelected": 1, - "f.propHooks.selected": 2, - "b.parentNode.selectedIndex": 1, - "f.support.checkOn": 1, - "f.inArray": 4, - "s.": 1, - "f.event": 2, - "d.handler": 1, - "g.handler": 1, - "d.guid": 4, - "f.guid": 3, - "i.events": 2, - "i.handle": 2, - "f.event.triggered": 3, - "f.event.handle.apply": 1, - "k.elem": 2, - "c.split": 2, - "l.indexOf": 1, - "l.split": 1, - "n.shift": 1, - "h.namespace": 2, - "n.slice": 1, - "h.type": 1, - "h.guid": 2, - "f.event.special": 5, - "p.setup": 1, - "p.setup.call": 1, - "p.add": 1, - "p.add.call": 1, - "h.handler.guid": 2, - "o.push": 1, - "f.event.global": 2, - "global": 5, - "s.events": 1, - "c.type": 9, - "c.handler": 1, - "c.charAt": 1, - "f.event.remove": 5, - "h.indexOf": 3, - "h.split": 2, - "m.shift": 1, - "m.slice": 1, - "q.namespace": 1, - "q.handler": 1, - "p.splice": 1, - "": 1, - "elem=": 4, - "customEvent": 1, - "trigger": 4, - "h.slice": 1, - "i.shift": 1, - "i.sort": 1, - "f.event.customEvent": 1, - "f.Event": 2, - "c.exclusive": 2, - "c.namespace": 2, - "i.join": 2, - "c.namespace_re": 1, - "c.preventDefault": 3, - "c.stopPropagation": 1, - "b.events": 4, - "f.event.trigger": 6, - "b.handle.elem": 2, - "c.result": 3, - "c.target": 3, - "c.currentTarget": 2, - "m.apply": 1, - "k.parentNode": 1, - "k.ownerDocument": 1, - "c.target.ownerDocument": 1, - "c.isPropagationStopped": 1, - "c.isDefaultPrevented": 2, - "o._default": 1, - "o._default.call": 1, - "e.ownerDocument": 1, - "f.event.fix": 2, - "a.event": 1, - "Array.prototype.slice.call": 1, - "namespace_re": 1, - "namespace": 1, - "handler=": 1, - "data=": 2, - "handleObj=": 1, - "result=": 1, - "preventDefault": 4, - "stopPropagation": 5, - "isImmediatePropagationStopped": 2, - "fix": 1, - "Event": 3, - "target=": 2, - "relatedTarget=": 1, - "fromElement=": 1, - "pageX=": 2, - "documentElement": 2, - "scrollLeft": 2, - "clientLeft": 2, - "pageY=": 1, - "scrollTop": 2, - "clientTop": 2, - "which=": 3, - "metaKey=": 1, - "1e8": 1, - "special": 3, - "setup": 5, - "teardown": 6, - "origType": 2, - "beforeunload": 1, - "onbeforeunload=": 3, - "removeEvent=": 1, - "removeEventListener": 3, - "detachEvent": 2, - "Event=": 1, - "originalEvent=": 1, - "type=": 5, - "isDefaultPrevented=": 2, - "defaultPrevented": 1, - "returnValue=": 2, - "getPreventDefault": 2, - "timeStamp=": 1, - "prototype=": 2, - "originalEvent": 2, - "isPropagationStopped=": 1, - "cancelBubble=": 1, - "stopImmediatePropagation": 1, - "isImmediatePropagationStopped=": 1, - "isDefaultPrevented": 1, - "isPropagationStopped": 1, - "G=": 1, - "H=": 1, - "submit=": 1, - "specialSubmit": 3, - "closest": 3, - "keyCode=": 1, - "J=": 1, - "selectedIndex": 1, - "a.selected": 1, - "z.test": 3, - "d.readOnly": 1, - "c.liveFired": 1, - "f.event.special.change": 1, - "filters": 1, - "beforedeactivate": 1, - "K.call": 2, - "a.keyCode": 2, - "beforeactivate": 1, - "f.event.add": 2, - "f.event.special.change.filters": 1, - "I.focus": 1, - "I.beforeactivate": 1, - "f.support.focusinBubbles": 1, - "c.originalEvent": 1, - "a.preventDefault": 3, - "f.fn": 9, - "e.apply": 1, - "this.one": 1, - "unbind": 2, - "this.unbind": 2, - "delegate": 1, - "this.live": 1, - "undelegate": 1, - "this.die": 1, - "triggerHandler": 1, - "toggle": 10, - ".guid": 1, - "this.click": 1, - "this.mouseenter": 1, - ".mouseleave": 1, - "g.charAt": 1, - "n.unbind": 1, - "y.exec": 1, - "a.push": 2, - "n.length": 1, - "": 1, - "this.bind": 2, - "": 2, - "sizcache=": 4, - "sizset": 2, - "sizset=": 2, - "toLowerCase": 3, - "W/": 2, - "d.nodeType": 5, - "k.isXML": 4, - "a.exec": 2, - "x.push": 1, - "x.length": 8, - "m.exec": 1, - "l.relative": 6, - "x.shift": 4, - "l.match.ID.test": 2, - "q.expr": 4, - "q.set": 4, - "x.pop": 4, - "d.parentNode": 4, - "e.call": 1, - "f.push.apply": 1, - "k.contains": 5, - "a.sort": 1, - "": 1, - "matches=": 1, - "matchesSelector=": 1, - "l.order.length": 1, - "l.order": 1, - "l.leftMatch": 1, - "j.substr": 1, - "": 1, - "__sizzle__": 1, - "sizzle": 1, - "l.match.PSEUDO.test": 1, - "a.document.nodeType": 1, - "a.getElementsByClassName": 3, - "a.lastChild.className": 1, - "l.order.splice": 1, - "l.find.CLASS": 1, - "b.getElementsByClassName": 2, - "c.documentElement.contains": 1, - "a.contains": 2, - "c.documentElement.compareDocumentPosition": 1, - "a.compareDocumentPosition": 1, - "a.ownerDocument": 1, - ".documentElement": 1, - "b.nodeName": 2, - "l.match.PSEUDO.exec": 1, - "l.match.PSEUDO": 1, - "f.expr": 4, - "k.selectors": 1, - "f.expr.filters": 3, - "f.unique": 4, - "f.text": 2, - "k.getText": 1, - "/Until": 1, - "parents": 2, - "prevUntil": 2, - "prevAll": 2, - "U": 1, - "f.expr.match.POS": 1, - "V": 2, - "contents": 4, - "next": 9, - "prev": 2, - ".filter": 2, - "": 1, - "e.splice": 1, - "this.filter": 2, - "": 1, - "": 1, - "index": 5, - ".is": 2, - "c.push": 3, - "g.parentNode": 2, - "U.test": 1, - "": 1, - "f.find.matchesSelector": 2, - "g.ownerDocument": 1, - "this.parent": 2, - ".children": 1, - "a.jquery": 2, - "f.merge": 2, - "this.get": 1, - "andSelf": 1, - "this.add": 1, - "f.dir": 6, - "parentsUntil": 1, - "f.nth": 2, - "nextAll": 1, - "nextUntil": 1, - "siblings": 1, - "f.sibling": 2, - "a.parentNode.firstChild": 1, - "a.contentDocument": 1, - "a.contentWindow.document": 1, - "a.childNodes": 1, - "T.call": 1, - "P.test": 1, - "f.filter": 2, - "R.test": 1, - "Q.test": 1, - "e.reverse": 1, - "g.join": 1, - "f.find.matches": 1, - "dir": 1, - "sibling": 1, - "a.nextSibling": 1, - "<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\\w:]+)[^>": 1, - "tbody/i": 1, - "bc": 1, - "bd": 1, - "/checked": 1, - "s*.checked.": 1, - "java": 1, - "ecma": 1, - "script/i": 1, - "CDATA": 1, - "bg": 3, - "legend": 1, - "col": 7, - "_default": 5, - "bg.optgroup": 1, - "bg.option": 1, - "bg.tbody": 1, - "bg.tfoot": 1, - "bg.colgroup": 1, - "bg.caption": 1, - "bg.thead": 1, - "bg.th": 1, - "bg.td": 1, - "f.support.htmlSerialize": 1, - "bg._default": 2, - "c.text": 2, - "this.empty": 3, - ".append": 6, - ".createTextNode": 1, - "wrapAll": 1, - ".wrapAll": 2, - ".eq": 1, - ".clone": 1, - "b.map": 1, - "wrapInner": 1, - ".wrapInner": 1, - "b.contents": 1, - "c.wrapAll": 1, - "b.append": 1, - "unwrap": 1, - ".replaceWith": 1, - "this.childNodes": 1, - ".end": 1, - "append": 1, - "this.domManip": 4, - "this.appendChild": 1, - "prepend": 1, - "this.insertBefore": 1, - "this.firstChild": 1, - "this.parentNode.insertBefore": 2, - "a.push.apply": 2, - "this.nextSibling": 2, - ".toArray": 1, - "f.cleanData": 4, - "d.parentNode.removeChild": 1, - "b.getElementsByTagName": 1, - "this.map": 3, - "f.clone": 2, - ".innerHTML.replace": 1, - "bc.test": 2, - "f.support.leadingWhitespace": 2, - "Z.test": 2, - "_.exec": 2, - ".getElementsByTagName": 2, - "c.html": 3, - "replaceWith": 1, - "c.replaceWith": 1, - ".detach": 1, - "this.parentNode": 1, - ".before": 1, - "detach": 1, - "this.remove": 1, - "domManip": 1, - "f.support.checkClone": 2, - "bd.test": 2, - ".domManip": 1, - "g.html": 1, - "g.domManip": 1, - "j.parentNode": 1, - "f.support.parentNode": 1, - "i.nodeType": 1, - "i.childNodes.length": 1, - "f.buildFragment": 2, - "e.fragment": 1, - "h.childNodes.length": 1, - "h.firstChild": 2, - "": 1, - "k.length": 2, - ".charAt": 1, - "f.fragments": 3, - "i.createDocumentFragment": 1, - "f.clean": 1, - "appendTo": 1, - "prependTo": 1, - "insertBefore": 1, - "insertAfter": 1, - "replaceAll": 1, - "g.childNodes.length": 1, - "this.clone": 1, - "d.concat": 1, - "e.selector": 1, - "f.support.noCloneEvent": 1, - "f.support.noCloneChecked": 1, - "b.createElement": 2, - "b.createTextNode": 2, - "k.replace": 2, - "o.innerHTML": 1, - "o.lastChild": 1, - "f.support.tbody": 1, - "ba.test": 1, - "o.firstChild": 2, - "o.firstChild.childNodes": 1, - "o.childNodes": 2, - "q.length": 1, - ".childNodes.length": 1, - ".parentNode.removeChild": 2, - "o.insertBefore": 1, - "Z.exec": 1, - "f.support.appendChecked": 1, - "k.nodeType": 1, - "h.push": 1, - "be.test": 1, - ".type.toLowerCase": 1, - "h.splice.apply": 1, - "cleanData": 1, - "j.nodeName": 1, - "j.nodeName.toLowerCase": 1, - "f.removeEvent": 1, - "b.handle": 2, - "j.removeAttribute": 2, - "bo": 2, - "/alpha": 1, - "bp": 1, - "/opacity": 1, - "bq": 2, - "bs": 2, - "bv": 2, - "de": 1, - "bw": 2, - "bz": 7, - "bA": 3, - "bB": 5, - "bC": 2, - "f.fn.css": 1, - "f.style": 4, - "cssHooks": 1, - "cssNumber": 3, - "zIndex": 1, - "fontWeight": 1, - "zoom": 1, - "lineHeight": 1, - "widows": 1, - "orphans": 1, - "cssProps": 1, - "f.support.cssFloat": 1, - "f.cssHooks": 3, - "f.cssProps": 2, - "k.get": 1, - "bu.test": 1, - "d.replace": 1, - "f.cssNumber": 1, - "k.set": 1, - "g.get": 1, - "swap": 1, - "camelCase": 3, - "f.curCSS": 1, - "f.swap": 2, - "<0||e==null){e=a.style[b];return>": 1, - "0px": 1, - "f.support.opacity": 1, - "f.cssHooks.opacity": 1, - "bp.test": 1, - "a.currentStyle": 4, - "a.currentStyle.filter": 1, - "a.style.filter": 1, - "RegExp.": 1, - "/100": 2, - "c.zoom": 1, - "b*100": 1, - "d.filter": 1, - "c.filter": 2, - "bo.test": 1, - "g.replace": 1, - "f.support.reliableMarginRight": 1, - "f.cssHooks.marginRight": 1, - "a.style.marginRight": 1, - "a.ownerDocument.defaultView": 1, - "e.getComputedStyle": 1, - "g.getPropertyValue": 1, - "a.ownerDocument.documentElement": 1, - "c.documentElement.currentStyle": 1, - "a.runtimeStyle": 2, - "bs.test": 1, - "bt.test": 1, - "f.left": 3, - "a.runtimeStyle.left": 2, - "a.currentStyle.left": 1, - "f.pixelLeft": 1, - "f.expr.filters.hidden": 2, - "f.support.reliableHiddenOffsets": 1, - "f.expr.filters.visible": 1, - "bE": 2, - "bF": 1, - "bG": 3, - "n/g": 1, - "bH": 2, - "/#.*": 1, - "bI": 1, - "/mg": 1, - "bJ": 1, - "date": 1, - "datetime": 1, - "month": 1, - "time": 1, - "week": 1, - "bK": 1, - "about": 1, - "storage": 1, - "extension": 1, - "widget": 1, - "bL": 1, - "GET": 1, - "HEAD": 3, - "bM": 2, - "bN": 2, - "bO": 2, - "<\\/script>": 2, - "bP": 1, - "bR": 2, - "*/": 2, - "bS": 1, - "bT": 2, - "f.fn.load": 1, - "bV": 3, - "bW": 5, - "bX": 8, - "e.href": 1, - "bY": 1, - "bW.href": 2, - "bS.exec": 1, - "bW.toLowerCase": 1, - "bT.apply": 1, - "a.slice": 2, - "f.param": 2, - "f.ajaxSettings.traditional": 2, - "complete": 6, - "a.responseText": 1, - "a.isResolved": 1, - "a.done": 1, - "i.html": 1, - "i.each": 1, - "serialize": 1, - "this.serializeArray": 1, - "serializeArray": 1, - "this.elements": 2, - "this.disabled": 1, - "this.checked": 1, - "bP.test": 1, - "bJ.test": 1, - ".map": 1, - "b.name": 2, - "success": 2, - "getScript": 1, - "f.get": 2, - "getJSON": 1, - "ajaxSetup": 1, - "f.ajaxSettings": 4, - "ajaxSettings": 1, - "isLocal": 1, - "bK.test": 1, - "contentType": 4, - "accepts": 5, - "xml": 3, - "json": 2, - "/xml/": 1, - "/html/": 1, - "/json/": 1, - "responseFields": 1, - "converters": 2, - "a.String": 1, - "f.parseXML": 1, - "ajaxPrefilter": 1, - "ajaxTransport": 1, - "ajax": 2, - "v.readyState": 1, - "d.ifModified": 1, - "v.getResponseHeader": 2, - "f.lastModified": 1, - "f.etag": 1, - "v.status": 1, - "v.statusText": 1, - "h.resolveWith": 1, - "h.rejectWith": 1, - "v.statusCode": 2, - "g.trigger": 2, - "i.resolveWith": 1, - "f.active": 1, - "f.ajaxSetup": 3, - "d.statusCode": 1, - "readyState": 1, - "setRequestHeader": 6, - "getAllResponseHeaders": 1, - "getResponseHeader": 1, - "bI.exec": 1, - "overrideMimeType": 1, - "d.mimeType": 1, - "abort": 4, - "p.abort": 1, - "h.promise": 1, - "v.success": 1, - "v.done": 1, - "v.error": 1, - "v.fail": 1, - "v.complete": 1, - "i.done": 1, - "<2)for(b>": 1, - "status": 3, - "url=": 1, - "dataTypes=": 1, - "crossDomain=": 2, - "80": 2, - "443": 2, - "traditional": 1, - "toUpperCase": 1, - "hasContent=": 1, - "active": 2, - "ajaxStart": 1, - "hasContent": 2, - "cache=": 1, - "x=": 1, - "1_=": 1, - "_=": 1, - "Content": 1, - "Type": 1, - "ifModified": 1, - "lastModified": 3, - "Modified": 1, - "etag": 3, - "None": 1, - "Accept": 1, - "dataTypes": 4, - "q=": 1, - "01": 1, - "headers": 41, - "beforeSend": 2, - "No": 1, - "Transport": 1, - "readyState=": 1, - "ajaxSend": 1, - "timeout": 2, - "v.abort": 1, - "d.timeout": 1, - "p.send": 1, - "encodeURIComponent": 2, - "f.isPlainObject": 1, - "d.join": 1, - "cc": 2, - "cd": 3, - "jsonp": 1, - "jsonpCallback": 1, - "f.ajaxPrefilter": 2, - "b.contentType": 1, - "b.data": 5, - "b.dataTypes": 2, - "b.jsonp": 3, - "cd.test": 2, - "b.url": 4, - "b.jsonpCallback": 4, - "d.always": 1, - "b.converters": 1, - "/javascript": 1, - "ecmascript/": 1, - "a.cache": 2, - "a.crossDomain": 2, - "a.global": 1, - "f.ajaxTransport": 2, - "c.head": 1, - "c.getElementsByTagName": 1, - "send": 2, - "d.async": 1, - "a.scriptCharset": 2, - "d.charset": 1, - "d.src": 1, - "a.url": 1, - "d.onload": 3, - "d.onreadystatechange": 2, - "d.readyState": 2, - "/loaded": 1, - "complete/.test": 1, - "e.removeChild": 1, - "e.insertBefore": 1, - "e.firstChild": 1, - "cg": 7, - "f.ajaxSettings.xhr": 2, - "this.isLocal": 1, - "cors": 1, - "f.support.ajax": 1, - "c.crossDomain": 3, - "f.support.cors": 1, - "c.xhr": 1, - "c.username": 2, - "h.open": 2, - "c.url": 2, - "c.password": 1, - "c.xhrFields": 3, - "c.mimeType": 2, - "h.overrideMimeType": 2, - "h.setRequestHeader": 1, - "h.send": 1, - "c.hasContent": 1, - "h.readyState": 3, - "h.onreadystatechange": 2, - "h.abort": 1, - "h.status": 1, - "h.getAllResponseHeaders": 1, - "h.responseXML": 1, - "n.documentElement": 1, - "m.xml": 1, - "m.text": 2, - "h.responseText": 1, - "h.statusText": 1, - "c.isLocal": 1, - ".unload": 1, - "cm": 2, - "show": 10, - "hide": 8, - "cn": 1, - "co": 5, - "cp": 1, - "a.webkitRequestAnimationFrame": 1, - "a.mozRequestAnimationFrame": 1, - "a.oRequestAnimationFrame": 1, - "this.animate": 2, - "d.style": 3, - ".style": 1, - "": 1, - "_toggle": 2, - "animate": 4, - "fadeTo": 1, - "queue=": 2, - "animatedProperties=": 1, - "animatedProperties": 2, - "specialEasing": 2, - "easing": 3, - "swing": 2, - "overflow=": 2, - "overflow": 2, - "overflowX": 1, - "overflowY": 1, - "display=": 3, - "zoom=": 1, - "fx": 10, - "m=": 2, - "cur": 6, - "custom": 5, - "timers": 3, - "slideDown": 1, - "slideUp": 1, - "slideToggle": 1, - "fadeIn": 1, - "fadeOut": 1, - "fadeToggle": 1, - "duration": 4, - "duration=": 2, - "off": 1, - "speeds": 4, - "old=": 1, - "complete=": 1, - "old": 2, - "linear": 1, - "cos": 1, - "options=": 1, - "prop=": 3, - "orig=": 1, - "orig": 3, - "step": 7, - "startTime=": 1, - "start=": 1, - "end=": 1, - "unit=": 1, - "unit": 1, - "now=": 1, - "pos=": 1, - "state=": 1, - "co=": 2, - "tick": 3, - "show=": 1, - "hide=": 1, - "e.duration": 3, - "this.startTime": 2, - "this.now": 3, - "this.end": 2, - "this.pos": 4, - "this.state": 3, - "this.update": 2, - "e.animatedProperties": 5, - "this.prop": 2, - "e.overflow": 2, - "f.support.shrinkWrapBlocks": 1, - "e.hide": 2, - "e.show": 1, - "e.orig": 1, - "e.complete.call": 1, - "Infinity": 1, - "h/e.duration": 1, - "f.easing": 1, - "this.start": 2, - "*this.pos": 1, - "f.timers": 2, - "a.splice": 1, - "f.fx.stop": 1, - "slow": 1, - "fast": 1, - "a.elem": 2, - "a.now": 4, - "a.elem.style": 3, - "a.prop": 5, - "a.unit": 1, - "f.expr.filters.animated": 1, - "b.elem": 1, - "cw": 1, - "able": 1, - "f.fn.offset": 2, - "f.offset.setOffset": 2, - "b.ownerDocument.body": 2, - "f.offset.bodyOffset": 2, - "b.getBoundingClientRect": 1, - "e.documentElement": 4, - "c.top": 4, - "c.left": 4, - "e.body": 3, - "g.clientTop": 1, - "h.clientTop": 1, - "g.clientLeft": 1, - "h.clientLeft": 1, - "i.pageYOffset": 1, - "g.scrollTop": 1, - "h.scrollTop": 2, - "i.pageXOffset": 1, - "g.scrollLeft": 1, - "h.scrollLeft": 2, - "f.offset.initialize": 3, - "b.offsetParent": 2, - "g.documentElement": 1, - "g.body": 1, - "g.defaultView": 1, - "j.getComputedStyle": 2, - "b.currentStyle": 2, - "b.offsetTop": 2, - "b.offsetLeft": 2, - "f.offset.supportsFixedPosition": 2, - "k.position": 4, - "b.scrollTop": 1, - "b.scrollLeft": 1, - "f.offset.doesNotAddBorder": 1, - "f.offset.doesAddBorderForTableAndCells": 1, - "cw.test": 1, - "c.borderTopWidth": 2, - "c.borderLeftWidth": 2, - "f.offset.subtractsBorderForOverflowNotVisible": 1, - "c.overflow": 1, - "i.offsetTop": 1, - "i.offsetLeft": 1, - "i.scrollTop": 1, - "i.scrollLeft": 1, - "f.offset": 1, - "b.style": 1, - "d.nextSibling.firstChild.firstChild": 1, - "this.doesNotAddBorder": 1, - "e.offsetTop": 4, - "this.doesAddBorderForTableAndCells": 1, - "h.offsetTop": 1, - "e.style.position": 2, - "e.style.top": 2, - "this.supportsFixedPosition": 1, - "d.style.overflow": 1, - "d.style.position": 1, - "this.subtractsBorderForOverflowNotVisible": 1, - "this.doesNotIncludeMarginInBodyOffset": 1, - "a.offsetTop": 2, - "bodyOffset": 1, - "a.offsetLeft": 1, - "f.offset.doesNotIncludeMarginInBodyOffset": 1, - "setOffset": 1, - "a.style.position": 1, - "e.offset": 1, - "e.position": 1, - "l.top": 1, - "l.left": 1, - "b.top": 2, - "k.top": 1, - "g.top": 1, - "b.left": 2, - "k.left": 1, - "g.left": 1, - "b.using.call": 1, - "e.css": 1, - "this.offsetParent": 2, - "cx.test": 2, - "b.offset": 1, - "d.top": 2, - "d.left": 2, - "offsetParent": 1, - "a.offsetParent": 1, - "g.document.documentElement": 1, - "g.document.body": 1, - "g.scrollTo": 1, - ".scrollLeft": 1, - ".scrollTop": 1, - "e.document.documentElement": 1, - "e.document.compatMode": 1, - "e.document.body": 1, - "this.css": 1, - "cubes": 4, - "math": 4, - "num": 23, - "opposite": 6, - "race": 4, - "square": 10, - "__slice": 2, - "Math.sqrt": 2, - "cube": 2, - "runners": 6, - "winner": 6, - "__slice.call": 2, - "print": 2, - "elvis": 4, - "_i": 10, - "_len": 6, - "_results": 6, - "_results.push": 2, - "math.cube": 2, - "console.log": 3, "KEYWORDS": 2, "array_to_hash": 11, "RESERVED_WORDS": 2, "KEYWORDS_BEFORE_EXPRESSION": 2, "KEYWORDS_ATOM": 2, "OPERATOR_CHARS": 1, - "characters": 6, "RE_HEX_NUMBER": 1, "RE_OCT_NUMBER": 1, "RE_DEC_NUMBER": 1, @@ -33016,7 +35314,6 @@ "//XXX": 1, "out": 1, "means": 1, - "than": 3, "is_alphanumeric_char": 3, "is_unicode_combining_mark": 2, "UNICODE.non_spacing_mark.test": 1, @@ -33087,7 +35384,6 @@ "read_while": 2, "pred": 2, "parse_error": 3, - "err": 5, "read_num": 1, "prefix": 6, "has_e": 3, @@ -33098,7 +35394,6 @@ "read_escaped_char": 1, "hex_bytes": 3, "digit": 3, - "<<": 4, "read_string": 1, "with_eof_error": 1, "comment1": 1, @@ -33128,13 +35423,11 @@ "<\",>": 1, "<=\",>": 1, "debugger": 2, - "outside": 2, "const": 2, "stat": 1, "Label": 1, "without": 1, "statement": 1, - "inside": 3, "defun": 1, "Name": 1, "Missing": 1, @@ -33170,716 +35463,7 @@ "exports.OPERATORS": 1, "exports.is_alphanumeric_char": 1, "exports.set_logger": 1, - "logger": 2, - "rdigit": 1, - "readyList.resolveWith": 1, - "jQuery._Deferred": 3, - "breaking": 1, - "Promise": 1, - "promiseMethods": 3, - "Static": 1, - "sliceDeferred": 1, - "Create": 1, - "doing": 3, - "flag": 1, - "cancelled": 5, - "f1": 1, - "f2": 1, - "...": 1, - "_fired": 5, - "deferred.done.apply": 2, - "callbacks.push": 1, - "deferred.resolveWith": 5, - "given": 3, - "available": 1, - "#8421": 1, - "callbacks.shift": 1, - "Has": 1, - "resolved": 1, - "Cancel": 1, - "Full": 1, - "fledged": 1, - "two": 1, - "func": 3, - "failDeferred": 1, - "errorDeferred": 1, - "doneCallbacks": 2, - "failCallbacks": 2, - "deferred.done": 2, - ".fail": 2, - ".fail.apply": 1, - "failDeferred.done": 1, - "failDeferred.resolveWith": 1, - "failDeferred.resolve": 1, - "failDeferred.isResolved": 1, - "fnDone": 2, - "fnFail": 2, - "jQuery.Deferred": 1, - "newDefer": 3, - "action": 3, - "returned": 4, - "fn.apply": 1, - "returned.promise": 2, - "newDefer.resolve": 1, - "newDefer.reject": 1, - "provided": 1, - "aspect": 1, - "added": 1, - "promiseMethods.length": 1, - "failDeferred.cancel": 1, - "deferred.cancel": 2, - "Unexpose": 1, - "Call": 1, - "func.call": 1, - "helper": 1, - "firstParam": 6, - "count": 4, - "<=>": 1, - "resolveFunc": 2, - "sliceDeferred.call": 2, - "Strange": 1, - "FF4": 1, - "Values": 1, - "onto": 2, - "sometimes": 1, - ".when": 1, - "Cloning": 2, - "into": 2, - "fresh": 1, - "solves": 1, - "issue": 1, - "deferred.reject": 1, - "deferred.promise": 1, - "jQuery.support": 1, - "bodyStyle": 1, - "Preliminary": 1, - "div.setAttribute": 1, - "automatically": 2, - "inserted": 1, - "insert": 1, - "tables": 1, - "serialized": 3, - "correctly": 1, - "innerHTML": 1, - "This": 3, - "requires": 1, - "wrapper": 1, - "URLs": 1, - "opt.selected": 1, - "setAttribute": 1, - "class.": 1, - "works": 1, - "attrFixes": 1, - "get/setAttribute": 1, - "ie6/7": 1, - "div.className": 1, - "later": 1, - "properly": 2, - "cloned": 1, - "input.checked": 1, - "support.noCloneChecked": 1, - "input.cloneNode": 1, - "selects": 1, - "Internet": 1, - "Explorer": 1, - "div.test": 1, - "support.deleteExpando": 1, - "div.addEventListener": 1, - "div.attachEvent": 2, - "div.fireEvent": 1, - "shouldn": 2, - "GC": 2, - "references": 1, - "across": 1, - "boundary": 1, - "attached": 1, - "occur": 1, - "defining": 1, - "allows": 1, - "shortcut": 1, - "same": 1, - "path": 5, - "Avoid": 1, - "trying": 1, - "since": 1, - "ends": 1, - "jQuery.uuid": 1, - "TODO": 2, - "hack": 2, - "ONLY.": 2, - "Avoids": 2, - "exposing": 2, - "metadata": 2, - "plain": 2, - "jQuery.noop": 2, - "An": 1, - "key/value": 1, - "pair": 1, - "shallow": 1, - "copied": 1, - "existing": 1, - "Internal": 1, - "separate": 1, - "destroy": 1, - "had": 1, - "thing": 2, - "internalCache": 3, - "Browsers": 1, - "deletion": 1, - "refuse": 1, - "browsers": 2, - "faster": 1, - "iterating": 1, - "persist": 1, - "existed": 1, - "jQuery.isNaN": 1, - "Normalize": 1, - "jQuery.attrFix": 2, - "formHook": 3, - "forms": 1, - "rinvalidChar.test": 1, - "jQuery.support.getSetAttribute": 1, - "elem.removeAttributeNode": 1, - "elem.getAttributeNode": 1, - "bubbling": 1, - "live.": 2, - "hasDuplicate": 1, - "baseHasDuplicate": 2, - "rBackslash": 1, - "rNonWord": 1, - "Sizzle": 1, - "results": 4, - "seed": 1, - "origContext": 1, - "context.nodeType": 2, - "checkSet": 1, - "extra": 1, - "pop": 1, - "prune": 1, - "contextXML": 1, - "Sizzle.isXML": 1, - "soFar": 1, - "Reset": 1, - "util": 1, - "require": 9, - "net": 1, - "stream": 1, - "EventEmitter": 3, - ".EventEmitter": 1, - "FreeList": 2, - ".FreeList": 1, - "HTTPParser": 2, - "process.binding": 1, - ".HTTPParser": 1, - "assert": 8, - ".ok": 1, - "END_OF_FILE": 3, - "debug": 15, - "process.env.NODE_DEBUG": 2, - "/http/.test": 1, - "console.error": 3, - "parserOnHeaders": 2, - "this.maxHeaderPairs": 2, - "this._headers.length": 1, - "this._headers": 13, - "this._headers.concat": 1, - "this._url": 1, - "parserOnHeadersComplete": 2, - "parser": 27, - "info.headers": 1, - "info.url": 1, - "parser._headers": 6, - "parser._url": 4, - "parser.incoming": 9, - "IncomingMessage": 4, - "parser.socket": 4, - "parser.incoming.httpVersionMajor": 1, - "info.versionMajor": 2, - "parser.incoming.httpVersionMinor": 1, - "info.versionMinor": 2, - "parser.incoming.httpVersion": 1, - "parser.incoming.url": 1, - "headers.length": 2, - "parser.maxHeaderPairs": 4, - "parser.incoming._addHeaderLine": 2, - "info.method": 2, - "parser.incoming.method": 1, - "parser.incoming.statusCode": 2, - "info.statusCode": 1, - "parser.incoming.upgrade": 4, - "info.upgrade": 2, - "skipBody": 3, - "response": 3, - "CONNECT": 1, - "parser.onIncoming": 3, - "info.shouldKeepAlive": 1, - "parserOnBody": 2, - "b.slice": 1, - "parser.incoming._paused": 2, - "parser.incoming._pendings.length": 2, - "parser.incoming._pendings.push": 2, - "parser.incoming._emitData": 1, - "parserOnMessageComplete": 2, - "parser.incoming.complete": 2, - "parser.incoming.readable": 1, - "parser.incoming._emitEnd": 1, - "parser.socket.readable": 1, - "parser.socket.resume": 1, - "parsers": 2, - "HTTPParser.REQUEST": 2, - "parser.onHeaders": 1, - "parser.onHeadersComplete": 1, - "parser.onBody": 1, - "parser.onMessageComplete": 1, - "exports.parsers": 1, - "CRLF": 13, - "STATUS_CODES": 2, - "exports.STATUS_CODES": 1, - "RFC": 16, - "obsoleted": 1, - "connectionExpression": 1, - "/Connection/i": 1, - "transferEncodingExpression": 1, - "/Transfer": 1, - "Encoding/i": 1, - "closeExpression": 1, - "/close/i": 1, - "chunkExpression": 1, - "/chunk/i": 1, - "contentLengthExpression": 1, - "/Content": 1, - "Length/i": 1, - "dateExpression": 1, - "/Date/i": 1, - "expectExpression": 1, - "/Expect/i": 1, - "continueExpression": 1, - "continue/i": 1, - "dateCache": 5, - "utcDate": 2, - "d.toUTCString": 1, - "d.getMilliseconds": 1, - "socket": 26, - "stream.Stream.call": 2, - "this.socket": 10, - "this.connection": 8, - "this.httpVersion": 1, - "this.complete": 2, - "this.headers": 2, - "this.trailers": 2, - "this.readable": 1, - "this._paused": 3, - "this._pendings": 1, - "this._endEmitted": 3, - "this.url": 1, - "this.method": 2, - "this.statusCode": 3, - "this.client": 1, - "util.inherits": 7, - "stream.Stream": 2, - "exports.IncomingMessage": 1, - "IncomingMessage.prototype.destroy": 1, - "this.socket.destroy": 3, - "IncomingMessage.prototype.setEncoding": 1, - "StringDecoder": 2, - ".StringDecoder": 1, - "lazy": 1, - "this._decoder": 2, - "IncomingMessage.prototype.pause": 1, - "this.socket.pause": 1, - "IncomingMessage.prototype.resume": 1, - "this.socket.resume": 1, - "this._emitPending": 1, - "IncomingMessage.prototype._emitPending": 1, - "this._pendings.length": 1, - "process.nextTick": 1, - "self._paused": 1, - "self._pendings.length": 2, - "chunk": 14, - "self._pendings.shift": 1, - "Buffer.isBuffer": 2, - "self._emitData": 1, - "self.readable": 1, - "self._emitEnd": 1, - "IncomingMessage.prototype._emitData": 1, - "this._decoder.write": 1, - "string.length": 1, - "this.emit": 5, - "IncomingMessage.prototype._emitEnd": 1, - "IncomingMessage.prototype._addHeaderLine": 1, - "field": 36, - "dest": 12, - "field.toLowerCase": 1, - ".push": 3, - "field.slice": 1, - "OutgoingMessage": 5, - "this.output": 3, - "this.outputEncodings": 2, - "this.writable": 1, - "this._last": 3, - "this.chunkedEncoding": 6, - "this.shouldKeepAlive": 4, - "this.useChunkedEncodingByDefault": 4, - "this.sendDate": 3, - "this._hasBody": 6, - "this._trailer": 5, - "this.finished": 4, - "exports.OutgoingMessage": 1, - "OutgoingMessage.prototype.destroy": 1, - "OutgoingMessage.prototype._send": 1, - "this._headerSent": 5, - "this._header": 10, - "this.output.unshift": 1, - "this.outputEncodings.unshift": 1, - "this._writeRaw": 2, - "OutgoingMessage.prototype._writeRaw": 1, - "data.length": 3, - "this.connection._httpMessage": 3, - "this.connection.writable": 3, - "this.output.length": 5, - "this._buffer": 2, - "this.output.shift": 2, - "this.outputEncodings.shift": 2, - "this.connection.write": 4, - "OutgoingMessage.prototype._buffer": 1, - "this.output.push": 2, - "this.outputEncodings.push": 2, - "lastEncoding": 2, - "lastData": 2, - "data.constructor": 1, - "lastData.constructor": 1, - "OutgoingMessage.prototype._storeHeader": 1, - "firstLine": 2, - "sentConnectionHeader": 3, - "sentContentLengthHeader": 4, - "sentTransferEncodingHeader": 3, - "sentDateHeader": 3, - "sentExpect": 3, - "messageHeader": 7, - "store": 3, - "connectionExpression.test": 1, - "closeExpression.test": 1, - "self._last": 4, - "self.shouldKeepAlive": 4, - "transferEncodingExpression.test": 1, - "chunkExpression.test": 1, - "self.chunkedEncoding": 1, - "contentLengthExpression.test": 1, - "dateExpression.test": 1, - "expectExpression.test": 1, - "Object.keys": 5, - "keys.length": 5, - "value.length": 1, - "shouldSendKeepAlive": 2, - "this.agent": 2, - "this._send": 8, - "OutgoingMessage.prototype.setHeader": 1, - "this._headerNames": 5, - "OutgoingMessage.prototype.getHeader": 1, - "OutgoingMessage.prototype.removeHeader": 1, - "OutgoingMessage.prototype._renderHeaders": 1, - "OutgoingMessage.prototype.write": 1, - "this._implicitHeader": 2, - "chunk.length": 2, - "Buffer.byteLength": 2, - "len.toString": 2, - "OutgoingMessage.prototype.addTrailers": 1, - "OutgoingMessage.prototype.end": 1, - "hot": 3, - "this.write": 1, - "chunk.": 1, - "this._finish": 2, - "OutgoingMessage.prototype._finish": 1, - "ServerResponse": 5, - "DTRACE_HTTP_SERVER_RESPONSE": 1, - "ClientRequest": 6, - "DTRACE_HTTP_CLIENT_REQUEST": 1, - "OutgoingMessage.prototype._flush": 1, - "this.socket.writable": 2, - "XXX": 1, - "Necessary": 1, - "this.socket.write": 1, - "req": 32, - "OutgoingMessage.call": 2, - "req.method": 5, - "req.httpVersionMajor": 2, - "req.httpVersionMinor": 2, - "exports.ServerResponse": 1, - "ServerResponse.prototype.statusCode": 1, - "onServerResponseClose": 3, - "this._httpMessage.emit": 2, - "ServerResponse.prototype.assignSocket": 1, - "socket._httpMessage": 9, - "socket.on": 2, - "this._flush": 1, - "ServerResponse.prototype.detachSocket": 1, - "socket.removeListener": 5, - "ServerResponse.prototype.writeContinue": 1, - "this._sent100": 2, - "ServerResponse.prototype._implicitHeader": 1, - "this.writeHead": 1, - "ServerResponse.prototype.writeHead": 1, - "statusCode": 7, - "reasonPhrase": 4, - "headerIndex": 4, - "this._renderHeaders": 3, - "obj.length": 1, - "obj.push": 1, - "statusLine": 2, - "statusCode.toString": 1, - "this._expect_continue": 1, - "this._storeHeader": 2, - "ServerResponse.prototype.writeHeader": 1, - "this.writeHead.apply": 1, - "Agent": 5, - "self.options": 2, - "self.requests": 6, - "self.sockets": 3, - "self.maxSockets": 1, - "self.options.maxSockets": 1, - "Agent.defaultMaxSockets": 2, - "self.on": 1, - "port": 29, - "localAddress": 15, - ".shift": 1, - ".onSocket": 1, - "socket.destroy": 10, - "self.createConnection": 2, - "net.createConnection": 3, - "exports.Agent": 1, - "Agent.prototype.defaultPort": 1, - "Agent.prototype.addRequest": 1, - "this.sockets": 9, - "this.maxSockets": 1, - "req.onSocket": 1, - "this.createSocket": 2, - "this.requests": 5, - "Agent.prototype.createSocket": 1, - "util._extend": 1, - "options.port": 4, - "options.host": 4, - "options.localAddress": 3, - "onFree": 3, - "self.emit": 9, - "s.on": 4, - "onClose": 3, - "self.removeSocket": 2, - "onRemove": 3, - "s.removeListener": 3, - "Agent.prototype.removeSocket": 1, - ".emit": 1, - "globalAgent": 3, - "exports.globalAgent": 1, - "self.agent": 3, - "options.agent": 3, - "defaultPort": 3, - "options.defaultPort": 1, - "options.hostname": 1, - "options.setHost": 1, - "setHost": 2, - "self.socketPath": 4, - "options.socketPath": 1, - "self.method": 3, - "options.method": 2, - "self.path": 3, - "options.path": 2, - "self.once": 2, - "options.headers": 7, - "self.setHeader": 1, - "this.getHeader": 2, - "hostHeader": 3, - "this.setHeader": 2, - "options.auth": 2, - "//basic": 1, - "auth": 1, - "Buffer": 1, - "self.useChunkedEncodingByDefault": 2, - "self._storeHeader": 2, - "self.getHeader": 1, - "self._renderHeaders": 1, - "options.createConnection": 4, - "self.onSocket": 3, - "self.agent.addRequest": 1, - "conn": 3, - "self._deferToConnect": 1, - "self._flush": 1, - "exports.ClientRequest": 1, - "ClientRequest.prototype._implicitHeader": 1, - "this.path": 1, - "ClientRequest.prototype.abort": 1, - "this._deferToConnect": 3, - "createHangUpError": 3, - "error.code": 1, - "freeParser": 9, - "parser.socket.onend": 1, - "parser.socket.ondata": 1, - "parser.socket.parser": 1, - "parsers.free": 1, - "req.parser": 1, - "socketCloseListener": 2, - "socket.parser": 3, - "req.emit": 8, - "req.res": 8, - "req.res.readable": 1, - "req.res.emit": 1, - "res": 14, - "req.res._emitPending": 1, - "res._emitEnd": 1, - "res.emit": 1, - "req._hadError": 3, - "parser.finish": 6, - "socketErrorListener": 2, - "err.message": 1, - "err.stack": 1, - "socketOnEnd": 1, - "this._httpMessage": 3, - "this.parser": 2, - "socketOnData": 1, - "parser.execute": 2, - "bytesParsed": 4, - "socket.ondata": 3, - "socket.onend": 3, - "bodyHead": 4, - "d.slice": 2, - "req.listeners": 1, - "req.upgradeOrConnect": 1, - "socket.emit": 1, - "parserOnIncomingClient": 1, - "shouldKeepAlive": 4, - "res.upgrade": 1, - "isHeadResponse": 2, - "res.statusCode": 1, - "Clear": 1, - "upgraded": 1, - "WebSockets": 1, - "AGENT": 2, - "socket.destroySoon": 2, - "keep": 1, - "alive": 1, - "close": 2, - "free": 1, - "important": 1, - "promisy": 1, - "onSocket": 3, - "self.socket.writable": 1, - "self.socket": 5, - "arguments_": 2, - "self.socket.once": 1, - "ClientRequest.prototype.setTimeout": 1, - "msecs": 4, - "this.once": 2, - "emitTimeout": 4, - "this.socket.setTimeout": 1, - "this.socket.once": 1, - "this.setTimeout": 3, - "sock": 1, - "ClientRequest.prototype.setNoDelay": 1, - "ClientRequest.prototype.setSocketKeepAlive": 1, - "ClientRequest.prototype.clearTimeout": 1, - "exports.request": 2, - "url.parse": 1, - "options.protocol": 3, - "exports.get": 1, - "req.end": 1, - "ondrain": 3, - "httpSocketSetup": 2, - "Server": 6, - "requestListener": 6, - "net.Server.call": 1, - "allowHalfOpen": 1, - "this.addListener": 2, - "this.httpAllowHalfOpen": 1, - "connectionListener": 3, - "net.Server": 1, - "exports.Server": 1, - "exports.createServer": 1, - "outgoing": 2, - "incoming": 2, - "abortIncoming": 3, - "incoming.length": 2, - "incoming.shift": 2, - "serverSocketCloseListener": 3, - "socket.setTimeout": 1, - "minute": 1, - "socket.once": 1, - "parsers.alloc": 1, - "parser.reinitialize": 1, - "this.maxHeadersCount": 2, - "socket.addListener": 2, - "self.listeners": 2, - "req.socket": 1, - "self.httpAllowHalfOpen": 1, - "socket.writable": 2, - "socket.end": 2, - "outgoing.length": 2, - "._last": 1, - "socket._httpMessage._last": 1, - "incoming.push": 1, - "res.shouldKeepAlive": 1, - "DTRACE_HTTP_SERVER_REQUEST": 1, - "outgoing.push": 1, - "res.assignSocket": 1, - "res.on": 1, - "res.detachSocket": 1, - "res._last": 1, - "outgoing.shift": 1, - "m.assignSocket": 1, - "req.headers": 2, - "continueExpression.test": 1, - "res._expect_continue": 1, - "res.writeContinue": 1, - "response.": 1, - "exports._connectionListener": 1, - "Client": 6, - "this.host": 1, - "this.port": 1, - "maxSockets": 1, - "Client.prototype.request": 1, - "self.host": 1, - "self.port": 1, - "c.on": 2, - "exports.Client": 1, - "module.deprecate": 2, - "exports.createClient": 1, - "SHEBANG#!node": 2, - "http.createServer": 1, - "res.writeHead": 1, - "res.end": 1, - ".listen": 1, - "window.angular": 1, - "Animal.name": 1, - "_super": 4, - "Snake.name": 1, - "Horse.name": 1, - "jshint": 1, - "Modal": 2, - "this.": 2, - ".proxy": 1, - "this.hide": 1, - "Modal.prototype": 1, - "this.isShown": 3, - ".Event": 1, - "element.trigger": 1, - ".addClass": 1, - "escape.call": 1, - "backdrop.call": 1, - "transition": 1, - ".support.transition": 1, - "that.": 3, - "element.hasClass": 1, - "element.parent": 1, - "element.appendTo": 1, - "//don": 1, - "shown": 2, - "modal": 4, - "fade": 4, - "keyup.dismiss.modal": 2, - "click.modal.data": 1, - "api": 1, - ".extend": 1, - "target.data": 1, - "e.preventDefault": 1, - "target.modal": 1 + "logger": 2 }, "Julia": { "##": 5, @@ -34080,9 +35664,9 @@ "(": 217, "c": 4, ")": 231, - "-": 98, - "Robert": 3, - "Virding": 3, + "Duncan": 4, + "McGreggor": 4, + "": 2, "Licensed": 3, "under": 9, "the": 36, @@ -34108,6 +35692,7 @@ "at": 4, "http": 4, "//www.apache.org/licenses/LICENSE": 3, + "-": 98, "Unless": 3, "required": 3, "by": 4, @@ -34142,168 +35727,65 @@ "and": 7, "limitations": 3, "File": 4, - "mnesia_demo.lfe": 1, + "church.lfe": 1, "Author": 3, "Purpose": 3, - "A": 1, - "simple": 4, - "Mnesia": 2, - "demo": 2, - "LFE.": 1, - "This": 2, - "contains": 1, - "using": 1, - "LFE": 4, - "access": 1, - "tables.": 1, - "It": 1, - "shows": 2, - "how": 2, - "emp": 1, - "XXXX": 1, - "macro": 1, - "ETS": 1, - "match": 5, - "pattern": 1, - "together": 1, - "mnesia": 8, - "match_object": 1, - "specifications": 1, - "select": 1, - "Query": 2, - "List": 2, - "Comprehensions.": 1, - "defmodule": 2, - "mnesia_demo": 1, - "export": 2, - "new": 2, - "by_place": 1, - "by_place_ms": 1, - "by_place_qlc": 2, - "defrecord": 1, - "person": 8, - "name": 8, - "place": 7, - "job": 3, - "defun": 20, - "Start": 1, - "create": 4, - "table": 2, - "we": 1, - "will": 1, - "get": 21, - "memory": 1, - "only": 1, - "schema.": 1, - "start": 1, - "create_table": 1, - "#": 3, - "attributes": 1, - "Initialise": 1, - "table.": 1, - "let": 6, - "people": 1, - "spec": 1, - "[": 3, - "n": 4, - "p": 2, - "j": 2, - "]": 3, - "when": 1, - "tuple": 1, - "transaction": 2, - "f": 3, - "Use": 1, - "Comprehensions": 1, - "records": 1, - "lambda": 18, - "q": 2, - "qlc": 2, - "lc": 1, - "<": 1, - "e": 1, - "Duncan": 4, - "McGreggor": 4, - "": 2, - "object.lfe": 1, "Demonstrating": 2, - "OOP": 1, - "closures": 1, - "The": 4, - "object": 16, - "system": 1, - "demonstrated": 1, - "below": 3, - "do": 2, - "following": 2, - "*": 6, - "objects": 2, - "call": 2, - "methods": 5, - "those": 1, - "have": 3, - "which": 1, - "can": 1, - "other": 1, - "update": 1, - "state": 4, - "instance": 2, - "variable": 2, - "Note": 1, - "however": 1, - "that": 1, - "his": 1, - "example": 2, - "does": 1, - "demonstrate": 1, - "inheritance.": 1, - "To": 1, - "code": 2, - "cd": 1, - "examples": 1, - "../bin/lfe": 1, - "pa": 1, - "../ebin": 1, - "Load": 1, - "fish": 6, - "class": 3, - "slurp": 2, - "#Fun": 1, - "": 1, - "Execute": 1, - "some": 2, - "basic": 1, - "species": 7, - "mommy": 3, - "move": 4, - "Carp": 1, - "swam": 1, - "feet": 1, - "ok": 1, - "id": 9, - "Now": 1, - "s": 19, - "strictly": 1, - "necessary.": 1, - "When": 1, - "isn": 1, - "list": 13, - "children": 10, - "formatted": 1, - "verb": 2, - "self": 6, - "distance": 2, - "count": 7, - "erlang": 1, - "length": 1, - "method": 7, - "funcall": 23, - "define": 1, - "info": 1, - "reproduce": 1, - "Mode": 1, - "Code": 1, + "church": 20, + "numerals": 1, "from": 2, + "lambda": 18, + "calculus": 1, + "The": 4, + "code": 2, + "below": 3, + "was": 1, + "used": 1, + "create": 4, + "section": 1, + "user": 1, + "guide": 1, + "here": 1, + "//lfe.github.io/user": 1, + "guide/recursion/5.html": 1, + "Here": 1, + "some": 2, + "example": 2, + "usage": 1, + "slurp": 2, + "five/0": 2, + "int2": 1, + "get": 21, + "defmodule": 2, + "export": 2, + "all": 1, + "defun": 20, + "zero": 2, + "s": 19, + "x": 12, + "one": 1, + "funcall": 23, + "two": 1, + "three": 1, + "four": 1, + "five": 1, + "int": 2, + "successor": 3, + "n": 4, + "+": 2, + "int1": 1, + "numeral": 8, + "#": 3, + "successor/1": 1, + "count": 7, + "limit": 4, + "cond": 1, + "/": 1, + "integer": 2, + "*": 6, + "Mode": 1, + "LFE": 4, + "Code": 1, "Paradigms": 1, "Artificial": 1, "Intelligence": 1, @@ -34318,21 +35800,30 @@ "Problem": 1, "Solver": 1, "Converted": 1, + "Robert": 3, + "Virding": 3, "Define": 1, "macros": 1, "global": 2, + "variable": 2, "access.": 1, + "This": 2, "hack": 1, "very": 1, "naughty": 1, "defsyntax": 2, "defvar": 2, + "[": 3, + "name": 8, "val": 2, + "]": 3, + "let": 6, "v": 3, "put": 1, "getvar": 3, "solved": 1, "gps": 1, + "state": 4, "goals": 2, "Set": 1, "variables": 1, @@ -34341,6 +35832,7 @@ "*ops*": 1, "*state*": 5, "current": 1, + "list": 13, "conditions.": 1, "if": 1, "every": 1, @@ -34366,51 +35858,394 @@ "make": 2, "communication": 2, "telephone": 1, + "have": 3, "phone": 1, "book": 1, "give": 1, "money": 3, "has": 1, - "church.lfe": 1, - "church": 20, - "numerals": 1, - "calculus": 1, - "was": 1, - "used": 1, - "section": 1, - "user": 1, - "guide": 1, - "here": 1, - "//lfe.github.io/user": 1, - "guide/recursion/5.html": 1, - "Here": 1, - "usage": 1, - "five/0": 2, - "int2": 1, - "all": 1, - "zero": 2, - "x": 12, - "one": 1, - "two": 1, - "three": 1, - "four": 1, - "five": 1, - "int": 2, - "successor": 3, - "+": 2, - "int1": 1, - "numeral": 8, - "successor/1": 1, - "limit": 4, - "cond": 1, - "/": 1, - "integer": 2 + "mnesia_demo.lfe": 1, + "A": 1, + "simple": 4, + "Mnesia": 2, + "demo": 2, + "LFE.": 1, + "contains": 1, + "using": 1, + "access": 1, + "tables.": 1, + "It": 1, + "shows": 2, + "how": 2, + "emp": 1, + "XXXX": 1, + "macro": 1, + "ETS": 1, + "match": 5, + "pattern": 1, + "together": 1, + "mnesia": 8, + "match_object": 1, + "specifications": 1, + "select": 1, + "Query": 2, + "List": 2, + "Comprehensions.": 1, + "mnesia_demo": 1, + "new": 2, + "by_place": 1, + "by_place_ms": 1, + "by_place_qlc": 2, + "defrecord": 1, + "person": 8, + "place": 7, + "job": 3, + "Start": 1, + "table": 2, + "we": 1, + "will": 1, + "memory": 1, + "only": 1, + "schema.": 1, + "start": 1, + "create_table": 1, + "attributes": 1, + "Initialise": 1, + "table.": 1, + "people": 1, + "spec": 1, + "p": 2, + "j": 2, + "when": 1, + "tuple": 1, + "transaction": 2, + "f": 3, + "Use": 1, + "Comprehensions": 1, + "records": 1, + "q": 2, + "qlc": 2, + "lc": 1, + "<": 1, + "e": 1, + "object.lfe": 1, + "OOP": 1, + "closures": 1, + "object": 16, + "system": 1, + "demonstrated": 1, + "do": 2, + "following": 2, + "objects": 2, + "call": 2, + "methods": 5, + "those": 1, + "which": 1, + "can": 1, + "other": 1, + "update": 1, + "instance": 2, + "Note": 1, + "however": 1, + "that": 1, + "his": 1, + "does": 1, + "demonstrate": 1, + "inheritance.": 1, + "To": 1, + "cd": 1, + "examples": 1, + "../bin/lfe": 1, + "pa": 1, + "../ebin": 1, + "Load": 1, + "fish": 6, + "class": 3, + "#Fun": 1, + "": 1, + "Execute": 1, + "basic": 1, + "species": 7, + "mommy": 3, + "move": 4, + "Carp": 1, + "swam": 1, + "feet": 1, + "ok": 1, + "id": 9, + "Now": 1, + "strictly": 1, + "necessary.": 1, + "When": 1, + "isn": 1, + "children": 10, + "formatted": 1, + "verb": 2, + "self": 6, + "distance": 2, + "erlang": 1, + "length": 1, + "method": 7, + "define": 1, + "info": 1, + "reproduce": 1 }, "Lasso": { + "<": 7, + "LassoScript": 1, + "//": 169, + "JSON": 2, + "Encoding": 1, + "and": 52, + "Decoding": 1, + "Copyright": 1, + "-": 2248, + "LassoSoft": 1, + "Inc.": 1, + "": 1, + "": 1, + "": 1, + "This": 5, + "tag": 11, + "is": 35, + "now": 23, + "incorporated": 1, + "in": 46, + "Lasso": 15, + "If": 4, + "(": 640, + "Lasso_TagExists": 1, + ")": 639, + "False": 1, + ";": 573, + "Define_Tag": 1, + "Namespace": 1, + "Required": 1, + "Optional": 1, + "Local": 7, + "Map": 3, + "r": 8, + "n": 30, + "t": 8, + "f": 2, + "b": 2, + "output": 30, + "newoptions": 1, + "options": 2, + "array": 20, + "set": 10, + "list": 4, + "queue": 2, + "priorityqueue": 2, + "stack": 2, + "pair": 1, + "map": 23, "[": 22, "]": 23, - "//": 169, - "-": 2248, + "literal": 3, + "string": 59, + "integer": 30, + "decimal": 5, + "boolean": 4, + "null": 26, + "date": 23, + "temp": 12, + "object": 7, + "{": 18, + "}": 18, + "client_ip": 1, + "client_address": 1, + "__jsonclass__": 6, + "deserialize": 2, + "": 3, + "": 3, + "Decode_JSON": 2, + "Decode_": 1, + "value": 14, + "consume_string": 1, + "ibytes": 9, + "unescapes": 1, + "u": 1, + "UTF": 4, + "%": 14, + "QT": 4, + "TZ": 2, + "T": 3, + "consume_token": 1, + "obytes": 3, + "delimit": 7, + "true": 12, + "false": 8, + ".": 5, + "consume_array": 1, + "consume_object": 1, + "key": 3, + "val": 1, + "native": 2, + "comment": 2, + "http": 6, + "//www.lassosoft.com/json": 1, + "start": 5, + "Literal": 2, + "String": 1, + "Object": 2, + "JSON_RPCCall": 1, + "RPCCall": 1, + "JSON_": 1, + "method": 7, + "params": 11, + "id": 7, + "host": 6, + "//localhost/lassoapps.8/rpc/rpc.lasso": 1, + "request": 2, + "result": 6, + "JSON_Records": 3, + "KeyField": 1, + "ReturnField": 1, + "ExcludeField": 1, + "Fields": 1, + "_fields": 1, + "fields": 2, + "No": 1, + "found": 5, + "for": 65, + "_keyfield": 4, + "keyfield": 4, + "ID": 1, + "_index": 1, + "_return": 1, + "returnfield": 1, + "_exclude": 1, + "excludefield": 1, + "_records": 1, + "_record": 1, + "_temp": 1, + "_field": 1, + "_output": 1, + "error_msg": 15, + "error_code": 11, + "found_count": 11, + "rows": 1, + "#_records": 1, + "Return": 7, + "@#_output": 1, + "/Define_Tag": 1, + "/If": 3, + "define": 20, + "trait_json_serialize": 2, + "trait": 1, + "require": 1, + "asString": 3, + "json_serialize": 18, + "e": 13, + "bytes": 8, + "+": 146, + "#e": 13, + "Replace": 19, + "&": 21, + "json_literal": 1, + "asstring": 4, + "format": 7, + "gmt": 1, + "|": 13, + "trait_forEach": 1, + "local": 116, + "foreach": 1, + "#output": 50, + "#delimit": 7, + "#1": 3, + "return": 75, + "with": 25, + "pr": 1, + "eachPair": 1, + "select": 1, + "#pr": 2, + "first": 12, + "second": 8, + "join": 5, + "json_object": 2, + "foreachpair": 1, + "any": 14, + "serialize": 1, + "json_consume_string": 3, + "while": 9, + "#temp": 19, + "#ibytes": 17, + "export8bits": 6, + "#obytes": 5, + "import8bits": 4, + "Escape": 1, + "/while": 7, + "unescape": 1, + "//Replace": 1, + "if": 76, + "BeginsWith": 1, + "&&": 30, + "EndsWith": 1, + "Protect": 1, + "serialization_reader": 1, + "xml": 1, + "read": 1, + "/Protect": 1, + "else": 32, + "size": 24, + "or": 6, + "regexp": 1, + "d": 2, + "Z": 1, + "matches": 1, + "Format": 1, + "yyyyMMdd": 2, + "HHmmssZ": 1, + "HHmmss": 1, + "/if": 53, + "json_consume_token": 2, + "marker": 4, + "Is": 1, + "also": 5, + "end": 2, + "of": 24, + "token": 1, + "//............................................................................": 2, + "string_IsNumeric": 1, + "json_consume_array": 3, + "While": 1, + "Discard": 1, + "whitespace": 3, + "Else": 7, + "insert": 18, + "#key": 12, + "json_consume_object": 2, + "Loop_Abort": 1, + "/While": 1, + "Find": 3, + "isa": 25, + "First": 4, + "find": 57, + "Second": 1, + "json_deserialize": 1, + "removeLeading": 1, + "bom_utf8": 1, + "Reset": 1, + "on": 1, + "provided": 1, + "**/": 1, + "type": 63, + "parent": 5, + "public": 1, + "onCreate": 1, + "...": 3, + "..onCreate": 1, + "#rest": 1, + "json_rpccall": 1, + "#id": 2, + "#host": 4, + "Lasso_UniqueID": 1, + "Include_URL": 1, + "PostParams": 1, + "Encode_JSON": 1, + "#method": 1, + "#params": 5, "": 6, "2009": 14, "09": 10, @@ -34418,10 +36253,7 @@ "JS": 126, "Added": 40, "content_body": 14, - "tag": 11, - "for": 65, "compatibility": 4, - "with": 25, "pre": 4, "8": 6, "5": 4, @@ -34430,16 +36262,13 @@ "timestamp": 4, "to": 98, "knop_cachestore": 4, - "and": 52, "maxage": 2, "parameter": 8, "knop_cachefetch": 4, "Corrected": 8, "construction": 2, - "of": 24, "cache_name": 2, "internally": 2, - "in": 46, "the": 86, "knop_cache": 2, "tags": 14, @@ -34459,7 +36288,6 @@ "be": 38, "able": 14, "transparently": 2, - "or": 6, "without": 4, "L": 2, "Debug": 2, @@ -34469,10 +36297,7 @@ "28": 2, "Cache": 2, "name": 32, - "is": 35, - "now": 23, "used": 12, - "also": 5, "when": 10, "using": 8, "session": 4, @@ -34486,14 +36311,10 @@ "condition": 4, "returning": 2, "normal": 2, - "found_count": 11, "For": 2, - "Lasso": 15, - "if": 76, "lasso_tagexists": 4, "define_tag": 48, "namespace=": 12, - "return": 75, "__html_reply__": 4, "define_type": 14, "debug": 2, @@ -34503,15 +36324,8 @@ "description=": 2, "priority=": 2, "required=": 2, - "local": 116, - "output": 30, - "string": 59, "input": 2, "split": 2, - "(": 640, - ")": 639, - "first": 12, - ";": 573, "@#output": 2, "/define_tag": 36, "description": 34, @@ -34520,17 +36334,12 @@ "Johan": 2, "S": 2, "lve": 2, - "integer": 30, "#charlist": 6, - "size": 24, - "start": 5, "current": 10, - "date": 23, "time": 8, "a": 52, "mixed": 2, "up": 4, - "format": 7, "as": 26, "seed": 6, "#seed": 36, @@ -34538,14 +36347,9 @@ "this": 14, "base": 6, "conversion": 4, - "while": 9, - "#output": 50, "get": 12, - "%": 14, "#base": 8, - "+": 146, "/": 6, - "/while": 7, "over": 2, "new": 14, "chunk": 2, @@ -34557,22 +36361,17 @@ "response_localpath": 8, "removetrailing": 8, "response_filepath": 8, - "http": 6, "//tagswap.net/found_rows": 2, "action_statement": 2, "string_findregexp": 8, "#sql": 42, - "find": 57, "ignorecase": 12, "||": 8, - "<": 7, "maxrecords_value": 2, "inaccurate": 2, "must": 4, "accurate": 2, - "/if": 53, "Default": 2, - "method": 7, "usually": 2, "fastest.": 2, "Can": 2, @@ -34580,9 +36379,7 @@ "GROUP": 4, "BY": 6, "example.": 2, - "First": 4, "normalize": 4, - "whitespace": 3, "around": 2, "FROM": 2, "expression": 6, @@ -34602,7 +36399,6 @@ "can": 14, "simple": 2, "later": 2, - "else": 32, "query": 4, "contains": 2, "use": 10, @@ -34612,7 +36408,6 @@ "slower": 2, "see": 16, "//bugs.mysql.com/bug.php": 2, - "id": 7, "removeleading": 2, "inline": 4, "sql": 2, @@ -34625,7 +36420,6 @@ "optional": 36, "local_defined": 26, "knop_seed": 2, - "Local": 7, "#RandChars": 4, "Get": 2, "Math_Random": 2, @@ -34633,9 +36427,7 @@ "Max": 2, "Size": 2, "#value": 14, - "join": 5, "#numericValue": 4, - "&&": 30, "length": 8, "#cryptvalue": 10, "#anyChar": 2, @@ -34649,9 +36441,7 @@ "self": 72, "_date_msec": 4, "/define_type": 4, - "type": 63, "seconds": 4, - "map": 23, "default": 4, "store": 4, "all": 6, @@ -34662,10 +36452,8 @@ "keys": 6, "var": 38, "#item": 10, - "isa": 25, "#type": 26, "#data": 14, - "insert": 18, "/iterate": 12, "//fail_if": 6, "session_id": 6, @@ -34673,7 +36461,6 @@ "session_addvar": 4, "#cache_name": 72, "duration": 4, - "second": 8, "#expires": 4, "server_name": 6, "initiate": 10, @@ -34692,7 +36479,6 @@ "cache": 4, "unlock": 6, "writeunlock": 4, - "null": 26, "#maxage": 4, "cached": 8, "data": 12, @@ -34701,9 +36487,6 @@ "reading": 2, "readlock": 2, "readunlock": 2, - "value": 14, - "true": 12, - "false": 8, "ignored": 2, "//##################################################################": 4, "knoptype": 2, @@ -34713,8 +36496,6 @@ "types": 10, "should": 4, "have": 6, - "parent": 5, - "This": 5, "identify": 2, "registered": 2, "knop": 6, @@ -34743,7 +36524,6 @@ "adjustments": 4, "9": 2, "Changed": 6, - "error_msg": 15, "error": 22, "numbers": 2, "added": 10, @@ -34762,10 +36542,8 @@ "error_lang": 2, "provide": 2, "knop_lang": 8, - "object": 7, "add": 12, "localized": 2, - "any": 14, "except": 2, "knop_base": 8, "html": 4, @@ -34775,7 +36553,6 @@ "formatted": 2, "output.": 2, "Centralized": 2, - "error_code": 11, "knop_base.": 2, "Moved": 6, "codes": 2, @@ -34784,7 +36561,6 @@ "It": 2, "always": 2, "an": 8, - "list": 4, "parameter.": 2, "trace": 2, "tagtime": 4, @@ -34803,7 +36579,6 @@ "exists": 2, "buffer.": 2, "The": 6, - "result": 6, "performance.": 2, "internal": 2, "html.": 2, @@ -34828,7 +36603,6 @@ "handler": 2, "explicitly": 2, "*/": 2, - "array": 20, "entire": 4, "ms": 2, "defined": 4, @@ -34837,18 +36611,13 @@ "avoid": 2, "recursion": 2, "properties": 4, - "params": 11, - "|": 13, "#endslash": 10, "#tags": 2, "#t": 2, "doesn": 4, - "t": 8, "p": 2, - "n": 30, "Parameters": 4, "nParameters": 2, - "r": 8, "Internal.": 2, "Finds": 2, "out": 2, @@ -34858,9 +36627,7 @@ "array.": 2, "variable.": 2, "Looking": 2, - "#params": 5, "#xhtmlparam": 4, - "boolean": 4, "plain": 2, "#doctype": 4, "copy": 4, @@ -34880,13 +36647,11 @@ "#custom_language": 10, "once": 4, "one": 2, - "key": 3, "#custom_string": 4, "#errorcodes": 4, "#error_code": 10, "message": 6, "getstring": 2, - "literal": 3, "test": 2, "known": 2, "lasso": 2, @@ -34915,7 +36680,6 @@ "10": 2, "SP": 4, "Fix": 2, - "decimal": 5, "precision": 2, "bug": 2, "6": 2, @@ -34925,7 +36689,6 @@ "15": 2, "Add": 2, "support": 6, - "host": 6, "Thanks": 2, "Ric": 2, "Lewis": 2, @@ -34999,7 +36762,6 @@ "paren...": 2, "corresponding": 2, "resultset": 2, - "...": 3, "/resultset": 2, "through": 2, "handling": 2, @@ -35019,8 +36781,6 @@ "recordpointer": 2, "called": 2, "until": 2, - "found": 5, - "set": 10, "reached.": 2, "Returns": 2, "long": 2, @@ -35032,7 +36792,6 @@ "example": 2, "below": 2, "Implemented": 2, - ".": 5, "reset": 2, "query.": 2, "shortcut": 2, @@ -35054,7 +36813,6 @@ "SQL": 2, "includes": 2, "relevant": 2, - "keyfield": 4, "lockfield": 2, "locking": 4, "capturesearchvars": 2, @@ -35094,181 +36852,7 @@ "proper": 2, "searchresult": 2, "separate": 2, - "COUNT": 2, - "define": 20, - "trait_json_serialize": 2, - "trait": 1, - "{": 18, - "require": 1, - "asString": 3, - "}": 18, - "json_serialize": 18, - "e": 13, - "bytes": 8, - "#e": 13, - "Replace": 19, - "&": 21, - "json_literal": 1, - "asstring": 4, - "gmt": 1, - "trait_forEach": 1, - "delimit": 7, - "foreach": 1, - "#delimit": 7, - "#1": 3, - "pr": 1, - "eachPair": 1, - "select": 1, - "#pr": 2, - "json_object": 2, - "foreachpair": 1, - "serialize": 1, - "json_consume_string": 3, - "ibytes": 9, - "obytes": 3, - "temp": 12, - "#temp": 19, - "#ibytes": 17, - "export8bits": 6, - "#obytes": 5, - "import8bits": 4, - "Escape": 1, - "unescape": 1, - "//Replace": 1, - "BeginsWith": 1, - "EndsWith": 1, - "Protect": 1, - "serialization_reader": 1, - "xml": 1, - "read": 1, - "/Protect": 1, - "regexp": 1, - "d": 2, - "T": 3, - "Z": 1, - "matches": 1, - "Format": 1, - "yyyyMMdd": 2, - "HHmmssZ": 1, - "HHmmss": 1, - "json_consume_token": 2, - "marker": 4, - "Is": 1, - "end": 2, - "token": 1, - "//............................................................................": 2, - "string_IsNumeric": 1, - "json_consume_array": 3, - "While": 1, - "If": 4, - "Discard": 1, - "Else": 7, - "#key": 12, - "json_consume_object": 2, - "Loop_Abort": 1, - "/If": 3, - "/While": 1, - "Find": 3, - "Return": 7, - "Second": 1, - "json_deserialize": 1, - "removeLeading": 1, - "bom_utf8": 1, - "Reset": 1, - "on": 1, - "provided": 1, - "**/": 1, - "public": 1, - "onCreate": 1, - "..onCreate": 1, - "#rest": 1, - "json_rpccall": 1, - "#id": 2, - "#host": 4, - "Lasso_UniqueID": 1, - "Decode_JSON": 2, - "Include_URL": 1, - "PostParams": 1, - "Encode_JSON": 1, - "Map": 3, - "#method": 1, - "LassoScript": 1, - "JSON": 2, - "Encoding": 1, - "Decoding": 1, - "Copyright": 1, - "LassoSoft": 1, - "Inc.": 1, - "": 1, - "": 1, - "": 1, - "incorporated": 1, - "Lasso_TagExists": 1, - "False": 1, - "Define_Tag": 1, - "Namespace": 1, - "Required": 1, - "Optional": 1, - "f": 2, - "b": 2, - "newoptions": 1, - "options": 2, - "queue": 2, - "priorityqueue": 2, - "stack": 2, - "pair": 1, - "client_ip": 1, - "client_address": 1, - "__jsonclass__": 6, - "deserialize": 2, - "": 3, - "": 3, - "Decode_": 1, - "consume_string": 1, - "unescapes": 1, - "u": 1, - "UTF": 4, - "QT": 4, - "TZ": 2, - "consume_token": 1, - "consume_array": 1, - "consume_object": 1, - "val": 1, - "native": 2, - "comment": 2, - "//www.lassosoft.com/json": 1, - "Literal": 2, - "String": 1, - "Object": 2, - "JSON_RPCCall": 1, - "RPCCall": 1, - "JSON_": 1, - "//localhost/lassoapps.8/rpc/rpc.lasso": 1, - "request": 2, - "JSON_Records": 3, - "KeyField": 1, - "ReturnField": 1, - "ExcludeField": 1, - "Fields": 1, - "_fields": 1, - "fields": 2, - "No": 1, - "_keyfield": 4, - "ID": 1, - "_index": 1, - "_return": 1, - "returnfield": 1, - "_exclude": 1, - "excludefield": 1, - "_records": 1, - "_record": 1, - "_temp": 1, - "_field": 1, - "_output": 1, - "rows": 1, - "#_records": 1, - "@#_output": 1, - "/Define_Tag": 1 + "COUNT": 2 }, "Latte": { "{": 54, @@ -36065,61 +37649,52 @@ "write": 1, "end_object.": 1 }, - "Lua": { - "local": 11, - "FileListParser": 5, - "pd.Class": 3, - "new": 3, - "(": 56, - ")": 56, - "register": 3, - "function": 16, - "initialize": 3, - "sel": 3, - "atoms": 3, - "-": 60, - "Base": 1, - "filename": 2, - "File": 2, - "extension": 2, - "Number": 4, - "of": 9, - "files": 1, - "in": 7, - "batch": 2, - "self.inlets": 3, - "To": 3, - "[": 17, - "list": 1, - "trim": 1, - "]": 17, - "binfile": 3, - "vidya": 1, - "file": 8, - "modder": 1, - "s": 5, - "mechanisms": 1, - "self.outlets": 3, - "self.extension": 3, - "the": 7, - "last": 1, - "self.batchlimit": 3, - "return": 3, + "LookML": { + "-": 12, + "view": 1, + "comments": 1, + "fields": 1, + "dimension": 4, + "id": 2, + "primary_key": 1, "true": 3, - "end": 26, - "in_1_symbol": 1, - "for": 9, - "i": 10, - "do": 8, - "self": 10, - "outlet": 10, - "{": 16, - "}": 16, - "..": 7, - "in_2_list": 1, - "d": 9, - "in_3_float": 1, - "f": 12, + "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 + }, + "Lua": { + "-": 60, "A": 1, "simple": 1, "counting": 1, @@ -36145,11 +37720,64 @@ "number": 3, "second": 1, "inlet.": 1, + "local": 11, "HelloCounter": 4, + "pd.Class": 3, + "new": 3, + "(": 56, + ")": 56, + "register": 3, + "function": 16, + "initialize": 3, + "sel": 3, + "atoms": 3, + "self.inlets": 3, + "self.outlets": 3, "self.num": 5, + "return": 3, + "true": 3, + "end": 26, "in_1_bang": 2, + "self": 10, + "outlet": 10, + "{": 16, + "}": 16, "+": 3, "in_2_float": 2, + "f": 12, + "FileListParser": 5, + "Base": 1, + "filename": 2, + "File": 2, + "extension": 2, + "Number": 4, + "of": 9, + "files": 1, + "in": 7, + "batch": 2, + "To": 3, + "[": 17, + "list": 1, + "trim": 1, + "]": 17, + "binfile": 3, + "vidya": 1, + "file": 8, + "modder": 1, + "s": 5, + "mechanisms": 1, + "self.extension": 3, + "the": 7, + "last": 1, + "self.batchlimit": 3, + "in_1_symbol": 1, + "for": 9, + "i": 10, + "do": 8, + "..": 7, + "in_2_list": 1, + "d": 9, + "in_3_float": 1, "FileModder": 10, "Object": 1, "triggering": 1, @@ -36244,17 +37872,45 @@ "in_8_list": 1 }, "M": { + "%": 207, + "zewdAPI": 52, ";": 1309, - "GT.M": 30, - "Digest": 2, - "Extension": 9, - "Copyright": 12, + "Enterprise": 5, + "Web": 5, + "Developer": 5, + "run": 2, + "-": 1605, + "time": 9, + "functions": 4, + "and": 59, + "user": 27, + "APIs": 1, + "Product": 2, "(": 2144, - "C": 9, + "Build": 6, ")": 2152, - "Piotr": 7, - "Koper": 7, - "": 7, + "Date": 2, + "Fri": 1, + "Nov": 1, + "|": 171, + "for": 77, + "GT.M": 30, + "m_apache": 3, + "Copyright": 12, + "c": 113, + "M/Gateway": 4, + "Developments": 4, + "Ltd": 4, + "Reigate": 4, + "Surrey": 4, + "UK.": 4, + "All": 4, + "rights": 4, + "reserved.": 4, + "http": 13, + "//www.mgateway.com": 4, + "Email": 4, + "rtweed@mgateway.com": 4, "This": 26, "program": 19, "is": 88, @@ -36312,7 +37968,6 @@ "PARTICULAR": 11, "PURPOSE.": 11, "See": 15, - "for": 77, "more": 13, "details.": 12, "You": 13, @@ -36330,298 +37985,356 @@ "see": 26, "": 11, ".": 815, - "trademark": 2, - "Fidelity": 2, - "Information": 2, - "Services": 2, - "Inc.": 2, - "-": 1605, - "http": 13, - "//sourceforge.net/projects/fis": 2, - "gtm/": 2, - "simple": 2, - "OpenSSL": 3, - "based": 1, - "digest": 19, - "extension": 3, - "rewrite": 1, - "EVP_DigestInit": 1, - "usage": 3, - "example": 5, - "additional": 5, - "M": 24, - "wrapper.": 1, - "//www.openssl.org/docs/crypto/EVP_DigestInit.html": 1, - "The": 11, - "return": 7, - "value": 72, - "from": 16, - "&": 28, - "digest.init": 3, - "usually": 1, - "when": 11, - "an": 14, - "invalid": 4, - "algorithm": 1, - "was": 5, - "specification.": 1, - "Anyway": 1, - "properly": 1, - "used": 6, - "never": 4, - "fail.": 1, - "Please": 2, - "feel": 2, - "to": 74, - "contact": 2, - "me": 2, - "if": 44, - "questions": 2, - "comments": 5, - "m": 37, - "returns": 7, - "ASCII": 2, - "HEX": 1, - "all": 8, - "one": 5, - "n": 197, - "c": 113, - "d": 381, - "s": 775, - "digest.update": 2, - ".c": 2, - ".m": 11, - "digest.final": 2, - ".d": 1, - "q": 244, - "init": 6, - "alg": 3, - "context": 1, - "handler": 9, - "try": 1, - "etc": 1, - "returned": 1, - "error": 62, - "occurs": 1, - "e.g.": 2, - "unknown": 1, - "update": 1, - "ctx": 4, - "msg": 6, - "updates": 1, - "message": 8, - ".ctx": 2, - ".msg": 1, - "final": 1, - "hex": 1, - "encoded": 8, - "frees": 1, - "memory": 1, - "allocated": 1, - "also": 4, - ".digest": 1, - "algorithms": 1, - "availability": 1, - "depends": 1, - "on": 17, - "libcrypto": 1, - "configuration": 1, - "md4": 1, - "md5": 2, - "sha": 1, - "sha1": 1, - "sha224": 1, - "sha256": 1, - "sha512": 1, - "dss1": 1, - "ripemd160": 1, - "code": 29, - "examples": 4, - "contrasting": 1, - "postconditionals": 1, - "IF": 9, - "commands": 1, - "post1": 1, - "postconditional": 3, - "set": 98, - "command": 11, - "b": 64, - "I": 43, - "purposely": 4, - "TEST": 16, - "false": 5, - "write": 59, - "<": 20, - "quit": 30, - "post2": 1, - "": 3, - "variable": 8, - "a=": 3, - "smaller": 3, - "than": 4, - "b=": 4, - "special": 2, - "after": 3, - "post": 1, - "condition": 1, - "if1": 2, - "if2": 2, - "start": 26, - "exercise": 1, - "car": 14, - "@": 8, - "part": 3, - "Keith": 1, - "Lynch": 1, - "p#f": 1, - "w": 127, - "p": 84, - "x": 96, - "+": 189, - "*8": 2, - "ZDIOUT1": 1, - "Experimental": 1, - "FileMan": 1, - "file": 10, - "output": 49, - "host": 2, - "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, - "BASIS": 1, - "WARRANTIES": 1, - "OR": 2, - "CONDITIONS": 1, - "OF": 2, - "KIND": 1, - "express": 1, - "implied.": 1, - "specific": 3, - "language": 6, - "governing": 1, - "permissions": 2, - "and": 59, - "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, - "CHECK": 1, - "FGR": 4, - "_FILE": 1, - "S": 99, - "IO": 4, - "DIR_": 1, - "P": 68, - "E": 12, - "L": 1, - "_": 127, - "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, - "first": 10, - "character": 5, - "tab": 1, - "space.": 1, - "V": 2, - "%": 207, - "zewdDemo": 1, - "Tutorial": 1, - "page": 12, - "functions": 4, - "Product": 2, - "Enterprise": 5, - "Web": 5, - "Developer": 5, - "Build": 6, - "Date": 2, - "Wed": 1, - "Apr": 1, - "|": 171, - "m_apache": 3, - "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, - "getLanguage": 1, - "sessid": 146, - "getRequestValue": 1, - "zewdAPI": 52, - "setSessionValue": 6, "QUIT": 251, - "login": 1, + "_": 127, + "getVersion": 1, + "zewdCompiler": 6, + "date": 1, + "getDate": 1, + "compilePage": 2, + "app": 13, + "page": 12, + "mode": 12, + "technology": 9, + "outputPath": 4, + "multilingual": 4, + "maxLines": 4, + "d": 381, + "g": 228, + "compileAll": 2, + "templatePageName": 2, + "autoTranslate": 2, + "language": 6, + "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, + "sessid": 146, + "releaseLock": 2, + "tokeniseURL": 2, + "url": 2, + "zewdCompiler16": 5, + "getSessid": 1, + "token": 21, + "i": 465, + "isTokenExpired": 2, + "p": 84, + "zewdSession": 39, + "initialiseSession": 1, + "k": 122, + "deleteSession": 2, + "changeApp": 1, + "appName": 4, + "setSessionValue": 6, + "setRedirect": 1, + "toPage": 1, + "e": 210, + "n": 197, + "path": 4, + "s": 775, + "getRootURL": 1, + "l": 84, + "zewd": 17, + "trace": 24, + "_sessid_": 3, + "_token_": 1, + "_nextPage": 1, + "zcvt": 11, + "nextPage": 1, + "isNextPageTokenValid": 2, + "zewdCompiler13": 10, + "isCSP": 1, + "normaliseTextValue": 1, + "text": 6, + "replaceAll": 11, + "writeLine": 2, + "line": 14, + "CacheTempBuffer": 2, + "j": 67, + "increment": 11, + "w": 127, + "displayOptions": 2, + "fieldName": 5, + "listName": 6, + "escape": 7, + "codeValue": 7, + "name": 121, + "nnvp": 1, + "nvp": 1, + "pos": 33, + "textValue": 6, + "value": 72, + "getSessionValue": 3, + "tr": 13, + "+": 189, + "f": 93, + "o": 51, + "q": 244, + "codeValueEsc": 7, + "textValueEsc": 7, + "htmlOutputEncode": 2, + "zewdAPI2": 5, + "_codeValueEsc_": 1, + "selected": 4, + "translationMode": 1, + "_appName": 1, + "typex": 1, + "type": 2, + "avoid": 1, + "Cache": 3, + "bug": 2, + "getPhraseIndex": 1, + "zewdCompiler5": 1, + "licensed": 1, + "setWarning": 2, + "isTemp": 11, + "setWLDSymbol": 1, + "Duplicate": 1, + "performance": 1, + "also": 4, + "wldAppName": 1, + "wldName": 1, + "wldSessid": 1, + "zzname": 1, + "zv": 6, + "[": 54, + "extcErr": 1, + "mess": 3, + "namespace": 1, + "zt": 20, + "valueErr": 1, + "exportCustomTags": 2, + "tagList": 1, + "filepath": 10, + ".tagList": 1, + "exportAllCustomTags": 2, + "importCustomTags": 2, + "filePath": 2, + "zewdForm": 1, + "stripSpaces": 6, + "np": 17, + "obj": 6, + "prop": 6, + "setSessionObject": 3, + "allowJSONAccess": 1, + "sessionName": 30, + "access": 21, + "disallowJSONAccess": 1, + "JSONAccess": 1, + "existsInSession": 2, + "existsInSessionArray": 2, + "p1": 5, + "p2": 10, + "p3": 3, + "p4": 2, + "p5": 2, + "p6": 2, + "p7": 2, + "p8": 2, + "p9": 2, + "p10": 2, + "p11": 2, + "clearSessionArray": 1, + "arrayName": 35, + "setSessionArray": 1, + "itemName": 16, + "itemValue": 7, + "getSessionArray": 1, + "array": 22, + "clearArray": 2, + "set": 98, + "m": 37, + "getSessionArrayErr": 1, + "Come": 1, + "here": 4, + "if": 44, + "error": 62, + "occurred": 2, + "addToSession": 2, + "@name": 4, + "mergeToSession": 1, + "mergeGlobalToSession": 2, + "globalName": 7, + "mergeGlobalFromSession": 2, + "mergeArrayToSession": 1, + "mergeArrayToSessionObject": 2, + ".array": 1, + "mergeArrayFromSession": 1, + "mergeFromSession": 1, + "deleteFromSession": 1, + "deleteFromSessionObject": 1, + "sessionNameExists": 1, + "getSessionArrayValue": 2, + "subscript": 7, + "exists": 6, + ".exists": 1, + "sessionArrayValueExists": 2, + "deleteSessionArrayValue": 2, + "Objects": 1, + "objectName": 13, + "propertyName": 3, + "propertyValue": 5, + "comma": 3, + "x": 96, + "replace": 27, + "objectName_": 2, + "_propertyName": 2, + "_propertyName_": 2, + "_propertyValue_": 1, + "_p": 1, + "quoted": 1, + "string": 50, + "FromStr": 6, + "S": 99, + "ToStr": 4, + "InText": 4, + "old": 3, + "new": 15, + "ok": 14, + "removeDocument": 1, + "zewdDOM": 3, + "instanceName": 2, + "clearXMLIndex": 1, + "zewdSchemaForm": 1, + "closeDOM": 1, + "makeTokenString": 1, + "length": 7, + "token_": 1, + "r": 88, + "makeString": 3, + "char": 9, + "len": 8, + "create": 6, + "characters": 8, + "str": 15, + "convertDateToSeconds": 1, + "hdate": 7, + "Q": 58, + "hdate*86400": 1, + "convertSecondsToDate": 1, + "secs": 2, + "secs#86400": 1, + "getTokenExpiry": 2, + "h*86400": 1, + "h": 39, + "randChar": 1, + "R": 2, + "lowerCase": 2, + "stripLeadingSpaces": 2, + "stripTrailingSpaces": 2, + "d1": 7, + "zd": 1, + "yy": 19, + "dd": 4, + "I": 43, + "<10>": 1, + "dd=": 2, + "mm=": 3, + "1": 74, + "d1=": 1, + "2": 14, + "p1=": 1, + "mm": 7, + "p2=": 1, + "yy=": 1, + "3": 6, + "dd_": 1, + "mm_": 1, + "inetTime": 1, + "Decode": 1, + "Internet": 1, + "Format": 1, + "Time": 1, + "from": 16, + "H": 1, + "format": 2, + "Offset": 1, + "relative": 1, + "to": 74, + "GMT": 1, + "eg": 3, + "hh": 4, + "ss": 4, + "<": 20, + "_hh": 1, + "time#3600": 1, + "_mm": 1, + "time#60": 1, + "_ss": 2, + "hh_": 1, + "_mm_": 1, + "openNewFile": 2, + "openFile": 2, + "openDOM": 2, + "&": 28, + "#39": 1, + "<\",\"<\")>": 1, + "string=": 1, + "gt": 1, + "amp": 1, + "HTML": 1, + "quot": 2, + "stop": 20, + "no": 54, + "no2": 1, + "p1_c_p2": 1, + "getIP": 2, + "Get": 2, + "own": 2, + "IP": 1, + "address": 1, + "ajaxErrorRedirect": 2, + "classExport": 2, + "className": 2, + "methods": 2, + ".methods": 1, + "strx": 2, + "disableEwdMgr": 1, + "enableEwdMgr": 1, + "enableWLDAccess": 1, + "disableWLDAccess": 1, + "isSSOValid": 2, + "sso": 2, "username": 8, "password": 8, + "zewdMgrAjax2": 1, + "uniqueId": 1, + "nodeOID": 2, + "filename": 2, + "linkToParentSession": 2, + "zewdCompiler20": 1, + "exportToGTM": 1, + "routine": 6, + "zewdDemo": 1, + "Tutorial": 1, + "Wed": 1, + "Apr": 1, + "getLanguage": 1, + "getRequestValue": 1, + "login": 1, "getTextValue": 4, "getPasswordValue": 2, - "trace": 24, "_username_": 1, "_password": 1, - "i": 465, "logine": 1, + "message": 8, "textid": 1, "errorMessage": 1, "ewdDemo": 8, "clearList": 2, "appendToList": 4, - "user": 27, - "f": 93, - "o": 51, "addUsername": 1, "newUsername": 5, "newUsername_": 1, @@ -36631,7 +38344,6 @@ "getSelectValue": 3, "_user": 1, "getPassword": 1, - "g": 228, "setPassword": 1, "getObjDetails": 1, "data": 43, @@ -36647,359 +38359,51 @@ "createTextArea": 1, ".textarea": 1, "userType": 4, - "selected": 4, "setMultipleSelectValues": 1, ".selected": 1, "testField3": 3, ".value": 1, "testField2": 1, "field3": 1, + "must": 8, "null": 6, "dateTime": 1, - "compute": 2, - "miles": 4, - "gallons": 4, - "miles/gallons": 1, - "computepesimist": 1, - "miles/": 1, - "computeoptimist": 1, - "/gallons": 1, - "PRCAAPR": 1, - "WASH": 1, - "ISC@ALTOONA": 1, - "PA/RGY": 1, - "PATIENT": 5, - "ACCOUNT": 1, - "PROFILE": 1, - "CONT": 1, - "/9/94": 1, - "AM": 1, - "Accounts": 1, - "Receivable": 1, - "**198": 1, - "**": 4, - "Mar": 1, - "Per": 1, - "VHA": 1, - "Directive": 1, - "routine": 6, - "modified.": 1, - "EN": 2, - "PRCATY": 2, - "NEW": 3, - "DIC": 6, - "X": 19, - "Y": 26, - "DEBT": 10, - "PRCADB": 5, - "DA": 4, - "PRCA": 14, - "COUNT": 2, - "OUT": 2, - "SEL": 1, - "BILL": 11, - "BAT": 8, - "TRAN": 5, - "DR": 4, - "DXS": 1, - "DTOUT": 2, - "DIROUT": 1, - "DIRUT": 1, - "DUOUT": 1, - "ASK": 3, - "DPTNOFZY": 2, - "DPTNOFZK": 2, - "K": 5, - "R": 2, - "DTIME": 1, - "G": 40, - "UPPER": 1, - "VALM1": 1, - "RCD": 1, - "DISV": 2, - "DUZ": 3, - "NAM": 1, - "RCFN01": 1, - "COMP": 2, - "EN1": 1, - "PRCAATR": 1, - "Y_": 3, - "PRCADB_": 1, - "HDR": 1, - "PRCAAPR1": 3, - "HDR2": 1, - "DIS": 1, - "STAT1": 2, - "F": 10, - "_PRCATY_": 1, - "COMP1": 2, - "RCY": 5, - "]": 15, - "COMP2": 2, - "STAT": 8, - "_STAT_": 1, - "TMP": 26, - "J": 38, - "_STAT": 1, - "Compile": 2, - "payments": 1, - "_TRAN": 1, - "zmwire": 53, - "M/Wire": 4, - "Protocol": 2, - "Systems": 1, - "eg": 3, - "Cache": 3, - "By": 1, - "default": 6, - "server": 1, - "runs": 2, - "port": 4, - "For": 3, - "systems": 3, - "invoked": 2, - "via": 2, - "xinetd": 2, - "Edit": 1, - "/etc/services": 1, - "add": 5, - "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, - "installed": 1, - "MGWSI": 1, + "start": 26, + "student": 14, + "zwrite": 1, + "write": 59, "order": 11, - "provide": 1, - "MD5": 6, - "hashing": 1, - "function": 6, - "passwords": 1, - "Alternatively": 1, - "substitute": 1, - "callout": 1, - "choice": 1, - "Daemon": 2, - "which": 4, - "running": 1, - "jobbed": 1, - "process": 3, - "job": 1, - "zmwireDaemon": 2, - "simply": 1, - "editing": 2, - "Stop": 1, - "RESJOB": 1, - "it.": 2, - "mwireVersion": 4, - "mwireDate": 2, - "July": 1, - "t": 12, - "_crlf": 22, - "build": 2, - "crlf": 6, - "response": 29, - "zewd": 17, - "_response_": 4, - "l": 84, - "_crlf_response_crlf": 4, - "zv": 6, - "authNeeded": 6, - "input": 41, - "cleardown": 2, - "zint": 1, - "j": 67, - "role": 3, - "loop": 7, - "e": 210, - "log": 1, - "halt": 3, - "auth": 2, - "k": 122, - "ignore": 12, - "pid": 36, - "monitor": 1, - "input_crlf": 1, - "lineNo": 19, - "zsy": 2, - "_pid_": 1, - "_pid": 1, - "monitoroutput": 1, - "logger": 17, - "initialise": 3, - "tot": 2, - "count": 18, - "mwireLogger": 3, - "increment": 11, - "info": 1, - "response_": 1, - "_count": 1, - "setpassword": 1, - "SETPASSWORD": 2, - "secret": 2, - "OK": 6, - "": 1, - "role=": 1, - "admin": 1, - "newrole": 4, - "getGloRef": 3, - "gloName": 1, - "gloRef": 15, - "nb": 2, - "subs": 8, - "len": 8, - "nsp": 1, - "subs_": 2, - "quot": 2, - "_data_": 3, - "subscripts": 8, - "_value_": 1, - "_error_": 1, - "ok": 14, - "kill": 3, - "xx": 16, - "yy": 19, - "No": 17, - "access": 21, - "allowed": 18, - "global": 26, - "method": 2, - "Missing": 5, - "JSON": 7, - "transaction": 6, - "document": 6, - "step": 8, - "setJSON": 4, - "json": 9, - "globalName": 7, - "GlobalName": 3, - "Global": 8, - "name": 121, - "setGlobal": 1, - "zmwire_null_value": 1, - "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, - "query": 4, - "p2": 10, - "*2": 1, - "queryget": 1, - "xxyy": 2, - "zz": 2, - "numeric": 8, - "exists": 6, - "getallsubscripts": 1, - "*": 6, - "orderall": 1, - "": 3, - "note": 2, - "escaping": 1, - "world": 4, - "foo": 2, - "CacheTempEWD": 16, - "_gloRef": 1, - "zt": 20, - "@x": 4, - "i*2": 3, - "_crlf_": 1, - "j_": 1, - "params": 10, - "resp": 5, - "_crlf_resp_crlf": 2, - "_crlf_data_crlf": 2, - "mergeto": 1, - "dataLength": 4, - "key": 22, - "keyLength": 6, - "noOfRecs": 6, - "MERGETO": 1, - "myglobal": 1, - "*6": 1, - "hello": 1, - "": 2, - "length": 7, - "means": 2, - "no": 54, - "put": 1, - "top": 1, - "r": 88, - "N.N": 12, - "noOfRecs#2": 1, - "noOfRecs/2": 1, - "_i_": 5, - "gloRef1": 2, - "gloRef1_": 2, - "_gloRef1_key_": 1, - "sub": 2, - "literal": 2, - "true": 2, - "boolean": 2, - "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, - "stop": 20, - "_name_": 1, - "subs2_": 2, - "value_c": 1, - "lc": 3, - "N.N1": 4, - "string": 50, - "newString": 4, - "newString_c": 1, - "utfConvert": 1, - "Unescape": 1, - "UTF": 17, - "buf": 4, - "c1": 4, - "buf_c1_": 1, - "tr": 13, + "do": 15, + "quit": 30, + "file": 10, + "part": 3, + "DataBallet.": 4, + "C": 9, + "Laurent": 2, + "Parenteau": 2, + "": 2, + "DataBallet": 4, + "encode": 1, + "Return": 1, + "base64": 6, + "URL": 2, + "Filename": 1, + "safe": 3, + "alphabet": 2, + "RFC": 1, + "todrop": 2, + "Populate": 1, + "values": 4, + "on": 17, + "first": 10, + "use": 5, + "only.": 1, + "zextract": 3, + "zlength": 3, "Comment": 1, + "comment": 4, "block": 1, + "comments": 5, "always": 2, "semicolon": 1, "next": 1, @@ -37009,29 +38413,43 @@ "whitespace": 2, "alone": 1, "valid": 2, + "**": 4, "Comments": 1, "graphic": 3, + "character": 5, "such": 1, "@#": 1, + "*": 6, + "{": 5, + "}": 5, + "]": 15, "/": 3, "space": 1, "considered": 1, "though": 1, + "t": 12, + "it.": 2, + "ASCII": 2, "whose": 1, + "numeric": 8, + "code": 29, "above": 3, "below": 1, "are": 14, "NOT": 2, + "allowed": 18, "routine.": 1, "multiple": 1, "semicolons": 1, "okay": 1, "has": 7, "tag": 2, - "bug": 2, + "after": 3, "does": 1, + "command": 11, "Tag1": 1, "Tags": 2, + "an": 14, "uppercase": 2, "lowercase": 1, "alphabetic": 2, @@ -37050,6 +38468,7 @@ "variables": 3, "close": 1, "ANOTHER": 1, + "X": 19, "Normally": 1, "subroutine": 1, "would": 2, @@ -37060,976 +38479,119 @@ "rule": 1, "END": 1, "implicit": 1, - "PCRE": 23, - "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, - "pcre": 59, - "routines": 6, - "beginner": 1, - "tips": 1, - "match": 41, - "limits": 6, - "exception": 12, - "handling": 2, - "GT.M.": 1, - "Try": 2, - "out": 2, - "known": 2, - "book": 1, - "regular": 1, - "expressions": 1, - "//regex.info/": 1, - "information": 1, - "//pcre.org/": 1, - "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, - ".s": 5, - ".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, - "called": 8, - "environment": 7, - "defined": 2, - "LANG": 4, - "LC_*": 1, - "specified": 4, - "...": 6, - "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, - "limit": 14, - "depth": 1, - "recursion": 1, - "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, - "<0>": 2, - "ec=": 7, - "ovector": 25, - "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, - "NAME": 3, - "nametable": 4, - "1": 74, - "index": 1, - "0": 23, - "indexed": 4, - "substring": 1, - "begin": 18, - "end": 33, - "begin=": 3, - "2": 14, - "end=": 4, - "octet": 4, - "UNICODE": 1, - "so": 4, - "ze": 8, - "begin_": 1, - "_end": 1, - "store": 6, - "same": 2, - "stores": 1, - "captured": 6, - "array": 22, - "key=": 2, - "gstore": 3, - "round": 12, - "byref": 5, - "test": 6, - "ref=": 3, - "l=": 2, - "capture": 10, - "indexes": 1, - "extended": 1, - "NAMED_ONLY": 2, - "only": 9, - "named": 12, - "groups": 5, - "OVECTOR": 2, - "namedonly": 9, - "options=": 4, - "i=": 14, - "o=": 12, - "u": 6, - "namedonly=": 2, - "ovector=": 2, - "NO_AUTO_CAPTURE": 2, - "c=": 28, - "_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, - "remove": 6, - "them": 1, - "before": 2, - "byref=": 2, - "check": 2, - "UTF8": 2, - "double": 1, - "char": 9, - "new": 15, - "utf8=": 1, - "crlf=": 3, - "NL_CRLF": 1, - "NL_ANY": 1, - "NL_ANYCRLF": 1, - "none": 1, - "NEWLINE": 1, - "..": 28, - ".start": 1, - "unwind": 1, - "call": 1, - "optimize": 1, - "do": 15, - "leave": 1, - "advance": 1, - "clear": 6, - "LF": 1, - "CR": 1, - "CRLF": 1, - "mode": 12, - "middle": 1, - ".i": 2, - ".match": 2, - ".round": 2, - ".byref": 2, - ".ovector": 2, - "replace": 27, - "subst": 3, - "last": 4, - "occurrences": 1, - "matched": 1, - "back": 4, - "th": 3, - "replaced": 1, - "where": 6, - "substitution": 2, - "begins": 1, - "substituted": 2, - "defaults": 3, - "ends": 1, - "offset": 6, - "backref": 1, - "boffset": 1, - "prepare": 1, - "reference": 2, - "stack": 8, - ".subst": 1, - ".backref": 1, - "silently": 1, - "zco": 1, - "": 1, - "s/": 6, - "b*": 7, - "/Xy/g": 6, - "print": 8, - "aa": 9, - "et": 4, - "direct": 3, - "place": 9, - "take": 1, - "setup": 3, - "trap": 10, - "source": 3, - "location": 5, - "argument": 1, - "st": 6, - "@ref": 2, - "COMPILE": 2, - "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, - "raised": 2, - "i.e.": 3, - "NOMATCH": 2, - "ever": 1, - "uncommon": 1, - "situation": 1, - "too": 1, - "small": 1, - "considering": 1, - "size": 3, - "controlled": 1, - "here": 4, - "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, - "Fibonacci": 1, - "term": 10, - "create": 6, - "student": 14, - "zwrite": 1, - "Mumtris": 3, - "tetris": 1, - "game": 1, - "MUMPS": 1, - "fun.": 1, - "Resize": 1, - "terminal": 2, - "maximize": 1, - "PuTTY": 1, - "window": 1, - "report": 1, - "mumtris.": 1, - "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, - "It": 2, - "fall": 5, - "lock": 2, - "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, - "t10m": 1, - "h": 39, - "q=": 6, - "d=": 1, - "zb": 2, - "3": 6, - "rotate": 5, - "right": 3, - "left": 5, - "fl=": 1, - "gr=": 1, - "hl": 2, - "help": 2, - "drop": 2, - "hd=": 1, - "matrix": 2, - "draw": 3, - "y": 33, - "ticks": 2, - "h=": 2, - "1000000000": 1, - "e=": 1, - "t10m=": 1, - "100": 2, - "n=": 1, - "ne=": 1, - "x=": 5, - "y=": 3, - "r=": 3, - "collision": 6, - "score": 5, - "k=": 1, - "4": 5, - "j=": 4, - "<1))))>": 1, - "800": 1, - "200": 1, - "lv": 5, - "lc=": 1, - "10": 1, - "mt_": 2, - "cls": 6, - "dh/2": 6, - "dw/2": 6, - "*s": 4, - "echo": 1, - "intro": 1, - "pos": 33, - "workaround": 1, - "ANSI": 1, - "driver": 1, - "NL": 1, - "some": 1, - "safe": 3, - "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, - "point": 2, - "____": 1, - "__": 2, - "||": 1, - "Implementation": 1, - "works": 1, - "ZCHSET": 2, - "please": 1, - "don": 1, - "joke.": 1, - "Serves": 1, - "well": 2, - "reverse": 1, - "engineering": 1, - "obtaining": 1, - "integer": 1, - "addition": 1, - "modulo": 1, - "division.": 1, - "//en.wikipedia.org/wiki/MD5": 1, - "#64": 1, - "msg_": 1, - "_m_": 1, - "n64": 2, - "read": 2, - ".p": 1, - "*i": 3, - "#16": 3, - "xor": 4, - "#4294967296": 6, - "n32h": 5, - "bit": 5, - "#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, + "Digest": 2, + "Extension": 9, + "Piotr": 7, + "Koper": 7, + "": 7, + "trademark": 2, + "Fidelity": 2, + "Information": 2, + "Services": 2, + "Inc.": 2, + "//sourceforge.net/projects/fis": 2, + "gtm/": 2, + "simple": 2, + "OpenSSL": 3, + "based": 1, + "digest": 19, + "extension": 3, + "rewrite": 1, + "EVP_DigestInit": 1, + "usage": 3, + "example": 5, + "additional": 5, + "M": 24, + "wrapper.": 1, + "//www.openssl.org/docs/crypto/EVP_DigestInit.html": 1, + "The": 11, + "return": 7, + "digest.init": 3, + "usually": 1, + "when": 11, + "invalid": 4, + "algorithm": 1, + "was": 5, + "specification.": 1, + "Anyway": 1, + "properly": 1, + "used": 6, + "never": 4, + "fail.": 1, + "Please": 2, + "feel": 2, + "contact": 2, + "me": 2, + "questions": 2, + "returns": 7, + "HEX": 1, + "all": 8, + "one": 5, + "digest.update": 2, + ".c": 2, + ".m": 11, + "digest.final": 2, + ".d": 1, + "init": 6, + "alg": 3, + "context": 1, + "handler": 9, + "try": 1, + "etc": 1, + "returned": 1, + "occurs": 1, + "e.g.": 2, + "unknown": 1, + "update": 1, + "ctx": 4, + "msg": 6, + "updates": 1, + ".ctx": 2, + ".msg": 1, + "final": 1, + "hex": 1, + "encoded": 8, + "frees": 1, + "memory": 1, + "allocated": 1, + ".digest": 1, + "algorithms": 1, + "availability": 1, + "depends": 1, + "libcrypto": 1, + "configuration": 1, + "md4": 1, + "md5": 2, + "sha": 1, + "sha1": 1, + "sha224": 1, + "sha256": 1, + "sha512": 1, + "dss1": 1, + "ripemd160": 1, + "These": 2, "two": 2, + "routines": 6, "illustrate": 1, "dynamic": 1, "scope": 1, "triangle1": 1, "sum": 15, "main2": 1, + "y": 33, "triangle2": 1, - "statement": 3, - "statements": 1, - "contrasted": 1, - "if3": 1, - "else": 7, - "clause": 2, - "if4": 1, - "bodies": 1, - "MDB": 60, - "M/DB": 2, - "Mumps": 1, - "Emulation": 1, - "Amazon": 1, - "SimpleDB": 1, - "buildDate": 1, - "indexLength": 10, - "Note": 2, - "keyId": 108, - "been": 4, - "tested": 1, - "time": 9, - "these": 1, - "methods": 2, - "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, - ".startTime": 5, - "MDBUAF": 2, - ".boxUsage": 22, - "createDomain": 1, - "domainName": 38, - "dn": 4, - "dnx": 3, - "id": 33, - "noOfDomains": 12, - "token": 21, - "MDBConfig": 1, - "getDomainId": 3, - "found": 7, - "namex": 8, - "buildItemNameIndex": 2, - "domainId": 53, - "itemId": 41, - "itemValue": 7, - "itemValuex": 3, - "countDomains": 2, - "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, - "valueId": 16, - "xvalue": 4, - "Item": 1, - "Domain": 1, - "itemNamex": 4, - "parseJSON": 1, - "attributesJSON": 1, - ".attributes": 5, - "attribute": 14, - "getAttributeId": 2, - "domain": 1, - "Not": 1, - "existing": 2, - "values": 4, - "now": 1, - "name/value": 2, - "pair": 1, - "getAttributes": 2, - "suppressBoxUsage": 1, - "attrNo": 9, - "valueNo": 6, - "delete": 2, - "item": 2, - "associated": 1, - "queryIndex": 1, - "records": 2, - "pairs": 2, - "vno": 2, - "completely": 3, - "references": 1, - "maxNoOfItems": 3, - "itemList": 12, - "session": 1, - "identifier": 1, - "stored": 1, - "queryExpression": 16, - "relink": 1, - "zewdGTMRuntime": 1, - "CGIEVAR": 1, - "cgi": 1, - "unescName": 5, - "urlDecode": 2, - "KEY": 36, - "WebLink": 1, - "entry": 5, - "action": 15, - "AWSAcessKeyId": 1, - "db": 9, - "hash": 1, - "itemsAndAttrs": 2, - "secretKey": 1, - "signatureMethod": 2, - "signatureVersion": 3, - "stringToSign": 2, - "rltKey": 2, - "_action_": 2, - "h_": 3, - "mdbKey": 2, - "errorResponse": 9, - ".requestId": 7, - "createResponse": 4, - "installMDBM": 1, - "authenticate": 1, - "MDBSession": 1, - "createResponseStringToSign": 1, - "Security": 1, - "_db": 1, - "MDBAPI": 1, - "_db_": 1, - "db_": 1, - "_action": 1, - "metaData": 1, - "domainMetadata": 1, - ".metaData": 1, - "paramName": 8, - "paramValue": 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, - "select": 3, - "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, - "queryExpression=": 4, - "_queryExpression": 2, - "isNull": 1, - "5": 1, - "8": 1, - "isNotNull": 1, - "9": 1, - "np": 17, - "prevName": 1, - "np=": 1, - "diffNames": 6, - "_term": 3, - "expr_": 1, - "_orderBy": 1, - "runQuery": 2, - ".itemList": 4, - "escVals": 1, - "str_c": 2, - "_x_": 1, - "orderBy": 1, - "_query": 1, - "parseSelect": 1, - ".domainName": 2, - ".queryExpression": 1, - ".orderBy": 1, - ".limit": 1, - "replaceAll": 11, - "executeSelect": 1, - ".itemStack": 1, - "***": 2, - "listCopy": 3, - "escape": 7, - "externalSelect": 2, - "_keyId_": 1, - "_selectExpression": 1, - "FromStr": 6, - "ToStr": 4, - "InText": 4, - "old": 3, - "p1": 5, - "stripTrailingSpaces": 2, - "spaces": 3, - "makeString": 3, - "string_spaces": 1, + "compute": 2, + "Fibonacci": 1, + "b": 64, + "term": 10, "start1": 2, + "entry": 5, "start2": 1, - "run": 2, - "APIs": 1, - "Fri": 1, - "Nov": 1, - "getVersion": 1, - "zewdCompiler": 6, - "date": 1, - "getDate": 1, - "compilePage": 2, - "app": 13, - "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, - "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, - "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, - "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, + "function": 6, "computes": 1, "factorial": 3, "f*n": 1, "main": 1, - "label1": 1, "GMRGPNB0": 1, "CISC/JH/RM": 1, "NARRATIVE": 1, @@ -38054,6 +38616,7 @@ "BUILDING": 1, "GMRGE0": 11, "GMRGADD": 4, + "D": 64, "GMR": 6, "GMRGA0": 11, "GMRGPDA": 9, @@ -38061,11 +38624,14 @@ "NOW": 1, "DTC": 1, "GMRGB0": 9, + "O": 24, "GMRGST": 6, "GMRGPDT": 2, + "STAT": 8, "GMRGRUT0": 3, "GMRGF0": 3, "GMRGSTAT": 8, + "P": 68, "_GMRGB0_": 2, "GMRD": 6, "GMRGSSW": 3, @@ -38079,14 +38645,763 @@ "STORETXT": 1, "GMRGRUT1": 1, "GMRGSPC": 3, + "F": 10, "GMRGD0": 7, "ALIST": 1, + "G": 40, + "TMP": 26, + "J": 38, "GMRGPLVL": 6, "GMRGA0_": 1, "_GMRGD0_": 1, "_GMRGSSW_": 1, "_GMRGADD": 1, "GMRGI0": 6, + "label1": 1, + "if1": 2, + "statement": 3, + "if2": 2, + "statements": 1, + "contrasted": 1, + "": 3, + "variable": 8, + "a=": 3, + "smaller": 3, + "than": 4, + "b=": 4, + "if3": 1, + "else": 7, + "clause": 2, + "if4": 1, + "bodies": 1, + "exercise": 1, + "car": 14, + "@": 8, + "MD5": 6, + "Implementation": 1, + "It": 2, + "works": 1, + "ZCHSET": 2, + "please": 1, + "don": 1, + "only": 9, + "joke.": 1, + "Serves": 1, + "well": 2, + "reverse": 1, + "engineering": 1, + "obtaining": 1, + "boolean": 2, + "integer": 1, + "addition": 1, + "modulo": 1, + "division.": 1, + "//en.wikipedia.org/wiki/MD5": 1, + "#64": 1, + "msg_": 1, + "_m_": 1, + "n64": 2, + "*8": 2, + "read": 2, + ".p": 1, + "..": 28, + "...": 6, + "*i": 3, + "#16": 3, + "xor": 4, + "rotate": 5, + "#4294967296": 6, + "n32h": 5, + "bit": 5, + "#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, + "MDB": 60, + "M/DB": 2, + "Mumps": 1, + "Emulation": 1, + "Amazon": 1, + "SimpleDB": 1, + "buildDate": 1, + "indexLength": 10, + "Note": 2, + "keyId": 108, + "been": 4, + "tested": 1, + "these": 1, + "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, + ".startTime": 5, + "MDBUAF": 2, + "end": 33, + ".boxUsage": 22, + "createDomain": 1, + "domainName": 38, + "dn": 4, + "dnx": 3, + "id": 33, + "noOfDomains": 12, + "MDBConfig": 1, + "getDomainId": 3, + "found": 7, + "namex": 8, + "buildItemNameIndex": 2, + "domainId": 53, + "itemId": 41, + "itemValuex": 3, + "countDomains": 2, + "key": 22, + "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, + "attributes": 32, + "valueId": 16, + "xvalue": 4, + "add": 5, + "Item": 1, + "Domain": 1, + "itemNamex": 4, + "parseJSON": 1, + "zmwire": 53, + "attributesJSON": 1, + ".attributes": 5, + "attribute": 14, + "getAttributeId": 2, + "domain": 1, + "Not": 1, + "same": 2, + "remove": 6, + "existing": 2, + "now": 1, + "name/value": 2, + "pair": 1, + "getAttributes": 2, + "suppressBoxUsage": 1, + "attrNo": 9, + "valueNo": 6, + "delete": 2, + "item": 2, + "associated": 1, + "queryIndex": 1, + "records": 2, + "specified": 4, + "pairs": 2, + "vno": 2, + "left": 5, + "completely": 3, + "references": 1, + "maxNoOfItems": 3, + "itemList": 12, + "session": 1, + "identifier": 1, + "stored": 1, + "queryExpression": 16, + "relink": 1, + "zewdGTMRuntime": 1, + "CGIEVAR": 1, + "cgi": 1, + "unescName": 5, + "urlDecode": 2, + "KEY": 36, + "response": 29, + "WebLink": 1, + "point": 2, + "action": 15, + "AWSAcessKeyId": 1, + "db": 9, + "hash": 1, + "itemsAndAttrs": 2, + "secretKey": 1, + "signatureMethod": 2, + "signatureVersion": 3, + "stringToSign": 2, + "rltKey": 2, + "_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, + "where": 6, + "limit": 14, + "asc": 1, + "inValue": 6, + "expr": 18, + "rel": 2, + "itemStack": 3, + "between": 2, + "<=\">": 1, + "lastWord=": 7, + "inAttr=": 5, + "expr=": 10, + "thisWord=": 7, + "inAttr": 2, + "c=": 28, + "queryExpression=": 4, + "_queryExpression": 2, + "4": 5, + "isNull": 1, + "5": 1, + "8": 1, + "isNotNull": 1, + "9": 1, + "offset": 6, + "prevName": 1, + "np=": 1, + "diffNames": 6, + "_term": 3, + "expr_": 1, + "_orderBy": 1, + "runQuery": 2, + ".itemList": 4, + "escVals": 1, + "str_c": 2, + "_x_": 1, + "query": 4, + "orderBy": 1, + "_query": 1, + "parseSelect": 1, + ".domainName": 2, + ".queryExpression": 1, + ".orderBy": 1, + ".limit": 1, + "executeSelect": 1, + ".itemStack": 1, + "***": 2, + "listCopy": 3, + "N.N": 12, + "N.N1": 4, + "externalSelect": 2, + "json": 9, + "_keyId_": 1, + "_selectExpression": 1, + "spaces": 3, + "string_spaces": 1, + "test": 6, + "miles": 4, + "gallons": 4, + "miles/gallons": 1, + "computepesimist": 1, + "miles/": 1, + "computeoptimist": 1, + "/gallons": 1, + "Mumtris": 3, + "tetris": 1, + "game": 1, + "MUMPS": 1, + "fun.": 1, + "Resize": 1, + "terminal": 2, + "maximize": 1, + "PuTTY": 1, + "window": 1, + "restart": 3, + "so": 4, + "report": 1, + "true": 2, + "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, + "means": 2, + "CPU": 1, + "fall": 5, + "lock": 2, + "clear": 6, + "change": 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, + "matrix": 2, + "stack": 8, + "draw": 3, + "ticks": 2, + "h=": 2, + "1000000000": 1, + "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, + "lc": 3, + "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, + "N": 19, + "h/2": 3, + "*w/2": 3, + "fill": 3, + "fl": 2, + "*x": 1, + "mx": 4, + "my": 5, + "step": 8, + "**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, + "ax": 2, + "bx": 2, + "cx": 2, + "ay": 2, + "cy": 2, + "sumx": 3, + "sqrx": 3, + "sumxy": 5, + "x*x": 1, + "x*y": 1, + "PCRE": 23, + "tries": 1, + "deliver": 1, + "best": 2, + "possible": 5, + "interface": 1, + "world": 4, + "providing": 1, + "support": 3, + "arrays": 1, + "stringified": 2, + "parameter": 1, + "names": 3, + "simplified": 1, + "API": 7, + "locales": 2, + "exceptions": 1, + "Perl5": 1, + "Global": 8, + "Match.": 1, + "pcreexamples.m": 2, + "comprehensive": 1, + "examples": 4, + "pcre": 59, + "beginner": 1, + "level": 5, + "tips": 1, + "match": 41, + "limits": 6, + "exception": 12, + "handling": 2, + "UTF": 17, + "GT.M.": 1, + "out": 2, + "known": 2, + "book": 1, + "regular": 1, + "expressions": 1, + "//regex.info/": 1, + "For": 3, + "information": 1, + "//pcre.org/": 1, + "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, + "LANG": 4, + "LC_*": 1, + "output": 49, + "Debian": 2, + "tip": 1, + "dpkg": 1, + "reconfigure": 1, + "enable": 1, + "system": 1, + "wide": 1, + "number": 5, + "internal": 3, + "matching": 4, + "calls": 1, + "pcre_exec": 4, + "execution": 2, + "manual": 2, + "details": 5, + "depth": 1, + "recursion": 1, + "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, + "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, + "NAME": 3, + "nametable": 4, + "index": 1, + "indexed": 4, + "substring": 1, + "begin": 18, + "begin=": 3, + "end=": 4, + "contains": 2, + "octet": 4, + "UNICODE": 1, + "ze": 8, + "begin_": 1, + "_end": 1, + "store": 6, + "stores": 1, + "captured": 6, + "key=": 2, + "gstore": 3, + "round": 12, + "byref": 5, + "global": 26, + "ref=": 3, + "l=": 2, + "capture": 10, + "indexes": 1, + "extended": 1, + "NAMED_ONLY": 2, + "named": 12, + "groups": 5, + "OVECTOR": 2, + "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, + "crlf": 6, + "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, + "build": 2, + "NEWLINE": 1, + ".start": 1, + "unwind": 1, + "call": 1, + "optimize": 1, + "leave": 1, + "advance": 1, + "LF": 1, + "CR": 1, + "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, + "default": 6, + "setup": 3, + "trap": 10, + "source": 3, + "location": 5, + "argument": 1, + "@ref": 2, + "E": 12, + "COMPILE": 2, + "meaning": 1, + "zs": 2, + "re": 2, + "raise": 3, + "XC": 1, + "specific": 3, + "U16384": 1, + "U16385": 1, + "U16386": 1, + "U16387": 1, + "U16388": 2, + "U16389": 1, + "U16390": 1, + "U16391": 1, + "U16392": 2, + "U16393": 1, + "NOTES": 1, + "U16401": 2, + "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, "Examples": 4, "pcre.m": 1, "parameters": 1, @@ -38109,6 +39424,7 @@ "myexception2": 2, "st_": 1, "zl_": 2, + "Compile": 2, ".options": 1, "Run": 1, ".offset": 1, @@ -38119,6 +39435,7 @@ "usable": 1, "integers": 1, "way": 1, + "i*2": 3, "what": 2, "/mg": 2, "aaa": 1, @@ -38135,6 +39452,7 @@ "second": 1, "letter": 1, "": 1, + "which": 4, "ISO8859": 1, "//en.wikipedia.org/wiki/Polish_code_pages": 1, "complete": 1, @@ -38167,6 +39485,7 @@ "utflocale": 2, "LC_CTYPE": 1, "Set": 2, + "obtain": 2, "results.": 1, "envlocale": 2, "ztrnlnm": 2, @@ -38179,6 +39498,7 @@ "gtm_icu_version": 1, "recompiled": 1, "object": 4, + "files": 4, "Instructions": 1, "Install": 1, "libicu48": 2, @@ -38211,11 +39531,14 @@ "engine": 1, "very": 2, "long": 2, + "runs": 2, "especially": 1, "there": 2, + "paths": 2, "tree": 1, "checked.": 1, "Functions": 1, + "using": 4, "itself": 1, "allows": 1, "MATCH_LIMIT": 1, @@ -38248,11 +39571,14 @@ "caller": 1, "exception.": 1, "lead": 1, + "writing": 4, "prompt": 1, "terminating": 1, "image.": 1, + "define": 2, "handlers.": 1, "Handler": 1, + "No": 17, "nohandler": 4, "Pattern": 1, "failed": 1, @@ -38301,6 +39627,92 @@ "newline": 1, "utf8support": 1, "myexception3": 1, + "contrasting": 1, + "postconditionals": 1, + "IF": 9, + "commands": 1, + "post1": 1, + "postconditional": 3, + "purposely": 4, + "TEST": 16, + "false": 5, + "post2": 1, + "special": 2, + "post": 1, + "condition": 1, + "PRCAAPR": 1, + "WASH": 1, + "ISC@ALTOONA": 1, + "PA/RGY": 1, + "PATIENT": 5, + "ACCOUNT": 1, + "PROFILE": 1, + "CONT": 1, + "/9/94": 1, + "AM": 1, + "V": 2, + "Accounts": 1, + "Receivable": 1, + "**198": 1, + "Mar": 1, + "Per": 1, + "VHA": 1, + "Directive": 1, + "modified.": 1, + "EN": 2, + "PRCATY": 2, + "NEW": 3, + "DIC": 6, + "Y": 26, + "DEBT": 10, + "PRCADB": 5, + "DA": 4, + "PRCA": 14, + "COUNT": 2, + "OUT": 2, + "SEL": 1, + "BILL": 11, + "BAT": 8, + "TRAN": 5, + "DR": 4, + "DXS": 1, + "DTOUT": 2, + "DIROUT": 1, + "DIRUT": 1, + "DUOUT": 1, + "ASK": 3, + "DPTNOFZY": 2, + "DPTNOFZK": 2, + "K": 5, + "DTIME": 1, + "UPPER": 1, + "VALM1": 1, + "RCD": 1, + "DISV": 2, + "DUZ": 3, + "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, + "Keith": 1, + "Lynch": 1, + "p#f": 1, "PXAI": 1, "ISL/JVS": 1, "ISA/KWP": 1, @@ -38327,9 +39739,11 @@ "PXACCNT": 2, "add/edit/delete": 1, "PCE.": 1, + "required": 4, "pointer": 4, "visit": 3, "related.": 1, + "then": 2, "nodes": 1, "needed": 1, "lookup/create": 1, @@ -38351,6 +39765,7 @@ "Primary": 3, "Provider": 1, "moment": 1, + "editing": 2, "being": 1, "dangerous": 1, "dotted": 1, @@ -38388,6 +39803,7 @@ "located": 1, "Order": 1, "#100": 1, + "process": 3, "processed": 1, "could": 1, "incorrectly": 1, @@ -38442,6 +39858,7 @@ "ARRAY": 2, "PXAICPTV": 1, "SEND": 1, + "W": 4, "BLD": 2, "DIALOG": 4, ".PXAERR": 3, @@ -38457,6 +39874,7 @@ "PRI": 3, "PRVPRIM": 2, "AUPNVPRV": 2, + "U": 14, ".04": 1, "DIQ1": 1, "POVPRM": 1, @@ -38478,23 +39896,6 @@ ".F": 2, "..E": 1, "...S": 5, - "DataBallet.": 4, - "Laurent": 2, - "Parenteau": 2, - "": 2, - "DataBallet": 4, - "encode": 1, - "Return": 1, - "base64": 6, - "URL": 2, - "Filename": 1, - "alphabet": 2, - "RFC": 1, - "todrop": 2, - "Populate": 1, - "only.": 1, - "zextract": 3, - "zlength": 3, "decode": 1, "val": 5, "Decoded": 1, @@ -38539,6 +39940,7 @@ "IS": 3, "QUEUED.": 1, "WVB": 4, + "OR": 2, "OPEN": 1, "ONLY": 1, "CLOSED.": 1, @@ -38573,6 +39975,7 @@ "DEQUEUE": 1, "TASKMAN": 1, "QUEUE": 1, + "OF": 2, "PRINTOUT.": 1, "SETVARS": 2, "WVUTL5": 2, @@ -38590,16 +39993,241 @@ "WVBRNOT2": 1, "WVPOP": 1, "WVLOOP": 1, - "ax": 2, - "bx": 2, - "cx": 2, - "ay": 2, - "cy": 2, - "sumx": 3, - "sqrx": 3, - "sumxy": 5, - "x*x": 1, - "x*y": 1 + "ZDIOUT1": 1, + "Experimental": 1, + "FileMan": 1, + "host": 2, + "Open": 1, + "Source": 1, + "Electronic": 1, + "Health": 1, + "Record": 1, + "Agent": 1, + "Licensed": 1, + "Apache": 1, + "Version": 1, + "may": 3, + "except": 1, + "compliance": 1, + "License.": 2, + "//www.apache.org/licenses/LICENSE": 1, + "Unless": 1, + "applicable": 1, + "law": 1, + "agreed": 1, + "BASIS": 1, + "WARRANTIES": 1, + "CONDITIONS": 1, + "KIND": 1, + "express": 1, + "implied.": 1, + "governing": 1, + "permissions": 2, + "limitations": 1, + "ASKFILE": 1, + "FILE": 5, + "ASKDIR": 1, + "DIR": 3, + "SAVEFILE": 2, + "Save": 1, + "given": 1, + "directory": 1, + "CHECK": 1, + "FGR": 4, + "_FILE": 1, + "IO": 4, + "DIR_": 1, + "L": 1, + "FILENAME": 1, + "_IO_": 1, + "_P_": 1, + "NM": 1, + "non": 1, + "printing": 1, + "escaped": 1, + "evaluation": 1, + "RHS": 1, + "SET.": 1, + "TODO": 1, + "Caller": 1, + "indentation": 1, + "tab": 1, + "space.": 1, + "M/Wire": 4, + "Protocol": 2, + "Systems": 1, + "By": 1, + "server": 1, + "port": 4, + "systems": 3, + "invoked": 2, + "via": 2, + "xinetd": 2, + "Edit": 1, + "/etc/services": 1, + "mwire": 2, + "/tcp": 1, + "#": 1, + "Service": 1, + "Copy": 2, + "/etc/xinetd.d/mwire": 1, + "/usr/local/gtm/zmwire": 1, + "its": 1, + "executable": 1, + "edited": 1, + "Restart": 1, + "sudo": 1, + "/etc/init.d/xinetd": 1, + "On": 1, + "installed": 1, + "MGWSI": 1, + "provide": 1, + "hashing": 1, + "passwords": 1, + "Alternatively": 1, + "substitute": 1, + "callout": 1, + "choice": 1, + "Daemon": 2, + "running": 1, + "jobbed": 1, + "job": 1, + "zmwireDaemon": 2, + "simply": 1, + "Stop": 1, + "RESJOB": 1, + "mwireVersion": 4, + "mwireDate": 2, + "July": 1, + "_crlf": 22, + "_response_": 4, + "_crlf_response_crlf": 4, + "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, + "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, + "_data_": 3, + "subscripts": 8, + "_value_": 1, + "_error_": 1, + "kill": 3, + "xx": 16, + "method": 2, + "Missing": 5, + "JSON": 7, + "transaction": 6, + "document": 6, + "setJSON": 4, + "GlobalName": 3, + "setGlobal": 1, + "zmwire_null_value": 1, + "Invalid": 1, + "props": 1, + "arr": 2, + "getJSON": 2, + "incr": 1, + "incrbr": 1, + "class": 1, + "##": 2, + "decr": 1, + "decrby": 1, + "direction": 1, + "subscriptValue": 1, + "dataStatus": 1, + "dataValue": 1, + "nextsubscript": 2, + "reverseorder": 1, + "*2": 1, + "queryget": 1, + "xxyy": 2, + "zz": 2, + "getallsubscripts": 1, + "orderall": 1, + "": 3, + "note": 2, + "escaping": 1, + "foo": 2, + "_gloRef": 1, + "@x": 4, + "_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, + "put": 1, + "top": 1, + "noOfRecs#2": 1, + "noOfRecs/2": 1, + "gloRef1": 2, + "gloRef1_": 2, + "_gloRef1_key_": 1, + "sub": 2, + "literal": 2, + "valquot_value_valquot": 1, + "json_value_": 1, + "subscripts1": 2, + "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, + "newString": 4, + "newString_c": 1, + "utfConvert": 1, + "Unescape": 1, + "buf": 4, + "c1": 4, + "buf_c1_": 1 }, "MTML": { "<$mt:Var>": 15, @@ -38636,11 +40264,6 @@ "": 1 }, "Makefile": { - "SHEBANG#!make": 1, - "%": 1, - "ls": 1, - "-": 6, - "l": 1, "all": 1, "hello": 4, "main.o": 3, @@ -38648,6 +40271,7 @@ "hello.o": 3, "g": 4, "+": 8, + "-": 6, "o": 1, "main.cpp": 2, "c": 3, @@ -38656,7 +40280,11 @@ "clean": 1, "rm": 1, "rf": 1, - "*o": 1 + "*o": 1, + "SHEBANG#!make": 1, + "%": 1, + "ls": 1, + "l": 1 }, "Markdown": { "Tender": 1 @@ -38711,17 +40339,48 @@ "bazCompo": 1 }, "Mathematica": { - "Notebook": 2, + "Get": 1, "[": 307, + "]": 286, + "Notebook": 2, "{": 227, "Cell": 28, "CellGroupData": 8, + "BoxData": 19, + "RowBox": 34, + "}": 222, "CellChangeTimes": 13, "-": 134, "*": 19, - "}": 222, - "]": 286, - "BoxData": 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, "NamespaceBox": 1, "DynamicModuleBox": 1, "Typeset": 7, @@ -38731,13 +40390,9 @@ "Asynchronous": 1, "All": 1, "TimeConstraint": 1, - "Automatic": 9, - "Method": 2, "elements": 1, "pod1": 1, "XMLElement": 13, - "False": 19, - "True": 7, "FormBox": 4, "TagBox": 9, "GridBox": 2, @@ -38751,7 +40406,6 @@ "LineSpacing": 2, "GridBoxBackground": 1, "GrayLevel": 17, - "None": 8, "GridBoxItemSize": 2, "ColumnsEqual": 2, "RowsEqual": 2, @@ -38770,7 +40424,6 @@ "TraditionalOrder": 1, "&": 2, "pod2": 1, - "RowBox": 34, "LinebreakAdjustments": 2, "FontFamily": 1, "UnitFontFamily": 1, @@ -38782,17 +40435,13 @@ "ZeroWidthTimes": 1, "pod3": 1, "TemplateBox": 1, - "GraphicsBox": 2, "GraphicsComplexBox": 1, - "CompressedData": 9, "EdgeForm": 2, "Directive": 5, "Opacity": 2, - "Hue": 5, "GraphicsGroupBox": 2, "PolygonBox": 3, "RGBColor": 3, - "LineBox": 5, "Dashing": 1, "Small": 1, "GridLines": 1, @@ -38811,31 +40460,20 @@ "Epilog": 1, "CapForm": 1, "Offset": 8, - "Scaled": 10, "DynamicBox": 1, "ToBoxes": 1, "DynamicModule": 1, "pt": 1, - "(": 2, "NearestFunction": 1, - "SuperscriptBox": 1, - "MultilineFunction": 1, - "Open": 7, - "NumberMarks": 3, - "AspectRatio": 1, - "NCache": 1, - "GoldenRatio": 1, - ")": 1, - "Axes": 1, - "AxesLabel": 1, - "AxesOrigin": 1, - "PlotRange": 1, - "PlotRangeClipping": 1, - "PlotRangePadding": 1, - "WindowSize": 1, - "WindowMargins": 1, - "FrontEndVersion": 1, - "StyleDefinitions": 1, + "Paclet": 1, + "Name": 1, + "Version": 1, + "MathematicaVersion": 1, + "Description": 1, + "Creator": 1, + "Extensions": 1, + "Language": 1, + "MainPage": 1, "BeginPackage": 1, ";": 42, "PossiblyTrueQ": 3, @@ -38895,15 +40533,6 @@ "Symbol": 2, "NumericQ": 1, "EndPackage": 1, - "Paclet": 1, - "Name": 1, - "Version": 1, - "MathematicaVersion": 1, - "Description": 1, - "Creator": 1, - "Extensions": 1, - "Language": 1, - "MainPage": 1, "Do": 1, "If": 1, "Length": 1, @@ -38912,392 +40541,74 @@ "i": 3, "+": 2, "Print": 1, - "Break": 1, - "Get": 1 + "Break": 1 }, "Matlab": { "function": 34, "[": 311, - "d": 12, - "d_mean": 3, - "d_std": 3, - "]": 311, - "normalize": 1, - "(": 1379, - ")": 1380, - "mean": 2, - ";": 909, - "-": 673, - "repmat": 2, - "size": 11, - "std": 1, - "d./": 1, - "end": 150, - "clear": 13, - "all": 15, - "%": 554, - "mu": 73, - "Earth": 2, - "Moon": 2, - "xl1": 13, - "yl1": 12, - "xl2": 9, - "yl2": 8, - "xl3": 8, - "yl3": 8, - "xl4": 10, - "yl4": 9, - "xl5": 8, - "yl5": 8, - "Lagr": 6, - "C": 13, - "*Potential": 5, - "x_0": 45, - "y_0": 29, - "vx_0": 37, - "vy_0": 22, - "sqrt": 14, - "+": 169, - "T": 22, - "C_star": 1, - "*Omega": 5, - "E": 8, - "C/2": 1, - "options": 14, - "odeset": 4, - "e": 14, - "Integrate": 6, - "first": 3, - "orbit": 1, - "t0": 6, - "Y0": 6, - "ode113": 2, - "@f": 6, - "x0": 4, - "y0": 2, - "vx0": 2, - "vy0": 2, - "l0": 1, - "length": 49, - "delta_E0": 1, - "abs": 12, - "Energy": 4, - "Hill": 1, - "Edgecolor": 1, - "none": 1, - ".2f": 5, - "ok": 2, - "sg": 1, - "sr": 1, - "x_T": 25, - "y_T": 17, - "vx_T": 22, - "e_T": 7, - "filter": 14, - "Integrate_FILE": 1, - "e_0": 7, - "N": 9, - "nx": 32, - "ny": 29, - "nvx": 32, - "ne": 29, - "zeros": 61, - "vy_T": 12, - "Look": 2, - "for": 78, - "phisically": 2, - "meaningful": 6, - "points": 11, - "meaningless": 2, - "point": 14, - "only": 7, - "h": 19, - "waitbar": 6, - "i": 338, - "i/nx": 2, - "sprintf": 11, - "j": 242, - "parfor": 5, - "k": 75, - "l": 64, - "*e_0": 3, - "if": 52, - "isreal": 8, - "ci": 9, - "t": 32, - "Y": 19, - "te": 2, - "ye": 9, - "ie": 2, - "ode45": 6, - "*": 46, - "Potential": 1, - "close": 4, - "tic": 7, - "Choice": 2, - "of": 35, - "the": 14, - "mass": 2, - "parameter": 2, - "Computation": 9, - "Lagrangian": 3, - "Points": 2, - "initial": 5, - "total": 6, - "energy": 8, - "E_L1": 4, - "Omega": 7, - "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, - "n": 102, - "ndgrid": 2, - "linspace": 14, - "*E": 2, - "vx_0.": 2, - "E_cin": 4, - "Transforming": 1, - "into": 1, - "Hamiltonian": 1, - "variables": 2, - "px_0": 2, - "py_0": 2, - "px_T": 4, - "py_T": 4, - "filtro": 15, - "ones": 6, - "E_T": 11, - "a": 17, - "matrix": 3, - "numbers": 2, - "integration": 9, - "steps": 2, - "each": 2, - "np": 8, - "number": 2, - "integrated": 5, - "fprintf": 18, - "tolerance": 2, - "setting": 4, - "energy_tol": 6, - "inf": 1, - "Jacobian": 3, - "system": 2, - "@cr3bp_jac": 1, - "Parallel": 2, - "equations": 2, - "motion": 2, - "&&": 13, - "Check": 6, - "real": 3, - "velocity": 2, - "and": 7, - "positive": 2, - "Kinetic": 2, - "@fH": 1, - "Saving": 4, - "solutions": 2, - "final": 2, - "difference": 2, - "with": 2, - "one": 3, - "EnergyH": 1, - "delta_E": 7, - "conservation": 2, - "position": 2, - "else": 23, - "interesting": 4, - "non": 2, - "sense": 2, - "bad": 4, - "t_integrazione": 3, - "toc": 5, - "t_integr": 1, - "Back": 1, - "to": 9, - "FTLE": 14, - "dphi": 12, - "ftle": 10, - "...": 162, - "/": 59, - "Manual": 2, - "visualize": 2, - "Inf": 1, - "*T": 3, - "*log": 2, - "max": 9, - "eig": 6, - "tempo": 4, - "per": 5, - "integrare": 2, - "s": 13, - "calcolare": 2, - "var_": 2, - "_": 2, - "var_xvx_": 2, - "ode00": 2, - "_n": 2, - "_e": 1, - "_H": 1, - "save": 2, - "nome": 2, - "Call": 2, - "matlab_function": 5, - "which": 2, - "resides": 2, - "same": 2, - "directory": 2, - "value1": 4, - "semicolon": 2, - "at": 3, - "line": 15, - "is": 7, - "not": 3, - "mandatory": 2, - "suppresses": 2, - "output": 7, - "command": 2, - "line.": 2, - "value2": 4, - "result": 5, - "disp": 8, - "error": 16, - "cross_validation": 1, - "x": 46, + "dx": 6, "y": 25, - "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, - "f_x_t": 2, - "inline": 1, - "grid_min": 3, - "grid_max": 3, - "grid_width": 1, - "grid_spacing": 5, - "grid_width/": 1, - "advected_x": 12, - "advected_y": 12, - "store": 4, - "advected": 2, - "positions": 2, - "they": 2, - "would": 2, - "appear": 2, - "coords": 2, - "sigma": 6, - "compute": 2, - "phi": 13, - "*grid_width/": 4, - "find": 24, - "eigenvalue": 2, - "*phi": 2, - "log": 2, - "lambda_max": 2, - "/abs": 3, - "plot": 26, - "field": 2, - "contourf": 2, - "colorbar": 1, - "classdef": 1, - "matlab_class": 2, - "properties": 1, - "R": 1, - "G": 1, - "B": 9, - "methods": 1, - "obj": 2, - "r": 2, - "g": 5, - "b": 12, - "obj.R": 2, - "obj.G": 2, - "obj.B": 2, - "num2str": 10, - "enumeration": 1, - "red": 1, - "green": 1, - "blue": 1, - "cyan": 1, - "magenta": 1, - "yellow": 1, - "black": 1, - "white": 1, - "filtfcn": 2, - "statefcn": 2, - "makeFilter": 1, - "v": 12, - "@iirFilter": 1, - "@getState": 1, - "yn": 2, - "iirFilter": 1, - "xn": 4, - "vOut": 2, - "getState": 1, - "RK4": 3, - "fun": 5, - "tspan": 7, - "th": 1, - "order": 11, - "Runge": 1, - "Kutta": 1, - "integrator": 2, - "dim": 2, - "while": 1, - "<": 9, - "k1": 4, - "k2": 3, - "h/2": 2, - "k1*h/2": 1, - "k3": 3, - "k2*h/2": 1, - "k4": 4, - "h*k3": 1, - "h/6*": 1, - "*k2": 1, - "*k3": 1, - "z": 3, - "*vx_0": 1, - "pcolor": 2, - "shading": 3, - "flat": 3, - "settings": 3, - "overwrite_settings": 2, - "defaultSettings": 3, - "overrideSettings": 3, - "overrideNames": 2, - "fieldnames": 5, - "defaultNames": 2, - "notGiven": 5, - "setxor": 1, - "settings.": 1, + "]": 311, + "adapting_structural_model": 2, + "(": 1379, + "t": 32, + "x": 46, + "u": 3, + "varargin": 25, + ")": 1380, + "%": 554, + "size": 11, + "aux": 3, "{": 157, + "end": 150, "}": 157, - "defaultSettings.": 1, + ";": 909, + "m": 44, + "zeros": 61, + "b": 12, + "for": 78, + "i": 338, + "if": 52, + "+": 169, + "elseif": 14, + "else": 23, + "display": 10, + "aux.pars": 3, + ".*": 2, + "Yp": 2, + "human": 1, + "aux.timeDelay": 2, + "c1": 5, + "aux.m": 3, + "*": 46, + "aux.b": 3, + "e": 14, + "-": 673, + "c2": 5, + "Yc": 5, + "parallel": 2, + "plant": 4, + "aux.plantFirst": 2, + "aux.plantSecond": 2, + "Ys": 1, + "feedback": 1, + "A": 11, + "B": 9, + "C": 13, + "D": 7, + "tf2ss": 1, + "Ys.num": 1, + "Ys.den": 1, + "average": 1, + "n": 102, + "|": 2, + "&": 4, + "error": 16, + "sum": 2, + "/length": 1, "bicycle": 7, "bicycle_state_space": 1, "speed": 20, - "varargin": 25, "S": 5, "dbstack": 1, "CURRENT_DIRECTORY": 2, @@ -39306,8 +40617,7 @@ "par": 7, "par_text_to_struct": 4, "filesep": 14, - "A": 11, - "D": 7, + "...": 162, "whipple_pull_force_abcd": 2, "states": 7, "outputs": 10, @@ -39318,21 +40628,32 @@ "userSettings": 3, "varargin_to_structure": 2, "struct": 1, + "settings": 3, + "overwrite_settings": 2, + "defaultSettings": 3, "minStates": 2, - "sum": 2, "ismember": 15, "settings.states": 3, + "<": 9, "keepStates": 2, + "find": 24, "removeStates": 1, "row": 6, + "abs": 12, "col": 5, + "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, @@ -39341,140 +40662,31 @@ "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, - "hold": 23, - "lane_change": 1, - "start": 4, - "width": 3, - "slope": 3, - "pathLength": 3, - "num": 24, - "type": 4, - "single": 1, - "double": 1, - "Double": 1, - "lane": 4, - "change": 1, - "needs": 1, - "lane.": 1, - "laneLength": 4, - "startOfSlope": 3, - "endOfSlope": 1, - "&": 4, - "<=>": 1, - "1": 1, - "downSlope": 3, - "Yc": 5, - "plant": 4, - "parallel": 2, - "choose_plant": 4, - "p": 7, - "tf": 18, - "elseif": 14, - "display": 10, - "average": 1, - "m": 44, - "|": 2, - "/length": 1, + "x_0": 45, + "linspace": 14, + "vx_0": 37, + "z": 3, + "j": 242, + "*vx_0": 1, + "figure": 17, + "pcolor": 2, + "shading": 3, + "flat": 3, "name": 4, + "order": 11, "convert_variable": 1, "variable": 10, "coordinates": 6, "speeds": 21, "get_variables": 2, "columns": 4, - "clc": 1, - "bikes": 24, - "load_bikes": 2, - "rollData": 8, - "generate_data": 5, "create_ieee_paper_plots": 2, - "write_gains": 1, - "pathToFile": 11, - "gains": 12, - "contents": 1, - "importdata": 1, - "speedsInFile": 5, - "contents.data": 2, - "gainsInFile": 3, - "sameSpeedIndices": 5, - "allGains": 4, - "allSpeeds": 4, - "sort": 1, - "fid": 7, - "fopen": 2, - "contents.colheaders": 1, - "fclose": 2, - "Elements": 1, - "grid": 1, - "definition": 2, - "Dimensionless": 1, - "integrating": 1, - "time": 21, - "C_L1": 3, - "*E_L1": 1, - "from": 2, - "Szebehely": 1, - "Setting": 1, - "RelTol": 2, - "AbsTol": 2, - "From": 1, - "Short": 1, - "r1": 3, - "r2": 3, - "i/n": 1, - ".": 13, - "y_0.": 2, - "./": 1, - "mu./": 1, - "@f_reg": 1, - "filtro_1": 12, - "||": 3, - "ftle_norm": 1, - "ds_x": 1, - "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, - "dphi*dphi": 1, + "data": 27, + "rollData": 8, "global": 6, "goldenRatio": 12, + "sqrt": 14, + "/": 59, "exist": 1, "mkdir": 1, "linestyles": 15, @@ -39488,6 +40700,7 @@ "var": 3, "io": 7, "typ": 3, + "length": 49, "plot_io": 1, "phase_portraits": 2, "eigenvalues": 2, @@ -39497,6 +40710,8 @@ "set": 43, "gcf": 17, "freq": 12, + "hold": 23, + "all": 15, "closedLoops": 1, "bikeData.closedLoops": 1, "bops": 7, @@ -39509,6 +40724,7 @@ "deltaDen": 2, "closedLoops.Delta.den": 1, "bodeplot": 6, + "tf": 18, "neuroNum": 2, "neuroDen": 2, "whichLines": 3, @@ -39544,10 +40760,13 @@ "annotation": 13, "dArrow2": 2, "dArrow": 2, + "filename": 21, + "pathToFile": 11, "print": 6, "fix_ps_linestyle": 6, "openLoops": 1, "bikeData.openLoops": 1, + "num": 24, "openLoops.Phi.num": 1, "den": 15, "openLoops.Phi.den": 1, @@ -39556,14 +40775,19 @@ "openLoops.Y.num": 1, "openLoops.Y.den": 1, "openBode": 3, + "line": 15, "wc": 14, "wShift": 5, + "num2str": 10, "bikeData.handlingMetric.num": 1, "bikeData.handlingMetric.den": 1, + "w": 6, "mag": 4, "phase": 2, "bode": 5, "metricLine": 1, + "plot": 26, + "k": 75, "Linewidth": 7, "Color": 13, "Linestyle": 6, @@ -39587,12 +40811,15 @@ "PaperPosition": 3, "PaperSize": 3, "rad/sec": 1, + "phi": 13, "Open": 1, "Loop": 1, "Bode": 1, "Diagrams": 1, + "at": 3, "m/s": 6, "Latex": 1, + "type": 4, "LineStyle": 2, "LineWidth": 2, "Location": 2, @@ -39607,13 +40834,16 @@ "openBode.eps": 1, "deps2c": 3, "maxMag": 2, + "max": 9, "magnitudes": 1, "area": 1, "fillColors": 1, "gca": 8, "speedNames": 12, "metricLines": 2, + "bikes": 24, "data.": 6, + ".": 13, ".handlingMetric.num": 1, ".handlingMetric.den": 1, "chil": 2, @@ -39631,12 +40861,14 @@ "Lateral": 1, "Deviation": 1, "paths.eps": 1, + "d": 12, "like": 1, "plot.": 1, "names": 6, "prettyNames": 3, "units": 3, "index": 6, + "fieldnames": 5, "data.Browser": 1, "maxValue": 4, "oneSpeed": 3, @@ -39646,6 +40878,7 @@ "pad": 10, "yShift": 16, "xShift": 3, + "time": 21, "oneSpeed.time": 2, "oneSpeed.speed": 2, "distance": 6, @@ -39660,8 +40893,10 @@ "loc": 3, "l1": 2, "l2": 2, + "first": 3, "ylabel": 4, "box": 4, + "&&": 13, "x_r": 6, "y_r": 6, "w_r": 5, @@ -39699,6 +40934,7 @@ "legends": 3, "floatSpec": 3, "twentyPercent": 1, + "generate_data": 5, "nominalData": 1, "nominalData.": 2, "bikeData.": 2, @@ -39712,21 +40948,107 @@ "pathToParFile": 2, "str": 2, "eigenValues": 1, + "eig": 6, + "real": 3, "zeroIndices": 3, + "ones": 6, "maxEvals": 4, "maxLine": 7, "minLine": 4, "min": 1, "speedInd": 12, - "Conditions": 1, - "Integration": 2, - "@cross_y": 1, - "textscan": 1, - "strtrim": 2, - "vals": 2, - "regexp": 1, - "par.": 1, - "str2num": 1, + "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, + "train": 1, + "x_test": 3, + "y_test": 3, + "calc_cost": 1, + "calc_error": 2, + "mean": 2, + "value": 2, + "isterminal": 2, + "direction": 2, + "mu": 73, + "FIXME": 1, + "from": 2, + "the": 14, + "largest": 1, + "primary": 1, + "clear": 13, + "tic": 7, + "T": 22, + "x_min": 3, + "x_max": 3, + "y_min": 3, + "y_max": 3, + "how": 1, + "many": 1, + "points": 11, + "per": 5, + "one": 3, + "measure": 1, + "unit": 1, + "both": 1, + "in": 8, + "and": 7, + "ds": 1, + "x_res": 7, + "*n": 2, + "y_res": 7, + "grid_x": 3, + "grid_y": 3, + "advected_x": 12, + "advected_y": 12, + "parfor": 5, + "X": 6, + "ode45": 6, + "@dg": 1, + "store": 4, + "advected": 2, + "positions": 2, + "as": 4, + "they": 2, + "would": 2, + "appear": 2, + "coords": 2, + "Compute": 3, + "FTLE": 14, + "sigma": 6, + "compute": 2, + "Jacobian": 3, + "*ds": 4, + "eigenvalue": 2, + "of": 35, + "*phi": 2, + "log": 2, + "lambda_max": 2, + "/abs": 3, + "*T": 3, + "toc": 5, + "field": 2, + "contourf": 2, + "location": 1, + "EastOutside": 1, + "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, + "load_data": 4, + "t0": 6, "t1": 6, "t2": 6, "t3": 1, @@ -39739,6 +41061,7 @@ "find_structural_gains": 2, "yh": 2, "fit": 6, + "x0": 4, "compare": 3, "resultPlantOne.fit": 1, "guessPlantTwo": 3, @@ -39750,22 +41073,15 @@ "resultPlantTwo.fit.par": 1, "gainSlopeOffset": 6, "eye": 9, - "aux.pars": 3, "this": 2, + "only": 7, "uses": 1, "tau": 1, "through": 1, "wfs": 1, - "aux.timeDelay": 2, - "aux.plantFirst": 2, - "aux.plantSecond": 2, + "true": 2, "plantOneSlopeOffset": 3, "plantTwoSlopeOffset": 3, - "aux.m": 3, - "aux.b": 3, - "dx": 6, - "adapting_structural_model": 2, - "aux": 3, "mod": 3, "idnlgrey": 1, "pem": 1, @@ -39775,11 +41091,11 @@ "plantNum.plantTwo": 2, "sections": 13, "secData.": 1, + "||": 3, "guess.": 2, "result.": 2, ".fit.par": 1, "currentGuess": 2, - ".*": 2, "warning": 1, "randomGuess": 1, "The": 6, @@ -39791,25 +41107,428 @@ "results.mat": 1, "guess": 1, "plantNum": 1, + "result": 5, "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, + "gains": 12, ".vaf": 1, - "arguments": 7, - "ischar": 1, - "options.": 1, - "value": 2, - "isterminal": 2, - "direction": 2, - "FIXME": 1, - "largest": 1, - "primary": 1, + "Elements": 1, + "grid": 1, + "definition": 2, + "Dimensionless": 1, + "integrating": 1, + "Choice": 2, + "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, + "Szebehely": 1, + "E": 8, + "Offset": 2, + "Initial": 3, + "conditions": 3, + "range": 2, + "x_0_min": 8, + "x_0_max": 8, + "vx_0_min": 8, + "vx_0_max": 8, + "y_0": 29, + "ndgrid": 2, + "vy_0": 22, + "*E": 2, + "*Omega": 5, + "vx_0.": 2, + "E_cin": 4, + "x_T": 25, + "y_T": 17, + "vx_T": 22, + "vy_T": 12, + "filtro": 15, + "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, + "options": 14, + "integrator": 2, + "RelTol": 2, + "AbsTol": 2, + "From": 1, + "Short": 1, + "odeset": 4, + "Parallel": 2, + "equations": 2, + "motion": 2, + "h": 19, + "waitbar": 6, + "r1": 3, + "r2": 3, + "g": 5, + "i/n": 1, + "y_0.": 2, + "./": 1, + "mu./": 1, + "isreal": 8, + "Check": 6, + "velocity": 2, + "positive": 2, + "Kinetic": 2, + "Y": 19, + "@f_reg": 1, + "Saving": 4, + "solutions": 2, + "final": 2, + "difference": 2, + "with": 2, + "conservation": 2, + "position": 2, + "point": 14, + "interesting": 4, + "non": 2, + "sense": 2, + "bad": 4, + "close": 4, + "t_integrazione": 3, + "filtro_1": 12, + "dphi": 12, + "ftle": 10, + "ftle_norm": 1, + "ds_x": 1, + "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, + "*log": 2, + "dphi*dphi": 1, + "tempo": 4, + "integrare": 2, + ".2f": 5, + "calcolare": 2, + "var_": 2, + "_": 2, + "var_xvx_": 2, + "ode00": 2, + "_n": 2, + "save": 2, + "nome": 2, + "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, + "Range": 1, + "E_0": 4, + "C_L1/2": 1, + "Y_0": 4, + "nx": 32, + "nvx": 32, + "dvx": 3, + "ny": 29, + "dy": 5, + "/2": 3, + "ne": 29, + "de": 4, + "e_0": 7, + "Definition": 1, + "arrays": 1, + "In": 1, + "approach": 1, + "useful": 9, + "pints": 1, + "are": 1, + "stored": 1, + "filter": 14, + "l": 64, + "v_y": 3, + "*e_0": 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, + "N": 9, + "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, + "filter_ftle": 11, + "Compute_FILE_gpu": 1, + "Plot": 1, + "results": 1, + "squeeze": 1, + "clc": 1, + "load_bikes": 2, + "e_T": 7, + "Integrate_FILE": 1, + "Integrate": 6, + "Look": 2, + "phisically": 2, + "meaningful": 6, + "meaningless": 2, + "i/nx": 2, + "*Potential": 5, + "ci": 9, + "te": 2, + "ye": 9, + "ie": 2, + "@f": 6, + "Potential": 1, + "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, + "roots": 3, + "*mu": 6, + "c3": 3, + "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, + "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, + "gains.": 1, + "parser": 1, + "inputParser": 1, + "parser.addRequired": 1, + "parser.addParamValue": 3, + "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, + "filtfcn": 2, + "statefcn": 2, + "makeFilter": 1, + "v": 12, + "@iirFilter": 1, + "@getState": 1, + "yn": 2, + "iirFilter": 1, + "xn": 4, + "vOut": 2, + "getState": 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, + "disp": 8, + "enumeration": 1, + "red": 1, + "green": 1, + "blue": 1, + "cyan": 1, + "magenta": 1, + "yellow": 1, + "black": 1, + "white": 1, + "ret": 3, + "matlab_function": 5, + "Call": 2, + "which": 2, + "resides": 2, + "same": 2, + "directory": 2, + "value1": 4, + "semicolon": 2, + "mandatory": 2, + "suppresses": 2, + "command": 2, + "line.": 2, + "value2": 4, + "d_mean": 3, + "d_std": 3, + "normalize": 1, + "repmat": 2, + "std": 1, + "d./": 1, + "overrideSettings": 3, + "overrideNames": 2, + "defaultNames": 2, + "notGiven": 5, + "setxor": 1, + "settings.": 1, + "defaultSettings.": 1, + "fid": 7, + "fopen": 2, + "textscan": 1, + "fclose": 2, + "strtrim": 2, + "vals": 2, + "regexp": 1, + "par.": 1, + "str2num": 1, + "choose_plant": 4, + "p": 7, + "Conditions": 1, + "@cross_y": 1, + "ode113": 2, + "RK4": 3, + "fun": 5, + "tspan": 7, + "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, + "arg1": 1, + "arg": 2, + "RK4_par": 1, "wnm": 11, "zetanm": 5, "ss": 3, @@ -39849,130 +41568,43 @@ "whipple_pull_force_ABCD": 1, "bottomRow": 1, "prod": 3, - "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, - "X": 6, - "@dg": 1, - "Compute": 3, - "*ds": 4, - "location": 1, - "EastOutside": 1, - "ret": 3, - "arg1": 1, - "arg": 2, - "arrayfun": 2, - "RK4_par": 1, - "Range": 1, - "E_0": 4, - "C_L1/2": 1, - "Y_0": 4, - "dvx": 3, - "dy": 5, - "/2": 3, - "de": 4, - "Definition": 1, - "arrays": 1, - "In": 1, - "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, - "x_f": 3, - "y_f": 3, - "vx_f": 3, - "vy_f": 3, - "@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, - "filter_ftle": 11, - "Compute_FILE_gpu": 1, - "Plot": 1, - "results": 1, - "squeeze": 1, - "c1": 5, - "roots": 3, - "*mu": 6, - "c2": 5, - "c3": 3, - "u": 3, - "Yp": 2, - "human": 1, - "Ys": 1, - "feedback": 1, - "tf2ss": 1, - "Ys.num": 1, - "Ys.den": 1, - "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, - "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, - "gains.": 1 + "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, + "arguments": 7, + "ischar": 1, + "options.": 1, + "write_gains": 1, + "contents": 1, + "importdata": 1, + "speedsInFile": 5, + "contents.data": 2, + "gainsInFile": 3, + "sameSpeedIndices": 5, + "allGains": 4, + "allSpeeds": 4, + "sort": 1, + "contents.colheaders": 1 }, "Max": { + "{": 126, + "}": 126, + "[": 163, + "]": 163, "max": 1, "v2": 1, ";": 39, @@ -40007,11 +41639,7 @@ "Hello": 1, "connect": 13, "fasten": 1, - "pop": 1, - "{": 126, - "}": 126, - "[": 163, - "]": 163 + "pop": 1 }, "MediaWiki": { "Overview": 1, @@ -40294,1008 +41922,971 @@ "%": 416, "-": 6967, "module": 46, - "rot13_verbose.": 1, + "ll_backend.code_info.": 1, "interface.": 13, "import_module": 126, - "io.": 8, - "pred": 255, - "main": 15, - "(": 3351, - "io__state": 4, - ")": 3351, - ".": 610, - "mode": 8, - "di": 54, - "uo": 58, - "is": 246, - "det.": 184, - "implementation.": 12, - "char": 10, - "int": 129, - "require.": 6, - "rot13a/2": 1, - "A": 14, - "table": 1, - "to": 16, - "map": 7, - "the": 27, - "alphabetic": 2, - "characters": 1, - "their": 1, - "rot13": 11, - "equivalents": 1, - "fails": 1, - "if": 15, - "input": 1, - "not": 7, - "rot13a": 55, - "in": 510, - "out": 337, - "semidet.": 10, - "rot13/2": 1, - "Applies": 1, - "algorithm": 1, - "a": 10, - "character.": 1, - "Char": 12, - "RotChar": 8, - "TmpChar": 2, - "then": 3, - "else": 8, - "io__read_char": 1, - "Res": 8, - "{": 27, - "ok": 3, - "}": 28, - "io__write_char": 1, - ";": 913, - "eof": 6, - "error": 7, - "ErrorCode": 4, - "io__error_message": 2, - "ErrorMessage": 4, - "io__stderr_stream": 1, - "StdErr": 8, - "io__write_string": 2, - "io__nl": 1, - "rot13_concise.": 1, - "state": 3, - "string.": 7, - "alphabet": 3, - "cycle": 4, - "rot_n": 2, - "N": 6, - "char_to_string": 1, - "CharString": 2, - "sub_string_search": 1, - "Index": 3, - "NewIndex": 2, - "+": 127, - "mod": 1, - "*": 20, - "//": 2, - "index_det": 1, - "read_char": 1, - "print": 3, - "error_message": 1, - "stderr_stream": 1, - "nl": 1, - "check_hlds.polymorphism.": 1, - "hlds.": 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.hlds_rtti.": 2, - "mdbcomp.": 1, - "mdbcomp.prim_data.": 3, - "parse_tree.": 1, - "parse_tree.prog_data.": 2, - "list.": 4, - "maybe.": 3, - "term.": 3, - "polymorphism_process_module": 2, - "module_info": 26, - "polymorphism_process_generated_pred": 2, - "pred_id": 15, - "unification_typeinfos_rtti_varmaps": 2, - "mer_type": 21, - "rtti_varmaps": 9, - "unification": 8, - "hlds_goal_info": 22, - "polymorphism_process_new_call": 2, - "pred_info": 20, - "proc_info": 11, - "proc_id": 12, - "list": 82, - "prog_var": 58, - "builtin_state": 1, - "maybe": 20, - "call_unify_context": 2, - "sym_name": 3, - "hlds_goal": 45, - "poly_info": 45, - "polymorphism_make_type_info_vars": 1, - "term.context": 3, - "polymorphism_make_type_info_var": 1, - "type": 57, - "int_or_var": 2, - "iov_int": 1, - "iov_var": 1, - "gen_extract_type_info": 1, - "tvar": 10, - "kind": 1, - "prog_varset": 14, - "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_info": 8, - "type_ctor_info.": 1, - "new_type_info_var_raw": 1, - "check_hlds.clause_to_proc.": 1, - "check_hlds.mode_util.": 1, - "check_hlds.type_util.": 2, - "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.hlds_data.": 2, "hlds.instmap.": 2, - "hlds.passes_aux.": 1, - "hlds.pred_table.": 1, - "hlds.quantification.": 1, - "hlds.special_pred.": 1, - "libs.": 1, "libs.globals.": 2, - "libs.options.": 3, + "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, - "mdbcomp.program_representation.": 1, - "parse_tree.builtin_lib_types.": 2, - "parse_tree.prog_mode.": 1, - "parse_tree.prog_type.": 2, - "parse_tree.prog_type_subst.": 1, + "parse_tree.prog_data.": 2, "parse_tree.set_of_var.": 2, "assoc_list.": 3, "bool.": 4, - "int.": 4, + "counter.": 1, + "io.": 8, + "list.": 4, "map.": 3, - "pair.": 3, + "maybe.": 3, "set.": 4, - "solutions.": 1, + "set_tree234.": 1, + "term.": 3, + "implementation.": 12, + "backend_libs.builtin_ops.": 1, + "backend_libs.proc_label.": 1, + "hlds.arg_info.": 1, + "hlds.hlds_desc.": 1, + "hlds.hlds_rtti.": 2, + "libs.options.": 3, + "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, + "int.": 4, + "pair.": 3, + "require.": 6, + "stack.": 1, + "string.": 7, "varset.": 2, - "ModuleInfo": 49, - "module_info_get_preds": 3, - ".ModuleInfo": 8, - "Preds0": 2, - "map.keys": 3, - "PredIds0": 2, - "list.foldl": 6, - "maybe_polymorphism_process_pred": 3, - "Preds1": 2, - "PredIds1": 2, - "fixup_pred_polymorphism": 4, - "expand_class_method_bodies": 1, + "type": 57, + "code_info.": 1, + "pred": 255, + "code_info_init": 2, + "(": 3351, + "bool": 406, + "in": 510, + "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, + "out": 337, + "trace_slot_info": 3, + "maybe": 20, + "containing_goal_map": 4, + ")": 3351, + "list": 82, + "string": 115, + "int": 129, + "code_info": 208, + "is": 246, + "det.": 184, + "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, + "func": 24, + "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": 16, + "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, + "map": 7, + "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, + ".": 610, + "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, - "module_info_pred_info": 6, + "ProcId": 31, "PredInfo": 64, - "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, + "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, + "use_float_registers": 5, + "UseFloatRegs": 6, + "yes": 144, + "FloatRegType": 3, + "reg_f": 1, + ";": 913, + "no": 365, + "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, + "allow_hijacks": 3, + "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, + "_": 149, + "int.max": 1, + "SlotMax": 2, + "opt_no_return_calls": 3, + "OptNoReturnCalls": 2, + "use_trail": 3, + "UseTrail": 2, + "disable_trail_ops": 3, + "DisableTrailOps": 2, + "EmitTrailOps": 3, + "do_not_add_trail_ops": 1, + "optimize_trail_usage": 3, + "OptTrailOps": 2, + "optimize_region_ops": 3, + "OptRegionOps": 2, + "region_analysis": 3, + "UseRegions": 3, + "EmitRegionOps": 3, + "do_not_add_region_ops": 1, + "auto_comments": 4, + "AutoComments": 2, + "optimize_constructor_last_call_null": 3, + "LCMCNull": 2, + "CodeInfo0": 2, + "init_fail_info": 2, + "will": 1, + "override": 1, + "this": 4, + "dummy": 2, + "value": 16, + "nested": 1, + "parallel": 3, + "conjunction": 1, + "depth": 1, + "counter.init": 2, "[": 203, "]": 203, - "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, - "HeadVars": 20, - "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, - "_": 149, - "|": 38, - "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, - "map.det_update": 4, - "PredTable": 2, - "module_info_set_preds": 1, - "pred_info_get_procedures": 2, - ".PredInfo": 2, - "Procs0": 4, - "map.map_values_only": 1, - ".ProcInfo": 2, - "ProcInfo": 43, - "det": 21, - "introduce_exists_casts_proc": 1, - "Procs": 4, - "pred_info_set_procedures": 2, - "trace": 4, - "compiletime": 4, - "flag": 4, - "io": 6, - "IO": 4, - "write_pred_progress_message": 1, - "polymorphism_process_pred": 4, - "mutable": 3, - "selected_pred": 1, - "bool": 406, - "no": 365, - "ground": 9, - "untrailed": 2, - "level": 1, - "promise_pure": 30, - "pred_id_to_int": 1, - "impure": 2, - "set_selected_pred": 2, - "yes": 144, - "true": 3, - "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, - "VarSet": 15, - "poly_info_get_var_types": 6, - "VarTypes": 22, - "poly_info_get_rtti_varmaps": 4, - "RttiVarMaps": 16, - "set_clause_list": 1, - "ClausesRep": 2, - "map.init": 7, - "TVarNameMap": 2, - "This": 2, - "only": 4, - "used": 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, - "ProcId": 31, - "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, - "some": 4, - "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, - "GoalInfo": 44, - "Context": 20, - "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, + "set_tree234.init": 1, + "cord.empty": 1, + "init_maybe_trace_info": 3, + "CodeInfo1": 2, + "exprn_opts.": 1, + "gcc_non_local_gotos": 3, + "OptNLG": 3, + "NLG": 3, + "have_non_local_gotos": 1, + "do_not_have_non_local_gotos": 1, + "asm_labels": 3, + "OptASM": 3, + "ASM": 3, + "have_asm_labels": 1, + "do_not_have_asm_labels": 1, + "static_ground_cells": 3, + "OptSGCell": 3, + "SGCell": 3, + "have_static_ground_cells": 1, + "do_not_have_static_ground_cells": 1, + "unboxed_float": 3, + "OptUBF": 3, + "UBF": 3, + "have_unboxed_floats": 1, + "do_not_have_unboxed_floats": 1, + "OptFloatRegs": 3, + "do_not_use_float_registers": 1, + "static_ground_floats": 3, + "OptSGFloat": 3, + "SGFloat": 3, + "have_static_ground_floats": 1, + "do_not_have_static_ground_floats": 1, + "static_code_addresses": 3, + "OptStaticCodeAddr": 3, + "StaticCodeAddrs": 3, + "have_static_code_addresses": 1, + "do_not_have_static_code_addresses": 1, + "trace_level": 4, + "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, + "N": 6, + "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, - "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, - "unify": 21, - "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, - "Vars": 10, - "Cond0": 2, - "Then0": 2, - "Else0": 2, - "Cond": 2, - "Then": 2, - "Else": 2, - "negation": 2, - "SubGoal0": 14, - "SubGoal": 16, - "switch": 2, + "NewCode": 2, + "Code0": 2, + ".CI": 29, + "Code": 36, + "+": 127, + "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, + "body_typeinfo_liveness": 4, + "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, + "semidet.": 10, + "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, - "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, - "expect": 15, - "MarkedGoal": 3, - "fgt_kept_goal": 1, - "fgt_broken_goal": 1, - ".RevMarkedGoals": 1, - "unify_mode": 2, - "Unification0": 8, - "_YVar": 1, - "lookup_var_type": 3, "Type": 18, - "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, - "set_of_var.union": 3, - "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, - "deconstruct": 2, - "assign": 46, - "simple_test": 1, - "X0": 8, - "ConsId0": 5, - "Mode0": 4, - "TypeOfX": 6, - "Arity": 5, - "closure_cons": 1, - "ShroudedPredProcId": 2, - "proc": 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, - "Functor": 6, - "create_fresh_vars": 5, + "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, - "QualifiedPName": 5, - "qualified": 1, - "cons_id_dummy_type_ctor": 1, - "RHS": 2, - "CallUnifyContext": 2, - "LambdaGoalExpr": 2, - "not_builtin": 3, - "OutsideVars": 2, - "set_of_var.list_to_set": 3, - "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, - "Types": 6, - "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, - "X": 9, - "semidet": 2, - "list.member": 2, - "ExistUnconstrainedVars": 2, - "UnivUnconstrainedVars": 2, - "foreign_proc_add_typeinfo": 4, - "ExistTypeArgInfos": 2, - "UnivTypeArgInfos": 2, - "TypeInfoArgInfos": 2, - "ArgInfos": 2, - "TypeInfoTypes": 2, - "func": 24, - "type_info_type": 1, - "UnivTypes": 2, - "ExistTypes": 2, - "OrigArgTypes": 2, - "make_foreign_args": 1, - "tvarset": 3, - "pair": 7, - "string": 115, - "box_policy": 2, - "Constraint": 2, - "MaybeArgName": 7, - "native_if_possible": 2, - "constraint": 2, - "SymName": 4, - "Name": 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, - "varset.lookup_name": 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, "proc_info_get_headvars": 2, - "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, + "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, + "procs_per_c_function": 3, + "ProcsPerFunc": 2, + "CurPredId": 2, + "CurProcId": 2, + "proc": 2, + "make_entry_label": 1, + "Label": 8, + "C0": 4, + "counter.allocate": 2, + "C": 34, + "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, + "Return": 6, + "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, + "|": 38, + "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, + "unify": 21, + "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, + "const": 10, + "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, + "pair": 7, + "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, + "use_minimal_model_stack_copy_cut": 3, + "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, + "expr.": 1, + "char": 10, + "token": 5, + "num": 11, + "eof": 6, + "parse": 1, + "exprn/1": 1, + "xx": 1, + "scan": 16, + "mode": 8, + "rule": 3, + "exprn": 7, + "Num": 18, + "A": 14, + "term": 10, + "B": 8, + "{": 27, + "}": 28, + "*": 20, + "factor": 6, + "/": 1, + "//": 2, + "Chars": 2, + "Toks": 13, + "Toks0": 11, + "list__reverse": 1, + "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, + "error": 7, + "hello.": 1, + "main": 15, + "io": 6, + "di": 54, + "uo": 58, + "IO": 4, + "io.write_string": 1, "char.": 1, "getopt_io.": 1, "short_option": 36, @@ -41309,7 +42900,6 @@ "option_table": 5, "maybe_option_table": 3, "inconsequential_options": 1, - "set": 16, "options_help": 1, "option_table_add_mercury_library_directory": 1, "option_table.": 2, @@ -41383,7 +42973,7 @@ "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, @@ -41441,7 +43031,6 @@ "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, @@ -41460,7 +43049,6 @@ "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, @@ -41540,9 +43128,7 @@ "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, @@ -41566,16 +43152,12 @@ "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, @@ -41593,7 +43175,6 @@ "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, @@ -41610,8 +43191,6 @@ "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, @@ -41648,11 +43227,11 @@ "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, @@ -41693,7 +43272,6 @@ "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, @@ -41724,8 +43302,6 @@ "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, @@ -41735,7 +43311,6 @@ "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, @@ -41772,13 +43347,9 @@ "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, @@ -41786,6 +43357,7 @@ "common_data": 2, "common_layout_data": 2, "Also": 1, + "used": 2, "for": 8, "MLDS": 2, "optimizations.": 1, @@ -41808,7 +43380,6 @@ "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, @@ -42015,6 +43586,7 @@ "option_defaults_2": 18, "_Category": 1, "OptionsList": 2, + "list.member": 2, "multi.": 1, "bool_special": 7, "XXX": 3, @@ -42029,844 +43601,900 @@ "file_special": 1, "miscellaneous_option": 1, "par_loop_control_preserve_tail_recursion": 1, - "hello.": 1, - "io.write_string": 1, - "expr.": 1, - "token": 5, - "num": 11, - "parse": 1, - "exprn/1": 1, - "xx": 1, - "scan": 16, - "rule": 3, - "exprn": 7, - "Num": 18, - "B": 8, - "factor": 6, - "/": 1, - "Chars": 2, - "Toks": 13, - "Toks0": 11, - "list__reverse": 1, - "C": 34, - "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, + "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_info": 8, + "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, + "det": 21, + "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, + "mutable": 3, + "selected_pred": 1, + "ground": 9, + "untrailed": 2, + "level": 1, + "promise_pure": 30, + "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, + "This": 2, + "only": 4, + "while": 1, + "adding": 1, + "the": 27, + "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, + "some": 4, + "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, + "deconstruct": 2, + "simple_test": 1, + "X0": 8, + "ConsId0": 5, + "Mode0": 4, + "TypeOfX": 6, + "Arity": 5, + "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, + "Functor": 6, + "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, + "X": 9, + "semidet": 2, + "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, + "rot13_concise.": 1, + "state": 3, + "alphabet": 3, + "cycle": 4, + "rot_n": 2, + "Char": 12, + "RotChar": 8, + "char_to_string": 1, + "CharString": 2, + "if": 15, + "sub_string_search": 1, + "Index": 3, + "then": 3, + "NewIndex": 2, + "mod": 1, + "index_det": 1, + "else": 8, + "rot13": 11, + "read_char": 1, + "Res": 8, + "ok": 3, + "print": 3, + "ErrorCode": 4, + "error_message": 1, + "ErrorMessage": 4, + "stderr_stream": 1, + "StdErr": 8, + "nl": 1, "rot13_ralph.": 1, + "io__state": 4, "io__read_byte": 1, "Result": 4, "io__write_byte": 1, "ErrNo": 2, + "io__error_message": 2, "z": 1, "Rot13": 2, "<": 14, "rem": 1, - "ll_backend.code_info.": 1, - "hlds.code_model.": 1, - "hlds.hlds_llds.": 1, - "ll_backend.continuation_info.": 1, - "ll_backend.global_data.": 1, - "ll_backend.layout.": 1, - "ll_backend.llds.": 1, - "ll_backend.trace_gen.": 1, - "counter.": 1, - "set_tree234.": 1, - "backend_libs.builtin_ops.": 1, - "backend_libs.proc_label.": 1, - "hlds.arg_info.": 1, - "hlds.hlds_desc.": 1, - "libs.trace_params.": 1, - "ll_backend.code_util.": 1, - "ll_backend.opt_debug.": 1, - "ll_backend.var_locn.": 1, - "parse_tree.mercury_to_mercury.": 1, - "cord.": 1, - "stack.": 1, - "code_info.": 1, - "code_info_init": 2, - "globals": 5, - "abs_follow_vars": 3, - "static_cell_info": 4, - "const_struct_map": 3, - "resume_point_info": 11, - "trace_slot_info": 3, - "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, - "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, - "FollowVars": 6, - "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, - "proc_info_get_vartypes": 2, - "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, - "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, - "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, - "this": 4, - "dummy": 2, - "value": 16, - "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, - "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, - "has_subgoals": 2, - "post_goal_update": 3, - "variable_type": 3, - "mer_type.": 1, - "variable_is_of_dummy_type": 2, - "is_dummy_type.": 1, - "search_type_defn": 4, - "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, - "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, - "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, - "body_should_use_typeinfo_liveness": 1, - "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, - "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, - "ResumeMapVarList": 2, - "Varset": 2, - "Immed0": 3, - "CodeAddr": 2, - "Immed": 3, - "globals.lookup_int_option": 1, - "ProcsPerFunc": 2, - "CurPredId": 2, - "CurProcId": 2, - "make_entry_label": 1, - "Label": 8, - "C0": 4, - "counter.allocate": 2, - "internal_label": 3, - "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, - "Return": 6, - "Internal": 8, - "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, - "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, - "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, - "maxfr": 42, - "redofr_slot": 14, - "RedofrSlot": 17, - "from_list": 13, - "prevfr_slot": 3, - "pick_stack_resume_point": 3, - "StackLabel": 9, - "LabelConst": 4, - "const": 10, - "llconst_code_addr": 6, - "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, - "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, + "rot13_verbose.": 1, + "rot13a/2": 1, + "table": 1, + "alphabetic": 2, + "characters": 1, + "their": 1, + "equivalents": 1, + "fails": 1, + "input": 1, + "not": 7, + "rot13a": 55, + "rot13/2": 1, + "Applies": 1, + "algorithm": 1, + "a": 10, + "character.": 1, + "TmpChar": 2, + "io__read_char": 1, + "io__write_char": 1, + "io__stderr_stream": 1, + "io__write_string": 2, + "io__nl": 1, "store.": 1, "typeclass": 1, "store": 52, @@ -43287,12 +44915,23 @@ "c": 1 }, "Moocode": { + "@program": 29, + "toy": 3, + "wind": 1, + "this.wound": 8, + "+": 39, ";": 505, - "while": 15, - "(": 600, - "read": 1, "player": 2, + "tell": 1, + "(": 600, + "this.name": 4, ")": 593, + "player.location": 1, + "announce": 1, + "player.name": 1, + ".": 30, + "while": 15, + "read": 1, "endwhile": 14, "I": 1, "M": 1, @@ -43423,10 +45062,8 @@ "#36824": 1, "#37646": 1, "#37647": 1, - ".": 30, "parent": 1, "plastic.tokenizer_proto": 4, - "@program": 29, "_": 4, "_ensure_prototype": 4, "application/x": 27, @@ -43502,7 +45139,6 @@ "respond_to": 9, "@code": 28, "@this": 13, - "+": 39, "i": 29, "length": 11, "LIST": 6, @@ -43769,14 +45405,6 @@ "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, @@ -44522,60 +46150,289 @@ }, "Nit": { "#": 196, - "module": 18, - "circular_list": 1, + "import": 18, + "gtk": 1, "class": 20, - "CircularList": 6, + "CalculatorContext": 7, + "var": 157, + "result": 16, + "nullable": 11, + "Float": 3, + "null": 39, + "last_op": 4, + "Char": 7, + "current": 26, + "after_point": 12, + "Int": 47, + "fun": 57, + "push_op": 2, + "(": 448, + "op": 11, + ")": 448, + "do": 83, + "apply_last_op_if_any": 2, + "if": 89, + "then": 81, + "self.result": 2, + "else": 63, + "store": 1, + "for": 27, + "next": 9, + "end": 117, + "prepare": 1, + "push_digit": 1, + "digit": 1, + "*": 14, + "+": 39, + "digit.to_f": 2, + "pow": 1, + "after_point.to_f": 1, + "self.after_point": 1, + "-": 70, + "self.current": 3, + "switch_to_decimals": 1, + "return": 54, + "/": 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, + "new": 164, + "redef": 30, + "signal": 1, + "sender": 3, + "user_data": 5, + "context.after_point": 1, + "after_point.abs": 1, + "isa": 12, + "is": 25, + "an": 4, + "operation": 1, + "c": 17, + "but_dot.sensitive": 2, + "false": 8, + "context.switch_to_decimals": 4, + "lbl_disp.text": 3, + "true": 6, + "context.push_op": 15, + "s": 68, + "context.result.to_precision_native": 1, + "index": 7, + "i": 20, + "in": 39, + "s.length.times": 1, + "chiffre": 3, + "s.chars": 2, "[": 106, - "E": 15, "]": 80, + "and": 10, + "s.substring": 2, + "s.length": 2, + "a": 40, + "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, + ".": 6, + "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, + "print": 135, + "#test": 2, + "multiple": 1, + "decimals": 1, + "button": 1, + ".environ": 3, + "app": 1, + "run_gtk": 1, + "module": 18, + "callback_chimpanze": 1, + "callback_monkey": 2, + "Chimpanze": 2, + "MonkeyActionCallable": 7, + "create": 1, + "monkey": 4, + "Monkey": 4, + "Invoking": 1, + "method": 17, + "which": 4, + "will": 8, + "take": 1, + "some": 1, + "time": 1, + "to": 18, + "compute": 1, + "be": 9, + "back": 1, + "wokeUp": 4, + "with": 2, + "information.": 1, + "Callback": 1, + "defined": 4, + "Interface": 1, + "monkey.wokeUpAction": 1, + "Inherit": 1, + "callback": 11, + "by": 5, + "interface": 3, + "Back": 2, + "of": 31, + "wokeUpAction": 2, + "message": 9, + "Object": 7, + "m": 5, + "m.create": 1, + "{": 14, + "#include": 2, + "": 1, + "": 1, + "typedef": 2, + "struct": 2, + "int": 4, + "id": 2, + ";": 34, + "age": 2, + "}": 14, + "CMonkey": 6, + "toCall": 6, + "MonkeyAction": 5, + "//": 13, + "Method": 1, + "reproduce": 3, + "answer": 1, + "Please": 1, + "note": 1, + "that": 2, + "function": 2, + "pointer": 2, + "only": 6, + "used": 1, + "the": 57, + "void": 3, + "cbMonkey": 2, + "*mkey": 2, + "callbackFunc": 2, + "CMonkey*": 1, + "MonkeyAction*": 1, + "*data": 3, + "sleep": 5, + "mkey": 2, + "data": 6, + "background": 1, + "treatment": 1, + "redirected": 1, + "nit_monkey_callback_func": 2, + "To": 1, + "call": 3, + "your": 1, + "signature": 1, + "must": 1, + "written": 2, + "like": 1, + "this": 2, + "": 1, + "Name": 1, + "_": 1, + "": 1, + "...": 1, + "MonkeyActionCallable_wokeUp": 1, + "abstract": 2, + "extern": 2, + "*monkey": 1, + "malloc": 2, + "sizeof": 2, + "get": 1, + "Must": 1, + "as": 1, + "Nit/C": 1, + "because": 4, + "C": 4, + "inside": 1, + "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, + "from": 8, + "releasing": 1, + "MonkeyActionCallable_incr_ref": 1, + "Object_incr_ref": 1, + "Calling": 1, + "passing": 1, + "Receiver": 1, + "Function": 1, + "object": 2, + "Datas": 1, + "recv": 12, + "&": 1, + "circular_list": 1, + "CircularList": 6, + "E": 15, "Like": 1, "standard": 1, "Array": 12, "or": 9, "LinkedList": 1, - "is": 25, - "a": 40, "Sequence.": 1, - "super": 10, "Sequence": 1, "The": 11, "first": 7, "node": 10, - "of": 31, - "the": 57, "list": 10, - "if": 89, "any": 1, "special": 1, "case": 1, - "an": 4, "empty": 1, "handled": 1, - "by": 5, - "null": 39, "private": 5, - "var": 157, - "nullable": 11, "CLNode": 6, - "redef": 30, - "fun": 57, "iterator": 1, - "do": 83, - "return": 54, - "new": 164, "CircularListIterator": 2, - "(": 448, - "self": 41, - ")": 448, "self.node.item": 2, "push": 3, "e": 4, "new_node": 4, - "n": 16, "self.node": 13, - "then": 81, - "else": 63, "not": 12, "one": 3, "so": 4, @@ -44587,11 +46444,8 @@ "new_node.next": 1, "new_node.prev": 1, "old_last_node.next": 1, - "end": 117, "pop": 2, - "assert": 24, "prev": 3, - "only": 6, "n.item": 1, "detach": 1, "prev_prev": 2, @@ -44620,42 +46474,31 @@ "algorithm.": 1, "josephus": 1, "step": 2, - "Int": 47, "res": 1, "while": 4, "self.is_empty": 1, "count": 2, - "for": 27, - "i": 20, - "in": 39, "self.rotate": 1, "kill": 1, "x": 16, "self.shift": 1, "res.add": 1, "res.node": 1, - "current": 26, "item": 5, - "next": 9, "circular": 3, "list.": 4, "Because": 2, "circularity": 1, "there": 2, "always": 1, - ";": 34, "default": 2, "let": 1, "it": 1, - "be": 9, "previous": 4, "Coherence": 1, "between": 1, - "and": 10, - "to": 18, "maintained": 1, "IndexedIterator": 1, - "index": 7, "pointed.": 1, "Is": 1, "empty.": 4, @@ -44669,12 +46512,9 @@ "again": 1, "self.index": 3, "self.list.node": 1, - "+": 39, - "init": 6, "list.node": 1, "self.list": 1, "i.add_all": 1, - "print": 135, "i.first": 1, "i.join": 3, "i.push": 1, @@ -44682,15 +46522,360 @@ "i.pop": 1, "i.unshift": 1, "i.josephus": 1, + "clock": 4, + "Clock": 10, + "total": 1, + "minutes": 12, + "total_minutes": 2, + "Note": 7, + "read": 1, + "acces": 1, + "public": 1, + "write": 1, + "access": 1, + "private.": 1, + "hour": 3, + "self.total_minutes": 8, + "set": 2, + "hour.": 1, + "<": 11, + "changed": 1, + "accordinlgy": 1, + "self.hours": 1, + "hours": 9, + "updated": 1, + "h": 7, + "arrow": 2, + "interval": 1, + "hour_pos": 2, + "replace": 1, + "updated.": 1, + "to_s": 3, + "reset": 1, + "hours*60": 1, + "self.reset": 1, + "o": 5, + "type": 2, + "test": 1, + "required": 1, + "Thanks": 1, + "adaptive": 1, + "typing": 1, + "no": 1, + "downcast": 1, + "i.e.": 1, + "code": 3, + "safe": 4, + "o.total_minutes": 2, + "c.minutes": 1, + "c.hours": 1, + "c2": 2, + "c2.minutes": 1, + "clock_more": 1, + "now": 1, + "comparable": 1, + "Comparable": 1, + "Comparaison": 1, + "make": 1, + "sense": 1, + "other": 2, + "OTHER": 1, + "Comparable.": 1, + "All": 1, + "methods": 2, + "rely": 1, + "on": 1, + "c1": 1, + "c3": 1, + "c1.minutes": 1, + "curl_http": 1, + "curl": 11, + "MyHttpFetcher": 2, + "CurlCallbacks": 1, + "Curl": 4, + "our_body": 1, + "String": 14, + "self.curl": 1, + "Release": 1, + "destroy": 1, + "self.curl.destroy": 1, + "Header": 1, + "header_callback": 1, + "line": 3, + "We": 1, + "silent": 1, + "testing": 1, + "purposes": 2, + "#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, + "size": 8, + "args.length": 3, + "url": 2, + "args": 9, + "request": 1, + "CurlHTTPRequest": 1, + "HTTP": 3, + "Get": 2, + "Request": 3, + "request.verbose": 3, + "getResponse": 3, + "request.execute": 2, + "CurlResponseSuccess": 2, + "CurlResponseFailed": 5, + "Post": 1, + "myHttpFetcher": 2, + "request.delegate": 1, + "postDatas": 5, + "HeaderMap": 3, + "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, + "curl_mail": 1, + "mail_request": 1, + "CurlMailRequest": 1, + "response": 5, + "mail_request.set_outgoing_server": 1, + "mail_request.from": 1, + "mail_request.to": 1, + "mail_request.cc": 1, + "mail_request.bcc": 1, + "headers_body": 4, + "mail_request.headers_body": 1, + "mail_request.body": 1, + "mail_request.subject": 1, + "mail_request.verbose": 1, + "mail_request.execute": 1, + "CurlMailResponseSuccess": 1, + "draw_operation": 1, + "enum": 3, + "n_chars": 1, + "abs": 2, + "log10f": 1, + "float": 1, + "as_operator": 1, + "b": 10, + "abort": 2, + "override_dispc": 1, + "Bool": 2, + "lines": 7, + "Line": 53, + "P": 51, + "s/2": 23, + "y": 9, + "lines.add": 1, + "q4": 4, + "s/4": 1, + "l": 4, + "lines.append": 1, + "tl": 2, + "tr": 2, + "hack": 3, + "support": 1, + "bug": 1, + "evaluation": 1, + "software": 1, + "draw": 1, + "dispc": 2, + "gap": 1, + "w": 3, + "length": 2, + "*gap": 1, + "map": 8, + ".filled_with": 1, + "ci": 2, + "self.chars": 1, + "local_dispc": 4, + "c.override_dispc": 1, + "c.lines": 1, + "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, + "printn": 10, + "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, + "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, + "exit": 3, + "user_group": 2, + "opt_ug.value": 1, + "user_group.drop_privileges": 1, + "extern_methods": 1, + "Returns": 1, + "th": 2, + "fibonnaci": 1, + "implemented": 1, + "here": 1, + "optimization": 1, + "fib": 5, + "Int_fib": 3, + "System": 1, + "seconds": 1, + "Return": 4, + "atan2l": 1, + "libmath": 1, + "atan_with": 2, + "atan2": 1, + "This": 1, + "Nit": 2, + "It": 1, + "use": 1, + "local": 1, + "operator": 1, + "all": 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, + "pure": 1, + "bar": 2, + "fibonacci": 3, + "Calculate": 1, + "element": 1, + "sequence.": 1, + ".fibonacci": 2, + "usage": 3, + "args.first.to_i.fibonacci": 1, + "html": 1, + "NitHomepage": 2, + "HTMLPage": 1, + "head": 5, + "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, + "int_stack": 1, + "IntStack": 2, + "Null": 1, + "means": 1, + "stack": 3, + "ISNode": 4, + "Add": 2, + "integer": 2, + "stack.": 2, + "val": 5, + "self.head": 5, + "Remove": 1, + "pushed": 1, + "integer.": 1, + "followings": 2, + "statically": 3, + "head.val": 1, + "head.next": 1, + "sum": 12, + "integers": 1, + "sumall": 1, + "cur": 3, + "condition": 1, + "cur.val": 1, + "cur.next": 1, + "attributes": 1, + "have": 1, + "value": 2, + "free": 2, + "constructor": 2, + "implicitly": 2, + "defined.": 2, + "stored": 1, + "node.": 1, + "any.": 1, + "A": 1, + "l.push": 4, + "l.sumall": 1, + "loop": 2, + "l.pop": 5, + "break": 2, + "following": 1, + "gives": 2, + "alternative": 1, "opengles2_hello_triangle": 1, - "import": 18, "glesv2": 1, "egl": 1, "mnit_linux": 1, "sdl": 1, "x11": 1, - ".environ": 3, - "exit": 3, "window_width": 2, "window_height": 2, "##": 6, @@ -44733,7 +46918,6 @@ "surface": 5, "egl_display.create_window_surface": 1, "surface.is_ok": 1, - "context": 9, "egl_display.create_context": 1, "context.is_ok": 1, "make_current_res": 2, @@ -44752,7 +46936,6 @@ "GLProgram": 1, "program.is_ok": 1, "program.info_log": 1, - "abort": 2, "vertex_shader": 2, "GLVertexShader": 1, "vertex_shader.is_ok": 1, @@ -44770,12 +46953,10 @@ "program.link": 1, "program.is_linked": 1, "vertices": 2, - "-": 70, "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, @@ -44790,326 +46971,21 @@ "egl_display.destroy_context": 1, "egl_display.destroy_surface": 1, "sdl_display.destroy": 1, - "html": 1, - "NitHomepage": 2, - "HTMLPage": 1, - "head": 5, - "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, - "int_stack": 1, - "IntStack": 2, - "Null": 1, - "means": 1, - "that": 2, - "stack": 3, - "ISNode": 4, - "Add": 2, - "integer": 2, - "stack.": 2, - "val": 5, - "self.head": 5, - "Remove": 1, - "pushed": 1, - "integer.": 1, - "Return": 4, - "Note": 7, - "followings": 2, - "statically": 3, - "safe": 4, - "because": 4, - ".": 6, - "head.val": 1, - "head.next": 1, - "sum": 12, - "all": 3, - "integers": 1, - "sumall": 1, - "cur": 3, - "condition": 1, - "cur.val": 1, - "cur.next": 1, - "attributes": 1, - "have": 1, - "value": 2, - "free": 2, - "constructor": 2, - "implicitly": 2, - "defined.": 2, - "stored": 1, - "node.": 1, - "any.": 1, - "A": 1, - "l": 4, - "l.push": 4, - "l.sumall": 1, - "loop": 2, - "l.pop": 5, - "break": 2, - "following": 1, - "*": 14, - "gives": 2, - "alternative": 1, - "curl_http": 1, - "curl": 11, - "MyHttpFetcher": 2, - "CurlCallbacks": 1, - "Curl": 4, - "our_body": 1, - "String": 14, - "self.curl": 1, - "Release": 1, - "object": 2, - "destroy": 1, - "self.curl.destroy": 1, - "Header": 1, - "callback": 11, - "header_callback": 1, - "line": 3, - "We": 1, - "keep": 2, - "this": 2, - "silent": 1, - "testing": 1, - "purposes": 2, - "#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, - "size": 8, - "args.length": 3, - "<": 11, - "url": 2, - "args": 9, - "request": 1, - "CurlHTTPRequest": 1, - "HTTP": 3, - "Get": 2, - "Request": 3, - "request.verbose": 3, - "false": 8, - "getResponse": 3, - "request.execute": 2, - "isa": 12, - "CurlResponseSuccess": 2, - "CurlResponseFailed": 5, - "Post": 1, - "myHttpFetcher": 2, - "request.delegate": 1, - "postDatas": 5, - "HeaderMap": 3, - "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, - "gtk": 1, - "CalculatorContext": 7, - "result": 16, - "Float": 3, - "last_op": 4, - "Char": 7, - "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, - "self.current": 3, - "switch_to_decimals": 1, - "/": 4, - "CalculatorGui": 2, - "GtkCallable": 1, - "win": 2, - "GtkWindow": 2, - "container": 3, - "GtkGrid": 2, - "lbl_disp": 3, - "GtkLabel": 2, - "but_eq": 3, - "GtkButton": 2, - "but_dot": 3, - "signal": 1, - "sender": 3, - "user_data": 5, - "context.after_point": 1, - "after_point.abs": 1, - "operation": 1, - "c": 17, - "but_dot.sensitive": 2, - "context.switch_to_decimals": 4, - "lbl_disp.text": 3, - "true": 6, - "context.push_op": 15, - "s": 68, - "context.result.to_precision_native": 1, - "s.length.times": 1, - "chiffre": 3, - "s.chars": 2, - "s.substring": 2, - "s.length": 2, - "number": 7, - "context.push_digit": 25, - "context.current.to_precision_native": 1, - "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, - "%": 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, - "#test": 2, - "multiple": 1, - "decimals": 1, - "button": 1, - "app": 1, - "run_gtk": 1, - "callback_monkey": 2, - "{": 14, - "#include": 2, - "": 1, - "": 1, - "typedef": 2, - "struct": 2, - "int": 4, - "id": 2, - "age": 2, - "}": 14, - "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, - "sleep": 5, - "mkey": 2, - "data": 6, - "Back": 2, - "background": 1, - "treatment": 1, - "will": 8, - "redirected": 1, - "nit_monkey_callback_func": 2, - "To": 1, - "call": 3, - "your": 1, - "method": 17, - "signature": 1, - "must": 1, - "written": 2, - "like": 1, - "": 1, - "Name": 1, - "_": 1, - "": 1, - "...": 1, - "MonkeyActionCallable_wokeUp": 1, - "interface": 3, - "wokeUp": 4, - "Monkey": 4, - "abstract": 2, - "extern": 2, - "*monkey": 1, - "malloc": 2, - "sizeof": 2, - "monkey": 4, - "get": 1, - "defined": 4, - "Must": 1, - "as": 1, - "Nit/C": 1, - "C": 4, - "inside": 1, - "wokeUpAction": 2, - "MonkeyActionCallable.wokeUp": 1, - "Allocating": 1, - "memory": 1, - "reference": 2, - "received": 1, - "parameters": 1, - "receiver": 1, - "Message": 1, - "Incrementing": 1, - "counter": 1, - "prevent": 1, - "from": 8, - "releasing": 1, - "MonkeyActionCallable_incr_ref": 1, - "Object_incr_ref": 1, - "Calling": 1, - "passing": 1, - "Receiver": 1, - "Function": 1, - "Datas": 1, - "recv": 12, - "&": 1, - "socket_server": 1, + "print_arguments": 1, + "procedural_array": 1, + "array_sum": 2, + "array_sum_alt": 2, + "a.length": 1, + "socket_client": 1, "socket": 6, + "Socket.client": 1, + ".to_i": 2, + "s.connected": 1, + "s.write": 1, + "s.close": 1, + "socket_server": 1, "args.is_empty": 1, "Socket.server": 1, - ".to_i": 2, "clients": 2, "Socket": 1, "max": 2, @@ -45122,164 +46998,6 @@ "socket.accept": 1, "ns.write": 1, "ns.close": 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, - "clock": 4, - "Clock": 10, - "total": 1, - "minutes": 12, - "total_minutes": 2, - "read": 1, - "acces": 1, - "public": 1, - "write": 1, - "access": 1, - "private.": 1, - "hour": 3, - "self.total_minutes": 8, - "set": 2, - "hour.": 1, - "m": 5, - "changed": 1, - "accordinlgy": 1, - "self.hours": 1, - "hours": 9, - "updated": 1, - "h": 7, - "arrow": 2, - "interval": 1, - "hour_pos": 2, - "replace": 1, - "updated.": 1, - "to_s": 3, - "reset": 1, - "hours*60": 1, - "self.reset": 1, - "o": 5, - "type": 2, - "test": 1, - "required": 1, - "Thanks": 1, - "adaptive": 1, - "typing": 1, - "no": 1, - "downcast": 1, - "i.e.": 1, - "code": 3, - "o.total_minutes": 2, - "c.minutes": 1, - "c.hours": 1, - "c2": 2, - "c2.minutes": 1, - "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, - "draw_operation": 1, - "enum": 3, - "n_chars": 1, - "abs": 2, - "log10f": 1, - "float": 1, - "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, - "hack": 3, - "support": 1, - "bug": 1, - "evaluation": 1, - "software": 1, - "draw": 1, - "dispc": 2, - "gap": 1, - "w": 3, - "length": 2, - "*gap": 1, - "map": 8, - ".filled_with": 1, - "ci": 2, - "self.chars": 1, - "local_dispc": 4, - "c.override_dispc": 1, - "c.lines": 1, - "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, - "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, "template": 1, "###": 2, "Here": 2, @@ -45312,115 +47030,25 @@ "self.birth": 1, "self.death": 1, "simple": 1, - "usage": 3, "f": 1, "f.add_composer": 3, "f.write_to": 1, - "procedural_array": 1, - "array_sum": 2, - "array_sum_alt": 2, - "a.length": 1, - "curl_mail": 1, - "mail_request": 1, - "CurlMailRequest": 1, - "response": 5, - "mail_request.set_outgoing_server": 1, - "mail_request.from": 1, - "mail_request.to": 1, - "mail_request.cc": 1, - "mail_request.bcc": 1, - "headers_body": 4, - "mail_request.headers_body": 1, - "mail_request.body": 1, - "mail_request.subject": 1, - "mail_request.verbose": 1, - "mail_request.execute": 1, - "CurlMailResponseSuccess": 1, - "extern_methods": 1, - "Returns": 1, - "th": 2, - "fibonnaci": 1, - "implemented": 1, - "here": 1, - "optimization": 1, - "fib": 5, - "Int_fib": 3, - "System": 1, - "seconds": 1, - "atan2l": 1, - "libmath": 1, - "atan_with": 2, - "atan2": 1, - "This": 1, - "Nit": 2, - "methods": 2, - "It": 1, - "use": 1, - "local": 1, - "operator": 1, - "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, - "pure": 1, - "bar": 2, - "fibonacci": 3, - "Calculate": 1, - "element": 1, - "sequence.": 1, - ".fibonacci": 2, - "args.first.to_i.fibonacci": 1, - "print_arguments": 1, - "clock_more": 1, - "now": 1, - "comparable": 1, - "Comparable": 1, - "Comparaison": 1, - "make": 1, - "sense": 1, - "with": 2, - "other": 2, - "OTHER": 1, - "Comparable.": 1, - "All": 1, - "rely": 1, - "on": 1, - "c1": 1, - "c3": 1, - "c1.minutes": 1, - "socket_client": 1, - "Socket.client": 1, - "s.connected": 1, - "s.write": 1, - "s.close": 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 + "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 }, "Nix": { "{": 8, @@ -45489,6 +47117,10 @@ "inherit": 1 }, "Nu": { + "SHEBANG#!nush": 1, + "(": 14, + "puts": 1, + ")": 14, ";": 22, "main.nu": 1, "Entry": 1, @@ -45498,9 +47130,7 @@ "Nu": 1, "program.": 1, "Copyright": 1, - "(": 14, "c": 1, - ")": 14, "Tim": 1, "Burks": 1, "Neon": 1, @@ -45548,9 +47178,7 @@ "event": 1, "loop": 1, "NSApplicationMain": 1, - "nil": 1, - "SHEBANG#!nush": 1, - "puts": 1 + "nil": 1 }, "OCaml": { "{": 11, @@ -45640,526 +47268,1676 @@ "lazy_from_val": 1 }, "Objective-C": { + "//": 317, "#import": 53, - "": 2, - "@interface": 23, - "FooAppDelegate": 2, - "NSObject": 5, - "": 1, + "": 4, + "#if": 41, + "TARGET_OS_IPHONE": 11, + "": 1, + "__IPHONE_OS_VERSION_MAX_ALLOWED": 4, + "__IPHONE_4_0": 6, + "": 1, + "Necessary": 1, + "for": 99, + "background": 1, + "task": 1, + "support": 4, + "#endif": 59, + "": 2, + "@class": 4, + "ASIDataDecompressor": 4, + ";": 2003, + "extern": 6, + "NSString": 127, + "*ASIHTTPRequestVersion": 2, + "#ifndef": 9, + "__IPHONE_3_2": 2, + "#define": 65, + "__MAC_10_5": 2, + "__MAC_10_6": 2, + "typedef": 47, + "enum": 17, + "_ASIAuthenticationState": 1, "{": 541, + "ASINoAuthenticationNeededYet": 3, + "ASIHTTPAuthenticationNeeded": 1, + "ASIProxyAuthenticationNeeded": 1, + "}": 532, + "ASIAuthenticationState": 5, + "_ASINetworkErrorType": 1, + "ASIConnectionFailureErrorType": 2, + "ASIRequestTimedOutErrorType": 2, + "ASIAuthenticationErrorType": 3, + "ASIRequestCancelledErrorType": 2, + "ASIUnableToCreateRequestErrorType": 2, + "ASIInternalErrorWhileBuildingRequestType": 3, + "ASIInternalErrorWhileApplyingCredentialsType": 1, + "ASIFileManagementError": 2, + "ASITooMuchRedirectionErrorType": 3, + "ASIUnhandledExceptionError": 3, + "ASICompressionError": 1, + "ASINetworkErrorType": 1, + "NSString*": 13, + "const": 28, + "NetworkRequestErrorDomain": 12, + "unsigned": 62, + "long": 71, + "ASIWWANBandwidthThrottleAmount": 2, + "NS_BLOCKS_AVAILABLE": 8, + "void": 253, + "(": 2109, + "ASIBasicBlock": 15, + ")": 2106, + "ASIHeadersBlock": 3, + "NSDictionary": 37, + "*responseHeaders": 2, + "ASISizeBlock": 5, + "size": 12, + "ASIProgressBlock": 5, + "total": 4, + "ASIDataBlock": 3, + "NSData": 28, + "*data": 2, + "@interface": 23, + "ASIHTTPRequest": 31, + "NSOperation": 1, + "": 1, + "The": 15, + "url": 24, + "this": 50, + "operation": 2, + "should": 8, + "include": 1, + "GET": 1, + "params": 1, + "in": 42, + "the": 197, + "query": 1, + "string": 9, + "where": 1, + "appropriate": 4, + "NSURL": 21, + "*url": 2, + "Will": 7, + "always": 2, + "contain": 4, + "original": 2, + "used": 16, + "making": 1, + "request": 113, + "value": 21, + "of": 34, + "can": 20, + "change": 2, + "when": 46, + "a": 78, + "is": 77, + "redirected": 2, + "*originalURL": 2, + "Temporarily": 1, + "stores": 1, + "we": 73, + "are": 15, + "about": 4, + "to": 115, + "redirect": 4, + "to.": 2, + "be": 49, + "nil": 131, + "again": 1, + "do": 5, + "*redirectURL": 2, + "delegate": 29, + "-": 595, + "will": 57, + "notified": 2, + "various": 1, + "changes": 4, + "state": 35, + "via": 5, + "ASIHTTPRequestDelegate": 1, + "protocol": 10, + "id": 170, + "": 1, + "Another": 1, + "that": 23, + "also": 1, + "status": 4, + "and": 44, + "progress": 13, + "updates": 2, + "Generally": 1, + "you": 10, + "won": 3, + "s": 35, + "more": 5, + "likely": 1, + "sessionCookies": 2, + "NSMutableArray": 31, + "*requestCookies": 2, + "populated": 1, + "with": 19, + "cookies": 5, + "NSArray": 27, + "*responseCookies": 3, + "If": 30, + "use": 26, + "useCookiePersistence": 3, + "true": 9, + "network": 4, + "requests": 21, + "present": 3, + "valid": 5, + "from": 18, + "previous": 2, + "BOOL": 137, + "useKeychainPersistence": 4, + "attempt": 3, + "read": 3, + "credentials": 35, + "keychain": 7, + "save": 3, + "them": 10, + "they": 6, + "successfully": 4, + "presented": 2, + "useSessionPersistence": 6, + "reuse": 3, + "duration": 1, + "session": 5, + "until": 2, + "clearSession": 2, + "called": 3, + "allowCompressedResponse": 3, + "inform": 1, + "server": 8, + "accept": 2, + "compressed": 2, + "data": 27, + "automatically": 2, + "decompress": 1, + "gzipped": 7, + "responses.": 1, + "Default": 10, + "true.": 1, + "shouldCompressRequestBody": 6, + "body": 8, + "gzipped.": 1, + "false.": 1, + "You": 1, + "probably": 4, + "need": 10, + "enable": 1, + "feature": 1, + "on": 26, + "your": 2, + "webserver": 1, + "make": 3, + "work.": 1, + "Tested": 1, + "apache": 1, + "only.": 1, + "When": 15, + "downloadDestinationPath": 11, + "set": 24, + "result": 4, + "downloaded": 6, + "file": 14, + "at": 10, + "location": 3, + "not": 29, + "download": 9, + "stored": 9, + "memory": 3, + "*downloadDestinationPath": 2, + "files": 5, + "Once": 2, + "complete": 12, + "decompressed": 3, + "if": 297, + "necessary": 2, + "moved": 2, + "*temporaryFileDownloadPath": 2, + "response": 17, + "shouldWaitToInflateCompressedResponses": 4, + "NO": 30, + "created": 3, + "path": 11, + "containing": 1, + "inflated": 6, + "as": 17, + "it": 28, + "comes": 3, + "*temporaryUncompressedDataDownloadPath": 2, + "Used": 13, + "writing": 2, + "NSOutputStream": 6, + "*fileDownloadOutputStream": 2, + "*inflatedFileDownloadOutputStream": 2, + "fails": 2, + "or": 18, + "completes": 6, + "finished": 3, + "cancelled": 5, + "an": 20, + "error": 75, + "occurs": 1, + "NSError": 51, + "code": 16, + "Connection": 1, + "failure": 1, + "occurred": 1, + "inspect": 1, + "[": 1227, + "userInfo": 15, + "]": 1227, + "objectForKey": 29, + "NSUnderlyingErrorKey": 3, + "information": 5, + "*error": 3, + "Username": 2, + "password": 11, + "authentication": 18, + "*username": 2, + "*password": 2, + "User": 1, + "Agent": 1, + "*userAgentString": 2, + "Domain": 2, + "NTLM": 6, + "*domain": 2, + "proxy": 11, + "*proxyUsername": 2, + "*proxyPassword": 2, + "*proxyDomain": 2, + "Delegate": 2, + "displaying": 2, + "upload": 4, + "usually": 2, + "NSProgressIndicator": 4, + "but": 5, + "supply": 2, + "different": 4, + "object": 36, + "handle": 4, + "yourself": 4, + "": 2, + "uploadProgressDelegate": 8, + "downloadProgressDelegate": 10, + "Whether": 1, + "t": 15, + "want": 5, + "hassle": 1, + "adding": 1, + "authenticating": 2, + "proxies": 3, + "their": 3, + "apps": 1, + "shouldPresentProxyAuthenticationDialog": 2, + "CFHTTPAuthenticationRef": 2, + "proxyAuthentication": 7, + "*proxyCredentials": 2, + "during": 4, + "int": 55, + "proxyAuthenticationRetryCount": 4, + "Authentication": 3, + "scheme": 5, + "Basic": 2, + "Digest": 2, + "*proxyAuthenticationScheme": 2, + "Realm": 1, + "required": 2, + "*proxyAuthenticationRealm": 3, + "HTTP": 9, + "eg": 2, + "OK": 1, + "Not": 2, + "found": 4, + "etc": 1, + "responseStatusCode": 3, + "Description": 1, + "*responseStatusMessage": 3, + "Size": 3, + "contentLength": 6, + "partially": 1, + "content": 5, + "partialDownloadSize": 8, + "POST": 2, + "payload": 1, + "postLength": 6, + "amount": 12, + "totalBytesRead": 4, + "uploaded": 2, + "totalBytesSent": 5, + "Last": 2, + "incrementing": 2, + "lastBytesRead": 3, + "sent": 6, + "lastBytesSent": 3, + "This": 7, + "lock": 19, + "prevents": 1, + "being": 4, + "inopportune": 1, + "moment": 1, + "NSRecursiveLock": 13, + "*cancelledLock": 2, + "Called": 6, + "implemented": 7, + "starts.": 1, + "requestStarted": 3, + "SEL": 19, + "didStartSelector": 2, + "receives": 3, + "headers.": 1, + "didReceiveResponseHeaders": 2, + "didReceiveResponseHeadersSelector": 2, + "Location": 1, + "header": 20, + "shouldRedirect": 3, + "YES": 62, + "then": 1, + "needed": 3, + "restart": 1, + "by": 12, + "calling": 1, + "redirectToURL": 2, + "simply": 1, + "cancel": 5, + "willRedirectSelector": 2, + "successfully.": 1, + "requestFinished": 4, + "didFinishSelector": 2, + "fails.": 1, + "requestFailed": 2, + "didFailSelector": 2, + "data.": 1, + "didReceiveData": 2, + "implement": 1, + "method": 5, + "must": 6, + "populate": 1, + "responseData": 5, + "write": 4, + "didReceiveDataSelector": 2, + "recording": 1, + "something": 1, + "last": 1, + "happened": 1, + "compare": 4, + "current": 2, + "date": 3, + "time": 9, + "out": 7, + "NSDate": 9, + "*lastActivityTime": 2, + "Number": 1, + "seconds": 2, + "wait": 1, + "before": 6, + "timing": 1, + "default": 8, + "NSTimeInterval": 10, + "timeOutSeconds": 3, + "HEAD": 10, + "length": 32, + "starts": 2, + "shouldResetUploadProgress": 3, + "shouldResetDownloadProgress": 3, + "showAccurateProgress": 7, + "preset": 2, + "*mainRequest": 2, + "only": 12, + "update": 6, + "indicator": 4, + "according": 2, + "how": 2, + "much": 2, + "has": 6, + "received": 5, + "so": 15, + "far": 2, + "Also": 1, + "see": 1, + "comments": 1, + "ASINetworkQueue.h": 1, + "ensure": 1, + "incremented": 4, + "once": 3, + "updatedProgress": 3, + "Prevents": 1, + "post": 2, + "built": 2, + "than": 9, + "largely": 1, + "subclasses": 2, + "haveBuiltPostBody": 3, + "internally": 3, + "may": 8, + "reflect": 1, + "internal": 2, + "buffer": 7, + "CFNetwork": 3, + "/": 18, + "PUT": 1, + "operations": 1, + "sizes": 1, + "greater": 1, + "uploadBufferSize": 6, + "timeout": 6, + "unless": 2, + "bytes": 8, + "have": 15, + "been": 1, + "Likely": 1, + "KB": 4, + "iPhone": 3, + "Mac": 2, + "OS": 1, + "X": 1, + "Leopard": 1, + "x": 10, + "Text": 1, + "encoding": 7, + "responses": 5, + "send": 2, + "Content": 1, + "Type": 1, + "charset": 5, + "value.": 1, + "Defaults": 2, + "NSISOLatin1StringEncoding": 2, + "NSStringEncoding": 6, + "defaultResponseEncoding": 4, + "text": 12, + "didn": 3, + "set.": 1, + "responseEncoding": 3, + "Tells": 1, + "delete": 1, + "partial": 2, + "downloads": 1, + "allows": 1, + "existing": 1, + "resume": 2, + "download.": 1, + "NO.": 1, + "allowResumeForFileDownloads": 2, + "Custom": 1, + "user": 6, + "associated": 1, + "*userInfo": 2, + "NSInteger": 56, + "tag": 2, + "Use": 6, + "rather": 4, + "defaults": 2, + "false": 3, + "useHTTPVersionOne": 3, + "get": 4, + "tell": 2, + "main": 8, + "loop": 1, + "stop": 4, + "retry": 3, + "new": 10, + "needsRedirect": 3, + "Incremented": 1, + "every": 3, + "redirects.": 1, + "reaches": 1, + "give": 2, + "up": 4, + "redirectCount": 2, + "check": 1, + "secure": 1, + "certificate": 2, + "self": 500, + "signed": 1, + "certificates": 2, + "development": 1, + "DO": 1, + "NOT": 1, + "USE": 1, + "IN": 1, + "PRODUCTION": 1, + "validatesSecureCertificate": 3, + "SecIdentityRef": 3, + "clientCertificateIdentity": 5, + "*clientCertificates": 2, + "Details": 1, + "could": 1, + "these": 3, + "best": 1, + "local": 1, + "*PACurl": 2, + "See": 5, + "values": 3, + "above.": 1, + "No": 1, + "yet": 1, + "authenticationNeeded": 3, + "ASIHTTPRequests": 1, + "store": 4, + "same": 6, + "asked": 3, + "avoids": 1, + "extra": 1, + "round": 1, + "trip": 1, + "after": 5, + "succeeded": 1, + "which": 1, + "efficient": 1, + "authenticated": 1, + "large": 1, + "bodies": 1, + "slower": 1, + "connections": 3, + "Set": 4, + "explicitly": 2, + "affects": 1, + "cache": 17, + "YES.": 1, + "Credentials": 1, + "never": 1, + "asks": 1, + "For": 2, + "using": 8, + "authenticationScheme": 4, + "*": 311, + "kCFHTTPAuthenticationSchemeBasic": 2, + "very": 2, + "first": 9, + "shouldPresentCredentialsBeforeChallenge": 4, + "hasn": 1, + "doing": 1, + "anything": 1, + "expires": 1, + "persistentConnectionTimeoutSeconds": 4, + "yes": 1, + "keep": 2, + "alive": 1, + "connectionCanBeReused": 4, + "Stores": 1, + "persistent": 5, + "connection": 17, + "currently": 4, + "use.": 1, + "It": 2, + "particular": 2, + "specify": 2, + "expire": 2, + "A": 4, + "host": 9, + "port": 17, + "connection.": 2, + "These": 1, + "determine": 1, + "whether": 1, + "reused": 2, + "subsequent": 2, + "all": 3, + "match": 1, + "An": 2, + "determining": 1, + "available": 1, + "number": 2, + "reference": 1, + "don": 2, + "ve": 7, + "opened": 3, + "one.": 1, + "stream": 13, + "closed": 1, + "+": 195, + "released": 2, + "either": 1, + "another": 1, + "timer": 5, + "fires": 1, + "NSMutableDictionary": 18, + "*connectionInfo": 2, + "automatic": 1, + "redirects": 2, + "standard": 1, + "follow": 1, + "behaviour": 2, + "most": 1, + "browsers": 1, + "shouldUseRFC2616RedirectBehaviour": 2, + "record": 1, + "downloading": 5, + "downloadComplete": 2, + "ID": 1, + "uniquely": 1, + "identifies": 1, + "primarily": 1, + "debugging": 1, + "NSNumber": 11, + "*requestID": 3, + "ASIHTTPRequestRunLoopMode": 2, + "synchronous": 1, + "NSDefaultRunLoopMode": 2, + "other": 3, + "*runLoopMode": 2, + "checks": 1, + "NSTimer": 5, + "*statusTimer": 2, + "setDefaultCache": 2, + "configure": 2, + "": 9, + "downloadCache": 5, + "policy": 7, + "ASICacheDelegate.h": 2, + "possible": 3, + "ASICachePolicy": 4, + "cachePolicy": 3, + "storage": 2, + "ASICacheStoragePolicy": 2, + "cacheStoragePolicy": 2, + "was": 4, + "pulled": 1, + "didUseCachedResponse": 3, + "secondsToCache": 3, + "custom": 2, + "interval": 1, + "expiring": 1, + "&&": 123, + "shouldContinueWhenAppEntersBackground": 3, + "UIBackgroundTaskIdentifier": 1, + "backgroundTask": 7, + "helper": 1, + "inflate": 2, + "*dataDecompressor": 2, + "Controls": 1, + "without": 1, + "responseString": 3, + "All": 2, + "no": 7, + "raw": 3, + "discarded": 1, + "rawResponseData": 4, + "temporaryFileDownloadPath": 2, + "normal": 1, + "temporaryUncompressedDataDownloadPath": 3, + "contents": 1, + "into": 1, + "Setting": 1, + "especially": 1, + "useful": 1, + "users": 1, + "conjunction": 1, + "streaming": 1, + "parser": 3, + "allow": 1, + "passed": 2, + "while": 11, + "still": 2, + "running": 4, + "behind": 1, + "scenes": 1, + "PAC": 7, + "own": 3, + "isPACFileRequest": 3, + "http": 4, + "https": 1, + "webservers": 1, + "*PACFileRequest": 2, + "asynchronously": 1, + "reading": 1, + "URLs": 2, + "NSInputStream": 7, + "*PACFileReadStream": 2, + "storing": 1, + "NSMutableData": 5, + "*PACFileData": 2, + "startSynchronous.": 1, + "Currently": 1, + "detection": 2, + "synchronously": 1, + "isSynchronous": 2, + "//block": 12, + "execute": 4, + "startedBlock": 5, + "headers": 11, + "headersReceivedBlock": 5, + "completionBlock": 5, + "failureBlock": 5, + "bytesReceivedBlock": 8, + "bytesSentBlock": 5, + "downloadSizeIncrementedBlock": 5, + "uploadSizeIncrementedBlock": 5, + "handling": 4, + "dataReceivedBlock": 5, + "authenticationNeededBlock": 5, + "proxyAuthenticationNeededBlock": 5, + "redirections": 1, + "requestRedirectedBlock": 5, + "#pragma": 44, + "mark": 42, + "init": 34, + "dealloc": 13, + "initWithURL": 4, + "newURL": 16, + "requestWithURL": 7, + "usingCache": 5, + "andCachePolicy": 3, + "setStartedBlock": 1, + "aStartedBlock": 1, + "setHeadersReceivedBlock": 1, + "aReceivedBlock": 2, + "setCompletionBlock": 1, + "aCompletionBlock": 1, + "setFailedBlock": 1, + "aFailedBlock": 1, + "setBytesReceivedBlock": 1, + "aBytesReceivedBlock": 1, + "setBytesSentBlock": 1, + "aBytesSentBlock": 1, + "setDownloadSizeIncrementedBlock": 1, + "aDownloadSizeIncrementedBlock": 1, + "setUploadSizeIncrementedBlock": 1, + "anUploadSizeIncrementedBlock": 1, + "setDataReceivedBlock": 1, + "setAuthenticationNeededBlock": 1, + "anAuthenticationBlock": 1, + "setProxyAuthenticationNeededBlock": 1, + "aProxyAuthenticationBlock": 1, + "setRequestRedirectedBlock": 1, + "aRedirectBlock": 1, + "setup": 2, + "addRequestHeader": 5, + "applyCookieHeader": 2, + "buildRequestHeaders": 3, + "applyAuthorizationHeader": 2, + "buildPostBody": 3, + "appendPostData": 3, + "appendPostDataFromFile": 3, + "isResponseCompressed": 3, + "startSynchronous": 2, + "startAsynchronous": 2, + "clearDelegatesAndCancel": 2, + "HEADRequest": 1, + "upload/download": 1, + "updateProgressIndicators": 1, + "updateUploadProgress": 3, + "updateDownloadProgress": 3, + "removeUploadProgressSoFar": 1, + "incrementDownloadSizeBy": 1, + "incrementUploadSizeBy": 3, + "updateProgressIndicator": 4, + "withProgress": 4, + "ofTotal": 4, + "performSelector": 7, + "selector": 12, + "onTarget": 7, + "target": 5, + "withObject": 10, + "callerToRetain": 7, + "caller": 1, + "talking": 1, + "delegates": 2, + "requestReceivedResponseHeaders": 1, + "newHeaders": 1, + "failWithError": 11, + "theError": 6, + "retryUsingNewConnection": 1, + "parsing": 2, + "readResponseHeaders": 2, + "parseStringEncodingFromHeaders": 2, + "parseMimeType": 2, + "**": 27, + "mimeType": 2, + "andResponseEncoding": 2, + "stringEncoding": 1, + "fromContentType": 2, + "contentType": 1, + "stuff": 1, + "applyCredentials": 1, + "newCredentials": 16, + "applyProxyCredentials": 2, + "findCredentials": 1, + "findProxyCredentials": 2, + "retryUsingSuppliedCredentials": 1, + "cancelAuthentication": 1, + "attemptToApplyCredentialsAndResume": 1, + "attemptToApplyProxyCredentialsAndResume": 1, + "showProxyAuthenticationDialog": 1, + "showAuthenticationDialog": 1, + "addBasicAuthenticationHeaderWithUsername": 2, + "theUsername": 1, + "andPassword": 2, + "thePassword": 1, + "handlers": 1, + "handleNetworkEvent": 2, + "CFStreamEventType": 2, + "type": 5, + "handleBytesAvailable": 1, + "handleStreamComplete": 1, + "handleStreamError": 1, + "cleanup": 1, + "markAsFinished": 4, + "removeTemporaryDownloadFile": 1, + "removeTemporaryUncompressedDownloadFile": 1, + "removeTemporaryUploadFile": 1, + "removeTemporaryCompressedUploadFile": 1, + "removeFileAtPath": 1, + "err": 8, + "connectionID": 1, + "expirePersistentConnections": 1, + "defaultTimeOutSeconds": 3, + "setDefaultTimeOutSeconds": 1, + "newTimeOutSeconds": 1, + "client": 1, + "setClientCertificateIdentity": 1, + "anIdentity": 1, + "sessionProxyCredentialsStore": 1, + "sessionCredentialsStore": 1, + "storeProxyAuthenticationCredentialsInSessionStore": 1, + "storeAuthenticationCredentialsInSessionStore": 2, + "removeProxyAuthenticationCredentialsFromSessionStore": 1, + "removeAuthenticationCredentialsFromSessionStore": 3, + "findSessionProxyAuthenticationCredentials": 1, + "findSessionAuthenticationCredentials": 2, + "saveCredentialsToKeychain": 3, + "saveCredentials": 4, + "NSURLCredential": 8, + "forHost": 2, + "realm": 14, + "forProxy": 2, + "savedCredentialsForHost": 1, + "savedCredentialsForProxy": 1, + "removeCredentialsForHost": 1, + "removeCredentialsForProxy": 1, + "setSessionCookies": 1, + "newSessionCookies": 1, + "addSessionCookie": 1, + "NSHTTPCookie": 1, + "newCookie": 1, + "agent": 2, + "defaultUserAgentString": 1, + "setDefaultUserAgentString": 1, + "mime": 1, + "mimeTypeForFileAtPath": 1, + "bandwidth": 3, + "measurement": 1, + "throttling": 1, + "maxBandwidthPerSecond": 2, + "setMaxBandwidthPerSecond": 1, + "averageBandwidthUsedPerSecond": 2, + "performThrottling": 2, + "isBandwidthThrottled": 2, + "incrementBandwidthUsedInLastSecond": 1, + "setShouldThrottleBandwidthForWWAN": 1, + "throttle": 1, + "throttleBandwidthForWWANUsingLimit": 1, + "limit": 1, + "reachability": 1, + "isNetworkReachableViaWWAN": 1, + "queue": 12, + "NSOperationQueue": 4, + "sharedQueue": 4, + "defaultCache": 3, + "maxUploadReadLength": 1, + "activity": 1, + "isNetworkInUse": 1, + "setShouldUpdateNetworkActivityIndicator": 1, + "shouldUpdate": 1, + "showNetworkActivityIndicator": 1, + "hideNetworkActivityIndicator": 1, + "miscellany": 1, + "base64forData": 1, + "theData": 1, + "expiryDateForRequest": 1, + "maxAge": 2, + "dateFromRFC1123String": 1, + "isMultitaskingSupported": 2, + "threading": 1, + "NSThread": 4, + "threadForRequest": 3, + "@property": 150, + "retain": 73, + "*proxyHost": 1, + "assign": 84, + "proxyPort": 2, + "*proxyType": 1, + "setter": 2, + "setURL": 3, + "nonatomic": 40, + "readonly": 19, + "*authenticationRealm": 2, + "*requestHeaders": 1, + "*requestCredentials": 1, + "*rawResponseData": 1, + "*requestMethod": 1, + "*postBody": 1, + "*postBodyFilePath": 1, + "shouldStreamPostDataFromDisk": 4, + "didCreateTemporaryPostDataFile": 1, + "*authenticationScheme": 1, + "shouldPresentAuthenticationDialog": 1, + "authenticationRetryCount": 2, + "haveBuiltRequestHeaders": 1, + "inProgress": 4, + "numberOfTimesToRetryOnTimeout": 2, + "retryCount": 3, + "shouldAttemptPersistentConnection": 2, + "@end": 37, + "": 1, + "#else": 8, + "": 1, + "@": 258, + "static": 102, + "*defaultUserAgent": 1, + "*ASIHTTPRequestRunLoopMode": 1, + "CFOptionFlags": 1, + "kNetworkEvents": 1, + "kCFStreamEventHasBytesAvailable": 1, + "|": 13, + "kCFStreamEventEndEncountered": 1, + "kCFStreamEventErrorOccurred": 1, + "*sessionCredentialsStore": 1, + "*sessionProxyCredentialsStore": 1, + "*sessionCredentialsLock": 1, + "*sessionCookies": 1, + "RedirectionLimit": 1, + "ReadStreamClientCallBack": 1, + "CFReadStreamRef": 5, + "readStream": 5, + "*clientCallBackInfo": 1, + "ASIHTTPRequest*": 1, + "clientCallBackInfo": 1, + "*progressLock": 1, + "*ASIRequestCancelledError": 1, + "*ASIRequestTimedOutError": 1, + "*ASIAuthenticationError": 1, + "*ASIUnableToCreateRequestError": 1, + "*ASITooMuchRedirectionError": 1, + "*bandwidthUsageTracker": 1, + "nextConnectionNumberToCreate": 1, + "*persistentConnectionsPool": 1, + "*connectionsLock": 1, + "nextRequestID": 1, + "bandwidthUsedInLastSecond": 1, + "*bandwidthMeasurementDate": 1, + "NSLock": 2, + "*bandwidthThrottlingLock": 1, + "shouldThrottleBandwidthForWWANOnly": 1, + "*sessionCookiesLock": 1, + "*delegateAuthenticationLock": 1, + "*throttleWakeUpTime": 1, + "runningRequestCount": 1, + "shouldUpdateNetworkActivityIndicator": 1, + "*networkThread": 1, + "*sharedQueue": 1, + "cancelLoad": 3, + "destroyReadStream": 3, + "scheduleReadStream": 1, + "unscheduleReadStream": 1, + "willAskDelegateForCredentials": 1, + "willAskDelegateForProxyCredentials": 1, + "askDelegateForProxyCredentials": 1, + "askDelegateForCredentials": 1, + "failAuthentication": 1, + "measureBandwidthUsage": 1, + "recordBandwidthUsage": 1, + "startRequest": 3, + "updateStatus": 2, + "checkRequestStatus": 2, + "reportFailure": 3, + "reportFinished": 1, + "performRedirect": 1, + "shouldTimeOut": 2, + "willRedirect": 1, + "willAskDelegateToConfirmRedirect": 1, + "performInvocation": 2, + "NSInvocation": 4, + "invocation": 4, + "releasingObject": 2, + "objectToRelease": 1, + "hideNetworkActivityIndicatorAfterDelay": 1, + "hideNetworkActivityIndicatorIfNeeeded": 1, + "runRequests": 1, + "configureProxies": 2, + "fetchPACFile": 1, + "finishedDownloadingPACFile": 1, + "theRequest": 1, + "runPACScript": 1, + "script": 1, + "timeOutPACRead": 1, + "useDataFromCache": 2, + "updatePartialDownloadSize": 1, + "registerForNetworkReachabilityNotifications": 1, + "unsubscribeFromNetworkReachabilityNotifications": 1, + "reachabilityChanged": 1, + "NSNotification": 2, + "note": 1, + "performBlockOnMainThread": 2, + "block": 18, + "releaseBlocksOnMainThread": 4, + "releaseBlocks": 3, + "blocks": 16, + "callBlock": 1, + "*postBodyWriteStream": 1, + "*postBodyReadStream": 1, + "*compressedPostBody": 1, + "*compressedPostBodyFilePath": 1, + "willRetryRequest": 1, + "*readStream": 1, + "readStreamIsScheduled": 1, + "setSynchronous": 2, + "@implementation": 13, + "initialize": 1, + "class": 30, + "persistentConnectionsPool": 3, + "alloc": 47, + "connectionsLock": 3, + "progressLock": 1, + "bandwidthThrottlingLock": 1, + "sessionCookiesLock": 1, + "sessionCredentialsLock": 1, + "delegateAuthenticationLock": 1, + "bandwidthUsageTracker": 1, + "initWithCapacity": 2, + "ASIRequestTimedOutError": 1, + "initWithDomain": 5, + "dictionaryWithObjectsAndKeys": 10, + "NSLocalizedDescriptionKey": 10, + "ASIAuthenticationError": 1, + "ASIRequestCancelledError": 2, + "ASIUnableToCreateRequestError": 3, + "ASITooMuchRedirectionError": 1, + "setMaxConcurrentOperationCount": 1, + "setRequestMethod": 3, + "setRunLoopMode": 2, + "setShouldAttemptPersistentConnection": 2, + "setPersistentConnectionTimeoutSeconds": 2, + "setShouldPresentCredentialsBeforeChallenge": 1, + "setShouldRedirect": 1, + "setShowAccurateProgress": 1, + "setShouldResetDownloadProgress": 1, + "setShouldResetUploadProgress": 1, + "setAllowCompressedResponse": 1, + "setShouldWaitToInflateCompressedResponses": 1, + "setDefaultResponseEncoding": 1, + "setShouldPresentProxyAuthenticationDialog": 1, + "setTimeOutSeconds": 1, + "setUseSessionPersistence": 1, + "setUseCookiePersistence": 1, + "setValidatesSecureCertificate": 1, + "setRequestCookies": 2, + "autorelease": 21, + "setDidStartSelector": 1, + "@selector": 28, + "setDidReceiveResponseHeadersSelector": 1, + "setWillRedirectSelector": 1, + "willRedirectToURL": 1, + "setDidFinishSelector": 1, + "setDidFailSelector": 1, + "setDidReceiveDataSelector": 1, + "setCancelledLock": 1, + "setDownloadCache": 3, + "return": 165, + "ASIUseDefaultCachePolicy": 1, + "*request": 1, + "setCachePolicy": 1, + "setAuthenticationNeeded": 2, + "requestAuthentication": 7, + "CFRelease": 19, + "redirectURL": 1, + "release": 66, + "statusTimer": 3, + "invalidate": 2, + "postBody": 11, + "compressedPostBody": 4, + "requestHeaders": 6, + "requestCookies": 1, + "fileDownloadOutputStream": 1, + "inflatedFileDownloadOutputStream": 1, + "username": 8, + "domain": 2, + "authenticationRealm": 4, + "requestCredentials": 1, + "proxyHost": 2, + "proxyType": 1, + "proxyUsername": 3, + "proxyPassword": 3, + "proxyDomain": 1, + "proxyAuthenticationRealm": 2, + "proxyAuthenticationScheme": 2, + "proxyCredentials": 1, + "originalURL": 1, + "lastActivityTime": 1, + "responseCookies": 1, + "responseHeaders": 5, + "requestMethod": 13, + "cancelledLock": 37, + "postBodyFilePath": 7, + "compressedPostBodyFilePath": 4, + "postBodyWriteStream": 7, + "postBodyReadStream": 2, + "PACurl": 1, + "clientCertificates": 2, + "responseStatusMessage": 1, + "connectionInfo": 13, + "requestID": 2, + "dataDecompressor": 1, + "userAgentString": 1, + "super": 25, + "*blocks": 1, + "array": 84, + "addObject": 16, + "performSelectorOnMainThread": 2, + "waitUntilDone": 4, + "isMainThread": 2, + "Blocks": 1, + "exits": 1, + "setRequestHeaders": 2, + "dictionaryWithCapacity": 2, + "setObject": 9, + "forKey": 9, + "Are": 1, + "submitting": 1, + "disk": 1, + "were": 5, + "close": 5, + "setPostBodyWriteStream": 2, + "*path": 1, + "setCompressedPostBodyFilePath": 1, + "NSTemporaryDirectory": 2, + "stringByAppendingPathComponent": 2, + "NSProcessInfo": 2, + "processInfo": 2, + "globallyUniqueString": 2, + "*err": 3, + "ASIDataCompressor": 2, + "compressDataFromFile": 1, + "toFile": 1, + "&": 36, + "else": 35, + "setPostLength": 3, + "NSFileManager": 1, + "attributesOfItemAtPath": 1, + "fileSize": 1, + "errorWithDomain": 6, + "stringWithFormat": 6, + "Otherwise": 2, + "*compressedBody": 1, + "compressData": 1, + "setCompressedPostBody": 1, + "compressedBody": 1, + "isEqualToString": 13, + "||": 42, + "setHaveBuiltPostBody": 1, + "setupPostBody": 3, + "setPostBodyFilePath": 1, + "setDidCreateTemporaryPostDataFile": 1, + "initToFileAtPath": 1, + "append": 1, + "open": 2, + "setPostBody": 1, + "maxLength": 3, + "appendData": 2, + "*stream": 1, + "initWithFileAtPath": 1, + "NSUInteger": 93, + "bytesRead": 5, + "hasBytesAvailable": 1, + "char": 19, + "*256": 1, + "sizeof": 13, + "break": 13, + "dataWithBytes": 1, + "*m": 1, + "unlock": 20, + "m": 1, + "newRequestMethod": 3, + "*u": 1, + "u": 4, + "isEqual": 4, + "NULL": 152, + "setRedirectURL": 2, + "d": 11, + "setDelegate": 4, + "newDelegate": 6, + "q": 2, + "setQueue": 2, + "newQueue": 3, + "cancelOnRequestThread": 2, + "DEBUG_REQUEST_STATUS": 4, + "ASI_DEBUG_LOG": 11, + "isCancelled": 6, + "setComplete": 3, + "CFRetain": 4, + "willChangeValueForKey": 1, + "didChangeValueForKey": 1, + "onThread": 2, + "Clear": 3, + "setDownloadProgressDelegate": 2, + "setUploadProgressDelegate": 2, + "initWithBytes": 1, + "*encoding": 1, + "rangeOfString": 1, + ".location": 1, + "NSNotFound": 1, + "uncompressData": 1, + "DEBUG_THROTTLING": 2, + "setInProgress": 3, + "NSRunLoop": 2, + "currentRunLoop": 2, + "runMode": 1, + "runLoopMode": 2, + "beforeDate": 1, + "distantFuture": 1, + "start": 3, + "addOperation": 1, + "concurrency": 1, + "isConcurrent": 1, + "isFinished": 1, + "isExecuting": 1, + "logic": 1, + "@try": 1, + "UIBackgroundTaskInvalid": 3, + "UIApplication": 2, + "sharedApplication": 2, + "beginBackgroundTaskWithExpirationHandler": 1, + "dispatch_async": 1, + "dispatch_get_main_queue": 1, + "endBackgroundTask": 1, + "generated": 3, + "ASINetworkQueue": 4, + "already.": 1, + "proceed.": 1, + "setDidUseCachedResponse": 1, + "Must": 1, + "call": 8, + "create": 1, + "needs": 1, + "mainRequest": 9, + "ll": 6, + "already": 4, + "CFHTTPMessageRef": 3, + "Create": 1, + "request.": 1, + "CFHTTPMessageCreateRequest": 1, + "kCFAllocatorDefault": 3, + "CFStringRef": 1, + "CFURLRef": 1, + "kCFHTTPVersion1_0": 1, + "kCFHTTPVersion1_1": 1, + "//If": 2, + "let": 8, + "generate": 1, + "its": 9, + "Even": 1, + "chance": 2, + "add": 5, + "ASIS3Request": 1, + "does": 3, + "process": 1, + "@catch": 1, + "NSException": 19, + "*exception": 1, + "*underlyingError": 1, + "exception": 3, + "name": 7, + "reason": 1, + "NSLocalizedFailureReasonErrorKey": 1, + "underlyingError": 1, + "@finally": 1, + "Do": 3, + "DEBUG_HTTP_AUTHENTICATION": 4, + "*credentials": 1, + "auth": 2, + "basic": 3, + "any": 3, + "cached": 2, + "key": 32, + "challenge": 1, + "apply": 2, + "like": 1, + "CFHTTPMessageApplyCredentialDictionary": 2, + "CFDictionaryRef": 1, + "setAuthenticationScheme": 1, + "happens": 4, + "%": 30, + "re": 9, + "retrying": 1, + "our": 6, + "measure": 1, + "throttled": 1, + "setPostBodyReadStream": 2, + "ASIInputStream": 2, + "inputStreamWithData": 2, + "setReadStream": 2, + "NSMakeCollectable": 3, + "CFReadStreamCreateForStreamedHTTPRequest": 1, + "CFReadStreamCreateForHTTPRequest": 1, + "lowercaseString": 1, + "*sslProperties": 2, + "initWithObjectsAndKeys": 1, + "numberWithBool": 3, + "kCFStreamSSLAllowsExpiredCertificates": 1, + "kCFStreamSSLAllowsAnyRoot": 1, + "kCFStreamSSLValidatesCertificateChain": 1, + "kCFNull": 1, + "kCFStreamSSLPeerName": 1, + "CFReadStreamSetProperty": 1, + "kCFStreamPropertySSLSettings": 1, + "CFTypeRef": 1, + "sslProperties": 2, + "*certificates": 1, + "arrayWithCapacity": 2, + "count": 99, + "*oldStream": 1, + "redirecting": 2, + "connecting": 2, + "intValue": 4, + "setConnectionInfo": 2, + "Check": 1, + "expired": 1, + "timeIntervalSinceNow": 1, + "<": 56, + "DEBUG_PERSISTENT_CONNECTIONS": 3, + "removeObject": 2, + "//Some": 1, + "previously": 1, + "there": 1, + "one": 1, + "We": 7, + "just": 4, + "old": 5, + "//lists.apple.com/archives/Macnetworkprog/2006/Mar/msg00119.html": 1, + "oldStream": 4, + "streamSuccessfullyOpened": 1, + "setConnectionCanBeReused": 2, + "Record": 1, + "started": 1, + "nothing": 2, + "setLastActivityTime": 1, + "setStatusTimer": 2, + "timerWithTimeInterval": 1, + "repeats": 1, + "addTimer": 1, + "forMode": 1, + "here": 2, + "safely": 1, + "***Black": 1, + "magic": 1, + "warning***": 1, + "reliable": 1, + "way": 1, + "track": 1, + "strong": 4, + "slow.": 1, + "secondsSinceLastActivity": 1, + "*1.5": 1, + "updating": 1, + "checking": 1, + "told": 1, + "us": 2, + "auto": 2, + "resuming": 1, + "Range": 1, + "take": 1, + "account": 1, + "perhaps": 1, + "setTotalBytesSent": 1, + "CFReadStreamCopyProperty": 2, + "kCFStreamPropertyHTTPRequestBytesWrittenCount": 1, + "unsignedLongLongValue": 1, + "middle": 1, + "said": 1, + "might": 4, + "MaxValue": 2, + "UIProgressView": 2, + "double": 3, + "max": 7, + "setMaxValue": 2, + "examined": 1, + "since": 1, + "authenticate": 1, + "bytesReadSoFar": 3, + "setUpdatedProgress": 1, + "didReceiveBytes": 2, + "totalSize": 2, + "setLastBytesRead": 1, + "pass": 5, + "pointer": 2, + "directly": 1, + "itself": 1, + "setArgument": 4, + "atIndex": 6, + "argumentNumber": 1, + "callback": 3, + "NSMethodSignature": 1, + "*cbSignature": 1, + "methodSignatureForSelector": 1, + "*cbInvocation": 1, + "invocationWithMethodSignature": 1, + "cbSignature": 1, + "cbInvocation": 5, + "setSelector": 1, + "setTarget": 1, + "forget": 2, + "know": 3, + "removeObjectForKey": 1, + "dateWithTimeIntervalSinceNow": 1, + "ignore": 1, + "ASIFallbackToCacheIfLoadFailsCachePolicy": 2, + "canUseCachedDataForRequest": 1, + "setError": 2, + "*failedRequest": 1, + "compatible": 1, + "fail": 1, + "failedRequest": 4, + "message": 2, + "kCFStreamPropertyHTTPResponseHeader": 1, + "Make": 1, + "sure": 1, + "tells": 1, + "keepAliveHeader": 2, + "NSScanner": 2, + "*scanner": 1, + "scannerWithString": 1, + "scanner": 5, + "scanString": 2, + "intoString": 3, + "scanInt": 2, + "scanUpToString": 1, + "what": 3, + "hard": 1, + "throw": 1, + "away.": 1, + "*userAgentHeader": 1, + "*acceptHeader": 1, + "userAgentHeader": 2, + "acceptHeader": 2, + "setHaveBuiltRequestHeaders": 1, + "Force": 2, + "rebuild": 2, + "cookie": 1, + "incase": 1, + "got": 1, + "some": 1, + "remain": 1, + "ones": 3, + "URLWithString": 1, + "valueForKey": 2, + "relativeToURL": 1, + "absoluteURL": 1, + "setNeedsRedirect": 1, + "means": 1, + "manually": 1, + "added": 5, + "those": 1, + "global": 1, + "But": 1, + "safest": 1, + "option": 1, + "responseCode": 1, + "Handle": 1, + "*mimeType": 1, + "setResponseEncoding": 2, + "saveProxyCredentialsToKeychain": 1, + "*authenticationCredentials": 2, + "credentialWithUser": 2, + "kCFHTTPAuthenticationUsername": 2, + "kCFHTTPAuthenticationPassword": 2, + "persistence": 2, + "NSURLCredentialPersistencePermanent": 2, + "authenticationCredentials": 4, + "setProxyAuthenticationRetryCount": 1, + "Apply": 1, + "whatever": 1, + "ok": 1, + "CFMutableDictionaryRef": 1, + "*sessionCredentials": 1, + "dictionary": 64, + "sessionCredentials": 6, + "setRequestCredentials": 1, + "*newCredentials": 1, + "*user": 1, + "*pass": 1, + "*theRequest": 1, + "try": 3, + "connect": 1, + "website": 1, + "kCFHTTPAuthenticationSchemeNTLM": 1, + "Ok": 1, + "extract": 1, + "NSArray*": 1, + "ntlmComponents": 1, + "componentsSeparatedByString": 1, + "AUTH": 6, + "Request": 6, + "parent": 1, + "properties": 1, + "ASIAuthenticationDialog": 2, + "had": 1, + "Foo": 2, + "NSObject": 5, + "": 2, + "FooAppDelegate": 2, + "": 1, "@private": 2, "NSWindow": 2, "*window": 2, - ";": 2003, - "}": 532, - "@property": 150, - "(": 2109, - "assign": 84, - ")": 2106, "IBOutlet": 1, - "@end": 37, - "//": 317, - "MainMenuViewController": 2, - "TTTableViewController": 1, - "typedef": 47, - "enum": 17, - "TUITableViewStylePlain": 2, - "regular": 1, - "table": 7, - "view": 11, - "TUITableViewStyleGrouped": 1, - "grouped": 1, - "headers": 11, - "stick": 1, - "to": 115, - "the": 197, - "top": 8, - "of": 34, - "and": 44, - "scroll": 3, - "with": 19, - "it": 28, - "TUITableViewStyle": 4, - "TUITableViewScrollPositionNone": 2, - "TUITableViewScrollPositionTop": 2, - "TUITableViewScrollPositionMiddle": 1, - "TUITableViewScrollPositionBottom": 1, - "TUITableViewScrollPositionToVisible": 3, - "currently": 4, - "only": 12, - "supported": 1, - "arg": 11, - "TUITableViewScrollPosition": 5, - "TUITableViewInsertionMethodBeforeIndex": 1, - "NSOrderedAscending": 4, - "TUITableViewInsertionMethodAtIndex": 1, - "NSOrderedSame": 1, - "TUITableViewInsertionMethodAfterIndex": 1, - "NSOrderedDescending": 4, - "TUITableViewInsertionMethod": 3, - "@class": 4, - "TUITableViewCell": 23, - "@protocol": 3, - "TUITableViewDataSource": 2, - "TUITableView": 25, - "TUITableViewDelegate": 1, - "": 1, - "TUIScrollViewDelegate": 1, - "-": 595, - "CGFloat": 44, - "tableView": 45, - "*": 311, - "heightForRowAtIndexPath": 2, - "TUIFastIndexPath": 89, - "indexPath": 47, - "@optional": 2, - "void": 253, - "willDisplayCell": 2, - "cell": 21, - "forRowAtIndexPath": 2, - "called": 3, - "after": 5, - "s": 35, - "added": 5, - "as": 17, - "a": 78, - "subview": 1, - "didSelectRowAtIndexPath": 3, - "happens": 4, - "on": 26, - "left/right": 2, - "mouse": 2, - "down": 1, - "key": 32, - "up/down": 1, - "didDeselectRowAtIndexPath": 3, - "didClickRowAtIndexPath": 1, - "withEvent": 2, - "NSEvent": 3, - "event": 8, - "up": 4, - "can": 20, - "look": 1, - "at": 10, - "clickCount": 1, - "BOOL": 137, - "TUITableView*": 1, - "shouldSelectRowAtIndexPath": 3, - "TUIFastIndexPath*": 1, - "forEvent": 3, - "NSEvent*": 1, - "YES": 62, - "if": 297, - "not": 29, - "implemented": 7, - "NSMenu": 1, - "menuForRowAtIndexPath": 1, - "tableViewWillReloadData": 3, - "tableViewDidReloadData": 3, - "targetIndexPathForMoveFromRowAtIndexPath": 1, - "fromPath": 1, - "toProposedIndexPath": 1, - "proposedPath": 1, - "TUIScrollView": 1, - "_style": 8, - "__unsafe_unretained": 2, - "id": 170, - "": 4, - "_dataSource": 6, - "weak": 2, - "NSArray": 27, - "_sectionInfo": 27, - "TUIView": 17, - "_pullDownView": 4, - "_headerView": 8, - "CGSize": 5, - "_lastSize": 1, - "_contentHeight": 7, - "NSMutableIndexSet": 6, - "_visibleSectionHeaders": 6, - "NSMutableDictionary": 18, - "_visibleItems": 14, - "_reusableTableCells": 5, - "_selectedIndexPath": 9, - "_indexPathShouldBeFirstResponder": 2, - "NSInteger": 56, - "_futureMakeFirstResponderToken": 2, - "_keepVisibleIndexPathForReload": 2, - "_relativeOffsetForReload": 2, - "drag": 1, - "reorder": 1, - "state": 35, - "_dragToReorderCell": 5, - "CGPoint": 7, - "_currentDragToReorderLocation": 1, - "_currentDragToReorderMouseOffset": 1, - "_currentDragToReorderIndexPath": 1, - "_currentDragToReorderInsertionMethod": 1, - "_previousDragToReorderIndexPath": 1, - "_previousDragToReorderInsertionMethod": 1, - "struct": 20, - "unsigned": 62, - "int": 55, - "animateSelectionChanges": 3, - "forceSaveScrollPosition": 1, - "derepeaterEnabled": 1, - "layoutSubviewsReentrancyGuard": 1, - "didFirstLayout": 1, - "dataSourceNumberOfSectionsInTableView": 1, - "delegateTableViewWillDisplayCellForRowAtIndexPath": 1, - "maintainContentOffsetAfterReload": 3, - "_tableFlags": 1, - "initWithFrame": 12, - "CGRect": 41, - "frame": 38, - "style": 29, - "must": 6, - "specify": 2, - "creation.": 1, - "calls": 1, - "this": 50, - "UITableViewStylePlain": 1, - "nonatomic": 40, - "unsafe_unretained": 2, - "dataSource": 2, - "": 4, - "delegate": 29, - "readwrite": 1, - "reloadData": 3, - "reloadDataMaintainingVisibleIndexPath": 2, - "relativeOffset": 5, - "reloadLayout": 2, - "numberOfSections": 10, - "numberOfRowsInSection": 9, - "section": 60, - "rectForHeaderOfSection": 4, - "rectForSection": 3, - "rectForRowAtIndexPath": 7, - "NSIndexSet": 4, - "indexesOfSectionsInRect": 2, - "rect": 10, - "indexesOfSectionHeadersInRect": 2, - "indexPathForCell": 2, - "returns": 4, - "nil": 131, - "is": 77, - "visible": 16, - "indexPathsForRowsInRect": 3, - "valid": 5, - "indexPathForRowAtPoint": 2, - "point": 11, - "indexPathForRowAtVerticalOffset": 2, - "offset": 23, - "indexOfSectionWithHeaderAtPoint": 2, - "indexOfSectionWithHeaderAtVerticalOffset": 2, - "enumerateIndexPathsUsingBlock": 2, - "*indexPath": 11, - "*stop": 7, - "block": 18, - "enumerateIndexPathsWithOptions": 2, - "NSEnumerationOptions": 4, - "options": 6, - "usingBlock": 6, - "enumerateIndexPathsFromIndexPath": 4, - "fromIndexPath": 6, - "toIndexPath": 12, - "withOptions": 4, - "headerViewForSection": 6, - "cellForRowAtIndexPath": 9, - "or": 18, - "index": 11, - "path": 11, - "out": 7, - "range": 8, - "visibleCells": 3, - "no": 7, - "particular": 2, - "order": 1, - "sortedVisibleCells": 2, - "bottom": 6, - "indexPathsForVisibleRows": 2, - "scrollToRowAtIndexPath": 3, - "atScrollPosition": 3, - "scrollPosition": 9, - "animated": 27, - "indexPathForSelectedRow": 4, - "return": 165, - "representing": 1, - "row": 36, - "selection.": 1, - "indexPathForFirstRow": 2, - "indexPathForLastRow": 2, - "selectRowAtIndexPath": 3, - "deselectRowAtIndexPath": 3, - "strong": 4, - "*pullDownView": 1, - "pullDownViewIsVisible": 3, - "*headerView": 6, - "dequeueReusableCellWithIdentifier": 2, - "NSString": 127, - "identifier": 7, - "": 1, - "@required": 1, - "canMoveRowAtIndexPath": 2, - "moveRowAtIndexPath": 2, - "numberOfSectionsInTableView": 3, - "NSIndexPath": 5, - "+": 195, - "indexPathForRow": 11, - "NSUInteger": 93, - "inSection": 11, - "readonly": 19, - "NSString*": 13, - "kTextStyleType": 2, - "@": 258, - "kViewStyleType": 2, - "kImageStyleType": 2, - "///////////////////////////////////////////////////////////////////////////////////////////////////": 24, - "@implementation": 13, - "StyleViewController": 2, - "initWithStyleName": 1, - "name": 7, - "styleType": 3, - "self": 500, - "[": 1227, - "super": 25, - "initWithNibName": 3, - "bundle": 3, - "]": 1227, - "self.title": 2, - "TTStyleSheet": 4, - "globalStyleSheet": 4, - "styleWithSelector": 4, - "retain": 73, - "_styleHighlight": 6, - "forState": 4, - "UIControlStateHighlighted": 1, - "_styleDisabled": 6, - "UIControlStateDisabled": 1, - "_styleSelected": 6, - "UIControlStateSelected": 1, - "_styleType": 6, - "copy": 4, - "dealloc": 13, - "TT_RELEASE_SAFELY": 12, - "#pragma": 44, - "mark": 42, - "UIViewController": 2, - "addTextView": 5, - "title": 2, - "TTStyle*": 7, - "textFrame": 3, - "TTRectInset": 3, - "UIEdgeInsetsMake": 3, - "StyleView*": 2, - "text": 12, - "StyleView": 2, - "alloc": 47, - "text.text": 1, - "TTStyleContext*": 1, - "context": 4, - "TTStyleContext": 1, - "init": 34, - "context.frame": 1, - "context.delegate": 1, - "context.font": 1, - "UIFont": 3, - "systemFontOfSize": 2, - "systemFontSize": 1, - "size": 12, - "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, - "UIViewAutoresizingFlexibleWidth": 4, - "|": 13, - "UIViewAutoresizingFlexibleBottomMargin": 3, - "self.view": 4, - "addSubview": 8, - "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, - "loadView": 4, - "self.view.bounds": 2, - "frame.size.height": 15, - "/": 18, - "isEqualToString": 13, - "frame.origin.y": 16, - "else": 35, - "Foo": 2, - "": 4, - "SBJsonParser": 2, - "maxDepth": 2, - "*error": 3, - "objectWithData": 7, - "NSData*": 1, - "data": 27, - "objectWithString": 5, - "repr": 5, - "jsonText": 1, - "error": 75, - "NSError**": 2, - "nibNameOrNil": 1, - "NSBundle": 1, - "nibBundleOrNil": 1, - "//self.variableHeightRows": 1, - "self.tableViewStyle": 1, - "UITableViewStyleGrouped": 1, - "self.dataSource": 1, - "TTSectionedDataSource": 1, - "dataSourceWithObjects": 1, - "TTTableTextItem": 48, - "itemWithText": 48, - "URL": 48, "@synthesize": 7, - "self.maxDepth": 2, - "u": 4, - "Methods": 1, - "NSData": 28, - "self.error": 3, - "SBJsonStreamParserAccumulator": 2, - "*accumulator": 1, - "SBJsonStreamParserAdapter": 2, - "*adapter": 1, - "adapter.delegate": 1, - "accumulator": 1, - "SBJsonStreamParser": 2, - "*parser": 1, - "parser.maxDepth": 1, - "parser.delegate": 1, - "adapter": 1, - "switch": 3, - "parser": 3, - "parse": 1, - "case": 8, - "SBJsonStreamParserComplete": 1, - "accumulator.value": 1, - "break": 13, - "SBJsonStreamParserWaitingForData": 1, - "SBJsonStreamParserError": 1, - "parser.error": 1, - "dataUsingEncoding": 2, - "NSUTF8StringEncoding": 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, - "PlaygroundViewController": 2, - "UIScrollView*": 1, - "_scrollView": 9, - "": 1, - "static": 102, - "const": 28, - "kFramePadding": 7, - "kElementSpacing": 3, - "kGroupSpacing": 5, - "addHeader": 5, - "yOffset": 42, - "UILabel*": 2, - "label": 6, - "UILabel": 2, - "CGRectZero": 5, - "label.text": 2, - "label.font": 3, - "label.numberOfLines": 2, - "label.frame": 4, - "frame.origin.x": 3, - "frame.size.width": 4, - "sizeWithFont": 2, - "constrainedToSize": 2, - "CGSizeMake": 3, - ".height": 4, - "label.frame.size.height": 2, - "addText": 5, - "UIScrollView": 1, - "_scrollView.autoresizingMask": 1, - "UIViewAutoresizingFlexibleHeight": 1, - "NSLocalizedString": 9, - "UIButton*": 1, - "button": 5, - "UIButton": 1, - "buttonWithType": 1, - "UIButtonTypeRoundedRect": 1, - "setTitle": 1, - "UIControlStateNormal": 1, - "addTarget": 1, - "action": 1, - "@selector": 28, - "debugTestAction": 2, - "forControlEvents": 1, - "UIControlEventTouchUpInside": 1, - "sizeToFit": 1, - "button.frame": 2, - "stringWithFormat": 6, - "TTCurrentLocale": 2, - "displayNameForKey": 1, - "NSLocaleIdentifier": 1, - "value": 21, - "localeIdentifier": 1, - "TTPathForBundleResource": 1, - "TTPathForDocumentsResource": 1, - "md5Hash": 1, - "setContentSize": 1, - "viewDidUnload": 2, - "viewDidAppear": 2, - "flashScrollIndicators": 1, - "#ifdef": 10, - "DEBUG": 1, + "window": 1, + "applicationDidFinishLaunching": 1, + "aNotification": 1, + "argc": 1, + "*argv": 1, "NSLog": 4, - "#else": 8, - "#endif": 59, - "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, "#include": 18, - "": 2, - "": 1, + "": 1, "": 2, + "": 2, + "": 1, + "": 1, + "#ifdef": 10, + "__OBJC__": 4, + "": 2, + "": 2, + "": 2, + "": 1, + "": 2, + "": 1, + "__cplusplus": 2, + "NSINTEGER_DEFINED": 3, + "defined": 16, + "__LP64__": 4, + "NS_BUILD_32_LIKE_64": 3, + "NSIntegerMin": 3, + "LONG_MIN": 3, + "NSIntegerMax": 4, + "LONG_MAX": 3, + "NSUIntegerMax": 7, + "ULONG_MAX": 3, + "INT_MIN": 3, + "INT_MAX": 2, + "UINT_MAX": 3, + "_JSONKIT_H_": 3, + "__GNUC__": 14, + "__APPLE_CC__": 2, + "JK_DEPRECATED_ATTRIBUTE": 6, + "__attribute__": 3, + "deprecated": 1, + "JSONKIT_VERSION_MAJOR": 1, + "JSONKIT_VERSION_MINOR": 1, + "JKFlags": 5, + "JKParseOptionNone": 1, + "JKParseOptionStrict": 1, + "JKParseOptionComments": 2, + "<<": 16, + "JKParseOptionUnicodeNewlines": 2, + "JKParseOptionLooseUnicode": 2, + "JKParseOptionPermitTextAfterValidJSON": 2, + "JKParseOptionValidFlags": 1, + "JKParseOptionFlags": 12, + "JKSerializeOptionNone": 3, + "JKSerializeOptionPretty": 2, + "JKSerializeOptionEscapeUnicode": 2, + "JKSerializeOptionEscapeForwardSlashes": 2, + "JKSerializeOptionValidFlags": 1, + "JKSerializeOptionFlags": 16, + "struct": 20, + "JKParseState": 18, + "Opaque": 1, + "private": 1, + "type.": 3, + "JSONDecoder": 2, + "*parseState": 16, + "decoder": 1, + "decoderWithParseOptions": 1, + "parseOptionFlags": 11, + "initWithParseOptions": 1, + "clearCache": 1, + "parseUTF8String": 2, + "size_t": 23, + "Deprecated": 4, + "JSONKit": 11, + "v1.4.": 4, + "objectWithUTF8String": 4, + "instead.": 4, + "parseJSONData": 2, + "jsonData": 6, + "objectWithData": 7, + "mutableObjectWithUTF8String": 2, + "mutableObjectWithData": 2, + "////////////": 4, + "Deserializing": 1, + "methods": 2, + "JSONKitDeserializing": 2, + "objectFromJSONString": 1, + "objectFromJSONStringWithParseOptions": 2, + "mutableObjectFromJSONString": 1, + "mutableObjectFromJSONStringWithParseOptions": 2, + "objectFromJSONData": 1, + "objectFromJSONDataWithParseOptions": 2, + "mutableObjectFromJSONData": 1, + "mutableObjectFromJSONDataWithParseOptions": 2, + "Serializing": 1, + "JSONKitSerializing": 3, + "JSONData": 3, + "Invokes": 2, + "JSONDataWithOptions": 8, + "includeQuotes": 6, + "serializeOptions": 14, + "JSONString": 3, + "JSONStringWithOptions": 8, + "serializeUnsupportedClassesUsingDelegate": 4, + "__BLOCKS__": 1, + "JSONKitSerializingBlockAdditions": 2, + "serializeUnsupportedClassesUsingBlock": 4, + "": 1, "": 1, "": 1, "": 1, "": 1, - "": 2, "": 1, "//#include": 1, "": 1, @@ -46168,44 +48946,29 @@ "": 1, "": 1, "//#import": 1, - "": 2, "": 1, - "": 2, - "": 2, "": 1, "": 1, - "": 2, - "#ifndef": 9, "__has_feature": 3, - "#define": 65, - "x": 10, "JK_ENABLE_CF_TRANSFER_OWNERSHIP_CALLBACKS": 2, "#warning": 1, "As": 1, - "JSONKit": 11, "v1.4": 1, "longer": 2, "required.": 1, - "It": 2, "option.": 1, "__OBJC_GC__": 1, "#error": 6, - "does": 3, - "support": 4, "Objective": 2, "C": 6, "Garbage": 1, "Collection": 1, - "#if": 41, "objc_arc": 1, "Automatic": 1, "Reference": 1, "Counting": 1, "ARC": 1, - "UINT_MAX": 3, "xffffffffU": 1, - "||": 42, - "INT_MIN": 3, "fffffff": 1, "ULLONG_MAX": 1, "xffffffffffffffffULL": 1, @@ -46214,25 +48977,12 @@ "LL": 1, "requires": 4, "types": 2, - "be": 49, "bits": 1, "respectively.": 1, - "defined": 16, - "__LP64__": 4, - "&&": 123, - "ULONG_MAX": 3, - "INT_MAX": 2, - "LONG_MAX": 3, - "LONG_MIN": 3, "WORD_BIT": 1, "LONG_BIT": 1, - "same": 6, "bit": 1, "architectures.": 1, - "NSUIntegerMax": 7, - "NSIntegerMax": 4, - "NSIntegerMin": 3, - "type.": 3, "SIZE_MAX": 1, "SSIZE_MAX": 1, "JK_HASH_INIT": 1, @@ -46240,7 +48990,6 @@ "JK_FAST_TRAILING_BYTES": 2, "JK_CACHE_SLOTS_BITS": 2, "JK_CACHE_SLOTS": 1, - "<<": 16, "JK_CACHE_PROBES": 1, "JK_INIT_CACHE_AGE": 1, "JK_TOKENBUFFER_SIZE": 1, @@ -46248,17 +48997,14 @@ "JK_JSONBUFFER_SIZE": 1, "JK_UTF8BUFFER_SIZE": 1, "JK_ENCODE_CACHE_SLOTS": 1, - "__GNUC__": 14, "JK_ATTRIBUTES": 15, "attr": 3, "...": 11, - "__attribute__": 3, "##__VA_ARGS__": 7, "JK_EXPECTED": 4, "cond": 12, "expect": 3, "__builtin_expect": 1, - "long": 71, "JK_EXPECT_T": 22, "U": 2, "JK_EXPECT_F": 14, @@ -46269,6 +49015,7 @@ "__inline__": 1, "always_inline": 1, "JK_ALIGNED": 1, + "arg": 11, "aligned": 1, "JK_UNUSED_ARG": 2, "unused": 3, @@ -46335,7 +49082,6 @@ "JKManagedBufferLocationMask": 1, "JKManagedBufferLocationShift": 1, "JKManagedBufferMustFree": 1, - "JKFlags": 5, "JKManagedBufferFlags": 1, "JKObjectStackOnStack": 1, "JKObjectStackOnHeap": 1, @@ -46388,14 +49134,10 @@ "JKObjCImpCache": 2, "JKHashTableEntry": 21, "serializeObject": 1, - "object": 36, - "JKSerializeOptionFlags": 16, + "options": 6, "optionFlags": 1, "encodeOption": 2, "JKSERIALIZER_BLOCKS_PROTO": 1, - "selector": 12, - "SEL": 19, - "**": 27, "releaseState": 1, "keyHash": 21, "uint32_t": 1, @@ -46425,7 +49167,6 @@ "xDC00": 1, "UNI_SUR_LOW_END": 1, "xDFFF": 1, - "char": 19, "trailingBytesForUTF8": 1, "offsetsFromUTF8": 1, "E2080UL": 1, @@ -46438,14 +49179,11 @@ "xF8": 1, "xFC": 1, "JK_AT_STRING_PTR": 1, - "&": 36, "stringBuffer.bytes.ptr": 2, - "atIndex": 6, "JK_END_STRING_PTR": 1, "stringBuffer.bytes.length": 1, "*_JKArrayCreate": 2, "*objects": 5, - "count": 99, "mutableCollection": 7, "_JKArrayInsertObjectAtIndex": 3, "*array": 9, @@ -46467,19 +49205,14 @@ "*_JKDictionaryHashTableEntryForKey": 2, "aKey": 13, "_JSONDecoderCleanup": 1, - "JSONDecoder": 2, "*decoder": 1, "_NSStringObjectFromJSONString": 1, "*jsonString": 1, - "JKParseOptionFlags": 12, - "parseOptionFlags": 11, "**error": 1, "jk_managedBuffer_release": 1, "*managedBuffer": 3, "jk_managedBuffer_setToStackBuffer": 1, "*ptr": 2, - "size_t": 23, - "length": 32, "*jk_managedBuffer_resize": 1, "newSize": 1, "jk_objectStack_release": 1, @@ -46492,8 +49225,6 @@ "jk_objectStack_resize": 1, "newCount": 1, "jk_error": 1, - "JKParseState": 18, - "*parseState": 16, "*format": 7, "jk_parse_string": 1, "jk_parse_number": 1, @@ -46514,7 +49245,6 @@ "*jk_cachedObjects": 1, "jk_cache_age": 1, "jk_set_parsed_token": 1, - "type": 5, "advanceBy": 1, "jk_encode_error": 1, "*encodeState": 9, @@ -46545,7 +49275,6 @@ "c": 7, "Class": 3, "_JKArrayClass": 5, - "NULL": 152, "_JKArrayInstanceSize": 4, "_JKDictionaryClass": 5, "_JKDictionaryInstanceSize": 4, @@ -46554,33 +49283,24 @@ "_jk_NSNumberAllocImp": 2, "NSNumberInitWithUnsignedLongLongImp": 2, "_jk_NSNumberInitWithUnsignedLongLongImp": 2, - "extern": 6, "jk_collectionClassLoadTimeInitialization": 2, "constructor": 1, "NSAutoreleasePool": 2, "*pool": 1, "Though": 1, "technically": 1, - "required": 2, "run": 1, - "time": 9, "environment": 1, "load": 1, "initialization": 1, - "may": 8, "less": 1, - "than": 9, "ideal.": 1, "objc_getClass": 2, "class_getInstanceSize": 2, - "NSNumber": 11, - "class": 30, "methodForSelector": 2, "temp_NSNumber": 4, "initWithUnsignedLongLong": 1, - "release": 66, "pool": 2, - "NSMutableArray": 31, "": 2, "NSMutableCopying": 2, "NSFastEnumeration": 2, @@ -46589,7 +49309,6 @@ "allocWithZone": 4, "NSZone": 4, "zone": 8, - "NSException": 19, "raise": 18, "NSInvalidArgumentException": 6, "format": 18, @@ -46598,34 +49317,27 @@ "_cmd": 16, "NSCParameterAssert": 19, "objects": 58, - "array": 84, "calloc": 5, "Directly": 2, "allocate": 2, "instance": 2, - "via": 5, "calloc.": 2, "isa": 2, "malloc": 1, - "sizeof": 13, - "autorelease": 21, "memcpy": 2, - "NO": 30, "<=>": 15, "*newObjects": 1, "newObjects": 2, "realloc": 1, "NSMallocException": 2, "memset": 1, - "<": 56, "memmove": 2, - "CFRelease": 19, "atObject": 12, - "for": 99, "free": 4, "NSParameterAssert": 15, "getObjects": 2, "objectsPtr": 3, + "range": 8, "NSRange": 1, "NSMaxRange": 4, "NSRangeException": 6, @@ -46639,7 +49351,6 @@ "mutationsPtr": 2, "itemsPtr": 2, "enumeratedCount": 8, - "while": 11, "insertObject": 1, "anObject": 16, "NSInternalInconsistencyException": 4, @@ -46651,7 +49362,6 @@ "#19.": 2, "removeObjectAtIndex": 1, "replaceObjectAtIndex": 1, - "withObject": 10, "copyWithZone": 1, "initWithObjects": 2, "mutableCopyWithZone": 1, @@ -46661,18 +49371,18 @@ "initWithJKDictionary": 3, "initDictionary": 4, "allObjects": 2, - "CFRetain": 4, "arrayWithObjects": 1, "_JKDictionaryHashEntry": 2, "returnObject": 3, "entry": 41, ".key": 11, "jk_dictionaryCapacities": 4, + "bottom": 6, + "top": 8, "mid": 5, "tableSize": 2, "lround": 1, "floor": 1, - "dictionary": 64, "capacityForCount": 4, "resize": 3, "oldCapacity": 2, @@ -46696,28 +49406,18 @@ "keyEntry": 4, "CFEqual": 2, "CFHash": 1, - "If": 30, - "was": 4, - "in": 42, - "we": 73, + "table": 7, "would": 2, - "have": 15, - "found": 4, - "by": 12, "now.": 1, - "objectForKey": 29, "entryForKey": 3, "_JKDictionaryHashTableEntryForKey": 1, "andKeys": 1, "arrayIdx": 5, "keyEnumerator": 1, - "setObject": 9, - "forKey": 9, + "copy": 4, "Why": 1, "earth": 1, "complain": 1, - "that": 23, - "but": 5, "doesn": 1, "Internal": 2, "Unable": 2, @@ -46728,919 +49428,392 @@ "ld": 2, "Invalid": 1, "character": 1, - "string": 9, "x.": 1, "n": 7, "r": 6, - "t": 15, - "A": 4, "F": 1, ".": 2, "e": 1, - "double": 3, "Unexpected": 1, "token": 1, "wanted": 1, "Expected": 3, - "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, - "*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, - "target": 5, - "releasingObject": 2, - "objectToRelease": 1, - "hideNetworkActivityIndicatorAfterDelay": 1, - "hideNetworkActivityIndicatorIfNeeeded": 1, - "runRequests": 1, - "configureProxies": 2, - "fetchPACFile": 1, - "finishedDownloadingPACFile": 1, - "theRequest": 1, - "runPACScript": 1, - "script": 1, - "timeOutPACRead": 1, - "useDataFromCache": 2, - "updatePartialDownloadSize": 1, - "registerForNetworkReachabilityNotifications": 1, - "unsubscribeFromNetworkReachabilityNotifications": 1, - "reachabilityChanged": 1, - "NSNotification": 2, - "note": 1, - "NS_BLOCKS_AVAILABLE": 8, - "performBlockOnMainThread": 2, - "ASIBasicBlock": 15, - "releaseBlocksOnMainThread": 4, - "releaseBlocks": 3, - "blocks": 16, - "callBlock": 1, - "complete": 12, - "*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, - "*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, - "initialize": 1, - "persistentConnectionsPool": 3, - "connectionsLock": 3, - "progressLock": 1, - "bandwidthThrottlingLock": 1, - "sessionCookiesLock": 1, - "sessionCredentialsLock": 1, - "delegateAuthenticationLock": 1, - "bandwidthUsageTracker": 1, - "initWithCapacity": 2, - "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, - "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, - "proxyAuthentication": 7, - "clientCertificateIdentity": 5, - "redirectURL": 1, - "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, - "addObject": 16, - "failureBlock": 5, - "startedBlock": 5, - "headersReceivedBlock": 5, - "bytesReceivedBlock": 8, - "bytesSentBlock": 5, - "downloadSizeIncrementedBlock": 5, - "uploadSizeIncrementedBlock": 5, - "dataReceivedBlock": 5, - "proxyAuthenticationNeededBlock": 5, - "authenticationNeededBlock": 5, - "requestRedirectedBlock": 5, - "performSelectorOnMainThread": 2, - "waitUntilDone": 4, - "isMainThread": 2, - "Blocks": 1, - "will": 57, - "released": 2, - "when": 46, - "method": 5, - "exits": 1, - "setup": 2, - "addRequestHeader": 5, - "header": 20, - "setRequestHeaders": 2, - "dictionaryWithCapacity": 2, - "buildPostBody": 3, - "haveBuiltPostBody": 3, - "Are": 1, - "submitting": 1, - "body": 8, - "from": 18, - "file": 14, - "disk": 1, - "were": 5, - "writing": 2, - "post": 2, - "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, - "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, - "isEqual": 4, - "setRedirectURL": 2, - "d": 11, - "setDelegate": 4, - "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, - "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, - "main": 8, - "NSRunLoop": 2, - "currentRunLoop": 2, - "runMode": 1, - "runLoopMode": 2, - "beforeDate": 1, - "distantFuture": 1, - "start": 3, - "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, - "HEAD": 10, - "generated": 3, - "ASINetworkQueue": 4, - "set": 24, - "already.": 1, - "so": 15, - "should": 8, - "proceed.": 1, - "setDidUseCachedResponse": 1, - "Must": 1, - "call": 8, - "before": 6, - "create": 1, - "needs": 1, - "mainRequest": 9, - "ll": 6, - "already": 4, - "CFHTTPMessageRef": 3, - "Create": 1, - "new": 10, - "HTTP": 9, - "request.": 1, - "CFHTTPMessageCreateRequest": 1, - "kCFAllocatorDefault": 3, - "CFStringRef": 1, - "CFURLRef": 1, - "useHTTPVersionOne": 3, - "kCFHTTPVersion1_0": 1, - "kCFHTTPVersion1_1": 1, - "//If": 2, - "need": 10, - "let": 8, - "generate": 1, - "its": 9, - "first": 9, - "use": 26, - "them": 10, - "buildRequestHeaders": 3, - "Even": 1, - "still": 2, - "give": 2, - "subclasses": 2, - "chance": 2, - "add": 5, - "their": 3, - "own": 3, - "requests": 21, - "ASIS3Request": 1, - "downloadCache": 5, - "default": 8, - "download": 9, - "downloading": 5, - "proxy": 11, - "PAC": 7, - "once": 3, - "process": 1, - "@catch": 1, - "*exception": 1, - "*underlyingError": 1, - "ASIUnhandledExceptionError": 3, - "exception": 3, - "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, - "any": 3, - "cached": 2, - "session": 5, - "store": 4, - "useSessionPersistence": 6, - "findSessionAuthenticationCredentials": 2, - "When": 15, - "Authentication": 3, - "stored": 9, - "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, - "re": 9, - "retrying": 1, - "using": 8, - "our": 6, - "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, - "arrayWithCapacity": 2, - "The": 15, - "SecIdentityRef": 3, - "certificates": 2, - "ve": 7, - "opened": 3, - "*oldStream": 1, - "Use": 6, - "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, - "previously": 1, - "there": 1, - "one": 1, - "We": 7, - "just": 4, - "make": 3, - "old": 5, - "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, - "nothing": 2, - "setLastActivityTime": 1, - "date": 3, - "setStatusTimer": 2, - "timerWithTimeInterval": 1, - "repeats": 1, - "addTimer": 1, - "forMode": 1, - "here": 2, - "sent": 6, - "more": 5, - "upload": 4, - "safely": 1, - "totalBytesSent": 5, - "***Black": 1, - "magic": 1, - "warning***": 1, - "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, - "auto": 2, - "retry": 3, - "numberOfTimesToRetryOnTimeout": 2, - "resuming": 1, - "update": 6, - "Range": 1, - "take": 1, - "account": 1, - "perhaps": 1, - "uploaded": 2, - "far": 2, - "setTotalBytesSent": 1, - "CFReadStreamCopyProperty": 2, - "kCFStreamPropertyHTTPRequestBytesWrittenCount": 1, - "unsignedLongLongValue": 1, - "middle": 1, - "said": 1, - "might": 4, - "resume": 2, - "used": 16, - "preset": 2, - "content": 5, - "updateUploadProgress": 3, - "updateDownloadProgress": 3, - "NSProgressIndicator": 4, - "MaxValue": 2, - "UIProgressView": 2, - "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, - "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, - "they": 6, - "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, - "different": 4, - "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, - "CFMutableDictionaryRef": 1, - "save": 3, - "keychain": 7, - "useKeychainPersistence": 4, - "*sessionCredentials": 1, - "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, - "argc": 1, - "*argv": 1, - "window": 1, - "applicationDidFinishLaunching": 1, - "aNotification": 1, + "MainMenuViewController": 2, + "TTTableViewController": 1, + "///////////////////////////////////////////////////////////////////////////////////////////////////": 24, + "initWithNibName": 3, + "nibNameOrNil": 1, + "bundle": 3, + "NSBundle": 1, + "nibBundleOrNil": 1, + "self.title": 2, + "//self.variableHeightRows": 1, + "self.tableViewStyle": 1, + "UITableViewStyleGrouped": 1, + "self.dataSource": 1, + "TTSectionedDataSource": 1, + "dataSourceWithObjects": 1, + "TTTableTextItem": 48, + "itemWithText": 48, + "URL": 48, + "PlaygroundViewController": 2, + "UIViewController": 2, + "UIScrollView*": 1, + "_scrollView": 9, + "": 1, + "CGFloat": 44, + "kFramePadding": 7, + "kElementSpacing": 3, + "kGroupSpacing": 5, + "addHeader": 5, + "yOffset": 42, + "UILabel*": 2, + "label": 6, + "UILabel": 2, + "initWithFrame": 12, + "CGRectZero": 5, + "label.text": 2, + "label.font": 3, + "UIFont": 3, + "systemFontOfSize": 2, + "label.numberOfLines": 2, + "CGRect": 41, + "frame": 38, + "label.frame": 4, + "frame.origin.x": 3, + "frame.origin.y": 16, + "frame.size.width": 4, + "frame.size.height": 15, + "sizeWithFont": 2, + "constrainedToSize": 2, + "CGSizeMake": 3, + ".height": 4, + "addSubview": 8, + "label.frame.size.height": 2, + "TT_RELEASE_SAFELY": 12, + "addText": 5, + "loadView": 4, + "UIScrollView": 1, + "self.view.bounds": 2, + "_scrollView.autoresizingMask": 1, + "UIViewAutoresizingFlexibleWidth": 4, + "UIViewAutoresizingFlexibleHeight": 1, + "self.view": 4, + "NSLocalizedString": 9, + "UIButton*": 1, + "button": 5, + "UIButton": 1, + "buttonWithType": 1, + "UIButtonTypeRoundedRect": 1, + "setTitle": 1, + "forState": 4, + "UIControlStateNormal": 1, + "addTarget": 1, + "action": 1, + "debugTestAction": 2, + "forControlEvents": 1, + "UIControlEventTouchUpInside": 1, + "sizeToFit": 1, + "button.frame": 2, + "TTCurrentLocale": 2, + "displayNameForKey": 1, + "NSLocaleIdentifier": 1, + "localeIdentifier": 1, + "TTPathForBundleResource": 1, + "TTPathForDocumentsResource": 1, + "dataUsingEncoding": 2, + "NSUTF8StringEncoding": 2, + "md5Hash": 1, + "setContentSize": 1, + "viewDidUnload": 2, + "viewDidAppear": 2, + "animated": 27, + "flashScrollIndicators": 1, + "DEBUG": 1, + "TTDPRINTMETHODNAME": 1, + "TTDPRINT": 9, + "TTMAXLOGLEVEL": 1, + "TTDERROR": 1, + "TTLOGLEVEL_ERROR": 1, + "TTDWARNING": 1, + "TTLOGLEVEL_WARNING": 1, + "TTDINFO": 1, + "TTLOGLEVEL_INFO": 1, + "TTDCONDITIONLOG": 3, + "rand": 1, + "TTDASSERT": 2, + "SBJsonParser": 2, + "maxDepth": 2, + "NSData*": 1, + "objectWithString": 5, + "repr": 5, + "jsonText": 1, + "NSError**": 2, + "self.maxDepth": 2, + "Methods": 1, + "self.error": 3, + "SBJsonStreamParserAccumulator": 2, + "*accumulator": 1, + "SBJsonStreamParserAdapter": 2, + "*adapter": 1, + "adapter.delegate": 1, + "accumulator": 1, + "SBJsonStreamParser": 2, + "*parser": 1, + "parser.maxDepth": 1, + "parser.delegate": 1, + "adapter": 1, + "switch": 3, + "parse": 1, + "case": 8, + "SBJsonStreamParserComplete": 1, + "accumulator.value": 1, + "SBJsonStreamParserWaitingForData": 1, + "SBJsonStreamParserError": 1, + "parser.error": 1, + "error_": 2, + "tmp": 3, + "*ui": 1, + "*error_": 1, + "ui": 1, + "StyleViewController": 2, + "TTViewController": 1, + "TTStyle*": 7, + "_style": 8, + "_styleHighlight": 6, + "_styleDisabled": 6, + "_styleSelected": 6, + "_styleType": 6, + "kTextStyleType": 2, + "kViewStyleType": 2, + "kImageStyleType": 2, + "initWithStyleName": 1, + "styleType": 3, + "TTStyleSheet": 4, + "globalStyleSheet": 4, + "styleWithSelector": 4, + "UIControlStateHighlighted": 1, + "UIControlStateDisabled": 1, + "UIControlStateSelected": 1, + "addTextView": 5, + "title": 2, + "style": 29, + "textFrame": 3, + "TTRectInset": 3, + "UIEdgeInsetsMake": 3, + "StyleView*": 2, + "StyleView": 2, + "text.text": 1, + "TTStyleContext*": 1, + "context": 4, + "TTStyleContext": 1, + "context.frame": 1, + "context.delegate": 1, + "context.font": 1, + "systemFontSize": 1, + "CGSize": 5, + "addToSize": 1, + "CGSizeZero": 1, + "size.width": 1, + "size.height": 1, + "textFrame.size": 1, + "text.frame": 1, + "text.style": 1, + "text.backgroundColor": 1, + "UIColor": 3, + "colorWithRed": 3, + "green": 3, + "blue": 3, + "alpha": 3, + "text.autoresizingMask": 1, + "UIViewAutoresizingFlexibleBottomMargin": 3, + "addView": 5, + "viewFrame": 4, + "view": 11, + "view.style": 2, + "view.backgroundColor": 2, + "view.autoresizingMask": 2, + "addImageView": 5, + "TTImageView*": 1, + "TTImageView": 1, + "view.urlPath": 1, + "imageFrame": 2, + "view.frame": 2, + "imageFrame.size": 1, + "view.image.size": 1, + "TUITableViewStylePlain": 2, + "regular": 1, + "TUITableViewStyleGrouped": 1, + "grouped": 1, + "stick": 1, + "scroll": 3, + "TUITableViewStyle": 4, + "TUITableViewScrollPositionNone": 2, + "TUITableViewScrollPositionTop": 2, + "TUITableViewScrollPositionMiddle": 1, + "TUITableViewScrollPositionBottom": 1, + "TUITableViewScrollPositionToVisible": 3, + "supported": 1, + "TUITableViewScrollPosition": 5, + "TUITableViewInsertionMethodBeforeIndex": 1, + "NSOrderedAscending": 4, + "TUITableViewInsertionMethodAtIndex": 1, + "NSOrderedSame": 1, + "TUITableViewInsertionMethodAfterIndex": 1, + "NSOrderedDescending": 4, + "TUITableViewInsertionMethod": 3, + "TUITableViewCell": 23, + "@protocol": 3, + "TUITableViewDataSource": 2, + "TUITableView": 25, + "TUITableViewDelegate": 1, + "": 1, + "TUIScrollViewDelegate": 1, + "tableView": 45, + "heightForRowAtIndexPath": 2, + "TUIFastIndexPath": 89, + "indexPath": 47, + "@optional": 2, + "willDisplayCell": 2, + "cell": 21, + "forRowAtIndexPath": 2, + "subview": 1, + "didSelectRowAtIndexPath": 3, + "left/right": 2, + "mouse": 2, + "down": 1, + "up/down": 1, + "didDeselectRowAtIndexPath": 3, + "didClickRowAtIndexPath": 1, + "withEvent": 2, + "NSEvent": 3, + "event": 8, + "look": 1, + "clickCount": 1, + "TUITableView*": 1, + "shouldSelectRowAtIndexPath": 3, + "TUIFastIndexPath*": 1, + "forEvent": 3, + "NSEvent*": 1, + "NSMenu": 1, + "menuForRowAtIndexPath": 1, + "tableViewWillReloadData": 3, + "tableViewDidReloadData": 3, + "targetIndexPathForMoveFromRowAtIndexPath": 1, + "fromPath": 1, + "toProposedIndexPath": 1, + "proposedPath": 1, + "TUIScrollView": 1, + "__unsafe_unretained": 2, + "": 4, + "_dataSource": 6, + "weak": 2, + "_sectionInfo": 27, + "TUIView": 17, + "_pullDownView": 4, + "_headerView": 8, + "_lastSize": 1, + "_contentHeight": 7, + "NSMutableIndexSet": 6, + "_visibleSectionHeaders": 6, + "_visibleItems": 14, + "_reusableTableCells": 5, + "_selectedIndexPath": 9, + "_indexPathShouldBeFirstResponder": 2, + "_futureMakeFirstResponderToken": 2, + "_keepVisibleIndexPathForReload": 2, + "_relativeOffsetForReload": 2, + "drag": 1, + "reorder": 1, + "_dragToReorderCell": 5, + "CGPoint": 7, + "_currentDragToReorderLocation": 1, + "_currentDragToReorderMouseOffset": 1, + "_currentDragToReorderIndexPath": 1, + "_currentDragToReorderInsertionMethod": 1, + "_previousDragToReorderIndexPath": 1, + "_previousDragToReorderInsertionMethod": 1, + "animateSelectionChanges": 3, + "forceSaveScrollPosition": 1, + "derepeaterEnabled": 1, + "layoutSubviewsReentrancyGuard": 1, + "didFirstLayout": 1, + "dataSourceNumberOfSectionsInTableView": 1, + "delegateTableViewWillDisplayCellForRowAtIndexPath": 1, + "maintainContentOffsetAfterReload": 3, + "_tableFlags": 1, + "creation.": 1, + "calls": 1, + "UITableViewStylePlain": 1, + "unsafe_unretained": 2, + "dataSource": 2, + "": 4, + "readwrite": 1, + "reloadData": 3, + "reloadDataMaintainingVisibleIndexPath": 2, + "relativeOffset": 5, + "reloadLayout": 2, + "numberOfSections": 10, + "numberOfRowsInSection": 9, + "section": 60, + "rectForHeaderOfSection": 4, + "rectForSection": 3, + "rectForRowAtIndexPath": 7, + "NSIndexSet": 4, + "indexesOfSectionsInRect": 2, + "rect": 10, + "indexesOfSectionHeadersInRect": 2, + "indexPathForCell": 2, + "returns": 4, + "visible": 16, + "indexPathsForRowsInRect": 3, + "indexPathForRowAtPoint": 2, + "point": 11, + "indexPathForRowAtVerticalOffset": 2, + "offset": 23, + "indexOfSectionWithHeaderAtPoint": 2, + "indexOfSectionWithHeaderAtVerticalOffset": 2, + "enumerateIndexPathsUsingBlock": 2, + "*indexPath": 11, + "*stop": 7, + "enumerateIndexPathsWithOptions": 2, + "NSEnumerationOptions": 4, + "usingBlock": 6, + "enumerateIndexPathsFromIndexPath": 4, + "fromIndexPath": 6, + "toIndexPath": 12, + "withOptions": 4, + "headerViewForSection": 6, + "cellForRowAtIndexPath": 9, + "index": 11, + "visibleCells": 3, + "order": 1, + "sortedVisibleCells": 2, + "indexPathsForVisibleRows": 2, + "scrollToRowAtIndexPath": 3, + "atScrollPosition": 3, + "scrollPosition": 9, + "indexPathForSelectedRow": 4, + "representing": 1, + "row": 36, + "selection.": 1, + "indexPathForFirstRow": 2, + "indexPathForLastRow": 2, + "selectRowAtIndexPath": 3, + "deselectRowAtIndexPath": 3, + "*pullDownView": 1, + "pullDownViewIsVisible": 3, + "*headerView": 6, + "dequeueReusableCellWithIdentifier": 2, + "identifier": 7, + "": 1, + "@required": 1, + "canMoveRowAtIndexPath": 2, + "moveRowAtIndexPath": 2, + "numberOfSectionsInTableView": 3, + "NSIndexPath": 5, + "indexPathForRow": 11, + "inSection": 11, "HEADER_Z_POSITION": 2, "beginning": 1, "height": 19, @@ -47648,7 +49821,6 @@ "TUITableViewSection": 16, "*_tableView": 1, "*_headerView": 1, - "Not": 2, "reusable": 1, "similar": 1, "UITableView": 1, @@ -47746,7 +49918,6 @@ "negative": 1, "returned": 1, "param": 1, - "location": 3, "p": 3, "0": 2, "width": 1, @@ -47766,23 +49937,19 @@ "iteration...": 1, "rowCount": 3, "j": 5, - "stop": 4, "FALSE": 2, "...then": 1, "zero": 1, - "subsequent": 2, "iterations": 1, "_topVisibleIndexPath": 1, "*topVisibleIndex": 1, "sortedArrayUsingSelector": 1, - "compare": 4, "topVisibleIndex": 2, "setFrame": 2, "_tableFlags.forceSaveScrollPosition": 1, "setContentOffset": 2, "_tableFlags.didFirstLayout": 1, "prevent": 2, - "during": 4, "layout": 3, "pinned": 5, "isKindOfClass": 2, @@ -47812,7 +49979,6 @@ "visibleCellsNeedRelayout": 5, "remaining": 1, "cells": 7, - "needed": 3, "cell.frame": 1, "cell.layer.zPosition": 1, "visibleRect": 3, @@ -47827,7 +49993,6 @@ "newVisibleIndexPaths": 2, "*indexPathsToAdd": 1, "indexPathsToAdd": 2, - "don": 2, "newly": 1, "superview": 1, "bringSubviewToFront": 1, @@ -47845,7 +50010,6 @@ "_pullDownView.frame": 1, "self.delegate": 10, "recycle": 1, - "all": 3, "regenerated": 3, "layoutSubviews": 5, "because": 1, @@ -47865,19 +50029,15 @@ "_layoutSectionHeaders": 2, "_tableFlags.derepeaterEnabled": 1, "commit": 1, - "has": 6, "selected": 2, - "being": 4, "overlapped": 1, "r.size.height": 4, "headerFrame.size.height": 1, - "do": 5, "r.origin.y": 1, "v.size.height": 2, "scrollRectToVisible": 2, "sec": 3, "_makeRowAtIndexPathFirstResponder": 2, - "accept": 2, "responder": 2, "made": 1, "acceptsFirstResponder": 1, @@ -47890,7 +50050,6 @@ "setNeedsDisplay": 2, "selection": 3, "actually": 2, - "changes": 4, "NSResponder": 1, "*firstResponder": 1, "firstResponder": 3, @@ -47926,553 +50085,334 @@ "setMaintainContentOffsetAfterReload": 1, "newValue": 2, "indexPathWithIndexes": 1, - "indexAtPosition": 2, - "TTViewController": 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, - "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, - "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, - "internal": 2, - "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, - "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, - "": 1, - "": 1, - "": 1, - "__OBJC__": 4, - "": 1, - "": 1, - "__cplusplus": 2, - "NSINTEGER_DEFINED": 3, - "NS_BUILD_32_LIKE_64": 3, - "_JSONKIT_H_": 3, - "__APPLE_CC__": 2, - "JK_DEPRECATED_ATTRIBUTE": 6, - "deprecated": 1, - "JSONKIT_VERSION_MAJOR": 1, - "JSONKIT_VERSION_MINOR": 1, - "JKParseOptionNone": 1, - "JKParseOptionStrict": 1, - "JKParseOptionComments": 2, - "JKParseOptionUnicodeNewlines": 2, - "JKParseOptionLooseUnicode": 2, - "JKParseOptionPermitTextAfterValidJSON": 2, - "JKParseOptionValidFlags": 1, - "JKSerializeOptionNone": 3, - "JKSerializeOptionPretty": 2, - "JKSerializeOptionEscapeUnicode": 2, - "JKSerializeOptionEscapeForwardSlashes": 2, - "JKSerializeOptionValidFlags": 1, - "Opaque": 1, - "private": 1, - "decoder": 1, - "decoderWithParseOptions": 1, - "initWithParseOptions": 1, - "clearCache": 1, - "parseUTF8String": 2, - "Deprecated": 4, - "v1.4.": 4, - "objectWithUTF8String": 4, - "instead.": 4, - "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, - "__BLOCKS__": 1, - "JSONKitSerializingBlockAdditions": 2, - "serializeUnsupportedClassesUsingBlock": 4 + "indexAtPosition": 2 }, "Objective-C++": { + "#include": 26, + "": 1, + "": 1, + "#if": 10, + "(": 612, + "defined": 1, + "OBJC_API_VERSION": 2, + ")": 610, + "&&": 12, + "static": 16, + "inline": 3, + "IMP": 4, + "method_setImplementation": 2, + "Method": 2, + "m": 3, + "i": 29, + "{": 151, + "oi": 2, + "-": 175, + "method_imp": 2, + ";": 494, + "return": 149, + "}": 148, + "#endif": 19, + "namespace": 1, + "WebCore": 1, + "ENABLE": 10, + "DRAG_SUPPORT": 7, + "const": 16, + "double": 1, + "EventHandler": 30, + "TextDragDelay": 1, + "RetainPtr": 4, + "": 4, + "&": 21, + "currentNSEventSlot": 6, + "DEFINE_STATIC_LOCAL": 1, + "event": 30, + "NSEvent": 21, + "*EventHandler": 2, + "currentNSEvent": 13, + ".get": 1, + "class": 14, + "CurrentEventScope": 14, + "WTF_MAKE_NONCOPYABLE": 1, + "public": 1, + "*": 34, + "private": 1, + "m_savedCurrentEvent": 3, + "#ifndef": 3, + "NDEBUG": 2, + "m_event": 3, + "*event": 11, + "ASSERT": 13, + "bool": 26, + "wheelEvent": 5, + "Page*": 7, + "page": 33, + "m_frame": 24, + "if": 104, + "false": 40, + "scope": 6, + "PlatformWheelEvent": 2, + "chrome": 8, + "platformPageClient": 4, + "handleWheelEvent": 2, + "wheelEvent.isAccepted": 1, + "PassRefPtr": 2, + "": 1, + "currentKeyboardEvent": 1, + "[": 268, + "NSApp": 5, + "currentEvent": 2, + "]": 266, + "switch": 4, + "type": 10, + "case": 25, + "NSKeyDown": 4, + "PlatformKeyboardEvent": 6, + "platformEvent": 2, + "platformEvent.disambiguateKeyDownEvent": 1, + "RawKeyDown": 1, + "KeyboardEvent": 2, + "create": 3, + "document": 6, + "defaultView": 2, + "NSKeyUp": 3, + "default": 3, + "keyEvent": 2, + "BEGIN_BLOCK_OBJC_EXCEPTIONS": 13, + "||": 18, + "END_BLOCK_OBJC_EXCEPTIONS": 13, + "void": 18, + "focusDocumentView": 1, + "FrameView*": 7, + "frameView": 4, + "view": 28, + "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, + "fromView": 3, + "nil": 25, + "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, + "while": 4, + "subview": 3, + "e": 1, + "nextObject": 1, + "mouseDownViewIfStillGood": 3, + "*mouseDownView": 1, + "mouseDownView": 3, + "topFrameView": 3, + "*topView": 1, + "topView": 2, + "eventLoopHandleMouseDragged": 1, + "mouseDragged": 2, + "//": 7, + "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, + "@selector": 4, + "scrollWheel": 2, + "reinterpret_cast": 1, + "": 1, + "*self": 1, + "selector": 2, + "shouldRetainSelf": 3, + "self": 70, + "retain": 1, + "release": 1, + "passWheelEventToWidget": 1, + "NSView*": 1, + "static_cast": 1, + "": 1, + "frame": 3, + "NSScrollWheel": 1, + "v": 6, + "loader": 1, + "resetMultipleFormSubmissionProtection": 1, + "handleMousePressEvent": 2, + "int": 36, + "%": 2, + "handleMouseDoubleClickEvent": 1, + "else": 11, + "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, + "YES": 6, + "keyEventWithType": 1, + "characters": 3, + "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, + "NSArray": 3, + "array": 2, + "owner": 15, + "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, + "unsigned": 2, + "accessKeyModifiers": 1, + "AXObjectCache": 1, + "accessibilityEnhancedUserInterfaceEnabled": 1, + "CtrlKey": 2, + "|": 3, + "AltKey": 1, "#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, @@ -48488,20 +50428,12 @@ "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, @@ -48510,22 +50442,17 @@ "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, @@ -48533,16 +50460,13 @@ "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, @@ -48557,17 +50481,14 @@ "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, @@ -48645,7 +50566,6 @@ "initWithFormat": 3, "arguments": 3, "va_end": 3, - "const": 16, "objects": 4, "deleteArray": 2, "object": 13, @@ -48672,12 +50592,9 @@ "<": 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, @@ -48713,7 +50630,6 @@ "format": 1, "string": 1, "escape": 1, - "characters": 3, "Any": 1, "results": 3, "returned": 1, @@ -48721,14 +50637,12 @@ "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, @@ -48748,11 +50662,9 @@ "NSLog": 4, "*joinValues": 1, "*adaptor": 7, - "||": 18, "": 1, "tablesRelatedByNaturalJoinFrom": 1, "tablesWithNaturalJoin": 5, - "i": 29, "**tablesWithNaturalJoin": 1, "*childMetaData": 1, "tableMetaDataByClassName": 3, @@ -48790,7 +50702,6 @@ "quote": 2, "commaQuote": 2, "": 1, - "YES": 6, "commited": 2, "updateCount": 2, "transaction": 2, @@ -48800,7 +50711,6 @@ "*transaction": 1, "d": 2, "": 1, - "#ifndef": 3, "OO_ARC": 1, "boxed": 1, "valueForKey": 1, @@ -48814,7 +50724,6 @@ "indexes": 1, "idx": 2, "implements": 1, - "owner": 15, ".directory": 1, ".mkdir": 1, "sqlite3_open": 1, @@ -48850,9 +50759,6 @@ "length": 4, "*type": 1, "objCType": 1, - "type": 10, - "switch": 4, - "case": 25, "sqlite3_bind_int": 1, "intValue": 3, "sqlite3_bind_int64": 1, @@ -48873,7 +50779,6 @@ "initWithDouble": 1, "sqlite3_column_double": 1, "SQLITE_TEXT": 1, - "unsigned": 2, "*bytes": 2, "sqlite3_column_text": 1, "NSMutableString": 1, @@ -48881,7 +50786,6 @@ "sqlite3_column_bytes": 2, "SQLITE_BLOB": 1, "sqlite3_column_blob": 1, - "default": 3, "out": 4, "awakeFromDB": 4, "instancesRespondToSelector": 1, @@ -48909,7 +50813,6 @@ "q": 1, "Q": 1, "f": 1, - "%": 2, "_": 2, "tag": 1, "A": 2, @@ -48926,288 +50829,13 @@ "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 + "self.on": 1 }, "Omgrofl": { "lol": 14, @@ -49242,6 +50870,29 @@ "}": 2, "title": 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, @@ -49295,89 +50946,22 @@ "*x": 1 }, "OpenEdge ABL": { - "DEFINE": 16, - "INPUT": 11, - "PARAMETER": 3, - "objSendEmailAlg": 2, - "AS": 21, - "email.SendEmailSocket": 1, - "NO": 13, - "-": 73, - "UNDO.": 12, - "VARIABLE": 12, - "vbuffer": 9, - "MEMPTR": 2, - "vstatus": 1, - "LOGICAL": 1, - "vState": 2, - "INTEGER": 6, - "ASSIGN": 2, - "vstate": 1, - "FUNCTION": 1, - "getHostname": 1, - "RETURNS": 1, - "CHARACTER": 9, - "(": 44, - ")": 44, - "cHostname": 1, - "THROUGH": 1, - "hostname": 1, - "ECHO.": 1, - "IMPORT": 1, - "UNFORMATTED": 1, - "cHostname.": 2, - "CLOSE.": 1, - "RETURN": 7, - "END": 12, - "FUNCTION.": 1, - "PROCEDURE": 2, - "newState": 2, - "INTEGER.": 1, - "pstring": 4, - "CHARACTER.": 1, - "newState.": 1, - "IF": 2, - "THEN": 2, - "RETURN.": 1, - "SET": 5, - "SIZE": 5, - "LENGTH": 3, - "+": 21, - "PUT": 1, - "STRING": 7, - "pstring.": 1, - "SELF": 4, - "WRITE": 1, - ".": 14, - "PROCEDURE.": 2, - "ReadSocketResponse": 1, - "vlength": 5, - "str": 3, - "v": 1, - "MESSAGE": 2, - "GET": 3, - "BYTES": 2, - "AVAILABLE": 2, - "VIEW": 1, - "ALERT": 1, - "BOX.": 1, - "DO": 2, - "READ": 1, - "handleResponse": 1, - "END.": 2, "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, @@ -49455,20 +51039,87 @@ "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, + "MESSAGE": 2, "INTERFACE": 1, "email.SendEmailAlgorithm": 1, "ipobjEmail": 1, + "AS": 21, "INTERFACE.": 1, + "PARAMETER": 3, + "objSendEmailAlg": 2, + "email.SendEmailSocket": 1, + "NO": 13, + "UNDO.": 12, + "VARIABLE": 12, + "vbuffer": 9, + "MEMPTR": 2, + "vstatus": 1, + "LOGICAL": 1, + "vState": 2, + "INTEGER": 6, + "ASSIGN": 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, + "SET": 5, + "SIZE": 5, + "LENGTH": 3, + "PUT": 1, + "STRING": 7, + "pstring.": 1, + "SELF": 4, + "WRITE": 1, + "PROCEDURE.": 2, + "ReadSocketResponse": 1, + "vlength": 5, + "str": 3, + "v": 1, + "GET": 3, + "BYTES": 2, + "AVAILABLE": 2, + "VIEW": 1, + "ALERT": 1, + "BOX.": 1, + "DO": 2, + "READ": 1, + "handleResponse": 1, + "END.": 2, "email.Util": 1, "FINAL": 1, "PRIVATE": 1, @@ -49513,6 +51164,28 @@ "CHR": 2, "lcPostBase64Data.": 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, @@ -49714,12 +51387,171 @@ "it": 1 }, "Ox": { - "nldge": 1, - "ParticleLogLikeli": 1, + "#include": 2, + "Kapital": 4, "(": 119, + "L": 2, + "const": 4, + "N": 5, + "entrant": 8, + "exit": 2, + "KP": 14, ")": 119, "{": 22, + "StateVariable": 1, + ";": 91, + "this.entrant": 1, + "this.exit": 1, + "this.KP": 1, + "actual": 2, + "Kbar*vals/": 1, + "-": 31, + "upper": 3, + "log": 2, + ".Inf": 2, + "}": 22, + "Transit": 1, + "FeasA": 2, "decl": 3, + "ent": 5, + "CV": 7, + "stayout": 3, + "[": 25, + "]": 25, + "exit.pos": 1, + "tprob": 5, + "sigu": 2, + "SigU": 2, + "if": 5, + "v": 2, + "&&": 1, + "return": 10, + "<0>": 1, + "ones": 1, + "probn": 2, + "Kbe": 2, + "/sigu": 1, + "Kb0": 2, + "+": 14, + "Kb2": 2, + "*upper": 1, + "/": 1, + "vals": 1, + "tprob.*": 1, + "zeros": 4, + ".*stayout": 1, + "FirmEntry": 6, + "Run": 1, + "Initialize": 3, + "GenerateSample": 2, + "BDP": 2, + "BayesianDP": 1, + "Rust": 1, + "Reachable": 2, + "sige": 2, + "new": 19, + "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, + "Volume": 3, + "LOUD": 1, + "EM": 4, + "ValueIteration": 1, + "//": 17, + "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, + "ParallelObjective": 1, + "obj": 18, + "DONOTUSECLIENT": 2, + "isclass": 1, + "obj.p2p": 2, + "oxwarning": 1, + "obj.L": 1, + "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, + "no": 2, + "greater": 1, + "than": 1, + "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, + "*": 5, + "nldge": 1, + "ParticleLogLikeli": 1, "it": 5, "ip": 1, "mss": 3, @@ -49747,24 +51579,19 @@ "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, @@ -49798,9 +51625,6 @@ "evaluate": 1, "importance": 1, "weights": 2, - "-": 31, - "[": 25, - "]": 25, "observation": 1, "error": 1, "exp": 2, @@ -49811,19 +51635,14 @@ ".*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, @@ -49837,153 +51656,7 @@ "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 + "normalized": 1 }, "Oxygene": { "": 1, @@ -50506,6 +52179,92 @@ "value": 53, "asort": 1, "array_keys": 7, + "BrowserKit": 1, + "DomCrawler": 5, + "Crawler": 2, + "Link": 3, + "Form": 4, + "Process": 1, + "PhpProcess": 2, + "abstract": 2, + "Client": 1, + "history": 15, + "cookieJar": 9, + "server": 20, + "request": 76, + "response": 33, + "crawler": 7, + "insulated": 7, + "redirect": 6, + "followRedirects": 5, + "History": 2, + "CookieJar": 2, + "setServerParameters": 2, + "followRedirect": 4, + "insulate": 1, + "class_exists": 2, + "RuntimeException": 2, + "array_merge": 32, + "setServerParameter": 1, + "getServerParameter": 1, + "default": 9, + "getHistory": 1, + "getCookieJar": 1, + "getCrawler": 1, + "getResponse": 1, + "getRequest": 1, + "click": 1, + "link": 10, + "submit": 2, + "getMethod": 6, + "getUri": 8, + "form": 7, + "setValues": 2, + "getPhpValues": 2, + "getPhpFiles": 2, + "method": 31, + "uri": 23, + "parameters": 4, + "files": 7, + "content": 4, + "changeHistory": 4, + "getAbsoluteUri": 2, + "isEmpty": 2, + "current": 4, + "parse_url": 3, + "PHP_URL_HOST": 1, + "PHP_URL_SCHEME": 1, + "Request": 3, + "allValues": 1, + "filterRequest": 2, + "doRequestInProcess": 2, + "doRequest": 2, + "filterResponse": 2, + "updateFromResponse": 1, + "getHeader": 2, + "createCrawlerFromContent": 2, + "getContent": 2, + "getScript": 2, + "sys_get_temp_dir": 2, + "isSuccessful": 1, + "getOutput": 3, + "unserialize": 1, + "LogicException": 4, + "addContent": 1, + "back": 2, + "requestFromRequest": 4, + "forward": 2, + "reload": 1, + "empty": 96, + "restart": 1, + "clear": 2, + "currentUri": 7, + "path": 20, + "PHP_URL_PATH": 1, + "path.": 1, + "getParameters": 1, + "getFiles": 3, + "getServer": 1, "": 3, "CakePHP": 6, "tm": 6, @@ -50530,14 +52289,12 @@ "License": 4, "Redistributions": 2, "of": 10, - "files": 7, "must": 2, "retain": 2, "the": 11, "above": 2, "copyright": 5, "notice": 2, - "link": 10, "Project": 2, "package": 2, "Controller": 4, @@ -50617,8 +52374,6 @@ "You": 2, "can": 2, "access": 1, - "request": 76, - "parameters": 4, "using": 2, "contains": 1, "POST": 1, @@ -50637,7 +52392,6 @@ "This": 1, "usually": 1, "takes": 1, - "form": 7, "generated": 1, "possibly": 1, "to": 6, @@ -50646,7 +52400,6 @@ "In": 1, "either": 1, "case": 31, - "response": 33, "allows": 1, "you": 1, "manipulate": 1, @@ -50657,7 +52410,6 @@ "based": 2, "routing.": 1, "By": 1, - "default": 9, "conventional": 1, "names.": 1, "/posts/index": 1, @@ -50738,11 +52490,8 @@ "settings": 2, "__set": 1, "camelize": 3, - "array_merge": 32, "array_key_exists": 11, - "empty": 96, "invokeAction": 1, - "method": 31, "ReflectionMethod": 2, "_isPrivateAction": 2, "PrivateActionException": 1, @@ -50770,7 +52519,6 @@ "implementedEvents": 2, "constructClasses": 1, "init": 4, - "current": 4, "getEventManager": 13, "attach": 4, "startupProcess": 1, @@ -50780,7 +52528,6 @@ "code": 4, "id": 82, "MissingModelException": 1, - "redirect": 6, "url": 18, "status": 15, "extract": 9, @@ -50861,82 +52608,97 @@ "_afterScaffoldSaveError": 1, "scaffoldError": 2, "_scaffoldError": 1, + "php_help": 1, + "arg": 1, + "t": 26, + "php_permission": 1, + "TRUE": 1, + "php_eval": 1, + "global": 2, + "theme_path": 5, + "theme_info": 3, + "conf": 2, + "old_theme_path": 2, + "drupal_get_path": 1, + "dirname": 1, + "filename": 1, + "ob_start": 1, + "print": 1, + "eval": 1, + "ob_get_contents": 1, + "ob_end_clean": 1, + "_php_filter_tips": 1, + "filter": 1, + "format": 3, + "long": 2, + "FALSE": 2, + "base_url": 1, + "php_filter_info": 1, + "filters": 2, "SHEBANG#!php": 4, - "echo": 2, - "BrowserKit": 1, - "DomCrawler": 5, - "Crawler": 2, - "Link": 3, - "Form": 4, - "Process": 1, - "PhpProcess": 2, - "abstract": 2, - "Client": 1, - "history": 15, - "cookieJar": 9, - "server": 20, - "crawler": 7, - "insulated": 7, - "followRedirects": 5, - "History": 2, - "CookieJar": 2, - "setServerParameters": 2, - "followRedirect": 4, - "insulate": 1, - "class_exists": 2, - "RuntimeException": 2, - "setServerParameter": 1, - "getServerParameter": 1, - "getHistory": 1, - "getCookieJar": 1, - "getCrawler": 1, - "getResponse": 1, - "getRequest": 1, - "click": 1, - "submit": 2, - "getMethod": 6, - "getUri": 8, - "setValues": 2, - "getPhpValues": 2, - "getPhpFiles": 2, - "uri": 23, - "content": 4, - "changeHistory": 4, - "getAbsoluteUri": 2, - "isEmpty": 2, - "parse_url": 3, - "PHP_URL_HOST": 1, - "PHP_URL_SCHEME": 1, - "Request": 3, - "allValues": 1, - "filterRequest": 2, - "doRequestInProcess": 2, - "doRequest": 2, - "filterResponse": 2, - "updateFromResponse": 1, - "getHeader": 2, - "createCrawlerFromContent": 2, - "getContent": 2, - "getScript": 2, - "sys_get_temp_dir": 2, - "isSuccessful": 1, - "getOutput": 3, - "unserialize": 1, - "LogicException": 4, - "addContent": 1, - "back": 2, - "requestFromRequest": 4, - "forward": 2, - "reload": 1, - "restart": 1, - "clear": 2, - "currentUri": 7, - "path": 20, - "PHP_URL_PATH": 1, - "path.": 1, - "getParameters": 1, - "getFiles": 3, - "getServer": 1, + "": 1, + "aMenuLinks": 1, + "Array": 13, + "Blog": 1, + "SITE_DIR": 4, + "Photos": 1, + "photo": 1, + "About": 1, + "me": 1, + "about": 1, + "Contact": 1, + "contacts": 1, + "Field": 9, + "FormField": 3, + "ArrayAccess": 1, + "button": 6, + "DOMNode": 3, + "initialize": 2, + "getFormNode": 1, + "getValues": 3, + "isDisabled": 2, + "FileFormField": 3, + "hasValue": 1, + "getValue": 2, + "qs": 4, + "http_build_query": 3, + "parse_str": 2, + "queryString": 2, + "sep": 1, + "sep.": 1, + "getRawUri": 1, + "getAttribute": 10, + "remove": 4, + "offsetExists": 1, + "offsetGet": 1, + "offsetSet": 1, + "offsetUnset": 1, + "setNode": 1, + "nodeName": 13, + "parentNode": 1, + "FormFieldRegistry": 2, + "document": 6, + "root": 4, + "xpath": 2, + "DOMXPath": 1, + "query": 102, + "hasAttribute": 1, + "InputFormField": 2, + "ChoiceFormField": 2, + "addChoice": 1, + "TextareaFormField": 1, + "base": 8, + "segments": 13, + "getSegments": 4, + "target": 20, + "array_shift": 5, + "self": 1, + "create": 13, + "k": 7, + "setValue": 1, + "walk": 3, + "registry": 4, + "m": 5, "relational": 2, "mapper": 2, "DBO": 2, @@ -51009,8 +52771,6 @@ "__call": 1, "dispatchMethod": 1, "getDataSource": 15, - "query": 102, - "k": 7, "relation": 7, "assocKey": 13, "dynamic": 2, @@ -51039,7 +52799,6 @@ "MissingTableException": 1, "is_object": 2, "SimpleXMLElement": 1, - "DOMNode": 3, "_normalizeXmlData": 3, "toArray": 1, "reverse": 1, @@ -51056,7 +52815,6 @@ "timeFields": 2, "date": 9, "val": 27, - "format": 3, "columns": 5, "str_replace": 3, "describe": 1, @@ -51072,13 +52830,11 @@ "isVirtualField": 3, "hasMethod": 2, "getVirtualField": 1, - "create": 13, "filterKey": 2, "defaults": 6, "properties": 4, "read": 2, "conditions": 41, - "array_shift": 5, "saveField": 1, "options": 85, "save": 9, @@ -51186,90 +52942,7 @@ "isUnique": 1, "is_bool": 1, "sql": 1, - "php_help": 1, - "arg": 1, - "t": 26, - "php_permission": 1, - "TRUE": 1, - "php_eval": 1, - "global": 2, - "theme_path": 5, - "theme_info": 3, - "conf": 2, - "old_theme_path": 2, - "drupal_get_path": 1, - "dirname": 1, - "filename": 1, - "ob_start": 1, - "print": 1, - "eval": 1, - "ob_get_contents": 1, - "ob_end_clean": 1, - "_php_filter_tips": 1, - "filter": 1, - "long": 2, - "FALSE": 2, - "base_url": 1, - "php_filter_info": 1, - "filters": 2, - "Field": 9, - "FormField": 3, - "ArrayAccess": 1, - "button": 6, - "initialize": 2, - "getFormNode": 1, - "getValues": 3, - "isDisabled": 2, - "FileFormField": 3, - "hasValue": 1, - "getValue": 2, - "qs": 4, - "http_build_query": 3, - "parse_str": 2, - "queryString": 2, - "sep": 1, - "sep.": 1, - "getRawUri": 1, - "getAttribute": 10, - "remove": 4, - "offsetExists": 1, - "offsetGet": 1, - "offsetSet": 1, - "offsetUnset": 1, - "setNode": 1, - "nodeName": 13, - "parentNode": 1, - "FormFieldRegistry": 2, - "document": 6, - "root": 4, - "xpath": 2, - "DOMXPath": 1, - "hasAttribute": 1, - "InputFormField": 2, - "ChoiceFormField": 2, - "addChoice": 1, - "TextareaFormField": 1, - "base": 8, - "segments": 13, - "getSegments": 4, - "target": 20, - "self": 1, - "setValue": 1, - "walk": 3, - "registry": 4, - "m": 5, - "": 1, - "aMenuLinks": 1, - "Array": 13, - "Blog": 1, - "SITE_DIR": 4, - "Photos": 1, - "photo": 1, - "About": 1, - "me": 1, - "about": 1, - "Contact": 1, - "contacts": 1, + "echo": 2, "Yii": 3, "console": 3, "bootstrap": 1, @@ -51398,704 +53071,38 @@ "end.": 1 }, "Perl": { - "pod": 1, - "head1": 36, - "NAME": 6, - "Catalyst": 10, - "PSGI": 10, - "-": 868, - "How": 1, - "and": 85, - "work": 3, - "together": 2, - "SYNOPSIS": 6, - "The": 22, - "L": 34, - "": 3, - "specification": 3, - "defines": 2, - "an": 16, - "interface": 1, - "between": 4, - "web": 8, - "servers": 2, - "Perl": 9, - "based": 2, - "applications": 2, - "frameworks.": 1, - "It": 3, - "supports": 1, - "the": 143, - "writing": 1, - "of": 64, - "portable": 1, - "that": 33, - "can": 30, - "be": 36, - "run": 1, - "using": 5, - "various": 2, - "methods": 4, - "(": 925, - "as": 37, - "a": 85, - "standalone": 1, - "server": 2, - "or": 49, - "mod_perl": 3, - "FastCGI": 2, - "etc.": 3, - ")": 923, - ".": 125, - "": 3, - "is": 69, - "implementation": 1, - "for": 83, - "running": 1, - "applications.": 1, - "used": 12, - "to": 95, - "contain": 3, - "entire": 3, - "set": 12, - "C": 56, - "<<": 10, - "Engine": 1, - "XXXX": 1, - "classes": 2, - "handle": 3, - "environments": 1, - "e.g.": 2, - "CGI": 6, - "This": 27, - "has": 3, - "been": 1, - "changed": 1, - "in": 36, - "so": 4, - "all": 23, - "done": 2, - "by": 16, - "implementing": 1, - "s": 35, - "possible": 2, - "do": 12, - "it": 28, - "manually": 2, - "creating": 3, - "": 1, - "file": 49, - "root": 1, - "your": 20, - "application.": 1, - "head2": 34, - "Why": 3, - "would": 5, - "I": 68, - "want": 7, - "write": 2, - "my": 404, - "own": 4, - ".psgi": 7, - "Writing": 2, - "allows": 4, - "you": 44, - "use": 83, - "alternate": 1, - "": 1, - "command": 14, - "start": 7, - "application": 15, - "add": 9, - "extensions": 1, - "implement": 2, - "": 1, - "such": 6, - "": 1, - "": 1, - "simplest": 1, - "<.psgi>": 1, - "called": 4, - "": 1, - "strict": 18, - ";": 1193, - "warnings": 18, - "TestApp": 5, - "app": 2, - "psgi_app": 3, - "@_": 43, - "Note": 5, - "will": 9, - "apply": 3, - "number": 4, - "middleware": 2, - "components": 2, - "automatically": 2, - "these": 4, - "B": 76, - "": 1, - "not": 54, - "applied": 1, - "if": 276, - "create": 3, - "psgi": 2, - "yourself.": 2, - "Details": 1, - "found": 11, - "below.": 1, - "Additional": 1, - "information": 2, - "about": 4, - "files": 42, - "at": 4, - "": 1, - "What": 1, - "generates": 2, - "default": 19, - "which": 7, - "": 1, - "setting": 2, - "on": 25, - "wrapped": 1, - "": 1, - "contains": 2, - "some": 1, - "engine": 1, - "specific": 2, - "fixes": 1, - "uniform": 1, - "behaviour": 2, - "contained": 1, - "over": 2, - "item": 44, - "": 1, - "": 1, - "back": 4, - "If": 15, - "override": 1, - "providing": 2, - "then": 4, - "none": 1, - "things": 2, - "returned": 3, - "when": 18, - "call": 2, - "MyApp": 1, - "Thus": 1, - "need": 5, - "any": 4, - "this": 22, - "functionality": 1, - "ll": 1, - "An": 1, - "apply_default_middlewares": 2, - "method": 8, - "supplied": 1, - "wrap": 1, - "middlewares": 1, - "are": 25, - "file.": 3, - "means": 3, - "auto": 1, - "generated": 1, - "no": 22, - "code": 8, - "looks": 2, - "something": 3, - "like": 13, - "SEE": 4, - "ALSO": 4, - "": 1, - "": 1, - "AUTHORS": 2, - "Contributors": 1, - "see": 5, - "Catalyst.pm": 1, - "COPYRIGHT": 7, - "library": 2, - "free": 4, - "software.": 1, - "You": 4, - "redistribute": 4, - "and/or": 4, - "modify": 4, - "under": 5, - "same": 2, - "terms": 4, - "itself.": 3, - "cut": 28, "package": 14, - "Plack": 25, - "Request": 11, - "_001": 1, - "our": 34, - "VERSION": 15, - "eval": 8, - "HTTP": 16, - "Headers": 8, - "Carp": 11, - "Hash": 11, - "MultiValue": 9, - "Body": 2, - "Upload": 2, - "TempBuffer": 2, - "URI": 11, - "Escape": 6, - "sub": 225, - "_deprecated": 8, - "{": 1121, - "alt": 1, - "shift": 165, - "caller": 2, - "[": 159, - "]": 155, - "carp": 2, - "}": 1134, - "new": 55, - "class": 8, - "env": 76, - "croak": 3, - "q": 5, - "required": 2, - "unless": 39, - "defined": 54, - "&&": 83, - "ref": 33, - "eq": 31, - "bless": 7, - "_": 101, - "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": 4, - "REMOTE_USER": 1, - "request_uri": 1, - "REQUEST_URI": 2, - "path_info": 4, - "PATH_INFO": 3, - "path": 28, - "||": 49, - "script_name": 1, - "SCRIPT_NAME": 2, - "scheme": 3, - "secure": 2, - "body": 30, - "input": 9, - "content_length": 4, - "CONTENT_LENGTH": 3, - "content_type": 5, - "CONTENT_TYPE": 2, - "session": 1, - "session_options": 1, - "logger": 1, - "cookies": 9, - "self": 141, - "return": 157, - "HTTP_COOKIE": 3, - "%": 78, - "results": 8, - "@pairs": 2, - "grep": 17, - "/": 69, - "split": 13, - "pair": 4, - "s/": 22, - "+": 120, - "//": 9, - "key": 20, - "value": 12, - "map": 10, - "uri_unescape": 1, - "exists": 19, - "query_parameters": 3, - "uri": 11, - "query_form": 2, - "content": 8, - "_parse_request_body": 4, - "fh": 28, - "cl": 10, - "read": 6, - "seek": 4, - "raw_body": 1, - "headers": 56, - "field": 2, - "HTTPS": 1, - "_//": 1, - "|": 28, - "CONTENT": 1, - "COOKIE": 1, - "/i": 2, - "keys": 15, - "content_encoding": 5, - "header": 17, - "referer": 3, - "user_agent": 3, - "body_parameters": 3, - "parameters": 8, - "query": 4, - "flatten": 3, - "uploads": 5, - "hostname": 1, - "url_scheme": 1, - "params": 1, - "query_params": 1, - "body_params": 1, - "cookie": 6, - "name": 44, - "param": 8, - "wantarray": 3, - "get_all": 2, - "upload": 13, - "raw_uri": 1, - "base": 10, - "path_query": 1, - "_uri_base": 3, - "path_escape_class": 2, - "uri_escape": 3, - "QUERY_STRING": 3, - "ne": 9, - "m": 17, - "canonical": 2, - "HTTP_HOST": 1, - "SERVER_NAME": 1, - "new_response": 4, - "require": 12, - "Response": 16, - "ct": 3, - "cleanup": 1, - "buffer": 9, - "else": 53, - "spin": 2, - "while": 31, - "chunk": 4, - "<": 15, - "length": 1, - "print": 35, - "rewind": 1, - "from_mixed": 2, - "@uploads": 3, - "@obj": 3, - "k": 6, - "v": 19, - "splice": 2, - "push": 30, - "_make_upload": 2, - "copy": 4, - "__END__": 2, - "Portable": 2, - "request": 11, - "object": 6, - "from": 19, - "hash": 11, - "app_or_middleware": 1, - "#": 99, - "req": 28, - "res": 59, - "finalize": 5, - "DESCRIPTION": 4, - "": 2, - "provides": 1, - "consistent": 1, - "API": 2, - "objects": 2, - "across": 1, - "environments.": 1, - "CAVEAT": 1, - "module": 2, - "intended": 1, - "developers": 3, - "framework": 2, - "rather": 2, - "than": 5, - "end": 9, - "users": 4, - "directly": 1, - "certainly": 2, - "but": 4, - "recommended": 1, - "Apache": 2, - "yet": 1, - "too": 1, - "low": 1, - "level.": 1, - "re": 3, - "encouraged": 1, - "one": 9, - "frameworks": 2, - "support": 2, - "": 1, - "modules": 1, - "": 1, - "provide": 1, - "higher": 1, - "level": 1, - "top": 1, - "PSGI.": 1, - "METHODS": 2, - "Some": 1, - "earlier": 1, - "versions": 1, - "deprecated": 1, - "version": 2, - "Take": 1, - "look": 2, - "": 1, - "Unless": 1, - "otherwise": 2, - "noted": 1, - "attributes": 4, - "": 1, - "passing": 1, - "values": 5, - "accessor": 1, - "doesn": 8, - "debug": 1, - "set.": 1, - "Returns": 10, - "": 2, - "containing": 5, - "current": 5, - "request.": 1, - "reference": 8, - "uploads.": 2, - "": 2, - "": 1, - "objects.": 1, - "Shortcut": 6, - "content_encoding.": 1, - "content_length.": 1, - "content_type.": 1, - "header.": 2, - "referer.": 1, - "user_agent.": 1, - "GET": 1, - "POST": 1, - "with": 26, - "CGI.pm": 2, - "compatible": 1, - "method.": 1, - "alternative": 1, - "accessing": 1, - "parameters.": 3, - "Unlike": 1, - "does": 10, - "": 1, - "allow": 1, - "modifying": 1, - "@values": 1, - "@params": 1, - "A": 2, - "convenient": 1, - "access": 2, - "@fields": 1, - "filename": 68, - "Creates": 2, - "": 3, - "object.": 4, - "Handy": 1, - "remove": 2, - "dependency": 1, - "easy": 1, - "subclassing": 1, - "duck": 1, - "typing": 1, - "well": 2, - "overriding": 1, - "generation": 1, - "middlewares.": 1, - "Parameters": 1, - "take": 5, - "multiple": 5, - "i.e.": 2, - "": 1, - "": 1, - "": 1, - "": 1, - "store": 1, - "plain": 2, - "where": 3, - "": 1, - "scalars": 1, - "": 2, - "array": 7, - "references": 1, - "don": 2, - "ARRAY": 1, - "foo": 6, - "t": 18, - "parse": 1, - "more": 2, - "twice": 1, - "efficiency.": 1, - "DISPATCHING": 1, - "wants": 1, - "dispatch": 1, - "route": 1, - "actions": 1, - "paths": 3, - "sure": 1, - "because": 3, - "": 1, - "gives": 2, - "virtual": 1, - "regardless": 1, - "how": 1, - "mounted.": 1, - "hosted": 1, - "scripts": 1, - "even": 4, - "multiplexed": 1, - "tools": 1, - "": 1, - "good": 2, - "idea": 1, - "subclass": 1, - "define": 1, - "uri_for": 2, - "args": 3, - "@": 38, - "So": 1, - "say": 1, - "link": 1, - "signoff": 1, - "": 1, - "empty.": 1, - "older": 1, - "behavior": 3, - "just": 2, - "instead.": 1, - "Cookie": 2, - "handling": 1, - "simplified": 1, - "always": 5, - "string": 5, - "encoding": 2, - "decoding": 1, - "them": 5, - "totally": 1, - "up": 1, - "framework.": 1, - "Also": 1, - "": 1, - "now": 1, - "returns": 4, - "": 1, - "Simple": 1, - "longer": 1, - "have": 2, - "wacky": 1, - "undef": 17, - "instead": 4, - "simply": 1, - "Tatsuhiko": 2, - "Miyagawa": 2, - "Kazuhiro": 1, - "Osawa": 1, - "Tokuhiro": 2, - "Matsuno": 2, - "": 1, - "": 1, - "LICENSE": 3, - "software": 3, - "SHEBANG#!perl": 5, - "Fast": 3, - "XML": 2, - "XS": 2, - "File": 54, - "Spec": 13, - "FindBin": 1, - "qw": 35, - "Bin": 3, - "#use": 1, - "lib": 2, - "catdir": 3, - "..": 7, - "_stop": 4, - "SIG": 3, - "exit": 16, - "ENV": 40, - "nginx": 2, - "external": 2, - "fcgi": 2, - "Ext_Request": 1, - "FCGI": 1, - "*STDIN": 2, - "*STDOUT": 6, - "*STDERR": 1, - "int": 2, - "ARGV": 2, - "conv": 2, - "use_attr": 1, - "indent": 1, - "output": 36, - "xml_decl": 1, - "tmpl_path": 2, - "tmpl": 5, - "data": 3, - "nick": 1, - "tree": 2, - "example": 5, - "parent": 5, - "id": 6, - "third_party": 1, - "artist_name": 2, - "venue": 2, - "event": 2, - "date": 2, - "zA": 1, - "Z0": 1, - "die": 38, - "e": 20, - "catfile": 4, - "qq": 18, - "Content": 2, - "type": 69, - "application/xml": 1, - "charset": 2, - "utf": 2, - "r": 14, - "n": 19, - "hash2xml": 1, - "text/html": 1, - "nError": 1, - "last": 17, - "M": 1, - "system": 1, - "Foo": 11, - "Bar": 1, - "@array": 1, - "SHEBANG#!#! perl": 4, - "i": 26, - "o": 17, - "examples/benchmarks/fib.pl": 1, - "Fibonacci": 2, - "Benchmark": 1, - "Calculates": 1, - "Number": 1, - "": 1, - "defaults": 16, - "unspecified": 1, - "fib": 4, - "N": 2, - "F": 24, - "": 1, "App": 131, "Ack": 136, + ";": 1376, + "use": 88, + "warnings": 19, + "strict": 22, + "File": 54, "Next": 27, "Plugin": 2, - "Basic": 10, + "Basic": 11, + "head1": 36, + "NAME": 6, + "-": 1075, + "A": 2, "container": 1, + "for": 88, "functions": 2, + "the": 153, "ack": 38, - "program": 6, + "program": 7, + "VERSION": 15, "Version": 1, + "cut": 28, + "our": 34, + "COPYRIGHT": 7, "BEGIN": 7, + "{": 1394, + "}": 1407, + "fh": 28, + "*STDOUT": 6, + "%": 82, "types": 26, "type_wanted": 20, "mappings": 29, @@ -52105,6 +53112,9 @@ "dir_sep_chars": 10, "is_cygwin": 6, "is_windows": 12, + "Spec": 13, + "(": 1137, + ")": 1136, "Glob": 4, "Getopt": 6, "Long": 6, @@ -52117,18 +53127,29 @@ "_sgbak": 2, "_build": 2, "actionscript": 2, + "[": 200, + "qw": 35, + "as": 40, "mxml": 2, + "]": 196, "ada": 4, "adb": 2, "ads": 2, "asm": 4, + "s": 35, "batch": 2, "bat": 2, "cmd": 2, "binary": 3, + "q": 5, "Binary": 2, + "files": 42, + "defined": 54, + "by": 19, + "Perl": 9, "T": 2, "op": 2, + "default": 19, "off": 4, "tt": 4, "tt2": 2, @@ -52140,6 +53161,7 @@ "ctl": 2, "resx": 2, "verilog": 2, + "v": 19, "vh": 2, "sv": 2, "vhdl": 4, @@ -52152,68 +53174,120 @@ "xsl": 2, "xslt": 2, "ent": 2, + "while": 33, + "my": 458, + "type": 69, "exts": 6, "each": 14, + "if": 322, + "ref": 33, "ext": 14, + "@": 54, + "push": 37, + "_": 104, "mk": 2, "mak": 2, - "p": 9, + "not": 56, + "t": 21, + "p": 10, "STDIN": 2, "O": 4, + "eq": 62, "/MSWin32/": 2, "quotemeta": 5, + "catfile": 4, + "SYNOPSIS": 6, + "If": 15, + "you": 44, + "want": 7, + "to": 101, "know": 4, + "about": 4, + "F": 24, "": 13, + "see": 5, + "file": 57, + "itself.": 3, "No": 4, + "user": 5, "serviceable": 1, "parts": 1, "inside.": 1, - "should": 6, + "is": 74, + "all": 28, + "that": 35, + "should": 8, "this.": 1, "FUNCTIONS": 1, + "head2": 34, "read_ackrc": 4, "Reads": 1, "contents": 2, + "of": 67, ".ackrc": 1, + "and": 92, + "returns": 4, "arguments.": 1, + "sub": 232, "@files": 12, + "ENV": 41, "ACKRC": 2, "@dirs": 4, "HOME": 4, "USERPROFILE": 2, "dir": 27, + "grep": 17, "bsd_glob": 4, "GLOB_TILDE": 2, - "open": 7, + "filename": 72, + "&&": 84, + "e": 21, + "open": 10, + "or": 51, + "die": 38, "@lines": 21, "/./": 2, + "/": 82, "s*#/": 2, "<$fh>": 4, - "chomp": 3, - "close": 19, + "chomp": 4, + "close": 22, + "s/": 28, + "+": 126, + "//": 9, + "return": 168, "get_command_line_options": 4, "Gets": 3, - "line": 20, + "command": 16, + "line": 21, "arguments": 2, + "does": 11, + "specific": 2, "tweaking.": 1, "opt": 291, "pager": 19, "ACK_PAGER_COLOR": 7, + "||": 52, "ACK_PAGER": 5, "getopt_specs": 6, + "m": 17, "after_context": 16, "before_context": 18, + "shift": 170, "val": 26, "break": 14, - "c": 5, + "c": 6, "count": 23, "color": 38, "ACK_COLOR_MATCH": 5, "ACK_COLOR_FILENAME": 5, "ACK_COLOR_LINENO": 4, "column": 4, + "#": 106, "ignore": 7, + "this": 22, "option": 7, + "it": 30, "handled": 2, "beforehand": 2, "f": 25, @@ -52223,10 +53297,15 @@ "heading": 18, "h": 6, "H": 6, + "i": 27, "invert_file_match": 8, - "lines": 19, + "lines": 20, "l": 17, - "regex": 28, + "regex": 42, + "n": 19, + "o": 17, + "output": 40, + "undef": 17, "passthru": 9, "print0": 7, "Q": 7, @@ -52234,12 +53313,15 @@ "smart_case": 3, "sort_files": 11, "u": 10, - "w": 4, + "w": 7, "remove_dir_sep": 7, "delete": 10, "print_version_statement": 2, + "exit": 19, "show_help": 3, + "@_": 45, "show_help_types": 2, + "require": 13, "Pod": 4, "Usage": 4, "pod2usage": 2, @@ -52248,54 +53330,82 @@ "dummy": 2, "wanted": 4, "no//": 2, - "must": 5, + "must": 7, + "be": 39, "later": 2, + "exists": 31, + "else": 71, + "qq": 18, "Unknown": 2, "unshift": 4, "@ARGV": 12, + "split": 15, "ACK_OPTIONS": 5, "def_types_from_ARGV": 5, "filetypes_supported": 5, "parser": 12, "Parser": 4, + "new": 56, "configure": 4, "getoptions": 4, "to_screen": 10, + "defaults": 16, + "eval": 8, "Win32": 9, "Console": 2, "ANSI": 3, - "join": 5, + "key": 20, + "value": 14, + "<": 15, + "join": 7, + "map": 10, "@ret": 10, + "from": 20, "warn": 22, + "..": 7, "uniq": 4, "@uniq": 2, - "sort": 8, + "sort": 9, + "a": 88, "<=>": 2, "b": 6, + "keys": 19, "numerical": 2, "occurs": 2, "only": 11, "once": 4, "Go": 1, - "through": 6, + "through": 10, + "look": 2, + "I": 68, "<--type-set>": 1, "foo=": 1, "bar": 3, "<--type-add>": 1, "xml=": 1, + ".": 166, "Remove": 1, + "them": 5, + "add": 9, "supported": 1, "filetypes": 8, - "into": 6, + "i.e.": 2, + "into": 8, + "etc.": 3, "@typedef": 8, "td": 6, + "set": 12, "Builtin": 4, "cannot": 4, "changed.": 4, + "ne": 11, "delete_type": 5, "Type": 2, - "exist": 4, + "exist": 5, + "creating": 3, + "with": 28, "...": 2, + "unless": 39, "@exts": 8, ".//": 2, "Cannot": 4, @@ -52303,6 +53413,8 @@ "Removes": 1, "internal": 1, "structures": 1, + "containing": 5, + "information": 2, "type_wanted.": 1, "Internal": 2, "error": 4, @@ -52311,40 +53423,59 @@ "Standard": 1, "filter": 12, "pass": 1, + "L": 34, "": 1, "descend_filter.": 1, + "It": 3, "true": 3, "directory": 8, + "any": 4, "ones": 1, - "we": 7, + "we": 9, "ignore.": 1, + "path": 29, + "This": 27, "removes": 1, "trailing": 1, "separator": 4, "there": 6, + "one": 9, "its": 2, "argument": 1, + "Returns": 10, "list": 10, "<$filename>": 1, "could": 2, "be.": 1, "For": 5, + "example": 5, "": 1, + "The": 22, "filetype": 1, + "will": 9, + "C": 56, "": 1, + "can": 30, "skipped": 2, + "something": 3, "avoid": 1, "searching": 6, + "even": 4, + "under": 5, "a.": 1, "constant": 2, "TEXT": 16, "basename": 9, - ".*": 2, + ".*": 5, "is_searchable": 8, "lc_basename": 8, "lc": 5, + "r": 18, + "B": 76, + "header": 17, "SHEBANG#!#!": 2, "ruby": 3, + "|": 31, "lua": 2, "erl": 2, "hp": 2, @@ -52354,8 +53485,10 @@ "*": 8, "b/": 4, "ba": 2, + "k": 6, "z": 2, "sh": 2, + "/i": 2, "search": 11, "false": 1, "regular": 3, @@ -52365,13 +53498,15 @@ "U": 2, "y": 8, "tr/": 2, - "x": 7, + "x": 12, "w/": 3, "nOo_/": 2, "_thpppt": 3, "_get_thpppt": 3, + "print": 46, "_bar": 3, - "&": 22, + "<<": 10, + "&": 27, "*I": 2, "g": 7, "#.": 6, @@ -52380,9 +53515,15 @@ "#I": 6, "#7": 4, "results.": 2, + "on": 27, + "when": 19, + "used": 13, "interactively": 6, + "no": 22, "Print": 6, - "different": 2, + "between": 4, + "results": 8, + "different": 3, "files.": 6, "group": 2, "Same": 8, @@ -52396,7 +53537,7 @@ "Windows": 4, "colour": 2, "COLOR": 6, - "match": 21, + "match": 24, "lineno": 2, "Set": 3, "filenames": 7, @@ -52409,30 +53550,36 @@ "pipe": 4, "finding": 2, "Only": 7, + "found": 11, "without": 3, "searching.": 2, "PATTERN": 8, "specified.": 4, "REGEX": 2, + "but": 4, "REGEX.": 2, "Sort": 2, "lexically.": 3, "invert": 2, "Print/search": 2, + "handle": 3, + "do": 16, "g/": 2, "G.": 2, "show": 3, "Show": 2, + "which": 7, "has.": 2, "inclusion/exclusion": 2, - "All": 4, + "All": 5, "searched": 5, "Ignores": 2, ".svn": 3, - "other": 5, + "other": 6, "ignored": 6, "directories": 9, "unrestricted": 2, + "name": 60, "Add/Remove": 2, "dirs": 2, "R": 2, @@ -52457,15 +53604,18 @@ "@before": 16, "before_starts_at_line": 10, "after": 18, + "number": 4, "still": 4, + "res": 59, "next_text": 8, "has_lines": 4, - "scalar": 2, - "m/": 4, + "scalar": 3, + "m/": 12, "regex/": 9, "next": 9, "print_match_or_context": 13, - "elsif": 10, + "elsif": 26, + "last": 17, "max": 12, "nmatches": 61, "show_filename": 35, @@ -52478,11 +53628,12 @@ "match_start": 5, "match_end": 3, "Prints": 4, - "out": 2, + "out": 3, "context": 1, "around": 5, "match.": 3, "opts": 2, + "array": 7, "line_no": 12, "show_column": 4, "display_filename": 8, @@ -52509,6 +53660,7 @@ "reset_total_count": 4, "search_and_list": 8, "Optimized": 1, + "version": 2, "lines.": 3, "ors": 11, "record": 3, @@ -52517,8 +53669,10 @@ "print_count0": 2, "filetypes_supported_set": 9, "True/False": 1, + "are": 26, "print_files": 4, "iter": 23, + "returned": 3, "iterator": 3, "<$regex>": 1, "<$one>": 1, @@ -52526,9 +53680,11 @@ "first.": 1, "<$ors>": 1, "<\"\\n\">": 1, - "what": 14, + "defines": 2, + "what": 15, "filename.": 1, "print_files_with_matches": 4, + "where": 4, "was": 2, "repo": 18, "Repository": 11, @@ -52549,12 +53705,13 @@ "before": 1, "go": 1, "expand_filenames": 7, + "reference": 8, "expanded": 3, "globs": 1, "EXPAND_FILENAMES_SCOPE": 4, "argv": 12, "attr": 6, - "foreach": 4, + "foreach": 13, "pattern": 10, "@results": 14, "didn": 2, @@ -52562,12 +53719,15 @@ "tried": 2, "load": 2, "GetAttributes": 2, + "end": 10, + "attributes": 4, "got": 2, "get_starting_points": 4, "starting": 2, "@what": 14, "reslash": 4, "Assume": 2, + "current": 6, "start_point": 4, "_match": 8, "target": 6, @@ -52582,7 +53742,7 @@ "is_interesting": 4, "descend_filter": 11, "error_handler": 5, - "msg": 4, + "msg": 5, "follow_symlinks": 6, "set_up_pager": 3, "Unable": 2, @@ -52590,139 +53750,278 @@ "pipe.": 1, "exit_from_ack": 5, "Exit": 1, + "application": 15, "correct": 1, "code.": 2, + "otherwise": 2, "handed": 1, + "in": 40, "argument.": 1, "rc": 11, + "LICENSE": 3, "Copyright": 2, "Andy": 2, "Lester.": 2, + "free": 4, + "software": 3, + "redistribute": 4, + "and/or": 4, + "modify": 4, + "terms": 4, "Artistic": 2, "License": 2, "v2.0.": 2, "End": 3, - "Util": 3, - "Accessor": 1, - "status": 17, - "Scalar": 2, - "shortcut": 2, - "location": 4, - "redirect": 1, - "url": 2, - "clone": 1, - "_finalize_cookies": 2, - "/chr": 1, - "/ge": 1, - "replace": 3, - "LWS": 1, - "single": 1, - "SP": 1, - "//g": 1, - "CR": 1, - "LF": 1, - "since": 1, - "char": 1, - "invalid": 1, - "here": 2, - "header_field_names": 1, - "_body": 2, - "blessed": 1, - "overload": 1, - "Method": 1, - "_bake_cookie": 2, - "push_header": 1, - "@cookie": 7, - "domain": 3, - "_date": 2, - "expires": 7, - "httponly": 1, - "@MON": 1, - "Jan": 1, - "Feb": 1, - "Mar": 1, - "Apr": 1, - "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, - "sec": 2, - "min": 3, - "hour": 2, - "mday": 2, - "mon": 2, - "year": 3, - "wday": 2, - "gmtime": 1, - "sprintf": 1, - "WDAY": 1, - "MON": 1, - "response": 5, - "psgi_handler": 1, - "way": 2, - "simple": 2, - "API.": 1, - "Sets": 2, - "gets": 2, - "": 1, - "alias.": 2, - "response.": 1, - "Setter": 2, - "either": 2, - "headers.": 1, - "body_str": 1, - "io": 1, - "sets": 4, - "body.": 1, - "IO": 1, - "Handle": 1, - "": 1, - "X": 2, - "text/plain": 1, - "gzip": 1, - "normalize": 1, - "given": 10, - "string.": 1, - "Users": 1, - "responsible": 1, - "properly": 1, - "": 1, - "names": 1, - "their": 1, - "corresponding": 1, - "": 2, - "everything": 1, - "": 1, - "": 2, - "": 1, - "": 1, - "": 1, - "integer": 1, - "epoch": 1, - "time": 3, - "": 1, - "convert": 1, - "formats": 1, - "<+3M>": 1, - "reference.": 1, - "AUTHOR": 1, + "SHEBANG#!perl": 6, + "##": 79, + "configuration": 3, + "options": 8, + "BASE_DIR": 1, + "CONFIG_FILE": 2, + "Config": 1, + "location": 5, + "DEBUG_LOG_FILE": 2, + "Specify": 2, + "create": 4, + "log": 4, + "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, + "how": 2, + "run": 3, + "ARGV": 5, + "test": 1, + "errors": 4, + "console": 1, + "read_config": 4, + "abort": 23, + "parse": 3, + "performance": 2, + "data": 5, + "started": 1, + "parse_perfdata": 2, + "CGI": 10, + "script": 1, + "web": 9, + "browser": 1, + "run_as_cgi": 2, + "some": 2, + "help": 3, + "info": 1, + "logfile": 1, + "write": 5, + "blank": 2, + "wrote": 1, + "anything...": 1, + "debug": 39, + "Program": 1, + "called": 5, + "graph_name": 18, + "param": 10, + "graph_iteration": 6, + "config": 67, + "display": 2, + "index": 2, + "graphs": 3, + "display_htmltemplate": 3, + "graph": 4, + "Display": 3, + "HTML": 6, + "page": 1, + "generate": 1, + "call": 4, + "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, + "way": 3, + "like": 14, + "exec": 1, + "template": 3, + "variable": 3, + "substitution": 1, + "stuff": 1, + "": 1, + "big": 2, + "regex..": 1, + "/my": 1, + "varname": 8, + "date": 3, + "time": 6, + "localtime": 2, + "code": 10, + "return_html": 4, + "gn": 2, + "return_html.": 2, + "escape": 1, + "slash": 1, + "since": 2, + "were": 2, + "inside": 1, + "an": 17, + "displaying": 1, + "actual": 1, + "images": 1, + "iteration_id": 2, + "unknown": 1, + "/eig": 1, + "thought": 1, + "would": 6, + "never": 2, + "Process": 1, + "incoming": 1, + "check": 3, + "plugin": 1, + "insert": 1, + "values": 7, + "rrd": 3, + "archives": 2, + "rrd_updates": 13, + "Provide": 1, + "more": 3, + "symbolic": 1, + "names": 3, + "same": 4, + "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, + "regexes": 4, + "output/perfdata": 1, + "regex_string": 1, + "regex_string/": 2, + "Insert": 1, + "RRD": 3, + "calling": 1, + "may": 4, + "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, + "result": 3, + "Read": 1, + "CONFIG": 2, + "line_counter": 2, + "": 1, + "@args": 11, + "shellwords": 1, + "orig_confline": 1, + "args": 37, + "uc": 1, + "INSERTVALUE": 1, + "rrd_filename": 2, + "rrdcreatetemplate": 4, + "hostname_regex": 4, + "servicedescr_regex": 4, + "regex_template": 3, + "verify": 3, + "hostname": 2, + "service": 1, + "description": 2, + "s*": 1, + "#/": 1, + "comment": 1, + "row": 1, + "nuthin": 1, + "RRDToolPath": 1, + "PlotTemplate": 1, + "htmltemplate": 2, + "parameters..": 2, + "@params": 7, + "GraphTimeTemplate": 1, + "time_template": 2, + "@t_descr": 2, + "workaround": 1, + "string": 6, + "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, + "level": 3, + "timestamp": 1, + "msg.": 2, + "SHEBANG#!#! perl": 4, + "examples/benchmarks/fib.pl": 1, + "Fibonacci": 2, + "Benchmark": 1, + "DESCRIPTION": 4, + "Calculates": 1, + "Number": 1, + "": 1, + "unspecified": 1, + "fib": 4, + "N": 2, + "SEE": 4, + "ALSO": 4, + "": 1, "MAIN": 1, "main": 3, "env_is_usable": 3, "th": 1, "pt": 1, + "env": 76, "@keys": 2, "ACK_/": 1, "@ENV": 1, @@ -52736,7 +54035,6 @@ "file_matching": 2, "check_regex": 2, "finder": 1, - "options": 7, "FILE...": 1, "DIRECTORY...": 1, "designed": 1, @@ -52745,29 +54043,36 @@ "": 5, "searches": 1, "named": 3, + "input": 9, "FILEs": 1, "standard": 1, + "given": 10, "PATTERN.": 1, "By": 2, "prints": 2, "also": 7, "actually": 1, "let": 1, + "take": 5, "advantage": 1, ".wango": 1, "won": 1, "throw": 1, "away": 1, + "because": 3, "times": 2, "symlinks": 1, + "than": 5, "whatever": 1, - "were": 1, "specified": 3, "line.": 4, "default.": 2, + "item": 44, "": 11, + "paths": 3, "included": 1, "search.": 1, + "entire": 3, "matched": 1, "against": 1, "shell": 4, @@ -52776,15 +54081,16 @@ "<-w>": 2, "<-v>": 3, "<-Q>": 4, + "apply": 3, "relative": 1, "convenience": 1, + "shortcut": 2, "<-f>": 6, "<--group>": 2, "<--nogroup>": 2, "groups": 1, "with.": 1, "interactively.": 1, - "result": 1, "per": 1, "grep.": 2, "redirected.": 1, @@ -52794,44 +54100,52 @@ "<--no-filename>": 1, "Suppress": 1, "prefixing": 1, + "multiple": 5, "searched.": 1, "<--help>": 1, "short": 1, - "help": 2, "statement.": 1, "<--ignore-case>": 1, "Ignore": 3, "case": 3, "strings.": 1, "applies": 3, - "regexes": 3, "<-g>": 5, "<-G>": 3, "options.": 4, "": 2, "etc": 2, + "May": 2, "directories.": 2, "mason": 1, - "may": 3, + "users": 4, "wish": 1, "include": 1, "<--ignore-dir=data>": 1, "<--noignore-dir>": 1, + "allows": 4, "normally": 1, "perhaps": 1, "research": 1, "<.svn/props>": 1, + "always": 5, + "simple": 2, "name.": 1, "Nested": 1, "": 1, "NOT": 1, "supported.": 1, + "You": 4, + "need": 5, "specify": 1, "<--ignore-dir=foo>": 1, + "then": 4, + "foo": 6, "taken": 1, "account": 1, "explicitly": 1, "": 2, + "file.": 3, "Multiple": 1, "<--line>": 1, "comma": 1, @@ -52844,14 +54158,16 @@ "matter": 1, "<-l>": 2, "<--files-with-matches>": 1, + "instead": 4, "text.": 1, "<-L>": 1, "<--files-without-matches>": 1, + "": 2, "equivalent": 2, "specifying": 1, - "Specify": 1, "explicitly.": 1, "helpful": 2, + "don": 2, "": 1, "via": 1, "": 4, @@ -52869,7 +54185,9 @@ "they": 1, "expression.": 1, "Highlighting": 1, + "work": 3, "though": 1, + "so": 4, "highlight": 1, "seeing": 1, "tail": 1, @@ -52882,7 +54200,9 @@ "usual": 1, "newline.": 1, "dealing": 1, + "contain": 3, "whitespace": 1, + "e.g.": 2, "html": 1, "xargs": 2, "rm": 1, @@ -52894,6 +54214,8 @@ "<-r>": 1, "<-R>": 1, "<--recurse>": 1, + "just": 2, + "here": 2, "compatibility": 2, "turning": 1, "<--no-recurse>": 1, @@ -52901,6 +54223,7 @@ "<--smart-case>": 1, "<--no-smart-case>": 1, "strings": 1, + "contains": 2, "uppercase": 1, "characters.": 1, "similar": 1, @@ -52911,6 +54234,7 @@ "<--sort-files>": 1, "Sorts": 1, "Use": 6, + "your": 20, "listings": 1, "deterministic": 1, "runs": 1, @@ -52919,21 +54243,21 @@ "associates": 1, "Works": 1, "<--thpppt>": 1, - "Display": 1, "important": 1, "Bill": 1, "Cat": 1, "logo.": 1, + "Note": 5, "exact": 1, "spelling": 1, "<--thpppppt>": 1, "important.": 1, "make": 3, - "perl": 8, + "perl": 9, "php": 2, "python": 1, + "looks": 2, "location.": 1, - "variable": 1, "specifies": 1, "placed": 1, "front": 1, @@ -52962,6 +54286,7 @@ "Underline": 1, "reset.": 1, "alone": 1, + "sets": 4, "foreground": 1, "on_color": 1, "background": 1, @@ -52974,6 +54299,7 @@ "See": 1, "": 1, "specifications.": 1, + "such": 6, "": 1, "": 1, "": 1, @@ -52981,10 +54307,11 @@ "output.": 1, "except": 1, "assume": 1, + "support": 2, "both": 1, "understands": 1, "sequences.": 1, - "never": 1, + "back": 4, "ACK": 2, "OTHER": 1, "TOOLS": 1, @@ -53007,6 +54334,7 @@ "Phil": 1, "Jackson": 1, "put": 1, + "together": 2, "": 1, "extension": 1, "": 1, @@ -53022,12 +54350,14 @@ "<$?=256>": 1, "": 1, "backticks.": 1, - "errors": 1, "used.": 1, + "at": 4, "least": 1, "returned.": 1, "DEBUGGING": 1, "PROBLEMS": 1, + "gives": 2, + "re": 3, "expecting": 1, "forgotten": 1, "<--noenv>": 1, @@ -53040,8 +54370,8 @@ "too.": 1, "there.": 1, "working": 1, - "big": 1, "codesets": 1, + "tree": 2, "ideal": 1, "sending": 1, "": 1, @@ -53058,7 +54388,7 @@ "loading": 1, "": 1, "took": 1, - "log": 3, + "access": 2, "scanned": 1, "twice.": 1, "aa.bb.cc.dd": 1, @@ -53067,6 +54397,7 @@ "troublesome.gif": 1, "first": 1, "finds": 2, + "Apache": 2, "IP.": 1, "second": 1, "troublesome": 1, @@ -53085,7 +54416,10 @@ "tips": 1, "here.": 1, "FAQ": 1, + "Why": 3, "isn": 1, + "doesn": 8, + "behavior": 3, "driven": 1, "filetype.": 1, "": 1, @@ -53095,19 +54429,28 @@ "you.": 1, "source": 2, "compiled": 1, + "object": 6, "control": 1, "metadata": 1, "wastes": 1, "lot": 1, "those": 2, + "well": 2, "returning": 1, + "things": 2, "great": 1, "did": 1, + "replace": 3, + "read": 6, "only.": 1, + "has": 3, "perfectly": 1, + "good": 2, + "using": 5, "<-p>": 1, "<-n>": 1, "switches.": 1, + "certainly": 2, "select": 1, "update.": 1, "change": 1, @@ -53158,29 +54501,38 @@ "@queue": 8, "_setup": 2, "fullpath": 12, + "splice": 2, "local": 5, + "wantarray": 3, "_candidate_files": 2, "sort_standard": 2, "cmp": 2, "sort_reverse": 1, "@parts": 3, "passed_parms": 6, + "copy": 4, "parm": 1, + "hash": 11, "badkey": 1, + "caller": 2, + "start": 7, "dh": 4, "opendir": 1, "@newfiles": 5, "sort_sub": 4, "readdir": 1, "has_stat": 3, + "catdir": 3, "closedir": 1, "": 1, + "these": 4, "updated": 1, "update": 1, "message": 1, "bak": 1, "core": 1, "swp": 1, + "min": 3, "js": 1, "1": 1, "str": 12, @@ -53190,27 +54542,545 @@ "_my_program": 3, "Basename": 2, "FAIL": 12, + "Carp": 11, "confess": 2, "@ISA": 2, + "class": 8, + "self": 141, + "bless": 7, "could_be_binary": 4, "opened": 1, + "id": 6, + "*STDIN": 2, "size": 5, "_000": 1, + "buffer": 9, "sysread": 1, "regex/m": 1, + "seek": 4, "readline": 1, - "nexted": 3 + "nexted": 3, + "Fast": 3, + "XML": 2, + "Hash": 11, + "XS": 2, + "FindBin": 1, + "Bin": 3, + "#use": 1, + "lib": 2, + "_stop": 4, + "request": 11, + "SIG": 3, + "nginx": 2, + "external": 2, + "fcgi": 2, + "Ext_Request": 1, + "FCGI": 1, + "Request": 11, + "*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, + "Foo": 11, + "Bar": 1, + "@array": 1, + "pod": 1, + "Catalyst": 10, + "PSGI": 10, + "How": 1, + "": 3, + "specification": 3, + "interface": 1, + "servers": 2, + "based": 2, + "applications": 2, + "frameworks.": 1, + "supports": 1, + "writing": 1, + "portable": 1, + "various": 2, + "methods": 4, + "standalone": 1, + "server": 2, + "mod_perl": 3, + "FastCGI": 2, + "": 3, + "implementation": 1, + "running": 1, + "applications.": 1, + "Engine": 1, + "XXXX": 1, + "classes": 2, + "environments": 1, + "been": 1, + "changed": 1, + "done": 2, + "implementing": 1, + "possible": 2, + "manually": 2, + "": 1, + "root": 1, + "application.": 1, + "own": 4, + ".psgi": 7, + "Writing": 2, + "alternate": 1, + "": 1, + "extensions": 1, + "implement": 2, + "": 1, + "": 1, + "": 1, + "simplest": 1, + "<.psgi>": 1, + "": 1, + "TestApp": 5, + "app": 2, + "psgi_app": 3, + "middleware": 2, + "components": 2, + "automatically": 2, + "": 1, + "applied": 1, + "psgi": 2, + "yourself.": 2, + "Details": 1, + "below.": 1, + "Additional": 1, + "": 1, + "What": 1, + "generates": 2, + "": 1, + "setting": 2, + "wrapped": 1, + "": 1, + "engine": 1, + "fixes": 1, + "uniform": 1, + "behaviour": 2, + "contained": 1, + "over": 2, + "": 1, + "": 1, + "override": 1, + "providing": 2, + "none": 1, + "MyApp": 1, + "Thus": 1, + "functionality": 1, + "ll": 1, + "An": 1, + "apply_default_middlewares": 2, + "method": 8, + "supplied": 1, + "wrap": 1, + "middlewares": 1, + "means": 3, + "auto": 1, + "generated": 1, + "": 1, + "": 1, + "AUTHORS": 2, + "Contributors": 1, + "Catalyst.pm": 1, + "library": 2, + "software.": 1, + "Plack": 25, + "_001": 1, + "HTTP": 16, + "Headers": 8, + "MultiValue": 9, + "Body": 2, + "Upload": 2, + "TempBuffer": 2, + "URI": 11, + "Escape": 6, + "_deprecated": 8, + "alt": 1, + "carp": 2, + "croak": 3, + "required": 2, + "address": 2, + "REMOTE_ADDR": 1, + "remote_host": 2, + "REMOTE_HOST": 1, + "protocol": 1, + "SERVER_PROTOCOL": 1, + "REQUEST_METHOD": 1, + "port": 1, + "SERVER_PORT": 2, + "REMOTE_USER": 1, + "request_uri": 1, + "REQUEST_URI": 2, + "path_info": 4, + "PATH_INFO": 3, + "script_name": 1, + "SCRIPT_NAME": 2, + "scheme": 3, + "secure": 2, + "body": 30, + "content_length": 4, + "CONTENT_LENGTH": 3, + "content_type": 5, + "CONTENT_TYPE": 2, + "session": 1, + "session_options": 1, + "logger": 1, + "cookies": 9, + "HTTP_COOKIE": 3, + "@pairs": 2, + "pair": 4, + "uri_unescape": 1, + "query_parameters": 3, + "uri": 11, + "query_form": 2, + "content": 8, + "_parse_request_body": 4, + "cl": 10, + "raw_body": 1, + "headers": 56, + "field": 2, + "HTTPS": 1, + "_//": 1, + "CONTENT": 1, + "COOKIE": 1, + "content_encoding": 5, + "referer": 3, + "user_agent": 3, + "body_parameters": 3, + "parameters": 8, + "query": 4, + "flatten": 3, + "uploads": 5, + "url_scheme": 1, + "params": 1, + "query_params": 1, + "body_params": 1, + "cookie": 6, + "get_all": 2, + "upload": 13, + "raw_uri": 1, + "base": 10, + "path_query": 1, + "_uri_base": 3, + "path_escape_class": 2, + "uri_escape": 3, + "QUERY_STRING": 3, + "canonical": 2, + "HTTP_HOST": 1, + "SERVER_NAME": 1, + "new_response": 4, + "Response": 16, + "ct": 3, + "cleanup": 1, + "spin": 2, + "chunk": 4, + "length": 1, + "rewind": 1, + "from_mixed": 2, + "@uploads": 3, + "@obj": 3, + "_make_upload": 2, + "__END__": 2, + "Portable": 2, + "app_or_middleware": 1, + "req": 28, + "finalize": 5, + "": 2, + "provides": 1, + "consistent": 1, + "API": 2, + "objects": 2, + "across": 1, + "environments.": 1, + "CAVEAT": 1, + "module": 2, + "intended": 1, + "developers": 3, + "framework": 2, + "rather": 2, + "directly": 1, + "recommended": 1, + "yet": 1, + "too": 1, + "low": 1, + "level.": 1, + "encouraged": 1, + "frameworks": 2, + "": 1, + "modules": 1, + "": 1, + "provide": 1, + "higher": 1, + "top": 1, + "PSGI.": 1, + "METHODS": 2, + "Some": 1, + "earlier": 1, + "versions": 1, + "deprecated": 1, + "Take": 1, + "": 1, + "Unless": 1, + "noted": 1, + "": 1, + "passing": 1, + "accessor": 1, + "set.": 1, + "": 2, + "request.": 1, + "uploads.": 2, + "": 2, + "": 1, + "objects.": 1, + "Shortcut": 6, + "content_encoding.": 1, + "content_length.": 1, + "content_type.": 1, + "header.": 2, + "referer.": 1, + "user_agent.": 1, + "GET": 1, + "POST": 1, + "CGI.pm": 2, + "compatible": 1, + "method.": 1, + "alternative": 1, + "accessing": 1, + "parameters.": 3, + "Unlike": 1, + "": 1, + "allow": 1, + "modifying": 1, + "@values": 1, + "convenient": 1, + "@fields": 1, + "Creates": 2, + "": 3, + "object.": 4, + "Handy": 1, + "remove": 2, + "dependency": 1, + "easy": 1, + "subclassing": 1, + "duck": 1, + "typing": 1, + "overriding": 1, + "generation": 1, + "middlewares.": 1, + "Parameters": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "store": 1, + "plain": 2, + "": 1, + "scalars": 1, + "references": 1, + "ARRAY": 1, + "twice": 1, + "efficiency.": 1, + "DISPATCHING": 1, + "wants": 1, + "dispatch": 1, + "route": 1, + "actions": 1, + "sure": 1, + "": 1, + "virtual": 1, + "regardless": 1, + "mounted.": 1, + "hosted": 1, + "scripts": 1, + "multiplexed": 1, + "tools": 1, + "": 1, + "idea": 1, + "subclass": 1, + "define": 1, + "uri_for": 2, + "So": 1, + "say": 1, + "link": 1, + "signoff": 1, + "": 1, + "empty.": 1, + "older": 1, + "instead.": 1, + "Cookie": 2, + "handling": 1, + "simplified": 1, + "encoding": 2, + "decoding": 1, + "totally": 1, + "up": 1, + "framework.": 1, + "Also": 1, + "": 1, + "now": 1, + "": 1, + "Simple": 1, + "longer": 1, + "have": 2, + "wacky": 1, + "simply": 1, + "Tatsuhiko": 2, + "Miyagawa": 2, + "Kazuhiro": 1, + "Osawa": 1, + "Tokuhiro": 2, + "Matsuno": 2, + "": 1, + "": 1, + "Util": 3, + "Accessor": 1, + "status": 17, + "Scalar": 2, + "redirect": 1, + "url": 2, + "clone": 1, + "_finalize_cookies": 2, + "/chr": 1, + "/ge": 1, + "LWS": 1, + "single": 1, + "SP": 1, + "//g": 1, + "CR": 1, + "LF": 1, + "char": 1, + "invalid": 1, + "header_field_names": 1, + "_body": 2, + "blessed": 1, + "overload": 1, + "Method": 1, + "_bake_cookie": 2, + "push_header": 1, + "@cookie": 7, + "domain": 3, + "_date": 2, + "expires": 7, + "httponly": 1, + "@MON": 1, + "Jan": 1, + "Feb": 1, + "Mar": 1, + "Apr": 1, + "Jun": 1, + "Jul": 1, + "Aug": 1, + "Sep": 1, + "Oct": 1, + "Nov": 1, + "Dec": 1, + "@WDAY": 1, + "Sun": 1, + "Mon": 1, + "Tue": 1, + "Wed": 1, + "Thu": 1, + "Fri": 1, + "Sat": 1, + "sec": 2, + "hour": 2, + "mday": 2, + "mon": 2, + "year": 3, + "wday": 2, + "gmtime": 1, + "sprintf": 1, + "WDAY": 1, + "MON": 1, + "response": 5, + "psgi_handler": 1, + "API.": 1, + "Sets": 2, + "gets": 2, + "": 1, + "alias.": 2, + "response.": 1, + "Setter": 2, + "either": 2, + "headers.": 1, + "body_str": 1, + "io": 1, + "body.": 1, + "IO": 1, + "Handle": 1, + "": 1, + "X": 2, + "text/plain": 1, + "gzip": 1, + "normalize": 1, + "string.": 1, + "Users": 1, + "responsible": 1, + "properly": 1, + "": 1, + "their": 1, + "corresponding": 1, + "": 2, + "everything": 1, + "": 1, + "": 2, + "": 1, + "": 1, + "": 1, + "integer": 1, + "epoch": 1, + "": 1, + "convert": 1, + "formats": 1, + "<+3M>": 1, + "reference.": 1, + "AUTHOR": 1, + "Test": 2, + "Base": 1, + "__DATA__": 1, + "Strict": 1 }, "Perl6": { + "token": 6, + "pod_formatting_code": 1, + "{": 29, + "": 1, + "<[A..Z]>": 1, + "*POD_IN_FORMATTINGCODE": 1, + "}": 27, + "": 1, + "[": 1, + "": 1, + "#": 13, + "N*": 1, "role": 10, "q": 5, - "{": 29, - "token": 6, "stopper": 2, "MAIN": 1, "quote": 1, ")": 19, - "}": 27, "backslash": 3, "sym": 3, "<\\\\>": 1, @@ -53250,7 +55120,6 @@ "-": 3, "verb": 1, "|": 9, - "#": 13, "multi": 2, "line": 5, "comment": 2, @@ -53316,20 +55185,95 @@ "/": 1, "": 1, "": 1, - "roleq": 1, - "pod_formatting_code": 1, - "": 1, - "<[A..Z]>": 1, - "*POD_IN_FORMATTINGCODE": 1, - "": 1, - "[": 1, - "": 1, - "N*": 1 + "roleq": 1 + }, + "PigLatin": { + "REGISTER": 1, + "SOME_JAR": 1, + ";": 4, + "A": 2, + "LOAD": 1, + "USING": 1, + "PigStorage": 1, + "(": 2, + ")": 2, + "AS": 1, + "name": 2, + "chararray": 1, + "age": 1, + "int": 1, + "-": 2, + "Load": 1, + "person": 1, + "B": 2, + "FOREACH": 1, + "generate": 1, + "DUMP": 1 }, "Pike": { "#pike": 2, "__REAL_VERSION__": 2, + "constant": 13, + "Generic": 1, + "__builtin.GenericError": 1, + ";": 149, + "Index": 1, + "__builtin.IndexError": 1, + "BadArgument": 1, + "__builtin.BadArgumentError": 1, + "Math": 1, + "__builtin.MathError": 1, + "Resource": 1, + "__builtin.ResourceError": 1, + "Permission": 1, + "__builtin.PermissionError": 1, + "Decode": 1, + "__builtin.DecodeError": 1, + "Cpp": 1, + "__builtin.CppError": 1, + "Compilation": 1, + "__builtin.CompilationError": 1, + "MasterLoad": 1, + "__builtin.MasterLoadError": 1, + "ModuleLoad": 1, + "__builtin.ModuleLoadError": 1, "//": 85, + "Returns": 2, + "an": 2, + "Error": 2, + "object": 5, + "for": 1, + "any": 1, + "argument": 2, + "it": 2, + "receives.": 1, + "If": 1, + "the": 4, + "already": 1, + "is": 2, + "or": 1, + "empty": 1, + "does": 1, + "nothing.": 1, + "mkerror": 1, + "(": 218, + "mixed": 8, + "error": 14, + ")": 218, + "{": 51, + "if": 35, + "UNDEFINED": 1, + "return": 41, + "objectp": 1, + "&&": 2, + "-": 50, + "is_generic_error": 1, + "arrayp": 2, + "Error.Generic": 3, + "@error": 1, + "stringp": 1, + "sprintf": 3, + "}": 51, "A": 2, "string": 20, "wrapper": 1, @@ -53342,7 +55286,6 @@ "[": 45, "Stdio.File": 32, "]": 45, - "object": 5, "in": 1, "addition": 1, "some": 1, @@ -53351,7 +55294,6 @@ "Stdio.FILE": 4, "object.": 2, "This": 1, - "constant": 13, "can": 2, "used": 1, "distinguish": 1, @@ -53359,13 +55301,10 @@ "from": 1, "real": 1, "is_fake_file": 1, - ";": 149, "protected": 12, "data": 34, "int": 31, "ptr": 27, - "(": 218, - ")": 218, "r": 10, "w": 6, "mtime": 4, @@ -53376,27 +55315,21 @@ "write_oob_cb": 5, "close_cb": 5, "@seealso": 33, - "-": 50, "close": 2, "void": 25, "|": 14, "direction": 5, - "{": 51, "lower_case": 2, "||": 2, "cr": 2, "has_value": 4, "cw": 2, - "if": 35, - "}": 51, - "return": 41, "@decl": 1, "create": 3, "type": 11, "pointer": 1, "_data": 3, "_ptr": 2, - "error": 14, "time": 3, "else": 5, "make_type_str": 3, @@ -53406,10 +55339,8 @@ "Always": 3, "returns": 4, "errno": 2, - "Returns": 2, "size": 3, "and": 1, - "the": 4, "creation": 1, "string.": 2, "Stdio.Stat": 3, @@ -53421,7 +55352,6 @@ "line_iterator": 2, "String.SplitIterator": 3, "trim": 2, - "mixed": 8, "id": 3, "query_id": 2, "set_id": 2, @@ -53467,9 +55397,7 @@ "str": 12, "...": 2, "extra": 2, - "arrayp": 2, "str*": 1, - "sprintf": 3, "@extra": 1, "..": 1, "set_blocking": 3, @@ -53494,7 +55422,6 @@ "query_write_oob_callback": 2, "_sprintf": 1, "t": 2, - "&&": 2, "casted": 1, "cast": 1, "switch": 1, @@ -53533,50 +55460,7 @@ "set_keepalive": 1, "trylock": 1, "write_oob": 1, - "@endignore": 1, - "Generic": 1, - "__builtin.GenericError": 1, - "Index": 1, - "__builtin.IndexError": 1, - "BadArgument": 1, - "__builtin.BadArgumentError": 1, - "Math": 1, - "__builtin.MathError": 1, - "Resource": 1, - "__builtin.ResourceError": 1, - "Permission": 1, - "__builtin.PermissionError": 1, - "Decode": 1, - "__builtin.DecodeError": 1, - "Cpp": 1, - "__builtin.CppError": 1, - "Compilation": 1, - "__builtin.CompilationError": 1, - "MasterLoad": 1, - "__builtin.MasterLoadError": 1, - "ModuleLoad": 1, - "__builtin.ModuleLoadError": 1, - "an": 2, - "Error": 2, - "for": 1, - "any": 1, - "argument": 2, - "it": 2, - "receives.": 1, - "If": 1, - "already": 1, - "is": 2, - "or": 1, - "empty": 1, - "does": 1, - "nothing.": 1, - "mkerror": 1, - "UNDEFINED": 1, - "objectp": 1, - "is_generic_error": 1, - "Error.Generic": 3, - "@error": 1, - "stringp": 1 + "@endignore": 1 }, "Pod": { "Id": 1, @@ -53995,60 +55879,18 @@ }, "Prolog": { "-": 161, - "lib": 1, - "(": 327, - "ic": 1, - ")": 326, - ".": 107, - "vabs": 2, - "Val": 8, - "AbsVal": 10, - "#": 9, - ";": 12, - "labeling": 2, - "[": 87, - "]": 87, - "vabsIC": 1, - "or": 1, - "faitListe": 3, - "_": 30, - "First": 2, - "|": 25, - "Rest": 12, - "Taille": 2, - "Min": 2, - "Max": 2, - "Min..Max": 1, - "Taille1": 2, - "suite": 3, - "Xi": 5, - "Xi1": 7, - "Xi2": 7, - "checkRelation": 3, - "VabsXi1": 2, - "Xi.": 1, - "checkPeriode": 3, - "ListVar": 2, - "length": 4, - "Length": 2, - "<": 1, - "X1": 2, - "X2": 2, - "X3": 2, - "X4": 2, - "X5": 2, - "X6": 2, - "X7": 2, - "X8": 2, - "X9": 2, - "X10": 3, "module": 3, + "(": 327, "format_spec": 12, + "[": 87, "format_error/2": 1, "format_spec/2": 1, "format_spec//1": 1, "spec_arity/2": 1, "spec_types/2": 1, + "]": 87, + ")": 326, + ".": 107, "use_module": 8, "library": 8, "dcg/basics": 1, @@ -54071,16 +55913,19 @@ "Format": 23, "Args": 19, "format_error_": 5, + "_": 30, "debug": 4, "Spec": 10, "is_list": 1, "spec_types": 8, "Types": 16, "types_error": 3, + "length": 4, "TypesLen": 3, "ArgsLen": 3, "types_error_": 4, "Arg": 6, + "|": 25, "Type": 3, "ground": 5, "is_of_type": 2, @@ -54150,11 +55995,13 @@ "Numeric": 4, "Modifier": 2, "Action": 15, + "Rest": 12, "numeric_argument": 5, "modifier_argument": 3, "action": 6, "text": 4, "String": 6, + ";": 12, "Codes": 21, "string_codes": 4, "string_without": 1, @@ -54206,32 +56053,6 @@ "s": 2, "t": 1, "W": 1, - "turing": 1, - "Tape0": 2, - "Tape": 2, - "perform": 4, - "q0": 1, - "Ls": 12, - "Rs": 16, - "reverse": 4, - "Ls1": 4, - "append": 2, - "qf": 1, - "Q0": 2, - "Ls0": 6, - "Rs0": 6, - "symbol": 3, - "Sym": 6, - "RsRest": 2, - "rule": 1, - "Q1": 2, - "NewSym": 2, - "Rs1": 2, - "b": 4, - "left": 4, - "stay": 1, - "right": 1, - "L": 2, "func": 13, "op": 2, "xfy": 2, @@ -54306,8 +56127,10 @@ "can": 3, "chained.": 2, "Reversed": 2, + "reverse": 4, "sort": 2, "c": 2, + "b": 4, "meta_predicate": 2, "throw": 1, "permission_error": 1, @@ -54350,6 +56173,7 @@ "Goals": 2, "Tmp": 3, "instantiation_error": 1, + "append": 2, "NewArgs": 2, "variant_sha1": 1, "Sha": 2, @@ -54367,6 +56191,43 @@ "Name": 2, "Args0": 2, "nth1": 2, + "lib": 1, + "ic": 1, + "vabs": 2, + "Val": 8, + "AbsVal": 10, + "#": 9, + "labeling": 2, + "vabsIC": 1, + "or": 1, + "faitListe": 3, + "First": 2, + "Taille": 2, + "Min": 2, + "Max": 2, + "Min..Max": 1, + "Taille1": 2, + "suite": 3, + "Xi": 5, + "Xi1": 7, + "Xi2": 7, + "checkRelation": 3, + "VabsXi1": 2, + "Xi.": 1, + "checkPeriode": 3, + "ListVar": 2, + "Length": 2, + "<": 1, + "X1": 2, + "X2": 2, + "X3": 2, + "X4": 2, + "X5": 2, + "X6": 2, + "X7": 2, + "X8": 2, + "X9": 2, + "X10": 3, "male": 3, "john": 2, "peter": 3, @@ -54375,498 +56236,204 @@ "christie": 3, "parents": 4, "brother": 1, - "M": 2 + "M": 2, + "turing": 1, + "Tape0": 2, + "Tape": 2, + "perform": 4, + "q0": 1, + "Ls": 12, + "Rs": 16, + "Ls1": 4, + "qf": 1, + "Q0": 2, + "Ls0": 6, + "Rs0": 6, + "symbol": 3, + "Sym": 6, + "RsRest": 2, + "rule": 1, + "Q1": 2, + "NewSym": 2, + "Rs1": 2, + "left": 4, + "stay": 1, + "right": 1, + "L": 2 }, "Propeller Spin": { "{": 26, - "Vocal": 2, - "Tract": 2, - "v1.1": 8, - "by": 17, - "Chip": 7, - "Gracey": 7, + "*****************************************": 4, + "*": 143, + "x4": 4, + "Keypad": 1, + "Reader": 1, + "v1.0": 4, + "Author": 8, + "Beau": 2, + "Schwabe": 2, "Copyright": 10, "(": 356, "c": 33, ")": 356, "Parallax": 10, - "Inc.": 8, - "October": 1, + "See": 10, + "end": 12, + "of": 108, + "file": 9, + "for": 70, + "terms": 9, + "use.": 9, + "}": 26, + "Operation": 2, "This": 3, "object": 7, - "synthesizes": 1, + "uses": 2, "a": 72, - "human": 1, - "vocal": 10, - "tract": 12, - "in": 53, - "real": 2, - "-": 486, - "time.": 2, - "It": 1, - "requires": 3, - "one": 4, - "cog": 39, - "and": 95, - "at": 26, - "least": 14, - "MHz.": 1, - "The": 17, - "is": 51, - "controlled": 1, - "via": 5, - "single": 2, - "byte": 27, - "parameters": 19, - "which": 16, - "must": 18, - "reside": 1, - "the": 136, - "parent": 1, - "VAR": 10, - "aa": 2, - "ga": 5, - "gp": 2, - "vp": 3, - "vr": 1, - "f1": 4, - "f2": 1, - "f3": 3, - "f4": 2, - "na": 2, - "nf": 2, - "fa": 2, - "ff": 2, - "s": 16, - "values.": 2, - "Before": 1, - "they": 2, - "were": 1, - "left": 12, - "interpolation": 1, - "point": 21, - "shy": 1, - "then": 5, - "set": 42, + "capacitive": 1, + "PIN": 1, + "approach": 1, "to": 191, - "last": 6, - "frame": 12, - "change": 3, - "makes": 1, - "behave": 1, - "more": 90, - "sensibly": 1, - "during": 2, - "gaps.": 1, - "}": 26, - "CON": 4, - "frame_buffers": 2, - "bytes": 2, - "per": 4, - "frame_longs": 3, - "frame_bytes": 1, - "/": 27, - "longs": 15, - "...must": 1, - "long": 122, - "dira_": 3, - "dirb_": 1, - "ctra_": 1, - "ctrb_": 3, - "frqa_": 3, - "cnt_": 1, - "many": 1, - "...contiguous": 1, - "PUB": 63, - "start": 16, - "tract_ptr": 3, - "pos_pin": 7, - "neg_pin": 6, - "fm_offset": 5, - "okay": 11, - "Start": 6, - "driver": 17, - "starts": 4, - "returns": 6, - "false": 7, - "if": 53, - "no": 7, - "available": 4, - "pointer": 14, - "positive": 1, - "delta": 10, - "modulation": 4, - "pin": 18, - "disable": 7, - "negative": 2, - "also": 1, - "be": 46, - "enabled": 2, - "offset": 14, - "frequency": 18, - "for": 70, - "fm": 6, - "aural": 13, - "subcarrier": 3, - "generation": 2, - "_500_000": 1, - "NTSC": 11, - "Remember": 1, - "If": 2, - "ready": 10, - "output": 11, - "ctrb": 4, - "duty": 2, - "mode": 7, - "[": 35, - "&": 21, - "]": 34, - "|": 22, - "<": 14, - "+": 759, - "F": 18, - "<<": 70, - "Ready": 1, - "frqa": 3, - "value": 51, - "repeat": 18, - "clkfreq": 2, - "Launch": 1, - "return": 15, - "cognew": 4, - "@entry": 3, - "@attenuation": 1, - "stop": 9, - "Stop": 6, - "frees": 6, - "Reset": 1, - "variables": 3, - "buffers": 1, - "longfill": 2, - "@index": 1, - "constant": 3, - "frame_buffer_longs": 2, - "set_attenuation": 1, - "level": 5, - "Set": 5, - "master": 2, - "attenuation": 3, - "initially": 2, - "set_pace": 2, - "percentage": 3, - "pace": 3, - "some": 3, - "go": 1, - "time": 7, - "Queue": 1, - "current": 3, - "transition": 1, - "over": 2, - "actual": 4, - "integer": 2, - "*": 143, - "#": 97, - "see": 2, - "Load": 1, - "into": 19, - "bytemove": 1, - "@frames": 1, - "index": 5, - "Increment": 1, - "full": 3, - "status": 15, - "Returns": 4, - "true": 6, - "parameter": 14, - "queue": 2, - "useful": 2, - "checking": 1, - "would": 1, - "have": 1, - "wait": 6, - "frames": 2, - "empty": 2, - "i": 24, - "detecting": 1, - "when": 3, - "finished": 1, - "from": 21, - "sample_ptr": 1, - "ptr": 5, - "address": 16, - "of": 108, - "receives": 1, - "audio": 1, - "samples": 1, - "signed": 4, - "bit": 35, - "values": 2, - "updated": 1, - "KHz": 3, - "@sample": 1, - "aural_id": 1, - "id": 2, - "executing": 1, - "algorithm": 1, - "connecting": 1, - "broadcast": 19, - "tv": 2, - "with": 8, - "DAT": 7, - "Initialization": 1, - "zero": 10, - "all": 14, - "reserved": 3, - "data": 47, - "add": 92, - "d0": 11, - "djnz": 24, - "clear_cnt": 1, - "mov": 154, - "t1": 139, - "#2*15": 1, - "saves": 2, - "hub": 1, - "memory": 2, - "minst": 3, - "d0s0": 3, - "test": 38, - "#1": 47, - "wc": 57, - "if_c": 37, - "sub": 12, - "#2": 15, - "mult_ret": 1, - "antilog_ret": 1, - "ret": 17, - "assemble": 1, - "cordic": 4, - "steps": 9, - "reserves": 2, - "cstep": 1, - "t2": 90, - "#8": 14, - "write": 36, - "instruction": 2, - "par": 20, - "get": 30, - "center": 10, - "#4": 8, - "prepare": 1, - "initial": 6, - "waitcnt": 3, - "cnt_value": 3, - "cnt_ticks": 3, - "Loop": 1, - "Wait": 2, - "next": 16, - "sample": 2, - "period": 1, - "loop": 14, - "perform": 2, - "sar": 8, - "x": 112, - "update": 7, - "cycle": 1, - "driving": 1, - "h80000000": 2, - "frqb": 2, - "White": 1, - "noise": 3, - "source": 2, - "lfsr": 1, - "lfsr_taps": 2, - "Aspiration": 1, - "vibrato": 3, - "rate": 6, - "shr": 24, - "#10": 2, - "vphase": 2, - "sum": 7, - "glottal": 2, - "pitch": 5, - "divide": 3, - "final": 3, - "mesh": 1, - "multiply": 8, - "%": 162, - "tune": 2, - "convert": 1, - "log": 2, - "phase": 2, - "gphase": 3, - "reset": 14, - "y": 80, - "formant2": 2, - "rotate": 2, - "f2x": 3, - "f2y": 3, - "call": 44, - "#cordic": 2, - "formant4": 2, - "f4x": 3, - "f4y": 3, - "subtract": 1, - "nx": 4, - "negated": 1, - "nasal": 2, - "amplitude": 3, - "#mult": 1, - "negate": 2, - "#3": 7, - "fphase": 4, - "frication": 2, - "#sine": 1, - "Handle": 1, - "jmp": 24, - "or": 43, - "cycles": 4, - "frame_ptr": 6, - "past": 1, - "miscellaneous": 2, - "frame_index": 3, - "stepsize": 2, - "step_size": 5, - "h00FFFFFF": 2, - "wz": 21, - "not": 6, - "final1": 2, - "finali": 2, - "iterate": 3, - "aa..ff": 4, - "jmpret": 5, - "#loop": 9, - "another": 7, - "insure": 2, - "accurate": 1, - "accumulation": 1, - "step_acc": 3, - "movd": 10, - "set2": 3, - "#par_curr": 1, - "set3": 2, - "#par_next": 1, - "set4": 3, - "#par_step": 1, - "new": 6, - "shl": 21, - "#24": 1, - "par_curr": 3, - "make": 16, - "absolute": 1, - "msb": 2, - "rcl": 2, - "vscl": 12, - "nr": 1, - "step": 9, - "size": 5, - "mult": 2, - "negnz": 3, - "par_step": 1, - "pointers": 2, - "frame_cnt": 2, - "step1": 2, - "stepi": 1, - "check": 5, - "done": 3, - "if_nc": 15, - "stepframe": 1, - "signal": 8, - "wrlong": 6, - "#frame_bytes": 1, - "par_next": 2, - "used": 9, - "Math": 1, - "Subroutines": 1, - "Antilog": 1, - "top": 10, - "bits": 29, - "whole": 2, - "number": 27, - "fraction": 1, - "out": 24, - "antilog": 2, - "FFEA0000": 1, - "#16": 6, - "position": 9, - "h00000FFE": 2, - "table": 9, - "base": 6, - "rdword": 10, - "insert": 2, - "leading": 1, - "Scaled": 1, - "sine": 7, - "unsigned": 3, - "scale": 7, - "angle": 23, - "h00001000": 2, - "quadrant": 3, - "negc": 1, - "read": 29, - "word": 212, - "justify": 4, - "result": 6, - "Multiply": 1, - "multiplier": 3, - "#15": 1, + "reading": 1, + "the": 136, + "keypad.": 1, + "To": 3, "do": 26, - "mult_step": 1, - "Cordic": 1, - "rotation": 3, - "degree": 1, - "first": 9, - "#cordic_steps": 1, - "that": 10, - "gets": 1, - "assembled": 1, - "x13": 2, - "cordic_dx": 1, - "incremented": 1, - "each": 11, - "sumnc": 7, - "sumc": 4, - "cordic_a": 1, - "cordic_delta": 2, - "linear": 1, - "feedback": 2, - "shift": 7, - "register": 1, - "B901476": 1, - "constants": 2, - "greater": 1, - "than": 5, - "h40000000": 1, - "h01000000": 1, - "FFFFFF": 1, - "h00010000": 1, - "h0000D000": 1, - "D000": 1, - "h00007000": 1, - "FFE": 1, - "h00000800": 1, - "registers": 2, - "clear": 5, + "so": 11, + "ALL": 2, + "pins": 26, + "are": 18, + "made": 2, + "LOW": 2, + "and": 95, + "an": 12, + "OUTPUT": 2, + "I/O": 3, + "pins.": 1, + "Then": 1, + "set": 42, + "INPUT": 2, + "state.": 1, + "At": 1, + "this": 26, + "point": 21, + "only": 63, + "one": 4, + "pin": 18, + "is": 51, + "HIGH": 3, + "at": 26, + "time.": 2, + "If": 2, + "closed": 1, + "then": 5, + "will": 12, + "be": 46, + "read": 29, "on": 12, - "startup": 2, - "Undefined": 2, - "Data": 1, - "zeroed": 1, - "initialization": 2, - "code": 3, - "cleared": 1, - "res": 89, - "f1x": 1, - "f1y": 1, - "f3x": 1, - "f3y": 1, - "aspiration": 1, - "***": 1, - "mult_steps": 1, - "assembly": 1, - "area": 1, - "w/ret": 1, - "cordic_ret": 1, + "input": 2, + "otherwise": 1, + "returned.": 1, + "The": 17, + "keypad": 4, + "decoding": 1, + "routine": 1, + "requires": 3, + "two": 6, + "subroutines": 1, + "returns": 6, + "entire": 1, + "matrix": 1, + "into": 19, + "single": 2, + "WORD": 1, + "variable": 1, + "indicating": 1, + "which": 16, + "buttons": 2, + "pressed.": 1, + "Multiple": 1, + "button": 2, + "presses": 1, + "allowed": 1, + "with": 8, + "understanding": 1, + "that": 10, + "BOX": 2, + "entries": 1, + "can": 4, + "confused.": 1, + "An": 1, + "example": 3, + "entry...": 1, + "or": 43, + "#": 97, + "etc.": 1, + "where": 2, + "any": 15, + "pressed": 3, + "evaluate": 1, + "non": 3, + "as": 8, + "being": 2, + "even": 1, + "when": 3, + "they": 2, + "not.": 1, + "There": 1, + "no": 7, + "danger": 1, + "physical": 1, + "electrical": 1, + "damage": 1, + "s": 16, + "just": 2, + "way": 1, + "sensing": 1, + "method": 2, + "happens": 1, + "work.": 1, + "Schematic": 1, + "No": 2, + "resistors": 4, + "capacitors.": 1, + "connections": 1, + "directly": 1, + "from": 21, + "Clear": 2, + "value": 51, + "ReadRow": 4, + "Shift": 3, + "left": 12, + "by": 17, + "preset": 1, + "P0": 2, + "P7": 2, + "LOWs": 1, + "dira": 3, + "[": 35, + "]": 34, + "make": 16, + "INPUTSs": 1, + "...": 5, + "now": 3, + "act": 1, + "like": 4, + "tiny": 1, + "capacitors": 1, + "outa": 2, + "n": 4, + "Pin": 1, + "OUTPUT...": 1, + "Make": 1, + ";": 2, + "charge": 10, + "+": 759, + "ina": 3, + "Pn": 1, + "remain": 1, + "discharged": 1, + "DAT": 7, "TERMS": 9, "OF": 49, "USE": 19, @@ -54876,17 +56443,15 @@ "hereby": 9, "granted": 9, "free": 10, - "charge": 10, - "any": 15, "person": 9, "obtaining": 9, "copy": 21, - "this": 26, "software": 9, "associated": 11, "documentation": 9, "files": 9, "deal": 9, + "in": 53, "Software": 28, "without": 19, "restriction": 9, @@ -54906,7 +56471,6 @@ "persons": 9, "whom": 9, "furnished": 9, - "so": 11, "subject": 9, "following": 9, "conditions": 9, @@ -54916,6 +56480,7 @@ "permission": 9, "shall": 9, "included": 9, + "all": 14, "substantial": 9, "portions": 9, "Software.": 9, @@ -54978,47 +56543,56 @@ "Williams": 2, "Jeff": 2, "Martin": 2, - "See": 10, - "end": 12, - "file": 9, - "terms": 9, - "use.": 9, + "Inc.": 8, "Debugging": 1, "wrapper": 1, "Serial_Lcd": 1, + "-": 486, "March": 1, "Updated": 4, "conform": 1, "Propeller": 3, + "initialization": 2, "standards.": 1, + "v1.1": 8, "April": 1, "consistency.": 1, "OBJ": 2, "lcd": 2, + "number": 27, "string": 8, "conversion": 1, + "PUB": 63, "init": 2, "baud": 2, "lines": 24, + "okay": 11, "Initializes": 1, "serial": 1, "LCD": 4, + "true": 6, + "if": 53, + "parameters": 19, "lcd.init": 1, "finalize": 1, "Finalizes": 1, + "frees": 6, "floats": 1, "lcd.finalize": 1, "putc": 1, "txbyte": 2, "Send": 1, + "byte": 27, "terminal": 4, "lcd.putc": 1, "str": 3, "strAddr": 2, "Print": 15, + "zero": 10, "terminated": 4, "lcd.str": 8, "dec": 3, + "signed": 4, "decimal": 5, "num.dec": 1, "decf": 1, @@ -55031,24 +56605,26 @@ "num.decf": 1, "decx": 1, "digits": 23, + "negative": 2, "num.decx": 1, "hex": 3, "hexadecimal": 4, "num.hex": 1, "ihex": 1, - "an": 12, "indicated": 2, "num.ihex": 1, "bin": 3, "binary": 4, "num.bin": 1, "ibin": 1, + "%": 162, "num.ibin": 1, "cls": 1, "Clears": 2, "moves": 1, "cursor": 9, "home": 4, + "position": 9, "lcd.cls": 1, "Moves": 2, "lcd.home": 1, @@ -55065,9 +56641,10 @@ "blink": 4, "lcd.cursor": 1, "display": 23, + "status": 15, "Controls": 1, "visibility": 1, - ";": 2, + "false": 7, "hide": 1, "contents": 3, "clearing": 1, @@ -55080,366 +56657,52 @@ "Installs": 1, "character": 6, "map": 1, + "address": 16, "definition": 9, "array": 1, "lcd.custom": 1, "backLight": 1, "Enable": 1, + "disable": 7, "backlight": 1, "affects": 1, - "only": 63, "backlit": 1, "models": 1, "lcd.backLight": 1, "***************************************": 12, - "VGA": 8, - "Driver": 4, - "Author": 8, - "May": 2, - "pixel": 40, - "tile": 41, - "can": 4, - "now": 3, - "enable": 5, - "efficient": 2, - "vga_mode": 3, - "colortable": 7, - "inside": 2, - "vgaptr": 3, - "cogstop": 3, - "Assembly": 2, - "language": 2, - "Entry": 2, - "tasks": 6, - "Superfield": 2, - "hv": 5, - "interlace": 20, - "#0": 20, - "nz": 3, - "visible": 7, - "back": 8, - "porch": 9, - "vb": 2, - "bcolor": 3, - "#colortable": 2, - "#blank_line": 3, - "nobl": 1, - "screen": 13, - "_screen": 3, - "vertical": 29, - "tiles": 19, - "vx": 2, - "_vx": 1, - "skip": 5, - "if_nz": 18, - "tjz": 8, - "hb": 2, - "nobp": 1, - "horizontal": 21, - "hx": 5, - "pixels": 14, - "rdlong": 16, - "colors": 18, - "color": 39, - "pass": 5, - "video": 7, - "repoint": 2, - "same": 7, - "hf": 2, - "nofp": 1, - "hsync": 5, - "#blank_hsync": 1, - "expand": 3, - "ror": 4, - "linerot": 5, - "front": 4, - "vf": 1, - "nofl": 1, - "xor": 8, - "unless": 2, - "field1": 4, - "invisible": 8, - "taskptr": 3, - "#tasks": 1, - "before": 1, - "after": 2, - "_vs": 2, - "except": 1, - "#blank_vsync": 1, - "#field": 1, - "superfield": 1, - "blank_vsync": 1, - "cmp": 16, - "blank": 2, - "vsync": 4, - "h2": 2, - "if_c_and_nz": 1, - "waitvid": 3, - "task": 2, - "section": 4, - "z": 4, - "undisturbed": 2, - "blank_hsync": 1, - "_hf": 1, - "invisble": 1, - "sync": 10, - "_hb": 1, - "#hv": 1, - "blank_hsync_ret": 1, - "blank_line_ret": 1, - "blank_vsync_ret": 1, - "_status": 1, - "#paramcount": 1, - "load": 3, - "pins": 26, - "directions": 1, - "_pins": 4, - "_enable": 2, - "#disabled": 2, - "break": 6, - "later": 6, - "min": 4, - "_rate": 3, - "pllmin": 1, - "_011": 1, - "adjust": 4, - "within": 5, - "MHz": 16, - "hvbase": 5, - "muxnc": 5, - "vmask": 1, - "_mode": 7, - "hmask": 1, - "_hx": 4, - "_vt": 3, - "consider": 2, - "muxc": 5, - "lineadd": 4, - "lineinc": 3, - "movi": 3, - "vcfg": 2, - "_000": 5, - "/160": 2, - "#13": 3, - "times": 3, - "loaded": 3, - "#9": 2, - "FC": 2, - "_colors": 2, - "colormask": 1, - "andn": 7, - "d6": 3, - "keep": 2, - "loading": 2, - "multiply_ret": 2, - "Disabled": 2, - "nap": 5, - "ms": 4, - "try": 2, - "again": 2, - "ctra": 5, - "disabled": 3, - "cnt": 2, - "#entry": 1, - "Initialized": 1, - "pll": 5, - "lowest": 1, - "pllmax": 1, - "_000_000": 6, - "*16": 1, - "vco": 3, - "max": 6, - "m4": 1, - "Uninitialized": 3, - "taskret": 4, - "Parameter": 4, - "buffer": 4, - "/non": 4, - "tihv": 1, - "@long": 2, - "_ht": 2, - "_ho": 2, - "_hd": 1, - "_hs": 1, - "_vd": 1, - "fit": 2, - "underneath": 1, - "BF": 1, - "___": 1, - "/1/2": 1, - "off/visible/invisible": 1, - "vga_enable": 3, - "pppttt": 1, - "words": 5, - "vga_colors": 2, - "vga_vt": 6, - "expansion": 8, - "vga_vx": 4, - "vga_vo": 4, - "ticks": 11, - "vga_hf": 2, - "vga_hb": 2, - "vga_vf": 2, - "vga_vb": 2, - "tick": 2, - "Hz": 5, - "preceding": 2, - "may": 6, - "copied": 2, - "your": 2, - "code.": 2, - "After": 2, - "setting": 2, - "@vga_status": 1, - "driver.": 3, - "All": 2, - "are": 18, - "reloaded": 2, - "superframe": 2, - "allowing": 2, - "you": 5, - "live": 2, - "changes.": 2, - "To": 3, - "minimize": 2, - "flicker": 5, - "correlate": 2, - "changes": 3, - "vga_status.": 1, - "Experimentation": 2, - "required": 4, - "optimize": 2, - "parameters.": 2, - "descriptions": 2, - "__________": 4, - "vga_status": 1, - "sets": 3, - "indicate": 2, - "CLKFREQ": 10, - "currently": 4, - "outputting": 4, - "will": 12, - "driven": 2, - "low": 5, - "reduces": 2, - "power": 3, - "non": 3, - "________": 3, - "vga_pins": 1, - "select": 9, - "group": 7, - "example": 3, - "selects": 4, - "between": 4, - "x16": 7, - "x32": 6, - "tileheight": 4, - "controls": 4, - "progressive": 2, - "scan": 7, - "less": 5, - "good": 5, - "motion": 2, - "monitors": 1, - "interlaced": 5, - "allows": 1, - "double": 2, - "text": 9, - "polarity": 1, - "respectively": 1, - "active": 3, - "high": 7, - "vga_screen": 1, - "define": 10, - "right": 9, - "bottom": 5, - "vga_ht": 3, - "has": 4, - "two": 6, - "bitfields": 2, - "colorset": 2, - "pixelgroup": 2, - "colorset*": 2, - "pixelgroup**": 2, - "ppppppppppcccc00": 2, - "p": 8, - "colorsets": 4, - "four": 8, - "**": 2, - "pixelgroups": 2, - "": 5, - "up": 4, - "fields": 2, - "t": 10, - "care": 1, - "it": 8, - "suggested": 1, - "bits/pins": 3, - "red": 2, - "green": 1, - "blue": 3, - "bit/pin": 1, - "ohm": 10, - "resistors": 4, - "form": 7, - "V": 7, - "signals": 1, - "connect": 3, - "RED": 1, - "GREEN": 2, - "BLUE": 1, - "connector": 3, - "always": 2, - "HSYNC": 1, - "resistor": 4, - "VSYNC": 1, - "______": 14, - "vga_hx": 3, - "factor": 4, - "sure": 4, - "||": 5, - "vga_ho": 2, - "equal": 1, - "vga_hd": 2, - "does": 2, - "exceed": 1, - "vga_vd": 2, - "pos/neg": 4, - "recommended": 2, - "shifts": 4, - "right/left": 2, - "up/down": 2, - "vga_hs": 1, - "vga_vs": 1, - "vga_rate": 2, - "limit": 4, - "should": 1, "Graphics": 3, - "v1.0": 4, + "Driver": 4, + "Chip": 7, + "Gracey": 7, "Theory": 1, - "Operation": 2, + "cog": 39, "launched": 1, "processes": 1, "commands": 1, + "via": 5, "routines.": 1, "Points": 1, "arcs": 1, "sprites": 1, + "text": 9, "polygons": 1, "rasterized": 1, "specified": 1, "stretch": 1, + "memory": 2, "serves": 1, - "as": 8, "generic": 1, "bitmap": 15, "buffer.": 1, "displayed": 1, "TV.SRC": 1, "VGA.SRC": 1, + "driver.": 3, "GRAPHICS_DEMO.SRC": 1, "usage": 1, "example.": 1, + "CON": 4, + "#1": 47, "_setup": 1, "_color": 2, "_width": 2, @@ -55455,46 +56718,85 @@ "_textmode": 2, "_fill": 1, "_loop": 5, + "VAR": 10, + "long": 122, "command": 7, "bitmap_base": 7, + "pixel": 40, + "data": 47, "slices": 3, "text_xs": 1, "text_ys": 1, "text_sp": 1, "text_just": 1, "font": 3, + "pointer": 14, + "same": 7, "instances": 1, + "stop": 9, + "cognew": 4, "@loop": 1, "@command": 1, + "Stop": 6, "graphics": 4, + "driver": 17, + "cogstop": 3, "setup": 3, "x_tiles": 9, "y_tiles": 9, "x_origin": 2, "y_origin": 2, "base_ptr": 3, + "|": 22, "bases_ptr": 3, "slices_ptr": 1, + "Set": 5, + "x": 112, + "tiles": 19, + "x16": 7, + "pixels": 14, + "each": 11, + "y": 80, "relative": 2, + "center": 10, + "base": 6, "setcommand": 13, + "write": 36, "bases": 2, + "<<": 70, "retain": 2, + "high": 7, + "level": 5, "bitmap_longs": 1, - "Clear": 2, + "clear": 5, "dest_ptr": 2, "Copy": 1, + "double": 2, "buffered": 1, + "flicker": 5, "destination": 1, + "color": 39, + "bit": 35, "pattern": 2, + "code": 3, + "bits": 29, "@colors": 2, + "&": 21, "determine": 2, "shape/width": 2, "w": 8, + "F": 18, "pixel_width": 1, "pixel_passes": 2, "@w": 1, + "update": 7, + "new": 6, + "repeat": 18, + "i": 24, + "p": 8, "E": 7, "r": 4, + "<": 14, "colorwidth": 1, "plot": 17, "Plot": 3, @@ -55504,13 +56806,17 @@ "arc": 21, "xr": 7, "yr": 7, + "angle": 23, "anglestep": 2, + "steps": 9, "arcmode": 2, "radii": 3, + "initial": 6, "FFF": 3, "..359.956": 3, - "just": 2, + "step": 9, "leaves": 1, + "between": 4, "points": 2, "vec": 1, "vecscale": 5, @@ -55518,32 +56824,40 @@ "vecdef_ptr": 5, "vector": 12, "sprite": 14, + "scale": 7, + "rotation": 3, "Vector": 2, + "word": 212, "length": 4, - "...": 5, "vecarc": 2, "pix": 3, "pixrot": 3, "pixdef_ptr": 3, "mirror": 1, "Pixel": 1, + "justify": 4, "draw": 5, "textarc": 1, "string_ptr": 6, "justx": 2, "justy": 3, + "it": 8, + "may": 6, "necessary": 1, + "call": 44, ".finish": 1, "immediately": 1, "afterwards": 1, "prevent": 1, "subsequent": 1, "clobbering": 1, - "being": 2, "drawn": 1, "@justx": 1, "@x_scale": 1, + "get": 30, "half": 2, + "min": 4, + "max": 6, "pmin": 1, "round/square": 1, "corners": 1, @@ -55557,19 +56871,23 @@ "tri": 2, "x3": 4, "y3": 5, - "x4": 4, "y4": 1, "x1": 5, "y1": 7, "xy": 1, "solid": 1, + "/": 27, "finish": 2, + "Wait": 2, + "current": 3, + "insure": 2, "safe": 1, "manually": 1, "manipulate": 1, "while": 5, "primitives": 1, "xa0": 53, + "start": 16, "ya1": 3, "ya2": 1, "ya3": 2, @@ -55609,6 +56927,7 @@ "a0": 8, "a2": 1, "farc": 41, + "another": 7, "arc/line": 1, "Round": 1, "recipes": 1, @@ -55619,6 +56938,7 @@ "xb2": 26, "xa1": 8, "xb1": 2, + "more": 90, "xa3": 8, "xb3": 6, "xb4": 35, @@ -55645,6 +56965,7 @@ "R": 3, "T": 5, "aA": 5, + "V": 7, "X": 4, "Z": 1, "b": 1, @@ -55653,19 +56974,36 @@ "h": 2, "j": 2, "l": 2, - "n": 4, + "t": 10, "v": 1, + "z": 4, + "delta": 10, "bullet": 1, "fx": 1, "*************************************": 2, "org": 2, + "loop": 14, + "rdlong": 16, + "t1": 139, + "par": 20, + "wz": 21, "arguments": 1, + "mov": 154, + "t2": 90, "t3": 10, + "#8": 14, "arg": 3, "arg0": 12, + "add": 92, + "d0": 11, + "#4": 8, + "djnz": 24, + "wrlong": 6, "dx": 20, "dy": 15, "arg1": 3, + "ror": 4, + "#16": 6, "jump": 1, "jumps": 6, "color_": 1, @@ -55682,6 +57020,8 @@ "arg3": 12, "basesptr": 4, "arg5": 6, + "jmp": 24, + "#loop": 9, "width_": 1, "pwidth": 3, "passes": 3, @@ -55689,38 +57029,59 @@ "line_": 1, "#linepd": 2, "arg7": 6, + "#3": 7, + "cmp": 16, "exit": 5, "px": 14, "py": 11, + "mode": 7, "if_z": 11, "#plotp": 3, + "test": 38, "arg4": 5, "iterations": 1, "vecdef": 1, + "rdword": 10, "t7": 8, "add/sub": 1, "to/from": 1, "t6": 7, + "sumc": 4, "#multiply": 2, "round": 1, + "up": 4, "/2": 1, "lsb": 1, + "shr": 24, "t4": 7, + "if_nc": 15, "h8000": 5, + "wc": 57, + "if_c": 37, "xwords": 1, "ywords": 1, "xxxxxxxx": 2, "save": 1, + "actual": 4, "sy": 5, "rdbyte": 3, "origin": 1, + "adjust": 4, "neg": 2, + "sub": 12, "arg2": 7, + "sumnc": 7, + "if_nz": 18, "yline": 1, "sx": 4, + "#0": 20, + "next": 16, + "#2": 15, + "shl": 21, "t5": 4, "xpixel": 2, "rol": 1, + "muxc": 5, "pcolor": 5, "color1": 2, "color2": 2, @@ -55728,6 +57089,9 @@ "#arcmod": 1, "text_": 1, "chr": 4, + "done": 3, + "scan": 7, + "tjz": 8, "def": 2, "extract": 4, "_0001_1": 1, @@ -55743,7 +57107,9 @@ "_0111_0": 1, "setd_ret": 1, "fontxy_ret": 1, + "ret": 17, "fontb": 1, + "multiply": 8, "fontb_ret": 1, "textmode_": 1, "textsp": 2, @@ -55752,6 +57118,7 @@ "db2": 1, "linechange": 1, "lines_minus_1": 1, + "right": 9, "fractions": 1, "pre": 1, "increment": 1, @@ -55760,17 +57127,25 @@ "integers": 1, "base0": 17, "base1": 10, + "sar": 8, "cmps": 3, + "out": 24, "range": 2, "ylongs": 6, + "skip": 5, "mins": 1, "mask": 3, "mask0": 8, "#5": 2, + "ready": 10, "count": 4, "mask1": 6, "bits0": 6, "bits1": 5, + "pass": 5, + "not": 6, + "full": 3, + "longs": 15, "deltas": 1, "linepd": 1, "wr": 2, @@ -55778,6 +57153,7 @@ "abs": 1, "dominant": 2, "axis": 1, + "last": 6, "ratio": 1, "xloop": 1, "linepd_ret": 1, @@ -55792,16 +57168,19 @@ "account": 1, "special": 1, "case": 5, + "andn": 7, "slice": 7, "shift0": 1, "colorize": 1, "upper": 2, "subx": 1, "#wslice": 1, + "offset": 14, "Get": 2, "args": 5, "move": 2, "using": 1, + "first": 9, "arg6": 1, "arcmod_ret": 1, "arg2/t4": 1, @@ -55813,150 +57192,36 @@ "cartesian": 1, "polarx": 1, "sine_90": 2, + "sine": 7, + "quadrant": 3, + "nz": 3, + "negate": 2, + "table": 9, "sine_table": 1, + "shift": 7, + "final": 3, "sine/cosine": 1, + "integer": 2, + "negnz": 3, "sine_180": 1, "shifted": 1, + "multiplier": 3, "product": 1, "Defined": 1, + "constants": 2, "hFFFFFFFF": 1, "FFFFFFFF": 1, "fontptr": 1, + "Undefined": 2, "temps": 1, + "res": 89, + "pointers": 2, "slicesptr": 1, "line/plot": 1, "coordinates": 1, - "TV": 9, - "Text": 1, - "cols": 5, - "rows": 4, - "screensize": 4, - "lastrow": 2, - "tv_count": 2, - "row": 4, - "flag": 5, - "tv_status": 4, - "off/on": 3, - "tv_pins": 5, - "tccip": 3, - "chroma": 19, - "ntsc/pal": 3, - "tv_screen": 5, - "tv_ht": 5, - "tv_hx": 5, - "tv_ho": 5, - "tv_broadcast": 4, - "basepin": 3, - "setcolors": 2, - "@palette": 1, - "longmove": 2, - "@tv_status": 3, - "@tv_params": 1, - "@screen": 3, - "tv_colors": 2, - "tv.start": 1, - "tv.stop": 2, - "stringptr": 3, - "strsize": 2, - "_000_000_000": 2, - "//": 4, - "elseif": 2, - "lookupz": 2, - "..": 4, - "k": 1, - "Output": 1, - "backspace": 1, - "tab": 3, - "spaces": 1, - "follows": 4, - "Y": 2, - "others": 1, - "printable": 1, - "characters": 1, - "wordfill": 2, - "print": 2, - "A..": 1, - "newline": 3, - "other": 1, - "colorptr": 2, - "fore": 3, - "Override": 1, - "default": 1, - "palette": 2, - "list": 1, - "arranged": 3, - "scroll": 1, - "hc": 1, - "ho": 1, - "white": 2, - "dark": 2, - "BB": 1, - "yellow": 1, - "brown": 1, - "cyan": 3, - "pink": 1, - "Terminal": 1, - "REVISION": 2, - "HISTORY": 2, - "/15/2006": 2, - "instead": 1, - "method": 2, - "minimum": 2, - "x_scale": 4, - "x_spacing": 4, - "normal": 1, - "x_chr": 2, - "y_chr": 5, - "y_scale": 3, - "y_spacing": 3, - "y_offset": 2, - "x_limit": 2, - "x_screen": 1, - "y_limit": 3, - "y_screen": 4, - "y_max": 3, - "y_screen_bytes": 2, - "y_scroll": 2, - "y_scroll_longs": 4, - "y_clear": 2, - "y_clear_longs": 2, - "paramcount": 1, - "ccinp": 1, - "swap": 2, - "tv_hc": 1, - "cells": 1, - "cell": 1, - "@bitmap": 1, - "FC0": 1, - "gr.start": 2, - "gr.setup": 2, - "gr.textmode": 1, - "gr.width": 1, - "gr.stop": 1, - "schemes": 1, - "gr.color": 1, - "gr.text": 1, - "@c": 1, - "gr.finish": 2, - "PRI": 1, - "tvparams": 1, - "tvparams_pins": 1, - "_0101": 1, - "vc": 1, - "vo": 1, - "_250_000": 2, - "auralcog": 1, - "color_schemes": 1, - "BC_6C_05_02": 1, - "E_0D_0C_0A": 1, - "E_6D_6C_6A": 1, - "BE_BD_BC_BA": 1, - "*****************************************": 4, "Inductive": 1, "Sensor": 1, "Demo": 1, - "Beau": 2, - "Schwabe": 2, "Test": 2, "Circuit": 1, "pF": 1, @@ -55965,27 +57230,32 @@ "FPin": 2, "SDF": 1, "sigma": 3, + "feedback": 2, "SDI": 1, - "input": 2, "GND": 4, "Coils": 1, "Wire": 1, + "used": 9, "was": 2, + "GREEN": 2, "about": 4, "gauge": 1, "Coke": 3, "Can": 3, + "form": 7, + "MHz": 16, "BIC": 1, "pen": 1, "How": 1, + "does": 2, "work": 2, "Note": 1, "reported": 2, "resonate": 5, + "frequency": 18, "LC": 8, "frequency.": 2, "Instead": 1, - "where": 2, "voltage": 5, "produced": 1, "circuit": 5, @@ -55993,12 +57263,14 @@ "In": 2, "below": 4, "When": 1, + "you": 5, "apply": 1, "small": 1, "specific": 1, "near": 1, "uncommon": 1, "measure": 1, + "times": 3, "amount": 1, "applying": 1, "circuit.": 1, @@ -56006,11 +57278,15 @@ "diode": 2, "basically": 1, "feeds": 1, + "divide": 3, "divider": 1, "...So": 1, "order": 1, + "see": 2, "ADC": 2, "sweep": 2, + "result": 6, + "output": 11, "needs": 1, "generate": 1, "Volts": 1, @@ -56020,6 +57296,7 @@ "since": 1, "sensitive": 1, "works": 1, + "after": 2, "divider.": 1, "typical": 1, "magnitude": 1, @@ -56027,7 +57304,6 @@ "might": 1, "look": 2, "something": 1, - "like": 4, "*****": 4, "...With": 1, "looks": 1, @@ -56048,7 +57324,8 @@ "situation": 1, "exactly": 1, "great": 1, - "I/O": 3, + "gr.start": 2, + "gr.setup": 2, "FindResonateFrequency": 1, "DisplayInductorValue": 2, "Freq.Synth": 1, @@ -56059,6 +57336,7 @@ "gr.copy": 2, "display_base": 2, "Option": 2, + "Start": 6, "*********************************************": 2, "Frequency": 1, "LowerFrequency": 2, @@ -56069,169 +57347,32 @@ "gr.line": 3, "FTemp/1024": 1, "Finish": 1, - "tv_mode": 2, - "lntsc": 3, - "fpal": 2, - "_433_618": 2, - "PAL": 10, - "spal": 3, - "tvptr": 3, - "vinv": 2, - "burst": 2, - "sync_high2": 2, - "black": 2, - "leftmost": 1, - "vert": 1, - "movs": 9, - "if_z_eq_c": 1, - "#hsync": 1, - "pulses": 2, - "vsync1": 2, - "#sync_low1": 1, - "hhalf": 2, - "field2": 1, - "#superfield": 1, - "Blank": 1, - "Horizontal": 1, - "pal": 2, - "toggle": 1, - "phaseflip": 4, - "phasemask": 2, - "sync_scale1": 1, - "hsync_ret": 1, - "vsync_high": 1, - "#sync_high1": 1, - "Tasks": 1, - "performed": 1, - "sections": 1, - "#_enable": 1, - "rd": 1, - "#wtab": 1, - "ltab": 1, - "#ltab": 1, - "cancel": 1, - "_broadcast": 4, - "m8": 3, - "fcolor": 4, - "#divide": 2, - "_111": 1, - "m128": 2, - "_100": 1, - "_001": 1, - "broadcast/baseband": 1, - "strip": 3, - "baseband": 18, - "_auralcog": 1, - "colorreg": 3, - "colorloop": 1, - "m1": 4, - "outa": 2, - "reload": 1, - "d0s1": 1, - "F0F0F0F0": 1, - "pins0": 1, - "_01110000_00001111_00000111": 1, - "pins1": 1, - "_11110111_01111111_01110111": 1, - "sync_high1": 1, - "_101010_0101": 1, - "NTSC/PAL": 2, - "metrics": 1, - "tables": 1, - "wtab": 1, - "sntsc": 3, - "lpal": 3, - "hrest": 2, - "vvis": 2, - "vrep": 2, - "_8A": 1, - "_AA": 1, - "sync_scale2": 1, - "_00000000_01_10101010101010_0101": 1, - "m2": 1, - "contiguous": 1, - "tv_status.": 1, - "_________": 5, - "tv_enable": 2, - "requirement": 2, - "_______": 2, - "_0111": 6, - "_1111": 6, - "_0000": 4, - "nibble": 4, - "attach": 1, - "/560/1100": 2, - "network": 1, - "visual": 1, - "carrier": 1, - "mixing": 2, - "mix": 2, - "black/white": 2, - "composite": 1, - "doubles": 1, - "format": 1, - "_318_180": 1, - "_579_545": 1, - "_734_472": 1, - "itself": 1, - "tv_vt": 3, - "valid": 2, - "luminance": 2, - "adds/subtracts": 1, - "beware": 1, - "modulated": 1, - "produce": 1, - "saturated": 1, - "toggling": 1, - "levels": 1, - "because": 1, - "abruptly": 1, - "rather": 1, - "against": 1, - "background": 1, - "best": 1, - "appearance": 1, - "_____": 6, - "practical": 2, - "/30": 1, - "tv_vx": 2, - "tv_vo": 2, - "centered": 2, - "image": 2, - "____________": 1, - "expressed": 1, - "ie": 1, - "channel": 1, - "modulator": 2, - "turned": 2, - "broadcasting": 1, - "___________": 1, - "tv_auralcog": 1, - "supply": 1, - "uses": 2, - "selected": 1, - "bandwidth": 2, - "vary": 1, "PS/2": 1, "Keyboard": 1, "v1.0.1": 2, + "REVISION": 2, + "HISTORY": 2, + "/15/2006": 2, "Tool": 1, "par_tail": 1, "key": 4, + "buffer": 4, "head": 1, "par_present": 1, "states": 1, "par_keys": 1, "******************************************": 2, "entry": 1, + "movd": 10, "#_dpin": 1, "masks": 1, "dmask": 4, "_dpin": 3, "cmask": 2, "_cpin": 2, + "reset": 14, + "parameter": 14, "_head": 6, - "dira": 3, "_present/_states": 1, "dlsb": 2, "stat": 6, @@ -56252,16 +57393,21 @@ "set/clear": 1, "#_states": 1, "reg": 5, + "muxnc": 5, "cmpsub": 4, "shift/ctrl/alt/win": 1, "pairs": 1, "E0": 1, "handle": 1, "scrlock/capslock/numlock": 1, + "_000": 5, "_locks": 5, "#29": 1, + "change": 3, "configure": 3, + "flag": 5, "leds": 3, + "check": 5, "shift1": 1, "if_nz_and_c": 4, "#@shift1": 1, @@ -56271,9 +57417,11 @@ "considering": 1, "capslock": 1, "if_nz_and_nc": 1, + "xor": 8, "flags": 1, "alt": 1, "room": 1, + "valid": 2, "enter": 1, "FF": 3, "#11*4": 1, @@ -56283,17 +57431,22 @@ "lock": 1, "#transmit": 2, "rev": 1, + "rcl": 2, "_present": 2, "#update": 1, "Lookup": 2, + "perform": 2, "lookup": 1, + "movs": 9, "#table": 1, "#27": 1, "#rand": 1, "Transmit": 1, "pull": 2, "clock": 4, + "low": 5, "napshr": 3, + "#13": 3, "#18": 2, "release": 1, "transmit_bit": 1, @@ -56302,6 +57455,7 @@ "wcond": 3, "c1": 2, "c0d0": 2, + "wait": 6, "until": 3, "#wait": 2, "#receive_ack": 1, @@ -56315,7 +57469,6 @@ "us": 1, "#nap": 1, "_d3": 1, - "ina": 3, "#receive_bit": 1, "align": 1, "isolate": 1, @@ -56325,7 +57478,9 @@ "wait_c0": 1, "c0": 1, "timeout": 1, + "ms": 4, "wloop": 1, + "required": 4, "_d4": 1, "replaced": 1, "c0/c1/c0d0/c1d1": 1, @@ -56335,8 +57490,11 @@ "if_c_or_nz": 1, "c1d1": 1, "if_nc_or_z": 1, + "nap": 5, "scales": 1, + "time": 7, "snag": 1, + "cnt": 2, "elapses": 1, "nap_ret": 1, "F9": 1, @@ -56382,88 +57540,814 @@ "C6E9": 1, "ScrLock": 1, "D6": 1, + "Uninitialized": 3, + "_________": 5, "Key": 1, "Codes": 1, "keypress": 1, "keystate": 2, "E0..FF": 1, "AS": 1, - "Keypad": 1, - "Reader": 1, - "capacitive": 1, - "PIN": 1, - "approach": 1, - "reading": 1, - "keypad.": 1, - "ALL": 2, - "made": 2, - "LOW": 2, - "OUTPUT": 2, - "pins.": 1, - "Then": 1, - "INPUT": 2, - "state.": 1, - "At": 1, - "HIGH": 3, - "closed": 1, - "otherwise": 1, - "returned.": 1, - "keypad": 4, - "decoding": 1, - "routine": 1, - "subroutines": 1, - "entire": 1, - "matrix": 1, - "WORD": 1, - "variable": 1, - "indicating": 1, - "buttons": 2, - "pressed.": 1, - "Multiple": 1, - "button": 2, - "presses": 1, - "allowed": 1, - "understanding": 1, - "BOX": 2, - "entries": 1, - "confused.": 1, - "An": 1, - "entry...": 1, - "etc.": 1, - "pressed": 3, - "evaluate": 1, - "even": 1, - "not.": 1, - "There": 1, - "danger": 1, - "physical": 1, - "electrical": 1, - "damage": 1, - "way": 1, - "sensing": 1, - "happens": 1, - "work.": 1, - "Schematic": 1, - "No": 2, - "capacitors.": 1, - "connections": 1, - "directly": 1, - "ReadRow": 4, - "Shift": 3, - "preset": 1, - "P0": 2, - "P7": 2, - "LOWs": 1, - "INPUTSs": 1, - "act": 1, - "tiny": 1, - "capacitors": 1, - "Pin": 1, - "OUTPUT...": 1, - "Make": 1, - "Pn": 1, - "remain": 1, - "discharged": 1 + "TV": 9, + "May": 2, + "tile": 41, + "size": 5, + "enable": 5, + "efficient": 2, + "tv_mode": 2, + "NTSC": 11, + "lntsc": 3, + "cycles": 4, + "per": 4, + "sync": 10, + "fpal": 2, + "_433_618": 2, + "PAL": 10, + "spal": 3, + "colortable": 7, + "inside": 2, + "tvptr": 3, + "starts": 4, + "available": 4, + "@entry": 3, + "Assembly": 2, + "language": 2, + "Entry": 2, + "tasks": 6, + "#10": 2, + "Superfield": 2, + "_mode": 7, + "interlace": 20, + "vinv": 2, + "hsync": 5, + "waitvid": 3, + "burst": 2, + "sync_high2": 2, + "task": 2, + "section": 4, + "undisturbed": 2, + "black": 2, + "visible": 7, + "vb": 2, + "leftmost": 1, + "_vt": 3, + "vertical": 29, + "expand": 3, + "vert": 1, + "vscl": 12, + "hb": 2, + "horizontal": 21, + "hx": 5, + "colors": 18, + "screen": 13, + "video": 7, + "repoint": 2, + "hf": 2, + "linerot": 5, + "field1": 4, + "unless": 2, + "invisible": 8, + "if_z_eq_c": 1, + "#hsync": 1, + "vsync": 4, + "pulses": 2, + "vsync1": 2, + "#sync_low1": 1, + "hhalf": 2, + "field2": 1, + "#superfield": 1, + "Blank": 1, + "Horizontal": 1, + "pal": 2, + "toggle": 1, + "phaseflip": 4, + "phasemask": 2, + "sync_scale1": 1, + "blank": 2, + "hsync_ret": 1, + "vsync_high": 1, + "#sync_high1": 1, + "Tasks": 1, + "performed": 1, + "sections": 1, + "during": 2, + "back": 8, + "porch": 9, + "load": 3, + "#_enable": 1, + "_pins": 4, + "_enable": 2, + "#disabled": 2, + "break": 6, + "return": 15, + "later": 6, + "rd": 1, + "#wtab": 1, + "ltab": 1, + "#ltab": 1, + "CLKFREQ": 10, + "cancel": 1, + "_broadcast": 4, + "m8": 3, + "jmpret": 5, + "taskptr": 3, + "taskret": 4, + "ctra": 5, + "pll": 5, + "fcolor": 4, + "#divide": 2, + "vco": 3, + "movi": 3, + "_111": 1, + "ctrb": 4, + "limit": 4, + "m128": 2, + "_100": 1, + "within": 5, + "_001": 1, + "frqb": 2, + "swap": 2, + "broadcast/baseband": 1, + "strip": 3, + "chroma": 19, + "baseband": 18, + "_auralcog": 1, + "_hx": 4, + "consider": 2, + "lineadd": 4, + "lineinc": 3, + "/160": 2, + "loaded": 3, + "#9": 2, + "FC": 2, + "_colors": 2, + "colorreg": 3, + "d6": 3, + "colorloop": 1, + "keep": 2, + "loading": 2, + "m1": 4, + "multiply_ret": 2, + "Disabled": 2, + "try": 2, + "again": 2, + "reload": 1, + "_000_000": 6, + "d0s1": 1, + "F0F0F0F0": 1, + "pins0": 1, + "_01110000_00001111_00000111": 1, + "pins1": 1, + "_11110111_01111111_01110111": 1, + "sync_high1": 1, + "_101010_0101": 1, + "NTSC/PAL": 2, + "metrics": 1, + "tables": 1, + "wtab": 1, + "sntsc": 3, + "lpal": 3, + "hrest": 2, + "vvis": 2, + "vrep": 2, + "_8A": 1, + "_AA": 1, + "sync_scale2": 1, + "_00000000_01_10101010101010_0101": 1, + "m2": 1, + "Parameter": 4, + "/non": 4, + "tccip": 3, + "_screen": 3, + "@long": 2, + "_ht": 2, + "_ho": 2, + "fit": 2, + "contiguous": 1, + "tv_status": 4, + "off/on": 3, + "tv_pins": 5, + "ntsc/pal": 3, + "tv_screen": 5, + "tv_ht": 5, + "tv_hx": 5, + "expansion": 8, + "tv_ho": 5, + "tv_broadcast": 4, + "aural": 13, + "fm": 6, + "preceding": 2, + "copied": 2, + "your": 2, + "code.": 2, + "After": 2, + "setting": 2, + "variables": 3, + "@tv_status": 3, + "All": 2, + "reloaded": 2, + "superframe": 2, + "allowing": 2, + "live": 2, + "changes.": 2, + "minimize": 2, + "correlate": 2, + "changes": 3, + "tv_status.": 1, + "Experimentation": 2, + "optimize": 2, + "some": 3, + "parameters.": 2, + "descriptions": 2, + "sets": 3, + "indicate": 2, + "disabled": 3, + "tv_enable": 2, + "requirement": 2, + "currently": 4, + "outputting": 4, + "driven": 2, + "reduces": 2, + "power": 3, + "_______": 2, + "select": 9, + "group": 7, + "_0111": 6, + "broadcast": 19, + "_1111": 6, + "_0000": 4, + "active": 3, + "top": 10, + "nibble": 4, + "bottom": 5, + "signal": 8, + "arranged": 3, + "attach": 1, + "ohm": 10, + "resistor": 4, + "sum": 7, + "/560/1100": 2, + "subcarrier": 3, + "network": 1, + "visual": 1, + "carrier": 1, + "selects": 4, + "x32": 6, + "tileheight": 4, + "controls": 4, + "mixing": 2, + "mix": 2, + "black/white": 2, + "composite": 1, + "progressive": 2, + "less": 5, + "good": 5, + "motion": 2, + "interlaced": 5, + "doubles": 1, + "format": 1, + "ticks": 11, + "must": 18, + "least": 14, + "_318_180": 1, + "_579_545": 1, + "Hz": 5, + "_734_472": 1, + "itself": 1, + "words": 5, + "define": 10, + "tv_vt": 3, + "has": 4, + "bitfields": 2, + "colorset": 2, + "ptr": 5, + "pixelgroup": 2, + "colorset*": 2, + "pixelgroup**": 2, + "ppppppppppcccc00": 2, + "colorsets": 4, + "four": 8, + "**": 2, + "pixelgroups": 2, + "": 5, + "tv_colors": 2, + "fields": 2, + "values": 2, + "luminance": 2, + "modulation": 4, + "adds/subtracts": 1, + "beware": 1, + "modulated": 1, + "produce": 1, + "saturated": 1, + "toggling": 1, + "levels": 1, + "because": 1, + "abruptly": 1, + "rather": 1, + "against": 1, + "white": 2, + "background": 1, + "best": 1, + "appearance": 1, + "_____": 6, + "practical": 2, + "/30": 1, + "factor": 4, + "sure": 4, + "||": 5, + "than": 5, + "tv_vx": 2, + "tv_vo": 2, + "pos/neg": 4, + "centered": 2, + "image": 2, + "shifts": 4, + "right/left": 2, + "up/down": 2, + "____________": 1, + "expressed": 1, + "ie": 1, + "channel": 1, + "_250_000": 2, + "modulator": 2, + "turned": 2, + "saves": 2, + "broadcasting": 1, + "___________": 1, + "tv_auralcog": 1, + "supply": 1, + "selected": 1, + "bandwidth": 2, + "KHz": 3, + "vary": 1, + "Terminal": 1, + "instead": 1, + "minimum": 2, + "x_scale": 4, + "x_spacing": 4, + "normal": 1, + "x_chr": 2, + "y_chr": 5, + "y_scale": 3, + "y_spacing": 3, + "y_offset": 2, + "x_limit": 2, + "x_screen": 1, + "y_limit": 3, + "y_screen": 4, + "y_max": 3, + "y_screen_bytes": 2, + "y_scroll": 2, + "y_scroll_longs": 4, + "y_clear": 2, + "y_clear_longs": 2, + "paramcount": 1, + "ccinp": 1, + "tv_hc": 1, + "cells": 1, + "cell": 1, + "@bitmap": 1, + "FC0": 1, + "gr.textmode": 1, + "gr.width": 1, + "tv.stop": 2, + "gr.stop": 1, + "schemes": 1, + "tab": 3, + "gr.color": 1, + "gr.text": 1, + "@c": 1, + "gr.finish": 2, + "newline": 3, + "strsize": 2, + "_000_000_000": 2, + "//": 4, + "elseif": 2, + "lookupz": 2, + "..": 4, + "PRI": 1, + "longmove": 2, + "longfill": 2, + "tvparams": 1, + "tvparams_pins": 1, + "_0101": 1, + "vc": 1, + "vx": 2, + "vo": 1, + "auralcog": 1, + "color_schemes": 1, + "BC_6C_05_02": 1, + "E_0D_0C_0A": 1, + "E_6D_6C_6A": 1, + "BE_BD_BC_BA": 1, + "Text": 1, + "x13": 2, + "cols": 5, + "rows": 4, + "screensize": 4, + "lastrow": 2, + "tv_count": 2, + "row": 4, + "tv": 2, + "basepin": 3, + "setcolors": 2, + "@palette": 1, + "@tv_params": 1, + "@screen": 3, + "tv.start": 1, + "stringptr": 3, + "k": 1, + "Output": 1, + "backspace": 1, + "spaces": 1, + "follows": 4, + "Y": 2, + "others": 1, + "printable": 1, + "characters": 1, + "wordfill": 2, + "print": 2, + "A..": 1, + "other": 1, + "colorptr": 2, + "fore": 3, + "Override": 1, + "default": 1, + "palette": 2, + "list": 1, + "scroll": 1, + "hc": 1, + "ho": 1, + "dark": 2, + "blue": 3, + "BB": 1, + "yellow": 1, + "brown": 1, + "cyan": 3, + "red": 2, + "pink": 1, + "VGA": 8, + "vga_mode": 3, + "vgaptr": 3, + "hv": 5, + "bcolor": 3, + "#colortable": 2, + "#blank_line": 3, + "nobl": 1, + "_vx": 1, + "nobp": 1, + "nofp": 1, + "#blank_hsync": 1, + "front": 4, + "vf": 1, + "nofl": 1, + "#tasks": 1, + "before": 1, + "_vs": 2, + "except": 1, + "#blank_vsync": 1, + "#field": 1, + "superfield": 1, + "blank_vsync": 1, + "h2": 2, + "if_c_and_nz": 1, + "blank_hsync": 1, + "_hf": 1, + "invisble": 1, + "_hb": 1, + "#hv": 1, + "blank_hsync_ret": 1, + "blank_line_ret": 1, + "blank_vsync_ret": 1, + "_status": 1, + "#paramcount": 1, + "directions": 1, + "_rate": 3, + "pllmin": 1, + "_011": 1, + "rate": 6, + "hvbase": 5, + "frqa": 3, + "vmask": 1, + "hmask": 1, + "vcfg": 2, + "colormask": 1, + "waitcnt": 3, + "#entry": 1, + "Initialized": 1, + "lowest": 1, + "pllmax": 1, + "*16": 1, + "m4": 1, + "tihv": 1, + "_hd": 1, + "_hs": 1, + "_vd": 1, + "underneath": 1, + "BF": 1, + "___": 1, + "/1/2": 1, + "off/visible/invisible": 1, + "vga_enable": 3, + "pppttt": 1, + "vga_colors": 2, + "vga_vt": 6, + "vga_vx": 4, + "vga_vo": 4, + "vga_hf": 2, + "vga_hb": 2, + "vga_vf": 2, + "vga_vb": 2, + "tick": 2, + "@vga_status": 1, + "vga_status.": 1, + "__________": 4, + "vga_status": 1, + "________": 3, + "vga_pins": 1, + "monitors": 1, + "allows": 1, + "polarity": 1, + "respectively": 1, + "vga_screen": 1, + "vga_ht": 3, + "care": 1, + "suggested": 1, + "bits/pins": 3, + "green": 1, + "bit/pin": 1, + "signals": 1, + "connect": 3, + "RED": 1, + "BLUE": 1, + "connector": 3, + "always": 2, + "HSYNC": 1, + "VSYNC": 1, + "______": 14, + "vga_hx": 3, + "vga_ho": 2, + "equal": 1, + "vga_hd": 2, + "exceed": 1, + "vga_vd": 2, + "recommended": 2, + "vga_hs": 1, + "vga_vs": 1, + "vga_rate": 2, + "should": 1, + "Vocal": 2, + "Tract": 2, + "October": 1, + "synthesizes": 1, + "human": 1, + "vocal": 10, + "tract": 12, + "real": 2, + "It": 1, + "MHz.": 1, + "controlled": 1, + "reside": 1, + "parent": 1, + "aa": 2, + "ga": 5, + "gp": 2, + "vp": 3, + "vr": 1, + "f1": 4, + "f2": 1, + "f3": 3, + "f4": 2, + "na": 2, + "nf": 2, + "fa": 2, + "ff": 2, + "values.": 2, + "Before": 1, + "were": 1, + "interpolation": 1, + "shy": 1, + "frame": 12, + "makes": 1, + "behave": 1, + "sensibly": 1, + "gaps.": 1, + "frame_buffers": 2, + "bytes": 2, + "frame_longs": 3, + "frame_bytes": 1, + "...must": 1, + "dira_": 3, + "dirb_": 1, + "ctra_": 1, + "ctrb_": 3, + "frqa_": 3, + "cnt_": 1, + "many": 1, + "...contiguous": 1, + "tract_ptr": 3, + "pos_pin": 7, + "neg_pin": 6, + "fm_offset": 5, + "positive": 1, + "also": 1, + "enabled": 2, + "generation": 2, + "_500_000": 1, + "Remember": 1, + "duty": 2, + "Ready": 1, + "clkfreq": 2, + "Launch": 1, + "@attenuation": 1, + "Reset": 1, + "buffers": 1, + "@index": 1, + "constant": 3, + "frame_buffer_longs": 2, + "set_attenuation": 1, + "master": 2, + "attenuation": 3, + "initially": 2, + "set_pace": 2, + "percentage": 3, + "pace": 3, + "go": 1, + "Queue": 1, + "transition": 1, + "over": 2, + "Load": 1, + "bytemove": 1, + "@frames": 1, + "index": 5, + "Increment": 1, + "Returns": 4, + "queue": 2, + "useful": 2, + "checking": 1, + "would": 1, + "have": 1, + "frames": 2, + "empty": 2, + "detecting": 1, + "finished": 1, + "sample_ptr": 1, + "receives": 1, + "audio": 1, + "samples": 1, + "updated": 1, + "@sample": 1, + "aural_id": 1, + "id": 2, + "executing": 1, + "algorithm": 1, + "connecting": 1, + "Initialization": 1, + "reserved": 3, + "clear_cnt": 1, + "#2*15": 1, + "hub": 1, + "minst": 3, + "d0s0": 3, + "mult_ret": 1, + "antilog_ret": 1, + "assemble": 1, + "cordic": 4, + "reserves": 2, + "cstep": 1, + "instruction": 2, + "prepare": 1, + "cnt_value": 3, + "cnt_ticks": 3, + "Loop": 1, + "sample": 2, + "period": 1, + "cycle": 1, + "driving": 1, + "h80000000": 2, + "White": 1, + "noise": 3, + "source": 2, + "lfsr": 1, + "lfsr_taps": 2, + "Aspiration": 1, + "vibrato": 3, + "vphase": 2, + "glottal": 2, + "pitch": 5, + "mesh": 1, + "tune": 2, + "convert": 1, + "log": 2, + "phase": 2, + "gphase": 3, + "formant2": 2, + "rotate": 2, + "f2x": 3, + "f2y": 3, + "#cordic": 2, + "formant4": 2, + "f4x": 3, + "f4y": 3, + "subtract": 1, + "nx": 4, + "negated": 1, + "nasal": 2, + "amplitude": 3, + "#mult": 1, + "fphase": 4, + "frication": 2, + "#sine": 1, + "Handle": 1, + "frame_ptr": 6, + "past": 1, + "miscellaneous": 2, + "frame_index": 3, + "stepsize": 2, + "step_size": 5, + "h00FFFFFF": 2, + "final1": 2, + "finali": 2, + "iterate": 3, + "aa..ff": 4, + "accurate": 1, + "accumulation": 1, + "step_acc": 3, + "set2": 3, + "#par_curr": 1, + "set3": 2, + "#par_next": 1, + "set4": 3, + "#par_step": 1, + "#24": 1, + "par_curr": 3, + "absolute": 1, + "msb": 2, + "nr": 1, + "mult": 2, + "par_step": 1, + "frame_cnt": 2, + "step1": 2, + "stepi": 1, + "stepframe": 1, + "#frame_bytes": 1, + "par_next": 2, + "Math": 1, + "Subroutines": 1, + "Antilog": 1, + "whole": 2, + "fraction": 1, + "antilog": 2, + "FFEA0000": 1, + "h00000FFE": 2, + "insert": 2, + "leading": 1, + "Scaled": 1, + "unsigned": 3, + "h00001000": 2, + "negc": 1, + "Multiply": 1, + "#15": 1, + "mult_step": 1, + "Cordic": 1, + "degree": 1, + "#cordic_steps": 1, + "gets": 1, + "assembled": 1, + "cordic_dx": 1, + "incremented": 1, + "cordic_a": 1, + "cordic_delta": 2, + "linear": 1, + "register": 1, + "B901476": 1, + "greater": 1, + "h40000000": 1, + "h01000000": 1, + "FFFFFF": 1, + "h00010000": 1, + "h0000D000": 1, + "D000": 1, + "h00007000": 1, + "FFE": 1, + "h00000800": 1, + "registers": 2, + "startup": 2, + "Data": 1, + "zeroed": 1, + "cleared": 1, + "f1x": 1, + "f1y": 1, + "f3x": 1, + "f3y": 1, + "aspiration": 1, + "***": 1, + "mult_steps": 1, + "assembly": 1, + "area": 1, + "w/ret": 1, + "cordic_ret": 1 }, "Protocol Buffer": { "package": 1, @@ -56610,63 +58494,6 @@ "<": 13, "Just": 7, "Nothing": 7, - "ReactiveJQueryTest": 1, - "flip": 2, - "Control.Monad": 1, - "Control.Monad.Eff": 1, - "Control.Monad.JQuery": 1, - "Control.Reactive": 1, - "Control.Reactive.JQuery": 1, - "map": 8, - "head": 2, - "Data.Foldable": 2, - "Data.Monoid": 1, - "Debug.Trace": 1, - "Global": 1, - "parseInt": 1, - "main": 1, - "do": 4, - "personDemo": 2, - "todoListDemo": 1, - "greet": 1, - "firstName": 2, - "lastName": 2, - "Create": 3, - "new": 1, - "reactive": 1, - "variables": 1, - "to": 3, - "hold": 1, - "the": 3, - "user": 1, - "readRArray": 1, - "insertRArray": 1, - "{": 25, - "text": 5, - "completed": 2, - "}": 26, - "paragraph": 2, - "display": 2, - "next": 1, - "task": 4, - "nextTaskLabel": 3, - "create": 2, - "append": 2, - "nextTask": 2, - "toComputedArray": 2, - "toComputed": 2, - "bindTextOneWay": 2, - "counter": 3, - "counterLabel": 3, - "rs": 2, - "cs": 2, - "<->": 1, - "if": 1, - "then": 1, - "else": 1, - "entry": 1, - "entry.completed": 1, - "foldl": 4, "Data.Map": 1, "Map": 26, "empty": 6, @@ -56678,19 +58505,24 @@ "toList": 10, "fromList": 3, "union": 3, + "map": 8, "qualified": 1, "as": 1, "P": 1, "concat": 3, + "Data.Foldable": 2, + "foldl": 4, "k": 108, "v": 57, "Leaf": 15, "|": 9, "Branch": 27, + "{": 25, "key": 13, "value": 8, "left": 15, "right": 14, + "}": 26, "eqMap": 1, "P.Eq": 11, "m1": 6, @@ -56716,10 +58548,136 @@ "b.value": 2, "v1": 3, "v2.": 1, - "v2": 2 + "v2": 2, + "ReactiveJQueryTest": 1, + "flip": 2, + "Control.Monad": 1, + "Control.Monad.Eff": 1, + "Control.Monad.JQuery": 1, + "Control.Reactive": 1, + "Control.Reactive.JQuery": 1, + "head": 2, + "Data.Monoid": 1, + "Debug.Trace": 1, + "Global": 1, + "parseInt": 1, + "main": 1, + "do": 4, + "personDemo": 2, + "todoListDemo": 1, + "greet": 1, + "firstName": 2, + "lastName": 2, + "Create": 3, + "new": 1, + "reactive": 1, + "variables": 1, + "to": 3, + "hold": 1, + "the": 3, + "user": 1, + "readRArray": 1, + "insertRArray": 1, + "text": 5, + "completed": 2, + "paragraph": 2, + "display": 2, + "next": 1, + "task": 4, + "nextTaskLabel": 3, + "create": 2, + "append": 2, + "nextTask": 2, + "toComputedArray": 2, + "toComputed": 2, + "bindTextOneWay": 2, + "counter": 3, + "counterLabel": 3, + "rs": 2, + "cs": 2, + "<->": 1, + "if": 1, + "then": 1, + "else": 1, + "entry": 1, + "entry.completed": 1 }, "Python": { + "xspacing": 4, "#": 28, + "How": 2, + "far": 1, + "apart": 1, + "should": 1, + "each": 1, + "horizontal": 1, + "location": 1, + "be": 1, + "spaced": 1, + "maxwaves": 3, + "total": 1, + "of": 5, + "waves": 1, + "to": 5, + "add": 1, + "together": 1, + "theta": 3, + "amplitude": 3, + "[": 165, + "]": 165, + "Height": 1, + "wave": 2, + "dx": 8, + "yvalues": 7, + "def": 87, + "setup": 2, + "(": 850, + ")": 861, + "size": 5, + "frameRate": 1, + "colorMode": 1, + "RGB": 1, + "w": 2, + "width": 1, + "+": 51, + "for": 69, + "i": 13, + "in": 91, + "range": 5, + "amplitude.append": 1, + "random": 2, + "period": 2, + "many": 1, + "pixels": 1, + "before": 1, + "the": 6, + "repeats": 1, + "dx.append": 1, + "TWO_PI": 1, + "/": 26, + "*": 38, + "_": 6, + "yvalues.append": 1, + "draw": 2, + "background": 2, + "calcWave": 2, + "renderWave": 2, + "len": 11, + "j": 7, + "x": 34, + "if": 160, + "%": 33, + "sin": 1, + "else": 33, + "cos": 1, + "noStroke": 2, + "fill": 2, + "ellipseMode": 1, + "CENTER": 1, + "v": 19, + "enumerate": 2, + "ellipse": 1, + "height": 1, "import": 55, "os": 2, "sys": 3, @@ -56737,45 +58695,34 @@ "res": 3, "importer": 1, "c4dtools.prepare": 1, - "(": 850, "__file__": 1, "__res__": 1, - ")": 861, "settings": 2, "c4dtools.helpers.Attributor": 2, "{": 27, "res.file": 3, "}": 27, - "def": 87, "align_nodes": 2, "nodes": 11, "mode": 5, "spacing": 7, "r": 9, "modes": 3, - "[": 165, - "]": 165, - "if": 160, "not": 69, "return": 68, - "in": 91, "raise": 23, "ValueError": 6, - "+": 51, ".join": 4, "get_0": 12, "lambda": 6, - "x": 34, "x.x": 1, "get_1": 4, "x.y": 1, "set_0": 6, - "v": 19, "setattr": 16, "set_1": 4, "graphnode.GraphNode": 1, "n": 6, - "for": 69, "nodes.sort": 1, "key": 6, "n.position": 1, @@ -56789,14 +58736,11 @@ "position": 12, "node.position": 2, "-": 36, - "size": 5, "node.size": 1, "<": 2, - "else": 33, "new_positions.append": 1, "bbox_size": 2, "bbox_size_2": 2, - "*": 38, "itertools.izip": 1, "align_nodes_shortcut": 3, "master": 2, @@ -56878,74 +58822,461 @@ "options": 4, "__name__": 3, "c4dtools.plugins.main": 1, - "xspacing": 4, - "How": 2, - "far": 1, - "apart": 1, - "should": 1, - "each": 1, - "horizontal": 1, - "location": 1, - "be": 1, - "spaced": 1, - "maxwaves": 3, - "total": 1, - "of": 5, - "waves": 1, - "to": 5, - "add": 1, - "together": 1, - "theta": 3, - "amplitude": 3, - "Height": 1, - "wave": 2, - "dx": 8, - "yvalues": 7, - "setup": 2, - "frameRate": 1, - "colorMode": 1, - "RGB": 1, - "w": 2, - "width": 1, - "i": 13, - "range": 5, - "amplitude.append": 1, - "random": 2, - "period": 2, - "many": 1, - "pixels": 1, - "before": 1, - "the": 6, - "repeats": 1, - "dx.append": 1, - "TWO_PI": 1, - "/": 26, - "_": 6, - "yvalues.append": 1, - "draw": 2, - "background": 2, - "calcWave": 2, - "renderWave": 2, - "len": 11, - "j": 7, - "%": 33, - "sin": 1, - "cos": 1, - "noStroke": 2, - "fill": 2, - "ellipseMode": 1, - "CENTER": 1, - "enumerate": 2, - "ellipse": 1, - "height": 1, - "SHEBANG#!python": 4, - "print": 39, + "__future__": 2, + "unicode_literals": 1, + "copy": 1, + "functools": 1, + "update_wrapper": 2, + "future_builtins": 1, + "zip": 8, + "django.db.models.manager": 1, + "Imported": 1, + "register": 1, + "signal": 1, + "handler.": 1, + "django.conf": 1, + "django.core.exceptions": 1, + "ObjectDoesNotExist": 2, + "MultipleObjectsReturned": 2, + "FieldError": 4, + "ValidationError": 8, + "NON_FIELD_ERRORS": 3, + "django.core": 1, + "validators": 1, + "django.db.models.fields": 1, + "AutoField": 2, + "FieldDoesNotExist": 2, + "django.db.models.fields.related": 1, + "ManyToOneRel": 3, + "OneToOneField": 3, + "add_lazy_relation": 2, + "django.db": 1, + "router": 1, + "transaction": 1, + "DatabaseError": 3, + "DEFAULT_DB_ALIAS": 2, + "django.db.models.query": 1, + "Q": 3, + "django.db.models.query_utils": 2, + "DeferredAttribute": 3, + "django.db.models.deletion": 1, + "Collector": 2, + "django.db.models.options": 1, + "Options": 2, + "django.db.models": 1, + "signals": 1, + "django.db.models.loading": 1, + "register_models": 2, + "get_model": 3, + "django.utils.translation": 1, + "ugettext_lazy": 1, + "django.utils.functional": 1, + "curry": 6, + "django.utils.encoding": 1, + "smart_str": 3, + "force_unicode": 3, + "django.utils.text": 1, + "get_text_list": 2, + "capfirst": 6, + "ModelBase": 4, + "type": 6, + "__new__": 2, + "cls": 32, + "name": 39, + "bases": 6, + "attrs": 7, + "super_new": 3, + ".__new__": 1, + "parents": 8, + "b": 11, + "isinstance": 11, + "module": 6, + "attrs.pop": 2, + "new_class": 9, + "attr_meta": 5, + "abstract": 3, + "getattr": 30, + "False": 28, + "meta": 12, + "base_meta": 2, + "model_module": 1, + "sys.modules": 1, + "new_class.__module__": 1, + "kwargs": 9, + "model_module.__name__.split": 1, + "new_class.add_to_class": 7, + "**kwargs": 9, + "subclass_exception": 3, + "tuple": 3, + "x.DoesNotExist": 1, + "hasattr": 11, + "and": 35, + "x._meta.abstract": 2, + "or": 27, + "x.MultipleObjectsReturned": 1, + "base_meta.abstract": 1, + "new_class._meta.ordering": 1, + "base_meta.ordering": 1, + "new_class._meta.get_latest_by": 1, + "base_meta.get_latest_by": 1, + "is_proxy": 5, + "new_class._meta.proxy": 1, + "new_class._default_manager": 2, + "new_class._base_manager": 2, + "new_class._default_manager._copy_to_model": 1, + "new_class._base_manager._copy_to_model": 1, + "m": 3, + "new_class._meta.app_label": 3, + "seed_cache": 2, + "only_installed": 2, + "obj_name": 2, + "obj": 4, + "attrs.items": 1, + "new_fields": 2, + "new_class._meta.local_fields": 3, + "new_class._meta.local_many_to_many": 2, + "new_class._meta.virtual_fields": 1, + "field_names": 5, + "set": 3, + "f.name": 5, + "f": 19, + "base": 13, + "parent": 5, + "parent._meta.abstract": 1, + "parent._meta.fields": 1, + "TypeError": 4, + "continue": 10, + "new_class._meta.setup_proxy": 1, + "new_class._meta.concrete_model": 2, + "base._meta.concrete_model": 2, + "o2o_map": 3, + "f.rel.to": 1, + "original_base": 1, + "parent_fields": 3, + "base._meta.local_fields": 1, + "base._meta.local_many_to_many": 1, + "field": 32, + "field.name": 14, + "base.__name__": 2, + "base._meta.abstract": 2, + "elif": 4, + "attr_name": 3, + "base._meta.module_name": 1, + "auto_created": 1, + "parent_link": 1, + "new_class._meta.parents": 1, + "copy.deepcopy": 2, + "new_class._meta.parents.update": 1, + "base._meta.parents": 1, + "new_class.copy_managers": 2, + "base._meta.abstract_managers": 1, + "original_base._meta.concrete_managers": 1, + "base._meta.virtual_fields": 1, + "attr_meta.abstract": 1, + "new_class.Meta": 1, + "new_class._prepare": 1, + "copy_managers": 1, + "base_managers": 2, + "base_managers.sort": 1, + "mgr_name": 3, + "manager": 3, + "val": 14, + "new_manager": 2, + "manager._copy_to_model": 1, + "cls.add_to_class": 1, + "add_to_class": 1, + "value": 9, + "value.contribute_to_class": 1, + "_prepare": 1, + "opts": 5, + "cls._meta": 3, + "opts._prepare": 1, + "opts.order_with_respect_to": 2, + "cls.get_next_in_order": 1, + "cls._get_next_or_previous_in_order": 2, + "is_next": 9, + "cls.get_previous_in_order": 1, + "make_foreign_order_accessors": 2, + "model": 8, + "field.rel.to": 2, + "cls.__name__.lower": 2, + "method_get_order": 2, + "method_set_order": 2, + "opts.order_with_respect_to.rel.to": 1, + "cls.__doc__": 3, + "cls.__name__": 1, + "f.attname": 5, + "opts.fields": 1, + "cls.get_absolute_url": 3, + "get_absolute_url": 2, + "signals.class_prepared.send": 1, + "sender": 5, + "ModelState": 2, + "object": 6, + "db": 2, + "self.db": 1, + "self.adding": 1, + "Model": 2, + "__metaclass__": 3, + "_deferred": 1, + "*args": 4, + "signals.pre_init.send": 1, + "self.__class__": 10, + "args": 8, + "self._state": 1, + "args_len": 2, + "self._meta.fields": 5, + "IndexError": 2, + "fields_iter": 4, + "iter": 1, + "field.attname": 17, + "kwargs.pop": 6, + "field.rel": 2, + "is_related_object": 3, + "self.__class__.__dict__.get": 2, + "try": 17, + "rel_obj": 3, + "except": 17, + "KeyError": 3, + "field.get_default": 3, + "field.null": 1, + "prop": 5, + "kwargs.keys": 2, + "property": 2, + "AttributeError": 1, + "pass": 4, + "signals.post_init.send": 1, + "instance": 5, + "__repr__": 2, + "u": 9, + "unicode": 8, + "UnicodeEncodeError": 1, + "UnicodeDecodeError": 1, + "self.__class__.__name__": 3, + "__str__": 1, + ".encode": 1, + "__eq__": 1, + "other": 4, + "self._get_pk_val": 6, + "other._get_pk_val": 1, + "__ne__": 1, + "self.__eq__": 1, + "__hash__": 1, + "hash": 1, + "__reduce__": 1, + "data": 22, + "self.__dict__": 1, + "defers": 2, + "self._deferred": 1, + "deferred_class_factory": 2, + "factory": 5, + "defers.append": 1, + "self._meta.proxy_for_model": 1, + "simple_class_factory": 2, + "model_unpickle": 2, + "_get_pk_val": 2, + "self._meta": 2, + "meta.pk.attname": 2, + "_set_pk_val": 2, + "self._meta.pk.attname": 2, + "pk": 5, + "serializable_value": 1, + "field_name": 8, + "self._meta.get_field_by_name": 1, + "force_insert": 7, + "force_update": 10, + "using": 30, + "update_fields": 23, + "frozenset": 2, + "field.primary_key": 1, + "non_model_fields": 2, + "update_fields.difference": 1, + "self.save_base": 2, + "save.alters_data": 1, + "save_base": 1, + "raw": 9, + "origin": 7, + "router.db_for_write": 2, + "assert": 7, + "meta.proxy": 5, + "meta.auto_created": 2, + "signals.pre_save.send": 1, + "org": 3, + "meta.parents.items": 1, + "parent._meta.pk.attname": 2, + "parent._meta": 1, + "non_pks": 5, + "meta.local_fields": 2, + "f.primary_key": 2, + "pk_val": 4, + "pk_set": 5, + "record_exists": 5, + "cls._base_manager": 1, + "manager.using": 3, + ".filter": 7, + ".exists": 1, + "f.pre_save": 1, + "rows": 3, + "._update": 1, + "meta.order_with_respect_to": 2, + "order_value": 2, + ".count": 1, + "self._order": 1, + "fields": 12, + "update_pk": 3, + "bool": 2, + "meta.has_auto_field": 1, + "result": 2, + "manager._insert": 1, + "return_id": 1, + "transaction.commit_unless_managed": 2, + "self._state.db": 2, + "self._state.adding": 4, + "signals.post_save.send": 1, + "created": 1, + "save_base.alters_data": 1, + "delete": 1, + "self._meta.object_name": 1, + "collector": 1, + "collector.collect": 1, + "collector.delete": 1, + "delete.alters_data": 1, + "_get_FIELD_display": 1, + "field.flatchoices": 1, + ".get": 2, + "strings_only": 1, + "_get_next_or_previous_by_FIELD": 1, + "self.pk": 6, + "op": 6, + "order": 5, + "param": 3, + "q": 4, + "|": 1, + "qs": 6, + "self.__class__._default_manager.using": 1, + "*kwargs": 1, + ".order_by": 2, + "self.DoesNotExist": 1, + "self.__class__._meta.object_name": 1, + "_get_next_or_previous_in_order": 1, + "cachename": 4, + "order_field": 1, + "self._meta.order_with_respect_to": 1, + "self._default_manager.filter": 1, + "order_field.name": 1, + "order_field.attname": 1, + "self._default_manager.values": 1, + "self._meta.pk.name": 1, + "prepare_database_save": 1, + "unused": 1, + "clean": 1, + "validate_unique": 1, + "exclude": 23, + "unique_checks": 6, + "date_checks": 6, + "self._get_unique_checks": 1, + "errors": 20, + "self._perform_unique_checks": 1, + "date_errors": 1, + "self._perform_date_checks": 1, + "date_errors.items": 1, + "errors.setdefault": 3, + ".extend": 2, + "_get_unique_checks": 1, + "unique_togethers": 2, + "self._meta.unique_together": 1, + "parent_class": 4, + "self._meta.parents.keys": 2, + "parent_class._meta.unique_together": 2, + "unique_togethers.append": 1, + "model_class": 11, + "unique_together": 2, + "check": 4, + "break": 2, + "unique_checks.append": 2, + "fields_with_class": 2, + "self._meta.local_fields": 1, + "fields_with_class.append": 1, + "parent_class._meta.local_fields": 1, + "f.unique": 1, + "f.unique_for_date": 3, + "date_checks.append": 3, + "f.unique_for_year": 3, + "f.unique_for_month": 3, + "_perform_unique_checks": 1, + "unique_check": 10, + "lookup_kwargs": 8, + "self._meta.get_field": 1, + "lookup_value": 3, + "str": 2, + "lookup_kwargs.keys": 1, + "model_class._default_manager.filter": 2, + "*lookup_kwargs": 2, + "model_class_pk": 3, + "model_class._meta": 2, + "qs.exclude": 2, + "qs.exists": 2, + ".append": 2, + "self.unique_error_message": 1, + "_perform_date_checks": 1, + "lookup_type": 7, + "unique_for": 9, + "date": 3, + "date.day": 1, + "date.month": 1, + "date.year": 1, + "self.date_error_message": 1, + "date_error_message": 1, + "opts.get_field": 4, + ".verbose_name": 3, + "unique_error_message": 1, + "model_name": 3, + "opts.verbose_name": 1, + "field_label": 2, + "field.verbose_name": 1, + "field.error_messages": 1, + "field_labels": 4, + "map": 1, + "full_clean": 1, + "self.clean_fields": 1, + "e": 13, + "e.update_error_dict": 3, + "self.clean": 1, + "errors.keys": 1, + "exclude.append": 1, + "self.validate_unique": 1, + "clean_fields": 1, + "raw_value": 3, + "f.blank": 1, + "validators.EMPTY_VALUES": 1, + "f.clean": 1, + "e.messages": 1, + "############################################": 2, + "ordered_obj": 2, + "id_list": 2, + "rel_val": 4, + "ordered_obj._meta.order_with_respect_to.rel.field_name": 2, + "order_name": 4, + "ordered_obj._meta.order_with_respect_to.name": 2, + "ordered_obj.objects.filter": 2, + ".update": 1, + "_order": 1, + "pk_name": 3, + "ordered_obj._meta.pk.name": 1, + ".values": 1, + "##############################################": 2, + "func": 2, + "settings.ABSOLUTE_URL_OVERRIDES.get": 1, + "opts.app_label": 1, + "opts.module_name": 1, + "########": 2, + "Empty": 1, + "cls.__new__": 1, + "model_unpickle.__safe_for_unpickle__": 1, ".globals": 1, "request": 1, "http_method_funcs": 2, - "frozenset": 2, "View": 2, - "object": 6, "A": 1, "which": 1, "methods": 5, @@ -56960,7 +59291,6 @@ "decorate": 2, "based": 1, "views": 1, - "value": 9, "as_view": 1, ".": 1, "However": 1, @@ -56977,58 +59307,123 @@ "used": 1, "instantiating": 1, "view.view_class": 1, - "cls": 32, "view.__name__": 1, - "name": 39, "view.__doc__": 1, - "cls.__doc__": 3, "view.__module__": 1, "cls.__module__": 1, "view.methods": 1, "cls.methods": 1, "MethodViewType": 2, - "type": 6, - "__new__": 2, - "bases": 6, "d": 5, "rv": 2, "type.__new__": 1, - "set": 3, "rv.methods": 2, - "or": 27, "methods.add": 1, "key.upper": 1, "sorted": 1, "MethodView": 1, - "__metaclass__": 3, "dispatch_request": 1, - "*args": 4, - "**kwargs": 9, "meth": 5, - "getattr": 30, "request.method.lower": 1, - "and": 35, "request.method": 2, - "assert": 7, - "args": 8, + "P3D": 1, + "lights": 1, + "camera": 1, + "mouseY": 1, + "eyeX": 1, + "eyeY": 1, + "eyeZ": 1, + "centerX": 1, + "centerY": 1, + "centerZ": 1, + "upX": 1, + "upY": 1, + "upZ": 1, + "box": 1, + "stroke": 1, + "line": 3, + "google.protobuf": 4, + "descriptor": 1, + "_descriptor": 1, + "message": 1, + "_message": 1, + "reflection": 1, + "_reflection": 1, + "descriptor_pb2": 1, + "DESCRIPTOR": 3, + "_descriptor.FileDescriptor": 1, + "package": 1, + "serialized_pb": 1, + "_PERSON": 3, + "_descriptor.Descriptor": 1, + "full_name": 2, + "file": 1, + "containing_type": 2, + "_descriptor.FieldDescriptor": 1, + "index": 1, + "number": 1, + "cpp_type": 1, + "label": 18, + "has_default_value": 1, + "default_value": 1, + "message_type": 1, + "enum_type": 1, + "is_extension": 1, + "extension_scope": 1, + "extensions": 1, + "nested_types": 1, + "enum_types": 1, + "is_extendable": 1, + "extension_ranges": 1, + "serialized_start": 1, + "serialized_end": 1, + "DESCRIPTOR.message_types_by_name": 1, + "Person": 1, + "_message.Message": 1, + "_reflection.GeneratedProtocolMessageType": 1, + "SHEBANG#!python": 4, + "print": 39, + "main": 4, + "usage": 3, + "string": 1, + "command": 4, + "sys.argv": 2, + "sys.exit": 1, + "printDelimiter": 4, + "get": 1, + "a": 2, + "list": 1, + "git": 1, + "directories": 1, + "specified": 1, + "gitDirectories": 2, + "getSubdirectories": 2, + "isGitDirectory": 2, + "gitDirectory": 2, + "os.chdir": 1, + "os.getcwd": 1, + "os.system": 1, + "directory": 9, + "filter": 3, + "os.path.abspath": 1, + "subdirectories": 3, + "os.walk": 1, + ".next": 1, + "os.path.isdir": 1, "argparse": 1, "matplotlib.pyplot": 1, "pl": 1, "numpy": 1, "np": 1, "scipy.optimize": 1, - "op": 6, "prettytable": 1, "PrettyTable": 6, "__docformat__": 1, "S": 4, - "e": 13, "phif": 7, "U": 10, - "main": 4, "_parse_args": 2, "V": 12, - "data": 22, "np.genfromtxt": 8, "delimiter": 8, "t": 8, @@ -57043,7 +59438,6 @@ "x.size": 2, "pl.plot": 9, "**6": 6, - "label": 18, ".format": 11, "pl.errorbar": 8, "yerr": 8, @@ -57053,7 +59447,6 @@ "pl.legend": 5, "loc": 5, "pl.title": 5, - "u": 9, "pl.xlabel": 5, "ur": 11, "pl.ylabel": 5, @@ -57107,7 +59500,6 @@ "header": 5, "glanz_table": 2, "row": 10, - "zip": 8, ".size": 4, "*T_err": 4, "glanz_phi.size": 1, @@ -57123,11 +59515,8 @@ "weiss_phi.size": 1, "weiss_table.add_row": 1, "T0**4": 1, - "prop": 5, "phi": 5, "c": 3, - "a": 2, - "b": 11, "a*x": 1, "d**": 2, "dy": 4, @@ -57138,7 +59527,6 @@ "pconv": 2, "*popt": 2, "pconv.diagonal": 3, - "fields": 12, "table": 2, "table.align": 1, "dy.size": 1, @@ -57181,7 +59569,6 @@ "description": 1, "#parser.add_argument": 3, "metavar": 1, - "str": 2, "nargs": 1, "help": 2, "dest": 1, @@ -57189,7 +59576,6 @@ "action": 1, "version": 6, "parser.parse_args": 1, - "__future__": 2, "absolute_import": 1, "division": 1, "with_statement": 1, @@ -57209,15 +59595,12 @@ "stack_context": 1, "tornado.util": 1, "bytes_type": 2, - "try": 17, "ssl": 2, "Python": 1, - "except": 17, "ImportError": 1, "HTTPServer": 1, "request_callback": 4, "no_keep_alive": 4, - "False": 28, "io_loop": 3, "xheaders": 4, "ssl_options": 3, @@ -57231,7 +59614,6 @@ "HTTPConnection": 2, "_BadRequestException": 5, "Exception": 2, - "pass": 4, "self.stream": 1, "self.address": 3, "self._request": 7, @@ -57257,7 +59639,6 @@ "self._request.headers.get": 2, "connection_header.lower": 1, "self._request.supports_http_1_1": 1, - "elif": 4, "self._request.headers": 1, "self._request.method": 2, "self.stream.close": 2, @@ -57292,16 +59673,13 @@ "arguments": 2, "arguments.iteritems": 2, "self._request.arguments.setdefault": 1, - ".extend": 2, "content_type.split": 1, - "field": 32, "sep": 2, "field.strip": 1, ".partition": 1, "httputil.parse_multipart_form_data": 1, "self._request.arguments": 1, "self._request.files": 1, - "break": 2, "logging.warning": 1, "body": 2, "protocol": 4, @@ -57318,7 +59696,6 @@ "self.headers.get": 5, "self._valid_ip": 1, "self.protocol": 7, - "isinstance": 11, "connection.stream": 1, "iostream.SSLIOStream": 1, "self.host": 2, @@ -57333,7 +59710,6 @@ "self.arguments": 2, "supports_http_1_1": 1, "cookies": 1, - "hasattr": 11, "self._cookies": 3, "Cookie.SimpleCookie": 1, "self._cookies.load": 1, @@ -57344,519 +59720,56 @@ "get_ssl_certificate": 1, "self.connection.stream.socket.getpeercert": 1, "ssl.SSLError": 1, - "__repr__": 2, - "attrs": 7, - "self.__class__.__name__": 3, "_valid_ip": 1, "ip": 2, "socket.getaddrinfo": 1, "socket.AF_UNSPEC": 1, "socket.SOCK_STREAM": 1, "socket.AI_NUMERICHOST": 1, - "bool": 2, "socket.gaierror": 1, "e.args": 1, - "socket.EAI_NONAME": 1, - "usage": 3, - "string": 1, - "command": 4, - "check": 4, - "sys.argv": 2, - "sys.exit": 1, - "printDelimiter": 4, - "get": 1, - "list": 1, - "git": 1, - "directories": 1, - "specified": 1, - "parent": 5, - "gitDirectories": 2, - "getSubdirectories": 2, - "isGitDirectory": 2, - "gitDirectory": 2, - "os.chdir": 1, - "os.getcwd": 1, - "os.system": 1, - "directory": 9, - "filter": 3, - "os.path.abspath": 1, - "subdirectories": 3, - "os.walk": 1, - ".next": 1, - "os.path.isdir": 1, - "google.protobuf": 4, - "descriptor": 1, - "_descriptor": 1, - "message": 1, - "_message": 1, - "reflection": 1, - "_reflection": 1, - "descriptor_pb2": 1, - "DESCRIPTOR": 3, - "_descriptor.FileDescriptor": 1, - "package": 1, - "serialized_pb": 1, - "_PERSON": 3, - "_descriptor.Descriptor": 1, - "full_name": 2, - "file": 1, - "containing_type": 2, - "_descriptor.FieldDescriptor": 1, - "index": 1, - "number": 1, - "cpp_type": 1, - "has_default_value": 1, - "default_value": 1, - "unicode": 8, - "message_type": 1, - "enum_type": 1, - "is_extension": 1, - "extension_scope": 1, - "extensions": 1, - "nested_types": 1, - "enum_types": 1, - "is_extendable": 1, - "extension_ranges": 1, - "serialized_start": 1, - "serialized_end": 1, - "DESCRIPTOR.message_types_by_name": 1, - "Person": 1, - "_message.Message": 1, - "_reflection.GeneratedProtocolMessageType": 1, - "P3D": 1, - "lights": 1, - "camera": 1, - "mouseY": 1, - "eyeX": 1, - "eyeY": 1, - "eyeZ": 1, - "centerX": 1, - "centerY": 1, - "centerZ": 1, - "upX": 1, - "upY": 1, - "upZ": 1, - "box": 1, - "stroke": 1, - "line": 3, - "unicode_literals": 1, - "copy": 1, - "functools": 1, - "update_wrapper": 2, - "future_builtins": 1, - "django.db.models.manager": 1, - "Imported": 1, - "register": 1, - "signal": 1, - "handler.": 1, - "django.conf": 1, - "django.core.exceptions": 1, - "ObjectDoesNotExist": 2, - "MultipleObjectsReturned": 2, - "FieldError": 4, - "ValidationError": 8, - "NON_FIELD_ERRORS": 3, - "django.core": 1, - "validators": 1, - "django.db.models.fields": 1, - "AutoField": 2, - "FieldDoesNotExist": 2, - "django.db.models.fields.related": 1, - "ManyToOneRel": 3, - "OneToOneField": 3, - "add_lazy_relation": 2, - "django.db": 1, - "router": 1, - "transaction": 1, - "DatabaseError": 3, - "DEFAULT_DB_ALIAS": 2, - "django.db.models.query": 1, - "Q": 3, - "django.db.models.query_utils": 2, - "DeferredAttribute": 3, - "django.db.models.deletion": 1, - "Collector": 2, - "django.db.models.options": 1, - "Options": 2, - "django.db.models": 1, - "signals": 1, - "django.db.models.loading": 1, - "register_models": 2, - "get_model": 3, - "django.utils.translation": 1, - "ugettext_lazy": 1, - "django.utils.functional": 1, - "curry": 6, - "django.utils.encoding": 1, - "smart_str": 3, - "force_unicode": 3, - "django.utils.text": 1, - "get_text_list": 2, - "capfirst": 6, - "ModelBase": 4, - "super_new": 3, - ".__new__": 1, - "parents": 8, - "module": 6, - "attrs.pop": 2, - "new_class": 9, - "attr_meta": 5, - "abstract": 3, - "meta": 12, - "base_meta": 2, - "model_module": 1, - "sys.modules": 1, - "new_class.__module__": 1, - "kwargs": 9, - "model_module.__name__.split": 1, - "new_class.add_to_class": 7, - "subclass_exception": 3, - "tuple": 3, - "x.DoesNotExist": 1, - "x._meta.abstract": 2, - "x.MultipleObjectsReturned": 1, - "base_meta.abstract": 1, - "new_class._meta.ordering": 1, - "base_meta.ordering": 1, - "new_class._meta.get_latest_by": 1, - "base_meta.get_latest_by": 1, - "is_proxy": 5, - "new_class._meta.proxy": 1, - "new_class._default_manager": 2, - "new_class._base_manager": 2, - "new_class._default_manager._copy_to_model": 1, - "new_class._base_manager._copy_to_model": 1, - "m": 3, - "new_class._meta.app_label": 3, - "seed_cache": 2, - "only_installed": 2, - "obj_name": 2, - "obj": 4, - "attrs.items": 1, - "new_fields": 2, - "new_class._meta.local_fields": 3, - "new_class._meta.local_many_to_many": 2, - "new_class._meta.virtual_fields": 1, - "field_names": 5, - "f.name": 5, - "f": 19, - "base": 13, - "parent._meta.abstract": 1, - "parent._meta.fields": 1, - "TypeError": 4, - "continue": 10, - "new_class._meta.setup_proxy": 1, - "new_class._meta.concrete_model": 2, - "base._meta.concrete_model": 2, - "o2o_map": 3, - "f.rel.to": 1, - "original_base": 1, - "parent_fields": 3, - "base._meta.local_fields": 1, - "base._meta.local_many_to_many": 1, - "field.name": 14, - "base.__name__": 2, - "base._meta.abstract": 2, - "attr_name": 3, - "base._meta.module_name": 1, - "auto_created": 1, - "parent_link": 1, - "new_class._meta.parents": 1, - "copy.deepcopy": 2, - "new_class._meta.parents.update": 1, - "base._meta.parents": 1, - "new_class.copy_managers": 2, - "base._meta.abstract_managers": 1, - "original_base._meta.concrete_managers": 1, - "base._meta.virtual_fields": 1, - "attr_meta.abstract": 1, - "new_class.Meta": 1, - "new_class._prepare": 1, - "copy_managers": 1, - "base_managers": 2, - "base_managers.sort": 1, - "mgr_name": 3, - "manager": 3, - "val": 14, - "new_manager": 2, - "manager._copy_to_model": 1, - "cls.add_to_class": 1, - "add_to_class": 1, - "value.contribute_to_class": 1, - "_prepare": 1, - "opts": 5, - "cls._meta": 3, - "opts._prepare": 1, - "opts.order_with_respect_to": 2, - "cls.get_next_in_order": 1, - "cls._get_next_or_previous_in_order": 2, - "is_next": 9, - "cls.get_previous_in_order": 1, - "make_foreign_order_accessors": 2, - "model": 8, - "field.rel.to": 2, - "cls.__name__.lower": 2, - "method_get_order": 2, - "method_set_order": 2, - "opts.order_with_respect_to.rel.to": 1, - "cls.__name__": 1, - "f.attname": 5, - "opts.fields": 1, - "cls.get_absolute_url": 3, - "get_absolute_url": 2, - "signals.class_prepared.send": 1, - "sender": 5, - "ModelState": 2, - "db": 2, - "self.db": 1, - "self.adding": 1, - "Model": 2, - "_deferred": 1, - "signals.pre_init.send": 1, - "self.__class__": 10, - "self._state": 1, - "args_len": 2, - "self._meta.fields": 5, - "IndexError": 2, - "fields_iter": 4, - "iter": 1, - "field.attname": 17, - "kwargs.pop": 6, - "field.rel": 2, - "is_related_object": 3, - "self.__class__.__dict__.get": 2, - "rel_obj": 3, - "KeyError": 3, - "field.get_default": 3, - "field.null": 1, - "kwargs.keys": 2, - "property": 2, - "AttributeError": 1, - "signals.post_init.send": 1, - "instance": 5, - "UnicodeEncodeError": 1, - "UnicodeDecodeError": 1, - "__str__": 1, - ".encode": 1, - "__eq__": 1, - "other": 4, - "self._get_pk_val": 6, - "other._get_pk_val": 1, - "__ne__": 1, - "self.__eq__": 1, - "__hash__": 1, - "hash": 1, - "__reduce__": 1, - "self.__dict__": 1, - "defers": 2, - "self._deferred": 1, - "deferred_class_factory": 2, - "factory": 5, - "defers.append": 1, - "self._meta.proxy_for_model": 1, - "simple_class_factory": 2, - "model_unpickle": 2, - "_get_pk_val": 2, - "self._meta": 2, - "meta.pk.attname": 2, - "_set_pk_val": 2, - "self._meta.pk.attname": 2, - "pk": 5, - "serializable_value": 1, - "field_name": 8, - "self._meta.get_field_by_name": 1, - "force_insert": 7, - "force_update": 10, - "using": 30, - "update_fields": 23, - "field.primary_key": 1, - "non_model_fields": 2, - "update_fields.difference": 1, - "self.save_base": 2, - "save.alters_data": 1, - "save_base": 1, - "raw": 9, - "origin": 7, - "router.db_for_write": 2, - "meta.proxy": 5, - "meta.auto_created": 2, - "signals.pre_save.send": 1, - "org": 3, - "meta.parents.items": 1, - "parent._meta.pk.attname": 2, - "parent._meta": 1, - "non_pks": 5, - "meta.local_fields": 2, - "f.primary_key": 2, - "pk_val": 4, - "pk_set": 5, - "record_exists": 5, - "cls._base_manager": 1, - "manager.using": 3, - ".filter": 7, - ".exists": 1, - "f.pre_save": 1, - "rows": 3, - "._update": 1, - "meta.order_with_respect_to": 2, - "order_value": 2, - ".count": 1, - "self._order": 1, - "update_pk": 3, - "meta.has_auto_field": 1, - "result": 2, - "manager._insert": 1, - "return_id": 1, - "transaction.commit_unless_managed": 2, - "self._state.db": 2, - "self._state.adding": 4, - "signals.post_save.send": 1, - "created": 1, - "save_base.alters_data": 1, - "delete": 1, - "self._meta.object_name": 1, - "collector": 1, - "collector.collect": 1, - "collector.delete": 1, - "delete.alters_data": 1, - "_get_FIELD_display": 1, - "field.flatchoices": 1, - ".get": 2, - "strings_only": 1, - "_get_next_or_previous_by_FIELD": 1, - "self.pk": 6, - "order": 5, - "param": 3, - "q": 4, - "|": 1, - "qs": 6, - "self.__class__._default_manager.using": 1, - "*kwargs": 1, - ".order_by": 2, - "self.DoesNotExist": 1, - "self.__class__._meta.object_name": 1, - "_get_next_or_previous_in_order": 1, - "cachename": 4, - "order_field": 1, - "self._meta.order_with_respect_to": 1, - "self._default_manager.filter": 1, - "order_field.name": 1, - "order_field.attname": 1, - "self._default_manager.values": 1, - "self._meta.pk.name": 1, - "prepare_database_save": 1, - "unused": 1, - "clean": 1, - "validate_unique": 1, - "exclude": 23, - "unique_checks": 6, - "date_checks": 6, - "self._get_unique_checks": 1, - "errors": 20, - "self._perform_unique_checks": 1, - "date_errors": 1, - "self._perform_date_checks": 1, - "date_errors.items": 1, - "errors.setdefault": 3, - "_get_unique_checks": 1, - "unique_togethers": 2, - "self._meta.unique_together": 1, - "parent_class": 4, - "self._meta.parents.keys": 2, - "parent_class._meta.unique_together": 2, - "unique_togethers.append": 1, - "model_class": 11, - "unique_together": 2, - "unique_checks.append": 2, - "fields_with_class": 2, - "self._meta.local_fields": 1, - "fields_with_class.append": 1, - "parent_class._meta.local_fields": 1, - "f.unique": 1, - "f.unique_for_date": 3, - "date_checks.append": 3, - "f.unique_for_year": 3, - "f.unique_for_month": 3, - "_perform_unique_checks": 1, - "unique_check": 10, - "lookup_kwargs": 8, - "self._meta.get_field": 1, - "lookup_value": 3, - "lookup_kwargs.keys": 1, - "model_class._default_manager.filter": 2, - "*lookup_kwargs": 2, - "model_class_pk": 3, - "model_class._meta": 2, - "qs.exclude": 2, - "qs.exists": 2, - ".append": 2, - "self.unique_error_message": 1, - "_perform_date_checks": 1, - "lookup_type": 7, - "unique_for": 9, - "date": 3, - "date.day": 1, - "date.month": 1, - "date.year": 1, - "self.date_error_message": 1, - "date_error_message": 1, - "opts.get_field": 4, - ".verbose_name": 3, - "unique_error_message": 1, - "model_name": 3, - "opts.verbose_name": 1, - "field_label": 2, - "field.verbose_name": 1, - "field.error_messages": 1, - "field_labels": 4, - "map": 1, - "full_clean": 1, - "self.clean_fields": 1, - "e.update_error_dict": 3, - "self.clean": 1, - "errors.keys": 1, - "exclude.append": 1, - "self.validate_unique": 1, - "clean_fields": 1, - "raw_value": 3, - "f.blank": 1, - "validators.EMPTY_VALUES": 1, - "f.clean": 1, - "e.messages": 1, - "############################################": 2, - "ordered_obj": 2, - "id_list": 2, - "rel_val": 4, - "ordered_obj._meta.order_with_respect_to.rel.field_name": 2, - "order_name": 4, - "ordered_obj._meta.order_with_respect_to.name": 2, - "ordered_obj.objects.filter": 2, - ".update": 1, - "_order": 1, - "pk_name": 3, - "ordered_obj._meta.pk.name": 1, - ".values": 1, - "##############################################": 2, - "func": 2, - "settings.ABSOLUTE_URL_OVERRIDES.get": 1, - "opts.app_label": 1, - "opts.module_name": 1, - "########": 2, - "Empty": 1, - "cls.__new__": 1, - "model_unpickle.__safe_for_unpickle__": 1 + "socket.EAI_NONAME": 1 }, "QMake": { - "SHEBANG#!qmake": 1, - "message": 1, + "QT": 4, + "+": 13, + "core": 2, + "gui": 2, + "greaterThan": 1, "(": 8, - "This": 1, - "is": 1, - "QMake.": 1, + "QT_MAJOR_VERSION": 1, ")": 8, + "widgets": 1, + "contains": 2, + "QT_CONFIG": 2, + "opengl": 2, + "|": 1, + "opengles2": 1, + "{": 6, + "}": 6, + "else": 2, + "DEFINES": 1, + "QT_NO_OPENGL": 1, + "TEMPLATE": 2, + "app": 2, + "win32": 2, + "TARGET": 3, + "BlahApp": 1, + "RC_FILE": 1, + "Resources/winres.rc": 1, + "blahapp": 1, + "include": 1, + "functions.pri": 1, + "SOURCES": 2, + "file.cpp": 2, + "HEADERS": 2, + "file.h": 2, + "FORMS": 2, + "file.ui": 1, + "RESOURCES": 1, + "res.qrc": 1, "exists": 1, ".git/HEAD": 1, - "{": 6, "system": 2, "git": 1, "rev": 1, @@ -57864,51 +59777,22 @@ "parse": 1, "HEAD": 1, "rev.txt": 2, - "}": 6, - "else": 2, "echo": 1, "ThisIsNotAGitRepo": 1, + "SHEBANG#!qmake": 1, + "message": 1, + "This": 1, + "is": 1, + "QMake.": 1, "CONFIG": 1, - "+": 13, "qt": 1, - "QT": 4, - "core": 2, - "gui": 2, - "TEMPLATE": 2, - "app": 2, - "TARGET": 3, "simpleapp": 1, - "SOURCES": 2, - "file.cpp": 2, "file2.c": 1, "This/Is/Folder/file3.cpp": 1, - "HEADERS": 2, - "file.h": 2, "file2.h": 1, "This/Is/Folder/file3.h": 1, - "FORMS": 2, "This/Is/Folder/file3.ui": 1, - "Test.ui": 1, - "greaterThan": 1, - "QT_MAJOR_VERSION": 1, - "widgets": 1, - "contains": 2, - "QT_CONFIG": 2, - "opengl": 2, - "|": 1, - "opengles2": 1, - "DEFINES": 1, - "QT_NO_OPENGL": 1, - "win32": 2, - "BlahApp": 1, - "RC_FILE": 1, - "Resources/winres.rc": 1, - "blahapp": 1, - "include": 1, - "functions.pri": 1, - "file.ui": 1, - "RESOURCES": 1, - "res.qrc": 1 + "Test.ui": 1 }, "R": { "df.residual.mira": 1, @@ -57959,30 +59843,75 @@ "length": 3, "k": 3, "max": 1, - "##polyg": 1, - "vector": 2, - "##numpoints": 1, - "number": 1, - "##output": 1, - "output": 1, - "##": 1, - "Example": 1, - "scripts": 1, - "group": 1, - "pts": 1, - "spsample": 1, - "polyg": 1, - "numpoints": 1, - "type": 3, "SHEBANG#!Rscript": 2, - "ParseDates": 2, - "lines": 6, - "dates": 3, + "#": 45, + "MedianNorm": 2, + "data": 13, + "geomeans": 3, + "<->": 1, + "exp": 1, + "rowMeans": 1, + "log": 5, + "apply": 2, + "2": 1, + "cnts": 2, + "median": 1, + "library": 1, + "print_usage": 2, + "file": 4, + "stderr": 1, + "cat": 1, + "spec": 2, "matrix": 3, + "byrow": 3, + "ncol": 3, + "opt": 23, + "getopt": 1, + "help": 1, + "stdout": 1, + "status": 1, + "height": 7, + "out": 4, + "res": 6, + "width": 7, + "ylim": 7, + "read.table": 1, + "header": 1, + "sep": 4, + "quote": 1, + "nsamp": 8, + "dim": 1, + "outfile": 4, + "sprintf": 2, + "png": 2, + "h": 13, + "hist": 4, + "plot": 7, + "FALSE": 9, + "mids": 4, + "density": 4, + "type": 3, + "col": 4, + "rainbow": 4, + "main": 2, + "xlab": 2, + "ylab": 2, + "for": 4, + "i": 6, + "in": 8, + "lines": 6, + "devnum": 2, + "dev.off": 2, + "size.factors": 2, + "data.matrix": 1, + "data.norm": 3, + "t": 1, + "x": 3, + "/": 1, + "ParseDates": 2, + "dates": 3, "unlist": 2, "strsplit": 3, - "ncol": 3, - "byrow": 3, "days": 2, "times": 2, "hours": 2, @@ -58003,7 +59932,6 @@ "ggplot": 1, "aes": 2, "y": 1, - "x": 3, "geom_point": 1, "size": 1, "Freq": 1, @@ -58011,81 +59939,10 @@ "range": 1, "ggsave": 1, "filename": 1, - "plot": 7, - "width": 7, - "height": 7, - "docType": 1, - "package": 5, - "name": 10, - "scholar": 6, - "alias": 2, - "title": 1, - "source": 3, - "The": 5, - "reads": 1, - "data": 13, - "from": 5, - "url": 2, - "http": 2, - "//scholar.google.com": 1, - ".": 7, - "Dates": 1, - "and": 5, - "citation": 2, - "counts": 1, - "are": 4, - "estimated": 1, - "determined": 1, - "automatically": 1, - "by": 2, - "a": 6, - "computer": 1, - "program.": 1, - "Use": 1, - "at": 2, - "your": 1, - "own": 1, - "risk.": 1, - "description": 1, - "code": 21, - "provides": 1, - "functions": 3, - "to": 9, - "extract": 1, - "Google": 2, - "Scholar.": 1, - "There": 1, - "also": 1, - "convenience": 1, - "for": 4, - "comparing": 1, - "multiple": 1, - "scholars": 1, - "predicting": 1, - "h": 13, - "index": 1, - "scores": 1, - "based": 1, - "on": 2, - "past": 1, - "publication": 1, - "records.": 1, - "note": 1, - "A": 1, - "complementary": 1, - "set": 2, - "of": 2, - "Scholar": 1, - "can": 3, - "be": 8, - "found": 1, - "//biostat.jhsph.edu/": 1, - "jleek/code/googleCite.r": 1, - "was": 1, - "developed": 1, - "independently.": 1, - "#": 45, + "hello": 2, + "print": 1, "module": 25, + "code": 21, "available": 1, "via": 1, "the": 16, @@ -58105,17 +59962,19 @@ "even": 1, "attach": 11, "is": 7, - "FALSE": 9, "optionally": 1, "attached": 2, + "to": 9, + "of": 2, "current": 2, "scope": 1, "defaults": 1, + ".": 7, "However": 1, - "in": 8, "interactive": 2, "invoked": 1, "directly": 1, + "from": 5, "terminal": 1, "only": 1, "i.e.": 1, @@ -58123,8 +59982,12 @@ "within": 1, "modules": 4, "import.attach": 1, + "can": 3, + "be": 8, + "set": 2, "or": 1, "depending": 1, + "on": 2, "user": 1, "s": 2, "preference.": 1, @@ -58132,6 +59995,7 @@ "causes": 1, "emph": 3, "operators": 3, + "by": 2, "default": 1, "path.": 1, "Not": 1, @@ -58140,18 +60004,20 @@ "therefore": 1, "drastically": 1, "limits": 1, + "a": 6, "usefulness.": 1, "Modules": 1, + "are": 4, "searched": 1, "options": 1, "priority.": 1, + "The": 5, "directory": 1, "always": 1, "considered": 1, "first.": 1, "That": 1, "local": 3, - "file": 4, "./a.r": 1, "will": 2, "loaded.": 1, @@ -58208,6 +60074,7 @@ "exhibit_namespace": 3, "identical": 2, ".GlobalEnv": 2, + "name": 10, "environmentName": 2, "parent.env": 4, "export_operators": 2, @@ -58220,7 +60087,7 @@ "parent": 9, ".BaseNamespaceEnv": 1, "paste": 3, - "sep": 4, + "source": 3, "chdir": 1, "envir": 5, "cache_module": 1, @@ -58244,6 +60111,7 @@ "references": 1, "remain": 1, "unchanged": 1, + "and": 5, "files": 1, "would": 1, "have": 1, @@ -58279,55 +60147,71 @@ ".loaded_modules": 1, "whatnot.": 1, "assign": 1, - "hello": 2, - "print": 1, - "MedianNorm": 2, - "geomeans": 3, - "<->": 1, - "exp": 1, - "rowMeans": 1, - "log": 5, - "apply": 2, - "2": 1, - "cnts": 2, - "median": 1, - "library": 1, - "print_usage": 2, - "stderr": 1, - "cat": 1, - "spec": 2, - "opt": 23, - "getopt": 1, - "help": 1, - "stdout": 1, - "status": 1, - "out": 4, - "res": 6, - "ylim": 7, - "read.table": 1, - "header": 1, - "quote": 1, - "nsamp": 8, - "dim": 1, - "outfile": 4, - "sprintf": 2, - "png": 2, - "hist": 4, - "mids": 4, - "density": 4, - "col": 4, - "rainbow": 4, - "main": 2, - "xlab": 2, - "ylab": 2, - "i": 6, - "devnum": 2, - "dev.off": 2, - "size.factors": 2, - "data.matrix": 1, - "data.norm": 3, - "t": 1, - "/": 1 + "##polyg": 1, + "vector": 2, + "##numpoints": 1, + "number": 1, + "##output": 1, + "output": 1, + "##": 1, + "Example": 1, + "scripts": 1, + "group": 1, + "pts": 1, + "spsample": 1, + "polyg": 1, + "numpoints": 1, + "docType": 1, + "package": 5, + "scholar": 6, + "alias": 2, + "title": 1, + "reads": 1, + "url": 2, + "http": 2, + "//scholar.google.com": 1, + "Dates": 1, + "citation": 2, + "counts": 1, + "estimated": 1, + "determined": 1, + "automatically": 1, + "computer": 1, + "program.": 1, + "Use": 1, + "at": 2, + "your": 1, + "own": 1, + "risk.": 1, + "description": 1, + "provides": 1, + "functions": 3, + "extract": 1, + "Google": 2, + "Scholar.": 1, + "There": 1, + "also": 1, + "convenience": 1, + "comparing": 1, + "multiple": 1, + "scholars": 1, + "predicting": 1, + "index": 1, + "scores": 1, + "based": 1, + "past": 1, + "publication": 1, + "records.": 1, + "note": 1, + "A": 1, + "complementary": 1, + "Scholar": 1, + "found": 1, + "//biostat.jhsph.edu/": 1, + "jleek/code/googleCite.r": 1, + "was": 1, + "developed": 1, + "independently.": 1 }, "RDoc": { "RDoc": 7, @@ -58633,72 +60517,21 @@ "%": 34, "{": 19, "machine": 3, - "simple_tokenizer": 1, + "ephemeris_parser": 1, ";": 38, "action": 9, - "MyTs": 2, - "my_ts": 6, + "mark": 6, "p": 8, "}": 19, - "MyTe": 2, - "my_te": 6, - "Emit": 4, - "emit": 4, + "parse_start_time": 2, + "parser.start_time": 1, "data": 15, "[": 20, - "my_ts...my_te": 1, + "mark..p": 4, "]": 20, ".pack": 6, "(": 33, ")": 33, - "nil": 4, - "foo": 8, - "any": 4, - "+": 7, - "main": 3, - "|": 11, - "*": 9, - "end": 23, - "#": 4, - "class": 3, - "SimpleTokenizer": 1, - "attr_reader": 2, - "path": 8, - "def": 10, - "initialize": 2, - "@path": 2, - "write": 9, - "stdout.puts": 2, - "perform": 2, - "pe": 4, - "ignored": 4, - "eof": 3, - "init": 3, - "leftover": 8, - "File.open": 2, - "do": 2, - "f": 2, - "while": 2, - "chunk": 2, - "f.read": 2, - "ENV": 2, - ".to_i": 2, - "chunk.unpack": 2, - "data.length": 3, - "exec": 3, - "if": 4, - "my_ts..": 1, - "-": 5, - "else": 2, - "s": 4, - "SimpleTokenizer.new": 1, - "ARGV": 2, - "s.perform": 2, - "ephemeris_parser": 1, - "mark": 6, - "parse_start_time": 2, - "parser.start_time": 1, - "mark..p": 4, "parse_stop_time": 2, "parser.stop_time": 1, "parse_step_size": 2, @@ -58711,6 +60544,7 @@ "r": 1, "n": 1, "adbc": 2, + "|": 11, "year": 2, "digit": 7, "month": 2, @@ -58723,53 +60557,98 @@ "tz": 2, "datetime": 3, "time_unit": 2, + "s": 4, "soe": 2, "eoe": 2, "ephemeris_table": 3, "alnum": 1, + "*": 9, + "-": 5, "./": 1, "start_time": 4, "space*": 2, "stop_time": 4, "step_size": 3, + "+": 7, "ephemeris": 2, + "main": 3, "any*": 3, + "end": 23, "require": 1, "module": 1, "Tengai": 1, "EPHEMERIS_DATA": 2, "Struct.new": 1, ".freeze": 1, + "class": 3, "EphemerisParser": 1, "<": 1, + "def": 10, "self.parse": 1, "parser": 2, "new": 1, "data.unpack": 1, + "if": 4, "data.is_a": 1, "String": 1, + "eof": 3, + "data.length": 3, + "write": 9, + "init": 3, + "exec": 3, "time": 6, "super": 2, "parse_time": 3, "private": 1, "DateTime.parse": 1, "simple_scanner": 1, + "Emit": 4, + "emit": 4, "ts": 4, "..": 1, "te": 1, + "foo": 8, + "any": 4, + "#": 4, "SimpleScanner": 1, + "attr_reader": 2, + "path": 8, + "initialize": 2, + "@path": 2, + "stdout.puts": 2, + "perform": 2, + "pe": 4, + "ignored": 4, + "leftover": 8, + "File.open": 2, + "do": 2, + "f": 2, + "while": 2, + "chunk": 2, + "f.read": 2, + "ENV": 2, + ".to_i": 2, + "chunk.unpack": 2, "||": 1, "ts..pe": 1, - "SimpleScanner.new": 1 + "else": 2, + "SimpleScanner.new": 1, + "ARGV": 2, + "s.perform": 2, + "simple_tokenizer": 1, + "MyTs": 2, + "my_ts": 6, + "MyTe": 2, + "my_te": 6, + "my_ts...my_te": 1, + "nil": 4, + "SimpleTokenizer": 1, + "my_ts..": 1, + "SimpleTokenizer.new": 1 }, "Rebol": { - "Rebol": 4, - "[": 54, - "]": 61, - "hello": 8, - "func": 5, - "print": 4, "REBOL": 5, + "[": 54, "System": 1, "Title": 2, "Rights": 1, @@ -58807,6 +60686,7 @@ "block": 5, "BIND_SET": 1, "SHALLOW": 1, + "]": 61, ";": 19, "Special": 1, "as": 1, @@ -58849,7 +60729,9 @@ "it": 2, "correct": 2, "action": 2, + "Rebol": 4, "re": 20, + "func": 5, "s": 5, "/i": 1, "rejoin": 1, @@ -58911,24 +60793,137 @@ "off": 1, "none": 1, "#": 1, + "hello": 8, + "print": 4, "author": 1 }, "Red": { - "Red/System": 1, + "Red": 3, "[": 111, "Title": 2, + "Author": 1, + "]": 114, + "File": 1, + "%": 2, + "console.red": 1, + "Tabs": 1, + "Rights": 1, + "License": 2, + "{": 11, + "Distributed": 1, + "under": 1, + "the": 3, + "Boost": 1, + "Software": 1, + "Version": 1, + "See": 1, + "https": 1, + "//github.com/dockimbel/Red/blob/master/BSL": 1, + "-": 74, + "License.txt": 1, + "}": 11, "Purpose": 2, "Language": 2, "http": 2, "//www.red": 2, - "-": 74, "lang.org/": 2, - "]": 114, + "#system": 1, + "global": 1, + "#either": 3, + "OS": 3, + "MacOSX": 2, + "History": 1, + "library": 1, + "cdecl": 3, + "add": 2, + "history": 2, + ";": 31, + "Add": 1, + "line": 9, + "to": 2, + "history.": 1, + "c": 7, + "string": 10, + "rl": 4, + "insert": 3, + "wrapper": 2, + "func": 1, + "count": 3, + "integer": 16, + "key": 3, + "return": 10, + "Windows": 2, + "system/platform": 1, + "ret": 5, + "AttachConsole": 1, + "if": 2, + "zero": 3, + "print": 5, + "halt": 2, + "SetConsoleTitle": 1, + "as": 4, + "string/rs": 1, + "head": 1, + "str": 4, + "bind": 1, + "tab": 3, + "input": 2, + "routine": 1, + "prompt": 3, + "/local": 1, + "len": 1, + "buffer": 4, + "string/load": 1, + "+": 1, + "length": 1, + "free": 1, + "byte": 3, + "ptr": 14, + "SET_RETURN": 1, + "(": 6, + ")": 4, + "delimiters": 1, + "function": 6, + "block": 3, + "list": 1, + "copy": 2, + "none": 1, + "foreach": 1, + "case": 2, + "escaped": 2, + "no": 2, + "in": 2, + "comment": 2, + "switch": 3, + "#": 8, + "mono": 3, + "mode": 3, + "cnt/1": 1, + "red": 1, + "eval": 1, + "code": 3, + "load/all": 1, + "unless": 1, + "tail": 1, + "set/any": 1, + "not": 1, + "script/2": 1, + "do": 2, + "skip": 1, + "script": 1, + "quit": 2, + "init": 1, + "console": 2, + "Console": 1, + "alpha": 1, + "version": 3, + "only": 1, + "ASCII": 1, + "supported": 1, + "Red/System": 1, "#include": 1, - "%": 2, "../common/FPU": 1, "configuration.reds": 1, - ";": 31, "C": 1, "types": 1, "#define": 2, @@ -58939,9 +60934,6 @@ "alias": 2, "struct": 5, "second": 1, - "integer": 16, - "(": 6, - ")": 4, "minute": 1, "hour": 1, "day": 1, @@ -58956,32 +60948,22 @@ "saving": 1, "Negative": 1, "unknown": 1, - "#either": 3, - "OS": 3, "#import": 1, "LIBC": 1, "file": 1, - "cdecl": 3, "Error": 1, "handling": 1, "form": 1, "error": 5, "Return": 1, "description.": 1, - "code": 3, - "return": 10, - "c": 7, - "string": 10, - "print": 5, "Print": 1, - "to": 2, "standard": 1, "output.": 1, "Memory": 1, "management": 1, "make": 1, "Allocate": 1, - "zero": 3, "filled": 1, "memory.": 1, "chunks": 1, @@ -58994,11 +60976,9 @@ "JVM": 6, "reserved0": 1, "int": 6, - "ptr": 14, "reserved1": 1, "reserved2": 1, "DestroyJavaVM": 1, - "function": 6, "JNICALL": 5, "vm": 5, "jint": 5, @@ -59006,10 +60986,8 @@ "penv": 3, "p": 3, "args": 2, - "byte": 3, "DetachCurrentThread": 1, "GetEnv": 1, - "version": 3, "AttachCurrentThreadAsDaemon": 1, "just": 2, "some": 2, @@ -59018,14 +60996,9 @@ "testing": 1, "#some": 1, "hash": 1, - "quit": 2, - "#": 8, - "{": 11, "FF0000": 3, - "}": 11, "FF000000": 2, "with": 4, - "tab": 3, "instead": 1, "of": 1, "space": 2, @@ -59041,7 +61014,6 @@ "which": 1, "interpreter": 1, "path": 1, - "copy": 2, "h": 1, "#if": 1, "type": 1, @@ -59056,7 +61028,6 @@ "@@": 1, "reposition": 1, "after": 1, - "the": 3, "catch": 1, "flag": 1, "CATCH_ALL": 1, @@ -59067,94 +61038,7 @@ "stack": 1, "aligned": 1, "on": 1, - "bit": 1, - "Red": 3, - "Author": 1, - "File": 1, - "console.red": 1, - "Tabs": 1, - "Rights": 1, - "License": 2, - "Distributed": 1, - "under": 1, - "Boost": 1, - "Software": 1, - "Version": 1, - "See": 1, - "https": 1, - "//github.com/dockimbel/Red/blob/master/BSL": 1, - "License.txt": 1, - "#system": 1, - "global": 1, - "MacOSX": 2, - "History": 1, - "library": 1, - "add": 2, - "history": 2, - "Add": 1, - "line": 9, - "history.": 1, - "rl": 4, - "insert": 3, - "wrapper": 2, - "func": 1, - "count": 3, - "key": 3, - "Windows": 2, - "system/platform": 1, - "ret": 5, - "AttachConsole": 1, - "if": 2, - "halt": 2, - "SetConsoleTitle": 1, - "as": 4, - "string/rs": 1, - "head": 1, - "str": 4, - "bind": 1, - "input": 2, - "routine": 1, - "prompt": 3, - "/local": 1, - "len": 1, - "buffer": 4, - "string/load": 1, - "+": 1, - "length": 1, - "free": 1, - "SET_RETURN": 1, - "delimiters": 1, - "block": 3, - "list": 1, - "none": 1, - "foreach": 1, - "case": 2, - "escaped": 2, - "no": 2, - "in": 2, - "comment": 2, - "switch": 3, - "mono": 3, - "mode": 3, - "cnt/1": 1, - "red": 1, - "eval": 1, - "load/all": 1, - "unless": 1, - "tail": 1, - "set/any": 1, - "not": 1, - "script/2": 1, - "do": 2, - "skip": 1, - "script": 1, - "init": 1, - "console": 2, - "Console": 1, - "alpha": 1, - "only": 1, - "ASCII": 1, - "supported": 1 + "bit": 1 }, "RobotFramework": { "***": 16, @@ -59264,6 +61148,55 @@ "#": 2, "Using": 1, "BuiltIn": 1, + "case": 1, + "gherkin": 1, + "syntax.": 1, + "This": 3, + "similar": 1, + "examples.": 1, + "difference": 1, + "higher": 1, + "abstraction": 1, + "level": 1, + "and": 2, + "their": 1, + "arguments": 1, + "are": 1, + "embedded": 1, + "into": 1, + "names.": 1, + "kind": 2, + "_gherkin_": 2, + "syntax": 1, + "been": 3, + "made": 1, + "popular": 1, + "http": 1, + "//cukes.info": 1, + "|": 1, + "Cucumber": 1, + "It": 1, + "especially": 1, + "act": 1, + "as": 1, + "examples": 1, + "easily": 1, + "understood": 1, + "also": 2, + "business": 2, + "people.": 1, + "Given": 1, + "calculator": 1, + "cleared": 2, + "When": 1, + "user": 2, + "types": 2, + "pushes": 2, + "equals": 2, + "Then": 1, + "result": 2, + "Calculator": 1, + "User": 2, "All": 1, "contain": 1, "constructed": 1, @@ -59280,15 +61213,10 @@ "without": 1, "programming": 1, "skills.": 1, - "This": 3, - "kind": 2, "normal": 1, "automation.": 1, "If": 1, - "also": 2, - "business": 2, "understand": 1, - "_gherkin_": 2, "may": 1, "work": 1, "better.": 1, @@ -59297,249 +61225,54 @@ "Longer": 1, "Clear": 1, "built": 1, - "variable": 1, - "case": 1, - "gherkin": 1, - "syntax.": 1, - "similar": 1, - "examples.": 1, - "difference": 1, - "higher": 1, - "abstraction": 1, - "level": 1, - "and": 2, - "their": 1, - "arguments": 1, - "are": 1, - "embedded": 1, - "into": 1, - "names.": 1, - "syntax": 1, - "been": 3, - "made": 1, - "popular": 1, - "http": 1, - "//cukes.info": 1, - "|": 1, - "Cucumber": 1, - "It": 1, - "especially": 1, - "act": 1, - "as": 1, - "examples": 1, - "easily": 1, - "understood": 1, - "people.": 1, - "Given": 1, - "calculator": 1, - "cleared": 2, - "When": 1, - "user": 2, - "types": 2, - "pushes": 2, - "equals": 2, - "Then": 1, - "result": 2, - "Calculator": 1, - "User": 2 + "variable": 1 }, "Ruby": { - "module": 8, - "Foo": 1, + "Pry.config.commands.import": 1, + "Pry": 1, + "ExtendedCommands": 1, + "Experimental": 1, + "Pry.config.pager": 1, + "false": 29, + "Pry.config.color": 1, + "Pry.config.commands.alias_command": 1, + "Pry.config.commands.command": 1, + "do": 38, + "|": 93, + "*args": 17, + "output.puts": 1, "end": 239, - "SHEBANG#!rake": 1, + "Pry.config.history.should_save": 1, + "Pry.config.prompt": 1, + "[": 58, + "proc": 2, + "{": 70, + "}": 70, + "]": 58, + "Pry.plugins": 1, + ".disable": 1, + "appraise": 2, + "gem": 3, + "load": 3, + "Dir": 4, + ".each": 4, + "plugin": 3, + "(": 244, + ")": 256, "task": 2, "default": 2, - "do": 38, "puts": 12, - "SHEBANG#!macruby": 1, + "module": 8, + "Foo": 1, "require": 58, - "Resque": 3, - "include": 3, - "Helpers": 1, - "extend": 2, - "self": 11, - "def": 143, - "redis": 7, - "(": 244, - "server": 11, - ")": 256, - "case": 5, - "when": 11, - "String": 2, - "if": 72, - "/redis": 1, - "/": 34, - "//": 3, - "Redis.connect": 2, - "url": 12, - "thread_safe": 2, - "true": 15, - "else": 25, - "namespace": 3, - "server.split": 2, - "host": 3, - "port": 4, - "db": 3, - "Redis.new": 1, - "||": 22, - "resque": 2, - "@redis": 6, - "Redis": 3, - "Namespace.new": 2, - "Namespace": 1, - "@queues": 2, - "Hash.new": 1, - "{": 70, - "|": 93, - "h": 2, - "name": 51, - "[": 58, - "]": 58, - "Queue.new": 1, - "coder": 3, - "}": 70, - "@coder": 1, - "MultiJsonCoder.new": 1, - "attr_writer": 4, - "return": 25, - "self.redis": 2, - "Redis.respond_to": 1, - "connect": 1, - "redis_id": 2, - "redis.respond_to": 2, - "redis.server": 1, - "elsif": 7, - "nodes": 1, - "#": 100, - "distributed": 1, - "redis.nodes.map": 1, - "n": 4, - "n.id": 1, - ".join": 1, - "redis.client.id": 1, - "before_first_fork": 2, - "&": 31, - "block": 30, - "@before_first_fork": 2, - "before_fork": 2, - "@before_fork": 2, - "after_fork": 2, - "@after_fork": 2, - "to_s": 1, - "attr_accessor": 2, - "inline": 3, - "alias": 1, - "push": 1, - "queue": 24, - "item": 4, - "<<": 15, - "pop": 1, - "begin": 9, - ".pop": 1, - "rescue": 13, - "ThreadError": 1, - "nil": 21, - "size": 3, - ".size": 1, - "peek": 1, - "start": 7, - "count": 5, - ".slice": 1, - "list_range": 1, - "key": 8, - "decode": 2, - "redis.lindex": 1, - "Array": 2, - "redis.lrange": 1, - "+": 47, - "-": 34, - ".map": 6, - "queues": 3, - "redis.smembers": 1, - "remove_queue": 1, - ".destroy": 1, - "@queues.delete": 1, - "queue.to_s": 1, - "name.to_s": 3, - "enqueue": 1, - "klass": 16, - "*args": 17, - "enqueue_to": 2, - "queue_from_class": 4, - "before_hooks": 2, - "Plugin.before_enqueue_hooks": 1, - ".collect": 2, - "hook": 9, - "klass.send": 4, - "before_hooks.any": 2, - "result": 8, - "false": 29, - "Job.create": 1, - "Plugin.after_enqueue_hooks": 1, - ".each": 4, - "dequeue": 1, - "Plugin.before_dequeue_hooks": 1, - "Job.destroy": 1, - "Plugin.after_dequeue_hooks": 1, - "klass.instance_variable_get": 1, - "@queue": 1, - "klass.respond_to": 1, - "and": 6, - "klass.queue": 1, - "reserve": 1, - "Job.reserve": 1, - "validate": 1, - "raise": 17, - "NoQueueError.new": 1, - "klass.to_s.empty": 1, - "NoClassError.new": 1, - "workers": 2, - "Worker.all": 1, - "working": 2, - "Worker.working": 1, - "remove_worker": 1, - "worker_id": 2, - "worker": 1, - "Worker.find": 1, - "worker.unregister_worker": 1, - "info": 2, - "pending": 1, - "queues.inject": 1, - "m": 3, - "k": 2, - "processed": 2, - "Stat": 2, - "queues.size": 1, - "workers.size.to_i": 1, - "working.size": 1, - "failed": 3, - "servers": 1, - "environment": 2, - "ENV": 4, - "keys": 6, - "redis.keys": 1, - "key.sub": 1, - "SHEBANG#!python": 1, - "Jenkins": 1, - "Plugin": 1, - "Specification.new": 1, - "plugin": 3, - "plugin.name": 1, - "plugin.display_name": 1, - "plugin.version": 1, - "plugin.description": 1, - "plugin.url": 1, - "plugin.developed_by": 1, - "plugin.uses_repository": 1, - "github": 1, - "plugin.depends_on": 1, - "#plugin.depends_on": 1, "class": 7, "Formula": 2, + "include": 3, "FileUtils": 1, "attr_reader": 5, + "name": 51, "path": 16, + "url": 12, "version": 10, "homepage": 2, "specs": 14, @@ -59551,9 +61284,13 @@ "bottle_url": 3, "bottle_sha1": 2, "buildpath": 1, + "def": 143, "initialize": 2, + "nil": 21, "set_instance_variable": 12, + "if": 72, "@head": 4, + "and": 6, "not": 3, "@url": 8, "or": 7, @@ -59561,10 +61298,12 @@ "@version": 10, "@spec_to_use": 4, "@unstable": 2, + "else": 25, "@standard.nil": 1, "SoftwareSpecification.new": 3, "@specs": 3, "@standard": 3, + "raise": 17, "@url.nil": 1, "@name": 3, "validate_variable": 7, @@ -59572,6 +61311,7 @@ "path.nil": 1, "self.class.path": 1, "Pathname.new": 3, + "||": 22, "@spec_to_use.detect_version": 1, "CHECKSUM_TYPES.each": 1, "type": 10, @@ -59581,10 +61321,14 @@ "@spec_to_use.specs": 1, "@bottle_url": 2, "bottle_base_url": 1, + "+": 47, "bottle_filename": 1, + "self": 11, "@bottle_sha1": 2, "installed": 2, + "return": 25, "installed_prefix.children.length": 1, + "rescue": 13, "explicitly_requested": 1, "ARGV.named.empty": 1, "ARGV.formulae.include": 1, @@ -59601,6 +61345,7 @@ "prefix.parent": 1, "bin": 1, "doc": 1, + "info": 2, "lib": 1, "libexec": 1, "man": 9, @@ -59644,6 +61389,7 @@ "failure.build": 1, "cc.build": 1, "skip_clean": 2, + "true": 15, "self.class.skip_clean_all": 1, "to_check": 2, "path.relative_path_from": 1, @@ -59651,12 +61397,14 @@ "self.class.skip_clean_paths.include": 1, "brew": 2, "stage": 2, + "begin": 9, "patch": 3, "yield": 5, "Interrupt": 2, "RuntimeError": 1, "SystemCallError": 1, "e": 8, + "#": 100, "don": 1, "config.log": 2, "t": 3, @@ -59670,6 +61418,7 @@ "std_cmake_args": 1, "%": 10, "W": 1, + "-": 34, "DCMAKE_INSTALL_PREFIX": 1, "DCMAKE_BUILD_TYPE": 1, "None": 1, @@ -59685,6 +61434,7 @@ "camelcase": 1, "it": 1, "name.capitalize.gsub": 1, + "/": 34, "_.": 1, "s": 2, "zA": 1, @@ -59692,7 +61442,7 @@ "upcase": 1, ".gsub": 5, "self.names": 1, - "Dir": 4, + ".map": 6, "f": 11, "File.basename": 2, ".sort": 2, @@ -59701,13 +61451,16 @@ "self.map": 1, "rv": 3, "each": 1, + "<<": 15, "self.each": 1, "names.each": 1, + "n": 4, "Formula.factory": 2, "onoe": 2, "inspect": 2, "self.aliases": 1, "self.canonical_name": 1, + "name.to_s": 3, "name.kind_of": 2, "Pathname": 2, "formula_with_that_name": 1, @@ -59724,6 +61477,7 @@ "relative_pathname": 1, "relative_pathname.stem.to_s": 1, "tapd.directory": 1, + "elsif": 7, "formula_with_that_name.file": 1, "formula_with_that_name.readable": 1, "possible_alias.file": 1, @@ -59733,6 +61487,7 @@ "self.factory": 1, "https": 1, "ftp": 1, + "//": 3, ".basename": 1, "target_file": 6, "name.basename": 1, @@ -59750,6 +61505,7 @@ "Formula.path": 1, "from_name": 2, "klass_name": 2, + "klass": 16, "Object.const_get": 1, "NameError": 2, "LoadError": 3, @@ -59785,9 +61541,11 @@ "ohai": 3, ".strip": 1, "removed_ENV_variables": 2, + "case": 5, "args.empty": 1, "cmd.split": 1, ".first": 1, + "when": 11, "ENV.remove_cc_etc": 1, "safe_system": 4, "rd": 1, @@ -59807,6 +61565,7 @@ "gets": 1, "here": 1, "threw": 1, + "failed": 3, "wr.close": 1, "out": 4, "rd.read": 1, @@ -59815,7 +61574,9 @@ "Process.wait": 1, ".success": 1, "removed_ENV_variables.each": 1, + "key": 8, "value": 4, + "ENV": 4, "ENV.kind_of": 1, "Hash": 3, "BuildError.new": 1, @@ -59909,6 +61670,8 @@ "skip_clean_all": 2, "cc_failures": 1, "stable": 2, + "&": 31, + "block": 30, "block_given": 5, "instance_eval": 2, "ARGV.build_devel": 2, @@ -59926,6 +61689,7 @@ "sha1.shift": 1, "@sha1": 6, "MacOS.cat": 1, + "String": 2, "MacOS.lion": 1, "self.data": 1, "&&": 8, @@ -59956,6 +61720,319 @@ "@cc_failures": 2, "CompilerFailures.new": 1, "CompilerFailure.new": 2, + "Grit": 1, + "ActiveSupport": 1, + "Inflector": 1, + "extend": 2, + "pluralize": 3, + "word": 10, + "apply_inflections": 3, + "inflections.plurals": 1, + "singularize": 2, + "inflections.singulars": 1, + "camelize": 2, + "term": 1, + "uppercase_first_letter": 2, + "string": 4, + "term.to_s": 1, + "string.sub": 2, + "z": 7, + "d": 6, + "*/": 1, + "inflections.acronyms": 1, + ".capitalize": 1, + "inflections.acronym_regex": 2, + "b": 4, + "A": 5, + "Z_": 1, + "string.gsub": 1, + "_": 2, + "/i": 2, + "underscore": 3, + "camel_cased_word": 6, + "camel_cased_word.to_s.dup": 1, + "word.gsub": 4, + "Za": 1, + "Z": 3, + "word.tr": 1, + "word.downcase": 1, + "humanize": 2, + "lower_case_and_underscored_word": 1, + "result": 8, + "lower_case_and_underscored_word.to_s.dup": 1, + "inflections.humans.each": 1, + "rule": 4, + "replacement": 4, + "break": 4, + "result.sub": 2, + "result.gsub": 2, + "/_id": 1, + "result.tr": 1, + "match": 6, + "w/": 1, + ".upcase": 1, + "titleize": 1, + "": 1, + "capitalize": 1, + "Create": 1, + "of": 1, + "table": 2, + "like": 1, + "Rails": 1, + "does": 1, + "for": 1, + "models": 1, + "to": 1, + "names": 2, + "This": 1, + "uses": 1, + "on": 2, + "last": 4, + "in": 3, + "RawScaledScorer": 1, + "tableize": 2, + "class_name": 2, + "classify": 1, + "table_name": 1, + "table_name.to_s.sub": 1, + "/.*": 1, + "./": 1, + "dasherize": 1, + "underscored_word": 1, + "underscored_word.tr": 1, + "demodulize": 1, + "i": 2, + "path.rindex": 2, + "..": 1, + "deconstantize": 1, + "implementation": 1, + "based": 1, + "one": 1, + "facets": 1, + "id": 1, + "outside": 2, + "inside": 2, + "owned": 1, + "constant": 4, + "constant.ancestors.inject": 1, + "const": 3, + "ancestor": 3, + "Object": 1, + "ancestor.const_defined": 1, + "constant.const_get": 1, + "safe_constantize": 1, + "constantize": 1, + "e.message": 2, + "uninitialized": 1, + "wrong": 1, + "const_regexp": 3, + "e.name.to_s": 1, + "camel_cased_word.to_s": 1, + "ArgumentError": 1, + "/not": 1, + "missing": 1, + "ordinal": 1, + "number": 2, + ".include": 1, + "number.to_i.abs": 2, + "ordinalize": 1, + "nodoc": 3, + "parts": 1, + "camel_cased_word.split": 1, + "parts.pop": 1, + "parts.reverse.inject": 1, + "acc": 2, + "part": 1, + "part.empty": 1, + "rules": 1, + "word.to_s.dup": 1, + "word.empty": 1, + "inflections.uncountables.include": 1, + "result.downcase": 1, + "Z/": 1, + "rules.each": 1, + ".unshift": 1, + "File.dirname": 4, + "__FILE__": 3, + "For": 1, + "use/testing": 1, + "no": 1, + "require_all": 4, + "glob": 2, + "File.join": 6, + "Jekyll": 3, + "VERSION": 1, + "DEFAULTS": 2, + "Dir.pwd": 3, + "self.configuration": 1, + "override": 3, + "source": 2, + "config_file": 2, + "config": 3, + "YAML.load_file": 1, + "config.is_a": 1, + "stdout.puts": 1, + "err": 1, + "stderr.puts": 2, + "err.to_s": 1, + "DEFAULTS.deep_merge": 1, + ".deep_merge": 1, + "Jenkins": 1, + "Plugin": 1, + "Specification.new": 1, + "plugin.name": 1, + "plugin.display_name": 1, + "plugin.version": 1, + "plugin.description": 1, + "plugin.url": 1, + "plugin.developed_by": 1, + "plugin.uses_repository": 1, + "github": 1, + "plugin.depends_on": 1, + "#plugin.depends_on": 1, + "SHEBANG#!macruby": 1, + "object": 2, + "@user": 1, + "person": 1, + "attributes": 2, + "username": 1, + "email": 1, + "location": 1, + "created_at": 1, + "registered_at": 1, + "node": 2, + "role": 1, + "user": 1, + "user.is_admin": 1, + "child": 1, + "phone_numbers": 1, + "pnumbers": 1, + "extends": 1, + "node_numbers": 1, + "u": 1, + "partial": 1, + "u.phone_numbers": 1, + "Resque": 3, + "Helpers": 1, + "redis": 7, + "server": 11, + "/redis": 1, + "Redis.connect": 2, + "thread_safe": 2, + "namespace": 3, + "server.split": 2, + "host": 3, + "port": 4, + "db": 3, + "Redis.new": 1, + "resque": 2, + "@redis": 6, + "Redis": 3, + "Namespace.new": 2, + "Namespace": 1, + "@queues": 2, + "Hash.new": 1, + "h": 2, + "Queue.new": 1, + "coder": 3, + "@coder": 1, + "MultiJsonCoder.new": 1, + "attr_writer": 4, + "self.redis": 2, + "Redis.respond_to": 1, + "connect": 1, + "redis_id": 2, + "redis.respond_to": 2, + "redis.server": 1, + "nodes": 1, + "distributed": 1, + "redis.nodes.map": 1, + "n.id": 1, + ".join": 1, + "redis.client.id": 1, + "before_first_fork": 2, + "@before_first_fork": 2, + "before_fork": 2, + "@before_fork": 2, + "after_fork": 2, + "@after_fork": 2, + "to_s": 1, + "attr_accessor": 2, + "inline": 3, + "alias": 1, + "push": 1, + "queue": 24, + "item": 4, + "pop": 1, + ".pop": 1, + "ThreadError": 1, + "size": 3, + ".size": 1, + "peek": 1, + "start": 7, + "count": 5, + ".slice": 1, + "list_range": 1, + "decode": 2, + "redis.lindex": 1, + "Array": 2, + "redis.lrange": 1, + "queues": 3, + "redis.smembers": 1, + "remove_queue": 1, + ".destroy": 1, + "@queues.delete": 1, + "queue.to_s": 1, + "enqueue": 1, + "enqueue_to": 2, + "queue_from_class": 4, + "before_hooks": 2, + "Plugin.before_enqueue_hooks": 1, + ".collect": 2, + "hook": 9, + "klass.send": 4, + "before_hooks.any": 2, + "Job.create": 1, + "Plugin.after_enqueue_hooks": 1, + "dequeue": 1, + "Plugin.before_dequeue_hooks": 1, + "Job.destroy": 1, + "Plugin.after_dequeue_hooks": 1, + "klass.instance_variable_get": 1, + "@queue": 1, + "klass.respond_to": 1, + "klass.queue": 1, + "reserve": 1, + "Job.reserve": 1, + "validate": 1, + "NoQueueError.new": 1, + "klass.to_s.empty": 1, + "NoClassError.new": 1, + "workers": 2, + "Worker.all": 1, + "working": 2, + "Worker.working": 1, + "remove_worker": 1, + "worker_id": 2, + "worker": 1, + "Worker.find": 1, + "worker.unregister_worker": 1, + "pending": 1, + "queues.inject": 1, + "m": 3, + "k": 2, + "processed": 2, + "Stat": 2, + "queues.size": 1, + "workers.size.to_i": 1, + "working.size": 1, + "servers": 1, + "environment": 2, + "keys": 6, + "redis.keys": 1, + "key.sub": 1, + "SHEBANG#!ruby": 2, + "SHEBANG#!rake": 1, "Sinatra": 2, "Request": 2, "<": 2, @@ -59967,15 +62044,12 @@ "entries.map": 1, "accept_entry": 1, ".sort_by": 1, - "last": 4, "first": 1, "preferred_type": 1, "self.defer": 1, - "match": 6, "pattern": 1, "path.respond_to": 5, "path.keys": 1, - "names": 2, "path.names": 1, "TypeError": 1, "URI": 3, @@ -60022,7 +62096,6 @@ "at": 1, "running": 2, "built": 1, - "in": 3, "now": 1, "http": 1, "webrick": 1, @@ -60038,9 +62111,7 @@ "app_file": 4, "root": 5, "File.expand_path": 1, - "File.dirname": 4, "views": 1, - "File.join": 6, "reload_templates": 1, "lock": 1, "threaded": 1, @@ -60055,7 +62126,6 @@ "configure": 2, "get": 2, "filename": 2, - "__FILE__": 3, "png": 1, "send_file": 1, "NotFound": 1, @@ -60108,7 +62178,6 @@ "super": 3, "self.register": 2, "extensions": 6, - "nodoc": 3, "added_methods": 2, "extensions.map": 1, "m.public_instance_methods": 1, @@ -60156,192 +62225,7 @@ "Delegator.target.helpers": 1, "self.use": 1, "Delegator.target.use": 1, - "Grit": 1, - "SHEBANG#!ruby": 2, - ".unshift": 1, - "For": 1, - "use/testing": 1, - "no": 1, - "gem": 3, - "require_all": 4, - "glob": 2, - "Jekyll": 3, - "VERSION": 1, - "DEFAULTS": 2, - "Dir.pwd": 3, - "self.configuration": 1, - "override": 3, - "source": 2, - "config_file": 2, - "config": 3, - "YAML.load_file": 1, - "config.is_a": 1, - "stdout.puts": 1, - "err": 1, - "stderr.puts": 2, - "err.to_s": 1, - "DEFAULTS.deep_merge": 1, - ".deep_merge": 1, - "load": 3, - "Pry.config.commands.import": 1, - "Pry": 1, - "ExtendedCommands": 1, - "Experimental": 1, - "Pry.config.pager": 1, - "Pry.config.color": 1, - "Pry.config.commands.alias_command": 1, - "Pry.config.commands.command": 1, - "output.puts": 1, - "Pry.config.history.should_save": 1, - "Pry.config.prompt": 1, - "proc": 2, - "Pry.plugins": 1, - ".disable": 1, - "appraise": 2, - "ActiveSupport": 1, - "Inflector": 1, - "pluralize": 3, - "word": 10, - "apply_inflections": 3, - "inflections.plurals": 1, - "singularize": 2, - "inflections.singulars": 1, - "camelize": 2, - "term": 1, - "uppercase_first_letter": 2, - "string": 4, - "term.to_s": 1, - "string.sub": 2, - "z": 7, - "d": 6, - "*/": 1, - "inflections.acronyms": 1, - ".capitalize": 1, - "inflections.acronym_regex": 2, - "b": 4, - "A": 5, - "Z_": 1, - "string.gsub": 1, - "_": 2, - "/i": 2, - "underscore": 3, - "camel_cased_word": 6, - "camel_cased_word.to_s.dup": 1, - "word.gsub": 4, - "Za": 1, - "Z": 3, - "word.tr": 1, - "word.downcase": 1, - "humanize": 2, - "lower_case_and_underscored_word": 1, - "lower_case_and_underscored_word.to_s.dup": 1, - "inflections.humans.each": 1, - "rule": 4, - "replacement": 4, - "break": 4, - "result.sub": 2, - "result.gsub": 2, - "/_id": 1, - "result.tr": 1, - "w/": 1, - ".upcase": 1, - "titleize": 1, - "": 1, - "capitalize": 1, - "Create": 1, - "of": 1, - "table": 2, - "like": 1, - "Rails": 1, - "does": 1, - "for": 1, - "models": 1, - "to": 1, - "This": 1, - "uses": 1, - "on": 2, - "RawScaledScorer": 1, - "tableize": 2, - "class_name": 2, - "classify": 1, - "table_name": 1, - "table_name.to_s.sub": 1, - "/.*": 1, - "./": 1, - "dasherize": 1, - "underscored_word": 1, - "underscored_word.tr": 1, - "demodulize": 1, - "i": 2, - "path.rindex": 2, - "..": 1, - "deconstantize": 1, - "implementation": 1, - "based": 1, - "one": 1, - "facets": 1, - "id": 1, - "outside": 2, - "inside": 2, - "owned": 1, - "constant": 4, - "constant.ancestors.inject": 1, - "const": 3, - "ancestor": 3, - "Object": 1, - "ancestor.const_defined": 1, - "constant.const_get": 1, - "safe_constantize": 1, - "constantize": 1, - "e.message": 2, - "uninitialized": 1, - "wrong": 1, - "const_regexp": 3, - "e.name.to_s": 1, - "camel_cased_word.to_s": 1, - "ArgumentError": 1, - "/not": 1, - "missing": 1, - "ordinal": 1, - "number": 2, - ".include": 1, - "number.to_i.abs": 2, - "ordinalize": 1, - "parts": 1, - "camel_cased_word.split": 1, - "parts.pop": 1, - "parts.reverse.inject": 1, - "acc": 2, - "part": 1, - "part.empty": 1, - "rules": 1, - "word.to_s.dup": 1, - "word.empty": 1, - "inflections.uncountables.include": 1, - "result.downcase": 1, - "Z/": 1, - "rules.each": 1, - "object": 2, - "@user": 1, - "person": 1, - "attributes": 2, - "username": 1, - "email": 1, - "location": 1, - "created_at": 1, - "registered_at": 1, - "node": 2, - "role": 1, - "user": 1, - "user.is_admin": 1, - "child": 1, - "phone_numbers": 1, - "pnumbers": 1, - "extends": 1, - "node_numbers": 1, - "u": 1, - "partial": 1, - "u.phone_numbers": 1 + "SHEBANG#!python": 1 }, "Rust": { "//": 20, @@ -60835,7 +62719,91 @@ "padding": 1, "/": 2 }, + "SQF": { + "private": 2, + "[": 4, + "]": 4, + ";": 32, + "AGM_Core_remoteFnc": 2, + "_this": 4, + "_arguments": 6, + "select": 4, + "_function": 6, + "call": 6, + "compile": 1, + "(": 12, + ")": 12, + "_unit": 6, + "if": 7, + "isNil": 1, + "then": 6, + "{": 16, + "}": 16, + "typeName": 1, + "exitWith": 1, + "switch": 1, + "do": 1, + "case": 4, + "isServer": 3, + "else": 4, + "publicVariableServer": 3, + "set": 1, + "publicVariable": 1, + "isDedicated": 1, + "local": 1, + "_id": 2, + "owner": 1, + "publicVariableClient": 1, + "#include": 1, + "": 1, + "#define": 4, + "SET": 1, + "VAR": 5, + "VALUE": 2, + "#VAR": 1, + "CONV": 1, + "ARRAY": 2, + "POOL": 2, + "find": 1, + "ALL_HITPOINTS_MAN": 1, + "ALL_HITPOINTS_VEH": 1 + }, "SQL": { + "IF": 13, + "EXISTS": 12, + "(": 131, + "SELECT": 4, + "*": 3, + "FROM": 1, + "DBO.SYSOBJECTS": 1, + "WHERE": 1, + "ID": 2, + "OBJECT_ID": 1, + "N": 7, + ")": 131, + "AND": 1, + "OBJECTPROPERTY": 1, + "id": 22, + "DROP": 3, + "PROCEDURE": 1, + "dbo.AvailableInSearchSel": 2, + "GO": 4, + "CREATE": 10, + "Procedure": 1, + "AvailableInSearchSel": 1, + "AS": 1, + "UNION": 2, + "ALL": 2, + "DB_NAME": 1, + "BEGIN": 1, + "GRANT": 1, + "EXECUTE": 1, + "ON": 1, + "TO": 1, + "[": 1, + "rv": 1, + "]": 1, + "END": 1, "SHOW": 2, "WARNINGS": 2, ";": 31, @@ -60845,15 +62813,9 @@ "for": 15, "table": 17, "articles": 4, - "CREATE": 10, "TABLE": 10, - "IF": 13, "NOT": 46, - "EXISTS": 12, - "(": 131, - "id": 22, "int": 28, - ")": 131, "NULL": 91, "AUTO_INCREMENT": 9, "title": 4, @@ -60917,7 +62879,6 @@ "type": 3, "token": 3, "user_has_challenge_token": 3, - "DROP": 3, "create": 2, "FILIAL": 10, "NUMBER": 1, @@ -60937,7 +62898,6 @@ "PK_ID": 1, "primary": 1, "key": 1, - "ID": 2, "grant": 8, "select": 10, "on": 8, @@ -60950,33 +62910,6 @@ "SIEBEL": 1, "VBIS": 1, "VPORTAL": 1, - "SELECT": 4, - "*": 3, - "FROM": 1, - "DBO.SYSOBJECTS": 1, - "WHERE": 1, - "OBJECT_ID": 1, - "N": 7, - "AND": 1, - "OBJECTPROPERTY": 1, - "PROCEDURE": 1, - "dbo.AvailableInSearchSel": 2, - "GO": 4, - "Procedure": 1, - "AvailableInSearchSel": 1, - "AS": 1, - "UNION": 2, - "ALL": 2, - "DB_NAME": 1, - "BEGIN": 1, - "GRANT": 1, - "EXECUTE": 1, - "ON": 1, - "TO": 1, - "[": 1, - "rv": 1, - "]": 1, - "END": 1, "if": 1, "exists": 1, "from": 2, @@ -60999,12 +62932,17 @@ "now": 1 }, "STON": { - "{": 15, "[": 11, "]": 11, - "}": 15, + "{": 15, "#a": 1, "#b": 1, + "}": 15, + "Rectangle": 1, + "#origin": 1, + "Point": 2, + "-": 2, + "#corner": 1, "TestDomainObject": 1, "#created": 1, "DateAndTime": 2, @@ -61022,11 +62960,6 @@ "ByteArray": 1, "#boolean": 1, "false": 1, - "Rectangle": 1, - "#origin": 1, - "Point": 2, - "-": 2, - "#corner": 1, "ZnResponse": 1, "#headers": 2, "ZnHeaders": 1, @@ -61077,27 +63010,51 @@ "scala": 2, "#": 2, "object": 3, - "HelloWorld": 1, + "Beers": 1, + "extends": 1, + "Application": 1, "{": 21, "def": 10, - "main": 1, + "bottles": 3, "(": 67, - "args": 1, - "Array": 1, - "[": 11, + "qty": 12, + "Int": 11, + "f": 4, "String": 5, - "]": 11, ")": 67, - "println": 8, + "//": 29, + "higher": 1, + "-": 5, + "order": 1, + "functions": 2, + "match": 2, + "case": 8, + "+": 49, + "x": 3, "}": 22, + "beers": 3, + "sing": 3, + "implicit": 3, + "song": 3, + "takeOne": 2, + "nextQty": 2, + "nested": 1, + "if": 2, + "else": 2, + "refrain": 2, + ".capitalize": 1, + "tail": 1, + "recursion": 1, + "val": 6, + "headOfSong": 1, + "println": 8, + "parameter": 1, "name": 4, "version": 1, "organization": 1, "libraryDependencies": 3, - "+": 49, "%": 12, "Seq": 3, - "val": 6, "libosmVersion": 4, "from": 1, "maxErrors": 1, @@ -61199,36 +63156,6 @@ "Credentials": 2, "Path.userHome": 1, "/": 2, - "Beers": 1, - "extends": 1, - "Application": 1, - "bottles": 3, - "qty": 12, - "Int": 11, - "f": 4, - "//": 29, - "higher": 1, - "-": 5, - "order": 1, - "functions": 2, - "match": 2, - "case": 8, - "x": 3, - "beers": 3, - "sing": 3, - "implicit": 3, - "song": 3, - "takeOne": 2, - "nextQty": 2, - "nested": 1, - "if": 2, - "else": 2, - "refrain": 2, - ".capitalize": 1, - "tail": 1, - "recursion": 1, - "headOfSong": 1, - "parameter": 1, "math.random": 1, "scala.language.postfixOps": 1, "scala.util._": 1, @@ -61251,7 +63178,9 @@ "Scala": 1, "worksheet": 1, "retry": 3, + "[": 11, "T": 8, + "]": 11, "n": 3, "block": 8, "Future": 5, @@ -61288,7 +63217,11 @@ ".foreach": 1, "Iteration": 5, "java.lang.Exception": 1, - "Hi": 10 + "Hi": 10, + "HelloWorld": 1, + "main": 1, + "args": 1, + "Array": 1 }, "Scaml": { "%": 1, @@ -61495,22 +63428,21 @@ "exported": 1 }, "Scilab": { - "disp": 1, - "(": 7, - "%": 4, - "pi": 3, - ")": 7, - ";": 7, "function": 1, "[": 1, "a": 4, "b": 4, "]": 1, "myfunction": 1, + "(": 7, "d": 2, "e": 4, "f": 2, + ")": 7, "+": 5, + "%": 4, + "pi": 3, + ";": 7, "cos": 1, "cosh": 1, "if": 1, @@ -61523,486 +63455,48 @@ "end": 1, "myvar": 1, "endfunction": 1, + "disp": 1, "assert_checkequal": 1, "assert_checkfalse": 1 }, "Shell": { - "SHEBANG#!sh": 2, - "echo": 71, "SHEBANG#!bash": 8, - "#": 53, - "declare": 22, - "-": 391, - "r": 17, - "sbt_release_version": 2, - "sbt_snapshot_version": 2, - "SNAPSHOT": 3, - "unset": 10, - "sbt_jar": 3, - "sbt_dir": 2, - "sbt_create": 2, - "sbt_snapshot": 1, - "sbt_launch_dir": 3, - "scala_version": 3, - "java_home": 1, - "sbt_explicit_version": 7, - "verbose": 6, - "debug": 11, - "quiet": 6, - "build_props_sbt": 3, - "(": 107, - ")": 154, - "{": 63, - "if": 39, - "[": 85, - "f": 68, - "project/build.properties": 9, - "]": 85, - ";": 138, - "then": 41, - "versionLine": 2, - "grep": 8, - "sbt.version": 3, - "versionString": 3, - "versionLine##sbt.version": 1, - "}": 61, - "fi": 34, - "update_build_props_sbt": 2, - "local": 22, - "ver": 5, - "old": 4, - "return": 3, - "elif": 4, - "perl": 3, - "pi": 1, - "e": 4, - "q": 8, - "||": 12, - "Updated": 1, - "file": 9, - "setting": 2, - "to": 33, - "Previous": 1, - "value": 1, - "was": 1, - "sbt_version": 8, - "n": 22, - "else": 10, - "v": 11, - "echoerr": 3, - "&": 5, - "vlog": 1, - "&&": 65, - "dlog": 8, - "get_script_path": 2, - "path": 13, - "L": 1, - "target": 1, - "readlink": 1, - "get_mem_opts": 3, - "mem": 4, - "perm": 6, - "/": 2, - "<": 2, - "codecache": 1, - "die": 2, - "exit": 10, - "make_url": 3, - "groupid": 1, - "category": 1, - "version": 12, - "default_jvm_opts": 1, - "default_sbt_opts": 1, - "default_sbt_mem": 2, - "noshare_opts": 1, - "sbt_opts_file": 1, - "jvm_opts_file": 1, - "latest_28": 1, - "latest_29": 1, - "latest_210": 1, - "script_path": 1, - "script_dir": 1, - "script_name": 2, - "java_cmd": 2, - "java": 2, - "sbt_mem": 5, - "a": 12, - "residual_args": 4, - "java_args": 3, - "scalac_args": 4, - "sbt_commands": 2, - "build_props_scala": 1, - "build.scala.versions": 1, - "versionLine##build.scala.versions": 1, - "%": 5, - ".*": 2, - "execRunner": 2, - "for": 7, - "arg": 3, - "do": 8, - "printf": 4, - "|": 17, - "done": 8, - "exec": 3, - "sbt_groupid": 3, - "case": 9, - "in": 25, - "*": 11, - "org.scala": 4, - "tools.sbt": 3, - "sbt": 18, - "esac": 7, - "sbt_artifactory_list": 2, - "version0": 2, - "url": 4, - "curl": 8, - "s": 14, - "list": 3, - "only": 6, - "F": 1, - "pe": 1, - "make_release_url": 2, - "releases": 1, - "make_snapshot_url": 2, - "snapshots": 1, - "head": 1, - "/dev/null": 6, - "jar_url": 1, - "jar_file": 1, - "download_url": 2, - "jar": 3, - "mkdir": 2, - "p": 2, - "dirname": 1, - "which": 10, - "fail": 1, - "silent": 1, - "output": 1, - "wget": 2, - "O": 1, - "acquire_sbt_jar": 1, - "sbt_url": 1, - "usage": 2, - "cat": 3, - "<<": 2, - "EOM": 3, - "Usage": 1, - "options": 8, - "h": 3, - "help": 5, - "print": 1, - "this": 6, - "message": 1, - "runner": 1, - "is": 11, - "chattier": 1, - "d": 9, - "set": 21, - "log": 2, - "level": 2, - "Debug": 1, - "Error": 1, - "no": 16, - "colors": 2, - "disable": 1, - "ANSI": 1, - "color": 1, - "codes": 1, - "create": 2, - "start": 1, - "even": 3, - "current": 1, - "directory": 5, - "contains": 2, - "project": 1, - "dir": 3, - "": 3, - "global": 1, - "settings/plugins": 1, - "default": 4, - "/.sbt/": 1, - "": 1, - "boot": 3, - "shared": 1, - "/.sbt/boot": 1, - "series": 1, - "ivy": 2, - "Ivy": 1, - "repository": 3, - "/.ivy2": 1, - "": 1, - "memory": 3, - "share": 2, - "use": 1, - "all": 1, - "caches": 1, - "sharing": 1, - "offline": 3, - "put": 1, - "mode": 2, - "jvm": 2, - "": 1, - "Turn": 1, - "on": 4, - "JVM": 1, - "debugging": 1, - "open": 1, - "at": 1, - "the": 17, - "given": 2, - "port.": 1, - "batch": 2, - "Disable": 1, - "interactive": 1, - "The": 1, - "way": 1, - "accomplish": 1, - "pre": 1, - "there": 2, - "build.properties": 1, - "an": 1, - "property": 1, - "update": 2, - "disk.": 1, - "That": 1, - "scalacOptions": 3, - "S": 2, - "stripped": 1, - "In": 1, - "of": 6, - "duplicated": 1, - "or": 3, - "conflicting": 1, - "order": 1, - "above": 1, - "shows": 1, - "precedence": 1, - "JAVA_OPTS": 1, - "lowest": 1, - "command": 5, - "line": 1, - "highest.": 1, - "addJava": 9, - "addSbt": 12, - "addScalac": 2, - "addResidual": 2, - "addResolver": 1, - "addDebugger": 2, - "get_jvm_opts": 2, - "process_args": 2, - "require_arg": 12, - "type": 5, - "opt": 3, - "z": 12, - "while": 3, - "gt": 1, - "shift": 28, - "integer": 1, - "inc": 1, - "port": 1, - "true": 2, - "snapshot": 1, - "launch": 1, - "scala": 3, - "home": 2, - "D*": 1, - "J*": 1, - "S*": 1, - "sbtargs": 3, - "IFS": 1, - "read": 1, - "<\"$sbt_opts_file\">": 1, - "process": 1, - "combined": 1, - "args": 2, - "reset": 1, - "residuals": 1, - "argumentCount=": 1, - "we": 1, - "were": 1, - "any": 1, - "opts": 1, - "eq": 1, - "0": 1, - "ThisBuild": 1, - "Update": 1, - "build": 2, - "properties": 1, - "disk": 5, - "explicit": 1, - "gives": 1, - "us": 1, - "choice": 1, - "Detected": 1, - "Overriding": 1, - "alert": 1, - "them": 1, - "stuff": 3, - "here": 1, - "argumentCount": 1, - "./build.sbt": 1, - "./project": 1, - "pwd": 1, - "doesn": 1, - "t": 3, - "understand": 1, - "iflast": 1, - "#residual_args": 1, - "@": 3, - "name": 1, - "foodforthought.jpg": 1, - "name##*fo": 1, - "rvm_ignore_rvmrc": 1, - "rvmrc": 3, - "rvm_rvmrc_files": 3, - "ef": 1, - "+": 1, - "GREP_OPTIONS": 1, - "source": 7, - "export": 25, - "rvm_path": 4, - "UID": 1, - "rvm_is_not_a_shell_function": 2, - "rvm_path/scripts": 1, - "rvm": 1, "typeset": 5, + "-": 391, "i": 2, + "n": 22, "bottles": 6, - "Bash": 3, - "script": 1, - "dotfile": 1, - "does": 1, - "lot": 1, - "fun": 2, - "like": 1, - "turning": 1, - "normal": 1, - "dotfiles": 1, - "eg": 1, - ".bashrc": 1, - "into": 3, - "symlinks": 1, - "git": 16, - "pull": 3, - "away": 1, - "optionally": 1, - "moving": 1, - "files": 1, - "so": 1, - "that": 1, - "they": 1, - "can": 3, - "be": 3, - "preserved": 1, - "up": 1, - "cron": 1, - "job": 3, - "automate": 1, - "aforementioned": 1, - "and": 5, - "maybe": 1, - "some": 1, - "more": 3, - "shopt": 13, - "nocasematch": 1, - "This": 1, - "makes": 1, - "pattern": 1, - "matching": 1, - "insensitive": 1, - "POSTFIX": 1, - "URL": 1, - "PUSHURL": 1, - "overwrite": 3, - "print_help": 2, - "k": 1, - "keep": 3, - "false": 2, - "o": 3, - "continue": 1, - "mv": 1, - "rm": 2, - "ln": 1, - "config": 4, - "remote.origin.url": 1, - "remote.origin.pushurl": 1, - "crontab": 1, - ".jobs.cron": 1, - "/.bashrc": 3, - "x": 1, - "system": 1, - "rbenv": 2, - "versions": 1, - "bare": 1, - "prefix": 1, - "SHEBANG#!zsh": 2, - "##############################################################################": 16, - "#Import": 2, - "shell": 4, - "agnostic": 2, - "Zsh": 2, - "environment": 2, - "/.profile": 2, - "HISTSIZE": 2, - "#How": 2, - "many": 2, - "lines": 2, - "history": 18, - "HISTFILE": 2, - "/.zsh_history": 2, - "#Where": 2, - "save": 4, - "SAVEHIST": 2, - "#Number": 2, - "entries": 2, - "HISTDUP": 2, - "erase": 2, - "#Erase": 2, - "duplicates": 2, - "setopt": 8, - "appendhistory": 2, - "#Append": 2, - "overwriting": 2, - "sharehistory": 2, - "#Share": 2, - "across": 2, - "terminals": 2, - "incappendhistory": 2, - "#Immediately": 2, - "append": 2, - "not": 2, - "just": 2, - "when": 2, - "term": 2, - "killed": 2, - "#.": 2, - "/.dotfiles/z": 4, - "zsh/z.sh": 2, - "#function": 2, - "precmd": 2, - ".": 5, - "rupa/z.sh": 2, + "no": 16, + "while": 3, + "[": 85, + "]": 85, + "do": 8, + "echo": 71, + "case": 9, + "{": 63, + "}": 61, + "in": 25, + ")": 154, + "%": 5, + "s": 14, + ";": 138, + "esac": 7, + "done": 8, + "exit": 10, "/usr/bin/clear": 2, - "PATH": 14, - "fpath": 6, - "HOME/.zsh/func": 2, - "U": 2, - "umask": 2, - "/opt/local/bin": 2, - "/opt/local/sbin": 2, - "/bin": 4, - "/usr/bin": 8, - "prompt": 2, - "endif": 2, - "dirpersiststore": 2, - "stty": 2, - "istrip": 2, "##": 28, + "if": 39, + "z": 12, + "then": 41, + "export": 25, "SCREENDIR": 2, + "fi": 34, + "PATH": 14, "/usr/local/bin": 6, "/usr/local/sbin": 6, "/usr/xpg4/bin": 4, "/usr/sbin": 6, + "/usr/bin": 8, "/usr/sfw/bin": 4, "/usr/ccs/bin": 4, "/usr/openwin/bin": 4, @@ -62015,109 +63509,41 @@ "TERM": 4, "COLORTERM": 2, "CLICOLOR": 2, + "#": 53, + "can": 3, + "be": 3, + "set": 21, + "to": 33, "anything": 2, "actually": 2, "DISPLAY": 2, - "pkgname": 1, - "stud": 4, - "pkgver": 1, - "pkgrel": 1, - "pkgdesc": 1, - "arch": 1, - "i686": 1, - "x86_64": 1, - "license": 1, - "depends": 1, - "libev": 1, - "openssl": 1, - "makedepends": 1, - "provides": 1, - "conflicts": 1, - "_gitroot": 1, - "https": 2, - "//github.com/bumptech/stud.git": 1, - "_gitname": 1, - "cd": 11, - "msg": 4, - "origin": 1, - "clone": 5, - "rf": 1, - "make": 6, - "package": 1, - "PREFIX": 1, - "/usr": 1, - "DESTDIR": 1, - "install": 8, - "Dm755": 1, - "init.stud": 1, - "docker": 1, - "from": 1, - "ubuntu": 1, - "maintainer": 1, - "Solomon": 1, - "Hykes": 1, - "": 1, - "run": 13, - "apt": 6, - "get": 6, - "y": 5, - "//go.googlecode.com/files/go1.1.1.linux": 1, - "amd64.tar.gz": 1, - "tar": 1, - "C": 1, - "/usr/local": 1, - "xz": 1, - "env": 4, - "/usr/local/go/bin": 2, - "/sbin": 2, - "GOPATH": 1, - "/go": 1, - "CGO_ENABLED": 1, - "/tmp": 1, - "t.go": 1, - "go": 2, - "test": 1, - "PKG": 12, - "github.com/kr/pty": 1, - "REV": 6, - "c699": 1, - "http": 3, - "//": 3, - "/go/src/": 6, - "checkout": 3, - "github.com/gorilla/context/": 1, - "d61e5": 1, - "github.com/gorilla/mux/": 1, - "b36453141c": 1, - "iptables": 1, - "/etc/apt/sources.list": 1, - "lxc": 1, - "aufs": 1, - "tools": 1, - "add": 1, - "/go/src/github.com/dotcloud/docker": 1, - "/go/src/github.com/dotcloud/docker/docker": 1, - "ldflags": 1, - "/go/bin": 1, - "cmd": 1, + "r": 17, + "&&": 65, + ".": 5, "function": 6, "ls": 6, + "command": 5, "Fh": 2, "l": 8, + "list": 3, "long": 2, "format...": 2, "ll": 2, + "|": 17, "less": 2, "XF": 2, "pipe": 2, + "into": 3, "#CDPATH": 2, "HISTIGNORE": 2, "HISTCONTROL": 2, "ignoreboth": 2, + "shopt": 13, "cdspell": 2, "extglob": 2, "progcomp": 2, "complete": 82, + "f": 68, "X": 54, "bunzip2": 2, "bzcat": 2, @@ -62193,6 +63619,7 @@ "opera": 2, "w3m": 2, "galeon": 2, + "curl": 8, "dillo": 2, "elinks": 2, "links": 2, @@ -62203,6 +63630,7 @@ "user": 2, "commands": 8, "see": 4, + "only": 6, "users": 2, "A": 10, "stopped": 4, @@ -62215,38 +63643,64 @@ "fg": 2, "disown": 2, "other": 2, + "job": 3, + "v": 11, "readonly": 4, + "unset": 10, + "and": 5, + "shell": 4, "variables": 2, + "setopt": 8, + "options": 8, "helptopic": 2, + "help": 5, "helptopics": 2, + "a": 12, "unalias": 4, "aliases": 2, "binding": 2, "bind": 4, "readline": 2, "bindings": 2, + "(": 107, + "make": 6, + "this": 6, + "more": 3, "intelligent": 2, "c": 2, + "type": 5, + "which": 10, "man": 6, "#sudo": 2, + "on": 4, + "d": 9, "pushd": 2, + "cd": 11, "rmdir": 2, "Make": 2, + "directory": 5, "directories": 2, "W": 2, "alias": 42, "filenames": 2, + "for": 7, "PS1": 2, "..": 2, "cd..": 2, + "t": 3, "csh": 2, + "is": 11, "same": 2, "as": 2, "bash...": 2, "quit": 2, + "q": 8, + "even": 3, "shorter": 2, "D": 2, "rehash": 2, + "source": 7, + "/.bashrc": 3, "after": 2, "I": 2, "edit": 2, @@ -62256,14 +63710,497 @@ "sed": 2, "awk": 2, "diff": 2, + "grep": 8, "find": 2, "ps": 2, "whoami": 2, "ping": 2, "histappend": 2, - "PROMPT_COMMAND": 2 + "PROMPT_COMMAND": 2, + "umask": 2, + "path": 13, + "/opt/local/bin": 2, + "/opt/local/sbin": 2, + "/bin": 4, + "prompt": 2, + "history": 18, + "endif": 2, + "stty": 2, + "istrip": 2, + "dirpersiststore": 2, + "##############################################################################": 16, + "#Import": 2, + "the": 17, + "agnostic": 2, + "Bash": 3, + "or": 3, + "Zsh": 2, + "environment": 2, + "config": 4, + "/.profile": 2, + "HISTSIZE": 2, + "#How": 2, + "many": 2, + "lines": 2, + "of": 6, + "keep": 3, + "memory": 3, + "HISTFILE": 2, + "/.zsh_history": 2, + "#Where": 2, + "save": 4, + "disk": 5, + "SAVEHIST": 2, + "#Number": 2, + "entries": 2, + "HISTDUP": 2, + "erase": 2, + "#Erase": 2, + "duplicates": 2, + "file": 9, + "appendhistory": 2, + "#Append": 2, + "overwriting": 2, + "sharehistory": 2, + "#Share": 2, + "across": 2, + "terminals": 2, + "incappendhistory": 2, + "#Immediately": 2, + "append": 2, + "not": 2, + "just": 2, + "when": 2, + "term": 2, + "killed": 2, + "#.": 2, + "/.dotfiles/z": 4, + "zsh/z.sh": 2, + "#function": 2, + "precmd": 2, + "rupa/z.sh": 2, + "fpath": 6, + "HOME/.zsh/func": 2, + "U": 2, + "docker": 1, + "version": 12, + "from": 1, + "ubuntu": 1, + "maintainer": 1, + "Solomon": 1, + "Hykes": 1, + "": 1, + "run": 13, + "apt": 6, + "get": 6, + "install": 8, + "y": 5, + "git": 16, + "https": 2, + "//go.googlecode.com/files/go1.1.1.linux": 1, + "amd64.tar.gz": 1, + "tar": 1, + "C": 1, + "/usr/local": 1, + "xz": 1, + "env": 4, + "/usr/local/go/bin": 2, + "/sbin": 2, + "GOPATH": 1, + "/go": 1, + "CGO_ENABLED": 1, + "/tmp": 1, + "t.go": 1, + "go": 2, + "test": 1, + "PKG": 12, + "github.com/kr/pty": 1, + "REV": 6, + "c699": 1, + "clone": 5, + "http": 3, + "//": 3, + "/go/src/": 6, + "checkout": 3, + "github.com/gorilla/context/": 1, + "d61e5": 1, + "github.com/gorilla/mux/": 1, + "b36453141c": 1, + "iptables": 1, + "/etc/apt/sources.list": 1, + "update": 2, + "lxc": 1, + "aufs": 1, + "tools": 1, + "add": 1, + "/go/src/github.com/dotcloud/docker": 1, + "/go/src/github.com/dotcloud/docker/docker": 1, + "ldflags": 1, + "/go/bin": 1, + "cmd": 1, + "pkgname": 1, + "stud": 4, + "pkgver": 1, + "pkgrel": 1, + "pkgdesc": 1, + "arch": 1, + "i686": 1, + "x86_64": 1, + "url": 4, + "license": 1, + "depends": 1, + "libev": 1, + "openssl": 1, + "makedepends": 1, + "provides": 1, + "conflicts": 1, + "_gitroot": 1, + "//github.com/bumptech/stud.git": 1, + "_gitname": 1, + "build": 2, + "msg": 4, + "pull": 3, + "origin": 1, + "else": 10, + "rm": 2, + "rf": 1, + "package": 1, + "PREFIX": 1, + "/usr": 1, + "DESTDIR": 1, + "Dm755": 1, + "init.stud": 1, + "mkdir": 2, + "p": 2, + "script": 1, + "dotfile": 1, + "repository": 3, + "does": 1, + "lot": 1, + "fun": 2, + "stuff": 3, + "like": 1, + "turning": 1, + "normal": 1, + "dotfiles": 1, + "eg": 1, + ".bashrc": 1, + "symlinks": 1, + "away": 1, + "optionally": 1, + "moving": 1, + "old": 4, + "files": 1, + "so": 1, + "that": 1, + "they": 1, + "preserved": 1, + "setting": 2, + "up": 1, + "cron": 1, + "automate": 1, + "aforementioned": 1, + "maybe": 1, + "some": 1, + "nocasematch": 1, + "This": 1, + "makes": 1, + "pattern": 1, + "matching": 1, + "insensitive": 1, + "POSTFIX": 1, + "URL": 1, + "PUSHURL": 1, + "overwrite": 3, + "true": 2, + "print_help": 2, + "e": 4, + "opt": 3, + "@": 3, + "k": 1, + "local": 22, + "false": 2, + "h": 3, + ".*": 2, + "o": 3, + "continue": 1, + "mv": 1, + "ln": 1, + "remote.origin.url": 1, + "remote.origin.pushurl": 1, + "crontab": 1, + ".jobs.cron": 1, + "x": 1, + "system": 1, + "exec": 3, + "rbenv": 2, + "versions": 1, + "bare": 1, + "&": 5, + "prefix": 1, + "/dev/null": 6, + "rvm_ignore_rvmrc": 1, + "declare": 22, + "rvmrc": 3, + "rvm_rvmrc_files": 3, + "ef": 1, + "+": 1, + "GREP_OPTIONS": 1, + "printf": 4, + "rvm_path": 4, + "UID": 1, + "elif": 4, + "rvm_is_not_a_shell_function": 2, + "rvm_path/scripts": 1, + "rvm": 1, + "sbt_release_version": 2, + "sbt_snapshot_version": 2, + "SNAPSHOT": 3, + "sbt_jar": 3, + "sbt_dir": 2, + "sbt_create": 2, + "sbt_snapshot": 1, + "sbt_launch_dir": 3, + "scala_version": 3, + "java_home": 1, + "sbt_explicit_version": 7, + "verbose": 6, + "debug": 11, + "quiet": 6, + "build_props_sbt": 3, + "project/build.properties": 9, + "versionLine": 2, + "sbt.version": 3, + "versionString": 3, + "versionLine##sbt.version": 1, + "update_build_props_sbt": 2, + "ver": 5, + "return": 3, + "perl": 3, + "pi": 1, + "||": 12, + "Updated": 1, + "Previous": 1, + "value": 1, + "was": 1, + "sbt_version": 8, + "echoerr": 3, + "vlog": 1, + "dlog": 8, + "get_script_path": 2, + "L": 1, + "target": 1, + "readlink": 1, + "get_mem_opts": 3, + "mem": 4, + "perm": 6, + "/": 2, + "<": 2, + "codecache": 1, + "die": 2, + "make_url": 3, + "groupid": 1, + "category": 1, + "default_jvm_opts": 1, + "default_sbt_opts": 1, + "default_sbt_mem": 2, + "noshare_opts": 1, + "sbt_opts_file": 1, + "jvm_opts_file": 1, + "latest_28": 1, + "latest_29": 1, + "latest_210": 1, + "script_path": 1, + "script_dir": 1, + "script_name": 2, + "java_cmd": 2, + "java": 2, + "sbt_mem": 5, + "residual_args": 4, + "java_args": 3, + "scalac_args": 4, + "sbt_commands": 2, + "build_props_scala": 1, + "build.scala.versions": 1, + "versionLine##build.scala.versions": 1, + "execRunner": 2, + "arg": 3, + "sbt_groupid": 3, + "*": 11, + "org.scala": 4, + "tools.sbt": 3, + "sbt": 18, + "sbt_artifactory_list": 2, + "version0": 2, + "F": 1, + "pe": 1, + "make_release_url": 2, + "releases": 1, + "make_snapshot_url": 2, + "snapshots": 1, + "head": 1, + "jar_url": 1, + "jar_file": 1, + "download_url": 2, + "jar": 3, + "dirname": 1, + "fail": 1, + "silent": 1, + "output": 1, + "wget": 2, + "O": 1, + "acquire_sbt_jar": 1, + "sbt_url": 1, + "usage": 2, + "cat": 3, + "<<": 2, + "EOM": 3, + "Usage": 1, + "print": 1, + "message": 1, + "runner": 1, + "chattier": 1, + "log": 2, + "level": 2, + "Debug": 1, + "Error": 1, + "colors": 2, + "disable": 1, + "ANSI": 1, + "color": 1, + "codes": 1, + "create": 2, + "start": 1, + "current": 1, + "contains": 2, + "project": 1, + "dir": 3, + "": 3, + "global": 1, + "settings/plugins": 1, + "default": 4, + "/.sbt/": 1, + "": 1, + "boot": 3, + "shared": 1, + "/.sbt/boot": 1, + "series": 1, + "ivy": 2, + "Ivy": 1, + "/.ivy2": 1, + "": 1, + "share": 2, + "use": 1, + "all": 1, + "caches": 1, + "sharing": 1, + "offline": 3, + "put": 1, + "mode": 2, + "jvm": 2, + "": 1, + "Turn": 1, + "JVM": 1, + "debugging": 1, + "open": 1, + "at": 1, + "given": 2, + "port.": 1, + "batch": 2, + "Disable": 1, + "interactive": 1, + "The": 1, + "way": 1, + "accomplish": 1, + "pre": 1, + "there": 2, + "build.properties": 1, + "an": 1, + "property": 1, + "disk.": 1, + "That": 1, + "scalacOptions": 3, + "S": 2, + "stripped": 1, + "In": 1, + "duplicated": 1, + "conflicting": 1, + "order": 1, + "above": 1, + "shows": 1, + "precedence": 1, + "JAVA_OPTS": 1, + "lowest": 1, + "line": 1, + "highest.": 1, + "addJava": 9, + "addSbt": 12, + "addScalac": 2, + "addResidual": 2, + "addResolver": 1, + "addDebugger": 2, + "get_jvm_opts": 2, + "process_args": 2, + "require_arg": 12, + "gt": 1, + "shift": 28, + "integer": 1, + "inc": 1, + "port": 1, + "snapshot": 1, + "launch": 1, + "scala": 3, + "home": 2, + "D*": 1, + "J*": 1, + "S*": 1, + "sbtargs": 3, + "IFS": 1, + "read": 1, + "<\"$sbt_opts_file\">": 1, + "process": 1, + "combined": 1, + "args": 2, + "reset": 1, + "residuals": 1, + "argumentCount=": 1, + "we": 1, + "were": 1, + "any": 1, + "opts": 1, + "eq": 1, + "0": 1, + "ThisBuild": 1, + "Update": 1, + "properties": 1, + "explicit": 1, + "gives": 1, + "us": 1, + "choice": 1, + "Detected": 1, + "Overriding": 1, + "alert": 1, + "them": 1, + "here": 1, + "argumentCount": 1, + "./build.sbt": 1, + "./project": 1, + "pwd": 1, + "doesn": 1, + "understand": 1, + "iflast": 1, + "#residual_args": 1, + "SHEBANG#!sh": 2, + "SHEBANG#!zsh": 2, + "name": 1, + "foodforthought.jpg": 1, + "name##*fo": 1 }, "ShellSession": { + "echo": 2, + "FOOBAR": 2, + "Hello": 2, + "World": 2, "gem": 4, "install": 4, "nokogiri": 6, @@ -62402,11 +64339,7 @@ "Installing": 2, "ri": 1, "documentation": 2, - "RDoc": 1, - "echo": 2, - "FOOBAR": 2, - "Hello": 2, - "World": 2 + "RDoc": 1 }, "Shen": { "*": 47, @@ -62774,6 +64707,27 @@ "when": 1, "wrapper": 1, "function": 1, + "html.shen": 1, + "html": 2, + "generation": 1, + "functions": 1, + "shen": 1, + "The": 1, + "standard": 1, + "lisp": 1, + "conversion": 1, + "tool": 1, + "suite.": 1, + "Follows": 1, + "some": 1, + "convertions": 1, + "Clojure": 1, + "tasks": 1, + "stuff": 1, + "todo1": 1, + "today": 1, + "attributes": 1, + "AS": 1, "load": 1, "JSON": 1, "Lexer": 1, @@ -62819,28 +64773,7 @@ "tokenise": 1, "JSONString": 2, "CharList": 2, - "explode": 1, - "html.shen": 1, - "html": 2, - "generation": 1, - "functions": 1, - "shen": 1, - "The": 1, - "standard": 1, - "lisp": 1, - "conversion": 1, - "tool": 1, - "suite.": 1, - "Follows": 1, - "some": 1, - "convertions": 1, - "Clojure": 1, - "tasks": 1, - "stuff": 1, - "todo1": 1, - "today": 1, - "attributes": 1, - "AS": 1 + "explode": 1 }, "Slash": { "<%>": 1, @@ -62981,65 +64914,8 @@ "}": 2 }, "Smalltalk": { - "tests": 2, - "testSimpleChainMatches": 1, - "|": 18, - "e": 11, - "eCtrl": 3, - "self": 25, - "eventKey": 3, - "e.": 1, - "ctrl": 5, - "true.": 1, - "assert": 2, - "(": 19, - ")": 19, - "matches": 4, - "{": 4, - "}": 4, - ".": 16, - "eCtrl.": 2, - "deny": 2, - "a": 1, - "Koan": 1, - "subclass": 2, - "TestBasic": 1, - "[": 18, - "": 1, - "A": 1, - "collection": 1, - "of": 1, - "introductory": 1, - "testDeclarationAndAssignment": 1, - "declaration": 2, - "anotherDeclaration": 2, - "_": 1, - "expect": 10, - "fillMeIn": 10, - "toEqual": 10, - "declaration.": 1, - "anotherDeclaration.": 1, - "]": 18, - "testEqualSignIsNotAnAssignmentOperator": 1, - "variableA": 6, - "variableB": 5, - "value": 2, - "variableB.": 2, - "testMultipleStatementsInASingleLine": 1, - "variableC": 2, - "variableA.": 1, - "variableC.": 1, - "testInequality": 1, - "testLogicalOr": 1, - "expression": 4, - "<": 2, - "expression.": 2, - "testLogicalAnd": 1, - "&": 1, - "testNot": 1, - "true": 2, - "not.": 1, "Object": 1, + "subclass": 2, "#Philosophers": 1, "instanceVariableNames": 1, "classVariableNames": 1, @@ -63049,19 +64925,26 @@ "class": 1, "methodsFor": 2, "new": 4, + "self": 25, "shouldNotImplement": 1, "quantity": 2, "super": 1, "initialize": 3, "dine": 4, "seconds": 2, + "(": 19, "Delay": 3, "forSeconds": 1, + ")": 19, "wait.": 5, "philosophers": 2, "do": 1, + "[": 18, "each": 5, + "|": 18, "terminate": 1, + "]": 18, + ".": 16, "size": 4, "leftFork": 6, "n": 11, @@ -63087,6 +64970,7 @@ "status": 8, "n.": 2, "printString": 1, + "true": 2, "whileTrue": 1, "Transcript": 5, "nextPutAll": 5, @@ -63103,7 +64987,56 @@ "userBackgroundPriority": 1, "name": 1, "resume": 1, - "yourself": 1 + "yourself": 1, + "Koan": 1, + "TestBasic": 1, + "": 1, + "A": 1, + "collection": 1, + "of": 1, + "introductory": 1, + "tests": 2, + "testDeclarationAndAssignment": 1, + "declaration": 2, + "anotherDeclaration": 2, + "_": 1, + "expect": 10, + "fillMeIn": 10, + "toEqual": 10, + "declaration.": 1, + "anotherDeclaration.": 1, + "testEqualSignIsNotAnAssignmentOperator": 1, + "variableA": 6, + "variableB": 5, + "value": 2, + "variableB.": 2, + "testMultipleStatementsInASingleLine": 1, + "variableC": 2, + "variableA.": 1, + "variableC.": 1, + "testInequality": 1, + "testLogicalOr": 1, + "expression": 4, + "<": 2, + "expression.": 2, + "testLogicalAnd": 1, + "&": 1, + "testNot": 1, + "not.": 1, + "testSimpleChainMatches": 1, + "e": 11, + "eCtrl": 3, + "eventKey": 3, + "e.": 1, + "ctrl": 5, + "true.": 1, + "assert": 2, + "matches": 4, + "{": 4, + "}": 4, + "eCtrl.": 2, + "deny": 2, + "a": 1 }, "SourcePawn": { "//#define": 1, @@ -63547,6 +65480,14 @@ "Lazy": 2, "LazyFn": 4, "LazyMemo": 2, + "signature": 2, + "sig": 2, + "LAZY": 1, + "bool": 9, + "string": 14, + "*": 9, + "order": 2, + "b": 58, "functor": 2, "Main": 1, "S": 2, @@ -63566,7 +65507,6 @@ "int": 1, "OptPred": 1, "Target": 1, - "string": 14, "Yes": 1, "Show": 1, "Anns": 1, @@ -63586,7 +65526,6 @@ "ccOpts": 6, "linkOpts": 6, "buildConstants": 2, - "bool": 9, "debugRuntime": 3, "debugFormat": 5, "Dwarf": 3, @@ -63733,7 +65672,6 @@ "Coalesce": 1, "limit": 1, "Bool": 10, - "b": 58, "closureConvertGlobalize": 1, "closureConvertShrink": 1, "String.concatWith": 2, @@ -64036,7 +65974,6 @@ "CommandLine.arguments": 1, "RedBlackTree": 1, "key": 16, - "*": 9, "entry": 12, "dict": 17, "Empty": 15, @@ -64080,72 +66017,31 @@ "new": 1, "insert": 2, "table": 14, - "clear": 1, - "signature": 2, - "sig": 2, - "LAZY": 1, - "order": 2 + "clear": 1 }, "Stata": { "local": 6, - "MAXDIM": 1, - "*": 25, - "Setup": 1, - "sysuse": 1, - "auto": 1, - "Fit": 2, - "a": 30, - "linear": 2, - "regression": 2, - "regress": 5, - "mpg": 1, - "weight": 4, - "foreign": 2, - "better": 1, - "from": 6, - "physics": 1, - "standpoint": 1, - "gen": 1, - "gp100m": 2, - "/mpg": 1, - "Obtain": 1, - "beta": 2, - "coefficients": 1, - "without": 2, - "refitting": 1, - "model": 1, - "Suppress": 1, - "intercept": 1, - "term": 1, - "length": 3, - "noconstant": 1, - "Model": 1, - "already": 2, - "has": 6, - "constant": 2, - "bn.foreign": 1, - "hascons": 1, - "numeric": 4, - "matrix": 3, - "tanh": 1, - "(": 60, - "u": 3, - ")": 61, + "inname": 1, + "outname": 1, + "program": 2, + "hello": 1, + "vers": 1, + "display": 1, + "end": 4, "{": 441, - "eu": 4, - "emu": 4, - "exp": 2, - "-": 42, - "return": 1, - "/": 1, - "+": 2, - "}": 440, - "smcl": 1, + "*": 25, "version": 2, + "mar2014": 1, + "}": 440, + "...": 30, + "Hello": 1, + "world": 1, + "p_end": 47, + "MAXDIM": 1, + "smcl": 1, "Matthew": 2, "White": 2, "jan2014": 1, - "...": 30, "title": 7, "Title": 1, "phang": 4, @@ -64153,7 +66049,9 @@ "odkmeta": 17, "hline": 1, "Create": 4, + "a": 30, "do": 22, + "-": 42, "file": 18, "to": 23, "import": 9, @@ -64169,7 +66067,9 @@ "filename": 3, "opt": 25, "csv": 9, + "(": 60, "csvfile": 3, + ")": 61, "Using": 7, "histogram": 2, "as": 29, @@ -64204,6 +66104,7 @@ "in": 24, "first": 2, "column": 18, + "+": 2, "synoptset": 5, "tabbed": 4, "synopthdr": 4, @@ -64216,8 +66117,8 @@ ".csv": 2, "that": 21, "contains": 3, - "p_end": 47, "metadata": 5, + "from": 6, "survey": 14, "worksheet": 5, "choices": 10, @@ -64287,6 +66188,7 @@ "minimum": 2, "minus": 1, "#": 6, + "constant": 2, "for": 13, "all": 3, "labels": 8, @@ -64334,6 +66236,7 @@ "can": 1, "be": 12, "removed": 1, + "without": 2, "affecting": 1, "tasks.": 1, "User": 1, @@ -64358,6 +66261,7 @@ "such": 2, "simserial": 1, "will": 9, + "numeric": 4, "even": 1, "if": 10, "they": 2, @@ -64396,6 +66300,7 @@ "often": 1, "much": 1, "longer": 1, + "length": 3, "limit": 1, "These": 2, "differences": 1, @@ -64453,6 +66358,7 @@ "exceptions": 1, "variables.": 1, "error": 4, + "has": 6, "or": 7, "splitting": 2, "would": 1, @@ -64520,7 +66426,6 @@ "commas": 1, "double": 3, "quotes": 3, - "end": 4, "must": 2, "enclosed": 1, "another": 1, @@ -64573,6 +66478,7 @@ "#delimit": 1, "dlgtab": 1, "Other": 1, + "already": 2, "exists.": 1, "examples": 1, "Examples": 1, @@ -64609,7 +66515,6 @@ "She": 1, "collaborated": 1, "structure": 1, - "program": 2, "was": 1, "very": 1, "helpful": 1, @@ -64622,14 +66527,42 @@ "Author": 1, "mwhite@poverty": 1, "action.org": 1, - "hello": 1, - "vers": 1, - "display": 1, - "mar2014": 1, - "Hello": 1, - "world": 1, - "inname": 1, - "outname": 1 + "Setup": 1, + "sysuse": 1, + "auto": 1, + "Fit": 2, + "linear": 2, + "regression": 2, + "regress": 5, + "mpg": 1, + "weight": 4, + "foreign": 2, + "better": 1, + "physics": 1, + "standpoint": 1, + "gen": 1, + "gp100m": 2, + "/mpg": 1, + "Obtain": 1, + "beta": 2, + "coefficients": 1, + "refitting": 1, + "model": 1, + "Suppress": 1, + "intercept": 1, + "term": 1, + "noconstant": 1, + "Model": 1, + "bn.foreign": 1, + "hascons": 1, + "matrix": 3, + "tanh": 1, + "u": 3, + "eu": 4, + "emu": 4, + "exp": 2, + "return": 1, + "/": 1 }, "Stylus": { "border": 6, @@ -64721,87 +66654,150 @@ ".fork": 1 }, "Swift": { - "var": 42, - "n": 5, - "while": 2, - "<": 4, - "{": 77, - "*": 7, - "}": 77, - "m": 5, - "do": 1, "let": 43, - "optionalSquare": 2, - "Square": 7, - "(": 89, - "sideLength": 17, - "name": 21, - ")": 89, - ".sideLength": 1, - "enum": 4, - "Suit": 2, - "case": 21, - "Spades": 1, - "Hearts": 1, - "Diamonds": 1, - "Clubs": 1, - "func": 24, - "simpleDescription": 14, - "-": 21, - "String": 27, - "switch": 4, - "self": 3, - ".Spades": 2, - "return": 30, - ".Hearts": 1, - ".Diamonds": 1, - ".Clubs": 1, - "hearts": 1, - "Suit.Hearts": 1, - "heartsDescription": 1, - "hearts.simpleDescription": 1, - "interestingNumbers": 2, - "[": 18, - "]": 18, - "largest": 4, - "for": 10, - "kind": 1, - "numbers": 6, - "in": 11, - "number": 13, - "if": 6, - "greet": 2, - "day": 1, "apples": 1, "oranges": 1, "appleSummary": 1, "fruitSummary": 1, - "struct": 2, - "Card": 2, - "rank": 2, - "Rank": 2, - "suit": 2, - "threeOfSpades": 1, - ".Three": 1, - "threeOfSpadesDescription": 1, - "threeOfSpades.simpleDescription": 1, - "anyCommonElements": 2, - "": 1, - "U": 4, + "var": 42, + "shoppingList": 3, + "[": 18, + "]": 18, + "occupations": 2, + "emptyArray": 1, + "String": 27, + "(": 89, + ")": 89, + "emptyDictionary": 1, + "Dictionary": 1, + "": 1, + "Float": 1, + "//": 1, + "Went": 1, + "shopping": 1, + "and": 1, + "bought": 1, + "everything.": 1, + "individualScores": 2, + "teamScore": 4, + "for": 10, + "score": 2, + "in": 11, + "{": 77, + "if": 6, + "+": 15, + "}": 77, + "else": 1, + "optionalString": 2, + "nil": 1, + "optionalName": 2, + "greeting": 2, + "name": 21, + "vegetable": 2, + "switch": 4, + "case": 21, + "vegetableComment": 4, + "x": 1, "where": 2, - "T": 5, - "Sequence": 2, - "GeneratorType": 3, - "Element": 3, - "Equatable": 1, - "lhs": 2, - "rhs": 2, + "x.hasSuffix": 1, + "default": 2, + "interestingNumbers": 2, + "largest": 4, + "kind": 1, + "numbers": 6, + "number": 13, + "n": 5, + "while": 2, + "<": 4, + "*": 7, + "m": 5, + "do": 1, + "firstForLoop": 3, + "i": 6, + "secondForLoop": 3, + ";": 2, + "println": 1, + "func": 24, + "greet": 2, + "day": 1, + "-": 21, + "return": 30, + "getGasPrices": 2, + "Double": 11, + "sumOf": 3, + "Int...": 1, + "Int": 19, + "sum": 3, + "returnFifteen": 2, + "y": 3, + "add": 2, + "makeIncrementer": 2, + "addOne": 2, + "increment": 2, + "hasAnyMatches": 2, + "list": 2, + "condition": 2, "Bool": 4, - "lhsItem": 2, - "rhsItem": 2, + "item": 4, "true": 2, "false": 2, - "Int": 19, + "lessThanTen": 2, + "numbers.map": 2, + "result": 5, + "sort": 1, + "class": 7, + "Shape": 2, + "numberOfSides": 4, + "simpleDescription": 14, + "myVariable": 2, + "myConstant": 1, + "shape": 1, + "shape.numberOfSides": 1, + "shapeDescription": 1, + "shape.simpleDescription": 1, + "NamedShape": 3, + "init": 4, + "self.name": 1, + "Square": 7, + "sideLength": 17, + "self.sideLength": 2, + "super.init": 2, + "area": 1, + "override": 2, + "test": 1, + "test.area": 1, + "test.simpleDescription": 1, + "EquilateralTriangle": 4, + "perimeter": 1, + "get": 2, + "set": 1, + "newValue": 1, + "/": 1, + "triangle": 3, + "triangle.perimeter": 2, + "triangle.sideLength": 2, + "TriangleAndSquare": 2, + "willSet": 2, + "square.sideLength": 1, + "newValue.sideLength": 2, + "square": 2, + "size": 4, + "triangleAndSquare": 1, + "triangleAndSquare.square.sideLength": 1, + "triangleAndSquare.triangle.sideLength": 2, + "triangleAndSquare.square": 1, + "Counter": 2, + "count": 2, + "incrementBy": 1, + "amount": 2, + "numberOfTimes": 2, + "times": 4, + "counter": 1, + "counter.incrementBy": 1, + "optionalSquare": 2, + ".sideLength": 1, + "enum": 4, + "Rank": 2, "Ace": 1, "Two": 1, "Three": 1, @@ -64815,124 +66811,44 @@ "Jack": 1, "Queen": 1, "King": 1, + "self": 3, ".Ace": 1, ".Jack": 1, ".Queen": 1, ".King": 1, - "default": 2, "self.toRaw": 1, "ace": 1, "Rank.Ace": 1, "aceRawValue": 1, "ace.toRaw": 1, - "sort": 1, - "returnFifteen": 2, - "y": 3, - "add": 2, - "+": 15, - "class": 7, - "Shape": 2, - "numberOfSides": 4, - "emptyArray": 1, - "emptyDictionary": 1, - "Dictionary": 1, - "": 1, - "Float": 1, - "println": 1, - "extension": 1, - "ExampleProtocol": 5, - "mutating": 3, - "adjust": 4, - "EquilateralTriangle": 4, - "NamedShape": 3, - "Double": 11, - "init": 4, - "self.sideLength": 2, - "super.init": 2, - "perimeter": 1, - "get": 2, - "set": 1, - "newValue": 1, - "/": 1, - "override": 2, - "triangle": 3, - "triangle.perimeter": 2, - "triangle.sideLength": 2, - "OptionalValue": 2, - "": 1, - "None": 1, - "Some": 1, - "possibleInteger": 2, - "": 1, - ".None": 1, - ".Some": 1, - "SimpleClass": 2, - "anotherProperty": 1, - "a": 2, - "a.adjust": 1, - "aDescription": 1, - "a.simpleDescription": 1, - "SimpleStructure": 2, - "b": 1, - "b.adjust": 1, - "bDescription": 1, - "b.simpleDescription": 1, - "Counter": 2, - "count": 2, - "incrementBy": 1, - "amount": 2, - "numberOfTimes": 2, - "times": 4, - "counter": 1, - "counter.incrementBy": 1, - "getGasPrices": 2, - "myVariable": 2, - "myConstant": 1, "convertedRank": 1, "Rank.fromRaw": 1, "threeDescription": 1, "convertedRank.simpleDescription": 1, - "protocolValue": 1, - "protocolValue.simpleDescription": 1, - "sumOf": 3, - "Int...": 1, - "sum": 3, - "individualScores": 2, - "teamScore": 4, - "score": 2, - "else": 1, - "vegetable": 2, - "vegetableComment": 4, - "x": 1, - "x.hasSuffix": 1, - "optionalString": 2, - "nil": 1, - "optionalName": 2, - "greeting": 2, - "label": 2, - "width": 2, - "widthLabel": 1, - "shape": 1, - "shape.numberOfSides": 1, - "shapeDescription": 1, - "shape.simpleDescription": 1, - "self.name": 1, - "shoppingList": 3, - "occupations": 2, - "numbers.map": 2, - "result": 5, - "area": 1, - "test": 1, - "test.area": 1, - "test.simpleDescription": 1, - "makeIncrementer": 2, - "addOne": 2, - "increment": 2, - "repeat": 2, - "": 1, - "item": 4, - "ItemType": 3, - "i": 6, + "Suit": 2, + "Spades": 1, + "Hearts": 1, + "Diamonds": 1, + "Clubs": 1, + ".Spades": 2, + ".Hearts": 1, + ".Diamonds": 1, + ".Clubs": 1, + "hearts": 1, + "Suit.Hearts": 1, + "heartsDescription": 1, + "hearts.simpleDescription": 1, + "implicitInteger": 1, + "implicitDouble": 1, + "explicitDouble": 1, + "struct": 2, + "Card": 2, + "rank": 2, + "suit": 2, + "threeOfSpades": 1, + ".Three": 1, + "threeOfSpadesDescription": 1, + "threeOfSpades.simpleDescription": 1, "ServerResponse": 1, "Result": 1, "Error": 1, @@ -64946,33 +66862,50 @@ "serverResponse": 2, ".Error": 1, "error": 1, - "//": 1, - "Went": 1, - "shopping": 1, - "and": 1, - "bought": 1, - "everything.": 1, - "TriangleAndSquare": 2, - "willSet": 2, - "square.sideLength": 1, - "newValue.sideLength": 2, - "square": 2, - "size": 4, - "triangleAndSquare": 1, - "triangleAndSquare.square.sideLength": 1, - "triangleAndSquare.triangle.sideLength": 2, - "triangleAndSquare.square": 1, "protocol": 1, - "firstForLoop": 3, - "secondForLoop": 3, - ";": 2, - "implicitInteger": 1, - "implicitDouble": 1, - "explicitDouble": 1, - "hasAnyMatches": 2, - "list": 2, - "condition": 2, - "lessThanTen": 2 + "ExampleProtocol": 5, + "mutating": 3, + "adjust": 4, + "SimpleClass": 2, + "anotherProperty": 1, + "a": 2, + "a.adjust": 1, + "aDescription": 1, + "a.simpleDescription": 1, + "SimpleStructure": 2, + "b": 1, + "b.adjust": 1, + "bDescription": 1, + "b.simpleDescription": 1, + "extension": 1, + "protocolValue": 1, + "protocolValue.simpleDescription": 1, + "repeat": 2, + "": 1, + "ItemType": 3, + "OptionalValue": 2, + "": 1, + "None": 1, + "Some": 1, + "T": 5, + "possibleInteger": 2, + "": 1, + ".None": 1, + ".Some": 1, + "anyCommonElements": 2, + "": 1, + "U": 4, + "Sequence": 2, + "GeneratorType": 3, + "Element": 3, + "Equatable": 1, + "lhs": 2, + "rhs": 2, + "lhsItem": 2, + "rhsItem": 2, + "label": 2, + "width": 2, + "widthLabel": 1 }, "SystemVerilog": { "module": 3, @@ -65122,6 +67055,12 @@ ".wb_ack_o": 1, "sys.ack": 1, "endmodule": 2, + "fifo": 1, + "clk_50": 1, + "clk_2": 1, + "reset_n": 1, + "data_out": 1, + "empty": 1, "priority_encoder": 1, "INPUT_WIDTH": 3, "OUTPUT_WIDTH": 3, @@ -65139,13 +67078,7 @@ "integer": 2, "log2": 4, "x": 6, - "endfunction": 1, - "fifo": 1, - "clk_50": 1, - "clk_2": 1, - "reset_n": 1, - "data_out": 1, - "empty": 1 + "endfunction": 1 }, "TXL": { "define": 12, @@ -65306,312 +67239,670 @@ "XDG_RUNTIME_DIR": 1 }, "TeX": { - "%": 135, - "NeedsTeXFormat": 1, - "{": 463, - "LaTeX2e": 1, - "}": 469, + "ProvidesFile": 3, + "{": 1765, + "authortitle.cbx": 1, + "}": 1771, + "[": 96, + "abx@cbxid": 1, + "]": 95, + "ExecuteBibliographyOptions": 1, + "uniquename": 1, + "uniquelist": 1, + "autocite": 1, + "footnote": 2, + "renewcommand*": 1, + "iffinalcitedelim": 1, + "iflastcitekey": 1, + "newbool": 1, + "cbx": 7, + "parens": 8, + "newbibmacro*": 6, + "cite": 16, + "%": 321, + "iffieldundef": 22, + "shorthand": 8, + "ifnameundef": 2, + "labelname": 4, + "printnames": 2, + "setunit": 2, + "nametitledelim": 1, + "usebibmacro": 38, + "title": 4, + "citetitle": 4, + "textcite": 6, + "global": 4, + "booltrue": 1, + "addspace": 2, + "bibopenparen": 2, + "ifnumequal": 1, + "value": 1, + "citecount": 1, + "prenote": 8, + "printtext": 6, + "bibhyperref": 2, + "printfield": 9, + "labeltitle": 1, + "postnote": 11, + "ifbool": 3, + "bibcloseparen": 3, + "postnotedelim": 1, + "DeclareCiteCommand": 6, + "citeindex": 8, + "multicitedelim": 7, + "DeclareCiteCommand*": 2, + "parencite": 2, + "mkbibparens": 3, + "footcite": 1, + "mkbibfootnote": 2, + "footcitetext": 1, + "mkbibfootnotetext": 1, + "smartcite": 1, + "iffootnote": 1, + "boolfalse": 2, + "iffirstcitekey": 1, + "setcounter": 6, + "textcitetotal": 2, + "stepcounter": 1, + "textcitedelim": 1, + "DeclareMultiCiteCommand": 1, + "textcites": 1, + "endinput": 3, + "english.lbx": 1, + "abx@lbxid": 1, + "DeclareRedundantLanguages": 1, + "english": 2, + "american": 2, + "british": 1, + "canadian": 1, + "australian": 1, + "newzealand": 1, + "USenglish": 1, + "UKenglish": 1, + "DeclareBibliographyExtras": 1, + "protected": 16, + "def": 32, + "bibrangedash": 2, + "textendash": 1, + "penalty": 2, + "hyphenpenalty": 1, + "breakable": 1, + "dash": 1, + "bibdatedash": 9, + "finalandcomma": 109, + "addcomma": 1, + "finalandsemicolon": 1, + "addsemicolon": 1, + "mkbibordinal#1": 1, + "begingroup": 2, + "@tempcnta0#1": 1, + "relax": 6, + "number": 3, + "@tempcnta": 7, + "@whilenum": 2, + "do": 2, + "advance": 3, + "-": 15, + "ifnum": 4, + "fi": 17, + "ifcase": 1, + "th": 2, + "or": 4, + "st": 1, + "nd": 1, + "rd": 1, + "else": 10, + "endgroup": 2, + "mkbibmascord": 1, + "mkbibordinal": 3, + "mkbibfemord": 1, + "mkbibneutord": 1, + "mkbibdatelong#1#2#3": 1, + "#2": 21, + "mkbibmonth": 1, + "thefield": 8, + "#3": 14, + "#1": 50, + "space": 10, + "nobreakspace": 1, + "stripzeros": 2, + "iffieldbibstring": 2, + "bibstring": 2, + "mkbibdateshort#1#2#3": 1, + "mkdatezeros": 3, + "/": 4, + "savecommand": 4, + "mkbibrangecomp": 3, + "mkbibrangecompextra": 3, + "mkbibrangeterse": 3, + "mkbibrangeterseextra": 3, + "lbx@us@mkbibrangetrunc@long": 1, + "long": 2, + "lbx@us@mkbibrangetrunc@short": 1, + "short": 2, + "lbx@us@mkbibrangetruncextra@long": 1, + "lbx@us@mkbibrangetruncextra@short": 1, + "UndeclareBibliographyExtras": 1, + "restorecommand": 4, + "DeclareBibliographyStrings": 1, + "bibliography": 1, + "Bibliography": 2, + "references": 2, + "References": 3, + "shorthands": 1, + "List": 1, + "of": 24, + "Abbreviations": 2, + "editor": 25, + "ed": 21, + "adddot": 257, + "editors": 25, + "eds": 7, + "compiler": 2, + "comp": 4, + "compilers": 2, + "redactor": 2, + "red": 4, + "redactors": 2, + "reviser": 2, + "rev": 5, + "revisers": 2, + "founder": 2, + "found": 3, + "founders": 2, + "continuator": 1, + "continued": 3, + "cont": 3, + "FIXME": 5, + "unsure": 5, + "continuators": 1, + "collaborator": 2, + "collab": 3, + "collaborators": 2, + "translator": 16, + "trans": 51, + "translators": 16, + "commentator": 11, + "comm": 31, + "commentators": 11, + "annotator": 11, + "annot": 34, + "annotators": 11, + "commentary": 9, + "annotations": 11, + "introduction": 30, + "intro": 2, + "foreword": 30, + "forew": 20, + "afterword": 30, + "afterw": 20, + "editortr": 1, + "and": 200, + "adddotspace": 57, + "editorstr": 1, + "editorco": 1, + "editorsco": 1, + "editoran": 1, + "editorsan": 1, + "editorin": 1, + "introd": 18, + "editorsin": 1, + "editorfo": 1, + "editorsfo": 1, + "editoraf": 1, + "editorsaf": 1, + "editortrco": 1, + "ed.": 28, + "addabbrvspace": 52, + "editorstrco": 1, + "eds.": 17, + "editortran": 1, + "editorstran": 1, + "editortrin": 1, + "editorstrin": 1, + "editortrfo": 1, + "editorstrfo": 1, + "editortraf": 1, + "editorstraf": 1, + "editorcoin": 1, + "editorscoin": 1, + "editorcofo": 1, + "editorscofo": 1, + "editorcoaf": 1, + "editorscoaf": 1, + "editoranin": 1, + "editorsanin": 1, + "editoranfo": 1, + "editorsanfo": 1, + "editoranaf": 1, + "editorsanaf": 1, + "editortrcoin": 1, + "trans.": 24, + "editorstrcoin": 1, + "editortrcofo": 1, + "editorstrcofo": 1, + "editortrcoaf": 1, + "editorstrcoaf": 1, + "editortranin": 1, + "editorstranin": 1, + "editortranfo": 1, + "editorstranfo": 1, + "editortranaf": 1, + "editorstranaf": 1, + "translatorco": 1, + "translatorsco": 1, + "translatoran": 1, + "translatorsan": 1, + "translatorin": 1, + "translation": 19, + "translatorsin": 1, + "translatorfo": 1, + "translatorsfo": 1, + "translatoraf": 1, + "translatorsaf": 1, + "translatorcoin": 1, + "translatorscoin": 1, + "translatorcofo": 1, + "translatorscofo": 1, + "translatorcoaf": 1, + "translatorscoaf": 1, + "translatoranin": 1, + "translatorsanin": 1, + "translatoranfo": 1, + "translatorsanfo": 1, + "translatoranaf": 1, + "translatorsanaf": 1, + "byauthor": 1, + "by": 103, + "byeditor": 1, + "edited": 24, + "bycompiler": 1, + "compiled": 1, + "byredactor": 1, + "redacted": 1, + "byreviser": 1, + "revised": 1, + "byreviewer": 1, + "reviewed": 1, + "byfounder": 1, + "founded": 1, + "bycontinuator": 1, + "bycollaborator": 1, + "in": 37, + "collaboration": 1, + "with": 71, + "bytranslator": 1, + "translated": 26, + "lbx@lfromlang": 24, + "lbx@sfromlang": 24, + "bycommentator": 1, + "commented": 13, + "byannotator": 1, + "annotated": 13, + "withcommentator": 1, + "a": 24, + "comment": 2, + "withannotator": 1, + "annots": 1, + "withintroduction": 1, + "an": 40, + "withforeword": 1, + "withafterword": 1, + "byeditortr": 1, + "byeditorco": 1, + "byeditoran": 1, + "byeditorin": 1, + "introd.": 9, + "byeditorfo": 1, + "forew.": 9, + "byeditoraf": 1, + "afterw.": 9, + "byeditortrco": 1, + "byeditortran": 1, + "byeditortrin": 1, + "byeditortrfo": 1, + "byeditortraf": 1, + "byeditorcoin": 1, + "comm.": 9, + "byeditorcofo": 1, + "byeditorcoaf": 1, + "byeditoranin": 1, + "annot.": 6, + "byeditoranfo": 1, + "byeditoranaf": 1, + "byeditortrcoin": 1, + "byeditortrcofo": 1, + "byeditortrcoaf": 1, + "byeditortranin": 1, + "byeditortranfo": 1, + "byeditortranaf": 1, + "bytranslatorco": 1, + "bytranslatoran": 1, + "bytranslatorin": 1, + "bytranslatorfo": 1, + "bytranslatoraf": 1, + "bytranslatorcoin": 1, + "bytranslatorcofo": 1, + "bytranslatorcoaf": 1, + "bytranslatoranin": 1, + "bytranslatoranfo": 1, + "bytranslatoranaf": 1, + "andothers": 1, + "et": 4, + "al": 4, + "andmore": 1, + "volume": 3, + "vol": 2, + "volumes": 2, + "vols": 1, + "involumes": 1, + "jourvol": 1, + "jourser": 1, + "series": 3, + "ser": 3, + "book": 5, + "part": 3, + "issue": 3, + "newseries": 1, + "new": 3, + "oldseries": 1, + "old": 2, + "edition": 2, + "reprint": 3, + "repr": 3, + "reprintof": 1, + "reprintas": 1, + "reprinted": 2, + "as": 10, + "rpt": 1, + "reprintfrom": 1, + "from": 53, + "reviewof": 1, + "review": 1, + "translationof": 1, + "translationas": 1, + "translationfrom": 1, + "origpubas": 1, + "originally": 2, + "published": 4, + "orig": 2, + "pub": 2, + "origpubin": 1, + "astitle": 1, + "bypublisher": 1, + "page": 7, + "p": 2, + "pages": 5, + "pp": 2, + "column": 2, + "col": 1, + "columns": 2, + "cols": 1, + "line": 4, + "l": 1, + "lines": 2, + "ll": 1, + "nodate": 1, + "no": 2, + "date": 1, + "n": 6, + "d": 2, + "verse": 2, + "v": 1, + "verses": 2, + "vv": 1, + "section": 4, + "S": 3, + "sections": 2, + "paragraph": 2, + "par": 8, + "paragraphs": 2, + "inseries": 1, + "ofseries": 1, + "chapter": 11, + "chap": 2, + "mathesis": 1, + "Master": 1, + "s": 1, + "thesis": 6, + "MA": 1, + "phdthesis": 1, + "PhD": 2, + "candthesis": 1, + "Candidate": 1, + "Cand": 1, + "resreport": 1, + "research": 2, + "report": 2, + "rep": 2, + "techreport": 1, + "technical": 1, + "tech": 1, + "software": 3, + "computer": 1, + "datacd": 1, + "CD": 4, + "ROM": 2, + "audiocd": 1, + "audio": 2, + "version": 3, + "url": 3, + "address": 2, + "urlfrom": 1, + "available": 2, + "urlseen": 1, + "visited": 2, + "on": 8, + "inpreparation": 1, + "preparation": 2, + "submitted": 3, + "forthcoming": 3, + "inpress": 1, + "press": 2, + "prepublished": 1, + "pre": 2, + "citedas": 1, + "henceforth": 2, + "cited": 4, + "thiscite": 1, + "especially": 1, + "esp": 1, + "seenote": 1, + "see": 7, + "note": 1, + "quotedin": 1, + "quoted": 1, + "qtd": 1, + "idem": 7, + "idemsm": 1, + "idemsf": 1, + "eadem": 4, + "idemsn": 1, + "idempm": 1, + "eidem": 4, + "idempf": 1, + "eaedem": 2, + "idempn": 1, + "idempp": 1, + "ibidem": 2, + "ibid": 1, + "opcit": 1, + "op": 2, + "cit": 6, + "loccit": 1, + "loc": 2, + "confer": 1, + "cf": 2, + "sequens": 1, + "sq": 2, + "sequentes": 1, + "sqq": 2, + "passim": 2, + "pass": 1, + "seealso": 1, + "also": 2, + "backrefpage": 1, + "backrefpages": 1, + "january": 1, + "January": 1, + "Jan": 1, + "february": 1, + "February": 1, + "Feb": 1, + "march": 1, + "March": 1, + "Mar": 1, + "april": 1, + "April": 1, + "Apr": 1, + "may": 1, + "May": 2, + "june": 1, + "June": 2, + "july": 1, + "July": 2, + "august": 1, + "August": 1, + "Aug": 1, + "september": 1, + "September": 1, + "Sept": 1, + "october": 1, + "October": 1, + "Oct": 1, + "november": 1, + "November": 1, + "Nov": 1, + "december": 1, + "December": 1, + "Dec": 1, + "langamerican": 1, + "American": 4, + "langbrazilian": 1, + "Brazilian": 4, + "langcatalan": 1, + "Catalan": 4, + "langcroatian": 1, + "Croatian": 4, + "langczech": 1, + "Czech": 4, + "langdanish": 1, + "Danish": 4, + "langdutch": 1, + "Dutch": 4, + "langenglish": 1, + "English": 4, + "langfinnish": 1, + "Finnish": 4, + "langfrench": 1, + "French": 8, + "langgerman": 1, + "German": 8, + "langgreek": 1, + "Greek": 4, + "langitalian": 1, + "Italian": 4, + "langlatin": 1, + "Latin": 4, + "langnorwegian": 1, + "Norwegian": 4, + "langpolish": 1, + "Polish": 4, + "langportuguese": 1, + "Portuguese": 4, + "langrussian": 1, + "Russian": 4, + "langslovene": 1, + "Slovene": 4, + "langspanish": 1, + "Spanish": 4, + "langswedish": 1, + "Swedish": 4, + "fromamerican": 1, + "the": 61, + "frombrazilian": 1, + "fromcatalan": 1, + "fromcroatian": 1, + "fromczech": 1, + "fromdanish": 1, + "fromdutch": 1, + "fromenglish": 1, + "fromfinnish": 1, + "fromfrench": 1, + "fromgerman": 1, + "fromgreek": 1, + "fromitalian": 1, + "fromlatin": 1, + "fromnorwegian": 1, + "frompolish": 1, + "fromportuguese": 1, + "fromrussian": 1, + "fromslovene": 1, + "fromspanish": 1, + "fromswedish": 1, + "countryde": 1, + "Germany": 1, + "DE": 1, + "countryeu": 1, + "European": 6, + "Union": 2, + "EU": 1, + "countryep": 1, + "EP": 1, + "countryfr": 1, + "France": 1, + "FR": 1, + "countryuk": 1, + "United": 2, + "Kingdom": 1, + "GB": 1, + "countryus": 1, + "States": 1, + "America": 1, + "US": 1, + "patent": 13, + "pat": 12, + "patentde": 1, + "patenteu": 1, + "patentfr": 1, + "patentuk": 1, + "British": 4, + "patentus": 1, + "U.S": 4, + "patreq": 1, + "request": 6, + "req": 6, + "patreqde": 1, + "patreqeu": 1, + "patreqfr": 1, + "patrequk": 1, + "patrequs": 1, + "file": 3, + "library": 3, + "abstract": 4, + "annotation": 1, + "gdef": 10, + "lbx@us@mkbibrangetrunc@long#1#2": 1, + "#2year": 14, + "#2date": 4, + "iffieldsequal": 8, + "#2endyear": 22, + "csuse": 16, + "mkbibdate#1": 16, + "#2month": 10, + "#2day": 8, + "iffieldequalstr": 4, + "mbox": 4, + "#2endmonth": 8, + "#2endday": 8, + "lbx@us@mkbibrangetrunc@short#1#2": 1, + "lbx@us@mkbibrangetruncextra@long#1#2": 1, + "extrayear": 6, + "lbx@us@mkbibrangetruncextra@short#1#2": 1, "ProvidesClass": 2, - "reedthesis": 1, - "[": 81, - "/01/27": 1, - "The": 4, - "Reed": 5, - "College": 5, - "Thesis": 5, - "Class": 4, - "]": 80, + "problemset": 1, "DeclareOption*": 2, "PassOptionsToClass": 2, - "CurrentOption": 1, - "book": 2, - "ProcessOptions": 2, - "relax": 3, - "LoadClass": 2, - "RequirePackage": 20, - "fancyhdr": 2, - "AtBeginDocument": 1, - "fancyhf": 2, - "fancyhead": 5, - "LE": 1, - "RO": 1, - "thepage": 2, - "above": 1, - "makes": 2, - "your": 1, - "headers": 6, - "in": 20, - "all": 2, - "caps.": 2, - "If": 1, - "you": 1, - "would": 1, - "like": 1, - "different": 1, - "choose": 1, - "one": 1, - "of": 14, - "the": 19, - "following": 2, - "options": 1, - "(": 12, - "be": 3, - "sure": 1, - "to": 16, - "remove": 1, - "symbol": 4, - "from": 5, - "both": 1, - "right": 16, - "and": 5, - "left": 15, - ")": 12, - "RE": 2, - "slshape": 2, - "nouppercase": 2, - "leftmark": 2, - "This": 2, - "on": 2, - "RIGHT": 2, - "side": 2, - "pages": 2, - "italic": 1, - "use": 1, - "lowercase": 1, - "With": 1, - "Capitals": 1, - "When": 1, - "Specified.": 1, - "LO": 2, - "rightmark": 2, - "does": 1, - "same": 1, - "thing": 1, - "LEFT": 2, - "or": 1, - "scshape": 2, - "will": 2, - "small": 8, - "And": 1, - "so": 1, - "pagestyle": 3, - "fancy": 1, - "let": 11, - "oldthebibliography": 2, - "thebibliography": 2, - "endoldthebibliography": 2, - "endthebibliography": 1, - "renewenvironment": 2, - "#1": 40, - "addcontentsline": 5, - "toc": 5, - "chapter": 9, - "bibname": 2, - "end": 12, - "things": 1, - "for": 21, - "psych": 1, - "majors": 1, - "comment": 1, - "out": 1, - "oldtheindex": 2, - "theindex": 2, - "endoldtheindex": 2, - "endtheindex": 1, - "indexname": 1, - "RToldchapter": 1, - "renewcommand": 10, - "if@openright": 1, - "RTcleardoublepage": 3, - "else": 9, - "clearpage": 4, - "fi": 15, - "thispagestyle": 5, - "empty": 6, - "global": 2, - "@topnum": 1, - "z@": 2, - "@afterindentfalse": 1, - "secdef": 1, - "@chapter": 2, - "@schapter": 1, - "def": 18, - "#2": 17, - "ifnum": 3, - "c@secnumdepth": 1, - "m@ne": 2, - "if@mainmatter": 1, - "refstepcounter": 1, - "typeout": 1, - "@chapapp": 2, - "space": 8, - "thechapter.": 1, - "thechapter": 1, - "space#1": 1, - "chaptermark": 1, - "addtocontents": 2, - "lof": 1, - "protect": 2, - "addvspace": 2, - "p@": 3, - "lot": 1, - "if@twocolumn": 3, - "@topnewpage": 1, - "@makechapterhead": 2, - "@afterheading": 1, - "newcommand": 2, - "if@twoside": 1, - "ifodd": 1, - "c@page": 1, - "hbox": 15, - "newpage": 3, - "RToldcleardoublepage": 1, - "cleardoublepage": 4, - "setlength": 12, - "oddsidemargin": 2, - ".5in": 3, - "evensidemargin": 2, - "textwidth": 4, - "textheight": 4, - "topmargin": 6, - "addtolength": 8, - "headheight": 4, - "headsep": 3, - ".6in": 1, - "pt": 5, - "division#1": 1, - "gdef": 6, - "@division": 3, - "@latex@warning@no@line": 3, - "No": 3, - "noexpand": 3, - "division": 2, - "given": 3, - "department#1": 1, - "@department": 3, - "department": 1, - "thedivisionof#1": 1, - "@thedivisionof": 3, - "Division": 2, - "approvedforthe#1": 1, - "@approvedforthe": 3, - "advisor#1": 1, - "@advisor": 3, - "advisor": 1, - "altadvisor#1": 1, - "@altadvisor": 3, - "@altadvisortrue": 1, - "@empty": 1, - "newif": 1, - "if@altadvisor": 3, - "@altadvisorfalse": 1, - "contentsname": 1, - "Table": 1, - "Contents": 1, - "References": 1, - "l@chapter": 1, - "c@tocdepth": 1, - "addpenalty": 1, - "@highpenalty": 2, - "vskip": 4, - "em": 8, - "@plus": 1, - "@tempdima": 2, - "begingroup": 1, - "parindent": 2, - "rightskip": 1, - "@pnumwidth": 3, - "parfillskip": 1, - "-": 9, - "leavevmode": 1, - "bfseries": 3, - "advance": 1, - "leftskip": 2, - "hskip": 1, - "nobreak": 2, - "normalfont": 1, - "leaders": 1, - "m@th": 1, - "mkern": 2, - "@dotsep": 2, - "mu": 2, - ".": 3, - "hfill": 3, - "hb@xt@": 1, - "hss": 1, - "par": 6, - "penalty": 1, - "endgroup": 1, - "newenvironment": 1, - "abstract": 1, - "@restonecoltrue": 1, - "onecolumn": 1, - "@restonecolfalse": 1, - "Abstract": 2, - "begin": 11, - "center": 7, - "fontsize": 7, - "selectfont": 6, - "if@restonecol": 1, - "twocolumn": 1, - "ifx": 1, - "@pdfoutput": 1, - "@undefined": 1, - "RTpercent": 3, - "@percentchar": 1, - "AtBeginDvi": 2, - "special": 2, - "LaTeX": 3, - "/12/04": 3, - "SN": 3, - "rawpostscript": 1, - "AtEndDocument": 1, - "pdfinfo": 1, - "/Creator": 1, - "maketitle": 1, - "titlepage": 2, - "footnotesize": 2, - "footnoterule": 1, - "footnote": 1, - "thanks": 1, - "baselineskip": 2, - "setbox0": 2, - "Requirements": 2, - "Degree": 2, - "setcounter": 5, - "page": 4, - "null": 3, - "vfil": 8, - "@title": 1, - "centerline": 8, - "wd0": 7, - "hrulefill": 5, - "A": 1, - "Presented": 1, - "In": 1, - "Partial": 1, - "Fulfillment": 1, - "Bachelor": 1, - "Arts": 1, - "bigskip": 2, - "lineskip": 1, - ".75em": 1, - "tabular": 2, - "t": 1, - "c": 5, - "@author": 1, - "@date": 1, - "Approved": 2, - "just": 1, - "below": 2, - "cm": 2, - "not": 2, - "copy0": 1, - "approved": 1, - "major": 1, - "sign": 1, - "makebox": 6, - "problemset": 1, "final": 2, "article": 2, "DeclareOption": 2, @@ -65620,9 +67911,15 @@ "@solutionvis": 3, "expand": 1, "@expand": 3, + "ProcessOptions": 2, + "LoadClass": 2, + "pt": 5, "letterpaper": 1, + "RequirePackage": 20, "top": 1, "bottom": 1, + "left": 15, + "right": 16, "geometry": 1, "pgfkeys": 1, "For": 13, @@ -65633,10 +67930,13 @@ "heading": 2, "float": 1, "Used": 6, + "for": 21, "floats": 1, + "(": 12, "tables": 1, "figures": 1, "etc.": 1, + ")": 12, "graphicx": 1, "inserting": 3, "images.": 1, @@ -65655,6 +67955,7 @@ "partial": 2, "Optional.": 1, "shortintertext.": 1, + "fancyhdr": 2, "customizing": 1, "headers/footers.": 1, "lastpage": 1, @@ -65667,15 +67968,14 @@ "obeyFinal": 1, "Disable": 1, "todos": 1, - "by": 1, "option": 1, "class": 1, "@todoclr": 2, "linecolor": 1, - "red": 1, "todonotes": 1, "keeping": 1, "track": 1, + "to": 16, "dos.": 1, "colorlinks": 1, "true": 1, @@ -65684,14 +67984,12 @@ "urlcolor": 1, "black": 2, "hyperref": 1, + "following": 2, "urls": 2, - "references": 1, - "a": 2, "document.": 1, - "url": 2, "Enables": 1, - "with": 5, "tag": 1, + "all": 2, "hypcap": 1, "definecolor": 2, "gray": 1, @@ -65700,21 +67998,24 @@ "brightness": 1, "RGB": 1, "coloring": 1, + "setlength": 12, "parskip": 1, "ex": 2, "Sets": 1, "between": 1, "paragraphs.": 2, + "parindent": 2, "Indent": 1, "first": 1, - "line": 2, - "new": 1, + "let": 11, "VERBATIM": 2, "verbatim": 2, "verbatim@font": 1, + "small": 8, "ttfamily": 1, "usepackage": 2, "caption": 1, + "footnotesize": 2, "subcaption": 1, "captionsetup": 4, "table": 2, @@ -65726,36 +68027,44 @@ "bf": 4, "figure": 2, "subtable": 1, - "parens": 1, "subfigure": 1, "TRUE": 1, "FALSE": 1, "SHOW": 3, "HIDE": 2, + "thispagestyle": 5, + "empty": 6, "listoftodos": 1, + "clearpage": 4, "pagenumbering": 1, "arabic": 2, "shortname": 2, "authorname": 2, "coursename": 3, - "#3": 8, "assignment": 3, "#4": 4, "duedate": 2, "#5": 2, + "begin": 11, "minipage": 4, + "textwidth": 4, "flushleft": 2, "hypertarget": 1, "@assignment": 2, "textbf": 5, + "end": 12, "flushright": 2, + "renewcommand": 10, "headrulewidth": 1, "footrulewidth": 1, + "pagestyle": 3, "fancyplain": 4, + "fancyhf": 2, "lfoot": 1, "hyperlink": 1, "cfoot": 1, "rfoot": 1, + "thepage": 2, "pageref": 1, "LastPage": 1, "newcounter": 1, @@ -65767,6 +68076,7 @@ "addtocounter": 2, "equation": 1, "noindent": 2, + ".": 3, "textit": 1, "Default": 2, "is": 2, @@ -65775,18 +68085,17 @@ "after": 1, "solution": 2, "qqed": 2, + "hfill": 3, "rule": 1, "mm": 2, "pagebreak": 2, "show": 1, "solutions.": 1, "vspace": 2, + "em": 8, "Solution.": 1, "ifnum#1": 2, - "chap": 1, - "section": 2, "Sum": 3, - "n": 4, "ensuremath": 15, "sum_": 2, "infsum": 2, @@ -65797,7 +68106,6 @@ "x": 4, "int_": 1, "mathrm": 1, - "d": 1, "Integrate": 1, "respect": 1, "Lim": 2, @@ -65808,7 +68116,6 @@ "infinity": 1, "f": 1, "Frac": 1, - "/": 1, "_": 1, "Slanted": 1, "fraction": 1, @@ -65837,8 +68144,10 @@ "circ": 1, "adding": 1, "degree": 1, + "symbol": 4, "even": 1, "if": 1, + "not": 2, "abs": 1, "vert": 3, "Absolute": 1, @@ -65892,7 +68201,243 @@ "del": 3, "cdot": 1, "Curl": 1, - "Grad": 1 + "Grad": 1, + "NeedsTeXFormat": 1, + "LaTeX2e": 1, + "reedthesis": 1, + "/01/27": 1, + "The": 4, + "Reed": 5, + "College": 5, + "Thesis": 5, + "Class": 4, + "CurrentOption": 1, + "AtBeginDocument": 1, + "fancyhead": 5, + "LE": 1, + "RO": 1, + "above": 1, + "makes": 2, + "your": 1, + "headers": 6, + "caps.": 2, + "If": 1, + "you": 1, + "would": 1, + "like": 1, + "different": 1, + "choose": 1, + "one": 1, + "options": 1, + "be": 3, + "sure": 1, + "remove": 1, + "both": 1, + "RE": 2, + "slshape": 2, + "nouppercase": 2, + "leftmark": 2, + "This": 2, + "RIGHT": 2, + "side": 2, + "italic": 1, + "use": 1, + "lowercase": 1, + "With": 1, + "Capitals": 1, + "When": 1, + "Specified.": 1, + "LO": 2, + "rightmark": 2, + "does": 1, + "same": 1, + "thing": 1, + "LEFT": 2, + "scshape": 2, + "will": 2, + "And": 1, + "so": 1, + "fancy": 1, + "oldthebibliography": 2, + "thebibliography": 2, + "endoldthebibliography": 2, + "endthebibliography": 1, + "renewenvironment": 2, + "addcontentsline": 5, + "toc": 5, + "bibname": 2, + "things": 1, + "psych": 1, + "majors": 1, + "out": 1, + "oldtheindex": 2, + "theindex": 2, + "endoldtheindex": 2, + "endtheindex": 1, + "indexname": 1, + "RToldchapter": 1, + "if@openright": 1, + "RTcleardoublepage": 3, + "@topnum": 1, + "z@": 2, + "@afterindentfalse": 1, + "secdef": 1, + "@chapter": 2, + "@schapter": 1, + "c@secnumdepth": 1, + "m@ne": 2, + "if@mainmatter": 1, + "refstepcounter": 1, + "typeout": 1, + "@chapapp": 2, + "thechapter.": 1, + "thechapter": 1, + "space#1": 1, + "chaptermark": 1, + "addtocontents": 2, + "lof": 1, + "protect": 2, + "addvspace": 2, + "p@": 3, + "lot": 1, + "if@twocolumn": 3, + "@topnewpage": 1, + "@makechapterhead": 2, + "@afterheading": 1, + "newcommand": 2, + "if@twoside": 1, + "ifodd": 1, + "c@page": 1, + "hbox": 15, + "newpage": 3, + "RToldcleardoublepage": 1, + "cleardoublepage": 4, + "oddsidemargin": 2, + ".5in": 3, + "evensidemargin": 2, + "textheight": 4, + "topmargin": 6, + "addtolength": 8, + "headheight": 4, + "headsep": 3, + ".6in": 1, + "division#1": 1, + "@division": 3, + "@latex@warning@no@line": 3, + "No": 3, + "noexpand": 3, + "division": 2, + "given": 3, + "department#1": 1, + "@department": 3, + "department": 1, + "thedivisionof#1": 1, + "@thedivisionof": 3, + "Division": 2, + "approvedforthe#1": 1, + "@approvedforthe": 3, + "advisor#1": 1, + "@advisor": 3, + "advisor": 1, + "altadvisor#1": 1, + "@altadvisor": 3, + "@altadvisortrue": 1, + "@empty": 1, + "newif": 1, + "if@altadvisor": 3, + "@altadvisorfalse": 1, + "contentsname": 1, + "Table": 1, + "Contents": 1, + "l@chapter": 1, + "c@tocdepth": 1, + "addpenalty": 1, + "@highpenalty": 2, + "vskip": 4, + "@plus": 1, + "@tempdima": 2, + "rightskip": 1, + "@pnumwidth": 3, + "parfillskip": 1, + "leavevmode": 1, + "bfseries": 3, + "leftskip": 2, + "hskip": 1, + "nobreak": 2, + "normalfont": 1, + "leaders": 1, + "m@th": 1, + "mkern": 2, + "@dotsep": 2, + "mu": 2, + "hb@xt@": 1, + "hss": 1, + "newenvironment": 1, + "@restonecoltrue": 1, + "onecolumn": 1, + "@restonecolfalse": 1, + "Abstract": 2, + "center": 7, + "fontsize": 7, + "selectfont": 6, + "if@restonecol": 1, + "twocolumn": 1, + "ifx": 1, + "@pdfoutput": 1, + "@undefined": 1, + "RTpercent": 3, + "@percentchar": 1, + "AtBeginDvi": 2, + "special": 2, + "LaTeX": 3, + "/12/04": 3, + "SN": 3, + "rawpostscript": 1, + "AtEndDocument": 1, + "pdfinfo": 1, + "/Creator": 1, + "maketitle": 1, + "titlepage": 2, + "footnoterule": 1, + "thanks": 1, + "baselineskip": 2, + "setbox0": 2, + "Requirements": 2, + "Degree": 2, + "null": 3, + "vfil": 8, + "@title": 1, + "centerline": 8, + "wd0": 7, + "hrulefill": 5, + "A": 1, + "Presented": 1, + "In": 1, + "Partial": 1, + "Fulfillment": 1, + "Bachelor": 1, + "Arts": 1, + "bigskip": 2, + "lineskip": 1, + ".75em": 1, + "tabular": 2, + "t": 1, + "c": 5, + "@author": 1, + "@date": 1, + "Approved": 2, + "just": 1, + "below": 2, + "cm": 2, + "copy0": 1, + "approved": 1, + "major": 1, + "sign": 1, + "makebox": 6, + "verbose.bbx": 1, + "abx@bbxid": 1, + "RequireBibliographyStyle": 1, + "authortitle": 1 }, "Tea": { "<%>": 1, @@ -66542,6 +69087,73 @@ "endcase": 3, "default": 2, "endmodule": 18, + "control": 1, + "en": 13, + "dsp_sel": 9, + "an": 6, + "wire": 67, + "a": 5, + "b": 3, + "c": 3, + "d": 3, + "e": 3, + "f": 2, + "g": 2, + "h": 2, + "i": 62, + "j": 2, + "k": 2, + "l": 2, + "assign": 23, + "FDRSE": 6, + "#": 10, + ".INIT": 6, + "b0": 27, + "Synchronous": 12, + ".S": 6, + "b1": 19, + "Initial": 6, + "value": 6, + "of": 8, + "register": 6, + "DFF2": 1, + ".Q": 6, + "Data": 13, + ".C": 6, + "Clock": 14, + ".CE": 6, + "enable": 6, + ".D": 6, + ".R": 6, + "set": 6, + "DFF0": 1, + "DFF6": 1, + "DFF4": 1, + "DFF10": 1, + "DFF8": 1, + "hex_display": 1, + "num": 5, + "hex0": 2, + "hex1": 2, + "hex2": 2, + "hex3": 2, + "seg_7": 4, + "hex_group0": 1, + ".num": 4, + ".en": 4, + ".seg": 4, + "hex_group1": 1, + "hex_group2": 1, + "hex_group3": 1, + "mux": 1, + "opA": 4, + "opB": 3, + "sum": 5, + "out": 5, + "cout": 4, + "b0000": 1, + "b01": 1, + "b11": 1, "pipeline_registers": 1, "BIT_WIDTH": 5, "pipe_in": 4, @@ -66549,7 +69161,6 @@ "NUMBER_OF_STAGES": 7, "generate": 3, "genvar": 3, - "i": 62, "*": 4, "BIT_WIDTH*": 5, "pipe_gen": 6, @@ -66558,24 +69169,7 @@ "pipeline": 2, "BIT_WIDTH*i": 2, "endgenerate": 3, - "ns/1ps": 2, - "e0": 1, - "x": 41, - "y": 21, - "assign": 23, - "{": 11, - "}": 11, - "e1": 1, - "ch": 1, - "z": 7, - "o": 6, - "&": 6, - "maj": 1, - "|": 2, - "s0": 1, - "s1": 1, "ps2_mouse": 1, - "Clock": 14, "Input": 2, "Reset": 1, "inout": 2, @@ -66583,7 +69177,6 @@ "PS2": 2, "Bidirectional": 2, "ps2_dat": 3, - "Data": 13, "the_command": 2, "Command": 1, "to": 3, @@ -66607,7 +69200,6 @@ "received": 1, "start_receiving_data": 3, "wait_for_incoming_data": 3, - "wire": 67, "ps2_clk_posedge": 3, "Internal": 2, "Wires": 1, @@ -66626,11 +69218,9 @@ "PS2_STATE_2_COMMAND_OUT": 2, "h3": 1, "PS2_STATE_4_END_DELAYED": 4, - "b1": 19, "Defaults": 1, "PS2_STATE_1_DATA_IN": 3, "||": 1, - "b0": 27, "PS2_STATE_3_END_TRANSFER": 3, "h00": 1, "&&": 3, @@ -66657,57 +69247,39 @@ ".ps2_data": 1, ".received_data": 1, ".received_data_en": 1, - "hex_display": 1, - "num": 5, - "en": 13, - "hex0": 2, - "hex1": 2, - "hex2": 2, - "hex3": 2, - "seg_7": 4, - "hex_group0": 1, - ".num": 4, - ".en": 4, - ".seg": 4, - "hex_group1": 1, - "hex_group2": 1, - "hex_group3": 1, - "t_div_pipelined": 1, - "start": 12, - "dividend": 3, - "divisor": 5, - "data_valid": 7, - "div_by_zero": 2, - "quotient": 2, - "quotient_correct": 1, - "BITS": 2, - "div_pipelined": 2, - "#": 10, - ".BITS": 1, - ".reset_n": 3, - ".dividend": 1, - ".divisor": 1, - ".quotient": 1, - ".div_by_zero": 1, - ".start": 2, - ".data_valid": 2, - "initial": 3, - "#10": 10, - "#50": 2, - "#1": 1, - "#1000": 1, - "finish": 2, - "#5": 3, + "ns/1ps": 2, + "e0": 1, + "x": 41, + "y": 21, + "{": 11, + "}": 11, + "e1": 1, + "ch": 1, + "z": 7, + "o": 6, + "&": 6, + "maj": 1, + "|": 2, + "s0": 1, + "s1": 1, + "sign_extender": 1, + "INPUT_WIDTH": 5, + "OUTPUT_WIDTH": 4, + "original": 3, + "sign_extended_original": 2, + "sign_extend": 3, + "gen_sign_extend": 1, "sqrt_pipelined": 3, + "start": 12, "optional": 2, "INPUT_BITS": 28, "radicand": 12, "unsigned": 2, + "data_valid": 7, "valid": 2, "OUTPUT_BITS": 14, "root": 8, "number": 2, - "of": 8, "bits": 2, "any": 1, "integer": 1, @@ -66724,18 +69296,47 @@ "is": 4, "odd": 1, "this": 2, - "a": 5, "INPUT_BITS*": 27, "<<": 2, "i/2": 2, "even": 1, "pipeline_stage": 1, "INPUT_BITS*i": 5, + "t_button_debounce": 1, + ".CLK_FREQUENCY": 1, + ".DEBOUNCE_HZ": 1, + ".reset_n": 3, + ".button": 1, + ".debounce": 1, + "initial": 3, + "bx": 4, + "#10": 10, + "#5": 3, + "#100": 1, + "#0.1": 8, + "t_div_pipelined": 1, + "dividend": 3, + "divisor": 5, + "div_by_zero": 2, + "quotient": 2, + "quotient_correct": 1, + "BITS": 2, + "div_pipelined": 2, + ".BITS": 1, + ".dividend": 1, + ".divisor": 1, + ".quotient": 1, + ".div_by_zero": 1, + ".start": 2, + ".data_valid": 2, + "#50": 2, + "#1": 1, + "#1000": 1, + "finish": 2, "t_sqrt_pipelined": 1, ".INPUT_BITS": 1, ".radicand": 1, ".root": 1, - "bx": 4, "#10000": 1, "vga": 1, "wb_clk_i": 6, @@ -66910,66 +69511,15 @@ ".csrm_sel_o": 1, ".csrm_we_o": 1, ".csrm_dat_o": 1, - ".csrm_dat_i": 1, - "mux": 1, - "opA": 4, - "opB": 3, - "sum": 5, - "dsp_sel": 9, - "out": 5, - "cout": 4, - "b0000": 1, - "b01": 1, - "b11": 1, - "t_button_debounce": 1, - ".CLK_FREQUENCY": 1, - ".DEBOUNCE_HZ": 1, - ".button": 1, - ".debounce": 1, - "#100": 1, - "#0.1": 8, - "sign_extender": 1, - "INPUT_WIDTH": 5, - "OUTPUT_WIDTH": 4, - "original": 3, - "sign_extended_original": 2, - "sign_extend": 3, - "gen_sign_extend": 1, - "control": 1, - "an": 6, - "b": 3, - "c": 3, - "d": 3, - "e": 3, - "f": 2, - "g": 2, - "h": 2, - "j": 2, - "k": 2, - "l": 2, - "FDRSE": 6, - ".INIT": 6, - "Synchronous": 12, - ".S": 6, - "Initial": 6, - "value": 6, - "register": 6, - "DFF2": 1, - ".Q": 6, - ".C": 6, - ".CE": 6, - "enable": 6, - ".D": 6, - ".R": 6, - "set": 6, - "DFF0": 1, - "DFF6": 1, - "DFF4": 1, - "DFF10": 1, - "DFF8": 1 + ".csrm_dat_i": 1 }, "VimL": { + "no": 1, + "toolbar": 1, "set": 7, + "guioptions": 1, + "-": 1, + "T": 1, "nocompatible": 1, "ignorecase": 1, "incsearch": 1, @@ -66977,12 +69527,7 @@ "showmatch": 1, "showcmd": 1, "syntax": 1, - "on": 1, - "no": 1, - "toolbar": 1, - "guioptions": 1, - "-": 1, - "T": 1 + "on": 1 }, "Visual Basic": { "VERSION": 1, @@ -67382,34 +69927,30 @@ "": 6, "": 5, "{": 6, - "D377F": 1, + "D9BF15": 1, "-": 90, - "A": 21, - "A798": 1, - "B3FD04C": 1, + "D10": 1, + "ABAD688E8B": 1, "}": 6, "": 5, "": 4, "Exe": 4, "": 4, - "": 1, - "vbproj_sample.Module1": 1, - "": 1, + "": 2, + "Properties": 3, + "": 2, "": 5, - "vbproj_sample": 1, + "csproj_sample": 1, "": 5, "": 4, - "vbproj": 3, + "csproj": 1, "sample": 6, "": 4, - "": 3, - "": 3, - "": 1, - "Console": 3, - "": 1, "": 5, "v4.5.1": 5, "": 5, + "": 3, + "": 3, "": 3, "true": 24, "": 3, @@ -67421,158 +69962,119 @@ "": 6, "full": 4, "": 6, - "": 2, - "": 2, - "": 2, - "": 2, + "": 7, + "false": 11, + "": 7, "": 8, "bin": 11, "": 8, - "": 5, - "sample.xml": 2, - "": 5, - "": 2, - "": 2, + "": 6, + "DEBUG": 3, + ";": 52, + "TRACE": 6, + "": 6, + "": 4, + "prompt": 4, + "": 4, + "": 8, + "": 8, "pdbonly": 3, - "false": 11, - "": 7, - "": 7, "Release": 6, - "": 1, - "On": 2, - "": 1, - "": 1, - "Binary": 1, - "": 1, - "": 1, - "Off": 1, - "": 1, - "": 1, - "": 1, "": 26, "": 30, "Include=": 78, "": 26, "": 10, - "": 3, - "True": 13, - "": 3, - "": 3, - "Application.myapp": 1, - "": 3, - "": 3, - "": 1, - "": 1, - "Resources.resx": 1, - "Settings.settings": 1, - "": 1, - "": 1, - "": 1, - "": 3, - "VbMyResourcesResXFileCodeGenerator": 1, - "": 3, - "": 3, - "Resources.Designer.vb": 1, - "": 3, - "": 2, - "My.Resources": 1, - "": 2, - "": 1, - "Designer": 1, - "": 1, - "": 1, "": 5, - "MyApplicationCodeGenerator": 1, - "Application.Designer.vb": 1, - "": 2, - "SettingsSingleFileGenerator": 1, - "My": 1, - "Settings.Designer.vb": 1, "": 7, - "": 3, - "MyCommon": 1, - "": 3, - "": 1, - "Name=": 1, - "": 1, - "Text=": 1, - "": 1, - "": 1, - "xmlns": 2, - "ea=": 2, - "": 1, - "organisation=": 3, - "module=": 3, - "revision=": 3, - "status=": 1, - "": 4, - "this": 77, - "is": 123, - "a": 128, - "easyant": 3, - "module.ivy": 1, - "file": 3, - "for": 60, - "java": 1, - "standard": 1, - "application": 2, - "": 4, - "": 1, - "": 1, + "standalone=": 1, + "": 1, + "4": 1, + "0": 2, + "": 1, + "storage_type_id=": 1, + "": 14, + "moduleId=": 14, + "": 2, + "id=": 141, + "buildSystemId=": 2, "name=": 270, - "value=": 11, - "": 1, - "": 1, - "": 1, - "": 1, - "": 2, - "visibility=": 2, + "": 2, + "": 2, + "": 12, + "point=": 12, + "": 2, + "": 7, + "": 2, + "artifactName=": 2, + "buildArtefactType=": 2, + "buildProperties=": 2, + "cleanCommand=": 2, "description=": 4, - "": 1, - "": 1, - "": 4, - "org=": 1, - "rev=": 1, - "conf=": 1, - "default": 9, - "junit": 2, - "test": 7, - "/": 6, - "": 1, - "": 1, + "cdt": 2, + "managedbuild": 2, + "config": 2, + "gnu": 2, + "exe": 2, + "debug": 1, + "1803931088": 1, + "parent=": 2, + "": 2, + "resourcePath=": 2, + "": 2, + "superClass=": 42, + "": 2, + "": 2, + "buildPath=": 2, + "keepEnvironmentInBuildfile=": 2, + "managedBuildOn=": 2, + "": 12, + "": 4, + "": 8, + "": 8, + "defaultValue=": 2, + "": 4, + "kind=": 6, + "paths=": 4, + "": 2, + "": 2, + "": 2, + "": 2, + "": 2, + "flags=": 2, + "": 2, + "": 2, + "": 2, + "release": 1, + "32754498": 1, "": 2, - "This": 21, - "module.ant": 1, - "optionnal": 1, - "and": 44, - "designed": 1, - "to": 164, - "customize": 1, - "your": 8, - "build": 1, - "with": 23, - "own": 2, - "specific": 8, - "target.": 1, - "": 2, - "": 2, - "my": 2, - "awesome": 1, - "additionnal": 1, - "target": 6, - "": 2, - "": 2, - "extensionOf=": 1, - "i": 2, - "would": 2, - "love": 1, - "could": 1, - "easily": 1, - "plug": 1, - "pre": 1, - "compile": 1, - "step": 1, - "": 1, + "projectType=": 1, + "": 5, + "enabled=": 125, + "problemReportingEnabled=": 5, + "selectedProfileId=": 5, + "": 40, + "": 40, + "": 40, + "filePath=": 40, + "": 80, + "": 40, + "": 40, + "": 40, + "arguments=": 40, + "command=": 40, + "useDefault=": 40, + "": 40, + "": 40, + "": 4, + "instanceId=": 4, + "": 4, + "": 1, "": 2, "": 2, "cfa7a11": 1, @@ -67582,20 +70084,18 @@ "fsproj_sample": 2, "": 1, "": 1, + "": 3, "fsproj": 1, + "": 3, "": 2, "": 2, - "": 6, - "DEBUG": 3, - ";": 52, - "TRACE": 6, - "": 6, - "": 8, - "": 8, + "": 5, "fsproj_sample.XML": 2, + "": 5, "": 2, "": 2, "": 2, + "True": 13, "": 2, "": 5, "": 1, @@ -67622,131 +70122,83 @@ "FSharp": 1, "": 1, "": 1, - "": 1, - "": 1, - "c67af951": 1, - "d8d6376993e7": 1, - "": 2, - "Properties": 3, - "": 2, - "nproj_sample": 2, - "": 1, - "": 1, - "": 1, - "Net": 1, - "": 1, - "": 1, - "ProgramFiles": 1, - "Nemerle": 3, - "": 1, - "": 1, - "NemerleBinPathRoot": 1, - "NemerleVersion": 1, - "": 1, - "nproj": 1, - "": 4, - "prompt": 4, - "": 4, - "OutputPath": 1, - "AssemblyName": 1, - ".xml": 1, - "": 3, - "": 3, - "": 1, - "False": 1, - "": 1, - "": 2, - "Nemerle.dll": 1, - "": 2, - "": 1, - "Nemerle.Linq.dll": 1, - "": 1, - "": 1, - "": 1, - "TS": 1, - "": 1, - "language=": 1, - "": 1, - "": 2, - "MainWindow": 1, - "": 2, - "": 8, - "": 8, - "filename=": 8, - "line=": 8, - "": 8, - "United": 1, - "Kingdom": 1, - "": 8, - "": 8, - "Reino": 1, - "Unido": 1, - "": 8, - "": 8, - "God": 1, - "save": 2, - "the": 261, - "Queen": 1, - "Deus": 1, - "salve": 1, - "Rainha": 1, - "England": 1, - "Inglaterra": 1, - "Wales": 1, - "Gales": 1, - "Scotland": 1, - "Esc": 1, - "cia": 1, - "Northern": 1, - "Ireland": 1, - "Irlanda": 1, - "Norte": 1, - "Portuguese": 1, - "Portugu": 1, - "s": 3, - "English": 1, - "Ingl": 1, - "": 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, - "http": 2, - "//www.freemedforms.com/": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "D9BF15": 1, - "D10": 1, - "ABAD688E8B": 1, - "csproj_sample": 1, - "csproj": 1, + "xmlns": 2, + "ea=": 2, + "": 4, + "This": 21, + "easyant": 3, + "module.ant": 1, + "file": 3, + "is": 123, + "optionnal": 1, + "and": 44, + "designed": 1, + "to": 164, + "customize": 1, + "your": 8, + "build": 1, + "with": 23, + "own": 2, + "specific": 8, + "target.": 1, + "": 4, + "": 2, + "": 2, + "my": 2, + "awesome": 1, + "additionnal": 1, + "target": 6, + "": 2, + "": 2, + "extensionOf=": 1, + "i": 2, + "would": 2, + "love": 1, + "could": 1, + "easily": 1, + "plug": 1, + "pre": 1, + "compile": 1, + "step": 1, + "": 1, + "": 1, + "": 1, + "organisation=": 3, + "module=": 3, + "revision=": 3, + "status=": 1, + "this": 77, + "a": 128, + "module.ivy": 1, + "for": 60, + "java": 1, + "standard": 1, + "application": 2, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 2, + "visibility=": 2, + "": 1, + "": 1, + "": 4, + "org=": 1, + "rev=": 1, + "conf=": 1, + "default": 9, + "junit": 2, + "test": 7, + "/": 6, + "": 1, + "": 1, "": 1, "": 1, + "": 2, "ReactiveUI": 2, + "": 2, "": 1, "": 1, "": 120, @@ -67756,6 +70208,7 @@ "interface": 4, "that": 94, "replaces": 1, + "the": 261, "non": 1, "PropertyChangedEventArgs.": 1, "Note": 7, @@ -67779,6 +70232,7 @@ "changes.": 2, "": 122, "": 120, + "The": 75, "object": 42, "has": 16, "raised": 1, @@ -67957,6 +70411,7 @@ "string": 13, "distinguish": 12, "arbitrarily": 2, + "by": 14, "client.": 2, "Listen": 4, "provides": 6, @@ -67968,6 +70423,7 @@ "to.": 7, "": 12, "": 84, + "A": 21, "identical": 11, "types": 10, "one": 27, @@ -68012,6 +70468,7 @@ "allows": 15, "log": 2, "attached.": 1, + "data": 2, "structure": 1, "representation": 1, "memoizing": 2, @@ -68081,6 +70538,7 @@ "object.": 3, "ViewModel": 8, "another": 3, + "s": 3, "Return": 1, "instance": 2, "type.": 3, @@ -68203,6 +70661,7 @@ "manage": 1, "disk": 1, "download": 1, + "save": 2, "temporary": 1, "folder": 1, "onRelease": 1, @@ -68433,6 +70892,244 @@ "setup.": 12, "": 1, "": 1, + "": 1, + "": 1, + "c67af951": 1, + "d8d6376993e7": 1, + "nproj_sample": 2, + "": 1, + "": 1, + "": 1, + "Net": 1, + "": 1, + "": 1, + "ProgramFiles": 1, + "Nemerle": 3, + "": 1, + "": 1, + "NemerleBinPathRoot": 1, + "NemerleVersion": 1, + "": 1, + "nproj": 1, + "OutputPath": 1, + "AssemblyName": 1, + ".xml": 1, + "": 3, + "": 3, + "": 1, + "False": 1, + "": 1, + "": 2, + "Nemerle.dll": 1, + "": 2, + "": 1, + "Nemerle.Linq.dll": 1, + "": 1, + "": 1, + "": 1, + "TS": 1, + "": 1, + "language=": 1, + "": 1, + "MainWindow": 1, + "": 8, + "": 8, + "filename=": 8, + "line=": 8, + "": 8, + "United": 1, + "Kingdom": 1, + "": 8, + "": 8, + "Reino": 1, + "Unido": 1, + "": 8, + "": 8, + "God": 1, + "Queen": 1, + "Deus": 1, + "salve": 1, + "Rainha": 1, + "England": 1, + "Inglaterra": 1, + "Wales": 1, + "Gales": 1, + "Scotland": 1, + "Esc": 1, + "cia": 1, + "Northern": 1, + "Ireland": 1, + "Irlanda": 1, + "Norte": 1, + "Portuguese": 1, + "Portugu": 1, + "English": 1, + "Ingl": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "Sample": 2, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "Hugh": 2, + "Bot": 2, + "": 1, + "": 1, + "": 1, + "package": 1, + "nuget": 1, + "just": 1, + "works": 1, + "": 1, + "http": 2, + "//hubot.github.com": 1, + "": 1, + "": 1, + "": 1, + "https": 1, + "//github.com/github/hubot/LICENSEmd": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "src=": 1, + "target=": 1, + "": 1, + "": 1, + "MyCommon": 1, + "": 1, + "Name=": 1, + "": 1, + "Text=": 1, + "": 1, + "D377F": 1, + "A798": 1, + "B3FD04C": 1, + "": 1, + "vbproj_sample.Module1": 1, + "": 1, + "vbproj_sample": 1, + "vbproj": 3, + "": 1, + "Console": 3, + "": 1, + "": 2, + "": 2, + "": 2, + "": 2, + "sample.xml": 2, + "": 2, + "": 2, + "": 1, + "On": 2, + "": 1, + "": 1, + "Binary": 1, + "": 1, + "": 1, + "Off": 1, + "": 1, + "": 1, + "": 1, + "": 3, + "": 3, + "": 3, + "Application.myapp": 1, + "": 3, + "": 3, + "": 1, + "": 1, + "Resources.resx": 1, + "Settings.settings": 1, + "": 1, + "": 1, + "": 1, + "": 3, + "VbMyResourcesResXFileCodeGenerator": 1, + "": 3, + "": 3, + "Resources.Designer.vb": 1, + "": 3, + "": 2, + "My.Resources": 1, + "": 2, + "": 1, + "Designer": 1, + "": 1, + "": 1, + "MyApplicationCodeGenerator": 1, + "Application.Designer.vb": 1, + "": 2, + "SettingsSingleFileGenerator": 1, + "My": 1, + "Settings.Designer.vb": 1, + "Label=": 11, + "": 2, + "Win32": 2, + "": 2, + "BF6EED48": 1, + "BF18": 1, + "C54": 1, + "F": 1, + "BBF19EEDC7C": 1, + "": 1, + "ManagedCProj": 1, + "": 1, + "vcxprojsample": 1, + "": 2, + "Application": 2, + "": 2, + "": 2, + "": 2, + "": 2, + "v120": 2, + "": 2, + "": 2, + "": 2, + "": 2, + "Unicode": 2, + "": 2, + "": 4, + "": 4, + "": 2, + "": 2, + "": 2, + "": 8, + "Level3": 2, + "": 1, + "Disabled": 1, + "": 1, + "": 2, + "WIN32": 2, + "_DEBUG": 1, + "%": 2, + "PreprocessorDefinitions": 2, + "": 2, + "": 4, + "": 4, + "": 6, + "": 2, + "": 2, + "": 2, + "": 2, + "": 2, + "": 2, + "": 2, + "": 2, + "NDEBUG": 1, + "": 2, + "": 4, + "": 2, + "Create": 2, + "": 2, "": 10, "": 3, "FC737F1": 1, @@ -68490,192 +71187,40 @@ "wav": 1, "mfcribbon": 1, "ms": 1, - "": 2, - "": 4, "Header": 2, "Files": 7, "": 2, - "": 2, "Resource": 2, "": 1, - "": 8, "Source": 3, - "": 6, - "": 2, "": 1, - "Label=": 11, - "": 2, - "Win32": 2, - "": 2, - "BF6EED48": 1, - "BF18": 1, - "C54": 1, - "F": 1, - "BBF19EEDC7C": 1, - "": 1, - "ManagedCProj": 1, - "": 1, - "vcxprojsample": 1, - "": 2, - "Application": 2, - "": 2, - "": 2, - "": 2, - "": 2, - "v120": 2, - "": 2, - "": 2, - "": 2, - "": 2, - "Unicode": 2, - "": 2, - "": 4, - "": 4, - "": 2, - "": 2, - "": 2, - "Level3": 2, - "": 1, - "Disabled": 1, - "": 1, - "": 2, - "WIN32": 2, - "_DEBUG": 1, - "%": 2, - "PreprocessorDefinitions": 2, - "": 2, - "": 4, - "": 4, - "": 2, - "": 2, - "": 2, - "": 2, - "": 2, - "": 2, - "": 2, - "": 2, - "NDEBUG": 1, - "Create": 2, - "standalone=": 1, - "": 1, - "4": 1, - "0": 2, - "": 1, - "storage_type_id=": 1, - "": 14, - "moduleId=": 14, - "": 2, - "id=": 141, - "buildSystemId=": 2, - "": 2, - "": 2, - "": 12, - "point=": 12, - "": 2, - "": 7, - "": 2, - "artifactName=": 2, - "buildArtefactType=": 2, - "buildProperties=": 2, - "cleanCommand=": 2, - "cdt": 2, - "managedbuild": 2, - "config": 2, - "gnu": 2, - "exe": 2, - "debug": 1, - "1803931088": 1, - "parent=": 2, - "": 2, - "resourcePath=": 2, - "": 2, - "superClass=": 42, - "": 2, - "": 2, - "buildPath=": 2, - "keepEnvironmentInBuildfile=": 2, - "managedBuildOn=": 2, - "": 12, - "": 4, - "": 8, - "": 8, - "defaultValue=": 2, - "": 4, - "kind=": 6, - "paths=": 4, - "": 2, - "": 2, - "": 2, - "": 2, - "": 2, - "flags=": 2, - "": 2, - "": 2, - "": 2, - "release": 1, - "32754498": 1, - "projectType=": 1, - "": 5, - "enabled=": 125, - "problemReportingEnabled=": 5, - "selectedProfileId=": 5, - "": 40, - "": 40, - "": 40, - "filePath=": 40, - "": 80, - "": 40, - "": 40, - "": 40, - "arguments=": 40, - "command=": 40, - "useDefault=": 40, - "": 40, - "": 40, - "": 4, - "instanceId=": 4, - "": 4, - "": 1, - "": 1, - "": 1, - "": 1, - "Sample": 2, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "Hugh": 2, - "Bot": 2, - "": 1, - "": 1, - "": 1, - "package": 1, - "nuget": 1, - "just": 1, - "works": 1, - "": 1, - "//hubot.github.com": 1, - "": 1, - "": 1, - "": 1, - "https": 1, - "//github.com/github/hubot/LICENSEmd": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "src=": 1, - "target=": 1, - "": 1, - "": 1 + "": 1, + "compatVersion=": 1, + "": 1, + "FreeMedForms": 1, + "": 1, + "": 1, + "C": 1, + "Eric": 1, + "MAEKER": 1, + "MD": 1, + "": 1, + "": 1, + "GPLv3": 1, + "": 1, + "": 1, + "Patient": 1, + "": 1, + "XML": 1, + "form": 1, + "loader/saver": 1, + "FreeMedForms.": 1, + "": 1, + "//www.freemedforms.com/": 1, + "": 1, + "": 1, + "": 1, + "": 1 }, "XProc": { "": 1, @@ -68831,44 +71376,44 @@ }, "Xojo": { "#tag": 88, - "Menu": 2, - "Begin": 23, - "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, + "Class": 3, + "Protected": 1, + "App": 1, + "Inherits": 1, + "Application": 1, + "Constant": 3, + "Name": 31, + "kEditClear": 1, + "Type": 34, + "String": 3, + "Dynamic": 3, + "False": 14, + "Default": 9, + "Scope": 4, + "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, + "ViewBehavior": 2, + "EndViewBehavior": 2, "End": 27, - "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, + "EndClass": 1, "Report": 2, + "Begin": 23, "BillingReport": 1, "Compatibility": 2, "Units": 1, "Width": 3, "PageHeader": 1, - "Type": 34, "Height": 5, "Body": 1, "PageFooter": 1, @@ -68899,35 +71444,35 @@ "db.Rollback": 1, "Else": 2, "db.Commit": 1, - "Class": 3, - "Protected": 1, - "App": 1, - "Inherits": 1, - "Application": 1, - "Constant": 3, - "Name": 31, - "kEditClear": 1, - "String": 3, - "Dynamic": 3, - "False": 14, - "Default": 9, - "Scope": 4, - "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, - "ViewBehavior": 2, - "EndViewBehavior": 2, - "EndClass": 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, "Toolbar": 2, "MyToolbar": 1, "ToolButton": 2, @@ -69013,93 +71558,36 @@ }, "Xtend": { "package": 2, - "example6": 1, + "example2": 1, "import": 7, "org.junit.Test": 2, "static": 4, "org.junit.Assert.*": 2, - "java.io.FileReader": 1, - "java.util.Set": 1, - "extension": 2, - "com.google.common.io.CharStreams.*": 1, "class": 4, - "Movies": 1, + "BasicExpressions": 2, "{": 14, "@Test": 7, "def": 7, "void": 7, - "numberOfActionMovies": 1, + "literals": 5, "(": 42, ")": 42, - "assertEquals": 14, - "movies.filter": 2, - "[": 9, - "categories.contains": 1, - "]": 9, - ".size": 2, - "}": 13, - "yearOfBestMovieFrom80ies": 1, - ".contains": 1, - "year": 2, - ".sortBy": 1, - "rating": 3, - ".last.year": 1, - "sumOfVotesOfTop2": 1, - "val": 9, - "long": 2, - "movies": 3, - "movies.sortBy": 1, - "-": 5, - ".take": 1, - ".map": 1, - "numberOfVotes": 2, - ".reduce": 1, - "a": 2, - "b": 2, - "|": 2, - "+": 6, - "_229": 1, - "new": 2, - "FileReader": 1, - ".readLines.map": 1, - "line": 1, - "segments": 1, - "line.split": 1, - ".iterator": 2, - "return": 1, - "Movie": 2, - "segments.next": 4, - "Integer": 1, - "parseInt": 1, - "Double": 1, - "parseDouble": 1, - "Long": 1, - "parseLong": 1, - "segments.toSet": 1, - "@Data": 1, - "String": 2, - "title": 1, - "int": 1, - "double": 2, - "Set": 1, - "": 1, - "categories": 1, - "example2": 1, - "BasicExpressions": 2, - "literals": 5, "//": 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, @@ -69107,6 +71595,7 @@ "false": 1, "getClass": 1, "typeof": 1, + "}": 13, "collections": 2, "There": 1, "are": 1, @@ -69116,22 +71605,28 @@ "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, @@ -69152,6 +71647,7 @@ "someValue": 2, "switch": 1, "Number": 1, + "String": 2, "loops": 1, "for": 2, "loop": 2, @@ -69161,11 +71657,73 @@ "..": 1, "while": 2, "iterator": 1, + ".iterator": 2, "iterator.hasNext": 1, - "iterator.next": 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, @@ -69198,29 +71756,62 @@ "Nov": 1, "GMT": 1, "recorded_with": 1, - "VCR": 1, - "gem": 1, - "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 + "VCR": 1 }, "Zephir": { + "%": 10, + "{": 58, + "#define": 1, + "MAX_FACTOR": 3, + "}": 52, "namespace": 4, "Test": 4, - "Router": 3, ";": 91, + "#include": 9, + "static": 1, + "long": 3, + "fibonacci": 4, + "(": 59, + "n": 5, + ")": 57, + "if": 39, + "<": 2, + "return": 26, + "else": 11, + "-": 25, + "+": 5, "class": 3, + "Cblock": 1, + "public": 22, + "function": 22, + "testCblock1": 1, + "int": 3, + "a": 6, + "testCblock2": 1, + "#ifdef": 1, + "HAVE_CONFIG_H": 1, + "#endif": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "ZEPHIR_INIT_CLASS": 2, + "Test_Router_Exception": 2, + "ZEPHIR_REGISTER_CLASS_EX": 1, + "Router": 3, + "Exception": 4, + "test": 1, + "router_exception": 1, + "zend_exception_get_default": 1, + "TSRMLS_C": 1, + "NULL": 1, + "SUCCESS": 1, + "extern": 1, + "zend_class_entry": 1, + "*test_router_exception_ce": 1, + "php": 1, + "extends": 1, "Route": 1, - "{": 58, "protected": 9, "_pattern": 3, "_compiledPattern": 3, @@ -69231,27 +71822,19 @@ "_id": 2, "_name": 3, "_beforeMatch": 3, - "public": 22, - "function": 22, "__construct": 1, - "(": 59, "pattern": 37, "paths": 7, "null": 11, "httpMethods": 6, - ")": 57, "this": 28, - "-": 25, "reConfigure": 2, "let": 51, - "}": 52, "compilePattern": 2, "var": 4, "idPattern": 6, - "if": 39, "memstr": 10, "str_replace": 6, - "return": 26, ".": 5, "via": 1, "extractNamedParams": 2, @@ -69263,7 +71846,6 @@ "boolean": 1, "notValid": 5, "false": 3, - "int": 3, "cursor": 4, "cursorVar": 5, "marker": 4, @@ -69282,8 +71864,6 @@ "for": 4, "in": 4, "1": 3, - "else": 11, - "+": 5, "substr": 3, "break": 9, "&&": 6, @@ -69309,7 +71889,6 @@ "typeof": 2, "throw": 1, "new": 1, - "Exception": 4, "explode": 1, "switch": 1, "count": 1, @@ -69349,41 +71928,7 @@ "getHostname": 1, "convert": 1, "converter": 2, - "getConverters": 1, - "%": 10, - "#define": 1, - "MAX_FACTOR": 3, - "#include": 9, - "static": 1, - "long": 3, - "fibonacci": 4, - "n": 5, - "<": 2, - "Cblock": 1, - "testCblock1": 1, - "a": 6, - "testCblock2": 1, - "#ifdef": 1, - "HAVE_CONFIG_H": 1, - "#endif": 1, - "": 1, - "": 1, - "": 1, - "": 1, - "ZEPHIR_INIT_CLASS": 2, - "Test_Router_Exception": 2, - "ZEPHIR_REGISTER_CLASS_EX": 1, - "test": 1, - "router_exception": 1, - "zend_exception_get_default": 1, - "TSRMLS_C": 1, - "NULL": 1, - "SUCCESS": 1, - "php": 1, - "extends": 1, - "extern": 1, - "zend_class_entry": 1, - "*test_router_exception_ce": 1 + "getConverters": 1 }, "Zimpl": { "#": 2, @@ -69451,16 +71996,73 @@ "db.part/user": 17 }, "fish": { - "function": 6, - "eval": 5, - "-": 102, - "S": 1, - "d": 3, "#": 18, + "set": 49, + "-": 102, + "g": 1, + "IFS": 4, + "n": 5, + "t": 2, + "l": 15, + "configdir": 2, + "/.config": 1, + "if": 21, + "q": 9, + "XDG_CONFIG_HOME": 2, + "end": 33, + "not": 8, + "fish_function_path": 4, + "configdir/fish/functions": 1, + "__fish_sysconfdir/functions": 1, + "__fish_datadir/functions": 3, + "contains": 4, + "[": 13, + "]": 13, + "fish_complete_path": 4, + "configdir/fish/completions": 1, + "__fish_sysconfdir/completions": 1, + "__fish_datadir/completions": 3, + "test": 7, + "d": 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, + "switch": 3, + "USER": 1, + "case": 9, + "root": 1, + "/sbin": 1, + "/usr/sbin": 1, + "/usr/local/sbin": 1, + "for": 1, + "i": 5, + "in": 2, + "function": 6, + "fish_sigtrap_handler": 1, + "on": 2, + "signal": 1, + "TRAP": 1, + "no": 2, + "scope": 1, + "shadowing": 1, + "description": 2, + "breakpoint": 1, + "__fish_on_interactive": 2, + "event": 1, + "fish_prompt": 1, + "__fish_config_interactive": 1, + "functions": 5, + "e": 6, + "eval": 5, + "S": 1, "If": 2, "we": 2, "are": 1, - "in": 2, "an": 1, "interactive": 8, "shell": 1, @@ -69479,7 +72081,6 @@ "was": 1, "executed.": 1, "don": 1, - "t": 2, "do": 1, "this": 1, "commands": 1, @@ -69494,15 +72095,11 @@ "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, @@ -69511,22 +72108,14 @@ "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, @@ -69537,10 +72126,7 @@ "begin": 2, ";": 7, "or": 3, - "not": 8, - "test": 7, "init": 5, - "n": 5, "nend": 2, "editor_cmd": 2, "type": 1, @@ -69548,10 +72134,7 @@ "/dev/null": 2, "fish": 3, "z": 1, - "IFS": 4, - "functions": 5, "fish_indent": 2, - "no": 2, "indent": 1, "prompt": 2, "read": 1, @@ -69566,45 +72149,7 @@ "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 + "rm": 1 }, "wisp": { ";": 199, @@ -70036,6 +72581,8 @@ }, "language_tokens": { "ABAP": 1500, + "AGS Script": 2717, + "APL": 42, "ATS": 4558, "Agda": 376, "Alloy": 1143, @@ -70058,15 +72605,19 @@ "COBOL": 90, "CSS": 43867, "Ceylon": 50, + "Chapel": 9607, "Cirru": 244, "Clojure": 1899, "CoffeeScript": 2951, + "ColdFusion": 131, + "ColdFusion CFC": 611, "Common Lisp": 2186, "Component Pascal": 825, "Coq": 18259, "Creole": 134, "Crystal": 1506, "Cuda": 290, + "Cycript": 251, "DM": 169, "Dart": 74, "Diff": 16, @@ -70076,6 +72627,7 @@ "Eagle": 30089, "Elm": 628, "Emacs Lisp": 1756, + "EmberScript": 45, "Erlang": 2928, "Forth": 1516, "Frege": 5564, @@ -70123,6 +72675,7 @@ "LiveScript": 123, "Logos": 93, "Logtalk": 36, + "LookML": 99, "Lua": 724, "M": 23615, "MTML": 93, @@ -70150,8 +72703,10 @@ "Objective-C++": 6021, "Omgrofl": 57, "Opa": 28, + "Opal": 32, "OpenCL": 144, "OpenEdge ABL": 762, + "OpenSCAD": 67, "Org": 358, "Ox": 1006, "Oxygene": 157, @@ -70161,8 +72716,9 @@ "Parrot Assembly": 6, "Parrot Internal Representation": 5, "Pascal": 30, - "Perl": 17979, + "Perl": 20690, "Perl6": 372, + "PigLatin": 30, "Pike": 1835, "Pod": 658, "PogoScript": 250, @@ -70187,6 +72743,7 @@ "Rust": 3566, "SAS": 93, "SCSS": 39, + "SQF": 196, "SQL": 1485, "STON": 100, "Sass": 56, @@ -70210,7 +72767,7 @@ "SystemVerilog": 541, "TXL": 213, "Tcl": 1133, - "TeX": 2701, + "TeX": 8549, "Tea": 3, "Turing": 44, "TypeScript": 109, @@ -70237,6 +72794,8 @@ }, "languages": { "ABAP": 1, + "AGS Script": 4, + "APL": 1, "ATS": 10, "Agda": 1, "Alloy": 3, @@ -70259,15 +72818,19 @@ "COBOL": 4, "CSS": 2, "Ceylon": 1, + "Chapel": 5, "Cirru": 9, "Clojure": 8, "CoffeeScript": 9, + "ColdFusion": 1, + "ColdFusion CFC": 2, "Common Lisp": 3, "Component Pascal": 2, "Coq": 12, "Creole": 1, "Crystal": 3, "Cuda": 2, + "Cycript": 1, "DM": 1, "Dart": 1, "Diff": 1, @@ -70277,6 +72840,7 @@ "Eagle": 2, "Elm": 3, "Emacs Lisp": 2, + "EmberScript": 1, "Erlang": 5, "Forth": 7, "Frege": 4, @@ -70324,6 +72888,7 @@ "LiveScript": 1, "Logos": 1, "Logtalk": 1, + "LookML": 1, "Lua": 3, "M": 29, "MTML": 1, @@ -70351,8 +72916,10 @@ "Objective-C++": 2, "Omgrofl": 1, "Opa": 2, + "Opal": 1, "OpenCL": 2, "OpenEdge ABL": 5, + "OpenSCAD": 2, "Org": 1, "Ox": 3, "Oxygene": 1, @@ -70362,8 +72929,9 @@ "Parrot Assembly": 1, "Parrot Internal Representation": 1, "Pascal": 1, - "Perl": 15, + "Perl": 17, "Perl6": 3, + "PigLatin": 1, "Pike": 2, "Pod": 1, "PogoScript": 1, @@ -70388,6 +72956,7 @@ "Rust": 1, "SAS": 2, "SCSS": 1, + "SQF": 2, "SQL": 5, "STON": 7, "Sass": 2, @@ -70411,7 +72980,7 @@ "SystemVerilog": 4, "TXL": 1, "Tcl": 2, - "TeX": 2, + "TeX": 5, "Tea": 1, "Turing": 1, "TypeScript": 3, @@ -70436,5 +73005,5 @@ "fish": 3, "wisp": 1 }, - "md5": "dace5f780133fcc691c410815dc2bf63" + "md5": "7a970958bd95602c130be259e8f3fc31" } \ No newline at end of file diff --git a/lib/linguist/vendor.yml b/lib/linguist/vendor.yml index 3911e4c9..270ad593 100644 --- a/lib/linguist/vendor.yml +++ b/lib/linguist/vendor.yml @@ -36,6 +36,10 @@ # Bootstrap minified css and js - (^|/)bootstrap([^.]*)(\.min)?\.(js|css)$ +# Font Awesome +- font-awesome.min.css +- font-awesome.css + # Foundation css - foundation.min.css - foundation.css @@ -43,8 +47,17 @@ # Normalize.css - normalize.css +# Bourbon SCSS +- (^|/)[Bb]ourbon/.*\.css$ +- (^|/)[Bb]ourbon/.*\.scss$ + +# Animate.css +- animate.css +- animate.min.css + # Vendored dependencies -- thirdparty/ +- third[-_]?party/ +- 3rd[-_]?party/ - vendors?/ - extern(al)?/ @@ -202,6 +215,9 @@ - (^|/)cordova([^.]*)(\.min)?\.js$ - (^|/)cordova\-\d\.\d(\.\d)?(\.min)?\.js$ +# Foundation js +- foundation(\..*)?\.js$ + # Vagrant - ^Vagrantfile$ diff --git a/lib/linguist/version.rb b/lib/linguist/version.rb index 05d68a15..281ca9a1 100644 --- a/lib/linguist/version.rb +++ b/lib/linguist/version.rb @@ -1,3 +1,3 @@ module Linguist - VERSION = "3.1.1" + VERSION = "3.1.2" end diff --git a/samples/AGS Script/GlobalScript.asc b/samples/AGS Script/GlobalScript.asc new file mode 100644 index 00000000..507cb071 --- /dev/null +++ b/samples/AGS Script/GlobalScript.asc @@ -0,0 +1,521 @@ +// main global script file + +// A function that initializes a bunch of stuff. +function initialize_control_panel() { + // Centre the control panel + gPanel.Centre(); + // Centre the Restart dialog as well + gRestartYN.Centre(); + if (!IsSpeechVoxAvailable()) { + // If there is no speech-vox file, and therefore no speech, + // disable all the controls related with speech. + lblVoice.Visible = false; + btnVoice.Visible = false; + sldVoice.Visible = false; + } + else { + // If there *is*, then set it to voice and text. It's best to use + // both whenever possible, for the player's sake. + SetVoiceMode(eSpeechVoiceAndText); + // And reflect this in the control panel. + btnVoice.Text = "Voice and Text"; + } + if (!System.SupportsGammaControl) { + // If we can't change the gamma settings, disable the relevant options. + sldGamma.Visible = false; + lblGamma.Visible = false; + } + + //And now, set all the defaults + System.Volume = 100; + sldAudio.Value = System.Volume; + SetGameSpeed(40); + sldSpeed.Value = 40; + if (IsSpeechVoxAvailable()) { + SetVoiceMode(eSpeechVoiceAndText); + btnVoice.Text = "Voice and Text"; + sldVoice.Value = 255; + SetSpeechVolume(255); + } + if (System.SupportsGammaControl) { + System.Gamma = 100; + sldGamma.Value = 100; + } +} + +// Called when the game starts, before the first room is loaded +function game_start() { + // Put the code all in a function and then just call the function. + // It saves cluttering up places like game_start. + initialize_control_panel(); + // Use the KeyboardMovement module to, per default, replicate the standard + // keyboard movement of most Sierra games. See KeyboardMovement.txt for more info + KeyboardMovement.SetMode(eKeyboardMovement_Tapping); +} + +function repeatedly_execute() { + + // Put here anything you want to happen every game cycle, even when + // the game is paused. This will not run when the game is blocked + // inside a command like a blocking Walk() + + if (IsGamePaused() == 1) return; + + // Put here anything you want to happen every game cycle, but not + // when the game is paused. +} + +function repeatedly_execute_always() { + + // Put anything you want to happen every game cycle, even + // when the game is blocked inside a command like a + // blocking Walk(). + // You cannot run blocking commands from this function. + +} + +function show_inventory_window () +{ + gInventory.Visible = true; + // switch to the Use cursor (to select items with) + mouse.Mode = eModeInteract; + // But, override the appearance to look like the arrow + mouse.UseModeGraphic(eModePointer); +} + +function show_save_game_dialog() +{ + gSaveGame.Visible = true; + // Get the list of save games + lstSaveGamesList.FillSaveGameList(); + if (lstSaveGamesList.ItemCount > 0) + { + // If there is at least one, set the default text + // to be the first game's name + txtNewSaveName.Text = lstSaveGamesList.Items[0]; + } + else + { + // No save games yet, default empty text. + txtNewSaveName.Text = ""; + } + mouse.UseModeGraphic(eModePointer); + gIconbar.Visible = false; +} + +function show_restore_game_dialog() +{ + gRestoreGame.Visible = true; + lstRestoreGamesList.FillSaveGameList(); + mouse.UseModeGraphic(eModePointer); + gIconbar.Visible = false; +} + +function close_save_game_dialog() +{ + gSaveGame.Visible = false; + mouse.UseDefaultGraphic(); + gIconbar.Visible = true; +} + +function close_restore_game_dialog() +{ + gRestoreGame.Visible = false; + mouse.UseDefaultGraphic(); + gIconbar.Visible = true; +} + +// Called when a key is pressed. keycode holds the key's ASCII code +function on_key_press(eKeyCode keycode) { + // The following is called before "if game is paused keycode=0", so + // it'll happen even when the game is paused. + + if ((keycode == eKeyEscape) && gRestartYN.Visible) { + //Use ESC to cancel restart. + gRestartYN.Visible = false; + gIconbar.Visible = true; + // If the panel's not ON, then the player must have gotten here by tapping F9, + // therefore his cursor needs restoring. If the panel IS on, then it doesn't, + // because it's already a pointer. Get used to thinking like this!! + if (!gPanel.Visible) mouse.UseDefaultGraphic(); + return; + } + if ((keycode == eKeyEscape) && gPanel.Visible) { + // Use ESC to turn the panel off. + gPanel.Visible = false; + mouse.UseDefaultGraphic(); + gIconbar.Visible = true; + return; + } + if ((keycode == eKeyEscape) && (gSaveGame.Visible)) + { + // Use ESC to close the save game dialog + close_save_game_dialog(); + return; + } + if ((keycode == eKeyEscape) && (gRestoreGame.Visible)) + { + // Use ESC to close the restore game dialog + close_restore_game_dialog(); + return; + } + + if (keycode == eKeyReturn) { + // ENTER, in this case merely confirms restart + if (gRestartYN.Visible) RestartGame(); + } + + if (IsGamePaused() || (IsInterfaceEnabled() == 0)) + { + // If the game is paused with a modal GUI on the + // screen, or the player interface is disabled in + // a cut scene, ignore any keypresses. + return; + } + + // FUNCTION KEYS AND SYSTEM SHORTCUTS + if (keycode == eKeyEscape) { + // ESC + gPanel.Visible = true; + gIconbar.Visible = false; + mouse.UseModeGraphic(eModePointer); + } + if (keycode == eKeyCtrlQ) QuitGame(1); // Ctrl-Q + if (keycode == eKeyF5) show_save_game_dialog(); // F5 + if (keycode == eKeyF7) show_restore_game_dialog(); // F7 + if (keycode == eKeyF9) { + // F9, asks the player to confirm restarting (so much better to always confirm first) + gRestartYN.Visible = true; + gIconbar.Visible = false; + mouse.UseModeGraphic(eModePointer); + } + if (keycode == eKeyF12) SaveScreenShot("scrnshot.bmp"); // F12 + if (keycode == eKeyTab) show_inventory_window(); // Tab, show inventory + + // GAME COMMAND SHORTCUTS + if (keycode == 'W') mouse.Mode=eModeWalkto; //Notice this alternate way to indicate keycodes. + if (keycode == 'L') mouse.Mode=eModeLookat; //Note that all we do here is set modes. + if (keycode == 'U') mouse.Mode=eModeInteract; //If you want something else to happen, such as GUI buttons highlighting, + if (keycode == 'T') mouse.Mode=eModeTalkto; //you'll need some more scripting done. + if (keycode == 'I') mouse.Mode=eModeUseinv; //But this will, as-is, give you some standard keyboard shortcuts your players will very much appreciate. + + // For extra cursor modes, such as pick up, feel free to add as you will. + // Uncomment the line below if you use the "Pick Up" mode. + //if (keycode == 'P' || keycode == 'G') mouse.Mode=eModePickup; + + // DEBUG FUNCTIONS + if (keycode == eKeyCtrlS) Debug(0,0); // Ctrl-S, give all inventory + if (keycode == eKeyCtrlV) Debug(1,0); // Ctrl-V, version + if (keycode == eKeyCtrlA) Debug(2,0); // Ctrl-A, show walkable areas + if (keycode == eKeyCtrlX) Debug(3,0); // Ctrl-X, teleport to room + if (keycode == eKeyCtrlW && game.debug_mode) + player.PlaceOnWalkableArea(); //Ctrl-W, move to walkable area +} + + +function on_mouse_click(MouseButton button) { + // called when a mouse button is clicked. button is either LEFT or RIGHT + if (IsGamePaused() == 1) { + // Game is paused, so do nothing (ie. don't allow mouse click) + } + else if (button == eMouseLeft) { + ProcessClick(mouse.x, mouse.y, mouse.Mode ); + } + else if (button == eMouseRight || button == eMouseWheelSouth){ + // right-click our mouse-wheel down, so cycle cursor + mouse.SelectNextMode(); + } + else if (button == eMouseMiddle) { + // Middle-button-click, default make character walk to clicked area (a little shortcut) + // Could have been just "player.Walk(mouse.x,mouse.y)", but it's best to + // leave our options open - what if you have a special script triggered + // on "walking" mode? + ProcessClick(mouse.x, mouse.y, eModeWalkto); + } + else if (button == eMouseWheelNorth) { + // Mouse-wheel up, cycle cursors + // If mode isn't WALK, set the previous mode (notice usage of numbers instead + // of eNums, when it suits us)... + if (mouse.Mode>0) mouse.Mode=mouse.Mode-1; + else + { + // ...but if it is WALK mode... + if (player.ActiveInventory!=null) + { + //...and the player has a selected inventory item, set mouse mode to UseInv. + mouse.Mode=eModeUseinv; + } + else + { + // If they don't, however, just set it to mode TALK (change this line if you add more cursor modes) + mouse.Mode=eModeTalkto; + } + } + } +} + +function interface_click(int interface, int button) { + // This function is obsolete, from 2.62 and earlier versions. +} + +function btnInvUp_Click(GUIControl *control, MouseButton button) { + invCustomInv.ScrollUp(); +} + +function btnInvDown_Click(GUIControl *control, MouseButton button) { + invCustomInv.ScrollDown(); +} + +function btnInvOK_Click(GUIControl *control, MouseButton button) { + // They pressed the OK button, close the GUI + gInventory.Visible = false; + mouse.UseDefaultGraphic(); +} + +function btnInvSelect_Click(GUIControl *control, MouseButton button) { + + // They pressed SELECT, so switch to the Get cursor + mouse.Mode = eModeInteract; + // But, override the appearance to look like the arrow + mouse.UseModeGraphic(eModePointer); +} + +function btnIconInv_Click(GUIControl *control, MouseButton button) { + + show_inventory_window(); +} + +function btnIconCurInv_Click(GUIControl *control, MouseButton button) { + + if (player.ActiveInventory != null) + mouse.Mode = eModeUseinv; +} + +function btnIconSave_Click(GUIControl *control, MouseButton button) +{ + show_save_game_dialog(); +} + +function btnIconLoad_Click(GUIControl *control, MouseButton button) +{ + show_restore_game_dialog(); +} + +function btnIconExit_Click(GUIControl *control, MouseButton button) { + + QuitGame(1); +} + +function btnIconAbout_Click(GUIControl *control, MouseButton button) { + + gPanel.Visible=true; + gIconbar.Visible=false; + mouse.UseModeGraphic(eModePointer); +} + +function cEgo_Look() +{ + Display("Damn, I'm looking good!"); +} + +function cEgo_Interact() +{ + Display("You rub your hands up and down your clothes."); +} + +function cEgo_Talk() +{ + Display("Talking to yourself is a sign of madness!"); +} + +//START OF CONTROL PANEL FUNCTIONS +function btnSave_OnClick(GUIControl *control, MouseButton button) +{ + gPanel.Visible = false; + mouse.UseDefaultGraphic(); + gIconbar.Visible = true; + Wait(1); + btnIconSave_Click(btnIconSave, eMouseLeft); +} + +function gControl_OnClick(GUI *theGui, MouseButton button) +{ + +} + +function btnAbout_OnClick(GUIControl *control, MouseButton button) +{ +Display("Adventure Game Studio run-time engine default game."); +} + +function btnQuit_OnClick(GUIControl *control, MouseButton button) +{ + gPanel.Visible = false; + Wait(1); + QuitGame(1); + gPanel.Visible = true; + gIconbar.Visible = false; + mouse.UseModeGraphic(eModePointer); +} + +function btnLoad_OnClick(GUIControl *control, MouseButton button) +{ + gPanel.Visible = false; + mouse.UseDefaultGraphic(); + gIconbar.Visible = true; + Wait(1); + btnIconLoad_Click(btnIconLoad, eMouseLeft); +} + +function btnResume_OnClick(GUIControl *control, MouseButton button) +{ + gPanel.Visible = false; + mouse.UseDefaultGraphic(); + gIconbar.Visible = true; +} + +function sldAudio_OnChange(GUIControl *control) +{ + System.Volume = sldAudio.Value; +} + +function sldVoice_OnChange(GUIControl *control) +{ + // Sets voice volume. Note that we don't check for the existence of speech.vox - + // we did that in game_start, so if it's not there the slider won't even be available. + SetSpeechVolume(sldVoice.Value); +} + +function btnVoice_OnClick(GUIControl *control, MouseButton button) +{ + // Note that we don't check for the existence of speech.vox - we did that in game_start, + // so if it's not there the button won't even be available. + if (btnVoice.Text == "Voice and Text") { + SetVoiceMode(eSpeechVoiceOnly); + btnVoice.Text = "Voice only"; + } + else if (btnVoice.Text == "Voice only") { + SetVoiceMode(eSpeechTextOnly); + btnVoice.Text = "Text only"; + } + else if (btnVoice.Text == "Text only") { + SetVoiceMode(eSpeechVoiceAndText); + btnVoice.Text = "Voice and Text"; + } +} + +function sldGamma_OnChange(GUIControl *control) +{ + // Set the gamma. Note there's no need to check for anything else, as we ensured, + // in game_start, that the slider won't even appear if it's not possible to do this. + System.Gamma = sldGamma.Value; +} + +function btnDefault_OnClick(GUIControl *control, MouseButton button) +{ + // Reset everything to default. You'll have to edit these as well as the sliders + // if you'd rather have different default parameters. + System.Volume = 100; + sldAudio.Value = System.Volume; + sldSpeed.Value = 40; + SetGameSpeed(40); + if (IsSpeechVoxAvailable()) { + SetVoiceMode(eSpeechVoiceAndText); + btnVoice.Text = "Voice and Text"; + sldVoice.Value = 255; + SetSpeechVolume(255); + } + if (System.SupportsGammaControl) { + System.Gamma = 100; + sldGamma.Value = 100; + } +} +//END OF CONTROL PANEL FUNCTIONS + +function dialog_request(int param) +{ + // This is used by the dialog text parser if you need to process + // text that the player types in to the parser. + // It is not used by default. +} + +function sldSpeed_OnChange(GUIControl *control) +{ + SetGameSpeed(sldSpeed.Value); +} + +function btnRestart_OnClick(GUIControl *control, MouseButton button) +{ + gRestartYN.Visible=true; + gIconbar.Visible=false; +} + +function btnRestartYes_OnClick(GUIControl *control, MouseButton button) +{ + RestartGame(); +} + +function btnRestartNo_OnClick(GUIControl *control, MouseButton button) +{ + gRestartYN.Visible = false; + gIconbar.Visible = true; + // If the panel's not ON, then the player must have gotten here by tapping F9, + // therefore his cursor needs restoring. If the panel IS on, then it doesn't, + // because it's already a pointer. Get used to thinking like this!! + if (!gPanel.Visible) mouse.UseDefaultGraphic(); +} + +function btnCancelSave_OnClick(GUIControl *control, MouseButton button) +{ + close_save_game_dialog(); +} + +function btnSaveGame_OnClick(GUIControl *control, MouseButton button) +{ + int gameSlotToSaveInto = lstSaveGamesList.ItemCount + 1; + int i = 0; + while (i < lstSaveGamesList.ItemCount) + { + if (lstSaveGamesList.Items[i] == txtNewSaveName.Text) + { + gameSlotToSaveInto = lstSaveGamesList.SaveGameSlots[i]; + } + i++; + } + SaveGameSlot(gameSlotToSaveInto, txtNewSaveName.Text); + close_save_game_dialog(); +} + +function btnCancelRestore_OnClick(GUIControl *control, MouseButton button) +{ + close_restore_game_dialog(); +} + +function btnRestoreGame_OnClick(GUIControl *control, MouseButton button) +{ + if (lstRestoreGamesList.SelectedIndex >= 0) + { + RestoreGameSlot(lstRestoreGamesList.SaveGameSlots[lstRestoreGamesList.SelectedIndex]); + } + close_restore_game_dialog(); +} + +function lstSaveGamesList_OnSelectionCh(GUIControl *control) +{ + txtNewSaveName.Text = lstSaveGamesList.Items[lstSaveGamesList.SelectedIndex]; +} + +function txtNewSaveName_OnActivate(GUIControl *control) +{ + // Pressing return in the text box simulates clicking the Save button + btnSaveGame_OnClick(control, eMouseLeft); +} + +function btnDeleteSave_OnClick(GUIControl *control, MouseButton button) +{ + if (lstSaveGamesList.SelectedIndex >= 0) + { + DeleteSaveSlot(lstSaveGamesList.SaveGameSlots[lstSaveGamesList.SelectedIndex]); + lstSaveGamesList.FillSaveGameList(); + } +} diff --git a/samples/AGS Script/GlobalScript.ash b/samples/AGS Script/GlobalScript.ash new file mode 100644 index 00000000..2dab2f11 --- /dev/null +++ b/samples/AGS Script/GlobalScript.ash @@ -0,0 +1,4 @@ +// Main header script - this will be included into every script in +// the game (local and global). Do not place functions here; rather, +// place import definitions and #define names here to be used by all +// scripts. diff --git a/samples/AGS Script/KeyboardMovement_102.asc b/samples/AGS Script/KeyboardMovement_102.asc new file mode 100644 index 00000000..8776789a --- /dev/null +++ b/samples/AGS Script/KeyboardMovement_102.asc @@ -0,0 +1,216 @@ +// Main script for module 'KeyboardMovement' + +//**************************************************************************************************** +// DEFINITIONS +//**************************************************************************************************** + +#define DISTANCE 10000// distance player walks in Tapping mode before he stops + +enum KeyboardMovement_Directions { + eKeyboardMovement_Stop, + eKeyboardMovement_DownLeft, + eKeyboardMovement_Down, + eKeyboardMovement_DownRight, + eKeyboardMovement_Left, + eKeyboardMovement_Right, + eKeyboardMovement_UpLeft, + eKeyboardMovement_Up, + eKeyboardMovement_UpRight +}; + +//**************************************************************************************************** +// VARIABLES +//**************************************************************************************************** + +// keycodes as variables for future key customization functions (static variables?): +int KeyboardMovement_KeyDown = 380; // down arrow +int KeyboardMovement_KeyLeft = 375; // left arrow +int KeyboardMovement_KeyRight = 377; // right arrow +int KeyboardMovement_KeyUp = 372; // up arrow +int KeyboardMovement_KeyDownRight = 381; // PgDn (numpad) +int KeyboardMovement_KeyUpRight = 373; // PgUp (numpad) +int KeyboardMovement_KeyDownLeft = 379; // End (numpad) +int KeyboardMovement_KeyUpLeft = 371; // Home (numpad) +int KeyboardMovement_KeyStop = 376; // 5 (numpad) + +KeyboardMovement_Modes KeyboardMovement_Mode = eKeyboardMovement_None; // stores current keyboard control mode (disabled by default) + +KeyboardMovement_Directions KeyboardMovement_CurrentDirection = eKeyboardMovement_Stop; // stores current walking direction of player character + +//**************************************************************************************************** +// USER FUNCTIONS +//**************************************************************************************************** + +//==================================================================================================== + +static function KeyboardMovement::SetMode(KeyboardMovement_Modes mode) { + KeyboardMovement_Mode = mode; +} + +//==================================================================================================== + +// key customization functions here + +//==================================================================================================== + +//**************************************************************************************************** +// EVENT HANDLER FUNCTIONS +//**************************************************************************************************** + +//==================================================================================================== + +function repeatedly_execute() { + + //-------------------------------------------------- + // Pressing mode + //-------------------------------------------------- + + if ((IsGamePaused() == true) || (KeyboardMovement_Mode != eKeyboardMovement_Pressing) || (IsInterfaceEnabled() == false) || (player.on == false)) return 0; + // if game is paused, module or mode disabled, interface disabled or player character hidden, quit function + + KeyboardMovement_Directions newdirection; // declare variable storing new direction + + // get new direction: + if ( ((IsKeyPressed(KeyboardMovement_KeyDown)) && (IsKeyPressed(KeyboardMovement_KeyRight))) || (IsKeyPressed(KeyboardMovement_KeyDownRight)) ) newdirection = eKeyboardMovement_DownRight; // if down&right arrows or PgDn (numeric pad) held down, set new direction to Down-Right + else if ( ((IsKeyPressed(KeyboardMovement_KeyUp)) && (IsKeyPressed(KeyboardMovement_KeyRight))) || (IsKeyPressed(KeyboardMovement_KeyUpRight)) ) newdirection = eKeyboardMovement_UpRight; // up&right arrows or PgUp (numpad) + else if ( ((IsKeyPressed(KeyboardMovement_KeyDown)) && (IsKeyPressed(KeyboardMovement_KeyLeft))) || (IsKeyPressed(KeyboardMovement_KeyDownLeft)) ) newdirection = eKeyboardMovement_DownLeft; // down&left arrows or End (numpad) + else if ( ((IsKeyPressed(KeyboardMovement_KeyUp)) && (IsKeyPressed(KeyboardMovement_KeyLeft))) || (IsKeyPressed(KeyboardMovement_KeyUpLeft)) ) newdirection = eKeyboardMovement_UpLeft; // up&left arrows or Home (numpad) + else if (IsKeyPressed(KeyboardMovement_KeyDown)) newdirection = eKeyboardMovement_Down; // down arrow + else if (IsKeyPressed(KeyboardMovement_KeyLeft)) newdirection = eKeyboardMovement_Left; // left arrow + else if (IsKeyPressed(KeyboardMovement_KeyRight)) newdirection = eKeyboardMovement_Right; // right arrow + else if (IsKeyPressed(KeyboardMovement_KeyUp)) newdirection = eKeyboardMovement_Up; // up arrow + else newdirection = eKeyboardMovement_Stop; // if none of the above held down, set it to stop player character + + if (IsKeyPressed(KeyboardMovement_KeyStop)) newdirection = eKeyboardMovement_Stop; // if 5 (numeric pad) held down, stop player character, regardless of whether some of the above are held down + + if (newdirection != KeyboardMovement_CurrentDirection) { // if new direction is different from current direction + + if (newdirection == eKeyboardMovement_Stop) player.StopMoving(); // if new direction is the Stop command, stop movement of player character + else { // if new direction is NOT the Stop command + + int dx, dy; // declare variables storing new walk coordinates + if (newdirection == eKeyboardMovement_DownRight) { + dx = DISTANCE; + dy = DISTANCE; + } + else if (newdirection == eKeyboardMovement_UpRight) { + dx = DISTANCE; + dy = -DISTANCE; + } + else if (newdirection == eKeyboardMovement_DownLeft) { + dx = -DISTANCE; + dy = DISTANCE; + } + else if (newdirection == eKeyboardMovement_UpLeft) { + dx = -DISTANCE; + dy = -DISTANCE; + } + else if (newdirection == eKeyboardMovement_Down) { + dx = 0; + dy = DISTANCE; + } + else if (newdirection == eKeyboardMovement_Left) { + dx = -DISTANCE; + dy = 0; + } + else if (newdirection == eKeyboardMovement_Right) { + dx = DISTANCE; + dy = 0; + } + else if (newdirection == eKeyboardMovement_Up) { + dx = 0; + dy = -DISTANCE; + } + + player.WalkStraight(player.x + dx, player.y + dy, eNoBlock); // walk player character to the new coordinates + } + KeyboardMovement_CurrentDirection = newdirection; // update current direction to new direction + + } + +} + +//==================================================================================================== + +function on_key_press(int keycode) { + + //-------------------------------------------------- + // Tapping mode + //-------------------------------------------------- + + if ((IsGamePaused() == true) || (KeyboardMovement_Mode != eKeyboardMovement_Tapping) || (IsInterfaceEnabled() == false) || (player.on == false)) return 0; + // if game is paused, module or mode disabled, interface disabled or player character hidden, quit function + + KeyboardMovement_Directions newdirection; // declare variable storing new direction + + // get new direction: + if (keycode == KeyboardMovement_KeyDownRight) newdirection = eKeyboardMovement_DownRight; // if down-right key pressed, set new direction to Down-Right + else if (keycode == KeyboardMovement_KeyUpRight) newdirection = eKeyboardMovement_UpRight; + else if (keycode == KeyboardMovement_KeyDownLeft) newdirection = eKeyboardMovement_DownLeft; + else if (keycode == KeyboardMovement_KeyUpLeft) newdirection = eKeyboardMovement_UpLeft; + else if (keycode == KeyboardMovement_KeyDown) newdirection = eKeyboardMovement_Down; + else if (keycode == KeyboardMovement_KeyLeft) newdirection = eKeyboardMovement_Left; + else if (keycode == KeyboardMovement_KeyRight) newdirection = eKeyboardMovement_Right; + else if (keycode == KeyboardMovement_KeyUp) newdirection = eKeyboardMovement_Up; + else if (keycode == KeyboardMovement_KeyStop) newdirection = eKeyboardMovement_Stop; // if stop key pressed, set to stop player character + + if (newdirection != KeyboardMovement_CurrentDirection) { // if new direction is different from current direction + + if (newdirection == eKeyboardMovement_Stop) player.StopMoving(); // if new direction is the Stop command, stop movement of player character + else { // if new direction is NOT the Stop command + + int dx, dy; // declare variables storing new walk coordinates + if (newdirection == eKeyboardMovement_DownRight) { + dx = DISTANCE; + dy = DISTANCE; + } + else if (newdirection == eKeyboardMovement_UpRight) { + dx = DISTANCE; + dy = -DISTANCE; + } + else if (newdirection == eKeyboardMovement_DownLeft) { + dx = -DISTANCE; + dy = DISTANCE; + } + else if (newdirection == eKeyboardMovement_UpLeft) { + dx = -DISTANCE; + dy = -DISTANCE; + } + else if (newdirection == eKeyboardMovement_Down) { + dx = 0; + dy = DISTANCE; + } + else if (newdirection == eKeyboardMovement_Left) { + dx = -DISTANCE; + dy = 0; + } + else if (newdirection == eKeyboardMovement_Right) { + dx = DISTANCE; + dy = 0; + } + else if (newdirection == eKeyboardMovement_Up) { + dx = 0; + dy = -DISTANCE; + } + + player.WalkStraight(player.x + dx, player.y + dy, eNoBlock); // walk player character to the new coordinates + } + KeyboardMovement_CurrentDirection = newdirection; // update current direction to new direction + + } + else { // if new direction is same as current direction + player.StopMoving(); // stop player character + KeyboardMovement_CurrentDirection = eKeyboardMovement_Stop; // update current direction + } + +} + +//==================================================================================================== + +function on_event(EventType event, int data) { + + if (event == eEventLeaveRoom) KeyboardMovement_CurrentDirection = eKeyboardMovement_Stop; + +} + +//==================================================================================================== diff --git a/samples/AGS Script/KeyboardMovement_102.ash b/samples/AGS Script/KeyboardMovement_102.ash new file mode 100644 index 00000000..a1e28c2c --- /dev/null +++ b/samples/AGS Script/KeyboardMovement_102.ash @@ -0,0 +1,13 @@ +// Script header for module 'KeyboardMovement' + +#define KeyboardMovement_VERSION 101 + +enum KeyboardMovement_Modes { + eKeyboardMovement_None, + eKeyboardMovement_Tapping, + eKeyboardMovement_Pressing +}; + +struct KeyboardMovement { + import static function SetMode(KeyboardMovement_Modes mode); +}; diff --git a/samples/APL/DeepakChopra.apl b/samples/APL/DeepakChopra.apl new file mode 100644 index 00000000..ba7fd625 --- /dev/null +++ b/samples/APL/DeepakChopra.apl @@ -0,0 +1,18 @@ +⍝ You can try this at http://tryapl.org/ +⍝ I can not explain how much I suddenly love this crypto-language + + + +Starts ← 'Experiential truth ' 'The physical world ' 'Non-judgment ' 'Quantum physics ' +Middles ← 'nurtures an ' 'projects onto ' 'imparts reality to ' 'constructs with ' +Qualifiers ← 'abundance of ' 'the barrier of ' 'self-righteous ' 'potential ' +Finishes ← 'marvel.' 'choices.' 'creativity.' 'actions.' + +rf ← {(?⍴⍵)⊃⍵} +erf ← {rf ¨ ⍵} + +deepak ← {erf Starts Middles Qualifiers Finishes} + + + +deepak ⍬ \ No newline at end of file diff --git a/samples/Chapel/distributions.chpl b/samples/Chapel/distributions.chpl new file mode 100644 index 00000000..a3e5f81d --- /dev/null +++ b/samples/Chapel/distributions.chpl @@ -0,0 +1,304 @@ +// +// Distributions Primer +// +// This primer demonstrates uses of some of Chapel's standard +// distributions. To use these distributions in a Chapel program, +// the respective module must be used: +// +use BlockDist, CyclicDist, BlockCycDist, ReplicatedDist; +use DimensionalDist2D, ReplicatedDim, BlockCycDim; + +// +// For each distribution, we'll create a distributed domain and array +// and then initialize it just to give a brief flavor of how the +// distribution maps across locales. Running this example on 6 +// locales does a nice job of illustrating the distribution +// characteristics. +// +// All of these distributions support options to map to a different +// virtual locale grid than the one used by default (a +// multidimensional factoring of the built-in Locales array), as well +// as to control the amount of parallelism used in data parallel +// loops. See the Standard Distributions chapter of the language spec +// for more details. +// + +// +// Make the program size configurable from the command line. +// +config const n = 8; + +// +// Declare a 2-dimensional domain Space that we will later use to +// initialize the distributed domains. +// +const Space = {1..n, 1..n}; + +// +// The Block distribution distributes a bounding box from +// n-dimensional space across the target locale array viewed as an +// n-dimensional virtual locale grid. The bounding box is blocked +// into roughly equal portions across the locales. Note that domains +// declared over a Block distribution can also store indices outside +// of the bounding box; the bounding box is merely used to compute +// the blocking of space. +// +// In this example, we declare a 2-dimensional Block-distributed +// domain BlockSpace and a Block-distributed array BA declared over +// the domain. +// +const BlockSpace = Space dmapped Block(boundingBox=Space); +var BA: [BlockSpace] int; + +// +// To illustrate how the index set is distributed across locales, +// we'll use a forall loop to initialize each array element to the +// locale ID that stores that index/element/iteration. +// +forall ba in BA do + ba = here.id; + +// +// Output the Block-distributed array to visually see how the elements +// are partitioned across the locales. +// +writeln("Block Array Index Map"); +writeln(BA); +writeln(); + +// +// Most of Chapel's standard distributions support an optional +// targetLocales argument that permits you to pass in your own +// array of locales to be targeted. In general, the targetLocales +// argument should match the rank of the distribution. So for +// example, to map a Block to a [numLocales x 1] view of the +// locale set, one could do something like this: + +// +// We start by creating our own array of the locale values. Here +// we use the standard array reshape function for convenience, +// but more generally, this array could be accessed/assigned like any +// other. +// + +var MyLocaleView = {0..#numLocales, 1..1}; +var MyLocales: [MyLocaleView] locale = reshape(Locales, MyLocaleView); + +// +// Then we'll declare a distributed domain/array that targets +// this view of the locales: +// + +const BlockSpace2 = Space dmapped Block(boundingBox=Space, + targetLocales=MyLocales); +var BA2: [BlockSpace2] int; + +// +// Then we'll do a similar computation as before to verify where +// everything ended up: +// +forall ba in BA2 do + ba = here.id; + +writeln("Block Array Index Map"); +writeln(BA2); +writeln(); + + + +// +// Next, we'll perform a similar computation for the Cyclic distribution. +// Cyclic distributions start at a designated n-dimensional index and +// distribute the n-dimensional space across an n-dimensional array +// of locales in a round-robin fashion (in each dimension). As with +// the Block distribution, domains may be declared using the +// distribution who have lower indices that the starting index; that +// value should just be considered a parameterization of how the +// distribution is defined. +// +const CyclicSpace = Space dmapped Cyclic(startIdx=Space.low); +var CA: [CyclicSpace] int; + +forall ca in CA do + ca = here.id; + +writeln("Cyclic Array Index Map"); +writeln(CA); +writeln(); + + +// +// Next, we'll declare a Block-Cyclic distribution. These +// distributions also deal out indices in a round-robin fashion, +// but rather than dealing out singleton indices, they deal out blocks +// of indices. Thus, the BlockCyclic distribution is parameterized +// by a starting index (as with Cyclic) and a block size (per +// dimension) specifying how large the chunks to be dealt out are. +// +const BlkCycSpace = Space dmapped BlockCyclic(startIdx=Space.low, + blocksize=(2, 3)); +var BCA: [BlkCycSpace] int; + +forall bca in BCA do + bca = here.id; + +writeln("Block-Cyclic Array Index Map"); +writeln(BCA); +writeln(); + + +// +// The ReplicatedDist distribution is different: each of the +// original domain's indices - and the corresponding array elements - +// is replicated onto each locale. (Note: consistency among these +// array replicands is NOT maintained automatically.) +// +// This replication is observable in some cases but not others, +// as shown below. Note: this behavior may change in the future. +// +const ReplicatedSpace = Space dmapped ReplicatedDist(); +var RA: [ReplicatedSpace] int; + +// The replication is observable - this visits each replicand. +forall ra in RA do + ra = here.id; + +writeln("Replicated Array Index Map, ", RA.numElements, " elements total"); +writeln(RA); +writeln(); + +// +// The replication is observable when the replicated array is +// on the left-hand side. If the right-hand side is not replicated, +// it is copied into each replicand. +// We illustrate this using a non-distributed array. +// +var A: [Space] int = [(i,j) in Space] i*100 + j; +RA = A; +writeln("Replicated Array after being array-assigned into"); +writeln(RA); +writeln(); + +// +// Analogously, each replicand will be visited and +// other participated expressions will be computed on each locale +// (a) when the replicated array is assigned a scalar: +// RA = 5; +// (b) when it appears first in a zippered forall loop: +// forall (ra, a) in zip(RA, A) do ...; +// (c) when it appears in a for loop: +// for ra in RA do ...; +// +// Zippering (RA,A) or (A,RA) in a 'for' loop will generate +// an error due to their different number of elements. + +// Let RA store the Index Map again, for the examples below. +forall ra in RA do + ra = here.id; + +// +// Only the local replicand is accessed - replication is NOT observable +// and consistency is NOT maintained - when: +// (a) the replicated array is indexed - an individual element is read... +// +on Locales(0) do + writeln("on ", here, ": ", RA(Space.low)); +on Locales(LocaleSpace.high) do + writeln("on ", here, ": ", RA(Space.low)); +writeln(); + +// ...or an individual element is written; +on Locales(LocaleSpace.high) do + RA(Space.low) = 7777; + +writeln("Replicated Array after being indexed into"); +writeln(RA); +writeln(); + +// +// (b) the replicated array is on the right-hand side of an assignment... +// +on Locales(LocaleSpace.high) do + A = RA + 4; +writeln("Non-Replicated Array after assignment from Replicated Array + 4"); +writeln(A); +writeln(); + +// +// (c) ...or, generally, the replicated array or domain participates +// in a zippered forall loop, but not in the first position. +// The loop could look like: +// +// forall (a, (i,j), ra) in (A, ReplicatedSpace, RA) do ...; +// + + +// +// The DimensionalDist2D distribution lets us build a 2D distribution +// as a composition of specifiers for individual dimensions. +// Under such a "dimensional" distribution each dimension is handled +// independently of the other. +// +// The dimension specifiers are similar to the corresponding multi-dimensional +// distributions in constructor arguments and index-to-locale mapping rules. +// However, instead of an array of locales, a specifier constructor +// accepts just the number of locales that the indices in the corresponding +// dimension will be distributed across. +// +// The DimensionalDist2D constructor requires: +// * an [0..nl1-1, 0..nl2-1] array of locales, where +// nl1 and nl2 are the number of locales in each dimension, and +// * two dimension specifiers, created for nl1 and nl2 locale counts, resp. +// +// Presently, the following dimension specifiers are available +// (shown here with their constructor arguments): +// +// * ReplicatedDim(numLocales) +// * BlockDim(numLocales, boundingBoxLow, boundingBoxHigh) +// * BlockCyclicDim(lowIdx, blockSize, numLocales) +// + +// +// The following example creates a dimensional distribution that +// replicates over 2 locales (when available) in the first dimemsion +// and distributes using block-cyclic distribution in the second dimension. +// The example computes nl1 and nl2 and reshapes MyLocales correspondingly. +// + +var (nl1, nl2) = if numLocales == 1 then (1, 1) else (2, numLocales/2); +MyLocaleView = {0..#nl1, 0..#nl2}; +MyLocales = reshape(Locales[0..#nl1*nl2], MyLocaleView); + +const DimReplicatedBlockcyclicSpace = Space + dmapped DimensionalDist2D(MyLocales, + new ReplicatedDim(numLocales = nl1), + new BlockCyclicDim(numLocales = nl2, + lowIdx = 1, blockSize = 2)); + +var DRBA: [DimReplicatedBlockcyclicSpace] int; + +// The ReplicatedDim specifier always accesses the local replicand. +// (This differs from how the ReplicatedDist distribution works.) +// +// This example visits each replicand. The behavior is the same +// regardless of the second index into MyLocales below. + +for locId1 in 0..#nl1 do on MyLocales[locId1, 0] { + + forall drba in DRBA do + drba = here.id; + + writeln("Dimensional2D(Replicated,BlockCyclic) Array Index Map", + " from ", here); + + // Technicality: 'writeln(DRBA)' would read DRBA always on Locale 0. + // Since we want to see what DRBA contains on the current locale, + // we use 'Helper' that is mapped using the default distribution. + // 'Helper = DRBA' captures the view of DRBA on the current locale, + // which we then print out. + + const Helper: [Space] int = DRBA; + writeln(Helper); + writeln(); + +} diff --git a/samples/Chapel/hello.chpl b/samples/Chapel/hello.chpl new file mode 100644 index 00000000..cc98e786 --- /dev/null +++ b/samples/Chapel/hello.chpl @@ -0,0 +1 @@ +writeln("Hello, world!"); // print 'Hello, world!' to the console diff --git a/samples/Chapel/lulesh.chpl b/samples/Chapel/lulesh.chpl new file mode 100644 index 00000000..d6480d26 --- /dev/null +++ b/samples/Chapel/lulesh.chpl @@ -0,0 +1,1692 @@ +/* + Derived from the DARPA/Livermore Unstructured Lagrangian Explicit + Shock Hydrodynamics (LULESH) + https://computation.llnl.gov/casc/ShockHydro/ + + Original port to Chapel by Brandon Holt (8/2011). Further + improvements for the sake of performance and/or generality made by + Sung-Eun Choi (12/2011, 11/2012), Jeff Keasler (3/2012), and Brad + Chamberlain (3-4,9-11/2012, 2/2013). + + + Notes on the Initial Implementation + ----------------------------------- + + This implementation was designed to mirror the overall structure of + the C++ Lulesh but use Chapel constructs where they can help make + the code more readable, easier to maintain, or more + 'elegant'. Function names are preserved for the most part, with some + additional helper functions, and original comments from the C++ code + are interspersed approximately where they belong to give an idea of + how the two codes line up. One major difference for this Chapel + version is the use of a number of module-level variables and + constants. + + + Status: + + This code remains a work-in-progress as we gain further experience + with it. Proposed improvements are noted in the README in this + directory and (in some cases) in TODO comments in the code. + + */ + + + +use Time, // to get timing routines for benchmarking + BlockDist; // for block-distributed arrays + +use luleshInit; // initialization code for data set + +/* The configuration parameters for lulesh. These can be set on the + compiler command line using -s=. For example, + + chpl -suseBlockDist=true + + useBlockDist : says whether or not to block-distribute the arrays. + The default is based on the value of CHPL_COMM, as + an indication of whether this is a single- or multi- + locale execution. + + use3DRepresentation : indicates whether the element node arrays + should be stored using a 3D representation + (limiting the execution to cube inputs) or + the more general 1D representation (supporting + arbitrary data sets). + + useSparseMaterials : indicates whether sparse domains/arrays should be + used to represent the materials. Sparse domains + are more realistic in that they permit an arbitrary + subset of the problem space to store a material. + Dense domains are sufficient for LULESH since there's + an assumption that the material spans all cells. + + printWarnings : prints performance-oriented warnings to prevent + surprises. +*/ + +config param useBlockDist = (CHPL_COMM != "none"), + use3DRepresentation = false, + useSparseMaterials = true, + printWarnings = true; + + +// +// Sanity check to ensure that input files aren't used with the 3D +// representation +// +if (use3DRepresentation && (luleshInit.filename != "")) then + halt("The 3D representation does not support reading input from files"); + + +/* Configuration constants: Override defaults on executable's command-line */ + +config const initialEnergy = 3.948746e+7; // initial energy value + + +config const showProgress = false, // print time and dt values on each step + debug = false, // print various debug info + doTiming = true, // time the main timestep loop + printCoords = true; // print the final computed coordinates + + +/* Compile-time constants */ + +param XI_M = 0x003, + XI_M_SYMM = 0x001, + XI_M_FREE = 0x002, + + XI_P = 0x00c, + XI_P_SYMM = 0x004, + XI_P_FREE = 0x008, + + ETA_M = 0x030, + ETA_M_SYMM = 0x010, + ETA_M_FREE = 0x020, + + ETA_P = 0x0c0, + ETA_P_SYMM = 0x040, + ETA_P_FREE = 0x080, + + ZETA_M = 0x300, + ZETA_M_SYMM = 0x100, + ZETA_M_FREE = 0x200, + + ZETA_P = 0xc00, + ZETA_P_SYMM = 0x400, + ZETA_P_FREE = 0x800; + + +/* Set up the problem size */ + +const (numElems, numNodes) = initProblemSize(); + + +/* Declare abstract problem domains */ + +const ElemSpace = if use3DRepresentation + then {0..#elemsPerEdge, 0..#elemsPerEdge, 0..#elemsPerEdge} + else {0..#numElems}, + NodeSpace = if use3DRepresentation + then {0..#nodesPerEdge, 0..#nodesPerEdge, 0..#nodesPerEdge} + else {0..#numNodes}; + + +/* Declare the (potentially distributed) problem domains */ + +const Elems = if useBlockDist then ElemSpace dmapped Block(ElemSpace) + else ElemSpace, + Nodes = if useBlockDist then NodeSpace dmapped Block(NodeSpace) + else NodeSpace; + + +/* The coordinates */ + +var x, y, z: [Nodes] real; + + +/* The number of nodes per element. In a rank-independent version, + this could be written 2**rank */ + +param nodesPerElem = 8; + + +// We could name this, but chose not to since it doesn't add that much clarity +// +// const elemNeighbors = 1..nodesPerElem; + + +/* The element-to-node mapping */ + +var elemToNode: [Elems] nodesPerElem*index(Nodes); + + +/* the Greek variables */ + +var lxim, lxip, letam, letap, lzetam, lzetap: [Elems] index(Elems); + + +/* the X, Y, Z Symmetry values */ + +var XSym, YSym, ZSym: sparse subdomain(Nodes); + + + +/* Constants */ + +const u_cut = 1.0e-7, /* velocity tolerance */ + hgcoef = 3.0, /* hourglass control */ + qstop = 1.0e+12, /* excessive q indicator */ + monoq_max_slope = 1.0, + monoq_limiter_mult = 2.0, + e_cut = 1.0e-7, /* energy tolerance */ + p_cut = 1.0e-7, /* pressure tolerance */ + ss4o3 = 4.0/3.0, + q_cut = 1.0e-7, /* q tolerance */ + v_cut = 1.0e-10, /* relative volume tolerance */ + qlc_monoq = 0.5, /* linear term coef for q */ + qqc_monoq = 2.0/3.0, /* quadratic term coef for q */ + qqc = 2.0, + qqc2 = 64.0 * qqc**2, + eosvmax = 1.0e+9, + eosvmin = 1.0e-9, + pmin = 0.0, /* pressure floor */ + emin = -1.0e+15, /* energy floor */ + dvovmax = 0.1, /* maximum allowable volume change */ + refdens = 1.0, /* reference density */ + + deltatimemultlb = 1.1, + deltatimemultub = 1.2, + dtmax = 1.0e-2; /* maximum allowable time increment */ + + +config const stoptime = 1.0e-2, /* end time for simulation */ + maxcycles = max(int), /* max number of cycles to simulate */ + dtfixed = -1.0e-7; /* fixed time increment */ + + +/* The list of material elements */ + +const MatElems: MatElemsType = if useSparseMaterials then enumerateMatElems() + else Elems; + + +proc MatElemsType type { + if useSparseMaterials { + if (printWarnings && useBlockDist && numLocales > 1) then + writeln("WARNING: The LULESH Material Elements (MatElems) are not yet\n", + " distributed, so result in excessive memory use on,\n", + " and communication with, locale 0\n"); + return sparse subdomain(Elems); + } else + return Elems.type; +} + +iter enumerateMatElems() { + if (printWarnings && useBlockDist && numLocales > 1) then + writeln("WARNING: generation of matrix elements is serial and\n", + " unlikely to scale"); + for i in Elems do + yield i; +} + + +/* Element fields */ + +var elemBC: [Elems] int, + + e: [Elems] real, // energy + p: [Elems] real, // pressure + + q: [Elems] real, // q + ql: [Elems] real, // linear term for q + qq: [Elems] real, // quadratic term for q + + v: [Elems] real = 1.0, //relative volume + vnew: [Elems] real, + + volo: [Elems] real, // reference volume + delv: [Elems] real, // m_vnew - m_v + vdov: [Elems] real, // volume derivative over volume + + arealg: [Elems] real, // elem characteristic length + + ss: [Elems] real, // "sound speed" + + elemMass: [Elems] real; // mass + + +/* Nodal fields */ + +var xd, yd, zd: [Nodes] real, // velocities + + xdd, ydd, zdd: [Nodes] real, // acceleration + + fx, fy, fz: [Nodes] atomic real, // forces + + nodalMass: [Nodes] real; // mass + + +/* Parameters */ + +var time = 0.0, // current time + deltatime = 1.0e-7, // variable time increment + dtcourant = 1.0e20, // courant constraint + dthydro = 1.0e20, // volume change constraint + + cycle = 0; // iteration count for simulation + + +proc main() { + if debug then writeln("Lulesh -- Problem Size = ", numElems); + + initLulesh(); + + var st: real; + if doTiming then st = getCurrentTime(); + while (time < stoptime && cycle < maxcycles) { + const iterTime = if showProgress then getCurrentTime() else 0.0; + + TimeIncrement(); + + LagrangeLeapFrog(); + + if debug { + // deprint("[[ Forces ]]", fx, fy, fz); + deprint("[[ Positions ]]", x, y, z); + deprint("[[ p, e, q ]]", p, e, q); + } + if showProgress then + writeln("time = ", format("%e", time), ", dt=", format("%e", deltatime), + if doTiming then ", elapsed = " + (getCurrentTime()-iterTime) + else ""); + } + if (cycle == maxcycles) { + writeln("Stopped early due to reaching maxnumsteps"); + } + if doTiming { + const et = getCurrentTime(); + writeln("Total Time: ", et-st); + writeln("Time/Cycle: ", (et-st)/cycle); + } + writeln("Number of cycles: ", cycle); + + if printCoords { + var outfile = open("coords.out", iomode.cw); + var writer = outfile.writer(); + var fmtstr = if debug then "%1.9e" else "%1.4e"; + for i in Nodes { + writer.writeln(format(fmtstr, x[i]), " ", + format(fmtstr, y[i]), " ", + format(fmtstr, z[i])); + } + writer.close(); + outfile.close(); + } +} + + +/* Initialization functions */ + +proc initLulesh() { + // initialize the coordinates + initCoordinates(x,y,z); + + // initialize the element to node mapping + initElemToNodeMapping(elemToNode); + + // initialize the greek symbols + initGreekVars(lxim, lxip, letam, letap, lzetam, lzetap); + + // initialize the symmetry plane locations + initXSyms(XSym); + initYSyms(YSym); + initZSyms(ZSym); + + /* embed hexehedral elements in nodal point lattice */ + //calculated on the fly using: elemToNodes(i: index(Elems)): index(Nodes) + + // initialize the masses + initMasses(); + + // initialize the boundary conditions + const octantCorner = initBoundaryConditions(); + + // deposit the energy for Sedov Problem + e[octantCorner] = initialEnergy; +} + + +proc initMasses() { + // This is a temporary array used to accumulate masses in parallel + // without losing updates by using 'atomic' variables + var massAccum: [Nodes] atomic real; + + forall eli in Elems { + var x_local, y_local, z_local: 8*real; + localizeNeighborNodes(eli, x, x_local, y, y_local, z, z_local); + + const volume = CalcElemVolume(x_local, y_local, z_local); + volo[eli] = volume; + elemMass[eli] = volume; + + for neighbor in elemToNodes[eli] do + massAccum[neighbor].add(volume); + } + + // When we're done, copy the accumulated masses into nodalMass, at + // which point the massAccum array can go away (and will at the + // procedure's return + + forall i in Nodes do + nodalMass[i] = massAccum[i].read() / 8.0; + + if debug { + writeln("ElemMass:"); + for mass in elemMass do writeln(mass); + + writeln("NodalMass:"); + for mass in nodalMass do writeln(mass); + } +} + + +proc initBoundaryConditions() { + var surfaceNode: [Nodes] int; + + forall n in XSym do + surfaceNode[n] = 1; + forall n in YSym do + surfaceNode[n] = 1; + forall n in ZSym do + surfaceNode[n] = 1; + + forall e in Elems do { + var mask: int; + for i in 1..nodesPerElem do + mask += surfaceNode[elemToNode[e][i]] << (i-1); + + // TODO: make an inlined function for this little idiom? (and below) + + if ((mask & 0x0f) == 0x0f) then elemBC[e] |= ZETA_M_SYMM; + if ((mask & 0xf0) == 0xf0) then elemBC[e] |= ZETA_P_SYMM; + if ((mask & 0x33) == 0x33) then elemBC[e] |= ETA_M_SYMM; + if ((mask & 0xcc) == 0xcc) then elemBC[e] |= ETA_P_SYMM; + if ((mask & 0x99) == 0x99) then elemBC[e] |= XI_M_SYMM; + if ((mask & 0x66) == 0x66) then elemBC[e] |= XI_P_SYMM; + } + + + // + // We find the octant corner by looking for the element with + // all three SYMM flags set, which will have the largest + // integral value. Thus, we can use a maxloc to identify it. + // + const (check, loc) = maxloc reduce zip(elemBC, Elems); + + if debug then writeln("Found the octant corner at: ", loc); + + if (check != (XI_M_SYMM | ETA_M_SYMM | ZETA_M_SYMM)) then + halt("maxloc got a value of ", check, " at loc ", loc); + + // TODO: This is an example of an array that, in a distributed + // memory code, would typically be completely local and only storing + // the local nodes owned by the locale -- noting that some nodes + // are logically owned by multiple locales and therefore would + // redundantly be stored in both locales' surfaceNode arrays -- it's + // essentially local scratchspace that does not need to be communicated + // or kept coherent across locales. + // + + surfaceNode = 0; + + /* the free surfaces */ + + var freeSurface: sparse subdomain(Nodes); + + // initialize the free surface + initFreeSurface(freeSurface); + + forall n in freeSurface do + surfaceNode[n] = 1; + + forall e in Elems do { + var mask: int; + for i in 1..nodesPerElem do + mask += surfaceNode[elemToNode[e][i]] << (i-1); + + if ((mask & 0x0f) == 0x0f) then elemBC[e] |= ZETA_M_FREE; + if ((mask & 0xf0) == 0xf0) then elemBC[e] |= ZETA_P_FREE; + if ((mask & 0x33) == 0x33) then elemBC[e] |= ETA_M_FREE; + if ((mask & 0xcc) == 0xcc) then elemBC[e] |= ETA_P_FREE; + if ((mask & 0x99) == 0x99) then elemBC[e] |= XI_M_FREE; + if ((mask & 0x66) == 0x66) then elemBC[e] |= XI_P_FREE; + } + + if debug { + writeln("elemBC:"); + for b in elemBC do writeln(b); + } + + return loc; +} + + +/* Helper functions */ + +inline proc localizeNeighborNodes(eli: index(Elems), + x: [] real, ref x_local: 8*real, + y: [] real, ref y_local: 8*real, + z: [] real, ref z_local: 8*real) { + + for param i in 1..nodesPerElem { + const noi = elemToNode[eli][i]; + + x_local[i] = x[noi]; + y_local[i] = y[noi]; + z_local[i] = z[noi]; + } +} + +inline proc TripleProduct(x1, y1, z1, x2, y2, z2, x3, y3, z3) { + return x1*(y2*z3 - z2*y3) + x2*(z1*y3 - y1*z3) + x3*(y1*z2 - z1*y2); +} + + +proc CalcElemVolume(x, y, z) { + const dx61 = x[7] - x[2], + dy61 = y[7] - y[2], + dz61 = z[7] - z[2], + + dx70 = x[8] - x[1], + dy70 = y[8] - y[1], + dz70 = z[8] - z[1], + + dx63 = x[7] - x[4], + dy63 = y[7] - y[4], + dz63 = z[7] - z[4], + + dx20 = x[3] - x[1], + dy20 = y[3] - y[1], + dz20 = z[3] - z[1], + + dx50 = x[6] - x[1], + dy50 = y[6] - y[1], + dz50 = z[6] - z[1], + + dx64 = x[7] - x[5], + dy64 = y[7] - y[5], + dz64 = z[7] - z[5], + + dx31 = x[4] - x[2], + dy31 = y[4] - y[2], + dz31 = z[4] - z[2], + + dx72 = x[8] - x[3], + dy72 = y[8] - y[3], + dz72 = z[8] - z[3], + + dx43 = x[5] - x[4], + dy43 = y[5] - y[4], + dz43 = z[5] - z[4], + + dx57 = x[6] - x[8], + dy57 = y[6] - y[8], + dz57 = z[6] - z[8], + + dx14 = x[2] - x[5], + dy14 = y[2] - y[5], + dz14 = z[2] - z[5], + + dx25 = x[3] - x[6], + dy25 = y[3] - y[6], + dz25 = z[3] - z[6]; + + const volume = TripleProduct(dx31 + dx72, dx63, dx20, + dy31 + dy72, dy63, dy20, + dz31 + dz72, dz63, dz20) + + TripleProduct(dx43 + dx57, dx64, dx70, + dy43 + dy57, dy64, dy70, + dz43 + dz57, dz64, dz70) + + TripleProduct(dx14 + dx25, dx61, dx50, + dy14 + dy25, dy61, dy50, + dz14 + dz25, dz61, dz50); + + return volume / 12.0; +} + +proc InitStressTermsForElems(p, q, sigxx, sigyy, sigzz: [?D] real) { + forall i in D { + sigxx[i] = -p[i] - q[i]; + sigyy[i] = -p[i] - q[i]; + sigzz[i] = -p[i] - q[i]; + } +} + + +proc CalcElemShapeFunctionDerivatives(x: 8*real, y: 8*real, z: 8*real, + ref b_x: 8*real, + ref b_y: 8*real, + ref b_z: 8*real, + ref volume: real) { + + const fjxxi = .125 * ((x[7]-x[1]) + (x[6]-x[4]) - (x[8]-x[2]) - (x[5]-x[3])), + fjxet = .125 * ((x[7]-x[1]) - (x[6]-x[4]) + (x[8]-x[2]) - (x[5]-x[3])), + fjxze = .125 * ((x[7]-x[1]) + (x[6]-x[4]) + (x[8]-x[2]) + (x[5]-x[3])), + + fjyxi = .125 * ((y[7]-y[1]) + (y[6]-y[4]) - (y[8]-y[2]) - (y[5]-y[3])), + fjyet = .125 * ((y[7]-y[1]) - (y[6]-y[4]) + (y[8]-y[2]) - (y[5]-y[3])), + fjyze = .125 * ((y[7]-y[1]) + (y[6]-y[4]) + (y[8]-y[2]) + (y[5]-y[3])), + + fjzxi = .125 * ((z[7]-z[1]) + (z[6]-z[4]) - (z[8]-z[2]) - (z[5]-z[3])), + fjzet = .125 * ((z[7]-z[1]) - (z[6]-z[4]) + (z[8]-z[2]) - (z[5]-z[3])), + fjzze = .125 * ((z[7]-z[1]) + (z[6]-z[4]) + (z[8]-z[2]) + (z[5]-z[3])); + + /* compute cofactors */ + const cjxxi = (fjyet * fjzze) - (fjzet * fjyze), + cjxet = - (fjyxi * fjzze) + (fjzxi * fjyze), + cjxze = (fjyxi * fjzet) - (fjzxi * fjyet), + + cjyxi = - (fjxet * fjzze) + (fjzet * fjxze), + cjyet = (fjxxi * fjzze) - (fjzxi * fjxze), + cjyze = - (fjxxi * fjzet) + (fjzxi * fjxet), + + cjzxi = (fjxet * fjyze) - (fjyet * fjxze), + cjzet = - (fjxxi * fjyze) + (fjyxi * fjxze), + cjzze = (fjxxi * fjyet) - (fjyxi * fjxet); + + /* calculate partials : + this need only be done for l = 0,1,2,3 since , by symmetry , + (6,7,4,5) = - (0,1,2,3) . + */ + b_x[1] = - cjxxi - cjxet - cjxze; + b_x[2] = cjxxi - cjxet - cjxze; + b_x[3] = cjxxi + cjxet - cjxze; + b_x[4] = - cjxxi + cjxet - cjxze; + b_x[5] = -b_x[3]; + b_x[6] = -b_x[4]; + b_x[7] = -b_x[1]; + b_x[8] = -b_x[2]; + + b_y[1] = - cjyxi - cjyet - cjyze; + b_y[2] = cjyxi - cjyet - cjyze; + b_y[3] = cjyxi + cjyet - cjyze; + b_y[4] = - cjyxi + cjyet - cjyze; + b_y[5] = -b_y[3]; + b_y[6] = -b_y[4]; + b_y[7] = -b_y[1]; + b_y[8] = -b_y[2]; + + b_z[1] = - cjzxi - cjzet - cjzze; + b_z[2] = cjzxi - cjzet - cjzze; + b_z[3] = cjzxi + cjzet - cjzze; + b_z[4] = - cjzxi + cjzet - cjzze; + b_z[5] = -b_z[3]; + b_z[6] = -b_z[4]; + b_z[7] = -b_z[1]; + b_z[8] = -b_z[2]; + + /* calculate jacobian determinant (volume) */ + volume = 8.0 * ( fjxet * cjxet + fjyet * cjyet + fjzet * cjzet); +} + + +proc CalcElemNodeNormals(ref pfx: 8*real, ref pfy: 8*real, ref pfz: 8*real, + x: 8*real, y: 8*real, z: 8*real) { + + proc ElemFaceNormal(param n1, param n2, param n3, param n4) { + const bisectX0 = 0.5 * (x[n4] + x[n3] - x[n2] - x[n1]), + bisectY0 = 0.5 * (y[n4] + y[n3] - y[n2] - y[n1]), + bisectZ0 = 0.5 * (z[n4] + z[n3] - z[n2] - z[n1]), + bisectX1 = 0.5 * (x[n3] + x[n2] - x[n4] - x[n1]), + bisectY1 = 0.5 * (y[n3] + y[n2] - y[n4] - y[n1]), + bisectZ1 = 0.5 * (z[n3] + z[n2] - z[n4] - z[n1]), + areaX = 0.25 * (bisectY0 * bisectZ1 - bisectZ0 * bisectY1), + areaY = 0.25 * (bisectZ0 * bisectX1 - bisectX0 * bisectZ1), + areaZ = 0.25 * (bisectX0 * bisectY1 - bisectY0 * bisectX1); + + var rx, ry, rz: 8*real; //results + + (rx[n1], rx[n2], rx[n3], rx[n4]) = (areaX, areaX, areaX, areaX); + (ry[n1], ry[n2], ry[n3], ry[n4]) = (areaY, areaY, areaY, areaY); + (rz[n1], rz[n2], rz[n3], rz[n4]) = (areaZ, areaZ, areaZ, areaZ); + + return (rx, ry, rz); + } + + // calculate total normal from each face (faces are made up of + // combinations of nodes) + + (pfx, pfy, pfz) = ElemFaceNormal(1,2,3,4) + ElemFaceNormal(1,5,6,2) + + ElemFaceNormal(2,6,7,3) + ElemFaceNormal(3,7,8,4) + + ElemFaceNormal(4,8,5,1) + ElemFaceNormal(5,8,7,6); +} + + +proc SumElemStressesToNodeForces(b_x: 8*real, b_y: 8*real, b_z: 8*real, + stress_xx:real, + stress_yy:real, + stress_zz: real, + ref fx: 8*real, + ref fy: 8*real, + ref fz: 8*real) { + for param i in 1..8 { + fx[i] = -(stress_xx * b_x[i]); + fy[i] = -(stress_yy * b_y[i]); + fz[i] = -(stress_zz * b_z[i]); + } +} + +proc CalcElemVolumeDerivative(x: 8*real, y: 8*real, z: 8*real) { + + proc VoluDer(param n0, param n1, param n2, param n3, param n4, param n5) { + const ox = (y[n1] + y[n2]) * (z[n0] + z[n1]) + - (y[n0] + y[n1]) * (z[n1] + z[n2]) + + (y[n0] + y[n4]) * (z[n3] + z[n4]) + - (y[n3] + y[n4]) * (z[n0] + z[n4]) + - (y[n2] + y[n5]) * (z[n3] + z[n5]) + + (y[n3] + y[n5]) * (z[n2] + z[n5]), + oy = - (x[n1] + x[n2]) * (z[n0] + z[n1]) + + (x[n0] + x[n1]) * (z[n1] + z[n2]) + - (x[n0] + x[n4]) * (z[n3] + z[n4]) + + (x[n3] + x[n4]) * (z[n0] + z[n4]) + + (x[n2] + x[n5]) * (z[n3] + z[n5]) + - (x[n3] + x[n5]) * (z[n2] + z[n5]), + oz = - (y[n1] + y[n2]) * (x[n0] + x[n1]) + + (y[n0] + y[n1]) * (x[n1] + x[n2]) + - (y[n0] + y[n4]) * (x[n3] + x[n4]) + + (y[n3] + y[n4]) * (x[n0] + x[n4]) + + (y[n2] + y[n5]) * (x[n3] + x[n5]) + - (y[n3] + y[n5]) * (x[n2] + x[n5]); + + return (ox/12.0, oy/12.0, oz/12.0); + } + + var dvdx, dvdy, dvdz: 8*real; + + (dvdx[1], dvdy[1], dvdz[1]) = VoluDer(2,3,4,5,6,8); + (dvdx[4], dvdy[4], dvdz[4]) = VoluDer(1,2,3,8,5,7); + (dvdx[3], dvdy[3], dvdz[3]) = VoluDer(4,1,2,7,8,6); + (dvdx[2], dvdy[2], dvdz[2]) = VoluDer(3,4,1,6,7,5); + (dvdx[5], dvdy[5], dvdz[5]) = VoluDer(8,7,6,1,4,2); + (dvdx[6], dvdy[6], dvdz[6]) = VoluDer(5,8,7,2,1,3); + (dvdx[7], dvdy[7], dvdz[7]) = VoluDer(6,5,8,3,2,4); + (dvdx[8], dvdy[8], dvdz[8]) = VoluDer(7,6,5,4,3,1); + + return (dvdx, dvdy, dvdz); +} + +inline proc CalcElemFBHourglassForce(xd: 8*real, yd: 8*real, zd: 8*real, + hourgam: 8*(4*real), + coefficient: real, + ref hgfx: 8*real, + ref hgfy: 8*real, + ref hgfz: 8*real) { + var hx, hy, hz: 4*real; + + // reduction + for param i in 1..4 { + for param j in 1..8 { + hx[i] += hourgam[j][i] * xd[j]; + hy[i] += hourgam[j][i] * yd[j]; + hz[i] += hourgam[j][i] * zd[j]; + } + } + + for param i in 1..8 { + var shx, shy, shz: real; + for param j in 1..4 { + shx += hourgam[i][j] * hx[j]; + shy += hourgam[i][j] * hy[j]; + shz += hourgam[i][j] * hz[j]; + } + hgfx[i] = coefficient * shx; + hgfy[i] = coefficient * shy; + hgfz[i] = coefficient * shz; + } +} + + +proc CalcElemCharacteristicLength(x, y, z, volume) { + proc AreaFace(param p0, param p1, param p2, param p3) { + const fx = (x[p2] - x[p0]) - (x[p3] - x[p1]), + fy = (y[p2] - y[p0]) - (y[p3] - y[p1]), + fz = (z[p2] - z[p0]) - (z[p3] - z[p1]), + gx = (x[p2] - x[p0]) + (x[p3] - x[p1]), + gy = (y[p2] - y[p0]) + (y[p3] - y[p1]), + gz = (z[p2] - z[p0]) + (z[p3] - z[p1]), + area = (fx * fx + fy * fy + fz * fz) * + (gx * gx + gy * gy + gz * gz) - + (fx * gx + fy * gy + fz * gz) * + (fx * gx + fy * gy + fz * gz); + + return area ; + } + + const charLength = max(AreaFace(1, 2, 3, 4), + AreaFace(5, 6, 7, 8), + AreaFace(1, 2, 6, 5), + AreaFace(2, 3, 7, 6), + AreaFace(3, 4, 8, 7), + AreaFace(4, 1, 5, 8)); + + return 4.0 * volume / sqrt(charLength); +} + + +proc CalcElemVelocityGradient(xvel, yvel, zvel, pfx, pfy, pfz, + detJ, ref d: 6*real) { + const inv_detJ = 1.0 / detJ; + + d[1] = inv_detJ * ( pfx[1] * (xvel[1]-xvel[7]) + + pfx[2] * (xvel[2]-xvel[8]) + + pfx[3] * (xvel[3]-xvel[5]) + + pfx[4] * (xvel[4]-xvel[6]) ); + d[2] = inv_detJ * ( pfy[1] * (yvel[1]-yvel[7]) + + pfy[2] * (yvel[2]-yvel[8]) + + pfy[3] * (yvel[3]-yvel[5]) + + pfy[4] * (yvel[4]-yvel[6]) ); + d[3] = inv_detJ * ( pfz[1] * (zvel[1]-zvel[7]) + + pfz[2] * (zvel[2]-zvel[8]) + + pfz[3] * (zvel[3]-zvel[5]) + + pfz[4] * (zvel[4]-zvel[6]) ); + + const dyddx = inv_detJ * ( pfx[1] * (yvel[1]-yvel[7]) + + pfx[2] * (yvel[2]-yvel[8]) + + pfx[3] * (yvel[3]-yvel[5]) + + pfx[4] * (yvel[4]-yvel[6]) ), + + dxddy = inv_detJ * ( pfy[1] * (xvel[1]-xvel[7]) + + pfy[2] * (xvel[2]-xvel[8]) + + pfy[3] * (xvel[3]-xvel[5]) + + pfy[4] * (xvel[4]-xvel[6]) ), + + dzddx = inv_detJ * ( pfx[1] * (zvel[1]-zvel[7]) + + pfx[2] * (zvel[2]-zvel[8]) + + pfx[3] * (zvel[3]-zvel[5]) + + pfx[4] * (zvel[4]-zvel[6]) ), + + dxddz = inv_detJ * ( pfz[1] * (xvel[1]-xvel[7]) + + pfz[2] * (xvel[2]-xvel[8]) + + pfz[3] * (xvel[3]-xvel[5]) + + pfz[4] * (xvel[4]-xvel[6]) ), + + dzddy = inv_detJ * ( pfy[1] * (zvel[1]-zvel[7]) + + pfy[2] * (zvel[2]-zvel[8]) + + pfy[3] * (zvel[3]-zvel[5]) + + pfy[4] * (zvel[4]-zvel[6]) ), + + dyddz = inv_detJ * ( pfz[1] * (yvel[1]-yvel[7]) + + pfz[2] * (yvel[2]-yvel[8]) + + pfz[3] * (yvel[3]-yvel[5]) + + pfz[4] * (yvel[4]-yvel[6]) ); + + d[6] = 0.5 * ( dxddy + dyddx ); + d[5] = 0.5 * ( dxddz + dzddx ); + d[4] = 0.5 * ( dzddy + dyddz ); +} + + +proc CalcPressureForElems(p_new: [?D] real, bvc, pbvc, + e_old, compression, vnewc, + pmin: real, p_cut: real, eosvmax: real) { + + // + // TODO: Uncomment local once sparse domain is distributed + // + forall i in D /* do local */ { + const c1s = 2.0 / 3.0; + bvc[i] = c1s * (compression[i] + 1.0); + pbvc[i] = c1s; + } + + forall i in D { + p_new[i] = bvc[i] * e_old[i]; + + if abs(p_new[i]) < p_cut then p_new[i] = 0.0; + if vnewc[i] >= eosvmax then p_new[i] = 0.0; //impossible? + if p_new[i] < pmin then p_new[i] = pmin; + } +} + + +proc TimeIncrement() { + var targetdt = stoptime - time; + + if dtfixed <= 0.0 && cycle != 0 { //don't do this the first cycle + var olddt = deltatime, + newdt = 1.0e20; + + if dtcourant < newdt then newdt = dtcourant / 2.0; + if dthydro < newdt then newdt = 2.0/3.0 * dthydro; + + const ratio = newdt / olddt; + if ratio >= 1.0 { + if ratio < deltatimemultlb then newdt = olddt; + else if ratio > deltatimemultub then newdt = olddt * deltatimemultub; + } + if newdt > dtmax then newdt = dtmax; + + deltatime = newdt; + } + + /* TRY TO PREVENT VERY SMALL SCALING ON THE NEXT CYCLE */ + if targetdt > deltatime && targetdt < (4.0/3.0 * deltatime) { + targetdt = 2.0/3.0 * deltatime; + } + if targetdt < deltatime then deltatime = targetdt; + + time += deltatime; + cycle += 1; +} + +inline proc LagrangeLeapFrog() { + /* calculate nodal forces, accelerations, velocities, positions, with + * applied boundary conditions and slide surface considerations */ + LagrangeNodal(); + + /* calculate element quantities (i.e. velocity gradient & q), and update + * material states */ + LagrangeElements(); + + CalcTimeConstraintsForElems(); +} + + +inline proc LagrangeNodal() { + CalcForceForNodes(); + + CalcAccelerationForNodes(); + + ApplyAccelerationBoundaryConditionsForNodes(); + + CalcVelocityForNodes(deltatime, u_cut); + + CalcPositionForNodes(deltatime); +} + + +inline proc LagrangeElements() { + CalcLagrangeElements(); + + /* Calculate Q. (Monotonic q option requires communication) */ + CalcQForElems(); + + ApplyMaterialPropertiesForElems(); + + UpdateVolumesForElems(); +} + + +inline proc CalcTimeConstraintsForElems() { + /* evaluate time constraint */ + CalcCourantConstraintForElems(); + + /* check hydro constraint */ + CalcHydroConstraintForElems(); +} + + +inline proc computeDTF(indx) { + const myvdov = vdov[indx]; + + if myvdov == 0.0 then + return max(real); + + const myarealg = arealg[indx]; + var dtf = ss[indx]**2; + if myvdov < 0.0 then + dtf += qqc2 * myarealg**2 * myvdov**2; + dtf = sqrt(dtf); + dtf = myarealg / dtf; + + return dtf; +} + + +proc CalcCourantConstraintForElems() { + const val = min reduce [indx in MatElems] computeDTF(indx); + + if (val != max(real)) then + dtcourant = val; +} + + +inline proc calcDtHydroTmp(indx) { + const myvdov = vdov[indx]; + if (myvdov == 0.0) then + return max(real); + else + return dvovmax / (abs(myvdov)+1.0e-20); +} + + +proc CalcHydroConstraintForElems() { + const val = min reduce [indx in MatElems] calcDtHydroTmp(indx); + + if (val != max(real)) then + dthydro = val; +} + + +/* calculate nodal forces, accelerations, velocities, positions, with + * applied boundary conditions and slide surface considerations */ + +proc CalcForceForNodes() { + //zero out all forces + forall x in fx do x.write(0); + forall y in fy do y.write(0); + forall z in fz do z.write(0); + + /* Calcforce calls partial, force, hourq */ + CalcVolumeForceForElems(); + + /* Calculate Nodal Forces at domain boundaries */ + // this was commented out in C++ code, so left out here +} + +proc CalcVolumeForceForElems() { + var sigxx, sigyy, sigzz, determ: [Elems] real; + + /* Sum contributions to total stress tensor */ + InitStressTermsForElems(p, q, sigxx, sigyy, sigzz); + + /* call elemlib stress integration loop to produce nodal forces from + material stresses. */ + IntegrateStressForElems(sigxx, sigyy, sigzz, determ); + + /* check for negative element volume */ + forall e in Elems { + if determ[e] <= 0.0 then + halt("can't have negative volume (determ[", e, "]=", determ[e], ")"); + } + + CalcHourglassControlForElems(determ); +} + + +proc IntegrateStressForElems(sigxx, sigyy, sigzz, determ) { + forall k in Elems { + var b_x, b_y, b_z: 8*real; + var x_local, y_local, z_local: 8*real; + localizeNeighborNodes(k, x, x_local, y, y_local, z, z_local); + + var fx_local, fy_local, fz_local: 8*real; + + local { + /* Volume calculation involves extra work for numerical consistency. */ + CalcElemShapeFunctionDerivatives(x_local, y_local, z_local, + b_x, b_y, b_z, determ[k]); + + CalcElemNodeNormals(b_x, b_y, b_z, x_local, y_local, z_local); + + SumElemStressesToNodeForces(b_x, b_y, b_z, sigxx[k], sigyy[k], sigzz[k], + fx_local, fy_local, fz_local); + } + + for (noi, t) in elemToNodesTuple(k) { + fx[noi].add(fx_local[t]); + fy[noi].add(fy_local[t]); + fz[noi].add(fz_local[t]); + } + } +} + + +proc CalcHourglassControlForElems(determ) { + var dvdx, dvdy, dvdz, x8n, y8n, z8n: [Elems] 8*real; + + forall eli in Elems { + /* Collect domain nodes to elem nodes */ + var x1, y1, z1: 8*real; + localizeNeighborNodes(eli, x, x1, y, y1, z, z1); + var pfx, pfy, pfz: 8*real; + + local { + /* load into temporary storage for FB Hour Glass control */ + (dvdx[eli], dvdy[eli], dvdz[eli]) = CalcElemVolumeDerivative(x1, y1, z1); + } + + x8n[eli] = x1; + y8n[eli] = y1; + z8n[eli] = z1; + + determ[eli] = volo[eli] * v[eli]; + } + + /* Do a check for negative volumes */ + forall e in Elems { + if v[e] <= 0.0 then + halt("can't have negative (or zero) volume. (in Hourglass, v[", e, "]=", v[e], ")"); + } + + if hgcoef > 0.0 { + CalcFBHourglassForceForElems(determ, x8n, y8n, z8n, dvdx, dvdy, dvdz); + } +} + + +const gammaCoef: 4*(8*real) = // WAS: [1..4, 1..8] real = + (( 1.0, 1.0, -1.0, -1.0, -1.0, -1.0, 1.0, 1.0), + ( 1.0, -1.0, -1.0, 1.0, -1.0, 1.0, 1.0, -1.0), + ( 1.0, -1.0, 1.0, -1.0, 1.0, -1.0, 1.0, -1.0), + (-1.0, 1.0, -1.0, 1.0, 1.0, -1.0, 1.0, -1.0)); + +/* Calculates the Flanagan-Belytschko anti-hourglass force. */ +proc CalcFBHourglassForceForElems(determ, x8n, y8n, z8n, dvdx, dvdy, dvdz) { + + /* compute the hourglass modes */ + forall eli in Elems { + var hourgam: 8*(4*real); + const volinv = 1.0 / determ[eli]; + var ss1, mass1, volume13: real; + var hgfx, hgfy, hgfz: 8*real; + var coefficient: real; + + var xd1, yd1, zd1: 8*real; + localizeNeighborNodes(eli, xd, xd1, yd, yd1, zd, zd1); + + /* TODO: Can we enable this local block? */ + // local { + for param i in 1..4 { + var hourmodx, hourmody, hourmodz: real; + // reduction + for param j in 1..8 { + hourmodx += x8n[eli][j] * gammaCoef[i][j]; + hourmody += y8n[eli][j] * gammaCoef[i][j]; + hourmodz += z8n[eli][j] * gammaCoef[i][j]; + } + + for param j in 1..8 { + hourgam[j][i] = gammaCoef[i][j] - volinv * + (dvdx[eli][j] * hourmodx + + dvdy[eli][j] * hourmody + + dvdz[eli][j] * hourmodz); + } + } + + /* compute forces */ + /* store forces into h arrays (force arrays) */ + ss1 = ss[eli]; + mass1 = elemMass[eli]; + volume13 = cbrt(determ[eli]); + + coefficient = - hgcoef * 0.01 * ss1 * mass1 / volume13; + + CalcElemFBHourglassForce(xd1, yd1, zd1, hourgam, coefficient, + hgfx, hgfy, hgfz); + // } // end local + + for (noi,i) in elemToNodesTuple(eli) { + fx[noi].add(hgfx[i]); + fy[noi].add(hgfy[i]); + fz[noi].add(hgfz[i]); + } + } +} + + +proc CalcAccelerationForNodes() { + forall noi in Nodes do local { + xdd[noi] = fx[noi].read() / nodalMass[noi]; + ydd[noi] = fy[noi].read() / nodalMass[noi]; + zdd[noi] = fz[noi].read() / nodalMass[noi]; + } +} + + +proc ApplyAccelerationBoundaryConditionsForNodes() { + // TODO: Shouldn't we be able to write these as follows? + // + // xdd[XSym] = 0.0; + // ydd[YSym] = 0.0; + // zdd[ZSym] = 0.0; + + forall x in XSym do xdd[x] = 0.0; + forall y in YSym do ydd[y] = 0.0; + forall z in ZSym do zdd[z] = 0.0; +} + + +proc CalcVelocityForNodes(dt: real, u_cut: real) { + forall i in Nodes do local { + var xdtmp = xd[i] + xdd[i] * dt, + ydtmp = yd[i] + ydd[i] * dt, + zdtmp = zd[i] + zdd[i] * dt; + if abs(xdtmp) < u_cut then xdtmp = 0.0; + if abs(ydtmp) < u_cut then ydtmp = 0.0; + if abs(zdtmp) < u_cut then zdtmp = 0.0; + xd[i] = xdtmp; + yd[i] = ydtmp; + zd[i] = zdtmp; + } +} + + +proc CalcPositionForNodes(dt: real) { + forall ijk in Nodes { + x[ijk] += xd[ijk] * dt; + y[ijk] += yd[ijk] * dt; + z[ijk] += zd[ijk] * dt; + } +} + +// sungeun: Temporary array reused throughout +proc CalcLagrangeElements() { + var dxx, dyy, dzz: [Elems] real; + + CalcKinematicsForElems(dxx, dyy, dzz, deltatime); + + // element loop to do some stuff not included in the elemlib function. + forall k in Elems do local { + vdov[k] = dxx[k] + dyy[k] + dzz[k]; + var vdovthird = vdov[k] / 3.0; + dxx[k] -= vdovthird; + dyy[k] -= vdovthird; + dzz[k] -= vdovthird; + } + + // See if any volumes are negative, and take appropriate action. + forall e in Elems { + if vnew[e] <= 0.0 then + halt("can't have negative volume (vnew[", e, "]=", vnew[e], ")"); + } +} + + +proc CalcKinematicsForElems(dxx, dyy, dzz, const dt: real) { + // loop over all elements + forall k in Elems { + var b_x, b_y, b_z: 8*real, + d: 6*real, + detJ: real; + + //get nodal coordinates from global arrays and copy into local arrays + var x_local, y_local, z_local: 8*real; + localizeNeighborNodes(k, x, x_local, y, y_local, z, z_local); + + //get nodal velocities from global arrays and copy into local arrays + var xd_local, yd_local, zd_local: 8*real; + localizeNeighborNodes(k, xd, xd_local, yd, yd_local, zd, zd_local); + var dt2 = 0.5 * dt; //wish this was local, too... + + local { + //volume calculations + const volume = CalcElemVolume(x_local, y_local, z_local); + const relativeVolume = volume / volo[k]; + vnew[k] = relativeVolume; + delv[k] = relativeVolume - v[k]; + + //set characteristic length + arealg[k] = CalcElemCharacteristicLength(x_local, y_local, z_local, + volume); + + for param i in 1..8 { + x_local[i] -= dt2 * xd_local[i]; + y_local[i] -= dt2 * yd_local[i]; + z_local[i] -= dt2 * zd_local[i]; + } + + CalcElemShapeFunctionDerivatives(x_local, y_local, z_local, + b_x, b_y, b_z, detJ); + + CalcElemVelocityGradient(xd_local, yd_local, zd_local, b_x, b_y, b_z, + detJ, d); + + } + + // put velocity gradient quantities into their global arrays. + dxx[k] = d[1]; + dyy[k] = d[2]; + dzz[k] = d[3]; + } +} + + +// sungeun: Temporary array reused throughout +/* velocity gradient */ +var delv_xi, delv_eta, delv_zeta: [Elems] real; +/* position gradient */ +var delx_xi, delx_eta, delx_zeta: [Elems] real; + +proc CalcQForElems() { + // MONOTONIC Q option + + /* Calculate velocity gradients */ + CalcMonotonicQGradientsForElems(delv_xi, delv_eta, delv_zeta, + delx_xi, delx_eta, delx_zeta); + + /* Transfer veloctiy gradients in the first order elements */ + /* problem->commElements->Transfer(CommElements::monoQ) ; */ + CalcMonotonicQForElems(delv_xi, delv_eta, delv_zeta, + delx_xi, delx_eta, delx_zeta); + + /* Don't allow excessive artificial viscosity */ + forall e in Elems { + if q[e] > qstop then + halt("Excessive artificial viscosity! (q[", e, "]=", q[e], ")"); + } +} + + +// sungeun: Temporary array reused throughout +var vnewc: [MatElems] real; + +/* Expose all of the variables needed for material evaluation */ +proc ApplyMaterialPropertiesForElems() { + + forall i in MatElems do vnewc[i] = vnew[i]; + + if eosvmin != 0.0 then + [c in vnewc] if c < eosvmin then c = eosvmin; + + if eosvmax != 0.0 then + [c in vnewc] if c > eosvmax then c = eosvmax; + + + // old comment: The following loop should compute min/max reductions; + // currently, race-y + + forall matelm in MatElems { + var vc = v[matelm]; + if eosvmin != 0.0 && vc < eosvmin then vc = eosvmin; + if eosvmax != 0.0 && vc > eosvmax then vc = eosvmax; + if vc <= 0.0 { + writeln("Volume error (in ApplyMaterialProperiesForElems)."); + exit(1); + } + } + + EvalEOSForElems(vnewc); +} + + +proc UpdateVolumesForElems() { + forall i in Elems do local { + var tmpV = vnew[i]; + if abs(tmpV-1.0) < v_cut then tmpV = 1.0; + v[i] = tmpV; + } +} + + +proc CalcMonotonicQGradientsForElems(delv_xi, delv_eta, delv_zeta, + delx_xi, delx_eta, delx_zeta) { + forall eli in Elems { + const ptiny = 1.0e-36; + var xl, yl, zl: 8*real; + localizeNeighborNodes(eli, x, xl, y, yl, z, zl); + var xvl, yvl, zvl: 8*real; + localizeNeighborNodes(eli, xd, xvl, yd, yvl, zd, zvl); + + local { + const vol = volo[eli] * vnew[eli], + norm = 1.0 / (vol + ptiny); + var ax, ay, az, dxv, dyv, dzv: real; + + const dxj = -0.25*((xl[1]+xl[2]+xl[6]+xl[5])-(xl[4]+xl[3]+xl[7]+xl[8])), + dyj = -0.25*((yl[1]+yl[2]+yl[6]+yl[5])-(yl[4]+yl[3]+yl[7]+yl[8])), + dzj = -0.25*((zl[1]+zl[2]+zl[6]+zl[5])-(zl[4]+zl[3]+zl[7]+zl[8])), + + dxi = 0.25*((xl[2]+xl[3]+xl[7]+xl[6])-(xl[1]+xl[4]+xl[8]+xl[5])), + dyi = 0.25*((yl[2]+yl[3]+yl[7]+yl[6])-(yl[1]+yl[4]+yl[8]+yl[5])), + dzi = 0.25*((zl[2]+zl[3]+zl[7]+zl[6])-(zl[1]+zl[4]+zl[8]+zl[5])), + + dxk = 0.25*((xl[5]+xl[6]+xl[7]+xl[8])-(xl[1]+xl[2]+xl[3]+xl[4])), + dyk = 0.25*((yl[5]+yl[6]+yl[7]+yl[8])-(yl[1]+yl[2]+yl[3]+yl[4])), + dzk = 0.25*((zl[5]+zl[6]+zl[7]+zl[8])-(zl[1]+zl[2]+zl[3]+zl[4])); + + /* find delvk and delxk ( i cross j ) */ + + ax = dyi*dzj - dzi*dyj; + ay = dzi*dxj - dxi*dzj; + az = dxi*dyj - dyi*dxj; + + delx_zeta[eli] = vol / sqrt(ax*ax + ay*ay + az*az + ptiny); + + ax *= norm; + ay *= norm; + az *= norm; + + dxv = 0.25*((xvl[5]+xvl[6]+xvl[7]+xvl[8])-(xvl[1]+xvl[2]+xvl[3]+xvl[4])); + dyv = 0.25*((yvl[5]+yvl[6]+yvl[7]+yvl[8])-(yvl[1]+yvl[2]+yvl[3]+yvl[4])); + dzv = 0.25*((zvl[5]+zvl[6]+zvl[7]+zvl[8])-(zvl[1]+zvl[2]+zvl[3]+zvl[4])); + + delv_zeta[eli] = ax*dxv + ay*dyv + az*dzv; + + /* find delxi and delvi ( j cross k ) */ + + ax = dyj*dzk - dzj*dyk; + ay = dzj*dxk - dxj*dzk; + az = dxj*dyk - dyj*dxk; + + delx_xi[eli] = vol / sqrt(ax*ax + ay*ay + az*az + ptiny) ; + + ax *= norm; + ay *= norm; + az *= norm; + + dxv = 0.25*((xvl[2]+xvl[3]+xvl[7]+xvl[6])-(xvl[1]+xvl[4]+xvl[8]+xvl[5])); + dyv = 0.25*((yvl[2]+yvl[3]+yvl[7]+yvl[6])-(yvl[1]+yvl[4]+yvl[8]+yvl[5])); + dzv = 0.25*((zvl[2]+zvl[3]+zvl[7]+zvl[6])-(zvl[1]+zvl[4]+zvl[8]+zvl[5])); + + delv_xi[eli] = ax*dxv + ay*dyv + az*dzv ; + + /* find delxj and delvj ( k cross i ) */ + + ax = dyk*dzi - dzk*dyi; + ay = dzk*dxi - dxk*dzi; + az = dxk*dyi - dyk*dxi; + + delx_eta[eli] = vol / sqrt(ax*ax + ay*ay + az*az + ptiny) ; + + ax *= norm; + ay *= norm; + az *= norm; + + dxv= -0.25*((xvl[1]+xvl[2]+xvl[6]+xvl[5])-(xvl[4]+xvl[3]+xvl[7]+xvl[8])); + dyv= -0.25*((yvl[1]+yvl[2]+yvl[6]+yvl[5])-(yvl[4]+yvl[3]+yvl[7]+yvl[8])); + dzv= -0.25*((zvl[1]+zvl[2]+zvl[6]+zvl[5])-(zvl[4]+zvl[3]+zvl[7]+zvl[8])); + + delv_eta[eli] = ax*dxv + ay*dyv + az*dzv ; + } /* local */ + } /* forall eli */ +} + + +proc CalcMonotonicQForElems(delv_xi, delv_eta, delv_zeta, + delx_xi, delx_eta, delx_zeta) { + //got rid of call through to "CalcMonotonicQRegionForElems" + + forall i in MatElems { + const ptiny = 1.0e-36; + const bcMask = elemBC[i]; + var norm, delvm, delvp: real; + + /* phixi */ + norm = 1.0 / (delv_xi[i] + ptiny); + + select bcMask & XI_M { + when 0 do delvm = delv_xi[lxim(i)]; + when XI_M_SYMM do delvm = delv_xi[i]; + when XI_M_FREE do delvm = 0.0; + } + select bcMask & XI_P { + when 0 do delvp = delv_xi[lxip(i)]; + when XI_P_SYMM do delvp = delv_xi[i]; + when XI_P_FREE do delvp = 0.0; + } + + delvm *= norm; + delvp *= norm; + + var phixi = 0.5 * (delvm + delvp); + + delvm *= monoq_limiter_mult; + delvp *= monoq_limiter_mult; + + if delvm < phixi then phixi = delvm; + if delvp < phixi then phixi = delvp; + if phixi < 0 then phixi = 0.0; + if phixi > monoq_max_slope then phixi = monoq_max_slope; + + /* phieta */ + norm = 1.0 / (delv_eta[i] + ptiny); + + select bcMask & ETA_M { + when 0 do delvm = delv_eta[letam[i]]; + when ETA_M_SYMM do delvm = delv_eta[i]; + when ETA_M_FREE do delvm = 0.0; + } + select bcMask & ETA_P { + when 0 do delvp = delv_eta[letap[i]]; + when ETA_P_SYMM do delvp = delv_eta[i]; + when ETA_P_FREE do delvp = 0.0; + } + + delvm = delvm * norm; + delvp = delvp * norm; + + var phieta = 0.5 * (delvm + delvp); + + delvm *= monoq_limiter_mult; + delvp *= monoq_limiter_mult; + + if delvm < phieta then phieta = delvm; + if delvp < phieta then phieta = delvp; + if phieta < 0.0 then phieta = 0.0; + if phieta > monoq_max_slope then phieta = monoq_max_slope; + + /* phizeta */ + norm = 1.0 / (delv_zeta[i] + ptiny); + + select bcMask & ZETA_M { + when 0 do delvm = delv_zeta[lzetam[i]]; + when ZETA_M_SYMM do delvm = delv_zeta[i]; + when ZETA_M_FREE do delvm = 0.0; + } + select bcMask & ZETA_P { + when 0 do delvp = delv_zeta[lzetap[i]]; + when ZETA_P_SYMM do delvp = delv_zeta[i]; + when ZETA_P_FREE do delvp = 0.0; + } + + delvm = delvm * norm; + delvp = delvp * norm; + + var phizeta = 0.5 * (delvm + delvp); + + delvm *= monoq_limiter_mult; + delvp *= monoq_limiter_mult; + + if delvm < phizeta then phizeta = delvm; + if delvp < phizeta then phizeta = delvp; + if phizeta < 0.0 then phizeta = 0.0; + if phizeta > monoq_max_slope then phizeta = monoq_max_slope; + + /* Remove length scale */ + var qlin, qquad: real; + if vdov[i] > 0.0 { + qlin = 0.0; + qquad = 0.0; + } else { + var delvxxi = delv_xi[i] * delx_xi[i], + delvxeta = delv_eta[i] * delx_eta[i], + delvxzeta = delv_zeta[i] * delx_zeta[i]; + + if delvxxi > 0.0 then delvxxi = 0.0; + if delvxeta > 0.0 then delvxeta = 0.0; + if delvxzeta > 0.0 then delvxzeta = 0.0; + + const rho = elemMass[i] / (volo[i] * vnew[i]); + + qlin = -qlc_monoq * rho * + ( delvxxi * (1.0 - phixi) + + delvxeta * (1.0 - phieta) + + delvxzeta * (1.0 - phizeta)); + + qquad = qqc_monoq * rho * + ( delvxxi**2 * (1.0 - phixi**2) + + delvxeta**2 * (1.0 - phieta**2) + + delvxzeta**2 * (1.0 - phizeta**2)); + } + qq[i] = qquad; + ql[i] = qlin; + + } +} + + +proc EvalEOSForElems(vnewc) { + const rho0 = refdens; + + var e_old, delvc, p_old, q_old, compression, compHalfStep, + qq_old, ql_old, work, p_new, e_new, q_new, bvc, pbvc: [Elems] real; + + /* compress data, minimal set */ + forall i in MatElems { + e_old[i] = e[i]; + delvc[i] = delv[i]; + p_old[i] = p[i]; + q_old[i] = q[i]; + qq_old[i] = qq[i]; + ql_old[i] = ql[i]; + } + + // + // TODO: Uncomment local once sparse domain is distributed + // + forall i in Elems /* do local */ { + compression[i] = 1.0 / vnewc[i] - 1.0; + const vchalf = vnewc[i] - delvc[i] * 0.5; + compHalfStep[i] = 1.0 / vchalf - 1.0; + } + + /* Check for v > eosvmax or v < eosvmin */ + // (note: I think this was already checked for in calling function!) + if eosvmin != 0.0 { + forall i in Elems { + if vnewc[i] <= eosvmin then compHalfStep[i] = compression[i]; + } + } + if eosvmax != 0.0 { + forall i in Elems { + if vnewc[i] >= eosvmax { + p_old[i] = 0.0; + compression[i] = 0.0; + compHalfStep[i] = 0.0; + } + } + } + + CalcEnergyForElems(p_new, e_new, q_new, bvc, pbvc, + p_old, e_old, q_old, compression, compHalfStep, + vnewc, work, delvc, qq_old, ql_old); + + forall i in MatElems { + p[i] = p_new[i]; + e[i] = e_new[i]; + q[i] = q_new[i]; + } + + CalcSoundSpeedForElems(vnewc, rho0, e_new, p_new, pbvc, bvc); +} + + +proc CalcEnergyForElems(p_new, e_new, q_new, bvc, pbvc, + p_old, e_old, q_old, compression, compHalfStep, + vnewc, work, delvc, qq_old, ql_old) { + // TODO: might need to move these consts into foralls or global + // Otherwise, they live on Locale0 and everyone else has to do + // remote reads. OR: Check if they're remote value forwarded. + const rho0 = refdens; + const sixth = 1.0 / 6.0; + + var pHalfStep: [MatElems] real; + + forall i in Elems { + e_new[i] = e_old[i] - 0.5 * delvc[i] * (p_old[i] + q_old[i]) + + 0.5 * work[i]; + if e_new[i] < emin then e_new[i] = emin; + } + + CalcPressureForElems(pHalfStep, bvc, pbvc, e_new, compHalfStep, + vnewc, pmin, p_cut, eosvmax); + + forall i in Elems { + const vhalf = 1.0 / (1.0 + compHalfStep[i]); + + if delvc[i] > 0.0 { + q_new[i] = 0.0; + } else { + var ssc = (pbvc[i] * e_new[i] + vhalf**2 * bvc[i] * pHalfStep[i]) / rho0; + if ssc <= 0.0 then ssc = 0.333333e-36; + else ssc = sqrt(ssc); + q_new[i] = ssc * ql_old[i] + qq_old[i]; + } + + e_new[i] += 0.5 * delvc[i] + * (3.0*(p_old[i] + q_old[i]) - 4.0*(pHalfStep[i] + q_new[i])); + } + forall i in Elems { + e_new[i] += 0.5 * work[i]; + if abs(e_new[i] < e_cut) then e_new[i] = 0.0; + if e_new[i] < emin then e_new[i] = emin; + } + + CalcPressureForElems(p_new, bvc, pbvc, e_new, compression, vnewc, pmin, + p_cut, eosvmax); + + forall i in Elems { + var q_tilde:real; + + if delvc[i] > 0.0 { + q_tilde = 0.0; + } else { + var ssc = (pbvc[i] * e_new[i] + vnewc[i]**2 * bvc[i] * p_new[i] ) / rho0; + if ssc <= 0.0 then ssc = 0.333333e-36; + else ssc = sqrt(ssc); + q_tilde = ssc * ql_old[i] + qq_old[i]; + } + + e_new[i] -= (7.0*(p_old[i] + q_old[i]) + - 8.0*(pHalfStep[i] + q_new[i]) + + (p_new[i] + q_tilde)) * delvc[i] * sixth; + if abs(e_new[i]) < e_cut then e_new[i] = 0.0; + if e_new[i] < emin then e_new[i] = emin; + } + + CalcPressureForElems(p_new, bvc, pbvc, e_new, compression, vnewc, pmin, + p_cut, eosvmax); + + + // + // TODO: Uncomment local once sparse domain is distributed + // + forall i in Elems /* do local */ { + if delvc[i] <= 0.0 { + var ssc = (pbvc[i] * e_new[i] + vnewc[i]**2 * bvc[i] * p_new[i] ) / rho0; + if ssc <= 0.0 then ssc = 0.333333e-36; + else ssc = sqrt(ssc); + q_new[i] = ssc * ql_old[i] + qq_old[i]; + if abs(q_new[i]) < q_cut then q_new[i] = 0.0; + } + } +} + + +proc CalcSoundSpeedForElems(vnewc, rho0:real, enewc, pnewc, pbvc, bvc) { + // TODO: Open question: If we had multiple materials, should (a) ss + // be zeroed and accumulated into, and (b) updated atomically to + // avoid losing updates? (Jeff will go back and think on this) + // + forall i in MatElems { + var ssTmp = (pbvc[i] * enewc[i] + vnewc[i]**2 * bvc[i] * pnewc[i]) / rho0; + if ssTmp <= 1.111111e-36 then ssTmp = 1.111111e-36; + ss[i] = sqrt(ssTmp); + } +} + + +iter elemToNodes(elem) { + for param i in 1..nodesPerElem do + yield elemToNode[elem][i]; +} + +iter elemToNodesTuple(e) { + for i in 1..nodesPerElem do + yield (elemToNode[e][i], i); +} + + +proc deprint(title:string, x:[?D] real, y:[D]real, z:[D]real) { + writeln(title); + for i in D { + writeln(format("%3d", i), ": ", + format("%3.4e", x[i]), " ", + format("%3.4e", y[i]), " ", + format("%3.4e", z[i])); + } +} + + diff --git a/samples/Chapel/nbody.chpl b/samples/Chapel/nbody.chpl new file mode 100644 index 00000000..f46e4f68 --- /dev/null +++ b/samples/Chapel/nbody.chpl @@ -0,0 +1,147 @@ +/* The Computer Language Benchmarks Game + http://benchmarksgame.alioth.debian.org/ + + contributed by Albert Sidelnik + modified by Brad Chamberlain +*/ + + +// +// The number of timesteps to simulate; may be set via the command-line +// +config const n = 10000; + +// +// Constants representing pi, the solar mass, and the number of days per year +// +const pi = 3.141592653589793, + solarMass = 4 * pi**2, + daysPerYear = 365.24; + +// +// a record representing one of the bodies in the solar system +// +record body { + var pos: 3*real; + var v: 3*real; + var mass: real; // does not change after it is set up +} + +// +// the array of bodies that we'll be simulating +// +var bodies = [/* sun */ + new body(mass = solarMass), + + /* jupiter */ + new body(pos = ( 4.84143144246472090e+00, + -1.16032004402742839e+00, + -1.03622044471123109e-01), + v = ( 1.66007664274403694e-03 * daysPerYear, + 7.69901118419740425e-03 * daysPerYear, + -6.90460016972063023e-05 * daysPerYear), + mass = 9.54791938424326609e-04 * solarMass), + + /* saturn */ + new body(pos = ( 8.34336671824457987e+00, + 4.12479856412430479e+00, + -4.03523417114321381e-01), + v = (-2.76742510726862411e-03 * daysPerYear, + 4.99852801234917238e-03 * daysPerYear, + 2.30417297573763929e-05 * daysPerYear), + mass = 2.85885980666130812e-04 * solarMass), + + /* uranus */ + new body(pos = ( 1.28943695621391310e+01, + -1.51111514016986312e+01, + -2.23307578892655734e-01), + v = ( 2.96460137564761618e-03 * daysPerYear, + 2.37847173959480950e-03 * daysPerYear, + -2.96589568540237556e-05 * daysPerYear), + mass = 4.36624404335156298e-05 * solarMass), + + /* neptune */ + new body(pos = ( 1.53796971148509165e+01, + -2.59193146099879641e+01, + 1.79258772950371181e-01), + v = ( 2.68067772490389322e-03 * daysPerYear, + 1.62824170038242295e-03 * daysPerYear, + -9.51592254519715870e-05 * daysPerYear), + mass = 5.15138902046611451e-05 * solarMass) + ]; + +// +// the number of bodies to be simulated +// +const numbodies = bodies.numElements; + +// +// The computation involves initializing the sun's velocity, +// writing the initial energy, advancing the system through 'n' +// timesteps, and writing the final energy. +// +proc main() { + initSun(); + + writef("%.9r\n", energy()); + for 1..n do + advance(0.01); + writef("%.9r\n", energy()); +} + +// +// compute the sun's initial velocity +// +proc initSun() { + const p = + reduce (for b in bodies do (b.v * b.mass)); + bodies[1].v = -p / solarMass; +} + +// +// advance the positions and velocities of all the bodies +// +proc advance(dt) { + for i in 1..numbodies { + for j in i+1..numbodies { + updateVelocities(bodies[i], bodies[j]); + + inline proc updateVelocities(ref b1, ref b2) { + const dpos = b1.pos - b2.pos, + mag = dt / sqrt(sumOfSquares(dpos))**3; + + b1.v -= dpos * b2.mass * mag; + b2.v += dpos * b1.mass * mag; + } + } + } + + for b in bodies do + b.pos += dt * b.v; +} + +// +// compute the energy of the bodies +// +proc energy() { + var e = 0.0; + + for i in 1..numbodies { + const b1 = bodies[i]; + + e += 0.5 * b1.mass * sumOfSquares(b1.v); + + for j in i+1..numbodies { + const b2 = bodies[j]; + + e -= (b1.mass * b2.mass) / sqrt(sumOfSquares(b1.pos - b2.pos)); + } + } + + return e; +} + +// +// a helper routine to compute the sum of squares of a 3-tuple's components +// +inline proc sumOfSquares(x) + return x(1)**2 + x(2)**2 + x(3)**2; diff --git a/samples/Chapel/quicksort.chpl b/samples/Chapel/quicksort.chpl new file mode 100644 index 00000000..33d9722c --- /dev/null +++ b/samples/Chapel/quicksort.chpl @@ -0,0 +1,145 @@ +// +// An example of a parallel quick sort implementation that uses +// "cobegin" to make each recursive call in parallel and "serial" to +// limit the number of threads. +// + +use Random, Time; // for random number generation and the Timer class + +var timer: Timer; // to time the sort + +config var n: int = 2**15; // the size of the array to be sorted +config var thresh: int = 1; // the recursive depth to serialize +config var verbose: int = 0; // print out this many elements in array +config var timing: bool = true; // set timing to false to disable timer + +var A: [1..n] real; // array of real numbers + +// +// initialize array with random numbers +// +fillRandom(A); + +// +// print out front of array if verbose flag is set +// +if verbose > 0 then + writeln("A[1..", verbose, "] = ", A[1..verbose]); + +// +// start timer, call parallel quick sort routine, stop timer +// +if timing then timer.start(); +pqsort(A, thresh); +if timing then timer.stop(); + +// +// report sort time +// +if timing then writeln("sorted in ", timer.elapsed(), " seconds"); + +// +// print out front of array if verbose flag is set +// values should now be in sorted order +// +if verbose > 0 then + writeln("A[1..", verbose, "] = ", A[1..verbose]); + +// +// verify that array is sorted or halt +// +for i in 2..n do + if A(i) < A(i-1) then + halt("A(", i-1, ") == ", A(i-1), " > A(", i, ") == ", A(i)); + +writeln("verification success"); + +// +// pqsort -- parallel quick sort +// +// arr: generic 1D array of values (real, int, ...) +// thresh: number of recursive calls to make before serializing +// low: lower bound of array to start sort at, defaults to whole array +// high: upper bound of array to stop sort at, defaults to whole array +// +proc pqsort(arr: [], + thresh: int, + low: int = arr.domain.low, + high: int = arr.domain.high) where arr.rank == 1 { + + // + // base case: arr[low..high] is small enough to bubble sort + // + if high - low < 8 { + bubbleSort(arr, low, high); + return; + } + + // + // determine pivot and partition arr[low..high] + // + const pivotVal = findPivot(); + const pivotLoc = partition(pivotVal); + + // + // make recursive calls to parallel quick sort each unsorted half of + // the array; if thresh is 0 or less, start executing conquer tasks + // serially + // + serial thresh <= 0 do cobegin { + pqsort(arr, thresh-1, low, pivotLoc-1); + pqsort(arr, thresh-1, pivotLoc+1, high); + } + + // + // findPivot -- helper routine to find pivot value using simple + // median-of-3 method, returns pivot value + // + proc findPivot() { + const mid = low + (high-low+1) / 2; + + if arr(mid) < arr(low) then arr(mid) <=> arr(low); + if arr(high) < arr(low) then arr(high) <=> arr(low); + if arr(high) < arr(mid) then arr(high) <=> arr(mid); + + const pivotVal = arr(mid); + arr(mid) = arr(high-1); + arr(high-1) = pivotVal; + + return pivotVal; + } + + // + // partition -- helper routine to partition array such that all + // values less than pivot are to its left and all + // values greater than pivot are to its right, returns + // pivot location + // + proc partition(pivotVal) { + var ilo = low, ihi = high-1; + while (ilo < ihi) { + do { ilo += 1; } while arr(ilo) < pivotVal; + do { ihi -= 1; } while pivotVal < arr(ihi); + if (ilo < ihi) { + arr(ilo) <=> arr(ihi); + } + } + arr(high-1) = arr(ilo); + arr(ilo) = pivotVal; + return ilo; + } +} + +// +// bubbleSort -- bubble sort for base case of quick sort +// +// arr: generic 1D array of values (real, int, ...) +// low: lower bound of array to start sort at +// high: upper bound of array to stop sort at +// +proc bubbleSort(arr: [], low: int, high: int) where arr.rank == 1 { + for i in low..high do + for j in low..high-1 do + if arr(j) > arr(j+1) then + arr(j) <=> arr(j+1); +} diff --git a/samples/ColdFusion CFC/exampleScript.cfc b/samples/ColdFusion CFC/exampleScript.cfc new file mode 100644 index 00000000..33ec70ef --- /dev/null +++ b/samples/ColdFusion CFC/exampleScript.cfc @@ -0,0 +1,239 @@ +/** +******************************************************************************** +ContentBox - A Modular Content Platform +Copyright 2012 by Luis Majano and Ortus Solutions, Corp +www.gocontentbox.org | www.luismajano.com | www.ortussolutions.com +******************************************************************************** +Apache License, Version 2.0 + +Copyright Since [2012] [Luis Majano and Ortus Solutions,Corp] + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +******************************************************************************** +* A generic content service for content objects +*/ +component extends="coldbox.system.orm.hibernate.VirtualEntityService" singleton{ + + // DI + property name="settingService" inject="id:settingService@cb"; + property name="cacheBox" inject="cachebox"; + property name="log" inject="logbox:logger:{this}"; + property name="customFieldService" inject="customFieldService@cb"; + property name="categoryService" inject="categoryService@cb"; + property name="commentService" inject="commentService@cb"; + property name="contentVersionService" inject="contentVersionService@cb"; + property name="authorService" inject="authorService@cb"; + property name="populator" inject="wirebox:populator"; + property name="systemUtil" inject="SystemUtil@cb"; + + /* + * Constructor + * @entityName.hint The content entity name to bind this service to. + */ + ContentService function init(entityName="cbContent"){ + // init it + super.init(entityName=arguments.entityName, useQueryCaching=true); + + // Test scope coloring in pygments + this.colorTestVar = "Just for testing pygments!"; + cookie.colorTestVar = ""; + client.colorTestVar = "" + session.colorTestVar = ""; + application.colorTestVar = ""; + + return this; + } + + /** + * Clear all content caches + * @async.hint Run it asynchronously or not, defaults to false + */ + function clearAllCaches(boolean async=false){ + var settings = settingService.getAllSettings(asStruct=true); + // Get appropriate cache provider + var cache = cacheBox.getCache( settings.cb_content_cacheName ); + cache.clearByKeySnippet(keySnippet="cb-content",async=arguments.async); + return this; + } + + /** + * Clear all page wrapper caches + * @async.hint Run it asynchronously or not, defaults to false + */ + function clearAllPageWrapperCaches(boolean async=false){ + var settings = settingService.getAllSettings(asStruct=true); + // Get appropriate cache provider + var cache = cacheBox.getCache( settings.cb_content_cacheName ); + cache.clearByKeySnippet(keySnippet="cb-content-pagewrapper",async=arguments.async); + return this; + } + + /** + * Clear all page wrapper caches + * @slug.hint The slug partial to clean on + * @async.hint Run it asynchronously or not, defaults to false + */ + function clearPageWrapperCaches(required any slug, boolean async=false){ + var settings = settingService.getAllSettings(asStruct=true); + // Get appropriate cache provider + var cache = cacheBox.getCache( settings.cb_content_cacheName ); + cache.clearByKeySnippet(keySnippet="cb-content-pagewrapper-#arguments.slug#",async=arguments.async); + return this; + } + + /** + * Clear a page wrapper cache + * @slug.hint The slug to clean + * @async.hint Run it asynchronously or not, defaults to false + */ + function clearPageWrapper(required any slug, boolean async=false){ + var settings = settingService.getAllSettings(asStruct=true); + // Get appropriate cache provider + var cache = cacheBox.getCache( settings.cb_content_cacheName ); + cache.clear("cb-content-pagewrapper-#arguments.slug#/"); + return this; + } + + /** + * Searches published content with cool paramters, remember published content only + * @searchTerm.hint The search term to search + * @max.hint The maximum number of records to paginate + * @offset.hint The offset in the pagination + * @asQuery.hint Return as query or array of objects, defaults to array of objects + * @sortOrder.hint The sorting of the search results, defaults to publishedDate DESC + * @isPublished.hint Search for published, non-published or both content objects [true, false, 'all'] + * @searchActiveContent.hint Search only content titles or both title and active content. Defaults to both. + */ + function searchContent( + any searchTerm="", + numeric max=0, + numeric offset=0, + boolean asQuery=false, + any sortOrder="publishedDate DESC", + any isPublished=true, + boolean searchActiveContent=true){ + + var results = {}; + var c = newCriteria(); + + // only published content + if( isBoolean( arguments.isPublished ) ){ + // Published bit + c.isEq( "isPublished", javaCast( "Boolean", arguments.isPublished ) ); + // Published eq true evaluate other params + if( arguments.isPublished ){ + c.isLt("publishedDate", now() ) + .$or( c.restrictions.isNull("expireDate"), c.restrictions.isGT("expireDate", now() ) ) + .isEq("passwordProtection",""); + } + } + + // Search Criteria + if( len( arguments.searchTerm ) ){ + // like disjunctions + c.createAlias("activeContent","ac"); + // Do we search title and active content or just title? + if( arguments.searchActiveContent ){ + c.$or( c.restrictions.like("title","%#arguments.searchTerm#%"), + c.restrictions.like("ac.content", "%#arguments.searchTerm#%") ); + } + else{ + c.like( "title", "%#arguments.searchTerm#%" ); + } + } + + // run criteria query and projections count + results.count = c.count( "contentID" ); + results.content = c.resultTransformer( c.DISTINCT_ROOT_ENTITY ) + .list(offset=arguments.offset, max=arguments.max, sortOrder=arguments.sortOrder, asQuery=arguments.asQuery); + + return results; + } + +/********************************************* PRIVATE *********************************************/ + + + /** + * Update the content hits + * @contentID.hint The content id to update + */ + private function syncUpdateHits(required contentID){ + var q = new Query(sql="UPDATE cb_content SET hits = hits + 1 WHERE contentID = #arguments.contentID#").execute(); + return this; + } + + + private function closureTest(){ + methodCall( + param1, + function( arg1, required arg2 ){ + var settings = settingService.getAllSettings(asStruct=true); + // Get appropriate cache provider + var cache = cacheBox.getCache( settings.cb_content_cacheName ); + cache.clear("cb-content-pagewrapper-#arguments.slug#/"); + return this; + }, + param1 + ); + } + + private function StructliteralTest(){ + return { + foo = bar, + brad = 'Wood', + func = function( arg1, required arg2 ){ + var settings = settingService.getAllSettings(asStruct=true); + // Get appropriate cache provider + var cache = cacheBox.getCache( settings.cb_content_cacheName ); + cache.clear("cb-content-pagewrapper-#arguments.slug#/"); + return this; + }, + array = [ + 1, + 2, + 3, + 4, + 5, + 'test', + 'testing', + 'testerton', + { + foo = true, + brad = false, + wood = null + } + ], + last = "final" + }; + } + + private function arrayliteralTest(){ + return [ + 1, + 2, + 3, + 4, + 5, + 'test', + 'testing', + 'testerton', + { + foo = true, + brad = false, + wood = null + }, + 'testy-von-testavich' + ]; + } + +} \ No newline at end of file diff --git a/samples/ColdFusion CFC/exampleTag.cfc b/samples/ColdFusion CFC/exampleTag.cfc new file mode 100644 index 00000000..ad82c571 --- /dev/null +++ b/samples/ColdFusion CFC/exampleTag.cfc @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/ColdFusion/example.cfm b/samples/ColdFusion/example.cfm new file mode 100644 index 00000000..f436c793 --- /dev/null +++ b/samples/ColdFusion/example.cfm @@ -0,0 +1,50 @@ + + ---> + +---> + + + +Date Functions + + + + + #RightNow#
+ #DateFormat(RightNow)#
+ #DateFormat(RightNow,"mm/dd/yy")#
+ #TimeFormat(RightNow)#
+ #TimeFormat(RightNow,"hh:mm tt")#
+ #IsDate(RightNow)#
+ #IsDate("January 31, 2007")#
+ #IsDate("foo")#
+ #DaysInMonth(RightNow)# +
+ + + + + #x# + #y# + #z# + + + + + + + + + + + + + + + + + ---> comment ---> \ No newline at end of file diff --git a/samples/EmberScript/momentComponent.em b/samples/EmberScript/momentComponent.em new file mode 100644 index 00000000..cdca9dc5 --- /dev/null +++ b/samples/EmberScript/momentComponent.em @@ -0,0 +1,23 @@ +class App.FromNowView extends Ember.View + tagName: 'time' + template: Ember.Handlebars.compile '{{view.output}}' + output: ~> + return moment(@value).fromNow() + + didInsertElement: -> + @tick() + + tick: -> + f = -> + @notifyPropertyChange 'output' + @tick() + + nextTick = Ember.run.later(this, f, 1000) + @set 'nextTick', nextTick + + willDestroyElement: -> + nextTick = @nextTick + Ember.run.cancel nextTick + +Ember.Handlebars.helper 'fromNow', App.FromNowView + diff --git a/samples/IGOR Pro/functions.ipf b/samples/IGOR Pro/functions.ipf new file mode 100644 index 00000000..a1c82363 --- /dev/null +++ b/samples/IGOR Pro/functions.ipf @@ -0,0 +1,38 @@ +#pragma rtGlobals=3 + +Function FooBar() + return 0 +End + +Function FooBarSubType() : ButtonControl + return 0 +End + +Function/D FooBarVar() + return 0 +End + +static Function FooBarStatic() + return 0 +End + +threadsafe static Function FooBarStaticThreadsafe() + return 0 +End + +threadsafe Function FooBarThread() + return 0 +End + +Function CallOperationsAndBuiltInFuncs(string var) + + string someDQString = "abcd" + + Make/N=(1,2,3,4) myWave + Redimension/N=(-1,-1,-1,5) myWave + + print strlen(someDQString) + + return 0 +End + diff --git a/samples/IGOR Pro/generic.ipf b/samples/IGOR Pro/generic.ipf new file mode 100644 index 00000000..63f96aeb --- /dev/null +++ b/samples/IGOR Pro/generic.ipf @@ -0,0 +1,21 @@ +#pragma rtGlobals=3 + +StrConstant myConstString="abcd" +// some comment +constant myConst=123 + +Structure struct1 + string str + variable var +EndStructure + +static Structure struct2 + string str + variable var +EndStructure + +#include "someFile" + +#ifdef NOT_DEFINED + // conditional compilation +#endif diff --git a/samples/LookML/comments.view.lookml b/samples/LookML/comments.view.lookml new file mode 100644 index 00000000..ed2d29aa --- /dev/null +++ b/samples/LookML/comments.view.lookml @@ -0,0 +1,43 @@ +- view: comments + fields: + + - dimension: id + primary_key: true + type: int + sql: ${TABLE}.id + + - dimension: body + sql: ${TABLE}.body + + - dimension_group: created + type: time + timeframes: [time, date, week, month] + sql: ${TABLE}.created_at + + - dimension: headline_id + type: int + hidden: true + sql: ${TABLE}.headline_id + + - dimension_group: updated + type: time + timeframes: [time, date, week, month] + sql: ${TABLE}.updated_at + + - dimension: user_id + type: int + hidden: true + sql: ${TABLE}.user_id + + - measure: count + type: count + detail: detail* + + + # ----- Detail ------ + sets: + detail: + - id + - headlines.id + - headlines.name + - users.id diff --git a/samples/Opal/DeepakChopra.opal b/samples/Opal/DeepakChopra.opal new file mode 100644 index 00000000..dfab7289 --- /dev/null +++ b/samples/Opal/DeepakChopra.opal @@ -0,0 +1,9 @@ +-- Deepak Chopra nonsense text generator +-- see https://github.com/StoneCypher/DeepakChopra_Opal/ + +starts = ["Experiential truth ", "The physical world ", "Non-judgment ", "Quantum physics "] +middles = ["nurtures an ", "projects onto ", "imparts reality to ", "constructs with "] +qualifiers = ["abundance of ", "the barrier of ", "self-righteous ", "potential "] +finishes = ["marvel.", "choices.", "creativity.", "actions."] + +alert starts.sample + middles.sample + qualifiers.sample + finishes.sample \ No newline at end of file diff --git a/samples/OpenSCAD/not_simple.scad b/samples/OpenSCAD/not_simple.scad new file mode 100644 index 00000000..dd4d1301 --- /dev/null +++ b/samples/OpenSCAD/not_simple.scad @@ -0,0 +1,13 @@ +// A more complicated 3D shape in OpenSCAD +$fn=32; + +difference() { + // main shape + union() { + translate( [ 0, 0, 2 ] ) cube( [ 15, 15, 4 ], center=true ); + translate( [ 0, 0, 13 ] ) cylinder( h=25, r1=5, r2=3, center=true ); + translate( [ 0, 0, 28 ] ) sphere( r=6 ); + } + // hole through center + translate( [ 0, 0, 17 ] ) cylinder( h=35, r=2, center=true ); +} diff --git a/samples/OpenSCAD/simple.scad b/samples/OpenSCAD/simple.scad new file mode 100644 index 00000000..b3e4da5d --- /dev/null +++ b/samples/OpenSCAD/simple.scad @@ -0,0 +1,3 @@ +// Simple sphere in OpenSCAD + +sphere( r=10 ); diff --git a/samples/Perl/example.cgi b/samples/Perl/example.cgi new file mode 100755 index 00000000..eac1ef92 --- /dev/null +++ b/samples/Perl/example.cgi @@ -0,0 +1,447 @@ +#!/usr/bin/perl + +# v1.0 +# nagiostat, program to insert performance-data from Nagios into RRD-archives +# Copyright (C) 2004 Carl Bingel / Svensk IT konsult AB +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +use strict; + +## Basic configuration options +my $BASE_DIR = "/usr/share/nagiostat"; +my $CONFIG_FILE = "/etc/nagios/nagiostat.conf"; ## Config-file location +my $DEBUG_LOG_FILE = "/var/spool/nagiostat/debug.log"; ## Specify where to create log-file and what filename (must be writable by nagios-user!) +my $DEBUGLEVEL = 1; ## 0=Nothing, 1=Errors, 2=Warnings, 3=Debug +my $DEBUGOUTPUT = 0; ## 0=file, 1=STDERR, 2=STDOUT (for cgi) + +require 'shellwords.pl'; + +## Global vars +my $DEBUG_TIMESTAMP=0; + +## Find out how program is run +if( $ARGV[0] eq "-t") { ## -t = test configuration-file + print STDERR "nagiostat: Testing configuration-file..\n"; + $DEBUGLEVEL=3; + $DEBUGOUTPUT=1; ## output errors to console and not file + my $c = &read_config(); + abort(); +} elsif( $ARGV[0] eq "-p") { ## -p = parse performance-data (when started by nagios) + &parse_perfdata(); +} else { + if( exists $ENV{'GATEWAY_INTERFACE'}) { ## we are run as a CGI-script! + $DEBUGOUTPUT=2; ## output errors to web-browser + &run_as_cgi(); + } else { ## print some help-info + print STDERR "nagiostat: usage: + -t Test configuration-file + -p Parse/import performance-data (used when called from nagios) +"; + } +} + +abort(); + +sub abort { + ## logfile: write blank if we wrote anything... + if( $DEBUG_TIMESTAMP!=0) { + debug( 1, ""); + } + exit; +} + +## +## Program is called as CGI +## +sub run_as_cgi { + use CGI; + my $cgi = new CGI; + + my $graph_name = $cgi->param( "graph_name"); + my $graph_iteration = $cgi->param( "graph_iteration"); + + if( $graph_iteration eq "") { + print "Content-type: text/html\nExpires: 0\n\n"; + } else { + print "Content-type: image/gif\nExpires: 0\n\n"; + } + + my $config = read_config(); + + if( $graph_name eq "") { + ## + ## display index of graphs + ## + display_htmltemplate( $config->{'htmltemplatepath'}."/".$config->{'graphindextemplate'}, $graph_name, $config); + } else { ## display graph + if( ! exists $config->{'graphs'}->{$graph_name}) { + debug( 1, "ERROR: Graph '$graph_name' does not exist!"); + exit; + } elsif( $graph_iteration eq "") { + ## + ## Display HTML-page with all the graphs + ## + if( ! -r $config->{'htmltemplatepath'}."/".$config->{'graphs'}->{$graph_name}->{'htmltemplate'}) { + debug( 1, "ERROR: HTML-template '".($config->{'htmltemplatepath'}."/".$config->{'graphs'}->{$graph_name}->{'htmltemplate'})."' is not readable by effective userid!"); + exit; + } + display_htmltemplate( $config->{'htmltemplatepath'}."/".$config->{'graphs'}->{$graph_name}->{'htmltemplate'}, $graph_name, $config); + } else { + ## + ## generate graph (call 'rrdtool graph') + ## + my $rrdtool_cmdline = $config->{'rrdtoolpath'}." graph - ".join( " ", @{$config->{'plottemplates'}->{ $config->{'graphs'}->{$graph_name}->{'plottemplate'} } }); + + ## expand variables + my $rrdarchive = $config->{'rrdarchivepath'}."/".$config->{'graphs'}->{$graph_name}->{'rrdfilename'}; + $rrdtool_cmdline =~ s/\$f/$rrdarchive/g; + my $t_start = $config->{'graphtimetemplates'}->{ $config->{'graphs'}->{$graph_name}->{'graphtimetemplate'} }->[$graph_iteration]->{'starttime'}; + $rrdtool_cmdline =~ s/\$s/$t_start/g; + my $t_end = $config->{'graphtimetemplates'}->{ $config->{'graphs'}->{$graph_name}->{'graphtimetemplate'} }->[$graph_iteration]->{'endtime'}; + $rrdtool_cmdline =~ s/\$e/$t_end/g; + my $t_descr = $config->{'graphtimetemplates'}->{ $config->{'graphs'}->{$graph_name}->{'graphtimetemplate'} }->[$graph_iteration]->{'description'}; + $rrdtool_cmdline =~ s/\$d/$t_descr/g; + + ## Call rrdtool (should probably be fixed to call it in a better way, like exec) + print `$rrdtool_cmdline`; + } + + } + +} + +## Display HTML template (and do variable-substitution and other stuff) +## +sub display_htmltemplate { + my( $filename, $graph_name, $config) = @_; + + if( -r $filename) { + open( HTML, $filename); + while( ) { + ## All is a big regex.. :-) + s/\$(\w+)/my $t=sub { + my $varname = $_[0]; + if( $varname eq "GRAPHNAME") { ## return the name of the graph + if( $config->{'graphs'}->{$graph_name}->{'title'} ne "") { + return( $config->{'graphs'}->{$graph_name}->{'title'}); + } else { + return( "Graph ".$graph_name); + } + } elsif( $varname eq "CURRENTTIME") { ## return current date-time + return( localtime()); + } elsif( $varname eq "GRAPHINDEX" || $varname eq "GRAPHINDEX_ONEROW") { ## return HTML-code for index of the different graphs + my $return_html; + foreach my $gn ( sort keys %{$config->{'graphs'}}) { + $return_html.=(($varname eq "GRAPHINDEX")?"
  • ":""). + "".($config->{'graphs'}->{$gn}->{'title'})."<\/A>". # must escape slash since were inside an regex! + (($varname eq "GRAPHINDEX_ONEROW")?"  ":""); + } + return( $return_html); + } elsif( $varname eq "GRAPH_AUTOGENERATE") { ## return HTML-code for displaying the actual graph-images + my $iteration_id=0; + my $return_html; + foreach my $time ( @{ $config->{'graphtimetemplates'}->{ $config->{'graphs'}->{$graph_name}->{'graphtimetemplate'} } }) { + $return_html.="

    ".($time->{'description'})."
    "; + $iteration_id++; + } + return( $return_html); + } else { ## unknown variable + return( "##UNKNOWN-VARIABLE##"); + } + }; &$t($1)/eig; ## i thought that regex would never end! + print; + } + close( HTML); + } else { + print "ERROR: HTML-template '$filename' does not exist or is not readable by effective userid."; + } + +} + +## +## Process incoming performance-data (parse output from check-plugin and insert values into rrd-archives) +## +sub parse_perfdata { + + $DEBUG_TIMESTAMP=0; + + my $config = read_config(); + + my $rrd_updates; + + ## Provide more symbolic names (same names as the macros in nagios configuration-file) + + my( $LASTCHECK, $HOSTNAME, $SERVICEDESCR, $SERVICESTATE, $OUTPUT, $PERFDATA) = split( /\|!!\|/, $ARGV[1]); + debug( 3, "**INCOMING PERFDATA:\n LASTCHECK=$LASTCHECK\n HOSTNAME=$HOSTNAME\n SERVICEDESCR=\"$SERVICEDESCR\"\n SERVICESTATE=\"$SERVICESTATE\"\n OUTPUT=\"$OUTPUT\"\n PERFDATA=\"$PERFDATA\""); + + my $host_and_descr_found; + ## Loop through all host_regexes + foreach my $host_regex ( keys %{$config->{'regexes'}}) { + ## Loop through all service_description_regexes + foreach my $service_regex ( keys %{$config->{'regexes'}->{$host_regex}}) { + if( ($HOSTNAME =~ m/$host_regex/i) && ($SERVICEDESCR =~ m/$service_regex/i) ) { ## match! + $host_and_descr_found=1; + ## Loop through all InsertValue-lines with same host and service_description match + foreach my $insert_value ( @{$config->{'regexes'}->{$host_regex}->{$service_regex}} ) { + ## Loop through all regexes that should match values in the output/perfdata + foreach my $regex ( @{ $config->{'valueregextemplates'}->{$insert_value->{'regextemplate'}} }) { + my $regex_string = $regex->{'regex'}; + if( $regex->{'regex_what'} eq "output") { ## do regex on "output" + if( $OUTPUT =~ m/$regex_string/) { + debug( 3, " +VALUE: ".$1); + push( @{$rrd_updates->{$insert_value->{'rrdarchive'}}->{'value'}}, $1); + push( @{$rrd_updates->{$insert_value->{'rrdarchive'}}->{'dsaname'}}, $regex->{'dsaname'}); + $rrd_updates->{$insert_value->{'rrdarchive'}}->{'rrdcreatetemplate'} = $insert_value->{'rrdcreatetemplate'}; #$config->{'regexes'}->{$host_regex}->{$service_regex}->[0]->{'rrdcreatetemplate'}; + } else { + debug( 2, "**WARNING: No match for value with regex on output '$regex_string'."); + } + } else { ## do regex on "perfdata" + if( $PERFDATA =~ m/$regex_string/) { + debug( 3, " +VALUE: ".$1); + push( @{$rrd_updates->{$insert_value->{'rrdarchive'}}->{'value'}}, $1); + push( @{$rrd_updates->{$insert_value->{'rrdarchive'}}->{'dsaname'}}, $regex->{'dsaname'}); + $rrd_updates->{$insert_value->{'rrdarchive'}}->{'rrdcreatetemplate'} = $insert_value->{'rrdcreatetemplate'}; #$config->{'regexes'}->{$host_regex}->{$service_regex}->[0]->{'rrdcreatetemplate'}; + } else { + debug( 2, "**WARNING: No match for value with regex on perfdata '$regex_string'."); + } + } + } + } + + } + } + } + + if( !$host_and_descr_found) { + debug( 2, "**WARNING: Hostname and description didn't match any of the regexes in the config-file."); + } else { + ## + ## Insert the value into the RRD by calling the rrdtool (may be several rrd-archives) + ## + foreach my $archive ( keys %{$rrd_updates}) { + debug( 3, " =INSERT into '$archive': ".join( ",", @{$rrd_updates->{$archive}->{'value'}} )." DSA-names=".join( ",", @{$rrd_updates->{$archive}->{'dsaname'}}) ); + + my $rrdarchive_filename = $config->{'rrdarchivepath'}."/".$archive; + + ## Create RRD-Archive (according to template) if it does not exist + if( ! -e $rrdarchive_filename) { + my $rrdtool_cmdline = $config->{'rrdtoolpath'}." create ".$rrdarchive_filename." ".(join( " ", @{$config->{'rrdcreatetemplates'}->{$rrd_updates->{$archive}->{'rrdcreatetemplate'}}})); + debug( 2, "**CREATING: $rrdarchive_filename, cmdline='".$rrdtool_cmdline."'."); + `$rrdtool_cmdline`; + } + + ## Check if rrd-archive is writable + if( ! -w $rrdarchive_filename) { ## check wheter RRD-archive exists + debug( 1, "!!ERROR: RRD-archive '".$rrdarchive_filename."' does not exist or is not writable by effective UID."); abort(); + } + + ## Assemle command-line for rrdtool + my $rrdtool_cmdline = $config->{'rrdtoolpath'}." update ".$rrdarchive_filename. + " --template ".join( ":", @{$rrd_updates->{$archive}->{'dsaname'}}). + " $LASTCHECK:".join( ":", @{$rrd_updates->{$archive}->{'value'}}); + debug( 3, " !RRDCMDLINE: ".$rrdtool_cmdline); + my $result = `$rrdtool_cmdline`; + if( $result ne "") { + debug( 1, "!!RESULT: $result"); + } + } + } + +} + + + + +## +## Read config-file and check for errors +## +sub read_config { + my $config; + open( CONFIG, $CONFIG_FILE); + my( $line_counter); + while( ) { + $line_counter++; + chomp; + my( @args) = &shellwords( $_); + my $orig_confline = $_; + $args[0] = uc( $args[0]); + + if( $args[0] eq "INSERTVALUE") { ## INSERTVALUE-command + shift @args; + my( $rrd_filename, $rrdcreatetemplate, $hostname_regex, $servicedescr_regex, $regex_template) = @args; + + if( ! exists $config->{'rrdcreatetemplates'}->{$rrdcreatetemplate}) { + debug( 1, "!!ERROR: RRDCreateTemplate '$rrdcreatetemplate' is not defined but refered to in line $line_counter."); abort(); + } + if( $hostname_regex !~ m/^\/(.*)\/$/) { ## verify hostname regex + debug( 1, "!!ERROR: Hostname regex should be enclosed in slashes, i.e. /HOSTNAME/ and optionally enclosed in quotes if needed. Conf-line $line_counter."); abort(); + } else { + $hostname_regex = $1; + } + if( $servicedescr_regex !~ m/^\/(.*)\/$/) { ## verify service description regex + debug( 1, "!!ERROR: Service-description regex should be enclosed in slashes, i.e. /SERVICEDESCR/ and optionally enclosed in quotes if needed. Config-line $line_counter."); + abort(); + } else { + $servicedescr_regex = $1; + } + if( ! exists $config->{'valueregextemplates'}->{$regex_template}) { ## verify value-regex-template exists + debug( 1, "!!ERROR: VALUEREGEXTEMPLATE '$regex_template' is not defined on line $line_counter."); abort(); + } + push( @{$config->{'regexes'}->{$hostname_regex}->{$servicedescr_regex}}, { + 'rrdarchive' => $rrd_filename, + 'rrdcreatetemplate' => $rrdcreatetemplate, + 'regextemplate' => $regex_template + } ); + } elsif( $args[0] =~ m/^(\s*)#/ || $args[0] eq "") { ## comment or blank row + ## do nuthin + } elsif( $args[0] eq "RRDTOOLPATH") { ## RRDToolPath args: path + $config->{'rrdtoolpath'} = $args[1]; + } elsif( $args[0] eq "PLOTTEMPLATE") { ## PlotTemplate args: name,htmltemplate,parameters.. + shift @args; + my( $name, @params) = @args; + if( $name eq "") { + debug( 1, "!!ERROR: PLOTTEMPLATE-name must be specified on line $line_counter."); abort(); + } + if( exists $config->{'plottemplates'}->{$name}) { + debug( 1, "!!ERROR: PLOTTTEMPLATE-names must be uniqe. Duplicate name found on line: $line_counter."); abort(); + } + $config->{'plottemplates'}->{$name} = [ @params]; + } elsif( $args[0] eq "GRAPHTIMETEMPLATE") { ## GraphTimeTemplate args: name,parameters.. + shift @args; + my( $name, @params) = @args; + if( $name eq "") { + debug( 1, "!!ERROR: GRAPHTIMETEMPLATE-name must be specified on line $line_counter."); abort(); + } + if( exists $config->{'graphtimetemplates'}->{$name}) { + debug( 1, "!!ERROR: GRAPHTIMETEMPLATE-names must be uniqe. Duplicate name found on line: $line_counter."); abort(); + } + foreach my $time_template (@params) { + my( $t_start, $t_end, @t_descr) = split( /:/, $time_template); + my $t_descr = join( ":", @t_descr); # workaround if ':' is used in description-string + if( $t_start eq "" || $t_end eq "") { + debug( 1, "!!ERROR: GRAPHTIMETEMPLATE, each time-definition should be defined as '::' on line $line_counter."); + } + push( @{$config->{'graphtimetemplates'}->{$name}}, { + 'starttime' => $t_start, + 'endtime' => $t_end, + 'description' => $t_descr + }); + } + } elsif( $args[0] eq "RRDCREATETEMPLATE") { ## RRDCreateTemplate + shift @args; + my( $name, @params) = @args; + if( $name eq "") { + debug( 1, "!!ERROR: RRDCREATETEMPLATE-name must be specified on line $line_counter."); abort(); + } + if( exists $config->{'rrdcreatetemplates'}->{$name}) { + debug( 1, "!!ERROR: RRDCREATETEMPLATE-names must be uniq. Duplicate name found on line: $line_counter."); abort(); + } + $config->{'rrdcreatetemplates'}->{$name} = [ @params]; + } elsif( $args[0] eq "VALUEREGEXTEMPLATE") { ## ValueRegexTemplate + shift @args; + my( $template_name, @regexes) = @args; + if( $template_name eq "") { + debug( 1, "!!ERROR: VALUEREGEXTEMPLATE-name must be specified on line $line_counter."); abort(); + } + foreach my $r (@regexes) { + if( $r !~ m/^(output|perfdata):(\w+):\/(.*)\/$/) { + debug( 1, "!!ERROR: Value-regex should be formatted as 'output:dsaname:/regex/' or 'perfdata:dsaname:/regex/' depending on in which field to extract the data. The value should be within parantheses in the regex. Config-line $line_counter."); + abort(); + } else { + my( $regex_what, $dsa_name, $regex) = ( $1, $2, $3); + push( @{$config->{'valueregextemplates'}->{$template_name}}, { + 'regex_what' => $regex_what, + 'regex' => $regex, + 'dsaname' => $dsa_name + } ); + } + } + } elsif( $args[0] eq "RRDARCHIVEPATH") { ## RRDARCHIVEPATH + $config->{'rrdarchivepath'} = $args[1]; + } elsif( $args[0] eq "HTMLTEMPLATEPATH") { ## HTMLTemplatePath + $config->{'htmltemplatepath'} = $args[1]; + } elsif( $args[0] eq "GRAPHINDEXTEMPLATE") { ## GraphIndexTemplate + $config->{'graphindextemplate'} = $args[1]; + } elsif( $args[0] eq "GRAPH") { ## GRAPH args: name,rrdfilename,rrdcreatetemplate,graphtimetemplate,plottemplate,htmltemplate + if( $args[1] eq "") { + debug( 1, "!!ERROR: GRAPH-name must be specified on line $line_counter."); abort(); + } + if( ! exists $config->{'graphtimetemplates'}->{$args[3]}) { + debug( 1, "!!ERROR: Unknown GRAPHTIMETEMPLATE on line $line_counter."); abort(); + } + if( ! exists $config->{'plottemplates'}->{$args[4]}) { + debug( 1, "!!ERROR: Unknown PLOTTEMPLATE on line $line_counter."); abort(); + } + if( exists $config->{'graphs'}->{$args[1]}) { + debug( 1, "!!ERROR: Graphnames must be uniqe. Duplicate name found on line: $line_counter."); + abort(); + } else { + $config->{'graphs'}->{$args[1]} = { + 'graphname' => $args[1], + 'rrdfilename' => $args[2], + 'graphtimetemplate' => $args[3], + 'plottemplate' => $args[4], + 'htmltemplate' => $args[5], + 'title' => $args[6] + }; + } + } else { + debug( 1, "!!ERROR: Unknown config-file directive on line $line_counter: '".$args[0]."'"); + } + } + close( CONFIG); + + if( ! -x $config->{'rrdtoolpath'}) { + debug( 1, "!!ERROR: RRDTOOLPATH does not point to executable rrdtool-binary."); + abort(); + } + if( ! -x $config->{'rrdarchivepath'}) { + debug( 1, "!!ERROR: RRDARCHIVEPATH, '".($config->{'rrdarchivepath'})."' is not readable by effective userid."); abort(); + } + if( ! -x $config->{'htmltemplatepath'}) { + debug( 1, "!!ERROR: HTMLTEMPLATEPATH, '".($config->{'htmltemplatepath'})."' is not readable by effective userid."); abort(); + } + + return( $config); +} + + +## +## Write debug-output/logging +## +sub debug { + my( $level, $msg) = @_; + if( $DEBUGLEVEL >= $level) { + + ## write timestamp + if( !$DEBUG_TIMESTAMP) { + $DEBUG_TIMESTAMP=1; + debug( 1, scalar localtime()); + } + + ## write to file or STDERR + if( $DEBUGOUTPUT == 0) { + open( DEBUGOUTPUT, ">>".$DEBUG_LOG_FILE); + print DEBUGOUTPUT $msg."\n"; + close( DEBUGOUTPUT); + } elsif( $DEBUGOUTPUT == 2) { + print "

    $msg
    "; + } else { + print STDERR $msg."\n"; + } + + } +} diff --git a/samples/Perl/strict.t b/samples/Perl/strict.t new file mode 100644 index 00000000..04cea2f8 --- /dev/null +++ b/samples/Perl/strict.t @@ -0,0 +1,11 @@ +use Test::Base; + +__DATA__ +=== Strict Test + +--- perl strict +my $x = 5; +--- strict +use strict; +use warnings; +my $x = 5; \ No newline at end of file diff --git a/samples/PigLatin/example.pig b/samples/PigLatin/example.pig new file mode 100644 index 00000000..6c6f73a8 --- /dev/null +++ b/samples/PigLatin/example.pig @@ -0,0 +1,10 @@ +/** + * sample.pig + */ + +REGISTER $SOME_JAR; + +A = LOAD 'person' USING PigStorage() AS (name:chararray, age:int); -- Load person +B = FOREACH A generate name; +DUMP B; + diff --git a/samples/SQF/fn_remoteExecFnc.sqf b/samples/SQF/fn_remoteExecFnc.sqf new file mode 100644 index 00000000..f9cf08ca --- /dev/null +++ b/samples/SQF/fn_remoteExecFnc.sqf @@ -0,0 +1,68 @@ +/* + * Author: commy2 + * + * Execute a function on a remote machine in mp. + * + * Argument: + * 0: Function arguments (Array) + * 1: Function to execute, has to be defined on the remote machine first (String) + * 2: The function will be executed where this unit is local OR the mode were this function should be executed. (Object OR Number, optional default: 2) + * Mode 0: execute on this machine only + * Mode 1: execute on server + * Mode 2: execute on all clients + server + * Mode 3: execute on dedicated only + * + * Return value: + * Nothing + */ + +private ["_arguments", "_function", "_unit", "_id"]; + +AGM_Core_remoteFnc = _this; + +_arguments = _this select 0; +_function = call compile (_this select 1); +_unit = _this select 2; + +if (isNil "_unit") then { + _unit = 2; +}; + +if (typeName _unit == "SCALAR") exitWith { + switch (_unit) do { + case 0 : { + _arguments call _function; + }; + case 1 : { + if (isServer) then { + _arguments call _function; + } else { + publicVariableServer "AGM_Core_remoteFnc"; + }; + }; + case 2 : { + _arguments call _function; + + AGM_Core_remoteFnc set [2, 0]; + publicVariable "AGM_Core_remoteFnc"; + }; + case 3 : { + if (isDedicated) then { + _arguments call _function; + } else { + if (!isServer) then {publicVariableServer "AGM_Core_remoteFnc"}; + }; + }; + }; +}; + +if (local _unit) then { + _arguments call _function; +} else { + if (isServer) then { + _id = owner _unit; + _id publicVariableClient "AGM_Core_remoteFnc"; + } else { + publicVariableServer "AGM_Core_remoteFnc"; + }; +}; \ No newline at end of file diff --git a/samples/SQF/macros.hqf b/samples/SQF/macros.hqf new file mode 100644 index 00000000..6f53296c --- /dev/null +++ b/samples/SQF/macros.hqf @@ -0,0 +1,19 @@ +#include + +#define SET(VAR,VALUE) private #VAR; VAR = VALUE; +#define CONV(VAR,ARRAY,POOL) VAR = ARRAY select (POOL find VAR); + +#define ALL_HITPOINTS_MAN [ \ + "HitHead", "HitBody", \ + "HitLeftArm", "HitRightArm", \ + "HitLeftLeg","HitRightLeg" \ +] + +#define ALL_HITPOINTS_VEH [ \ + "HitBody", "HitHull", "HitEngine", "HitFuel", \ + "HitTurret", "HitGun", \ + "HitLTrack", "HitRTrack", \ + "HitLFWheel", "HitRFWheel", "HitLF2Wheel", "HitRF2Wheel", "HitLMWheel", "HitRMWheel", "HitLBWheel", "HitRBWheel", \ + "HitAvionics", "HitHRotor", "HitVRotor", \ + "HitRGlass", "HitLGlass", "HitGlass1", "HitGlass2", "HitGlass3", "HitGlass4", "HitGlass5", "HitGlass6" \ +] diff --git a/samples/TeX/authortitle.cbx b/samples/TeX/authortitle.cbx new file mode 100644 index 00000000..0ba18e87 --- /dev/null +++ b/samples/TeX/authortitle.cbx @@ -0,0 +1,119 @@ +\ProvidesFile{authortitle.cbx} +[\abx@cbxid] + +\ExecuteBibliographyOptions{uniquename,uniquelist,autocite=footnote} + +\renewcommand*{\iffinalcitedelim}{\iflastcitekey} + +\newbool{cbx:parens} + +\newbibmacro*{cite}{% + \iffieldundef{shorthand} + {\ifnameundef{labelname} + {} + {\printnames{labelname}% + \setunit{\nametitledelim}}% + \usebibmacro{cite:title}}% + {\usebibmacro{cite:shorthand}}} + +\newbibmacro*{citetitle}{% + \iffieldundef{shorthand} + {\usebibmacro{cite:title}}% + {\usebibmacro{cite:shorthand}}} + +\newbibmacro*{textcite}{% + \ifnameundef{labelname} + {} + {\printnames{labelname}% + \setunit{% + \global\booltrue{cbx:parens}% + \addspace\bibopenparen}}% + \ifnumequal{\value{citecount}}{1} + {\usebibmacro{prenote}} + {}% + \iffieldundef{shorthand} + {\usebibmacro{cite:title}}% + {\usebibmacro{cite:shorthand}}} + +\newbibmacro*{cite:title}{% + \printtext[bibhyperref]{% + \printfield[citetitle]{labeltitle}}} + +\newbibmacro*{cite:shorthand}{% + \printtext[bibhyperref]{\printfield{shorthand}}} + +\newbibmacro*{textcite:postnote}{% + \iffieldundef{postnote} + {\ifbool{cbx:parens} + {\bibcloseparen} + {}} + {\ifbool{cbx:parens} + {\postnotedelim} + {\addspace\bibopenparen}% + \printfield{postnote}\bibcloseparen}} + +\DeclareCiteCommand{\cite} + {\usebibmacro{prenote}} + {\usebibmacro{citeindex}% + \usebibmacro{cite}} + {\multicitedelim} + {\usebibmacro{postnote}} + +\DeclareCiteCommand*{\cite} + {\usebibmacro{prenote}} + {\usebibmacro{citeindex}% + \usebibmacro{citetitle}} + {\multicitedelim} + {\usebibmacro{postnote}} + +\DeclareCiteCommand{\parencite}[\mkbibparens] + {\usebibmacro{prenote}} + {\usebibmacro{citeindex}% + \usebibmacro{cite}} + {\multicitedelim} + {\usebibmacro{postnote}} + +\DeclareCiteCommand*{\parencite}[\mkbibparens] + {\usebibmacro{prenote}} + {\usebibmacro{citeindex}% + \usebibmacro{citetitle}} + {\multicitedelim} + {\usebibmacro{postnote}} + +\DeclareCiteCommand{\footcite}[\mkbibfootnote] + {\usebibmacro{prenote}} + {\usebibmacro{citeindex}% + \usebibmacro{cite}} + {\multicitedelim} + {\usebibmacro{postnote}} + +\DeclareCiteCommand{\footcitetext}[\mkbibfootnotetext] + {\usebibmacro{prenote}} + {\usebibmacro{citeindex}% + \usebibmacro{cite}} + {\multicitedelim} + {\usebibmacro{postnote}} + +\DeclareCiteCommand{\smartcite}[\iffootnote\mkbibparens\mkbibfootnote] + {\usebibmacro{prenote}} + {\usebibmacro{citeindex}% + \usebibmacro{cite}} + {\multicitedelim} + {\usebibmacro{postnote}} + +\DeclareCiteCommand{\textcite} + {\boolfalse{cbx:parens}} + {\usebibmacro{citeindex}% + \iffirstcitekey + {\setcounter{textcitetotal}{1}} + {\stepcounter{textcitetotal}% + \textcitedelim}% + \usebibmacro{textcite}} + {\ifbool{cbx:parens} + {\bibcloseparen\global\boolfalse{cbx:parens}} + {}} + {\usebibmacro{textcite:postnote}} + +\DeclareMultiCiteCommand{\textcites}{\textcite}{} + +\endinput diff --git a/samples/TeX/english.lbx b/samples/TeX/english.lbx new file mode 100644 index 00000000..754cc293 --- /dev/null +++ b/samples/TeX/english.lbx @@ -0,0 +1,554 @@ +\ProvidesFile{english.lbx} +[\abx@lbxid] + +\DeclareRedundantLanguages{english,american}{english,american,british, +canadian,australian,newzealand,USenglish,UKenglish} + +\DeclareBibliographyExtras{% + \protected\def\bibrangedash{% + \textendash\penalty\hyphenpenalty}% breakable dash + \protected\def\bibdatedash{\bibrangedash}% + \def\finalandcomma{\addcomma}% + \def\finalandsemicolon{\addsemicolon}% + \protected\def\mkbibordinal#1{% + \begingroup + \@tempcnta0#1\relax\number\@tempcnta + \@whilenum\@tempcnta>100\do{\advance\@tempcnta-100\relax}% + \ifnum\@tempcnta>20 + \@whilenum\@tempcnta>9\do{\advance\@tempcnta-10\relax}% + \fi + \ifcase\@tempcnta th\or st\or nd\or rd\else th\fi + \endgroup}% + \protected\def\mkbibmascord{\mkbibordinal}% + \protected\def\mkbibfemord{\mkbibordinal}% + \protected\def\mkbibneutord{\mkbibordinal}% + \protected\def\mkbibdatelong#1#2#3{% + \iffieldundef{#2} + {} + {\mkbibmonth{\thefield{#2}}% + \iffieldundef{#3} + {\iffieldundef{#1}{}{\space}} + {\nobreakspace}}% + \iffieldundef{#3} + {} + {\stripzeros{\thefield{#3}}% + \iffieldundef{#1}{}{,\space}}% + \iffieldbibstring{#1} + {\bibstring{\thefield{#1}}} + {\stripzeros{\thefield{#1}}}}% + \protected\def\mkbibdateshort#1#2#3{% + \iffieldundef{#2} + {} + {\mkdatezeros{\thefield{#2}}% + \iffieldundef{#3} + {\iffieldundef{#1}{}{/}} + {/}}% + \iffieldundef{#3} + {} + {\mkdatezeros{\thefield{#3}}% + \iffieldundef{#1}{}{/}}% + \iffieldbibstring{#1} + {\bibstring{\thefield{#1}}} + {\mkdatezeros{\thefield{#1}}}}% + \savecommand\mkbibrangecomp + \savecommand\mkbibrangecompextra + \savecommand\mkbibrangeterse + \savecommand\mkbibrangeterseextra + \protected\def\mkbibrangecomp{% + \lbx@us@mkbibrangetrunc@long{long}}% + \protected\def\mkbibrangeterse{% + \lbx@us@mkbibrangetrunc@short{short}}% + \protected\def\mkbibrangecompextra{% + \lbx@us@mkbibrangetruncextra@long{long}}% + \protected\def\mkbibrangeterseextra{% + \lbx@us@mkbibrangetruncextra@short{short}}% +} + +\UndeclareBibliographyExtras{% + \restorecommand\mkbibrangecomp + \restorecommand\mkbibrangecompextra + \restorecommand\mkbibrangeterse + \restorecommand\mkbibrangeterseextra +} + +\DeclareBibliographyStrings{% + bibliography = {{Bibliography}{Bibliography}}, + references = {{References}{References}}, + shorthands = {{List of Abbreviations}{Abbreviations}}, + editor = {{editor}{ed\adddot}}, + editors = {{editors}{eds\adddot}}, + compiler = {{compiler}{comp\adddot}}, + compilers = {{compilers}{comp\adddot}}, + redactor = {{redactor}{red\adddot}}, + redactors = {{redactors}{red\adddot}}, + reviser = {{reviser}{rev\adddot}}, + revisers = {{revisers}{rev\adddot}}, + founder = {{founder}{found\adddot}}, + founders = {{founders}{found\adddot}}, + continuator = {{continued}{cont\adddot}},% FIXME: unsure + continuators = {{continued}{cont\adddot}},% FIXME: unsure + collaborator = {{collaborator}{collab\adddot}},% FIXME: unsure + collaborators = {{collaborators}{collab\adddot}},% FIXME: unsure + translator = {{translator}{trans\adddot}}, + translators = {{translators}{trans\adddot}}, + commentator = {{commentator}{comm\adddot}}, + commentators = {{commentators}{comm\adddot}}, + annotator = {{annotator}{annot\adddot}}, + annotators = {{annotators}{annot\adddot}}, + commentary = {{commentary}{comm\adddot}}, + annotations = {{annotations}{annot\adddot}}, + introduction = {{introduction}{intro\adddot}}, + foreword = {{foreword}{forew\adddot}}, + afterword = {{afterword}{afterw\adddot}}, + editortr = {{editor and translator}% + {ed\adddotspace and trans\adddot}}, + editorstr = {{editors and translators}% + {eds\adddotspace and trans\adddot}}, + editorco = {{editor and commentator}% + {ed\adddotspace and comm\adddot}}, + editorsco = {{editors and commentators}% + {eds\adddotspace and comm\adddot}}, + editoran = {{editor and annotator}% + {ed\adddotspace and annot\adddot}}, + editorsan = {{editors and annotators}% + {eds\adddotspace and annot\adddot}}, + editorin = {{editor and introduction}% + {ed\adddotspace and introd\adddot}}, + editorsin = {{editors and introduction}% + {eds\adddotspace and introd\adddot}}, + editorfo = {{editor and foreword}% + {ed\adddotspace and forew\adddot}}, + editorsfo = {{editors and foreword}% + {eds\adddotspace and forew\adddot}}, + editoraf = {{editor and afterword}% + {ed\adddotspace and afterw\adddot}}, + editorsaf = {{editors and afterword}% + {eds\adddotspace and afterw\adddot}}, + editortrco = {{editor, translator\finalandcomma\ and commentator}% + {ed.,\addabbrvspace trans\adddot\finalandcomma\ and comm\adddot}}, + editorstrco = {{editors, translators\finalandcomma\ and commentators}% + {eds.,\addabbrvspace trans\adddot\finalandcomma\ and comm\adddot}}, + editortran = {{editor, translator\finalandcomma\ and annotator}% + {ed.,\addabbrvspace trans\adddot\finalandcomma\ and annot\adddot}}, + editorstran = {{editors, translators\finalandcomma\ and annotators}% + {eds.,\addabbrvspace trans\adddot\finalandcomma\ and annot\adddot}}, + editortrin = {{editor, translator\finalandcomma\ and introduction}% + {ed.,\addabbrvspace trans\adddot\finalandcomma\ and introd\adddot}}, + editorstrin = {{editors, translators\finalandcomma\ and introduction}% + {eds.,\addabbrvspace trans\adddot\finalandcomma\ and introd\adddot}}, + editortrfo = {{editor, translator\finalandcomma\ and foreword}% + {ed.,\addabbrvspace trans\adddot\finalandcomma\ and forew\adddot}}, + editorstrfo = {{editors, translators\finalandcomma\ and foreword}% + {eds.,\addabbrvspace trans\adddot\finalandcomma\ and forew\adddot}}, + editortraf = {{editor, translator\finalandcomma\ and afterword}% + {ed.,\addabbrvspace trans\adddot\finalandcomma\ and afterw\adddot}}, + editorstraf = {{editors, translators\finalandcomma\ and afterword}% + {eds.,\addabbrvspace trans\adddot\finalandcomma\ and afterw\adddot}}, + editorcoin = {{editor, commentator\finalandcomma\ and introduction}% + {ed.,\addabbrvspace comm\adddot\finalandcomma\ and introd\adddot}}, + editorscoin = {{editors, commentators\finalandcomma\ and introduction}% + {eds.,\addabbrvspace comm\adddot\finalandcomma\ and introd\adddot}}, + editorcofo = {{editor, commentator\finalandcomma\ and foreword}% + {ed.,\addabbrvspace comm\adddot\finalandcomma\ and forew\adddot}}, + editorscofo = {{editors, commentators\finalandcomma\ and foreword}% + {eds.,\addabbrvspace comm\adddot\finalandcomma\ and forew\adddot}}, + editorcoaf = {{editor, commentator\finalandcomma\ and afterword}% + {ed.,\addabbrvspace comm\adddot\finalandcomma\ and afterw\adddot}}, + editorscoaf = {{editors, commentators\finalandcomma\ and afterword}% + {eds.,\addabbrvspace comm\adddot\finalandcomma\ and afterw\adddot}}, + editoranin = {{editor, annotator\finalandcomma\ and introduction}% + {ed.,\addabbrvspace annot\adddot\finalandcomma\ and introd\adddot}}, + editorsanin = {{editors, annotators\finalandcomma\ and introduction}% + {eds.,\addabbrvspace annot\adddot\finalandcomma\ and introd\adddot}}, + editoranfo = {{editor, annotator\finalandcomma\ and foreword}% + {ed.,\addabbrvspace annot\adddot\finalandcomma\ and forew\adddot}}, + editorsanfo = {{editors, annotators\finalandcomma\ and foreword}% + {eds.,\addabbrvspace annot\adddot\finalandcomma\ and forew\adddot}}, + editoranaf = {{editor, annotator\finalandcomma\ and afterword}% + {ed.,\addabbrvspace annot\adddot\finalandcomma\ and afterw\adddot}}, + editorsanaf = {{editors, annotators\finalandcomma\ and afterword}% + {eds.,\addabbrvspace annot\adddot\finalandcomma\ and afterw\adddot}}, + editortrcoin = {{editor, translator, commentator\finalandcomma\ and introduction}% + {ed.,\addabbrvspace trans., comm\adddot\finalandcomma\ and introd\adddot}}, + editorstrcoin = {{editors, translators, commentators\finalandcomma\ and introduction}% + {eds.,\addabbrvspace trans., comm\adddot\finalandcomma\ and introd\adddot}}, + editortrcofo = {{editor, translator, commentator\finalandcomma\ and foreword}% + {ed.,\addabbrvspace trans., comm\adddot\finalandcomma\ and forew\adddot}}, + editorstrcofo = {{editors, translators, commentators\finalandcomma\ and foreword}% + {eds.,\addabbrvspace trans., comm\adddot\finalandcomma\ and forew\adddot}}, + editortrcoaf = {{editor, translator, commentator\finalandcomma\ and afterword}% + {ed.,\addabbrvspace trans., comm\adddot\finalandcomma\ and afterw\adddot}}, + editorstrcoaf = {{editors, translators, commentators\finalandcomma\ and afterword}% + {eds.,\addabbrvspace trans., comm\adddot\finalandcomma\ and afterw\adddot}}, + editortranin = {{editor, translator, annotator\finalandcomma\ and introduction}% + {ed.,\addabbrvspace trans., annot\adddot\finalandcomma\ and introd\adddot}}, + editorstranin = {{editors, translators, annotators\finalandcomma\ and introduction}% + {eds.,\addabbrvspace trans., annot\adddot\finalandcomma\ and introd\adddot}}, + editortranfo = {{editor, translator, annotator\finalandcomma\ and foreword}% + {ed.,\addabbrvspace trans., annot\adddot\finalandcomma\ and forew\adddot}}, + editorstranfo = {{editors, translators, annotators\finalandcomma\ and foreword}% + {eds.,\addabbrvspace trans., annot\adddot\finalandcomma\ and forew\adddot}}, + editortranaf = {{editor, translator, annotator\finalandcomma\ and afterword}% + {ed.,\addabbrvspace trans., annot\adddot\finalandcomma\ and afterw\adddot}}, + editorstranaf = {{editors, translators, annotators\finalandcomma\ and afterword}% + {eds.,\addabbrvspace trans., annot\adddot\finalandcomma\ and afterw\adddot}}, + translatorco = {{translator and commentator}% + {trans\adddot\ and comm\adddot}}, + translatorsco = {{translators and commentators}% + {trans\adddot\ and comm\adddot}}, + translatoran = {{translator and annotator}% + {trans\adddot\ and annot\adddot}}, + translatorsan = {{translators and annotators}% + {trans\adddot\ and annot\adddot}}, + translatorin = {{translation and introduction}% + {trans\adddot\ and introd\adddot}}, + translatorsin = {{translation and introduction}% + {trans\adddot\ and introd\adddot}}, + translatorfo = {{translation and foreword}% + {trans\adddot\ and forew\adddot}}, + translatorsfo = {{translation and foreword}% + {trans\adddot\ and forew\adddot}}, + translatoraf = {{translation and afterword}% + {trans\adddot\ and afterw\adddot}}, + translatorsaf = {{translation and afterword}% + {trans\adddot\ and afterw\adddot}}, + translatorcoin = {{translation, commentary\finalandcomma\ and introduction}% + {trans., comm\adddot\finalandcomma\ and introd\adddot}}, + translatorscoin = {{translation, commentary\finalandcomma\ and introduction}% + {trans., comm\adddot\finalandcomma\ and introd\adddot}}, + translatorcofo = {{translation, commentary\finalandcomma\ and foreword}% + {trans., comm\adddot\finalandcomma\ and forew\adddot}}, + translatorscofo = {{translation, commentary\finalandcomma\ and foreword}% + {trans., comm\adddot\finalandcomma\ and forew\adddot}}, + translatorcoaf = {{translation, commentary\finalandcomma\ and afterword}% + {trans., comm\adddot\finalandcomma\ and afterw\adddot}}, + translatorscoaf = {{translation, commentary\finalandcomma\ and afterword}% + {trans., comm\adddot\finalandcomma\ and afterw\adddot}}, + translatoranin = {{translation, annotations\finalandcomma\ and introduction}% + {trans., annot\adddot\finalandcomma\ and introd\adddot}}, + translatorsanin = {{translation, annotations\finalandcomma\ and introduction}% + {trans., annot\adddot\finalandcomma\ and introd\adddot}}, + translatoranfo = {{translation, annotations\finalandcomma\ and foreword}% + {trans., annot\adddot\finalandcomma\ and forew\adddot}}, + translatorsanfo = {{translation, annotations\finalandcomma\ and foreword}% + {trans., annot\adddot\finalandcomma\ and forew\adddot}}, + translatoranaf = {{translation, annotations\finalandcomma\ and afterword}% + {trans., annot\adddot\finalandcomma\ and afterw\adddot}}, + translatorsanaf = {{translation, annotations\finalandcomma\ and afterword}% + {trans., annot\adddot\finalandcomma\ and afterw\adddot}}, + byauthor = {{by}{by}}, + byeditor = {{edited by}{ed\adddotspace by}}, + bycompiler = {{compiled by}{comp\adddotspace by}}, + byredactor = {{redacted by}{red\adddotspace by}}, + byreviser = {{revised by}{rev\adddotspace by}}, + byreviewer = {{reviewed by}{rev\adddotspace by}}, + byfounder = {{founded by}{found\adddotspace by}}, + bycontinuator = {{continued by}{cont\adddotspace by}}, + bycollaborator = {{in collaboration with}{in collab\adddotspace with}},% FIXME: unsure + bytranslator = {{translated \lbx@lfromlang\ by}{trans\adddot\ \lbx@sfromlang\ by}}, + bycommentator = {{commented by}{comm\adddot\ by}}, + byannotator = {{annotated by}{annot\adddot\ by}}, + withcommentator = {{with a commentary by}{with a comment\adddot\ by}}, + withannotator = {{with annotations by}{with annots\adddot\ by}}, + withintroduction = {{with an introduction by}{with an intro\adddot\ by}}, + withforeword = {{with a foreword by}{with a forew\adddot\ by}}, + withafterword = {{with an afterword by}{with an afterw\adddot\ by}}, + byeditortr = {{edited and translated \lbx@lfromlang\ by}% + {ed\adddotspace and trans\adddot\ \lbx@sfromlang\ by}}, + byeditorco = {{edited and commented by}% + {ed\adddotspace and comm\adddot\ by}}, + byeditoran = {{edited and annotated by}% + {ed\adddotspace and annot\adddot\ by}}, + byeditorin = {{edited, with an introduction, by}% + {ed.,\addabbrvspace with an introd., by}}, + byeditorfo = {{edited, with a foreword, by}% + {ed.,\addabbrvspace with a forew., by}}, + byeditoraf = {{edited, with an afterword, by}% + {ed.,\addabbrvspace with an afterw., by}}, + byeditortrco = {{edited, translated \lbx@lfromlang\finalandcomma\ and commented by}% + {ed.,\addabbrvspace trans\adddot\ \lbx@sfromlang\finalandcomma\ and comm\adddot\ by}}, + byeditortran = {{edited, translated \lbx@lfromlang\finalandcomma\ and annotated by}% + {ed.,\addabbrvspace trans\adddot\ \lbx@sfromlang\finalandcomma\ and annot\adddot\ by}}, + byeditortrin = {{edited and translated \lbx@lfromlang, with an introduction, by}% + {ed\adddotspace and trans\adddot\ \lbx@sfromlang, with an introd., by}}, + byeditortrfo = {{edited and translated \lbx@lfromlang, with a foreword, by}% + {ed\adddotspace and trans\adddot\ \lbx@sfromlang, with a forew., by}}, + byeditortraf = {{edited and translated \lbx@lfromlang, with an afterword, by}% + {ed\adddotspace and trans\adddot\ \lbx@sfromlang, with an afterw., by}}, + byeditorcoin = {{edited and commented, with an introduction, by}% + {ed\adddotspace and comm., with an introd., by}}, + byeditorcofo = {{edited and commented, with a foreword, by}% + {ed\adddotspace and comm., with a forew., by}}, + byeditorcoaf = {{edited and commented, with an afterword, by}% + {ed\adddotspace and comm., with an afterw., by}}, + byeditoranin = {{edited and annotated, with an introduction, by}% + {ed\adddotspace and annot., with an introd., by}}, + byeditoranfo = {{edited and annotated, with a foreword, by}% + {ed\adddotspace and annot., with a forew., by}}, + byeditoranaf = {{edited and annotated, with an afterword, by}% + {ed\adddotspace and annot., with an afterw., by}}, + byeditortrcoin = {{edited, translated \lbx@lfromlang\finalandcomma\ and commented, with an introduction, by}% + {ed.,\addabbrvspace trans\adddot\ \lbx@sfromlang\finalandcomma\ and comm., with an introd., by}}, + byeditortrcofo = {{edited, translated \lbx@lfromlang\finalandcomma\ and commented, with a foreword, by}% + {ed.,\addabbrvspace trans\adddot\ \lbx@sfromlang\finalandcomma\ and comm., with a forew., by}}, + byeditortrcoaf = {{edited, translated \lbx@lfromlang\finalandcomma\ and commented, with an afterword, by}% + {ed.,\addabbrvspace trans\adddot\ \lbx@sfromlang\finalandcomma\ and comm., with an afterw., by}}, + byeditortranin = {{edited, translated \lbx@lfromlang\finalandcomma\ and annotated, with an introduction, by}% + {ed.,\addabbrvspace trans\adddot\ \lbx@sfromlang\finalandcomma\ and annot, with an introd., by}}, + byeditortranfo = {{edited, translated \lbx@lfromlang\finalandcomma\ and annotated, with a foreword, by}% + {ed.,\addabbrvspace trans\adddot\ \lbx@sfromlang\finalandcomma\ and annot, with a forew., by}}, + byeditortranaf = {{edited, translated \lbx@lfromlang\finalandcomma\ and annotated, with an afterword, by}% + {ed.,\addabbrvspace trans\adddot\ \lbx@sfromlang\finalandcomma\ and annot, with an afterw., by}}, + bytranslatorco = {{translated \lbx@lfromlang\ and commented by}% + {trans\adddot\ \lbx@sfromlang\ and comm\adddot\ by}}, + bytranslatoran = {{translated \lbx@lfromlang\ and annotated by}% + {trans\adddot\ \lbx@sfromlang\ and annot\adddot\ by}}, + bytranslatorin = {{translated \lbx@lfromlang, with an introduction, by}% + {trans\adddot\ \lbx@sfromlang, with an introd., by}}, + bytranslatorfo = {{translated \lbx@lfromlang, with a foreword, by}% + {trans\adddot\ \lbx@sfromlang, with a forew., by}}, + bytranslatoraf = {{translated \lbx@lfromlang, with an afterword, by}% + {trans\adddot\ \lbx@sfromlang, with an afterw., by}}, + bytranslatorcoin = {{translated \lbx@lfromlang\ and commented, with an introduction, by}% + {trans\adddot\ \lbx@sfromlang\ and comm., with an introd., by}}, + bytranslatorcofo = {{translated \lbx@lfromlang\ and commented, with a foreword, by}% + {trans\adddot\ \lbx@sfromlang\ and comm., with a forew., by}}, + bytranslatorcoaf = {{translated \lbx@lfromlang\ and commented, with an afterword, by}% + {trans\adddot\ \lbx@sfromlang\ and comm., with an afterw., by}}, + bytranslatoranin = {{translated \lbx@lfromlang\ and annotated, with an introduction, by}% + {trans\adddot\ \lbx@sfromlang\ and annot., with an introd., by}}, + bytranslatoranfo = {{translated \lbx@lfromlang\ and annotated, with a foreword, by}% + {trans\adddot\ \lbx@sfromlang\ and annot., with a forew., by}}, + bytranslatoranaf = {{translated \lbx@lfromlang\ and annotated, with an afterword, by}% + {trans\adddot\ \lbx@sfromlang\ and annot., with an afterw., by}}, + and = {{and}{and}}, + andothers = {{et\addabbrvspace al\adddot}{et\addabbrvspace al\adddot}}, + andmore = {{et\addabbrvspace al\adddot}{et\addabbrvspace al\adddot}}, + volume = {{volume}{vol\adddot}}, + volumes = {{volumes}{vols\adddot}}, + involumes = {{in}{in}}, + jourvol = {{volume}{vol\adddot}}, + jourser = {{series}{ser\adddot}}, + book = {{book}{book}}, + part = {{part}{part}}, + issue = {{issue}{issue}}, + newseries = {{new series}{new ser\adddot}}, + oldseries = {{old series}{old ser\adddot}}, + edition = {{edition}{ed\adddot}}, + reprint = {{reprint}{repr\adddot}}, + reprintof = {{reprint of}{repr\adddotspace of}}, + reprintas = {{reprinted as}{rpt\adddotspace as}}, + reprintfrom = {{reprinted from}{repr\adddotspace from}}, + reviewof = {{review of}{rev\adddotspace of}}, + translationof = {{translation of}{trans\adddotspace of}}, + translationas = {{translated as}{trans\adddotspace as}}, + translationfrom = {{translated from}{trans\adddotspace from}}, + origpubas = {{originally published as}{orig\adddotspace pub\adddotspace as}}, + origpubin = {{originally published in}{orig\adddotspace pub\adddotspace in}}, + astitle = {{as}{as}}, + bypublisher = {{by}{by}}, + page = {{page}{p\adddot}}, + pages = {{pages}{pp\adddot}}, + column = {{column}{col\adddot}}, + columns = {{columns}{cols\adddot}}, + line = {{line}{l\adddot}}, + lines = {{lines}{ll\adddot}}, + nodate = {{no date}{n\adddot d\adddot}}, + verse = {{verse}{v\adddot}}, + verses = {{verses}{vv\adddot}}, + section = {{section}{\S}}, + sections = {{sections}{\S\S}}, + paragraph = {{paragraph}{par\adddot}}, + paragraphs = {{paragraphs}{par\adddot}}, + in = {{in}{in}}, + inseries = {{in}{in}}, + ofseries = {{of}{of}}, + number = {{number}{no\adddot}}, + chapter = {{chapter}{chap\adddot}}, + mathesis = {{Master's thesis}{MA\addabbrvspace thesis}}, + phdthesis = {{PhD\addabbrvspace thesis}{PhD\addabbrvspace thesis}}, + candthesis = {{Candidate thesis}{Cand\adddotspace thesis}}, + resreport = {{research report}{research rep\adddot}}, + techreport = {{technical report}{tech\adddotspace rep\adddot}}, + software = {{computer software}{comp\adddotspace software}}, + datacd = {{CD-ROM}{CD-ROM}}, + audiocd = {{audio CD}{audio CD}}, + version = {{version}{version}}, + url = {{address}{address}}, + urlfrom = {{available from}{available from}}, + urlseen = {{visited on}{visited on}}, + inpreparation = {{in preparation}{in preparation}}, + submitted = {{submitted}{submitted}}, + forthcoming = {{forthcoming}{forthcoming}}, + inpress = {{in press}{in press}}, + prepublished = {{pre-published}{pre-published}}, + citedas = {{henceforth cited as}{henceforth cited as}}, + thiscite = {{especially}{esp\adddot}}, + seenote = {{see note}{see n\adddot}}, + quotedin = {{quoted in}{qtd\adddotspace in}}, + idem = {{idem}{idem}}, + idemsm = {{idem}{idem}}, + idemsf = {{eadem}{eadem}}, + idemsn = {{idem}{idem}}, + idempm = {{eidem}{eidem}}, + idempf = {{eaedem}{eaedem}}, + idempn = {{eadem}{eadem}}, + idempp = {{eidem}{eidem}}, + ibidem = {{ibidem}{ibid\adddot}}, + opcit = {{op\adddotspace cit\adddot}{op\adddotspace cit\adddot}}, + loccit = {{loc\adddotspace cit\adddot}{loc\adddotspace cit\adddot}}, + confer = {{cf\adddot}{cf\adddot}}, + sequens = {{sq\adddot}{sq\adddot}}, + sequentes = {{sqq\adddot}{sqq\adddot}}, + passim = {{passim}{pass\adddot}}, + see = {{see}{see}}, + seealso = {{see also}{see also}}, + backrefpage = {{cited on page}{cit\adddotspace on p\adddot}}, + backrefpages = {{cited on pages}{cit\adddotspace on pp\adddot}}, + january = {{January}{Jan\adddot}}, + february = {{February}{Feb\adddot}}, + march = {{March}{Mar\adddot}}, + april = {{April}{Apr\adddot}}, + may = {{May}{May}}, + june = {{June}{June}}, + july = {{July}{July}}, + august = {{August}{Aug\adddot}}, + september = {{September}{Sept\adddot}}, + october = {{October}{Oct\adddot}}, + november = {{November}{Nov\adddot}}, + december = {{December}{Dec\adddot}}, + langamerican = {{American}{American}}, + langbrazilian = {{Brazilian}{Brazilian}}, + langcatalan = {{Catalan}{Catalan}}, + langcroatian = {{Croatian}{Croatian}}, + langczech = {{Czech}{Czech}}, + langdanish = {{Danish}{Danish}}, + langdutch = {{Dutch}{Dutch}}, + langenglish = {{English}{English}}, + langfinnish = {{Finnish}{Finnish}}, + langfrench = {{French}{French}}, + langgerman = {{German}{German}}, + langgreek = {{Greek}{Greek}}, + langitalian = {{Italian}{Italian}}, + langlatin = {{Latin}{Latin}}, + langnorwegian = {{Norwegian}{Norwegian}}, + langpolish = {{Polish}{Polish}}, + langportuguese = {{Portuguese}{Portuguese}}, + langrussian = {{Russian}{Russian}}, + langslovene = {{Slovene}{Slovene}}, + langspanish = {{Spanish}{Spanish}}, + langswedish = {{Swedish}{Swedish}}, + fromamerican = {{from the American}{from the American}}, + frombrazilian = {{from the Brazilian}{from the Brazilian}}, + fromcatalan = {{from the Catalan}{from the Catalan}}, + fromcroatian = {{from the Croatian}{from the Croatian}}, + fromczech = {{from the Czech}{from the Czech}}, + fromdanish = {{from the Danish}{from the Danish}}, + fromdutch = {{from the Dutch}{from the Dutch}}, + fromenglish = {{from the English}{from the English}}, + fromfinnish = {{from the Finnish}{from the Finnish}}, + fromfrench = {{from the French}{from the French}}, + fromgerman = {{from the German}{from the German}}, + fromgreek = {{from the Greek}{from the Greek}}, + fromitalian = {{from the Italian}{from the Italian}}, + fromlatin = {{from the Latin}{from the Latin}}, + fromnorwegian = {{from the Norwegian}{from the Norwegian}}, + frompolish = {{from the Polish}{from the Polish}}, + fromportuguese = {{from the Portuguese}{from the Portuguese}}, + fromrussian = {{from the Russian}{from the Russian}}, + fromslovene = {{from the Slovene}{from the Slovene}}, + fromspanish = {{from the Spanish}{from the Spanish}}, + fromswedish = {{from the Swedish}{from the Swedish}}, + countryde = {{Germany}{DE}}, + countryeu = {{European Union}{EU}}, + countryep = {{European Union}{EP}}, + countryfr = {{France}{FR}}, + countryuk = {{United Kingdom}{GB}}, + countryus = {{United States of America}{US}}, + patent = {{patent}{pat\adddot}}, + patentde = {{German patent}{German pat\adddot}}, + patenteu = {{European patent}{European pat\adddot}}, + patentfr = {{French patent}{French pat\adddot}}, + patentuk = {{British patent}{British pat\adddot}}, + patentus = {{U.S\adddotspace patent}{U.S\adddotspace pat\adddot}}, + patreq = {{patent request}{pat\adddot\ req\adddot}}, + patreqde = {{German patent request}{German pat\adddot\ req\adddot}}, + patreqeu = {{European patent request}{European pat\adddot\ req\adddot}}, + patreqfr = {{French patent request}{French pat\adddot\ req\adddot}}, + patrequk = {{British patent request}{British pat\adddot\ req\adddot}}, + patrequs = {{U.S\adddotspace patent request}{U.S\adddotspace pat\adddot\ req\adddot}}, + file = {{file}{file}}, + library = {{library}{library}}, + abstract = {{abstract}{abstract}}, + annotation = {{annotations}{annotations}}, +} + +\protected\gdef\lbx@us@mkbibrangetrunc@long#1#2{% + \iffieldundef{#2year} + {} + {\printtext[#2date]{% + \iffieldsequal{#2year}{#2endyear} + {\csuse{mkbibdate#1}{}{#2month}{#2day}} + {\csuse{mkbibdate#1}{#2year}{#2month}{#2day}}% + \iffieldundef{#2endyear} + {} + {\iffieldequalstr{#2endyear}{} + {\mbox{\bibdatedash}} + {\bibdatedash + \iffieldsequal{#2year}{#2endyear} + {\iffieldsequal{#2month}{#2endmonth} + {\csuse{mkbibdate#1}{#2endyear}{}{#2endday}} + {\csuse{mkbibdate#1}{#2endyear}{#2endmonth}{#2endday}}} + {\csuse{mkbibdate#1}{#2endyear}{#2endmonth}{#2endday}}}}}}} + +\protected\gdef\lbx@us@mkbibrangetrunc@short#1#2{% + \iffieldundef{#2year} + {} + {\printtext[#2date]{% + \iffieldsequal{#2year}{#2endyear} + {\csuse{mkbibdate#1}{}{#2month}{#2day}} + {\csuse{mkbibdate#1}{#2year}{#2month}{#2day}}% + \iffieldundef{#2endyear} + {} + {\iffieldequalstr{#2endyear}{} + {\mbox{\bibdatedash}} + {\bibdatedash + \csuse{mkbibdate#1}{#2endyear}{#2endmonth}{#2endday}}}}}} + +\protected\gdef\lbx@us@mkbibrangetruncextra@long#1#2{% + \iffieldundef{#2year} + {} + {\printtext[#2date]{% + \iffieldsequal{#2year}{#2endyear} + {\csuse{mkbibdate#1}{}{#2month}{#2day}} + {\csuse{mkbibdate#1}{#2year}{#2month}{#2day}}% + \iffieldundef{#2endyear} + {\printfield{extrayear}} + {\iffieldequalstr{#2endyear}{} + {\printfield{extrayear}% + \mbox{\bibdatedash}} + {\bibdatedash + \iffieldsequal{#2year}{#2endyear} + {\iffieldsequal{#2month}{#2endmonth} + {\csuse{mkbibdate#1}{#2endyear}{}{#2endday}} + {\csuse{mkbibdate#1}{#2endyear}{#2endmonth}{#2endday}}} + {\csuse{mkbibdate#1}{#2endyear}{#2endmonth}{#2endday}}% + \printfield{extrayear}}}}}} + +\protected\gdef\lbx@us@mkbibrangetruncextra@short#1#2{% + \iffieldundef{#2year} + {} + {\printtext[#2date]{% + \iffieldsequal{#2year}{#2endyear} + {\csuse{mkbibdate#1}{}{#2month}{#2day}} + {\csuse{mkbibdate#1}{#2year}{#2month}{#2day}}% + \iffieldundef{#2endyear} + {\printfield{extrayear}} + {\iffieldequalstr{#2endyear}{} + {\printfield{extrayear}% + \mbox{\bibdatedash}} + {\bibdatedash + \csuse{mkbibdate#1}{#2endyear}{#2endmonth}{#2endday}% + \printfield{extrayear}}}}}} + +\endinput diff --git a/samples/TeX/verbose.bbx b/samples/TeX/verbose.bbx new file mode 100644 index 00000000..fdba2250 --- /dev/null +++ b/samples/TeX/verbose.bbx @@ -0,0 +1,6 @@ +\ProvidesFile{verbose.bbx} +[\abx@bbxid] + +\RequireBibliographyStyle{authortitle} + +\endinput diff --git a/test/test_blob.rb b/test/test_blob.rb index 54e10030..968abf09 100644 --- a/test/test_blob.rb +++ b/test/test_blob.rb @@ -393,6 +393,10 @@ class TestBlob < Test::Unit::TestCase # NuGet Packages assert blob("packages/Modernizr.2.0.6/Content/Scripts/modernizr-2.0.6-development-only.js").vendored? + # Font Awesome + assert blob("some/asset/path/font-awesome.min.css").vendored? + assert blob("some/asset/path/font-awesome.css").vendored? + # Normalize assert blob("some/asset/path/normalize.css").vendored? @@ -413,6 +417,11 @@ class TestBlob < Test::Unit::TestCase assert blob("cordova-2.1.0.js").vendored? assert blob("cordova-2.1.0.min.js").vendored? + # Foundation js + assert blob("foundation.js").vendored? + assert blob("foundation.min.js").vendored? + assert blob("foundation.abide.js").vendored? + # Vagrant assert blob("Vagrantfile").vendored? diff --git a/test/test_language.rb b/test/test_language.rb index a037c050..f2bbfc8b 100644 --- a/test/test_language.rb +++ b/test/test_language.rb @@ -17,6 +17,7 @@ class TestLanguage < Test::Unit::TestCase assert_equal Lexer['C'], Language['OpenCL'].lexer assert_equal Lexer['C'], Language['XS'].lexer assert_equal Lexer['C++'], Language['C++'].lexer + assert_equal Lexer['Chapel'], Language['Chapel'].lexer assert_equal Lexer['Coldfusion HTML'], Language['ColdFusion'].lexer assert_equal Lexer['Coq'], Language['Coq'].lexer assert_equal Lexer['FSharp'], Language['F#'].lexer @@ -46,7 +47,6 @@ class TestLanguage < Test::Unit::TestCase assert_equal Lexer['Ruby'], Language['Mirah'].lexer assert_equal Lexer['Ruby'], Language['Ruby'].lexer assert_equal Lexer['S'], Language['R'].lexer - assert_equal Lexer['Scheme'], Language['Emacs Lisp'].lexer assert_equal Lexer['Scheme'], Language['Nu'].lexer assert_equal Lexer['Racket'], Language['Racket'].lexer assert_equal Lexer['Scheme'], Language['Scheme'].lexer @@ -72,6 +72,7 @@ class TestLanguage < Test::Unit::TestCase assert_equal Language['C'], Language.find_by_alias('c') assert_equal Language['C++'], Language.find_by_alias('c++') assert_equal Language['C++'], Language.find_by_alias('cpp') + assert_equal Language['Chapel'], Language.find_by_alias('chpl') assert_equal Language['CoffeeScript'], Language.find_by_alias('coffee') assert_equal Language['CoffeeScript'], Language.find_by_alias('coffee-script') assert_equal Language['ColdFusion'], Language.find_by_alias('cfm') @@ -257,6 +258,7 @@ class TestLanguage < Test::Unit::TestCase assert_equal [Language['Shell']], Language.find_by_filename('.zshrc') assert_equal [Language['Clojure']], Language.find_by_filename('riemann.config') assert_equal [Language['HTML+Django']], Language.find_by_filename('index.jinja') + assert_equal [Language['Chapel']], Language.find_by_filename('examples/hello.chpl') end def test_find_by_shebang diff --git a/test/test_samples.rb b/test/test_samples.rb index e0130282..3ee5b64d 100644 --- a/test/test_samples.rb +++ b/test/test_samples.rb @@ -35,15 +35,33 @@ class TestSamples < Test::Unit::TestCase assert_equal data['tokens_total'], data['language_tokens'].inject(0) { |n, (_, c)| n += c } assert_equal data['tokens_total'], data['tokens'].inject(0) { |n, (_, ts)| n += ts.inject(0) { |m, (_, c)| m += c } } end - + + # Check that there aren't samples with extensions that aren't explicitly defined in languages.yml + def test_parity + extensions = Samples::DATA['extnames'] + languages_yml = File.expand_path("../../lib/linguist/languages.yml", __FILE__) + languages = YAML.load_file(languages_yml) + + languages.each do |name, options| + options['extensions'] ||= [] + + if extnames = extensions[name] + extnames.each do |extname| + next if extname == '.script!' + assert options['extensions'].include?(extname), "#{name} has a sample with extension (#{extname}) that isn't explicitly defined in languages.yml" + end + end + end + end + # If a language extension isn't globally unique then make sure there are samples def test_presence Linguist::Language.all.each do |language| language.all_extensions.each do |extension| language_matches = Language.find_by_filename("foo#{extension}") - + # If there is more than one language match for a given extension - # then check that there are examples for that language with the extension + # then check that there are examples for that language with the extension if language_matches.length > 1 language_matches.each do |language| assert File.directory?("samples/#{language.name}"), "#{language.name} is missing a samples directory"