github-linguist 2.11.1 → 2.11.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/linguist/languages.yml +46 -3
- data/lib/linguist/samples.json +1245 -145
- data/lib/linguist/vendor.yml +1 -1
- data/lib/linguist/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e009d8b34cbb55a878039e92a072c1eaee709827
|
4
|
+
data.tar.gz: 2950ca94ab44322919458f758cf4435b8041866a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f3bce9195c3f9e6af11c2e34b2999d7558d8d6775c77466e49abb28eed0222ca3efa372cf7986a9b3813c0f1425627536df461689922dd2777cf940f41ea318
|
7
|
+
data.tar.gz: 3d10db7cbadebfcf695442da1b4e1b1d84fda5a8ebe97719164b9b2356ff7290c31be4120dee4c2e7629dbe86cd6894130b953990e39427e66bec38467a6eaa2
|
data/lib/linguist/languages.yml
CHANGED
@@ -293,6 +293,7 @@ C++:
|
|
293
293
|
- .inl
|
294
294
|
- .tcc
|
295
295
|
- .tpp
|
296
|
+
- .ipp
|
296
297
|
|
297
298
|
C-ObjDump:
|
298
299
|
type: data
|
@@ -705,6 +706,12 @@ Game Maker Language:
|
|
705
706
|
extensions:
|
706
707
|
- .gml
|
707
708
|
|
709
|
+
GAMS:
|
710
|
+
type: programming
|
711
|
+
lexer: Text only
|
712
|
+
extensions:
|
713
|
+
- .gms
|
714
|
+
|
708
715
|
GAP:
|
709
716
|
type: programming
|
710
717
|
lexer: Text only
|
@@ -819,6 +826,9 @@ Groovy:
|
|
819
826
|
color: "#e69f56"
|
820
827
|
extensions:
|
821
828
|
- .groovy
|
829
|
+
- .grt
|
830
|
+
- .gtpl
|
831
|
+
- .gvy
|
822
832
|
interpreters:
|
823
833
|
- groovy
|
824
834
|
|
@@ -907,7 +917,7 @@ Haskell:
|
|
907
917
|
Haxe:
|
908
918
|
type: programming
|
909
919
|
ace_mode: haxe
|
910
|
-
color: "#
|
920
|
+
color: "#f7941e"
|
911
921
|
extensions:
|
912
922
|
- .hx
|
913
923
|
- .hxsl
|
@@ -1059,6 +1069,7 @@ JavaScript:
|
|
1059
1069
|
- ._js
|
1060
1070
|
- .bones
|
1061
1071
|
- .es6
|
1072
|
+
- .frag
|
1062
1073
|
- .jake
|
1063
1074
|
- .jsfl
|
1064
1075
|
- .jsm
|
@@ -1250,6 +1261,7 @@ Markdown:
|
|
1250
1261
|
- .md
|
1251
1262
|
- .markdown
|
1252
1263
|
- .mkd
|
1264
|
+
- .mkdn
|
1253
1265
|
- .mkdown
|
1254
1266
|
- .ron
|
1255
1267
|
|
@@ -1471,6 +1483,14 @@ Org:
|
|
1471
1483
|
extensions:
|
1472
1484
|
- .org
|
1473
1485
|
|
1486
|
+
Ox:
|
1487
|
+
type: programming
|
1488
|
+
lexer: Text only
|
1489
|
+
extensions:
|
1490
|
+
- .ox
|
1491
|
+
- .oxh
|
1492
|
+
- .oxo
|
1493
|
+
|
1474
1494
|
Oxygene:
|
1475
1495
|
type: programming
|
1476
1496
|
lexer: Text only
|
@@ -1500,6 +1520,13 @@ PHP:
|
|
1500
1520
|
filenames:
|
1501
1521
|
- Phakefile
|
1502
1522
|
|
1523
|
+
Pan:
|
1524
|
+
type: programming
|
1525
|
+
lexer: Text only
|
1526
|
+
color: '#cc0000'
|
1527
|
+
extensions:
|
1528
|
+
- .pan
|
1529
|
+
|
1503
1530
|
Parrot:
|
1504
1531
|
type: programming
|
1505
1532
|
color: "#f3ca0a"
|
@@ -1698,6 +1725,8 @@ R:
|
|
1698
1725
|
extensions:
|
1699
1726
|
- .r
|
1700
1727
|
- .R
|
1728
|
+
- .Rd
|
1729
|
+
- .rd
|
1701
1730
|
- .rsx
|
1702
1731
|
filenames:
|
1703
1732
|
- .Rprofile
|
@@ -1779,7 +1808,7 @@ Red:
|
|
1779
1808
|
extensions:
|
1780
1809
|
- .red
|
1781
1810
|
- .reds
|
1782
|
-
|
1811
|
+
|
1783
1812
|
Redcode:
|
1784
1813
|
extensions:
|
1785
1814
|
- .cw
|
@@ -1842,6 +1871,13 @@ Rust:
|
|
1842
1871
|
extensions:
|
1843
1872
|
- .rs
|
1844
1873
|
|
1874
|
+
SAS:
|
1875
|
+
type: programming
|
1876
|
+
color: "#1E90FF"
|
1877
|
+
lexer: Text only
|
1878
|
+
extensions:
|
1879
|
+
- .sas
|
1880
|
+
|
1845
1881
|
SCSS:
|
1846
1882
|
type: markup
|
1847
1883
|
group: CSS
|
@@ -1850,7 +1886,7 @@ SCSS:
|
|
1850
1886
|
- .scss
|
1851
1887
|
|
1852
1888
|
SQL:
|
1853
|
-
type:
|
1889
|
+
type: data
|
1854
1890
|
ace_mode: sql
|
1855
1891
|
extensions:
|
1856
1892
|
- .sql
|
@@ -2010,6 +2046,12 @@ SuperCollider:
|
|
2010
2046
|
extensions:
|
2011
2047
|
- .scd
|
2012
2048
|
|
2049
|
+
Swift:
|
2050
|
+
type: programming
|
2051
|
+
lexer: Text only
|
2052
|
+
extensions:
|
2053
|
+
- .swift
|
2054
|
+
|
2013
2055
|
SystemVerilog:
|
2014
2056
|
type: programming
|
2015
2057
|
color: "#343761"
|
@@ -2200,6 +2242,7 @@ XML:
|
|
2200
2242
|
- .clixml
|
2201
2243
|
- .cproject
|
2202
2244
|
- .csproj
|
2245
|
+
- .ct
|
2203
2246
|
- .dita
|
2204
2247
|
- .ditamap
|
2205
2248
|
- .ditaval
|
data/lib/linguist/samples.json
CHANGED
@@ -61,7 +61,8 @@
|
|
61
61
|
".cpp",
|
62
62
|
".h",
|
63
63
|
".hpp",
|
64
|
-
".inl"
|
64
|
+
".inl",
|
65
|
+
".ipp"
|
65
66
|
],
|
66
67
|
"Ceylon": [
|
67
68
|
".ceylon"
|
@@ -156,6 +157,9 @@
|
|
156
157
|
"Game Maker Language": [
|
157
158
|
".gml"
|
158
159
|
],
|
160
|
+
"GAMS": [
|
161
|
+
".gms"
|
162
|
+
],
|
159
163
|
"GAP": [
|
160
164
|
".g",
|
161
165
|
".gd",
|
@@ -166,6 +170,7 @@
|
|
166
170
|
],
|
167
171
|
"GLSL": [
|
168
172
|
".fp",
|
173
|
+
".frag",
|
169
174
|
".glsl"
|
170
175
|
],
|
171
176
|
"Gnuplot": [
|
@@ -183,6 +188,9 @@
|
|
183
188
|
],
|
184
189
|
"Groovy": [
|
185
190
|
".gradle",
|
191
|
+
".grt",
|
192
|
+
".gtpl",
|
193
|
+
".gvy",
|
186
194
|
".script!"
|
187
195
|
],
|
188
196
|
"Groovy Server Pages": [
|
@@ -226,6 +234,7 @@
|
|
226
234
|
".java"
|
227
235
|
],
|
228
236
|
"JavaScript": [
|
237
|
+
".frag",
|
229
238
|
".js",
|
230
239
|
".script!"
|
231
240
|
],
|
@@ -376,9 +385,17 @@
|
|
376
385
|
"Org": [
|
377
386
|
".org"
|
378
387
|
],
|
388
|
+
"Ox": [
|
389
|
+
".ox",
|
390
|
+
".oxh",
|
391
|
+
".oxo"
|
392
|
+
],
|
379
393
|
"Oxygene": [
|
380
394
|
".oxygene"
|
381
395
|
],
|
396
|
+
"Pan": [
|
397
|
+
".pan"
|
398
|
+
],
|
382
399
|
"Parrot Assembly": [
|
383
400
|
".pasm"
|
384
401
|
],
|
@@ -445,6 +462,7 @@
|
|
445
462
|
],
|
446
463
|
"R": [
|
447
464
|
".R",
|
465
|
+
".Rd",
|
448
466
|
".r",
|
449
467
|
".rsx",
|
450
468
|
".script!"
|
@@ -485,6 +503,9 @@
|
|
485
503
|
"Rust": [
|
486
504
|
".rs"
|
487
505
|
],
|
506
|
+
"SAS": [
|
507
|
+
".sas"
|
508
|
+
],
|
488
509
|
"Sass": [
|
489
510
|
".sass",
|
490
511
|
".scss"
|
@@ -560,6 +581,9 @@
|
|
560
581
|
"SuperCollider": [
|
561
582
|
".scd"
|
562
583
|
],
|
584
|
+
"Swift": [
|
585
|
+
".swift"
|
586
|
+
],
|
563
587
|
"SystemVerilog": [
|
564
588
|
".sv",
|
565
589
|
".svh",
|
@@ -702,8 +726,8 @@
|
|
702
726
|
".gemrc"
|
703
727
|
]
|
704
728
|
},
|
705
|
-
"tokens_total":
|
706
|
-
"languages_total":
|
729
|
+
"tokens_total": 612602,
|
730
|
+
"languages_total": 798,
|
707
731
|
"tokens": {
|
708
732
|
"ABAP": {
|
709
733
|
"*/**": 1,
|
@@ -9853,23 +9877,23 @@
|
|
9853
9877
|
"C++": {
|
9854
9878
|
"class": 40,
|
9855
9879
|
"Bar": 2,
|
9856
|
-
"{":
|
9880
|
+
"{": 726,
|
9857
9881
|
"protected": 4,
|
9858
9882
|
"char": 127,
|
9859
9883
|
"*name": 6,
|
9860
|
-
";":
|
9884
|
+
";": 2783,
|
9861
9885
|
"public": 33,
|
9862
|
-
"void":
|
9886
|
+
"void": 241,
|
9863
9887
|
"hello": 2,
|
9864
|
-
"(":
|
9865
|
-
")":
|
9866
|
-
"}":
|
9867
|
-
"//":
|
9888
|
+
"(": 3102,
|
9889
|
+
")": 3105,
|
9890
|
+
"}": 726,
|
9891
|
+
"//": 315,
|
9868
9892
|
"///": 843,
|
9869
9893
|
"mainpage": 1,
|
9870
9894
|
"C": 6,
|
9871
9895
|
"library": 14,
|
9872
|
-
"for":
|
9896
|
+
"for": 105,
|
9873
9897
|
"Broadcom": 3,
|
9874
9898
|
"BCM": 14,
|
9875
9899
|
"as": 28,
|
@@ -9918,7 +9942,7 @@
|
|
9918
9942
|
"SPI": 44,
|
9919
9943
|
"I2C": 29,
|
9920
9944
|
"accessing": 2,
|
9921
|
-
"system":
|
9945
|
+
"system": 13,
|
9922
9946
|
"timers.": 1,
|
9923
9947
|
"Pin": 65,
|
9924
9948
|
"event": 3,
|
@@ -9929,13 +9953,13 @@
|
|
9929
9953
|
"interrupts": 1,
|
9930
9954
|
"are": 36,
|
9931
9955
|
"not": 29,
|
9932
|
-
"+":
|
9956
|
+
"+": 80,
|
9933
9957
|
"compatible": 1,
|
9934
9958
|
"installs": 1,
|
9935
9959
|
"header": 7,
|
9936
9960
|
"file": 31,
|
9937
9961
|
"non": 2,
|
9938
|
-
"-":
|
9962
|
+
"-": 438,
|
9939
9963
|
"shared": 2,
|
9940
9964
|
"any": 23,
|
9941
9965
|
"Linux": 2,
|
@@ -9953,7 +9977,7 @@
|
|
9953
9977
|
"of": 215,
|
9954
9978
|
"package": 1,
|
9955
9979
|
"that": 36,
|
9956
|
-
"this":
|
9980
|
+
"this": 57,
|
9957
9981
|
"documentation": 3,
|
9958
9982
|
"refers": 1,
|
9959
9983
|
"be": 35,
|
@@ -10027,7 +10051,7 @@
|
|
10027
10051
|
"determined": 1,
|
10028
10052
|
"suspect": 1,
|
10029
10053
|
"an": 23,
|
10030
|
-
"interrupt":
|
10054
|
+
"interrupt": 3,
|
10031
10055
|
"handler": 1,
|
10032
10056
|
"hitting": 1,
|
10033
10057
|
"hard": 1,
|
@@ -10105,7 +10129,7 @@
|
|
10105
10129
|
"Ennnnnn": 1,
|
10106
10130
|
"available": 6,
|
10107
10131
|
"nnnnnn.": 1,
|
10108
|
-
"base":
|
10132
|
+
"base": 8,
|
10109
10133
|
"registers": 12,
|
10110
10134
|
"following": 2,
|
10111
10135
|
"externals": 1,
|
@@ -10177,7 +10201,7 @@
|
|
10177
10201
|
"SPI.": 1,
|
10178
10202
|
"While": 1,
|
10179
10203
|
"able": 2,
|
10180
|
-
"state":
|
10204
|
+
"state": 33,
|
10181
10205
|
"through": 4,
|
10182
10206
|
"bcm2835_spi_gpio_write": 1,
|
10183
10207
|
"bcm2835_spi_end": 4,
|
@@ -10198,7 +10222,7 @@
|
|
10198
10222
|
"referred": 1,
|
10199
10223
|
"I": 4,
|
10200
10224
|
"//en.wikipedia.org/wiki/I": 1,
|
10201
|
-
"%":
|
10225
|
+
"%": 7,
|
10202
10226
|
"C2": 1,
|
10203
10227
|
"B2C": 1,
|
10204
10228
|
"V2": 2,
|
@@ -10211,7 +10235,7 @@
|
|
10211
10235
|
"user": 3,
|
10212
10236
|
"i.e.": 1,
|
10213
10237
|
"they": 2,
|
10214
|
-
"run":
|
10238
|
+
"run": 2,
|
10215
10239
|
"Such": 1,
|
10216
10240
|
"part": 1,
|
10217
10241
|
"kernel": 4,
|
@@ -10219,7 +10243,7 @@
|
|
10219
10243
|
"subject": 1,
|
10220
10244
|
"paging": 1,
|
10221
10245
|
"swapping": 2,
|
10222
|
-
"while":
|
10246
|
+
"while": 17,
|
10223
10247
|
"does": 4,
|
10224
10248
|
"things": 1,
|
10225
10249
|
"besides": 1,
|
@@ -10239,7 +10263,7 @@
|
|
10239
10263
|
"guarantee": 1,
|
10240
10264
|
"bcm2835_delay": 5,
|
10241
10265
|
"bcm2835_delayMicroseconds": 6,
|
10242
|
-
"return":
|
10266
|
+
"return": 240,
|
10243
10267
|
"exactly": 2,
|
10244
10268
|
"requested.": 1,
|
10245
10269
|
"fact": 2,
|
@@ -10264,11 +10288,11 @@
|
|
10264
10288
|
"reports": 1,
|
10265
10289
|
"prevent": 4,
|
10266
10290
|
"fragment": 2,
|
10267
|
-
"struct":
|
10291
|
+
"struct": 13,
|
10268
10292
|
"sched_param": 1,
|
10269
10293
|
"sp": 4,
|
10270
10294
|
"memset": 3,
|
10271
|
-
"&":
|
10295
|
+
"&": 203,
|
10272
10296
|
"sizeof": 15,
|
10273
10297
|
"sp.sched_priority": 1,
|
10274
10298
|
"sched_get_priority_max": 1,
|
@@ -10276,7 +10300,7 @@
|
|
10276
10300
|
"sched_setscheduler": 1,
|
10277
10301
|
"mlockall": 1,
|
10278
10302
|
"MCL_CURRENT": 1,
|
10279
|
-
"|":
|
10303
|
+
"|": 40,
|
10280
10304
|
"MCL_FUTURE": 1,
|
10281
10305
|
"Open": 2,
|
10282
10306
|
"Source": 2,
|
@@ -10284,7 +10308,7 @@
|
|
10284
10308
|
"GPL": 2,
|
10285
10309
|
"appropriate": 7,
|
10286
10310
|
"option": 1,
|
10287
|
-
"if":
|
10311
|
+
"if": 359,
|
10288
10312
|
"want": 5,
|
10289
10313
|
"share": 2,
|
10290
10314
|
"source": 12,
|
@@ -10395,7 +10419,7 @@
|
|
10395
10419
|
"need": 6,
|
10396
10420
|
"link": 3,
|
10397
10421
|
"version.": 1,
|
10398
|
-
"s":
|
10422
|
+
"s": 26,
|
10399
10423
|
"doc": 1,
|
10400
10424
|
"Also": 1,
|
10401
10425
|
"added": 2,
|
@@ -10429,7 +10453,7 @@
|
|
10429
10453
|
"compiles": 1,
|
10430
10454
|
"even": 2,
|
10431
10455
|
"CLOCK_MONOTONIC_RAW": 1,
|
10432
|
-
"CLOCK_MONOTONIC":
|
10456
|
+
"CLOCK_MONOTONIC": 3,
|
10433
10457
|
"instead.": 1,
|
10434
10458
|
"errors": 1,
|
10435
10459
|
"divider": 15,
|
@@ -10477,7 +10501,7 @@
|
|
10477
10501
|
"olly.": 1,
|
10478
10502
|
"Patch": 2,
|
10479
10503
|
"Dootson": 2,
|
10480
|
-
"close":
|
10504
|
+
"close": 7,
|
10481
10505
|
"/dev/mem": 4,
|
10482
10506
|
"granted.": 1,
|
10483
10507
|
"susceptible": 1,
|
@@ -10504,7 +10528,7 @@
|
|
10504
10528
|
"completing.": 1,
|
10505
10529
|
"Patched": 1,
|
10506
10530
|
"p": 6,
|
10507
|
-
"[":
|
10531
|
+
"[": 293,
|
10508
10532
|
"atched": 1,
|
10509
10533
|
"his": 1,
|
10510
10534
|
"submitted": 1,
|
@@ -10533,10 +10557,10 @@
|
|
10533
10557
|
"DIRECTLY": 1,
|
10534
10558
|
"USE": 1,
|
10535
10559
|
"LISTS": 1,
|
10536
|
-
"#ifndef":
|
10560
|
+
"#ifndef": 29,
|
10537
10561
|
"BCM2835_H": 3,
|
10538
|
-
"#define":
|
10539
|
-
"#include":
|
10562
|
+
"#define": 343,
|
10563
|
+
"#include": 129,
|
10540
10564
|
"<stdint.h>": 2,
|
10541
10565
|
"defgroup": 7,
|
10542
10566
|
"constants": 1,
|
@@ -10546,16 +10570,16 @@
|
|
10546
10570
|
"here": 1,
|
10547
10571
|
"@": 14,
|
10548
10572
|
"HIGH": 12,
|
10549
|
-
"true":
|
10573
|
+
"true": 49,
|
10550
10574
|
"volts": 2,
|
10551
10575
|
"pin.": 21,
|
10552
|
-
"false":
|
10576
|
+
"false": 48,
|
10553
10577
|
"Speed": 1,
|
10554
10578
|
"core": 1,
|
10555
10579
|
"clock": 21,
|
10556
10580
|
"core_clk": 1,
|
10557
10581
|
"BCM2835_CORE_CLK_HZ": 1,
|
10558
|
-
"<":
|
10582
|
+
"<": 255,
|
10559
10583
|
"Base": 17,
|
10560
10584
|
"Address": 10,
|
10561
10585
|
"BCM2835_PERI_BASE": 9,
|
@@ -10580,7 +10604,7 @@
|
|
10580
10604
|
"bcm2835_init": 11,
|
10581
10605
|
"extern": 72,
|
10582
10606
|
"volatile": 13,
|
10583
|
-
"uint32_t":
|
10607
|
+
"uint32_t": 39,
|
10584
10608
|
"*bcm2835_st": 1,
|
10585
10609
|
"*bcm2835_gpio": 1,
|
10586
10610
|
"*bcm2835_pwm": 1,
|
@@ -10594,7 +10618,7 @@
|
|
10594
10618
|
"page": 5,
|
10595
10619
|
"BCM2835_PAGE_SIZE": 1,
|
10596
10620
|
"*1024": 2,
|
10597
|
-
"block":
|
10621
|
+
"block": 7,
|
10598
10622
|
"BCM2835_BLOCK_SIZE": 1,
|
10599
10623
|
"offsets": 2,
|
10600
10624
|
"BCM2835_GPIO_BASE.": 1,
|
@@ -10969,10 +10993,10 @@
|
|
10969
10993
|
"BCM2835_BSC_C_READ": 1,
|
10970
10994
|
"BCM2835_BSC_S_CLKT": 1,
|
10971
10995
|
"stretch": 1,
|
10972
|
-
"timeout":
|
10996
|
+
"timeout": 5,
|
10973
10997
|
"BCM2835_BSC_S_ERR": 1,
|
10974
10998
|
"ACK": 1,
|
10975
|
-
"error":
|
10999
|
+
"error": 8,
|
10976
11000
|
"BCM2835_BSC_S_RXF": 1,
|
10977
11001
|
"BCM2835_BSC_S_TXE": 1,
|
10978
11002
|
"TXE": 1,
|
@@ -11003,7 +11027,7 @@
|
|
11003
11027
|
"BCM2835_I2C_REASON_ERROR_CLKT": 1,
|
11004
11028
|
"BCM2835_I2C_REASON_ERROR_DATA": 1,
|
11005
11029
|
"sent": 1,
|
11006
|
-
"/":
|
11030
|
+
"/": 16,
|
11007
11031
|
"BCM2835_ST_CS": 1,
|
11008
11032
|
"Control/Status": 1,
|
11009
11033
|
"BCM2835_ST_CLO": 1,
|
@@ -11044,7 +11068,7 @@
|
|
11044
11068
|
"BCM2835_PWM0_SERIAL": 1,
|
11045
11069
|
"BCM2835_PWM0_ENABLE": 1,
|
11046
11070
|
"x": 86,
|
11047
|
-
"#endif":
|
11071
|
+
"#endif": 110,
|
11048
11072
|
"#ifdef": 19,
|
11049
11073
|
"__cplusplus": 12,
|
11050
11074
|
"init": 2,
|
@@ -11062,7 +11086,7 @@
|
|
11062
11086
|
"bcm2835_set_debug": 2,
|
11063
11087
|
"fails": 1,
|
11064
11088
|
"returning": 1,
|
11065
|
-
"result":
|
11089
|
+
"result": 8,
|
11066
11090
|
"crashes": 1,
|
11067
11091
|
"failures.": 1,
|
11068
11092
|
"Prints": 1,
|
@@ -11071,12 +11095,12 @@
|
|
11071
11095
|
"case": 34,
|
11072
11096
|
"errors.": 1,
|
11073
11097
|
"successful": 2,
|
11074
|
-
"else":
|
11075
|
-
"int":
|
11098
|
+
"else": 58,
|
11099
|
+
"int": 218,
|
11076
11100
|
"Close": 1,
|
11077
11101
|
"deallocating": 1,
|
11078
11102
|
"allocated": 2,
|
11079
|
-
"closing":
|
11103
|
+
"closing": 3,
|
11080
11104
|
"Sets": 24,
|
11081
11105
|
"debug": 6,
|
11082
11106
|
"prevents": 1,
|
@@ -11092,7 +11116,7 @@
|
|
11092
11116
|
"operation.": 2,
|
11093
11117
|
"Call": 2,
|
11094
11118
|
"param": 72,
|
11095
|
-
"]":
|
11119
|
+
"]": 292,
|
11096
11120
|
"level.": 3,
|
11097
11121
|
"uint8_t": 43,
|
11098
11122
|
"lowlevel": 2,
|
@@ -11166,7 +11190,7 @@
|
|
11166
11190
|
"Tests": 1,
|
11167
11191
|
"detected": 7,
|
11168
11192
|
"requested": 1,
|
11169
|
-
"flag":
|
11193
|
+
"flag": 3,
|
11170
11194
|
"bcm2835_gpio_set_eds": 2,
|
11171
11195
|
"status": 1,
|
11172
11196
|
"th": 1,
|
@@ -11268,7 +11292,7 @@
|
|
11268
11292
|
"Forces": 2,
|
11269
11293
|
"ALT0": 2,
|
11270
11294
|
"funcitons": 1,
|
11271
|
-
"complete":
|
11295
|
+
"complete": 3,
|
11272
11296
|
"End": 2,
|
11273
11297
|
"returned": 5,
|
11274
11298
|
"INPUT": 2,
|
@@ -11320,7 +11344,7 @@
|
|
11320
11344
|
"placed": 1,
|
11321
11345
|
"rbuf.": 1,
|
11322
11346
|
"rbuf": 3,
|
11323
|
-
"long":
|
11347
|
+
"long": 15,
|
11324
11348
|
"tbuf": 4,
|
11325
11349
|
"Buffer": 10,
|
11326
11350
|
"send.": 5,
|
@@ -11364,8 +11388,8 @@
|
|
11364
11388
|
"course": 2,
|
11365
11389
|
"nothing": 1,
|
11366
11390
|
"driver": 1,
|
11367
|
-
"const":
|
11368
|
-
"*":
|
11391
|
+
"const": 172,
|
11392
|
+
"*": 183,
|
11369
11393
|
"receive.": 2,
|
11370
11394
|
"received.": 2,
|
11371
11395
|
"Allows": 2,
|
@@ -11411,8 +11435,8 @@
|
|
11411
11435
|
"<string>": 4,
|
11412
11436
|
"<vector>": 4,
|
11413
11437
|
"<fstream>": 2,
|
11414
|
-
"namespace":
|
11415
|
-
"std":
|
11438
|
+
"namespace": 38,
|
11439
|
+
"std": 53,
|
11416
11440
|
"DEFAULT_DELIMITER": 1,
|
11417
11441
|
"CsvStreamer": 5,
|
11418
11442
|
"private": 16,
|
@@ -11460,7 +11484,7 @@
|
|
11460
11484
|
"leading/trailing": 1,
|
11461
11485
|
"spaces": 3,
|
11462
11486
|
"trimmed": 1,
|
11463
|
-
"bool":
|
11487
|
+
"bool": 111,
|
11464
11488
|
"Like": 1,
|
11465
11489
|
"specify": 1,
|
11466
11490
|
"trim": 2,
|
@@ -11477,7 +11501,7 @@
|
|
11477
11501
|
"<QCoreApplication>": 1,
|
11478
11502
|
"<QString>": 1,
|
11479
11503
|
"<QVariantMap>": 2,
|
11480
|
-
"static":
|
11504
|
+
"static": 263,
|
11481
11505
|
"Env": 13,
|
11482
11506
|
"*env_instance": 1,
|
11483
11507
|
"NULL": 109,
|
@@ -11509,6 +11533,202 @@
|
|
11509
11533
|
"<QObject>": 1,
|
11510
11534
|
"Q_OBJECT": 1,
|
11511
11535
|
"*instance": 1,
|
11536
|
+
"BOOST_ASIO_DETAIL_IMPL_EPOLL_REACTOR_IPP": 3,
|
11537
|
+
"#if": 63,
|
11538
|
+
"defined": 49,
|
11539
|
+
"_MSC_VER": 7,
|
11540
|
+
"&&": 29,
|
11541
|
+
"<boost/asio/detail/config.hpp>": 1,
|
11542
|
+
"BOOST_ASIO_HAS_EPOLL": 2,
|
11543
|
+
"<cstddef>": 1,
|
11544
|
+
"<sys/epoll.h>": 1,
|
11545
|
+
"<boost/asio/detail/epoll_reactor.hpp>": 1,
|
11546
|
+
"<boost/asio/detail/throw_error.hpp>": 1,
|
11547
|
+
"<boost/asio/error.hpp>": 1,
|
11548
|
+
"BOOST_ASIO_HAS_TIMERFD": 19,
|
11549
|
+
"<boost/asio/detail/push_options.hpp>": 1,
|
11550
|
+
"boost": 18,
|
11551
|
+
"asio": 14,
|
11552
|
+
"detail": 5,
|
11553
|
+
"epoll_reactor": 40,
|
11554
|
+
"io_service": 6,
|
11555
|
+
"service_base": 1,
|
11556
|
+
"<epoll_reactor>": 1,
|
11557
|
+
"io_service_": 1,
|
11558
|
+
"use_service": 1,
|
11559
|
+
"<io_service_impl>": 1,
|
11560
|
+
"mutex_": 13,
|
11561
|
+
"interrupter_": 5,
|
11562
|
+
"epoll_fd_": 20,
|
11563
|
+
"do_epoll_create": 3,
|
11564
|
+
"timer_fd_": 21,
|
11565
|
+
"do_timerfd_create": 3,
|
11566
|
+
"shutdown_": 10,
|
11567
|
+
"epoll_event": 10,
|
11568
|
+
"ev": 21,
|
11569
|
+
"ev.events": 13,
|
11570
|
+
"EPOLLIN": 8,
|
11571
|
+
"EPOLLERR": 8,
|
11572
|
+
"EPOLLET": 5,
|
11573
|
+
"ev.data.ptr": 10,
|
11574
|
+
"epoll_ctl": 12,
|
11575
|
+
"EPOLL_CTL_ADD": 7,
|
11576
|
+
"interrupter_.read_descriptor": 3,
|
11577
|
+
"interrupter_.interrupt": 2,
|
11578
|
+
"shutdown_service": 1,
|
11579
|
+
"mutex": 16,
|
11580
|
+
"scoped_lock": 16,
|
11581
|
+
"lock": 5,
|
11582
|
+
"lock.unlock": 1,
|
11583
|
+
"op_queue": 6,
|
11584
|
+
"<operation>": 6,
|
11585
|
+
"ops": 10,
|
11586
|
+
"descriptor_state*": 6,
|
11587
|
+
"registered_descriptors_.first": 2,
|
11588
|
+
"i": 106,
|
11589
|
+
"max_ops": 6,
|
11590
|
+
"ops.push": 5,
|
11591
|
+
"op_queue_": 12,
|
11592
|
+
"registered_descriptors_.free": 2,
|
11593
|
+
"timer_queues_.get_all_timers": 1,
|
11594
|
+
"io_service_.abandon_operations": 1,
|
11595
|
+
"fork_service": 1,
|
11596
|
+
"fork_event": 1,
|
11597
|
+
"fork_ev": 2,
|
11598
|
+
"fork_child": 1,
|
11599
|
+
"interrupter_.recreate": 1,
|
11600
|
+
"update_timeout": 2,
|
11601
|
+
"descriptors_lock": 3,
|
11602
|
+
"registered_descriptors_mutex_": 3,
|
11603
|
+
"next_": 3,
|
11604
|
+
"registered_events_": 8,
|
11605
|
+
"descriptor_": 5,
|
11606
|
+
"error_code": 4,
|
11607
|
+
"ec": 6,
|
11608
|
+
"errno": 10,
|
11609
|
+
"get_system_category": 3,
|
11610
|
+
"throw_error": 2,
|
11611
|
+
"init_task": 1,
|
11612
|
+
"io_service_.init_task": 1,
|
11613
|
+
"register_descriptor": 1,
|
11614
|
+
"socket_type": 7,
|
11615
|
+
"descriptor": 15,
|
11616
|
+
"per_descriptor_data": 8,
|
11617
|
+
"descriptor_data": 60,
|
11618
|
+
"allocate_descriptor_state": 3,
|
11619
|
+
"descriptor_lock": 7,
|
11620
|
+
"reactor_": 7,
|
11621
|
+
"EPOLLHUP": 3,
|
11622
|
+
"EPOLLPRI": 3,
|
11623
|
+
"register_internal_descriptor": 1,
|
11624
|
+
"op_type": 8,
|
11625
|
+
"reactor_op*": 5,
|
11626
|
+
"op": 28,
|
11627
|
+
".push": 2,
|
11628
|
+
"move_descriptor": 1,
|
11629
|
+
"target_descriptor_data": 2,
|
11630
|
+
"source_descriptor_data": 3,
|
11631
|
+
"start_op": 1,
|
11632
|
+
"is_continuation": 5,
|
11633
|
+
"allow_speculative": 2,
|
11634
|
+
"ec_": 4,
|
11635
|
+
"bad_descriptor": 1,
|
11636
|
+
"post_immediate_completion": 2,
|
11637
|
+
".empty": 5,
|
11638
|
+
"read_op": 1,
|
11639
|
+
"||": 19,
|
11640
|
+
"except_op": 1,
|
11641
|
+
"perform": 2,
|
11642
|
+
"descriptor_lock.unlock": 4,
|
11643
|
+
"io_service_.post_immediate_completion": 2,
|
11644
|
+
"write_op": 2,
|
11645
|
+
"EPOLLOUT": 4,
|
11646
|
+
"EPOLL_CTL_MOD": 3,
|
11647
|
+
"io_service_.work_started": 2,
|
11648
|
+
"cancel_ops": 1,
|
11649
|
+
".front": 3,
|
11650
|
+
"operation_aborted": 2,
|
11651
|
+
".pop": 3,
|
11652
|
+
"io_service_.post_deferred_completions": 3,
|
11653
|
+
"deregister_descriptor": 1,
|
11654
|
+
"EPOLL_CTL_DEL": 2,
|
11655
|
+
"free_descriptor_state": 3,
|
11656
|
+
"deregister_internal_descriptor": 1,
|
11657
|
+
"get_timeout": 5,
|
11658
|
+
"events": 8,
|
11659
|
+
"num_events": 2,
|
11660
|
+
"epoll_wait": 1,
|
11661
|
+
"check_timers": 6,
|
11662
|
+
"#else": 35,
|
11663
|
+
"void*": 2,
|
11664
|
+
"ptr": 6,
|
11665
|
+
".data.ptr": 1,
|
11666
|
+
"static_cast": 14,
|
11667
|
+
"<descriptor_state*>": 2,
|
11668
|
+
"set_ready_events": 1,
|
11669
|
+
".events": 1,
|
11670
|
+
"common_lock": 1,
|
11671
|
+
"timer_queues_.get_ready_timers": 1,
|
11672
|
+
"itimerspec": 5,
|
11673
|
+
"new_timeout": 6,
|
11674
|
+
"old_timeout": 4,
|
11675
|
+
"flags": 4,
|
11676
|
+
"timerfd_settime": 2,
|
11677
|
+
"EPOLL_CLOEXEC": 4,
|
11678
|
+
"fd": 15,
|
11679
|
+
"epoll_create1": 1,
|
11680
|
+
"EINVAL": 4,
|
11681
|
+
"ENOSYS": 1,
|
11682
|
+
"epoll_create": 1,
|
11683
|
+
"epoll_size": 1,
|
11684
|
+
"fcntl": 2,
|
11685
|
+
"F_SETFD": 2,
|
11686
|
+
"FD_CLOEXEC": 2,
|
11687
|
+
"timerfd_create": 2,
|
11688
|
+
"TFD_CLOEXEC": 1,
|
11689
|
+
"registered_descriptors_.alloc": 1,
|
11690
|
+
"do_add_timer_queue": 1,
|
11691
|
+
"timer_queue_base": 2,
|
11692
|
+
"queue": 4,
|
11693
|
+
"timer_queues_.insert": 1,
|
11694
|
+
"do_remove_timer_queue": 1,
|
11695
|
+
"timer_queues_.erase": 1,
|
11696
|
+
"timer_queues_.wait_duration_msec": 1,
|
11697
|
+
"ts": 1,
|
11698
|
+
"ts.it_interval.tv_sec": 1,
|
11699
|
+
"ts.it_interval.tv_nsec": 1,
|
11700
|
+
"usec": 5,
|
11701
|
+
"timer_queues_.wait_duration_usec": 1,
|
11702
|
+
"ts.it_value.tv_sec": 1,
|
11703
|
+
"ts.it_value.tv_nsec": 1,
|
11704
|
+
"TFD_TIMER_ABSTIME": 1,
|
11705
|
+
"perform_io_cleanup_on_block_exit": 4,
|
11706
|
+
"explicit": 5,
|
11707
|
+
"epoll_reactor*": 2,
|
11708
|
+
"r": 38,
|
11709
|
+
"first_op_": 3,
|
11710
|
+
"ops_.empty": 1,
|
11711
|
+
"ops_": 2,
|
11712
|
+
"operation*": 4,
|
11713
|
+
"descriptor_state": 5,
|
11714
|
+
"operation": 2,
|
11715
|
+
"do_complete": 2,
|
11716
|
+
"perform_io": 2,
|
11717
|
+
"mutex_.lock": 1,
|
11718
|
+
"io_cleanup": 1,
|
11719
|
+
"adopt_lock": 1,
|
11720
|
+
"j": 10,
|
11721
|
+
"io_cleanup.ops_.push": 1,
|
11722
|
+
"break": 35,
|
11723
|
+
"io_cleanup.first_op_": 2,
|
11724
|
+
"io_cleanup.ops_.front": 1,
|
11725
|
+
"io_cleanup.ops_.pop": 1,
|
11726
|
+
"io_service_impl*": 1,
|
11727
|
+
"owner": 3,
|
11728
|
+
"size_t": 6,
|
11729
|
+
"bytes_transferred": 2,
|
11730
|
+
"<uint32_t>": 1,
|
11731
|
+
"<boost/asio/detail/pop_options.hpp>": 1,
|
11512
11732
|
"Field": 2,
|
11513
11733
|
"Free": 1,
|
11514
11734
|
"Black": 1,
|
@@ -11622,7 +11842,6 @@
|
|
11622
11842
|
"*rr": 1,
|
11623
11843
|
"*zero": 1,
|
11624
11844
|
"n": 28,
|
11625
|
-
"i": 83,
|
11626
11845
|
"BN_CTX_start": 1,
|
11627
11846
|
"BN_CTX_get": 8,
|
11628
11847
|
"EC_GROUP_get_order": 1,
|
@@ -11630,7 +11849,6 @@
|
|
11630
11849
|
"BN_mul_word": 1,
|
11631
11850
|
"BN_add": 1,
|
11632
11851
|
"ecsig": 3,
|
11633
|
-
"r": 36,
|
11634
11852
|
"EC_GROUP_get_curve_GFp": 1,
|
11635
11853
|
"BN_cmp": 1,
|
11636
11854
|
"R": 6,
|
@@ -11688,13 +11906,11 @@
|
|
11688
11906
|
"nBitsR": 3,
|
11689
11907
|
"BN_num_bits": 2,
|
11690
11908
|
"nBitsS": 3,
|
11691
|
-
"&&": 24,
|
11692
11909
|
"nRecId": 4,
|
11693
11910
|
"<4;>": 1,
|
11694
11911
|
"keyRec": 5,
|
11695
11912
|
"1": 4,
|
11696
11913
|
"GetPubKey": 5,
|
11697
|
-
"break": 34,
|
11698
11914
|
"BN_bn2bin": 2,
|
11699
11915
|
"/8": 2,
|
11700
11916
|
"ECDSA_SIG_free": 2,
|
@@ -11722,7 +11938,6 @@
|
|
11722
11938
|
"<stdexcept>": 1,
|
11723
11939
|
"<openssl/ec.h>": 1,
|
11724
11940
|
"runtime_error": 2,
|
11725
|
-
"explicit": 4,
|
11726
11941
|
"str": 2,
|
11727
11942
|
"CKeyID": 5,
|
11728
11943
|
"uint160": 8,
|
@@ -11741,7 +11956,6 @@
|
|
11741
11956
|
"vchPubKey.begin": 1,
|
11742
11957
|
"vchPubKey.end": 1,
|
11743
11958
|
"vchPubKey.size": 3,
|
11744
|
-
"||": 17,
|
11745
11959
|
"IsCompressed": 2,
|
11746
11960
|
"Raw": 1,
|
11747
11961
|
"secure_allocator": 2,
|
@@ -11764,7 +11978,6 @@
|
|
11764
11978
|
"//#define": 1,
|
11765
11979
|
"DEBUG": 5,
|
11766
11980
|
"dout": 2,
|
11767
|
-
"#else": 31,
|
11768
11981
|
"cerr": 1,
|
11769
11982
|
"libcanister": 2,
|
11770
11983
|
"//the": 8,
|
@@ -11871,7 +12084,6 @@
|
|
11871
12084
|
"getFile": 1,
|
11872
12085
|
"otherwise": 1,
|
11873
12086
|
"overwrites": 1,
|
11874
|
-
"operation": 1,
|
11875
12087
|
"succeeded": 2,
|
11876
12088
|
"writeFile": 2,
|
11877
12089
|
"//get": 1,
|
@@ -11894,7 +12106,6 @@
|
|
11894
12106
|
"dFlush": 1,
|
11895
12107
|
"Q_OS_LINUX": 2,
|
11896
12108
|
"<QApplication>": 1,
|
11897
|
-
"#if": 52,
|
11898
12109
|
"QT_VERSION": 1,
|
11899
12110
|
"QT_VERSION_CHECK": 1,
|
11900
12111
|
"#error": 9,
|
@@ -11956,7 +12167,6 @@
|
|
11956
12167
|
"sse": 1,
|
11957
12168
|
"cvttss2si": 2,
|
11958
12169
|
"OG_ASM_MSVC": 4,
|
11959
|
-
"defined": 23,
|
11960
12170
|
"OG_FTOI_USE_SSE": 2,
|
11961
12171
|
"SysInfo": 2,
|
11962
12172
|
"cpu.general.SSE": 2,
|
@@ -11974,7 +12184,6 @@
|
|
11974
12184
|
"cast": 7,
|
11975
12185
|
"why": 3,
|
11976
12186
|
"did": 3,
|
11977
|
-
"static_cast": 11,
|
11978
12187
|
"<int>": 3,
|
11979
12188
|
"FtoiFast": 2,
|
11980
12189
|
"Ftol": 1,
|
@@ -12052,7 +12261,6 @@
|
|
12052
12261
|
"edx": 2,
|
12053
12262
|
"fstp": 2,
|
12054
12263
|
"dword": 2,
|
12055
|
-
"ptr": 2,
|
12056
12264
|
"asm": 1,
|
12057
12265
|
"Deg2Rad": 1,
|
12058
12266
|
"DEG_TO_RAD": 1,
|
@@ -12191,7 +12399,6 @@
|
|
12191
12399
|
"OnShutdown": 1,
|
12192
12400
|
"StaticDescriptorInitializer_protocol_2dbuffer_2eproto": 2,
|
12193
12401
|
"static_descriptor_initializer_protocol_2dbuffer_2eproto_": 1,
|
12194
|
-
"_MSC_VER": 3,
|
12195
12402
|
"kNameFieldNumber": 2,
|
12196
12403
|
"Message": 7,
|
12197
12404
|
"SharedCtor": 4,
|
@@ -12204,7 +12411,6 @@
|
|
12204
12411
|
"SetCachedSize": 2,
|
12205
12412
|
"GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN": 2,
|
12206
12413
|
"GOOGLE_SAFE_CONCURRENT_WRITES_END": 2,
|
12207
|
-
"descriptor": 2,
|
12208
12414
|
"*default_instance_": 1,
|
12209
12415
|
"Person*": 7,
|
12210
12416
|
"xffu": 3,
|
@@ -12240,7 +12446,6 @@
|
|
12240
12446
|
"SERIALIZE": 2,
|
12241
12447
|
"WriteString": 1,
|
12242
12448
|
"unknown_fields": 7,
|
12243
|
-
".empty": 3,
|
12244
12449
|
"SerializeUnknownFields": 1,
|
12245
12450
|
"uint8*": 4,
|
12246
12451
|
"SerializeWithCachedSizesToArray": 2,
|
@@ -12295,7 +12500,6 @@
|
|
12295
12500
|
"UnknownFieldSet*": 1,
|
12296
12501
|
"GetCachedSize": 1,
|
12297
12502
|
"clear_name": 2,
|
12298
|
-
"size_t": 5,
|
12299
12503
|
"release_name": 2,
|
12300
12504
|
"set_allocated_name": 2,
|
12301
12505
|
"set_has_name": 7,
|
@@ -12726,7 +12930,6 @@
|
|
12726
12930
|
"c0_": 64,
|
12727
12931
|
"d": 8,
|
12728
12932
|
"HexValue": 2,
|
12729
|
-
"j": 4,
|
12730
12933
|
"PushBack": 8,
|
12731
12934
|
"Advance": 44,
|
12732
12935
|
"STATIC_ASSERT": 5,
|
@@ -12747,7 +12950,6 @@
|
|
12747
12950
|
"BIT_NOT": 2,
|
12748
12951
|
"Next": 3,
|
12749
12952
|
"current_": 2,
|
12750
|
-
"next_": 2,
|
12751
12953
|
"has_multiline_comment_before_next_": 5,
|
12752
12954
|
"token": 64,
|
12753
12955
|
"<Token::Value>": 1,
|
@@ -13002,7 +13204,6 @@
|
|
13002
13204
|
"QtMsgType": 1,
|
13003
13205
|
"dump_path": 1,
|
13004
13206
|
"minidump_id": 1,
|
13005
|
-
"void*": 1,
|
13006
13207
|
"context": 8,
|
13007
13208
|
"QVariant": 1,
|
13008
13209
|
"coffee2js": 1,
|
@@ -13075,7 +13276,6 @@
|
|
13075
13276
|
"FLAG_random_seed": 2,
|
13076
13277
|
"val": 3,
|
13077
13278
|
"ScopedLock": 1,
|
13078
|
-
"lock": 1,
|
13079
13279
|
"entropy_mutex.Pointer": 1,
|
13080
13280
|
"random": 1,
|
13081
13281
|
"random_base": 3,
|
@@ -13184,7 +13384,6 @@
|
|
13184
13384
|
"PY_VERSION_HEX": 9,
|
13185
13385
|
"METH_COEXIST": 1,
|
13186
13386
|
"PyDict_CheckExact": 1,
|
13187
|
-
"op": 6,
|
13188
13387
|
"Py_TYPE": 4,
|
13189
13388
|
"PyDict_Type": 1,
|
13190
13389
|
"PyDict_Contains": 1,
|
@@ -22147,6 +22346,165 @@
|
|
22147
22346
|
"scrCheckWaterTop": 1,
|
22148
22347
|
"global.temp3": 1
|
22149
22348
|
},
|
22349
|
+
"GAMS": {
|
22350
|
+
"*Basic": 1,
|
22351
|
+
"example": 2,
|
22352
|
+
"of": 7,
|
22353
|
+
"transport": 5,
|
22354
|
+
"model": 6,
|
22355
|
+
"from": 2,
|
22356
|
+
"GAMS": 5,
|
22357
|
+
"library": 3,
|
22358
|
+
"Title": 1,
|
22359
|
+
"A": 3,
|
22360
|
+
"Transportation": 1,
|
22361
|
+
"Problem": 1,
|
22362
|
+
"(": 22,
|
22363
|
+
"TRNSPORT": 1,
|
22364
|
+
"SEQ": 1,
|
22365
|
+
")": 22,
|
22366
|
+
"Ontext": 1,
|
22367
|
+
"This": 2,
|
22368
|
+
"problem": 1,
|
22369
|
+
"finds": 1,
|
22370
|
+
"a": 3,
|
22371
|
+
"least": 1,
|
22372
|
+
"cost": 4,
|
22373
|
+
"shipping": 1,
|
22374
|
+
"schedule": 1,
|
22375
|
+
"that": 1,
|
22376
|
+
"meets": 1,
|
22377
|
+
"requirements": 1,
|
22378
|
+
"at": 5,
|
22379
|
+
"markets": 2,
|
22380
|
+
"and": 2,
|
22381
|
+
"supplies": 1,
|
22382
|
+
"factories.": 1,
|
22383
|
+
"Dantzig": 1,
|
22384
|
+
"G": 1,
|
22385
|
+
"B": 1,
|
22386
|
+
"Chapter": 2,
|
22387
|
+
"In": 2,
|
22388
|
+
"Linear": 1,
|
22389
|
+
"Programming": 1,
|
22390
|
+
"Extensions.": 1,
|
22391
|
+
"Princeton": 2,
|
22392
|
+
"University": 1,
|
22393
|
+
"Press": 2,
|
22394
|
+
"New": 1,
|
22395
|
+
"Jersey": 1,
|
22396
|
+
"formulation": 1,
|
22397
|
+
"is": 1,
|
22398
|
+
"described": 1,
|
22399
|
+
"in": 10,
|
22400
|
+
"detail": 1,
|
22401
|
+
"Rosenthal": 1,
|
22402
|
+
"R": 1,
|
22403
|
+
"E": 1,
|
22404
|
+
"Tutorial.": 1,
|
22405
|
+
"User": 1,
|
22406
|
+
"s": 1,
|
22407
|
+
"Guide.": 1,
|
22408
|
+
"The": 2,
|
22409
|
+
"Scientific": 1,
|
22410
|
+
"Redwood": 1,
|
22411
|
+
"City": 1,
|
22412
|
+
"California": 1,
|
22413
|
+
"line": 1,
|
22414
|
+
"numbers": 1,
|
22415
|
+
"will": 1,
|
22416
|
+
"not": 1,
|
22417
|
+
"match": 1,
|
22418
|
+
"those": 1,
|
22419
|
+
"the": 1,
|
22420
|
+
"book": 1,
|
22421
|
+
"because": 1,
|
22422
|
+
"these": 1,
|
22423
|
+
"comments.": 1,
|
22424
|
+
"Offtext": 1,
|
22425
|
+
"Sets": 1,
|
22426
|
+
"i": 18,
|
22427
|
+
"canning": 1,
|
22428
|
+
"plants": 1,
|
22429
|
+
"/": 9,
|
22430
|
+
"seattle": 3,
|
22431
|
+
"san": 3,
|
22432
|
+
"-": 6,
|
22433
|
+
"diego": 3,
|
22434
|
+
"j": 18,
|
22435
|
+
"new": 3,
|
22436
|
+
"york": 3,
|
22437
|
+
"chicago": 3,
|
22438
|
+
"topeka": 3,
|
22439
|
+
";": 15,
|
22440
|
+
"Parameters": 1,
|
22441
|
+
"capacity": 1,
|
22442
|
+
"plant": 2,
|
22443
|
+
"cases": 3,
|
22444
|
+
"b": 2,
|
22445
|
+
"demand": 4,
|
22446
|
+
"market": 2,
|
22447
|
+
"Table": 1,
|
22448
|
+
"d": 2,
|
22449
|
+
"distance": 1,
|
22450
|
+
"thousands": 3,
|
22451
|
+
"miles": 2,
|
22452
|
+
"Scalar": 1,
|
22453
|
+
"f": 2,
|
22454
|
+
"freight": 1,
|
22455
|
+
"dollars": 3,
|
22456
|
+
"per": 3,
|
22457
|
+
"case": 2,
|
22458
|
+
"thousand": 1,
|
22459
|
+
"/90/": 1,
|
22460
|
+
"Parameter": 1,
|
22461
|
+
"c": 3,
|
22462
|
+
"*": 1,
|
22463
|
+
"Variables": 1,
|
22464
|
+
"x": 4,
|
22465
|
+
"shipment": 1,
|
22466
|
+
"quantities": 1,
|
22467
|
+
"z": 3,
|
22468
|
+
"total": 1,
|
22469
|
+
"transportation": 1,
|
22470
|
+
"costs": 1,
|
22471
|
+
"Positive": 1,
|
22472
|
+
"Variable": 1,
|
22473
|
+
"Equations": 1,
|
22474
|
+
"define": 1,
|
22475
|
+
"objective": 1,
|
22476
|
+
"function": 1,
|
22477
|
+
"supply": 3,
|
22478
|
+
"observe": 1,
|
22479
|
+
"limit": 1,
|
22480
|
+
"satisfy": 1,
|
22481
|
+
"..": 3,
|
22482
|
+
"e": 1,
|
22483
|
+
"sum": 3,
|
22484
|
+
"*x": 1,
|
22485
|
+
"l": 1,
|
22486
|
+
"g": 1,
|
22487
|
+
"Model": 1,
|
22488
|
+
"/all/": 1,
|
22489
|
+
"Solve": 1,
|
22490
|
+
"using": 1,
|
22491
|
+
"lp": 1,
|
22492
|
+
"minimizing": 1,
|
22493
|
+
"Display": 1,
|
22494
|
+
"x.l": 1,
|
22495
|
+
"x.m": 1,
|
22496
|
+
"ontext": 1,
|
22497
|
+
"#user": 1,
|
22498
|
+
"stuff": 1,
|
22499
|
+
"Main": 1,
|
22500
|
+
"topic": 1,
|
22501
|
+
"Basic": 2,
|
22502
|
+
"Featured": 4,
|
22503
|
+
"item": 4,
|
22504
|
+
"Trnsport": 1,
|
22505
|
+
"Description": 1,
|
22506
|
+
"offtext": 1
|
22507
|
+
},
|
22150
22508
|
"GAP": {
|
22151
22509
|
"#############################################################################": 63,
|
22152
22510
|
"##": 766,
|
@@ -23363,14 +23721,14 @@
|
|
23363
23721
|
"////": 4,
|
23364
23722
|
"High": 1,
|
23365
23723
|
"quality": 2,
|
23366
|
-
"(":
|
23724
|
+
"(": 435,
|
23367
23725
|
"Some": 1,
|
23368
23726
|
"browsers": 1,
|
23369
23727
|
"may": 1,
|
23370
23728
|
"freeze": 1,
|
23371
23729
|
"or": 1,
|
23372
23730
|
"crash": 1,
|
23373
|
-
")":
|
23731
|
+
")": 435,
|
23374
23732
|
"//#define": 10,
|
23375
23733
|
"HIGHQUALITY": 2,
|
23376
23734
|
"Medium": 1,
|
@@ -23397,7 +23755,7 @@
|
|
23397
23755
|
"RAGGED_LEAVES": 5,
|
23398
23756
|
"DETAILED_NOISE": 3,
|
23399
23757
|
"LIGHT_AA": 3,
|
23400
|
-
"//":
|
23758
|
+
"//": 38,
|
23401
23759
|
"sample": 2,
|
23402
23760
|
"SSAA": 2,
|
23403
23761
|
"HEAVY_AA": 2,
|
@@ -23407,12 +23765,12 @@
|
|
23407
23765
|
"Configurations": 1,
|
23408
23766
|
"#ifdef": 14,
|
23409
23767
|
"#endif": 14,
|
23410
|
-
"const":
|
23411
|
-
"float":
|
23768
|
+
"const": 19,
|
23769
|
+
"float": 105,
|
23412
23770
|
"eps": 5,
|
23413
23771
|
"e": 4,
|
23414
23772
|
"-": 108,
|
23415
|
-
";":
|
23773
|
+
";": 383,
|
23416
23774
|
"PI": 3,
|
23417
23775
|
"vec3": 165,
|
23418
23776
|
"sunDir": 5,
|
@@ -23431,13 +23789,13 @@
|
|
23431
23789
|
"tonemapping": 1,
|
23432
23790
|
"mod289": 4,
|
23433
23791
|
"x": 11,
|
23434
|
-
"{":
|
23792
|
+
"{": 82,
|
23435
23793
|
"return": 47,
|
23436
23794
|
"floor": 8,
|
23437
23795
|
"*": 115,
|
23438
23796
|
"/": 24,
|
23439
|
-
"}":
|
23440
|
-
"vec4":
|
23797
|
+
"}": 82,
|
23798
|
+
"vec4": 73,
|
23441
23799
|
"permute": 4,
|
23442
23800
|
"x*34.0": 1,
|
23443
23801
|
"+": 108,
|
@@ -23638,7 +23996,7 @@
|
|
23638
23996
|
"shadow": 4,
|
23639
23997
|
"taken": 1,
|
23640
23998
|
"for": 7,
|
23641
|
-
"int":
|
23999
|
+
"int": 8,
|
23642
24000
|
"rayDir*t": 2,
|
23643
24001
|
"res": 6,
|
23644
24002
|
"res.x": 3,
|
@@ -23741,8 +24099,8 @@
|
|
23741
24099
|
"iResolution.x/iResolution.y*0.5": 1,
|
23742
24100
|
"rd.x": 1,
|
23743
24101
|
"rd.y": 1,
|
23744
|
-
"void":
|
23745
|
-
"main":
|
24102
|
+
"void": 31,
|
24103
|
+
"main": 5,
|
23746
24104
|
"gl_FragCoord.xy": 7,
|
23747
24105
|
"*0.25": 4,
|
23748
24106
|
"*0.5": 1,
|
@@ -23754,7 +24112,38 @@
|
|
23754
24112
|
"col*exposure": 1,
|
23755
24113
|
"x*": 2,
|
23756
24114
|
".5": 1,
|
23757
|
-
"gl_FragColor":
|
24115
|
+
"gl_FragColor": 3,
|
24116
|
+
"#version": 2,
|
24117
|
+
"core": 1,
|
24118
|
+
"cbar": 2,
|
24119
|
+
"cfoo": 1,
|
24120
|
+
"CB": 2,
|
24121
|
+
"CD": 2,
|
24122
|
+
"CA": 1,
|
24123
|
+
"CC": 1,
|
24124
|
+
"CBT": 5,
|
24125
|
+
"CDT": 3,
|
24126
|
+
"CAT": 1,
|
24127
|
+
"CCT": 1,
|
24128
|
+
"norA": 4,
|
24129
|
+
"norB": 3,
|
24130
|
+
"norC": 1,
|
24131
|
+
"norD": 1,
|
24132
|
+
"norE": 4,
|
24133
|
+
"norF": 1,
|
24134
|
+
"norG": 1,
|
24135
|
+
"norH": 1,
|
24136
|
+
"norI": 1,
|
24137
|
+
"norcA": 2,
|
24138
|
+
"norcB": 3,
|
24139
|
+
"norcC": 2,
|
24140
|
+
"norcD": 2,
|
24141
|
+
"head": 1,
|
24142
|
+
"of": 1,
|
24143
|
+
"cycle": 2,
|
24144
|
+
"norcE": 1,
|
24145
|
+
"lead": 1,
|
24146
|
+
"into": 1,
|
23758
24147
|
"NUM_LIGHTS": 4,
|
23759
24148
|
"AMBIENT": 2,
|
23760
24149
|
"MAX_DIST": 3,
|
@@ -23763,7 +24152,7 @@
|
|
23763
24152
|
"lightColor": 3,
|
23764
24153
|
"[": 29,
|
23765
24154
|
"]": 29,
|
23766
|
-
"varying":
|
24155
|
+
"varying": 4,
|
23767
24156
|
"fragmentNormal": 2,
|
23768
24157
|
"cameraVector": 2,
|
23769
24158
|
"lightVector": 4,
|
@@ -23791,7 +24180,11 @@
|
|
23791
24180
|
"specularDot": 2,
|
23792
24181
|
"sample.rgb": 1,
|
23793
24182
|
"sample.a": 1,
|
23794
|
-
"
|
24183
|
+
"static": 1,
|
24184
|
+
"char*": 1,
|
24185
|
+
"SimpleFragmentShader": 1,
|
24186
|
+
"STRINGIFY": 1,
|
24187
|
+
"FrontColor": 2,
|
23795
24188
|
"kCoeff": 2,
|
23796
24189
|
"kCube": 2,
|
23797
24190
|
"uShift": 3,
|
@@ -24827,7 +25220,7 @@
|
|
24827
25220
|
"echoDirListViaAntBuilder": 1,
|
24828
25221
|
"(": 7,
|
24829
25222
|
")": 7,
|
24830
|
-
"{":
|
25223
|
+
"{": 9,
|
24831
25224
|
"description": 1,
|
24832
25225
|
"//Docs": 1,
|
24833
25226
|
"http": 1,
|
@@ -24855,7 +25248,7 @@
|
|
24855
25248
|
"ant.fileScanner": 1,
|
24856
25249
|
"fileset": 1,
|
24857
25250
|
"dir": 1,
|
24858
|
-
"}":
|
25251
|
+
"}": 9,
|
24859
25252
|
".each": 1,
|
24860
25253
|
"//Print": 1,
|
24861
25254
|
"each": 1,
|
@@ -24866,10 +25259,16 @@
|
|
24866
25259
|
"CWD": 1,
|
24867
25260
|
"projectDir": 1,
|
24868
25261
|
"removed.": 1,
|
24869
|
-
"println":
|
25262
|
+
"println": 3,
|
24870
25263
|
"it.toString": 1,
|
24871
25264
|
"-": 1,
|
24872
|
-
"SHEBANG#!groovy":
|
25265
|
+
"SHEBANG#!groovy": 2,
|
25266
|
+
"html": 3,
|
25267
|
+
"head": 2,
|
25268
|
+
"component": 1,
|
25269
|
+
"title": 2,
|
25270
|
+
"body": 1,
|
25271
|
+
"p": 1
|
24873
25272
|
},
|
24874
25273
|
"Groovy Server Pages": {
|
24875
25274
|
"<html>": 4,
|
@@ -26472,15 +26871,15 @@
|
|
26472
26871
|
".internalBuildGeneratedFileFrom": 1
|
26473
26872
|
},
|
26474
26873
|
"JavaScript": {
|
26475
|
-
"function":
|
26476
|
-
"(":
|
26477
|
-
")":
|
26478
|
-
"{":
|
26479
|
-
";":
|
26874
|
+
"function": 1212,
|
26875
|
+
"(": 8518,
|
26876
|
+
")": 8526,
|
26877
|
+
"{": 2738,
|
26878
|
+
";": 4056,
|
26480
26879
|
"//": 410,
|
26481
26880
|
"jshint": 1,
|
26482
26881
|
"_": 9,
|
26483
|
-
"var":
|
26882
|
+
"var": 911,
|
26484
26883
|
"Modal": 2,
|
26485
26884
|
"content": 5,
|
26486
26885
|
"options": 56,
|
@@ -26490,15 +26889,15 @@
|
|
26490
26889
|
".delegate": 2,
|
26491
26890
|
".proxy": 1,
|
26492
26891
|
"this.hide": 1,
|
26493
|
-
"this":
|
26494
|
-
"}":
|
26892
|
+
"this": 578,
|
26893
|
+
"}": 2714,
|
26495
26894
|
"Modal.prototype": 1,
|
26496
26895
|
"constructor": 8,
|
26497
26896
|
"toggle": 10,
|
26498
|
-
"return":
|
26499
|
-
"[":
|
26897
|
+
"return": 945,
|
26898
|
+
"[": 1461,
|
26500
26899
|
"this.isShown": 3,
|
26501
|
-
"]":
|
26900
|
+
"]": 1458,
|
26502
26901
|
"show": 10,
|
26503
26902
|
"that": 33,
|
26504
26903
|
"e": 663,
|
@@ -26526,7 +26925,7 @@
|
|
26526
26925
|
"hide": 8,
|
26527
26926
|
"body": 22,
|
26528
26927
|
"modal": 4,
|
26529
|
-
"-":
|
26928
|
+
"-": 706,
|
26530
26929
|
"open": 2,
|
26531
26930
|
"fade": 4,
|
26532
26931
|
"hidden": 12,
|
@@ -27186,6 +27585,12 @@
|
|
27186
27585
|
"_results.push": 2,
|
27187
27586
|
"math.cube": 2,
|
27188
27587
|
".slice": 6,
|
27588
|
+
"window": 18,
|
27589
|
+
"angular": 1,
|
27590
|
+
"Array.prototype.last": 1,
|
27591
|
+
"this.length": 41,
|
27592
|
+
"app": 3,
|
27593
|
+
"angular.module": 1,
|
27189
27594
|
"A": 24,
|
27190
27595
|
"w": 110,
|
27191
27596
|
"ma": 3,
|
@@ -27324,7 +27729,6 @@
|
|
27324
27729
|
"c.prototype": 1,
|
27325
27730
|
"init": 7,
|
27326
27731
|
"this.context": 17,
|
27327
|
-
"this.length": 40,
|
27328
27732
|
"s.body": 2,
|
27329
27733
|
"this.selector": 16,
|
27330
27734
|
"Ta.exec": 1,
|
@@ -27885,7 +28289,6 @@
|
|
27885
28289
|
"scrollTo": 1,
|
27886
28290
|
"CSS1Compat": 1,
|
27887
28291
|
"client": 3,
|
27888
|
-
"window": 16,
|
27889
28292
|
"document": 26,
|
27890
28293
|
"window.document": 2,
|
27891
28294
|
"navigator": 3,
|
@@ -29539,7 +29942,6 @@
|
|
29539
29942
|
"week": 1,
|
29540
29943
|
"bK": 1,
|
29541
29944
|
"about": 1,
|
29542
|
-
"app": 2,
|
29543
29945
|
"storage": 1,
|
29544
29946
|
"extension": 1,
|
29545
29947
|
"widget": 1,
|
@@ -30718,6 +31120,7 @@
|
|
30718
31120
|
"js": 1,
|
30719
31121
|
"classes.join": 1,
|
30720
31122
|
"this.document": 1,
|
31123
|
+
"window.angular": 1,
|
30721
31124
|
"PEG.parser": 1,
|
30722
31125
|
"quote": 3,
|
30723
31126
|
"result0": 264,
|
@@ -47330,6 +47733,278 @@
|
|
47330
47733
|
"there": 1,
|
47331
47734
|
"it": 1
|
47332
47735
|
},
|
47736
|
+
"Ox": {
|
47737
|
+
"#include": 2,
|
47738
|
+
"Kapital": 4,
|
47739
|
+
"(": 119,
|
47740
|
+
"L": 2,
|
47741
|
+
"const": 4,
|
47742
|
+
"N": 5,
|
47743
|
+
"entrant": 8,
|
47744
|
+
"exit": 2,
|
47745
|
+
"KP": 14,
|
47746
|
+
")": 119,
|
47747
|
+
"{": 22,
|
47748
|
+
"StateVariable": 1,
|
47749
|
+
";": 91,
|
47750
|
+
"this.entrant": 1,
|
47751
|
+
"this.exit": 1,
|
47752
|
+
"this.KP": 1,
|
47753
|
+
"actual": 2,
|
47754
|
+
"Kbar*vals/": 1,
|
47755
|
+
"-": 31,
|
47756
|
+
"upper": 3,
|
47757
|
+
"log": 2,
|
47758
|
+
".Inf": 2,
|
47759
|
+
"}": 22,
|
47760
|
+
"Transit": 1,
|
47761
|
+
"FeasA": 2,
|
47762
|
+
"decl": 3,
|
47763
|
+
"ent": 5,
|
47764
|
+
"CV": 7,
|
47765
|
+
"stayout": 3,
|
47766
|
+
"[": 25,
|
47767
|
+
"]": 25,
|
47768
|
+
"exit.pos": 1,
|
47769
|
+
"tprob": 5,
|
47770
|
+
"sigu": 2,
|
47771
|
+
"SigU": 2,
|
47772
|
+
"if": 5,
|
47773
|
+
"v": 2,
|
47774
|
+
"&&": 1,
|
47775
|
+
"return": 10,
|
47776
|
+
"<0>": 1,
|
47777
|
+
"ones": 1,
|
47778
|
+
"probn": 2,
|
47779
|
+
"Kbe": 2,
|
47780
|
+
"/sigu": 1,
|
47781
|
+
"Kb0": 2,
|
47782
|
+
"+": 14,
|
47783
|
+
"Kb2": 2,
|
47784
|
+
"*upper": 1,
|
47785
|
+
"/": 1,
|
47786
|
+
"vals": 1,
|
47787
|
+
"tprob.*": 1,
|
47788
|
+
"zeros": 4,
|
47789
|
+
".*stayout": 1,
|
47790
|
+
"FirmEntry": 6,
|
47791
|
+
"Run": 1,
|
47792
|
+
"Initialize": 3,
|
47793
|
+
"GenerateSample": 2,
|
47794
|
+
"BDP": 2,
|
47795
|
+
"BayesianDP": 1,
|
47796
|
+
"Rust": 1,
|
47797
|
+
"Reachable": 2,
|
47798
|
+
"sige": 2,
|
47799
|
+
"new": 19,
|
47800
|
+
"StDeviations": 1,
|
47801
|
+
"<0.3,0.3>": 1,
|
47802
|
+
"LaggedAction": 1,
|
47803
|
+
"d": 2,
|
47804
|
+
"array": 1,
|
47805
|
+
"Kparams": 1,
|
47806
|
+
"Positive": 4,
|
47807
|
+
"Free": 1,
|
47808
|
+
"Kb1": 1,
|
47809
|
+
"Determined": 1,
|
47810
|
+
"EndogenousStates": 1,
|
47811
|
+
"K": 3,
|
47812
|
+
"KN": 1,
|
47813
|
+
"SetDelta": 1,
|
47814
|
+
"Probability": 1,
|
47815
|
+
"kcoef": 3,
|
47816
|
+
"ecost": 3,
|
47817
|
+
"Negative": 1,
|
47818
|
+
"CreateSpaces": 1,
|
47819
|
+
"Volume": 3,
|
47820
|
+
"LOUD": 1,
|
47821
|
+
"EM": 4,
|
47822
|
+
"ValueIteration": 1,
|
47823
|
+
"//": 17,
|
47824
|
+
"Solve": 1,
|
47825
|
+
"data": 4,
|
47826
|
+
"DataSet": 1,
|
47827
|
+
"Simulate": 1,
|
47828
|
+
"DataN": 1,
|
47829
|
+
"DataT": 1,
|
47830
|
+
"FALSE": 1,
|
47831
|
+
"Print": 1,
|
47832
|
+
"ImaiJainChing": 1,
|
47833
|
+
"delta": 1,
|
47834
|
+
"*CV": 2,
|
47835
|
+
"Utility": 1,
|
47836
|
+
"u": 2,
|
47837
|
+
"ent*CV": 1,
|
47838
|
+
"*AV": 1,
|
47839
|
+
"|": 1,
|
47840
|
+
"ParallelObjective": 1,
|
47841
|
+
"obj": 18,
|
47842
|
+
"DONOTUSECLIENT": 2,
|
47843
|
+
"isclass": 1,
|
47844
|
+
"obj.p2p": 2,
|
47845
|
+
"oxwarning": 1,
|
47846
|
+
"obj.L": 1,
|
47847
|
+
"P2P": 2,
|
47848
|
+
"ObjClient": 4,
|
47849
|
+
"ObjServer": 7,
|
47850
|
+
"this.obj": 2,
|
47851
|
+
"Execute": 4,
|
47852
|
+
"basetag": 2,
|
47853
|
+
"STOP_TAG": 1,
|
47854
|
+
"iml": 1,
|
47855
|
+
"obj.NvfuncTerms": 2,
|
47856
|
+
"Nparams": 6,
|
47857
|
+
"obj.nstruct": 2,
|
47858
|
+
"Loop": 2,
|
47859
|
+
"nxtmsgsz": 2,
|
47860
|
+
"//free": 1,
|
47861
|
+
"param": 1,
|
47862
|
+
"length": 1,
|
47863
|
+
"is": 1,
|
47864
|
+
"no": 2,
|
47865
|
+
"greater": 1,
|
47866
|
+
"than": 1,
|
47867
|
+
"QUIET": 2,
|
47868
|
+
"println": 2,
|
47869
|
+
"ID": 2,
|
47870
|
+
"Server": 1,
|
47871
|
+
"Recv": 1,
|
47872
|
+
"ANY_TAG": 1,
|
47873
|
+
"//receive": 1,
|
47874
|
+
"the": 1,
|
47875
|
+
"ending": 1,
|
47876
|
+
"parameter": 1,
|
47877
|
+
"vector": 1,
|
47878
|
+
"Encode": 3,
|
47879
|
+
"Buffer": 8,
|
47880
|
+
"//encode": 1,
|
47881
|
+
"it.": 1,
|
47882
|
+
"Decode": 1,
|
47883
|
+
"obj.nfree": 1,
|
47884
|
+
"obj.cur.V": 1,
|
47885
|
+
"vfunc": 2,
|
47886
|
+
"CstrServer": 3,
|
47887
|
+
"SepServer": 3,
|
47888
|
+
"Lagrangian": 1,
|
47889
|
+
"rows": 1,
|
47890
|
+
"obj.cur": 1,
|
47891
|
+
"Vec": 1,
|
47892
|
+
"obj.Kvar.v": 1,
|
47893
|
+
"imod": 1,
|
47894
|
+
"Tag": 1,
|
47895
|
+
"obj.K": 1,
|
47896
|
+
"TRUE": 1,
|
47897
|
+
"obj.Kvar": 1,
|
47898
|
+
"PDF": 1,
|
47899
|
+
"*": 5,
|
47900
|
+
"nldge": 1,
|
47901
|
+
"ParticleLogLikeli": 1,
|
47902
|
+
"it": 5,
|
47903
|
+
"ip": 1,
|
47904
|
+
"mss": 3,
|
47905
|
+
"mbas": 1,
|
47906
|
+
"ms": 8,
|
47907
|
+
"my": 4,
|
47908
|
+
"mx": 7,
|
47909
|
+
"vw": 7,
|
47910
|
+
"vwi": 4,
|
47911
|
+
"dws": 3,
|
47912
|
+
"mhi": 3,
|
47913
|
+
"mhdet": 2,
|
47914
|
+
"loglikeli": 4,
|
47915
|
+
"mData": 4,
|
47916
|
+
"vxm": 1,
|
47917
|
+
"vxs": 1,
|
47918
|
+
"mxm": 1,
|
47919
|
+
"<": 4,
|
47920
|
+
"mxsu": 1,
|
47921
|
+
"mxsl": 1,
|
47922
|
+
"time": 2,
|
47923
|
+
"timeall": 1,
|
47924
|
+
"timeran": 1,
|
47925
|
+
"timelik": 1,
|
47926
|
+
"timefun": 1,
|
47927
|
+
"timeint": 1,
|
47928
|
+
"timeres": 1,
|
47929
|
+
"GetData": 1,
|
47930
|
+
"m_asY": 1,
|
47931
|
+
"sqrt": 1,
|
47932
|
+
"*M_PI": 1,
|
47933
|
+
"m_cY": 1,
|
47934
|
+
"determinant": 2,
|
47935
|
+
"m_mMSbE.": 2,
|
47936
|
+
"covariance": 2,
|
47937
|
+
"invert": 2,
|
47938
|
+
"of": 2,
|
47939
|
+
"measurement": 1,
|
47940
|
+
"shocks": 1,
|
47941
|
+
"m_vSss": 1,
|
47942
|
+
"m_cPar": 4,
|
47943
|
+
"m_cS": 1,
|
47944
|
+
"start": 1,
|
47945
|
+
"particles": 2,
|
47946
|
+
"m_vXss": 1,
|
47947
|
+
"m_cX": 1,
|
47948
|
+
"steady": 1,
|
47949
|
+
"state": 3,
|
47950
|
+
"and": 1,
|
47951
|
+
"policy": 2,
|
47952
|
+
"init": 1,
|
47953
|
+
"likelihood": 1,
|
47954
|
+
"//timeall": 1,
|
47955
|
+
"timer": 3,
|
47956
|
+
"for": 2,
|
47957
|
+
"sizer": 1,
|
47958
|
+
"rann": 1,
|
47959
|
+
"m_cSS": 1,
|
47960
|
+
"m_mSSbE": 1,
|
47961
|
+
"noise": 1,
|
47962
|
+
"fg": 1,
|
47963
|
+
"&": 2,
|
47964
|
+
"transition": 1,
|
47965
|
+
"prior": 1,
|
47966
|
+
"as": 1,
|
47967
|
+
"proposal": 1,
|
47968
|
+
"m_oApprox.FastInterpolate": 1,
|
47969
|
+
"interpolate": 1,
|
47970
|
+
"fy": 1,
|
47971
|
+
"m_cMS": 1,
|
47972
|
+
"evaluate": 1,
|
47973
|
+
"importance": 1,
|
47974
|
+
"weights": 2,
|
47975
|
+
"observation": 1,
|
47976
|
+
"error": 1,
|
47977
|
+
"exp": 2,
|
47978
|
+
"outer": 1,
|
47979
|
+
"/mhdet": 2,
|
47980
|
+
"sumr": 1,
|
47981
|
+
"my*mhi": 1,
|
47982
|
+
".*my": 1,
|
47983
|
+
".": 3,
|
47984
|
+
".NaN": 1,
|
47985
|
+
"can": 1,
|
47986
|
+
"happen": 1,
|
47987
|
+
"extrem": 1,
|
47988
|
+
"sumc": 1,
|
47989
|
+
"or": 1,
|
47990
|
+
"extremely": 1,
|
47991
|
+
"wrong": 1,
|
47992
|
+
"parameters": 1,
|
47993
|
+
"dws/m_cPar": 1,
|
47994
|
+
"loglikelihood": 1,
|
47995
|
+
"contribution": 1,
|
47996
|
+
"//timelik": 1,
|
47997
|
+
"/100": 1,
|
47998
|
+
"//time": 1,
|
47999
|
+
"resample": 1,
|
48000
|
+
"vw/dws": 1,
|
48001
|
+
"selection": 1,
|
48002
|
+
"step": 1,
|
48003
|
+
"in": 1,
|
48004
|
+
"c": 1,
|
48005
|
+
"on": 1,
|
48006
|
+
"normalized": 1
|
48007
|
+
},
|
47333
48008
|
"Oxygene": {
|
47334
48009
|
"<Project>": 1,
|
47335
48010
|
"DefaultTargets=": 1,
|
@@ -47422,6 +48097,69 @@
|
|
47422
48097
|
"</None>": 1,
|
47423
48098
|
"</Project>": 1
|
47424
48099
|
},
|
48100
|
+
"Pan": {
|
48101
|
+
"object": 1,
|
48102
|
+
"template": 1,
|
48103
|
+
"pantest": 1,
|
48104
|
+
";": 32,
|
48105
|
+
"xFF": 1,
|
48106
|
+
"e": 2,
|
48107
|
+
"-": 2,
|
48108
|
+
"E10": 1,
|
48109
|
+
"variable": 4,
|
48110
|
+
"TEST": 2,
|
48111
|
+
"to_string": 1,
|
48112
|
+
"(": 8,
|
48113
|
+
")": 8,
|
48114
|
+
"+": 2,
|
48115
|
+
"value": 1,
|
48116
|
+
"undef": 1,
|
48117
|
+
"null": 1,
|
48118
|
+
"error": 1,
|
48119
|
+
"include": 1,
|
48120
|
+
"{": 5,
|
48121
|
+
"}": 5,
|
48122
|
+
"pkg_repl": 2,
|
48123
|
+
"PKG_ARCH_DEFAULT": 1,
|
48124
|
+
"function": 1,
|
48125
|
+
"show_things_view_for_stuff": 1,
|
48126
|
+
"thing": 2,
|
48127
|
+
"ARGV": 1,
|
48128
|
+
"[": 2,
|
48129
|
+
"]": 2,
|
48130
|
+
"foreach": 1,
|
48131
|
+
"i": 1,
|
48132
|
+
"mything": 2,
|
48133
|
+
"STUFF": 1,
|
48134
|
+
"if": 1,
|
48135
|
+
"return": 2,
|
48136
|
+
"true": 2,
|
48137
|
+
"else": 1,
|
48138
|
+
"SELF": 1,
|
48139
|
+
"false": 2,
|
48140
|
+
"HERE": 1,
|
48141
|
+
"<<": 1,
|
48142
|
+
"EOF": 2,
|
48143
|
+
"This": 1,
|
48144
|
+
"example": 1,
|
48145
|
+
"demonstrates": 1,
|
48146
|
+
"an": 1,
|
48147
|
+
"in": 1,
|
48148
|
+
"line": 1,
|
48149
|
+
"heredoc": 1,
|
48150
|
+
"style": 1,
|
48151
|
+
"config": 1,
|
48152
|
+
"file": 1,
|
48153
|
+
"main": 1,
|
48154
|
+
"awesome": 1,
|
48155
|
+
"small": 1,
|
48156
|
+
"#This": 1,
|
48157
|
+
"should": 1,
|
48158
|
+
"be": 1,
|
48159
|
+
"highlighted": 1,
|
48160
|
+
"normally": 1,
|
48161
|
+
"again.": 1
|
48162
|
+
},
|
47425
48163
|
"Parrot Assembly": {
|
47426
48164
|
"SHEBANG#!parrot": 1,
|
47427
48165
|
".pcc_sub": 1,
|
@@ -54467,20 +55205,20 @@
|
|
54467
55205
|
"R": {
|
54468
55206
|
"df.residual.mira": 1,
|
54469
55207
|
"<": 46,
|
54470
|
-
"-":
|
55208
|
+
"-": 53,
|
54471
55209
|
"function": 18,
|
54472
55210
|
"(": 219,
|
54473
55211
|
"object": 12,
|
54474
55212
|
"...": 4,
|
54475
55213
|
")": 220,
|
54476
|
-
"{":
|
55214
|
+
"{": 58,
|
54477
55215
|
"fit": 2,
|
54478
55216
|
"analyses": 1,
|
54479
55217
|
"[": 23,
|
54480
55218
|
"]": 24,
|
54481
55219
|
"return": 8,
|
54482
55220
|
"df.residual": 2,
|
54483
|
-
"}":
|
55221
|
+
"}": 58,
|
54484
55222
|
"df.residual.lme": 1,
|
54485
55223
|
"fixDF": 1,
|
54486
55224
|
"df.residual.mer": 1,
|
@@ -54516,7 +55254,7 @@
|
|
54516
55254
|
"SHEBANG#!Rscript": 2,
|
54517
55255
|
"#": 45,
|
54518
55256
|
"MedianNorm": 2,
|
54519
|
-
"data":
|
55257
|
+
"data": 13,
|
54520
55258
|
"geomeans": 3,
|
54521
55259
|
"<->": 1,
|
54522
55260
|
"exp": 1,
|
@@ -54554,7 +55292,7 @@
|
|
54554
55292
|
"outfile": 4,
|
54555
55293
|
"sprintf": 2,
|
54556
55294
|
"png": 2,
|
54557
|
-
"h":
|
55295
|
+
"h": 13,
|
54558
55296
|
"hist": 4,
|
54559
55297
|
"plot": 7,
|
54560
55298
|
"FALSE": 9,
|
@@ -54566,7 +55304,7 @@
|
|
54566
55304
|
"main": 2,
|
54567
55305
|
"xlab": 2,
|
54568
55306
|
"ylab": 2,
|
54569
|
-
"for":
|
55307
|
+
"for": 4,
|
54570
55308
|
"i": 6,
|
54571
55309
|
"in": 8,
|
54572
55310
|
"lines": 6,
|
@@ -54612,7 +55350,7 @@
|
|
54612
55350
|
"hello": 2,
|
54613
55351
|
"print": 1,
|
54614
55352
|
"module": 25,
|
54615
|
-
"code":
|
55353
|
+
"code": 21,
|
54616
55354
|
"available": 1,
|
54617
55355
|
"via": 1,
|
54618
55356
|
"the": 16,
|
@@ -54634,17 +55372,17 @@
|
|
54634
55372
|
"is": 7,
|
54635
55373
|
"optionally": 1,
|
54636
55374
|
"attached": 2,
|
54637
|
-
"to":
|
54638
|
-
"of":
|
55375
|
+
"to": 9,
|
55376
|
+
"of": 2,
|
54639
55377
|
"current": 2,
|
54640
55378
|
"scope": 1,
|
54641
55379
|
"defaults": 1,
|
54642
|
-
".":
|
55380
|
+
".": 7,
|
54643
55381
|
"However": 1,
|
54644
55382
|
"interactive": 2,
|
54645
55383
|
"invoked": 1,
|
54646
55384
|
"directly": 1,
|
54647
|
-
"from":
|
55385
|
+
"from": 5,
|
54648
55386
|
"terminal": 1,
|
54649
55387
|
"only": 1,
|
54650
55388
|
"i.e.": 1,
|
@@ -54652,12 +55390,12 @@
|
|
54652
55390
|
"within": 1,
|
54653
55391
|
"modules": 4,
|
54654
55392
|
"import.attach": 1,
|
54655
|
-
"can":
|
54656
|
-
"be":
|
54657
|
-
"set":
|
55393
|
+
"can": 3,
|
55394
|
+
"be": 8,
|
55395
|
+
"set": 2,
|
54658
55396
|
"or": 1,
|
54659
55397
|
"depending": 1,
|
54660
|
-
"on":
|
55398
|
+
"on": 2,
|
54661
55399
|
"user": 1,
|
54662
55400
|
"s": 2,
|
54663
55401
|
"preference.": 1,
|
@@ -54665,7 +55403,7 @@
|
|
54665
55403
|
"causes": 1,
|
54666
55404
|
"emph": 3,
|
54667
55405
|
"operators": 3,
|
54668
|
-
"by":
|
55406
|
+
"by": 2,
|
54669
55407
|
"default": 1,
|
54670
55408
|
"path.": 1,
|
54671
55409
|
"Not": 1,
|
@@ -54674,14 +55412,14 @@
|
|
54674
55412
|
"therefore": 1,
|
54675
55413
|
"drastically": 1,
|
54676
55414
|
"limits": 1,
|
54677
|
-
"a":
|
55415
|
+
"a": 6,
|
54678
55416
|
"usefulness.": 1,
|
54679
55417
|
"Modules": 1,
|
54680
|
-
"are":
|
55418
|
+
"are": 4,
|
54681
55419
|
"searched": 1,
|
54682
55420
|
"options": 1,
|
54683
55421
|
"priority.": 1,
|
54684
|
-
"The":
|
55422
|
+
"The": 5,
|
54685
55423
|
"directory": 1,
|
54686
55424
|
"always": 1,
|
54687
55425
|
"considered": 1,
|
@@ -54744,7 +55482,7 @@
|
|
54744
55482
|
"exhibit_namespace": 3,
|
54745
55483
|
"identical": 2,
|
54746
55484
|
".GlobalEnv": 2,
|
54747
|
-
"name":
|
55485
|
+
"name": 10,
|
54748
55486
|
"environmentName": 2,
|
54749
55487
|
"parent.env": 4,
|
54750
55488
|
"export_operators": 2,
|
@@ -54757,7 +55495,7 @@
|
|
54757
55495
|
"parent": 9,
|
54758
55496
|
".BaseNamespaceEnv": 1,
|
54759
55497
|
"paste": 3,
|
54760
|
-
"source":
|
55498
|
+
"source": 3,
|
54761
55499
|
"chdir": 1,
|
54762
55500
|
"envir": 5,
|
54763
55501
|
"cache_module": 1,
|
@@ -54781,7 +55519,7 @@
|
|
54781
55519
|
"references": 1,
|
54782
55520
|
"remain": 1,
|
54783
55521
|
"unchanged": 1,
|
54784
|
-
"and":
|
55522
|
+
"and": 5,
|
54785
55523
|
"files": 1,
|
54786
55524
|
"would": 1,
|
54787
55525
|
"have": 1,
|
@@ -54830,7 +55568,58 @@
|
|
54830
55568
|
"pts": 1,
|
54831
55569
|
"spsample": 1,
|
54832
55570
|
"polyg": 1,
|
54833
|
-
"numpoints": 1
|
55571
|
+
"numpoints": 1,
|
55572
|
+
"docType": 1,
|
55573
|
+
"package": 5,
|
55574
|
+
"scholar": 6,
|
55575
|
+
"alias": 2,
|
55576
|
+
"title": 1,
|
55577
|
+
"reads": 1,
|
55578
|
+
"url": 2,
|
55579
|
+
"http": 2,
|
55580
|
+
"//scholar.google.com": 1,
|
55581
|
+
"Dates": 1,
|
55582
|
+
"citation": 2,
|
55583
|
+
"counts": 1,
|
55584
|
+
"estimated": 1,
|
55585
|
+
"determined": 1,
|
55586
|
+
"automatically": 1,
|
55587
|
+
"computer": 1,
|
55588
|
+
"program.": 1,
|
55589
|
+
"Use": 1,
|
55590
|
+
"at": 2,
|
55591
|
+
"your": 1,
|
55592
|
+
"own": 1,
|
55593
|
+
"risk.": 1,
|
55594
|
+
"description": 1,
|
55595
|
+
"provides": 1,
|
55596
|
+
"functions": 3,
|
55597
|
+
"extract": 1,
|
55598
|
+
"Google": 2,
|
55599
|
+
"Scholar.": 1,
|
55600
|
+
"There": 1,
|
55601
|
+
"also": 1,
|
55602
|
+
"convenience": 1,
|
55603
|
+
"comparing": 1,
|
55604
|
+
"multiple": 1,
|
55605
|
+
"scholars": 1,
|
55606
|
+
"predicting": 1,
|
55607
|
+
"index": 1,
|
55608
|
+
"scores": 1,
|
55609
|
+
"based": 1,
|
55610
|
+
"past": 1,
|
55611
|
+
"publication": 1,
|
55612
|
+
"records.": 1,
|
55613
|
+
"note": 1,
|
55614
|
+
"A": 1,
|
55615
|
+
"complementary": 1,
|
55616
|
+
"Scholar": 1,
|
55617
|
+
"found": 1,
|
55618
|
+
"//biostat.jhsph.edu/": 1,
|
55619
|
+
"jleek/code/googleCite.r": 1,
|
55620
|
+
"was": 1,
|
55621
|
+
"developed": 1,
|
55622
|
+
"independently.": 1
|
54834
55623
|
},
|
54835
55624
|
"Racket": {
|
54836
55625
|
";": 3,
|
@@ -57256,6 +58045,53 @@
|
|
57256
58045
|
"running_threads2": 2,
|
57257
58046
|
"port2.recv": 1
|
57258
58047
|
},
|
58048
|
+
"SAS": {
|
58049
|
+
"libname": 1,
|
58050
|
+
"source": 1,
|
58051
|
+
"data": 6,
|
58052
|
+
"work.working_copy": 5,
|
58053
|
+
";": 22,
|
58054
|
+
"set": 3,
|
58055
|
+
"source.original_file.sas7bdat": 1,
|
58056
|
+
"run": 6,
|
58057
|
+
"if": 2,
|
58058
|
+
"Purge": 1,
|
58059
|
+
"then": 2,
|
58060
|
+
"delete": 1,
|
58061
|
+
"ImportantVariable": 1,
|
58062
|
+
".": 1,
|
58063
|
+
"MissingFlag": 1,
|
58064
|
+
"proc": 2,
|
58065
|
+
"surveyselect": 1,
|
58066
|
+
"work.data": 1,
|
58067
|
+
"out": 2,
|
58068
|
+
"work.boot": 2,
|
58069
|
+
"method": 1,
|
58070
|
+
"urs": 1,
|
58071
|
+
"reps": 1,
|
58072
|
+
"seed": 2,
|
58073
|
+
"sampsize": 1,
|
58074
|
+
"outhits": 1,
|
58075
|
+
"samplingunit": 1,
|
58076
|
+
"Site": 1,
|
58077
|
+
"PROC": 1,
|
58078
|
+
"MI": 1,
|
58079
|
+
"work.bootmi": 2,
|
58080
|
+
"nimpute": 1,
|
58081
|
+
"round": 1,
|
58082
|
+
"By": 2,
|
58083
|
+
"Replicate": 2,
|
58084
|
+
"VAR": 1,
|
58085
|
+
"Variable1": 2,
|
58086
|
+
"Variable2": 2,
|
58087
|
+
"logistic": 1,
|
58088
|
+
"descending": 1,
|
58089
|
+
"_Imputation_": 1,
|
58090
|
+
"model": 1,
|
58091
|
+
"Outcome": 1,
|
58092
|
+
"/": 1,
|
58093
|
+
"risklimits": 1
|
58094
|
+
},
|
57259
58095
|
"Sass": {
|
57260
58096
|
"blue": 7,
|
57261
58097
|
"#3bbfce": 2,
|
@@ -61048,6 +61884,260 @@
|
|
61048
61884
|
"wait": 1,
|
61049
61885
|
".fork": 1
|
61050
61886
|
},
|
61887
|
+
"Swift": {
|
61888
|
+
"let": 43,
|
61889
|
+
"apples": 1,
|
61890
|
+
"oranges": 1,
|
61891
|
+
"appleSummary": 1,
|
61892
|
+
"fruitSummary": 1,
|
61893
|
+
"var": 42,
|
61894
|
+
"shoppingList": 3,
|
61895
|
+
"[": 18,
|
61896
|
+
"]": 18,
|
61897
|
+
"occupations": 2,
|
61898
|
+
"emptyArray": 1,
|
61899
|
+
"String": 27,
|
61900
|
+
"(": 89,
|
61901
|
+
")": 89,
|
61902
|
+
"emptyDictionary": 1,
|
61903
|
+
"Dictionary": 1,
|
61904
|
+
"<String,>": 1,
|
61905
|
+
"Float": 1,
|
61906
|
+
"//": 1,
|
61907
|
+
"Went": 1,
|
61908
|
+
"shopping": 1,
|
61909
|
+
"and": 1,
|
61910
|
+
"bought": 1,
|
61911
|
+
"everything.": 1,
|
61912
|
+
"individualScores": 2,
|
61913
|
+
"teamScore": 4,
|
61914
|
+
"for": 10,
|
61915
|
+
"score": 2,
|
61916
|
+
"in": 11,
|
61917
|
+
"{": 77,
|
61918
|
+
"if": 6,
|
61919
|
+
"+": 15,
|
61920
|
+
"}": 77,
|
61921
|
+
"else": 1,
|
61922
|
+
"optionalString": 2,
|
61923
|
+
"nil": 1,
|
61924
|
+
"optionalName": 2,
|
61925
|
+
"greeting": 2,
|
61926
|
+
"name": 21,
|
61927
|
+
"vegetable": 2,
|
61928
|
+
"switch": 4,
|
61929
|
+
"case": 21,
|
61930
|
+
"vegetableComment": 4,
|
61931
|
+
"x": 1,
|
61932
|
+
"where": 2,
|
61933
|
+
"x.hasSuffix": 1,
|
61934
|
+
"default": 2,
|
61935
|
+
"interestingNumbers": 2,
|
61936
|
+
"largest": 4,
|
61937
|
+
"kind": 1,
|
61938
|
+
"numbers": 6,
|
61939
|
+
"number": 13,
|
61940
|
+
"n": 5,
|
61941
|
+
"while": 2,
|
61942
|
+
"<": 4,
|
61943
|
+
"*": 7,
|
61944
|
+
"m": 5,
|
61945
|
+
"do": 1,
|
61946
|
+
"firstForLoop": 3,
|
61947
|
+
"i": 6,
|
61948
|
+
"secondForLoop": 3,
|
61949
|
+
";": 2,
|
61950
|
+
"println": 1,
|
61951
|
+
"func": 24,
|
61952
|
+
"greet": 2,
|
61953
|
+
"day": 1,
|
61954
|
+
"-": 21,
|
61955
|
+
"return": 30,
|
61956
|
+
"getGasPrices": 2,
|
61957
|
+
"Double": 11,
|
61958
|
+
"sumOf": 3,
|
61959
|
+
"Int...": 1,
|
61960
|
+
"Int": 19,
|
61961
|
+
"sum": 3,
|
61962
|
+
"returnFifteen": 2,
|
61963
|
+
"y": 3,
|
61964
|
+
"add": 2,
|
61965
|
+
"makeIncrementer": 2,
|
61966
|
+
"addOne": 2,
|
61967
|
+
"increment": 2,
|
61968
|
+
"hasAnyMatches": 2,
|
61969
|
+
"list": 2,
|
61970
|
+
"condition": 2,
|
61971
|
+
"Bool": 4,
|
61972
|
+
"item": 4,
|
61973
|
+
"true": 2,
|
61974
|
+
"false": 2,
|
61975
|
+
"lessThanTen": 2,
|
61976
|
+
"numbers.map": 2,
|
61977
|
+
"result": 5,
|
61978
|
+
"sort": 1,
|
61979
|
+
"class": 7,
|
61980
|
+
"Shape": 2,
|
61981
|
+
"numberOfSides": 4,
|
61982
|
+
"simpleDescription": 14,
|
61983
|
+
"myVariable": 2,
|
61984
|
+
"myConstant": 1,
|
61985
|
+
"shape": 1,
|
61986
|
+
"shape.numberOfSides": 1,
|
61987
|
+
"shapeDescription": 1,
|
61988
|
+
"shape.simpleDescription": 1,
|
61989
|
+
"NamedShape": 3,
|
61990
|
+
"init": 4,
|
61991
|
+
"self.name": 1,
|
61992
|
+
"Square": 7,
|
61993
|
+
"sideLength": 17,
|
61994
|
+
"self.sideLength": 2,
|
61995
|
+
"super.init": 2,
|
61996
|
+
"area": 1,
|
61997
|
+
"override": 2,
|
61998
|
+
"test": 1,
|
61999
|
+
"test.area": 1,
|
62000
|
+
"test.simpleDescription": 1,
|
62001
|
+
"EquilateralTriangle": 4,
|
62002
|
+
"perimeter": 1,
|
62003
|
+
"get": 2,
|
62004
|
+
"set": 1,
|
62005
|
+
"newValue": 1,
|
62006
|
+
"/": 1,
|
62007
|
+
"triangle": 3,
|
62008
|
+
"triangle.perimeter": 2,
|
62009
|
+
"triangle.sideLength": 2,
|
62010
|
+
"TriangleAndSquare": 2,
|
62011
|
+
"willSet": 2,
|
62012
|
+
"square.sideLength": 1,
|
62013
|
+
"newValue.sideLength": 2,
|
62014
|
+
"square": 2,
|
62015
|
+
"size": 4,
|
62016
|
+
"triangleAndSquare": 1,
|
62017
|
+
"triangleAndSquare.square.sideLength": 1,
|
62018
|
+
"triangleAndSquare.triangle.sideLength": 2,
|
62019
|
+
"triangleAndSquare.square": 1,
|
62020
|
+
"Counter": 2,
|
62021
|
+
"count": 2,
|
62022
|
+
"incrementBy": 1,
|
62023
|
+
"amount": 2,
|
62024
|
+
"numberOfTimes": 2,
|
62025
|
+
"times": 4,
|
62026
|
+
"counter": 1,
|
62027
|
+
"counter.incrementBy": 1,
|
62028
|
+
"optionalSquare": 2,
|
62029
|
+
".sideLength": 1,
|
62030
|
+
"enum": 4,
|
62031
|
+
"Rank": 2,
|
62032
|
+
"Ace": 1,
|
62033
|
+
"Two": 1,
|
62034
|
+
"Three": 1,
|
62035
|
+
"Four": 1,
|
62036
|
+
"Five": 1,
|
62037
|
+
"Six": 1,
|
62038
|
+
"Seven": 1,
|
62039
|
+
"Eight": 1,
|
62040
|
+
"Nine": 1,
|
62041
|
+
"Ten": 1,
|
62042
|
+
"Jack": 1,
|
62043
|
+
"Queen": 1,
|
62044
|
+
"King": 1,
|
62045
|
+
"self": 3,
|
62046
|
+
".Ace": 1,
|
62047
|
+
".Jack": 1,
|
62048
|
+
".Queen": 1,
|
62049
|
+
".King": 1,
|
62050
|
+
"self.toRaw": 1,
|
62051
|
+
"ace": 1,
|
62052
|
+
"Rank.Ace": 1,
|
62053
|
+
"aceRawValue": 1,
|
62054
|
+
"ace.toRaw": 1,
|
62055
|
+
"convertedRank": 1,
|
62056
|
+
"Rank.fromRaw": 1,
|
62057
|
+
"threeDescription": 1,
|
62058
|
+
"convertedRank.simpleDescription": 1,
|
62059
|
+
"Suit": 2,
|
62060
|
+
"Spades": 1,
|
62061
|
+
"Hearts": 1,
|
62062
|
+
"Diamonds": 1,
|
62063
|
+
"Clubs": 1,
|
62064
|
+
".Spades": 2,
|
62065
|
+
".Hearts": 1,
|
62066
|
+
".Diamonds": 1,
|
62067
|
+
".Clubs": 1,
|
62068
|
+
"hearts": 1,
|
62069
|
+
"Suit.Hearts": 1,
|
62070
|
+
"heartsDescription": 1,
|
62071
|
+
"hearts.simpleDescription": 1,
|
62072
|
+
"implicitInteger": 1,
|
62073
|
+
"implicitDouble": 1,
|
62074
|
+
"explicitDouble": 1,
|
62075
|
+
"struct": 2,
|
62076
|
+
"Card": 2,
|
62077
|
+
"rank": 2,
|
62078
|
+
"suit": 2,
|
62079
|
+
"threeOfSpades": 1,
|
62080
|
+
".Three": 1,
|
62081
|
+
"threeOfSpadesDescription": 1,
|
62082
|
+
"threeOfSpades.simpleDescription": 1,
|
62083
|
+
"ServerResponse": 1,
|
62084
|
+
"Result": 1,
|
62085
|
+
"Error": 1,
|
62086
|
+
"success": 2,
|
62087
|
+
"ServerResponse.Result": 1,
|
62088
|
+
"failure": 1,
|
62089
|
+
"ServerResponse.Error": 1,
|
62090
|
+
".Result": 1,
|
62091
|
+
"sunrise": 1,
|
62092
|
+
"sunset": 1,
|
62093
|
+
"serverResponse": 2,
|
62094
|
+
".Error": 1,
|
62095
|
+
"error": 1,
|
62096
|
+
"protocol": 1,
|
62097
|
+
"ExampleProtocol": 5,
|
62098
|
+
"mutating": 3,
|
62099
|
+
"adjust": 4,
|
62100
|
+
"SimpleClass": 2,
|
62101
|
+
"anotherProperty": 1,
|
62102
|
+
"a": 2,
|
62103
|
+
"a.adjust": 1,
|
62104
|
+
"aDescription": 1,
|
62105
|
+
"a.simpleDescription": 1,
|
62106
|
+
"SimpleStructure": 2,
|
62107
|
+
"b": 1,
|
62108
|
+
"b.adjust": 1,
|
62109
|
+
"bDescription": 1,
|
62110
|
+
"b.simpleDescription": 1,
|
62111
|
+
"extension": 1,
|
62112
|
+
"protocolValue": 1,
|
62113
|
+
"protocolValue.simpleDescription": 1,
|
62114
|
+
"repeat": 2,
|
62115
|
+
"<ItemType>": 1,
|
62116
|
+
"ItemType": 3,
|
62117
|
+
"OptionalValue": 2,
|
62118
|
+
"<T>": 1,
|
62119
|
+
"None": 1,
|
62120
|
+
"Some": 1,
|
62121
|
+
"T": 5,
|
62122
|
+
"possibleInteger": 2,
|
62123
|
+
"<Int>": 1,
|
62124
|
+
".None": 1,
|
62125
|
+
".Some": 1,
|
62126
|
+
"anyCommonElements": 2,
|
62127
|
+
"<T,>": 1,
|
62128
|
+
"U": 4,
|
62129
|
+
"Sequence": 2,
|
62130
|
+
"GeneratorType": 3,
|
62131
|
+
"Element": 3,
|
62132
|
+
"Equatable": 1,
|
62133
|
+
"lhs": 2,
|
62134
|
+
"rhs": 2,
|
62135
|
+
"lhsItem": 2,
|
62136
|
+
"rhsItem": 2,
|
62137
|
+
"label": 2,
|
62138
|
+
"width": 2,
|
62139
|
+
"widthLabel": 1
|
62140
|
+
},
|
61051
62141
|
"SystemVerilog": {
|
61052
62142
|
"module": 3,
|
61053
62143
|
"endpoint_phy_wrapper": 2,
|
@@ -65501,7 +66591,7 @@
|
|
65501
66591
|
"Brightscript": 579,
|
65502
66592
|
"C": 59053,
|
65503
66593
|
"C#": 278,
|
65504
|
-
"C++":
|
66594
|
+
"C++": 34739,
|
65505
66595
|
"Ceylon": 50,
|
65506
66596
|
"Cirru": 244,
|
65507
66597
|
"Clojure": 510,
|
@@ -65528,13 +66618,14 @@
|
|
65528
66618
|
"Forth": 1516,
|
65529
66619
|
"Frege": 5564,
|
65530
66620
|
"Game Maker Language": 13310,
|
66621
|
+
"GAMS": 363,
|
65531
66622
|
"GAP": 9944,
|
65532
66623
|
"GAS": 133,
|
65533
|
-
"GLSL":
|
66624
|
+
"GLSL": 4033,
|
65534
66625
|
"Gnuplot": 1023,
|
65535
66626
|
"Gosu": 410,
|
65536
66627
|
"Grammatical Framework": 10607,
|
65537
|
-
"Groovy":
|
66628
|
+
"Groovy": 93,
|
65538
66629
|
"Groovy Server Pages": 91,
|
65539
66630
|
"Haml": 4,
|
65540
66631
|
"Handlebars": 69,
|
@@ -65548,7 +66639,7 @@
|
|
65548
66639
|
"Ioke": 2,
|
65549
66640
|
"Jade": 3,
|
65550
66641
|
"Java": 8987,
|
65551
|
-
"JavaScript":
|
66642
|
+
"JavaScript": 76970,
|
65552
66643
|
"JSON": 183,
|
65553
66644
|
"JSON5": 57,
|
65554
66645
|
"JSONiq": 151,
|
@@ -65595,7 +66686,9 @@
|
|
65595
66686
|
"OpenCL": 144,
|
65596
66687
|
"OpenEdge ABL": 762,
|
65597
66688
|
"Org": 358,
|
66689
|
+
"Ox": 1006,
|
65598
66690
|
"Oxygene": 157,
|
66691
|
+
"Pan": 130,
|
65599
66692
|
"Parrot Assembly": 6,
|
65600
66693
|
"Parrot Internal Representation": 5,
|
65601
66694
|
"Pascal": 30,
|
@@ -65613,7 +66706,7 @@
|
|
65613
66706
|
"Protocol Buffer": 63,
|
65614
66707
|
"PureScript": 1652,
|
65615
66708
|
"Python": 5994,
|
65616
|
-
"R":
|
66709
|
+
"R": 1790,
|
65617
66710
|
"Racket": 331,
|
65618
66711
|
"Ragel in Ruby Host": 593,
|
65619
66712
|
"RDoc": 279,
|
@@ -65623,6 +66716,7 @@
|
|
65623
66716
|
"RobotFramework": 483,
|
65624
66717
|
"Ruby": 3862,
|
65625
66718
|
"Rust": 3566,
|
66719
|
+
"SAS": 93,
|
65626
66720
|
"Sass": 56,
|
65627
66721
|
"Scala": 750,
|
65628
66722
|
"Scaml": 4,
|
@@ -65641,6 +66735,7 @@
|
|
65641
66735
|
"Stata": 3133,
|
65642
66736
|
"Stylus": 76,
|
65643
66737
|
"SuperCollider": 133,
|
66738
|
+
"Swift": 1128,
|
65644
66739
|
"SystemVerilog": 541,
|
65645
66740
|
"Tcl": 1133,
|
65646
66741
|
"Tea": 3,
|
@@ -65682,7 +66777,7 @@
|
|
65682
66777
|
"Brightscript": 1,
|
65683
66778
|
"C": 29,
|
65684
66779
|
"C#": 2,
|
65685
|
-
"C++":
|
66780
|
+
"C++": 29,
|
65686
66781
|
"Ceylon": 1,
|
65687
66782
|
"Cirru": 9,
|
65688
66783
|
"Clojure": 7,
|
@@ -65709,13 +66804,14 @@
|
|
65709
66804
|
"Forth": 7,
|
65710
66805
|
"Frege": 4,
|
65711
66806
|
"Game Maker Language": 13,
|
66807
|
+
"GAMS": 1,
|
65712
66808
|
"GAP": 7,
|
65713
66809
|
"GAS": 1,
|
65714
|
-
"GLSL":
|
66810
|
+
"GLSL": 5,
|
65715
66811
|
"Gnuplot": 6,
|
65716
66812
|
"Gosu": 4,
|
65717
66813
|
"Grammatical Framework": 41,
|
65718
|
-
"Groovy":
|
66814
|
+
"Groovy": 5,
|
65719
66815
|
"Groovy Server Pages": 4,
|
65720
66816
|
"Haml": 1,
|
65721
66817
|
"Handlebars": 2,
|
@@ -65729,7 +66825,7 @@
|
|
65729
66825
|
"Ioke": 1,
|
65730
66826
|
"Jade": 1,
|
65731
66827
|
"Java": 6,
|
65732
|
-
"JavaScript":
|
66828
|
+
"JavaScript": 22,
|
65733
66829
|
"JSON": 4,
|
65734
66830
|
"JSON5": 2,
|
65735
66831
|
"JSONiq": 2,
|
@@ -65776,7 +66872,9 @@
|
|
65776
66872
|
"OpenCL": 2,
|
65777
66873
|
"OpenEdge ABL": 5,
|
65778
66874
|
"Org": 1,
|
66875
|
+
"Ox": 3,
|
65779
66876
|
"Oxygene": 1,
|
66877
|
+
"Pan": 1,
|
65780
66878
|
"Parrot Assembly": 1,
|
65781
66879
|
"Parrot Internal Representation": 1,
|
65782
66880
|
"Pascal": 1,
|
@@ -65794,7 +66892,7 @@
|
|
65794
66892
|
"Protocol Buffer": 1,
|
65795
66893
|
"PureScript": 4,
|
65796
66894
|
"Python": 9,
|
65797
|
-
"R":
|
66895
|
+
"R": 7,
|
65798
66896
|
"Racket": 2,
|
65799
66897
|
"Ragel in Ruby Host": 3,
|
65800
66898
|
"RDoc": 1,
|
@@ -65804,6 +66902,7 @@
|
|
65804
66902
|
"RobotFramework": 3,
|
65805
66903
|
"Ruby": 17,
|
65806
66904
|
"Rust": 1,
|
66905
|
+
"SAS": 2,
|
65807
66906
|
"Sass": 2,
|
65808
66907
|
"Scala": 4,
|
65809
66908
|
"Scaml": 1,
|
@@ -65822,6 +66921,7 @@
|
|
65822
66921
|
"Stata": 7,
|
65823
66922
|
"Stylus": 1,
|
65824
66923
|
"SuperCollider": 1,
|
66924
|
+
"Swift": 43,
|
65825
66925
|
"SystemVerilog": 4,
|
65826
66926
|
"Tcl": 2,
|
65827
66927
|
"Tea": 1,
|
@@ -65845,5 +66945,5 @@
|
|
65845
66945
|
"YAML": 2,
|
65846
66946
|
"Zephir": 2
|
65847
66947
|
},
|
65848
|
-
"md5": "
|
66948
|
+
"md5": "e41e5530c6efe39b710ace7e1d5d318c"
|
65849
66949
|
}
|