diff --git a/404.html b/404.html index ec86cbba1..f4988467d 100644 --- a/404.html +++ b/404.html @@ -4,13 +4,13 @@ Page Not Found | Pluto - +
Skip to main content

Page Not Found

We could not find what you were looking for.

Please contact the owner of the site that linked you to the original URL and let them know their link is broken.

- + \ No newline at end of file diff --git a/assets/js/e4b9287f.55a2e36f.js b/assets/js/e4b9287f.1639a7c8.js similarity index 85% rename from assets/js/e4b9287f.55a2e36f.js rename to assets/js/e4b9287f.1639a7c8.js index 360f1d929..e51d3fbf3 100644 --- a/assets/js/e4b9287f.55a2e36f.js +++ b/assets/js/e4b9287f.1639a7c8.js @@ -1 +1 @@ -"use strict";(self.webpackChunkpluto=self.webpackChunkpluto||[]).push([[2797],{3905:(e,t,n)=>{n.d(t,{Zo:()=>s,kt:()=>m});var i=n(7294);function l(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function o(e){for(var t=1;t=0||(l[n]=e[n]);return l}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(l[n]=e[n])}return l}var p=i.createContext({}),u=function(e){var t=i.useContext(p),n=t;return e&&(n="function"==typeof e?e(t):o(o({},t),e)),n},s=function(e){var t=u(e.components);return i.createElement(p.Provider,{value:t},e.children)},c="mdxType",d={inlineCode:"code",wrapper:function(e){var t=e.children;return i.createElement(i.Fragment,{},t)}},h=i.forwardRef((function(e,t){var n=e.components,l=e.mdxType,r=e.originalType,p=e.parentName,s=a(e,["components","mdxType","originalType","parentName"]),c=u(n),h=l,m=c["".concat(p,".").concat(h)]||c[h]||d[h]||r;return n?i.createElement(m,o(o({ref:t},s),{},{components:n})):i.createElement(m,o({ref:t},s))}));function m(e,t){var n=arguments,l=t&&t.mdxType;if("string"==typeof e||l){var r=n.length,o=new Array(r);o[0]=h;var a={};for(var p in t)hasOwnProperty.call(t,p)&&(a[p]=t[p]);a.originalType=e,a[c]="string"==typeof e?e:l,o[1]=a;for(var u=2;u{n.r(t),n.d(t,{assets:()=>p,contentTitle:()=>o,default:()=>d,frontMatter:()=>r,metadata:()=>a,toc:()=>u});var i=n(7462),l=(n(7294),n(3905));const r={sidebar_position:1},o="Getting Started",a={unversionedId:"Getting Started",id:"Getting Started",title:"Getting Started",description:"This document will explain how to get started with writing Pluto in no time.",source:"@site/docs/Getting Started.md",sourceDirName:".",slug:"/Getting Started",permalink:"/docs/Getting Started",draft:!1,tags:[],version:"current",sidebarPosition:1,frontMatter:{sidebar_position:1},sidebar:"tutorialSidebar",previous:{title:"What is Pluto?",permalink:"/docs/Introduction"},next:{title:"Tooling",permalink:"/docs/Tooling"}},p={},u=[{value:"Write Pluto Online",id:"write-pluto-online",level:2},{value:"Prebuilt Binaries",id:"prebuilt-binaries",level:2},{value:"Chocolatey",id:"chocolatey",level:3},{value:"APT Repository",id:"apt-repository",level:3},{value:"Compile Pluto Yourself",id:"compile-pluto-yourself",level:2},{value:"PHP Scripts",id:"php-scripts",level:3},{value:"Visual Studio",id:"visual-studio",level:3},{value:"Make",id:"make",level:3},{value:"Sun",id:"sun",level:3}],s={toc:u},c="wrapper";function d(e){let{components:t,...n}=e;return(0,l.kt)(c,(0,i.Z)({},s,n,{components:t,mdxType:"MDXLayout"}),(0,l.kt)("h1",{id:"getting-started"},"Getting Started"),(0,l.kt)("p",null,"This document will explain how to get started with writing Pluto in no time."),(0,l.kt)("h2",{id:"write-pluto-online"},"Write Pluto Online"),(0,l.kt)("p",null,"The easiest way to get started writing Pluto is to use ",(0,l.kt)("a",{parentName:"p",href:"https://pluto-lang.org/web/"},"Write Pluto Online"),", which runs Pluto code directly in your browser using WASM."),(0,l.kt)("h2",{id:"prebuilt-binaries"},"Prebuilt Binaries"),(0,l.kt)("p",null,"You can find pre-built binaries of Pluto for Windows, Linux, & Mac OS over on ",(0,l.kt)("a",{parentName:"p",href:"https://github.com/PlutoLang/Pluto/releases"},"Pluto's Github Releases page"),"."),(0,l.kt)("h3",{id:"chocolatey"},"Chocolatey"),(0,l.kt)("p",null,"You can easily install pluto & plutoc via Chocolatey as follows:"),(0,l.kt)("pre",null,(0,l.kt)("code",{parentName:"pre"},'choco source add -n "Calamity, Inc." -s https://choco.calamity.gg/index.json\nchoco install plutolang\n')),(0,l.kt)("p",null,"Note that Chocolatey 2.0.0 or above is needed."),(0,l.kt)("h3",{id:"apt-repository"},"APT Repository"),(0,l.kt)("p",null,"You can easily install pluto & plutoc via APT as follows:"),(0,l.kt)("pre",null,(0,l.kt)("code",{parentName:"pre"},'wget -qO- https://deb.calamity.gg/key.gpg | sudo tee /usr/share/keyrings/calamity-inc.gpg > /dev/null\necho "deb [arch=amd64 signed-by=/usr/share/keyrings/calamity-inc.gpg] https://deb.calamity.gg/ buster main" | sudo tee /etc/apt/sources.list.d/calamity-inc.list > /dev/null\nsudo apt update\nsudo apt install pluto\n')),(0,l.kt)("p",null,'Don\'t worry about the "buster" part; our prebuilt binaries are compiled on Debian 10 (buster), but they work on all subsequent Debian releases, as well as Ubuntu 20 and above.'),(0,l.kt)("h2",{id:"compile-pluto-yourself"},"Compile Pluto Yourself"),(0,l.kt)("p",null,"Pluto can compile on virtually any platform, as long as there's a C++ 17 compiler for it."),(0,l.kt)("p",null,"First, you need to clone the repository:"),(0,l.kt)("pre",null,(0,l.kt)("code",{parentName:"pre"},"git clone https://github.com/PlutoLang/Pluto\ncd Pluto\n")),(0,l.kt)("p",null,"Then, you can use any of the build methods documented here."),(0,l.kt)("h3",{id:"php-scripts"},"PHP Scripts"),(0,l.kt)("admonition",{type:"info"},(0,l.kt)("p",{parentName:"admonition"},"PHP is required for this method. You can check if PHP is installed by running ",(0,l.kt)("inlineCode",{parentName:"p"},"php -v"),". You can install it via ",(0,l.kt)("inlineCode",{parentName:"p"},"sudo apt intall php-cli")," on Debian or ",(0,l.kt)("inlineCode",{parentName:"p"},"sudo pacman -S php")," on Arch.")),(0,l.kt)("p",null,"Simply run the following commands:"),(0,l.kt)("pre",null,(0,l.kt)("code",{parentName:"pre"},"php scripts/compile.php clang\nphp scripts/link_pluto.php clang\nphp scripts/link_plutoc.php clang\nphp scripts/link_static.php\n")),(0,l.kt)("p",null,"You can easily modify these commands to a compiler other than clang, if you wish. There are also additional scripts for the various types of shared libraries."),(0,l.kt)("p",null,"The binaries will be placed in the ",(0,l.kt)("inlineCode",{parentName:"p"},"src/")," directory."),(0,l.kt)("h3",{id:"visual-studio"},"Visual Studio"),(0,l.kt)("p",null,"In the repository you just cloned, there's a Pluto.sln you can open with Visual Studio."),(0,l.kt)("p",null,"Within Visual Studio, open the ",(0,l.kt)("strong",{parentName:"p"},"Build > Batch Build"),' dialog. Here, click "Select All", then "Build".'),(0,l.kt)("p",null,"The binaries will be placed in the ",(0,l.kt)("inlineCode",{parentName:"p"},"out/")," directory."),(0,l.kt)("h3",{id:"make"},"Make"),(0,l.kt)("admonition",{type:"caution"},(0,l.kt)("p",{parentName:"admonition"},"This will build Pluto without Soup linked in, severely limiting the standard library available at runtime.")),(0,l.kt)("p",null,"You can simply run the make command:"),(0,l.kt)("pre",null,(0,l.kt)("code",{parentName:"pre"},"make PLAT={yourplatform}\n")),(0,l.kt)("p",null,"The platform list can be found ",(0,l.kt)("a",{parentName:"p",href:"https://github.com/PlutoLang/Pluto/blob/main/src/Makefile#L38"},"here"),"."),(0,l.kt)("p",null,"The binaries will be placed in the ",(0,l.kt)("inlineCode",{parentName:"p"},"src/")," directory."),(0,l.kt)("h3",{id:"sun"},"Sun"),(0,l.kt)("p",null,"Pluto supports the ",(0,l.kt)("a",{parentName:"p",href:"https://github.com/calamity-inc/Sun"},"Sun build system")," by providing .sun files in the ",(0,l.kt)("inlineCode",{parentName:"p"},"src/")," directory, you can use them to build ",(0,l.kt)("inlineCode",{parentName:"p"},"pluto")," & ",(0,l.kt)("inlineCode",{parentName:"p"},"plutoc"),":"),(0,l.kt)("pre",null,(0,l.kt)("code",{parentName:"pre"},"cd src\nsun pluto\nsun plutoc\n")),(0,l.kt)("p",null,"The binaries will be placed in the ",(0,l.kt)("inlineCode",{parentName:"p"},"src/")," directory."),(0,l.kt)("p",null,"If you wish to use Pluto as a static library in your own projects, simply add the following to your project's .sun file:"),(0,l.kt)("pre",null,(0,l.kt)("code",{parentName:"pre"},"require ../Pluto/src\n")),(0,l.kt)("p",null,"Assuming a directory structure where your own project and Pluto share the same parent."))}d.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunkpluto=self.webpackChunkpluto||[]).push([[2797],{3905:(e,t,n)=>{n.d(t,{Zo:()=>s,kt:()=>m});var i=n(7294);function l(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function o(e){for(var t=1;t=0||(l[n]=e[n]);return l}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(l[n]=e[n])}return l}var p=i.createContext({}),u=function(e){var t=i.useContext(p),n=t;return e&&(n="function"==typeof e?e(t):o(o({},t),e)),n},s=function(e){var t=u(e.components);return i.createElement(p.Provider,{value:t},e.children)},c="mdxType",d={inlineCode:"code",wrapper:function(e){var t=e.children;return i.createElement(i.Fragment,{},t)}},h=i.forwardRef((function(e,t){var n=e.components,l=e.mdxType,r=e.originalType,p=e.parentName,s=a(e,["components","mdxType","originalType","parentName"]),c=u(n),h=l,m=c["".concat(p,".").concat(h)]||c[h]||d[h]||r;return n?i.createElement(m,o(o({ref:t},s),{},{components:n})):i.createElement(m,o({ref:t},s))}));function m(e,t){var n=arguments,l=t&&t.mdxType;if("string"==typeof e||l){var r=n.length,o=new Array(r);o[0]=h;var a={};for(var p in t)hasOwnProperty.call(t,p)&&(a[p]=t[p]);a.originalType=e,a[c]="string"==typeof e?e:l,o[1]=a;for(var u=2;u{n.r(t),n.d(t,{assets:()=>p,contentTitle:()=>o,default:()=>d,frontMatter:()=>r,metadata:()=>a,toc:()=>u});var i=n(7462),l=(n(7294),n(3905));const r={sidebar_position:1},o="Getting Started",a={unversionedId:"Getting Started",id:"Getting Started",title:"Getting Started",description:"This document will explain how to get started with writing Pluto in no time.",source:"@site/docs/Getting Started.md",sourceDirName:".",slug:"/Getting Started",permalink:"/docs/Getting Started",draft:!1,tags:[],version:"current",sidebarPosition:1,frontMatter:{sidebar_position:1},sidebar:"tutorialSidebar",previous:{title:"What is Pluto?",permalink:"/docs/Introduction"},next:{title:"Tooling",permalink:"/docs/Tooling"}},p={},u=[{value:"Write Pluto Online",id:"write-pluto-online",level:2},{value:"Prebuilt Binaries",id:"prebuilt-binaries",level:2},{value:"Chocolatey",id:"chocolatey",level:3},{value:"APT Repository",id:"apt-repository",level:3},{value:"Compile Pluto Yourself",id:"compile-pluto-yourself",level:2},{value:"PHP Scripts",id:"php-scripts",level:3},{value:"Visual Studio",id:"visual-studio",level:3},{value:"Make",id:"make",level:3},{value:"Sun",id:"sun",level:3}],s={toc:u},c="wrapper";function d(e){let{components:t,...n}=e;return(0,l.kt)(c,(0,i.Z)({},s,n,{components:t,mdxType:"MDXLayout"}),(0,l.kt)("h1",{id:"getting-started"},"Getting Started"),(0,l.kt)("p",null,"This document will explain how to get started with writing Pluto in no time."),(0,l.kt)("h2",{id:"write-pluto-online"},"Write Pluto Online"),(0,l.kt)("p",null,"The easiest way to get started writing Pluto is to use ",(0,l.kt)("a",{parentName:"p",href:"https://pluto-lang.org/web/"},"Write Pluto Online"),", which runs Pluto code directly in your browser using WASM."),(0,l.kt)("h2",{id:"prebuilt-binaries"},"Prebuilt Binaries"),(0,l.kt)("p",null,"You can find pre-built binaries of Pluto for Windows, Linux, & Mac OS over on ",(0,l.kt)("a",{parentName:"p",href:"https://github.com/PlutoLang/Pluto/releases"},"Pluto's Github Releases page"),"."),(0,l.kt)("h3",{id:"chocolatey"},"Chocolatey"),(0,l.kt)("p",null,"You can easily install pluto & plutoc via Chocolatey as follows:"),(0,l.kt)("pre",null,(0,l.kt)("code",{parentName:"pre"},'choco source add -n "Calamity, Inc." -s https://choco.calamity.gg/index.json\nchoco install plutolang\n')),(0,l.kt)("p",null,"Note that Chocolatey 2.0.0 or above is needed."),(0,l.kt)("h3",{id:"apt-repository"},"APT Repository"),(0,l.kt)("p",null,"You can easily install pluto & plutoc via APT as follows:"),(0,l.kt)("pre",null,(0,l.kt)("code",{parentName:"pre"},'wget -qO- https://deb.calamity.gg/key.gpg | sudo tee /usr/share/keyrings/calamity-inc.gpg > /dev/null\necho "deb [arch=amd64 signed-by=/usr/share/keyrings/calamity-inc.gpg] https://deb.calamity.gg/ buster main" | sudo tee /etc/apt/sources.list.d/calamity-inc.list > /dev/null\nsudo apt update\nsudo apt install pluto\n')),(0,l.kt)("p",null,'Don\'t worry about the "buster" part; our prebuilt binaries are compiled on Debian 10 (buster), but they work on all subsequent Debian releases, as well as Ubuntu 20 and above.'),(0,l.kt)("h2",{id:"compile-pluto-yourself"},"Compile Pluto Yourself"),(0,l.kt)("p",null,"Pluto can compile on virtually any platform, as long as there's a C++ 17 compiler for it."),(0,l.kt)("p",null,"First, you need to clone the repository:"),(0,l.kt)("pre",null,(0,l.kt)("code",{parentName:"pre"},"git clone https://github.com/PlutoLang/Pluto\ncd Pluto\n")),(0,l.kt)("p",null,"Then, you can use any of the build methods documented here."),(0,l.kt)("h3",{id:"php-scripts"},"PHP Scripts"),(0,l.kt)("admonition",{type:"info"},(0,l.kt)("p",{parentName:"admonition"},"PHP is required for this method. You can check if PHP is installed by running ",(0,l.kt)("inlineCode",{parentName:"p"},"php -v"),". You can install it via ",(0,l.kt)("inlineCode",{parentName:"p"},"sudo apt intall php-cli")," on Debian or ",(0,l.kt)("inlineCode",{parentName:"p"},"sudo pacman -S php")," on Arch.")),(0,l.kt)("p",null,"Simply run the following commands:"),(0,l.kt)("pre",null,(0,l.kt)("code",{parentName:"pre"},"php scripts/compile.php clang\nphp scripts/link_pluto.php clang\nphp scripts/link_plutoc.php clang\nphp scripts/link_static.php\n")),(0,l.kt)("p",null,"You can easily modify these commands to a compiler other than clang, if you wish. There are also additional scripts for the various types of shared libraries."),(0,l.kt)("p",null,"The binaries will be placed in the ",(0,l.kt)("inlineCode",{parentName:"p"},"src/")," directory."),(0,l.kt)("h3",{id:"visual-studio"},"Visual Studio"),(0,l.kt)("p",null,"In the repository you just cloned, there's a Pluto.sln you can open with Visual Studio."),(0,l.kt)("p",null,"Within Visual Studio, open the ",(0,l.kt)("strong",{parentName:"p"},"Build > Batch Build"),' dialog. Here, click "Select All", then "Build".'),(0,l.kt)("p",null,"The binaries will be placed in the ",(0,l.kt)("inlineCode",{parentName:"p"},"out/")," directory."),(0,l.kt)("h3",{id:"make"},"Make"),(0,l.kt)("admonition",{type:"caution"},(0,l.kt)("p",{parentName:"admonition"},"This will build Pluto without Soup linked in, severely limiting the standard library available at runtime.")),(0,l.kt)("p",null,"You can simply run the make command:"),(0,l.kt)("pre",null,(0,l.kt)("code",{parentName:"pre"},"make -j PLAT={yourplatform}\n")),(0,l.kt)("p",null,"The platform list can be found ",(0,l.kt)("a",{parentName:"p",href:"https://github.com/PlutoLang/Pluto/blob/main/src/Makefile#L38"},"here"),"."),(0,l.kt)("p",null,"The binaries will be placed in the ",(0,l.kt)("inlineCode",{parentName:"p"},"src/")," directory."),(0,l.kt)("h3",{id:"sun"},"Sun"),(0,l.kt)("p",null,"Pluto supports the ",(0,l.kt)("a",{parentName:"p",href:"https://github.com/calamity-inc/Sun"},"Sun build system")," by providing .sun files in the ",(0,l.kt)("inlineCode",{parentName:"p"},"src/")," directory, you can use them to build ",(0,l.kt)("inlineCode",{parentName:"p"},"pluto")," & ",(0,l.kt)("inlineCode",{parentName:"p"},"plutoc"),":"),(0,l.kt)("pre",null,(0,l.kt)("code",{parentName:"pre"},"cd src\nsun pluto\nsun plutoc\n")),(0,l.kt)("p",null,"The binaries will be placed in the ",(0,l.kt)("inlineCode",{parentName:"p"},"src/")," directory."),(0,l.kt)("p",null,"If you wish to use Pluto as a static library in your own projects, simply add the following to your project's .sun file:"),(0,l.kt)("pre",null,(0,l.kt)("code",{parentName:"pre"},"require ../Pluto/src\n")),(0,l.kt)("p",null,"Assuming a directory structure where your own project and Pluto share the same parent."))}d.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/runtime~main.8c5ee286.js b/assets/js/runtime~main.8fa0aef3.js similarity index 99% rename from assets/js/runtime~main.8c5ee286.js rename to assets/js/runtime~main.8fa0aef3.js index 9587fd8a7..41ff28198 100644 --- a/assets/js/runtime~main.8c5ee286.js +++ b/assets/js/runtime~main.8fa0aef3.js @@ -1 +1 @@ -(()=>{"use strict";var e,a,f,b,d,c={},t={};function r(e){var a=t[e];if(void 0!==a)return a.exports;var f=t[e]={exports:{}};return c[e].call(f.exports,f,f.exports,r),f.exports}r.m=c,e=[],r.O=(a,f,b,d)=>{if(!f){var c=1/0;for(i=0;i=d)&&Object.keys(r.O).every((e=>r.O[e](f[o])))?f.splice(o--,1):(t=!1,d0&&e[i-1][2]>d;i--)e[i]=e[i-1];e[i]=[f,b,d]},r.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return r.d(a,{a:a}),a},f=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,r.t=function(e,b){if(1&b&&(e=this(e)),8&b)return e;if("object"==typeof e&&e){if(4&b&&e.__esModule)return e;if(16&b&&"function"==typeof e.then)return e}var d=Object.create(null);r.r(d);var c={};a=a||[null,f({}),f([]),f(f)];for(var t=2&b&&e;"object"==typeof t&&!~a.indexOf(t);t=f(t))Object.getOwnPropertyNames(t).forEach((a=>c[a]=()=>e[a]));return c.default=()=>e,r.d(d,c),d},r.d=(e,a)=>{for(var f in a)r.o(a,f)&&!r.o(e,f)&&Object.defineProperty(e,f,{enumerable:!0,get:a[f]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce(((a,f)=>(r.f[f](e,a),a)),[])),r.u=e=>"assets/js/"+({53:"935f2afb",269:"590bc104",394:"e0a19902",715:"b32da139",816:"dbcd0dbb",821:"ed6b6a43",970:"2b6d37cc",1648:"07689e47",1909:"3b945080",2037:"d834d43b",2049:"5572491f",2147:"80a799c2",2414:"071e44e3",2674:"0034903a",2704:"02389cdc",2771:"4752bd75",2797:"e4b9287f",3022:"a428dd4b",3049:"6d70cca4",3103:"f8b827f4",3298:"31552401",3980:"e8302b8a",3990:"e86e00b1",4084:"6ac01eb7",4195:"c4f5d8e4",4452:"1e33aabf",4456:"14fb3a76",4603:"e6af064a",4723:"2fe108ae",5049:"8d8f025d",5181:"413eb15f",5461:"3eb63321",5498:"9f43fc60",5507:"8c64e7a6",5509:"9aabbbf6",5616:"bc44f2c8",5743:"3a8f067c",5868:"0fa965d4",5881:"389ebece",5895:"853dab43",5992:"3ba36259",5999:"b188988a",6038:"7efe30ee",6100:"3d1a2b43",6442:"f1fa4584",6674:"6213aff6",6705:"54c50845",6771:"02b1ccdd",6916:"e22c3ce6",7121:"bbcd6425",7150:"1efc24b5",7196:"dfdf755e",7234:"9e2b6020",7437:"4dbc4eab",7491:"53256fad",7508:"998c02ee",7846:"a87c8fc0",7906:"5c990b78",7918:"17896441",8281:"d08eaa4d",8387:"bced9760",8400:"20639b4d",8544:"337e617e",8697:"b38bfff3",8870:"1f9adaf9",9190:"1f68d8b4",9514:"1be78505",9598:"bbea8c07",9675:"1e1584ae",9817:"14eb3368",9907:"e358ed3f",9973:"3f38e975",9984:"d9e16228"}[e]||e)+"."+{53:"439276a0",269:"a511b28a",394:"a73bb1a1",715:"aed1fabd",816:"1d79c136",821:"6711ccf9",970:"538f5a6d",1648:"a52b166f",1909:"bd0b2956",2037:"8a9d2a7b",2049:"9e3ef81d",2147:"771ead0c",2414:"6addbed0",2674:"ead8e5b0",2704:"01e61fc9",2771:"3ff6c530",2797:"55a2e36f",3022:"1647c312",3049:"1f59015e",3103:"84804899",3298:"d8a0d752",3980:"d21495f9",3990:"b7f239e0",4084:"46e3ef56",4195:"2ea547e0",4452:"c79a7d1c",4456:"28bcf989",4603:"88bb0028",4723:"766ec7e4",4972:"a3206594",5049:"9588e4aa",5181:"b24446f6",5461:"79747740",5498:"bf42d14a",5507:"689c93b9",5509:"797aeb9b",5616:"d5c0d938",5743:"64df8014",5868:"482b56e5",5881:"58a55554",5895:"c803efb4",5992:"fb1417b9",5999:"b1bfb973",6038:"f0f1d2bd",6100:"9c4e9c9e",6442:"9dea4016",6674:"fa2af95e",6705:"770a16c0",6771:"602917d2",6916:"c9338ee0",7121:"93596447",7150:"b5ae7546",7196:"3e1b7360",7234:"2706e7a1",7437:"359a5cff",7491:"233acb43",7508:"47f8007c",7846:"23789e51",7906:"3df57e85",7918:"af1c8371",8281:"19dbc803",8387:"aaa2ca2b",8400:"0dc76601",8544:"fe7afe16",8697:"4ffc85af",8870:"8bf2a9cb",9190:"937307ef",9514:"b2525ef6",9598:"87112f94",9675:"7fdf4d45",9817:"c52a1391",9907:"20da4987",9973:"067edf90",9984:"0788b4c1"}[e]+".js",r.miniCssF=e=>{},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),b={},d="pluto:",r.l=(e,a,f,c)=>{if(b[e])b[e].push(a);else{var t,o;if(void 0!==f)for(var n=document.getElementsByTagName("script"),i=0;i{t.onerror=t.onload=null,clearTimeout(s);var d=b[e];if(delete b[e],t.parentNode&&t.parentNode.removeChild(t),d&&d.forEach((e=>e(f))),a)return a(f)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:t}),12e4);t.onerror=l.bind(null,t.onerror),t.onload=l.bind(null,t.onload),o&&document.head.appendChild(t)}},r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.p="/",r.gca=function(e){return e={17896441:"7918",31552401:"3298","935f2afb":"53","590bc104":"269",e0a19902:"394",b32da139:"715",dbcd0dbb:"816",ed6b6a43:"821","2b6d37cc":"970","07689e47":"1648","3b945080":"1909",d834d43b:"2037","5572491f":"2049","80a799c2":"2147","071e44e3":"2414","0034903a":"2674","02389cdc":"2704","4752bd75":"2771",e4b9287f:"2797",a428dd4b:"3022","6d70cca4":"3049",f8b827f4:"3103",e8302b8a:"3980",e86e00b1:"3990","6ac01eb7":"4084",c4f5d8e4:"4195","1e33aabf":"4452","14fb3a76":"4456",e6af064a:"4603","2fe108ae":"4723","8d8f025d":"5049","413eb15f":"5181","3eb63321":"5461","9f43fc60":"5498","8c64e7a6":"5507","9aabbbf6":"5509",bc44f2c8:"5616","3a8f067c":"5743","0fa965d4":"5868","389ebece":"5881","853dab43":"5895","3ba36259":"5992",b188988a:"5999","7efe30ee":"6038","3d1a2b43":"6100",f1fa4584:"6442","6213aff6":"6674","54c50845":"6705","02b1ccdd":"6771",e22c3ce6:"6916",bbcd6425:"7121","1efc24b5":"7150",dfdf755e:"7196","9e2b6020":"7234","4dbc4eab":"7437","53256fad":"7491","998c02ee":"7508",a87c8fc0:"7846","5c990b78":"7906",d08eaa4d:"8281",bced9760:"8387","20639b4d":"8400","337e617e":"8544",b38bfff3:"8697","1f9adaf9":"8870","1f68d8b4":"9190","1be78505":"9514",bbea8c07:"9598","1e1584ae":"9675","14eb3368":"9817",e358ed3f:"9907","3f38e975":"9973",d9e16228:"9984"}[e]||e,r.p+r.u(e)},(()=>{var e={1303:0,532:0};r.f.j=(a,f)=>{var b=r.o(e,a)?e[a]:void 0;if(0!==b)if(b)f.push(b[2]);else if(/^(1303|532)$/.test(a))e[a]=0;else{var d=new Promise(((f,d)=>b=e[a]=[f,d]));f.push(b[2]=d);var c=r.p+r.u(a),t=new Error;r.l(c,(f=>{if(r.o(e,a)&&(0!==(b=e[a])&&(e[a]=void 0),b)){var d=f&&("load"===f.type?"missing":f.type),c=f&&f.target&&f.target.src;t.message="Loading chunk "+a+" failed.\n("+d+": "+c+")",t.name="ChunkLoadError",t.type=d,t.request=c,b[1](t)}}),"chunk-"+a,a)}},r.O.j=a=>0===e[a];var a=(a,f)=>{var b,d,c=f[0],t=f[1],o=f[2],n=0;if(c.some((a=>0!==e[a]))){for(b in t)r.o(t,b)&&(r.m[b]=t[b]);if(o)var i=o(r)}for(a&&a(f);n{"use strict";var e,a,f,b,d,c={},t={};function r(e){var a=t[e];if(void 0!==a)return a.exports;var f=t[e]={exports:{}};return c[e].call(f.exports,f,f.exports,r),f.exports}r.m=c,e=[],r.O=(a,f,b,d)=>{if(!f){var c=1/0;for(i=0;i=d)&&Object.keys(r.O).every((e=>r.O[e](f[o])))?f.splice(o--,1):(t=!1,d0&&e[i-1][2]>d;i--)e[i]=e[i-1];e[i]=[f,b,d]},r.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return r.d(a,{a:a}),a},f=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,r.t=function(e,b){if(1&b&&(e=this(e)),8&b)return e;if("object"==typeof e&&e){if(4&b&&e.__esModule)return e;if(16&b&&"function"==typeof e.then)return e}var d=Object.create(null);r.r(d);var c={};a=a||[null,f({}),f([]),f(f)];for(var t=2&b&&e;"object"==typeof t&&!~a.indexOf(t);t=f(t))Object.getOwnPropertyNames(t).forEach((a=>c[a]=()=>e[a]));return c.default=()=>e,r.d(d,c),d},r.d=(e,a)=>{for(var f in a)r.o(a,f)&&!r.o(e,f)&&Object.defineProperty(e,f,{enumerable:!0,get:a[f]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce(((a,f)=>(r.f[f](e,a),a)),[])),r.u=e=>"assets/js/"+({53:"935f2afb",269:"590bc104",394:"e0a19902",715:"b32da139",816:"dbcd0dbb",821:"ed6b6a43",970:"2b6d37cc",1648:"07689e47",1909:"3b945080",2037:"d834d43b",2049:"5572491f",2147:"80a799c2",2414:"071e44e3",2674:"0034903a",2704:"02389cdc",2771:"4752bd75",2797:"e4b9287f",3022:"a428dd4b",3049:"6d70cca4",3103:"f8b827f4",3298:"31552401",3980:"e8302b8a",3990:"e86e00b1",4084:"6ac01eb7",4195:"c4f5d8e4",4452:"1e33aabf",4456:"14fb3a76",4603:"e6af064a",4723:"2fe108ae",5049:"8d8f025d",5181:"413eb15f",5461:"3eb63321",5498:"9f43fc60",5507:"8c64e7a6",5509:"9aabbbf6",5616:"bc44f2c8",5743:"3a8f067c",5868:"0fa965d4",5881:"389ebece",5895:"853dab43",5992:"3ba36259",5999:"b188988a",6038:"7efe30ee",6100:"3d1a2b43",6442:"f1fa4584",6674:"6213aff6",6705:"54c50845",6771:"02b1ccdd",6916:"e22c3ce6",7121:"bbcd6425",7150:"1efc24b5",7196:"dfdf755e",7234:"9e2b6020",7437:"4dbc4eab",7491:"53256fad",7508:"998c02ee",7846:"a87c8fc0",7906:"5c990b78",7918:"17896441",8281:"d08eaa4d",8387:"bced9760",8400:"20639b4d",8544:"337e617e",8697:"b38bfff3",8870:"1f9adaf9",9190:"1f68d8b4",9514:"1be78505",9598:"bbea8c07",9675:"1e1584ae",9817:"14eb3368",9907:"e358ed3f",9973:"3f38e975",9984:"d9e16228"}[e]||e)+"."+{53:"439276a0",269:"a511b28a",394:"a73bb1a1",715:"aed1fabd",816:"1d79c136",821:"6711ccf9",970:"538f5a6d",1648:"a52b166f",1909:"bd0b2956",2037:"8a9d2a7b",2049:"9e3ef81d",2147:"771ead0c",2414:"6addbed0",2674:"ead8e5b0",2704:"01e61fc9",2771:"3ff6c530",2797:"1639a7c8",3022:"1647c312",3049:"1f59015e",3103:"84804899",3298:"d8a0d752",3980:"d21495f9",3990:"b7f239e0",4084:"46e3ef56",4195:"2ea547e0",4452:"c79a7d1c",4456:"28bcf989",4603:"88bb0028",4723:"766ec7e4",4972:"a3206594",5049:"9588e4aa",5181:"b24446f6",5461:"79747740",5498:"bf42d14a",5507:"689c93b9",5509:"797aeb9b",5616:"d5c0d938",5743:"64df8014",5868:"482b56e5",5881:"58a55554",5895:"c803efb4",5992:"fb1417b9",5999:"b1bfb973",6038:"f0f1d2bd",6100:"9c4e9c9e",6442:"9dea4016",6674:"fa2af95e",6705:"770a16c0",6771:"602917d2",6916:"c9338ee0",7121:"93596447",7150:"b5ae7546",7196:"3e1b7360",7234:"2706e7a1",7437:"359a5cff",7491:"233acb43",7508:"47f8007c",7846:"23789e51",7906:"3df57e85",7918:"af1c8371",8281:"19dbc803",8387:"aaa2ca2b",8400:"0dc76601",8544:"fe7afe16",8697:"4ffc85af",8870:"8bf2a9cb",9190:"937307ef",9514:"b2525ef6",9598:"87112f94",9675:"7fdf4d45",9817:"c52a1391",9907:"20da4987",9973:"067edf90",9984:"0788b4c1"}[e]+".js",r.miniCssF=e=>{},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),b={},d="pluto:",r.l=(e,a,f,c)=>{if(b[e])b[e].push(a);else{var t,o;if(void 0!==f)for(var n=document.getElementsByTagName("script"),i=0;i{t.onerror=t.onload=null,clearTimeout(s);var d=b[e];if(delete b[e],t.parentNode&&t.parentNode.removeChild(t),d&&d.forEach((e=>e(f))),a)return a(f)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:t}),12e4);t.onerror=l.bind(null,t.onerror),t.onload=l.bind(null,t.onload),o&&document.head.appendChild(t)}},r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.p="/",r.gca=function(e){return e={17896441:"7918",31552401:"3298","935f2afb":"53","590bc104":"269",e0a19902:"394",b32da139:"715",dbcd0dbb:"816",ed6b6a43:"821","2b6d37cc":"970","07689e47":"1648","3b945080":"1909",d834d43b:"2037","5572491f":"2049","80a799c2":"2147","071e44e3":"2414","0034903a":"2674","02389cdc":"2704","4752bd75":"2771",e4b9287f:"2797",a428dd4b:"3022","6d70cca4":"3049",f8b827f4:"3103",e8302b8a:"3980",e86e00b1:"3990","6ac01eb7":"4084",c4f5d8e4:"4195","1e33aabf":"4452","14fb3a76":"4456",e6af064a:"4603","2fe108ae":"4723","8d8f025d":"5049","413eb15f":"5181","3eb63321":"5461","9f43fc60":"5498","8c64e7a6":"5507","9aabbbf6":"5509",bc44f2c8:"5616","3a8f067c":"5743","0fa965d4":"5868","389ebece":"5881","853dab43":"5895","3ba36259":"5992",b188988a:"5999","7efe30ee":"6038","3d1a2b43":"6100",f1fa4584:"6442","6213aff6":"6674","54c50845":"6705","02b1ccdd":"6771",e22c3ce6:"6916",bbcd6425:"7121","1efc24b5":"7150",dfdf755e:"7196","9e2b6020":"7234","4dbc4eab":"7437","53256fad":"7491","998c02ee":"7508",a87c8fc0:"7846","5c990b78":"7906",d08eaa4d:"8281",bced9760:"8387","20639b4d":"8400","337e617e":"8544",b38bfff3:"8697","1f9adaf9":"8870","1f68d8b4":"9190","1be78505":"9514",bbea8c07:"9598","1e1584ae":"9675","14eb3368":"9817",e358ed3f:"9907","3f38e975":"9973",d9e16228:"9984"}[e]||e,r.p+r.u(e)},(()=>{var e={1303:0,532:0};r.f.j=(a,f)=>{var b=r.o(e,a)?e[a]:void 0;if(0!==b)if(b)f.push(b[2]);else if(/^(1303|532)$/.test(a))e[a]=0;else{var d=new Promise(((f,d)=>b=e[a]=[f,d]));f.push(b[2]=d);var c=r.p+r.u(a),t=new Error;r.l(c,(f=>{if(r.o(e,a)&&(0!==(b=e[a])&&(e[a]=void 0),b)){var d=f&&("load"===f.type?"missing":f.type),c=f&&f.target&&f.target.src;t.message="Loading chunk "+a+" failed.\n("+d+": "+c+")",t.name="ChunkLoadError",t.type=d,t.request=c,b[1](t)}}),"chunk-"+a,a)}},r.O.j=a=>0===e[a];var a=(a,f)=>{var b,d,c=f[0],t=f[1],o=f[2],n=0;if(c.some((a=>0!==e[a]))){for(b in t)r.o(t,b)&&(r.m[b]=t[b]);if(o)var i=o(r)}for(a&&a(f);n Beginner's Guide | Pluto - +

Beginner's Guide

This article is for people completely unfamiliar with Lua who want to jump right into Pluto.

For people already familiar with Lua, the rest of this documentation should be a good introduction to Pluto.

Your first program

Let's start simple by saying hello to the world.

print("Hello, world!")

Try It Yourself

Participation using the "try it yourself" links is recommended. Also feel free to modify the code and use the terminal to run it again (Arrow Key Up + Enter).

As you can see, this program prints "Hello, world!", and it does so by calling the builtin print function from Lua.

Simple arithmetic

Of course, we want more than a glorified text file, so let's get a bit more programmatic with some arithmetics.

print($"2 + 2 is {2 + 2}")

Notice the $ before the string; this allows us to use curly brackets to embed expressions directly into the string. In this case, we embed the expression 2 + 2, which evaluates to 4.

Try It Yourself

Variables

Variables in Lua/Pluto are global by default and are assigned trivially:

a = 2
print($"a is {a}")
a += 2
print($"I added 2 and now it's {a}")

Notice how we still have a $ before the strings but this time we're embedding the expression a which simply evaluates to the value of a at that particular moment.

Try It Yourself

Conditionals

Programming isn't just about arithmetics, tho, so let's get into the flow — or the "control flow", as computer scientists would call it.

a = 1
b = 2

if a + b == 4 then
print("The sum is 4!")
else
print("The sum is not 4. Could you change a or b to fix it?")
end

Try It Yourself

As you see, the message being printed changes based on whether the expression a + b == 4 is true or false.

Loops

We can't just change if code will run, but also how often. For example, we could make a script that counts from 1 to 10:

for i=1, 10 do
print(i)
end

Try It Yourself

We can also change the interval. For example, count from 0 to 100 in intervals of 10:

for i=0, 100, 10 do
print(i)
end

Try It Yourself

Tables

Alright, you know the basic control flow, and data types (numbers and string), so let's look at a more interesting data type: tables. These can store organised data, for example, scores for each player in a game:

players = {
["John"] = 15,
["Jane"] = 10,
["Bob"] = 12,
}
for name, score in players do
print($"{name} has a score of {score}.")
end

Try It Yourself

Notice how we're still using a for-loop, but this time we're iterating over the our players table instead of a range of numbers.

We can also store tables within tables, so we could have more data than just a single number for each player:

players = {
["John"] = {
["kills"] = 15,
["deaths"] = 5,
},
["Jane"] = {
["kills"] = 10,
["deaths"] = 8,
},
["Bob"] = {
["kills"] = 12,
["deaths"] = 8,
},
}
for name, data in players do
print($"{name} has {data.kills} kills and {data.deaths} deaths.")
end

Try It Yourself

Calculating K/D ratios

Let's put all of what we've learned so far to the test and make a program that actually does some work for us instead of the other way around.

players = {
["John"] = {
["kills"] = 15,
["deaths"] = 5,
},
["Jane"] = {
["kills"] = 10,
["deaths"] = 8,
},
["Bob"] = {
["kills"] = 12,
["deaths"] = 8,
},
}
-- Add "kd" field to each player
for players as player do
player.kd = player.kills / player.deaths
end
-- Print
for name, data in players do
print($"{name} has a K/D of {data.kd}.")
end

Try It Yourself

Notice another variant of the for-loop: The for-as loop. This is handy for calculating the K/D since we don't care about the name.

Encapsulation in functions

We've been using functions quite a bit — or at least, the print function — so it's about time we make our own function.

function calculate_kd(plys: table)
for plys as ply do
ply.kd = ply.kills / ply.deaths
end
end
players = {
["John"] = {
["kills"] = 15,
["deaths"] = 5,
},
["Jane"] = {
["kills"] = 10,
["deaths"] = 8,
},
["Bob"] = {
["kills"] = 12,
["deaths"] = 8,
},
}
calculate_kd(players)
for name, data in players do
print($"{name} has a K/D of {data.kd}.")
end

Try It Yourself

And as you can see, the code behaves exactly the same as before! Perhaps not very interesting, but better than the alternative.

Let's break down what exactly is happening:

  • On the first line, we declare a function with the name calculate_kd and a parameter plys of type table. Note that the : table part is optional, but it's always good to be explicit about assumptions! (Didn't think you'd find relationship advice here, did you?)
  • Then near the end of the script, we call calculate_kd with our players table as an argument.

Local variables

Next, I'd like to introduce local variables, but you've actually already seen them! In the example above, the calculate_kd function's plys argument is a local variable, because it is only available within that function's body.

However, other than having a local variable by virtue of it being a function parameter, we can also manually define one just like we've already defined variables except we put local before it:

local a = 1
print(a)

Try It Yourself

Nil values

However, what happens when we use a variable we didn't define, or we don't give it a value?

local no_value_given
print(no_value_given)
print(never_defined)

Try It Yourself

As you can see, this prints "nil" two times, so that's the answer — we get nil in both cases. nil is a special type that is used as the result of valueless expressions.

Where to go from here

You should now have an understanding of the fundemantals of Pluto. If you want to learn more, the rest of this documentation is certainly a good place to learn more about Pluto.

You could start with some of the Pluto features we already made use of in this guide:

If you want to understand the underpinnings of Pluto a bit better, the Lua manual would be a good place to look.

- + \ No newline at end of file diff --git a/docs/Compatibility.html b/docs/Compatibility.html index 26641463c..2ce30699d 100644 --- a/docs/Compatibility.html +++ b/docs/Compatibility.html @@ -4,13 +4,13 @@ Compatibility | Pluto - +

Compatibility

How compatible with Lua is Pluto?

Pluto is 99.9% compatible with most Lua source code. However, it's imperfect. Due to that, Pluto implements several compatibility macros.

Where are the incompatibilities?

Pluto adds the following reserved tokens:

  • switch
  • continue
  • enum
  • new
  • class
  • parent
  • export

Which means you can't use them as variable names or for function calls. They can still be used with short-hand table indexes and goto labels though, because Pluto removes the restriction from them.

Compatibility Mode

Compatibility mode is a per-keyword option that adds a pluto_ prefix. For example, switch becomes pluto_switch under compatibility mode. However, when compatibility mode is disabled, the pluto_ syntax is still valid. This project has high regard for smooth migration paths.

Configuration for scripters

You can change the meaning of Pluto's reserved tokens at any point in your scripts by using pluto_use.

  • pluto_use * = false, switch enables compatibility mode for all keywords except for switch.
    • pluto_use * = false enables compatibility mode for all keywords.
    • pluto_use switch disables compatibility mode for the switch keyword.
      • pluto_use switch = true would be another way of writing this.
  • pluto_use "0.2.0" enables compatibility mode for all keywords except for: switch, continue
  • pluto_use "0.5.0" enables compatibility mode for all keywords except for: switch, continue, enum
  • pluto_use "0.6.0" enables compatibility mode for all keywords except for: switch, continue, enum, new, class, parent, export

Configuration for integrators

The macros for compatibility mode are well-documented, and found inside your luaconf.h file.

Portability & proactive compatibility

We recommend scripters place a pluto_use statement at the beginning of their scripts for two reasons:

  • Portability. This will override the compatibility mode settings compiled into Pluto so your script will be parsed identically in all Pluto environments.
  • Proactive compatibility. Any keywords added by future versions of Pluto will also be put in compatibility mode by these statements, so in the off-chance your script uses a future reserved keyword as a variable name, it would still parse as you intended when you wrote it.

Plus, it's as simple as pluto_use "0.6.0" or pluto_use "0.5.0" — see "Configuration for scripters" above.

- + \ No newline at end of file diff --git a/docs/For Integrators/Content Moderation.html b/docs/For Integrators/Content Moderation.html index abf0bcfa4..70d187002 100644 --- a/docs/For Integrators/Content Moderation.html +++ b/docs/For Integrators/Content Moderation.html @@ -4,13 +4,13 @@ Content Moderation | Pluto - +

Content Moderation

Pluto allows you to moderate what scripts are allowed to run in your environment.

Disable Compiled Code

You can disable execution of compiled bytecode, by defining PLUTO_DISABLE_COMPILED in luaconf.h or your build config.

Filter Loaded Files

You may already have filters before passing scripts to run onto Pluto, but mechanisms such as dofile and require may be used to bypass them. To help you combat this, Pluto provides PLUTO_LOADFILE_HOOK. For example, if you set it to ContmodOnLoadfile in luaconf.h or your build config, you only need to define that function somewhere in your code, like this:

extern "C" bool ContmodOnLoadfile(const char* filename) {
return !isCodeProhibited(soup::string::fromFile(filename));
}

This requires you to use Pluto as a static library, as otherwise this linking relationship won't work.

- + \ No newline at end of file diff --git a/docs/For Integrators/Execution Time Limit.html b/docs/For Integrators/Execution Time Limit.html index 36cfbac13..a9b3c518c 100644 --- a/docs/For Integrators/Execution Time Limit.html +++ b/docs/For Integrators/Execution Time Limit.html @@ -4,13 +4,13 @@ Execution Time Limit | Pluto - +

Execution Time Limit

To aid environments that have to be sandboxed, Pluto provides Execution Time Limit (ETL), which can be enabled by defining PLUTO_ETL_ENABLE in luaconf.h or your build config.

By default, ETL allows code to run for a total of 1 ms (1.000.000 nanos). This can be changed by overwriting PLUTO_ETL_NANOS.

Note that this is a hammer solution. If you only want to prevent stupid mistakes, Infinite Loop Prevention is a far better tool.

- + \ No newline at end of file diff --git a/docs/For Integrators/Infinite Loop Prevention.html b/docs/For Integrators/Infinite Loop Prevention.html index 2fe3a50a5..80ef6509c 100644 --- a/docs/For Integrators/Infinite Loop Prevention.html +++ b/docs/For Integrators/Infinite Loop Prevention.html @@ -4,13 +4,13 @@ Infinite Loop Prevention | Pluto - +

Infinite Loop Prevention

Pluto can detect infinite loops by preventing too many successive iterations. This was implemented because game threads usually force users to call some sort of yield mechanism to return control to the game thread. In Pluto, you specify a hard bottleneck on iterations, then you specify a function pointer which should prevent ILP within the loop it's called in.

This will produce an error due to ILP:
while true do

end
This will not, with correct configuration:
while true do
yield()
end

If your scheduling system calls coroutine.yield at least once per tick, configuring the ILP mechanism can be as simple as defining PLUTO_ILP_ENABLE. In any case, Pluto's configuration file (luaconf.h) is worth a look at, especially to properly configure this feature.

info

This is a very simple mechanic. It has no performance overhead & it's lightweight. However, the compromise for this was coverage. This will reliably prevent most user error, however malicious users can find a way to block a thread still. For example, any forward jump will prevent the mechanism from breaking a loop. This can be exploited, so don't rely on this for security.

- + \ No newline at end of file diff --git a/docs/For Integrators/VM Dump.html b/docs/For Integrators/VM Dump.html index 89b6e6e60..b742f206e 100644 --- a/docs/For Integrators/VM Dump.html +++ b/docs/For Integrators/VM Dump.html @@ -4,13 +4,13 @@ VM Dump | Pluto - +

VM Dump

Pluto offers an optional, configurable feature to see every instruction that is executed in the Lua VM.

Configuration

VM Dump can be enabled by defining PLUTO_VMDUMP in luaconf.h or your build config.

  • To reduce noise, you can modify PLUTO_VMDUMP_COND to set a custom condition for when VM Dump is active. By default, the condition is true.
  • Although not a configuration specific to VM Dump, it should be noted that you can modify the output macros lua_writestring and lua_writeline.

What it looks like

Given the following code:

local value = 3
switch value do
case 1:
case 2:
case 3:
case 4:
case 5:
print("Got 1-5.")
break
default:
print("Value is greater than 5.")
end
-- Break jumps here.

It will output:

VARARGPREP 0        ; prepare for 0 varargs
LOADI 0 3 ; push 3
MOVE 1 0 ; move 3 into R(A)
EQI 1 1 0 ; 3 == 1
EQI 1 2 1 ; 3 == 2
EQI 1 3 1 ; 3 == 3
GETTABUP 2 0 0 ; push T['print'] for function-0x247d2882520 (T=table-0x247d29ec9c8)
LOADK 3 1 ; push "Got 1-5."
<OUTPUT> Got 1-5.
CALL 2 2 1 ; call cfunc (nresults=0 nparams=0)
JMP 13 ; offset=13 newpc=0x247d29e90d8
RETURN 1 1 1 ; return 0 value(s)
- + \ No newline at end of file diff --git a/docs/Getting Started.html b/docs/Getting Started.html index b659aac91..f6c0a848a 100644 --- a/docs/Getting Started.html +++ b/docs/Getting Started.html @@ -4,13 +4,13 @@ Getting Started | Pluto - +
-

Getting Started

This document will explain how to get started with writing Pluto in no time.

Write Pluto Online

The easiest way to get started writing Pluto is to use Write Pluto Online, which runs Pluto code directly in your browser using WASM.

Prebuilt Binaries

You can find pre-built binaries of Pluto for Windows, Linux, & Mac OS over on Pluto's Github Releases page.

Chocolatey

You can easily install pluto & plutoc via Chocolatey as follows:

choco source add -n "Calamity, Inc." -s https://choco.calamity.gg/index.json
choco install plutolang

Note that Chocolatey 2.0.0 or above is needed.

APT Repository

You can easily install pluto & plutoc via APT as follows:

wget -qO- https://deb.calamity.gg/key.gpg | sudo tee /usr/share/keyrings/calamity-inc.gpg > /dev/null
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/calamity-inc.gpg] https://deb.calamity.gg/ buster main" | sudo tee /etc/apt/sources.list.d/calamity-inc.list > /dev/null
sudo apt update
sudo apt install pluto

Don't worry about the "buster" part; our prebuilt binaries are compiled on Debian 10 (buster), but they work on all subsequent Debian releases, as well as Ubuntu 20 and above.

Compile Pluto Yourself

Pluto can compile on virtually any platform, as long as there's a C++ 17 compiler for it.

First, you need to clone the repository:

git clone https://github.com/PlutoLang/Pluto
cd Pluto

Then, you can use any of the build methods documented here.

PHP Scripts

info

PHP is required for this method. You can check if PHP is installed by running php -v. You can install it via sudo apt intall php-cli on Debian or sudo pacman -S php on Arch.

Simply run the following commands:

php scripts/compile.php clang
php scripts/link_pluto.php clang
php scripts/link_plutoc.php clang
php scripts/link_static.php

You can easily modify these commands to a compiler other than clang, if you wish. There are also additional scripts for the various types of shared libraries.

The binaries will be placed in the src/ directory.

Visual Studio

In the repository you just cloned, there's a Pluto.sln you can open with Visual Studio.

Within Visual Studio, open the Build > Batch Build dialog. Here, click "Select All", then "Build".

The binaries will be placed in the out/ directory.

Make

caution

This will build Pluto without Soup linked in, severely limiting the standard library available at runtime.

You can simply run the make command:

make PLAT={yourplatform}

The platform list can be found here.

The binaries will be placed in the src/ directory.

Sun

Pluto supports the Sun build system by providing .sun files in the src/ directory, you can use them to build pluto & plutoc:

cd src
sun pluto
sun plutoc

The binaries will be placed in the src/ directory.

If you wish to use Pluto as a static library in your own projects, simply add the following to your project's .sun file:

require ../Pluto/src

Assuming a directory structure where your own project and Pluto share the same parent.

- +

Getting Started

This document will explain how to get started with writing Pluto in no time.

Write Pluto Online

The easiest way to get started writing Pluto is to use Write Pluto Online, which runs Pluto code directly in your browser using WASM.

Prebuilt Binaries

You can find pre-built binaries of Pluto for Windows, Linux, & Mac OS over on Pluto's Github Releases page.

Chocolatey

You can easily install pluto & plutoc via Chocolatey as follows:

choco source add -n "Calamity, Inc." -s https://choco.calamity.gg/index.json
choco install plutolang

Note that Chocolatey 2.0.0 or above is needed.

APT Repository

You can easily install pluto & plutoc via APT as follows:

wget -qO- https://deb.calamity.gg/key.gpg | sudo tee /usr/share/keyrings/calamity-inc.gpg > /dev/null
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/calamity-inc.gpg] https://deb.calamity.gg/ buster main" | sudo tee /etc/apt/sources.list.d/calamity-inc.list > /dev/null
sudo apt update
sudo apt install pluto

Don't worry about the "buster" part; our prebuilt binaries are compiled on Debian 10 (buster), but they work on all subsequent Debian releases, as well as Ubuntu 20 and above.

Compile Pluto Yourself

Pluto can compile on virtually any platform, as long as there's a C++ 17 compiler for it.

First, you need to clone the repository:

git clone https://github.com/PlutoLang/Pluto
cd Pluto

Then, you can use any of the build methods documented here.

PHP Scripts

info

PHP is required for this method. You can check if PHP is installed by running php -v. You can install it via sudo apt intall php-cli on Debian or sudo pacman -S php on Arch.

Simply run the following commands:

php scripts/compile.php clang
php scripts/link_pluto.php clang
php scripts/link_plutoc.php clang
php scripts/link_static.php

You can easily modify these commands to a compiler other than clang, if you wish. There are also additional scripts for the various types of shared libraries.

The binaries will be placed in the src/ directory.

Visual Studio

In the repository you just cloned, there's a Pluto.sln you can open with Visual Studio.

Within Visual Studio, open the Build > Batch Build dialog. Here, click "Select All", then "Build".

The binaries will be placed in the out/ directory.

Make

caution

This will build Pluto without Soup linked in, severely limiting the standard library available at runtime.

You can simply run the make command:

make -j PLAT={yourplatform}

The platform list can be found here.

The binaries will be placed in the src/ directory.

Sun

Pluto supports the Sun build system by providing .sun files in the src/ directory, you can use them to build pluto & plutoc:

cd src
sun pluto
sun plutoc

The binaries will be placed in the src/ directory.

If you wish to use Pluto as a static library in your own projects, simply add the following to your project's .sun file:

require ../Pluto/src

Assuming a directory structure where your own project and Pluto share the same parent.

+ \ No newline at end of file diff --git a/docs/Introduction.html b/docs/Introduction.html index 283de5e0c..564eb3019 100644 --- a/docs/Introduction.html +++ b/docs/Introduction.html @@ -4,13 +4,13 @@ What is Pluto? | Pluto - +

What is Pluto?

Pluto is a superset of Lua 5.4 designed for general-purpose programming. While being remarkably compatible with Lua 5.4 source-code & bytecode, it enhances the standard library & adds more than a dozen highly-desired syntaxes such as switch statements, compound operators, classes, class inheritance, string interpolation, type hinting, enums, and so on.

Pluto retains the easy embeddability of Lua, while offering a much improved developer experience.

- + \ No newline at end of file diff --git a/docs/New Features/Break Statement.html b/docs/New Features/Break Statement.html index d7c1c35a9..49da0dde6 100644 --- a/docs/New Features/Break Statement.html +++ b/docs/New Features/Break Statement.html @@ -4,13 +4,13 @@ Break Statement | Pluto - +

Break Statement

This keyword accepts an optional integral argument which tells it how many levels of enclosing loops it should break. The default value is 1, thus breaking out of the current loop.

Example 1
for i = 1, 10 do -- Loop 1.
break 1 --> This is identical to `break` without any arguments.
end
Example 2
for i = 1, 10 do -- Loop 1.
for ii = 1, 5 do -- Loop 2.
break 1 --> This will break from Loop 2.
break 2 --> This will break from Loop 1.
end
end
- + \ No newline at end of file diff --git a/docs/New Features/Compile-Time Evaluation.html b/docs/New Features/Compile-Time Evaluation.html index 8ae5911fc..d940d7454 100644 --- a/docs/New Features/Compile-Time Evaluation.html +++ b/docs/New Features/Compile-Time Evaluation.html @@ -4,13 +4,13 @@ Compile-Time Evaluation | Pluto - +

Compile-Time Evaluation

Pluto's parser provides some powerful constructs which allow you to write code that will never be seen at runtime.

Function calls

Certain standard library functions can be called at compile-time, as long as the arguments are also known at compile-time, by using the "$" symbol before the function call.

local runtime = require("crypto").joaat("Hello, World!")
local compile = $crypto.joaat("Hello, World!")

assert(runtime == compile)

If you're unfamiliar with compile-time evaluation, this is essentially what the code turns into:

local runtime = require("crypto").joaat("Hello, World!")
local compile = 847757641 -- The JOAAT hash of "Hello, World!"

assert(runtime == compile)

This is available on proloaded Pluto libraries, such as:

  • json
  • base32
  • base58
  • base64
  • crypto

And on the following functions:

  • tostring
  • utostring
  • tonumber
  • utonumber

Conditionals

If there is certain code you only want to have compiled in for a certain build, such as a debug build, you can use compile-time conditionals:

local DEBUG <constexpr> = true

$if DEBUG then
print("Script running in debug mode")
$else
print("Script running in release mode")
$end

In this case, only one of the two paths will be compiled in; the rest will not take up any space. We're also using the constexpr attribute here, for stricter guarantees than <const>, although $if would throw an error if the condition was not known at compile-time.

- + \ No newline at end of file diff --git a/docs/New Features/Compiler Warnings.html b/docs/New Features/Compiler Warnings.html index cffbfe55c..d53ef30e2 100644 --- a/docs/New Features/Compiler Warnings.html +++ b/docs/New Features/Compiler Warnings.html @@ -4,13 +4,13 @@ Compiler Warnings | Pluto - +

Compiler Warnings

Pluto offers optional compiler warnings for certain misbehaviors.

These are the current warning circumstances:

  • Type mismatch.
    • When the type of an expression doesn't match the hinted type.
  • Variable shadowing.
    • When a new local is created with the same name as an existing one.
  • Unreachable code.
    • When a block of code will never be ran.
  • Excessive arguments.
    • When too many arguments are given to a non-vararg function.

Examples

Type Mismatch

local var: number = 5
var = "hello"
file.pluto:2: warning: variable type mismatch [type-mismatch]
2 | var = "hello"
| ^^^^^^^^^^^^^ here: 'var' type-hinted as 'number', but assigned a string value.

Variable Shadowing

local var = 5
do
local var = "hello"
end
file.pluto:3: warning: duplicate local declaration [var-shadow]
3 | local var = "hello"
| ^^^^^^^^^^^^^^^^^^^ here: this shadows the initial declaration of 'var' on line 1.

Unreachable Code

for i = 1, 10 do
if i == 5 then
continue
print("message")
end
end
file.pluto:4: warning: unreachable code [unreachable-code]
4 | print("message")
| ^^^^^^^^^^^^^^^^ here: this code comes after an escaping 'continue' statement.

Excessive Arguments

local function func(a, b, c)

end

func(1, 2, 3, 4)
file.pluto:5: warning: too many arguments [excessive-arguments]
5 | func(1, 2, 3, 4)
| ^^^^^^^^^^^^^^^^ here: expected 3 arguments, got 4.

Compile-time Configuration

Warnings can be disabled during compile-time, so you can make exceptions for the next line, a region of code, or the entire warning itself.

These are the configuration comments.
--- @pluto_warnings: enable-all
--- @pluto_warnings: disable-all

--- @pluto_warnings: disable-next

--- @pluto_warnings: enable-var-shadow
--- @pluto_warnings: disable-var-shadow

--- @pluto_warnings: enable-type-mismatch
--- @pluto_warnings: disable-type-mismatch

--- @pluto_warnings: enable-unreachable-code
--- @pluto_warnings: disable-unreachable-code

--- @pluto_warnings: enable-excessive-arguments
--- @pluto_warnings: disable-excessive-arguments
- + \ No newline at end of file diff --git a/docs/New Features/Constexpr Attribute.html b/docs/New Features/Constexpr Attribute.html index 78b4ffb52..53f856d5d 100644 --- a/docs/New Features/Constexpr Attribute.html +++ b/docs/New Features/Constexpr Attribute.html @@ -4,13 +4,13 @@ Constexpr Attribute | Pluto - +

Constexpr Attribute

Pluto adds the <constexpr> attribute which is a strengthened version of the <const> attribute.

So, both of these lines of code are valid and mean the same thing:

local a <const> = 123
local a <constexpr> = 123

However, <constexpr> also enforces that the assigned variable is a compile-time constant:

local a <const> = {}
local a <constexpr> = {} -- <constexpr> variable was not assigned a compile-time constant value
- + \ No newline at end of file diff --git a/docs/New Features/Continue Statement.html b/docs/New Features/Continue Statement.html index 7ab3fa1fe..b6e373963 100644 --- a/docs/New Features/Continue Statement.html +++ b/docs/New Features/Continue Statement.html @@ -4,13 +4,13 @@ Continue Statement | Pluto - +

Continue Statement

Continue statements, like break, are meant to be used in loops. They skip the current iteration of the loop.

They introduce a new keyword, continue. These cannot be used inside switch statements.

Example Code
-- Print every number besides five.
for i = 1, 10 do
if i == 5 then
continue
end
print(i)
-- continue jumps here.
end

Try It Yourself

caution

Note, continue will skip code. If any code within your loop will determine if the loop continues, make sure continue doesn't jump over it.

Continue's Only Argument

This keyword accepts an optional integral argument which tells it how many levels of enclosing loops it should skip to the end of. The default value is 1, thus skipping to the end of the current loop.

Example 1
for i = 1, 10 do -- Loop 1.
continue 1 --> This is identical to `continue` without any arguments.
end
Example 2
for i = 1, 10 do -- Loop 1.
for ii = 1, 5 do -- Loop 2.
continue 1 --> This will continue from Loop 2.
continue 2 --> This will continue from Loop 1.
end
end

Using Compatibility Mode?

You may need to use pluto_continue instead of continue.

- + \ No newline at end of file diff --git a/docs/New Features/Default Arguments.html b/docs/New Features/Default Arguments.html index f1a0c5459..eee172529 100644 --- a/docs/New Features/Default Arguments.html +++ b/docs/New Features/Default Arguments.html @@ -4,13 +4,13 @@ Default Arguments | Pluto - +

Default Arguments

During a function declaration, parameters can now declare their own default value.

Example Code
local function write(text = "No text provided.")
print(text)
end

write() --> "No text provided."
write("Hello!") --> "Hello!"
This code behaves identically.
local function write(text)
if text == nil then
text = "No text provided."
end
print(text)
end

write() --> "No text provided."
write("Hello!") --> "Hello!"
- + \ No newline at end of file diff --git a/docs/New Features/Destructuring.html b/docs/New Features/Destructuring.html index c2c745559..2ccd677eb 100644 --- a/docs/New Features/Destructuring.html +++ b/docs/New Features/Destructuring.html @@ -4,13 +4,13 @@ Destructuring | Pluto - +

Destructuring

Destructuring is a better way to assign local variables from expressions that return a table.

Array destructuring

Assuming we have this table:

local t = { 3, 6, 9 }

This is how we would assign each value to variables called a, b, and c using the Lua and Pluto ways:

Lua way
local a = t[1]
local b = t[2]
local c = t[3]
Pluto way
local [a, b, c] = t

Table destructuring

Assuming we have this table:

local t = {
name = "John",
age = 42
}

This is how we would assign each field to a variable of the same name using the Lua and Pluto ways:

Lua way
local name = t.name
local age = t.age
Pluto way
local { name, age } = t

Different variable name

Assuming we have the same table as above, this is how we'd assign the name and age fields to n and a variables, respectively, using the Lua and Pluto ways:

Lua way
local n = t.name
local a = t.age
Pluto way
local { n = name, a = age } = t
- + \ No newline at end of file diff --git a/docs/New Features/Enumerations.html b/docs/New Features/Enumerations.html index 48369afb9..bcfdefb48 100644 --- a/docs/New Features/Enumerations.html +++ b/docs/New Features/Enumerations.html @@ -4,13 +4,13 @@ Enumerations | Pluto - +

Enumerations

Pluto adds the following syntax:

enum MyEnum begin
OPTION_1,
OPTION_2,
OPTION_3
end

assert(OPTION_1 == 1)
assert(OPTION_2 == 2)
assert(OPTION_3 == 3)

Enums can start at a base number, and increment from there.

enum MyEnum begin
OPTION_1 = 0,
OPTION_2,
OPTION_3 = 5,
OPTION_4
end

assert(OPTION_1 == 0)
assert(OPTION_2 == 1)
assert(OPTION_3 == 5)
assert(OPTION_4 == 6)

Since this enum has a name, we can also access its enumerators with that:

assert(MyEnum.OPTIION_1 == 0)

Scoped Enums

You can force usage of the ENUM.ENUMERATOR syntax by using 'enum class':

enum class MyEnum begin
OPTION_1,
OPTION_2,
OPTION_3
end

assert(OPTION_1 == nil)
assert(MyEnum.OPTION_1 == 1)

Reflection

When you have a named enum, not only can you get its enumerators, but also reflect upon it with some methods:

enum MyEnum begin
OPTION_1,
OPTION_2,
OPTION_3
end

for k, v in MyEnum:kvmap() do
print(k, v) -- "OPTION_1 1" ...
end

The following methods are available: :names(), :values(), :kvmap(), :vkmap()

Anonymous Enums

Enums can also be anonymous:

enum begin
OPTION_1,
OPTION_2,
OPTION_3
end

assert(OPTION_1 == 1)
assert(OPTION_2 == 2)
assert(OPTION_3 == 3)

Using Compatibility Mode?

You may need to use pluto_enum instead of enum.

- + \ No newline at end of file diff --git a/docs/New Features/Export Modifier.html b/docs/New Features/Export Modifier.html index c7f47ba4d..d1ca16b7f 100644 --- a/docs/New Features/Export Modifier.html +++ b/docs/New Features/Export Modifier.html @@ -4,13 +4,13 @@ Export Modifier | Pluto - +

Export Modifier

The export modifier allows you to automatically aggregate things you want to export into a table.

Old Code
local version = 2

local function add(a, b)
return a + b
end

return {
version = version,
add = add
}
New Code
export version = 2

export function add(a, b)
return a + b
end

The return statement is automatically generated.

Using Compatibility Mode?

You may need to use pluto_export instead of export.

- + \ No newline at end of file diff --git a/docs/New Features/For-As Loop.html b/docs/New Features/For-As Loop.html index d0384a124..a98900966 100644 --- a/docs/New Features/For-As Loop.html +++ b/docs/New Features/For-As Loop.html @@ -4,13 +4,13 @@ For-As Loop | Pluto - +

For-As Loop

When you only want to iterate over the values of a table, you can use Pluto's for-as syntax.

New Code
local t = { 1, 2, 3, "hello", "world" }
for t as value do
print(value)
end

-- 1
-- 2
-- 3
-- hello
-- world

That code is identical to this:

Old Code
local t = { 1, 2, 3, "hello", "world" }
for _, value in t do
print(value)
end
info

The bytecode of this feature is only backwards-compatible with Lua when pairs or ipairs is used.

- + \ No newline at end of file diff --git a/docs/New Features/In Expressions.html b/docs/New Features/In Expressions.html index 817dd7770..1fc01174b 100644 --- a/docs/New Features/In Expressions.html +++ b/docs/New Features/In Expressions.html @@ -4,13 +4,13 @@ In Expressions | Pluto - +

In Expressions

Searching a string for a substring, or searching an array for an element is a very simple operation now. The in operator has been extended to support these operations.

Searching for a substring.
local a = "hello"
local b = "hello world"

local r1 = a in b
local r2 = "hello" in b
local r3 = a in "hello world"
local r4 = "hello" in "hello world"
local r5 = "goodbye" in "hello world"

assert(r1 and r2 and r3 and r4) -- They'll all return true.
assert(r5 == false) -- Except this one.
Searching a table for keys and elements.
local t = { [5] = "five", [6] = "six", [7] = "seven", key = "value" }

assert(("key" in t) == true) -- Found a key with the value of 'key'.
assert((5 in t) == true) -- Found a key with the value of '5'.
assert((3 in t) == false) -- No key with the value of '3'.

Rules

  • The right-hand operand must always be a table or a string.
  • The left-hand operand must be a string if the right-hand operand is a string.
  • The left-hand operand can be anything if the right-hand operand is a table.
caution

The bytecode of this feature is not backwards-compatible with Lua.

- + \ No newline at end of file diff --git a/docs/New Features/Lambda Expressions.html b/docs/New Features/Lambda Expressions.html index dbbeb1ff7..a440f8ab5 100644 --- a/docs/New Features/Lambda Expressions.html +++ b/docs/New Features/Lambda Expressions.html @@ -4,13 +4,13 @@ Lambda Expressions | Pluto - +

Lambda Expressions

Lambda expressions are shorthand function objects for evaluating quick expressions. Take this code:

The Old Way
local s1 = "123"
local s2 = s1:gsub(".", function (c) return tonumber(c) + 1 end)
print(s2) -- "234"

A lambda expression is simply syntactic sugar, because you can do this instead:

The New Way
local s1 = "123"
local s2 = s1:gsub(".", |c| -> tonumber(c) + 1)
print(s2) -- "234"

Anywhere a function object would work, a lambda will work. Because a lambda is just a function.

Try It Yourself

- + \ No newline at end of file diff --git a/docs/New Features/Named Arguments.html b/docs/New Features/Named Arguments.html index f81385527..826a3b05b 100644 --- a/docs/New Features/Named Arguments.html +++ b/docs/New Features/Named Arguments.html @@ -4,13 +4,13 @@ Named Arguments | Pluto - +

Named Arguments

Instead of positional arguments, you can use the names of arguments you want to set:

local function process_file(file, mode = "r", version = 1)
print($"Processing {file} with mode '{mode}' and version {version}")
end
process_file(file = "hello.txt", version = 2) -- "Processing hello.txt with mode 'r' and version 2"

Note that this example also makes use of default arguments and string interpolation.

Mixing arguments

You can use positional arguments for the first few arguments and then use named arguments for the latter ones, for example:

local function process_file(file, mode = "r", version = 1)
print($"Processing {file} with mode '{mode}' and version {version}")
end
process_file("hello.txt", version = 2) -- "Processing hello.txt with mode 'r' and version 2"

Limitations

This feature is implemented entirely in the parser and therefore only works for local functions at the moment.

- + \ No newline at end of file diff --git a/docs/New Features/Named Varargs.html b/docs/New Features/Named Varargs.html index 0b4bc5e27..0efdf75bb 100644 --- a/docs/New Features/Named Varargs.html +++ b/docs/New Features/Named Varargs.html @@ -4,13 +4,13 @@ Named Varargs | Pluto - +
- + \ No newline at end of file diff --git a/docs/New Features/Numeral Parsing.html b/docs/New Features/Numeral Parsing.html index 89efd7d91..df067d8b2 100644 --- a/docs/New Features/Numeral Parsing.html +++ b/docs/New Features/Numeral Parsing.html @@ -4,13 +4,13 @@ Numeral Parsing | Pluto - +

Numeral Parsing

Pluto makes two small changes to numeral parsing.

Cosmetic Underscores

You can add underscores to your numeric literals to make them more readable.

Example Code
local n = 10_000_000
assert(n == 10000000)

These underscores are ignored by the compiler, so they are purely cosmetic.

Binary Integers

Similar to how Lua allows you to input numbers in hexadecimal:

Example Code
local n = 0x420
assert(n == 1056)

Pluto allows you to input numbers in binary as well:

Example Code
local n = 0b1000101
assert(n == 69)
- + \ No newline at end of file diff --git a/docs/New Features/Object-Oriented Programming.html b/docs/New Features/Object-Oriented Programming.html index 750a67892..04f25bff6 100644 --- a/docs/New Features/Object-Oriented Programming.html +++ b/docs/New Features/Object-Oriented Programming.html @@ -4,13 +4,13 @@ Object-Oriented Programming | Pluto - +

Object-Oriented Programming

Pluto makes a plethora of improvements when it comes to object-oriented programming.

Method Creation

A series of methods was otherwise ugly to implement into a Lua table.

Old Code
local t = {}

function t:f1(...) end
function t:f2(...) end
function t:f3(...) end

Now, you can inline these statements inside of your table.

New Code
local t = {
function f1() end,
function f2() end,
function f3() end
}

This automatically marks the functions as methods.

caution

Keep in mind, this produces methods, meaning you'll need to use the colon invocation syntax to avoid positional ambiguities in your parameters.

Static Functions

For consistency with the above syntax, you can use 'static function' to declare non-method functions in your tables:

local t = {
static function say(msg)
print(msg)
end
}
t.say("Hello") -- "Hello"

New Expression

Pluto adds an easy way to make instances with the new expression. This expression will also call the __construct method if it exists.

local Human = {
function __construct(name)
self.name = name
end
}
local john = new Human("John")
print(john.name) -- John

Class Statement

The class statement is similar to a table constructor, but it does not require commas or semicolons:

class Human
function __construct(name)
self.name = name
end

function __gc()
print(self.name .. " died of irrelevance")
end
end
local john = new Human("John")

The class statement also supports modifiers: local class NAME, export class NAME

Class Expression

There is also a class expression, which can be used e.g. when assigning to a variable:

local Human = class
function __construct(name)
self.name = name
end
end

Extends

The class statement also supports extends to specify a parent:

class Entity
age = 1
end

class Human extends Entity
end

local human = new Human()
print(human.age) -- 1

This also adds a __parent field to Human.

Parent Expression

The parent expression is a shorthand for self.__parent, which also supports method call syntax, in which case it's a shorthand for self.__parent.METHOD(self, ...).

class Entity
function __construct(name)
self.name = name
end
end

class Human extends Entity
-- If we don't define __construct, the parent-constructor would be called automatically.
-- However, if we overwrite it, we can use parent:__construct to call it manually.
function __construct(name)
parent:__construct(name)
end
end

local human = new Human("John")
print(human.name) -- "John"

Note that if you have a local variable (or function parameter) called "parent", the parent expression will defer to it.

Constructor Promotion

Because a common task of __construct methods is to assign the value of arguments to table fields, Pluto provides a simple syntax to reduce this boilerplate:

class Human
function __construct(public name)
end
end

local human = new Human("John")
print(human.name) -- "John"

Instanceof Operator

The instanceof operator can be used to check if a table is a class instance, including inherited classes:

class Entity end
class Human extends Entity end
local e = new Entity()
local h = new Human()
print(e instanceof Entity) -- true
print(e instanceof Human) -- false
print(h instanceof Entity) -- true (by inheritance)
print(h instanceof Human) -- true

It can also be used as a function:

class Entity end
local e = new Entity()
print(instanceof(e, Entity)) -- true

Using Compatibility Mode?

Some of the syntax discussed here may be different due to compatiblity mode:

  • new -> pluto_new
  • class -> pluto_class
  • parent -> pluto_parent
- + \ No newline at end of file diff --git a/docs/New Features/Safe Navigation.html b/docs/New Features/Safe Navigation.html index f72d750ab..f9b4bd08e 100644 --- a/docs/New Features/Safe Navigation.html +++ b/docs/New Features/Safe Navigation.html @@ -4,13 +4,13 @@ Safe Navigation | Pluto - +

Safe Navigation

Accessing deeply nested fields which can potentially be nil was problematic, because you'd need an unreasonable amount of guard clauses to prevent an "attempt to index nil" error. Pluto now offers this syntax:

Basic Usage
local person = {
name = "Alice"
}

local pet_name = person.pet?.name

In this example, person.pet is nil. However, this does not throw an "attempt to index nil" error. pet_name is simply set to nil.

Practical Usage
-- Pretend userConfig is parsed from a JSON file, or something.

--- Returning the user's preferred color, or Red if they have no preferred color.
local function get_color()
return userConfig.colors?.preferred ?? "Red"
end

print(get_color())

In this example, we also use the null coalescing operator ??.

info

These cannot be used for statements, like a?.b?.c = 0. They're only valid as expressions.

Safe Navigation was written by Sven Olsen.

- + \ No newline at end of file diff --git a/docs/New Features/String Indexing.html b/docs/New Features/String Indexing.html index f581f30e5..2209724e7 100644 --- a/docs/New Features/String Indexing.html +++ b/docs/New Features/String Indexing.html @@ -4,13 +4,13 @@ String Indexing | Pluto - +

String Indexing

You can index strings for their characters now, which is cleaner & 3x faster than using string.sub. String indexing only occurs when you index with an integer, either positive or negative. Positive integers index from the start of the string, and negative integers index from the end.

Example Code
local str = "hello world"
print(str[5]) -- "o"
print(str[200]) -- nil
print(str[-1]) -- "d"

Any character-intensive task — for example, a hash algorithm — will greatly benefit from this.

Try It Yourself

caution

The bytecode of this feature is not backwards-compatible with Lua.

- + \ No newline at end of file diff --git a/docs/New Features/String Interpolation.html b/docs/New Features/String Interpolation.html index 9692b740f..d3e5bcde0 100644 --- a/docs/New Features/String Interpolation.html +++ b/docs/New Features/String Interpolation.html @@ -4,13 +4,13 @@ String Interpolation | Pluto - +

String Interpolation

String interpolation is a simple alternative syntax to concatenation.

Concatenation
local label = "meaning of life"
local data = { value = 42 }
print("The " .. label .. " is " .. data.value) -- "The meaning of life is 42"
String Interpolation
local label = "meaning of life"
local data = { value = 42 }
print($"The {label} is {data.value}") -- "The meaning of life is 42"

Try It Yourself

As you can see, you declare a string interpolated by prefixing it with the "$" symbol. Brackets can contain any expression. The result of expressions will be converted to a string as with normal concatenation, although note that Pluto supports boolean concatenation unlike Lua.

- + \ No newline at end of file diff --git a/docs/New Features/Switch Statement.html b/docs/New Features/Switch Statement.html index 7361a57f7..0aa264cf2 100644 --- a/docs/New Features/Switch Statement.html +++ b/docs/New Features/Switch Statement.html @@ -4,13 +4,13 @@ Switch Statement | Pluto - +

Switch Statement

The switch statement consists of the following new keywords:

  • case
  • switch
  • default
local value = 1
switch value do
case 1:
print("There is only one!")
break
case 2:
print("There is only two!")
break
end
-- Break jumps here.

Switch statements also support fallthrough.

local value = 1
switch value do
case 1:
case 2:
case 3:
case 4:
case 5:
print("Got 1-5.")
break
default:
print("Value is greater than 5.")
end
-- Break jumps here.

In this example, cases 1-4 fall through to case 5.

Remember to use break whenever you do not want fallthrough. Here is an example of a potential bug:

local value = 1
switch value do
case 1:
print("There is only one!")
case 2:
print("There is only two!")
end

-- Output:
-- There is only one!
-- There is only two! --> Uh oh.

The default case is executed if none of the other cases are true. For example:

local value = 1
switch value do
case 2:
case 3:
break

default:
print("Value is neither 2 nor 3!")
end

The default case can be placed anywhere in the statement. It also supports fallthrough, so remember to use break if you place it above any cases.

Try It Yourself

Case Statement

Any expression can be used for the case statement:

switch true do
case 42 == 42:
print("42 is 42 is true")
break
end

However, note that method calls needs to be encapsulated with parentheses:

local t = {
function getVal()
return 42
end
}
switch 42 do
case t:getVal(): -- This is interpreted as case t: getVal():print...
print("val is 42")
break
case (t:getVal()):
print("val is 42")
break
end

Using Compatibility Mode?

You may need to use pluto_switch instead of switch.

- + \ No newline at end of file diff --git a/docs/New Features/Table Freezing.html b/docs/New Features/Table Freezing.html index 1799257c4..1a198abf9 100644 --- a/docs/New Features/Table Freezing.html +++ b/docs/New Features/Table Freezing.html @@ -4,13 +4,13 @@ Table Freezing | Pluto - +

Table Freezing

Tables can now be frozen at their current state to forbid any future modification. This action is irreversible and permanent for the lifespan of the table.

Example Code 1
-- Disallowing any edits to the global environment table.
table.freeze(_G)

_G.string = {}
-- file.pluto:2: attempt to modify frozen table.
Example Code 2
-- Creating a constant local that's associated with a frozen table.
local Frozen <const> = table.freeze({ 1, 2, 3 })

Frozen = {}
-- file.pluto:4: attempt to reassign constant.

Frozen[1] = "new value"
-- file.pluto:7: attempt to modify frozen table.

rawset(Frozen, "key", "value")
-- file.pluto:10: attempt to modify frozen table.
Example Code 3
--- Trying to swap the value with the debug library.
for i = 1, 249 do
local name, value = debug.getlocal(1, i)
if name == "Frozen" then
debug.setlocal(1, i, { ["key"] = "hello world" })
-- file.pluto:5: attempt to modify local variable with a frozen table.
end
end

What will this prevent?

All modifications to the table from within the Lua environment will be prevented, including those from the debug library.

caution

If you're going to use this for a sandbox, ensure you call table.freeze before any users can access the Lua environment, otherwise they can replace that function.

- + \ No newline at end of file diff --git a/docs/New Features/Ternary Expressions.html b/docs/New Features/Ternary Expressions.html index 2ef67c67b..518b9f7ee 100644 --- a/docs/New Features/Ternary Expressions.html +++ b/docs/New Features/Ternary Expressions.html @@ -4,13 +4,13 @@ Ternary Expressions | Pluto - +

Ternary Expressions

Ternary expressions behave identical as to how they would in C. They introduce no new keywords.

Old Code
local max
if a > b then
max = a
else
max = b
end
New Code
local max = a > b ? a : b

Try It Yourself

If Expressions

They also support an alternative syntax, for compatibility with older versions of Pluto:

local max = if a > b then a else b

Doesn't Lua already have ternaries?

While it is true that you can do something like this:

local max = a > b and a or b

Keep in mind that this falls apart when the true-expression has a falsy value:

local x = -1
x = (x == -1 and nil or x)

In this case, x will be -1 despite the intention being to set it to nil. There are no such issues using Pluto's ternary expressions.

- + \ No newline at end of file diff --git a/docs/New Features/Type Hinting.html b/docs/New Features/Type Hinting.html index 794395242..2d8c1161b 100644 --- a/docs/New Features/Type Hinting.html +++ b/docs/New Features/Type Hinting.html @@ -4,13 +4,13 @@ Type Hinting | Pluto - +

Type Hinting

Type-hinting looks like this:

local var: string = "hello world"

It works with functions too:

local function myfunc(a: string, b: string): number
return tonumber(a) + tonumber(b)
end

print(myfunc(1, "1")) --> This will emit a warning for argument type mismatch.

There's no effect on performance. This is implemented entirely during the compilation phase.

What types can I use?

  • string
  • number
    • int
    • float
  • boolean/bool
  • function
  • table
  • userdata
  • void (return type only)

Prefix a ? to indicate nil-able types, e.g. ?string indicates that it may be nil or a string.

You can also use | to delimit alternatives, e.g. string|int indicates that it may be a string or an int.

Putting all of this together, we could also have e.g. ?string|int to indicate that it may be nil, a string, or an int.

info

This is a WIP feature, and it's very difficult to implement in a one-pass compiler. Allow tolerance for missing coverage, and report any bugs.

- + \ No newline at end of file diff --git a/docs/New Operators/Alternative Operators.html b/docs/New Operators/Alternative Operators.html index 67ff853f7..2c48d4f95 100644 --- a/docs/New Operators/Alternative Operators.html +++ b/docs/New Operators/Alternative Operators.html @@ -4,13 +4,13 @@ Alternative Operators | Pluto - +

Alternative Operators

Pluto implements alternative operators, which are aliases for other operators.

  • ** is an alias for ^, the exponent operator.
  • != is an alias for ~=, the inequality operator.
- + \ No newline at end of file diff --git a/docs/New Operators/Compound Operators.html b/docs/New Operators/Compound Operators.html index 4978af95b..6fb7a6286 100644 --- a/docs/New Operators/Compound Operators.html +++ b/docs/New Operators/Compound Operators.html @@ -4,13 +4,13 @@ Compound Operators | Pluto - +

Compound Operators

Pluto implements a plethora of compound operators, which are actually faster than their Lua counterparts.

Additions

  • Modulo: %=
  • Addition: +=
  • Exponent: ^=
  • Bitwise OR: |=
  • Subtraction: -=
  • Bitshift left: <<=
  • Bitwise AND: &=
  • Float division: /=
  • Bitshift right: >>=
  • Multiplication: *=
  • Concatenation: ..=
  • Integer division: //=
  • Null-Coalescing: ??=

Why are they faster?

They store their left-operand in a temporary register, which reduces a lookup & makes them roughly 30% faster.

Example Code
local a = 5

-- Old
a = a + 5

-- New
a += 5
- + \ No newline at end of file diff --git a/docs/New Operators/Increment Operator.html b/docs/New Operators/Increment Operator.html index bf35477bc..4da104aa7 100644 --- a/docs/New Operators/Increment Operator.html +++ b/docs/New Operators/Increment Operator.html @@ -4,13 +4,13 @@ Increment Operator | Pluto - +

Increment Operator

Pluto provides an easy way to increment variables using the prefixed ++ operator:

local x = 1
++x
print(x) -- 2

It can also be used as an expression:

local x = 1
print(++x) -- 2
-- x is still 2 at this point

In addition to being more handy due to being usable as an expression, it is also shorter than the equivalent Pluto code using compound operators:

local x = 1
x += 1
print(x) -- 2

And especially compared to the plain Lua approach:

local x = 1
x = x + 1
print(x) -- 2
- + \ No newline at end of file diff --git a/docs/New Operators/Null-Coalescing Operator.html b/docs/New Operators/Null-Coalescing Operator.html index f44a3e8c1..fd12ae279 100644 --- a/docs/New Operators/Null-Coalescing Operator.html +++ b/docs/New Operators/Null-Coalescing Operator.html @@ -4,13 +4,13 @@ Null-Coalescing Operator | Pluto - +

Null-Coalescing Operator

The null-coalescing operator (or more appropriately, nil-coalescing operator) can be used as follows:

local permissions, group = nil, nil

local effective_permissions = permissions ?? "NO_PERMISSIONS"

group ??= "User"

It's semantically equal to the following code using ternary expressions:

local permissions, group = nil, nil

local effective_permissions = permissions == nil ? "NO_PERMISSIONS" : permissions

if group == nil then
group = "User"
end

As you can see, the null-coalescing operator allows for more concise statements.

info

This is a lazily-evaluated operator. It will not "choose whatever isn't nil", it'll simply evaluate the second expression if the first expression is nil.

caution

The bytecode of this feature is not backwards-compatible with Lua.

- + \ No newline at end of file diff --git a/docs/New Operators/Walrus Operator.html b/docs/New Operators/Walrus Operator.html index 2754bf585..b47b9b745 100644 --- a/docs/New Operators/Walrus Operator.html +++ b/docs/New Operators/Walrus Operator.html @@ -4,13 +4,13 @@ Walrus Operator | Pluto - +

Walrus Operator

The Walrus operator allows you to perform assignment expresssions, where the second operand to your assignment is the value of the expression.

Examples

if a := get_value() then
-- 'a' was assigned a truthy value.
else
-- 'a' was assigned a falsy value.
end

--> This code is semantically equal.
local a = get_value()
if a then
-- 'a' was assigned a truthy value.
else
-- 'a' was assigned a falsy value.
end

Expressions for the Walrus operator may be evaluated multiple times in circumstances like loops.

local function get()
return true
end

while a := get() do
--> This will loop forever. It'll keep evaluating `a := get()`, just like any other condition.
end

Like any other expression, you can also do things like this:

if (a := math.random(1, 10)) < 5 then
print("A is less than five! Value: " .. a)
else
print("A is greater than five! Value: " .. a)
end
  • The Walrus operator can be used anywhere an expression is accepted.
  • The Walrus operator does not support tuple assignment.

This feature is inspired from Python's implementation, which can be found here.

- + \ No newline at end of file diff --git a/docs/Optimizations/For Loops.html b/docs/Optimizations/For Loops.html index 24c9299ef..67b7c59ae 100644 --- a/docs/Optimizations/For Loops.html +++ b/docs/Optimizations/For Loops.html @@ -4,13 +4,13 @@ For Loops | Pluto - +

For Loops

The pairs and ipairs functions are optimized in Pluto. On a consistent basis, pairs & ipairs loops are 3.5x faster than their Lua counterparts.

How does it work?

It doesn't operate under all circumstances though, the state of the iterator is stored in the to-be-closed variable returned by these functions, which is the last variable they give. If you interact or modify this variable, then the optimization won't occur.

pairs: next, table, nil, nil
ipairs: ipairsaux, table, integer, nil

As long as you don't access the last nil value, you're fine.

info

This optimization was published by Xmelia Hermit.

- + \ No newline at end of file diff --git a/docs/Optimizations/Jump Table.html b/docs/Optimizations/Jump Table.html index d58fb89e3..74c383e2b 100644 --- a/docs/Optimizations/Jump Table.html +++ b/docs/Optimizations/Jump Table.html @@ -4,13 +4,13 @@ Jump Table | Pluto - +

Jump Table

Lua implemented a jump table, but it is only compatible with clang and gcc. Pluto has an additional jump table implementation for other compilers; however, it is not enabled by default as it can add minutes to compile time, depending on the setup. In some instances, it can increase overall virtual machine performance by ~5%.

If you would like to try it, define PLUTO_FORCE_JUMPTABLE in luaconf.h or your build config.

- + \ No newline at end of file diff --git a/docs/Optimizations/Long Jump.html b/docs/Optimizations/Long Jump.html index 35a1d7483..eb079d49c 100644 --- a/docs/Optimizations/Long Jump.html +++ b/docs/Optimizations/Long Jump.html @@ -4,13 +4,13 @@ Long Jump | Pluto - +

Long Jump

Although Lua presents the option to use long jumps even when compiling as C++, it doesn't default to doing so, instead requiring you to define LUA_USE_LONGJMP.

Pluto, which is exclusively compiled as C++, defaults to using long jumps as they're faster than C++ exceptions and means Lua errors won't complicate your exception handling. However, you may still define PLUTO_USE_THROW in luaconf.h or your build config to fall back to using C++ exceptions.

LUAI_THROW and LUAI_TRY can still be modified and will take precedence.

- + \ No newline at end of file diff --git a/docs/Optimizations/Special Arthimetic.html b/docs/Optimizations/Special Arthimetic.html index 10ddf4ace..5fca9693b 100644 --- a/docs/Optimizations/Special Arthimetic.html +++ b/docs/Optimizations/Special Arthimetic.html @@ -4,13 +4,13 @@ Special Arthimetic | Pluto - +

Special Arthimetic

Special arithmetic algorithms are optimized by Pluto during compile-time.

For example:

  • x << 1 => x + x
  • x ** 2 => x * x
  • x // 2 => x >> 1

These can offer upwards of a 20% performance boost.

These expressions are only optimized when both operands are integers, and no metamethod will be called.

- + \ No newline at end of file diff --git a/docs/Optimizations/Table Length.html b/docs/Optimizations/Table Length.html index d2ea2d263..4d3004ab7 100644 --- a/docs/Optimizations/Table Length.html +++ b/docs/Optimizations/Table Length.html @@ -4,13 +4,13 @@ Table Length | Pluto - +

Table Length

Pluto will cache the length of a table when you request it for the first time. This cache is refreshed whenever you make an edit to the table. It's still advisable to localize this value though, since looking through the cache and the virtual machine is expensive compared to looking up a local.

- + \ No newline at end of file diff --git a/docs/QoL Improvements/Boolean Concatenation.html b/docs/QoL Improvements/Boolean Concatenation.html index 6a298c51e..2c201a3bc 100644 --- a/docs/QoL Improvements/Boolean Concatenation.html +++ b/docs/QoL Improvements/Boolean Concatenation.html @@ -4,13 +4,13 @@ Boolean Concatenation | Pluto - +

Boolean Concatenation

Pluto allows you to concatenate boolean values just like you would number values:

local iVar = 13
local bVar = true
print("iVar = " .. iVar)
print("bVar = " .. tostring(bVar)) -- Lua way
print("bVar = " .. bVar) -- Pluto way
- + \ No newline at end of file diff --git a/docs/QoL Improvements/Improved Iteration.html b/docs/QoL Improvements/Improved Iteration.html index 479e12c6c..9e09cf1eb 100644 --- a/docs/QoL Improvements/Improved Iteration.html +++ b/docs/QoL Improvements/Improved Iteration.html @@ -4,13 +4,13 @@ Improved Iteration | Pluto - +

Improved Iteration

Pluto improves iteration in a few ways.

Generalized Iteration

It's redundant to call the pairs function for simple iteration. This action is now optional, and handled by the virtual machine if the function is absent.

New Code
local t = { 1, 2, 3, "hello", "world" }
for key, value in t do
print(key, value)
end

When you omit the function from the loop preparation, pairs is implicitly inserted. So, that code is identical to this:

Old Code
local t = { 1, 2, 3, "hello", "world" }
for key, value in pairs(t) do
print(key, value)
end

This is compatible with for-loop optimizations.

caution

The bytecode of this feature is not backwards-compatible with Lua.

- + \ No newline at end of file diff --git a/docs/QoL Improvements/Let Alias For Local.html b/docs/QoL Improvements/Let Alias For Local.html index f17f26351..9f895a367 100644 --- a/docs/QoL Improvements/Let Alias For Local.html +++ b/docs/QoL Improvements/Let Alias For Local.html @@ -4,14 +4,14 @@ Let Alias For Local | Pluto - +

Let Alias For Local

You can optionally use 'let' instead of 'local' when declaring scoped variables.

To enable the let keyword, simply do:

pluto_use let

The usage is exactly the same as the local keyword.

However, note that this will make let a reserved keyword, so you can't name any variables as such. If this is causing ambiguities in your script, you can disable it again after you're done with it:

pluto_use let = false

For integrators

You can enable let in your Pluto environment by default by defining the PLUTO_USE_LET macro in luaconf.h or your build config.

- + \ No newline at end of file diff --git a/docs/QoL Improvements/Optional Parentheses.html b/docs/QoL Improvements/Optional Parentheses.html index 064511ccd..b6503a0d6 100644 --- a/docs/QoL Improvements/Optional Parentheses.html +++ b/docs/QoL Improvements/Optional Parentheses.html @@ -4,13 +4,13 @@ Optional Parentheses | Pluto - +

Optional Parentheses

The parenthesis around some types of expressions are optional now.

Gross Way
print(("hello world"):contains("world"))
Clean Way
print("hello world":contains("world"))

This also works for table types.

- + \ No newline at end of file diff --git a/docs/QoL Improvements/Removed Locals Limit.html b/docs/QoL Improvements/Removed Locals Limit.html index e6eb6074c..168ffe637 100644 --- a/docs/QoL Improvements/Removed Locals Limit.html +++ b/docs/QoL Improvements/Removed Locals Limit.html @@ -4,13 +4,13 @@ Removed Locals Limit | Pluto - +

Removed Locals Limit

Pluto removes the locals limit, allowing you to use compile-time constants, including enums, as much as you want.

Note that you are still limited to 255 registers, so you can't have infinite dynamic variables per functions.

- + \ No newline at end of file diff --git a/docs/QoL Improvements/Reserved Identifiers.html b/docs/QoL Improvements/Reserved Identifiers.html index 4e5abb3b4..f2991447a 100644 --- a/docs/QoL Improvements/Reserved Identifiers.html +++ b/docs/QoL Improvements/Reserved Identifiers.html @@ -4,13 +4,13 @@ Reserved Identifiers | Pluto - +

Reserved Identifiers

Pluto allows you to use reserved tokens such as if from Lua and class from Pluto as identifiers with shorthand table syntax and for goto labels.

Reserved tokens as identifiers with shorthand table syntax
local t = {
class = "key"
}
print(t.class)
Reserved tokens as identifiers for goto labels
-- Print every number besides five.
for i = 1, 10 do
if i == 5 then
goto continue
end
print(i)
::continue::
end

However, variable names and function calls will not allow you to use reserved tokens as identifiers.

- + \ No newline at end of file diff --git a/docs/QoL Improvements/Syntax Errors.html b/docs/QoL Improvements/Syntax Errors.html index 15a6f9ea9..ec1304976 100644 --- a/docs/QoL Improvements/Syntax Errors.html +++ b/docs/QoL Improvements/Syntax Errors.html @@ -4,13 +4,13 @@ Syntax Errors | Pluto - +

Syntax Errors

The messages for syntax errors are enhanced. They include tailored messages and code snippets, which should help newer programmers identify problems quicker. It's not a game changer, but it's neat.

Example 1

Problematic Code
if a < b and t == 5 return "Gottem" end
Emitted Syntax Error
syntax error: file.pluto:1: expected 'then' to delimit condition.
1 | if a < b and t == 5 return "Gottem" end
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ here: expected 'then' symbol.

Example 2

Problematic Code
local fn = |a, b, c| => (a == b and a < c)
Emitted Syntax Error
syntax error: file.pluto:1: impromper lambda definition
1 | local fn = |a, b, c| => (a == b and a < c)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ here: expected '->' arrow syntax for lambda expression.

ANSI Coloring

These errors support coloring, but it's disabled by default. Define the PLUTO_USE_COLORED_OUTPUT macro in luaconf.h or your build config to enable colored error messages.

tip

For Windows users, you can enable ANSI coloring support with the following command:

  • REG ADD HKCU\CONSOLE /f /v VirtualTerminalLevel /t REG_DWORD /d 1
- + \ No newline at end of file diff --git a/docs/Runtime Environment/Base32 Functions.html b/docs/Runtime Environment/Base32 Functions.html index 686e81b3d..35a6b0689 100644 --- a/docs/Runtime Environment/Base32 Functions.html +++ b/docs/Runtime Environment/Base32 Functions.html @@ -4,13 +4,13 @@ Base32 Functions | Pluto - +

Base32 Functions

info

Only available if you compiled Pluto with Soup. Must be included via require.

base32

base32.encode(data, pad)

Returns an encoded base32 string.

Parameters:

  1. data — A string of data to encode.
  2. pad — Whether or not to apply padding.

base32.decode(data)

Returns a decoded base32 string.

Parameters:

  1. data — A string of base32 data to decode.
- + \ No newline at end of file diff --git a/docs/Runtime Environment/Base58 Functions.html b/docs/Runtime Environment/Base58 Functions.html index a8245581c..28648546a 100644 --- a/docs/Runtime Environment/Base58 Functions.html +++ b/docs/Runtime Environment/Base58 Functions.html @@ -4,13 +4,13 @@ Base58 Functions | Pluto - +

Base58 Functions

info

Only available if you compiled Pluto with Soup. Must be included via require.

base58

base58.decode(data)

Returns a hexadecimal string of decoded base58 data.

Parameters:

  1. data — A string of base58 data.

base58.is_valid(data)

Returns a boolean indicating whether or not data is valid base58 data.

- + \ No newline at end of file diff --git a/docs/Runtime Environment/Base64 Functions.html b/docs/Runtime Environment/Base64 Functions.html index 8d62500c0..5639493fa 100644 --- a/docs/Runtime Environment/Base64 Functions.html +++ b/docs/Runtime Environment/Base64 Functions.html @@ -4,13 +4,13 @@ Base64 Functions | Pluto - +

Base64 Functions

info

Only available if you compiled Pluto with Soup. Must be included via require.

base64

base64.encode(data, pad)

Returns a base64-encoded string.

Parameters:

  1. data — A string of data to encode.
  2. pad — A boolean indicating whether or not to apply padding to the encoded result.
local base64 = require("base64")
local data, encoded

data = "Hello, World!"
encoded = base64.encode(data, true)
--[[
SGVsbG8sIFdvcmxkIQ==
--]]

base64.decode(data)

Returns a decoded base64 string.

Parameters:

  1. data — A string of base64 data.
local base64 = require("base64")

base64.decode("SGVsbG8sIFdvcmxkIQ==")
--[[
Hello, World!
--]]

base64.url_encode(data, pad)

Returns a base64url-encoded string. This variant is sometimes refered to as filename safe base64.

base64.url_decode(data)

Similar to base64.decode except for base64url.

- + \ No newline at end of file diff --git a/docs/Runtime Environment/Coroutine Functions.html b/docs/Runtime Environment/Coroutine Functions.html index 07e791373..2dcf09b30 100644 --- a/docs/Runtime Environment/Coroutine Functions.html +++ b/docs/Runtime Environment/Coroutine Functions.html @@ -4,13 +4,13 @@ Coroutine Functions | Pluto - + - + \ No newline at end of file diff --git a/docs/Runtime Environment/Crypto Functions.html b/docs/Runtime Environment/Crypto Functions.html index 0652a2e6a..7ec9d5b76 100644 --- a/docs/Runtime Environment/Crypto Functions.html +++ b/docs/Runtime Environment/Crypto Functions.html @@ -4,13 +4,13 @@ Crypto Functions | Pluto - +

Crypto Functions

Functions regarding cryptography, implemented by Pluto.

Hashing Algorithms

Lua

Hash a string using Lua's version of the DJB2 non-cryptographic hashing algorithm.

Parameters

  1. The string to hash.

Example

local crypto = require("crypto")
local str = "hello"
assert(crypto.lua(str) == 2871868277)

MD5

Hash a string using the MD5 semi-cryptographic hashing algorithm.

Parameters

  1. The string to hash.

Example

local crypto = require("crypto")
local str = "hello"
assert(crypto.md5(str) == "5eb63bbbe01eeed093cb22bb8f5acdc3")

DJB2

Hash a string using the DJB2 non-cryptographic hashing algorithm.

Parameters

  1. The string to hash.

Example

local crypto = require("crypto")
local str = "hello"
assert(crypto.djb2(str) == 894552257)

FNV1

Hash a string using the FNV1 non-cryptographic hashing algorithm.

Parameters

  1. The string to hash.

Example

local crypto = require("crypto")
local str = "hello"
assert(crypto.fnv1(str) == 9065573210506989167)

JOAAT

Hash a string using the JOAAT non-cryptographic hashing algorithm.

Parameters

  1. The string to hash.

Example

local crypto = require("crypto")
local str = "hello"
assert(crypto.joaat(str) == 1045060183)

SDBM

Hash a string using the SDBM non-cryptographic hashing algorithm.

Parameters

  1. The string to hash.

Example

local crypto = require("crypto")
local str = "hello"
assert(crypto.sdbm(str) == 430867652)

FNV1A

Hash a string using the FNV1A non-cryptographic hashing algorithm.

Parameters

  1. The string to hash.

Example

local crypto = require("crypto")
local str = "hello"
assert(crypto.fnv1a(str) == 8618312879776256743)

CRC32

Hash a string using the CRC32 non-cryptographic hashing algorithm.

Parameters

  1. The string to hash.
  2. The initial value for the hash. By default, this is zero.

Example

local crypto = require("crypto")
local str = "hello"
assert(crypto.crc32(str) == 222957957)

Lookup3

Hash a string using the Lookup3 non-cryptographic hashing algorithm.

Parameters

  1. The string to hash.

Example

local crypto = require("crypto")
local str = "hello"
assert(crypto.lookup3(str) == 1252609637)

Times33

Hash a string using the Times33 non-cryptographic hashing algorithm.

Parameters

  1. The string to hash.

Example

local crypto = require("crypto")
local str = "hello"
assert(crypto.times33(str) == 3889643616)

SHA-256

Hash a string using the SHA-256 cryptographic hashing algorithm.

Parameters

  1. The string to hash.

Example

local crypto = require("crypto")
local str = "hello"
assert(crypto.sha256(str) == "b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9")

Murmur1

Hash a string using the Murmur1 non-cryptographic hashing algorithm.

Parameters

  1. The string to hash.

Example

local crypto = require("crypto")
local str = "hello"
assert(crypto.murmur1(str) == 3154674178)

Murmur2

Hash a string using the Murmur2 non-cryptographic hashing algorithm.

Parameters

  1. The string to hash.

Example

local crypto = require("crypto")
local str = "hello"
assert(crypto.murmur2(str) == 1151865881)

Murmur2A

Hash a string using the Murmur2A non-cryptographic hashing algorithm.

Parameters

  1. The string to hash.

Example

local crypto = require("crypto")
local str = "hello"
assert(crypto.murmur2a(str) == 2650573207)

Murmur64A

Hash a string using the Murmur64A non-cryptographic hashing algorithm.

Parameters

  1. The string to hash.

Example

local crypto = require("crypto")
local str = "hello"
assert(crypto.murmur64a(str) == -3190198453633110066)

Murmur64B

Hash a string using the Murmur64A non-cryptographic hashing algorithm.

Parameters

  1. The string to hash.

Example

local crypto = require("crypto")
local str = "hello"
assert(crypto.murmur64b(str) == 7088720765356542432)

Murmur2Neutral

Hash a string using the Murmur2Neutral non-cryptographic hashing algorithm.

Parameters

  1. The string to hash.

Example

local crypto = require("crypto")
local str = "hello"
assert(crypto.murmur2neutral(str) == 1151865881)

PRNGs

random

The crypto.random function uses your operating system's default PRNG.

  • On Linux-based systems, this is /dev/urandom.
  • On Windows, this is BCryptGenRandom.

This is a cryptographically-secure PRNG when your system can provide those services. However, if it does not, then this is not cryptographically secure. Either way, it provides good randomness.

Parameters

  1. The minimum value to return.
  2. The maximum value to return, as a range.

Example

local crypto = require("crypto")
assert(crypto.random(1, 10) < 11)

Misc Functions

hexdigest

Converts an integer into its hexadecimal representation, as a string.

Parameters

  1. The string to convert.

Example

local crypto = require("crypto")
local hash = crypto.joaat("hello world")
print("hash: " .. hash)
print("digest: " .. crypto.hexdigest(hash))
--[[
hash: 1045060183
digest: "0x3e4a5a57"
--]]
assert(tonumber(crypto.hexdigest(hash)) == hash)
- + \ No newline at end of file diff --git a/docs/Runtime Environment/Global Functions.html b/docs/Runtime Environment/Global Functions.html index 2bb48387d..7fb002576 100644 --- a/docs/Runtime Environment/Global Functions.html +++ b/docs/Runtime Environment/Global Functions.html @@ -4,13 +4,13 @@ Global Functions | Pluto - +

Global Functions

Some minor changes & additions to the environment must be disclosed:

  1. _PVERSION is the global to check your current version of Pluto.
  2. _PSOUP is a global boolean you can access to check linkage with Soup.
  3. package.path is modified to also search for .pluto files.
if _PVERSION == nil then
print("Plain Lua detected (".._VERSION..")")
else
local soup = ""
if not _PSOUP then
soup = "not "
end
print("Pluto detected (".._PVERSION.."), based on ".._VERSION..", "..soup.."compiled with Soup integration")
end

New Functions

utostring

Same as tostring, but performs the operation under the en_US.UTF-8 locale. Ensures the same result on all systems.

utonumber

Same as tonumber, but performs the operation under the en_US.UTF-8 locale. Ensures the same result on all systems.

- + \ No newline at end of file diff --git a/docs/Runtime Environment/IO Functions.html b/docs/Runtime Environment/IO Functions.html index f6f7548a6..3bc783418 100644 --- a/docs/Runtime Environment/IO Functions.html +++ b/docs/Runtime Environment/IO Functions.html @@ -4,13 +4,13 @@ IO Functions | Pluto - +

IO Functions

New functions for the io library, implemented by Pluto.

io.isdir

Parameters

  1. A string path or file stream.

Returns

A boolean indicating if the path led toward a directory.

Example

Example Usage
local path = "./dir/main/"
local bool = io.isdir(path)
if bool then
print("Directory!")
else
print("Not a directory!")
end

io.isfile

Parameters

  1. A string path or file stream.

Returns

A boolean indicating if the path led towards a file.

Example

Example Usage
local path = "./isfile/file"
local bool = io.isdir(path)
if bool then
print("File!")
else
print("Not a file!")
end

io.listdir

List all the files within a directory.

Parameters

  1. A string path to the directory.
  2. A boolean indicating whether or not to recurse sub-directories.

Returns

A table mapping indices to file paths.

Example

Example Usage
for _, filepath in io.listdir(".") do
print(filepath)
end

io.exists

Parameters

  1. A string path or file stream.

Returns

A boolean indicating if the path led towards an existing file or directory.

Example

Example Usage
if io.exists("cfg/config.txt") then
print("Config exists!")
else
print("Config does not exist!")
end

io.copyto

Copy a file to another file, creating a new file if needed.

Parameters

  1. A string path or file stream.
  2. A path towards the file to copy into.

Returns

A boolean indicating if the file was successfully copied.

Example

Example Usage
if io.copyto("./cfg/config.txt", "./backup_cfg/config.txt") then
print("Successfully created a backup config!")
else
print("Failed to create a backup config.")
end
info

As of 0.3.2, this may throw an exception on failure.

io.filesize

Fetch the size of a file in kilobytes.

Parameters

  1. A string path or file stream.

Returns

A double.

Example

Example Usage
if io.filesize("cfg/config.txt") < 1.0 then
print("Config is too small or empty.")
end
info

As of 0.3.2, this may throw an exception on failure.

io.makedir

Create a directory.

Parameters

  1. The path for the new directory.

Returns

A boolean indicating if the directory was successfully created.

Example

Example Usage
if io.makedir("./cfg") then
print("Created cfg directory.")
else
print("Failed to create cfg directory.")
end

io.makedirs

Creates a directory and all the non-existing parent directories in the given path.

Parameters

  1. The string path for your new directory.

Example

Example Usage
io.makedirs("A/B/C") --> Creates "C:\Users\Username\Desktop\Project\A\B\C"

io.absolute

Convert a relative path into an absolute one.

Parameters

  1. A string path or file stream.

Returns

A string representing the new file path.

Example

Example Usage
--> cfg/config.txt
io.absolute("cfg/cfg.txt") --> "C:\Users\Username\Desktop\Project\cfg\cfg.txt"
- + \ No newline at end of file diff --git a/docs/Runtime Environment/JSON Functions.html b/docs/Runtime Environment/JSON Functions.html index 6800f689d..b47489090 100644 --- a/docs/Runtime Environment/JSON Functions.html +++ b/docs/Runtime Environment/JSON Functions.html @@ -4,13 +4,13 @@ JSON Functions | Pluto - +

JSON Functions

info

Only available if you compiled Pluto with Soup. Must be included via require.

json

json.encode(data, pretty)

Returns a string of JSON.

Parameters:

  1. data — A boolean, number, string, or table to encode as JSON.
  2. pretty — Whether to return a human-readable string of JSON.
local json = require("json")
local data, encoded

data = "Hello, World!"
encoded = json.encode(data, true)
--[[
"Hello, World!"
--]]

data =
{
key = "Hello, World!",
nested = {
nested_key = 1337
}
}
encoded = json.encode(data, true)
--[[
{
"nested": {
"nested_key": 1337
},
"key": "Hello, World!"
}
--]]

json.decode(data)

Returns multiple potential types. If you pass a serialized boolean, number, or string, then it will return the same type. If you pass a complex JSON object, it will return a table.

Parameters:

  1. data — The JSON data to decode.
local json = require("json")
local data, encoded, decoded

-- Basic Type

data = "Hello, World!"
encoded = json.encode(data, true)
decoded = json.decode(encoded)

assert(decoded == data)
assert(type(decoded) == "string")

-- Complex Type

data = {
key = "Hello",
nested = {
nested_key = 1337
}
}
encoded = json.encode(data, true)
decoded = json.decode(encoded)

assert(decoded.key == "Hello")
assert(type(decoded) == "table")
assert(decoded.nested.nested_key == 1337)
- + \ No newline at end of file diff --git a/docs/Runtime Environment/OS Functions.html b/docs/Runtime Environment/OS Functions.html index 47e80a0a6..5fe2bfe7e 100644 --- a/docs/Runtime Environment/OS Functions.html +++ b/docs/Runtime Environment/OS Functions.html @@ -4,13 +4,13 @@ OS Functions | Pluto - +

OS Functions

New functions for the os library, implemented by Pluto.

os.sleep

Parameters:

  1. The amount of milliseconds to sleep for.

Example

Basic Usage
os.sleep(1000) --> Pause this thread for 1000ms.

os.millis

Returns milliseconds since epoch.

info

The return of this function is implementation-specific.

os.nanos

Returns nanoseconds since epoch.

info

The return of this function is implementation-specific.

os.seconds

Returns seconds since epoch.

info

The return of this function is implementation-specific.

os.unixseconds

Returns seconds since UNIX epoch.

- + \ No newline at end of file diff --git a/docs/Runtime Environment/String Functions.html b/docs/Runtime Environment/String Functions.html index 7ee992291..772b3b49a 100644 --- a/docs/Runtime Environment/String Functions.html +++ b/docs/Runtime Environment/String Functions.html @@ -4,13 +4,13 @@ String Functions | Pluto - +

String Functions

New functions for the string type, implemented by Pluto.

New Functions

string.split

Splits a string by a separator.

Parameters

  1. The string to split.
  2. The separator to split a string by. This can be any string.

Returns

A table.

Example

Splitting a string by a single character.
local s = "hello world, how is everyone doing?"
local r = string.split(s, " ")
--[[
The value of 'r':
{
"hello",
"world,",
"how",
"is",
"everyone",
"doing?"
}
--]]
Splitting a string by a substring.
local s = "helloHALLOWORLDworld,HALLOWORLDhowHALLOWORLDisHALLOWORLDeveryoneHALLOWORLDdoing?"
local r = string.split(s, "HALLOWORLD")
--[[
The value of 'r':
{
"hello",
"world,",
"how",
"is",
"everyone",
"doing?"
}
--]]

string.lfind

Returns the index of where a substring starts. Begins searching at the left side of the string.

Parameters

  1. The string to search.
  2. The substring to search for.

Returns

An integer for the index of the substring, or nil if the substring was not found.

Example

Basic Usage
local s = "hello world"
local r = string.lfind(s, "world") --> 7

string.rfind

Returns the index of where a substring starts. Begins searching at the right side of the string.

Parameters

  1. The string to search.
  2. The substring to search for.

Returns

An integer for the index of the substring, or nil if the substring was not found.

Example

Basic Usage
local s = "hello world"
local r = string.rfind(s, "world") --> 7

string.strip

Strips characters from both ends of a string.

Parameters

  1. The string to strip.
  2. A string of characters to strip.

Returns

The new string.

Example

Basic Usage
local s = "{}|hello world{|}"
local r = string.strip(s, "{}|") --> "hello world"

string.lstrip

Strips characters from the left side of a string.

Parameters

  1. The string to strip.
  2. A string of characters to strip.

Returns

The new string.

Example

Basic Usage
local s = "<{}|hello world>{|}"
local r = string.strip(s, "{}|") --> "<hello world>{|}"

string.rstrip

Strips characters from the right side of a string.

Parameters

  1. The string to strip.
  2. A string of characters to strip.

Returns

The new string.

Example

Basic Usage
local s = "<{}|hello world>{|}"
local r = string.strip(s, "{}|") --> "<{}|<hello world>"

string.isascii

Checks if a string is entirely composed of ASCII characters.

Parameters

  1. The string to check.

Returns

A Boolean.

Example

Basic Usage
local s = "HELLOWORLD123"
local r = string.isascii(s) --> true
info

This would exclude any multi-byte characters, like emojis.

string.islower

Checks if a string is entirely composed of lowercase characters.

Parameters

  1. The string to check.

Returns

A Boolean.

Example

Basic Usage
local s = "helloworld"
local r = string.islower(s) --> true
info

Whitespace characters are not lowercase characters.

string.isalpha

Checks if a string is entirely composed of alphabetic characters.

Parameters

  1. The string to check.

Returns

A Boolean.

Example

Basic Usage
local s = "HELLOWORLD"
local r = string.isalpha(s) --> true
info

Whitespace characters are not alphabetic characters.

string.isupper

Checks if a string is entirely composed of uppercase characters.

Parameters

  1. The string to check.

Returns

A Boolean.

Example

Basic Usage
local s = "HELLOWORLD"
local r = string.isupper(s) --> true
info

Whitespace characters are not uppercase characters.

string.isalnum

Checks if a string is entirely composed of alphanumeric characters.

Parameters

  1. The string to check.

Returns

A Boolean.

Example

Basic Usage
local s = "HELLOWORLD123"
local r = string.isalnum(s) --> true
info

Whitespace characters are not alphanumeric characters.

string.uformat

Same as string.format, but performs the operation under the en_US.UTF-8 locale. Ensures the same result on all systems.

string.contains

Checks if a string contains a substring.

Parameters

  1. The string to check.
  2. The substring to check for.

Returns

A boolean.

Example

Basic Usage
local s = "hello world"
local r = string.contains(s, "worl") --> true

string.casefold

Compares two strings, agnostic of any capitalization.

Parameters

  1. The first string to compare.
  2. The second string to compare.

Returns

A boolean.

Example

Basic Usage
local s1 = "hello world"
local s2 = "heLLo WoRlD"
local r1 = string.casefold(s1, s2) --> true

string.partition

Splits a string once, on the first occurance of a separator.

Parameters

  1. The string to partition.
  2. The separator to partition the string by.
  3. A boolean specifying whether to search from the right. By default, this is false, which starts at the left.

Returns

Two strings: A substring for all the content before the first occurance of sep, and another substring for all the content afterwards.

Example

A Basic Partition
local s = "hello world, what's up?"
local before, after = string.partition(s, " ")

assert(before == "hello")
assert(after == "world, what's up?")
Partioning From The Right
local s = "hello world, what's up?"
local before, after = string.partition(s, " ", true)

assert(before == "hello world, what's")
assert(after == "up?")

string.endswith

Checks if a string ends with a suffix.

Parameters

  1. The string to check.
  2. The substring suffix to check for.

Returns

A boolean.

Example

Basic Usage
local s = "hello world"
local r = string.endswith(s, "world") --> true

string.startswith

Checks if a string starts with a prefix.

Parameters

  1. The string to check.
  2. The substring prefix to check for.

Returns

A boolean.

Example

Basic Usage
local s = "hello world"
local r = string.startswith(s, "hello") --> true

string.find_last_of

Searches the string for the last character that matches any of the characters specified in its arguments.

Parameters

  1. The string to search.
  2. A string of characters to match.

Returns

An integer, or nil if nothing is matched.

Example

Basic Usage
-- This will find the last occurance of any listed characters.
local s = "he$$o ?$! world$"
local r = string.find_last_of(s, "!$") --> 16

string.find_first_of

Searches the string for the first character that matches any of the characters specified in its arguments.

Parameters

  1. The string to search.
  2. A string of characters to match.

Returns

An integer, or nil if nothing is matched.

Example

Basic Usage
-- This will find the first occurance of any listed characters.
local s = "he$$o ?$! world$"
local r = string.find_first_of(s, "!$") --> 3

string.iswhitespace

Checks if this string is entirely composed of whitespace characters.

Paramaters

  1. The string to check.

Returns

A boolean.

Example

Basic Usage
local s = "    \t \v \f     \t\t\t\t"
local r = string.iswhitespace(s) --> true

string.find_last_not_of

Searches the string for the last character that does not match any of the characters specified in its arguments.

Parameters

  1. The string to search.
  2. A string of characters to match.

Returns

An integer, or nil if nothing is matched.

Example

Basic Usage
-- This will find the last non-occurance of any listed characters.
local s = "he$$o ?$! world$"
local r = string.find_last_not_of(s, "!$") --> 15

string.find_first_not_of

Searches the string for the first character that does not match any of the characters specified in its arguments.

Parameters

  1. The string to search.
  2. A string of characters to match.

Returns

An integer, or nil if nothing is matched.

Example

Basic Usage
-- This will find the first non-occurance of any listed characters.
local s = "he$$o ?$! world$"
local r = string.find_first_not_of(s, "!$") --> 1

Modified Functions

string.upper

This function now takes a second parameter that specifies which index to capitalize.

Example

Basic Usage
local s = "hello"
assert(s:upper(1) == "Hello")

string.lower

This function now takes a second parameter that specifies which index to make lowercase.

Example

Basic Usage
local s = "HELLO"
assert(s:lower(1) == "hELLO")
- + \ No newline at end of file diff --git a/docs/Runtime Environment/Table Functions.html b/docs/Runtime Environment/Table Functions.html index 9854cf412..b767a56a2 100644 --- a/docs/Runtime Environment/Table Functions.html +++ b/docs/Runtime Environment/Table Functions.html @@ -4,13 +4,13 @@ Table Functions | Pluto - +

Table Functions

New functions for the table type, implemented by Pluto.

table.freeze

Freezes a table to prevent modification.

Parameters

  1. The table to freeze

Returns

The original table, but frozen.

Example

Basic Usage
local t = table.freeze({...})
-- `table.freeze(t)` on another line will work fine too.
t.key = "value" -- Fails.

table.isfrozen

Checks if this table is frozen.

Parameters

  1. The table to check.

Returns

A boolean.

Example

Basic Usage
local t = {}
table.freeze(t)
assert(table.isfrozen(t) == true)

table.contains

Checks if this table contains an element.

Parameters

  1. The table to check.
  2. The element to check for.

Returns

The index or key if found, otherwise nil.

Example

Basic Usage
local t = { 1, 2, 3, 4, 5, 6, key = "value" }
assert(table.contains(t, 4) == 4)
assert(table.contains(t, "value") == "key")
assert(table.contains(t, "nothing") == nil)
- + \ No newline at end of file diff --git a/docs/Tooling.html b/docs/Tooling.html index a42bf323c..856d5f03f 100644 --- a/docs/Tooling.html +++ b/docs/Tooling.html @@ -4,13 +4,13 @@ Tooling | Pluto - +

Tooling

Although Pluto can theoretically be used with Lua-based tooling, there is specialised support for it to enhance your coding experience in VS Code, Sublime Text, etc.

Syntax Highlighting

There is a TextMate bundle for Pluto available here. It provides syntax highlighting as well as snippets (e.g. when you type "fun" then press tab). This can be used in many applications, including Sublime Text and VS Code.

Language Server

pluto-language-server is a simple wrapper on top of plutoc's ability to give you warnings, errors, and suggestions/completions, using LSP to deliver it right into your text editor.

- + \ No newline at end of file diff --git a/docs/category/for-integrators.html b/docs/category/for-integrators.html index 90a334557..e327c8cfe 100644 --- a/docs/category/for-integrators.html +++ b/docs/category/for-integrators.html @@ -4,13 +4,13 @@ For Integrators | Pluto - + - + \ No newline at end of file diff --git a/docs/category/new-features.html b/docs/category/new-features.html index 948647705..1f142dccc 100644 --- a/docs/category/new-features.html +++ b/docs/category/new-features.html @@ -4,13 +4,13 @@ New Features | Pluto - +

New Features

New features implemented by Pluto.

- + \ No newline at end of file diff --git a/docs/category/new-operators.html b/docs/category/new-operators.html index 5c2324446..802a9fa32 100644 --- a/docs/category/new-operators.html +++ b/docs/category/new-operators.html @@ -4,13 +4,13 @@ New Operators | Pluto - + - + \ No newline at end of file diff --git a/docs/category/optimizations.html b/docs/category/optimizations.html index 6dad08f1a..f51a9ca33 100644 --- a/docs/category/optimizations.html +++ b/docs/category/optimizations.html @@ -4,13 +4,13 @@ Optimizations | Pluto - + - + \ No newline at end of file diff --git a/docs/category/qol-improvements.html b/docs/category/qol-improvements.html index 43a1bc437..34cfac66e 100644 --- a/docs/category/qol-improvements.html +++ b/docs/category/qol-improvements.html @@ -4,13 +4,13 @@ QoL Improvements | Pluto - + - + \ No newline at end of file diff --git a/docs/category/runtime-environment.html b/docs/category/runtime-environment.html index 9445187a1..787adf41b 100644 --- a/docs/category/runtime-environment.html +++ b/docs/category/runtime-environment.html @@ -4,13 +4,13 @@ Runtime Environment | Pluto - +
- + \ No newline at end of file diff --git a/index.html b/index.html index 8f0547a37..b3e4a2064 100644 --- a/index.html +++ b/index.html @@ -4,13 +4,13 @@ Pluto, a modern Lua dialect. | Pluto - +

Pluto

A superset of Lua 5.4 — with unique features, optimizations, and improvements.

New Syntax

Pluto implements various popular syntaxes that are absent in Lua.

Optimizations

Pluto is slightly faster than Lua, but in some instances by a pretty large margin.

Larger Standard Library

Pluto aims to meet the standard library of Python, and is slowly encroaching this goal.

- + \ No newline at end of file diff --git a/search-index-docs-default-current.json b/search-index-docs-default-current.json index c90fb103c..8b890ffb3 100644 --- a/search-index-docs-default-current.json +++ b/search-index-docs-default-current.json @@ -1 +1 @@ -{"documents":[{"id":1,"pageTitle":"Beginner's Guide","sectionTitle":"Beginner's Guide","sectionRoute":"/docs/Beginners Guide","type":"docs"},{"id":2,"pageTitle":"Beginner's Guide","sectionTitle":"Your first program","sectionRoute":"/docs/Beginners Guide#your-first-program","type":"docs"},{"id":3,"pageTitle":"Beginner's Guide","sectionTitle":"Simple arithmetic","sectionRoute":"/docs/Beginners Guide#simple-arithmetic","type":"docs"},{"id":4,"pageTitle":"Beginner's Guide","sectionTitle":"Variables","sectionRoute":"/docs/Beginners Guide#variables","type":"docs"},{"id":5,"pageTitle":"Beginner's Guide","sectionTitle":"Conditionals","sectionRoute":"/docs/Beginners Guide#conditionals","type":"docs"},{"id":6,"pageTitle":"Beginner's Guide","sectionTitle":"Loops","sectionRoute":"/docs/Beginners Guide#loops","type":"docs"},{"id":7,"pageTitle":"Beginner's Guide","sectionTitle":"Tables","sectionRoute":"/docs/Beginners Guide#tables","type":"docs"},{"id":8,"pageTitle":"Beginner's Guide","sectionTitle":"Calculating K/D ratios","sectionRoute":"/docs/Beginners Guide#calculating-kd-ratios","type":"docs"},{"id":9,"pageTitle":"Beginner's Guide","sectionTitle":"Encapsulation in functions","sectionRoute":"/docs/Beginners Guide#encapsulation-in-functions","type":"docs"},{"id":10,"pageTitle":"Beginner's Guide","sectionTitle":"Local variables","sectionRoute":"/docs/Beginners Guide#local-variables","type":"docs"},{"id":11,"pageTitle":"Beginner's Guide","sectionTitle":"Nil values","sectionRoute":"/docs/Beginners Guide#nil-values","type":"docs"},{"id":12,"pageTitle":"Beginner's Guide","sectionTitle":"Where to go from here","sectionRoute":"/docs/Beginners Guide#where-to-go-from-here","type":"docs"},{"id":36,"pageTitle":"","sectionTitle":"📄️ Content Moderation","sectionRoute":"/docs/category/for-integrators","type":"docs"},{"id":37,"pageTitle":"","sectionTitle":"📄️ Execution Time Limit","sectionRoute":"/docs/category/for-integrators","type":"docs"},{"id":38,"pageTitle":"","sectionTitle":"📄️ Infinite Loop Prevention","sectionRoute":"/docs/category/for-integrators","type":"docs"},{"id":39,"pageTitle":"","sectionTitle":"📄️ VM Dump","sectionRoute":"/docs/category/for-integrators","type":"docs"},{"id":13,"pageTitle":"","sectionTitle":"📄️ String Indexing","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":14,"pageTitle":"","sectionTitle":"📄️ Numeral Parsing","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":15,"pageTitle":"","sectionTitle":"📄️ Break Statement","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":16,"pageTitle":"","sectionTitle":"📄️ Continue Statement","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":17,"pageTitle":"","sectionTitle":"📄️ Lambda Expressions","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":18,"pageTitle":"","sectionTitle":"📄️ Table Freezing","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":19,"pageTitle":"","sectionTitle":"📄️ Export Modifier","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":20,"pageTitle":"","sectionTitle":"📄️ String Interpolation","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":21,"pageTitle":"","sectionTitle":"📄️ Ternary Expressions","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":22,"pageTitle":"","sectionTitle":"📄️ Enumerations","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":23,"pageTitle":"","sectionTitle":"📄️ For-As Loop","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":24,"pageTitle":"","sectionTitle":"📄️ Switch Statement","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":25,"pageTitle":"","sectionTitle":"📄️ Default Arguments","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":26,"pageTitle":"","sectionTitle":"📄️ Named Arguments","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":27,"pageTitle":"","sectionTitle":"📄️ Type Hinting","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":28,"pageTitle":"","sectionTitle":"📄️ In Expressions","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":29,"pageTitle":"","sectionTitle":"📄️ Named Varargs","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":30,"pageTitle":"","sectionTitle":"📄️ Destructuring","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":31,"pageTitle":"","sectionTitle":"📄️ Constexpr Attribute","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":32,"pageTitle":"","sectionTitle":"📄️ Safe Navigation","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":33,"pageTitle":"","sectionTitle":"📄️ Compile-Time Evaluation","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":34,"pageTitle":"","sectionTitle":"📄️ Compiler Warnings","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":35,"pageTitle":"","sectionTitle":"📄️ Object-Oriented Programming","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":40,"pageTitle":"","sectionTitle":"📄️ Alternative Operators","sectionRoute":"/docs/category/new-operators","type":"docs"},{"id":41,"pageTitle":"","sectionTitle":"📄️ Compound Operators","sectionRoute":"/docs/category/new-operators","type":"docs"},{"id":42,"pageTitle":"","sectionTitle":"📄️ Increment Operator","sectionRoute":"/docs/category/new-operators","type":"docs"},{"id":43,"pageTitle":"","sectionTitle":"📄️ Null-Coalescing Operator","sectionRoute":"/docs/category/new-operators","type":"docs"},{"id":44,"pageTitle":"","sectionTitle":"📄️ Walrus Operator","sectionRoute":"/docs/category/new-operators","type":"docs"},{"id":45,"pageTitle":"","sectionTitle":"📄️ For Loops","sectionRoute":"/docs/category/optimizations","type":"docs"},{"id":46,"pageTitle":"","sectionTitle":"📄️ Jump Table","sectionRoute":"/docs/category/optimizations","type":"docs"},{"id":47,"pageTitle":"","sectionTitle":"📄️ Long Jump","sectionRoute":"/docs/category/optimizations","type":"docs"},{"id":48,"pageTitle":"","sectionTitle":"📄️ Special Arthimetic","sectionRoute":"/docs/category/optimizations","type":"docs"},{"id":49,"pageTitle":"","sectionTitle":"📄️ Table Length","sectionRoute":"/docs/category/optimizations","type":"docs"},{"id":50,"pageTitle":"","sectionTitle":"📄️ Boolean Concatenation","sectionRoute":"/docs/category/qol-improvements","type":"docs"},{"id":51,"pageTitle":"","sectionTitle":"📄️ Improved Iteration","sectionRoute":"/docs/category/qol-improvements","type":"docs"},{"id":52,"pageTitle":"","sectionTitle":"📄️ Let Alias For Local","sectionRoute":"/docs/category/qol-improvements","type":"docs"},{"id":53,"pageTitle":"","sectionTitle":"📄️ Optional Parentheses","sectionRoute":"/docs/category/qol-improvements","type":"docs"},{"id":54,"pageTitle":"","sectionTitle":"📄️ Removed Locals Limit","sectionRoute":"/docs/category/qol-improvements","type":"docs"},{"id":55,"pageTitle":"","sectionTitle":"📄️ Reserved Identifiers","sectionRoute":"/docs/category/qol-improvements","type":"docs"},{"id":56,"pageTitle":"","sectionTitle":"📄️ Syntax Errors","sectionRoute":"/docs/category/qol-improvements","type":"docs"},{"id":64,"pageTitle":"","sectionTitle":"📄️ IO Functions","sectionRoute":"/docs/category/runtime-environment","type":"docs"},{"id":65,"pageTitle":"","sectionTitle":"📄️ OS Functions","sectionRoute":"/docs/category/runtime-environment","type":"docs"},{"id":66,"pageTitle":"","sectionTitle":"📄️ Table Functions","sectionRoute":"/docs/category/runtime-environment","type":"docs"},{"id":67,"pageTitle":"","sectionTitle":"📄️ String Functions","sectionRoute":"/docs/category/runtime-environment","type":"docs"},{"id":68,"pageTitle":"","sectionTitle":"📄️ Global Functions","sectionRoute":"/docs/category/runtime-environment","type":"docs"},{"id":69,"pageTitle":"","sectionTitle":"📄️ Crypto Functions","sectionRoute":"/docs/category/runtime-environment","type":"docs"},{"id":70,"pageTitle":"","sectionTitle":"📄️ Coroutine Functions","sectionRoute":"/docs/category/runtime-environment","type":"docs"},{"id":71,"pageTitle":"","sectionTitle":"📄️ Base32 Functions","sectionRoute":"/docs/category/runtime-environment","type":"docs"},{"id":72,"pageTitle":"","sectionTitle":"📄️ Base58 Functions","sectionRoute":"/docs/category/runtime-environment","type":"docs"},{"id":73,"pageTitle":"","sectionTitle":"📄️ Base64 Functions","sectionRoute":"/docs/category/runtime-environment","type":"docs"},{"id":74,"pageTitle":"","sectionTitle":"📄️ JSON Functions","sectionRoute":"/docs/category/runtime-environment","type":"docs"},{"id":57,"pageTitle":"Compatibility","sectionTitle":"Compatibility","sectionRoute":"/docs/Compatibility","type":"docs"},{"id":58,"pageTitle":"Compatibility","sectionTitle":"How compatible with Lua is Pluto?","sectionRoute":"/docs/Compatibility#how-compatible-with-lua-is-pluto","type":"docs"},{"id":59,"pageTitle":"Compatibility","sectionTitle":"Where are the incompatibilities?","sectionRoute":"/docs/Compatibility#where-are-the-incompatibilities","type":"docs"},{"id":60,"pageTitle":"Compatibility","sectionTitle":"Compatibility Mode","sectionRoute":"/docs/Compatibility#compatibility-mode","type":"docs"},{"id":61,"pageTitle":"Compatibility","sectionTitle":"Configuration for scripters","sectionRoute":"/docs/Compatibility#configuration-for-scripters","type":"docs"},{"id":62,"pageTitle":"Compatibility","sectionTitle":"Configuration for integrators","sectionRoute":"/docs/Compatibility#configuration-for-integrators","type":"docs"},{"id":63,"pageTitle":"Compatibility","sectionTitle":"Portability & proactive compatibility","sectionRoute":"/docs/Compatibility#portability--proactive-compatibility","type":"docs"},{"id":76,"pageTitle":"Content Moderation","sectionTitle":"Content Moderation","sectionRoute":"/docs/For Integrators/Content Moderation","type":"docs"},{"id":77,"pageTitle":"Content Moderation","sectionTitle":"Disable Compiled Code","sectionRoute":"/docs/For Integrators/Content Moderation#disable-compiled-code","type":"docs"},{"id":78,"pageTitle":"Content Moderation","sectionTitle":"Filter Loaded Files","sectionRoute":"/docs/For Integrators/Content Moderation#filter-loaded-files","type":"docs"},{"id":75,"pageTitle":"Execution Time Limit","sectionTitle":"Execution Time Limit","sectionRoute":"/docs/For Integrators/Execution Time Limit","type":"docs"},{"id":79,"pageTitle":"Infinite Loop Prevention","sectionTitle":"Infinite Loop Prevention","sectionRoute":"/docs/For Integrators/Infinite Loop Prevention","type":"docs"},{"id":81,"pageTitle":"VM Dump","sectionTitle":"VM Dump","sectionRoute":"/docs/For Integrators/VM Dump","type":"docs"},{"id":82,"pageTitle":"VM Dump","sectionTitle":"Configuration","sectionRoute":"/docs/For Integrators/VM Dump#configuration","type":"docs"},{"id":83,"pageTitle":"VM Dump","sectionTitle":"What it looks like","sectionRoute":"/docs/For Integrators/VM Dump#what-it-looks-like","type":"docs"},{"id":84,"pageTitle":"","sectionTitle":"Getting Started","sectionRoute":"/docs/Getting Started","type":"docs"},{"id":85,"pageTitle":"","sectionTitle":"Write Pluto Online","sectionRoute":"/docs/Getting Started#write-pluto-online","type":"docs"},{"id":86,"pageTitle":"","sectionTitle":"Prebuilt Binaries","sectionRoute":"/docs/Getting Started#prebuilt-binaries","type":"docs"},{"id":87,"pageTitle":"","sectionTitle":"Chocolatey","sectionRoute":"/docs/Getting Started#chocolatey","type":"docs"},{"id":88,"pageTitle":"","sectionTitle":"APT Repository","sectionRoute":"/docs/Getting Started#apt-repository","type":"docs"},{"id":89,"pageTitle":"","sectionTitle":"Compile Pluto Yourself","sectionRoute":"/docs/Getting Started#compile-pluto-yourself","type":"docs"},{"id":90,"pageTitle":"","sectionTitle":"PHP Scripts","sectionRoute":"/docs/Getting Started#php-scripts","type":"docs"},{"id":91,"pageTitle":"","sectionTitle":"Visual Studio","sectionRoute":"/docs/Getting Started#visual-studio","type":"docs"},{"id":92,"pageTitle":"","sectionTitle":"Make","sectionRoute":"/docs/Getting Started#make","type":"docs"},{"id":93,"pageTitle":"","sectionTitle":"Sun","sectionRoute":"/docs/Getting Started#sun","type":"docs"},{"id":80,"pageTitle":"","sectionTitle":"What is Pluto?","sectionRoute":"/docs/Introduction","type":"docs"},{"id":94,"pageTitle":"Break Statement","sectionTitle":"Break Statement","sectionRoute":"/docs/New Features/Break Statement","type":"docs"},{"id":95,"pageTitle":"Compile-Time Evaluation","sectionTitle":"Compile-Time Evaluation","sectionRoute":"/docs/New Features/Compile-Time Evaluation","type":"docs"},{"id":96,"pageTitle":"Compile-Time Evaluation","sectionTitle":"Function calls","sectionRoute":"/docs/New Features/Compile-Time Evaluation#function-calls","type":"docs"},{"id":97,"pageTitle":"Compile-Time Evaluation","sectionTitle":"Conditionals","sectionRoute":"/docs/New Features/Compile-Time Evaluation#conditionals","type":"docs"},{"id":98,"pageTitle":"Compiler Warnings","sectionTitle":"Compiler Warnings","sectionRoute":"/docs/New Features/Compiler Warnings","type":"docs"},{"id":99,"pageTitle":"Compiler Warnings","sectionTitle":"Examples","sectionRoute":"/docs/New Features/Compiler Warnings#examples","type":"docs"},{"id":100,"pageTitle":"Compiler Warnings","sectionTitle":"Compile-time Configuration","sectionRoute":"/docs/New Features/Compiler Warnings#compile-time-configuration","type":"docs"},{"id":104,"pageTitle":"Constexpr Attribute","sectionTitle":"Constexpr Attribute","sectionRoute":"/docs/New Features/Constexpr Attribute","type":"docs"},{"id":101,"pageTitle":"Continue Statement","sectionTitle":"Continue Statement","sectionRoute":"/docs/New Features/Continue Statement","type":"docs"},{"id":102,"pageTitle":"Continue Statement","sectionTitle":"Continue's Only Argument","sectionRoute":"/docs/New Features/Continue Statement#continues-only-argument","type":"docs"},{"id":103,"pageTitle":"Continue Statement","sectionTitle":"Using Compatibility Mode?","sectionRoute":"/docs/New Features/Continue Statement#using-compatibility-mode","type":"docs"},{"id":105,"pageTitle":"Default Arguments","sectionTitle":"Default Arguments","sectionRoute":"/docs/New Features/Default Arguments","type":"docs"},{"id":123,"pageTitle":"Destructuring","sectionTitle":"Destructuring","sectionRoute":"/docs/New Features/Destructuring","type":"docs"},{"id":124,"pageTitle":"Destructuring","sectionTitle":"Array destructuring","sectionRoute":"/docs/New Features/Destructuring#array-destructuring","type":"docs"},{"id":125,"pageTitle":"Destructuring","sectionTitle":"Table destructuring","sectionRoute":"/docs/New Features/Destructuring#table-destructuring","type":"docs"},{"id":126,"pageTitle":"Destructuring","sectionTitle":"Different variable name","sectionRoute":"/docs/New Features/Destructuring#different-variable-name","type":"docs"},{"id":106,"pageTitle":"Enumerations","sectionTitle":"Enumerations","sectionRoute":"/docs/New Features/Enumerations","type":"docs"},{"id":107,"pageTitle":"Enumerations","sectionTitle":"Scoped Enums","sectionRoute":"/docs/New Features/Enumerations#scoped-enums","type":"docs"},{"id":108,"pageTitle":"Enumerations","sectionTitle":"Reflection","sectionRoute":"/docs/New Features/Enumerations#reflection","type":"docs"},{"id":109,"pageTitle":"Enumerations","sectionTitle":"Anonymous Enums","sectionRoute":"/docs/New Features/Enumerations#anonymous-enums","type":"docs"},{"id":110,"pageTitle":"Enumerations","sectionTitle":"Using Compatibility Mode?","sectionRoute":"/docs/New Features/Enumerations#using-compatibility-mode","type":"docs"},{"id":111,"pageTitle":"Export Modifier","sectionTitle":"Export Modifier","sectionRoute":"/docs/New Features/Export Modifier","type":"docs"},{"id":112,"pageTitle":"Export Modifier","sectionTitle":"Using Compatibility Mode?","sectionRoute":"/docs/New Features/Export Modifier#using-compatibility-mode","type":"docs"},{"id":145,"pageTitle":"For-As Loop","sectionTitle":"For-As Loop","sectionRoute":"/docs/New Features/For-As Loop","type":"docs"},{"id":116,"pageTitle":"In Expressions","sectionTitle":"In Expressions","sectionRoute":"/docs/New Features/In Expressions","type":"docs"},{"id":117,"pageTitle":"In Expressions","sectionTitle":"Rules","sectionRoute":"/docs/New Features/In Expressions#rules","type":"docs"},{"id":118,"pageTitle":"Lambda Expressions","sectionTitle":"Lambda Expressions","sectionRoute":"/docs/New Features/Lambda Expressions","type":"docs"},{"id":113,"pageTitle":"Named Arguments","sectionTitle":"Named Arguments","sectionRoute":"/docs/New Features/Named Arguments","type":"docs"},{"id":114,"pageTitle":"Named Arguments","sectionTitle":"Mixing arguments","sectionRoute":"/docs/New Features/Named Arguments#mixing-arguments","type":"docs"},{"id":115,"pageTitle":"Named Arguments","sectionTitle":"Limitations","sectionRoute":"/docs/New Features/Named Arguments#limitations","type":"docs"},{"id":119,"pageTitle":"Named Varargs","sectionTitle":"Named Varargs","sectionRoute":"/docs/New Features/Named Varargs","type":"docs"},{"id":120,"pageTitle":"Numeral Parsing","sectionTitle":"Numeral Parsing","sectionRoute":"/docs/New Features/Numeral Parsing","type":"docs"},{"id":121,"pageTitle":"Numeral Parsing","sectionTitle":"Cosmetic Underscores","sectionRoute":"/docs/New Features/Numeral Parsing#cosmetic-underscores","type":"docs"},{"id":122,"pageTitle":"Numeral Parsing","sectionTitle":"Binary Integers","sectionRoute":"/docs/New Features/Numeral Parsing#binary-integers","type":"docs"},{"id":147,"pageTitle":"Object-Oriented Programming","sectionTitle":"Object-Oriented Programming","sectionRoute":"/docs/New Features/Object-Oriented Programming","type":"docs"},{"id":148,"pageTitle":"Object-Oriented Programming","sectionTitle":"Method Creation","sectionRoute":"/docs/New Features/Object-Oriented Programming#method-creation","type":"docs"},{"id":149,"pageTitle":"Object-Oriented Programming","sectionTitle":"Static Functions","sectionRoute":"/docs/New Features/Object-Oriented Programming#static-functions","type":"docs"},{"id":150,"pageTitle":"Object-Oriented Programming","sectionTitle":"New Expression","sectionRoute":"/docs/New Features/Object-Oriented Programming#new-expression","type":"docs"},{"id":151,"pageTitle":"Object-Oriented Programming","sectionTitle":"Class Statement","sectionRoute":"/docs/New Features/Object-Oriented Programming#class-statement","type":"docs"},{"id":152,"pageTitle":"Object-Oriented Programming","sectionTitle":"Class Expression","sectionRoute":"/docs/New Features/Object-Oriented Programming#class-expression","type":"docs"},{"id":153,"pageTitle":"Object-Oriented Programming","sectionTitle":"Extends","sectionRoute":"/docs/New Features/Object-Oriented Programming#extends","type":"docs"},{"id":154,"pageTitle":"Object-Oriented Programming","sectionTitle":"Parent Expression","sectionRoute":"/docs/New Features/Object-Oriented Programming#parent-expression","type":"docs"},{"id":155,"pageTitle":"Object-Oriented Programming","sectionTitle":"Constructor Promotion","sectionRoute":"/docs/New Features/Object-Oriented Programming#constructor-promotion","type":"docs"},{"id":156,"pageTitle":"Object-Oriented Programming","sectionTitle":"Instanceof Operator","sectionRoute":"/docs/New Features/Object-Oriented Programming#instanceof-operator","type":"docs"},{"id":157,"pageTitle":"Object-Oriented Programming","sectionTitle":"Using Compatibility Mode?","sectionRoute":"/docs/New Features/Object-Oriented Programming#using-compatibility-mode","type":"docs"},{"id":127,"pageTitle":"Safe Navigation","sectionTitle":"Safe Navigation","sectionRoute":"/docs/New Features/Safe Navigation","type":"docs"},{"id":128,"pageTitle":"String Indexing","sectionTitle":"String Indexing","sectionRoute":"/docs/New Features/String Indexing","type":"docs"},{"id":131,"pageTitle":"String Interpolation","sectionTitle":"String Interpolation","sectionRoute":"/docs/New Features/String Interpolation","type":"docs"},{"id":141,"pageTitle":"Switch Statement","sectionTitle":"Switch Statement","sectionRoute":"/docs/New Features/Switch Statement","type":"docs"},{"id":142,"pageTitle":"Switch Statement","sectionTitle":"Case Statement","sectionRoute":"/docs/New Features/Switch Statement#case-statement","type":"docs"},{"id":143,"pageTitle":"Switch Statement","sectionTitle":"Using Compatibility Mode?","sectionRoute":"/docs/New Features/Switch Statement#using-compatibility-mode","type":"docs"},{"id":129,"pageTitle":"Table Freezing","sectionTitle":"Table Freezing","sectionRoute":"/docs/New Features/Table Freezing","type":"docs"},{"id":130,"pageTitle":"Table Freezing","sectionTitle":"What will this prevent?","sectionRoute":"/docs/New Features/Table Freezing#what-will-this-prevent","type":"docs"},{"id":132,"pageTitle":"Ternary Expressions","sectionTitle":"Ternary Expressions","sectionRoute":"/docs/New Features/Ternary Expressions","type":"docs"},{"id":133,"pageTitle":"Ternary Expressions","sectionTitle":"If Expressions","sectionRoute":"/docs/New Features/Ternary Expressions#if-expressions","type":"docs"},{"id":134,"pageTitle":"Ternary Expressions","sectionTitle":"Doesn't Lua already have ternaries?","sectionRoute":"/docs/New Features/Ternary Expressions#doesnt-lua-already-have-ternaries","type":"docs"},{"id":135,"pageTitle":"Type Hinting","sectionTitle":"Type Hinting","sectionRoute":"/docs/New Features/Type Hinting","type":"docs"},{"id":136,"pageTitle":"Type Hinting","sectionTitle":"What types can I use?","sectionRoute":"/docs/New Features/Type Hinting#what-types-can-i-use","type":"docs"},{"id":140,"pageTitle":"Alternative Operators","sectionTitle":"Alternative Operators","sectionRoute":"/docs/New Operators/Alternative Operators","type":"docs"},{"id":137,"pageTitle":"Compound Operators","sectionTitle":"Compound Operators","sectionRoute":"/docs/New Operators/Compound Operators","type":"docs"},{"id":138,"pageTitle":"Compound Operators","sectionTitle":"Additions","sectionRoute":"/docs/New Operators/Compound Operators","type":"docs"},{"id":139,"pageTitle":"Compound Operators","sectionTitle":"Why are they faster?","sectionRoute":"/docs/New Operators/Compound Operators","type":"docs"},{"id":144,"pageTitle":"Increment Operator","sectionTitle":"Increment Operator","sectionRoute":"/docs/New Operators/Increment Operator","type":"docs"},{"id":146,"pageTitle":"Null-Coalescing Operator","sectionTitle":"Null-Coalescing Operator","sectionRoute":"/docs/New Operators/Null-Coalescing Operator","type":"docs"},{"id":179,"pageTitle":"Walrus Operator","sectionTitle":"Walrus Operator","sectionRoute":"/docs/New Operators/Walrus Operator","type":"docs"},{"id":180,"pageTitle":"Walrus Operator","sectionTitle":"Examples","sectionRoute":"/docs/New Operators/Walrus Operator#examples","type":"docs"},{"id":161,"pageTitle":"For Loops","sectionTitle":"For Loops","sectionRoute":"/docs/Optimizations/For Loops","type":"docs"},{"id":162,"pageTitle":"For Loops","sectionTitle":"How does it work?","sectionRoute":"/docs/Optimizations/For Loops","type":"docs"},{"id":158,"pageTitle":"Jump Table","sectionTitle":"Jump Table","sectionRoute":"/docs/Optimizations/Jump Table","type":"docs"},{"id":160,"pageTitle":"Long Jump","sectionTitle":"Long Jump","sectionRoute":"/docs/Optimizations/Long Jump","type":"docs"},{"id":159,"pageTitle":"Special Arthimetic","sectionTitle":"Special Arthimetic","sectionRoute":"/docs/Optimizations/Special Arthimetic","type":"docs"},{"id":163,"pageTitle":"Table Length","sectionTitle":"Table Length","sectionRoute":"/docs/Optimizations/Table Length","type":"docs"},{"id":164,"pageTitle":"Boolean Concatenation","sectionTitle":"Boolean Concatenation","sectionRoute":"/docs/QoL Improvements/Boolean Concatenation","type":"docs"},{"id":165,"pageTitle":"Improved Iteration","sectionTitle":"Improved Iteration","sectionRoute":"/docs/QoL Improvements/Improved Iteration","type":"docs"},{"id":166,"pageTitle":"Improved Iteration","sectionTitle":"Generalized Iteration","sectionRoute":"/docs/QoL Improvements/Improved Iteration#generalized-iteration","type":"docs"},{"id":167,"pageTitle":"Let Alias For Local","sectionTitle":"Let Alias For Local","sectionRoute":"/docs/QoL Improvements/Let Alias For Local","type":"docs"},{"id":168,"pageTitle":"Let Alias For Local","sectionTitle":"For integrators","sectionRoute":"/docs/QoL Improvements/Let Alias For Local#for-integrators","type":"docs"},{"id":169,"pageTitle":"Optional Parentheses","sectionTitle":"Optional Parentheses","sectionRoute":"/docs/QoL Improvements/Optional Parentheses","type":"docs"},{"id":170,"pageTitle":"Removed Locals Limit","sectionTitle":"Removed Locals Limit","sectionRoute":"/docs/QoL Improvements/Removed Locals Limit","type":"docs"},{"id":185,"pageTitle":"Reserved Identifiers","sectionTitle":"Reserved Identifiers","sectionRoute":"/docs/QoL Improvements/Reserved Identifiers","type":"docs"},{"id":181,"pageTitle":"Syntax Errors","sectionTitle":"Syntax Errors","sectionRoute":"/docs/QoL Improvements/Syntax Errors","type":"docs"},{"id":182,"pageTitle":"Syntax Errors","sectionTitle":"Example 1","sectionRoute":"/docs/QoL Improvements/Syntax Errors#example-1","type":"docs"},{"id":183,"pageTitle":"Syntax Errors","sectionTitle":"Example 2","sectionRoute":"/docs/QoL Improvements/Syntax Errors#example-2","type":"docs"},{"id":184,"pageTitle":"Syntax Errors","sectionTitle":"ANSI Coloring","sectionRoute":"/docs/QoL Improvements/Syntax Errors#ansi-coloring","type":"docs"},{"id":171,"pageTitle":"Base32 Functions","sectionTitle":"Base32 Functions","sectionRoute":"/docs/Runtime Environment/Base32 Functions","type":"docs"},{"id":172,"pageTitle":"Base32 Functions","sectionTitle":"base32","sectionRoute":"/docs/Runtime Environment/Base32 Functions#base32","type":"docs"},{"id":173,"pageTitle":"Base32 Functions","sectionTitle":"base32.encode(data, pad)","sectionRoute":"/docs/Runtime Environment/Base32 Functions#base32encodedata-pad","type":"docs"},{"id":174,"pageTitle":"Base32 Functions","sectionTitle":"base32.decode(data)","sectionRoute":"/docs/Runtime Environment/Base32 Functions#base32decodedata","type":"docs"},{"id":175,"pageTitle":"Base58 Functions","sectionTitle":"Base58 Functions","sectionRoute":"/docs/Runtime Environment/Base58 Functions","type":"docs"},{"id":176,"pageTitle":"Base58 Functions","sectionTitle":"base58","sectionRoute":"/docs/Runtime Environment/Base58 Functions#base58","type":"docs"},{"id":177,"pageTitle":"Base58 Functions","sectionTitle":"base58.decode(data)","sectionRoute":"/docs/Runtime Environment/Base58 Functions#base58decodedata","type":"docs"},{"id":178,"pageTitle":"Base58 Functions","sectionTitle":"base58.is_valid(data)","sectionRoute":"/docs/Runtime Environment/Base58 Functions#base58is_validdata","type":"docs"},{"id":186,"pageTitle":"Base64 Functions","sectionTitle":"Base64 Functions","sectionRoute":"/docs/Runtime Environment/Base64 Functions","type":"docs"},{"id":187,"pageTitle":"Base64 Functions","sectionTitle":"base64","sectionRoute":"/docs/Runtime Environment/Base64 Functions#base64","type":"docs"},{"id":188,"pageTitle":"Base64 Functions","sectionTitle":"base64.encode(data, pad)","sectionRoute":"/docs/Runtime Environment/Base64 Functions#base64encodedata-pad","type":"docs"},{"id":189,"pageTitle":"Base64 Functions","sectionTitle":"base64.decode(data)","sectionRoute":"/docs/Runtime Environment/Base64 Functions#base64decodedata","type":"docs"},{"id":190,"pageTitle":"Base64 Functions","sectionTitle":"base64.url_encode(data, pad)","sectionRoute":"/docs/Runtime Environment/Base64 Functions#base64url_encodedata-pad","type":"docs"},{"id":191,"pageTitle":"Base64 Functions","sectionTitle":"base64.url_decode(data)","sectionRoute":"/docs/Runtime Environment/Base64 Functions#base64url_decodedata","type":"docs"},{"id":196,"pageTitle":"Coroutine Functions","sectionTitle":"Coroutine Functions","sectionRoute":"/docs/Runtime Environment/Coroutine Functions","type":"docs"},{"id":197,"pageTitle":"Coroutine Functions","sectionTitle":"coroutine.xresume","sectionRoute":"/docs/Runtime Environment/Coroutine Functions#coroutinexresume","type":"docs"},{"id":225,"pageTitle":"Crypto Functions","sectionTitle":"Crypto Functions","sectionRoute":"/docs/Runtime Environment/Crypto Functions","type":"docs"},{"id":226,"pageTitle":"Crypto Functions","sectionTitle":"Hashing Algorithms","sectionRoute":"/docs/Runtime Environment/Crypto Functions#hashing-algorithms","type":"docs"},{"id":227,"pageTitle":"Crypto Functions","sectionTitle":"Lua","sectionRoute":"/docs/Runtime Environment/Crypto Functions#lua","type":"docs"},{"id":228,"pageTitle":"Crypto Functions","sectionTitle":"MD5","sectionRoute":"/docs/Runtime Environment/Crypto Functions#md5","type":"docs"},{"id":229,"pageTitle":"Crypto Functions","sectionTitle":"DJB2","sectionRoute":"/docs/Runtime Environment/Crypto Functions#djb2","type":"docs"},{"id":230,"pageTitle":"Crypto Functions","sectionTitle":"FNV1","sectionRoute":"/docs/Runtime Environment/Crypto Functions#fnv1","type":"docs"},{"id":231,"pageTitle":"Crypto Functions","sectionTitle":"JOAAT","sectionRoute":"/docs/Runtime Environment/Crypto Functions#joaat","type":"docs"},{"id":232,"pageTitle":"Crypto Functions","sectionTitle":"SDBM","sectionRoute":"/docs/Runtime Environment/Crypto Functions#sdbm","type":"docs"},{"id":233,"pageTitle":"Crypto Functions","sectionTitle":"FNV1A","sectionRoute":"/docs/Runtime Environment/Crypto Functions#fnv1a","type":"docs"},{"id":234,"pageTitle":"Crypto Functions","sectionTitle":"CRC32","sectionRoute":"/docs/Runtime Environment/Crypto Functions#crc32","type":"docs"},{"id":235,"pageTitle":"Crypto Functions","sectionTitle":"Lookup3","sectionRoute":"/docs/Runtime Environment/Crypto Functions#lookup3","type":"docs"},{"id":236,"pageTitle":"Crypto Functions","sectionTitle":"Times33","sectionRoute":"/docs/Runtime Environment/Crypto Functions#times33","type":"docs"},{"id":237,"pageTitle":"Crypto Functions","sectionTitle":"SHA-256","sectionRoute":"/docs/Runtime Environment/Crypto Functions#sha-256","type":"docs"},{"id":238,"pageTitle":"Crypto Functions","sectionTitle":"Murmur1","sectionRoute":"/docs/Runtime Environment/Crypto Functions#murmur1","type":"docs"},{"id":239,"pageTitle":"Crypto Functions","sectionTitle":"Murmur2","sectionRoute":"/docs/Runtime Environment/Crypto Functions#murmur2","type":"docs"},{"id":240,"pageTitle":"Crypto Functions","sectionTitle":"Murmur2A","sectionRoute":"/docs/Runtime Environment/Crypto Functions#murmur2a","type":"docs"},{"id":241,"pageTitle":"Crypto Functions","sectionTitle":"Murmur64A","sectionRoute":"/docs/Runtime Environment/Crypto Functions#murmur64a","type":"docs"},{"id":242,"pageTitle":"Crypto Functions","sectionTitle":"Murmur64B","sectionRoute":"/docs/Runtime Environment/Crypto Functions#murmur64b","type":"docs"},{"id":243,"pageTitle":"Crypto Functions","sectionTitle":"Murmur2Neutral","sectionRoute":"/docs/Runtime Environment/Crypto Functions#murmur2neutral","type":"docs"},{"id":244,"pageTitle":"Crypto Functions","sectionTitle":"PRNGs","sectionRoute":"/docs/Runtime Environment/Crypto Functions#prngs","type":"docs"},{"id":245,"pageTitle":"Crypto Functions","sectionTitle":"random","sectionRoute":"/docs/Runtime Environment/Crypto Functions#random","type":"docs"},{"id":246,"pageTitle":"Crypto Functions","sectionTitle":"Misc Functions","sectionRoute":"/docs/Runtime Environment/Crypto Functions#misc-functions","type":"docs"},{"id":247,"pageTitle":"Crypto Functions","sectionTitle":"hexdigest","sectionRoute":"/docs/Runtime Environment/Crypto Functions#hexdigest","type":"docs"},{"id":192,"pageTitle":"Global Functions","sectionTitle":"Global Functions","sectionRoute":"/docs/Runtime Environment/Global Functions","type":"docs"},{"id":193,"pageTitle":"Global Functions","sectionTitle":"New Functions","sectionRoute":"/docs/Runtime Environment/Global Functions#new-functions","type":"docs"},{"id":194,"pageTitle":"Global Functions","sectionTitle":"utostring","sectionRoute":"/docs/Runtime Environment/Global Functions#utostring","type":"docs"},{"id":195,"pageTitle":"Global Functions","sectionTitle":"utonumber","sectionRoute":"/docs/Runtime Environment/Global Functions#utonumber","type":"docs"},{"id":208,"pageTitle":"IO Functions","sectionTitle":"IO Functions","sectionRoute":"/docs/Runtime Environment/IO Functions","type":"docs"},{"id":209,"pageTitle":"IO Functions","sectionTitle":"io.isdir","sectionRoute":"/docs/Runtime Environment/IO Functions#ioisdir","type":"docs"},{"id":210,"pageTitle":"IO Functions","sectionTitle":"io.isfile","sectionRoute":"/docs/Runtime Environment/IO Functions#ioisfile","type":"docs"},{"id":211,"pageTitle":"IO Functions","sectionTitle":"io.listdir","sectionRoute":"/docs/Runtime Environment/IO Functions#iolistdir","type":"docs"},{"id":212,"pageTitle":"IO Functions","sectionTitle":"io.exists","sectionRoute":"/docs/Runtime Environment/IO Functions#ioexists","type":"docs"},{"id":213,"pageTitle":"IO Functions","sectionTitle":"io.copyto","sectionRoute":"/docs/Runtime Environment/IO Functions#iocopyto","type":"docs"},{"id":214,"pageTitle":"IO Functions","sectionTitle":"io.filesize","sectionRoute":"/docs/Runtime Environment/IO Functions#iofilesize","type":"docs"},{"id":215,"pageTitle":"IO Functions","sectionTitle":"io.makedir","sectionRoute":"/docs/Runtime Environment/IO Functions#iomakedir","type":"docs"},{"id":216,"pageTitle":"IO Functions","sectionTitle":"io.makedirs","sectionRoute":"/docs/Runtime Environment/IO Functions#iomakedirs","type":"docs"},{"id":217,"pageTitle":"IO Functions","sectionTitle":"io.absolute","sectionRoute":"/docs/Runtime Environment/IO Functions#ioabsolute","type":"docs"},{"id":198,"pageTitle":"JSON Functions","sectionTitle":"JSON Functions","sectionRoute":"/docs/Runtime Environment/JSON Functions","type":"docs"},{"id":199,"pageTitle":"JSON Functions","sectionTitle":"json","sectionRoute":"/docs/Runtime Environment/JSON Functions#json","type":"docs"},{"id":200,"pageTitle":"JSON Functions","sectionTitle":"json.encode(data, pretty)","sectionRoute":"/docs/Runtime Environment/JSON Functions#jsonencodedata-pretty","type":"docs"},{"id":201,"pageTitle":"JSON Functions","sectionTitle":"json.decode(data)","sectionRoute":"/docs/Runtime Environment/JSON Functions#jsondecodedata","type":"docs"},{"id":202,"pageTitle":"OS Functions","sectionTitle":"OS Functions","sectionRoute":"/docs/Runtime Environment/OS Functions","type":"docs"},{"id":203,"pageTitle":"OS Functions","sectionTitle":"os.sleep","sectionRoute":"/docs/Runtime Environment/OS Functions#ossleep","type":"docs"},{"id":204,"pageTitle":"OS Functions","sectionTitle":"os.millis","sectionRoute":"/docs/Runtime Environment/OS Functions#osmillis","type":"docs"},{"id":205,"pageTitle":"OS Functions","sectionTitle":"os.nanos","sectionRoute":"/docs/Runtime Environment/OS Functions#osnanos","type":"docs"},{"id":206,"pageTitle":"OS Functions","sectionTitle":"os.seconds","sectionRoute":"/docs/Runtime Environment/OS Functions#osseconds","type":"docs"},{"id":207,"pageTitle":"OS Functions","sectionTitle":"os.unixseconds","sectionRoute":"/docs/Runtime Environment/OS Functions#osunixseconds","type":"docs"},{"id":248,"pageTitle":"String Functions","sectionTitle":"String Functions","sectionRoute":"/docs/Runtime Environment/String Functions","type":"docs"},{"id":249,"pageTitle":"String Functions","sectionTitle":"New Functions","sectionRoute":"/docs/Runtime Environment/String Functions#new-functions","type":"docs"},{"id":250,"pageTitle":"String Functions","sectionTitle":"string.split","sectionRoute":"/docs/Runtime Environment/String Functions#stringsplit","type":"docs"},{"id":251,"pageTitle":"String Functions","sectionTitle":"string.lfind","sectionRoute":"/docs/Runtime Environment/String Functions#stringlfind","type":"docs"},{"id":252,"pageTitle":"String Functions","sectionTitle":"string.rfind","sectionRoute":"/docs/Runtime Environment/String Functions#stringrfind","type":"docs"},{"id":253,"pageTitle":"String Functions","sectionTitle":"string.strip","sectionRoute":"/docs/Runtime Environment/String Functions#stringstrip","type":"docs"},{"id":254,"pageTitle":"String Functions","sectionTitle":"string.lstrip","sectionRoute":"/docs/Runtime Environment/String Functions#stringlstrip","type":"docs"},{"id":255,"pageTitle":"String Functions","sectionTitle":"string.rstrip","sectionRoute":"/docs/Runtime Environment/String Functions#stringrstrip","type":"docs"},{"id":256,"pageTitle":"String Functions","sectionTitle":"string.isascii","sectionRoute":"/docs/Runtime Environment/String Functions#stringisascii","type":"docs"},{"id":257,"pageTitle":"String Functions","sectionTitle":"string.islower","sectionRoute":"/docs/Runtime Environment/String Functions#stringislower","type":"docs"},{"id":258,"pageTitle":"String Functions","sectionTitle":"string.isalpha","sectionRoute":"/docs/Runtime Environment/String Functions#stringisalpha","type":"docs"},{"id":259,"pageTitle":"String Functions","sectionTitle":"string.isupper","sectionRoute":"/docs/Runtime Environment/String Functions#stringisupper","type":"docs"},{"id":260,"pageTitle":"String Functions","sectionTitle":"string.isalnum","sectionRoute":"/docs/Runtime Environment/String Functions#stringisalnum","type":"docs"},{"id":261,"pageTitle":"String Functions","sectionTitle":"string.uformat","sectionRoute":"/docs/Runtime Environment/String Functions#stringuformat","type":"docs"},{"id":262,"pageTitle":"String Functions","sectionTitle":"string.contains","sectionRoute":"/docs/Runtime Environment/String Functions#stringcontains","type":"docs"},{"id":263,"pageTitle":"String Functions","sectionTitle":"string.casefold","sectionRoute":"/docs/Runtime Environment/String Functions#stringcasefold","type":"docs"},{"id":264,"pageTitle":"String Functions","sectionTitle":"string.partition","sectionRoute":"/docs/Runtime Environment/String Functions#stringpartition","type":"docs"},{"id":265,"pageTitle":"String Functions","sectionTitle":"string.endswith","sectionRoute":"/docs/Runtime Environment/String Functions#stringendswith","type":"docs"},{"id":266,"pageTitle":"String Functions","sectionTitle":"string.startswith","sectionRoute":"/docs/Runtime Environment/String Functions#stringstartswith","type":"docs"},{"id":267,"pageTitle":"String Functions","sectionTitle":"string.find_last_of","sectionRoute":"/docs/Runtime Environment/String Functions#stringfind_last_of","type":"docs"},{"id":268,"pageTitle":"String Functions","sectionTitle":"string.find_first_of","sectionRoute":"/docs/Runtime Environment/String Functions#stringfind_first_of","type":"docs"},{"id":269,"pageTitle":"String Functions","sectionTitle":"string.iswhitespace","sectionRoute":"/docs/Runtime Environment/String Functions#stringiswhitespace","type":"docs"},{"id":270,"pageTitle":"String Functions","sectionTitle":"string.find_last_not_of","sectionRoute":"/docs/Runtime Environment/String Functions#stringfind_last_not_of","type":"docs"},{"id":271,"pageTitle":"String Functions","sectionTitle":"string.find_first_not_of","sectionRoute":"/docs/Runtime Environment/String Functions#stringfind_first_not_of","type":"docs"},{"id":272,"pageTitle":"String Functions","sectionTitle":"Modified Functions","sectionRoute":"/docs/Runtime Environment/String Functions#modified-functions","type":"docs"},{"id":273,"pageTitle":"String Functions","sectionTitle":"string.upper","sectionRoute":"/docs/Runtime Environment/String Functions#stringupper","type":"docs"},{"id":274,"pageTitle":"String Functions","sectionTitle":"string.lower","sectionRoute":"/docs/Runtime Environment/String Functions#stringlower","type":"docs"},{"id":218,"pageTitle":"Table Functions","sectionTitle":"Table Functions","sectionRoute":"/docs/Runtime Environment/Table Functions","type":"docs"},{"id":219,"pageTitle":"Table Functions","sectionTitle":"table.freeze","sectionRoute":"/docs/Runtime Environment/Table Functions#tablefreeze","type":"docs"},{"id":220,"pageTitle":"Table Functions","sectionTitle":"table.isfrozen","sectionRoute":"/docs/Runtime Environment/Table Functions#tableisfrozen","type":"docs"},{"id":221,"pageTitle":"Table Functions","sectionTitle":"table.contains","sectionRoute":"/docs/Runtime Environment/Table Functions#tablecontains","type":"docs"},{"id":222,"pageTitle":"","sectionTitle":"Tooling","sectionRoute":"/docs/Tooling","type":"docs"},{"id":223,"pageTitle":"","sectionTitle":"Syntax Highlighting","sectionRoute":"/docs/Tooling#syntax-highlighting","type":"docs"},{"id":224,"pageTitle":"","sectionTitle":"Language Server","sectionRoute":"/docs/Tooling#language-server","type":"docs"}],"index":{"version":"2.3.9","fields":["title","content","tags"],"fieldVectors":[["title/1",[0,5.111,1,4.61]],["content/1",[2,7.328,3,8.941,4,7.328,5,6.61,6,2.874,7,2.659,8,3.956,9,5.065,10,1.416,11,5.501,12,7.328,13,6.137,14,5.501,15,5.784,16,7.328]],["tags/1",[]],["title/2",[17,2.821,18,2.125]],["content/2",[6,1.968,18,2.545,19,4.399,20,2.438,21,2.473,22,6.121,23,3.419,24,4.053,25,5.521,26,4.134,27,4.219,28,6.121,29,1.355,30,5.126,31,5.521,32,6.121,33,6.121,34,2.405,35,1.633,36,6.121,37,3.54,38,5.521,39,5.521,40,4.231,41,3.953,42,0.11,43,6.121,44,3.631,45,5.516,46,3.05,47,6.121,48,0.969]],["tags/2",[]],["title/3",[21,2.065,49,3.301]],["content/3",[7,2.221,19,4.399,26,3.17,27,3.236,29,1.04,42,0.169,49,3.953,50,6.121,51,4.734,52,6.121,53,4.595,54,3.305,55,5.126,56,6.121,57,6.121,58,4.863,59,4.831,60,4.084,61,1.41,62,1.968,63,6.121,64,5.521,65,7.981,66,2.151,67,5.521,68,3.836,69,2.545,70,4.399]],["tags/3",[]],["title/4",[71,1.922]],["content/4",[26,3.354,27,3.424,42,0.163,58,4.545,59,5.112,60,4.321,61,1.144,66,1.746,69,2.693,71,1.924,72,6.477,73,3.497,74,2.209,75,2.412,76,6.477,77,6.477,78,6.477,79,5.842,80,2.321,81,2.817,82,3.574,83,1.903,84,5.424,85,6.477,86,4.321,87,1.709,88,6.477,89,5.842]],["tags/4",[]],["title/5",[90,4.858]],["content/5",[18,2.395,19,4.139,26,2.983,27,3.045,42,0.18,44,3.416,45,3.981,46,2.87,49,3.72,58,2.87,66,1.553,70,6.604,91,5.195,92,5.76,93,6.916,94,3.981,95,5.76,96,5.76,97,1.749,98,5.598,99,6.916,100,7.668,101,2.818,102,5.76,103,1.852,104,3.609,105,4.324,106,4.324,107,3.981,108,2.586,109,4.324]],["tags/5",[]],["title/6",[110,2.105]],["content/6",[26,4.31,27,4.399,35,1.742,37,3.777,97,1.983,101,3.059,103,2.675,111,5.154,112,1.982,113,2.283,114,3.777,115,8.322,116,5.72,117,6.531,118,6.969,119,8.322,120,5.154,121,8.322,122,6.531]],["tags/6",[]],["title/7",[123,1.394]],["content/7",[19,2.756,26,2.977,27,3.038,29,0.651,42,0.19,51,3.409,59,3.027,61,0.678,82,2.116,83,1.127,84,4.813,93,3.459,94,2.651,103,1.848,110,1.247,112,0.913,116,3.409,123,1.649,124,3.835,125,3.835,126,1.643,127,4.865,128,1.67,129,3.644,130,1.528,131,3.459,132,4.813,133,3.835,134,7.657,135,4.536,136,7.476,137,2.166,138,3.834,139,4.536,140,4.813,141,4.813,142,4.813,143,1.869,144,4.813,145,1.34,146,1.695,147,1.324,148,3.459,149,2.336,150,3.459,151,6.412,152,6.412,153,1.842,154,4.13,155,3.835,156,3.835]],["tags/7",[]],["title/8",[157,3.81,158,3.537,159,4.224]],["content/8",[18,1.914,19,3.309,26,2.385,27,2.434,42,0.191,45,3.182,59,3.634,103,2.112,110,2.137,113,1.609,116,2.731,127,2.731,135,3.634,136,7.397,138,3.072,139,3.634,140,3.856,141,3.856,142,3.856,143,2.137,144,3.856,147,1.59,151,6.415,152,6.415,153,2.212,154,4.722,157,4.153,158,5.502,160,3.634,161,3.856,162,4.153,163,4.153,164,4.604,165,3.072,166,2.974,167,1.497,168,2.974,169,1.65,170,4.604,171,1.972,172,4.604,173,4.604,174,4.604,175,4.153,176,3.456,177,4.153,178,4.153,179,3.309,180,4.604]],["tags/8",[]],["title/9",[48,0.809,181,4.61]],["content/9",[15,2.954,17,2.066,19,2.69,26,1.939,27,1.979,29,0.636,35,0.998,42,0.188,44,2.22,45,2.587,46,1.865,48,1.285,55,3.135,60,2.497,81,2.455,83,1.1,103,2.431,113,1.308,114,2.165,116,2.22,123,1.629,127,2.22,128,1.088,131,3.376,136,5.689,138,2.497,139,2.954,140,3.135,141,3.135,142,3.135,143,1.835,144,3.135,151,5.689,152,5.689,153,1.798,154,4.056,158,3.135,161,3.135,175,3.376,182,3.743,183,3.743,184,6.128,185,3.743,186,3.743,187,3.743,188,3.743,189,1.68,190,5.09,191,2.28,192,3.743,193,1.654,194,1.654,195,1.451,196,1.534,197,3.743,198,3.376,199,2.81,200,1.451,201,5.09,202,0.806,203,2.28,204,3.376,205,1.203,206,3.376,207,3.743,208,3.743,209,3.376,210,3.743,211,1.68,212,2.587,213,3.376,214,3.743,215,2.114,216,3.743,217,1.292]],["tags/9",[]],["title/10",[71,1.518,218,0.618]],["content/10",[11,5.813,26,3.028,27,3.09,42,0.105,48,0.926,60,3.9,71,2.745,97,1.775,105,4.389,112,1.392,149,3.561,160,4.614,161,4.896,165,3.9,184,5.273,201,5.273,202,1.259,217,2.018,218,1.162,219,4.896,220,5.846,221,2.625,222,5.846,223,2.668,224,4.041,225,7.744,226,2.913,227,5.846,228,5.846,229,5.846,230,4.896,231,3.787,232,3.9,233,3.9,234,5.846]],["tags/10",[]],["title/11",[87,1.349,235,1.765]],["content/11",[26,3.354,27,3.424,29,1.406,42,0.116,44,3.842,45,4.477,66,1.746,68,4.058,71,1.924,83,1.903,87,1.709,128,1.882,179,4.654,198,5.842,209,5.842,218,0.783,231,3.168,235,3.149,236,5.424,237,6.477,238,6.477,239,6.477,240,2.733,241,5.842,242,6.477,243,5.112,244,4.183,245,4.654,246,6.477]],["tags/11",[]],["title/12",[215,2.886,247,4.61]],["content/12",[1,5.478,6,1.952,7,2.882,10,1.486,11,4.559,13,5.086,14,4.559,15,6.267,20,2.419,29,1.031,42,0.109,51,4.71,55,5.086,61,1.403,80,2.176,110,1.975,128,1.765,130,2.419,162,7.162,194,2.684,230,5.086,248,7.941,249,6.074,250,6.074,251,5.488,252,3.352,253,6.074,254,2.602,255,2.563,256,6.074]],["tags/12",[]],["title/36",[42,0.076,257,2.919,258,2.919]],["content/36",[6,1.471,10,1.395,37,2.647,42,0.149,44,2.715,46,3.26,48,0.725,62,2.103,81,1.991,83,1.922,94,3.164,110,2.483,114,2.647,137,3.694,145,2.287,149,2.788,205,1.471,231,2.239,252,2.526,257,3.164,258,4.522,259,3.143,260,4.784,261,3.322,262,3.436,263,3.289,264,1.661,265,3.436,266,2.42,267,3.612,268,2.585,269,2.42,270,2.715,271,4.225,272,3,273,3.289,274,1.849,275,3.436,276,1.6,277,4.702,278,3.436,279,3.289,280,3.054,281,3.436,282,3.436,283,3.289,284,1.006,285,3.784,286,3.436,287,3.436,288,3.436,289,3.436,290,4.365,291,3.164,292,1.876,293,2.647,294,3.436]],["tags/36",[]],["title/37",[42,0.064,83,1.057,260,2.255,261,1.827]],["content/37",[6,1.471,10,1.395,37,2.647,42,0.149,44,2.715,46,3.26,48,0.725,62,2.103,81,1.991,83,1.922,94,3.164,110,2.483,114,2.647,137,3.694,145,2.287,149,2.788,205,1.471,231,2.239,252,2.526,257,3.164,258,4.522,259,3.143,260,4.784,261,3.322,262,3.436,263,3.289,264,1.661,265,3.436,266,2.42,267,3.612,268,2.585,269,2.42,270,2.715,271,4.225,272,3,273,3.289,274,1.849,275,3.436,276,1.6,277,4.702,278,3.436,279,3.289,280,3.054,281,3.436,282,3.436,283,3.289,284,1.006,285,3.784,286,3.436,287,3.436,288,3.436,289,3.436,290,4.365,291,3.164,292,1.876,293,2.647,294,3.436]],["tags/37",[]],["title/38",[42,0.064,110,1.17,271,2.324,272,1.414]],["content/38",[6,1.471,10,1.395,37,2.647,42,0.149,44,2.715,46,3.26,48,0.725,62,2.103,81,1.991,83,1.922,94,3.164,110,2.483,114,2.647,137,3.694,145,2.287,149,2.788,205,1.471,231,2.239,252,2.526,257,3.164,258,4.522,259,3.143,260,4.784,261,3.322,262,3.436,263,3.289,264,1.661,265,3.436,266,2.42,267,3.612,268,2.585,269,2.42,270,2.715,271,4.225,272,3,273,3.289,274,1.849,275,3.436,276,1.6,277,4.702,278,3.436,279,3.289,280,3.054,281,3.436,282,3.436,283,3.289,284,1.006,285,3.784,286,3.436,287,3.436,288,3.436,289,3.436,290,4.365,291,3.164,292,1.876,293,2.647,294,3.436]],["tags/38",[]],["title/39",[42,0.076,290,2.818,291,2.919]],["content/39",[6,1.471,10,1.395,37,2.647,42,0.149,44,2.715,46,3.26,48,0.725,62,2.103,81,1.991,83,1.922,94,3.164,110,2.483,114,2.647,137,3.694,145,2.287,149,2.788,205,1.471,231,2.239,252,2.526,257,3.164,258,4.522,259,3.143,260,4.784,261,3.322,262,3.436,263,3.289,264,1.661,265,3.436,266,2.42,267,3.612,268,2.585,269,2.42,270,2.715,271,4.225,272,3,273,3.289,274,1.849,275,3.436,276,1.6,277,4.702,278,3.436,279,3.289,280,3.054,281,3.436,282,3.436,283,3.289,284,1.006,285,3.784,286,3.436,287,3.436,288,3.436,289,3.436,290,4.365,291,3.164,292,1.876,293,2.647,294,3.436]],["tags/39",[]],["title/13",[42,0.076,61,0.746,295,1.706]],["content/13",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.782,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/13",[]],["title/14",[42,0.076,305,1.866,306,1.837]],["content/14",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.782,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/14",[]],["title/15",[42,0.076,196,1.731,308,1.494]],["content/15",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.782,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/15",[]],["title/16",[42,0.076,308,1.494,318,1.731]],["content/16",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.782,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/16",[]],["title/17",[42,0.076,66,1.138,321,1.866]],["content/17",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.782,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/17",[]],["title/18",[42,0.076,123,0.91,326,1.896]],["content/18",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.782,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/18",[]],["title/19",[34,1.659,42,0.076,336,1.782]],["content/19",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.782,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/19",[]],["title/20",[42,0.076,61,0.746,254,1.809]],["content/20",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.782,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/20",[]],["title/21",[42,0.076,66,1.138,342,1.809]],["content/21",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.782,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/21",[]],["title/22",[42,0.092,346,2.258]],["content/22",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.782,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/22",[]],["title/23",[42,0.092,110,1.662]],["content/23",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.782,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/23",[]],["title/24",[42,0.076,308,1.494,349,1.706]],["content/24",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.782,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/24",[]],["title/25",[42,0.076,74,1.44,217,1.458]],["content/25",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.782,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/25",[]],["title/26",[42,0.076,143,1.374,217,1.458]],["content/26",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.782,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/26",[]],["title/27",[42,0.076,128,1.227,255,1.782]],["content/27",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.782,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/27",[]],["title/28",[42,0.092,66,1.378]],["content/28",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.782,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/28",[]],["title/29",[42,0.076,143,1.374,360,1.837]],["content/29",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.782,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/29",[]],["title/30",[42,0.092,362,2.223]],["content/30",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.782,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/30",[]],["title/31",[42,0.076,363,1.866,364,1.866]],["content/31",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.782,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/31",[]],["title/32",[42,0.076,367,1.866,368,1.896]],["content/32",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.782,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/32",[]],["title/33",[42,0.064,69,1.496,83,1.057,381,0.902]],["content/33",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.782,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/33",[]],["title/34",[42,0.076,381,1.058,388,1.782]],["content/34",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.782,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/34",[]],["title/35",[18,1.496,42,0.064,323,1.565,391,1.616]],["content/35",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.782,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/35",[]],["title/40",[42,0.076,195,1.637,357,1.312]],["content/40",[6,1.667,10,1.293,29,1.213,42,0.171,51,3.076,62,1.667,66,1.398,71,1.54,75,2.659,87,1.369,165,3.46,167,1.686,195,2.767,235,1.79,264,1.882,276,2.496,299,1.931,347,1.906,357,3.234,392,2.188,395,3.727,396,4.475,397,3.076,398,4.612,399,3.46,400,3.249,401,4.475,402,5.118,403,3.727,404,4.612,405,2.686,406,3.727,407,3.076,408,3.349]],["tags/40",[]],["title/41",[42,0.076,357,1.312,396,2.646]],["content/41",[6,1.667,10,1.293,29,1.213,42,0.171,51,3.076,62,1.667,66,1.398,71,1.54,75,2.659,87,1.369,165,3.46,167,1.686,195,2.767,235,1.79,264,1.882,276,2.496,299,1.931,347,1.906,357,3.234,392,2.188,395,3.727,396,4.475,397,3.076,398,4.612,399,3.46,400,3.249,401,4.475,402,5.118,403,3.727,404,4.612,405,2.686,406,3.727,407,3.076,408,3.349]],["tags/41",[]],["title/42",[42,0.076,357,1.312,398,2.728]],["content/42",[6,1.667,10,1.293,29,1.213,42,0.171,51,3.076,62,1.667,66,1.398,71,1.54,75,2.659,87,1.369,165,3.46,167,1.686,195,2.767,235,1.79,264,1.882,276,2.496,299,1.931,347,1.906,357,3.234,392,2.188,395,3.727,396,4.475,397,3.076,398,4.612,399,3.46,400,3.249,401,4.475,402,5.118,403,3.727,404,4.612,405,2.686,406,3.727,407,3.076,408,3.349]],["tags/42",[]],["title/43",[42,0.064,357,1.118,401,2.255,402,2.255]],["content/43",[6,1.667,10,1.293,29,1.213,42,0.171,51,3.076,62,1.667,66,1.398,71,1.54,75,2.659,87,1.369,165,3.46,167,1.686,195,2.767,235,1.79,264,1.882,276,2.496,299,1.931,347,1.906,357,3.234,392,2.188,395,3.727,396,4.475,397,3.076,398,4.612,399,3.46,400,3.249,401,4.475,402,5.118,403,3.727,404,4.612,405,2.686,406,3.727,407,3.076,408,3.349]],["tags/43",[]],["title/44",[42,0.076,357,1.312,404,2.728]],["content/44",[6,1.667,10,1.293,29,1.213,42,0.171,51,3.076,62,1.667,66,1.398,71,1.54,75,2.659,87,1.369,165,3.46,167,1.686,195,2.767,235,1.79,264,1.882,276,2.496,299,1.931,347,1.906,357,3.234,392,2.188,395,3.727,396,4.475,397,3.076,398,4.612,399,3.46,400,3.249,401,4.475,402,5.118,403,3.727,404,4.612,405,2.686,406,3.727,407,3.076,408,3.349]],["tags/44",[]],["title/45",[42,0.092,110,1.662]],["content/45",[6,2.242,8,4.465,10,1.224,17,2.159,29,0.664,41,2.526,42,0.155,48,0.619,49,2.526,74,1.99,81,1.702,82,2.159,83,2.049,87,1.033,110,1.897,113,1.367,123,1.868,130,2.324,147,1.351,153,1.879,169,1.402,205,1.258,218,0.705,231,1.913,244,3.767,266,2.068,276,2.039,299,1.457,344,1.537,350,1.627,351,1.603,381,1.938,397,2.32,405,2.026,409,3.767,410,3.892,411,3.767,412,2.811,413,2.811,414,1.729,415,2.704,416,2.811,417,1.879,418,2.811,419,2.811,420,2.811,421,2.61,422,2.811,423,2.811,424,3.767,425,3.892,426,3.553,427,2.451,428,2.811,429,2.811,430,2.451,431,2.704,432,1.785,433,2.937,434,2.704,435,1.785,436,3.892,437,5.013,438,2.811,439,2.811,440,2.704,441,2.704,442,2.811,443,2.61,444,2.704,445,2.811,446,2.61]],["tags/45",[]],["title/46",[8,2.28,42,0.076,123,0.91]],["content/46",[6,2.242,8,4.465,10,1.224,17,2.159,29,0.664,41,2.526,42,0.155,48,0.619,49,2.526,74,1.99,81,1.702,82,2.159,83,2.049,87,1.033,110,1.897,113,1.367,123,1.868,130,2.324,147,1.351,153,1.879,169,1.402,205,1.258,218,0.705,231,1.913,244,3.767,266,2.068,276,2.039,299,1.457,344,1.537,350,1.627,351,1.603,381,1.938,397,2.32,405,2.026,409,3.767,410,3.892,411,3.767,412,2.811,413,2.811,414,1.729,415,2.704,416,2.811,417,1.879,418,2.811,419,2.811,420,2.811,421,2.61,422,2.811,423,2.811,424,3.767,425,3.892,426,3.553,427,2.451,428,2.811,429,2.811,430,2.451,431,2.704,432,1.785,433,2.937,434,2.704,435,1.785,436,3.892,437,5.013,438,2.811,439,2.811,440,2.704,441,2.704,442,2.811,443,2.61,444,2.704,445,2.811,446,2.61]],["tags/46",[]],["title/47",[8,2.28,42,0.076,426,2.573]],["content/47",[6,2.242,8,4.465,10,1.224,17,2.159,29,0.664,41,2.526,42,0.155,48,0.619,49,2.526,74,1.99,81,1.702,82,2.159,83,2.049,87,1.033,110,1.897,113,1.367,123,1.868,130,2.324,147,1.351,153,1.879,169,1.402,205,1.258,218,0.705,231,1.913,244,3.767,266,2.068,276,2.039,299,1.457,344,1.537,350,1.627,351,1.603,381,1.938,397,2.32,405,2.026,409,3.767,410,3.892,411,3.767,412,2.811,413,2.811,414,1.729,415,2.704,416,2.811,417,1.879,418,2.811,419,2.811,420,2.811,421,2.61,422,2.811,423,2.811,424,3.767,425,3.892,426,3.553,427,2.451,428,2.811,429,2.811,430,2.451,431,2.704,432,1.785,433,2.937,434,2.704,435,1.785,436,3.892,437,5.013,438,2.811,439,2.811,440,2.704,441,2.704,442,2.811,443,2.61,444,2.704,445,2.811,446,2.61]],["tags/47",[]],["title/48",[42,0.076,244,2.728,434,2.919]],["content/48",[6,2.242,8,4.465,10,1.224,17,2.159,29,0.664,41,2.526,42,0.155,48,0.619,49,2.526,74,1.99,81,1.702,82,2.159,83,2.049,87,1.033,110,1.897,113,1.367,123,1.868,130,2.324,147,1.351,153,1.879,169,1.402,205,1.258,218,0.705,231,1.913,244,3.767,266,2.068,276,2.039,299,1.457,344,1.537,350,1.627,351,1.603,381,1.938,397,2.32,405,2.026,409,3.767,410,3.892,411,3.767,412,2.811,413,2.811,414,1.729,415,2.704,416,2.811,417,1.879,418,2.811,419,2.811,420,2.811,421,2.61,422,2.811,423,2.811,424,3.767,425,3.892,426,3.553,427,2.451,428,2.811,429,2.811,430,2.451,431,2.704,432,1.785,433,2.937,434,2.704,435,1.785,436,3.892,437,5.013,438,2.811,439,2.811,440,2.704,441,2.704,442,2.811,443,2.61,444,2.704,445,2.811,446,2.61]],["tags/48",[]],["title/49",[42,0.076,123,0.91,436,2.818]],["content/49",[6,2.242,8,4.465,10,1.224,17,2.159,29,0.664,41,2.526,42,0.155,48,0.619,49,2.526,74,1.99,81,1.702,82,2.159,83,2.049,87,1.033,110,1.897,113,1.367,123,1.868,130,2.324,147,1.351,153,1.879,169,1.402,205,1.258,218,0.705,231,1.913,244,3.767,266,2.068,276,2.039,299,1.457,344,1.537,350,1.627,351,1.603,381,1.938,397,2.32,405,2.026,409,3.767,410,3.892,411,3.767,412,2.811,413,2.811,414,1.729,415,2.704,416,2.811,417,1.879,418,2.811,419,2.811,420,2.811,421,2.61,422,2.811,423,2.811,424,3.767,425,3.892,426,3.553,427,2.451,428,2.811,429,2.811,430,2.451,431,2.704,432,1.785,433,2.937,434,2.704,435,1.785,436,3.892,437,5.013,438,2.811,439,2.811,440,2.704,441,2.704,442,2.811,443,2.61,444,2.704,445,2.811,446,2.61]],["tags/49",[]],["title/50",[42,0.076,341,1.659,447,1.682]],["content/50",[6,1.367,7,1.543,10,1.356,29,1.244,35,1.134,42,0.165,62,2.355,66,1.146,71,1.263,80,1.524,81,2.699,83,1.249,87,1.638,104,3.888,123,0.916,128,1.236,129,2.248,137,2.402,145,2.168,147,1.468,167,1.383,168,2.747,200,1.648,205,2.355,218,0.973,261,3.151,322,1.718,340,2.355,341,2.437,380,2.223,381,1.066,393,2.437,447,2.471,448,2.747,449,2.665,450,2.747,451,2.665,452,2.837,453,3.779,454,2.665,455,2.741,456,2.203,457,2.747,458,3.503,459,4.462,460,2.665,461,2.402,462,2.08,463,2.747,464,2.665,465,2.665,466,2.837,467,2.747,468,2.747,469,2.837,470,2.837,471,2.837,472,2.837,473,2.837,474,2.837]],["tags/50",[]],["title/51",[42,0.076,145,1.476,393,1.659]],["content/51",[6,1.367,7,1.543,10,1.356,29,1.244,35,1.134,42,0.165,62,2.355,66,1.146,71,1.263,80,1.524,81,2.699,83,1.249,87,1.638,104,3.888,123,0.916,128,1.236,129,2.248,137,2.402,145,2.168,147,1.468,167,1.383,168,2.747,200,1.648,205,2.355,218,0.973,261,3.151,322,1.718,340,2.355,341,2.437,380,2.223,381,1.066,393,2.437,447,2.471,448,2.747,449,2.665,450,2.747,451,2.665,452,2.837,453,3.779,454,2.665,455,2.741,456,2.203,457,2.747,458,3.503,459,4.462,460,2.665,461,2.402,462,2.08,463,2.747,464,2.665,465,2.665,466,2.837,467,2.747,468,2.747,469,2.837,470,2.837,471,2.837,472,2.837,473,2.837,474,2.837]],["tags/51",[]],["title/52",[42,0.076,218,0.51,449,2.646]],["content/52",[6,1.367,7,1.543,10,1.356,29,1.244,35,1.134,42,0.165,62,2.355,66,1.146,71,1.263,80,1.524,81,2.699,83,1.249,87,1.638,104,3.888,123,0.916,128,1.236,129,2.248,137,2.402,145,2.168,147,1.468,167,1.383,168,2.747,200,1.648,205,2.355,218,0.973,261,3.151,322,1.718,340,2.355,341,2.437,380,2.223,381,1.066,393,2.437,447,2.471,448,2.747,449,2.665,450,2.747,451,2.665,452,2.837,453,3.779,454,2.665,455,2.741,456,2.203,457,2.747,458,3.503,459,4.462,460,2.665,461,2.402,462,2.08,463,2.747,464,2.665,465,2.665,466,2.837,467,2.747,468,2.747,469,2.837,470,2.837,471,2.837,472,2.837,473,2.837,474,2.837]],["tags/52",[]],["title/53",[42,0.076,205,1.358,451,2.646]],["content/53",[6,1.367,7,1.543,10,1.356,29,1.244,35,1.134,42,0.165,62,2.355,66,1.146,71,1.263,80,1.524,81,2.699,83,1.249,87,1.638,104,3.888,123,0.916,128,1.236,129,2.248,137,2.402,145,2.168,147,1.468,167,1.383,168,2.747,200,1.648,205,2.355,218,0.973,261,3.151,322,1.718,340,2.355,341,2.437,380,2.223,381,1.066,393,2.437,447,2.471,448,2.747,449,2.665,450,2.747,451,2.665,452,2.837,453,3.779,454,2.665,455,2.741,456,2.203,457,2.747,458,3.503,459,4.462,460,2.665,461,2.402,462,2.08,463,2.747,464,2.665,465,2.665,466,2.837,467,2.747,468,2.747,469,2.837,470,2.837,471,2.837,472,2.837,473,2.837,474,2.837]],["tags/53",[]],["title/54",[42,0.064,218,0.435,261,1.827,453,2.192]],["content/54",[6,1.367,7,1.543,10,1.356,29,1.244,35,1.134,42,0.165,62,2.355,66,1.146,71,1.263,80,1.524,81,2.699,83,1.249,87,1.638,104,3.888,123,0.916,128,1.236,129,2.248,137,2.402,145,2.168,147,1.468,167,1.383,168,2.747,200,1.648,205,2.355,218,0.973,261,3.151,322,1.718,340,2.355,341,2.437,380,2.223,381,1.066,393,2.437,447,2.471,448,2.747,449,2.665,450,2.747,451,2.665,452,2.837,453,3.779,454,2.665,455,2.741,456,2.203,457,2.747,458,3.503,459,4.462,460,2.665,461,2.402,462,2.08,463,2.747,464,2.665,465,2.665,466,2.837,467,2.747,468,2.747,469,2.837,470,2.837,471,2.837,472,2.837,473,2.837,474,2.837]],["tags/54",[]],["title/55",[42,0.076,458,2.385,459,2.573]],["content/55",[6,1.367,7,1.543,10,1.356,29,1.244,35,1.134,42,0.165,62,2.355,66,1.146,71,1.263,80,1.524,81,2.699,83,1.249,87,1.638,104,3.888,123,0.916,128,1.236,129,2.248,137,2.402,145,2.168,147,1.468,167,1.383,168,2.747,200,1.648,205,2.355,218,0.973,261,3.151,322,1.718,340,2.355,341,2.437,380,2.223,381,1.066,393,2.437,447,2.471,448,2.747,449,2.665,450,2.747,451,2.665,452,2.837,453,3.779,454,2.665,455,2.741,456,2.203,457,2.747,458,3.503,459,4.462,460,2.665,461,2.402,462,2.08,463,2.747,464,2.665,465,2.665,466,2.837,467,2.747,468,2.747,469,2.837,470,2.837,471,2.837,472,2.837,473,2.837,474,2.837]],["tags/55",[]],["title/56",[42,0.076,340,1.358,380,1.513]],["content/56",[6,1.367,7,1.543,10,1.356,29,1.244,35,1.134,42,0.165,62,2.355,66,1.146,71,1.263,80,1.524,81,2.699,83,1.249,87,1.638,104,3.888,123,0.916,128,1.236,129,2.248,137,2.402,145,2.168,147,1.468,167,1.383,168,2.747,200,1.648,205,2.355,218,0.973,261,3.151,322,1.718,340,2.355,341,2.437,380,2.223,381,1.066,393,2.437,447,2.471,448,2.747,449,2.665,450,2.747,451,2.665,452,2.837,453,3.779,454,2.665,455,2.741,456,2.203,457,2.747,458,3.503,459,4.462,460,2.665,461,2.402,462,2.08,463,2.747,464,2.665,465,2.665,466,2.837,467,2.747,468,2.747,469,2.837,470,2.837,471,2.837,472,2.837,473,2.837,474,2.837]],["tags/56",[]],["title/64",[42,0.076,48,0.669,475,2.385]],["content/64",[10,1.539,42,0.179,48,1.642,61,1.067,73,2.212,101,1.506,123,1.3,128,1.754,226,3.94,259,1.968,276,3.083,345,2.225,381,1.982,417,1.968,432,3.609,455,3.495,475,3.409,476,3.506,477,3.331,478,2.43,479,2.43,480,1.655,481,2.37,482,2.43,483,3.331,484,2.165,485,4.18,486,4.096,487,2.165,488,2.122,489,2.122]],["tags/64",[]],["title/65",[42,0.076,48,0.669,477,2.331]],["content/65",[10,1.539,42,0.179,48,1.642,61,1.067,73,2.212,101,1.506,123,1.3,128,1.754,226,3.94,259,1.968,276,3.083,345,2.225,381,1.982,417,1.968,432,3.609,455,3.495,475,3.409,476,3.506,477,3.331,478,2.43,479,2.43,480,1.655,481,2.37,482,2.43,483,3.331,484,2.165,485,4.18,486,4.096,487,2.165,488,2.122,489,2.122]],["tags/65",[]],["title/66",[42,0.076,48,0.669,123,0.91]],["content/66",[10,1.539,42,0.179,48,1.642,61,1.067,73,2.212,101,1.506,123,1.3,128,1.754,226,3.94,259,1.968,276,3.083,345,2.225,381,1.982,417,1.968,432,3.609,455,3.495,475,3.409,476,3.506,477,3.331,478,2.43,479,2.43,480,1.655,481,2.37,482,2.43,483,3.331,484,2.165,485,4.18,486,4.096,487,2.165,488,2.122,489,2.122]],["tags/66",[]],["title/67",[42,0.076,48,0.669,61,0.746]],["content/67",[10,1.539,42,0.179,48,1.642,61,1.067,73,2.212,101,1.506,123,1.3,128,1.754,226,3.94,259,1.968,276,3.083,345,2.225,381,1.982,417,1.968,432,3.609,455,3.495,475,3.409,476,3.506,477,3.331,478,2.43,479,2.43,480,1.655,481,2.37,482,2.43,483,3.331,484,2.165,485,4.18,486,4.096,487,2.165,488,2.122,489,2.122]],["tags/67",[]],["title/68",[42,0.076,48,0.669,73,2.28]],["content/68",[10,1.539,42,0.179,48,1.642,61,1.067,73,2.212,101,1.506,123,1.3,128,1.754,226,3.94,259,1.968,276,3.083,345,2.225,381,1.982,417,1.968,432,3.609,455,3.495,475,3.409,476,3.506,477,3.331,478,2.43,479,2.43,480,1.655,481,2.37,482,2.43,483,3.331,484,2.165,485,4.18,486,4.096,487,2.165,488,2.122,489,2.122]],["tags/68",[]],["title/69",[42,0.076,48,0.669,480,1.706]],["content/69",[10,1.539,42,0.179,48,1.642,61,1.067,73,2.212,101,1.506,123,1.3,128,1.754,226,3.94,259,1.968,276,3.083,345,2.225,381,1.982,417,1.968,432,3.609,455,3.495,475,3.409,476,3.506,477,3.331,478,2.43,479,2.43,480,1.655,481,2.37,482,2.43,483,3.331,484,2.165,485,4.18,486,4.096,487,2.165,488,2.122,489,2.122]],["tags/69",[]],["title/70",[42,0.076,48,0.669,483,2.331]],["content/70",[10,1.539,42,0.179,48,1.642,61,1.067,73,2.212,101,1.506,123,1.3,128,1.754,226,3.94,259,1.968,276,3.083,345,2.225,381,1.982,417,1.968,432,3.609,455,3.495,475,3.409,476,3.506,477,3.331,478,2.43,479,2.43,480,1.655,481,2.37,482,2.43,483,3.331,484,2.165,485,4.18,486,4.096,487,2.165,488,2.122,489,2.122]],["tags/70",[]],["title/71",[42,0.076,48,0.669,484,2.232]],["content/71",[10,1.539,42,0.179,48,1.642,61,1.067,73,2.212,101,1.506,123,1.3,128,1.754,226,3.94,259,1.968,276,3.083,345,2.225,381,1.982,417,1.968,432,3.609,455,3.495,475,3.409,476,3.506,477,3.331,478,2.43,479,2.43,480,1.655,481,2.37,482,2.43,483,3.331,484,2.165,485,4.18,486,4.096,487,2.165,488,2.122,489,2.122]],["tags/71",[]],["title/72",[42,0.076,48,0.669,487,2.232]],["content/72",[10,1.539,42,0.179,48,1.642,61,1.067,73,2.212,101,1.506,123,1.3,128,1.754,226,3.94,259,1.968,276,3.083,345,2.225,381,1.982,417,1.968,432,3.609,455,3.495,475,3.409,476,3.506,477,3.331,478,2.43,479,2.43,480,1.655,481,2.37,482,2.43,483,3.331,484,2.165,485,4.18,486,4.096,487,2.165,488,2.122,489,2.122]],["tags/72",[]],["title/73",[42,0.076,48,0.669,488,2.187]],["content/73",[10,1.539,42,0.179,48,1.642,61,1.067,73,2.212,101,1.506,123,1.3,128,1.754,226,3.94,259,1.968,276,3.083,345,2.225,381,1.982,417,1.968,432,3.609,455,3.495,475,3.409,476,3.506,477,3.331,478,2.43,479,2.43,480,1.655,481,2.37,482,2.43,483,3.331,484,2.165,485,4.18,486,4.096,487,2.165,488,2.122,489,2.122]],["tags/73",[]],["title/74",[42,0.076,48,0.669,489,2.187]],["content/74",[10,1.539,42,0.179,48,1.642,61,1.067,73,2.212,101,1.506,123,1.3,128,1.754,226,3.94,259,1.968,276,3.083,345,2.225,381,1.982,417,1.968,432,3.609,455,3.495,475,3.409,476,3.506,477,3.331,478,2.43,479,2.43,480,1.655,481,2.37,482,2.43,483,3.331,484,2.165,485,4.18,486,4.096,487,2.165,488,2.122,489,2.122]],["tags/74",[]],["title/57",[414,2.86]],["content/57",[]],["tags/57",[]],["title/58",[6,1.358,10,0.669,414,1.866]],["content/58",[6,2.448,10,1.449,35,2.031,81,3.312,276,2.661,414,4.043,490,7.614,491,6.376,492,7.614,493,6.009,494,6.868,495,5.716]],["tags/58",[]],["title/59",[496,6.472]],["content/59",[10,1.318,29,1.413,46,3.254,48,1.034,71,1.94,82,3.604,111,5.154,123,1.407,143,2.124,169,2.34,295,2.638,318,2.676,336,2.756,345,1.724,347,2.401,349,2.638,443,4.357,453,3.978,456,3.383,458,3.688,460,4.092,462,3.194,463,4.218,464,4.092,497,4.357,498,4.693,499,6.531,500,5.891,501,6.531]],["tags/59",[]],["title/60",[414,2.258,502,2.886]],["content/60",[82,3.697,112,1.595,169,2.4,205,2.154,309,2.745,340,2.154,349,2.706,400,4.198,414,4.095,481,3.875,502,5.233,503,5.61,504,8.457,505,6.699,506,6.043,507,5.029,508,4.63,509,5.287,510,6.043,511,6.699,512,6.699,513,6.699,514,4.081]],["tags/60",[]],["title/61",[293,2.956,515,4.61]],["content/61",[29,0.821,42,0.161,101,1.776,108,2.17,109,5.104,114,2.795,167,1.572,176,3.628,233,5.695,266,4.755,309,3.686,318,3.223,336,2.039,345,1.275,348,2.07,349,3.872,385,2.102,414,4.123,456,3.521,458,2.729,460,3.028,462,2.363,497,3.224,498,3.473,502,5.269,508,3.34,516,4.359,517,7.814,518,4.833,519,4.833,520,4.833,521,4.359,522,4.359]],["tags/61",[]],["title/62",[293,2.956,311,2.223]],["content/62",[14,6.009,54,4.322,268,4.52,414,3.537,495,6.009,502,4.52,523,6.317,524,5.533,525,6.703]],["tags/62",[]],["title/63",[42,0.064,414,1.59,526,3.246,527,3.246]],["content/63",[10,1.321,21,2.182,29,0.917,31,4.872,42,0.097,44,3.204,71,1.604,79,4.872,81,2.349,82,2.981,114,4.825,143,1.757,160,4.262,224,3.733,240,2.279,251,3.733,259,2.594,293,3.124,306,3.194,308,2.598,309,3.009,330,3.351,343,2.279,352,2.314,366,2.246,381,1.354,414,3.686,458,3.05,502,4.146,515,6.623,517,6.986,521,4.872,522,4.872,526,4.872,527,4.872,528,3.733,529,5.401,530,5.401,531,5.401,532,5.401,533,5.401,534,5.401]],["tags/63",[]],["title/76",[257,3.533,258,3.533]],["content/76",[10,1.294,37,4.727,62,3.068,114,4.727,258,5.649,259,3.926]],["tags/76",[]],["title/77",[35,1.126,381,1.058,508,2.919]],["content/77",[231,3.915,260,5.016,268,4.52,269,4.231,270,4.748,381,2.006,508,5.533,535,5.533,536,8.005]],["tags/77",[]],["title/78",[54,2.28,537,3.81,538,4.224]],["content/78",[10,1.35,11,4.23,29,1.283,30,4.719,35,1.503,37,3.259,42,0.135,48,0.892,60,3.759,112,1.342,114,3.259,166,3.639,213,5.083,231,2.756,264,2.045,268,3.182,269,2.979,270,3.342,283,4.05,284,1.238,344,2.214,352,2.414,374,2.245,432,3.448,461,3.182,468,3.639,476,2.756,537,5.083,539,4.719,540,5.635,541,5.635,542,5.635,543,5.635,544,5.635,545,5.635,546,5.635,547,5.635,548,4.719,549,5.635,550,5.635,551,5.083,552,5.635,553,4.447,554,4.447,555,4.719]],["tags/78",[]],["title/75",[83,1.241,260,2.646,261,2.145]],["content/75",[7,2.187,10,0.954,35,1.607,37,3.486,62,1.937,74,2.055,83,1.77,97,1.83,101,2.215,110,1.96,163,5.436,194,2.663,203,3.671,231,2.948,259,2.895,260,3.776,261,3.06,262,4.524,263,4.331,264,2.187,265,5.931,266,3.186,268,3.403,269,3.186,270,3.575,271,3.892,272,3.104,556,6.027,557,6.027,558,6.027,559,6.027,560,6.027,561,5.436,562,6.027,563,6.027,564,6.027,565,6.027,566,6.027,567,5.047]],["tags/75",[]],["title/79",[110,1.374,271,2.728,272,1.659]],["content/79",[8,2.2,10,0.952,21,2.429,42,0.073,46,3.56,48,0.645,54,2.2,68,2.554,81,2.616,82,2.249,94,2.817,108,2.7,110,2.324,112,0.971,130,1.623,137,3.395,145,2.102,149,2.483,167,1.325,179,2.929,193,1.801,196,1.67,212,2.817,231,1.993,252,2.249,268,2.301,271,2.632,272,3.099,273,2.929,274,1.646,275,3.059,276,1.424,277,5.135,278,3.059,279,2.929,280,4.767,281,3.059,282,3.059,283,5.669,284,0.896,285,3.478,286,3.059,287,3.059,288,3.059,289,5.364,293,4.563,348,1.746,380,2.155,405,2.111,493,3.216,503,3.413,568,3.676,569,4.075,570,4.075,571,4.075,572,4.075,573,2.929,574,4.075,575,3.676,576,4.075,577,4.075,578,4.075,579,3.676,580,4.075,581,1.993,582,4.075,583,4.075,584,4.075,585,3.676,586,4.075,587,4.075,588,3.676,589,4.075,590,4.075,591,4.075,592,3.676]],["tags/79",[]],["title/81",[290,3.41,291,3.533]],["content/81",[6,2.547,10,1.255,44,4.7,205,2.547,252,4.373,260,4.965,290,5.286,292,3.247,293,4.583,294,5.948]],["tags/81",[]],["title/82",[293,3.743]],["content/82",[34,3.252,74,2.209,90,6.214,108,2.908,203,3.945,231,3.168,266,3.424,268,3.657,269,3.424,270,3.842,290,6.086,291,6.305,293,3.746,352,2.775,427,4.058,495,4.862,593,6.477,594,5.424,595,6.477,596,6.477,597,6.477,598,6.477,599,5.112,600,5.424,601,6.477,602,6.477]],["tags/82",[]],["title/83",[130,2.578]],["content/83",[8,2.06,35,1.018,42,0.181,46,2.853,48,0.604,58,4.282,68,5.128,70,2.743,74,1.302,87,1.511,97,3.114,120,7.235,153,3.669,196,2.347,215,2.155,218,0.461,284,1.258,347,1.403,360,1.66,600,4.795,603,3.196,604,3.816,605,5.665,606,3.442,607,3.442,608,3.196,609,3.816,610,3.816,611,3.442,612,3.816,613,6.873,614,5.727,615,3.816,616,6.873,617,3.816,618,3.816,619,3.816,620,3.816,621,3.816,622,3.816,623,3.816,624,3.816,625,3.816,626,3.816,627,3.442,628,3.816,629,3.816,630,3.816]],["tags/83",[]],["title/84",[20,2.036,631,5.111]],["content/84",[10,1.308,14,6.2,20,3.29,83,2.426,385,3.593,632,8.259]],["tags/84",[]],["title/85",[10,0.669,385,1.837,633,3.81]],["content/85",[10,1.541,20,2.975,29,1.536,35,1.992,37,4.32,67,6.737,167,2.429,385,3.935,633,6.737,634,7.469,635,7.469,636,7.469]],["tags/85",[]],["title/86",[637,4.61,638,3.301]],["content/86",[10,1.194,42,0.135,146,3.332,212,5.212,348,3.23,477,4.162,638,4.87,639,7.541,640,7.541,641,6.315,642,6.802,643,7.541,644,7.541,645,6.315,646,7.541]],["tags/86",[]],["title/87",[647,5.837]],["content/87",[10,1.098,42,0.124,169,2.486,203,4.226,224,4.795,347,2.55,374,2.763,486,3.593,491,5.81,647,7.797,648,5.81,649,7.239,650,5.81,651,8.644,652,5.475,653,6.938,654,6.938,655,3.219,656,6.938,657,6.938,658,6.938]],["tags/87",[]],["title/88",[659,4.28,660,4.28]],["content/88",[10,1.146,42,0.166,116,3.138,166,3.417,179,3.802,204,4.773,224,3.657,347,1.945,381,1.326,486,2.74,523,4.176,637,4.773,638,3.417,645,4.431,648,4.431,649,6.063,650,4.431,659,6.912,661,5.291,662,5.291,663,5.291,664,8.006,665,7.241,666,5.291,667,7.241,668,7.241,669,5.291,670,5.291,671,5.291,672,5.291,673,5.291,674,5.291,675,8.255,676,5.291,677,5.291,678,5.291,679,5.291,680,5.291,681,6.531,682,5.291,683,5.291,684,4.773]],["tags/88",[]],["title/89",[10,0.669,27,2.232,381,1.058]],["content/89",[10,1.376,14,5.255,17,3.863,29,1.189,215,3.953,269,3.7,344,2.75,374,2.788,381,2.178,424,4.52,426,4.264,660,5.862,685,6.314,686,5.862,687,7,688,7.84,689,7,690,7,691,6.314,692,4.386]],["tags/89",[]],["title/90",[114,2.956,693,4.61]],["content/90",[34,2.152,37,4.287,86,3.654,114,3.168,128,1.591,251,3.785,347,2.013,381,1.373,415,6.223,417,2.631,432,2.499,476,2.679,486,2.837,581,2.679,638,3.537,648,4.586,649,6.207,655,2.541,659,4.586,664,6.686,681,4.94,692,3.432,693,9.221,694,3.093,695,4.322,696,5.477,697,5.477,698,5.477,699,5.477,700,6.207,701,5.477,702,5.477,703,5.477,704,5.477,705,4.94,706,5.477,707,4.94,708,4.586,709,3.537]],["tags/90",[]],["title/91",[710,4.61,711,4.61]],["content/91",[42,0.124,149,4.226,215,3.917,251,4.795,269,4.977,316,3.166,638,4.48,660,5.81,686,5.81,688,6.258,709,4.48,710,7.797,711,7.797,712,6.938,713,8.644,714,6.938,715,6.938,716,6.938,717,6.938]],["tags/91",[]],["title/92",[113,2.262]],["content/92",[10,1.079,30,5.708,37,3.942,86,4.548,113,2.988,215,3.849,226,3.396,251,4.711,261,3.461,269,3.603,387,3.06,476,3.334,485,3.603,494,6.148,524,4.711,638,4.402,685,6.148,700,5.708,708,5.708,709,4.402,718,4.548,719,5.708,720,5.708,721,6.816,722,4.898]],["tags/92",[]],["title/93",[723,5.837]],["content/93",[10,1.515,29,1.302,42,0.103,54,4.139,86,3.843,169,2.064,191,3.509,251,3.981,264,2.09,269,4.053,347,2.117,359,2.294,432,2.628,476,2.817,497,3.843,510,6.916,553,4.546,573,4.139,638,3.72,650,6.421,691,5.195,705,5.195,707,5.195,708,7.218,709,5.566,723,8.631,724,5.76,725,5.76,726,4.546,727,5.76]],["tags/93",[]],["title/80",[10,1.025]],["content/80",[6,2.74,10,1.196,18,2.343,35,1.503,42,0.135,51,3.342,61,0.996,105,4.23,128,1.637,169,2.019,254,2.414,255,2.378,292,2.309,308,1.994,340,1.811,349,2.276,357,1.75,393,2.214,396,3.531,399,3.759,414,2.49,456,2.918,457,3.639,461,3.182,462,3.696,465,3.531,476,2.756,491,4.719,535,3.895,720,4.719,728,5.635,729,7.556,730,5.635,731,4.719,732,5.635,733,5.635,734,5.635,735,5.635,736,5.635,737,5.083,738,5.635,739,5.635,740,5.635,741,5.083]],["tags/80",[]],["title/94",[196,2.095,308,1.809]],["content/94",[42,0.172,58,4.422,74,1.805,87,1.397,97,3.118,110,3.196,112,1.724,116,4.295,153,2.542,196,4.1,205,1.701,217,1.827,274,2.138,309,2.168,310,2.376,311,2.302,312,2.415,313,2.415,314,2.415,315,2.415,316,2.415,317,2.267,343,2.233,719,4.431,742,4.773,743,4.773,744,3.972]],["tags/94",[]],["title/95",[69,1.756,83,1.241,381,1.058]],["content/95",[35,2.092,62,2.521,223,3.58,264,2.846,348,3.36,382,3.58,383,3.64,384,3.64,385,3.412,386,3.58,387,3.522]],["tags/95",[]],["title/96",[46,2.547,48,0.809]],["content/96",[5,4.527,10,0.795,23,2.15,29,0.852,35,1.339,42,0.173,46,3.478,48,1.271,60,3.348,69,2.087,83,2.358,217,1.733,218,0.844,226,2.501,347,1.845,381,2.428,387,3.134,389,2.253,426,3.057,461,2.834,476,3.415,480,2.028,484,2.653,487,2.653,488,2.599,489,2.599,720,4.203,745,4.527,746,4.203,747,6.982,748,6.982,749,4.527,750,5.019,751,3.961,752,5.019,753,5.019,754,5.019,755,4.203,756,2.455,757,5.019,758,5.019,759,4.527,760,4.527,761,4.527,762,4.527]],["tags/96",[]],["title/97",[90,4.858]],["content/97",[7,2.016,13,4.652,29,1.271,35,1.482,37,4.328,41,3.587,42,0.099,68,3.481,83,2.198,84,4.652,90,5.618,103,1.786,108,2.494,215,3.137,218,0.671,232,3.706,240,2.344,269,3.956,325,2.38,363,3.307,364,2.454,380,1.99,381,2.269,389,3.36,427,3.481,461,3.137,502,4.226,514,3.384,645,4.652,745,5.01,763,7.584,764,7.484,765,5.555,766,5.555,767,5.555,768,4.652,769,4.384]],["tags/97",[]],["title/98",[381,1.281,388,2.157]],["content/98",[10,0.954,35,1.607,48,0.954,66,1.624,71,1.79,128,2.561,143,1.96,191,3.671,205,1.937,217,2.081,218,0.728,232,4.021,255,2.543,274,2.435,292,2.47,317,2.582,345,1.591,360,2.622,381,1.51,386,2.75,388,3.334,389,2.706,390,2.796,430,3.776,588,5.436,603,5.047,770,5.047,771,6.027,772,4.524,773,6.027,774,4.524,775,4.756,776,5.047,777,6.027,778,6.027,779,5.047,780,6.027,781,3.003]],["tags/98",[]],["title/99",[112,1.541]],["content/99",[23,2.919,35,2.022,42,0.186,48,0.596,58,3.394,61,0.665,70,5.449,71,1.682,75,1.401,87,0.993,97,1.72,98,2.291,116,2.231,128,2.203,129,2.994,153,2.721,199,2.823,200,2.195,215,4.281,217,2.618,218,1.033,255,1.587,274,1.519,308,1.331,318,2.321,388,3.2,394,1.716,605,4.497,744,2.823,776,5.705,779,4.743,782,5.705,783,7.644,784,3.761,785,3.393,786,6.145,787,3.761,788,3.761,789,3.761,790,3.761,791,3.393,792,5.664,793,3.393,794,3.761,795,3.761,796,3.761,797,3.393,798,3.761,799,3.15]],["tags/99",[]],["title/100",[83,1.241,293,2.443,381,1.058]],["content/100",[35,2.233,83,1.598,113,1.901,128,2.144,199,4.083,217,2.547,219,6.178,233,3.628,266,4.961,293,3.146,351,2.229,381,1.363,388,3.113,508,6.841,776,6.178,779,6.178,782,6.178,783,6.178,786,6.654,800,5.439,801,3.512,802,5.439,803,5.439,804,10.416]],["tags/100",[]],["title/104",[363,2.258,364,2.258]],["content/104",[10,0.926,35,1.559,42,0.177,71,2.3,75,2.883,83,2.275,87,1.543,169,2.095,191,3.561,199,4.389,218,1.117,243,4.614,339,2.625,363,4.249,364,3.422,365,2.713,366,2.431,381,1.941,454,4.852,498,4.201,509,4.614,768,7.271,805,6.985,806,5.846]],["tags/104",[]],["title/101",[308,1.809,318,2.095]],["content/101",[8,4.002,26,2.837,27,2.895,29,1.259,35,2.241,42,0.133,45,3.785,97,1.663,103,1.761,110,2.928,112,1.304,113,1.914,116,3.249,118,4.586,129,2.895,145,1.914,146,2.42,149,3.336,153,2.631,196,2.244,203,3.336,221,2.459,308,2.623,309,2.244,317,2.346,318,4.064,319,2.541,320,3.383,345,1.446,349,2.213,430,3.432,525,4.586,718,3.654,807,4.94,808,4.94,809,5.477,810,5.477,811,5.477]],["tags/101",[]],["title/102",[217,1.765,812,5.111]],["content/102",[42,0.172,58,4.41,74,1.792,87,1.387,97,3.114,103,2.317,110,3.19,112,1.716,116,4.275,153,2.525,205,1.689,217,1.814,274,2.123,309,2.154,310,2.36,311,2.286,312,2.398,313,2.398,314,2.398,315,2.398,317,2.251,318,3.925,320,3.289,343,2.218,719,4.401,742,4.74,743,4.74,744,3.945]],["tags/102",[]],["title/103",[29,0.717,414,1.866,502,2.385]],["content/103",[29,1.418,147,2.882,318,3.421,374,3.325,813,8.347]],["tags/103",[]],["title/105",[74,1.743,217,1.765]],["content/105",[23,3.367,35,2.097,42,0.182,48,1.39,53,7.465,74,2.04,80,2.143,87,1.578,103,1.922,112,1.424,189,2.685,200,3.046,202,1.288,218,0.95,235,2.065,264,2.852,343,2.524,351,2.451,814,7.861,815,7.861,816,7.861]],["tags/105",[]],["title/123",[362,2.815]],["content/123",[66,2.158,71,2.377,75,2.981,123,1.724,167,2.603,194,3.537,218,0.967,284,1.759,362,3.482]],["tags/123",[]],["title/124",[355,2.332,362,2.223]],["content/124",[6,2.54,10,1.251,29,1.023,42,0.182,46,3.003,71,1.79,75,2.244,87,1.591,98,5.369,123,1.298,135,4.756,167,2.866,218,1.174,344,3.462,605,3.575,726,4.756,817,4.265,818,4.756,819,6.027,820,6.027,821,6.027,822,6.027]],["tags/124",[]],["title/125",[123,1.101,362,2.223]],["content/125",[6,2.527,10,1.245,29,1.016,42,0.188,71,1.776,75,2.227,123,1.288,135,4.72,138,3.99,143,3.033,167,2.856,171,2.562,191,3.643,218,1.127,726,4.72,817,4.244,823,7.353,824,5.008,825,5.394,826,5.394]],["tags/125",[]],["title/126",[71,1.254,143,1.374,827,3.81]],["content/126",[6,2.592,10,1.277,29,1.056,42,0.183,71,1.847,75,2.316,123,1.34,143,2.622,167,2.91,171,2.664,191,3.788,218,1.081,224,4.298,652,7.062,726,4.908,817,3.357,823,6.753,825,5.609,826,5.609,828,6.219,829,6.219]],["tags/126",[]],["title/106",[346,2.86]],["content/106",[10,0.855,20,2.151,42,0.185,58,2.691,97,2.23,103,2.36,106,4.055,120,6.584,129,2.855,143,1.757,153,3.527,169,1.935,340,1.736,346,2.386,347,1.985,369,2.349,398,3.488,456,4.636,528,5.075,605,3.204,818,4.262,830,6.149,831,5.795,832,5.795,833,5.795,834,6.149,835,6.623,836,6.623,837,5.401,838,5.401,839,5.401]],["tags/106",[]],["title/107",[450,3.301,456,2.647]],["content/107",[29,1.21,42,0.157,97,2.164,103,2.291,235,2.461,279,5.122,340,2.291,456,4.553,462,4.299,528,4.926,830,5.969,831,5.625,832,5.625,833,5.625,834,5.969,840,2.725,841,7.128,842,7.128]],["tags/107",[]],["title/108",[843,5.837]],["content/108",[42,0.119,87,1.753,97,2.017,103,2.704,143,2.736,226,3.309,346,2.935,347,2.441,456,4.356,528,4.591,692,5.271,695,6.638,830,5.562,831,6.638,832,5.242,833,5.242,843,5.991,844,6.642,845,6.642,846,6.642,847,6.642,848,6.642,849,6.642]],["tags/108",[]],["title/109",[456,2.647,850,4.61]],["content/109",[42,0.173,58,3.686,97,2.247,103,2.378,456,4.658,528,5.113,605,4.388,831,5.838,832,5.838,833,5.838,834,6.195,835,6.673,836,6.673,850,6.673]],["tags/109",[]],["title/110",[29,0.717,414,1.866,502,2.385]],["content/110",[29,1.418,147,2.882,374,3.325,456,4.323,851,8.347]],["tags/110",[]],["title/111",[34,2.008,336,2.157]],["content/111",[7,2.045,34,2.214,35,2.015,42,0.182,48,1.196,58,3.765,62,1.811,98,5.549,103,2.429,123,1.214,169,2.707,218,0.913,284,2.002,308,1.994,336,3.844,337,3.392,338,2.615,339,2.53,345,1.487,366,3.787,731,4.719,852,3.895,853,7.556]],["tags/111",[]],["title/112",[29,0.717,414,1.866,502,2.385]],["content/112",[29,1.418,147,2.882,336,3.522,374,3.325,854,8.347]],["tags/112",[]],["title/145",[110,2.105]],["content/145",[6,1.773,7,2.002,23,3.612,24,3.848,29,1.265,35,2.249,42,0.162,58,4.201,87,2.226,97,2.561,123,1.188,145,1.928,146,2.437,218,0.9,252,3.044,340,1.773,343,2.327,345,1.456,348,2.363,409,3.562,410,3.68,414,2.437,535,3.812,581,2.698,605,5.002,817,4.875,852,3.812,855,7.448,856,4.975,857,4.14]],["tags/145",[]],["title/116",[66,1.744]],["content/116",[21,1.718,23,3.829,40,5.917,42,0.187,61,0.752,80,1.524,87,2.125,98,2.591,108,2.786,109,4.658,123,0.916,153,2.043,193,1.879,218,0.75,232,2.837,233,2.837,284,0.935,353,3.299,354,2.58,355,1.941,356,2.831,357,2.275,358,1.85,359,1.694,524,4.288,605,2.523,817,4.347,818,3.357,858,4.253,859,7.325,860,3.836,861,6.205,862,6.205,863,6.205,864,6.205,865,4.253,866,4.253,867,4.253,868,4.253,869,4.253,870,3.836,871,4.253,872,3.562,873,4.253,874,4.253,875,4.253,876,4.253]],["tags/116",[]],["title/117",[877,6.472]],["content/117",[6,2.154,9,6.405,61,1.638,123,1.822,206,6.043,252,3.697,408,6.482,414,2.96,500,9.053,535,4.63,718,4.469,857,5.029,878,6.077,879,6.699]],["tags/117",[]],["title/118",[66,1.378,321,2.258]],["content/118",[26,2.722,27,2.778,35,1.402,42,0.176,48,1.401,66,2.217,69,2.185,86,3.506,97,2.189,147,1.814,166,4.655,167,2.344,218,0.994,284,1.155,321,3.911,322,2.123,323,3.135,324,2.439,325,2.251,344,2.831,345,1.387,805,4.74,852,3.632,880,6.501,881,5.256,882,6.501,883,7.207,884,7.207,885,5.256,886,7.207,887,5.256,888,5.256,889,5.256,890,4.401]],["tags/118",[]],["title/113",[143,1.662,217,1.765]],["content/113",[7,2.137,29,1.322,42,0.166,48,0.933,54,3.18,58,3.877,61,1.041,74,2.009,97,1.789,103,1.893,112,1.403,113,2.059,143,1.916,147,2.033,203,3.588,217,3.009,218,0.712,254,2.523,303,2.603,352,2.523,366,4.008,502,5.235,891,7.019,892,3.806,893,5.313,894,7.019,895,5.313]],["tags/113",[]],["title/114",[217,1.765,896,5.111]],["content/114",[17,3.405,29,1.362,42,0.16,48,0.977,54,3.331,58,3.997,97,1.874,103,1.983,112,1.469,143,2.006,217,3.078,218,0.746,232,4.116,303,2.726,366,4.069,448,3.984,502,5.33,891,5.565,892,3.924,893,5.565,894,5.565,895,5.565,897,6.17,898,6.17]],["tags/114",[]],["title/115",[261,3.286]],["content/115",[48,1.267,89,7.22,166,5.17,218,0.967,252,4.418,276,2.798,382,3.653,801,5.17,899,8.005]],["tags/115",[]],["title/119",[143,1.662,360,2.223]],["content/119",[7,2.312,21,2.574,23,3.509,42,0.171,48,1.433,103,3.072,123,1.372,143,2.072,211,2.86,218,0.77,325,2.729,360,3.563,361,2.86,900,6.371,901,9.884,902,8.191,903,8.191,904,6.371]],["tags/119",[]],["title/120",[305,2.258,306,2.223]],["content/120",[10,1.294,101,3.004,113,2.856,240,3.449,305,3.611,306,3.555,307,3.729]],["tags/120",[]],["title/121",[905,4.61,906,4.61]],["content/121",[35,1.919,42,0.158,51,4.267,112,1.713,113,2.514,169,2.577,218,0.869,305,3.178,381,1.803,652,5.677,905,6.488,906,7.974,907,7.193,908,6.488,909,7.193,910,7.193,911,7.193,912,7.193]],["tags/121",[]],["title/122",[302,2.008,638,3.301]],["content/122",[6,2.154,10,1.061,35,2.256,42,0.174,62,2.719,112,2.014,129,4.47,218,1.022,523,5.287,638,4.326,652,6.674,913,5.61,914,8.457,915,5.61,916,6.699,917,6.699,918,6.699,919,6.699]],["tags/122",[]],["title/147",[18,1.756,323,1.837,391,1.896]],["content/147",[10,1.281,18,3.363,113,2.827,323,3.518,391,3.631,392,3.413,393,3.177,394,3.691]],["tags/147",[]],["title/148",[692,3.203,920,5.111]],["content/148",[6,1.701,29,0.899,35,1.931,42,0.148,48,1.472,80,1.896,103,2.853,123,1.56,202,1.14,218,0.875,276,1.849,303,2.338,308,1.872,337,2.376,340,1.701,345,1.397,374,2.108,498,3.802,525,4.431,554,4.176,568,4.773,692,5.172,718,3.53,817,3.909,852,3.657,921,5.291,922,5.291,923,5.291,924,7.241,925,5.291,926,5.291,927,5.291,928,5.291,929,5.291,930,5.291,931,5.291,932,4.431,933,4.773,934,5.291,935,5.291,936,5.291,937,5.291,938,4.773]],["tags/148",[]],["title/149",[48,0.809,553,4.034]],["content/149",[23,3.053,29,1.21,42,0.157,48,1.509,123,1.535,200,2.762,218,0.861,224,4.926,340,2.291,350,2.964,553,6.937,692,4.466,781,3.551,817,3.848,939,7.128,940,7.128,941,7.128]],["tags/149",[]],["title/150",[66,1.378,345,1.349]],["content/150",[10,1.061,42,0.174,46,3.338,48,1.061,66,2.279,113,2.341,138,5.642,143,2.179,167,2.179,169,2.4,218,0.81,345,2.232,399,4.469,421,4.469,692,4.198,775,5.287,942,5.61,943,4.469,944,5.287,945,5.287,946,6.699,947,6.699]],["tags/150",[]],["title/151",[308,1.809,462,2.5]],["content/151",[34,2.424,42,0.169,48,1.27,103,1.983,123,1.329,138,4.116,143,2.899,218,0.746,308,2.839,336,2.603,345,1.628,359,2.458,432,2.815,462,4.786,913,5.167,943,4.116,944,4.869,945,4.869,948,5.167,949,6.17,950,6.17,951,6.17,952,6.17,953,6.17,954,6.17,955,5.565,956,5.565]],["tags/151",[]],["title/152",[66,1.378,462,2.5]],["content/152",[29,1.268,42,0.162,48,1.183,66,2.013,71,2.218,75,2.781,143,2.429,218,0.903,462,4.424,744,5.607,943,4.983,944,5.894,945,5.894,957,6.254]],["tags/152",[]],["title/153",[358,2.815]],["content/153",[42,0.156,97,2.126,169,2.508,171,2.999,285,4.048,308,2.477,345,1.847,358,3.781,359,2.788,462,4.251,497,4.67,823,5.862,943,6.308,958,5.862,959,7,960,7,961,7,962,7]],["tags/153",[]],["title/154",[66,1.378,497,3.41]],["content/154",[29,0.924,42,0.15,46,4.473,48,1.326,66,1.989,68,3.408,71,1.615,81,2.366,138,3.628,143,1.769,179,3.908,202,1.172,203,3.313,218,0.657,230,4.554,231,2.66,322,2.98,337,2.442,340,1.748,345,1.435,358,2.366,359,2.166,462,2.66,497,5.99,561,4.906,692,3.408,942,4.554,943,4.922,944,5.822,945,4.292,948,4.554,955,4.906,958,6.178,963,5.439,964,5.439,965,5.439,966,5.439,967,5.439,968,5.439,969,5.439]],["tags/154",[]],["title/155",[948,4.28,970,5.111]],["content/155",[10,1.052,21,2.683,42,0.119,48,1.052,75,2.473,87,1.753,103,2.704,123,1.431,138,4.431,143,2.16,171,2.845,217,2.293,218,0.803,264,2.41,340,2.135,345,1.753,462,3.249,594,5.562,692,4.162,942,5.562,943,5.612,956,5.991,971,6.642,972,5.991,973,6.642,974,6.642,975,6.642]],["tags/155",[]],["title/156",[357,1.588,976,4.61]],["content/156",[29,1.289,42,0.153,48,0.899,108,3.841,123,1.223,345,2.258,357,1.763,358,2.469,421,3.787,455,2.508,462,4.468,694,3.205,737,5.12,943,5.708,958,8.206,976,8.589,977,5.676,978,7.593,979,7.593,980,5.676,981,5.676,982,5.676,983,5.676,984,5.676,985,5.676,986,5.676]],["tags/156",[]],["title/157",[29,0.717,414,1.866,502,2.385]],["content/157",[42,0.174,215,4.217,340,2.401,345,1.971,462,3.653,493,5.894,497,4.983,502,4.217,827,6.737,987,7.469,988,7.469,989,7.469,990,7.469,991,7.469]],["tags/157",[]],["title/127",[367,2.258,368,2.295]],["content/127",[10,0.704,29,1.088,42,0.168,48,0.704,54,2.401,66,1.199,80,1.593,86,2.967,112,1.526,120,3.51,126,1.905,143,1.446,171,1.905,211,1.996,218,0.537,235,3.008,272,1.747,284,1.408,292,1.822,295,2.589,306,1.934,308,1.574,340,1.43,352,1.905,357,1.381,361,1.996,367,1.965,368,1.996,369,1.934,370,2.063,371,1.996,372,1.996,373,1.996,374,1.771,375,2.063,376,2.029,377,2.063,378,2.063,379,2.924,380,2.296,401,2.786,402,2.786,489,2.303,509,3.51,581,2.175,769,3.51,840,2.45,992,4.447,993,4.447,994,6.408,995,4.447,996,4.447,997,4.447,998,4.447,999,4.447,1000,4.447,1001,6.408,1002,3.724,1003,4.447,1004,4.447,1005,4.447,1006,4.447,1007,4.447,1008,4.447,1009,4.011,1010,4.447,1011,4.447,1012,4.447]],["tags/127",[]],["title/128",[61,0.903,295,2.065]],["content/128",[6,1.748,20,2.166,23,2.33,26,2.817,27,2.875,29,0.924,35,1.451,42,0.161,61,1.479,80,1.949,97,1.652,103,1.748,112,1.757,218,0.657,252,3.001,295,3.791,296,2.783,297,2.524,298,2.524,299,2.025,300,2.524,301,2.295,302,3.289,303,3.26,304,3.423,414,2.403,435,2.482,535,3.759,718,3.628,756,2.66,857,4.083,972,4.906,1013,2.817,1014,5.439,1015,5.439,1016,5.439,1017,4.906,1018,5.439,1019,5.439,1020,5.439]],["tags/128",[]],["title/131",[61,0.903,254,2.19]],["content/131",[6,1.498,10,0.738,21,1.882,26,2.413,27,2.463,42,0.189,44,2.764,61,1.484,64,4.203,66,1.786,87,1.749,99,4.203,127,3.93,195,1.806,200,1.806,203,2.838,218,1.015,245,3.348,254,3.303,340,1.498,341,3.299,359,1.856,400,2.92,427,2.92,447,1.856,464,5.262,498,6.035,746,3.902,824,7.033,1021,8.398,1022,6.626,1023,4.659,1024,3.902,1025,3.902,1026,4.659,1027,4.659]],["tags/131",[]],["title/141",[308,1.809,349,2.065]],["content/141",[7,1.25,8,2.861,26,1.785,27,1.821,29,0.9,42,0.14,58,3.898,68,6.361,70,3.808,74,2.668,87,2.344,97,2.766,103,2.33,108,1.547,112,1.537,153,3.482,196,3.639,215,3.646,218,0.876,224,2.382,232,4.307,240,2.724,251,3.662,260,2.159,308,2.285,309,1.412,345,0.909,347,1.266,349,3.476,350,1.433,359,2.111,372,1.547,440,2.382,444,2.382,600,2.885,605,3.829,606,3.108,607,4.779,608,2.885,890,2.885,1028,7.248,1029,6.456,1030,2.885,1031,5.299,1032,3.108,1033,3.446,1034,3.446,1035,3.446]],["tags/141",[]],["title/142",[68,3.203,308,1.809]],["content/142",[29,0.971,42,0.164,46,2.849,48,0.905,66,1.541,68,5.981,103,2.761,108,3.426,181,5.157,196,3.519,203,3.483,218,0.691,284,1.256,308,2.023,349,3.082,374,2.278,451,3.583,692,3.583,817,4.119,824,8.395,1036,5.718,1037,5.718,1038,7.63,1039,5.718,1040,5.718,1041,7.63]],["tags/142",[]],["title/143",[29,0.717,414,1.866,502,2.385]],["content/143",[29,1.418,147,2.882,349,3.372,374,3.325,506,7.529]],["tags/143",[]],["title/129",[123,1.101,326,2.295]],["content/129",[23,1.764,24,1.879,26,2.133,34,3.115,35,1.918,40,4.188,42,0.179,58,3.019,71,1.223,73,2.223,80,1.476,87,2.093,97,2.183,112,1.712,123,1.82,143,1.971,218,0.869,241,3.715,259,1.978,317,1.764,327,4.296,328,1.879,329,1.911,330,1.879,331,1.849,332,1.879,333,1.911,334,1.911,335,1.911,345,1.087,379,3.856,441,2.847,454,2.581,605,3.594,744,3.092,763,3.449,768,3.449,774,3.092,785,3.715,793,3.715,797,3.715,1042,4.118,1043,4.118,1044,4.118,1045,4.118,1046,3.25,1047,4.118,1048,4.118,1049,4.118,1050,4.118,1051,4.118,1052,4.118,1053,4.118,1054,4.118,1055,4.118,1056,4.118]],["tags/129",[]],["title/130",[272,2.542]],["content/130",[6,2.748,29,1.158,46,3.396,48,1.079,60,4.548,123,1.468,149,4.152,247,6.148,259,4.107,263,4.898,272,2.678,280,4.548,331,3.06,369,2.965,455,3.012,476,3.334,554,5.379,718,4.548,751,5.379,763,5.708,1046,5.379,1057,6.148,1058,5.379,1059,6.816]],["tags/130",[]],["title/132",[66,1.378,342,2.19]],["content/132",[26,3.354,27,3.424,35,2.208,42,0.185,66,1.746,98,5.557,189,2.908,218,1,221,2.908,309,2.654,342,2.775,343,2.733,344,2.544,345,2.185,852,4.477,1060,6.477,1061,7.64,1062,6.477,1063,6.477]],["tags/132",[]],["title/133",[66,1.744]],["content/133",[10,1.217,42,0.165,98,5.607,195,2.98,218,0.929,340,2.472,359,3.063,366,3.197,414,3.398,1061,6.439,1064,7.689]],["tags/133",[]],["title/134",[6,1.157,11,2.701,342,1.541,430,2.255]],["content/134",[29,1.023,42,0.174,66,2.129,68,3.776,87,1.591,97,2.677,98,4.813,105,4.524,108,3.547,218,0.955,235,2.727,342,2.582,348,2.582,352,2.582,361,2.706,461,3.403,932,5.047,933,5.436,1030,5.047,1061,5.047,1065,6.027,1066,5.436,1067,8.133,1068,6.027,1069,6.027,1070,6.027]],["tags/134",[]],["title/135",[128,1.485,255,2.157]],["content/135",[23,2.664,24,2.838,42,0.16,48,1.277,61,1.581,97,1.889,98,3.788,128,2.343,129,3.287,130,2.477,166,4.016,217,2.147,218,0.974,255,2.624,276,2.173,284,1.367,351,2.548,381,1.558,388,2.624,405,3.221,686,5.208,782,5.208,783,5.208,801,4.016,1071,6.219,1072,6.219,1073,6.219,1074,5.208,1075,6.219,1076,6.219]],["tags/135",[]],["title/136",[29,0.868,128,1.485]],["content/136",[29,0.937,42,0.133,48,0.873,61,1.666,62,1.773,81,2.399,123,1.188,128,2.164,160,4.353,193,2.437,195,2.137,232,3.68,235,2.911,252,3.044,276,1.928,284,1.212,381,1.382,400,3.456,539,4.619,581,2.698,585,4.975,957,7.062,1032,4.975,1077,5.516,1078,4.975,1079,5.516,1080,5.516,1081,5.516,1082,5.832,1083,4.975,1084,7.448,1085,7.448,1086,5.516,1087,5.516,1088,5.516,1089,5.516,1090,5.516,1091,5.516]],["tags/136",[]],["title/140",[195,1.981,357,1.588]],["content/140",[10,1.183,42,0.181,195,2.894,276,2.61,357,3.141,395,5.367,449,5.668,1092,6.737,1093,7.469]],["tags/140",[]],["title/137",[357,1.588,396,3.203]],["content/137",[6,2.573,10,1.267,165,5.34,276,2.798,299,2.981,357,2.486,392,3.378,396,5.016,397,4.748]],["tags/137",[]],["title/138",[417,3.109]],["content/138",[9,4.514,42,0.194,302,2.566,341,2.566,401,4.092,402,4.092,417,3.137,878,4.693,1078,5.891,1092,5.891,1094,6.531,1095,8.322,1096,6.531,1097,8.322,1098,8.322,1099,5.469]],["tags/138",[]],["title/139",[299,2.41]],["content/139",[35,1.85,42,0.182,112,1.652,113,2.425,132,5.81,153,4.523,218,0.838,299,2.583,345,1.831,408,4.48,594,5.81,852,4.795,878,4.985,1100,6.938,1101,6.258,1102,6.938,1103,6.938,1104,6.938]],["tags/139",[]],["title/144",[357,1.588,398,3.301]],["content/144",[6,1.593,10,1.096,29,1.354,35,1.322,42,0.176,51,2.939,58,4.523,66,1.865,71,1.472,82,2.735,97,2.856,105,5.195,167,1.612,178,4.47,218,1.043,264,1.798,357,2.149,396,3.105,398,3.2,399,3.306,400,3.105,417,2.38,446,3.306,493,3.911,516,4.47,579,4.47,1067,8.378,1105,7.973,1106,4.955,1107,4.955,1108,4.955,1109,4.955,1110,4.955,1111,4.955]],["tags/144",[]],["title/146",[357,1.312,401,2.646,402,2.646]],["content/146",[6,1.471,17,2.526,29,1.111,35,1.221,42,0.181,44,2.715,51,3.881,62,1.471,66,2.058,69,2.72,81,1.991,86,3.054,91,4.129,218,0.791,235,3.258,252,2.526,280,3.054,308,1.62,342,1.961,347,2.405,357,2.588,401,4.1,402,4.784,403,3.289,407,2.715,414,2.023,535,3.164,581,2.239,718,3.054,857,3.436,1112,8.331,1113,8.331,1114,6.543,1115,6.543,1116,4.577,1117,4.129,1118,4.577,1119,4.577,1120,4.577,1121,4.577,1122,4.577,1123,4.577,1124,4.577,1125,4.577,1126,4.129]],["tags/146",[]],["title/179",[357,1.588,404,3.301]],["content/179",[62,2.521,66,2.114,75,3.469,87,2.07,357,2.436,404,5.066,405,4.063,406,5.637,407,4.653,408,5.066]],["tags/179",[]],["title/180",[112,1.541]],["content/180",[29,0.791,35,1.243,42,0.183,48,0.738,66,2.078,69,2.755,75,3.304,83,1.369,87,1.749,110,2.155,116,2.764,153,2.238,215,2.631,218,0.563,252,2.571,276,1.628,284,1.024,310,2.092,339,2.092,357,2.395,359,1.856,404,4.98,524,3.22,608,3.902,770,3.902,870,5.976,890,3.902,932,3.902,1066,5.976,1099,3.902,1117,4.203,1126,4.203,1127,4.659,1128,6.626,1129,6.626,1130,6.626,1131,4.659,1132,4.659,1133,4.659,1134,4.659,1135,4.659,1136,4.659,1137,6.626,1138,4.659,1139,4.659,1140,4.659,1141,4.659,1142,4.659,1143,4.659]],["tags/180",[]],["title/161",[110,2.105]],["content/161",[6,2.424,10,1.194,42,0.135,48,1.194,110,2.452,299,2.808,350,3.135,397,4.473,409,5.875,410,6.07,411,4.87,412,5.419,413,5.419]],["tags/161",[]],["title/162",[166,4.18]],["content/162",[34,2.314,48,0.933,71,2.588,87,1.555,123,1.676,132,4.933,145,2.059,179,4.233,219,4.933,235,3.201,236,4.933,284,1.294,301,2.486,302,2.314,328,2.688,357,1.829,369,2.562,409,3.804,410,3.93,411,5.026,426,3.588,430,3.691,443,3.93,507,4.422,555,4.933,581,2.881,751,4.649,770,4.933,1144,5.89,1145,6.517,1146,5.89,1147,5.89,1148,5.313,1149,5.89,1150,5.89,1151,5.89]],["tags/162",[]],["title/158",[8,2.759,123,1.101]],["content/158",[6,2.048,8,4.422,10,1.009,26,3.3,74,2.173,83,1.872,123,1.764,153,3.06,169,2.283,231,3.116,266,3.368,268,3.598,269,3.368,270,3.779,276,2.863,381,2.053,405,3.3,414,2.815,415,4.404,416,4.578,417,3.06,418,4.578,419,4.578,420,4.578,421,4.251,422,4.578,423,4.578,424,4.115,425,4.251,1152,6.371]],["tags/158",[]],["title/160",[8,2.759,426,3.114]],["content/160",[6,2.394,8,4.021,10,0.873,29,1.432,34,2.167,74,2.54,82,4.11,147,1.904,205,1.773,231,3.643,233,5.626,268,3.114,269,2.915,270,3.272,299,2.054,325,2.363,344,3.547,380,1.976,381,1.867,426,4.537,427,3.456,428,3.964,429,3.964,430,3.456,431,3.812,432,2.517,498,3.964,555,4.619,1009,4.975,1030,4.619,1153,5.516,1154,5.516,1155,5.516,1156,4.975,1157,5.516,1158,5.516,1159,5.516,1160,5.516,1161,5.516]],["tags/160",[]],["title/159",[244,3.301,434,3.533]],["content/159",[10,0.947,42,0.186,46,2.98,49,3.862,58,3.916,66,1.612,83,1.757,97,2.387,112,1.424,243,4.72,244,3.862,292,2.451,302,2.349,351,2.451,381,1.499,405,3.097,408,3.862,411,5.076,435,2.729,684,5.394,1067,8.613,1162,5.981,1163,5.981,1164,5.981]],["tags/159",[]],["title/163",[123,1.101,436,3.41]],["content/163",[10,1.052,17,3.666,41,4.29,81,2.889,82,3.666,83,1.951,87,1.753,113,2.321,123,1.812,130,3.35,218,1.016,424,4.29,425,4.431,436,4.431,437,6.634,438,4.773,439,4.773,440,4.591,441,4.591,442,4.773,443,4.431,444,4.591,445,4.773,446,4.431]],["tags/163",[]],["title/164",[341,2.008,447,2.036]],["content/164",[6,2.048,10,1.297,42,0.191,62,2.048,87,2.162,108,2.86,129,3.368,167,2.664,218,0.99,341,2.503,447,2.538,627,5.747,1165,8.191,1166,8.191,1167,6.371,1168,8.191,1169,6.371]],["tags/164",[]],["title/165",[145,1.786,393,2.008]],["content/165",[10,1.322,145,2.917,167,2.715,393,3.279,448,5.391]],["tags/165",[]],["title/166",[145,1.786,731,4.28]],["content/166",[6,1.634,21,2.054,23,3.018,24,3.215,35,2.156,40,4.869,42,0.156,46,2.533,48,1.28,58,3.51,80,1.822,81,2.212,87,1.859,97,2.139,110,2.291,145,1.777,205,1.634,218,0.851,252,2.806,332,2.32,343,2.146,345,1.342,409,4.549,411,3.284,414,3.113,424,3.284,425,3.392,535,3.514,605,4.178,611,4.586,718,3.392,817,4.364,852,3.514,857,3.817,1156,4.586,1170,5.084,1171,5.084,1172,7.045,1173,7.045,1174,5.084,1175,5.084,1176,5.084,1177,5.084]],["tags/166",[]],["title/167",[218,0.618,449,3.203]],["content/167",[29,1.082,38,5.747,42,0.114,71,2.433,86,4.251,109,4.783,111,5.028,113,2.227,114,3.685,143,2.072,147,2.199,190,5.747,191,3.881,200,2.469,203,3.881,205,2.048,218,0.99,266,3.368,309,3.71,450,4.115,458,3.598,461,3.598,508,4.404,517,6.859,751,5.028,840,2.436,938,5.747,1178,6.371,1179,6.371]],["tags/167",[]],["title/168",[311,2.815]],["content/168",[10,1.255,74,2.702,231,3.875,259,3.806,266,4.188,268,4.474,269,4.188,270,4.7,495,5.948,1180,7.924]],["tags/168",[]],["title/169",[205,1.643,451,3.203]],["content/169",[25,6.673,66,1.994,80,2.651,123,1.594,128,2.613,166,4.778,167,2.925,168,4.778,205,2.378,452,4.935,1181,7.398,1182,7.398,1183,7.398,1184,7.398,1185,7.398]],["tags/169",[]],["title/170",[218,0.51,261,2.145,453,2.573]],["content/170",[7,2.518,10,1.098,29,1.178,48,1.098,62,2.23,71,2.06,82,3.829,83,2.038,111,5.475,203,4.226,218,0.838,261,4.39,271,4.48,381,1.739,453,4.226,454,4.347,455,3.065,456,3.593,457,4.48,503,5.81,1101,6.258,1186,6.938,1187,6.938]],["tags/170",[]],["title/185",[458,2.886,459,3.114]],["content/185",[6,1.736,10,1.163,29,1.247,42,0.168,45,3.733,46,2.691,48,0.855,62,2.36,71,1.604,97,1.64,103,1.736,116,3.204,118,4.523,123,1.582,129,2.855,143,1.757,153,2.594,218,0.653,318,2.213,322,2.966,340,2.36,458,5.055,459,5.453,460,5.609,461,3.05,462,3.591,463,5.388,464,4.601,807,4.872,808,4.872,817,2.916,1188,5.401,1189,5.401]],["tags/185",[]],["title/181",[340,1.643,380,1.831]],["content/181",[35,1.919,81,3.845,104,5.539,137,4.062,340,2.312,380,2.577,455,3.178,459,4.382,465,4.507,466,4.799,467,4.645,468,4.645,469,4.799,470,4.799,471,4.799,472,4.799,473,4.799,474,4.799]],["tags/181",[]],["title/182",[97,1.552,112,1.217]],["content/182",[35,1.699,42,0.184,90,4.783,97,1.935,98,4.989,103,2.633,153,3.934,215,3.598,284,1.8,340,2.633,373,2.86,380,2.935,746,5.335,799,6.859,817,4.422,1074,5.335,1083,5.747,1190,8.191,1191,5.747]],["tags/182",[]],["title/183",[58,2.547,112,1.217]],["content/183",[35,1.583,39,5.353,42,0.192,66,1.6,97,1.802,98,5.664,215,3.351,218,0.945,321,3.456,340,2.812,344,3.653,373,2.665,380,2.802,799,4.97,1074,4.97,1191,5.353,1192,7.821,1193,5.935,1194,5.935]],["tags/183",[]],["title/184",[1002,4.28,1195,4.61]],["content/184",[74,2.155,81,2.749,97,1.919,104,3.96,169,2.264,231,3.091,266,4.307,268,3.568,269,3.34,270,3.748,280,4.216,347,2.323,359,3.246,380,2.919,495,4.744,508,4.368,641,5.292,695,4.987,700,5.292,817,3.412,1002,7.551,1017,5.7,1195,5.7,1196,6.32,1197,6.32,1198,6.32,1199,6.32,1200,5.7,1201,6.32,1202,6.32]],["tags/184",[]],["title/171",[48,0.809,484,2.702]],["content/171",[10,1.281,226,4.03,381,2.027,432,3.691,455,3.574,485,4.275,486,4.189,581,3.956]],["tags/171",[]],["title/172",[484,3.421]],["content/172",[]],["tags/172",[]],["title/173",[1203,5.111,1204,3.837]],["content/173",[42,0.163,61,1.608,107,5.212,127,5.396,202,1.624,284,1.657,484,3.986,1204,6.83,1205,6.83,1206,6.802]],["tags/173",[]],["title/174",[1207,6.472]],["content/174",[42,0.14,61,1.646,127,5.525,202,1.69,284,1.724,484,4.924,1208,7.351]],["tags/174",[]],["title/175",[48,0.809,487,2.702]],["content/175",[10,1.281,226,4.03,381,2.027,432,3.691,455,3.574,485,4.275,486,4.189,581,3.956]],["tags/175",[]],["title/176",[487,3.421]],["content/176",[]],["tags/176",[]],["title/177",[1209,6.472]],["content/177",[42,0.139,61,1.636,127,5.869,202,1.673,284,1.707,487,4.894,915,6.503,1208,6.129]],["tags/177",[]],["title/178",[1210,6.472]],["content/178",[107,5.59,127,5.626,284,1.777,447,3.222,487,4.275,509,6.383,1082,5.223]],["tags/178",[]],["title/186",[48,0.809,488,2.647]],["content/186",[10,1.281,226,4.03,381,2.027,432,3.691,455,3.574,485,4.275,486,4.189,581,3.956]],["tags/186",[]],["title/187",[488,3.352]],["content/187",[]],["tags/187",[]],["title/188",[1204,3.837,1211,4.61]],["content/188",[23,2.664,24,2.838,42,0.183,61,1.425,107,4.298,108,2.792,127,5.616,202,1.34,218,0.974,245,4.469,284,1.367,447,2.477,488,4.176,1082,4.016,1204,6.053,1205,7.364,1206,5.609,1211,5.609,1212,5.609,1213,6.219]],["tags/188",[]],["title/189",[1214,6.472]],["content/189",[23,3.11,24,3.313,42,0.179,61,1.571,127,5.273,202,1.564,218,0.877,284,1.595,488,4.977,1208,5.73,1212,6.549,1215,7.26]],["tags/189",[]],["title/190",[1204,3.837,1216,5.111]],["content/190",[61,1.4,177,7.147,284,1.741,367,3.501,488,4.104,551,7.147,1205,5.948,1217,7.147,1218,7.924,1219,7.924]],["tags/190",[]],["title/191",[1220,6.472]],["content/191",[233,5.629,913,7.066,1217,7.611,1221,8.438]],["tags/191",[]],["title/196",[48,0.809,483,2.821]],["content/196",[10,1.308,48,1.308,276,2.886,345,2.18,476,4.039,483,4.558]],["tags/196",[]],["title/197",[1222,6.472]],["content/197",[195,3.201,380,2.959,483,4.558,1223,8.259,1224,8.259,1225,8.259]],["tags/197",[]],["title/225",[48,0.809,480,2.065]],["content/225",[10,1.322,48,1.322,276,2.917,481,4.828,482,4.951]],["tags/225",[]],["title/226",[435,2.332,756,2.5]],["content/226",[]],["tags/226",[]],["title/227",[6,2.08]],["content/227",[29,1.189,42,0.169,61,1.536,112,1.667,202,1.508,218,0.846,366,2.91,435,3.194,480,2.828,756,4.624,781,3.487,1013,3.625,1226,7,1227,5.862,1228,3.625,1229,3.7,1230,7,1231,7]],["tags/227",[]],["title/228",[1232,5.837]],["content/228",[29,1.21,42,0.171,61,1.553,112,1.697,202,1.535,218,0.861,435,3.253,480,2.879,756,4.662,1013,3.691,1228,3.691,1229,3.768,1232,6.429,1233,7.128,1234,7.128,1235,7.128]],["tags/228",[]],["title/229",[1227,5.42]],["content/229",[29,1.21,42,0.171,61,1.553,112,1.697,202,1.535,218,0.861,435,3.253,480,2.879,756,4.662,781,3.551,1013,3.691,1227,5.969,1228,3.691,1229,3.768,1236,7.128,1237,7.128]],["tags/229",[]],["title/230",[1238,5.837]],["content/230",[29,1.21,42,0.171,61,1.553,112,1.697,202,1.535,218,0.861,435,3.253,480,2.879,756,4.662,781,3.551,1013,3.691,1228,3.691,1229,3.768,1238,6.429,1239,7.128,1240,7.128]],["tags/230",[]],["title/231",[755,5.42]],["content/231",[29,1.21,42,0.171,61,1.553,112,1.697,202,1.535,218,0.861,435,3.253,480,2.879,755,5.969,756,4.662,781,3.551,1013,3.691,1228,3.691,1229,3.768,1241,7.128,1242,6.429]],["tags/231",[]],["title/232",[1243,5.837]],["content/232",[29,1.21,42,0.171,61,1.553,112,1.697,202,1.535,218,0.861,435,3.253,480,2.879,756,4.662,781,3.551,1013,3.691,1228,3.691,1229,3.768,1243,6.429,1244,7.128,1245,7.128]],["tags/232",[]],["title/233",[1246,5.837]],["content/233",[29,1.21,42,0.171,61,1.553,112,1.697,202,1.535,218,0.861,435,3.253,480,2.879,756,4.662,781,3.551,1013,3.691,1228,3.691,1229,3.768,1246,6.429,1247,7.128,1248,7.128]],["tags/233",[]],["title/234",[1249,5.837]],["content/234",[29,1.158,42,0.167,61,1.511,74,2.325,87,1.799,112,1.623,202,1.468,218,0.824,435,3.111,480,2.754,756,4.79,781,3.396,791,6.148,1013,3.53,1228,3.53,1229,3.603,1249,6.148,1250,6.816,1251,6.816,1252,6.816]],["tags/234",[]],["title/235",[1253,5.837]],["content/235",[29,1.21,42,0.171,61,1.553,112,1.697,202,1.535,218,0.861,435,3.253,480,2.879,756,4.662,781,3.551,1013,3.691,1228,3.691,1229,3.768,1253,6.429,1254,7.128,1255,7.128]],["tags/235",[]],["title/236",[1256,5.837]],["content/236",[29,1.21,42,0.171,61,1.553,112,1.697,202,1.535,218,0.861,435,3.253,480,2.879,756,4.662,781,3.551,1013,3.691,1228,3.691,1229,3.768,1256,6.429,1257,7.128,1258,7.128]],["tags/236",[]],["title/237",[1259,4.61,1260,4.61]],["content/237",[29,1.21,42,0.171,61,1.553,112,1.697,202,1.535,218,0.861,435,3.253,480,2.879,756,4.662,1013,3.691,1228,3.691,1229,3.768,1259,6.429,1260,6.429,1261,7.128,1262,7.128]],["tags/237",[]],["title/238",[1263,5.837]],["content/238",[29,1.21,42,0.171,61,1.553,112,1.697,202,1.535,218,0.861,435,3.253,480,2.879,756,4.662,781,3.551,1013,3.691,1228,3.691,1229,3.768,1263,6.429,1264,7.128,1265,7.128]],["tags/238",[]],["title/239",[1266,5.837]],["content/239",[29,1.21,42,0.171,61,1.553,112,1.697,202,1.535,218,0.861,435,3.253,480,2.879,756,4.662,781,3.551,1013,3.691,1228,3.691,1229,3.768,1266,6.429,1267,7.128,1268,6.429]],["tags/239",[]],["title/240",[1269,5.837]],["content/240",[29,1.21,42,0.171,61,1.553,112,1.697,202,1.535,218,0.861,435,3.253,480,2.879,756,4.662,781,3.551,1013,3.691,1228,3.691,1229,3.768,1269,6.429,1270,7.128,1271,7.128]],["tags/240",[]],["title/241",[1272,5.42]],["content/241",[29,1.21,42,0.171,61,1.553,112,1.697,202,1.535,218,0.861,435,3.253,480,2.879,756,4.662,781,3.551,1013,3.691,1228,3.691,1229,3.768,1272,5.969,1273,7.128,1274,7.128]],["tags/241",[]],["title/242",[1275,6.472]],["content/242",[29,1.21,42,0.171,61,1.553,112,1.697,202,1.535,218,0.861,435,3.253,480,2.879,756,4.662,781,3.551,1013,3.691,1228,3.691,1229,3.768,1272,5.969,1276,7.128,1277,7.128]],["tags/242",[]],["title/243",[1278,5.837]],["content/243",[29,1.21,42,0.171,61,1.553,112,1.697,202,1.535,218,0.861,435,3.253,480,2.879,756,4.662,781,3.551,1013,3.691,1228,3.691,1229,3.768,1268,6.429,1278,6.429,1279,7.128]],["tags/243",[]],["title/244",[1280,5.837]],["content/244",[]],["tags/244",[]],["title/245",[1281,5.837]],["content/245",[15,4.72,29,1.016,42,0.141,48,0.947,74,2.04,87,2.075,106,4.49,112,1.424,116,3.547,148,5.394,167,1.945,202,1.288,218,0.723,264,2.852,284,1.727,357,1.858,480,2.416,573,5.649,592,7.09,641,5.008,642,5.394,1057,5.394,1228,4.071,1280,7.09,1281,5.394,1282,5.981,1283,5.981,1284,5.981,1285,5.981,1286,5.981,1287,5.981,1288,5.981,1289,5.981,1290,5.981]],["tags/245",[]],["title/246",[48,0.809,1291,5.111]],["content/246",[]],["tags/246",[]],["title/247",[1292,6.472]],["content/247",[24,2.884,42,0.188,61,1.44,112,1.505,202,1.361,218,0.985,302,2.483,480,2.553,749,5.7,756,4.659,915,5.292,1025,6.823,1242,5.7,1293,6.32,1294,6.32,1295,6.32,1296,6.32,1297,6.32,1298,6.32,1299,6.32,1300,6.32]],["tags/247",[]],["title/192",[48,0.809,73,2.759]],["content/192",[6,1.825,10,1.202,34,2.23,42,0.175,54,3.064,73,4.099,101,2.086,103,2.441,106,4.261,218,0.686,235,1.96,259,2.727,273,5.457,311,2.469,317,2.431,353,2.326,366,2.36,369,2.469,417,2.727,447,2.261,478,3.367,479,3.367,485,4.829,694,4.287,1301,8.556,1302,7.593,1303,5.676,1304,5.676,1305,5.676,1306,7.593,1307,5.676,1308,5.676]],["tags/192",[]],["title/193",[48,0.809,345,1.349]],["content/193",[]],["tags/193",[]],["title/194",[760,5.837]],["content/194",[154,5.581,191,5.64,218,0.938,245,5.581,357,2.412,405,4.022,507,5.83,573,5.581,759,7.005,1058,6.129,1309,6.503]],["tags/194",[]],["title/195",[762,5.837]],["content/195",[154,5.581,191,5.64,218,0.938,245,5.581,357,2.412,405,4.022,507,5.83,573,5.581,761,7.005,1058,6.129,1309,6.503]],["tags/195",[]],["title/208",[48,0.809,475,2.886]],["content/208",[10,1.308,48,1.308,276,2.886,345,2.18,475,4.664,476,4.039]],["tags/208",[]],["title/209",[1310,6.472]],["content/209",[42,0.153,54,3.68,61,1.204,112,2.036,202,1.468,218,0.824,284,1.498,447,2.715,514,5.69,548,7.16,709,4.402,840,2.606,1082,4.402,1311,4.898,1312,5.708,1313,5.379,1314,6.816,1315,6.148,1316,6.816,1317,6.148,1318,6.816]],["tags/209",[]],["title/210",[1319,6.472]],["content/210",[42,0.153,54,4.616,61,1.204,112,2.036,202,1.468,218,0.824,284,1.498,447,2.715,514,5.69,548,7.16,840,2.606,1082,4.402,1311,4.898,1312,5.708,1313,5.379,1315,6.148,1317,6.148,1320,6.816,1321,6.816,1322,6.816]],["tags/210",[]],["title/211",[1323,5.837]],["content/211",[54,4.591,61,1.194,107,4.67,112,2.025,123,1.456,149,4.116,202,1.456,284,1.485,447,2.692,514,5.18,709,6.009,722,4.856,840,2.584,856,6.095,1082,5.491,1323,6.095,1324,6.757,1325,6.757,1326,6.757,1327,6.757,1328,6.757]],["tags/211",[]],["title/212",[1329,6.472]],["content/212",[54,4.719,61,1.248,112,2.082,202,1.521,284,1.552,447,2.813,514,5.325,709,4.561,775,5.574,840,2.7,1082,4.561,1311,5.076,1312,5.915,1313,5.574,1330,7.063,1331,7.884,1332,7.063,1333,7.063]],["tags/212",[]],["title/213",[1334,6.472]],["content/213",[54,5.38,61,1.065,112,1.881,176,4.524,202,1.298,233,4.021,284,1.324,345,1.591,374,2.401,447,2.401,514,4.813,581,2.948,769,4.756,774,6.616,840,2.304,1082,3.892,1311,4.331,1313,4.756,1335,8.814,1336,5.436,1337,6.027,1338,6.027,1339,6.027,1340,7.9,1341,6.027,1342,5.436,1343,6.027,1344,5.436,1345,5.436]],["tags/213",[]],["title/214",[1346,6.472]],["content/214",[42,0.123,54,4.641,61,1.215,112,2.047,202,1.481,233,4.588,284,1.511,307,3.138,514,4.189,581,3.363,769,5.427,840,2.629,1311,4.942,1331,6.202,1344,6.202,1345,6.202,1347,6.876,1348,6.876,1349,6.876,1350,6.876,1351,6.876,1352,6.876,1353,6.876]],["tags/214",[]],["title/215",[1354,5.837]],["content/215",[112,2.07,202,1.508,284,1.538,345,1.847,447,2.788,514,4.264,709,6.106,774,7.097,840,2.676,1082,4.52,1336,6.314,1342,6.314,1355,7,1356,7,1357,8.692,1358,7,1359,7]],["tags/215",[]],["title/216",[1354,5.837]],["content/216",[42,0.129,61,1.271,112,2.105,202,1.549,345,1.899,497,4.799,514,5.385,603,6.024,709,6.181,774,6.636,775,5.677,781,3.584,840,2.75,1360,7.193,1361,7.193]],["tags/216",[]],["title/217",[1362,6.472]],["content/217",[42,0.156,54,4.693,61,1.536,112,2.07,202,1.508,232,4.67,284,1.538,345,1.847,514,5.759,840,2.676,1025,5.862,1311,5.03,1363,7,1364,7,1365,7,1366,7,1367,7]],["tags/217",[]],["title/198",[48,0.809,489,2.647]],["content/198",[10,1.281,226,4.03,381,2.027,432,3.691,455,3.574,485,4.275,486,4.189,581,3.956]],["tags/198",[]],["title/199",[489,3.352]],["content/199",[]],["tags/199",[]],["title/200",[1368,4.28,1369,4.61]],["content/200",[23,3.687,24,3.928,40,4.762,42,0.194,61,1.404,107,3.403,108,3.093,123,1.061,127,5.105,129,2.603,202,1.061,218,0.833,284,1.514,371,3.093,447,1.961,489,4.458,908,4.441,943,3.285,1205,6.461,1368,5.769,1369,4.441,1370,4.441,1371,6.214,1372,6.214]],["tags/200",[]],["title/201",[1373,6.472]],["content/201",[23,3.26,24,2.077,40,3.145,42,0.191,61,1.151,108,2.925,123,1.403,126,1.949,127,5.426,128,2.414,129,2.405,191,2.772,202,0.98,218,0.787,284,1.672,323,1.98,371,2.043,372,2.043,447,1.813,489,3.942,539,5.456,1099,3.811,1205,5.713,1208,6.557,1368,5.456,1370,4.105,1371,4.105,1372,5.877,1374,4.551,1375,6.515,1376,6.515,1377,4.551,1378,6.515,1379,4.551,1380,4.551]],["tags/201",[]],["title/202",[48,0.809,477,2.821]],["content/202",[10,1.308,48,1.308,276,2.886,345,2.18,476,4.039,477,4.558]],["tags/202",[]],["title/203",[1381,6.472]],["content/203",[42,0.139,112,1.849,126,3.327,202,1.673,277,5.581,376,3.544,840,2.969,1382,7.005,1383,7.766,1384,7.766,1385,7.766,1386,7.766]],["tags/203",[]],["title/204",[1387,6.472]],["content/204",[48,1.281,276,2.827,284,2.084,581,3.956,599,6.383,1382,7.295,1388,6.383]],["tags/204",[]],["title/205",[1389,6.472]],["content/205",[48,1.281,276,2.827,284,2.084,581,3.956,599,6.383,1388,6.383,1390,8.088]],["tags/205",[]],["title/206",[1391,6.472]],["content/206",[48,1.281,276,2.827,284,2.084,407,4.797,581,3.956,599,6.383,1388,6.383]],["tags/206",[]],["title/207",[1392,6.472]],["content/207",[284,1.854,407,5.005,1388,6.659,1393,8.438]],["tags/207",[]],["title/248",[48,0.809,61,0.903]],["content/248",[10,1.308,48,1.308,61,1.459,128,2.4,276,2.886,345,2.18]],["tags/248",[]],["title/249",[48,0.809,345,1.349]],["content/249",[]],["tags/249",[]],["title/250",[1394,6.472]],["content/250",[23,3.499,24,3.727,42,0.189,61,1.686,87,1.885,112,1.235,123,1.117,150,4.677,202,1.117,218,1.064,284,1.14,296,1.956,354,2.156,431,5.646,655,3.314,892,4.304,1395,8.325,1396,6.441,1397,8.168,1398,7.141,1399,5.186,1400,5.186]],["tags/250",[]],["title/251",[1401,6.472]],["content/251",[20,2.497,23,2.685,24,3.699,42,0.161,61,1.432,112,1.493,126,2.685,202,1.35,218,0.98,235,2.164,284,1.781,295,3.274,302,2.463,353,3.681,354,3.949,524,4.333,528,4.333,655,2.909,840,2.397,872,5.25,878,4.505,892,3.066,1402,4.947,1403,6.269]],["tags/251",[]],["title/252",[1404,6.472]],["content/252",[9,4.333,20,2.497,23,2.685,24,3.699,42,0.161,61,1.432,112,1.493,126,2.685,202,1.35,218,0.98,235,2.164,284,1.781,295,3.274,302,2.463,353,3.681,354,3.949,524,4.333,528,4.333,655,2.909,840,2.397,872,5.25,892,3.066,1402,4.947,1405,6.269]],["tags/252",[]],["title/253",[1406,6.472]],["content/253",[23,3.584,24,3.818,42,0.173,61,1.709,103,2.117,112,1.568,126,2.821,202,1.419,218,1.011,243,5.198,284,1.447,296,3.156,345,1.738,655,3.056,840,2.518,892,3.221,1407,7.7,1408,5.515]],["tags/253",[]],["title/254",[1409,6.472]],["content/254",[23,3.584,24,3.818,42,0.173,61,1.709,112,1.568,126,2.821,202,1.419,218,1.011,284,1.447,296,3.156,345,1.738,655,3.056,840,2.518,878,4.733,892,3.221,1402,5.198,1407,7.7,1408,5.515]],["tags/254",[]],["title/255",[1410,6.472]],["content/255",[9,4.552,23,3.584,24,3.818,42,0.173,61,1.709,112,1.568,126,2.821,202,1.419,218,1.011,284,1.447,296,3.156,345,1.738,655,3.056,840,2.518,892,3.221,1402,5.198,1407,7.7,1408,5.515]],["tags/255",[]],["title/256",[1411,6.472]],["content/256",[42,0.165,61,1.478,108,2.957,112,1.568,126,2.821,202,1.419,218,1.011,284,1.447,296,3.156,447,2.623,581,3.221,655,3.056,694,4.724,801,4.253,840,2.518,892,3.221,1412,4.733,1413,6.586,1414,5.941,1415,6.586,1416,6.586,1417,6.586,1418,6.586,1419,6.586]],["tags/256",[]],["title/257",[1420,6.472]],["content/257",[42,0.165,61,1.486,108,2.982,112,1.582,126,2.845,202,1.431,218,1.016,284,1.46,296,3.483,447,2.646,581,3.249,655,3.082,694,4.75,801,4.29,840,2.54,892,3.249,1412,4.773,1421,7.587,1422,5.562,1423,6.642,1424,4.986]],["tags/257",[]],["title/258",[1425,6.472]],["content/258",[42,0.165,61,1.486,108,2.982,112,1.582,126,2.845,202,1.431,218,1.016,284,1.46,296,3.483,447,2.646,581,3.249,655,3.082,694,4.75,801,4.29,840,2.54,892,3.249,1412,4.773,1422,5.562,1424,4.986,1426,8.411,1427,6.642]],["tags/258",[]],["title/259",[1428,6.472]],["content/259",[42,0.165,61,1.486,108,2.982,112,1.582,126,2.845,202,1.431,218,1.016,284,1.46,296,3.483,447,2.646,581,3.249,655,3.082,694,4.75,801,4.29,840,2.54,892,3.249,1412,4.773,1422,5.562,1424,4.986,1429,8.411,1430,6.642]],["tags/259",[]],["title/260",[1431,6.472]],["content/260",[42,0.165,61,1.486,108,2.982,112,1.582,126,2.845,202,1.431,218,1.016,284,1.46,296,3.483,447,2.646,581,3.249,655,3.082,694,4.75,801,4.29,840,2.54,892,3.249,1412,4.773,1414,5.991,1424,4.986,1432,8.411,1433,6.642]],["tags/260",[]],["title/261",[1434,6.472]],["content/261",[154,5.581,191,5.64,218,0.938,245,5.581,357,2.412,405,4.022,507,5.83,573,5.581,1058,6.129,1309,6.503,1435,7.766]],["tags/261",[]],["title/262",[1436,6.472]],["content/262",[23,2.92,24,3.111,42,0.167,61,1.511,108,3.06,112,1.623,126,2.92,202,1.468,218,1.033,284,1.498,354,3.555,447,2.715,655,3.163,694,5.275,840,2.606,892,3.334,1024,5.708,1437,6.816,1438,6.816]],["tags/262",[]],["title/263",[1439,6.472]],["content/263",[17,3.516,23,3.509,24,3.738,42,0.171,61,1.6,108,2.86,112,1.517,126,2.729,202,1.372,218,1.094,240,2.688,284,1.4,407,3.779,446,6.039,447,2.538,840,2.436,860,5.747,880,5.747,882,7.388,1440,6.371,1441,5.747,1442,6.371]],["tags/263",[]],["title/264",[1443,6.472]],["content/264",[9,4.522,17,3.611,20,1.823,23,3.569,24,3.802,41,5.38,42,0.182,60,5.094,61,1.472,74,1.561,107,3.164,108,2.055,109,3.436,112,1.09,126,1.961,176,3.436,202,0.986,218,1.007,240,1.932,257,4.522,284,1.006,285,2.647,301,2.761,353,1.876,354,2.72,447,1.823,575,4.129,655,3.036,878,3.289,1395,4.129,1396,5.901,1444,7.635,1445,4.577,1446,4.577,1447,8.331,1448,6.543,1449,6.543,1450,6.543,1451,4.577]],["tags/264",[]],["title/265",[1452,6.472]],["content/265",[23,2.895,24,3.88,42,0.167,61,1.503,103,2.172,108,3.034,112,1.609,126,2.895,202,1.456,218,1.028,284,1.485,354,2.81,447,2.692,655,3.135,694,5.254,840,2.584,892,3.305,1453,8.503,1454,6.757]],["tags/265",[]],["title/266",[1455,6.472]],["content/266",[20,2.692,23,3.642,24,3.084,42,0.167,61,1.503,108,3.034,112,1.609,126,2.895,202,1.456,218,1.028,284,1.485,354,2.81,400,5.328,447,2.692,655,3.135,694,5.254,840,2.584,892,3.305,1456,6.757]],["tags/266",[]],["title/267",[1457,6.472]],["content/267",[24,2.772,42,0.174,61,1.563,112,1.446,126,2.602,202,1.308,212,4.198,217,2.097,218,0.96,235,2.097,284,1.335,285,3.513,296,3.54,301,2.563,302,2.386,353,3.254,655,2.818,722,4.365,772,6.641,840,2.322,892,2.97,1145,6.65,1458,4.559,1459,4.793,1460,6.074,1461,6.074]],["tags/267",[]],["title/268",[1462,6.472]],["content/268",[17,4.382,24,2.772,42,0.174,61,1.563,112,1.446,126,2.602,202,1.308,212,4.198,217,2.097,218,0.96,235,2.097,284,1.335,285,3.513,296,3.54,301,2.563,302,2.386,353,3.254,605,3.603,655,2.818,722,4.365,772,6.641,840,2.322,892,2.97,1458,4.559,1459,4.793,1463,6.074]],["tags/268",[]],["title/269",[1464,6.472]],["content/269",[42,0.174,61,1.494,108,3.008,112,1.595,126,2.87,218,1.022,284,1.472,296,2.528,447,2.669,655,3.109,694,4.775,695,5.287,801,4.326,817,3.617,840,2.561,892,3.276,1200,6.043,1412,4.814,1424,5.029,1465,6.699,1466,6.699,1467,6.699]],["tags/269",[]],["title/270",[1468,6.472]],["content/270",[24,2.75,42,0.174,61,1.557,112,1.435,126,2.582,139,4.756,202,1.298,212,4.165,217,2.081,218,0.955,235,2.081,284,1.324,285,3.486,296,3.529,301,2.543,302,2.368,353,3.238,655,2.796,722,4.331,772,6.616,781,3.003,840,2.304,892,2.948,1145,6.616,1458,4.524,1459,4.756,1469,6.027]],["tags/270",[]],["title/271",[1470,6.472]],["content/271",[17,4.36,24,2.75,42,0.174,61,1.557,97,1.83,112,1.435,126,2.582,202,1.298,212,4.165,217,2.081,218,0.955,235,2.081,284,1.324,285,3.486,296,3.529,301,2.543,302,2.368,353,3.238,655,2.796,722,4.331,772,6.616,781,3.003,840,2.304,892,2.948,1458,4.524,1459,4.756,1471,6.027]],["tags/271",[]],["title/272",[34,2.008,48,0.809]],["content/272",[]],["tags/272",[]],["title/273",[1472,6.472]],["content/273",[23,3.169,42,0.161,48,1.171,80,2.651,112,1.762,126,3.169,202,1.594,218,0.894,285,4.279,295,2.989,325,3.169,407,4.388,655,3.433,840,2.828,1441,6.673,1473,7.398]],["tags/273",[]],["title/274",[1474,6.472]],["content/274",[23,3.139,42,0.16,48,1.16,80,2.626,112,1.745,113,2.561,126,3.139,202,1.579,218,0.886,285,4.239,295,2.96,325,3.139,407,4.347,655,3.4,840,2.802,1421,6.61,1475,7.328]],["tags/274",[]],["title/218",[48,0.809,123,1.101]],["content/218",[10,1.308,48,1.308,123,1.779,128,2.4,276,2.886,345,2.18]],["tags/218",[]],["title/219",[1046,5.107]],["content/219",[42,0.152,87,1.783,112,1.609,123,2.004,126,2.895,166,4.364,176,5.073,199,5.073,202,1.456,218,0.817,272,2.655,284,1.485,326,3.817,327,3.034,331,3.034,817,3.648,840,2.584,1046,5.333,1148,6.095,1476,6.757,1477,6.095,1478,6.757,1479,6.757]],["tags/219",[]],["title/220",[1480,6.472]],["content/220",[42,0.172,108,3.26,112,1.729,123,1.915,126,3.11,202,1.564,218,0.877,284,1.595,327,3.26,447,2.892,694,5.02,817,3.92,840,2.776,1477,6.549,1481,7.26]],["tags/220",[]],["title/221",[1482,6.472]],["content/221",[40,6.024,42,0.181,58,2.935,70,6.263,87,2.054,97,1.789,112,1.403,123,1.676,126,2.523,153,2.829,202,1.269,218,0.712,235,2.687,284,1.294,295,2.38,356,3.551,524,4.071,554,4.649,605,3.494,694,4.921,817,3.18,818,4.649,840,2.252,1024,4.933,1458,4.422,1483,8.715]],["tags/221",[]],["title/222",[567,5.42]],["content/222",[6,2.378,10,1.171,29,1.256,35,2.399,53,5.553,106,5.553,359,2.947,427,4.636,465,4.636,567,6.195,741,6.673,1484,7.398,1485,7.398,1486,6.673,1487,6.673,1488,7.398]],["tags/222",[]],["title/223",[340,1.643,1489,4.61]],["content/223",[10,1.108,29,1.189,35,1.867,53,5.255,128,2.034,215,3.953,226,3.487,264,2.54,274,2.828,340,2.25,455,3.093,467,4.52,523,5.524,957,5.862,1486,6.314,1487,6.314,1489,6.314,1490,7,1491,7,1492,7,1493,7,1494,7,1495,7]],["tags/223",[]],["title/224",[1496,4.61,1497,4.61]],["content/224",[9,5.065,10,1.16,21,2.96,29,1.244,53,5.501,236,6.137,380,2.626,388,3.092,1496,6.61,1497,6.61,1498,7.328,1499,7.328,1500,7.328,1501,7.328,1502,7.328,1503,7.328,1504,7.328,1505,7.328]],["tags/224",[]]],"invertedIndex":[["",{"_index":42,"title":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"63":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{}},"content":{"2":{},"3":{},"4":{},"5":{},"7":{},"8":{},"9":{},"10":{},"11":{},"12":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"61":{},"63":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"78":{},"79":{},"80":{},"83":{},"86":{},"87":{},"88":{},"91":{},"93":{},"94":{},"96":{},"97":{},"99":{},"101":{},"102":{},"104":{},"105":{},"106":{},"107":{},"108":{},"109":{},"111":{},"113":{},"114":{},"116":{},"118":{},"119":{},"121":{},"122":{},"124":{},"125":{},"126":{},"127":{},"128":{},"129":{},"131":{},"132":{},"133":{},"134":{},"135":{},"136":{},"138":{},"139":{},"140":{},"141":{},"142":{},"144":{},"145":{},"146":{},"148":{},"149":{},"150":{},"151":{},"152":{},"153":{},"154":{},"155":{},"156":{},"157":{},"159":{},"161":{},"164":{},"166":{},"167":{},"173":{},"174":{},"177":{},"180":{},"182":{},"183":{},"185":{},"188":{},"189":{},"192":{},"200":{},"201":{},"203":{},"209":{},"210":{},"214":{},"216":{},"217":{},"219":{},"220":{},"221":{},"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{},"245":{},"247":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"257":{},"258":{},"259":{},"260":{},"262":{},"263":{},"264":{},"265":{},"266":{},"267":{},"268":{},"269":{},"270":{},"271":{},"273":{},"274":{}},"tags":{}}],["0",{"_index":120,"title":{},"content":{"6":{},"83":{},"106":{},"127":{}},"tags":{}}],["0.2.0",{"_index":520,"title":{},"content":{"61":{}},"tags":{}}],["0.3.2",{"_index":1344,"title":{},"content":{"213":{},"214":{}},"tags":{}}],["0.5.0",{"_index":521,"title":{},"content":{"61":{},"63":{}},"tags":{}}],["0.6.0",{"_index":522,"title":{},"content":{"61":{},"63":{}},"tags":{}}],["0b1000101assert(n",{"_index":918,"title":{},"content":{"122":{}},"tags":{}}],["0x247d2882520",{"_index":619,"title":{},"content":{"83":{}},"tags":{}}],["0x247d29ec9c8",{"_index":621,"title":{},"content":{"83":{}},"tags":{}}],["0x3e4a5a57",{"_index":1299,"title":{},"content":{"247":{}},"tags":{}}],["0x420assert(n",{"_index":916,"title":{},"content":{"122":{}},"tags":{}}],["1",{"_index":97,"title":{"182":{}},"content":{"5":{},"6":{},"10":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"75":{},"83":{},"94":{},"99":{},"101":{},"102":{},"106":{},"107":{},"108":{},"109":{},"113":{},"114":{},"118":{},"128":{},"129":{},"134":{},"135":{},"141":{},"144":{},"145":{},"153":{},"159":{},"166":{},"182":{},"183":{},"184":{},"185":{},"221":{},"271":{}},"tags":{}}],["1.0",{"_index":1352,"title":{},"content":{"214":{}},"tags":{}}],["1.000.000",{"_index":559,"title":{},"content":{"75":{}},"tags":{}}],["10",{"_index":116,"title":{},"content":{"6":{},"7":{},"8":{},"9":{},"88":{},"94":{},"99":{},"101":{},"102":{},"180":{},"185":{},"245":{}},"tags":{}}],["100",{"_index":121,"title":{},"content":{"6":{}},"tags":{}}],["10000000",{"_index":910,"title":{},"content":{"121":{}},"tags":{}}],["1000m",{"_index":1386,"title":{},"content":{"203":{}},"tags":{}}],["1045060183",{"_index":1242,"title":{},"content":{"231":{},"247":{}},"tags":{}}],["1056",{"_index":917,"title":{},"content":{"122":{}},"tags":{}}],["10_000_000assert(n",{"_index":909,"title":{},"content":{"121":{}},"tags":{}}],["11",{"_index":1290,"title":{},"content":{"245":{}},"tags":{}}],["1151865881",{"_index":1268,"title":{},"content":{"239":{},"243":{}},"tags":{}}],["12",{"_index":142,"title":{},"content":{"7":{},"8":{},"9":{}},"tags":{}}],["123",{"_index":805,"title":{},"content":{"104":{},"118":{}},"tags":{}}],["123\"local",{"_index":881,"title":{},"content":{"118":{}},"tags":{}}],["1252609637",{"_index":1255,"title":{},"content":{"235":{}},"tags":{}}],["13",{"_index":627,"title":{},"content":{"83":{},"164":{}},"tags":{}}],["1337",{"_index":1372,"title":{},"content":{"200":{},"201":{}},"tags":{}}],["15",{"_index":139,"title":{},"content":{"7":{},"8":{},"9":{},"270":{}},"tags":{}}],["16",{"_index":1461,"title":{},"content":{"267":{}},"tags":{}}],["17",{"_index":687,"title":{},"content":{"89":{}},"tags":{}}],["1endclass",{"_index":959,"title":{},"content":{"153":{}},"tags":{}}],["2",{"_index":58,"title":{"183":{}},"content":{"3":{},"4":{},"5":{},"83":{},"94":{},"99":{},"102":{},"106":{},"109":{},"111":{},"113":{},"114":{},"129":{},"141":{},"144":{},"145":{},"159":{},"166":{},"221":{}},"tags":{}}],["2.0.0",{"_index":658,"title":{},"content":{"87":{}},"tags":{}}],["20",{"_index":684,"title":{},"content":{"88":{},"159":{}},"tags":{}}],["222957957",{"_index":1252,"title":{},"content":{"234":{}},"tags":{}}],["234",{"_index":886,"title":{},"content":{"118":{}},"tags":{}}],["249",{"_index":1054,"title":{},"content":{"129":{}},"tags":{}}],["255",{"_index":1186,"title":{},"content":{"170":{}},"tags":{}}],["256",{"_index":1260,"title":{"237":{}},"content":{"237":{}},"tags":{}}],["2650573207",{"_index":1271,"title":{},"content":{"240":{}},"tags":{}}],["2871868277",{"_index":1231,"title":{},"content":{"227":{}},"tags":{}}],["3",{"_index":605,"title":{},"content":{"83":{},"99":{},"106":{},"109":{},"116":{},"124":{},"129":{},"141":{},"145":{},"166":{},"221":{},"268":{}},"tags":{}}],["3.5x",{"_index":413,"title":{},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"161":{}},"tags":{}}],["30",{"_index":1104,"title":{},"content":{"139":{}},"tags":{}}],["3154674178",{"_index":1265,"title":{},"content":{"238":{}},"tags":{}}],["3190198453633110066",{"_index":1274,"title":{},"content":{"241":{}},"tags":{}}],["3889643616",{"_index":1258,"title":{},"content":{"236":{}},"tags":{}}],["3switch",{"_index":604,"title":{},"content":{"83":{}},"tags":{}}],["3x",{"_index":298,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"128":{}},"tags":{}}],["4",{"_index":70,"title":{},"content":{"3":{},"5":{},"83":{},"99":{},"141":{},"221":{}},"tags":{}}],["42",{"_index":824,"title":{},"content":{"125":{},"131":{},"142":{}},"tags":{}}],["430867652",{"_index":1245,"title":{},"content":{"232":{}},"tags":{}}],["5",{"_index":153,"title":{},"content":{"7":{},"8":{},"9":{},"45":{},"46":{},"47":{},"48":{},"49":{},"83":{},"94":{},"99":{},"101":{},"102":{},"106":{},"116":{},"139":{},"141":{},"158":{},"180":{},"182":{},"185":{},"221":{}},"tags":{}}],["5'.assert((3",{"_index":876,"title":{},"content":{"116":{}},"tags":{}}],["5.\")end",{"_index":609,"title":{},"content":{"83":{}},"tags":{}}],["5.4",{"_index":729,"title":{},"content":{"80":{}},"tags":{}}],["5do",{"_index":787,"title":{},"content":{"99":{}},"tags":{}}],["5eb63bbbe01eeed093cb22bb8f5acdc3",{"_index":1235,"title":{},"content":{"228":{}},"tags":{}}],["5var",{"_index":784,"title":{},"content":{"99":{}},"tags":{}}],["6",{"_index":818,"title":{},"content":{"106":{},"116":{},"124":{},"221":{}},"tags":{}}],["69",{"_index":919,"title":{},"content":{"122":{}},"tags":{}}],["7",{"_index":872,"title":{},"content":{"116":{},"251":{},"252":{}},"tags":{}}],["7088720765356542432",{"_index":1277,"title":{},"content":{"242":{}},"tags":{}}],["8",{"_index":154,"title":{},"content":{"7":{},"8":{},"9":{},"194":{},"195":{},"261":{}},"tags":{}}],["847757641",{"_index":754,"title":{},"content":{"96":{}},"tags":{}}],["8618312879776256743",{"_index":1248,"title":{},"content":{"233":{}},"tags":{}}],["894552257",{"_index":1237,"title":{},"content":{"229":{}},"tags":{}}],["9",{"_index":819,"title":{},"content":{"124":{}},"tags":{}}],["9065573210506989167",{"_index":1240,"title":{},"content":{"230":{}},"tags":{}}],["99.9",{"_index":490,"title":{},"content":{"58":{}},"tags":{}}],["_",{"_index":856,"title":{},"content":{"145":{},"211":{}},"tags":{}}],["__construct",{"_index":942,"title":{},"content":{"150":{},"154":{},"155":{}},"tags":{}}],["__construct(nam",{"_index":944,"title":{},"content":{"150":{},"151":{},"152":{},"154":{}},"tags":{}}],["__construct(publ",{"_index":974,"title":{},"content":{"155":{}},"tags":{}}],["__gc",{"_index":951,"title":{},"content":{"151":{}},"tags":{}}],["__parent",{"_index":962,"title":{},"content":{"153":{}},"tags":{}}],["_psoup",{"_index":1302,"title":{},"content":{"192":{}},"tags":{}}],["_pversion",{"_index":1301,"title":{},"content":{"192":{}},"tags":{}}],["_version",{"_index":1306,"title":{},"content":{"192":{}},"tags":{}}],["a)els",{"_index":1139,"title":{},"content":{"180":{}},"tags":{}}],["a)end",{"_index":1140,"title":{},"content":{"180":{}},"tags":{}}],["a?.b?.c",{"_index":1008,"title":{},"content":{"127":{}},"tags":{}}],["abil",{"_index":1501,"title":{},"content":{"224":{}},"tags":{}}],["abov",{"_index":224,"title":{},"content":{"10":{},"63":{},"87":{},"88":{},"126":{},"141":{},"149":{}},"tags":{}}],["absent",{"_index":1171,"title":{},"content":{"166":{}},"tags":{}}],["absolut",{"_index":1364,"title":{},"content":{"217":{}},"tags":{}}],["accept",{"_index":310,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"94":{},"102":{},"180":{}},"tags":{}}],["access",{"_index":369,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"106":{},"127":{},"130":{},"162":{},"192":{}},"tags":{}}],["action",{"_index":332,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"129":{},"166":{}},"tags":{}}],["activ",{"_index":598,"title":{},"content":{"82":{}},"tags":{}}],["actual",{"_index":165,"title":{},"content":{"8":{},"10":{},"40":{},"41":{},"42":{},"43":{},"44":{},"137":{}},"tags":{}}],["ad",{"_index":79,"title":{},"content":{"4":{},"63":{}},"tags":{}}],["add",{"_index":169,"title":{},"content":{"8":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"45":{},"46":{},"47":{},"48":{},"49":{},"59":{},"60":{},"80":{},"87":{},"93":{},"104":{},"106":{},"111":{},"121":{},"150":{},"153":{},"158":{},"184":{}},"tags":{}}],["add(a",{"_index":853,"title":{},"content":{"111":{}},"tags":{}}],["addit",{"_index":417,"title":{"138":{}},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"90":{},"138":{},"144":{},"158":{},"192":{}},"tags":{}}],["advic",{"_index":214,"title":{},"content":{"9":{}},"tags":{}}],["advis",{"_index":442,"title":{},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"163":{}},"tags":{}}],["aels",{"_index":1062,"title":{},"content":{"132":{}},"tags":{}}],["afterward",{"_index":1446,"title":{},"content":{"264":{}},"tags":{}}],["ag",{"_index":823,"title":{},"content":{"125":{},"126":{},"153":{}},"tags":{}}],["again",{"_index":38,"title":{},"content":{"2":{},"167":{}},"tags":{}}],["aggreg",{"_index":338,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"111":{}},"tags":{}}],["agnost",{"_index":1440,"title":{},"content":{"263":{}},"tags":{}}],["aid",{"_index":262,"title":{},"content":{"36":{},"37":{},"38":{},"39":{},"75":{}},"tags":{}}],["algorithm",{"_index":435,"title":{"226":{}},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"128":{},"159":{},"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{}},"tags":{}}],["alia",{"_index":449,"title":{"52":{},"167":{}},"content":{"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"140":{}},"tags":{}}],["alias",{"_index":395,"title":{},"content":{"40":{},"41":{},"42":{},"43":{},"44":{},"140":{}},"tags":{}}],["alice\"}loc",{"_index":993,"title":{},"content":{"127":{}},"tags":{}}],["allow",{"_index":62,"title":{},"content":{"3":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"75":{},"76":{},"95":{},"111":{},"122":{},"136":{},"146":{},"164":{},"170":{},"179":{},"185":{}},"tags":{}}],["alphabet",{"_index":1426,"title":{},"content":{"258":{}},"tags":{}}],["alphanumer",{"_index":1432,"title":{},"content":{"260":{}},"tags":{}}],["alreadi",{"_index":11,"title":{"134":{}},"content":{"1":{},"10":{},"12":{},"78":{}},"tags":{}}],["alright",{"_index":124,"title":{},"content":{"7":{}},"tags":{}}],["altern",{"_index":195,"title":{"40":{},"140":{}},"content":{"9":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"40":{},"41":{},"42":{},"43":{},"44":{},"131":{},"133":{},"136":{},"140":{},"197":{}},"tags":{}}],["although",{"_index":427,"title":{},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"82":{},"97":{},"131":{},"160":{},"222":{}},"tags":{}}],["alway",{"_index":206,"title":{},"content":{"9":{},"117":{}},"tags":{}}],["ambigu",{"_index":938,"title":{},"content":{"148":{},"167":{}},"tags":{}}],["amount",{"_index":376,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"127":{},"203":{}},"tags":{}}],["anonym",{"_index":850,"title":{"109":{}},"content":{"109":{}},"tags":{}}],["anoth",{"_index":176,"title":{},"content":{"8":{},"61":{},"213":{},"219":{},"264":{}},"tags":{}}],["ansi",{"_index":1195,"title":{"184":{}},"content":{"184":{}},"tags":{}}],["answer",{"_index":242,"title":{},"content":{"11":{}},"tags":{}}],["anyth",{"_index":879,"title":{},"content":{"117":{}},"tags":{}}],["anywher",{"_index":890,"title":{},"content":{"118":{},"141":{},"180":{}},"tags":{}}],["apart",{"_index":1065,"title":{},"content":{"134":{}},"tags":{}}],["appli",{"_index":1206,"title":{},"content":{"173":{},"188":{}},"tags":{}}],["applic",{"_index":1495,"title":{},"content":{"223":{}},"tags":{}}],["approach",{"_index":1111,"title":{},"content":{"144":{}},"tags":{}}],["appropri",{"_index":403,"title":{},"content":{"40":{},"41":{},"42":{},"43":{},"44":{},"146":{}},"tags":{}}],["apt",{"_index":659,"title":{"88":{}},"content":{"88":{},"90":{}},"tags":{}}],["arch",{"_index":699,"title":{},"content":{"90":{}},"tags":{}}],["arch=amd64",{"_index":671,"title":{},"content":{"88":{}},"tags":{}}],["arg",{"_index":901,"title":{},"content":{"119":{}},"tags":{}}],["argument",{"_index":217,"title":{"25":{},"26":{},"102":{},"105":{},"113":{},"114":{}},"content":{"9":{},"10":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"94":{},"96":{},"98":{},"99":{},"100":{},"102":{},"113":{},"114":{},"135":{},"155":{},"267":{},"268":{},"270":{},"271":{}},"tags":{}}],["arguments.end",{"_index":742,"title":{},"content":{"94":{},"102":{}},"tags":{}}],["arguments.when",{"_index":780,"title":{},"content":{"98":{}},"tags":{}}],["arithmet",{"_index":49,"title":{"3":{}},"content":{"3":{},"5":{},"45":{},"46":{},"47":{},"48":{},"49":{},"159":{}},"tags":{}}],["around",{"_index":168,"title":{},"content":{"8":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"169":{}},"tags":{}}],["array",{"_index":355,"title":{"124":{}},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"116":{}},"tags":{}}],["arrow",{"_index":39,"title":{},"content":{"2":{},"183":{}},"tags":{}}],["arthimet",{"_index":434,"title":{"48":{},"159":{}},"content":{"45":{},"46":{},"47":{},"48":{},"49":{}},"tags":{}}],["articl",{"_index":2,"title":{},"content":{"1":{}},"tags":{}}],["ascii",{"_index":1413,"title":{},"content":{"256":{}},"tags":{}}],["assert((\"key",{"_index":874,"title":{},"content":{"116":{}},"tags":{}}],["assert(aft",{"_index":1450,"title":{},"content":{"264":{}},"tags":{}}],["assert(befor",{"_index":1449,"title":{},"content":{"264":{}},"tags":{}}],["assert(decod",{"_index":1377,"title":{},"content":{"201":{}},"tags":{}}],["assert(decoded.key",{"_index":1379,"title":{},"content":{"201":{}},"tags":{}}],["assert(decoded.nested.nested_key",{"_index":1380,"title":{},"content":{"201":{}},"tags":{}}],["assert(myenum.optiion_1",{"_index":839,"title":{},"content":{"106":{}},"tags":{}}],["assert(myenum.option_1",{"_index":842,"title":{},"content":{"107":{}},"tags":{}}],["assert(option_1",{"_index":834,"title":{},"content":{"106":{},"107":{},"109":{}},"tags":{}}],["assert(option_2",{"_index":835,"title":{},"content":{"106":{},"109":{}},"tags":{}}],["assert(option_3",{"_index":836,"title":{},"content":{"106":{},"109":{}},"tags":{}}],["assert(option_4",{"_index":838,"title":{},"content":{"106":{}},"tags":{}}],["assert(table.contains(t",{"_index":1483,"title":{},"content":{"221":{}},"tags":{}}],["assert(table.isfrozen(t",{"_index":1481,"title":{},"content":{"220":{}},"tags":{}}],["assert(tonumber(crypto.hexdigest(hash",{"_index":1300,"title":{},"content":{"247":{}},"tags":{}}],["assert(type(decod",{"_index":1378,"title":{},"content":{"201":{}},"tags":{}}],["assign",{"_index":75,"title":{},"content":{"4":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"40":{},"41":{},"42":{},"43":{},"44":{},"99":{},"104":{},"123":{},"124":{},"125":{},"126":{},"152":{},"155":{},"179":{},"180":{}},"tags":{}}],["associ",{"_index":1044,"title":{},"content":{"129":{}},"tags":{}}],["assum",{"_index":726,"title":{},"content":{"93":{},"124":{},"125":{},"126":{}},"tags":{}}],["assumpt",{"_index":208,"title":{},"content":{"9":{}},"tags":{}}],["attempt",{"_index":379,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"127":{},"129":{}},"tags":{}}],["attribut",{"_index":364,"title":{"31":{},"104":{}},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"97":{},"104":{}},"tags":{}}],["automat",{"_index":337,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"111":{},"148":{},"154":{}},"tags":{}}],["avail",{"_index":226,"title":{},"content":{"10":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"92":{},"96":{},"108":{},"171":{},"175":{},"186":{},"198":{},"223":{}},"tags":{}}],["avoid",{"_index":937,"title":{},"content":{"148":{}},"tags":{}}],["b",{"_index":98,"title":{},"content":{"5":{},"99":{},"111":{},"116":{},"124":{},"132":{},"133":{},"134":{},"135":{},"182":{},"183":{}},"tags":{}}],["b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9",{"_index":1262,"title":{},"content":{"237":{}},"tags":{}}],["back",{"_index":1158,"title":{},"content":{"160":{}},"tags":{}}],["backup",{"_index":1340,"title":{},"content":{"213":{}},"tags":{}}],["backup_cfg/config.txt",{"_index":1338,"title":{},"content":{"213":{}},"tags":{}}],["backward",{"_index":857,"title":{},"content":{"117":{},"128":{},"145":{},"146":{},"166":{}},"tags":{}}],["base",{"_index":106,"title":{},"content":{"5":{},"106":{},"192":{},"222":{},"245":{}},"tags":{}}],["base32",{"_index":484,"title":{"71":{},"171":{},"172":{}},"content":{"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"96":{},"173":{},"174":{}},"tags":{}}],["base32.decode(data",{"_index":1207,"title":{"174":{}},"content":{},"tags":{}}],["base32.encode(data",{"_index":1203,"title":{"173":{}},"content":{},"tags":{}}],["base58",{"_index":487,"title":{"72":{},"175":{},"176":{}},"content":{"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"96":{},"177":{},"178":{}},"tags":{}}],["base58.decode(data",{"_index":1209,"title":{"177":{}},"content":{},"tags":{}}],["base58.is_valid(data",{"_index":1210,"title":{"178":{}},"content":{},"tags":{}}],["base64",{"_index":488,"title":{"73":{},"186":{},"187":{}},"content":{"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"96":{},"188":{},"189":{},"190":{}},"tags":{}}],["base64.decod",{"_index":1221,"title":{},"content":{"191":{}},"tags":{}}],["base64.decode(\"sgvsbg8sifdvcmxkiq",{"_index":1215,"title":{},"content":{"189":{}},"tags":{}}],["base64.decode(data",{"_index":1214,"title":{"189":{}},"content":{},"tags":{}}],["base64.encode(data",{"_index":1211,"title":{"188":{}},"content":{"188":{}},"tags":{}}],["base64.url_decode(data",{"_index":1220,"title":{"191":{}},"content":{},"tags":{}}],["base64.url_encode(data",{"_index":1216,"title":{"190":{}},"content":{},"tags":{}}],["base64url",{"_index":1217,"title":{},"content":{"190":{},"191":{}},"tags":{}}],["basi",{"_index":412,"title":{},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"161":{}},"tags":{}}],["basic",{"_index":126,"title":{},"content":{"7":{},"127":{},"201":{},"203":{},"219":{},"220":{},"221":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"257":{},"258":{},"259":{},"260":{},"262":{},"263":{},"264":{},"265":{},"266":{},"267":{},"268":{},"269":{},"270":{},"271":{},"273":{},"274":{}},"tags":{}}],["batch",{"_index":714,"title":{},"content":{"91":{}},"tags":{}}],["bcryptgenrandom",{"_index":1285,"title":{},"content":{"245":{}},"tags":{}}],["be",{"_index":105,"title":{},"content":{"5":{},"10":{},"80":{},"134":{},"144":{}},"tags":{}}],["becom",{"_index":505,"title":{},"content":{"60":{}},"tags":{}}],["befor",{"_index":60,"title":{},"content":{"3":{},"4":{},"9":{},"10":{},"78":{},"96":{},"130":{},"264":{}},"tags":{}}],["begin",{"_index":528,"title":{},"content":{"63":{},"106":{},"107":{},"108":{},"109":{},"251":{},"252":{}},"tags":{}}],["beginner'",{"_index":0,"title":{"1":{}},"content":{},"tags":{}}],["behav",{"_index":189,"title":{},"content":{"9":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"105":{},"132":{}},"tags":{}}],["bend",{"_index":1063,"title":{},"content":{"132":{}},"tags":{}}],["benefit",{"_index":1020,"title":{},"content":{"128":{}},"tags":{}}],["besid",{"_index":807,"title":{},"content":{"101":{},"185":{}},"tags":{}}],["better",{"_index":194,"title":{},"content":{"9":{},"12":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"75":{},"123":{}},"tags":{}}],["binari",{"_index":638,"title":{"86":{},"122":{}},"content":{"86":{},"88":{},"90":{},"91":{},"92":{},"93":{},"122":{}},"tags":{}}],["bit",{"_index":55,"title":{},"content":{"3":{},"9":{},"12":{}},"tags":{}}],["bitshift",{"_index":1097,"title":{},"content":{"138":{}},"tags":{}}],["bitwis",{"_index":1095,"title":{},"content":{"138":{}},"tags":{}}],["blocal",{"_index":861,"title":{},"content":{"116":{}},"tags":{}}],["block",{"_index":588,"title":{},"content":{"79":{},"98":{}},"tags":{}}],["bob",{"_index":141,"title":{},"content":{"7":{},"8":{},"9":{}},"tags":{}}],["bodi",{"_index":227,"title":{},"content":{"10":{}},"tags":{}}],["boilerpl",{"_index":973,"title":{},"content":{"155":{}},"tags":{}}],["bool",{"_index":548,"title":{},"content":{"78":{},"209":{},"210":{}},"tags":{}}],["boolean",{"_index":447,"title":{"50":{},"164":{}},"content":{"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"131":{},"164":{},"178":{},"188":{},"192":{},"200":{},"201":{},"209":{},"210":{},"211":{},"212":{},"213":{},"215":{},"220":{},"256":{},"257":{},"258":{},"259":{},"260":{},"262":{},"263":{},"264":{},"265":{},"266":{},"269":{}},"tags":{}}],["boolean/bool",{"_index":1079,"title":{},"content":{"136":{}},"tags":{}}],["boost",{"_index":1163,"title":{},"content":{"159":{}},"tags":{}}],["both",{"_index":243,"title":{},"content":{"11":{},"104":{},"159":{},"253":{}},"tags":{}}],["bottleneck",{"_index":287,"title":{},"content":{"36":{},"37":{},"38":{},"39":{},"79":{}},"tags":{}}],["bracket",{"_index":64,"title":{},"content":{"3":{},"131":{}},"tags":{}}],["break",{"_index":196,"title":{"15":{},"94":{}},"content":{"9":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"79":{},"83":{},"94":{},"101":{},"141":{},"142":{}},"tags":{}}],["browser",{"_index":635,"title":{},"content":{"85":{}},"tags":{}}],["bug",{"_index":1032,"title":{},"content":{"136":{},"141":{}},"tags":{}}],["build",{"_index":269,"title":{},"content":{"36":{},"37":{},"38":{},"39":{},"75":{},"77":{},"78":{},"82":{},"89":{},"91":{},"92":{},"93":{},"97":{},"158":{},"160":{},"168":{},"184":{}},"tags":{}}],["built",{"_index":640,"title":{},"content":{"86":{}},"tags":{}}],["builtin",{"_index":47,"title":{},"content":{"2":{}},"tags":{}}],["bundl",{"_index":1491,"title":{},"content":{"223":{}},"tags":{}}],["buster",{"_index":675,"title":{},"content":{"88":{}},"tags":{}}],["bvar",{"_index":1166,"title":{},"content":{"164":{}},"tags":{}}],["by=/usr/share/keyrings/calam",{"_index":673,"title":{},"content":{"88":{}},"tags":{}}],["bypass",{"_index":542,"title":{},"content":{"78":{}},"tags":{}}],["byte",{"_index":1418,"title":{},"content":{"256":{}},"tags":{}}],["bytecod",{"_index":535,"title":{},"content":{"77":{},"80":{},"117":{},"128":{},"145":{},"146":{},"166":{}},"tags":{}}],["c",{"_index":344,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"45":{},"46":{},"47":{},"48":{},"49":{},"78":{},"89":{},"118":{},"124":{},"132":{},"160":{},"183":{}},"tags":{}}],["c)endfunc(1",{"_index":796,"title":{},"content":{"99":{}},"tags":{}}],["c:\\users\\username\\desktop\\project\\a\\b\\c",{"_index":1361,"title":{},"content":{"216":{}},"tags":{}}],["c:\\users\\username\\desktop\\project\\cfg\\cfg.txt",{"_index":1367,"title":{},"content":{"217":{}},"tags":{}}],["cach",{"_index":437,"title":{},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"163":{}},"tags":{}}],["calam",{"_index":653,"title":{},"content":{"87":{}},"tags":{}}],["calcul",{"_index":157,"title":{"8":{}},"content":{"8":{}},"tags":{}}],["calculate_kd",{"_index":201,"title":{},"content":{"9":{},"10":{}},"tags":{}}],["calculate_kd(play",{"_index":188,"title":{},"content":{"9":{}},"tags":{}}],["calculate_kd(pli",{"_index":183,"title":{},"content":{"9":{}},"tags":{}}],["call",{"_index":46,"title":{"96":{}},"content":{"2":{},"5":{},"9":{},"36":{},"37":{},"38":{},"39":{},"59":{},"79":{},"83":{},"96":{},"124":{},"130":{},"142":{},"150":{},"154":{},"159":{},"166":{},"185":{}},"tags":{}}],["can't",{"_index":111,"title":{},"content":{"6":{},"59":{},"167":{},"170":{}},"tags":{}}],["capit",{"_index":1441,"title":{},"content":{"263":{},"273":{}},"tags":{}}],["care",{"_index":180,"title":{},"content":{"8":{}},"tags":{}}],["case",{"_index":68,"title":{"142":{}},"content":{"3":{},"11":{},"79":{},"83":{},"97":{},"134":{},"141":{},"142":{},"154":{}},"tags":{}}],["caus",{"_index":1178,"title":{},"content":{"167":{}},"tags":{}}],["caution",{"_index":718,"title":{},"content":{"92":{},"101":{},"117":{},"128":{},"130":{},"146":{},"148":{},"166":{}},"tags":{}}],["cd",{"_index":691,"title":{},"content":{"89":{},"93":{}},"tags":{}}],["certain",{"_index":389,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"96":{},"97":{},"98":{}},"tags":{}}],["certainli",{"_index":250,"title":{},"content":{"12":{}},"tags":{}}],["cfg",{"_index":1357,"title":{},"content":{"215":{}},"tags":{}}],["cfg/config.txtio.absolute(\"cfg/cfg.txt",{"_index":1366,"title":{},"content":{"217":{}},"tags":{}}],["cfunc",{"_index":623,"title":{},"content":{"83":{}},"tags":{}}],["chanc",{"_index":531,"title":{},"content":{"63":{}},"tags":{}}],["chang",{"_index":101,"title":{},"content":{"5":{},"6":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"61":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"75":{},"120":{},"192":{}},"tags":{}}],["changer",{"_index":473,"title":{},"content":{"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"181":{}},"tags":{}}],["char",{"_index":550,"title":{},"content":{"78":{}},"tags":{}}],["charact",{"_index":296,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"128":{},"250":{},"253":{},"254":{},"255":{},"256":{},"257":{},"258":{},"259":{},"260":{},"267":{},"268":{},"269":{},"270":{},"271":{}},"tags":{}}],["check",{"_index":694,"title":{},"content":{"90":{},"156":{},"192":{},"220":{},"221":{},"256":{},"257":{},"258":{},"259":{},"260":{},"262":{},"265":{},"266":{},"269":{}},"tags":{}}],["choco",{"_index":651,"title":{},"content":{"87":{}},"tags":{}}],["chocolatey",{"_index":647,"title":{"87":{}},"content":{"87":{}},"tags":{}}],["choos",{"_index":1124,"title":{},"content":{"146":{}},"tags":{}}],["circumst",{"_index":770,"title":{},"content":{"98":{},"162":{},"180":{}},"tags":{}}],["clang",{"_index":415,"title":{},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"90":{},"158":{}},"tags":{}}],["class",{"_index":462,"title":{"151":{},"152":{}},"content":{"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"59":{},"61":{},"80":{},"107":{},"151":{},"152":{},"153":{},"154":{},"155":{},"156":{},"157":{},"185":{}},"tags":{}}],["claus",{"_index":378,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"127":{}},"tags":{}}],["clean",{"_index":1184,"title":{},"content":{"169":{}},"tags":{}}],["cleaner",{"_index":297,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"128":{}},"tags":{}}],["cli",{"_index":697,"title":{},"content":{"90":{}},"tags":{}}],["click",{"_index":716,"title":{},"content":{"91":{}},"tags":{}}],["clone",{"_index":688,"title":{},"content":{"89":{},"91":{}},"tags":{}}],["close",{"_index":1144,"title":{},"content":{"162":{}},"tags":{}}],["coalesc",{"_index":402,"title":{"43":{},"146":{}},"content":{"40":{},"41":{},"42":{},"43":{},"44":{},"127":{},"138":{},"146":{}},"tags":{}}],["code",{"_index":35,"title":{"77":{}},"content":{"2":{},"6":{},"9":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"58":{},"75":{},"78":{},"80":{},"83":{},"85":{},"95":{},"96":{},"97":{},"98":{},"99":{},"100":{},"101":{},"104":{},"105":{},"111":{},"118":{},"121":{},"122":{},"128":{},"129":{},"132":{},"139":{},"144":{},"145":{},"146":{},"148":{},"166":{},"180":{},"181":{},"182":{},"183":{},"222":{},"223":{}},"tags":{}}],["code.when",{"_index":777,"title":{},"content":{"98":{}},"tags":{}}],["colon",{"_index":935,"title":{},"content":{"148":{}},"tags":{}}],["color",{"_index":1002,"title":{"184":{}},"content":{"127":{},"184":{}},"tags":{}}],["color.loc",{"_index":1004,"title":{},"content":{"127":{}},"tags":{}}],["combat",{"_index":543,"title":{},"content":{"78":{}},"tags":{}}],["come",{"_index":394,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"99":{},"147":{}},"tags":{}}],["comma",{"_index":949,"title":{},"content":{"151":{}},"tags":{}}],["command",{"_index":700,"title":{},"content":{"90":{},"92":{},"184":{}},"tags":{}}],["comment",{"_index":803,"title":{},"content":{"100":{}},"tags":{}}],["common",{"_index":971,"title":{},"content":{"155":{}},"tags":{}}],["compar",{"_index":446,"title":{},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"144":{},"163":{},"263":{}},"tags":{}}],["compat",{"_index":414,"title":{"57":{},"58":{},"60":{},"63":{},"103":{},"110":{},"112":{},"143":{},"157":{}},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"58":{},"60":{},"61":{},"62":{},"63":{},"80":{},"117":{},"128":{},"133":{},"145":{},"146":{},"158":{},"166":{}},"tags":{}}],["compatibl",{"_index":988,"title":{},"content":{"157":{}},"tags":{}}],["compil",{"_index":381,"title":{"33":{},"34":{},"77":{},"89":{},"95":{},"98":{},"100":{}},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"63":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"77":{},"88":{},"89":{},"90":{},"96":{},"97":{},"98":{},"100":{},"104":{},"121":{},"135":{},"136":{},"158":{},"159":{},"160":{},"170":{},"171":{},"175":{},"186":{},"198":{}},"tags":{}}],["complet",{"_index":4,"title":{},"content":{"1":{}},"tags":{}}],["complex",{"_index":1375,"title":{},"content":{"201":{}},"tags":{}}],["complic",{"_index":1155,"title":{},"content":{"160":{}},"tags":{}}],["compos",{"_index":1412,"title":{},"content":{"256":{},"257":{},"258":{},"259":{},"260":{},"269":{}},"tags":{}}],["compound",{"_index":396,"title":{"41":{},"137":{}},"content":{"40":{},"41":{},"42":{},"43":{},"44":{},"80":{},"137":{},"144":{}},"tags":{}}],["compromis",{"_index":584,"title":{},"content":{"79":{}},"tags":{}}],["comput",{"_index":95,"title":{},"content":{"5":{}},"tags":{}}],["concaten",{"_index":341,"title":{"50":{},"164":{}},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"131":{},"138":{},"164":{}},"tags":{}}],["concis",{"_index":1122,"title":{},"content":{"146":{}},"tags":{}}],["condit",{"_index":90,"title":{"5":{},"97":{}},"content":{"82":{},"97":{},"182":{}},"tags":{}}],["condition.end",{"_index":1135,"title":{},"content":{"180":{}},"tags":{}}],["config",{"_index":270,"title":{},"content":{"36":{},"37":{},"38":{},"39":{},"75":{},"77":{},"78":{},"82":{},"158":{},"160":{},"168":{},"184":{}},"tags":{}}],["config!\")els",{"_index":1341,"title":{},"content":{"213":{}},"tags":{}}],["config.\")end",{"_index":1343,"title":{},"content":{"213":{}},"tags":{}}],["configur",{"_index":293,"title":{"61":{},"62":{},"82":{},"100":{}},"content":{"36":{},"37":{},"38":{},"39":{},"63":{},"79":{},"81":{},"82":{},"100":{}},"tags":{}}],["consist",{"_index":350,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"45":{},"46":{},"47":{},"48":{},"49":{},"141":{},"149":{},"161":{}},"tags":{}}],["const",{"_index":768,"title":{},"content":{"97":{},"104":{},"129":{}},"tags":{}}],["constant",{"_index":454,"title":{},"content":{"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"104":{},"129":{},"170":{}},"tags":{}}],["constant.frozen[1",{"_index":1048,"title":{},"content":{"129":{}},"tags":{}}],["constexpr",{"_index":363,"title":{"31":{},"104":{}},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"97":{},"104":{}},"tags":{}}],["construct",{"_index":384,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"95":{}},"tags":{}}],["constructor",{"_index":948,"title":{"155":{}},"content":{"151":{},"154":{}},"tags":{}}],["contain",{"_index":1024,"title":{},"content":{"131":{},"221":{},"262":{}},"tags":{}}],["content",{"_index":257,"title":{"36":{},"76":{}},"content":{"36":{},"37":{},"38":{},"39":{},"264":{}},"tags":{}}],["continu",{"_index":318,"title":{"16":{},"101":{}},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"59":{},"61":{},"99":{},"101":{},"102":{},"103":{},"185":{}},"tags":{}}],["continue'",{"_index":812,"title":{"102":{}},"content":{},"tags":{}}],["continue::end",{"_index":1189,"title":{},"content":{"185":{}},"tags":{}}],["contmodonloadfil",{"_index":545,"title":{},"content":{"78":{}},"tags":{}}],["contmodonloadfile(const",{"_index":549,"title":{},"content":{"78":{}},"tags":{}}],["control",{"_index":94,"title":{},"content":{"5":{},"7":{},"36":{},"37":{},"38":{},"39":{},"79":{}},"tags":{}}],["convert",{"_index":1025,"title":{},"content":{"131":{},"217":{},"247":{}},"tags":{}}],["copi",{"_index":1335,"title":{},"content":{"213":{}},"tags":{}}],["coroutin",{"_index":483,"title":{"70":{},"196":{}},"content":{"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"196":{},"197":{}},"tags":{}}],["coroutine.resum",{"_index":1223,"title":{},"content":{"197":{}},"tags":{}}],["coroutine.xresum",{"_index":1222,"title":{"197":{}},"content":{},"tags":{}}],["coroutine.yield",{"_index":574,"title":{},"content":{"79":{}},"tags":{}}],["correct",{"_index":570,"title":{},"content":{"79":{}},"tags":{}}],["cosmet",{"_index":905,"title":{"121":{}},"content":{"121":{}},"tags":{}}],["count",{"_index":115,"title":{},"content":{"6":{}},"tags":{}}],["counterpart",{"_index":397,"title":{},"content":{"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"137":{},"161":{}},"tags":{}}],["cours",{"_index":50,"title":{},"content":{"3":{}},"tags":{}}],["coverag",{"_index":585,"title":{},"content":{"79":{},"136":{}},"tags":{}}],["crc32",{"_index":1249,"title":{"234":{}},"content":{"234":{}},"tags":{}}],["creat",{"_index":774,"title":{},"content":{"98":{},"129":{},"213":{},"215":{},"216":{}},"tags":{}}],["creation",{"_index":920,"title":{"148":{}},"content":{},"tags":{}}],["crypto",{"_index":480,"title":{"69":{},"225":{}},"content":{"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"96":{},"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{},"245":{},"247":{}},"tags":{}}],["crypto.hexdigest(hash",{"_index":1297,"title":{},"content":{"247":{}},"tags":{}}],["crypto.joaat(\"hello",{"_index":749,"title":{},"content":{"96":{},"247":{}},"tags":{}}],["crypto.random",{"_index":1282,"title":{},"content":{"245":{}},"tags":{}}],["cryptograph",{"_index":1228,"title":{},"content":{"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{},"245":{}},"tags":{}}],["cryptographi",{"_index":482,"title":{},"content":{"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"225":{}},"tags":{}}],["curli",{"_index":63,"title":{},"content":{"3":{}},"tags":{}}],["current",{"_index":317,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"94":{},"98":{},"101":{},"102":{},"129":{},"192":{}},"tags":{}}],["custom",{"_index":597,"title":{},"content":{"82":{}},"tags":{}}],["d",{"_index":1017,"title":{},"content":{"128":{},"184":{}},"tags":{}}],["data",{"_index":127,"title":{},"content":{"7":{},"8":{},"9":{},"131":{},"173":{},"174":{},"177":{},"178":{},"188":{},"189":{},"200":{},"201":{}},"tags":{}}],["data.death",{"_index":156,"title":{},"content":{"7":{}},"tags":{}}],["data.kd",{"_index":175,"title":{},"content":{"8":{},"9":{}},"tags":{}}],["data.kil",{"_index":155,"title":{},"content":{"7":{}},"tags":{}}],["data.valu",{"_index":1022,"title":{},"content":{"131":{}},"tags":{}}],["death",{"_index":152,"title":{},"content":{"7":{},"8":{},"9":{}},"tags":{}}],["deb",{"_index":670,"title":{},"content":{"88":{}},"tags":{}}],["debian",{"_index":681,"title":{},"content":{"88":{},"90":{}},"tags":{}}],["debug",{"_index":763,"title":{},"content":{"97":{},"129":{},"130":{}},"tags":{}}],["debug.getlocal(1",{"_index":1055,"title":{},"content":{"129":{}},"tags":{}}],["debug.setlocal(1",{"_index":1056,"title":{},"content":{"129":{}},"tags":{}}],["declar",{"_index":200,"title":{},"content":{"9":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"99":{},"105":{},"131":{},"149":{},"167":{}},"tags":{}}],["decod",{"_index":1208,"title":{},"content":{"174":{},"177":{},"189":{},"201":{}},"tags":{}}],["deepli",{"_index":370,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"127":{}},"tags":{}}],["default",{"_index":74,"title":{"25":{},"105":{}},"content":{"4":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"45":{},"46":{},"47":{},"48":{},"49":{},"75":{},"82":{},"83":{},"94":{},"102":{},"105":{},"113":{},"141":{},"158":{},"160":{},"168":{},"184":{},"234":{},"245":{},"264":{}},"tags":{}}],["defer",{"_index":969,"title":{},"content":{"154":{}},"tags":{}}],["defin",{"_index":231,"title":{},"content":{"10":{},"11":{},"36":{},"37":{},"38":{},"39":{},"45":{},"46":{},"47":{},"48":{},"49":{},"75":{},"77":{},"78":{},"79":{},"82":{},"154":{},"158":{},"160":{},"168":{},"184":{}},"tags":{}}],["definit",{"_index":1194,"title":{},"content":{"183":{}},"tags":{}}],["delimit",{"_index":1083,"title":{},"content":{"136":{},"182":{}},"tags":{}}],["deliv",{"_index":1504,"title":{},"content":{"224":{}},"tags":{}}],["depend",{"_index":419,"title":{},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"158":{}},"tags":{}}],["design",{"_index":730,"title":{},"content":{"80":{}},"tags":{}}],["desir",{"_index":736,"title":{},"content":{"80":{}},"tags":{}}],["despit",{"_index":1068,"title":{},"content":{"134":{}},"tags":{}}],["destructur",{"_index":362,"title":{"30":{},"123":{},"124":{},"125":{}},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"123":{}},"tags":{}}],["detect",{"_index":273,"title":{},"content":{"36":{},"37":{},"38":{},"39":{},"79":{},"192":{}},"tags":{}}],["determin",{"_index":810,"title":{},"content":{"101":{}},"tags":{}}],["dev/nul",{"_index":668,"title":{},"content":{"88":{}},"tags":{}}],["dev/urandom",{"_index":1284,"title":{},"content":{"245":{}},"tags":{}}],["develop",{"_index":740,"title":{},"content":{"80":{}},"tags":{}}],["di",{"_index":953,"title":{},"content":{"151":{}},"tags":{}}],["dialog",{"_index":715,"title":{},"content":{"91":{}},"tags":{}}],["didn't",{"_index":209,"title":{},"content":{"9":{},"11":{}},"tags":{}}],["differ",{"_index":827,"title":{"126":{}},"content":{"157":{}},"tags":{}}],["difficult",{"_index":1088,"title":{},"content":{"136":{}},"tags":{}}],["digest",{"_index":1298,"title":{},"content":{"247":{}},"tags":{}}],["dir/main/\"loc",{"_index":1314,"title":{},"content":{"209":{}},"tags":{}}],["directli",{"_index":67,"title":{},"content":{"3":{},"85":{}},"tags":{}}],["directori",{"_index":709,"title":{},"content":{"90":{},"91":{},"92":{},"93":{},"209":{},"211":{},"212":{},"215":{},"216":{}},"tags":{}}],["directory!\")end",{"_index":1318,"title":{},"content":{"209":{}},"tags":{}}],["directory.\")els",{"_index":1358,"title":{},"content":{"215":{}},"tags":{}}],["directory.\")end",{"_index":1359,"title":{},"content":{"215":{}},"tags":{}}],["disabl",{"_index":508,"title":{"77":{}},"content":{"60":{},"61":{},"77":{},"100":{},"167":{},"184":{}},"tags":{}}],["disallow",{"_index":1042,"title":{},"content":{"129":{}},"tags":{}}],["disclos",{"_index":479,"title":{},"content":{"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"192":{}},"tags":{}}],["discuss",{"_index":987,"title":{},"content":{"157":{}},"tags":{}}],["divis",{"_index":1098,"title":{},"content":{"138":{}},"tags":{}}],["djb2",{"_index":1227,"title":{"229":{}},"content":{"227":{},"229":{}},"tags":{}}],["do",{"_index":431,"title":{},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"160":{},"250":{}},"tags":{}}],["document",{"_index":14,"title":{},"content":{"1":{},"12":{},"62":{},"84":{},"89":{}},"tags":{}}],["doend",{"_index":569,"title":{},"content":{"79":{}},"tags":{}}],["doesn't",{"_index":430,"title":{"134":{}},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"98":{},"101":{},"160":{},"162":{}},"tags":{}}],["dofil",{"_index":541,"title":{},"content":{"78":{}},"tags":{}}],["don't",{"_index":179,"title":{},"content":{"8":{},"11":{},"79":{},"88":{},"154":{},"162":{}},"tags":{}}],["done",{"_index":1179,"title":{},"content":{"167":{}},"tags":{}}],["doubl",{"_index":1350,"title":{},"content":{"214":{}},"tags":{}}],["down",{"_index":197,"title":{},"content":{"9":{}},"tags":{}}],["dozen",{"_index":734,"title":{},"content":{"80":{}},"tags":{}}],["due",{"_index":493,"title":{},"content":{"58":{},"79":{},"144":{},"157":{}},"tags":{}}],["dump",{"_index":291,"title":{"39":{},"81":{}},"content":{"36":{},"37":{},"38":{},"39":{},"82":{}},"tags":{}}],["duplic",{"_index":790,"title":{},"content":{"99":{}},"tags":{}}],["dure",{"_index":351,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"45":{},"46":{},"47":{},"48":{},"49":{},"100":{},"105":{},"135":{},"159":{}},"tags":{}}],["dynam",{"_index":1187,"title":{},"content":{"170":{}},"tags":{}}],["e",{"_index":979,"title":{},"content":{"156":{}},"tags":{}}],["e.g",{"_index":957,"title":{},"content":{"136":{},"152":{},"223":{}},"tags":{}}],["each",{"_index":135,"title":{},"content":{"7":{},"8":{},"124":{},"125":{}},"tags":{}}],["easi",{"_index":399,"title":{},"content":{"40":{},"41":{},"42":{},"43":{},"44":{},"80":{},"144":{},"150":{}},"tags":{}}],["easiest",{"_index":634,"title":{},"content":{"85":{}},"tags":{}}],["easili",{"_index":648,"title":{},"content":{"87":{},"88":{},"90":{}},"tags":{}}],["echo",{"_index":669,"title":{},"content":{"88":{}},"tags":{}}],["edit",{"_index":441,"title":{},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"129":{},"163":{}},"tags":{}}],["editor",{"_index":1505,"title":{},"content":{"224":{}},"tags":{}}],["effect",{"_index":1075,"title":{},"content":{"135":{}},"tags":{}}],["effective_permiss",{"_index":1115,"title":{},"content":{"146":{}},"tags":{}}],["element",{"_index":356,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"116":{},"221":{}},"tags":{}}],["emb",{"_index":65,"title":{},"content":{"3":{}},"tags":{}}],["embed",{"_index":85,"title":{},"content":{"4":{}},"tags":{}}],["embedd",{"_index":739,"title":{},"content":{"80":{}},"tags":{}}],["emit",{"_index":1074,"title":{},"content":{"135":{},"182":{},"183":{}},"tags":{}}],["emoji",{"_index":1419,"title":{},"content":{"256":{}},"tags":{}}],["empty.\")end",{"_index":1353,"title":{},"content":{"214":{}},"tags":{}}],["en_us.utf",{"_index":1309,"title":{},"content":{"194":{},"195":{},"261":{}},"tags":{}}],["enabl",{"_index":266,"title":{},"content":{"36":{},"37":{},"38":{},"39":{},"45":{},"46":{},"47":{},"48":{},"49":{},"61":{},"75":{},"82":{},"100":{},"158":{},"167":{},"168":{},"184":{}},"tags":{}}],["encapsul",{"_index":181,"title":{"9":{}},"content":{"142":{}},"tags":{}}],["enclos",{"_index":314,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"94":{},"102":{}},"tags":{}}],["encod",{"_index":1205,"title":{},"content":{"173":{},"188":{},"190":{},"200":{},"201":{}},"tags":{}}],["end",{"_index":103,"title":{},"content":{"5":{},"6":{},"7":{},"8":{},"9":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"97":{},"101":{},"102":{},"105":{},"106":{},"107":{},"108":{},"109":{},"111":{},"113":{},"114":{},"119":{},"128":{},"141":{},"142":{},"148":{},"151":{},"155":{},"182":{},"185":{},"192":{},"253":{},"265":{}},"tags":{}}],["end)print(s2",{"_index":885,"title":{},"content":{"118":{}},"tags":{}}],["endclass",{"_index":977,"title":{},"content":{"156":{}},"tags":{}}],["endend",{"_index":744,"title":{},"content":{"94":{},"99":{},"102":{},"129":{},"152":{}},"tags":{}}],["endendclass",{"_index":965,"title":{},"content":{"154":{}},"tags":{}}],["endendloc",{"_index":955,"title":{},"content":{"151":{},"154":{}},"tags":{}}],["endfunct",{"_index":924,"title":{},"content":{"148":{}},"tags":{}}],["endloc",{"_index":978,"title":{},"content":{"156":{}},"tags":{}}],["end}loc",{"_index":946,"title":{},"content":{"150":{}},"tags":{}}],["end}t.say(\"hello",{"_index":941,"title":{},"content":{"149":{}},"tags":{}}],["enforc",{"_index":806,"title":{},"content":{"104":{}},"tags":{}}],["enhanc",{"_index":465,"title":{},"content":{"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"80":{},"181":{},"222":{}},"tags":{}}],["ensur",{"_index":1058,"title":{},"content":{"130":{},"194":{},"195":{},"261":{}},"tags":{}}],["enter",{"_index":43,"title":{},"content":{"2":{}},"tags":{}}],["entir",{"_index":801,"title":{},"content":{"100":{},"115":{},"135":{},"256":{},"257":{},"258":{},"259":{},"260":{},"269":{}},"tags":{}}],["entiti",{"_index":958,"title":{},"content":{"153":{},"154":{},"156":{}},"tags":{}}],["entity()loc",{"_index":980,"title":{},"content":{"156":{}},"tags":{}}],["entity()print(instanceof(",{"_index":986,"title":{},"content":{"156":{}},"tags":{}}],["entityendloc",{"_index":960,"title":{},"content":{"153":{}},"tags":{}}],["enum",{"_index":456,"title":{"107":{},"109":{}},"content":{"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"59":{},"61":{},"80":{},"106":{},"107":{},"108":{},"109":{},"110":{},"170":{}},"tags":{}}],["enum.enumer",{"_index":841,"title":{},"content":{"107":{}},"tags":{}}],["enumer",{"_index":346,"title":{"22":{},"106":{}},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"106":{},"108":{}},"tags":{}}],["environ",{"_index":259,"title":{},"content":{"36":{},"37":{},"38":{},"39":{},"63":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"75":{},"76":{},"129":{},"130":{},"168":{},"192":{}},"tags":{}}],["epoch",{"_index":1388,"title":{},"content":{"204":{},"205":{},"206":{},"207":{}},"tags":{}}],["eqi",{"_index":616,"title":{},"content":{"83":{}},"tags":{}}],["equal",{"_index":1118,"title":{},"content":{"146":{}},"tags":{}}],["equal.loc",{"_index":1131,"title":{},"content":{"180":{}},"tags":{}}],["equival",{"_index":1109,"title":{},"content":{"144":{}},"tags":{}}],["error",{"_index":380,"title":{"56":{},"181":{}},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"79":{},"97":{},"127":{},"160":{},"181":{},"182":{},"183":{},"184":{},"197":{},"224":{}},"tags":{}}],["escap",{"_index":794,"title":{},"content":{"99":{}},"tags":{}}],["especi",{"_index":579,"title":{},"content":{"79":{},"144":{}},"tags":{}}],["essenti",{"_index":752,"title":{},"content":{"96":{}},"tags":{}}],["etc",{"_index":1488,"title":{},"content":{"222":{}},"tags":{}}],["etc/apt/sources.list.d/calam",{"_index":677,"title":{},"content":{"88":{}},"tags":{}}],["etl",{"_index":265,"title":{},"content":{"36":{},"37":{},"38":{},"39":{},"75":{}},"tags":{}}],["evalu",{"_index":69,"title":{"33":{},"95":{}},"content":{"3":{},"4":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"96":{},"118":{},"146":{},"180":{}},"tags":{}}],["even",{"_index":429,"title":{},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"160":{}},"tags":{}}],["everyon",{"_index":1397,"title":{},"content":{"250":{}},"tags":{}}],["exactli",{"_index":190,"title":{},"content":{"9":{},"167":{}},"tags":{}}],["exampl",{"_index":112,"title":{"99":{},"180":{},"182":{},"183":{}},"content":{"6":{},"7":{},"10":{},"60":{},"78":{},"79":{},"94":{},"101":{},"102":{},"105":{},"113":{},"114":{},"121":{},"122":{},"127":{},"128":{},"129":{},"139":{},"141":{},"159":{},"203":{},"209":{},"210":{},"211":{},"212":{},"213":{},"214":{},"215":{},"216":{},"217":{},"219":{},"220":{},"221":{},"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{},"245":{},"247":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"257":{},"258":{},"259":{},"260":{},"262":{},"263":{},"264":{},"265":{},"266":{},"267":{},"268":{},"269":{},"270":{},"271":{},"273":{},"274":{}},"tags":{}}],["except",{"_index":233,"title":{},"content":{"10":{},"61":{},"100":{},"116":{},"160":{},"191":{},"213":{},"214":{}},"tags":{}}],["excess",{"_index":779,"title":{},"content":{"98":{},"99":{},"100":{}},"tags":{}}],["exclud",{"_index":1416,"title":{},"content":{"256":{}},"tags":{}}],["exclus",{"_index":1154,"title":{},"content":{"160":{}},"tags":{}}],["execut",{"_index":260,"title":{"37":{},"75":{}},"content":{"36":{},"37":{},"38":{},"39":{},"75":{},"77":{},"81":{},"141":{}},"tags":{}}],["exist",{"_index":775,"title":{},"content":{"98":{},"150":{},"212":{},"216":{}},"tags":{}}],["exist!\")end",{"_index":1333,"title":{},"content":{"212":{}},"tags":{}}],["exists!\")els",{"_index":1332,"title":{},"content":{"212":{}},"tags":{}}],["expect",{"_index":799,"title":{},"content":{"99":{},"182":{},"183":{}},"tags":{}}],["expens",{"_index":445,"title":{},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"163":{}},"tags":{}}],["experi",{"_index":741,"title":{},"content":{"80":{},"222":{}},"tags":{}}],["explain",{"_index":632,"title":{},"content":{"84":{}},"tags":{}}],["explicit",{"_index":207,"title":{},"content":{"9":{}},"tags":{}}],["exploit",{"_index":590,"title":{},"content":{"79":{}},"tags":{}}],["expon",{"_index":1092,"title":{},"content":{"138":{},"140":{}},"tags":{}}],["export",{"_index":336,"title":{"19":{},"111":{}},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"59":{},"61":{},"111":{},"112":{},"151":{}},"tags":{}}],["express",{"_index":66,"title":{"17":{},"21":{},"28":{},"116":{},"118":{},"132":{},"133":{},"150":{},"152":{},"154":{}},"content":{"3":{},"4":{},"5":{},"11":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"40":{},"41":{},"42":{},"43":{},"44":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"98":{},"118":{},"123":{},"127":{},"131":{},"132":{},"134":{},"142":{},"144":{},"146":{},"150":{},"152":{},"154":{},"159":{},"169":{},"179":{},"180":{},"183":{}},"tags":{}}],["expresss",{"_index":406,"title":{},"content":{"40":{},"41":{},"42":{},"43":{},"44":{},"179":{}},"tags":{}}],["extend",{"_index":358,"title":{"153":{}},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"116":{},"153":{},"154":{},"156":{}},"tags":{}}],["extern",{"_index":547,"title":{},"content":{"78":{}},"tags":{}}],["f",{"_index":1200,"title":{},"content":{"184":{},"269":{}},"tags":{}}],["f1",{"_index":928,"title":{},"content":{"148":{}},"tags":{}}],["f2",{"_index":929,"title":{},"content":{"148":{}},"tags":{}}],["f3",{"_index":930,"title":{},"content":{"148":{}},"tags":{}}],["fail",{"_index":1479,"title":{},"content":{"219":{}},"tags":{}}],["failur",{"_index":1345,"title":{},"content":{"213":{},"214":{}},"tags":{}}],["fall",{"_index":1030,"title":{},"content":{"134":{},"141":{},"160":{}},"tags":{}}],["fallthrough",{"_index":1029,"title":{},"content":{"141":{}},"tags":{}}],["fals",{"_index":109,"title":{},"content":{"5":{},"61":{},"116":{},"167":{},"264":{}},"tags":{}}],["falseprint(h",{"_index":984,"title":{},"content":{"156":{}},"tags":{}}],["falsi",{"_index":1066,"title":{},"content":{"134":{},"180":{}},"tags":{}}],["familiar",{"_index":12,"title":{},"content":{"1":{}},"tags":{}}],["far",{"_index":163,"title":{},"content":{"8":{},"75":{}},"tags":{}}],["faster",{"_index":299,"title":{"139":{}},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"128":{},"137":{},"139":{},"160":{},"161":{}},"tags":{}}],["featur",{"_index":252,"title":{},"content":{"12":{},"36":{},"37":{},"38":{},"39":{},"79":{},"81":{},"115":{},"117":{},"128":{},"136":{},"145":{},"146":{},"166":{},"180":{}},"tags":{}}],["feel",{"_index":32,"title":{},"content":{"2":{}},"tags":{}}],["fetch",{"_index":1347,"title":{},"content":{"214":{}},"tags":{}}],["few",{"_index":448,"title":{},"content":{"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"114":{},"165":{}},"tags":{}}],["field",{"_index":171,"title":{},"content":{"8":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"125":{},"126":{},"127":{},"153":{},"155":{}},"tags":{}}],["file",{"_index":54,"title":{"78":{}},"content":{"3":{},"62":{},"79":{},"93":{},"113":{},"114":{},"127":{},"192":{},"209":{},"210":{},"211":{},"212":{},"213":{},"214":{},"217":{}},"tags":{}}],["file!\")end",{"_index":1322,"title":{},"content":{"210":{}},"tags":{}}],["file.pluto:1",{"_index":1191,"title":{},"content":{"182":{},"183":{}},"tags":{}}],["file.pluto:10",{"_index":1051,"title":{},"content":{"129":{}},"tags":{}}],["file.pluto:2",{"_index":785,"title":{},"content":{"99":{},"129":{}},"tags":{}}],["file.pluto:3",{"_index":789,"title":{},"content":{"99":{}},"tags":{}}],["file.pluto:4",{"_index":793,"title":{},"content":{"99":{},"129":{}},"tags":{}}],["file.pluto:5",{"_index":797,"title":{},"content":{"99":{},"129":{}},"tags":{}}],["file.pluto:7",{"_index":1049,"title":{},"content":{"129":{}},"tags":{}}],["filenam",{"_index":551,"title":{},"content":{"78":{},"190":{}},"tags":{}}],["filepath",{"_index":1327,"title":{},"content":{"211":{}},"tags":{}}],["filter",{"_index":537,"title":{"78":{}},"content":{"78":{}},"tags":{}}],["find",{"_index":212,"title":{},"content":{"9":{},"79":{},"86":{},"267":{},"268":{},"270":{},"271":{}},"tags":{}}],["fine",{"_index":1148,"title":{},"content":{"162":{},"219":{}},"tags":{}}],["first",{"_index":17,"title":{"2":{}},"content":{"9":{},"45":{},"46":{},"47":{},"48":{},"49":{},"89":{},"114":{},"146":{},"163":{},"263":{},"264":{},"268":{},"271":{}},"tags":{}}],["five",{"_index":870,"title":{},"content":{"116":{},"180":{}},"tags":{}}],["five.for",{"_index":808,"title":{},"content":{"101":{},"185":{}},"tags":{}}],["fix",{"_index":102,"title":{},"content":{"5":{}},"tags":{}}],["float",{"_index":1078,"title":{},"content":{"136":{},"138":{}},"tags":{}}],["flow",{"_index":93,"title":{},"content":{"5":{},"7":{}},"tags":{}}],["fn",{"_index":1192,"title":{},"content":{"183":{}},"tags":{}}],["fnv1",{"_index":1238,"title":{"230":{}},"content":{"230":{}},"tags":{}}],["fnv1a",{"_index":1246,"title":{"233":{}},"content":{"233":{}},"tags":{}}],["follow",{"_index":347,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"40":{},"41":{},"42":{},"43":{},"44":{},"59":{},"83":{},"87":{},"88":{},"90":{},"93":{},"96":{},"106":{},"108":{},"141":{},"146":{},"184":{}},"tags":{}}],["forbid",{"_index":329,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"129":{}},"tags":{}}],["forc",{"_index":279,"title":{},"content":{"36":{},"37":{},"38":{},"39":{},"79":{},"107":{}},"tags":{}}],["forev",{"_index":1134,"title":{},"content":{"180":{}},"tags":{}}],["forward",{"_index":589,"title":{},"content":{"79":{}},"tags":{}}],["found",{"_index":524,"title":{},"content":{"62":{},"92":{},"116":{},"180":{},"221":{},"251":{},"252":{}},"tags":{}}],["free",{"_index":33,"title":{},"content":{"2":{}},"tags":{}}],["freez",{"_index":326,"title":{"18":{},"129":{}},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"219":{}},"tags":{}}],["frozen",{"_index":327,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"129":{},"219":{},"220":{}},"tags":{}}],["fun",{"_index":1492,"title":{},"content":{"223":{}},"tags":{}}],["func(1",{"_index":798,"title":{},"content":{"99":{}},"tags":{}}],["func(a",{"_index":795,"title":{},"content":{"99":{}},"tags":{}}],["function",{"_index":48,"title":{"9":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"96":{},"149":{},"171":{},"175":{},"186":{},"192":{},"193":{},"196":{},"198":{},"202":{},"208":{},"218":{},"225":{},"246":{},"248":{},"249":{},"272":{}},"content":{"2":{},"9":{},"10":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"45":{},"46":{},"47":{},"48":{},"49":{},"59":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"78":{},"79":{},"83":{},"96":{},"98":{},"99":{},"105":{},"111":{},"113":{},"114":{},"115":{},"118":{},"119":{},"127":{},"130":{},"135":{},"136":{},"142":{},"148":{},"149":{},"150":{},"151":{},"152":{},"154":{},"155":{},"156":{},"161":{},"162":{},"166":{},"170":{},"180":{},"185":{},"196":{},"202":{},"204":{},"205":{},"206":{},"208":{},"218":{},"225":{},"245":{},"248":{},"273":{},"274":{}},"tags":{}}],["function'",{"_index":225,"title":{},"content":{"10":{}},"tags":{}}],["fundemant",{"_index":249,"title":{},"content":{"12":{}},"tags":{}}],["futur",{"_index":330,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"63":{},"129":{}},"tags":{}}],["game",{"_index":137,"title":{},"content":{"7":{},"36":{},"37":{},"38":{},"39":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"79":{},"181":{}},"tags":{}}],["gcc",{"_index":416,"title":{},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"158":{}},"tags":{}}],["gener",{"_index":731,"title":{"166":{}},"content":{"80":{},"111":{}},"tags":{}}],["get",{"_index":631,"title":{"84":{}},"content":{},"tags":{}}],["get_color",{"_index":1005,"title":{},"content":{"127":{}},"tags":{}}],["get_valu",{"_index":1127,"title":{},"content":{"180":{}},"tags":{}}],["get_value()if",{"_index":1132,"title":{},"content":{"180":{}},"tags":{}}],["gettabup",{"_index":617,"title":{},"content":{"83":{}},"tags":{}}],["getval",{"_index":1037,"title":{},"content":{"142":{}},"tags":{}}],["getval():print",{"_index":1040,"title":{},"content":{"142":{}},"tags":{}}],["git",{"_index":689,"title":{},"content":{"89":{}},"tags":{}}],["github",{"_index":644,"title":{},"content":{"86":{}},"tags":{}}],["give",{"_index":236,"title":{},"content":{"11":{},"162":{},"224":{}},"tags":{}}],["given",{"_index":603,"title":{},"content":{"83":{},"98":{},"216":{}},"tags":{}}],["global",{"_index":73,"title":{"68":{},"192":{}},"content":{"4":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"129":{},"192":{}},"tags":{}}],["glorifi",{"_index":52,"title":{},"content":{"3":{}},"tags":{}}],["go",{"_index":247,"title":{"12":{}},"content":{"130":{}},"tags":{}}],["good",{"_index":15,"title":{},"content":{"1":{},"9":{},"12":{},"245":{}},"tags":{}}],["goodby",{"_index":866,"title":{},"content":{"116":{}},"tags":{}}],["goto",{"_index":463,"title":{},"content":{"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"59":{},"185":{}},"tags":{}}],["gottem",{"_index":1190,"title":{},"content":{"182":{}},"tags":{}}],["greater",{"_index":608,"title":{},"content":{"83":{},"141":{},"180":{}},"tags":{}}],["greatli",{"_index":1019,"title":{},"content":{"128":{}},"tags":{}}],["gross",{"_index":1181,"title":{},"content":{"169":{}},"tags":{}}],["group",{"_index":1113,"title":{},"content":{"146":{}},"tags":{}}],["guarante",{"_index":767,"title":{},"content":{"97":{}},"tags":{}}],["guard",{"_index":377,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"127":{}},"tags":{}}],["guid",{"_index":1,"title":{"1":{}},"content":{"12":{}},"tags":{}}],["h",{"_index":981,"title":{},"content":{"156":{}},"tags":{}}],["halloworld",{"_index":1400,"title":{},"content":{"250":{}},"tags":{}}],["hammer",{"_index":563,"title":{},"content":{"75":{}},"tags":{}}],["hand",{"_index":500,"title":{},"content":{"59":{},"117":{}},"tags":{}}],["handi",{"_index":178,"title":{},"content":{"8":{},"144":{}},"tags":{}}],["handl",{"_index":1156,"title":{},"content":{"160":{},"166":{}},"tags":{}}],["happen",{"_index":198,"title":{},"content":{"9":{},"11":{}},"tags":{}}],["hard",{"_index":286,"title":{},"content":{"36":{},"37":{},"38":{},"39":{},"79":{}},"tags":{}}],["hash",{"_index":756,"title":{"226":{}},"content":{"96":{},"128":{},"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{},"247":{}},"tags":{}}],["have",{"_index":228,"title":{},"content":{"10":{}},"tags":{}}],["he$$o",{"_index":1459,"title":{},"content":{"267":{},"268":{},"270":{},"271":{}},"tags":{}}],["hello",{"_index":23,"title":{},"content":{"2":{},"96":{},"99":{},"105":{},"116":{},"119":{},"128":{},"129":{},"135":{},"145":{},"149":{},"166":{},"188":{},"189":{},"200":{},"201":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"262":{},"263":{},"264":{},"265":{},"266":{},"273":{},"274":{}},"tags":{}}],["hello\"assert(crypto.crc32(str",{"_index":1251,"title":{},"content":{"234":{}},"tags":{}}],["hello\"assert(crypto.djb2(str",{"_index":1236,"title":{},"content":{"229":{}},"tags":{}}],["hello\"assert(crypto.fnv1(str",{"_index":1239,"title":{},"content":{"230":{}},"tags":{}}],["hello\"assert(crypto.fnv1a(str",{"_index":1247,"title":{},"content":{"233":{}},"tags":{}}],["hello\"assert(crypto.joaat(str",{"_index":1241,"title":{},"content":{"231":{}},"tags":{}}],["hello\"assert(crypto.lookup3(str",{"_index":1254,"title":{},"content":{"235":{}},"tags":{}}],["hello\"assert(crypto.lua(str",{"_index":1230,"title":{},"content":{"227":{}},"tags":{}}],["hello\"assert(crypto.md5(str",{"_index":1234,"title":{},"content":{"228":{}},"tags":{}}],["hello\"assert(crypto.murmur1(str",{"_index":1264,"title":{},"content":{"238":{}},"tags":{}}],["hello\"assert(crypto.murmur2(str",{"_index":1267,"title":{},"content":{"239":{}},"tags":{}}],["hello\"assert(crypto.murmur2a(str",{"_index":1270,"title":{},"content":{"240":{}},"tags":{}}],["hello\"assert(crypto.murmur2neutral(str",{"_index":1279,"title":{},"content":{"243":{}},"tags":{}}],["hello\"assert(crypto.murmur64a(str",{"_index":1273,"title":{},"content":{"241":{}},"tags":{}}],["hello\"assert(crypto.murmur64b(str",{"_index":1276,"title":{},"content":{"242":{}},"tags":{}}],["hello\"assert(crypto.sdbm(str",{"_index":1244,"title":{},"content":{"232":{}},"tags":{}}],["hello\"assert(crypto.sha256(str",{"_index":1261,"title":{},"content":{"237":{}},"tags":{}}],["hello\"assert(crypto.times33(str",{"_index":1257,"title":{},"content":{"236":{}},"tags":{}}],["hello\"assert(s:lower(1",{"_index":1475,"title":{},"content":{"274":{}},"tags":{}}],["hello\"assert(s:upper(1",{"_index":1473,"title":{},"content":{"273":{}},"tags":{}}],["hello\"end",{"_index":788,"title":{},"content":{"99":{}},"tags":{}}],["hello\"loc",{"_index":858,"title":{},"content":{"116":{}},"tags":{}}],["hello.txt",{"_index":894,"title":{},"content":{"113":{},"114":{}},"tags":{}}],["hellohalloworldworld,halloworldhowhalloworldishalloworldeveryonehalloworlddo",{"_index":1399,"title":{},"content":{"250":{}},"tags":{}}],["helloworld",{"_index":1422,"title":{},"content":{"257":{},"258":{},"259":{}},"tags":{}}],["helloworld123",{"_index":1414,"title":{},"content":{"256":{},"260":{}},"tags":{}}],["help",{"_index":468,"title":{},"content":{"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"78":{},"181":{}},"tags":{}}],["here",{"_index":215,"title":{"12":{}},"content":{"9":{},"83":{},"89":{},"91":{},"92":{},"97":{},"99":{},"141":{},"157":{},"180":{},"182":{},"183":{},"223":{}},"tags":{}}],["here.end",{"_index":809,"title":{},"content":{"101":{}},"tags":{}}],["hermit",{"_index":1151,"title":{},"content":{"162":{}},"tags":{}}],["hexadecim",{"_index":915,"title":{},"content":{"122":{},"177":{},"247":{}},"tags":{}}],["hexdigest",{"_index":1292,"title":{"247":{}},"content":{},"tags":{}}],["high",{"_index":511,"title":{},"content":{"60":{}},"tags":{}}],["highli",{"_index":735,"title":{},"content":{"80":{}},"tags":{}}],["highlight",{"_index":1489,"title":{"223":{}},"content":{"223":{}},"tags":{}}],["hint",{"_index":255,"title":{"27":{},"135":{}},"content":{"12":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"80":{},"98":{},"99":{},"135":{}},"tags":{}}],["hkcu\\consol",{"_index":1199,"title":{},"content":{"184":{}},"tags":{}}],["https://choco.calamity.gg/index.json",{"_index":656,"title":{},"content":{"87":{}},"tags":{}}],["https://deb.calamity.gg",{"_index":674,"title":{},"content":{"88":{}},"tags":{}}],["https://deb.calamity.gg/key.gpg",{"_index":663,"title":{},"content":{"88":{}},"tags":{}}],["https://github.com/plutolang/pluto",{"_index":690,"title":{},"content":{"89":{}},"tags":{}}],["human",{"_index":943,"title":{},"content":{"150":{},"151":{},"152":{},"153":{},"154":{},"155":{},"156":{},"200":{}},"tags":{}}],["human(\"john",{"_index":956,"title":{},"content":{"151":{},"155":{}},"tags":{}}],["human(\"john\")print(human.nam",{"_index":968,"title":{},"content":{"154":{}},"tags":{}}],["human(\"john\")print(john.nam",{"_index":947,"title":{},"content":{"150":{}},"tags":{}}],["human()print(",{"_index":982,"title":{},"content":{"156":{}},"tags":{}}],["human()print(human.ag",{"_index":961,"title":{},"content":{"153":{}},"tags":{}}],["i'd",{"_index":220,"title":{},"content":{"10":{}},"tags":{}}],["i=0",{"_index":122,"title":{},"content":{"6":{}},"tags":{}}],["i=1",{"_index":117,"title":{},"content":{"6":{}},"tags":{}}],["ident",{"_index":343,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"63":{},"94":{},"102":{},"105":{},"132":{},"145":{},"166":{}},"tags":{}}],["identifi",{"_index":459,"title":{"55":{},"185":{}},"content":{"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"181":{},"185":{}},"tags":{}}],["ignor",{"_index":911,"title":{},"content":{"121":{}},"tags":{}}],["ii",{"_index":743,"title":{},"content":{"94":{},"102":{}},"tags":{}}],["ilp",{"_index":289,"title":{},"content":{"36":{},"37":{},"38":{},"39":{},"79":{}},"tags":{}}],["imperfect",{"_index":492,"title":{},"content":{"58":{}},"tags":{}}],["implement",{"_index":276,"title":{},"content":{"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"58":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"79":{},"115":{},"135":{},"136":{},"137":{},"140":{},"148":{},"158":{},"180":{},"196":{},"202":{},"204":{},"205":{},"206":{},"208":{},"218":{},"225":{},"248":{}},"tags":{}}],["implicitli",{"_index":1175,"title":{},"content":{"166":{}},"tags":{}}],["impromp",{"_index":1193,"title":{},"content":{"183":{}},"tags":{}}],["improv",{"_index":393,"title":{"51":{},"165":{}},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"80":{},"147":{},"165":{}},"tags":{}}],["inc",{"_index":654,"title":{},"content":{"87":{}},"tags":{}}],["inc.gpg",{"_index":667,"title":{},"content":{"88":{}},"tags":{}}],["inc.list",{"_index":678,"title":{},"content":{"88":{}},"tags":{}}],["includ",{"_index":455,"title":{},"content":{"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"130":{},"156":{},"170":{},"171":{},"175":{},"181":{},"186":{},"198":{},"223":{}},"tags":{}}],["incompat",{"_index":496,"title":{"59":{}},"content":{},"tags":{}}],["increas",{"_index":422,"title":{},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"158":{}},"tags":{}}],["increment",{"_index":398,"title":{"42":{},"144":{}},"content":{"40":{},"41":{},"42":{},"43":{},"44":{},"106":{},"144":{}},"tags":{}}],["index",{"_index":295,"title":{"13":{},"128":{}},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"59":{},"127":{},"128":{},"221":{},"251":{},"252":{},"273":{},"274":{}},"tags":{}}],["indic",{"_index":1082,"title":{},"content":{"136":{},"178":{},"188":{},"209":{},"210":{},"211":{},"212":{},"213":{},"215":{}},"tags":{}}],["inequ",{"_index":1093,"title":{},"content":{"140":{}},"tags":{}}],["infinit",{"_index":271,"title":{"38":{},"79":{}},"content":{"36":{},"37":{},"38":{},"39":{},"75":{},"79":{},"170":{}},"tags":{}}],["info",{"_index":581,"title":{},"content":{"79":{},"90":{},"127":{},"136":{},"145":{},"146":{},"162":{},"171":{},"175":{},"186":{},"198":{},"204":{},"205":{},"206":{},"213":{},"214":{},"256":{},"257":{},"258":{},"259":{},"260":{}},"tags":{}}],["inherit",{"_index":737,"title":{},"content":{"80":{},"156":{}},"tags":{}}],["inheritance)print(h",{"_index":985,"title":{},"content":{"156":{}},"tags":{}}],["initi",{"_index":791,"title":{},"content":{"99":{},"234":{}},"tags":{}}],["inlin",{"_index":927,"title":{},"content":{"148":{}},"tags":{}}],["input",{"_index":914,"title":{},"content":{"122":{}},"tags":{}}],["insert",{"_index":1176,"title":{},"content":{"166":{}},"tags":{}}],["insid",{"_index":525,"title":{},"content":{"62":{},"101":{},"148":{}},"tags":{}}],["inspir",{"_index":1142,"title":{},"content":{"180":{}},"tags":{}}],["instal",{"_index":649,"title":{},"content":{"87":{},"88":{},"90":{}},"tags":{}}],["instanc",{"_index":421,"title":{},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"150":{},"156":{},"158":{}},"tags":{}}],["instanceof",{"_index":976,"title":{"156":{}},"content":{"156":{}},"tags":{}}],["instead",{"_index":147,"title":{},"content":{"7":{},"8":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"103":{},"110":{},"112":{},"113":{},"118":{},"143":{},"160":{},"167":{}},"tags":{}}],["instruct",{"_index":294,"title":{},"content":{"36":{},"37":{},"38":{},"39":{},"81":{}},"tags":{}}],["int",{"_index":1085,"title":{},"content":{"136":{}},"tags":{}}],["intal",{"_index":696,"title":{},"content":{"90":{}},"tags":{}}],["integ",{"_index":302,"title":{"122":{}},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"128":{},"138":{},"159":{},"162":{},"247":{},"251":{},"252":{},"267":{},"268":{},"270":{},"271":{}},"tags":{}}],["integr",{"_index":311,"title":{"62":{},"168":{}},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"94":{},"102":{},"192":{}},"tags":{}}],["intend",{"_index":532,"title":{},"content":{"63":{}},"tags":{}}],["intens",{"_index":1018,"title":{},"content":{"128":{}},"tags":{}}],["intent",{"_index":1069,"title":{},"content":{"134":{}},"tags":{}}],["interact",{"_index":1146,"title":{},"content":{"162":{}},"tags":{}}],["interest",{"_index":131,"title":{},"content":{"7":{},"9":{}},"tags":{}}],["interpol",{"_index":254,"title":{"20":{},"131":{}},"content":{"12":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"80":{},"113":{},"131":{}},"tags":{}}],["interpret",{"_index":1039,"title":{},"content":{"142":{}},"tags":{}}],["interv",{"_index":119,"title":{},"content":{"6":{}},"tags":{}}],["introduc",{"_index":221,"title":{},"content":{"10":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"101":{},"132":{}},"tags":{}}],["introduct",{"_index":16,"title":{},"content":{"1":{}},"tags":{}}],["invoc",{"_index":936,"title":{},"content":{"148":{}},"tags":{}}],["io",{"_index":475,"title":{"64":{},"208":{}},"content":{"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"208":{}},"tags":{}}],["io.absolut",{"_index":1362,"title":{"217":{}},"content":{},"tags":{}}],["io.copyto",{"_index":1334,"title":{"213":{}},"content":{},"tags":{}}],["io.copyto(\"./cfg/config.txt",{"_index":1337,"title":{},"content":{"213":{}},"tags":{}}],["io.exist",{"_index":1329,"title":{"212":{}},"content":{},"tags":{}}],["io.exists(\"cfg/config.txt",{"_index":1330,"title":{},"content":{"212":{}},"tags":{}}],["io.files",{"_index":1346,"title":{"214":{}},"content":{},"tags":{}}],["io.filesize(\"cfg/config.txt",{"_index":1351,"title":{},"content":{"214":{}},"tags":{}}],["io.isdir",{"_index":1310,"title":{"209":{}},"content":{},"tags":{}}],["io.isdir(path)if",{"_index":1315,"title":{},"content":{"209":{},"210":{}},"tags":{}}],["io.isfil",{"_index":1319,"title":{"210":{}},"content":{},"tags":{}}],["io.listdir",{"_index":1323,"title":{"211":{}},"content":{"211":{}},"tags":{}}],["io.makedir",{"_index":1354,"title":{"215":{},"216":{}},"content":{},"tags":{}}],["io.makedir(\"./cfg",{"_index":1355,"title":{},"content":{"215":{}},"tags":{}}],["io.makedirs(\"a/b/c",{"_index":1360,"title":{},"content":{"216":{}},"tags":{}}],["ipair",{"_index":410,"title":{},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"145":{},"161":{},"162":{}},"tags":{}}],["ipairsaux",{"_index":1147,"title":{},"content":{"162":{}},"tags":{}}],["irrelev",{"_index":954,"title":{},"content":{"151":{}},"tags":{}}],["irrevers",{"_index":333,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"129":{}},"tags":{}}],["iscodeprohibited(soup::string::fromfile(filenam",{"_index":552,"title":{},"content":{"78":{}},"tags":{}}],["isfile/file\"loc",{"_index":1320,"title":{},"content":{"210":{}},"tags":{}}],["isn't",{"_index":91,"title":{},"content":{"5":{},"146":{}},"tags":{}}],["issu",{"_index":1070,"title":{},"content":{"134":{}},"tags":{}}],["it'",{"_index":81,"title":{},"content":{"4":{},"9":{},"36":{},"37":{},"38":{},"39":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"58":{},"63":{},"79":{},"136":{},"146":{},"154":{},"163":{},"166":{},"181":{},"184":{}},"tags":{}}],["it'll",{"_index":1126,"title":{},"content":{"146":{},"180":{}},"tags":{}}],["iter",{"_index":145,"title":{"51":{},"165":{},"166":{}},"content":{"7":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"79":{},"101":{},"145":{},"162":{},"165":{},"166":{}},"tags":{}}],["itself",{"_index":802,"title":{},"content":{"100":{}},"tags":{}}],["ivar",{"_index":1165,"title":{},"content":{"164":{}},"tags":{}}],["jane",{"_index":140,"title":{},"content":{"7":{},"8":{},"9":{}},"tags":{}}],["jmp",{"_index":626,"title":{},"content":{"83":{}},"tags":{}}],["joaat",{"_index":755,"title":{"231":{}},"content":{"96":{},"231":{}},"tags":{}}],["john",{"_index":138,"title":{},"content":{"7":{},"8":{},"9":{},"125":{},"150":{},"151":{},"154":{},"155":{}},"tags":{}}],["json",{"_index":489,"title":{"74":{},"198":{},"199":{}},"content":{"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"96":{},"127":{},"200":{},"201":{}},"tags":{}}],["json.decode(data",{"_index":1373,"title":{"201":{}},"content":{},"tags":{}}],["json.decode(encod",{"_index":1376,"title":{},"content":{"201":{}},"tags":{}}],["json.encode(data",{"_index":1368,"title":{"200":{}},"content":{"200":{},"201":{}},"tags":{}}],["jump",{"_index":8,"title":{"46":{},"47":{},"158":{},"160":{}},"content":{"1":{},"45":{},"46":{},"47":{},"48":{},"49":{},"79":{},"83":{},"101":{},"141":{},"158":{},"160":{}},"tags":{}}],["k",{"_index":845,"title":{},"content":{"108":{}},"tags":{}}],["k/d",{"_index":158,"title":{"8":{}},"content":{"8":{},"9":{}},"tags":{}}],["kd",{"_index":170,"title":{},"content":{"8":{}},"tags":{}}],["keep",{"_index":932,"title":{},"content":{"134":{},"148":{},"180":{}},"tags":{}}],["key",{"_index":40,"title":{},"content":{"2":{},"116":{},"129":{},"166":{},"200":{},"201":{},"221":{}},"tags":{}}],["key\"}print(t.class",{"_index":1188,"title":{},"content":{"185":{}},"tags":{}}],["key'.assert((5",{"_index":875,"title":{},"content":{"116":{}},"tags":{}}],["keyword",{"_index":309,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"60":{},"61":{},"63":{},"94":{},"101":{},"102":{},"132":{},"141":{},"167":{}},"tags":{}}],["keyword.pluto_us",{"_index":519,"title":{},"content":{"61":{}},"tags":{}}],["kill",{"_index":151,"title":{},"content":{"7":{},"8":{},"9":{}},"tags":{}}],["kilobyt",{"_index":1349,"title":{},"content":{"214":{}},"tags":{}}],["know",{"_index":125,"title":{},"content":{"7":{}},"tags":{}}],["known",{"_index":745,"title":{},"content":{"96":{},"97":{}},"tags":{}}],["kvmap",{"_index":848,"title":{},"content":{"108":{}},"tags":{}}],["label",{"_index":464,"title":{},"content":{"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"59":{},"131":{},"185":{}},"tags":{}}],["lambda",{"_index":321,"title":{"17":{},"118":{}},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"118":{},"183":{}},"tags":{}}],["languag",{"_index":1496,"title":{"224":{}},"content":{"224":{}},"tags":{}}],["last",{"_index":1145,"title":{},"content":{"162":{},"267":{},"270":{}},"tags":{}}],["latter",{"_index":897,"title":{},"content":{"114":{}},"tags":{}}],["lazili",{"_index":1123,"title":{},"content":{"146":{}},"tags":{}}],["learn",{"_index":162,"title":{},"content":{"8":{},"12":{}},"tags":{}}],["led",{"_index":1312,"title":{},"content":{"209":{},"210":{},"212":{}},"tags":{}}],["left",{"_index":878,"title":{},"content":{"117":{},"138":{},"139":{},"251":{},"254":{},"264":{}},"tags":{}}],["length",{"_index":436,"title":{"49":{},"163":{}},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"163":{}},"tags":{}}],["less",{"_index":1138,"title":{},"content":{"180":{}},"tags":{}}],["let'",{"_index":19,"title":{},"content":{"2":{},"3":{},"5":{},"7":{},"8":{},"9":{}},"tags":{}}],["level",{"_index":313,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"94":{},"102":{}},"tags":{}}],["librari",{"_index":476,"title":{},"content":{"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"78":{},"80":{},"90":{},"92":{},"93":{},"96":{},"130":{},"196":{},"202":{},"208":{}},"tags":{}}],["library.for",{"_index":1053,"title":{},"content":{"129":{}},"tags":{}}],["life",{"_index":1021,"title":{},"content":{"131":{}},"tags":{}}],["lifespan",{"_index":335,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"129":{}},"tags":{}}],["lightweight",{"_index":583,"title":{},"content":{"79":{}},"tags":{}}],["limit",{"_index":261,"title":{"37":{},"54":{},"75":{},"115":{},"170":{}},"content":{"36":{},"37":{},"38":{},"39":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"75":{},"92":{},"170":{}},"tags":{}}],["line",{"_index":199,"title":{},"content":{"9":{},"99":{},"100":{},"104":{},"219":{}},"tags":{}}],["link",{"_index":30,"title":{},"content":{"2":{},"78":{},"92":{}},"tags":{}}],["linkag",{"_index":1303,"title":{},"content":{"192":{}},"tags":{}}],["linux",{"_index":642,"title":{},"content":{"86":{},"245":{}},"tags":{}}],["list",{"_index":722,"title":{},"content":{"92":{},"211":{},"267":{},"268":{},"270":{},"271":{}},"tags":{}}],["liter",{"_index":907,"title":{},"content":{"121":{}},"tags":{}}],["load",{"_index":538,"title":{"78":{}},"content":{},"tags":{}}],["loadi",{"_index":612,"title":{},"content":{"83":{}},"tags":{}}],["loadk",{"_index":622,"title":{},"content":{"83":{}},"tags":{}}],["local",{"_index":218,"title":{"10":{},"52":{},"54":{},"167":{},"170":{}},"content":{"10":{},"11":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"83":{},"96":{},"97":{},"98":{},"99":{},"104":{},"105":{},"111":{},"113":{},"114":{},"115":{},"116":{},"118":{},"119":{},"121":{},"122":{},"123":{},"124":{},"125":{},"126":{},"127":{},"128":{},"129":{},"131":{},"132":{},"133":{},"134":{},"135":{},"139":{},"141":{},"142":{},"144":{},"145":{},"146":{},"148":{},"149":{},"150":{},"151":{},"152":{},"154":{},"155":{},"163":{},"164":{},"166":{},"167":{},"170":{},"180":{},"183":{},"185":{},"188":{},"189":{},"192":{},"194":{},"195":{},"200":{},"201":{},"209":{},"210":{},"219":{},"220":{},"221":{},"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{},"245":{},"247":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"257":{},"258":{},"259":{},"260":{},"261":{},"262":{},"263":{},"264":{},"265":{},"266":{},"267":{},"268":{},"269":{},"270":{},"271":{},"273":{},"274":{}},"tags":{}}],["long",{"_index":426,"title":{"47":{},"160":{}},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"89":{},"96":{},"160":{},"162":{}},"tags":{}}],["look",{"_index":130,"title":{"83":{}},"content":{"7":{},"12":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"45":{},"46":{},"47":{},"48":{},"49":{},"79":{},"135":{},"163":{}},"tags":{}}],["lookup",{"_index":1102,"title":{},"content":{"139":{}},"tags":{}}],["lookup3",{"_index":1253,"title":{"235":{}},"content":{"235":{}},"tags":{}}],["loop",{"_index":110,"title":{"6":{},"23":{},"38":{},"45":{},"79":{},"145":{},"161":{}},"content":{"7":{},"8":{},"12":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"45":{},"46":{},"47":{},"48":{},"49":{},"75":{},"79":{},"94":{},"101":{},"102":{},"161":{},"166":{},"180":{}},"tags":{}}],["lowercas",{"_index":1421,"title":{},"content":{"257":{},"274":{}},"tags":{}}],["lsp",{"_index":1503,"title":{},"content":{"224":{}},"tags":{}}],["lua",{"_index":6,"title":{"58":{},"134":{},"227":{}},"content":{"1":{},"2":{},"12":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"58":{},"80":{},"81":{},"117":{},"122":{},"124":{},"125":{},"126":{},"128":{},"130":{},"131":{},"137":{},"144":{},"145":{},"146":{},"148":{},"158":{},"160":{},"161":{},"164":{},"166":{},"185":{},"192":{},"222":{}},"tags":{}}],["lua'",{"_index":1226,"title":{},"content":{"227":{}},"tags":{}}],["lua/pluto",{"_index":72,"title":{},"content":{"4":{}},"tags":{}}],["lua_use_longjmp",{"_index":1153,"title":{},"content":{"160":{}},"tags":{}}],["lua_writelin",{"_index":602,"title":{},"content":{"82":{}},"tags":{}}],["lua_writestr",{"_index":601,"title":{},"content":{"82":{}},"tags":{}}],["luaconf.h",{"_index":268,"title":{},"content":{"36":{},"37":{},"38":{},"39":{},"62":{},"75":{},"77":{},"78":{},"79":{},"82":{},"158":{},"160":{},"168":{},"184":{}},"tags":{}}],["luai_throw",{"_index":1159,"title":{},"content":{"160":{}},"tags":{}}],["luai_tri",{"_index":1160,"title":{},"content":{"160":{}},"tags":{}}],["luauselongjmp",{"_index":433,"title":{},"content":{"45":{},"46":{},"47":{},"48":{},"49":{}},"tags":{}}],["mac",{"_index":643,"title":{},"content":{"86":{}},"tags":{}}],["machin",{"_index":425,"title":{},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"158":{},"163":{},"166":{}},"tags":{}}],["macro",{"_index":495,"title":{},"content":{"58":{},"62":{},"82":{},"168":{},"184":{}},"tags":{}}],["made",{"_index":253,"title":{},"content":{"12":{}},"tags":{}}],["main",{"_index":676,"title":{},"content":{"88":{}},"tags":{}}],["make",{"_index":113,"title":{"92":{}},"content":{"6":{},"8":{},"9":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"45":{},"46":{},"47":{},"48":{},"49":{},"92":{},"100":{},"101":{},"113":{},"120":{},"121":{},"139":{},"147":{},"150":{},"163":{},"167":{},"274":{}},"tags":{}}],["malici",{"_index":587,"title":{},"content":{"79":{}},"tags":{}}],["mani",{"_index":274,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"79":{},"94":{},"98":{},"99":{},"102":{},"223":{}},"tags":{}}],["manual",{"_index":230,"title":{},"content":{"10":{},"12":{},"154":{}},"tags":{}}],["map",{"_index":1326,"title":{},"content":{"211":{}},"tags":{}}],["mark",{"_index":931,"title":{},"content":{"148":{}},"tags":{}}],["match",{"_index":772,"title":{},"content":{"98":{},"267":{},"268":{},"270":{},"271":{}},"tags":{}}],["math.random(1",{"_index":1136,"title":{},"content":{"180":{}},"tags":{}}],["max",{"_index":1061,"title":{},"content":{"132":{},"133":{},"134":{}},"tags":{}}],["maxif",{"_index":1060,"title":{},"content":{"132":{}},"tags":{}}],["maximum",{"_index":1288,"title":{},"content":{"245":{}},"tags":{}}],["md5",{"_index":1232,"title":{"228":{}},"content":{"228":{}},"tags":{}}],["mean",{"_index":498,"title":{},"content":{"59":{},"61":{},"104":{},"131":{},"148":{},"160":{}},"tags":{}}],["meant",{"_index":319,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"101":{}},"tags":{}}],["mechan",{"_index":283,"title":{},"content":{"36":{},"37":{},"38":{},"39":{},"78":{},"79":{}},"tags":{}}],["messag",{"_index":104,"title":{},"content":{"5":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"181":{},"184":{}},"tags":{}}],["metamethod",{"_index":1164,"title":{},"content":{"159":{}},"tags":{}}],["method",{"_index":692,"title":{"148":{}},"content":{"89":{},"90":{},"108":{},"142":{},"148":{},"149":{},"150":{},"154":{},"155":{}},"tags":{}}],["migrat",{"_index":513,"title":{},"content":{"60":{}},"tags":{}}],["millisecond",{"_index":1382,"title":{},"content":{"203":{},"204":{}},"tags":{}}],["mind",{"_index":933,"title":{},"content":{"134":{},"148":{}},"tags":{}}],["minimum",{"_index":1287,"title":{},"content":{"245":{}},"tags":{}}],["minor",{"_index":478,"title":{},"content":{"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"192":{}},"tags":{}}],["minut",{"_index":418,"title":{},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"158":{}},"tags":{}}],["misbehavior",{"_index":390,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"98":{}},"tags":{}}],["misc",{"_index":1291,"title":{"246":{}},"content":{},"tags":{}}],["mismatch",{"_index":782,"title":{},"content":{"99":{},"100":{},"135":{}},"tags":{}}],["mismatch.when",{"_index":771,"title":{},"content":{"98":{}},"tags":{}}],["miss",{"_index":1090,"title":{},"content":{"136":{}},"tags":{}}],["mistak",{"_index":566,"title":{},"content":{"75":{}},"tags":{}}],["mix",{"_index":896,"title":{"114":{}},"content":{},"tags":{}}],["mode",{"_index":502,"title":{"60":{},"103":{},"110":{},"112":{},"143":{},"157":{}},"content":{"60":{},"61":{},"62":{},"63":{},"97":{},"113":{},"114":{},"157":{}},"tags":{}}],["moder",{"_index":258,"title":{"36":{},"76":{}},"content":{"36":{},"37":{},"38":{},"39":{},"76":{}},"tags":{}}],["modif",{"_index":331,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"129":{},"130":{},"219":{}},"tags":{}}],["modifi",{"_index":34,"title":{"19":{},"111":{},"272":{}},"content":{"2":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"82":{},"90":{},"111":{},"129":{},"151":{},"160":{},"162":{},"192":{}},"tags":{}}],["modulo",{"_index":1094,"title":{},"content":{"138":{}},"tags":{}}],["moment",{"_index":89,"title":{},"content":{"4":{},"115":{}},"tags":{}}],["more",{"_index":51,"title":{},"content":{"3":{},"7":{},"12":{},"40":{},"41":{},"42":{},"43":{},"44":{},"80":{},"121":{},"144":{},"146":{}},"tags":{}}],["move",{"_index":614,"title":{},"content":{"83":{}},"tags":{}}],["ms",{"_index":558,"title":{},"content":{"75":{}},"tags":{}}],["much",{"_index":457,"title":{},"content":{"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"80":{},"170":{}},"tags":{}}],["multi",{"_index":1417,"title":{},"content":{"256":{}},"tags":{}}],["multipl",{"_index":1099,"title":{},"content":{"138":{},"180":{},"201":{}},"tags":{}}],["murmur1",{"_index":1263,"title":{"238":{}},"content":{"238":{}},"tags":{}}],["murmur2",{"_index":1266,"title":{"239":{}},"content":{"239":{}},"tags":{}}],["murmur2a",{"_index":1269,"title":{"240":{}},"content":{"240":{}},"tags":{}}],["murmur2neutr",{"_index":1278,"title":{"243":{}},"content":{"243":{}},"tags":{}}],["murmur64a",{"_index":1272,"title":{"241":{}},"content":{"241":{},"242":{}},"tags":{}}],["murmur64b",{"_index":1275,"title":{"242":{}},"content":{},"tags":{}}],["myenum",{"_index":830,"title":{},"content":{"106":{},"107":{},"108":{}},"tags":{}}],["myenum:kvmap",{"_index":846,"title":{},"content":{"108":{}},"tags":{}}],["myfunc(a",{"_index":1071,"title":{},"content":{"135":{}},"tags":{}}],["n",{"_index":652,"title":{},"content":{"87":{},"121":{},"122":{},"126":{}},"tags":{}}],["name",{"_index":143,"title":{"26":{},"29":{},"113":{},"119":{},"126":{}},"content":{"7":{},"8":{},"9":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"59":{},"63":{},"98":{},"106":{},"108":{},"113":{},"114":{},"119":{},"125":{},"126":{},"127":{},"129":{},"150":{},"151":{},"152":{},"154":{},"155":{},"167":{},"185":{}},"tags":{}}],["nano",{"_index":560,"title":{},"content":{"75":{}},"tags":{}}],["nanosecond",{"_index":1390,"title":{},"content":{"205":{}},"tags":{}}],["navig",{"_index":368,"title":{"32":{},"127":{}},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"127":{}},"tags":{}}],["near",{"_index":216,"title":{},"content":{"9":{}},"tags":{}}],["neat",{"_index":474,"title":{},"content":{"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"181":{}},"tags":{}}],["need",{"_index":374,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"78":{},"87":{},"89":{},"103":{},"110":{},"112":{},"127":{},"142":{},"143":{},"148":{},"213":{}},"tags":{}}],["neg",{"_index":304,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"128":{}},"tags":{}}],["nest",{"_index":371,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"127":{},"200":{},"201":{}},"tags":{}}],["nested_key",{"_index":1371,"title":{},"content":{"200":{},"201":{}},"tags":{}}],["never",{"_index":386,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"95":{},"98":{}},"tags":{}}],["new",{"_index":345,"title":{"150":{},"193":{},"249":{}},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"59":{},"61":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"98":{},"101":{},"111":{},"118":{},"129":{},"132":{},"139":{},"141":{},"145":{},"148":{},"150":{},"151":{},"153":{},"154":{},"155":{},"156":{},"157":{},"166":{},"196":{},"202":{},"208":{},"213":{},"215":{},"216":{},"217":{},"218":{},"248":{},"253":{},"254":{},"255":{}},"tags":{}}],["newer",{"_index":469,"title":{},"content":{"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"181":{}},"tags":{}}],["newpc=0x247d29e90d8",{"_index":629,"title":{},"content":{"83":{}},"tags":{}}],["next",{"_index":219,"title":{},"content":{"10":{},"100":{},"162":{}},"tags":{}}],["nil",{"_index":235,"title":{"11":{}},"content":{"11":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"40":{},"41":{},"42":{},"43":{},"44":{},"105":{},"107":{},"127":{},"134":{},"136":{},"146":{},"162":{},"192":{},"221":{},"251":{},"252":{},"267":{},"268":{},"270":{},"271":{}},"tags":{}}],["nilloc",{"_index":1114,"title":{},"content":{"146":{}},"tags":{}}],["nilprint(str",{"_index":1016,"title":{},"content":{"128":{}},"tags":{}}],["no_permiss",{"_index":1119,"title":{},"content":{"146":{}},"tags":{}}],["no_permissions\"group",{"_index":1116,"title":{},"content":{"146":{}},"tags":{}}],["no_value_given",{"_index":237,"title":{},"content":{"11":{}},"tags":{}}],["nois",{"_index":595,"title":{},"content":{"82":{}},"tags":{}}],["non",{"_index":781,"title":{},"content":{"98":{},"149":{},"216":{},"227":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{},"270":{},"271":{}},"tags":{}}],["none",{"_index":1035,"title":{},"content":{"141":{}},"tags":{}}],["normal",{"_index":1026,"title":{},"content":{"131":{}},"tags":{}}],["note",{"_index":203,"title":{},"content":{"9":{},"75":{},"82":{},"87":{},"101":{},"113":{},"131":{},"142":{},"154":{},"167":{},"170":{}},"tags":{}}],["noth",{"_index":1458,"title":{},"content":{"221":{},"267":{},"268":{},"270":{},"271":{}},"tags":{}}],["notic",{"_index":59,"title":{},"content":{"3":{},"4":{},"7":{},"8":{}},"tags":{}}],["now",{"_index":80,"title":{},"content":{"4":{},"12":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"105":{},"116":{},"127":{},"128":{},"129":{},"148":{},"166":{},"169":{},"273":{},"274":{}},"tags":{}}],["nparams=0",{"_index":625,"title":{},"content":{"83":{}},"tags":{}}],["nresults=0",{"_index":624,"title":{},"content":{"83":{}},"tags":{}}],["null",{"_index":401,"title":{"43":{},"146":{}},"content":{"40":{},"41":{},"42":{},"43":{},"44":{},"127":{},"138":{},"146":{}},"tags":{}}],["number",{"_index":129,"title":{},"content":{"7":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"99":{},"101":{},"106":{},"122":{},"135":{},"164":{},"185":{},"200":{},"201":{}},"tags":{}}],["numberint",{"_index":1077,"title":{},"content":{"136":{}},"tags":{}}],["numer",{"_index":305,"title":{"14":{},"120":{}},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"120":{},"121":{}},"tags":{}}],["o\"print(str[200",{"_index":1015,"title":{},"content":{"128":{}},"tags":{}}],["object",{"_index":323,"title":{"35":{},"147":{}},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"118":{},"147":{},"201":{}},"tags":{}}],["occur",{"_index":301,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"128":{},"162":{},"264":{},"267":{},"268":{},"270":{},"271":{}},"tags":{}}],["offer",{"_index":292,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"80":{},"81":{},"98":{},"127":{},"159":{}},"tags":{}}],["offset=13",{"_index":628,"title":{},"content":{"83":{}},"tags":{}}],["oh",{"_index":1034,"title":{},"content":{"141":{}},"tags":{}}],["old",{"_index":852,"title":{},"content":{"111":{},"118":{},"132":{},"139":{},"145":{},"148":{},"166":{}},"tags":{}}],["older",{"_index":1064,"title":{},"content":{"133":{}},"tags":{}}],["olsen",{"_index":1012,"title":{},"content":{"127":{}},"tags":{}}],["omit",{"_index":1174,"title":{},"content":{"166":{}},"tags":{}}],["on",{"_index":232,"title":{},"content":{"10":{},"97":{},"98":{},"114":{},"116":{},"136":{},"141":{},"217":{}},"tags":{}}],["onc",{"_index":575,"title":{},"content":{"79":{},"264":{}},"tags":{}}],["onlin",{"_index":633,"title":{"85":{}},"content":{"85":{}},"tags":{}}],["onto",{"_index":540,"title":{},"content":{"78":{}},"tags":{}}],["open",{"_index":713,"title":{},"content":{"91":{}},"tags":{}}],["oper",{"_index":357,"title":{"40":{},"41":{},"42":{},"43":{},"44":{},"137":{},"140":{},"144":{},"146":{},"156":{},"179":{}},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"40":{},"41":{},"42":{},"43":{},"44":{},"80":{},"116":{},"127":{},"137":{},"140":{},"144":{},"146":{},"156":{},"162":{},"179":{},"180":{},"194":{},"195":{},"245":{},"261":{}},"tags":{}}],["operand",{"_index":408,"title":{},"content":{"40":{},"41":{},"42":{},"43":{},"44":{},"117":{},"139":{},"159":{},"179":{}},"tags":{}}],["optim",{"_index":411,"title":{},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"159":{},"161":{},"162":{},"166":{}},"tags":{}}],["option",{"_index":205,"title":{"53":{},"169":{}},"content":{"9":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"60":{},"81":{},"94":{},"98":{},"102":{},"160":{},"166":{},"167":{},"169":{}},"tags":{}}],["option_1",{"_index":831,"title":{},"content":{"106":{},"107":{},"108":{},"109":{}},"tags":{}}],["option_2",{"_index":832,"title":{},"content":{"106":{},"107":{},"108":{},"109":{}},"tags":{}}],["option_3",{"_index":833,"title":{},"content":{"106":{},"107":{},"108":{},"109":{}},"tags":{}}],["option_4",{"_index":837,"title":{},"content":{"106":{}},"tags":{}}],["organis",{"_index":133,"title":{},"content":{"7":{}},"tags":{}}],["orient",{"_index":391,"title":{"35":{},"147":{}},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"147":{}},"tags":{}}],["origin",{"_index":1476,"title":{},"content":{"219":{}},"tags":{}}],["os",{"_index":477,"title":{"65":{},"202":{}},"content":{"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"86":{},"202":{}},"tags":{}}],["os.milli",{"_index":1387,"title":{"204":{}},"content":{},"tags":{}}],["os.nano",{"_index":1389,"title":{"205":{}},"content":{},"tags":{}}],["os.second",{"_index":1391,"title":{"206":{}},"content":{},"tags":{}}],["os.sleep",{"_index":1381,"title":{"203":{}},"content":{},"tags":{}}],["os.sleep(1000",{"_index":1384,"title":{},"content":{"203":{}},"tags":{}}],["os.unixsecond",{"_index":1392,"title":{"207":{}},"content":{},"tags":{}}],["otherwis",{"_index":554,"title":{},"content":{"78":{},"130":{},"148":{},"221":{}},"tags":{}}],["out",{"_index":316,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"91":{},"94":{}},"tags":{}}],["output",{"_index":600,"title":{},"content":{"82":{},"83":{},"141":{}},"tags":{}}],["over",{"_index":146,"title":{},"content":{"7":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"86":{},"101":{},"145":{}},"tags":{}}],["overal",{"_index":423,"title":{},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"158":{}},"tags":{}}],["overhead",{"_index":582,"title":{},"content":{"79":{}},"tags":{}}],["overrid",{"_index":530,"title":{},"content":{"63":{}},"tags":{}}],["overwrit",{"_index":561,"title":{},"content":{"75":{},"154":{}},"tags":{}}],["package.path",{"_index":1304,"title":{},"content":{"192":{}},"tags":{}}],["pacman",{"_index":698,"title":{},"content":{"90":{}},"tags":{}}],["pad",{"_index":1204,"title":{"173":{},"188":{},"190":{}},"content":{"173":{},"188":{}},"tags":{}}],["page",{"_index":646,"title":{},"content":{"86":{}},"tags":{}}],["pair",{"_index":409,"title":{},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"145":{},"161":{},"162":{},"166":{}},"tags":{}}],["pairs(t",{"_index":1177,"title":{},"content":{"166":{}},"tags":{}}],["paramat",{"_index":1465,"title":{},"content":{"269":{}},"tags":{}}],["paramet",{"_index":202,"title":{},"content":{"9":{},"10":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"105":{},"148":{},"154":{},"173":{},"174":{},"177":{},"188":{},"189":{},"200":{},"201":{},"203":{},"209":{},"210":{},"211":{},"212":{},"213":{},"214":{},"215":{},"216":{},"217":{},"219":{},"220":{},"221":{},"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{},"245":{},"247":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"257":{},"258":{},"259":{},"260":{},"262":{},"263":{},"264":{},"265":{},"266":{},"267":{},"268":{},"270":{},"271":{},"273":{},"274":{}},"tags":{}}],["parent",{"_index":497,"title":{"154":{}},"content":{"59":{},"61":{},"93":{},"153":{},"154":{},"157":{},"216":{}},"tags":{}}],["parent:__construct",{"_index":966,"title":{},"content":{"154":{}},"tags":{}}],["parent:__construct(nam",{"_index":967,"title":{},"content":{"154":{}},"tags":{}}],["parenthes",{"_index":451,"title":{"53":{},"169":{}},"content":{"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"142":{}},"tags":{}}],["parenthesi",{"_index":452,"title":{},"content":{"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"169":{}},"tags":{}}],["pars",{"_index":306,"title":{"14":{},"120":{}},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"63":{},"120":{},"127":{}},"tags":{}}],["parser",{"_index":382,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"95":{},"115":{}},"tags":{}}],["part",{"_index":204,"title":{},"content":{"9":{},"88":{}},"tags":{}}],["particip",{"_index":28,"title":{},"content":{"2":{}},"tags":{}}],["particular",{"_index":88,"title":{},"content":{"4":{}},"tags":{}}],["partion",{"_index":1451,"title":{},"content":{"264":{}},"tags":{}}],["partit",{"_index":1444,"title":{},"content":{"264":{}},"tags":{}}],["pass",{"_index":539,"title":{},"content":{"78":{},"136":{},"201":{}},"tags":{}}],["path",{"_index":514,"title":{},"content":{"60":{},"97":{},"209":{},"210":{},"211":{},"212":{},"213":{},"214":{},"215":{},"216":{},"217":{}},"tags":{}}],["paus",{"_index":1385,"title":{},"content":{"203":{}},"tags":{}}],["peopl",{"_index":3,"title":{},"content":{"1":{}},"tags":{}}],["per",{"_index":503,"title":{},"content":{"60":{},"79":{},"170":{}},"tags":{}}],["perform",{"_index":405,"title":{},"content":{"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"79":{},"135":{},"158":{},"159":{},"179":{},"194":{},"195":{},"261":{}},"tags":{}}],["perhap",{"_index":192,"title":{},"content":{"9":{}},"tags":{}}],["perman",{"_index":334,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"129":{}},"tags":{}}],["permiss",{"_index":1112,"title":{},"content":{"146":{}},"tags":{}}],["permissionsif",{"_index":1120,"title":{},"content":{"146":{}},"tags":{}}],["person",{"_index":992,"title":{},"content":{"127":{}},"tags":{}}],["person.pet",{"_index":996,"title":{},"content":{"127":{}},"tags":{}}],["person.pet?.nam",{"_index":995,"title":{},"content":{"127":{}},"tags":{}}],["pet_nam",{"_index":994,"title":{},"content":{"127":{}},"tags":{}}],["phase",{"_index":1076,"title":{},"content":{"135":{}},"tags":{}}],["php",{"_index":693,"title":{"90":{}},"content":{"90":{}},"tags":{}}],["place",{"_index":251,"title":{},"content":{"12":{},"63":{},"90":{},"91":{},"92":{},"93":{},"141":{}},"tags":{}}],["plain",{"_index":1110,"title":{},"content":{"144":{}},"tags":{}}],["plat={yourplatform",{"_index":721,"title":{},"content":{"92":{}},"tags":{}}],["platform",{"_index":685,"title":{},"content":{"89":{},"92":{}},"tags":{}}],["player",{"_index":136,"title":{},"content":{"7":{},"8":{},"9":{}},"tags":{}}],["player.death",{"_index":174,"title":{},"content":{"8":{}},"tags":{}}],["player.kd",{"_index":172,"title":{},"content":{"8":{}},"tags":{}}],["player.kil",{"_index":173,"title":{},"content":{"8":{}},"tags":{}}],["plethora",{"_index":392,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"40":{},"41":{},"42":{},"43":{},"44":{},"137":{},"147":{}},"tags":{}}],["pli",{"_index":184,"title":{},"content":{"9":{},"10":{}},"tags":{}}],["plu",{"_index":534,"title":{},"content":{"63":{}},"tags":{}}],["pluto",{"_index":10,"title":{"58":{},"80":{},"85":{},"89":{}},"content":{"1":{},"12":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"58":{},"59":{},"63":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"75":{},"76":{},"78":{},"79":{},"80":{},"81":{},"84":{},"85":{},"86":{},"87":{},"88":{},"89":{},"92":{},"93":{},"96":{},"98":{},"104":{},"106":{},"120":{},"122":{},"124":{},"125":{},"126":{},"127":{},"131":{},"133":{},"137":{},"140":{},"144":{},"147":{},"150":{},"155":{},"158":{},"159":{},"160":{},"161":{},"163":{},"164":{},"165":{},"168":{},"170":{},"171":{},"175":{},"185":{},"186":{},"192":{},"196":{},"198":{},"202":{},"208":{},"218":{},"222":{},"223":{},"224":{},"225":{},"248":{}},"tags":{}}],["pluto'",{"_index":348,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"61":{},"79":{},"86":{},"95":{},"134":{},"145":{}},"tags":{}}],["pluto.sln",{"_index":712,"title":{},"content":{"91":{}},"tags":{}}],["pluto/src",{"_index":725,"title":{},"content":{"93":{}},"tags":{}}],["pluto_",{"_index":504,"title":{},"content":{"60":{}},"tags":{}}],["pluto_class",{"_index":990,"title":{},"content":{"157":{}},"tags":{}}],["pluto_continu",{"_index":813,"title":{},"content":{"103":{}},"tags":{}}],["pluto_disable_compil",{"_index":536,"title":{},"content":{"77":{}},"tags":{}}],["pluto_enum",{"_index":851,"title":{},"content":{"110":{}},"tags":{}}],["pluto_etl_en",{"_index":556,"title":{},"content":{"75":{}},"tags":{}}],["pluto_etl_nano",{"_index":562,"title":{},"content":{"75":{}},"tags":{}}],["pluto_export",{"_index":854,"title":{},"content":{"112":{}},"tags":{}}],["pluto_force_jumpt",{"_index":1152,"title":{},"content":{"158":{}},"tags":{}}],["pluto_ilp_en",{"_index":577,"title":{},"content":{"79":{}},"tags":{}}],["pluto_loadfile_hook",{"_index":544,"title":{},"content":{"78":{}},"tags":{}}],["pluto_new",{"_index":989,"title":{},"content":{"157":{}},"tags":{}}],["pluto_par",{"_index":991,"title":{},"content":{"157":{}},"tags":{}}],["pluto_switch",{"_index":506,"title":{},"content":{"60":{},"143":{}},"tags":{}}],["pluto_us",{"_index":517,"title":{},"content":{"61":{},"63":{},"167":{}},"tags":{}}],["pluto_use_colored_output",{"_index":1196,"title":{},"content":{"184":{}},"tags":{}}],["pluto_use_let",{"_index":1180,"title":{},"content":{"168":{}},"tags":{}}],["pluto_use_throw",{"_index":1157,"title":{},"content":{"160":{}},"tags":{}}],["pluto_vmdump",{"_index":593,"title":{},"content":{"82":{}},"tags":{}}],["pluto_vmdump_cond",{"_index":596,"title":{},"content":{"82":{}},"tags":{}}],["pluto_warn",{"_index":804,"title":{},"content":{"100":{}},"tags":{}}],["plutoc",{"_index":650,"title":{},"content":{"87":{},"88":{},"93":{}},"tags":{}}],["plutoc'",{"_index":1500,"title":{},"content":{"224":{}},"tags":{}}],["plutoetlen",{"_index":267,"title":{},"content":{"36":{},"37":{},"38":{},"39":{}},"tags":{}}],["plutolang",{"_index":657,"title":{},"content":{"87":{}},"tags":{}}],["ply.death",{"_index":187,"title":{},"content":{"9":{}},"tags":{}}],["ply.kd",{"_index":185,"title":{},"content":{"9":{}},"tags":{}}],["ply.kil",{"_index":186,"title":{},"content":{"9":{}},"tags":{}}],["point",{"_index":516,"title":{},"content":{"61":{},"144":{}},"tags":{}}],["pointer",{"_index":288,"title":{},"content":{"36":{},"37":{},"38":{},"39":{},"79":{}},"tags":{}}],["portabl",{"_index":526,"title":{"63":{}},"content":{"63":{}},"tags":{}}],["posit",{"_index":303,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"113":{},"114":{},"128":{},"148":{}},"tags":{}}],["potenti",{"_index":372,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"127":{},"141":{},"201":{}},"tags":{}}],["power",{"_index":383,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"95":{}},"tags":{}}],["practic",{"_index":997,"title":{},"content":{"127":{}},"tags":{}}],["pre",{"_index":639,"title":{},"content":{"86":{}},"tags":{}}],["prebuilt",{"_index":637,"title":{"86":{}},"content":{"88":{}},"tags":{}}],["preced",{"_index":1161,"title":{},"content":{"160":{}},"tags":{}}],["prefer",{"_index":1001,"title":{},"content":{"127":{}},"tags":{}}],["prefix",{"_index":400,"title":{},"content":{"40":{},"41":{},"42":{},"43":{},"44":{},"60":{},"131":{},"136":{},"144":{},"266":{}},"tags":{}}],["prepar",{"_index":611,"title":{},"content":{"83":{},"166":{}},"tags":{}}],["present",{"_index":428,"title":{},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"160":{}},"tags":{}}],["press",{"_index":1493,"title":{},"content":{"223":{}},"tags":{}}],["pretend",{"_index":998,"title":{},"content":{"127":{}},"tags":{}}],["pretti",{"_index":1369,"title":{"200":{}},"content":{"200":{}},"tags":{}}],["prevent",{"_index":272,"title":{"38":{},"79":{},"130":{}},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"75":{},"79":{},"127":{},"130":{},"219":{}},"tags":{}}],["print",{"_index":45,"title":{},"content":{"2":{},"5":{},"8":{},"9":{},"11":{},"101":{},"185":{}},"tags":{}}],["print(\"42",{"_index":1036,"title":{},"content":{"142":{}},"tags":{}}],["print(\"a",{"_index":1137,"title":{},"content":{"180":{}},"tags":{}}],["print(\"bvar",{"_index":1168,"title":{},"content":{"164":{}},"tags":{}}],["print(\"config",{"_index":1331,"title":{},"content":{"212":{},"214":{}},"tags":{}}],["print(\"creat",{"_index":1356,"title":{},"content":{"215":{}},"tags":{}}],["print(\"digest",{"_index":1296,"title":{},"content":{"247":{}},"tags":{}}],["print(\"directory!\")els",{"_index":1316,"title":{},"content":{"209":{}},"tags":{}}],["print(\"fail",{"_index":1342,"title":{},"content":{"213":{},"215":{}},"tags":{}}],["print(\"file!\")els",{"_index":1321,"title":{},"content":{"210":{}},"tags":{}}],["print(\"got",{"_index":606,"title":{},"content":{"83":{},"141":{}},"tags":{}}],["print(\"hash",{"_index":1295,"title":{},"content":{"247":{}},"tags":{}}],["print(\"hello",{"_index":25,"title":{},"content":{"2":{},"169":{}},"tags":{}}],["print(\"ivar",{"_index":1167,"title":{},"content":{"164":{}},"tags":{}}],["print(\"messag",{"_index":792,"title":{},"content":{"99":{}},"tags":{}}],["print(\"not",{"_index":1317,"title":{},"content":{"209":{},"210":{}},"tags":{}}],["print(\"plain",{"_index":1305,"title":{},"content":{"192":{}},"tags":{}}],["print(\"pluto",{"_index":1307,"title":{},"content":{"192":{}},"tags":{}}],["print(\"script",{"_index":764,"title":{},"content":{"97":{}},"tags":{}}],["print(\"successfulli",{"_index":1339,"title":{},"content":{"213":{}},"tags":{}}],["print(\"th",{"_index":99,"title":{},"content":{"5":{},"131":{}},"tags":{}}],["print(\"ther",{"_index":1028,"title":{},"content":{"141":{}},"tags":{}}],["print(\"val",{"_index":1041,"title":{},"content":{"142":{}},"tags":{}}],["print(\"valu",{"_index":607,"title":{},"content":{"83":{},"141":{}},"tags":{}}],["print($\"2",{"_index":57,"title":{},"content":{"3":{}},"tags":{}}],["print($\"a",{"_index":77,"title":{},"content":{"4":{}},"tags":{}}],["print($\"i",{"_index":78,"title":{},"content":{"4":{}},"tags":{}}],["print($\"process",{"_index":893,"title":{},"content":{"113":{},"114":{}},"tags":{}}],["print($\"th",{"_index":1023,"title":{},"content":{"131":{}},"tags":{}}],["print($\"{nam",{"_index":144,"title":{},"content":{"7":{},"8":{},"9":{}},"tags":{}}],["print((\"hello",{"_index":1182,"title":{},"content":{"169":{}},"tags":{}}],["print(++x",{"_index":1106,"title":{},"content":{"144":{}},"tags":{}}],["print(a",{"_index":234,"title":{},"content":{"10":{}},"tags":{}}],["print(arg",{"_index":902,"title":{},"content":{"119":{}},"tags":{}}],["print(filepath)end",{"_index":1328,"title":{},"content":{"211":{}},"tags":{}}],["print(human.nam",{"_index":975,"title":{},"content":{"155":{}},"tags":{}}],["print(i",{"_index":118,"title":{},"content":{"6":{},"101":{},"185":{}},"tags":{}}],["print(k",{"_index":847,"title":{},"content":{"108":{}},"tags":{}}],["print(key",{"_index":1172,"title":{},"content":{"166":{}},"tags":{}}],["print(msg",{"_index":940,"title":{},"content":{"149":{}},"tags":{}}],["print(never_defin",{"_index":239,"title":{},"content":{"11":{}},"tags":{}}],["print(no_value_given",{"_index":238,"title":{},"content":{"11":{}},"tags":{}}],["print(s2",{"_index":889,"title":{},"content":{"118":{}},"tags":{}}],["print(self.nam",{"_index":952,"title":{},"content":{"151":{}},"tags":{}}],["print(text)endwrit",{"_index":815,"title":{},"content":{"105":{}},"tags":{}}],["print(value)end",{"_index":855,"title":{},"content":{"145":{}},"tags":{}}],["print(x",{"_index":1105,"title":{},"content":{"144":{}},"tags":{}}],["prng",{"_index":1280,"title":{"244":{}},"content":{"245":{}},"tags":{}}],["proactiv",{"_index":527,"title":{"63":{}},"content":{"63":{}},"tags":{}}],["problem",{"_index":471,"title":{},"content":{"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"181":{}},"tags":{}}],["problemat",{"_index":373,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"127":{},"182":{},"183":{}},"tags":{}}],["process",{"_index":895,"title":{},"content":{"113":{},"114":{}},"tags":{}}],["process_file(\"hello.txt",{"_index":898,"title":{},"content":{"114":{}},"tags":{}}],["process_file(fil",{"_index":891,"title":{},"content":{"113":{},"114":{}},"tags":{}}],["produc",{"_index":568,"title":{},"content":{"79":{},"148":{}},"tags":{}}],["program",{"_index":18,"title":{"2":{},"35":{},"147":{}},"content":{"2":{},"5":{},"8":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"80":{},"147":{}},"tags":{}}],["programm",{"_index":470,"title":{},"content":{"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"181":{}},"tags":{}}],["programmat",{"_index":56,"title":{},"content":{"3":{}},"tags":{}}],["project",{"_index":510,"title":{},"content":{"60":{},"93":{}},"tags":{}}],["project'",{"_index":724,"title":{},"content":{"93":{}},"tags":{}}],["proload",{"_index":758,"title":{},"content":{"96":{}},"tags":{}}],["promot",{"_index":970,"title":{"155":{}},"content":{},"tags":{}}],["properli",{"_index":580,"title":{},"content":{"79":{}},"tags":{}}],["provid",{"_index":264,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"75":{},"78":{},"93":{},"95":{},"105":{},"144":{},"155":{},"223":{},"245":{}},"tags":{}}],["provided.\"write(\"hello",{"_index":816,"title":{},"content":{"105":{}},"tags":{}}],["publish",{"_index":1149,"title":{},"content":{"162":{}},"tags":{}}],["pure",{"_index":912,"title":{},"content":{"121":{}},"tags":{}}],["purpos",{"_index":732,"title":{},"content":{"80":{}},"tags":{}}],["push",{"_index":613,"title":{},"content":{"83":{}},"tags":{}}],["put",{"_index":160,"title":{},"content":{"8":{},"10":{},"63":{},"136":{}},"tags":{}}],["python'",{"_index":1143,"title":{},"content":{"180":{}},"tags":{}}],["qo",{"_index":662,"title":{},"content":{"88":{}},"tags":{}}],["quick",{"_index":324,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"118":{}},"tags":{}}],["quicker",{"_index":472,"title":{},"content":{"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"181":{}},"tags":{}}],["quit",{"_index":182,"title":{},"content":{"9":{}},"tags":{}}],["r",{"_index":892,"title":{},"content":{"113":{},"114":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"257":{},"258":{},"259":{},"260":{},"262":{},"265":{},"266":{},"267":{},"268":{},"269":{},"270":{},"271":{}},"tags":{}}],["r(a",{"_index":615,"title":{},"content":{"83":{}},"tags":{}}],["r1",{"_index":860,"title":{},"content":{"116":{},"263":{}},"tags":{}}],["r2",{"_index":862,"title":{},"content":{"116":{}},"tags":{}}],["r3",{"_index":863,"title":{},"content":{"116":{}},"tags":{}}],["r4",{"_index":864,"title":{},"content":{"116":{}},"tags":{}}],["r5",{"_index":865,"title":{},"content":{"116":{}},"tags":{}}],["ran",{"_index":778,"title":{},"content":{"98":{}},"tags":{}}],["random",{"_index":1281,"title":{"245":{}},"content":{"245":{}},"tags":{}}],["rang",{"_index":148,"title":{},"content":{"7":{},"245":{}},"tags":{}}],["ratio",{"_index":159,"title":{"8":{}},"content":{},"tags":{}}],["readabl",{"_index":908,"title":{},"content":{"121":{},"200":{}},"tags":{}}],["reason",{"_index":529,"title":{},"content":{"63":{}},"tags":{}}],["reassign",{"_index":1047,"title":{},"content":{"129":{}},"tags":{}}],["recommend",{"_index":31,"title":{},"content":{"2":{},"63":{}},"tags":{}}],["recurs",{"_index":1324,"title":{},"content":{"211":{}},"tags":{}}],["red",{"_index":1003,"title":{},"content":{"127":{}},"tags":{}}],["red\"endprint(get_color",{"_index":1007,"title":{},"content":{"127":{}},"tags":{}}],["reduc",{"_index":594,"title":{},"content":{"82":{},"139":{},"155":{}},"tags":{}}],["redund",{"_index":1170,"title":{},"content":{"166":{}},"tags":{}}],["refer",{"_index":1219,"title":{},"content":{"190":{}},"tags":{}}],["reflect",{"_index":843,"title":{"108":{}},"content":{"108":{}},"tags":{}}],["refresh",{"_index":439,"title":{},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"163":{}},"tags":{}}],["reg",{"_index":1198,"title":{},"content":{"184":{}},"tags":{}}],["reg_dword",{"_index":1202,"title":{},"content":{"184":{}},"tags":{}}],["regard",{"_index":481,"title":{},"content":{"60":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"225":{}},"tags":{}}],["region",{"_index":800,"title":{},"content":{"100":{}},"tags":{}}],["regist",{"_index":1101,"title":{},"content":{"139":{},"170":{}},"tags":{}}],["rel",{"_index":1363,"title":{},"content":{"217":{}},"tags":{}}],["relationship",{"_index":213,"title":{},"content":{"9":{},"78":{}},"tags":{}}],["releas",{"_index":645,"title":{},"content":{"86":{},"88":{},"97":{}},"tags":{}}],["reli",{"_index":591,"title":{},"content":{"79":{}},"tags":{}}],["reliabl",{"_index":586,"title":{},"content":{"79":{}},"tags":{}}],["remark",{"_index":733,"title":{},"content":{"80":{}},"tags":{}}],["rememb",{"_index":1031,"title":{},"content":{"141":{}},"tags":{}}],["remov",{"_index":453,"title":{"54":{},"170":{}},"content":{"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"59":{},"170":{}},"tags":{}}],["replac",{"_index":1059,"title":{},"content":{"130":{}},"tags":{}}],["report",{"_index":1091,"title":{},"content":{"136":{}},"tags":{}}],["repositori",{"_index":660,"title":{"88":{}},"content":{"89":{},"91":{}},"tags":{}}],["repres",{"_index":1365,"title":{},"content":{"217":{}},"tags":{}}],["represent",{"_index":1293,"title":{},"content":{"247":{}},"tags":{}}],["request",{"_index":438,"title":{},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"163":{}},"tags":{}}],["requir",{"_index":432,"title":{},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"78":{},"90":{},"93":{},"151":{},"160":{},"171":{},"175":{},"186":{},"198":{}},"tags":{}}],["require(\"base64",{"_index":1212,"title":{},"content":{"188":{},"189":{}},"tags":{}}],["require(\"crypto",{"_index":1294,"title":{},"content":{"247":{}},"tags":{}}],["require(\"crypto\").joaat(\"hello",{"_index":747,"title":{},"content":{"96":{}},"tags":{}}],["require(\"crypto\")assert(crypto.random(1",{"_index":1289,"title":{},"content":{"245":{}},"tags":{}}],["require(\"crypto\")loc",{"_index":1229,"title":{},"content":{"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{}},"tags":{}}],["require(\"json",{"_index":1370,"title":{},"content":{"200":{},"201":{}},"tags":{}}],["reserv",{"_index":458,"title":{"55":{},"185":{}},"content":{"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"59":{},"61":{},"63":{},"167":{},"185":{}},"tags":{}}],["respect",{"_index":829,"title":{},"content":{"126":{}},"tags":{}}],["rest",{"_index":13,"title":{},"content":{"1":{},"12":{},"97":{}},"tags":{}}],["restrict",{"_index":501,"title":{},"content":{"59":{}},"tags":{}}],["result",{"_index":245,"title":{},"content":{"11":{},"131":{},"188":{},"194":{},"195":{},"261":{}},"tags":{}}],["retain",{"_index":738,"title":{},"content":{"80":{}},"tags":{}}],["rethrow",{"_index":1224,"title":{},"content":{"197":{}},"tags":{}}],["return",{"_index":284,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"78":{},"79":{},"83":{},"111":{},"116":{},"118":{},"123":{},"127":{},"135":{},"136":{},"142":{},"162":{},"173":{},"174":{},"177":{},"178":{},"180":{},"182":{},"188":{},"189":{},"190":{},"200":{},"201":{},"204":{},"205":{},"206":{},"207":{},"209":{},"210":{},"211":{},"212":{},"213":{},"214":{},"215":{},"217":{},"219":{},"220":{},"221":{},"245":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"257":{},"258":{},"259":{},"260":{},"262":{},"263":{},"264":{},"265":{},"266":{},"267":{},"268":{},"269":{},"270":{},"271":{}},"tags":{}}],["right",{"_index":9,"title":{},"content":{"1":{},"117":{},"138":{},"224":{},"252":{},"255":{},"264":{}},"tags":{}}],["roughli",{"_index":1103,"title":{},"content":{"139":{}},"tags":{}}],["rule",{"_index":877,"title":{"117":{}},"content":{},"tags":{}}],["run",{"_index":37,"title":{},"content":{"2":{},"6":{},"36":{},"37":{},"38":{},"39":{},"75":{},"76":{},"78":{},"85":{},"90":{},"92":{},"97":{}},"tags":{}}],["runtim",{"_index":387,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"92":{},"95":{},"96":{}},"tags":{}}],["s",{"_index":655,"title":{},"content":{"87":{},"90":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"257":{},"258":{},"259":{},"260":{},"262":{},"264":{},"265":{},"266":{},"267":{},"268":{},"269":{},"270":{},"271":{},"273":{},"274":{}},"tags":{}}],["s1",{"_index":880,"title":{},"content":{"118":{},"263":{}},"tags":{}}],["s1:gsub",{"_index":883,"title":{},"content":{"118":{}},"tags":{}}],["s2",{"_index":882,"title":{},"content":{"118":{},"263":{}},"tags":{}}],["safe",{"_index":367,"title":{"32":{},"127":{}},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"127":{},"190":{}},"tags":{}}],["same",{"_index":191,"title":{},"content":{"9":{},"93":{},"98":{},"104":{},"125":{},"126":{},"167":{},"194":{},"195":{},"201":{},"261":{}},"tags":{}}],["sandbox",{"_index":263,"title":{},"content":{"36":{},"37":{},"38":{},"39":{},"75":{},"130":{}},"tags":{}}],["say",{"_index":22,"title":{},"content":{"2":{}},"tags":{}}],["say(msg",{"_index":939,"title":{},"content":{"149":{}},"tags":{}}],["schedul",{"_index":572,"title":{},"content":{"79":{}},"tags":{}}],["scientist",{"_index":96,"title":{},"content":{"5":{}},"tags":{}}],["scope",{"_index":450,"title":{"107":{}},"content":{"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"167":{}},"tags":{}}],["score",{"_index":134,"title":{},"content":{"7":{}},"tags":{}}],["script",{"_index":114,"title":{"90":{}},"content":{"6":{},"9":{},"36":{},"37":{},"38":{},"39":{},"61":{},"63":{},"76":{},"78":{},"90":{},"167":{}},"tags":{}}],["scripter",{"_index":515,"title":{"61":{}},"content":{"63":{}},"tags":{}}],["scripts/compile.php",{"_index":701,"title":{},"content":{"90":{}},"tags":{}}],["scripts/link_pluto.php",{"_index":702,"title":{},"content":{"90":{}},"tags":{}}],["scripts/link_plutoc.php",{"_index":703,"title":{},"content":{"90":{}},"tags":{}}],["scripts/link_static.php",{"_index":704,"title":{},"content":{"90":{}},"tags":{}}],["sdbm",{"_index":1243,"title":{"232":{}},"content":{"232":{}},"tags":{}}],["search",{"_index":353,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"116":{},"192":{},"251":{},"252":{},"264":{},"267":{},"268":{},"270":{},"271":{}},"tags":{}}],["second",{"_index":407,"title":{},"content":{"40":{},"41":{},"42":{},"43":{},"44":{},"146":{},"179":{},"206":{},"207":{},"263":{},"273":{},"274":{}},"tags":{}}],["secur",{"_index":592,"title":{},"content":{"79":{},"245":{}},"tags":{}}],["see",{"_index":44,"title":{},"content":{"2":{},"5":{},"9":{},"11":{},"36":{},"37":{},"38":{},"39":{},"63":{},"81":{},"131":{},"146":{}},"tags":{}}],["seen",{"_index":223,"title":{},"content":{"10":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"95":{}},"tags":{}}],["select",{"_index":717,"title":{},"content":{"91":{}},"tags":{}}],["self.__par",{"_index":963,"title":{},"content":{"154":{}},"tags":{}}],["self.__parent.method(self",{"_index":964,"title":{},"content":{"154":{}},"tags":{}}],["self.nam",{"_index":945,"title":{},"content":{"150":{},"151":{},"152":{},"154":{}},"tags":{}}],["semant",{"_index":1117,"title":{},"content":{"146":{},"180":{}},"tags":{}}],["semi",{"_index":1233,"title":{},"content":{"228":{}},"tags":{}}],["semicolon",{"_index":950,"title":{},"content":{"151":{}},"tags":{}}],["sep",{"_index":1445,"title":{},"content":{"264":{}},"tags":{}}],["separ",{"_index":1396,"title":{},"content":{"250":{},"264":{}},"tags":{}}],["seri",{"_index":921,"title":{},"content":{"148":{}},"tags":{}}],["serial",{"_index":1374,"title":{},"content":{"201":{}},"tags":{}}],["server",{"_index":1497,"title":{"224":{}},"content":{"224":{}},"tags":{}}],["servic",{"_index":1286,"title":{},"content":{"245":{}},"tags":{}}],["set",{"_index":352,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"63":{},"78":{},"82":{},"113":{},"127":{},"134":{}},"tags":{}}],["setup",{"_index":420,"title":{},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"158":{}},"tags":{}}],["seven",{"_index":873,"title":{},"content":{"116":{}},"tags":{}}],["sever",{"_index":494,"title":{},"content":{"58":{},"92":{}},"tags":{}}],["sgvsbg8sifdvcmxkiq",{"_index":1213,"title":{},"content":{"188":{}},"tags":{}}],["sha",{"_index":1259,"title":{"237":{}},"content":{"237":{}},"tags":{}}],["shadow",{"_index":786,"title":{},"content":{"99":{},"100":{}},"tags":{}}],["shadowing.when",{"_index":773,"title":{},"content":{"98":{}},"tags":{}}],["share",{"_index":707,"title":{},"content":{"90":{},"93":{}},"tags":{}}],["short",{"_index":499,"title":{},"content":{"59":{}},"tags":{}}],["shorter",{"_index":1108,"title":{},"content":{"144":{}},"tags":{}}],["shorthand",{"_index":322,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"118":{},"154":{},"185":{}},"tags":{}}],["side",{"_index":1402,"title":{},"content":{"251":{},"252":{},"254":{},"255":{}},"tags":{}}],["sign",{"_index":672,"title":{},"content":{"88":{}},"tags":{}}],["similar",{"_index":913,"title":{},"content":{"122":{},"151":{},"191":{}},"tags":{}}],["simpl",{"_index":21,"title":{"3":{}},"content":{"2":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"63":{},"79":{},"116":{},"119":{},"131":{},"155":{},"166":{},"224":{}},"tags":{}}],["simpli",{"_index":86,"title":{},"content":{"4":{},"90":{},"92":{},"93":{},"118":{},"127":{},"146":{},"167":{}},"tags":{}}],["singl",{"_index":150,"title":{},"content":{"7":{},"250":{}},"tags":{}}],["six",{"_index":871,"title":{},"content":{"116":{}},"tags":{}}],["size",{"_index":1348,"title":{},"content":{"214":{}},"tags":{}}],["skip",{"_index":320,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"101":{},"102":{}},"tags":{}}],["sleep",{"_index":1383,"title":{},"content":{"203":{}},"tags":{}}],["small",{"_index":307,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"120":{},"214":{}},"tags":{}}],["smooth",{"_index":512,"title":{},"content":{"60":{}},"tags":{}}],["snippet",{"_index":467,"title":{},"content":{"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"181":{},"223":{}},"tags":{}}],["solut",{"_index":564,"title":{},"content":{"75":{}},"tags":{}}],["someth",{"_index":361,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"119":{},"127":{},"134":{}},"tags":{}}],["sometim",{"_index":1218,"title":{},"content":{"190":{}},"tags":{}}],["somewher",{"_index":546,"title":{},"content":{"78":{}},"tags":{}}],["sort",{"_index":281,"title":{},"content":{"36":{},"37":{},"38":{},"39":{},"79":{}},"tags":{}}],["soup",{"_index":485,"title":{},"content":{"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"92":{},"171":{},"175":{},"186":{},"192":{},"198":{}},"tags":{}}],["soup..\"compil",{"_index":1308,"title":{},"content":{"192":{}},"tags":{}}],["sourc",{"_index":491,"title":{},"content":{"58":{},"80":{},"87":{}},"tags":{}}],["space",{"_index":765,"title":{},"content":{"97":{}},"tags":{}}],["special",{"_index":244,"title":{"48":{},"159":{}},"content":{"11":{},"45":{},"46":{},"47":{},"48":{},"49":{},"159":{}},"tags":{}}],["specialis",{"_index":1485,"title":{},"content":{"222":{}},"tags":{}}],["specif",{"_index":599,"title":{},"content":{"82":{},"204":{},"205":{},"206":{}},"tags":{}}],["specifi",{"_index":285,"title":{},"content":{"36":{},"37":{},"38":{},"39":{},"79":{},"153":{},"264":{},"267":{},"268":{},"270":{},"271":{},"273":{},"274":{}},"tags":{}}],["split",{"_index":1395,"title":{},"content":{"250":{},"264":{}},"tags":{}}],["src",{"_index":708,"title":{},"content":{"90":{},"92":{},"93":{}},"tags":{}}],["standard",{"_index":720,"title":{},"content":{"80":{},"92":{},"96":{}},"tags":{}}],["start",{"_index":20,"title":{"84":{}},"content":{"2":{},"12":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"84":{},"85":{},"106":{},"128":{},"251":{},"252":{},"264":{},"266":{}},"tags":{}}],["state",{"_index":328,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"129":{},"162":{}},"tags":{}}],["statement",{"_index":308,"title":{"15":{},"16":{},"24":{},"94":{},"101":{},"141":{},"142":{},"151":{}},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"63":{},"80":{},"99":{},"101":{},"111":{},"127":{},"141":{},"142":{},"146":{},"148":{},"151":{},"153":{}},"tags":{}}],["static",{"_index":553,"title":{"149":{}},"content":{"78":{},"93":{},"149":{}},"tags":{}}],["still",{"_index":82,"title":{},"content":{"4":{},"7":{},"45":{},"46":{},"47":{},"48":{},"49":{},"59":{},"60":{},"63":{},"79":{},"144":{},"160":{},"163":{},"170":{}},"tags":{}}],["store",{"_index":132,"title":{},"content":{"7":{},"139":{},"162":{}},"tags":{}}],["str",{"_index":1013,"title":{},"content":{"128":{},"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{}},"tags":{}}],["stream",{"_index":1311,"title":{},"content":{"209":{},"210":{},"212":{},"213":{},"214":{},"217":{}},"tags":{}}],["strengthen",{"_index":365,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"104":{}},"tags":{}}],["stricter",{"_index":766,"title":{},"content":{"97":{}},"tags":{}}],["string",{"_index":61,"title":{"13":{},"20":{},"67":{},"128":{},"131":{},"248":{}},"content":{"3":{},"4":{},"7":{},"12":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"80":{},"99":{},"113":{},"116":{},"117":{},"128":{},"131":{},"135":{},"136":{},"173":{},"174":{},"177":{},"188":{},"189":{},"190":{},"200":{},"201":{},"209":{},"210":{},"211":{},"212":{},"213":{},"214":{},"216":{},"217":{},"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{},"247":{},"248":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"257":{},"258":{},"259":{},"260":{},"262":{},"263":{},"264":{},"265":{},"266":{},"267":{},"268":{},"269":{},"270":{},"271":{}},"tags":{}}],["string.casefold",{"_index":1439,"title":{"263":{}},"content":{},"tags":{}}],["string.casefold(s1",{"_index":1442,"title":{},"content":{"263":{}},"tags":{}}],["string.contain",{"_index":1436,"title":{"262":{}},"content":{},"tags":{}}],["string.contains(",{"_index":1437,"title":{},"content":{"262":{}},"tags":{}}],["string.endswith",{"_index":1452,"title":{"265":{}},"content":{},"tags":{}}],["string.endswith(",{"_index":1454,"title":{},"content":{"265":{}},"tags":{}}],["string.find_first_not_of",{"_index":1470,"title":{"271":{}},"content":{},"tags":{}}],["string.find_first_not_of(",{"_index":1471,"title":{},"content":{"271":{}},"tags":{}}],["string.find_first_of",{"_index":1462,"title":{"268":{}},"content":{},"tags":{}}],["string.find_first_of(",{"_index":1463,"title":{},"content":{"268":{}},"tags":{}}],["string.find_last_not_of",{"_index":1468,"title":{"270":{}},"content":{},"tags":{}}],["string.find_last_not_of(",{"_index":1469,"title":{},"content":{"270":{}},"tags":{}}],["string.find_last_of",{"_index":1457,"title":{"267":{}},"content":{},"tags":{}}],["string.find_last_of(",{"_index":1460,"title":{},"content":{"267":{}},"tags":{}}],["string.format",{"_index":1435,"title":{},"content":{"261":{}},"tags":{}}],["string.isalnum",{"_index":1431,"title":{"260":{}},"content":{},"tags":{}}],["string.isalnum(",{"_index":1433,"title":{},"content":{"260":{}},"tags":{}}],["string.isalpha",{"_index":1425,"title":{"258":{}},"content":{},"tags":{}}],["string.isalpha(",{"_index":1427,"title":{},"content":{"258":{}},"tags":{}}],["string.isascii",{"_index":1411,"title":{"256":{}},"content":{},"tags":{}}],["string.isascii(",{"_index":1415,"title":{},"content":{"256":{}},"tags":{}}],["string.islow",{"_index":1420,"title":{"257":{}},"content":{},"tags":{}}],["string.islower(",{"_index":1423,"title":{},"content":{"257":{}},"tags":{}}],["string.isupp",{"_index":1428,"title":{"259":{}},"content":{},"tags":{}}],["string.isupper(",{"_index":1430,"title":{},"content":{"259":{}},"tags":{}}],["string.iswhitespac",{"_index":1464,"title":{"269":{}},"content":{},"tags":{}}],["string.iswhitespace(",{"_index":1467,"title":{},"content":{"269":{}},"tags":{}}],["string.lfind",{"_index":1401,"title":{"251":{}},"content":{},"tags":{}}],["string.lfind(",{"_index":1403,"title":{},"content":{"251":{}},"tags":{}}],["string.low",{"_index":1474,"title":{"274":{}},"content":{},"tags":{}}],["string.lstrip",{"_index":1409,"title":{"254":{}},"content":{},"tags":{}}],["string.partit",{"_index":1443,"title":{"264":{}},"content":{},"tags":{}}],["string.partition(",{"_index":1448,"title":{},"content":{"264":{}},"tags":{}}],["string.rfind",{"_index":1404,"title":{"252":{}},"content":{},"tags":{}}],["string.rfind(",{"_index":1405,"title":{},"content":{"252":{}},"tags":{}}],["string.rstrip",{"_index":1410,"title":{"255":{}},"content":{},"tags":{}}],["string.split",{"_index":1394,"title":{"250":{}},"content":{},"tags":{}}],["string.split(",{"_index":1398,"title":{},"content":{"250":{}},"tags":{}}],["string.startswith",{"_index":1455,"title":{"266":{}},"content":{},"tags":{}}],["string.startswith(",{"_index":1456,"title":{},"content":{"266":{}},"tags":{}}],["string.strip",{"_index":1406,"title":{"253":{}},"content":{},"tags":{}}],["string.strip(",{"_index":1408,"title":{},"content":{"253":{},"254":{},"255":{}},"tags":{}}],["string.sub",{"_index":300,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"128":{}},"tags":{}}],["string.uformat",{"_index":1434,"title":{"261":{}},"content":{},"tags":{}}],["string.upp",{"_index":1472,"title":{"273":{}},"content":{},"tags":{}}],["string|int",{"_index":1084,"title":{},"content":{"136":{}},"tags":{}}],["strip",{"_index":1407,"title":{},"content":{"253":{},"254":{},"255":{}},"tags":{}}],["structur",{"_index":727,"title":{},"content":{"93":{}},"tags":{}}],["studio",{"_index":711,"title":{"91":{}},"content":{"91":{}},"tags":{}}],["stupid",{"_index":565,"title":{},"content":{"75":{}},"tags":{}}],["sub",{"_index":1325,"title":{},"content":{"211":{}},"tags":{}}],["sublim",{"_index":1487,"title":{},"content":{"222":{},"223":{}},"tags":{}}],["subsequ",{"_index":682,"title":{},"content":{"88":{}},"tags":{}}],["substr",{"_index":354,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"116":{},"250":{},"251":{},"252":{},"262":{},"264":{},"265":{},"266":{}},"tags":{}}],["subtract",{"_index":1096,"title":{},"content":{"138":{}},"tags":{}}],["success",{"_index":275,"title":{},"content":{"36":{},"37":{},"38":{},"39":{},"79":{}},"tags":{}}],["successfulli",{"_index":1336,"title":{},"content":{"213":{},"215":{}},"tags":{}}],["such",{"_index":461,"title":{},"content":{"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"78":{},"80":{},"96":{},"97":{},"134":{},"167":{},"185":{}},"tags":{}}],["sudo",{"_index":664,"title":{},"content":{"88":{},"90":{}},"tags":{}}],["suffix",{"_index":1453,"title":{},"content":{"265":{}},"tags":{}}],["sugar",{"_index":888,"title":{},"content":{"118":{}},"tags":{}}],["suggestions/complet",{"_index":1502,"title":{},"content":{"224":{}},"tags":{}}],["sum",{"_index":100,"title":{},"content":{"5":{}},"tags":{}}],["sun",{"_index":723,"title":{"93":{}},"content":{"93":{}},"tags":{}}],["superset",{"_index":728,"title":{},"content":{"80":{}},"tags":{}}],["support",{"_index":359,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"93":{},"116":{},"131":{},"133":{},"141":{},"151":{},"153":{},"154":{},"180":{},"184":{},"222":{}},"tags":{}}],["sure",{"_index":811,"title":{},"content":{"101":{}},"tags":{}}],["sven",{"_index":1011,"title":{},"content":{"127":{}},"tags":{}}],["swap",{"_index":1052,"title":{},"content":{"129":{}},"tags":{}}],["switch",{"_index":349,"title":{"24":{},"141":{}},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"59":{},"60":{},"61":{},"80":{},"101":{},"141":{},"142":{},"143":{}},"tags":{}}],["switch.pluto_us",{"_index":518,"title":{},"content":{"61":{}},"tags":{}}],["symbol",{"_index":746,"title":{},"content":{"96":{},"131":{},"182":{}},"tags":{}}],["syntact",{"_index":887,"title":{},"content":{"118":{}},"tags":{}}],["syntax",{"_index":340,"title":{"56":{},"181":{},"223":{}},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"60":{},"80":{},"106":{},"107":{},"127":{},"131":{},"133":{},"145":{},"148":{},"149":{},"154":{},"155":{},"157":{},"181":{},"182":{},"183":{},"185":{},"223":{}},"tags":{}}],["system",{"_index":573,"title":{},"content":{"79":{},"93":{},"194":{},"195":{},"245":{},"261":{}},"tags":{}}],["system'",{"_index":1283,"title":{},"content":{"245":{}},"tags":{}}],["t",{"_index":817,"title":{},"content":{"116":{},"124":{},"125":{},"126":{},"142":{},"145":{},"148":{},"149":{},"166":{},"182":{},"184":{},"185":{},"219":{},"220":{},"221":{},"269":{}},"tags":{}}],["t.age",{"_index":826,"title":{},"content":{"125":{},"126":{}},"tags":{}}],["t.key",{"_index":1478,"title":{},"content":{"219":{}},"tags":{}}],["t.name",{"_index":825,"title":{},"content":{"125":{},"126":{}},"tags":{}}],["t:f1",{"_index":923,"title":{},"content":{"148":{}},"tags":{}}],["t:f2",{"_index":925,"title":{},"content":{"148":{}},"tags":{}}],["t:f3",{"_index":926,"title":{},"content":{"148":{}},"tags":{}}],["t:getval",{"_index":1038,"title":{},"content":{"142":{}},"tags":{}}],["t=tabl",{"_index":620,"title":{},"content":{"83":{}},"tags":{}}],["t['print",{"_index":618,"title":{},"content":{"83":{}},"tags":{}}],["t[1",{"_index":820,"title":{},"content":{"124":{}},"tags":{}}],["t[2",{"_index":821,"title":{},"content":{"124":{}},"tags":{}}],["t[3",{"_index":822,"title":{},"content":{"124":{}},"tags":{}}],["t\\t\\t\\t",{"_index":1466,"title":{},"content":{"269":{}},"tags":{}}],["tab",{"_index":1494,"title":{},"content":{"223":{}},"tags":{}}],["tabl",{"_index":123,"title":{"7":{},"18":{},"46":{},"49":{},"66":{},"125":{},"129":{},"158":{},"163":{},"218":{}},"content":{"7":{},"9":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"59":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"111":{},"116":{},"117":{},"119":{},"123":{},"124":{},"125":{},"126":{},"129":{},"130":{},"136":{},"145":{},"148":{},"149":{},"151":{},"155":{},"156":{},"158":{},"162":{},"163":{},"169":{},"185":{},"200":{},"201":{},"211":{},"218":{},"219":{},"220":{},"221":{},"250":{}},"tags":{}}],["table.contain",{"_index":1482,"title":{"221":{}},"content":{},"tags":{}}],["table.freez",{"_index":1046,"title":{"219":{}},"content":{"129":{},"130":{},"219":{}},"tags":{}}],["table.freeze(t",{"_index":1477,"title":{},"content":{"219":{},"220":{}},"tags":{}}],["table.isfrozen",{"_index":1480,"title":{"220":{}},"content":{},"tags":{}}],["table.loc",{"_index":1045,"title":{},"content":{"129":{}},"tags":{}}],["table.rawset(frozen",{"_index":1050,"title":{},"content":{"129":{}},"tags":{}}],["table.table.freeze(_g)_g.str",{"_index":1043,"title":{},"content":{"129":{}},"tags":{}}],["tailor",{"_index":466,"title":{},"content":{"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"181":{}},"tags":{}}],["take",{"_index":325,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"97":{},"118":{},"119":{},"160":{},"273":{},"274":{}},"tags":{}}],["task",{"_index":972,"title":{},"content":{"128":{},"155":{}},"tags":{}}],["tee",{"_index":665,"title":{},"content":{"88":{}},"tags":{}}],["tell",{"_index":312,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"94":{},"102":{}},"tags":{}}],["temporari",{"_index":1100,"title":{},"content":{"139":{}},"tags":{}}],["termin",{"_index":36,"title":{},"content":{"2":{}},"tags":{}}],["ternari",{"_index":342,"title":{"21":{},"132":{},"134":{}},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"132":{},"134":{},"146":{}},"tags":{}}],["test",{"_index":164,"title":{},"content":{"8":{}},"tags":{}}],["text",{"_index":53,"title":{},"content":{"3":{},"105":{},"222":{},"223":{},"224":{}},"tags":{}}],["textmat",{"_index":1490,"title":{},"content":{"223":{}},"tags":{}}],["that'",{"_index":241,"title":{},"content":{"11":{},"129":{}},"tags":{}}],["theoret",{"_index":1484,"title":{},"content":{"222":{}},"tags":{}}],["there'",{"_index":686,"title":{},"content":{"89":{},"91":{},"135":{}},"tags":{}}],["therefor",{"_index":899,"title":{},"content":{"115":{}},"tags":{}}],["they'll",{"_index":868,"title":{},"content":{"116":{}},"tags":{}}],["they'r",{"_index":1009,"title":{},"content":{"127":{},"160":{}},"tags":{}}],["thing",{"_index":339,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"104":{},"111":{},"180":{}},"tags":{}}],["think",{"_index":210,"title":{},"content":{"9":{}},"tags":{}}],["tho",{"_index":92,"title":{},"content":{"5":{}},"tags":{}}],["those",{"_index":1057,"title":{},"content":{"130":{},"245":{}},"tags":{}}],["though",{"_index":443,"title":{},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"59":{},"162":{},"163":{}},"tags":{}}],["thread",{"_index":277,"title":{},"content":{"36":{},"37":{},"38":{},"39":{},"79":{},"203":{}},"tags":{}}],["through",{"_index":444,"title":{},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"141":{},"163":{}},"tags":{}}],["throw",{"_index":769,"title":{},"content":{"97":{},"127":{},"213":{},"214":{}},"tags":{}}],["thrown",{"_index":1225,"title":{},"content":{"197":{}},"tags":{}}],["thu",{"_index":315,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"94":{},"102":{}},"tags":{}}],["tick",{"_index":576,"title":{},"content":{"79":{}},"tags":{}}],["time",{"_index":83,"title":{"33":{},"37":{},"75":{},"95":{},"100":{}},"content":{"4":{},"7":{},"9":{},"11":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"75":{},"84":{},"96":{},"97":{},"100":{},"104":{},"158":{},"159":{},"163":{},"170":{},"180":{}},"tags":{}}],["times33",{"_index":1256,"title":{"236":{}},"content":{"236":{}},"tags":{}}],["tip",{"_index":1197,"title":{},"content":{"184":{}},"tags":{}}],["togeth",{"_index":1086,"title":{},"content":{"136":{}},"tags":{}}],["token",{"_index":460,"title":{},"content":{"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"59":{},"61":{},"185":{}},"tags":{}}],["toler",{"_index":1089,"title":{},"content":{"136":{}},"tags":{}}],["tonumb",{"_index":761,"title":{},"content":{"96":{},"195":{}},"tags":{}}],["tonumber(a",{"_index":1072,"title":{},"content":{"135":{}},"tags":{}}],["tonumber(b)endprint(myfunc(1",{"_index":1073,"title":{},"content":{"135":{}},"tags":{}}],["tonumber(c",{"_index":884,"title":{},"content":{"118":{}},"tags":{}}],["tool",{"_index":567,"title":{"222":{}},"content":{"75":{},"222":{}},"tags":{}}],["top",{"_index":1499,"title":{},"content":{"224":{}},"tags":{}}],["tostr",{"_index":759,"title":{},"content":{"96":{},"194":{}},"tags":{}}],["tostring(bvar",{"_index":1169,"title":{},"content":{"164":{}},"tags":{}}],["total",{"_index":557,"title":{},"content":{"75":{}},"tags":{}}],["toward",{"_index":1313,"title":{},"content":{"209":{},"210":{},"212":{},"213":{}},"tags":{}}],["tri",{"_index":26,"title":{},"content":{"2":{},"3":{},"4":{},"5":{},"6":{},"7":{},"8":{},"9":{},"10":{},"11":{},"101":{},"118":{},"128":{},"129":{},"131":{},"132":{},"141":{},"158":{}},"tags":{}}],["trivial",{"_index":76,"title":{},"content":{"4":{}},"tags":{}}],["true",{"_index":108,"title":{},"content":{"5":{},"61":{},"79":{},"82":{},"97":{},"116":{},"134":{},"141":{},"142":{},"156":{},"164":{},"188":{},"200":{},"201":{},"220":{},"256":{},"257":{},"258":{},"259":{},"260":{},"262":{},"263":{},"264":{},"265":{},"266":{},"269":{}},"tags":{}}],["true.assert(r5",{"_index":869,"title":{},"content":{"116":{}},"tags":{}}],["trueendwhil",{"_index":1133,"title":{},"content":{"180":{}},"tags":{}}],["trueprint(",{"_index":983,"title":{},"content":{"156":{}},"tags":{}}],["truthi",{"_index":1128,"title":{},"content":{"180":{}},"tags":{}}],["tupl",{"_index":1141,"title":{},"content":{"180":{}},"tags":{}}],["turn",{"_index":753,"title":{},"content":{"96":{}},"tags":{}}],["two",{"_index":240,"title":{},"content":{"11":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"63":{},"97":{},"120":{},"141":{},"263":{},"264":{}},"tags":{}}],["type",{"_index":128,"title":{"27":{},"135":{},"136":{}},"content":{"7":{},"9":{},"11":{},"12":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"80":{},"90":{},"98":{},"99":{},"100":{},"135":{},"136":{},"169":{},"201":{},"218":{},"223":{},"248":{}},"tags":{}}],["ubuntu",{"_index":683,"title":{},"content":{"88":{}},"tags":{}}],["ugli",{"_index":922,"title":{},"content":{"148":{}},"tags":{}}],["uh",{"_index":1033,"title":{},"content":{"141":{}},"tags":{}}],["under",{"_index":507,"title":{},"content":{"60":{},"162":{},"194":{},"195":{},"261":{}},"tags":{}}],["underpin",{"_index":256,"title":{},"content":{"12":{}},"tags":{}}],["underscor",{"_index":906,"title":{"121":{}},"content":{"121":{}},"tags":{}}],["understand",{"_index":248,"title":{},"content":{"12":{}},"tags":{}}],["unfamiliar",{"_index":5,"title":{},"content":{"1":{},"96":{}},"tags":{}}],["unix",{"_index":1393,"title":{},"content":{"207":{}},"tags":{}}],["unlik",{"_index":1027,"title":{},"content":{"131":{}},"tags":{}}],["unreach",{"_index":776,"title":{},"content":{"98":{},"99":{},"100":{}},"tags":{}}],["unreason",{"_index":375,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"127":{}},"tags":{}}],["up",{"_index":41,"title":{},"content":{"2":{},"45":{},"46":{},"47":{},"48":{},"49":{},"97":{},"163":{},"264":{}},"tags":{}}],["updat",{"_index":679,"title":{},"content":{"88":{}},"tags":{}}],["upon",{"_index":844,"title":{},"content":{"108":{}},"tags":{}}],["uppercas",{"_index":1429,"title":{},"content":{"259":{}},"tags":{}}],["upward",{"_index":1162,"title":{},"content":{"159":{}},"tags":{}}],["us",{"_index":29,"title":{"103":{},"110":{},"112":{},"136":{},"143":{},"157":{}},"content":{"2":{},"3":{},"7":{},"9":{},"11":{},"12":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"59":{},"61":{},"63":{},"78":{},"85":{},"89":{},"93":{},"96":{},"97":{},"101":{},"103":{},"107":{},"110":{},"112":{},"113":{},"114":{},"124":{},"125":{},"126":{},"127":{},"128":{},"130":{},"134":{},"136":{},"141":{},"142":{},"143":{},"144":{},"145":{},"146":{},"148":{},"149":{},"152":{},"154":{},"156":{},"160":{},"167":{},"170":{},"180":{},"185":{},"222":{},"223":{},"224":{},"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{},"245":{}},"tags":{}}],["usabl",{"_index":1107,"title":{},"content":{"144":{}},"tags":{}}],["usag",{"_index":840,"title":{},"content":{"107":{},"127":{},"167":{},"203":{},"209":{},"210":{},"211":{},"212":{},"213":{},"214":{},"215":{},"216":{},"217":{},"219":{},"220":{},"221":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"257":{},"258":{},"259":{},"260":{},"262":{},"263":{},"265":{},"266":{},"267":{},"268":{},"269":{},"270":{},"271":{},"273":{},"274":{}},"tags":{}}],["user",{"_index":280,"title":{},"content":{"36":{},"37":{},"38":{},"39":{},"79":{},"130":{},"146":{},"184":{}},"tags":{}}],["user\"end",{"_index":1121,"title":{},"content":{"146":{}},"tags":{}}],["user'",{"_index":1000,"title":{},"content":{"127":{}},"tags":{}}],["userconfig",{"_index":999,"title":{},"content":{"127":{}},"tags":{}}],["userconfig.colors?.pref",{"_index":1006,"title":{},"content":{"127":{}},"tags":{}}],["userdata",{"_index":1080,"title":{},"content":{"136":{}},"tags":{}}],["usr/share/keyrings/calam",{"_index":666,"title":{},"content":{"88":{}},"tags":{}}],["usual",{"_index":278,"title":{},"content":{"36":{},"37":{},"38":{},"39":{},"79":{}},"tags":{}}],["utonumb",{"_index":762,"title":{"195":{}},"content":{"96":{}},"tags":{}}],["utostr",{"_index":760,"title":{"194":{}},"content":{"96":{}},"tags":{}}],["v",{"_index":695,"title":{},"content":{"90":{},"108":{},"184":{},"269":{}},"tags":{}}],["valid",{"_index":509,"title":{},"content":{"60":{},"104":{},"127":{},"178":{}},"tags":{}}],["valu",{"_index":87,"title":{"11":{}},"content":{"4":{},"11":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"83":{},"94":{},"99":{},"102":{},"104":{},"105":{},"108":{},"116":{},"124":{},"129":{},"131":{},"134":{},"141":{},"145":{},"155":{},"162":{},"163":{},"164":{},"166":{},"179":{},"180":{},"219":{},"221":{},"234":{},"245":{},"250":{}},"tags":{}}],["value(",{"_index":630,"title":{},"content":{"83":{}},"tags":{}}],["value)end",{"_index":1173,"title":{},"content":{"166":{}},"tags":{}}],["value.els",{"_index":1129,"title":{},"content":{"180":{}},"tags":{}}],["value.end",{"_index":1130,"title":{},"content":{"180":{}},"tags":{}}],["valueless",{"_index":246,"title":{},"content":{"11":{}},"tags":{}}],["var",{"_index":783,"title":{},"content":{"99":{},"100":{},"135":{}},"tags":{}}],["vararg",{"_index":360,"title":{"29":{},"119":{}},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"83":{},"98":{},"119":{}},"tags":{}}],["varargprep",{"_index":610,"title":{},"content":{"83":{}},"tags":{}}],["variabl",{"_index":71,"title":{"4":{},"10":{},"126":{}},"content":{"4":{},"10":{},"11":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"40":{},"41":{},"42":{},"43":{},"44":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"59":{},"63":{},"98":{},"99":{},"104":{},"123":{},"124":{},"125":{},"126":{},"129":{},"144":{},"152":{},"154":{},"162":{},"167":{},"170":{},"185":{}},"tags":{}}],["variant",{"_index":177,"title":{},"content":{"8":{},"190":{}},"tags":{}}],["variou",{"_index":706,"title":{},"content":{"90":{}},"tags":{}}],["veri",{"_index":193,"title":{},"content":{"9":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"79":{},"116":{},"136":{}},"tags":{}}],["version",{"_index":366,"title":{},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"63":{},"104":{},"111":{},"113":{},"114":{},"133":{},"192":{},"227":{}},"tags":{}}],["vfunc",{"_index":900,"title":{},"content":{"119":{}},"tags":{}}],["vfunc(\"hello",{"_index":903,"title":{},"content":{"119":{}},"tags":{}}],["vfunc(...arg",{"_index":904,"title":{},"content":{"119":{}},"tags":{}}],["via",{"_index":486,"title":{},"content":{"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"87":{},"88":{},"90":{},"171":{},"175":{},"186":{},"198":{}},"tags":{}}],["virtu",{"_index":229,"title":{},"content":{"10":{}},"tags":{}}],["virtual",{"_index":424,"title":{},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"89":{},"158":{},"163":{},"166":{}},"tags":{}}],["virtualterminallevel",{"_index":1201,"title":{},"content":{"184":{}},"tags":{}}],["visual",{"_index":710,"title":{"91":{}},"content":{"91":{}},"tags":{}}],["vkmap",{"_index":849,"title":{},"content":{"108":{}},"tags":{}}],["vm",{"_index":290,"title":{"39":{},"81":{}},"content":{"36":{},"37":{},"38":{},"39":{},"81":{},"82":{}},"tags":{}}],["void",{"_index":1081,"title":{},"content":{"136":{}},"tags":{}}],["vs",{"_index":1486,"title":{},"content":{"222":{},"223":{}},"tags":{}}],["walru",{"_index":404,"title":{"44":{},"179":{}},"content":{"40":{},"41":{},"42":{},"43":{},"44":{},"179":{},"180":{}},"tags":{}}],["want",{"_index":7,"title":{},"content":{"1":{},"3":{},"12":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"75":{},"97":{},"111":{},"113":{},"119":{},"141":{},"145":{},"170":{}},"tags":{}}],["warn",{"_index":388,"title":{"34":{},"98":{}},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"98":{},"99":{},"100":{},"135":{},"224":{}},"tags":{}}],["wasm",{"_index":636,"title":{},"content":{"85":{}},"tags":{}}],["way",{"_index":167,"title":{},"content":{"8":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"40":{},"41":{},"42":{},"43":{},"44":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"61":{},"79":{},"85":{},"118":{},"123":{},"124":{},"125":{},"126":{},"144":{},"150":{},"164":{},"165":{},"169":{},"245":{}},"tags":{}}],["we'd",{"_index":828,"title":{},"content":{"126":{}},"tags":{}}],["we'r",{"_index":84,"title":{},"content":{"4":{},"7":{},"97":{}},"tags":{}}],["we'v",{"_index":161,"title":{},"content":{"8":{},"9":{},"10":{}},"tags":{}}],["well",{"_index":523,"title":{},"content":{"62":{},"88":{},"122":{},"223":{}},"tags":{}}],["wget",{"_index":661,"title":{},"content":{"88":{}},"tags":{}}],["what'",{"_index":1447,"title":{},"content":{"264":{}},"tags":{}}],["whatev",{"_index":1125,"title":{},"content":{"146":{}},"tags":{}}],["whenev",{"_index":440,"title":{},"content":{"45":{},"46":{},"47":{},"48":{},"49":{},"141":{},"163":{}},"tags":{}}],["whether",{"_index":107,"title":{},"content":{"5":{},"173":{},"178":{},"188":{},"200":{},"211":{},"264":{}},"tags":{}}],["whitespac",{"_index":1424,"title":{},"content":{"257":{},"258":{},"259":{},"260":{},"269":{}},"tags":{}}],["window",{"_index":641,"title":{},"content":{"86":{},"184":{},"245":{}},"tags":{}}],["wip",{"_index":1087,"title":{},"content":{"136":{}},"tags":{}}],["wish",{"_index":705,"title":{},"content":{"90":{},"93":{}},"tags":{}}],["within",{"_index":149,"title":{},"content":{"7":{},"10":{},"36":{},"37":{},"38":{},"39":{},"79":{},"91":{},"101":{},"130":{},"211":{}},"tags":{}}],["without",{"_index":719,"title":{},"content":{"92":{},"94":{},"102":{}},"tags":{}}],["won't",{"_index":555,"title":{},"content":{"78":{},"160":{},"162":{}},"tags":{}}],["work",{"_index":166,"title":{"162":{}},"content":{"8":{},"78":{},"88":{},"115":{},"118":{},"135":{},"169":{},"219":{}},"tags":{}}],["worl",{"_index":1438,"title":{},"content":{"262":{}},"tags":{}}],["world",{"_index":24,"title":{},"content":{"2":{},"129":{},"135":{},"145":{},"166":{},"188":{},"189":{},"200":{},"201":{},"247":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"262":{},"263":{},"264":{},"265":{},"266":{},"267":{},"268":{},"270":{},"271":{}},"tags":{}}],["world!\")assert(runtim",{"_index":750,"title":{},"content":{"96":{}},"tags":{}}],["world!\")loc",{"_index":748,"title":{},"content":{"96":{}},"tags":{}}],["world!\"assert(runtim",{"_index":757,"title":{},"content":{"96":{}},"tags":{}}],["world\"):contains(\"world",{"_index":1183,"title":{},"content":{"169":{}},"tags":{}}],["world\":contains(\"world",{"_index":1185,"title":{},"content":{"169":{}},"tags":{}}],["world\"assert(r1",{"_index":867,"title":{},"content":{"116":{}},"tags":{}}],["world\"loc",{"_index":859,"title":{},"content":{"116":{}},"tags":{}}],["world\"print(str[5",{"_index":1014,"title":{},"content":{"128":{}},"tags":{}}],["worri",{"_index":680,"title":{},"content":{"88":{}},"tags":{}}],["worth",{"_index":578,"title":{},"content":{"79":{}},"tags":{}}],["wrapper",{"_index":1498,"title":{},"content":{"224":{}},"tags":{}}],["write",{"_index":385,"title":{"85":{}},"content":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"61":{},"84":{},"85":{},"95":{}},"tags":{}}],["write(text",{"_index":814,"title":{},"content":{"105":{}},"tags":{}}],["written",{"_index":1010,"title":{},"content":{"127":{}},"tags":{}}],["wrote",{"_index":533,"title":{},"content":{"63":{}},"tags":{}}],["x",{"_index":1067,"title":{},"content":{"134":{},"144":{},"159":{}},"tags":{}}],["xmelia",{"_index":1150,"title":{},"content":{"162":{}},"tags":{}}],["yield",{"_index":282,"title":{},"content":{"36":{},"37":{},"38":{},"39":{},"79":{}},"tags":{}}],["yield()end",{"_index":571,"title":{},"content":{"79":{}},"tags":{}}],["you'd",{"_index":211,"title":{},"content":{"9":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"119":{},"127":{}},"tags":{}}],["you'll",{"_index":934,"title":{},"content":{"148":{}},"tags":{}}],["you'r",{"_index":751,"title":{},"content":{"96":{},"130":{},"162":{},"167":{}},"tags":{}}],["you'v",{"_index":222,"title":{},"content":{"10":{}},"tags":{}}],["yourself",{"_index":27,"title":{"89":{}},"content":{"2":{},"3":{},"4":{},"5":{},"6":{},"7":{},"8":{},"9":{},"10":{},"11":{},"101":{},"118":{},"128":{},"131":{},"132":{},"141":{}},"tags":{}}],["zero",{"_index":1250,"title":{},"content":{"234":{}},"tags":{}}]],"pipeline":["stemmer"]}} \ No newline at end of file +{"documents":[{"id":5,"pageTitle":"Beginner's Guide","sectionTitle":"Beginner's Guide","sectionRoute":"/docs/Beginners Guide","type":"docs"},{"id":6,"pageTitle":"Beginner's Guide","sectionTitle":"Your first program","sectionRoute":"/docs/Beginners Guide#your-first-program","type":"docs"},{"id":7,"pageTitle":"Beginner's Guide","sectionTitle":"Simple arithmetic","sectionRoute":"/docs/Beginners Guide#simple-arithmetic","type":"docs"},{"id":8,"pageTitle":"Beginner's Guide","sectionTitle":"Variables","sectionRoute":"/docs/Beginners Guide#variables","type":"docs"},{"id":9,"pageTitle":"Beginner's Guide","sectionTitle":"Conditionals","sectionRoute":"/docs/Beginners Guide#conditionals","type":"docs"},{"id":10,"pageTitle":"Beginner's Guide","sectionTitle":"Loops","sectionRoute":"/docs/Beginners Guide#loops","type":"docs"},{"id":11,"pageTitle":"Beginner's Guide","sectionTitle":"Tables","sectionRoute":"/docs/Beginners Guide#tables","type":"docs"},{"id":12,"pageTitle":"Beginner's Guide","sectionTitle":"Calculating K/D ratios","sectionRoute":"/docs/Beginners Guide#calculating-kd-ratios","type":"docs"},{"id":13,"pageTitle":"Beginner's Guide","sectionTitle":"Encapsulation in functions","sectionRoute":"/docs/Beginners Guide#encapsulation-in-functions","type":"docs"},{"id":14,"pageTitle":"Beginner's Guide","sectionTitle":"Local variables","sectionRoute":"/docs/Beginners Guide#local-variables","type":"docs"},{"id":15,"pageTitle":"Beginner's Guide","sectionTitle":"Nil values","sectionRoute":"/docs/Beginners Guide#nil-values","type":"docs"},{"id":16,"pageTitle":"Beginner's Guide","sectionTitle":"Where to go from here","sectionRoute":"/docs/Beginners Guide#where-to-go-from-here","type":"docs"},{"id":1,"pageTitle":"","sectionTitle":"📄️ Content Moderation","sectionRoute":"/docs/category/for-integrators","type":"docs"},{"id":2,"pageTitle":"","sectionTitle":"📄️ Execution Time Limit","sectionRoute":"/docs/category/for-integrators","type":"docs"},{"id":3,"pageTitle":"","sectionTitle":"📄️ Infinite Loop Prevention","sectionRoute":"/docs/category/for-integrators","type":"docs"},{"id":4,"pageTitle":"","sectionTitle":"📄️ VM Dump","sectionRoute":"/docs/category/for-integrators","type":"docs"},{"id":35,"pageTitle":"","sectionTitle":"📄️ String Indexing","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":36,"pageTitle":"","sectionTitle":"📄️ Numeral Parsing","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":37,"pageTitle":"","sectionTitle":"📄️ Break Statement","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":38,"pageTitle":"","sectionTitle":"📄️ Continue Statement","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":39,"pageTitle":"","sectionTitle":"📄️ Lambda Expressions","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":40,"pageTitle":"","sectionTitle":"📄️ Table Freezing","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":41,"pageTitle":"","sectionTitle":"📄️ Export Modifier","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":42,"pageTitle":"","sectionTitle":"📄️ String Interpolation","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":43,"pageTitle":"","sectionTitle":"📄️ Ternary Expressions","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":44,"pageTitle":"","sectionTitle":"📄️ Enumerations","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":45,"pageTitle":"","sectionTitle":"📄️ For-As Loop","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":46,"pageTitle":"","sectionTitle":"📄️ Switch Statement","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":47,"pageTitle":"","sectionTitle":"📄️ Default Arguments","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":48,"pageTitle":"","sectionTitle":"📄️ Named Arguments","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":49,"pageTitle":"","sectionTitle":"📄️ Type Hinting","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":50,"pageTitle":"","sectionTitle":"📄️ In Expressions","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":51,"pageTitle":"","sectionTitle":"📄️ Named Varargs","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":52,"pageTitle":"","sectionTitle":"📄️ Destructuring","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":53,"pageTitle":"","sectionTitle":"📄️ Constexpr Attribute","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":54,"pageTitle":"","sectionTitle":"📄️ Safe Navigation","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":55,"pageTitle":"","sectionTitle":"📄️ Compile-Time Evaluation","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":56,"pageTitle":"","sectionTitle":"📄️ Compiler Warnings","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":57,"pageTitle":"","sectionTitle":"📄️ Object-Oriented Programming","sectionRoute":"/docs/category/new-features","type":"docs"},{"id":65,"pageTitle":"","sectionTitle":"📄️ Alternative Operators","sectionRoute":"/docs/category/new-operators","type":"docs"},{"id":66,"pageTitle":"","sectionTitle":"📄️ Compound Operators","sectionRoute":"/docs/category/new-operators","type":"docs"},{"id":67,"pageTitle":"","sectionTitle":"📄️ Increment Operator","sectionRoute":"/docs/category/new-operators","type":"docs"},{"id":68,"pageTitle":"","sectionTitle":"📄️ Null-Coalescing Operator","sectionRoute":"/docs/category/new-operators","type":"docs"},{"id":69,"pageTitle":"","sectionTitle":"📄️ Walrus Operator","sectionRoute":"/docs/category/new-operators","type":"docs"},{"id":160,"pageTitle":"","sectionTitle":"📄️ For Loops","sectionRoute":"/docs/category/optimizations","type":"docs"},{"id":161,"pageTitle":"","sectionTitle":"📄️ Jump Table","sectionRoute":"/docs/category/optimizations","type":"docs"},{"id":162,"pageTitle":"","sectionTitle":"📄️ Long Jump","sectionRoute":"/docs/category/optimizations","type":"docs"},{"id":163,"pageTitle":"","sectionTitle":"📄️ Special Arthimetic","sectionRoute":"/docs/category/optimizations","type":"docs"},{"id":164,"pageTitle":"","sectionTitle":"📄️ Table Length","sectionRoute":"/docs/category/optimizations","type":"docs"},{"id":17,"pageTitle":"","sectionTitle":"📄️ Boolean Concatenation","sectionRoute":"/docs/category/qol-improvements","type":"docs"},{"id":18,"pageTitle":"","sectionTitle":"📄️ Improved Iteration","sectionRoute":"/docs/category/qol-improvements","type":"docs"},{"id":19,"pageTitle":"","sectionTitle":"📄️ Let Alias For Local","sectionRoute":"/docs/category/qol-improvements","type":"docs"},{"id":20,"pageTitle":"","sectionTitle":"📄️ Optional Parentheses","sectionRoute":"/docs/category/qol-improvements","type":"docs"},{"id":21,"pageTitle":"","sectionTitle":"📄️ Removed Locals Limit","sectionRoute":"/docs/category/qol-improvements","type":"docs"},{"id":22,"pageTitle":"","sectionTitle":"📄️ Reserved Identifiers","sectionRoute":"/docs/category/qol-improvements","type":"docs"},{"id":23,"pageTitle":"","sectionTitle":"📄️ Syntax Errors","sectionRoute":"/docs/category/qol-improvements","type":"docs"},{"id":24,"pageTitle":"","sectionTitle":"📄️ IO Functions","sectionRoute":"/docs/category/runtime-environment","type":"docs"},{"id":25,"pageTitle":"","sectionTitle":"📄️ OS Functions","sectionRoute":"/docs/category/runtime-environment","type":"docs"},{"id":26,"pageTitle":"","sectionTitle":"📄️ Table Functions","sectionRoute":"/docs/category/runtime-environment","type":"docs"},{"id":27,"pageTitle":"","sectionTitle":"📄️ String Functions","sectionRoute":"/docs/category/runtime-environment","type":"docs"},{"id":28,"pageTitle":"","sectionTitle":"📄️ Global Functions","sectionRoute":"/docs/category/runtime-environment","type":"docs"},{"id":29,"pageTitle":"","sectionTitle":"📄️ Crypto Functions","sectionRoute":"/docs/category/runtime-environment","type":"docs"},{"id":30,"pageTitle":"","sectionTitle":"📄️ Coroutine Functions","sectionRoute":"/docs/category/runtime-environment","type":"docs"},{"id":31,"pageTitle":"","sectionTitle":"📄️ Base32 Functions","sectionRoute":"/docs/category/runtime-environment","type":"docs"},{"id":32,"pageTitle":"","sectionTitle":"📄️ Base58 Functions","sectionRoute":"/docs/category/runtime-environment","type":"docs"},{"id":33,"pageTitle":"","sectionTitle":"📄️ Base64 Functions","sectionRoute":"/docs/category/runtime-environment","type":"docs"},{"id":34,"pageTitle":"","sectionTitle":"📄️ JSON Functions","sectionRoute":"/docs/category/runtime-environment","type":"docs"},{"id":58,"pageTitle":"Compatibility","sectionTitle":"Compatibility","sectionRoute":"/docs/Compatibility","type":"docs"},{"id":59,"pageTitle":"Compatibility","sectionTitle":"How compatible with Lua is Pluto?","sectionRoute":"/docs/Compatibility#how-compatible-with-lua-is-pluto","type":"docs"},{"id":60,"pageTitle":"Compatibility","sectionTitle":"Where are the incompatibilities?","sectionRoute":"/docs/Compatibility#where-are-the-incompatibilities","type":"docs"},{"id":61,"pageTitle":"Compatibility","sectionTitle":"Compatibility Mode","sectionRoute":"/docs/Compatibility#compatibility-mode","type":"docs"},{"id":62,"pageTitle":"Compatibility","sectionTitle":"Configuration for scripters","sectionRoute":"/docs/Compatibility#configuration-for-scripters","type":"docs"},{"id":63,"pageTitle":"Compatibility","sectionTitle":"Configuration for integrators","sectionRoute":"/docs/Compatibility#configuration-for-integrators","type":"docs"},{"id":64,"pageTitle":"Compatibility","sectionTitle":"Portability & proactive compatibility","sectionRoute":"/docs/Compatibility#portability--proactive-compatibility","type":"docs"},{"id":70,"pageTitle":"Content Moderation","sectionTitle":"Content Moderation","sectionRoute":"/docs/For Integrators/Content Moderation","type":"docs"},{"id":71,"pageTitle":"Content Moderation","sectionTitle":"Disable Compiled Code","sectionRoute":"/docs/For Integrators/Content Moderation#disable-compiled-code","type":"docs"},{"id":72,"pageTitle":"Content Moderation","sectionTitle":"Filter Loaded Files","sectionRoute":"/docs/For Integrators/Content Moderation#filter-loaded-files","type":"docs"},{"id":74,"pageTitle":"Execution Time Limit","sectionTitle":"Execution Time Limit","sectionRoute":"/docs/For Integrators/Execution Time Limit","type":"docs"},{"id":73,"pageTitle":"Infinite Loop Prevention","sectionTitle":"Infinite Loop Prevention","sectionRoute":"/docs/For Integrators/Infinite Loop Prevention","type":"docs"},{"id":75,"pageTitle":"VM Dump","sectionTitle":"VM Dump","sectionRoute":"/docs/For Integrators/VM Dump","type":"docs"},{"id":76,"pageTitle":"VM Dump","sectionTitle":"Configuration","sectionRoute":"/docs/For Integrators/VM Dump#configuration","type":"docs"},{"id":77,"pageTitle":"VM Dump","sectionTitle":"What it looks like","sectionRoute":"/docs/For Integrators/VM Dump#what-it-looks-like","type":"docs"},{"id":78,"pageTitle":"","sectionTitle":"Getting Started","sectionRoute":"/docs/Getting Started","type":"docs"},{"id":79,"pageTitle":"","sectionTitle":"Write Pluto Online","sectionRoute":"/docs/Getting Started#write-pluto-online","type":"docs"},{"id":80,"pageTitle":"","sectionTitle":"Prebuilt Binaries","sectionRoute":"/docs/Getting Started#prebuilt-binaries","type":"docs"},{"id":81,"pageTitle":"","sectionTitle":"Chocolatey","sectionRoute":"/docs/Getting Started#chocolatey","type":"docs"},{"id":82,"pageTitle":"","sectionTitle":"APT Repository","sectionRoute":"/docs/Getting Started#apt-repository","type":"docs"},{"id":83,"pageTitle":"","sectionTitle":"Compile Pluto Yourself","sectionRoute":"/docs/Getting Started#compile-pluto-yourself","type":"docs"},{"id":84,"pageTitle":"","sectionTitle":"PHP Scripts","sectionRoute":"/docs/Getting Started#php-scripts","type":"docs"},{"id":85,"pageTitle":"","sectionTitle":"Visual Studio","sectionRoute":"/docs/Getting Started#visual-studio","type":"docs"},{"id":86,"pageTitle":"","sectionTitle":"Make","sectionRoute":"/docs/Getting Started#make","type":"docs"},{"id":87,"pageTitle":"","sectionTitle":"Sun","sectionRoute":"/docs/Getting Started#sun","type":"docs"},{"id":88,"pageTitle":"","sectionTitle":"What is Pluto?","sectionRoute":"/docs/Introduction","type":"docs"},{"id":89,"pageTitle":"Break Statement","sectionTitle":"Break Statement","sectionRoute":"/docs/New Features/Break Statement","type":"docs"},{"id":95,"pageTitle":"Compile-Time Evaluation","sectionTitle":"Compile-Time Evaluation","sectionRoute":"/docs/New Features/Compile-Time Evaluation","type":"docs"},{"id":96,"pageTitle":"Compile-Time Evaluation","sectionTitle":"Function calls","sectionRoute":"/docs/New Features/Compile-Time Evaluation#function-calls","type":"docs"},{"id":97,"pageTitle":"Compile-Time Evaluation","sectionTitle":"Conditionals","sectionRoute":"/docs/New Features/Compile-Time Evaluation#conditionals","type":"docs"},{"id":90,"pageTitle":"Compiler Warnings","sectionTitle":"Compiler Warnings","sectionRoute":"/docs/New Features/Compiler Warnings","type":"docs"},{"id":91,"pageTitle":"Compiler Warnings","sectionTitle":"Examples","sectionRoute":"/docs/New Features/Compiler Warnings#examples","type":"docs"},{"id":92,"pageTitle":"Compiler Warnings","sectionTitle":"Compile-time Configuration","sectionRoute":"/docs/New Features/Compiler Warnings#compile-time-configuration","type":"docs"},{"id":93,"pageTitle":"Constexpr Attribute","sectionTitle":"Constexpr Attribute","sectionRoute":"/docs/New Features/Constexpr Attribute","type":"docs"},{"id":98,"pageTitle":"Continue Statement","sectionTitle":"Continue Statement","sectionRoute":"/docs/New Features/Continue Statement","type":"docs"},{"id":99,"pageTitle":"Continue Statement","sectionTitle":"Continue's Only Argument","sectionRoute":"/docs/New Features/Continue Statement#continues-only-argument","type":"docs"},{"id":100,"pageTitle":"Continue Statement","sectionTitle":"Using Compatibility Mode?","sectionRoute":"/docs/New Features/Continue Statement#using-compatibility-mode","type":"docs"},{"id":94,"pageTitle":"Default Arguments","sectionTitle":"Default Arguments","sectionRoute":"/docs/New Features/Default Arguments","type":"docs"},{"id":104,"pageTitle":"Destructuring","sectionTitle":"Destructuring","sectionRoute":"/docs/New Features/Destructuring","type":"docs"},{"id":105,"pageTitle":"Destructuring","sectionTitle":"Array destructuring","sectionRoute":"/docs/New Features/Destructuring#array-destructuring","type":"docs"},{"id":106,"pageTitle":"Destructuring","sectionTitle":"Table destructuring","sectionRoute":"/docs/New Features/Destructuring#table-destructuring","type":"docs"},{"id":107,"pageTitle":"Destructuring","sectionTitle":"Different variable name","sectionRoute":"/docs/New Features/Destructuring#different-variable-name","type":"docs"},{"id":111,"pageTitle":"Enumerations","sectionTitle":"Enumerations","sectionRoute":"/docs/New Features/Enumerations","type":"docs"},{"id":112,"pageTitle":"Enumerations","sectionTitle":"Scoped Enums","sectionRoute":"/docs/New Features/Enumerations#scoped-enums","type":"docs"},{"id":113,"pageTitle":"Enumerations","sectionTitle":"Reflection","sectionRoute":"/docs/New Features/Enumerations#reflection","type":"docs"},{"id":114,"pageTitle":"Enumerations","sectionTitle":"Anonymous Enums","sectionRoute":"/docs/New Features/Enumerations#anonymous-enums","type":"docs"},{"id":115,"pageTitle":"Enumerations","sectionTitle":"Using Compatibility Mode?","sectionRoute":"/docs/New Features/Enumerations#using-compatibility-mode","type":"docs"},{"id":101,"pageTitle":"Export Modifier","sectionTitle":"Export Modifier","sectionRoute":"/docs/New Features/Export Modifier","type":"docs"},{"id":102,"pageTitle":"Export Modifier","sectionTitle":"Using Compatibility Mode?","sectionRoute":"/docs/New Features/Export Modifier#using-compatibility-mode","type":"docs"},{"id":103,"pageTitle":"For-As Loop","sectionTitle":"For-As Loop","sectionRoute":"/docs/New Features/For-As Loop","type":"docs"},{"id":109,"pageTitle":"In Expressions","sectionTitle":"In Expressions","sectionRoute":"/docs/New Features/In Expressions","type":"docs"},{"id":110,"pageTitle":"In Expressions","sectionTitle":"Rules","sectionRoute":"/docs/New Features/In Expressions#rules","type":"docs"},{"id":108,"pageTitle":"Lambda Expressions","sectionTitle":"Lambda Expressions","sectionRoute":"/docs/New Features/Lambda Expressions","type":"docs"},{"id":131,"pageTitle":"Named Arguments","sectionTitle":"Named Arguments","sectionRoute":"/docs/New Features/Named Arguments","type":"docs"},{"id":132,"pageTitle":"Named Arguments","sectionTitle":"Mixing arguments","sectionRoute":"/docs/New Features/Named Arguments#mixing-arguments","type":"docs"},{"id":133,"pageTitle":"Named Arguments","sectionTitle":"Limitations","sectionRoute":"/docs/New Features/Named Arguments#limitations","type":"docs"},{"id":116,"pageTitle":"Named Varargs","sectionTitle":"Named Varargs","sectionRoute":"/docs/New Features/Named Varargs","type":"docs"},{"id":117,"pageTitle":"Numeral Parsing","sectionTitle":"Numeral Parsing","sectionRoute":"/docs/New Features/Numeral Parsing","type":"docs"},{"id":118,"pageTitle":"Numeral Parsing","sectionTitle":"Cosmetic Underscores","sectionRoute":"/docs/New Features/Numeral Parsing#cosmetic-underscores","type":"docs"},{"id":119,"pageTitle":"Numeral Parsing","sectionTitle":"Binary Integers","sectionRoute":"/docs/New Features/Numeral Parsing#binary-integers","type":"docs"},{"id":120,"pageTitle":"Object-Oriented Programming","sectionTitle":"Object-Oriented Programming","sectionRoute":"/docs/New Features/Object-Oriented Programming","type":"docs"},{"id":121,"pageTitle":"Object-Oriented Programming","sectionTitle":"Method Creation","sectionRoute":"/docs/New Features/Object-Oriented Programming#method-creation","type":"docs"},{"id":122,"pageTitle":"Object-Oriented Programming","sectionTitle":"Static Functions","sectionRoute":"/docs/New Features/Object-Oriented Programming#static-functions","type":"docs"},{"id":123,"pageTitle":"Object-Oriented Programming","sectionTitle":"New Expression","sectionRoute":"/docs/New Features/Object-Oriented Programming#new-expression","type":"docs"},{"id":124,"pageTitle":"Object-Oriented Programming","sectionTitle":"Class Statement","sectionRoute":"/docs/New Features/Object-Oriented Programming#class-statement","type":"docs"},{"id":125,"pageTitle":"Object-Oriented Programming","sectionTitle":"Class Expression","sectionRoute":"/docs/New Features/Object-Oriented Programming#class-expression","type":"docs"},{"id":126,"pageTitle":"Object-Oriented Programming","sectionTitle":"Extends","sectionRoute":"/docs/New Features/Object-Oriented Programming#extends","type":"docs"},{"id":127,"pageTitle":"Object-Oriented Programming","sectionTitle":"Parent Expression","sectionRoute":"/docs/New Features/Object-Oriented Programming#parent-expression","type":"docs"},{"id":128,"pageTitle":"Object-Oriented Programming","sectionTitle":"Constructor Promotion","sectionRoute":"/docs/New Features/Object-Oriented Programming#constructor-promotion","type":"docs"},{"id":129,"pageTitle":"Object-Oriented Programming","sectionTitle":"Instanceof Operator","sectionRoute":"/docs/New Features/Object-Oriented Programming#instanceof-operator","type":"docs"},{"id":130,"pageTitle":"Object-Oriented Programming","sectionTitle":"Using Compatibility Mode?","sectionRoute":"/docs/New Features/Object-Oriented Programming#using-compatibility-mode","type":"docs"},{"id":134,"pageTitle":"Safe Navigation","sectionTitle":"Safe Navigation","sectionRoute":"/docs/New Features/Safe Navigation","type":"docs"},{"id":141,"pageTitle":"String Indexing","sectionTitle":"String Indexing","sectionRoute":"/docs/New Features/String Indexing","type":"docs"},{"id":135,"pageTitle":"String Interpolation","sectionTitle":"String Interpolation","sectionRoute":"/docs/New Features/String Interpolation","type":"docs"},{"id":138,"pageTitle":"Switch Statement","sectionTitle":"Switch Statement","sectionRoute":"/docs/New Features/Switch Statement","type":"docs"},{"id":139,"pageTitle":"Switch Statement","sectionTitle":"Case Statement","sectionRoute":"/docs/New Features/Switch Statement#case-statement","type":"docs"},{"id":140,"pageTitle":"Switch Statement","sectionTitle":"Using Compatibility Mode?","sectionRoute":"/docs/New Features/Switch Statement#using-compatibility-mode","type":"docs"},{"id":136,"pageTitle":"Table Freezing","sectionTitle":"Table Freezing","sectionRoute":"/docs/New Features/Table Freezing","type":"docs"},{"id":137,"pageTitle":"Table Freezing","sectionTitle":"What will this prevent?","sectionRoute":"/docs/New Features/Table Freezing#what-will-this-prevent","type":"docs"},{"id":142,"pageTitle":"Ternary Expressions","sectionTitle":"Ternary Expressions","sectionRoute":"/docs/New Features/Ternary Expressions","type":"docs"},{"id":143,"pageTitle":"Ternary Expressions","sectionTitle":"If Expressions","sectionRoute":"/docs/New Features/Ternary Expressions#if-expressions","type":"docs"},{"id":144,"pageTitle":"Ternary Expressions","sectionTitle":"Doesn't Lua already have ternaries?","sectionRoute":"/docs/New Features/Ternary Expressions#doesnt-lua-already-have-ternaries","type":"docs"},{"id":145,"pageTitle":"Type Hinting","sectionTitle":"Type Hinting","sectionRoute":"/docs/New Features/Type Hinting","type":"docs"},{"id":146,"pageTitle":"Type Hinting","sectionTitle":"What types can I use?","sectionRoute":"/docs/New Features/Type Hinting#what-types-can-i-use","type":"docs"},{"id":147,"pageTitle":"Alternative Operators","sectionTitle":"Alternative Operators","sectionRoute":"/docs/New Operators/Alternative Operators","type":"docs"},{"id":148,"pageTitle":"Compound Operators","sectionTitle":"Compound Operators","sectionRoute":"/docs/New Operators/Compound Operators","type":"docs"},{"id":149,"pageTitle":"Compound Operators","sectionTitle":"Additions","sectionRoute":"/docs/New Operators/Compound Operators","type":"docs"},{"id":150,"pageTitle":"Compound Operators","sectionTitle":"Why are they faster?","sectionRoute":"/docs/New Operators/Compound Operators","type":"docs"},{"id":151,"pageTitle":"Increment Operator","sectionTitle":"Increment Operator","sectionRoute":"/docs/New Operators/Increment Operator","type":"docs"},{"id":156,"pageTitle":"Null-Coalescing Operator","sectionTitle":"Null-Coalescing Operator","sectionRoute":"/docs/New Operators/Null-Coalescing Operator","type":"docs"},{"id":154,"pageTitle":"Walrus Operator","sectionTitle":"Walrus Operator","sectionRoute":"/docs/New Operators/Walrus Operator","type":"docs"},{"id":155,"pageTitle":"Walrus Operator","sectionTitle":"Examples","sectionRoute":"/docs/New Operators/Walrus Operator#examples","type":"docs"},{"id":152,"pageTitle":"For Loops","sectionTitle":"For Loops","sectionRoute":"/docs/Optimizations/For Loops","type":"docs"},{"id":153,"pageTitle":"For Loops","sectionTitle":"How does it work?","sectionRoute":"/docs/Optimizations/For Loops","type":"docs"},{"id":157,"pageTitle":"Jump Table","sectionTitle":"Jump Table","sectionRoute":"/docs/Optimizations/Jump Table","type":"docs"},{"id":165,"pageTitle":"Long Jump","sectionTitle":"Long Jump","sectionRoute":"/docs/Optimizations/Long Jump","type":"docs"},{"id":158,"pageTitle":"Special Arthimetic","sectionTitle":"Special Arthimetic","sectionRoute":"/docs/Optimizations/Special Arthimetic","type":"docs"},{"id":159,"pageTitle":"Table Length","sectionTitle":"Table Length","sectionRoute":"/docs/Optimizations/Table Length","type":"docs"},{"id":166,"pageTitle":"Boolean Concatenation","sectionTitle":"Boolean Concatenation","sectionRoute":"/docs/QoL Improvements/Boolean Concatenation","type":"docs"},{"id":169,"pageTitle":"Improved Iteration","sectionTitle":"Improved Iteration","sectionRoute":"/docs/QoL Improvements/Improved Iteration","type":"docs"},{"id":170,"pageTitle":"Improved Iteration","sectionTitle":"Generalized Iteration","sectionRoute":"/docs/QoL Improvements/Improved Iteration#generalized-iteration","type":"docs"},{"id":167,"pageTitle":"Let Alias For Local","sectionTitle":"Let Alias For Local","sectionRoute":"/docs/QoL Improvements/Let Alias For Local","type":"docs"},{"id":168,"pageTitle":"Let Alias For Local","sectionTitle":"For integrators","sectionRoute":"/docs/QoL Improvements/Let Alias For Local#for-integrators","type":"docs"},{"id":171,"pageTitle":"Optional Parentheses","sectionTitle":"Optional Parentheses","sectionRoute":"/docs/QoL Improvements/Optional Parentheses","type":"docs"},{"id":172,"pageTitle":"Removed Locals Limit","sectionTitle":"Removed Locals Limit","sectionRoute":"/docs/QoL Improvements/Removed Locals Limit","type":"docs"},{"id":187,"pageTitle":"Reserved Identifiers","sectionTitle":"Reserved Identifiers","sectionRoute":"/docs/QoL Improvements/Reserved Identifiers","type":"docs"},{"id":173,"pageTitle":"Syntax Errors","sectionTitle":"Syntax Errors","sectionRoute":"/docs/QoL Improvements/Syntax Errors","type":"docs"},{"id":174,"pageTitle":"Syntax Errors","sectionTitle":"Example 1","sectionRoute":"/docs/QoL Improvements/Syntax Errors#example-1","type":"docs"},{"id":175,"pageTitle":"Syntax Errors","sectionTitle":"Example 2","sectionRoute":"/docs/QoL Improvements/Syntax Errors#example-2","type":"docs"},{"id":176,"pageTitle":"Syntax Errors","sectionTitle":"ANSI Coloring","sectionRoute":"/docs/QoL Improvements/Syntax Errors#ansi-coloring","type":"docs"},{"id":177,"pageTitle":"Base32 Functions","sectionTitle":"Base32 Functions","sectionRoute":"/docs/Runtime Environment/Base32 Functions","type":"docs"},{"id":178,"pageTitle":"Base32 Functions","sectionTitle":"base32","sectionRoute":"/docs/Runtime Environment/Base32 Functions#base32","type":"docs"},{"id":179,"pageTitle":"Base32 Functions","sectionTitle":"base32.encode(data, pad)","sectionRoute":"/docs/Runtime Environment/Base32 Functions#base32encodedata-pad","type":"docs"},{"id":180,"pageTitle":"Base32 Functions","sectionTitle":"base32.decode(data)","sectionRoute":"/docs/Runtime Environment/Base32 Functions#base32decodedata","type":"docs"},{"id":183,"pageTitle":"Base58 Functions","sectionTitle":"Base58 Functions","sectionRoute":"/docs/Runtime Environment/Base58 Functions","type":"docs"},{"id":184,"pageTitle":"Base58 Functions","sectionTitle":"base58","sectionRoute":"/docs/Runtime Environment/Base58 Functions#base58","type":"docs"},{"id":185,"pageTitle":"Base58 Functions","sectionTitle":"base58.decode(data)","sectionRoute":"/docs/Runtime Environment/Base58 Functions#base58decodedata","type":"docs"},{"id":186,"pageTitle":"Base58 Functions","sectionTitle":"base58.is_valid(data)","sectionRoute":"/docs/Runtime Environment/Base58 Functions#base58is_validdata","type":"docs"},{"id":215,"pageTitle":"Base64 Functions","sectionTitle":"Base64 Functions","sectionRoute":"/docs/Runtime Environment/Base64 Functions","type":"docs"},{"id":216,"pageTitle":"Base64 Functions","sectionTitle":"base64","sectionRoute":"/docs/Runtime Environment/Base64 Functions#base64","type":"docs"},{"id":217,"pageTitle":"Base64 Functions","sectionTitle":"base64.encode(data, pad)","sectionRoute":"/docs/Runtime Environment/Base64 Functions#base64encodedata-pad","type":"docs"},{"id":218,"pageTitle":"Base64 Functions","sectionTitle":"base64.decode(data)","sectionRoute":"/docs/Runtime Environment/Base64 Functions#base64decodedata","type":"docs"},{"id":219,"pageTitle":"Base64 Functions","sectionTitle":"base64.url_encode(data, pad)","sectionRoute":"/docs/Runtime Environment/Base64 Functions#base64url_encodedata-pad","type":"docs"},{"id":220,"pageTitle":"Base64 Functions","sectionTitle":"base64.url_decode(data)","sectionRoute":"/docs/Runtime Environment/Base64 Functions#base64url_decodedata","type":"docs"},{"id":181,"pageTitle":"Coroutine Functions","sectionTitle":"Coroutine Functions","sectionRoute":"/docs/Runtime Environment/Coroutine Functions","type":"docs"},{"id":182,"pageTitle":"Coroutine Functions","sectionTitle":"coroutine.xresume","sectionRoute":"/docs/Runtime Environment/Coroutine Functions#coroutinexresume","type":"docs"},{"id":192,"pageTitle":"Crypto Functions","sectionTitle":"Crypto Functions","sectionRoute":"/docs/Runtime Environment/Crypto Functions","type":"docs"},{"id":193,"pageTitle":"Crypto Functions","sectionTitle":"Hashing Algorithms","sectionRoute":"/docs/Runtime Environment/Crypto Functions#hashing-algorithms","type":"docs"},{"id":194,"pageTitle":"Crypto Functions","sectionTitle":"Lua","sectionRoute":"/docs/Runtime Environment/Crypto Functions#lua","type":"docs"},{"id":195,"pageTitle":"Crypto Functions","sectionTitle":"MD5","sectionRoute":"/docs/Runtime Environment/Crypto Functions#md5","type":"docs"},{"id":196,"pageTitle":"Crypto Functions","sectionTitle":"DJB2","sectionRoute":"/docs/Runtime Environment/Crypto Functions#djb2","type":"docs"},{"id":197,"pageTitle":"Crypto Functions","sectionTitle":"FNV1","sectionRoute":"/docs/Runtime Environment/Crypto Functions#fnv1","type":"docs"},{"id":198,"pageTitle":"Crypto Functions","sectionTitle":"JOAAT","sectionRoute":"/docs/Runtime Environment/Crypto Functions#joaat","type":"docs"},{"id":199,"pageTitle":"Crypto Functions","sectionTitle":"SDBM","sectionRoute":"/docs/Runtime Environment/Crypto Functions#sdbm","type":"docs"},{"id":200,"pageTitle":"Crypto Functions","sectionTitle":"FNV1A","sectionRoute":"/docs/Runtime Environment/Crypto Functions#fnv1a","type":"docs"},{"id":201,"pageTitle":"Crypto Functions","sectionTitle":"CRC32","sectionRoute":"/docs/Runtime Environment/Crypto Functions#crc32","type":"docs"},{"id":202,"pageTitle":"Crypto Functions","sectionTitle":"Lookup3","sectionRoute":"/docs/Runtime Environment/Crypto Functions#lookup3","type":"docs"},{"id":203,"pageTitle":"Crypto Functions","sectionTitle":"Times33","sectionRoute":"/docs/Runtime Environment/Crypto Functions#times33","type":"docs"},{"id":204,"pageTitle":"Crypto Functions","sectionTitle":"SHA-256","sectionRoute":"/docs/Runtime Environment/Crypto Functions#sha-256","type":"docs"},{"id":205,"pageTitle":"Crypto Functions","sectionTitle":"Murmur1","sectionRoute":"/docs/Runtime Environment/Crypto Functions#murmur1","type":"docs"},{"id":206,"pageTitle":"Crypto Functions","sectionTitle":"Murmur2","sectionRoute":"/docs/Runtime Environment/Crypto Functions#murmur2","type":"docs"},{"id":207,"pageTitle":"Crypto Functions","sectionTitle":"Murmur2A","sectionRoute":"/docs/Runtime Environment/Crypto Functions#murmur2a","type":"docs"},{"id":208,"pageTitle":"Crypto Functions","sectionTitle":"Murmur64A","sectionRoute":"/docs/Runtime Environment/Crypto Functions#murmur64a","type":"docs"},{"id":209,"pageTitle":"Crypto Functions","sectionTitle":"Murmur64B","sectionRoute":"/docs/Runtime Environment/Crypto Functions#murmur64b","type":"docs"},{"id":210,"pageTitle":"Crypto Functions","sectionTitle":"Murmur2Neutral","sectionRoute":"/docs/Runtime Environment/Crypto Functions#murmur2neutral","type":"docs"},{"id":211,"pageTitle":"Crypto Functions","sectionTitle":"PRNGs","sectionRoute":"/docs/Runtime Environment/Crypto Functions#prngs","type":"docs"},{"id":212,"pageTitle":"Crypto Functions","sectionTitle":"random","sectionRoute":"/docs/Runtime Environment/Crypto Functions#random","type":"docs"},{"id":213,"pageTitle":"Crypto Functions","sectionTitle":"Misc Functions","sectionRoute":"/docs/Runtime Environment/Crypto Functions#misc-functions","type":"docs"},{"id":214,"pageTitle":"Crypto Functions","sectionTitle":"hexdigest","sectionRoute":"/docs/Runtime Environment/Crypto Functions#hexdigest","type":"docs"},{"id":188,"pageTitle":"Global Functions","sectionTitle":"Global Functions","sectionRoute":"/docs/Runtime Environment/Global Functions","type":"docs"},{"id":189,"pageTitle":"Global Functions","sectionTitle":"New Functions","sectionRoute":"/docs/Runtime Environment/Global Functions#new-functions","type":"docs"},{"id":190,"pageTitle":"Global Functions","sectionTitle":"utostring","sectionRoute":"/docs/Runtime Environment/Global Functions#utostring","type":"docs"},{"id":191,"pageTitle":"Global Functions","sectionTitle":"utonumber","sectionRoute":"/docs/Runtime Environment/Global Functions#utonumber","type":"docs"},{"id":234,"pageTitle":"IO Functions","sectionTitle":"IO Functions","sectionRoute":"/docs/Runtime Environment/IO Functions","type":"docs"},{"id":235,"pageTitle":"IO Functions","sectionTitle":"io.isdir","sectionRoute":"/docs/Runtime Environment/IO Functions#ioisdir","type":"docs"},{"id":236,"pageTitle":"IO Functions","sectionTitle":"io.isfile","sectionRoute":"/docs/Runtime Environment/IO Functions#ioisfile","type":"docs"},{"id":237,"pageTitle":"IO Functions","sectionTitle":"io.listdir","sectionRoute":"/docs/Runtime Environment/IO Functions#iolistdir","type":"docs"},{"id":238,"pageTitle":"IO Functions","sectionTitle":"io.exists","sectionRoute":"/docs/Runtime Environment/IO Functions#ioexists","type":"docs"},{"id":239,"pageTitle":"IO Functions","sectionTitle":"io.copyto","sectionRoute":"/docs/Runtime Environment/IO Functions#iocopyto","type":"docs"},{"id":240,"pageTitle":"IO Functions","sectionTitle":"io.filesize","sectionRoute":"/docs/Runtime Environment/IO Functions#iofilesize","type":"docs"},{"id":241,"pageTitle":"IO Functions","sectionTitle":"io.makedir","sectionRoute":"/docs/Runtime Environment/IO Functions#iomakedir","type":"docs"},{"id":242,"pageTitle":"IO Functions","sectionTitle":"io.makedirs","sectionRoute":"/docs/Runtime Environment/IO Functions#iomakedirs","type":"docs"},{"id":243,"pageTitle":"IO Functions","sectionTitle":"io.absolute","sectionRoute":"/docs/Runtime Environment/IO Functions#ioabsolute","type":"docs"},{"id":221,"pageTitle":"JSON Functions","sectionTitle":"JSON Functions","sectionRoute":"/docs/Runtime Environment/JSON Functions","type":"docs"},{"id":222,"pageTitle":"JSON Functions","sectionTitle":"json","sectionRoute":"/docs/Runtime Environment/JSON Functions#json","type":"docs"},{"id":223,"pageTitle":"JSON Functions","sectionTitle":"json.encode(data, pretty)","sectionRoute":"/docs/Runtime Environment/JSON Functions#jsonencodedata-pretty","type":"docs"},{"id":224,"pageTitle":"JSON Functions","sectionTitle":"json.decode(data)","sectionRoute":"/docs/Runtime Environment/JSON Functions#jsondecodedata","type":"docs"},{"id":225,"pageTitle":"OS Functions","sectionTitle":"OS Functions","sectionRoute":"/docs/Runtime Environment/OS Functions","type":"docs"},{"id":226,"pageTitle":"OS Functions","sectionTitle":"os.sleep","sectionRoute":"/docs/Runtime Environment/OS Functions#ossleep","type":"docs"},{"id":227,"pageTitle":"OS Functions","sectionTitle":"os.millis","sectionRoute":"/docs/Runtime Environment/OS Functions#osmillis","type":"docs"},{"id":228,"pageTitle":"OS Functions","sectionTitle":"os.nanos","sectionRoute":"/docs/Runtime Environment/OS Functions#osnanos","type":"docs"},{"id":229,"pageTitle":"OS Functions","sectionTitle":"os.seconds","sectionRoute":"/docs/Runtime Environment/OS Functions#osseconds","type":"docs"},{"id":230,"pageTitle":"OS Functions","sectionTitle":"os.unixseconds","sectionRoute":"/docs/Runtime Environment/OS Functions#osunixseconds","type":"docs"},{"id":244,"pageTitle":"String Functions","sectionTitle":"String Functions","sectionRoute":"/docs/Runtime Environment/String Functions","type":"docs"},{"id":245,"pageTitle":"String Functions","sectionTitle":"New Functions","sectionRoute":"/docs/Runtime Environment/String Functions#new-functions","type":"docs"},{"id":246,"pageTitle":"String Functions","sectionTitle":"string.split","sectionRoute":"/docs/Runtime Environment/String Functions#stringsplit","type":"docs"},{"id":247,"pageTitle":"String Functions","sectionTitle":"string.lfind","sectionRoute":"/docs/Runtime Environment/String Functions#stringlfind","type":"docs"},{"id":248,"pageTitle":"String Functions","sectionTitle":"string.rfind","sectionRoute":"/docs/Runtime Environment/String Functions#stringrfind","type":"docs"},{"id":249,"pageTitle":"String Functions","sectionTitle":"string.strip","sectionRoute":"/docs/Runtime Environment/String Functions#stringstrip","type":"docs"},{"id":250,"pageTitle":"String Functions","sectionTitle":"string.lstrip","sectionRoute":"/docs/Runtime Environment/String Functions#stringlstrip","type":"docs"},{"id":251,"pageTitle":"String Functions","sectionTitle":"string.rstrip","sectionRoute":"/docs/Runtime Environment/String Functions#stringrstrip","type":"docs"},{"id":252,"pageTitle":"String Functions","sectionTitle":"string.isascii","sectionRoute":"/docs/Runtime Environment/String Functions#stringisascii","type":"docs"},{"id":253,"pageTitle":"String Functions","sectionTitle":"string.islower","sectionRoute":"/docs/Runtime Environment/String Functions#stringislower","type":"docs"},{"id":254,"pageTitle":"String Functions","sectionTitle":"string.isalpha","sectionRoute":"/docs/Runtime Environment/String Functions#stringisalpha","type":"docs"},{"id":255,"pageTitle":"String Functions","sectionTitle":"string.isupper","sectionRoute":"/docs/Runtime Environment/String Functions#stringisupper","type":"docs"},{"id":256,"pageTitle":"String Functions","sectionTitle":"string.isalnum","sectionRoute":"/docs/Runtime Environment/String Functions#stringisalnum","type":"docs"},{"id":257,"pageTitle":"String Functions","sectionTitle":"string.uformat","sectionRoute":"/docs/Runtime Environment/String Functions#stringuformat","type":"docs"},{"id":258,"pageTitle":"String Functions","sectionTitle":"string.contains","sectionRoute":"/docs/Runtime Environment/String Functions#stringcontains","type":"docs"},{"id":259,"pageTitle":"String Functions","sectionTitle":"string.casefold","sectionRoute":"/docs/Runtime Environment/String Functions#stringcasefold","type":"docs"},{"id":260,"pageTitle":"String Functions","sectionTitle":"string.partition","sectionRoute":"/docs/Runtime Environment/String Functions#stringpartition","type":"docs"},{"id":261,"pageTitle":"String Functions","sectionTitle":"string.endswith","sectionRoute":"/docs/Runtime Environment/String Functions#stringendswith","type":"docs"},{"id":262,"pageTitle":"String Functions","sectionTitle":"string.startswith","sectionRoute":"/docs/Runtime Environment/String Functions#stringstartswith","type":"docs"},{"id":263,"pageTitle":"String Functions","sectionTitle":"string.find_last_of","sectionRoute":"/docs/Runtime Environment/String Functions#stringfind_last_of","type":"docs"},{"id":264,"pageTitle":"String Functions","sectionTitle":"string.find_first_of","sectionRoute":"/docs/Runtime Environment/String Functions#stringfind_first_of","type":"docs"},{"id":265,"pageTitle":"String Functions","sectionTitle":"string.iswhitespace","sectionRoute":"/docs/Runtime Environment/String Functions#stringiswhitespace","type":"docs"},{"id":266,"pageTitle":"String Functions","sectionTitle":"string.find_last_not_of","sectionRoute":"/docs/Runtime Environment/String Functions#stringfind_last_not_of","type":"docs"},{"id":267,"pageTitle":"String Functions","sectionTitle":"string.find_first_not_of","sectionRoute":"/docs/Runtime Environment/String Functions#stringfind_first_not_of","type":"docs"},{"id":268,"pageTitle":"String Functions","sectionTitle":"Modified Functions","sectionRoute":"/docs/Runtime Environment/String Functions#modified-functions","type":"docs"},{"id":269,"pageTitle":"String Functions","sectionTitle":"string.upper","sectionRoute":"/docs/Runtime Environment/String Functions#stringupper","type":"docs"},{"id":270,"pageTitle":"String Functions","sectionTitle":"string.lower","sectionRoute":"/docs/Runtime Environment/String Functions#stringlower","type":"docs"},{"id":271,"pageTitle":"Table Functions","sectionTitle":"Table Functions","sectionRoute":"/docs/Runtime Environment/Table Functions","type":"docs"},{"id":272,"pageTitle":"Table Functions","sectionTitle":"table.freeze","sectionRoute":"/docs/Runtime Environment/Table Functions#tablefreeze","type":"docs"},{"id":273,"pageTitle":"Table Functions","sectionTitle":"table.isfrozen","sectionRoute":"/docs/Runtime Environment/Table Functions#tableisfrozen","type":"docs"},{"id":274,"pageTitle":"Table Functions","sectionTitle":"table.contains","sectionRoute":"/docs/Runtime Environment/Table Functions#tablecontains","type":"docs"},{"id":231,"pageTitle":"","sectionTitle":"Tooling","sectionRoute":"/docs/Tooling","type":"docs"},{"id":232,"pageTitle":"","sectionTitle":"Syntax Highlighting","sectionRoute":"/docs/Tooling#syntax-highlighting","type":"docs"},{"id":233,"pageTitle":"","sectionTitle":"Language Server","sectionRoute":"/docs/Tooling#language-server","type":"docs"}],"index":{"version":"2.3.9","fields":["title","content","tags"],"fieldVectors":[["title/5",[0,5.111,1,4.61]],["content/5",[2,7.329,3,8.941,4,7.329,5,6.61,6,2.874,7,2.659,8,3.956,9,5.065,10,1.416,11,5.501,12,7.329,13,6.137,14,5.501,15,5.784,16,7.329]],["tags/5",[]],["title/6",[17,2.821,18,2.125]],["content/6",[6,1.968,18,2.545,19,4.399,20,2.438,21,2.473,22,6.121,23,3.419,24,4.053,25,5.521,26,4.134,27,4.219,28,6.121,29,1.355,30,5.126,31,5.521,32,6.121,33,6.121,34,2.405,35,1.633,36,6.121,37,3.54,38,5.521,39,5.521,40,4.231,41,3.953,42,0.11,43,6.121,44,3.631,45,5.516,46,3.05,47,6.121,48,0.969]],["tags/6",[]],["title/7",[21,2.065,49,3.301]],["content/7",[7,2.221,19,4.399,26,3.17,27,3.236,29,1.04,42,0.169,49,3.953,50,6.121,51,4.734,52,6.121,53,4.595,54,3.305,55,5.126,56,6.121,57,6.121,58,4.863,59,4.831,60,4.084,61,1.41,62,1.968,63,6.121,64,5.521,65,7.981,66,2.151,67,5.521,68,3.836,69,2.545,70,4.399]],["tags/7",[]],["title/8",[71,1.922]],["content/8",[26,3.355,27,3.424,42,0.163,58,4.545,59,5.112,60,4.321,61,1.145,66,1.746,69,2.693,71,1.924,72,6.477,73,3.497,74,2.209,75,2.412,76,6.477,77,6.477,78,6.477,79,5.842,80,2.321,81,2.817,82,3.574,83,1.903,84,5.424,85,6.477,86,4.321,87,1.71,88,6.477,89,5.842]],["tags/8",[]],["title/9",[90,4.858]],["content/9",[18,2.395,19,4.139,26,2.983,27,3.045,42,0.18,44,3.416,45,3.981,46,2.87,49,3.72,58,2.87,66,1.553,70,6.604,91,5.195,92,5.76,93,6.916,94,3.981,95,5.76,96,5.76,97,1.749,98,5.598,99,6.916,100,7.668,101,2.818,102,5.76,103,1.852,104,3.609,105,4.324,106,4.324,107,3.981,108,2.586,109,4.324]],["tags/9",[]],["title/10",[110,2.105]],["content/10",[26,4.31,27,4.399,35,1.742,37,3.778,97,1.983,101,3.059,103,2.675,111,5.154,112,1.982,113,2.283,114,3.778,115,8.322,116,5.72,117,6.531,118,6.969,119,8.322,120,5.154,121,8.322,122,6.531]],["tags/10",[]],["title/11",[123,1.394]],["content/11",[19,2.756,26,2.977,27,3.038,29,0.651,42,0.19,51,3.409,59,3.027,61,0.678,82,2.117,83,1.127,84,4.813,93,3.459,94,2.651,103,1.848,110,1.247,112,0.913,116,3.409,123,1.649,124,3.835,125,3.835,126,1.643,127,4.865,128,1.67,129,3.644,130,1.528,131,3.459,132,4.813,133,3.835,134,7.657,135,4.536,136,7.476,137,2.166,138,3.835,139,4.536,140,4.813,141,4.813,142,4.813,143,1.869,144,4.813,145,1.34,146,1.695,147,1.324,148,3.459,149,2.336,150,3.459,151,6.412,152,6.412,153,1.842,154,4.13,155,3.835,156,3.835]],["tags/11",[]],["title/12",[157,3.81,158,3.537,159,4.224]],["content/12",[18,1.915,19,3.309,26,2.385,27,2.434,42,0.191,45,3.183,59,3.634,103,2.112,110,2.137,113,1.609,116,2.731,127,2.731,135,3.634,136,7.397,138,3.072,139,3.634,140,3.856,141,3.856,142,3.856,143,2.137,144,3.856,147,1.59,151,6.415,152,6.415,153,2.212,154,4.722,157,4.153,158,5.502,160,3.634,161,3.856,162,4.153,163,4.153,164,4.605,165,3.072,166,2.974,167,1.497,168,2.974,169,1.65,170,4.605,171,1.972,172,4.605,173,4.605,174,4.605,175,4.153,176,3.457,177,4.153,178,4.153,179,3.309,180,4.605]],["tags/12",[]],["title/13",[48,0.809,181,4.61]],["content/13",[15,2.954,17,2.066,19,2.69,26,1.939,27,1.979,29,0.636,35,0.998,42,0.188,44,2.22,45,2.587,46,1.865,48,1.285,55,3.135,60,2.497,81,2.455,83,1.1,103,2.431,113,1.308,114,2.165,116,2.22,123,1.629,127,2.22,128,1.088,131,3.376,136,5.689,138,2.497,139,2.954,140,3.135,141,3.135,142,3.135,143,1.835,144,3.135,151,5.689,152,5.689,153,1.798,154,4.056,158,3.135,161,3.135,175,3.376,182,3.743,183,3.743,184,6.128,185,3.743,186,3.743,187,3.743,188,3.743,189,1.681,190,5.091,191,2.28,192,3.743,193,1.654,194,1.654,195,1.451,196,1.534,197,3.743,198,3.376,199,2.81,200,1.451,201,5.091,202,0.806,203,2.28,204,3.376,205,1.203,206,3.376,207,3.743,208,3.743,209,3.376,210,3.743,211,1.681,212,2.587,213,3.376,214,3.743,215,2.114,216,3.743,217,1.292]],["tags/13",[]],["title/14",[71,1.518,218,0.618]],["content/14",[11,5.813,26,3.028,27,3.09,42,0.105,48,0.926,60,3.9,71,2.745,97,1.775,105,4.389,112,1.392,149,3.561,160,4.614,161,4.896,165,3.9,184,5.273,201,5.273,202,1.259,217,2.018,218,1.162,219,4.896,220,5.846,221,2.625,222,5.846,223,2.668,224,4.041,225,7.744,226,2.913,227,5.846,228,5.846,229,5.846,230,4.896,231,3.787,232,3.9,233,3.9,234,5.846]],["tags/14",[]],["title/15",[87,1.349,235,1.765]],["content/15",[26,3.355,27,3.424,29,1.406,42,0.116,44,3.842,45,4.477,66,1.746,68,4.059,71,1.924,83,1.903,87,1.71,128,1.882,179,4.655,198,5.842,209,5.842,218,0.783,231,3.168,235,3.149,236,5.424,237,6.477,238,6.477,239,6.477,240,2.733,241,5.842,242,6.477,243,5.112,244,4.183,245,4.655,246,6.477]],["tags/15",[]],["title/16",[215,2.886,247,4.61]],["content/16",[1,5.478,6,1.952,7,2.882,10,1.486,11,4.559,13,5.086,14,4.559,15,6.267,20,2.419,29,1.031,42,0.109,51,4.71,55,5.086,61,1.403,80,2.176,110,1.975,128,1.765,130,2.419,162,7.162,194,2.684,230,5.086,248,7.941,249,6.074,250,6.074,251,5.488,252,3.352,253,6.074,254,2.602,255,2.563,256,6.074]],["tags/16",[]],["title/1",[42,0.076,257,2.919,258,2.919]],["content/1",[6,1.471,10,1.395,37,2.648,42,0.149,44,2.715,46,3.26,48,0.725,62,2.103,81,1.991,83,1.922,94,3.164,110,2.483,114,2.648,137,3.694,145,2.287,149,2.788,205,1.471,231,2.239,252,2.526,257,3.164,258,4.522,259,3.143,260,4.784,261,3.323,262,3.436,263,3.29,264,1.661,265,3.436,266,2.42,267,3.613,268,2.585,269,2.42,270,2.715,271,4.225,272,3,273,3.29,274,1.849,275,3.436,276,1.6,277,4.702,278,3.436,279,3.29,280,3.054,281,3.436,282,3.436,283,3.29,284,1.006,285,3.784,286,3.436,287,3.436,288,3.436,289,3.436,290,4.365,291,3.164,292,1.876,293,2.648,294,3.436]],["tags/1",[]],["title/2",[42,0.064,83,1.057,260,2.255,261,1.827]],["content/2",[6,1.471,10,1.395,37,2.648,42,0.149,44,2.715,46,3.26,48,0.725,62,2.103,81,1.991,83,1.922,94,3.164,110,2.483,114,2.648,137,3.694,145,2.287,149,2.788,205,1.471,231,2.239,252,2.526,257,3.164,258,4.522,259,3.143,260,4.784,261,3.323,262,3.436,263,3.29,264,1.661,265,3.436,266,2.42,267,3.613,268,2.585,269,2.42,270,2.715,271,4.225,272,3,273,3.29,274,1.849,275,3.436,276,1.6,277,4.702,278,3.436,279,3.29,280,3.054,281,3.436,282,3.436,283,3.29,284,1.006,285,3.784,286,3.436,287,3.436,288,3.436,289,3.436,290,4.365,291,3.164,292,1.876,293,2.648,294,3.436]],["tags/2",[]],["title/3",[42,0.064,110,1.17,271,2.324,272,1.414]],["content/3",[6,1.471,10,1.395,37,2.648,42,0.149,44,2.715,46,3.26,48,0.725,62,2.103,81,1.991,83,1.922,94,3.164,110,2.483,114,2.648,137,3.694,145,2.287,149,2.788,205,1.471,231,2.239,252,2.526,257,3.164,258,4.522,259,3.143,260,4.784,261,3.323,262,3.436,263,3.29,264,1.661,265,3.436,266,2.42,267,3.613,268,2.585,269,2.42,270,2.715,271,4.225,272,3,273,3.29,274,1.849,275,3.436,276,1.6,277,4.702,278,3.436,279,3.29,280,3.054,281,3.436,282,3.436,283,3.29,284,1.006,285,3.784,286,3.436,287,3.436,288,3.436,289,3.436,290,4.365,291,3.164,292,1.876,293,2.648,294,3.436]],["tags/3",[]],["title/4",[42,0.076,290,2.818,291,2.919]],["content/4",[6,1.471,10,1.395,37,2.648,42,0.149,44,2.715,46,3.26,48,0.725,62,2.103,81,1.991,83,1.922,94,3.164,110,2.483,114,2.648,137,3.694,145,2.287,149,2.788,205,1.471,231,2.239,252,2.526,257,3.164,258,4.522,259,3.143,260,4.784,261,3.323,262,3.436,263,3.29,264,1.661,265,3.436,266,2.42,267,3.613,268,2.585,269,2.42,270,2.715,271,4.225,272,3,273,3.29,274,1.849,275,3.436,276,1.6,277,4.702,278,3.436,279,3.29,280,3.054,281,3.436,282,3.436,283,3.29,284,1.006,285,3.784,286,3.436,287,3.436,288,3.436,289,3.436,290,4.365,291,3.164,292,1.876,293,2.648,294,3.436]],["tags/4",[]],["title/35",[42,0.076,61,0.746,295,1.706]],["content/35",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.783,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/35",[]],["title/36",[42,0.076,305,1.866,306,1.837]],["content/36",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.783,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/36",[]],["title/37",[42,0.076,196,1.731,308,1.494]],["content/37",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.783,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/37",[]],["title/38",[42,0.076,308,1.494,318,1.731]],["content/38",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.783,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/38",[]],["title/39",[42,0.076,66,1.138,321,1.866]],["content/39",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.783,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/39",[]],["title/40",[42,0.076,123,0.91,326,1.896]],["content/40",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.783,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/40",[]],["title/41",[34,1.659,42,0.076,336,1.782]],["content/41",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.783,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/41",[]],["title/42",[42,0.076,61,0.746,254,1.809]],["content/42",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.783,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/42",[]],["title/43",[42,0.076,66,1.138,342,1.809]],["content/43",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.783,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/43",[]],["title/44",[42,0.092,346,2.258]],["content/44",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.783,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/44",[]],["title/45",[42,0.092,110,1.662]],["content/45",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.783,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/45",[]],["title/46",[42,0.076,308,1.494,349,1.706]],["content/46",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.783,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/46",[]],["title/47",[42,0.076,74,1.44,217,1.458]],["content/47",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.783,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/47",[]],["title/48",[42,0.076,143,1.374,217,1.458]],["content/48",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.783,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/48",[]],["title/49",[42,0.076,128,1.227,255,1.782]],["content/49",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.783,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/49",[]],["title/50",[42,0.092,66,1.378]],["content/50",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.783,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/50",[]],["title/51",[42,0.076,143,1.374,360,1.837]],["content/51",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.783,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/51",[]],["title/52",[42,0.092,362,2.223]],["content/52",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.783,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/52",[]],["title/53",[42,0.076,363,1.866,364,1.866]],["content/53",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.783,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/53",[]],["title/54",[42,0.076,367,1.866,368,1.896]],["content/54",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.783,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/54",[]],["title/55",[42,0.064,69,1.496,83,1.057,381,0.902]],["content/55",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.783,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/55",[]],["title/56",[42,0.076,381,1.058,388,1.782]],["content/56",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.783,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/56",[]],["title/57",[18,1.496,42,0.064,323,1.565,391,1.616]],["content/57",[7,1.918,10,1.02,18,1.428,20,0.804,21,1.387,29,0.897,34,1.349,35,0.916,42,0.174,48,0.709,61,1.214,62,1.104,66,1.852,69,1.428,71,0.6,74,1.528,75,0.752,80,2.122,83,0.593,87,1.182,97,0.613,101,0.742,103,0.649,110,1.926,113,1.2,123,1.48,128,0.998,130,0.804,143,1.457,145,1.2,146,0.892,147,0.697,167,0.657,169,1.23,171,0.865,189,0.907,193,0.892,194,0.892,195,0.783,196,2.166,200,1.331,202,0.435,205,1.104,211,1.542,217,2.045,218,0.244,221,0.907,223,0.921,235,1.185,240,0.852,254,1.471,255,1.449,264,0.733,272,0.793,274,0.816,284,0.444,292,1.407,295,2.776,296,0.762,297,0.937,298,0.937,299,0.752,300,0.937,301,0.852,302,1.76,303,1.979,304,1.593,305,1.517,306,1.494,307,0.921,308,2.096,309,1.836,310,0.907,311,0.878,312,0.921,313,0.921,314,0.921,315,0.921,316,0.921,317,1.919,318,1.407,319,0.937,320,0.921,321,1.517,322,0.816,323,1.949,324,0.937,325,1.471,326,0.907,327,0.907,328,0.921,329,0.937,330,0.921,331,0.907,332,0.921,333,0.937,334,0.937,335,0.937,336,1.89,337,0.907,338,0.937,339,0.907,340,1.699,341,0.793,342,1.471,343,0.852,344,0.793,345,0.906,346,0.892,347,1.262,348,1.471,349,1.387,350,0.84,351,0.827,352,0.865,353,1.407,354,0.84,355,0.921,356,0.921,357,1.391,358,0.878,359,0.804,360,1.494,361,0.907,362,1.494,363,0.892,364,1.979,365,0.937,366,0.84,367,0.892,368,0.907,369,0.878,370,0.937,371,0.907,372,0.907,373,0.907,374,0.804,375,0.937,376,0.921,377,0.937,378,0.937,379,0.921,380,0.724,381,1.123,382,0.921,383,0.937,384,0.937,385,0.878,386,0.921,387,0.907,388,1.449,389,0.907,390,0.937,391,1.542,392,0.852,393,0.793,394,0.921]],["tags/57",[]],["title/65",[42,0.076,195,1.637,357,1.312]],["content/65",[6,1.667,10,1.293,29,1.213,42,0.171,51,3.076,62,1.667,66,1.398,71,1.54,75,2.659,87,1.369,165,3.46,167,1.687,195,2.767,235,1.79,264,1.882,276,2.496,299,1.931,347,1.906,357,3.235,392,2.188,395,3.727,396,4.475,397,3.076,398,4.612,399,3.46,400,3.249,401,4.475,402,5.118,403,3.727,404,4.612,405,2.686,406,3.727,407,3.076,408,3.349]],["tags/65",[]],["title/66",[42,0.076,357,1.312,396,2.646]],["content/66",[6,1.667,10,1.293,29,1.213,42,0.171,51,3.076,62,1.667,66,1.398,71,1.54,75,2.659,87,1.369,165,3.46,167,1.687,195,2.767,235,1.79,264,1.882,276,2.496,299,1.931,347,1.906,357,3.235,392,2.188,395,3.727,396,4.475,397,3.076,398,4.612,399,3.46,400,3.249,401,4.475,402,5.118,403,3.727,404,4.612,405,2.686,406,3.727,407,3.076,408,3.349]],["tags/66",[]],["title/67",[42,0.076,357,1.312,398,2.728]],["content/67",[6,1.667,10,1.293,29,1.213,42,0.171,51,3.076,62,1.667,66,1.398,71,1.54,75,2.659,87,1.369,165,3.46,167,1.687,195,2.767,235,1.79,264,1.882,276,2.496,299,1.931,347,1.906,357,3.235,392,2.188,395,3.727,396,4.475,397,3.076,398,4.612,399,3.46,400,3.249,401,4.475,402,5.118,403,3.727,404,4.612,405,2.686,406,3.727,407,3.076,408,3.349]],["tags/67",[]],["title/68",[42,0.064,357,1.118,401,2.255,402,2.255]],["content/68",[6,1.667,10,1.293,29,1.213,42,0.171,51,3.076,62,1.667,66,1.398,71,1.54,75,2.659,87,1.369,165,3.46,167,1.687,195,2.767,235,1.79,264,1.882,276,2.496,299,1.931,347,1.906,357,3.235,392,2.188,395,3.727,396,4.475,397,3.076,398,4.612,399,3.46,400,3.249,401,4.475,402,5.118,403,3.727,404,4.612,405,2.686,406,3.727,407,3.076,408,3.349]],["tags/68",[]],["title/69",[42,0.076,357,1.312,404,2.728]],["content/69",[6,1.667,10,1.293,29,1.213,42,0.171,51,3.076,62,1.667,66,1.398,71,1.54,75,2.659,87,1.369,165,3.46,167,1.687,195,2.767,235,1.79,264,1.882,276,2.496,299,1.931,347,1.906,357,3.235,392,2.188,395,3.727,396,4.475,397,3.076,398,4.612,399,3.46,400,3.249,401,4.475,402,5.118,403,3.727,404,4.612,405,2.686,406,3.727,407,3.076,408,3.349]],["tags/69",[]],["title/160",[42,0.092,110,1.662]],["content/160",[6,2.242,8,4.465,10,1.224,17,2.159,29,0.664,41,2.526,42,0.155,48,0.619,49,2.526,74,1.99,81,1.702,82,2.159,83,2.049,87,1.033,110,1.897,113,1.367,123,1.868,130,2.324,147,1.351,153,1.879,169,1.402,205,1.258,218,0.705,231,1.913,244,3.767,266,2.068,276,2.039,299,1.457,344,1.537,350,1.627,351,1.603,381,1.938,397,2.32,405,2.026,409,3.767,410,3.892,411,3.767,412,2.811,413,2.811,414,1.729,415,2.704,416,2.811,417,1.879,418,2.811,419,2.811,420,2.811,421,2.61,422,2.811,423,2.811,424,3.767,425,3.892,426,3.554,427,2.451,428,2.811,429,2.811,430,2.451,431,2.704,432,1.785,433,2.937,434,2.704,435,1.785,436,3.892,437,5.013,438,2.811,439,2.811,440,2.704,441,2.704,442,2.811,443,2.61,444,2.704,445,2.811,446,2.61]],["tags/160",[]],["title/161",[8,2.28,42,0.076,123,0.91]],["content/161",[6,2.242,8,4.465,10,1.224,17,2.159,29,0.664,41,2.526,42,0.155,48,0.619,49,2.526,74,1.99,81,1.702,82,2.159,83,2.049,87,1.033,110,1.897,113,1.367,123,1.868,130,2.324,147,1.351,153,1.879,169,1.402,205,1.258,218,0.705,231,1.913,244,3.767,266,2.068,276,2.039,299,1.457,344,1.537,350,1.627,351,1.603,381,1.938,397,2.32,405,2.026,409,3.767,410,3.892,411,3.767,412,2.811,413,2.811,414,1.729,415,2.704,416,2.811,417,1.879,418,2.811,419,2.811,420,2.811,421,2.61,422,2.811,423,2.811,424,3.767,425,3.892,426,3.554,427,2.451,428,2.811,429,2.811,430,2.451,431,2.704,432,1.785,433,2.937,434,2.704,435,1.785,436,3.892,437,5.013,438,2.811,439,2.811,440,2.704,441,2.704,442,2.811,443,2.61,444,2.704,445,2.811,446,2.61]],["tags/161",[]],["title/162",[8,2.28,42,0.076,426,2.573]],["content/162",[6,2.242,8,4.465,10,1.224,17,2.159,29,0.664,41,2.526,42,0.155,48,0.619,49,2.526,74,1.99,81,1.702,82,2.159,83,2.049,87,1.033,110,1.897,113,1.367,123,1.868,130,2.324,147,1.351,153,1.879,169,1.402,205,1.258,218,0.705,231,1.913,244,3.767,266,2.068,276,2.039,299,1.457,344,1.537,350,1.627,351,1.603,381,1.938,397,2.32,405,2.026,409,3.767,410,3.892,411,3.767,412,2.811,413,2.811,414,1.729,415,2.704,416,2.811,417,1.879,418,2.811,419,2.811,420,2.811,421,2.61,422,2.811,423,2.811,424,3.767,425,3.892,426,3.554,427,2.451,428,2.811,429,2.811,430,2.451,431,2.704,432,1.785,433,2.937,434,2.704,435,1.785,436,3.892,437,5.013,438,2.811,439,2.811,440,2.704,441,2.704,442,2.811,443,2.61,444,2.704,445,2.811,446,2.61]],["tags/162",[]],["title/163",[42,0.076,244,2.728,434,2.919]],["content/163",[6,2.242,8,4.465,10,1.224,17,2.159,29,0.664,41,2.526,42,0.155,48,0.619,49,2.526,74,1.99,81,1.702,82,2.159,83,2.049,87,1.033,110,1.897,113,1.367,123,1.868,130,2.324,147,1.351,153,1.879,169,1.402,205,1.258,218,0.705,231,1.913,244,3.767,266,2.068,276,2.039,299,1.457,344,1.537,350,1.627,351,1.603,381,1.938,397,2.32,405,2.026,409,3.767,410,3.892,411,3.767,412,2.811,413,2.811,414,1.729,415,2.704,416,2.811,417,1.879,418,2.811,419,2.811,420,2.811,421,2.61,422,2.811,423,2.811,424,3.767,425,3.892,426,3.554,427,2.451,428,2.811,429,2.811,430,2.451,431,2.704,432,1.785,433,2.937,434,2.704,435,1.785,436,3.892,437,5.013,438,2.811,439,2.811,440,2.704,441,2.704,442,2.811,443,2.61,444,2.704,445,2.811,446,2.61]],["tags/163",[]],["title/164",[42,0.076,123,0.91,436,2.818]],["content/164",[6,2.242,8,4.465,10,1.224,17,2.159,29,0.664,41,2.526,42,0.155,48,0.619,49,2.526,74,1.99,81,1.702,82,2.159,83,2.049,87,1.033,110,1.897,113,1.367,123,1.868,130,2.324,147,1.351,153,1.879,169,1.402,205,1.258,218,0.705,231,1.913,244,3.767,266,2.068,276,2.039,299,1.457,344,1.537,350,1.627,351,1.603,381,1.938,397,2.32,405,2.026,409,3.767,410,3.892,411,3.767,412,2.811,413,2.811,414,1.729,415,2.704,416,2.811,417,1.879,418,2.811,419,2.811,420,2.811,421,2.61,422,2.811,423,2.811,424,3.767,425,3.892,426,3.554,427,2.451,428,2.811,429,2.811,430,2.451,431,2.704,432,1.785,433,2.937,434,2.704,435,1.785,436,3.892,437,5.013,438,2.811,439,2.811,440,2.704,441,2.704,442,2.811,443,2.61,444,2.704,445,2.811,446,2.61]],["tags/164",[]],["title/17",[42,0.076,341,1.659,447,1.682]],["content/17",[6,1.367,7,1.543,10,1.356,29,1.244,35,1.134,42,0.165,62,2.355,66,1.146,71,1.263,80,1.524,81,2.699,83,1.249,87,1.638,104,3.888,123,0.916,128,1.236,129,2.248,137,2.402,145,2.168,147,1.468,167,1.383,168,2.747,200,1.648,205,2.355,218,0.973,261,3.151,322,1.718,340,2.355,341,2.437,380,2.223,381,1.066,393,2.437,447,2.472,448,2.747,449,2.665,450,2.747,451,2.665,452,2.838,453,3.78,454,2.665,455,2.742,456,2.203,457,2.747,458,3.504,459,4.462,460,2.665,461,2.402,462,2.08,463,2.747,464,2.665,465,2.665,466,2.838,467,2.747,468,2.747,469,2.838,470,2.838,471,2.838,472,2.838,473,2.838,474,2.838]],["tags/17",[]],["title/18",[42,0.076,145,1.476,393,1.659]],["content/18",[6,1.367,7,1.543,10,1.356,29,1.244,35,1.134,42,0.165,62,2.355,66,1.146,71,1.263,80,1.524,81,2.699,83,1.249,87,1.638,104,3.888,123,0.916,128,1.236,129,2.248,137,2.402,145,2.168,147,1.468,167,1.383,168,2.747,200,1.648,205,2.355,218,0.973,261,3.151,322,1.718,340,2.355,341,2.437,380,2.223,381,1.066,393,2.437,447,2.472,448,2.747,449,2.665,450,2.747,451,2.665,452,2.838,453,3.78,454,2.665,455,2.742,456,2.203,457,2.747,458,3.504,459,4.462,460,2.665,461,2.402,462,2.08,463,2.747,464,2.665,465,2.665,466,2.838,467,2.747,468,2.747,469,2.838,470,2.838,471,2.838,472,2.838,473,2.838,474,2.838]],["tags/18",[]],["title/19",[42,0.076,218,0.51,449,2.646]],["content/19",[6,1.367,7,1.543,10,1.356,29,1.244,35,1.134,42,0.165,62,2.355,66,1.146,71,1.263,80,1.524,81,2.699,83,1.249,87,1.638,104,3.888,123,0.916,128,1.236,129,2.248,137,2.402,145,2.168,147,1.468,167,1.383,168,2.747,200,1.648,205,2.355,218,0.973,261,3.151,322,1.718,340,2.355,341,2.437,380,2.223,381,1.066,393,2.437,447,2.472,448,2.747,449,2.665,450,2.747,451,2.665,452,2.838,453,3.78,454,2.665,455,2.742,456,2.203,457,2.747,458,3.504,459,4.462,460,2.665,461,2.402,462,2.08,463,2.747,464,2.665,465,2.665,466,2.838,467,2.747,468,2.747,469,2.838,470,2.838,471,2.838,472,2.838,473,2.838,474,2.838]],["tags/19",[]],["title/20",[42,0.076,205,1.358,451,2.646]],["content/20",[6,1.367,7,1.543,10,1.356,29,1.244,35,1.134,42,0.165,62,2.355,66,1.146,71,1.263,80,1.524,81,2.699,83,1.249,87,1.638,104,3.888,123,0.916,128,1.236,129,2.248,137,2.402,145,2.168,147,1.468,167,1.383,168,2.747,200,1.648,205,2.355,218,0.973,261,3.151,322,1.718,340,2.355,341,2.437,380,2.223,381,1.066,393,2.437,447,2.472,448,2.747,449,2.665,450,2.747,451,2.665,452,2.838,453,3.78,454,2.665,455,2.742,456,2.203,457,2.747,458,3.504,459,4.462,460,2.665,461,2.402,462,2.08,463,2.747,464,2.665,465,2.665,466,2.838,467,2.747,468,2.747,469,2.838,470,2.838,471,2.838,472,2.838,473,2.838,474,2.838]],["tags/20",[]],["title/21",[42,0.064,218,0.435,261,1.827,453,2.192]],["content/21",[6,1.367,7,1.543,10,1.356,29,1.244,35,1.134,42,0.165,62,2.355,66,1.146,71,1.263,80,1.524,81,2.699,83,1.249,87,1.638,104,3.888,123,0.916,128,1.236,129,2.248,137,2.402,145,2.168,147,1.468,167,1.383,168,2.747,200,1.648,205,2.355,218,0.973,261,3.151,322,1.718,340,2.355,341,2.437,380,2.223,381,1.066,393,2.437,447,2.472,448,2.747,449,2.665,450,2.747,451,2.665,452,2.838,453,3.78,454,2.665,455,2.742,456,2.203,457,2.747,458,3.504,459,4.462,460,2.665,461,2.402,462,2.08,463,2.747,464,2.665,465,2.665,466,2.838,467,2.747,468,2.747,469,2.838,470,2.838,471,2.838,472,2.838,473,2.838,474,2.838]],["tags/21",[]],["title/22",[42,0.076,458,2.385,459,2.573]],["content/22",[6,1.367,7,1.543,10,1.356,29,1.244,35,1.134,42,0.165,62,2.355,66,1.146,71,1.263,80,1.524,81,2.699,83,1.249,87,1.638,104,3.888,123,0.916,128,1.236,129,2.248,137,2.402,145,2.168,147,1.468,167,1.383,168,2.747,200,1.648,205,2.355,218,0.973,261,3.151,322,1.718,340,2.355,341,2.437,380,2.223,381,1.066,393,2.437,447,2.472,448,2.747,449,2.665,450,2.747,451,2.665,452,2.838,453,3.78,454,2.665,455,2.742,456,2.203,457,2.747,458,3.504,459,4.462,460,2.665,461,2.402,462,2.08,463,2.747,464,2.665,465,2.665,466,2.838,467,2.747,468,2.747,469,2.838,470,2.838,471,2.838,472,2.838,473,2.838,474,2.838]],["tags/22",[]],["title/23",[42,0.076,340,1.358,380,1.513]],["content/23",[6,1.367,7,1.543,10,1.356,29,1.244,35,1.134,42,0.165,62,2.355,66,1.146,71,1.263,80,1.524,81,2.699,83,1.249,87,1.638,104,3.888,123,0.916,128,1.236,129,2.248,137,2.402,145,2.168,147,1.468,167,1.383,168,2.747,200,1.648,205,2.355,218,0.973,261,3.151,322,1.718,340,2.355,341,2.437,380,2.223,381,1.066,393,2.437,447,2.472,448,2.747,449,2.665,450,2.747,451,2.665,452,2.838,453,3.78,454,2.665,455,2.742,456,2.203,457,2.747,458,3.504,459,4.462,460,2.665,461,2.402,462,2.08,463,2.747,464,2.665,465,2.665,466,2.838,467,2.747,468,2.747,469,2.838,470,2.838,471,2.838,472,2.838,473,2.838,474,2.838]],["tags/23",[]],["title/24",[42,0.076,48,0.669,475,2.385]],["content/24",[10,1.539,42,0.179,48,1.642,61,1.067,73,2.212,101,1.506,123,1.3,128,1.754,226,3.94,259,1.968,276,3.083,345,2.226,381,1.982,417,1.968,432,3.609,455,3.495,475,3.409,476,3.506,477,3.331,478,2.43,479,2.43,480,1.655,481,2.37,482,2.43,483,3.331,484,2.166,485,4.181,486,4.096,487,2.166,488,2.122,489,2.122]],["tags/24",[]],["title/25",[42,0.076,48,0.669,477,2.331]],["content/25",[10,1.539,42,0.179,48,1.642,61,1.067,73,2.212,101,1.506,123,1.3,128,1.754,226,3.94,259,1.968,276,3.083,345,2.226,381,1.982,417,1.968,432,3.609,455,3.495,475,3.409,476,3.506,477,3.331,478,2.43,479,2.43,480,1.655,481,2.37,482,2.43,483,3.331,484,2.166,485,4.181,486,4.096,487,2.166,488,2.122,489,2.122]],["tags/25",[]],["title/26",[42,0.076,48,0.669,123,0.91]],["content/26",[10,1.539,42,0.179,48,1.642,61,1.067,73,2.212,101,1.506,123,1.3,128,1.754,226,3.94,259,1.968,276,3.083,345,2.226,381,1.982,417,1.968,432,3.609,455,3.495,475,3.409,476,3.506,477,3.331,478,2.43,479,2.43,480,1.655,481,2.37,482,2.43,483,3.331,484,2.166,485,4.181,486,4.096,487,2.166,488,2.122,489,2.122]],["tags/26",[]],["title/27",[42,0.076,48,0.669,61,0.746]],["content/27",[10,1.539,42,0.179,48,1.642,61,1.067,73,2.212,101,1.506,123,1.3,128,1.754,226,3.94,259,1.968,276,3.083,345,2.226,381,1.982,417,1.968,432,3.609,455,3.495,475,3.409,476,3.506,477,3.331,478,2.43,479,2.43,480,1.655,481,2.37,482,2.43,483,3.331,484,2.166,485,4.181,486,4.096,487,2.166,488,2.122,489,2.122]],["tags/27",[]],["title/28",[42,0.076,48,0.669,73,2.28]],["content/28",[10,1.539,42,0.179,48,1.642,61,1.067,73,2.212,101,1.506,123,1.3,128,1.754,226,3.94,259,1.968,276,3.083,345,2.226,381,1.982,417,1.968,432,3.609,455,3.495,475,3.409,476,3.506,477,3.331,478,2.43,479,2.43,480,1.655,481,2.37,482,2.43,483,3.331,484,2.166,485,4.181,486,4.096,487,2.166,488,2.122,489,2.122]],["tags/28",[]],["title/29",[42,0.076,48,0.669,480,1.706]],["content/29",[10,1.539,42,0.179,48,1.642,61,1.067,73,2.212,101,1.506,123,1.3,128,1.754,226,3.94,259,1.968,276,3.083,345,2.226,381,1.982,417,1.968,432,3.609,455,3.495,475,3.409,476,3.506,477,3.331,478,2.43,479,2.43,480,1.655,481,2.37,482,2.43,483,3.331,484,2.166,485,4.181,486,4.096,487,2.166,488,2.122,489,2.122]],["tags/29",[]],["title/30",[42,0.076,48,0.669,483,2.331]],["content/30",[10,1.539,42,0.179,48,1.642,61,1.067,73,2.212,101,1.506,123,1.3,128,1.754,226,3.94,259,1.968,276,3.083,345,2.226,381,1.982,417,1.968,432,3.609,455,3.495,475,3.409,476,3.506,477,3.331,478,2.43,479,2.43,480,1.655,481,2.37,482,2.43,483,3.331,484,2.166,485,4.181,486,4.096,487,2.166,488,2.122,489,2.122]],["tags/30",[]],["title/31",[42,0.076,48,0.669,484,2.232]],["content/31",[10,1.539,42,0.179,48,1.642,61,1.067,73,2.212,101,1.506,123,1.3,128,1.754,226,3.94,259,1.968,276,3.083,345,2.226,381,1.982,417,1.968,432,3.609,455,3.495,475,3.409,476,3.506,477,3.331,478,2.43,479,2.43,480,1.655,481,2.37,482,2.43,483,3.331,484,2.166,485,4.181,486,4.096,487,2.166,488,2.122,489,2.122]],["tags/31",[]],["title/32",[42,0.076,48,0.669,487,2.232]],["content/32",[10,1.539,42,0.179,48,1.642,61,1.067,73,2.212,101,1.506,123,1.3,128,1.754,226,3.94,259,1.968,276,3.083,345,2.226,381,1.982,417,1.968,432,3.609,455,3.495,475,3.409,476,3.506,477,3.331,478,2.43,479,2.43,480,1.655,481,2.37,482,2.43,483,3.331,484,2.166,485,4.181,486,4.096,487,2.166,488,2.122,489,2.122]],["tags/32",[]],["title/33",[42,0.076,48,0.669,488,2.187]],["content/33",[10,1.539,42,0.179,48,1.642,61,1.067,73,2.212,101,1.506,123,1.3,128,1.754,226,3.94,259,1.968,276,3.083,345,2.226,381,1.982,417,1.968,432,3.609,455,3.495,475,3.409,476,3.506,477,3.331,478,2.43,479,2.43,480,1.655,481,2.37,482,2.43,483,3.331,484,2.166,485,4.181,486,4.096,487,2.166,488,2.122,489,2.122]],["tags/33",[]],["title/34",[42,0.076,48,0.669,489,2.187]],["content/34",[10,1.539,42,0.179,48,1.642,61,1.067,73,2.212,101,1.506,123,1.3,128,1.754,226,3.94,259,1.968,276,3.083,345,2.226,381,1.982,417,1.968,432,3.609,455,3.495,475,3.409,476,3.506,477,3.331,478,2.43,479,2.43,480,1.655,481,2.37,482,2.43,483,3.331,484,2.166,485,4.181,486,4.096,487,2.166,488,2.122,489,2.122]],["tags/34",[]],["title/58",[414,2.86]],["content/58",[]],["tags/58",[]],["title/59",[6,1.358,10,0.669,414,1.866]],["content/59",[6,2.448,10,1.449,35,2.031,81,3.312,276,2.661,414,4.043,490,7.615,491,6.376,492,7.615,493,6.009,494,6.868,495,5.716]],["tags/59",[]],["title/60",[496,6.472]],["content/60",[10,1.318,29,1.413,46,3.254,48,1.034,71,1.94,82,3.604,111,5.154,123,1.407,143,2.124,169,2.34,295,2.638,318,2.676,336,2.756,345,1.724,347,2.401,349,2.638,443,4.357,453,3.978,456,3.383,458,3.688,460,4.092,462,3.194,463,4.218,464,4.092,497,4.357,498,4.694,499,6.531,500,5.891,501,6.531]],["tags/60",[]],["title/61",[414,2.258,502,2.886]],["content/61",[82,3.697,112,1.595,169,2.4,205,2.154,309,2.745,340,2.154,349,2.706,400,4.198,414,4.095,481,3.875,502,5.233,503,5.61,504,8.457,505,6.699,506,6.043,507,5.029,508,4.63,509,5.287,510,6.043,511,6.699,512,6.699,513,6.699,514,4.081]],["tags/61",[]],["title/62",[293,2.956,515,4.61]],["content/62",[29,0.821,42,0.161,101,1.776,108,2.17,109,5.104,114,2.795,167,1.572,176,3.628,233,5.695,266,4.755,309,3.686,318,3.224,336,2.039,345,1.276,348,2.07,349,3.872,385,2.102,414,4.123,456,3.521,458,2.729,460,3.028,462,2.364,497,3.224,498,3.473,502,5.269,508,3.34,516,4.359,517,7.814,518,4.833,519,4.833,520,4.833,521,4.359,522,4.359]],["tags/62",[]],["title/63",[293,2.956,311,2.223]],["content/63",[14,6.009,54,4.322,268,4.52,414,3.537,495,6.009,502,4.52,523,6.317,524,5.533,525,6.704]],["tags/63",[]],["title/64",[42,0.064,414,1.59,526,3.246,527,3.246]],["content/64",[10,1.321,21,2.182,29,0.917,31,4.872,42,0.097,44,3.204,71,1.604,79,4.872,81,2.349,82,2.981,114,4.825,143,1.757,160,4.263,224,3.733,240,2.279,251,3.733,259,2.594,293,3.124,306,3.194,308,2.598,309,3.009,330,3.351,343,2.279,352,2.314,366,2.246,381,1.354,414,3.686,458,3.05,502,4.146,515,6.623,517,6.986,521,4.872,522,4.872,526,4.872,527,4.872,528,3.733,529,5.401,530,5.401,531,5.401,532,5.401,533,5.401,534,5.401]],["tags/64",[]],["title/70",[257,3.533,258,3.533]],["content/70",[10,1.294,37,4.727,62,3.068,114,4.727,258,5.649,259,3.926]],["tags/70",[]],["title/71",[35,1.126,381,1.058,508,2.919]],["content/71",[231,3.915,260,5.016,268,4.52,269,4.231,270,4.748,381,2.006,508,5.533,535,5.533,536,8.005]],["tags/71",[]],["title/72",[54,2.28,537,3.81,538,4.224]],["content/72",[10,1.35,11,4.23,29,1.283,30,4.719,35,1.503,37,3.259,42,0.135,48,0.892,60,3.76,112,1.342,114,3.259,166,3.639,213,5.083,231,2.756,264,2.045,268,3.182,269,2.979,270,3.342,283,4.05,284,1.238,344,2.214,352,2.414,374,2.245,432,3.448,461,3.182,468,3.639,476,2.756,537,5.083,539,4.719,540,5.635,541,5.635,542,5.635,543,5.635,544,5.635,545,5.635,546,5.635,547,5.635,548,4.719,549,5.635,550,5.635,551,5.083,552,5.635,553,4.447,554,4.447,555,4.719]],["tags/72",[]],["title/74",[83,1.241,260,2.646,261,2.145]],["content/74",[7,2.187,10,0.954,35,1.607,37,3.486,62,1.937,74,2.055,83,1.77,97,1.83,101,2.215,110,1.96,163,5.436,194,2.663,203,3.671,231,2.948,259,2.895,260,3.776,261,3.061,262,4.524,263,4.331,264,2.187,265,5.931,266,3.186,268,3.403,269,3.186,270,3.575,271,3.892,272,3.104,556,6.027,557,6.027,558,6.027,559,6.027,560,6.027,561,5.436,562,6.027,563,6.027,564,6.027,565,6.027,566,6.027,567,5.047]],["tags/74",[]],["title/73",[110,1.374,271,2.728,272,1.659]],["content/73",[8,2.2,10,0.952,21,2.429,42,0.073,46,3.56,48,0.645,54,2.2,68,2.554,81,2.616,82,2.249,94,2.817,108,2.7,110,2.324,112,0.971,130,1.623,137,3.396,145,2.102,149,2.483,167,1.325,179,2.929,193,1.801,196,1.67,212,2.817,231,1.993,252,2.249,268,2.301,271,2.632,272,3.099,273,2.929,274,1.646,275,3.059,276,1.424,277,5.135,278,3.059,279,2.929,280,4.767,281,3.059,282,3.059,283,5.669,284,0.896,285,3.478,286,3.059,287,3.059,288,3.059,289,5.364,293,4.563,348,1.746,380,2.155,405,2.111,493,3.216,503,3.413,568,3.676,569,4.076,570,4.076,571,4.076,572,4.076,573,2.929,574,4.076,575,3.676,576,4.076,577,4.076,578,4.076,579,3.676,580,4.076,581,1.993,582,4.076,583,4.076,584,4.076,585,3.676,586,4.076,587,4.076,588,3.676,589,4.076,590,4.076,591,4.076,592,3.676]],["tags/73",[]],["title/75",[290,3.41,291,3.533]],["content/75",[6,2.547,10,1.255,44,4.7,205,2.547,252,4.373,260,4.965,290,5.286,292,3.247,293,4.583,294,5.948]],["tags/75",[]],["title/76",[293,3.743]],["content/76",[34,3.252,74,2.209,90,6.214,108,2.908,203,3.945,231,3.168,266,3.424,268,3.657,269,3.424,270,3.842,290,6.086,291,6.306,293,3.746,352,2.775,427,4.059,495,4.862,593,6.477,594,5.424,595,6.477,596,6.477,597,6.477,598,6.477,599,5.112,600,5.424,601,6.477,602,6.477]],["tags/76",[]],["title/77",[130,2.578]],["content/77",[8,2.06,35,1.018,42,0.181,46,2.853,48,0.604,58,4.282,68,5.128,70,2.743,74,1.302,87,1.511,97,3.114,120,7.235,153,3.669,196,2.347,215,2.155,218,0.461,284,1.258,347,1.403,360,1.66,600,4.796,603,3.196,604,3.816,605,5.665,606,3.442,607,3.442,608,3.196,609,3.816,610,3.816,611,3.442,612,3.816,613,6.873,614,5.727,615,3.816,616,6.873,617,3.816,618,3.816,619,3.816,620,3.816,621,3.816,622,3.816,623,3.816,624,3.816,625,3.816,626,3.816,627,3.442,628,3.816,629,3.816,630,3.816]],["tags/77",[]],["title/78",[20,2.036,631,5.111]],["content/78",[10,1.308,14,6.2,20,3.29,83,2.426,385,3.593,632,8.259]],["tags/78",[]],["title/79",[10,0.669,385,1.837,633,3.81]],["content/79",[10,1.541,20,2.975,29,1.536,35,1.992,37,4.32,67,6.737,167,2.429,385,3.935,633,6.737,634,7.469,635,7.469,636,7.469]],["tags/79",[]],["title/80",[637,4.61,638,3.301]],["content/80",[10,1.194,42,0.135,146,3.332,212,5.212,348,3.23,477,4.162,638,4.87,639,7.541,640,7.541,641,6.315,642,6.802,643,7.541,644,7.541,645,6.315,646,7.541]],["tags/80",[]],["title/81",[647,5.837]],["content/81",[10,1.098,42,0.124,169,2.486,203,4.226,224,4.795,347,2.55,374,2.763,486,3.593,491,5.81,647,7.797,648,5.81,649,7.239,650,5.81,651,8.644,652,5.475,653,6.938,654,6.938,655,3.219,656,6.938,657,6.938,658,6.938]],["tags/81",[]],["title/82",[659,4.28,660,4.28]],["content/82",[10,1.146,42,0.166,116,3.139,166,3.417,179,3.803,204,4.773,224,3.657,347,1.945,381,1.326,486,2.74,523,4.176,637,4.773,638,3.417,645,4.431,648,4.431,649,6.064,650,4.431,659,6.913,661,5.291,662,5.291,663,5.291,664,8.006,665,7.241,666,5.291,667,7.241,668,7.241,669,5.291,670,5.291,671,5.291,672,5.291,673,5.291,674,5.291,675,8.255,676,5.291,677,5.291,678,5.291,679,5.291,680,5.291,681,6.531,682,5.291,683,5.291,684,4.773]],["tags/82",[]],["title/83",[10,0.669,27,2.232,381,1.058]],["content/83",[10,1.376,14,5.255,17,3.863,29,1.189,215,3.953,269,3.7,344,2.75,374,2.788,381,2.178,424,4.521,426,4.264,660,5.862,685,6.314,686,5.862,687,7,688,7.84,689,7,690,7,691,6.314,692,4.386]],["tags/83",[]],["title/84",[114,2.956,693,4.61]],["content/84",[34,2.152,37,4.287,86,3.654,114,3.168,128,1.591,251,3.786,347,2.013,381,1.373,415,6.223,417,2.631,432,2.499,476,2.679,486,2.837,581,2.679,638,3.537,648,4.587,649,6.208,655,2.541,659,4.587,664,6.686,681,4.94,692,3.432,693,9.221,694,3.093,695,4.322,696,5.477,697,5.477,698,5.477,699,5.477,700,6.208,701,5.477,702,5.477,703,5.477,704,5.477,705,4.94,706,5.477,707,4.94,708,4.587,709,3.537]],["tags/84",[]],["title/85",[710,4.61,711,4.61]],["content/85",[42,0.124,149,4.226,215,3.917,251,4.795,269,4.977,316,3.166,638,4.48,660,5.81,686,5.81,688,6.258,709,4.48,710,7.797,711,7.797,712,6.938,713,8.644,714,6.938,715,6.938,716,6.938,717,6.938]],["tags/85",[]],["title/86",[113,2.262]],["content/86",[10,1.07,30,5.659,37,3.908,86,4.508,113,2.972,215,3.816,226,3.367,251,4.671,261,3.432,269,3.572,387,3.034,476,3.305,485,3.572,494,6.095,524,4.671,638,4.364,685,6.095,700,5.659,708,5.659,709,4.364,718,4.508,719,5.659,720,5.659,721,6.757,722,6.757,723,4.856]],["tags/86",[]],["title/87",[724,5.837]],["content/87",[10,1.515,29,1.302,42,0.103,54,4.14,86,3.843,169,2.064,191,3.509,251,3.981,264,2.09,269,4.053,347,2.117,359,2.294,432,2.628,476,2.817,497,3.843,510,6.916,553,4.546,573,4.139,638,3.72,650,6.421,691,5.195,705,5.195,707,5.195,708,7.218,709,5.566,724,8.631,725,5.76,726,5.76,727,4.546,728,5.76]],["tags/87",[]],["title/88",[10,1.025]],["content/88",[6,2.74,10,1.196,18,2.343,35,1.503,42,0.135,51,3.342,61,0.996,105,4.23,128,1.637,169,2.019,254,2.414,255,2.378,292,2.309,308,1.994,340,1.811,349,2.276,357,1.75,393,2.214,396,3.531,399,3.76,414,2.49,456,2.919,457,3.639,461,3.182,462,3.696,465,3.531,476,2.756,491,4.719,535,3.895,720,4.719,729,5.635,730,7.556,731,5.635,732,4.719,733,5.635,734,5.635,735,5.635,736,5.635,737,5.635,738,5.083,739,5.635,740,5.635,741,5.635,742,5.083]],["tags/88",[]],["title/89",[196,2.095,308,1.809]],["content/89",[42,0.172,58,4.422,74,1.805,87,1.397,97,3.118,110,3.196,112,1.724,116,4.295,153,2.542,196,4.1,205,1.701,217,1.827,274,2.138,309,2.168,310,2.376,311,2.302,312,2.415,313,2.415,314,2.415,315,2.415,316,2.415,317,2.267,343,2.233,719,4.431,743,4.773,744,4.773,745,3.972]],["tags/89",[]],["title/95",[69,1.756,83,1.241,381,1.058]],["content/95",[35,2.092,62,2.522,223,3.58,264,2.846,348,3.36,382,3.58,383,3.64,384,3.64,385,3.412,386,3.58,387,3.522]],["tags/95",[]],["title/96",[46,2.547,48,0.809]],["content/96",[5,4.527,10,0.795,23,2.15,29,0.852,35,1.339,42,0.173,46,3.478,48,1.271,60,3.349,69,2.087,83,2.358,217,1.733,218,0.844,226,2.501,347,1.845,381,2.428,387,3.134,389,2.253,426,3.057,461,2.834,476,3.415,480,2.028,484,2.653,487,2.653,488,2.599,489,2.599,720,4.203,746,4.527,747,4.203,748,6.982,749,6.982,750,4.527,751,5.019,752,3.961,753,5.019,754,5.019,755,5.019,756,4.203,757,2.455,758,5.019,759,5.019,760,4.527,761,4.527,762,4.527,763,4.527]],["tags/96",[]],["title/97",[90,4.858]],["content/97",[7,2.016,13,4.652,29,1.271,35,1.482,37,4.328,41,3.587,42,0.099,68,3.481,83,2.198,84,4.652,90,5.618,103,1.786,108,2.494,215,3.137,218,0.671,232,3.706,240,2.344,269,3.956,325,2.38,363,3.307,364,2.454,380,1.99,381,2.27,389,3.36,427,3.481,461,3.137,502,4.226,514,3.384,645,4.652,746,5.011,764,7.584,765,7.484,766,5.555,767,5.555,768,5.555,769,4.652,770,4.384]],["tags/97",[]],["title/90",[381,1.281,388,2.157]],["content/90",[10,0.954,35,1.607,48,0.954,66,1.624,71,1.79,128,2.561,143,1.96,191,3.671,205,1.937,217,2.081,218,0.728,232,4.021,255,2.543,274,2.435,292,2.47,317,2.582,345,1.591,360,2.622,381,1.51,386,2.75,388,3.334,389,2.706,390,2.797,430,3.776,588,5.436,603,5.047,771,5.047,772,6.027,773,4.524,774,6.027,775,4.524,776,4.756,777,5.047,778,6.027,779,6.027,780,5.047,781,6.027,782,3.003]],["tags/90",[]],["title/91",[112,1.541]],["content/91",[23,2.919,35,2.022,42,0.186,48,0.596,58,3.395,61,0.665,70,5.449,71,1.682,75,1.401,87,0.993,97,1.72,98,2.291,116,2.231,128,2.203,129,2.994,153,2.721,199,2.824,200,2.195,215,4.282,217,2.618,218,1.033,255,1.587,274,1.519,308,1.331,318,2.321,388,3.2,394,1.716,605,4.497,745,2.824,777,5.706,780,4.743,783,5.706,784,7.644,785,3.761,786,3.393,787,6.146,788,3.761,789,3.761,790,3.761,791,3.761,792,3.393,793,5.664,794,3.393,795,3.761,796,3.761,797,3.761,798,3.393,799,3.761,800,3.15]],["tags/91",[]],["title/92",[83,1.241,293,2.443,381,1.058]],["content/92",[35,2.233,83,1.598,113,1.901,128,2.144,199,4.083,217,2.547,219,6.178,233,3.629,266,4.961,293,3.146,351,2.229,381,1.363,388,3.113,508,6.841,777,6.178,780,6.178,783,6.178,784,6.178,787,6.655,801,5.439,802,3.512,803,5.439,804,5.439,805,10.416]],["tags/92",[]],["title/93",[363,2.258,364,2.258]],["content/93",[10,0.926,35,1.559,42,0.177,71,2.3,75,2.883,83,2.275,87,1.543,169,2.095,191,3.561,199,4.389,218,1.117,243,4.614,339,2.625,363,4.249,364,3.422,365,2.713,366,2.431,381,1.941,454,4.852,498,4.201,509,4.614,769,7.271,806,6.985,807,5.846]],["tags/93",[]],["title/98",[308,1.809,318,2.095]],["content/98",[8,4.002,26,2.837,27,2.895,29,1.259,35,2.241,42,0.133,45,3.786,97,1.663,103,1.761,110,2.928,112,1.304,113,1.914,116,3.249,118,4.587,129,2.895,145,1.914,146,2.42,149,3.336,153,2.631,196,2.244,203,3.336,221,2.459,308,2.623,309,2.244,317,2.346,318,4.064,319,2.541,320,3.383,345,1.446,349,2.213,430,3.432,525,4.587,718,3.654,808,4.94,809,4.94,810,5.477,811,5.477,812,5.477]],["tags/98",[]],["title/99",[217,1.765,813,5.111]],["content/99",[42,0.172,58,4.41,74,1.792,87,1.387,97,3.114,103,2.317,110,3.19,112,1.716,116,4.275,153,2.525,205,1.689,217,1.814,274,2.123,309,2.154,310,2.36,311,2.286,312,2.398,313,2.398,314,2.398,315,2.398,317,2.251,318,3.925,320,3.289,343,2.218,719,4.401,743,4.741,744,4.741,745,3.945]],["tags/99",[]],["title/100",[29,0.717,414,1.866,502,2.385]],["content/100",[29,1.418,147,2.882,318,3.421,374,3.325,814,8.348]],["tags/100",[]],["title/94",[74,1.743,217,1.765]],["content/94",[23,3.367,35,2.097,42,0.182,48,1.39,53,7.466,74,2.04,80,2.143,87,1.579,103,1.923,112,1.424,189,2.685,200,3.046,202,1.288,218,0.95,235,2.065,264,2.853,343,2.524,351,2.451,815,7.861,816,7.861,817,7.861]],["tags/94",[]],["title/104",[362,2.815]],["content/104",[66,2.158,71,2.377,75,2.981,123,1.724,167,2.603,194,3.537,218,0.967,284,1.759,362,3.482]],["tags/104",[]],["title/105",[355,2.332,362,2.223]],["content/105",[6,2.54,10,1.251,29,1.023,42,0.182,46,3.003,71,1.79,75,2.244,87,1.591,98,5.369,123,1.298,135,4.756,167,2.866,218,1.174,344,3.463,605,3.575,727,4.756,818,4.265,819,4.756,820,6.027,821,6.027,822,6.027,823,6.027]],["tags/105",[]],["title/106",[123,1.101,362,2.223]],["content/106",[6,2.527,10,1.245,29,1.016,42,0.188,71,1.776,75,2.227,123,1.288,135,4.72,138,3.99,143,3.033,167,2.856,171,2.562,191,3.643,218,1.127,727,4.72,818,4.244,824,7.353,825,5.008,826,5.394,827,5.394]],["tags/106",[]],["title/107",[71,1.254,143,1.374,828,3.81]],["content/107",[6,2.592,10,1.277,29,1.056,42,0.183,71,1.847,75,2.316,123,1.34,143,2.622,167,2.91,171,2.664,191,3.788,218,1.081,224,4.298,652,7.062,727,4.908,818,3.357,824,6.753,826,5.609,827,5.609,829,6.219,830,6.219]],["tags/107",[]],["title/111",[346,2.86]],["content/111",[10,0.855,20,2.151,42,0.185,58,2.691,97,2.23,103,2.36,106,4.055,120,6.584,129,2.855,143,1.757,153,3.527,169,1.935,340,1.736,346,2.387,347,1.985,369,2.349,398,3.488,456,4.637,528,5.075,605,3.204,819,4.263,831,6.149,832,5.795,833,5.795,834,5.795,835,6.149,836,6.623,837,6.623,838,5.401,839,5.401,840,5.401]],["tags/111",[]],["title/112",[450,3.301,456,2.647]],["content/112",[29,1.21,42,0.157,97,2.164,103,2.291,235,2.461,279,5.122,340,2.291,456,4.553,462,4.299,528,4.926,831,5.969,832,5.625,833,5.625,834,5.625,835,5.969,841,2.725,842,7.128,843,7.128]],["tags/112",[]],["title/113",[844,5.837]],["content/113",[42,0.119,87,1.753,97,2.017,103,2.704,143,2.736,226,3.309,346,2.935,347,2.441,456,4.356,528,4.591,692,5.271,695,6.638,831,5.562,832,6.638,833,5.242,834,5.242,844,5.991,845,6.642,846,6.642,847,6.642,848,6.642,849,6.642,850,6.642]],["tags/113",[]],["title/114",[456,2.647,851,4.61]],["content/114",[42,0.173,58,3.686,97,2.247,103,2.378,456,4.658,528,5.113,605,4.388,832,5.838,833,5.838,834,5.838,835,6.195,836,6.673,837,6.673,851,6.673]],["tags/114",[]],["title/115",[29,0.717,414,1.866,502,2.385]],["content/115",[29,1.418,147,2.882,374,3.325,456,4.323,852,8.348]],["tags/115",[]],["title/101",[34,2.008,336,2.157]],["content/101",[7,2.045,34,2.214,35,2.015,42,0.182,48,1.196,58,3.765,62,1.811,98,5.549,103,2.429,123,1.214,169,2.708,218,0.913,284,2.002,308,1.994,336,3.844,337,3.392,338,2.615,339,2.53,345,1.487,366,3.787,732,4.719,853,3.895,854,7.556]],["tags/101",[]],["title/102",[29,0.717,414,1.866,502,2.385]],["content/102",[29,1.418,147,2.882,336,3.522,374,3.325,855,8.348]],["tags/102",[]],["title/103",[110,2.105]],["content/103",[6,1.773,7,2.002,23,3.612,24,3.848,29,1.265,35,2.249,42,0.162,58,4.201,87,2.226,97,2.561,123,1.188,145,1.928,146,2.437,218,0.9,252,3.044,340,1.773,343,2.328,345,1.456,348,2.363,409,3.562,410,3.68,414,2.437,535,3.812,581,2.698,605,5.002,818,4.875,853,3.812,856,7.448,857,4.975,858,4.141]],["tags/103",[]],["title/109",[66,1.744]],["content/109",[21,1.718,23,3.829,40,5.917,42,0.187,61,0.752,80,1.524,87,2.125,98,2.591,108,2.786,109,4.658,123,0.916,153,2.043,193,1.879,218,0.75,232,2.838,233,2.838,284,0.935,353,3.3,354,2.58,355,1.941,356,2.831,357,2.275,358,1.85,359,1.694,524,4.288,605,2.523,818,4.347,819,3.357,859,4.253,860,7.325,861,3.836,862,6.205,863,6.205,864,6.205,865,6.205,866,4.253,867,4.253,868,4.253,869,4.253,870,4.253,871,3.836,872,4.253,873,3.562,874,4.253,875,4.253,876,4.253,877,4.253]],["tags/109",[]],["title/110",[878,6.472]],["content/110",[6,2.154,9,6.405,61,1.638,123,1.822,206,6.043,252,3.697,408,6.482,414,2.96,500,9.053,535,4.63,718,4.47,858,5.029,879,6.077,880,6.699]],["tags/110",[]],["title/108",[66,1.378,321,2.258]],["content/108",[26,2.722,27,2.778,35,1.402,42,0.176,48,1.401,66,2.217,69,2.185,86,3.506,97,2.189,147,1.814,166,4.655,167,2.344,218,0.994,284,1.155,321,3.911,322,2.123,323,3.135,324,2.439,325,2.251,344,2.831,345,1.387,806,4.741,853,3.633,881,6.501,882,5.256,883,6.501,884,7.207,885,7.207,886,5.256,887,7.207,888,5.256,889,5.256,890,5.256,891,4.401]],["tags/108",[]],["title/131",[143,1.662,217,1.765]],["content/131",[7,2.138,29,1.322,42,0.166,48,0.933,54,3.18,58,3.877,61,1.041,74,2.009,97,1.789,103,1.893,112,1.403,113,2.059,143,1.916,147,2.034,203,3.588,217,3.009,218,0.712,254,2.523,303,2.603,352,2.523,366,4.008,502,5.235,892,7.02,893,3.806,894,5.313,895,7.02,896,5.313]],["tags/131",[]],["title/132",[217,1.765,897,5.111]],["content/132",[17,3.405,29,1.362,42,0.16,48,0.977,54,3.331,58,3.997,97,1.874,103,1.983,112,1.469,143,2.007,217,3.078,218,0.746,232,4.116,303,2.726,366,4.069,448,3.984,502,5.33,892,5.565,893,3.924,894,5.565,895,5.565,896,5.565,898,6.17,899,6.17]],["tags/132",[]],["title/133",[261,3.286]],["content/133",[48,1.267,89,7.22,166,5.17,218,0.967,252,4.418,276,2.798,382,3.653,802,5.17,900,8.005]],["tags/133",[]],["title/116",[143,1.662,360,2.223]],["content/116",[7,2.312,21,2.574,23,3.509,42,0.171,48,1.433,103,3.072,123,1.372,143,2.072,211,2.86,218,0.77,325,2.729,360,3.563,361,2.86,901,6.371,902,9.884,903,8.191,904,8.191,905,6.371]],["tags/116",[]],["title/117",[305,2.258,306,2.223]],["content/117",[10,1.294,101,3.004,113,2.856,240,3.449,305,3.611,306,3.555,307,3.729]],["tags/117",[]],["title/118",[906,4.61,907,4.61]],["content/118",[35,1.919,42,0.158,51,4.267,112,1.713,113,2.514,169,2.577,218,0.869,305,3.178,381,1.803,652,5.677,906,6.488,907,7.974,908,7.193,909,6.488,910,7.193,911,7.193,912,7.193,913,7.193]],["tags/118",[]],["title/119",[302,2.008,638,3.301]],["content/119",[6,2.154,10,1.061,35,2.256,42,0.174,62,2.719,112,2.014,129,4.47,218,1.022,523,5.287,638,4.327,652,6.674,914,5.61,915,8.457,916,5.61,917,6.699,918,6.699,919,6.699,920,6.699]],["tags/119",[]],["title/120",[18,1.756,323,1.837,391,1.896]],["content/120",[10,1.281,18,3.363,113,2.827,323,3.518,391,3.631,392,3.413,393,3.177,394,3.691]],["tags/120",[]],["title/121",[692,3.203,921,5.111]],["content/121",[6,1.701,29,0.899,35,1.931,42,0.148,48,1.472,80,1.896,103,2.853,123,1.56,202,1.14,218,0.875,276,1.849,303,2.338,308,1.872,337,2.376,340,1.701,345,1.397,374,2.108,498,3.803,525,4.431,554,4.176,568,4.773,692,5.172,718,3.53,818,3.909,853,3.657,922,5.291,923,5.291,924,5.291,925,7.241,926,5.291,927,5.291,928,5.291,929,5.291,930,5.291,931,5.291,932,5.291,933,4.431,934,4.773,935,5.291,936,5.291,937,5.291,938,5.291,939,4.773]],["tags/121",[]],["title/122",[48,0.809,553,4.034]],["content/122",[23,3.053,29,1.21,42,0.157,48,1.509,123,1.535,200,2.762,218,0.861,224,4.926,340,2.291,350,2.964,553,6.937,692,4.466,782,3.551,818,3.848,940,7.128,941,7.128,942,7.128]],["tags/122",[]],["title/123",[66,1.378,345,1.349]],["content/123",[10,1.061,42,0.174,46,3.338,48,1.061,66,2.279,113,2.341,138,5.642,143,2.179,167,2.179,169,2.4,218,0.81,345,2.232,399,4.47,421,4.47,692,4.198,776,5.287,943,5.61,944,4.47,945,5.287,946,5.287,947,6.699,948,6.699]],["tags/123",[]],["title/124",[308,1.809,462,2.5]],["content/124",[34,2.424,42,0.169,48,1.27,103,1.983,123,1.329,138,4.116,143,2.899,218,0.746,308,2.839,336,2.604,345,1.628,359,2.458,432,2.815,462,4.786,914,5.167,944,4.116,945,4.869,946,4.869,949,5.167,950,6.17,951,6.17,952,6.17,953,6.17,954,6.17,955,6.17,956,5.565,957,5.565]],["tags/124",[]],["title/125",[66,1.378,462,2.5]],["content/125",[29,1.268,42,0.162,48,1.183,66,2.013,71,2.218,75,2.781,143,2.429,218,0.903,462,4.424,745,5.607,944,4.983,945,5.894,946,5.894,958,6.254]],["tags/125",[]],["title/126",[358,2.815]],["content/126",[42,0.156,97,2.126,169,2.508,171,2.999,285,4.049,308,2.477,345,1.848,358,3.781,359,2.788,462,4.251,497,4.67,824,5.862,944,6.308,959,5.862,960,7,961,7,962,7,963,7]],["tags/126",[]],["title/127",[66,1.378,497,3.41]],["content/127",[29,0.924,42,0.15,46,4.473,48,1.326,66,1.989,68,3.408,71,1.615,81,2.366,138,3.629,143,1.769,179,3.909,202,1.172,203,3.313,218,0.657,230,4.555,231,2.66,322,2.98,337,2.442,340,1.748,345,1.436,358,2.366,359,2.166,462,2.66,497,5.99,561,4.906,692,3.408,943,4.555,944,4.922,945,5.822,946,4.292,949,4.555,956,4.906,959,6.178,964,5.439,965,5.439,966,5.439,967,5.439,968,5.439,969,5.439,970,5.439]],["tags/127",[]],["title/128",[949,4.28,971,5.111]],["content/128",[10,1.052,21,2.683,42,0.119,48,1.052,75,2.473,87,1.753,103,2.704,123,1.431,138,4.431,143,2.16,171,2.845,217,2.293,218,0.803,264,2.41,340,2.135,345,1.753,462,3.249,594,5.562,692,4.162,943,5.562,944,5.612,957,5.991,972,6.642,973,5.991,974,6.642,975,6.642,976,6.642]],["tags/128",[]],["title/129",[357,1.588,977,4.61]],["content/129",[29,1.289,42,0.153,48,0.899,108,3.841,123,1.223,345,2.258,357,1.763,358,2.469,421,3.787,455,2.508,462,4.468,694,3.205,738,5.12,944,5.708,959,8.206,977,8.589,978,5.676,979,7.593,980,7.593,981,5.676,982,5.676,983,5.676,984,5.676,985,5.676,986,5.676,987,5.676]],["tags/129",[]],["title/130",[29,0.717,414,1.866,502,2.385]],["content/130",[42,0.174,215,4.217,340,2.401,345,1.971,462,3.653,493,5.894,497,4.983,502,4.217,828,6.737,988,7.469,989,7.469,990,7.469,991,7.469,992,7.469]],["tags/130",[]],["title/134",[367,2.258,368,2.295]],["content/134",[10,0.704,29,1.088,42,0.168,48,0.704,54,2.401,66,1.199,80,1.593,86,2.967,112,1.526,120,3.51,126,1.905,143,1.446,171,1.905,211,1.997,218,0.537,235,3.008,272,1.747,284,1.408,292,1.822,295,2.589,306,1.934,308,1.574,340,1.43,352,1.905,357,1.381,361,1.997,367,1.965,368,1.997,369,1.934,370,2.064,371,1.997,372,1.997,373,1.997,374,1.771,375,2.064,376,2.029,377,2.064,378,2.064,379,2.924,380,2.296,401,2.787,402,2.787,489,2.303,509,3.51,581,2.175,770,3.51,841,2.45,993,4.447,994,4.447,995,6.408,996,4.447,997,4.447,998,4.447,999,4.447,1000,4.447,1001,4.447,1002,6.408,1003,3.724,1004,4.447,1005,4.447,1006,4.447,1007,4.447,1008,4.447,1009,4.447,1010,4.011,1011,4.447,1012,4.447,1013,4.447]],["tags/134",[]],["title/141",[61,0.903,295,2.065]],["content/141",[6,1.748,20,2.166,23,2.33,26,2.817,27,2.875,29,0.924,35,1.451,42,0.161,61,1.479,80,1.949,97,1.652,103,1.748,112,1.757,218,0.657,252,3.002,295,3.791,296,2.783,297,2.524,298,2.524,299,2.025,300,2.524,301,2.295,302,3.289,303,3.26,304,3.423,414,2.403,435,2.482,535,3.759,718,3.629,757,2.66,858,4.083,973,4.906,1014,2.817,1015,5.439,1016,5.439,1017,5.439,1018,4.906,1019,5.439,1020,5.439,1021,5.439]],["tags/141",[]],["title/135",[61,0.903,254,2.19]],["content/135",[6,1.498,10,0.738,21,1.882,26,2.413,27,2.463,42,0.189,44,2.764,61,1.484,64,4.203,66,1.786,87,1.749,99,4.203,127,3.93,195,1.806,200,1.806,203,2.838,218,1.015,245,3.348,254,3.303,340,1.498,341,3.299,359,1.856,400,2.92,427,2.92,447,1.856,464,5.262,498,6.035,747,3.902,825,7.033,1022,8.398,1023,6.626,1024,4.66,1025,3.902,1026,3.902,1027,4.66,1028,4.66]],["tags/135",[]],["title/138",[308,1.809,349,2.065]],["content/138",[7,1.25,8,2.861,26,1.785,27,1.821,29,0.9,42,0.14,58,3.898,68,6.361,70,3.808,74,2.668,87,2.344,97,2.766,103,2.33,108,1.547,112,1.538,153,3.482,196,3.639,215,3.646,218,0.876,224,2.382,232,4.307,240,2.724,251,3.662,260,2.159,308,2.285,309,1.412,345,0.909,347,1.267,349,3.476,350,1.433,359,2.111,372,1.547,440,2.382,444,2.382,600,2.886,605,3.83,606,3.108,607,4.78,608,2.886,891,2.886,1029,7.248,1030,6.456,1031,2.886,1032,5.299,1033,3.108,1034,3.446,1035,3.446,1036,3.446]],["tags/138",[]],["title/139",[68,3.203,308,1.809]],["content/139",[29,0.971,42,0.164,46,2.849,48,0.905,66,1.541,68,5.981,103,2.761,108,3.426,181,5.157,196,3.519,203,3.483,218,0.691,284,1.256,308,2.023,349,3.082,374,2.278,451,3.583,692,3.583,818,4.119,825,8.395,1037,5.718,1038,5.718,1039,7.63,1040,5.718,1041,5.718,1042,7.63]],["tags/139",[]],["title/140",[29,0.717,414,1.866,502,2.385]],["content/140",[29,1.418,147,2.882,349,3.372,374,3.325,506,7.529]],["tags/140",[]],["title/136",[123,1.101,326,2.295]],["content/136",[23,1.764,24,1.879,26,2.133,34,3.115,35,1.918,40,4.189,42,0.179,58,3.019,71,1.223,73,2.223,80,1.476,87,2.093,97,2.183,112,1.712,123,1.82,143,1.971,218,0.869,241,3.715,259,1.978,317,1.764,327,4.296,328,1.879,329,1.911,330,1.879,331,1.849,332,1.879,333,1.911,334,1.911,335,1.911,345,1.087,379,3.856,441,2.847,454,2.581,605,3.595,745,3.092,764,3.449,769,3.449,775,3.092,786,3.715,794,3.715,798,3.715,1043,4.119,1044,4.119,1045,4.119,1046,4.119,1047,3.25,1048,4.119,1049,4.119,1050,4.119,1051,4.119,1052,4.119,1053,4.119,1054,4.119,1055,4.119,1056,4.119,1057,4.119]],["tags/136",[]],["title/137",[272,2.542]],["content/137",[6,2.748,29,1.158,46,3.396,48,1.079,60,4.548,123,1.468,149,4.152,247,6.148,259,4.107,263,4.898,272,2.678,280,4.548,331,3.06,369,2.965,455,3.012,476,3.334,554,5.379,718,4.548,752,5.379,764,5.708,1047,5.379,1058,6.148,1059,5.379,1060,6.816]],["tags/137",[]],["title/142",[66,1.378,342,2.19]],["content/142",[26,3.355,27,3.424,35,2.208,42,0.185,66,1.746,98,5.557,189,2.908,218,1,221,2.908,309,2.654,342,2.775,343,2.733,344,2.544,345,2.185,853,4.477,1061,6.477,1062,7.64,1063,6.477,1064,6.477]],["tags/142",[]],["title/143",[66,1.744]],["content/143",[10,1.218,42,0.165,98,5.607,195,2.98,218,0.929,340,2.472,359,3.063,366,3.197,414,3.398,1062,6.439,1065,7.69]],["tags/143",[]],["title/144",[6,1.157,11,2.701,342,1.541,430,2.255]],["content/144",[29,1.023,42,0.174,66,2.13,68,3.776,87,1.591,97,2.677,98,4.813,105,4.524,108,3.547,218,0.955,235,2.727,342,2.582,348,2.582,352,2.582,361,2.706,461,3.403,933,5.047,934,5.436,1031,5.047,1062,5.047,1066,6.027,1067,5.436,1068,8.133,1069,6.027,1070,6.027,1071,6.027]],["tags/144",[]],["title/145",[128,1.485,255,2.157]],["content/145",[23,2.664,24,2.838,42,0.16,48,1.277,61,1.581,97,1.889,98,3.788,128,2.343,129,3.287,130,2.477,166,4.016,217,2.147,218,0.974,255,2.624,276,2.173,284,1.367,351,2.548,381,1.559,388,2.624,405,3.221,686,5.208,783,5.208,784,5.208,802,4.016,1072,6.219,1073,6.219,1074,6.219,1075,5.208,1076,6.219,1077,6.219]],["tags/145",[]],["title/146",[29,0.868,128,1.485]],["content/146",[29,0.937,42,0.133,48,0.873,61,1.666,62,1.773,81,2.399,123,1.188,128,2.164,160,4.353,193,2.437,195,2.137,232,3.68,235,2.911,252,3.044,276,1.928,284,1.212,381,1.382,400,3.456,539,4.619,581,2.698,585,4.975,958,7.062,1033,4.975,1078,5.516,1079,4.975,1080,5.516,1081,5.516,1082,5.516,1083,5.832,1084,4.975,1085,7.448,1086,7.448,1087,5.516,1088,5.516,1089,5.516,1090,5.516,1091,5.516,1092,5.516]],["tags/146",[]],["title/147",[195,1.981,357,1.588]],["content/147",[10,1.183,42,0.181,195,2.894,276,2.61,357,3.141,395,5.367,449,5.668,1093,6.737,1094,7.469]],["tags/147",[]],["title/148",[357,1.588,396,3.203]],["content/148",[6,2.573,10,1.267,165,5.341,276,2.798,299,2.981,357,2.486,392,3.378,396,5.016,397,4.748]],["tags/148",[]],["title/149",[417,3.109]],["content/149",[9,4.514,42,0.194,302,2.566,341,2.566,401,4.092,402,4.092,417,3.137,879,4.694,1079,5.891,1093,5.891,1095,6.531,1096,8.322,1097,6.531,1098,8.322,1099,8.322,1100,5.469]],["tags/149",[]],["title/150",[299,2.41]],["content/150",[35,1.85,42,0.182,112,1.652,113,2.425,132,5.81,153,4.523,218,0.838,299,2.583,345,1.831,408,4.48,594,5.81,853,4.795,879,4.986,1101,6.938,1102,6.258,1103,6.938,1104,6.938,1105,6.938]],["tags/150",[]],["title/151",[357,1.588,398,3.301]],["content/151",[6,1.593,10,1.096,29,1.354,35,1.322,42,0.176,51,2.939,58,4.524,66,1.865,71,1.472,82,2.735,97,2.856,105,5.195,167,1.612,178,4.47,218,1.043,264,1.798,357,2.149,396,3.105,398,3.2,399,3.306,400,3.105,417,2.38,446,3.306,493,3.911,516,4.47,579,4.47,1068,8.378,1106,7.974,1107,4.955,1108,4.955,1109,4.955,1110,4.955,1111,4.955,1112,4.955]],["tags/151",[]],["title/156",[357,1.312,401,2.646,402,2.646]],["content/156",[6,1.471,17,2.526,29,1.111,35,1.221,42,0.181,44,2.715,51,3.881,62,1.471,66,2.058,69,2.72,81,1.991,86,3.054,91,4.129,218,0.791,235,3.258,252,2.526,280,3.054,308,1.62,342,1.961,347,2.405,357,2.588,401,4.1,402,4.784,403,3.29,407,2.715,414,2.023,535,3.164,581,2.239,718,3.054,858,3.436,1113,8.331,1114,8.331,1115,6.543,1116,6.543,1117,4.578,1118,4.129,1119,4.578,1120,4.578,1121,4.578,1122,4.578,1123,4.578,1124,4.578,1125,4.578,1126,4.578,1127,4.129]],["tags/156",[]],["title/154",[357,1.588,404,3.301]],["content/154",[62,2.522,66,2.114,75,3.469,87,2.07,357,2.436,404,5.066,405,4.063,406,5.637,407,4.653,408,5.066]],["tags/154",[]],["title/155",[112,1.541]],["content/155",[29,0.791,35,1.243,42,0.183,48,0.738,66,2.078,69,2.755,75,3.304,83,1.369,87,1.749,110,2.155,116,2.764,153,2.238,215,2.631,218,0.563,252,2.571,276,1.628,284,1.024,310,2.092,339,2.092,357,2.395,359,1.856,404,4.98,524,3.221,608,3.902,771,3.902,871,5.977,891,3.902,933,3.902,1067,5.977,1100,3.902,1118,4.203,1127,4.203,1128,4.66,1129,6.626,1130,6.626,1131,6.626,1132,4.66,1133,4.66,1134,4.66,1135,4.66,1136,4.66,1137,4.66,1138,6.626,1139,4.66,1140,4.66,1141,4.66,1142,4.66,1143,4.66,1144,4.66]],["tags/155",[]],["title/152",[110,2.105]],["content/152",[6,2.424,10,1.194,42,0.135,48,1.194,110,2.452,299,2.808,350,3.135,397,4.473,409,5.875,410,6.07,411,4.87,412,5.419,413,5.419]],["tags/152",[]],["title/153",[166,4.18]],["content/153",[34,2.314,48,0.933,71,2.588,87,1.555,123,1.676,132,4.933,145,2.059,179,4.233,219,4.933,235,3.201,236,4.933,284,1.294,301,2.486,302,2.314,328,2.688,357,1.829,369,2.562,409,3.804,410,3.93,411,5.026,426,3.588,430,3.691,443,3.93,507,4.422,555,4.933,581,2.881,752,4.649,771,4.933,1145,5.89,1146,6.517,1147,5.89,1148,5.89,1149,5.313,1150,5.89,1151,5.89,1152,5.89]],["tags/153",[]],["title/157",[8,2.759,123,1.101]],["content/157",[6,2.048,8,4.422,10,1.009,26,3.3,74,2.173,83,1.872,123,1.764,153,3.06,169,2.283,231,3.116,266,3.368,268,3.598,269,3.368,270,3.779,276,2.863,381,2.053,405,3.3,414,2.815,415,4.404,416,4.579,417,3.06,418,4.579,419,4.579,420,4.579,421,4.251,422,4.579,423,4.579,424,4.115,425,4.251,1153,6.371]],["tags/157",[]],["title/165",[8,2.759,426,3.114]],["content/165",[6,2.394,8,4.021,10,0.873,29,1.432,34,2.167,74,2.54,82,4.11,147,1.904,205,1.773,231,3.643,233,5.626,268,3.115,269,2.915,270,3.272,299,2.054,325,2.363,344,3.547,380,1.976,381,1.867,426,4.537,427,3.456,428,3.964,429,3.964,430,3.456,431,3.812,432,2.517,498,3.964,555,4.619,1010,4.975,1031,4.619,1154,5.516,1155,5.516,1156,5.516,1157,4.975,1158,5.516,1159,5.516,1160,5.516,1161,5.516,1162,5.516]],["tags/165",[]],["title/158",[244,3.301,434,3.533]],["content/158",[10,0.947,42,0.186,46,2.98,49,3.862,58,3.916,66,1.612,83,1.757,97,2.387,112,1.424,243,4.72,244,3.862,292,2.451,302,2.349,351,2.451,381,1.499,405,3.097,408,3.862,411,5.077,435,2.729,684,5.394,1068,8.614,1163,5.981,1164,5.981,1165,5.981]],["tags/158",[]],["title/159",[123,1.101,436,3.41]],["content/159",[10,1.052,17,3.666,41,4.29,81,2.889,82,3.666,83,1.951,87,1.753,113,2.321,123,1.812,130,3.351,218,1.016,424,4.29,425,4.431,436,4.431,437,6.634,438,4.773,439,4.773,440,4.591,441,4.591,442,4.773,443,4.431,444,4.591,445,4.773,446,4.431]],["tags/159",[]],["title/166",[341,2.008,447,2.036]],["content/166",[6,2.048,10,1.297,42,0.191,62,2.048,87,2.162,108,2.86,129,3.368,167,2.664,218,0.99,341,2.503,447,2.538,627,5.747,1166,8.191,1167,8.191,1168,6.371,1169,8.191,1170,6.371]],["tags/166",[]],["title/169",[145,1.786,393,2.008]],["content/169",[10,1.322,145,2.917,167,2.715,393,3.279,448,5.391]],["tags/169",[]],["title/170",[145,1.786,732,4.28]],["content/170",[6,1.634,21,2.054,23,3.018,24,3.215,35,2.156,40,4.869,42,0.156,46,2.533,48,1.28,58,3.51,80,1.822,81,2.212,87,1.859,97,2.139,110,2.291,145,1.777,205,1.634,218,0.851,252,2.806,332,2.32,343,2.146,345,1.342,409,4.55,411,3.284,414,3.113,424,3.284,425,3.392,535,3.514,605,4.179,611,4.586,718,3.392,818,4.364,853,3.514,858,3.817,1157,4.586,1171,5.085,1172,5.085,1173,7.045,1174,7.045,1175,5.085,1176,5.085,1177,5.085,1178,5.085]],["tags/170",[]],["title/167",[218,0.618,449,3.203]],["content/167",[29,1.082,38,5.747,42,0.114,71,2.433,86,4.251,109,4.783,111,5.028,113,2.227,114,3.685,143,2.072,147,2.2,190,5.747,191,3.881,200,2.469,203,3.881,205,2.048,218,0.99,266,3.368,309,3.71,450,4.115,458,3.598,461,3.598,508,4.404,517,6.859,752,5.028,841,2.436,939,5.747,1179,6.371,1180,6.371]],["tags/167",[]],["title/168",[311,2.815]],["content/168",[10,1.255,74,2.702,231,3.875,259,3.806,266,4.188,268,4.474,269,4.188,270,4.7,495,5.948,1181,7.924]],["tags/168",[]],["title/171",[205,1.643,451,3.203]],["content/171",[25,6.673,66,1.994,80,2.651,123,1.594,128,2.613,166,4.778,167,2.925,168,4.778,205,2.378,452,4.936,1182,7.398,1183,7.398,1184,7.398,1185,7.398,1186,7.398]],["tags/171",[]],["title/172",[218,0.51,261,2.145,453,2.573]],["content/172",[7,2.518,10,1.098,29,1.178,48,1.098,62,2.23,71,2.06,82,3.829,83,2.038,111,5.475,203,4.226,218,0.838,261,4.39,271,4.48,381,1.739,453,4.226,454,4.347,455,3.065,456,3.593,457,4.48,503,5.81,1102,6.258,1187,6.938,1188,6.938]],["tags/172",[]],["title/187",[458,2.886,459,3.114]],["content/187",[6,1.736,10,1.163,29,1.247,42,0.168,45,3.733,46,2.691,48,0.855,62,2.36,71,1.604,97,1.64,103,1.736,116,3.204,118,4.523,123,1.582,129,2.855,143,1.757,153,2.594,218,0.653,318,2.213,322,2.966,340,2.36,458,5.055,459,5.453,460,5.61,461,3.05,462,3.591,463,5.388,464,4.601,808,4.872,809,4.872,818,2.916,1189,5.401,1190,5.401]],["tags/187",[]],["title/173",[340,1.643,380,1.831]],["content/173",[35,1.919,81,3.845,104,5.539,137,4.062,340,2.312,380,2.577,455,3.178,459,4.382,465,4.507,466,4.799,467,4.646,468,4.646,469,4.799,470,4.799,471,4.799,472,4.799,473,4.799,474,4.799]],["tags/173",[]],["title/174",[97,1.552,112,1.217]],["content/174",[35,1.699,42,0.184,90,4.783,97,1.935,98,4.989,103,2.633,153,3.934,215,3.598,284,1.8,340,2.633,373,2.86,380,2.935,747,5.335,800,6.859,818,4.422,1075,5.335,1084,5.747,1191,8.191,1192,5.747]],["tags/174",[]],["title/175",[58,2.547,112,1.217]],["content/175",[35,1.583,39,5.353,42,0.192,66,1.6,97,1.802,98,5.664,215,3.351,218,0.945,321,3.456,340,2.812,344,3.653,373,2.665,380,2.802,800,4.97,1075,4.97,1192,5.353,1193,7.821,1194,5.935,1195,5.935]],["tags/175",[]],["title/176",[1003,4.28,1196,4.61]],["content/176",[74,2.155,81,2.749,97,1.919,104,3.96,169,2.264,231,3.091,266,4.307,268,3.568,269,3.34,270,3.748,280,4.216,347,2.323,359,3.246,380,2.92,495,4.744,508,4.368,641,5.292,695,4.987,700,5.292,818,3.412,1003,7.551,1018,5.7,1196,5.7,1197,6.32,1198,6.32,1199,6.32,1200,6.32,1201,5.7,1202,6.32,1203,6.32]],["tags/176",[]],["title/177",[48,0.809,484,2.702]],["content/177",[10,1.281,226,4.03,381,2.027,432,3.691,455,3.574,485,4.275,486,4.189,581,3.956]],["tags/177",[]],["title/178",[484,3.421]],["content/178",[]],["tags/178",[]],["title/179",[1204,5.111,1205,3.837]],["content/179",[42,0.163,61,1.608,107,5.212,127,5.396,202,1.624,284,1.657,484,3.986,1205,6.83,1206,6.83,1207,6.802]],["tags/179",[]],["title/180",[1208,6.472]],["content/180",[42,0.14,61,1.646,127,5.525,202,1.69,284,1.724,484,4.924,1209,7.351]],["tags/180",[]],["title/183",[48,0.809,487,2.702]],["content/183",[10,1.281,226,4.03,381,2.027,432,3.691,455,3.574,485,4.275,486,4.189,581,3.956]],["tags/183",[]],["title/184",[487,3.421]],["content/184",[]],["tags/184",[]],["title/185",[1210,6.472]],["content/185",[42,0.139,61,1.636,127,5.869,202,1.673,284,1.707,487,4.894,916,6.503,1209,6.129]],["tags/185",[]],["title/186",[1211,6.472]],["content/186",[107,5.59,127,5.626,284,1.777,447,3.222,487,4.275,509,6.383,1083,5.223]],["tags/186",[]],["title/215",[48,0.809,488,2.647]],["content/215",[10,1.281,226,4.03,381,2.027,432,3.691,455,3.574,485,4.275,486,4.189,581,3.956]],["tags/215",[]],["title/216",[488,3.352]],["content/216",[]],["tags/216",[]],["title/217",[1205,3.837,1212,4.61]],["content/217",[23,2.664,24,2.838,42,0.183,61,1.425,107,4.298,108,2.792,127,5.616,202,1.34,218,0.974,245,4.469,284,1.367,447,2.477,488,4.176,1083,4.016,1205,6.053,1206,7.364,1207,5.609,1212,5.609,1213,5.609,1214,6.219]],["tags/217",[]],["title/218",[1215,6.472]],["content/218",[23,3.11,24,3.313,42,0.179,61,1.571,127,5.273,202,1.564,218,0.877,284,1.595,488,4.977,1209,5.73,1213,6.549,1216,7.26]],["tags/218",[]],["title/219",[1205,3.837,1217,5.111]],["content/219",[61,1.4,177,7.147,284,1.741,367,3.501,488,4.104,551,7.147,1206,5.948,1218,7.147,1219,7.924,1220,7.924]],["tags/219",[]],["title/220",[1221,6.472]],["content/220",[233,5.629,914,7.066,1218,7.611,1222,8.438]],["tags/220",[]],["title/181",[48,0.809,483,2.821]],["content/181",[10,1.308,48,1.308,276,2.886,345,2.18,476,4.039,483,4.558]],["tags/181",[]],["title/182",[1223,6.472]],["content/182",[195,3.201,380,2.959,483,4.558,1224,8.259,1225,8.259,1226,8.259]],["tags/182",[]],["title/192",[48,0.809,480,2.065]],["content/192",[10,1.322,48,1.322,276,2.917,481,4.828,482,4.951]],["tags/192",[]],["title/193",[435,2.332,757,2.5]],["content/193",[]],["tags/193",[]],["title/194",[6,2.08]],["content/194",[29,1.189,42,0.169,61,1.536,112,1.667,202,1.508,218,0.846,366,2.91,435,3.194,480,2.828,757,4.624,782,3.487,1014,3.625,1227,7,1228,5.862,1229,3.625,1230,3.7,1231,7,1232,7]],["tags/194",[]],["title/195",[1233,5.837]],["content/195",[29,1.21,42,0.171,61,1.553,112,1.697,202,1.535,218,0.861,435,3.253,480,2.879,757,4.662,1014,3.692,1229,3.692,1230,3.768,1233,6.429,1234,7.128,1235,7.128,1236,7.128]],["tags/195",[]],["title/196",[1228,5.42]],["content/196",[29,1.21,42,0.171,61,1.553,112,1.697,202,1.535,218,0.861,435,3.253,480,2.879,757,4.662,782,3.551,1014,3.692,1228,5.969,1229,3.692,1230,3.768,1237,7.128,1238,7.128]],["tags/196",[]],["title/197",[1239,5.837]],["content/197",[29,1.21,42,0.171,61,1.553,112,1.697,202,1.535,218,0.861,435,3.253,480,2.879,757,4.662,782,3.551,1014,3.692,1229,3.692,1230,3.768,1239,6.429,1240,7.128,1241,7.128]],["tags/197",[]],["title/198",[756,5.42]],["content/198",[29,1.21,42,0.171,61,1.553,112,1.697,202,1.535,218,0.861,435,3.253,480,2.879,756,5.969,757,4.662,782,3.551,1014,3.692,1229,3.692,1230,3.768,1242,7.128,1243,6.429]],["tags/198",[]],["title/199",[1244,5.837]],["content/199",[29,1.21,42,0.171,61,1.553,112,1.697,202,1.535,218,0.861,435,3.253,480,2.879,757,4.662,782,3.551,1014,3.692,1229,3.692,1230,3.768,1244,6.429,1245,7.128,1246,7.128]],["tags/199",[]],["title/200",[1247,5.837]],["content/200",[29,1.21,42,0.171,61,1.553,112,1.697,202,1.535,218,0.861,435,3.253,480,2.879,757,4.662,782,3.551,1014,3.692,1229,3.692,1230,3.768,1247,6.429,1248,7.128,1249,7.128]],["tags/200",[]],["title/201",[1250,5.837]],["content/201",[29,1.158,42,0.167,61,1.511,74,2.325,87,1.799,112,1.623,202,1.468,218,0.824,435,3.111,480,2.754,757,4.79,782,3.396,792,6.148,1014,3.53,1229,3.53,1230,3.603,1250,6.148,1251,6.816,1252,6.816,1253,6.816]],["tags/201",[]],["title/202",[1254,5.837]],["content/202",[29,1.21,42,0.171,61,1.553,112,1.697,202,1.535,218,0.861,435,3.253,480,2.879,757,4.662,782,3.551,1014,3.692,1229,3.692,1230,3.768,1254,6.429,1255,7.128,1256,7.128]],["tags/202",[]],["title/203",[1257,5.837]],["content/203",[29,1.21,42,0.171,61,1.553,112,1.697,202,1.535,218,0.861,435,3.253,480,2.879,757,4.662,782,3.551,1014,3.692,1229,3.692,1230,3.768,1257,6.429,1258,7.128,1259,7.128]],["tags/203",[]],["title/204",[1260,4.61,1261,4.61]],["content/204",[29,1.21,42,0.171,61,1.553,112,1.697,202,1.535,218,0.861,435,3.253,480,2.879,757,4.662,1014,3.692,1229,3.692,1230,3.768,1260,6.429,1261,6.429,1262,7.128,1263,7.128]],["tags/204",[]],["title/205",[1264,5.837]],["content/205",[29,1.21,42,0.171,61,1.553,112,1.697,202,1.535,218,0.861,435,3.253,480,2.879,757,4.662,782,3.551,1014,3.692,1229,3.692,1230,3.768,1264,6.429,1265,7.128,1266,7.128]],["tags/205",[]],["title/206",[1267,5.837]],["content/206",[29,1.21,42,0.171,61,1.553,112,1.697,202,1.535,218,0.861,435,3.253,480,2.879,757,4.662,782,3.551,1014,3.692,1229,3.692,1230,3.768,1267,6.429,1268,7.128,1269,6.429]],["tags/206",[]],["title/207",[1270,5.837]],["content/207",[29,1.21,42,0.171,61,1.553,112,1.697,202,1.535,218,0.861,435,3.253,480,2.879,757,4.662,782,3.551,1014,3.692,1229,3.692,1230,3.768,1270,6.429,1271,7.128,1272,7.128]],["tags/207",[]],["title/208",[1273,5.42]],["content/208",[29,1.21,42,0.171,61,1.553,112,1.697,202,1.535,218,0.861,435,3.253,480,2.879,757,4.662,782,3.551,1014,3.692,1229,3.692,1230,3.768,1273,5.969,1274,7.128,1275,7.128]],["tags/208",[]],["title/209",[1276,6.472]],["content/209",[29,1.21,42,0.171,61,1.553,112,1.697,202,1.535,218,0.861,435,3.253,480,2.879,757,4.662,782,3.551,1014,3.692,1229,3.692,1230,3.768,1273,5.969,1277,7.128,1278,7.128]],["tags/209",[]],["title/210",[1279,5.837]],["content/210",[29,1.21,42,0.171,61,1.553,112,1.697,202,1.535,218,0.861,435,3.253,480,2.879,757,4.662,782,3.551,1014,3.692,1229,3.692,1230,3.768,1269,6.429,1279,6.429,1280,7.128]],["tags/210",[]],["title/211",[1281,5.837]],["content/211",[]],["tags/211",[]],["title/212",[1282,5.837]],["content/212",[15,4.72,29,1.016,42,0.141,48,0.947,74,2.04,87,2.075,106,4.49,112,1.424,116,3.547,148,5.394,167,1.945,202,1.288,218,0.723,264,2.853,284,1.727,357,1.858,480,2.416,573,5.649,592,7.09,641,5.008,642,5.394,1058,5.394,1229,4.071,1281,7.09,1282,5.394,1283,5.981,1284,5.981,1285,5.981,1286,5.981,1287,5.981,1288,5.981,1289,5.981,1290,5.981,1291,5.981]],["tags/212",[]],["title/213",[48,0.809,1292,5.111]],["content/213",[]],["tags/213",[]],["title/214",[1293,6.472]],["content/214",[24,2.884,42,0.188,61,1.44,112,1.505,202,1.361,218,0.985,302,2.483,480,2.553,750,5.7,757,4.659,916,5.292,1026,6.823,1243,5.7,1294,6.32,1295,6.32,1296,6.32,1297,6.32,1298,6.32,1299,6.32,1300,6.32,1301,6.32]],["tags/214",[]],["title/188",[48,0.809,73,2.759]],["content/188",[6,1.825,10,1.202,34,2.23,42,0.175,54,3.064,73,4.099,101,2.086,103,2.441,106,4.261,218,0.686,235,1.96,259,2.727,273,5.457,311,2.469,317,2.432,353,2.326,366,2.36,369,2.469,417,2.727,447,2.261,478,3.367,479,3.367,485,4.829,694,4.288,1302,8.556,1303,7.593,1304,5.676,1305,5.676,1306,5.676,1307,7.593,1308,5.676,1309,5.676]],["tags/188",[]],["title/189",[48,0.809,345,1.349]],["content/189",[]],["tags/189",[]],["title/190",[761,5.837]],["content/190",[154,5.581,191,5.641,218,0.938,245,5.581,357,2.412,405,4.022,507,5.83,573,5.581,760,7.005,1059,6.129,1310,6.503]],["tags/190",[]],["title/191",[763,5.837]],["content/191",[154,5.581,191,5.641,218,0.938,245,5.581,357,2.412,405,4.022,507,5.83,573,5.581,762,7.005,1059,6.129,1310,6.503]],["tags/191",[]],["title/234",[48,0.809,475,2.886]],["content/234",[10,1.308,48,1.308,276,2.886,345,2.18,475,4.664,476,4.039]],["tags/234",[]],["title/235",[1311,6.472]],["content/235",[42,0.153,54,3.68,61,1.204,112,2.036,202,1.468,218,0.824,284,1.498,447,2.715,514,5.69,548,7.16,709,4.402,841,2.606,1083,4.402,1312,4.898,1313,5.708,1314,5.379,1315,6.816,1316,6.148,1317,6.816,1318,6.148,1319,6.816]],["tags/235",[]],["title/236",[1320,6.472]],["content/236",[42,0.153,54,4.616,61,1.204,112,2.036,202,1.468,218,0.824,284,1.498,447,2.715,514,5.69,548,7.16,841,2.606,1083,4.402,1312,4.898,1313,5.708,1314,5.379,1316,6.148,1318,6.148,1321,6.816,1322,6.816,1323,6.816]],["tags/236",[]],["title/237",[1324,5.837]],["content/237",[54,4.591,61,1.194,107,4.671,112,2.025,123,1.456,149,4.116,202,1.456,284,1.485,447,2.692,514,5.18,709,6.009,723,4.856,841,2.584,857,6.095,1083,5.491,1324,6.095,1325,6.757,1326,6.757,1327,6.757,1328,6.757,1329,6.757]],["tags/237",[]],["title/238",[1330,6.472]],["content/238",[54,4.719,61,1.248,112,2.082,202,1.521,284,1.552,447,2.813,514,5.325,709,4.561,776,5.574,841,2.7,1083,4.561,1312,5.076,1313,5.915,1314,5.574,1331,7.063,1332,7.884,1333,7.063,1334,7.063]],["tags/238",[]],["title/239",[1335,6.472]],["content/239",[54,5.38,61,1.065,112,1.881,176,4.524,202,1.298,233,4.021,284,1.324,345,1.591,374,2.401,447,2.401,514,4.813,581,2.948,770,4.756,775,6.616,841,2.304,1083,3.892,1312,4.331,1314,4.756,1336,8.814,1337,5.436,1338,6.027,1339,6.027,1340,6.027,1341,7.901,1342,6.027,1343,5.436,1344,6.027,1345,5.436,1346,5.436]],["tags/239",[]],["title/240",[1347,6.472]],["content/240",[42,0.123,54,4.641,61,1.215,112,2.047,202,1.481,233,4.588,284,1.511,307,3.138,514,4.189,581,3.363,770,5.427,841,2.629,1312,4.942,1332,6.202,1345,6.202,1346,6.202,1348,6.877,1349,6.877,1350,6.877,1351,6.877,1352,6.877,1353,6.877,1354,6.877]],["tags/240",[]],["title/241",[1355,5.837]],["content/241",[112,2.07,202,1.508,284,1.538,345,1.848,447,2.788,514,4.264,709,6.106,775,7.097,841,2.676,1083,4.521,1337,6.314,1343,6.314,1356,7,1357,7,1358,8.693,1359,7,1360,7]],["tags/241",[]],["title/242",[1355,5.837]],["content/242",[42,0.129,61,1.271,112,2.105,202,1.549,345,1.899,497,4.799,514,5.385,603,6.024,709,6.181,775,6.636,776,5.677,782,3.584,841,2.75,1361,7.193,1362,7.193]],["tags/242",[]],["title/243",[1363,6.472]],["content/243",[42,0.156,54,4.693,61,1.536,112,2.07,202,1.508,232,4.67,284,1.538,345,1.848,514,5.759,841,2.676,1026,5.862,1312,5.03,1364,7,1365,7,1366,7,1367,7,1368,7]],["tags/243",[]],["title/221",[48,0.809,489,2.647]],["content/221",[10,1.281,226,4.03,381,2.027,432,3.691,455,3.574,485,4.275,486,4.189,581,3.956]],["tags/221",[]],["title/222",[489,3.352]],["content/222",[]],["tags/222",[]],["title/223",[1369,4.28,1370,4.61]],["content/223",[23,3.687,24,3.928,40,4.762,42,0.194,61,1.404,107,3.403,108,3.093,123,1.061,127,5.105,129,2.603,202,1.061,218,0.833,284,1.514,371,3.093,447,1.961,489,4.458,909,4.441,944,3.285,1206,6.461,1369,5.769,1370,4.441,1371,4.441,1372,6.214,1373,6.214]],["tags/223",[]],["title/224",[1374,6.472]],["content/224",[23,3.26,24,2.077,40,3.145,42,0.191,61,1.151,108,2.925,123,1.403,126,1.949,127,5.426,128,2.414,129,2.405,191,2.772,202,0.98,218,0.787,284,1.672,323,1.98,371,2.043,372,2.043,447,1.813,489,3.942,539,5.456,1100,3.811,1206,5.713,1209,6.557,1369,5.456,1371,4.105,1372,4.105,1373,5.877,1375,4.551,1376,6.515,1377,6.515,1378,4.551,1379,6.515,1380,4.551,1381,4.551]],["tags/224",[]],["title/225",[48,0.809,477,2.821]],["content/225",[10,1.308,48,1.308,276,2.886,345,2.18,476,4.039,477,4.558]],["tags/225",[]],["title/226",[1382,6.472]],["content/226",[42,0.139,112,1.849,126,3.327,202,1.673,277,5.581,376,3.544,841,2.969,1383,7.005,1384,7.766,1385,7.766,1386,7.766,1387,7.766]],["tags/226",[]],["title/227",[1388,6.472]],["content/227",[48,1.281,276,2.827,284,2.084,581,3.956,599,6.383,1383,7.295,1389,6.383]],["tags/227",[]],["title/228",[1390,6.472]],["content/228",[48,1.281,276,2.827,284,2.084,581,3.956,599,6.383,1389,6.383,1391,8.088]],["tags/228",[]],["title/229",[1392,6.472]],["content/229",[48,1.281,276,2.827,284,2.084,407,4.797,581,3.956,599,6.383,1389,6.383]],["tags/229",[]],["title/230",[1393,6.472]],["content/230",[284,1.854,407,5.005,1389,6.659,1394,8.438]],["tags/230",[]],["title/244",[48,0.809,61,0.903]],["content/244",[10,1.308,48,1.308,61,1.459,128,2.4,276,2.886,345,2.18]],["tags/244",[]],["title/245",[48,0.809,345,1.349]],["content/245",[]],["tags/245",[]],["title/246",[1395,6.472]],["content/246",[23,3.499,24,3.727,42,0.189,61,1.686,87,1.885,112,1.235,123,1.117,150,4.678,202,1.117,218,1.064,284,1.14,296,1.957,354,2.156,431,5.646,655,3.314,893,4.304,1396,8.325,1397,6.441,1398,8.168,1399,7.141,1400,5.186,1401,5.186]],["tags/246",[]],["title/247",[1402,6.472]],["content/247",[20,2.497,23,2.685,24,3.699,42,0.161,61,1.432,112,1.493,126,2.685,202,1.35,218,0.98,235,2.164,284,1.781,295,3.274,302,2.463,353,3.681,354,3.949,524,4.333,528,4.333,655,2.909,841,2.397,873,5.25,879,4.505,893,3.066,1403,4.947,1404,6.269]],["tags/247",[]],["title/248",[1405,6.472]],["content/248",[9,4.333,20,2.497,23,2.685,24,3.699,42,0.161,61,1.432,112,1.493,126,2.685,202,1.35,218,0.98,235,2.164,284,1.781,295,3.274,302,2.463,353,3.681,354,3.949,524,4.333,528,4.333,655,2.909,841,2.397,873,5.25,893,3.066,1403,4.947,1406,6.269]],["tags/248",[]],["title/249",[1407,6.472]],["content/249",[23,3.584,24,3.818,42,0.173,61,1.709,103,2.117,112,1.568,126,2.821,202,1.419,218,1.011,243,5.198,284,1.447,296,3.156,345,1.738,655,3.056,841,2.518,893,3.221,1408,7.7,1409,5.515]],["tags/249",[]],["title/250",[1410,6.472]],["content/250",[23,3.584,24,3.818,42,0.173,61,1.709,112,1.568,126,2.821,202,1.419,218,1.011,284,1.447,296,3.156,345,1.738,655,3.056,841,2.518,879,4.733,893,3.221,1403,5.198,1408,7.7,1409,5.515]],["tags/250",[]],["title/251",[1411,6.472]],["content/251",[9,4.552,23,3.584,24,3.818,42,0.173,61,1.709,112,1.568,126,2.821,202,1.419,218,1.011,284,1.447,296,3.156,345,1.738,655,3.056,841,2.518,893,3.221,1403,5.198,1408,7.7,1409,5.515]],["tags/251",[]],["title/252",[1412,6.472]],["content/252",[42,0.165,61,1.478,108,2.957,112,1.568,126,2.821,202,1.419,218,1.011,284,1.447,296,3.156,447,2.624,581,3.221,655,3.056,694,4.724,802,4.253,841,2.518,893,3.221,1413,4.733,1414,6.586,1415,5.941,1416,6.586,1417,6.586,1418,6.586,1419,6.586,1420,6.586]],["tags/252",[]],["title/253",[1421,6.472]],["content/253",[42,0.165,61,1.486,108,2.982,112,1.582,126,2.845,202,1.431,218,1.016,284,1.46,296,3.483,447,2.646,581,3.249,655,3.082,694,4.75,802,4.29,841,2.54,893,3.249,1413,4.773,1422,7.587,1423,5.562,1424,6.642,1425,4.986]],["tags/253",[]],["title/254",[1426,6.472]],["content/254",[42,0.165,61,1.486,108,2.982,112,1.582,126,2.845,202,1.431,218,1.016,284,1.46,296,3.483,447,2.646,581,3.249,655,3.082,694,4.75,802,4.29,841,2.54,893,3.249,1413,4.773,1423,5.562,1425,4.986,1427,8.411,1428,6.642]],["tags/254",[]],["title/255",[1429,6.472]],["content/255",[42,0.165,61,1.486,108,2.982,112,1.582,126,2.845,202,1.431,218,1.016,284,1.46,296,3.483,447,2.646,581,3.249,655,3.082,694,4.75,802,4.29,841,2.54,893,3.249,1413,4.773,1423,5.562,1425,4.986,1430,8.411,1431,6.642]],["tags/255",[]],["title/256",[1432,6.472]],["content/256",[42,0.165,61,1.486,108,2.982,112,1.582,126,2.845,202,1.431,218,1.016,284,1.46,296,3.483,447,2.646,581,3.249,655,3.082,694,4.75,802,4.29,841,2.54,893,3.249,1413,4.773,1415,5.991,1425,4.986,1433,8.411,1434,6.642]],["tags/256",[]],["title/257",[1435,6.472]],["content/257",[154,5.581,191,5.641,218,0.938,245,5.581,357,2.412,405,4.022,507,5.83,573,5.581,1059,6.129,1310,6.503,1436,7.766]],["tags/257",[]],["title/258",[1437,6.472]],["content/258",[23,2.92,24,3.111,42,0.167,61,1.511,108,3.06,112,1.623,126,2.92,202,1.468,218,1.033,284,1.498,354,3.555,447,2.715,655,3.163,694,5.275,841,2.606,893,3.334,1025,5.708,1438,6.816,1439,6.816]],["tags/258",[]],["title/259",[1440,6.472]],["content/259",[17,3.516,23,3.509,24,3.738,42,0.171,61,1.6,108,2.86,112,1.517,126,2.729,202,1.372,218,1.094,240,2.689,284,1.4,407,3.779,446,6.039,447,2.538,841,2.436,861,5.747,881,5.747,883,7.388,1441,6.371,1442,5.747,1443,6.371]],["tags/259",[]],["title/260",[1444,6.472]],["content/260",[9,4.522,17,3.611,20,1.823,23,3.569,24,3.802,41,5.38,42,0.182,60,5.094,61,1.472,74,1.561,107,3.164,108,2.055,109,3.436,112,1.09,126,1.961,176,3.436,202,0.986,218,1.007,240,1.932,257,4.522,284,1.006,285,2.648,301,2.761,353,1.876,354,2.72,447,1.823,575,4.129,655,3.036,879,3.29,1396,4.129,1397,5.901,1445,7.635,1446,4.578,1447,4.578,1448,8.331,1449,6.543,1450,6.543,1451,6.543,1452,4.578]],["tags/260",[]],["title/261",[1453,6.472]],["content/261",[23,2.895,24,3.88,42,0.167,61,1.503,103,2.172,108,3.034,112,1.609,126,2.895,202,1.456,218,1.028,284,1.485,354,2.81,447,2.692,655,3.136,694,5.254,841,2.584,893,3.305,1454,8.503,1455,6.757]],["tags/261",[]],["title/262",[1456,6.472]],["content/262",[20,2.692,23,3.643,24,3.084,42,0.167,61,1.503,108,3.034,112,1.609,126,2.895,202,1.456,218,1.028,284,1.485,354,2.81,400,5.328,447,2.692,655,3.136,694,5.254,841,2.584,893,3.305,1457,6.757]],["tags/262",[]],["title/263",[1458,6.472]],["content/263",[24,2.772,42,0.174,61,1.563,112,1.446,126,2.602,202,1.308,212,4.198,217,2.097,218,0.96,235,2.097,284,1.335,285,3.513,296,3.54,301,2.563,302,2.386,353,3.254,655,2.818,723,4.365,773,6.641,841,2.322,893,2.971,1146,6.65,1459,4.559,1460,4.793,1461,6.074,1462,6.074]],["tags/263",[]],["title/264",[1463,6.472]],["content/264",[17,4.382,24,2.772,42,0.174,61,1.563,112,1.446,126,2.602,202,1.308,212,4.198,217,2.097,218,0.96,235,2.097,284,1.335,285,3.513,296,3.54,301,2.563,302,2.386,353,3.254,605,3.603,655,2.818,723,4.365,773,6.641,841,2.322,893,2.971,1459,4.559,1460,4.793,1464,6.074]],["tags/264",[]],["title/265",[1465,6.472]],["content/265",[42,0.174,61,1.494,108,3.008,112,1.595,126,2.87,218,1.022,284,1.472,296,2.528,447,2.669,655,3.109,694,4.775,695,5.287,802,4.327,818,3.617,841,2.561,893,3.277,1201,6.043,1413,4.814,1425,5.029,1466,6.699,1467,6.699,1468,6.699]],["tags/265",[]],["title/266",[1469,6.472]],["content/266",[24,2.75,42,0.174,61,1.557,112,1.435,126,2.582,139,4.756,202,1.298,212,4.166,217,2.081,218,0.955,235,2.081,284,1.324,285,3.486,296,3.529,301,2.543,302,2.368,353,3.238,655,2.797,723,4.331,773,6.616,782,3.003,841,2.304,893,2.948,1146,6.616,1459,4.524,1460,4.756,1470,6.027]],["tags/266",[]],["title/267",[1471,6.472]],["content/267",[17,4.36,24,2.75,42,0.174,61,1.557,97,1.83,112,1.435,126,2.582,202,1.298,212,4.166,217,2.081,218,0.955,235,2.081,284,1.324,285,3.486,296,3.529,301,2.543,302,2.368,353,3.238,655,2.797,723,4.331,773,6.616,782,3.003,841,2.304,893,2.948,1459,4.524,1460,4.756,1472,6.027]],["tags/267",[]],["title/268",[34,2.008,48,0.809]],["content/268",[]],["tags/268",[]],["title/269",[1473,6.472]],["content/269",[23,3.169,42,0.161,48,1.171,80,2.651,112,1.762,126,3.169,202,1.594,218,0.894,285,4.279,295,2.989,325,3.169,407,4.388,655,3.433,841,2.828,1442,6.673,1474,7.398]],["tags/269",[]],["title/270",[1475,6.472]],["content/270",[23,3.139,42,0.16,48,1.16,80,2.626,112,1.745,113,2.561,126,3.139,202,1.579,218,0.886,285,4.239,295,2.961,325,3.139,407,4.347,655,3.401,841,2.802,1422,6.61,1476,7.329]],["tags/270",[]],["title/271",[48,0.809,123,1.101]],["content/271",[10,1.308,48,1.308,123,1.779,128,2.4,276,2.886,345,2.18]],["tags/271",[]],["title/272",[1047,5.107]],["content/272",[42,0.152,87,1.784,112,1.609,123,2.004,126,2.895,166,4.364,176,5.073,199,5.073,202,1.456,218,0.817,272,2.655,284,1.485,326,3.817,327,3.034,331,3.034,818,3.648,841,2.584,1047,5.333,1149,6.095,1477,6.757,1478,6.095,1479,6.757,1480,6.757]],["tags/272",[]],["title/273",[1481,6.472]],["content/273",[42,0.172,108,3.26,112,1.729,123,1.915,126,3.11,202,1.564,218,0.877,284,1.595,327,3.26,447,2.892,694,5.02,818,3.92,841,2.776,1478,6.549,1482,7.26]],["tags/273",[]],["title/274",[1483,6.472]],["content/274",[40,6.024,42,0.181,58,2.935,70,6.263,87,2.054,97,1.789,112,1.403,123,1.676,126,2.523,153,2.829,202,1.269,218,0.712,235,2.687,284,1.294,295,2.38,356,3.551,524,4.071,554,4.649,605,3.494,694,4.921,818,3.18,819,4.649,841,2.252,1025,4.933,1459,4.422,1484,8.716]],["tags/274",[]],["title/231",[567,5.42]],["content/231",[6,2.378,10,1.171,29,1.256,35,2.399,53,5.554,106,5.554,359,2.947,427,4.636,465,4.636,567,6.195,742,6.673,1485,7.398,1486,7.398,1487,6.673,1488,6.673,1489,7.398]],["tags/231",[]],["title/232",[340,1.643,1490,4.61]],["content/232",[10,1.108,29,1.189,35,1.867,53,5.255,128,2.034,215,3.953,226,3.487,264,2.54,274,2.828,340,2.25,455,3.093,467,4.521,523,5.524,958,5.862,1487,6.314,1488,6.314,1490,6.314,1491,7,1492,7,1493,7,1494,7,1495,7,1496,7]],["tags/232",[]],["title/233",[1497,4.61,1498,4.61]],["content/233",[9,5.065,10,1.16,21,2.961,29,1.245,53,5.501,236,6.137,380,2.626,388,3.092,1497,6.61,1498,6.61,1499,7.329,1500,7.329,1501,7.329,1502,7.329,1503,7.329,1504,7.329,1505,7.329,1506,7.329]],["tags/233",[]]],"invertedIndex":[["",{"_index":42,"title":{"1":{},"2":{},"3":{},"4":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"160":{},"161":{},"162":{},"163":{},"164":{}},"content":{"1":{},"2":{},"3":{},"4":{},"6":{},"7":{},"8":{},"9":{},"11":{},"12":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"62":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"72":{},"73":{},"77":{},"80":{},"81":{},"82":{},"85":{},"87":{},"88":{},"89":{},"91":{},"93":{},"94":{},"96":{},"97":{},"98":{},"99":{},"101":{},"103":{},"105":{},"106":{},"107":{},"108":{},"109":{},"111":{},"112":{},"113":{},"114":{},"116":{},"118":{},"119":{},"121":{},"122":{},"123":{},"124":{},"125":{},"126":{},"127":{},"128":{},"129":{},"130":{},"131":{},"132":{},"134":{},"135":{},"136":{},"138":{},"139":{},"141":{},"142":{},"143":{},"144":{},"145":{},"146":{},"147":{},"149":{},"150":{},"151":{},"152":{},"155":{},"156":{},"158":{},"160":{},"161":{},"162":{},"163":{},"164":{},"166":{},"167":{},"170":{},"174":{},"175":{},"179":{},"180":{},"185":{},"187":{},"188":{},"194":{},"195":{},"196":{},"197":{},"198":{},"199":{},"200":{},"201":{},"202":{},"203":{},"204":{},"205":{},"206":{},"207":{},"208":{},"209":{},"210":{},"212":{},"214":{},"217":{},"218":{},"223":{},"224":{},"226":{},"235":{},"236":{},"240":{},"242":{},"243":{},"246":{},"247":{},"248":{},"249":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"258":{},"259":{},"260":{},"261":{},"262":{},"263":{},"264":{},"265":{},"266":{},"267":{},"269":{},"270":{},"272":{},"273":{},"274":{}},"tags":{}}],["0",{"_index":120,"title":{},"content":{"10":{},"77":{},"111":{},"134":{}},"tags":{}}],["0.2.0",{"_index":520,"title":{},"content":{"62":{}},"tags":{}}],["0.3.2",{"_index":1345,"title":{},"content":{"239":{},"240":{}},"tags":{}}],["0.5.0",{"_index":521,"title":{},"content":{"62":{},"64":{}},"tags":{}}],["0.6.0",{"_index":522,"title":{},"content":{"62":{},"64":{}},"tags":{}}],["0b1000101assert(n",{"_index":919,"title":{},"content":{"119":{}},"tags":{}}],["0x247d2882520",{"_index":619,"title":{},"content":{"77":{}},"tags":{}}],["0x247d29ec9c8",{"_index":621,"title":{},"content":{"77":{}},"tags":{}}],["0x3e4a5a57",{"_index":1300,"title":{},"content":{"214":{}},"tags":{}}],["0x420assert(n",{"_index":917,"title":{},"content":{"119":{}},"tags":{}}],["1",{"_index":97,"title":{"174":{}},"content":{"9":{},"10":{},"14":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"74":{},"77":{},"89":{},"91":{},"98":{},"99":{},"103":{},"108":{},"111":{},"112":{},"113":{},"114":{},"126":{},"131":{},"132":{},"136":{},"138":{},"141":{},"144":{},"145":{},"151":{},"158":{},"170":{},"174":{},"175":{},"176":{},"187":{},"267":{},"274":{}},"tags":{}}],["1.0",{"_index":1353,"title":{},"content":{"240":{}},"tags":{}}],["1.000.000",{"_index":559,"title":{},"content":{"74":{}},"tags":{}}],["10",{"_index":116,"title":{},"content":{"10":{},"11":{},"12":{},"13":{},"82":{},"89":{},"91":{},"98":{},"99":{},"155":{},"187":{},"212":{}},"tags":{}}],["100",{"_index":121,"title":{},"content":{"10":{}},"tags":{}}],["10000000",{"_index":911,"title":{},"content":{"118":{}},"tags":{}}],["1000m",{"_index":1387,"title":{},"content":{"226":{}},"tags":{}}],["1045060183",{"_index":1243,"title":{},"content":{"198":{},"214":{}},"tags":{}}],["1056",{"_index":918,"title":{},"content":{"119":{}},"tags":{}}],["10_000_000assert(n",{"_index":910,"title":{},"content":{"118":{}},"tags":{}}],["11",{"_index":1291,"title":{},"content":{"212":{}},"tags":{}}],["1151865881",{"_index":1269,"title":{},"content":{"206":{},"210":{}},"tags":{}}],["12",{"_index":142,"title":{},"content":{"11":{},"12":{},"13":{}},"tags":{}}],["123",{"_index":806,"title":{},"content":{"93":{},"108":{}},"tags":{}}],["123\"local",{"_index":882,"title":{},"content":{"108":{}},"tags":{}}],["1252609637",{"_index":1256,"title":{},"content":{"202":{}},"tags":{}}],["13",{"_index":627,"title":{},"content":{"77":{},"166":{}},"tags":{}}],["1337",{"_index":1373,"title":{},"content":{"223":{},"224":{}},"tags":{}}],["15",{"_index":139,"title":{},"content":{"11":{},"12":{},"13":{},"266":{}},"tags":{}}],["16",{"_index":1462,"title":{},"content":{"263":{}},"tags":{}}],["17",{"_index":687,"title":{},"content":{"83":{}},"tags":{}}],["1endclass",{"_index":960,"title":{},"content":{"126":{}},"tags":{}}],["2",{"_index":58,"title":{"175":{}},"content":{"7":{},"8":{},"9":{},"77":{},"89":{},"91":{},"99":{},"101":{},"103":{},"111":{},"114":{},"131":{},"132":{},"136":{},"138":{},"151":{},"158":{},"170":{},"274":{}},"tags":{}}],["2.0.0",{"_index":658,"title":{},"content":{"81":{}},"tags":{}}],["20",{"_index":684,"title":{},"content":{"82":{},"158":{}},"tags":{}}],["222957957",{"_index":1253,"title":{},"content":{"201":{}},"tags":{}}],["234",{"_index":887,"title":{},"content":{"108":{}},"tags":{}}],["249",{"_index":1055,"title":{},"content":{"136":{}},"tags":{}}],["255",{"_index":1187,"title":{},"content":{"172":{}},"tags":{}}],["256",{"_index":1261,"title":{"204":{}},"content":{"204":{}},"tags":{}}],["2650573207",{"_index":1272,"title":{},"content":{"207":{}},"tags":{}}],["2871868277",{"_index":1232,"title":{},"content":{"194":{}},"tags":{}}],["3",{"_index":605,"title":{},"content":{"77":{},"91":{},"103":{},"105":{},"109":{},"111":{},"114":{},"136":{},"138":{},"170":{},"264":{},"274":{}},"tags":{}}],["3.5x",{"_index":413,"title":{},"content":{"152":{},"160":{},"161":{},"162":{},"163":{},"164":{}},"tags":{}}],["30",{"_index":1105,"title":{},"content":{"150":{}},"tags":{}}],["3154674178",{"_index":1266,"title":{},"content":{"205":{}},"tags":{}}],["3190198453633110066",{"_index":1275,"title":{},"content":{"208":{}},"tags":{}}],["3889643616",{"_index":1259,"title":{},"content":{"203":{}},"tags":{}}],["3switch",{"_index":604,"title":{},"content":{"77":{}},"tags":{}}],["3x",{"_index":298,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"141":{}},"tags":{}}],["4",{"_index":70,"title":{},"content":{"7":{},"9":{},"77":{},"91":{},"138":{},"274":{}},"tags":{}}],["42",{"_index":825,"title":{},"content":{"106":{},"135":{},"139":{}},"tags":{}}],["430867652",{"_index":1246,"title":{},"content":{"199":{}},"tags":{}}],["5",{"_index":153,"title":{},"content":{"11":{},"12":{},"13":{},"77":{},"89":{},"91":{},"98":{},"99":{},"109":{},"111":{},"138":{},"150":{},"155":{},"157":{},"160":{},"161":{},"162":{},"163":{},"164":{},"174":{},"187":{},"274":{}},"tags":{}}],["5'.assert((3",{"_index":877,"title":{},"content":{"109":{}},"tags":{}}],["5.\")end",{"_index":609,"title":{},"content":{"77":{}},"tags":{}}],["5.4",{"_index":730,"title":{},"content":{"88":{}},"tags":{}}],["5do",{"_index":788,"title":{},"content":{"91":{}},"tags":{}}],["5eb63bbbe01eeed093cb22bb8f5acdc3",{"_index":1236,"title":{},"content":{"195":{}},"tags":{}}],["5var",{"_index":785,"title":{},"content":{"91":{}},"tags":{}}],["6",{"_index":819,"title":{},"content":{"105":{},"109":{},"111":{},"274":{}},"tags":{}}],["69",{"_index":920,"title":{},"content":{"119":{}},"tags":{}}],["7",{"_index":873,"title":{},"content":{"109":{},"247":{},"248":{}},"tags":{}}],["7088720765356542432",{"_index":1278,"title":{},"content":{"209":{}},"tags":{}}],["8",{"_index":154,"title":{},"content":{"11":{},"12":{},"13":{},"190":{},"191":{},"257":{}},"tags":{}}],["847757641",{"_index":755,"title":{},"content":{"96":{}},"tags":{}}],["8618312879776256743",{"_index":1249,"title":{},"content":{"200":{}},"tags":{}}],["894552257",{"_index":1238,"title":{},"content":{"196":{}},"tags":{}}],["9",{"_index":820,"title":{},"content":{"105":{}},"tags":{}}],["9065573210506989167",{"_index":1241,"title":{},"content":{"197":{}},"tags":{}}],["99.9",{"_index":490,"title":{},"content":{"59":{}},"tags":{}}],["_",{"_index":857,"title":{},"content":{"103":{},"237":{}},"tags":{}}],["__construct",{"_index":943,"title":{},"content":{"123":{},"127":{},"128":{}},"tags":{}}],["__construct(nam",{"_index":945,"title":{},"content":{"123":{},"124":{},"125":{},"127":{}},"tags":{}}],["__construct(publ",{"_index":975,"title":{},"content":{"128":{}},"tags":{}}],["__gc",{"_index":952,"title":{},"content":{"124":{}},"tags":{}}],["__parent",{"_index":963,"title":{},"content":{"126":{}},"tags":{}}],["_psoup",{"_index":1303,"title":{},"content":{"188":{}},"tags":{}}],["_pversion",{"_index":1302,"title":{},"content":{"188":{}},"tags":{}}],["_version",{"_index":1307,"title":{},"content":{"188":{}},"tags":{}}],["a)els",{"_index":1140,"title":{},"content":{"155":{}},"tags":{}}],["a)end",{"_index":1141,"title":{},"content":{"155":{}},"tags":{}}],["a?.b?.c",{"_index":1009,"title":{},"content":{"134":{}},"tags":{}}],["abil",{"_index":1502,"title":{},"content":{"233":{}},"tags":{}}],["abov",{"_index":224,"title":{},"content":{"14":{},"64":{},"81":{},"82":{},"107":{},"122":{},"138":{}},"tags":{}}],["absent",{"_index":1172,"title":{},"content":{"170":{}},"tags":{}}],["absolut",{"_index":1365,"title":{},"content":{"243":{}},"tags":{}}],["accept",{"_index":310,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"89":{},"99":{},"155":{}},"tags":{}}],["access",{"_index":369,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"111":{},"134":{},"137":{},"153":{},"188":{}},"tags":{}}],["action",{"_index":332,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"136":{},"170":{}},"tags":{}}],["activ",{"_index":598,"title":{},"content":{"76":{}},"tags":{}}],["actual",{"_index":165,"title":{},"content":{"12":{},"14":{},"65":{},"66":{},"67":{},"68":{},"69":{},"148":{}},"tags":{}}],["ad",{"_index":79,"title":{},"content":{"8":{},"64":{}},"tags":{}}],["add",{"_index":169,"title":{},"content":{"12":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"60":{},"61":{},"81":{},"87":{},"88":{},"93":{},"101":{},"111":{},"118":{},"123":{},"126":{},"157":{},"160":{},"161":{},"162":{},"163":{},"164":{},"176":{}},"tags":{}}],["add(a",{"_index":854,"title":{},"content":{"101":{}},"tags":{}}],["addit",{"_index":417,"title":{"149":{}},"content":{"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"84":{},"149":{},"151":{},"157":{},"160":{},"161":{},"162":{},"163":{},"164":{},"188":{}},"tags":{}}],["advic",{"_index":214,"title":{},"content":{"13":{}},"tags":{}}],["advis",{"_index":442,"title":{},"content":{"159":{},"160":{},"161":{},"162":{},"163":{},"164":{}},"tags":{}}],["aels",{"_index":1063,"title":{},"content":{"142":{}},"tags":{}}],["afterward",{"_index":1447,"title":{},"content":{"260":{}},"tags":{}}],["ag",{"_index":824,"title":{},"content":{"106":{},"107":{},"126":{}},"tags":{}}],["again",{"_index":38,"title":{},"content":{"6":{},"167":{}},"tags":{}}],["aggreg",{"_index":338,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"101":{}},"tags":{}}],["agnost",{"_index":1441,"title":{},"content":{"259":{}},"tags":{}}],["aid",{"_index":262,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"74":{}},"tags":{}}],["algorithm",{"_index":435,"title":{"193":{}},"content":{"141":{},"158":{},"160":{},"161":{},"162":{},"163":{},"164":{},"194":{},"195":{},"196":{},"197":{},"198":{},"199":{},"200":{},"201":{},"202":{},"203":{},"204":{},"205":{},"206":{},"207":{},"208":{},"209":{},"210":{}},"tags":{}}],["alia",{"_index":449,"title":{"19":{},"167":{}},"content":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"147":{}},"tags":{}}],["alias",{"_index":395,"title":{},"content":{"65":{},"66":{},"67":{},"68":{},"69":{},"147":{}},"tags":{}}],["alice\"}loc",{"_index":994,"title":{},"content":{"134":{}},"tags":{}}],["allow",{"_index":62,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"7":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"74":{},"95":{},"101":{},"119":{},"146":{},"154":{},"156":{},"166":{},"172":{},"187":{}},"tags":{}}],["alphabet",{"_index":1427,"title":{},"content":{"254":{}},"tags":{}}],["alphanumer",{"_index":1433,"title":{},"content":{"256":{}},"tags":{}}],["alreadi",{"_index":11,"title":{"144":{}},"content":{"5":{},"14":{},"16":{},"72":{}},"tags":{}}],["alright",{"_index":124,"title":{},"content":{"11":{}},"tags":{}}],["altern",{"_index":195,"title":{"65":{},"147":{}},"content":{"13":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"65":{},"66":{},"67":{},"68":{},"69":{},"135":{},"143":{},"146":{},"147":{},"182":{}},"tags":{}}],["although",{"_index":427,"title":{},"content":{"76":{},"97":{},"135":{},"160":{},"161":{},"162":{},"163":{},"164":{},"165":{},"231":{}},"tags":{}}],["alway",{"_index":206,"title":{},"content":{"13":{},"110":{}},"tags":{}}],["ambigu",{"_index":939,"title":{},"content":{"121":{},"167":{}},"tags":{}}],["amount",{"_index":376,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"134":{},"226":{}},"tags":{}}],["anonym",{"_index":851,"title":{"114":{}},"content":{"114":{}},"tags":{}}],["anoth",{"_index":176,"title":{},"content":{"12":{},"62":{},"239":{},"260":{},"272":{}},"tags":{}}],["ansi",{"_index":1196,"title":{"176":{}},"content":{"176":{}},"tags":{}}],["answer",{"_index":242,"title":{},"content":{"15":{}},"tags":{}}],["anyth",{"_index":880,"title":{},"content":{"110":{}},"tags":{}}],["anywher",{"_index":891,"title":{},"content":{"108":{},"138":{},"155":{}},"tags":{}}],["apart",{"_index":1066,"title":{},"content":{"144":{}},"tags":{}}],["appli",{"_index":1207,"title":{},"content":{"179":{},"217":{}},"tags":{}}],["applic",{"_index":1496,"title":{},"content":{"232":{}},"tags":{}}],["approach",{"_index":1112,"title":{},"content":{"151":{}},"tags":{}}],["appropri",{"_index":403,"title":{},"content":{"65":{},"66":{},"67":{},"68":{},"69":{},"156":{}},"tags":{}}],["apt",{"_index":659,"title":{"82":{}},"content":{"82":{},"84":{}},"tags":{}}],["arch",{"_index":699,"title":{},"content":{"84":{}},"tags":{}}],["arch=amd64",{"_index":671,"title":{},"content":{"82":{}},"tags":{}}],["arg",{"_index":902,"title":{},"content":{"116":{}},"tags":{}}],["argument",{"_index":217,"title":{"47":{},"48":{},"94":{},"99":{},"131":{},"132":{}},"content":{"13":{},"14":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"89":{},"90":{},"91":{},"92":{},"96":{},"99":{},"128":{},"131":{},"132":{},"145":{},"263":{},"264":{},"266":{},"267":{}},"tags":{}}],["arguments.end",{"_index":743,"title":{},"content":{"89":{},"99":{}},"tags":{}}],["arguments.when",{"_index":781,"title":{},"content":{"90":{}},"tags":{}}],["arithmet",{"_index":49,"title":{"7":{}},"content":{"7":{},"9":{},"158":{},"160":{},"161":{},"162":{},"163":{},"164":{}},"tags":{}}],["around",{"_index":168,"title":{},"content":{"12":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"171":{}},"tags":{}}],["array",{"_index":355,"title":{"105":{}},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"109":{}},"tags":{}}],["arrow",{"_index":39,"title":{},"content":{"6":{},"175":{}},"tags":{}}],["arthimet",{"_index":434,"title":{"158":{},"163":{}},"content":{"160":{},"161":{},"162":{},"163":{},"164":{}},"tags":{}}],["articl",{"_index":2,"title":{},"content":{"5":{}},"tags":{}}],["ascii",{"_index":1414,"title":{},"content":{"252":{}},"tags":{}}],["assert((\"key",{"_index":875,"title":{},"content":{"109":{}},"tags":{}}],["assert(aft",{"_index":1451,"title":{},"content":{"260":{}},"tags":{}}],["assert(befor",{"_index":1450,"title":{},"content":{"260":{}},"tags":{}}],["assert(decod",{"_index":1378,"title":{},"content":{"224":{}},"tags":{}}],["assert(decoded.key",{"_index":1380,"title":{},"content":{"224":{}},"tags":{}}],["assert(decoded.nested.nested_key",{"_index":1381,"title":{},"content":{"224":{}},"tags":{}}],["assert(myenum.optiion_1",{"_index":840,"title":{},"content":{"111":{}},"tags":{}}],["assert(myenum.option_1",{"_index":843,"title":{},"content":{"112":{}},"tags":{}}],["assert(option_1",{"_index":835,"title":{},"content":{"111":{},"112":{},"114":{}},"tags":{}}],["assert(option_2",{"_index":836,"title":{},"content":{"111":{},"114":{}},"tags":{}}],["assert(option_3",{"_index":837,"title":{},"content":{"111":{},"114":{}},"tags":{}}],["assert(option_4",{"_index":839,"title":{},"content":{"111":{}},"tags":{}}],["assert(table.contains(t",{"_index":1484,"title":{},"content":{"274":{}},"tags":{}}],["assert(table.isfrozen(t",{"_index":1482,"title":{},"content":{"273":{}},"tags":{}}],["assert(tonumber(crypto.hexdigest(hash",{"_index":1301,"title":{},"content":{"214":{}},"tags":{}}],["assert(type(decod",{"_index":1379,"title":{},"content":{"224":{}},"tags":{}}],["assign",{"_index":75,"title":{},"content":{"8":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"65":{},"66":{},"67":{},"68":{},"69":{},"91":{},"93":{},"104":{},"105":{},"106":{},"107":{},"125":{},"128":{},"154":{},"155":{}},"tags":{}}],["associ",{"_index":1045,"title":{},"content":{"136":{}},"tags":{}}],["assum",{"_index":727,"title":{},"content":{"87":{},"105":{},"106":{},"107":{}},"tags":{}}],["assumpt",{"_index":208,"title":{},"content":{"13":{}},"tags":{}}],["attempt",{"_index":379,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"134":{},"136":{}},"tags":{}}],["attribut",{"_index":364,"title":{"53":{},"93":{}},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"93":{},"97":{}},"tags":{}}],["automat",{"_index":337,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"101":{},"121":{},"127":{}},"tags":{}}],["avail",{"_index":226,"title":{},"content":{"14":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"86":{},"96":{},"113":{},"177":{},"183":{},"215":{},"221":{},"232":{}},"tags":{}}],["avoid",{"_index":938,"title":{},"content":{"121":{}},"tags":{}}],["b",{"_index":98,"title":{},"content":{"9":{},"91":{},"101":{},"105":{},"109":{},"142":{},"143":{},"144":{},"145":{},"174":{},"175":{}},"tags":{}}],["b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9",{"_index":1263,"title":{},"content":{"204":{}},"tags":{}}],["back",{"_index":1159,"title":{},"content":{"165":{}},"tags":{}}],["backup",{"_index":1341,"title":{},"content":{"239":{}},"tags":{}}],["backup_cfg/config.txt",{"_index":1339,"title":{},"content":{"239":{}},"tags":{}}],["backward",{"_index":858,"title":{},"content":{"103":{},"110":{},"141":{},"156":{},"170":{}},"tags":{}}],["base",{"_index":106,"title":{},"content":{"9":{},"111":{},"188":{},"212":{},"231":{}},"tags":{}}],["base32",{"_index":484,"title":{"31":{},"177":{},"178":{}},"content":{"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"96":{},"179":{},"180":{}},"tags":{}}],["base32.decode(data",{"_index":1208,"title":{"180":{}},"content":{},"tags":{}}],["base32.encode(data",{"_index":1204,"title":{"179":{}},"content":{},"tags":{}}],["base58",{"_index":487,"title":{"32":{},"183":{},"184":{}},"content":{"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"96":{},"185":{},"186":{}},"tags":{}}],["base58.decode(data",{"_index":1210,"title":{"185":{}},"content":{},"tags":{}}],["base58.is_valid(data",{"_index":1211,"title":{"186":{}},"content":{},"tags":{}}],["base64",{"_index":488,"title":{"33":{},"215":{},"216":{}},"content":{"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"96":{},"217":{},"218":{},"219":{}},"tags":{}}],["base64.decod",{"_index":1222,"title":{},"content":{"220":{}},"tags":{}}],["base64.decode(\"sgvsbg8sifdvcmxkiq",{"_index":1216,"title":{},"content":{"218":{}},"tags":{}}],["base64.decode(data",{"_index":1215,"title":{"218":{}},"content":{},"tags":{}}],["base64.encode(data",{"_index":1212,"title":{"217":{}},"content":{"217":{}},"tags":{}}],["base64.url_decode(data",{"_index":1221,"title":{"220":{}},"content":{},"tags":{}}],["base64.url_encode(data",{"_index":1217,"title":{"219":{}},"content":{},"tags":{}}],["base64url",{"_index":1218,"title":{},"content":{"219":{},"220":{}},"tags":{}}],["basi",{"_index":412,"title":{},"content":{"152":{},"160":{},"161":{},"162":{},"163":{},"164":{}},"tags":{}}],["basic",{"_index":126,"title":{},"content":{"11":{},"134":{},"224":{},"226":{},"247":{},"248":{},"249":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"258":{},"259":{},"260":{},"261":{},"262":{},"263":{},"264":{},"265":{},"266":{},"267":{},"269":{},"270":{},"272":{},"273":{},"274":{}},"tags":{}}],["batch",{"_index":714,"title":{},"content":{"85":{}},"tags":{}}],["bcryptgenrandom",{"_index":1286,"title":{},"content":{"212":{}},"tags":{}}],["be",{"_index":105,"title":{},"content":{"9":{},"14":{},"88":{},"144":{},"151":{}},"tags":{}}],["becom",{"_index":505,"title":{},"content":{"61":{}},"tags":{}}],["befor",{"_index":60,"title":{},"content":{"7":{},"8":{},"13":{},"14":{},"72":{},"96":{},"137":{},"260":{}},"tags":{}}],["begin",{"_index":528,"title":{},"content":{"64":{},"111":{},"112":{},"113":{},"114":{},"247":{},"248":{}},"tags":{}}],["beginner'",{"_index":0,"title":{"5":{}},"content":{},"tags":{}}],["behav",{"_index":189,"title":{},"content":{"13":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"94":{},"142":{}},"tags":{}}],["bend",{"_index":1064,"title":{},"content":{"142":{}},"tags":{}}],["benefit",{"_index":1021,"title":{},"content":{"141":{}},"tags":{}}],["besid",{"_index":808,"title":{},"content":{"98":{},"187":{}},"tags":{}}],["better",{"_index":194,"title":{},"content":{"13":{},"16":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"74":{},"104":{}},"tags":{}}],["binari",{"_index":638,"title":{"80":{},"119":{}},"content":{"80":{},"82":{},"84":{},"85":{},"86":{},"87":{},"119":{}},"tags":{}}],["bit",{"_index":55,"title":{},"content":{"7":{},"13":{},"16":{}},"tags":{}}],["bitshift",{"_index":1098,"title":{},"content":{"149":{}},"tags":{}}],["bitwis",{"_index":1096,"title":{},"content":{"149":{}},"tags":{}}],["blocal",{"_index":862,"title":{},"content":{"109":{}},"tags":{}}],["block",{"_index":588,"title":{},"content":{"73":{},"90":{}},"tags":{}}],["bob",{"_index":141,"title":{},"content":{"11":{},"12":{},"13":{}},"tags":{}}],["bodi",{"_index":227,"title":{},"content":{"14":{}},"tags":{}}],["boilerpl",{"_index":974,"title":{},"content":{"128":{}},"tags":{}}],["bool",{"_index":548,"title":{},"content":{"72":{},"235":{},"236":{}},"tags":{}}],["boolean",{"_index":447,"title":{"17":{},"166":{}},"content":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"135":{},"166":{},"186":{},"188":{},"217":{},"223":{},"224":{},"235":{},"236":{},"237":{},"238":{},"239":{},"241":{},"252":{},"253":{},"254":{},"255":{},"256":{},"258":{},"259":{},"260":{},"261":{},"262":{},"265":{},"273":{}},"tags":{}}],["boolean/bool",{"_index":1080,"title":{},"content":{"146":{}},"tags":{}}],["boost",{"_index":1164,"title":{},"content":{"158":{}},"tags":{}}],["both",{"_index":243,"title":{},"content":{"15":{},"93":{},"158":{},"249":{}},"tags":{}}],["bottleneck",{"_index":287,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"73":{}},"tags":{}}],["bracket",{"_index":64,"title":{},"content":{"7":{},"135":{}},"tags":{}}],["break",{"_index":196,"title":{"37":{},"89":{}},"content":{"13":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"73":{},"77":{},"89":{},"98":{},"138":{},"139":{}},"tags":{}}],["browser",{"_index":635,"title":{},"content":{"79":{}},"tags":{}}],["bug",{"_index":1033,"title":{},"content":{"138":{},"146":{}},"tags":{}}],["build",{"_index":269,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"71":{},"72":{},"74":{},"76":{},"83":{},"85":{},"86":{},"87":{},"97":{},"157":{},"165":{},"168":{},"176":{}},"tags":{}}],["built",{"_index":640,"title":{},"content":{"80":{}},"tags":{}}],["builtin",{"_index":47,"title":{},"content":{"6":{}},"tags":{}}],["bundl",{"_index":1492,"title":{},"content":{"232":{}},"tags":{}}],["buster",{"_index":675,"title":{},"content":{"82":{}},"tags":{}}],["bvar",{"_index":1167,"title":{},"content":{"166":{}},"tags":{}}],["by=/usr/share/keyrings/calam",{"_index":673,"title":{},"content":{"82":{}},"tags":{}}],["bypass",{"_index":542,"title":{},"content":{"72":{}},"tags":{}}],["byte",{"_index":1419,"title":{},"content":{"252":{}},"tags":{}}],["bytecod",{"_index":535,"title":{},"content":{"71":{},"88":{},"103":{},"110":{},"141":{},"156":{},"170":{}},"tags":{}}],["c",{"_index":344,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"72":{},"83":{},"105":{},"108":{},"142":{},"160":{},"161":{},"162":{},"163":{},"164":{},"165":{},"175":{}},"tags":{}}],["c)endfunc(1",{"_index":797,"title":{},"content":{"91":{}},"tags":{}}],["c:\\users\\username\\desktop\\project\\a\\b\\c",{"_index":1362,"title":{},"content":{"242":{}},"tags":{}}],["c:\\users\\username\\desktop\\project\\cfg\\cfg.txt",{"_index":1368,"title":{},"content":{"243":{}},"tags":{}}],["cach",{"_index":437,"title":{},"content":{"159":{},"160":{},"161":{},"162":{},"163":{},"164":{}},"tags":{}}],["calam",{"_index":653,"title":{},"content":{"81":{}},"tags":{}}],["calcul",{"_index":157,"title":{"12":{}},"content":{"12":{}},"tags":{}}],["calculate_kd",{"_index":201,"title":{},"content":{"13":{},"14":{}},"tags":{}}],["calculate_kd(play",{"_index":188,"title":{},"content":{"13":{}},"tags":{}}],["calculate_kd(pli",{"_index":183,"title":{},"content":{"13":{}},"tags":{}}],["call",{"_index":46,"title":{"96":{}},"content":{"1":{},"2":{},"3":{},"4":{},"6":{},"9":{},"13":{},"60":{},"73":{},"77":{},"96":{},"105":{},"123":{},"127":{},"137":{},"139":{},"158":{},"170":{},"187":{}},"tags":{}}],["can't",{"_index":111,"title":{},"content":{"10":{},"60":{},"167":{},"172":{}},"tags":{}}],["capit",{"_index":1442,"title":{},"content":{"259":{},"269":{}},"tags":{}}],["care",{"_index":180,"title":{},"content":{"12":{}},"tags":{}}],["case",{"_index":68,"title":{"139":{}},"content":{"7":{},"15":{},"73":{},"77":{},"97":{},"127":{},"138":{},"139":{},"144":{}},"tags":{}}],["caus",{"_index":1179,"title":{},"content":{"167":{}},"tags":{}}],["caution",{"_index":718,"title":{},"content":{"86":{},"98":{},"110":{},"121":{},"137":{},"141":{},"156":{},"170":{}},"tags":{}}],["cd",{"_index":691,"title":{},"content":{"83":{},"87":{}},"tags":{}}],["certain",{"_index":389,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"90":{},"96":{},"97":{}},"tags":{}}],["certainli",{"_index":250,"title":{},"content":{"16":{}},"tags":{}}],["cfg",{"_index":1358,"title":{},"content":{"241":{}},"tags":{}}],["cfg/config.txtio.absolute(\"cfg/cfg.txt",{"_index":1367,"title":{},"content":{"243":{}},"tags":{}}],["cfunc",{"_index":623,"title":{},"content":{"77":{}},"tags":{}}],["chanc",{"_index":531,"title":{},"content":{"64":{}},"tags":{}}],["chang",{"_index":101,"title":{},"content":{"9":{},"10":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"62":{},"74":{},"117":{},"188":{}},"tags":{}}],["changer",{"_index":473,"title":{},"content":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"173":{}},"tags":{}}],["char",{"_index":550,"title":{},"content":{"72":{}},"tags":{}}],["charact",{"_index":296,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"141":{},"246":{},"249":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"263":{},"264":{},"265":{},"266":{},"267":{}},"tags":{}}],["check",{"_index":694,"title":{},"content":{"84":{},"129":{},"188":{},"252":{},"253":{},"254":{},"255":{},"256":{},"258":{},"261":{},"262":{},"265":{},"273":{},"274":{}},"tags":{}}],["choco",{"_index":651,"title":{},"content":{"81":{}},"tags":{}}],["chocolatey",{"_index":647,"title":{"81":{}},"content":{"81":{}},"tags":{}}],["choos",{"_index":1125,"title":{},"content":{"156":{}},"tags":{}}],["circumst",{"_index":771,"title":{},"content":{"90":{},"153":{},"155":{}},"tags":{}}],["clang",{"_index":415,"title":{},"content":{"84":{},"157":{},"160":{},"161":{},"162":{},"163":{},"164":{}},"tags":{}}],["class",{"_index":462,"title":{"124":{},"125":{}},"content":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"60":{},"62":{},"88":{},"112":{},"124":{},"125":{},"126":{},"127":{},"128":{},"129":{},"130":{},"187":{}},"tags":{}}],["claus",{"_index":378,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"134":{}},"tags":{}}],["clean",{"_index":1185,"title":{},"content":{"171":{}},"tags":{}}],["cleaner",{"_index":297,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"141":{}},"tags":{}}],["cli",{"_index":697,"title":{},"content":{"84":{}},"tags":{}}],["click",{"_index":716,"title":{},"content":{"85":{}},"tags":{}}],["clone",{"_index":688,"title":{},"content":{"83":{},"85":{}},"tags":{}}],["close",{"_index":1145,"title":{},"content":{"153":{}},"tags":{}}],["coalesc",{"_index":402,"title":{"68":{},"156":{}},"content":{"65":{},"66":{},"67":{},"68":{},"69":{},"134":{},"149":{},"156":{}},"tags":{}}],["code",{"_index":35,"title":{"71":{}},"content":{"6":{},"10":{},"13":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"59":{},"72":{},"74":{},"77":{},"79":{},"88":{},"90":{},"91":{},"92":{},"93":{},"94":{},"95":{},"96":{},"97":{},"98":{},"101":{},"103":{},"108":{},"118":{},"119":{},"121":{},"136":{},"141":{},"142":{},"150":{},"151":{},"155":{},"156":{},"170":{},"173":{},"174":{},"175":{},"231":{},"232":{}},"tags":{}}],["code.when",{"_index":778,"title":{},"content":{"90":{}},"tags":{}}],["colon",{"_index":936,"title":{},"content":{"121":{}},"tags":{}}],["color",{"_index":1003,"title":{"176":{}},"content":{"134":{},"176":{}},"tags":{}}],["color.loc",{"_index":1005,"title":{},"content":{"134":{}},"tags":{}}],["combat",{"_index":543,"title":{},"content":{"72":{}},"tags":{}}],["come",{"_index":394,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"91":{},"120":{}},"tags":{}}],["comma",{"_index":950,"title":{},"content":{"124":{}},"tags":{}}],["command",{"_index":700,"title":{},"content":{"84":{},"86":{},"176":{}},"tags":{}}],["comment",{"_index":804,"title":{},"content":{"92":{}},"tags":{}}],["common",{"_index":972,"title":{},"content":{"128":{}},"tags":{}}],["compar",{"_index":446,"title":{},"content":{"151":{},"159":{},"160":{},"161":{},"162":{},"163":{},"164":{},"259":{}},"tags":{}}],["compat",{"_index":414,"title":{"58":{},"59":{},"61":{},"64":{},"100":{},"102":{},"115":{},"130":{},"140":{}},"content":{"59":{},"61":{},"62":{},"63":{},"64":{},"88":{},"103":{},"110":{},"141":{},"143":{},"156":{},"157":{},"160":{},"161":{},"162":{},"163":{},"164":{},"170":{}},"tags":{}}],["compatibl",{"_index":989,"title":{},"content":{"130":{}},"tags":{}}],["compil",{"_index":381,"title":{"55":{},"56":{},"71":{},"83":{},"90":{},"92":{},"95":{}},"content":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"64":{},"71":{},"82":{},"83":{},"84":{},"90":{},"92":{},"93":{},"96":{},"97":{},"118":{},"145":{},"146":{},"157":{},"158":{},"160":{},"161":{},"162":{},"163":{},"164":{},"165":{},"172":{},"177":{},"183":{},"215":{},"221":{}},"tags":{}}],["complet",{"_index":4,"title":{},"content":{"5":{}},"tags":{}}],["complex",{"_index":1376,"title":{},"content":{"224":{}},"tags":{}}],["complic",{"_index":1156,"title":{},"content":{"165":{}},"tags":{}}],["compos",{"_index":1413,"title":{},"content":{"252":{},"253":{},"254":{},"255":{},"256":{},"265":{}},"tags":{}}],["compound",{"_index":396,"title":{"66":{},"148":{}},"content":{"65":{},"66":{},"67":{},"68":{},"69":{},"88":{},"148":{},"151":{}},"tags":{}}],["compromis",{"_index":584,"title":{},"content":{"73":{}},"tags":{}}],["comput",{"_index":95,"title":{},"content":{"9":{}},"tags":{}}],["concaten",{"_index":341,"title":{"17":{},"166":{}},"content":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"135":{},"149":{},"166":{}},"tags":{}}],["concis",{"_index":1123,"title":{},"content":{"156":{}},"tags":{}}],["condit",{"_index":90,"title":{"9":{},"97":{}},"content":{"76":{},"97":{},"174":{}},"tags":{}}],["condition.end",{"_index":1136,"title":{},"content":{"155":{}},"tags":{}}],["config",{"_index":270,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"71":{},"72":{},"74":{},"76":{},"157":{},"165":{},"168":{},"176":{}},"tags":{}}],["config!\")els",{"_index":1342,"title":{},"content":{"239":{}},"tags":{}}],["config.\")end",{"_index":1344,"title":{},"content":{"239":{}},"tags":{}}],["configur",{"_index":293,"title":{"62":{},"63":{},"76":{},"92":{}},"content":{"1":{},"2":{},"3":{},"4":{},"64":{},"73":{},"75":{},"76":{},"92":{}},"tags":{}}],["consist",{"_index":350,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"122":{},"138":{},"152":{},"160":{},"161":{},"162":{},"163":{},"164":{}},"tags":{}}],["const",{"_index":769,"title":{},"content":{"93":{},"97":{},"136":{}},"tags":{}}],["constant",{"_index":454,"title":{},"content":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"93":{},"136":{},"172":{}},"tags":{}}],["constant.frozen[1",{"_index":1049,"title":{},"content":{"136":{}},"tags":{}}],["constexpr",{"_index":363,"title":{"53":{},"93":{}},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"93":{},"97":{}},"tags":{}}],["construct",{"_index":384,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"95":{}},"tags":{}}],["constructor",{"_index":949,"title":{"128":{}},"content":{"124":{},"127":{}},"tags":{}}],["contain",{"_index":1025,"title":{},"content":{"135":{},"258":{},"274":{}},"tags":{}}],["content",{"_index":257,"title":{"1":{},"70":{}},"content":{"1":{},"2":{},"3":{},"4":{},"260":{}},"tags":{}}],["continu",{"_index":318,"title":{"38":{},"98":{}},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"60":{},"62":{},"91":{},"98":{},"99":{},"100":{},"187":{}},"tags":{}}],["continue'",{"_index":813,"title":{"99":{}},"content":{},"tags":{}}],["continue::end",{"_index":1190,"title":{},"content":{"187":{}},"tags":{}}],["contmodonloadfil",{"_index":545,"title":{},"content":{"72":{}},"tags":{}}],["contmodonloadfile(const",{"_index":549,"title":{},"content":{"72":{}},"tags":{}}],["control",{"_index":94,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"9":{},"11":{},"73":{}},"tags":{}}],["convert",{"_index":1026,"title":{},"content":{"135":{},"214":{},"243":{}},"tags":{}}],["copi",{"_index":1336,"title":{},"content":{"239":{}},"tags":{}}],["coroutin",{"_index":483,"title":{"30":{},"181":{}},"content":{"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"181":{},"182":{}},"tags":{}}],["coroutine.resum",{"_index":1224,"title":{},"content":{"182":{}},"tags":{}}],["coroutine.xresum",{"_index":1223,"title":{"182":{}},"content":{},"tags":{}}],["coroutine.yield",{"_index":574,"title":{},"content":{"73":{}},"tags":{}}],["correct",{"_index":570,"title":{},"content":{"73":{}},"tags":{}}],["cosmet",{"_index":906,"title":{"118":{}},"content":{"118":{}},"tags":{}}],["count",{"_index":115,"title":{},"content":{"10":{}},"tags":{}}],["counterpart",{"_index":397,"title":{},"content":{"65":{},"66":{},"67":{},"68":{},"69":{},"148":{},"152":{},"160":{},"161":{},"162":{},"163":{},"164":{}},"tags":{}}],["cours",{"_index":50,"title":{},"content":{"7":{}},"tags":{}}],["coverag",{"_index":585,"title":{},"content":{"73":{},"146":{}},"tags":{}}],["crc32",{"_index":1250,"title":{"201":{}},"content":{"201":{}},"tags":{}}],["creat",{"_index":775,"title":{},"content":{"90":{},"136":{},"239":{},"241":{},"242":{}},"tags":{}}],["creation",{"_index":921,"title":{"121":{}},"content":{},"tags":{}}],["crypto",{"_index":480,"title":{"29":{},"192":{}},"content":{"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"96":{},"194":{},"195":{},"196":{},"197":{},"198":{},"199":{},"200":{},"201":{},"202":{},"203":{},"204":{},"205":{},"206":{},"207":{},"208":{},"209":{},"210":{},"212":{},"214":{}},"tags":{}}],["crypto.hexdigest(hash",{"_index":1298,"title":{},"content":{"214":{}},"tags":{}}],["crypto.joaat(\"hello",{"_index":750,"title":{},"content":{"96":{},"214":{}},"tags":{}}],["crypto.random",{"_index":1283,"title":{},"content":{"212":{}},"tags":{}}],["cryptograph",{"_index":1229,"title":{},"content":{"194":{},"195":{},"196":{},"197":{},"198":{},"199":{},"200":{},"201":{},"202":{},"203":{},"204":{},"205":{},"206":{},"207":{},"208":{},"209":{},"210":{},"212":{}},"tags":{}}],["cryptographi",{"_index":482,"title":{},"content":{"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"192":{}},"tags":{}}],["curli",{"_index":63,"title":{},"content":{"7":{}},"tags":{}}],["current",{"_index":317,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"89":{},"90":{},"98":{},"99":{},"136":{},"188":{}},"tags":{}}],["custom",{"_index":597,"title":{},"content":{"76":{}},"tags":{}}],["d",{"_index":1018,"title":{},"content":{"141":{},"176":{}},"tags":{}}],["data",{"_index":127,"title":{},"content":{"11":{},"12":{},"13":{},"135":{},"179":{},"180":{},"185":{},"186":{},"217":{},"218":{},"223":{},"224":{}},"tags":{}}],["data.death",{"_index":156,"title":{},"content":{"11":{}},"tags":{}}],["data.kd",{"_index":175,"title":{},"content":{"12":{},"13":{}},"tags":{}}],["data.kil",{"_index":155,"title":{},"content":{"11":{}},"tags":{}}],["data.valu",{"_index":1023,"title":{},"content":{"135":{}},"tags":{}}],["death",{"_index":152,"title":{},"content":{"11":{},"12":{},"13":{}},"tags":{}}],["deb",{"_index":670,"title":{},"content":{"82":{}},"tags":{}}],["debian",{"_index":681,"title":{},"content":{"82":{},"84":{}},"tags":{}}],["debug",{"_index":764,"title":{},"content":{"97":{},"136":{},"137":{}},"tags":{}}],["debug.getlocal(1",{"_index":1056,"title":{},"content":{"136":{}},"tags":{}}],["debug.setlocal(1",{"_index":1057,"title":{},"content":{"136":{}},"tags":{}}],["declar",{"_index":200,"title":{},"content":{"13":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"91":{},"94":{},"122":{},"135":{},"167":{}},"tags":{}}],["decod",{"_index":1209,"title":{},"content":{"180":{},"185":{},"218":{},"224":{}},"tags":{}}],["deepli",{"_index":370,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"134":{}},"tags":{}}],["default",{"_index":74,"title":{"47":{},"94":{}},"content":{"8":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"74":{},"76":{},"77":{},"89":{},"94":{},"99":{},"131":{},"138":{},"157":{},"160":{},"161":{},"162":{},"163":{},"164":{},"165":{},"168":{},"176":{},"201":{},"212":{},"260":{}},"tags":{}}],["defer",{"_index":970,"title":{},"content":{"127":{}},"tags":{}}],["defin",{"_index":231,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"14":{},"15":{},"71":{},"72":{},"73":{},"74":{},"76":{},"127":{},"157":{},"160":{},"161":{},"162":{},"163":{},"164":{},"165":{},"168":{},"176":{}},"tags":{}}],["definit",{"_index":1195,"title":{},"content":{"175":{}},"tags":{}}],["delimit",{"_index":1084,"title":{},"content":{"146":{},"174":{}},"tags":{}}],["deliv",{"_index":1505,"title":{},"content":{"233":{}},"tags":{}}],["depend",{"_index":419,"title":{},"content":{"157":{},"160":{},"161":{},"162":{},"163":{},"164":{}},"tags":{}}],["design",{"_index":731,"title":{},"content":{"88":{}},"tags":{}}],["desir",{"_index":737,"title":{},"content":{"88":{}},"tags":{}}],["despit",{"_index":1069,"title":{},"content":{"144":{}},"tags":{}}],["destructur",{"_index":362,"title":{"52":{},"104":{},"105":{},"106":{}},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"104":{}},"tags":{}}],["detect",{"_index":273,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"73":{},"188":{}},"tags":{}}],["determin",{"_index":811,"title":{},"content":{"98":{}},"tags":{}}],["dev/nul",{"_index":668,"title":{},"content":{"82":{}},"tags":{}}],["dev/urandom",{"_index":1285,"title":{},"content":{"212":{}},"tags":{}}],["develop",{"_index":741,"title":{},"content":{"88":{}},"tags":{}}],["di",{"_index":954,"title":{},"content":{"124":{}},"tags":{}}],["dialog",{"_index":715,"title":{},"content":{"85":{}},"tags":{}}],["didn't",{"_index":209,"title":{},"content":{"13":{},"15":{}},"tags":{}}],["differ",{"_index":828,"title":{"107":{}},"content":{"130":{}},"tags":{}}],["difficult",{"_index":1089,"title":{},"content":{"146":{}},"tags":{}}],["digest",{"_index":1299,"title":{},"content":{"214":{}},"tags":{}}],["dir/main/\"loc",{"_index":1315,"title":{},"content":{"235":{}},"tags":{}}],["directli",{"_index":67,"title":{},"content":{"7":{},"79":{}},"tags":{}}],["directori",{"_index":709,"title":{},"content":{"84":{},"85":{},"86":{},"87":{},"235":{},"237":{},"238":{},"241":{},"242":{}},"tags":{}}],["directory!\")end",{"_index":1319,"title":{},"content":{"235":{}},"tags":{}}],["directory.\")els",{"_index":1359,"title":{},"content":{"241":{}},"tags":{}}],["directory.\")end",{"_index":1360,"title":{},"content":{"241":{}},"tags":{}}],["disabl",{"_index":508,"title":{"71":{}},"content":{"61":{},"62":{},"71":{},"92":{},"167":{},"176":{}},"tags":{}}],["disallow",{"_index":1043,"title":{},"content":{"136":{}},"tags":{}}],["disclos",{"_index":479,"title":{},"content":{"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"188":{}},"tags":{}}],["discuss",{"_index":988,"title":{},"content":{"130":{}},"tags":{}}],["divis",{"_index":1099,"title":{},"content":{"149":{}},"tags":{}}],["djb2",{"_index":1228,"title":{"196":{}},"content":{"194":{},"196":{}},"tags":{}}],["do",{"_index":431,"title":{},"content":{"160":{},"161":{},"162":{},"163":{},"164":{},"165":{},"246":{}},"tags":{}}],["document",{"_index":14,"title":{},"content":{"5":{},"16":{},"63":{},"78":{},"83":{}},"tags":{}}],["doend",{"_index":569,"title":{},"content":{"73":{}},"tags":{}}],["doesn't",{"_index":430,"title":{"144":{}},"content":{"90":{},"98":{},"153":{},"160":{},"161":{},"162":{},"163":{},"164":{},"165":{}},"tags":{}}],["dofil",{"_index":541,"title":{},"content":{"72":{}},"tags":{}}],["don't",{"_index":179,"title":{},"content":{"12":{},"15":{},"73":{},"82":{},"127":{},"153":{}},"tags":{}}],["done",{"_index":1180,"title":{},"content":{"167":{}},"tags":{}}],["doubl",{"_index":1351,"title":{},"content":{"240":{}},"tags":{}}],["down",{"_index":197,"title":{},"content":{"13":{}},"tags":{}}],["dozen",{"_index":735,"title":{},"content":{"88":{}},"tags":{}}],["due",{"_index":493,"title":{},"content":{"59":{},"73":{},"130":{},"151":{}},"tags":{}}],["dump",{"_index":291,"title":{"4":{},"75":{}},"content":{"1":{},"2":{},"3":{},"4":{},"76":{}},"tags":{}}],["duplic",{"_index":791,"title":{},"content":{"91":{}},"tags":{}}],["dure",{"_index":351,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"92":{},"94":{},"145":{},"158":{},"160":{},"161":{},"162":{},"163":{},"164":{}},"tags":{}}],["dynam",{"_index":1188,"title":{},"content":{"172":{}},"tags":{}}],["e",{"_index":980,"title":{},"content":{"129":{}},"tags":{}}],["e.g",{"_index":958,"title":{},"content":{"125":{},"146":{},"232":{}},"tags":{}}],["each",{"_index":135,"title":{},"content":{"11":{},"12":{},"105":{},"106":{}},"tags":{}}],["easi",{"_index":399,"title":{},"content":{"65":{},"66":{},"67":{},"68":{},"69":{},"88":{},"123":{},"151":{}},"tags":{}}],["easiest",{"_index":634,"title":{},"content":{"79":{}},"tags":{}}],["easili",{"_index":648,"title":{},"content":{"81":{},"82":{},"84":{}},"tags":{}}],["echo",{"_index":669,"title":{},"content":{"82":{}},"tags":{}}],["edit",{"_index":441,"title":{},"content":{"136":{},"159":{},"160":{},"161":{},"162":{},"163":{},"164":{}},"tags":{}}],["editor",{"_index":1506,"title":{},"content":{"233":{}},"tags":{}}],["effect",{"_index":1076,"title":{},"content":{"145":{}},"tags":{}}],["effective_permiss",{"_index":1116,"title":{},"content":{"156":{}},"tags":{}}],["element",{"_index":356,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"109":{},"274":{}},"tags":{}}],["emb",{"_index":65,"title":{},"content":{"7":{}},"tags":{}}],["embed",{"_index":85,"title":{},"content":{"8":{}},"tags":{}}],["embedd",{"_index":740,"title":{},"content":{"88":{}},"tags":{}}],["emit",{"_index":1075,"title":{},"content":{"145":{},"174":{},"175":{}},"tags":{}}],["emoji",{"_index":1420,"title":{},"content":{"252":{}},"tags":{}}],["empty.\")end",{"_index":1354,"title":{},"content":{"240":{}},"tags":{}}],["en_us.utf",{"_index":1310,"title":{},"content":{"190":{},"191":{},"257":{}},"tags":{}}],["enabl",{"_index":266,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"62":{},"74":{},"76":{},"92":{},"157":{},"160":{},"161":{},"162":{},"163":{},"164":{},"167":{},"168":{},"176":{}},"tags":{}}],["encapsul",{"_index":181,"title":{"13":{}},"content":{"139":{}},"tags":{}}],["enclos",{"_index":314,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"89":{},"99":{}},"tags":{}}],["encod",{"_index":1206,"title":{},"content":{"179":{},"217":{},"219":{},"223":{},"224":{}},"tags":{}}],["end",{"_index":103,"title":{},"content":{"9":{},"10":{},"11":{},"12":{},"13":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"94":{},"97":{},"98":{},"99":{},"101":{},"111":{},"112":{},"113":{},"114":{},"116":{},"121":{},"124":{},"128":{},"131":{},"132":{},"138":{},"139":{},"141":{},"174":{},"187":{},"188":{},"249":{},"261":{}},"tags":{}}],["end)print(s2",{"_index":886,"title":{},"content":{"108":{}},"tags":{}}],["endclass",{"_index":978,"title":{},"content":{"129":{}},"tags":{}}],["endend",{"_index":745,"title":{},"content":{"89":{},"91":{},"99":{},"125":{},"136":{}},"tags":{}}],["endendclass",{"_index":966,"title":{},"content":{"127":{}},"tags":{}}],["endendloc",{"_index":956,"title":{},"content":{"124":{},"127":{}},"tags":{}}],["endfunct",{"_index":925,"title":{},"content":{"121":{}},"tags":{}}],["endloc",{"_index":979,"title":{},"content":{"129":{}},"tags":{}}],["end}loc",{"_index":947,"title":{},"content":{"123":{}},"tags":{}}],["end}t.say(\"hello",{"_index":942,"title":{},"content":{"122":{}},"tags":{}}],["enforc",{"_index":807,"title":{},"content":{"93":{}},"tags":{}}],["enhanc",{"_index":465,"title":{},"content":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"88":{},"173":{},"231":{}},"tags":{}}],["ensur",{"_index":1059,"title":{},"content":{"137":{},"190":{},"191":{},"257":{}},"tags":{}}],["enter",{"_index":43,"title":{},"content":{"6":{}},"tags":{}}],["entir",{"_index":802,"title":{},"content":{"92":{},"133":{},"145":{},"252":{},"253":{},"254":{},"255":{},"256":{},"265":{}},"tags":{}}],["entiti",{"_index":959,"title":{},"content":{"126":{},"127":{},"129":{}},"tags":{}}],["entity()loc",{"_index":981,"title":{},"content":{"129":{}},"tags":{}}],["entity()print(instanceof(",{"_index":987,"title":{},"content":{"129":{}},"tags":{}}],["entityendloc",{"_index":961,"title":{},"content":{"126":{}},"tags":{}}],["enum",{"_index":456,"title":{"112":{},"114":{}},"content":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"60":{},"62":{},"88":{},"111":{},"112":{},"113":{},"114":{},"115":{},"172":{}},"tags":{}}],["enum.enumer",{"_index":842,"title":{},"content":{"112":{}},"tags":{}}],["enumer",{"_index":346,"title":{"44":{},"111":{}},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"111":{},"113":{}},"tags":{}}],["environ",{"_index":259,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"64":{},"70":{},"74":{},"136":{},"137":{},"168":{},"188":{}},"tags":{}}],["epoch",{"_index":1389,"title":{},"content":{"227":{},"228":{},"229":{},"230":{}},"tags":{}}],["eqi",{"_index":616,"title":{},"content":{"77":{}},"tags":{}}],["equal",{"_index":1119,"title":{},"content":{"156":{}},"tags":{}}],["equal.loc",{"_index":1132,"title":{},"content":{"155":{}},"tags":{}}],["equival",{"_index":1110,"title":{},"content":{"151":{}},"tags":{}}],["error",{"_index":380,"title":{"23":{},"173":{}},"content":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"73":{},"97":{},"134":{},"165":{},"173":{},"174":{},"175":{},"176":{},"182":{},"233":{}},"tags":{}}],["escap",{"_index":795,"title":{},"content":{"91":{}},"tags":{}}],["especi",{"_index":579,"title":{},"content":{"73":{},"151":{}},"tags":{}}],["essenti",{"_index":753,"title":{},"content":{"96":{}},"tags":{}}],["etc",{"_index":1489,"title":{},"content":{"231":{}},"tags":{}}],["etc/apt/sources.list.d/calam",{"_index":677,"title":{},"content":{"82":{}},"tags":{}}],["etl",{"_index":265,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"74":{}},"tags":{}}],["evalu",{"_index":69,"title":{"55":{},"95":{}},"content":{"7":{},"8":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"96":{},"108":{},"155":{},"156":{}},"tags":{}}],["even",{"_index":429,"title":{},"content":{"160":{},"161":{},"162":{},"163":{},"164":{},"165":{}},"tags":{}}],["everyon",{"_index":1398,"title":{},"content":{"246":{}},"tags":{}}],["exactli",{"_index":190,"title":{},"content":{"13":{},"167":{}},"tags":{}}],["exampl",{"_index":112,"title":{"91":{},"155":{},"174":{},"175":{}},"content":{"10":{},"11":{},"14":{},"61":{},"72":{},"73":{},"89":{},"94":{},"98":{},"99":{},"118":{},"119":{},"131":{},"132":{},"134":{},"136":{},"138":{},"141":{},"150":{},"158":{},"194":{},"195":{},"196":{},"197":{},"198":{},"199":{},"200":{},"201":{},"202":{},"203":{},"204":{},"205":{},"206":{},"207":{},"208":{},"209":{},"210":{},"212":{},"214":{},"226":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{},"246":{},"247":{},"248":{},"249":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"258":{},"259":{},"260":{},"261":{},"262":{},"263":{},"264":{},"265":{},"266":{},"267":{},"269":{},"270":{},"272":{},"273":{},"274":{}},"tags":{}}],["except",{"_index":233,"title":{},"content":{"14":{},"62":{},"92":{},"109":{},"165":{},"220":{},"239":{},"240":{}},"tags":{}}],["excess",{"_index":780,"title":{},"content":{"90":{},"91":{},"92":{}},"tags":{}}],["exclud",{"_index":1417,"title":{},"content":{"252":{}},"tags":{}}],["exclus",{"_index":1155,"title":{},"content":{"165":{}},"tags":{}}],["execut",{"_index":260,"title":{"2":{},"74":{}},"content":{"1":{},"2":{},"3":{},"4":{},"71":{},"74":{},"75":{},"138":{}},"tags":{}}],["exist",{"_index":776,"title":{},"content":{"90":{},"123":{},"238":{},"242":{}},"tags":{}}],["exist!\")end",{"_index":1334,"title":{},"content":{"238":{}},"tags":{}}],["exists!\")els",{"_index":1333,"title":{},"content":{"238":{}},"tags":{}}],["expect",{"_index":800,"title":{},"content":{"91":{},"174":{},"175":{}},"tags":{}}],["expens",{"_index":445,"title":{},"content":{"159":{},"160":{},"161":{},"162":{},"163":{},"164":{}},"tags":{}}],["experi",{"_index":742,"title":{},"content":{"88":{},"231":{}},"tags":{}}],["explain",{"_index":632,"title":{},"content":{"78":{}},"tags":{}}],["explicit",{"_index":207,"title":{},"content":{"13":{}},"tags":{}}],["exploit",{"_index":590,"title":{},"content":{"73":{}},"tags":{}}],["expon",{"_index":1093,"title":{},"content":{"147":{},"149":{}},"tags":{}}],["export",{"_index":336,"title":{"41":{},"101":{}},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"60":{},"62":{},"101":{},"102":{},"124":{}},"tags":{}}],["express",{"_index":66,"title":{"39":{},"43":{},"50":{},"108":{},"109":{},"123":{},"125":{},"127":{},"142":{},"143":{}},"content":{"7":{},"8":{},"9":{},"15":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"65":{},"66":{},"67":{},"68":{},"69":{},"90":{},"104":{},"108":{},"123":{},"125":{},"127":{},"134":{},"135":{},"139":{},"142":{},"144":{},"151":{},"154":{},"155":{},"156":{},"158":{},"171":{},"175":{}},"tags":{}}],["expresss",{"_index":406,"title":{},"content":{"65":{},"66":{},"67":{},"68":{},"69":{},"154":{}},"tags":{}}],["extend",{"_index":358,"title":{"126":{}},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"109":{},"126":{},"127":{},"129":{}},"tags":{}}],["extern",{"_index":547,"title":{},"content":{"72":{}},"tags":{}}],["f",{"_index":1201,"title":{},"content":{"176":{},"265":{}},"tags":{}}],["f1",{"_index":929,"title":{},"content":{"121":{}},"tags":{}}],["f2",{"_index":930,"title":{},"content":{"121":{}},"tags":{}}],["f3",{"_index":931,"title":{},"content":{"121":{}},"tags":{}}],["fail",{"_index":1480,"title":{},"content":{"272":{}},"tags":{}}],["failur",{"_index":1346,"title":{},"content":{"239":{},"240":{}},"tags":{}}],["fall",{"_index":1031,"title":{},"content":{"138":{},"144":{},"165":{}},"tags":{}}],["fallthrough",{"_index":1030,"title":{},"content":{"138":{}},"tags":{}}],["fals",{"_index":109,"title":{},"content":{"9":{},"62":{},"109":{},"167":{},"260":{}},"tags":{}}],["falseprint(h",{"_index":985,"title":{},"content":{"129":{}},"tags":{}}],["falsi",{"_index":1067,"title":{},"content":{"144":{},"155":{}},"tags":{}}],["familiar",{"_index":12,"title":{},"content":{"5":{}},"tags":{}}],["far",{"_index":163,"title":{},"content":{"12":{},"74":{}},"tags":{}}],["faster",{"_index":299,"title":{"150":{}},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"65":{},"66":{},"67":{},"68":{},"69":{},"141":{},"148":{},"150":{},"152":{},"160":{},"161":{},"162":{},"163":{},"164":{},"165":{}},"tags":{}}],["featur",{"_index":252,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"16":{},"73":{},"75":{},"103":{},"110":{},"133":{},"141":{},"146":{},"155":{},"156":{},"170":{}},"tags":{}}],["feel",{"_index":32,"title":{},"content":{"6":{}},"tags":{}}],["fetch",{"_index":1348,"title":{},"content":{"240":{}},"tags":{}}],["few",{"_index":448,"title":{},"content":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"132":{},"169":{}},"tags":{}}],["field",{"_index":171,"title":{},"content":{"12":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"106":{},"107":{},"126":{},"128":{},"134":{}},"tags":{}}],["file",{"_index":54,"title":{"72":{}},"content":{"7":{},"63":{},"73":{},"87":{},"131":{},"132":{},"134":{},"188":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"243":{}},"tags":{}}],["file!\")end",{"_index":1323,"title":{},"content":{"236":{}},"tags":{}}],["file.pluto:1",{"_index":1192,"title":{},"content":{"174":{},"175":{}},"tags":{}}],["file.pluto:10",{"_index":1052,"title":{},"content":{"136":{}},"tags":{}}],["file.pluto:2",{"_index":786,"title":{},"content":{"91":{},"136":{}},"tags":{}}],["file.pluto:3",{"_index":790,"title":{},"content":{"91":{}},"tags":{}}],["file.pluto:4",{"_index":794,"title":{},"content":{"91":{},"136":{}},"tags":{}}],["file.pluto:5",{"_index":798,"title":{},"content":{"91":{},"136":{}},"tags":{}}],["file.pluto:7",{"_index":1050,"title":{},"content":{"136":{}},"tags":{}}],["filenam",{"_index":551,"title":{},"content":{"72":{},"219":{}},"tags":{}}],["filepath",{"_index":1328,"title":{},"content":{"237":{}},"tags":{}}],["filter",{"_index":537,"title":{"72":{}},"content":{"72":{}},"tags":{}}],["find",{"_index":212,"title":{},"content":{"13":{},"73":{},"80":{},"263":{},"264":{},"266":{},"267":{}},"tags":{}}],["fine",{"_index":1149,"title":{},"content":{"153":{},"272":{}},"tags":{}}],["first",{"_index":17,"title":{"6":{}},"content":{"13":{},"83":{},"132":{},"156":{},"159":{},"160":{},"161":{},"162":{},"163":{},"164":{},"259":{},"260":{},"264":{},"267":{}},"tags":{}}],["five",{"_index":871,"title":{},"content":{"109":{},"155":{}},"tags":{}}],["five.for",{"_index":809,"title":{},"content":{"98":{},"187":{}},"tags":{}}],["fix",{"_index":102,"title":{},"content":{"9":{}},"tags":{}}],["float",{"_index":1079,"title":{},"content":{"146":{},"149":{}},"tags":{}}],["flow",{"_index":93,"title":{},"content":{"9":{},"11":{}},"tags":{}}],["fn",{"_index":1193,"title":{},"content":{"175":{}},"tags":{}}],["fnv1",{"_index":1239,"title":{"197":{}},"content":{"197":{}},"tags":{}}],["fnv1a",{"_index":1247,"title":{"200":{}},"content":{"200":{}},"tags":{}}],["follow",{"_index":347,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"60":{},"65":{},"66":{},"67":{},"68":{},"69":{},"77":{},"81":{},"82":{},"84":{},"87":{},"96":{},"111":{},"113":{},"138":{},"156":{},"176":{}},"tags":{}}],["forbid",{"_index":329,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"136":{}},"tags":{}}],["forc",{"_index":279,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"73":{},"112":{}},"tags":{}}],["forev",{"_index":1135,"title":{},"content":{"155":{}},"tags":{}}],["forward",{"_index":589,"title":{},"content":{"73":{}},"tags":{}}],["found",{"_index":524,"title":{},"content":{"63":{},"86":{},"109":{},"155":{},"247":{},"248":{},"274":{}},"tags":{}}],["free",{"_index":33,"title":{},"content":{"6":{}},"tags":{}}],["freez",{"_index":326,"title":{"40":{},"136":{}},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"272":{}},"tags":{}}],["frozen",{"_index":327,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"136":{},"272":{},"273":{}},"tags":{}}],["fun",{"_index":1493,"title":{},"content":{"232":{}},"tags":{}}],["func(1",{"_index":799,"title":{},"content":{"91":{}},"tags":{}}],["func(a",{"_index":796,"title":{},"content":{"91":{}},"tags":{}}],["function",{"_index":48,"title":{"13":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"96":{},"122":{},"177":{},"181":{},"183":{},"188":{},"189":{},"192":{},"213":{},"215":{},"221":{},"225":{},"234":{},"244":{},"245":{},"268":{},"271":{}},"content":{"1":{},"2":{},"3":{},"4":{},"6":{},"13":{},"14":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"60":{},"72":{},"73":{},"77":{},"90":{},"91":{},"94":{},"96":{},"101":{},"108":{},"116":{},"121":{},"122":{},"123":{},"124":{},"125":{},"127":{},"128":{},"129":{},"131":{},"132":{},"133":{},"134":{},"137":{},"139":{},"145":{},"146":{},"152":{},"153":{},"155":{},"160":{},"161":{},"162":{},"163":{},"164":{},"170":{},"172":{},"181":{},"187":{},"192":{},"212":{},"225":{},"227":{},"228":{},"229":{},"234":{},"244":{},"269":{},"270":{},"271":{}},"tags":{}}],["function'",{"_index":225,"title":{},"content":{"14":{}},"tags":{}}],["fundemant",{"_index":249,"title":{},"content":{"16":{}},"tags":{}}],["futur",{"_index":330,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"64":{},"136":{}},"tags":{}}],["game",{"_index":137,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"11":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"73":{},"173":{}},"tags":{}}],["gcc",{"_index":416,"title":{},"content":{"157":{},"160":{},"161":{},"162":{},"163":{},"164":{}},"tags":{}}],["gener",{"_index":732,"title":{"170":{}},"content":{"88":{},"101":{}},"tags":{}}],["get",{"_index":631,"title":{"78":{}},"content":{},"tags":{}}],["get_color",{"_index":1006,"title":{},"content":{"134":{}},"tags":{}}],["get_valu",{"_index":1128,"title":{},"content":{"155":{}},"tags":{}}],["get_value()if",{"_index":1133,"title":{},"content":{"155":{}},"tags":{}}],["gettabup",{"_index":617,"title":{},"content":{"77":{}},"tags":{}}],["getval",{"_index":1038,"title":{},"content":{"139":{}},"tags":{}}],["getval():print",{"_index":1041,"title":{},"content":{"139":{}},"tags":{}}],["git",{"_index":689,"title":{},"content":{"83":{}},"tags":{}}],["github",{"_index":644,"title":{},"content":{"80":{}},"tags":{}}],["give",{"_index":236,"title":{},"content":{"15":{},"153":{},"233":{}},"tags":{}}],["given",{"_index":603,"title":{},"content":{"77":{},"90":{},"242":{}},"tags":{}}],["global",{"_index":73,"title":{"28":{},"188":{}},"content":{"8":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"136":{},"188":{}},"tags":{}}],["glorifi",{"_index":52,"title":{},"content":{"7":{}},"tags":{}}],["go",{"_index":247,"title":{"16":{}},"content":{"137":{}},"tags":{}}],["good",{"_index":15,"title":{},"content":{"5":{},"13":{},"16":{},"212":{}},"tags":{}}],["goodby",{"_index":867,"title":{},"content":{"109":{}},"tags":{}}],["goto",{"_index":463,"title":{},"content":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"60":{},"187":{}},"tags":{}}],["gottem",{"_index":1191,"title":{},"content":{"174":{}},"tags":{}}],["greater",{"_index":608,"title":{},"content":{"77":{},"138":{},"155":{}},"tags":{}}],["greatli",{"_index":1020,"title":{},"content":{"141":{}},"tags":{}}],["gross",{"_index":1182,"title":{},"content":{"171":{}},"tags":{}}],["group",{"_index":1114,"title":{},"content":{"156":{}},"tags":{}}],["guarante",{"_index":768,"title":{},"content":{"97":{}},"tags":{}}],["guard",{"_index":377,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"134":{}},"tags":{}}],["guid",{"_index":1,"title":{"5":{}},"content":{"16":{}},"tags":{}}],["h",{"_index":982,"title":{},"content":{"129":{}},"tags":{}}],["halloworld",{"_index":1401,"title":{},"content":{"246":{}},"tags":{}}],["hammer",{"_index":563,"title":{},"content":{"74":{}},"tags":{}}],["hand",{"_index":500,"title":{},"content":{"60":{},"110":{}},"tags":{}}],["handi",{"_index":178,"title":{},"content":{"12":{},"151":{}},"tags":{}}],["handl",{"_index":1157,"title":{},"content":{"165":{},"170":{}},"tags":{}}],["happen",{"_index":198,"title":{},"content":{"13":{},"15":{}},"tags":{}}],["hard",{"_index":286,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"73":{}},"tags":{}}],["hash",{"_index":757,"title":{"193":{}},"content":{"96":{},"141":{},"194":{},"195":{},"196":{},"197":{},"198":{},"199":{},"200":{},"201":{},"202":{},"203":{},"204":{},"205":{},"206":{},"207":{},"208":{},"209":{},"210":{},"214":{}},"tags":{}}],["have",{"_index":228,"title":{},"content":{"14":{}},"tags":{}}],["he$$o",{"_index":1460,"title":{},"content":{"263":{},"264":{},"266":{},"267":{}},"tags":{}}],["hello",{"_index":23,"title":{},"content":{"6":{},"91":{},"94":{},"96":{},"103":{},"109":{},"116":{},"122":{},"136":{},"141":{},"145":{},"170":{},"217":{},"218":{},"223":{},"224":{},"246":{},"247":{},"248":{},"249":{},"250":{},"251":{},"258":{},"259":{},"260":{},"261":{},"262":{},"269":{},"270":{}},"tags":{}}],["hello\"assert(crypto.crc32(str",{"_index":1252,"title":{},"content":{"201":{}},"tags":{}}],["hello\"assert(crypto.djb2(str",{"_index":1237,"title":{},"content":{"196":{}},"tags":{}}],["hello\"assert(crypto.fnv1(str",{"_index":1240,"title":{},"content":{"197":{}},"tags":{}}],["hello\"assert(crypto.fnv1a(str",{"_index":1248,"title":{},"content":{"200":{}},"tags":{}}],["hello\"assert(crypto.joaat(str",{"_index":1242,"title":{},"content":{"198":{}},"tags":{}}],["hello\"assert(crypto.lookup3(str",{"_index":1255,"title":{},"content":{"202":{}},"tags":{}}],["hello\"assert(crypto.lua(str",{"_index":1231,"title":{},"content":{"194":{}},"tags":{}}],["hello\"assert(crypto.md5(str",{"_index":1235,"title":{},"content":{"195":{}},"tags":{}}],["hello\"assert(crypto.murmur1(str",{"_index":1265,"title":{},"content":{"205":{}},"tags":{}}],["hello\"assert(crypto.murmur2(str",{"_index":1268,"title":{},"content":{"206":{}},"tags":{}}],["hello\"assert(crypto.murmur2a(str",{"_index":1271,"title":{},"content":{"207":{}},"tags":{}}],["hello\"assert(crypto.murmur2neutral(str",{"_index":1280,"title":{},"content":{"210":{}},"tags":{}}],["hello\"assert(crypto.murmur64a(str",{"_index":1274,"title":{},"content":{"208":{}},"tags":{}}],["hello\"assert(crypto.murmur64b(str",{"_index":1277,"title":{},"content":{"209":{}},"tags":{}}],["hello\"assert(crypto.sdbm(str",{"_index":1245,"title":{},"content":{"199":{}},"tags":{}}],["hello\"assert(crypto.sha256(str",{"_index":1262,"title":{},"content":{"204":{}},"tags":{}}],["hello\"assert(crypto.times33(str",{"_index":1258,"title":{},"content":{"203":{}},"tags":{}}],["hello\"assert(s:lower(1",{"_index":1476,"title":{},"content":{"270":{}},"tags":{}}],["hello\"assert(s:upper(1",{"_index":1474,"title":{},"content":{"269":{}},"tags":{}}],["hello\"end",{"_index":789,"title":{},"content":{"91":{}},"tags":{}}],["hello\"loc",{"_index":859,"title":{},"content":{"109":{}},"tags":{}}],["hello.txt",{"_index":895,"title":{},"content":{"131":{},"132":{}},"tags":{}}],["hellohalloworldworld,halloworldhowhalloworldishalloworldeveryonehalloworlddo",{"_index":1400,"title":{},"content":{"246":{}},"tags":{}}],["helloworld",{"_index":1423,"title":{},"content":{"253":{},"254":{},"255":{}},"tags":{}}],["helloworld123",{"_index":1415,"title":{},"content":{"252":{},"256":{}},"tags":{}}],["help",{"_index":468,"title":{},"content":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"72":{},"173":{}},"tags":{}}],["here",{"_index":215,"title":{"16":{}},"content":{"13":{},"77":{},"83":{},"85":{},"86":{},"91":{},"97":{},"130":{},"138":{},"155":{},"174":{},"175":{},"232":{}},"tags":{}}],["here.end",{"_index":810,"title":{},"content":{"98":{}},"tags":{}}],["hermit",{"_index":1152,"title":{},"content":{"153":{}},"tags":{}}],["hexadecim",{"_index":916,"title":{},"content":{"119":{},"185":{},"214":{}},"tags":{}}],["hexdigest",{"_index":1293,"title":{"214":{}},"content":{},"tags":{}}],["high",{"_index":511,"title":{},"content":{"61":{}},"tags":{}}],["highli",{"_index":736,"title":{},"content":{"88":{}},"tags":{}}],["highlight",{"_index":1490,"title":{"232":{}},"content":{"232":{}},"tags":{}}],["hint",{"_index":255,"title":{"49":{},"145":{}},"content":{"16":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"88":{},"90":{},"91":{},"145":{}},"tags":{}}],["hkcu\\consol",{"_index":1200,"title":{},"content":{"176":{}},"tags":{}}],["https://choco.calamity.gg/index.json",{"_index":656,"title":{},"content":{"81":{}},"tags":{}}],["https://deb.calamity.gg",{"_index":674,"title":{},"content":{"82":{}},"tags":{}}],["https://deb.calamity.gg/key.gpg",{"_index":663,"title":{},"content":{"82":{}},"tags":{}}],["https://github.com/plutolang/pluto",{"_index":690,"title":{},"content":{"83":{}},"tags":{}}],["human",{"_index":944,"title":{},"content":{"123":{},"124":{},"125":{},"126":{},"127":{},"128":{},"129":{},"223":{}},"tags":{}}],["human(\"john",{"_index":957,"title":{},"content":{"124":{},"128":{}},"tags":{}}],["human(\"john\")print(human.nam",{"_index":969,"title":{},"content":{"127":{}},"tags":{}}],["human(\"john\")print(john.nam",{"_index":948,"title":{},"content":{"123":{}},"tags":{}}],["human()print(",{"_index":983,"title":{},"content":{"129":{}},"tags":{}}],["human()print(human.ag",{"_index":962,"title":{},"content":{"126":{}},"tags":{}}],["i'd",{"_index":220,"title":{},"content":{"14":{}},"tags":{}}],["i=0",{"_index":122,"title":{},"content":{"10":{}},"tags":{}}],["i=1",{"_index":117,"title":{},"content":{"10":{}},"tags":{}}],["ident",{"_index":343,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"64":{},"89":{},"94":{},"99":{},"103":{},"142":{},"170":{}},"tags":{}}],["identifi",{"_index":459,"title":{"22":{},"187":{}},"content":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"173":{},"187":{}},"tags":{}}],["ignor",{"_index":912,"title":{},"content":{"118":{}},"tags":{}}],["ii",{"_index":744,"title":{},"content":{"89":{},"99":{}},"tags":{}}],["ilp",{"_index":289,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"73":{}},"tags":{}}],["imperfect",{"_index":492,"title":{},"content":{"59":{}},"tags":{}}],["implement",{"_index":276,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"59":{},"65":{},"66":{},"67":{},"68":{},"69":{},"73":{},"121":{},"133":{},"145":{},"146":{},"147":{},"148":{},"155":{},"157":{},"160":{},"161":{},"162":{},"163":{},"164":{},"181":{},"192":{},"225":{},"227":{},"228":{},"229":{},"234":{},"244":{},"271":{}},"tags":{}}],["implicitli",{"_index":1176,"title":{},"content":{"170":{}},"tags":{}}],["impromp",{"_index":1194,"title":{},"content":{"175":{}},"tags":{}}],["improv",{"_index":393,"title":{"18":{},"169":{}},"content":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"88":{},"120":{},"169":{}},"tags":{}}],["inc",{"_index":654,"title":{},"content":{"81":{}},"tags":{}}],["inc.gpg",{"_index":667,"title":{},"content":{"82":{}},"tags":{}}],["inc.list",{"_index":678,"title":{},"content":{"82":{}},"tags":{}}],["includ",{"_index":455,"title":{},"content":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"129":{},"137":{},"172":{},"173":{},"177":{},"183":{},"215":{},"221":{},"232":{}},"tags":{}}],["incompat",{"_index":496,"title":{"60":{}},"content":{},"tags":{}}],["increas",{"_index":422,"title":{},"content":{"157":{},"160":{},"161":{},"162":{},"163":{},"164":{}},"tags":{}}],["increment",{"_index":398,"title":{"67":{},"151":{}},"content":{"65":{},"66":{},"67":{},"68":{},"69":{},"111":{},"151":{}},"tags":{}}],["index",{"_index":295,"title":{"35":{},"141":{}},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"60":{},"134":{},"141":{},"247":{},"248":{},"269":{},"270":{},"274":{}},"tags":{}}],["indic",{"_index":1083,"title":{},"content":{"146":{},"186":{},"217":{},"235":{},"236":{},"237":{},"238":{},"239":{},"241":{}},"tags":{}}],["inequ",{"_index":1094,"title":{},"content":{"147":{}},"tags":{}}],["infinit",{"_index":271,"title":{"3":{},"73":{}},"content":{"1":{},"2":{},"3":{},"4":{},"73":{},"74":{},"172":{}},"tags":{}}],["info",{"_index":581,"title":{},"content":{"73":{},"84":{},"103":{},"134":{},"146":{},"153":{},"156":{},"177":{},"183":{},"215":{},"221":{},"227":{},"228":{},"229":{},"239":{},"240":{},"252":{},"253":{},"254":{},"255":{},"256":{}},"tags":{}}],["inherit",{"_index":738,"title":{},"content":{"88":{},"129":{}},"tags":{}}],["inheritance)print(h",{"_index":986,"title":{},"content":{"129":{}},"tags":{}}],["initi",{"_index":792,"title":{},"content":{"91":{},"201":{}},"tags":{}}],["inlin",{"_index":928,"title":{},"content":{"121":{}},"tags":{}}],["input",{"_index":915,"title":{},"content":{"119":{}},"tags":{}}],["insert",{"_index":1177,"title":{},"content":{"170":{}},"tags":{}}],["insid",{"_index":525,"title":{},"content":{"63":{},"98":{},"121":{}},"tags":{}}],["inspir",{"_index":1143,"title":{},"content":{"155":{}},"tags":{}}],["instal",{"_index":649,"title":{},"content":{"81":{},"82":{},"84":{}},"tags":{}}],["instanc",{"_index":421,"title":{},"content":{"123":{},"129":{},"157":{},"160":{},"161":{},"162":{},"163":{},"164":{}},"tags":{}}],["instanceof",{"_index":977,"title":{"129":{}},"content":{"129":{}},"tags":{}}],["instead",{"_index":147,"title":{},"content":{"11":{},"12":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"100":{},"102":{},"108":{},"115":{},"131":{},"140":{},"160":{},"161":{},"162":{},"163":{},"164":{},"165":{},"167":{}},"tags":{}}],["instruct",{"_index":294,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"75":{}},"tags":{}}],["int",{"_index":1086,"title":{},"content":{"146":{}},"tags":{}}],["intal",{"_index":696,"title":{},"content":{"84":{}},"tags":{}}],["integ",{"_index":302,"title":{"119":{}},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"141":{},"149":{},"153":{},"158":{},"214":{},"247":{},"248":{},"263":{},"264":{},"266":{},"267":{}},"tags":{}}],["integr",{"_index":311,"title":{"63":{},"168":{}},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"89":{},"99":{},"188":{}},"tags":{}}],["intend",{"_index":532,"title":{},"content":{"64":{}},"tags":{}}],["intens",{"_index":1019,"title":{},"content":{"141":{}},"tags":{}}],["intent",{"_index":1070,"title":{},"content":{"144":{}},"tags":{}}],["interact",{"_index":1147,"title":{},"content":{"153":{}},"tags":{}}],["interest",{"_index":131,"title":{},"content":{"11":{},"13":{}},"tags":{}}],["interpol",{"_index":254,"title":{"42":{},"135":{}},"content":{"16":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"88":{},"131":{},"135":{}},"tags":{}}],["interpret",{"_index":1040,"title":{},"content":{"139":{}},"tags":{}}],["interv",{"_index":119,"title":{},"content":{"10":{}},"tags":{}}],["introduc",{"_index":221,"title":{},"content":{"14":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"98":{},"142":{}},"tags":{}}],["introduct",{"_index":16,"title":{},"content":{"5":{}},"tags":{}}],["invoc",{"_index":937,"title":{},"content":{"121":{}},"tags":{}}],["io",{"_index":475,"title":{"24":{},"234":{}},"content":{"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"234":{}},"tags":{}}],["io.absolut",{"_index":1363,"title":{"243":{}},"content":{},"tags":{}}],["io.copyto",{"_index":1335,"title":{"239":{}},"content":{},"tags":{}}],["io.copyto(\"./cfg/config.txt",{"_index":1338,"title":{},"content":{"239":{}},"tags":{}}],["io.exist",{"_index":1330,"title":{"238":{}},"content":{},"tags":{}}],["io.exists(\"cfg/config.txt",{"_index":1331,"title":{},"content":{"238":{}},"tags":{}}],["io.files",{"_index":1347,"title":{"240":{}},"content":{},"tags":{}}],["io.filesize(\"cfg/config.txt",{"_index":1352,"title":{},"content":{"240":{}},"tags":{}}],["io.isdir",{"_index":1311,"title":{"235":{}},"content":{},"tags":{}}],["io.isdir(path)if",{"_index":1316,"title":{},"content":{"235":{},"236":{}},"tags":{}}],["io.isfil",{"_index":1320,"title":{"236":{}},"content":{},"tags":{}}],["io.listdir",{"_index":1324,"title":{"237":{}},"content":{"237":{}},"tags":{}}],["io.makedir",{"_index":1355,"title":{"241":{},"242":{}},"content":{},"tags":{}}],["io.makedir(\"./cfg",{"_index":1356,"title":{},"content":{"241":{}},"tags":{}}],["io.makedirs(\"a/b/c",{"_index":1361,"title":{},"content":{"242":{}},"tags":{}}],["ipair",{"_index":410,"title":{},"content":{"103":{},"152":{},"153":{},"160":{},"161":{},"162":{},"163":{},"164":{}},"tags":{}}],["ipairsaux",{"_index":1148,"title":{},"content":{"153":{}},"tags":{}}],["irrelev",{"_index":955,"title":{},"content":{"124":{}},"tags":{}}],["irrevers",{"_index":333,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"136":{}},"tags":{}}],["iscodeprohibited(soup::string::fromfile(filenam",{"_index":552,"title":{},"content":{"72":{}},"tags":{}}],["isfile/file\"loc",{"_index":1321,"title":{},"content":{"236":{}},"tags":{}}],["isn't",{"_index":91,"title":{},"content":{"9":{},"156":{}},"tags":{}}],["issu",{"_index":1071,"title":{},"content":{"144":{}},"tags":{}}],["it'",{"_index":81,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"8":{},"13":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"59":{},"64":{},"73":{},"127":{},"146":{},"156":{},"159":{},"160":{},"161":{},"162":{},"163":{},"164":{},"170":{},"173":{},"176":{}},"tags":{}}],["it'll",{"_index":1127,"title":{},"content":{"155":{},"156":{}},"tags":{}}],["iter",{"_index":145,"title":{"18":{},"169":{},"170":{}},"content":{"1":{},"2":{},"3":{},"4":{},"11":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"73":{},"98":{},"103":{},"153":{},"169":{},"170":{}},"tags":{}}],["itself",{"_index":803,"title":{},"content":{"92":{}},"tags":{}}],["ivar",{"_index":1166,"title":{},"content":{"166":{}},"tags":{}}],["j",{"_index":721,"title":{},"content":{"86":{}},"tags":{}}],["jane",{"_index":140,"title":{},"content":{"11":{},"12":{},"13":{}},"tags":{}}],["jmp",{"_index":626,"title":{},"content":{"77":{}},"tags":{}}],["joaat",{"_index":756,"title":{"198":{}},"content":{"96":{},"198":{}},"tags":{}}],["john",{"_index":138,"title":{},"content":{"11":{},"12":{},"13":{},"106":{},"123":{},"124":{},"127":{},"128":{}},"tags":{}}],["json",{"_index":489,"title":{"34":{},"221":{},"222":{}},"content":{"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"96":{},"134":{},"223":{},"224":{}},"tags":{}}],["json.decode(data",{"_index":1374,"title":{"224":{}},"content":{},"tags":{}}],["json.decode(encod",{"_index":1377,"title":{},"content":{"224":{}},"tags":{}}],["json.encode(data",{"_index":1369,"title":{"223":{}},"content":{"223":{},"224":{}},"tags":{}}],["jump",{"_index":8,"title":{"157":{},"161":{},"162":{},"165":{}},"content":{"5":{},"73":{},"77":{},"98":{},"138":{},"157":{},"160":{},"161":{},"162":{},"163":{},"164":{},"165":{}},"tags":{}}],["k",{"_index":846,"title":{},"content":{"113":{}},"tags":{}}],["k/d",{"_index":158,"title":{"12":{}},"content":{"12":{},"13":{}},"tags":{}}],["kd",{"_index":170,"title":{},"content":{"12":{}},"tags":{}}],["keep",{"_index":933,"title":{},"content":{"121":{},"144":{},"155":{}},"tags":{}}],["key",{"_index":40,"title":{},"content":{"6":{},"109":{},"136":{},"170":{},"223":{},"224":{},"274":{}},"tags":{}}],["key\"}print(t.class",{"_index":1189,"title":{},"content":{"187":{}},"tags":{}}],["key'.assert((5",{"_index":876,"title":{},"content":{"109":{}},"tags":{}}],["keyword",{"_index":309,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"61":{},"62":{},"64":{},"89":{},"98":{},"99":{},"138":{},"142":{},"167":{}},"tags":{}}],["keyword.pluto_us",{"_index":519,"title":{},"content":{"62":{}},"tags":{}}],["kill",{"_index":151,"title":{},"content":{"11":{},"12":{},"13":{}},"tags":{}}],["kilobyt",{"_index":1350,"title":{},"content":{"240":{}},"tags":{}}],["know",{"_index":125,"title":{},"content":{"11":{}},"tags":{}}],["known",{"_index":746,"title":{},"content":{"96":{},"97":{}},"tags":{}}],["kvmap",{"_index":849,"title":{},"content":{"113":{}},"tags":{}}],["label",{"_index":464,"title":{},"content":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"60":{},"135":{},"187":{}},"tags":{}}],["lambda",{"_index":321,"title":{"39":{},"108":{}},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"108":{},"175":{}},"tags":{}}],["languag",{"_index":1497,"title":{"233":{}},"content":{"233":{}},"tags":{}}],["last",{"_index":1146,"title":{},"content":{"153":{},"263":{},"266":{}},"tags":{}}],["latter",{"_index":898,"title":{},"content":{"132":{}},"tags":{}}],["lazili",{"_index":1124,"title":{},"content":{"156":{}},"tags":{}}],["learn",{"_index":162,"title":{},"content":{"12":{},"16":{}},"tags":{}}],["led",{"_index":1313,"title":{},"content":{"235":{},"236":{},"238":{}},"tags":{}}],["left",{"_index":879,"title":{},"content":{"110":{},"149":{},"150":{},"247":{},"250":{},"260":{}},"tags":{}}],["length",{"_index":436,"title":{"159":{},"164":{}},"content":{"159":{},"160":{},"161":{},"162":{},"163":{},"164":{}},"tags":{}}],["less",{"_index":1139,"title":{},"content":{"155":{}},"tags":{}}],["let'",{"_index":19,"title":{},"content":{"6":{},"7":{},"9":{},"11":{},"12":{},"13":{}},"tags":{}}],["level",{"_index":313,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"89":{},"99":{}},"tags":{}}],["librari",{"_index":476,"title":{},"content":{"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"72":{},"84":{},"86":{},"87":{},"88":{},"96":{},"137":{},"181":{},"225":{},"234":{}},"tags":{}}],["library.for",{"_index":1054,"title":{},"content":{"136":{}},"tags":{}}],["life",{"_index":1022,"title":{},"content":{"135":{}},"tags":{}}],["lifespan",{"_index":335,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"136":{}},"tags":{}}],["lightweight",{"_index":583,"title":{},"content":{"73":{}},"tags":{}}],["limit",{"_index":261,"title":{"2":{},"21":{},"74":{},"133":{},"172":{}},"content":{"1":{},"2":{},"3":{},"4":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"74":{},"86":{},"172":{}},"tags":{}}],["line",{"_index":199,"title":{},"content":{"13":{},"91":{},"92":{},"93":{},"272":{}},"tags":{}}],["link",{"_index":30,"title":{},"content":{"6":{},"72":{},"86":{}},"tags":{}}],["linkag",{"_index":1304,"title":{},"content":{"188":{}},"tags":{}}],["linux",{"_index":642,"title":{},"content":{"80":{},"212":{}},"tags":{}}],["list",{"_index":723,"title":{},"content":{"86":{},"237":{},"263":{},"264":{},"266":{},"267":{}},"tags":{}}],["liter",{"_index":908,"title":{},"content":{"118":{}},"tags":{}}],["load",{"_index":538,"title":{"72":{}},"content":{},"tags":{}}],["loadi",{"_index":612,"title":{},"content":{"77":{}},"tags":{}}],["loadk",{"_index":622,"title":{},"content":{"77":{}},"tags":{}}],["local",{"_index":218,"title":{"14":{},"19":{},"21":{},"167":{},"172":{}},"content":{"14":{},"15":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"77":{},"90":{},"91":{},"93":{},"94":{},"96":{},"97":{},"101":{},"103":{},"104":{},"105":{},"106":{},"107":{},"108":{},"109":{},"116":{},"118":{},"119":{},"121":{},"122":{},"123":{},"124":{},"125":{},"127":{},"128":{},"131":{},"132":{},"133":{},"134":{},"135":{},"136":{},"138":{},"139":{},"141":{},"142":{},"143":{},"144":{},"145":{},"150":{},"151":{},"155":{},"156":{},"159":{},"160":{},"161":{},"162":{},"163":{},"164":{},"166":{},"167":{},"170":{},"172":{},"175":{},"187":{},"188":{},"190":{},"191":{},"194":{},"195":{},"196":{},"197":{},"198":{},"199":{},"200":{},"201":{},"202":{},"203":{},"204":{},"205":{},"206":{},"207":{},"208":{},"209":{},"210":{},"212":{},"214":{},"217":{},"218":{},"223":{},"224":{},"235":{},"236":{},"246":{},"247":{},"248":{},"249":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"257":{},"258":{},"259":{},"260":{},"261":{},"262":{},"263":{},"264":{},"265":{},"266":{},"267":{},"269":{},"270":{},"272":{},"273":{},"274":{}},"tags":{}}],["long",{"_index":426,"title":{"162":{},"165":{}},"content":{"83":{},"96":{},"153":{},"160":{},"161":{},"162":{},"163":{},"164":{},"165":{}},"tags":{}}],["look",{"_index":130,"title":{"77":{}},"content":{"11":{},"16":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"73":{},"145":{},"159":{},"160":{},"161":{},"162":{},"163":{},"164":{}},"tags":{}}],["lookup",{"_index":1103,"title":{},"content":{"150":{}},"tags":{}}],["lookup3",{"_index":1254,"title":{"202":{}},"content":{"202":{}},"tags":{}}],["loop",{"_index":110,"title":{"3":{},"10":{},"45":{},"73":{},"103":{},"152":{},"160":{}},"content":{"1":{},"2":{},"3":{},"4":{},"11":{},"12":{},"16":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"73":{},"74":{},"89":{},"98":{},"99":{},"152":{},"155":{},"160":{},"161":{},"162":{},"163":{},"164":{},"170":{}},"tags":{}}],["lowercas",{"_index":1422,"title":{},"content":{"253":{},"270":{}},"tags":{}}],["lsp",{"_index":1504,"title":{},"content":{"233":{}},"tags":{}}],["lua",{"_index":6,"title":{"59":{},"144":{},"194":{}},"content":{"1":{},"2":{},"3":{},"4":{},"5":{},"6":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"59":{},"65":{},"66":{},"67":{},"68":{},"69":{},"75":{},"88":{},"103":{},"105":{},"106":{},"107":{},"110":{},"119":{},"121":{},"135":{},"137":{},"141":{},"148":{},"151":{},"152":{},"156":{},"157":{},"160":{},"161":{},"162":{},"163":{},"164":{},"165":{},"166":{},"170":{},"187":{},"188":{},"231":{}},"tags":{}}],["lua'",{"_index":1227,"title":{},"content":{"194":{}},"tags":{}}],["lua/pluto",{"_index":72,"title":{},"content":{"8":{}},"tags":{}}],["lua_use_longjmp",{"_index":1154,"title":{},"content":{"165":{}},"tags":{}}],["lua_writelin",{"_index":602,"title":{},"content":{"76":{}},"tags":{}}],["lua_writestr",{"_index":601,"title":{},"content":{"76":{}},"tags":{}}],["luaconf.h",{"_index":268,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"63":{},"71":{},"72":{},"73":{},"74":{},"76":{},"157":{},"165":{},"168":{},"176":{}},"tags":{}}],["luai_throw",{"_index":1160,"title":{},"content":{"165":{}},"tags":{}}],["luai_tri",{"_index":1161,"title":{},"content":{"165":{}},"tags":{}}],["luauselongjmp",{"_index":433,"title":{},"content":{"160":{},"161":{},"162":{},"163":{},"164":{}},"tags":{}}],["mac",{"_index":643,"title":{},"content":{"80":{}},"tags":{}}],["machin",{"_index":425,"title":{},"content":{"157":{},"159":{},"160":{},"161":{},"162":{},"163":{},"164":{},"170":{}},"tags":{}}],["macro",{"_index":495,"title":{},"content":{"59":{},"63":{},"76":{},"168":{},"176":{}},"tags":{}}],["made",{"_index":253,"title":{},"content":{"16":{}},"tags":{}}],["main",{"_index":676,"title":{},"content":{"82":{}},"tags":{}}],["make",{"_index":113,"title":{"86":{}},"content":{"10":{},"12":{},"13":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"86":{},"92":{},"98":{},"117":{},"118":{},"120":{},"123":{},"131":{},"150":{},"159":{},"160":{},"161":{},"162":{},"163":{},"164":{},"167":{},"270":{}},"tags":{}}],["malici",{"_index":587,"title":{},"content":{"73":{}},"tags":{}}],["mani",{"_index":274,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"73":{},"89":{},"90":{},"91":{},"99":{},"232":{}},"tags":{}}],["manual",{"_index":230,"title":{},"content":{"14":{},"16":{},"127":{}},"tags":{}}],["map",{"_index":1327,"title":{},"content":{"237":{}},"tags":{}}],["mark",{"_index":932,"title":{},"content":{"121":{}},"tags":{}}],["match",{"_index":773,"title":{},"content":{"90":{},"263":{},"264":{},"266":{},"267":{}},"tags":{}}],["math.random(1",{"_index":1137,"title":{},"content":{"155":{}},"tags":{}}],["max",{"_index":1062,"title":{},"content":{"142":{},"143":{},"144":{}},"tags":{}}],["maxif",{"_index":1061,"title":{},"content":{"142":{}},"tags":{}}],["maximum",{"_index":1289,"title":{},"content":{"212":{}},"tags":{}}],["md5",{"_index":1233,"title":{"195":{}},"content":{"195":{}},"tags":{}}],["mean",{"_index":498,"title":{},"content":{"60":{},"62":{},"93":{},"121":{},"135":{},"165":{}},"tags":{}}],["meant",{"_index":319,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"98":{}},"tags":{}}],["mechan",{"_index":283,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"72":{},"73":{}},"tags":{}}],["messag",{"_index":104,"title":{},"content":{"9":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"173":{},"176":{}},"tags":{}}],["metamethod",{"_index":1165,"title":{},"content":{"158":{}},"tags":{}}],["method",{"_index":692,"title":{"121":{}},"content":{"83":{},"84":{},"113":{},"121":{},"122":{},"123":{},"127":{},"128":{},"139":{}},"tags":{}}],["migrat",{"_index":513,"title":{},"content":{"61":{}},"tags":{}}],["millisecond",{"_index":1383,"title":{},"content":{"226":{},"227":{}},"tags":{}}],["mind",{"_index":934,"title":{},"content":{"121":{},"144":{}},"tags":{}}],["minimum",{"_index":1288,"title":{},"content":{"212":{}},"tags":{}}],["minor",{"_index":478,"title":{},"content":{"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"188":{}},"tags":{}}],["minut",{"_index":418,"title":{},"content":{"157":{},"160":{},"161":{},"162":{},"163":{},"164":{}},"tags":{}}],["misbehavior",{"_index":390,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"90":{}},"tags":{}}],["misc",{"_index":1292,"title":{"213":{}},"content":{},"tags":{}}],["mismatch",{"_index":783,"title":{},"content":{"91":{},"92":{},"145":{}},"tags":{}}],["mismatch.when",{"_index":772,"title":{},"content":{"90":{}},"tags":{}}],["miss",{"_index":1091,"title":{},"content":{"146":{}},"tags":{}}],["mistak",{"_index":566,"title":{},"content":{"74":{}},"tags":{}}],["mix",{"_index":897,"title":{"132":{}},"content":{},"tags":{}}],["mode",{"_index":502,"title":{"61":{},"100":{},"102":{},"115":{},"130":{},"140":{}},"content":{"61":{},"62":{},"63":{},"64":{},"97":{},"130":{},"131":{},"132":{}},"tags":{}}],["moder",{"_index":258,"title":{"1":{},"70":{}},"content":{"1":{},"2":{},"3":{},"4":{},"70":{}},"tags":{}}],["modif",{"_index":331,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"136":{},"137":{},"272":{}},"tags":{}}],["modifi",{"_index":34,"title":{"41":{},"101":{},"268":{}},"content":{"6":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"76":{},"84":{},"101":{},"124":{},"136":{},"153":{},"165":{},"188":{}},"tags":{}}],["modulo",{"_index":1095,"title":{},"content":{"149":{}},"tags":{}}],["moment",{"_index":89,"title":{},"content":{"8":{},"133":{}},"tags":{}}],["more",{"_index":51,"title":{},"content":{"7":{},"11":{},"16":{},"65":{},"66":{},"67":{},"68":{},"69":{},"88":{},"118":{},"151":{},"156":{}},"tags":{}}],["move",{"_index":614,"title":{},"content":{"77":{}},"tags":{}}],["ms",{"_index":558,"title":{},"content":{"74":{}},"tags":{}}],["much",{"_index":457,"title":{},"content":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"88":{},"172":{}},"tags":{}}],["multi",{"_index":1418,"title":{},"content":{"252":{}},"tags":{}}],["multipl",{"_index":1100,"title":{},"content":{"149":{},"155":{},"224":{}},"tags":{}}],["murmur1",{"_index":1264,"title":{"205":{}},"content":{"205":{}},"tags":{}}],["murmur2",{"_index":1267,"title":{"206":{}},"content":{"206":{}},"tags":{}}],["murmur2a",{"_index":1270,"title":{"207":{}},"content":{"207":{}},"tags":{}}],["murmur2neutr",{"_index":1279,"title":{"210":{}},"content":{"210":{}},"tags":{}}],["murmur64a",{"_index":1273,"title":{"208":{}},"content":{"208":{},"209":{}},"tags":{}}],["murmur64b",{"_index":1276,"title":{"209":{}},"content":{},"tags":{}}],["myenum",{"_index":831,"title":{},"content":{"111":{},"112":{},"113":{}},"tags":{}}],["myenum:kvmap",{"_index":847,"title":{},"content":{"113":{}},"tags":{}}],["myfunc(a",{"_index":1072,"title":{},"content":{"145":{}},"tags":{}}],["n",{"_index":652,"title":{},"content":{"81":{},"107":{},"118":{},"119":{}},"tags":{}}],["name",{"_index":143,"title":{"48":{},"51":{},"107":{},"116":{},"131":{}},"content":{"11":{},"12":{},"13":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"60":{},"64":{},"90":{},"106":{},"107":{},"111":{},"113":{},"116":{},"123":{},"124":{},"125":{},"127":{},"128":{},"131":{},"132":{},"134":{},"136":{},"167":{},"187":{}},"tags":{}}],["nano",{"_index":560,"title":{},"content":{"74":{}},"tags":{}}],["nanosecond",{"_index":1391,"title":{},"content":{"228":{}},"tags":{}}],["navig",{"_index":368,"title":{"54":{},"134":{}},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"134":{}},"tags":{}}],["near",{"_index":216,"title":{},"content":{"13":{}},"tags":{}}],["neat",{"_index":474,"title":{},"content":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"173":{}},"tags":{}}],["need",{"_index":374,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"72":{},"81":{},"83":{},"100":{},"102":{},"115":{},"121":{},"134":{},"139":{},"140":{},"239":{}},"tags":{}}],["neg",{"_index":304,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"141":{}},"tags":{}}],["nest",{"_index":371,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"134":{},"223":{},"224":{}},"tags":{}}],["nested_key",{"_index":1372,"title":{},"content":{"223":{},"224":{}},"tags":{}}],["never",{"_index":386,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"90":{},"95":{}},"tags":{}}],["new",{"_index":345,"title":{"123":{},"189":{},"245":{}},"content":{"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"60":{},"62":{},"90":{},"98":{},"101":{},"103":{},"108":{},"121":{},"123":{},"124":{},"126":{},"127":{},"128":{},"129":{},"130":{},"136":{},"138":{},"142":{},"150":{},"170":{},"181":{},"225":{},"234":{},"239":{},"241":{},"242":{},"243":{},"244":{},"249":{},"250":{},"251":{},"271":{}},"tags":{}}],["newer",{"_index":469,"title":{},"content":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"173":{}},"tags":{}}],["newpc=0x247d29e90d8",{"_index":629,"title":{},"content":{"77":{}},"tags":{}}],["next",{"_index":219,"title":{},"content":{"14":{},"92":{},"153":{}},"tags":{}}],["nil",{"_index":235,"title":{"15":{}},"content":{"15":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"65":{},"66":{},"67":{},"68":{},"69":{},"94":{},"112":{},"134":{},"144":{},"146":{},"153":{},"156":{},"188":{},"247":{},"248":{},"263":{},"264":{},"266":{},"267":{},"274":{}},"tags":{}}],["nilloc",{"_index":1115,"title":{},"content":{"156":{}},"tags":{}}],["nilprint(str",{"_index":1017,"title":{},"content":{"141":{}},"tags":{}}],["no_permiss",{"_index":1120,"title":{},"content":{"156":{}},"tags":{}}],["no_permissions\"group",{"_index":1117,"title":{},"content":{"156":{}},"tags":{}}],["no_value_given",{"_index":237,"title":{},"content":{"15":{}},"tags":{}}],["nois",{"_index":595,"title":{},"content":{"76":{}},"tags":{}}],["non",{"_index":782,"title":{},"content":{"90":{},"122":{},"194":{},"196":{},"197":{},"198":{},"199":{},"200":{},"201":{},"202":{},"203":{},"205":{},"206":{},"207":{},"208":{},"209":{},"210":{},"242":{},"266":{},"267":{}},"tags":{}}],["none",{"_index":1036,"title":{},"content":{"138":{}},"tags":{}}],["normal",{"_index":1027,"title":{},"content":{"135":{}},"tags":{}}],["note",{"_index":203,"title":{},"content":{"13":{},"74":{},"76":{},"81":{},"98":{},"127":{},"131":{},"135":{},"139":{},"167":{},"172":{}},"tags":{}}],["noth",{"_index":1459,"title":{},"content":{"263":{},"264":{},"266":{},"267":{},"274":{}},"tags":{}}],["notic",{"_index":59,"title":{},"content":{"7":{},"8":{},"11":{},"12":{}},"tags":{}}],["now",{"_index":80,"title":{},"content":{"8":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"94":{},"109":{},"121":{},"134":{},"136":{},"141":{},"170":{},"171":{},"269":{},"270":{}},"tags":{}}],["nparams=0",{"_index":625,"title":{},"content":{"77":{}},"tags":{}}],["nresults=0",{"_index":624,"title":{},"content":{"77":{}},"tags":{}}],["null",{"_index":401,"title":{"68":{},"156":{}},"content":{"65":{},"66":{},"67":{},"68":{},"69":{},"134":{},"149":{},"156":{}},"tags":{}}],["number",{"_index":129,"title":{},"content":{"11":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"91":{},"98":{},"111":{},"119":{},"145":{},"166":{},"187":{},"223":{},"224":{}},"tags":{}}],["numberint",{"_index":1078,"title":{},"content":{"146":{}},"tags":{}}],["numer",{"_index":305,"title":{"36":{},"117":{}},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"117":{},"118":{}},"tags":{}}],["o\"print(str[200",{"_index":1016,"title":{},"content":{"141":{}},"tags":{}}],["object",{"_index":323,"title":{"57":{},"120":{}},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"108":{},"120":{},"224":{}},"tags":{}}],["occur",{"_index":301,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"141":{},"153":{},"260":{},"263":{},"264":{},"266":{},"267":{}},"tags":{}}],["offer",{"_index":292,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"75":{},"88":{},"90":{},"134":{},"158":{}},"tags":{}}],["offset=13",{"_index":628,"title":{},"content":{"77":{}},"tags":{}}],["oh",{"_index":1035,"title":{},"content":{"138":{}},"tags":{}}],["old",{"_index":853,"title":{},"content":{"101":{},"103":{},"108":{},"121":{},"142":{},"150":{},"170":{}},"tags":{}}],["older",{"_index":1065,"title":{},"content":{"143":{}},"tags":{}}],["olsen",{"_index":1013,"title":{},"content":{"134":{}},"tags":{}}],["omit",{"_index":1175,"title":{},"content":{"170":{}},"tags":{}}],["on",{"_index":232,"title":{},"content":{"14":{},"90":{},"97":{},"109":{},"132":{},"138":{},"146":{},"243":{}},"tags":{}}],["onc",{"_index":575,"title":{},"content":{"73":{},"260":{}},"tags":{}}],["onlin",{"_index":633,"title":{"79":{}},"content":{"79":{}},"tags":{}}],["onto",{"_index":540,"title":{},"content":{"72":{}},"tags":{}}],["open",{"_index":713,"title":{},"content":{"85":{}},"tags":{}}],["oper",{"_index":357,"title":{"65":{},"66":{},"67":{},"68":{},"69":{},"129":{},"147":{},"148":{},"151":{},"154":{},"156":{}},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"65":{},"66":{},"67":{},"68":{},"69":{},"88":{},"109":{},"129":{},"134":{},"147":{},"148":{},"151":{},"153":{},"154":{},"155":{},"156":{},"190":{},"191":{},"212":{},"257":{}},"tags":{}}],["operand",{"_index":408,"title":{},"content":{"65":{},"66":{},"67":{},"68":{},"69":{},"110":{},"150":{},"154":{},"158":{}},"tags":{}}],["optim",{"_index":411,"title":{},"content":{"152":{},"153":{},"158":{},"160":{},"161":{},"162":{},"163":{},"164":{},"170":{}},"tags":{}}],["option",{"_index":205,"title":{"20":{},"171":{}},"content":{"1":{},"2":{},"3":{},"4":{},"13":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"61":{},"75":{},"89":{},"90":{},"99":{},"160":{},"161":{},"162":{},"163":{},"164":{},"165":{},"167":{},"170":{},"171":{}},"tags":{}}],["option_1",{"_index":832,"title":{},"content":{"111":{},"112":{},"113":{},"114":{}},"tags":{}}],["option_2",{"_index":833,"title":{},"content":{"111":{},"112":{},"113":{},"114":{}},"tags":{}}],["option_3",{"_index":834,"title":{},"content":{"111":{},"112":{},"113":{},"114":{}},"tags":{}}],["option_4",{"_index":838,"title":{},"content":{"111":{}},"tags":{}}],["organis",{"_index":133,"title":{},"content":{"11":{}},"tags":{}}],["orient",{"_index":391,"title":{"57":{},"120":{}},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"120":{}},"tags":{}}],["origin",{"_index":1477,"title":{},"content":{"272":{}},"tags":{}}],["os",{"_index":477,"title":{"25":{},"225":{}},"content":{"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"80":{},"225":{}},"tags":{}}],["os.milli",{"_index":1388,"title":{"227":{}},"content":{},"tags":{}}],["os.nano",{"_index":1390,"title":{"228":{}},"content":{},"tags":{}}],["os.second",{"_index":1392,"title":{"229":{}},"content":{},"tags":{}}],["os.sleep",{"_index":1382,"title":{"226":{}},"content":{},"tags":{}}],["os.sleep(1000",{"_index":1385,"title":{},"content":{"226":{}},"tags":{}}],["os.unixsecond",{"_index":1393,"title":{"230":{}},"content":{},"tags":{}}],["otherwis",{"_index":554,"title":{},"content":{"72":{},"121":{},"137":{},"274":{}},"tags":{}}],["out",{"_index":316,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"85":{},"89":{}},"tags":{}}],["output",{"_index":600,"title":{},"content":{"76":{},"77":{},"138":{}},"tags":{}}],["over",{"_index":146,"title":{},"content":{"11":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"80":{},"98":{},"103":{}},"tags":{}}],["overal",{"_index":423,"title":{},"content":{"157":{},"160":{},"161":{},"162":{},"163":{},"164":{}},"tags":{}}],["overhead",{"_index":582,"title":{},"content":{"73":{}},"tags":{}}],["overrid",{"_index":530,"title":{},"content":{"64":{}},"tags":{}}],["overwrit",{"_index":561,"title":{},"content":{"74":{},"127":{}},"tags":{}}],["package.path",{"_index":1305,"title":{},"content":{"188":{}},"tags":{}}],["pacman",{"_index":698,"title":{},"content":{"84":{}},"tags":{}}],["pad",{"_index":1205,"title":{"179":{},"217":{},"219":{}},"content":{"179":{},"217":{}},"tags":{}}],["page",{"_index":646,"title":{},"content":{"80":{}},"tags":{}}],["pair",{"_index":409,"title":{},"content":{"103":{},"152":{},"153":{},"160":{},"161":{},"162":{},"163":{},"164":{},"170":{}},"tags":{}}],["pairs(t",{"_index":1178,"title":{},"content":{"170":{}},"tags":{}}],["paramat",{"_index":1466,"title":{},"content":{"265":{}},"tags":{}}],["paramet",{"_index":202,"title":{},"content":{"13":{},"14":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"94":{},"121":{},"127":{},"179":{},"180":{},"185":{},"194":{},"195":{},"196":{},"197":{},"198":{},"199":{},"200":{},"201":{},"202":{},"203":{},"204":{},"205":{},"206":{},"207":{},"208":{},"209":{},"210":{},"212":{},"214":{},"217":{},"218":{},"223":{},"224":{},"226":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{},"246":{},"247":{},"248":{},"249":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"258":{},"259":{},"260":{},"261":{},"262":{},"263":{},"264":{},"266":{},"267":{},"269":{},"270":{},"272":{},"273":{},"274":{}},"tags":{}}],["parent",{"_index":497,"title":{"127":{}},"content":{"60":{},"62":{},"87":{},"126":{},"127":{},"130":{},"242":{}},"tags":{}}],["parent:__construct",{"_index":967,"title":{},"content":{"127":{}},"tags":{}}],["parent:__construct(nam",{"_index":968,"title":{},"content":{"127":{}},"tags":{}}],["parenthes",{"_index":451,"title":{"20":{},"171":{}},"content":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"139":{}},"tags":{}}],["parenthesi",{"_index":452,"title":{},"content":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"171":{}},"tags":{}}],["pars",{"_index":306,"title":{"36":{},"117":{}},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"64":{},"117":{},"134":{}},"tags":{}}],["parser",{"_index":382,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"95":{},"133":{}},"tags":{}}],["part",{"_index":204,"title":{},"content":{"13":{},"82":{}},"tags":{}}],["particip",{"_index":28,"title":{},"content":{"6":{}},"tags":{}}],["particular",{"_index":88,"title":{},"content":{"8":{}},"tags":{}}],["partion",{"_index":1452,"title":{},"content":{"260":{}},"tags":{}}],["partit",{"_index":1445,"title":{},"content":{"260":{}},"tags":{}}],["pass",{"_index":539,"title":{},"content":{"72":{},"146":{},"224":{}},"tags":{}}],["path",{"_index":514,"title":{},"content":{"61":{},"97":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{}},"tags":{}}],["paus",{"_index":1386,"title":{},"content":{"226":{}},"tags":{}}],["peopl",{"_index":3,"title":{},"content":{"5":{}},"tags":{}}],["per",{"_index":503,"title":{},"content":{"61":{},"73":{},"172":{}},"tags":{}}],["perform",{"_index":405,"title":{},"content":{"65":{},"66":{},"67":{},"68":{},"69":{},"73":{},"145":{},"154":{},"157":{},"158":{},"160":{},"161":{},"162":{},"163":{},"164":{},"190":{},"191":{},"257":{}},"tags":{}}],["perhap",{"_index":192,"title":{},"content":{"13":{}},"tags":{}}],["perman",{"_index":334,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"136":{}},"tags":{}}],["permiss",{"_index":1113,"title":{},"content":{"156":{}},"tags":{}}],["permissionsif",{"_index":1121,"title":{},"content":{"156":{}},"tags":{}}],["person",{"_index":993,"title":{},"content":{"134":{}},"tags":{}}],["person.pet",{"_index":997,"title":{},"content":{"134":{}},"tags":{}}],["person.pet?.nam",{"_index":996,"title":{},"content":{"134":{}},"tags":{}}],["pet_nam",{"_index":995,"title":{},"content":{"134":{}},"tags":{}}],["phase",{"_index":1077,"title":{},"content":{"145":{}},"tags":{}}],["php",{"_index":693,"title":{"84":{}},"content":{"84":{}},"tags":{}}],["place",{"_index":251,"title":{},"content":{"16":{},"64":{},"84":{},"85":{},"86":{},"87":{},"138":{}},"tags":{}}],["plain",{"_index":1111,"title":{},"content":{"151":{}},"tags":{}}],["plat={yourplatform",{"_index":722,"title":{},"content":{"86":{}},"tags":{}}],["platform",{"_index":685,"title":{},"content":{"83":{},"86":{}},"tags":{}}],["player",{"_index":136,"title":{},"content":{"11":{},"12":{},"13":{}},"tags":{}}],["player.death",{"_index":174,"title":{},"content":{"12":{}},"tags":{}}],["player.kd",{"_index":172,"title":{},"content":{"12":{}},"tags":{}}],["player.kil",{"_index":173,"title":{},"content":{"12":{}},"tags":{}}],["plethora",{"_index":392,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"65":{},"66":{},"67":{},"68":{},"69":{},"120":{},"148":{}},"tags":{}}],["pli",{"_index":184,"title":{},"content":{"13":{},"14":{}},"tags":{}}],["plu",{"_index":534,"title":{},"content":{"64":{}},"tags":{}}],["pluto",{"_index":10,"title":{"59":{},"79":{},"83":{},"88":{}},"content":{"1":{},"2":{},"3":{},"4":{},"5":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"59":{},"60":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"72":{},"73":{},"74":{},"75":{},"78":{},"79":{},"80":{},"81":{},"82":{},"83":{},"86":{},"87":{},"88":{},"90":{},"93":{},"96":{},"105":{},"106":{},"107":{},"111":{},"117":{},"119":{},"120":{},"123":{},"128":{},"134":{},"135":{},"143":{},"147":{},"148":{},"151":{},"152":{},"157":{},"158":{},"159":{},"160":{},"161":{},"162":{},"163":{},"164":{},"165":{},"166":{},"168":{},"169":{},"172":{},"177":{},"181":{},"183":{},"187":{},"188":{},"192":{},"215":{},"221":{},"225":{},"231":{},"232":{},"233":{},"234":{},"244":{},"271":{}},"tags":{}}],["pluto'",{"_index":348,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"62":{},"73":{},"80":{},"95":{},"103":{},"144":{}},"tags":{}}],["pluto.sln",{"_index":712,"title":{},"content":{"85":{}},"tags":{}}],["pluto/src",{"_index":726,"title":{},"content":{"87":{}},"tags":{}}],["pluto_",{"_index":504,"title":{},"content":{"61":{}},"tags":{}}],["pluto_class",{"_index":991,"title":{},"content":{"130":{}},"tags":{}}],["pluto_continu",{"_index":814,"title":{},"content":{"100":{}},"tags":{}}],["pluto_disable_compil",{"_index":536,"title":{},"content":{"71":{}},"tags":{}}],["pluto_enum",{"_index":852,"title":{},"content":{"115":{}},"tags":{}}],["pluto_etl_en",{"_index":556,"title":{},"content":{"74":{}},"tags":{}}],["pluto_etl_nano",{"_index":562,"title":{},"content":{"74":{}},"tags":{}}],["pluto_export",{"_index":855,"title":{},"content":{"102":{}},"tags":{}}],["pluto_force_jumpt",{"_index":1153,"title":{},"content":{"157":{}},"tags":{}}],["pluto_ilp_en",{"_index":577,"title":{},"content":{"73":{}},"tags":{}}],["pluto_loadfile_hook",{"_index":544,"title":{},"content":{"72":{}},"tags":{}}],["pluto_new",{"_index":990,"title":{},"content":{"130":{}},"tags":{}}],["pluto_par",{"_index":992,"title":{},"content":{"130":{}},"tags":{}}],["pluto_switch",{"_index":506,"title":{},"content":{"61":{},"140":{}},"tags":{}}],["pluto_us",{"_index":517,"title":{},"content":{"62":{},"64":{},"167":{}},"tags":{}}],["pluto_use_colored_output",{"_index":1197,"title":{},"content":{"176":{}},"tags":{}}],["pluto_use_let",{"_index":1181,"title":{},"content":{"168":{}},"tags":{}}],["pluto_use_throw",{"_index":1158,"title":{},"content":{"165":{}},"tags":{}}],["pluto_vmdump",{"_index":593,"title":{},"content":{"76":{}},"tags":{}}],["pluto_vmdump_cond",{"_index":596,"title":{},"content":{"76":{}},"tags":{}}],["pluto_warn",{"_index":805,"title":{},"content":{"92":{}},"tags":{}}],["plutoc",{"_index":650,"title":{},"content":{"81":{},"82":{},"87":{}},"tags":{}}],["plutoc'",{"_index":1501,"title":{},"content":{"233":{}},"tags":{}}],["plutoetlen",{"_index":267,"title":{},"content":{"1":{},"2":{},"3":{},"4":{}},"tags":{}}],["plutolang",{"_index":657,"title":{},"content":{"81":{}},"tags":{}}],["ply.death",{"_index":187,"title":{},"content":{"13":{}},"tags":{}}],["ply.kd",{"_index":185,"title":{},"content":{"13":{}},"tags":{}}],["ply.kil",{"_index":186,"title":{},"content":{"13":{}},"tags":{}}],["point",{"_index":516,"title":{},"content":{"62":{},"151":{}},"tags":{}}],["pointer",{"_index":288,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"73":{}},"tags":{}}],["portabl",{"_index":526,"title":{"64":{}},"content":{"64":{}},"tags":{}}],["posit",{"_index":303,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"121":{},"131":{},"132":{},"141":{}},"tags":{}}],["potenti",{"_index":372,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"134":{},"138":{},"224":{}},"tags":{}}],["power",{"_index":383,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"95":{}},"tags":{}}],["practic",{"_index":998,"title":{},"content":{"134":{}},"tags":{}}],["pre",{"_index":639,"title":{},"content":{"80":{}},"tags":{}}],["prebuilt",{"_index":637,"title":{"80":{}},"content":{"82":{}},"tags":{}}],["preced",{"_index":1162,"title":{},"content":{"165":{}},"tags":{}}],["prefer",{"_index":1002,"title":{},"content":{"134":{}},"tags":{}}],["prefix",{"_index":400,"title":{},"content":{"61":{},"65":{},"66":{},"67":{},"68":{},"69":{},"135":{},"146":{},"151":{},"262":{}},"tags":{}}],["prepar",{"_index":611,"title":{},"content":{"77":{},"170":{}},"tags":{}}],["present",{"_index":428,"title":{},"content":{"160":{},"161":{},"162":{},"163":{},"164":{},"165":{}},"tags":{}}],["press",{"_index":1494,"title":{},"content":{"232":{}},"tags":{}}],["pretend",{"_index":999,"title":{},"content":{"134":{}},"tags":{}}],["pretti",{"_index":1370,"title":{"223":{}},"content":{"223":{}},"tags":{}}],["prevent",{"_index":272,"title":{"3":{},"73":{},"137":{}},"content":{"1":{},"2":{},"3":{},"4":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"73":{},"74":{},"134":{},"137":{},"272":{}},"tags":{}}],["print",{"_index":45,"title":{},"content":{"6":{},"9":{},"12":{},"13":{},"15":{},"98":{},"187":{}},"tags":{}}],["print(\"42",{"_index":1037,"title":{},"content":{"139":{}},"tags":{}}],["print(\"a",{"_index":1138,"title":{},"content":{"155":{}},"tags":{}}],["print(\"bvar",{"_index":1169,"title":{},"content":{"166":{}},"tags":{}}],["print(\"config",{"_index":1332,"title":{},"content":{"238":{},"240":{}},"tags":{}}],["print(\"creat",{"_index":1357,"title":{},"content":{"241":{}},"tags":{}}],["print(\"digest",{"_index":1297,"title":{},"content":{"214":{}},"tags":{}}],["print(\"directory!\")els",{"_index":1317,"title":{},"content":{"235":{}},"tags":{}}],["print(\"fail",{"_index":1343,"title":{},"content":{"239":{},"241":{}},"tags":{}}],["print(\"file!\")els",{"_index":1322,"title":{},"content":{"236":{}},"tags":{}}],["print(\"got",{"_index":606,"title":{},"content":{"77":{},"138":{}},"tags":{}}],["print(\"hash",{"_index":1296,"title":{},"content":{"214":{}},"tags":{}}],["print(\"hello",{"_index":25,"title":{},"content":{"6":{},"171":{}},"tags":{}}],["print(\"ivar",{"_index":1168,"title":{},"content":{"166":{}},"tags":{}}],["print(\"messag",{"_index":793,"title":{},"content":{"91":{}},"tags":{}}],["print(\"not",{"_index":1318,"title":{},"content":{"235":{},"236":{}},"tags":{}}],["print(\"plain",{"_index":1306,"title":{},"content":{"188":{}},"tags":{}}],["print(\"pluto",{"_index":1308,"title":{},"content":{"188":{}},"tags":{}}],["print(\"script",{"_index":765,"title":{},"content":{"97":{}},"tags":{}}],["print(\"successfulli",{"_index":1340,"title":{},"content":{"239":{}},"tags":{}}],["print(\"th",{"_index":99,"title":{},"content":{"9":{},"135":{}},"tags":{}}],["print(\"ther",{"_index":1029,"title":{},"content":{"138":{}},"tags":{}}],["print(\"val",{"_index":1042,"title":{},"content":{"139":{}},"tags":{}}],["print(\"valu",{"_index":607,"title":{},"content":{"77":{},"138":{}},"tags":{}}],["print($\"2",{"_index":57,"title":{},"content":{"7":{}},"tags":{}}],["print($\"a",{"_index":77,"title":{},"content":{"8":{}},"tags":{}}],["print($\"i",{"_index":78,"title":{},"content":{"8":{}},"tags":{}}],["print($\"process",{"_index":894,"title":{},"content":{"131":{},"132":{}},"tags":{}}],["print($\"th",{"_index":1024,"title":{},"content":{"135":{}},"tags":{}}],["print($\"{nam",{"_index":144,"title":{},"content":{"11":{},"12":{},"13":{}},"tags":{}}],["print((\"hello",{"_index":1183,"title":{},"content":{"171":{}},"tags":{}}],["print(++x",{"_index":1107,"title":{},"content":{"151":{}},"tags":{}}],["print(a",{"_index":234,"title":{},"content":{"14":{}},"tags":{}}],["print(arg",{"_index":903,"title":{},"content":{"116":{}},"tags":{}}],["print(filepath)end",{"_index":1329,"title":{},"content":{"237":{}},"tags":{}}],["print(human.nam",{"_index":976,"title":{},"content":{"128":{}},"tags":{}}],["print(i",{"_index":118,"title":{},"content":{"10":{},"98":{},"187":{}},"tags":{}}],["print(k",{"_index":848,"title":{},"content":{"113":{}},"tags":{}}],["print(key",{"_index":1173,"title":{},"content":{"170":{}},"tags":{}}],["print(msg",{"_index":941,"title":{},"content":{"122":{}},"tags":{}}],["print(never_defin",{"_index":239,"title":{},"content":{"15":{}},"tags":{}}],["print(no_value_given",{"_index":238,"title":{},"content":{"15":{}},"tags":{}}],["print(s2",{"_index":890,"title":{},"content":{"108":{}},"tags":{}}],["print(self.nam",{"_index":953,"title":{},"content":{"124":{}},"tags":{}}],["print(text)endwrit",{"_index":816,"title":{},"content":{"94":{}},"tags":{}}],["print(value)end",{"_index":856,"title":{},"content":{"103":{}},"tags":{}}],["print(x",{"_index":1106,"title":{},"content":{"151":{}},"tags":{}}],["prng",{"_index":1281,"title":{"211":{}},"content":{"212":{}},"tags":{}}],["proactiv",{"_index":527,"title":{"64":{}},"content":{"64":{}},"tags":{}}],["problem",{"_index":471,"title":{},"content":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"173":{}},"tags":{}}],["problemat",{"_index":373,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"134":{},"174":{},"175":{}},"tags":{}}],["process",{"_index":896,"title":{},"content":{"131":{},"132":{}},"tags":{}}],["process_file(\"hello.txt",{"_index":899,"title":{},"content":{"132":{}},"tags":{}}],["process_file(fil",{"_index":892,"title":{},"content":{"131":{},"132":{}},"tags":{}}],["produc",{"_index":568,"title":{},"content":{"73":{},"121":{}},"tags":{}}],["program",{"_index":18,"title":{"6":{},"57":{},"120":{}},"content":{"6":{},"9":{},"12":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"88":{},"120":{}},"tags":{}}],["programm",{"_index":470,"title":{},"content":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"173":{}},"tags":{}}],["programmat",{"_index":56,"title":{},"content":{"7":{}},"tags":{}}],["project",{"_index":510,"title":{},"content":{"61":{},"87":{}},"tags":{}}],["project'",{"_index":725,"title":{},"content":{"87":{}},"tags":{}}],["proload",{"_index":759,"title":{},"content":{"96":{}},"tags":{}}],["promot",{"_index":971,"title":{"128":{}},"content":{},"tags":{}}],["properli",{"_index":580,"title":{},"content":{"73":{}},"tags":{}}],["provid",{"_index":264,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"65":{},"66":{},"67":{},"68":{},"69":{},"72":{},"74":{},"87":{},"94":{},"95":{},"128":{},"151":{},"212":{},"232":{}},"tags":{}}],["provided.\"write(\"hello",{"_index":817,"title":{},"content":{"94":{}},"tags":{}}],["publish",{"_index":1150,"title":{},"content":{"153":{}},"tags":{}}],["pure",{"_index":913,"title":{},"content":{"118":{}},"tags":{}}],["purpos",{"_index":733,"title":{},"content":{"88":{}},"tags":{}}],["push",{"_index":613,"title":{},"content":{"77":{}},"tags":{}}],["put",{"_index":160,"title":{},"content":{"12":{},"14":{},"64":{},"146":{}},"tags":{}}],["python'",{"_index":1144,"title":{},"content":{"155":{}},"tags":{}}],["qo",{"_index":662,"title":{},"content":{"82":{}},"tags":{}}],["quick",{"_index":324,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"108":{}},"tags":{}}],["quicker",{"_index":472,"title":{},"content":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"173":{}},"tags":{}}],["quit",{"_index":182,"title":{},"content":{"13":{}},"tags":{}}],["r",{"_index":893,"title":{},"content":{"131":{},"132":{},"246":{},"247":{},"248":{},"249":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"258":{},"261":{},"262":{},"263":{},"264":{},"265":{},"266":{},"267":{}},"tags":{}}],["r(a",{"_index":615,"title":{},"content":{"77":{}},"tags":{}}],["r1",{"_index":861,"title":{},"content":{"109":{},"259":{}},"tags":{}}],["r2",{"_index":863,"title":{},"content":{"109":{}},"tags":{}}],["r3",{"_index":864,"title":{},"content":{"109":{}},"tags":{}}],["r4",{"_index":865,"title":{},"content":{"109":{}},"tags":{}}],["r5",{"_index":866,"title":{},"content":{"109":{}},"tags":{}}],["ran",{"_index":779,"title":{},"content":{"90":{}},"tags":{}}],["random",{"_index":1282,"title":{"212":{}},"content":{"212":{}},"tags":{}}],["rang",{"_index":148,"title":{},"content":{"11":{},"212":{}},"tags":{}}],["ratio",{"_index":159,"title":{"12":{}},"content":{},"tags":{}}],["readabl",{"_index":909,"title":{},"content":{"118":{},"223":{}},"tags":{}}],["reason",{"_index":529,"title":{},"content":{"64":{}},"tags":{}}],["reassign",{"_index":1048,"title":{},"content":{"136":{}},"tags":{}}],["recommend",{"_index":31,"title":{},"content":{"6":{},"64":{}},"tags":{}}],["recurs",{"_index":1325,"title":{},"content":{"237":{}},"tags":{}}],["red",{"_index":1004,"title":{},"content":{"134":{}},"tags":{}}],["red\"endprint(get_color",{"_index":1008,"title":{},"content":{"134":{}},"tags":{}}],["reduc",{"_index":594,"title":{},"content":{"76":{},"128":{},"150":{}},"tags":{}}],["redund",{"_index":1171,"title":{},"content":{"170":{}},"tags":{}}],["refer",{"_index":1220,"title":{},"content":{"219":{}},"tags":{}}],["reflect",{"_index":844,"title":{"113":{}},"content":{"113":{}},"tags":{}}],["refresh",{"_index":439,"title":{},"content":{"159":{},"160":{},"161":{},"162":{},"163":{},"164":{}},"tags":{}}],["reg",{"_index":1199,"title":{},"content":{"176":{}},"tags":{}}],["reg_dword",{"_index":1203,"title":{},"content":{"176":{}},"tags":{}}],["regard",{"_index":481,"title":{},"content":{"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"61":{},"192":{}},"tags":{}}],["region",{"_index":801,"title":{},"content":{"92":{}},"tags":{}}],["regist",{"_index":1102,"title":{},"content":{"150":{},"172":{}},"tags":{}}],["rel",{"_index":1364,"title":{},"content":{"243":{}},"tags":{}}],["relationship",{"_index":213,"title":{},"content":{"13":{},"72":{}},"tags":{}}],["releas",{"_index":645,"title":{},"content":{"80":{},"82":{},"97":{}},"tags":{}}],["reli",{"_index":591,"title":{},"content":{"73":{}},"tags":{}}],["reliabl",{"_index":586,"title":{},"content":{"73":{}},"tags":{}}],["remark",{"_index":734,"title":{},"content":{"88":{}},"tags":{}}],["rememb",{"_index":1032,"title":{},"content":{"138":{}},"tags":{}}],["remov",{"_index":453,"title":{"21":{},"172":{}},"content":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"60":{},"172":{}},"tags":{}}],["replac",{"_index":1060,"title":{},"content":{"137":{}},"tags":{}}],["report",{"_index":1092,"title":{},"content":{"146":{}},"tags":{}}],["repositori",{"_index":660,"title":{"82":{}},"content":{"83":{},"85":{}},"tags":{}}],["repres",{"_index":1366,"title":{},"content":{"243":{}},"tags":{}}],["represent",{"_index":1294,"title":{},"content":{"214":{}},"tags":{}}],["request",{"_index":438,"title":{},"content":{"159":{},"160":{},"161":{},"162":{},"163":{},"164":{}},"tags":{}}],["requir",{"_index":432,"title":{},"content":{"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"72":{},"84":{},"87":{},"124":{},"160":{},"161":{},"162":{},"163":{},"164":{},"165":{},"177":{},"183":{},"215":{},"221":{}},"tags":{}}],["require(\"base64",{"_index":1213,"title":{},"content":{"217":{},"218":{}},"tags":{}}],["require(\"crypto",{"_index":1295,"title":{},"content":{"214":{}},"tags":{}}],["require(\"crypto\").joaat(\"hello",{"_index":748,"title":{},"content":{"96":{}},"tags":{}}],["require(\"crypto\")assert(crypto.random(1",{"_index":1290,"title":{},"content":{"212":{}},"tags":{}}],["require(\"crypto\")loc",{"_index":1230,"title":{},"content":{"194":{},"195":{},"196":{},"197":{},"198":{},"199":{},"200":{},"201":{},"202":{},"203":{},"204":{},"205":{},"206":{},"207":{},"208":{},"209":{},"210":{}},"tags":{}}],["require(\"json",{"_index":1371,"title":{},"content":{"223":{},"224":{}},"tags":{}}],["reserv",{"_index":458,"title":{"22":{},"187":{}},"content":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"60":{},"62":{},"64":{},"167":{},"187":{}},"tags":{}}],["respect",{"_index":830,"title":{},"content":{"107":{}},"tags":{}}],["rest",{"_index":13,"title":{},"content":{"5":{},"16":{},"97":{}},"tags":{}}],["restrict",{"_index":501,"title":{},"content":{"60":{}},"tags":{}}],["result",{"_index":245,"title":{},"content":{"15":{},"135":{},"190":{},"191":{},"217":{},"257":{}},"tags":{}}],["retain",{"_index":739,"title":{},"content":{"88":{}},"tags":{}}],["rethrow",{"_index":1225,"title":{},"content":{"182":{}},"tags":{}}],["return",{"_index":284,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"72":{},"73":{},"77":{},"101":{},"104":{},"108":{},"109":{},"134":{},"139":{},"145":{},"146":{},"153":{},"155":{},"174":{},"179":{},"180":{},"185":{},"186":{},"212":{},"217":{},"218":{},"219":{},"223":{},"224":{},"227":{},"228":{},"229":{},"230":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"243":{},"246":{},"247":{},"248":{},"249":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"258":{},"259":{},"260":{},"261":{},"262":{},"263":{},"264":{},"265":{},"266":{},"267":{},"272":{},"273":{},"274":{}},"tags":{}}],["right",{"_index":9,"title":{},"content":{"5":{},"110":{},"149":{},"233":{},"248":{},"251":{},"260":{}},"tags":{}}],["roughli",{"_index":1104,"title":{},"content":{"150":{}},"tags":{}}],["rule",{"_index":878,"title":{"110":{}},"content":{},"tags":{}}],["run",{"_index":37,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"6":{},"10":{},"70":{},"72":{},"74":{},"79":{},"84":{},"86":{},"97":{}},"tags":{}}],["runtim",{"_index":387,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"86":{},"95":{},"96":{}},"tags":{}}],["s",{"_index":655,"title":{},"content":{"81":{},"84":{},"246":{},"247":{},"248":{},"249":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"258":{},"260":{},"261":{},"262":{},"263":{},"264":{},"265":{},"266":{},"267":{},"269":{},"270":{}},"tags":{}}],["s1",{"_index":881,"title":{},"content":{"108":{},"259":{}},"tags":{}}],["s1:gsub",{"_index":884,"title":{},"content":{"108":{}},"tags":{}}],["s2",{"_index":883,"title":{},"content":{"108":{},"259":{}},"tags":{}}],["safe",{"_index":367,"title":{"54":{},"134":{}},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"134":{},"219":{}},"tags":{}}],["same",{"_index":191,"title":{},"content":{"13":{},"87":{},"90":{},"93":{},"106":{},"107":{},"167":{},"190":{},"191":{},"224":{},"257":{}},"tags":{}}],["sandbox",{"_index":263,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"74":{},"137":{}},"tags":{}}],["say",{"_index":22,"title":{},"content":{"6":{}},"tags":{}}],["say(msg",{"_index":940,"title":{},"content":{"122":{}},"tags":{}}],["schedul",{"_index":572,"title":{},"content":{"73":{}},"tags":{}}],["scientist",{"_index":96,"title":{},"content":{"9":{}},"tags":{}}],["scope",{"_index":450,"title":{"112":{}},"content":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"167":{}},"tags":{}}],["score",{"_index":134,"title":{},"content":{"11":{}},"tags":{}}],["script",{"_index":114,"title":{"84":{}},"content":{"1":{},"2":{},"3":{},"4":{},"10":{},"13":{},"62":{},"64":{},"70":{},"72":{},"84":{},"167":{}},"tags":{}}],["scripter",{"_index":515,"title":{"62":{}},"content":{"64":{}},"tags":{}}],["scripts/compile.php",{"_index":701,"title":{},"content":{"84":{}},"tags":{}}],["scripts/link_pluto.php",{"_index":702,"title":{},"content":{"84":{}},"tags":{}}],["scripts/link_plutoc.php",{"_index":703,"title":{},"content":{"84":{}},"tags":{}}],["scripts/link_static.php",{"_index":704,"title":{},"content":{"84":{}},"tags":{}}],["sdbm",{"_index":1244,"title":{"199":{}},"content":{"199":{}},"tags":{}}],["search",{"_index":353,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"109":{},"188":{},"247":{},"248":{},"260":{},"263":{},"264":{},"266":{},"267":{}},"tags":{}}],["second",{"_index":407,"title":{},"content":{"65":{},"66":{},"67":{},"68":{},"69":{},"154":{},"156":{},"229":{},"230":{},"259":{},"269":{},"270":{}},"tags":{}}],["secur",{"_index":592,"title":{},"content":{"73":{},"212":{}},"tags":{}}],["see",{"_index":44,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"6":{},"9":{},"13":{},"15":{},"64":{},"75":{},"135":{},"156":{}},"tags":{}}],["seen",{"_index":223,"title":{},"content":{"14":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"95":{}},"tags":{}}],["select",{"_index":717,"title":{},"content":{"85":{}},"tags":{}}],["self.__par",{"_index":964,"title":{},"content":{"127":{}},"tags":{}}],["self.__parent.method(self",{"_index":965,"title":{},"content":{"127":{}},"tags":{}}],["self.nam",{"_index":946,"title":{},"content":{"123":{},"124":{},"125":{},"127":{}},"tags":{}}],["semant",{"_index":1118,"title":{},"content":{"155":{},"156":{}},"tags":{}}],["semi",{"_index":1234,"title":{},"content":{"195":{}},"tags":{}}],["semicolon",{"_index":951,"title":{},"content":{"124":{}},"tags":{}}],["sep",{"_index":1446,"title":{},"content":{"260":{}},"tags":{}}],["separ",{"_index":1397,"title":{},"content":{"246":{},"260":{}},"tags":{}}],["seri",{"_index":922,"title":{},"content":{"121":{}},"tags":{}}],["serial",{"_index":1375,"title":{},"content":{"224":{}},"tags":{}}],["server",{"_index":1498,"title":{"233":{}},"content":{"233":{}},"tags":{}}],["servic",{"_index":1287,"title":{},"content":{"212":{}},"tags":{}}],["set",{"_index":352,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"64":{},"72":{},"76":{},"131":{},"134":{},"144":{}},"tags":{}}],["setup",{"_index":420,"title":{},"content":{"157":{},"160":{},"161":{},"162":{},"163":{},"164":{}},"tags":{}}],["seven",{"_index":874,"title":{},"content":{"109":{}},"tags":{}}],["sever",{"_index":494,"title":{},"content":{"59":{},"86":{}},"tags":{}}],["sgvsbg8sifdvcmxkiq",{"_index":1214,"title":{},"content":{"217":{}},"tags":{}}],["sha",{"_index":1260,"title":{"204":{}},"content":{"204":{}},"tags":{}}],["shadow",{"_index":787,"title":{},"content":{"91":{},"92":{}},"tags":{}}],["shadowing.when",{"_index":774,"title":{},"content":{"90":{}},"tags":{}}],["share",{"_index":707,"title":{},"content":{"84":{},"87":{}},"tags":{}}],["short",{"_index":499,"title":{},"content":{"60":{}},"tags":{}}],["shorter",{"_index":1109,"title":{},"content":{"151":{}},"tags":{}}],["shorthand",{"_index":322,"title":{},"content":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"108":{},"127":{},"187":{}},"tags":{}}],["side",{"_index":1403,"title":{},"content":{"247":{},"248":{},"250":{},"251":{}},"tags":{}}],["sign",{"_index":672,"title":{},"content":{"82":{}},"tags":{}}],["similar",{"_index":914,"title":{},"content":{"119":{},"124":{},"220":{}},"tags":{}}],["simpl",{"_index":21,"title":{"7":{}},"content":{"6":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"64":{},"73":{},"109":{},"116":{},"128":{},"135":{},"170":{},"233":{}},"tags":{}}],["simpli",{"_index":86,"title":{},"content":{"8":{},"84":{},"86":{},"87":{},"108":{},"134":{},"156":{},"167":{}},"tags":{}}],["singl",{"_index":150,"title":{},"content":{"11":{},"246":{}},"tags":{}}],["six",{"_index":872,"title":{},"content":{"109":{}},"tags":{}}],["size",{"_index":1349,"title":{},"content":{"240":{}},"tags":{}}],["skip",{"_index":320,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"98":{},"99":{}},"tags":{}}],["sleep",{"_index":1384,"title":{},"content":{"226":{}},"tags":{}}],["small",{"_index":307,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"117":{},"240":{}},"tags":{}}],["smooth",{"_index":512,"title":{},"content":{"61":{}},"tags":{}}],["snippet",{"_index":467,"title":{},"content":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"173":{},"232":{}},"tags":{}}],["solut",{"_index":564,"title":{},"content":{"74":{}},"tags":{}}],["someth",{"_index":361,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"116":{},"134":{},"144":{}},"tags":{}}],["sometim",{"_index":1219,"title":{},"content":{"219":{}},"tags":{}}],["somewher",{"_index":546,"title":{},"content":{"72":{}},"tags":{}}],["sort",{"_index":281,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"73":{}},"tags":{}}],["soup",{"_index":485,"title":{},"content":{"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"86":{},"177":{},"183":{},"188":{},"215":{},"221":{}},"tags":{}}],["soup..\"compil",{"_index":1309,"title":{},"content":{"188":{}},"tags":{}}],["sourc",{"_index":491,"title":{},"content":{"59":{},"81":{},"88":{}},"tags":{}}],["space",{"_index":766,"title":{},"content":{"97":{}},"tags":{}}],["special",{"_index":244,"title":{"158":{},"163":{}},"content":{"15":{},"158":{},"160":{},"161":{},"162":{},"163":{},"164":{}},"tags":{}}],["specialis",{"_index":1486,"title":{},"content":{"231":{}},"tags":{}}],["specif",{"_index":599,"title":{},"content":{"76":{},"227":{},"228":{},"229":{}},"tags":{}}],["specifi",{"_index":285,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"73":{},"126":{},"260":{},"263":{},"264":{},"266":{},"267":{},"269":{},"270":{}},"tags":{}}],["split",{"_index":1396,"title":{},"content":{"246":{},"260":{}},"tags":{}}],["src",{"_index":708,"title":{},"content":{"84":{},"86":{},"87":{}},"tags":{}}],["standard",{"_index":720,"title":{},"content":{"86":{},"88":{},"96":{}},"tags":{}}],["start",{"_index":20,"title":{"78":{}},"content":{"6":{},"16":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"78":{},"79":{},"111":{},"141":{},"247":{},"248":{},"260":{},"262":{}},"tags":{}}],["state",{"_index":328,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"136":{},"153":{}},"tags":{}}],["statement",{"_index":308,"title":{"37":{},"38":{},"46":{},"89":{},"98":{},"124":{},"138":{},"139":{}},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"64":{},"88":{},"91":{},"98":{},"101":{},"121":{},"124":{},"126":{},"134":{},"138":{},"139":{},"156":{}},"tags":{}}],["static",{"_index":553,"title":{"122":{}},"content":{"72":{},"87":{},"122":{}},"tags":{}}],["still",{"_index":82,"title":{},"content":{"8":{},"11":{},"60":{},"61":{},"64":{},"73":{},"151":{},"159":{},"160":{},"161":{},"162":{},"163":{},"164":{},"165":{},"172":{}},"tags":{}}],["store",{"_index":132,"title":{},"content":{"11":{},"150":{},"153":{}},"tags":{}}],["str",{"_index":1014,"title":{},"content":{"141":{},"194":{},"195":{},"196":{},"197":{},"198":{},"199":{},"200":{},"201":{},"202":{},"203":{},"204":{},"205":{},"206":{},"207":{},"208":{},"209":{},"210":{}},"tags":{}}],["stream",{"_index":1312,"title":{},"content":{"235":{},"236":{},"238":{},"239":{},"240":{},"243":{}},"tags":{}}],["strengthen",{"_index":365,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"93":{}},"tags":{}}],["stricter",{"_index":767,"title":{},"content":{"97":{}},"tags":{}}],["string",{"_index":61,"title":{"27":{},"35":{},"42":{},"135":{},"141":{},"244":{}},"content":{"7":{},"8":{},"11":{},"16":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"88":{},"91":{},"109":{},"110":{},"131":{},"135":{},"141":{},"145":{},"146":{},"179":{},"180":{},"185":{},"194":{},"195":{},"196":{},"197":{},"198":{},"199":{},"200":{},"201":{},"202":{},"203":{},"204":{},"205":{},"206":{},"207":{},"208":{},"209":{},"210":{},"214":{},"217":{},"218":{},"219":{},"223":{},"224":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"242":{},"243":{},"244":{},"246":{},"247":{},"248":{},"249":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"258":{},"259":{},"260":{},"261":{},"262":{},"263":{},"264":{},"265":{},"266":{},"267":{}},"tags":{}}],["string.casefold",{"_index":1440,"title":{"259":{}},"content":{},"tags":{}}],["string.casefold(s1",{"_index":1443,"title":{},"content":{"259":{}},"tags":{}}],["string.contain",{"_index":1437,"title":{"258":{}},"content":{},"tags":{}}],["string.contains(",{"_index":1438,"title":{},"content":{"258":{}},"tags":{}}],["string.endswith",{"_index":1453,"title":{"261":{}},"content":{},"tags":{}}],["string.endswith(",{"_index":1455,"title":{},"content":{"261":{}},"tags":{}}],["string.find_first_not_of",{"_index":1471,"title":{"267":{}},"content":{},"tags":{}}],["string.find_first_not_of(",{"_index":1472,"title":{},"content":{"267":{}},"tags":{}}],["string.find_first_of",{"_index":1463,"title":{"264":{}},"content":{},"tags":{}}],["string.find_first_of(",{"_index":1464,"title":{},"content":{"264":{}},"tags":{}}],["string.find_last_not_of",{"_index":1469,"title":{"266":{}},"content":{},"tags":{}}],["string.find_last_not_of(",{"_index":1470,"title":{},"content":{"266":{}},"tags":{}}],["string.find_last_of",{"_index":1458,"title":{"263":{}},"content":{},"tags":{}}],["string.find_last_of(",{"_index":1461,"title":{},"content":{"263":{}},"tags":{}}],["string.format",{"_index":1436,"title":{},"content":{"257":{}},"tags":{}}],["string.isalnum",{"_index":1432,"title":{"256":{}},"content":{},"tags":{}}],["string.isalnum(",{"_index":1434,"title":{},"content":{"256":{}},"tags":{}}],["string.isalpha",{"_index":1426,"title":{"254":{}},"content":{},"tags":{}}],["string.isalpha(",{"_index":1428,"title":{},"content":{"254":{}},"tags":{}}],["string.isascii",{"_index":1412,"title":{"252":{}},"content":{},"tags":{}}],["string.isascii(",{"_index":1416,"title":{},"content":{"252":{}},"tags":{}}],["string.islow",{"_index":1421,"title":{"253":{}},"content":{},"tags":{}}],["string.islower(",{"_index":1424,"title":{},"content":{"253":{}},"tags":{}}],["string.isupp",{"_index":1429,"title":{"255":{}},"content":{},"tags":{}}],["string.isupper(",{"_index":1431,"title":{},"content":{"255":{}},"tags":{}}],["string.iswhitespac",{"_index":1465,"title":{"265":{}},"content":{},"tags":{}}],["string.iswhitespace(",{"_index":1468,"title":{},"content":{"265":{}},"tags":{}}],["string.lfind",{"_index":1402,"title":{"247":{}},"content":{},"tags":{}}],["string.lfind(",{"_index":1404,"title":{},"content":{"247":{}},"tags":{}}],["string.low",{"_index":1475,"title":{"270":{}},"content":{},"tags":{}}],["string.lstrip",{"_index":1410,"title":{"250":{}},"content":{},"tags":{}}],["string.partit",{"_index":1444,"title":{"260":{}},"content":{},"tags":{}}],["string.partition(",{"_index":1449,"title":{},"content":{"260":{}},"tags":{}}],["string.rfind",{"_index":1405,"title":{"248":{}},"content":{},"tags":{}}],["string.rfind(",{"_index":1406,"title":{},"content":{"248":{}},"tags":{}}],["string.rstrip",{"_index":1411,"title":{"251":{}},"content":{},"tags":{}}],["string.split",{"_index":1395,"title":{"246":{}},"content":{},"tags":{}}],["string.split(",{"_index":1399,"title":{},"content":{"246":{}},"tags":{}}],["string.startswith",{"_index":1456,"title":{"262":{}},"content":{},"tags":{}}],["string.startswith(",{"_index":1457,"title":{},"content":{"262":{}},"tags":{}}],["string.strip",{"_index":1407,"title":{"249":{}},"content":{},"tags":{}}],["string.strip(",{"_index":1409,"title":{},"content":{"249":{},"250":{},"251":{}},"tags":{}}],["string.sub",{"_index":300,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"141":{}},"tags":{}}],["string.uformat",{"_index":1435,"title":{"257":{}},"content":{},"tags":{}}],["string.upp",{"_index":1473,"title":{"269":{}},"content":{},"tags":{}}],["string|int",{"_index":1085,"title":{},"content":{"146":{}},"tags":{}}],["strip",{"_index":1408,"title":{},"content":{"249":{},"250":{},"251":{}},"tags":{}}],["structur",{"_index":728,"title":{},"content":{"87":{}},"tags":{}}],["studio",{"_index":711,"title":{"85":{}},"content":{"85":{}},"tags":{}}],["stupid",{"_index":565,"title":{},"content":{"74":{}},"tags":{}}],["sub",{"_index":1326,"title":{},"content":{"237":{}},"tags":{}}],["sublim",{"_index":1488,"title":{},"content":{"231":{},"232":{}},"tags":{}}],["subsequ",{"_index":682,"title":{},"content":{"82":{}},"tags":{}}],["substr",{"_index":354,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"109":{},"246":{},"247":{},"248":{},"258":{},"260":{},"261":{},"262":{}},"tags":{}}],["subtract",{"_index":1097,"title":{},"content":{"149":{}},"tags":{}}],["success",{"_index":275,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"73":{}},"tags":{}}],["successfulli",{"_index":1337,"title":{},"content":{"239":{},"241":{}},"tags":{}}],["such",{"_index":461,"title":{},"content":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"72":{},"88":{},"96":{},"97":{},"144":{},"167":{},"187":{}},"tags":{}}],["sudo",{"_index":664,"title":{},"content":{"82":{},"84":{}},"tags":{}}],["suffix",{"_index":1454,"title":{},"content":{"261":{}},"tags":{}}],["sugar",{"_index":889,"title":{},"content":{"108":{}},"tags":{}}],["suggestions/complet",{"_index":1503,"title":{},"content":{"233":{}},"tags":{}}],["sum",{"_index":100,"title":{},"content":{"9":{}},"tags":{}}],["sun",{"_index":724,"title":{"87":{}},"content":{"87":{}},"tags":{}}],["superset",{"_index":729,"title":{},"content":{"88":{}},"tags":{}}],["support",{"_index":359,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"87":{},"109":{},"124":{},"126":{},"127":{},"135":{},"138":{},"143":{},"155":{},"176":{},"231":{}},"tags":{}}],["sure",{"_index":812,"title":{},"content":{"98":{}},"tags":{}}],["sven",{"_index":1012,"title":{},"content":{"134":{}},"tags":{}}],["swap",{"_index":1053,"title":{},"content":{"136":{}},"tags":{}}],["switch",{"_index":349,"title":{"46":{},"138":{}},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"60":{},"61":{},"62":{},"88":{},"98":{},"138":{},"139":{},"140":{}},"tags":{}}],["switch.pluto_us",{"_index":518,"title":{},"content":{"62":{}},"tags":{}}],["symbol",{"_index":747,"title":{},"content":{"96":{},"135":{},"174":{}},"tags":{}}],["syntact",{"_index":888,"title":{},"content":{"108":{}},"tags":{}}],["syntax",{"_index":340,"title":{"23":{},"173":{},"232":{}},"content":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"61":{},"88":{},"103":{},"111":{},"112":{},"121":{},"122":{},"127":{},"128":{},"130":{},"134":{},"135":{},"143":{},"173":{},"174":{},"175":{},"187":{},"232":{}},"tags":{}}],["system",{"_index":573,"title":{},"content":{"73":{},"87":{},"190":{},"191":{},"212":{},"257":{}},"tags":{}}],["system'",{"_index":1284,"title":{},"content":{"212":{}},"tags":{}}],["t",{"_index":818,"title":{},"content":{"103":{},"105":{},"106":{},"107":{},"109":{},"121":{},"122":{},"139":{},"170":{},"174":{},"176":{},"187":{},"265":{},"272":{},"273":{},"274":{}},"tags":{}}],["t.age",{"_index":827,"title":{},"content":{"106":{},"107":{}},"tags":{}}],["t.key",{"_index":1479,"title":{},"content":{"272":{}},"tags":{}}],["t.name",{"_index":826,"title":{},"content":{"106":{},"107":{}},"tags":{}}],["t:f1",{"_index":924,"title":{},"content":{"121":{}},"tags":{}}],["t:f2",{"_index":926,"title":{},"content":{"121":{}},"tags":{}}],["t:f3",{"_index":927,"title":{},"content":{"121":{}},"tags":{}}],["t:getval",{"_index":1039,"title":{},"content":{"139":{}},"tags":{}}],["t=tabl",{"_index":620,"title":{},"content":{"77":{}},"tags":{}}],["t['print",{"_index":618,"title":{},"content":{"77":{}},"tags":{}}],["t[1",{"_index":821,"title":{},"content":{"105":{}},"tags":{}}],["t[2",{"_index":822,"title":{},"content":{"105":{}},"tags":{}}],["t[3",{"_index":823,"title":{},"content":{"105":{}},"tags":{}}],["t\\t\\t\\t",{"_index":1467,"title":{},"content":{"265":{}},"tags":{}}],["tab",{"_index":1495,"title":{},"content":{"232":{}},"tags":{}}],["tabl",{"_index":123,"title":{"11":{},"26":{},"40":{},"106":{},"136":{},"157":{},"159":{},"161":{},"164":{},"271":{}},"content":{"11":{},"13":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"60":{},"101":{},"103":{},"104":{},"105":{},"106":{},"107":{},"109":{},"110":{},"116":{},"121":{},"122":{},"124":{},"128":{},"129":{},"136":{},"137":{},"146":{},"153":{},"157":{},"159":{},"160":{},"161":{},"162":{},"163":{},"164":{},"171":{},"187":{},"223":{},"224":{},"237":{},"246":{},"271":{},"272":{},"273":{},"274":{}},"tags":{}}],["table.contain",{"_index":1483,"title":{"274":{}},"content":{},"tags":{}}],["table.freez",{"_index":1047,"title":{"272":{}},"content":{"136":{},"137":{},"272":{}},"tags":{}}],["table.freeze(t",{"_index":1478,"title":{},"content":{"272":{},"273":{}},"tags":{}}],["table.isfrozen",{"_index":1481,"title":{"273":{}},"content":{},"tags":{}}],["table.loc",{"_index":1046,"title":{},"content":{"136":{}},"tags":{}}],["table.rawset(frozen",{"_index":1051,"title":{},"content":{"136":{}},"tags":{}}],["table.table.freeze(_g)_g.str",{"_index":1044,"title":{},"content":{"136":{}},"tags":{}}],["tailor",{"_index":466,"title":{},"content":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"173":{}},"tags":{}}],["take",{"_index":325,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"97":{},"108":{},"116":{},"165":{},"269":{},"270":{}},"tags":{}}],["task",{"_index":973,"title":{},"content":{"128":{},"141":{}},"tags":{}}],["tee",{"_index":665,"title":{},"content":{"82":{}},"tags":{}}],["tell",{"_index":312,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"89":{},"99":{}},"tags":{}}],["temporari",{"_index":1101,"title":{},"content":{"150":{}},"tags":{}}],["termin",{"_index":36,"title":{},"content":{"6":{}},"tags":{}}],["ternari",{"_index":342,"title":{"43":{},"142":{},"144":{}},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"142":{},"144":{},"156":{}},"tags":{}}],["test",{"_index":164,"title":{},"content":{"12":{}},"tags":{}}],["text",{"_index":53,"title":{},"content":{"7":{},"94":{},"231":{},"232":{},"233":{}},"tags":{}}],["textmat",{"_index":1491,"title":{},"content":{"232":{}},"tags":{}}],["that'",{"_index":241,"title":{},"content":{"15":{},"136":{}},"tags":{}}],["theoret",{"_index":1485,"title":{},"content":{"231":{}},"tags":{}}],["there'",{"_index":686,"title":{},"content":{"83":{},"85":{},"145":{}},"tags":{}}],["therefor",{"_index":900,"title":{},"content":{"133":{}},"tags":{}}],["they'll",{"_index":869,"title":{},"content":{"109":{}},"tags":{}}],["they'r",{"_index":1010,"title":{},"content":{"134":{},"165":{}},"tags":{}}],["thing",{"_index":339,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"93":{},"101":{},"155":{}},"tags":{}}],["think",{"_index":210,"title":{},"content":{"13":{}},"tags":{}}],["tho",{"_index":92,"title":{},"content":{"9":{}},"tags":{}}],["those",{"_index":1058,"title":{},"content":{"137":{},"212":{}},"tags":{}}],["though",{"_index":443,"title":{},"content":{"60":{},"153":{},"159":{},"160":{},"161":{},"162":{},"163":{},"164":{}},"tags":{}}],["thread",{"_index":277,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"73":{},"226":{}},"tags":{}}],["through",{"_index":444,"title":{},"content":{"138":{},"159":{},"160":{},"161":{},"162":{},"163":{},"164":{}},"tags":{}}],["throw",{"_index":770,"title":{},"content":{"97":{},"134":{},"239":{},"240":{}},"tags":{}}],["thrown",{"_index":1226,"title":{},"content":{"182":{}},"tags":{}}],["thu",{"_index":315,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"89":{},"99":{}},"tags":{}}],["tick",{"_index":576,"title":{},"content":{"73":{}},"tags":{}}],["time",{"_index":83,"title":{"2":{},"55":{},"74":{},"92":{},"95":{}},"content":{"1":{},"2":{},"3":{},"4":{},"8":{},"11":{},"13":{},"15":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"74":{},"78":{},"92":{},"93":{},"96":{},"97":{},"155":{},"157":{},"158":{},"159":{},"160":{},"161":{},"162":{},"163":{},"164":{},"172":{}},"tags":{}}],["times33",{"_index":1257,"title":{"203":{}},"content":{"203":{}},"tags":{}}],["tip",{"_index":1198,"title":{},"content":{"176":{}},"tags":{}}],["togeth",{"_index":1087,"title":{},"content":{"146":{}},"tags":{}}],["token",{"_index":460,"title":{},"content":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"60":{},"62":{},"187":{}},"tags":{}}],["toler",{"_index":1090,"title":{},"content":{"146":{}},"tags":{}}],["tonumb",{"_index":762,"title":{},"content":{"96":{},"191":{}},"tags":{}}],["tonumber(a",{"_index":1073,"title":{},"content":{"145":{}},"tags":{}}],["tonumber(b)endprint(myfunc(1",{"_index":1074,"title":{},"content":{"145":{}},"tags":{}}],["tonumber(c",{"_index":885,"title":{},"content":{"108":{}},"tags":{}}],["tool",{"_index":567,"title":{"231":{}},"content":{"74":{},"231":{}},"tags":{}}],["top",{"_index":1500,"title":{},"content":{"233":{}},"tags":{}}],["tostr",{"_index":760,"title":{},"content":{"96":{},"190":{}},"tags":{}}],["tostring(bvar",{"_index":1170,"title":{},"content":{"166":{}},"tags":{}}],["total",{"_index":557,"title":{},"content":{"74":{}},"tags":{}}],["toward",{"_index":1314,"title":{},"content":{"235":{},"236":{},"238":{},"239":{}},"tags":{}}],["tri",{"_index":26,"title":{},"content":{"6":{},"7":{},"8":{},"9":{},"10":{},"11":{},"12":{},"13":{},"14":{},"15":{},"98":{},"108":{},"135":{},"136":{},"138":{},"141":{},"142":{},"157":{}},"tags":{}}],["trivial",{"_index":76,"title":{},"content":{"8":{}},"tags":{}}],["true",{"_index":108,"title":{},"content":{"9":{},"62":{},"73":{},"76":{},"97":{},"109":{},"129":{},"138":{},"139":{},"144":{},"166":{},"217":{},"223":{},"224":{},"252":{},"253":{},"254":{},"255":{},"256":{},"258":{},"259":{},"260":{},"261":{},"262":{},"265":{},"273":{}},"tags":{}}],["true.assert(r5",{"_index":870,"title":{},"content":{"109":{}},"tags":{}}],["trueendwhil",{"_index":1134,"title":{},"content":{"155":{}},"tags":{}}],["trueprint(",{"_index":984,"title":{},"content":{"129":{}},"tags":{}}],["truthi",{"_index":1129,"title":{},"content":{"155":{}},"tags":{}}],["tupl",{"_index":1142,"title":{},"content":{"155":{}},"tags":{}}],["turn",{"_index":754,"title":{},"content":{"96":{}},"tags":{}}],["two",{"_index":240,"title":{},"content":{"15":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"64":{},"97":{},"117":{},"138":{},"259":{},"260":{}},"tags":{}}],["type",{"_index":128,"title":{"49":{},"145":{},"146":{}},"content":{"11":{},"13":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"84":{},"88":{},"90":{},"91":{},"92":{},"145":{},"146":{},"171":{},"224":{},"232":{},"244":{},"271":{}},"tags":{}}],["ubuntu",{"_index":683,"title":{},"content":{"82":{}},"tags":{}}],["ugli",{"_index":923,"title":{},"content":{"121":{}},"tags":{}}],["uh",{"_index":1034,"title":{},"content":{"138":{}},"tags":{}}],["under",{"_index":507,"title":{},"content":{"61":{},"153":{},"190":{},"191":{},"257":{}},"tags":{}}],["underpin",{"_index":256,"title":{},"content":{"16":{}},"tags":{}}],["underscor",{"_index":907,"title":{"118":{}},"content":{"118":{}},"tags":{}}],["understand",{"_index":248,"title":{},"content":{"16":{}},"tags":{}}],["unfamiliar",{"_index":5,"title":{},"content":{"5":{},"96":{}},"tags":{}}],["unix",{"_index":1394,"title":{},"content":{"230":{}},"tags":{}}],["unlik",{"_index":1028,"title":{},"content":{"135":{}},"tags":{}}],["unreach",{"_index":777,"title":{},"content":{"90":{},"91":{},"92":{}},"tags":{}}],["unreason",{"_index":375,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"134":{}},"tags":{}}],["up",{"_index":41,"title":{},"content":{"6":{},"97":{},"159":{},"160":{},"161":{},"162":{},"163":{},"164":{},"260":{}},"tags":{}}],["updat",{"_index":679,"title":{},"content":{"82":{}},"tags":{}}],["upon",{"_index":845,"title":{},"content":{"113":{}},"tags":{}}],["uppercas",{"_index":1430,"title":{},"content":{"255":{}},"tags":{}}],["upward",{"_index":1163,"title":{},"content":{"158":{}},"tags":{}}],["us",{"_index":29,"title":{"100":{},"102":{},"115":{},"130":{},"140":{},"146":{}},"content":{"6":{},"7":{},"11":{},"13":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"60":{},"62":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"72":{},"79":{},"83":{},"87":{},"96":{},"97":{},"98":{},"100":{},"102":{},"103":{},"105":{},"106":{},"107":{},"112":{},"115":{},"121":{},"122":{},"125":{},"127":{},"129":{},"131":{},"132":{},"134":{},"137":{},"138":{},"139":{},"140":{},"141":{},"144":{},"146":{},"151":{},"155":{},"156":{},"160":{},"161":{},"162":{},"163":{},"164":{},"165":{},"167":{},"172":{},"187":{},"194":{},"195":{},"196":{},"197":{},"198":{},"199":{},"200":{},"201":{},"202":{},"203":{},"204":{},"205":{},"206":{},"207":{},"208":{},"209":{},"210":{},"212":{},"231":{},"232":{},"233":{}},"tags":{}}],["usabl",{"_index":1108,"title":{},"content":{"151":{}},"tags":{}}],["usag",{"_index":841,"title":{},"content":{"112":{},"134":{},"167":{},"226":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{},"247":{},"248":{},"249":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"258":{},"259":{},"261":{},"262":{},"263":{},"264":{},"265":{},"266":{},"267":{},"269":{},"270":{},"272":{},"273":{},"274":{}},"tags":{}}],["user",{"_index":280,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"73":{},"137":{},"156":{},"176":{}},"tags":{}}],["user\"end",{"_index":1122,"title":{},"content":{"156":{}},"tags":{}}],["user'",{"_index":1001,"title":{},"content":{"134":{}},"tags":{}}],["userconfig",{"_index":1000,"title":{},"content":{"134":{}},"tags":{}}],["userconfig.colors?.pref",{"_index":1007,"title":{},"content":{"134":{}},"tags":{}}],["userdata",{"_index":1081,"title":{},"content":{"146":{}},"tags":{}}],["usr/share/keyrings/calam",{"_index":666,"title":{},"content":{"82":{}},"tags":{}}],["usual",{"_index":278,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"73":{}},"tags":{}}],["utonumb",{"_index":763,"title":{"191":{}},"content":{"96":{}},"tags":{}}],["utostr",{"_index":761,"title":{"190":{}},"content":{"96":{}},"tags":{}}],["v",{"_index":695,"title":{},"content":{"84":{},"113":{},"176":{},"265":{}},"tags":{}}],["valid",{"_index":509,"title":{},"content":{"61":{},"93":{},"134":{},"186":{}},"tags":{}}],["valu",{"_index":87,"title":{"15":{}},"content":{"8":{},"15":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"65":{},"66":{},"67":{},"68":{},"69":{},"77":{},"89":{},"91":{},"93":{},"94":{},"99":{},"103":{},"105":{},"109":{},"113":{},"128":{},"135":{},"136":{},"138":{},"144":{},"153":{},"154":{},"155":{},"159":{},"160":{},"161":{},"162":{},"163":{},"164":{},"166":{},"170":{},"201":{},"212":{},"246":{},"272":{},"274":{}},"tags":{}}],["value(",{"_index":630,"title":{},"content":{"77":{}},"tags":{}}],["value)end",{"_index":1174,"title":{},"content":{"170":{}},"tags":{}}],["value.els",{"_index":1130,"title":{},"content":{"155":{}},"tags":{}}],["value.end",{"_index":1131,"title":{},"content":{"155":{}},"tags":{}}],["valueless",{"_index":246,"title":{},"content":{"15":{}},"tags":{}}],["var",{"_index":784,"title":{},"content":{"91":{},"92":{},"145":{}},"tags":{}}],["vararg",{"_index":360,"title":{"51":{},"116":{}},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"77":{},"90":{},"116":{}},"tags":{}}],["varargprep",{"_index":610,"title":{},"content":{"77":{}},"tags":{}}],["variabl",{"_index":71,"title":{"8":{},"14":{},"107":{}},"content":{"8":{},"14":{},"15":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"60":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"90":{},"91":{},"93":{},"104":{},"105":{},"106":{},"107":{},"125":{},"127":{},"136":{},"151":{},"153":{},"167":{},"172":{},"187":{}},"tags":{}}],["variant",{"_index":177,"title":{},"content":{"12":{},"219":{}},"tags":{}}],["variou",{"_index":706,"title":{},"content":{"84":{}},"tags":{}}],["veri",{"_index":193,"title":{},"content":{"13":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"73":{},"109":{},"146":{}},"tags":{}}],["version",{"_index":366,"title":{},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"64":{},"93":{},"101":{},"131":{},"132":{},"143":{},"188":{},"194":{}},"tags":{}}],["vfunc",{"_index":901,"title":{},"content":{"116":{}},"tags":{}}],["vfunc(\"hello",{"_index":904,"title":{},"content":{"116":{}},"tags":{}}],["vfunc(...arg",{"_index":905,"title":{},"content":{"116":{}},"tags":{}}],["via",{"_index":486,"title":{},"content":{"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"81":{},"82":{},"84":{},"177":{},"183":{},"215":{},"221":{}},"tags":{}}],["virtu",{"_index":229,"title":{},"content":{"14":{}},"tags":{}}],["virtual",{"_index":424,"title":{},"content":{"83":{},"157":{},"159":{},"160":{},"161":{},"162":{},"163":{},"164":{},"170":{}},"tags":{}}],["virtualterminallevel",{"_index":1202,"title":{},"content":{"176":{}},"tags":{}}],["visual",{"_index":710,"title":{"85":{}},"content":{"85":{}},"tags":{}}],["vkmap",{"_index":850,"title":{},"content":{"113":{}},"tags":{}}],["vm",{"_index":290,"title":{"4":{},"75":{}},"content":{"1":{},"2":{},"3":{},"4":{},"75":{},"76":{}},"tags":{}}],["void",{"_index":1082,"title":{},"content":{"146":{}},"tags":{}}],["vs",{"_index":1487,"title":{},"content":{"231":{},"232":{}},"tags":{}}],["walru",{"_index":404,"title":{"69":{},"154":{}},"content":{"65":{},"66":{},"67":{},"68":{},"69":{},"154":{},"155":{}},"tags":{}}],["want",{"_index":7,"title":{},"content":{"5":{},"7":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"74":{},"97":{},"101":{},"103":{},"116":{},"131":{},"138":{},"172":{}},"tags":{}}],["warn",{"_index":388,"title":{"56":{},"90":{}},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"90":{},"91":{},"92":{},"145":{},"233":{}},"tags":{}}],["wasm",{"_index":636,"title":{},"content":{"79":{}},"tags":{}}],["way",{"_index":167,"title":{},"content":{"12":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"62":{},"65":{},"66":{},"67":{},"68":{},"69":{},"73":{},"79":{},"104":{},"105":{},"106":{},"107":{},"108":{},"123":{},"151":{},"166":{},"169":{},"171":{},"212":{}},"tags":{}}],["we'd",{"_index":829,"title":{},"content":{"107":{}},"tags":{}}],["we'r",{"_index":84,"title":{},"content":{"8":{},"11":{},"97":{}},"tags":{}}],["we'v",{"_index":161,"title":{},"content":{"12":{},"13":{},"14":{}},"tags":{}}],["well",{"_index":523,"title":{},"content":{"63":{},"82":{},"119":{},"232":{}},"tags":{}}],["wget",{"_index":661,"title":{},"content":{"82":{}},"tags":{}}],["what'",{"_index":1448,"title":{},"content":{"260":{}},"tags":{}}],["whatev",{"_index":1126,"title":{},"content":{"156":{}},"tags":{}}],["whenev",{"_index":440,"title":{},"content":{"138":{},"159":{},"160":{},"161":{},"162":{},"163":{},"164":{}},"tags":{}}],["whether",{"_index":107,"title":{},"content":{"9":{},"179":{},"186":{},"217":{},"223":{},"237":{},"260":{}},"tags":{}}],["whitespac",{"_index":1425,"title":{},"content":{"253":{},"254":{},"255":{},"256":{},"265":{}},"tags":{}}],["window",{"_index":641,"title":{},"content":{"80":{},"176":{},"212":{}},"tags":{}}],["wip",{"_index":1088,"title":{},"content":{"146":{}},"tags":{}}],["wish",{"_index":705,"title":{},"content":{"84":{},"87":{}},"tags":{}}],["within",{"_index":149,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"11":{},"14":{},"73":{},"85":{},"98":{},"137":{},"237":{}},"tags":{}}],["without",{"_index":719,"title":{},"content":{"86":{},"89":{},"99":{}},"tags":{}}],["won't",{"_index":555,"title":{},"content":{"72":{},"153":{},"165":{}},"tags":{}}],["work",{"_index":166,"title":{"153":{}},"content":{"12":{},"72":{},"82":{},"108":{},"133":{},"145":{},"171":{},"272":{}},"tags":{}}],["worl",{"_index":1439,"title":{},"content":{"258":{}},"tags":{}}],["world",{"_index":24,"title":{},"content":{"6":{},"103":{},"136":{},"145":{},"170":{},"214":{},"217":{},"218":{},"223":{},"224":{},"246":{},"247":{},"248":{},"249":{},"250":{},"251":{},"258":{},"259":{},"260":{},"261":{},"262":{},"263":{},"264":{},"266":{},"267":{}},"tags":{}}],["world!\")assert(runtim",{"_index":751,"title":{},"content":{"96":{}},"tags":{}}],["world!\")loc",{"_index":749,"title":{},"content":{"96":{}},"tags":{}}],["world!\"assert(runtim",{"_index":758,"title":{},"content":{"96":{}},"tags":{}}],["world\"):contains(\"world",{"_index":1184,"title":{},"content":{"171":{}},"tags":{}}],["world\":contains(\"world",{"_index":1186,"title":{},"content":{"171":{}},"tags":{}}],["world\"assert(r1",{"_index":868,"title":{},"content":{"109":{}},"tags":{}}],["world\"loc",{"_index":860,"title":{},"content":{"109":{}},"tags":{}}],["world\"print(str[5",{"_index":1015,"title":{},"content":{"141":{}},"tags":{}}],["worri",{"_index":680,"title":{},"content":{"82":{}},"tags":{}}],["worth",{"_index":578,"title":{},"content":{"73":{}},"tags":{}}],["wrapper",{"_index":1499,"title":{},"content":{"233":{}},"tags":{}}],["write",{"_index":385,"title":{"79":{}},"content":{"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"62":{},"78":{},"79":{},"95":{}},"tags":{}}],["write(text",{"_index":815,"title":{},"content":{"94":{}},"tags":{}}],["written",{"_index":1011,"title":{},"content":{"134":{}},"tags":{}}],["wrote",{"_index":533,"title":{},"content":{"64":{}},"tags":{}}],["x",{"_index":1068,"title":{},"content":{"144":{},"151":{},"158":{}},"tags":{}}],["xmelia",{"_index":1151,"title":{},"content":{"153":{}},"tags":{}}],["yield",{"_index":282,"title":{},"content":{"1":{},"2":{},"3":{},"4":{},"73":{}},"tags":{}}],["yield()end",{"_index":571,"title":{},"content":{"73":{}},"tags":{}}],["you'd",{"_index":211,"title":{},"content":{"13":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"116":{},"134":{}},"tags":{}}],["you'll",{"_index":935,"title":{},"content":{"121":{}},"tags":{}}],["you'r",{"_index":752,"title":{},"content":{"96":{},"137":{},"153":{},"167":{}},"tags":{}}],["you'v",{"_index":222,"title":{},"content":{"14":{}},"tags":{}}],["yourself",{"_index":27,"title":{"83":{}},"content":{"6":{},"7":{},"8":{},"9":{},"10":{},"11":{},"12":{},"13":{},"14":{},"15":{},"98":{},"108":{},"135":{},"138":{},"141":{},"142":{}},"tags":{}}],["zero",{"_index":1251,"title":{},"content":{"201":{}},"tags":{}}]],"pipeline":["stemmer"]}} \ No newline at end of file