github-linguist 4.5.8 → 4.5.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 592223e1d46417477124e53ac6506c93f2713bf3
4
- data.tar.gz: 446b71d781d5908941add3a8d312f23336aea492
3
+ metadata.gz: 86f77e2b2f3446f20253f953ebad5091a0e995d8
4
+ data.tar.gz: a644a846d8f79803315f652c9d73db64a7c31301
5
5
  SHA512:
6
- metadata.gz: 30dc68f5b5cf38119b594db614c71a64697003af7cb6fa115c49c5a49676636c84fc0b2f51825fd0c20c3d68ccb1c34a721d199911d0b09dff16cb4f3250ec6e
7
- data.tar.gz: 23014ebd6836db6b56c64af9e7d4c52321425ca99a22bc4fda6cc78505ad988793f97ab8a34199937c33c7ca4c0d2d4dc92815c3a3a2b8320b5440993f90213e
6
+ metadata.gz: 5ecec81fafcf1a4839e87e6ac50e5b858113d3eab5cd9f1daf2f81a3cd247158a5da15ef5212e22c904282bae9ccfb9e7d6a6c4c18839860a2b17536753270e0
7
+ data.tar.gz: 1a0db46d48d2accf048c0e7ea71c9882a99c142c3832789ec8a51801c0af346c7a7f0b57a65d23c8e63f4ad3a6f869df67ddbc4614a8b284ab224405d858e3f5
@@ -670,7 +670,7 @@ Crystal:
670
670
  extensions:
671
671
  - .cr
672
672
  ace_mode: ruby
673
- tm_scope: source.ruby
673
+ tm_scope: source.crystal
674
674
  interpreters:
675
675
  - crystal
676
676
 
@@ -1349,7 +1349,7 @@ Harbour:
1349
1349
  color: "#0e60e3"
1350
1350
  extensions:
1351
1351
  - .hb
1352
- tm_scope: none
1352
+ tm_scope: source.harbour
1353
1353
  ace_mode: text
1354
1354
 
1355
1355
  Haskell:
@@ -1638,6 +1638,7 @@ KiCad:
1638
1638
  type: programming
1639
1639
  extensions:
1640
1640
  - .sch
1641
+ - .kicad_pcb
1641
1642
  tm_scope: none
1642
1643
  ace_mode: text
1643
1644
 
@@ -3782,5 +3783,6 @@ xBase:
3782
3783
  color: "#403a40"
3783
3784
  extensions:
3784
3785
  - .prg
3785
- tm_scope: none
3786
+ - .ch
3787
+ tm_scope: source.harbour
3786
3788
  ace_mode: text
@@ -8,7 +8,8 @@
8
8
  ".ash"
9
9
  ],
10
10
  "AMPL": [
11
- ".ampl"
11
+ ".ampl",
12
+ ".mod"
12
13
  ],
13
14
  "API Blueprint": [
14
15
  ".apib"
@@ -51,6 +52,7 @@
51
52
  "Assembly": [
52
53
  ".a51",
53
54
  ".asm",
55
+ ".inc",
54
56
  ".nasm"
55
57
  ],
56
58
  "AutoHotkey": [
@@ -96,6 +98,7 @@
96
98
  ".h",
97
99
  ".hh",
98
100
  ".hpp",
101
+ ".inc",
99
102
  ".inl",
100
103
  ".ipp"
101
104
  ],
@@ -339,6 +342,7 @@
339
342
  "HTML": [
340
343
  ".hl",
341
344
  ".html",
345
+ ".inc",
342
346
  ".st",
343
347
  ".xht"
344
348
  ],
@@ -437,6 +441,7 @@
437
441
  ".krl"
438
442
  ],
439
443
  "KiCad": [
444
+ ".kicad_pcb",
440
445
  ".sch"
441
446
  ],
442
447
  "Kit": [
@@ -481,6 +486,9 @@
481
486
  ".ld",
482
487
  ".lds"
483
488
  ],
489
+ "Linux Kernel Module": [
490
+ ".mod"
491
+ ],
484
492
  "Liquid": [
485
493
  ".liquid"
486
494
  ],
@@ -552,6 +560,9 @@
552
560
  "Modelica": [
553
561
  ".mo"
554
562
  ],
563
+ "Modula-2": [
564
+ ".mod"
565
+ ],
555
566
  "Module Management System": [
556
567
  ".mmk",
557
568
  ".mms"
@@ -657,6 +668,7 @@
657
668
  ],
658
669
  "PHP": [
659
670
  ".fcgi",
671
+ ".inc",
660
672
  ".php"
661
673
  ],
662
674
  "PLSQL": [
@@ -682,6 +694,7 @@
682
694
  ],
683
695
  "Pascal": [
684
696
  ".dpr",
697
+ ".inc",
685
698
  ".pp"
686
699
  ],
687
700
  "Perl": [
@@ -837,6 +850,7 @@
837
850
  "SQL": [
838
851
  ".cql",
839
852
  ".ddl",
853
+ ".inc",
840
854
  ".prc",
841
855
  ".sql",
842
856
  ".tab",
@@ -905,6 +919,7 @@
905
919
  ".st"
906
920
  ],
907
921
  "SourcePawn": [
922
+ ".inc",
908
923
  ".sma",
909
924
  ".sp"
910
925
  ],
@@ -1024,6 +1039,7 @@
1024
1039
  ".ivy",
1025
1040
  ".mdpolicy",
1026
1041
  ".mm",
1042
+ ".mod",
1027
1043
  ".nproj",
1028
1044
  ".nuspec",
1029
1045
  ".odd",
@@ -1082,6 +1098,9 @@
1082
1098
  ],
1083
1099
  "wisp": [
1084
1100
  ".wisp"
1101
+ ],
1102
+ "xBase": [
1103
+ ".prg"
1085
1104
  ]
1086
1105
  },
1087
1106
  "interpreters": {
@@ -1277,8 +1296,8 @@
1277
1296
  ".gemrc"
1278
1297
  ]
1279
1298
  },
