From 6ee999617ea3ee97077a89d983250b3360736b29 Mon Sep 17 00:00:00 2001 From: Ted Nyman Date: Mon, 4 Nov 2013 19:05:56 -0800 Subject: [PATCH] Add syscalldefs.h sample --- lib/linguist/samples.json | 84830 ++++++++++++++++++------------------ samples/C/syscalldefs.h | 5 + 2 files changed, 41600 insertions(+), 43235 deletions(-) create mode 100644 samples/C/syscalldefs.h diff --git a/lib/linguist/samples.json b/lib/linguist/samples.json index 5e733a3a..1a568173 100644 --- a/lib/linguist/samples.json +++ b/lib/linguist/samples.json @@ -1,6 +1,395 @@ { - "languages_total": 473, + "extnames": { + "ABAP": [ + ".abap" + ], + "Apex": [ + ".cls" + ], + "AppleScript": [ + ".applescript" + ], + "Arduino": [ + ".ino" + ], + "AutoHotkey": [ + ".ahk" + ], + "Awk": [ + ".awk" + ], + "Bluespec": [ + ".bsv" + ], + "C": [ + ".c", + ".h" + ], + "C++": [ + ".cc", + ".cpp", + ".cu", + ".h", + ".hpp" + ], + "Ceylon": [ + ".ceylon" + ], + "COBOL": [ + ".cbl", + ".ccp", + ".cob", + ".cpy" + ], + "CoffeeScript": [ + ".coffee" + ], + "Common Lisp": [ + ".lisp" + ], + "Coq": [ + ".v" + ], + "CSS": [ + ".css" + ], + "Dart": [ + ".dart" + ], + "Diff": [ + ".patch" + ], + "Ecl": [ + ".ecl" + ], + "edn": [ + ".edn" + ], + "Elm": [ + ".elm" + ], + "Emacs Lisp": [ + ".el" + ], + "Erlang": [ + ".erl", + ".escript", + ".script!" + ], + "fish": [ + ".fish" + ], + "Forth": [ + ".forth", + ".fth" + ], + "GAS": [ + ".s" + ], + "GLSL": [ + ".fp", + ".glsl" + ], + "Gosu": [ + ".gs", + ".gsp", + ".gst", + ".gsx", + ".vark" + ], + "Groovy": [ + ".gradle", + ".script!" + ], + "Groovy Server Pages": [ + ".gsp" + ], + "Haml": [ + ".haml" + ], + "Handlebars": [ + ".handlebars", + ".hbs" + ], + "Ioke": [ + ".ik" + ], + "Java": [ + ".java" + ], + "JavaScript": [ + ".js", + ".script!" + ], + "JSON": [ + ".json", + ".maxhelp", + ".maxpat" + ], + "Julia": [ + ".jl" + ], + "Kotlin": [ + ".kt" + ], + "Lasso": [ + ".las", + ".lasso", + ".lasso9", + ".ldml" + ], + "Less": [ + ".less" + ], + "LFE": [ + ".lfe" + ], + "Literate CoffeeScript": [ + ".litcoffee" + ], + "LiveScript": [ + ".ls" + ], + "Logos": [ + ".xm" + ], + "Logtalk": [ + ".lgt" + ], + "Lua": [ + ".pd_lua" + ], + "M": [ + ".m" + ], + "Makefile": [ + ".script!" + ], + "Markdown": [ + ".md" + ], + "Matlab": [ + ".m" + ], + "Max": [ + ".mxt" + ], + "Monkey": [ + ".monkey" + ], + "MoonScript": [ + ".moon" + ], + "Nemerle": [ + ".n" + ], + "Nimrod": [ + ".nim" + ], + "NSIS": [ + ".nsh", + ".nsi" + ], + "Nu": [ + ".nu", + ".script!" + ], + "Objective-C": [ + ".h", + ".m" + ], + "OCaml": [ + ".eliom", + ".ml" + ], + "Omgrofl": [ + ".omgrofl" + ], + "Opa": [ + ".opa" + ], + "OpenCL": [ + ".cl" + ], + "OpenEdge ABL": [ + ".cls", + ".p" + ], + "Parrot Assembly": [ + ".pasm" + ], + "Parrot Internal Representation": [ + ".pir" + ], + "Pascal": [ + ".dpr" + ], + "Perl": [ + ".fcgi", + ".pl", + ".pm", + ".script!", + ".t" + ], + "PHP": [ + ".module", + ".php", + ".script!" + ], + "PogoScript": [ + ".pogo" + ], + "PowerShell": [ + ".ps1", + ".psm1" + ], + "Processing": [ + ".pde" + ], + "Prolog": [ + ".pl" + ], + "Python": [ + ".py", + ".script!" + ], + "R": [ + ".R", + ".script!" + ], + "Racket": [ + ".scrbl", + ".script!" + ], + "Ragel in Ruby Host": [ + ".rl" + ], + "Rebol": [ + ".r" + ], + "Ruby": [ + ".pluginspec", + ".rabl", + ".rake", + ".rb", + ".script!" + ], + "Rust": [ + ".rs" + ], + "Sass": [ + ".sass", + ".scss" + ], + "Scala": [ + ".sbt", + ".script!" + ], + "Scheme": [ + ".sps" + ], + "Scilab": [ + ".sce", + ".sci", + ".tst" + ], + "SCSS": [ + ".scss" + ], + "Shell": [ + ".bash", + ".script!", + ".sh", + ".zsh" + ], + "Slash": [ + ".sl" + ], + "Squirrel": [ + ".nut" + ], + "Standard ML": [ + ".sig", + ".sml" + ], + "SuperCollider": [ + ".sc", + ".scd" + ], + "Tea": [ + ".tea" + ], + "TeX": [ + ".cls" + ], + "Turing": [ + ".t" + ], + "TXL": [ + ".txl" + ], + "TypeScript": [ + ".ts" + ], + "Verilog": [ + ".v" + ], + "VHDL": [ + ".vhd" + ], + "Visual Basic": [ + ".cls" + ], + "Volt": [ + ".volt" + ], + "wisp": [ + ".wisp" + ], + "XC": [ + ".xc" + ], + "XML": [ + ".ant", + ".ivy", + ".xml" + ], + "XProc": [ + ".xpl" + ], + "XQuery": [ + ".xqm" + ], + "XSLT": [ + ".xslt" + ], + "Xtend": [ + ".xtend" + ] + }, "filenames": { + "ApacheConf": [ + ".htaccess", + "apache2.conf", + "httpd.conf" + ], + "INI": [ + ".editorconfig", + ".gitconfig" + ], + "Makefile": [ + "Makefile" + ], + "Nginx": [ + "nginx.conf" + ], + "Perl": [ + "ack" + ], + "Ruby": [ + "Capfile", + "Rakefile" + ], "Shell": [ ".bash_logout", ".bash_profile", @@ -27,43343 +416,41314 @@ "zshenv", "zshrc" ], - "YAML": [ - ".gemrc" - ], - "ApacheConf": [ - ".htaccess", - "apache2.conf", - "httpd.conf" - ], "VimL": [ ".gvimrc", ".vimrc" ], - "Perl": [ - "ack" - ], - "Makefile": [ - "Makefile" - ], - "INI": [ - ".editorconfig", - ".gitconfig" - ], - "Ruby": [ - "Capfile", - "Rakefile" - ], - "Nginx": [ - "nginx.conf" + "YAML": [ + ".gemrc" ] }, - "languages": { - "JavaScript": 20, - "XC": 1, - "Matlab": 37, - "XQuery": 1, - "C": 24, - "old-FORTRAN": 11, - "edn": 1, - "LFE": 4, - "AsciiDoc": 3, - "TXL": 1, - "Xtend": 2, - "XML": 3, - "Sass": 2, - "Groovy Server Pages": 4, - "CSS": 2, - "Logtalk": 1, - "Org": 1, - "Racket": 3, - "Prolog": 6, - "Arduino": 1, - "Nemerle": 1, - "PogoScript": 1, - "Julia": 1, - "Omgrofl": 1, - "Logos": 1, - "MoonScript": 1, - "Parrot Assembly": 1, - "JSON": 5, - "Ioke": 1, - "Ruby": 16, - "GAS": 1, - "XProc": 1, - "ApacheConf": 3, - "Less": 1, - "Rust": 1, - "Parrot Internal Representation": 1, - "M": 28, - "Lua": 3, - "VHDL": 1, - "Creole": 1, - "Tea": 1, - "LiveScript": 1, - "Verilog": 13, - "VimL": 2, - "AppleScript": 7, - "XSLT": 1, - "Forth": 7, - "Nu": 2, - "Java": 6, - "Monkey": 1, - "TeX": 1, - "Emacs Lisp": 2, - "Scheme": 1, - "TypeScript": 3, - "Groovy": 2, - "SuperCollider": 2, - "Scala": 3, - "Kotlin": 1, - "Ceylon": 1, - "Markdown": 1, - "Scilab": 3, - "Volt": 1, - "PHP": 9, - "Ragel in Ruby Host": 3, - "wisp": 1, - "AutoHotkey": 1, - "Rebol": 1, - "Nimrod": 1, - "Elm": 3, - "Nginx": 1, - "Haml": 1, - "Perl": 14, - "Coq": 12, - "PowerShell": 2, - "Opa": 2, - "Max": 1, - "FORTRAN": 1, - "MediaWiki": 1, - "Diff": 1, - "GLSL": 3, - "Erlang": 5, - "Literate CoffeeScript": 1, - "Makefile": 2, - "Gosu": 5, - "Processing": 1, - "Dart": 1, - "Ecl": 1, - "ABAP": 1, - "COBOL": 4, - "Turing": 1, - "RDoc": 1, - "Standard ML": 2, - "Objective-C": 19, - "Python": 7, - "Common Lisp": 1, - "YAML": 1, - "Pascal": 1, - "INI": 2, - "OpenCL": 2, - "CoffeeScript": 9, - "Squirrel": 1, - "OpenEdge ABL": 5, - "Visual Basic": 1, - "Awk": 1, - "C++": 20, - "Slash": 1, - "fish": 3, - "Shell": 37, - "OCaml": 2, - "SCSS": 1, - "Lasso": 4, - "R": 2, - "Apex": 6, - "NSIS": 2, - "Handlebars": 2 - }, + "tokens_total": 415223, + "languages_total": 457, "tokens": { - "JavaScript": { - "ct=": 5, - "serialize": 1, - "handler=": 1, - "ck.contentDocument": 1, - "chunk.": 1, - "EX_EOF": 3, - "714953": 5, - "ut.translate": 3, - "rr": 21, - "a.parentNode": 6, - "a.isResolved": 1, - "req.end": 1, - "socket.destroySoon": 2, - "BackgroundColor": 1, - "200": 2, - "steelseries.LcdColor.STANDARD": 9, - "cancelled": 5, - "lt.getContext": 1, - "ii.width": 2, - "stack.shift": 1, - "relatedNode": 4, - "Set": 4, - "RE_OCT_NUMBER": 1, - "fn.call": 2, - "omPrefixes.toLowerCase": 1, - "Unexpected": 3, - "elem.setAttribute": 2, - "d/": 3, - "f*.471962": 2, - "41": 3, - "unit": 1, - "default": 21, - "u200f": 1, - "h.splice.apply": 1, - "around": 1, - "digits": 3, - "each": 17, - "a.medium.getHexColor": 2, - "steelseries.BackgroundColor.TURNED": 2, - "this.update": 2, - "s*.093457": 5, - "*f": 2, - "c.isXMLDoc": 1, - "C": 4, - "self.agent": 3, - "parserOnMessageComplete": 2, - "w.labelColor.setAlpha": 1, - "i.size": 6, - "s.createTextNode": 2, - "n.shadowOffsetY": 4, - "i.getGreen": 1, - "offsetSupport.subtractsBorderForOverflowNotVisible": 1, - "option.parentNode": 2, - "tds": 6, - "boolean": 8, - "m.elem.disabled": 1, - "self.chunkedEncoding": 1, - "": 2, - "": 1, - "node": 23, - "parser.incoming.httpVersionMajor": 1, - "i*.012135": 1, - "n.fillStyle": 36, - "a.parentWindow": 2, - ".style.display": 5, - "input.value": 5, - ".replace": 38, - "f.trim": 2, - "gr.getContext": 1, - "e.documentElement": 4, - "recursively": 1, - "f.expr.filters.visible": 1, - "d.toggleClass": 1, - ".1": 18, - "itself": 4, - "i.handle": 2, - "s.fillText": 2, - ".8725*t": 3, - "options=": 1, - "a.currentStyle.left": 1, - "frag.cloneNode": 1, - "docElement": 1, - "backgroundColor": 2, - "offsetParent": 1, - "i.childNodes.length": 1, - "c.support": 2, - "eliminate": 2, - ".clone": 1, - "viewOptions.length": 1, - "Index": 1, - "teardown": 6, - "document.createElement": 26, - "bool.wav": 1, - "*10": 2, - "f.getRgbaColor": 8, - "i.lcdDecimals": 8, - "c.replace": 4, - "rmsie.exec": 1, - "SHEBANG#!node": 2, - "ft": 70, - "k.appendChild": 1, - "parse_eolChar": 6, - "backslash": 2, - "opera": 4, - "w.": 17, - "specialEasing": 2, - "j.boxModel": 1, - "static": 2, - "unary": 2, - "angle": 1, - "s*.130841": 1, - "f.offset.doesNotIncludeMarginInBodyOffset": 1, - "no": 19, - "user": 1, - "location.hash": 1, - "this.getUTCFullYear": 1, - "parser.onBody": 1, - "f*.009": 1, - "pointer": 28, - "xA0": 7, - "onload": 2, - "jshint": 1, - "req.headers": 2, - "identifier": 1, - "w*.093457": 2, - ".0189*t": 4, - "This": 3, - "failDeferred.resolveWith": 1, - "linear": 1, - "currentTarget": 4, - "jQuery.camelCase": 6, - "jQuery.fn.init.prototype": 2, - "b.handle": 2, - ".hasOwnProperty": 2, - "testing": 1, - "parse___": 2, - "_.isFunction": 1, - "f.context": 1, - "cu": 18, - "p": 110, - "item": 4, - "is_digit": 3, - "setPointerTypeAverage=": 1, - "f*.556074": 9, - "kt=": 4, - "this.setSection": 4, - "a.constructor": 2, - "bi": 27, - "this.triggerHandler": 6, - "this.setTimeout": 3, - "field.slice": 1, - "lineCap=": 5, - "<0?0:n>": 1, - "fresh": 1, - "inner.style.position": 2, - "i.join": 2, - "j.fragment": 2, - "RFC": 16, - "setCssAll": 2, - "defun": 1, - "": 1, - ".892523*ut": 1, - "e/2": 2, - "Backbone.View.extend": 1, - "cp.concat.apply": 1, - "replaceWith": 1, - "r.live": 1, - "options.host": 4, - "info.versionMajor": 2, - "200934": 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, - "cr*.38": 1, - "cacheable": 2, - "e.href": 1, - "a.parentNode.nodeType": 2, - "contentType": 4, - "isFunction": 12, - "frag.createElement": 2, - "Boolean.prototype.toJSON": 1, - "changeData": 3, - "self._paused": 1, - "inputElem.offsetHeight": 1, - "Animal": 12, - "readyList.resolveWith": 1, - "this.live": 1, - "property.": 1, - "e*.0375": 1, - "fired": 12, - "old=": 1, - "this._last": 3, - "ch.charCodeAt": 1, - "f.event.special.change.filters": 1, - "e.browser.safari": 1, - "status": 3, - "HTML5": 3, - "this._storeHeader": 2, - "21028": 1, - "html": 10, - "Error": 16, - ".bind": 3, - "existence": 1, - "self.disable": 1, - "part.rawText": 1, - "270": 1, - "h.call": 2, - "d.firstChild.nodeType": 1, - "functions": 6, - "f.isNaN": 3, - "f.boxModel": 1, - "outer.style.overflow": 1, - "a.runtimeStyle.left": 2, - "trend": 2, - "t.playing": 1, - "d.src": 1, - "bI.exec": 1, - "end": 14, - "sock": 1, - "36": 2, - "l.done": 1, - "this.data": 5, - "debugger": 2, - "u.pointerColorAverage": 2, - "f*.15": 2, - "f.support.hrefNormalized": 1, - "this._hasPushState": 6, - "noop": 3, - "elem.attributes": 1, - "T": 4, - "u.rotate": 4, - "h*u": 1, - "__hasProp.call": 2, - "soFar": 1, - "provided": 1, - "data.": 1, - "e.call": 1, - "bM": 2, - "options.shivMethods": 1, - "s*": 15, - "Modernizr.addTest": 2, - "e.strokeStyle": 1, - "k.labelColor.getRgbaColor": 5, - "y.canvas.width": 3, - "No": 1, - "selector.nodeType": 2, - "socket.destroy": 10, - "s*.523364": 2, - "s/r": 1, - "h.scrollTop": 2, - "p.setup": 1, - "a.oRequestAnimationFrame": 1, - "o*.2": 1, - "steelseries.FrameDesign.METAL": 7, - "json": 2, - "key.replace": 2, - "leading": 1, - "getValueLatest=": 1, - "this._onModelEvent": 1, - "i.origType.replace": 1, - "assert": 8, - "Modernizr._domPrefixes": 1, - "OPERATOR_CHARS": 1, - "ut.addColorStop": 2, - "ot/": 1, - "i.useValueGradient": 4, - "Snake.prototype.move": 2, - "actual": 1, - "b.innerHTML": 3, - "docElement.style": 1, - "kt.width": 1, - "their": 3, - "applet": 2, - "The": 9, - "this._headerNames": 5, - "uXXXX": 1, - "Expecting": 1, - "r.toFixed": 8, - "hi.pause": 1, - "clientX": 6, - "background": 56, - "Try": 4, - "this.doesNotIncludeMarginInBodyOffset": 1, - "j.indexOf": 1, - "self.httpAllowHalfOpen": 1, - "link": 2, - "base": 2, - "historyStarted": 3, - "document": 26, - "support.reliableHiddenOffsets": 1, - "Ready": 2, - "u.canvas.width": 7, - "setRequestHeader": 6, - "f.cssNumber": 1, - "a.style.display": 3, - "mozilla": 4, - "pointerColor": 4, - "8": 2, - "e*.116822": 3, - "k.elem": 2, - "ajaxSetup": 1, - "c=": 24, - "this.write": 1, - "c.specified": 1, - ".slice": 6, - "flags.length": 1, - "Are": 2, - "chunk": 14, - "prop.charAt": 1, - "u*r*": 1, - "s*.075": 1, - "this.css": 1, - "Math": 51, - "Transport": 1, - "Array.prototype.slice.call": 1, - "is_identifier_start": 2, - "overwrite": 4, - "subject": 1, - "append": 1, - "a.length": 23, - "uuid": 2, - "style": 30, - "100": 4, - ".33*f": 2, - "bz": 7, - "j.reliableHiddenOffsets": 1, - "up": 4, - ".exec": 2, - "t.repaint": 4, - "k*.803738": 2, - "/2": 25, - "getImageData": 1, - "an": 12, - "n.leftMatch": 1, - "IE8": 2, - "giving": 1, - "actually": 2, - "b.nodeName.toLowerCase": 1, - "properties": 7, - "propFix": 1, - "support.noCloneEvent": 1, - "DTRACE_HTTP_SERVER_RESPONSE": 1, - "e*.485981": 3, - "global": 5, - "ot.width": 1, - "this.state": 3, - "a.scriptCharset": 2, - "a.className": 1, - "et.restore": 1, - "n*kt": 1, - "wi.width": 1, - "s.createElement": 10, - "f.support.noCloneChecked": 1, - "parser.incoming.httpVersionMinor": 1, - "WHITE": 1, - "794392": 1, - "this.setArea": 1, - "gu": 9, - "concerning": 2, - "class2type": 3, - "route": 18, - "this.": 2, - "S.peek": 1, - "y.save": 1, - "fi": 26, - "a.runtimeStyle": 2, - "isWindow": 2, - "a.removeAttributeNode": 1, - "strings": 8, - "nt.save": 1, - "t.stroke": 2, - "responseFields": 1, - "object.url": 4, - "": 3, - "_change_data": 6, - "i*.12864": 2, - "Values": 1, - "shadowColor=": 1, - "handy": 2, - "Backbone.emulateHTTP": 1, - "self.removeSocket": 2, - "self._emitEnd": 1, - "s*.12": 1, - "this.setOdoValue": 1, - "cj": 4, - "between": 1, - "e": 663, - "P.test": 1, - "col": 7, - "buttons": 1, - "removeAttribute": 3, - "outer.nextSibling.firstChild.firstChild": 1, - "exports.parse": 1, - "c.cache": 2, - "purpose": 1, - "e.isFunction": 5, - "upon.": 1, - "docCreateElement": 5, - "html5.elements": 1, - "is_letter": 3, - "154205": 1, - "i.playAlarm": 10, - "working": 1, - "056074": 1, - "r.toPrecision": 4, - "cu.setValue": 1, - "this.setTrendVisible": 2, - "has": 9, - "name.toLowerCase": 6, - "display": 7, - "f.shift": 1, - "self.setHeader": 1, - "": 3, - "l.left": 1, - "nth": 5, - "f.noop": 4, - "Ta.exec": 1, - "response": 3, - "div.parentNode.removeChild": 1, - "jQuery.Deferred": 1, - "a.fragment": 1, - "thead": 2, - "camel": 2, - "cache.setInterval": 1, - "marginTop": 3, - "jQuery.fn.trigger": 2, - "et.rotate": 1, - "he": 1, - "f.offset.subtractsBorderForOverflowNotVisible": 1, - "bg._default": 2, - "RegExp.": 1, - "h*.415": 1, - "g.scrollTop": 1, - "well": 2, - "ticket": 4, - "document.addEventListener": 6, - "using": 5, - "begin.data.charCodeAt": 1, - ".08*f": 1, - "u.clearRect": 5, - "An": 1, - "f.clean": 1, - "act": 1, - "ID": 8, - "bg.td": 1, - "page": 1, - "document.styleSheets.length": 1, - "350466": 1, - "drawImage": 12, - "e/r*": 1, - "DOMready/load": 2, - "a.relatedTarget": 2, - "timeStamp": 1, - "a.global": 1, - "this.agent": 2, - "i.html": 1, - "n.measureText": 2, - "di.height": 1, - "A.attachEvent": 1, - "jQuery.isNumeric": 1, - "Map": 4, - "else": 307, - "_results.push": 2, - "array": 7, - "this.socket.write": 1, - "Object.prototype.hasOwnProperty.call": 1, - "u.frameDesign": 4, - "u.canvas.height*.105": 2, - "n.strokeStyle": 27, - "ei.textColor": 2, - "c.bindReady": 1, - "I": 7, - "least": 4, - "sentTransferEncodingHeader": 3, - "h.responseXML": 1, - "b.jsonpCallback": 4, - "div.lastChild": 1, - "asynchronously": 2, - "toggleClass": 2, - "layout": 2, - "bB": 5, - "b.defaultValue": 1, - "socket.setTimeout": 1, - "f*.443925": 9, - "e*.149532": 8, - ".053": 1, - "bi/": 2, - "": 2, - "c.support.changeBubbles": 1, - "a.ownerDocument.defaultView": 1, - "f.Deferred": 2, - "at/yt*t": 1, - "customEvent": 1, - ".0465*t": 2, - "t.addColorStop": 6, - "tt": 53, - "boundary": 1, - "unit=": 1, - "this.unbind": 2, - "classes.slice": 1, - "": 2, - "yt.getEnd": 2, - "vi.height": 1, - "i.ledColor": 10, - "I.focus": 1, - "elem.removeAttribute": 6, - "this.valueOf": 2, - "float": 3, - "": 1, - "blur": 8, - "selected": 5, - "mStyle.opacity": 1, - ".7": 1, - "Promise": 1, - "closest": 3, - "DELETE": 1, - "issue.": 1, - "self.host": 1, - "comments_before": 1, - "autoScroll": 2, - "d.nextSibling.firstChild.firstChild": 1, - "s.documentElement": 2, - "r.attr": 1, - "add": 15, - "valHooks": 1, - "a.defaultChecked": 1, - "g=": 15, - "warn": 3, - "fi=": 1, - "closePath": 8, - "f1": 1, - "b.css": 1, - "req.res.readable": 1, - "Agent.prototype.defaultPort": 1, - "r.repaint": 1, - "this.setFrameDesign": 7, - ".scrollLeft": 1, - "scoped": 1, - "bK.test": 1, - "nodes": 14, - "this._headers": 13, - "e6e6e6": 1, - "i*.152857": 1, - "isDefaultPrevented": 1, - "getComputedStyle": 3, - "ti.length": 1, - "f.support.htmlSerialize": 1, - "b.toFixed": 1, - "h.send": 1, - "typeof": 132, - "a.jQuery": 2, - "serverSocketCloseListener": 3, - "yi.setAttribute": 2, - "nu": 11, - "deferred": 25, - "-": 705, - "entry": 1, - "differently": 1, - "db": 1, - "str1": 6, - "parent.prototype": 6, - "this.get": 1, - "h.length": 3, - "h.substr": 1, - "this.elements": 2, - ".StringDecoder": 1, - "cloned": 1, - "func": 3, - "v": 135, - "arguments.length": 18, - "IncomingMessage": 4, - "03": 1, - ".67*u": 1, - "steelseries.GaugeType.TYPE5": 1, - "ue": 1, - "prune": 1, - "/Until": 1, - "i.exec": 1, - "approach": 1, - "bo": 2, - "options.socketPath": 1, - "_super": 4, - ".044*t": 1, - "Useragent": 2, - "b.type": 4, - "b.removeAttribute": 3, - ".ready": 2, - "res.upgrade": 1, - "//avoid": 1, - "s.font": 2, - "u.restore": 6, - "deletion": 1, - "res.writeContinue": 1, - "s*.4": 1, - "l.innerHTML": 1, - "setting": 2, - "e.elem": 2, - "marginDiv": 5, - "HANDLE": 2, - "f.lastModified": 1, - "parser.incoming.upgrade": 4, - "createHangUpError": 3, - "result4": 12, - "dt.onMotionChanged": 2, - "h.toLowerCase": 2, - "rinlinejQuery": 1, - "h.handler.guid": 2, - "orphans": 1, - "Deferred": 5, - "been": 5, - "prependTo": 1, - "u*.004": 1, - "kt.restore": 1, - "oe": 2, - "exec.call": 1, - "l.match.ID.test": 2, - "exports.KEYWORDS": 1, - ".7825*t": 5, - "Snake": 12, - "than": 3, - "ua.toLowerCase": 1, - "": 1, - "G=": 1, - "fragment.appendChild": 2, - "process.binding": 1, - "alert": 11, - "a.nodeName.toLowerCase": 3, - "client": 3, - "parse": 1, - "sometimes": 1, - "select.disabled": 1, - "wa": 1, - "e.firstChild": 1, - ".toString": 3, - "": 2, - "repaint": 23, - "i.fractionalScaleDecimals": 4, - "b.guid": 2, - "this.route": 1, - "Z": 6, - "parser.incoming": 9, - "vi.getEnd": 1, - "ci/2": 1, - "fn.apply": 1, - "f.support.getSetAttribute": 2, - "a.style.marginRight": 1, - "bS": 1, - "f.text": 2, - "ClientRequest.prototype.abort": 1, - "nlb": 1, - "e*.546728": 5, - "clearRect": 8, - "firingLength": 4, - "div.innerHTML": 7, - ".matches": 1, - "u1680": 1, - "u.pointerColor": 4, - "u.shadowOffsetX": 2, - "ba.test": 1, - "<\\/\\1>": 4, - "p.add.call": 1, - "this.writable": 1, - "KEYWORDS_BEFORE_EXPRESSION": 2, - "ni=": 1, - "this.color": 1, - "window.history": 2, - "onbeforeunload=": 3, - "dblclick": 3, - "a.removeAttribute": 3, - "inputElem.value": 2, - "i.pageYOffset": 1, - "if": 1230, - "following": 1, - "onunload": 1, - "a.contains": 2, - "E.call": 1, - ".addClass": 1, - "pair": 1, - ".get": 3, - "nextAll": 1, - "options.port": 4, - "self.options": 2, - "d.width": 4, - "i*.142857": 1, - "he.drawImage": 1, - "boxModel": 1, - ".lastChild.checked": 2, - "With": 1, - "qa": 1, - ".Event": 1, - "req.res.emit": 1, - "urlError": 2, - "this.className": 10, - "UserAgent": 2, - "j.deleteExpando": 1, - "s.removeListener": 3, - "c.attr": 4, - "OutgoingMessage.prototype._flush": 1, - "/src/i.test": 1, - ".66*e": 1, - "n=": 10, - ".preventDefault": 1, - "hook": 1, - "d*": 8, - "f*.37": 3, - "exposing": 2, - "across": 1, - "h.rejectWith": 1, - "rootjQuery": 8, - "c.fn.attr.call": 1, - "ownerDocument.documentElement": 1, - "node.currentStyle": 2, - "this.found": 1, - "matched": 2, - "Class": 2, - "image": 5, - "socket.on": 2, - "this.setMinValue": 4, - "n.foreground": 22, - "test": 21, - "String.prototype.toJSON": 1, - ".emit": 1, - "store": 3, - "shadowOffsetX=": 1, - "n.charAt": 1, - "later": 1, - "Bug": 1, - "promisy": 1, - "exports.OutgoingMessage": 1, - "result1.push": 3, - "comment1": 1, - "a.getElementsByTagName": 9, - "f.removeAttr": 3, - "u00A0": 2, - "firing": 16, - "this.once": 2, - "n.drawImage": 14, - "TODO": 2, - "rdashAlpha": 1, - "rsingleTag": 2, - "bool.webm": 1, - "t*.13": 3, - "ti": 39, - "h.clientLeft": 1, - "e.reverse": 1, - "webforms": 2, - "hi.getContext": 6, - "func.call": 1, - "at": 58, - "Wa": 2, - "c.isEmptyObject": 1, - "this.remove": 1, - "ClientRequest.prototype._implicitHeader": 1, - "g.width": 4, - "k.offsetWidth": 1, - "ck.createElement": 1, - "u2028": 3, - "j.cacheable": 1, - "node.offsetTop": 1, - "lastToggle": 4, - "d.mimeType": 1, - "this.complete": 2, - "rawText": 5, - "valid": 4, - "allow": 6, - "f.support.radioValue": 1, - "g.promise": 1, - "attr": 13, - "outgoing": 2, - "frag.appendChild": 1, - "TypeError": 2, - "exports.tokenizer": 1, - "ut=": 6, - "slow": 1, - "d.attr": 1, - "Save": 2, - "All": 1, - "cache": 45, - "i*.053": 1, - "If": 21, - "d.parseFromString": 1, - "dt=": 2, - "wi.height": 1, - "a.splice": 1, - "/opacity": 1, - "hot": 3, - "element.removeAttribute": 2, - "punc": 27, - "u.fillStyle": 2, - "e.handleObj.data": 1, - ".nodeValue": 1, - "a.prototype": 1, - "Qa": 1, - "e.fn": 2, - "self.onSocket": 3, - "u.lcdTitleStrings": 2, - "hi.play": 1, - "this.name": 7, - ".childNodes": 2, - "s.removeEventListener": 1, - "wr": 18, - "Feb": 1, - "xhr.setRequestHeader": 1, - "more": 6, - "open": 2, - "whitespace": 7, - "widget": 1, - "c.wrapAll": 1, - "OutgoingMessage.prototype._send": 1, - "vf": 5, - "b.style": 1, - "dealing": 2, - ".append": 6, - "cp": 1, - "k": 302, - "shived": 5, - "errorPosition.line": 1, - "loc.host": 2, - "wrapError": 1, - "__sizzle__": 1, - "sizcache=": 4, - "get/set": 2, - "f.fx.speeds": 1, - "bd": 1, - "len": 11, - "yi.drawImage": 2, - "ft/2": 2, - "jQuery.isReady": 6, - "checkbox": 14, - "api": 1, - "socket.end": 2, - "allowHalfOpen": 1, - "this.client": 1, - "90": 3, - "_id": 1, - "isRejected": 2, - "c.charAt": 1, - "a.mozRequestAnimationFrame": 1, - "inputElem.setAttribute": 1, - "this.now": 3, - "noCloneEvent": 3, - "h.split": 2, - "l.split": 1, - "Callbacks": 1, - "g.disabled": 1, - "deep": 12, - "e.uaMatch": 1, - ".sort": 9, - "paddingMarginBorderVisibility": 3, - "d.timeout": 1, - "res._emitEnd": 1, - "": 1, - "Opera": 2, - "this.clone": 1, - "handler": 14, - "TEXT.replace": 1, - "it.labelColor.getRgbaColor": 4, - "n.canvas.width": 3, - "pf": 4, - "f.fx.stop": 1, - "1e8": 1, - "bW.href": 2, - "d.statusCode": 1, - "c.prototype": 1, - "fallback": 4, - "Number.prototype.toJSON": 1, - "ii.getContext": 5, - "i*kt": 1, - "correctly": 1, - "c.trim": 3, - "481308": 4, - "31": 26, - "sans": 12, - "pi.width": 1, - "steelseries.TrendState.DOWN": 2, - "li.getContext": 6, - "*r": 4, - ".8125*t": 2, - "u2060": 1, - "O": 6, - "feature": 12, - "bH": 2, - "are": 18, - ".type.toLowerCase": 1, - "message": 5, - "ht/": 2, - "a.setAttribute": 7, - "wrap": 2, - "dateExpression": 1, - "this.message": 3, - "289719": 1, - "gt.height/2": 2, - "at.drawImage": 1, - "decimals": 1, - "Backbone.Router": 1, - "br=": 1, - "v.canvas.width": 4, - "ut.save": 1, - ".display": 1, - "skip_whitespace": 1, - "mouseenter": 9, - "this._headers.length": 1, - "docElement.className.replace": 1, - "expected.length": 4, - "_default": 5, - "e.val": 1, - "iterate": 1, - "u/22": 2, - "d.prevObject": 1, - "e.nodeName.toLowerCase": 1, - "div.firstChild.nodeType": 1, - "delegate": 1, - "error": 20, - "socketOnEnd": 1, - "setHost": 2, - "stream.Stream.call": 2, - "037383": 1, - "lt=": 4, - "ut.drawImage": 2, - "parent.firstChild": 1, - "f/2": 13, - "charCode": 7, - "supports": 2, - "parse_multiLineComment": 2, - "f*.3": 4, - "this.bind": 2, - "n.canvas.height/2": 4, - "argument": 2, - ".offsetHeight": 4, - "<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\\w:]+)[^>": 1, - "j.checkClone": 1, - "i*.571428": 2, - "this.setGradient": 2, - "et": 45, - "innerHTML": 1, - "parse_class": 1, - "095": 1, - "f*.12864": 2, - "3": 13, - "OutgoingMessage.prototype.setHeader": 1, - ".fillText": 1, - "k*.831775": 1, - "colspan": 2, - "ServerResponse.prototype.statusCode": 1, - "implemented": 1, - "URLs": 1, - "view": 4, - "function": 1210, - "submitBubbles": 3, - "element": 19, - "exports.OPERATORS": 1, - "hack": 2, - "|": 206, - "this.toArray": 3, - "_hasOwnProperty": 2, - "u.addColorStop": 14, - "ki.setAttribute": 2, - "ONLY.": 2, - "l.order.splice": 1, - "operations": 1, - "bu": 11, - "&&": 1017, - "foregroundVisible": 4, - "u*.856796": 1, - "ri.width": 3, - "f*.075": 1, - "ai": 21, - "/red/.test": 1, - "f.cssHooks.opacity": 1, - "inputElemType": 5, - "h3": 3, - "host": 29, - "case": 136, - "a.location": 1, - "steelseries.BackgroundColor.STAINLESS": 2, - ".*version": 4, - "a.dataType": 1, - "jQuery.browser": 4, - "CSS1Compat": 1, - "n.fillText": 54, - "f*.028037": 6, - "_fired": 5, - "b.jsonp": 3, - "Math.PI": 13, - "reject": 4, - "self.readable": 1, - "i*.851941": 1, - ".0415*t": 2, - "e*.060747": 2, - "f/ht": 1, - "a.lastChild.className": 1, - "k.find": 6, - "c.xhr": 1, - "": 5, - "a.eval.call": 1, - "substr": 2, - "n.rect": 4, - "i.scrollTop": 1, - "a.elem.style": 3, - "d.toLowerCase": 1, - "ba.apply": 1, - "sizset=": 2, - "h.parentNode": 3, - "headers.length": 2, - "options.shivCSS": 1, - "pred": 2, - "f._Deferred": 2, - "href": 9, - "elem.nodeName": 2, - "cancelable": 4, - "c.fn.init": 1, - "GC": 2, - "inside": 3, - "that": 33, - ".ajax": 1, - "lastModified": 3, - "skipBody": 3, - "cleanupExpected": 2, - "s*.29": 1, - "25": 9, - "Strange": 1, - "b.name": 2, - "map": 7, - "rvalidbraces": 2, - "shadowBlur=": 1, - "Make": 17, - "ce": 6, - "j.substr": 1, - "defined": 3, - "y.resolveWith": 1, - "response.": 1, - "f*.05": 2, - "rt.getContext": 2, - "i.ledVisible": 10, - "h.get": 1, - "bY": 1, - "setup": 5, - "isEvents": 1, - "console.log": 3, - "this.cid": 3, - "classes.join": 1, - "dt.stop": 2, - "r*": 2, - ".unbind": 4, - "radio": 17, - "model.previous": 1, - "Modernizr.hasEvent": 1, - "hi.width": 3, - "u.textAlign": 2, - "this.handlers": 2, - "c.apply": 2, - "f.event.remove": 5, - "attr.length": 2, - "Browsers": 1, - "f.noData": 2, - "date": 1, - "part.data": 1, - "u.test": 1, - "_hasOwnProperty.call": 2, - "ii.push": 1, - "parent": 15, - "a.charAt": 2, - "this.connection.writable": 3, - ".34*f": 2, - "t.height*.9": 6, - ".6*s": 1, - "n.documentElement": 1, - "h.checked": 2, - "p.innerHTML": 1, - "ot.height": 1, - "digitalFont": 4, - "i.medium.getHexColor": 1, - "this.start": 2, - "window.frameElement": 2, - "freeParser": 9, - ".46": 3, - "unwrap": 1, - "a.test": 2, - "loc.hash.replace": 1, - "#x": 1, - ".EventEmitter": 1, - "i.useSectionColors": 4, - "deferred.cancel": 2, - "ending": 2, - "this.getOdoValue": 1, - "e.duration": 3, - "c.replaceWith": 1, - "pvt": 8, - "e.push": 3, - "c.length": 8, - "hasOwn": 2, - "D": 9, - "dataTypes=": 1, - "u0604": 1, - "leadingWhitespace": 3, - "shivDocument": 3, - "k.symbolColor.getRgbaColor": 1, - "b=": 25, - "ondrain": 3, - "hi.setAttribute": 2, - "ii.length": 2, - "this.delegateEvents": 1, - "lt": 55, - "bindReady": 5, - "ai.width": 1, - "this.setUnitString": 4, - "nu.drawImage": 3, - "hasContent=": 1, - "methods": 8, - "file": 5, - "occurred.": 2, - "jQuery.type": 4, - "k.replace": 2, - "_.isString": 1, - "color": 4, - "node.id": 1, - "836448": 5, - "textBaseline=": 4, - "div.setAttribute": 1, - "to": 92, - "bytesParsed": 4, - "365": 2, - "cells": 3, - "selector": 40, - "bc.test": 2, - "conditional": 1, - "expando": 14, - "information": 5, - "parsers.alloc": 1, - "parser.incoming._pendings.length": 2, - "l/Math.PI*180": 4, - "jQuery.data": 15, - "async": 5, - "x.version": 1, - "m.assignSocket": 1, - "self.on": 1, - "parser._url": 4, - "Inspect": 1, - "n.attr": 1, - "this.method": 2, - "socket": 26, - "out": 1, - "s.canvas.width": 4, - "u.exec": 1, - "protoProps.hasOwnProperty": 1, - "va.concat.apply": 1, - "f.inArray": 4, - "prevValue": 3, - "container.style.cssText": 1, - "navigator.userAgent": 3, - "oldIE": 3, - "testnames": 3, - "fu": 13, - "a.firstChild.nodeType": 2, - "f.expr": 4, - "b.apply": 2, - "g.charAt": 1, - "this.one": 1, - "st*10": 2, - "s*.006": 1, - "ei": 26, - "found": 10, - "param": 3, - "contentLengthExpression.test": 1, - "i.pointerColor": 4, - "uses": 3, - "(": 8513, - "this._routeToRegExp": 1, - "this.path": 1, - "S.tokpos": 3, - "ri.height": 3, - "firstParam": 6, - "128": 2, - "255": 3, - "model": 14, - "entries": 2, - "parentsUntil": 1, - "k.matches": 1, - "classes": 1, - "fi.width": 2, - "cv": 2, - "q": 34, - "f.globalEval": 2, - "u205F": 1, - "Math.PI*.5": 2, - "v.fail": 1, - "opt.disabled": 1, - "bj": 3, - "parser.incoming._addHeaderLine": 2, - "this.SyntaxError": 2, - "f.fn.load": 1, - "let": 1, - "b.nodeName": 2, - "DocumentTouch": 1, - "i.orientation": 2, - "loc.hash": 1, - "s.readyState": 2, - "lineHeight": 1, - "this.writeHead.apply": 1, - "this.expected": 1, - "u.frameVisible": 4, - "/loaded": 1, - "A.JSON": 1, - "window.onload": 4, - "socketErrorListener": 2, - "ci/": 2, - "show=": 1, - ".appendTo": 2, - "ct*2.5": 1, - "": 5, - "b.each": 1, - "a.contents": 1, - "ajaxTransport": 1, - "explicit": 1, - "noData": 3, - "token": 5, - "bt.labelColor.setAlpha": 1, - "a.offsetTop": 2, - "bt.test": 1, - "Label": 1, - "serif": 13, - "c.liveFired": 1, - "b.translate": 2, - "camelCase": 3, - "grep": 6, - "a.liveFired": 4, - "self._storeHeader": 2, - "t.start": 1, - "yt": 32, - "deferred.done": 2, - "*/": 2, - "fieldset": 1, - "statement": 1, - "rotate": 31, - "n/Math.pow": 1, - ".toFixed": 3, - "scroll": 6, - "h.childNodes.length": 1, - "a.apply": 2, - "f.support.leadingWhitespace": 2, - "socketOnData": 1, - "self.sockets": 3, - "sourceIndex": 1, - "_.each": 1, - "Modernizr.input": 1, - "characters": 6, - "U": 1, - "beforedeactivate": 1, - "elems.length": 1, - "htmlFor": 2, - "reSkip": 1, - "Snake.__super__.constructor.apply": 2, - "bug": 3, - "d.onreadystatechange": 2, - "none": 4, - "bN": 2, - "this._buffer": 2, - "eventName": 21, - "W/": 2, - "height": 25, - "string.length": 1, - "t.stop": 1, - "sliceDeferred": 1, - "j.test": 3, - "has_x": 5, - ".color": 13, - "this.animate": 2, - "events": 18, - "img": 1, - "st": 59, - "ecma": 1, - "p*st": 1, - "u070f": 1, - "isImmediatePropagationStopped": 2, - ".1025*t": 8, - "i.unitString": 10, - "c.borderLeftWidth": 2, - "g.nodeType": 6, - "p.length": 10, - "Please": 1, - "part": 8, - "": 1, - "obj": 40, - "checkClone": 1, - "A.addEventListener": 1, - "||": 648, - "socket._httpMessage._last": 1, - "attached": 1, - "stack.length": 1, - "f.events": 1, - "this.filter": 2, - "next": 9, - "select": 20, - "f=": 13, - "name.split": 1, - "backdrop.call": 1, - "EventEmitter": 3, - "bu.test": 1, - "d.readOnly": 1, - "getScript": 1, - "ck.frameBorder": 1, - "clientY": 5, - "handleObj=": 1, - "ut/2": 4, - "all": 16, - "bg.caption": 1, - ".replaceWith": 1, - "jQuerySub.fn.init.prototype": 1, - "exports.Agent": 1, - "y*.093457": 2, - "yi.getContext": 2, - "serialized": 3, - "a.offsetWidth": 6, - "f.exec": 2, - "transition": 1, - "Math.sqrt": 2, - "specific": 2, - "layerX": 3, - "t.beginPath": 4, - "n.restore": 35, - "cssText": 4, - "decimalForeColor": 1, - "sam": 4, - "a.style.position": 1, - "undelegate": 1, - "f.support.cssFloat": 1, - "httpSocketSetup": 2, - "globalAgent": 3, - "parserOnBody": 2, - "<\",>": 1, - "kt/at*l": 1, - "li": 19, - "extra": 1, - "b.elem": 1, - "sizzle": 1, - "print": 2, - "chunkExpression.test": 1, - ".7725*t": 6, - "u.save": 7, - "i.pointerType": 4, - "rdigit": 1, - "b.getElementsByTagName": 1, - "window.history.replaceState": 1, - "seed": 1, - "d.parentNode.removeChild": 1, - "td": 3, - "this.iframe": 4, - "k.filter": 5, - "b*.093457": 2, - "steelseries.TrendState.STEADY": 2, - "a.offsetParent": 1, - "button": 24, - "exceptions": 2, - "parser.incoming.httpVersion": 1, - "S.regex_allowed": 1, - "nr.drawImage": 2, - "i.toPrecision": 1, - "rmsie": 2, - "tbody": 7, - "optgroup": 5, - "separated": 1, - "d.style.position": 1, - "Math.random": 2, - "cased": 1, - "getAttribute": 3, - "e*.12864": 3, - "li.height": 3, - "b.left": 2, - "aren": 5, - "//javascript.nwbox.com/IEContentLoaded/": 2, - "this.setThresholdVisible": 4, - "": 1, - "yi.height": 1, - "failCallbacks": 2, - "c.props": 2, - "Buffer.isBuffer": 2, - "element.setAttribute": 3, - "parse_eol": 4, - "n.shift": 1, - "isPropagationStopped": 1, - "v.success": 1, - "about": 1, - "bezierCurveTo": 6, - "getElementById": 4, - "kt.rotate": 1, - "*Math.PI": 10, - "attrMap": 2, - "": 1, - "splatParam": 2, - "c.attrFn": 1, - "is_unicode_connector_punctuation": 2, - ".0013*t": 12, - "hu.repaint": 1, - "gr.drawImage": 3, - "ne": 2, - "443": 2, - "bS.exec": 1, - "window.HTMLDataListElement": 1, - "h*.475": 1, - "this.setTrend": 2, - "tick": 3, - "isFunction.": 2, - "delete": 39, - "e.style.cssFloat": 1, - "Client": 6, - "url.parse": 1, - "this.readable": 1, - "exports.parsers": 1, - "sessionStorage.removeItem": 1, - ".7975*t": 2, - "steelseries.Orientation.NORTH": 2, - "tom": 4, - "i.pageXOffset": 1, - "Backbone.Router.prototype": 1, - "h.onreadystatechange": 2, - ".contentWindow": 1, - "WebKit": 9, - "a.nextSibling": 1, - "this.parent": 2, - "docElement.className": 2, - "strokeStyle=": 8, - "f.offset.doesNotAddBorder": 1, - "D/g": 2, - "ck": 5, - "f": 666, - "this._byId": 2, - "exports.curry": 1, - ".67*e": 1, - "e*.055": 2, - "ot.addColorStop": 2, - "h.promise": 1, - "b_": 4, - ".getElementsByTagName": 2, - "type": 49, - "exports._connectionListener": 1, - "l.type": 26, - "ii.height": 2, - "ti.stop": 1, - "exist": 2, - "result": 9, - "decodeURIComponent": 2, - "cssHooks": 1, - "vi.getColorAt": 1, - "this.setValueAnimated": 7, - "f.support.reliableMarginRight": 1, - "f.nth": 2, - "left": 14, - "Agent": 5, - "exports.IncomingMessage": 1, - "u*.65": 2, - ".038": 1, - "dt.type": 4, - "i.valueGradient": 4, - "e.events": 2, - "Event": 3, - "this.url": 1, - "k*.4": 1, - "le.type": 1, - "ir": 23, - "Full": 1, - ".hide": 2, - "c.username": 2, - "a.currentTarget": 4, - "this._paused": 3, - "const": 2, - "read_escaped_char": 1, - "f*.19857": 1, - "hr.getContext": 1, - "hf": 4, - "b.scrollTop": 1, - "objects": 7, - "s.getElementsByTagName": 2, - "child.extend": 1, - "mStyle.backgroundImage": 1, - "u.titleString": 2, - "pi.height": 1, - "String.prototype.trim": 3, - "see": 6, - ".test": 1, - "u.section": 2, - ".0113*t": 10, - "rt.width": 1, - "decrement": 2, - "pa": 1, - "IE": 28, - "forgettable": 1, - "except": 1, - "reSkip.test": 1, - "350467": 5, - "at/": 1, - "h*.365": 2, - "returned.promise": 2, - "self.socketPath": 4, - "eof": 6, - "yi": 17, - "/alpha": 1, - "e.each": 2, - "d.readyState": 2, - "finding": 2, - "o.firstChild.childNodes": 1, - "48": 1, - "i*.435714": 4, - "this.getUTCMonth": 1, - "m=": 2, - "142857": 2, - "i.height": 6, - "iterating": 1, - "this.disabled": 1, - "square": 10, - "andSelf": 1, - "name=": 2, - "f.attrHooks": 5, - "vt=": 2, - "vi.drawImage": 2, - "Test": 3, - "J": 5, - "ns.svg": 4, - "bC": 2, - "this.iframe.location.hash": 3, - "a.addEventListener": 4, - "e*.481308": 2, - "et=": 6, - "si.height": 2, - "steelseries.ColorDef.RED.medium.getRgbaColor": 6, - "filter": 10, - "div.style.marginTop": 1, - "target": 44, - "this._decoder": 2, - "ut.restore": 1, - "t.width*.9": 4, - "": 1, - "f.acceptData": 4, - "Prioritize": 1, - "req": 32, - "ut.height": 1, - "tu": 13, - "selects": 1, - "rboolean.test": 4, - "exports.slice": 1, - "si": 23, - "DOMParser": 1, - ".concat": 3, - "a.String": 1, - "e.insertBefore": 1, - "parserOnIncomingClient": 1, - "HTTPParser": 2, - "binary": 1, - "setLcdTitleStrings=": 1, - "e.textAlign": 1, - ".8": 1, - "Va": 1, - "b.appendChild": 1, - "f.event.special.change": 1, - "280373": 3, - "f.filter": 2, - "C.apply": 1, - "f2": 1, - "any": 12, - "f.unique": 4, - "l.order.length": 1, - "input.charCodeAt": 18, - "64": 1, - "l/ot": 1, - "u.fillText": 2, - "jQuery.removeData": 2, - "d.firstChild": 2, - "curry": 1, - "y*.012135": 2, - "srcElement": 5, - "textAlign=": 7, - "u*.22": 3, - "n/lt*": 1, - "a.target": 5, - "quoteForRegexpClass": 1, - "_removeReference": 1, - "debug": 15, - "shiv": 1, - "solve": 1, - "f.offset.initialize": 3, - "split": 4, - "k.set": 1, - ".": 91, - "str2": 4, - "WARNING": 1, - "m.level": 1, - "va.slice": 1, - "submit=": 1, - "getJSON": 1, - "flags.once": 1, - "f.event.handle.call": 1, - "f.dir": 6, - "attrHooks": 3, - "array_to_hash": 11, - "e*.1": 1, - "window.navigator": 2, - "b.append": 1, - "a.style.cssText.toLowerCase": 1, - "dir": 1, - "body.removeChild": 1, - "this.setHeader": 2, - "u.pointSymbols": 4, - "vr": 20, - "startTime=": 1, - "w": 110, - "04": 2, - "f*.093457": 10, - "uf": 5, - "RegExp": 12, - "a.superclass": 1, - "bp": 1, - "req.upgradeOrConnect": 1, - "args.concat": 2, - "setValueLatest=": 1, - "this.setPointerType": 3, - "undefined": 328, - "dataTypes": 4, - "j.radioValue": 1, - "s*.5": 1, - "ti.playing": 1, - "Matches": 1, - "80": 2, - "separate": 1, - "c.noData": 2, - "ufeff": 1, - ".each": 3, - "o.split": 1, - "onFree": 3, - "u*n": 2, - "f.selector": 2, - "a.getElementsByClassName": 3, - "b.text": 3, - ".createSVGRect": 1, - "setArea=": 1, - "si.width": 2, - "keypress": 4, - "outgoing.push": 1, - "result5": 4, - "parse_simpleSingleQuotedCharacter": 2, - "pr": 16, - "overzealous": 4, - "document.detachEvent": 2, - "c.documentElement.doScroll": 2, - "this.maxHeadersCount": 2, - "parser.execute": 2, - ".ok": 1, - "f.removeData": 4, - "i.nodeType": 1, - "of": 28, - "a.isPropagationStopped": 1, - "outgoing.shift": 1, - "y.drawImage": 6, - "b.selected": 1, - "fontWeight": 1, - "A.call": 1, - "self._deferToConnect": 1, - "/Connection/i": 1, - "errorPosition.column": 1, - "ki.play": 1, - "req.socket": 1, - "fillText": 23, - "h*.035": 1, - "n.pointer": 10, - ".children": 1, - "this.navigate": 2, - "b.offsetParent": 2, - "this.attributes": 1, - "[": 1459, - "self._last": 4, - "docCreateFragment": 2, - "Error.prototype": 1, - "startRule": 1, - "t.closePath": 4, - "bT": 2, - "keys": 11, - "t=": 19, - "multiline": 1, - "have": 6, - "Content": 1, - "documentElement": 2, - "a.webkitRequestAnimationFrame": 1, - "ti/2": 1, - "t*.435714": 4, - ".455*h": 1, - "u.shadowOffsetY": 2, - "__hasProp": 2, - "Backbone.History.prototype": 1, - "needed": 2, - "f.unshift": 2, - "js": 1, - "ft.getContext": 2, - "u.customLayer": 4, - "this.setLedColor": 5, - "Preliminary": 1, - "converted": 2, - "subtracts": 1, - "S.tokcol": 3, - "t.width": 2, - "d.replace": 1, - "beforeSend": 2, - "tag": 2, - "Encoding/i": 1, - "start_token": 1, - "yi.play": 1, - "steelseries.ColorDef.RED": 7, - "step": 7, - "nodeType=": 6, - "l.appendChild": 1, - "Users": 1, - "Xa.exec": 1, - "messageHeader": 7, - "tr.width": 1, - "i.frameDesign": 10, - "Cancel": 1, - "this.make": 1, - "q.test": 1, - "#*": 1, - "Construct": 1, - "this.output.shift": 2, - "process.env.NODE_DEBUG": 2, - "uFEFF/": 1, - "st*di": 1, - "trimRight": 4, - "e*.121428": 2, - "e*.007": 5, - "this.maxSockets": 1, - "59": 3, - ".start": 12, - "n.textBaseline": 10, - "this.nodeName": 4, - "swing": 2, - "g.getAttribute": 1, - "field.toLowerCase": 1, - "f*.38": 7, - "window.attachEvent": 2, - "parent.apply": 1, - "c.isPlainObject": 3, - "e.originalEvent": 1, - "UnicodeEscapeSequence": 1, - ".686274": 1, - "i.maxValue": 10, - "start=": 1, - "readyWait": 6, - "elem=": 4, - "#000": 2, - "frag.createDocumentFragment": 1, - "this.setLcdColor": 5, - "dt": 30, - "browsers": 2, - "colSpan": 2, - "f.pixelLeft": 1, - "u*i*": 2, - "pt.type": 6, - "e.css": 1, - "items": 2, - "R.call": 2, - "comment2": 1, - "": 1, - "checkSet": 1, - "after": 7, - "jQuery.cache": 3, - ".elem": 1, - "exports.array_to_hash": 1, - "kt.medium.getRgbaColor": 1, - "outside": 2, - "a.now": 4, - "margin": 8, - "Function": 3, - "i.style.width": 1, - "determining": 3, - "c.set": 1, - "cl.write": 1, - "n.order": 1, - "a.nodeName": 12, - "360": 15, - "au": 10, - "complete/.test": 1, - "slideUp": 1, - "timeout": 2, - "newDefer": 3, - "a.innerHTML": 7, - "this._ensureElement": 1, - "msie": 4, - "/chunk/i": 1, - "u2029": 2, - "div.style.display": 2, - "a.handleObj": 2, - "cur": 6, - "e.selector": 1, - "acceptData": 3, - "err.message": 1, - "this.writeHead": 1, - "additional": 1, - "75": 3, - "#x27": 1, - "elem.nodeType": 8, - "attrFn": 2, - "

": 2, - "b.firstChild": 5, - "a.setInterval": 2, - "n.moveTo": 37, - "scrollTop": 2, - ".0516*t": 7, - "callback.apply": 1, - "url=": 1, - "a.preventDefault": 3, - "self.fireWith": 1, - "you": 1, - "info.statusCode": 1, - "window.openDatabase": 1, - "kt.height": 1, - "window.": 6, - "normalizes": 1, - "this.extend": 1, - "#": 13, - "even": 3, - "fillStyle=": 13, - "lookups": 2, - "k.style.paddingLeft": 1, - "widows": 1, - "fragment.substr": 1, - "OPERATORS": 2, - "rgb": 6, - "i.set": 1, - "prevAll": 2, - "str": 4, - ".1075*t": 2, - "i*.7475": 1, - "st.getContext": 2, - "t.dark.getRgbaColor": 2, - "f.easing": 1, - "cos": 1, - "parseJSON": 4, - "n.match.ID.test": 2, - "cq": 3, - "l": 312, - "Ban": 1, - "a.getAttribute": 11, - "closeExpression.test": 1, - "stream": 1, - "r.test": 1, - "constructor": 8, - "be": 12, - "f.makeArray": 5, - "options.localAddress": 3, - "s.addColorStop": 4, - "tu.drawImage": 1, - "ends": 1, - "fcamelCase": 1, - "little": 4, - "toggle": 10, - "F.prototype": 1, - "expected.sort": 1, - "parse_bracketDelimitedCharacter": 2, - "this.setMinMeasuredValueVisible": 4, - "removeAttr": 5, - "Gets": 2, - "d.length": 8, - "standalone": 2, - "this.headers": 2, - ".76*t": 4, - "or.drawImage": 1, - "t.getBlue": 4, - "this.models": 1, - "wt.valueForeColor": 1, - "/f": 3, - "b.parentNode.removeChild": 2, - "i.each": 1, - "script": 7, - "": 1, - "e/10": 3, - "Recurse": 2, - "protoProps": 6, - "isDefaultPrevented=": 2, - "Flag": 2, - "sessionStorage.setItem": 1, - "u/vt": 1, - "d/ot": 1, - "b.getElementsByClassName": 2, - "u202f": 1, - "lowercase": 1, - "option.getAttribute": 2, - "n.bargraphled": 4, - "gradientStartColor": 1, - "r.getRgbaColor": 8, - "frag.indexOf": 1, - "camelizing": 1, - "eol": 2, - "internal": 8, - "e.ready": 6, - "reliable": 1, - "**": 1, - "s*.35": 1, - "results": 4, - "_Deferred": 4, - "_routeToRegExp": 1, - "c.globalEval": 1, - "a.getAttributeNode": 7, - "this.getHeader": 2, - "s*.023364": 2, - "32": 1, - "A.frameElement": 1, - "sub": 4, - "params.type": 1, - "navigator.userAgent.toLowerCase": 1, - "connectionListener": 3, - "oi.play": 1, - "vertical": 1, - ".close": 1, - "repeatable": 1, - "P": 4, - "recognize": 1, - "prefix": 6, - "h.offsetTop": 1, - "c.error": 2, - "simple": 3, - "bI": 1, - "Modernizr.prefixed": 1, - "Math.PI*2": 1, - "h/e.duration": 1, - "internally": 5, - "a.nodeName.toUpperCase": 2, - "c.target.ownerDocument": 1, - "a=": 23, - "this.output.unshift": 1, - ".528036*f": 5, - "clip": 1, - "kt": 24, - "cw.test": 1, - "f.error": 4, - "#11217": 1, - "mStyle.cssText": 1, - "setPointerColor=": 1, - ".480099": 1, - "yt.getStart": 2, - ".12*t": 4, - ".length": 24, - "st.height": 1, - "r.getElementById": 7, - "push": 11, - "so": 8, - "355": 1, - "i.height*.9": 6, - "injectElementWithStyles": 9, - "i/255": 1, - "readyList.fireWith": 1, - "f.prop": 2, - "c.split": 2, - "window.postMessage": 1, - "<=\",>": 1, - "n.frame": 22, - "references": 1, - "this.supportsFixedPosition": 1, - "See": 9, - "optSelected": 3, - "window.addEventListener": 2, - ".getRgbaColor": 3, - "insertBefore": 1, - "Catch": 2, - "run": 1, - "No.": 1, - "encodeURIComponent": 2, - ".indexOf": 2, - "d.cloneNode": 1, - "i.resolve": 1, - "self.useChunkedEncodingByDefault": 2, - "7757": 1, - "490654": 3, - "currentPos": 20, - "u.canvas.width*.4865": 2, - "issue": 1, - "support.radioValue": 2, - "model.unbind": 1, - "socket.emit": 1, - "434579": 4, - "lt/ct": 2, - "w*.012135": 2, - "eu": 13, - "route.replace": 1, - "this.mouseenter": 1, - "v/": 1, - "di": 22, - "/gi": 2, - ".val": 5, - "4": 4, - ".0377*t": 2, - "h.abort": 1, - "jQuery.ready": 16, - "p.pop": 4, - "v.get": 1, - "g.domManip": 1, - "instanceof": 19, - "e.getComputedStyle": 1, - "incoming.length": 2, - "JS_Parse_Error.prototype.toString": 1, - "datetime": 1, - "s.body.appendChild": 1, - "A.jQuery": 3, - "a.style.cssFloat": 1, - "info.url": 1, - "yi=": 1, - "e*.850467": 4, - "i.width": 6, - "rBackslash": 1, - "a.event": 1, - "c.ready": 7, - "}": 2712, - "/Expect/i": 1, - "addStyleSheet": 2, - "ul": 1, - "this.setPointSymbols": 1, - "f*.453271": 2, - "bv": 2, - "": 1, - "": 1, - ".getContext": 8, - "stopPropagation": 5, - "exists": 9, - "protoProps.constructor": 1, - "h4": 3, - "steelseries.BackgroundColor.BRUSHED_STAINLESS": 2, - "Sizzle": 1, - "work": 6, - "expr": 2, - "copyIsArray": 2, - "RED": 1, - "h*.41": 1, - "resolve": 7, - "a.detachEvent": 1, - "Will": 2, - "Stack": 1, - "entire": 1, - "passed": 5, - "classes.push": 1, - "cr.drawImage": 3, - "these": 2, - "_.toArray": 1, - "removeProp": 1, - "html5.shivCSS": 1, - "assume": 1, - "Normalize": 1, - "copy": 16, - "Either": 2, - "interval": 3, - "f.guid": 3, - "defaultPrevented": 1, - "expectedHumanized": 5, - "n.lineCap": 5, - "font=": 28, - "fe": 2, - "c.event.add": 1, - "f.ajaxSettings.traditional": 2, - "px": 31, - "ol": 1, - "Horse.__super__.constructor.apply": 2, - "T.ready": 1, - "appendTo": 1, - "attempt": 2, - "which=": 3, - "exports.Server": 1, - "util": 1, - "setPointerColorAverage=": 1, - "toString": 4, - "this.parentNode": 1, - "f.isXMLDoc": 4, - "bound": 8, - "wheelDelta": 3, - "maintains": 1, - "Perini": 2, - "this.sockets": 9, - "lastData": 2, - "ensure": 2, - "from": 7, - "here": 1, - "tickCounter*a": 2, - "font": 1, - "cf": 7, - "a": 1489, - "multiple=": 1, - "catch": 38, - "setFrameDesign=": 1, - "hr.drawImage": 2, - "f*.06": 1, - "g.document.documentElement": 1, - "bZ": 3, - "unique": 2, - "speeds": 4, - "Clear": 1, - "OutgoingMessage.prototype.removeHeader": 1, - "OutgoingMessage.prototype._writeRaw": 1, - "this._decoder.write": 1, - "w.labelColor": 1, - "led": 18, - "u.font": 2, - "steelseries.PointerType.TYPE1": 3, - "Only": 5, - "j.appendChecked": 1, - "nextSibling": 3, - "accepts": 5, - "f.support.parentNode": 1, - "RE_DEC_NUMBER.test": 1, - "promiseMethods.length": 1, - "": 1, - "listen": 1, - ".8425*t": 1, - "i.trendVisible": 4, - "clientTop": 2, - "position": 7, - "d.style.display": 5, - "rt": 45, - "jQuery.each": 2, - "several": 1, - "c.filter": 2, - "atRoot": 3, - "list.push": 1, - "into": 2, - "f.timers": 2, - "fire": 4, - "etag": 3, - "only.": 2, - "cubes": 4, - "caution": 1, - "with_eof_error": 1, - "f*.033": 1, - "e=": 21, - "f.ajaxPrefilter": 2, - "b.parentNode": 4, - "a.firstChild": 6, - "flags.unique": 1, - "chars": 1, - ".47": 3, - "a.isImmediatePropagationStopped": 1, - "based": 1, - "g.getPropertyValue": 1, - "modified": 3, - "setBackgroundColor=": 1, - "n.value": 4, - "extension": 1, - "f.event.triggered": 3, - "u00ad": 1, - "mousedown": 3, - "ServerResponse": 5, - "f*.121428": 2, - "shouldn": 2, - "E": 11, - "f.buildFragment": 2, - "m.test": 1, - "directly": 2, - "IncomingMessage.prototype._emitEnd": 1, - "pi=": 1, - "s.fillStyle": 1, - "inArray": 5, - "n.slice": 1, - "flagsCache": 3, - "defer": 1, - ".delegate": 2, - "c.async": 4, - "this.socket.resume": 1, - "save": 27, - "t*.142857": 8, - "lu": 10, - "document.documentElement": 2, - "/top/.test": 2, - "a.defaultView": 2, - "callback": 23, - "isReady": 5, - "req.method": 5, - "li.width": 3, - "ki": 21, - "via": 2, - "b.outerHTML": 1, - "a.sub": 1, - "e*.556074": 3, - "rt/2": 2, - "s/c": 1, - "get/setAttribute": 1, - "i.scrollLeft": 1, - "load": 5, - "j.nodeName": 1, - "readyList": 6, - "filters": 1, - "ServerResponse.prototype.writeContinue": 1, - ".149019": 1, - ".046728*h": 1, - "f.fn.offset": 2, - "positionTopLeftWidthHeight": 3, - "flags.split": 1, - "f.camelCase": 5, - "cellPadding": 2, - "d.height": 4, - "*ot": 2, - ".3": 8, - "k.left": 1, - "padding": 4, - "b.replace": 3, - "this.options.root.length": 1, - "this.selectedIndex": 1, - "a.style.opacity": 2, - "them": 3, - "gradientFraction1Color": 1, - "i.lcdColor": 8, - "a.document.nodeType": 1, - "jQuery.browser.webkit": 1, - "relative": 4, - "minute": 1, - "options.method": 2, - "document.defaultView": 1, - "f.active": 1, - "Since": 3, - "h.clientTop": 1, - "c.map": 1, - "loc.pathname": 1, - "exports.ServerResponse": 1, - "parser.incoming._emitData": 1, - "steelseries.TrendState.OFF": 4, - "k.position": 4, - "class": 5, - "f.support.appendChecked": 1, - "h.open": 2, - "connectionExpression": 1, - "Prevent": 2, - "c.defaultView": 2, - "OutgoingMessage.prototype.write": 1, - "floor": 13, - "s*.007": 3, - "browserMatch": 3, - "prev": 2, - "<-180&&e>": 2, - "789719": 1, - "st/": 1, - "w.labelColor.getRgbaColor": 2, - "destroy": 1, - ")": 8521, - "this.outputEncodings.push": 2, - "i.knobStyle": 4, - "Array.isArray": 7, - "them.": 1, - "bt/": 1, - "ui.length": 2, - "attrs": 6, - "overflowX": 1, - "bring": 2, - "HEAD": 3, - "partsConverted": 2, - "k*.130841": 1, - "cw": 1, - "r": 261, - "attrName": 4, - "c.on": 2, - "this._header": 10, - "e.fillStyle": 1, - "foregroundType": 4, - "steelseries.GaugeType.TYPE1": 4, - "bk": 5, - "ua": 6, - "IncomingMessage.prototype.setEncoding": 1, - "featureName": 5, - "k*.16": 1, - "complete=": 1, - "this.getUTCSeconds": 1, - "bg.colgroup": 1, - "DTRACE_HTTP_SERVER_REQUEST": 1, - "parser.incoming.url": 1, - "wt=": 3, - "app": 2, - "f.extend": 23, - "<(\\w+)\\s*\\/?>": 4, - "n.order.length": 1, - "parser.onHeaders": 1, - "<2)for(b>": 1, - "a.style.paddingLeft": 1, - "existent": 2, - "at.getContext": 1, - "ft=": 3, - "ui.height": 2, - "callbacks.push": 1, - "sort": 4, - "span": 1, - "fakeBody.appendChild": 1, - "i*.05": 2, - "u*i": 1, - "hr": 17, - "allows": 1, - "input.setAttribute": 5, - "goggles": 1, - "triggerRoute": 4, - "prepend": 1, - "OutgoingMessage.prototype.getHeader": 1, - "seq": 1, - "frameVisible": 4, - "gf": 2, - "keyCode": 6, - "u2000": 1, - "result0": 264, - "k*.61": 1, - "its": 2, - "matchesSelector=": 1, - "e*.73": 3, - "kt.clearRect": 1, - "ties": 1, - "oa": 1, - "parse_classCharacterRange": 3, - "exports.is_alphanumeric_char": 1, - "f.restore": 5, - "this.setMaxMeasuredValueVisible": 4, - "yu": 10, - "e.style.position": 2, - "alive": 1, - "specified": 4, - "use": 10, - "trigger": 4, - "jQuery.fn.init": 2, - "isExplorer.exec": 1, - "readonly": 3, - "38": 5, - "l=": 10, - "/xml/": 1, - "u.degreeScale": 4, - "s.rotate": 3, - "V": 2, - "v.drawImage": 2, - "insert": 1, - "Infinity": 1, - "keypress.specialSubmit": 2, - "bO": 2, - "like": 5, - "c.createDocumentFragment": 1, - "this.outputEncodings.unshift": 1, - "originalEvent=": 1, - ".112149*ut": 1, - "had": 1, - "returnValue=": 2, - "browser": 11, - "createElement": 3, - ".toJSON": 4, - "incoming.shift": 2, - "field": 36, - "omPrefixes.split": 1, - "zero": 2, - "c*u": 1, - "su": 12, - "Math.min": 5, - "elem.removeAttributeNode": 1, - "i.offsetTop": 1, - "attribute": 5, - "P.version": 1, - "ri": 24, - "f.offset.doesAddBorderForTableAndCells": 1, - "document.documentMode": 3, - "f.event.fix": 2, - "this.each": 42, - "c.target": 3, - "e*.462616": 2, - "context": 48, - "this.length": 40, - "Ua": 1, - "wait": 12, - "req.listeners": 1, - "f.event.global": 2, - "e.handleObj": 1, - "undocumented": 1, - "jQuery.support.optDisabled": 2, - "t.fillStyle": 2, - "s*.57": 1, - "*vt": 4, - "props.length": 2, - "this.setGradientActive": 2, - "c.nodeName": 4, - "flags.memory": 1, - "TYPE1": 2, - "rt.height": 1, - "e.animatedProperties": 5, - "uffff": 1, - "cp.slice": 1, - "c.isReady": 4, - "lastEncoding": 2, - "bool.m4a": 1, - "Function.prototype.bind": 2, - "selectedIndex": 1, - "layerY": 3, - "c.browser": 1, - "body.offsetTop": 1, - "context.ownerDocument": 2, - "b.createDocumentFragment": 1, - "a.style.zoom": 1, - "c.exclusive": 2, - "s.length": 2, - ".specialChange": 4, - "marked": 1, - ".splice": 5, - "do": 15, - "c.readyState": 2, - "this.port": 1, - "dr=": 1, - "div.test": 1, - "DOMElement": 2, - "traditional": 1, - "res._last": 1, - "ownerDocument.createDocumentFragment": 2, - "t*.007142": 4, - "p.send": 1, - "e.browser": 1, - ".promise": 5, - "this.selector": 16, - "inherits": 2, - "n.target._pos": 7, - "c.fx": 1, - "a.contentDocument": 1, - "joiner": 2, - "nt=": 5, - "this.setTitleString": 4, - "ur": 20, - "te": 2, - "slideDown": 1, - "jQuery.attrFn": 2, - "this.domManip": 4, - "rea": 1, - "f.param": 2, - "self.maxSockets": 1, - "e.handleObj.origHandler.apply": 1, - "isFinite": 1, - "Sets": 3, - "k.createElement": 1, - "First": 3, - "h/2": 1, - "Math.round": 7, - "window.jQuery": 7, - ".detach": 1, - "e.clearRect": 1, - "extend": 13, - "f.call": 1, - "this.fragment": 13, - "s.canvas.height": 4, - "ownerDocument": 9, - "c.dataTypes.unshift": 1, - "msecs": 4, - "docElement.appendChild": 2, - "471962": 4, - ".19857": 6, - "/href": 1, - "preventDefault": 4, - "h.readyState": 3, - "i.live.slice": 1, - "email": 2, - "this.trigger.apply": 2, - "c.toLowerCase": 4, - "handler.callback": 1, - "need": 10, - "self._flush": 1, - ".897195*ut": 1, - "foreground": 30, - "s*.626168": 1, - "y=": 5, - "u200A": 1, - "sam.move": 2, - "where": 2, - "e.fn.attr.call": 1, - "currently": 4, - "ready": 31, - "a.done": 1, - "fadeOut": 1, - "token.type": 1, - ".805*t": 2, - "yt.getContext": 5, - "option": 12, - "or": 38, - "target.modal": 1, - "u*.7475": 1, - "n.toFixed": 2, - "nf": 7, - "f.createElement": 1, - "details": 3, - "children": 3, - "document.createDocumentFragment": 3, - "Keep": 2, - "wt.valueBackColor": 1, - "steelseries.LcdColor.STANDARD_GREEN": 4, - "j.toggleClass": 1, - "focus": 7, - ".name": 3, - "util._extend": 1, - "assign": 1, - "k*Math.PI/180": 1, - ".15": 2, - "this.setLcdDecimals": 3, - "this._configure": 1, - "": 3, - "For": 5, - "y.done": 1, - "isReady=": 1, - "prototype=": 2, - "cl": 3, - "g": 441, - "keyup": 3, - "parser._headers": 6, - "window.Worker": 1, - "String.fromCharCode": 4, - "i.gaugeType": 6, - "l.match.PSEUDO": 1, - "altKey": 4, - "i*": 3, - "s=": 12, - "this.eq": 4, - "mStyle.backgroundColor": 3, - "ut.rotate": 1, - "Do": 2, - "div.style.padding": 1, - "opacity": 13, - "Backbone.Collection.extend": 1, - "parser.incoming.method": 1, - "i.toFixed": 2, - ".attributes": 2, - "this.createSocket": 2, - "ti.start": 1, - "vi.getContext": 2, - "model.trigger": 1, - "/a": 1, - "is": 67, - "text": 14, - "normalize": 2, - "Name": 1, - "f.support.focusinBubbles": 1, - "P.browser": 2, - "this.nodeType": 4, - "e.className": 14, - "IncomingMessage.prototype.resume": 1, - "i*.121428": 1, - "f.merge": 2, - "borderTopWidth": 1, - "still": 4, - "corresponding": 2, - "release": 2, - "this.setMinMeasuredValue": 3, - "added": 1, - "params.contentType": 2, - "lr=": 1, - "i.repaint": 1, - "space": 1, - "merge": 2, - "parser.incoming._pendings.push": 2, - "h.medium.getRgbaColor": 6, - "49": 1, - "s/10": 1, - "attrFixes": 1, - "storage": 1, - "m.selector": 1, - "c.detachEvent": 1, - "this.sendDate": 3, - "f*.28": 6, - "a.offsetLeft": 1, - "now": 5, - "password": 5, - "cellspacing": 2, - "offsetSupport": 2, - "e.apply": 1, - "fragment.replace": 1, - "elem.getAttribute": 7, - "Fallback": 2, - "K": 4, - "must": 4, - "window.matchMedia": 1, - "lastExpected": 3, - "easing": 3, - "val": 13, - "But": 1, - "bD": 3, - "click.specialSubmit": 2, - "//don": 1, - "fakeBody": 4, - "textColor": 2, - "inlineBlockNeedsLayout": 3, - "s*.checked.": 1, - "a.keyCode": 2, - "g.get": 1, - "duration": 4, - "array.length": 1, - ".98": 1, - "fill": 10, - "this.checkUrl": 3, - "j.style.cssFloat": 1, - "callbacks": 10, - "exports.ClientRequest": 1, - ".36*f": 6, - "g.scrollTo": 1, - "a.frameElement": 1, - "p.splice": 1, - "keydown": 4, - "res.end": 1, - "released": 2, - ".document": 1, - "scrollTo": 1, - "": 3, - "localStorage.setItem": 1, - "r.live.slice": 1, - "style.cssText": 1, - "f.fx": 2, - "Can": 2, - "_i": 10, - ".69": 1, - "b.triggerHandler": 2, - "65": 2, - ".8525*t": 2, - "pop": 1, - "testPropsAll": 17, - "parse_js_number": 2, - "ri=": 1, - "Math.ceil": 63, - "metadata": 2, - "v.error": 1, - "Verify": 3, - "nodeType": 1, - "hashStrip": 4, - "ClientRequest.prototype.clearTimeout": 1, - "lazy": 1, - "code": 2, - "Is": 2, - "rspace": 1, - "b.contents": 1, - "marginDiv.style.width": 1, - "this.useChunkedEncodingByDefault": 4, - "ai=": 1, - "e.canvas.width": 2, - "t.save": 2, - "gt.width": 2, - "ServerResponse.prototype.detachSocket": 1, - "e*.728155*": 1, - "yt.playing": 1, - "i.area": 4, - "b.events": 4, - "f.support.ajax": 1, - "div.style.zoom": 2, - "Check": 10, - "/": 290, - "IncomingMessage.prototype._emitPending": 1, - "defaultView": 2, - "str3": 2, - "digit": 3, - "h.light.getRgbaColor": 6, - "rmsPrefix": 1, - "socket.once": 1, - "foundHumanized": 3, - "f*.012135": 2, - "i.backgroundColor": 10, - "h.getAllResponseHeaders": 1, - "document.removeEventListener": 2, - "c.password": 1, - "root": 5, - "mouseup": 3, - "g.selected": 1, - "n.canvas.height": 3, - "b.using.call": 1, - "x": 33, - "f.each": 21, - "PUNC_CHARS": 1, - "05": 2, - "lists": 2, - "a.JSON.parse": 2, - "bq": 2, - "engine": 2, - "outgoing.length": 2, - "ownerDocument.getElementsByTagName": 1, - "ae": 2, - "be.test": 1, - "req.res._emitPending": 1, - "omPrefixes": 1, - "meters": 4, - "e.preventDefault": 1, - "i.getRed": 1, - "java": 1, - "Date": 4, - "Don": 1, - "f.attrHooks.style": 1, - "jQuery.isXMLDoc": 2, - "setTimeout": 19, - "nodeHook": 1, - "socket.addListener": 2, - "result.SyntaxError.prototype": 1, - "/r": 1, - "overrideMimeType": 1, - "custom": 5, - "f.fn.extend": 9, - "signal_eof": 4, - "or*.5": 1, - "valueBackColor": 1, - "a.attributes.value": 1, - "fadeTo": 1, - "f.event.customEvent": 1, - "b.data": 5, - "q.expr": 4, - "f.removeEvent": 1, - "i.preType": 2, - "char": 2, - "_ensureElement": 1, - "f.expr.filters.hidden": 2, - "a.DOMParser": 1, - "addColorStop": 25, - "pt.height": 1, - "q.set": 4, - "a.style.width": 1, - "b.top": 2, - "/radio": 1, - "dataAttr": 6, - "jQuery.noData": 2, - "duration=": 2, - ".extend": 1, - "ClientRequest.prototype.setNoDelay": 1, - "this.getMaxValue": 4, - "b.url": 4, - "e.browser.webkit": 1, - "c.body.removeChild": 1, - "_onModelEvent": 1, - "removal": 1, - "escape.call": 1, - "http.createServer": 1, - "net": 1, - "ei.labelColor.setAlpha": 1, - "live": 8, - "parts": 28, - "c.clean": 1, - "chunk.length": 2, - "target.prototype": 1, - "21": 2, - "t.moveTo": 4, - "helper": 1, - "hold": 6, - "dateCache": 5, - "parser.socket.readable": 1, - "ni.height": 2, - "this.setMaxMeasuredValue": 3, - "ca": 6, - "setInterval": 6, - "arguments": 83, - "bg.tfoot": 1, - "class=": 5, - "<0||e==null){e=a.style[b];return>": 1, - "bU": 4, - "a.indexOf": 2, - "this._implicitHeader": 2, - "S.comments_before": 2, - "ei/": 1, - "newDefer.resolve": 1, - "Math.max": 10, - "a.cacheable": 1, - "viewOptions": 2, - "it.height": 1, - "Object.prototype.hasOwnProperty": 6, - "d.nodeName": 4, - "jQuery.readyWait": 6, - "options.agent": 3, - "Agent.prototype.createSocket": 1, - "StringDecoder": 2, - "lineTo": 22, - "Syntax": 3, - "c.body": 4, - "assignment": 1, - "toFixed": 3, - "timers": 3, - "data": 145, - "situation": 2, - "a.converters": 3, - "matchFailed": 40, - "tr.drawImage": 2, - "jQuery.parseJSON": 2, - "uaMatch": 3, - "b.ownerDocument": 6, - "jQuery.acceptData": 2, - "f.parseJSON": 2, - "Get": 4, - "emitTimeout": 4, - "inputElem.style.cssText": 1, - "node.offsetLeft": 1, - "": 1, - "gradientStopColor": 1, - "l.push": 2, - "s.events": 1, - "self.once": 2, - "ii=": 2, - "translate": 38, - "/.test": 19, - "c.type": 9, - "g.replace": 1, - "c.addClass": 1, - "Height": 1, - "faster": 1, - "stored": 4, - "n.save": 35, - "Use": 7, - "u200c": 1, - "f.propHooks.selected": 2, - "this._expect_continue": 1, - "connectionExpression.test": 1, - "Horse.name": 1, - "testMediaQuery": 2, - "steelseries.KnobType.STANDARD_KNOB": 14, - "tables": 1, - "c.text": 2, - "a.attachEvent": 6, - "optimize": 3, - "jQuerySub.sub": 1, - "auth": 1, - "this.connection": 8, - "e.save": 2, - "*c": 2, - "nt.translate": 2, - "du": 10, - "@": 1, - "g.sort": 1, - "info": 2, - "u0600": 1, - "oi.pause": 1, - ".825*t": 9, - "u/": 3, - "d.style.overflow": 1, - "Return": 2, - "setAlpha": 8, - "e.complete.call": 1, - "m.exec": 1, - "f.left": 3, - "sentExpect": 3, - "this.output": 3, - "thisCache.data": 3, - "c.isLocal": 1, - "t*.15": 1, - ".0314*t": 5, - "kt.getContext": 2, - "": 1, - "body": 22, - "j.handleObj": 1, - "c.head": 1, - "h.firstChild": 2, - "fakeBody.parentNode.removeChild": 1, - "f.drawImage": 9, - "Unexpose": 1, - "c.guid": 1, - "quickExpr.exec": 2, - "div.style.border": 1, - "this._endEmitted": 3, - "navigator": 3, - "removed": 3, - "headers": 41, - "Backbone.history.navigate": 1, - "splice": 5, - "sentDateHeader": 3, - "attrs.list": 2, - "i.digitalFont": 8, - "attrNames.length": 1, - "window.location.hash": 3, - "JSON.stringify": 4, - "sure": 18, - "h*.2": 2, - "Math.PI/": 1, - "this.die": 1, - "mode": 1, - "s.splice": 1, - "frowned": 1, - "script/i": 1, - "there": 6, - "obj.constructor": 2, - "Client.prototype.request": 1, - "a.sort": 1, - "d.slice": 2, - "IncomingMessage.prototype.pause": 1, - "version": 10, - "info.versionMinor": 2, - "end.rawText": 2, - "S.text.indexOf": 1, - "ee": 2, - "isPropagationStopped=": 1, - "Math.PI/180": 5, - "b.scrollLeft": 1, - "complete": 6, - "HTTPParser.REQUEST": 2, - "f*.006": 2, - "d.text": 1, - "speed": 4, - "a.namespace.split": 1, - "this.queue": 4, - "wt": 26, - "f.event.special": 5, - "b.attributes.value": 1, - "container.": 1, - "docMode": 3, - "i.width*.9": 6, - "contextXML": 1, - "solves": 1, - ".cloneNode": 4, - "bg.tbody": 1, - "c.isArray": 5, - "cr": 20, - "m": 76, - "cube": 2, - "/msie": 1, - ".785*t": 1, - "two": 1, - "v.status": 1, - "bf": 6, - "bool.ogg": 2, - "hide=": 1, - "DOMContentLoaded": 14, - "makeArray": 3, - "c.namespace": 2, - "a.text": 1, - "PEG.parser": 1, - "this.valueAverage": 1, - "92": 1, - "one": 15, - "a.currentStyle": 4, - "guid": 5, - "f.style": 4, - "this.initialize.apply": 2, - "this.removeAttribute": 1, - "str1.length": 1, - "Invalid": 2, - "setPointerType=": 1, - "yt.onMotionChanged": 1, - "wi.getContext": 2, - "requires": 1, - "this.prop": 2, - ".wrapAll": 2, - "/g": 37, - "f*.142857": 4, - "gt.height": 1, - "m.text": 2, - "nt.drawImage": 3, - "wt.decimals": 1, - "natively": 1, - "ga": 2, - "previousSibling": 5, - "ctor.prototype": 3, - "pageX": 4, - "indexOf": 5, - "Boolean": 2, - "": 1, - ".871012": 3, - "occurs.": 2, - "jQuery.isEmptyObject": 1, - "jQuerySub.prototype": 1, - "options.protocol": 3, - ".onSocket": 1, - "headerIndex": 4, - "setValue=": 2, - "u*.046728": 1, - "n.led": 20, - "context.nodeType": 2, - "finally": 3, - "n.removeClass": 1, - "d=": 15, - "s*.36": 1, - ".4*k": 1, - "since": 1, - "dest": 12, - "relatedTarget=": 1, - "f.expr.match.POS": 1, - "hover": 3, - "": 1, - "ii.medium.getRgbaColor": 1, - "ht.textColor": 2, - "lt.textColor": 2, - "ft.type": 1, - "*t": 3, - "quadraticCurveTo": 4, - "origContext": 1, - "Optionally": 1, - "Q": 6, - "process.nextTick": 1, - "s.textBaseline": 1, - "st.medium.getHexColor": 2, - "g.getContext": 2, - "dt.height/2": 2, - "fragmentOverride": 2, - "bJ": 1, - ".wrapInner": 1, - "Array.prototype.push": 4, - "proxy": 4, - "tabindex": 4, - "var": 910, - ".off": 1, - "element.hasClass": 1, - "this._httpMessage": 3, - "w.textColor": 1, - ".8175*t": 2, - "u*.88": 2, - "steelseries": 10, - "ck.contentWindow": 1, - "a.fn.constructor": 1, - "optDisabled": 1, - "socket.writable": 2, - "console.error": 3, - "this.document": 1, - "u3000": 1, - "begin.data": 1, - "ut.width": 1, - "ku": 9, - "expandos": 2, - "i.selector": 3, - "core": 2, - "d.removeChild": 1, - "computed": 1, - "parse_digit": 3, - "bt.length": 4, - "this.setThreshold": 4, - "q.namespace": 1, - "d.onload": 3, - "j.handleObj.origHandler.apply": 1, - ".8025*t": 1, - "they": 2, - "q.length": 1, - "unload": 5, - "attrNames": 3, - "net.Server.call": 1, - "tt.symbolColor.getRgbaColor": 1, - "_.extend": 9, - "a.namespace": 1, - "onClose": 3, - "self.shouldKeepAlive": 4, - "x.length": 8, - "a.constructor.prototype": 2, - "support.pixelMargin": 1, - "this.value": 4, - "_results": 6, - "exports.STATUS_CODES": 1, - "f*.5": 17, - "e.toFixed": 2, - "jQuery.support": 1, - "g.defaultView": 1, - "b.options": 1, - "this.trailers": 2, - "/Date/i": 1, - "bt.type": 1, - "gt=": 1, - "Snake.__super__.move.call": 2, - "action": 3, - "c.mimeType": 2, - "option.selected": 2, - "jQuery=": 2, - "
": 4, - "j.call": 2, - "month": 1, - "reset": 2, - "continue": 18, - "ev": 5, - "RE_OCT_NUMBER.test": 1, - "719626": 3, - "this.setForegroundType": 5, - "n.beginPath": 39, - "rinvalidChar.test": 1, - "5": 23, - "isBool": 4, - "outer.firstChild": 1, - "options.auth": 2, - "mq": 3, - "defining": 1, - "Fails": 2, - "*ht": 8, - "le": 1, - "c.boxModel": 1, - "UNICODE.letter.test": 1, - "for": 262, - "/100": 2, - "oi.setAttribute": 2, - ".0365*t": 9, - ".0264*t": 4, - "boolHook": 3, - "bw": 2, - "require": 9, - "p.rotate": 4, - "failDeferred.isResolved": 1, - "v.getResponseHeader": 2, - "chainable": 4, - "d.context": 2, - "//": 410, - "h5": 1, - "operator": 14, - "rwebkit": 2, - "jQuery.fn": 4, - "o.insertBefore": 1, - ".value": 1, - "l.leftMatch": 1, - "this._writeRaw": 2, - "Unterminated": 2, - "dt.getContext": 1, - "h*.42": 1, - "tabIndex": 4, - "Left": 1, - "Length/i": 1, - ".145098": 1, - "and": 42, - "Mozilla": 2, - "last": 6, - "pageXOffset": 2, - "before": 8, - "bW.toLowerCase": 1, - "exports.createClient": 1, - "self.listeners": 2, - "Found": 1, - "backgroundVisible": 2, - "div.style.width": 2, - "c.documentElement.compareDocumentPosition": 1, - "inputElem.type": 1, - "without": 1, - "dark": 2, - "t.light.getRgbaColor": 2, - "gr": 12, - "height=": 17, - ".style": 1, - "fi.play": 1, - "r.addColorStop": 6, - "ff": 5, - "Avoids": 2, - "b.parentNode.selectedIndex": 1, - "called": 2, - "changed": 3, - "read_num": 1, - "shortcut": 1, - "failDeferred.done": 1, - "getData": 3, - "h.slice": 1, - "na": 1, - "used": 13, - "f.support.opacity": 1, - "135": 1, - "f.expr.filters": 3, - "hidden": 12, - "u.backgroundColor": 4, - "v.clearRect": 2, - "wi": 24, - "d.appendChild": 3, - "d.ownerDocument": 1, - "exports.globalAgent": 1, - "m.replace": 1, - "k=": 11, - "cg": 7, - "b": 961, - "obsoleted": 1, - "this._url": 1, - "666666": 2, - "et.drawImage": 1, - "e*.023364": 2, - "first": 10, - "holdReady": 3, - "but": 4, - ".style.textShadow": 1, - "steelseries.PointerType.TYPE2": 1, - "this.el": 10, - "b.clearAttributes": 2, - "d.always": 1, - "parser.finish": 6, - "f*.82": 1, - "": 1, - "know": 3, - "f.support.checkClone": 2, - "h.overrideMimeType": 2, - "e*.518691": 2, - "u221e": 2, - ".specified": 1, - "e/22": 2, - "i.trendColors": 4, - "A.JSON.parse": 2, - "in": 170, - "shrink": 1, - "ex.name": 1, - "rt.addColorStop": 4, - "e*.04": 1, - "n.closePath": 34, - "ru": 14, - "can": 10, - "a.fn.init.prototype": 1, - "799065": 2, - "ot=": 4, - "m.xml": 1, - "n.bezierCurveTo": 42, - "n.translate": 93, - "c.removeData": 2, - "Ta": 1, - "aa.call": 3, - "i/2": 1, - "b.offsetLeft": 2, - "a.prop": 5, - "initialize": 3, - "d.join": 1, - "f.clone": 2, - "net.Server": 1, - ".48": 7, - "f*.571428": 8, - "*ut": 2, - "ye": 2, - "body.insertBefore": 1, - "C.call": 1, - "a.style.filter": 1, - "parser.incoming.statusCode": 2, - "Modernizr._version": 1, - "checkbox/": 1, - "f.event": 2, - "nor": 2, - "props": 21, - "htmlSerialize": 3, - "jQuery.expando": 12, - "pageYOffset": 1, - "F": 8, - "Horse.__super__.move.call": 2, - "ba.call": 1, - "event": 31, - "child.prototype.constructor": 1, - "res.emit": 1, - "result2.push": 1, - "u.roseVisible": 4, - "u.translate": 8, - "2d": 26, - "Static": 1, - "name.substring": 2, - "a.JSON": 1, - "f.support.cors": 1, - "offsets": 1, - "t.width*.5": 4, - "returned": 4, - "PUT": 1, - "args.length": 3, - "getSetAttribute": 3, - "u17b4": 1, - "Buffer": 1, - "strong": 1, - "e.show": 1, - "d.charset": 1, - "b.value": 4, - "list": 21, - "s.textAlign": 1, - "se": 1, - "this.hide": 1, - "this.line": 3, - ".4": 2, - "number": 13, - "then": 8, - "this.appendChild": 1, - "anyone": 1, - "shouldKeepAlive": 4, - "f*i*ft/": 1, - "t*.571428": 2, - "l*u": 1, - "e.length": 9, - "this.prevObject": 3, - "don": 5, - "once": 4, - "f.attrHooks.value": 1, - "expected": 12, - "h*.8": 1, - "e.offset": 1, - "A.document": 1, - "yt/at": 1, - "form": 12, - "this.socket": 10, - "Modernizr.testStyles": 1, - "shivMethods": 2, - "computeErrorPosition": 2, - "S.pos": 4, - "b.restore": 1, - "st*2.5": 1, - "bi*.05": 1, - "w/r": 1, - "Otherwise": 2, - "Math.log10": 1, - "a.guid": 7, - "e.clone": 1, - "x=": 1, - "model.toJSON": 1, - "this.id": 2, - "rightmostFailuresPos": 2, - "resetBuffers": 1, - "di.width": 1, - "f/r": 1, - "x.pop": 4, - ".type": 2, - "jQuery.browser.version": 1, - "c/": 2, - "nr": 22, - "*": 70, - "this.host": 1, - "this._trailer": 5, - "e*.58": 1, - ".049*t": 8, - "steelseries.TrendState.UP": 2, - "b.ownerDocument.body": 2, - "break": 111, - "render": 1, - "at.getImageData": 1, - "bt.labelColor": 2, - "elem.getAttributeNode": 1, - "overflowY": 1, - "false": 142, - "g.selector": 3, - "o.push": 1, - "o._default": 1, - "promise": 14, - "i.live": 1, - "g.namespace": 1, - "parse_unicodeEscapeSequence": 3, - "s.save": 4, - "pi.getContext": 2, - "cx": 2, - "s": 290, - "": 1, - "autofocus": 1, - "Z.exec": 1, - "important": 1, - "onServerResponseClose": 3, - "pt.getContext": 2, - ".05": 2, - "s*.04": 1, - "bl": 3, - "c.stopPropagation": 1, - "Type": 1, - "e.liveFired": 1, - "f.push": 5, - "statusCode": 7, - "html5.shivMethods": 1, - ".04*f": 1, - "y.substr": 1, - "r=": 18, - "s*.1": 1, - "values": 10, - "zIndex": 1, - "string.replace": 1, - "r.exec": 1, - "j.noCloneChecked": 1, - "s*.475": 1, - ".split": 19, - ".guid": 1, - "get": 24, - "f.get": 2, - "steelseries.LedColor.CYAN_LED": 2, - "rNonWord": 1, - "prevUntil": 2, - "staticProps": 3, - "data.constructor": 1, - "cssText.indexOf": 1, - "n.lineTo": 33, - "f.curCSS": 1, - "Backbone.Collection.prototype": 1, - "a.value": 8, - "b.toUpperCase": 3, - "getPreventDefault": 2, - "escapeHTML": 1, - "options.defaultPort": 1, - "result1": 81, - "onto": 2, - "<=>": 1, - "f.queue": 3, - "jQuerySub.fn": 2, - "createFlags": 2, - "jQuery.isArray": 1, - "a.style.cssText": 3, - "<\\/script>": 2, - "bd.test": 2, - "socket.removeListener": 5, - "parse_whitespace": 3, - "supported": 2, - "a.push.apply": 2, - "route.exec": 1, - "click.modal.data": 1, - "hostHeader": 3, - "this._send": 8, - "k.translate": 2, - "c.toFixed": 2, - ".selector": 1, - "f.dequeue": 4, - "loop": 7, - "self.requests": 6, - "ajaxSettings": 1, - "queue": 7, - "a.fn": 2, - "wrapAll": 1, - "Internet": 1, - "overflow=": 2, - "": 4, - "f.isPlainObject": 1, - "statusCode.toString": 1, - "si=": 1, - "f*.18": 4, - "ar.drawImage": 1, - "bt.labelColor.getRgbaColor": 2, - "handleObj": 2, - "W": 3, - "Event=": 1, - "v.readyState": 1, - "cancelBubble=": 1, - "f.parseXML": 1, - "bP": 1, - "#9521": 1, - "jQuery.fn.extend": 4, - "res.writeHead": 1, - "e*.856796": 3, - "": 1, - "u.canvas.height": 7, - "cx.test": 2, - "c.html": 3, - "m.slice": 1, - "isSupported": 7, - "info.headers": 1, - "s*.365": 2, - ".childNodes.length": 1, - "j.elem": 2, - "c.createElement": 12, - "eventPhase": 4, - "x.shift": 4, - "spaces": 3, - "b.converters": 1, - "dataType": 6, - "this._extractParameters": 1, - "e*.15": 2, - ".107476*ut": 1, - "shallow": 1, - "newDefer.reject": 1, - ".attr": 1, - "x.push": 1, - "e.nodeType": 7, - "f.length": 5, - "supportsHtml5Styles": 5, - "r.createElement": 11, - "j.handleObj.data": 1, - "is_token": 1, - "DARK_GRAY": 1, - "hf*.5": 1, - "f.ajax": 3, - "f.sibling": 2, - "o.lastChild": 1, - "a.slice": 2, - "input.charAt": 21, - "failDeferred": 1, - "getResponseHeader": 1, - "all.length": 1, - "parser.maxHeaderPairs": 4, - "what": 2, - "e3": 5, - ".59": 4, - "i.maxMeasuredValueVisible": 8, - "method": 30, - "fromElement": 6, - ".7675*t": 2, - "existing": 1, - "e.fn.init.call": 1, - "this.isShown": 3, - "f*.34": 3, - ".63*u": 3, - "ut.type": 6, - "persist": 1, - "pageY=": 1, - "j.reliableMarginRight": 1, - "c.extend": 7, - "node.canHaveChildren": 1, - "PDF": 1, - "e*kt": 1, - "u.shadowColor": 2, - "some": 2, - "e.makeArray": 1, - "special": 3, - "rr.restore": 1, - "n*6": 2, - ";": 4052, - "normal": 2, - "skip": 5, - "will": 7, - "res.shouldKeepAlive": 1, - "lcdColor": 4, - "f.map": 5, - "l.match.PSEUDO.exec": 1, - "c.zoom": 1, - "j.style.opacity": 1, - "rbrace": 1, - "pairs": 2, - "f.isWindow": 2, - "ClientRequest": 6, - "space_combining_mark": 1, - "width=": 17, - "failDeferred.resolve": 1, - "More": 1, - "isExplorer": 1, - "c.browser.version": 1, - "bind": 3, - "d.getMilliseconds": 1, - ".FreeList": 1, - "pos0": 51, - "e*.537383": 2, - "f*.546728": 2, - "c.borderTopWidth": 2, - "i.hasClass": 1, - "u*.055": 2, - "tf": 5, - "orig": 3, - "j.length": 2, - "window.document": 2, - "fadeToggle": 1, - "us": 2, - "f.canvas.width*.4865": 2, - "remove": 9, - "g.join": 1, - "ClientRequest.prototype.setTimeout": 1, - "closeExpression": 1, - "regexp": 5, - "WHITESPACE_CHARS": 2, - "d.stop": 2, - "steelseries.TickLabelOrientation.TANGENT": 2, - "...": 1, - "": 3, - "e.getAttribute": 2, - "f.find": 2, - "self.emit": 9, - "d.toUTCString": 1, - "d.start": 2, - "g/": 1, - "v.canvas.height": 4, - "h*.48": 1, - "replaceAll": 1, - "loses": 1, - "e.isDefaultPrevented": 2, - "b.checked": 1, - "doesn": 2, - "doc": 4, - "u.toPrecision": 1, - "Horse.prototype.move": 2, - "g.top": 1, - "old": 2, - "fledged": 1, - "d.shift": 2, - "methodMap": 2, - "_.bindAll": 1, - "automatically": 2, - "gets": 6, - "cssNumber": 3, - "DOM": 21, - "d.playing": 2, - "bT.apply": 1, - ".find": 5, - "fix": 1, - "Modal.prototype": 1, - "s*.831775": 1, - "k*.57": 1, - "sibling": 1, - "Diego": 2, - "c.inArray": 2, - "bg.optgroup": 1, - "OutgoingMessage.prototype._storeHeader": 1, - "this.output.length": 5, - "a.currentStyle.filter": 1, - "Assume": 2, - "c.crossDomain": 3, - "rvalidchars": 2, - "offsetSupport.fixedPosition": 1, - "b.insertBefore": 3, - "math": 4, - "self.getHeader": 1, - "cleanExpected.push": 1, - "u.knobStyle": 4, - "max": 1, - "CDATA": 1, - "too": 1, - "d.nodeType": 5, - "<[\\w\\W]+>": 4, - "parserOnHeadersComplete": 2, - "window.DocumentTouch": 1, - "setCss": 7, - "window.msMatchMedia": 1, - "ignoreCase": 1, - "u.lcdVisible": 2, - "tickCounter*h": 2, - "e/1.95": 1, - ".875*t": 3, - "b.getBoundingClientRect": 1, - "c.expando": 2, - "cm": 2, - "h": 499, - "b.src": 4, - ".specialSubmit": 2, - "scrollLeft": 2, - "self.socket": 5, - "transferEncodingExpression": 1, - "history.pushState": 1, - "c.support.style": 1, - "appendChild": 1, - "Ensure": 1, - "click": 11, - "ba": 3, - "n.test": 2, - "steelseries.PointerType.TYPE8": 1, - "e.bindReady": 1, - "means": 1, - "d.resolveWith": 1, - "js_error": 2, - "_=": 1, - "r.addClass": 1, - "changeBubbles": 3, - "seenCR": 5, - "parse_letter": 1, - "this.setMaxValue": 3, - "f.support.shrinkWrapBlocks": 1, - "it": 112, - "c.defaultView.getComputedStyle": 3, - "m.apply": 1, - "option.disabled": 2, - "parentNode": 10, - "./g": 2, - "ru=": 1, - "s*.035": 2, - "b.jquery": 1, - "exec": 8, - "paddingMarginBorder": 5, - "parseFloat": 30, - "inline": 3, - "_pos": 2, - "ForegroundType": 2, - "stroke": 7, - "e.isReady": 1, - "child.prototype": 4, - "JS": 7, - "item.bind": 1, - ".8225*t": 3, - "kt.drawImage": 1, - "bJ.test": 1, - "focusin": 9, - "u.useColorLabels": 2, - "h*.04": 1, - "c.left": 4, - "__slice": 2, - "params.url": 2, - "socket._httpMessage": 9, - "fakeBody.style.background": 1, - "trying": 1, - "/json/": 1, - "bg.option": 1, - "c.removeClass": 1, - "div.cloneNode": 1, - "x.browser": 2, - "property": 15, - "f.now": 2, - "f*.29": 19, - "Create": 1, - "c.loadXML": 1, - "time": 1, - "a.exec": 2, - "e.isWindow": 2, - "Convert": 1, - "g.origType.replace": 1, - "this.add": 1, - "f.fragments": 3, - "L": 10, - "Object": 4, - "bE": 2, - "over": 7, - ".parentNode.removeChild": 2, - "model.id": 1, - "y.exec": 1, - "loc": 2, - "self.socket.once": 1, - "res": 14, - ".8*t": 2, - "pu.state": 1, - "this.resetMinMeasuredValue": 4, - "rbrace.test": 2, - "jQuery.nodeName": 3, - "apply": 8, - "show": 10, - "jQuery._data": 2, - "begin": 1, - "225": 1, - "t*.05": 2, - "Q.test": 1, - "hooks.get": 2, - "style/": 1, - "a.execScript": 1, - "RESERVED_WORDS": 2, - "i.height*.5": 2, - "gt.length": 2, - "Tween.regularEaseInOut": 6, - "_jQuery": 4, - "f.find.matchesSelector": 2, - "a.responseText": 1, - "controls": 1, - "incoming": 2, - "ServerResponse.prototype.writeHeader": 1, - "isEventSupported": 5, - "u202F": 1, - "dot": 2, - "UNARY_POSTFIX": 1, - "k*.446666": 2, - "memory": 8, - "Ba": 3, - "self": 17, - "509345": 1, - "i.substring": 3, - "handlers": 1, - "rejectWith": 2, - "n/g": 1, - "bool.h264": 1, - "createLinearGradient": 6, - "div.attachEvent": 2, - "window.location.search": 1, - "": 2, - "params.data": 5, - "OutgoingMessage.prototype._buffer": 1, - "g.length": 2, - "Backbone.Model.extend": 1, - "fade": 4, - "statusLine": 2, - "this._headerSent": 5, - "/close/i": 1, - "member": 2, - "e*.453271": 5, - "converters": 2, - "name.indexOf": 2, - "metaKey": 5, - "R.test": 1, - "parser": 27, - "Modernizr.testProp": 1, - "r*255": 1, - "privateCache": 1, - "g.trigger": 2, - "b.selectedIndex": 2, - "KEYWORDS_ATOM": 2, - "f*.365": 2, - "re": 2, - "crossDomain=": 2, - "s.test": 1, - ".fail": 2, - "a.dataFilter": 2, - "J=": 1, - "f.Event": 2, - "prop.substr": 1, - "k.labelColor.setAlpha": 1, - "c.browser.webkit": 1, - "borderLeftWidth": 1, - "jQuerySub": 7, - "TAG": 2, - "oi*.05": 1, - "callbacks.shift": 1, - "defaults": 3, - "za": 3, - "parser.socket.parser": 1, - ".WebkitAppearance": 1, - "section": 2, - "mminMeasuredValue": 1, - "jQuery.attrFix": 2, - "h.value": 3, - "level": 3, - "index": 5, - "yet": 2, - "c.shift": 2, - "i*.007142": 4, - "this.empty": 3, - "ck.height": 1, - "w=": 4, - "h*1.17": 2, - "c.push": 3, - "should": 1, - "submit": 14, - "875": 2, - "co=": 2, - "jQuery.removeAttr": 2, - "jQuery.propFix": 2, - "UNICODE.non_spacing_mark.test": 1, - "i.frameVisible": 10, - "tests": 48, - "a.childNodes": 1, - "tokpos": 1, - "lf": 5, - "end=": 1, - "removeEventListener": 3, - "b.specified": 2, - "ajaxStart": 1, - "keep": 1, - "STATUS_CODES": 2, - "valuesNumeric": 4, - "cssProps": 1, - "l.order": 1, - "S.line": 2, - "getValueAverage=": 1, - "this.setScrolling": 1, - "fi.setAttribute": 2, - "n.stroke": 31, - "bx": 2, - "transferEncodingExpression.test": 1, - "s*.060747": 2, - "ki.pause": 1, - "width": 32, - "e.browser.version": 1, - "IE6": 1, - "ownerDocument.documentShived": 2, - "h6": 1, - "Internal": 1, - ".triggerHandler": 1, - "ft.width": 1, - "ti=": 2, - ".79*t": 1, - "f.expr.filters.animated": 1, - "options.routes": 2, - "y.length": 1, - "f.valHooks": 7, - "this.getFragment": 6, - "q=": 1, - "result.SyntaxError": 1, - "ci=": 1, - "u.size": 4, - "orig=": 1, - "this.map": 3, - "ck.width": 1, - "animate": 4, - "single": 2, - "IncomingMessage.prototype.destroy": 1, - "stream.Stream": 2, - "check": 8, - "req.httpVersionMajor": 2, - "RE_DEC_NUMBER": 1, - ".cssText": 2, - "/ig": 3, - "f.event.handle.apply": 1, - "track": 2, - "result=": 1, - "yt.width": 2, - "p.setup.call": 1, - "escapeRegExp": 2, - "on": 37, - "d.push": 1, - "Date.prototype.toJSON": 2, - "addClass": 2, - "iframes": 2, - "DTRACE_HTTP_CLIENT_REQUEST": 1, - "this._finish": 2, - "expectExpression": 1, - "regular": 1, - "wt.light.getRgbaColor": 2, - "u.strokeStyle": 2, - "o/r": 1, - "safety": 1, - "f.ajaxSettings.xhr": 2, - "": 1, - "also": 5, - "options.createConnection": 4, - "ex.stack": 1, - "STANDARD": 3, - "Za": 2, - "want": 1, - "e.isPlainObject": 1, - "wrapInner": 1, - "085": 4, - "c.overflow": 1, - "isNode": 11, - "ch": 58, - "c": 775, - "this": 577, - "removeData": 8, - "regularEaseInOut": 2, - "unitStringVisible": 4, - "min": 2, - "c.ajax": 1, - "data=": 2, - ".fireEvent": 3, - "this.selected": 1, - "self.createConnection": 2, - "this.output.push": 2, - "parser.incoming.complete": 2, - "d.onMotionChanged": 2, - "560747": 4, - "name.length": 1, - "getElementsByTagName": 1, - "cssomPrefixes.join": 1, - "k*.037383": 11, - "propHooks": 1, - "h.set": 1, - "f.ajaxTransport": 2, - "iframe": 3, - "reasonPhrase": 4, - "this.outputEncodings.shift": 2, - "info.upgrade": 2, - "523364": 5, - "gradientFraction2Color": 1, - "d*.093457": 2, - "s*.355": 1, - "ot.type": 10, - ".is": 2, - "e.map": 1, - "late": 2, - "cl.createElement": 1, - "c.support.scriptEval": 2, - "destroyed": 2, - "div.firstChild": 3, - "type=": 5, - "ret.comments_before": 1, - "kt.textColor": 2, - "0px": 1, - "input.length": 9, - "b.drawImage": 1, - "ut*.61": 1, - ".when": 1, - "f.ajaxSettings": 4, - "j.parentNode": 1, - "b.nodeType": 6, - "rv": 4, - "care": 1, - "cssFloat": 4, - "req.onSocket": 1, - "t.toFixed": 2, - "k.nodeType": 1, - "elem.nodeName.toLowerCase": 2, - "this.shouldKeepAlive": 4, - "exports.set_logger": 1, - "doneCallbacks": 2, - "which": 8, - "res.statusCode": 1, - "parsers.free": 1, - "window.html5": 2, - "chars.join": 1, - "ECMA": 1, - ".85*t": 2, - "properly": 2, - "JSON": 5, - "c.isDefaultPrevented": 2, - "*st/": 1, - ".49": 4, - "t.height": 2, - "yf": 3, - ".innerHTML": 3, - "Match": 3, - "object": 59, - "f.ready": 1, - "e.error": 2, - "45": 5, - "t*.121428": 1, - "t.lineTo": 8, - "v.expr": 4, - "originalTarget": 1, - "/.exec": 4, - "continueExpression": 1, - "steelseries.ColorDef.BLUE": 1, - ".471962*f": 5, - "": 5, - "make": 2, - "pageX=": 2, - "e._Deferred": 1, - "g.guid": 3, - "h.status": 1, - "*.05": 4, - "auto": 3, - "m.elem": 1, - "math.cube": 2, - "G": 11, - "free": 1, - "Object.keys": 5, - "this._headers.concat": 1, - "bo.test": 1, - "f.fn.jquery": 1, - "dequeue": 6, - "child": 17, - "a.compareDocumentPosition": 1, - "u.pointerTypeLatest": 2, - "this.constructor": 5, - "ajax": 2, - "target=": 2, - "s.getElementById": 1, - "change": 16, - "Agent.prototype.addRequest": 1, - "mStyle.background": 1, - "et.length": 2, - "ai.height": 1, - "iu.getContext": 1, - "e.body": 3, - "inner": 2, - "u17b5": 1, - "q.splice": 1, - "resp": 3, - "regex_allowed": 1, - "ki=": 1, - "c.hasContent": 1, - "tr": 23, - "enumerated": 2, - "sf": 5, - "Sizzle.isXML": 1, - "works": 1, - "g.reject": 1, - "socket.parser": 3, - "self.path": 3, - "gradientFraction3Color": 1, - "n.shadowBlur": 4, - "i.valueColor": 6, - ".5": 7, - "getContext": 26, - "d.guid": 4, - "classProps": 2, - "e.isArray": 2, - "a.defaultValue": 1, - "bool.mp3": 1, - "i.lcdVisible": 8, - "this.doesAddBorderForTableAndCells": 1, - "": 1, - "/bfnrt": 1, - "trick": 2, - "d.unshift": 2, - "d.events": 1, - "res.detachSocket": 1, - "f/": 1, - "e.splice": 1, - "div.appendChild": 4, - "e.type": 6, - "y*.121428": 2, - "input.cloneNode": 1, - "": 1, - "rnotwhite.test": 2, - "usemap": 2, - "jQuery.uaMatch": 1, - "res.assignSocket": 1, - "stopImmediatePropagation": 1, - "removeClass": 2, - "Document": 2, - "collection": 3, - "parser.socket.onend": 1, - "//basic": 1, - "inverted": 4, - ".63*e": 3, - "u*.028037": 6, - ".nodeType": 9, - "fx": 10, - "saveClones.test": 1, - "fnDone": 2, - "Non": 3, - "mouseleave": 9, - "h.id": 1, - "el": 4, - "ns": 1, - "k*.47": 1, - "c.fn.extend": 4, - "i.sort": 1, - "+": 1135, - "h/vt": 1, - "hrefNormalized": 3, - "find": 7, - "h.guid": 2, - "keyup.dismiss.modal": 2, - "b.rotate": 1, - "n.lineJoin": 5, - ".89*f": 2, - "offsetX": 4, - "zoom": 1, - "parser.incoming.readable": 1, - ".12864": 2, - "": 1, - "key/value": 1, - ".innerHTML.replace": 1, - "bubbles": 4, - "bF.test": 1, - "a.selector": 4, - "Hold": 2, - "f.concat.apply": 1, - "cy": 4, - "t": 436, - "util.inherits": 7, - "document.styleSheets": 1, - "ATOMIC_START_TOKEN": 1, - "Missing": 1, - "d.getContext": 2, - "bm": 3, - "isEmptyDataObject": 3, - "g.handler": 1, - "resolveWith": 4, - "01": 1, - "docElement.removeChild": 1, - "aa": 1, - "g.height": 4, - "steelseries.Odometer": 1, - "this.end": 2, - "support.optDisabled": 1, - "v.statusCode": 2, - "pushStack": 4, - "non_spacing_mark": 1, - "ct*5": 1, - "t*.856796": 1, - "ku.repaint": 1, - "flags.stopOnFalse": 1, - "

": 2, - "this.iframe.document.open": 1, - "Modernizr": 12, - ".7925*t": 3, - "tickCounter": 4, - "l.push.apply": 1, - "ht": 34, - "trim": 5, - "access": 2, - "rt=": 3, - "e.level": 1, - "d.ifModified": 1, - "result2": 77, - "u.foregroundType": 4, - "FrameDesign": 2, - "#9699": 1, - "collisions": 1, - "exports.get": 1, - "req._hadError": 3, - "result0.push": 1, - "label": 2, - "S.tokline": 3, - "at=": 3, - "r*1.014": 5, - "because": 1, - ".51*k": 1, - "key.match": 1, - "": 1, - "selected=": 1, - "f*r*bt/": 1, - "f.attr": 2, - "letter": 3, - "h.hasClass": 1, - "a.toLowerCase": 4, - "c.getElementById": 1, - "Backbone.history.route": 1, - "OutgoingMessage.prototype.destroy": 1, - "div.id": 1, - "parse_classCharacter": 5, - ".22": 1, - "": 1, - "doScrollCheck": 6, - "loc.protocol": 2, - "mStyle": 2, - "bargraphled": 3, - "rvalidescape": 2, - "X": 6, - "labelColor": 6, - "i.getAlpha": 1, - "bQ": 3, - ".checked": 2, - "parser.socket": 4, - "JS_Parse_Error": 2, - "h.dark.getRgbaColor": 3, - "<-270&&e>": 2, - ".0163*t": 7, - "s.": 1, - ".events": 1, - "Agent.prototype.removeSocket": 1, - "this.chunkedEncoding": 6, - "u.pointerTypeAverage": 2, - "504672": 2, - "u*.73": 3, - "f.cleanData": 4, - "END_OF_FILE": 3, - "//XXX": 1, - "d.async": 1, - ".remove": 2, - "//abort": 1, - "i.foregroundVisible": 10, - "t.getRed": 4, - "Own": 2, - "id": 38, - "div.style.cssText": 1, - "isLocal": 1, - "self.port": 1, - "OutgoingMessage.prototype._finish": 1, - "parser.onMessageComplete": 1, - "is_comment": 2, - "it.getContext": 2, - "at/yt": 4, - "div.addEventListener": 1, - ".parentNode": 7, - "being": 2, - "a.checked": 4, - "nodeName": 20, - "support.reliableMarginRight": 1, - "n.substring": 1, - ".toUpperCase": 3, - "a.jquery": 2, - "Aa": 3, - "a.context": 2, - "value.call": 1, - "f.support": 2, - "fnFail": 2, - ".marginTop": 1, - "css": 7, - "jQuery.uuid": 1, - "this.getUTCHours": 1, - "Grab": 1, - ".end": 1, - "safe": 3, - "prefixes.join": 3, - "crashing": 1, - "f*.35": 26, - ".0038*t": 2, - "steelseries.TickLabelOrientation.NORMAL": 2, - "this.offset": 2, - "detail": 3, - "this.connection.write": 4, - "n.lineWidth/2": 2, - "vt/": 3, - "a.removeChild": 2, - "/javascript": 1, - "window.location": 5, - "<": 209, - "this._hasBody": 6, - "fi.pause": 1, - "ut*.13": 1, - "c.get": 1, - "lastData.constructor": 1, - "u.shadowBlur": 2, - "active": 2, - "c.result": 3, - "with": 18, - "this.httpAllowHalfOpen": 1, - "s.on": 4, - "pos1": 63, - "keyword": 11, - "_len": 6, - "u206f": 1, - "b.mergeAttributes": 2, - "k.uniqueSort": 5, - "b.createElement": 2, - "border": 7, - "/SVGAnimate/.test": 1, - "getRgbaColor": 21, - "METAL": 2, - "u.createRadialGradient": 1, - "this.resetMaxMeasuredValue": 4, - "ut": 59, - "routes.length": 1, - "shift": 1, - "jQuery.browser.safari": 1, - "net.createConnection": 3, - "ar": 20, - "row": 1, - "et.width": 1, - "steelseries.ForegroundType.TYPE1": 5, - "nType": 8, - ".*": 20, - "useGradient": 2, - ".76": 1, - "throw": 27, - "propName": 8, - "checked": 4, - "domManip": 1, - "this.col": 2, - "72": 1, - "it=": 7, - "t/2": 1, - "d.detachEvent": 1, - "specialSubmit": 3, - "WebSockets": 1, - ".HTTPParser": 1, - "i.minValue": 10, - "__extends": 6, - "i.offsetLeft": 1, - "eventSplitter": 2, - "e.ownerDocument": 1, - "c.namespace_re": 1, - "element.appendTo": 1, - "empty": 3, - "g.scrollLeft": 1, - "hasClass": 2, - "model.idAttribute": 2, - "checkOn": 4, - "measureText": 4, - "ot": 43, - "h.nodeType": 4, - "s.body.removeChild": 1, - "focusout": 11, - "value.length": 1, - "n.shadowColor": 2, - "isEmptyObject": 7, - "i.get": 1, - "range": 2, - "leftMatch": 2, - "target.data": 1, - "or.restore": 1, - "c.support.submitBubbles": 1, - "c.currentTarget": 2, - ".push": 3, - "clone": 5, - "url": 23, - "top": 12, - "<=1&&a&&f.isFunction(a.promise)?a:f.Deferred();if(d>": 1, - "http": 6, - "i.width*.5": 2, - "b.currentStyle": 2, - "doesAddBorderForTableAndCells": 1, - "f.attrHooks.name": 1, - "cn": 1, - "i": 853, - "": 1, - "bb": 2, - "order": 1, - "c.call": 3, - "href=": 2, - "": 1, - "OutgoingMessage.prototype._renderHeaders": 1, - "et.height": 1, - "f.hasData": 2, - "string": 41, - "er.getContext": 1, - "n.lineWidth": 30, - "tom.move": 2, - "a.outerHTML": 1, - "I.beforeactivate": 1, - "when": 20, - "UNICODE": 1, - ".7875*t": 4, - "l.match.PSEUDO.test": 1, - "c.fn.triggerHandler": 1, - "tokcol": 1, - "n.fillRect": 16, - "iu": 14, - "copied": 1, - "s.addEventListener": 3, - "dashed": 1, - ".unload": 1, - "": 1, - "hi": 15, - "setOffset": 1, - "u.length": 3, - "a.contentWindow.document": 1, - "OutgoingMessage.prototype.addTrailers": 1, - "self._emitData": 1, - "<=f[n].stop){t=et[n],i=ut[n];break}u.drawImage(t,0,0),kt(a,i)},this.repaint(),this},wr=function(n,t){t=t||{};var>": 1, - "hi.height": 3, - "content": 5, - "emptyGet": 3, - "k.style.width": 1, - "TEXT": 1, - "f.canvas.height*.27": 2, - "deferred.resolveWith": 5, - "rowSpan": 2, - "length": 48, - "bg.th": 1, - "ufff0": 1, - "h.replace": 2, - "*lt": 9, - "GET": 1, - "reference": 5, - "certain": 2, - "continually": 2, - "b.dataTypes": 2, - "eE": 4, - "frameborder": 2, - "a.href": 2, - "j.optDisabled": 1, - "CRLF": 13, - "parse_zeroEscapeSequence": 3, - "s*.32": 1, - "v.done": 1, - "document.body": 8, - "keyCode=": 1, - "f.expando": 23, - "namedParam": 2, - "executing": 1, - "support.shrinkWrapBlocks": 1, - "handler.route.test": 1, - "c.getResponseHeader": 1, - "Chrome": 2, - "wu.repaint": 1, - "oi/2": 2, - "n.createLinearGradient": 17, - "same": 1, - "class.": 1, - "visible": 1, - "M": 9, - "window.applicationCache": 1, - "errorPosition": 1, - "arc": 2, - "wt.decimalForeColor": 1, - "bF": 1, - "xhr": 1, - "vt.getContext": 1, - "options": 56, - "_.bind": 2, - "this.checked": 1, - "b.textContent": 2, - "call": 9, - "": 2, - "err.stack": 1, - "tfoot": 1, - "setValueAnimatedAverage=": 1, - "ft.length": 2, - "able": 1, - "toElement": 5, - "d.call": 3, - "returns": 1, - "other": 3, - "ret": 62, - "detachEvent": 2, - "object.constructor.prototype": 1, - "yt.height": 2, - "k/2": 1, - "this.sub": 2, - "is_alphanumeric_char": 3, - "e.fragment": 1, - "_bindRoutes": 1, - "b.handle.elem": 2, - "/http/.test": 1, - "clearInterval": 6, - "a.call": 17, - "o.test": 1, - "t*.82": 1, - "ai.getContext": 2, - "live.": 2, - "elements": 9, - "D.apply": 1, - "cleanExpected": 2, - "di.getContext": 2, - "jQuery.noop": 2, - "deferred.done.apply": 2, - "fragment": 27, - "Last": 2, - "char_": 9, - "f*.1": 5, - "u*.093457": 10, - "notxml": 8, - "obj.nodeType": 2, - "absolute": 2, - "j.getAttribute": 2, - "getByName": 3, - "fadeIn": 1, - "OutgoingMessage.call": 2, - "ni.textColor": 2, - "n.createRadialGradient": 4, - "n.textAlign": 12, - "c.support.hrefNormalized": 1, - "ClientRequest.prototype.setSocketKeepAlive": 1, - "er": 19, - "beginPath": 12, - "done": 10, - "browserMatch.browser": 2, - "Not": 4, - "testProps": 3, - "345794": 3, - "df": 3, - "contains": 8, - "1": 97, - "bP.test": 1, - "c.getElementsByTagName": 1, - "selectorDelegate": 2, - "b.indexOf": 2, - "cb.test": 1, - "c.preventDefault": 3, - "STANDARD_GREEN": 1, - "e*.4": 1, - "vu": 10, - ".fail.apply": 1, - "state=": 1, - "z": 21, - "reportFailures": 64, - "130841": 1, - "ui": 31, - "option.parentNode.disabled": 2, - "screenY": 4, - "a.fireEvent": 1, - "bs": 2, - "params.processData": 1, - "halted": 1, - "parserOnHeaders": 2, - "h.scrollLeft": 2, - "f.support.reliableHiddenOffsets": 1, - "f.nodeName": 16, - "i=": 31, - "this.addListener": 2, - "h1": 5, - "v.createRadialGradient": 2, - "ui.getContext": 4, - "b.contentType": 1, - "

": 2, - "calls": 1, - "a.responseFields": 1, - "ctrlKey": 6, - "maxSockets": 1, - "onMotionChanged=": 2, - "textOrientationFixed": 2, - "83": 1, - "marginRight": 2, - "was": 6, - "s.clearRect": 3, - "12864": 2, - "frame": 23, - "marks": 1, - "d.parentNode": 4, - "useMap": 2, - "window.location.pathname": 1, - "v.complete": 1, - "Necessary": 1, - "t.getGreen": 4, - "a.parentNode.firstChild": 1, - ".nodeName": 2, - "uFEFF": 1, - "k.drawImage": 3, - "Math.PI/3": 1, - "steelseries.BackgroundColor.DARK_GRAY": 7, - "ab.test": 1, - "shiftKey": 4, - "Fire": 1, - "//if": 2, - "void": 1, - "is_identifier_char": 1, - "pu": 9, - "_.exec": 2, - "just": 2, - "this._renderHeaders": 3, - "ServerResponse.prototype._implicitHeader": 1, - "495327": 2, - "steelseries.BackgroundColor.PUNCHED_SHEET": 2, - "i.getContext": 2, - "oi": 23, - "i.knobType": 4, - "ie6/7": 1, - "e.offsetTop": 4, - "input.substr": 9, - "S.newline_before": 3, - "tokline": 1, - "s/vt": 1, - "a.navigator": 1, - "c.each": 2, - "i.resolveWith": 1, - "style.cssRules": 3, - "domPrefixes": 3, - "a.dataTypes": 2, - "c.merge": 4, - ".06*f": 2, - "ui/2": 1, - "*st": 1, - "character": 3, - "we": 25, - "triggerHandler": 1, - "q.push": 1, - "Agent.defaultMaxSockets": 2, - "shouldSendKeepAlive": 2, - "71028": 1, - "d.nodeValue": 3, - "bb.test": 2, - "cc": 2, - "jQuery.prototype": 2, - "utcDate": 2, - "i.getBlue": 1, - "FF4": 1, - "Backbone.Router.extend": 1, - "unless": 2, - ".before": 1, - "bW": 5, - "i.shift": 1, - "f._data": 15, - "setSection=": 1, - "et.save": 1, - "k*.514018": 2, - ".closest": 4, - "elvis": 4, - "num": 23, - "a.url": 1, - "ServerResponse.prototype.writeHead": 1, - "slice.call": 3, - "n.setAttribute": 1, - "required": 1, - "k.parentNode": 1, - "t.exec": 1, - "h.setRequestHeader": 1, - "e.style.top": 2, - "a.cloneNode": 3, - ".698039": 1, - "this.setValueColor": 3, - "both": 2, - "jquery": 3, - "options.headers": 7, - "token.value": 1, - "nt.restore": 1, - "jsonpCallback": 1, - "parseXML": 1, - "u00c0": 2, - "counter": 2, - "parsers": 2, - "begin.rawText": 2, - "it.labelColor": 2, - "kt.save": 1, - "jQuerySub.superclass": 1, - "e.handle": 2, - "rr.length": 1, - "a.fn.init": 2, - "/html/": 1, - "": 1, - "ya": 2, - "fail": 10, - "cache=": 1, - "execute": 4, - "setValueAverage=": 1, - "rect": 3, - "k.length": 2, - "c.data": 12, - "s*.565": 1, - "deferred.promise": 1, - "jQuery.prop": 2, - "this._wantsPushState": 3, - "c.xhrFields": 3, - "a.fragment.cloneNode": 1, - "non": 8, - "this.emit": 5, - "wt.getContext": 1, - "v=": 5, - "s.attachEvent": 3, - "B": 5, - "OutgoingMessage": 5, - "kt.translate": 2, - "n.font": 34, - "g.resolveWith": 3, - "f.grep": 3, - "self.socket.writable": 1, - "CONNECT": 1, - "i*.45": 4, - "n.shadowOffsetX": 4, - "n.rotate": 53, - "lr": 19, - "cl.body.appendChild": 1, - "options.hostname": 1, - "t.width*.1": 2, - "kf": 3, - "Accept": 1, - "jQuerySub.fn.constructor": 1, - "e.fn.init.prototype": 1, - "keys.length": 5, - "parser.onIncoming": 3, - "ownerDocument.createElement": 3, - "has_e": 3, - ".12*f": 2, - "e.orig": 1, - "ya.call": 1, - "this.tagName": 1, - "ajaxPrefilter": 1, - "a.appendChild": 3, - "offsetSupport.doesNotIncludeMarginInBodyOffset": 1, - "contentLengthExpression": 1, - "odo": 1, - "p/r": 1, - "e.hide": 2, - "forcePushState": 2, - "className": 4, - "sa": 2, - "We": 6, - "e.prototype": 1, - "port": 29, - "len.toString": 2, - "sentConnectionHeader": 3, - "exports.PRECEDENCE": 1, - "4c4c4c": 1, - ".65*u": 1, - "plain": 2, - "count": 4, - "f.offset": 1, - "shrinkWrapBlocks": 2, - "Array.prototype.indexOf": 4, - "size": 6, - "continue/i": 1, - "this._source": 1, - "f*": 5, - "attrChange": 4, - "p=": 5, - ".0214*t": 13, - "e/ut": 1, - "i.customLayer": 4, - "internalCache": 3, - "attrFix": 1, - "PUNC_BEFORE_EXPRESSION": 2, - "b.save": 1, - "f*.012135/2": 1, - "ht*yi": 1, - "inner.style.top": 2, - "bodyHead": 4, - "parser.onHeadersComplete": 1, - "rightmostFailuresExpected": 1, - "setPointSymbols=": 1, - "f.ajaxSetup": 3, - "Styles": 1, - "column": 8, - "se.drawImage": 1, - "c.isPropagationStopped": 1, - "isArray": 10, - "encoding": 26, - "&": 13, - "readOnly": 2, - "rule.split": 1, - "read_while": 2, - ".0467*f": 1, - "wt.medium.getRgbaColor": 3, - "r.setAlpha": 8, - "against": 1, - "list.length": 5, - "readyState": 1, - "Backbone.sync": 1, - "i.test": 1, - "this.socket.once": 1, - "obj.length": 1, - ".86*t": 4, - "et.translate": 2, - "/255": 1, - "now=": 1, - "always": 6, - "a.nodeType": 27, - "i*.856796": 2, - "h.toFixed": 3, - "ct": 34, - "o": 322, - "thisCache": 15, - "contentEditable": 2, - "inspect": 1, - "Ya": 2, - "onSocket": 3, - "this._deferToConnect": 3, - "this.column": 1, - "f/10": 1, - "ft.height": 1, - "bh": 1, - "c.unshift": 1, - "window.Modernizr": 1, - "k*.13": 2, - "i.events": 2, - "res.on": 1, - "localAddress": 15, - "Tween.elasticEaseOut": 1, - "f.save": 5, - "94": 1, - "nextUntil": 1, - "args": 31, - "h.setAttribute": 2, - "c.makeArray": 3, - "v.abort": 1, - "exports.KEYWORDS_ATOM": 1, - "h/ht": 1, - "g.left": 1, - "isPlainObject": 4, - "k.error": 2, - "h.responseText": 1, - "own": 4, - "i.titleString": 10, - "this.nodeName.toLowerCase": 1, - "elem": 101, - "/i": 22, - "pipe": 2, - "toUpperCase": 1, - "j.attr": 1, - "jQuery.Callbacks": 2, - "div.style.overflow": 2, - "t*.19857": 1, - "e*.35514": 2, - "wt.decimalBackColor": 1, - "i.threshold": 10, - "xml": 3, - "Unique": 1, - "self._renderHeaders": 1, - "li=": 1, - "": 1, - "autoplay": 1, - "collection.": 1, - "Sa": 2, - "R.apply": 1, - ".trigger": 3, - "yr": 17, - "e.document.compatMode": 1, - "a.elem": 2, - "Object.prototype.toString": 7, - "tagName": 3, - "s*.38": 2, - "incorrectly": 1, - "35": 1, - "Top": 1, - "<<": 4, - "RE_HEX_NUMBER.test": 1, - "t*.053": 1, - "f.toFixed": 1, - "S": 8, - "outer": 2, - "appended": 2, - "h*t": 1, - "ifModified": 1, - "rwebkit.exec": 1, - "bL": 1, - "offsetWidth/Height": 3, - "isNaN": 6, - "steelseries.BackgroundColor.CARBON": 2, - "bi*.9": 1, - "attributes": 14, - "jQuery.isWindow": 2, - "_.isRegExp": 1, - "UNICODE.space_combining_mark.test": 1, - "lineWidth": 1, - "ni.width": 2, - "st.width": 1, - "l.top": 1, - "week": 1, - "ua.indexOf": 1, - "T.find": 1, - ".call": 10, - "Mark": 1, - "1_=": 1, - "onError": 3, - "this.pushStack": 12, - "sr": 21, - "central": 2, - "trimming": 2, - "f.attrFn": 3, - "textarea": 8, - ".support.transition": 1, - "e*.504672": 4, - "rf": 5, - "inserted": 1, - "available": 1, - "flag": 1, - "a.options": 2, - "l.style": 1, - "70588": 4, - "856796": 4, - "current": 7, - "exports.RESERVED_WORDS": 1, - "#10870": 1, - "only": 10, - "search": 5, - "params.beforeSend": 1, - "onRemove": 3, - "XXX": 1, - "this.finished": 4, - "i.thresholdVisible": 8, - "offset": 21, - "many": 3, - ".55": 1, - "setData": 3, - "a.mimeType": 1, - "f*.856796": 2, - "f*.7": 2, - "*ue": 1, - "Call": 1, - "fast": 1, - "_mark": 2, - "jQuery.attrHooks": 2, - "Handle": 14, - "regex": 3, - "a.selectedIndex": 3, - "readyState=": 1, - "f.fn.css": 1, - "marginDiv.style.marginRight": 1, - "Modernizr._prefixes": 1, - "ex": 3, - "yt.stop": 1, - "at/kt": 1, - "maybe": 2, - "flags": 13, - "h.namespace": 2, - "_.uniqueId": 1, - ".selected": 1, - "f.support.deleteExpando": 3, - "st=": 3, - "i.addColorStop": 27, - "parse_comment": 3, - "g.document.body": 1, - "a.unit": 1, - "ms": 2, - "g.className": 4, - "parseInt": 12, - "i.style.marginRight": 1, - "bt=": 3, - "t.createLinearGradient": 2, - "u.toFixed": 2, - "k.isXML": 4, - "names": 2, - "select.appendChild": 1, - "exports.createServer": 1, - "connector_punctuation": 1, - "i.tickLabelOrientation": 4, - "Avoid": 1, - "f.data": 25, - "return": 944, - "v.set": 5, - "h.resolveWith": 1, - "info.shouldKeepAlive": 1, - "steelseries.Orientation.WEST": 6, - "by": 12, - "queue=": 2, - "elements.split": 1, - "h*.006": 1, - "n/255": 1, - "possible": 3, - "c.body.appendChild": 1, - "Trigger": 2, - "odd": 2, - "beforeactivate": 1, - ".proxy": 1, - "pt.width": 1, - "": 1, - "trimLeft": 4, - "f.valHooks.button": 1, - "ctor": 6, - "Modernizr.mq": 1, - "h*.44": 3, - "animatedProperties=": 1, - "jQuery.support.deleteExpando": 3, - "way": 2, - "insertAfter": 1, - "a.document": 3, - "repaint=": 2, - "yi.width": 1, - "detach": 1, - "parser.incoming._emitEnd": 1, - "/checked": 1, - "container.appendChild": 1, - "Modernizr.testAllProps": 1, - "gt": 32, - "c.style": 1, - "req.parser": 1, - "defaultView.getComputedStyle": 2, - "S.text.charAt": 2, - "removeEvent=": 1, - "delegateEvents": 1, - "_toggle": 2, - "#10080": 1, - "this.repaint": 126, - "n.relative": 5, - "parser.socket.resume": 1, - "feature.toLowerCase": 2, - "315": 1, - "g.body": 1, - "n.length": 1, - "k.cloneNode": 1, - "f.support.tbody": 1, - "this.socket.writable": 2, - "hasOwnProperty": 5, - "k.labelColor": 1, - ".115*t": 5, - "bodyStyle": 1, - "K.call": 2, - "d.concat": 1, - "HTML": 9, - "c.support.checkClone": 2, - "u0000": 1, - "tok": 1, - "t*.45": 4, - "f.canvas.width": 3, - "yf.repaint": 1, - "i.minMeasuredValueVisible": 8, - "cellpadding": 1, - "this.firstChild": 1, - "sentContentLengthHeader": 4, - "t.fill": 2, - "yi.pause": 1, - "ri.getContext": 6, - "ci": 29, - "d": 771, - "f.appendChild": 1, - "exports.request": 2, - "options.elements": 1, - "end.data.charCodeAt": 1, - "of.state": 1, - "k.top": 1, - "internalKey": 12, - "null/undefined": 2, - "f.event.add": 2, - "a.ActiveXObject": 3, - "opt": 2, - ".142857": 5, - "d.toFixed": 1, - "a.querySelectorAll": 1, - "winner": 6, - "elem.canPlayType": 10, - "solid": 2, - "ecmascript/": 1, - "f.cache": 5, - "
": 1, - "td.offsetTop": 1, - "element.parent": 1, - "s.translate": 6, - "lcdDecimals": 4, - "c.attachEvent": 3, - "window.getComputedStyle": 6, - "attrHandle": 2, - "<-90&&e>": 2, - "ft/": 1, - "c.fragments": 2, - "batch": 2, - "g.indexOf": 2, - "fetch": 4, - "maxLength": 2, - "o.firstChild": 2, - "end.data": 1, - "String": 2, - "necessary": 1, - "Snake.name": 1, - "modElem.style": 1, - "i.alarmSound": 10, - "d.top": 2, - "e.merge": 3, - "slice": 10, - "f.isFunction": 21, - "this._pendings.length": 1, - "u.digitalFont": 2, - "205607": 1, - "this.offsetParent": 2, - "this.subtractsBorderForOverflowNotVisible": 1, - "body.firstChild": 1, - "e.toPrecision": 1, - "reliableMarginRight": 2, - "F.call": 1, - "that.": 3, - "46": 1, - "u/2": 5, - "u*255": 1, - "g.clientLeft": 1, - "e.removeChild": 1, - ".map": 1, - "this.getUTCDate": 1, - "dateExpression.test": 1, - ".298039": 1, - "it.labelColor.setAlpha": 1, - "Math.abs": 19, - "switch": 30, - "namespace": 1, - "not": 26, - "inputElem.style.WebkitAppearance": 1, - "ot.getContext": 3, - "support.deleteExpando": 1, - "clean": 3, - "method.": 3, - "animatedProperties": 2, - "a.type": 14, - "H": 8, - "ropera.exec": 1, - "a.insertBefore": 2, - "i.done": 1, - "Backbone.History": 2, - "g.splice": 2, - "": 1, - ".listen": 1, - "ServerResponse.prototype.assignSocket": 1, - "valueForeColor": 1, - "this.doesNotAddBorder": 1, - "bA": 3, - "container.style.zoom": 2, - "Unicode": 1, - "h.type": 1, - "b.id": 1, - "msg": 4, - "nothing": 2, - "bt.getContext": 1, - "pos=": 1, - "None": 1, - "tbody/i": 1, - ".toLowerCase": 7, - "navigate": 2, - "e*.22": 3, - "s*.336448": 1, - "a.crossDomain": 2, - "test/unit/core.js": 2, - "self.has": 1, - "a.data": 2, - "s.documentElement.doScroll": 2, - "getAllResponseHeaders": 1, - "kf.repaint": 1, - "t.format": 7, - "thing": 2, - "e.overflow": 2, - "camelCased": 1, - "JSON.parse": 1, - "stop": 7, - "firstly": 2, - "pass": 7, - "options.path": 2, - "node.hidden": 1, - "ropera": 2, - "g.parentNode": 2, - "hasContent": 2, - "cases": 4, - "this.valueLatest": 1, - "s.createDocumentFragment": 1, - "j.removeAttribute": 2, - "c.removeEventListener": 2, - "block": 4, - "this.getUTCMinutes": 1, - "._last": 1, - "ColorDef": 2, - "62": 1, - "f.push.apply": 1, - "change.": 1, - "Server": 6, - "k.get": 1, - "toLowerCase": 3, - "frameBorder": 2, - "f*i*at/": 1, - "this._remove": 1, - ".eq": 1, - "this.statusCode": 3, - "logger": 2, - "it.width": 1, - "t.restore": 2, - "clearTimeout": 2, - "replace": 8, - "h.statusText": 1, - "exports.member": 1, - "REGEXP_MODIFIERS": 1, - "u.lcdColor": 2, - "kt/at": 2, - "nt": 75, - "b.map": 1, - "through": 3, - "da": 1, - "this.socket.destroy": 3, - "s*.085": 1, - "canvas": 22, - "": 1, - "f.isArray": 8, - "df.type": 1, - "i.section": 8, - "d.getElementsByTagName": 6, - "e.access": 1, - "offsetY": 4, - ".data": 3, - "elems": 9, - "newValue": 3, - "n.fill": 17, - "#8421": 1, - "D.call": 4, - "u": 304, - "this._pendings": 1, - "Modernizr._cssomPrefixes": 1, - "ni.length": 2, - "s*.06": 1, - "steelseries.GaugeType.TYPE4": 2, - "webkit": 6, - "this.context": 17, - "a.style": 8, - "bn": 2, - "longer": 2, - "b.offsetTop": 2, - "src": 7, - "g.ownerDocument": 1, - "ab": 1, - "catch/finally": 1, - ".82": 2, - "u.drawImage": 22, - "cellSpacing": 2, - "bp.test": 1, - "continuing": 1, - "checkUrl": 1, - "blocks": 1, - "***": 1, - "285046": 5, - "s*.3": 1, - "T.call": 1, - "null": 427, - "buildMessage": 2, - "f*.53271": 6, - "u*.58": 1, - "tr.getContext": 1, - "sliceDeferred.call": 2, - "c.top": 4, - "area": 2, - "window.history.pushState": 2, - "disabled": 11, - "getElements": 2, - "mod": 12, - "u*.12864": 3, - "hu": 11, - "c.url": 2, - "Bulk": 1, - "maxlength": 2, - "this._flush": 1, - "u.area": 2, - "gi": 26, - "b.removeChild": 3, - "resize": 3, - "set": 22, - "AGENT": 2, - "req.emit": 8, - ".shift": 1, - "expected.slice": 1, - "result3": 35, - "toArray": 2, - "a.cache": 2, - "conMarginTop": 3, - "routes": 4, - "Backbone.Events": 2, - "globalEval": 2, - "u*.003": 2, - "lt*fr": 1, - "prop=": 3, - "prop": 24, - "this.parser": 2, - "vi.getStart": 1, - "*kt": 5, - ".scrollTop": 1, - "formatted": 2, - "uncatchable": 1, - "rmozilla.exec": 1, - "_data": 3, - "e.value": 1, - "table": 6, - "g.childNodes.length": 1, - ".TEST": 2, - "j.nodeName.toLowerCase": 1, - "error.code": 1, - "OutgoingMessage.prototype.end": 1, - "FreeList": 2, - ".32*f": 2, - "f.rotate": 5, - "steelseries.ColorDef.BLUE.dark.getRgbaColor": 6, - "errorDeferred": 1, - "c.support.boxModel": 1, - "f.propHooks": 1, - "n.unbind": 1, - "e*.495327": 4, - ".03*t": 2, - "existed": 1, - "b.length": 12, - "req.httpVersionMinor": 2, - "b.clearRect": 1, - ".856796": 2, - "i.odometerUseValue": 2, - "Animal.prototype.move": 2, - "support.inlineBlockNeedsLayout": 1, - "jQuerySub.fn.init": 2, - "Y": 3, - "atom": 5, - "oi*.9": 1, - "timeStamp=": 1, - "bR": 2, - "abortIncoming": 3, - "TAGNAMES": 2, - "tokenizer": 2, - "": 2, - "privateCache.events": 1, - "escapable": 1, - ".filter": 2, - "self.options.maxSockets": 1, - "peek": 5, - "s.drawImage": 8, - "light": 5, - "deferred.reject": 1, - "f.offset.setOffset": 2, - "multiple": 7, - "manipulated": 1, - "": 5, - "gt.getContext": 3, - "occur": 1, - "jQuery.extend": 11, - "": 1, - "modal": 4, - ".047058": 2, - "t.getContext": 2, - "ie": 2, - "setAttribute": 1, - "failDeferred.cancel": 1, - "a.button": 2, - "setForegroundType=": 1, - "y.canvas.height": 3, - ".apply": 7, - "/#.*": 1, - "#5145": 1, - "": 1, - "d.selector": 2, - "shown": 2, - "socketCloseListener": 2, - "u/10": 2, - "this.getMinValue": 3, - "support.noCloneChecked": 1, - "this.trigger": 2, - "f.css": 24, - "fA": 2, - "delay": 4, - "c.uaMatch": 1, - "this.options": 6, - "dt.playing": 2, - "this.startTime": 2, - "Extend": 2, - "s.exec": 1, - "while": 53, - "this._sent100": 2, - "57": 1, - "n.arc": 6, - "window": 16, - "Backbone.history": 2, - "p.lastChild": 1, - "parse_error": 3, - "w*.121428": 2, - "f*.36": 4, - "t/255": 1, - "End": 1, - "a.ownerDocument": 1, - "unbind": 2, - "u*.15": 2, - "this.setPointerColor": 4, - "d.fireEvent": 1, - "expression": 4, - "success": 2, - "t.setValue": 1, - "dr": 16, - "f.contains": 5, - "uFFFF": 2, - "this.slice": 5, - "parse_lowerCaseLetter": 2, - "my": 1, - "fires.": 2, - "/compatible/.test": 1, - "info.method": 2, - "KEYWORDS": 2, - "or/2": 1, - "l.relative": 6, - "executed": 1, - "cssomPrefixes": 2, - "pos2": 22, - "7fd5f0": 2, - "h*1.17/2": 1, - "at/yt*h": 1, - "f.swap": 2, - "h.cloneNode": 1, - "th": 1, - ".0875*t": 3, - "uu": 13, - "matches=": 1, - "c.value": 1, - "checked=": 1, - "jQuery.fn.jquery": 1, - "ActiveXObject": 1, - "input": 25, - "t*.012135": 1, - "rr.drawImage": 1, - "aspect": 1, - "as": 11, - "o.innerHTML": 1, - "Backbone.View.prototype": 1, - "a.push": 2, - "lineJoin=": 5, - "180": 26, - "728155": 2, - "i.createDocumentFragment": 1, - "d.filter": 1, - "Width": 1, - "right": 3, - "p.abort": 1, - "h=": 19, - "f.uuid": 1, - "this.connection._httpMessage": 3, - ".815*t": 1, - "_extractParameters": 1, - "h.push": 1, - "et.clearRect": 1, - "Math.floor": 26, - "S/": 4, - "_configure": 1, - "hex_bytes": 3, - "isHeadResponse": 2, - "Animal.name": 1, - "relatedTarget": 6, - "init": 7, - "bg.thead": 1, - "f.setAlpha": 8, - "fn": 14, - ".appendChild": 1, - "e.style.opacity": 1, - ".marginRight": 2, - "c.dequeue": 4, - "obj.push": 1, - "/SVGClipPath/.test": 1, - "ou": 13, - "ai/": 2, - "jQuery.isFunction": 6, - "Backbone.View": 1, - "this.nextSibling": 2, - "visibility": 3, - ".ownerDocument": 5, - "Flash": 1, - "u.knobType": 4, - "ni": 30, - "hooks": 14, - "f.prevObject": 1, - "does": 9, - "options.setHost": 1, - "s/ut": 1, - ".getTime": 3, - "r/g": 2, - "a.split": 4, - "f.concat": 1, - "Backbone.emulateJSON": 2, - "inputs": 3, - "224299": 1, - "lineWidth=": 6, - "c.queue": 3, - "c.fx.speeds": 1, - "die": 3, - "d.userAgent": 1, - "html5": 3, - "ve": 3, - "co": 5, - "j": 265, - "off": 1, - "bc": 1, - "deleteExpando": 3, - "Array": 3, - "ei=": 1, - "yt.getColorAt": 2, - "y.restore": 1, - "f.cssHooks.marginRight": 1, - "ft.push": 1, - "ajaxSend": 1, - "saveClones": 1, - "rule": 5, - "f*.528037": 2, - "restore": 14, - "n.background": 22, - "doing": 3, - "v.statusText": 1, - "e.extend": 2, - "this.isLocal": 1, - "k*.8": 1, - "n.trend": 4, - "i.niceScale": 10, - "selector.length": 4, - "rmozilla": 2, - "IncomingMessage.prototype._addHeaderLine": 1, - ".775*t": 3, - "dt.start": 2, - "mousemove": 3, - "e.fn.init": 1, - "given": 3, - "#5443": 4, - "u00b0": 8, - "pe": 2, - "parents": 2, - "the": 107, - "comment": 3, - "bs.test": 1, - "cd.test": 2, - "value.toLowerCase": 2, - "inputElem.checkValidity": 2, - "window.WebGLRenderingContext": 1, - "prefixed": 7, - "e*.88": 2, - "ui.width": 2, - "slideToggle": 1, - "H=": 1, - "try": 44, - "#6781": 2, - "this.click": 1, - "f*.871012": 2, - ".66*u": 1, - "document.attachEvent": 6, - "g.substring": 1, - "document.readyState": 4, - "isImmediatePropagationStopped=": 1, - "q.handler": 1, - ".34": 1, - "p.save": 2, - "Horse": 12, - "xa": 3, - "e.fn.trigger": 1, - "Q.push": 1, - "key": 85, - "div.firstChild.namespaceURI": 1, - "stat": 1, - "i*.114285": 1, - "self.method": 3, - "e.canvas.height": 2, - "Reset": 1, - "N": 2, - "loadUrl": 1, - "module.deprecate": 2, - "chunkExpression": 1, - "": 1, - "bG": 3, - "u=": 12, - "b.test": 1, - "this.childNodes": 1, - "c.documentElement": 4, - "firingStart": 3, - ".charAt": 1, - "jQuery": 48, - "upgraded": 1, - "f.canvas.height": 3, - "kr": 17, - "Has": 1, - "marginLeft": 2, - "o._default.call": 1, - "d.promise": 1, - "incoming.push": 1, - "p.addColorStop": 4, - "e*.28": 1, - "f*.046728": 1, - "own.": 2, - "localStorage.removeItem": 1, - "jQuery._Deferred": 3, - "name": 161, - "/mg": 1, - "e.guid": 3, - "b.remove": 1, - "parse_hexEscapeSequence": 3, - "read_string": 1, - "ra": 1, - "z.test": 3, - "sizset": 2, - "b.slice": 1, - "err": 5, - "beforeunload": 1, - "hooks.set": 2, - "t*.871012": 1, - "vi.width": 1, - "#4512": 1, - "#x2F": 1, - "pos": 197, - "unitString": 4, - "k.contains": 5, - "toplevel": 7, - "o=": 13, - "parse_hexDigit": 7, - "newline_before": 1, - "f*.2": 1, - "163551": 5, - "k.save": 1, - "b.defaultChecked": 1, - "f.support.checkOn": 1, - "parser.reinitialize": 1, - "line": 14, - ".845*t": 1, - "i.foregroundType": 6, - "hide": 8, - "c.isFunction": 9, - "deal": 2, - "_unmark": 3, - "f.etag": 1, - "c.documentElement.currentStyle": 1, - "Array.prototype.slice": 6, - "postfix": 1, - "shadowOffsetY=": 1, - "2": 66, - "this.handlers.unshift": 1, - "c.support.noCloneEvent": 1, - "runners": 6, - "a.replace": 7, - "p.add": 1, - "k*.32": 1, - "n.odo": 2, - "v.exec": 1, - "unrecognized": 3, - "c.fn.init.prototype": 1, - "f.support.style": 1, - "testDOMProps": 2, - "e*.5": 10, - "Tween": 11, - "input.checked": 1, - "Modified": 1, - "s.detachEvent": 1, - "div": 28, - "node.offsetHeight": 2, - "resolved": 1, - "g.clientTop": 1, - "{": 2736, - "08": 1, - "Xa": 1, - "t.test": 2, - "bt": 42, - "n.canvas.width/2": 6, - "wt.digits": 2, - "send": 2, - ".join": 14, - "expectExpression.test": 1, - "h2": 5, - "s.body": 2, - "manipulation": 1, - "matchMedia": 3, - "after_e": 5, - ".substring": 2, - "": 1, - "it.addColorStop": 4, - ".65*e": 1, - "this.setValue": 7, - "84": 1, - "hasDuplicate": 1, - "Actual": 2, - "Remember": 2, - "f.cssHooks": 3, - "scripts": 2, - "Add": 4, - "": 1, - "quote": 3, - "/u": 3, - "j.noCloneEvent": 1, - "fireWith": 1, - "h.concat.apply": 1, - "this.outputEncodings": 2, - "u*r": 1, - "fromElement=": 1, - "routes.unshift": 1, - "clientLeft": 2, - "frameDesign": 4, - "": 1, - "c.documentElement.contains": 1, - "b.addColorStop": 4, - "it/2": 2, - ".mouseleave": 1, - "u*.009": 1, - ".width": 2, - "bubbling": 1, - "jQuery.fn.init.call": 1, - "Ra": 2, - "g.html": 1, - "k.selectors": 1, - "x0B": 1, - "this.getValue": 7, - "i.odometerParams": 2, - "metaKey=": 1, - "a.target.disabled": 1, - "b.call": 4, - "d.jquery": 1, - "parser.incoming._paused": 2, - "006": 1, - "": 1, - "ni.getContext": 4, - "h*.0375": 1, - "ei.labelColor.getRgbaColor": 2, - "PI": 54, - "this.options.pushState": 2, - "avoid": 5, - "new": 86, - "": 4, - "d.handler": 1, - "element.trigger": 1, - "read_name": 1, - "decimalBackColor": 1, - "wf": 4, - "f*255": 1, - "f.disabled": 1, - "f.access": 3, - "__slice.call": 2, - "userAgent": 3, - "e*.53271": 2, - "steelseries.LedColor.RED_LED": 7, - "bodyOffset": 1, - "j.getComputedStyle": 2, - "mouseover": 12, - "never": 2, - "document.documentElement.doScroll": 4, - "b*100": 1, - "cd": 3, - "_": 9, - "contents": 4, - "exports.Client": 1, - "req.res": 8, - "t*.12864": 1, - "bX": 8, - "smile": 4, - "kr.type": 1, - "baseHasDuplicate": 2, - "f.propFix": 6, - "f.event.trigger": 6, - "3c4439": 2, - "ti.onMotionChanged": 1, - "start": 20, - "k.getText": 1, - "a.defaultSelected": 1, - "u.splice": 1, - "siblings": 1, - "requestListener": 6, - "this.httpVersion": 1, - "tt=": 3, - "_context": 1, - "cors": 1, - "rmultiDash": 3, - "c.support.deleteExpando": 2, - "ua.test": 1 - }, - "XC": { - "<:>": 1, - "main": 1, - "return": 1, - "chan": 1, - "int": 2, - "}": 2, - "0": 1, - "par": 1, - "c": 3, - ";": 4, - "x": 3, - "{": 2, - ")": 1, - "(": 1 - }, - "Matlab": { - "overrideSettings": 3, - "vy0": 2, - "parallel": 2, - "Definition": 1, - "data.system.B": 1, - "area": 1, - "close": 4, - "h2": 5, - "plotyy": 3, - "dArrow1": 2, - "ones": 6, - "analytic.D": 1, - "dy": 5, - "j": 242, - "x_T": 25, - "goodness": 1, - "Frequency": 2, - "defaultSettings.": 1, - "red": 1, - "k2*h/2": 1, - "bops": 7, - "YTickLabel": 1, - "steerAngle": 4, - "currentGuess": 2, - "@fH": 1, - "input": 14, - "opts.PhaseMatchingValue": 2, - "Setting": 1, - "h_r/2": 4, - "_H": 1, - "openLoops.Y.num": 1, - "y_r": 6, - "contents": 1, - "TODO": 1, - "E_T": 11, - "create_ieee_paper_plots": 2, - "resultPlantTwo": 1, - "dataPlantOne": 3, - "openLoops": 1, - "nominalData": 1, - "YTick": 1, - "dbstack": 1, - "defaultSettings.inputs": 1, - "xn": 4, - "sigma": 6, - "delta_E": 7, - "history": 7, - "eye": 9, - "VX_T": 4, - "CPU": 1, - "plantOneSlopeOffset": 3, - "grid_max": 3, - "type": 4, - "Hands": 1, - "parser.parse": 1, - "Lateral": 1, - "xl1": 13, - "rad/sec": 1, - "args": 1, - "sprintf": 11, - "vx_0_max": 8, - "grid_width": 1, - "-": 672, - "@cr3bp_jac": 1, - "parser.addParamValue": 3, - "numeric.OutputName": 1, - "OutputName": 1, - "vx_gpu": 3, - "yl4": 9, - "lines": 17, - "downSlope": 3, - "kP1": 4, - "primary": 1, - "defaultSettings.states": 1, - "x_a": 10, - "w": 3, - ".2f": 5, - "removeStates": 1, - "bicycle.OutputName": 4, - "data.modelPar.B": 1, - "come": 1, - "each": 2, - "else": 23, - "sum": 2, - "statefcn": 2, - "w_r": 5, - "aux.plantFirst": 2, - "gains.Fisher.Slow": 1, - "ok": 2, - "gray": 7, - "find": 24, - "Diagrams": 1, - "Handling.eps": 1, - "metricLine": 1, - "yellow": 1, - "A": 11, - "k2": 3, - "nominalData.": 2, - "rollData.speed": 1, - "&": 4, - "settings.outputs": 1, - "set": 43, - "max": 9, - "sense": 2, - "vy_gpu": 3, - "system_state_space": 2, - "convert_variable": 1, - "function": 32, - "Kinetic": 2, - "y_0.": 2, - "bikes": 24, - "options": 14, - "p": 7, - "path": 3, - "sqrt": 14, - "y_gpu": 3, - "@getState": 1, - "plantTwoSlopeOffset": 3, - "colorbar": 1, - "change": 1, - "RK4": 3, - "how": 1, - "odeset": 4, - "y_min": 3, - "px_0": 2, - "struct": 1, - "XColor": 1, - "directory": 2, - "PaperUnits": 3, - "uses": 1, - "Check": 6, - "axes": 9, - "defaultSettings.outputs": 1, - "/abs": 3, - "gain": 1, - "From": 1, - "/2": 3, - "sg": 1, - "phiDotNum": 2, - "squeeze": 1, - "coords": 2, - "columns": 4, - "dataAdapting": 3, - "args.detrend": 1, - "data.system.A": 1, - "choose_plant": 4, - "Metric": 2, - "many": 1, - "settings.inputs": 1, - "legLines": 1, - "h1": 5, - "setting": 4, - "<=>": 1, - "iirFilter": 1, - "analytic.C": 1, - "black": 1, - "dataPlantTwo": 3, - "data.bicycle.inputs": 1, - "yShift": 16, - "interesting": 4, - "dx": 6, - "num2str": 10, - "i": 334, - "@iirFilter": 1, - "loop": 1, - "obj.R": 2, - "Szebehely": 1, - "N": 9, - "numeric.InputName": 1, - "delta_E0": 1, - "equations": 2, - "resides": 2, - "human": 1, - "gainChanges": 2, - "box": 4, - "xlim": 8, - "results": 1, - "vOut": 2, - "data.forceTF.PhiDot.den": 1, - "end": 147, - "Distance": 1, - "zeros": 60, - "bodeplot": 6, - "YColor": 2, - "varargin_to_structure": 2, - "keepStates": 2, - "calcolare": 2, - "*Omega": 5, - "none": 1, - "keep": 1, - "InputName": 1, - "sort": 1, - "rollData.time": 1, - "}": 157, - "Conditions": 1, - "zeroIndices": 3, - "bops.FreqUnits": 1, - "Saving": 4, - "Jacobian": 3, - "b": 12, - "gains.Benchmark.Medium": 1, - "isreal": 8, - "G": 1, - "range": 2, - "tolerance": 2, - "Color": 13, - "energy": 8, - "compute": 2, - "resultPlantTwo.fit.par": 1, - "ecc": 2, - "Southeast": 1, - "*phi": 2, - "also": 1, - "matrice": 1, - "at": 3, - "@f_reg": 1, - "filesep": 14, - "opts.PhaseMatching": 2, - "t3": 1, - "./": 1, - "Lagr": 6, - "yl3": 8, - "unit": 1, - "figWidth": 24, - "inputParser": 1, - "LineStyle": 2, - "subplot": 3, - "setoptions": 2, - "plotAxes": 22, - "adapting_structural_model": 2, - "v": 12, - "data.modelPar.A": 1, - "paths.eps": 1, - "bikeData": 2, - "[": 309, - "largest": 1, - "average": 1, - "filtfcn": 2, - "x0": 4, - "ylabel": 4, - "text": 11, - "keepOutputs": 2, - "bicycle.InputName": 2, - "filename": 21, - "@": 1, - "nu": 2, - "parfor": 5, - "k1": 4, - "slope": 3, - "warning": 1, - "ss2tf": 2, - "teoricamente": 1, - "rad/s": 4, - "arrayfun": 2, - "%": 552, - "write_gains": 1, - "twentyPercent.": 2, - "Offset": 2, - "opts.Title.String": 2, - "distance": 6, - "py_T": 4, - "In": 1, - "gains.Browser.Slow": 1, - "*e_0": 3, - "Call": 2, - "ylim": 2, - "openLoops.Y.den": 1, - "pints": 1, - "inches": 3, - "f_x_t": 2, - "data.forceTF.PhiDot.num": 1, - "y_res": 7, - "non": 2, - "floatSpec": 3, - "openLoops.Phi.num": 1, - "*T": 3, - "Bode": 1, - "T": 22, - "gains.Browserins.Fast": 1, - "La": 1, - "system": 2, - "phi": 13, - "par_text_to_struct": 4, - "mod": 3, - "pathLength": 3, - "filter": 14, - "conditions": 3, - "delta_e": 3, - "yh": 2, - "self": 2, - "Short": 1, - "openBode.eps": 1, - "vx_f": 3, - "Manual": 2, - "gains.Yellow.Fast": 1, - "mass": 2, - "resultPlantTwo.fit": 1, - "analytic.B": 1, - "h*k3": 1, - "wc": 14, - "*log": 2, - "h": 19, - "RelTol": 2, - "data.bicycle.outputs": 1, - "vx_0": 37, - "line.": 2, - "and": 7, - "deltaNum": 2, - "*Potential": 5, - "Omega": 7, - "io": 7, - "gains.Yellowrev.Medium": 1, - "setxor": 1, - "to": 9, - "chil": 2, - ".file": 1, - "Compute": 3, - "C_L1": 3, - "idnlgrey": 1, - "possible": 1, - "from": 2, - "arg": 2, - "prettyNames": 3, - "generate_data": 5, - "visualize": 2, - "e_0": 7, - "@cross_y": 1, - "aux.plantSecond": 2, - "save": 2, - "this": 2, - "nvx": 32, - "mai": 1, - "/length": 1, - "difference": 2, - "gains.Benchmark.Slow": 1, - ".handlingMetric.num": 1, - "xlabel": 8, - "speeds": 21, - "x_f": 3, - "fit": 6, - "|": 2, - "x_0_max": 8, - "Location": 2, - "display": 10, - "resultPlantOne.fit": 1, - "variables": 2, - "a": 17, - "green": 1, - "advected_y": 12, - "Computation": 9, - "var": 3, - "Moon": 2, - "get": 11, - "EastOutside": 1, - "x_0": 45, - "guess.plantTwo": 2, - "linspace": 14, - "Plot": 1, - "th": 1, - "lambda_max": 2, - "ftle": 10, - "ss": 3, - "+": 169, - "ischar": 1, - "variable": 10, - "first": 3, - "aux.b": 3, - "maxLine": 7, - "numeric.D": 1, - "Energy": 4, - "direzione": 1, - "*E_L1": 1, - "as": 4, - "settings.states": 3, - "It": 1, - "stored": 1, - "E_0": 4, - "t2": 6, - "yl2": 8, - "Y_T": 4, - "contents.colheaders": 1, - "output": 7, - "log": 2, - "gains.Yellow.Medium": 1, - "not": 3, - "u": 3, - "command": 2, - "points": 11, - "phiDotDen": 2, - "nome": 2, - "_n": 2, - "lane_change": 1, - "gainSlopeOffset": 6, - "resultPlantOne.fit.par": 1, - "pzplot": 1, - "states": 7, - "inline": 1, - "equal": 2, - "figure": 17, - "elseif": 14, - "closedLoops": 1, - "result": 5, - "gains.": 1, - "speedsInFile": 5, - "par": 7, - "Y0": 6, - "all": 15, - "yn": 2, - "eigenvalue": 2, - "C_L1/2": 1, - "Integration": 2, - "wnm": 11, - "xLimits": 6, - "xy": 7, - "bicycle_state_space": 1, - "store": 4, - "clear": 13, - "settings.": 1, - "zetanm": 5, - "decide": 1, - "holder": 2, - "notGiven": 5, - "*ds_vx": 2, - "n": 102, - "matrix": 3, - "aux.timeDelay": 2, - "pathToFile": 11, - "mkdir": 1, - "||": 3, - "*n": 2, - "meaningless": 2, - "whipple_pull_force_ABCD": 1, - "S": 5, - "Quality": 2, - "col": 5, - "result.": 2, - "matlab_class": 2, - "deps2c": 3, - "magnitudes": 1, - "free": 1, - "guessPlantOne": 4, - "Lagrangian": 3, - "frontWheel": 3, - "vy_T": 12, - "sameSpeedIndices": 5, - "filtro_1": 12, - "arrays": 1, - "benchmark": 1, - "gca": 8, - "validation": 2, - "minLine": 4, - "grid_min": 3, - "dim": 2, - "parser.Results": 1, - "u.": 1, - "oneSpeed.time": 2, - "Range": 1, - "detrend": 1, - "fclose": 2, - "normalized": 1, - "width": 3, - "analytic.A": 3, - "randomGuess": 1, - "g": 5, - "Ys": 1, - "h_a": 5, - "rectangle": 2, - "resultPlantOne": 1, - "xl5": 8, - "l2": 2, - "in": 8, - "data.Browser": 1, - "makeFilter": 1, - "varargin": 25, - "1": 1, - "Transforming": 1, - "vals": 2, - "motion": 2, - "fopen": 2, - "oneSpeed.speed": 2, - "initial": 5, - "Data": 2, - "grid_spacing": 5, - "pad": 10, - "conservation": 2, - "maxValue": 4, - "Back": 1, - "y_T": 17, - "var_xvx_": 2, - "*ds": 4, - "time": 21, - "obj": 2, - "isterminal": 2, - "ode45": 6, - "position": 2, - "FIXME": 1, - "la": 2, - "positions": 2, - "inset": 3, - "maxEvals": 4, - "@RKF45_FILE_gpu": 1, - "x_gpu": 3, - "wfs": 1, - "gains.Benchmark.Fast": 1, - "inputs": 14, - "{": 157, - "deps2": 1, - "feedback": 1, - "integrator": 2, - "opts.YLim": 3, - "find_structural_gains": 2, - "eigenValues": 1, - ".fit.par": 1, - "handling_all_bikes": 1, - "advected_x": 12, - "linestyles": 15, - "E": 8, - "min": 1, - "integrare": 2, - "properties": 1, - "*E": 2, - "eVals": 5, - "gainsInFile": 3, - "magenta": 1, - "VY_T": 3, - "sr": 1, - "*": 46, - "closedLoops.PhiDot.num": 1, - "mu./": 1, - "bicycle": 7, - "openLoops.Phi.den": 1, - "openBode": 3, - "double": 1, - "numeric.C": 1, - "legends": 3, - "oneSpeed": 3, - "Compute_FILE_gpu": 1, - "t1": 6, - "yl1": 12, - "dArrow": 2, - "dphi*dphi": 1, - "plantNum": 1, - "i/n": 1, - "size": 8, - "*grid_width/": 4, - "t": 32, - "plot_io": 1, - "integrating": 1, - "startOfSlope": 3, - "essere": 1, - "plantNum.plantOne": 2, - "off": 10, - "raise": 19, - "value2": 4, - "like": 1, - "Y": 19, - "*ds_x": 2, - "rollData.inputs": 1, - "obj.B": 2, - "Handling": 2, - "numbers": 2, - "plot": 26, - "spostamento": 1, - "gains.Browserins.Medium": 1, - "both": 1, - "results.mat": 1, - "y_a": 10, - "tspan": 7, - "fillColors": 1, - "Integrate_FTLE_Gawlick_ell": 1, - "bikeData.handlingMetric.den": 1, - "xShift": 3, - "deltaDen": 2, - "arguments": 7, - "parser.addRequired": 1, - "tic": 7, - "curPos2": 4, - "measure": 1, - "textscan": 1, - "gains.Browser.Fast": 1, - "overrideNames": 2, - "closedLoops.Delta.den": 1, - "pcolor": 2, - "x_r": 6, - "manual": 3, - "grid": 1, - "contourf": 2, - "m": 44, - "typ": 3, - "numeric": 2, - "methods": 1, - "get_variables": 2, - "it": 1, - "VAF": 2, - "vx_0_min": 8, - "loopNames": 4, - ".handlingMetric.den": 1, - "R": 1, - "colors": 13, - "contents.data": 2, - "*mu": 6, - "ci": 9, - "v_y": 3, - "gains.Fisher.Medium": 1, - "iddata": 1, - "ds_x": 1, - "neuroDen": 2, - "tf2ss": 1, - "bikeData.modelPar.": 1, - "units": 3, - "secData.": 1, - "gather": 4, - "axis": 5, - "c3": 3, - "pem": 1, - "py_0": 2, - "true": 2, - "num": 24, - "f": 13, - "abs": 12, - "ticks": 4, - "StateName": 1, - "Dimensionless": 1, - "y0": 2, - "order": 11, - "gains.Fisher.Fast": 1, - "xl4": 10, - "l1": 2, - "phisically": 2, - "classdef": 1, - "FTLE": 14, - "w_a": 7, - "Position": 6, - "speedInd": 12, - "Hill": 1, - "gains.Browserins.Slow": 1, - "rollData.path": 1, - "round": 1, - "suppresses": 2, - "load_data": 4, - "xAxis": 12, - "ne": 29, - "plot_io_roll": 3, - "transfer": 1, - "are": 1, - "var_": 2, - "k1*h/2": 1, - "gains.Pista.Slow": 1, - "ax": 15, - "speedNames": 12, - "line": 15, - "defaultNames": 2, - "mag": 4, - "minStates": 2, - "bicycle.StateName": 2, - "*vx_0": 1, - "appear": 2, - "LineWidth": 2, - "vx0": 2, - "memory": 1, - "E_L1": 4, - "useful": 9, - "z": 3, - "bikeData.handlingMetric.num": 1, - "oneSpeed.": 3, - "ret": 3, - "meaningful": 6, - "*k3": 1, - "start": 4, - "r2": 3, - "_": 2, - "closedLoops.Delta.num": 1, - "laneLength": 4, - "bottomRow": 1, - "bikeData.": 2, - "&&": 13, - "on": 13, - "allGains": 4, - "if": 52, - "freq": 12, - "m/s": 6, - "D": 7, - "global": 6, - "ny": 29, - "tf": 18, - "db2": 2, - "load_bikes": 2, - "total": 6, - "guess.": 2, - "Points": 2, - "fix_ps_linestyle": 6, - "speed": 20, - "plantNum.plantTwo": 2, - ")": 1358, - "dvx": 3, - "only": 7, - "while": 1, - "numeric.B": 1, - "data.bicycle.states": 1, - "options.": 1, - "clc": 1, - "neuroNum": 2, - "CURRENT_DIRECTORY": 2, - "names": 6, - "t0": 6, - "phase": 2, - "field": 2, - "C/2": 1, - "tempo": 4, - "data": 27, - "filter_ftle": 11, - "single": 1, - "maxMag": 2, - "s": 13, - "vy": 2, - "guessPlantTwo": 3, - "parser": 1, - "t_integr": 1, - "dphi": 12, - "plant": 4, - "value1": 4, - "solutions": 2, - "X": 6, - "approach": 1, - "twentyPercent.modelPar.": 1, - "plots/": 1, - "semicolon": 2, - "rollAngle": 4, - "final": 2, - "figHeight": 19, - "waitbar": 6, - "h/6*": 1, - "ecc*cos": 1, - "@dg": 1, - "white": 1, - "Selection": 1, - "enumeration": 1, - "rollData.outputs": 3, - "guesses": 1, - "length": 49, - "gcf": 17, - "Fontsize": 4, - "data.system.D": 1, - "strtrim": 2, - "plots": 4, - "curPos1": 4, - "one": 3, - "denominatore": 1, - "legWords": 3, - "findobj": 5, - "fun": 5, - "gains.Browser.Medium": 1, - "l": 64, - "fid": 7, - "advected": 2, - "Look": 2, - "coordinates": 6, - "Y_0": 4, - "w_r/2": 4, - "_e": 1, - "error": 14, - "is": 7, - "E_cin": 4, - "str2num": 1, - "fieldnames": 5, - "Southwest": 1, - "getState": 1, - "bode": 5, - "rollData": 8, - "@f": 6, - "defaultSettings": 3, - "aux.m": 3, - "index": 6, - "goldenRatio": 12, - "x_0_min": 8, - "y_max": 3, - "ye": 9, - "raw": 1, - "allSpeeds": 4, - "RK4_par": 1, - "c2": 5, - "Xlabel": 1, - "closedBode": 3, - "closedLoops.PhiDot.den": 1, - "loop_shape_example": 3, - "bikeData.openLoops": 1, - "Linewidth": 7, - ".png": 1, - "e": 14, - "print": 6, - "Kutta": 1, - "inf": 1, - "data/": 1, - "xl3": 8, - "getoptions": 2, - "l0": 1, - "il": 1, - "Hamiltonian": 1, - "gains": 12, - "vy_f": 3, - "bikeData.closedLoops": 1, - "settings": 3, - "ode00": 2, - "/": 59, - "AbsTol": 2, - "closed": 1, - "endOfSlope": 1, - "ndgrid": 2, - "vy_0": 22, - "leg2": 2, - "openLoops.Psi.den": 1, - "would": 2, - "x_min": 3, - "guess.plantOne": 3, - "y": 22, - "Latex": 1, - "through": 1, - "place": 2, - "importdata": 1, - "data.modelPar.D": 1, - "grid_y": 3, - "px_T": 4, - "sections": 13, - "*k2": 1, - "handling.eps": 1, - "The": 6, - "r1": 3, - "hold": 23, - "obj.G": 2, - "overwrite_settings": 2, - "annotation": 13, - "cleaning": 1, - "grid_width/": 1, - "ie": 2, - "Double": 1, - "C": 13, - "nx": 32, - "k4": 4, - "energy_tol": 6, - "te": 2, - "userSettings": 3, - "Inf": 1, - "xLab": 8, - "db1": 4, - "eig": 6, - "y_f": 3, - "Edgecolor": 1, - "(": 1357, - "Linestyle": 6, - "positive": 2, - "rollTorque": 4, - "fprintf": 18, - "numeric.A": 2, - "xData": 3, - "whipple_pull_force_abcd": 2, - "integrated": 5, - "Potential": 1, - "closeLeg": 2, - "Path": 1, - "y_0": 29, - "legend": 7, - "disp": 8, - "phase_portraits": 2, - "shading": 3, - "r": 2, - "computation": 2, - "vx": 2, - "orbit": 1, - "Initial": 3, - "textX": 3, - "Yc": 5, - "twentyPercent": 1, - "of": 35, - "with": 2, - "name": 4, - "<": 9, - "gains.Yellowrev.Slow": 1, - "analytic": 3, - "opts": 4, - "den": 15, - "C_star": 1, - "ridotta": 1, - "PaperPositionMode": 3, - "i/nx": 2, - "load": 1, - "mandatory": 2, - "data.system.C": 1, - "integration": 9, - "args.sampleTime": 1, - "mine": 1, - "EnergyH": 1, - "value": 2, - "dArrow2": 2, - "toc": 5, - "arg1": 1, - "parameter": 2, - ".vaf": 1, - "per": 5, - "Construction": 1, - "because": 1, - "metricLines": 2, - "ode113": 2, - "k": 75, - "open_loop_all_bikes": 1, - "ismember": 15, - "openLoops.Psi.num": 1, - "direction": 2, - "they": 2, - "f.": 2, - "regexp": 1, - "portrait": 3, - "lane.": 1, - "prod": 3, - "dello": 1, - "real": 3, - "raw.theta": 1, - "args.directory": 1, - "Level": 6, - "mu": 73, - "Choice": 2, - "par.": 1, - "negative": 1, - "lane": 4, - "task": 1, - "roots": 3, - "c1": 5, - "Ys.den": 1, - "PaperSize": 3, - "exist": 1, - "aux": 3, - "data.Benchmark.Medium": 2, - "the": 14, - "Runge": 1, - "number": 2, - "gains.Yellowrev.Fast": 1, - "d": 3, - "Yp": 2, - "fileparts": 1, - "ds": 1, - "gains.Yellow.Slow": 1, - "xl2": 9, - "filtro": 15, - "ylabels": 2, - "data.": 6, - "X_T": 4, - "ds_vx": 1, - "gpuArray": 4, - "PaperOrientation": 3, - "Earth": 2, - "GPU": 3, - "point": 14, - ".": 13, - "velocity": 2, - "vx_0.": 2, - "x_res": 7, - "gains.Pista.Fast": 1, - "leg1": 2, - "yl5": 8, - "Units": 1, - "Parallel": 2, - "outputs": 10, - "Deviation": 1, - "kP2": 3, - "back": 1, - "pathToParFile": 2, - "steps": 2, - "bad": 4, - "x": 42, - "spiegarsi": 1, - "xlabels": 2, - "h_r": 5, - "data.modelPar.C": 1, - "PaperPosition": 3, - "for": 77, - "...": 162, - "grid_x": 3, - "same": 2, - "cyan": 1, - "aux.pars": 3, - "]": 309, - "needs": 1, - "raw.theta_c": 1, - "x2": 1, - "plot.": 1, - "bodeoptions": 1, - "data.Ts": 6, - "which": 2, - "location": 1, - "flat": 3, - "eigenvalues": 2, - "x_max": 3, - "B": 9, - "k3": 3, - "matlab_function": 5, - "Elements": 1, - "ftle_norm": 1, - "strcmp": 24, - "row": 6, - "Open": 1, - "@f_ell": 1, - "into": 1, - "blue": 1, - "whichLines": 3, - "h/2": 2, - "xySource": 7, - "wShift": 5, - "depends": 1, - "guess": 1, - ".*": 2, - "Integrate": 6, - "vx_T": 22, - "loc": 3, - "tau": 1, - "pu": 1, - "Loop": 1, - "definition": 2, - "gains.Pista.Medium": 1, - "path_plots": 1, - "Ys.num": 1, - "de": 4, - "str": 2, - "compare": 3, - "loose": 4, - "e_T": 7, - "Integrate_FILE": 1, - "numeric.StateName": 1, - ";": 891, - "Consider": 1, - "np": 8, - "identified": 1, - "t_integrazione": 3, - "removeInputs": 2 - }, - "XQuery": { - "dflag": 1, - "primary": 1, - "declare": 24, - "c": 1, - "for": 1, - "sort": 1, - "validate": 1, - "const": 1, - "serialized_result": 2, - "name": 1, - "list": 1, - "control": 1, - "": 1, - "options": 2, - "version": 1, - "{": 5, - "name=": 1, - "declared": 1, - "AST": 2, - "": 1, - "p": 2, - "option": 1, - "import": 4, - "err": 1, - "xquery": 1, - "parse/*": 1, - "entry": 2, - "variable": 13, - "all": 1, - "parse/@*": 1, - "namespaces": 5, - "and": 3, - "encoding": 1, - "points": 1, - ")": 38, - "u": 2, - "output": 1, - "imports": 1, - "eval_result": 1, - "}": 5, - "viewport": 1, - "try": 1, - "library": 1, - "eval": 3, - "return": 2, - "II": 1, - "type": 1, - "each": 1, - "pipeline": 8, - "boundary": 1, - "group": 1, - "results": 1, - "preprocess": 1, - "I": 1, - "enum": 3, - "at": 4, - "saxon": 1, - "core": 1, - "serialize": 1, - "element": 1, - "tflag": 1, - "xqm": 1, - "catch": 1, - "": 1, - "module": 6, - "parse": 8, - "functions": 1, - "namespace": 8, - "ast": 1, - "function": 3, - "run": 2, - "III": 1, - "stdin": 1, - "point": 1, - "(": 38, - ";": 25, - "explicit": 3, - "contains": 1, - "ns": 1, - "let": 6, - "xproc": 17, - "": 1, - "space": 1, - "functions.": 1, - "preserve": 1, - "STEP": 3, - "-": 486, - "run#6": 1, - "util": 1, - "xproc.xqm": 1, - "bindings": 2, - "step": 5, - "choose": 1 - }, - "C": { - "statloc": 5, - "getDecodedObject": 3, - "setenv": 1, - "WIN32": 2, - "conjf": 1, - "SUNDOWN_VER_MAJOR": 1, - "got": 1, - "*state": 1, - "snprintf": 2, - "rfString_Assign_fUTF32": 2, - "__linux__": 3, - "HVIDEOOUTPUTDEVICENV*": 1, - "run_command_v_opt": 1, - "git_pool_swap": 1, - "thisstr": 210, - "WGL_GENERIC_ACCELERATION_EXT": 1, - "bgsaveCommand": 1, - "s_req_fragment": 7, - "redisServer": 1, - "*commit": 10, - "*X_data_ptr": 2, - "PFNWGLGETGPUINFOAMDPROC": 2, - "__Pyx_AddTraceback": 7, - "__pyx_obj_7sklearn_5utils_13weight_vector_WeightVector": 3, - "free_commit_extra_headers": 1, - "HTTP_MKACTIVITY": 1, - "okay": 1, - "uint64_t": 8, - "__pyx_k__shape": 1, - "*__pyx_n_s__c": 1, - "WGLEW_ARB_create_context": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_13ModifiedHuber_4__reduce__": 1, - "HTTP_##name": 1, - "cmd_verify_pack": 1, - "default": 33, - "WGL_DIGITAL_VIDEO_CURSOR_ALPHA_VALUE_I3D": 1, - "PyFrozenSet_Check": 1, - "i_NPSELECT_RF_STRING_REMOVE1": 1, - "diff_pathspec_is_interesting": 2, - "equals": 1, - "invalid": 2, - "refcount": 2, - "rb_str_cat": 4, - "WGL_GENLOCK_SOURCE_EDGE_BOTH_I3D": 1, - "__Pyx_StringTabEntry": 2, - "C": 14, - "*f": 2, - "msetCommand": 1, - "__pyx_k_21": 1, - "SUNDOWN_VER_REVISION": 1, - "i_rfLMSX_WRAP6": 2, - "diff_from_iterators": 5, - "during": 1, - "Consider": 2, - "i_NVrfString_Init": 3, - "PyBUF_RECORDS": 1, - "__pyx_f_7sklearn_12linear_model_8sgd_fast_12LossFunction_loss": 1, - "__pyx_k__n_samples": 1, - "node": 9, - "i_SELECT_RF_STRING_INIT_NC1": 1, - "HTTP_PROPFIND": 2, - "*description": 1, - "LF": 21, - "lookupCommandByCString": 3, - "__Pyx_c_is_zerof": 3, - "git_cache": 4, - "*graft": 3, - "PyVarObject_HEAD_INIT": 1, - "b__": 3, - "AE_ERR": 2, - "cmd_receive_pack": 1, - "rfString_ToUTF8": 2, - "*__pyx_n_s__q_data_ptr": 1, - "passes": 1, - "__pyx_t_5numpy_int32_t": 4, - "PyInt_AS_LONG": 1, - "lexer": 4, - "hSrcRC": 1, - "git_futils_open_ro": 1, - "__Pyx_PyInt_FromHash_t": 2, - "WGL_DIGITAL_VIDEO_CURSOR_INCLUDED_I3D": 1, - "yajl_bs_init": 1, - "WARN_ON": 1, - "o2": 7, - "WGLEW_NV_gpu_affinity": 1, - "GIT_DIFFCAPS_HAS_SYMLINKS": 2, - "yajl_set_default_alloc_funcs": 1, - "WGL_GPU_NUM_RB_AMD": 1, - "HTTP_SEARCH": 1, - "zstrdup": 5, - "rfUTF8_IsContinuationbyte": 1, - "pollfd": 1, - "__Pyx_c_prod": 2, - "yajl_do_parse": 1, - "server.repl_syncio_timeout": 1, - "REDIS_ENCODING_RAW": 1, - "WGL_TYPE_COLORINDEX_EXT": 1, - "numLen": 8, - "old_file.mode": 2, - "cmd_init_db": 2, - "static": 454, - "HPE_PAUSED": 2, - "CPU_UP_CANCELED": 1, - "user": 2, - "WGL_GPU_NUM_SIMD_AMD": 1, - "no": 4, - "PFNWGLCHOOSEPIXELFORMATARBPROC": 2, - "WGL_NO_RESET_NOTIFICATION_ARB": 1, - "*REDIS_EXPIRELOOKUPS_TIME_PERC/REDIS_HZ/100": 1, - "pointer": 5, - "include": 6, - "__Pyx_RefNanny": 8, - "__WGLEW_ARB_make_current_read": 2, - "rfFgetc_UTF32BE": 3, - "Strings": 2, - "wglGetCurrentReadDCARB": 1, - "WGL_FULL_ACCELERATION_EXT": 1, - "i_NPSELECT_RF_STRING_BEFORE0": 1, - "This": 1, - "subLength": 6, - "dictVanillaFree": 1, - "uv_process_options_t": 2, - "wglGetExtensionsStringEXT": 1, - "PFNWGLCREATECONTEXTATTRIBSARBPROC": 2, - "Py_SIZE": 1, - "p": 60, - "**pathspec": 1, - "HDC": 65, - "cell_work": 3, - "rb_funcall": 14, - "charValue": 12, - "REDIS_MAXMEMORY_NO_EVICTION": 2, - "__wglewWaitForSbcOML": 2, - "cmd_format_patch": 1, - "__pyx_k__power_t": 1, - "item": 24, - "__pyx_k__isnan": 1, - ".active_writer": 1, - "sdscat": 14, - "__wglewDXUnregisterObjectNV": 2, - "*feature_indices_ptr": 2, - "clusterCommand": 1, - "fseek": 19, - "ignore": 1, - "git_iterator_free": 4, - "local": 5, - "wake_up_process": 1, - "POLLHUP": 1, - "__Pyx_GetItemInt_Generic": 6, - "WGL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB": 1, - "*curtag": 2, - "rstrP": 5, - "buffAllocated": 11, - "listRelease": 1, - "PAUSED": 1, - "__real__": 1, - "complex": 2, - "A0": 3, - "server.lua_caller": 1, - "redisCommand": 6, - "WGL_ACCESS_READ_ONLY_NV": 1, - "*__pyx_args": 9, - "git_cache_free": 1, - "0xBF": 1, - "__wglew_h__": 2, - "i_SELECT_RF_STRING_FWRITE": 1, - "Qtrue": 10, - "pexpireatCommand": 1, - "zremrangebyrankCommand": 1, - "WEXITSTATUS": 2, - "have_repository": 1, - "*__pyx_n_s__zeros": 1, - "__Pyx_PyObject_IsTrue": 1, - "s_chunk_size_start": 4, - "PM_HIBERNATION_PREPARE": 1, - "revents": 2, - "To": 1, - "I_KEEPSTR_": 2, - "status": 57, - "WGL_ALPHA_SHIFT_EXT": 1, - "MKD_NOLINKS": 1, - "Error": 2, - "numclients/": 1, - "dictEncObjKeyCompare": 4, - "existence": 2, - "abs": 2, - "**pptr": 1, - "__Pyx_StructField": 2, - "*argv0": 1, - "NEW_MESSAGE": 6, - "lpGpuDevice": 1, - "functions": 2, - "*__pyx_n_s__t": 1, - "_param": 1, - "appendServerSaveParams": 3, - "noPreloadGetKeys": 6, - "wglIsEnabledFrameLockI3D": 1, - "WGL_EXT_pbuffer": 2, - "PyBUF_STRIDES": 6, - "author": 1, - "end": 48, - "WGL_VIDEO_OUT_ALPHA_NV": 1, - "srcX": 1, - "func_name": 2, - "*__pyx_n_s__class_weight": 1, - "handle_alias": 1, - "__Pyx_RaiseNoneNotIterableError": 1, - "NEED_WORK_TREE": 18, - "STRICT_CHECK": 15, - "T": 3, - "REDIS_REPL_PING_SLAVE_PERIOD": 1, - "server.aof_rewrite_time_last": 2, - "STRICT": 1, - "rfString_Count": 4, - "*w": 2, - "PyObject_DelAttrString": 2, - "WGL_TEXTURE_RGBA_ARB": 1, - "hRegion": 3, - "*diff_ptr": 2, - "buf": 57, - "i_rfString_Afterv": 16, - "getClientsMaxBuffers": 1, - "__pyx_k_16": 1, - "WGLEW_ARB_pixel_format_float": 1, - "appendCommand": 1, - "environ": 4, - "dstName": 1, - "git_buf_len": 1, - "i_SELECT_RF_STRING_BEFORE4": 1, - "dstY0": 1, - "*what": 1, - "GIT_DIFF_INCLUDE_UNTRACKED": 1, - ".id": 1, - "server.cronloops": 3, - "PFNWGLBINDSWAPBARRIERNVPROC": 2, - "epsilon": 2, - "*codepoints": 2, - "cmd_mailsplit": 1, - "__pyx_k____main__": 1, - "deref_tag": 1, - "i_StringCHandle": 1, - "i_STRING2_": 2, - "__pyx_k__B": 1, - "new_argv": 7, - "*header_value_mark": 1, - "stime": 1, - "server.ops_sec_samples": 4, - "PyBytes_Check": 1, - "PyInt_FromSize_t": 1, - "#elif": 14, - "assert": 41, - "is_ref": 1, - "RF_UTF32_LE//": 2, - "self_ru.ru_utime.tv_usec/1000000": 1, - "their": 1, - "wglCreateDisplayColorTableEXT": 1, - "i_SELECT_RF_STRING_CREATE_NC0": 1, - "The": 1, - "WGL_OPTIMAL_PBUFFER_HEIGHT_EXT": 1, - "Local": 2, - "shared.noscripterr": 1, - "__pyx_k__penalty_type": 1, - "wglQueryPbufferARB": 1, - "PFNWGLDISABLEGENLOCKI3DPROC": 2, - "REDIS_SLAVE": 3, - "uint16_t*": 11, - "i_SEARCHSTR_": 26, - "__wglewLoadDisplayColorTableEXT": 2, - "document": 9, - "base": 1, - "new_src": 3, - "HTTP_POST": 2, - "REDIS_REPL_WAIT_BGSAVE_START": 1, - "*phGpu": 1, - "GLboolean": 53, - "yajl_status_ok": 1, - "tree": 3, - "*__Pyx_ImportType": 1, - "SUNDOWN_VER_MINOR": 1, - "DECLARE_BITMAP": 6, - "__WGLEW_EXT_multisample": 2, - "free_ptr": 2, - "8": 15, - "R_Zero/R_Zero": 1, - "psubscribeCommand": 2, - "state": 104, - "i_rfString_Before": 5, - "__Pyx_PyUnicode_READY": 2, - "commit_tree_extended": 1, - "spopCommand": 1, - "*w_data_ptr": 1, - "HPE_INVALID_VERSION": 12, - "sig": 2, - "server.masterauth": 1, - "tp_as_sequence": 1, - "rfFReadLine_UTF32LE": 4, - "alloc_cpumask_var": 1, - "C4": 1, - "PFNWGLGENLOCKSOURCEDELAYI3DPROC": 2, - "*__pyx_ptype_7sklearn_12linear_model_8sgd_fast_SquaredEpsilonInsensitive": 1, - "tmp": 6, - "wglBindDisplayColorTableEXT": 1, - "PyString_Check": 2, - "keepstrP": 2, - "big": 14, - "linuxOvercommitMemoryValue": 2, - "REDIS_LIST_MAX_ZIPLIST_ENTRIES": 1, - "iGpuIndex": 2, - "an": 2, - "cmp": 9, - "cpumask_test_cpu": 1, - "num_pos_args": 1, - "yajl_free_error": 1, - "nid": 5, - "LOG_PID": 1, - "decrRefCount": 6, - "*message": 1, - "i_NPSELECT_RF_STRING_FWRITE1": 1, - "__Pyx_ErrFetch": 1, - "i_rfString_KeepOnly": 3, - "is_str": 1, - "PROXY_CONNECTION": 4, - "DeviceName": 1, - "WGL_I3D_swap_frame_lock": 2, - "*__pyx_k_tuple_17": 1, - "__pyx_args": 21, - "WGL_PBUFFER_HEIGHT_EXT": 1, - "": 1, - "dictResize": 2, - "on_message_begin": 1, - "HTTP_OPTIONS": 1, - "sunionstoreCommand": 1, - "on_url": 1, - "__Pyx_c_eqf": 2, - "strings": 5, - "op": 8, - "HPBUFFEREXT": 6, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_5Huber_6__reduce__": 1, - "clineno": 1, - "nd": 1, - "__pyx_k__shuffle": 1, - "git_iterator_for_workdir_range": 2, - "ust": 7, - "PyDict_Size": 3, - "PFNWGLRELEASEPBUFFERDCEXTPROC": 2, - "*data": 12, - "__pyx_v_C": 1, - "yajl_handle": 10, - "addReplyMultiBulkLen": 1, - "sleep": 1, - "uv_process_t*": 3, - "GIT_SUBMODULE_IGNORE_ALL": 1, - "__Pyx_IterFinish": 1, - "*msg": 6, - "col": 9, - "e": 4, - "SET_ERRNO": 47, - "": 1, - "FLEX_ARRAY": 1, - "WGL_STEREO_EMITTER_DISABLE_3DL": 1, - "dst": 15, - "__pyx_clineno": 58, - "__wglewGetExtensionsStringEXT": 2, - "PyObject_HEAD": 3, - "redisLogRaw": 3, - "child_fd": 3, - "UV_CREATE_PIPE": 4, - "INVALID_CHUNK_SIZE": 1, - "PFNWGLENABLEFRAMELOCKI3DPROC": 2, - "__wglewReleaseImageBufferEventsI3D": 2, - "__builtin_expect": 2, - "PyNumber_InPlaceTrueDivide": 1, - "Py_TPFLAGS_HAVE_NEWBUFFER": 1, - "use_pager": 8, - "REF_TABLE_SIZE": 1, - "__init": 2, - "server.requirepass": 4, - "bufferSize": 6, - "i_rfString_Find": 5, - "WGL_DEPTH_BITS_ARB": 1, - "zmalloc_enable_thread_safeness": 1, - "pfd.fd": 1, - "has": 2, - "rfFReadLine_UTF16BE": 6, - "getsetCommand": 1, - "is_connect": 4, - "*pointer": 1, - "B1": 1, - "Py_False": 2, - "wglGetSwapIntervalEXT": 1, - "*__pyx_self": 1, - "int*": 22, - "WGL_TEXTURE_FORMAT_ARB": 1, - "git_pool_strndup": 1, - "cmd_gc": 1, - "RF_UTF32_LE": 3, - "__wglewIsEnabledFrameLockI3D": 2, - "__Pyx_c_sumf": 2, - "*desc": 1, - "#else": 94, - "__Pyx_PyInt_AsLong": 1, - "REDIS_MAX_LOGMSG_LEN": 1, - "WGL_AUX2_ARB": 1, - "wglSetDigitalVideoParametersI3D": 1, - "PFNWGLGETCONTEXTGPUIDAMDPROC": 2, - "done_alias": 4, - "cb.blockhtml": 6, - "cpu_hotplug.refcount": 3, - "usage": 2, - "zrangebyscoreCommand": 1, - "__wglewDXCloseDeviceNV": 2, - "cmd_clone": 1, - "WGL_NUMBER_UNDERLAYS_EXT": 1, - "act": 6, - "CB_message_complete": 1, - "__pyx_vtabstruct_7sklearn_5utils_13weight_vector_WeightVector": 3, - "__wglext_h_": 2, - "RF_HEXLE_UI": 8, - "counters.process_init": 1, - "yajl_status_client_canceled": 1, - "*new_entry": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_18EpsilonInsensitive_4dloss": 1, - "parNP": 6, - "rfUTF16_Decode": 5, - "server.aof_current_size*100/base": 1, - "dictSdsDestructor": 4, - "*__pyx_n_s__i": 1, - "xSrc": 1, - "*PGPU_DEVICE": 1, - "47": 1, - "dateptr": 2, - "dup": 15, - "rfFgetc_UTF8": 3, - "cmd_ls_tree": 1, - "array": 1, - "determine": 1, - "bgrewriteaofCommand": 1, - "options.stdio_count": 4, - "http_parser_parse_url": 2, - "i_SELECT_RF_STRING_AFTERV13": 1, - "else": 190, - "PyTuple_GET_SIZE": 14, - "__pyx_pw_7sklearn_12linear_model_8sgd_fast_12LossFunction_3dloss": 1, - "idle_thread_get": 1, - "<5)>": 1, - "ask": 3, - "llenCommand": 1, - "PFNWGLGETPIXELFORMATATTRIBIVEXTPROC": 2, - "__pyx_k__zeros": 1, - "**subject": 2, - "*l": 1, - "bSize*sizeof": 1, - "SA_RESETHAND": 1, - "/sizeof": 4, - "REDIS_AOF_ON": 2, - "dumpCommand": 1, - "i_FSEEK_CHECK": 14, - "INVALID_URL": 1, - "DWORD": 5, - "__pyx_v_p": 46, - "void*": 135, - "cmd_write_tree": 1, - "rfString_Init_fUTF16": 3, - "server.el": 7, - "signum": 4, - "__wglewGenlockSourceI3D": 2, - "git_hash_ctx": 7, - "RF_COMPILE_ERROR": 33, - "opts.flags": 8, - "cmd_mktree": 1, - "PyString_FromFormat": 1, - "fclose": 5, - "***tail": 1, - "*__pyx_ptype_7cpython_4type_type": 1, - "__wglewBlitContextFramebufferAMD": 2, - "endif": 6, - "WGL_DOUBLE_BUFFER_EXT": 1, - "*__pyx_vtabptr_7sklearn_5utils_11seq_dataset_SequentialDataset": 1, - "PyUnicode_AS_UNICODE": 1, - "__Pyx_RaiseTooManyValuesError": 1, - "*rev2": 1, - "variable": 1, - "server.hash_max_ziplist_value": 1, - "num*100/slots": 1, - "*fp": 3, - "rfUTILS_SwapEndianUI": 11, - "CE": 1, - "YA_MALLOC": 1, - "WGL_AUX3_ARB": 1, - "i_SELECT_RF_STRING_BEFOREV15": 1, - "cpu_hotplug_begin": 4, - "put_online_cpus": 2, - "c_ru.ru_stime.tv_sec": 1, - "*__pyx_ptype_5numpy_broadcast": 1, - "WGL_ALPHA_BITS_EXT": 1, - "float": 26, - "REDIS_MAX_CLIENTS": 1, - "DELETE": 2, - "__pyx_k__update": 1, - "WGL_EXT_pixel_format_packed_float": 2, - "handle_options": 2, - "HTTP_COPY": 1, - "message_complete": 7, - "MARK": 7, - "Allocation": 2, - "": 1, - "cell_end": 6, - "existsCommand": 1, - "eofReached": 4, - "*pulCounterOutputVideo": 1, - "i_rfString_Init_nc": 3, - "arraysize": 1, - "macros": 1, - "server.set_max_intset_entries": 1, - "server.ops_sec_last_sample_ops": 3, - "WTERMSIG": 2, - "nodes": 10, - "KERN_INFO": 2, - "*16": 2, - "anetTcpServer": 1, - "REDIS_NOTUSED": 5, - "__wglewEnumerateVideoCaptureDevicesNV": 2, - "GIT_UNUSED": 1, - "commit_tree": 1, - "git_oid_cmp": 6, - "server.aof_selected_db": 1, - "lookup_tree": 1, - "decoration": 1, - "for_each_cpu": 1, - "SA_NODEFER": 1, - "server.rdb_compression": 1, - "wglGetSyncValuesOML": 1, - "WGL_TEXTURE_FLOAT_R_NV": 1, - "CMIT_FMT_ONELINE": 1, - "WGL_ACCUM_GREEN_BITS_ARB": 1, - "__pyx_t_5numpy_float_t": 1, - "rfString_Init_fUTF32": 3, - "cmd_apply": 1, - "graft": 10, - "*__pyx_t_4": 3, - "*subValues": 2, - "c2": 13, - "options.uid": 1, - "-": 1803, - "CYTHON_UNUSED": 14, - "entry": 17, - "db": 10, - "prepareForShutdown": 2, - "mi": 5, - "rfString_Init_cp": 3, - "new_file.size": 3, - "lru_count": 1, - "s_req_spaces_before_url": 5, - "mkd_compile": 2, - "ipc": 1, - "INVALID_HOST": 1, - "real": 2, - "yajl_state_start": 1, - "WGL_ARB_create_context": 2, - "old_file.flags": 2, - "discardCommand": 2, - "WGL_NUM_VIDEO_SLOTS_NV": 1, - "*new_parent": 2, - "v": 11, - "cmd_help": 1, - "func": 3, - "*cell_work": 1, - "WGLEW_3DFX_multisample": 1, - "*ref_name": 2, - "s_req_query_string_start": 8, - "*clientData": 1, - "save_our_env": 3, - "PyObject_GetBuffer": 1, - "PyBUF_ND": 2, - "PFNWGLDXCLOSEDEVICENVPROC": 2, - "i_SELECT_RF_STRING_BEFOREV": 1, - "*__pyx_v_info": 2, - "offsetof": 2, - "PFNWGLGENLOCKSAMPLERATEI3DPROC": 2, - "bytesWritten": 2, - "i_SELECT_RF_STRING_BETWEEN1": 1, - "npy_longlong": 2, - "**environ": 1, - "*swap": 1, - "read_sha1_file": 1, - "A6": 2, - "*read_commit_extra_header_lines": 1, - "__pyx_n_s__p": 6, - "ZMALLOC_LIB": 2, - "http_major": 11, - "__pyx_k__d": 1, - "HANDLE": 14, - "__Pyx_ReleaseBuffer": 2, - "*get_octopus_merge_bases": 1, - "HPE_INVALID_METHOD": 4, - "__wglewQueryCurrentContextNV": 2, - "WGL_ARB_extensions_string": 2, - "diff_delta__dup": 3, - "cpu_hotplug_done": 4, - "vkeys": 8, - "*uMaxPixelDelay": 1, - "__Pyx_GetItemInt_Tuple_Fast": 1, - "been": 1, - "cpumask": 7, - "": 1, - "*patch_mode": 1, - "GLEW_STATIC": 1, - "rb_intern": 15, - "ustime": 7, - "than": 5, - "UV_PROCESS_DETACHED": 2, - "target_msc": 3, - "cmd_tag": 1, - "hpVideoDevice": 1, - "__WGLEW_NV_render_texture_rectangle": 2, - "": 5, - "long": 105, - "cmd_config": 1, - "PFNWGLGETGAMMATABLEPARAMETERSI3DPROC": 2, - "cmd_push": 1, - "__wglewGetPbufferDCARB": 2, - "setup_git_directory": 1, - "jsonTextLen": 4, - "obuf_bytes": 3, - "*sp": 1, - "RUN_CLEAN_ON_EXIT": 1, - "unsigned": 140, - "__pyx_k__fit_intercept": 1, - "_ms_": 2, - "hlenCommand": 1, - "npy_uint64": 1, - "*old_entry": 1, - "PTR_ERR": 1, - "ptr": 18, - "server.syslog_enabled": 3, - "pack": 2, - "__Pyx_RaiseImportError": 1, - "*cause": 1, - "": 1, - "server.maxidletime": 3, - "wglBeginFrameTrackingI3D": 1, - "__WGLEW_I3D_swap_frame_lock": 2, - "git_diff_list_free": 3, - "rfString_Deinit": 3, - "rb_rdiscount__get_flags": 3, - "WGLEW_NV_copy_image": 1, - "*__pyx_n_s__alpha": 1, - "__wglewGenlockSampleRateI3D": 2, - "utf16": 11, - "code=": 2, - "shared.emptybulk": 1, - "rfString_Append_fUTF8": 2, - "npy_cdouble": 2, - "__wglewReleaseVideoDeviceNV": 2, - "if": 1015, - "convert": 1, - "BITS_TO_LONGS": 1, - "pair": 4, - "WGL_LOSE_CONTEXT_ON_RESET_ARB": 1, - "S_ISGITLINK": 1, - "PyGILState_Ensure": 1, - "__pyx_k__H": 1, - "__Pyx_RaiseArgtupleInvalid": 7, - "WGL_NO_ACCELERATION_EXT": 1, - "*keepChars": 1, - "lremCommand": 1, - "*__pyx_n_s__xnnz": 1, - "otherwise": 1, - "///Internal": 1, - "b_index_": 6, - "PFNWGLGETPIXELFORMATATTRIBIVARBPROC": 2, - "git_cached_obj_incref": 3, - "rfString_StripEnd": 3, - "": 1, - "**diff": 4, - "npy_float32": 1, - "i_NPSELECT_RF_STRING_BETWEEN": 1, - "HPE_INVALID_CHUNK_SIZE": 2, - "server.syslog_facility": 2, - "ssize_t": 1, - "temporary": 4, - "h_matching_proxy_connection": 3, - "due": 2, - "ob_refcnt": 1, - "parse_url_char": 5, - "watchdogScheduleSignal": 1, - "unsubscribeCommand": 2, - "WGL_NV_video_capture": 2, - "__pyx_k__xnnz": 1, - "clear_commit_marks_for_object_array": 1, - "__Pyx_c_abs": 3, - "WGL_ATI_render_texture_rectangle": 2, - "*a": 9, - "WGL_NV_vertex_array_range": 2, - "WGL_BIND_TO_TEXTURE_RECTANGLE_DEPTH_NV": 1, - "PyLong_AsSsize_t": 1, - "ER": 4, - "": 1, - "utf32": 10, - "ln": 8, - "UV__O_CLOEXEC": 1, - "PFNWGLDXLOCKOBJECTSNVPROC": 2, - "i_SELECT_RF_STRING_BEFORE": 1, - "npy_ulong": 1, - "PyDict_GetItem": 6, - "rfString_PruneEnd": 2, - "cmd.buf": 1, - "self_ru": 2, - "saveCommand": 1, - "hDC": 33, - "RF_UTF16_LE": 9, - "va_start": 3, - "TARGET_OS_IPHONE": 1, - "__wglewDXOpenDeviceNV": 2, - "*__pyx_kp_s_3": 1, - "__Pyx_GetItemInt_List_Fast": 1, - "unregister_shallow": 1, - "indexing": 1, - "slaves": 3, - "bpop.timeout": 2, - "at": 3, - "**argv": 6, - "uDelay": 2, - "*__pyx_n_s__eta": 1, - "file_size": 6, - "RF_HEXGE_C": 1, - "wglDXUnlockObjectsNV": 1, - "*__pyx_kwds": 9, - "PyLong_Type": 1, - "DL_IMPORT": 2, - "*get_shallow_commits": 1, - "__Pyx_PyInt_AsInt": 2, - "*ver_revision": 2, - "shared.nokeyerr": 1, - "server.slaves": 9, - "gettimeofday": 4, - "process": 19, - "PFNWGLENUMERATEVIDEODEVICESNVPROC": 2, - "__pyx_t_5numpy_complex_t": 1, - "performed": 1, - "PyBytes_FromStringAndSize": 1, - "i_SELECT_RF_STRING_AFTERV7": 1, - "PARSING_HEADER": 2, - "HPVIDEODEV*": 1, - "__Pyx_PyInt_AsShort": 1, - "WGL_ARB_pixel_format_float": 2, - "url_mark": 2, - "": 1, - "": 1, - "WGL_NV_video_output": 2, - "valid": 1, - "__WGLEW_ARB_create_context_profile": 2, - "*from": 1, - "__pyx_k__u": 1, - "TASK_UNINTERRUPTIBLE": 1, - "old_tree": 5, - "i_SOURCE_": 2, - "*__pyx_n_s__any": 1, - "All": 1, - "cache": 26, - "__STDC_VERSION__": 2, - "create": 2, - "timeval": 4, - "INVALID_STATUS": 1, - "__pyx_k__intercept": 1, - "WGL_3DFX_multisample": 2, - "mem_freed": 4, - "server.loading_start_time": 2, - "*key": 5, - "parent_offset": 1, - "pAddress": 2, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_12SquaredHinge_6__reduce__": 1, - "CPU_STARTING_FROZEN": 1, - "": 1, - "WGLEW_OML_sync_control": 1, - "cmd_rev_parse": 1, - "i_rfString_StripStart": 3, - "s_body_identity": 3, - "PM_POST_HIBERNATION": 1, - "REDIS_BIO_AOF_FSYNC": 1, - "addReplyBulk": 1, - "uv_ok_": 1, - "exit_status": 3, - "hObjects": 2, - "__pyx_f_7sklearn_12linear_model_8sgd_fast_12LossFunction_dloss": 1, - "int32_t": 112, - "__wglewGetPixelFormatAttribfvEXT": 2, - "HTTP_CHECKOUT": 1, - "subP": 7, - "more": 2, - "open": 4, - "cmit_fmt": 3, - "*opts": 6, - "*__Pyx_GetItemInt_List_Fast": 1, - "__pyx_k__np": 1, - "characterLength": 16, - "http_parser_pause": 2, - "__wglewGetSyncValuesOML": 2, - "srcY0": 1, - "__pyx_v_flags": 1, - "uint32_t*": 34, - "cp": 12, - "k": 15, - "server.lua": 1, - "growth": 3, - "": 2, - "*__pyx_v_loss": 1, - "*ret": 20, - "__pyx_t_7sklearn_12linear_model_8sgd_fast_INTEGER": 3, - "commit_pager_choice": 4, - "__pyx_t_4": 27, - "len": 30, - "WGL_FULL_ACCELERATION_ARB": 1, - "s_req_schema_slash": 6, - "dictSdsCaseHash": 2, - "INVALID_CONTENT_LENGTH": 1, - "check_commit": 2, - "PFNWGLGETPIXELFORMATATTRIBFVARBPROC": 2, - "wglGetExtensionsStringARB": 1, - "alloc_commit_node": 1, - "needs": 1, - "cpu_possible_bits": 6, - "updateDictResizePolicy": 2, - "SPAWN_WAIT_EXEC": 5, - "uv__process_child_init": 2, - "PFNWGLENUMGPUSFROMAFFINITYDCNVPROC": 2, - "B7": 1, - "wglext.h": 1, - "i_NPSELECT_RF_STRING_REPLACE": 1, - "loss": 1, - "object_array": 2, - "*__pyx_refnanny": 1, - "rfString_Create_f": 2, - "repo": 23, - "WGLEW_EXT_create_context_es2_profile": 1, - "rlim_t": 3, - "": 1, - "wglGetGenlockSampleRateI3D": 1, - "i_SELECT_RF_STRING_AFTER3": 1, - "__pyx_obj_7sklearn_12linear_model_8sgd_fast_Log": 5, - "__Pyx_PyInt_AsLongLong": 1, - "i_SELECT_RF_STRING_CREATE0": 1, - "PFNWGLMAKECONTEXTCURRENTARBPROC": 2, - "dloss": 1, - "ERROR_INVALID_PIXEL_TYPE_EXT": 1, - "i_rfLMSX_WRAP14": 2, - "noid": 4, - "h_content_length": 5, - "take_cpu_down_param": 3, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_3Log_2dloss": 1, - "cmd_patch_id": 1, - "*1024*256": 1, - "__wglewDXObjectAccessNV": 2, - "__wglewQueryFrameLockMasterI3D": 2, - "get_online_cpus": 2, - "loops": 2, - "__pyx_L0": 18, - "WGL_ALPHA_SHIFT_ARB": 1, - "RUN_SETUP_GENTLY": 16, - "object.sha1": 8, - "cmd_count_objects": 1, - "check_pager_config": 3, - "http_message_needs_eof": 4, - "REDIS_WARNING": 19, - "http_minor": 11, - "lookup_object": 2, - "*pfValues": 2, - "sd_version": 1, - "arch_disable_nonboot_cpus_end": 2, - "sstr2": 2, - "sdscatrepr": 1, - "i_NPSELECT_RF_STRING_AFTER0": 1, - "*r": 7, - "i_SELECT_RF_STRING_REPLACE": 1, - "node_zonelists": 1, - "mutex_unlock": 6, - "RF_String*sub": 2, - "server.ops_sec_idx": 4, - "__pyx_t_double_complex_from_parts": 1, - "are": 6, - "typename": 2, - ".hard_limit_bytes": 3, - "idletime": 2, - "message": 3, - "RF_SELECT_FUNC": 10, - "i_SELECT_RF_STRING_REPLACE2": 1, - ".expires": 8, - "PFNWGLQUERYSWAPGROUPNVPROC": 2, - "RF_SELECT_FUNC_IF_NARGGT": 10, - "i_SELECT_RF_STRING_BEFOREV9": 1, - "server.syslog_ident": 2, - "incrCommand": 1, - "GIT_DIFFCAPS_TRUST_CTIME": 2, - "**stack": 1, - "cmd_rm": 1, - "header_flag": 3, - "clear_tasks_mm_cpumask": 1, - "uname": 1, - "wglQuerySwapGroupNV": 1, - "__pyx_kwds": 15, - "fmt": 4, - "uType": 1, - "WGL_SWAP_UNDEFINED_EXT": 1, - "cmd_unpack_file": 1, - "yajl_status": 4, - "*feature_indices": 2, - "*__pyx_n_s__epoch": 1, - "__pyx_doc_7sklearn_12linear_model_8sgd_fast_12LossFunction_loss": 1, - "error": 96, - "server.unixtime/REDIS_LRU_CLOCK_RESOLUTION": 1, - "setgid": 1, - "__pyx_k__plain_sgd": 1, - "_MSC_VER": 5, - "struct": 359, - "WGL_ACCUM_ALPHA_BITS_EXT": 1, - "PyBUF_WRITABLE": 3, - "PyLong_AsUnsignedLongMask": 1, - "single_parent": 1, - "wglCreatePbufferEXT": 1, - "unwatchCommand": 1, - "lstr": 6, - "pptr": 5, - "rfUTF8_IsContinuationByte": 12, - "*__pyx_n_s__intercept_decay": 1, - "get_sha1_hex": 2, - "cpu_hotplug": 1, - "shared.punsubscribebulk": 1, - "bitopCommand": 1, - "lastsaveCommand": 1, - "brpoplpushCommand": 1, - "RF_HEXEQ_C": 9, - "WGL_MAX_PBUFFER_PIXELS_EXT": 1, - "date_mode": 2, - "GL_RGBA_FLOAT_MODE_ATI": 1, - "__Pyx_Raise": 4, - "__cpu_notify": 6, - "Init_rdiscount": 1, - "dictGenCaseHashFunction": 1, - "xF": 5, - "SOCK_STREAM": 2, - "argument": 1, - "__pyx_k__count": 1, - "*new": 1, - "h_connection": 6, - "REDIS_NOTICE": 13, - "cmd_cat_file": 1, - "git_diff_list": 17, - "get_sha1": 1, - "cmd_update_index": 1, - "h_matching_upgrade": 3, - "moveCommand": 1, - "UF_FRAGMENT": 2, - "INVALID_INTERNAL_STATE": 1, - "gid": 2, - "create_object": 2, - "///closing": 1, - "GL_COLOR_CLEAR_UNCLAMPED_VALUE_ATI": 1, - "yajl_parser_config": 1, - "function": 6, - "goto": 159, - "*title": 1, - "shared.loadingerr": 2, - "|": 132, - "__Pyx_PyBytes_FromUString": 1, - "Py_HUGE_VAL": 2, - "PM_SUSPEND_PREPARE": 1, - "EBUSY": 3, - "termination": 3, - "operations": 1, - "09": 1, - "*util": 1, - "&&": 248, - "bib": 3, - "free_commit_list": 1, - "__Pyx_TypeInfo_nn___pyx_t_7sklearn_12linear_model_8sgd_fast_DOUBLE": 1, - "RF_MODULE_STRINGS//": 1, - "*ob": 3, - "settings": 6, - "server.loading_total_bytes": 3, - "case": 273, - "*onto": 1, - "GIT_IDXENTRY_SKIP_WORKTREE": 1, - "s_headers_almost_done": 4, - "server.stat_numconnections": 2, - "replicationCron": 1, - "__wglewReleaseVideoCaptureDeviceNV": 2, - "GPU_DEVICE": 1, - "itemsize": 1, - "free_obj": 4, - "*X_indices_ptr": 1, - "*__pyx_ptype_5numpy_dtype": 1, - "execv_dashed_external": 2, - "REDIS_SHUTDOWN_NOSAVE": 1, - "server.aof_fsync": 1, - "F_TRAILING": 3, - "PFNWGLISENABLEDFRAMELOCKI3DPROC": 2, - "dstX": 1, - "wglGetCurrentAssociatedContextAMD": 1, - "*__pyx_n_s__penalty_type": 1, - "PFNWGLQUERYPBUFFEREXTPROC": 2, - "rb_rdiscount_to_html": 2, - "processInputBuffer": 1, - "isinherited": 1, - "SHA1_Final": 3, - "sdiffCommand": 1, - "PFNWGLENDFRAMETRACKINGI3DPROC": 2, - "fd": 34, - "cmd_describe": 1, - "deltas.contents": 1, - "sdscatprintf": 24, - "*eventLoop": 2, - "WGL_PBUFFER_HEIGHT_ARB": 1, - "WGL_IMAGE_BUFFER_MIN_ACCESS_I3D": 1, - "__pyx_k__sumloss": 1, - "PyBUF_FULL": 1, - "*encodingP": 1, - "PyArrayObject": 8, - "memcmp": 6, - "__int64": 3, - "that": 9, - "inside": 2, - "setnxCommand": 1, - "wglEnableFrameLockI3D": 1, - "WGLEW_EXT_extensions_string": 1, - "__Pyx_TypeTest": 1, - "PyCFunction_GET_FUNCTION": 3, - "__Pyx_GetBuffer": 2, - "subscribeCommand": 2, - "WGL_TYPE_RGBA_FLOAT_ATI": 1, - "rfString_Strip": 2, - "*__pyx_kp_u_10": 1, - "*const": 4, - "pbytePos": 2, - "zrevrangeCommand": 1, - "WGL_VIDEO_OUT_COLOR_AND_ALPHA_NV": 1, - "pFlag": 3, - "defined": 42, - "ltrimCommand": 1, - "INVALID_PORT": 1, - "cmd_upload_archive": 1, - "*blob_type": 2, - "shared.err": 1, - "__wglewBindVideoImageNV": 2, - "PFNWGLDXOPENDEVICENVPROC": 2, - "i_rfString_Fwrite": 5, - "WGL_TEXTURE_CUBE_MAP_NEGATIVE_X_ARB": 1, - "*retval": 1, - "MKD_NOPANTS": 1, - "__wglewGetExtensionsStringARB": 2, - "RF_HEXGE_UI": 6, - "*__Pyx_Import": 1, - "dstX0": 1, - "git__free": 15, - "WGL_PBUFFER_LARGEST_EXT": 1, - "i_SELECT_RF_STRING_FWRITE1": 1, - "bestval": 5, - "REDIS_BLOCKED": 2, - "WGL_I3D_genlock": 2, - "date": 5, - "cpu_possible_mask": 2, - "cpu_maps_update_begin": 9, - "server.master": 3, - "server.zset_max_ziplist_entries": 1, - "REDIS_OPS_SEC_SAMPLES": 3, - "WGL_NV_copy_image": 2, - "__pyx_t_5numpy_intp_t": 1, - "i_STRING1_": 2, - "__Pyx_GIVEREF": 9, - "wglGetDigitalVideoParametersI3D": 1, - "*scan": 2, - "*server.dbnum": 1, - "setCommand": 1, - "REPORT": 2, - "commit": 59, - "parent": 7, - "__wglewGetGammaTableI3D": 2, - "n_samples": 1, - "PFNWGLGENLOCKSOURCEI3DPROC": 2, - "CMIT_FMT_MEDIUM": 2, - "ENOENT": 3, - "__Pyx_SET_CIMAG": 2, - "git_version_string": 1, - "yajl_handle_t": 1, - "REDIS_MAXMEMORY_ALLKEYS_RANDOM": 2, - "oid": 17, - "DIFF_NEW_PREFIX_DEFAULT": 1, - "subdir": 3, - "WGL_PIXEL_TYPE_EXT": 1, - "stateStack": 3, - "CONFIG_MEMORY_HOTPLUG": 2, - "*1024*8": 1, - "git_iterator_advance_into_directory": 1, - "wglMakeContextCurrentARB": 1, - "git_buf_detach": 1, - "dictSdsKeyCaseCompare": 2, - "delCommand": 1, - "CB_headers_complete": 1, - "*__pyx_builtin_NotImplementedError": 1, - "PyInt_FromString": 1, - "WGL_BIND_TO_TEXTURE_RECTANGLE_RGBA_NV": 1, - "FILE*": 64, - "D": 8, - "cmd_fetch": 1, - "*result": 1, - "http_strerror_tab": 7, - "": 1, - "__pyx_vtabstruct_7sklearn_12linear_model_8sgd_fast_EpsilonInsensitive": 2, - "rfString_ToUTF16": 4, - "tempBuff": 6, - "i_rfLMSX_WRAP7": 2, - "__pyx_t_5numpy_int8_t": 1, - "i_WHENCE_": 4, - "*__pyx_v_dataset": 1, - "file": 6, - "uv__nonblock": 5, - "INVALID_VERSION": 1, - "wscale": 1, - "__pyx_k__sample_weight": 1, - "N_": 1, - "rstatus": 1, - "to": 37, - "i_SELECT_RF_STRING_BEFOREV10": 1, - "evalCommand": 1, - "RE_UTF8_INVALID_SEQUENCE_END": 6, - "PyCodeObject": 1, - "openlog": 1, - "server.unixsocketperm": 2, - "listNode": 4, - "GLEWAPI": 6, - "shareHandle": 1, - "PFNWGLGETFRAMEUSAGEI3DPROC": 2, - "WGL_DOUBLE_BUFFER_ARB": 1, - "Py_PYTHON_H": 1, - "PyList_CheckExact": 1, - "ev_child_stop": 2, - "__pyx_k__learning_rate": 1, - "createSharedObjects": 2, - "i_rfPopen": 2, - "Attempted": 1, - "wglDisableGenlockI3D": 1, - "WGL_ALPHA_BITS_ARB": 1, - "EXPORT_SYMBOL_GPL": 4, - "cpu_hotplug_disabled": 7, - "scriptingInit": 1, - "xD800": 8, - "fork": 2, - "out": 18, - "": 2, - "__Pyx_Print": 1, - "method_strings": 2, - "RSTRING_LEN": 2, - "server.cluster.myself": 1, - "shared.pong": 2, - "echoCommand": 2, - "PyGILState_STATE": 1, - "USE_PAGER": 3, - "__pyx_pyargnames": 3, - "WGL_MAX_PBUFFER_HEIGHT_EXT": 1, - "xFFFE0000": 1, - "HAVE_BACKTRACE": 1, - "wglReleaseVideoDeviceNV": 1, - "wglDXObjectAccessNV": 1, - "cmd_grep": 1, - "param": 2, - "changes": 2, - "found": 20, - "CMIT_FMT_UNSPECIFIED": 1, - "*index": 2, - "RF_OPTION_DEFAULT_ARGUMENTS": 24, - "rfString_ToUTF32": 4, - "*__pyx_n_s____main__": 1, - "uses": 1, - "slaveseldb": 1, - "*privdata": 8, - "PyBytes_Concat": 1, - "__pyx_f_7sklearn_12linear_model_8sgd_fast_l1penalty": 1, - "(": 6213, - "depth": 2, - "WGL_SWAP_EXCHANGE_EXT": 1, - "**msg_p": 2, - "md": 18, - "col_data": 2, - "__wglewCreateBufferRegionARB": 2, - "new_file.path": 6, - "*buf": 10, - "PyLong_AsLong": 1, - "strncmp": 1, - "REDIS_AOF_REWRITE_PERC": 1, - "wglFreeMemoryNV": 1, - "entries": 2, - "Py_UNICODE*": 1, - "i_NPSELECT_RF_STRING_BEFORE1": 1, - "WGL_TYPE_RGBA_ARB": 1, - "old_uf": 4, - "classes": 1, - "xFEFF": 1, - "surrogate": 4, - "*bufferSize": 1, - "D0": 1, - "*tail": 2, - "": 1, - "HPE_INVALID_URL": 4, - "PFNWGLALLOCATEMEMORYNVPROC": 2, - "WGL_ATI_pixel_format_float": 2, - "aeMain": 1, - "hDstRC": 1, - "opts.new_prefix": 4, - "interactive_add": 1, - "WGL_SAMPLES_EXT": 1, - "*__pyx_n_s__threshold": 1, - "curtag": 8, - "ENOMEM": 4, - "HPE_##n": 1, - "cmd_fmt_merge_msg": 1, - "*diff_prefix_from_pathspec": 1, - "pfd.events": 1, - "prefix.ptr": 2, - "*__pyx_n_s__loss": 1, - "peak_hmem": 3, - "A1": 1, - "i_OFFSET_": 4, - "": 1, - "priority": 1, - "PFNWGLENABLEGENLOCKI3DPROC": 2, - "strerror": 4, - "macro": 2, - "server.aof_current_size": 2, - "dup2": 4, - "_GPU_DEVICE": 1, - "ob_type": 7, - "RF_STRING_INDEX_OUT_OF_BOUNDS": 2, - "sep": 3, - "CPU_STARTING": 1, - "UINT": 30, - "*piFormats": 2, - "hAffinityDC": 1, - "__pyx_k__loss": 1, - "_Complex_I": 3, - "_Complex": 2, - "i_rfString_CreateLocal": 2, - "__Pyx_GetBufferAndValidate": 1, - "environment": 3, - "*__pyx_n_s__u": 1, - "git_delta_t": 5, - "*/": 1, - "*__pyx_n_s__isinf": 1, - "HTTP_NOTIFY": 1, - "CPU_BITS_ALL": 2, - "encoded": 2, - "server.aof_fd": 4, - "clientsCron": 2, - "srcY": 1, - "StringX": 2, - "PyInt_FromLong": 3, - "__wglewGetGenlockSourceI3D": 2, - "cmd_column": 1, - "PyNumber_Divide": 1, - "hand": 28, - "shallow_flag": 1, - "opts.old_prefix": 4, - "HPE_INVALID_CONSTANT": 3, - "s_start_req_or_res": 4, - "atoi": 3, - "tolower": 2, - "__pyx_obj_7sklearn_12linear_model_8sgd_fast_SquaredHinge": 6, - "*__pyx_k_tuple_7": 1, - "dwSize": 1, - "cpu_bit_bitmap": 2, - "rfLMS_Push": 4, - "sdsfree": 2, - "Rebuild": 1, - "i_LIMSELECT_RF_STRING_BEFOREV": 1, - "memset": 4, - "height": 3, - "lol": 3, - "server.aof_rewrite_base_size": 4, - "WGL_TEXTURE_TARGET_ARB": 1, - "wglCreateAssociatedContextAttribsAMD": 1, - "dstY1": 1, - "git__prefixcmp": 2, - "new_entry": 5, - "IS_URL_CHAR": 6, - "s_res_first_status_code": 3, - "WGL_TEXTURE_FLOAT_RGB_NV": 1, - "WGLEW_EXT_swap_control": 1, - "PyString_FromStringAndSize": 1, - "__int16": 2, - "wglEnumGpuDevicesNV": 1, - "WGL_MIPMAP_TEXTURE_ARB": 1, - "PFNWGLDELETEASSOCIATEDCONTEXTAMDPROC": 2, - "st": 2, - "cmd_checkout": 1, - "<=thisstr->": 1, - "*__pyx_ptype_7sklearn_12linear_model_8sgd_fast_Hinge": 1, - "__pyx_k__C": 1, - "hcpu": 10, - "COVERAGE_TEST": 1, - "obj": 48, - "||": 141, - "set_cpu_online": 1, - "testity": 2, - ".blocking_keys": 1, - "wglJoinSwapGroupNV": 1, - "next": 8, - "__WGLEW_EXT_pixel_format": 2, - "rfString_Between": 3, - "i_SELECT_RF_STRING_CREATE_NC1": 1, - "rfPclose": 1, - "#ifdef": 64, - "redisGitSHA1": 3, - "uv__process_close_stream": 2, - "git_usage_string": 2, - "signal_pipe": 7, - "paused": 3, - "all": 2, - "ffff": 4, - "rfUTF16_Decode_swap": 5, - "ev_child_start": 1, - "FLOAT": 4, - "UV_PROCESS_SETUID": 2, - "specific": 1, - "9": 1, - "server.multiCommand": 1, - "INVALID_QUERY_STRING": 1, - "_PyUnicode_Ready": 1, - "__FILE__": 4, - "**orig_argv": 1, - "Does": 1, - "*__pyx_builtin_ValueError": 1, - "li": 6, - "__pyx_v_self": 15, - "WGL_STEREO_POLARITY_INVERT_3DL": 1, - "HTTP_HEAD": 2, - "__int32": 2, - "new_file.mode": 4, - "__Pyx_c_neg": 2, - "__pyx_k__n_features": 1, - "endian": 20, - "server.aof_no_fsync_on_rewrite": 1, - "C5": 1, - "PFNWGLGETSWAPINTERVALEXTPROC": 2, - "__wglewIsEnabledGenlockI3D": 2, - "yajl_parse_complete": 1, - "STDIN_FILENO": 1, - "shared.crlf": 2, - "UV_PROCESS_WINDOWS_VERBATIM_ARGUMENTS": 1, - "wglQueryVideoCaptureDeviceNV": 1, - "RAW_NOTIFIER_HEAD": 1, - "COPY": 2, - "MS_WINDOWS": 2, - "RF_STRING_ITERATEB_START": 2, - "nitem": 32, - "__Pyx_c_absf": 3, - "WGL_ACCUM_RED_BITS_EXT": 1, - "int32_t*": 1, - "cmd_mktag": 1, - "refs": 2, - "self_ru.ru_utime.tv_sec": 1, - "http_parser_settings": 5, - "wglEndFrameTrackingI3D": 1, - "__wglewSwapIntervalEXT": 2, - "source": 8, - "hash": 12, - "*__pyx_ptype_7sklearn_12linear_model_8sgd_fast_SquaredLoss": 1, - "strides": 1, - "s_req_fragment_start": 7, - "__wglewEndFrameTrackingI3D": 2, - "*dict": 5, - "__Pyx_BufFmt_Context": 1, - "hDrawDC": 2, - "temp": 11, - "*__pyx_k_tuple_18": 1, - "__pyx_k__p": 1, - "PyBytes_Repr": 1, - "sdsnew": 27, - "server.unblocked_clients": 4, - "cmd_unpack_objects": 1, - "FinishContext": 1, - "__pyx_obj_7sklearn_12linear_model_8sgd_fast_Huber": 6, - "*col_data": 1, - "dictSetHashFunctionSeed": 1, - "clusterNodesDictType": 1, - "hashDictType": 1, - "*dup": 1, - "hShareContext": 2, - "old_entry": 5, - "RFS_": 8, - "fj": 1, - "R_Nan": 2, - "header_state": 42, - "__Pyx_c_quotf": 2, - "RF_String": 27, - "maxfiles": 6, - "WGL_GENLOCK_SOURCE_EDGE_RISING_I3D": 1, - "__cplusplus": 18, - "*git_cache_get": 1, - "__pyx_k__numpy": 1, - "threshold": 2, - "shared.integers": 2, - "phDeviceList": 2, - "WGL_I3D_swap_frame_usage": 2, - "WGL_CONTEXT_MAJOR_VERSION_ARB": 1, - "*__pyx_n_s__learning_rate": 1, - "pragma": 1, - "__Pyx_c_is_zero": 3, - "notifier_to_errno": 1, - "*__pyx_kp_u_16": 1, - "poll": 1, - "__MINGW32__": 1, - "cabsf": 1, - "f": 184, - "WGLEW_NV_render_texture_rectangle": 1, - "parse_signed_commit": 1, - "new_packmode": 1, - "": 4, - "type": 36, - "PyLong_FromSsize_t": 1, - "__wglewGetPixelFormatAttribfvARB": 2, - "lookup_commit_graft": 1, - "exist": 2, - "result": 48, - "RF_LF": 10, - "PFNWGLQUERYPBUFFERARBPROC": 2, - "h_matching_connection_keep_alive": 3, - "MKD_TABSTOP": 1, - "sdsavail": 1, - "__wglewGetVideoInfoNV": 2, - "PFNWGLBINDVIDEOIMAGENVPROC": 2, - "WGL_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB": 1, - "diff_strdup_prefix": 2, - "format": 4, - "aeCreateFileEvent": 2, - "B2": 1, - "__WGLEW_I3D_genlock": 2, - "__pyx_module_is_main_sklearn__linear_model__sgd_fast": 1, - "PFNWGLGETGENLOCKSOURCEEDGEI3DPROC": 2, - "__wglewCreatePbufferARB": 2, - "__pyx_k__nonzero": 1, - "MASK_DECLARE_4": 3, - "rcu_read_unlock": 1, - "EV_CHILD": 1, - "PFNWGLQUERYGENLOCKMAXSOURCEDELAYI3DPROC": 2, - "accomplish": 1, - "hReadDC": 2, - "xFF": 1, - "SOCK_CLOEXEC": 1, - "PFNWGLQUERYFRAMECOUNTNVPROC": 2, - "__wglewReleasePbufferDCEXT": 2, - "CYTHON_PEP393_ENABLED": 2, - "const": 357, - "tokensN": 2, - "server.loading": 4, - "querybuf_size": 3, - "see": 2, - "*signature": 1, - "__Pyx_PyIdentifier_FromString": 3, - "*__pyx_n_s__NotImplementedError": 1, - "raw_notifier_chain_register": 1, - "WGLEW_NV_swap_group": 1, - "__pyx_v_power_t": 1, - "__WGLEW_I3D_gamma": 2, - "WGLEW_ARB_pbuffer": 1, - "finding": 1, - "ERROR_INVALID_PIXEL_TYPE_ARB": 1, - "WGL_GAMMA_TABLE_SIZE_I3D": 1, - "S_ISLNK": 2, - "nMaxFormats": 2, - "eof": 53, - "NODE_DATA": 1, - "MOVE": 2, - "__WGLEW_EXT_depth_float": 2, - "48": 1, - "__pyx_k__sys": 1, - "*__pyx_n_s__isnan": 1, - "rfString_Equal": 4, - "block_lines": 3, - "start_of_line": 2, - "act.sa_sigaction": 1, - "l1": 4, - "F_SKIPBODY": 4, - "__wglewWaitForMscOML": 2, - "pathspec.count": 2, - "#ifndef": 84, - "i_SELECT_RF_STRING_AFTERV14": 1, - "cpu_active_bits": 4, - "WGL_SHARE_DEPTH_EXT": 1, - "PYREX_WITHOUT_ASSERTIONS": 1, - "npy_cfloat": 1, - "*m": 1, - "RF_String*": 222, - "cpow": 1, - "__cpu_die": 1, - "sigsegvHandler": 1, - "WGL_NV_gpu_affinity": 2, - "__wglewMakeContextCurrentEXT": 2, - "diff_delta__cmp": 3, - "__pyx_t_5numpy_int16_t": 1, - "*check_commit": 1, - "git_cache_init": 1, - "OBJ_COMMIT": 5, - "*src": 3, - "Little": 1, - "SIGFPE": 1, - "*cmd": 5, - "filter": 1, - "server.assert_failed": 1, - "psetexCommand": 1, - "ignore_dups": 2, - "__Pyx_GOTREF": 24, - "lookup_commit_reference_gently": 1, - "CF": 1, - "__wglewQueryMaxSwapGroupsNV": 2, - "PyLong_Check": 1, - "bogus": 1, - "i_SELECT_RF_STRING_BEFOREV16": 1, - "git_hash_vec": 1, - "pBytePos": 15, - "adjustOpenFilesLimit": 2, - "PyNumber_TrueDivide": 1, - "anetUnixServer": 1, - "iterations": 4, - "propagateExpire": 2, - "__wglewQueryPbufferEXT": 2, - "PyErr_Warn": 1, - "__Pyx_PyNumber_Divide": 2, - "wglGetGenlockSourceEdgeI3D": 1, - "cpu_present": 1, - "pttlCommand": 1, - "__WGLEW_NV_render_depth_texture": 2, - "yajl_status_error": 1, - "i_AFTERSTR_": 8, - "wglCreateContextAttribsARB": 1, - "__GNUC_MINOR__": 2, - "PyBUF_INDIRECT": 2, - "git_startup_info": 2, - "__pyx_obj_7sklearn_12linear_model_8sgd_fast_Hinge": 6, - "parse_htmlblock": 1, - "EINTR": 1, - "i_MODE_": 2, - "any": 3, - "__pyx_t_5numpy_double_t": 1, - "frozen_cpus": 9, - "could": 2, - "REDIS_VERBOSE": 3, - "ttlCommand": 1, - "*delta": 6, - "PyObject_GetItem": 1, - "sstr": 39, - "WGL_TEXTURE_CUBE_MAP_ARB": 1, - "rfFgetc_UTF16BE": 4, - "stacklevel": 1, - "REDIS_SET_MAX_INTSET_ENTRIES": 1, - "punsubscribeCommand": 2, - "xA": 1, - "wglDXCloseDeviceNV": 1, - "WGL_AUX4_ARB": 1, - "c3": 9, - "child_watcher.data": 1, - "PyFloat_FromDouble": 9, - "i_rfString_Between": 4, - ".": 1, - "HTTP_UNSUBSCRIBE": 1, - "*ptr": 1, - "i_WRITE_CHECK": 1, - "WGL_MAX_PBUFFER_PIXELS_ARB": 1, - "*__pyx_kp_u_8": 1, - "wglDestroyPbufferEXT": 1, - "*tokensN": 1, - "firstkey": 1, - "WGL_NUMBER_PIXEL_FORMATS_ARB": 1, - "git_pool_strdup": 3, - "mask": 1, - "rfFback_UTF32BE": 2, - "w": 6, - "shared.czero": 1, - "syslogLevelMap": 2, - "incrbyCommand": 1, - "*__Pyx_RefNannyImportAPI": 1, - "WGL_FRONT_COLOR_BUFFER_BIT_ARB": 1, - "__pyx_pf_5numpy_7ndarray___getbuffer__": 1, - "cmd_diff": 1, - "diff_path_matches_pathspec": 3, - "parse_blob_buffer": 2, - "uf": 14, - "xDFFF": 8, - "//invalid": 1, - "srcX0": 1, - "HTTP_PURGE": 1, - "zonelists_mutex": 2, - "HTTP_REQUEST": 7, - "__pyx_k__range": 1, - "shared.emptymultibulk": 1, - "PFNWGLENUMERATEVIDEOCAPTUREDEVICESNVPROC": 2, - "CYTHON_COMPILING_IN_PYPY": 3, - "__pyx_vtab": 2, - "data.fd": 1, - "CB_message_begin": 1, - "i_SELECT_RF_STRING_BETWEEN2": 1, - "git_oid_cpy": 5, - "dstCtx": 1, - "BUFFER_BLOCK": 5, - "sremCommand": 1, - "PyCodeObject*": 2, - "p_fnmatch": 1, - "__Pyx_XCLEAR": 1, - "A7": 2, - "yajl_parse": 2, - "*commandTable": 1, - "socketpair": 2, - "PFNWGLCREATEASSOCIATEDCONTEXTAMDPROC": 2, - "REDIS_LOG_RAW": 2, - "__Pyx_Owned_Py_None": 1, - "pager_command_config": 2, - "calling": 4, - "WGL_GREEN_BITS_ARB": 1, - "vec": 2, - "clientCommand": 1, - "PFNWGLQUERYFRAMETRACKINGI3DPROC": 2, - "i_SELECT_RF_STRING_CREATE": 1, - "fgets": 1, - "REDIS_HT_MINFILL": 1, - "": 1, - "i_rfString_Equal": 3, - "of": 44, - "__Pyx_ArgTypeTest": 1, - "assumed": 1, - "header_field": 5, - "server.slowlog_max_len": 1, - "*settings": 2, - "WGL_SWAP_COPY_EXT": 1, - "__wglewGetSwapIntervalEXT": 2, - "fstat": 1, - "*lookup_commit_reference_by_name": 2, - "sum": 3, - "getCommand": 1, - "uv__set_sys_error": 2, - "pathspec.length": 1, - "i_SELECT_RF_STRING_REMOVE0": 1, - "rfFseek": 2, - "[": 597, - "init_cpu_possible": 1, - "cpu_notify_nofail": 4, - "keys": 4, - "REDIS_CLIENT_LIMIT_CLASS_PUBSUB": 3, - "*context": 1, - "__wglewSetDigitalVideoParametersI3D": 2, - "decrCommand": 1, - "have": 2, - "c_line": 1, - "s1": 6, - "http_errno_name": 1, - "ULLONG_MAX": 10, - "keys_freed": 3, - "LOG_NOTICE": 1, - "use_fd": 7, - "SEARCH": 3, - "WGL_GREEN_SHIFT_EXT": 1, - "needed": 10, - "typedef": 189, - "*__Pyx_RefNanny": 1, - "yajl_alloc_funcs": 3, - "patch": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_18EpsilonInsensitive_6__reduce__": 1, - "__pyx_obj_7sklearn_5utils_11seq_dataset_ArrayDataset": 2, - "tag": 1, - "equal": 1, - "rfUTF16_Encode": 1, - "WIFEXITED": 1, - "PATCH": 2, - "__pyx_k__I": 1, - "Py_XINCREF": 1, - "npy_ulonglong": 2, - "s_res_first_http_major": 3, - "uv__handle_stop": 1, - "compile": 1, - "__pyx_t_5numpy_cfloat_t": 1, - "CONFIG_INIT_ALL_POSSIBLE": 1, - "T_STRING": 2, - "GIT_DIFF_FILE_VALID_OID": 4, - "git_cached_obj": 5, - "numberP": 1, - "name.sysname": 1, - "shared.rpop": 1, - "code_line": 4, - "PyLong_FromSize_t": 1, - "WGL_GENERIC_ACCELERATION_ARB": 1, - "WGLEW_NV_float_buffer": 1, - "WGL_NV_float_buffer": 2, - "__Pyx_PyIndex_Check": 3, - "rfUTF32_Length": 1, - "PFNWGLRELEASEVIDEOIMAGENVPROC": 2, - "__pyx_k__t_start": 1, - "pair.": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_5Hinge_6__reduce__": 1, - "Py_buffer*": 2, - "HTTP_PATCH": 1, - "cpu_chain": 4, - "yajl_lex_alloc": 1, - "__pyx_obj_7sklearn_5utils_11seq_dataset_CSRDataset": 2, - "*b": 6, - "cmd_merge_file": 1, - "__pyx_k__Zf": 1, - "ignore_prefix": 6, - "validity": 2, - "sdiffstoreCommand": 1, - "options.gid": 1, - "i_rfLMSX_WRAP2": 4, - "after": 6, - "lo": 6, - "typegroup": 1, - "cpumask_var_t": 1, - "bestkey": 9, - "__WGLEW_NV_copy_image": 2, - "PySet_Type": 2, - "under_end": 1, - "shared.ok": 3, - "wglSwapBuffersMscOML": 1, - "pUsage": 1, - "ref": 1, - "*__pyx_n_s__fit_intercept": 1, - "__wglewGetCurrentReadDCEXT": 2, - "new_count": 1, - "*__pyx_kp_s_4": 1, - "GIT_DELTA_UNMODIFIED": 11, - "s_res_status_code": 3, - "addReplyError": 6, - "*head": 1, - "HTTP_ERRNO_GEN": 3, - "__pyx_pf_7sklearn_12linear_model_8sgd_fast_12LossFunction_2dloss": 1, - "shared.roslaveerr": 2, - "http_should_keep_alive": 2, - "GIT_IDXENTRY_INTENT_TO_ADD": 1, - "*nb": 3, - "i_SELECT_RF_STRING_AFTERV8": 1, - "cmd_whatchanged": 1, - "createPidFile": 2, - "REDIS_MAXMEMORY_ALLKEYS_LRU": 2, - "dictRehashMilliseconds": 2, - "USHORT*": 2, - "sizeof": 71, - "cell": 4, - "hello": 1, - "*configfile": 1, - "WGLEW_NV_video_capture": 1, - "i_REPSTR_": 16, - "__Pyx_CLEAR": 1, - "WGL_RED_SHIFT_EXT": 1, - "": 1, - "shared.oomerr": 2, - "UNKNOWN": 1, - "*__pyx_n_s__C": 1, - "PySet_Check": 1, - "SHA_CTX": 3, - "checkUTF8": 1, - "*lookup_commit": 2, - "fp": 13, - "GIT_DELTA_DELETED": 7, - "you": 1, - "h_matching_connection_close": 3, - "c_ru": 2, - "__wglewSetGammaTableI3D": 2, - "WGL_SUPPORT_GDI_ARB": 1, - "WGL_MAX_PBUFFER_HEIGHT_ARB": 1, - "even": 1, - "GIT_ATTR_FNMATCH_ALLOWSPACE": 1, - "SUBSCRIBE": 2, - "*in": 1, - "*__pyx_pw_7sklearn_12linear_model_8sgd_fast_12LossFunction_3dloss": 3, - "rfUTF8_VerifySequence": 7, - "PFNWGLQUERYMAXSWAPGROUPSNVPROC": 2, - "PyObject_GetAttr": 3, - "old_iter": 8, - "WGLEW_EXT_display_color_table": 1, - "*match": 3, - "srcY1": 1, - "ERROR_INCOMPATIBLE_DEVICE_CONTEXTS_ARB": 1, - "str": 162, - "l": 7, - "pid": 13, - "rfFgets_UTF16LE": 2, - "constructor": 1, - "stream": 3, - "be": 6, - "**encoding_p": 1, - "PyBaseString_Type": 1, - "header_states": 1, - "s_req_query_string": 7, - "little": 7, - "ends": 3, - "used*100/size": 1, - "sortCommand": 1, - "__wglewDeleteAssociatedContextAMD": 2, - "__pyx_t_5": 12, - "off.": 1, - "WGL_ARB_create_context_profile": 2, - "__pyx_v_penalty_type": 1, - "sunionCommand": 1, - "B8": 1, - "WGL_CONTEXT_DEBUG_BIT_ARB": 1, - "BOOL": 84, - "iAttribute": 8, - "WGL_ACCUM_BITS_EXT": 1, - "WGL_SAMPLES_ARB": 1, - "Lefteris": 1, - "PFNWGLMAKEASSOCIATEDCONTEXTCURRENTAMDPROC": 2, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_5Huber_4dloss": 1, - "TRACE": 2, - "i_SELECT_RF_STRING_AFTER4": 1, - "WGL_ACCUM_BLUE_BITS_EXT": 1, - "WGL_GENLOCK_SOURCE_EXTERNAL_SYNC_I3D": 1, - "Py_None": 8, - "i_SELECT_RF_STRING_CREATE1": 1, - "help": 4, - "cmd_var": 1, - "field_data": 5, - "bufptr": 12, - "i_rfLMSX_WRAP15": 2, - "i_NVrfString_Create_nc": 3, - "__pyx_obj_7sklearn_12linear_model_8sgd_fast_Regression": 11, - "hashcmp": 2, - "MKD_STRICT": 1, - "shared.select": 1, - "uv__process_close": 1, - "cmd_annotate": 1, - "internal": 4, - "*__pyx_n_s__p": 1, - "*__pyx_n_s__ValueError": 1, - "verbose": 2, - "**": 6, - "bytePositions": 17, - "server.zset_max_ziplist_value": 1, - "CB_header_field": 1, - "rfString_IterateB_Start": 1, - "*get_merge_parent": 1, - "*pop_most_recent_commit": 1, - "IS_HOST_CHAR": 4, - "HPE_OK": 10, - "32": 1, - "sub": 12, - "rfString_ScanfAfter": 2, - "code_object": 2, - "self_ru.ru_stime.tv_sec": 1, - "REDIS_SLOWLOG_LOG_SLOWER_THAN": 1, - "server.repl_down_since": 2, - "shared.outofrangeerr": 1, - "infoCommand": 4, - "WGL_VIDEO_OUT_COLOR_NV": 1, - "WGLEW_NV_multisample_coverage": 1, - "*s": 3, - "uMaxLineDelay": 1, - "__pyx_print": 1, - "strbuf": 12, - "git_diff_list_alloc": 1, - "i_NPSELECT_RF_STRING_AFTER1": 1, - "VALUE": 13, - "pth": 2, - "server.delCommand": 1, - "aeEventLoop": 2, - "content_length": 27, - "iBufferType": 1, - "prefix": 34, - "nAttributes": 4, - "WGL_STEREO_POLARITY_NORMAL_3DL": 1, - "WGL_SWAP_LAYER_BUFFERS_EXT": 1, - "WGL_BACK_RIGHT_ARB": 1, - "internally": 1, - "*60": 1, - "server.maxmemory_samples": 3, - "CMIT_FMT_FULL": 1, - "i_SELECT_RF_STRING_REPLACE3": 1, - "__pyx_v_learning_rate": 1, - "RUN_SILENT_EXEC_FAILURE": 1, - "__pyx_k_12": 1, - "i_SELECT_RF_STRING_BEFORE0": 1, - "*diff": 8, - "MKD_NO_EXT": 1, - "zrevrankCommand": 1, - "zrankCommand": 1, - "": 3, - "type*": 1, - "*__pyx_n_s__dataset": 1, - "done_help": 3, - "RF_STRING_ITERATE_END": 9, - "so": 4, - "server.dirty": 3, - "push": 1, - "pEvent": 1, - "xF0": 2, - "error_lineno": 3, - "WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RGB_NV": 1, - "omode": 8, - "rfString_Assign": 2, - "__WGLEW_ARB_render_texture": 2, - "WGL_OPTIMAL_PBUFFER_WIDTH_EXT": 1, - "back": 1, - "configfile": 2, - "HPE_INVALID_HEADER_TOKEN": 2, - "execvp": 1, - "current_index": 2, - "setup_pager": 1, - "": 3, - "cmd_shortlog": 1, - "num_found": 1, - "backs": 1, - "server.lua_timedout": 2, - "server.current_client": 3, - "versions": 1, - "PyLong_FromString": 1, - "CMIT_FMT_SHORT": 1, - "rfString_Find": 3, - "getbitCommand": 1, - "__WGLEW_NV_present_video": 2, - "yajl_buf_free": 1, - "off64_t": 1, - "*subLength": 2, - "C0000": 2, - "ndim": 2, - "*argv": 6, - "PFNWGLCREATEDISPLAYCOLORTABLEEXTPROC": 2, - "cmd_read_tree": 1, - "BOM": 1, - "__wglewResetFrameCountNV": 2, - "WGL_CONTEXT_MINOR_VERSION_ARB": 1, - "listRotate": 1, - "*key1": 4, - "WGLEW_I3D_genlock": 1, - "*diff_strdup_prefix": 1, - "*__pyx_builtin_range": 1, - "SIGSEGV": 1, - "uv_err_t": 1, - "lock": 6, - "*header_field_mark": 1, - "minPosLength": 3, - "*_entry": 1, - "*vtable": 1, - "__pyx_k_6": 1, - "*sample_weight_data": 2, - "}": 1544, - "CPU_DYING": 1, - "aeCreateTimeEvent": 1, - "shared.queued": 2, - "multiCommand": 2, - "C0": 3, - "WGL_NV_render_texture_rectangle": 2, - "rfString_Init_i": 2, - "PFNWGLASSOCIATEIMAGEBUFFEREVENTSI3DPROC": 2, - "rfFback_UTF16LE": 2, - "exists": 6, - "work": 4, - "wglReleasePbufferDCEXT": 1, - "__pyx_k__intercept_decay": 1, - "klass": 1, - "GITERR_OS": 1, - "Stack": 2, - "rlimit": 1, - "DICT_HT_INITIAL_SIZE": 2, - "wglQueryCurrentContextNV": 1, - "rfFgets_UTF8": 2, - "cmd_repo_config": 1, - "RF_IAMHERE_FOR_DOXYGEN": 22, - "__wglewGetPixelFormatAttribivEXT": 2, - "hgetallCommand": 1, - "PFNWGLDXOBJECTACCESSNVPROC": 2, - "///Fseek": 1, - "__pyx_cfilenm": 1, - "__pyx_k__seed": 1, - "copy": 4, - "serverCron": 2, - "dstY": 1, - "rev_info": 2, - "interval": 1, - "git_buf_sets": 1, - "diff_delta__alloc": 2, - "commit_buffer": 1, - "HTTP_MSEARCH": 1, - "DICT_NOTUSED": 6, - "WGL_TRANSPARENT_ALPHA_VALUE_ARB": 1, - "argv0": 2, - "*oid": 2, - "GIT_DELTA_ADDED": 4, - "WGL_ACCUM_RED_BITS_ARB": 1, - "CALLBACK_NOTIFY_NOADVANCE": 2, - "char**": 7, - "s_req_host": 8, - "s_start_req": 6, - "WGL_ERROR_INCOMPATIBLE_AFFINITY_MASKS_NV": 1, - "*__pyx_n_s__RuntimeError": 1, - "__pyx_k__threshold": 1, - "*__pyx_n_s__update": 1, - "__WGLEW_ARB_extensions_string": 2, - "kill": 4, - "uint16_t": 12, - "util": 3, - "VOID": 6, - "here": 5, - "*msc": 3, - "__pyx_v_eta0": 1, - "i_STRING_": 2, - "from": 16, - "CONFIG_PM_SLEEP_SMP": 2, - "CPU_ONLINE": 1, - "WGL_BLUE_BITS_EXT": 1, - "a": 80, - "enc_count": 1, - "__pyx_k__weights": 1, - "i_SELECT_RF_STRING_FIND0": 1, - "GITERR_CHECK_ALLOC": 3, - "REDIS_REPL_TIMEOUT": 1, - "dbDelete": 2, - "RP_SELECT_FUNC_IF_NARGIS": 5, - "bytes": 225, - "*__pyx_n_s__rho": 1, - "i_STR_": 8, - "library": 3, - "s_chunk_size_almost_done": 4, - "PM_POST_SUSPEND": 1, - "REDIS_ENCODING_INT": 4, - "Python.": 1, - "npy_uintp": 1, - "i_NPSELECT_RF_STRING_BETWEEN0": 1, - "commit_list_set_next": 1, - "REDIS_LRU_CLOCK_MAX": 1, - "i_SELECT_RF_STRING_FWRITE2": 1, - "dstX1": 1, - "*rndr": 4, - "LEN": 2, - "*idle": 1, - "*_param": 1, - "utf8BufferSize": 4, - "position": 1, - "strftime": 1, - "writable": 8, - "WGL_BLUE_SHIFT_EXT": 1, - "rfString_Append_fUTF16": 2, - "userformat_want": 2, - "DeviceString": 1, - "*out": 3, - "WGL_NEED_PALETTE_EXT": 1, - "__pyx_k__O": 1, - "into": 8, - "char*": 166, - "memcpy": 34, - "ERROR_INVALID_PROFILE_ARB": 1, - "WGL_DEPTH_COMPONENT_NV": 1, - "wglDXLockObjectsNV": 1, - "__Pyx_GetItemInt": 1, - "**twos": 1, - "cmd_fsck": 2, - "goes": 1, - "WGL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB": 1, - "__pyx_t_double_complex": 27, - "*envchanged": 1, - "strdup": 1, - "WGL_NUMBER_UNDERLAYS_ARB": 1, - "git_buf_vec": 1, - "0x7a": 1, - "chars": 3, - "failed": 2, - "alloc_blob_node": 1, - "*subject": 1, - "GIT_MODE_TYPE": 3, - "wglDeleteAssociatedContextAMD": 1, - "PFNWGLISENABLEDGENLOCKI3DPROC": 2, - "IS_NUM": 14, - "Failure": 1, - "bysignal": 4, - "": 1, - "__Pyx_SetAttrString": 2, - "cmd_remote_ext": 1, - "iteration": 6, - "i_RFI8_": 54, - "s_header_field_start": 12, - "rfUTF8_Decode": 2, - "git_cached_obj_decref": 3, - "name_decoration": 3, - "PyVarObject*": 1, - "WGL_EXT_make_current_read": 2, - "WGL_MAX_PBUFFER_WIDTH_EXT": 1, - "*__pyx_ptype_7sklearn_5utils_11seq_dataset_CSRDataset": 1, - "server.clients": 7, - "E": 11, - "rfString_Copy_OUT": 2, - "fwrite": 5, - "server.rdb_save_time_start": 2, - "flushAppendOnlyFile": 2, - "RECT": 1, - "__wglewBeginFrameTrackingI3D": 2, - "SHA1_Update": 3, - "WGL_NEED_SYSTEM_PALETTE_ARB": 1, - "wglGetPbufferDCEXT": 1, - "WGL_AUX6_ARB": 1, - "save": 2, - "clusterInit": 1, - "REDIS_MAXMEMORY_VOLATILE_LRU": 3, - "askingCommand": 1, - "__wglewSwapLayerBuffersMscOML": 2, - "PyErr_SetString": 3, - "i_rfLMSX_WRAP8": 2, - "_isspace": 3, - "freeClientsInAsyncFreeQueue": 1, - "*__pyx_n_s__sumloss": 1, - "rfString_Append_fUTF32": 2, - "PyBUF_FORMAT": 3, - "__Pyx_PyInt_AsHash_t": 2, - "CA": 1, - "__wglewMakeContextCurrentARB": 2, - "WGLEW_ARB_make_current_read": 1, - "i_SELECT_RF_STRING_BEFOREV11": 1, - "rfString_BytePosToCharPos": 4, - "cmd_merge_recursive": 4, - "s_req_port_start": 7, - "__GFP_ZERO": 1, - "CPU_DEAD": 1, - "MKD_SAFELINK": 1, - "for_each_commit_graft": 1, - "them": 3, - "new_oid": 3, - "sismemberCommand": 1, - "i_OTHERSTR_": 4, - "userformat_find_requirements": 1, - "__pyx_k__class_weight": 1, - "cmd_clean": 1, - "POST": 2, - "*git_diff_list_alloc": 1, - "*__pyx_ptype_7sklearn_12linear_model_8sgd_fast_Huber": 1, - "cpu_hotplug_pm_callback": 2, - "CPU_UP_PREPARE": 1, - "server.rdb_save_time_last": 2, - "uv__make_pipe": 2, - "__wglewQueryPbufferARB": 2, - "i_SELECT_RF_STRING_AFTERV": 1, - "http_parser_url": 3, - "__wglewEnumerateVideoDevicesNV": 2, - "yajl_status_insufficient_data": 1, - "git_iterator_current": 2, - "*__pyx_n_s__seed": 1, - "FILE*f": 2, - "server.bug_report_start": 1, - "i_SELECT_RF_STRING_CREATELOCAL0": 1, - "fv": 4, - "shared.bgsaveerr": 2, - "server.verbosity": 4, - "expireCommand": 1, - "__wglewReleaseVideoImageNV": 2, - "server.aof_child_pid": 10, - "srcName": 1, - ")": 6215, - "git_vector": 1, - "__Pyx_ParseOptionalKeywords": 4, - "*commit_list_insert_by_date": 1, - "MMIOT": 2, - "i_rfString_Remove": 6, - "*nNumFormats": 2, - "new_parent": 6, - "*__pyx_pw_7sklearn_12linear_model_8sgd_fast_10Regression_1loss": 3, - "__Pyx_RefNannySetupContext": 12, - "rfString_Create_nc": 3, - "WGL_EXT_extensions_string": 2, - "HEAD": 2, - "git_buf_free": 4, - "git_repository_config__weakptr": 1, - "st.st_mode": 2, - "GIT_DIFF_IGNORE_SUBMODULES": 1, - "__pyx_k__NotImplementedError": 1, - "quiet": 5, - "pybuffer": 1, - "linuxOvercommitMemoryWarning": 2, - "rpushxCommand": 1, - "D1": 1, - "__pyx_k__order": 1, - "npy_uint8": 1, - "r": 58, - "s_res_HT": 4, - "nBytePos": 23, - "sourceP": 2, - "XX": 63, - "*phGpuList": 1, - "cmd_merge_ours": 1, - "preserve_subject": 1, - "acquire_gil": 4, - "git_buf_common_prefix": 1, - "__PYX_HAVE__sklearn__linear_model__sgd_fast": 1, - "s_header_value": 5, - "cpu_present_bits": 5, - "utime": 1, - "addReplyBulkLongLong": 2, - "PFNWGLQUERYFRAMELOCKMASTERI3DPROC": 2, - "__Pyx_zeros": 1, - "diminfo": 1, - "enable_nonboot_cpus": 1, - "server.pidfile": 3, - "hmgetCommand": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_18EpsilonInsensitive_2loss": 1, - "wglQueryGenlockMaxSourceDelayI3D": 1, - "argv": 54, - "wglEnableGenlockI3D": 1, - "HVIDEOINPUTDEVICENV*": 1, - "WGLEW_NV_vertex_array_range": 1, - "*obj": 9, - "CONFIG_SMP": 1, - "PyInt_AsLong": 2, - "A2": 2, - "enc_packmode": 1, - "new_file.flags": 4, - "PFNWGLCREATEIMAGEBUFFERI3DPROC": 2, - "scardCommand": 1, - "_WIN32": 3, - "CMIT_FMT_FULLER": 1, - "PyInt_FromSsize_t": 6, - "__pyx_t_5numpy_uint64_t": 1, - "**p": 1, - "rb_define_class": 1, - "F000": 2, - "server.aof_rewrite_scheduled": 4, - "zfree": 2, - "wglAllocateMemoryNV": 1, - "PyString_CheckExact": 2, - "its": 1, - "saveparam": 1, - "PyInstanceMethod_New": 1, - "wglGetGPUInfoAMD": 1, - "WGL_GENLOCK_SOURCE_EXTERNAL_TTL_I3D": 1, - "cmd_branch": 1, - "is_empty": 4, - "*numP": 1, - "zmalloc_get_rss": 1, - "__Pyx_GetItemInt_Tuple": 1, - "use": 1, - "server.maxclients": 6, - "slots": 2, - "numDevices": 1, - "__WGLEW_NV_gpu_affinity": 2, - "specified": 1, - "new_tree": 2, - "readonly": 1, - "sdsempty": 8, - "WGLEW_NV_render_depth_texture": 1, - "srcZ": 1, - "i_ARG4_": 56, - "i_LEFTSTR_": 6, - "notifier_block": 3, - "shared.cone": 1, - "cmd_merge_tree": 1, - "WGL_CONTEXT_FLAGS_ARB": 1, - "microseconds/c": 1, - "i_SELECT_RF_STRING_COUNT0": 1, - "git_diff_options": 7, - "WGL_ARB_multisample": 2, - "rfString_Create_cp": 2, - "__weak": 4, - "mkd_toc": 1, - "RE_UTF16_INVALID_SEQUENCE": 20, - "ref_name": 2, - "REFU_USTRING_H": 2, - "__Pyx_c_conj": 3, - "fds": 20, - "divisor": 3, - "wglCreateAffinityDCNV": 1, - "__Pyx_Buffer": 2, - "yajl_bs_push": 1, - "CR": 18, - "zero": 2, - "hObject": 2, - "CYTHON_REFNANNY": 3, - "new_iter": 13, - "One": 1, - "int": 446, - "field": 1, - "kw_name": 1, - "WGLEW_EXT_framebuffer_sRGB": 1, - "s_header_field": 4, - "zremCommand": 1, - "setrlimit": 1, - "*de": 2, - "__pyx_t_5numpy_float64_t": 4, - "alias_command": 4, - "i_DESTINATION_": 2, - "WGLEW_ARB_multisample": 1, - "optionsP": 11, - "PFNWGLSWAPLAYERBUFFERSMSCOMLPROC": 2, - "__pyx_PyFloat_AsDouble": 12, - "cmd_show_branch": 1, - "__wglewSetPbufferAttribARB": 2, - "RE_FILE_EOF": 22, - "__PYX_BUF_FLAGS_PACKED_STRUCT": 1, - "*parents": 4, - "startCharacterPos_": 4, - "__Pyx_RaiseDoubleKeywordsError": 1, - "cpumask_copy": 3, - "utf8ByteLength": 34, - "/server.loading_loaded_bytes": 1, - "target_sbc": 1, - "rfString_After": 4, - "#n": 1, - ".refcount": 1, - "pipes": 23, - "*use_noid": 1, - ".real": 3, - "_USE_MATH_DEFINES": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_3Log_loss": 1, - "lpushxCommand": 1, - "INT64": 18, - "wglGetVideoInfoNV": 1, - "WGL_TEXTURE_FLOAT_RGBA_NV": 1, - "i_NPSELECT_RF_STRING_FIND0": 1, - "*values": 1, - "__Pyx_TypeInfo*": 2, - "*__pyx_ptype_7sklearn_12linear_model_8sgd_fast_Regression": 1, - "s_res_H": 3, - "cpu_online_bits": 5, - "option_count": 1, - "append_merge_tag_headers": 1, - "git__iswildcard": 1, - "_entry": 1, - "CALLBACK_DATA_NOADVANCE": 6, - "idle": 4, - "shared.lpop": 1, - "dictListDestructor": 2, - "INT32*": 1, - "BOOL*": 3, - "PyInt_Type": 1, - "marked": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_5Huber_2loss": 1, - "*path": 2, - "do": 21, - "dbDictType": 2, - "persistCommand": 1, - "git_index_entry": 8, - "*lookup_commit_or_die": 2, - "PyType_Modified": 1, - "__WGLEW_EXT_display_color_table": 2, - "cpu_down": 2, - "REDIS_REPL_ONLINE": 1, - "UV_PROCESS": 1, - "*denominator": 1, - "PFNWGLSENDPBUFFERTOVIDEONVPROC": 2, - "PyIntObject": 1, - "__Pyx_StructField*": 1, - "defvalue": 2, - "HPE_CLOSED_CONNECTION": 1, - "s_req_method": 4, - "LOG_LOCAL0": 1, - "shared.pmessagebulk": 1, - "zsetDictType": 1, - "uv__chld": 2, - "__wglewJoinSwapGroupNV": 2, - "mark": 3, - "INCREF": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_3Log_4__reduce__": 1, - "": 1, - "redisAsciiArt": 2, - "server.watchdog_period": 3, - "": 1, - "C6": 1, - "REDIS_MONITOR": 1, - "RUSAGE_CHILDREN": 1, - "retval": 3, - "dictGetRandomKey": 4, - "ap": 4, - "i_LIMSELECT_RF_STRING_AFTERV0": 1, - "S_ISFIFO": 1, - "slaveofCommand": 2, - "standard": 1, - "server.aof_filename": 3, - "HVIDEOINPUTDEVICENV": 5, - "pos_args": 12, - "__wglewGenlockSourceEdgeI3D": 2, - "__Pyx_PyUnicode_GET_LENGTH": 2, - "header_value_mark": 2, - "rb_define_method": 2, - "occurs": 1, - "WGL_IMAGE_BUFFER_LOCK_I3D": 1, - "__pyx_k__q": 1, - "rfString_PruneMiddleF": 2, - "need": 5, - "*ver_major": 2, - "pubsub_channels": 2, - "UV_STREAM_WRITABLE": 2, - "WGL_ARB_create_context_robustness": 2, - "ev_child_init": 1, - "new_prefix": 2, - "performs": 1, - "wglDXRegisterObjectNV": 1, - "creates": 1, - "option": 9, - "git_oid_iszero": 2, - "or": 1, - "*new_oid": 1, - "bytesToHuman": 3, - "REDIS_ERR": 5, - "getrlimit": 1, - "exitcode": 3, - "dictEncObjHash": 4, - "rpoplpushCommand": 1, - "__wglewDXSetResourceShareHandleNV": 2, - "__pyx_obj_7sklearn_12linear_model_8sgd_fast_LossFunction": 15, - "**value": 1, - "ERROR_INVALID_VERSION_ARB": 1, - "__wglewGenlockSourceDelayI3D": 2, - "s_message_done": 3, - "REDIS_MULTI": 1, - "__wglewGetGenlockSampleRateI3D": 2, - "__inline": 1, - "git_pool_init": 2, - ".name": 1, - "__pyx_k__alpha": 1, - "CMIT_FMT_RAW": 1, - "cmd_fetch_pack": 1, - "ascii_logo": 1, - "rfUTILS_Endianess": 24, - "UF_QUERY": 2, - "REDIS_SERVERPORT": 1, - "rewriteAppendOnlyFileBackground": 2, - "git_iterator_for_tree_range": 4, - "i_SELECT_RF_STRING_INIT0": 1, - "RE_STRING_INIT_FAILURE": 8, - "wglDXOpenDeviceNV": 1, - "__Pyx_PyInt_AsSignedLongLong": 1, - "__pyx_k__is_hinge": 1, - "cabs": 1, - "cmd_pack_objects": 1, - "s_req_first_http_major": 3, - "listNodeValue": 3, - "HTTP_PARSER_DEBUG": 4, - "PFNWGLDXUNREGISTEROBJECTNVPROC": 2, - "size_t": 52, - "*after_subject": 1, - "tokens": 5, - "tv.tv_sec": 4, - "B3": 1, - "PyUnicode_GET_LENGTH": 1, - "text": 22, - "act.sa_flags": 2, - "server.repl_transfer_left": 1, - "is": 17, - "_OPENMP": 1, - "clusterNode": 1, - "server.rdb_checksum": 1, - "uv__cloexec": 4, - "__wglewDestroyImageBufferI3D": 2, - "server.saveparamslen": 3, - "": 4, - "WGL_ACCUM_BITS_ARB": 1, - "i_rfString_After": 5, - "PyString_AS_STRING": 1, - "is_descendant_of": 1, - "cpu_possible": 1, - "i_rfLMSX_WRAP10": 2, - "cmd_notes": 1, - "git_oid": 7, - "fgetc": 9, - "*__pyx_n_s__sys": 1, - "added": 1, - "WGL_ACCUM_BLUE_BITS_ARB": 1, - "__pyx_k__ValueError": 1, - "cmd_merge_index": 1, - "cpu_hotplug.active_writer": 6, - "substring": 5, - "utf": 1, - "space": 4, - "c_ru.ru_utime.tv_sec": 1, - "WGL_GENLOCK_SOURCE_EDGE_FALLING_I3D": 1, - "REDIS_CMD_WRITE": 2, - "rfString_ToCstr": 2, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_13ModifiedHuber_2dloss": 1, - "rfString_Before": 3, - "fline": 4, - "HPE_UNKNOWN": 1, - "__GNUC_PATCHLEVEL__": 1, - "now": 5, - "l2": 3, - "MERGE": 2, - "*__pyx_int_15": 1, - "i_LIMSELECT_RF_STRING_BEFOREV0": 1, - "i_SELECT_RF_STRING_AFTERV15": 1, - "*filename": 2, - "__Pyx_PyIndex_AsSsize_t": 1, - "*n": 1, - "PFNWGLGETVIDEOINFONVPROC": 2, - "wglSetGammaTableI3D": 1, - "limit.rlim_max": 1, - "server.repl_state": 6, - "UV_PROCESS_SETGID": 2, - "diffcaps": 13, - "val": 20, - "yajl_lex_realloc": 1, - "git_config_maybe_bool": 1, - "cmd_index_pack": 1, - "PFNWGLGETDIGITALVIDEOPARAMETERSI3DPROC": 2, - "*eofReached": 14, - "WGL_RED_BITS_EXT": 1, - "__pyx_obj_7sklearn_12linear_model_8sgd_fast_ModifiedHuber": 5, - "*__pyx_ptype_7sklearn_12linear_model_8sgd_fast_LossFunction": 1, - "__WGLEW_EXT_pixel_format_packed_float": 2, - "server.db": 23, - "*o1": 2, - "i_SELECT_RF_STRING_BEFOREV5": 1, - "callbacks": 3, - "__pyx_L4_argument_unpacking_done": 6, - "<0)>": 1, - "tv": 8, - "flushdbCommand": 1, - "": 1, - "WGL_NV_swap_group": 2, - "PFNWGLDISABLEFRAMELOCKI3DPROC": 2, - "i_SELECT_RF_STRING_BEFOREV17": 1, - "WGL_SWAP_LAYER_BUFFERS_ARB": 1, - "PFNWGLGETPBUFFERDCARBPROC": 2, - "REDIS_HASH_MAX_ZIPLIST_ENTRIES": 1, - "ev_child*": 1, - "__WGLEW_NV_vertex_array_range": 2, - "PyBUF_ANY_CONTIGUOUS": 1, - "__wglewChoosePixelFormatEXT": 2, - "__Pyx_StructField_*": 1, - "DL_EXPORT": 2, - "message_begin": 3, - "rdbLoad": 1, - "__wglewCreateAffinityDCNV": 2, - "__Pyx_CodeObjectCacheEntry": 1, - "npy_double": 2, - "REDIS_AOF_REWRITE_MIN_SIZE": 1, - "uv_kill": 1, - "cppcode": 1, - "i_rfString_Append": 3, - "": 1, - "pop": 1, - "wglLoadDisplayColorTableEXT": 1, - "GIT_DIFF_INCLUDE_UNMODIFIED": 1, - "": 1, - "dictDisableResize": 1, - "F_CONNECTION_KEEP_ALIVE": 3, - "__pyx_t_float_complex_from_parts": 1, - "iLayerPlane": 5, - "__Pyx_CREAL": 4, - "abbrev": 1, - "wglBlitContextFramebufferAMD": 1, - "s_req_host_v6": 7, - "code": 6, - "rfString_Copy_IN": 2, - "rfString_Destroy": 2, - "_ftelli64": 1, - "__pyx_builtin_NotImplementedError": 3, - "rb_cRDiscount": 4, - "self_ru.ru_stime.tv_usec/1000000": 1, - "wglWaitForSbcOML": 1, - "double*": 1, - "git_diff_merge": 1, - "cmd_mv": 1, - "c4": 5, - "*__pyx_n_s__intercept": 1, - "PYPY_VERSION": 1, - "/": 9, - "PFNWGLRELEASEIMAGEBUFFEREVENTSI3DPROC": 2, - "list*": 1, - "brief": 1, - "PySequence_DelSlice": 2, - "dictSize": 10, - "PFNWGLRESETFRAMECOUNTNVPROC": 2, - "__pyx_obj_7sklearn_12linear_model_8sgd_fast_EpsilonInsensitive": 6, - "root": 1, - "__Pyx_BufFmt_StackElem": 1, - "zone": 1, - "Once": 1, - "x": 57, - "i_NUMBER_": 12, - "RF_StringX": 2, - "rfString_Create_fUTF16": 2, - "__pyx_k_1": 1, - "srcX1": 1, - "allocation": 3, - "*1024LL": 1, - "wglewContextInit": 2, - "*maxBarriers": 1, - "WGLEW_EXT_make_current_read": 1, - "encode": 2, - "parN": 10, - "Extended": 1, - "i_SELECT_RF_STRING_BETWEEN3": 1, - "unregister_cpu_notifier": 2, - "RF_UTF32_BE//": 2, - "dictEntry": 2, - "INVALID_METHOD": 1, - "__wglewBindVideoCaptureDeviceNV": 2, - "A8": 2, - "__Pyx_XGOTREF": 2, - "s_req_http_start": 3, - "online": 2, - "cpu_notify": 5, - "afterP": 2, - "http_parser_h": 2, - "__wglewDXUnlockObjectsNV": 2, - "__pyx_k__f": 1, - "__wglewSetStereoEmitterState3DL": 2, - "__pyx_t_7sklearn_5utils_11seq_dataset_INTEGER": 7, - "GIT_DIFFCAPS_TRUST_EXEC_BIT": 2, - "thisstrP": 32, - "defsections": 11, - "rawmode": 2, - "WGL_DEPTH_TEXTURE_FORMAT_NV": 1, - "wglGetGammaTableParametersI3D": 1, - "__wglewGetPixelFormatAttribivARB": 2, - "char": 529, - "*value": 5, - "__Pyx_PyBytes_AsUString": 1, - "size_mask": 6, - "none_allowed": 1, - "parse_block": 1, - "timelimit": 5, - "WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RG_NV": 1, - "i_NPSELECT_RF_STRING_REMOVE": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_10Regression_2dloss": 1, - "//Two": 1, - "*__pyx_n_s__t_start": 1, - "HELLO_H": 2, - "getOperationsPerSecond": 2, - "i_rfString_Init": 3, - "rfString_Create_fUTF32": 2, - "s_res_line_almost_done": 4, - "shared.nullmultibulk": 2, - "git_buf": 3, - "PyBUF_SIMPLE": 1, - "i_SELECT_RF_STRING_REMOVE1": 1, - "*shape": 1, - "__func__": 2, - "__pyx_vtabstruct_7sklearn_5utils_11seq_dataset_CSRDataset": 2, - "__LINE__": 50, - "__WGLEW_ARB_framebuffer_sRGB": 2, - "WGL_SAMPLE_BUFFERS_3DFX": 1, - "strbuf_release": 1, - "INT32": 1, - "*get_merge_bases": 1, - "wglGenlockSourceI3D": 1, - "rfString_BytePosToCodePoint": 7, - "WGL_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB": 1, - "RUN_SETUP": 81, - "ops*1000/t": 1, - "WGL_NV_multisample_coverage": 2, - "WGL_ERROR_MISSING_AFFINITY_MASK_NV": 1, - "PyBytes_AsStringAndSize": 1, - "s2": 6, - "cmd_show": 1, - "wglReleaseVideoCaptureDeviceNV": 1, - "*__pyx_ptype_5numpy_ndarray": 1, - "WGL_BLUE_BITS_ARB": 1, - "R_PosInf": 2, - "options.file": 2, - "date_mode_explicit": 1, - "pp_remainder": 1, - "WGL_ARB_pixel_format": 2, - "rdbSaveBackground": 1, - "WGL_BIND_TO_VIDEO_RGB_NV": 1, - "wglBindSwapBarrierNV": 1, - "git_buf_joinpath": 1, - "data": 69, - "*__pyx_find_code_object": 1, - "uState": 1, - "PFNWGLDELETEBUFFERREGIONARBPROC": 2, - "server.client_obuf_limits": 9, - "shared.syntaxerr": 2, - "xE0": 2, - "*piValues": 2, - "i_SELECT_RF_STRING_BETWEEN": 1, - "__pyx_pw_7sklearn_12linear_model_8sgd_fast_10Regression_1loss": 1, - "__pyx_base": 18, - "perror": 5, - "__wglewAssociateImageBufferEventsI3D": 2, - "WGL_BLUE_SHIFT_ARB": 1, - "__wglewSaveBufferRegionARB": 2, - "__pyx_k__q_data_ptr": 1, - "h_matching_transfer_encoding": 3, - "__wglewGetFrameUsageI3D": 2, - "__wglewDeleteBufferRegionARB": 2, - "WGL_NUMBER_OVERLAYS_EXT": 1, - "__wglewGetContextGPUIDAMD": 2, - "CYTHON_WITHOUT_ASSERTIONS": 1, - "i_RFUI32_": 8, - "remaining_bytes": 1, - "strlenCommand": 1, - "WGL_STENCIL_BITS_EXT": 1, - "piAttribIList": 2, - ".item": 2, - ".description": 1, - "HTTP_CONNECT": 4, - "*__pyx_n_s__shape": 1, - ".imag": 3, - "*__pyx_n_s__plain_sgd": 1, - "*tb": 2, - "rfUTF8_FromCodepoint": 1, - "REDIS_AOF_OFF": 5, - "uv__handle_init": 1, - "desc": 5, - "REDIS_MAX_QUERYBUF_LEN": 1, - "zrangeCommand": 1, - "EOF": 26, - "blob": 6, - "*__pyx_ptype_5numpy_flatiter": 1, - "info": 64, - "*argcp": 4, - "*c": 69, - "wglew.h": 1, - "iBuffer": 2, - "wglDeleteBufferRegionARB": 1, - "__pyx_k__Zg": 1, - "PFNWGLDESTROYPBUFFERARBPROC": 2, - "MKD_NOHEADER": 1, - "yajl_render_error_string": 1, - "WGL_MAX_PBUFFER_WIDTH_ARB": 1, - "i_rfLMSX_WRAP3": 5, - "PFNWGLGETPIXELFORMATATTRIBFVEXTPROC": 2, - "charsN": 5, - "listSetFreeMethod": 1, - "server.aof_last_fsync": 1, - "body": 6, - "wglSaveBufferRegionARB": 1, - "help_unknown_cmd": 1, - "char*utf8": 3, - "thiskey": 7, - "afs": 8, - "ftello64": 1, - "__Pyx_MODULE_NAME": 1, - "CPU_DOWN_PREPARE": 1, - "removed": 2, - "REDIS_CMD_DENYOOM": 1, - "getkeys_proc": 1, - "server.stat_numcommands": 4, - "__APPLE__": 2, - "enum": 29, - "headers": 1, - "__pyx_bisect_code_objects": 1, - "py_line": 1, - "uint32_t*length": 1, - "Endian": 1, - "sure": 2, - "run_with_period": 6, - "*1024": 4, - "i_SELECT_RF_STRING_AFTERV9": 1, - "**list": 5, - "functionality": 1, - "/REDIS_HZ": 2, - "PyGILState_Release": 1, - "n_features": 2, - "mode": 11, - "PFNWGLGETGPUIDSAMDPROC": 2, - "rfFgets_UTF32LE": 2, - "CHUNKED": 4, - "printk": 12, - "RF_HEXEQ_UI": 7, - "wglLockVideoCaptureDeviceNV": 1, - "i_NPSELECT_RF_STRING_COUNT": 1, - "fmt_offset": 1, - "__pyx_v_intercept": 1, - "cmd_symbolic_ref": 1, - "__pyx_k__w": 1, - "__Pyx_SET_CREAL": 2, - "*eol": 1, - "WGL_GENLOCK_SOURCE_MULTIVIEW_I3D": 1, - "http_method_str": 1, - "diff*number": 1, - "RE_STRING_TOFLOAT_UNDERFLOW": 1, - "version": 4, - "i_RESULT_": 12, - "__Pyx_GetAttrString": 2, - "nr_to_call": 2, - "rndr": 25, - "*__pyx_n_s__time": 1, - "WGL_DRAW_TO_BITMAP_EXT": 1, - "cmd_archive": 1, - "characterPos_": 5, - "PyString_AsString": 1, - "parse_commit_date": 2, - "OK": 1, - "WGL_TEXTURE_CUBE_MAP_POSITIVE_Y_ARB": 1, - "GLushort*": 1, - "each_commit_graft_fn": 1, - "": 1, - "sstrP": 6, - "dictGetVal": 2, - "m": 8, - "WGL_SWAP_EXCHANGE_ARB": 1, - "NOTIFY": 2, - "two": 1, - "__pyx_k__time": 1, - "PyMethod_New": 2, - "PFNWGLCHOOSEPIXELFORMATEXTPROC": 2, - "*fmt": 2, - "cmd_remote_fd": 1, - "PFNWGLCREATEPBUFFEREXTPROC": 2, - "PyExc_TypeError": 4, - "wrapping": 1, - "one": 2, - "__Pyx_PySequence_SetSlice": 2, - "encodingP": 1, - "linsertCommand": 1, - "WGLEW_NV_video_output": 1, - "B9": 1, - "__Pyx_PyCode_New": 2, - "rfString_Create_UTF16": 2, - "requires": 1, - "HPE_INVALID_EOF_STATE": 1, - "rfStringX_Deinit": 1, - "redisAssert": 1, - "diff_delta__from_one": 5, - "strbuf_addf": 1, - "0x80": 1, - "oldlimit": 5, - "va_list": 3, - "ahead": 5, - "WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_R_NV": 1, - "__WGLEW_ARB_pixel_format": 2, - "GIT_ITERATOR_WORKDIR": 2, - "evalShaCommand": 1, - "UF_PATH": 2, - "sha1": 20, - "cmd_fast_export": 1, - "s_req_http_HT": 3, - "yajl_reset_parser": 1, - "git_config_get_bool": 1, - "i_rfLMSX_WRAP16": 2, - "s_req_schema": 6, - "shared.mbulkhdr": 1, - "WGL_GPU_NUM_SPI_AMD": 1, - "config": 4, - "__Pyx_CodeObjectCache": 2, - "string_": 9, - "DIFF_OLD_PREFIX_DEFAULT": 1, - "work.size": 5, - "PyLong_FromLong": 1, - "git_vector_free": 3, - "*__pyx_n_s__q": 1, - "dictIsRehashing": 2, - "*__pyx_n_s__range": 1, - "since": 5, - "ext": 4, - "ll2string": 3, - "selectCommand": 1, - "hincrbyfloatCommand": 1, - "zrevrangebyscoreCommand": 1, - "pfd.revents": 1, - "definitions": 1, - "dest": 7, - "res1": 2, - "*http_method_str": 1, - "cleanup": 12, - "__pyx_insert_code_object": 1, - "*t": 2, - ".off": 2, - "0x20": 1, - "according": 1, - "READ_VSNPRINTF_ARGS": 5, - "RF_MALLOC": 47, - "*pLastMissedUsage": 1, - "var": 7, - "s_req_host_v6_end": 7, - "i_SELECT_RF_STRING_REPLACE4": 1, - "rfString_Create_UTF32": 2, - "__pyx_k_13": 1, - "HTTP_PUT": 2, - "sinterCommand": 2, - "nread": 7, - "i_SELECT_RF_STRING_BEFORE1": 1, - "i_CMD_": 2, - "S_ISSOCK": 1, - "PyBUF_F_CONTIGUOUS": 1, - "ERANGE": 1, - "lpushCommand": 1, - "__WGLEW_NV_float_buffer": 2, - "rfFReadLine_UTF16LE": 4, - "ino": 2, - "shared.space": 1, - "sp": 4, - "WGL_GPU_CLOCK_AMD": 1, - "WGL_AMD_gpu_association": 2, - "REDIS_EXPIRELOOKUPS_PER_CRON": 2, - "AF_UNIX": 2, - "PFNWGLFREEMEMORYNVPROC": 2, - "i_VAR_": 2, - "git_diff_index_to_tree": 1, - "p_close": 1, - "shape": 1, - "listIter": 2, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_10Regression_loss": 2, - "__pyx_t_5numpy_uint32_t": 1, - "*old_tree": 3, - "h_connection_keep_alive": 4, - "__cpu_disable": 1, - "addReply": 13, - "WGL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB": 1, - "list_common_cmds_help": 1, - "PyInt_Check": 1, - "ctx": 16, - "cpu_active_mask": 2, - "RE_FILE_WRITE": 1, - "number*diff": 1, - "REDIS_MAXMEMORY_VOLATILE_TTL": 1, - "lastinteraction": 3, - "WGLEW_EXPORT": 167, - "__pyx_pf_7sklearn_12linear_model_8sgd_fast_18EpsilonInsensitive___init__": 1, - "__pyx_k__dtype": 1, - "backwards.": 1, - "PFNWGLWAITFORSBCOMLPROC": 2, - "PyNumber_Int": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_12LossFunction_2dloss": 2, - "REFU_IO_H": 2, - "action": 2, - "check_for_tasks": 2, - "RF_BIG_ENDIAN": 10, - "INT64*": 3, - "Py_XDECREF": 1, - "__Pyx_CIMAG": 4, - "WGL_GPU_RENDERER_STRING_AMD": 1, - "uSource": 2, - "__WGLEW_ARB_create_context_robustness": 2, - "Counts": 1, - "authCommand": 3, - "ev": 2, - "GLsizei": 4, - "continue": 20, - "rfString_Init_UTF16": 3, - "server.aof_rewrite_min_size": 2, - "redisClient": 12, - "*__pyx_n_s__float64": 1, - "5": 1, - "TOKEN": 4, - "initServerConfig": 2, - "*key2": 4, - "blpopCommand": 1, - "PROPFIND": 2, - "tp_dictoffset": 3, - "IS_ALPHANUM": 3, - "NR_CPUS": 2, - "IS_ERR": 1, - "pexpireCommand": 1, - "__wglewDestroyPbufferEXT": 2, - "tv.tv_usec": 3, - "uv_loop_t*": 1, - "dxDevice": 1, - "__pyx_t_7sklearn_5utils_11seq_dataset_DOUBLE": 7, - "for": 88, - "is_unsigned": 1, - "__pyx_t_5numpy_uint16_t": 1, - "C1": 1, - "cmd_get_tar_commit_id": 1, - "__wglewEnableGenlockI3D": 2, - "WGL_TYPE_RGBA_UNSIGNED_FLOAT_EXT": 1, - "*reflog_info": 1, - "__pyx_pf_7sklearn_12linear_model_8sgd_fast_10Regression_loss": 1, - "*__pyx_n_s__verbose": 1, - "*pp": 4, - "rfString_Append_i": 2, - "yajl_get_error": 1, - "PyCode_New": 2, - "//": 257, - "setupSignalHandlers": 2, - "WGL_PBUFFER_WIDTH_EXT": 1, - "IS_UNSIGNED": 1, - "htmlblock_end": 3, - "SIG_IGN": 2, - "HTTP_PARSER_VERSION_MAJOR": 1, - "PySequence_SetSlice": 2, - "***argv": 2, - "__pyx_t_5numpy_float32_t": 1, - "RF_STRING_ITERATEB_END": 2, - "*parNP": 2, - "last": 1, - "PFNWGLJOINSWAPGROUPNVPROC": 2, - "and": 15, - "b_date": 3, - "i_NPSELECT_RF_STRING_AFTERV0": 1, - "__wglewCreateAssociatedContextAttribsAMD": 2, - "": 3, - "WGL_SHARE_STENCIL_EXT": 1, - "*lookup_commit_graft": 1, - "before": 4, - "acceptUnixHandler": 1, - "dstZ": 1, - "yajl_get_bytes_consumed": 1, - "Py_REFCNT": 1, - "*__pyx_k_tuple_14": 1, - "__pyx_k__l": 1, - "cpumask_first": 1, - "aeCreateEventLoop": 1, - "swapE": 21, - "UF_PORT": 5, - "rfString_Init_UTF32": 3, - "*author": 2, - "Py_hash_t": 1, - "__pyx_t_5numpy_clongdouble_t": 1, - "server.maxmemory": 6, - "LOG_INFO": 1, - "ff": 10, - "WGLEW_ARB_buffer_region": 1, - "git_odb__hashlink": 1, - "REDIS_MBULK_BIG_ARG": 1, - "va_end": 3, - "on_body": 1, - "git_pool": 4, - "PyBytes_FromString": 2, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_14Classification_2dloss": 1, - "buffer": 10, - "*__pyx_vtabptr_7sklearn_5utils_11seq_dataset_ArrayDataset": 1, - "cmd_reset": 1, - "*__pyx_ptype_5numpy_ufunc": 1, - "HTTP_UNLOCK": 2, - "manipulate": 1, - "used": 10, - "saved_errno": 1, - "__pyx_pf_5numpy_7ndarray_2__releasebuffer__": 1, - "mtime.seconds": 2, - "PFNWGLCREATEPBUFFERARBPROC": 2, - "key1": 5, - "PFNWGLGETMSCRATEOMLPROC": 2, - "maxGroups": 1, - "__Pyx_WriteUnraisable": 4, - "CYTHON_FORMAT_SSIZE_T": 2, - "*row_work": 1, - "cpu": 57, - "unused": 3, - "PFNWGLDXUNLOCKOBJECTSNVPROC": 2, - "REFU_WIN32_VERSION": 1, - "*__pyx_kp_u_12": 1, - "startup_info": 3, - "malloc": 3, - "s_chunk_size": 3, - "aofRewriteBufferReset": 1, - "PFNWGLGETSYNCVALUESOMLPROC": 2, - "i_ARG3_": 56, - "i_SELECT_RF_STRING_FIND1": 1, - "PFNWGLGETCURRENTASSOCIATEDCONTEXTAMDPROC": 2, - "git_config": 3, - "*__pyx_kp_s_20": 1, - "b": 66, - "elapsed": 3, - "server.neterr": 4, - "__WGLEW_OML_sync_control": 2, - "but": 1, - "WGL_FRONT_RIGHT_ARB": 1, - "randomkeyCommand": 1, - "*__Pyx_GetItemInt_Tuple_Fast": 1, - "i_rfString_Beforev": 16, - "lookup_commit_reference": 2, - "*__pyx_f_5numpy__util_dtypestring": 1, - "afsBuffer": 3, - "loadServerConfig": 1, - "genRedisInfoString": 2, - "GLEW_MX": 4, - "i_NPSELECT_RF_STRING_BETWEEN1": 1, - "GIT_ATTR_FNMATCH_HASWILD": 1, - "PyBUF_C_CONTIGUOUS": 1, - "RF_CASE_IGNORE": 2, - "__pyx_lineno": 58, - "slowlogCommand": 1, - "mgetCommand": 1, - "status_code": 8, - "i_SELECT_RF_STRING_FWRITE3": 1, - "wglGetGenlockSourceI3D": 1, - "__Pyx_SafeReleaseBuffer": 1, - "USHORT": 4, - "createObject": 31, - "deltas.length": 4, - "opts": 24, - "in": 11, - "PyStringObject": 2, - "WGL_DRAW_TO_WINDOW_EXT": 1, - "*section": 2, - "LF_EXPECTED": 1, - "dev": 2, - "*__pyx_n_s__epsilon": 1, - "can": 2, - "TASK_RUNNING": 1, - "thisval": 8, - "off_t": 1, - "freeClient": 1, - "first_cpu": 3, - "*extra": 1, - "__pyx_t_7sklearn_5utils_13weight_vector_INTEGER": 1, - "initialize": 1, - "i/2": 2, - "setup_git_directory_gently": 1, - "__wglewReleasePbufferDCARB": 2, - "full_path.ptr": 2, - "*heads": 2, - "CONFIG_NR_CPUS": 5, - "GIT_BUF_INIT": 3, - "__pyx_vtabstruct_7sklearn_12linear_model_8sgd_fast_SquaredHinge": 2, - "__pyx_pf_7sklearn_12linear_model_8sgd_fast_25SquaredEpsilonInsensitive___init__": 1, - "*class_name": 1, - "old_file.path": 12, - "sflags": 1, - "i_SELECT_RF_STRING_COUNT": 1, - "PFNWGLGETEXTENSIONSSTRINGARBPROC": 2, - "*pgdat": 1, - "SEEK_CUR": 19, - "commit_list_count": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_25SquaredEpsilonInsensitive_6__reduce__": 1, - "decodeBuf": 2, - "i_SELECT_RF_STRING_AFTERV10": 1, - "tp_name": 4, - "WGL_TYPE_COLORINDEX_ARB": 1, - "F": 38, - "on_header_field": 1, - "*__pyx_n_s__sample_weight": 1, - "commit_graft_pos": 2, - "__WGLEW_ARB_multisample": 2, - "SIGPIPE": 1, - "server.shutdown_asap": 3, - "vsnprintf": 1, - "__WGLEW_NV_swap_group": 2, - "*lookup_blob": 2, - "*new_tree": 1, - "i_rfLMSX_WRAP9": 2, - "WGL_GENLOCK_SOURCE_EXTERNAL_FIELD_I3D": 1, - "fields": 1, - "EXPORT_SYMBOL": 8, - "server.repl_slave_ro": 2, - "server.maxmemory_policy": 11, - "PUT": 2, - "git_pool_clear": 2, - "__pyx_n_s__dloss": 1, - "kw_args": 15, - "SIGBUS": 1, - "CB": 1, - "FNM_NOMATCH": 1, - "i_SELECT_RF_STRING_BEFOREV12": 1, - "list": 1, - "PyInt_FromUnicode": 1, - "__Pyx_c_sum": 2, - "s_res_status": 3, - "i_SELECT_RF_STRING_REMOVE": 1, - "rfString_Init": 3, - "then": 1, - "": 1, - "options.stdio": 3, - "c_index_": 3, - "__Pyx_SetVtable": 1, - "number": 19, - "restoreCommand": 1, - "*new_iter": 2, - "": 1, - "lua_gc": 1, - "htNeedsResize": 3, - "wglGetGenlockSourceDelayI3D": 1, - "expected": 2, - "RF_UTF8": 8, - "__Pyx_c_conjf": 3, - "do_render": 4, - "int16_t": 1, - "characterUnicodeValue_": 4, - "HTTP_MOVE": 1, - "http_parser_url_fields": 2, - "i_SELECT_RF_STRING_CREATELOCAL1": 1, - "server.stat_expiredkeys": 3, - "mstime": 5, - "uv__process_init_stdio": 2, - "get_commit_format": 1, - "__imag__": 1, - "__pyx_gilstate_save": 2, - "*__pyx_t_1": 6, - "MKD_LI_END": 1, - "RF_STRING_ITERATE_START": 9, - "utsname": 1, - "sdslen": 14, - "options.env": 1, - "F_CHUNKED": 11, - "yajl_bs_free": 1, - "*list": 2, - "*commit_type": 2, - "c.want": 2, - "*git_hash_new_ctx": 1, - "i_SELECT_RF_STRING_AFTER": 1, - "*": 253, - "EV_P_": 1, - "break": 244, - "fileno": 1, - "**column_data": 1, - "false": 77, - "s": 154, - "stderr": 15, - "__wglewGetGenlockSourceDelayI3D": 2, - "*pAddress": 1, - "wglDestroyPbufferARB": 1, - "git_hash_free_ctx": 1, - "limit": 3, - "shared.psubscribebulk": 1, - "zaddCommand": 1, - "": 1, - "cpu_up": 2, - "rcu_read_lock": 1, - "numcommands": 5, - "__wglewCreateContextAttribsARB": 2, - "s_req_http_minor": 3, - "__WGLEW_ARB_pixel_format_float": 2, - "INT_MAX": 1, - "values": 30, - "i_SELECT_RF_STRING_INIT_NC": 1, - "__pyx_v_weight_pos": 1, - "h_matching_transfer_encoding_chunked": 3, - "get": 4, - "wglGenlockSourceEdgeI3D": 1, - "A3": 2, - "PyCFunction": 3, - "F00": 1, - "*__pyx_n_s__x_data_ptr": 1, - "PyInt_AsUnsignedLongMask": 1, - "git__calloc": 3, - "has_non_ascii": 1, - "WGLEW_I3D_swap_frame_usage": 1, - "git_iterator_current_is_ignored": 2, - "alloc": 6, - "SIGTERM": 1, - "REDIS_VERSION": 4, - "npy_uint16": 1, - "WGL_TRANSPARENT_EXT": 1, - "tail": 12, - "HPE_HEADER_OVERFLOW": 1, - "__ref": 6, - "": 2, - "rfString_Prepend": 2, - "onto": 7, - "<=>": 16, - "pg_data_t": 1, - "STDOUT_FILENO": 2, - "uv__process_open_stream": 2, - "__wglewGetGPUInfoAMD": 2, - "ob": 14, - "GLushort": 3, - "doc_size": 6, - "initServer": 2, - "loop": 9, - "*__pyx_n_s__w": 1, - "indegree": 1, - "s2P": 2, - "server.lua_client": 1, - "PFNWGLGETVIDEODEVICENVPROC": 2, - "__pyx_t_5numpy_cdouble_t": 1, - "rpopCommand": 1, - "byte": 6, - "WGL_SWAP_COPY_ARB": 1, - "CONNECTION": 4, - "arch_disable_nonboot_cpus_begin": 2, - "server.pubsub_patterns": 4, - "/R_Zero": 2, - "*tmp": 1, - "#include": 149, - "__pyx_v_verbose": 1, - "*__pyx_vtabptr_7sklearn_12linear_model_8sgd_fast_EpsilonInsensitive": 1, - "i_SELECT_RF_STRING_COUNT1": 1, - "*__pyx_k_tuple_9": 1, - "i_FILE_": 16, - "nSize": 4, - "keyptrDictType": 2, - "timeCommand": 2, - "sha1_to_hex": 8, - "rfFReadLine_UTF8": 5, - "s_header_value_lws": 3, - "strncat": 1, - "npy_clongdouble": 1, - "ruby_obj": 11, - "REDIS_CLUSTER_OK": 1, - "dataType": 1, - "iHeight": 2, - "node_online": 1, - "cpu_online": 5, - "server.ipfd": 9, - "server.saveparams": 2, - "*line": 1, - "WGL_GPU_FASTEST_TARGET_GPUS_AMD": 1, - "cmd_bundle": 1, - "npy_uint32": 1, - "GFP_KERNEL": 1, - "dictSdsKeyCompare": 6, - "*__pyx_n_s__n_features": 1, - "*__pyx_n_s__eta0": 1, - "bigger": 3, - "CHAR": 2, - "WGL_AUX9_ARB": 1, - "*__pyx_empty_bytes": 1, - "sd_markdown": 6, - "pm_notifier": 1, - "_cpu_up": 3, - "move": 12, - "aeDeleteEventLoop": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_25SquaredEpsilonInsensitive_4dloss": 1, - "S_ISDIR": 1, - "PFNWGLRELEASETEXIMAGEARBPROC": 2, - "method": 39, - "what": 1, - "HUGE_VAL": 1, - "REDIS_ZSET_MAX_ZIPLIST_VALUE": 1, - "*__pyx_n_s__np": 1, - "__pyx_k__eta0": 1, - "syncCommand": 1, - "__WGLEW_I3D_swap_frame_usage": 2, - "i_NPSELECT_RF_STRING_FIND1": 1, - "trace_argv_printf": 3, - "HPE_STRICT": 1, - "sdsAllocSize": 1, - "buflen": 3, - "wglGetVideoDeviceNV": 1, - "wglReleaseImageBufferEventsI3D": 1, - "i_rfString_Create": 3, - "WGL_NUMBER_OVERLAYS_ARB": 1, - "validateUTF8": 3, - "will": 3, - "": 2, - "wglewGetExtension": 1, - ";": 5439, - "__PYX_BUILD_PY_SSIZE_T": 2, - "fopen": 3, - "object.parsed": 4, - "parse_object": 1, - "git_vector_foreach": 4, - "HPBUFFERARB": 12, - "PyNumber_Index": 1, - "PPC_SHA1": 1, - "__Pyx_RaiseBufferFallbackError": 1, - "buff": 95, - "incrbyfloatCommand": 1, - "new_file.oid": 7, - "commit_list_sort_by_date": 2, - "rdbRemoveTempFile": 1, - "C7": 1, - "__inline__": 1, - "@endcpp": 1, - "__Pyx_BufFmt_StackElem*": 2, - "peel_to_type": 1, - "szres": 8, - "remove": 1, - "server.repl_transfer_lastio": 1, - "*__pyx_ptype_7sklearn_5utils_11seq_dataset_SequentialDataset": 1, - "__WGLEW_H__": 1, - "unlikely": 54, - "WGL_ARB_render_texture": 2, - "i_LIMSELECT_RF_STRING_AFTERV1": 1, - "mkd_string": 2, - "cmd_update_ref": 1, - "__wglewGetCurrentReadDCARB": 2, - "...": 127, - "__pyx_v_n_iter": 1, - "": 1, - "doc": 6, - "*hGpu": 1, - "": 2, - "PyUnicode_Type": 2, - "task_struct": 5, - "__wglewBindVideoDeviceNV": 2, - "git_iterator": 8, - "cpu_add_remove_lock": 3, - "MKD_TOC": 1, - "*24": 1, - "REDIS_HZ*10": 1, - "options.flags": 4, - "printf": 4, - "gets": 1, - "anetPeerToString": 1, - "depending": 1, - "WGL_SHARE_ACCUM_EXT": 1, - "*dateptr": 1, - "PySequence_GetSlice": 2, - "git_diff_delta": 19, - "PyList_GET_ITEM": 3, - "NULL": 330, - "fflush": 2, - "PyFloat_Check": 2, - "listRewind": 2, - "hgetCommand": 1, - "fl": 8, - "cmd_pack_redundant": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_plain_sgd": 1, - "unicode": 2, - "*__pyx_ptype_7sklearn_12linear_model_8sgd_fast_Classification": 1, - "WGL_RED_SHIFT_ARB": 1, - "run_builtin": 2, - "*pathspec": 2, - "shared.cnegone": 1, - "http_method": 4, - "*1024*64": 1, - "shared.bulkhdr": 1, - "term_signal": 3, - "RF_UTF16_BE//": 2, - "cfg": 6, - "*__Pyx_ImportModule": 1, - "max": 4, - "cmd_diff_tree": 1, - "cmd_diff_index": 1, - "__pyx_f": 42, - "*optionsP": 8, - "memtest": 2, - "act.sa_handler": 1, - "RF_HEXL_US": 8, - "PY_MINOR_VERSION": 1, - "piAttributes": 4, - "main": 3, - "i_SELECT_RF_STRING_INIT1": 1, - "server.stat_fork_time": 2, - "commit_graft_alloc": 4, - "included": 2, - "__pyx_t_1": 69, - "stdout": 5, - "means": 1, - "aofRewriteBufferSize": 2, - "iVideoBuffer": 2, - "DECLARE_HANDLE": 6, - "*pool": 3, - "**__pyx_pyargnames": 3, - "incrementallyRehash": 2, - "xDC00": 4, - "B4": 1, - "old_src": 1, - "ySrc": 1, - "WGL_I3D_image_buffer": 2, - "__pyx_k__epsilon": 1, - "REDIS_SHARED_INTEGERS": 1, - "wglQueryFrameCountNV": 1, - "it": 12, - "i_SELECT_RF_STRING_AFTER0": 1, - "__Pyx_ErrRestore": 1, - "PyTuple_SET_ITEM": 6, - "inline": 3, - "RE_LOCALMEMSTACK_INSUFFICIENT": 8, - "REDIS_REPL_SYNCIO_TIMEOUT": 1, - "PySequence_GetItem": 3, - "*__pyx_n_s__numpy": 1, - "": 1, - "*pop_commit": 1, - "WGL_ARB_pbuffer": 2, - "__pyx_PyFloat_AsFloat": 1, - "__raw_notifier_call_chain": 1, - "debugCommand": 1, - "WGLEWContextStruct": 2, - "wglQueryMaxSwapGroupsNV": 1, - "i_NPSELECT_RF_STRING_FWRITE": 1, - "setup_work_tree": 1, - "git_hash_buf": 1, - "i_rfLMSX_WRAP11": 2, - "beg": 10, - "s_req_first_http_minor": 3, - "*method_strings": 1, - "REDIS_REPL_TRANSFER": 2, - "proc": 14, - "i_READ_CHECK": 20, - "WITH_THREAD": 1, - "cmd_diff_files": 1, - "rb_cObject": 1, - "wglGetPixelFormatAttribfvEXT": 1, - "git_tree": 4, - "__Pyx_PrintOne": 1, - "on_message_complete": 1, - "__wglewAllocateMemoryNV": 2, - "i_rfString_ScanfAfter": 3, - "WGL_AUX1_ARB": 1, - "property": 1, - "gperf_case_strncmp": 1, - "matcher": 3, - "_cpu_down": 3, - "write_unlock_irq": 1, - "srcP": 6, - "time": 10, - "data.stream": 7, - "i_SELECT_RF_STRING_AFTERV16": 1, - "*sb": 7, - "PyTuple_New": 3, - "i_LIMSELECT_RF_STRING_BEFOREV1": 1, - "PFNWGLGETCURRENTREADDCEXTPROC": 2, - "server.unixtime": 10, - "cmd_for_each_ref": 1, - "L": 1, - "*__pyx_n_s__dtype": 1, - "*o": 8, - "server.cluster.state": 1, - "*__pyx_ptype_7sklearn_12linear_model_8sgd_fast_ModifiedHuber": 1, - "CMIT_FMT_DEFAULT": 1, - "exact": 6, - "link_ref": 2, - "cpu_hotplug_disable_before_freeze": 2, - "tasks_frozen": 4, - "server.stat_keyspace_misses": 2, - "*revision": 1, - "rfFReadLine_UTF32BE": 1, - "__pyx_obj_7sklearn_12linear_model_8sgd_fast_Classification": 7, - "warning": 1, - "imag": 2, - "*o2": 2, - "SOCK_NONBLOCK": 2, - "WGL_TYPE_RGBA_FLOAT_ARB": 1, - "*__pyx_n_s__n_samples": 1, - "i_SELECT_RF_STRING_BEFOREV6": 1, - "arch_enable_nonboot_cpus_end": 2, - "res": 4, - "bSize": 4, - "redisGitDirty": 3, - "i_SELECT_RF_STRING_BEFOREV18": 1, - "WINAPI": 119, - "__pyx_vtabstruct_7sklearn_12linear_model_8sgd_fast_Regression": 3, - "s_dead": 10, - "HVIDEOOUTPUTDEVICENV": 2, - "uEdge": 2, - "llist_mergesort": 1, - "strict": 2, - "prefixcmp": 3, - "PyList_GET_SIZE": 5, - "LOWER": 7, - "seconds": 2, - "zremrangebyscoreCommand": 1, - "uv__pipe2": 1, - "*vec": 1, - "*__pyx_vtab": 3, - "CYTHON_CCOMPLEX": 12, - "memory": 4, - "INT": 3, - "delta": 54, - "self": 9, - "cpumask_clear_cpu": 5, - "SIGILL": 1, - "STRBUF_INIT": 1, - "cmd_cherry": 1, - "__sun__": 1, - "pp_title_line": 1, - "out_notify": 3, - "n/": 3, - "WGL_TEXTURE_1D_ARB": 1, - "__wglewMakeAssociatedContextCurrentAMD": 2, - "__pyx_n_s__loss": 2, - "xrealloc": 2, - "find_block_tag": 1, - "__cpu_up": 1, - "comm": 1, - "0": 11, - "de": 12, - "ob_size": 1, - "cmd_tar_tree": 1, - "git_diff_workdir_to_tree": 1, - "__pyx_vtabstruct_7sklearn_12linear_model_8sgd_fast_Hinge": 2, - "dictCreate": 6, - "sharedObjectsStruct": 1, - "UF_MAX": 3, - "pathspec.strings": 1, - "REDIS_MASTER": 2, - "objectCommand": 1, - "match": 16, - "wglSendPbufferToVideoNV": 1, - "WGL_VIDEO_OUT_STACKED_FIELDS_2_1": 1, - "git_vector_swap": 1, - "cmd_ls_remote": 2, - "__Pyx_PyInt_AsSize_t": 1, - "bad": 1, - "__pyx_k_2": 1, - "y": 14, - "s_req_http_HTT": 3, - "REDIS_DEFAULT_DBNUM": 1, - "renameCommand": 1, - "__Pyx_DOCSTR": 2, - "cmd_remote": 1, - "configCommand": 1, - "srcLevel": 1, - "__wglewDestroyPbufferARB": 2, - "PFNWGLSWAPINTERVALEXTPROC": 2, - "__pyx_k__weight_neg": 1, - "git__size_t_powerof2": 1, - "bufgrow": 1, - "UTF8_BOM": 1, - "GPERF_CASE_STRNCMP": 1, - "While": 2, - "F_UPGRADE": 3, - "PFNWGLDESTROYIMAGEBUFFERI3DPROC": 2, - "path": 20, - "zincrbyCommand": 1, - "*bufptr": 1, - "i_SELECT_RF_STRING_BETWEEN4": 1, - "Insufficient": 2, - "hashslot": 3, - "getRandomHexChars": 1, - "*http_errno_description": 1, - "WGL_ACCELERATION_EXT": 1, - "#define": 911, - "A9": 2, - "eventLoop": 2, - "WGL_TEXTURE_RECTANGLE_NV": 1, - "WGLEW_NV_present_video": 1, - "__wglewGetGPUIDsAMD": 2, - "WGL_PBUFFER_WIDTH_ARB": 1, - "__GNUC__": 7, - "__pyx_k__g": 1, - "server.aof_flush_postponed_start": 2, - "expires": 3, - "wglCreateAssociatedContextAMD": 1, - "WGL_EXT_create_context_es2_profile": 2, - "**tb": 1, - "Py_buffer": 6, - "server.pubsub_channels": 2, - "install": 1, - "in_merge_bases": 1, - "WGL_NO_ACCELERATION_ARB": 1, - "PyCFunction_Check": 3, - "pretty_print_commit": 1, - "PyObject": 276, - "WGL_TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB": 1, - "cpu_present_mask": 2, - "hGpu": 1, - "__pyx_k__dloss": 1, - "__pyx_k__weight_pos": 1, - "c_ru.ru_stime.tv_usec/1000000": 1, - "i_SELECT_RF_STRING_REMOVE2": 1, - "rfFgetc_UTF32LE": 4, - "swap": 9, - "CALLBACK_NOTIFY": 10, - "/1000000": 2, - "dict": 11, - "cb": 1, - "bool": 6, - "*kwds2": 1, - "extern": 37, - "]": 597, - "server.rdb_filename": 4, - "h_upgrade": 4, - "__wglewQuerySwapGroupNV": 2, - "is_complex": 1, - "git_extract_argv0_path": 1, - "show_notes": 1, - "cmd_rev_list": 1, - "depends": 1, - "task_cpu": 1, - "server.port": 7, - "iEntries": 2, - "parse_commit_buffer": 3, - "yajl_free": 1, - "BITS_PER_LONG": 2, - "__MUTEX_INITIALIZER": 1, - "value": 9, - "*__pyx_f": 1, - "npy_float64": 1, - "*link": 1, - ".mod": 1, - "srand": 1, - "WGL_BIND_TO_TEXTURE_RECTANGLE_RGB_NV": 1, - "piAttribList": 4, - "__pyx_obj_7sklearn_12linear_model_8sgd_fast_SquaredLoss": 5, - "double": 126, - "__Pyx_PyUnicode_READ": 2, - "WGL_TRANSPARENT_BLUE_VALUE_ARB": 1, - "rb_respond_to": 1, - "server.cluster.configfile": 1, - "__wglewDisableFrameLockI3D": 2, - "WGL_PBUFFER_LARGEST_ARB": 1, - "uRate": 2, - "CMIT_FMT_EMAIL": 1, - "h_transfer_encoding": 5, - "*param": 1, - "PFNWGLBINDVIDEODEVICENVPROC": 2, - "wglEnumGpusNV": 1, - "cmd_bisect__helper": 1, - "kind": 1, - "rfLMS_MacroEvalPtr": 2, - "PFNWGLGETCURRENTREADDCARBPROC": 2, - "description": 1, - "merge_remote_util": 1, - "WGLEW_I3D_gamma": 1, - "rfString_Iterate_End": 4, - "WGL_DRAW_TO_WINDOW_ARB": 1, - "server.repl_serve_stale_data": 2, - "__Pyx_RaiseNeedMoreValuesError": 1, - "*sbc": 3, - "stack": 6, - "WGLEW_NV_DX_interop": 1, - "__pyx_t_5numpy_longlong_t": 1, - "BLOB_H": 2, - "*funcname": 1, - "__WGLEW_ATI_pixel_format_float": 2, - "Py_ssize_t": 35, - "KERN_ERR": 5, - "task_unlock": 1, - "zcountCommand": 1, - "wglCreateImageBufferI3D": 1, - "*d": 1, - "*str": 1, - "i_rfLMS_WRAP2": 5, - "A": 11, - "abort": 1, - "__wglewBindSwapBarrierNV": 2, - "__pyx_pw_7sklearn_12linear_model_8sgd_fast_12LossFunction_1loss": 1, - "__Pyx_PyInt_AsLongDouble": 1, - "flags_extended": 2, - "*index_data_ptr": 2, - "i_rfLMSX_WRAP4": 11, - "header_value": 6, - "sprintf": 10, - "*1024*32": 1, - "setrangeCommand": 1, - "git_vector_insert": 4, - "grafts_replace_parents": 1, - "WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB": 1, - "__Pyx_PyInt_AsUnsignedShort": 1, - "rfString_IterateB_End": 1, - "strlen": 17, - "i_RFUI8_": 28, - "sections": 11, - "clientData": 1, - "enc_type": 1, - "PFNWGLSETGAMMATABLEI3DPROC": 2, - "true": 73, - "rndr_newbuf": 2, - "cpu_hotplug_pm_sync_init": 2, - "bitcountCommand": 1, - "wglDestroyImageBufferI3D": 1, - "rfString_Assign_char": 2, - "going": 1, - "afterstrP": 2, - "container": 17, - "WGL_I3D_digital_video_control": 2, - "**commit_graft": 1, - "__pyx_k__n_iter": 1, - "UL": 1, - "cmd_cherry_pick": 1, - "foff_rft": 2, - "for_each_online_cpu": 1, - "Functions": 1, - "PFNWGLSETPBUFFERATTRIBARBPROC": 2, - "__Pyx_DECREF": 20, - "*line_separator": 1, - "__WGLEW_ARB_pbuffer": 2, - "querybuf": 6, - "PFNWGLRELEASEVIDEODEVICENVPROC": 2, - "wglMakeContextCurrentEXT": 1, - "*format": 2, - "REDIS_CALL_FULL": 1, - "server.cluster_enabled": 6, - "HTTP_PARSER_STRICT": 5, - "rfString_KeepOnly": 2, - "rfString_Copy_chars": 2, - "__pyx_k__dataset": 1, - "pretty_print_context": 6, - "RF_REALLOC": 9, - "else//": 14, - "wglBindVideoCaptureDeviceNV": 1, - "*sub": 1, - "representation": 2, - "how": 1, - "%": 2, - "WGL_GENLOCK_SOURCE_DIGITAL_SYNC_I3D": 1, - "git_hash_update": 1, - "pattern": 3, - "most": 3, - "*arg": 1, - "sequence": 6, - "SIGKILL": 2, - "read": 1, - "": 2, - "wglSetPbufferAttribARB": 1, - "elapsed*remaining_bytes": 1, - "bBlock": 1, - "n": 70, - "*reduce_heads": 1, - "rfString_Tokenize": 2, - "*format_subject": 1, - "exit": 20, - "addReplySds": 3, - "i_ARG2_": 56, - "s_res_or_resp_H": 3, - "eta": 4, - "REDIS_UNBLOCKED": 1, - "execCommand": 2, - "OBJ_BLOB": 3, - "PyErr_Format": 4, - "#endif": 236, - "WGL_DIGITAL_VIDEO_GAMMA_CORRECTED_I3D": 1, - "handle": 10, - "diff_delta__from_two": 2, - "options.cwd": 2, - "long*": 2, - "attribList": 2, - "*__pyx_ptype_7sklearn_12linear_model_8sgd_fast_Log": 1, - "rfString_ToInt": 1, - "PyBytes_GET_SIZE": 1, - "sigtermHandler": 2, - "http_cb": 3, - "HTTP_PARSER_ERRNO_LINE": 2, - "yajl_lex_free": 1, - "occurences": 5, - "close": 13, - "__pyx_v_rho": 1, - "PyBytes_DecodeEscape": 1, - "INT_MIN": 1, - "rfString_PruneStart": 2, - "rfString_Create_i": 2, - "GIT_DIFFCAPS_USE_DEV": 1, - "bioPendingJobsOfType": 1, - "*ctx": 5, - "WGL_GPU_RAM_AMD": 1, - "CALLBACK_NOTIFY_": 3, - "uv__stream_close": 1, - "__PYX_EXTERN_C": 3, - "num_min": 1, - "WGL_SAMPLE_BUFFERS_EXT": 1, - "WGL_SWAP_UNDEFINED_ARB": 1, - "intern": 1, - "i_rfLMSX_WRAP17": 2, - "on_headers_complete": 3, - "__pyx_empty_tuple": 3, - "server.client_max_querybuf_len": 1, - "shared": 1, - "__WGLEW_NV_video_output": 2, - "WGL_VIDEO_OUT_STACKED_FIELDS_1_2": 1, - "__pyx_vtabstruct_7sklearn_12linear_model_8sgd_fast_Classification": 1, - "WGL_ACCUM_ALPHA_BITS_ARB": 1, - "parse_commit": 3, - "wglCreatePbufferARB": 1, - "WGL_TYPE_RGBA_EXT": 1, - "WGL_TRANSPARENT_ARB": 1, - "UPGRADE": 4, - "TRANSFER_ENCODING": 4, - "proccess": 2, - "privdata": 8, - "WGLEWContext": 1, - "commit_list_insert": 2, - "robj*": 3, - "__wglewCreateImageBufferI3D": 2, - "utf8": 36, - "__pyx_t_5numpy_int64_t": 1, - "byteLength": 197, - "notify_cpu_starting": 1, - "res2": 2, - "keylistDictType": 4, - "*u": 2, - "indent": 1, - "cpowf": 1, - "wglChoosePixelFormatEXT": 1, - "server.aof_delayed_fsync": 2, - "MKCOL": 2, - "__pyx_v_y": 46, - "git_iterator_advance": 5, - "set_cpu_present": 1, - "resetServerSaveParams": 2, - "shared.slowscripterr": 2, - ".len": 3, - "PyUnicode_READ": 1, - "i_SELECT_RF_STRING_REPLACE5": 1, - "*read_graft_line": 1, - "WGLEW_ARB_create_context_profile": 1, - "i_SELECT_RF_STRING_BEFORE2": 1, - "server.list_max_ziplist_value": 1, - "REDIS_HASH_MAX_ZIPLIST_VALUE": 1, - "child_watcher": 5, - "__wglewQueryVideoCaptureDeviceNV": 2, - "member": 2, - "__pyx_v_fit_intercept": 1, - "parser": 334, - "server.hash_max_ziplist_entries": 1, - "server.logfile": 8, - "cmd_mailinfo": 1, - "__pyx_vtabstruct_7sklearn_5utils_11seq_dataset_ArrayDataset": 2, - "*tree": 3, - "__pyx_base.loss": 1, - "time_t": 4, - "syslog": 1, - "RF_HEXG_US": 8, - "bIndex": 5, - "*da": 1, - "body_mark": 2, - "HTTP_LOCK": 1, - "different": 1, - "exit_cb": 3, - "CMIT_FMT_USERFORMAT": 1, - "#endif//include": 1, - "s_body_identity_eof": 4, - "UNSUBSCRIBE": 2, - "__Pyx_PyInt_AsUnsignedChar": 1, - "oid_for_workdir_item": 2, - "write": 7, - "__pyx_base.__pyx_vtab": 1, - "lineno": 1, - "__Pyx_c_difff": 2, - "pow": 2, - "WGL_SUPPORT_OPENGL_EXT": 1, - "logging": 5, - "section": 14, - "setsid": 2, - "level": 12, - "index": 58, - "server.slowlog_log_slower_than": 1, - "signed": 5, - "/1000": 1, - "SHA1_Init": 4, - "should": 2, - "v1": 38, - "WGL_BIND_TO_TEXTURE_DEPTH_NV": 1, - "__WGLEW_I3D_image_buffer": 2, - "REDIS_SHARED_SELECT_CMDS": 1, - "git_attr_fnmatch": 4, - "__wglewGetGammaTableParametersI3D": 2, - "i_FORMAT_": 2, - "*__pyx_k_codeobj_19": 1, - "sd_markdown_free": 1, - "task_pid_nr": 1, - "lsetCommand": 1, - "options.exit_cb": 1, - "uv_stream_t*": 2, - "PFNWGLENUMGPUDEVICESNVPROC": 2, - "*temp": 1, - "__pyx_k_8": 1, - "WGL_CONTEXT_ES2_PROFILE_BIT_EXT": 1, - "LPVOID": 3, - "short": 6, - "*oitem": 2, - "": 1, - "C2": 1, - "development": 1, - "PyObject_TypeCheck": 3, - "PyString_FromString": 2, - "deltas": 8, - "PFNWGLLOCKVIDEOCAPTUREDEVICENVPROC": 2, - "width": 3, - "i_SELECT_RF_STRING_FIND": 1, - "": 1, - "reflog_walk_info": 1, - "*__pyx_n_s__dloss": 1, - "h_connection_close": 4, - "stdio_count": 7, - "wglEnumGpusFromAffinityDCNV": 1, - "": 7, - "cmd_prune": 1, - "Py_UCS4": 2, - "WGL_TRANSPARENT_VALUE_EXT": 1, - "i_NPSELECT_RF_STRING_AFTERV1": 1, - "__Pyx_XINCREF": 2, - "__pyx_n_s__y": 6, - "times": 1, - "WGL_COLOR_SAMPLES_NV": 1, - "PyExc_SystemError": 3, - "cmd_hash_object": 1, - "*__pyx_k_tuple_15": 1, - "full_path": 3, - "*reencode_commit_message": 1, - "rfString_PruneMiddleB": 2, - "GLuint*": 3, - "check": 8, - "WGL_GPU_VENDOR_AMD": 1, - "parse_table_row": 1, - "WNOHANG": 1, - "renamenxCommand": 1, - "wglEnumerateVideoCaptureDevicesNV": 1, - "head": 3, - "@endinternal": 1, - "every": 1, - "WGLEW_ATI_render_texture_rectangle": 1, - "s_start_res": 5, - "init_cpu_present": 1, - "microseconds": 1, - "on": 4, - "to_cpumask": 15, - "nb": 2, - "perc": 3, - "WGL_VIDEO_OUT_FRAME": 1, - "WGLEW_EXT_pbuffer": 1, - "WGL_SHARE_ACCUM_ARB": 1, - "__Pyx_c_powf": 3, - "rfString_Replace": 3, - "key2": 5, - "*diff_delta__alloc": 1, - "__WGLEW_ARB_create_context": 2, - "rb_str_buf_new": 2, - "s1P": 2, - "__WGLEW_EXT_create_context_es2_profile": 2, - "want": 3, - "*__pyx_kp_u_13": 1, - "rfString_Fwrite_fUTF8": 1, - "*__pyx_vtabptr_7sklearn_5utils_13weight_vector_WeightVector": 1, - "__Pyx_PyInt_AsUnsignedLongLong": 1, - "tag_len": 3, - "ch": 145, - "zmalloc_get_fragmentation_ratio": 1, - "watchCommand": 2, - "i_SELECT_RF_STRING_FIND2": 1, - "WGL_PIXEL_TYPE_ARB": 1, - "WGL_SAMPLES_3DFX": 1, - "c": 252, - "this": 5, - "Py_TPFLAGS_HAVE_INDEX": 1, - "cpumask_empty": 1, - "server.aof_buf": 3, - "ops": 1, - "GIT_DELTA_UNTRACKED": 5, - "WGL_VIDEO_OUT_FIELD_1": 1, - "__Pyx_PyInt_AsUnsignedLong": 1, - "uptime": 2, - "PURGE": 2, - "puRed": 2, - "cmd_check_ref_format": 1, - "MASK_DECLARE_1": 3, - "bytesN=": 1, - "daemonize": 2, - "msetnxCommand": 1, - "cmd_replace": 1, - "PFNWGLRELEASEPBUFFERDCARBPROC": 2, - "*__pyx_v_seed": 1, - "s_req_line_almost_done": 4, - "LOG_ERROR": 64, - "upgrade": 3, - "__VA_ARGS__": 66, - "#undef": 7, - "__pyx_k__Q": 1, - "git_buf_cstr": 1, - "unhex": 3, - "dictSlots": 3, - "likely": 22, - "wglReleaseTexImageARB": 1, - "<=0)>": 1, - "setbitCommand": 1, - "which": 1, - "__Pyx_XDECREF": 20, - "*commit_list_get_next": 1, - "PyUnicode_CheckExact": 1, - "properly": 2, - "*ln": 3, - "saddCommand": 1, - "wglGetFrameUsageI3D": 1, - "__pyx_t_5numpy_longdouble_t": 1, - "uint32_t": 144, - "WGL_NO_TEXTURE_ARB": 2, - "pgdat": 3, - "PyErr_Occurred": 9, - "WGL_TEXTURE_RECTANGLE_ATI": 1, - "object": 10, - "rfString_StripStart": 3, - "__Pyx_PyInt_AsSignedInt": 1, - "fseeko64": 1, - "WGL_3DL_stereo_control": 2, - "die_errno": 3, - "*__pyx_n_s__x_ind_ptr": 1, - "*__pyx_pw_7sklearn_12linear_model_8sgd_fast_12LossFunction_1loss": 3, - "__pyx_k__float64": 1, - "BUG_ON": 4, - "dictObjKeyCompare": 2, - "keysCommand": 1, - "pulCounterPbuffer": 1, - "45": 1, - "GIT_DIFF_INCLUDE_IGNORED": 1, - "PFNWGLGETGENLOCKSOURCEDELAYI3DPROC": 2, - "shutdownCommand": 2, - "RF_LITTLE_ENDIAN": 23, - "uv_pipe_t*": 1, - "make": 3, - "i_SELECT_RF_STRING_AFTERV11": 1, - "wglGetPixelFormatAttribfvARB": 1, - "mm_cpumask": 1, - "rfString_FindBytePos": 10, - "rfUTF8_Encode": 4, - "*read_commit_extra_headers": 1, - "__pyx_pf_7sklearn_12linear_model_8sgd_fast_12SquaredHinge___init__": 1, - "cmd_add": 2, - "WGL_DRAW_TO_PBUFFER_EXT": 1, - "CLOSED_CONNECTION": 1, - "scan": 4, - "free": 62, - "aeSetBeforeSleepProc": 1, - "WGL_UNIQUE_ID_NV": 1, - "please": 1, - "i_THISSTR_": 60, - "iPixelFormat": 6, - "smaller": 1, - "RF_BITFLAG_ON": 5, - "RE_UTF8_INVALID_CODE_POINT": 2, - "pubsub_patterns": 2, - "setDictType": 1, - "UV_INHERIT_FD": 3, - "*lookup_commit_reference": 2, - "__Pyx_Buf_DimInfo": 2, - "MARKDOWN_GROW": 1, - "to_read": 6, - "INVALID_EOF_STATE": 1, - "CC": 1, - "__WGLEW_NV_video_capture": 2, - "WGL_NV_DX_interop": 2, - "j_": 6, - "i_SELECT_RF_STRING_BEFOREV13": 1, - "rfFback_UTF16BE": 2, - "rfString_Fwrite": 2, - "was_alias": 3, - "works": 1, - "server.stop_writes_on_bgsave_err": 2, - "LOG_WARNING": 1, - "npy_longdouble": 1, - "__wglewBindTexImageARB": 2, - "**commit_list_append": 2, - "cpu_hotplug.lock": 8, - "WGLEW_I3D_swap_frame_lock": 1, - "*strides": 1, - "WGL_DIGITAL_VIDEO_CURSOR_ALPHA_FRAMEBUFFER_I3D": 1, - "parse_inline": 1, - "freeMemoryIfNeeded": 2, - "listMatchPubsubPattern": 1, - "": 2, - "pfd": 2, - "__pyx_t_5numpy_uint_t": 1, - "i_NPSELECT_RF_STRING_BEFOREV0": 1, - "WGL_AUX5_ARB": 1, - "__Pyx_PyInt_FromSize_t": 1, - "num_online_cpus": 2, - "getrangeCommand": 2, - "cmd_log": 1, - "__fastcall": 2, - "git_odb__hashfd": 1, - "terminate": 1, - "name.release": 1, - "PY_FORMAT_SIZE_T": 1, - "bytesN": 98, - "UV__F_NONBLOCK": 5, - "__pyx_f_7sklearn_12linear_model_8sgd_fast_max": 1, - "diff": 93, - "__pyx_pf_7sklearn_12linear_model_8sgd_fast_12LossFunction_loss": 1, - "HPE_INVALID_STATUS": 3, - "*active_writer": 1, - "REDIS_OK": 23, - "git_strarray": 2, - "*__pyx_n_s__shuffle": 1, - "codeBuffer": 9, - "Non": 2, - "zunionInterGetKeys": 4, - "git_submodule": 1, - "*__pyx_t_2": 3, - "merge_remote_desc": 3, - "WGL_CUBE_MAP_FACE_ARB": 1, - "KEEP_ALIVE": 4, - "__pyx_L1_error": 33, - "+": 551, - "i_rfString_Create_nc": 3, - "find": 1, - "http_data_cb": 4, - "Py_INCREF": 10, - "PyFloat_AsDouble": 2, - "rstr": 24, - "jsonText": 4, - "HPE_LF_EXPECTED": 1, - "__pyx_r": 39, - "numerator": 1, - "PyString_ConcatAndDel": 1, - "t": 32, - "HPE_INVALID_CONTENT_LENGTH": 4, - "watcher": 4, - "PFNWGLSWAPBUFFERSMSCOMLPROC": 2, - "__wglewCreateDisplayColorTableEXT": 2, - "is_valid_array": 1, - "*prefix": 7, - "FOR": 11, - "allsections": 12, - "cmd_name_rev": 1, - "PY_SSIZE_T_CLEAN": 1, - "GLbitfield": 1, - "__pyx_t_float_complex": 27, - "free_link_refs": 1, - "out_release": 3, - "take_cpu_down": 2, - "argList": 8, - "server.loading_loaded_bytes": 3, - "PyTuple_CheckExact": 1, - "WGL_EXT_multisample": 2, - "#error": 4, - "__WGLEW_3DL_stereo_control": 2, - "end_tag": 4, - "A4": 2, - "F01": 1, - "zunionstoreCommand": 1, - "PFNWGLQUERYVIDEOCAPTUREDEVICENVPROC": 2, - "access": 2, - "__wglewGetGenlockSourceEdgeI3D": 2, - "__pyx_k__b": 1, - "tasklist_lock": 2, - "hincrbyCommand": 1, - "__pyx_v_threshold": 2, - "cmd_stripspace": 1, - "cmd_send_pack": 1, - "__pyx_L5_argtuple_error": 12, - "s_req_http_HTTP": 3, - "hkeysCommand": 1, - "UNLOCK": 2, - "wglewContextIsSupported": 2, - "readFrequency": 1, - "pFrameCount": 1, - "WGL_ACCELERATION_ARB": 1, - "HTTP_GET": 1, - "xC0": 3, - "PROPPATCH": 2, - "i_SUBSTR_": 6, - "created": 1, - "PyObject_GetAttrString": 2, - "__Pyx_PySequence_DelSlice": 2, - "tag_size": 3, - "*keepLength": 1, - "RLIMIT_NOFILE": 2, - "WGL_NUMBER_PIXEL_FORMATS_EXT": 1, - "config_bool": 5, - "cell_start": 5, - "thisPos": 8, - "*name": 12, - "server.dbnum": 8, - "pulCounterOutputPbuffer": 1, - "Flags": 1, - "server.runid": 3, - "http_parser": 13, - "__wglewQueryFrameCountNV": 2, - "*Y_data_ptr": 2, - "i_SELECT_RF_STRING_COUNT2": 1, - "wglRestoreBufferRegionARB": 1, - "WGL_STEREO_EXT": 1, - "WGL_PBUFFER_LOST_ARB": 1, - "__pyx_k__x_ind_ptr": 1, - "_exit": 6, - "pp_commit_easy": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_13ModifiedHuber_loss": 1, - "*modname": 1, - "loadAppendOnlyFile": 1, - "*__pyx_n_s__is_hinge": 1, - "strcmp": 20, - "PFNWGLSETSTEREOEMITTERSTATE3DLPROC": 2, - "wglMakeAssociatedContextCurrentAMD": 1, - "cpu_hotplug_enable_after_thaw": 2, - "*doc": 2, - "PFNWGLGETEXTENSIONSSTRINGEXTPROC": 2, - "rfUTF8_IsContinuationByte2": 1, - "PySequenceMethods": 1, - "arch_enable_nonboot_cpus_begin": 2, - "AOF_FSYNC_EVERYSEC": 1, - "PFNWGLCREATEAFFINITYDCNVPROC": 2, - "yajl_alloc": 1, - "id": 13, - "PyErr_WarnEx": 1, - "WGLEW_ARB_pixel_format": 1, - "PFNWGLSETGAMMATABLEPARAMETERSI3DPROC": 2, - "strncasecmp": 2, - "shared.unsubscribebulk": 1, - "server.lruclock": 2, - "__Pyx_PySequence_GetSlice": 2, - "h_matching_connection": 3, - "wglBindVideoDeviceNV": 1, - "PyUnicode_FromString": 2, - "WGL_EXT_framebuffer_sRGB": 2, - "wglCreateBufferRegionARB": 1, - "s_chunk_parameters": 3, - "listLength": 14, - "barrier": 1, - "float*": 1, - "errno": 20, - "EXEC_BIT_MASK": 3, - "Py_TPFLAGS_CHECKTYPES": 1, - "__stop_machine": 1, - "dictFind": 1, - "///": 4, - "PFNWGLSAVEBUFFERREGIONARBPROC": 2, - "PFNWGLBLITCONTEXTFRAMEBUFFERAMDPROC": 2, - "PyFrozenSet_Type": 1, - "__Pyx_LocalBuf_ND": 1, - "xDBFF": 4, - "PyFloat_AS_DOUBLE": 1, - "*get_merge_bases_many": 1, - "WGL_MIPMAP_LEVEL_ARB": 1, - "i_NVrfString_Create": 3, - "WGL_FRONT_LEFT_ARB": 1, - "WGL_STENCIL_BITS_ARB": 1, - "*cfg": 2, - "PyBytes_ConcatAndDel": 1, - "HTTP_RESPONSE": 3, - "GIT_ENOTFOUND": 1, - "PFNWGLGETPBUFFERDCEXTPROC": 2, - "__Pyx_XGIVEREF": 5, - "<": 219, - "s_req_host_start": 8, - "set_cpu_active": 1, - "SA_SIGINFO": 1, - "name.machine": 1, - "retcode": 3, - "__pyx_v_c": 1, - "active": 2, - "server.bpop_blocked_clients": 2, - "beforeSleep": 2, - "__pyx_k__x_data_ptr": 1, - "with": 9, - "mutex_lock": 5, - "UV_IGNORE": 2, - "*__pyx_n_s__weight_pos": 1, - "wglGenlockSampleRateI3D": 1, - "__pyx_code_cache": 1, - "REDIS_REPL_WAIT_BGSAVE_END": 1, - "zscoreCommand": 1, - "UV_INHERIT_STREAM": 2, - "C8": 1, - "__pyx_filename": 51, - "PyString_Type": 2, - "*__pyx_builtin_RuntimeError": 1, - "*__pyx_kp_s_1": 1, - "dxObject": 2, - ".asize": 2, - "cpu_relax": 1, - "WGLEW_ARB_extensions_string": 1, - "opaque": 8, - "server.stat_keyspace_hits": 2, - "i_SELECT_RF_STRING_AFTERV5": 1, - "i_NPSELECT_RF_STRING_REPLACE0": 1, - "__Pyx_PyInt_AsSignedLong": 1, - "wglGetGammaTableI3D": 1, - "strtoul": 2, - "*__Pyx_GetItemInt_Generic": 1, - ".size": 2, - "CALLBACK_DATA_": 4, - "dictObjHash": 2, - "*__pyx_empty_tuple": 1, - "WGL_AUX_BUFFERS_EXT": 1, - "wglSetGammaTableParametersI3D": 1, - "to_py_func": 6, - "__wglewBindDisplayColorTableEXT": 2, - "*__pyx_v_weights": 1, - "__read_mostly": 5, - "effectively": 1, - "clusterCron": 1, - "zcardCommand": 1, - "PFNWGLCREATEBUFFERREGIONARBPROC": 2, - "__Pyx_INCREF": 6, - "*parser": 9, - "PyUnicode_Decode": 1, - "UV_STREAM_READABLE": 2, - "__wglewDXLockObjectsNV": 2, - "*logmsg_reencode": 1, - "PyUnicode_Check": 1, - "WGL_DEPTH_BUFFER_BIT_ARB": 1, - "rfString_ToDouble": 1, - "h_matching_content_length": 3, - "clear_commit_marks": 1, - "uid": 2, - "__Pyx_c_pow": 3, - "unlink": 3, - "*val": 4, - "*process": 1, - "npy_intp": 1, - "GPERF_DOWNCASE": 1, - "url": 4, - "on_##FOR": 4, - "write_lock_irq": 1, - "mkd_document": 1, - "strstr": 2, - "WGL_DRAW_TO_BITMAP_ARB": 1, - "*entry": 2, - "WGL_TRANSPARENT_INDEX_VALUE_ARB": 1, - "CYTHON_COMPILING_IN_CPYTHON": 6, - "*repo": 7, - "hmem": 3, - "renameGetKeys": 2, - "wglDisableFrameLockI3D": 1, - "WGLEW_ATI_pixel_format_float": 1, - "12": 1, - "i": 410, - "work_bufs": 8, - "MKD_NOIMAGE": 1, - "RE_FILE_READ": 2, - "__pyx_skip_dispatch": 6, - "MKD_NOHTML": 1, - "*slave": 2, - "oom": 3, - "": 2, - "git_repository_workdir": 1, - "__pyx_t_2": 21, - "command": 2, - "__pyx_k__RuntimeError": 1, - "WGL_SHARE_DEPTH_ARB": 1, - "__pyx_doc_7sklearn_12linear_model_8sgd_fast_12LossFunction_2dloss": 1, - "string": 18, - "columns": 3, - "HPE_CB_headers_complete": 1, - ".soft_limit_seconds": 3, - "dictGenHashFunction": 5, - "uv_handle_t*": 1, - "ids": 1, - "GIT_VERSION": 1, - "git_setup_gettext": 1, - "*__pyx_n_s__n_iter": 1, - "SIGHUP": 1, - "B5": 1, - "dstLevel": 1, - "PyBytes_CheckExact": 1, - "*__pyx_r": 6, - "might_sleep": 1, - "O_WRONLY": 2, - "writeFrequency": 1, - "PyBytes_AsString": 2, - "__Pyx_c_quot": 2, - "PyObject_HEAD_INIT": 1, - "is_repository_shallow": 1, - "rpushCommand": 1, - "i_SELECT_RF_STRING_AFTER1": 1, - "i_ENCODING_": 4, - "hi": 5, - "__WGLEW_EXT_swap_control": 2, - "tag_end": 7, - ".lock": 1, - "WGL_SUPPORT_GDI_EXT": 1, - "length": 58, - "i_NVrfString_Init_nc": 3, - "i_rfLMSX_WRAP12": 2, - "HTTP_TRACE": 1, - "ANET_ERR": 2, - "GET": 2, - "WGL_TEXTURE_DEPTH_COMPONENT_NV": 1, - "//@": 1, - "i_NPSELECT_RF_STRING_AFTER": 1, - "*node": 2, - "calloc": 1, - "normal_url_char": 3, - "schedule": 1, - "rfString_Length": 5, - "__pyx_t_5numpy_int_t": 1, - "WGL_ARB_make_current_read": 2, - "argcp": 2, - "HTTP_DELETE": 1, - "h_transfer_encoding_chunked": 4, - "init_cpu_online": 1, - "wglewInit": 1, - "wglGetMscRateOML": 1, - "i_SELECT_RF_STRING_AFTERV17": 1, - "i_NPSELECT_RF_STRING_COUNT0": 1, - "i_rfString_Strip": 3, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_14Classification_loss": 1, - "same": 1, - "server.assert_file": 1, - "M": 1, - "WGL_TRANSPARENT_RED_VALUE_ARB": 1, - "*p": 9, - "WGLEW_GET_VAR": 49, - "HTTP_MKCOL": 2, - "server.aof_rewrite_time_start": 2, - "PFNWGLWAITFORMSCOMLPROC": 2, - "fprintf": 18, - "HANDLE*": 3, - "bytepos": 12, - "__pyx_v_t": 1, - "s_chunk_data_done": 3, - "call": 1, - "smoveCommand": 1, - "RF_SUCCESS": 14, - "i_SELECT_RF_STRING_REPLACE0": 1, - "options": 62, - "giterr_set": 1, - "wglChoosePixelFormatARB": 1, - "i_NPSELECT_RF_STRING_BEFOREV": 1, - "xffff": 1, - "numP": 1, - "i_OPTIONS_": 28, - "i_SELECT_RF_STRING_BEFOREV7": 1, - "__Pyx_PyBool_FromLong": 1, - "other": 16, - "ret": 142, - "__Pyx_IternextUnpackEndCheck": 1, - "h_C": 3, - "WGLEW_I3D_image_buffer": 1, - "server.stat_evictedkeys": 3, - "server": 1, - "wglewGetContext": 4, - "git_diff_workdir_to_index": 1, - "lstrP": 1, - "HTTP_BOTH": 1, - "HPVIDEODEV": 4, - "int64_t": 2, - "PyLong_CheckExact": 1, - "*md": 1, - "*view": 2, - "git_mutex_unlock": 2, - "cmd_upload_archive_writer": 1, - "*internal": 1, - "cpumask_set_cpu": 5, - "keepLength": 2, - "LL*": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_5Hinge_2loss": 1, - "i_NPSELECT_RF_STRING_BEFORE": 1, - "2010": 1, - "__cpuinit": 3, - "WGL_ACCUM_GREEN_BITS_EXT": 1, - "*item": 10, - "git_pool_strcat": 1, - "xD": 1, - "npy_int8": 1, - "*__pyx_ptype_7sklearn_12linear_model_8sgd_fast_SquaredHinge": 1, - "DECREF": 1, - "done": 1, - "hsetCommand": 1, - "UV_NAMED_PIPE": 2, - "http_errno": 11, - "HTTP_ERRNO_MAP": 3, - "WGL_SUPPORT_OPENGL_ARB": 1, - "*__pyx_n_s____test__": 1, - "xBF": 2, - "1": 2, - "hdc": 16, - "mm": 1, - "won": 1, - "WGL_FLOAT_COMPONENTS_NV": 1, - "__pyx_t_5numpy_ulong_t": 1, - "WGL_EXT_swap_control": 2, - "hglrc": 5, - "byteIndex_": 12, - "category": 2, - "sq_length": 2, - "HGLRC": 14, - "cmd_revert": 1, - "GLenum": 8, - "__pyx_k_3": 1, - "z": 47, - "*__pyx_vtabptr_7sklearn_12linear_model_8sgd_fast_SquaredHinge": 1, - "SetupContext": 3, - "RF_CR": 1, - "REDIS_REPL_CONNECTED": 3, - "listSetMatchMethod": 1, - "rfString_Init_f": 2, - "UINT*": 6, - "__wglewRestoreBufferRegionARB": 2, - "sP": 2, - "server.monitors": 2, - "server.commands": 1, - "dictEnableResize": 1, - "RE_UTF16_NO_SURRPAIR": 2, - "PyTypeObject": 25, - "i_ARG1_": 56, - "PyBytes_Type": 1, - "stride": 2, - "calls": 4, - "cmd_pack_refs": 1, - "__WGLEW_ARB_buffer_region": 2, - "bracket": 4, - "Py_TYPE": 7, - "uFlags": 1, - "": 1, - "estimateObjectIdleTime": 1, - "localtime": 1, - "i_SELECT_RF_STRING_BETWEEN5": 1, - "htmlblock_end_tag": 1, - "alloc_frozen_cpus": 2, - "cpumask_of": 1, - "EV_A_": 1, - "WGL_GREEN_SHIFT_ARB": 1, - "i_LIMSELECT_RF_STRING_AFTERV": 1, - "LL*1024*1024": 2, - "listDelNode": 1, - "WGL_OML_sync_control": 2, - "cmd_ls_files": 1, - "__pyx_k__h": 1, - "__Pyx_CodeObjectCacheEntry*": 2, - "foundN": 10, - "expireatCommand": 1, - "xFF0FFFF": 1, - "WGL_SHARE_STENCIL_ARB": 1, - "disable_nonboot_cpus": 1, - "just": 1, - "//if": 1, - "iDeviceIndex": 1, - "trace_repo_setup": 1, - "register_commit_graft": 2, - "_fseeki64": 1, - "void": 279, - "__WGLEW_AMD_gpu_association": 2, - "listFirst": 2, - "Cython": 1, - "CYTHON_INLINE": 65, - "safely": 1, - "PyTuple_GET_ITEM": 15, - "noMatch": 8, - "WGL_VIDEO_OUT_COLOR_AND_DEPTH_NV": 1, - "s_req_host_v6_start": 7, - "0x5a": 1, - "listNext": 2, - "server.repl_ping_slave_period": 1, - "HGPUNV": 5, - "git_cached_obj_freeptr": 1, - "PyLong_AsUnsignedLongLongMask": 1, - "CONFIG_IA64": 1, - "xF000": 2, - "we": 10, - "on_header_value": 1, - "character": 11, - "WGL_TEXTURE_2D_ARB": 1, - "*pfAttribFList": 2, - "STRIP_EXTENSION": 1, - "__Pyx_PyNumber_Int": 1, - "i_SELECT_RF_STRING_REMOVE3": 1, - "": 1, - "REDIS_CLIENT_LIMIT_CLASS_NORMAL": 3, - "cc": 24, - "CHECKOUT": 2, - "*__Pyx_GetName": 1, - "std": 8, - "PyString_Repr": 1, - "HPE_CB_##FOR": 2, - "*encoding": 2, - "git__is_sizet": 1, - "unless": 1, - "GIT_DIFF_REVERSE": 3, - "PySequence_Check": 1, - "Python": 2, - "temp.byteLength": 1, - "WGL_GPU_NUM_PIPES_AMD": 1, - "wglGetPixelFormatAttribivEXT": 1, - "minPos": 17, - "wglBindVideoImageNV": 1, - "GLfloat": 3, - "hDc": 6, - "old_file.size": 1, - "GLint": 18, - "num": 24, - "bufputc": 2, - "memmove": 1, - "slaveid": 3, - "aof_fsync": 1, - "dictType": 8, - "need_8bit_cte": 2, - "WGLEW_EXT_pixel_format_packed_float": 1, - "rfString_Append": 5, - "WGLEW_ARB_create_context_robustness": 1, - "*diff_delta__dup": 1, - "*pattern": 1, - "cpu_all_bits": 2, - "cpu_to_node": 1, - "LUA_GCCOUNT": 1, - "HEADER_OVERFLOW": 1, - "__wglewCreateAssociatedContextAMD": 2, - "*git_cache_try_store": 1, - "getrusage": 2, - "server.stat_peak_memory": 5, - "querybuf_peak": 2, - "close_fd": 2, - "__pyx_k__L": 1, - "delta_type": 8, - "bioInit": 1, - "wglDeleteDCNV": 1, - "pager_program": 1, - "*__pyx_ptype_7sklearn_5utils_11seq_dataset_ArrayDataset": 1, - "reexecute_byte": 7, - "aeGetApiName": 1, - "server.masterport": 2, - "server.bindaddr": 2, - "struct_alignment": 1, - "REDIS_SHUTDOWN_SAVE": 1, - "populateCommandTable": 2, - "publishCommand": 1, - "srandmemberCommand": 1, - "http_parser_execute": 2, - "GIT_OBJ_BLOB": 1, - "i_SELECT_RF_STRING_CREATELOCAL": 1, - "xmalloc": 2, - "slave": 3, - "unblockClientWaitingData": 1, - "zinterstoreCommand": 1, - "pool": 12, - "GIT_DELTA_MODIFIED": 3, - "__WGLEW_ATI_render_texture_rectangle": 2, - "fail": 19, - "**diff_ptr": 1, - "__PYX_HAVE_API__sklearn__linear_model__sgd_fast": 1, - "nr_calls": 9, - "mutex": 1, - "authenticated": 3, - "clientsCronResizeQueryBuffer": 2, - "WGLEW_3DL_stereo_control": 1, - "sq_item": 2, - "i_NPSELECT_RF_STRING_REMOVE0": 1, - "": 2, - "register_shallow": 1, - "non": 1, - "LOG_DEBUG": 1, - "INVALID_FRAGMENT": 1, - "wglEnumerateVideoDevicesNV": 1, - "keepstr": 5, - "i_rfLMS_WRAP3": 4, - "rfString_Iterate_Start": 6, - "UTF": 17, - "__WGLEW_EXT_framebuffer_sRGB": 2, - "B": 9, - "xFC0": 4, - "RF_NEWLINE_CRLF": 1, - "__pyx_k_20": 1, - "CONNECT": 2, - "GIT_ATTR_FNMATCH_NEGATIVE": 1, - "rfString_Beforev": 4, - "*one": 1, - "i_rfLMSX_WRAP5": 9, - "*pSize": 1, - "LPVOID*": 1, - "nosave": 2, - "exitFromChild": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_12SquaredHinge_2loss": 1, - "ARRAY_SIZE": 1, - "WGL_DRAW_TO_PBUFFER_ARB": 1, - "WGLEW_ARB_framebuffer_sRGB": 1, - "idle_cpu": 1, - "i_SELECT_RF_STRING_INIT_NC0": 1, - "__wglewDestroyDisplayColorTableEXT": 2, - "PFNWGLLOADDISPLAYCOLORTABLEEXTPROC": 2, - "wglIsEnabledGenlockI3D": 1, - "*matcher": 1, - "CONTENT_LENGTH": 4, - "NOTIFY_DONE": 1, - "server.lastbgsave_status": 3, - "setexCommand": 1, - "LOCK": 2, - "WGL_NV_render_depth_texture": 2, - "uVideoSlot": 2, - "i_NVrfString_CreateLocal": 3, - "wglGetContextGPUIDAMD": 1, - "shared.colon": 1, - "PFNWGLBINDTEXIMAGEARBPROC": 2, - "cast": 1, - "maxCount": 1, - "i_SELECT_RF_STRING_CREATE_NC": 1, - "cpu_online_mask": 3, - "MKD_AUTOLINK": 1, - "redisDb": 3, - "pingCommand": 2, - "port": 7, - "WGL_BACK_COLOR_BUFFER_BIT_ARB": 1, - "size": 120, - "count": 17, - "__WGLEW_EXT_extensions_string": 2, - "MSEARCH": 1, - "PFNWGLDXREGISTEROBJECTNVPROC": 2, - "hDevice": 9, - "*buffer": 6, - "megabytes": 1, - "REDIS_MAXIDLETIME": 1, - "o1": 7, - "PyObject*": 24, - "is_unicode": 1, - "i_rfString_Replace": 6, - "WGL_I3D_gamma": 2, - "setup_path": 1, - "PyUnicode_KIND": 1, - "__pyx_k__y": 1, - "REDIS_LUA_TIME_LIMIT": 1, - "REDIS_SHARED_BULKHDR_LEN": 1, - "rfString_Init_nc": 4, - "contiuing": 1, - "charPos": 8, - "WGL_TRANSPARENT_GREEN_VALUE_ARB": 1, - "PyInt_AsSsize_t": 3, - "WGL_BIND_TO_TEXTURE_RGB_ARB": 1, - "*__pyx_vtabptr_7sklearn_12linear_model_8sgd_fast_Hinge": 1, - "__WGLEW_EXT_make_current_read": 2, - "__pyx_f_7sklearn_12linear_model_8sgd_fast_min": 1, - "encoding": 14, - "WGL_NEED_SYSTEM_PALETTE_EXT": 1, - "sigaction": 6, - "dictGetKey": 4, - "&": 442, - "endinternal": 1, - "cmd_checkout_index": 1, - "deleted": 1, - "*var": 1, - "rfFtell": 2, - "WGL_CONTEXT_LAYER_PLANE_ARB": 1, - "lrangeCommand": 1, - "always": 2, - "yajl_status_to_string": 1, - "WGL_CONTEXT_PROFILE_MASK_ARB": 1, - "__Pyx_TypeInfo": 2, - "__wglewGetDigitalVideoParametersI3D": 2, - "": 2, - "o": 80, - "WGLEW_AMD_gpu_association": 1, - "not_shallow_flag": 1, - "PyBytes_Size": 1, - "s_header_almost_done": 6, - ".hcpu": 1, - "signal": 2, - "i_OUTSTR_": 6, - "*column_data": 1, - "NOTIFY_OK": 1, - "REDIS_LIST_MAX_ZIPLIST_VALUE": 1, - "__wglewLockVideoCaptureDeviceNV": 2, - "PFNWGLQUERYCURRENTCONTEXTNVPROC": 2, - "*__pyx_n_s__order": 1, - "ctime.seconds": 2, - "__Pyx_StructField_": 2, - "WGL_FRAMEBUFFER_SRGB_CAPABLE_EXT": 1, - "cb.table_cell": 3, - "temp.bytes": 1, - "uptime/": 1, - "REDIS_EXPIRELOOKUPS_PER_CRON/4": 1, - "PFNWGLDELETEDCNVPROC": 2, - "WGLEW_GET_FUN": 120, - "WGL_GAMMA_EXCLUDE_DESKTOP_I3D": 1, - "PyLong_FromUnicode": 1, - "PFNWGLGETGAMMATABLEI3DPROC": 2, - "sscanf": 1, - "PGPU_DEVICE": 1, - "pathspec": 15, - "decode": 6, - "pipe": 1, - "attempting": 2, - "replstate": 1, - "wglWaitForMscOML": 1, - "PY_SSIZE_T_MAX": 1, - "PyNumber_InPlaceDivide": 1, - "rndr_popbuf": 2, - "server.clients_to_close": 1, - "UF_HOST": 3, - "WGL_ARB_framebuffer_sRGB": 2, - "*commit_list_insert": 1, - "cpu_maps_update_done": 9, - "RF_OPTION_FGETS_READBYTESN": 5, - "fuPlanes": 1, - "i_rfLMSX_WRAP18": 2, - "WGL_EXT_display_color_table": 2, - "cover": 1, - "RUSAGE_SELF": 1, - "commandTableDictType": 2, - "RF_HEXLE_US": 4, - "rfFback_UTF8": 2, - "PFNWGLBINDDISPLAYCOLORTABLEEXTPROC": 2, - "commit_graft": 13, - "FOR##_mark": 7, - "find_lock_task_mm": 1, - "wglewIsSupported": 2, - "*pMissedFrames": 1, - "#endif//": 1, - "addReplyErrorFormat": 1, - "xf": 1, - "decrbyCommand": 1, - "__int8": 2, - "alloc_nr": 1, - "start_state": 1, - "present": 2, - "*__pyx_n_s__power_t": 1, - "*v": 3, - "__WGLEW_NV_multisample_coverage": 2, - "<<": 56, - "*__pyx_k_tuple_5": 1, - "__Pyx_PyUnicode_READ_CHAR": 2, - "s_req_http_H": 3, - "MKD_NOTABLES": 1, - "RE_UTF8_ENCODING": 2, - "*1000000": 1, - "GLuint": 9, - "strcasecmp": 13, - "__wglewGetMscRateOML": 2, - "wglResetFrameCountNV": 1, - "i_SELECT_RF_STRING_BEFORE3": 1, - "server.sofd": 9, - "rfUTILS_SwapEndianUS": 10, - "ENOSYS": 1, - "WGL_STEREO_ARB": 1, - "shared.nullbulk": 1, - "O_RDONLY": 1, - "FILE": 3, - "git_repository": 7, - "*db": 3, - "*__pyx_vtabptr_7sklearn_5utils_11seq_dataset_CSRDataset": 1, - "flag": 1, - "current": 5, - "RF_UTF32_BE": 3, - "RF_FAILURE": 24, - "REDIS_REPL_NONE": 1, - "scriptCommand": 2, - "giterr_clear": 1, - "a_date": 2, - "search": 1, - "shared.subscribebulk": 1, - "tryResizeHashTables": 2, - "wglReleasePbufferDCARB": 1, - "rfString_Afterv": 4, - "rfFgets_UTF32BE": 1, - "run_add_interactive": 1, - "__Pyx_DelAttrString": 2, - "many": 1, - "offset": 1, - "lifo": 1, - "Memory": 4, - "typeCommand": 1, - "http_parser_type": 3, - "wglGetGPUIDsAMD": 1, - "suboffsets": 1, - "shared.wrongtypeerr": 1, - "WGL_COLOR_BITS_EXT": 1, - "PFNWGLGENLOCKSOURCEEDGEI3DPROC": 2, - "nmode": 10, - "header_end": 7, - "O_CREAT": 2, - "save_commit_buffer": 3, - "PyInt_AsUnsignedLongLongMask": 1, - "flags": 89, - "bytePos": 23, - "v2": 26, - "wglReleaseVideoImageNV": 1, - "__Pyx_minusones": 1, - "7": 1, - "PFNWGLDESTROYDISPLAYCOLORTABLEEXTPROC": 2, - "*ver_minor": 2, - "h_general": 23, - "byteI": 7, - "CB_url": 1, - "PFNWGLENUMGPUSNVPROC": 2, - "__wglewReleaseTexImageARB": 2, - "oitem": 29, - "cmd_show_ref": 1, - "__pyx_t_7sklearn_12linear_model_8sgd_fast_DOUBLE": 4, - "REDIS_MAXMEMORY_VOLATILE_RANDOM": 1, - "REDIS_RUN_ID_SIZE": 2, - "CB_body": 1, - "srcTarget": 1, - "__WGLEW_EXT_pbuffer": 2, - "return": 529, - "rfFgets_UTF16BE": 2, - "by": 1, - "pid_t": 2, - "C3": 1, - "dtype": 1, - "possible": 2, - "shared.masterdownerr": 2, - "lindexCommand": 1, - "i_rfString_StripEnd": 3, - "PyNumber_Check": 2, - "use_noid": 2, - "HTTP_PROPPATCH": 1, - "raw_notifier_chain_unregister": 1, - "rcVirtualScreen": 1, - "s_res_HTTP": 3, - "way": 1, - "act.sa_mask": 2, - "robj": 7, - "__pyx_L3_error": 18, - "npy_int64": 1, - "run_argv": 2, - "i_NPSELECT_RF_STRING_FWRITE0": 1, - "mem_used": 9, - "extensions": 1, - "PY_VERSION_HEX": 11, - "rfString_Init_fUTF8": 3, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_11SquaredLoss_4__reduce__": 1, - "WGL_ACCESS_WRITE_DISCARD_NV": 1, - "__pyx_t_5numpy_ulonglong_t": 1, - "rfFgetc_UTF16LE": 4, - "__pyx_t_5numpy_long_t": 1, - "cond": 1, - "fit": 3, - "sds": 13, - "WGL_NEED_PALETTE_ARB": 1, - "c.cmd": 1, - "i_rfString_CreateLocal1": 3, - "*type": 4, - "STDERR_FILENO": 2, - "arity": 3, - "needing": 1, - "WGL_AUX_BUFFERS_ARB": 1, - "git_hash_final": 1, - "*__pyx_n_s__weights": 1, - "WGL_BIND_TO_TEXTURE_RGBA_ARB": 1, - "PFNWGLRELEASEVIDEOCAPTUREDEVICENVPROC": 2, - "cmd_version": 1, - "WGL_SWAP_METHOD_EXT": 1, - "old_file.oid": 3, - "PyComplex_Check": 1, - "wglSwapIntervalEXT": 1, - "__Pyx_InitStrings": 1, - "WGLEW_EXT_depth_float": 1, - "KERN_WARNING": 3, - "listAddNodeTail": 1, - "dictSdsHash": 4, - "WGL_GPU_OPENGL_VERSION_STRING_AMD": 1, - "cmd_check_attr": 1, - "*text": 1, - "rfFback_UTF32LE": 2, - "git_iterator_for_index_range": 2, - "nr_parent": 3, - "__Pyx_GetItemInt_List": 1, - "s_res_first_http_minor": 3, - "#string": 1, - "R_NegInf": 2, - "uv_process_kill": 1, - "uint8_t": 6, - "WGLEWContext*": 2, - "d": 16, - "__Pyx_RefNannyAPIStruct": 3, - "i_SELECT_RF_STRING_FIND3": 1, - "__wglewCopyImageSubDataNV": 2, - "afterstr": 5, - "*puBlue": 2, - "CPU_POST_DEAD": 1, - "CPU_TASKS_FROZEN": 2, - "numclients": 3, - "WGL_VIDEO_OUT_FIELD_2": 1, - "PFNWGLDXSETRESOURCESHAREHANDLENVPROC": 2, - "__pyx_pf_7sklearn_12linear_model_8sgd_fast_5Huber___init__": 1, - "rfString_Remove": 3, - "Macros": 1, - "activeExpireCycle": 2, - "PyLong_AS_LONG": 1, - "wglGetPbufferDCARB": 1, - "options.args": 1, - "B0": 1, - "wglQueryFrameLockMasterI3D": 1, - "__pyx_t_5numpy_uintp_t": 1, - "*__pyx_n_s__nonzero": 1, - "sq_norm": 1, - "i_rfString_Count": 5, - "*__pyx_m": 1, - "unhex_val": 7, - "MASK_DECLARE_2": 3, - "ip": 4, - "__wglewDeleteDCNV": 2, - "git_buf_truncate": 1, - "allowComments": 4, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_12LossFunction_loss": 2, - "h_CON": 3, - "PFNWGLCREATEASSOCIATEDCONTEXTATTRIBSAMDPROC": 2, - "*from_list": 1, - "String": 11, - "RE_UTF8_INVALID_SEQUENCE_CONBYTE": 6, - "wglDXSetResourceShareHandleNV": 1, - "*output_encoding": 2, - "*kwds": 1, - "git_attr_fnmatch__parse": 1, - "__WGLEW_I3D_digital_video_control": 2, - "__wglewEnumGpusFromAffinityDCNV": 2, - "piValue": 8, - "WGL_BACK_LEFT_ARB": 1, - "prefix.size": 1, - "normally": 1, - "e.t.c.": 1, - "function_name": 1, - "__pyx_k__any": 1, - ".watched_keys": 1, - "WIFSIGNALED": 2, - "remainder": 3, - "WGL_BIND_TO_VIDEO_RGB_AND_DEPTH_NV": 1, - "i_RIGHTSTR_": 6, - "WGL_STEREO_EMITTER_ENABLE_3DL": 1, - "46": 1, - "cb.table_row": 2, - "rfString_Create": 4, - "i_SELECT_RF_STRING_AFTERV12": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_12SquaredHinge_4dloss": 1, - "not": 6, - "switch": 46, - "clean": 1, - "trackOperationsPerSecond": 2, - "lpopCommand": 1, - "R_Zero": 2, - "__pyx_t_5numpy_uint8_t": 1, - "Py_DECREF": 2, - "otherP": 4, - "RF_LMS": 6, - "uv__new_sys_error": 1, - "WGL_ACCESS_READ_WRITE_NV": 1, - "nongit_ok": 2, - "*module_name": 1, - "msg": 10, - "hmsetCommand": 1, - "WGL_TEXTURE_RGB_ARB": 1, - "PY_LONG_LONG": 5, - "Unicode": 1, - "WGL_CONTEXT_CORE_PROFILE_BIT_ARB": 1, - "*rev1": 1, - "keepChars": 4, - "wglSwapLayerBuffersMscOML": 1, - "i_SELECT_RF_STRING_BEFOREV14": 1, - "commit_graft_nr": 5, - "git_vector_init": 3, - "RF_OPTION_SOURCE_ENCODING": 30, - "WGL_COVERAGE_SAMPLES_NV": 1, - "cmd_merge": 1, - "limit.rlim_cur": 2, - "updateLRUClock": 3, - "createStringObject": 11, - "i_NPSELECT_RF_STRING_BEFOREV1": 1, - "__Pyx_PyInt_AsSignedShort": 1, - "__Pyx_RefNannyFinishContext": 14, - "pager_config": 3, - "YA_FREE": 2, - "wglDXUnregisterObjectNV": 1, - "Refu": 2, - "*__pyx_n_s__count": 1, - "s_chunk_data": 3, - "AE_READABLE": 2, - "migrateCommand": 1, - "INVALID_CONSTANT": 1, - "__cdecl": 2, - "old_prefix": 2, - "PyFloat_CheckExact": 1, - "PySet_CheckExact": 2, - "PyInt_CheckExact": 1, - "*body_mark": 1, - ".dict": 9, - "RE_UTF8_INVALID_SEQUENCE_INVALID_BYTE": 6, - "": 1, - "__Pyx_PyInt_AsChar": 1, - "wglAssociateImageBufferEventsI3D": 1, - "__pyx_print_kwargs": 1, - "__pyx_k____test__": 1, - "__wglewDisableGenlockI3D": 2, - "BUFFER_SPAN": 9, - "REDIS_STRING": 31, - "POLLIN": 1, - "GIT_VECTOR_GET": 2, - "cmd_commit_tree": 1, - "__Pyx_PyInt_AsUnsignedInt": 1, - "WGL_CONTEXT_ROBUST_ACCESS_BIT_ARB": 1, - "replace": 3, - "backgroundRewriteDoneHandler": 1, - "cmd_reflog": 1, - "*__pyx_t_3": 3, - "PyUnicode_GET_SIZE": 1, - "wglGetCurrentReadDCEXT": 1, - "server.lpushCommand": 1, - "O_APPEND": 2, - "HTTP_PARSER_ERRNO": 10, - "onto_pool": 7, - "da": 2, - "subValues": 8, - "flushallCommand": 1, - "*http_errno_name": 1, - "__Pyx_PyNumber_InPlaceDivide": 2, - "pp_user_info": 1, - "commit_extra_header": 7, - "RF_MATCH_WORD": 5, - "*__pyx_kp_u_6": 1, - "cb.doc_header": 2, - "http_errno_description": 1, - "__set_current_state": 1, - "clientsCronHandleTimeout": 2, - "i_SELECT_RF_STRING_INIT": 1, - ".data": 1, - "HPE_INVALID_INTERNAL_STATE": 1, - "group": 3, - "__WGLEW_3DFX_multisample": 2, - "__pyx_refnanny": 8, - "u": 18, - "__pyx_vtabstruct_7sklearn_12linear_model_8sgd_fast_Huber": 2, - "*cache": 4, - "i_NPSELECT_RF_STRING_AFTERV": 1, - "PFNWGLGETGENLOCKSAMPLERATEI3DPROC": 2, - "__pyx_obj_7sklearn_5utils_11seq_dataset_SequentialDataset": 5, - "lastBytePos": 4, - "": 1, - "server.arch_bits": 3, - "cmd_struct": 4, - "GIVEREF": 1, - "cmd": 46, - "src": 16, - "HTTP_MERGE": 1, - "RF_UTF16_BE": 7, - "shared.sameobjecterr": 1, - "__wglewEnumGpusNV": 2, - "PyArray_Descr": 1, - "*__pyx_n_s_21": 1, - "byteLength*2": 1, - "null": 4, - "flushSlavesOutputBuffers": 1, - "sdsRemoveFreeSpace": 1, - "dbsizeCommand": 1, - "cmd_merge_base": 1, - "PFNWGLRESTOREBUFFERREGIONARBPROC": 2, - "__pyx_pf_7sklearn_12linear_model_8sgd_fast_5Hinge___init__": 1, - "PyUnicodeObject": 1, - "i_SELECT_RF_STRING_BETWEEN0": 1, - "WGL_EXT_pixel_format": 2, - "reading": 1, - "hdelCommand": 1, - "*nitem": 2, - "*suboffsets": 1, - "__pyx_f_7sklearn_12linear_model_8sgd_fast_sqnorm": 1, - "A5": 3, - "F02": 1, - "PyUnicode_IS_READY": 1, - "mod": 13, - "UTF16": 4, - "LOG_NDELAY": 1, - "find_commit_subject": 2, - "*__pyx_ptype_7sklearn_5utils_13weight_vector_WeightVector": 1, - "__pyx_k__c": 1, - "s_req_schema_slash_slash": 6, - "charBLength": 5, - "s_res_http_major": 3, - "acceptTcpHandler": 1, - "redisLog": 33, - "__Pyx_BUILTIN_MODULE_NAME": 2, - "PyBytes_FromFormat": 1, - "__pyx_f_7sklearn_12linear_model_8sgd_fast_10Regression_loss": 1, - "yajl_buf_alloc": 1, - "rfStringX_FromString_IN": 1, - "rdbSave": 1, - "listCreate": 6, - "xC1": 1, - "*__pyx_v_self": 52, - "**next": 2, - "cmd_verify_tag": 1, - "__Pyx_NAMESTR": 2, - "table": 1, - "*__pyx_n_s__y": 1, - "orSize": 5, - "F0": 1, - "maybe_modified": 2, - "__pyx_k__epoch": 1, - "__Pyx_PyInt_AsSignedChar": 1, - "*old_iter": 2, - "PyBytes_AS_STRING": 1, - "HTTP_SUBSCRIBE": 2, - "dstTarget": 1, - "npy_int16": 1, - "i_PLUSB_WIN32": 2, - "*nr_calls": 1, - "mkd_cleanup": 2, - "uv__stream_open": 1, - "WGL_BIND_TO_VIDEO_RGBA_NV": 1, - "cmd_update_server_info": 1, - "__pyx_vtabstruct_7sklearn_12linear_model_8sgd_fast_LossFunction": 5, - "__pyx_v_shuffle": 1, - "format_commit_message": 1, - "cmd_rerere": 1, - "compiling": 2, - "WGLEW_I3D_digital_video_control": 1, - "i_SELECT_RF_STRING_COUNT3": 1, - "F_CONNECTION_CLOSE": 3, - "GIT_MODE_PERMS_MASK": 1, - "handle_internal_command": 3, - "define": 14, - "xff": 3, - "peek": 5, - "CB_header_value": 1, - "*__pyx_filename": 7, - "PyObject_Call": 6, - "row_work": 4, - "MIN": 3, - "UTF32": 4, - "getClientOutputBufferMemoryUsage": 1, - "__wglewSwapBuffersMscOML": 2, - "PFNWGLBEGINFRAMETRACKINGI3DPROC": 2, - "*__pyx_b": 1, - "npy_long": 1, - "wglGetPixelFormatAttribivARB": 1, - "__pyx_v_epsilon": 2, - "i_NPSELECT_RF_STRING_FIND": 1, - "cmd_status": 1, - "endianess": 40, - "*__pyx_n_s__weight_neg": 1, - "wglGenlockSourceDelayI3D": 1, - "bufrelease": 3, - "RSTRING_PTR": 2, - "server.stat_rejected_conn": 2, - "getpid": 7, - "opts.pathspec": 2, - "__stdcall": 2, - "wglQueryPbufferEXT": 1, - "header_field_mark": 2, - "*utf32": 1, - "RE_INPUT": 1, - "server.ops_sec_last_sample_time": 3, - "c_ru.ru_utime.tv_usec/1000000": 1, - "redisLogFromHandler": 2, - "__wglewQueryFrameTrackingI3D": 2, - "h_CO": 3, - "rb_rdiscount_toc_content": 2, - "while": 70, - "PFNWGLSETDIGITALVIDEOPARAMETERSI3DPROC": 2, - "IS_ALPHA": 5, - "REDIS_SLOWLOG_MAX_LEN": 1, - "*lookup_commit_reference_gently": 2, - "npy_int32": 1, - "sort_in_topological_order": 1, - "End": 2, - "HTTP_METHOD_MAP": 3, - "WGL_NUM_VIDEO_CAPTURE_SLOTS_NV": 1, - "__Pyx_c_negf": 2, - "rfString_GetChar": 2, - "rfPopen": 2, - "strtol": 2, - "success": 4, - "uv_stdio_container_t*": 4, - "hVideoDevice": 4, - "*sign_commit": 2, - "__pyx_v_intercept_decay": 1, - "WGL_DEPTH_FLOAT_EXT": 1, - "module": 3, - "strcpy": 4, - "WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RGBA_NV": 1, - "WGL_AUX8_ARB": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_25SquaredEpsilonInsensitive_2loss": 1, - "documentation": 1, - "__pyx_k__Zd": 1, - "git_hash_init": 1, - "__pyx_vtabstruct_7sklearn_5utils_11seq_dataset_SequentialDataset": 4, - "HTTP_MAX_HEADER_SIZE": 2, - "core_initcall": 2, - "RE_UTF8_INVALID_SEQUENCE": 2, - "rfString_Create_fUTF8": 2, - "guards": 2, - "C9": 1, - "__pyx_k__rho": 1, - "c.value": 3, - "*__pyx_kp_s_2": 1, - "PyBoolObject": 1, - "mem_online_node": 1, - "as": 4, - "PyIndex_Check": 2, - "certainly": 3, - "O_RDWR": 2, - "http_parser_init": 2, - "WGL_TEXTURE_FLOAT_RG_NV": 1, - "IS_HEX": 2, - "Check_Type": 2, - "setuid": 1, - "opening": 2, - "i_NPSELECT_RF_STRING_REPLACE1": 1, - "hPbuffer": 14, - "__Pyx_RefNannyDeclarations": 11, - "__Pyx_check_binary_version": 1, - "*diff_delta__merge_like_cgit": 1, - "i_SELECT_RF_STRING_AFTERV6": 1, - "__pyx_k__eta": 1, - "WGLEW_EXT_multisample": 1, - "": 1, - "codepoint": 47, - "__pyx_k__t": 1, - "i_rfString_Assign": 3, - "rfString_Assign_fUTF8": 2, - "": 2, - "diff_prefix_from_pathspec": 4, - "__Pyx_TypeCheck": 1, - "REDIS_REPL_SEND_BULK": 1, - "INVALID_HEADER_TOKEN": 1, - "__wglewFreeMemoryNV": 2, - "fn": 5, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_5Hinge_4dloss": 1, - "conj": 3, - "CLOSE": 4, - "MKACTIVITY": 2, - "PyString_GET_SIZE": 1, - "diff_delta__merge_like_cgit": 1, - "onto_new": 6, - "*argc": 1, - "s_req_path": 8, - "does": 1, - "wait3": 1, - "": 1, - "CONFIG_HOTPLUG_CPU": 2, - "__wglewGetVideoDeviceNV": 2, - "wglQueryFrameTrackingI3D": 1, - "notinherited": 1, - "die": 5, - "WGL_DEPTH_BITS_EXT": 1, - "*sha1": 16, - "parse_table_header": 1, - "_zonerefs": 1, - "server.repl_timeout": 1, - "off": 8, - "j": 206, - "notes": 1, - "COMMIT_H": 2, - "*res": 2, - "getNodeByQuery": 1, - "shared.del": 1, - "server.activerehashing": 2, - "WGL_VIDEO_OUT_DEPTH_NV": 1, - "cmd_blame": 2, - "": 1, - "RE_STRING_TOFLOAT": 1, - "LL*1024*1024*1024": 1, - "xstrdup": 2, - "__pyx_t_3": 39, - "__wglewCreatePbufferEXT": 2, - "LOG_NOWAIT": 1, - "commit_list": 35, - "extended": 3, - "bytesConsumed": 2, - "statStr": 6, - "RF_HEXGE_US": 4, - "B6": 1, - "__wglewSetGammaTableParametersI3D": 2, - "WGL_RED_BITS_ARB": 1, - "MASK_DECLARE_8": 9, - "CPU_DOWN_FAILED": 2, - "backwards": 1, - "#pragma": 1, - "__Pyx_c_prodf": 2, - "WGL_FRAMEBUFFER_SRGB_CAPABLE_ARB": 1, - "WGL_STENCIL_BUFFER_BIT_ARB": 1, - "i_SELECT_RF_STRING_AFTER2": 1, - "REDIS_ZSET_MAX_ZIPLIST_ENTRIES": 1, - "ops_sec": 3, - "expired": 4, - "hvalsCommand": 1, - "__wglewChoosePixelFormatARB": 2, - "given": 5, - "__pyx_obj_7sklearn_12linear_model_8sgd_fast_SquaredEpsilonInsensitive": 6, - "git_mutex_lock": 2, - "": 1, - "parents": 4, - "the": 91, - "i_rfLMSX_WRAP13": 2, - "__wglewQueryGenlockMaxSourceDelayI3D": 2, - "__Pyx_c_diff": 2, - "PY_SSIZE_T_MIN": 1, - "WGLEW_EXT_pixel_format": 1, - "*commit_buffer": 2, - "s_req_http_major": 3, - "register_cpu_notifier": 2, - "server.rdb_child_pid": 12, - "monitorCommand": 2, - "uv_process_t": 1, - "WGL_SAMPLE_BUFFERS_ARB": 1, - "cmd_commit": 1, - "__pyx_v_weight_neg": 1, - "WGL_AUX7_ARB": 1, - "codePoint": 18, - "allocate": 1, - "key": 9, - "S_ISREG": 1, - "WGL_ARB_buffer_region": 2, - "server.stat_starttime": 2, - "i_NPSELECT_RF_STRING_COUNT1": 1, - "PyUnicode_READ_CHAR": 1, - "WGLEW_ARB_render_texture": 1, - "stat": 3, - "__wglewGetCurrentAssociatedContextAMD": 2, - "i_SELECT_RF_STRING_AFTERV18": 1, - "PyString_Concat": 1, - "stack_free": 2, - "tcd_param": 2, - "slowlogInit": 1, - "uv_spawn": 1, - "LONG_LONG": 1, - "s_res_http_minor": 3, - "DEFINE_MUTEX": 1, - "hexistsCommand": 1, - "EINVAL": 6, - "INVALID_PATH": 1, - "int8_t": 3, - "__wglewDXRegisterObjectNV": 2, - "zmalloc": 2, - "__pyx_k_10": 1, - "wglSetStereoEmitterState3DL": 1, - "i_SELECT_RF_STRING_REPLACE1": 1, - "OPTIONS": 2, - "i_SELECT_RF_STRING_BEFOREV8": 1, - "PyString_AsStringAndSize": 1, - "zmalloc_used_memory": 8, - "__pyx_t_7sklearn_5utils_13weight_vector_DOUBLE": 2, - "WGL_AUX0_ARB": 1, - "GIT_DIFF_RECURSE_UNTRACKED_DIRS": 1, - "closing": 1, - "name": 28, - "**argnames": 1, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_11SquaredLoss_loss": 1, - "git__malloc": 3, - "sigemptyset": 2, - "shared.messagebulk": 1, - "lnos": 4, - "__Pyx_GetItemInt_Fast": 2, - "queueMultiCommand": 1, - "server.unixsocket": 7, - "err": 38, - "ferror": 2, - "num_max": 1, - "s_res_HTT": 3, - "build_all_zonelists": 1, - "server.masterhost": 7, - "__wglewSendPbufferToVideoNV": 2, - "tp_as_mapping": 3, - "RF_SELECT_FUNC_IF_NARGGT2": 2, - "iWidth": 2, - "*url_mark": 1, - "strncpy": 3, - "pos": 7, - "__pyx_k__verbose": 1, - "*X_indptr_ptr": 1, - "*rcbuffer": 1, - "s_headers_done": 4, - "xE": 2, - "Quitting": 2, - "HTTP_PARSER_VERSION_MINOR": 1, - "Ftelll": 1, - "i_DECLIMEX_": 121, - "PyLongObject": 2, - "__Pyx_GetVtable": 1, - "uv__process_stdio_flags": 2, - "*puGreen": 2, - "commands": 3, - "yajl_callbacks": 1, - "object_type": 1, - "s_req_port": 6, - "CALLBACK_DATA": 10, - "freePubsubPattern": 1, - "shared.plus": 1, - "PFNWGLBINDVIDEOCAPTUREDEVICENVPROC": 2, - "git_more_info_string": 2, - "pathspec.contents": 1, - "*barrier": 1, - "WGL_COLOR_BITS_ARB": 1, - "PyString_Size": 1, - "server.aof_state": 7, - "fread": 12, - "uv__handle_start": 1, - "DWORD*": 1, - "wglDestroyDisplayColorTableEXT": 1, - "PyBytesObject": 1, - "*columns": 2, - "temp.bIndex": 2, - "rusage": 1, - "server.lastsave": 3, - "sinterstoreCommand": 1, - "wglCopyImageSubDataNV": 1, - "__pyx_k_4": 1, - "{": 1528, - "__pyx_k__isinf": 1, - "hsetnxCommand": 1, - "uv__make_socketpair": 2, - "WGL_NV_present_video": 2, - "__WGLEW_NV_DX_interop": 2, - "lookup_commit": 2, - "**type": 1, - "GIT_DIFFCAPS_ASSUME_UNCHANGED": 2, - "git_diff_tree_to_tree": 1, - "PyBuffer_Release": 1, - "GOTREF": 1, - "REDIS_CLIENT_LIMIT_CLASS_SLAVE": 3, - "redisCommandTable": 5, - "undo": 5, - "GIT_DELTA_IGNORED": 5, - "PyString_DecodeEscape": 1, - "rfString_Append_f": 2, - "PyObject_SetAttrString": 2, - "cb.doc_footer": 2, - "server.lua_time_limit": 1, - "UF_SCHEMA": 2, - "manipulation": 1, - "git_mutex_init": 1, - "s_chunk_data_almost_done": 3, - "realloc": 1, - "__pyx_v_alpha": 1, - "WGL_GREEN_BITS_EXT": 1, - "expand_tabs": 1, - "*numberP": 1, - "server.assert_line": 1, - "brpopCommand": 1, - ".soft_limit_bytes": 3, - "field_set": 5, - "RF_String**": 2, - "*__pyx_k_tuple_11": 1, - "__pyx_k__i": 1, - "#if": 92, - "WGL_EXT_depth_float": 2, - "go": 8, - "": 1, - "__Pyx_c_eq": 2, - "rfString_Assign_fUTF16": 2, - "__wglewGetPbufferDCEXT": 2, - "chdir": 2, - "WGL_GENLOCK_SOURCE_DIGITAL_FIELD_I3D": 1, - "empty_cell": 2, - "s_header_value_start": 4, - "tv.tv_usec/1000": 1, - "wants": 2, - "decoded": 3, - "__wglewEnumGpuDevicesNV": 2, - "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_11SquaredLoss_2dloss": 1, - "PFNWGLDESTROYPBUFFEREXTPROC": 2, - "wglBindTexImageARB": 1, - "PFNWGLMAKECONTEXTCURRENTEXTPROC": 2, - "HTTP_STRERROR_GEN": 3, - "cpumask_clear": 2, - "codepoints": 44, - "newLineFound": 1, - "*__pyx_ptype_7sklearn_12linear_model_8sgd_fast_EpsilonInsensitive": 1, - "mem_tofree": 3, - "backgroundSaveDoneHandler": 1, - "dictGetSignedIntegerVal": 1, - "new": 4, - "*__pyx_vtabptr_7sklearn_12linear_model_8sgd_fast_Huber": 1, - "_strnicmp": 1, - "va_arg": 2, - "PFNWGLCOPYIMAGESUBDATANVPROC": 2, - "__wglewEnableFrameLockI3D": 2, - "cmd_prune_packed": 1, - "i_SELECT_RF_STRING_REMOVE4": 1, - "i_rfString_Prepend": 3, - "for_each_process": 2, - "dictRedisObjectDestructor": 7, - "_": 3, - "*hcpu": 3, - "keyobj": 6, - "UV__O_NONBLOCK": 1, - "clearer": 1, - "*next": 6, - "WGL_SWAP_METHOD_ARB": 1, - "git_submodule_lookup": 1, - "HTTP_REPORT": 1, - "server.list_max_ziplist_entries": 1, - "querybuf_size/": 1, - "server.daemonize": 5, - "PY_MAJOR_VERSION": 13, - "Py_True": 2, - "PFNWGLGETGENLOCKSOURCEI3DPROC": 2, - "*keyobj": 2, - "start": 10, - "argc": 26, - "set_cpu_possible": 1, - "server.aof_rewrite_perc": 3, - "i_SELECT_RF_STRING_FWRITE0": 1, - "max_count": 1 - }, - "old-FORTRAN": { - "N.LT.0": 1, - "CNORMR": 2, - ".ne.": 1, - "S2I*CSR": 1, - "JSIZE": 1, - "CSRR": 9, - ".EQ.": 3, - "CONER": 8, - "NW.NE.0": 1, - ".LE.NVAL": 1, - "E0": 2, - "RZI*PTR": 3, - "clean": 1, - "detected": 1, - "dabs": 2, - "CKI": 17, - "NITMAX": 3, - "IN": 4, - "j": 1, - "dy": 14, - "LARGE": 1, - "C2R": 16, - "KEEP": 2, - "min.": 1, - "S2R*S1I": 2, - "DEXP": 3, - "input": 2, - "January": 1, - "MTYPES": 1, - "PTR": 18, - "CSPNI*S1R": 1, - "CSPNR*S1I": 1, - "WRTMP": 2, - "comment": 1, - "EXPANSION.": 1, - "REMAINDER": 2, - "*4": 1, - "CA.EQ.CB": 1, - "SGET24": 1, - "SUMI": 13, - "TMP1": 20, - "CSGNI*STR": 1, - "TMP2.LE.PIVMIN": 2, - "KL": 15, - "DO": 27, - ".ge.dmin": 2, - "KFLAG": 17, - ".NOT.": 3, - "FINAL_CMP_ERR_I": 2, - "than": 1, - "*D1MACH": 1, - "ZETA1R": 6, - "NZ": 19, - "STI*RAST*RAST": 3, - "AZEXP": 2, - "c": 29, - "SLATMS": 1, - "ZI": 8, - "or": 4, - "external": 1, - "KFNEW": 15, - "S2R*C1R": 1, - "H": 2, - "IDUMMA": 1, - "SLABAD": 1, - "RATIOS": 1, - "P1I": 17, - "PIV_GROWTH_I": 2, - "JI.GT.KFNEW": 1, - "-": 3285, - "NIUNIT": 2, - "Executable": 1, - "SDRVSX": 1, - "UNDERFLOW": 4, - "ELIM": 3, - "STR*P1R": 1, - "NTESTF": 1, - ".le.": 3, - "S2I*C1R": 1, - "GE.NBMIN": 1, - "JP": 8, - "incx.le.0": 1, - "letter": 1, - "S1R*CSSR": 2, - "incx.eq.1": 1, - "CS": 1, - "regardless": 1, - "else": 1, - "logical": 1, - "incx.lt.0": 1, - "P2R": 21, - "D*A": 1, - "NNWORK": 1, - "DOTYPE": 2, - "MIN": 11, - "A": 12, - "constant": 1, - "STI*AT*RAZ": 2, - "NRM_ERR_I": 2, - "Ltd.": 1, - "intrinsic": 1, - "D0/TOL": 1, - "AK": 7, - "NSLCT": 1, - "ZCODE.EQ.233": 2, - "auxiliary": 1, - "DLAEBZ": 1, - "CYI": 8, - "DSIN": 1, - "an": 1, - "FKK": 19, - "/93": 1, - "INTB.GE.145": 2, - "ZERO": 9, - "VS": 2, - "function": 3, - "JI": 103, - "Statements": 1, - "INU.LT.IAZ": 1, - "FLOPS": 1, - "DMAX1": 2, - "*incx": 1, - "INU": 10, - "ESTIMATE": 1, - "HALF*": 2, - "ZETA1D": 1, - "CRSC": 5, - "ITMP1": 15, - "value.": 1, - "S1R": 26, - "ALIM": 5, - "SLATME": 1, - "GO": 59, - "ZSYSVXX": 1, - "PLANE": 2, - "IFN": 3, - "SMLNUM": 4, - "PARAMETER": 8, - "NRHS": 9, - "INTB": 17, - "uses": 1, - "RZR": 8, - "da*dx": 6, - "INFO.EQ.0": 1, - "precision": 1, - "STR*RAST*RAST": 3, - "FLIP": 1, - "IL.EQ.0": 1, - ".GE.0.0": 1, - "CSGN": 2, - "ADD": 2, - "ZS1S2": 3, - "CHARACTER*3": 1, - "that": 1, - "ALGORITHM": 1, - "INTB.LE.250": 2, - "unrolled": 1, - "dx": 13, - "i": 27, - "AP.GT.TST*AK*AK": 1, - "BERR_I": 2, - ".eq.": 3, - "EQUED": 8, - "loop": 1, - "FN*RZI": 1, - "ANORM": 1, - "N": 57, - "incy": 3, - "case": 3, - "ZCODE": 7, - "TFNF/": 3, - "SGN": 3, - "LAST": 1, - "INTA.LE.169": 2, - "KFLAG.GE.3": 1, - ".FALSE.": 1, - "S2I*CSSR": 2, - "KK": 19, - "end": 4, - "EXPONENT": 2, - "UNIFORM": 1, - "S1I*CSSR": 2, - "KMODE": 1, - "TEST": 6, - "PHIR": 7, - "IDUM": 6, - "CY": 1, - "ON": 3, - "compilex": 1, - "IF": 164, - "ABS": 9, - "SQRT": 1, - "ITIME": 3, - "WERE": 1, - "IFNU.LE.0": 1, - "*RAZR": 2, - "SLATMR": 1, - "SUBROUTINE": 8, - "INTERMEDIATE": 2, - ".or.": 2, - "NW.EQ.0": 1, - "HALF": 4, - "increments": 4, - "ARE": 1, - "RZI*C2I": 1, - "RTULPI": 1, - "mp1": 3, - "C2M.LE.ASCLE": 2, - "Argonne": 1, - "APHI": 7, - "LOGIC": 1, - "APPROX.": 1, - "COMPLEX*16": 1, - "THRESH": 2, - "STR*AT*RAZ": 2, - "End": 1, - "WHOSE": 1, - "TST*DSQRT": 1, - "TST": 5, - "ZUNIK": 4, - "Berkeley": 1, - "RETURN": 21, - "N.GT.2": 1, - "modified": 3, - ".NOT.LSAME": 2, - "FLAM": 3, - "BETWEEN": 1, - "N.LT.IB": 1, - "FORWARD": 1, - "CKR*PTI": 2, - "ADDED": 2, - "LDX.LT.MAX": 1, - "one.": 1, - "dongarra": 2, - "daxpyf": 1, - "C2R.NE.0.0D0": 1, - "INTB.LE.153": 2, - "C1R*CSPNR": 1, - "KFLAG.NE.1": 1, - "ZBESI": 1, - "INTA.GE.129": 2, - "SELWI": 2, - "jack": 2, - "CALLED": 2, - "FNF*STI": 1, - "FUNCTION": 7, - "lower": 3, - "DABS": 16, - "ZUNK1": 4, - "NEUMANN": 1, - "PATH": 1, - "RWORK": 5, - "ZET1DI": 8, - "RS1.LT.0.0D0": 2, - "ZEROI": 14, - "IS": 1, - "SORT": 1, - "CSPNR": 8, - "PHID": 1, - "IJOB.EQ.3": 1, - "THEN": 51, - "WRT": 2, - "CK": 2, - "INT": 4, - "ADUMMA": 1, - "SCALE": 6, - "*9": 1, - "INTB.GE.162": 2, - "ZSYEQUB": 2, - "INTA": 17, - "ZLASCL2": 3, - "mod": 1, - "AZABS": 12, - "RHO2": 5, - "ITIME.EQ.2": 1, - "IJOB.GT.3": 1, - "n.eq.1": 1, - "CALL": 22, - "machines": 3, - "PHIDI*SUMDI": 1, - "PI": 3, - "Functions": 1, - "ONE": 7, - "INTB.LE.122": 2, - "ZRI": 12, - "OVFL": 1, - "IFLAG.NE.1": 1, - "XERBLA": 4, - "IL": 4, - "ERROR": 2, - "INTA.GE.225": 2, - ".EQ.ZEROR": 1, - "and": 2, - "M": 8, - "incx": 8, - "to": 16, - "equivalence": 1, - "LDX": 7, - "FUNCTIONS": 3, - "INDICATES": 1, - "FKAP": 3, - "CFN": 1, - "SLAMCH": 2, - "CNORMI": 2, - "vector.": 1, - "specify": 1, - "FNF*SGN": 1, - "ELSE": 25, - "RCOND_I": 2, - "THE": 15, - "CONEI": 4, - "SSLCT": 1, - "RZI*PTI": 3, - "INIT": 5, - "dmin": 5, - "a": 3, - "/3/93": 2, - "C2I": 16, - "DLOG": 3, - "RZR*C2R": 1, - "BE": 2, - "YR": 21, - "OCCUR": 1, - "AP": 6, - "PTI": 17, - "VS1": 2, - "ITMP1.LE.NVAL": 1, - "+": 159, - "DCOS": 1, - "CSSR": 5, - "CSGNI*STI": 1, - "as": 2, - "P2R*P1R": 1, - "KK.EQ.N": 1, - "..": 11, - "REFINE": 3, - "ZR.LT.0.0": 2, - "Use": 1, - "NORMALIZED": 1, - "AZLOG": 2, - "INTA.LE.137": 2, - "not": 2, - "OF": 5, - "DIRECTION": 1, - "ZETA1I": 6, - "AT*RAZ": 1, - "BY": 5, - "BIGNUM": 4, - "*SUMR": 2, - "Z": 5, - "SLASUM": 1, - "ZCODE.EQ.250": 2, - "RELTOL": 2, - "RAZR": 2, - "vector": 1, - "FLOAT": 11, - "equal": 7, - "PHIDR": 6, - "subroutine": 2, - "IFNU": 5, - "CSGNI": 2, - "ZET2DR": 8, - "IB.LT.N": 1, - "KLNEW.LT.MMAX": 1, - "ZR*RAZ": 2, - "KMAGN": 1, - "BACKWARD": 2, - "ZETA2": 1, - "WILL": 3, - "element": 1, - "ITMP1.GE.NVAL": 1, - "COMPILEX": 1, - "array": 4, - "ARITHMETIC": 2, - "ZLA_SYRPVGRW": 4, - "ZETA2R": 6, - "C1I*CSPNR": 1, - "ZCODE.EQ.122": 2, - "SUMDR": 4, - "/11/78.": 2, - "n": 12, - "IJOB.EQ.2": 1, - "test": 1, - "KLNEW": 17, - "P2I": 21, - "ZI*RAZ": 2, - "S": 9, - "STR": 34, - "California": 1, - "NAB": 33, - "TWO": 3, - "MMAX": 6, - "RAST": 4, - "EQUIL": 5, - "SMAX": 5, - "AB": 36, - "CSS": 1, - "SMIN.LE.ZERO": 1, - "INDEX": 1, - "INTA.EQ.INTB": 1, - "version": 1, - "IJOB": 2, - "BAR": 1, - "CHARACTER*1": 2, - "CKR*C2R": 1, - "INTEGER": 21, - "ANG": 4, - "RECURRENCE": 2, - "OVERFLOW.": 1, - "MR.NE.0": 1, - "BK": 13, - "ZLAQSY": 2, - "S1I": 25, - "TMP1.LT.MAX": 1, - "n.le.0": 1, - "ITMP1.EQ.NAB": 2, - "bit": 1, - ".GT.": 1, - "BERR": 3, - "ERR_BNDS_NORM": 3, - "N_ERR_BNDS": 3, - "D0/AZ": 1, - "RZI": 8, - "n.lt.1": 1, - "MINP": 5, - "assumed": 3, - "Arguments": 2, - ".OR.": 22, - "ICHAR": 12, - "ASCLE": 5, - "ISEED": 2, - "C***ROUTINES": 2, - "CONDS": 1, - "ZETA2D": 1, - "RS1": 20, - "LDA.LT.MAX": 1, - "SEQUENCE": 5, - "IPARD": 4, - "NW": 7, - "S1I*CSR": 1, - "REAL": 7, - "CWRKR": 5, - "S2R": 25, - "RESULT": 2, - "DGAMLN": 6, - "do": 5, - "NVAL": 6, - "iqaminf": 5, - "PROLOGUE": 5, - "then": 1, - "RZ": 2, - "E": 2, - "RHO*RHO": 2, - "RCEQU": 8, - "INFO.NE.0": 3, - "RZR*PTR": 3, - "D1MACH": 6, - "NMAX": 1, - "*": 129, - "returns": 3, - "double": 1, - "RS1.GT.0.0D0": 2, - "SELVAL": 2, - "Purpose": 1, - "Scalar": 1, - "SLASET": 1, - "COMMON": 2, - "FOR": 14, - "PHII": 7, - "CHARACTER": 5, - "SUM": 5, - "IAZ": 4, - "N.GT.0": 3, - "Y": 3, - ".LT.ALIM": 3, - "machine.": 1, - "PRECISION": 15, - "ACK/TOL": 1, - "Scalars": 1, - "LDAF": 9, - "EXTERNAL": 5, - "MR.EQ.0": 1, - "S2I*S1R": 1, - "AVOID": 1, - "both": 2, - "ZETA1": 1, - "OVERFLOW": 6, - "SET": 2, - "ULPINV": 1, - "return": 13, - "ZR.GE.0.0D0": 1, - "S1I*C1R": 1, - "RIGHT": 1, - "rather": 1, - "IJOB.EQ.1": 1, - "ZRR*RAZR": 1, - "m": 5, - "C***BEGIN": 2, - ".GE.": 1, - "INTA.GE.145": 2, - "MAX0": 1, - "Tennessee": 1, - "da": 3, - "FROM": 1, - "C1R*CSPNI": 1, - "RCDVIN": 1, - "increment": 2, - "character": 1, - "CSR": 4, - "linpack": 2, - "go": 7, - "TMP1.LE.ZERO": 2, - "LDB": 6, - "upper": 3, - "BWORK": 2, - "DIVISION": 1, - "ALTERED": 1, - "Test": 1, - "unequal": 1, - "INTA.GE.97": 2, - "ITS": 1, - "CSPNI": 8, - "Courant": 1, - "abs": 2, - "CONE": 2, - "CB": 10, - "*CNORMR": 2, - "INFO.GT.0": 1, - "S2R*CSRR": 2, - "UPLO": 12, - "ZSYCON": 1, - "LDAF.LT.MAX": 1, - "ZSYRFSX": 2, - "RCOND": 3, - "K": 16, - "qabs": 9, - "C2I.NE.0.0D0": 1, - "INTA.LE.250": 2, - "KDFLG": 11, - "LIMIT": 1, - "CONTINUE": 58, - "NOUNIT": 2, - "RE": 2, - "are": 2, - "BK*AK": 3, - "OUT": 2, - "ZCODE.EQ.90": 2, - "KK.EQ.IC": 1, - ".EQ.NAB": 2, - "WR": 2, - "NPARAMS": 3, - "ZKSCL": 1, - "DENOMINATOR": 1, - "ZCODE.EQ.218": 2, - "*MAX": 1, - "set.": 1, - "dble": 1, - ".not.": 1, - ".gt.": 1, - "KLNEW.LE.MMAX": 1, - "NTEST": 1, - ".AND.": 28, - "EXP": 2, - "RECUR": 2, - "RCDEIN": 1, - "D0": 31, - "PHIDR*SUMDR": 1, - "CKI*C2R": 1, - "IC": 2, - ".EQ.ZEROI": 1, - "INTENT": 1, - "on": 5, - ".NOT.NOFACT": 1, - "CKI*PTR": 2, - "University": 1, - "if": 18, - "C1R": 5, - "D": 14, - "up": 1, - "AN": 1, - "ISLCT": 1, - "IFLAG.GE.3": 1, - "KF.GT.KL": 1, - "*P1R": 3, - ")": 721, - "NEAR": 2, - "PT": 2, - "MEMBER": 1, - "S1R*CSR": 1, - "*RAZ": 3, - "RELATIVE": 2, - "CKR": 17, - "IINFO": 1, - "single": 1, - "MOUT": 6, - "characters": 3, - "int": 1, - "KTYPE": 2, - "ANALYTIC": 3, - "D0/AZABS": 1, - "CONTINUATION.": 1, - "DSQRT": 3, - "S2R*S1R": 2, - "X": 8, - "Rice": 1, - "NAG": 1, - "NSIZES": 2, - "RZR*C2I": 1, - "*CSSR": 2, - "INTB.GE.97": 2, - "INFEQU": 2, - "ROTATION": 1, - "YI": 21, - "SCOND": 5, - "EBCDIC": 3, - "SUMR": 13, - "MAX": 9, - "DIMENSION": 3, - "INTA.LE.153": 2, - "SCLE": 4, - "LAPACK": 1, - "P2I*P1R": 1, - "Local": 1, - "*C1": 1, - "E2": 5, - "SCALING": 1, - "NORMALIZING": 1, - "DSIGN": 1, - "MEANS": 2, - "P2": 3, - "BRY": 12, - "ASYMPTOTIC": 1, - "ZR": 9, - "INTB.LE.169": 2, - "FNU": 12, - "AP/AZABS": 1, - "is": 8, - "*SUMI": 2, - "IJOB.LE.2": 2, - "ZR.LT.0.0D0": 2, - "KDFLG.EQ.2": 2, - "NFAIL": 1, - "prologue": 1, - "SELDIM": 2, - "P1R": 18, - "ZUCHK": 3, - "*6": 2, - "PHIDI": 6, - ".ge.": 1, - "ZET2DI": 8, - "CTWO": 1, - "index": 1, - "LDA": 14, - "RHO/": 1, - "RAZ": 2, - "S1R*C1R": 1, - ".GT.0.0D0": 1, - ".NOT.EQUIL": 1, - "PIVMIN": 9, - "INTA.GE.162": 2, - "finds": 1, - "ULP": 1, - "ACK": 18, - "ZETA2I": 6, - "CASES": 1, - "S1I*CSPNI": 1, - "C1I*CSPNI": 1, - "HT": 2, - "SUMDI": 4, - "COND": 1, - "CA": 10, - "Intrinsic": 1, - "INTA.LE.122": 2, - "C2M": 3, - "STI": 26, - "J": 65, - "AT": 5, - ".and.": 1, - "CYR": 8, - "NBMIN.GT.0": 1, - "REAL*10": 2, - "/": 19, - "National": 1, - "ITYPE": 1, - "NRHS.LT.0": 1, - "SUMD": 1, - "Institute": 1, - "JCOL": 1, - "ABSTOL": 3, - "KK.EQ.IB": 1, - "END": 44, - "COMPLEX": 2, - "FN/AZABS": 3, - "FACT": 6, - "declarations": 2, - "RESP.": 1, - "INTB.GE.129": 2, - "CKR*C2I": 1, - "RELATION": 1, - "IB": 6, - "GREATER": 1, - "sngl": 1, - "INITD": 6, - "PARAMS": 3, - "RELTOL*TMP2": 1, - "KCONDS": 1, - "ABOVE": 1, - "TRUNCATION": 2, - "ASCII": 5, - "C": 102, - "INFEQU.EQ.0": 1, - "times": 1, - "FMR": 3, - "JIT": 2, - "S2": 1, - ".LT.": 1, - "(": 720, - "IFLAG": 17, - "be": 2, - "case.": 1, - "code": 7, - "loops": 1, - "I.EQ.1": 1, - "THAN": 1, - "LDVS": 4, - "UNFL": 1, - ".LT.0.0D0": 1, - "compared.": 1, - "N.EQ.1": 1, - "S2I*CSRR": 2, - "EXTREMES": 1, - "/TOL": 3, - ".LE.PIVMIN": 2, - "TST/TOL": 1, - "NERRS": 1, - "float": 1, - "C***REFER": 2, - "ACK*ACK": 2, - "CWRKI": 5, - "S2I": 25, - "ZLACPY": 3, - "FN*RZR": 1, - "ZSYTRF": 2, - "NN": 2, - "SMIN": 5, - "common": 1, - "KODE.EQ.2": 1, - "iy": 7, - "with": 1, - "FINAL_NRM_ERR_I": 2, - "of": 8, - "BESSEL": 1, - ".NE.": 1, - "AF": 8, - "RZR*PTI": 3, - "MILLER": 1, - "d0": 1, - "either": 3, - "D0/BRY": 1, - "BADNN": 1, - ".GE.NAB": 1, - "INTB.GE.225": 2, - "continue": 6, - "value": 1, - "parameter": 1, - "NRM_RCOND_I": 2, - "COMPUTE": 2, - "DOUBLE": 14, - "P1": 1, - "having": 1, - "SNGL": 4, - "integer": 4, - ".EQ.0": 1, - "CSPN": 2, - "KDFLG.EQ.1": 6, - "SERIES": 1, - "MR": 4, - "MAXTYP": 6, - "real": 1, - "UNDERFLOW.": 1, - "ASC": 4, - "CMP_ERR_I": 2, - "ZMLRI": 4, - "AZ": 3, - "PHI": 1, - "LEFT": 1, - "DLAMCH": 3, - "WIT": 2, - "SQUARING": 1, - "MOD": 1, - "S2I*S1I": 2, - "IJOB.LT.1": 1, - "IWK": 1, - "RZI*C2R": 1, - "RPVGRW": 5, - "EXTREMES.": 1, - "TMP2": 11, - "DBLE": 11, - "KM": 3, - "incx.eq.1.and.incy.eq.1": 1, - "RTULP": 1, - "Univ.": 2, - "ichar": 1, - "IUF": 4, - "the": 8, - "ZSYTRS": 2, - "C***END": 2, - "STR*DCOS": 2, - "NOFACT": 4, - "COMPUTES": 2, - ".LE.": 2, - "CKR*PTR": 2, - "AND": 14, - "LOGICAL": 8, - "ERR_BNDS_COMP": 3, - "IWORK": 18, - "I": 50, - ".LT.PIVMIN": 2, - "CWRK": 1, - ".LT.ELIM": 1, - "TFNF": 7, - "S1R*S2I": 1, - "CMP_RCOND_I": 2, - ".": 3, - "can": 1, - "FNF*STR": 1, - "FN": 12, - "SELWR": 2, - "RHO": 4, - "absolute": 1, - "DATA": 4, - "INTB.LE.137": 2, - "ZMLT": 2, - "KF": 12, - "DURING": 1, - "JTYPE": 1, - "CZERO": 2, - "STI*P1R": 1, - "DMIN1": 1, - "ZET1DR": 8, - "LWORK": 2, - "ZEROR": 14, - "AMAX": 3, - "same": 2, - "routine": 1, - "STR*DSIN": 2, - "CEXP": 1, - "for": 7, - "IOLDSD": 1, - "changed": 2, - "ZRI*RAZR": 1, - "*CNORMI": 2, - "COEFF": 1, - "S1R*CSPNR": 1, - "which": 2, - ".TRUE.": 1, - "FNF": 15, - "B": 5, - "Prime": 3, - "Lab": 1, - "ZCODE.EQ.169": 2, - "ZBESK": 2, - "IMODE": 1, - "S1": 2, - "so": 1, - "SERIES.": 1, - "alphabetic.": 1, - "KODE": 4, - "D0/AP": 1, - "LSAME": 19, - "SELOPT": 2, - "PHIDI*SUMDR": 1, - "WI": 2, - "TOL": 10, - "ZRR": 12, - "AP.LT.TST": 1, - ".GT.ELIM": 5, - ".lt.": 2, - "S2R*CSSR": 2, - "NTYPES": 2, - ".GE.NVAL": 1, - "CNORM": 1, - "FOO": 2, - "*incy": 1, - "CKI*C2I": 1, - "PARAMETERS": 1, - "PHIDR*SUMDI": 1, - "Now": 1, - "TO": 69, - "KODE.EQ.1": 5, - "NBMIN": 2, - "ix": 14, - "IPIV": 7, - "ITMP2": 3, - "ENDIF": 1, - "C2": 1, - "WORK": 18, - "CKI*PTI": 2, - "LDB.LT.MAX": 1, - "WITMP": 2, - "C1I": 3, - "CSCL": 5, - "INTRINSIC": 6, - "NTESTT": 1, - "incy.lt.0": 1, - "S2R*CSR": 1, - "QUANTITIES": 1, - "INFO": 29, - "CONTINUATION": 2, - "plus": 2, - "*P1I": 3 - }, - "edn": { - "db.part/tx": 2, - "true": 3, - "db/index": 3, - "object/name": 18, - "db/id": 22, - "db.part/user": 17, - "object/meanRadius": 18, - "db.install/_attribute": 3, - "db.type/string": 2, - "db/ident": 3, - "db.type/double": 1, - "data/source": 2, - "db/valueType": 3, - "db/doc": 4, - "#db/id": 22, - "db.cardinality/one": 3, - "db.part/db": 6, - "db/cardinality": 3, - "}": 22, - "]": 24, - "{": 22, - "[": 24 - }, - "LFE": { - "isn": 1, - "": 1, - "object": 16, - "preconds": 4, - "Mnesia": 2, - "define": 1, - "formatted": 1, - "Execute": 1, - "list": 13, - "existing": 1, - "First": 1, - "and": 7, - "code": 2, - "Code": 1, - ";": 213, - "obtain": 3, - "five/0": 2, - "Converted": 1, - "method": 7, - "Carp": 1, - "cd": 1, - "battery": 1, - "s": 19, - "in": 10, - "using": 1, - "compliance": 3, - "transaction": 2, - "demonstrate": 1, - "phone": 1, - "global": 2, - "software": 3, - "Robert": 3, - "Solver": 1, - "]": 3, - "Duncan": 4, - "Intelligence": 1, - "macros": 1, - "distributed": 6, - "defun": 20, - "mnesia_demo.lfe": 1, - "table": 2, - "instance": 2, - "three": 1, - "language": 3, - "with": 8, - "every": 1, - "defsyntax": 2, - "Version": 3, - "CONDITIONS": 3, - "<": 1, - "here": 1, - "let": 6, - "only": 1, - "ok": 1, - "To": 1, - "GPS": 1, - "McGreggor": 4, - "id": 9, - "system": 1, - "getvar": 3, - "Peter": 1, - "Copyright": 4, - "pattern": 1, - "law": 3, - "mommy": 3, - "basic": 1, - "under": 9, - "Comprehensions": 1, - "not": 5, - "//lfe.github.io/user": 1, - "self": 6, - "feet": 1, - "telephone": 1, - "shop": 6, - "fun": 1, - "limit": 4, - "for": 5, - "verb": 2, - "following": 2, - "Licensed": 3, - "defmodule": 2, - "Programming": 1, - "spec": 1, - "does": 1, - "lc": 1, - "j": 2, - "together": 1, - "get": 21, - "int": 2, - "Now": 1, - "#Fun": 1, - "*ops*": 1, - "General": 1, - "applicable": 3, - "very": 1, - "works": 1, - "school": 2, - "count": 7, - "implied.": 3, - "pa": 1, - "create": 4, - "may": 6, - "objects": 2, - "achieve": 1, - "gps": 1, - "v": 3, - "Artificial": 1, - "Unless": 3, - "BASIS": 3, - "integer": 2, - "if": 1, - "new": 2, - "(": 217, - "length": 1, - "update": 1, - "XXXX": 1, - "select": 1, - "License": 12, - "numerals": 1, - "tuple": 1, - "hack": 1, - "at": 4, - "person": 8, - "people": 1, - "Initialise": 1, - "his": 1, - "give": 1, - "church": 20, - "Demonstrating": 2, - "demo": 2, - "macro": 1, - "License.": 6, - "qlc": 2, - "used": 1, - "naughty": 1, - "name": 8, - "by_place_qlc": 2, - "son": 2, - "state": 4, - "was": 1, - "on": 4, - ")": 231, - "It": 1, - "ETS": 1, - "Problem": 1, - "express": 3, - "a": 8, - "funcall": 23, - "See": 3, - "which": 1, - "Start": 1, - "File": 4, - "four": 1, - "species": 7, - "have": 3, - "setvar": 2, - "LFE.": 1, - "WITHOUT": 3, - "by_place": 1, - "specifications": 1, - "variables": 1, - "put": 1, - "List": 2, - "version": 1, - "this": 3, - "x": 12, - "is": 5, - "distance": 2, - "call": 2, - "*": 6, - "This": 2, - "five": 1, - "children": 10, - "class": 3, - "calculus": 1, - "mnesia_demo": 1, - "export": 2, - "copy": 3, - "KIND": 3, - "cond": 1, - "": 2, - "necessary.": 1, - "Load": 1, - "defvar": 2, - "guide": 1, - "../bin/lfe": 1, - "other": 1, - "can": 1, - "difference": 1, - "section": 1, - "Here": 1, - "simple": 4, - "from": 2, - "A": 1, - "specific": 3, - "op": 8, - "we": 1, - "The": 4, - "records": 1, - "attributes": 1, - "Author": 3, - "fish": 6, - "../ebin": 1, - "that": 1, - "OOP": 1, - "how": 2, - "except": 3, - "church.lfe": 1, - "+": 2, - "n": 4, - "del": 5, - "*state*": 5, - "int1": 1, - "c": 4, - "all": 1, - "start": 1, - "strictly": 1, - "Note": 1, - "closures": 1, - "solved": 1, - "LFE": 4, - "user": 1, - "erlang": 1, - "money": 3, - "the": 36, - "gps1.lisp": 1, - "mnesia": 8, - "OF": 3, - "Apache": 3, - "job": 3, - "Mode": 1, - "Virding": 3, - "shows": 2, - "match": 5, - "Query": 2, - "guide/recursion/5.html": 1, - "of": 10, - "demonstrated": 1, - "object.lfe": 1, - "int2": 1, - "permissions": 3, - "ANY": 3, - "by_place_ms": 1, - "tables.": 1, - "place": 7, - "WARRANTIES": 3, - "Use": 1, - "schema.": 1, - "one": 1, - "OR": 3, - "Purpose": 3, - "http": 4, - "create_table": 1, - "or": 6, - "writing": 3, - "Norvig": 1, - "when": 1, - "those": 1, - "installs": 1, - "action": 3, - "Set": 1, - "-": 98, - "p": 2, - "union": 1, - "slurp": 2, - "either": 3, - "use": 6, - "to": 10, - "e": 1, - "communication": 2, - "val": 2, - "You": 3, - "agreed": 3, - "info": 1, - "When": 1, - "successor": 3, - "Paradigms": 1, - "defrecord": 1, - "memory": 1, - "an": 5, - "variable": 2, - "reproduce": 1, - "do": 2, - "drive": 1, - "set": 1, - "but": 1, - "table.": 1, - "Comprehensions.": 1, - "match_object": 1, - "q": 2, - "below": 3, - "by": 4, - "book": 1, - "current": 1, - "#": 3, - "you": 3, - "f": 3, - "inheritance.": 1, - "has": 1, - "conditions.": 1, - "goals": 2, - "[": 3, - "//www.apache.org/licenses/LICENSE": 3, - "limitations": 3, - "Define": 1, - "however": 1, - "methods": 5, - "make": 2, - "add": 3, - "some": 2, - "access.": 1, - "file": 6, - "usage": 1, - "car": 1, - "access": 1, - "numeral": 8, - "emp": 1, - "contains": 1, - "required": 3, - "swam": 1, - "move": 4, - "examples": 1, - "governing": 3, - "/": 1, - "lambda": 18, - "two": 1, - "successor/1": 1, - "zero": 2, - "example": 2, - "will": 1 - }, - "AsciiDoc": { - "tag": 1, - "B*": 1, - "Versionen": 1, - "lteren": 1, - "https": 1, - "Redmine": 2, - "Item": 6, - "project": 2, - "for": 2, - "paragraph.": 4, - "": 1, - "Codierungen": 1, - "plugin": 2, - "Articles": 1, - "Page": 1, - ".Section": 1, - "*Section": 3, - "verr": 1, - "berschrift": 1, - "management": 2, - "A*": 2, - "idprefix": 1, - "Title": 1, - "rom": 2, - "users/foo": 1, - "the": 2, - "Gregory": 2, - "Example": 1, - "Section": 3, - "test": 1, - "NOTE": 1, - "Doc": 1, - "von": 1, - "ckt": 1, - "sind": 1, - "end": 1, - "an": 2, - "test.": 1, - "This": 1, - "Preamble": 1, - "id_": 1, - "gif": 1, - "vicmd": 1, - "has": 2, - "Rom": 2, - "Writer": 1, - "Ruby": 1, - "application.": 2, - "Home": 1, - "AsciiDoc": 3, - "list": 1, - "Subsection": 1, - "is": 1, - "Document": 1, - "auf": 1, - "]": 2, - "[": 2, - "//github.com/foo": 1, - "written": 2, - "-": 4, - "*": 4, - "B": 2, - "A": 2, - "a": 1, - "only": 1 - }, - "TXL": { - "resolveAddition": 2, - "mulop": 2, - "where": 1, - "by": 6, - "NewE": 3, - "resolveMultiplication": 2, - "main": 1, - "rule": 12, - "addop": 2, - "not": 1, - "resolveSubtraction": 2, - "number": 10, - "replace": 6, - "end": 12, - "expression": 9, - "program": 1, - "define": 12, - "N2": 8, - "N1": 8, - "term": 6, - "N": 2, - "*": 2, - "+": 2, - "resolveParentheses": 2, - "resolveDivision": 2, - "construct": 1, - "E": 3, - "/": 3, - "-": 3, - ")": 2, - "(": 2, - "primary": 4, - "|": 3, - "]": 38, - "[": 38 - }, - "Xtend": { - "for": 2, - "if": 1, - "set": 1, - "foo": 1, - "number": 1, - "convenient.": 1, - "Long": 1, - ".length": 1, - "work": 1, - "Object": 1, - "double": 2, - "class": 4, - "int": 1, - "//": 11, - "make": 1, - "package": 2, - "b": 2, - "but": 1, - "example6": 1, - "which": 1, - "controlStructures": 1, - "Number": 1, - "to": 1, - "title": 1, - "def": 7, - "iterator": 1, - "categories.contains": 1, - "{": 14, - "cascades.": 1, - "": 1, - "with": 2, - "There": 1, - "list.map": 1, - "newHashSet": 1, - "+": 6, - "segments.toSet": 1, - "set.filter": 1, - "(": 42, - "and": 1, - ".head": 1, - "true": 1, - "assertEquals": 14, - "i": 4, - "create": 1, - "decimals": 1, - "working": 1, - "map": 1, - "string": 1, - "list": 1, - ".sortBy": 1, - "numberOfActionMovies": 1, - "new": 2, - ".last.year": 1, - "newArrayList": 2, - "collections": 2, - "Never": 2, - "Java": 1, - "map.get": 1, - "parseInt": 1, - "line": 1, - "Movie": 2, - "java.io.FileReader": 1, - "..": 1, - "segments.next": 4, - "org.junit.Assert.*": 2, - ".size": 2, - "]": 9, - "movies": 3, - "year": 2, - "it": 2, - "|": 2, - "numberOfVotes": 2, - "big": 1, - "like": 1, - "BasicExpressions": 2, - "String": 2, - "long": 2, - "various": 1, - "@Data": 1, - "in": 2, - "categories": 1, - "iterator.hasNext": 1, - "s": 1, - "happens": 3, - "movies.filter": 2, - ")": 42, - "_229": 1, - "literals": 5, - "numerous": 1, - "toUpperCase": 1, - "void": 7, - "@Test": 7, - "boolean": 1, - "Double": 1, - "bd": 3, - "or": 1, - "methods": 2, - "looks": 1, - "yearOfBestMovieFrom80ies": 1, - "switch": 1, - "bar": 1, - "newHashMap": 1, - "extension": 2, - ".readLines.map": 1, - "Integer": 1, - "parseDouble": 1, - "line.split": 1, - "quotes": 1, - ".contains": 1, - ".take": 1, - "movies.sortBy": 1, - "loop": 2, - "loops": 1, - "segments": 1, - "a": 2, - "sumOfVotesOfTop2": 1, - "Movies": 1, - "java.util.Set": 1, - "return": 1, - "getClass": 1, - "are": 1, - "while": 2, - "someValue": 2, - "[": 9, - ".map": 1, - "org.junit.Test": 2, - ".reduce": 1, - "import": 7, - "example2": 1, - "single": 1, - "iterator.next": 1, - "}": 13, - "this": 1, - "counter": 8, - "var": 1, - "case": 1, - "false": 1, - "rating": 3, - "static": 4, - "text": 2, - "-": 5, - "them": 1, - "com.google.common.io.CharStreams.*": 1, - "val": 9, - "typeof": 1, - "*": 1, - "never": 1, - "FileReader": 1, - "Set": 1, - ".iterator": 2, - "parseLong": 1 - }, - "XML": { - "junit": 2, - "constructors": 12, - "Concurrency": 1, - "web": 6, - "ReactiveObject": 11, - "ViewModel": 8, - "": 120, - "unless": 1, - "would": 2, - "It": 1, - "same": 8, - "help": 1, - "file": 3, - "Covariant": 1, - "RegisterMessageSource": 4, - "which": 12, - "IReactiveNotifyPropertyChanged": 6, - "varables": 1, - "mean": 1, - "": 1, - "memoizing": 2, - "ItemChanging": 2, - "parameters.": 1, - "": 2, - "Reference": 1, - "completes": 4, - "expression": 3, - "additional": 3, - "observed": 1, - "upon": 1, - "/": 6, - "": 36, - "evaluate": 1, - "RxApp.DeferredScheduler": 2, - "log": 2, - "must": 2, - "your": 8, - "be": 57, - "": 2, - "download": 1, - "given": 11, - "more": 16, - "NOTE": 1, - "IMPORTANT": 1, - "file.": 1, - "performs": 1, - "-": 49, - "sending": 2, - "result.": 2, - "fixed": 1, - "In": 6, - "data": 1, - "default": 9, - "between": 15, - "module.ivy": 1, - "up": 25, - "backing": 9, - "arbitrarily": 2, - "that": 94, - "out": 4, - "easily": 1, - "Constructs": 4, - "Current": 1, - "after": 1, - "scenarios": 4, - "put": 2, - "filters": 1, - "particular": 2, - "them": 1, - "raiseAndSetIfChanged": 1, - "Setter": 2, - "server": 2, - "TaskpoolScheduler": 2, - "neither": 3, - "use": 5, - "coupled": 2, - "True.": 2, - "conf=": 1, - "provider": 1, - "properties": 29, - "recently": 3, - "Note": 7, - "*after*": 2, - "is": 123, - ")": 45, - "property": 74, - "ReactiveObject.": 1, - "configured": 1, - "calculationFunc": 2, - "ViewModels": 3, - "any": 11, - "T": 1, - "": 1, - "": 2, - "Pool": 1, - "faking": 4, - "convert": 2, - "Works": 2, - "changed": 18, - "": 121, - "size": 1, - "ItemChanging/ItemChanged.": 2, - "Functions": 2, - "bus.": 1, - "suffice.": 1, - "respective": 1, - "thread.": 3, - "caches": 2, - "queued": 1, - "Constructor": 2, - "name=": 223, - "result": 3, - "function.": 6, - "when": 38, - "": 3, - "": 1, - "IReactiveNotifyPropertyChanged.": 4, - "events.": 2, - "IObservedChange": 5, - "object": 42, - "test": 7, - "entire": 1, - "addition": 3, - "than": 5, - "Value": 3, - "still": 1, - "also": 17, - "based": 9, - "ObservableAsyncMRUCache.AsyncGet": 1, - "clean": 1, - "operations": 6, - "Tag": 1, - "org=": 1, - "": 1, - "manually": 4, - "INotifyPropertyChanged.": 1, - "If": 6, - "memoization": 2, - "send": 3, - "global": 1, - "services": 2, - "temporary": 1, - "keep": 1, - "ObservableForProperty.": 1, - "maintain": 1, - "": 1, - "": 2, - "write": 2, - "notification": 6, - "progress": 1, - "created": 2, - "explicitly": 1, - "running.": 1, - "derive": 1, - "keyword.": 2, - "anything": 2, - "may": 1, - "empty": 1, - "MRU": 1, - "contents": 2, - "heuristically": 1, - "named": 2, - "Selector": 1, - "list.": 2, - "existing": 3, - "implementing": 2, - "parameter.": 1, - "exposes": 1, - "found.": 1, - "convention": 2, - "unlike": 13, - "method.": 2, - "*before*": 2, - "Represents": 4, - "object.": 3, - "ChangeTrackingEnabled": 2, - "cannot": 1, - "similar": 3, - "selectors": 2, - "no": 4, - "has": 16, - "rebroadcast": 2, - "": 12, - "evaluated": 1, - "value=": 1, - "standard": 1, - "doesn": 1, - "Given": 3, - "async": 3, - "raised": 1, - "sense": 1, - "Return": 1, - "newly": 2, - "This.GetValue": 1, - "once": 4, - "output": 1, - "compile": 1, - "need": 12, - "WhenAny": 12, - "needs": 1, - "unpredictable.": 1, - "further": 1, - "extension": 2, - "communicate": 2, - "number": 9, - "plug": 1, - "Item": 4, - "per": 2, - "typed": 2, - "An": 26, - "send.": 4, - "Immediate": 1, - "ReactiveCollection.": 1, - "typically": 1, - "ItemChanged": 2, - "Specifying": 2, - "RaisePropertyChanged": 2, - "subscribed": 2, - "actual": 2, - "important": 6, - "disconnects": 1, - "notification.": 2, - "": 120, - "so": 1, - "initial": 28, - "s": 1, - "applies": 1, - "provided": 14, - "the": 260, - "Invalidate": 2, - "Message": 2, - "extensionOf=": 1, - "field.": 1, - "provide": 2, - "This": 21, - "as": 25, - "single": 2, - "reasons": 1, - "Use": 13, - "monitor": 1, - "passed": 1, - "onRelease": 1, - "instead": 2, - "or": 24, - "": 12, - "": 1, - "unit": 3, - "without": 1, - "fail.": 1, - "many": 1, - "enabled": 8, - "raisePropertyChanging": 4, - "always": 4, - "Creates": 3, - "defaults": 1, - "normally": 6, - "When": 5, - "multiple": 6, - "duplicate": 2, - "structure": 1, - "private": 1, - "IEnableLogger": 1, - "going": 4, - "Threadpool": 1, - "fake": 4, - "delete": 1, - "taken": 1, - "registered.": 2, - "optional": 2, - "about": 5, - "Sends": 2, - "providing": 20, - "on": 35, - "bindings": 13, - "optionnal": 1, - "simplify": 1, - "intended": 5, - "mirror": 1, - "Converts": 2, - "Evaluates": 1, - "purpose": 10, - "love": 1, - "Select": 3, - "Registers": 3, - "combination": 2, - "thrown": 1, - "disposed.": 3, - "gets": 1, - "Since": 1, - "InUnitTestRunner": 1, - "x.SomeProperty": 1, - "receives": 1, - "ObservableAsyncMRUCache": 2, - "adds": 2, - "called": 5, - "for": 59, - "method": 34, - "paths": 1, - "AsyncGet": 1, - "manage": 1, - "SendMessage.": 2, - "other": 9, - "changed.": 9, - "own": 2, - "normal": 2, - "previous": 2, - "casting": 1, - "": 1, - "i": 2, - "DeferredScheduler": 1, - "Conceptually": 1, - "service": 1, - "AddRange": 2, - "override": 1, - "ObservableForProperty": 14, - "able": 1, - "rest.": 2, - "property.": 12, - "future": 2, - "To": 4, - "with": 23, - "provided.": 5, - "": 1, - "custom": 4, - "Attempts": 1, - "sense.": 1, - "version": 3, - "framework": 1, - "WP7": 1, - "leak": 2, - "whenever": 18, - "not": 9, - "xmlns": 2, - "asynchronous": 4, - "contract.": 2, - "well": 2, - "PropertyChangedEventArgs.": 1, - "expression.": 1, - "several": 1, - "disk": 1, - "two": 1, - "Observables": 4, - "of": 75, - "directly": 1, - "another": 3, - "code": 4, - "UI": 2, - "cache.": 5, - "nor": 3, - "removed": 4, - "because": 2, - "posted": 3, - "parameter": 6, - "Type.": 2, - "onto": 1, - "Expression": 7, - "Count.": 4, - "items": 27, - "returned": 2, - "subscribing": 1, - "operation.": 1, - "reached": 2, - "times.": 4, - "Changed": 4, - "rev=": 1, - "": 2, - "framework.": 1, - "child": 2, - "wait": 3, - "will": 65, - "implement": 5, - "The": 74, - "reenables": 3, - "changes": 13, - "writing": 1, - "delay.": 2, - "false": 2, - "queues": 2, - "raise": 2, - "null.": 10, - "a": 127, - "visibility=": 2, - "tests.": 1, - "access": 3, - "either": 1, - "one": 27, - "non": 1, - "notify": 3, - "my": 2, - "schedule": 2, - "followed": 1, - "": 83, - "startup.": 1, - "": 1, - "asyncronous": 1, - "": 1, - "whose": 7, - "done": 2, - "version=": 4, - "only": 18, - "IMessageBus": 1, - "assumption": 4, - "Model": 1, - "populated": 4, - "withDelay": 2, - "Tracking": 2, - "selector.": 2, - "subsequent": 1, - "class": 11, - "Observable": 56, - "ReactiveUI": 2, - "determined": 1, - "available.": 1, - "limit": 5, - "traditional": 3, - "*always*": 1, - "want": 2, - "": 1, - "description=": 2, - "Task": 1, - "regardless": 2, - "never": 3, - "you": 20, - "attaching": 1, - "return": 11, - "populate": 1, - "attached.": 1, - "limited": 1, - "scheduler": 11, - "returned.": 2, - "too": 1, - "calculation": 8, - "maps": 1, - "memoized": 1, - "all": 4, - "full": 1, - "methods.": 2, - "Determins": 2, - "leave": 10, - "part": 2, - "Rx.Net.": 1, - "set.": 3, - "onChanged": 2, - "replaces": 1, - ".": 20, - "such": 5, - "": 1, - "mode": 2, - "ValueIfNotDefault": 1, - "Observable.Return": 1, - "called.": 1, - "Unit": 1, - "RaiseAndSetIfChanged": 2, - "operation": 2, - "backed": 1, - "item": 19, - "null": 4, - "name": 7, - "Ensure": 1, - "types": 10, - "one.": 1, - "server.": 2, - "image": 1, - "messages": 22, - "being": 1, - "": 36, - "stream": 7, - "interface": 4, - "this": 77, - "distinguish": 12, - "implements": 8, - "determine": 1, - "Timer.": 2, - "filled": 1, - "then": 3, - "mathematical": 2, - "RaisePropertyChanging": 2, - "target.property": 1, - "issue": 2, - "default.": 2, - "cache": 14, - "i.e.": 23, - "it": 16, - "call": 5, - "values": 4, - "retrieve": 3, - "provides": 6, - "next": 1, - "application": 2, - "save": 1, - "ObservableAsPropertyHelper": 6, - "on.": 6, - "action": 2, - "key": 12, - "collections": 1, - "INotifyPropertyChanged": 1, - "using": 9, - "additionnal": 1, - "customize": 1, - "binding.": 1, - "like": 2, - "ensure": 3, - "(": 52, - "sample": 2, - "creating": 2, - "calls.": 2, - "changes.": 2, - "Dispatcher": 3, - "read": 3, - "TPL": 1, - "almost": 2, - "potentially": 2, - "maximum": 2, - "returning": 1, - "": 1, - "": 1, - "target": 6, - "request": 3, - "add": 2, - "allow": 1, - "start": 1, - "java": 1, - "status=": 1, - "entry": 1, - "usually": 1, - "faster": 2, - "field": 10, - "TSender": 1, - "stream.": 3, - "slot": 1, - "new": 10, - "Provides": 4, - "": 120, - "revision=": 3, - "guarantees": 6, - "pass": 2, - "in": 45, - "": 2, - "step": 1, - "Sender.": 1, - "generic": 3, - "Enables": 2, - "fire": 11, - "listen": 6, - "module.ant": 1, - "work": 2, - "depends": 1, - "represents": 4, - "GetFieldNameForPropertyNameFunc.": 1, - "fetch": 1, - "run": 7, - "type": 23, - "ToProperty": 2, - "make": 2, - "compute": 1, - "been": 5, - "x": 1, - "otherwise": 1, - "resulting": 1, - "convenient.": 1, - "": 1, - "time": 3, - "last": 1, - "module=": 3, - "Collection.Select": 1, - "*must*": 1, - "Observable.": 6, - "requested": 1, - "can": 11, - "representing": 20, - "build": 1, - "DispatcherScheduler": 1, - "optionally": 2, - "checks.": 1, - "simple": 2, - "Changing/Changed": 1, - "awesome": 1, - "item.": 3, - "ensuring": 2, - "equivalent": 2, - "helper": 5, - "synchronous": 1, - "Log": 2, - "specified": 7, - "dummy": 1, - "string": 13, - "ObservableToProperty": 1, - "through": 3, - "": 1, - "change.": 12, - "into": 2, - "places": 1, - "finishes.": 1, - "discarded.": 4, - "client.": 2, - "set": 41, - "out.": 1, - "t": 2, - "RxApp.GetFieldNameForPropertyNameFunc.": 2, - "if": 27, - "takes": 1, - "before": 8, - "disposed": 4, - "old": 1, - "at": 2, - "designed": 1, - "common": 1, - "list": 1, - "SetValueToProperty": 1, - "running": 4, - "collection": 27, - "where": 4, - "to.": 7, - "results": 6, - "Listen": 4, - "loosely": 2, - "": 1, - "ObservableAsyncMRUCache.": 1, - "very": 2, - "way": 2, - "are": 13, - "RxApp": 1, - "": 84, - "ea=": 2, - "MessageBus.Current.": 1, - "invoke": 4, - "function": 13, - "queried": 1, - "easyant": 3, - "updated": 1, - "Issues": 1, - "semantically": 3, - "each": 7, - "have": 17, - "change": 26, - "setup.": 12, - "observe": 12, - "name.": 1, - "similarly": 1, - "base": 3, - "cached": 2, - "user": 2, - "post": 2, - "logger": 2, - "background": 1, - "first": 1, - "by": 13, - "added": 6, - "Observables.": 2, - "": 2, - "": 1, - "naming": 1, - "GetFieldNameForProperty": 1, - "already": 1, - "requests.": 2, - "itself": 2, - "identical": 11, - "representation": 1, - "Changing": 5, - "modes": 1, - "concurrently": 2, - "selector": 5, - "example": 2, - "an": 88, - "from": 12, - "A": 19, - "Changed.": 1, - "fires": 6, - "attempts": 1, - "Silverlight": 2, - "input": 2, - "expensive": 2, - "currently": 2, - "act": 2, - "": 1, - "making": 3, - "avoid": 2, - "type.": 3, - "Exception": 1, - "was": 6, - "notifications.": 5, - "and": 44, - "fully": 3, - "spamming": 2, - "flight": 2, - "message.": 1, - "simpler": 1, - "possible": 1, - "classes": 2, - "memoizes": 2, - "CPU": 1, - "versions": 2, - "to": 164, - "give": 1, - "mock": 4, - "SelectMany": 2, - "added.": 4, - "Returns": 5, - "": 1, - "updated.": 1, - "maxConcurrent": 1, - "does": 1, - "value.": 2, - "could": 1, - "apply": 3, - "take": 2, - "extended": 1, - "instance": 2, - "removed.": 4, - "Consider": 2, - "": 1, - "properties/methods": 1, - "Change": 2, - "x.Foo.Bar.Baz": 1, - "collection.": 6, - ";": 10, - "objects": 4, - "BindTo": 1, - "initialized": 2, - "Fires": 14, - "should": 10, - "response": 2, - "": 1, - "we": 1, - "ReactiveCollection": 1, - "useful": 2, - "overload": 2, - "current": 10, - "its": 4, - "defined": 1, - "pre": 1, - "evicted": 2, - "message": 30, - "go": 2, - "Set": 3, - "declare": 1, - "Another": 2, - "value": 44, - "via": 8, - "unique": 12, - "allows": 15, - "added/removed": 1, - "organisation=": 3, - "Test": 1, - "delay": 2, - "hundreds": 2, - "concurrent": 5, - "automatically": 3, - "complete": 1, - "IReactiveCollection": 3, - "until": 7, - "folder": 1, - "equivalently": 1, - "WebRequest": 1, - "returns": 5, - "but": 7, - "corresponding": 2, - "requests": 4, - "OAPH": 2, - "": 1, - "registered": 1, - "both": 2, - "specific": 8, - "performance": 1, - "True": 6, - "MakeObjectReactiveHelper.": 1, - "initialize": 1, - "flattened": 2, - "steps": 1, - "notifications": 22, - "used": 19, - "way.": 2, - "helps": 1, - "reflection": 1, - "adding": 2, - "immediately": 3, - "Type": 9, - "sent": 2, - "often": 3, - "target.": 1, - "compatible": 1, - "SelectMany.": 1, - "chained": 2, - "MessageBus": 3 - }, - "Sass": { - "padding": 2, - ".border": 2, - ".content": 1, - "blue": 7, - "color": 4, - "border": 3, - "#3bbfce": 2, - "px": 3, - "solid": 1, - "darken": 1, - ".content_navigation": 1, - "navigation": 1, - "margin": 8, - "}": 2, - "{": 2, - ";": 6, - "/": 4, - ")": 1, - "%": 1, - "(": 1, - "-": 3 - }, - "Groovy Server Pages": { - "SiteMesh": 2, - "": 2, - "alt=": 2, - "tag": 1, - "contentType=": 1, - "<%@>": 1, - "": 2, - "": 2, - "class=": 2, - "Download": 1, - "Using": 1, - "example": 1, - "": 4, - "Resources": 2, - "
": 2, - "": 4, - "": 4, - "and": 2, - "": 4, - "Print": 1, - "": 4, - "": 4, - "content=": 4, - "http": 3, - "id=": 2, - "directive": 1, - "name=": 1, - "</html>": 4, - "href=": 2, - "<a>": 2, - "module=": 2, - "Testing": 3, - "</body>": 4, - "<html>": 4, - "page": 2, - "}": 1, - "{": 1, - "with": 3, - "equiv=": 3 - }, - "CSS": { - "bell": 2, - "textarea.span1": 2, - "video": 4, - "linear": 204, - "figure": 2, - "textarea.span10": 2, - "inset": 132, - "help": 2, - "infinite": 5, - "file": 2, - "td.span1": 2, - "polaroid": 2, - "th.span10": 2, - ".offset9": 6, - "hr": 2, - "ring": 6, - "Menlo": 2, - ".page": 2, - "top": 376, - ".navbar": 332, - ".span9": 4, - "group.open": 18, - "camera": 2, - ".nav": 308, - ".active": 86, - "outline": 30, - "large": 40, - "original": 2, - "hidden": 9, - ".offset7": 6, - "backdrop": 2, - "#149bdf": 11, - ".progress": 22, - "below": 18, - "prepend.input": 22, - "#ee5f5b": 18, - "white": 25, - "#0e0e0e": 2, - ".caret": 70, - "#f8b9b7": 6, - ".add": 36, - ".span7": 4, - "ease": 12, - "download": 4, - ".offset5": 6, - "li": 205, - "inside": 4, - ".tooltip.left": 2, - "question": 2, - "#fbb450": 16, - "#7ab5d3": 6, - "-": 8839, - "default": 12, - ".span5": 4, - "#808080": 2, - "data": 2, - "fixed": 36, - "up": 12, - "upload": 2, - "out": 10, - "info.active": 6, - ".offset3": 6, - "label": 20, - "cite": 2, - "+": 105, - "after": 96, - "@page": 2, - "info": 37, - ".span3": 4, - "search": 66, - ".img": 6, - "heading": 1, - "eye": 4, - "plus": 4, - "#006dcc": 2, - "inherit": 8, - ".offset1": 6, - ".muted": 2, - "#da4f49": 2, - ".3em": 6, - "overflow": 21, - "clear": 32, - ")": 748, - ".span12": 4, - "#040404": 18, - "GradientType": 30, - ".span1": 4, - "table": 44, - "backdrop.fade.in": 1, - ".hero": 3, - "#fbeed5": 2, - "random": 2, - "calendar": 2, - "warning.active": 6, - "group.error": 32, - "#fcfcfc": 2, - "size": 104, - "ul": 84, - "danger.progress": 1, - "tabs": 94, - "certificate": 2, - "barcode": 2, - "inverse.active": 6, - ".span10": 4, - "controls": 2, - "*margin": 70, - "object": 1, - "canvas": 2, - "transparent": 148, - "#eeeeee": 31, - "#c09853": 14, - "thin": 8, - "caption": 18, - "}": 1705, - ".offset11": 6, - "*position": 2, - "li.dropdown.open.active": 14, - "group.info": 32, - "xlarge": 2, - "weight": 28, - "%": 366, - "#df8505": 2, - "title": 10, - "cart": 2, - "alpha": 7, - "invalid": 12, - "{": 1661, - ".6": 6, - "progress": 15, - ".breadcrumb": 8, - "#515151": 2, - "shadow": 254, - "bold": 14, - "keyframes": 8, - "asterisk": 2, - "tags": 2, - "Monaco": 2, - "*border": 8, - ".checkbox": 26, - "empty": 7, - "prepend": 82, - "input.span8": 4, - "dotted": 10, - ".controls": 28, - "y": 2, - "text": 129, - ".modal": 5, - "a.thumbnail": 4, - ".tabs": 62, - "no": 2, - "h5": 6, - "tr.success": 4, - ".divider": 8, - ".2": 12, - ".control": 150, - "success": 35, - "input.span6": 4, - ".row": 126, - "solid": 93, - "#f7f7f9": 2, - "forward": 6, - "#1a1a1a": 2, - "h3": 14, - ".table": 180, - "input.span4": 4, - "#f2dede": 6, - ".pre": 2, - "cursor": 30, - ".hide": 12, - "#f7f7f7": 3, - "magnet": 2, - "#151515": 12, - "box": 264, - "bicubic": 2, - "rendering": 2, - "input.span11": 4, - "important": 18, - "h1": 11, - "li.dropdown": 12, - "star": 4, - "primary": 14, - "s": 25, - "none": 128, - "th.span8": 2, - "#005580": 8, - "word": 6, - "input.span2": 4, - "#ffffff": 136, - "striped": 13, - ".popover.top": 3, - "span": 38, - "wrench": 2, - "#942a25": 2, - "#a9302a": 2, - "#bd362f": 20, - "*background": 36, - "block": 133, - ".tooltip.bottom": 2, - "navbar.active": 8, - "danger.active": 6, - "padding": 174, - "#d0e9c6": 2, - "#0088cc": 24, - ".text": 14, - "primary.disabled": 2, - "q": 4, - "th.span6": 2, - "unit": 3, - "#252525": 2, - ".popover.left": 3, - "enabled": 18, - "index": 14, - "a.text": 16, - "attr": 4, - "circle": 18, - "edit": 2, - "o": 48, - "th.span4": 2, - "multiple": 2, - "visited": 2, - "thead": 38, - ".tab": 8, - "gift": 2, - ".btn.btn": 6, - "#2a85a0": 2, - "#999": 6, - "center": 17, - "on": 36, - "readonly": 10, - "moz": 316, - "bordered": 76, - "#d9edf7": 6, - "th.span2": 2, - "check": 2, - "#d59392": 6, - ".lead": 2, - "align": 72, - "tr": 92, - "@": 8, - "#f2f2f2": 22, - "#080808": 2, - "#000": 2, - "resize": 8, - "chevron": 8, - "pause": 2, - "justify": 2, - "flag": 2, - "#499249": 2, - "uppercase": 4, - "display": 135, - "#b94a48": 20, - "ol": 10, - "#d6e9c6": 2, - ".btn.dropdown": 2, - "section": 2, - "exclamation": 2, - "endColorstr": 30, - "*padding": 36, - "normal": 18, - "pre.prettyprint": 2, - "animation": 5, - "pills.nav": 4, - "plane": 2, - "arrow": 21, - "#46a546": 2, - "optimizelegibility": 2, - "inverse": 110, - "print": 4, - ".tooltip.top": 2, - "retweet": 2, - "down": 12, - "link": 28, - "danger": 21, - ".btn.active": 8, - "menu": 42, - "underline": 6, - "eject": 2, - "#b3b3b3": 2, - "warning": 33, - "address": 2, - "style": 21, - "info.dropdown": 2, - "headphones": 2, - "repeat": 66, - ".search": 22, - "blockquote.pull": 10, - ".clearfix": 8, - "pointer": 12, - "not": 6, - ".tabbable": 8, - "#363636": 2, - "DXImageTransform.Microsoft.gradient": 48, - "textarea.span8": 2, - ".125": 6, - ".btn.large": 4, - "html": 4, - "nowrap": 14, - "row": 20, - "webkit": 364, - "code": 6, - "#eed3d7": 2, - "#777777": 12, - "hand": 8, - "book": 2, - "#408140": 2, - "td.span8": 2, - "home": 2, - ".2s": 16, - "textarea.span6": 2, - "tfoot": 12, - ".dropup": 2, - "comment": 2, - "envelope": 2, - "#e9322d": 2, - ".badge": 30, - "#e1e1e8": 2, - "alt": 6, - "button.btn": 4, - "#f5f5f5": 26, - "line": 97, - "sans": 6, - "child": 301, - "td.span6": 2, - "th": 70, - "#c43c35": 5, - "textarea.span4": 2, - "topright": 16, - "warning.progress": 1, - "info.progress": 1, - "false": 18, - "width": 215, - "Helvetica": 6, - "ellipsis": 2, - "baseline": 4, - ".075": 12, - "a": 268, - "collapse.collapse": 2, - "#7aba7b": 6, - "td.span11": 2, - "color": 711, - "aside": 2, - "td.span4": 2, - "border": 912, - "minus": 4, - "disabled": 36, - "textarea.span2": 2, - "audio": 4, - "middle": 20, - "bottomright": 16, - "textarea.span11": 2, - "select": 90, - ".popover.right": 3, - ".progress.active": 1, - "move": 2, - "inbox": 2, - "class": 26, - "td": 66, - "th.span11": 2, - "family": 10, - "td.span2": 2, - "page": 6, - ".pager": 34, - "tasks": 2, - "filter": 57, - "transition": 36, - "condensed": 4, - "fieldset": 2, - "#111111": 18, - "Arial": 6, - "#faf2cc": 2, - "]": 384, - "li.dropdown.active": 8, - "absolute": 8, - ".pill": 6, - "bookmark": 2, - "inverse.disabled": 2, - "success.active": 6, - "#d9d9d9": 4, - "break": 12, - "abbr": 6, - ".offset8": 6, - "class*": 100, - "transform": 4, - ".disabled": 22, - "li.dropdown.open": 14, - "submenu": 8, - "#cccccc": 18, - "#ebebeb": 1, - ".popover.bottom": 3, - "#0e90d2": 2, - "fast": 4, - "#5bb75b": 2, - ".15": 24, - "#e6e6e6": 20, - "[": 384, - ".ir": 2, - "maps": 2, - ".span8": 4, - ".next": 4, - "full": 2, - "all": 10, - "dt": 6, - ".offset6": 6, - "#d4d4d4": 2, - "ms": 13, - "body": 3, - "radius": 534, - ".dl": 12, - ".span6": 4, - "#ccc": 13, - "textarea": 76, - "#999999": 50, - "mini": 34, - "mode": 2, - "#57a957": 5, - "#2f96b4": 20, - ".offset4": 6, - "#468847": 18, - "cm": 2, - "heart": 2, - "image": 187, - ".popover": 14, - "scroll": 2, - "#map_canvas": 2, - ".media": 11, - "#003399": 2, - "hgroup": 2, - "#3a87ad": 18, - ".span4": 4, - "bottom": 309, - "xxlarge": 2, - ".input": 216, - "stripes": 15, - "zoom": 5, - "#faa732": 3, - "active": 46, - ".offset2": 6, - "ol.inline": 4, - "#953b39": 6, - "right": 258, - "backward": 6, - "volume": 6, - ".form": 132, - "#f89406": 27, - "medium": 2, - "topleft": 16, - "*": 2, - "margin": 424, - "nth": 4, - "orphans": 2, - "facetime": 2, - "#f9f9f9": 12, - ".span2": 4, - ".arrow": 12, - "centered": 2, - "#bfbfbf": 4, - "font": 142, - ".thumbnail": 6, - ".dropdown.active": 4, - "warning.dropdown": 2, - "tr.warning": 4, - "(": 748, - "ol.unstyled": 2, - ".span11": 4, - ".pull": 16, - "@media": 2, - ".offset12": 6, - "form": 38, - "dl": 2, - "cell": 2, - "a.badge": 4, - "height": 141, - "navbar.disabled": 4, - "tint": 2, - "#5bc0de": 16, - "warning.disabled": 2, - "widows": 2, - "space": 23, - "scrollable": 2, - ".alert": 34, - "a.muted": 4, - "tbody": 68, - "#c4e3f3": 2, - "#fcf8e3": 6, - ".caption": 2, - "bar": 21, - "stacked": 24, - "marker": 2, - "startColorstr": 30, - ".offset10": 6, - "#dddddd": 16, - "float": 84, - ".btn": 506, - "success.progress": 1, - "#ddd": 38, - "qrcode": 2, - "in": 10, - "wrap": 6, - "#333": 6, - "globe": 2, - "fire": 2, - "step": 4, - "refresh": 2, - "#222222": 32, - "sup": 4, - "textfield": 2, - "z": 12, - "ul.inline": 4, - "offset": 6, - "input.span9": 4, - "#dd514c": 1, - ".open": 8, - "pills": 28, - "serif": 6, - "hover": 144, - "#a47e3c": 4, - "type": 174, - ".previous": 4, - "trash": 2, - "signal": 2, - "toggle": 84, - "h6": 6, - "min": 14, - "max": 18, - "ban": 2, - "time": 2, - "x": 30, - "input.span7": 4, - "last": 118, - "adjust": 6, - ".tooltip.in": 1, - "hdd": 2, - "glass": 2, - "button.btn.btn": 6, - "group.success": 32, - "picture": 2, - ".dropdown": 126, - "h4": 20, - "append": 120, - "interpolation": 2, - "menu.pull": 8, - ".1": 24, - "pencil": 2, - "lock": 2, - "road": 2, - "#000000": 14, - "danger.disabled": 2, - "dd": 6, - "input.span5": 4, - "button": 18, - "fluid": 126, - "nav": 2, - "primary.dropdown": 2, - "separate": 4, - "figcaption": 2, - "em": 6, - "input.span12": 4, - "#62c462": 16, - "#595959": 2, - "small": 66, - "h2": 14, - "#4bb1cf": 1, - "deg": 20, - "thumbs": 4, - "#356635": 6, - "th.span9": 2, - "input.span3": 4, - "abbr.initialism": 2, - "#802420": 2, - "#a9dba9": 2, - "input.span10": 4, - "play": 4, - "query": 22, - "before": 48, - "vertical": 56, - "focus": 232, - "pane": 4, - "success.disabled": 2, - "#ad6704": 2, - "input.span1": 4, - "th.span7": 2, - "odd": 4, - ".brand": 14, - "success.dropdown": 2, - "stop": 32, - "group.warning": 32, - "list": 44, - "close": 4, - "map": 2, - "error": 10, - "blockquote": 14, - "strong": 2, - "img": 14, - "backdrop.fade": 1, - "remove": 6, - "#dbc59e": 6, - "p": 14, - "a.label": 4, - "th.span5": 2, - "article": 2, - "rgba": 409, - ".tooltip.right": 2, - "toolbar": 8, - "music": 2, - "monospace": 2, - "#333333": 26, - "*zoom": 48, - "briefcase": 2, - "sign": 16, - "user": 2, - ".label": 30, - ".radio": 26, - "italic": 4, - "static": 14, - "clip": 3, - "#339bb9": 5, - "#fafafa": 2, - "#24748c": 2, - "#51a351": 20, - "#003bb3": 2, - "background": 770, - "first": 179, - "th.span3": 2, - "indent": 4, - "placeholder": 18, - "px": 2535, - ".tooltip": 7, - "query.focused": 2, - "danger.dropdown": 2, - "fullscreen": 2, - "shopping": 2, - "progid": 48, - "from": 40, - "header": 12, - "sub": 4, - "level": 2, - ".thumbnails": 12, - "bullhorn": 2, - "#0044cc": 20, - "input.search": 2, - "th.span1": 2, - "info.disabled": 2, - "input": 336, - "visible": 8, - "/0": 2, - "#dff0d8": 6, - "auto": 50, - "#444444": 10, - "avoid": 6, - "left": 489, - "tr.error": 4, - "@keyframes": 2, - "navbar": 28, - "open": 4, - "ok": 6, - "#e5e5e5": 28, - "to": 75, - "Consolas": 2, - "legend": 6, - "#387038": 2, - "appearance": 6, - "*display": 20, - "content": 66, - "share": 4, - "#002a80": 2, - "tr.info": 4, - "collapse": 12, - "horizontal": 60, - "#c67605": 4, - "#fff": 10, - "inverse.dropdown": 2, - "rounded": 2, - ".google": 2, - "colgroup": 18, - "#555555": 18, - "#1b1b1b": 2, - "textarea.span9": 2, - "#ebcccc": 2, - "*width": 26, - ";": 4219, - "#0480be": 10, - "#ededed": 2, - "url": 4, - "#49afcd": 2, - "spacing": 3, - "#d14": 2, - "relative": 18, - "tabs.nav": 12, - "film": 2, - "td.span9": 2, - "footer": 2, - "sizing": 27, - ".pagination": 78, - ".large.dropdown": 2, - ".05": 24, - "textarea.span7": 2, - "position": 342, - "letter": 1, - "#bce8f1": 2, - "actions": 10, - "pre": 16, - "#2d6987": 6, - ".container": 32, - "#5eb95e": 1, - "*overflow": 3, - "td.span7": 2, - "*z": 2, - "cog": 2, - ".icon": 288, - ".help": 44, - ".uneditable": 80, - "textarea.span5": 2, - "decoration": 33, - "inline": 116, - "visibility": 1, - ".bar": 22, - "folder": 4, - "primary.active": 6, - "ul.unstyled": 2, - "leaf": 2, - "opacity": 15, - "group": 120, - "both": 30, - "href": 28, - "td.span12": 2, - "td.span5": 2, - ".close": 2, - "screenshot": 2, - "tag": 2, - "off": 4, - "#1f6377": 2, - ".btn.disabled": 4, - "details": 2, - "textarea.span3": 2, - ".nav.pull": 2, - "gradient": 175, - "textarea.span12": 2, - "inner": 37, - ".radio.inline": 6, - "cancel": 2, - ".checkbox.inline": 6, - "th.span12": 2, - "allowed": 4, - "td.span10": 2, - "td.span3": 2, - "bottomleft": 16 - }, - "Logtalk": { - "end_object.": 1, - "nl": 2, - "executed": 1, - "initialization/1": 1, - "hello_world": 1, - "when": 1, - "object": 2, - "memory": 1, - "loaded": 1, - "the": 2, - "write": 1, - "initialization": 1, - "automatically": 1, - "argument": 1, - "directive": 1, - "into": 1, - "is": 2, - "%": 2, - ".": 2, - ")": 4, - "(": 4, - "-": 3 - }, - "Org": { - "**": 1, - "most": 1, - "for": 3, - "that": 1, - "n": 1, - "Back": 1, - "orgmode.rb": 1, - "skip": 1, - "Orgmode": 2, - "folder": 1, - "conversion": 1, - "nil": 4, - "C": 1, - "register": 1, - "class": 1, - "library": 1, - "mode": 2, - "@": 1, - "input": 3, - "See": 1, - "<%=>": 2, - "creates": 1, - "easy.": 1, - "output": 2, - "opposed": 1, - "Description": 1, - "erb": 1, - "indented": 1, - "orgmode": 3, - "will": 1, - "gem": 1, - "lognotestate": 1, - "much": 1, - "title": 2, - "END_EXAMPLE": 1, - "site.": 1, - "to": 8, - "rubygems": 2, - "STARTUP": 1, - "now": 1, - "is": 5, - "Helpful": 1, - "parser": 1, - "PRIORITIES": 1, - "{": 1, - "as": 1, - "thing": 2, - "not": 1, - "created": 1, - ".": 1, - "orgfile": 1, - "Ruby": 1, - "page": 2, - "use": 1, - "makes": 1, - "+": 13, - "u": 1, - "Parser.new": 1, - "all": 1, - "bugs": 1, - "paragraph": 2, - "extracting": 1, - "c@": 1, - "(": 11, - "installed": 1, - "textile.": 1, - "have": 1, - "site": 1, - "handle": 1, - "ve": 1, - "i": 1, - "BEGIN_EXAMPLE": 2, - "DONE": 1, - "create": 1, - "lib/": 1, - "INPROGRESS": 1, - "Write": 1, - "part": 1, - "list": 1, - "today": 1, - "TODO": 1, - "f": 2, - "EMAIL": 1, - "A": 1, - "en": 1, - "multi": 1, - "first": 1, - "convert": 1, - "tags": 2, - "do": 2, - "new": 2, - "filter": 3, - "LANGUAGE": 1, - "c": 1, - "status": 2, - "example": 1, - "TeX": 1, - "there": 1, - "support": 1, - "from": 1, - "org": 10, - "Worg": 1, - "ruby": 6, - "customize": 1, - "files.": 1, - "Create": 1, - "Filters.register": 1, - "You": 1, - "it": 1, - "items.": 1, - "does": 1, - "Dewey": 1, - "|": 4, - "CATEGORY": 1, - "TITLE": 1, - "History": 1, - "optimized": 1, - "cannot": 1, - "The": 3, - "HTML.": 1, - "you": 2, - "Under": 1, - "into": 1, - "AUTHOR": 1, - "in": 2, - "Check": 1, - "end": 1, - "s": 1, - "For": 1, - "already": 1, - "OPTIONS": 1, - "the": 6, - ")": 11, - "w@": 1, - ".to_html": 1, - "sure": 1, - "bullet.": 1, - "Currently": 1, - "H": 1, - "In": 1, - "#": 13, - "textile": 1, - "routines": 1, - "Parser": 1, - "Proper": 1, - "B": 1, - "parsing": 1, - "SEQ_TODO": 1, - "num": 1, - "Update": 1, - "worg": 1, - "d": 2, - "require": 1, - "Webby": 3, - "CANCELED": 1, - "Version": 1, - "need": 1, - "a": 4, - "of": 2, - "your": 2, - "last": 1, - "HTML": 2, - "Status": 1, - "align": 1, - "wouldn": 1, - "conversion.": 1, - "translate": 1, - "This": 2, - "file": 1, - "code": 1, - "Brian": 1, - "TAGS": 1, - "nodlcheck": 1, - "toc": 2, - "this": 2, - "files": 1, - "significant": 1, - "HIDE": 1, - "bdewey@gmail.com": 1, - "Fixed": 1, - "development": 1, - "-": 30, - "w": 1, - "Make": 1, - "sudo": 1, - "LaTeX": 1, - "gets": 1, - "created_at": 1, - "t": 10, - "hidestars": 1, - "fold": 1, - "oddeven": 1, - "*": 3, - "supplied": 1, - "content.": 2, - "install": 1, - "WAITING": 1, - "Fix": 1 - }, - "Racket": { - "n": 8, - "//racket": 1, - "that": 2, - "source": 1, - "if": 1, - "documentation": 1, - "be": 2, - "can": 1, - "for": 3, - "textual": 1, - "efficient": 1, - "@index": 1, - "@": 3, - "scribble/bnf": 1, - "syntax": 1, - "printf": 2, - "library": 1, - "generally": 1, - "itself": 1, - "power": 1, - "any": 1, - "PDF": 1, - "collection": 1, - "see": 1, - "racket/string": 1, - "Racket": 2, - "Tool": 1, - "@author": 1, - "starting": 1, - "bottles": 4, - "to": 2, - "else": 1, - "sub1": 1, - "is": 3, - "{": 2, - "with": 1, - "@title": 1, - "racket/list": 1, - "write": 1, - "url": 3, - "typeset": 1, - "(": 25, - "and": 1, - "let": 1, - "SHEBANG#!sh": 1, - "books": 1, - "contents": 1, - "scribble.scrbl": 1, - "written": 1, - "displayln": 2, - "other": 1, - "link": 1, - "@filepath": 1, - ";": 3, - "prose": 2, - "form.": 1, - "@include": 8, - "using": 1, - "]": 16, - "#lang": 1, - "file.": 1, - "You": 1, - "programmatically.": 1, - "|": 2, - "its": 1, - "simple": 1, - "whether": 1, - "scheme": 1, - "at": 1, - "you": 1, - "The": 1, - "etc.": 1, - "racket/path": 1, - "documents": 1, - "Scribble.": 1, - "racket/base": 1, - "in": 3, - "racket/file": 1, - "the": 3, - ")": 25, - "More": 1, - "content": 2, - "s": 1, - "exec": 1, - "form": 1, - "define": 1, - "um": 1, - "#": 2, - "helps": 1, - "or": 2, - "Latex": 1, - "Clean": 1, - "Scribble": 3, - "papers": 1, - "require": 2, - "generated": 1, - "via": 1, - "a": 1, - "of": 4, - "lang.org/": 1, - "document": 1, - "HTML": 1, - "Documentation": 1, - "programs": 1, - "are": 1, - "[": 16, - "more": 2, - "This": 1, - "code": 1, - "creating": 1, - "}": 2, - "tools": 1, - "http": 1, - "case": 1, - "range": 1, - "-": 100, - "text": 1, - "scribble/manual": 1, - "@table": 1, - "racket": 1, - "*": 2, - "section": 9, - "rich": 1 - }, - "Prolog": { - "Children": 2, - "some_occurs": 3, - "and": 3, - "quickly": 1, - "S1": 2, - "list": 1, - "A/B/C/D/E/F/H/0/I": 1, - "F": 31, - "screen": 1, - "animate": 2, - "/A/C/D/E/F/H/I/J": 1, - "Bigger": 2, - ";": 9, - "Rs0": 6, - "positive": 1, - "s": 1, - "cheaper": 2, - "using": 2, - "Child": 2, - "negative": 1, - "s_aux": 14, - "Manhattan": 1, - "%": 334, - "h": 10, - "animation": 1, - "Object": 1, - "be": 1, - "bold": 1, - "Open1": 2, - "equal": 2, - "partition": 5, - "]": 109, - "evaluation": 1, - "R": 32, - "H.": 1, - "Nodes": 1, - "A/B/C/D/E/F/H/J/0": 1, - "stay": 1, - "get0": 2, - "A/B/C/D/E/F/H/0/J": 3, - "G": 7, - "S2": 2, - "yfx": 1, - "<": 11, - "A/B/C/D/E/F/H/I/0": 2, - "Rest": 4, - "D1": 5, - "heuristic": 1, - "h_function": 2, - "/B/C/A/E/F/H/I/J": 1, - "Rs1": 2, - "Pa": 2, - "mode": 22, - "State#D#_#S": 1, - "i": 10, - "depth": 1, - "john": 2, - "turing": 1, - "into": 1, - "disjunction": 1, - "Ynew": 6, - "not": 1, - "nl": 8, - "configuration": 1, - "A/E/C/D/0/F/H/I/J": 1, - "Open2": 2, - "repeat_node": 2, - "New": 2, - "cls": 2, - "S": 26, - "displayed": 17, - "A/0/B/D/E/F/H/I/J": 1, - "A/B/C/D/E/F/I/0/J": 1, - "H": 11, - "S3": 2, - "for": 1, - "parents": 4, - "Ls0": 6, - "bagof": 1, - "Soln": 3, - "plus_minus": 1, - "cursor": 7, - "expand": 2, - "Pb": 2, - "State#_#_#Soln": 1, - "State": 7, - "p_fcn": 2, - "/B/C/D/E/F/H/I/J": 2, - "S#D#F#A": 1, - "F1": 1, - "plain.": 1, - "Open3": 2, - "B1": 2, - "_": 21, - "T": 6, - "cnF": 1, - "...": 3, - "D/B/C/0/E/F/H/I/J": 1, - "Smaller": 2, - "female": 2, - "draw": 18, - "S4": 2, - "d1": 1, - "Smalls": 3, - "I": 5, - "Ls1": 4, - "Each": 1, - "location": 32, - "retractall": 1, - "tile": 5, - "peter": 3, - "sequence": 2, - "should": 1, - "objects": 1, - "reverse_video": 2, - "Put": 1, - "function": 4, - "v": 3, - "A/B/C/D/I/F/H/0/J": 1, - "Pc": 2, - "plus": 6, - "rule": 1, - "sequences": 1, - "A/B/C/E/0/F/H/I/J": 1, - "(": 585, - "goal": 2, - "deny": 10, - "if": 2, - "spot": 1, - "mem_plus": 2, - "A/B/C/D/E/0/H/I/J": 3, - "RsRest": 2, - "Tape": 2, - "U": 2, - "at": 1, - "message": 1, - "A/B/C/D/F/0/H/I/J": 1, - "_#_#F2#_": 1, - "J": 1, - "A/B/F/D/E/0/H/I/J": 1, - "S5": 2, - "_#_#F1#_": 1, - "cycle": 1, - "push": 20, - "affirm": 10, - "Pd": 2, - "state": 1, - "Algorithm": 1, - "write_list": 3, - "working": 1, - ")": 584, - "B/0/C/D/E/F/H/I/J": 1, - "a": 31, - "NormalClauses": 3, - "which": 1, - "A/B/C/D/E/F/H/I/J": 1, - "initialize": 2, - "up": 17, - "A/0/C/D/E/F/H/I/J": 3, - "s_fcn": 2, - "search": 4, - "eval": 7, - "V": 16, - "init": 11, - "make_clauses": 5, - "blink": 1, - "S6": 2, - "insert": 6, - "have": 2, - "Wff": 3, - "put": 16, - "action_module": 1, - "Puzz": 3, - "reverse": 2, - "@": 1, - "map": 2, - "location/3.": 1, - "Pe": 2, - "Move": 3, - "out": 4, - "node": 2, - "right": 22, - "is": 22, - "A/B/C/0/D/F/H/I/J": 1, - "vick": 2, - "Ls": 12, - "call": 1, - "graphics": 1, - "m": 16, - "A/B/C/D/0/E/H/I/J": 1, - "distance": 1, - "clear": 4, - "Action": 2, - "conVert": 1, - "hide_row": 4, - "character": 3, - "b": 12, - "solve": 2, - "christie": 3, - "false": 1, - "retracted": 1, - "value": 1, - "L": 2, - "S7": 2, - "A/B/C/D/0/F/H/I/J": 4, - "A/B/0/D/E/F/H/I/J": 2, - "A/B/C/D/E/F/G/H/I": 3, - "NewSym": 2, - "A*": 1, - "A": 40, - "make_sequence": 9, - "attributes": 1, - "minus": 5, - "The": 1, - "normal": 3, - "Pf": 2, - "op": 28, - "left": 26, - "+": 32, - "flatten_and": 5, - "down": 15, - "c": 10, - "X": 62, - "S9.": 1, - "insert_all": 4, - "append": 2, - "empty": 2, - "P#_#_#_": 2, - "M": 14, - "State#0#F#": 1, - "S8": 2, - "sequence_append": 5, - "/2/3/8/0/4/7/6/5": 1, - "B": 30, - "the": 15, - "Open": 7, - "A/B/C/D/0/F/H/E/J": 1, - "occurs": 4, - "hide": 10, - "character_map": 3, - "play_back": 5, - "f_function": 3, - "describes": 1, - "Pg": 3, - "brother": 1, - "symbol": 3, - "draw_row": 4, - "assert": 17, - "of": 5, - "i.e.": 3, - "where": 3, - "*D1": 2, - "d": 27, - "V1": 2, - "accumulator": 10, - "times": 4, - "N1": 2, - "literals": 1, - "nl.": 1, - "A/B/C/0/E/F/H/I/J": 3, - "Y": 34, - "X0": 10, - "N": 20, - "_X": 2, - "Xs": 5, - "S9": 1, - "A/B/C/H/E/F/0/I/J": 1, - "flatten_or": 6, - "normalize": 2, - "C": 21, - "Ph": 2, - "or": 1, - "lt": 1, - "{": 3, - "A/B/C/D/E/J/H/I/0": 1, - "action": 4, - "asserted": 1, - "-": 276, - "Child#D1#F#": 1, - "once": 1, - "tautology": 4, - "Y0": 10, - "to": 1, - "F2.": 1, - "use": 3, - "e": 10, - "Q0": 2, - "qf": 1, - "Obj": 26, - "write": 13, - "nop": 6, - "A/C/0/D/E/F/H/I/J": 1, - "arithmetic": 3, - "an": 1, - "X1": 8, - "Xnew": 6, - "O": 14, - "memory": 5, - "Pi.": 1, - "represents": 1, - "form": 2, - "Bigs": 3, - "make_clause": 5, - "P1": 2, - "conjunction": 1, - "retract": 8, - "dynamic": 1, - "mem_rec": 2, - "D": 37, - "*S.": 1, - "Sym": 6, - "|": 36, - "Pi": 1, - "ancestor": 1, - "Rs": 16, - "by": 1, - "plain": 1, - "A/0/C/D/B/F/H/I/J": 1, - "All_My_Children": 2, - "A/B/C/D/E/F/0/I/J": 2, - ".": 210, - "Tape0": 2, - "Y1": 8, - "video": 1, - "f": 10, - "Q1": 2, - "[": 110, - "puzzle": 4, - "solver": 1, - "make": 2, - "drawn": 2, - "Tile": 35, - "moves": 1, - "A/B/0/D/E/C/H/I/J": 1, - "P": 37, - "ESC": 1, - "A/B/C/0/E/F/D/I/J": 1, - "quicksort": 4, - "E": 3, - "perform": 4, - "way": 1, - "message.": 2, - "}": 3, - "two": 1, - "/": 2, - "Pivot": 4, - "calculator": 1, - "move": 7, - "male": 3, - "q0": 1, - "draw_all": 1, - "g": 10, - "cont": 3, - "VT100": 1, - "separate": 7, - "draw_all.": 1, - "A/B/C/D/E/0/H/I/F": 1, - "A/B/C/D/E/F/0/H/J": 1 - }, - "Arduino": { - "Serial.print": 1, - "loop": 1, - "Serial.begin": 1, - "setup": 1, - "void": 2, - "}": 2, - ";": 2, - "{": 2, - ")": 4, - "(": 4 - }, - "Nemerle": { - "WriteLine": 1, - "Program": 1, - "module": 1, - "using": 1, - "Main": 1, - "void": 1, - "System.Console": 1, - "}": 2, - ")": 2, - "(": 2, - "{": 2, - ";": 2 - }, - "PogoScript": { - "index": 1, - "*": 2, - "link": 2, - "for": 2, - "get": 2, - "sort": 2, - "async.map": 1, - "<link\\s[^>": 1, - "r/": 2, - "replacements": 6, - "/gi": 2, - "b.index": 1, - "while": 1, - "{": 3, - "/": 2, - "url": 5, - "]": 7, - ".concat": 1, - "err": 2, - "<script\\s[^>": 1, - "script": 2, - "httpism.get": 2, - "length": 1, - "m": 1, - "callback": 2, - ")": 38, - "b": 1, - "in": 11, - "<\\/link\\>": 1, - "replacement": 2, - "scripts": 2, - "elements": 5, - "}": 3, - "rep": 1, - "href": 1, - "elements.push": 1, - "tag": 3, - "each": 2, - "r": 1, - "*href": 1, - "html.substr": 1, - "m.0.length": 1, - "m.index": 1, - "<\\/script\\>": 1, - "parts": 3, - "resolve": 2, - ".resolve": 1, - "m.1": 1, - "squash": 2, - "links": 2, - "r.url": 1, - "+": 2, - "require": 3, - "matching": 3, - "replacements.sort": 1, - "rep.index": 1, - "reg.exec": 1, - "html": 15, - "(": 38, - "a": 1, - "httpism": 1, - "exports.squash": 1, - "reg": 5, - "replacement.url": 1, - "i": 3, - "|": 2, - ".body": 2, - "replace": 2, - "*src": 1, - "r.href": 1, - "a.index": 1, - "@": 6, - "-": 1, - "replacement.body": 1, - "rep.length": 1, - "[": 5, - "async": 1, - "as": 3, - "requested": 2, - "s*": 2 - }, - "Julia": { - "*dt": 2, - "for": 2, - "unoptimised": 1, - "Prices": 1, - "Wiener": 1, - "decomposition": 1, - "stock": 1, - "SimulPriceB": 5, - "/250": 1, - "rate": 1, - "Number": 2, - "chol": 1, - "Correlated": 1, - "end": 3, - "paths": 1, - "B": 1, - "CorrWiener": 1, - "information": 1, - "]": 20, - "Matrix": 2, - "from": 1, - "Wiener*UpperTriangle": 1, - "Dividend": 1, - "original": 1, - "Geometric": 1, - "days": 3, - "stockcorr": 1, - "*CorrWiener": 2, - "*sqrt": 2, - ")": 13, - "case": 1, - "two": 2, - "correlated": 1, - "years": 1, - "Define": 1, - "zeros": 2, - "simulations": 1, - "storages": 1, - "j": 7, - "UpperTriangle": 2, - "SimulPriceA": 5, - "Test": 1, - "Price": 2, - "return": 1, - "r": 3, - "simulate": 1, - "Time": 1, - "The": 1, - "free": 1, - "simulates": 1, - "stocks": 1, - "randn": 1, - "A": 1, - "T": 5, - "Market": 1, - "#STOCKCORR": 1, - "prices": 1, - "#": 11, - "to": 1, - "the": 2, - "+": 2, - "##": 5, - "of": 6, - "Cholesky": 1, - "Motion": 1, - "function": 1, - "Risk": 1, - "year": 1, - "/2": 2, - "Brownian": 1, - "(": 13, - "Corr": 2, - ";": 1, - "#445": 1, - "CurrentPrice": 3, - "i": 5, - "by": 2, - "Generating": 1, - "Simulated": 2, - "that": 1, - "Vol": 5, - "code": 1, - "Asset": 2, - "-": 11, - "Volatility": 1, - "asset": 1, - "dt": 3, - "Information": 1, - "Div": 3, - "*exp": 2, - "[": 20, - "n": 4, - "Issue": 1, - "assets": 1, - "Correlation": 1, - "Initial": 1, - "step": 1 - }, - "Omgrofl": { - "Hello": 1, - "brb": 1, - "lool": 5, - "lmao": 1, - "rofl": 13, - "lol": 14, - "stfu": 1, - "w00t": 1, - "liek": 1, - "wtf": 1, - "iz": 11, - "loool": 6, - "World": 1 - }, - "Logos": { - "OptionalCondition": 1, - "init": 3, - "orig": 2, - "self": 1, - "group": 1, - "release": 1, - "NSObject": 1, - "DEF": 1, - "subclass": 1, - "ABC": 2, - "hook": 2, - "retain": 1, - "OptionalHooks": 2, - "RuntimeAccessibleClass": 1, - "log": 1, - "ctor": 1, - "end": 4, - "return": 2, - "if": 1, - "void": 1, - "alloc": 1, - "id": 2, - "]": 2, - "c": 1, - "[": 2, - "}": 4, - "nil": 2, - ";": 8, - "{": 4, - "b": 1, - "B": 1, - "a": 1, - ")": 8, + "ABAP": { + "*/**": 1, + "*": 56, + "The": 2, + "MIT": 2, + "License": 1, "(": 8, - "-": 3, - "%": 15 - }, - "MoonScript": { - "object": 1, - "max_tmp_name": 5, - "body_idx": 3, - "list": 6, - "types": 2, - "and": 8, - "super": 1, - "conds": 3, - "ntype": 16, - "proxy": 2, - "stms": 4, - "next": 1, - "case_exps": 3, - "case": 13, - "in": 18, - "*find_assigns": 1, - "build.table": 2, - "named_assign": 2, - "expression/statement": 1, - "__mode": 1, - "look": 1, - "return": 11, - "build.group": 14, - "node.names": 3, - "is_slice": 2, - "]": 79, - "table": 2, - "transform": 2, - "with": 3, - "transformed": 2, - "node.iter": 1, - "last_exp_id": 3, - "parent_val": 1, - "type": 5, - "list_name": 6, - "unless": 6, - "expand_elseif_assign": 2, - "included": 1, - "t": 10, - "i": 15, - "into": 1, - "*body": 2, - "is_singular": 2, - "#ifstm": 1, - "not": 2, - "constructor.arrow": 1, - "mtype": 3, - "cls": 5, - "after": 1, - "@seen_nodes": 3, - "@transformers": 3, - "build.assign_one": 11, - "source_name": 3, - "self": 2, - "for": 20, - "node.body": 9, - "index": 2, - "ifstm": 5, - "apart": 1, - "expand": 1, - "last": 6, - "slice": 7, - "@transform.statement": 2, - "sindle": 1, - "cls_mt": 2, - "#real_name": 1, - "*stm": 1, - "@send": 1, - "root_stms": 1, - "_": 10, - "...": 10, - "source": 7, - "scope": 4, - "@listen": 1, - "setmetatable": 1, - "they": 1, - "..": 1, - "scope_name": 5, - "then": 2, - "parent_assign": 3, - "elseif": 1, - "*names": 3, - "build.declare": 1, - "with_continue_listener": 4, - "hoist": 1, - "@set": 1, - "clause": 4, - "inner": 2, - "#list": 1, - "new": 2, - "(": 54, - "value_is_singular": 3, - "current_stms": 7, - "if": 43, - "tuple": 8, - "are": 1, - "update": 1, - "__call": 1, - "transformer": 3, - "bind": 1, - "destructure": 1, - "Value": 1, - "name": 31, - "cls.name": 1, - "state": 2, - "on": 1, - "clauses": 4, - "decorated": 1, - "apply_to_last": 6, - ")": 54, - "dot": 1, - "item": 3, - "a": 4, - "bounds": 3, - "split": 4, - "up": 1, - "build": 7, - "smart_node": 7, - "string": 1, - "stubs": 1, - "reversed": 2, - "implicitly_return": 2, - "insert": 18, - "mutate": 1, - "statment": 1, - "body": 26, - "self.fn": 1, - "@": 1, - "values": 10, - "wrapped": 4, - "out": 9, - "idx": 4, - "node": 68, + ")": 8, + "Copyright": 1, + "c": 3, + "Ren": 1, + "van": 1, + "Mil": 1, + "Permission": 1, "is": 2, - "stub": 4, - "call": 3, - "destructure.build_assign": 2, - "old": 1, - "types.is_value": 1, - "export": 1, - "class": 4, - "false": 2, - "..t": 1, - "construct_comprehension": 2, - "cond": 11, - "value": 7, - "sure": 1, - "extract": 1, - "table.remove": 2, - "@put_name": 2, - "fail": 5, - "from": 4, - "#body": 1, - "we": 1, - "key": 3, - "#node": 3, - "hoist_declarations": 1, - "exp": 17, - "nil": 8, - "op": 2, - "colon_stub": 1, - "@transform": 2, - "+": 2, - "*item": 1, - "assigns": 5, - "foreach": 1, - "true": 4, + "hereby": 1, + "granted": 1, + "free": 1, + "of": 6, + "charge": 1, + "to": 10, + "any": 1, + "person": 1, + "obtaining": 1, + "a": 1, + "copy": 2, + "this": 2, + "software": 1, + "and": 3, + "associated": 1, + "documentation": 1, + "files": 4, + "the": 10, + "deal": 1, + "in": 3, + "Software": 3, + "without": 2, + "restriction": 1, + "including": 1, + "limitation": 1, + "rights": 1, + "use": 1, + "modify": 1, + "merge": 1, + "publish": 1, + "distribute": 1, + "sublicense": 1, + "and/or": 1, + "sell": 1, + "copies": 2, + "permit": 1, + "persons": 1, + "whom": 1, + "furnished": 1, + "do": 4, + "so": 1, + "subject": 1, + "following": 1, + "conditions": 1, + "above": 1, + "copyright": 1, + "notice": 2, + "permission": 1, + "shall": 1, + "be": 1, + "included": 1, "all": 1, - "ipairs": 3, - "stm": 16, - "arg_list": 1, - "base_name": 4, - "destructure.has_destructure": 2, - "op_final": 3, - "build.chain": 7, - "error": 4, - "require": 5, - "data": 1, - "puke": 1, - "assign": 9, - "build.fndef": 3, - "the": 4, - "first": 3, - "match": 1, - "args": 3, - "bodies": 1, - "of": 1, - "#stms": 1, - "#values": 1, - "build.do": 2, - "cls_name": 1, - "*properties": 1, - "statements": 4, - "constructor_name": 2, - "runs": 1, - "if_cond": 4, - "convert_cond": 2, - "while": 3, - "Run": 8, - "LocalName": 2, - "parens": 2, - "out_body": 1, - "arrow": 1, - "*conds": 1, - "or": 6, - "real_names": 4, - "{": 135, - "when": 12, - "-": 51, - "index_name": 3, - "break": 1, - "res": 3, - "action": 4, - "decorator": 1, - "names": 16, - "@fn": 1, - "Statement": 2, - "group": 1, - "thing": 4, - "dec": 6, - "types.cascading": 1, - "properties": 4, - "import": 5, - "util": 2, - "build.assign": 3, - "apply": 1, - "switch": 7, - "do": 2, - "local": 1, - "lines": 2, - "bubble": 1, - "real_name": 6, - "parent_cls_name": 5, - "plain": 1, - "fn": 3, - "ret": 16, - "iter": 2, - "cascading": 2, - "don": 1, - "cond_exp": 5, - "[": 79, - "*stubs": 2, - "unpack": 22, - "block": 2, - "destructure.split_assign": 1, - "destructures": 5, - "make": 1, - "comprehension": 1, - "table.insert": 3, - "NameProxy": 14, - "else": 22, - "assign_name": 1, - "self_name": 4, - "continue": 1, - "continue_name": 13, - "varargs": 2, - "class_lookup": 3, - "if_stm": 5, - "}": 136, - "find": 2, - "exp_name": 3, - "base": 8, - "find_assigns": 2, - "..op": 1, - "real": 1, - "convert": 1, - "Transformer": 2, - "constructor": 7, - "slice_var": 3, - "@splice": 1, - "can_transform": 1, - "will": 1 + "or": 1, + "substantial": 1, + "portions": 1, + "Software.": 1, + "THE": 6, + "SOFTWARE": 2, + "IS": 1, + "PROVIDED": 1, + "WITHOUT": 1, + "WARRANTY": 1, + "OF": 4, + "ANY": 2, + "KIND": 1, + "EXPRESS": 1, + "OR": 7, + "IMPLIED": 1, + "INCLUDING": 1, + "BUT": 1, + "NOT": 1, + "LIMITED": 1, + "TO": 2, + "WARRANTIES": 1, + "MERCHANTABILITY": 1, + "FITNESS": 1, + "FOR": 2, + "A": 1, + "PARTICULAR": 1, + "PURPOSE": 1, + "AND": 1, + "NONINFRINGEMENT.": 1, + "IN": 4, + "NO": 1, + "EVENT": 1, + "SHALL": 1, + "AUTHORS": 1, + "COPYRIGHT": 1, + "HOLDERS": 1, + "BE": 1, + "LIABLE": 1, + "CLAIM": 1, + "DAMAGES": 1, + "OTHER": 2, + "LIABILITY": 1, + "WHETHER": 1, + "AN": 1, + "ACTION": 1, + "CONTRACT": 1, + "TORT": 1, + "OTHERWISE": 1, + "ARISING": 1, + "FROM": 1, + "OUT": 1, + "CONNECTION": 1, + "WITH": 1, + "USE": 1, + "DEALINGS": 1, + "SOFTWARE.": 1, + "*/": 1, + "-": 978, + "CLASS": 2, + "CL_CSV_PARSER": 6, + "DEFINITION": 2, + "class": 2, + "cl_csv_parser": 2, + "definition": 1, + "public": 3, + "inheriting": 1, + "from": 1, + "cl_object": 1, + "final": 1, + "create": 1, + ".": 9, + "section.": 3, + "not": 3, + "include": 3, + "other": 3, + "source": 3, + "here": 3, + "type": 11, + "pools": 1, + "abap": 1, + "methods": 2, + "constructor": 2, + "importing": 1, + "delegate": 1, + "ref": 1, + "if_csv_parser_delegate": 1, + "csvstring": 1, + "string": 1, + "separator": 1, + "skip_first_line": 1, + "abap_bool": 2, + "parse": 2, + "raising": 1, + "cx_csv_parse_error": 2, + "protected": 1, + "private": 1, + "constants": 1, + "_textindicator": 1, + "value": 2, + "IMPLEMENTATION": 2, + "implementation.": 1, + "<SIGNATURE>": 2, + "+": 9, + "|": 7, + "Instance": 2, + "Public": 1, + "Method": 2, + "CONSTRUCTOR": 1, + "[": 5, + "]": 5, + "DELEGATE": 1, + "TYPE": 5, + "REF": 1, + "IF_CSV_PARSER_DELEGATE": 1, + "CSVSTRING": 1, + "STRING": 1, + "SEPARATOR": 1, + "C": 1, + "SKIP_FIRST_LINE": 1, + "ABAP_BOOL": 1, + "</SIGNATURE>": 2, + "method": 2, + "constructor.": 1, + "super": 1, + "_delegate": 1, + "delegate.": 1, + "_csvstring": 2, + "csvstring.": 1, + "_separator": 1, + "separator.": 1, + "_skip_first_line": 1, + "skip_first_line.": 1, + "endmethod.": 2, + "Get": 1, + "lines": 4, + "data": 3, + "is_first_line": 1, + "abap_true.": 2, + "standard": 2, + "table": 3, + "string.": 3, + "_lines": 1, + "field": 1, + "symbols": 1, + "<line>": 3, + "loop": 1, + "at": 2, + "assigning": 1, + "Parse": 1, + "line": 1, + "values": 2, + "_parse_line": 2, + "Private": 1, + "_LINES": 1, + "<": 1, + "RETURNING": 1, + "STRINGTAB": 1, + "_lines.": 1, + "split": 1, + "cl_abap_char_utilities": 1, + "cr_lf": 1, + "into": 6, + "returning.": 1, + "Space": 2, + "concatenate": 4, + "csvvalue": 6, + "csvvalue.": 5, + "else.": 4, + "char": 2, + "endif.": 6, + "This": 1, + "indicates": 1, + "an": 1, + "error": 1, + "CSV": 1, + "formatting": 1, + "text_ended": 1, + "message": 2, + "e003": 1, + "csv": 1, + "msg.": 2, + "raise": 1, + "exception": 1, + "exporting": 1, + "endwhile.": 2, + "append": 2, + "csvvalues.": 2, + "clear": 1, + "pos": 2, + "endclass.": 1 }, - "Parrot Assembly": { - "SHEBANG#!parrot": 1, - "main": 2, - ".pcc_sub": 1, - "end": 1, + "ApacheConf": { + "ServerSignature": 1, + "Off": 1, + "RewriteCond": 15, + "%": 48, + "{": 16, + "REQUEST_METHOD": 1, + "}": 16, + "(": 16, + "HEAD": 1, + "|": 80, + "TRACE": 1, + "DELETE": 1, + "TRACK": 1, + ")": 17, + "[": 17, + "NC": 13, + "OR": 14, + "]": 17, + "THE_REQUEST": 1, + "r": 1, + "n": 1, + "A": 6, + "D": 6, + "HTTP_REFERER": 1, + "<|>": 6, + "C": 5, + "E": 5, + "HTTP_COOKIE": 1, + "REQUEST_URI": 1, + "/": 3, + ";": 2, + "<": 1, + ".": 7, + "HTTP_USER_AGENT": 5, + "java": 1, + "curl": 2, + "wget": 2, + "winhttp": 1, + "HTTrack": 1, + "clshttp": 1, + "archiver": 1, + "loader": 1, + "email": 1, + "harvest": 1, + "extract": 1, + "grab": 1, + "miner": 1, + "libwww": 1, + "-": 43, + "perl": 1, + "python": 1, + "nikto": 1, + "scan": 1, + "#Block": 1, + "mySQL": 1, + "injects": 1, + "QUERY_STRING": 5, + ".*": 3, + "*": 1, + "union": 1, + "select": 1, + "insert": 1, + "cast": 1, + "set": 1, + "declare": 1, + "drop": 1, + "update": 1, + "md5": 1, + "benchmark": 1, + "./": 1, + "localhost": 1, + "loopback": 1, + ".0": 2, + ".1": 1, + "a": 1, + "z0": 1, + "RewriteRule": 1, + "index.php": 1, + "F": 1, + "#": 182, + "ServerRoot": 2, + "#Listen": 2, + "Listen": 2, + "LoadModule": 126, + "authn_file_module": 2, + "/usr/lib/apache2/modules/mod_authn_file.so": 1, + "authn_dbm_module": 2, + "/usr/lib/apache2/modules/mod_authn_dbm.so": 1, + "authn_anon_module": 2, + "/usr/lib/apache2/modules/mod_authn_anon.so": 1, + "authn_dbd_module": 2, + "/usr/lib/apache2/modules/mod_authn_dbd.so": 1, + "authn_default_module": 2, + "/usr/lib/apache2/modules/mod_authn_default.so": 1, + "authn_alias_module": 1, + "/usr/lib/apache2/modules/mod_authn_alias.so": 1, + "authz_host_module": 2, + "/usr/lib/apache2/modules/mod_authz_host.so": 1, + "authz_groupfile_module": 2, + "/usr/lib/apache2/modules/mod_authz_groupfile.so": 1, + "authz_user_module": 2, + "/usr/lib/apache2/modules/mod_authz_user.so": 1, + "authz_dbm_module": 2, + "/usr/lib/apache2/modules/mod_authz_dbm.so": 1, + "authz_owner_module": 2, + "/usr/lib/apache2/modules/mod_authz_owner.so": 1, + "authnz_ldap_module": 1, + "/usr/lib/apache2/modules/mod_authnz_ldap.so": 1, + "authz_default_module": 2, + "/usr/lib/apache2/modules/mod_authz_default.so": 1, + "auth_basic_module": 2, + "/usr/lib/apache2/modules/mod_auth_basic.so": 1, + "auth_digest_module": 2, + "/usr/lib/apache2/modules/mod_auth_digest.so": 1, + "file_cache_module": 1, + "/usr/lib/apache2/modules/mod_file_cache.so": 1, + "cache_module": 2, + "/usr/lib/apache2/modules/mod_cache.so": 1, + "disk_cache_module": 2, + "/usr/lib/apache2/modules/mod_disk_cache.so": 1, + "mem_cache_module": 2, + "/usr/lib/apache2/modules/mod_mem_cache.so": 1, + "dbd_module": 2, + "/usr/lib/apache2/modules/mod_dbd.so": 1, + "dumpio_module": 2, + "/usr/lib/apache2/modules/mod_dumpio.so": 1, + "ext_filter_module": 2, + "/usr/lib/apache2/modules/mod_ext_filter.so": 1, + "include_module": 2, + "/usr/lib/apache2/modules/mod_include.so": 1, + "filter_module": 2, + "/usr/lib/apache2/modules/mod_filter.so": 1, + "charset_lite_module": 1, + "/usr/lib/apache2/modules/mod_charset_lite.so": 1, + "deflate_module": 2, + "/usr/lib/apache2/modules/mod_deflate.so": 1, + "ldap_module": 1, + "/usr/lib/apache2/modules/mod_ldap.so": 1, + "log_forensic_module": 2, + "/usr/lib/apache2/modules/mod_log_forensic.so": 1, + "env_module": 2, + "/usr/lib/apache2/modules/mod_env.so": 1, + "mime_magic_module": 2, + "/usr/lib/apache2/modules/mod_mime_magic.so": 1, + "cern_meta_module": 2, + "/usr/lib/apache2/modules/mod_cern_meta.so": 1, + "expires_module": 2, + "/usr/lib/apache2/modules/mod_expires.so": 1, + "headers_module": 2, + "/usr/lib/apache2/modules/mod_headers.so": 1, + "ident_module": 2, + "/usr/lib/apache2/modules/mod_ident.so": 1, + "usertrack_module": 2, + "/usr/lib/apache2/modules/mod_usertrack.so": 1, + "unique_id_module": 2, + "/usr/lib/apache2/modules/mod_unique_id.so": 1, + "setenvif_module": 2, + "/usr/lib/apache2/modules/mod_setenvif.so": 1, + "version_module": 2, + "/usr/lib/apache2/modules/mod_version.so": 1, + "proxy_module": 2, + "/usr/lib/apache2/modules/mod_proxy.so": 1, + "proxy_connect_module": 2, + "/usr/lib/apache2/modules/mod_proxy_connect.so": 1, + "proxy_ftp_module": 2, + "/usr/lib/apache2/modules/mod_proxy_ftp.so": 1, + "proxy_http_module": 2, + "/usr/lib/apache2/modules/mod_proxy_http.so": 1, + "proxy_ajp_module": 2, + "/usr/lib/apache2/modules/mod_proxy_ajp.so": 1, + "proxy_balancer_module": 2, + "/usr/lib/apache2/modules/mod_proxy_balancer.so": 1, + "ssl_module": 4, + "/usr/lib/apache2/modules/mod_ssl.so": 1, + "mime_module": 4, + "/usr/lib/apache2/modules/mod_mime.so": 1, + "dav_module": 2, + "/usr/lib/apache2/modules/mod_dav.so": 1, + "status_module": 2, + "/usr/lib/apache2/modules/mod_status.so": 1, + "autoindex_module": 2, + "/usr/lib/apache2/modules/mod_autoindex.so": 1, + "asis_module": 2, + "/usr/lib/apache2/modules/mod_asis.so": 1, + "info_module": 2, + "/usr/lib/apache2/modules/mod_info.so": 1, + "suexec_module": 1, + "/usr/lib/apache2/modules/mod_suexec.so": 1, + "cgid_module": 3, + "/usr/lib/apache2/modules/mod_cgid.so": 1, + "cgi_module": 2, + "/usr/lib/apache2/modules/mod_cgi.so": 1, + "dav_fs_module": 2, + "/usr/lib/apache2/modules/mod_dav_fs.so": 1, + "dav_lock_module": 1, + "/usr/lib/apache2/modules/mod_dav_lock.so": 1, + "vhost_alias_module": 2, + "/usr/lib/apache2/modules/mod_vhost_alias.so": 1, + "negotiation_module": 2, + "/usr/lib/apache2/modules/mod_negotiation.so": 1, + "dir_module": 4, + "/usr/lib/apache2/modules/mod_dir.so": 1, + "imagemap_module": 2, + "/usr/lib/apache2/modules/mod_imagemap.so": 1, + "actions_module": 2, + "/usr/lib/apache2/modules/mod_actions.so": 1, + "speling_module": 2, + "/usr/lib/apache2/modules/mod_speling.so": 1, + "userdir_module": 2, + "/usr/lib/apache2/modules/mod_userdir.so": 1, + "alias_module": 4, + "/usr/lib/apache2/modules/mod_alias.so": 1, + "rewrite_module": 2, + "/usr/lib/apache2/modules/mod_rewrite.so": 1, + "<IfModule>": 17, + "mpm_netware_module": 2, + "User": 2, + "daemon": 2, + "Group": 2, + "</IfModule>": 17, + "ServerAdmin": 2, + "you@example.com": 2, + "#ServerName": 2, + "www.example.com": 2, + "DocumentRoot": 2, + "<Directory>": 6, + "Options": 6, + "FollowSymLinks": 4, + "AllowOverride": 6, + "None": 8, + "Order": 10, + "deny": 10, + "allow": 10, + "Deny": 6, + "from": 10, + "all": 10, + "</Directory>": 6, + "usr": 2, + "share": 1, + "apache2": 1, + "default": 1, + "site": 1, + "htdocs": 1, + "Indexes": 2, + "Allow": 4, + "DirectoryIndex": 2, + "index.html": 2, + "<FilesMatch>": 2, + "ht": 1, + "Satisfy": 4, + "All": 4, + "</FilesMatch>": 2, + "ErrorLog": 2, + "/var/log/apache2/error_log": 1, + "LogLevel": 2, + "warn": 2, + "log_config_module": 3, + "LogFormat": 6, + "combined": 4, + "common": 4, + "logio_module": 3, + "combinedio": 2, + "CustomLog": 2, + "/var/log/apache2/access_log": 2, + "#CustomLog": 2, + "ScriptAlias": 1, + "/cgi": 2, + "bin/": 2, + "#Scriptsock": 2, + "/var/run/apache2/cgisock": 1, + "lib": 1, + "cgi": 3, + "bin": 1, + "DefaultType": 2, + "text/plain": 2, + "TypesConfig": 2, + "/etc/apache2/mime.types": 1, + "#AddType": 4, + "application/x": 6, + "gzip": 6, + ".tgz": 6, + "#AddEncoding": 4, + "x": 4, + "compress": 4, + ".Z": 4, + ".gz": 4, + "AddType": 4, + "#AddHandler": 4, + "script": 2, + ".cgi": 2, + "type": 2, + "map": 2, + "var": 2, + "text/html": 2, + ".shtml": 4, + "#AddOutputFilter": 2, + "INCLUDES": 2, + "#MIMEMagicFile": 2, + "/etc/apache2/magic": 1, + "#ErrorDocument": 8, + "/missing.html": 2, + "http": 2, + "//www.example.com/subscription_info.html": 2, + "#EnableMMAP": 2, + "off": 5, + "#EnableSendfile": 2, + "#Include": 17, + "/etc/apache2/extra/httpd": 11, + "mpm.conf": 2, + "multilang": 2, + "errordoc.conf": 2, + "autoindex.conf": 2, + "languages.conf": 2, + "userdir.conf": 2, + "info.conf": 2, + "vhosts.conf": 2, + "manual.conf": 2, + "dav.conf": 2, + "default.conf": 2, + "ssl.conf": 2, + "SSLRandomSeed": 4, + "startup": 2, + "builtin": 4, + "connect": 2, + "libexec/apache2/mod_authn_file.so": 1, + "libexec/apache2/mod_authn_dbm.so": 1, + "libexec/apache2/mod_authn_anon.so": 1, + "libexec/apache2/mod_authn_dbd.so": 1, + "libexec/apache2/mod_authn_default.so": 1, + "libexec/apache2/mod_authz_host.so": 1, + "libexec/apache2/mod_authz_groupfile.so": 1, + "libexec/apache2/mod_authz_user.so": 1, + "libexec/apache2/mod_authz_dbm.so": 1, + "libexec/apache2/mod_authz_owner.so": 1, + "libexec/apache2/mod_authz_default.so": 1, + "libexec/apache2/mod_auth_basic.so": 1, + "libexec/apache2/mod_auth_digest.so": 1, + "libexec/apache2/mod_cache.so": 1, + "libexec/apache2/mod_disk_cache.so": 1, + "libexec/apache2/mod_mem_cache.so": 1, + "libexec/apache2/mod_dbd.so": 1, + "libexec/apache2/mod_dumpio.so": 1, + "reqtimeout_module": 1, + "libexec/apache2/mod_reqtimeout.so": 1, + "libexec/apache2/mod_ext_filter.so": 1, + "libexec/apache2/mod_include.so": 1, + "libexec/apache2/mod_filter.so": 1, + "substitute_module": 1, + "libexec/apache2/mod_substitute.so": 1, + "libexec/apache2/mod_deflate.so": 1, + "libexec/apache2/mod_log_config.so": 1, + "libexec/apache2/mod_log_forensic.so": 1, + "libexec/apache2/mod_logio.so": 1, + "libexec/apache2/mod_env.so": 1, + "libexec/apache2/mod_mime_magic.so": 1, + "libexec/apache2/mod_cern_meta.so": 1, + "libexec/apache2/mod_expires.so": 1, + "libexec/apache2/mod_headers.so": 1, + "libexec/apache2/mod_ident.so": 1, + "libexec/apache2/mod_usertrack.so": 1, + "#LoadModule": 4, + "libexec/apache2/mod_unique_id.so": 1, + "libexec/apache2/mod_setenvif.so": 1, + "libexec/apache2/mod_version.so": 1, + "libexec/apache2/mod_proxy.so": 1, + "libexec/apache2/mod_proxy_connect.so": 1, + "libexec/apache2/mod_proxy_ftp.so": 1, + "libexec/apache2/mod_proxy_http.so": 1, + "proxy_scgi_module": 1, + "libexec/apache2/mod_proxy_scgi.so": 1, + "libexec/apache2/mod_proxy_ajp.so": 1, + "libexec/apache2/mod_proxy_balancer.so": 1, + "libexec/apache2/mod_ssl.so": 1, + "libexec/apache2/mod_mime.so": 1, + "libexec/apache2/mod_dav.so": 1, + "libexec/apache2/mod_status.so": 1, + "libexec/apache2/mod_autoindex.so": 1, + "libexec/apache2/mod_asis.so": 1, + "libexec/apache2/mod_info.so": 1, + "libexec/apache2/mod_cgi.so": 1, + "libexec/apache2/mod_dav_fs.so": 1, + "libexec/apache2/mod_vhost_alias.so": 1, + "libexec/apache2/mod_negotiation.so": 1, + "libexec/apache2/mod_dir.so": 1, + "libexec/apache2/mod_imagemap.so": 1, + "libexec/apache2/mod_actions.so": 1, + "libexec/apache2/mod_speling.so": 1, + "libexec/apache2/mod_userdir.so": 1, + "libexec/apache2/mod_alias.so": 1, + "libexec/apache2/mod_rewrite.so": 1, + "perl_module": 1, + "libexec/apache2/mod_perl.so": 1, + "php5_module": 1, + "libexec/apache2/libphp5.so": 1, + "hfs_apple_module": 1, + "libexec/apache2/mod_hfs_apple.so": 1, + "mpm_winnt_module": 1, + "_www": 2, + "Library": 2, + "WebServer": 2, + "Documents": 1, + "MultiViews": 1, + "Hh": 1, + "Tt": 1, + "Dd": 1, + "Ss": 2, + "_": 1, + "<Files>": 1, + "rsrc": 1, + "</Files>": 1, + "<DirectoryMatch>": 1, + "namedfork": 1, + "</DirectoryMatch>": 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, + "ArrayUtils": 1, + "{": 219, + "static": 83, + "String": 60, + "[": 102, + "]": 102, + "EMPTY_STRING_ARRAY": 1, + "new": 60, + "}": 219, + ";": 308, + "Integer": 34, + "MAX_NUMBER_OF_ELEMENTS_IN_LIST": 5, + "get": 4, + "return": 106, + "List": 71, + "<String>": 30, + "objectToString": 1, + "(": 481, + "<Object>": 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, + "<SObject>": 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, + "isNotFalse": 1, + "isNotTrue": 1, + "isTrue": 1, + "negate": 1, + "toBooleanDefaultIfNull": 1, + "defaultVal": 2, + "toBoolean": 2, + "value": 10, + "strToBoolean": 1, + "StringUtils.equalsIgnoreCase": 1, + "//Converts": 1, + "an": 4, + "int": 1, + "a": 6, + "boolean": 1, + "specifying": 1, + "//the": 2, + "conversion": 1, + "values.": 1, + "//Returns": 1, + "//Throws": 1, + "trueValue": 2, + "falseValue": 2, + "toInteger": 1, + "toStringYesNo": 1, + "toStringYN": 1, + "trueString": 2, + "falseString": 2, + "xor": 1, + "boolArray": 4, + "boolArray.size": 1, + "firstItem": 2, + "EmailUtils": 1, + "sendEmailWithStandardAttachments": 3, + "recipients": 11, + "emailSubject": 10, + "body": 8, + "useHTML": 6, + "<Id>": 1, + "attachmentIDs": 2, + "<Attachment>": 2, + "stdAttachments": 4, + "SELECT": 1, + "id": 1, + "name": 2, + "FROM": 1, + "Attachment": 2, + "WHERE": 1, + "Id": 1, + "IN": 1, + "<Messaging.EmailFileAttachment>": 3, + "fileAttachments": 5, + "attachment": 1, + "Messaging.EmailFileAttachment": 2, + "fileAttachment": 2, + "fileAttachment.setFileName": 1, + "attachment.Name": 1, + "fileAttachment.setBody": 1, + "attachment.Body": 1, + "fileAttachments.add": 1, + "sendEmail": 4, + "sendTextEmail": 1, + "textBody": 2, + "sendHTMLEmail": 1, + "htmlBody": 2, + "recipients.size": 1, + "Messaging.SingleEmailMessage": 3, + "mail": 2, + "email": 1, + "saved": 1, + "as": 1, + "activity.": 1, + "mail.setSaveAsActivity": 1, + "mail.setToAddresses": 1, + "mail.setSubject": 1, + "mail.setBccSender": 1, + "mail.setUseSignature": 1, + "mail.setHtmlBody": 1, + "mail.setPlainTextBody": 1, + "fileAttachments.size": 1, + "mail.setFileAttachments": 1, + "Messaging.sendEmail": 1, + "isValidEmailAddress": 2, + "split": 5, + "str.split": 1, + "split.size": 2, + ".split": 1, + "isNotValidEmailAddress": 1, + "public": 10, + "GeoUtils": 1, + "generate": 1, + "KML": 1, + "string": 7, + "given": 2, + "page": 1, + "reference": 1, + "call": 1, + "getContent": 1, + "then": 1, + "cleanup": 1, + "output.": 1, + "generateFromContent": 1, + "PageReference": 2, + "pr": 1, + "ret": 7, + "try": 1, + "pr.getContent": 1, + ".toString": 1, + "ret.replaceAll": 4, + "content": 1, + "produces": 1, + "quote": 1, + "chars": 1, + "we": 1, + "need": 1, + "escape": 1, + "these": 2, + "in": 1, + "node": 1, + "catch": 1, + "exception": 1, + "e": 2, + "system.debug": 2, + "must": 1, + "use": 1, + "ALL": 1, + "since": 1, + "many": 1, + "line": 1, + "may": 1, + "also": 1, + "Map": 33, + "<String,>": 2, + "geo_response": 1, + "accountAddressString": 2, + "account": 2, + "acct": 1, + "form": 1, + "address": 1, + "object": 1, + "adr": 9, + "acct.billingstreet": 1, + "acct.billingcity": 1, + "acct.billingstate": 1, + "acct.billingpostalcode": 2, + "acct.billingcountry": 2, + "adr.replaceAll": 4, + "testmethod": 1, + "t1": 1, + "pageRef": 3, + "Page.kmlPreviewTemplate": 1, + "Test.setCurrentPage": 1, + "system.assert": 1, + "GeoUtils.generateFromContent": 1, + "Account": 2, + "billingstreet": 1, + "billingcity": 1, + "billingstate": 1, + "billingpostalcode": 1, + "billingcountry": 1, + "insert": 1, + "system.assertEquals": 1, + "LanguageUtils": 1, + "final": 6, + "HTTP_LANGUAGE_CODE_PARAMETER_KEY": 2, + "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, + "<String,String>": 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, + "screen_width": 2, + "(": 89, + "do": 4, + "JavaScript": 2, + "in": 13, + "document": 2, + ")": 88, + "screen_height": 2, + "end": 67, + "myFrontMost": 3, + "name": 8, + "of": 72, + "first": 1, + "processes": 2, + "whose": 1, + "frontmost": 1, + "is": 40, + "true": 8, + "{": 32, + "desktopTop": 2, + "desktopLeft": 1, + "desktopRight": 1, + "desktopBottom": 1, + "}": 32, + "bounds": 2, + "desktop": 1, + "try": 10, + "process": 5, + "w": 5, + "h": 4, + "size": 5, + "drawer": 2, + "window": 5, + "on": 18, + "error": 3, + "position": 1, + "-": 57, + "/": 2, + "property": 7, + "type_list": 6, + "extension_list": 6, + "html": 2, + "not": 5, + "currently": 2, + "handled": 2, + "run": 4, + "FinderSelection": 4, + "the": 56, + "selection": 2, + "as": 27, + "alias": 8, + "list": 9, + "FS": 10, + "Ideally": 2, + "this": 2, + "could": 2, + "be": 2, + "passed": 2, + "open": 8, + "handler": 2, + "SelectionCount": 6, + "number": 6, + "count": 10, + "if": 50, + "then": 28, + "userPicksFolder": 6, + "else": 14, + "MyPath": 4, + "path": 6, + "me": 2, + "If": 2, + "I": 2, + "m": 2, + "a": 4, + "double": 2, + "clicked": 2, + "droplet": 2, + "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, + "folders": 2, + "theFolder": 6, + "without": 2, + "invisibles": 2, + "&": 63, + "thePOSIXFileName": 6, + "terminalCommand": 6, + "convertCommand": 4, + "newFileName": 4, + "shell": 2, + "script": 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, + "result": 2, + "theText": 3, + "exit": 1, + "fontList": 2, + "activate": 3, + "crazyTextMessage": 2, + "eachCharacter": 4, + "characters": 1, + "some": 1, + "random": 4, + "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 }, - "JSON": { + "Arduino": { + "void": 2, + "setup": 1, + "(": 4, + ")": 4, + "{": 2, + "Serial.begin": 1, + ";": 2, + "}": 2, + "loop": 1, + "Serial.print": 1 + }, + "AutoHotkey": { + "MsgBox": 1, + "Hello": 1, + "World": 1 + }, + "Awk": { + "SHEBANG#!awk": 1, + "BEGIN": 1, + "{": 17, + "n": 13, + ";": 55, + "printf": 1, + "network_max_bandwidth_in_byte": 3, + "network_max_packet_per_second": 3, + "last3": 3, + "last4": 3, + "last5": 3, + "last6": 3, + "}": 17, + "if": 14, + "(": 14, + "/Average/": 1, + ")": 14, + "#": 48, + "Skip": 1, + "the": 12, + "Average": 1, + "values": 1, + "next": 1, + "/all/": 1, + "This": 8, + "is": 7, + "cpu": 1, + "info": 7, + "print": 35, + "FILENAME": 35, + "-": 2, + "/eth0/": 1, + "eth0": 1, + "network": 1, + "Total": 9, + "number": 9, + "of": 22, + "packets": 4, + "received": 4, + "per": 14, + "second.": 8, + "else": 4, + "transmitted": 4, + "bytes": 4, + "/proc": 1, + "|": 4, + "cswch": 1, + "tps": 1, + "kbmemfree": 1, + "totsck/": 1, + "/": 2, + "[": 1, + "]": 1, + "proc/s": 1, + "context": 1, + "switches": 1, + "second": 6, + "disk": 1, + "total": 1, + "transfers": 1, + "read": 1, + "requests": 2, + "write": 1, + "block": 2, + "reads": 1, + "writes": 1, + "mem": 1, + "Amount": 7, + "free": 2, + "memory": 6, + "available": 1, + "in": 11, + "kilobytes.": 7, + "used": 8, + "does": 1, + "not": 1, + "take": 1, + "into": 1, + "account": 1, + "by": 4, + "kernel": 3, + "itself.": 1, + "Percentage": 2, + "memory.": 1, + "X": 1, + "shared": 1, + "system": 1, + "Always": 1, + "zero": 1, + "with": 1, + "kernels.": 1, + "as": 1, + "buffers": 1, + "to": 1, + "cache": 1, + "data": 1, + "swap": 3, + "space": 2, + "space.": 1, + "socket": 1, + "sockets.": 1, + "Number": 4, + "TCP": 1, + "sockets": 3, + "currently": 4, + "use.": 4, + "UDP": 1, + "RAW": 1, + "IP": 1, + "fragments": 1, + "END": 1 + }, + "Bluespec": { + "package": 2, + "TbTL": 1, + ";": 156, + "import": 1, + "TL": 6, + "*": 1, + "interface": 2, + "Lamp": 3, + "method": 42, + "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, + "set_car_state_W": 2, + "lampRedNS": 2, + "lampAmberNS": 2, + "lampGreenNS": 2, + "lampRedE": 2, + "lampAmberE": 2, + "lampGreenE": 2, + "lampRedW": 2, + "lampAmberW": 2, + "lampGreenW": 2, + "lampRedPed": 2, + "lampAmberPed": 2, + "lampGreenPed": 2, + "typedef": 3, + "enum": 1, + "{": 1, + "AllRed": 4, + "GreenNS": 9, + "AmberNS": 5, + "GreenE": 8, + "AmberE": 5, + "GreenW": 8, + "AmberW": 5, + "GreenPed": 4, + "AmberPed": 3, + "}": 1, + "TLstates": 11, + "deriving": 1, + "Eq": 1, + "Bits": 1, + "UInt#": 2, + "Time32": 9, + "CtrSize": 3, + "allRedDelay": 2, + "amberDelay": 2, + "nsGreenDelay": 2, + "ewGreenDelay": 3, + "pedGreenDelay": 1, + "pedAmberDelay": 1, + "clocks_per_sec": 2, + "state": 21, + "next_green": 8, + "secs": 7, + "ped_button_pushed": 4, + "car_present_N": 3, + "car_present_S": 3, + "car_present_E": 4, + "car_present_W": 4, + "car_present_NS": 3, + "cycle_ctr": 6, + "dec_cycle_ctr": 1, + "Rules": 5, + "low_priority_rule": 2, + "rules": 4, + "inc_sec": 1, + "endrules": 4, + "next_state": 8, + "ns": 4, + "0": 2, + "green_seq": 7, + "case": 2, + "endcase": 2, + "car_present": 4, + "make_from_green_rule": 5, + "green_state": 2, + "delay": 2, + "car_is_present": 2, + "from_green": 1, + "make_from_amber_rule": 5, + "amber_state": 2, + "ng": 2, + "from_amber": 1, + "hprs": 10, + "7": 1, + "1": 1, + "2": 1, + "3": 1, + "4": 1, + "5": 1, + "6": 1, + "fromAllRed": 2, + "else": 4, + "noAction": 1, + "high_priority_rules": 4, + "rJoin": 1, + "addRules": 1, + "preempts": 1 + }, + "C": { + "#include": 149, + "const": 358, + "char": 529, + "*blob_type": 2, + ";": 5440, + "struct": 359, + "blob": 6, + "*lookup_blob": 2, + "(": 6219, + "unsigned": 140, + "*sha1": 16, + ")": 6221, + "{": 1529, + "object": 10, + "*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, + "error": 96, + "sha1_to_hex": 8, + "typename": 2, + "NULL": 330, + "}": 1545, + "*": 253, + "int": 446, + "parse_blob_buffer": 2, + "*item": 10, + "void": 279, + "*buffer": 6, + "long": 105, + "size": 120, + "item": 24, + "object.parsed": 4, + "#ifndef": 84, + "BLOB_H": 2, + "#define": 911, + "extern": 37, + "#endif": 236, + "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": 34, + "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, + "check_commit": 2, + "*lookup_commit_reference": 2, + "lookup_commit_reference_gently": 1, + "*lookup_commit_or_die": 2, + "*ref_name": 2, + "*c": 69, + "lookup_commit_reference": 2, + "c": 252, + "die": 5, + "_": 3, + "ref_name": 2, + "hashcmp": 2, + "object.sha1": 8, + "warning": 1, + "*lookup_commit": 2, + "alloc_commit_node": 1, + "*lookup_commit_reference_by_name": 2, + "*name": 12, + "*commit": 10, + "get_sha1": 1, + "name": 28, + "||": 141, + "parse_commit": 3, + "parse_commit_date": 2, + "*buf": 10, + "*tail": 2, + "*dateptr": 1, + "buf": 57, + "tail": 12, + "memcmp": 6, + "while": 70, + "dateptr": 2, + "strtoul": 2, + "commit_graft": 13, + "**commit_graft": 1, + "commit_graft_alloc": 4, + "commit_graft_nr": 5, + "commit_graft_pos": 2, + "lo": 6, + "hi": 5, + "mi": 5, + "/": 9, + "*graft": 3, + "cmp": 9, + "graft": 10, + "register_commit_graft": 2, + "ignore_dups": 2, + "pos": 7, + "free": 62, + "alloc_nr": 1, + "xrealloc": 2, + "parse_commit_buffer": 3, + "buffer": 10, + "*bufptr": 1, + "parent": 7, + "commit_list": 35, + "**pptr": 1, + "<=>": 16, + "bufptr": 12, + "46": 1, + "tree": 3, + "5": 1, + "45": 1, + "n": 70, + "bogus": 1, + "s": 154, + "get_sha1_hex": 2, + "lookup_tree": 1, + "pptr": 5, + "parents": 4, + "lookup_commit_graft": 1, + "*new_parent": 2, + "48": 1, + "7": 1, + "47": 1, + "bad": 1, + "in": 11, + "nr_parent": 3, + "grafts_replace_parents": 1, + "continue": 20, + "new_parent": 6, + "lookup_commit": 2, + "commit_list_insert": 2, + "next": 8, + "date": 5, + "enum": 29, + "object_type": 1, + "ret": 142, + "read_sha1_file": 1, + "find_commit_subject": 2, + "*commit_buffer": 2, + "**subject": 2, + "*eol": 1, + "*p": 9, + "commit_buffer": 1, + "a": 80, + "b_date": 3, + "b": 66, + "a_date": 2, + "*commit_list_get_next": 1, + "*a": 9, + "commit_list_set_next": 1, + "*next": 6, + "commit_list_sort_by_date": 2, + "**list": 5, + "*list": 2, + "llist_mergesort": 1, + "peel_to_type": 1, + "util": 3, + "merge_remote_desc": 3, + "*desc": 1, + "desc": 5, + "xmalloc": 2, + "strdup": 1, + "**commit_list_append": 2, + "**next": 2, + "*new": 1, + "new": 4, + "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, + "*msg": 6, + "*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, + "typedef": 189, + "*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, + "*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, + "<linux/proc_fs.h>": 1, + "<linux/smp.h>": 1, + "<linux/init.h>": 1, + "<linux/notifier.h>": 1, + "<linux/sched.h>": 1, + "<linux/unistd.h>": 1, + "<linux/cpu.h>": 1, + "<linux/oom.h>": 1, + "<linux/rcupdate.h>": 1, + "<linux/export.h>": 1, + "<linux/bug.h>": 1, + "<linux/kthread.h>": 1, + "<linux/stop_machine.h>": 1, + "<linux/mutex.h>": 1, + "<linux/gfp.h>": 1, + "<linux/suspend.h>": 1, + "#ifdef": 64, + "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, + "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, + "case": 273, + "PM_SUSPEND_PREPARE": 1, + "PM_HIBERNATION_PREPARE": 1, + "PM_POST_SUSPEND": 1, + "PM_POST_HIBERNATION": 1, + "default": 33, + "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, + "git_usage_string": 2, + "git_more_info_string": 2, + "N_": 1, + "startup_info": 3, + "git_startup_info": 2, + "use_pager": 8, + "pager_config": 3, + "*cmd": 5, + "want": 3, + "pager_command_config": 2, + "*var": 1, + "*data": 12, + "data": 69, + "prefixcmp": 3, + "var": 7, + "cmd": 46, + "git_config_maybe_bool": 1, + "value": 9, + "xstrdup": 2, + "check_pager_config": 3, + "c.cmd": 1, + "c.want": 2, + "c.value": 3, + "pager_program": 1, + "commit_pager_choice": 4, + "setenv": 1, + "setup_pager": 1, + "handle_options": 2, + "***argv": 2, + "*argc": 1, + "*envchanged": 1, + "**orig_argv": 1, + "*argv": 6, + "new_argv": 7, + "option_count": 1, + "alias_command": 4, + "trace_argv_printf": 3, + "*argcp": 4, + "subdir": 3, + "chdir": 2, + "die_errno": 3, + "errno": 20, + "saved_errno": 1, + "git_version_string": 1, + "GIT_VERSION": 1, + "RUN_SETUP": 81, + "RUN_SETUP_GENTLY": 16, + "USE_PAGER": 3, + "NEED_WORK_TREE": 18, + "cmd_struct": 4, + "option": 9, + "run_builtin": 2, + "help": 4, + "stat": 3, + "st": 2, + "argv": 54, + "setup_git_directory": 1, + "nongit_ok": 2, + "setup_git_directory_gently": 1, + "have_repository": 1, + "trace_repo_setup": 1, + "setup_work_tree": 1, + "fn": 5, + "fstat": 1, + "fileno": 1, + "stdout": 5, + "S_ISFIFO": 1, + "st.st_mode": 2, + "S_ISSOCK": 1, + "fflush": 2, + "ferror": 2, + "fclose": 5, + "handle_internal_command": 3, + "commands": 3, + "cmd_add": 2, + "cmd_annotate": 1, + "cmd_apply": 1, + "cmd_archive": 1, + "cmd_bisect__helper": 1, + "cmd_blame": 2, + "cmd_branch": 1, + "cmd_bundle": 1, + "cmd_cat_file": 1, + "cmd_check_attr": 1, + "cmd_check_ref_format": 1, + "cmd_checkout": 1, + "cmd_checkout_index": 1, + "cmd_cherry": 1, + "cmd_cherry_pick": 1, + "cmd_clean": 1, + "cmd_clone": 1, + "cmd_column": 1, + "cmd_commit": 1, + "cmd_commit_tree": 1, + "cmd_config": 1, + "cmd_count_objects": 1, + "cmd_describe": 1, + "cmd_diff": 1, + "cmd_diff_files": 1, + "cmd_diff_index": 1, + "cmd_diff_tree": 1, + "cmd_fast_export": 1, + "cmd_fetch": 1, + "cmd_fetch_pack": 1, + "cmd_fmt_merge_msg": 1, + "cmd_for_each_ref": 1, + "cmd_format_patch": 1, + "cmd_fsck": 2, + "cmd_gc": 1, + "cmd_get_tar_commit_id": 1, + "cmd_grep": 1, + "cmd_hash_object": 1, + "cmd_help": 1, + "cmd_index_pack": 1, + "cmd_init_db": 2, + "cmd_log": 1, + "cmd_ls_files": 1, + "cmd_ls_remote": 2, + "cmd_ls_tree": 1, + "cmd_mailinfo": 1, + "cmd_mailsplit": 1, + "cmd_merge": 1, + "cmd_merge_base": 1, + "cmd_merge_file": 1, + "cmd_merge_index": 1, + "cmd_merge_ours": 1, + "cmd_merge_recursive": 4, + "cmd_merge_tree": 1, + "cmd_mktag": 1, + "cmd_mktree": 1, + "cmd_mv": 1, + "cmd_name_rev": 1, + "cmd_notes": 1, + "cmd_pack_objects": 1, + "cmd_pack_redundant": 1, + "cmd_pack_refs": 1, + "cmd_patch_id": 1, + "cmd_prune": 1, + "cmd_prune_packed": 1, + "cmd_push": 1, + "cmd_read_tree": 1, + "cmd_receive_pack": 1, + "cmd_reflog": 1, + "cmd_remote": 1, + "cmd_remote_ext": 1, + "cmd_remote_fd": 1, + "cmd_replace": 1, + "cmd_repo_config": 1, + "cmd_rerere": 1, + "cmd_reset": 1, + "cmd_rev_list": 1, + "cmd_rev_parse": 1, + "cmd_revert": 1, + "cmd_rm": 1, + "cmd_send_pack": 1, + "cmd_shortlog": 1, + "cmd_show": 1, + "cmd_show_branch": 1, + "cmd_show_ref": 1, + "cmd_status": 1, + "cmd_stripspace": 1, + "cmd_symbolic_ref": 1, + "cmd_tag": 1, + "cmd_tar_tree": 1, + "cmd_unpack_file": 1, + "cmd_unpack_objects": 1, + "cmd_update_index": 1, + "cmd_update_ref": 1, + "cmd_update_server_info": 1, + "cmd_upload_archive": 1, + "cmd_upload_archive_writer": 1, + "cmd_var": 1, + "cmd_verify_pack": 1, + "cmd_verify_tag": 1, + "cmd_version": 1, + "cmd_whatchanged": 1, + "cmd_write_tree": 1, + "ext": 4, + "STRIP_EXTENSION": 1, + "*argv0": 1, + "argv0": 2, + "ARRAY_SIZE": 1, + "exit": 20, + "execv_dashed_external": 2, + "STRBUF_INIT": 1, + "*tmp": 1, + "strbuf_addf": 1, + "tmp": 6, + "cmd.buf": 1, + "run_command_v_opt": 1, + "RUN_SILENT_EXEC_FAILURE": 1, + "RUN_CLEAN_ON_EXIT": 1, + "ENOENT": 3, + "strbuf_release": 1, + "run_argv": 2, + "done_alias": 4, + "argcp": 2, + "handle_alias": 1, + "main": 3, + "git_extract_argv0_path": 1, + "git_setup_gettext": 1, + "printf": 4, + "list_common_cmds_help": 1, + "setup_path": 1, + "done_help": 3, + "was_alias": 3, + "fprintf": 18, + "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, + "<stdio.h>": 7, + "HELLO_H": 2, + "hello": 1, + "<assert.h>": 5, + "<stddef.h>": 2, + "<ctype.h>": 3, + "<stdlib.h>": 3, + "<string.h>": 4, + "<limits.h>": 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": 18, + "HTTP_PARSER_VERSION_MAJOR": 1, + "HTTP_PARSER_VERSION_MINOR": 1, + "<sys/types.h>": 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, + "<stdint.h>": 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, + "strncasecmp": 2, + "_strnicmp": 1, + "REF_TABLE_SIZE": 1, + "BUFFER_BLOCK": 5, + "BUFFER_SPAN": 9, + "MKD_LI_END": 1, + "gperf_case_strncmp": 1, + "s1": 6, + "s2": 6, + "GPERF_DOWNCASE": 1, + "GPERF_CASE_STRNCMP": 1, + "link_ref": 2, + "*link": 1, + "*title": 1, + "sd_markdown": 6, + "tag": 1, + "tag_len": 3, + "w": 6, + "is_empty": 4, + "htmlblock_end": 3, + "*curtag": 2, + "*rndr": 4, + "start_of_line": 2, + "tag_size": 3, + "curtag": 8, + "end_tag": 4, + "block_lines": 3, + "htmlblock_end_tag": 1, + "rndr": 25, + "parse_htmlblock": 1, + "*ob": 3, + "do_render": 4, + "tag_end": 7, + "work": 4, + "find_block_tag": 1, + "work.size": 5, + "cb.blockhtml": 6, + "ob": 14, + "opaque": 8, + "parse_table_row": 1, + "columns": 3, + "*col_data": 1, + "header_flag": 3, + "col": 9, + "*row_work": 1, + "cb.table_cell": 3, + "cb.table_row": 2, + "row_work": 4, + "rndr_newbuf": 2, + "cell_start": 5, + "cell_end": 6, + "*cell_work": 1, + "cell_work": 3, + "_isspace": 3, + "parse_inline": 1, + "col_data": 2, + "rndr_popbuf": 2, + "empty_cell": 2, + "parse_table_header": 1, + "*columns": 2, + "**column_data": 1, + "pipes": 23, + "header_end": 7, + "under_end": 1, + "*column_data": 1, + "calloc": 1, + "beg": 10, + "doc_size": 6, + "document": 9, + "UTF8_BOM": 1, + "is_ref": 1, + "md": 18, + "refs": 2, + "expand_tabs": 1, + "text": 22, + "bufputc": 2, + "bufgrow": 1, + "MARKDOWN_GROW": 1, + "cb.doc_header": 2, + "parse_block": 1, + "cb.doc_footer": 2, + "bufrelease": 3, + "free_link_refs": 1, + "work_bufs": 8, + ".size": 2, + "sd_markdown_free": 1, + "*md": 1, + ".asize": 2, + ".item": 2, + "stack_free": 2, + "sd_version": 1, + "*ver_major": 2, + "*ver_minor": 2, + "*ver_revision": 2, + "SUNDOWN_VER_MAJOR": 1, + "SUNDOWN_VER_MINOR": 1, + "SUNDOWN_VER_REVISION": 1, + "<errno.h>": 4, + "<sys/wait.h>": 2, + "<poll.h>": 1, + "<unistd.h>": 1, + "<fcntl.h>": 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, + "<time.h>": 1, + "<signal.h>": 1, + "<stdarg.h>": 1, + "<arpa/inet.h>": 1, + "<sys/stat.h>": 1, + "<sys/time.h>": 1, + "<sys/resource.h>": 2, + "<sys/uio.h>": 1, + "<float.h>": 1, + "<math.h>": 3, + "<sys/utsname.h>": 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, + "*1000000": 1, + "tv.tv_usec": 3, + "mstime": 5, + "/1000": 1, + "exitFromChild": 1, + "retcode": 3, + "COVERAGE_TEST": 1, + "dictVanillaFree": 1, + "*privdata": 8, + "*val": 4, + "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, + "char*": 166, + "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__": 7, + "__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, + "<rf_io.h>": 1, + "<rf_utils.h>": 2, + "<String/rfc_string.h>": 2, + "//": 257, + "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, + "<rf_setup.h>": 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, + "<String/rfc_stringx.h>": 1, + "<rf_localmem.h>": 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, + "<i;j+=4)>": 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, + "<thisstr->": 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, + "<keepLength;>": 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, + "memmove": 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, + "<rf_options.h>": 1, + "RF_MODULE_STRINGS//": 1, + "included": 2, + "module": 3, + "<Preprocessor/rf_xmacro_argcount.h>": 1, + "argument": 1, + "wrapping": 1, + "functionality": 1, + "<IO/rf_unicode.h>": 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, + "headers": 1, + "compile": 1, + "extensions": 1, + "please": 1, + "install": 1, + "development": 1, + "Python.": 1, + "PY_VERSION_HEX": 11, + "Cython": 1, + "requires": 1, + ".": 1, + "offsetof": 2, + "member": 2, + "type*": 1, + "WIN32": 2, + "MS_WINDOWS": 2, + "__stdcall": 2, + "__cdecl": 2, + "__fastcall": 2, + "DL_IMPORT": 2, + "DL_EXPORT": 2, + "PY_LONG_LONG": 5, + "LONG_LONG": 1, + "Py_HUGE_VAL": 2, + "HUGE_VAL": 1, + "PYPY_VERSION": 1, + "CYTHON_COMPILING_IN_PYPY": 3, + "CYTHON_COMPILING_IN_CPYTHON": 6, + "Py_ssize_t": 35, + "PY_SSIZE_T_MAX": 1, + "INT_MAX": 1, + "PY_SSIZE_T_MIN": 1, + "INT_MIN": 1, + "PY_FORMAT_SIZE_T": 1, + "CYTHON_FORMAT_SSIZE_T": 2, + "PyInt_FromSsize_t": 6, + "PyInt_FromLong": 3, + "PyInt_AsSsize_t": 3, + "__Pyx_PyInt_AsInt": 2, + "PyNumber_Index": 1, + "PyNumber_Check": 2, + "PyFloat_Check": 2, + "PyNumber_Int": 1, + "PyErr_Format": 4, + "PyExc_TypeError": 4, + "Py_TYPE": 7, + "tp_name": 4, + "PyObject*": 24, + "__Pyx_PyIndex_Check": 3, + "PyComplex_Check": 1, + "PyIndex_Check": 2, + "PyErr_WarnEx": 1, + "category": 2, + "stacklevel": 1, + "PyErr_Warn": 1, + "__PYX_BUILD_PY_SSIZE_T": 2, + "Py_REFCNT": 1, + "ob_refcnt": 1, + "ob_type": 7, + "Py_SIZE": 1, + "PyVarObject*": 1, + "ob_size": 1, + "PyVarObject_HEAD_INIT": 1, + "PyObject_HEAD_INIT": 1, + "PyType_Modified": 1, + "PyObject": 276, + "itemsize": 1, + "readonly": 1, + "ndim": 2, + "*shape": 1, + "*strides": 1, + "*suboffsets": 1, + "*internal": 1, + "Py_buffer": 6, + "PyBUF_SIMPLE": 1, + "PyBUF_WRITABLE": 3, + "PyBUF_FORMAT": 3, + "PyBUF_ND": 2, + "PyBUF_STRIDES": 6, + "PyBUF_C_CONTIGUOUS": 1, + "PyBUF_F_CONTIGUOUS": 1, + "PyBUF_ANY_CONTIGUOUS": 1, + "PyBUF_INDIRECT": 2, + "PyBUF_RECORDS": 1, + "PyBUF_FULL": 1, + "PY_MAJOR_VERSION": 13, + "__Pyx_BUILTIN_MODULE_NAME": 2, + "__Pyx_PyCode_New": 2, + "l": 7, + "fv": 4, + "cell": 4, + "fline": 4, + "lnos": 4, + "PyCode_New": 2, + "PY_MINOR_VERSION": 1, + "PyUnicode_FromString": 2, + "PyUnicode_Decode": 1, + "Py_TPFLAGS_CHECKTYPES": 1, + "Py_TPFLAGS_HAVE_INDEX": 1, + "Py_TPFLAGS_HAVE_NEWBUFFER": 1, + "PyUnicode_KIND": 1, + "CYTHON_PEP393_ENABLED": 2, + "__Pyx_PyUnicode_READY": 2, + "op": 8, + "PyUnicode_IS_READY": 1, + "_PyUnicode_Ready": 1, + "__Pyx_PyUnicode_GET_LENGTH": 2, + "PyUnicode_GET_LENGTH": 1, + "__Pyx_PyUnicode_READ_CHAR": 2, + "PyUnicode_READ_CHAR": 1, + "__Pyx_PyUnicode_READ": 2, + "PyUnicode_READ": 1, + "PyUnicode_GET_SIZE": 1, + "Py_UCS4": 2, + "PyUnicode_AS_UNICODE": 1, + "Py_UNICODE*": 1, + "PyBaseString_Type": 1, + "PyUnicode_Type": 2, + "PyStringObject": 2, + "PyUnicodeObject": 1, + "PyString_Type": 2, + "PyString_Check": 2, + "PyUnicode_Check": 1, + "PyString_CheckExact": 2, + "PyUnicode_CheckExact": 1, + "PyBytesObject": 1, + "PyBytes_Type": 1, + "PyBytes_Check": 1, + "PyBytes_CheckExact": 1, + "PyBytes_FromString": 2, + "PyString_FromString": 2, + "PyBytes_FromStringAndSize": 1, + "PyString_FromStringAndSize": 1, + "PyBytes_FromFormat": 1, + "PyString_FromFormat": 1, + "PyBytes_DecodeEscape": 1, + "PyString_DecodeEscape": 1, + "PyBytes_AsString": 2, + "PyString_AsString": 1, + "PyBytes_AsStringAndSize": 1, + "PyString_AsStringAndSize": 1, + "PyBytes_Size": 1, + "PyString_Size": 1, + "PyBytes_AS_STRING": 1, + "PyString_AS_STRING": 1, + "PyBytes_GET_SIZE": 1, + "PyString_GET_SIZE": 1, + "PyBytes_Repr": 1, + "PyString_Repr": 1, + "PyBytes_Concat": 1, + "PyString_Concat": 1, + "PyBytes_ConcatAndDel": 1, + "PyString_ConcatAndDel": 1, + "PySet_Check": 1, + "PyObject_TypeCheck": 3, + "PySet_Type": 2, + "PyFrozenSet_Check": 1, + "PyFrozenSet_Type": 1, + "PySet_CheckExact": 2, + "__Pyx_TypeCheck": 1, + "PyTypeObject": 25, + "PyIntObject": 1, + "PyLongObject": 2, + "PyInt_Type": 1, + "PyLong_Type": 1, + "PyInt_Check": 1, + "PyLong_Check": 1, + "PyInt_CheckExact": 1, + "PyLong_CheckExact": 1, + "PyInt_FromString": 1, + "PyLong_FromString": 1, + "PyInt_FromUnicode": 1, + "PyLong_FromUnicode": 1, + "PyLong_FromLong": 1, + "PyInt_FromSize_t": 1, + "PyLong_FromSize_t": 1, + "PyLong_FromSsize_t": 1, + "PyInt_AsLong": 2, + "PyLong_AsLong": 1, + "PyInt_AS_LONG": 1, + "PyLong_AS_LONG": 1, + "PyLong_AsSsize_t": 1, + "PyInt_AsUnsignedLongMask": 1, + "PyLong_AsUnsignedLongMask": 1, + "PyInt_AsUnsignedLongLongMask": 1, + "PyLong_AsUnsignedLongLongMask": 1, + "PyBoolObject": 1, + "Py_hash_t": 1, + "__Pyx_PyInt_FromHash_t": 2, + "__Pyx_PyInt_AsHash_t": 2, + "__Pyx_PySequence_GetSlice": 2, + "PySequence_GetSlice": 2, + "__Pyx_PySequence_SetSlice": 2, + "PySequence_SetSlice": 2, + "__Pyx_PySequence_DelSlice": 2, + "PySequence_DelSlice": 2, + "PyErr_SetString": 3, + "PyExc_SystemError": 3, + "tp_as_mapping": 3, + "PyMethod_New": 2, + "func": 3, + "klass": 1, + "PyInstanceMethod_New": 1, + "__Pyx_GetAttrString": 2, + "PyObject_GetAttrString": 2, + "__Pyx_SetAttrString": 2, + "PyObject_SetAttrString": 2, + "__Pyx_DelAttrString": 2, + "PyObject_DelAttrString": 2, + "__Pyx_NAMESTR": 2, + "__Pyx_DOCSTR": 2, + "__Pyx_PyNumber_Divide": 2, + "y": 14, + "PyNumber_TrueDivide": 1, + "__Pyx_PyNumber_InPlaceDivide": 2, + "PyNumber_InPlaceTrueDivide": 1, + "PyNumber_Divide": 1, + "PyNumber_InPlaceDivide": 1, + "__PYX_EXTERN_C": 3, + "_USE_MATH_DEFINES": 1, + "__PYX_HAVE__sklearn__linear_model__sgd_fast": 1, + "__PYX_HAVE_API__sklearn__linear_model__sgd_fast": 1, + "_OPENMP": 1, + "<omp.h>": 1, + "PYREX_WITHOUT_ASSERTIONS": 1, + "CYTHON_WITHOUT_ASSERTIONS": 1, + "CYTHON_INLINE": 65, + "__inline__": 1, + "__inline": 1, + "__STDC_VERSION__": 2, + "L": 1, + "CYTHON_UNUSED": 14, + "**p": 1, + "is_unicode": 1, + "is_str": 1, + "intern": 1, + "__Pyx_StringTabEntry": 2, + "__Pyx_PyBytes_FromUString": 1, + "__Pyx_PyBytes_AsUString": 1, + "__Pyx_Owned_Py_None": 1, + "Py_INCREF": 10, + "Py_None": 8, + "__Pyx_PyBool_FromLong": 1, + "Py_True": 2, + "Py_False": 2, + "__Pyx_PyObject_IsTrue": 1, + "__Pyx_PyNumber_Int": 1, + "__Pyx_PyIndex_AsSsize_t": 1, + "__Pyx_PyInt_FromSize_t": 1, + "__Pyx_PyInt_AsSize_t": 1, + "__pyx_PyFloat_AsDouble": 12, + "PyFloat_CheckExact": 1, + "PyFloat_AS_DOUBLE": 1, + "PyFloat_AsDouble": 2, + "__pyx_PyFloat_AsFloat": 1, + "__builtin_expect": 2, + "*__pyx_m": 1, + "*__pyx_b": 1, + "*__pyx_empty_tuple": 1, + "*__pyx_empty_bytes": 1, + "__pyx_lineno": 58, + "__pyx_clineno": 58, + "__pyx_cfilenm": 1, + "__FILE__": 4, + "*__pyx_filename": 7, + "CYTHON_CCOMPLEX": 12, + "_Complex_I": 3, + "<complex>": 1, + "<complex.h>": 1, + "__sun__": 1, + "fj": 1, + "*__pyx_f": 1, + "IS_UNSIGNED": 1, + "__Pyx_StructField_": 2, + "__PYX_BUF_FLAGS_PACKED_STRUCT": 1, + "__Pyx_StructField_*": 1, + "fields": 1, + "arraysize": 1, + "typegroup": 1, + "is_unsigned": 1, + "__Pyx_TypeInfo": 2, + "__Pyx_TypeInfo*": 2, + "offset": 1, + "__Pyx_StructField": 2, + "__Pyx_StructField*": 1, + "field": 1, + "parent_offset": 1, + "__Pyx_BufFmt_StackElem": 1, + "root": 1, + "__Pyx_BufFmt_StackElem*": 2, + "fmt_offset": 1, + "new_count": 1, + "enc_count": 1, + "struct_alignment": 1, + "is_complex": 1, + "enc_type": 1, + "new_packmode": 1, + "enc_packmode": 1, + "is_valid_array": 1, + "__Pyx_BufFmt_Context": 1, + "npy_int8": 1, + "__pyx_t_5numpy_int8_t": 1, + "npy_int16": 1, + "__pyx_t_5numpy_int16_t": 1, + "npy_int32": 1, + "__pyx_t_5numpy_int32_t": 4, + "npy_int64": 1, + "__pyx_t_5numpy_int64_t": 1, + "npy_uint8": 1, + "__pyx_t_5numpy_uint8_t": 1, + "npy_uint16": 1, + "__pyx_t_5numpy_uint16_t": 1, + "npy_uint32": 1, + "__pyx_t_5numpy_uint32_t": 1, + "npy_uint64": 1, + "__pyx_t_5numpy_uint64_t": 1, + "npy_float32": 1, + "__pyx_t_5numpy_float32_t": 1, + "npy_float64": 1, + "__pyx_t_5numpy_float64_t": 4, + "npy_long": 1, + "__pyx_t_5numpy_int_t": 1, + "npy_longlong": 2, + "__pyx_t_5numpy_long_t": 1, + "__pyx_t_5numpy_longlong_t": 1, + "npy_ulong": 1, + "__pyx_t_5numpy_uint_t": 1, + "npy_ulonglong": 2, + "__pyx_t_5numpy_ulong_t": 1, + "__pyx_t_5numpy_ulonglong_t": 1, + "npy_intp": 1, + "__pyx_t_5numpy_intp_t": 1, + "npy_uintp": 1, + "__pyx_t_5numpy_uintp_t": 1, + "npy_double": 2, + "__pyx_t_5numpy_float_t": 1, + "__pyx_t_5numpy_double_t": 1, + "npy_longdouble": 1, + "__pyx_t_5numpy_longdouble_t": 1, + "__pyx_t_7sklearn_5utils_13weight_vector_DOUBLE": 2, + "__pyx_t_7sklearn_5utils_13weight_vector_INTEGER": 1, + "__pyx_t_7sklearn_5utils_11seq_dataset_DOUBLE": 7, + "__pyx_t_7sklearn_5utils_11seq_dataset_INTEGER": 7, + "__pyx_t_7sklearn_12linear_model_8sgd_fast_DOUBLE": 4, + "__pyx_t_7sklearn_12linear_model_8sgd_fast_INTEGER": 3, + "std": 8, + "complex": 2, + "__pyx_t_float_complex": 27, + "_Complex": 2, + "real": 2, + "imag": 2, + "__pyx_t_double_complex": 27, + "__pyx_obj_7sklearn_12linear_model_8sgd_fast_LossFunction": 15, + "__pyx_obj_7sklearn_12linear_model_8sgd_fast_Regression": 11, + "__pyx_obj_7sklearn_12linear_model_8sgd_fast_Huber": 6, + "__pyx_obj_7sklearn_5utils_11seq_dataset_SequentialDataset": 5, + "__pyx_obj_7sklearn_12linear_model_8sgd_fast_EpsilonInsensitive": 6, + "__pyx_obj_7sklearn_12linear_model_8sgd_fast_Classification": 7, + "__pyx_obj_7sklearn_5utils_11seq_dataset_CSRDataset": 2, + "__pyx_obj_7sklearn_12linear_model_8sgd_fast_Log": 5, + "__pyx_obj_7sklearn_12linear_model_8sgd_fast_Hinge": 6, + "__pyx_obj_7sklearn_5utils_11seq_dataset_ArrayDataset": 2, + "__pyx_obj_7sklearn_12linear_model_8sgd_fast_SquaredHinge": 6, + "__pyx_obj_7sklearn_12linear_model_8sgd_fast_ModifiedHuber": 5, + "__pyx_obj_7sklearn_5utils_13weight_vector_WeightVector": 3, + "__pyx_obj_7sklearn_12linear_model_8sgd_fast_SquaredLoss": 5, + "__pyx_obj_7sklearn_12linear_model_8sgd_fast_SquaredEpsilonInsensitive": 6, + "npy_cfloat": 1, + "__pyx_t_5numpy_cfloat_t": 1, + "npy_cdouble": 2, + "__pyx_t_5numpy_cdouble_t": 1, + "npy_clongdouble": 1, + "__pyx_t_5numpy_clongdouble_t": 1, + "__pyx_t_5numpy_complex_t": 1, + "PyObject_HEAD": 3, + "__pyx_vtabstruct_7sklearn_12linear_model_8sgd_fast_LossFunction": 5, + "*__pyx_vtab": 3, + "__pyx_base": 18, + "__pyx_vtabstruct_7sklearn_5utils_11seq_dataset_SequentialDataset": 4, + "n_samples": 1, + "epsilon": 2, + "current_index": 2, + "stride": 2, + "*X_data_ptr": 2, + "*X_indptr_ptr": 1, + "*X_indices_ptr": 1, + "*Y_data_ptr": 2, + "PyArrayObject": 8, + "*feature_indices": 2, + "*feature_indices_ptr": 2, + "*index": 2, + "*index_data_ptr": 2, + "*sample_weight_data": 2, + "threshold": 2, + "n_features": 2, + "__pyx_vtabstruct_7sklearn_5utils_13weight_vector_WeightVector": 3, + "*w_data_ptr": 1, + "wscale": 1, + "sq_norm": 1, + "*__pyx_vtabptr_7sklearn_5utils_11seq_dataset_SequentialDataset": 1, + "__pyx_vtabstruct_7sklearn_5utils_11seq_dataset_ArrayDataset": 2, + "*__pyx_vtabptr_7sklearn_5utils_11seq_dataset_ArrayDataset": 1, + "__pyx_vtabstruct_7sklearn_5utils_11seq_dataset_CSRDataset": 2, + "*__pyx_vtabptr_7sklearn_5utils_11seq_dataset_CSRDataset": 1, + "__pyx_vtabstruct_7sklearn_12linear_model_8sgd_fast_EpsilonInsensitive": 2, + "__pyx_vtabstruct_7sklearn_12linear_model_8sgd_fast_Regression": 3, + "*__pyx_vtabptr_7sklearn_12linear_model_8sgd_fast_EpsilonInsensitive": 1, + "__pyx_vtabstruct_7sklearn_12linear_model_8sgd_fast_SquaredHinge": 2, + "*__pyx_vtabptr_7sklearn_12linear_model_8sgd_fast_SquaredHinge": 1, + "__pyx_vtabstruct_7sklearn_12linear_model_8sgd_fast_Huber": 2, + "*__pyx_vtabptr_7sklearn_12linear_model_8sgd_fast_Huber": 1, + "__pyx_vtabstruct_7sklearn_12linear_model_8sgd_fast_Hinge": 2, + "__pyx_vtabstruct_7sklearn_12linear_model_8sgd_fast_Classification": 1, + "*__pyx_vtabptr_7sklearn_12linear_model_8sgd_fast_Hinge": 1, + "*__pyx_vtabptr_7sklearn_5utils_13weight_vector_WeightVector": 1, + "CYTHON_REFNANNY": 3, + "__Pyx_RefNannyAPIStruct": 3, + "*__Pyx_RefNanny": 1, + "*__Pyx_RefNannyImportAPI": 1, + "*modname": 1, + "__Pyx_RefNannyDeclarations": 11, + "*__pyx_refnanny": 1, + "WITH_THREAD": 1, + "__Pyx_RefNannySetupContext": 12, + "acquire_gil": 4, + "PyGILState_STATE": 1, + "__pyx_gilstate_save": 2, + "PyGILState_Ensure": 1, + "__pyx_refnanny": 8, + "__Pyx_RefNanny": 8, + "SetupContext": 3, + "PyGILState_Release": 1, + "__Pyx_RefNannyFinishContext": 14, + "FinishContext": 1, + "__Pyx_INCREF": 6, + "INCREF": 1, + "__Pyx_DECREF": 20, + "DECREF": 1, + "__Pyx_GOTREF": 24, + "GOTREF": 1, + "__Pyx_GIVEREF": 9, + "GIVEREF": 1, + "__Pyx_XINCREF": 2, + "__Pyx_XDECREF": 20, + "__Pyx_XGOTREF": 2, + "__Pyx_XGIVEREF": 5, + "Py_DECREF": 2, + "Py_XINCREF": 1, + "Py_XDECREF": 1, + "__Pyx_CLEAR": 1, + "__Pyx_XCLEAR": 1, + "*__Pyx_GetName": 1, + "__Pyx_ErrRestore": 1, + "*type": 4, + "*tb": 2, + "__Pyx_ErrFetch": 1, + "**type": 1, + "**value": 1, + "**tb": 1, + "__Pyx_Raise": 4, + "*cause": 1, + "__Pyx_RaiseArgtupleInvalid": 7, + "func_name": 2, + "num_min": 1, + "num_max": 1, + "num_found": 1, + "__Pyx_RaiseDoubleKeywordsError": 1, + "kw_name": 1, + "__Pyx_ParseOptionalKeywords": 4, + "*kwds": 1, + "**argnames": 1, + "*kwds2": 1, + "*values": 1, + "num_pos_args": 1, + "function_name": 1, + "__Pyx_ArgTypeTest": 1, + "none_allowed": 1, + "__Pyx_GetBufferAndValidate": 1, + "Py_buffer*": 2, + "dtype": 1, + "nd": 1, + "cast": 1, + "__Pyx_SafeReleaseBuffer": 1, + "__Pyx_TypeTest": 1, + "__Pyx_RaiseBufferFallbackError": 1, + "*__Pyx_GetItemInt_Generic": 1, + "*r": 7, + "PyObject_GetItem": 1, + "__Pyx_GetItemInt_List": 1, + "to_py_func": 6, + "__Pyx_GetItemInt_List_Fast": 1, + "__Pyx_GetItemInt_Generic": 6, + "*__Pyx_GetItemInt_List_Fast": 1, + "PyList_GET_SIZE": 5, + "PyList_GET_ITEM": 3, + "PySequence_GetItem": 3, + "__Pyx_GetItemInt_Tuple": 1, + "__Pyx_GetItemInt_Tuple_Fast": 1, + "*__Pyx_GetItemInt_Tuple_Fast": 1, + "PyTuple_GET_SIZE": 14, + "PyTuple_GET_ITEM": 15, + "__Pyx_GetItemInt": 1, + "__Pyx_GetItemInt_Fast": 2, + "PyList_CheckExact": 1, + "PyTuple_CheckExact": 1, + "PySequenceMethods": 1, + "*m": 1, + "tp_as_sequence": 1, + "sq_item": 2, + "sq_length": 2, + "PySequence_Check": 1, + "__Pyx_RaiseTooManyValuesError": 1, + "expected": 2, + "__Pyx_RaiseNeedMoreValuesError": 1, + "__Pyx_RaiseNoneNotIterableError": 1, + "__Pyx_IterFinish": 1, + "__Pyx_IternextUnpackEndCheck": 1, + "*retval": 1, + "shape": 1, + "strides": 1, + "suboffsets": 1, + "__Pyx_Buf_DimInfo": 2, + "pybuffer": 1, + "__Pyx_Buffer": 2, + "*rcbuffer": 1, + "diminfo": 1, + "__Pyx_LocalBuf_ND": 1, + "__Pyx_GetBuffer": 2, + "*view": 2, + "__Pyx_ReleaseBuffer": 2, + "PyObject_GetBuffer": 1, + "PyBuffer_Release": 1, + "__Pyx_zeros": 1, + "__Pyx_minusones": 1, + "*__Pyx_Import": 1, + "*from_list": 1, + "__Pyx_RaiseImportError": 1, + "__Pyx_Print": 1, + "__pyx_print": 1, + "__pyx_print_kwargs": 1, + "__Pyx_PrintOne": 1, + "__Pyx_CREAL": 4, + ".real": 3, + "__Pyx_CIMAG": 4, + ".imag": 3, + "__real__": 1, + "__imag__": 1, + "__Pyx_SET_CREAL": 2, + "__Pyx_SET_CIMAG": 2, + "__pyx_t_float_complex_from_parts": 1, + "__Pyx_c_eqf": 2, + "__Pyx_c_sumf": 2, + "__Pyx_c_difff": 2, + "__Pyx_c_prodf": 2, + "__Pyx_c_quotf": 2, + "__Pyx_c_negf": 2, + "__Pyx_c_is_zerof": 3, + "__Pyx_c_conjf": 3, + "conj": 3, + "__Pyx_c_absf": 3, + "abs": 2, + "__Pyx_c_powf": 3, + "pow": 2, + "conjf": 1, + "cabsf": 1, + "cpowf": 1, + "__pyx_t_double_complex_from_parts": 1, + "__Pyx_c_eq": 2, + "__Pyx_c_sum": 2, + "__Pyx_c_diff": 2, + "__Pyx_c_prod": 2, + "__Pyx_c_quot": 2, + "__Pyx_c_neg": 2, + "__Pyx_c_is_zero": 3, + "__Pyx_c_conj": 3, + "__Pyx_c_abs": 3, + "__Pyx_c_pow": 3, + "cabs": 1, + "cpow": 1, + "__Pyx_PyInt_AsUnsignedChar": 1, + "__Pyx_PyInt_AsUnsignedShort": 1, + "__Pyx_PyInt_AsUnsignedInt": 1, + "__Pyx_PyInt_AsChar": 1, + "__Pyx_PyInt_AsShort": 1, + "signed": 5, + "__Pyx_PyInt_AsSignedChar": 1, + "__Pyx_PyInt_AsSignedShort": 1, + "__Pyx_PyInt_AsSignedInt": 1, + "__Pyx_PyInt_AsLongDouble": 1, + "__Pyx_PyInt_AsUnsignedLong": 1, + "__Pyx_PyInt_AsUnsignedLongLong": 1, + "__Pyx_PyInt_AsLong": 1, + "__Pyx_PyInt_AsLongLong": 1, + "__Pyx_PyInt_AsSignedLong": 1, + "__Pyx_PyInt_AsSignedLongLong": 1, + "__Pyx_WriteUnraisable": 4, + "clineno": 1, + "lineno": 1, + "*filename": 2, + "__Pyx_check_binary_version": 1, + "__Pyx_SetVtable": 1, + "*vtable": 1, + "__Pyx_PyIdentifier_FromString": 3, + "*__Pyx_ImportModule": 1, + "*__Pyx_ImportType": 1, + "*module_name": 1, + "*class_name": 1, + "__Pyx_GetVtable": 1, + "code_line": 4, + "PyCodeObject*": 2, + "code_object": 2, + "__Pyx_CodeObjectCacheEntry": 1, + "__Pyx_CodeObjectCache": 2, + "max_count": 1, + "__Pyx_CodeObjectCacheEntry*": 2, + "entries": 2, + "__pyx_code_cache": 1, + "__pyx_bisect_code_objects": 1, + "PyCodeObject": 1, + "*__pyx_find_code_object": 1, + "__pyx_insert_code_object": 1, + "__Pyx_AddTraceback": 7, + "*funcname": 1, + "c_line": 1, + "py_line": 1, + "__Pyx_InitStrings": 1, + "*__pyx_ptype_7cpython_4type_type": 1, + "*__pyx_ptype_5numpy_dtype": 1, + "*__pyx_ptype_5numpy_flatiter": 1, + "*__pyx_ptype_5numpy_broadcast": 1, + "*__pyx_ptype_5numpy_ndarray": 1, + "*__pyx_ptype_5numpy_ufunc": 1, + "*__pyx_f_5numpy__util_dtypestring": 1, + "PyArray_Descr": 1, + "*__pyx_ptype_7sklearn_5utils_13weight_vector_WeightVector": 1, + "*__pyx_ptype_7sklearn_5utils_11seq_dataset_SequentialDataset": 1, + "*__pyx_ptype_7sklearn_5utils_11seq_dataset_ArrayDataset": 1, + "*__pyx_ptype_7sklearn_5utils_11seq_dataset_CSRDataset": 1, + "*__pyx_ptype_7sklearn_12linear_model_8sgd_fast_LossFunction": 1, + "*__pyx_ptype_7sklearn_12linear_model_8sgd_fast_Regression": 1, + "*__pyx_ptype_7sklearn_12linear_model_8sgd_fast_Classification": 1, + "*__pyx_ptype_7sklearn_12linear_model_8sgd_fast_ModifiedHuber": 1, + "*__pyx_ptype_7sklearn_12linear_model_8sgd_fast_Hinge": 1, + "*__pyx_ptype_7sklearn_12linear_model_8sgd_fast_SquaredHinge": 1, + "*__pyx_ptype_7sklearn_12linear_model_8sgd_fast_Log": 1, + "*__pyx_ptype_7sklearn_12linear_model_8sgd_fast_SquaredLoss": 1, + "*__pyx_ptype_7sklearn_12linear_model_8sgd_fast_Huber": 1, + "*__pyx_ptype_7sklearn_12linear_model_8sgd_fast_EpsilonInsensitive": 1, + "*__pyx_ptype_7sklearn_12linear_model_8sgd_fast_SquaredEpsilonInsensitive": 1, + "__pyx_f_7sklearn_12linear_model_8sgd_fast_max": 1, + "__pyx_f_7sklearn_12linear_model_8sgd_fast_min": 1, + "__pyx_f_7sklearn_12linear_model_8sgd_fast_sqnorm": 1, + "__pyx_f_7sklearn_12linear_model_8sgd_fast_l1penalty": 1, + "__Pyx_TypeInfo_nn___pyx_t_7sklearn_12linear_model_8sgd_fast_DOUBLE": 1, + "__Pyx_MODULE_NAME": 1, + "__pyx_module_is_main_sklearn__linear_model__sgd_fast": 1, + "*__pyx_builtin_NotImplementedError": 1, + "*__pyx_builtin_range": 1, + "*__pyx_builtin_ValueError": 1, + "*__pyx_builtin_RuntimeError": 1, + "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_12LossFunction_loss": 2, + "*__pyx_v_self": 52, + "__pyx_v_p": 46, + "__pyx_v_y": 46, + "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_12LossFunction_2dloss": 2, + "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_10Regression_loss": 2, + "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_10Regression_2dloss": 1, + "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_14Classification_loss": 1, + "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_14Classification_2dloss": 1, + "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_13ModifiedHuber_loss": 1, + "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_13ModifiedHuber_2dloss": 1, + "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_13ModifiedHuber_4__reduce__": 1, + "__pyx_pf_7sklearn_12linear_model_8sgd_fast_5Hinge___init__": 1, + "__pyx_v_threshold": 2, + "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_5Hinge_2loss": 1, + "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_5Hinge_4dloss": 1, + "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_5Hinge_6__reduce__": 1, + "__pyx_pf_7sklearn_12linear_model_8sgd_fast_12SquaredHinge___init__": 1, + "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_12SquaredHinge_2loss": 1, + "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_12SquaredHinge_4dloss": 1, + "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_12SquaredHinge_6__reduce__": 1, + "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_3Log_loss": 1, + "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_3Log_2dloss": 1, + "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_3Log_4__reduce__": 1, + "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_11SquaredLoss_loss": 1, + "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_11SquaredLoss_2dloss": 1, + "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_11SquaredLoss_4__reduce__": 1, + "__pyx_pf_7sklearn_12linear_model_8sgd_fast_5Huber___init__": 1, + "__pyx_v_c": 1, + "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_5Huber_2loss": 1, + "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_5Huber_4dloss": 1, + "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_5Huber_6__reduce__": 1, + "__pyx_pf_7sklearn_12linear_model_8sgd_fast_18EpsilonInsensitive___init__": 1, + "__pyx_v_epsilon": 2, + "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_18EpsilonInsensitive_2loss": 1, + "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_18EpsilonInsensitive_4dloss": 1, + "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_18EpsilonInsensitive_6__reduce__": 1, + "__pyx_pf_7sklearn_12linear_model_8sgd_fast_25SquaredEpsilonInsensitive___init__": 1, + "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_25SquaredEpsilonInsensitive_2loss": 1, + "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_25SquaredEpsilonInsensitive_4dloss": 1, + "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_25SquaredEpsilonInsensitive_6__reduce__": 1, + "*__pyx_pf_7sklearn_12linear_model_8sgd_fast_plain_sgd": 1, + "*__pyx_self": 1, + "*__pyx_v_weights": 1, + "__pyx_v_intercept": 1, + "*__pyx_v_loss": 1, + "__pyx_v_penalty_type": 1, + "__pyx_v_alpha": 1, + "__pyx_v_C": 1, + "__pyx_v_rho": 1, + "*__pyx_v_dataset": 1, + "__pyx_v_n_iter": 1, + "__pyx_v_fit_intercept": 1, + "__pyx_v_verbose": 1, + "__pyx_v_shuffle": 1, + "*__pyx_v_seed": 1, + "__pyx_v_weight_pos": 1, + "__pyx_v_weight_neg": 1, + "__pyx_v_learning_rate": 1, + "__pyx_v_eta0": 1, + "__pyx_v_power_t": 1, + "__pyx_v_t": 1, + "__pyx_v_intercept_decay": 1, + "__pyx_pf_5numpy_7ndarray___getbuffer__": 1, + "*__pyx_v_info": 2, + "__pyx_v_flags": 1, + "__pyx_pf_5numpy_7ndarray_2__releasebuffer__": 1, + "__pyx_k_1": 1, + "__pyx_k_2": 1, + "__pyx_k_3": 1, + "__pyx_k_4": 1, + "__pyx_k_6": 1, + "__pyx_k_8": 1, + "__pyx_k_10": 1, + "__pyx_k_12": 1, + "__pyx_k_13": 1, + "__pyx_k_16": 1, + "__pyx_k_20": 1, + "__pyx_k_21": 1, + "__pyx_k__B": 1, + "__pyx_k__C": 1, + "__pyx_k__H": 1, + "__pyx_k__I": 1, + "__pyx_k__L": 1, + "__pyx_k__O": 1, + "__pyx_k__Q": 1, + "__pyx_k__b": 1, + "__pyx_k__c": 1, + "__pyx_k__d": 1, + "__pyx_k__f": 1, + "__pyx_k__g": 1, + "__pyx_k__h": 1, + "__pyx_k__i": 1, + "__pyx_k__l": 1, + "__pyx_k__p": 1, + "__pyx_k__q": 1, + "__pyx_k__t": 1, + "__pyx_k__u": 1, + "__pyx_k__w": 1, + "__pyx_k__y": 1, + "__pyx_k__Zd": 1, + "__pyx_k__Zf": 1, + "__pyx_k__Zg": 1, + "__pyx_k__np": 1, + "__pyx_k__any": 1, + "__pyx_k__eta": 1, + "__pyx_k__rho": 1, + "__pyx_k__sys": 1, + "__pyx_k__eta0": 1, + "__pyx_k__loss": 1, + "__pyx_k__seed": 1, + "__pyx_k__time": 1, + "__pyx_k__xnnz": 1, + "__pyx_k__alpha": 1, + "__pyx_k__count": 1, + "__pyx_k__dloss": 1, + "__pyx_k__dtype": 1, + "__pyx_k__epoch": 1, + "__pyx_k__isinf": 1, + "__pyx_k__isnan": 1, + "__pyx_k__numpy": 1, + "__pyx_k__order": 1, + "__pyx_k__range": 1, + "__pyx_k__shape": 1, + "__pyx_k__zeros": 1, + "__pyx_k__n_iter": 1, + "__pyx_k__update": 1, + "__pyx_k__dataset": 1, + "__pyx_k__epsilon": 1, + "__pyx_k__float64": 1, + "__pyx_k__nonzero": 1, + "__pyx_k__power_t": 1, + "__pyx_k__shuffle": 1, + "__pyx_k__sumloss": 1, + "__pyx_k__t_start": 1, + "__pyx_k__verbose": 1, + "__pyx_k__weights": 1, + "__pyx_k____main__": 1, + "__pyx_k____test__": 1, + "__pyx_k__is_hinge": 1, + "__pyx_k__intercept": 1, + "__pyx_k__n_samples": 1, + "__pyx_k__plain_sgd": 1, + "__pyx_k__threshold": 1, + "__pyx_k__x_ind_ptr": 1, + "__pyx_k__ValueError": 1, + "__pyx_k__n_features": 1, + "__pyx_k__q_data_ptr": 1, + "__pyx_k__weight_neg": 1, + "__pyx_k__weight_pos": 1, + "__pyx_k__x_data_ptr": 1, + "__pyx_k__RuntimeError": 1, + "__pyx_k__class_weight": 1, + "__pyx_k__penalty_type": 1, + "__pyx_k__fit_intercept": 1, + "__pyx_k__learning_rate": 1, + "__pyx_k__sample_weight": 1, + "__pyx_k__intercept_decay": 1, + "__pyx_k__NotImplementedError": 1, + "*__pyx_kp_s_1": 1, + "*__pyx_kp_u_10": 1, + "*__pyx_kp_u_12": 1, + "*__pyx_kp_u_13": 1, + "*__pyx_kp_u_16": 1, + "*__pyx_kp_s_2": 1, + "*__pyx_kp_s_20": 1, + "*__pyx_n_s_21": 1, + "*__pyx_kp_s_3": 1, + "*__pyx_kp_s_4": 1, + "*__pyx_kp_u_6": 1, + "*__pyx_kp_u_8": 1, + "*__pyx_n_s__C": 1, + "*__pyx_n_s__NotImplementedError": 1, + "*__pyx_n_s__RuntimeError": 1, + "*__pyx_n_s__ValueError": 1, + "*__pyx_n_s____main__": 1, + "*__pyx_n_s____test__": 1, + "*__pyx_n_s__alpha": 1, + "*__pyx_n_s__any": 1, + "*__pyx_n_s__c": 1, + "*__pyx_n_s__class_weight": 1, + "*__pyx_n_s__count": 1, + "*__pyx_n_s__dataset": 1, + "*__pyx_n_s__dloss": 1, + "*__pyx_n_s__dtype": 1, + "*__pyx_n_s__epoch": 1, + "*__pyx_n_s__epsilon": 1, + "*__pyx_n_s__eta": 1, + "*__pyx_n_s__eta0": 1, + "*__pyx_n_s__fit_intercept": 1, + "*__pyx_n_s__float64": 1, + "*__pyx_n_s__i": 1, + "*__pyx_n_s__intercept": 1, + "*__pyx_n_s__intercept_decay": 1, + "*__pyx_n_s__is_hinge": 1, + "*__pyx_n_s__isinf": 1, + "*__pyx_n_s__isnan": 1, + "*__pyx_n_s__learning_rate": 1, + "*__pyx_n_s__loss": 1, + "*__pyx_n_s__n_features": 1, + "*__pyx_n_s__n_iter": 1, + "*__pyx_n_s__n_samples": 1, + "*__pyx_n_s__nonzero": 1, + "*__pyx_n_s__np": 1, + "*__pyx_n_s__numpy": 1, + "*__pyx_n_s__order": 1, + "*__pyx_n_s__p": 1, + "*__pyx_n_s__penalty_type": 1, + "*__pyx_n_s__plain_sgd": 1, + "*__pyx_n_s__power_t": 1, + "*__pyx_n_s__q": 1, + "*__pyx_n_s__q_data_ptr": 1, + "*__pyx_n_s__range": 1, + "*__pyx_n_s__rho": 1, + "*__pyx_n_s__sample_weight": 1, + "*__pyx_n_s__seed": 1, + "*__pyx_n_s__shape": 1, + "*__pyx_n_s__shuffle": 1, + "*__pyx_n_s__sumloss": 1, + "*__pyx_n_s__sys": 1, + "*__pyx_n_s__t": 1, + "*__pyx_n_s__t_start": 1, + "*__pyx_n_s__threshold": 1, + "*__pyx_n_s__time": 1, + "*__pyx_n_s__u": 1, + "*__pyx_n_s__update": 1, + "*__pyx_n_s__verbose": 1, + "*__pyx_n_s__w": 1, + "*__pyx_n_s__weight_neg": 1, + "*__pyx_n_s__weight_pos": 1, + "*__pyx_n_s__weights": 1, + "*__pyx_n_s__x_data_ptr": 1, + "*__pyx_n_s__x_ind_ptr": 1, + "*__pyx_n_s__xnnz": 1, + "*__pyx_n_s__y": 1, + "*__pyx_n_s__zeros": 1, + "*__pyx_int_15": 1, + "*__pyx_k_tuple_5": 1, + "*__pyx_k_tuple_7": 1, + "*__pyx_k_tuple_9": 1, + "*__pyx_k_tuple_11": 1, + "*__pyx_k_tuple_14": 1, + "*__pyx_k_tuple_15": 1, + "*__pyx_k_tuple_17": 1, + "*__pyx_k_tuple_18": 1, + "*__pyx_k_codeobj_19": 1, + "*__pyx_pw_7sklearn_12linear_model_8sgd_fast_12LossFunction_1loss": 3, + "*__pyx_args": 9, + "*__pyx_kwds": 9, + "__pyx_f_7sklearn_12linear_model_8sgd_fast_12LossFunction_loss": 1, + "__pyx_skip_dispatch": 6, + "__pyx_r": 39, + "*__pyx_t_1": 6, + "*__pyx_t_2": 3, + "*__pyx_t_3": 3, + "*__pyx_t_4": 3, + "__pyx_t_5": 12, + "__pyx_v_self": 15, + "tp_dictoffset": 3, + "__pyx_t_1": 69, + "PyObject_GetAttr": 3, + "__pyx_n_s__loss": 2, + "__pyx_filename": 51, + "__pyx_f": 42, + "__pyx_L1_error": 33, + "PyCFunction_Check": 3, + "PyCFunction_GET_FUNCTION": 3, + "PyCFunction": 3, + "__pyx_pw_7sklearn_12linear_model_8sgd_fast_12LossFunction_1loss": 1, + "__pyx_t_2": 21, + "PyFloat_FromDouble": 9, + "__pyx_t_3": 39, + "__pyx_t_4": 27, + "PyTuple_New": 3, + "PyTuple_SET_ITEM": 6, + "PyObject_Call": 6, + "PyErr_Occurred": 9, + "__pyx_L0": 18, + "__pyx_builtin_NotImplementedError": 3, + "__pyx_empty_tuple": 3, + "__pyx_doc_7sklearn_12linear_model_8sgd_fast_12LossFunction_loss": 1, + "*__pyx_r": 6, + "**__pyx_pyargnames": 3, + "__pyx_n_s__p": 6, + "__pyx_n_s__y": 6, + "values": 30, + "__pyx_kwds": 15, + "kw_args": 15, + "pos_args": 12, + "__pyx_args": 21, + "__pyx_L5_argtuple_error": 12, + "PyDict_Size": 3, + "PyDict_GetItem": 6, + "__pyx_L3_error": 18, + "__pyx_pyargnames": 3, + "__pyx_L4_argument_unpacking_done": 6, + "__pyx_pf_7sklearn_12linear_model_8sgd_fast_12LossFunction_loss": 1, + "__pyx_vtab": 2, + "loss": 1, + "*__pyx_pw_7sklearn_12linear_model_8sgd_fast_12LossFunction_3dloss": 3, + "__pyx_f_7sklearn_12linear_model_8sgd_fast_12LossFunction_dloss": 1, + "__pyx_n_s__dloss": 1, + "__pyx_pw_7sklearn_12linear_model_8sgd_fast_12LossFunction_3dloss": 1, + "__pyx_doc_7sklearn_12linear_model_8sgd_fast_12LossFunction_2dloss": 1, + "__pyx_pf_7sklearn_12linear_model_8sgd_fast_12LossFunction_2dloss": 1, + "dloss": 1, + "*__pyx_pw_7sklearn_12linear_model_8sgd_fast_10Regression_1loss": 3, + "__pyx_f_7sklearn_12linear_model_8sgd_fast_10Regression_loss": 1, + "__pyx_pw_7sklearn_12linear_model_8sgd_fast_10Regression_1loss": 1, + "__pyx_pf_7sklearn_12linear_model_8sgd_fast_10Regression_loss": 1, + "__pyx_base.__pyx_vtab": 1, + "__pyx_base.loss": 1, + "syscalldef": 1, + "syscalldefs": 1, + "SYSCALL_OR_NUM": 3, + "SYS_restart_syscall": 1, + "MAKE_UINT16": 3, + "SYS_exit": 1, + "SYS_fork": 1, + "__wglew_h__": 2, + "__WGLEW_H__": 1, + "__wglext_h_": 2, + "wglext.h": 1, + "wglew.h": 1, + "WINAPI": 119, + "<windows.h>": 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, + "yajl_status_ok": 1, + "yajl_status_client_canceled": 1, + "yajl_status_insufficient_data": 1, + "yajl_status_error": 1, + "yajl_handle": 10, + "yajl_alloc": 1, + "yajl_callbacks": 1, + "callbacks": 3, + "yajl_parser_config": 1, + "config": 4, + "yajl_alloc_funcs": 3, + "afs": 8, + "allowComments": 4, + "validateUTF8": 3, + "hand": 28, + "afsBuffer": 3, + "realloc": 1, + "yajl_set_default_alloc_funcs": 1, + "YA_MALLOC": 1, + "yajl_handle_t": 1, + "alloc": 6, + "checkUTF8": 1, + "lexer": 4, + "yajl_lex_alloc": 1, + "bytesConsumed": 2, + "decodeBuf": 2, + "yajl_buf_alloc": 1, + "yajl_bs_init": 1, + "stateStack": 3, + "yajl_bs_push": 1, + "yajl_state_start": 1, + "yajl_reset_parser": 1, + "yajl_lex_realloc": 1, + "yajl_free": 1, + "yajl_bs_free": 1, + "yajl_buf_free": 1, + "yajl_lex_free": 1, + "YA_FREE": 2, + "yajl_parse": 2, + "jsonText": 4, + "jsonTextLen": 4, + "yajl_do_parse": 1, + "yajl_parse_complete": 1, + "yajl_get_error": 1, + "verbose": 2, + "yajl_render_error_string": 1, + "yajl_get_bytes_consumed": 1, + "yajl_free_error": 1 + }, + "C++": { + "class": 34, + "Bar": 2, + "{": 553, + "protected": 4, + "char": 122, + "*name": 6, + ";": 2308, + "public": 27, + "void": 152, + "hello": 2, + "(": 2438, + ")": 2440, + "}": 552, + "foo": 2, + "cudaArray*": 1, + "cu_array": 4, + "texture": 1, + "<float,>": 1, + "2": 1, + "cudaReadModeElementType": 1, + "tex": 4, + "cudaChannelFormatDesc": 1, + "description": 5, + "cudaCreateChannelDesc": 1, + "<float>": 1, + "cudaMallocArray": 1, + "&": 148, + "width": 5, + "height": 5, + "cudaMemcpyToArray": 1, + "image": 1, + "width*height*sizeof": 1, + "float": 9, + "cudaMemcpyHostToDevice": 1, + "tex.addressMode": 2, + "[": 204, + "]": 204, + "cudaAddressModeClamp": 2, + "tex.filterMode": 1, + "cudaFilterModePoint": 1, + "tex.normalized": 1, + "false": 43, + "//": 239, + "do": 5, + "not": 2, + "normalize": 1, + "coordinates": 1, + "cudaBindTextureToArray": 1, + "dim3": 2, + "blockDim": 2, + "gridDim": 2, + "+": 55, + "blockDim.x": 2, + "-": 227, + "/": 15, + "blockDim.y": 2, + "kernel": 2, + "<<": 19, + "<": 56, + "d_data": 1, + "cudaUnbindTexture": 1, + "//end": 1, + "__global__": 1, + "float*": 1, + "odata": 2, + "int": 148, + "unsigned": 22, + "x": 48, + "blockIdx.x*blockDim.x": 1, + "threadIdx.x": 1, + "y": 16, + "blockIdx.y*blockDim.y": 1, + "threadIdx.y": 1, + "if": 296, + "&&": 24, + "c": 52, + "tex2D": 1, + "y*width": 1, + "#include": 106, + "<QCoreApplication>": 1, + "<QString>": 1, + "<QVariantMap>": 2, + "static": 260, + "Env": 13, + "*env_instance": 1, + "*": 159, + "NULL": 108, + "*Env": 1, + "instance": 4, + "env_instance": 3, + "new": 9, + "return": 147, + "QObject": 2, + "QCoreApplication": 1, + "parse": 3, + "const": 166, + "**envp": 1, + "**env": 1, + "**": 2, + "QString": 20, + "envvar": 2, + "name": 21, + "value": 18, + "indexOfEquals": 5, + "for": 18, + "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, + "#ifndef": 23, + "ENV_H": 3, + "#define": 190, + "<QObject>": 1, + "Q_OBJECT": 1, + "*instance": 1, + "private": 12, + "#endif": 82, + "GDSDBREADER_H": 3, + "<QDir>": 1, + "GDS_DIR": 1, + "enum": 6, + "level": 1, + "LEVEL_ONE": 1, + "LEVEL_TWO": 1, + "LEVEL_THREE": 1, + "dbDataStructure": 2, + "label": 1, + "quint32": 3, + "depth": 1, + "userIndex": 1, + "QByteArray": 1, + "data": 2, + "This": 6, + "is": 35, + "COMPRESSED": 1, + "optimize": 1, + "ram": 1, + "and": 14, + "disk": 1, + "space": 2, + "decompressed": 1, + "quint64": 1, + "uniqueID": 1, + "QVector": 2, + "<dbDataStructure*>": 1, + "nextItems": 1, + "<quint32>": 1, + "nextItemsIndices": 1, + "dbDataStructure*": 1, + "father": 1, + "fatherIndex": 1, + "bool": 99, + "noFatherRoot": 1, + "Used": 1, + "to": 75, + "tell": 1, + "this": 22, + "node": 1, + "the": 178, + "root": 1, + "so": 1, + "hasn": 1, + "t": 13, + "in": 9, + "argument": 1, + "list": 2, + "of": 48, + "an": 3, + "operator": 10, + "overload.": 1, + "A": 1, + "friend": 10, + "stream": 5, + "myclass.label": 2, + "myclass.depth": 2, + "myclass.userIndex": 2, + "qCompress": 2, + "myclass.data": 4, + "myclass.uniqueID": 2, + "myclass.nextItemsIndices": 2, + "myclass.fatherIndex": 2, + "myclass.noFatherRoot": 2, + "myclass.fileName": 2, + "myclass.firstLineData": 4, + "myclass.linesNumbers": 2, + "QDataStream": 2, + "myclass": 1, + "//Don": 1, + "read": 1, + "it": 2, + "either": 1, + "qUncompress": 2, + "<iostream>": 1, + "using": 1, + "namespace": 26, + "std": 49, + "main": 2, + "cout": 1, + "endl": 1, + "<map>": 1, + "<openssl/ecdsa.h>": 1, + "<openssl/obj_mac.h>": 1, + "EC_KEY_regenerate_key": 1, + "EC_KEY": 3, + "*eckey": 2, + "BIGNUM": 9, + "*priv_key": 1, + "ok": 3, + "BN_CTX": 2, + "*ctx": 2, + "EC_POINT": 4, + "*pub_key": 1, + "eckey": 7, + "EC_GROUP": 2, + "*group": 2, + "EC_KEY_get0_group": 2, + "ctx": 26, + "BN_CTX_new": 2, + "goto": 156, + "err": 26, + "pub_key": 6, + "EC_POINT_new": 4, + "group": 12, + "EC_POINT_mul": 3, + "priv_key": 2, + "EC_KEY_set_private_key": 1, + "EC_KEY_set_public_key": 2, + "EC_POINT_free": 4, + "BN_CTX_free": 2, + "ECDSA_SIG_recover_key_GFp": 3, + "ECDSA_SIG": 3, + "*ecsig": 1, + "*msg": 2, + "msglen": 2, + "recid": 3, + "check": 2, + "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, + "i": 47, + "BN_CTX_start": 1, + "order": 8, + "BN_CTX_get": 8, + "EC_GROUP_get_order": 1, + "BN_copy": 1, + "BN_mul_word": 1, + "BN_add": 1, + "ecsig": 3, + "r": 36, + "field": 3, + "EC_GROUP_get_curve_GFp": 1, + "BN_cmp": 1, + "R": 6, + "EC_POINT_set_compressed_coordinates_GFp": 1, + "%": 4, + "O": 5, + "EC_POINT_is_at_infinity": 1, + "Q": 5, + "EC_GROUP_get_degree": 1, + "e": 14, + "BN_bin2bn": 3, + "msg": 1, + "*msglen": 1, + "BN_rshift": 1, + "zero": 3, + "BN_zero": 1, + "BN_mod_sub": 1, + "rr": 4, + "BN_mod_inverse": 1, + "sor": 3, + "BN_mod_mul": 2, + "s": 9, + "eor": 3, + "BN_CTX_end": 1, + "CKey": 26, + "SetCompressedPubKey": 4, + "EC_KEY_set_conv_form": 1, + "pkey": 14, + "POINT_CONVERSION_COMPRESSED": 1, + "fCompressedPubKey": 5, + "true": 39, + "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, + "sizeof": 14, + "vchSig": 18, + "nSize": 2, + "vchSig.clear": 2, + "vchSig.resize": 2, + "Shrink": 1, + "fit": 1, + "actual": 1, + "size": 9, + "SignCompact": 2, + "uint256": 10, + "vector": 14, + "<unsigned>": 19, + "fOk": 3, + "*sig": 2, + "ECDSA_do_sign": 1, + "char*": 14, + "sig": 11, + "nBitsR": 3, + "BN_num_bits": 2, + "nBitsS": 3, + "nRecId": 4, + "<4;>": 1, + "keyRec": 5, + "1": 2, + "GetPubKey": 5, + "break": 34, + "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, + "<stdexcept>": 1, + "<vector>": 2, + "<openssl/ec.h>": 1, + "definition": 1, + "runtime_error": 2, + "explicit": 3, + "string": 10, + "str": 2, + "CKeyID": 5, + "uint160": 8, + "CScriptID": 3, + "CPubKey": 11, + "vchPubKey": 6, + "vchPubKeyIn": 2, + "a": 84, + "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, + "||": 17, + "IsCompressed": 2, + "Raw": 1, + "typedef": 38, + "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": 1, + "#ifdef": 16, + "Q_OS_LINUX": 2, + "<QApplication>": 1, + "#if": 44, + "QT_VERSION": 1, + "QT_VERSION_CHECK": 1, + "#error": 9, + "Something": 1, + "wrong": 1, + "with": 6, + "setup.": 1, + "Please": 3, + "report": 2, + "mailing": 1, + "argc": 2, + "char**": 2, + "argv": 2, + "google_breakpad": 1, + "ExceptionHandler": 1, + "eh": 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, + "INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION": 1, + "<algorithm>": 1, + "<google/protobuf/stubs/common.h>": 2, + "<google/protobuf/stubs/once.h>": 1, + "<google/protobuf/io/coded_stream.h>": 1, + "<google/protobuf/wire_format_lite_inl.h>": 1, + "<google/protobuf/descriptor.h>": 1, + "<google/protobuf/generated_message_reflection.h>": 1, + "<google/protobuf/reflection_ops.h>": 1, + "<google/protobuf/wire_format.h>": 1, + "persons": 4, + "google": 72, + "protobuf": 72, + "Descriptor*": 3, + "Person_descriptor_": 6, + "internal": 46, + "GeneratedMessageReflection*": 1, + "Person_reflection_": 4, + "protobuf_AssignDesc_protocol_2dbuffer_2eproto": 4, + "protobuf_AddDesc_protocol_2dbuffer_2eproto": 6, + "FileDescriptor*": 1, + "file": 6, + "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, + "struct": 8, + "StaticDescriptorInitializer_protocol_2dbuffer_2eproto": 2, + "static_descriptor_initializer_protocol_2dbuffer_2eproto_": 1, + "_MSC_VER": 3, + "kNameFieldNumber": 2, + "Message": 7, + "SharedCtor": 4, + "from": 25, + "MergeFrom": 9, + "_cached_size_": 7, + "const_cast": 3, + "string*": 11, + "kEmptyString": 12, + "memset": 2, + "SharedDtor": 3, + "SetCachedSize": 2, + "GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN": 2, + "GOOGLE_SAFE_CONCURRENT_WRITES_END": 2, + "descriptor": 2, + "*default_instance_": 1, + "Person*": 7, + "New": 4, + "Clear": 5, + "xffu": 3, + "has_name": 6, + "clear": 2, + "mutable_unknown_fields": 4, + "MergePartialFromCodedStream": 2, + "io": 4, + "CodedInputStream*": 2, + "input": 6, + "DO_": 4, + "EXPRESSION": 2, + "uint32": 2, + "tag": 6, + "while": 11, + "ReadTag": 1, + "switch": 3, + "WireFormatLite": 9, + "GetTagFieldNumber": 1, + "case": 33, + "GetTagWireType": 2, + "WIRETYPE_LENGTH_DELIMITED": 1, + "ReadString": 1, + "mutable_name": 3, + "WireFormat": 10, + "VerifyUTF8String": 3, + ".data": 3, + ".length": 3, + "PARSE": 1, + "else": 46, + "handle_uninterpreted": 2, + "ExpectAtEnd": 1, + "default": 4, + "WIRETYPE_END_GROUP": 1, + "SkipField": 1, + "#undef": 3, + "SerializeWithCachedSizes": 2, + "CodedOutputStream*": 2, + "output": 5, + "SERIALIZE": 2, + "WriteString": 1, + "unknown_fields": 7, + ".empty": 3, + "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": 9, + "dynamic_cast_if_available": 1, + "<const>": 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": 7, + "swap": 3, + "_unknown_fields_.Swap": 1, + "Metadata": 3, + "GetMetadata": 2, + "metadata": 2, + "metadata.descriptor": 1, + "metadata.reflection": 1, + "PROTOBUF_protocol_2dbuffer_2eproto__INCLUDED": 3, + "<string>": 1, + "GOOGLE_PROTOBUF_VERSION": 1, + "was": 3, + "generated": 2, + "by": 5, + "newer": 2, + "version": 4, + "protoc": 2, + "which": 2, + "incompatible": 2, + "your": 3, + "Protocol": 2, + "Buffer": 2, + "headers.": 3, + "update": 1, + "GOOGLE_PROTOBUF_MIN_PROTOC_VERSION": 1, + "older": 1, + "regenerate": 1, + "protoc.": 1, + "<google/protobuf/generated_message_util.h>": 1, + "<google/protobuf/message.h>": 1, + "<google/protobuf/repeated_field.h>": 1, + "<google/protobuf/extension_set.h>": 1, + "<google/protobuf/unknown_field_set.h>": 1, + "virtual": 10, + "*this": 1, + "UnknownFieldSet": 2, + "UnknownFieldSet*": 1, + "GetCachedSize": 1, + "clear_name": 2, + "size_t": 5, + "release_name": 2, + "set_allocated_name": 2, + "set_has_name": 7, + "clear_has_name": 5, + "mutable": 1, + "u": 9, + "|": 8, + "*name_": 1, + "assign": 3, + "reinterpret_cast": 7, + "temp": 2, + "SWIG": 2, + "QSCICOMMAND_H": 2, + "__APPLE__": 4, + "extern": 4, + "<qstring.h>": 1, + "<Qsci/qsciglobal.h>": 2, + "<Qsci/qsciscintillabase.h>": 1, + "QsciScintilla": 7, + "brief": 2, + "The": 8, + "QsciCommand": 7, + "represents": 1, + "editor": 1, + "command": 9, + "that": 7, + "may": 2, + "have": 1, + "one": 42, + "or": 10, + "two": 1, + "keys": 3, + "bound": 4, + "it.": 2, + "Methods": 1, + "are": 3, + "provided": 1, + "change": 1, + "remove": 1, + "binding.": 1, + "Each": 1, + "has": 2, + "user": 2, + "friendly": 2, + "use": 1, + "mapping": 1, + "dialogs.": 1, + "QSCINTILLA_EXPORT": 2, + "defines": 1, + "different": 1, + "commands": 1, + "can": 3, + "be": 9, + "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, + "up": 13, + "LineUp": 1, + "SCI_LINEUP": 1, + "LineUpExtend": 1, + "SCI_LINEUPEXTEND": 1, + "LineUpRectExtend": 1, + "SCI_LINEUPRECTEXTEND": 1, + "LineScrollUp": 1, + "SCI_LINESCROLLUP": 1, + "start": 11, + "document.": 8, + "ScrollToStart": 1, + "SCI_SCROLLTOSTART": 1, + "end": 18, + "ScrollToEnd": 1, + "SCI_SCROLLTOEND": 1, + "vertically": 1, + "centre": 1, + "current": 9, + "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": 8, + "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": 5, + "WordLeftEnd": 1, + "SCI_WORDLEFTEND": 1, + "WordLeftEndExtend": 1, + "SCI_WORDLEFTENDEXTEND": 1, + "next": 6, + "WordRightEnd": 1, + "SCI_WORDRIGHTEND": 1, + "WordRightEndExtend": 1, + "SCI_WORDRIGHTENDEXTEND": 1, + "word": 6, + "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, + "first": 8, + "visible": 6, + "character": 8, + "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, + "at": 4, + "DeleteBackNotLine": 1, + "SCI_DELETEBACKNOTLINE": 1, + "left.": 2, + "DeleteWordLeft": 1, + "SCI_DELWORDLEFT": 1, + "right.": 2, + "DeleteWordRight": 1, + "SCI_DELWORDRIGHT": 1, + "DeleteWordRightEnd": 1, + "SCI_DELWORDRIGHTEND": 1, + "line": 10, + "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": 33, + "whole": 2, + "SelectAll": 1, + "SCI_SELECTALL": 1, + "selected": 2, + "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, + "platform": 1, + "dependent": 1, + "newline.": 1, + "Newline": 1, + "SCI_NEWLINE": 1, + "formfeed.": 1, + "Formfeed": 1, + "SCI_FORMFEED": 1, + "Indent": 1, + "level.": 2, + "Tab": 1, + "SCI_TAB": 1, + "De": 1, + "indent": 1, + "Backtab": 1, + "SCI_BACKTAB": 1, + "Cancel": 2, + "any": 5, + "operation.": 1, + "SCI_CANCEL": 1, + "Undo": 2, + "last": 4, + "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, + "will": 2, + "executed": 1, + "instance.": 2, + "scicmd": 2, + "Execute": 1, + "execute": 1, + "Binds": 2, + "If": 4, + "then": 6, + "binding": 3, + "removed.": 2, + "invalid": 5, + "unchanged.": 1, + "Valid": 1, + "control": 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, + "modified": 2, + "combination": 1, + "SHIFT": 1, + "CTRL": 1, + "ALT": 1, + "META.": 1, + "sa": 8, + "setAlternateKey": 3, + "validKey": 3, + "setKey": 3, + "alternate": 3, + "altkey": 3, + "alternateKey": 3, + "currently": 2, + "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, + "<qprinter.h>": 1, + "<Qsci/qsciscintilla.h>": 1, + "QT_BEGIN_NAMESPACE": 1, + "QRect": 2, + "QPainter": 2, + "QT_END_NAMESPACE": 1, + "QsciPrinter": 9, + "sub": 2, + "Qt": 1, + "QPrinter": 3, + "able": 1, + "print": 4, + "text": 5, + "Scintilla": 2, + "further": 1, + "classed": 1, + "alter": 1, + "layout": 1, + "adding": 2, + "headers": 3, + "footers": 2, + "example.": 1, + "Constructs": 1, + "printer": 1, + "paint": 1, + "device": 1, + "mode": 4, + "mode.": 1, + "PrinterMode": 1, + "ScreenResolution": 1, + "Destroys": 1, + "Format": 1, + "page": 4, + "example": 1, + "before": 1, + "drawn": 2, + "on": 1, + "painter": 4, + "used": 4, + "add": 3, + "customised": 2, + "graphics.": 2, + "drawing": 4, + "actually": 1, + "being": 2, + "rather": 1, + "than": 1, + "sized.": 1, + "methods": 1, + "must": 1, + "only": 1, + "called": 1, + "when": 5, + "true.": 1, + "area": 5, + "draw": 1, + "text.": 3, + "should": 1, + "necessary": 1, + "reserve": 1, + "By": 1, + "relative": 1, + "printable": 1, + "Use": 1, + "setFullPage": 1, + "because": 2, + "calling": 1, + "printRange": 2, + "you": 1, + "want": 2, + "try": 1, + "over": 1, + "pagenr": 2, + "number": 3, + "numbered": 1, + "formatPage": 1, + "points": 2, + "each": 2, + "font": 2, + "printing.": 2, + "setMagnification": 2, + "magnification": 3, + "mag": 2, + "Sets": 2, + "printing": 2, + "magnification.": 1, + "Print": 1, + "range": 1, + "qsb.": 1, + "negative": 2, + "signifies": 2, + "returned": 2, + "there": 1, + "no": 1, + "error.": 1, + "*qsb": 1, + "wrap": 4, + "WrapWord.": 1, + "setWrapMode": 2, + "WrapMode": 3, + "wrapMode": 2, + "wmode.": 1, + "wmode": 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, + "prevent": 1, + "overflow": 1, + "digits": 3, + "c0_": 64, + "d": 8, + "HexValue": 2, + "j": 4, + "PushBack": 8, + "Advance": 44, + "STATIC_ASSERT": 5, + "Token": 212, + "NUM_TOKENS": 1, + "byte": 1, + "one_char_tokens": 2, + "ILLEGAL": 120, + "LPAREN": 2, + "RPAREN": 2, + "COMMA": 2, + "COLON": 2, + "SEMICOLON": 2, + "CONDITIONAL": 2, + "f": 5, + "LBRACK": 2, + "RBRACK": 2, + "LBRACE": 2, + "RBRACE": 2, + "BIT_NOT": 2, + "Value": 23, + "Next": 3, + "current_": 2, + "next_": 2, + "has_multiline_comment_before_next_": 5, + "static_cast": 7, + "token": 64, + "<Token::Value>": 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, + "NOT": 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, + "through": 2, + "v": 3, + "xx": 1, + "xxx": 1, + "error": 1, + "immediately": 1, + "octal": 1, + "escape": 1, + "quote": 3, + "consume": 2, + "LiteralScope": 4, + "literal": 2, + ".": 2, + "X": 2, + "E": 3, + "l": 1, + "p": 5, + "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, + "detect": 1, + "x16": 1, + "x36.": 1, + "Utf16CharacterStream": 3, + "pos_": 6, + "buffer_cursor_": 5, + "buffer_end_": 3, + "ReadBlock": 2, + "<uc32>": 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, + "<Utf8Decoder>": 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, + "<IdentifierStart,>": 1, + "128": 4, + "kIsIdentifierStart": 1, + "<IdentifierPart,>": 1, + "kIsIdentifierPart": 1, + "<unibrow::LineTerminator,>": 1, + "kIsLineTerminator": 1, + "<unibrow::WhiteSpace,>": 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, + "uint32_t": 8, + "ExpandBuffer": 2, + "kMaxAsciiCharCodeU": 1, + "<byte>": 6, + "kASCIISize": 1, + "ConvertToUtf16": 2, + "*reinterpret_cast": 1, + "<uc16*>": 2, + "kUC16Size": 2, + "is_ascii": 3, + "Vector": 13, + "uc16": 5, + "utf16_literal": 3, + "backing_store_.start": 5, + "ascii_literal": 3, + "length": 8, + "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, + "<char*>": 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, + "location": 4, + "current_.location": 2, + "literal_ascii_string": 1, + "ASSERT_NOT_NULL": 9, + "current_.literal_chars": 11, + "literal_utf16_string": 1, + "is_literal_ascii": 1, + "literal_length": 1, + "literal_contains_escapes": 1, + "source_length": 3, + "location.end_pos": 1, + "location.beg_pos": 1, + "STRING": 1, + "peek": 1, + "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, + "buffer": 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, + "as": 1, + "look": 1, + "ahead": 1, + "UTILS_H": 3, + "<QtGlobal>": 1, + "<QWebFrame>": 1, + "<QFile>": 1, + "QTemporaryFile": 1, + "showUsage": 1, + "QtMsgType": 1, + "type": 6, + "dump_path": 1, + "minidump_id": 1, + "void*": 1, + "context": 8, + "succeeded": 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, + "make": 1, + "sure": 1, + "clean": 1, + "after": 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, + "<CallCompletedCallback>": 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, + "uint32_t*": 2, + "state": 15, + "FLAG_random_seed": 2, + "val": 3, + "ScopedLock": 1, + "lock": 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, + "<uint32_t*>": 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": 23, + "double_value": 1, + "uint64_t": 2, + "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, + "cast": 1, + "set_value": 1, + "InitializeOncePerProcessImpl": 3, + "SetUp": 4, + "FLAG_crankshaft": 1, + "Serializer": 1, + "enabled": 1, + "CPU": 2, + "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, + "defined": 21, + "GOOGLE3": 2, + "DEBUG": 3, + "NDEBUG": 4, + "both": 1, + "set": 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": 1, + "compile": 1, + "C": 1, + "extensions": 1, + "please": 1, + "install": 1, + "development": 1, + "Python.": 1, + "#else": 24, + "<stddef.h>": 1, + "offsetof": 2, + "member": 2, + "type*": 1, + "WIN32": 2, + "MS_WINDOWS": 2, + "__stdcall": 2, + "__cdecl": 2, + "__fastcall": 2, + "DL_IMPORT": 2, + "DL_EXPORT": 2, + "PY_LONG_LONG": 5, + "LONG_LONG": 1, + "PY_VERSION_HEX": 9, + "METH_COEXIST": 1, + "PyDict_CheckExact": 1, + "op": 6, + "Py_TYPE": 4, + "PyDict_Type": 1, + "PyDict_Contains": 1, + "o": 20, + "PySequence_Contains": 1, + "Py_ssize_t": 17, + "PY_SSIZE_T_MAX": 1, + "INT_MAX": 1, + "PY_SSIZE_T_MIN": 1, + "INT_MIN": 1, + "PY_FORMAT_SIZE_T": 1, + "PyInt_FromSsize_t": 2, + "z": 46, + "PyInt_FromLong": 13, + "PyInt_AsSsize_t": 2, + "PyInt_AsLong": 2, + "PyNumber_Index": 1, + "PyNumber_Int": 1, + "PyIndex_Check": 1, + "PyNumber_Check": 1, + "PyErr_WarnEx": 1, + "category": 2, + "message": 2, + "stacklevel": 1, + "PyErr_Warn": 1, + "Py_REFCNT": 1, + "ob": 6, + "PyObject*": 16, + "ob_refcnt": 1, + "ob_type": 7, + "Py_SIZE": 1, + "PyVarObject*": 1, + "ob_size": 1, + "PyVarObject_HEAD_INIT": 1, + "PyObject_HEAD_INIT": 1, + "PyType_Modified": 1, + "*buf": 1, + "PyObject": 221, + "*obj": 2, + "len": 1, + "itemsize": 2, + "readonly": 2, + "ndim": 2, + "*format": 1, + "*shape": 1, + "*strides": 1, + "*suboffsets": 1, + "*internal": 1, + "Py_buffer": 5, + "PyBUF_SIMPLE": 1, + "PyBUF_WRITABLE": 1, + "PyBUF_FORMAT": 1, + "PyBUF_ND": 2, + "PyBUF_STRIDES": 5, + "PyBUF_C_CONTIGUOUS": 3, + "PyBUF_F_CONTIGUOUS": 3, + "PyBUF_ANY_CONTIGUOUS": 1, + "PyBUF_INDIRECT": 1, + "PY_MAJOR_VERSION": 10, + "__Pyx_BUILTIN_MODULE_NAME": 2, + "Py_TPFLAGS_CHECKTYPES": 1, + "Py_TPFLAGS_HAVE_INDEX": 1, + "Py_TPFLAGS_HAVE_NEWBUFFER": 1, + "PyBaseString_Type": 1, + "PyUnicode_Type": 2, + "PyStringObject": 2, + "PyUnicodeObject": 1, + "PyString_Type": 2, + "PyString_Check": 2, + "PyUnicode_Check": 1, + "PyString_CheckExact": 2, + "PyUnicode_CheckExact": 1, + "PyBytesObject": 1, + "PyBytes_Type": 1, + "PyBytes_Check": 1, + "PyBytes_CheckExact": 1, + "PyBytes_FromString": 2, + "PyString_FromString": 1, + "PyBytes_FromStringAndSize": 1, + "PyString_FromStringAndSize": 1, + "PyBytes_FromFormat": 1, + "PyString_FromFormat": 1, + "PyBytes_DecodeEscape": 1, + "PyString_DecodeEscape": 1, + "PyBytes_AsString": 2, + "PyString_AsString": 1, + "PyBytes_AsStringAndSize": 1, + "PyString_AsStringAndSize": 1, + "PyBytes_Size": 1, + "PyString_Size": 1, + "PyBytes_AS_STRING": 1, + "PyString_AS_STRING": 1, + "PyBytes_GET_SIZE": 1, + "PyString_GET_SIZE": 1, + "PyBytes_Repr": 1, + "PyString_Repr": 1, + "PyBytes_Concat": 1, + "PyString_Concat": 1, + "PyBytes_ConcatAndDel": 1, + "PyString_ConcatAndDel": 1, + "PySet_Check": 1, + "obj": 42, + "PyObject_TypeCheck": 3, + "PySet_Type": 2, + "PyFrozenSet_Check": 1, + "PyFrozenSet_Type": 1, + "PySet_CheckExact": 2, + "__Pyx_TypeCheck": 1, + "PyTypeObject": 2, + "PyIntObject": 1, + "PyLongObject": 2, + "PyInt_Type": 1, + "PyLong_Type": 1, + "PyInt_Check": 1, + "PyLong_Check": 1, + "PyInt_CheckExact": 1, + "PyLong_CheckExact": 1, + "PyInt_FromString": 1, + "PyLong_FromString": 1, + "PyInt_FromUnicode": 1, + "PyLong_FromUnicode": 1, + "PyLong_FromLong": 1, + "PyInt_FromSize_t": 1, + "PyLong_FromSize_t": 1, + "PyLong_FromSsize_t": 1, + "PyLong_AsLong": 1, + "PyInt_AS_LONG": 1, + "PyLong_AS_LONG": 1, + "PyLong_AsSsize_t": 1, + "PyInt_AsUnsignedLongMask": 1, + "PyLong_AsUnsignedLongMask": 1, + "PyInt_AsUnsignedLongLongMask": 1, + "PyLong_AsUnsignedLongLongMask": 1, + "PyBoolObject": 1, + "__Pyx_PyNumber_Divide": 2, + "PyNumber_TrueDivide": 1, + "__Pyx_PyNumber_InPlaceDivide": 2, + "PyNumber_InPlaceTrueDivide": 1, + "PyNumber_Divide": 1, + "PyNumber_InPlaceDivide": 1, + "__Pyx_PySequence_GetSlice": 2, + "PySequence_GetSlice": 2, + "__Pyx_PySequence_SetSlice": 2, + "PySequence_SetSlice": 2, + "__Pyx_PySequence_DelSlice": 2, + "PySequence_DelSlice": 2, + "unlikely": 69, + "PyErr_SetString": 4, + "PyExc_SystemError": 3, + "likely": 15, + "tp_as_mapping": 3, + "PyErr_Format": 4, + "PyExc_TypeError": 5, + "tp_name": 4, + "PyMethod_New": 2, + "func": 3, + "klass": 1, + "PyInstanceMethod_New": 1, + "__Pyx_GetAttrString": 2, + "PyObject_GetAttrString": 3, + "__Pyx_SetAttrString": 2, + "PyObject_SetAttrString": 2, + "__Pyx_DelAttrString": 2, + "PyObject_DelAttrString": 2, + "__Pyx_NAMESTR": 3, + "__Pyx_DOCSTR": 3, + "__cplusplus": 10, + "__PYX_EXTERN_C": 2, + "_USE_MATH_DEFINES": 1, + "<math.h>": 1, + "__PYX_HAVE_API__wrapper_inner": 1, + "PYREX_WITHOUT_ASSERTIONS": 1, + "CYTHON_WITHOUT_ASSERTIONS": 1, + "CYTHON_INLINE": 68, + "__GNUC__": 5, + "__inline__": 1, + "#elif": 3, + "__inline": 1, + "__STDC_VERSION__": 2, + "L": 1, + "CYTHON_UNUSED": 7, + "**p": 1, + "*s": 1, + "long": 5, + "encoding": 1, + "is_unicode": 1, + "is_str": 1, + "intern": 1, + "__Pyx_StringTabEntry": 1, + "__Pyx_PyBytes_FromUString": 1, + "__Pyx_PyBytes_AsUString": 1, + "__Pyx_PyBool_FromLong": 1, + "Py_INCREF": 3, + "Py_True": 2, + "Py_False": 2, + "__Pyx_PyObject_IsTrue": 8, + "__Pyx_PyNumber_Int": 1, + "__Pyx_PyIndex_AsSsize_t": 1, + "__Pyx_PyInt_FromSize_t": 1, + "__Pyx_PyInt_AsSize_t": 1, + "__pyx_PyFloat_AsDouble": 3, + "PyFloat_CheckExact": 1, + "PyFloat_AS_DOUBLE": 1, + "PyFloat_AsDouble": 1, + "__GNUC_MINOR__": 1, + "__builtin_expect": 2, + "*__pyx_m": 1, + "*__pyx_b": 1, + "*__pyx_empty_tuple": 1, + "*__pyx_empty_bytes": 1, + "__pyx_lineno": 80, + "__pyx_clineno": 80, + "__pyx_cfilenm": 1, + "__FILE__": 2, + "*__pyx_filename": 1, + "CYTHON_CCOMPLEX": 12, + "_Complex_I": 3, + "<complex>": 1, + "<complex.h>": 1, + "__sun__": 1, + "fj": 1, + "*__pyx_f": 1, + "npy_int8": 1, + "__pyx_t_5numpy_int8_t": 1, + "npy_int16": 1, + "__pyx_t_5numpy_int16_t": 1, + "npy_int32": 1, + "__pyx_t_5numpy_int32_t": 1, + "npy_int64": 1, + "__pyx_t_5numpy_int64_t": 1, + "npy_uint8": 1, + "__pyx_t_5numpy_uint8_t": 1, + "npy_uint16": 1, + "__pyx_t_5numpy_uint16_t": 1, + "npy_uint32": 1, + "__pyx_t_5numpy_uint32_t": 1, + "npy_uint64": 1, + "__pyx_t_5numpy_uint64_t": 1, + "npy_float32": 1, + "__pyx_t_5numpy_float32_t": 1, + "npy_float64": 1, + "__pyx_t_5numpy_float64_t": 1, + "npy_long": 1, + "__pyx_t_5numpy_int_t": 1, + "npy_longlong": 1, + "__pyx_t_5numpy_long_t": 1, + "npy_intp": 10, + "__pyx_t_5numpy_intp_t": 1, + "npy_uintp": 1, + "__pyx_t_5numpy_uintp_t": 1, + "npy_ulong": 1, + "__pyx_t_5numpy_uint_t": 1, + "npy_ulonglong": 1, + "__pyx_t_5numpy_ulong_t": 1, + "npy_double": 2, + "__pyx_t_5numpy_float_t": 1, + "__pyx_t_5numpy_double_t": 1, + "npy_longdouble": 1, + "__pyx_t_5numpy_longdouble_t": 1, + "complex": 2, + "__pyx_t_float_complex": 27, + "_Complex": 2, + "real": 2, + "imag": 2, + "__pyx_t_double_complex": 27, + "npy_cfloat": 1, + "__pyx_t_5numpy_cfloat_t": 1, + "npy_cdouble": 2, + "__pyx_t_5numpy_cdouble_t": 1, + "npy_clongdouble": 1, + "__pyx_t_5numpy_clongdouble_t": 1, + "__pyx_t_5numpy_complex_t": 1, + "CYTHON_REFNANNY": 3, + "__Pyx_RefNannyAPIStruct": 4, + "*__Pyx_RefNanny": 1, + "__Pyx_RefNannyImportAPI": 1, + "*modname": 1, + "*m": 1, + "*p": 1, + "*r": 1, + "m": 4, + "PyImport_ImportModule": 1, + "modname": 1, + "PyLong_AsVoidPtr": 1, + "Py_XDECREF": 3, + "__Pyx_RefNannySetupContext": 13, + "*__pyx_refnanny": 1, + "__Pyx_RefNanny": 6, + "SetupContext": 1, + "__LINE__": 84, + "__Pyx_RefNannyFinishContext": 12, + "FinishContext": 1, + "__pyx_refnanny": 5, + "__Pyx_INCREF": 36, + "INCREF": 1, + "__Pyx_DECREF": 66, + "DECREF": 1, + "__Pyx_GOTREF": 60, + "GOTREF": 1, + "__Pyx_GIVEREF": 10, + "GIVEREF": 1, + "__Pyx_XDECREF": 26, + "Py_DECREF": 1, + "__Pyx_XGIVEREF": 7, + "__Pyx_XGOTREF": 1, + "__Pyx_TypeTest": 4, + "*type": 3, + "*__Pyx_GetName": 1, + "*dict": 1, + "__Pyx_ErrRestore": 1, + "*value": 2, + "*tb": 2, + "__Pyx_ErrFetch": 1, + "**type": 1, + "**value": 1, + "**tb": 1, + "__Pyx_Raise": 8, + "__Pyx_RaiseNoneNotIterableError": 1, + "__Pyx_RaiseNeedMoreValuesError": 1, + "index": 2, + "__Pyx_RaiseTooManyValuesError": 1, + "expected": 1, + "__Pyx_UnpackTupleError": 2, + "*__Pyx_Import": 1, + "*from_list": 1, + "__Pyx_Print": 1, + "__pyx_print": 1, + "__pyx_print_kwargs": 1, + "__Pyx_PrintOne": 4, + "*o": 1, + "*__Pyx_PyInt_to_py_Py_intptr_t": 1, + "Py_intptr_t": 1, + "__Pyx_CREAL": 4, + ".real": 3, + "__Pyx_CIMAG": 4, + ".imag": 3, + "__real__": 1, + "__imag__": 1, + "_WIN32": 1, + "__Pyx_SET_CREAL": 2, + "__Pyx_SET_CIMAG": 2, + "__pyx_t_float_complex_from_parts": 1, + "__Pyx_c_eqf": 2, + "__Pyx_c_sumf": 2, + "__Pyx_c_difff": 2, + "__Pyx_c_prodf": 2, + "__Pyx_c_quotf": 2, + "__Pyx_c_negf": 2, + "__Pyx_c_is_zerof": 3, + "__Pyx_c_conjf": 3, + "conj": 3, + "__Pyx_c_absf": 3, + "abs": 2, + "__Pyx_c_powf": 3, + "pow": 2, + "conjf": 1, + "cabsf": 1, + "cpowf": 1, + "__pyx_t_double_complex_from_parts": 1, + "__Pyx_c_eq": 2, + "__Pyx_c_sum": 2, + "__Pyx_c_diff": 2, + "__Pyx_c_prod": 2, + "__Pyx_c_quot": 2, + "__Pyx_c_neg": 2, + "__Pyx_c_is_zero": 3, + "__Pyx_c_conj": 3, + "__Pyx_c_abs": 3, + "__Pyx_c_pow": 3, + "cabs": 1, + "cpow": 1, + "__Pyx_PyInt_AsUnsignedChar": 1, + "short": 3, + "__Pyx_PyInt_AsUnsignedShort": 1, + "__Pyx_PyInt_AsUnsignedInt": 1, + "__Pyx_PyInt_AsChar": 1, + "__Pyx_PyInt_AsShort": 1, + "__Pyx_PyInt_AsInt": 1, + "signed": 5, + "__Pyx_PyInt_AsSignedChar": 1, + "__Pyx_PyInt_AsSignedShort": 1, + "__Pyx_PyInt_AsSignedInt": 1, + "__Pyx_PyInt_AsLongDouble": 1, + "__Pyx_PyInt_AsUnsignedLong": 1, + "__Pyx_PyInt_AsUnsignedLongLong": 1, + "__Pyx_PyInt_AsLong": 1, + "__Pyx_PyInt_AsLongLong": 1, + "__Pyx_PyInt_AsSignedLong": 1, + "__Pyx_PyInt_AsSignedLongLong": 1, + "__Pyx_WriteUnraisable": 3, + "__Pyx_ExportFunction": 1, + "*__pyx_f_5numpy_PyArray_MultiIterNew2": 2, + "*__pyx_f_5numpy_PyArray_MultiIterNew3": 2, + "*__pyx_f_5numpy_PyArray_MultiIterNew4": 2, + "*__pyx_f_5numpy_PyArray_MultiIterNew5": 2, + "*__pyx_f_5numpy__util_dtypestring": 2, + "PyArray_Descr": 6, + "__pyx_f_5numpy_set_array_base": 1, + "PyArrayObject": 19, + "*__pyx_f_5numpy_get_array_base": 1, + "inner_work_1d": 2, + "inner_work_2d": 2, + "__Pyx_MODULE_NAME": 1, + "__pyx_module_is_main_wrapper_inner": 1, + "*__pyx_builtin_ValueError": 1, + "*__pyx_builtin_range": 1, + "*__pyx_builtin_RuntimeError": 1, + "__pyx_k_1": 1, + "__pyx_k_2": 1, + "__pyx_k_3": 1, + "__pyx_k_5": 1, + "__pyx_k_7": 1, + "__pyx_k_9": 1, + "__pyx_k_11": 1, + "__pyx_k_12": 1, + "__pyx_k_15": 1, + "__pyx_k__B": 2, + "__pyx_k__H": 2, + "__pyx_k__I": 2, + "__pyx_k__L": 2, + "__pyx_k__O": 2, + "__pyx_k__Q": 2, + "__pyx_k__b": 2, + "__pyx_k__d": 2, + "__pyx_k__f": 2, + "__pyx_k__g": 2, + "__pyx_k__h": 2, + "__pyx_k__i": 2, + "__pyx_k__l": 2, + "__pyx_k__q": 2, + "__pyx_k__Zd": 2, + "__pyx_k__Zf": 2, + "__pyx_k__Zg": 2, + "__pyx_k__np": 1, + "__pyx_k__buf": 1, + "__pyx_k__obj": 1, + "__pyx_k__base": 1, + "__pyx_k__ndim": 1, + "__pyx_k__ones": 1, + "__pyx_k__descr": 1, + "__pyx_k__names": 1, + "__pyx_k__numpy": 1, + "__pyx_k__range": 1, + "__pyx_k__shape": 1, + "__pyx_k__fields": 1, + "__pyx_k__format": 1, + "__pyx_k__strides": 1, + "__pyx_k____main__": 1, + "__pyx_k____test__": 1, + "__pyx_k__itemsize": 1, + "__pyx_k__readonly": 1, + "__pyx_k__type_num": 1, + "__pyx_k__byteorder": 1, + "__pyx_k__ValueError": 1, + "__pyx_k__suboffsets": 1, + "__pyx_k__work_module": 1, + "__pyx_k__RuntimeError": 1, + "__pyx_k__pure_py_test": 1, + "__pyx_k__wrapper_inner": 1, + "__pyx_k__do_awesome_work": 1, + "*__pyx_kp_s_1": 1, + "*__pyx_kp_u_11": 1, + "*__pyx_kp_u_12": 1, + "*__pyx_kp_u_15": 1, + "*__pyx_kp_s_2": 1, + "*__pyx_kp_s_3": 1, + "*__pyx_kp_u_5": 1, + "*__pyx_kp_u_7": 1, + "*__pyx_kp_u_9": 1, + "*__pyx_n_s__RuntimeError": 1, + "*__pyx_n_s__ValueError": 1, + "*__pyx_n_s____main__": 1, + "*__pyx_n_s____test__": 1, + "*__pyx_n_s__base": 1, + "*__pyx_n_s__buf": 1, + "*__pyx_n_s__byteorder": 1, + "*__pyx_n_s__descr": 1, + "*__pyx_n_s__do_awesome_work": 1, + "*__pyx_n_s__fields": 1, + "*__pyx_n_s__format": 1, + "*__pyx_n_s__itemsize": 1, + "*__pyx_n_s__names": 1, + "*__pyx_n_s__ndim": 1, + "*__pyx_n_s__np": 1, + "*__pyx_n_s__numpy": 1, + "*__pyx_n_s__obj": 1, + "*__pyx_n_s__ones": 1, + "*__pyx_n_s__pure_py_test": 1, + "*__pyx_n_s__range": 1, + "*__pyx_n_s__readonly": 1, + "*__pyx_n_s__shape": 1, + "*__pyx_n_s__strides": 1, + "*__pyx_n_s__suboffsets": 1, + "*__pyx_n_s__type_num": 1, + "*__pyx_n_s__work_module": 1, + "*__pyx_n_s__wrapper_inner": 1, + "*__pyx_int_5": 1, + "*__pyx_int_15": 1, + "*__pyx_k_tuple_4": 1, + "*__pyx_k_tuple_6": 1, + "*__pyx_k_tuple_8": 1, + "*__pyx_k_tuple_10": 1, + "*__pyx_k_tuple_13": 1, + "*__pyx_k_tuple_14": 1, + "*__pyx_k_tuple_16": 1, + "__pyx_v_num_x": 4, + "*__pyx_v_data_ptr": 2, + "*__pyx_v_answer_ptr": 2, + "__pyx_v_nd": 6, + "*__pyx_v_dims": 2, + "__pyx_v_typenum": 6, + "*__pyx_v_data_np": 2, + "__pyx_v_sum": 6, + "__pyx_t_1": 154, + "*__pyx_t_2": 4, + "*__pyx_t_3": 4, + "*__pyx_t_4": 3, + "__pyx_t_5": 75, + "__pyx_kp_s_1": 1, + "__pyx_filename": 79, + "__pyx_f": 79, + "__pyx_L1_error": 88, + "__pyx_v_dims": 4, + "NPY_DOUBLE": 3, + "__pyx_t_2": 120, + "PyArray_SimpleNewFromData": 2, + "__pyx_v_data_ptr": 2, + "Py_None": 38, + "__pyx_ptype_5numpy_ndarray": 2, + "__pyx_v_data_np": 10, + "__Pyx_GetName": 4, + "__pyx_m": 4, + "__pyx_n_s__work_module": 3, + "__pyx_t_3": 113, + "PyObject_GetAttr": 4, + "__pyx_n_s__do_awesome_work": 3, + "PyTuple_New": 4, + "PyTuple_SET_ITEM": 4, + "__pyx_t_4": 35, + "PyObject_Call": 11, + "PyErr_Occurred": 2, + "__pyx_v_answer_ptr": 2, + "__pyx_L0": 24, + "__pyx_v_num_y": 2, + "__pyx_kp_s_2": 1, + "*__pyx_pf_13wrapper_inner_pure_py_test": 2, + "*__pyx_self": 2, + "*unused": 2, + "PyMethodDef": 1, + "__pyx_mdef_13wrapper_inner_pure_py_test": 1, + "PyCFunction": 1, + "__pyx_pf_13wrapper_inner_pure_py_test": 1, + "METH_NOARGS": 1, + "*__pyx_v_data": 1, + "*__pyx_r": 7, + "*__pyx_t_1": 8, + "__pyx_self": 2, + "__pyx_v_data": 7, + "__pyx_kp_s_3": 1, + "__pyx_n_s__np": 1, + "__pyx_n_s__ones": 1, + "__pyx_k_tuple_4": 1, + "__pyx_r": 39, + "__Pyx_AddTraceback": 7, + "__pyx_pf_5numpy_7ndarray___getbuffer__": 2, + "*__pyx_v_self": 4, + "*__pyx_v_info": 4, + "__pyx_v_flags": 4, + "__pyx_v_copy_shape": 5, + "__pyx_v_i": 6, + "__pyx_v_ndim": 6, + "__pyx_v_endian_detector": 6, + "__pyx_v_little_endian": 8, + "__pyx_v_t": 29, + "*__pyx_v_f": 2, + "*__pyx_v_descr": 2, + "__pyx_v_offset": 9, + "__pyx_v_hasfields": 4, + "__pyx_t_6": 40, + "__pyx_t_7": 9, + "*__pyx_t_8": 1, + "*__pyx_t_9": 1, + "__pyx_v_info": 33, + "__pyx_v_self": 16, + "PyArray_NDIM": 1, + "__pyx_L5": 6, + "PyArray_CHKFLAGS": 2, + "NPY_C_CONTIGUOUS": 1, + "__pyx_builtin_ValueError": 5, + "__pyx_k_tuple_6": 1, + "__pyx_L6": 6, + "NPY_F_CONTIGUOUS": 1, + "__pyx_k_tuple_8": 1, + "__pyx_L7": 2, + "buf": 1, + "PyArray_DATA": 1, + "strides": 5, + "malloc": 2, + "shape": 3, + "PyArray_STRIDES": 2, + "PyArray_DIMS": 2, + "__pyx_L8": 2, + "suboffsets": 1, + "PyArray_ITEMSIZE": 1, + "PyArray_ISWRITEABLE": 1, + "__pyx_v_f": 31, + "descr": 2, + "__pyx_v_descr": 10, + "PyDataType_HASFIELDS": 2, + "__pyx_L11": 7, + "type_num": 2, + "byteorder": 4, + "__pyx_k_tuple_10": 1, + "__pyx_L13": 2, + "NPY_BYTE": 2, + "__pyx_L14": 18, + "NPY_UBYTE": 2, + "NPY_SHORT": 2, + "NPY_USHORT": 2, + "NPY_INT": 2, + "NPY_UINT": 2, + "NPY_LONG": 1, + "NPY_ULONG": 1, + "NPY_LONGLONG": 1, + "NPY_ULONGLONG": 1, + "NPY_FLOAT": 1, + "NPY_LONGDOUBLE": 1, + "NPY_CFLOAT": 1, + "NPY_CDOUBLE": 1, + "NPY_CLONGDOUBLE": 1, + "NPY_OBJECT": 1, + "__pyx_t_8": 16, + "PyNumber_Remainder": 1, + "__pyx_kp_u_11": 1, + "format": 6, + "__pyx_L12": 2, + "__pyx_t_9": 7, + "__pyx_f_5numpy__util_dtypestring": 1, + "__pyx_L2": 2, + "__pyx_pf_5numpy_7ndarray_1__releasebuffer__": 2, + "PyArray_HASFIELDS": 1, + "free": 2, + "*__pyx_f_5numpy_PyArray_MultiIterNew1": 1, + "*__pyx_v_a": 5, + "PyArray_MultiIterNew": 5, + "__pyx_v_a": 5, + "*__pyx_v_b": 4, + "__pyx_v_b": 4, + "*__pyx_v_c": 3, + "__pyx_v_c": 3, + "*__pyx_v_d": 2, + "__pyx_v_d": 2, + "*__pyx_v_e": 1, + "__pyx_v_e": 1, + "*__pyx_v_end": 1, + "*__pyx_v_offset": 1, + "*__pyx_v_child": 1, + "*__pyx_v_fields": 1, + "*__pyx_v_childname": 1, + "*__pyx_v_new_offset": 1, + "*__pyx_v_t": 1, + "*__pyx_t_5": 1, + "__pyx_t_10": 7, + "*__pyx_t_11": 1, + "__pyx_v_child": 8, + "__pyx_v_fields": 7, + "__pyx_v_childname": 4, + "__pyx_v_new_offset": 5, + "names": 2, + "PyTuple_GET_SIZE": 2, + "PyTuple_GET_ITEM": 3, + "PyObject_GetItem": 1, + "fields": 1, + "PyTuple_CheckExact": 1, + "tuple": 3, + "__pyx_ptype_5numpy_dtype": 1, + "__pyx_v_end": 2, + "PyNumber_Subtract": 2, + "PyObject_RichCompare": 8, + "__pyx_int_15": 1, + "Py_LT": 2, + "__pyx_builtin_RuntimeError": 2, + "__pyx_k_tuple_13": 1, + "__pyx_k_tuple_14": 1, + "elsize": 1, + "__pyx_k_tuple_16": 1, + "__pyx_L10": 2, + "Py_EQ": 6 + }, + "Ceylon": { + "doc": 2, + "by": 1, + "shared": 5, + "void": 1, + "test": 1, + "(": 4, + ")": 4, + "{": 3, + "print": 1, + ";": 4, + "}": 3, + "class": 1, + "Test": 2, + "name": 4, + "satisfies": 1, + "Comparable": 1, + "<Test>": 1, + "String": 2, + "actual": 2, + "string": 1, + "Comparison": 1, + "compare": 1, + "other": 1, + "return": 1, + "<=>": 1, + "other.name": 1 + }, + "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, + "ID.": 2, + "PROCEDURE": 2, + "DISPLAY": 2, + "STOP": 2, + "RUN.": 2, + "COBOL": 7, + "TEST": 2, + "RECORD.": 1, + "USAGES.": 1, + "COMP": 5, + "PIC": 5, + "S9": 4, + "(": 5, + ")": 5, + "COMP.": 3, + "COMP2": 2 + }, + "CoffeeScript": { + "CoffeeScript": 1, + "require": 21, + "CoffeeScript.require": 1, + "CoffeeScript.eval": 1, + "(": 193, + "code": 20, + "options": 16, + "{": 31, + "}": 34, + ")": 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, + "[": 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, + ".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, + "Lexer": 3, + "RESERVED": 3, + "parser": 1, + "vm": 1, + "require.extensions": 3, + "module": 1, + "filename": 6, + "content": 4, + "compile": 5, + "fs.readFileSync": 1, + "module._compile": 1, + "require.registerExtension": 2, + "exports.VERSION": 1, + "exports.RESERVED": 1, + "exports.helpers": 2, + "exports.compile": 1, + "merge": 1, + "try": 3, + "js": 5, + "parser.parse": 3, + "lexer.tokenize": 3, + ".compile": 1, + "options.header": 1, + "catch": 2, + "err": 20, + "err.message": 2, + "options.filename": 5, + "header": 1, + "exports.tokens": 1, + "exports.nodes": 1, + "source": 5, + "typeof": 2, + "exports.run": 1, + "mainModule": 1, + "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, + "mainModule._compile": 2, + "exports.eval": 1, + "code.trim": 1, + "Script": 2, + "vm.Script": 1, + "options.sandbox": 4, + "instanceof": 2, + "Script.createContext": 2, + ".constructor": 1, + "sandbox": 8, + "k": 4, + "v": 4, + "own": 2, + "sandbox.global": 1, + "sandbox.root": 1, + "sandbox.GLOBAL": 1, + "global": 3, + "sandbox.__filename": 3, + "||": 3, + "sandbox.__dirname": 1, + "sandbox.module": 2, + "sandbox.require": 2, + "Module": 2, + "_module": 3, + "options.modulename": 1, + "_require": 2, + "Module._load": 1, + "_module.filename": 1, + "r": 4, + "Object.getOwnPropertyNames": 1, + "_require.paths": 1, + "_module.paths": 1, + "Module._nodeModulePaths": 1, + "process.cwd": 1, + "_require.resolve": 1, + "request": 2, + "Module._resolveFilename": 1, + "o": 4, + "o.bare": 1, + "ensure": 1, + "value": 25, + "vm.runInThisContext": 1, + "vm.runInContext": 1, + "lexer": 1, + "parser.lexer": 1, + "lex": 1, + "tag": 33, + "@yytext": 1, + "@yylineno": 1, + "@tokens": 7, + "@pos": 2, + "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, + "Math.sqrt": 1, + "cube": 1, + "race": 1, + "winner": 2, + "runners...": 1, + "print": 1, + "runners": 1, + "elvis": 1, + "cubes": 1, + "math.cube": 1, + "num": 2, + "Rewriter": 2, + "INVERSES": 2, + "count": 5, + "starts": 1, + "compact": 1, + "last": 3, + "exports.Lexer": 1, + "tokenize": 1, + "opts": 1, + "WHITESPACE.test": 1, + "code.replace": 1, + "/": 44, + "r/g": 1, + ".replace": 3, + "TRAILING_SPACES": 2, + "@code": 1, + "The": 7, + "remainder": 1, + "the": 4, + "code.": 1, + "@line": 4, + "opts.line": 1, + "current": 5, + "line.": 1, + "@indent": 3, + "indentation": 3, + "level.": 3, + "@indebt": 1, + "over": 1, + "at": 2, + "@outdebt": 1, + "under": 1, + "outdentation": 1, + "@indents": 1, + "stack": 4, + "all": 1, + "levels.": 1, + "@ends": 1, + "pairing": 1, + "up": 1, + "tokens.": 1, + "Stream": 1, + "parsed": 1, + "tokens": 5, + "form": 1, + "line": 6, + ".": 13, + "i": 8, + "while": 4, + "@chunk": 9, + "i..": 1, + "@identifierToken": 1, + "@commentToken": 1, + "@whitespaceToken": 1, + "@lineToken": 1, + "@heredocToken": 1, + "@stringToken": 1, + "@numberToken": 1, + "@regexToken": 1, + "@jsToken": 1, + "@literalToken": 1, + "@closeIndentation": 1, + "@error": 10, + "@ends.pop": 1, + "opts.rewrite": 1, + "off": 1, + ".rewrite": 1, + "identifierToken": 1, + "match": 23, + "IDENTIFIER.exec": 1, + "input": 1, + "id": 16, + "colon": 3, + "@tag": 3, + "@token": 12, + "id.length": 1, + "forcedIdentifier": 4, + "prev": 17, + "not": 4, + "prev.spaced": 3, + "JS_KEYWORDS": 1, + "COFFEE_KEYWORDS": 1, + "id.toUpperCase": 1, + "LINE_BREAK": 2, + "@seenFor": 4, + "yes": 5, + "UNARY": 4, + "RELATION": 3, + "@value": 1, + "@tokens.pop": 1, + "JS_FORBIDDEN": 1, + "String": 1, + "id.reserved": 1, + "COFFEE_ALIAS_MAP": 1, + "COFFEE_ALIASES": 1, + "switch": 7, + "input.length": 1, + "numberToken": 1, + "NUMBER.exec": 1, + "BOX": 1, + "/.test": 4, + "/E/.test": 1, + "x/.test": 1, + "d*": 1, + "d": 2, + "lexedLength": 2, + "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, + "string.indexOf": 1, + "@interpolateString": 2, + "@escapeLines": 1, + "octalEsc": 1, + "|": 21, + "string.length": 1, + "heredocToken": 1, + "HEREDOC.exec": 1, + "heredoc": 4, + "quote": 5, + "heredoc.charAt": 1, + "doc": 11, + "@sanitizeHeredoc": 2, + "indent": 7, + "<=>": 1, + "indexOf": 1, + "interpolateString": 1, + "token": 1, + "STRING": 2, + "makeString": 1, + "n": 16, + "Matches": 1, + "consumes": 1, + "comments": 1, + "commentToken": 1, + "@chunk.match": 1, + "COMMENT": 2, + "comment": 2, + "here": 3, + "herecomment": 4, + "Array": 1, + ".join": 2, + "comment.length": 1, + "jsToken": 1, + "JSTOKEN.exec": 1, + "script.length": 1, + "regexToken": 1, + "HEREGEX.exec": 1, + "@heregexToken": 1, + "NOT_REGEX": 2, + "NOT_SPACED_REGEX": 2, + "REGEX.exec": 1, + "regex": 5, + "flags": 2, + "..1": 1, + "match.length": 1, + "heregexToken": 1, + "heregex": 1, + "body": 2, + "body.indexOf": 1, + "re": 1, + "body.replace": 1, + "HEREGEX_OMIT": 3, + "//g": 1, + "re.match": 1, + "*/": 2, + "heregex.length": 1, + "@tokens.push": 1, + "tokens.push": 1, + "value...": 1, + "continue": 3, + "value.replace": 2, + "/g": 3, + "spaced": 1, + "reserved": 1, + "word": 1, + "value.length": 2, + "MATH": 3, + "COMPARE": 3, + "COMPOUND_ASSIGN": 2, + "SHIFT": 3, + "LOGIC": 3, + ".spaced": 1, + "CALLABLE": 2, + "INDEXABLE": 2, + "@ends.push": 1, + "@pair": 1, + "sanitizeHeredoc": 1, + "HEREDOC_ILLEGAL.test": 1, + "doc.indexOf": 1, + "HEREDOC_INDENT.exec": 1, + "attempt": 2, + "attempt.length": 1, + "indent.length": 1, + "doc.replace": 2, + "///": 12, + "///g": 1, + "n/": 1, + "tagParameters": 1, + "this": 6, + "tokens.length": 1, + "tok": 5, + "stack.push": 1, + "stack.length": 1, + "stack.pop": 2, + "closeIndentation": 1, + "@outdentToken": 1, + "balancedString": 1, + "str": 1, + "end": 2, + "continueCount": 3, + "str.length": 1, + "letter": 1, + "str.charAt": 1, + "missing": 1, + "starting": 1, + "Hello": 1, + "name.capitalize": 1, + "OUTDENT": 1, + "THROW": 1, + "EXTENDS": 1, + "&": 4, + "false": 4, + "delete": 1, + "break": 1, + "debugger": 1, + "finally": 2, + "undefined": 1, + "until": 1, + "loop": 1, + "by": 1, + "&&": 1, + "case": 1, + "default": 1, + "function": 2, + "var": 1, + "void": 1, + "with": 1, + "const": 1, + "let": 2, + "enum": 1, + "export": 1, + "import": 1, + "native": 1, + "__hasProp": 1, + "__extends": 1, + "__slice": 1, + "__bind": 1, + "__indexOf": 1, + "implements": 1, + "interface": 1, + "package": 1, + "private": 1, + "protected": 1, + "public": 1, + "static": 1, + "yield": 1, + "arguments": 1, + "S": 10, + "OPERATOR": 1, + "%": 1, + "compound": 1, + "assign": 1, + "compare": 1, + "zero": 1, + "fill": 1, + "right": 1, + "shift": 2, + "doubles": 1, + "logic": 1, + "soak": 1, + "access": 1, + "range": 1, + "splat": 1, + "WHITESPACE": 1, + "###": 3, + "s*#": 1, + "##": 1, + ".*": 1, + "CODE": 1, + "MULTI_DENT": 1, + "SIMPLESTR": 1, + "JSTOKEN": 1, + "REGEX": 1, + "disallow": 1, + "leading": 1, + "whitespace": 1, + "equals": 1, + "signs": 1, + "every": 1, + "other": 1, + "thing": 1, + "anything": 1, + "escaped": 1, + "character": 1, + "imgy": 2, + "w": 2, + "HEREGEX": 1, + "#.*": 1, + "n/g": 1, + "HEREDOC_INDENT": 1, + "HEREDOC_ILLEGAL": 1, + "//": 1, + "LINE_CONTINUER": 1, + "s*": 1, + "BOOL": 1, + "NOT_REGEX.concat": 1, + "CALLABLE.concat": 1, + "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 + }, + "Common Lisp": { + ";": 10, + "-": 10, + "*": 2, + "lisp": 1, + "(": 14, + "in": 1, + "package": 1, + "foo": 2, + ")": 14, + "Header": 1, + "comment.": 4, + "defvar": 1, + "*foo*": 1, + "eval": 1, + "when": 1, + "execute": 1, + "compile": 1, + "toplevel": 2, + "load": 1, + "defun": 1, + "add": 1, + "x": 5, + "&": 3, + "optional": 1, + "y": 2, + "key": 1, + "z": 2, + "declare": 1, + "ignore": 1, + "Inline": 1, + "+": 2, + "or": 1, + "#": 2, + "|": 2, + "Multi": 1, + "line": 2, + "defmacro": 1, + "body": 1, + "b": 1, + "if": 1, + "After": 1 + }, + "Coq": { + "Inductive": 41, + "day": 9, + "Type": 86, + "|": 457, + "monday": 5, + "tuesday": 3, + "wednesday": 3, + "thursday": 3, + "friday": 3, + "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, + "test_nandb4": 1, + "andb3": 5, + "b3": 2, + "test_andb31": 1, + "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, + "mult_1.": 1, + "bad": 1, + "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, + "IHn.": 3, + "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, + "BO": 4, + "D": 9, + "M": 4, + "bin.": 1, + "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, + "ConT3": 1, + "LeA.": 1, + "LeA": 1, + "treesort_twist2": 1, + "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, + "s2": 2, + "i2": 10, + "m2.": 1, + "meq_congr": 1, + "munion_rotate.": 1, + "treesort": 1, + "&": 21, + "permutation": 43, + "intro": 27, + "permutation.": 1, + "exists": 60, + "Export": 10, + "SfLib.": 2, + "AExp.": 2, + "aexp": 30, + "ANum": 18, + "APlus": 14, + "AMinus": 9, + "AMult": 9, + "aexp.": 1, + "bexp": 22, + "BTrue": 10, + "BFalse": 11, + "BEq": 9, + "BLe": 9, + "BNot": 9, + "BAnd": 10, + "bexp.": 1, + "aeval": 46, + "e": 53, + "a1": 56, + "a2": 62, + "test_aeval1": 1, + "beval": 16, + "optimize_0plus": 15, + "e2": 54, + "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, + "optimize_and_sound": 1, + "IHe": 2, + "aevalR_first_try.": 2, + "aevalR": 18, + "E_Anum": 1, + "E_APlus": 2, + "n1": 45, + "n2": 41, + "E_AMinus": 2, + "E_AMult": 2, + "Reserved": 4, + "E_ANum": 1, + "where": 6, + "bevalR": 11, + "E_BTrue": 1, + "E_BFalse": 1, + "E_BEq": 1, + "E_BLe": 1, + "E_BNot": 1, + "E_BAnd": 1, + "aeval_iff_aevalR": 9, + "split.": 17, + "subst": 7, + "generalize": 13, + "dependent": 6, + "IHa1": 1, + "IHa2": 1, + "beval_iff_bevalR": 1, + "*.": 110, + "subst.": 43, + "IHbevalR": 1, + "IHbevalR1": 1, + "IHbevalR2": 1, + "a.": 6, + "constructor.": 16, + "<": 76, + "remember": 12, + "IHa.": 1, + "IHa1.": 1, + "IHa2.": 1, + "silly_presburger_formula": 1, + "<=>": 12, + "3": 2, + "omega": 7, + "Id": 7, + "id": 7, + "id.": 1, + "beq_id": 14, + "id1": 2, + "id2": 2, + "beq_id_refl": 1, + "i.": 2, + "beq_nat_refl.": 1, + "beq_id_eq": 4, + "i2.": 8, + "i1.": 3, + "beq_nat_eq": 2, + "beq_id_false_not_eq": 1, + "C.": 3, + "n0": 5, + "beq_false_not_eq": 1, + "not_eq_beq_id_false": 1, + "not_eq_beq_false.": 1, + "beq_nat_sym": 2, + "AId": 4, + "com_cases": 1, + "SKIP": 5, + "IFB": 4, + "WHILE": 5, + "c1": 14, + "c2": 9, + "e3": 1, + "cl": 1, + "st": 113, + "E_IfTrue": 2, + "THEN": 3, + "ELSE": 3, + "FI": 3, + "E_WhileEnd": 2, + "DO": 4, + "END": 4, + "E_WhileLoop": 2, + "ceval_cases": 1, + "E_Skip": 1, + "E_Ass": 1, + "E_Seq": 1, + "E_IfFalse": 1, + "assignment": 1, + "command": 2, + "if": 10, + "st1": 2, + "IHi1": 3, + "Heqst1": 1, + "Hceval.": 4, + "Hceval": 2, + "assumption.": 61, + "bval": 2, + "ceval_step": 3, + "Some": 21, + "ceval_step_more": 7, + "x1.": 3, + "omega.": 7, + "x2.": 2, + "IHHce.": 2, + "%": 3, + "IHHce1.": 1, + "IHHce2.": 1, + "x0": 14, + "plus2": 1, + "nx": 3, + "Y": 38, + "ny": 2, + "XtimesYinZ": 1, + "Z": 11, + "ny.": 1, + "loop": 2, + "contra.": 19, + "loopdef.": 1, + "Heqloopdef.": 8, + "contra1.": 1, + "IHcontra2.": 1, + "no_whiles": 15, + "com": 5, + "ct": 2, + "cf": 2, + "no_Whiles": 10, + "noWhilesSKIP": 1, + "noWhilesAss": 1, + "noWhilesSeq": 1, + "noWhilesIf": 1, + "no_whiles_eqv": 1, + "noWhilesSKIP.": 1, + "noWhilesAss.": 1, + "noWhilesSeq.": 1, + "IHc1.": 2, + "auto.": 47, + "eauto": 10, + "andb_true_elim1": 4, + "IHc2.": 2, + "andb_true_elim2": 4, + "noWhilesIf.": 1, + "andb_true_intro.": 2, + "no_whiles_terminate": 1, + "state": 6, + "st.": 7, + "update": 2, + "IHc1": 2, + "IHc2": 2, + "H5.": 1, + "x1": 11, + "r": 11, + "r.": 3, + "symmetry": 4, + "Heqr.": 1, + "H4.": 2, + "s": 13, + "Heqr": 3, + "H8.": 1, + "H10": 1, + "assumption": 10, + "beval_short_circuit": 5, + "beval_short_circuit_eqv": 1, + "sinstr": 8, + "SPush": 8, + "SLoad": 6, + "SPlus": 10, + "SMinus": 11, + "SMult": 11, + "sinstr.": 1, + "s_execute": 21, + "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, + "other.": 4, + "app_ass.": 6, + "s_compile_correct": 1, + "app_nil_end.": 1, + "execute_theorem.": 1, + "Eqdep_dec.": 1, + "Arith.": 2, + "eq_rect_eq_nat": 2, + "Q": 3, + "eq_rect": 3, + "h.": 1, + "K_dec_set": 1, + "eq_nat_dec.": 1, + "Scheme": 1, + "le_ind": 1, + "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, + "Hgsurj.": 1, + "Hgsurj": 3, + "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, + "Hgefy": 1, + "Hfinj.": 3, + "sym_not_eq.": 2, + "Heqf.": 2, + "Hneqy.": 2, + "le_lt_trans": 2, + "le_O_n.": 2, + "le_neq_lt": 2, + "Hneqx.": 2, + "pred_inj.": 1, + "lt_O_neq": 2, + "neq_dep_intro": 2, + "inj_restrict": 1, + "Heqf": 1, + "surjective": 1, + "Hlep.": 3, + "Hle": 1, + "Hlt": 3, + "Hfsurj": 2, + "le_n_S": 1, + "Hlep": 4, + "Hneq": 7, + "Heqx.": 2, + "Heqx": 4, + "Hle.": 1, + "le_not_lt": 1, + "lt_trans": 4, + "lt_n_Sn.": 1, + "Hlt.": 1, + "lt_irrefl": 2, + "lt_le_trans": 1, + "pose": 2, + "let": 3, + "Hneqx": 1, + "Hneqy": 1, + "Heqg": 1, + "Hdec": 3, + "Heqy": 1, + "Hginj": 1, + "HSnx.": 1, + "HSnx": 1, + "interval_discr": 1, + "<=m}>": 1, + "card_inj": 1, + "interval_dec.": 1, + "card_interval.": 2, + "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 + }, + "CSS": { + ".clearfix": 8, + "{": 1661, + "*zoom": 48, + ";": 4219, + "}": 1705, + "before": 48, + "after": 96, + "display": 135, + "table": 44, + "content": 66, + "line": 97, + "-": 8839, + "height": 141, + "clear": 32, + "both": 30, + ".hide": 12, + "text": 129, + "font": 142, + "/0": 2, + "a": 268, + "color": 711, + "transparent": 148, + "shadow": 254, + "none": 128, + "background": 770, + "border": 912, + ".input": 216, + "block": 133, + "level": 2, + "width": 215, + "%": 366, + "min": 14, + "px": 2535, + "webkit": 364, + "box": 264, + "sizing": 27, + "moz": 316, + "article": 2, + "aside": 2, + "details": 2, + "figcaption": 2, + "figure": 2, + "footer": 2, + "header": 12, + "hgroup": 2, + "nav": 2, + "section": 2, + "audio": 4, + "canvas": 2, + "video": 4, + "inline": 116, + "*display": 20, + "not": 6, + "(": 748, + "[": 384, + "controls": 2, + "]": 384, + ")": 748, + "html": 4, + "size": 104, + "adjust": 6, + "ms": 13, + "focus": 232, + "outline": 30, + "thin": 8, + "dotted": 10, + "#333": 6, + "auto": 50, + "ring": 6, + "offset": 6, + "hover": 144, + "active": 46, + "sub": 4, + "sup": 4, + "position": 342, + "relative": 18, + "vertical": 56, + "align": 72, + "baseline": 4, + "top": 376, + "em": 6, + "bottom": 309, + "img": 14, + "max": 18, + "middle": 20, + "interpolation": 2, + "mode": 2, + "bicubic": 2, + "#map_canvas": 2, + ".google": 2, + "maps": 2, + "button": 18, + "input": 336, + "select": 90, + "textarea": 76, + "margin": 424, + "*overflow": 3, + "visible": 8, + "normal": 18, + "inner": 37, + "padding": 174, + "type": 174, + "appearance": 6, + "cursor": 30, + "pointer": 12, + "label": 20, + "textfield": 2, + "search": 66, + "decoration": 33, + "cancel": 2, + "overflow": 21, + "@media": 2, + "print": 4, + "*": 2, + "important": 18, + "#000": 2, + "visited": 2, + "underline": 6, + "href": 28, + "attr": 4, + "abbr": 6, + "title": 10, + ".ir": 2, + "pre": 16, + "blockquote": 14, + "solid": 93, + "#999": 6, + "page": 6, + "break": 12, + "inside": 4, + "avoid": 6, + "thead": 38, + "group": 120, + "tr": 92, + "@page": 2, + "cm": 2, + "p": 14, + "h2": 14, + "h3": 14, + "orphans": 2, + "widows": 2, + "body": 3, + "family": 10, + "Helvetica": 6, + "Arial": 6, + "sans": 6, + "serif": 6, + "#333333": 26, + "#ffffff": 136, + "#0088cc": 24, + "#005580": 8, + ".img": 6, + "rounded": 2, + "radius": 534, + "polaroid": 2, + "#fff": 10, + "#ccc": 13, + "rgba": 409, + "circle": 18, + ".row": 126, + "left": 489, + "class*": 100, + "float": 84, + ".container": 32, + ".navbar": 332, + "static": 14, + "fixed": 36, + ".span12": 4, + ".span11": 4, + ".span10": 4, + ".span9": 4, + ".span8": 4, + ".span7": 4, + ".span6": 4, + ".span5": 4, + ".span4": 4, + ".span3": 4, + ".span2": 4, + ".span1": 4, + ".offset12": 6, + ".offset11": 6, + ".offset10": 6, + ".offset9": 6, + ".offset8": 6, + ".offset7": 6, + ".offset6": 6, + ".offset5": 6, + ".offset4": 6, + ".offset3": 6, + ".offset2": 6, + ".offset1": 6, + "fluid": 126, + "*margin": 70, + "first": 179, + "child": 301, + ".controls": 28, + "row": 20, + "+": 105, + "*width": 26, + ".pull": 16, + "right": 258, + ".lead": 2, + "weight": 28, + "small": 66, + "strong": 2, + "bold": 14, + "style": 21, + "italic": 4, + "cite": 2, + ".muted": 2, + "#999999": 50, + "a.muted": 4, + "#808080": 2, + ".text": 14, + "warning": 33, + "#c09853": 14, + "a.text": 16, + "#a47e3c": 4, + "error": 10, + "#b94a48": 20, + "#953b39": 6, + "info": 37, + "#3a87ad": 18, + "#2d6987": 6, + "success": 35, + "#468847": 18, + "#356635": 6, + "center": 17, + "h1": 11, + "h4": 20, + "h5": 6, + "h6": 6, + "inherit": 8, + "rendering": 2, + "optimizelegibility": 2, + ".page": 2, + "#eeeeee": 31, + "ul": 84, + "ol": 10, + "li": 205, + "ul.unstyled": 2, + "ol.unstyled": 2, + "list": 44, + "ul.inline": 4, + "ol.inline": 4, + "dl": 2, + "dt": 6, + "dd": 6, + ".dl": 12, + "horizontal": 60, + "hidden": 9, + "ellipsis": 2, + "white": 25, + "space": 23, + "nowrap": 14, + "hr": 2, + "data": 2, + "original": 2, + "help": 2, + "abbr.initialism": 2, + "transform": 4, + "uppercase": 4, + "blockquote.pull": 10, + "q": 4, + "address": 2, + "code": 6, + "Monaco": 2, + "Menlo": 2, + "Consolas": 2, + "monospace": 2, + "#d14": 2, + "#f7f7f9": 2, + "#e1e1e8": 2, + "word": 6, + "all": 10, + "wrap": 6, + "#f5f5f5": 26, + "pre.prettyprint": 2, + ".pre": 2, + "scrollable": 2, + "y": 2, + "scroll": 2, + ".label": 30, + ".badge": 30, + "empty": 7, + "a.label": 4, + "a.badge": 4, + "#f89406": 27, + "#c67605": 4, + "inverse": 110, + "#1a1a1a": 2, + ".btn": 506, + "mini": 34, + "collapse": 12, + "spacing": 3, + ".table": 180, + "th": 70, + "td": 66, + "#dddddd": 16, + "caption": 18, + "colgroup": 18, + "tbody": 68, + "condensed": 4, + "bordered": 76, + "separate": 4, + "*border": 8, + "topleft": 16, + "last": 118, + "topright": 16, + "tfoot": 12, + "bottomleft": 16, + "bottomright": 16, + "striped": 13, + "nth": 4, + "odd": 4, + "#f9f9f9": 12, + "cell": 2, + "td.span1": 2, + "th.span1": 2, + "td.span2": 2, + "th.span2": 2, + "td.span3": 2, + "th.span3": 2, + "td.span4": 2, + "th.span4": 2, + "td.span5": 2, + "th.span5": 2, + "td.span6": 2, + "th.span6": 2, + "td.span7": 2, + "th.span7": 2, + "td.span8": 2, + "th.span8": 2, + "td.span9": 2, + "th.span9": 2, + "td.span10": 2, + "th.span10": 2, + "td.span11": 2, + "th.span11": 2, + "td.span12": 2, + "th.span12": 2, + "tr.success": 4, + "#dff0d8": 6, + "tr.error": 4, + "#f2dede": 6, + "tr.warning": 4, + "#fcf8e3": 6, + "tr.info": 4, + "#d9edf7": 6, + "#d0e9c6": 2, + "#ebcccc": 2, + "#faf2cc": 2, + "#c4e3f3": 2, + "form": 38, + "fieldset": 2, + "legend": 6, + "#e5e5e5": 28, + ".uneditable": 80, + "#555555": 18, + "#cccccc": 18, + "inset": 132, + "transition": 36, + "linear": 204, + ".2s": 16, + "o": 48, + ".075": 12, + ".6": 6, + "multiple": 2, + "#fcfcfc": 2, + "allowed": 4, + "placeholder": 18, + ".radio": 26, + ".checkbox": 26, + ".radio.inline": 6, + ".checkbox.inline": 6, + "medium": 2, + "large": 40, + "xlarge": 2, + "xxlarge": 2, + "append": 120, + "prepend": 82, + "input.span12": 4, + "textarea.span12": 2, + "input.span11": 4, + "textarea.span11": 2, + "input.span10": 4, + "textarea.span10": 2, + "input.span9": 4, + "textarea.span9": 2, + "input.span8": 4, + "textarea.span8": 2, + "input.span7": 4, + "textarea.span7": 2, + "input.span6": 4, + "textarea.span6": 2, + "input.span5": 4, + "textarea.span5": 2, + "input.span4": 4, + "textarea.span4": 2, + "input.span3": 4, + "textarea.span3": 2, + "input.span2": 4, + "textarea.span2": 2, + "input.span1": 4, + "textarea.span1": 2, + "disabled": 36, + "readonly": 10, + ".control": 150, + "group.warning": 32, + ".help": 44, + "#dbc59e": 6, + ".add": 36, + "on": 36, + "group.error": 32, + "#d59392": 6, + "group.success": 32, + "#7aba7b": 6, + "group.info": 32, + "#7ab5d3": 6, + "invalid": 12, + "#ee5f5b": 18, + "#e9322d": 2, + "#f8b9b7": 6, + ".form": 132, + "actions": 10, + "#595959": 2, + ".dropdown": 126, + "menu": 42, + ".popover": 14, + "z": 12, + "index": 14, + "toggle": 84, + ".active": 86, + "#a9dba9": 2, + "#46a546": 2, + "prepend.input": 22, + "input.search": 2, + "query": 22, + ".search": 22, + "*padding": 36, + "image": 187, + "gradient": 175, + "#e6e6e6": 20, + "from": 40, + "to": 75, + "repeat": 66, + "x": 30, + "filter": 57, + "progid": 48, + "DXImageTransform.Microsoft.gradient": 48, + "startColorstr": 30, + "endColorstr": 30, + "GradientType": 30, + "#bfbfbf": 4, + "*background": 36, + "enabled": 18, + "false": 18, + "#b3b3b3": 2, + ".3em": 6, + ".2": 12, + ".05": 24, + ".btn.active": 8, + ".btn.disabled": 4, + "#d9d9d9": 4, + "s": 25, + ".15": 24, + "default": 12, + "opacity": 15, + "alpha": 7, + "class": 26, + "primary.active": 6, + "warning.active": 6, + "danger.active": 6, + "success.active": 6, + "info.active": 6, + "inverse.active": 6, + "primary": 14, + "#006dcc": 2, + "#0044cc": 20, + "#002a80": 2, + "primary.disabled": 2, + "#003bb3": 2, + "#003399": 2, + "#faa732": 3, + "#fbb450": 16, + "#ad6704": 2, + "warning.disabled": 2, + "#df8505": 2, + "danger": 21, + "#da4f49": 2, + "#bd362f": 20, + "#802420": 2, + "danger.disabled": 2, + "#a9302a": 2, + "#942a25": 2, + "#5bb75b": 2, + "#62c462": 16, + "#51a351": 20, + "#387038": 2, + "success.disabled": 2, + "#499249": 2, + "#408140": 2, + "#49afcd": 2, + "#5bc0de": 16, + "#2f96b4": 20, + "#1f6377": 2, + "info.disabled": 2, + "#2a85a0": 2, + "#24748c": 2, + "#363636": 2, + "#444444": 10, + "#222222": 32, + "#000000": 14, + "inverse.disabled": 2, + "#151515": 12, + "#080808": 2, + "button.btn": 4, + "button.btn.btn": 6, + ".btn.btn": 6, + "link": 28, + "url": 4, + "no": 2, + ".icon": 288, + ".nav": 308, + "pills": 28, + "submenu": 8, + "glass": 2, + "music": 2, + "envelope": 2, + "heart": 2, + "star": 4, + "user": 2, + "film": 2, + "ok": 6, + "remove": 6, + "zoom": 5, + "in": 10, + "out": 10, + "off": 4, + "signal": 2, + "cog": 2, + "trash": 2, + "home": 2, + "file": 2, + "time": 2, + "road": 2, + "download": 4, + "alt": 6, + "upload": 2, + "inbox": 2, + "play": 4, + "refresh": 2, + "lock": 2, + "flag": 2, + "headphones": 2, + "volume": 6, + "down": 12, + "up": 12, + "qrcode": 2, + "barcode": 2, + "tag": 2, + "tags": 2, + "book": 2, + "bookmark": 2, + "camera": 2, + "justify": 2, + "indent": 4, + "facetime": 2, + "picture": 2, + "pencil": 2, + "map": 2, + "marker": 2, + "tint": 2, + "edit": 2, + "share": 4, + "check": 2, + "move": 2, + "step": 4, + "backward": 6, + "fast": 4, + "pause": 2, + "stop": 32, + "forward": 6, + "eject": 2, + "chevron": 8, + "plus": 4, + "sign": 16, + "minus": 4, + "question": 2, + "screenshot": 2, + "ban": 2, + "arrow": 21, + "resize": 8, + "full": 2, + "asterisk": 2, + "exclamation": 2, + "gift": 2, + "leaf": 2, + "fire": 2, + "eye": 4, + "open": 4, + "close": 4, + "plane": 2, + "calendar": 2, + "random": 2, + "comment": 2, + "magnet": 2, + "retweet": 2, + "shopping": 2, + "cart": 2, + "folder": 4, + "hdd": 2, + "bullhorn": 2, + "bell": 2, + "certificate": 2, + "thumbs": 4, + "hand": 8, + "globe": 2, + "wrench": 2, + "tasks": 2, + "briefcase": 2, + "fullscreen": 2, + "toolbar": 8, + ".btn.large": 4, + ".large.dropdown": 2, + "group.open": 18, + ".125": 6, + ".btn.dropdown": 2, + "primary.dropdown": 2, + "warning.dropdown": 2, + "danger.dropdown": 2, + "success.dropdown": 2, + "info.dropdown": 2, + "inverse.dropdown": 2, + ".caret": 70, + ".dropup": 2, + ".divider": 8, + "tabs": 94, + "#ddd": 38, + "stacked": 24, + "tabs.nav": 12, + "pills.nav": 4, + ".dropdown.active": 4, + ".open": 8, + "li.dropdown.open.active": 14, + "li.dropdown.open": 14, + ".tabs": 62, + ".tabbable": 8, + ".tab": 8, + "below": 18, + "pane": 4, + ".pill": 6, + ".disabled": 22, + "*position": 2, + "*z": 2, + "#fafafa": 2, + "#f2f2f2": 22, + "#d4d4d4": 2, + "collapse.collapse": 2, + ".brand": 14, + "#777777": 12, + ".1": 24, + ".nav.pull": 2, + "navbar": 28, + "#ededed": 2, + "navbar.active": 8, + "navbar.disabled": 4, + "bar": 21, + "absolute": 8, + "li.dropdown": 12, + "li.dropdown.active": 8, + "menu.pull": 8, + "#1b1b1b": 2, + "#111111": 18, + "#252525": 2, + "#515151": 2, + "query.focused": 2, + "#0e0e0e": 2, + "#040404": 18, + ".breadcrumb": 8, + ".pagination": 78, + "span": 38, + "centered": 2, + ".pager": 34, + ".next": 4, + ".previous": 4, + ".thumbnails": 12, + ".thumbnail": 6, + "ease": 12, + "a.thumbnail": 4, + ".caption": 2, + ".alert": 34, + "#fbeed5": 2, + ".close": 2, + "#d6e9c6": 2, + "#eed3d7": 2, + "#bce8f1": 2, + "@": 8, + "keyframes": 8, + "progress": 15, + "stripes": 15, + "@keyframes": 2, + ".progress": 22, + "#f7f7f7": 3, + ".bar": 22, + "#0e90d2": 2, + "#149bdf": 11, + "#0480be": 10, + "deg": 20, + ".progress.active": 1, + "animation": 5, + "infinite": 5, + "#dd514c": 1, + "#c43c35": 5, + "danger.progress": 1, + "#5eb95e": 1, + "#57a957": 5, + "success.progress": 1, + "#4bb1cf": 1, + "#339bb9": 5, + "info.progress": 1, + "warning.progress": 1, + ".hero": 3, + "unit": 3, + "letter": 1, + ".media": 11, + "object": 1, + "heading": 1, + ".tooltip": 7, + "visibility": 1, + ".tooltip.in": 1, + ".tooltip.top": 2, + ".tooltip.right": 2, + ".tooltip.bottom": 2, + ".tooltip.left": 2, + "clip": 3, + ".popover.top": 3, + ".popover.right": 3, + ".popover.bottom": 3, + ".popover.left": 3, + "#ebebeb": 1, + ".arrow": 12, + ".modal": 5, + "backdrop": 2, + "backdrop.fade": 1, + "backdrop.fade.in": 1 + }, + "Dart": { + "class": 1, + "Point": 7, + "{": 3, + "(": 7, + "this.x": 1, + "this.y": 1, + ")": 7, + ";": 8, + "distanceTo": 1, + "other": 1, + "var": 3, + "dx": 3, + "x": 2, + "-": 2, + "other.x": 1, + "dy": 3, + "y": 2, + "other.y": 1, + "return": 1, + "Math.sqrt": 1, + "*": 2, + "+": 1, + "}": 3, + "main": 1, + "p": 1, + "new": 2, + "q": 1, + "print": 1 + }, + "Diff": { + "diff": 1, + "-": 5, + "git": 1, + "a/lib/linguist.rb": 2, + "b/lib/linguist.rb": 2, + "index": 1, + "d472341..8ad9ffb": 1, + "+": 3 + }, + "Ecl": { + "#option": 1, + "(": 32, + "true": 1, + ")": 32, + ";": 23, + "namesRecord": 4, + "RECORD": 1, + "string20": 1, + "surname": 1, + "string10": 2, + "forename": 1, + "integer2": 5, + "age": 2, + "dadAge": 1, + "mumAge": 1, + "END": 1, + "namesRecord2": 3, + "record": 1, + "extra": 1, + "end": 1, + "namesTable": 11, + "dataset": 2, + "FLAT": 2, + "namesTable2": 9, + "aveAgeL": 3, + "l": 1, + "l.dadAge": 1, + "+": 16, + "l.mumAge": 1, + "/2": 2, + "aveAgeR": 4, + "r": 1, + "r.dadAge": 1, + "r.mumAge": 1, + "output": 9, + "join": 11, + "left": 2, + "right": 3, + "//Several": 1, + "simple": 1, + "examples": 1, + "of": 1, + "sliding": 2, + "syntax": 1, + "left.age": 8, + "right.age": 12, + "-": 5, + "and": 10, + "<": 1, + "between": 7, + "//Same": 1, + "but": 1, + "on": 1, + "strings.": 1, + "Also": 1, + "includes": 1, + "to": 1, + "ensure": 1, + "sort": 1, + "is": 1, + "done": 1, + "by": 1, + "non": 1, + "before": 1, + "sliding.": 1, + "left.surname": 2, + "right.surname": 4, + "[": 4, + "]": 4, + "all": 1, + "//This": 1, + "should": 1, + "not": 1, + "generate": 1, + "a": 1, + "self": 1 + }, + "edn": { + "[": 24, + "{": 22, + "db/id": 22, + "#db/id": 22, + "db.part/db": 6, + "]": 24, + "db/ident": 3, + "object/name": 18, + "db/doc": 4, + "db/valueType": 3, + "db.type/string": 2, + "db/index": 3, "true": 3, - "]": 165, - "[": 165, - "}": 143, - "{": 143 + "db/cardinality": 3, + "db.cardinality/one": 3, + "db.install/_attribute": 3, + "}": 22, + "object/meanRadius": 18, + "db.type/double": 1, + "data/source": 2, + "db.part/tx": 2, + "db.part/user": 17 + }, + "Elm": { + "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, + "}": 1, + "subsection": 2, + "w": 7, + "info": 2, + "down": 3, + "words": 2, + "markdown": 1, + "|": 3, + "###": 1, + "Basic": 1, + "Examples": 1, + "Each": 1, + "listed": 1, + "below": 1, + "focuses": 1, + "on": 1, + "a": 5, + "single": 1, + "function": 1, + "or": 1, + "concept.": 1, + "These": 1, + "examples": 1, + "demonstrate": 1, + "all": 1, + "the": 1, + "basic": 1, + "building": 1, + "blocks": 1, + "Elm.": 1, + "content": 2, + "exampleSets": 2, + "plainText": 1, + "main": 3, + "lift": 1, + "skeleton": 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, + "julia.el": 2, + "ESS": 5, + "julia": 39, + "mode": 12, + "and": 3, + "inferior": 13, + "interaction": 1, + "Copyright": 1, + "C": 2, + "Vitalie": 3, + "Spinu.": 1, + "Filename": 1, + "Author": 1, + "Spinu": 2, + "based": 1, + "on": 2, + "mode.el": 1, + "from": 3, + "lang": 1, + "project": 1, + "Maintainer": 1, + "Created": 1, + "Keywords": 1, + "This": 4, + "file": 10, + "is": 5, + "*NOT*": 1, + "part": 2, + "of": 8, + "GNU": 4, + "Emacs.": 1, + "program": 6, + "free": 1, + "software": 1, + "you": 1, + "can": 1, + "redistribute": 1, + "it": 3, + "and/or": 1, + "modify": 5, + "under": 1, + "the": 10, + "terms": 1, + "General": 3, + "Public": 3, + "License": 3, + "as": 1, + "published": 1, + "by": 1, + "Free": 2, + "Software": 2, + "Foundation": 2, + "either": 1, + "version": 2, + "any": 1, + "later": 1, + "version.": 1, + "distributed": 1, + "in": 3, + "hope": 1, + "that": 2, + "will": 1, + "be": 2, + "useful": 1, + "but": 2, + "WITHOUT": 1, + "ANY": 1, + "WARRANTY": 1, + "without": 1, + "even": 1, + "implied": 1, + "warranty": 1, + "MERCHANTABILITY": 1, + "or": 3, + "FITNESS": 1, + "FOR": 1, + "A": 1, + "PARTICULAR": 1, + "PURPOSE.": 1, + "See": 1, + "for": 8, + "more": 1, + "details.": 1, + "You": 1, + "should": 2, + "have": 1, + "received": 1, + "a": 4, + "copy": 2, + "along": 1, + "with": 4, + "this": 1, + "see": 2, + "COPYING.": 1, + "If": 1, + "not": 1, + "write": 2, + "to": 4, + "Inc.": 1, + "Franklin": 1, + "Street": 1, + "Fifth": 1, + "Floor": 1, + "Boston": 1, + "MA": 1, + "USA.": 1, + "Commentary": 1, + "customise": 1, + "name": 8, + "point": 6, + "your": 1, + "release": 1, + "basic": 1, + "start": 13, + "M": 2, + "x": 2, + "julia.": 2, + "require": 2, + "auto": 1, + "alist": 9, + "table": 9, + "character": 1, + "quote": 2, + "transpose": 1, + "syntax": 7, + "entry": 4, + ".": 40, + "Syntax": 3, + "inside": 1, + "char": 6, + "defvar": 5, + "let": 3, + "make": 4, + "defconst": 5, + "regex": 5, + "unquote": 1, + "forloop": 1, + "subset": 2, + "regexp": 6, + "font": 6, + "lock": 6, + "defaults": 2, + "list": 3, + "identity": 1, + "keyword": 2, + "face": 4, + "constant": 1, + "cons": 1, + "function": 7, + "keep": 2, + "string": 8, + "paragraph": 3, + "concat": 7, + "page": 2, + "delimiter": 2, + "separate": 1, + "ignore": 2, + "fill": 1, + "prefix": 2, + "t": 6, + "final": 1, + "newline": 1, + "comment": 6, + "add": 4, + "skip": 1, + "column": 1, + "indent": 8, + "S": 2, + "line": 5, + "calculate": 1, + "parse": 1, + "sexp": 1, + "comments": 1, + "style": 2, + "default": 1, + "ignored": 1, + "local": 6, + "process": 5, + "nil": 12, + "dump": 2, + "files": 1, + "_": 1, + "autoload": 1, + "defun": 5, + "send": 3, + "visibly": 1, + "temporary": 1, + "directory": 2, + "temp": 2, + "insert": 1, + "format": 3, + "load": 1, + "command": 5, + "get": 3, + "help": 3, + "topics": 1, + "&": 3, + "optional": 3, + "proc": 3, + "words": 1, + "vector": 1, + "com": 1, + "error": 6, + "s": 5, + "*in": 1, + "[": 3, + "n": 1, + "]": 3, + "*": 1, + "at": 5, + ".*": 2, + "+": 5, + "w*": 1, + "http": 1, + "//docs.julialang.org/en/latest/search/": 1, + "q": 1, + "%": 1, + "include": 1, + "funargs": 1, + "re": 2, + "args": 10, + "language": 1, + "STERM": 1, + "editor": 2, + "R": 2, + "pager": 2, + "versions": 1, + "Julia": 1, + "made": 1, + "available.": 1, + "String": 1, + "arguments": 2, + "used": 1, + "when": 2, + "starting": 1, + "group": 1, + "###autoload": 2, + "interactive": 2, + "setq": 2, + "customize": 5, + "emacs": 1, + "<": 1, + "hook": 4, + "complete": 1, + "object": 2, + "completion": 4, + "functions": 2, + "first": 1, + "if": 4, + "fboundp": 1, + "end": 1, + "workaround": 1, + "set": 3, + "variable": 3, + "post": 1, + "run": 2, + "settings": 1, + "notably": 1, + "null": 1, + "dribble": 1, + "buffer": 3, + "debugging": 1, + "only": 1, + "dialect": 1, + "current": 2, + "arg": 1, + "let*": 2, + "jl": 2, + "space": 1, + "just": 1, + "case": 1, + "read": 1, + "..": 3, + "multi": 1, + "...": 1, + "tb": 1, + "logo": 1, + "goto": 2, + "min": 1, + "while": 1, + "search": 1, + "forward": 1, + "replace": 1, + "match": 1, + "max": 1, + "inject": 1, + "code": 1, + "etc": 1, + "hooks": 1, + "busy": 1, + "funname": 5, + "eldoc": 1, + "show": 1, + "symbol": 2, + "aggressive": 1, + "car": 1, + "funname.start": 1, + "sequence": 1, + "nth": 1, + "W": 1, + "window": 2, + "width": 1, + "minibuffer": 1, + "length": 1, + "doc": 1, + "propertize": 1, + "use": 1, + "classes": 1, + "screws": 1, + "egrep": 1 + }, + "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, + "generated": 1, + "file.": 1, + "Please": 1, + "don": 1, + "t": 1, + "edit": 1, + "record_utils": 1, + "compile": 2, + "export_all": 1, + "include": 1, + "abstract_message": 21, + "async_message": 12, + "clientId": 5, + "destination": 5, + "messageId": 5, + "timestamp": 5, + "timeToLive": 5, + "headers": 5, + "body": 5, + "correlationId": 5, + "correlationIdBytes": 5, + "get": 12, + "Obj": 49, + "is_record": 25, + "Obj#abstract_message.body": 1, + "Obj#abstract_message.clientId": 1, + "Obj#abstract_message.destination": 1, + "Obj#abstract_message.headers": 1, + "Obj#abstract_message.messageId": 1, + "Obj#abstract_message.timeToLive": 1, + "Obj#abstract_message.timestamp": 1, + "Obj#async_message.correlationId": 1, + "Obj#async_message.correlationIdBytes": 1, + "parent": 5, + "Obj#async_message.parent": 3, + "ParentProperty": 6, + "is_atom": 2, + "set": 13, + "Value": 35, + "NewObj": 20, + "Obj#abstract_message": 7, + "Obj#async_message": 3, + "NewParentObject": 2, + "undefined.": 1, + "Mode": 1, + "coding": 1, + "utf": 1, + "tab": 1, + "width": 1, + "c": 2, + "basic": 1, + "offset": 1, + "indent": 1, + "tabs": 1, + "mode": 2, + "BSD": 1, + "LICENSE": 1, + "Copyright": 1, + "Michael": 2, + "Truog": 2, + "<mjtruog>": 1, + "at": 1, + "gmail": 1, + "dot": 1, + "com": 1, + "All": 2, + "rights": 1, + "reserved.": 1, + "Redistribution": 1, + "use": 2, + "in": 3, + "source": 2, + "binary": 2, + "forms": 1, + "with": 2, + "or": 3, + "without": 2, + "modification": 1, + "permitted": 1, + "provided": 2, + "that": 1, + "the": 9, + "following": 4, + "conditions": 3, + "met": 1, + "Redistributions": 2, + "code": 2, + "must": 3, + "retain": 1, + "above": 2, + "copyright": 2, + "notice": 2, + "this": 4, + "list": 2, + "disclaimer.": 1, + "form": 1, + "reproduce": 1, + "disclaimer": 1, + "documentation": 1, + "and/or": 1, + "other": 1, + "materials": 2, + "distribution.": 1, + "advertising": 1, + "mentioning": 1, + "features": 1, + "software": 3, + "display": 1, + "acknowledgment": 1, + "product": 1, + "includes": 1, + "developed": 1, + "by": 1, + "The": 1, + "name": 1, + "author": 2, + "may": 1, + "not": 1, + "be": 1, + "used": 1, + "endorse": 1, + "promote": 1, + "products": 1, + "derived": 1, + "from": 1, + "specific": 1, + "prior": 1, + "written": 1, + "permission": 1, + "THIS": 2, + "SOFTWARE": 2, + "IS": 1, + "PROVIDED": 1, + "BY": 1, + "THE": 5, + "COPYRIGHT": 2, + "HOLDERS": 1, + "AND": 4, + "CONTRIBUTORS": 2, + "ANY": 4, + "EXPRESS": 1, + "OR": 8, + "IMPLIED": 2, + "WARRANTIES": 2, + "INCLUDING": 3, + "BUT": 2, + "NOT": 2, + "LIMITED": 2, + "TO": 2, + "OF": 8, + "MERCHANTABILITY": 1, + "FITNESS": 1, + "FOR": 2, + "PARTICULAR": 1, + "PURPOSE": 1, + "ARE": 1, + "DISCLAIMED.": 1, + "IN": 3, + "NO": 1, + "EVENT": 1, + "SHALL": 1, + "OWNER": 1, + "BE": 1, + "LIABLE": 1, + "DIRECT": 1, + "INDIRECT": 1, + "INCIDENTAL": 1, + "SPECIAL": 1, + "EXEMPLARY": 1, + "CONSEQUENTIAL": 1, + "DAMAGES": 1, + "PROCUREMENT": 1, + "SUBSTITUTE": 1, + "GOODS": 1, + "SERVICES": 1, + "LOSS": 1, + "USE": 2, + "DATA": 1, + "PROFITS": 1, + "BUSINESS": 1, + "INTERRUPTION": 1, + "HOWEVER": 1, + "CAUSED": 1, + "ON": 1, + "THEORY": 1, + "LIABILITY": 2, + "WHETHER": 1, + "CONTRACT": 1, + "STRICT": 1, + "TORT": 1, + "NEGLIGENCE": 1, + "OTHERWISE": 1, + "ARISING": 1, + "WAY": 1, + "OUT": 1, + "EVEN": 1, + "IF": 1, + "ADVISED": 1, + "POSSIBILITY": 1, + "SUCH": 1, + "DAMAGE.": 1, + "sys": 2, + "RelToolConfig": 5, + "target_dir": 2, + "TargetDir": 14, + "overlay": 2, + "OverlayConfig": 4, + "consult": 1, + "Spec": 2, + "reltool": 2, + "get_target_spec": 1, + "make_dir": 1, + "eexist": 1, + "exit_code": 3, + "eval_target_spec": 1, + "root_dir": 1, + "process_overlay": 2, + "shell": 3, + "Command": 3, + "Arguments": 3, + "CommandSuffix": 2, + "reverse": 4, + "os": 1, + "cmd": 1, + "io_lib": 2, + "boot_rel_vsn": 2, + "Config": 2, + "_RelToolConfig": 1, + "rel": 2, + "_Name": 1, + "Ver": 1, + "proplists": 1, + "lookup": 1, + "Ver.": 1, + "minimal": 2, + "parsing": 1, + "for": 1, + "handling": 1, + "mustache": 11, + "syntax": 1, + "Body": 2, + "Context": 11, + "Result": 10, + "_Context": 1, + "KeyStr": 6, + "mustache_key": 4, + "C": 4, + "Rest": 10, + "Key": 2, + "list_to_existing_atom": 1, + "dict": 2, + "find": 1, + "support": 1, + "based": 1, + "on": 1, + "rebar": 1, + "overlays": 1, + "BootRelVsn": 2, + "OverlayVars": 2, + "from_list": 1, + "erts_vsn": 1, + "system_info": 1, + "version": 1, + "rel_vsn": 1, + "hostname": 1, + "net_adm": 1, + "localhost": 1, + "BaseDir": 7, + "get_cwd": 1, + "execute_overlay": 6, + "_Vars": 1, + "_BaseDir": 1, + "_TargetDir": 1, + "mkdir": 1, + "Out": 4, + "Vars": 7, + "filename": 3, + "join": 3, + "copy": 1, + "In": 2, + "InFile": 3, + "OutFile": 2, + "filelib": 1, + "is_file": 1, + "ExitCode": 2, + "flush": 1 + }, + "fish": { + "#": 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, + "an": 1, + "interactive": 8, + "shell": 1, + "should": 2, + "enable": 1, + "full": 4, + "job": 5, + "control": 5, + "since": 1, + "it": 1, + "behave": 1, + "like": 2, + "the": 1, + "real": 1, + "code": 1, + "was": 1, + "executed.": 1, + "don": 1, + "do": 1, + "this": 1, + "commands": 1, + "that": 1, + "expect": 1, + "to": 1, + "be": 1, + "used": 1, + "interactively": 1, + "less": 1, + "wont": 1, + "work": 1, + "using": 1, + "eval.": 1, + "mode": 5, + "status": 7, + "is": 3, + "else": 3, + "none": 1, + "echo": 3, + "|": 3, + ".": 2, + "<": 1, + "&": 1, + "res": 2, + "return": 6, + "funced": 3, + "editor": 7, + "EDITOR": 1, + "funcname": 14, + "while": 2, + "argv": 9, + "h": 1, + "help": 1, + "__fish_print_help": 1, + "set_color": 4, + "red": 2, + "printf": 3, + "(": 7, + "_": 3, + ")": 7, + "normal": 2, + "begin": 2, + ";": 7, + "or": 3, + "init": 5, + "nend": 2, + "editor_cmd": 2, + "type": 1, + "f": 3, + "/dev/null": 2, + "fish": 3, + "z": 1, + "fish_indent": 2, + "indent": 1, + "prompt": 2, + "read": 1, + "p": 1, + "c": 1, + "s": 1, + "cmd": 2, + "TMPDIR": 2, + "/tmp": 1, + "tmpname": 8, + "%": 2, + "self": 2, + "random": 2, + "stat": 2, + "rm": 1 + }, + "Forth": { + "(": 88, + "Block": 2, + "words.": 6, + ")": 87, + "variable": 3, + "blk": 3, + "current": 5, + "-": 473, + "block": 8, + "n": 22, + "addr": 11, + ";": 61, + "buffer": 2, + "evaluate": 1, + "extended": 3, + "semantics": 3, + "flush": 1, + "load": 2, + "...": 4, + "dup": 10, + "save": 2, + "input": 2, + "in": 4, + "@": 13, + "source": 5, + "#source": 2, + "interpret": 1, + "restore": 1, + "buffers": 2, + "update": 1, + "extension": 4, + "empty": 2, + "scr": 2, + "list": 1, + "bounds": 1, + "do": 2, + "i": 5, + "emit": 2, + "loop": 4, + "refill": 2, + "thru": 1, + "x": 10, + "y": 5, + "+": 17, + "swap": 12, + "*": 9, + "forth": 2, + "Copyright": 3, + "Lars": 3, + "Brinkhoff": 3, + "Kernel": 4, + "#tib": 2, + "TODO": 12, + ".r": 1, + ".": 5, + "[": 16, + "char": 10, + "]": 15, + "parse": 5, + "type": 3, + "immediate": 19, + "<": 14, + "flag": 4, + "r": 18, + "x1": 5, + "x2": 5, + "R": 13, + "rot": 2, + "r@": 2, + "noname": 1, + "align": 2, + "here": 9, + "c": 3, + "allot": 2, + "lastxt": 4, + "SP": 1, + "query": 1, + "tib": 1, + "body": 1, + "true": 1, + "tuck": 2, + "over": 5, + "u.r": 1, + "u": 3, + "if": 9, + "drop": 4, + "false": 1, + "else": 6, + "then": 5, + "unused": 1, + "value": 1, + "create": 2, + "does": 5, + "within": 1, + "compile": 2, + "Forth2012": 2, + "core": 1, + "action": 1, + "of": 3, + "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, + "<quote>": 1, + "Undefined": 1, + "ok": 1, + "HELLO": 4, + "KataDiversion": 1, + "Forth": 1, + "utils": 1, + "the": 7, + "stack": 3, + "EMPTY": 1, + "DEPTH": 2, + "IF": 10, + "BEGIN": 3, + "DROP": 5, + "UNTIL": 3, + "THEN": 10, + "power": 2, + "**": 2, + "n1_pow_n2": 1, + "SWAP": 8, + "DUP": 14, + "DO": 2, + "OVER": 2, + "LOOP": 2, + "NIP": 4, + "compute": 1, + "highest": 1, + "below": 1, + "N.": 1, + "e.g.": 2, + "MAXPOW2": 2, + "log2_n": 1, + "ABORT": 1, + "ELSE": 7, + "|": 4, + "I": 5, + "i*2": 1, + "/": 3, + "kata": 1, + "test": 1, + "given": 3, + "N": 6, + "has": 1, + "two": 2, + "adjacent": 2, + "bits": 3, + "NOT": 3, + "TWO": 3, + "ADJACENT": 3, + "BITS": 3, + "bool": 1, + "uses": 1, + "following": 1, + "algorithm": 1, + "return": 5, + "A": 5, + "X": 5, + "LOG2": 1, + "end": 1, + "OR": 1, + "INVERT": 1, + "maximum": 1, + "number": 4, + "which": 3, + "can": 2, + "be": 2, + "made": 2, + "with": 2, + "MAX": 2, + "NB": 3, + "m": 2, + "**n": 1, + "numbers": 1, + "or": 1, + "less": 1, + "have": 1, + "not": 1, + "bits.": 1, + "see": 1, + "http": 1, + "//www.codekata.com/2007/01/code_kata_fifte.html": 1, + "HOW": 1, + "MANY": 1, + "Tools": 2, + ".s": 1, + "depth": 1, + "traverse": 1, + "dictionary": 1, + "assembler": 1, + "kernel": 1, + "bye": 1, + "cs": 2, + "pick": 1, + "roll": 1, + "editor": 1, + "forget": 1, + "reveal": 1, + "tools": 1, + "nr": 1, + "synonym": 1, + "undefined": 2, + "defined": 1, + "invert": 1, + "/cell": 2, + "cell": 2 + }, + "GAS": { + ".cstring": 1, + "LC0": 2, + ".ascii": 2, + ".text": 1, + ".globl": 2, + "_main": 2, + "LFB3": 4, + "pushq": 1, + "%": 6, + "rbp": 2, + "LCFI0": 3, + "movq": 1, + "rsp": 1, + "LCFI1": 2, + "leaq": 1, + "(": 1, + "rip": 1, + ")": 1, + "rdi": 1, + "call": 1, + "_puts": 1, + "movl": 1, + "eax": 1, + "leave": 1, + "ret": 1, + "LFE3": 2, + ".section": 1, + "__TEXT": 1, + "__eh_frame": 1, + "coalesced": 1, + "no_toc": 1, + "+": 2, + "strip_static_syms": 1, + "live_support": 1, + "EH_frame1": 2, + ".set": 5, + "L": 10, + "set": 10, + "LECIE1": 2, + "-": 7, + "LSCIE1": 2, + ".long": 6, + ".byte": 20, + "xc": 1, + ".align": 2, + "_main.eh": 2, + "LSFDE1": 1, + "LEFDE1": 2, + "LASFDE1": 3, + ".quad": 2, + ".": 1, + "xe": 1, + "xd": 1, + ".subsections_via_symbols": 1 + }, + "GLSL": { + "////": 4, + "High": 1, + "quality": 2, + "(": 386, + "Some": 1, + "browsers": 1, + "may": 1, + "freeze": 1, + "or": 1, + "crash": 1, + ")": 386, + "//#define": 10, + "HIGHQUALITY": 2, + "Medium": 1, + "Should": 1, + "be": 1, + "fine": 1, + "on": 3, + "all": 1, + "systems": 1, + "works": 1, + "Intel": 1, + "HD2000": 1, + "Win7": 1, + "but": 1, + "quite": 1, + "slow": 1, + "MEDIUMQUALITY": 2, + "Defaults": 1, + "REFLECTIONS": 3, + "#define": 13, + "SHADOWS": 5, + "GRASS": 3, + "SMALL_WAVES": 4, + "RAGGED_LEAVES": 5, + "DETAILED_NOISE": 3, + "LIGHT_AA": 3, + "//": 36, + "sample": 2, + "SSAA": 2, + "HEAVY_AA": 2, + "x2": 5, + "RG": 1, + "TONEMAP": 5, + "Configurations": 1, + "#ifdef": 14, + "#endif": 14, + "const": 18, + "float": 103, + "eps": 5, + "e": 4, + "-": 108, + ";": 353, + "PI": 3, + "vec3": 165, + "sunDir": 5, + "skyCol": 4, + "sandCol": 2, + "treeCol": 2, + "grassCol": 2, + "leavesCol": 4, + "leavesPos": 4, + "sunCol": 5, + "#else": 5, + "exposure": 1, + "Only": 1, + "used": 1, + "when": 1, + "tonemapping": 1, + "mod289": 4, + "x": 11, + "{": 61, + "return": 47, + "floor": 8, + "*": 115, + "/": 24, + "}": 61, + "vec4": 72, + "permute": 4, + "x*34.0": 1, + "+": 108, + "*x": 3, + "taylorInvSqrt": 2, + "r": 14, + "snoise": 7, + "v": 8, + "vec2": 26, + "C": 1, + "/6.0": 1, + "/3.0": 1, + "D": 1, + "i": 38, + "dot": 30, + "C.yyy": 2, + "x0": 7, + "C.xxx": 2, + "g": 2, + "step": 2, + "x0.yzx": 1, + "x0.xyz": 1, + "l": 1, + "i1": 2, + "min": 11, + "g.xyz": 2, + "l.zxy": 2, + "i2": 2, + "max": 9, + "x1": 4, + "*C.x": 2, + "/3": 1, + "C.y": 1, + "x3": 4, + "D.yyy": 1, + "D.y": 1, + "p": 26, + "i.z": 1, + "i1.z": 1, + "i2.z": 1, + "i.y": 1, + "i1.y": 1, + "i2.y": 1, + "i.x": 1, + "i1.x": 1, + "i2.x": 1, + "n_": 2, + "/7.0": 1, + "ns": 4, + "D.wyz": 1, + "D.xzx": 1, + "j": 4, + "ns.z": 3, + "mod": 2, + "*7": 1, + "x_": 3, + "y_": 2, + "N": 1, + "*ns.x": 2, + "ns.yyyy": 2, + "y": 2, + "h": 21, + "abs": 2, + "b0": 3, + "x.xy": 1, + "y.xy": 1, + "b1": 3, + "x.zw": 1, + "y.zw": 1, + "//vec4": 3, + "s0": 2, + "lessThan": 2, + "*2.0": 4, + "s1": 2, + "sh": 1, + "a0": 1, + "b0.xzyw": 1, + "s0.xzyw*sh.xxyy": 1, + "a1": 1, + "b1.xzyw": 1, + "s1.xzyw*sh.zzww": 1, + "p0": 5, + "a0.xy": 1, + "h.x": 1, + "p1": 5, + "a0.zw": 1, + "h.y": 1, + "p2": 5, + "a1.xy": 1, + "h.z": 1, + "p3": 5, + "a1.zw": 1, + "h.w": 1, + "//Normalise": 1, + "gradients": 1, + "norm": 1, + "norm.x": 1, + "norm.y": 1, + "norm.z": 1, + "norm.w": 1, + "m": 8, + "m*m": 1, + "fbm": 2, + "final": 5, + "waterHeight": 4, + "d": 10, + "length": 7, + "p.xz": 2, + "sin": 8, + "iGlobalTime": 7, + "Island": 1, + "waves": 3, + "p*0.5": 1, + "Other": 1, + "bump": 2, + "pos": 42, + "rayDir": 43, + "s": 23, + "Fade": 1, + "out": 1, + "to": 1, + "reduce": 1, + "aliasing": 1, + "dist": 7, + "<": 23, + "sqrt": 6, + "Calculate": 1, + "normal": 7, + "from": 2, + "heightmap": 1, + "pos.x": 1, + "iGlobalTime*0.5": 1, + "pos.z": 2, + "*0.7": 1, + "*s": 4, + "normalize": 14, + "e.xyy": 1, + "e.yxy": 1, + "intersectSphere": 2, + "rpos": 5, + "rdir": 3, + "rad": 2, + "op": 5, + "b": 5, + "det": 11, + "b*b": 2, + "rad*rad": 2, + "if": 29, + "t": 44, + "rdir*t": 1, + "intersectCylinder": 1, + "rdir2": 2, + "rdir.yz": 1, + "op.yz": 3, + "rpos.yz": 2, + "rdir2*t": 2, + "pos.yz": 2, + "intersectPlane": 3, + "rayPos": 38, + "n": 18, + "sign": 1, + "rotate": 5, + "theta": 6, + "c": 6, + "cos": 4, + "p.x": 2, + "p.z": 2, + "p.y": 1, + "impulse": 2, + "k": 8, + "by": 1, + "iq": 2, + "k*x": 1, + "exp": 2, + "grass": 2, + "Optimization": 1, + "Avoid": 1, + "noise": 1, + "too": 1, + "far": 1, + "away": 1, + "pos.y": 8, + "tree": 2, + "pos.y*0.03": 2, + "mat2": 2, + "m*pos.xy": 1, + "width": 2, + "clamp": 4, + "scene": 7, + "vtree": 4, + "vgrass": 2, + ".x": 4, + "eps.xyy": 1, + "eps.yxy": 1, + "eps.yyx": 1, + "plantsShadow": 2, + "Soft": 1, + "shadow": 4, + "taken": 1, + "for": 7, + "int": 7, + "rayDir*t": 2, + "res": 6, + "res.x": 3, + "k*res.x/t": 1, + "s*s*": 1, + "intersectWater": 2, + "rayPos.y": 1, + "rayDir.y": 1, + "intersectSand": 3, + "intersectTreasure": 2, + "intersectLeaf": 2, + "openAmount": 4, + "dir": 2, + "offset": 5, + "rayDir*res.w": 1, + "pos*0.8": 2, + "||": 3, + "res.w": 6, + "res2": 2, + "dir.xy": 1, + "dir.z": 1, + "rayDir*res2.w": 1, + "res2.w": 3, + "&&": 10, + "leaves": 7, + "e20": 3, + "sway": 5, + "fract": 1, + "upDownSway": 2, + "angleOffset": 3, + "Left": 1, + "right": 1, + "alpha": 3, + "Up": 1, + "down": 1, + "k*10.0": 1, + "p.xzy": 1, + ".xzy": 2, + "d.xzy": 1, + "Shift": 1, + "Intersect": 11, + "individual": 1, + "leaf": 1, + "res.xyz": 1, + "sand": 2, + "resSand": 2, + "//if": 1, + "resSand.w": 4, + "plants": 6, + "resLeaves": 3, + "resLeaves.w": 10, + "e7": 3, + "light": 5, + "sunDir*0.01": 2, + "col": 32, + "n.y": 3, + "lightLeaves": 3, + "ao": 5, + "sky": 5, + "res.y": 2, + "uvFact": 2, + "uv": 12, + "n.x": 1, + "tex": 6, + "texture2D": 6, + "iChannel0": 3, + ".rgb": 2, + "e8": 1, + "traceReflection": 2, + "resPlants": 2, + "resPlants.w": 6, + "resPlants.xyz": 2, + "pos.xz": 2, + "leavesPos.xz": 2, + ".r": 3, + "resLeaves.xyz": 2, + "trace": 2, + "resSand.xyz": 1, + "treasure": 1, + "chest": 1, + "resTreasure": 1, + "resTreasure.w": 4, + "resTreasure.xyz": 1, + "water": 1, + "resWater": 1, + "resWater.w": 4, + "ct": 2, + "fresnel": 2, + "pow": 3, + "trans": 2, + "reflDir": 3, + "reflect": 1, + "refl": 3, + "resWater.t": 1, + "mix": 2, + "camera": 8, + "px": 4, + "rd": 1, + "iResolution.yy": 1, + "iResolution.x/iResolution.y*0.5": 1, + "rd.x": 1, + "rd.y": 1, + "void": 5, + "main": 3, + "gl_FragCoord.xy": 7, + "*0.25": 4, + "*0.5": 1, + "Optimized": 1, + "Haarm": 1, + "Peter": 1, + "Duiker": 1, + "curve": 1, + "col*exposure": 1, + "x*": 2, + ".5": 1, + "gl_FragColor": 2, + "NUM_LIGHTS": 4, + "AMBIENT": 2, + "MAX_DIST": 3, + "MAX_DIST_SQUARED": 3, + "uniform": 7, + "lightColor": 3, + "[": 29, + "]": 29, + "varying": 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, + "#version": 1, + "kCoeff": 2, + "kCube": 2, + "uShift": 3, + "vShift": 3, + "chroma_red": 2, + "chroma_green": 2, + "chroma_blue": 2, + "bool": 1, + "apply_disto": 4, + "sampler2D": 1, + "input1": 4, + "adsk_input1_w": 4, + "adsk_input1_h": 3, + "adsk_input1_aspect": 1, + "adsk_input1_frameratio": 5, + "adsk_result_w": 3, + "adsk_result_h": 2, + "distortion_f": 3, + "f": 17, + "r*r": 1, + "inverse_f": 2, + "lut": 9, + "max_r": 2, + "incr": 2, + "lut_r": 5, + ".z": 5, + ".y": 2, + "aberrate": 4, + "chroma": 2, + "chromaticize_and_invert": 2, + "rgb_f": 5, + "px.x": 2, + "px.y": 2, + "uv.x": 11, + "uv.y": 7, + "*2": 2, + "uv.x*uv.x": 1, + "uv.y*uv.y": 1, + "else": 1, + "rgb_uvs": 12, + "rgb_f.rr": 1, + "rgb_f.gg": 1, + "rgb_f.bb": 1, + "sampled": 1, + "sampled.r": 1, + "sampled.g": 1, + ".g": 1, + "sampled.b": 1, + ".b": 1, + "gl_FragColor.rgba": 1, + "sampled.rgb": 1 + }, + "Gosu": { + "print": 4, + "(": 54, + ")": 55, + "<%!-->": 1, + "defined": 1, + "in": 3, + "Hello": 2, + "gst": 1, + "<": 1, + "%": 2, + "@": 1, + "params": 1, + "users": 2, + "Collection": 1, + "<User>": 1, + "<%>": 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, + "uses": 2, + "java.util.*": 1, + "java.io.File": 1, + "class": 1, + "extends": 1, + "Contact": 1, + "implements": 1, + "IEmailable": 2, + "_name": 4, + "_age": 3, + "Integer": 3, + "Age": 1, + "_relationship": 2, + "Relationship": 3, + "readonly": 1, + "RelationshipOfPerson": 1, + "delegate": 1, + "_emailHelper": 2, + "represents": 1, + "enum": 1, + "FRIEND": 1, + "FAMILY": 1, + "BUSINESS_CONTACT": 1, + "static": 7, + "ALL_PEOPLE": 2, + "HashMap": 1, + "<String,>": 1, + "construct": 1, + "name": 4, + "age": 4, + "relationship": 2, + "EmailHelper": 1, + "this": 1, + "property": 2, + "get": 1, + "Name": 3, + "set": 1, + "override": 1, + "getEmailName": 1, + "incrementAge": 1, + "+": 2, + "@Deprecated": 1, + "printPersonInfo": 1, + "addPerson": 4, + "p": 5, + "if": 4, + "ALL_PEOPLE.containsKey": 2, + ".Name": 1, + "throw": 1, + "IllegalArgumentException": 1, + "p.Name": 2, + "addAllPeople": 1, + "contacts": 2, + "List": 1, + "<Contact>": 1, + "contact": 3, + "typeis": 1, + "and": 1, + "not": 1, + "contact.Name": 1, + "getAllPeopleOlderThanNOrderedByName": 1, + "allPeople": 1, + "ALL_PEOPLE.Values": 3, + "allPeople.where": 1, + "-": 3, + "p.Age": 1, + ".orderBy": 1, + "loadPersonFromDB": 1, + "id": 1, + "using": 2, + "conn": 1, + "DBConnectionManager.getConnection": 1, + "stmt": 1, + "conn.prepareStatement": 1, + "stmt.setInt": 1, + "result": 1, + "stmt.executeQuery": 1, + "result.next": 1, + "result.getString": 2, + "result.getInt": 1, + "loadFromFile": 1, + "file": 3, + "File": 2, + "file.eachLine": 1, + "line": 1, + "line.HasContent": 1, + "line.toPerson": 1, + "saveToFile": 1, + "writer": 2, + "FileWriter": 1, + "PersonCSVTemplate.renderToString": 1, + "PersonCSVTemplate.render": 1 + }, + "Groovy": { + "task": 1, + "echoDirListViaAntBuilder": 1, + "(": 7, + ")": 7, + "{": 3, + "description": 1, + "//Docs": 1, + "http": 1, + "//ant.apache.org/manual/Types/fileset.html": 1, + "//Echo": 1, + "the": 3, + "Gradle": 1, + "project": 1, + "name": 1, + "via": 1, + "ant": 1, + "echo": 1, + "plugin": 1, + "ant.echo": 3, + "message": 1, + "project.name": 1, + "path": 2, + "//Gather": 1, + "list": 1, + "of": 1, + "files": 1, + "in": 1, + "a": 1, + "subdirectory": 1, + "ant.fileScanner": 1, + "fileset": 1, + "dir": 1, + "}": 3, + ".each": 1, + "//Print": 1, + "each": 1, + "file": 1, + "to": 1, + "screen": 1, + "with": 1, + "CWD": 1, + "projectDir": 1, + "removed.": 1, + "println": 2, + "it.toString": 1, + "-": 1, + "SHEBANG#!groovy": 1 + }, + "Groovy Server Pages": { + "<html>": 4, + "<head>": 4, + "<meta>": 4, + "http": 3, + "equiv=": 3, + "content=": 4, + "<title>": 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, + "Using": 1, + "directive": 1, + "tag": 1, + "": 2, + "Print": 1, + "{": 1, + "example": 1, + "}": 1 + }, + "Haml": { + "%": 1, + "p": 1, + "Hello": 1, + "World": 1 + }, + "Handlebars": { + "
": 5, + "class=": 5, + "

": 3, + "{": 16, + "title": 1, + "}": 16, + "

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

": 1, + "

": 1, + "/each": 1 + }, + "INI": { + ";": 1, + "editorconfig.org": 1, + "root": 1, + "true": 3, + "[": 2, + "*": 1, + "]": 2, + "indent_style": 1, + "space": 1, + "indent_size": 1, + "end_of_line": 1, + "lf": 1, + "charset": 1, + "utf": 1, + "-": 1, + "trim_trailing_whitespace": 1, + "insert_final_newline": 1, + "user": 1, + "name": 1, + "Josh": 1, + "Peek": 1, + "email": 1, + "josh@github.com": 1 }, "Ioke": { "SHEBANG#!ioke": 1, "println": 1 }, - "Ruby": { - "to_s": 1, - "mirror_list.shift.values_at": 1, - "inflections.acronym_regex": 2, - "parts.reverse.inject": 1, - "/.*": 1, - "delete": 1, - "plugin.depends_on": 1, - "path.names": 1, - ".basename": 1, - "constant.ancestors.inject": 1, - "removed_ENV_variables.each": 1, - "Wno": 1, - "HOMEBREW_PREFIX": 2, - "": 1, - "homepage": 2, - "when": 11, - "force": 1, - ".include": 1, - "underscored_word": 1, - "w/": 1, - "@name": 3, - "fails_with": 2, - "resque": 2, - "def": 143, - "inflections.singulars": 1, - "out": 4, - "role": 1, - "underscore": 3, - "@spec_to_use.detect_version": 1, - "reserve": 1, - "nodoc": 3, - "running": 2, - "facets": 1, - "": 1, - "config_file": 2, - "p.patch_args": 1, - "formula_with_that_name.readable": 1, - "installed": 2, - "inspect": 2, - ".destroy": 1, - "args.collect": 1, - "prefix": 14, - "buildpath": 1, - "type": 10, - "doesn": 1, - "installed_prefix": 1, - "threaded": 1, - "ftp": 1, - "or": 7, - "configure": 2, - "HOMEBREW_CACHE.mkpath": 1, - "args.length": 1, - "args": 5, - "Interrupt": 2, - "tapd.find_formula": 1, - "@spec_to_use.specs": 1, - "@instance.settings": 1, - "stdout.puts": 1, - "-": 34, - "Namespace": 1, - "verify_download_integrity": 2, - "color": 1, - "person": 1, - "base.class_eval": 1, - "humanize": 2, - ".join": 1, - "Queue.new": 1, - "attributes": 2, - "patch": 3, - "@keg_only_reason": 1, - "url": 12, - "host": 3, - "String": 2, - "__FILE__": 3, - "extensions": 6, - "wr": 3, - "w": 6, - "based": 1, - "compiler": 3, - "each": 1, - "respond_to": 1, - "else": 25, - "id=": 1, - "IO.pipe": 1, - ".rb": 1, - "standard": 2, - "@url": 8, - "methods.each": 1, - "camelize": 2, - "hasher": 2, - "man6": 1, - "constant": 4, - "A": 5, - "term": 1, - "owned": 1, - "lower_case_and_underscored_word": 1, - "Plugin.after_dequeue_hooks": 1, - "&": 31, - "ENV": 4, - "self.configuration": 1, - "set": 36, - "javascript": 1, - "node": 2, - "know": 1, - "an": 1, - "stderr.reopen": 1, - "head": 3, - "sha1": 4, - "MacOS.cat": 1, - "options": 3, - "File.expand_path": 1, - "safe_constantize": 1, - "layout": 1, - "p": 2, - "Class.new": 2, - "path": 16, - "args.dup": 1, - "Worker.find": 1, - "@sha1": 6, - "@unstable": 2, - "CompilerFailures.new": 1, - "Exception": 1, - "downloader.stage": 1, - "Hash": 3, - "Plugin.before_enqueue_hooks": 1, - "uses": 1, - "arial": 1, - "no": 1, - "object": 2, - "self.target": 1, - "push": 1, - "connect": 1, - "dasherize": 1, - "relative_pathname": 1, - "keys": 6, - "Kernel.rand": 1, - "downloader.fetch": 1, - "RawScaledScorer": 1, - "std_cmake_args": 1, - "md5": 2, - "call": 1, - "template": 1, - "path.nil": 1, - "tapd.directory": 1, - "devel": 1, - "word.empty": 1, - "response.status": 1, - "names.each": 1, - "depends_on": 1, - "self.class.path": 1, - "Got": 1, - "klass.send": 4, - "i": 2, - "reason": 2, - "uppercase_first_letter": 2, - "models": 1, - "rsquo": 1, - "onoe": 2, - "RUBY_ENGINE": 2, - "enqueue_to": 2, - "constant.const_get": 1, - "const": 3, - "absolute_redirects": 1, - "CHECKSUM_TYPES.each": 1, - "self.path": 1, - "self.class.skip_clean_paths.include": 1, - ".map": 6, - "enqueue": 1, - "attr_writer": 4, - "plugin.uses_repository": 1, - "ancestor": 3, - "self.use": 1, - "case": 5, - "LAST": 1, - "File.join": 6, - "Redis.new": 1, - "constantize": 1, - "@mirrors.uniq": 1, - "src=": 1, - ".success": 1, - "attrs": 1, - "end": 236, - "username": 1, - "RuntimeError": 1, - "SHEBANG#!python": 1, - "Object": 1, - ".to_sym": 1, - "attr_rw": 4, - "worker_id": 2, - "Worker.all": 1, - "port": 4, - "}": 68, - "Plugin.before_dequeue_hooks": 1, - "@queues.delete": 1, - "https": 1, - "align": 2, - "ENV.remove_cc_etc": 1, - "worker.unregister_worker": 1, - "b": 4, - "p.to_s": 2, - "instance_variable_defined": 2, - "stderr.puts": 2, - "pretty_args": 1, - "uninitialized": 1, - "Patches.new": 1, - "plugin.developed_by": 1, - "download_strategy": 1, - "workers.size.to_i": 1, - "Redis.connect": 2, - "": 1, - "rd.eof": 1, - "arg.to_s": 1, - "Job.reserve": 1, - "decode": 2, - "@before_first_fork": 2, - "redis.client.id": 1, - "File.exist": 1, - "path.relative_path_from": 1, - "file": 1, - "inflections.acronyms": 1, - "github": 1, - "implementation": 1, - "static": 1, - "at": 1, - "./": 1, - "pluralize": 3, - "rd": 1, - "": 1, - "wrong": 1, - "NotFound": 1, - "ohai": 3, - "Sinatra": 2, - "v": 2, - "To": 1, - "doc": 1, - "@redis": 6, - "/not": 1, - "failure.compiler": 1, - "[": 56, - "self.all": 1, - "": 1, - "val": 10, - "text": 3, - "@downloader.cached_location": 1, - "man5": 1, - "glob": 2, - "dequeue": 1, - "filename": 2, - "self.each": 1, - "Wrapper": 1, - "#888": 1, - "plugin.url": 1, - "Compiler.new": 1, - "config.log": 2, - "%": 10, - "redis.server": 1, - "plugin.display_name": 1, - "unstable": 2, - "string.sub": 2, - "possible_cached_formula.file": 1, - "nil": 21, - "type.to_s.upcase": 1, - "paths": 3, - "gets": 1, - "@stack.call": 1, - "alias": 1, - "redis_id": 2, - "camel_cased_word.to_s": 1, - "here": 1, - "class_value": 3, - "Archive": 1, - "encoded": 1, - "variant": 1, - "DCMAKE_INSTALL_PREFIX": 1, - "Dir.pwd": 3, - "before_first_fork": 2, - "self.redis": 2, - "rules": 1, - "partial": 1, - "system": 1, - "titleize": 1, - "instance": 2, - "user": 1, - "attrs.each": 1, - "NoQueueError.new": 1, - "Array": 2, - "upcase": 1, - "install_type": 4, - "extend": 2, - ".upcase": 1, - ".deep_merge": 1, - "self.class.send": 1, - "dump_errors": 1, - "private": 3, - "self": 11, - "map": 1, - "formula_with_that_name.file": 1, - "key.sub": 1, - "args.empty": 1, - "": 1, - "child": 1, - "servers": 1, - "@skip_clean_paths": 3, - "h": 2, - "number.to_i.abs": 2, - "Base": 2, - "Namespace.new": 2, - "fork": 1, - "klass": 16, - "logging": 2, - "to_check": 2, - "string.gsub": 1, - "and": 6, - "File.basename": 2, - "send_file": 1, - "possible_alias.file": 1, - "to": 1, - "phone_numbers": 1, - "Formula.path": 1, - ".unshift": 1, - "hash": 2, - "rack": 1, - "from": 1, - "CompilerFailure.new": 2, - "arg": 1, - "word.tr": 1, - "klass.new": 2, - "fetched": 4, - "static_cache_control": 1, - ".freeze": 1, - "super": 3, - "this": 2, - "enc": 5, - "@queues": 2, - "Redis": 3, - "Inflector": 1, - "failed": 3, - "|": 91, - "installed_prefix.children.length": 1, - "ENV.kind_of": 1, - "acc": 2, - "patch_list.download": 1, - "a": 10, - "false": 26, - "var": 1, - "get": 2, - "preferred_type": 1, - "name.basename": 1, - "head_prefix": 2, - "self.names": 1, - "bin": 1, - "begin": 9, - "Digest.const_get": 1, - "fn.incremental_hash": 1, - "+": 47, - "first": 1, - "plist_path": 1, - "singularize": 2, - "FileUtils": 1, - "path.keys": 1, - ".to_s.split": 1, - "..": 1, - "fn": 2, - "alias_method": 2, - "/redis": 1, - "not": 3, - "u": 1, - "word.gsub": 4, - "removed_ENV_variables": 2, - "class": 7, - "instance_variable_set": 1, - "Z": 3, - "ThreadError": 1, - "pid": 1, - "gem": 1, - "man4": 1, - "inline": 3, - "This": 1, - "keg_only_reason": 1, - ".collect": 2, - "ancestor.const_defined": 1, - "result": 8, - "Job.destroy": 1, - "char": 4, - "all": 1, - "built": 1, - "never": 1, - "Proc.new": 11, - "default": 2, - "stack": 2, - "m.public_instance_methods": 1, - "validate": 1, - "@queue": 1, - "disable": 1, - "bottle_base_url": 1, - "HOMEBREW_CACHE_FORMULA.mkpath": 1, - "": 1, - "redis.respond_to": 2, - "dependencies": 1, - "clear": 1, - "self.class.cc_failures.find": 1, - "Jekyll": 3, - "deps": 1, - "self.attr_rw": 1, - "server": 11, - "redis": 7, - "n": 4, - "libexec": 1, - "||": 22, - "/_id": 1, - "word.to_s.dup": 1, - "test": 5, - "db": 3, - "redis.lrange": 1, - "user.is_admin": 1, - "retry": 2, - "rd.read": 1, - "Foo": 1, - "/Library/Taps/": 1, - "self.defer": 1, - "@standard": 3, - "v.to_s.empty": 1, - "@instance": 2, - "camel_cased_word": 6, - "@specs": 3, - "Resque": 3, - "hash.upcase": 1, - "result.sub": 2, - "keg_only": 2, - "p.compressed_filename": 2, - ".downcase": 2, - "@dependencies": 1, - "@buildpath": 2, - "version": 10, - "lot": 1, - "entries.map": 1, - "zA": 1, - "skip_clean_paths": 1, - "klass.instance_variable_get": 1, - "queue.to_s": 1, - "remove": 1, - "break": 4, - "exec": 2, - "word.downcase": 1, - "plugin": 3, - "klass.queue": 1, - "Jenkins": 1, - "width": 1, - "mirrors": 4, - "s/": 1, - "before_fork": 2, - "apply_inflections": 3, - "string": 4, - "ARGV.formulae.include": 1, - "Grit": 1, - "deconstantize": 1, - "not_found": 1, - "method_name": 5, - "path.stem": 1, - "in": 3, - "MacOS.lion": 1, - "prefixed_redirects": 1, - "@spec_to_use": 4, - "sha256": 1, - "yield": 5, - "run": 2, - "cc": 3, - "helpers": 3, - "ordinal": 1, - "formula_with_that_name": 1, - "settings.add_charset": 1, - "parts.pop": 1, - "patches": 2, - "FileUtils.rm": 1, - "target": 1, - "key": 8, - "@version": 10, - "YAML.load_file": 1, - "HOMEBREW_REPOSITORY/": 2, - "klass.respond_to": 1, - "item": 4, - "@after_fork": 2, - "Formula.canonical_name": 1, - "File.dirname": 4, - "@downloader": 2, - "use": 1, - "mirror_list": 2, - "mime_type": 1, - "

": 1, - "cached_download": 1, - "{": 68, - "rescue": 13, - "Pathname.new": 3, - "self.class.keg_only_reason": 1, - "share": 1, - "Za": 1, - "head_prefix.directory": 1, - "#plugin.depends_on": 1, - "part": 1, - "skip_clean": 2, - ".strip": 1, - "do": 35, - "config": 3, - "put": 1, - "HOMEBREW_CACHE_FORMULA": 2, - "table": 2, - "name.kind_of": 2, - "then": 4, - "#c": 1, - "word": 10, - "workers": 2, - "instance_eval": 2, - "pattern": 1, - "<<": 15, - "bottle_filename": 1, - "working.size": 1, - "*": 3, - "@user": 1, - "@coder": 1, - "env": 2, - "Job.create": 1, - "**256": 1, - "cmd.split": 1, - "/@name": 1, - "etc": 1, - "u.phone_numbers": 1, - "font": 2, - "gzip": 1, - "pnumbers": 1, - "list_range": 1, - "cc.name": 1, - "size": 3, - "redis.nodes.map": 1, - "px": 3, - "t": 3, - "http": 1, - "raise": 17, - "@cc_failures": 2, - "pending": 1, - "like": 1, - ".flatten.uniq": 1, - "": 1, - "redis.smembers": 1, - "lock": 1, - "": 1, - "default_encoding": 1, - "man3": 1, - "attr_accessor": 2, - "@spec_to_use.download_strategy": 1, - "queue_from_class": 4, - "margin": 2, - "dep": 3, - "n.id": 1, - "tableize": 2, - "delegate": 1, - "#": 100, - "return": 25, - "self.class.dependencies.deps": 1, - "incomplete": 1, - "rv": 3, - "use_code": 1, - "post": 1, - "ARGV.build_devel": 2, - "None": 1, - "block_given": 5, - "unless": 15, - "skip_clean_all": 2, - "Expected": 1, - "err": 1, - "SHEBANG#!ruby": 2, - "m": 3, - "require_all": 4, - "server.split": 2, - "SHEBANG#!macruby": 1, - "methods": 1, - "@before_fork": 2, - "Hash.new": 1, - "it": 1, - "protected": 1, - "html": 1, - "Try": 1, - "Plugin": 1, - "initialize": 2, - "Delegator.target.send": 1, - ".flatten": 1, - "protection": 1, - "//": 3, - "Formula.expand_deps": 1, - "man": 9, - "path.to_s": 3, - "invalid": 1, - "server.unshift": 6, - "mirror_list.empty": 1, - "patch_list.empty": 1, - "safe_system": 4, - "Plugin.after_enqueue_hooks": 1, - "don": 1, - "ActiveSupport": 1, - "underscored_word.tr": 1, - "true": 15, - "attr_reader": 5, - "stable": 2, - "supplied.empty": 1, - "Compiler": 1, - "f": 11, - "Delegator.target.use": 1, - "Request": 2, - "extensions.map": 1, - "autotools": 1, - "CurlBottleDownloadStrategy.new": 1, - "download": 1, - "
": 1, - "sbin": 1, - "self.register": 2, - "opoo": 1, - "@bottle_version": 1, - "count": 5, - "BuildError.new": 1, - "left": 1, - "patch_list.each": 1, - "
": 1, - "wr.close": 1, - "plugin.version": 1, - "before": 1, - "URI.escape": 1, - "bottle_sha1": 2, - "method": 4, - "part.empty": 1, - "above.": 1, - "self.delegate": 1, - "redis.lindex": 1, - "z": 7, - "replacement": 4, - "does": 1, - "until": 1, - "self.sha1": 1, - "@bottle_url": 2, - "start": 7, - "_": 2, - "mirror": 1, - "on": 2, - "base": 4, - "&&": 8, - "bottle_block.data": 1, - "DCMAKE_FIND_FRAMEWORK": 1, - "patch_list.external_patches": 1, - "if": 72, - "method_override": 4, - "self.class_s": 2, - "f.deps.map": 1, - "": 1, - "bottle_block.instance_eval": 1, - "dev": 1, - "path.rindex": 2, - "Pathname": 2, - "self.expand_deps": 1, - ")": 256, - "xml": 2, - "nend": 1, - "lower_case_and_underscored_word.to_s.dup": 1, - "queue": 24, - "pretty_args.delete": 1, - "@spec_to_use.url": 1, - ".slice": 1, - "ArgumentError": 1, - "views": 1, - "names": 2, - "@env": 2, - "@#": 2, - "SecureRandom.hex": 1, - "curl": 1, - "threw": 1, - "data": 1, - "ordinalize": 1, - "s": 2, - "mismatch": 1, - "table_name": 1, - "characters": 1, - "": 1, - "possible_cached_formula": 1, - "release": 1, - "define_method": 1, - "Process.wait": 1, - "download_strategy.new": 2, - "man2": 1, - "ARGV.verbose": 2, - "development": 6, - "camel_cased_word.split": 1, - "self.class.mirrors": 1, - "self.new": 1, - "result.gsub": 2, - "coder": 3, - "public": 2, - "match": 6, - "ruby_engine": 6, - "set_instance_variable": 12, - "self.class.skip_clean_all": 1, - "dependencies.add": 1, - "block": 30, - ".gsub": 5, - "working": 2, - "table_name.to_s.sub": 1, - "json": 1, - "entries": 1, - "bottle_url": 3, - "specs": 14, - "NameError": 2, - ".sort": 2, - "inflections.humans.each": 1, - "one": 1, - "Rails": 1, - "HTML": 2, - "HOMEBREW_REPOSITORY": 4, - "Specification.new": 1, - "outside": 2, - "result.tr": 1, - "distributed": 1, - "tap": 1, - "bind": 1, - "module": 8, - "FormulaUnavailableError.new": 1, - "expand_deps": 1, - "error": 3, - "Q": 1, - "webrick": 1, - "capitalize": 1, - "is": 3, - "message": 2, - "e.name.to_s": 1, - "": 1, + "": 1, + "": 1, "

": 1, - "Comments": 1, + "doesn": 1, + "rsquo": 1, + "know": 1, + "this": 2, + "ditty.": 1, + "

": 1, + "": 1, + "src=": 1, + "
": 1, + "id=": 1, + "Try": 1, + "
": 1,
+      "request.request_method.downcase": 1,
+      "nend": 1,
+      "
": 1, + "
": 1, + "": 1, + "": 1, + "Application": 2, + "Base": 2, + "super": 3, + "self.register": 2, + "extensions": 6, + "added_methods": 2, + "extensions.map": 1, + "m.public_instance_methods": 1, + ".flatten": 1, + "Delegator.delegate": 1, + "Delegator": 1, + "self.delegate": 1, + "methods": 1, + "methods.each": 1, + "method_name": 5, + "define_method": 1, + "respond_to": 1, + "Delegator.target.send": 1, + "delegate": 1, + "put": 1, + "post": 1, + "delete": 1, + "template": 1, + "layout": 1, + "before": 1, + "after": 1, + "not_found": 1, + "mime_type": 1, + "enable": 1, + "disable": 1, + "use": 1, + "production": 1, + "settings": 2, + "target": 1, + "self.target": 1, + "Wrapper": 1, + "stack": 2, + "instance": 2, + "@stack": 1, + "@instance": 2, + "@instance.settings": 1, + "call": 1, + "env": 2, + "@stack.call": 1, + "self.new": 1, + "base": 4, + "base.class_eval": 1, + "Delegator.target.register": 1, + "self.helpers": 1, + "Delegator.target.helpers": 1, + "self.use": 1, + "Delegator.target.use": 1, + "SHEBANG#!python": 1 + }, + "Rust": { + "//": 20, + "use": 10, + "cell": 1, + "Cell": 2, + ";": 218, + "cmp": 1, + "Eq": 2, + "option": 4, + "result": 18, + "Result": 3, + "comm": 5, + "{": 213, + "stream": 21, + "Chan": 4, + "GenericChan": 1, + "GenericPort": 1, + "Port": 3, + "SharedChan": 4, + "}": 210, + "prelude": 1, + "*": 1, + "task": 39, + "rt": 29, + "task_id": 2, + "sched_id": 2, + "rust_task": 1, + "util": 4, + "replace": 8, + "mod": 5, + "local_data_priv": 1, + "pub": 26, + "local_data": 1, + "spawn": 15, + "///": 13, + "A": 6, + "handle": 3, + "to": 6, + "a": 9, + "scheduler": 6, + "#": 61, + "[": 61, + "deriving_eq": 3, + "]": 61, + "enum": 4, + "Scheduler": 4, + "SchedulerHandle": 2, + "(": 429, + ")": 434, + "Task": 2, + "TaskHandle": 2, + "TaskResult": 4, + "Success": 6, + "Failure": 6, + "impl": 3, + "for": 10, + "pure": 2, + "fn": 89, + "eq": 1, + "&": 30, + "self": 15, + "other": 4, + "-": 33, + "bool": 6, + "match": 4, + "|": 20, + "true": 9, + "_": 4, + "false": 7, + "ne": 1, + ".eq": 1, + "modes": 1, + "SchedMode": 4, + "Run": 3, + "on": 5, + "the": 10, + "default": 1, + "DefaultScheduler": 2, + "current": 1, + "CurrentScheduler": 2, + "specific": 1, + "ExistingScheduler": 1, + "PlatformThread": 2, + "All": 1, + "tasks": 1, + "run": 1, + "in": 3, + "same": 1, + "OS": 3, + "thread": 2, + "SingleThreaded": 4, + "Tasks": 2, + "are": 2, + "distributed": 2, + "among": 2, + "available": 1, + "CPUs": 1, + "ThreadPerCore": 2, + "Each": 1, + "runs": 1, + "its": 1, + "own": 1, + "ThreadPerTask": 1, + "fixed": 1, + "number": 1, + "of": 3, + "threads": 1, + "ManualThreads": 3, + "uint": 7, + "struct": 7, + "SchedOpts": 4, + "mode": 9, + "foreign_stack_size": 3, + "Option": 4, + "": 2, + "TaskOpts": 12, + "linked": 15, + "supervised": 11, + "mut": 16, + "notify_chan": 24, + "<": 3, + "": 3, + "sched": 10, + "TaskBuilder": 21, + "opts": 21, + "gen_body": 4, + "@fn": 2, + "v": 6, + "can_not_copy": 11, + "": 1, + "consumed": 4, + "default_task_opts": 4, + "body": 6, + "Identity": 1, + "function": 1, + "None": 23, + "doc": 1, + "hidden": 1, + "FIXME": 1, + "#3538": 1, + "priv": 1, + "consume": 1, + "if": 7, + "self.consumed": 2, + "fail": 17, + "Fake": 1, + "move": 1, + "let": 84, + "self.opts.notify_chan": 7, + "self.opts.linked": 4, + "self.opts.supervised": 5, + "self.opts.sched": 6, + "self.gen_body": 2, + "unlinked": 1, + "..": 8, + "self.consume": 7, + "future_result": 1, + "blk": 2, + "self.opts.notify_chan.is_some": 1, + "notify_pipe_po": 2, + "notify_pipe_ch": 2, + "Some": 8, + "Configure": 1, + "custom": 1, + "task.": 1, + "sched_mode": 1, + "add_wrapper": 1, + "wrapper": 2, + "prev_gen_body": 2, + "f": 38, + "x": 7, + "x.opts.linked": 1, + "x.opts.supervised": 1, + "x.opts.sched": 1, + "spawn_raw": 1, + "x.gen_body": 1, + "Runs": 1, + "while": 2, + "transfering": 1, + "ownership": 1, + "one": 1, + "argument": 1, + "child.": 1, + "spawn_with": 2, + "": 2, + "arg": 5, + "do": 49, + "self.spawn": 1, + "arg.take": 1, + "try": 5, + "": 2, + "T": 2, + "": 2, + "po": 11, + "ch": 26, + "": 1, + "fr_task_builder": 1, + "self.future_result": 1, + "+": 4, + "r": 6, + "fr_task_builder.spawn": 1, + "||": 11, + "ch.send": 11, + "unwrap": 3, + ".recv": 3, + "Ok": 3, + "po.recv": 10, + "Err": 2, + ".spawn": 9, + "spawn_unlinked": 6, + ".unlinked": 3, + "spawn_supervised": 5, + ".supervised": 2, + ".spawn_with": 1, + "spawn_sched": 8, + ".sched_mode": 2, + ".try": 1, + "yield": 16, + "Yield": 1, + "control": 1, + "unsafe": 31, + "task_": 2, + "rust_get_task": 5, + "killed": 3, + "rust_task_yield": 1, + "&&": 1, + "failing": 2, + "True": 1, + "running": 2, + "has": 1, + "failed": 1, + "rust_task_is_unwinding": 1, + "get_task": 1, + "Get": 1, + "get_task_id": 1, + "get_scheduler": 1, + "rust_get_sched_id": 6, + "unkillable": 5, + "": 3, + "U": 6, + "AllowFailure": 5, + "t": 24, + "*rust_task": 6, + "drop": 3, + "rust_task_allow_kill": 3, + "self.t": 4, + "_allow_failure": 2, + "rust_task_inhibit_kill": 3, + "The": 1, + "inverse": 1, + "unkillable.": 1, + "Only": 1, + "ever": 1, + "be": 2, + "used": 1, + "nested": 1, + ".": 1, + "rekillable": 1, + "DisallowFailure": 5, + "atomically": 3, + "DeferInterrupts": 5, + "rust_task_allow_yield": 1, + "_interrupts": 1, + "rust_task_inhibit_yield": 1, + "test": 31, + "should_fail": 11, + "ignore": 16, + "cfg": 16, + "windows": 14, + "test_cant_dup_task_builder": 1, + "b": 2, + "b.spawn": 2, + "should": 2, + "have": 1, + "been": 1, + "by": 1, + "previous": 1, + "call": 1, + "test_spawn_unlinked_unsup_no_fail_down": 1, + "grandchild": 1, + "sends": 1, + "port": 3, + "ch.clone": 2, + "iter": 8, + "repeat": 8, + "If": 1, + "first": 1, + "grandparent": 1, + "hangs.": 1, + "Shouldn": 1, + "leave": 1, + "child": 3, + "hanging": 1, + "around.": 1, + "test_spawn_linked_sup_fail_up": 1, + "fails": 4, + "parent": 2, + "_ch": 1, + "<()>": 6, + "opts.linked": 2, + "opts.supervised": 2, + "b0": 5, + "b1": 3, + "b1.spawn": 3, + "We": 1, + "get": 1, + "punted": 1, + "awake": 1, + "test_spawn_linked_sup_fail_down": 1, + "loop": 5, + "*both*": 1, + "mechanisms": 1, + "would": 1, + "wrong": 1, + "this": 1, + "didn": 1, + "s": 1, + "failure": 1, + "propagate": 1, + "across": 1, + "gap": 1, + "test_spawn_failure_propagate_secondborn": 1, + "test_spawn_failure_propagate_nephew_or_niece": 1, + "test_spawn_linked_sup_propagate_sibling": 1, + "test_run_basic": 1, + "Wrapper": 5, + "test_add_wrapper": 1, + "b0.add_wrapper": 1, + "ch.f.swap_unwrap": 4, + "test_future_result": 1, + ".future_result": 4, + "assert": 10, + "test_back_to_the_future_result": 1, + "test_try_success": 1, + "test_try_fail": 1, + "test_spawn_sched_no_threads": 1, + "u": 2, + "test_spawn_sched": 1, + "i": 3, + "int": 5, + "parent_sched_id": 4, + "child_sched_id": 5, + "else": 1, + "test_spawn_sched_childs_on_default_sched": 1, + "default_id": 2, + "nolink": 1, + "extern": 1, + "testrt": 9, + "rust_dbg_lock_create": 2, + "*libc": 6, + "c_void": 6, + "rust_dbg_lock_destroy": 2, + "lock": 13, + "rust_dbg_lock_lock": 3, + "rust_dbg_lock_unlock": 3, + "rust_dbg_lock_wait": 2, + "rust_dbg_lock_signal": 2, + "test_spawn_sched_blocking": 1, + "start_po": 1, + "start_ch": 1, + "fin_po": 1, + "fin_ch": 1, + "start_ch.send": 1, + "fin_ch.send": 1, + "start_po.recv": 1, + "pingpong": 3, + "": 2, + "val": 4, + "setup_po": 1, + "setup_ch": 1, + "parent_po": 2, + "parent_ch": 2, + "child_po": 2, + "child_ch": 4, + "setup_ch.send": 1, + "setup_po.recv": 1, + "child_ch.send": 1, + "fin_po.recv": 1, + "avoid_copying_the_body": 5, + "spawnfn": 2, + "p": 3, + "x_in_parent": 2, + "ptr": 2, + "addr_of": 2, + "as": 7, + "x_in_child": 4, + "p.recv": 1, + "test_avoid_copying_the_body_spawn": 1, + "test_avoid_copying_the_body_task_spawn": 1, + "test_avoid_copying_the_body_try": 1, + "test_avoid_copying_the_body_unlinked": 1, + "test_platform_thread": 1, + "test_unkillable": 1, + "pp": 2, + "*uint": 1, + "cast": 2, + "transmute": 2, + "_p": 1, + "test_unkillable_nested": 1, + "Here": 1, + "test_atomically_nested": 1, + "test_child_doesnt_ref_parent": 1, + "const": 1, + "generations": 2, + "child_no": 3, + "return": 1, + "test_sched_thread_per_core": 1, + "chan": 2, + "cores": 2, + "rust_num_threads": 1, + "reported_threads": 2, + "rust_sched_threads": 2, + "chan.send": 2, + "port.recv": 2, + "test_spawn_thread_on_demand": 1, + "max_threads": 2, + "running_threads": 2, + "rust_sched_current_nonlazy_threads": 2, + "port2": 1, + "chan2": 1, + "chan2.send": 1, + "running_threads2": 2, + "port2.recv": 1 + }, + "Sass": { + "blue": 7, + "#3bbfce": 2, + ";": 6, + "margin": 8, + "px": 3, + ".content_navigation": 1, + "{": 2, + "color": 4, + "}": 2, + ".border": 2, + "padding": 2, + "/": 4, + "border": 3, + "solid": 1, + ".content": 1, + "-": 3, + "navigation": 1, + "darken": 1, + "(": 1, + "%": 1, + ")": 1 + }, + "Scala": { + "SHEBANG#!sh": 2, + "exec": 2, + "scala": 2, + "#": 2, + "object": 2, + "Beers": 1, + "extends": 1, + "Application": 1, + "{": 10, + "def": 7, + "bottles": 3, + "(": 34, + "qty": 12, + "Int": 3, + "f": 4, + "String": 5, + ")": 34, + "//": 4, + "higher": 1, + "-": 4, + "order": 1, + "functions": 2, + "match": 2, + "case": 5, + "+": 29, + "x": 3, + "}": 11, + "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": 2, + "headOfSong": 1, + "println": 2, + "parameter": 1, + "name": 4, + "version": 1, + "organization": 1, + "libraryDependencies": 3, + "%": 12, + "Seq": 3, + "libosmVersion": 4, + "from": 1, + "maxErrors": 1, + "pollInterval": 1, + "javacOptions": 1, + "scalacOptions": 1, + "scalaVersion": 1, + "initialCommands": 2, + "in": 12, + "console": 1, + "mainClass": 2, + "Compile": 4, + "packageBin": 1, + "Some": 6, + "run": 1, + "watchSources": 1, + "<+=>": 1, + "baseDirectory": 1, + "map": 1, + "_": 1, + "input": 1, + "add": 2, + "a": 2, + "maven": 2, + "style": 2, + "repository": 2, + "resolvers": 2, + "at": 4, + "url": 3, + "sequence": 1, + "of": 1, + "repositories": 1, + "define": 1, + "the": 4, + "to": 4, + "publish": 1, + "publishTo": 1, + "set": 2, + "Ivy": 1, + "logging": 1, + "be": 1, + "highest": 1, + "level": 1, + "ivyLoggingLevel": 1, + "UpdateLogging": 1, + "Full": 1, + "disable": 1, + "updating": 1, + "dynamic": 1, + "revisions": 1, + "including": 1, + "SNAPSHOT": 1, + "versions": 1, + "offline": 1, + "true": 5, + "prompt": 1, + "for": 1, + "this": 1, + "build": 1, + "include": 1, + "project": 1, + "id": 1, + "shellPrompt": 2, + "ThisBuild": 1, + "state": 3, + "Project.extract": 1, + ".currentRef.project": 1, + "System.getProperty": 1, + "showTiming": 1, + "false": 7, + "showSuccess": 1, + "timingFormat": 1, + "import": 1, + "java.text.DateFormat": 1, + "DateFormat.getDateTimeInstance": 1, + "DateFormat.SHORT": 2, + "crossPaths": 1, + "fork": 2, + "Test": 3, + "javaOptions": 1, + "parallelExecution": 2, + "javaHome": 1, + "file": 3, + "scalaHome": 1, + "aggregate": 1, + "clean": 1, + "logLevel": 2, + "compile": 1, + "Level.Warn": 2, + "persistLogLevel": 1, + "Level.Debug": 1, + "traceLevel": 2, + "unmanagedJars": 1, + "publishArtifact": 2, + "packageDoc": 2, + "artifactClassifier": 1, + "retrieveManaged": 1, + "credentials": 2, + "Credentials": 2, + "Path.userHome": 1, + "/": 2, + "HelloWorld": 1, + "main": 1, + "args": 1, + "Array": 1, + "[": 1, + "]": 1 + }, + "Scheme": { + "(": 359, + "import": 1, + "rnrs": 1, + ")": 373, + "only": 1, + "surfage": 4, + "s1": 1, + "lists": 1, + "filter": 4, + "-": 188, + "map": 4, + "gl": 12, + "glut": 2, + "dharmalab": 2, + "records": 1, + "define": 27, + "record": 5, + "type": 5, + "math": 1, + "basic": 1, + "agave": 4, + "glu": 1, + "compat": 1, + "geometry": 1, + "pt": 49, + "glamour": 2, + "window": 2, + "misc": 1, + "s19": 1, + "time": 24, + "s27": 1, + "random": 27, + "bits": 1, + "s42": 1, + "eager": 1, + "comprehensions": 1, + ";": 1684, + "utilities": 1, + "say": 9, + ".": 1, + "args": 2, + "for": 7, + "each": 7, + "display": 4, + "newline": 2, + "translate": 6, + "p": 6, + "glTranslated": 1, + "x": 8, + "y": 3, + "radians": 8, + "/": 7, + "pi": 2, + "degrees": 2, + "angle": 6, + "a": 19, + "cos": 1, + "sin": 1, + "current": 15, + "in": 14, + "nanoseconds": 2, + "let": 2, + "val": 3, + "+": 28, + "second": 1, + "nanosecond": 1, + "seconds": 12, + "micro": 1, + "milli": 1, + "base": 2, + "step": 1, + "score": 5, + "level": 5, + "ships": 1, + "spaceship": 5, + "fields": 4, + "mutable": 14, + "pos": 16, + "vel": 4, + "theta": 1, + "force": 1, + "particle": 8, + "birth": 2, + "lifetime": 1, + "color": 2, + "particles": 11, + "asteroid": 14, + "radius": 6, + "number": 3, + "of": 3, + "starting": 3, + "asteroids": 15, + "#f": 5, + "bullet": 16, + "pack": 12, + "is": 8, + "initialize": 1, + "size": 1, "title": 1, - "#each": 1, - "}": 16, - "{": 16 + "reshape": 1, + "width": 8, + "height": 8, + "source": 2, + "randomize": 1, + "default": 1, + "wrap": 4, + "mod": 2, + "ship": 8, + "make": 11, + "ammo": 9, + "set": 19, + "list": 6, + "ec": 6, + "i": 6, + "inexact": 16, + "integer": 25, + "buffered": 1, + "procedure": 1, + "lambda": 12, + "background": 1, + "glColor3f": 5, + "matrix": 5, + "excursion": 5, + "ship.pos": 5, + "glRotated": 2, + "ship.theta": 10, + "glutWireCone": 1, + "par": 6, + "c": 4, + "vector": 6, + "ref": 3, + "glutWireSphere": 3, + "bullets": 7, + "pack.pos": 3, + "glutWireCube": 1, + "last": 3, + "dt": 7, + "update": 2, + "system": 2, + "pt*n": 8, + "ship.vel": 5, + "pack.vel": 1, + "cond": 2, + "par.birth": 1, + "par.lifetime": 1, + "else": 2, + "par.pos": 2, + "par.vel": 1, + "bullet.birth": 1, + "bullet.pos": 2, + "bullet.vel": 1, + "a.pos": 2, + "a.vel": 1, + "if": 1, + "<": 1, + "a.radius": 1, + "contact": 2, + "b": 4, + "when": 5, + "<=>": 3, + "distance": 3, + "begin": 1, + "1": 2, + "f": 1, + "append": 4, + "4": 1, + "50": 4, + "0": 7, + "100": 6, + "2": 1, + "n": 2, + "null": 1, + "10": 1, + "5": 1, + "glutIdleFunc": 1, + "glutPostRedisplay": 1, + "glutKeyboardFunc": 1, + "key": 2, + "case": 1, + "char": 1, + "#": 6, + "w": 1, + "d": 1, + "s": 1, + "space": 1, + "cons": 1, + "glutMainLoop": 1 + }, + "Scilab": { + "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, + "then": 1, + "-": 2, + "e.field": 1, + "else": 1, + "home": 1, + "return": 1, + "end": 1, + "myvar": 1, + "endfunction": 1, + "disp": 1, + "assert_checkequal": 1, + "assert_checkfalse": 1 + }, + "SCSS": { + "blue": 4, + "#3bbfce": 1, + ";": 7, + "margin": 4, + "px": 1, + ".content": 1, + "-": 3, + "navigation": 1, + "{": 2, + "border": 2, + "color": 3, + "darken": 1, + "(": 1, + "%": 1, + ")": 1, + "}": 2, + ".border": 1, + "padding": 1, + "/": 2 + }, + "Shell": { + "SHEBANG#!bash": 8, + "typeset": 5, + "-": 391, + "i": 2, + "n": 22, + "bottles": 6, + "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, + "##": 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, + "/opt/mysql/current/bin": 4, + "MANPATH": 2, + "/usr/local/man": 2, + "/usr/share/man": 2, + "Random": 2, + "ENV...": 2, + "TERM": 4, + "COLORTERM": 2, + "CLICOLOR": 2, + "#": 53, + "can": 3, + "be": 3, + "set": 21, + "to": 33, + "anything": 2, + "actually": 2, + "DISPLAY": 2, + "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, + "bzcmp": 2, + "bzdiff": 2, + "bzegrep": 2, + "bzfgrep": 2, + "bzgrep": 2, + "unzip": 2, + "zipinfo": 2, + "compress": 2, + "znew": 2, + "gunzip": 2, + "zcmp": 2, + "zdiff": 2, + "zcat": 2, + "zegrep": 2, + "zfgrep": 2, + "zgrep": 2, + "zless": 2, + "zmore": 2, + "uncompress": 2, + "ee": 2, + "display": 2, + "xv": 2, + "qiv": 2, + "gv": 2, + "ggv": 2, + "xdvi": 2, + "dvips": 2, + "dviselect": 2, + "dvitype": 2, + "acroread": 2, + "xpdf": 2, + "makeinfo": 2, + "texi2html": 2, + "tex": 2, + "latex": 2, + "slitex": 2, + "jadetex": 2, + "pdfjadetex": 2, + "pdftex": 2, + "pdflatex": 2, + "texi2dvi": 2, + "mpg123": 2, + "mpg321": 2, + "xine": 2, + "aviplay": 2, + "realplay": 2, + "xanim": 2, + "ogg123": 2, + "gqmpeg": 2, + "freeamp": 2, + "xmms": 2, + "xfig": 2, + "timidity": 2, + "playmidi": 2, + "vi": 2, + "vim": 2, + "gvim": 2, + "rvim": 2, + "view": 2, + "rview": 2, + "rgvim": 2, + "rgview": 2, + "gview": 2, + "emacs": 2, + "wine": 2, + "bzme": 2, + "netscape": 2, + "mozilla": 2, + "lynx": 2, + "opera": 2, + "w3m": 2, + "galeon": 2, + "curl": 8, + "dillo": 2, + "elinks": 2, + "links": 2, + "u": 2, + "su": 2, + "passwd": 2, + "groups": 2, + "user": 2, + "commands": 8, + "see": 4, + "only": 6, + "users": 2, + "A": 10, + "stopped": 4, + "P": 4, + "bg": 4, + "completes": 10, + "with": 12, + "jobs": 4, + "j": 2, + "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, + "it": 2, + "pg": 2, + "patch": 2, + "sed": 2, + "awk": 2, + "diff": 2, + "grep": 8, + "find": 2, + "ps": 2, + "whoami": 2, + "ping": 2, + "histappend": 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 + }, + "Slash": { + "<%>": 1, + "class": 11, + "Env": 1, + "def": 18, + "init": 4, + "memory": 3, + "ptr": 9, + "0": 3, + "ptr=": 1, + "current_value": 5, + "current_value=": 1, + "value": 1, + "AST": 4, + "Next": 1, + "eval": 10, + "env": 16, + "Prev": 1, + "Inc": 1, + "Dec": 1, + "Output": 1, + "print": 1, + "char": 5, + "Input": 1, + "Sequence": 2, + "nodes": 6, + "for": 2, + "node": 2, + "in": 2, + "Loop": 1, + "seq": 4, + "while": 1, + "Parser": 1, + "str": 2, + "chars": 2, + "split": 1, + "parse": 1, + "stack": 3, + "_parse_char": 2, + "if": 1, + "length": 1, + "1": 1, + "throw": 1, + "SyntaxError": 1, + "new": 2, + "unexpected": 2, + "end": 1, + "of": 1, + "input": 1, + "last": 1, + "switch": 1, + "<": 1, + "+": 1, + "-": 1, + ".": 1, + "[": 1, + "]": 1, + ")": 7, + ";": 6, + "}": 3, + "@stack.pop": 1, + "_add": 1, + "(": 6, + "Loop.new": 1, + "Sequence.new": 1, + "src": 2, + "File.read": 1, + "ARGV.first": 1, + "ast": 1, + "Parser.new": 1, + ".parse": 1, + "ast.eval": 1, + "Env.new": 1 + }, + "Squirrel": { + "//example": 1, + "from": 1, + "http": 1, + "//www.squirrel": 1, + "-": 1, + "lang.org/#documentation": 1, + "local": 3, + "table": 1, + "{": 10, + "a": 2, + "subtable": 1, + "array": 3, + "[": 3, + "]": 3, + "}": 10, + "+": 2, + "b": 1, + ";": 15, + "foreach": 1, + "(": 10, + "i": 1, + "val": 2, + "in": 1, + ")": 10, + "print": 2, + "typeof": 1, + "/////////////////////////////////////////////": 1, + "class": 2, + "Entity": 3, + "constructor": 2, + "etype": 2, + "entityname": 4, + "name": 2, + "type": 2, + "x": 2, + "y": 2, + "z": 2, + "null": 2, + "function": 2, + "MoveTo": 1, + "newx": 2, + "newy": 2, + "newz": 2, + "Player": 2, + "extends": 1, + "base.constructor": 1, + "DoDomething": 1, + "newplayer": 1, + "newplayer.MoveTo": 1 + }, + "Standard ML": { + "signature": 2, + "LAZY_BASE": 3, + "sig": 2, + "type": 2, + "a": 18, + "lazy": 12, + "-": 13, + ")": 23, + "end": 6, + "LAZY": 1, + "bool": 4, + "val": 12, + "inject": 3, + "toString": 2, + "(": 22, + "string": 1, + "eq": 2, + "*": 1, + "eqBy": 3, + "compare": 2, + "order": 2, + "map": 2, + "b": 2, + "structure": 6, + "Ops": 2, + "LazyBase": 2, + "struct": 4, + "exception": 1, + "Undefined": 3, + "fun": 9, + "delay": 3, + "f": 9, + "force": 9, + "undefined": 1, + "fn": 3, + "raise": 1, + "LazyMemoBase": 2, + "datatype": 1, + "|": 1, + "Done": 1, + "of": 1, + "unit": 1, + "let": 1, + "open": 1, + "B": 1, + "x": 15, + "isUndefined": 2, + "ignore": 1, + ";": 1, + "false": 1, + "handle": 1, + "true": 1, + "if": 1, + "then": 1, + "else": 1, + "p": 4, + "y": 6, + "op": 1, + "Lazy": 1, + "LazyFn": 2, + "LazyMemo": 1 + }, + "SuperCollider": { + "BCR2000": 1, + "{": 14, + "var": 2, + "controls": 2, + "controlBuses": 2, + "rangedControlBuses": 2, + "responders": 2, + ";": 32, + "*new": 1, + "super.new.init": 1, + "}": 14, + "init": 1, + "Dictionary.new": 3, + "(": 34, + ")": 34, + "this.createCCResponders": 1, + "createCCResponders": 1, + "Array.fill": 1, + "|": 4, + "i": 5, + "CCResponder": 1, + "src": 3, + "chan": 3, + "num": 3, + "val": 4, + "[": 3, + "]": 3, + ".postln": 1, + "controls.put": 1, + "+": 4, + "controlBuses.put": 1, + "Bus.control": 1, + "Server.default": 1, + "controlBuses.at": 2, + ".value": 1, + "/": 2, + "nil": 4, + "//": 4, + "value": 1, + "at": 1, + "arg": 4, + "controlNum": 6, + "controls.at": 2, + "scalarAt": 1, + "busAt": 1, + "//boot": 1, + "server": 1, + "s.boot": 1, + "SynthDef": 1, + "sig": 7, + "resfreq": 3, + "Saw.ar": 1, + "SinOsc.kr": 1, + "*": 3, + "RLPF.ar": 1, + "Out.ar": 1, + ".play": 2, + "do": 2, + "Pan2.ar": 1, + "SinOsc.ar": 1, + "exprand": 1, + "LFNoise2.kr": 2, + "rrand": 2, + ".range": 2, + "**": 1, + "rand2": 1, + "a": 2, + "Env.perc": 1, + "-": 1, + "b": 1, + "a.delay": 2, + "a.test.plot": 1, + "b.test.plot": 1, + "Env": 1, + ".plot": 2, + "e": 1, + "Env.sine.asStream": 1, + "e.next.postln": 1, + "wait": 1, + ".fork": 1 + }, + "Tea": { + "<%>": 1, + "template": 1, + "foo": 1 + }, + "TeX": { + "%": 59, + "NeedsTeXFormat": 1, + "{": 180, + "LaTeX2e": 1, + "}": 185, + "ProvidesClass": 1, + "reedthesis": 1, + "[": 22, + "/01/27": 1, + "The": 4, + "Reed": 5, + "College": 5, + "Thesis": 5, + "Class": 4, + "]": 22, + "DeclareOption*": 1, + "PassOptionsToClass": 1, + "CurrentOption": 1, + "book": 2, + "ProcessOptions": 1, + "relax": 2, + "LoadClass": 1, + "RequirePackage": 1, + "fancyhdr": 1, + "AtBeginDocument": 1, + "fancyhf": 1, + "fancyhead": 5, + "LE": 1, + "RO": 1, + "thepage": 1, + "above": 1, + "makes": 2, + "your": 1, + "headers": 6, + "in": 10, + "all": 1, + "caps.": 2, + "If": 1, + "you": 1, + "would": 1, + "like": 1, + "different": 1, + "choose": 1, + "one": 1, + "of": 8, + "the": 14, + "following": 1, + "options": 1, + "(": 3, + "be": 3, + "sure": 1, + "to": 8, + "remove": 1, + "symbol": 1, + "from": 1, + "both": 1, + "right": 1, + "and": 2, + "left": 1, + ")": 3, + "RE": 2, + "slshape": 2, + "nouppercase": 2, + "leftmark": 2, + "This": 2, + "on": 1, + "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": 2, + "And": 1, + "so": 1, + "pagestyle": 2, + "fancy": 1, + "let": 10, + "oldthebibliography": 2, + "thebibliography": 2, + "endoldthebibliography": 2, + "endthebibliography": 1, + "renewenvironment": 2, + "#1": 12, + "addcontentsline": 5, + "toc": 5, + "chapter": 9, + "bibname": 2, + "end": 5, + "things": 1, + "for": 5, + "psych": 1, + "majors": 1, + "comment": 1, + "out": 1, + "oldtheindex": 2, + "theindex": 2, + "endoldtheindex": 2, + "endtheindex": 1, + "indexname": 1, + "RToldchapter": 1, + "renewcommand": 6, + "if@openright": 1, + "RTcleardoublepage": 3, + "else": 7, + "clearpage": 3, + "fi": 13, + "thispagestyle": 3, + "empty": 4, + "global": 2, + "@topnum": 1, + "z@": 2, + "@afterindentfalse": 1, + "secdef": 1, + "@chapter": 2, + "@schapter": 1, + "def": 12, + "#2": 4, + "ifnum": 2, + "c@secnumdepth": 1, + "m@ne": 2, + "if@mainmatter": 1, + "refstepcounter": 1, + "typeout": 1, + "@chapapp": 2, + "space": 4, + "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": 10, + "oddsidemargin": 2, + ".5in": 3, + "evensidemargin": 2, + "textwidth": 2, + "textheight": 4, + "topmargin": 6, + "addtolength": 8, + "headheight": 4, + "headsep": 3, + ".6in": 1, + "pt": 1, + "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": 3, + "@plus": 1, + "@tempdima": 2, + "begingroup": 1, + "parindent": 1, + "rightskip": 1, + "@pnumwidth": 3, + "parfillskip": 1, + "-": 2, + "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, + ".": 1, + "hfill": 1, + "hb@xt@": 1, + "hss": 1, + "par": 6, + "penalty": 1, + "endgroup": 1, + "newenvironment": 1, + "abstract": 1, + "@restonecoltrue": 1, + "onecolumn": 1, + "@restonecolfalse": 1, + "Abstract": 2, + "begin": 4, + "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": 1, + "footnoterule": 1, + "footnote": 1, + "thanks": 1, + "baselineskip": 2, + "setbox0": 2, + "Requirements": 2, + "Degree": 2, + "setcounter": 1, + "page": 3, + "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": 1, + "copy0": 1, + "approved": 1, + "major": 1, + "sign": 1, + "makebox": 6 + }, + "Turing": { + "function": 1, + "factorial": 4, + "(": 3, + "n": 9, + "int": 2, + ")": 3, + "real": 1, + "if": 2, + "then": 1, + "result": 2, + "else": 1, + "*": 1, + "-": 1, + "end": 3, + "var": 1, + "loop": 2, + "put": 3, + "..": 1, + "get": 1, + "exit": 1, + "when": 1 + }, + "TXL": { + "define": 12, + "program": 1, + "[": 38, + "expression": 9, + "]": 38, + "end": 12, + "term": 6, + "|": 3, + "addop": 2, + "primary": 4, + "mulop": 2, + "number": 10, + "(": 2, + ")": 2, + "-": 3, + "/": 3, + "rule": 12, + "main": 1, + "replace": 6, + "E": 3, + "construct": 1, + "NewE": 3, + "resolveAddition": 2, + "resolveSubtraction": 2, + "resolveMultiplication": 2, + "resolveDivision": 2, + "resolveParentheses": 2, + "where": 1, + "not": 1, + "by": 6, + "N1": 8, + "+": 2, + "N2": 8, + "*": 2, + "N": 2 + }, + "TypeScript": { + "class": 3, + "Animal": 4, + "{": 9, + "constructor": 3, + "(": 18, + "public": 1, + "name": 5, + ")": 18, + "}": 9, + "move": 3, + "meters": 2, + "alert": 3, + "this.name": 1, + "+": 3, + ";": 8, + "Snake": 2, + "extends": 2, + "super": 2, + "super.move": 2, + "Horse": 2, + "var": 2, + "sam": 1, + "new": 2, + "tom": 1, + "sam.move": 1, + "tom.move": 1, + "console.log": 1 + }, + "Verilog": { + "////////////////////////////////////////////////////////////////////////////////": 14, + "//": 117, + "timescale": 10, + "ns": 8, + "/": 11, + "ps": 8, + "module": 18, + "button_debounce": 3, + "(": 378, + "input": 68, + "clk": 40, + "clock": 3, + "reset_n": 32, + "asynchronous": 2, + "reset": 13, + "button": 25, + "bouncy": 1, + "output": 42, + "reg": 26, + "debounce": 6, + "debounced": 1, + "-": 73, + "cycle": 1, + "signal": 3, + ")": 378, + ";": 287, + "parameter": 7, + "CLK_FREQUENCY": 4, + "DEBOUNCE_HZ": 4, + "localparam": 4, + "COUNT_VALUE": 2, + "WAIT": 6, + "FIRE": 4, + "COUNT": 4, + "[": 179, + "]": 179, + "state": 6, + "next_state": 6, + "count": 6, + "always": 23, + "@": 16, + "posedge": 11, + "or": 14, + "negedge": 8, + "<": 47, + "begin": 46, + "if": 23, + "end": 48, + "else": 22, + "case": 3, + "<=>": 4, + "1": 7, + "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, + "pipe_out": 5, + "NUMBER_OF_STAGES": 7, + "generate": 3, + "genvar": 3, + "*": 4, + "BIT_WIDTH*": 5, + "pipe_gen": 6, + "for": 4, + "+": 36, + "pipeline": 2, + "BIT_WIDTH*i": 2, + "endgenerate": 3, + "ps2_mouse": 1, + "Input": 2, + "Reset": 1, + "inout": 2, + "ps2_clk": 3, + "PS2": 2, + "Bidirectional": 2, + "ps2_dat": 3, + "the_command": 2, + "Command": 1, + "to": 3, + "send": 2, + "mouse": 1, + "send_command": 2, + "Signal": 2, + "command_was_sent": 2, + "command": 1, + "finished": 1, + "sending": 1, + "error_communication_timed_out": 3, + "received_data": 2, + "Received": 1, + "data": 4, + "received_data_en": 4, + "If": 1, + "new": 1, + "has": 1, + "been": 1, + "received": 1, + "start_receiving_data": 3, + "wait_for_incoming_data": 3, + "ps2_clk_posedge": 3, + "Internal": 2, + "Wires": 1, + "ps2_clk_negedge": 3, + "idle_counter": 4, + "Registers": 2, + "ps2_clk_reg": 4, + "ps2_data_reg": 5, + "last_ps2_clk": 4, + "ns_ps2_transceiver": 13, + "State": 1, + "Machine": 1, + "s_ps2_transceiver": 8, + "PS2_STATE_0_IDLE": 10, + "h1": 1, + "PS2_STATE_2_COMMAND_OUT": 2, + "h3": 1, + "PS2_STATE_4_END_DELAYED": 4, + "Defaults": 1, + "PS2_STATE_1_DATA_IN": 3, + "||": 1, + "PS2_STATE_3_END_TRANSFER": 3, + "h00": 1, + "&&": 3, + "h01": 1, + "ps2_mouse_cmdout": 1, + "mouse_cmdout": 1, + ".clk": 6, + "Inputs": 2, + ".reset": 2, + ".the_command": 1, + ".send_command": 1, + ".ps2_clk_posedge": 2, + ".ps2_clk_negedge": 2, + ".ps2_clk": 1, + "Bidirectionals": 1, + ".ps2_dat": 1, + ".command_was_sent": 1, + "Outputs": 2, + ".error_communication_timed_out": 1, + "ps2_mouse_datain": 1, + "mouse_datain": 1, + ".wait_for_incoming_data": 1, + ".start_receiving_data": 1, + ".ps2_data": 1, + ".received_data": 1, + ".received_data_en": 1, + "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, + "bits": 2, + "any": 1, + "integer": 1, + "%": 3, + "start_gen": 7, + "propagation": 1, + "OUTPUT_BITS*INPUT_BITS": 9, + "root_gen": 15, + "values": 3, + "radicand_gen": 10, + "mask_gen": 9, + "mask": 3, + "mask_4": 1, + "is": 4, + "odd": 1, + "this": 2, + "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, + "#10000": 1, + "vga": 1, + "wb_clk_i": 6, + "Mhz": 1, + "VDU": 1, + "wb_rst_i": 6, + "wb_dat_i": 3, + "wb_dat_o": 2, + "wb_adr_i": 3, + "wb_we_i": 3, + "wb_tga_i": 5, + "wb_sel_i": 3, + "wb_stb_i": 2, + "wb_cyc_i": 2, + "wb_ack_o": 2, + "vga_red_o": 2, + "vga_green_o": 2, + "vga_blue_o": 2, + "horiz_sync": 2, + "vert_sync": 2, + "csrm_adr_o": 2, + "csrm_sel_o": 2, + "csrm_we_o": 2, + "csrm_dat_o": 2, + "csrm_dat_i": 2, + "csr_adr_i": 3, + "csr_stb_i": 2, + "conf_wb_dat_o": 3, + "conf_wb_ack_o": 3, + "mem_wb_dat_o": 3, + "mem_wb_ack_o": 3, + "csr_adr_o": 2, + "csr_dat_i": 3, + "csr_stb_o": 3, + "v_retrace": 3, + "vh_retrace": 3, + "w_vert_sync": 3, + "shift_reg1": 3, + "graphics_alpha": 4, + "memory_mapping1": 3, + "write_mode": 3, + "raster_op": 3, + "read_mode": 3, + "bitmask": 3, + "set_reset": 3, + "enable_set_reset": 3, + "map_mask": 3, + "x_dotclockdiv2": 3, + "chain_four": 3, + "read_map_select": 3, + "color_compare": 3, + "color_dont_care": 3, + "wbm_adr_o": 3, + "wbm_sel_o": 3, + "wbm_we_o": 3, + "wbm_dat_o": 3, + "wbm_dat_i": 3, + "wbm_stb_o": 3, + "wbm_ack_i": 3, + "stb": 4, + "cur_start": 3, + "cur_end": 3, + "start_addr": 2, + "vcursor": 3, + "hcursor": 3, + "horiz_total": 3, + "end_horiz": 3, + "st_hor_retr": 3, + "end_hor_retr": 3, + "vert_total": 3, + "end_vert": 3, + "st_ver_retr": 3, + "end_ver_retr": 3, + "pal_addr": 3, + "pal_we": 3, + "pal_read": 3, + "pal_write": 3, + "dac_we": 3, + "dac_read_data_cycle": 3, + "dac_read_data_register": 3, + "dac_read_data": 3, + "dac_write_data_cycle": 3, + "dac_write_data_register": 3, + "dac_write_data": 3, + "vga_config_iface": 1, + "config_iface": 1, + ".wb_clk_i": 2, + ".wb_rst_i": 2, + ".wb_dat_i": 2, + ".wb_dat_o": 2, + ".wb_adr_i": 2, + ".wb_we_i": 2, + ".wb_sel_i": 2, + ".wb_stb_i": 2, + ".wb_ack_o": 2, + ".shift_reg1": 2, + ".graphics_alpha": 2, + ".memory_mapping1": 2, + ".write_mode": 2, + ".raster_op": 2, + ".read_mode": 2, + ".bitmask": 2, + ".set_reset": 2, + ".enable_set_reset": 2, + ".map_mask": 2, + ".x_dotclockdiv2": 2, + ".chain_four": 2, + ".read_map_select": 2, + ".color_compare": 2, + ".color_dont_care": 2, + ".pal_addr": 2, + ".pal_we": 2, + ".pal_read": 2, + ".pal_write": 2, + ".dac_we": 2, + ".dac_read_data_cycle": 2, + ".dac_read_data_register": 2, + ".dac_read_data": 2, + ".dac_write_data_cycle": 2, + ".dac_write_data_register": 2, + ".dac_write_data": 2, + ".cur_start": 2, + ".cur_end": 2, + ".start_addr": 1, + ".vcursor": 2, + ".hcursor": 2, + ".horiz_total": 2, + ".end_horiz": 2, + ".st_hor_retr": 2, + ".end_hor_retr": 2, + ".vert_total": 2, + ".end_vert": 2, + ".st_ver_retr": 2, + ".end_ver_retr": 2, + ".v_retrace": 2, + ".vh_retrace": 2, + "vga_lcd": 1, + "lcd": 1, + ".rst": 1, + ".csr_adr_o": 1, + ".csr_dat_i": 1, + ".csr_stb_o": 1, + ".vga_red_o": 1, + ".vga_green_o": 1, + ".vga_blue_o": 1, + ".horiz_sync": 1, + ".vert_sync": 1, + "vga_cpu_mem_iface": 1, + "cpu_mem_iface": 1, + ".wbs_adr_i": 1, + ".wbs_sel_i": 1, + ".wbs_we_i": 1, + ".wbs_dat_i": 1, + ".wbs_dat_o": 1, + ".wbs_stb_i": 1, + ".wbs_ack_o": 1, + ".wbm_adr_o": 1, + ".wbm_sel_o": 1, + ".wbm_we_o": 1, + ".wbm_dat_o": 1, + ".wbm_dat_i": 1, + ".wbm_stb_o": 1, + ".wbm_ack_i": 1, + "vga_mem_arbitrer": 1, + "mem_arbitrer": 1, + ".clk_i": 1, + ".rst_i": 1, + ".csr_adr_i": 1, + ".csr_dat_o": 1, + ".csr_stb_i": 1, + ".csrm_adr_o": 1, + ".csrm_sel_o": 1, + ".csrm_we_o": 1, + ".csrm_dat_o": 1, + ".csrm_dat_i": 1 + }, + "VHDL": { + "-": 2, + "VHDL": 1, + "example": 1, + "file": 1, + "library": 1, + "ieee": 1, + ";": 7, + "use": 1, + "ieee.std_logic_1164.all": 1, + "entity": 2, + "inverter": 2, + "is": 2, + "port": 1, + "(": 1, + "a": 2, + "in": 1, + "std_logic": 2, + "b": 2, + "out": 1, + ")": 1, + "end": 2, + "architecture": 2, + "rtl": 1, + "of": 1, + "begin": 1, + "<": 1, + "not": 1 + }, + "VimL": { + "no": 1, + "toolbar": 1, + "set": 7, + "guioptions": 1, + "-": 1, + "T": 1, + "nocompatible": 1, + "ignorecase": 1, + "incsearch": 1, + "smartcase": 1, + "showmatch": 1, + "showcmd": 1, + "syntax": 1, + "on": 1 + }, + "Visual Basic": { + "VERSION": 1, + "CLASS": 1, + "BEGIN": 1, + "MultiUse": 1, + "-": 6, + "NotPersistable": 1, + "DataBindingBehavior": 1, + "vbNone": 1, + "MTSTransactionMode": 1, + "*************************************************************************************************************************************************************************************************************************************************": 2, + "Copyright": 1, + "(": 14, + "c": 1, + ")": 14, + "David": 1, + "Briant": 1, + "All": 1, + "rights": 1, + "reserved": 1, + "Option": 1, + "Explicit": 1, + "Private": 25, + "Declare": 3, + "Function": 5, + "apiSetProp": 4, + "Lib": 3, + "Alias": 3, + "ByVal": 6, + "hwnd": 2, + "As": 34, + "Long": 10, + "lpString": 2, + "String": 13, + "hData": 1, + "apiGlobalAddAtom": 3, + "apiSetForegroundWindow": 1, + "myMouseEventsForm": 5, + "fMouseEventsForm": 2, + "WithEvents": 3, + "myAST": 3, + "cTP_AdvSysTray": 2, + "Attribute": 3, + "myAST.VB_VarHelpID": 1, + "myClassName": 2, + "myWindowName": 2, + "Const": 9, + "TEN_MILLION": 1, + "Single": 1, + "myListener": 1, + "VLMessaging.VLMMMFileListener": 1, + "myListener.VB_VarHelpID": 1, + "myMMFileTransports": 2, + "VLMessaging.VLMMMFileTransports": 1, + "myMMFileTransports.VB_VarHelpID": 1, + "myMachineID": 1, + "myRouterSeed": 1, + "myRouterIDsByMMTransportID": 1, + "New": 6, + "Dictionary": 3, + "myMMTransportIDsByRouterID": 2, + "myDirectoryEntriesByIDString": 1, + "GET_ROUTER_ID": 1, + "GET_ROUTER_ID_REPLY": 1, + "REGISTER_SERVICE": 1, + "REGISTER_SERVICE_REPLY": 1, + "UNREGISTER_SERVICE": 1, + "UNREGISTER_SERVICE_REPLY": 1, + "GET_SERVICES": 1, + "GET_SERVICES_REPLY": 1, + "Initialize": 1, + "/": 1, + "Release": 1, + "hide": 1, + "us": 1, + "from": 1, + "the": 3, + "Applications": 1, + "list": 1, + "in": 1, + "Windows": 1, + "Task": 1, + "Manager": 1, + "App.TaskVisible": 1, + "False": 1, + "create": 1, + "tray": 1, + "icon": 1, + "Set": 5, + "myAST.create": 1, + "myMouseEventsForm.icon": 1, + "make": 1, + "myself": 1, + "easily": 1, + "found": 1, + "myMouseEventsForm.hwnd": 3, + "End": 7, + "Sub": 7, + "shutdown": 1, + "myAST.destroy": 1, + "Nothing": 2, + "Unload": 1, + "myAST_RButtonUp": 1, + "Dim": 1, + "epm": 1, + "cTP_EasyPopupMenu": 1, + "menuItemSelected": 1, + "epm.addMenuItem": 3, + "MF_STRING": 3, + "epm.addSubmenuItem": 2, + "MF_SEPARATOR": 1, + "MF_CHECKED": 1, + "route": 2, + "to": 1, + "a": 1, + "remote": 1, + "machine": 1, + "Else": 1, + "for": 1, + "moment": 1, + "just": 1, + "between": 1, + "MMFileTransports": 1, + "If": 3, + "myMMTransportIDsByRouterID.Exists": 1, + "message.toAddress.RouterID": 2, + "Then": 1, + "transport": 1, + "transport.send": 1, + "messageToBytes": 1, + "message": 1, + "directoryEntryIDString": 2, + "serviceType": 2, + "address": 1, + "VLMAddress": 1, + "&": 7, + "address.MachineID": 1, + "address.RouterID": 1, + "address.AgentID": 1, + "myMMFileTransports_disconnecting": 1, + "id": 1, + "oReceived": 2, + "Boolean": 1, + "True": 1 + }, + "Volt": { + "module": 1, + "main": 2, + ";": 53, + "import": 7, + "core.stdc.stdio": 1, + "core.stdc.stdlib": 1, + "watt.process": 1, + "watt.path": 1, + "results": 1, + "list": 1, + "cmd": 1, + "int": 8, + "(": 37, + ")": 37, + "{": 12, + "auto": 6, + "cmdGroup": 2, + "new": 3, + "CmdGroup": 1, + "bool": 4, + "printOk": 2, + "true": 4, + "printImprovments": 2, + "printFailing": 2, + "printRegressions": 2, + "string": 1, + "compiler": 3, + "getEnv": 1, + "if": 7, + "is": 2, + "null": 3, + "printf": 6, + ".ptr": 14, + "return": 2, + "-": 3, + "}": 12, + "///": 1, + "@todo": 1, + "Scan": 1, + "for": 4, + "files": 1, + "tests": 2, + "testList": 1, + "total": 5, + "passed": 5, + "failed": 5, + "improved": 3, + "regressed": 6, + "rets": 5, + "Result": 2, + "[": 6, + "]": 6, + "tests.length": 3, + "size_t": 3, + "i": 14, + "<": 3, + "+": 14, + ".runTest": 1, + "cmdGroup.waitAll": 1, + "ret": 1, + "ret.ok": 1, + "cast": 5, + "ret.hasPassed": 4, + "&&": 2, + "ret.test.ptr": 4, + "ret.msg.ptr": 4, + "else": 3, + "fflush": 2, + "stdout": 1, + "xml": 8, + "fopen": 1, + "fprintf": 2, + "rets.length": 1, + ".xmlLog": 1, + "fclose": 1, + "rate": 2, + "float": 2, + "/": 1, + "*": 1, + "f": 1, + "double": 1 + }, + "wisp": { + ";": 199, + "#": 2, + "wisp": 6, + "Wisp": 13, + "is": 20, + "homoiconic": 1, + "JS": 17, + "dialect": 1, + "with": 6, + "a": 24, + "clojure": 2, + "syntax": 2, + "s": 7, + "-": 33, + "expressions": 6, + "and": 9, + "macros.": 1, + "code": 3, + "compiles": 1, + "to": 21, + "human": 1, + "readable": 1, + "javascript": 1, + "which": 3, + "one": 3, + "of": 16, + "they": 3, + "key": 3, + "differences": 1, + "from": 2, + "clojurescript.": 1, + "##": 2, + "data": 1, + "structures": 1, + "nil": 4, + "just": 3, + "like": 2, + "js": 1, + "undefined": 1, + "differenc": 1, + "that": 7, + "it": 10, + "shortcut": 1, + "for": 5, + "void": 2, + "(": 77, + ")": 75, + "in": 16, + "JS.": 2, + "Booleans": 1, + "booleans": 2, + "true": 6, + "/": 1, + "false": 2, + "are": 14, + "Numbers": 1, + "numbers": 2, + "Strings": 2, + "strings": 3, + "can": 13, + "be": 15, + "multiline": 1, + "Characters": 2, + "sugar": 1, + "single": 1, + "char": 1, + "Keywords": 3, + "symbolic": 2, + "identifiers": 2, + "evaluate": 2, + "themselves.": 1, + "keyword": 1, + "Since": 1, + "string": 1, + "constats": 1, + "fulfill": 1, + "this": 2, + "purpose": 2, + "keywords": 1, + "compile": 3, + "equivalent": 2, + "strings.": 1, + "window.addEventListener": 1, + "load": 1, + "handler": 1, + "invoked": 2, + "as": 4, + "functions": 8, + "desugars": 1, + "plain": 2, + "associated": 2, + "value": 2, + "access": 1, + "bar": 4, + "foo": 6, + "[": 22, + "]": 22, + "Vectors": 1, + "vectors": 1, + "arrays.": 1, + "Note": 3, + "Commas": 2, + "white": 1, + "space": 1, + "&": 6, + "used": 1, + "if": 7, + "desired": 1, + "Maps": 2, + "hash": 1, + "maps": 1, + "objects.": 1, + "unlike": 1, + "keys": 1, + "not": 4, + "arbitary": 1, + "types.": 1, + "{": 4, + "beep": 1, + "bop": 1, + "}": 4, + "optional": 2, + "but": 7, + "come": 1, + "handy": 1, + "separating": 1, + "pairs.": 1, + "b": 5, + "In": 5, + "future": 2, + "JSONs": 1, + "may": 1, + "made": 2, + "compatible": 1, + "map": 3, + "syntax.": 1, + "Lists": 1, + "You": 1, + "up": 1, + "lists": 1, + "representing": 1, + "expressions.": 1, + "The": 1, + "first": 4, + "item": 2, + "the": 9, + "expression": 6, + "function": 7, + "being": 1, + "rest": 7, + "items": 2, + "arguments.": 2, + "baz": 2, + "Conventions": 1, + "puts": 1, + "lot": 2, + "effort": 1, + "making": 1, + "naming": 1, + "conventions": 3, + "transparent": 1, + "by": 2, + "encouraning": 1, + "lisp": 1, + "then": 1, + "translating": 1, + "them": 1, + "dash": 1, + "delimited": 1, + "dashDelimited": 1, + "predicate": 1, + "isPredicate": 1, + "__privates__": 1, + "list": 2, + "vector": 1, + "listToVector": 1, + "As": 1, + "side": 2, + "effect": 1, + "some": 2, + "names": 1, + "expressed": 3, + "few": 1, + "ways": 1, + "although": 1, + "third": 2, + "expression.": 1, + "<": 1, + "number": 3, + "Else": 1, + "missing": 1, + "conditional": 1, + "evaluates": 2, + "result": 2, + "will": 6, + ".": 6, + "monday": 1, + "today": 1, + "Compbining": 1, + "everything": 1, + "an": 1, + "sometimes": 1, + "might": 1, + "want": 2, + "compbine": 1, + "multiple": 1, + "into": 2, + "usually": 3, + "evaluating": 1, + "have": 2, + "effects": 1, + "do": 4, + "console.log": 2, + "+": 9, + "Also": 1, + "special": 4, + "form": 10, + "many.": 1, + "If": 2, + "evaluation": 1, + "nil.": 1, + "Bindings": 1, + "Let": 1, + "containing": 1, + "lexical": 1, + "context": 1, + "simbols": 1, + "bindings": 1, + "forms": 1, + "bound": 1, + "their": 2, + "respective": 1, + "results.": 1, + "let": 2, + "c": 1, + "Functions": 1, + "fn": 15, + "x": 22, + "named": 1, + "similar": 2, + "increment": 1, + "also": 2, + "contain": 1, + "documentation": 1, + "metadata.": 1, + "Docstring": 1, + "metadata": 1, + "presented": 1, + "compiled": 2, + "yet": 1, + "comments": 1, + "function.": 1, + "incerement": 1, + "added": 1, + "makes": 1, + "capturing": 1, + "arguments": 7, + "easier": 1, + "than": 1, + "argument": 1, + "follows": 1, + "simbol": 1, + "capture": 1, + "all": 4, + "args": 1, + "array.": 1, + "rest.reduce": 1, + "sum": 3, + "Overloads": 1, + "overloaded": 1, + "depending": 1, + "on": 1, + "take": 2, + "without": 2, + "introspection": 1, + "version": 1, + "y": 6, + "more": 3, + "more.reduce": 1, + "does": 1, + "has": 2, + "variadic": 1, + "overload": 1, + "passed": 1, + "throws": 1, + "exception.": 1, + "Other": 1, + "Special": 1, + "Forms": 1, + "Instantiation": 1, + "type": 2, + "instantiation": 1, + "consice": 1, + "needs": 1, + "suffixed": 1, + "character": 1, + "Type.": 1, + "options": 2, + "More": 1, + "verbose": 1, + "there": 1, + "new": 2, + "Class": 1, + "Method": 1, + "calls": 3, + "method": 2, + "no": 1, + "different": 1, + "Any": 1, + "quoted": 1, + "prevent": 1, + "doesn": 1, + "t": 1, + "unless": 5, + "or": 2, + "macro": 7, + "try": 1, + "implemting": 1, + "understand": 1, + "use": 2, + "case": 1, + "We": 1, + "execute": 1, + "body": 4, + "condition": 4, + "defn": 2, + "Although": 1, + "following": 2, + "log": 1, + "anyway": 1, + "since": 1, + "exectued": 1, + "before": 1, + "called.": 1, + "Macros": 2, + "solve": 1, + "problem": 1, + "because": 1, + "immediately.": 1, + "Instead": 1, + "you": 1, + "get": 2, + "choose": 1, + "when": 1, + "evaluated.": 1, + "return": 1, + "instead.": 1, + "defmacro": 3, + "less": 1, + "how": 1, + "build": 1, + "implemented.": 1, + "define": 4, + "name": 2, + "def": 1, + "@body": 1, + "Now": 1, + "we": 2, + "above": 1, + "defined": 1, + "expanded": 2, + "time": 1, + "resulting": 1, + "diff": 1, + "program": 1, + "output.": 1, + "print": 1, + "message": 2, + ".log": 1, + "console": 1, + "Not": 1, + "macros": 2, + "via": 2, + "templating": 1, + "language": 1, + "available": 1, + "at": 1, + "hand": 1, + "assemble": 1, + "form.": 1, + "For": 2, + "instance": 1, + "ease": 1, + "functional": 1, + "chanining": 1, + "popular": 1, + "chaining.": 1, + "example": 1, + "API": 1, + "pioneered": 1, + "jQuery": 1, + "very": 2, + "common": 1, + "open": 2, + "target": 1, + "keypress": 2, + "filter": 2, + "isEnterKey": 1, + "getInputText": 1, + "reduce": 3, + "render": 2, + "Unfortunately": 1, + "though": 1, + "requires": 1, + "need": 1, + "methods": 1, + "dsl": 1, + "object": 1, + "limited.": 1, + "Making": 1, + "party": 1, + "second": 1, + "class.": 1, + "Via": 1, + "achieve": 1, + "chaining": 1, + "such": 1, + "tradeoffs.": 1, + "operations": 3, + "operation": 3, + "cons": 2, + "tagret": 1, + "enter": 1, + "input": 1, + "text": 1 + }, + "XC": { + "int": 2, + "main": 1, + "(": 1, + ")": 1, + "{": 2, + "x": 3, + ";": 4, + "chan": 1, + "c": 3, + "par": 1, + "<:>": 1, + "0": 1, + "}": 2, + "return": 1 + }, + "XML": { + "": 3, + "version=": 4, + "": 1, + "name=": 223, + "xmlns": 2, + "ea=": 2, + "": 2, + "This": 21, + "easyant": 3, + "module.ant": 1, + "sample": 2, + "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, + "": 2, + "": 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": 127, + "module.ivy": 1, + "for": 59, + "java": 1, + "standard": 1, + "application": 2, + "": 1, + "": 1, + "value=": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 2, + "visibility=": 2, + "description=": 2, + "": 1, + "": 1, + "": 1, + "org=": 1, + "rev=": 1, + "conf=": 1, + "default": 9, + "junit": 2, + "test": 7, + "-": 49, + "/": 6, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "ReactiveUI": 2, + "": 1, + "": 1, + "": 1, + "": 120, + "": 120, + "IObservedChange": 5, + "generic": 3, + "interface": 4, + "that": 94, + "replaces": 1, + "the": 260, + "non": 1, + "PropertyChangedEventArgs.": 1, + "Note": 7, + "it": 16, + "used": 19, + "both": 2, + "Changing": 5, + "(": 52, + "i.e.": 23, + ")": 45, + "Changed": 4, + "Observables.": 2, + "In": 6, + "future": 2, + "will": 65, + "be": 57, + "Covariant": 1, + "which": 12, + "allow": 1, + "simpler": 1, + "casting": 1, + "between": 15, + "changes.": 2, + "": 121, + "": 120, + "The": 74, + "object": 42, + "has": 16, + "raised": 1, + "change.": 12, + "name": 7, + "of": 75, + "property": 74, + "changed": 18, + "on": 35, + "Sender.": 1, + "value": 44, + "changed.": 9, + "IMPORTANT": 1, + "NOTE": 1, + "often": 3, + "not": 9, + "set": 41, + "performance": 1, + "reasons": 1, + "unless": 1, + "you": 20, + "have": 17, + "explicitly": 1, + "requested": 1, + "an": 88, + "Observable": 56, + "via": 8, + "method": 34, + "such": 5, + "as": 25, + "ObservableForProperty.": 1, + "To": 4, + "retrieve": 3, + "use": 5, + "Value": 3, + "extension": 2, + "method.": 2, + "IReactiveNotifyPropertyChanged": 6, + "represents": 4, + "extended": 1, + "version": 3, + "INotifyPropertyChanged": 1, + "also": 17, + "exposes": 1, + "IEnableLogger": 1, + "dummy": 1, + "attaching": 1, + "any": 11, + "class": 11, + "give": 1, + "access": 3, + "Log": 2, + "When": 5, + "called": 5, + "fire": 11, + "change": 26, + "notifications": 22, + "neither": 3, + "traditional": 3, + "nor": 3, + "until": 7, + "return": 11, + "disposed.": 3, + "": 36, + "An": 26, + "when": 38, + "disposed": 4, + "reenables": 3, + "notifications.": 5, + "": 36, + "Represents": 4, + "fires": 6, + "*before*": 2, + "about": 5, + "should": 10, + "duplicate": 2, + "if": 27, + "same": 8, + "multiple": 6, + "times.": 4, + "*after*": 2, + "TSender": 1, + "helper": 5, + "adds": 2, + "typed": 2, + "versions": 2, + "Changed.": 1, + "IReactiveCollection": 3, + "collection": 27, + "can": 11, + "notify": 3, + "its": 4, + "contents": 2, + "are": 13, + "either": 1, + "items": 27, + "added/removed": 1, + "or": 24, + "itself": 2, + "changes": 13, + ".": 20, + "It": 1, + "important": 6, + "implement": 5, + "Changing/Changed": 1, + "from": 12, + "semantically": 3, + "Fires": 14, + "added": 6, + "once": 4, + "per": 2, + "item": 19, + "added.": 4, + "Functions": 2, + "add": 2, + "AddRange": 2, + "provided": 14, + "was": 6, + "before": 8, + "going": 4, + "collection.": 6, + "been": 5, + "removed": 4, + "providing": 20, + "removed.": 4, + "whenever": 18, + "number": 9, + "in": 45, + "new": 10, + "Count.": 4, + "previous": 2, + "Provides": 4, + "Item": 4, + "implements": 8, + "IReactiveNotifyPropertyChanged.": 4, + "only": 18, + "enabled": 8, + "ChangeTrackingEnabled": 2, + "True.": 2, + "Enables": 2, + "ItemChanging": 2, + "ItemChanged": 2, + "properties": 29, + ";": 10, + "implementing": 2, + "rebroadcast": 2, + "through": 3, + "ItemChanging/ItemChanged.": 2, + "T": 1, + "type": 23, + "specified": 7, + "Observables": 4, + "IMessageBus": 1, + "act": 2, + "simple": 2, + "way": 2, + "ViewModels": 3, + "other": 9, + "objects": 4, + "communicate": 2, + "each": 7, + "loosely": 2, + "coupled": 2, + "way.": 2, + "Specifying": 2, + "messages": 22, + "go": 2, + "where": 4, + "done": 2, + "combination": 2, + "Type": 9, + "message": 30, + "well": 2, + "additional": 3, + "parameter": 6, + "unique": 12, + "string": 13, + "distinguish": 12, + "arbitrarily": 2, + "by": 13, + "client.": 2, + "Listen": 4, + "provides": 6, + "Message": 2, + "RegisterMessageSource": 4, + "SendMessage.": 2, + "": 12, + "listen": 6, + "to.": 7, + "": 12, + "": 84, + "A": 19, + "identical": 11, + "types": 10, + "one": 27, + "purpose": 10, + "leave": 10, + "null.": 10, + "": 83, + "Determins": 2, + "particular": 2, + "registered.": 2, + "message.": 1, + "True": 6, + "posted": 3, + "Type.": 2, + "Registers": 3, + "representing": 20, + "stream": 7, + "send.": 4, + "Another": 2, + "part": 2, + "code": 4, + "then": 3, + "call": 5, + "Observable.": 6, + "subscribed": 2, + "sent": 2, + "out": 4, + "provided.": 5, + "Sends": 2, + "single": 2, + "using": 9, + "contract.": 2, + "Consider": 2, + "instead": 2, + "sending": 2, + "response": 2, + "events.": 2, + "actual": 2, + "send": 3, + "returns": 5, + "current": 10, + "logger": 2, + "allows": 15, + "log": 2, + "attached.": 1, + "data": 1, + "structure": 1, + "representation": 1, + "memoizing": 2, + "cache": 14, + "evaluate": 1, + "function": 13, + "but": 7, + "keep": 1, + "recently": 3, + "evaluated": 1, + "parameters.": 1, + "Since": 1, + "mathematical": 2, + "sense": 1, + "key": 12, + "*always*": 1, + "maps": 1, + "corresponding": 2, + "value.": 2, + "calculation": 8, + "function.": 6, + "returned": 2, + "Constructor": 2, + "whose": 7, + "results": 6, + "want": 2, + "Tag": 1, + "user": 2, + "defined": 1, + "size": 1, + "maintain": 1, + "after": 1, + "old": 1, + "start": 1, + "thrown": 1, + "out.": 1, + "result": 3, + "gets": 1, + "evicted": 2, + "because": 2, + "Invalidate": 2, + "full": 1, + "Evaluates": 1, + "returning": 1, + "cached": 2, + "possible": 1, + "pass": 2, + "optional": 2, + "parameter.": 1, + "Ensure": 1, + "next": 1, + "time": 3, + "queried": 1, + "called.": 1, + "all": 4, + "Returns": 5, + "values": 4, + "currently": 2, + "MessageBus": 3, + "bus.": 1, + "scheduler": 11, + "post": 2, + "RxApp.DeferredScheduler": 2, + "default.": 2, + "Current": 1, + "RxApp": 1, + "global": 1, + "object.": 3, + "ViewModel": 8, + "another": 3, + "s": 1, + "Return": 1, + "instance": 2, + "type.": 3, + "registered": 1, + "ObservableAsPropertyHelper": 6, + "help": 1, + "backed": 1, + "read": 3, + "still": 1, + "created": 2, + "directly": 1, + "more": 16, + "ToProperty": 2, + "ObservableToProperty": 1, + "methods.": 2, + "so": 1, + "output": 1, + "chained": 2, + "example": 2, + "property.": 12, + "Constructs": 4, + "base": 3, + "on.": 6, + "action": 2, + "take": 2, + "typically": 1, + "t": 2, + "bindings": 13, + "null": 4, + "OAPH": 2, + "at": 2, + "startup.": 1, + "initial": 28, + "normally": 6, + "Dispatcher": 3, + "based": 9, + "last": 1, + "Exception": 1, + "steps": 1, + "taken": 1, + "ensure": 3, + "never": 3, + "complete": 1, + "fail.": 1, + "Converts": 2, + "automatically": 3, + "onChanged": 2, + "raise": 2, + "notification.": 2, + "equivalent": 2, + "convenient.": 1, + "Expression": 7, + "initialized": 2, + "backing": 9, + "field": 10, + "ReactiveObject": 11, + "ObservableAsyncMRUCache": 2, + "memoization": 2, + "asynchronous": 4, + "expensive": 2, + "compute": 1, + "MRU": 1, + "fixed": 1, + "limit": 5, + "cache.": 5, + "guarantees": 6, + "given": 11, + "flight": 2, + "subsequent": 1, + "requests": 4, + "wait": 3, + "first": 1, + "empty": 1, + "web": 6, + "image": 1, + "receives": 1, + "two": 1, + "concurrent": 5, + "issue": 2, + "WebRequest": 1, + "does": 1, + "mean": 1, + "request": 3, + "Concurrency": 1, + "limited": 1, + "maxConcurrent": 1, + "too": 1, + "many": 1, + "operations": 6, + "progress": 1, + "further": 1, + "queued": 1, + "slot": 1, + "available.": 1, + "performs": 1, + "asyncronous": 1, + "async": 3, + "CPU": 1, + "Observable.Return": 1, + "may": 1, + "result.": 2, + "*must*": 1, + "equivalently": 1, + "input": 2, + "being": 1, + "memoized": 1, + "calculationFunc": 2, + "depends": 1, + "varables": 1, + "than": 5, + "unpredictable.": 1, + "reached": 2, + "discarded.": 4, + "maximum": 2, + "regardless": 2, + "caches": 2, + "server.": 2, + "clean": 1, + "up": 25, + "manage": 1, + "disk": 1, + "download": 1, + "save": 1, + "temporary": 1, + "folder": 1, + "onRelease": 1, + "delete": 1, + "file.": 1, + "run": 7, + "defaults": 1, + "TaskpoolScheduler": 2, + "Issues": 1, + "fetch": 1, + "operation.": 1, + "operation": 2, + "finishes.": 1, + "If": 6, + "immediately": 3, + "upon": 1, + "subscribing": 1, + "returned.": 2, + "provide": 2, + "synchronous": 1, + "AsyncGet": 1, + "resulting": 1, + "Works": 2, + "like": 2, + "SelectMany": 2, + "memoizes": 2, + "selector": 5, + "calls.": 2, + "addition": 3, + "no": 4, + "selectors": 2, + "running": 4, + "concurrently": 2, + "queues": 2, + "rest.": 2, + "very": 2, + "services": 2, + "avoid": 2, + "potentially": 2, + "spamming": 2, + "server": 2, + "hundreds": 2, + "requests.": 2, + "similar": 3, + "passed": 1, + "SelectMany.": 1, + "similarly": 1, + "ObservableAsyncMRUCache.AsyncGet": 1, + "must": 2, + "sense.": 1, + "flattened": 2, + "selector.": 2, + "overload": 2, + "useful": 2, + "making": 3, + "service": 1, + "several": 1, + "places": 1, + "paths": 1, + "already": 1, + "configured": 1, + "ObservableAsyncMRUCache.": 1, + "notification": 6, + "Attempts": 1, + "expression": 3, + "false": 2, + "expression.": 1, + "entire": 1, + "able": 1, + "followed": 1, + "otherwise": 1, + "Given": 3, + "fully": 3, + "filled": 1, + "SetValueToProperty": 1, + "apply": 3, + "target.property": 1, + "This.GetValue": 1, + "observed": 1, + "onto": 1, + "convert": 2, + "stream.": 3, + "ValueIfNotDefault": 1, + "filters": 1, + "BindTo": 1, + "takes": 1, + "applies": 1, + "Conceptually": 1, + "child": 2, + "without": 1, + "checks.": 1, + "set.": 3, + "x.Foo.Bar.Baz": 1, + "disconnects": 1, + "binding.": 1, + "ReactiveCollection.": 1, + "ReactiveCollection": 1, + "existing": 3, + "list.": 2, + "list": 1, + "populate": 1, + "anything": 2, + "Change": 2, + "Tracking": 2, + "Creates": 3, + "adding": 2, + "completes": 4, + "optionally": 2, + "ensuring": 2, + "delay.": 2, + "withDelay": 2, + "leak": 2, + "Timer.": 2, + "always": 4, + "UI": 2, + "thread.": 3, + "put": 2, + "into": 2, + "populated": 4, + "faster": 2, + "delay": 2, + "Select": 3, + "item.": 3, + "creating": 2, + "collections": 1, + "updated": 1, + "respective": 1, + "Model": 1, + "updated.": 1, + "Collection.Select": 1, + "mirror": 1, + "ObservableForProperty": 14, + "ReactiveObject.": 1, + "unlike": 13, + "Selector": 1, + "classes": 2, + "INotifyPropertyChanged.": 1, + "monitor": 1, + "RaiseAndSetIfChanged": 2, + "Setter": 2, + "write": 2, + "assumption": 4, + "named": 2, + "RxApp.GetFieldNameForPropertyNameFunc.": 2, + "almost": 2, + "keyword.": 2, + "newly": 2, + "intended": 5, + "Silverlight": 2, + "WP7": 1, + "reflection": 1, + "cannot": 1, + "private": 1, + "field.": 1, + "Reference": 1, + "Use": 13, + "custom": 4, + "raiseAndSetIfChanged": 1, + "doesn": 1, + "x": 1, + "x.SomeProperty": 1, + "suffice.": 1, + "RaisePropertyChanging": 2, + "mock": 4, + "scenarios": 4, + "manually": 4, + "fake": 4, + "invoke": 4, + "raisePropertyChanging": 4, + "faking": 4, + "RaisePropertyChanged": 2, + "helps": 1, + "make": 2, + "them": 1, + "compatible": 1, + "Rx.Net.": 1, + "declare": 1, + "initialize": 1, + "derive": 1, + "properties/methods": 1, + "MakeObjectReactiveHelper.": 1, + "InUnitTestRunner": 1, + "attempts": 1, + "determine": 1, + "heuristically": 1, + "unit": 3, + "framework.": 1, + "we": 1, + "determined": 1, + "framework": 1, + "running.": 1, + "GetFieldNameForProperty": 1, + "convention": 2, + "GetFieldNameForPropertyNameFunc.": 1, + "needs": 1, + "found.": 1, + "name.": 1, + "DeferredScheduler": 1, + "schedule": 2, + "work": 2, + "normal": 2, + "mode": 2, + "DispatcherScheduler": 1, + "Unit": 1, + "Test": 1, + "Immediate": 1, + "simplify": 1, + "writing": 1, + "common": 1, + "tests.": 1, + "background": 1, + "modes": 1, + "TPL": 1, + "Task": 1, + "Pool": 1, + "Threadpool": 1, + "Set": 3, + "provider": 1, + "usually": 1, + "entry": 1, + "MessageBus.Current.": 1, + "override": 1, + "naming": 1, + "one.": 1, + "WhenAny": 12, + "observe": 12, + "constructors": 12, + "need": 12, + "setup.": 12, + "": 1, + "": 1 + }, + "XProc": { + "": 1, + "version=": 2, + "encoding=": 1, + "": 1, + "xmlns": 2, + "p=": 1, + "c=": 1, + "": 1, + "port=": 2, + "": 1, + "": 1, + "Hello": 1, + "world": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1, + "": 1 + }, + "XQuery": { + "(": 38, + "-": 486, + "xproc.xqm": 1, + "core": 1, + "xqm": 1, + "contains": 1, + "entry": 2, + "points": 1, + "primary": 1, + "eval": 3, + "step": 5, + "function": 3, + "and": 3, + "control": 1, + "functions.": 1, + ")": 38, + "xquery": 1, + "version": 1, + "encoding": 1, + ";": 25, + "module": 6, + "namespace": 8, + "xproc": 17, + "declare": 24, + "namespaces": 5, + "p": 2, + "c": 1, + "err": 1, + "imports": 1, + "import": 4, + "util": 1, + "at": 4, + "const": 1, + "parse": 8, + "u": 2, + "options": 2, + "boundary": 1, + "space": 1, + "preserve": 1, + "option": 1, + "saxon": 1, + "output": 1, + "functions": 1, + "variable": 13, + "run": 2, + "run#6": 1, + "choose": 1, + "try": 1, + "catch": 1, + "group": 1, + "for": 1, + "each": 1, + "viewport": 1, + "library": 1, + "pipeline": 8, + "list": 1, + "all": 1, + "declared": 1, + "enum": 3, + "{": 5, + "": 1, + "name=": 1, + "ns": 1, + "": 1, + "}": 5, + "": 1, + "": 1, + "point": 1, + "stdin": 1, + "dflag": 1, + "tflag": 1, + "bindings": 2, + "STEP": 3, + "I": 1, + "preprocess": 1, + "let": 6, + "validate": 1, + "explicit": 3, + "AST": 2, + "name": 1, + "type": 1, + "ast": 1, + "element": 1, + "parse/@*": 1, + "sort": 1, + "parse/*": 1, + "II": 1, + "eval_result": 1, + "III": 1, + "serialize": 1, + "return": 2, + "results": 1, + "serialized_result": 2 + }, + "XSLT": { + "": 1, + "version=": 2, + "": 1, + "xmlns": 1, + "xsl=": 1, + "": 1, + "match=": 1, + "": 1, + "": 1, + "

": 1, + "My": 1, + "CD": 1, + "Collection": 1, + "

": 1, + "
": 1, - "fixed": 1, - "LcdColor": 4, - "ci.getContext": 1, - "namespace_re": 1, - "p.push": 2, - "safari": 1, - "parse_eolEscapeSequence": 3, - "ut.getContext": 2, - "514018": 6, - "d.left": 2, - "e.fn.extend": 1, - "this.serializeArray": 1, - "self.agent.addRequest": 1, - "this._emitPending": 1, - "decimalsVisible": 2, - "p.translate": 8, - "wrapper": 1, - "W/.test": 1, - "focusinBubbles": 2, - "eq": 2, - "hasData": 2, - "u180E": 1, - "forms": 1, - "formHook": 3, - "de": 1, - "browserMatch.version": 1, - "this.interval": 1, - "0": 220, - "jsonp": 1, - "//docs.jquery.com/Utilities/jQuery.browser": 1, - "socket.ondata": 3, - "parser.socket.ondata": 1, - "/Content": 1, - "tel": 2, - "isResolved": 3, - "Z.test": 2, - "res._expect_continue": 1, - "parse_singleLineComment": 2, - "e.medium.getHexColor": 1, - "match": 30, - "opportunity": 2, - ".documentElement": 1, - "": 1, - "self._pendings.shift": 1, - "toSource": 1, - ".7475": 2, - "vt": 50, - "this.insertBefore": 1, - "c.fn": 2, - "f.support.boxModel": 4, - "y": 101, - "a.selected": 1, - "continueExpression.test": 1, - "06": 1, - "refuse": 1, - "self.triggerHandler": 2, - "screenX": 4, - "br": 19, - "tt.labelColor.getRgbaColor": 2, - "yt.start": 1, - "i.useOdometer": 2, - "af": 5, - "params": 2, - "matching": 3, - "bold": 1, - "t*.025": 1, - "path": 5, - "k.ownerDocument": 1, - "attrs.id": 1, - "basic": 1, - "firingIndex": 5, - "steelseries.LedColor.GREEN_LED": 2, - ".domManip": 1, - "firstLine": 2, - ".8075*t": 4, - "y.clearRect": 2, - "frag": 13, - "p.shift": 4, - "
": 1, + "border=": 1, + "": 2, + "bgcolor=": 1, + "": 2, + "Artist": 1, + "": 2, + "": 1, + "select=": 3, + "": 2, + "": 1, + "
": 2, + "Title": 1, + "
": 2, + "": 2, + "
": 1, + "": 1, + "": 1, + "": 1, + "": 1 + }, + "Xtend": { + "package": 2, + "example2": 1, + "import": 7, + "org.junit.Test": 2, + "static": 4, + "org.junit.Assert.*": 2, + "class": 4, + "BasicExpressions": 2, + "{": 14, + "@Test": 7, + "def": 7, + "void": 7, + "literals": 5, + "(": 42, + ")": 42, + "//": 11, + "string": 1, + "work": 1, + "with": 2, + "single": 1, + "or": 1, + "double": 2, + "quotes": 1, + "assertEquals": 14, + "number": 1, + "big": 1, + "decimals": 1, + "in": 2, + "this": 1, + "case": 1, + "+": 6, + "*": 1, + "bd": 3, + "boolean": 1, + "true": 1, + "false": 1, + "getClass": 1, + "typeof": 1, + "}": 13, + "collections": 2, + "There": 1, + "are": 1, + "various": 1, + "methods": 2, + "to": 1, + "create": 1, + "and": 1, + "numerous": 1, + "extension": 2, + "which": 1, + "make": 1, + "working": 1, + "them": 1, + "convenient.": 1, + "val": 9, + "list": 1, + "newArrayList": 2, + "list.map": 1, + "[": 9, + "toUpperCase": 1, + "]": 9, + ".head": 1, + "set": 1, + "newHashSet": 1, + "set.filter": 1, + "it": 2, + ".size": 2, + "map": 1, + "newHashMap": 1, + "-": 5, + "map.get": 1, + "controlStructures": 1, + "looks": 1, + "like": 1, + "Java": 1, + "if": 1, + ".length": 1, + "but": 1, + "foo": 1, + "bar": 1, + "Never": 2, + "happens": 3, + "text": 2, + "never": 1, + "s": 1, + "cascades.": 1, + "Object": 1, + "someValue": 2, + "switch": 1, + "Number": 1, + "String": 2, + "loops": 1, + "for": 2, + "loop": 2, + "var": 1, + "counter": 8, + "i": 4, + "..": 1, + "while": 2, + "iterator": 1, + ".iterator": 2, + "iterator.hasNext": 1, + "iterator.next": 1, + "example6": 1, + "java.io.FileReader": 1, + "java.util.Set": 1, + "com.google.common.io.CharStreams.*": 1, + "Movies": 1, + "numberOfActionMovies": 1, + "movies.filter": 2, + "categories.contains": 1, + "yearOfBestMovieFrom80ies": 1, + ".contains": 1, + "year": 2, + ".sortBy": 1, + "rating": 3, + ".last.year": 1, + "sumOfVotesOfTop2": 1, + "long": 2, + "movies": 3, + "movies.sortBy": 1, + ".take": 1, + ".map": 1, + "numberOfVotes": 2, + ".reduce": 1, + "a": 2, + "b": 2, + "|": 2, + "_229": 1, + "new": 2, + "FileReader": 1, + ".readLines.map": 1, + "line": 1, + "segments": 1, + "line.split": 1, + "return": 1, + "Movie": 2, + "segments.next": 4, + "Integer": 1, + "parseInt": 1, + "Double": 1, + "parseDouble": 1, + "Long": 1, + "parseLong": 1, + "segments.toSet": 1, + "@Data": 1, + "title": 1, + "int": 1, + "Set": 1, + "": 1, + "categories": 1 + }, + "YAML": { + "gem": 1, + "-": 16, + "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 } }, - "md5": "06f7609bb3a8141f0a98f9ca4e13004a", - "extnames": { - "Ruby": [ - ".pluginspec", - ".rabl", - ".rake", - ".rb", - ".script!" - ], - "Racket": [ - ".scrbl", - ".script!" - ], - "Elm": [ - ".elm" - ], - "Nimrod": [ - ".nim" - ], - "MediaWiki": [ - ".mediawiki" - ], - "Handlebars": [ - ".handlebars", - ".hbs" - ], - "M": [ - ".m" - ], - "TeX": [ - ".cls" - ], - "Haml": [ - ".haml" - ], - "Matlab": [ - ".m" - ], - "Squirrel": [ - ".nut" - ], - "Org": [ - ".org" - ], - "Omgrofl": [ - ".omgrofl" - ], - "XC": [ - ".xc" - ], - "JavaScript": [ - ".js", - ".script!" - ], - "Logtalk": [ - ".lgt" - ], - "Parrot Internal Representation": [ - ".pir" - ], - "FORTRAN": [ - ".f" - ], - "Ecl": [ - ".ecl" - ], - "Gosu": [ - ".gs", - ".gsp", - ".gst", - ".gsx", - ".vark" - ], - "Ioke": [ - ".ik" - ], - "Makefile": [ - ".script!" - ], - "Scala": [ - ".sbt", - ".script!" - ], - "R": [ - ".R", - ".script!" - ], - "edn": [ - ".edn" - ], - "Opa": [ - ".opa" - ], - "CoffeeScript": [ - ".coffee" - ], - "Volt": [ - ".volt" - ], - "JSON": [ - ".json", - ".maxhelp", - ".maxpat" - ], - "Scilab": [ - ".sce", - ".sci", - ".tst" - ], - "Common Lisp": [ - ".lisp" - ], - "Python": [ - ".py", - ".script!" - ], - "Processing": [ - ".pde" - ], - "C++": [ - ".cc", - ".cpp", - ".cu", - ".h", - ".hpp" - ], - "Lasso": [ - ".las", - ".lasso", - ".lasso9", - ".ldml" - ], - "Apex": [ - ".cls" - ], - "Objective-C": [ - ".h", - ".m" - ], - "Max": [ - ".mxt" - ], - "Markdown": [ - ".md" - ], - "Verilog": [ - ".v" - ], - "Monkey": [ - ".monkey" - ], - "Julia": [ - ".jl" - ], - "PowerShell": [ - ".ps1", - ".psm1" - ], - "Rebol": [ - ".r" - ], - "LiveScript": [ - ".ls" - ], - "Xtend": [ - ".xtend" - ], - "OpenCL": [ - ".cl" - ], - "Less": [ - ".less" - ], - "Awk": [ - ".awk" - ], - "Standard ML": [ - ".sig", - ".sml" - ], - "Arduino": [ - ".ino" - ], - "SuperCollider": [ - ".sc", - ".scd" - ], - "Ceylon": [ - ".ceylon" - ], - "CSS": [ - ".css" - ], - "Nu": [ - ".nu", - ".script!" - ], - "RDoc": [ - ".rdoc" - ], - "XQuery": [ - ".xqm" - ], - "Literate CoffeeScript": [ - ".litcoffee" - ], - "AsciiDoc": [ - ".adoc", - ".asc", - ".asciidoc" - ], - "XProc": [ - ".xpl" - ], - "AutoHotkey": [ - ".ahk" - ], - "Parrot Assembly": [ - ".pasm" - ], - "VHDL": [ - ".vhd" - ], - "OCaml": [ - ".eliom", - ".ml" - ], - "Visual Basic": [ - ".cls" - ], - "Shell": [ - ".bash", - ".script!", - ".sh", - ".zsh" - ], - "wisp": [ - ".wisp" - ], - "Dart": [ - ".dart" - ], - "fish": [ - ".fish" - ], - "Slash": [ - ".sl" - ], - "Lua": [ - ".pd_lua" - ], - "Java": [ - ".java" - ], - "MoonScript": [ - ".moon" - ], - "Kotlin": [ - ".kt" - ], - "Groovy": [ - ".gradle", - ".script!" - ], - "Ragel in Ruby Host": [ - ".rl" - ], - "TXL": [ - ".txl" - ], - "Forth": [ - ".forth", - ".fth" - ], - "Erlang": [ - ".erl", - ".escript", - ".script!" - ], - "Pascal": [ - ".dpr" - ], - "GAS": [ - ".s" - ], - "Groovy Server Pages": [ - ".gsp" - ], - "AppleScript": [ - ".applescript" - ], - "TypeScript": [ - ".ts" - ], - "Logos": [ - ".xm" - ], - "COBOL": [ - ".cbl", - ".ccp", - ".cob", - ".cpy" - ], - "Diff": [ - ".patch" - ], - "old-FORTRAN": [ - ".f", - ".~1~" - ], - "Tea": [ - ".tea" - ], - "Scheme": [ - ".sps" - ], - "C": [ - ".c", - ".h" - ], - "ABAP": [ - ".abap" - ], - "Coq": [ - ".v" - ], - "Perl": [ - ".fcgi", - ".pl", - ".pm", - ".script!", - ".t" - ], - "PogoScript": [ - ".pogo" - ], - "GLSL": [ - ".fp", - ".glsl" - ], - "PHP": [ - ".module", - ".php", - ".script!" - ], - "Sass": [ - ".sass", - ".scss" - ], - "Emacs Lisp": [ - ".el" - ], - "Rust": [ - ".rs" - ], - "OpenEdge ABL": [ - ".cls", - ".p" - ], - "XSLT": [ - ".xslt" - ], - "SCSS": [ - ".scss" - ], - "Turing": [ - ".t" - ], - "Prolog": [ - ".pl" - ], - "Nemerle": [ - ".n" - ], - "Creole": [ - ".creole" - ], - "XML": [ - ".ant", - ".ivy", - ".xml" - ], - "NSIS": [ - ".nsh", - ".nsi" - ], - "LFE": [ - ".lfe" - ] - }, "language_tokens": { - "JavaScript": 76934, - "XC": 24, - "Matlab": 11787, - "XQuery": 801, - "C": 58732, - "old-FORTRAN": 9322, - "edn": 227, - "LFE": 1711, - "AsciiDoc": 103, - "TXL": 213, - "Xtend": 399, - "XML": 5622, - "Sass": 56, - "Groovy Server Pages": 91, - "CSS": 43867, - "Logtalk": 36, - "Org": 358, - "Racket": 360, - "Prolog": 4040, - "Arduino": 20, - "Nemerle": 17, - "PogoScript": 250, - "Julia": 247, - "Omgrofl": 57, - "Logos": 93, - "MoonScript": 1718, - "Parrot Assembly": 6, - "JSON": 619, - "Ioke": 2, - "Ruby": 3854, - "GAS": 133, - "XProc": 22, - "ApacheConf": 1449, - "Less": 39, - "Rust": 3566, - "Parrot Internal Representation": 5, - "M": 23373, - "Lua": 724, - "VHDL": 42, - "Creole": 134, - "Tea": 3, - "LiveScript": 123, - "Verilog": 3778, - "VimL": 20, - "AppleScript": 1862, - "XSLT": 44, - "Forth": 1516, - "Nu": 116, - "Java": 8987, - "Monkey": 207, - "TeX": 1155, - "Emacs Lisp": 1756, - "Scheme": 3478, - "TypeScript": 109, - "Groovy": 69, - "SuperCollider": 268, - "Scala": 420, - "Kotlin": 155, - "Ceylon": 50, - "Markdown": 1, - "Scilab": 69, - "Volt": 388, - "PHP": 20724, - "Ragel in Ruby Host": 593, - "wisp": 1363, - "AutoHotkey": 3, - "Rebol": 11, - "Nimrod": 1, - "Elm": 628, - "Nginx": 179, - "Haml": 4, - "Perl": 17497, - "Coq": 18259, - "PowerShell": 12, - "Opa": 28, - "Max": 136, - "FORTRAN": 1980, - "MediaWiki": 766, - "Diff": 16, - "GLSL": 3766, - "Erlang": 2928, - "Literate CoffeeScript": 275, - "Makefile": 50, - "Gosu": 413, - "Processing": 74, - "Dart": 68, - "Ecl": 281, "ABAP": 1500, - "COBOL": 90, - "Turing": 44, - "RDoc": 279, - "Standard ML": 243, - "Objective-C": 26518, - "Python": 5715, - "Common Lisp": 103, - "YAML": 30, - "Pascal": 30, - "INI": 27, - "OpenCL": 144, - "CoffeeScript": 2951, - "Squirrel": 130, - "OpenEdge ABL": 762, - "Visual Basic": 345, - "Awk": 544, - "C++": 21480, - "Slash": 187, - "fish": 636, - "Shell": 3744, - "OCaml": 382, - "SCSS": 39, - "Lasso": 9849, - "R": 175, + "ApacheConf": 1449, "Apex": 4408, + "AppleScript": 1862, + "Arduino": 20, + "AutoHotkey": 3, + "Awk": 544, + "Bluespec": 1298, + "C": 58768, + "C++": 21480, + "Ceylon": 50, + "COBOL": 90, + "CoffeeScript": 2951, + "Common Lisp": 103, + "Coq": 18259, + "CSS": 43867, + "Dart": 68, + "Diff": 16, + "Ecl": 281, + "edn": 227, + "Elm": 628, + "Emacs Lisp": 1756, + "Erlang": 2928, + "fish": 636, + "Forth": 1516, + "GAS": 133, + "GLSL": 3766, + "Gosu": 413, + "Groovy": 69, + "Groovy Server Pages": 91, + "Haml": 4, + "Handlebars": 69, + "INI": 27, + "Ioke": 2, + "Java": 8987, + "JavaScript": 76934, + "JSON": 619, + "Julia": 247, + "Kotlin": 155, + "Lasso": 9849, + "Less": 39, + "LFE": 1711, + "Literate CoffeeScript": 275, + "LiveScript": 123, + "Logos": 93, + "Logtalk": 36, + "Lua": 724, + "M": 23373, + "Makefile": 50, + "Markdown": 1, + "Matlab": 11787, + "Max": 136, + "Monkey": 207, + "MoonScript": 1718, + "Nemerle": 17, + "Nginx": 179, + "Nimrod": 1, "NSIS": 725, - "Handlebars": 69 + "Nu": 116, + "Objective-C": 26518, + "OCaml": 382, + "Omgrofl": 57, + "Opa": 28, + "OpenCL": 144, + "OpenEdge ABL": 762, + "Parrot Assembly": 6, + "Parrot Internal Representation": 5, + "Pascal": 30, + "Perl": 17497, + "PHP": 20724, + "PogoScript": 250, + "PowerShell": 12, + "Processing": 74, + "Prolog": 4040, + "Python": 5715, + "R": 175, + "Racket": 360, + "Ragel in Ruby Host": 593, + "Rebol": 11, + "Ruby": 3854, + "Rust": 3566, + "Sass": 56, + "Scala": 420, + "Scheme": 3478, + "Scilab": 69, + "SCSS": 39, + "Shell": 3744, + "Slash": 187, + "Squirrel": 130, + "Standard ML": 243, + "SuperCollider": 268, + "Tea": 3, + "TeX": 1155, + "Turing": 44, + "TXL": 213, + "TypeScript": 109, + "Verilog": 3778, + "VHDL": 42, + "VimL": 20, + "Visual Basic": 345, + "Volt": 388, + "wisp": 1363, + "XC": 24, + "XML": 5622, + "XProc": 22, + "XQuery": 801, + "XSLT": 44, + "Xtend": 399, + "YAML": 30 }, - "tokens_total": 426831 + "languages": { + "ABAP": 1, + "ApacheConf": 3, + "Apex": 6, + "AppleScript": 7, + "Arduino": 1, + "AutoHotkey": 1, + "Awk": 1, + "Bluespec": 2, + "C": 25, + "C++": 20, + "Ceylon": 1, + "COBOL": 4, + "CoffeeScript": 9, + "Common Lisp": 1, + "Coq": 12, + "CSS": 2, + "Dart": 1, + "Diff": 1, + "Ecl": 1, + "edn": 1, + "Elm": 3, + "Emacs Lisp": 2, + "Erlang": 5, + "fish": 3, + "Forth": 7, + "GAS": 1, + "GLSL": 3, + "Gosu": 5, + "Groovy": 2, + "Groovy Server Pages": 4, + "Haml": 1, + "Handlebars": 2, + "INI": 2, + "Ioke": 1, + "Java": 6, + "JavaScript": 20, + "JSON": 5, + "Julia": 1, + "Kotlin": 1, + "Lasso": 4, + "Less": 1, + "LFE": 4, + "Literate CoffeeScript": 1, + "LiveScript": 1, + "Logos": 1, + "Logtalk": 1, + "Lua": 3, + "M": 28, + "Makefile": 2, + "Markdown": 1, + "Matlab": 37, + "Max": 1, + "Monkey": 1, + "MoonScript": 1, + "Nemerle": 1, + "Nginx": 1, + "Nimrod": 1, + "NSIS": 2, + "Nu": 2, + "Objective-C": 19, + "OCaml": 2, + "Omgrofl": 1, + "Opa": 2, + "OpenCL": 2, + "OpenEdge ABL": 5, + "Parrot Assembly": 1, + "Parrot Internal Representation": 1, + "Pascal": 1, + "Perl": 14, + "PHP": 9, + "PogoScript": 1, + "PowerShell": 2, + "Processing": 1, + "Prolog": 6, + "Python": 7, + "R": 2, + "Racket": 3, + "Ragel in Ruby Host": 3, + "Rebol": 1, + "Ruby": 16, + "Rust": 1, + "Sass": 2, + "Scala": 3, + "Scheme": 1, + "Scilab": 3, + "SCSS": 1, + "Shell": 37, + "Slash": 1, + "Squirrel": 1, + "Standard ML": 2, + "SuperCollider": 2, + "Tea": 1, + "TeX": 1, + "Turing": 1, + "TXL": 1, + "TypeScript": 3, + "Verilog": 13, + "VHDL": 1, + "VimL": 2, + "Visual Basic": 1, + "Volt": 1, + "wisp": 1, + "XC": 1, + "XML": 3, + "XProc": 1, + "XQuery": 1, + "XSLT": 1, + "Xtend": 2, + "YAML": 1 + }, + "md5": "b4a3a57fb23d04d031c0a6976ae4ffbc" } \ No newline at end of file diff --git a/samples/C/syscalldefs.h b/samples/C/syscalldefs.h new file mode 100644 index 00000000..a29c867e --- /dev/null +++ b/samples/C/syscalldefs.h @@ -0,0 +1,5 @@ +static const syscalldef syscalldefs[] = { + [SYSCALL_OR_NUM(0, SYS_restart_syscall)] = MAKE_UINT16(0, 1), + [SYSCALL_OR_NUM(1, SYS_exit)] = MAKE_UINT16(1, 17), + [SYSCALL_OR_NUM(2, SYS_fork)] = MAKE_UINT16(0, 22), +};