hyperspeed 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,85 @@
1
+ [
2
+ "onabort",
3
+ "onafterprint",
4
+ "onauxclick",
5
+ "onbeforeprint",
6
+ "onbeforeunload",
7
+ "onblur",
8
+ "oncancel",
9
+ "oncanplay",
10
+ "oncanplaythrough",
11
+ "onchange",
12
+ "onclick",
13
+ "onclose",
14
+ "oncontextmenu",
15
+ "oncopy",
16
+ "oncuechange",
17
+ "oncut",
18
+ "ondblclick",
19
+ "ondrag",
20
+ "ondragend",
21
+ "ondragenter",
22
+ "ondragexit",
23
+ "ondragleave",
24
+ "ondragover",
25
+ "ondragstart",
26
+ "ondrop",
27
+ "ondurationchange",
28
+ "onemptied",
29
+ "onended",
30
+ "onerror",
31
+ "onfocus",
32
+ "onformdata",
33
+ "onhashchange",
34
+ "oninput",
35
+ "oninvalid",
36
+ "onkeydown",
37
+ "onkeypress",
38
+ "onkeyup",
39
+ "onlanguagechange",
40
+ "onload",
41
+ "onloadeddata",
42
+ "onloadedmetadata",
43
+ "onloadend",
44
+ "onloadstart",
45
+ "onmessage",
46
+ "onmessageerror",
47
+ "onmousedown",
48
+ "onmouseenter",
49
+ "onmouseleave",
50
+ "onmousemove",
51
+ "onmouseout",
52
+ "onmouseover",
53
+ "onmouseup",
54
+ "onoffline",
55
+ "ononline",
56
+ "onpagehide",
57
+ "onpageshow",
58
+ "onpaste",
59
+ "onpause",
60
+ "onplay",
61
+ "onplaying",
62
+ "onpopstate",
63
+ "onprogress",
64
+ "onratechange",
65
+ "onrejectionhandled",
66
+ "onreset",
67
+ "onresize",
68
+ "onscroll",
69
+ "onsecuritypolicyviolation",
70
+ "onseeked",
71
+ "onseeking",
72
+ "onselect",
73
+ "onslotchange",
74
+ "onstalled",
75
+ "onstorage",
76
+ "onsubmit",
77
+ "onsuspend",
78
+ "ontimeupdate",
79
+ "ontoggle",
80
+ "onunhandledrejection",
81
+ "onunload",
82
+ "onvolumechange",
83
+ "onwaiting",
84
+ "onwheel"
85
+ ]
@@ -0,0 +1,35 @@
1
+ [
2
+ "alternate",
3
+ "archives",
4
+ "author",
5
+ "bookmark",
6
+ "canonical",
7
+ "dns-prefetch",
8
+ "external",
9
+ "first",
10
+ "help",
11
+ "icon",
12
+ "import",
13
+ "index",
14
+ "last",
15
+ "license",
16
+ "manifest",
17
+ "modulepreload",
18
+ "next",
19
+ "nofollow",
20
+ "noopener",
21
+ "noreferrer",
22
+ "opener",
23
+ "pingback",
24
+ "preconnect",
25
+ "prefetch",
26
+ "preload",
27
+ "prerender",
28
+ "prev",
29
+ "search",
30
+ "shortlink",
31
+ "sidebar",
32
+ "stylesheet",
33
+ "tag",
34
+ "up"
35
+ ]
@@ -0,0 +1,150 @@
1
+ [
2
+ "a",
3
+ "abbr",
4
+ "acronym",
5
+ "address",
6
+ "applet",
7
+ "area",
8
+ "article",
9
+ "aside",
10
+ "audio",
11
+ "b",
12
+ "base",
13
+ "basefont",
14
+ "bdi",
15
+ "bdo",
16
+ "bgsound",
17
+ "big",
18
+ "blink",
19
+ "blockquote",
20
+ "body",
21
+ "br",
22
+ "button",
23
+ "canvas",
24
+ "caption",
25
+ "center",
26
+ "cite",
27
+ "code",
28
+ "col",
29
+ "colgroup",
30
+ "command",
31
+ "content",
32
+ "data",
33
+ "datalist",
34
+ "dd",
35
+ "del",
36
+ "details",
37
+ "dfn",
38
+ "dialog",
39
+ "dir",
40
+ "div",
41
+ "dl",
42
+ "dt",
43
+ "element",
44
+ "em",
45
+ "embed",
46
+ "fieldset",
47
+ "figcaption",
48
+ "figure",
49
+ "font",
50
+ "footer",
51
+ "form",
52
+ "frame",
53
+ "frameset",
54
+ "h1",
55
+ "h2",
56
+ "h3",
57
+ "h4",
58
+ "h5",
59
+ "h6",
60
+ "head",
61
+ "header",
62
+ "hgroup",
63
+ "hr",
64
+ "html",
65
+ "i",
66
+ "iframe",
67
+ "image",
68
+ "img",
69
+ "input",
70
+ "ins",
71
+ "isindex",
72
+ "kbd",
73
+ "keygen",
74
+ "label",
75
+ "legend",
76
+ "li",
77
+ "link",
78
+ "listing",
79
+ "main",
80
+ "map",
81
+ "mark",
82
+ "marquee",
83
+ "math",
84
+ "menu",
85
+ "menuitem",
86
+ "meta",
87
+ "meter",
88
+ "multicol",
89
+ "nav",
90
+ "nextid",
91
+ "nobr",
92
+ "noembed",
93
+ "noframes",
94
+ "noscript",
95
+ "object",
96
+ "ol",
97
+ "optgroup",
98
+ "option",
99
+ "output",
100
+ "p",
101
+ "param",
102
+ "picture",
103
+ "plaintext",
104
+ "pre",
105
+ "progress",
106
+ "q",
107
+ "rb",
108
+ "rbc",
109
+ "rp",
110
+ "rt",
111
+ "rtc",
112
+ "ruby",
113
+ "s",
114
+ "samp",
115
+ "script",
116
+ "section",
117
+ "select",
118
+ "shadow",
119
+ "slot",
120
+ "small",
121
+ "source",
122
+ "spacer",
123
+ "span",
124
+ "strike",
125
+ "strong",
126
+ "style",
127
+ "sub",
128
+ "summary",
129
+ "sup",
130
+ "svg",
131
+ "table",
132
+ "tbody",
133
+ "td",
134
+ "template",
135
+ "textarea",
136
+ "tfoot",
137
+ "th",
138
+ "thead",
139
+ "time",
140
+ "title",
141
+ "tr",
142
+ "track",
143
+ "tt",
144
+ "u",
145
+ "ul",
146
+ "var",
147
+ "video",
148
+ "wbr",
149
+ "xmp"
150
+ ]
@@ -0,0 +1,25 @@
1
+ [
2
+ "area",
3
+ "base",
4
+ "basefont",
5
+ "bgsound",
6
+ "br",
7
+ "col",
8
+ "command",
9
+ "embed",
10
+ "frame",
11
+ "hr",
12
+ "image",
13
+ "img",
14
+ "input",
15
+ "isindex",
16
+ "keygen",
17
+ "link",
18
+ "menuitem",
19
+ "meta",
20
+ "nextid",
21
+ "param",
22
+ "source",
23
+ "track",
24
+ "wbr"
25
+ ]
@@ -0,0 +1,204 @@
1
+ [
2
+ "abs",
3
+ "and",
4
+ "annotation",
5
+ "annotation-xml",
6
+ "apply",
7
+ "approx",
8
+ "arccos",
9
+ "arccosh",
10
+ "arccot",
11
+ "arccoth",
12
+ "arccsc",
13
+ "arccsch",
14
+ "arcsec",
15
+ "arcsech",
16
+ "arcsin",
17
+ "arcsinh",
18
+ "arctan",
19
+ "arctanh",
20
+ "arg",
21
+ "bind",
22
+ "bvar",
23
+ "card",
24
+ "cartesianproduct",
25
+ "cbytes",
26
+ "ceiling",
27
+ "cerror",
28
+ "ci",
29
+ "cn",
30
+ "codomain",
31
+ "complexes",
32
+ "compose",
33
+ "condition",
34
+ "conjugate",
35
+ "cos",
36
+ "cosh",
37
+ "cot",
38
+ "coth",
39
+ "cs",
40
+ "csc",
41
+ "csch",
42
+ "csymbol",
43
+ "curl",
44
+ "declare",
45
+ "degree",
46
+ "determinant",
47
+ "diff",
48
+ "divergence",
49
+ "divide",
50
+ "domain",
51
+ "domainofapplication",
52
+ "emptyset",
53
+ "encoding",
54
+ "eq",
55
+ "equivalent",
56
+ "eulergamma",
57
+ "exists",
58
+ "exp",
59
+ "exponentiale",
60
+ "factorial",
61
+ "factorof",
62
+ "false",
63
+ "floor",
64
+ "fn",
65
+ "forall",
66
+ "function",
67
+ "gcd",
68
+ "geq",
69
+ "grad",
70
+ "gt",
71
+ "ident",
72
+ "image",
73
+ "imaginary",
74
+ "imaginaryi",
75
+ "implies",
76
+ "in",
77
+ "infinity",
78
+ "int",
79
+ "integers",
80
+ "intersect",
81
+ "interval",
82
+ "inverse",
83
+ "lambda",
84
+ "laplacian",
85
+ "lcm",
86
+ "leq",
87
+ "limit",
88
+ "list",
89
+ "ln",
90
+ "log",
91
+ "logbase",
92
+ "lowlimit",
93
+ "lt",
94
+ "maction",
95
+ "malign",
96
+ "maligngroup",
97
+ "malignmark",
98
+ "malignscope",
99
+ "math",
100
+ "matrix",
101
+ "matrixrow",
102
+ "max",
103
+ "mean",
104
+ "median",
105
+ "menclose",
106
+ "merror",
107
+ "mfenced",
108
+ "mfrac",
109
+ "mfraction",
110
+ "mglyph",
111
+ "mi",
112
+ "min",
113
+ "minus",
114
+ "mlabeledtr",
115
+ "mlongdiv",
116
+ "mmultiscripts",
117
+ "mn",
118
+ "mo",
119
+ "mode",
120
+ "moment",
121
+ "momentabout",
122
+ "mover",
123
+ "mpadded",
124
+ "mphantom",
125
+ "mprescripts",
126
+ "mroot",
127
+ "mrow",
128
+ "ms",
129
+ "mscarries",
130
+ "mscarry",
131
+ "msgroup",
132
+ "msline",
133
+ "mspace",
134
+ "msqrt",
135
+ "msrow",
136
+ "mstack",
137
+ "mstyle",
138
+ "msub",
139
+ "msubsup",
140
+ "msup",
141
+ "mtable",
142
+ "mtd",
143
+ "mtext",
144
+ "mtr",
145
+ "munder",
146
+ "munderover",
147
+ "naturalnumbers",
148
+ "neq",
149
+ "none",
150
+ "not",
151
+ "notanumber",
152
+ "notin",
153
+ "notprsubset",
154
+ "notsubset",
155
+ "or",
156
+ "otherwise",
157
+ "outerproduct",
158
+ "partialdiff",
159
+ "pi",
160
+ "piece",
161
+ "piecewice",
162
+ "piecewise",
163
+ "plus",
164
+ "power",
165
+ "primes",
166
+ "product",
167
+ "prsubset",
168
+ "quotient",
169
+ "rationals",
170
+ "real",
171
+ "reals",
172
+ "reln",
173
+ "rem",
174
+ "root",
175
+ "scalarproduct",
176
+ "sdev",
177
+ "sec",
178
+ "sech",
179
+ "select",
180
+ "selector",
181
+ "semantics",
182
+ "sep",
183
+ "set",
184
+ "setdiff",
185
+ "share",
186
+ "sin",
187
+ "sinh",
188
+ "span",
189
+ "subset",
190
+ "sum",
191
+ "tan",
192
+ "tanh",
193
+ "tendsto",
194
+ "times",
195
+ "transpose",
196
+ "true",
197
+ "union",
198
+ "uplimit",
199
+ "var",
200
+ "variance",
201
+ "vector",
202
+ "vectorproduct",
203
+ "xor"
204
+ ]