1280
- "tokens_total": 967294,
1281
- "languages_total": 1345,
1299
+ "tokens_total": 1001725,
1300
+ "languages_total": 1378,
1282
1301
  "tokens": {
1283
1302
  "ABAP": {
1284
1303
  "*/**": 1,
@@ -1911,26 +1930,65 @@
1911
1930
  "import": 1
1912
1931
  },
1913
1932
  "AMPL": {
1914
- "set": 1,
1933
+ "param": 13,
1934
+ "num_beams": 2,
1935
+ ";": 32,
1936
+ "#": 6,
1937
+ "number": 3,
1938
+ "of": 6,
1939
+ "beams": 2,
1940
+ "num_rows": 2,
1941
+ "integer": 2,
1942
+ "rows": 2,
1943
+ "num_cols": 2,
1944
+ "columns": 2,
1945
+ "set": 9,
1946
+ "BEAMS": 7,
1947
+ "..": 3,
1948
+ "ROWS": 6,
1949
+ "COLUMNS": 6,
1950
+ "beam_values": 5,
1951
+ "{": 23,
1952
+ "}": 23,
1953
+ "tumor_values": 2,
1954
+ "critical_values": 2,
1955
+ "critical_max": 2,
1956
+ "tumor_min": 2,
1957
+ "var": 4,
1958
+ "X": 5,
1959
+ "i": 19,
1960
+ "in": 19,
1961
+ "tumor_area": 5,
1962
+ "k": 20,
1963
+ "h": 20,
1964
+ "[": 18,
1965
+ "]": 18,
1966
+ "critical_area": 5,
1967
+ "S": 3,
1968
+ "(": 8,
1969
+ ")": 8,
1970
+ "T": 3,
1971
+ "maximize": 2,
1972
+ "total_tumor_dosage": 1,
1973
+ "sum": 10,
1974
+ "*": 6,
1975
+ "minimize": 3,
1976
+ "total_critical_dosage": 1,
1977
+ "total_tumor_slack": 1,
1978
+ "total_critical_slack": 1,
1979
+ "subject": 2,
1980
+ "to": 2,
1981
+ "tumor_limit": 1,
1982
+ "-": 1,
1983
+ "critical_limit": 1,
1984
+ "+": 1,
1915
1985
  "I": 7,
1916
- ";": 10,
1917
- "param": 5,
1918
1986
  "Value": 3,
1919
- "{": 5,
1920
- "}": 5,
1921
1987
  "Weight": 3,
1922
1988
  "KnapsackBound": 3,
1923
- "var": 1,
1924
1989
  "Take": 3,
1925
1990
  "binary": 1,
1926
- "maximize": 1,
1927
1991
  "TotalValue": 1,
1928
- "sum": 2,
1929
- "i": 6,
1930
- "in": 2,
1931
- "[": 4,
1932
- "]": 4,
1933
- "*": 2,
1934
1992
  "s.t.": 1,
1935
1993
  "WeightLimit": 1,
1936
1994
  "<": 1,
@@ -4174,7 +4232,7 @@
4174
4232
  },
4175
4233
  "Assembly": {
4176
4234
  "ORG": 7,
4177
- "h": 23,
4235
+ "h": 24,
4178
4236
  "SJMP": 3,
4179
4237
  "START": 2,
4180
4238
  "LCALL": 9,
@@ -4186,16 +4244,16 @@
4186
4244
  "T1_ISR": 2,
4187
4245
  "UART_ISR": 2,
4188
4246
  "MOV": 9,
4189
- "A": 8,
4247
+ "A": 16,
4190
4248
  "#11111110b": 2,
4191
4249
  "SETB": 3,
4192
4250
  "IT0": 1,
4193
- ";": 1707,
4251
+ ";": 1811,
4194
4252
  "Set": 1,
4195
4253
  "External": 2,
4196
4254
  "Interrupt": 2,
4197
- "to": 11,
4198
- "be": 5,
4255
+ "to": 20,
4256
+ "be": 6,
4199
4257
  "falling": 1,
4200
4258
  "edge": 1,
4201
4259
  "triggered": 1,
@@ -4235,13 +4293,13 @@
4235
4293
  "flat": 1,
4236
4294
  "assembler": 3,
4237
4295
  "interface": 1,
4238
- "for": 3,
4296
+ "for": 6,
4239
4297
  "Win32": 1,
4240
4298
  "Copyright": 1,
4241
- "(": 45,
4299
+ "(": 134,
4242
4300
  "c": 4,
4243
- ")": 44,
4244
- "-": 40,
4301
+ ")": 134,
4302
+ "-": 1146,
4245
4303
  "Tomasz": 1,
4246
4304
  "Grysztar.": 1,
4247
4305
  "All": 1,
@@ -4254,29 +4312,29 @@
4254
4312
  "code": 4,
4255
4313
  "readable": 4,
4256
4314
  "executable": 1,
4257
- "start": 7,
4258
- "mov": 142,
4259
- "[": 104,
4315
+ "start": 12,
4316
+ "mov": 315,
4317
+ "[": 124,
4260
4318
  "con_handle": 2,
4261
- "]": 104,
4319
+ "]": 124,
4262
4320
  "STD_OUTPUT_HANDLE": 1,
4263
- "esi": 38,
4321
+ "esi": 46,
4264
4322
  "_logo": 2,
4265
- "call": 80,
4323
+ "call": 85,
4266
4324
  "display_string": 7,
4267
4325
  "get_params": 2,
4268
4326
  "jc": 3,
4269
4327
  "information": 2,
4270
4328
  "init_memory": 1,
4271
4329
  "_memory_prefix": 2,
4272
- "eax": 161,
4330
+ "eax": 175,
4273
4331
  "memory_end": 1,
4274
- "sub": 21,
4332
+ "sub": 23,
4275
4333
  "memory_start": 1,
4276
- "add": 25,
4334
+ "add": 56,
4277
4335
  "additional_memory_end": 1,
4278
4336
  "additional_memory": 1,
4279
- "shr": 2,
4337
+ "shr": 6,
4280
4338
  "display_number": 5,
4281
4339
  "_memory_suffix": 2,
4282
4340
  "GetTickCount": 3,
@@ -4287,24 +4345,24 @@
4287
4345
  "display_user_messages": 1,
4288
4346
  "movzx": 25,
4289
4347
  "current_pass": 1,
4290
- "inc": 4,
4348
+ "inc": 10,
4291
4349
  "_passes_suffix": 2,
4292
4350
  "xor": 15,
4293
- "edx": 75,
4294
- "ebx": 299,
4295
- "div": 4,
4296
- "or": 15,
4297
- "jz": 18,
4351
+ "edx": 77,
4352
+ "ebx": 301,
4353
+ "div": 5,
4354
+ "or": 16,
4355
+ "jz": 20,
4298
4356
  "display_bytes_count": 2,
4299
- "push": 16,
4300
- "dl": 1,
4357
+ "push": 31,
4358
+ "dl": 3,
4301
4359
  "display_character": 1,
4302
- "pop": 10,
4360
+ "pop": 24,
4303
4361
  "_seconds_suffix": 2,
4304
4362
  "written_size": 1,
4305
4363
  "_bytes_suffix": 2,
4306
- "al": 57,
4307
- "jmp": 25,
4364
+ "al": 71,
4365
+ "jmp": 29,
4308
4366
  "exit_program": 2,
4309
4367
  "_usage": 2,
4310
4368
  "input_file": 4,
@@ -4313,11 +4371,11 @@
4313
4371
  "memory_setting": 3,
4314
4372
  "passes_limit": 2,
4315
4373
  "GetCommandLine": 2,
4316
- "edi": 39,
4374
+ "edi": 65,
4317
4375
  "params": 2,
4318
4376
  "find_command_start": 2,
4319
- "lodsb": 14,
4320
- "cmp": 54,
4377
+ "lodsb": 15,
4378
+ "cmp": 59,
4321
4379
  "je": 25,
4322
4380
  "skip_quoted_name": 3,
4323
4381
  "skip_name": 2,
@@ -4338,16 +4396,16 @@
4338
4396
  "passes_option": 4,
4339
4397
  "symbols_option": 3,
4340
4398
  "stc": 2,
4341
- "ret": 140,
4399
+ "ret": 145,
4342
4400
  "get_option_value": 3,
4343
4401
  "get_option_digit": 2,
4344
4402
  "option_value_ok": 4,
4345
4403
  "invalid_option_value": 5,
4346
- "ja": 2,
4404
+ "ja": 3,
4347
4405
  "imul": 6,
4348
4406
  "jo": 1,
4349
- "dec": 6,
4350
- "clc": 2,
4407
+ "dec": 7,
4408
+ "clc": 6,
4351
4409
  "shl": 4,
4352
4410
  "jae": 1,
4353
4411
  "dx": 1,
@@ -4357,7 +4415,7 @@
4357
4415
  "writeable": 2,
4358
4416
  "_copyright": 1,
4359
4417
  "db": 41,
4360
- "Ah": 9,
4418
+ "Ah": 11,
4361
4419
  "VERSION_STRING": 1,
4362
4420
  "align": 8,
4363
4421
  "dd": 256,
@@ -4368,7 +4426,7 @@
4368
4426
  "rb": 4,
4369
4427
  "options": 1,
4370
4428
  "buffer": 9,
4371
- "stack": 21,
4429
+ "stack": 22,
4372
4430
  "import": 1,
4373
4431
  "rva": 16,
4374
4432
  "kernel_name": 2,
@@ -4443,7 +4501,7 @@
4443
4501
  "SYS_ftruncate": 2,
4444
4502
  "PROT_READ": 2,
4445
4503
  "pages": 3,
4446
- "can": 4,
4504
+ "can": 5,
4447
4505
  "read": 2,
4448
4506
  "PROT_WRITE": 2,
4449
4507
  "written": 1,
@@ -4464,17 +4522,17 @@
4464
4522
  "loop_exit": 4,
4465
4523
  "breakif": 1,
4466
4524
  "j": 3,
4467
- "+": 27,
4525
+ "+": 73,
4468
4526
  "loopend": 2,
4469
4527
  "repeat": 3,
4470
4528
  "until": 2,
4471
- "if": 30,
4529
+ "if": 32,
4472
4530
  "ifnot": 3,
4473
4531
  "else": 14,
4474
4532
  "ifctx": 2,
4475
4533
  "repl": 1,
4476
4534
  "ifend": 2,
4477
- "error": 2,
4535
+ "error": 3,
4478
4536
  "endif": 30,
4479
4537
  "elifctx": 1,
4480
4538
  "base": 2,
@@ -4482,30 +4540,30 @@
4482
4540
  "eip": 1,
4483
4541
  "Forths": 4,
4484
4542
  "IP": 1,
4485
- "esp": 18,
4543
+ "esp": 26,
4486
4544
  "R": 1,
4487
- "ebp": 46,
4545
+ "ebp": 58,
4488
4546
  "S": 1,
4489
4547
  "TOS": 1,
4490
- "on": 2,
4548
+ "on": 6,
4491
4549
  "return": 14,
4492
4550
  "PUSHRSP": 2,
4493
4551
  "endm": 25,
4494
4552
  "top": 4,
4495
- "of": 15,
4553
+ "of": 22,
4496
4554
  "POPRSP": 3,
4497
4555
  "save": 2,
4498
- "into": 4,
4556
+ "into": 5,
4499
4557
  "PUTRSP": 4,
4500
4558
  "elif": 4,
4501
4559
  "&&": 6,
4502
- "<": 6,
4503
- "byte": 25,
4560
+ "<": 12,
4561
+ "byte": 32,
4504
4562
  "long": 4,
4505
4563
  "load": 3,
4506
- "from": 5,
4564
+ "from": 8,
4507
4565
  "PICKRSP": 9,
4508
- "set": 2,
4566
+ "set": 4,
4509
4567
  "SETRSP": 2,
4510
4568
  "get": 3,
4511
4569
  "GETRSP": 4,
@@ -4518,7 +4576,7 @@
4518
4576
  "SETDSP": 3,
4519
4577
  "GETDSP": 2,
4520
4578
  "ADDDSP": 58,
4521
- "value": 1,
4579
+ "value": 6,
4522
4580
  "onto": 1,
4523
4581
  "LOADTOS": 16,
4524
4582
  "move": 2,
@@ -4529,11 +4587,11 @@
4529
4587
  "reg": 1,
4530
4588
  "DP_ALIGN": 3,
4531
4589
  "ALIGNREG": 1,
4532
- "and": 11,
4590
+ "and": 17,
4533
4591
  "dictionary": 6,
4534
4592
  "building": 1,
4535
4593
  "entry": 2,
4536
- "flag": 4,
4594
+ "flag": 5,
4537
4595
  "F_IMMED": 3,
4538
4596
  "F_HIDDEN": 2,
4539
4597
  "F_LENMASK": 4,
@@ -4552,20 +4610,20 @@
4552
4610
  "len": 3,
4553
4611
  "dic_": 1,
4554
4612
  "LATEST": 2,
4555
- "list": 1,
4613
+ "list": 2,
4556
4614
  "link": 3,
4557
4615
  "hash": 3,
4558
4616
  "chain": 1,
4559
4617
  "flags": 2,
4560
4618
  "length": 6,
4561
- "the": 16,
4619
+ "the": 20,
4562
4620
  "name": 2,
4563
4621
  "body": 2,
4564
4622
  "pointer": 1,
4565
4623
  "code_end": 2,
4566
4624
  "compile": 2,
4567
4625
  "action": 1,
4568
- "word": 6,
4626
+ "word": 12,
4569
4627
  "follows": 1,
4570
4628
  "defword_end": 134,
4571
4629
  "defvar": 11,
@@ -4577,27 +4635,27 @@
4577
4635
  "SECTION": 2,
4578
4636
  ".text": 1,
4579
4637
  "global": 1,
4580
- "use": 1,
4638
+ "use": 2,
4581
4639
  "mprotect": 1,
4582
4640
  "allow": 1,
4583
4641
  "read/write/execute": 1,
4584
4642
  "forth_start": 3,
4585
- "address": 5,
4586
- "ecx": 68,
4643
+ "address": 6,
4644
+ "ecx": 76,
4587
4645
  "forth_end": 2,
4588
4646
  "padding": 1,
4589
- "int": 3,
4647
+ "int": 4,
4590
4648
  ".data": 1,
4591
4649
  "init": 1,
4592
4650
  "stacks": 1,
4593
4651
  "saving": 1,
4594
4652
  "initial": 1,
4595
4653
  "positions": 1,
4596
- "in": 7,
4654
+ "in": 11,
4597
4655
  "vars": 1,
4598
4656
  "R0": 2,
4599
4657
  "S0": 2,
4600
- "cld": 3,
4658
+ "cld": 4,
4601
4659
  "var_WORD_SZ": 2,
4602
4660
  "var_WORD_RZ": 1,
4603
4661
  "built": 4,
@@ -4607,14 +4665,14 @@
4607
4665
  "lea": 8,
4608
4666
  "strhashi": 2,
4609
4667
  "hash_buckets": 2,
4610
- "*": 5,
4668
+ "*": 19,
4611
4669
  "dictionary_end": 2,
4612
4670
  "z": 4,
4613
4671
  "var_WORD_LATEST": 1,
4614
4672
  "run": 1,
4615
4673
  "temp": 1,
4616
4674
  "interpreter": 2,
4617
- "loop": 5,
4675
+ "loop": 6,
4618
4676
  "till": 2,
4619
4677
  "we": 2,
4620
4678
  "real": 1,
@@ -4629,7 +4687,7 @@
4629
4687
  "WORD_SYSCALL": 1,
4630
4688
  "fd": 3,
4631
4689
  "tib_buffer": 3,
4632
- "addr": 1,
4690
+ "addr": 8,
4633
4691
  "WORD_READLINE": 2,
4634
4692
  "num": 1,
4635
4693
  "WORD_DROP2": 4,
@@ -4641,7 +4699,7 @@
4641
4699
  "WORD_INTERPRET": 1,
4642
4700
  "takes": 1,
4643
4701
  "over": 1,
4644
- "a": 7,
4702
+ "a": 8,
4645
4703
  "few": 1,
4646
4704
  "case": 3,
4647
4705
  "insensative": 1,
@@ -4653,14 +4711,14 @@
4653
4711
  "ge": 2,
4654
4712
  "le": 1,
4655
4713
  "make": 1,
4656
- "it": 2,
4714
+ "it": 5,
4657
4715
  "strcpyi": 1,
4658
- "test": 19,
4716
+ "test": 20,
4659
4717
  "nz": 5,
4660
4718
  "strcpyi_l1": 2,
4661
4719
  "strcmpi": 1,
4662
4720
  "strcmpi_l1": 2,
4663
- "bl": 50,
4721
+ "bl": 54,
4664
4722
  "function": 1,
4665
4723
  "strhashi_l1": 2,
4666
4724
  "syscall": 3,
@@ -4669,7 +4727,7 @@
4669
4727
  "neg": 27,
4670
4728
  "_lsyscall": 1,
4671
4729
  "not": 7,
4672
- "adc": 5,
4730
+ "adc": 12,
4673
4731
  "variables": 1,
4674
4732
  "STATE": 1,
4675
4733
  "Is": 1,
@@ -4689,13 +4747,13 @@
4689
4747
  "memory.": 1,
4690
4748
  "When": 1,
4691
4749
  "compiled": 1,
4692
- "words": 11,
4750
+ "words": 12,
4693
4751
  "go": 1,
4694
4752
  "here.": 1,
4695
- "Stores": 1,
4753
+ "Stores": 3,
4696
4754
  "parameter": 1,
4697
4755
  "stack.": 2,
4698
- "The": 18,
4756
+ "The": 19,
4699
4757
  "BASE": 1,
4700
4758
  "current": 7,
4701
4759
  "printing": 1,
@@ -4727,7 +4785,7 @@
4727
4785
  "WORD_CHARBUF": 1,
4728
4786
  "constants": 1,
4729
4787
  "VERSION": 1,
4730
- "version": 1,
4788
+ "version": 2,
4731
4789
  "this": 4,
4732
4790
  "FORTH.": 1,
4733
4791
  "WORDBUF": 1,
@@ -4739,10 +4797,10 @@
4739
4797
  "IMMEDIATE": 1,
4740
4798
  "s": 2,
4741
4799
  "actual": 1,
4742
- "value.": 1,
4800
+ "value.": 3,
4743
4801
  "mask": 1,
4744
4802
  "flags/len": 2,
4745
- "byte.": 1,
4803
+ "byte.": 2,
4746
4804
  "field": 4,
4747
4805
  "xt": 6,
4748
4806
  "pointer.": 1,
@@ -4833,7 +4891,7 @@
4833
4891
  "WORD_ADDBYTE": 1,
4834
4892
  "WORD_FETCHBYTE": 1,
4835
4893
  "WORD_STORESHORT": 1,
4836
- "ax": 1,
4894
+ "ax": 4,
4837
4895
  "WORD_FETCHSHORT": 1,
4838
4896
  "bx": 1,
4839
4897
  "WORD_FETCH2": 1,
@@ -4886,7 +4944,7 @@
4886
4944
  "WORD_GT": 1,
4887
4945
  "setg": 2,
4888
4946
  "WORD_ULT": 1,
4889
- "setb": 2,
4947
+ "setb": 3,
4890
4948
  "WORD_UGT": 1,
4891
4949
  "seta": 1,
4892
4950
  "WORD_ULTEQ": 1,
@@ -4936,7 +4994,7 @@
4936
4994
  "WORD_MULSTAR": 1,
4937
4995
  "WORD_MSLASH": 1,
4938
4996
  "WORD_UMULSTAR": 2,
4939
- "mul": 1,
4997
+ "mul": 2,
4940
4998
  "WORD_UMDIVMOD": 1,
4941
4999
  "WORD_FMDIVMOD": 1,
4942
5000
  "WORD_SMDIVREM": 1,
@@ -4976,7 +5034,7 @@
4976
5034
  "param": 2,
4977
5035
  "rd": 1,
4978
5036
  "max": 1,
4979
- "end": 5,
5037
+ "end": 10,
4980
5038
  "cur": 6,
4981
5039
  "readline_l1": 2,
4982
5040
  "readline_l4": 2,
@@ -5004,7 +5062,7 @@
5004
5062
  "read/write": 1,
5005
5063
  "syscallret": 1,
5006
5064
  "saved": 1,
5007
- "last": 1,
5065
+ "last": 2,
5008
5066
  "layed": 1,
5009
5067
  "down": 1,
5010
5068
  "compiler": 1,
@@ -5031,7 +5089,7 @@
5031
5089
  "words.": 1,
5032
5090
  "ends": 1,
5033
5091
  "up": 1,
5034
- "as": 1,
5092
+ "as": 3,
5035
5093
  "part": 1,
5036
5094
  "user": 2,
5037
5095
  "space": 1,
@@ -5256,7 +5314,297 @@
5256
5314
  "dic_WORD__XT_LENGTH": 1,
5257
5315
  "dic_WORD__XT_SIZE": 1,
5258
5316
  "dic_WORD_TEST": 1,
5259
- "room": 1
5317
+ "room": 1,
5318
+ "r2": 2,
5319
+ "dint": 1,
5320
+ "nop": 1,
5321
+ "bis": 1,
5322
+ "#MPYDLYWRTEN": 1,
5323
+ "&": 166,
5324
+ "MPY32CTL0": 2,
5325
+ "bic": 1,
5326
+ "#MPYDLY32": 1,
5327
+ "#SUMEXT": 1,
5328
+ "r13": 1,
5329
+ "clr": 18,
5330
+ "r12": 42,
5331
+ "@r15": 8,
5332
+ "r4": 16,
5333
+ "r5": 16,
5334
+ "r6": 8,
5335
+ "r7": 8,
5336
+ "r8": 9,
5337
+ "r9": 9,
5338
+ "r10": 10,
5339
+ "r11": 10,
5340
+ "#2*8": 1,
5341
+ "r15": 7,
5342
+ "MPY32L": 1,
5343
+ "MPY32H": 1,
5344
+ "OP2L": 25,
5345
+ "OP2H": 25,
5346
+ "RES0": 19,
5347
+ "*0": 1,
5348
+ "r14": 20,
5349
+ "RES1": 19,
5350
+ "RES2": 18,
5351
+ "RES3": 18,
5352
+ "MAC32L": 14,
5353
+ "MAC32H": 14,
5354
+ "SUMEXT": 10,
5355
+ "*2": 1,
5356
+ "@r13": 14,
5357
+ "*4": 1,
5358
+ "*6": 1,
5359
+ "*8": 4,
5360
+ "*9": 2,
5361
+ "*10": 1,
5362
+ "*12": 1,
5363
+ "*14": 1,
5364
+ "*16": 1,
5365
+ "*18": 1,
5366
+ "eint": 1,
5367
+ "AL": 1,
5368
+ "DispAL": 6,
5369
+ "dwDispPos": 6,
5370
+ "ah": 3,
5371
+ "Fh": 2,
5372
+ "b": 5,
5373
+ ".begin": 2,
5374
+ ".1": 7,
5375
+ ".2": 6,
5376
+ "gs": 3,
5377
+ "DispInt": 2,
5378
+ "DispStr": 3,
5379
+ "pszInfo": 1,
5380
+ "jnz": 1,
5381
+ ".3": 2,
5382
+ "FFh": 1,
5383
+ "DispReturn": 2,
5384
+ "szReturn": 1,
5385
+ "printf": 1,
5386
+ "memcpy": 1,
5387
+ "void*": 3,
5388
+ "MemCpy": 3,
5389
+ "es": 2,
5390
+ "pDest": 1,
5391
+ "ds": 2,
5392
+ "pSrc": 1,
5393
+ "iSize": 1,
5394
+ "Destination": 1,
5395
+ "Source": 1,
5396
+ "Counter": 1,
5397
+ "BLARGG_MACROS_INCLUDED": 1,
5398
+ "Allows": 1,
5399
+ "extra": 1,
5400
+ "checking": 1,
5401
+ "with": 4,
5402
+ "modified": 1,
5403
+ "ca65.": 1,
5404
+ "Otherwise": 1,
5405
+ "acts": 1,
5406
+ "like": 1,
5407
+ "constant": 1,
5408
+ "ADDR": 1,
5409
+ "Switches": 1,
5410
+ "Segment": 7,
5411
+ "places": 1,
5412
+ "Line": 4,
5413
+ "there.": 1,
5414
+ "an": 1,
5415
+ ".align": 2,
5416
+ "directive": 1,
5417
+ ".res": 3,
5418
+ ".byte": 2,
5419
+ "etc.": 1,
5420
+ "Examples": 1,
5421
+ "seg_data": 5,
5422
+ "BSS": 2,
5423
+ "RODATA": 1,
5424
+ "{": 11,
5425
+ "message": 1,
5426
+ "}": 11,
5427
+ ".macro": 19,
5428
+ ".pushseg": 1,
5429
+ ".segment": 1,
5430
+ ".string": 5,
5431
+ ".popseg": 1,
5432
+ ".endmacro": 19,
5433
+ "Reserves": 1,
5434
+ "Size": 5,
5435
+ "bytes": 2,
5436
+ "Name.": 1,
5437
+ "If": 3,
5438
+ "is": 1,
5439
+ "omitted": 1,
5440
+ "reserves": 1,
5441
+ "one": 1,
5442
+ "seg_res": 5,
5443
+ "Name": 6,
5444
+ ".ifblank": 1,
5445
+ ".else": 7,
5446
+ ".endif": 10,
5447
+ "Shortcuts": 1,
5448
+ "zeropage": 1,
5449
+ "bss": 1,
5450
+ ".define": 5,
5451
+ "zp_res": 2,
5452
+ "ZEROPAGE": 1,
5453
+ "nv_res": 1,
5454
+ "NVRAM": 1,
5455
+ "bss_res": 1,
5456
+ "sp_res": 1,
5457
+ "STACK": 1,
5458
+ "zp_byte": 1,
5459
+ "Copies": 2,
5460
+ "Src": 21,
5461
+ "Addr.": 4,
5462
+ "begins": 2,
5463
+ "#": 16,
5464
+ "sets": 2,
5465
+ "Addr": 24,
5466
+ "immediate": 3,
5467
+ "Out": 4,
5468
+ "copied": 1,
5469
+ "Preserved": 8,
5470
+ "X": 6,
5471
+ "Y": 7,
5472
+ "lda": 14,
5473
+ "sta": 12,
5474
+ "high": 3,
5475
+ "movw": 1,
5476
+ ".if": 4,
5477
+ ".match": 3,
5478
+ ".left": 3,
5479
+ "<(.right(>": 2,
5480
+ "tcount": 2,
5481
+ "1": 2,
5482
+ ".right": 3,
5483
+ ".tcount": 3,
5484
+ "Increments": 2,
5485
+ "bit": 5,
5486
+ "at": 5,
5487
+ "EQ/NE": 1,
5488
+ "based": 2,
5489
+ "resulting": 1,
5490
+ "incw": 1,
5491
+ ".local": 5,
5492
+ "@Skip": 6,
5493
+ "bne": 5,
5494
+ "Adds": 1,
5495
+ "result": 1,
5496
+ "carry": 1,
5497
+ "appropriately": 1,
5498
+ "addw": 1,
5499
+ "addw_": 2,
5500
+ "Imm": 3,
5501
+ "<Imm>": 1,
5502
+ "bcc": 2,
5503
+ "Splits": 1,
5504
+ "tables": 1,
5505
+ "low": 1,
5506
+ "Example": 1,
5507
+ "split_words": 2,
5508
+ "foo": 1,
5509
+ "expands": 1,
5510
+ "foo_l": 1,
5511
+ "foo_h": 1,
5512
+ "foo_count": 1,
5513
+ "Label": 5,
5514
+ "Words": 3,
5515
+ ".ident": 4,
5516
+ ".concat": 4,
5517
+ ".lobytes": 1,
5518
+ ".hibytes": 1,
5519
+ "SELECT": 1,
5520
+ "Bool": 3,
5521
+ "True": 2,
5522
+ "False": 3,
5523
+ "Extra": 4,
5524
+ ".ifndef": 3,
5525
+ ".elseif": 1,
5526
+ "DEFAULT": 1,
5527
+ "Value": 2,
5528
+ ".ifp02": 1,
5529
+ "doesn": 1,
5530
+ "t": 1,
5531
+ "ca65": 1,
5532
+ "step": 10,
5533
+ "time.": 2,
5534
+ "for_loop": 5,
5535
+ "routine": 8,
5536
+ "@for_loop": 5,
5537
+ "#start": 1,
5538
+ "pha": 3,
5539
+ "jsr": 2,
5540
+ "pla": 3,
5541
+ "#step": 1,
5542
+ "Calls": 1,
5543
+ "n": 4,
5544
+ "times.": 1,
5545
+ "counts": 1,
5546
+ "loop_n_times": 1,
5547
+ "Same": 1,
5548
+ "except": 1,
5549
+ "uses": 1,
5550
+ "YX.": 1,
5551
+ "for_loop16": 1,
5552
+ "||": 1,
5553
+ ".error": 1,
5554
+ "@for_loop_skip": 4,
5555
+ "ldy": 3,
5556
+ "<(start)>": 1,
5557
+ "tax": 1,
5558
+ "tya": 1,
5559
+ "tay": 1,
5560
+ "iny": 2,
5561
+ "bcs": 1,
5562
+ "dey": 1,
5563
+ "<((end)+(step))>": 1,
5564
+ "cpy": 1,
5565
+ "#byte": 1,
5566
+ "setw": 1,
5567
+ "<(word)>": 1,
5568
+ "Loads": 1,
5569
+ "XY": 2,
5570
+ "ldxy": 1,
5571
+ "Arg": 8,
5572
+ "ldx": 3,
5573
+ "register": 1,
5574
+ "CONSTANT": 1,
5575
+ "Z": 1,
5576
+ "entire": 1,
5577
+ "result.": 1,
5578
+ "Time": 1,
5579
+ "clocks": 1,
5580
+ "inxy": 1,
5581
+ "beq": 1,
5582
+ "inx": 2,
5583
+ "Negates": 1,
5584
+ "adds": 1,
5585
+ "operand": 1,
5586
+ "subaf": 1,
5587
+ "Operand": 2,
5588
+ "eor": 1,
5589
+ "FF": 2,
5590
+ "sec": 1,
5591
+ "Initializes": 1,
5592
+ "CPU": 1,
5593
+ "registers": 1,
5594
+ "reasonable": 1,
5595
+ "values": 1,
5596
+ "init_cpu_regs": 1,
5597
+ "sei": 1,
5598
+ "unnecessary": 1,
5599
+ "NES": 1,
5600
+ "but": 1,
5601
+ "might": 1,
5602
+ "help": 1,
5603
+ "clone": 1,
5604
+ "txs": 1,
5605
+ "BUILD_NSF": 1,
5606
+ "stx": 1,
5607
+ "PPUCTRL": 1
5260
5608
  },
5261
5609
  "AutoHotkey": {
5262
5610
  "MsgBox": 1,
@@ -13482,7 +13830,7 @@
13482
13830
  "C++": {
13483
13831
  "enum": 18,
13484
13832
  "PIC16F88Instruction": 2,
13485
- "{": 742,
13833
+ "{": 861,
13486
13834
  "ADDWF": 1,
13487
13835
  "ANDWF": 1,
13488
13836
  "CLRF": 1,
@@ -13518,16 +13866,16 @@
13518
13866
  "SLEEP": 1,
13519
13867
  "SUBLW": 1,
13520
13868
  "XORLW": 1,
13521
- "}": 742,
13522
- ";": 2868,
13523
- "class": 53,
13869
+ "}": 861,
13870
+ ";": 3798,
13871
+ "class": 56,
13524
13872
  "PIC16F88": 2,
13525
13873
  "public": 42,
13526
- "(": 3163,
13874
+ "(": 4859,
13527
13875
  "ROM": 2,
13528
13876
  "*ProgramMemory": 1,
13529
- ")": 3166,
13530
- "void": 257,
13877
+ ")": 4861,
13878
+ "void": 262,
13531
13879
  "Step": 1,
13532
13880
  "private": 21,
13533
13881
  "uint8_t": 60,
@@ -13545,7 +13893,7 @@
13545
13893
  "Register": 3,
13546
13894
  "<uint16_t>": 1,
13547
13895
  "*PC": 1,
13548
- "<": 256,
13896
+ "<": 259,
13549
13897
  "*WREG": 1,
13550
13898
  "*PCL": 1,
13551
13899
  "*STATUS": 1,
@@ -13572,7 +13920,7 @@
13572
13920
  "char": 128,
13573
13921
  "*name": 7,
13574
13922
  "hello": 3,
13575
- "//": 353,
13923
+ "//": 364,
13576
13924
  "///": 844,
13577
13925
  "mainpage": 1,
13578
13926
  "C": 6,
@@ -13622,7 +13970,7 @@
13622
13970
  "inputs": 2,
13623
13971
  "setting": 2,
13624
13972
  "outputs": 1,
13625
- "using": 11,
13973
+ "using": 12,
13626
13974
  "SPI": 44,
13627
13975
  "I2C": 29,
13628
13976
  "accessing": 2,
@@ -13643,7 +13991,7 @@
13643
13991
  "header": 7,
13644
13992
  "file": 31,
13645
13993
  "non": 2,
13646
- "-": 442,
13994
+ "-": 909,
13647
13995
  "shared": 2,
13648
13996
  "any": 24,
13649
13997
  "Linux": 2,
@@ -13747,7 +14095,7 @@
13747
14095
  "friends": 2,
13748
14096
  "make": 6,
13749
14097
  "sure": 6,
13750
- "disable": 2,
14098
+ "disable": 3,
13751
14099
  "bcm2835_gpio_cler_len": 1,
13752
14100
  "after": 18,
13753
14101
  "use.": 1,
@@ -13906,7 +14254,7 @@
13906
14254
  "referred": 1,
13907
14255
  "I": 4,
13908
14256
  "//en.wikipedia.org/wiki/I": 1,
13909
- "%": 7,
14257
+ "%": 177,
13910
14258
  "C2": 1,
13911
14259
  "B2C": 1,
13912
14260
  "V2": 2,
@@ -13976,7 +14324,7 @@
13976
14324
  "sched_param": 1,
13977
14325
  "sp": 4,
13978
14326
  "memset": 3,
13979
- "&": 229,
14327
+ "&": 292,
13980
14328
  "sizeof": 15,
13981
14329
  "sp.sched_priority": 1,
13982
14330
  "sched_get_priority_max": 1,
@@ -14243,7 +14591,7 @@
14243
14591
  "#ifndef": 32,
14244
14592
  "BCM2835_H": 3,
14245
14593
  "#define": 346,
14246
- "#include": 136,
14594
+ "#include": 152,
14247
14595
  "<stdint.h>": 2,
14248
14596
  "defgroup": 7,
14249
14597
  "constants": 1,
@@ -14258,7 +14606,7 @@
14258
14606
  "pin.": 21,
14259
14607
  "false": 48,
14260
14608
  "Speed": 1,
14261
- "core": 1,
14609
+ "core": 116,
14262
14610
  "clock": 21,
14263
14611
  "core_clk": 1,
14264
14612
  "BCM2835_CORE_CLK_HZ": 1,
@@ -14284,7 +14632,7 @@
14284
14632
  "registers.": 10,
14285
14633
  "Available": 8,
14286
14634
  "bcm2835_init": 11,
14287
- "extern": 73,
14635
+ "extern": 75,
14288
14636
  "volatile": 13,
14289
14637
  "uint32_t": 40,
14290
14638
  "*bcm2835_st": 1,
@@ -14667,7 +15015,7 @@
14667
15015
  "DONE": 2,
14668
15016
  "BCM2835_BSC_C_ST": 1,
14669
15017
  "Start": 4,
14670
- "new": 13,
15018
+ "new": 69,
14671
15019
  "BCM2835_BSC_C_CLEAR_1": 1,
14672
15020
  "BCM2835_BSC_C_CLEAR_2": 1,
14673
15021
  "BCM2835_BSC_C_READ": 1,
@@ -14748,8 +15096,8 @@
14748
15096
  "BCM2835_PWM0_SERIAL": 1,
14749
15097
  "BCM2835_PWM0_ENABLE": 1,
14750
15098
  "x": 86,
14751
- "#endif": 115,
14752
- "#ifdef": 21,
15099
+ "#endif": 119,
15100
+ "#ifdef": 24,
14753
15101
  "__cplusplus": 12,
14754
15102
  "init": 2,
14755
15103
  "Library": 1,
@@ -15030,7 +15378,7 @@
15030
15378
  "buffer": 9,
15031
15379
  "Number": 8,
15032
15380
  "send/received": 2,
15033
- "char*": 24,
15381
+ "char*": 30,
15034
15382
  "bcm2835_spi_transfernb.": 1,
15035
15383
  "replaces": 1,
15036
15384
  "transmitted": 1,
@@ -15109,11 +15457,33 @@
15109
15457
  "how": 3,
15110
15458
  "spi.c": 1,
15111
15459
  "spin.c": 1,
15112
- "#pragma": 3,
15460
+ "ClasspathVMSystem/Properties.cpp": 1,
15461
+ "GNU": 1,
15462
+ "classpath": 1,
15463
+ "gnu/classpath/VMSystemProperties": 1,
15464
+ "<sys/utsname.h>": 1,
15465
+ "namespace": 40,
15466
+ "j3": 1,
15467
+ "JNIEXPORT": 1,
15468
+ "JNICALL": 1,
15469
+ "Java_gnu_classpath_VMSystemProperties_preInit": 1,
15470
+ "NATIVE_JNI": 1,
15471
+ "JNIEnv": 1,
15472
+ "*env": 2,
15473
+ "jclass": 1,
15474
+ "clazz": 1,
15475
+ "JavaObject*": 2,
15476
+ "prop": 6,
15477
+ "llvm_gcroot": 2,
15478
+ "BEGIN_NATIVE_EXCEPTION": 2,
15479
+ "setProperties": 1,
15480
+ "END_NATIVE_EXCEPTION": 2,
15481
+ "Java_gnu_classpath_VMSystemProperties_postInit__Ljava_util_Properties_2": 1,
15482
+ "setCommandLineProperties": 1,
15483
+ "#pragma": 4,
15113
15484
  "<string>": 4,
15114
15485
  "<vector>": 4,
15115
15486
  "<fstream>": 2,
15116
- "namespace": 39,
15117
15487
  "std": 63,
15118
15488
  "DEFAULT_DELIMITER": 1,
15119
15489
  "CsvStreamer": 5,
@@ -15224,7 +15594,6 @@
15224
15594
  "indexOfEquals": 5,
15225
15595
  "env": 3,
15226
15596
  "envp": 4,
15227
- "*env": 1,
15228
15597
  "envvar.indexOf": 1,
15229
15598
  "continue": 2,
15230
15599
  "envvar.left": 1,
@@ -15238,9 +15607,9 @@
15238
15607
  "Q_OBJECT": 1,
15239
15608
  "*instance": 1,
15240
15609
  "BOOST_ASIO_DETAIL_IMPL_EPOLL_REACTOR_IPP": 3,
15241
- "#if": 63,
15242
- "defined": 49,
15243
- "_MSC_VER": 7,
15610
+ "#if": 65,
15611
+ "defined": 53,
15612
+ "_MSC_VER": 8,
15244
15613
  "&&": 29,
15245
15614
  "<boost/asio/detail/config.hpp>": 1,
15246
15615
  "BOOST_ASIO_HAS_EPOLL": 2,
@@ -15251,7 +15620,7 @@
15251
15620
  "<boost/asio/error.hpp>": 1,
15252
15621
  "BOOST_ASIO_HAS_TIMERFD": 19,
15253
15622
  "<boost/asio/detail/push_options.hpp>": 1,
15254
- "boost": 18,
15623
+ "boost": 74,
15255
15624
  "asio": 14,
15256
15625
  "detail": 5,
15257
15626
  "epoll_reactor": 40,
@@ -15340,7 +15709,7 @@
15340
15709
  "post_immediate_completion": 2,
15341
15710
  ".empty": 5,
15342
15711
  "read_op": 1,
15343
- "||": 19,
15712
+ "||": 21,
15344
15713
  "except_op": 1,
15345
15714
  "perform": 2,
15346
15715
  "descriptor_lock.unlock": 4,
@@ -15364,7 +15733,7 @@
15364
15733
  "epoll_wait": 1,
15365
15734
  "check_timers": 6,
15366
15735
  "#else": 35,
15367
- "void*": 2,
15736
+ "void*": 59,
15368
15737
  "ptr": 6,
15369
15738
  ".data.ptr": 1,
15370
15739
  "static_cast": 14,
@@ -15497,6 +15866,232 @@
15497
15866
  "main": 2,
15498
15867
  "cout": 2,
15499
15868
  "endl": 1,
15869
+ "HEADER_INCLUDES": 3,
15870
+ "#undef": 5,
15871
+ "SET_SYMBOL": 3,
15872
+ "ALL_STAGES": 2,
15873
+ "llvmo": 820,
15874
+ "APFloat_O": 14,
15875
+ "___set_static_ClassSymbol": 66,
15876
+ "LOOKUP_SYMBOL": 66,
15877
+ "static_packageName": 66,
15878
+ "static_className": 179,
15879
+ "APInt_O": 14,
15880
+ "Attribute_O": 14,
15881
+ "Builder_O": 14,
15882
+ "DebugLoc_O": 14,
15883
+ "EngineBuilder_O": 14,
15884
+ "ExecutionEngine_O": 14,
15885
+ "IRBuilderBase_O": 14,
15886
+ "InsertPoint_O": 14,
15887
+ "LLVMContext_O": 14,
15888
+ "Module_O": 14,
15889
+ "PassManagerBase_O": 14,
15890
+ "Pass_O": 14,
15891
+ "Type_O": 14,
15892
+ "Value_O": 14,
15893
+ "Argument_O": 14,
15894
+ "BasicBlock_O": 14,
15895
+ "CompositeType_O": 14,
15896
+ "FunctionPassManager_O": 14,
15897
+ "FunctionPass_O": 14,
15898
+ "FunctionType_O": 14,
15899
+ "IRBuilder_O": 14,
15900
+ "IntegerType_O": 14,
15901
+ "MDNode_O": 14,
15902
+ "MDString_O": 14,
15903
+ "ModulePass_O": 14,
15904
+ "User_O": 14,
15905
+ "Constant_O": 14,
15906
+ "ImmutablePass_O": 14,
15907
+ "Instruction_O": 14,
15908
+ "SequentialType_O": 14,
15909
+ "StructType_O": 14,
15910
+ "ArrayType_O": 14,
15911
+ "AtomicCmpXchgInst_O": 14,
15912
+ "AtomicRMWInst_O": 14,
15913
+ "CallInst_O": 14,
15914
+ "ConstantArray_O": 14,
15915
+ "ConstantDataSequential_O": 14,
15916
+ "ConstantExpr_O": 14,
15917
+ "ConstantFP_O": 14,
15918
+ "ConstantInt_O": 14,
15919
+ "ConstantPointerNull_O": 14,
15920
+ "DataLayout_O": 14,
15921
+ "FenceInst_O": 14,
15922
+ "GlobalValue_O": 14,
15923
+ "LandingPadInst_O": 14,
15924
+ "PHINode_O": 14,
15925
+ "PointerType_O": 14,
15926
+ "StoreInst_O": 14,
15927
+ "TerminatorInst_O": 14,
15928
+ "UnaryInstruction_O": 14,
15929
+ "UndefValue_O": 14,
15930
+ "VectorType_O": 14,
15931
+ "AllocaInst_O": 14,
15932
+ "BranchInst_O": 14,
15933
+ "ConstantDataArray_O": 14,
15934
+ "Function_O": 9,
15935
+ "GlobalVariable_O": 3,
15936
+ "IndirectBrInst_O": 3,
15937
+ "InvokeInst_O": 3,
15938
+ "LoadInst_O": 3,
15939
+ "ResumeInst_O": 3,
15940
+ "ReturnInst_O": 3,
15941
+ "SwitchInst_O": 3,
15942
+ "UnreachableInst_O": 3,
15943
+ "VAArgInst_O": 3,
15944
+ "CREATE_CLASS": 1,
15945
+ "MetaClass_sp": 1,
15946
+ "undefinedMetaClass": 114,
15947
+ "undefinedMetaClass.reset": 1,
15948
+ "LOG": 170,
15949
+ "BF": 170,
15950
+ "BuiltInClass_sp": 57,
15951
+ "classllvmo__APFloat_Oval": 8,
15952
+ "BuiltInClass_O": 57,
15953
+ "create": 57,
15954
+ "__setup_stage1_with_sharedPtr_lisp_sid": 57,
15955
+ "_lisp": 114,
15956
+ "static_classSymbol": 114,
15957
+ "___staticMetaClass": 57,
15958
+ "setf_findClass": 57,
15959
+ "AllocatorCallback": 57,
15960
+ "cb": 114,
15961
+ "new_Nil": 57,
15962
+ "<llvmo::APFloat_O>": 2,
15963
+ "___set_static_newNil_callback": 57,
15964
+ "static_newNil_callback": 113,
15965
+ "setInstance_newNil_callback": 57,
15966
+ "shared_ptr": 56,
15967
+ "nil_for_class": 280,
15968
+ "__setWeakThis": 56,
15969
+ "_nil": 56,
15970
+ "setInstanceNil": 56,
15971
+ "setSupportsSlots": 56,
15972
+ "static_supportsSlots": 56,
15973
+ "classllvmo__APInt_Oval": 8,
15974
+ "<llvmo::APInt_O>": 2,
15975
+ "classllvmo__Attribute_Oval": 8,
15976
+ "<llvmo::Attribute_O>": 2,
15977
+ "classllvmo__Builder_Oval": 8,
15978
+ "<llvmo::Builder_O>": 2,
15979
+ "classllvmo__DebugLoc_Oval": 8,
15980
+ "<llvmo::DebugLoc_O>": 2,
15981
+ "classllvmo__EngineBuilder_Oval": 8,
15982
+ "<llvmo::EngineBuilder_O>": 2,
15983
+ "classllvmo__ExecutionEngine_Oval": 8,
15984
+ "<llvmo::ExecutionEngine_O>": 2,
15985
+ "classllvmo__IRBuilderBase_Oval": 8,
15986
+ "<llvmo::IRBuilderBase_O>": 2,
15987
+ "classllvmo__InsertPoint_Oval": 8,
15988
+ "<llvmo::InsertPoint_O>": 2,
15989
+ "classllvmo__LLVMContext_Oval": 8,
15990
+ "<llvmo::LLVMContext_O>": 2,
15991
+ "classllvmo__Module_Oval": 8,
15992
+ "<llvmo::Module_O>": 2,
15993
+ "classllvmo__PassManagerBase_Oval": 8,
15994
+ "<llvmo::PassManagerBase_O>": 2,
15995
+ "classllvmo__Pass_Oval": 8,
15996
+ "<llvmo::Pass_O>": 2,
15997
+ "classllvmo__Type_Oval": 8,
15998
+ "<llvmo::Type_O>": 2,
15999
+ "classllvmo__Value_Oval": 8,
16000
+ "<llvmo::Value_O>": 2,
16001
+ "classllvmo__Argument_Oval": 8,
16002
+ "<llvmo::Argument_O>": 2,
16003
+ "classllvmo__BasicBlock_Oval": 8,
16004
+ "<llvmo::BasicBlock_O>": 2,
16005
+ "classllvmo__CompositeType_Oval": 8,
16006
+ "<llvmo::CompositeType_O>": 2,
16007
+ "classllvmo__FunctionPassManager_Oval": 8,
16008
+ "<llvmo::FunctionPassManager_O>": 2,
16009
+ "classllvmo__FunctionPass_Oval": 8,
16010
+ "<llvmo::FunctionPass_O>": 2,
16011
+ "classllvmo__FunctionType_Oval": 8,
16012
+ "<llvmo::FunctionType_O>": 2,
16013
+ "classllvmo__IRBuilder_Oval": 8,
16014
+ "<llvmo::IRBuilder_O>": 2,
16015
+ "classllvmo__IntegerType_Oval": 8,
16016
+ "<llvmo::IntegerType_O>": 2,
16017
+ "classllvmo__MDNode_Oval": 8,
16018
+ "<llvmo::MDNode_O>": 2,
16019
+ "classllvmo__MDString_Oval": 8,
16020
+ "<llvmo::MDString_O>": 2,
16021
+ "classllvmo__ModulePass_Oval": 8,
16022
+ "<llvmo::ModulePass_O>": 2,
16023
+ "classllvmo__User_Oval": 8,
16024
+ "<llvmo::User_O>": 2,
16025
+ "classllvmo__Constant_Oval": 8,
16026
+ "<llvmo::Constant_O>": 2,
16027
+ "classllvmo__ImmutablePass_Oval": 8,
16028
+ "<llvmo::ImmutablePass_O>": 2,
16029
+ "classllvmo__Instruction_Oval": 8,
16030
+ "<llvmo::Instruction_O>": 2,
16031
+ "classllvmo__SequentialType_Oval": 8,
16032
+ "<llvmo::SequentialType_O>": 2,
16033
+ "classllvmo__StructType_Oval": 8,
16034
+ "<llvmo::StructType_O>": 2,
16035
+ "classllvmo__ArrayType_Oval": 8,
16036
+ "<llvmo::ArrayType_O>": 2,
16037
+ "classllvmo__AtomicCmpXchgInst_Oval": 8,
16038
+ "<llvmo::AtomicCmpXchgInst_O>": 2,
16039
+ "classllvmo__AtomicRMWInst_Oval": 8,
16040
+ "<llvmo::AtomicRMWInst_O>": 2,
16041
+ "classllvmo__CallInst_Oval": 8,
16042
+ "<llvmo::CallInst_O>": 2,
16043
+ "classllvmo__ConstantArray_Oval": 8,
16044
+ "<llvmo::ConstantArray_O>": 2,
16045
+ "classllvmo__ConstantDataSequential_Oval": 8,
16046
+ "<llvmo::ConstantDataSequential_O>": 2,
16047
+ "classllvmo__ConstantExpr_Oval": 8,
16048
+ "<llvmo::ConstantExpr_O>": 2,
16049
+ "classllvmo__ConstantFP_Oval": 8,
16050
+ "<llvmo::ConstantFP_O>": 2,
16051
+ "classllvmo__ConstantInt_Oval": 8,
16052
+ "<llvmo::ConstantInt_O>": 2,
16053
+ "classllvmo__ConstantPointerNull_Oval": 8,
16054
+ "<llvmo::ConstantPointerNull_O>": 2,
16055
+ "classllvmo__DataLayout_Oval": 8,
16056
+ "<llvmo::DataLayout_O>": 2,
16057
+ "classllvmo__FenceInst_Oval": 8,
16058
+ "<llvmo::FenceInst_O>": 2,
16059
+ "classllvmo__GlobalValue_Oval": 8,
16060
+ "<llvmo::GlobalValue_O>": 2,
16061
+ "classllvmo__LandingPadInst_Oval": 8,
16062
+ "<llvmo::LandingPadInst_O>": 2,
16063
+ "classllvmo__PHINode_Oval": 8,
16064
+ "<llvmo::PHINode_O>": 2,
16065
+ "classllvmo__PointerType_Oval": 8,
16066
+ "<llvmo::PointerType_O>": 2,
16067
+ "classllvmo__StoreInst_Oval": 8,
16068
+ "<llvmo::StoreInst_O>": 2,
16069
+ "classllvmo__TerminatorInst_Oval": 8,
16070
+ "<llvmo::TerminatorInst_O>": 2,
16071
+ "classllvmo__UnaryInstruction_Oval": 8,
16072
+ "<llvmo::UnaryInstruction_O>": 2,
16073
+ "classllvmo__UndefValue_Oval": 8,
16074
+ "<llvmo::UndefValue_O>": 2,
16075
+ "classllvmo__VectorType_Oval": 8,
16076
+ "<llvmo::VectorType_O>": 2,
16077
+ "classllvmo__AllocaInst_Oval": 8,
16078
+ "<llvmo::AllocaInst_O>": 2,
16079
+ "classllvmo__BranchInst_Oval": 8,
16080
+ "<llvmo::BranchInst_O>": 2,
16081
+ "classllvmo__ConstantDataArray_Oval": 8,
16082
+ "<llvmo::ConstantDataArray_O>": 2,
16083
+ "classllvmo__Function_Oval": 6,
16084
+ "<llvmo::Function_O>": 1,
16085
+ "warning": 1,
16086
+ "template": 7,
16087
+ "QPBO": 6,
16088
+ "<int>": 5,
16089
+ "<float>": 3,
16090
+ "<double>": 3,
16091
+ "inline": 42,
16092
+ "get_type_information": 3,
16093
+ "type_name": 6,
16094
+ "type_format": 6,
15500
16095
  "<map>": 1,
15501
16096
  "<openssl/ecdsa.h>": 1,
15502
16097
  "<openssl/obj_mac.h>": 1,
@@ -15885,7 +16480,6 @@
15885
16480
  "cast": 7,
15886
16481
  "why": 3,
15887
16482
  "did": 3,
15888
- "<int>": 3,
15889
16483
  "FtoiFast": 2,
15890
16484
  "Ftol": 1,
15891
16485
  "<long>": 1,
@@ -15904,7 +16498,6 @@
15904
16498
  "*reinterpret_cast": 3,
15905
16499
  "guess": 1,
15906
16500
  "f375a86": 1,
15907
- "<float>": 1,
15908
16501
  "Newtons": 1,
15909
16502
  "calculation": 1,
15910
16503
  "Log": 1,
@@ -16046,7 +16639,6 @@
16046
16639
  "Seconds": 1,
16047
16640
  "call.": 1,
16048
16641
  "Elapsed": 1,
16049
- "<double>": 1,
16050
16642
  "primary": 1,
16051
16643
  "metrics.": 1,
16052
16644
  "top": 1,
@@ -16092,7 +16684,6 @@
16092
16684
  "generated_factory": 1,
16093
16685
  "GOOGLE_PROTOBUF_DECLARE_ONCE": 1,
16094
16686
  "protobuf_AssignDescriptors_once_": 2,
16095
- "inline": 39,
16096
16687
  "protobuf_AssignDescriptorsOnce": 4,
16097
16688
  "GoogleOnceInit": 1,
16098
16689
  "protobuf_RegisterTypes": 2,
@@ -16149,7 +16740,6 @@
16149
16740
  "ExpectAtEnd": 1,
16150
16741
  "WIRETYPE_END_GROUP": 1,
16151
16742
  "SkipField": 1,
16152
- "#undef": 3,
16153
16743
  "SerializeWithCachedSizes": 2,
16154
16744
  "CodedOutputStream*": 2,
16155
16745
  "SERIALIZE": 2,
@@ -16904,7 +17494,6 @@
16904
17494
  "__THREADED_QUEUE_H__": 2,
16905
17495
  "<pthread.h>": 1,
16906
17496
  "<queue>": 1,
16907
- "template": 1,
16908
17497
  "<class>": 1,
16909
17498
  "T": 2,
16910
17499
  "ThreadedQueue": 3,
@@ -31296,7 +31885,7 @@
31296
31885
  "Z0": 1,
31297
31886
  "E20": 1,
31298
31887
  "E": 1,
31299
- "-": 146,
31888
+ "-": 1,
31300
31889
  "M106": 2,
31301
31890
  "S255": 1,
31302
31891
  "S0": 1,
@@ -31307,7 +31896,6 @@
31307
31896
  "M140": 1,
31308
31897
  "P5000": 12,
31309
31898
  "M0": 2,
31310
- "e": 145,
31311
31899
  "G28": 1,
31312
31900
  "X55": 3,
31313
31901
  "Y5": 3,
@@ -39094,7 +39682,7 @@
39094
39682
  "}": 1
39095
39683
  },
39096
39684
  "HTML": {
39097
- "<!DOCTYPE>": 3,
39685
+ "<!DOCTYPE>": 4,
39098
39686
  "HTML": 2,
39099
39687
  "PUBLIC": 3,
39100
39688
  "W3C": 3,
@@ -39112,8 +39700,8 @@
39112
39700
  "html40": 1,
39113
39701
  "frameset": 1,
39114
39702
  "dtd": 3,
39115
- "<html>": 4,
39116
- "<head>": 4,
39703
+ "<html>": 5,
39704
+ "<head>": 5,
39117
39705
  "Common_meta": 1,
39118
39706
  "(": 157,
39119
39707
  ")": 157,
@@ -39123,13 +39711,13 @@
39123
39711
  "Differences": 2,
39124
39712
  "Report": 2,
39125
39713
  "</title>": 3,
39126
- "<body>": 4,
39127
- "<div>": 32,
39714
+ "<body>": 5,
39715
+ "<div>": 33,
39128
39716
  "class=": 59,
39129
39717
  "Header": 1,
39130
39718
  "<h2>": 11,
39131
39719
  "</h2>": 11,
39132
- "<p>": 9,
39720
+ "<p>": 14,
39133
39721
  "This": 2,
39134
39722
  "document": 1,
39135
39723
  "details": 1,
@@ -39164,7 +39752,7 @@
39164
39752
  "workaround": 1,
39165
39753
  "where": 1,
39166
39754
  "available.": 1,
39167
- "</p>": 9,
39755
+ "</p>": 14,
39168
39756
  "The": 2,
39169
39757
  "differences": 2,
39170
39758
  "described": 1,
@@ -39178,7 +39766,7 @@
39178
39766
  "versions": 1,
39179
39767
  "specified": 1,
39180
39768
  "upper": 1,
39181
- "-": 150,
39769
+ "-": 158,
39182
39770
  "right": 1,
39183
39771
  "corner": 1,
39184
39772
  "page.": 2,
@@ -39202,7 +39790,7 @@
39202
39790
  "SDK": 1,
39203
39791
  "see": 1,
39204
39792
  "<a>": 8,
39205
- "href=": 10,
39793
+ "href=": 11,
39206
39794
  "target=": 3,
39207
39795
  "product": 1,
39208
39796
  "site": 1,
@@ -39236,10 +39824,10 @@
39236
39824
  "SimpleTableRow": 2,
39237
39825
  "changed_packages": 2,
39238
39826
  "PackageChangedLink": 1,
39239
- "</div>": 33,
39240
- "</body>": 4,
39827
+ "</div>": 34,
39828
+ "</body>": 5,
39241
39829
  "</html>": 4,
39242
- "html": 2,
39830
+ "html": 3,
39243
39831
  "XHTML": 4,
39244
39832
  "1": 2,
39245
39833
  "Strict": 1,
@@ -39250,14 +39838,14 @@
39250
39838
  "sample": 1,
39251
39839
  "file": 1,
39252
39840
  "<style>": 1,
39253
- "type=": 4,
39841
+ "type=": 5,
39254
39842
  "<![CDATA[>": 1,
39255
39843
  "background": 1,
39256
39844
  "color": 1,
39257
39845
  "yellow": 1,
39258
39846
  "</style>": 1,
39259
- "</head>": 3,
39260
- "id=": 45,
39847
+ "</head>": 4,
39848
+ "id=": 47,
39261
39849
  "Just": 1,
39262
39850
  "simple": 1,
39263
39851
  "<strong>": 1,
@@ -39340,25 +39928,25 @@
39340
39928
  "keys": 1,
39341
39929
  "keyCode": 2,
39342
39930
  "</script>": 1,
39343
- "<link>": 2,
39344
- "rel=": 2,
39345
- "<table>": 11,
39346
- "<tr>": 12,
39347
- "<td>": 24,
39931
+ "<link>": 3,
39932
+ "rel=": 3,
39933
+ "<table>": 12,
39934
+ "<tr>": 14,
39935
+ "<td>": 28,
39348
39936
  "<button>": 14,
39349
39937
  "on": 15,
39350
39938
  "click=": 12,
39351
39939
  "Click": 3,
39352
39940
  "me": 3,
39353
39941
  "</button>": 14,
39354
- "</td>": 24,
39942
+ "</td>": 28,
39355
39943
  "<loop-tpl>": 6,
39356
39944
  "bindings=": 6,
39357
39945
  "<text>": 6,
39358
39946
  "</text>": 6,
39359
39947
  "</loop-tpl>": 6,
39360
- "</tr>": 12,
39361
- "</table>": 11,
39948
+ "</tr>": 14,
39949
+ "</table>": 12,
39362
39950
  "Button": 2,
39363
39951
  "A": 1,
39364
39952
  "B": 1,
@@ -39371,7 +39959,7 @@
39371
39959
  "keydown=": 1,
39372
39960
  "Transitional": 1,
39373
39961
  "transitional": 1,
39374
- "<meta>": 1,
39962
+ "<meta>": 2,
39375
39963
  "equiv=": 1,
39376
39964
  "content=": 1,
39377
39965
  "Related": 2,
@@ -39401,7 +39989,21 @@
39401
39989
  "System": 1,
39402
39990
  "Generated": 1,
39403
39991
  "with": 1,
39404
- "Doxygen": 1
39992
+ "Doxygen": 1,
39993
+ "charset=": 2,
39994
+ "<tbody>": 1,
39995
+ "+": 2,
39996
+ "</tbody>": 1,
39997
+ "</UL>": 1,
39998
+ "<P>": 1,
39999
+ "<A>": 1,
40000
+ "HREF=": 1,
40001
+ "Supported": 1,
40002
+ "Targets": 1,
40003
+ "</A>": 1,
40004
+ "</P>": 1,
40005
+ "</BODY>": 1,
40006
+ "</HEAD>": 1
39405
40007
  },
39406
40008
  "HTML+ERB": {
39407
40009
  "<%>": 12,
@@ -50291,6 +50893,322 @@
50291
50893
  ";": 1
50292
50894
  },
50293
50895
  "KiCad": {
50896
+ "(": 2669,
50897
+ "kicad_pcb": 1,
50898
+ "version": 1,
50899
+ ")": 2669,
50900
+ "host": 1,
50901
+ "pcbnew": 1,
50902
+ "general": 1,
50903
+ "links": 1,
50904
+ "no_connects": 1,
50905
+ "area": 1,
50906
+ "thickness": 25,
50907
+ "drawings": 1,
50908
+ "tracks": 3,
50909
+ "zones": 1,
50910
+ "modules": 1,
50911
+ "nets": 1,
50912
+ "page": 1,
50913
+ "A4": 24,
50914
+ "layers": 103,
50915
+ "F.Cu": 222,
50916
+ "signal": 2,
50917
+ "B.Cu": 1,
50918
+ "B.Adhes": 1,
50919
+ "user": 18,
50920
+ "F.Adhes": 1,
50921
+ "B.Paste": 1,
50922
+ "F.Paste": 87,
50923
+ "B.SilkS": 1,
50924
+ "F.SilkS": 68,
50925
+ "B.Mask": 1,
50926
+ "F.Mask": 87,
50927
+ "Dwgs.User": 1,
50928
+ "Cmts.User": 1,
50929
+ "Eco1.User": 1,
50930
+ "Eco2.User": 1,
50931
+ "Edge.Cuts": 1,
50932
+ "Margin": 1,
50933
+ "B.CrtYd": 1,
50934
+ "F.CrtYd": 25,
50935
+ "B.Fab": 1,
50936
+ "F.Fab": 2,
50937
+ "setup": 1,
50938
+ "last_trace_width": 1,
50939
+ "trace_clearance": 1,
50940
+ "zone_clearance": 1,
50941
+ "zone_45_only": 1,
50942
+ "no": 2,
50943
+ "trace_min": 1,
50944
+ "segment_width": 1,
50945
+ "edge_width": 1,
50946
+ "via_size": 1,
50947
+ "via_drill": 3,
50948
+ "via_min_size": 1,
50949
+ "via_min_drill": 1,
50950
+ "uvia_size": 1,
50951
+ "uvia_drill": 3,
50952
+ "uvias_allowed": 1,
50953
+ "uvia_min_size": 1,
50954
+ "uvia_min_drill": 1,
50955
+ "pcb_text_width": 1,
50956
+ "pcb_text_size": 1,
50957
+ "mod_edge_width": 1,
50958
+ "mod_text_size": 1,
50959
+ "mod_text_width": 1,
50960
+ "pad_size": 1,
50961
+ "pad_drill": 1,
50962
+ "pad_to_mask_clearance": 1,
50963
+ "aux_axis_origin": 1,
50964
+ "visible_elements": 1,
50965
+ "FFFCFF7F": 1,
50966
+ "pcbplotparams": 1,
50967
+ "layerselection": 1,
50968
+ "_00000001": 1,
50969
+ "usegerberextensions": 1,
50970
+ "false": 9,
50971
+ "excludeedgelayer": 1,
50972
+ "true": 4,
50973
+ "linewidth": 1,
50974
+ "plotframeref": 1,
50975
+ "viasonmask": 1,
50976
+ "mode": 1,
50977
+ "useauxorigin": 1,
50978
+ "hpglpennumber": 1,
50979
+ "hpglpenspeed": 1,
50980
+ "hpglpendiameter": 1,
50981
+ "hpglpenoverlay": 1,
50982
+ "psnegative": 1,
50983
+ "psa4output": 1,
50984
+ "plotreference": 1,
50985
+ "plotvalue": 1,
50986
+ "plotinvisibletext": 1,
50987
+ "padsonsilk": 1,
50988
+ "subtractmaskfromsilk": 1,
50989
+ "outputformat": 1,
50990
+ "mirror": 1,
50991
+ "drillshape": 1,
50992
+ "scaleselection": 1,
50993
+ "outputdirectory": 1,
50994
+ "pdfs/": 1,
50995
+ "net": 254,
50996
+ "GND": 24,
50997
+ "+": 10,
50998
+ "BATT": 6,
50999
+ "SWDIO": 4,
51000
+ "SWCLK": 4,
51001
+ "LED": 5,
51002
+ "net_class": 2,
51003
+ "Default": 1,
51004
+ "clearance": 5,
51005
+ "trace_width": 2,
51006
+ "via_dia": 2,
51007
+ "uvia_dia": 2,
51008
+ "add_net": 53,
51009
+ "ANT": 4,
51010
+ "module": 12,
51011
+ "Capacitors_SMD": 5,
51012
+ "C_0402": 5,
51013
+ "layer": 211,
51014
+ "tedit": 12,
51015
+ "D599": 5,
51016
+ "tstamp": 35,
51017
+ "B59067": 1,
51018
+ "at": 146,
51019
+ "descr": 7,
51020
+ "tags": 7,
51021
+ "path": 12,
51022
+ "/54B59137": 1,
51023
+ "attr": 7,
51024
+ "smd": 105,
51025
+ "fp_text": 24,
51026
+ "reference": 12,
51027
+ "C1": 19,
51028
+ "-": 276,
51029
+ "effects": 24,
51030
+ "font": 24,
51031
+ "size": 126,
51032
+ "value": 12,
51033
+ "p": 2,
51034
+ "fp_line": 62,
51035
+ "start": 170,
51036
+ "end": 172,
51037
+ "width": 172,
51038
+ "pad": 102,
51039
+ "rect": 31,
51040
+ "model": 8,
51041
+ "Capacitors_SMD/C_0402.wrl": 4,
51042
+ "xyz": 24,
51043
+ "scale": 8,
51044
+ "rotate": 8,
51045
+ "B58E0D": 1,
51046
+ "/54B591B6": 1,
51047
+ "C2": 14,
51048
+ "B59E9D": 1,
51049
+ "/54B58D67": 1,
51050
+ "C3": 22,
51051
+ "n": 2,
51052
+ "B58E25": 1,
51053
+ "/54B58DD5": 1,
51054
+ "C4": 19,
51055
+ "SMD_Packages": 1,
51056
+ "SMD": 1,
51057
+ "B58D88": 1,
51058
+ "B58E32": 1,
51059
+ "/54B599BA": 1,
51060
+ "D1": 21,
51061
+ "fp_circle": 2,
51062
+ "center": 2,
51063
+ "SMD_Packages/SMD": 1,
51064
+ "wrl": 1,
51065
+ "Pin_Headers": 1,
51066
+ "Pin_Header_Straight_1x04": 1,
51067
+ "B58D8A": 1,
51068
+ "B58E41": 1,
51069
+ "/54B593BB": 1,
51070
+ "P1": 2,
51071
+ "CONN_01X04": 1,
51072
+ "hide": 1,
51073
+ "thru_hole": 4,
51074
+ "drill": 4,
51075
+ "*.Cu": 4,
51076
+ "*.Mask": 4,
51077
+ "oval": 3,
51078
+ "Pin_Headers/Pin_Header_Straight_1x04.wrl": 1,
51079
+ "Resistors_SMD": 1,
51080
+ "R_0603": 1,
51081
+ "CC62": 1,
51082
+ "B59E20": 1,
51083
+ "/54B59A45": 1,
51084
+ "R1": 1,
51085
+ "R": 11,
51086
+ "Resistors_SMD/R_0603.wrl": 1,
51087
+ "Crystals_Oscillators_SMD": 1,
51088
+ "CX2520DB": 1,
51089
+ "FEDED": 1,
51090
+ "B58E9A": 1,
51091
+ "/54B5903E": 1,
51092
+ "X1": 1,
51093
+ "CRYSTAL": 1,
51094
+ "NRF51": 2,
51095
+ "WLCSP62": 1,
51096
+ "B59368": 1,
51097
+ "B59DAD": 1,
51098
+ "/54B58C30": 1,
51099
+ "U1": 2,
51100
+ "nRF51x22": 1,
51101
+ "CEAA": 1,
51102
+ "A1": 16,
51103
+ "circle": 68,
51104
+ "B1": 15,
51105
+ "E1": 24,
51106
+ "F1": 22,
51107
+ "G1": 1,
51108
+ "H1": 1,
51109
+ "A2": 26,
51110
+ "E2": 31,
51111
+ "F2": 31,
51112
+ "G2": 1,
51113
+ "H2": 1,
51114
+ "J2": 1,
51115
+ "A3": 22,
51116
+ "E3": 13,
51117
+ "F3": 24,
51118
+ "G3": 1,
51119
+ "H3": 1,
51120
+ "J3": 1,
51121
+ "B4": 23,
51122
+ "G4": 1,
51123
+ "H4": 1,
51124
+ "J4": 1,
51125
+ "A5": 14,
51126
+ "B5": 21,
51127
+ "C5": 22,
51128
+ "G5": 1,
51129
+ "H5": 1,
51130
+ "J5": 1,
51131
+ "A6": 16,
51132
+ "B6": 22,
51133
+ "C6": 16,
51134
+ "G6": 1,
51135
+ "H6": 1,
51136
+ "J6": 1,
51137
+ "A7": 14,
51138
+ "B7": 28,
51139
+ "C7": 18,
51140
+ "D7": 31,
51141
+ "E7": 32,
51142
+ "F7": 22,
51143
+ "G7": 1,
51144
+ "H7": 1,
51145
+ "J7": 1,
51146
+ "A8": 18,
51147
+ "B8": 20,
51148
+ "C8": 21,
51149
+ "D8": 18,
51150
+ "E8": 21,
51151
+ "F8": 30,
51152
+ "G8": 1,
51153
+ "H8": 1,
51154
+ "J8": 1,
51155
+ "A9": 19,
51156
+ "B9": 25,
51157
+ "C9": 26,
51158
+ "D9": 20,
51159
+ "E9": 22,
51160
+ "F9": 28,
51161
+ "G9": 1,
51162
+ "H9": 1,
51163
+ "D3E": 1,
51164
+ "/550483E1": 1,
51165
+ "n2": 1,
51166
+ "Capacitors_SMD.3dshapes/C_0402.wrl": 1,
51167
+ "GHz": 2,
51168
+ "/55047C3D": 1,
51169
+ "ANT1": 1,
51170
+ "BAL": 2,
51171
+ "NRF02D3": 2,
51172
+ "C7CF1": 1,
51173
+ "D47": 1,
51174
+ "/550480A2": 1,
51175
+ "U2": 1,
51176
+ "B3": 15,
51177
+ "segment": 108,
51178
+ "FFD": 1,
51179
+ "FDD": 1,
51180
+ "FEF": 1,
51181
+ "E": 209,
51182
+ "A": 173,
51183
+ "status": 5,
51184
+ "F": 322,
51185
+ "B": 197,
51186
+ "zone": 3,
51187
+ "net_name": 3,
51188
+ "C7F83": 1,
51189
+ "hatch": 3,
51190
+ "edge": 3,
51191
+ "connect_pads": 3,
51192
+ "min_thickness": 3,
51193
+ "fill": 3,
51194
+ "yes": 3,
51195
+ "arc_segments": 3,
51196
+ "thermal_gap": 3,
51197
+ "thermal_bridge_width": 3,
51198
+ "smoothing": 3,
51199
+ "chamfer": 3,
51200
+ "radius": 3,
51201
+ "polygon": 3,
51202
+ "pts": 4,
51203
+ "xy": 589,
51204
+ "filled_polygon": 1,
51205
+ "C7E3B": 1,
51206
+ "keepout": 2,
51207
+ "allowed": 4,
51208
+ "vias": 2,
51209
+ "copperpour": 2,
51210
+ "not_allowed": 2,
51211
+ "C7E43": 1,
50294
51212
  "EESchema": 2,
50295
51213
  "Schematic": 2,
50296
51214
  "File": 2,
@@ -50305,7 +51223,6 @@
50305
51223
  "xx": 2,
50306
51224
  "cmos4000": 2,
50307
51225
  "adc": 2,
50308
- "-": 44,
50309
51226
  "dac": 2,
50310
51227
  "memory": 2,
50311
51228
  "xilinx": 2,
@@ -50337,7 +51254,6 @@
50337
51254
  "EELAYER": 4,
50338
51255
  "END": 2,
50339
51256
  "Descr": 2,
50340
- "A4": 21,
50341
51257
  "encoding": 2,
50342
51258
  "utf": 2,
50343
51259
  "Sheet": 3,
@@ -50354,21 +51270,13 @@
50354
51270
  "U": 25,
50355
51271
  "E5B803": 1,
50356
51272
  "F0": 18,
50357
- "F1": 21,
50358
- "F2": 30,
50359
51273
  "I": 9,
50360
51274
  "L": 33,
50361
- "F3": 23,
50362
51275
  "F4": 19,
50363
51276
  "F5": 26,
50364
51277
  "F6": 30,
50365
- "R": 10,
50366
- "F7": 21,
50367
- "F8": 29,
50368
51278
  "O": 3,
50369
- "F9": 27,
50370
51279
  "F10": 1,
50371
- "B": 196,
50372
51280
  "F11": 1,
50373
51281
  "F12": 1,
50374
51282
  "F13": 1,
@@ -50381,12 +51289,9 @@
50381
51289
  "mfk_interface": 1,
50382
51290
  "Volume": 1,
50383
51291
  "AlpsRK16814MG": 1,
50384
- "A": 171,
50385
51292
  "SN754410": 1,
50386
- "U1": 1,
50387
51293
  "CA683": 1,
50388
51294
  "P": 24,
50389
- "F": 320,
50390
51295
  "H": 86,
50391
51296
  "C": 258,
50392
51297
  "CNN": 96,
@@ -50399,7 +51304,6 @@
50399
51304
  "Wire": 178,
50400
51305
  "Line": 89,
50401
51306
  "Connection": 13,
50402
- "C1": 17,
50403
51307
  "CAD46": 1,
50404
51308
  "#PWR03": 1,
50405
51309
  "CADFB": 1,
@@ -50419,7 +51323,6 @@
50419
51323
  "CCCA8": 1,
50420
51324
  "V": 10,
50421
51325
  "CONN_5": 2,
50422
- "P1": 1,
50423
51326
  "CCE69": 1,
50424
51327
  "A_TOP": 1,
50425
51328
  "A_WIPER": 1,
@@ -50436,7 +51339,6 @@
50436
51339
  "D_WIPER": 1,
50437
51340
  "AB_COMMON": 1,
50438
51341
  "CD_COMMON": 1,
50439
- "+": 4,
50440
51342
  "VD": 3,
50441
51343
  "#PWR07": 1,
50442
51344
  "CE6FC": 1,
@@ -50446,95 +51348,59 @@
50446
51348
  "Pos": 1,
50447
51349
  "Scale": 1,
50448
51350
  "Data": 1,
50449
- "E": 208,
50450
51351
  "D": 203,
50451
51352
  "E0": 23,
50452
51353
  "EC": 11,
50453
51354
  "D5": 30,
50454
- "B3": 14,
50455
51355
  "ED": 15,
50456
- "B5": 20,
50457
- "C7": 17,
50458
51356
  "BF": 19,
50459
51357
  "EB": 21,
50460
51358
  "CC": 25,
50461
- "C2": 13,
50462
51359
  "D0": 19,
50463
51360
  "FA": 22,
50464
51361
  "A0": 22,
50465
51362
  "D6": 21,
50466
- "B1": 13,
50467
- "A3": 20,
50468
- "E1": 23,
50469
- "B4": 22,
50470
51363
  "DA": 18,
50471
51364
  "BD": 20,
50472
51365
  "D4": 21,
50473
51366
  "AB": 14,
50474
51367
  "AD": 20,
50475
- "B7": 27,
50476
- "B6": 21,
50477
51368
  "E6": 17,
50478
- "A2": 24,
50479
- "A5": 13,
50480
51369
  "CA": 22,
50481
51370
  "AC": 29,
50482
51371
  "FB": 21,
50483
- "E8": 20,
50484
51372
  "E5": 19,
50485
51373
  "E4": 32,
50486
51374
  "AF": 26,
50487
- "D7": 30,
50488
- "D9": 19,
50489
- "C9": 25,
50490
51375
  "C0": 35,
50491
- "E9": 21,
50492
51376
  "CB": 19,
50493
- "E2": 30,
50494
- "B8": 19,
50495
51377
  "EE": 22,
50496
- "E3": 12,
50497
- "C5": 20,
50498
51378
  "BE": 18,
50499
51379
  "FC": 33,
50500
51380
  "DE": 17,
50501
- "C6": 15,
50502
51381
  "BA": 16,
50503
51382
  "CD": 23,
50504
51383
  "AE": 21,
50505
- "A7": 13,
50506
51384
  "B0": 23,
50507
51385
  "EA": 28,
50508
51386
  "BC": 8,
50509
- "A1": 14,
50510
- "C4": 18,
50511
- "E7": 31,
50512
- "A8": 17,
50513
51387
  "CF": 26,
50514
- "C3": 21,
50515
51388
  "FD": 20,
50516
- "D8": 17,
50517
51389
  "AA": 28,
50518
- "C8": 20,
50519
51390
  "DB": 12,
50520
51391
  "DF": 18,
50521
- "A6": 15,
50522
51392
  "FF": 14,
50523
51393
  "B2": 21,
50524
51394
  "D3": 11,
50525
51395
  "BB": 15,
50526
51396
  "FE": 19,
50527
51397
  "DC": 19,
50528
- "A9": 18,
50529
- "B9": 24,
50530
51398
  "DD": 15,
50531
51399
  "CE": 17,
50532
- "D1": 19,
50533
51400
  "EF": 12,
50534
51401
  "D2": 16,
50535
51402
  "EndBitmap": 2,
50536
51403
  "EndData": 1,
50537
- "GND": 2,
50538
51404
  "#PWR09": 1,
50539
51405
  "CF9FF": 1,
50540
51406
  "Notes": 3,
@@ -53155,6 +54021,46 @@
53155
54021
  "kexec_control_code_size": 1,
53156
54022
  "KEXEC_CONTROL_CODE_MAX_SIZE": 1
53157
54023
  },
54024
+ "Linux Kernel Module": {
54025
+ "/data/israel/edison/poky/meta": 31,
54026
+ "-": 62,
54027
+ "edison/recipes": 31,
54028
+ "kernel/bcm43340/driver_bcm43x/bcm4334x.ko": 1,
54029
+ "kernel/bcm43340/driver_bcm43x/dhd_pno.o": 1,
54030
+ "kernel/bcm43340/driver_bcm43x/dhd_common.o": 1,
54031
+ "kernel/bcm43340/driver_bcm43x/dhd_ip.o": 1,
54032
+ "kernel/bcm43340/driver_bcm43x/dhd_custom_gpio.o": 1,
54033
+ "kernel/bcm43340/driver_bcm43x/dhd_linux.o": 1,
54034
+ "kernel/bcm43340/driver_bcm43x/dhd_linux_sched.o": 1,
54035
+ "kernel/bcm43340/driver_bcm43x/dhd_cfg80211.o": 1,
54036
+ "kernel/bcm43340/driver_bcm43x/dhd_linux_wq.o": 1,
54037
+ "kernel/bcm43340/driver_bcm43x/aiutils.o": 1,
54038
+ "kernel/bcm43340/driver_bcm43x/bcmevent.o": 1,
54039
+ "kernel/bcm43340/driver_bcm43x/bcmutils.o": 1,
54040
+ "kernel/bcm43340/driver_bcm43x/bcmwifi_channels.o": 1,
54041
+ "kernel/bcm43340/driver_bcm43x/hndpmu.o": 1,
54042
+ "kernel/bcm43340/driver_bcm43x/linux_osl.o": 1,
54043
+ "kernel/bcm43340/driver_bcm43x/sbutils.o": 1,
54044
+ "kernel/bcm43340/driver_bcm43x/siutils.o": 1,
54045
+ "kernel/bcm43340/driver_bcm43x/wl_android.o": 1,
54046
+ "kernel/bcm43340/driver_bcm43x/wl_cfg80211.o": 1,
54047
+ "kernel/bcm43340/driver_bcm43x/wl_cfgp2p.o": 1,
54048
+ "kernel/bcm43340/driver_bcm43x/wl_cfg_btcoex.o": 1,
54049
+ "kernel/bcm43340/driver_bcm43x/wldev_common.o": 1,
54050
+ "kernel/bcm43340/driver_bcm43x/wl_linux_mon.o": 1,
54051
+ "kernel/bcm43340/driver_bcm43x/dhd_linux_platdev.o": 1,
54052
+ "kernel/bcm43340/driver_bcm43x/bcmsdh.o": 1,
54053
+ "kernel/bcm43340/driver_bcm43x/bcmsdh_linux.o": 1,
54054
+ "kernel/bcm43340/driver_bcm43x/bcmsdh_sdmmc.o": 1,
54055
+ "kernel/bcm43340/driver_bcm43x/bcmsdh_sdmmc_linux.o": 1,
54056
+ "kernel/bcm43340/driver_bcm43x/dhd_cdc.o": 1,
54057
+ "kernel/bcm43340/driver_bcm43x/dhd_wlfc.o": 1,
54058
+ "kernel/bcm43340/driver_bcm43x/dhd_sdio.o": 1,
54059
+ "fs/mbcache.ko": 1,
54060
+ "fs/mbcache.o": 1,
54061
+ "crypto/md5.ko": 1,
54062
+ "crypto/md5.o": 1
54063
+ },
53158
54064
  "Liquid": {
53159
54065
  "<!DOCTYPE>": 1,
53160
54066
  "html": 1,
@@ -61724,59 +62630,59 @@
61724
62630
  "Oct": 32
61725
62631
  },
61726
62632
  "Modelica": {
61727
- "within": 2,
62633
+ "within": 12,
61728
62634
  "Modelica.Electrical.Analog": 1,
61729
- ";": 465,
61730
- "package": 5,
62635
+ ";": 578,
62636
+ "package": 11,
61731
62637
  "Sensors": 4,
61732
62638
  "extends": 36,
61733
62639
  "Modelica.Icons.SensorsPackage": 1,
61734
- "model": 25,
62640
+ "model": 31,
61735
62641
  "PotentialSensor": 2,
61736
62642
  "Modelica.Icons.RotationalSensor": 3,
61737
62643
  "Interfaces.PositivePin": 3,
61738
62644
  "p": 3,
61739
- "annotation": 299,
61740
- "(": 1368,
61741
- "Placement": 144,
61742
- "transformation": 144,
61743
- "extent": 238,
61744
- "{": 1567,
61745
- "-": 585,
61746
- "}": 2135,
61747
- "rotation": 108,
61748
- ")": 1366,
62645
+ "annotation": 310,
62646
+ "(": 1438,
62647
+ "Placement": 150,
62648
+ "transformation": 150,
62649
+ "extent": 244,
62650
+ "{": 1601,
62651
+ "-": 615,
62652
+ "}": 2176,
62653
+ "rotation": 111,
62654
+ ")": 1436,
61749
62655
  "Modelica.Blocks.Interfaces.RealOutput": 4,
61750
- "phi": 2,
61751
- "equation": 25,
62656
+ "phi": 6,
62657
+ "equation": 32,
61752
62658
  "p.i": 3,
61753
62659
  "p.v": 3,
61754
62660
  "Icon": 13,
61755
62661
  "coordinateSystem": 28,
61756
62662
  "preserveAspectRatio": 28,
61757
- "true": 93,
62663
+ "true": 94,
61758
62664
  "grid": 8,
61759
62665
  "graphics": 27,
61760
62666
  "Text": 44,
61761
62667
  "lineColor": 89,
61762
62668
  "textString": 44,
61763
- "Line": 253,
61764
- "points": 276,
61765
- "color": 253,
62669
+ "Line": 256,
62670
+ "points": 279,
62671
+ "color": 256,
61766
62672
  "Diagram": 15,
61767
62673
  "Documentation": 29,
61768
62674
  "revisions": 5,
61769
62675
  "info": 29,
61770
- "end": 29,
62676
+ "end": 41,
61771
62677
  "VoltageSensor": 2,
61772
62678
  "Interfaces.NegativePin": 2,
61773
- "n": 4,
62679
+ "n": 12,
61774
62680
  "v": 49,
61775
- "origin": 11,
62681
+ "origin": 14,
61776
62682
  "n.i": 2,
61777
62683
  "n.v": 2,
61778
62684
  "CurrentSensor": 2,
61779
- "i": 9,
62685
+ "i": 11,
61780
62686
  "PowerSensor": 2,
61781
62687
  "Modelica.Electrical.Analog.Interfaces.PositivePin": 2,
61782
62688
  "pc": 2,
@@ -61791,9 +62697,9 @@
61791
62697
  "currentSensor": 1,
61792
62698
  "Modelica.Blocks.Math.Product": 1,
61793
62699
  "product": 1,
61794
- "connect": 125,
62700
+ "connect": 128,
61795
62701
  "voltageSensor.p": 1,
61796
- "e": 5,
62702
+ "e": 8,
61797
62703
  "voltageSensor.n": 1,
61798
62704
  "currentSensor.p": 1,
61799
62705
  "currentSensor.n": 1,
@@ -61807,10 +62713,181 @@
61807
62713
  "fillPattern": 45,
61808
62714
  "FillPattern.Solid": 37,
61809
62715
  "Polygon": 24,
62716
+ "ModelicaByExample.PackageExamples": 4,
62717
+ "NestedPackages": 2,
62718
+ "Types": 2,
62719
+ "type": 6,
62720
+ "Rabbits": 1,
62721
+ "Real": 17,
62722
+ "quantity": 6,
62723
+ "min": 21,
62724
+ "Wolves": 1,
62725
+ "RabbitReproduction": 1,
62726
+ "RabbitFatalities": 1,
62727
+ "WolfReproduction": 1,
62728
+ "WolfFatalities": 1,
62729
+ "LotkaVolterra": 2,
62730
+ "parameter": 57,
62731
+ "Types.RabbitReproduction": 1,
62732
+ "alpha": 2,
62733
+ "Types.RabbitFatalities": 1,
62734
+ "beta": 1,
62735
+ "Types.WolfReproduction": 1,
62736
+ "gamma": 2,
62737
+ "Types.WolfFatalities": 1,
62738
+ "delta": 1,
62739
+ "Types.Rabbits": 2,
62740
+ "x0": 2,
62741
+ "Types.Wolves": 2,
62742
+ "y0": 2,
62743
+ "x": 7,
62744
+ "start": 41,
62745
+ "y": 2,
62746
+ "der": 10,
62747
+ "x*": 1,
62748
+ "beta*y": 1,
62749
+ "y*": 1,
62750
+ "delta*x": 1,
62751
+ "NewtonCooling": 2,
62752
+ "import": 12,
62753
+ "Modelica.SIunits.Temperature": 1,
62754
+ "Modelica.SIunits.Mass": 2,
62755
+ "Modelica.SIunits.Area": 1,
62756
+ "ConvectionCoefficient": 2,
62757
+ "Modelica.SIunits.CoefficientOfHeatTransfer": 1,
62758
+ "SpecificHeat": 2,
62759
+ "Modelica.SIunits.SpecificHeatCapacity": 1,
62760
+ "Temperature": 3,
62761
+ "T_inf": 2,
62762
+ "T0": 2,
62763
+ "h": 1,
62764
+ "Area": 1,
62765
+ "A": 1,
62766
+ "Mass": 3,
62767
+ "m": 36,
62768
+ "c_p": 1,
62769
+ "T": 6,
62770
+ "initial": 2,
62771
+ "m*c_p*der": 1,
62772
+ "h*A*": 1,
62773
+ "ModelicaByExample": 3,
62774
+ "uses": 1,
62775
+ "Modelica": 2,
62776
+ "version": 1,
62777
+ "PackageExamples": 2,
62778
+ "ModelicaByExample.Subsystems": 2,
62779
+ "GearSubsystemModel": 2,
62780
+ "Pendula": 2,
62781
+ "ModelicaByExample.Subsystems.Pendula": 2,
62782
+ "Pendulum": 3,
62783
+ "Modelica.Mechanics.MultiBody.Parts": 1,
62784
+ "Modelica.Mechanics.MultiBody.Joints": 1,
62785
+ "Modelica.SIunits.Position": 2,
62786
+ "Modelica.SIunits.Angle": 2,
62787
+ "Modelica.SIunits.Length": 2,
62788
+ "L": 43,
62789
+ "Modelica.SIunits.Diameter": 1,
62790
+ "d": 25,
62791
+ "Parts.Fixed": 1,
62792
+ "ground": 1,
62793
+ "r": 2,
62794
+ "animation": 2,
62795
+ "false": 13,
62796
+ "Parts.PointMass": 1,
62797
+ "ball": 1,
62798
+ "sphereDiameter": 1,
62799
+ "*d": 1,
62800
+ "Parts.BodyCylinder": 1,
62801
+ "string": 1,
62802
+ "density": 1,
62803
+ "diameter": 1,
62804
+ "Joints.Revolute": 1,
62805
+ "revolute": 1,
62806
+ "fixed": 70,
62807
+ "cylinderDiameter": 1,
62808
+ "d/2": 1,
62809
+ "string.frame_a": 1,
62810
+ "ball.frame_a": 1,
62811
+ "thickness": 9,
62812
+ "smooth": 96,
62813
+ "Smooth.None": 94,
62814
+ "revolute.frame_b": 1,
62815
+ "ground.frame_b": 1,
62816
+ "revolute.frame_a": 1,
62817
+ "string.frame_b": 1,
62818
+ "RLC": 2,
62819
+ "Modelica.SIunits.Voltage": 2,
62820
+ "Vb": 2,
62821
+ "Modelica.SIunits.Inductance": 1,
62822
+ "Modelica.SIunits.Resistance": 1,
62823
+ "R": 1,
62824
+ "Modelica.SIunits.Capacitance": 1,
62825
+ "C": 1,
62826
+ "V": 3,
62827
+ "Modelica.SIunits.Current": 3,
62828
+ "i_L": 3,
62829
+ "i_R": 3,
62830
+ "i_C": 3,
62831
+ "V/R": 1,
62832
+ "C*der": 1,
62833
+ "+": 12,
62834
+ "L*der": 1,
62835
+ "SecondOrderSystem": 2,
62836
+ "Modelica.SIunits.*": 1,
62837
+ "Angle": 4,
62838
+ "phi1_init": 2,
62839
+ "phi2_init": 2,
62840
+ "AngularVelocity": 4,
62841
+ "omega1_init": 2,
62842
+ "omega2_init": 2,
62843
+ "Inertia": 2,
62844
+ "J1": 1,
62845
+ "J2": 1,
62846
+ "RotationalSpringConstant": 2,
62847
+ "k1": 1,
62848
+ "k2": 1,
62849
+ "RotationalDampingConstant": 2,
62850
+ "d1": 1,
62851
+ "d2": 1,
62852
+ "phi1": 7,
62853
+ "phi2": 8,
62854
+ "omega1": 4,
62855
+ "omega2": 4,
62856
+ "J1*der": 1,
62857
+ "k1*": 2,
62858
+ "d1*der": 2,
62859
+ "J2*der": 1,
62860
+ "k2*phi2": 1,
62861
+ "d2*der": 1,
62862
+ "System": 2,
62863
+ "Modelica.Constants.g_n": 1,
62864
+ "Modelica.Constants.pi": 1,
62865
+ "Integer": 2,
62866
+ "[": 12,
62867
+ "]": 12,
62868
+ "linspace": 1,
62869
+ "*0.05": 1,
62870
+ "Modelica.SIunits.Time": 2,
62871
+ "X": 2,
62872
+ "lengths": 2,
62873
+ "g_n*": 1,
62874
+ "T/": 1,
62875
+ "*pi*": 1,
62876
+ "for": 3,
62877
+ "in": 2,
62878
+ "phi0": 2,
62879
+ "pendulum": 1,
62880
+ "each": 2,
62881
+ "inner": 1,
62882
+ "Modelica.Mechanics.MultiBody.World": 1,
62883
+ "world": 1,
62884
+ "experiment": 13,
62885
+ "StopTime": 13,
62886
+ "Interval": 13,
62887
+ "Tolerance": 1,
61810
62888
  "Modelica.Mechanics": 1,
61811
62889
  "Translational": 1,
61812
62890
  "Modelica.Icons.Package": 2,
61813
- "import": 2,
61814
62891
  "SI": 1,
61815
62892
  "Modelica.SIunits": 1,
61816
62893
  "Examples": 2,
@@ -61819,10 +62896,7 @@
61819
62896
  "Modelica.Icons.Example": 12,
61820
62897
  "Translational.Components.Mass": 19,
61821
62898
  "mass1": 7,
61822
- "L": 39,
61823
62899
  "s": 35,
61824
- "fixed": 69,
61825
- "m": 31,
61826
62900
  "Translational.Sources.Force": 9,
61827
62901
  "force1": 2,
61828
62902
  "Modelica.Blocks.Sources.Constant": 4,
@@ -61845,17 +62919,12 @@
61845
62919
  "force3.": 1,
61846
62920
  "force1.flange": 2,
61847
62921
  "mass1.flange_a": 6,
61848
- "smooth": 93,
61849
- "Smooth.None": 91,
61850
62922
  "force2.flange": 3,
61851
62923
  "mass2.flange_b": 6,
61852
62924
  "mass3.flange_b": 3,
61853
62925
  "force3.flange": 1,
61854
62926
  "fixed.flange": 7,
61855
62927
  "force3.support": 1,
61856
- "experiment": 12,
61857
- "StopTime": 12,
61858
- "Interval": 12,
61859
62928
  "InitialConditions": 2,
61860
62929
  "fixed2": 6,
61861
62930
  "s0": 13,
@@ -61865,10 +62934,8 @@
61865
62934
  "c": 27,
61866
62935
  "e3": 7,
61867
62936
  "m3": 1,
61868
- "start": 38,
61869
62937
  "Translational.Components.SpringDamper": 3,
61870
62938
  "sd2": 1,
61871
- "d": 23,
61872
62939
  "m4": 1,
61873
62940
  "fixed1": 5,
61874
62941
  "s1": 1,
@@ -61922,7 +62989,6 @@
61922
62989
  "spring1.": 1,
61923
62990
  "flange_a": 15,
61924
62991
  "spring2.": 4,
61925
- "thickness": 6,
61926
62992
  "Accelerate": 2,
61927
62993
  "Translational.Sources.Accelerate": 1,
61928
62994
  "accelerate": 1,
@@ -61957,7 +63023,6 @@
61957
63023
  "sine1.y": 2,
61958
63024
  "sine2.y": 2,
61959
63025
  "mass2.flange_a": 3,
61960
- "Modelica": 1,
61961
63026
  "Translational.Sensors.ForceSensor": 1,
61962
63027
  "forceSensor": 1,
61963
63028
  "Translational.Sensors.SpeedSensor": 1,
@@ -62045,12 +63110,10 @@
62045
63110
  "Components.Rod": 2,
62046
63111
  "Components.SpringDamper": 4,
62047
63112
  "springDamper1": 2,
62048
- "false": 11,
62049
63113
  "springDamper2": 1,
62050
63114
  "Components.ElastoGap": 3,
62051
63115
  "elastoGap1": 1,
62052
63116
  "elastoGap2": 1,
62053
- "parameter": 20,
62054
63117
  "SI.TranslationalDampingConstant": 4,
62055
63118
  "springDamper1.flange_a": 2,
62056
63119
  "springDamper2.flange_b": 1,
@@ -62095,7 +63158,6 @@
62095
63158
  "const": 1,
62096
63159
  "Thermal.HeatTransfer.Celsius.FixedTemperature": 1,
62097
63160
  "TAmbient": 1,
62098
- "T": 1,
62099
63161
  "springDamper.flange_a": 1,
62100
63162
  "damper.flange_a": 1,
62101
63163
  "damper.flange_b": 1,
@@ -62125,23 +63187,15 @@
62125
63187
  "GenerateStribeckFrictionTable": 2,
62126
63188
  "Modelica.Icons.Function": 1,
62127
63189
  "input": 6,
62128
- "Real": 11,
62129
63190
  "final": 15,
62130
63191
  "unit": 2,
62131
- "min": 15,
62132
63192
  "Modelica.SIunits.Force": 7,
62133
- "Integer": 1,
62134
63193
  "output": 1,
62135
63194
  "table": 3,
62136
- "[": 9,
62137
- "]": 9,
62138
63195
  "algorithm": 1,
62139
- "for": 2,
62140
- "in": 1,
62141
63196
  "loop": 1,
62142
63197
  "v_max*": 1,
62143
63198
  "/": 1,
62144
- "+": 8,
62145
63199
  "F_prop*table": 1,
62146
63200
  "F_Stribeck*exp": 1,
62147
63201
  "fexp*table": 1,
@@ -62150,7 +63204,6 @@
62150
63204
  "SI.Position": 5,
62151
63205
  "Interfaces.Flange_b": 1,
62152
63206
  "flange.s": 1,
62153
- "Mass": 2,
62154
63207
  "SI.Mass": 1,
62155
63208
  "StateSelect": 1,
62156
63209
  "stateSelect": 5,
@@ -62161,7 +63214,6 @@
62161
63214
  "SI.Velocity": 3,
62162
63215
  "SI.Acceleration": 3,
62163
63216
  "a": 8,
62164
- "der": 6,
62165
63217
  "m*a": 1,
62166
63218
  "flange_a.f": 4,
62167
63219
  "flange_b.f": 4,
@@ -62231,6 +63283,164 @@
62231
63283
  "mue0*cgeo*fn": 1,
62232
63284
  "cgeo*fn*": 1
62233
63285
  },
63286
+ "Modula-2": {
63287
+ "IMPLEMENTATION": 1,
63288
+ "MODULE": 1,
63289
+ "HuffChan": 1,
63290
+ ";": 254,
63291
+ "IMPORT": 2,
63292
+ "IOChan": 1,
63293
+ "IOLink": 1,
63294
+ "ChanConsts": 1,
63295
+ "IOConsts": 1,
63296
+ "SYSTEM": 1,
63297
+ "Strings": 1,
63298
+ "FROM": 1,
63299
+ "Storage": 1,
63300
+ "ALLOCATE": 1,
63301
+ "DEALLOCATE": 1,
63302
+ "CONST": 1,
63303
+ "rbldFrq": 3,
63304
+ "TYPE": 1,
63305
+ "charTap": 5,
63306
+ "POINTER": 4,
63307
+ "TO": 9,
63308
+ "ARRAY": 3,
63309
+ "[": 20,
63310
+ "MAX": 1,
63311
+ "(": 88,
63312
+ "INTEGER": 6,
63313
+ ")": 88,
63314
+ "-": 15,
63315
+ "]": 20,
63316
+ "OF": 3,
63317
+ "CHAR": 7,
63318
+ "smbTp": 8,
63319
+ "smbT": 2,
63320
+ "RECORD": 3,
63321
+ "ch": 19,
63322
+ "n": 5,
63323
+ "CARDINAL": 20,
63324
+ "left": 1,
63325
+ "right": 1,
63326
+ "next": 1,
63327
+ "END": 56,
63328
+ "tblT": 2,
63329
+ "vl": 6,
63330
+ "cnt": 1,
63331
+ "lclDataT": 2,
63332
+ "tRoot": 12,
63333
+ "htbl": 9,
63334
+ "ftbl": 7,
63335
+ "wBf": 15,
63336
+ "rb1": 9,
63337
+ "rb2": 10,
63338
+ "wbc": 11,
63339
+ "rbc": 11,
63340
+ "smc": 10,
63341
+ "chid": 1,
63342
+ "IOChan.ChanId": 1,
63343
+ "lclDataTp": 4,
63344
+ "charp": 1,
63345
+ "VAR": 16,
63346
+ "did": 7,
63347
+ "IOLink.DeviceId": 1,
63348
+ "ldt": 23,
63349
+ "PROCEDURE": 15,
63350
+ "Shf": 13,
63351
+ "a": 8,
63352
+ "b": 12,
63353
+ "BEGIN": 16,
63354
+ "RETURN": 11,
63355
+ "SYSTEM.CAST": 6,
63356
+ "SYSTEM.SHIFT": 1,
63357
+ "BITSET": 1,
63358
+ "wrDword": 5,
63359
+ "IOChan.RawWrite": 1,
63360
+ ".chid": 4,
63361
+ "SYSTEM.ADR": 2,
63362
+ "rdDword": 3,
63363
+ "z": 2,
63364
+ "IOChan.RawRead": 1,
63365
+ "wrSmb": 6,
63366
+ "v": 5,
63367
+ "h": 4,
63368
+ "c": 6,
63369
+ "WITH": 10,
63370
+ "DO": 17,
63371
+ "ORD": 8,
63372
+ ".vl": 3,
63373
+ ".cnt": 5,
63374
+ "IF": 19,
63375
+ "+": 17,
63376
+ "<": 7,
63377
+ "THEN": 20,
63378
+ "flush": 3,
63379
+ "getSym": 4,
63380
+ "t": 8,
63381
+ "i": 22,
63382
+ "FOR": 5,
63383
+ "CHR": 2,
63384
+ "Insert": 5,
63385
+ "s": 17,
63386
+ "cr": 30,
63387
+ "NIL": 13,
63388
+ ".next": 15,
63389
+ "ELSIF": 1,
63390
+ ".n": 8,
63391
+ "WHILE": 2,
63392
+ "&": 1,
63393
+ "BuildTree": 3,
63394
+ "ocr": 5,
63395
+ "ncr": 7,
63396
+ "LOOP": 1,
63397
+ "NEW": 3,
63398
+ ".left": 4,
63399
+ ".right": 3,
63400
+ "ELSE": 2,
63401
+ "EXIT": 1,
63402
+ "BuildTable": 5,
63403
+ ".ch": 3,
63404
+ "DISPOSE": 3,
63405
+ "vl*2": 1,
63406
+ "clcTab": 5,
63407
+ "iniHuf": 3,
63408
+ "RawWrite": 3,
63409
+ "x": 16,
63410
+ "IOLink.DeviceTablePtr": 4,
63411
+ "buf": 4,
63412
+ "SYSTEM.ADDRESS": 2,
63413
+ "len": 7,
63414
+ "cht": 7,
63415
+ ".cd": 4,
63416
+ "C": 6,
63417
+ ".result": 4,
63418
+ "IOChan.ReadResult": 1,
63419
+ "RawRead": 3,
63420
+ "blen": 4,
63421
+ "OR": 1,
63422
+ "IOConsts.allRight": 2,
63423
+ "IOConsts.endOfInput": 1,
63424
+ "CreateAlias": 2,
63425
+ "cid": 8,
63426
+ "ChanId": 3,
63427
+ "io": 2,
63428
+ "res": 4,
63429
+ "OpenResults": 1,
63430
+ "IOLink.MakeChan": 1,
63431
+ "IOChan.InvalidChan": 1,
63432
+ "ChanConsts.outOfChans": 2,
63433
+ "IOLink.UnMakeChan": 2,
63434
+ "IOLink.DeviceTablePtrValue": 2,
63435
+ "IOChan.notAvailable": 2,
63436
+ ".doRawWrite": 1,
63437
+ ".doRawRead": 1,
63438
+ "ChanConsts.opened": 1,
63439
+ "DeleteAlias": 2,
63440
+ ".rbc": 1,
63441
+ "IOLink.AllocateDeviceId": 1,
63442
+ "HuffChan.": 1
63443
+ },
62234
63444
  "Module Management System": {
62235
63445
  "#": 186,
62236
63446
  "Norman": 2,
@@ -73681,7 +74891,7 @@
73681
74891
  "Symfony": 24,
73682
74892
  "Component": 24,
73683
74893
  "Console": 17,
73684
- ";": 1384,
74894
+ ";": 1422,
73685
74895
  "use": 23,
73686
74896
  "Input": 6,
73687
74897
  "InputInterface": 4,
@@ -73703,41 +74913,41 @@
73703
74913
  "DialogHelper": 2,
73704
74914
  "class": 22,
73705
74915
  "Application": 3,
73706
- "{": 975,
74916
+ "{": 990,
73707
74917
  "private": 24,
73708
74918
  "commands": 39,
73709
74919
  "wantHelps": 4,
73710
74920
  "false": 154,
73711
74921
  "runningCommand": 5,
73712
- "name": 181,
74922
+ "name": 199,
73713
74923
  "version": 8,
73714
74924
  "catchExceptions": 4,
73715
74925
  "autoExit": 4,
73716
74926
  "definition": 3,
73717
74927
  "helperSet": 6,
73718
74928
  "public": 202,
73719
- "function": 205,
74929
+ "function": 212,
73720
74930
  "__construct": 8,
73721
- "(": 2416,
73722
- ")": 2417,
73723
- "this": 928,
73724
- "-": 1271,
74931
+ "(": 2492,
74932
+ ")": 2494,
74933
+ "this": 929,
74934
+ "-": 1286,
73725
74935
  "true": 133,
73726
- "array": 296,
74936
+ "array": 315,
73727
74937
  "getDefaultHelperSet": 2,
73728
74938
  "getDefaultInputDefinition": 2,
73729
- "foreach": 94,
74939
+ "foreach": 98,
73730
74940
  "getDefaultCommands": 2,
73731
- "as": 96,
74941
+ "as": 100,
73732
74942
  "command": 41,
73733
74943
  "add": 7,
73734
- "}": 973,
74944
+ "}": 988,
73735
74945
  "run": 4,
73736
74946
  "input": 20,
73737
74947
  "null": 164,
73738
74948
  "output": 60,
73739
- "if": 450,
73740
- "new": 74,
74949
+ "if": 456,
74950
+ "new": 76,
73741
74951
  "try": 3,
73742
74952
  "statusCode": 14,
73743
74953
  "doRun": 2,
@@ -73748,18 +74958,18 @@
73748
74958
  "instanceof": 8,
73749
74959
  "renderException": 3,
73750
74960
  "getErrorOutput": 2,
73751
- "else": 70,
74961
+ "else": 71,
73752
74962
  "getCode": 1,
73753
74963
  "is_numeric": 7,
73754
- "&&": 119,
74964
+ "&&": 123,
73755
74965
  "exit": 7,
73756
- "return": 305,
74966
+ "return": 309,
73757
74967
  "getCommandName": 2,
73758
74968
  "hasParameterOption": 7,
73759
74969
  "setDecorated": 2,
73760
74970
  "elseif": 31,
73761
74971
  "setInteractive": 2,
73762
- "function_exists": 4,
74972
+ "function_exists": 5,
73763
74973
  "getHelperSet": 3,
73764
74974
  "has": 7,
73765
74975
  "inputStream": 2,
@@ -73779,9 +74989,9 @@
73779
74989
  "sprintf": 27,
73780
74990
  "getOptions": 1,
73781
74991
  "option": 5,
73782
- "[": 672,
73783
- "]": 672,
73784
- ".": 169,
74992
+ "[": 745,
74993
+ "]": 745,
74994
+ ".": 170,
73785
74995
  "getName": 14,
73786
74996
  "getShortcut": 2,
73787
74997
  "getDescription": 3,
@@ -73800,7 +75010,7 @@
73800
75010
  "isEnabled": 1,
73801
75011
  "getAliases": 3,
73802
75012
  "alias": 87,
73803
- "isset": 101,
75013
+ "isset": 107,
73804
75014
  "InvalidArgumentException": 9,
73805
75015
  "helpCommand": 3,
73806
75016
  "setCommand": 1,
@@ -73815,7 +75025,7 @@
73815
75025
  "n": 12,
73816
75026
  "explode": 9,
73817
75027
  "found": 4,
73818
- "i": 36,
75028
+ "i": 42,
73819
75029
  "part": 10,
73820
75030
  "abbrevs": 31,
73821
75031
  "static": 6,
@@ -73838,7 +75048,7 @@
73838
75048
  "findAlternativeCommands": 2,
73839
75049
  "all": 11,
73840
75050
  "substr_count": 1,
73841
- "+": 12,
75051
+ "+": 20,
73842
75052
  "names": 3,
73843
75053
  "for": 8,
73844
75054
  "len": 11,
@@ -73875,7 +75085,7 @@
73875
75085
  "mb_detect_encoding": 1,
73876
75086
  "mb_strlen": 1,
73877
75087
  "do": 2,
73878
- "title": 3,
75088
+ "title": 5,
73879
75089
  "get_class": 4,
73880
75090
  "getTerminalWidth": 3,
73881
75091
  "PHP_INT_MAX": 1,
@@ -73896,7 +75106,7 @@
73896
75106
  "getFile": 2,
73897
75107
  "getLine": 2,
73898
75108
  "type": 62,
73899
- "file": 3,
75109
+ "file": 12,
73900
75110
  "while": 6,
73901
75111
  "getPrevious": 1,
73902
75112
  "getSynopsis": 1,
@@ -73923,9 +75133,9 @@
73923
75133
  "fclose": 2,
73924
75134
  "proc_close": 1,
73925
75135
  "namespacedCommands": 5,
73926
- "key": 64,
75136
+ "key": 67,
73927
75137
  "ksort": 2,
73928
- "&": 19,
75138
+ "&": 21,
73929
75139
  "limit": 3,
73930
75140
  "parts": 4,
73931
75141
  "array_pop": 1,
@@ -73939,11 +75149,11 @@
73939
75149
  "3": 1,
73940
75150
  "strpos": 15,
73941
75151
  "values": 53,
73942
- "/": 1,
75152
+ "/": 3,
73943
75153
  "||": 52,
73944
75154
  "value": 53,
73945
75155
  "asort": 1,
73946
- "array_keys": 7,
75156
+ "array_keys": 8,
73947
75157
  "BrowserKit": 1,
73948
75158
  "DomCrawler": 5,
73949
75159
  "Crawler": 2,
@@ -73983,7 +75193,7 @@
73983
75193
  "submit": 2,
73984
75194
  "getMethod": 6,
73985
75195
  "getUri": 8,
73986
- "form": 7,
75196
+ "form": 23,
73987
75197
  "setValues": 2,
73988
75198
  "getPhpValues": 2,
73989
75199
  "getPhpFiles": 2,
@@ -73991,7 +75201,7 @@
73991
75201
  "uri": 23,
73992
75202
  "parameters": 4,
73993
75203
  "files": 7,
73994
- "content": 4,
75204
+ "content": 6,
73995
75205
  "changeHistory": 4,
73996
75206
  "getAbsoluteUri": 2,
73997
75207
  "isEmpty": 2,
@@ -74020,7 +75230,7 @@
74020
75230
  "requestFromRequest": 4,
74021
75231
  "forward": 2,
74022
75232
  "reload": 1,
74023
- "empty": 96,
75233
+ "empty": 105,
74024
75234
  "restart": 1,
74025
75235
  "clear": 2,
74026
75236
  "currentUri": 7,
@@ -74030,7 +75240,7 @@
74030
75240
  "getParameters": 1,
74031
75241
  "getFiles": 3,
74032
75242
  "getServer": 1,
74033
- "<?php>": 5,
75243
+ "<?php>": 6,
74034
75244
  "CakePHP": 6,
74035
75245
  "tm": 6,
74036
75246
  "Rapid": 2,
@@ -74056,7 +75266,7 @@
74056
75266
  "of": 10,
74057
75267
  "must": 2,
74058
75268
  "retain": 2,
74059
- "the": 11,
75269
+ "the": 12,
74060
75270
  "above": 2,
74061
75271
  "copyright": 5,
74062
75272
  "notice": 2,
@@ -74107,14 +75317,14 @@
74107
75317
  "Controllers": 2,
74108
75318
  "should": 1,
74109
75319
  "provide": 1,
74110
- "a": 11,
75320
+ "a": 12,
74111
75321
  "number": 1,
74112
75322
  "action": 7,
74113
75323
  "methods": 5,
74114
75324
  "These": 1,
74115
- "are": 5,
75325
+ "are": 6,
74116
75326
  "on": 4,
74117
- "that": 2,
75327
+ "that": 3,
74118
75328
  "not": 3,
74119
75329
  "prefixed": 1,
74120
75330
  "with": 5,
@@ -74152,7 +75362,7 @@
74152
75362
  "actions": 2,
74153
75363
  "controllers": 2,
74154
75364
  "responsible": 1,
74155
- "creating": 1,
75365
+ "creating": 2,
74156
75366
  "response.": 2,
74157
75367
  "This": 1,
74158
75368
  "usually": 1,
@@ -74170,7 +75380,7 @@
74170
75380
  "manipulate": 1,
74171
75381
  "aspects": 1,
74172
75382
  "created": 8,
74173
- "by": 2,
75383
+ "by": 4,
74174
75384
  "Dispatcher": 1,
74175
75385
  "based": 2,
74176
75386
  "routing.": 1,
@@ -74224,7 +75434,7 @@
74224
75434
  "components": 1,
74225
75435
  "viewClass": 10,
74226
75436
  "ext": 1,
74227
- "plugin": 31,
75437
+ "plugin": 33,
74228
75438
  "cacheAction": 1,
74229
75439
  "passedArgs": 2,
74230
75440
  "scaffold": 2,
@@ -74252,7 +75462,7 @@
74252
75462
  "__get": 2,
74253
75463
  "params": 34,
74254
75464
  "load": 3,
74255
- "settings": 2,
75465
+ "settings": 5,
74256
75466
  "__set": 1,
74257
75467
  "camelize": 3,
74258
75468
  "array_key_exists": 11,
@@ -74322,7 +75532,7 @@
74322
75532
  "compact": 8,
74323
75533
  "one": 19,
74324
75534
  "two": 6,
74325
- "data": 187,
75535
+ "data": 190,
74326
75536
  "array_combine": 2,
74327
75537
  "setAction": 1,
74328
75538
  "args": 5,
@@ -74375,18 +75585,18 @@
74375
75585
  "_scaffoldError": 1,
74376
75586
  "php_help": 1,
74377
75587
  "arg": 1,
74378
- "t": 26,
75588
+ "t": 37,
74379
75589
  "php_permission": 1,
74380
- "TRUE": 1,
75590
+ "TRUE": 3,
74381
75591
  "php_eval": 1,
74382
75592
  "global": 2,
74383
75593
  "theme_path": 5,
74384
75594
  "theme_info": 3,
74385
- "conf": 2,
75595
+ "conf": 14,
74386
75596
  "old_theme_path": 2,
74387
- "drupal_get_path": 1,
75597
+ "drupal_get_path": 2,
74388
75598
  "dirname": 1,
74389
- "filename": 1,
75599
+ "filename": 2,
74390
75600
  "ob_start": 1,
74391
75601
  "print": 1,
74392
75602
  "eval": 1,
@@ -74401,6 +75611,45 @@
74401
75611
  "php_filter_info": 1,
74402
75612
  "filters": 2,
74403
75613
  "Test": 1,
75614
+ "Plugins": 1,
75615
+ "described": 1,
75616
+ "which": 1,
75617
+ "will": 1,
75618
+ "be": 1,
75619
+ "used": 1,
75620
+ "system": 1,
75621
+ "includes": 1,
75622
+ "single": 1,
75623
+ "ctools_context_required": 1,
75624
+ "file_entity_file_display_content_type_render": 1,
75625
+ "subtype": 2,
75626
+ "panel_args": 1,
75627
+ "context": 7,
75628
+ "clone": 1,
75629
+ "NULL": 2,
75630
+ "block": 10,
75631
+ "stdClass": 1,
75632
+ "module": 1,
75633
+ "delta": 2,
75634
+ "fid": 1,
75635
+ "ctools_template_identifier": 1,
75636
+ "file_view_file": 1,
75637
+ "title_link": 1,
75638
+ "entity_uri": 1,
75639
+ "file_entity_file_display_content_type_edit_form": 1,
75640
+ "form_state": 7,
75641
+ "formatters": 4,
75642
+ "file_info_formatter_types": 1,
75643
+ "formatter": 17,
75644
+ "check_plain": 3,
75645
+ "filter_xss": 1,
75646
+ "defaults": 8,
75647
+ "settings_form": 3,
75648
+ "file_type": 1,
75649
+ "view_mode": 1,
75650
+ "file_entity_file_display_content_type_edit_form_submit": 1,
75651
+ "file_entity_file_display_content_type_admin_title": 1,
75652
+ "identifier": 1,
74404
75653
  "SHEBANG#!php": 4,
74405
75654
  "<?>": 1,
74406
75655
  "aMenuLinks": 1,
@@ -74597,7 +75846,6 @@
74597
75846
  "hasMethod": 2,
74598
75847
  "getVirtualField": 1,
74599
75848
  "filterKey": 2,
74600
- "defaults": 6,
74601
75849
  "properties": 4,
74602
75850
  "read": 2,
74603
75851
  "conditions": 41,
@@ -75213,15 +76461,15 @@
75213
76461
  ".end": 1
75214
76462
  },
75215
76463
  "Pascal": {
75216
- "unit": 2,
76464
+ "unit": 3,
75217
76465
  "custforms": 1,
75218
- ";": 202,
75219
- "{": 9,
76466
+ ";": 472,
76467
+ "{": 10,
75220
76468
  "mode": 1,
75221
76469
  "objfpc": 1,
75222
- "}": 8,
76470
+ "}": 9,
75223
76471
  "H": 1,
75224
- "+": 6,
76472
+ "+": 20,
75225
76473
  "interface": 2,
75226
76474
  "uses": 6,
75227
76475
  "Classes": 1,
@@ -75232,7 +76480,7 @@
75232
76480
  "Class": 2,
75233
76481
  "private": 2,
75234
76482
  "FAuthor": 3,
75235
- "String": 24,
76483
+ "String": 25,
75236
76484
  "FCaption": 4,
75237
76485
  "FCategory": 4,
75238
76486
  "FDescription": 4,
@@ -75243,12 +76491,12 @@
75243
76491
  "public": 1,
75244
76492
  "Constructor": 3,
75245
76493
  "Create": 5,
75246
- "(": 47,
76494
+ "(": 177,
75247
76495
  "AFormClass": 12,
75248
- "const": 6,
76496
+ "const": 7,
75249
76497
  "APackage": 12,
75250
76498
  "string": 4,
75251
- ")": 47,
76499
+ ")": 178,
75252
76500
  "Const": 5,
75253
76501
  "ACaption": 3,
75254
76502
  "ADescription": 3,
@@ -75263,7 +76511,7 @@
75263
76511
  "Category": 1,
75264
76512
  "Author": 1,
75265
76513
  "LazPackage": 1,
75266
- "end": 22,
76514
+ "end": 100,
75267
76515
  "Procedure": 11,
75268
76516
  "RegisterCustomForm": 8,
75269
76517
  "Descr": 3,
@@ -75280,13 +76528,13 @@
75280
76528
  "Var": 5,
75281
76529
  "N": 5,
75282
76530
  "U": 5,
75283
- "begin": 22,
76531
+ "begin": 97,
75284
76532
  "AFormClass.ClassName": 1,
75285
76533
  "If": 3,
75286
76534
  "Upcase": 1,
75287
- "[": 11,
75288
- "]": 11,
75289
- "then": 6,
76535
+ "[": 86,
76536
+ "]": 86,
76537
+ "then": 26,
75290
76538
  "Delete": 1,
75291
76539
  "Format": 1,
75292
76540
  "TCustomFormFileDescriptor": 3,
@@ -75309,13 +76557,13 @@
75309
76557
  "RequiredPackages": 2,
75310
76558
  "ADescr.LazPackage": 1,
75311
76559
  "//Writeln": 1,
75312
- "function": 3,
76560
+ "function": 19,
75313
76561
  "TCustomFormFileDescriptor.GetLocalizedName": 1,
75314
- "Result": 8,
76562
+ "Result": 27,
75315
76563
  "TCustomFormFileDescriptor.GetLocalizedDescription": 1,
75316
76564
  "FFormDescr.Description": 1,
75317
76565
  "FFormDescr.Author": 2,
75318
- "<": 4,
76566
+ "<": 7,
75319
76567
  "LineEnding": 1,
75320
76568
  "TCustomFormFileDescriptor.GetInterfaceUsesSection": 1,
75321
76569
  "inherited": 1,
@@ -75326,22 +76574,22 @@
75326
76574
  "D": 8,
75327
76575
  "D.UnitName": 1,
75328
76576
  "L": 3,
75329
- "TStringList": 1,
76577
+ "TStringList": 2,
75330
76578
  "I": 4,
75331
- "Integer": 4,
75332
- "TStringList.Create": 1,
76579
+ "Integer": 49,
76580
+ "TStringList.Create": 3,
75333
76581
  "Try": 1,
75334
76582
  "L.Sorted": 1,
75335
76583
  "True": 2,
75336
76584
  "L.Duplicates": 1,
75337
76585
  "dupIgnore": 1,
75338
76586
  "For": 3,
75339
- "to": 4,
76587
+ "to": 51,
75340
76588
  "CustomFormList.Count": 2,
75341
- "-": 4,
75342
- "do": 4,
76589
+ "-": 44,
76590
+ "do": 51,
75343
76591
  "L.Add": 1,
75344
- "i": 8,
76592
+ "i": 195,
75345
76593
  ".Category": 1,
75346
76594
  "L.Count": 1,
75347
76595
  "RegisterNewItemCategory": 1,
@@ -75379,7 +76627,7 @@
75379
76627
  "CSIDL_COMMON_STARTUP": 1,
75380
76628
  "CSIDL_COMMON_DESKTOPDIRECTORY": 1,
75381
76629
  "CSIDL_APPDATA": 1,
75382
- "A": 1,
76630
+ "A": 2,
75383
76631
  "CSIDL_PRINTHOOD": 1,
75384
76632
  "CSIDL_LOCAL_APPDATA": 1,
75385
76633
  "C": 1,
@@ -75417,27 +76665,27 @@
75417
76665
  "Flags": 1,
75418
76666
  "DWord": 1,
75419
76667
  "Path": 1,
75420
- "PChar": 1,
76668
+ "PChar": 2,
75421
76669
  "HRESULT": 1,
75422
76670
  "stdcall": 1,
75423
- "var": 3,
76671
+ "var": 44,
75424
76672
  "SHGetFolderPath": 4,
75425
76673
  "Nil": 2,
75426
76674
  "CFGDLLHandle": 3,
75427
76675
  "InitDLL": 2,
75428
76676
  "pathBuf": 1,
75429
- "array": 2,
76677
+ "array": 3,
75430
76678
  "MAX_PATH": 1,
75431
- "of": 2,
76679
+ "of": 8,
75432
76680
  "char": 1,
75433
76681
  "pathLength": 1,
75434
76682
  "Load": 1,
75435
76683
  "shfolder.dll": 2,
75436
76684
  "using": 1,
75437
- "a": 1,
76685
+ "a": 144,
75438
76686
  "full": 1,
75439
76687
  "path": 1,
75440
- "in": 2,
76688
+ "in": 4,
75441
76689
  "order": 1,
75442
76690
  "prevent": 1,
75443
76691
  "spoofing": 1,
@@ -75448,8 +76696,8 @@
75448
76696
  "Could": 1,
75449
76697
  "not": 1,
75450
76698
  "determine": 1,
75451
- "if": 3,
75452
- "or": 1,
76699
+ "if": 23,
76700
+ "or": 3,
75453
76701
  "@APATH": 1,
75454
76702
  "S_OK": 1,
75455
76703
  "IncludeTrailingPathDelimiter": 1,
@@ -75457,16 +76705,120 @@
75457
76705
  "@APath": 1,
75458
76706
  "FreeLibrary": 1,
75459
76707
  "CFGDllHandle": 1,
75460
- "program": 2,
76708
+ "GetUnixMangaImageURL": 1,
76709
+ "Boolean": 3,
76710
+ "l": 3,
76711
+ "s": 9,
76712
+ "manager.container.PageContainerLinks": 1,
76713
+ "workCounter": 2,
76714
+ "GetPage": 1,
76715
+ "TObject": 1,
76716
+ "manager.container.Manager.retryConnect": 1,
76717
+ "Self.Terminated": 1,
76718
+ "l.Free": 2,
76719
+ "parse.Free": 2,
76720
+ "Exit": 8,
76721
+ "parse": 4,
76722
+ "Parser": 1,
76723
+ "THTMLParser.Create": 1,
76724
+ "l.Text": 1,
76725
+ "Parser.OnFoundTag": 1,
76726
+ "OnTag": 1,
76727
+ "Parser.OnFoundText": 1,
76728
+ "OnText": 1,
76729
+ "Parser.Exec": 1,
76730
+ "Parser.Free": 1,
76731
+ "parse.Count": 2,
76732
+ "for": 49,
76733
+ "Pos": 2,
76734
+ "and": 10,
76735
+ "manager.container.PageLinks": 1,
76736
+ "Trim": 1,
76737
+ "GetVal": 1,
76738
+ "Break": 1,
76739
+ "program": 3,
75461
76740
  "large": 1,
75462
- "max": 3,
76741
+ "max": 4,
75463
76742
  "type": 1,
75464
76743
  "tlist": 2,
75465
- "longint": 1,
75466
- "data": 3,
76744
+ "longint": 8,
76745
+ "data": 16,
75467
76746
  "integer": 1,
75468
76747
  "while": 1,
75469
76748
  "Writeln": 1,
76749
+ "This": 2,
76750
+ "file": 2,
76751
+ "is": 2,
76752
+ "part": 1,
76753
+ "the": 6,
76754
+ "Free": 2,
76755
+ "Component": 1,
76756
+ "Library": 1,
76757
+ "FCL": 1,
76758
+ "Copyright": 2,
76759
+ "c": 13,
76760
+ "by": 2,
76761
+ "Pascal": 1,
76762
+ "development": 1,
76763
+ "team": 1,
76764
+ "BIOS": 1,
76765
+ "functions": 1,
76766
+ "Nintendo": 1,
76767
+ "DS": 1,
76768
+ "Francesco": 1,
76769
+ "Lombardi": 1,
76770
+ "See": 1,
76771
+ "COPYING.FPC": 1,
76772
+ "included": 1,
76773
+ "this": 1,
76774
+ "distribution": 1,
76775
+ "details": 1,
76776
+ "about": 1,
76777
+ "copyright.": 1,
76778
+ "distributed": 1,
76779
+ "hope": 1,
76780
+ "that": 1,
76781
+ "it": 1,
76782
+ "will": 1,
76783
+ "be": 1,
76784
+ "useful": 1,
76785
+ "but": 1,
76786
+ "WITHOUT": 1,
76787
+ "ANY": 1,
76788
+ "WARRANTY": 1,
76789
+ "without": 1,
76790
+ "even": 1,
76791
+ "implied": 1,
76792
+ "warranty": 1,
76793
+ "MERCHANTABILITY": 1,
76794
+ "FITNESS": 1,
76795
+ "FOR": 1,
76796
+ "PARTICULAR": 1,
76797
+ "PURPOSE.": 1,
76798
+ "*****************************************************************************": 1,
76799
+ "__errno": 1,
76800
+ "plongint": 1,
76801
+ "cdecl": 1,
76802
+ "export": 1,
76803
+ "S_ISBLK": 1,
76804
+ "m": 28,
76805
+ "boolean": 7,
76806
+ "inline": 8,
76807
+ "result": 7,
76808
+ "_IFMT": 7,
76809
+ "_IFBLK": 1,
76810
+ "S_ISCHR": 1,
76811
+ "_IFCHR": 1,
76812
+ "S_ISDIR": 1,
76813
+ "_IFDIR": 1,
76814
+ "S_ISFIFO": 1,
76815
+ "_IFIFO": 1,
76816
+ "S_ISREG": 1,
76817
+ "_IFREG": 1,
76818
+ "S_ISLNK": 1,
76819
+ "_IFLNK": 1,
76820
+ "S_ISSOCK": 1,
76821
+ "_IFSOCK": 1,
75470
76822
  "gmail": 1,
75471
76823
  "Unit2": 1,
75472
76824
  "Form2": 2,
@@ -75484,8 +76836,61 @@
75484
76836
  "@test": 1,
75485
76837
  "writeln": 1,
75486
76838
  "global": 2,
75487
- "nil": 1,
75488
- "uw27294.global": 1
76839
+ "nil": 6,
76840
+ "uw27294.global": 1,
76841
+ "operator": 37,
76842
+ "b": 123,
76843
+ "TVector": 55,
76844
+ "res": 142,
76845
+ "an": 45,
76846
+ "bn": 25,
76847
+ "rn": 23,
76848
+ "Length": 70,
76849
+ "math.max": 5,
76850
+ "SetLength": 42,
76851
+ "mod": 17,
76852
+ "Double": 23,
76853
+ "n": 122,
76854
+ "operator*": 3,
76855
+ "*": 12,
76856
+ "operator/": 3,
76857
+ "/": 3,
76858
+ "operator**": 4,
76859
+ "IsNan": 2,
76860
+ "NaN": 3,
76861
+ "else": 6,
76862
+ "Infinity": 3,
76863
+ "NegInfinity": 4,
76864
+ "case": 3,
76865
+ "sign": 4,
76866
+ "power": 1,
76867
+ "**": 3,
76868
+ "<(a:>": 4,
76869
+ "TMatrix": 69,
76870
+ "0": 36,
76871
+ "math": 1,
76872
+ "1": 22,
76873
+ "matrix": 15,
76874
+ "j": 22,
76875
+ "vector": 5,
76876
+ ".VType": 1,
76877
+ "vtInteger": 1,
76878
+ ".VInteger": 1,
76879
+ "vtExtended": 1,
76880
+ ".VExtended": 1,
76881
+ "vtCurrency": 1,
76882
+ ".VCurrency": 1,
76883
+ "vtInt64": 1,
76884
+ ".VInt64": 1,
76885
+ "nrow": 11,
76886
+ "ncol": 12,
76887
+ "byrow": 4,
76888
+ "div": 2,
76889
+ "rep": 3,
76890
+ "times": 4,
76891
+ "trunc": 2,
76892
+ "Inc": 1,
76893
+ "len": 6
75489
76894
  },
75490
76895
  "Perl": {
75491
76896
  "package": 17,
@@ -89833,7 +91238,7 @@
89833
91238
  "TABLE": 29,
89834
91239
  "x": 2,
89835
91240
  "DUAL": 1,
89836
- ";": 70,
91241
+ ";": 82,
89837
91242
  "y": 2,
89838
91243
  "col1": 1,
89839
91244
  "NUMBER": 2,
@@ -89900,7 +91305,7 @@
89900
91305
  "user_id": 8,
89901
91306
  "challenge_id": 7,
89902
91307
  "time": 1,
89903
- "status": 1,
91308
+ "status": 2,
89904
91309
  "challenge_attempt_count": 1,
89905
91310
  "tries": 1,
89906
91311
  "UNIQUE": 4,
@@ -89943,8 +91348,8 @@
89943
91348
  "oracle": 1,
89944
91349
  "sql": 1,
89945
91350
  "command": 1,
89946
- "select": 11,
89947
- "from": 3,
91351
+ "select": 19,
91352
+ "from": 7,
89948
91353
  "dual": 1,
89949
91354
  "create": 2,
89950
91355
  "FILIAL": 10,
@@ -89973,10 +91378,24 @@
89973
91378
  "SIEBEL": 1,
89974
91379
  "VBIS": 1,
89975
91380
  "VPORTAL": 1,
91381
+ "flush": 4,
91382
+ "hosts": 1,
91383
+ "user_resources": 1,
91384
+ "privileges": 1,
91385
+ "@@global.debug": 1,
91386
+ "@@global.max_connect_errors": 1,
91387
+ "@@global.max_user_connections": 1,
91388
+ "@@global.max_connections": 1,
91389
+ "User": 4,
91390
+ "Host": 4,
91391
+ "mysql.": 4,
91392
+ "user": 7,
91393
+ "where": 6,
91394
+ "host": 1,
91395
+ "like": 4,
89976
91396
  "if": 1,
89977
91397
  "exists": 1,
89978
91398
  "sysobjects": 1,
89979
- "where": 2,
89980
91399
  "and": 1,
89981
91400
  "in": 1,
89982
91401
  "exec": 1,
@@ -95329,22 +96748,203 @@
95329
96748
  "deny": 2
95330
96749
  },
95331
96750
  "SourcePawn": {
95332
- "//": 19,
95333
- "#include": 4,
96751
+ "forward": 21,
96752
+ "public": 38,
96753
+ "OnCheckpointEnter": 2,
96754
+ "(": 848,
96755
+ "playerid": 17,
96756
+ "checkpointid": 1,
96757
+ ")": 849,
96758
+ ";": 615,
96759
+ "#if": 23,
96760
+ "defined": 25,
96761
+ "_CHECKPOINT_MANAGER_INCLUDED": 2,
96762
+ "#endinput": 2,
96763
+ "#endif": 23,
96764
+ "#define": 69,
96765
+ "#pragma": 8,
96766
+ "library": 2,
96767
+ "CheckpointManager": 1,
96768
+ "#include": 12,
96769
+ "<a_samp>": 2,
96770
+ "MAX_CHECKPOINTS": 7,
96771
+ "CHECKPOINT_SEEKER_DELAY": 2,
96772
+ "GLOBAL_OWNER_ID": 1,
96773
+ "-": 338,
96774
+ "enum": 1,
96775
+ "_checkpointEnum": 2,
96776
+ "{": 184,
96777
+ "_chp_populated": 6,
96778
+ "//": 72,
96779
+ "Is": 3,
96780
+ "this": 11,
96781
+ "slot": 3,
96782
+ "of": 12,
96783
+ "the": 26,
96784
+ "memory": 1,
96785
+ "populated": 1,
96786
+ "_chp_id": 5,
96787
+ "The": 10,
96788
+ "ID": 2,
96789
+ "checkpoint": 16,
96790
+ "_chp_owner": 6,
96791
+ "player": 5,
96792
+ "who": 1,
96793
+ "is": 12,
96794
+ "visible": 1,
96795
+ "too": 1,
96796
+ "Float": 17,
96797
+ "_chp_posX": 9,
96798
+ "X": 1,
96799
+ "position": 3,
96800
+ "_chp_posY": 9,
96801
+ "Y": 1,
96802
+ "_chp_posZ": 5,
96803
+ "Z": 1,
96804
+ "_chp_size": 4,
96805
+ "size": 3,
96806
+ "_chp_viewDistance": 11,
96807
+ "view": 1,
96808
+ "distance": 1,
96809
+ "bool": 59,
96810
+ "_chp_active": 4,
96811
+ "active": 1,
96812
+ "_chp_interior_id": 5,
96813
+ "interior": 1,
96814
+ "id": 11,
96815
+ "_chp_world_id": 5,
96816
+ "world": 2,
96817
+ "}": 183,
96818
+ "new": 143,
96819
+ "_checkpoints": 59,
96820
+ "[": 329,
96821
+ "]": 329,
96822
+ "_p_VisibleCheckpoint": 15,
96823
+ "MAX_PLAYERS": 4,
96824
+ "_chp_manager_timer_id": 3,
96825
+ "_totalCheckpoints": 5,
96826
+ "stock": 64,
96827
+ "CreateCheckpoint": 1,
96828
+ "__ownerid": 2,
96829
+ "__chpid": 17,
96830
+ "__posX": 8,
96831
+ "__posY": 8,
96832
+ "__posZ": 4,
96833
+ "__size": 2,
96834
+ "Max": 1,
96835
+ "reached": 1,
96836
+ "if": 127,
96837
+ "return": 104,
96838
+ "First": 1,
96839
+ "Setting": 1,
96840
+ "everything": 1,
96841
+ "to": 11,
96842
+ "unpopulated": 1,
96843
+ "for": 28,
96844
+ "i": 76,
96845
+ "<": 34,
96846
+ "+": 65,
96847
+ "false": 24,
96848
+ "Sending": 1,
96849
+ "Initialization": 1,
96850
+ "Info": 1,
96851
+ "printf": 46,
96852
+ "Getting": 2,
96853
+ "first": 1,
96854
+ "open": 1,
96855
+ "_slot": 42,
96856
+ "break": 5,
96857
+ "Adding": 1,
96858
+ "true": 38,
96859
+ "SetCheckpointInterior": 1,
96860
+ "__interiorid": 2,
96861
+ "__ChpSlotByID": 6,
96862
+ "Valid": 1,
96863
+ "SetCheckpointVirtualWorld": 1,
96864
+ "__virtual_world_id": 2,
96865
+ "ToggleCheckpointActive": 1,
96866
+ "__active": 2,
96867
+ "ChangeCheckpointOwner": 1,
96868
+ "__owner": 2,
96869
+ "RemoveCheckpoint": 1,
96870
+ "Deleting": 1,
96871
+ "CheckpointSeeker": 2,
96872
+ "StartCheckpointSeeking": 1,
96873
+ "SetTimer": 1,
96874
+ "StopCheckpointSeeking": 1,
96875
+ "KillTimer": 2,
96876
+ "__interior": 3,
96877
+ "__virtualWorld": 3,
96878
+ "IsPlayerConnected": 1,
96879
+ "continue": 5,
96880
+ "GetPlayerPos": 1,
96881
+ "near": 2,
96882
+ "a": 13,
96883
+ "If": 3,
96884
+ "no": 1,
96885
+ "longer": 1,
96886
+ "that": 3,
96887
+ "point": 1,
96888
+ "||": 23,
96889
+ "DisablePlayerCheckpoint": 1,
96890
+ "else": 22,
96891
+ "Interior": 1,
96892
+ "and": 6,
96893
+ "virtual": 1,
96894
+ "GetPlayerInterior": 1,
96895
+ "GetPlayerVirtualWorld": 1,
96896
+ "Looking": 1,
96897
+ "j": 21,
96898
+ "&&": 22,
96899
+ "SetPlayerCheckpoint": 1,
96900
+ "VerifyCheckpoint": 1,
96901
+ "__playerid": 4,
96902
+ "Fixed": 57,
96903
+ "const": 49,
96904
+ "fround_method": 2,
96905
+ "fround_round": 2,
96906
+ "fround_floor": 1,
96907
+ "fround_ceil": 1,
96908
+ "fround_tozero": 1,
96909
+ "fround_unbiased": 1,
96910
+ "native": 17,
96911
+ "fixed": 19,
96912
+ "value": 9,
96913
+ "strfixed": 1,
96914
+ "string": 12,
96915
+ "fmul": 2,
96916
+ "oper1": 38,
96917
+ "oper2": 38,
96918
+ "fdiv": 3,
96919
+ "dividend": 1,
96920
+ "divisor": 1,
96921
+ "ffract": 1,
96922
+ "fround": 1,
96923
+ "method": 1,
96924
+ "fpower": 1,
96925
+ "exponent": 1,
96926
+ "fsqroot": 1,
96927
+ "fabs": 1,
96928
+ "rational": 1,
96929
+ "operator*": 2,
96930
+ "operator/": 3,
96931
+ "operator": 19,
96932
+ "oper": 5,
96933
+ "_": 20,
96934
+ "*": 2,
96935
+ "/": 6,
96936
+ "%": 176,
95334
96937
  "<amxmodx>": 1,
95335
- "const": 10,
95336
96938
  "TASK_TIMEREMAIN_SHORT": 4,
95337
96939
  "s": 11,
95338
96940
  "repeat": 2,
95339
96941
  "task": 2,
95340
96942
  "TASK_TIMEREMAIN_LARGE": 3,
95341
96943
  "TD_BOTTOM_WHITE_TEXT": 2,
95342
- "a": 10,
95343
- "-": 26,
95344
96944
  "display": 3,
95345
96945
  "white": 1,
95346
96946
  "text": 7,
95347
- "on": 2,
96947
+ "on": 3,
95348
96948
  "bottom": 1,
95349
96949
  "TD_USE_VOICE": 2,
95350
96950
  "b": 1,
@@ -95353,37 +96953,27 @@
95353
96953
  "TD_NO_REMAINING_VOICE": 2,
95354
96954
  "c": 1,
95355
96955
  "don": 1,
95356
- "t": 8,
96956
+ "t": 10,
95357
96957
  "add": 1,
95358
- "(": 350,
95359
96958
  "only": 1,
95360
- "in": 3,
95361
- ")": 351,
96959
+ "in": 9,
95362
96960
  "TD_SHOW_SPEAK_VALUES_BELOW": 3,
95363
96961
  "e": 1,
95364
96962
  "show/speak": 1,
95365
- "if": 73,
95366
96963
  "current": 2,
95367
96964
  "time": 10,
95368
- "is": 5,
95369
96965
  "less": 1,
95370
96966
  "than": 2,
95371
- "this": 3,
95372
96967
  "set": 1,
95373
96968
  "parameter": 2,
95374
- "new": 93,
95375
96969
  "g_TimeSet": 13,
95376
- "[": 78,
95377
- "]": 78,
95378
96970
  "g_LastTime": 3,
95379
96971
  "g_CountDown": 3,
95380
96972
  "g_Switch": 7,
95381
96973
  "g_amx_time_voice": 4,
95382
96974
  "g_amx_timeleft": 3,
95383
96975
  "g_mp_timelimit": 3,
95384
- "public": 26,
95385
96976
  "plugin_init": 1,
95386
- "{": 100,
95387
96977
  "register_plugin": 1,
95388
96978
  "AMXX_VERSION_STR": 1,
95389
96979
  "register_dictionary": 1,
@@ -95397,9 +96987,7 @@
95397
96987
  "register_clcmd": 2,
95398
96988
  "set_task": 3,
95399
96989
  "get_cvar_pointer": 1,
95400
- "}": 98,
95401
96990
  "sayTheTime": 1,
95402
- "id": 9,
95403
96991
  "get_pcvar_num": 2,
95404
96992
  "mhours": 4,
95405
96993
  "mmins": 4,
@@ -95412,66 +97000,54 @@
95412
97000
  "str_to_num": 3,
95413
97001
  "hrs": 6,
95414
97002
  "num_to_word": 5,
95415
- "else": 13,
95416
97003
  "EOS": 1,
95417
- "<": 13,
95418
97004
  "client_cmd": 3,
95419
97005
  "fvox/time_is_now": 1,
95420
- "%": 33,
95421
97006
  "s_period": 1,
95422
97007
  "ctime": 4,
95423
97008
  "client_print": 3,
95424
97009
  "print_chat": 3,
95425
97010
  "LANG_PLAYER": 3,
95426
- "return": 31,
95427
97011
  "PLUGIN_CONTINUE": 2,
95428
97012
  "sayTimeLeft": 1,
95429
97013
  "get_pcvar_float": 1,
95430
97014
  "get_timeleft": 2,
95431
97015
  "svoice": 4,
95432
97016
  "setTimeVoice": 3,
95433
- "/": 5,
95434
97017
  "setTimeText": 2,
95435
- "len": 6,
97018
+ "len": 8,
95436
97019
  "tmlf": 13,
95437
97020
  "secs": 9,
95438
97021
  "formatex": 5,
95439
97022
  "flags": 14,
95440
97023
  "temp": 19,
95441
- "for": 12,
95442
- ";": 219,
95443
- "+": 21,
95444
- "we": 3,
97024
+ "we": 5,
95445
97025
  "just": 2,
95446
- "created": 1,
95447
- "it": 3,
97026
+ "created": 5,
97027
+ "it": 5,
95448
97028
  "already": 1,
95449
97029
  "null": 1,
95450
- "&": 8,
97030
+ "&": 18,
95451
97031
  "TD_NO_HOURS_MINS_SECS_VOICE": 3,
95452
97032
  "hours": 2,
95453
97033
  "vox/": 1,
95454
97034
  "findDispFormat": 2,
95455
97035
  "_time": 4,
95456
97036
  "important": 1,
95457
- "to": 7,
95458
97037
  "check": 1,
95459
- "i": 37,
95460
- "sizeof": 10,
97038
+ "sizeof": 15,
95461
97039
  "BEFORE": 1,
95462
97040
  "prevent": 1,
95463
97041
  "out": 2,
95464
- "of": 1,
95465
97042
  "bound": 1,
95466
- "error": 2,
95467
- "&&": 9,
97043
+ "error": 4,
95468
97044
  "remove_task": 2,
95469
97045
  "setDisplaying": 1,
95470
97046
  "arg": 11,
95471
97047
  "num": 4,
95472
97048
  "argc": 2,
95473
97049
  "read_argc": 1,
95474
- "while": 1,
97050
+ "while": 7,
95475
97051
  "read_argv": 1,
95476
97052
  "parse": 1,
95477
97053
  "read_flags": 1,
@@ -95490,7 +97066,6 @@
95490
97066
  "set_pcvar_string": 1,
95491
97067
  "tm_set": 3,
95492
97068
  "players": 3,
95493
- "MAX_PLAYERS": 1,
95494
97069
  "pnum": 3,
95495
97070
  "plr": 4,
95496
97071
  "get_players": 1,
@@ -95506,24 +97081,19 @@
95506
97081
  "seconds": 1,
95507
97082
  "set_hudmessage": 2,
95508
97083
  "show_hudmessage": 1,
95509
- "//#define": 1,
97084
+ "//#define": 10,
95510
97085
  "DEBUG": 2,
95511
- "#if": 1,
95512
- "defined": 1,
95513
- "#define": 7,
95514
97086
  "assert": 2,
95515
97087
  "ThrowError": 2,
95516
97088
  "assert_msg": 2,
95517
- "#else": 1,
95518
- "#endif": 1,
95519
- "#pragma": 1,
97089
+ "#else": 12,
95520
97090
  "semicolon": 1,
95521
97091
  "<sourcemod>": 1,
95522
97092
  "<mapchooser>": 1,
95523
97093
  "<nextmap>": 1,
95524
97094
  "Plugin": 1,
95525
97095
  "myinfo": 1,
95526
- "name": 7,
97096
+ "name": 15,
95527
97097
  "author": 1,
95528
97098
  "description": 1,
95529
97099
  "version": 1,
@@ -95560,7 +97130,6 @@
95560
97130
  "g_VoteMenu": 1,
95561
97131
  "g_Extends": 2,
95562
97132
  "g_TotalRounds": 7,
95563
- "bool": 10,
95564
97133
  "g_HasVoteStarted": 7,
95565
97134
  "g_WaitingForVote": 4,
95566
97135
  "g_MapVoteCompleted": 9,
@@ -95583,19 +97152,16 @@
95583
97152
  "PLATFORM_MAX_PATH": 6,
95584
97153
  "CreateArray": 5,
95585
97154
  "CreateConVar": 15,
95586
- "_": 18,
95587
- "true": 26,
95588
97155
  "RegAdminCmd": 2,
95589
97156
  "Command_Mapvote": 2,
95590
97157
  "ADMFLAG_CHANGEMAP": 2,
95591
97158
  "Command_SetNextmap": 2,
95592
97159
  "FindConVar": 4,
95593
- "||": 15,
95594
97160
  "decl": 5,
95595
97161
  "String": 11,
95596
97162
  "folder": 5,
95597
97163
  "GetGameFolderName": 1,
95598
- "strcmp": 3,
97164
+ "strcmp": 7,
95599
97165
  "HookEvent": 6,
95600
97166
  "Event_TeamPlayWinPanel": 3,
95601
97167
  "Event_TFRestartRound": 2,
@@ -95603,14 +97169,12 @@
95603
97169
  "Event_PlayerDeath": 2,
95604
97170
  "AutoExecConfig": 1,
95605
97171
  "//Change": 1,
95606
- "the": 5,
95607
97172
  "mp_bonusroundtime": 1,
95608
97173
  "max": 1,
95609
97174
  "so": 1,
95610
- "that": 2,
95611
97175
  "have": 2,
95612
97176
  "vote": 6,
95613
- "//If": 1,
97177
+ "//If": 2,
95614
97178
  "you": 1,
95615
97179
  "during": 2,
95616
97180
  "bonus": 2,
@@ -95618,7 +97182,6 @@
95618
97182
  "defaults": 1,
95619
97183
  "are": 1,
95620
97184
  "duration": 1,
95621
- "and": 1,
95622
97185
  "mp_bonustime": 1,
95623
97186
  "SetConVarBounds": 1,
95624
97187
  "ConVarBound_Upper": 1,
@@ -95650,7 +97213,6 @@
95650
97213
  "LogError": 2,
95651
97214
  "CreateNextVote": 1,
95652
97215
  "SetupTimeleftTimer": 3,
95653
- "false": 8,
95654
97216
  "ClearArray": 2,
95655
97217
  "GetConVarInt": 10,
95656
97218
  "GetConVarFloat": 2,
@@ -95663,7 +97225,7 @@
95663
97225
  "Votes": 1,
95664
97226
  "round": 1,
95665
97227
  "may": 1,
95666
- "not": 1,
97228
+ "not": 4,
95667
97229
  "complete": 1,
95668
97230
  "OnMapEnd": 1,
95669
97231
  "map": 27,
@@ -95673,7 +97235,7 @@
95673
97235
  "RemoveFromArray": 3,
95674
97236
  "OnClientDisconnect": 1,
95675
97237
  "client": 9,
95676
- "index": 8,
97238
+ "index": 12,
95677
97239
  "FindValueInArray": 1,
95678
97240
  "oldmap": 4,
95679
97241
  "GetArrayString": 3,
@@ -95694,11 +97256,9 @@
95694
97256
  "OnMapTimeLeftChanged": 1,
95695
97257
  "GetMapTimeLeft": 1,
95696
97258
  "startTime": 4,
95697
- "*": 1,
95698
97259
  "GetConVarBool": 6,
95699
97260
  "InitiateVote": 8,
95700
97261
  "MapChange_MapEnd": 6,
95701
- "KillTimer": 1,
95702
97262
  "//g_VoteTimer": 1,
95703
97263
  "CreateTimer": 3,
95704
97264
  "float": 2,
@@ -95748,7 +97308,7 @@
95748
97308
  "Can": 1,
95749
97309
  "excluded": 1,
95750
97310
  "from": 1,
95751
- "as": 2,
97311
+ "as": 4,
95752
97312
  "they": 1,
95753
97313
  "weren": 1,
95754
97314
  "nominationsToAdd": 1,
@@ -95756,7 +97316,7 @@
95756
97316
  "Extend": 2,
95757
97317
  "Map": 5,
95758
97318
  "Voting": 7,
95759
- "next": 5,
97319
+ "next": 6,
95760
97320
  "started.": 1,
95761
97321
  "SM": 5,
95762
97322
  "Nextmap": 5,
@@ -95764,7 +97324,6 @@
95764
97324
  "Current": 2,
95765
97325
  "Extended": 1,
95766
97326
  "finished.": 3,
95767
- "The": 1,
95768
97327
  "been": 1,
95769
97328
  "extended.": 1,
95770
97329
  "Stays": 1,
@@ -95776,7 +97335,7 @@
95776
97335
  "indecisive": 1,
95777
97336
  "beginning": 1,
95778
97337
  "runoff": 1,
95779
- "T": 3,
97338
+ "T": 6,
95780
97339
  "Dont": 1,
95781
97340
  "outside": 1,
95782
97341
  "request": 1,
@@ -95786,10 +97345,8 @@
95786
97345
  "CanVoteStart": 1,
95787
97346
  "array": 3,
95788
97347
  "GetNativeCell": 3,
95789
- "size": 2,
95790
97348
  "maparray": 3,
95791
97349
  "ownerarray": 3,
95792
- "If": 1,
95793
97350
  "optional": 1,
95794
97351
  "an": 1,
95795
97352
  "owner": 1,
@@ -95798,7 +97355,266 @@
95798
97355
  "then": 1,
95799
97356
  "fill": 1,
95800
97357
  "well": 1,
95801
- "PushArrayCell": 1
97358
+ "PushArrayCell": 1,
97359
+ "_mfile_included": 2,
97360
+ "//Defines": 1,
97361
+ "MAX_LINE_SIZE": 7,
97362
+ "//Max": 3,
97363
+ "lenght": 3,
97364
+ "one": 1,
97365
+ "line": 4,
97366
+ "file": 68,
97367
+ "MAX_KEY_SIZE": 5,
97368
+ "key": 22,
97369
+ "MAX_VALUE_SIZE": 4,
97370
+ "past": 1,
97371
+ "TMP_FILE": 7,
97372
+ "//Natives": 1,
97373
+ "//y_files": 1,
97374
+ "by": 1,
97375
+ "Y_Less": 1,
97376
+ "Functions": 1,
97377
+ "ffind": 2,
97378
+ "pattern": 2,
97379
+ "filename": 2,
97380
+ "idx": 11,
97381
+ "frename": 4,
97382
+ "oldname": 4,
97383
+ "newname": 10,
97384
+ "dfind": 2,
97385
+ "dcreate": 2,
97386
+ "drename": 2,
97387
+ "//Forwards": 1,
97388
+ "OnFileCreated": 1,
97389
+ "OnFileRemoved": 1,
97390
+ "OnFileCleared": 1,
97391
+ "OnFileRenamed": 1,
97392
+ "OnDirCreated": 1,
97393
+ "dir": 4,
97394
+ "OnDirRenamed": 1,
97395
+ "mCreateFile": 1,
97396
+ "fexist": 8,
97397
+ "fremove": 5,
97398
+ "File": 12,
97399
+ "mfile": 23,
97400
+ "fopen": 14,
97401
+ "io_write": 6,
97402
+ "fclose": 15,
97403
+ "CallLocalFunction": 13,
97404
+ "mRemoveFile": 1,
97405
+ "mClearFile": 1,
97406
+ "mFileExist": 1,
97407
+ "//dla": 1,
97408
+ "ciekawych": 1,
97409
+ "nie": 1,
97410
+ "zwraca": 1,
97411
+ "booleanu": 1,
97412
+ "mRenameFile": 1,
97413
+ "mFindFile": 1,
97414
+ "dest": 6,
97415
+ "sizename": 4,
97416
+ "mCreateDir": 1,
97417
+ "mRenameDir": 1,
97418
+ "mFindDir": 1,
97419
+ "mHowLines": 1,
97420
+ "lines": 3,
97421
+ "str": 38,
97422
+ "io_read": 6,
97423
+ "fread": 5,
97424
+ "mRemoveNewLine": 2,
97425
+ "pos": 8,
97426
+ "strfind": 5,
97427
+ "strdel": 1,
97428
+ "mGetString": 3,
97429
+ "ignorecase": 9,
97430
+ "//Create": 4,
97431
+ "exists": 2,
97432
+ "//Variables": 4,
97433
+ "//Open": 6,
97434
+ "str2": 12,
97435
+ "str3": 9,
97436
+ "//Find": 2,
97437
+ "strmid": 5,
97438
+ "strlen": 3,
97439
+ "mGetInt": 1,
97440
+ "strval": 1,
97441
+ "mGetFloat": 1,
97442
+ "floatstr": 1,
97443
+ "mSetString": 3,
97444
+ "new_value": 6,
97445
+ "lFinded": 3,
97446
+ "cache": 6,
97447
+ "tmpfile": 12,
97448
+ "io_append": 2,
97449
+ "format": 2,
97450
+ "fwrite": 4,
97451
+ "//if": 1,
97452
+ "found": 1,
97453
+ "//Close": 4,
97454
+ "remove": 2,
97455
+ "old": 2,
97456
+ "rename": 2,
97457
+ "mSetInt": 1,
97458
+ "valstr": 1,
97459
+ "mSetFloat": 1,
97460
+ "mIsSet": 1,
97461
+ "fexists": 1,
97462
+ "finded": 3,
97463
+ "mUnSet": 1,
97464
+ "mIsFileEmpty": 1,
97465
+ "flength": 1,
97466
+ "YSI_TESTS": 2,
97467
+ "INCLUDE_TESTS": 3,
97468
+ "#error": 1,
97469
+ "Incompatible": 1,
97470
+ "testing": 1,
97471
+ "options": 1,
97472
+ "RUN_TESTS": 9,
97473
+ "Debug_PrintT": 4,
97474
+ "va_printf": 3,
97475
+ "#elseif": 1,
97476
+ "_AUTO_RUN_TESTS": 3,
97477
+ "_DEBUG": 1,
97478
+ "_YSI_SPECIAL_DEBUG": 2,
97479
+ "//#if": 1,
97480
+ "TP": 2,
97481
+ "TC": 2,
97482
+ "//#else": 1,
97483
+ "P": 12,
97484
+ "C": 1,
97485
+ "//#endif": 1,
97486
+ "Tests": 4,
97487
+ "Tests_@": 2,
97488
+ "Test": 3,
97489
+ "Test_@": 7,
97490
+ "TestInit": 3,
97491
+ "Init_@": 5,
97492
+ "TestClose": 3,
97493
+ "Shut_@": 5,
97494
+ "Y_TESTING_DIALOG_ID": 3,
97495
+ "TEST_TRUE": 1,
97496
+ "Testing_Test": 11,
97497
+ "TEST_FALSE": 1,
97498
+ "TEST_NULL": 1,
97499
+ "TEST_NOT_NULL": 1,
97500
+ "TEST_N": 1,
97501
+ "TEST_TRUE_EX": 1,
97502
+ "TEST_FALSE_EX": 1,
97503
+ "TEST_NULL_EX": 1,
97504
+ "TEST_N_EX": 1,
97505
+ "TEST_MSG": 2,
97506
+ "TEST_FAILED": 5,
97507
+ "TEST_PASSED": 7,
97508
+ "_Y_TESTEQ": 10,
97509
+ "_Y_TESTDQ": 9,
97510
+ "x22": 2,
97511
+ "_Y_TESTCB": 7,
97512
+ "x29": 2,
97513
+ "_Y_TESTOB": 3,
97514
+ "x28": 1,
97515
+ "ASSERT": 5,
97516
+ "ASSERT_TRUE": 1,
97517
+ "//Testing_Test": 4,
97518
+ "__name": 20,
97519
+ "ASSERT_FALSE": 1,
97520
+ "ASSERT_NULL": 1,
97521
+ "ASSERT_N": 1,
97522
+ "ASK": 1,
97523
+ "Testing_Ask": 2,
97524
+ "static": 1,
97525
+ "YSI_g_sFailMessage": 5,
97526
+ "YSI_g_sPlayer": 3,
97527
+ "cellmax": 2,
97528
+ "YSI_g_sAsked": 6,
97529
+ "YSI_g_sTests": 10,
97530
+ "YSI_g_sFails": 13,
97531
+ "Tezt_@": 2,
97532
+ "#": 8,
97533
+ "__once": 24,
97534
+ "TRUE": 8,
97535
+ "FALSE": 8,
97536
+ "PTest": 2,
97537
+ "Tezp_@": 2,
97538
+ "PTestInit": 2,
97539
+ "Inip_@": 2,
97540
+ "PTestClose": 2,
97541
+ "Shup_@": 2,
97542
+ "va_args": 2,
97543
+ "va_format": 1,
97544
+ "va_start": 4,
97545
+ "<2>": 3,
97546
+ "ShowPlayerDialog": 1,
97547
+ "DIALOG_STYLE_MSGBOX": 1,
97548
+ "x": 3,
97549
+ "numargs": 1,
97550
+ "<1>": 1,
97551
+ "//printf": 1,
97552
+ "strunpack": 4,
97553
+ "TEST_SHOW_PASSES": 3,
97554
+ "Testing_Run": 2,
97555
+ "tests": 11,
97556
+ "fails": 19,
97557
+ "lastfail": 7,
97558
+ "p": 7,
97559
+ "unused": 4,
97560
+ "buffer": 51,
97561
+ "AMX_GetPublicName": 4,
97562
+ "Call": 8,
97563
+ "setup": 3,
97564
+ "function": 5,
97565
+ "there": 5,
97566
+ "one.": 6,
97567
+ "test.": 3,
97568
+ "shutdown": 2,
97569
+ "Testing_Player": 1,
97570
+ "//idx": 1,
97571
+ "//while": 2,
97572
+ "//buffer": 4,
97573
+ "//CallLocalFunction": 1,
97574
+ "FILTERSCRIPT": 1,
97575
+ "Hook": 1,
97576
+ "main": 2,
97577
+ "gamemodes.": 1,
97578
+ "Disable": 2,
97579
+ "messages": 2,
97580
+ "S": 1,
97581
+ "h": 1,
97582
+ "u": 1,
97583
+ "store": 1,
97584
+ "index.": 1,
97585
+ "No": 1,
97586
+ "more": 1,
97587
+ "tests.": 1,
97588
+ "test": 1,
97589
+ "needs": 1,
97590
+ "but": 1,
97591
+ "doesn": 1,
97592
+ "wait": 1,
97593
+ "run": 1,
97594
+ "OnDialogResponse": 3,
97595
+ "dialogid": 4,
97596
+ "response": 4,
97597
+ "listitem": 3,
97598
+ "inputtext": 3,
97599
+ "Pass.": 1,
97600
+ "Fail.": 1,
97601
+ "Testing_Next": 2,
97602
+ "Testing_OnDialogResponse": 5,
97603
+ "_ALS_OnDialogResponse": 2,
97604
+ "#undef": 2,
97605
+ "OnPlayerSpawn": 3,
97606
+ "IsPlayerNPC": 1,
97607
+ "Testing_OnPlayerSpawn": 5,
97608
+ "_ALS_OnPlayerSpawn": 2,
97609
+ "Testing_RunAll": 1,
97610
+ "re": 1,
97611
+ "likely": 1,
97612
+ "generate": 1,
97613
+ "them": 1,
97614
+ ".": 1,
97615
+ "state": 2,
97616
+ "ysi_debug": 2,
97617
+ "off": 1
95802
97618
  },
95803
97619
  "Squirrel": {
95804
97620
  "//example": 1,
@@ -102192,7 +104008,7 @@
102192
104008
  "</OutputPath>": 8,
102193
104009
  "<DefineConstants>": 6,
102194
104010
  "DEBUG": 3,
102195
- ";": 117,
104011
+ ";": 125,
102196
104012
  "TRACE": 6,
102197
104013
  "</DefineConstants>": 6,
102198
104014
  "<ErrorReport>": 4,
@@ -102379,7 +104195,7 @@
102379
104195
  "minWidth=": 2,
102380
104196
  "prefHeight=": 2,
102381
104197
  "prefWidth=": 6,
102382
- "xmlns": 6,
104198
+ "xmlns": 9,
102383
104199
  "fx=": 1,
102384
104200
  "<center>": 1,
102385
104201
  "<TableView>": 1,
@@ -102578,7 +104394,7 @@
102578
104394
  "IReactiveNotifyPropertyChanged": 6,
102579
104395
  "represents": 4,
102580
104396
  "extended": 1,
102581
- "version": 3,
104397
+ "version": 7,
102582
104398
  "INotifyPropertyChanged": 1,
102583
104399
  "also": 17,
102584
104400
  "exposes": 1,
@@ -103477,7 +105293,7 @@
103477
105293
  "appropriate": 3,
103478
105294
  "usages": 1,
103479
105295
  "treat": 1,
103480
- "content": 2,
105296
+ "content": 10,
103481
105297
  "documentation.": 1,
103482
105298
  "usage": 1,
103483
105299
  "environment.": 1,
@@ -103863,8 +105679,8 @@
103863
105679
  "#": 3,
103864
105680
  "toc": 1,
103865
105681
  "column": 3,
103866
- "[": 6,
103867
- "]": 6,
105682
+ "[": 22,
105683
+ "]": 22,
103868
105684
  "title_page": 1,
103869
105685
  "display": 5,
103870
105686
  "...": 1,
@@ -103938,7 +105754,7 @@
103938
105754
  "right": 5,
103939
105755
  "block": 2,
103940
105756
  "smaller": 4,
103941
- "%": 3,
105757
+ "%": 11,
103942
105758
  "inline": 1,
103943
105759
  "italic": 1,
103944
105760
  "larger": 1,
@@ -104140,6 +105956,39 @@
104140
105956
  "</ResourceCompile>": 1,
104141
105957
  "Source": 3,
104142
105958
  "</Image>": 1,
105959
+ "<!ENTITY>": 18,
105960
+ "title": 9,
105961
+ "element": 4,
105962
+ "INCLUDE": 8,
105963
+ "<": 8,
105964
+ "title.element": 1,
105965
+ "PCDATA": 1,
105966
+ "qname": 15,
105967
+ "<!ELEMENT>": 4,
105968
+ "attlist": 4,
105969
+ "title.attlist": 1,
105970
+ "<!ATTLIST>": 4,
105971
+ "XHTML": 7,
105972
+ "attrib": 11,
105973
+ "I18n": 3,
105974
+ "head": 9,
105975
+ "head.element": 1,
105976
+ "HeadOpts": 2,
105977
+ "mix": 3,
105978
+ "head.attlist": 1,
105979
+ "profile": 4,
105980
+ "URI": 1,
105981
+ "datatype": 2,
105982
+ "body": 9,
105983
+ "body.element": 1,
105984
+ "Block": 1,
105985
+ "body.attlist": 1,
105986
+ "Common": 1,
105987
+ "html": 8,
105988
+ "html.element": 1,
105989
+ "html.attlist": 1,
105990
+ "FPI": 1,
105991
+ "FIXED": 1,
104143
105992
  "<plugin>": 1,
104144
105993
  "compatVersion=": 1,
104145
105994
  "<vendor>": 1,
@@ -106012,12 +107861,149 @@
106012
107861
  "enter": 1,
106013
107862
  "input": 1,
106014
107863
  "text": 1
107864
+ },
107865
+ "xBase": {
107866
+ "#require": 1,
107867
+ "#pragma": 1,
107868
+ "linenumber": 1,
107869
+ "on": 1,
107870
+ "#include": 1,
107871
+ "#stdout": 1,
107872
+ "#warning": 1,
107873
+ "#define": 1,
107874
+ "MYCONST": 2,
107875
+ "#undef": 1,
107876
+ "#ifdef": 1,
107877
+ "__HARBOUR__": 3,
107878
+ "#else": 1,
107879
+ "#endif": 2,
107880
+ "#if": 1,
107881
+ "defined": 2,
107882
+ "(": 26,
107883
+ ")": 26,
107884
+ ".OR.": 1,
107885
+ ".T.": 3,
107886
+ "#elif": 1,
107887
+ "THREAD": 1,
107888
+ "STATIC": 3,
107889
+ "t_var": 1,
107890
+ "REQUEST": 1,
107891
+ "AllTrim": 1,
107892
+ "ANNOUNCE": 1,
107893
+ "my_module": 1,
107894
+ "PROCEDURE": 5,
107895
+ "Main": 1,
107896
+ "MEMVAR": 1,
107897
+ "p_var": 2,
107898
+ "m_var": 2,
107899
+ "FIELD": 1,
107900
+ "fld": 1,
107901
+ "s_test": 1,
107902
+ "LOCAL": 4,
107903
+ "o": 2,
107904
+ "TTest": 3,
107905
+ "New": 6,
107906
+ "tmp": 19,
107907
+ "oError": 2,
107908
+ "bBlock": 1,
107909
+ "{": 3,
107910
+ "|": 2,
107911
+ "QOut": 2,
107912
+ "}": 3,
107913
+ "hHash": 3,
107914
+ "PUBLIC": 1,
107915
+ "PRIVATE": 1,
107916
+ "PARAMETERS": 1,
107917
+ "p1": 2,
107918
+ "Set": 1,
107919
+ "_SET_DATEFORMAT": 1,
107920
+ "CLS": 1,
107921
+ "@": 1,
107922
+ "SAY": 1,
107923
+ "hb_ValToExp": 1,
107924
+ "m": 1,
107925
+ "-": 8,
107926
+ "[": 2,
107927
+ "]": 2,
107928
+ "FOR": 2,
107929
+ "TO": 1,
107930
+ "STEP": 1,
107931
+ "NEXT": 2,
107932
+ "EACH": 1,
107933
+ "IN": 1,
107934
+ "DESCEND": 1,
107935
+ "+": 6,
107936
+ "/": 1,
107937
+ "*": 2,
107938
+ "**": 1,
107939
+ "<": 6,
107940
+ "#": 1,
107941
+ "%": 1,
107942
+ "DO": 2,
107943
+ "WHILE": 2,
107944
+ "ENDDO": 2,
107945
+ "IF": 2,
107946
+ "xFF": 1,
107947
+ "LOOP": 1,
107948
+ "ENDIF": 2,
107949
+ "EXIT": 3,
107950
+ "NIL": 1,
107951
+ "ELSEIF": 1,
107952
+ ".F.": 2,
107953
+ "d19800101": 1,
107954
+ "ELSE": 1,
107955
+ "CASE": 3,
107956
+ "OTHERWISE": 2,
107957
+ "ENDCASE": 1,
107958
+ "SWITCH": 1,
107959
+ "ENDSWITCH": 1,
107960
+ "BEGIN": 1,
107961
+ "SEQUENCE": 1,
107962
+ "WITH": 1,
107963
+ "__BreakBlock": 1,
107964
+ "BREAK": 1,
107965
+ "RECOVER": 1,
107966
+ "USING": 1,
107967
+ "END": 1,
107968
+ "local_func": 2,
107969
+ "@hHash": 1,
107970
+ "RETURN": 10,
107971
+ "INIT": 1,
107972
+ "init_proc": 1,
107973
+ "exit_proc": 1,
107974
+ "returning_nothing": 1,
107975
+ "FUNCTION": 3,
107976
+ "pub_func": 1,
107977
+ "CREATE": 2,
107978
+ "CLASS": 4,
107979
+ "INHERIT": 1,
107980
+ "TParent": 3,
107981
+ "VAR": 2,
107982
+ "One": 6,
107983
+ "Two": 1,
107984
+ "METHOD": 7,
107985
+ "Test": 1,
107986
+ "INLINE": 1,
107987
+ "MethProc": 2,
107988
+ "ENDCLASS": 2,
107989
+ "super": 1,
107990
+ "Self": 2,
107991
+ "This": 4,
107992
+ "is": 4,
107993
+ "a": 4,
107994
+ "comment": 4,
107995
+ "&&": 1,
107996
+ "NOTE": 2,
107997
+ "note": 1,
107998
+ "pub_func2": 1,
107999
+ "hello": 1,
108000
+ "world": 1
106015
108001
  }
106016
108002
  },
106017
108003
  "language_tokens": {
106018
108004
  "ABAP": 1614,
106019
108005
  "AGS Script": 2717,
106020
- "AMPL": 73,
108006
+ "AMPL": 377,
106021
108007
  "API Blueprint": 540,
106022
108008
  "APL": 552,
106023
108009
  "ATS": 3859,
@@ -106030,7 +108016,7 @@
106030
108016
  "Arduino": 20,
106031
108017
  "AsciiDoc": 109,
106032
108018
  "AspectJ": 324,
106033
- "Assembly": 7020,
108019
+ "Assembly": 10204,
106034
108020
  "AutoHotkey": 3,
106035
108021
  "Awk": 544,
106036
108022
  "BitBake": 43,
@@ -106041,7 +108027,7 @@
106041
108027
  "Brightscript": 579,
106042
108028
  "C": 70909,
106043
108029
  "C#": 1104,
106044
- "C++": 35753,
108030
+ "C++": 46122,
106045
108031
  "CLIPS": 3289,
106046
108032
  "CMake": 678,
106047
108033
  "COBOL": 90,
@@ -106087,7 +108073,7 @@
106087
108073
  "Formatted": 4764,
106088
108074
  "Forth": 4309,
106089
108075
  "Frege": 4379,
106090
- "G-code": 432,
108076
+ "G-code": 142,
106091
108077
  "GAMS": 363,
106092
108078
  "GAP": 11117,
106093
108079
  "GAS": 246,
@@ -106106,7 +108092,7 @@
106106
108092
  "Groff": 5668,
106107
108093
  "Groovy": 93,
106108
108094
  "Groovy Server Pages": 91,
106109
- "HTML": 1832,
108095
+ "HTML": 1896,
106110
108096
  "HTML+ERB": 213,
106111
108097
  "Hack": 3249,
106112
108098
  "Haml": 121,
@@ -106135,7 +108121,7 @@
106135
108121
  "JavaScript": 78057,
106136
108122
  "Julia": 247,
106137
108123
  "KRL": 25,
106138
- "KiCad": 4326,
108124
+ "KiCad": 13574,
106139
108125
  "Kit": 6,
106140
108126
  "Kotlin": 155,
106141
108127
  "LFE": 1711,
@@ -106148,6 +108134,7 @@
106148
108134
  "Lex": 908,
106149
108135
  "Limbo": 341,
106150
108136
  "Linker Script": 950,
108137
+ "Linux Kernel Module": 159,
106151
108138
  "Liquid": 633,
106152
108139
  "Literate Agda": 455,
106153
108140
  "Literate CoffeeScript": 275,
@@ -106169,7 +108156,8 @@
106169
108156
  "Max": 714,
106170
108157
  "MediaWiki": 766,
106171
108158
  "Mercury": 31693,
106172
- "Modelica": 11825,
108159
+ "Modelica": 12653,
108160
+ "Modula-2": 1338,
106173
108161
  "Module Management System": 8409,
106174
108162
  "Monkey": 207,
106175
108163
  "Moocode": 5234,
@@ -106201,14 +108189,14 @@
106201
108189
  "Oxygene": 157,
106202
108190
  "Oz": 116,
106203
108191
  "PAWN": 3261,
106204
- "PHP": 20777,
108192
+ "PHP": 21427,
106205
108193
  "PLSQL": 828,
106206
108194
  "PLpgSQL": 2512,
106207
108195
  "Pan": 130,
106208
108196
  "Papyrus": 560,
106209
108197
  "Parrot Assembly": 6,
106210
108198
  "Parrot Internal Representation": 5,
106211
- "Pascal": 955,
108199
+ "Pascal": 3753,
106212
108200
  "Perl": 21051,
106213
108201
  "Perl6": 12184,
106214
108202
  "PicoLisp": 589,
@@ -106246,7 +108234,7 @@
106246
108234
  "SMT": 25205,
106247
108235
  "SPARQL": 253,
106248
108236
  "SQF": 196,
106249
- "SQL": 1530,
108237
+ "SQL": 1594,
106250
108238
  "SQLPL": 503,
106251
108239
  "STON": 100,
106252
108240
  "Sage": 477,
@@ -106263,7 +108251,7 @@
106263
108251
  "Slim": 77,
106264
108252
  "Smali": 43125,
106265
108253
  "Smalltalk": 6169,
106266
- "SourcePawn": 3113,
108254
+ "SourcePawn": 8301,
106267
108255
  "Squirrel": 130,
106268
108256
  "Standard ML": 6561,
106269
108257
  "Stata": 3133,
@@ -106291,7 +108279,7 @@
106291
108279
  "Web Ontology Language": 4619,
106292
108280
  "WebIDL": 146,
106293
108281
  "XC": 24,
106294
- "XML": 11091,
108282
+ "XML": 11300,
106295
108283
  "XProc": 22,
106296
108284
  "XQuery": 801,
106297
108285
  "XS": 1194,
@@ -106305,12 +108293,13 @@
106305
108293
  "eC": 1080,
106306
108294
  "edn": 227,
106307
108295
  "fish": 636,
106308
- "wisp": 1363
108296
+ "wisp": 1363,
108297
+ "xBase": 318
106309
108298
  },
106310
108299
  "languages": {
106311
108300
  "ABAP": 1,
106312
108301
  "AGS Script": 4,
106313
- "AMPL": 1,
108302
+ "AMPL": 2,
106314
108303
  "API Blueprint": 3,
106315
108304
  "APL": 2,
106316
108305
  "ATS": 9,
@@ -106323,7 +108312,7 @@
106323
108312
  "Arduino": 1,
106324
108313
  "AsciiDoc": 3,
106325
108314
  "AspectJ": 2,
106326
- "Assembly": 3,
108315
+ "Assembly": 6,
106327
108316
  "AutoHotkey": 1,
106328
108317
  "Awk": 1,
106329
108318
  "BitBake": 2,
@@ -106334,7 +108323,7 @@
106334
108323
  "Brightscript": 1,
106335
108324
  "C": 54,
106336
108325
  "C#": 5,
106337
- "C++": 35,
108326
+ "C++": 38,
106338
108327
  "CLIPS": 2,
106339
108328
  "CMake": 7,
106340
108329
  "COBOL": 4,
@@ -106380,7 +108369,7 @@
106380
108369
  "Formatted": 2,
106381
108370
  "Forth": 16,
106382
108371
  "Frege": 4,
106383
- "G-code": 4,
108372
+ "G-code": 2,
106384
108373
  "GAMS": 1,
106385
108374
  "GAP": 9,
106386
108375
  "GAS": 2,
@@ -106399,7 +108388,7 @@
106399
108388
  "Groff": 4,
106400
108389
  "Groovy": 5,
106401
108390
  "Groovy Server Pages": 4,
106402
- "HTML": 4,
108391
+ "HTML": 6,
106403
108392
  "HTML+ERB": 2,
106404
108393
  "Hack": 28,
106405
108394
  "Haml": 2,
@@ -106428,7 +108417,7 @@
106428
108417
  "JavaScript": 28,
106429
108418
  "Julia": 1,
106430
108419
  "KRL": 1,
106431
- "KiCad": 2,
108420
+ "KiCad": 3,
106432
108421
  "Kit": 1,
106433
108422
  "Kotlin": 1,
106434
108423
  "LFE": 4,
@@ -106441,6 +108430,7 @@
106441
108430
  "Lex": 1,
106442
108431
  "Limbo": 3,
106443
108432
  "Linker Script": 3,
108433
+ "Linux Kernel Module": 3,
106444
108434
  "Liquid": 2,
106445
108435
  "Literate Agda": 1,
106446
108436
  "Literate CoffeeScript": 1,
@@ -106462,7 +108452,8 @@
106462
108452
  "Max": 3,
106463
108453
  "MediaWiki": 1,
106464
108454
  "Mercury": 10,
106465
- "Modelica": 2,
108455
+ "Modelica": 12,
108456
+ "Modula-2": 1,
106466
108457
  "Module Management System": 5,
106467
108458
  "Monkey": 1,
106468
108459
  "Moocode": 3,
@@ -106494,14 +108485,14 @@
106494
108485
  "Oxygene": 1,
106495
108486
  "Oz": 1,
106496
108487
  "PAWN": 1,
106497
- "PHP": 13,
108488
+ "PHP": 14,
106498
108489
  "PLSQL": 5,
106499
108490
  "PLpgSQL": 5,
106500
108491
  "Pan": 1,
106501
108492
  "Papyrus": 3,
106502
108493
  "Parrot Assembly": 1,
106503
108494
  "Parrot Internal Representation": 1,
106504
- "Pascal": 5,
108495
+ "Pascal": 8,
106505
108496
  "Perl": 20,
106506
108497
  "Perl6": 21,
106507
108498
  "PicoLisp": 1,
@@ -106539,7 +108530,7 @@
106539
108530
  "SMT": 4,
106540
108531
  "SPARQL": 2,
106541
108532
  "SQF": 2,
106542
- "SQL": 10,
108533
+ "SQL": 11,
106543
108534
  "SQLPL": 6,
106544
108535
  "STON": 7,
106545
108536
  "Sage": 1,
@@ -106556,7 +108547,7 @@
106556
108547
  "Slim": 1,
106557
108548
  "Smali": 7,
106558
108549
  "Smalltalk": 5,
106559
- "SourcePawn": 2,
108550
+ "SourcePawn": 6,
106560
108551
  "Squirrel": 1,
106561
108552
  "Standard ML": 5,
106562
108553
  "Stata": 7,
@@ -106584,7 +108575,7 @@
106584
108575
  "Web Ontology Language": 1,
106585
108576
  "WebIDL": 2,
106586
108577
  "XC": 1,
106587
- "XML": 26,
108578
+ "XML": 27,
106588
108579
  "XProc": 1,
106589
108580
  "XQuery": 1,
106590
108581
  "XS": 1,
@@ -106598,7 +108589,8 @@
106598
108589
  "eC": 1,
106599
108590
  "edn": 1,
106600
108591
  "fish": 3,
106601
- "wisp": 1
108592
+ "wisp": 1,
108593
+ "xBase": 1
106602
108594
  },
106603
- "md5": "a04f5b0f937c6a5a9675da45afc03016"
108595
+ "md5": "b43d9af1bc440cb74787315684f6e228"
106604
108596
  }