github-linguist 7.5.1 → 7.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/grammars/annotation.liquidhaskell.haskell.json +122 -24
- data/grammars/etc.json +7 -0
- data/grammars/hint.haskell.json +122 -24
- data/grammars/hint.message.haskell.json +122 -24
- data/grammars/hint.type.haskell.json +122 -24
- data/grammars/injections.etc.json +48 -10
- data/grammars/source.abnf.json +180 -353
- data/grammars/source.ballerina.json +205 -50
- data/grammars/source.bnf.json +191 -0
- data/grammars/source.cabal.json +1 -1
- data/grammars/source.ditroff.desc.json +1 -1
- data/grammars/source.ebnf.json +157 -147
- data/grammars/source.editorconfig.json +30 -5
- data/grammars/source.emacs.lisp.json +4 -4
- data/grammars/source.gremlin.json +200 -0
- data/grammars/source.haproxy-config.json +65 -13
- data/grammars/source.haskell.json +122 -24
- data/grammars/source.hql.json +1 -1
- data/grammars/source.hsig.json +122 -24
- data/grammars/source.hx.json +5 -5
- data/grammars/source.hxml.json +4 -4
- data/grammars/source.ideal.json +4 -4
- data/grammars/source.igor.json +325 -0
- data/grammars/source.jlex.json +322 -0
- data/grammars/source.julia.json +132 -1
- data/grammars/source.lean.json +103 -54
- data/grammars/source.lex.json +232 -0
- data/grammars/source.lex.regexp.json +269 -0
- data/grammars/source.logos.json +1 -1
- data/grammars/source.meson.json +1 -1
- data/grammars/source.mlir.json +389 -0
- data/grammars/source.nanorc.json +3 -0
- data/grammars/source.pic.json +19 -19
- data/grammars/source.plist.json +336 -0
- data/grammars/source.powershell.json +2 -2
- data/grammars/source.purescript.json +2 -2
- data/grammars/source.rascal.json +1 -0
- data/grammars/source.regexp.extended.json +544 -6
- data/grammars/source.regexp.json +408 -31
- data/grammars/source.renpy.json +3 -1
- data/grammars/source.scala.json +199 -97
- data/grammars/source.smpl.json +314 -0
- data/grammars/source.solidity.json +1 -1
- data/grammars/source.sourcepawn.json +654 -0
- data/grammars/source.sqf.json +5 -1
- data/grammars/source.swift.json +56 -11
- data/grammars/source.sy.json +800 -0
- data/grammars/source.ts.json +64 -47
- data/grammars/source.tsx.json +65 -48
- data/grammars/source.v.json +1184 -0
- data/grammars/source.viml.json +31 -31
- data/grammars/source.wollok.json +1 -1
- data/grammars/source.xojo.json +2 -2
- data/grammars/source.yacc.json +626 -0
- data/grammars/source.yara.json +1 -1
- data/grammars/source.yasnippet.json +15 -25
- data/grammars/source.zeek.json +4 -4
- data/grammars/source.zig.json +594 -195
- data/grammars/text.eml.basic.json +19 -6
- data/grammars/text.html.php.blade.json +3 -3
- data/grammars/text.plain.json +18 -0
- data/grammars/text.roff.json +926 -437
- data/grammars/text.runoff.json +3 -3
- data/grammars/text.tex.latex.haskell.json +122 -24
- data/grammars/text.texinfo.json +1525 -0
- data/grammars/text.xml.plist.json +664 -0
- data/grammars/text.xml.svg.json +556 -0
- data/grammars/version +1 -1
- data/lib/linguist.rb +3 -1
- data/lib/linguist/VERSION +1 -1
- data/lib/linguist/generated.rb +62 -17
- data/lib/linguist/heuristics.yml +13 -0
- data/lib/linguist/language.rb +1 -11
- data/lib/linguist/languages.json +1 -1
- data/lib/linguist/languages.yml +179 -19
- data/lib/linguist/samples.json +2778 -732
- data/lib/linguist/strategy/manpage.rb +42 -0
- metadata +22 -5
- data/grammars/source.bison.json +0 -55
- data/grammars/source.sp.json +0 -113
data/lib/linguist/samples.json
CHANGED
@@ -92,6 +92,9 @@
|
|
92
92
|
"Ballerina": [
|
93
93
|
".bal"
|
94
94
|
],
|
95
|
+
"BibTeX": [
|
96
|
+
".bib"
|
97
|
+
],
|
95
98
|
"BitBake": [
|
96
99
|
".bb"
|
97
100
|
],
|
@@ -396,6 +399,9 @@
|
|
396
399
|
".cnc",
|
397
400
|
".g"
|
398
401
|
],
|
402
|
+
"GAML": [
|
403
|
+
".gaml"
|
404
|
+
],
|
399
405
|
"GAMS": [
|
400
406
|
".gms"
|
401
407
|
],
|
@@ -544,6 +550,7 @@
|
|
544
550
|
".hxml"
|
545
551
|
],
|
546
552
|
"Hack": [
|
553
|
+
".hack",
|
547
554
|
".hh",
|
548
555
|
".php"
|
549
556
|
],
|
@@ -728,8 +735,7 @@
|
|
728
735
|
"Lasso": [
|
729
736
|
".las",
|
730
737
|
".lasso",
|
731
|
-
".lasso9"
|
732
|
-
".ldml"
|
738
|
+
".lasso9"
|
733
739
|
],
|
734
740
|
"Latte": [
|
735
741
|
".latte"
|
@@ -803,6 +809,9 @@
|
|
803
809
|
".mcr",
|
804
810
|
".ms"
|
805
811
|
],
|
812
|
+
"MLIR": [
|
813
|
+
".mlir"
|
814
|
+
],
|
806
815
|
"MQL4": [
|
807
816
|
".mq4",
|
808
817
|
".mqh"
|
@@ -976,6 +985,9 @@
|
|
976
985
|
"OpenSCAD": [
|
977
986
|
".scad"
|
978
987
|
],
|
988
|
+
"OpenStep Property List": [
|
989
|
+
".plist"
|
990
|
+
],
|
979
991
|
"Org": [
|
980
992
|
".org"
|
981
993
|
],
|
@@ -1385,6 +1397,9 @@
|
|
1385
1397
|
"Slim": [
|
1386
1398
|
".slim"
|
1387
1399
|
],
|
1400
|
+
"SmPL": [
|
1401
|
+
".cocci"
|
1402
|
+
],
|
1388
1403
|
"Smali": [
|
1389
1404
|
".smali"
|
1390
1405
|
],
|
@@ -1472,6 +1487,9 @@
|
|
1472
1487
|
"Terra": [
|
1473
1488
|
".t"
|
1474
1489
|
],
|
1490
|
+
"Texinfo": [
|
1491
|
+
".texi"
|
1492
|
+
],
|
1475
1493
|
"Text": [
|
1476
1494
|
".fr",
|
1477
1495
|
".nb",
|
@@ -1515,6 +1533,9 @@
|
|
1515
1533
|
".ur",
|
1516
1534
|
".urs"
|
1517
1535
|
],
|
1536
|
+
"V": [
|
1537
|
+
".v"
|
1538
|
+
],
|
1518
1539
|
"VCL": [
|
1519
1540
|
".vcl"
|
1520
1541
|
],
|
@@ -1636,6 +1657,15 @@
|
|
1636
1657
|
".xml",
|
1637
1658
|
".xspec"
|
1638
1659
|
],
|
1660
|
+
"XML Property List": [
|
1661
|
+
".plist",
|
1662
|
+
".stTheme",
|
1663
|
+
".tmCommand",
|
1664
|
+
".tmLanguage",
|
1665
|
+
".tmPreferences",
|
1666
|
+
".tmSnippet",
|
1667
|
+
".tmTheme"
|
1668
|
+
],
|
1639
1669
|
"XPages": [
|
1640
1670
|
".metadata",
|
1641
1671
|
".xsp-config"
|
@@ -2022,6 +2052,7 @@
|
|
2022
2052
|
".gclient",
|
2023
2053
|
"BUCK",
|
2024
2054
|
"BUILD",
|
2055
|
+
"DEPS",
|
2025
2056
|
"WORKSPACE"
|
2026
2057
|
],
|
2027
2058
|
"Quake": [
|
@@ -2132,8 +2163,8 @@
|
|
2132
2163
|
"nanorc"
|
2133
2164
|
]
|
2134
2165
|
},
|
2135
|
-
"tokens_total":
|
2136
|
-
"languages_total":
|
2166
|
+
"tokens_total": 1664824,
|
2167
|
+
"languages_total": 2221,
|
2137
2168
|
"tokens": {
|
2138
2169
|
"1C Enterprise": {
|
2139
2170
|
"#": 2,
|
@@ -13515,6 +13546,73 @@
|
|
13515
13546
|
"_": 2,
|
13516
13547
|
"r1": 2
|
13517
13548
|
},
|
13549
|
+
"BibTeX": {
|
13550
|
+
"%": 4,
|
13551
|
+
"Following": 1,
|
13552
|
+
"example": 1,
|
13553
|
+
"taken": 2,
|
13554
|
+
"from": 2,
|
13555
|
+
"BibTeX": 1,
|
13556
|
+
"@Book": 1,
|
13557
|
+
"{": 14,
|
13558
|
+
"abramowitz": 1,
|
13559
|
+
"+": 1,
|
13560
|
+
"stegun": 1,
|
13561
|
+
"author": 3,
|
13562
|
+
"title": 3,
|
13563
|
+
"Formulas": 1,
|
13564
|
+
"Graphs": 1,
|
13565
|
+
"and": 2,
|
13566
|
+
"Mathematical": 1,
|
13567
|
+
"Tables": 1,
|
13568
|
+
"publisher": 3,
|
13569
|
+
"year": 3,
|
13570
|
+
"address": 1,
|
13571
|
+
"edition": 1,
|
13572
|
+
"}": 14,
|
13573
|
+
"Next": 1,
|
13574
|
+
"two": 1,
|
13575
|
+
"examples": 1,
|
13576
|
+
"were": 1,
|
13577
|
+
"github/linguist#3679": 1,
|
13578
|
+
"@incollection": 1,
|
13579
|
+
"dijkstra1982role": 1,
|
13580
|
+
"On": 1,
|
13581
|
+
"the": 1,
|
13582
|
+
"role": 1,
|
13583
|
+
"of": 2,
|
13584
|
+
"scientific": 1,
|
13585
|
+
"thought": 1,
|
13586
|
+
"Dijkstra": 1,
|
13587
|
+
"Edsger": 1,
|
13588
|
+
"W": 1,
|
13589
|
+
"booktitle": 1,
|
13590
|
+
"Selected": 1,
|
13591
|
+
"writings": 1,
|
13592
|
+
"on": 1,
|
13593
|
+
"computing": 1,
|
13594
|
+
"a": 1,
|
13595
|
+
"personal": 1,
|
13596
|
+
"perspective": 1,
|
13597
|
+
"pages": 1,
|
13598
|
+
"-": 2,
|
13599
|
+
"Springer": 1,
|
13600
|
+
"@book": 1,
|
13601
|
+
"knuth1998art": 1,
|
13602
|
+
"The": 1,
|
13603
|
+
"art": 1,
|
13604
|
+
"computer": 1,
|
13605
|
+
"programming": 1,
|
13606
|
+
"sorting": 1,
|
13607
|
+
"searching": 1,
|
13608
|
+
"math": 1,
|
13609
|
+
"Knuth": 1,
|
13610
|
+
"Donald": 1,
|
13611
|
+
"Ervin": 1,
|
13612
|
+
"volume": 1,
|
13613
|
+
"Pearson": 1,
|
13614
|
+
"Education": 1
|
13615
|
+
},
|
13518
13616
|
"BitBake": {
|
13519
13617
|
"include": 1,
|
13520
13618
|
"gstreamer1.0": 1,
|
@@ -46728,6 +46826,597 @@
|
|
46728
46826
|
"N725": 1,
|
46729
46827
|
"M30": 1
|
46730
46828
|
},
|
46829
|
+
"GAML": {
|
46830
|
+
"model": 6,
|
46831
|
+
"prey_predator": 2,
|
46832
|
+
"global": 6,
|
46833
|
+
"{": 54,
|
46834
|
+
"int": 51,
|
46835
|
+
"nb_preys_init": 3,
|
46836
|
+
"<->": 35,
|
46837
|
+
"200": 4,
|
46838
|
+
"nb_predators_init": 3,
|
46839
|
+
"20": 5,
|
46840
|
+
"float": 75,
|
46841
|
+
"prey_max_energy": 3,
|
46842
|
+
"1": 43,
|
46843
|
+
"0": 102,
|
46844
|
+
"prey_max_transfert": 3,
|
46845
|
+
"prey_energy_consum": 3,
|
46846
|
+
"05": 4,
|
46847
|
+
"predator_max_energy": 3,
|
46848
|
+
"predator_energy_transfert": 3,
|
46849
|
+
"5": 30,
|
46850
|
+
"predator_energy_consum": 3,
|
46851
|
+
"02": 2,
|
46852
|
+
"prey_proba_reproduce": 3,
|
46853
|
+
"01": 5,
|
46854
|
+
"prey_nb_max_offsprings": 3,
|
46855
|
+
"prey_energy_reproduce": 3,
|
46856
|
+
"predator_proba_reproduce": 3,
|
46857
|
+
"predator_nb_max_offsprings": 3,
|
46858
|
+
"3": 10,
|
46859
|
+
"predator_energy_reproduce": 3,
|
46860
|
+
"file": 19,
|
46861
|
+
"map_init": 2,
|
46862
|
+
"image_file": 2,
|
46863
|
+
"images": 3,
|
46864
|
+
"predator_prey_raster_map": 1,
|
46865
|
+
"png": 5,
|
46866
|
+
"nb_preys": 6,
|
46867
|
+
"length": 5,
|
46868
|
+
"(": 72,
|
46869
|
+
"prey": 14,
|
46870
|
+
")": 81,
|
46871
|
+
"}": 37,
|
46872
|
+
";": 57,
|
46873
|
+
"nb_predators": 6,
|
46874
|
+
"-": 2,
|
46875
|
+
"predator": 11,
|
46876
|
+
"init": 11,
|
46877
|
+
"create": 17,
|
46878
|
+
"number": 13,
|
46879
|
+
"ask": 21,
|
46880
|
+
"vegetation_cell": 11,
|
46881
|
+
"color": 57,
|
46882
|
+
"rgb": 17,
|
46883
|
+
"at": 5,
|
46884
|
+
"grid_x": 1,
|
46885
|
+
"grid_y": 1,
|
46886
|
+
"food": 13,
|
46887
|
+
"as": 8,
|
46888
|
+
"list": 24,
|
46889
|
+
"255": 16,
|
46890
|
+
"foodProd": 3,
|
46891
|
+
"100": 5,
|
46892
|
+
"reflex": 24,
|
46893
|
+
"save_result": 1,
|
46894
|
+
"when": 22,
|
46895
|
+
"and": 11,
|
46896
|
+
"save": 1,
|
46897
|
+
"+": 13,
|
46898
|
+
"cycle": 3,
|
46899
|
+
"min_of": 2,
|
46900
|
+
"each.energy": 14,
|
46901
|
+
"max_of": 3,
|
46902
|
+
"to": 5,
|
46903
|
+
"type": 21,
|
46904
|
+
"stop_simulation": 1,
|
46905
|
+
"or": 2,
|
46906
|
+
"do": 41,
|
46907
|
+
"halt": 2,
|
46908
|
+
"species": 40,
|
46909
|
+
"generic_species": 3,
|
46910
|
+
"size": 12,
|
46911
|
+
"max_energy": 5,
|
46912
|
+
"max_transfert": 3,
|
46913
|
+
"energy_consum": 4,
|
46914
|
+
"proba_reproduce": 4,
|
46915
|
+
"nb_max_offsprings": 4,
|
46916
|
+
"energy_reproduce": 4,
|
46917
|
+
"my_icon": 4,
|
46918
|
+
"myCell": 15,
|
46919
|
+
"one_of": 10,
|
46920
|
+
"energy": 22,
|
46921
|
+
"rnd": 14,
|
46922
|
+
"1000": 11,
|
46923
|
+
"update": 18,
|
46924
|
+
"max": 20,
|
46925
|
+
"location": 27,
|
46926
|
+
"basic_move": 1,
|
46927
|
+
"choose_cell": 4,
|
46928
|
+
"return": 4,
|
46929
|
+
"nil": 20,
|
46930
|
+
"die": 3,
|
46931
|
+
"reproduce": 5,
|
46932
|
+
"flip": 5,
|
46933
|
+
"nb_offsprings": 4,
|
46934
|
+
"self": 10,
|
46935
|
+
"myself": 6,
|
46936
|
+
"aspect": 38,
|
46937
|
+
"base": 9,
|
46938
|
+
"draw": 25,
|
46939
|
+
"circle": 9,
|
46940
|
+
"icon": 3,
|
46941
|
+
"2": 13,
|
46942
|
+
"info": 3,
|
46943
|
+
"square": 3,
|
46944
|
+
"string": 6,
|
46945
|
+
"with_precision": 1,
|
46946
|
+
"black": 11,
|
46947
|
+
"parent": 3,
|
46948
|
+
"blue": 8,
|
46949
|
+
"predator_prey_sheep": 1,
|
46950
|
+
"eat": 2,
|
46951
|
+
"energy_transfert": 5,
|
46952
|
+
"min": 15,
|
46953
|
+
"neighbors": 8,
|
46954
|
+
"with_max_of": 2,
|
46955
|
+
"each": 36,
|
46956
|
+
"red": 11,
|
46957
|
+
"reachable_preys": 3,
|
46958
|
+
"inside": 3,
|
46959
|
+
"predator_prey_wolf": 1,
|
46960
|
+
"empty": 9,
|
46961
|
+
"myCell_tmp": 3,
|
46962
|
+
"shuffle": 1,
|
46963
|
+
"first_with": 3,
|
46964
|
+
"if": 24,
|
46965
|
+
"else": 9,
|
46966
|
+
"grid": 3,
|
46967
|
+
"width": 1,
|
46968
|
+
"50": 4,
|
46969
|
+
"height": 3,
|
46970
|
+
"4": 1,
|
46971
|
+
"maxFood": 2,
|
46972
|
+
"neighbors_at": 1,
|
46973
|
+
"experiment": 6,
|
46974
|
+
"gui": 6,
|
46975
|
+
"parameter": 31,
|
46976
|
+
"Initial": 3,
|
46977
|
+
"of": 6,
|
46978
|
+
"preys": 1,
|
46979
|
+
"var": 32,
|
46980
|
+
"category": 27,
|
46981
|
+
"Prey": 14,
|
46982
|
+
"transfert": 2,
|
46983
|
+
"consumption": 2,
|
46984
|
+
"predators": 1,
|
46985
|
+
"Predator": 13,
|
46986
|
+
"probability": 2,
|
46987
|
+
"nb": 2,
|
46988
|
+
"offsprings": 2,
|
46989
|
+
"output": 6,
|
46990
|
+
"display": 12,
|
46991
|
+
"main_display": 1,
|
46992
|
+
"lines": 2,
|
46993
|
+
"info_display": 1,
|
46994
|
+
"Population_information": 1,
|
46995
|
+
"refresh": 7,
|
46996
|
+
"every": 5,
|
46997
|
+
"cycles": 2,
|
46998
|
+
"chart": 8,
|
46999
|
+
"Species": 1,
|
47000
|
+
"evolution": 1,
|
47001
|
+
"series": 4,
|
47002
|
+
"position": 5,
|
47003
|
+
"data": 18,
|
47004
|
+
"number_of_preys": 1,
|
47005
|
+
"value": 23,
|
47006
|
+
"number_of_predator": 1,
|
47007
|
+
"Energy": 1,
|
47008
|
+
"Distribution": 1,
|
47009
|
+
"histogram": 2,
|
47010
|
+
"background": 3,
|
47011
|
+
"lightGray": 1,
|
47012
|
+
"25": 3,
|
47013
|
+
"count": 14,
|
47014
|
+
"<": 5,
|
47015
|
+
"#blue": 3,
|
47016
|
+
"#red": 5,
|
47017
|
+
"monitor": 5,
|
47018
|
+
"Tuto3D": 2,
|
47019
|
+
"nb_cells": 3,
|
47020
|
+
"<-100>": 1,
|
47021
|
+
"environmentSize": 7,
|
47022
|
+
"geometry": 7,
|
47023
|
+
"shape": 16,
|
47024
|
+
"cube": 2,
|
47025
|
+
"cells": 6,
|
47026
|
+
"skills": 6,
|
47027
|
+
"moving3D": 1,
|
47028
|
+
"offset": 1,
|
47029
|
+
"move": 4,
|
47030
|
+
"wander": 3,
|
47031
|
+
"computeNeighbors": 1,
|
47032
|
+
"select": 1,
|
47033
|
+
"distance_to": 3,
|
47034
|
+
"10": 15,
|
47035
|
+
"default": 4,
|
47036
|
+
"sphere": 2,
|
47037
|
+
"orange": 1,
|
47038
|
+
"loop": 5,
|
47039
|
+
"pp": 2,
|
47040
|
+
"over": 5,
|
47041
|
+
"line": 7,
|
47042
|
+
"Cells": 1,
|
47043
|
+
"View1": 1,
|
47044
|
+
"opengl": 5,
|
47045
|
+
"40": 1,
|
47046
|
+
"55": 1,
|
47047
|
+
"graphics": 1,
|
47048
|
+
"env": 1,
|
47049
|
+
"true": 22,
|
47050
|
+
"GoldBdi": 2,
|
47051
|
+
"nb_mines": 2,
|
47052
|
+
"nbminer": 2,
|
47053
|
+
"nb_police": 2,
|
47054
|
+
"fine": 9,
|
47055
|
+
"market": 4,
|
47056
|
+
"the_market": 4,
|
47057
|
+
"mine_at_location": 8,
|
47058
|
+
"empty_mine_location": 7,
|
47059
|
+
"step": 6,
|
47060
|
+
"mn": 3,
|
47061
|
+
"possible": 1,
|
47062
|
+
"predicates": 1,
|
47063
|
+
"concerning": 1,
|
47064
|
+
"miners": 1,
|
47065
|
+
"predicate": 8,
|
47066
|
+
"mine_location": 2,
|
47067
|
+
"new_predicate": 11,
|
47068
|
+
"choose_goldmine": 5,
|
47069
|
+
"choose": 1,
|
47070
|
+
"a": 3,
|
47071
|
+
"gold": 4,
|
47072
|
+
"mine": 1,
|
47073
|
+
"has_gold": 20,
|
47074
|
+
"extract": 1,
|
47075
|
+
"find_gold": 4,
|
47076
|
+
"find": 1,
|
47077
|
+
"sell_gold": 5,
|
47078
|
+
"sell": 1,
|
47079
|
+
"share_information": 8,
|
47080
|
+
"share": 1,
|
47081
|
+
"information": 1,
|
47082
|
+
"emotion": 1,
|
47083
|
+
"joy": 3,
|
47084
|
+
"new_emotion": 1,
|
47085
|
+
"inequality": 1,
|
47086
|
+
"standard_deviation": 1,
|
47087
|
+
"miner": 12,
|
47088
|
+
"collect": 8,
|
47089
|
+
"gold_sold": 12,
|
47090
|
+
"km": 8,
|
47091
|
+
"goldmine": 9,
|
47092
|
+
"policeman": 3,
|
47093
|
+
"end_simulation": 2,
|
47094
|
+
"sum": 1,
|
47095
|
+
"quantity": 13,
|
47096
|
+
"where": 10,
|
47097
|
+
"has_belief": 5,
|
47098
|
+
"pause": 1,
|
47099
|
+
"write": 3,
|
47100
|
+
"name": 1,
|
47101
|
+
"triangle": 2,
|
47102
|
+
"gray": 4,
|
47103
|
+
"border": 4,
|
47104
|
+
"yellow": 2,
|
47105
|
+
"golds": 1,
|
47106
|
+
"moving": 5,
|
47107
|
+
"control": 2,
|
47108
|
+
"simple_bdi": 2,
|
47109
|
+
"patroling": 3,
|
47110
|
+
"patrolling": 1,
|
47111
|
+
"viewdist": 6,
|
47112
|
+
"agent_perceived": 7,
|
47113
|
+
"add_desire": 3,
|
47114
|
+
"perceive": 4,
|
47115
|
+
"target": 42,
|
47116
|
+
"in": 4,
|
47117
|
+
"enforcement": 3,
|
47118
|
+
"law": 2,
|
47119
|
+
"working": 4,
|
47120
|
+
"sanction": 8,
|
47121
|
+
"sanctionToLaw": 2,
|
47122
|
+
"obligation": 2,
|
47123
|
+
"sanctionToObligation": 2,
|
47124
|
+
"reward": 2,
|
47125
|
+
"rewardToObligation": 2,
|
47126
|
+
"thresholdLaw": 3,
|
47127
|
+
"remove_intention": 7,
|
47128
|
+
"thresholdObligation": 4,
|
47129
|
+
"plan": 6,
|
47130
|
+
"patrol": 1,
|
47131
|
+
"intention": 7,
|
47132
|
+
"depth": 5,
|
47133
|
+
"speed": 6,
|
47134
|
+
"h": 9,
|
47135
|
+
"mycolor": 8,
|
47136
|
+
"rnd_color": 1,
|
47137
|
+
"point": 10,
|
47138
|
+
"gold_transported": 7,
|
47139
|
+
"agent": 2,
|
47140
|
+
"bool": 6,
|
47141
|
+
"use_social_architecture": 1,
|
47142
|
+
"use_emotions_architecture": 1,
|
47143
|
+
"use_personality": 1,
|
47144
|
+
"openness": 1,
|
47145
|
+
"gauss": 5,
|
47146
|
+
"12": 8,
|
47147
|
+
"conscientiousness": 1,
|
47148
|
+
"extraversion": 1,
|
47149
|
+
"agreeableness": 1,
|
47150
|
+
"neurotism": 1,
|
47151
|
+
"plan_persistence": 1,
|
47152
|
+
"intention_persistence": 1,
|
47153
|
+
"thresholdNorm": 2,
|
47154
|
+
"add_belief": 8,
|
47155
|
+
"remove_belief": 4,
|
47156
|
+
"myself.agent_perceived": 1,
|
47157
|
+
"<-self>": 1,
|
47158
|
+
"socialize": 1,
|
47159
|
+
"liking": 1,
|
47160
|
+
"green": 9,
|
47161
|
+
"norm": 3,
|
47162
|
+
"sanctionToNorm": 2,
|
47163
|
+
"rewardToNorm": 2,
|
47164
|
+
"change_liking": 2,
|
47165
|
+
"focus": 1,
|
47166
|
+
"id": 1,
|
47167
|
+
"has_emotion": 1,
|
47168
|
+
"strength": 3,
|
47169
|
+
"false": 6,
|
47170
|
+
"rule": 1,
|
47171
|
+
"belief": 2,
|
47172
|
+
"new_desire": 1,
|
47173
|
+
"new_obligation": 1,
|
47174
|
+
"not": 7,
|
47175
|
+
"has_obligation": 1,
|
47176
|
+
"threshold": 3,
|
47177
|
+
"letsWander": 1,
|
47178
|
+
"doingJob": 1,
|
47179
|
+
"finished_when": 1,
|
47180
|
+
"add_subintention": 2,
|
47181
|
+
"current_intention_on_hold": 2,
|
47182
|
+
"goto": 6,
|
47183
|
+
"current_mine": 6,
|
47184
|
+
"location_value": 6,
|
47185
|
+
"getMoreGold": 1,
|
47186
|
+
"choose_closest_goldmine": 1,
|
47187
|
+
"instantaneous": 3,
|
47188
|
+
"possible_mines": 5,
|
47189
|
+
"get_beliefs_with_name": 5,
|
47190
|
+
"get_predicate": 2,
|
47191
|
+
"mental_state": 2,
|
47192
|
+
"values": 2,
|
47193
|
+
"empty_mines": 2,
|
47194
|
+
"with_min_of": 1,
|
47195
|
+
"return_to_base": 1,
|
47196
|
+
"my_friends": 5,
|
47197
|
+
"social_link_base": 2,
|
47198
|
+
"each.liking": 2,
|
47199
|
+
"each.agent": 2,
|
47200
|
+
"known_goldmine": 4,
|
47201
|
+
"known_empty_goldmine": 2,
|
47202
|
+
"share_information_to_friends": 1,
|
47203
|
+
"<miner>": 1,
|
47204
|
+
"#black": 1,
|
47205
|
+
"map": 4,
|
47206
|
+
"tutorial_gis_city_traffic": 1,
|
47207
|
+
"shape_file_buildings": 3,
|
47208
|
+
"includes": 12,
|
47209
|
+
"building": 25,
|
47210
|
+
"shp": 7,
|
47211
|
+
"shape_file_roads": 3,
|
47212
|
+
"road": 28,
|
47213
|
+
"shape_file_bounds": 3,
|
47214
|
+
"bounds": 2,
|
47215
|
+
"envelope": 3,
|
47216
|
+
"nb_people": 12,
|
47217
|
+
"current_hour": 10,
|
47218
|
+
"time": 1,
|
47219
|
+
"hour": 7,
|
47220
|
+
"mod": 2,
|
47221
|
+
"24": 2,
|
47222
|
+
"min_work_start": 4,
|
47223
|
+
"6": 1,
|
47224
|
+
"max_work_start": 3,
|
47225
|
+
"8": 3,
|
47226
|
+
"min_work_end": 4,
|
47227
|
+
"16": 3,
|
47228
|
+
"max_work_end": 3,
|
47229
|
+
"min_speed": 4,
|
47230
|
+
"max_speed": 3,
|
47231
|
+
"destroy": 3,
|
47232
|
+
"repair_time": 3,
|
47233
|
+
"graph": 3,
|
47234
|
+
"the_graph": 5,
|
47235
|
+
"from": 6,
|
47236
|
+
"with": 1,
|
47237
|
+
"read": 1,
|
47238
|
+
"NATURE": 1,
|
47239
|
+
"type=": 3,
|
47240
|
+
"weights_map": 4,
|
47241
|
+
"as_map": 2,
|
47242
|
+
"destruction_coeff": 11,
|
47243
|
+
"perimeter": 4,
|
47244
|
+
"as_edge_graph": 3,
|
47245
|
+
"with_weights": 2,
|
47246
|
+
"residential_buildings": 2,
|
47247
|
+
"industrial_buildings": 2,
|
47248
|
+
"people": 29,
|
47249
|
+
"start_work": 3,
|
47250
|
+
"end_work": 3,
|
47251
|
+
"living_place": 4,
|
47252
|
+
"working_place": 3,
|
47253
|
+
"objective": 6,
|
47254
|
+
"resting": 3,
|
47255
|
+
"any_location_in": 8,
|
47256
|
+
"update_graph": 1,
|
47257
|
+
"repair_road": 1,
|
47258
|
+
"the_road_to_repair": 2,
|
47259
|
+
"colorValue": 5,
|
47260
|
+
"the_target": 7,
|
47261
|
+
"time_to_work": 1,
|
47262
|
+
"time_to_go_home": 1,
|
47263
|
+
"path": 1,
|
47264
|
+
"path_followed": 3,
|
47265
|
+
"on": 3,
|
47266
|
+
"return_path": 1,
|
47267
|
+
"segments": 3,
|
47268
|
+
"dist": 2,
|
47269
|
+
"agent_from_geometry": 1,
|
47270
|
+
"road_traffic": 1,
|
47271
|
+
"Shapefile": 3,
|
47272
|
+
"for": 3,
|
47273
|
+
"the": 3,
|
47274
|
+
"buildings": 2,
|
47275
|
+
"GIS": 3,
|
47276
|
+
"roads": 2,
|
47277
|
+
"Number": 2,
|
47278
|
+
"agents": 1,
|
47279
|
+
"People": 8,
|
47280
|
+
"Earliest": 2,
|
47281
|
+
"start": 2,
|
47282
|
+
"work": 4,
|
47283
|
+
"Latest": 2,
|
47284
|
+
"end": 2,
|
47285
|
+
"23": 1,
|
47286
|
+
"minimal": 1,
|
47287
|
+
"maximal": 1,
|
47288
|
+
"Value": 1,
|
47289
|
+
"destruction": 3,
|
47290
|
+
"takes": 1,
|
47291
|
+
"Road": 3,
|
47292
|
+
"hours": 1,
|
47293
|
+
"between": 1,
|
47294
|
+
"two": 1,
|
47295
|
+
"repairs": 1,
|
47296
|
+
"city_display": 1,
|
47297
|
+
"chart_display": 2,
|
47298
|
+
"Status": 1,
|
47299
|
+
"Mean": 1,
|
47300
|
+
"mean": 1,
|
47301
|
+
"style": 3,
|
47302
|
+
"Max": 1,
|
47303
|
+
"Objectif": 1,
|
47304
|
+
"pie": 1,
|
47305
|
+
"exploded": 1,
|
47306
|
+
"Working": 1,
|
47307
|
+
"objective=": 2,
|
47308
|
+
"magenta": 1,
|
47309
|
+
"Resting": 1,
|
47310
|
+
"model4": 1,
|
47311
|
+
"2147": 2,
|
47312
|
+
"nb_infected_init": 10,
|
47313
|
+
"roads_shapefile": 6,
|
47314
|
+
"buildings_shapefile": 4,
|
47315
|
+
"road_network": 6,
|
47316
|
+
"nb_people_infected": 7,
|
47317
|
+
"is_infected": 17,
|
47318
|
+
"nb_people_not_infected": 4,
|
47319
|
+
"infected_rate": 5,
|
47320
|
+
"among": 3,
|
47321
|
+
"stay": 1,
|
47322
|
+
"infect": 2,
|
47323
|
+
"at_distance": 2,
|
47324
|
+
"m": 5,
|
47325
|
+
"geom3D": 6,
|
47326
|
+
"obj_file": 1,
|
47327
|
+
"obj": 1,
|
47328
|
+
"90": 2,
|
47329
|
+
"7": 2,
|
47330
|
+
"rotate": 1,
|
47331
|
+
"heading": 1,
|
47332
|
+
"geom": 8,
|
47333
|
+
"points": 1,
|
47334
|
+
"texture": 2,
|
47335
|
+
"roof_top": 1,
|
47336
|
+
"jpg": 2,
|
47337
|
+
"main": 1,
|
47338
|
+
"Nb": 2,
|
47339
|
+
"infected": 4,
|
47340
|
+
"Infected": 2,
|
47341
|
+
"rate": 2,
|
47342
|
+
"Disease": 2,
|
47343
|
+
"spreading": 2,
|
47344
|
+
"susceptible": 2,
|
47345
|
+
"view3D": 1,
|
47346
|
+
"ambient_light": 1,
|
47347
|
+
"80": 1,
|
47348
|
+
"image": 2,
|
47349
|
+
"luneray": 1,
|
47350
|
+
"model7": 1,
|
47351
|
+
"500": 1,
|
47352
|
+
"minutes": 1,
|
47353
|
+
"infection_distance": 3,
|
47354
|
+
"proba_infection": 3,
|
47355
|
+
"60": 1,
|
47356
|
+
"staying_coeff": 2,
|
47357
|
+
"abs": 3,
|
47358
|
+
"9": 1,
|
47359
|
+
"18": 1,
|
47360
|
+
"beta": 3,
|
47361
|
+
"people_in_building": 13,
|
47362
|
+
"list_people_in_buildings": 3,
|
47363
|
+
"accumulate": 1,
|
47364
|
+
"each.people_inside": 1,
|
47365
|
+
"dead": 1,
|
47366
|
+
"is_night": 2,
|
47367
|
+
"nb_people_infected/nb_people": 1,
|
47368
|
+
"bd": 2,
|
47369
|
+
"staying_counter": 4,
|
47370
|
+
"sphere3D": 2,
|
47371
|
+
"x": 1,
|
47372
|
+
"y": 1,
|
47373
|
+
"z": 1,
|
47374
|
+
"display_shape": 2,
|
47375
|
+
"people_inside": 1,
|
47376
|
+
"members": 8,
|
47377
|
+
"I": 8,
|
47378
|
+
"S": 8,
|
47379
|
+
"T": 5,
|
47380
|
+
"t": 3,
|
47381
|
+
"I_to1": 6,
|
47382
|
+
"nbI": 2,
|
47383
|
+
"nbT": 3,
|
47384
|
+
"#green": 1,
|
47385
|
+
"schedules": 1,
|
47386
|
+
"[": 1,
|
47387
|
+
"]": 1,
|
47388
|
+
"let_people_leave": 1,
|
47389
|
+
"leaving_people": 3,
|
47390
|
+
".staying_counter": 1,
|
47391
|
+
"/": 1,
|
47392
|
+
"release": 1,
|
47393
|
+
"world": 1,
|
47394
|
+
"returns": 1,
|
47395
|
+
"released_people": 2,
|
47396
|
+
"let_people_enter": 1,
|
47397
|
+
"entering_people": 3,
|
47398
|
+
"capture": 1,
|
47399
|
+
"equation": 1,
|
47400
|
+
"SI": 2,
|
47401
|
+
"diff": 2,
|
47402
|
+
"epidemic": 1,
|
47403
|
+
"S_members": 3,
|
47404
|
+
".is_infected": 1,
|
47405
|
+
"I0": 2,
|
47406
|
+
"solve": 1,
|
47407
|
+
"method": 1,
|
47408
|
+
"I_int": 3,
|
47409
|
+
"main_experiment": 1,
|
47410
|
+
"Infection": 1,
|
47411
|
+
"distance": 1,
|
47412
|
+
"Proba": 1,
|
47413
|
+
"infection": 1,
|
47414
|
+
"Current": 1,
|
47415
|
+
"map_3D": 1,
|
47416
|
+
"light": 1,
|
47417
|
+
"soil": 1,
|
47418
|
+
"transparency": 1
|
47419
|
+
},
|
46731
47420
|
"GAMS": {
|
46732
47421
|
"*Basic": 1,
|
46733
47422
|
"example": 2,
|
@@ -60666,10 +61355,10 @@
|
|
60666
61355
|
"shape": 15,
|
60667
61356
|
"name": 20,
|
60668
61357
|
"string": 81,
|
60669
|
-
")":
|
60670
|
-
";":
|
61358
|
+
")": 222,
|
61359
|
+
";": 139,
|
60671
61360
|
"NavSection": 2,
|
60672
|
-
"(":
|
61361
|
+
"(": 216,
|
60673
61362
|
"Vector": 31,
|
60674
61363
|
"<NavItem>": 2,
|
60675
61364
|
"final": 21,
|
@@ -60679,13 +61368,13 @@
|
|
60679
61368
|
"extends": 18,
|
60680
61369
|
"x": 30,
|
60681
61370
|
"element": 3,
|
60682
|
-
"{":
|
61371
|
+
"{": 121,
|
60683
61372
|
"private": 7,
|
60684
|
-
"function":
|
61373
|
+
"function": 107,
|
60685
61374
|
"getNavSections": 2,
|
60686
61375
|
"<NavSection>": 1,
|
60687
61376
|
"return": 86,
|
60688
|
-
"}":
|
61377
|
+
"}": 142,
|
60689
61378
|
"null": 14,
|
60690
61379
|
"renderNavItems": 2,
|
60691
61380
|
"items": 2,
|
@@ -60702,7 +61391,7 @@
|
|
60702
61391
|
"</li>": 9,
|
60703
61392
|
"<x>": 6,
|
60704
61393
|
"frag": 12,
|
60705
|
-
"-":
|
61394
|
+
"-": 57,
|
60706
61395
|
"map": 5,
|
60707
61396
|
"toArray": 5,
|
60708
61397
|
"</x>": 6,
|
@@ -60769,7 +61458,7 @@
|
|
60769
61458
|
"new": 11,
|
60770
61459
|
"controller": 12,
|
60771
61460
|
"static": 6,
|
60772
|
-
"echo":
|
61461
|
+
"echo": 4,
|
60773
61462
|
"head": 3,
|
60774
61463
|
"getHead": 2,
|
60775
61464
|
"body": 2,
|
@@ -60780,7 +61469,7 @@
|
|
60780
61469
|
"stringParam": 1,
|
60781
61470
|
"UNESCAPED_STRING": 6,
|
60782
61471
|
"invariant": 8,
|
60783
|
-
".":
|
61472
|
+
".": 12,
|
60784
61473
|
"raw_string": 3,
|
60785
61474
|
"name.": 1,
|
60786
61475
|
"unescaped_string": 2,
|
@@ -60810,7 +61499,7 @@
|
|
60810
61499
|
"use": 5,
|
60811
61500
|
"StandardPage": 3,
|
60812
61501
|
"getTitle": 4,
|
60813
|
-
"Hack":
|
61502
|
+
"Hack": 10,
|
60814
61503
|
"Cookbook": 4,
|
60815
61504
|
"renderMainColumn": 4,
|
60816
61505
|
"div": 3,
|
@@ -60873,7 +61562,7 @@
|
|
60873
61562
|
"getName": 8,
|
60874
61563
|
"getFilenames": 7,
|
60875
61564
|
"getDocs": 8,
|
60876
|
-
"<":
|
61565
|
+
"<": 7,
|
60877
61566
|
"getDescription": 7,
|
60878
61567
|
"main_column": 6,
|
60879
61568
|
"description": 3,
|
@@ -61058,7 +61747,7 @@
|
|
61058
61747
|
"<T>": 1,
|
61059
61748
|
"bunch": 2,
|
61060
61749
|
"stubs": 2,
|
61061
|
-
"for":
|
61750
|
+
"for": 3,
|
61062
61751
|
"functions": 2,
|
61063
61752
|
"have": 2,
|
61064
61753
|
"been": 2,
|
@@ -61141,7 +61830,19 @@
|
|
61141
61830
|
"Invalid": 2,
|
61142
61831
|
"assert_cow_id": 1,
|
61143
61832
|
"even": 1,
|
61144
|
-
"0": 1
|
61833
|
+
"0": 1,
|
61834
|
+
"namespace": 1,
|
61835
|
+
"GettingStarted": 1,
|
61836
|
+
"MyFirstProgram": 1,
|
61837
|
+
"<<": 1,
|
61838
|
+
"__EntryPoint": 1,
|
61839
|
+
"main": 1,
|
61840
|
+
"noreturn": 1,
|
61841
|
+
"printf": 3,
|
61842
|
+
"i": 6,
|
61843
|
+
"+": 2,
|
61844
|
+
"*": 1,
|
61845
|
+
"exit": 1
|
61145
61846
|
},
|
61146
61847
|
"Haml": {
|
61147
61848
|
"%": 7,
|
@@ -63200,47 +63901,195 @@
|
|
63200
63901
|
"example": 1
|
63201
63902
|
},
|
63202
63903
|
"IGOR Pro": {
|
63203
|
-
"#pragma":
|
63204
|
-
"rtGlobals":
|
63205
|
-
"Function":
|
63904
|
+
"#pragma": 6,
|
63905
|
+
"rtGlobals": 3,
|
63906
|
+
"Function": 8,
|
63206
63907
|
"FooBar": 1,
|
63207
|
-
"(":
|
63208
|
-
")":
|
63209
|
-
"return":
|
63210
|
-
"End":
|
63908
|
+
"(": 75,
|
63909
|
+
")": 75,
|
63910
|
+
"return": 16,
|
63911
|
+
"End": 15,
|
63211
63912
|
"FooBarSubType": 1,
|
63212
63913
|
"ButtonControl": 1,
|
63213
63914
|
"Function/D": 1,
|
63214
63915
|
"FooBarVar": 1,
|
63215
|
-
"static":
|
63916
|
+
"static": 6,
|
63216
63917
|
"FooBarStatic": 1,
|
63217
63918
|
"threadsafe": 2,
|
63218
63919
|
"FooBarStaticThreadsafe": 1,
|
63219
63920
|
"FooBarThread": 1,
|
63220
63921
|
"CallOperationsAndBuiltInFuncs": 1,
|
63221
|
-
"string":
|
63922
|
+
"string": 11,
|
63222
63923
|
"var": 3,
|
63223
63924
|
"someDQString": 2,
|
63224
63925
|
"Make/N": 1,
|
63926
|
+
"root": 1,
|
63927
|
+
"myWave/WAVE": 1,
|
63225
63928
|
"myWave": 2,
|
63226
|
-
"Redimension/N":
|
63227
|
-
"-":
|
63929
|
+
"Redimension/N": 2,
|
63930
|
+
"-": 8,
|
63228
63931
|
"print": 1,
|
63229
|
-
"strlen":
|
63230
|
-
"
|
63932
|
+
"strlen": 2,
|
63933
|
+
"version": 1,
|
63934
|
+
"IgorVersion": 2,
|
63935
|
+
"IndependentModule": 1,
|
63936
|
+
"CodeBrowserModule": 1,
|
63937
|
+
"#include": 3,
|
63938
|
+
"<Resize>": 1,
|
63939
|
+
"Controls": 1,
|
63940
|
+
"//": 11,
|
63941
|
+
"Menu": 1,
|
63942
|
+
"/Q": 2,
|
63943
|
+
"CodeBrowserModule#CreatePanel": 1,
|
63944
|
+
"CodeBrowserModule#ResetPanel": 1,
|
63945
|
+
"StrConstant": 3,
|
63946
|
+
"strConstantMarker": 1,
|
63947
|
+
"constantMarker": 1,
|
63948
|
+
"addDecoratedStructure": 1,
|
63949
|
+
"text": 7,
|
63950
|
+
"declWave": 7,
|
63951
|
+
"lineWave": 4,
|
63952
|
+
"[": 14,
|
63953
|
+
"parseVariables": 7,
|
63954
|
+
"]": 14,
|
63955
|
+
"WAVE/T": 2,
|
63956
|
+
"WAVE/D": 1,
|
63957
|
+
"Variable": 2,
|
63958
|
+
"if": 12,
|
63959
|
+
"paramIsDefault": 1,
|
63960
|
+
"|": 1,
|
63961
|
+
"added": 1,
|
63962
|
+
"for": 3,
|
63963
|
+
"debugging": 1,
|
63964
|
+
"endif": 12,
|
63965
|
+
"variable": 6,
|
63966
|
+
"numLines": 6,
|
63967
|
+
"idx": 12,
|
63968
|
+
"numEntries": 9,
|
63969
|
+
"numMatches": 6,
|
63970
|
+
"procText": 6,
|
63971
|
+
"reStart": 4,
|
63972
|
+
"name": 4,
|
63973
|
+
"StaticKeyword": 3,
|
63974
|
+
"Wave/T": 1,
|
63975
|
+
"helpWave": 3,
|
63976
|
+
"getHelpWave": 2,
|
63977
|
+
"Grep/Q/INDX/E": 2,
|
63978
|
+
"Wave": 2,
|
63979
|
+
"W_Index": 8,
|
63980
|
+
"Duplicate/FREE": 2,
|
63981
|
+
"wavStructureStart": 6,
|
63982
|
+
"KillWaves/Z": 2,
|
63983
|
+
"KillStrings/Z": 2,
|
63984
|
+
"S_fileName": 2,
|
63985
|
+
"WaveClear": 4,
|
63986
|
+
"V_Value": 1,
|
63987
|
+
"no": 2,
|
63988
|
+
"matches": 1,
|
63989
|
+
"DimSize": 3,
|
63990
|
+
"wavStructureEnd": 4,
|
63991
|
+
"+": 23,
|
63992
|
+
";": 4,
|
63993
|
+
"<": 2,
|
63994
|
+
"SplitString/E": 4,
|
63995
|
+
"createMarkerForType": 1,
|
63996
|
+
"LowerStr": 1,
|
63997
|
+
"between": 1,
|
63998
|
+
"and": 1,
|
63999
|
+
"structure": 1,
|
64000
|
+
"needed": 1,
|
64001
|
+
"Duplicate/FREE/R": 1,
|
64002
|
+
"temp": 3,
|
64003
|
+
"getStructureElements": 1,
|
64004
|
+
"endfor": 2,
|
64005
|
+
"///": 2,
|
64006
|
+
"@brief": 2,
|
64007
|
+
"Return": 1,
|
64008
|
+
"the": 3,
|
64009
|
+
"of": 1,
|
64010
|
+
"given": 1,
|
64011
|
+
"procedure": 8,
|
64012
|
+
"as": 1,
|
64013
|
+
"free": 1,
|
64014
|
+
"wave": 1,
|
64015
|
+
"splitted": 1,
|
64016
|
+
"at": 1,
|
64017
|
+
"EOL": 1,
|
64018
|
+
"Function/WAVE": 1,
|
64019
|
+
"getProcedureTextAsWave": 1,
|
64020
|
+
"module": 9,
|
64021
|
+
"procedureWithoutModule": 3,
|
64022
|
+
"getProcedureText": 2,
|
64023
|
+
"#if": 1,
|
64024
|
+
"ListToTextWave": 1,
|
64025
|
+
"#else": 1,
|
64026
|
+
"ItemsInList": 2,
|
64027
|
+
"Make/FREE/N": 2,
|
64028
|
+
"/T": 2,
|
64029
|
+
"wv": 8,
|
64030
|
+
"StringFromList": 2,
|
64031
|
+
"p": 1,
|
64032
|
+
"#endif": 2,
|
64033
|
+
"Function/S": 3,
|
64034
|
+
"AddHTML": 1,
|
64035
|
+
"context": 4,
|
64036
|
+
"line": 13,
|
64037
|
+
"html": 8,
|
64038
|
+
"re": 7,
|
64039
|
+
"str0": 7,
|
64040
|
+
"str1": 7,
|
64041
|
+
"str2": 5,
|
64042
|
+
"str3": 1,
|
64043
|
+
"str4": 1,
|
64044
|
+
"n": 5,
|
64045
|
+
"lines": 3,
|
64046
|
+
"V_flag": 3,
|
64047
|
+
"break": 1,
|
64048
|
+
"Doxygen": 1,
|
64049
|
+
"comments": 1,
|
64050
|
+
"RemoveEnding": 1,
|
64051
|
+
"funcName": 3,
|
64052
|
+
"linesOfContext": 3,
|
64053
|
+
"isProcGlobal": 1,
|
64054
|
+
"debugPrint": 1,
|
64055
|
+
"ProcedureText": 1,
|
64056
|
+
"getModuleList": 1,
|
64057
|
+
"String": 6,
|
64058
|
+
"moduleList": 9,
|
64059
|
+
"IndependentModuleList": 1,
|
64060
|
+
"ListMatch": 2,
|
64061
|
+
"skip": 2,
|
64062
|
+
"WM": 2,
|
64063
|
+
"modules": 1,
|
64064
|
+
"GetIndependentModuleName": 1,
|
64065
|
+
"SortList": 1,
|
64066
|
+
"Function/Wave": 1,
|
64067
|
+
"DFREF": 1,
|
64068
|
+
"dfr": 3,
|
64069
|
+
"createDFWithAllParents": 1,
|
64070
|
+
"pkgFolder": 1,
|
64071
|
+
"WAVE/Z/T/SDFR": 1,
|
64072
|
+
"WaveExists": 1,
|
64073
|
+
"Make/T/N": 1,
|
64074
|
+
"helpWave/Wave": 1,
|
64075
|
+
"Structure": 3,
|
64076
|
+
"id": 1,
|
64077
|
+
"row": 1,
|
64078
|
+
"fullName": 1,
|
64079
|
+
"Endstructure": 1,
|
64080
|
+
"compile": 2,
|
64081
|
+
"all": 1,
|
64082
|
+
"procedures": 1,
|
64083
|
+
"Execute/P/Z/Q": 1,
|
63231
64084
|
"myConstString": 1,
|
63232
64085
|
"constant": 1,
|
63233
64086
|
"myConst": 1,
|
63234
|
-
"Structure": 2,
|
63235
64087
|
"struct1": 1,
|
63236
64088
|
"str": 2,
|
63237
|
-
"variable": 2,
|
63238
64089
|
"EndStructure": 2,
|
63239
64090
|
"struct2": 1,
|
63240
|
-
"#include": 1,
|
63241
64091
|
"#ifdef": 1,
|
63242
|
-
"NOT_DEFINED": 1
|
63243
|
-
"#endif": 1
|
64092
|
+
"NOT_DEFINED": 1
|
63244
64093
|
},
|
63245
64094
|
"INI": {
|
63246
64095
|
"title": 3,
|
@@ -78276,37 +79125,37 @@
|
|
78276
79125
|
"I": 1
|
78277
79126
|
},
|
78278
79127
|
"Lasso": {
|
78279
|
-
"<?LassoScript>":
|
79128
|
+
"<?LassoScript>": 4,
|
78280
79129
|
"JSON": 1,
|
78281
79130
|
"Encoding": 1,
|
78282
|
-
"and":
|
79131
|
+
"and": 26,
|
78283
79132
|
"Decoding": 1,
|
78284
79133
|
"Copyright": 1,
|
78285
|
-
"2007":
|
78286
|
-
"2012":
|
79134
|
+
"2007": 4,
|
79135
|
+
"2012": 3,
|
78287
79136
|
"LassoSoft": 1,
|
78288
79137
|
"Inc": 1,
|
78289
|
-
"http":
|
79138
|
+
"http": 3,
|
78290
79139
|
"json": 1,
|
78291
79140
|
"org": 1,
|
78292
|
-
"//":
|
79141
|
+
"//": 66,
|
78293
79142
|
"If": 30,
|
78294
|
-
"(":
|
79143
|
+
"(": 686,
|
78295
79144
|
"Lasso_TagExists": 6,
|
78296
|
-
")":
|
79145
|
+
")": 685,
|
78297
79146
|
"False": 9,
|
78298
|
-
";":
|
79147
|
+
";": 601,
|
78299
79148
|
"Define_Tag": 8,
|
78300
|
-
"-":
|
79149
|
+
"-": 1391,
|
78301
79150
|
"Namespace": 3,
|
78302
79151
|
"Required": 7,
|
78303
79152
|
"Optional": 8,
|
78304
|
-
"Local":
|
79153
|
+
"Local": 49,
|
78305
79154
|
"Map": 5,
|
78306
79155
|
"Array": 9,
|
78307
79156
|
"Internal": 2,
|
78308
79157
|
"Local_Defined": 6,
|
78309
|
-
"||":
|
79158
|
+
"||": 20,
|
78310
79159
|
"#options": 8,
|
78311
79160
|
"IsA": 26,
|
78312
79161
|
"/If": 30,
|
@@ -78315,14 +79164,14 @@
|
|
78315
79164
|
"#newoptions": 10,
|
78316
79165
|
"Insert": 4,
|
78317
79166
|
"NoNative": 4,
|
78318
|
-
"&&":
|
78319
|
-
"#value":
|
78320
|
-
"#output":
|
78321
|
-
"+":
|
79167
|
+
"&&": 40,
|
79168
|
+
"#value": 54,
|
79169
|
+
"#output": 118,
|
79170
|
+
"+": 141,
|
78322
79171
|
"Encode_JSON": 13,
|
78323
79172
|
"insertfrom": 2,
|
78324
79173
|
"iterator": 2,
|
78325
|
-
"&":
|
79174
|
+
"&": 29,
|
78326
79175
|
"Options": 8,
|
78327
79176
|
"Else": 43,
|
78328
79177
|
"First": 13,
|
@@ -78330,31 +79179,31 @@
|
|
78330
79179
|
"Isa": 1,
|
78331
79180
|
"Loop": 1,
|
78332
79181
|
"Length": 1,
|
78333
|
-
"Get":
|
79182
|
+
"Get": 3,
|
78334
79183
|
"Loop_Count": 5,
|
78335
79184
|
"Append": 1,
|
78336
79185
|
"Match_RegExp": 1,
|
78337
79186
|
"#character": 5,
|
78338
|
-
"|":
|
79187
|
+
"|": 15,
|
78339
79188
|
"#escapes": 2,
|
78340
|
-
"Contains":
|
79189
|
+
"Contains": 3,
|
78341
79190
|
"Find": 10,
|
78342
79191
|
"String": 5,
|
78343
79192
|
"Encode_Hex": 1,
|
78344
79193
|
"PadLeading": 1,
|
78345
79194
|
"/Loop": 1,
|
78346
79195
|
"gmt": 2,
|
78347
|
-
"format":
|
79196
|
+
"format": 5,
|
78348
79197
|
"Iterate": 5,
|
78349
79198
|
"#temp": 59,
|
78350
|
-
"Size":
|
79199
|
+
"Size": 4,
|
78351
79200
|
"/Iterate": 5,
|
78352
79201
|
"Serialize": 1,
|
78353
79202
|
"Return": 24,
|
78354
|
-
"@#output":
|
79203
|
+
"@#output": 8,
|
78355
79204
|
"/Define_Tag": 8,
|
78356
79205
|
"Null": 2,
|
78357
|
-
"map":
|
79206
|
+
"map": 16,
|
78358
79207
|
"Bytes": 1,
|
78359
79208
|
"While": 6,
|
78360
79209
|
"#ibytes": 35,
|
@@ -78371,32 +79220,32 @@
|
|
78371
79220
|
"/While": 6,
|
78372
79221
|
"BeginsWith": 2,
|
78373
79222
|
"EndsWith": 2,
|
78374
|
-
"null":
|
79223
|
+
"null": 30,
|
78375
79224
|
"Protect": 2,
|
78376
79225
|
"Deserialize": 1,
|
78377
79226
|
"/Protect": 2,
|
78378
79227
|
"Valid_Date": 2,
|
78379
79228
|
"Format": 5,
|
78380
79229
|
"Date": 2,
|
78381
|
-
"required":
|
79230
|
+
"required": 5,
|
78382
79231
|
"bytes": 12,
|
78383
79232
|
"import8bits": 6,
|
78384
|
-
"local":
|
78385
|
-
"array":
|
79233
|
+
"local": 74,
|
79234
|
+
"array": 15,
|
78386
79235
|
"t": 6,
|
78387
79236
|
"r": 6,
|
78388
79237
|
"n": 6,
|
78389
|
-
"]":
|
79238
|
+
"]": 14,
|
78390
79239
|
"}": 23,
|
78391
79240
|
"#delimit": 12,
|
78392
79241
|
"Boolean": 1,
|
78393
79242
|
"String_IsNumeric": 1,
|
78394
79243
|
"Decimal": 1,
|
78395
79244
|
"Integer": 1,
|
78396
|
-
"insert":
|
79245
|
+
"insert": 24,
|
78397
79246
|
"consume_string": 3,
|
78398
79247
|
"@#ibytes": 11,
|
78399
|
-
"[":
|
79248
|
+
"[": 15,
|
78400
79249
|
"consume_array": 3,
|
78401
79250
|
"{": 24,
|
78402
79251
|
"consume_object": 3,
|
@@ -78405,18 +79254,18 @@
|
|
78405
79254
|
"Loop_Abort": 4,
|
78406
79255
|
"#key": 26,
|
78407
79256
|
"Loop_abort": 1,
|
78408
|
-
"while":
|
78409
|
-
"/while":
|
78410
|
-
"isa":
|
78411
|
-
"size":
|
78412
|
-
"find":
|
79257
|
+
"while": 7,
|
79258
|
+
"/while": 6,
|
79259
|
+
"isa": 14,
|
79260
|
+
"size": 21,
|
79261
|
+
"find": 32,
|
78413
79262
|
"removeLeading": 2,
|
78414
79263
|
"BOM_UTF8": 1,
|
78415
79264
|
"Define_Type": 2,
|
78416
79265
|
"/Define_Type": 2,
|
78417
79266
|
"Lasso_UniqueID": 2,
|
78418
79267
|
"#method": 2,
|
78419
|
-
"#params":
|
79268
|
+
"#params": 4,
|
78420
79269
|
"#id": 3,
|
78421
79270
|
"#request": 2,
|
78422
79271
|
"Include_URL": 2,
|
@@ -78449,647 +79298,6 @@
|
|
78449
79298
|
"Error_Code": 1,
|
78450
79299
|
"Found_Count": 1,
|
78451
79300
|
"@#_output": 1,
|
78452
|
-
"2009": 14,
|
78453
|
-
"09": 10,
|
78454
|
-
"04": 8,
|
78455
|
-
"JS": 164,
|
78456
|
-
"Added": 52,
|
78457
|
-
"content_body": 14,
|
78458
|
-
"tag": 14,
|
78459
|
-
"for": 62,
|
78460
|
-
"compatibility": 4,
|
78461
|
-
"with": 17,
|
78462
|
-
"pre": 4,
|
78463
|
-
"8": 6,
|
78464
|
-
"5": 4,
|
78465
|
-
"05": 4,
|
78466
|
-
"07": 6,
|
78467
|
-
"timestamp": 4,
|
78468
|
-
"to": 102,
|
78469
|
-
"knop_cachestore": 4,
|
78470
|
-
"maxage": 2,
|
78471
|
-
"parameter": 10,
|
78472
|
-
"knop_cachefetch": 4,
|
78473
|
-
"Corrected": 12,
|
78474
|
-
"construction": 2,
|
78475
|
-
"of": 40,
|
78476
|
-
"cache_name": 2,
|
78477
|
-
"internally": 2,
|
78478
|
-
"in": 37,
|
78479
|
-
"the": 72,
|
78480
|
-
"knop_cache": 2,
|
78481
|
-
"tags": 16,
|
78482
|
-
"so": 18,
|
78483
|
-
"it": 20,
|
78484
|
-
"will": 12,
|
78485
|
-
"work": 6,
|
78486
|
-
"correctly": 2,
|
78487
|
-
"at": 4,
|
78488
|
-
"site": 4,
|
78489
|
-
"root": 2,
|
78490
|
-
"2008": 6,
|
78491
|
-
"11": 8,
|
78492
|
-
"dummy": 2,
|
78493
|
-
"knop_debug": 4,
|
78494
|
-
"ctype": 2,
|
78495
|
-
"be": 34,
|
78496
|
-
"able": 14,
|
78497
|
-
"transparently": 2,
|
78498
|
-
"or": 6,
|
78499
|
-
"without": 4,
|
78500
|
-
"L": 2,
|
78501
|
-
"Debug": 2,
|
78502
|
-
"24": 2,
|
78503
|
-
"knop_stripbackticks": 2,
|
78504
|
-
"01": 4,
|
78505
|
-
"28": 2,
|
78506
|
-
"Cache": 2,
|
78507
|
-
"name": 36,
|
78508
|
-
"is": 32,
|
78509
|
-
"now": 24,
|
78510
|
-
"used": 10,
|
78511
|
-
"also": 5,
|
78512
|
-
"when": 16,
|
78513
|
-
"using": 6,
|
78514
|
-
"session": 4,
|
78515
|
-
"storage": 4,
|
78516
|
-
"12": 8,
|
78517
|
-
"knop_cachedelete": 2,
|
78518
|
-
"Created": 4,
|
78519
|
-
"03": 2,
|
78520
|
-
"knop_foundrows": 2,
|
78521
|
-
"condition": 2,
|
78522
|
-
"returning": 2,
|
78523
|
-
"normal": 2,
|
78524
|
-
"found_count": 6,
|
78525
|
-
"For": 2,
|
78526
|
-
"Lasso": 14,
|
78527
|
-
"if": 80,
|
78528
|
-
"lasso_tagexists": 4,
|
78529
|
-
"define_tag": 50,
|
78530
|
-
"namespace=": 12,
|
78531
|
-
"return": 72,
|
78532
|
-
"__html_reply__": 4,
|
78533
|
-
"define_type": 14,
|
78534
|
-
"debug": 2,
|
78535
|
-
"_unknowntag": 6,
|
78536
|
-
"onconvert": 2,
|
78537
|
-
"stripbackticks": 2,
|
78538
|
-
"description=": 2,
|
78539
|
-
"priority=": 2,
|
78540
|
-
"required=": 2,
|
78541
|
-
"output": 22,
|
78542
|
-
"string": 54,
|
78543
|
-
"input": 2,
|
78544
|
-
"split": 2,
|
78545
|
-
"first": 12,
|
78546
|
-
"/define_tag": 38,
|
78547
|
-
"description": 38,
|
78548
|
-
"namespace": 18,
|
78549
|
-
"priority": 8,
|
78550
|
-
"integer": 25,
|
78551
|
-
"#charlist": 6,
|
78552
|
-
"#seed": 36,
|
78553
|
-
"date": 20,
|
78554
|
-
"get": 12,
|
78555
|
-
"%": 6,
|
78556
|
-
"#base": 8,
|
78557
|
-
"/": 6,
|
78558
|
-
"millisecond": 2,
|
78559
|
-
"math_random": 2,
|
78560
|
-
"lower": 2,
|
78561
|
-
"upper": 2,
|
78562
|
-
"__lassoservice_ip__": 2,
|
78563
|
-
"response_localpath": 8,
|
78564
|
-
"removetrailing": 10,
|
78565
|
-
"response_filepath": 8,
|
78566
|
-
"//tagswap.net/found_rows": 2,
|
78567
|
-
"action_statement": 2,
|
78568
|
-
"string_findregexp": 8,
|
78569
|
-
"#sql": 42,
|
78570
|
-
"ignorecase": 12,
|
78571
|
-
"/if": 59,
|
78572
|
-
"string_replaceregexp": 8,
|
78573
|
-
"replace": 14,
|
78574
|
-
"ReplaceOnlyOne": 2,
|
78575
|
-
"substring": 6,
|
78576
|
-
"else": 32,
|
78577
|
-
"query": 4,
|
78578
|
-
"contains": 2,
|
78579
|
-
"GROUP": 2,
|
78580
|
-
"BY": 2,
|
78581
|
-
"use": 10,
|
78582
|
-
"SQL_CALC_FOUND_ROWS": 2,
|
78583
|
-
"which": 2,
|
78584
|
-
"can": 14,
|
78585
|
-
"much": 2,
|
78586
|
-
"slower": 2,
|
78587
|
-
"see": 16,
|
78588
|
-
"//bugs.mysql.com/bug.php": 2,
|
78589
|
-
"id": 3,
|
78590
|
-
"removeleading": 2,
|
78591
|
-
"inline": 6,
|
78592
|
-
"sql": 2,
|
78593
|
-
"field": 24,
|
78594
|
-
"exit": 2,
|
78595
|
-
"here": 2,
|
78596
|
-
"normally": 2,
|
78597
|
-
"/inline": 2,
|
78598
|
-
"optional": 34,
|
78599
|
-
"local_defined": 30,
|
78600
|
-
"knop_seed": 2,
|
78601
|
-
"#RandChars": 4,
|
78602
|
-
"Math_Random": 2,
|
78603
|
-
"Min": 2,
|
78604
|
-
"Max": 2,
|
78605
|
-
"join": 5,
|
78606
|
-
"#numericValue": 4,
|
78607
|
-
"length": 8,
|
78608
|
-
"#cryptvalue": 10,
|
78609
|
-
"#anyChar": 2,
|
78610
|
-
"Encrypt_Blowfish": 2,
|
78611
|
-
"seed": 2,
|
78612
|
-
"decrypt_blowfish": 2,
|
78613
|
-
"String_Remove": 2,
|
78614
|
-
"StartPosition": 2,
|
78615
|
-
"EndPosition": 2,
|
78616
|
-
"Seed": 2,
|
78617
|
-
"String_IsAlphaNumeric": 2,
|
78618
|
-
"self": 76,
|
78619
|
-
"_date_msec": 4,
|
78620
|
-
"/define_type": 4,
|
78621
|
-
"type": 62,
|
78622
|
-
"seconds": 4,
|
78623
|
-
"default": 6,
|
78624
|
-
"iterate": 18,
|
78625
|
-
"vars": 6,
|
78626
|
-
"keys": 6,
|
78627
|
-
"var": 38,
|
78628
|
-
"#item": 10,
|
78629
|
-
"#type": 26,
|
78630
|
-
"#data": 14,
|
78631
|
-
"/iterate": 18,
|
78632
|
-
"//fail_if": 6,
|
78633
|
-
"session_id": 6,
|
78634
|
-
"#session": 10,
|
78635
|
-
"session_addvar": 4,
|
78636
|
-
"#cache_name": 72,
|
78637
|
-
"duration": 4,
|
78638
|
-
"second": 10,
|
78639
|
-
"#expires": 4,
|
78640
|
-
"server_name": 6,
|
78641
|
-
"global": 40,
|
78642
|
-
"Thread_RWLock": 6,
|
78643
|
-
"@": 8,
|
78644
|
-
"#lock": 12,
|
78645
|
-
"writelock": 4,
|
78646
|
-
"writeunlock": 4,
|
78647
|
-
"<": 4,
|
78648
|
-
"#maxage": 4,
|
78649
|
-
"readlock": 2,
|
78650
|
-
"readunlock": 2,
|
78651
|
-
"value": 20,
|
78652
|
-
"true": 11,
|
78653
|
-
"false": 11,
|
78654
|
-
"ignored": 2,
|
78655
|
-
"remove": 4,
|
78656
|
-
"knoptype": 2,
|
78657
|
-
"All": 4,
|
78658
|
-
"Knop": 6,
|
78659
|
-
"custom": 6,
|
78660
|
-
"types": 10,
|
78661
|
-
"should": 2,
|
78662
|
-
"have": 8,
|
78663
|
-
"this": 6,
|
78664
|
-
"as": 26,
|
78665
|
-
"parent": 8,
|
78666
|
-
"This": 4,
|
78667
|
-
"identify": 2,
|
78668
|
-
"all": 6,
|
78669
|
-
"registered": 2,
|
78670
|
-
"knop": 6,
|
78671
|
-
"isknoptype": 2,
|
78672
|
-
"base": 2,
|
78673
|
-
"knop_knoptype": 2,
|
78674
|
-
"prototype": 4,
|
78675
|
-
"version": 4,
|
78676
|
-
"14": 4,
|
78677
|
-
"Base": 2,
|
78678
|
-
"data": 10,
|
78679
|
-
"framework": 2,
|
78680
|
-
"common": 4,
|
78681
|
-
"member": 14,
|
78682
|
-
"Used": 2,
|
78683
|
-
"boilerplate": 2,
|
78684
|
-
"creating": 4,
|
78685
|
-
"other": 4,
|
78686
|
-
"instance": 6,
|
78687
|
-
"variables": 2,
|
78688
|
-
"are": 4,
|
78689
|
-
"available": 2,
|
78690
|
-
"well": 2,
|
78691
|
-
"CHANGE": 4,
|
78692
|
-
"NOTES": 4,
|
78693
|
-
"Syntax": 4,
|
78694
|
-
"adjustments": 4,
|
78695
|
-
"9": 2,
|
78696
|
-
"Changed": 12,
|
78697
|
-
"error_msg": 16,
|
78698
|
-
"error": 20,
|
78699
|
-
"numbers": 2,
|
78700
|
-
"added": 16,
|
78701
|
-
"even": 4,
|
78702
|
-
"language": 8,
|
78703
|
-
"already": 2,
|
78704
|
-
"exists.": 2,
|
78705
|
-
"improved": 4,
|
78706
|
-
"reporting": 4,
|
78707
|
-
"messages": 6,
|
78708
|
-
"such": 2,
|
78709
|
-
"from": 12,
|
78710
|
-
"bad": 2,
|
78711
|
-
"database": 12,
|
78712
|
-
"queries": 2,
|
78713
|
-
"error_lang": 2,
|
78714
|
-
"provide": 2,
|
78715
|
-
"a": 34,
|
78716
|
-
"reference": 6,
|
78717
|
-
"knop_lang": 8,
|
78718
|
-
"object": 8,
|
78719
|
-
"add": 4,
|
78720
|
-
"localized": 2,
|
78721
|
-
"any": 14,
|
78722
|
-
"except": 2,
|
78723
|
-
"knop_base": 10,
|
78724
|
-
"html": 2,
|
78725
|
-
"xhtml": 22,
|
78726
|
-
"help": 10,
|
78727
|
-
"nicely": 2,
|
78728
|
-
"formatted": 2,
|
78729
|
-
"output.": 2,
|
78730
|
-
"Centralized": 2,
|
78731
|
-
"error_code": 10,
|
78732
|
-
"knop_base.": 2,
|
78733
|
-
"Moved": 6,
|
78734
|
-
"codes": 4,
|
78735
|
-
"improve": 2,
|
78736
|
-
"documentation.": 2,
|
78737
|
-
"It": 2,
|
78738
|
-
"always": 2,
|
78739
|
-
"an": 8,
|
78740
|
-
"up": 2,
|
78741
|
-
"list": 2,
|
78742
|
-
"parameter.": 2,
|
78743
|
-
"trace": 4,
|
78744
|
-
"tagtime": 2,
|
78745
|
-
"was": 8,
|
78746
|
-
"nav": 2,
|
78747
|
-
"earlier": 2,
|
78748
|
-
"varname": 4,
|
78749
|
-
"retreive": 2,
|
78750
|
-
"page": 10,
|
78751
|
-
"variable": 6,
|
78752
|
-
"that": 20,
|
78753
|
-
"stored": 2,
|
78754
|
-
"in.": 2,
|
78755
|
-
"automatically": 2,
|
78756
|
-
"sense": 2,
|
78757
|
-
"doctype": 2,
|
78758
|
-
"exists": 2,
|
78759
|
-
"current": 10,
|
78760
|
-
"buffer.": 2,
|
78761
|
-
"The": 4,
|
78762
|
-
"result": 2,
|
78763
|
-
"cached": 2,
|
78764
|
-
"performance.": 2,
|
78765
|
-
"internal": 2,
|
78766
|
-
"html.": 2,
|
78767
|
-
"Introduced": 2,
|
78768
|
-
"_knop_data": 10,
|
78769
|
-
"general": 2,
|
78770
|
-
"level": 2,
|
78771
|
-
"caching": 2,
|
78772
|
-
"between": 2,
|
78773
|
-
"different": 2,
|
78774
|
-
"objects.": 2,
|
78775
|
-
"TODO": 2,
|
78776
|
-
"option": 2,
|
78777
|
-
"Google": 2,
|
78778
|
-
"Code": 2,
|
78779
|
-
"Wiki": 2,
|
78780
|
-
"not": 12,
|
78781
|
-
"working": 2,
|
78782
|
-
"properly": 4,
|
78783
|
-
"run": 2,
|
78784
|
-
"by": 8,
|
78785
|
-
"atbegin": 2,
|
78786
|
-
"handler": 2,
|
78787
|
-
"explicitly": 2,
|
78788
|
-
"writing": 2,
|
78789
|
-
"*/": 2,
|
78790
|
-
"time": 4,
|
78791
|
-
"entire": 2,
|
78792
|
-
"ms": 2,
|
78793
|
-
"must": 2,
|
78794
|
-
"defined": 2,
|
78795
|
-
"each": 8,
|
78796
|
-
"instead": 8,
|
78797
|
-
"avoid": 2,
|
78798
|
-
"recursion": 2,
|
78799
|
-
"properties": 6,
|
78800
|
-
"params": 7,
|
78801
|
-
"#endslash": 10,
|
78802
|
-
"#tags": 8,
|
78803
|
-
"#t": 10,
|
78804
|
-
"doesn": 2,
|
78805
|
-
"sort": 2,
|
78806
|
-
"#parameters": 12,
|
78807
|
-
"#description": 12,
|
78808
|
-
"paraminfo": 2,
|
78809
|
-
"#p": 12,
|
78810
|
-
"paramname": 4,
|
78811
|
-
"isrequired": 2,
|
78812
|
-
"paramtype": 6,
|
78813
|
-
"#html": 2,
|
78814
|
-
"#xhtml": 2,
|
78815
|
-
"encode_html": 2,
|
78816
|
-
"#eol": 10,
|
78817
|
-
"#xhtmlparam": 4,
|
78818
|
-
"boolean": 3,
|
78819
|
-
"plain": 4,
|
78820
|
-
"#doctype": 4,
|
78821
|
-
"copy": 6,
|
78822
|
-
"fallback": 2,
|
78823
|
-
"standard": 2,
|
78824
|
-
"code": 2,
|
78825
|
-
"error_data": 12,
|
78826
|
-
"#error_lang": 12,
|
78827
|
-
"addlanguage": 4,
|
78828
|
-
"strings": 4,
|
78829
|
-
"@#errorcodes": 2,
|
78830
|
-
"#error_lang_custom": 2,
|
78831
|
-
"#custom_language": 10,
|
78832
|
-
"key": 2,
|
78833
|
-
"#custom_string": 4,
|
78834
|
-
"#errorcodes": 4,
|
78835
|
-
"#error_code": 10,
|
78836
|
-
"getstring": 2,
|
78837
|
-
"knop_timer": 2,
|
78838
|
-
"knop_unique": 2,
|
78839
|
-
"#varname": 6,
|
78840
|
-
"loop_abort": 2,
|
78841
|
-
"tag_name": 2,
|
78842
|
-
"#timer": 2,
|
78843
|
-
"#trace": 4,
|
78844
|
-
"merge": 2,
|
78845
|
-
"2010": 4,
|
78846
|
-
"23": 4,
|
78847
|
-
"Custom": 2,
|
78848
|
-
"interact": 2,
|
78849
|
-
"databases": 2,
|
78850
|
-
"Supports": 4,
|
78851
|
-
"both": 2,
|
78852
|
-
"MySQL": 2,
|
78853
|
-
"FileMaker": 2,
|
78854
|
-
"datasources": 2,
|
78855
|
-
"06": 2,
|
78856
|
-
"10": 2,
|
78857
|
-
"SP": 4,
|
78858
|
-
"Fix": 2,
|
78859
|
-
"decimal": 4,
|
78860
|
-
"precision": 2,
|
78861
|
-
"bug": 2,
|
78862
|
-
"6": 2,
|
78863
|
-
"0": 2,
|
78864
|
-
"1": 2,
|
78865
|
-
"renderfooter": 2,
|
78866
|
-
"15": 2,
|
78867
|
-
"Add": 2,
|
78868
|
-
"support": 8,
|
78869
|
-
"host": 3,
|
78870
|
-
"method": 3,
|
78871
|
-
"Thanks": 2,
|
78872
|
-
"Ric": 2,
|
78873
|
-
"Lewis": 2,
|
78874
|
-
"settable": 4,
|
78875
|
-
"removed": 2,
|
78876
|
-
"table": 10,
|
78877
|
-
"nextrecord": 12,
|
78878
|
-
"deprecation": 2,
|
78879
|
-
"warning": 2,
|
78880
|
-
"corrected": 4,
|
78881
|
-
"verification": 2,
|
78882
|
-
"index": 4,
|
78883
|
-
"check": 2,
|
78884
|
-
"before": 4,
|
78885
|
-
"calling": 2,
|
78886
|
-
"resultset_count": 6,
|
78887
|
-
"break": 2,
|
78888
|
-
"versions": 2,
|
78889
|
-
"fixed": 4,
|
78890
|
-
"incorrect": 2,
|
78891
|
-
"debug_trace": 2,
|
78892
|
-
"addrecord": 4,
|
78893
|
-
"how": 2,
|
78894
|
-
"keyvalue": 20,
|
78895
|
-
"returned": 6,
|
78896
|
-
"adding": 2,
|
78897
|
-
"records": 6,
|
78898
|
-
"inserting": 2,
|
78899
|
-
"generated": 2,
|
78900
|
-
"suppressed": 2,
|
78901
|
-
"specifying": 2,
|
78902
|
-
"saverecord": 10,
|
78903
|
-
"deleterecord": 4,
|
78904
|
-
"specified": 8,
|
78905
|
-
"case.": 2,
|
78906
|
-
"recorddata": 10,
|
78907
|
-
"no": 4,
|
78908
|
-
"longer": 2,
|
78909
|
-
"touch": 2,
|
78910
|
-
"current_record": 2,
|
78911
|
-
"zero": 2,
|
78912
|
-
"access": 2,
|
78913
|
-
"occurrence": 2,
|
78914
|
-
"same": 6,
|
78915
|
-
"returns": 4,
|
78916
|
-
"new": 12,
|
78917
|
-
"knop_databaserows": 2,
|
78918
|
-
"inlinename.": 4,
|
78919
|
-
"next.": 2,
|
78920
|
-
"remains": 2,
|
78921
|
-
"supported": 2,
|
78922
|
-
"backwards": 2,
|
78923
|
-
"compatibility.": 2,
|
78924
|
-
"resets": 2,
|
78925
|
-
"record": 22,
|
78926
|
-
"pointer": 8,
|
78927
|
-
"reaching": 2,
|
78928
|
-
"last": 4,
|
78929
|
-
"honors": 2,
|
78930
|
-
"incremented": 2,
|
78931
|
-
"recordindex": 4,
|
78932
|
-
"specific": 2,
|
78933
|
-
"found.": 2,
|
78934
|
-
"getrecord": 8,
|
78935
|
-
"REALLY": 2,
|
78936
|
-
"works": 4,
|
78937
|
-
"keyvalues": 4,
|
78938
|
-
"double": 2,
|
78939
|
-
"oops": 4,
|
78940
|
-
"I": 4,
|
78941
|
-
"thought": 2,
|
78942
|
-
"but": 2,
|
78943
|
-
"misplaced": 2,
|
78944
|
-
"paren...": 2,
|
78945
|
-
"corresponding": 4,
|
78946
|
-
"resultset": 2,
|
78947
|
-
"...": 3,
|
78948
|
-
"/resultset": 2,
|
78949
|
-
"through": 2,
|
78950
|
-
"handling": 8,
|
78951
|
-
"lock": 6,
|
78952
|
-
"user": 2,
|
78953
|
-
"better": 2,
|
78954
|
-
"knop_user": 4,
|
78955
|
-
"keeplock": 4,
|
78956
|
-
"updates": 2,
|
78957
|
-
"datatype": 2,
|
78958
|
-
"knop_databaserow": 2,
|
78959
|
-
"iterated.": 2,
|
78960
|
-
"When": 2,
|
78961
|
-
"iterating": 2,
|
78962
|
-
"row": 2,
|
78963
|
-
"values.": 2,
|
78964
|
-
"Addedd": 2,
|
78965
|
-
"increments": 2,
|
78966
|
-
"recordpointer": 2,
|
78967
|
-
"called": 2,
|
78968
|
-
"until": 2,
|
78969
|
-
"found": 10,
|
78970
|
-
"set": 8,
|
78971
|
-
"reached.": 2,
|
78972
|
-
"Returns": 2,
|
78973
|
-
"long": 2,
|
78974
|
-
"there": 4,
|
78975
|
-
"more": 2,
|
78976
|
-
"records.": 2,
|
78977
|
-
"Useful": 2,
|
78978
|
-
"loop": 2,
|
78979
|
-
"example": 4,
|
78980
|
-
"below": 2,
|
78981
|
-
"Implemented": 2,
|
78982
|
-
".": 4,
|
78983
|
-
"reset": 2,
|
78984
|
-
"query.": 2,
|
78985
|
-
"shortcut": 2,
|
78986
|
-
"Removed": 2,
|
78987
|
-
"onassign": 2,
|
78988
|
-
"since": 2,
|
78989
|
-
"causes": 2,
|
78990
|
-
"touble": 2,
|
78991
|
-
"Extended": 2,
|
78992
|
-
"field_names": 6,
|
78993
|
-
"names": 6,
|
78994
|
-
"db": 8,
|
78995
|
-
"objects": 2,
|
78996
|
-
"never": 2,
|
78997
|
-
"been": 2,
|
78998
|
-
"optionally": 2,
|
78999
|
-
"supports": 2,
|
79000
|
-
"sql.": 2,
|
79001
|
-
"Make": 2,
|
79002
|
-
"sure": 2,
|
79003
|
-
"SQL": 6,
|
79004
|
-
"statement": 2,
|
79005
|
-
"includes": 2,
|
79006
|
-
"relevant": 2,
|
79007
|
-
"keyfield": 4,
|
79008
|
-
"lockfield": 2,
|
79009
|
-
"locking": 4,
|
79010
|
-
"capturesearchvars": 4,
|
79011
|
-
"mysteriously": 2,
|
79012
|
-
"after": 2,
|
79013
|
-
"operations": 2,
|
79014
|
-
"caused": 2,
|
79015
|
-
"errors.": 2,
|
79016
|
-
"flag": 2,
|
79017
|
-
"save": 2,
|
79018
|
-
"locked": 4,
|
79019
|
-
"releasing": 2,
|
79020
|
-
"Adding": 2,
|
79021
|
-
"progress.": 2,
|
79022
|
-
"Done": 2,
|
79023
|
-
"oncreate": 10,
|
79024
|
-
"getrecord.": 2,
|
79025
|
-
"documentation": 2,
|
79026
|
-
"most": 4,
|
79027
|
-
"existing": 2,
|
79028
|
-
"it.": 2,
|
79029
|
-
"Faster": 2,
|
79030
|
-
"than": 2,
|
79031
|
-
"scratch.": 2,
|
79032
|
-
"shown_first": 4,
|
79033
|
-
"once": 2,
|
79034
|
-
"again": 2,
|
79035
|
-
"hoping": 2,
|
79036
|
-
"typo": 2,
|
79037
|
-
"timer": 2,
|
79038
|
-
"inheritance": 2,
|
79039
|
-
"JC": 2,
|
79040
|
-
"recordid_value": 2,
|
79041
|
-
"keyfield_value": 2,
|
79042
|
-
"recordid": 2,
|
79043
|
-
"clearing": 2,
|
79044
|
-
"beginning": 2,
|
79045
|
-
"maxrecords": 2,
|
79046
|
-
"skiprecords": 2,
|
79047
|
-
"selects": 2,
|
79048
|
-
"LIMIT": 4,
|
79049
|
-
"Improved": 6,
|
79050
|
-
"foundrows": 2,
|
79051
|
-
"finds": 2,
|
79052
|
-
"whitespace": 2,
|
79053
|
-
"around": 4,
|
79054
|
-
"keywords": 2,
|
79055
|
-
"just": 2,
|
79056
|
-
"spaces": 2,
|
79057
|
-
"select": 3,
|
79058
|
-
"populates": 2,
|
79059
|
-
"fields": 2,
|
79060
|
-
"record.": 4,
|
79061
|
-
"Previously": 2,
|
79062
|
-
"only": 2,
|
79063
|
-
"populated": 2,
|
79064
|
-
"authentication": 2,
|
79065
|
-
"validation": 2,
|
79066
|
-
"table_realname": 2,
|
79067
|
-
"sometimes": 2,
|
79068
|
-
"valid": 2,
|
79069
|
-
"mt_": 2,
|
79070
|
-
"knop_": 2,
|
79071
|
-
"messaged": 2,
|
79072
|
-
"real": 2,
|
79073
|
-
"additional": 2,
|
79074
|
-
"some": 2,
|
79075
|
-
"errors": 2,
|
79076
|
-
"like": 2,
|
79077
|
-
"parameters": 2,
|
79078
|
-
"pass": 2,
|
79079
|
-
"cause": 2,
|
79080
|
-
"problems": 2,
|
79081
|
-
"being": 2,
|
79082
|
-
"updated": 2,
|
79083
|
-
"Adjusted": 2,
|
79084
|
-
"affectedrecord_keyvalue": 2,
|
79085
|
-
"uselimit": 2,
|
79086
|
-
"querys": 2,
|
79087
|
-
"still": 2,
|
79088
|
-
"gets": 2,
|
79089
|
-
"proper": 2,
|
79090
|
-
"searchresult": 2,
|
79091
|
-
"separate": 2,
|
79092
|
-
"COUNT": 2,
|
79093
79301
|
"define": 23,
|
79094
79302
|
"trait_json_serialize": 2,
|
79095
79303
|
"trait": 1,
|
@@ -79097,19 +79305,33 @@
|
|
79097
79305
|
"asString": 3,
|
79098
79306
|
"json_serialize": 18,
|
79099
79307
|
"e": 13,
|
79308
|
+
"string": 37,
|
79100
79309
|
"#e": 13,
|
79101
79310
|
"Replace": 19,
|
79102
79311
|
"json_literal": 2,
|
79103
79312
|
"asstring": 4,
|
79313
|
+
"integer": 14,
|
79314
|
+
"decimal": 3,
|
79315
|
+
"boolean": 2,
|
79316
|
+
"date": 11,
|
79104
79317
|
"trait_forEach": 1,
|
79318
|
+
"output": 14,
|
79105
79319
|
"delimit": 4,
|
79106
79320
|
"foreach": 1,
|
79107
79321
|
"#1": 3,
|
79322
|
+
"return": 42,
|
79323
|
+
"with": 9,
|
79108
79324
|
"pr": 1,
|
79325
|
+
"in": 19,
|
79109
79326
|
"eachPair": 1,
|
79327
|
+
"select": 2,
|
79110
79328
|
"#pr": 2,
|
79329
|
+
"first": 7,
|
79330
|
+
"second": 6,
|
79331
|
+
"join": 3,
|
79111
79332
|
"json_object": 2,
|
79112
79333
|
"foreachpair": 1,
|
79334
|
+
"any": 8,
|
79113
79335
|
"serialize": 1,
|
79114
79336
|
"json_consume_string": 5,
|
79115
79337
|
"ibytes": 5,
|
@@ -79118,9 +79340,12 @@
|
|
79118
79340
|
"Escape": 1,
|
79119
79341
|
"unescape": 1,
|
79120
79342
|
"//Replace": 1,
|
79343
|
+
"if": 41,
|
79121
79344
|
"serialization_reader": 1,
|
79122
79345
|
"xml": 1,
|
79123
79346
|
"read": 1,
|
79347
|
+
"else": 17,
|
79348
|
+
"or": 4,
|
79124
79349
|
"regexp": 1,
|
79125
79350
|
"d": 2,
|
79126
79351
|
"T": 1,
|
@@ -79129,11 +79354,16 @@
|
|
79129
79354
|
"yyyyMMdd": 2,
|
79130
79355
|
"HHmmssZ": 1,
|
79131
79356
|
"HHmmss": 1,
|
79357
|
+
"/if": 30,
|
79132
79358
|
"json_consume_token": 3,
|
79133
79359
|
"marker": 4,
|
79134
79360
|
"Is": 1,
|
79361
|
+
"also": 3,
|
79135
79362
|
"end": 2,
|
79363
|
+
"of": 21,
|
79136
79364
|
"token": 1,
|
79365
|
+
"true": 6,
|
79366
|
+
"false": 6,
|
79137
79367
|
"string_IsNumeric": 1,
|
79138
79368
|
"json_consume_array": 4,
|
79139
79369
|
"json_consume_object": 4,
|
@@ -79144,11 +79374,630 @@
|
|
79144
79374
|
"provided": 1,
|
79145
79375
|
"s": 1,
|
79146
79376
|
"#s": 1,
|
79377
|
+
"type": 32,
|
79378
|
+
"parent": 5,
|
79147
79379
|
"public": 1,
|
79148
79380
|
"onCreate": 1,
|
79381
|
+
"...": 2,
|
79149
79382
|
"..onCreate": 1,
|
79150
79383
|
"#rest": 1,
|
79151
|
-
"json_rpccall": 1
|
79384
|
+
"json_rpccall": 1,
|
79385
|
+
"method": 2,
|
79386
|
+
"params": 4,
|
79387
|
+
"id": 2,
|
79388
|
+
"host": 2,
|
79389
|
+
"2009": 7,
|
79390
|
+
"09": 5,
|
79391
|
+
"04": 4,
|
79392
|
+
"JS": 82,
|
79393
|
+
"Added": 26,
|
79394
|
+
"content_body": 7,
|
79395
|
+
"tag": 7,
|
79396
|
+
"for": 31,
|
79397
|
+
"compatibility": 2,
|
79398
|
+
"pre": 2,
|
79399
|
+
"8": 3,
|
79400
|
+
"5": 2,
|
79401
|
+
"05": 2,
|
79402
|
+
"07": 3,
|
79403
|
+
"timestamp": 2,
|
79404
|
+
"to": 51,
|
79405
|
+
"knop_cachestore": 2,
|
79406
|
+
"maxage": 1,
|
79407
|
+
"parameter": 5,
|
79408
|
+
"knop_cachefetch": 2,
|
79409
|
+
"Corrected": 6,
|
79410
|
+
"construction": 1,
|
79411
|
+
"cache_name": 1,
|
79412
|
+
"internally": 1,
|
79413
|
+
"the": 36,
|
79414
|
+
"knop_cache": 1,
|
79415
|
+
"tags": 8,
|
79416
|
+
"so": 9,
|
79417
|
+
"it": 10,
|
79418
|
+
"will": 6,
|
79419
|
+
"work": 3,
|
79420
|
+
"correctly": 1,
|
79421
|
+
"at": 2,
|
79422
|
+
"site": 2,
|
79423
|
+
"root": 1,
|
79424
|
+
"2008": 3,
|
79425
|
+
"11": 4,
|
79426
|
+
"dummy": 1,
|
79427
|
+
"knop_debug": 2,
|
79428
|
+
"ctype": 1,
|
79429
|
+
"be": 17,
|
79430
|
+
"able": 7,
|
79431
|
+
"transparently": 1,
|
79432
|
+
"without": 2,
|
79433
|
+
"L": 1,
|
79434
|
+
"Debug": 1,
|
79435
|
+
"24": 1,
|
79436
|
+
"knop_stripbackticks": 1,
|
79437
|
+
"01": 2,
|
79438
|
+
"28": 1,
|
79439
|
+
"Cache": 1,
|
79440
|
+
"name": 18,
|
79441
|
+
"is": 16,
|
79442
|
+
"now": 12,
|
79443
|
+
"used": 5,
|
79444
|
+
"when": 8,
|
79445
|
+
"using": 3,
|
79446
|
+
"session": 2,
|
79447
|
+
"storage": 2,
|
79448
|
+
"12": 4,
|
79449
|
+
"knop_cachedelete": 1,
|
79450
|
+
"Created": 2,
|
79451
|
+
"03": 1,
|
79452
|
+
"knop_foundrows": 1,
|
79453
|
+
"condition": 1,
|
79454
|
+
"returning": 1,
|
79455
|
+
"normal": 1,
|
79456
|
+
"found_count": 3,
|
79457
|
+
"For": 1,
|
79458
|
+
"Lasso": 7,
|
79459
|
+
"lasso_tagexists": 2,
|
79460
|
+
"define_tag": 25,
|
79461
|
+
"namespace=": 6,
|
79462
|
+
"__html_reply__": 2,
|
79463
|
+
"define_type": 7,
|
79464
|
+
"debug": 1,
|
79465
|
+
"_unknowntag": 3,
|
79466
|
+
"onconvert": 1,
|
79467
|
+
"stripbackticks": 1,
|
79468
|
+
"description=": 1,
|
79469
|
+
"priority=": 1,
|
79470
|
+
"required=": 1,
|
79471
|
+
"input": 1,
|
79472
|
+
"split": 1,
|
79473
|
+
"/define_tag": 19,
|
79474
|
+
"description": 19,
|
79475
|
+
"namespace": 9,
|
79476
|
+
"priority": 4,
|
79477
|
+
"#charlist": 3,
|
79478
|
+
"#seed": 18,
|
79479
|
+
"get": 6,
|
79480
|
+
"%": 3,
|
79481
|
+
"#base": 4,
|
79482
|
+
"/": 3,
|
79483
|
+
"millisecond": 1,
|
79484
|
+
"math_random": 1,
|
79485
|
+
"lower": 1,
|
79486
|
+
"upper": 1,
|
79487
|
+
"__lassoservice_ip__": 1,
|
79488
|
+
"response_localpath": 4,
|
79489
|
+
"removetrailing": 5,
|
79490
|
+
"response_filepath": 4,
|
79491
|
+
"//tagswap.net/found_rows": 1,
|
79492
|
+
"action_statement": 1,
|
79493
|
+
"string_findregexp": 4,
|
79494
|
+
"#sql": 21,
|
79495
|
+
"ignorecase": 6,
|
79496
|
+
"string_replaceregexp": 4,
|
79497
|
+
"replace": 7,
|
79498
|
+
"ReplaceOnlyOne": 1,
|
79499
|
+
"substring": 3,
|
79500
|
+
"query": 2,
|
79501
|
+
"contains": 1,
|
79502
|
+
"GROUP": 1,
|
79503
|
+
"BY": 1,
|
79504
|
+
"use": 5,
|
79505
|
+
"SQL_CALC_FOUND_ROWS": 1,
|
79506
|
+
"which": 1,
|
79507
|
+
"can": 7,
|
79508
|
+
"much": 1,
|
79509
|
+
"slower": 1,
|
79510
|
+
"see": 8,
|
79511
|
+
"//bugs.mysql.com/bug.php": 1,
|
79512
|
+
"removeleading": 1,
|
79513
|
+
"inline": 3,
|
79514
|
+
"sql": 1,
|
79515
|
+
"field": 12,
|
79516
|
+
"exit": 1,
|
79517
|
+
"here": 1,
|
79518
|
+
"normally": 1,
|
79519
|
+
"/inline": 1,
|
79520
|
+
"optional": 17,
|
79521
|
+
"local_defined": 15,
|
79522
|
+
"knop_seed": 1,
|
79523
|
+
"#RandChars": 2,
|
79524
|
+
"Math_Random": 1,
|
79525
|
+
"Min": 1,
|
79526
|
+
"Max": 1,
|
79527
|
+
"#numericValue": 2,
|
79528
|
+
"length": 4,
|
79529
|
+
"#cryptvalue": 5,
|
79530
|
+
"#anyChar": 1,
|
79531
|
+
"Encrypt_Blowfish": 1,
|
79532
|
+
"seed": 1,
|
79533
|
+
"decrypt_blowfish": 1,
|
79534
|
+
"String_Remove": 1,
|
79535
|
+
"StartPosition": 1,
|
79536
|
+
"EndPosition": 1,
|
79537
|
+
"Seed": 1,
|
79538
|
+
"String_IsAlphaNumeric": 1,
|
79539
|
+
"self": 38,
|
79540
|
+
"_date_msec": 2,
|
79541
|
+
"/define_type": 2,
|
79542
|
+
"seconds": 2,
|
79543
|
+
"default": 3,
|
79544
|
+
"iterate": 9,
|
79545
|
+
"vars": 3,
|
79546
|
+
"keys": 3,
|
79547
|
+
"var": 19,
|
79548
|
+
"#item": 5,
|
79549
|
+
"#type": 13,
|
79550
|
+
"#data": 7,
|
79551
|
+
"/iterate": 9,
|
79552
|
+
"//fail_if": 3,
|
79553
|
+
"session_id": 3,
|
79554
|
+
"#session": 5,
|
79555
|
+
"session_addvar": 2,
|
79556
|
+
"#cache_name": 36,
|
79557
|
+
"duration": 2,
|
79558
|
+
"#expires": 2,
|
79559
|
+
"server_name": 3,
|
79560
|
+
"global": 20,
|
79561
|
+
"Thread_RWLock": 3,
|
79562
|
+
"@": 4,
|
79563
|
+
"#lock": 6,
|
79564
|
+
"writelock": 2,
|
79565
|
+
"writeunlock": 2,
|
79566
|
+
"<": 2,
|
79567
|
+
"#maxage": 2,
|
79568
|
+
"readlock": 1,
|
79569
|
+
"readunlock": 1,
|
79570
|
+
"value": 10,
|
79571
|
+
"ignored": 1,
|
79572
|
+
"remove": 2,
|
79573
|
+
"knoptype": 1,
|
79574
|
+
"All": 2,
|
79575
|
+
"Knop": 3,
|
79576
|
+
"custom": 3,
|
79577
|
+
"types": 5,
|
79578
|
+
"should": 1,
|
79579
|
+
"have": 4,
|
79580
|
+
"this": 3,
|
79581
|
+
"as": 13,
|
79582
|
+
"This": 2,
|
79583
|
+
"identify": 1,
|
79584
|
+
"all": 3,
|
79585
|
+
"registered": 1,
|
79586
|
+
"knop": 3,
|
79587
|
+
"isknoptype": 1,
|
79588
|
+
"base": 1,
|
79589
|
+
"knop_knoptype": 1,
|
79590
|
+
"prototype": 2,
|
79591
|
+
"version": 2,
|
79592
|
+
"14": 2,
|
79593
|
+
"Base": 1,
|
79594
|
+
"data": 5,
|
79595
|
+
"framework": 1,
|
79596
|
+
"common": 2,
|
79597
|
+
"member": 7,
|
79598
|
+
"Used": 1,
|
79599
|
+
"boilerplate": 1,
|
79600
|
+
"creating": 2,
|
79601
|
+
"other": 2,
|
79602
|
+
"instance": 3,
|
79603
|
+
"variables": 1,
|
79604
|
+
"are": 2,
|
79605
|
+
"available": 1,
|
79606
|
+
"well": 1,
|
79607
|
+
"CHANGE": 2,
|
79608
|
+
"NOTES": 2,
|
79609
|
+
"Syntax": 2,
|
79610
|
+
"adjustments": 2,
|
79611
|
+
"9": 1,
|
79612
|
+
"Changed": 6,
|
79613
|
+
"error_msg": 8,
|
79614
|
+
"error": 10,
|
79615
|
+
"numbers": 1,
|
79616
|
+
"added": 8,
|
79617
|
+
"even": 2,
|
79618
|
+
"language": 4,
|
79619
|
+
"already": 1,
|
79620
|
+
"exists.": 1,
|
79621
|
+
"improved": 2,
|
79622
|
+
"reporting": 2,
|
79623
|
+
"messages": 3,
|
79624
|
+
"such": 1,
|
79625
|
+
"from": 6,
|
79626
|
+
"bad": 1,
|
79627
|
+
"database": 6,
|
79628
|
+
"queries": 1,
|
79629
|
+
"error_lang": 1,
|
79630
|
+
"provide": 1,
|
79631
|
+
"a": 17,
|
79632
|
+
"reference": 3,
|
79633
|
+
"knop_lang": 4,
|
79634
|
+
"object": 4,
|
79635
|
+
"add": 2,
|
79636
|
+
"localized": 1,
|
79637
|
+
"except": 1,
|
79638
|
+
"knop_base": 5,
|
79639
|
+
"html": 1,
|
79640
|
+
"xhtml": 11,
|
79641
|
+
"help": 5,
|
79642
|
+
"nicely": 1,
|
79643
|
+
"formatted": 1,
|
79644
|
+
"output.": 1,
|
79645
|
+
"Centralized": 1,
|
79646
|
+
"error_code": 5,
|
79647
|
+
"knop_base.": 1,
|
79648
|
+
"Moved": 3,
|
79649
|
+
"codes": 2,
|
79650
|
+
"improve": 1,
|
79651
|
+
"documentation.": 1,
|
79652
|
+
"It": 1,
|
79653
|
+
"always": 1,
|
79654
|
+
"an": 4,
|
79655
|
+
"up": 1,
|
79656
|
+
"list": 1,
|
79657
|
+
"parameter.": 1,
|
79658
|
+
"trace": 2,
|
79659
|
+
"tagtime": 1,
|
79660
|
+
"was": 4,
|
79661
|
+
"nav": 1,
|
79662
|
+
"earlier": 1,
|
79663
|
+
"varname": 2,
|
79664
|
+
"retreive": 1,
|
79665
|
+
"page": 5,
|
79666
|
+
"variable": 3,
|
79667
|
+
"that": 10,
|
79668
|
+
"stored": 1,
|
79669
|
+
"in.": 1,
|
79670
|
+
"automatically": 1,
|
79671
|
+
"sense": 1,
|
79672
|
+
"doctype": 1,
|
79673
|
+
"exists": 1,
|
79674
|
+
"current": 5,
|
79675
|
+
"buffer.": 1,
|
79676
|
+
"The": 2,
|
79677
|
+
"result": 1,
|
79678
|
+
"cached": 1,
|
79679
|
+
"performance.": 1,
|
79680
|
+
"internal": 1,
|
79681
|
+
"html.": 1,
|
79682
|
+
"Introduced": 1,
|
79683
|
+
"_knop_data": 5,
|
79684
|
+
"general": 1,
|
79685
|
+
"level": 1,
|
79686
|
+
"caching": 1,
|
79687
|
+
"between": 1,
|
79688
|
+
"different": 1,
|
79689
|
+
"objects.": 1,
|
79690
|
+
"TODO": 1,
|
79691
|
+
"option": 1,
|
79692
|
+
"Google": 1,
|
79693
|
+
"Code": 1,
|
79694
|
+
"Wiki": 1,
|
79695
|
+
"not": 6,
|
79696
|
+
"working": 1,
|
79697
|
+
"properly": 2,
|
79698
|
+
"run": 1,
|
79699
|
+
"by": 4,
|
79700
|
+
"atbegin": 1,
|
79701
|
+
"handler": 1,
|
79702
|
+
"explicitly": 1,
|
79703
|
+
"writing": 1,
|
79704
|
+
"*/": 1,
|
79705
|
+
"time": 2,
|
79706
|
+
"entire": 1,
|
79707
|
+
"ms": 1,
|
79708
|
+
"must": 1,
|
79709
|
+
"defined": 1,
|
79710
|
+
"each": 4,
|
79711
|
+
"instead": 4,
|
79712
|
+
"avoid": 1,
|
79713
|
+
"recursion": 1,
|
79714
|
+
"properties": 3,
|
79715
|
+
"#endslash": 5,
|
79716
|
+
"#tags": 4,
|
79717
|
+
"#t": 5,
|
79718
|
+
"doesn": 1,
|
79719
|
+
"sort": 1,
|
79720
|
+
"#parameters": 6,
|
79721
|
+
"#description": 6,
|
79722
|
+
"paraminfo": 1,
|
79723
|
+
"#p": 6,
|
79724
|
+
"paramname": 2,
|
79725
|
+
"isrequired": 1,
|
79726
|
+
"paramtype": 3,
|
79727
|
+
"#html": 1,
|
79728
|
+
"#xhtml": 1,
|
79729
|
+
"encode_html": 1,
|
79730
|
+
"#eol": 5,
|
79731
|
+
"#xhtmlparam": 2,
|
79732
|
+
"plain": 2,
|
79733
|
+
"#doctype": 2,
|
79734
|
+
"copy": 3,
|
79735
|
+
"fallback": 1,
|
79736
|
+
"standard": 1,
|
79737
|
+
"code": 1,
|
79738
|
+
"error_data": 6,
|
79739
|
+
"#error_lang": 6,
|
79740
|
+
"addlanguage": 2,
|
79741
|
+
"strings": 2,
|
79742
|
+
"@#errorcodes": 1,
|
79743
|
+
"#error_lang_custom": 1,
|
79744
|
+
"#custom_language": 5,
|
79745
|
+
"key": 1,
|
79746
|
+
"#custom_string": 2,
|
79747
|
+
"#errorcodes": 2,
|
79748
|
+
"#error_code": 5,
|
79749
|
+
"getstring": 1,
|
79750
|
+
"knop_timer": 1,
|
79751
|
+
"knop_unique": 1,
|
79752
|
+
"#varname": 3,
|
79753
|
+
"loop_abort": 1,
|
79754
|
+
"tag_name": 1,
|
79755
|
+
"#timer": 1,
|
79756
|
+
"#trace": 2,
|
79757
|
+
"merge": 1,
|
79758
|
+
"2010": 2,
|
79759
|
+
"23": 2,
|
79760
|
+
"Custom": 1,
|
79761
|
+
"interact": 1,
|
79762
|
+
"databases": 1,
|
79763
|
+
"Supports": 2,
|
79764
|
+
"both": 1,
|
79765
|
+
"MySQL": 1,
|
79766
|
+
"FileMaker": 1,
|
79767
|
+
"datasources": 1,
|
79768
|
+
"06": 1,
|
79769
|
+
"10": 1,
|
79770
|
+
"SP": 2,
|
79771
|
+
"Fix": 1,
|
79772
|
+
"precision": 1,
|
79773
|
+
"bug": 1,
|
79774
|
+
"6": 1,
|
79775
|
+
"0": 1,
|
79776
|
+
"1": 1,
|
79777
|
+
"renderfooter": 1,
|
79778
|
+
"15": 1,
|
79779
|
+
"Add": 1,
|
79780
|
+
"support": 4,
|
79781
|
+
"Thanks": 1,
|
79782
|
+
"Ric": 1,
|
79783
|
+
"Lewis": 1,
|
79784
|
+
"settable": 2,
|
79785
|
+
"removed": 1,
|
79786
|
+
"table": 5,
|
79787
|
+
"nextrecord": 6,
|
79788
|
+
"deprecation": 1,
|
79789
|
+
"warning": 1,
|
79790
|
+
"corrected": 2,
|
79791
|
+
"verification": 1,
|
79792
|
+
"index": 2,
|
79793
|
+
"check": 1,
|
79794
|
+
"before": 2,
|
79795
|
+
"calling": 1,
|
79796
|
+
"resultset_count": 3,
|
79797
|
+
"break": 1,
|
79798
|
+
"versions": 1,
|
79799
|
+
"fixed": 2,
|
79800
|
+
"incorrect": 1,
|
79801
|
+
"debug_trace": 1,
|
79802
|
+
"addrecord": 2,
|
79803
|
+
"how": 1,
|
79804
|
+
"keyvalue": 10,
|
79805
|
+
"returned": 3,
|
79806
|
+
"adding": 1,
|
79807
|
+
"records": 3,
|
79808
|
+
"inserting": 1,
|
79809
|
+
"generated": 1,
|
79810
|
+
"suppressed": 1,
|
79811
|
+
"specifying": 1,
|
79812
|
+
"saverecord": 5,
|
79813
|
+
"deleterecord": 2,
|
79814
|
+
"specified": 4,
|
79815
|
+
"case.": 1,
|
79816
|
+
"recorddata": 5,
|
79817
|
+
"no": 2,
|
79818
|
+
"longer": 1,
|
79819
|
+
"touch": 1,
|
79820
|
+
"current_record": 1,
|
79821
|
+
"zero": 1,
|
79822
|
+
"access": 1,
|
79823
|
+
"occurrence": 1,
|
79824
|
+
"same": 3,
|
79825
|
+
"returns": 2,
|
79826
|
+
"new": 6,
|
79827
|
+
"knop_databaserows": 1,
|
79828
|
+
"inlinename.": 2,
|
79829
|
+
"next.": 1,
|
79830
|
+
"remains": 1,
|
79831
|
+
"supported": 1,
|
79832
|
+
"backwards": 1,
|
79833
|
+
"compatibility.": 1,
|
79834
|
+
"resets": 1,
|
79835
|
+
"record": 11,
|
79836
|
+
"pointer": 4,
|
79837
|
+
"reaching": 1,
|
79838
|
+
"last": 2,
|
79839
|
+
"honors": 1,
|
79840
|
+
"incremented": 1,
|
79841
|
+
"recordindex": 2,
|
79842
|
+
"specific": 1,
|
79843
|
+
"found.": 1,
|
79844
|
+
"getrecord": 4,
|
79845
|
+
"REALLY": 1,
|
79846
|
+
"works": 2,
|
79847
|
+
"keyvalues": 2,
|
79848
|
+
"double": 1,
|
79849
|
+
"oops": 2,
|
79850
|
+
"I": 2,
|
79851
|
+
"thought": 1,
|
79852
|
+
"but": 1,
|
79853
|
+
"misplaced": 1,
|
79854
|
+
"paren...": 1,
|
79855
|
+
"corresponding": 2,
|
79856
|
+
"resultset": 1,
|
79857
|
+
"/resultset": 1,
|
79858
|
+
"through": 1,
|
79859
|
+
"handling": 4,
|
79860
|
+
"lock": 3,
|
79861
|
+
"user": 1,
|
79862
|
+
"better": 1,
|
79863
|
+
"knop_user": 2,
|
79864
|
+
"keeplock": 2,
|
79865
|
+
"updates": 1,
|
79866
|
+
"datatype": 1,
|
79867
|
+
"knop_databaserow": 1,
|
79868
|
+
"iterated.": 1,
|
79869
|
+
"When": 1,
|
79870
|
+
"iterating": 1,
|
79871
|
+
"row": 1,
|
79872
|
+
"values.": 1,
|
79873
|
+
"Addedd": 1,
|
79874
|
+
"increments": 1,
|
79875
|
+
"recordpointer": 1,
|
79876
|
+
"called": 1,
|
79877
|
+
"until": 1,
|
79878
|
+
"found": 5,
|
79879
|
+
"set": 4,
|
79880
|
+
"reached.": 1,
|
79881
|
+
"Returns": 1,
|
79882
|
+
"long": 1,
|
79883
|
+
"there": 2,
|
79884
|
+
"more": 1,
|
79885
|
+
"records.": 1,
|
79886
|
+
"Useful": 1,
|
79887
|
+
"loop": 1,
|
79888
|
+
"example": 2,
|
79889
|
+
"below": 1,
|
79890
|
+
"Implemented": 1,
|
79891
|
+
".": 2,
|
79892
|
+
"reset": 1,
|
79893
|
+
"query.": 1,
|
79894
|
+
"shortcut": 1,
|
79895
|
+
"Removed": 1,
|
79896
|
+
"onassign": 1,
|
79897
|
+
"since": 1,
|
79898
|
+
"causes": 1,
|
79899
|
+
"touble": 1,
|
79900
|
+
"Extended": 1,
|
79901
|
+
"field_names": 3,
|
79902
|
+
"names": 3,
|
79903
|
+
"db": 4,
|
79904
|
+
"objects": 1,
|
79905
|
+
"never": 1,
|
79906
|
+
"been": 1,
|
79907
|
+
"optionally": 1,
|
79908
|
+
"supports": 1,
|
79909
|
+
"sql.": 1,
|
79910
|
+
"Make": 1,
|
79911
|
+
"sure": 1,
|
79912
|
+
"SQL": 3,
|
79913
|
+
"statement": 1,
|
79914
|
+
"includes": 1,
|
79915
|
+
"relevant": 1,
|
79916
|
+
"keyfield": 2,
|
79917
|
+
"lockfield": 1,
|
79918
|
+
"locking": 2,
|
79919
|
+
"capturesearchvars": 2,
|
79920
|
+
"mysteriously": 1,
|
79921
|
+
"after": 1,
|
79922
|
+
"operations": 1,
|
79923
|
+
"caused": 1,
|
79924
|
+
"errors.": 1,
|
79925
|
+
"flag": 1,
|
79926
|
+
"save": 1,
|
79927
|
+
"locked": 2,
|
79928
|
+
"releasing": 1,
|
79929
|
+
"Adding": 1,
|
79930
|
+
"progress.": 1,
|
79931
|
+
"Done": 1,
|
79932
|
+
"oncreate": 5,
|
79933
|
+
"getrecord.": 1,
|
79934
|
+
"documentation": 1,
|
79935
|
+
"most": 2,
|
79936
|
+
"existing": 1,
|
79937
|
+
"it.": 1,
|
79938
|
+
"Faster": 1,
|
79939
|
+
"than": 1,
|
79940
|
+
"scratch.": 1,
|
79941
|
+
"shown_first": 2,
|
79942
|
+
"once": 1,
|
79943
|
+
"again": 1,
|
79944
|
+
"hoping": 1,
|
79945
|
+
"typo": 1,
|
79946
|
+
"timer": 1,
|
79947
|
+
"inheritance": 1,
|
79948
|
+
"JC": 1,
|
79949
|
+
"recordid_value": 1,
|
79950
|
+
"keyfield_value": 1,
|
79951
|
+
"recordid": 1,
|
79952
|
+
"clearing": 1,
|
79953
|
+
"beginning": 1,
|
79954
|
+
"maxrecords": 1,
|
79955
|
+
"skiprecords": 1,
|
79956
|
+
"selects": 1,
|
79957
|
+
"LIMIT": 2,
|
79958
|
+
"Improved": 3,
|
79959
|
+
"foundrows": 1,
|
79960
|
+
"finds": 1,
|
79961
|
+
"whitespace": 1,
|
79962
|
+
"around": 2,
|
79963
|
+
"keywords": 1,
|
79964
|
+
"just": 1,
|
79965
|
+
"spaces": 1,
|
79966
|
+
"populates": 1,
|
79967
|
+
"fields": 1,
|
79968
|
+
"record.": 2,
|
79969
|
+
"Previously": 1,
|
79970
|
+
"only": 1,
|
79971
|
+
"populated": 1,
|
79972
|
+
"authentication": 1,
|
79973
|
+
"validation": 1,
|
79974
|
+
"table_realname": 1,
|
79975
|
+
"sometimes": 1,
|
79976
|
+
"valid": 1,
|
79977
|
+
"mt_": 1,
|
79978
|
+
"knop_": 1,
|
79979
|
+
"messaged": 1,
|
79980
|
+
"real": 1,
|
79981
|
+
"additional": 1,
|
79982
|
+
"some": 1,
|
79983
|
+
"errors": 1,
|
79984
|
+
"like": 1,
|
79985
|
+
"parameters": 1,
|
79986
|
+
"pass": 1,
|
79987
|
+
"cause": 1,
|
79988
|
+
"problems": 1,
|
79989
|
+
"being": 1,
|
79990
|
+
"updated": 1,
|
79991
|
+
"Adjusted": 1,
|
79992
|
+
"affectedrecord_keyvalue": 1,
|
79993
|
+
"uselimit": 1,
|
79994
|
+
"querys": 1,
|
79995
|
+
"still": 1,
|
79996
|
+
"gets": 1,
|
79997
|
+
"proper": 1,
|
79998
|
+
"searchresult": 1,
|
79999
|
+
"separate": 1,
|
80000
|
+
"COUNT": 1
|
79152
80001
|
},
|
79153
80002
|
"Latte": {
|
79154
80003
|
"{": 141,
|
@@ -85959,6 +86808,305 @@
|
|
85959
86808
|
"Dot": 1,
|
85960
86809
|
"Cross": 1
|
85961
86810
|
},
|
86811
|
+
"MLIR": {
|
86812
|
+
"func": 54,
|
86813
|
+
"@add_float": 1,
|
86814
|
+
"(": 385,
|
86815
|
+
")": 384,
|
86816
|
+
"-": 196,
|
86817
|
+
"tensor": 465,
|
86818
|
+
"<f32>": 65,
|
86819
|
+
"<4xf32>": 74,
|
86820
|
+
"{": 152,
|
86821
|
+
"%": 788,
|
86822
|
+
"constant": 99,
|
86823
|
+
"dense": 88,
|
86824
|
+
"<4.5>": 3,
|
86825
|
+
"<1.5>": 4,
|
86826
|
+
"<": 113,
|
86827
|
+
"<-0.5>": 3,
|
86828
|
+
"fused_activation_function": 39,
|
86829
|
+
"}": 152,
|
86830
|
+
"f32": 62,
|
86831
|
+
"return": 55,
|
86832
|
+
"@add_int": 1,
|
86833
|
+
"<i32>": 44,
|
86834
|
+
"<4xi32>": 66,
|
86835
|
+
"<8>": 3,
|
86836
|
+
"<1>": 7,
|
86837
|
+
"<-2>": 3,
|
86838
|
+
"i32": 121,
|
86839
|
+
"@sub_float": 1,
|
86840
|
+
"@sub_int": 1,
|
86841
|
+
"@mul_float": 1,
|
86842
|
+
"@elementwise_unary_ops": 1,
|
86843
|
+
"<-1.0>": 2,
|
86844
|
+
"<1.0>": 4,
|
86845
|
+
"<4.0>": 3,
|
86846
|
+
"<2.0>": 2,
|
86847
|
+
"@mul_int": 1,
|
86848
|
+
"@add_dense_splat_int": 1,
|
86849
|
+
"[": 87,
|
86850
|
+
"]": 87,
|
86851
|
+
"@add_splat_dense_int": 1,
|
86852
|
+
"@add_dense_dense_int_same_shape": 1,
|
86853
|
+
"<2x2xi32>": 21,
|
86854
|
+
"<2x2x2xi32>": 9,
|
86855
|
+
"cst_0": 10,
|
86856
|
+
"<2xi32>": 9,
|
86857
|
+
"cst_1": 18,
|
86858
|
+
"cst_2": 14,
|
86859
|
+
"2xi32": 2,
|
86860
|
+
"2x2xi32": 3,
|
86861
|
+
"@add_dense_dense_int_mixing_1_n": 1,
|
86862
|
+
"<1x2xi32>": 5,
|
86863
|
+
"<2x1xi32>": 6,
|
86864
|
+
"@add_dense_splat_float": 1,
|
86865
|
+
"@add_splat_dense_float": 1,
|
86866
|
+
"<2x2xf32>": 6,
|
86867
|
+
"<2x2x2xf32>": 9,
|
86868
|
+
"<2xf32>": 1,
|
86869
|
+
"2xf32": 2,
|
86870
|
+
"2x2xf32": 3,
|
86871
|
+
"<1x2xf32>": 2,
|
86872
|
+
"<2x1xf32>": 2,
|
86873
|
+
"@rank": 1,
|
86874
|
+
"<1xi32>": 10,
|
86875
|
+
"cst": 33,
|
86876
|
+
"@rank_input_known_rank": 1,
|
86877
|
+
"arg0": 30,
|
86878
|
+
"@reshape": 1,
|
86879
|
+
"@pseudo_const": 1,
|
86880
|
+
"value": 8,
|
86881
|
+
"@range_int": 1,
|
86882
|
+
"<?xi32>": 6,
|
86883
|
+
"<0>": 6,
|
86884
|
+
"<4>": 13,
|
86885
|
+
"@range_float": 1,
|
86886
|
+
"<?xf32>": 12,
|
86887
|
+
"<0.0>": 2,
|
86888
|
+
"@range_float_neg_delta": 1,
|
86889
|
+
"<-4.0>": 1,
|
86890
|
+
"@range_float_nonzero_base": 1,
|
86891
|
+
"<7.0>": 1,
|
86892
|
+
"@transpose_no_fold": 1,
|
86893
|
+
"@transpose_1d": 1,
|
86894
|
+
"<3xi32>": 9,
|
86895
|
+
"cst_perm": 10,
|
86896
|
+
"@transpose_dynamic": 1,
|
86897
|
+
"@transpose_2d": 1,
|
86898
|
+
"@transpose_2d_identity": 1,
|
86899
|
+
"@transpose_3d": 1,
|
86900
|
+
"<4x2x3xi32>": 3,
|
86901
|
+
"<2x3x4xi32>": 2,
|
86902
|
+
"@func_with_ops": 4,
|
86903
|
+
"bb0": 5,
|
86904
|
+
"a": 19,
|
86905
|
+
"t": 15,
|
86906
|
+
"<4x4x?xf32>": 14,
|
86907
|
+
"t2": 3,
|
86908
|
+
"index": 42,
|
86909
|
+
"x": 51,
|
86910
|
+
"@standard_instrs": 1,
|
86911
|
+
"i64": 25,
|
86912
|
+
"bb42": 1,
|
86913
|
+
"f": 15,
|
86914
|
+
"i": 39,
|
86915
|
+
"idx": 19,
|
86916
|
+
"j": 4,
|
86917
|
+
"a2": 1,
|
86918
|
+
"dim": 2,
|
86919
|
+
"f2": 5,
|
86920
|
+
"f3": 3,
|
86921
|
+
"addf": 1,
|
86922
|
+
"i2": 7,
|
86923
|
+
"i3": 3,
|
86924
|
+
"addi": 4,
|
86925
|
+
"idx1": 2,
|
86926
|
+
"idx2": 1,
|
86927
|
+
"f4": 5,
|
86928
|
+
"f5": 1,
|
86929
|
+
"subf": 1,
|
86930
|
+
"i4": 5,
|
86931
|
+
"i5": 1,
|
86932
|
+
"subi": 1,
|
86933
|
+
"f6": 1,
|
86934
|
+
"mulf": 1,
|
86935
|
+
"i6": 2,
|
86936
|
+
"muli": 2,
|
86937
|
+
"crazy": 1,
|
86938
|
+
"bf16": 1,
|
86939
|
+
"@affine_apply": 4,
|
86940
|
+
"vector": 28,
|
86941
|
+
"tci32": 21,
|
86942
|
+
"<42>": 26,
|
86943
|
+
"vci32": 19,
|
86944
|
+
"cmpi": 5,
|
86945
|
+
"predicate": 4,
|
86946
|
+
"i1": 8,
|
86947
|
+
"select": 3,
|
86948
|
+
"divis": 4,
|
86949
|
+
"diviu": 4,
|
86950
|
+
"remis": 4,
|
86951
|
+
"remiu": 4,
|
86952
|
+
"divf": 2,
|
86953
|
+
"remf": 2,
|
86954
|
+
"and": 2,
|
86955
|
+
"std.and": 1,
|
86956
|
+
"or": 2,
|
86957
|
+
"std.or": 1,
|
86958
|
+
"xor": 2,
|
86959
|
+
"std.xor": 1,
|
86960
|
+
"<0.>": 3,
|
86961
|
+
"tcf32": 3,
|
86962
|
+
"vcf32": 7,
|
86963
|
+
"cmpf": 4,
|
86964
|
+
"rank": 1,
|
86965
|
+
"unit": 1,
|
86966
|
+
"true": 1,
|
86967
|
+
"false": 1,
|
86968
|
+
"index_cast": 2,
|
86969
|
+
"to": 15,
|
86970
|
+
"sitofp": 4,
|
86971
|
+
"f64": 2,
|
86972
|
+
"map": 1,
|
86973
|
+
"d0": 17,
|
86974
|
+
"+": 2,
|
86975
|
+
"b": 4,
|
86976
|
+
"affine.apply": 2,
|
86977
|
+
"@load_store": 1,
|
86978
|
+
"memref": 23,
|
86979
|
+
"<4x4xi32>": 4,
|
86980
|
+
"load": 1,
|
86981
|
+
"@zero_dim_no_idx": 1,
|
86982
|
+
"arg1": 13,
|
86983
|
+
"arg2": 3,
|
86984
|
+
"std.load": 1,
|
86985
|
+
"std.store": 1,
|
86986
|
+
"@return_op": 5,
|
86987
|
+
"@calls": 1,
|
86988
|
+
"call": 2,
|
86989
|
+
"y": 1,
|
86990
|
+
"z": 1,
|
86991
|
+
"callee": 1,
|
86992
|
+
"call_indirect": 2,
|
86993
|
+
"f_0": 3,
|
86994
|
+
"@extract_element": 1,
|
86995
|
+
"*xi32": 25,
|
86996
|
+
"<4x4xf32>": 4,
|
86997
|
+
"c0": 7,
|
86998
|
+
"extract_element": 2,
|
86999
|
+
"@tensor_cast": 1,
|
87000
|
+
"*xf32": 3,
|
87001
|
+
"<?x?xf32>": 11,
|
87002
|
+
"tensor_cast": 4,
|
87003
|
+
"<4x?xf32>": 2,
|
87004
|
+
"@memref_cast": 1,
|
87005
|
+
"memref_cast": 2,
|
87006
|
+
"@test_dimop": 1,
|
87007
|
+
"@test_vector.transfer_ops": 1,
|
87008
|
+
"c3": 13,
|
87009
|
+
"vector.transfer_read": 4,
|
87010
|
+
"permutation_map": 6,
|
87011
|
+
"d1": 9,
|
87012
|
+
"<128xf32>": 4,
|
87013
|
+
"<3x7xf32>": 2,
|
87014
|
+
"//": 15,
|
87015
|
+
"vector.transfer_write": 2,
|
87016
|
+
"@LoopTest": 1,
|
87017
|
+
"tf_executor.graph": 2,
|
87018
|
+
"tf_executor.island": 8,
|
87019
|
+
"device": 19,
|
87020
|
+
"dtype": 3,
|
87021
|
+
"name": 19,
|
87022
|
+
"tf_executor.yield": 8,
|
87023
|
+
"tf_executor.Enter": 1,
|
87024
|
+
"0#0": 1,
|
87025
|
+
"frame": 1,
|
87026
|
+
"tf_executor.control": 2,
|
87027
|
+
"T": 13,
|
87028
|
+
"tf_executor.NextIteration.Source": 1,
|
87029
|
+
"id": 2,
|
87030
|
+
"tf_executor.Merge": 1,
|
87031
|
+
"3#0": 1,
|
87032
|
+
"1#0": 1,
|
87033
|
+
"N": 1,
|
87034
|
+
"4#2": 1,
|
87035
|
+
"<2>": 1,
|
87036
|
+
"4#0": 2,
|
87037
|
+
"5#0": 1,
|
87038
|
+
"*xi1": 3,
|
87039
|
+
"tf_executor.LoopCond": 1,
|
87040
|
+
"6#0": 1,
|
87041
|
+
"<i1>": 1,
|
87042
|
+
"tf_executor.Switch": 1,
|
87043
|
+
"7#0": 1,
|
87044
|
+
"_class": 1,
|
87045
|
+
"tf_executor.Exit": 1,
|
87046
|
+
"8#0": 1,
|
87047
|
+
"8#1": 1,
|
87048
|
+
"10#1": 1,
|
87049
|
+
"<3>": 1,
|
87050
|
+
"10#0": 1,
|
87051
|
+
"11#0": 1,
|
87052
|
+
"tf_executor.ControlTrigger": 1,
|
87053
|
+
"12#1": 1,
|
87054
|
+
"9#1": 1,
|
87055
|
+
"_tpu_replicate": 1,
|
87056
|
+
"tf_executor.NextIteration.Sink": 1,
|
87057
|
+
"3#1": 1,
|
87058
|
+
"12#0": 1,
|
87059
|
+
"tf_executor.fetch": 2,
|
87060
|
+
"@multiple_ops_region": 1,
|
87061
|
+
"<4x4x?xvector>": 2,
|
87062
|
+
"10xf32": 2,
|
87063
|
+
"@count": 1,
|
87064
|
+
"<i64>": 1,
|
87065
|
+
"attributes": 1,
|
87066
|
+
"fruit": 1,
|
87067
|
+
"@correct_number_of_regions": 1,
|
87068
|
+
"@inline_notation": 2,
|
87069
|
+
"loc": 11,
|
87070
|
+
"1p": 1,
|
87071
|
+
"fused": 5,
|
87072
|
+
"callsite": 2,
|
87073
|
+
"at": 2,
|
87074
|
+
"affine.for": 2,
|
87075
|
+
"i0": 2,
|
87076
|
+
"affine.if": 2,
|
87077
|
+
"#set0": 2,
|
87078
|
+
"unknown": 2,
|
87079
|
+
"@simple": 1,
|
87080
|
+
"cond": 2,
|
87081
|
+
"Code": 1,
|
87082
|
+
"dominated": 1,
|
87083
|
+
"by": 1,
|
87084
|
+
"may": 1,
|
87085
|
+
"refer": 1,
|
87086
|
+
"cond_br": 1,
|
87087
|
+
"bb1": 5,
|
87088
|
+
"bb2": 7,
|
87089
|
+
"br": 7,
|
87090
|
+
"bb3": 5,
|
87091
|
+
"Branch": 2,
|
87092
|
+
"passes": 2,
|
87093
|
+
"as": 2,
|
87094
|
+
"the": 2,
|
87095
|
+
"argument": 2,
|
87096
|
+
"c": 3,
|
87097
|
+
"bb4": 4,
|
87098
|
+
"d": 2,
|
87099
|
+
"e": 2,
|
87100
|
+
"help": 1,
|
87101
|
+
"@multiblock": 1,
|
87102
|
+
"CHECK": 7,
|
87103
|
+
"no": 1,
|
87104
|
+
"predecessors": 1,
|
87105
|
+
"pred": 2,
|
87106
|
+
"@dialect_attribute_with_type": 1,
|
87107
|
+
"foo": 1,
|
87108
|
+
"#foo.attr": 1
|
87109
|
+
},
|
85962
87110
|
"MQL4": {
|
85963
87111
|
"//": 111,
|
85964
87112
|
"+": 41,
|
@@ -109855,6 +111003,46 @@
|
|
109855
111003
|
"r2": 1,
|
109856
111004
|
"}": 2
|
109857
111005
|
},
|
111006
|
+
"OpenStep Property List": {
|
111007
|
+
"{": 10,
|
111008
|
+
"ApplicationDescription": 1,
|
111009
|
+
";": 44,
|
111010
|
+
"ApplicationIcon": 1,
|
111011
|
+
"NSIcon": 4,
|
111012
|
+
"ApplicationName": 1,
|
111013
|
+
"Typewriter": 3,
|
111014
|
+
"ApplicationRelease": 1,
|
111015
|
+
"Authors": 1,
|
111016
|
+
"(": 8,
|
111017
|
+
")": 8,
|
111018
|
+
"Copyright": 1,
|
111019
|
+
"CopyrightDescription": 1,
|
111020
|
+
"FullVersionID": 1,
|
111021
|
+
"URL": 1,
|
111022
|
+
"NSTypes": 1,
|
111023
|
+
"NSName": 3,
|
111024
|
+
"NSHumanReadableName": 3,
|
111025
|
+
"NSUnixExtensions": 3,
|
111026
|
+
"NSRole": 3,
|
111027
|
+
"Editor": 3,
|
111028
|
+
"Document": 3,
|
111029
|
+
"-": 3,
|
111030
|
+
"Text.tiff": 1,
|
111031
|
+
"NSDocumentClass": 3,
|
111032
|
+
"TWDocument": 3,
|
111033
|
+
"}": 10,
|
111034
|
+
"RichText.tiff": 2,
|
111035
|
+
"NSServices": 1,
|
111036
|
+
"NSPortName": 2,
|
111037
|
+
"NSMessage": 2,
|
111038
|
+
"newDocumentWithSelection": 1,
|
111039
|
+
"NSSendTypes": 2,
|
111040
|
+
"NSStringPboardType": 2,
|
111041
|
+
"NSKeyEquivalent": 2,
|
111042
|
+
"default": 4,
|
111043
|
+
"NSMenuItem": 2,
|
111044
|
+
"openDocumentWithPath": 1
|
111045
|
+
},
|
109858
111046
|
"Org": {
|
109859
111047
|
"#": 20,
|
109860
111048
|
"+": 20,
|
@@ -135735,21 +136923,21 @@
|
|
135735
136923
|
"try": 14,
|
135736
136924
|
"ssl": 2,
|
135737
136925
|
"Python": 1,
|
135738
|
-
"+":
|
136926
|
+
"+": 89,
|
135739
136927
|
"except": 14,
|
135740
136928
|
"ImportError": 1,
|
135741
136929
|
"None": 111,
|
135742
136930
|
"class": 33,
|
135743
136931
|
"HTTPServer": 1,
|
135744
|
-
"(":
|
135745
|
-
")":
|
136932
|
+
"(": 968,
|
136933
|
+
")": 967,
|
135746
136934
|
"r": 7,
|
135747
136935
|
"def": 119,
|
135748
136936
|
"__init__": 15,
|
135749
136937
|
"self": 118,
|
135750
136938
|
"request_callback": 4,
|
135751
136939
|
"no_keep_alive": 4,
|
135752
|
-
"False":
|
136940
|
+
"False": 37,
|
135753
136941
|
"io_loop": 3,
|
135754
136942
|
"xheaders": 4,
|
135755
136943
|
"ssl_options": 3,
|
@@ -135785,7 +136973,7 @@
|
|
135785
136973
|
"self.stream.write": 2,
|
135786
136974
|
"self._on_write_complete": 1,
|
135787
136975
|
"finish": 2,
|
135788
|
-
"True":
|
136976
|
+
"True": 36,
|
135789
136977
|
"self.stream.writing": 2,
|
135790
136978
|
"self._finish_request": 2,
|
135791
136979
|
"_on_write_complete": 1,
|
@@ -135811,8 +136999,8 @@
|
|
135811
136999
|
"eol": 3,
|
135812
137000
|
"data.find": 1,
|
135813
137001
|
"start_line": 1,
|
135814
|
-
"[":
|
135815
|
-
"]":
|
137002
|
+
"[": 1177,
|
137003
|
+
"]": 1177,
|
135816
137004
|
"method": 5,
|
135817
137005
|
"uri": 10,
|
135818
137006
|
"version": 8,
|
@@ -135879,8 +137067,8 @@
|
|
135879
137067
|
"iostream.SSLIOStream": 1,
|
135880
137068
|
"self.host": 2,
|
135881
137069
|
"self.files": 1,
|
135882
|
-
"{":
|
135883
|
-
"}":
|
137070
|
+
"{": 521,
|
137071
|
+
"}": 521,
|
135884
137072
|
"self.connection": 1,
|
135885
137073
|
"self._start_time": 3,
|
135886
137074
|
"time.time": 11,
|
@@ -136406,6 +137594,13 @@
|
|
136406
137594
|
"API_DEPS": 2,
|
136407
137595
|
"zip_file": 1,
|
136408
137596
|
"srcs": 7,
|
137597
|
+
"gclient_gn_args_file": 1,
|
137598
|
+
"gclient_gn_args": 1,
|
137599
|
+
"vars": 1,
|
137600
|
+
"deps": 1,
|
137601
|
+
"Var": 13,
|
137602
|
+
"hooks": 1,
|
137603
|
+
"recursedeps": 1,
|
136409
137604
|
"package": 2,
|
136410
137605
|
"default_visibility": 1,
|
136411
137606
|
"filegroup": 3,
|
@@ -161375,6 +162570,74 @@
|
|
161375
162570
|
"year": 1,
|
161376
162571
|
"}": 2
|
161377
162572
|
},
|
162573
|
+
"SmPL": {
|
162574
|
+
"//": 2,
|
162575
|
+
"virtual": 1,
|
162576
|
+
"report": 1,
|
162577
|
+
"@r1": 1,
|
162578
|
+
"exists@": 4,
|
162579
|
+
"identifier": 11,
|
162580
|
+
"a": 20,
|
162581
|
+
"x": 22,
|
162582
|
+
";": 31,
|
162583
|
+
"position": 4,
|
162584
|
+
"p1": 12,
|
162585
|
+
"p2": 6,
|
162586
|
+
"fname": 2,
|
162587
|
+
"fname2": 1,
|
162588
|
+
"fname3": 1,
|
162589
|
+
"fname4": 1,
|
162590
|
+
"fname5": 1,
|
162591
|
+
"fname6": 1,
|
162592
|
+
"@@": 8,
|
162593
|
+
"(": 51,
|
162594
|
+
"atomic_dec_and_test@p1": 2,
|
162595
|
+
"&": 15,
|
162596
|
+
")": 51,
|
162597
|
+
"-": 21,
|
162598
|
+
"|": 19,
|
162599
|
+
"atomic_dec_and_lock@p1": 2,
|
162600
|
+
"...": 17,
|
162601
|
+
"atomic_long_dec_and_lock@p1": 2,
|
162602
|
+
"atomic_long_dec_and_test@p1": 2,
|
162603
|
+
"atomic64_dec_and_test@p1": 2,
|
162604
|
+
"local_dec_and_test@p1": 2,
|
162605
|
+
"fname@p2": 2,
|
162606
|
+
"fname2@p2": 1,
|
162607
|
+
"fname3@p2": 1,
|
162608
|
+
"fname4@p2": 1,
|
162609
|
+
"fname5@p2": 1,
|
162610
|
+
"fname6@p2": 1,
|
162611
|
+
"@script": 4,
|
162612
|
+
"python": 4,
|
162613
|
+
"depends": 4,
|
162614
|
+
"on": 4,
|
162615
|
+
"report@": 4,
|
162616
|
+
"<<": 6,
|
162617
|
+
"r1.p1": 1,
|
162618
|
+
"r1.p2": 1,
|
162619
|
+
"msg": 8,
|
162620
|
+
"coccilib.report.print_report": 4,
|
162621
|
+
"[": 6,
|
162622
|
+
"]": 6,
|
162623
|
+
"%": 2,
|
162624
|
+
".line": 2,
|
162625
|
+
"@r4": 1,
|
162626
|
+
"y": 3,
|
162627
|
+
"r4.p1": 1,
|
162628
|
+
"r4.p2": 1,
|
162629
|
+
"@r2": 1,
|
162630
|
+
"atomic_add_unless": 1,
|
162631
|
+
"@p1": 3,
|
162632
|
+
"atomic_long_add_unless": 1,
|
162633
|
+
"atomic64_add_unless": 1,
|
162634
|
+
"r2.p1": 1,
|
162635
|
+
"@r3": 1,
|
162636
|
+
"atomic_add_return@p1": 1,
|
162637
|
+
"atomic_long_add_return@p1": 1,
|
162638
|
+
"atomic64_add_return@p1": 1,
|
162639
|
+
"r3.p1": 1
|
162640
|
+
},
|
161378
162641
|
"Smali": {
|
161379
162642
|
".class": 7,
|
161380
162643
|
"abstract": 2,
|
@@ -169709,6 +170972,352 @@
|
|
169709
170972
|
"2*": 1,
|
169710
170973
|
"tostring": 1
|
169711
170974
|
},
|
170975
|
+
"Texinfo": {
|
170976
|
+
"input": 1,
|
170977
|
+
"texinfo": 1,
|
170978
|
+
"@setfilename": 1,
|
170979
|
+
"protocol": 6,
|
170980
|
+
"-": 20,
|
170981
|
+
"spec.texi": 1,
|
170982
|
+
"@settitle": 1,
|
170983
|
+
"ruby": 8,
|
170984
|
+
"debug": 9,
|
170985
|
+
"ide": 4,
|
170986
|
+
"@set": 2,
|
170987
|
+
"RDEBUG_IDE": 9,
|
170988
|
+
"@emph": 17,
|
170989
|
+
"{": 40,
|
170990
|
+
"}": 40,
|
170991
|
+
"RDEBUG_BASE": 1,
|
170992
|
+
"base": 3,
|
170993
|
+
"@titlepage": 1,
|
170994
|
+
"@title": 1,
|
170995
|
+
"@subtitle": 2,
|
170996
|
+
"@value": 10,
|
170997
|
+
"EDITION": 1,
|
170998
|
+
"Edition": 1,
|
170999
|
+
"UPDATED": 1,
|
171000
|
+
"MONTH": 1,
|
171001
|
+
"@author": 1,
|
171002
|
+
"Markus": 1,
|
171003
|
+
"Barchfeld": 1,
|
171004
|
+
"and": 16,
|
171005
|
+
"Martin": 1,
|
171006
|
+
"Krauskopf": 1,
|
171007
|
+
"@end": 44,
|
171008
|
+
"titlepage": 1,
|
171009
|
+
"@page": 1,
|
171010
|
+
"@node": 19,
|
171011
|
+
"Top": 1,
|
171012
|
+
"Summary": 4,
|
171013
|
+
"(": 3,
|
171014
|
+
"dir": 2,
|
171015
|
+
")": 3,
|
171016
|
+
"@top": 1,
|
171017
|
+
"This": 2,
|
171018
|
+
"file": 1,
|
171019
|
+
"contains": 3,
|
171020
|
+
"specification": 2,
|
171021
|
+
"of": 4,
|
171022
|
+
"the": 20,
|
171023
|
+
"used": 3,
|
171024
|
+
"by": 5,
|
171025
|
+
".": 3,
|
171026
|
+
"@menu": 4,
|
171027
|
+
"*": 18,
|
171028
|
+
"Specification": 5,
|
171029
|
+
"Changes": 12,
|
171030
|
+
"menu": 4,
|
171031
|
+
"@chapter": 3,
|
171032
|
+
"document": 2,
|
171033
|
+
"describes": 1,
|
171034
|
+
"for": 3,
|
171035
|
+
"communication": 2,
|
171036
|
+
"between": 9,
|
171037
|
+
"debugger": 5,
|
171038
|
+
"engine": 5,
|
171039
|
+
"a": 3,
|
171040
|
+
"frontend.": 2,
|
171041
|
+
"It": 1,
|
171042
|
+
"is": 9,
|
171043
|
+
"work": 1,
|
171044
|
+
"in": 6,
|
171045
|
+
"progress": 1,
|
171046
|
+
"might": 2,
|
171047
|
+
"very": 1,
|
171048
|
+
"likely": 1,
|
171049
|
+
"will": 1,
|
171050
|
+
"change": 1,
|
171051
|
+
"future.": 1,
|
171052
|
+
"If": 1,
|
171053
|
+
"you": 2,
|
171054
|
+
"have": 1,
|
171055
|
+
"any": 1,
|
171056
|
+
"comments": 1,
|
171057
|
+
"or": 1,
|
171058
|
+
"questions": 1,
|
171059
|
+
"please": 1,
|
171060
|
+
"@email": 1,
|
171061
|
+
"martin.krauskopf@@gmail.com": 1,
|
171062
|
+
"send": 1,
|
171063
|
+
"me": 1,
|
171064
|
+
"an": 1,
|
171065
|
+
"email.": 1,
|
171066
|
+
"The": 1,
|
171067
|
+
"has": 1,
|
171068
|
+
"two": 1,
|
171069
|
+
"parts/sides.": 1,
|
171070
|
+
"First": 1,
|
171071
|
+
"ones": 2,
|
171072
|
+
"are": 4,
|
171073
|
+
"commands": 2,
|
171074
|
+
"sent": 3,
|
171075
|
+
"from": 3,
|
171076
|
+
"frontend": 3,
|
171077
|
+
"to": 9,
|
171078
|
+
"second": 1,
|
171079
|
+
"opposite": 1,
|
171080
|
+
"way": 1,
|
171081
|
+
"answers": 2,
|
171082
|
+
"events": 2,
|
171083
|
+
"almost": 1,
|
171084
|
+
"same": 1,
|
171085
|
+
"as": 2,
|
171086
|
+
"CLI": 2,
|
171087
|
+
"debug.": 1,
|
171088
|
+
"So": 1,
|
171089
|
+
"want": 1,
|
171090
|
+
"contact": 1,
|
171091
|
+
"@url": 1,
|
171092
|
+
"http": 1,
|
171093
|
+
"//bashdb.sourceforge.net/ruby": 1,
|
171094
|
+
"debug.html": 1,
|
171095
|
+
"XML": 1,
|
171096
|
+
"format": 1,
|
171097
|
+
"described": 1,
|
171098
|
+
"@ref": 1,
|
171099
|
+
"below": 1,
|
171100
|
+
"@strong": 7,
|
171101
|
+
"far": 1,
|
171102
|
+
"complete.": 1,
|
171103
|
+
"Will": 1,
|
171104
|
+
"be": 3,
|
171105
|
+
"completed": 1,
|
171106
|
+
"time": 1,
|
171107
|
+
"permits.": 1,
|
171108
|
+
"In": 1,
|
171109
|
+
"meantime": 1,
|
171110
|
+
"source": 1,
|
171111
|
+
"code": 2,
|
171112
|
+
"always": 1,
|
171113
|
+
"best": 1,
|
171114
|
+
"spec.": 1,
|
171115
|
+
"Commands": 4,
|
171116
|
+
"Events": 4,
|
171117
|
+
"Terms": 1,
|
171118
|
+
"@itemize": 9,
|
171119
|
+
"@bullet": 9,
|
171120
|
+
"@item": 15,
|
171121
|
+
"Command": 9,
|
171122
|
+
"what": 2,
|
171123
|
+
"sends": 2,
|
171124
|
+
"Answer": 9,
|
171125
|
+
"back": 1,
|
171126
|
+
"Example": 11,
|
171127
|
+
"shows": 1,
|
171128
|
+
"simple": 1,
|
171129
|
+
"example": 5,
|
171130
|
+
"itemize": 8,
|
171131
|
+
"@c": 16,
|
171132
|
+
"@section": 10,
|
171133
|
+
"Adding": 4,
|
171134
|
+
"Breakpoint": 22,
|
171135
|
+
"Deleting": 4,
|
171136
|
+
"Enabling": 4,
|
171137
|
+
"Disabling": 4,
|
171138
|
+
"Condition": 4,
|
171139
|
+
"Catchpoint": 3,
|
171140
|
+
"Threads": 4,
|
171141
|
+
"Frames": 4,
|
171142
|
+
"Variables": 6,
|
171143
|
+
"@subsection": 13,
|
171144
|
+
"@smallexample": 31,
|
171145
|
+
"break": 2,
|
171146
|
+
"<script>": 2,
|
171147
|
+
"<line_no>": 2,
|
171148
|
+
"smallexample": 31,
|
171149
|
+
"<breakpointAdded>": 2,
|
171150
|
+
"no=": 8,
|
171151
|
+
"location=": 2,
|
171152
|
+
"C": 11,
|
171153
|
+
"test.rb": 1,
|
171154
|
+
"A": 11,
|
171155
|
+
"delete": 2,
|
171156
|
+
"<breakpoint_id>": 3,
|
171157
|
+
"<breakpointDeleted>": 2,
|
171158
|
+
"Supported": 3,
|
171159
|
+
"since": 3,
|
171160
|
+
"enable": 2,
|
171161
|
+
"<breakpointEnabled>": 2,
|
171162
|
+
"bp_id=": 6,
|
171163
|
+
"disable": 2,
|
171164
|
+
"<breakpointDisabled>": 2,
|
171165
|
+
"Setting": 1,
|
171166
|
+
"on": 4,
|
171167
|
+
"condition": 2,
|
171168
|
+
"<conditionSet>": 2,
|
171169
|
+
"x": 2,
|
171170
|
+
"#": 1,
|
171171
|
+
"Stop": 1,
|
171172
|
+
"breakpoint": 1,
|
171173
|
+
"only": 1,
|
171174
|
+
"if": 1,
|
171175
|
+
"true.": 1,
|
171176
|
+
"Exception": 5,
|
171177
|
+
"catch": 2,
|
171178
|
+
"<exception_class_name>": 1,
|
171179
|
+
"<catchpointSet>": 2,
|
171180
|
+
"exception=": 2,
|
171181
|
+
"ZeroDivisionError": 1,
|
171182
|
+
"Listing": 3,
|
171183
|
+
"thread": 2,
|
171184
|
+
"list": 2,
|
171185
|
+
"<threads>": 2,
|
171186
|
+
"<thread>": 3,
|
171187
|
+
"id=": 3,
|
171188
|
+
"status=": 3,
|
171189
|
+
"....": 1,
|
171190
|
+
"</threads>": 2,
|
171191
|
+
"where": 2,
|
171192
|
+
"<frames>": 2,
|
171193
|
+
"<frame>": 4,
|
171194
|
+
"file=": 7,
|
171195
|
+
"line=": 7,
|
171196
|
+
"current=": 2,
|
171197
|
+
"...": 1,
|
171198
|
+
"</frames>": 2,
|
171199
|
+
"@subsubsection": 2,
|
171200
|
+
"Local": 1,
|
171201
|
+
"var": 3,
|
171202
|
+
"local": 1,
|
171203
|
+
"<variables>": 3,
|
171204
|
+
"<variable>": 4,
|
171205
|
+
"name=": 4,
|
171206
|
+
"kind=": 4,
|
171207
|
+
"value=": 4,
|
171208
|
+
"type=": 5,
|
171209
|
+
"hasChildren=": 4,
|
171210
|
+
"objectId=": 4,
|
171211
|
+
"</variables>": 3,
|
171212
|
+
"Instance": 1,
|
171213
|
+
"instance": 2,
|
171214
|
+
"some_array": 1,
|
171215
|
+
"some_object": 1,
|
171216
|
+
"Suspension": 4,
|
171217
|
+
"Message": 4,
|
171218
|
+
"Event": 4,
|
171219
|
+
"<breakpoint>": 1,
|
171220
|
+
"threadId=": 3,
|
171221
|
+
"<suspended>": 1,
|
171222
|
+
"frames=": 1,
|
171223
|
+
"<exception>": 1,
|
171224
|
+
"message=": 1,
|
171225
|
+
"<message>": 2,
|
171226
|
+
"some": 2,
|
171227
|
+
"text": 2,
|
171228
|
+
"</message>": 2,
|
171229
|
+
"debug=": 1,
|
171230
|
+
"section": 1,
|
171231
|
+
"Mentions": 1,
|
171232
|
+
"also": 1,
|
171233
|
+
"related": 1,
|
171234
|
+
"changes": 1,
|
171235
|
+
"gem": 1,
|
171236
|
+
"implementation.": 1,
|
171237
|
+
"Fixes": 1,
|
171238
|
+
"possible": 1,
|
171239
|
+
"NoSuchMethodException": 1,
|
171240
|
+
"added": 1,
|
171241
|
+
"Debugger": 1,
|
171242
|
+
"start_server": 1,
|
171243
|
+
"ticket": 1,
|
171244
|
+
"#25972": 1,
|
171245
|
+
"possibility": 1,
|
171246
|
+
"remove": 1,
|
171247
|
+
"catchpoints": 1,
|
171248
|
+
"bugfix": 2,
|
171249
|
+
"syntax": 1,
|
171250
|
+
"error": 1,
|
171251
|
+
"with": 2,
|
171252
|
+
"Ruby": 1,
|
171253
|
+
"print": 1,
|
171254
|
+
"out": 2,
|
171255
|
+
"backtrace": 1,
|
171256
|
+
"when": 4,
|
171257
|
+
"debuggee": 1,
|
171258
|
+
"fails": 1,
|
171259
|
+
"depends": 1,
|
171260
|
+
"rather": 2,
|
171261
|
+
"then": 1,
|
171262
|
+
"exactly": 1,
|
171263
|
+
"compatible": 1,
|
171264
|
+
"future": 1,
|
171265
|
+
"0.10.3.x": 1,
|
171266
|
+
"releases": 1,
|
171267
|
+
"Dependency": 1,
|
171268
|
+
"changed": 1,
|
171269
|
+
"@t": 4,
|
171270
|
+
"which": 1,
|
171271
|
+
"fixes": 1,
|
171272
|
+
"various": 1,
|
171273
|
+
"bugs": 1,
|
171274
|
+
"bunch": 1,
|
171275
|
+
"RFEs": 1,
|
171276
|
+
"switch": 2,
|
171277
|
+
"stop": 1,
|
171278
|
+
"at": 1,
|
171279
|
+
"first": 1,
|
171280
|
+
"line": 1,
|
171281
|
+
"script": 1,
|
171282
|
+
"loaded.": 1,
|
171283
|
+
"Utilized": 1,
|
171284
|
+
"remote": 1,
|
171285
|
+
"debugging": 1,
|
171286
|
+
"Making": 1,
|
171287
|
+
"actually": 1,
|
171288
|
+
"work.": 1,
|
171289
|
+
"Commenting": 1,
|
171290
|
+
"sending": 1,
|
171291
|
+
"<trace>": 1,
|
171292
|
+
"elements": 1,
|
171293
|
+
"debugger.": 1,
|
171294
|
+
"To": 1,
|
171295
|
+
"decided.": 1,
|
171296
|
+
"There": 1,
|
171297
|
+
"large": 1,
|
171298
|
+
"amount": 1,
|
171299
|
+
"such": 1,
|
171300
|
+
"events.": 1,
|
171301
|
+
"For": 1,
|
171302
|
+
"now": 1,
|
171303
|
+
"serves": 1,
|
171304
|
+
"developers.": 1,
|
171305
|
+
"ensure": 1,
|
171306
|
+
"attribute": 2,
|
171307
|
+
"absolute": 1,
|
171308
|
+
"path": 1,
|
171309
|
+
"fixing": 1,
|
171310
|
+
"verbose": 1,
|
171311
|
+
"d": 1,
|
171312
|
+
"used.": 1,
|
171313
|
+
"Some": 1,
|
171314
|
+
"unused": 1,
|
171315
|
+
"Support": 1,
|
171316
|
+
"message": 1,
|
171317
|
+
"element.": 1,
|
171318
|
+
"Emitted": 1,
|
171319
|
+
"backend": 1
|
171320
|
+
},
|
169712
171321
|
"Text": {
|
169713
171322
|
"G04": 1,
|
169714
171323
|
"DipTrace": 1,
|
@@ -175403,6 +177012,201 @@
|
|
175403
177012
|
"</ul>": 1,
|
175404
177013
|
"</body>": 1
|
175405
177014
|
},
|
177015
|
+
"V": {
|
177016
|
+
"import": 10,
|
177017
|
+
"json": 2,
|
177018
|
+
"struct": 6,
|
177019
|
+
"User": 4,
|
177020
|
+
"{": 65,
|
177021
|
+
"name": 2,
|
177022
|
+
"string": 5,
|
177023
|
+
"age": 1,
|
177024
|
+
"int": 9,
|
177025
|
+
"mut": 32,
|
177026
|
+
"is_registered": 1,
|
177027
|
+
"bool": 2,
|
177028
|
+
"}": 64,
|
177029
|
+
"fn": 21,
|
177030
|
+
"main": 9,
|
177031
|
+
"(": 124,
|
177032
|
+
")": 125,
|
177033
|
+
"s": 3,
|
177034
|
+
"users": 4,
|
177035
|
+
"json.decode": 3,
|
177036
|
+
"[": 80,
|
177037
|
+
"]": 79,
|
177038
|
+
"or": 5,
|
177039
|
+
"eprintln": 1,
|
177040
|
+
"return": 8,
|
177041
|
+
"for": 22,
|
177042
|
+
"user": 2,
|
177043
|
+
"in": 4,
|
177044
|
+
"println": 18,
|
177045
|
+
"i": 89,
|
177046
|
+
"if": 5,
|
177047
|
+
"user.can_register": 1,
|
177048
|
+
"json.encode": 1,
|
177049
|
+
"u": 11,
|
177050
|
+
"can_register": 1,
|
177051
|
+
"u.age": 1,
|
177052
|
+
"register": 1,
|
177053
|
+
"u.is_registered": 1,
|
177054
|
+
"true": 1,
|
177055
|
+
"log": 1,
|
177056
|
+
"l": 1,
|
177057
|
+
"log.Log": 1,
|
177058
|
+
"log.INFO": 1,
|
177059
|
+
"l.info": 1,
|
177060
|
+
"l.warn": 1,
|
177061
|
+
"l.error": 1,
|
177062
|
+
"l.debug": 2,
|
177063
|
+
"l.set_level": 1,
|
177064
|
+
"log.DEBUG": 1,
|
177065
|
+
"l.fatal": 1,
|
177066
|
+
"http": 2,
|
177067
|
+
"sync": 1,
|
177068
|
+
"const": 2,
|
177069
|
+
"NR_THREADS": 2,
|
177070
|
+
"Story": 2,
|
177071
|
+
"title": 1,
|
177072
|
+
"url": 1,
|
177073
|
+
"Fetcher": 3,
|
177074
|
+
"mu": 1,
|
177075
|
+
"sync.Mutex": 1,
|
177076
|
+
"ids": 6,
|
177077
|
+
"cursor": 2,
|
177078
|
+
"wg": 5,
|
177079
|
+
"&": 3,
|
177080
|
+
"sync.WaitGroup": 2,
|
177081
|
+
"f": 1,
|
177082
|
+
"fetch": 1,
|
177083
|
+
"f.mu.lock": 1,
|
177084
|
+
"f.cursor": 4,
|
177085
|
+
"f.ids.len": 1,
|
177086
|
+
"id": 1,
|
177087
|
+
"f.ids": 1,
|
177088
|
+
"+": 64,
|
177089
|
+
"f.mu.unlock": 1,
|
177090
|
+
"resp": 2,
|
177091
|
+
"http.get": 2,
|
177092
|
+
"exit": 2,
|
177093
|
+
"story": 1,
|
177094
|
+
"resp.text": 2,
|
177095
|
+
"f.wg.done": 1,
|
177096
|
+
"ids.len": 2,
|
177097
|
+
"tmp": 3,
|
177098
|
+
";": 32,
|
177099
|
+
"<": 16,
|
177100
|
+
"fetcher": 1,
|
177101
|
+
"//": 2,
|
177102
|
+
"sent": 1,
|
177103
|
+
"via": 1,
|
177104
|
+
"ptr": 1,
|
177105
|
+
"wg.add": 1,
|
177106
|
+
"go": 1,
|
177107
|
+
"fetcher.fetch": 1,
|
177108
|
+
"wg.wait": 1,
|
177109
|
+
"numbers": 2,
|
177110
|
+
"num": 2,
|
177111
|
+
"names": 2,
|
177112
|
+
"Output": 1,
|
177113
|
+
"Sam": 1,
|
177114
|
+
"etc": 1,
|
177115
|
+
"module": 1,
|
177116
|
+
"math": 2,
|
177117
|
+
"os": 1,
|
177118
|
+
"evala": 3,
|
177119
|
+
"j": 32,
|
177120
|
+
"*": 40,
|
177121
|
+
"/2": 1,
|
177122
|
+
"v": 11,
|
177123
|
+
"f64": 27,
|
177124
|
+
"times": 1,
|
177125
|
+
"v.len": 2,
|
177126
|
+
"a": 6,
|
177127
|
+
"u.len": 3,
|
177128
|
+
"/f64": 1,
|
177129
|
+
"times_trans": 1,
|
177130
|
+
"/": 6,
|
177131
|
+
"a_times_transp": 1,
|
177132
|
+
"x": 8,
|
177133
|
+
"x.times": 1,
|
177134
|
+
"v.times_trans": 1,
|
177135
|
+
"args": 2,
|
177136
|
+
"os.args": 1,
|
177137
|
+
"n": 6,
|
177138
|
+
"args.len": 1,
|
177139
|
+
".int": 1,
|
177140
|
+
"else": 1,
|
177141
|
+
"v.a_times_transp": 1,
|
177142
|
+
"u.a_times_transp": 1,
|
177143
|
+
"vbv": 2,
|
177144
|
+
"vv": 2,
|
177145
|
+
"ans": 1,
|
177146
|
+
"math.sqrt": 3,
|
177147
|
+
"vbv/vv": 1,
|
177148
|
+
"term": 1,
|
177149
|
+
"term.erase_clear": 1,
|
177150
|
+
"sleeping_line": 3,
|
177151
|
+
"standing_line": 3,
|
177152
|
+
"term.cursor_down": 1,
|
177153
|
+
"print": 3,
|
177154
|
+
"term.bold": 3,
|
177155
|
+
"term.red": 1,
|
177156
|
+
"y": 6,
|
177157
|
+
"size": 4,
|
177158
|
+
"ch": 4,
|
177159
|
+
"term.set_cursor_position": 2,
|
177160
|
+
"term.yellow": 2,
|
177161
|
+
"html": 1,
|
177162
|
+
"http.get_text": 1,
|
177163
|
+
"pos": 6,
|
177164
|
+
"html.index_after": 2,
|
177165
|
+
"-": 16,
|
177166
|
+
"break": 1,
|
177167
|
+
"end": 2,
|
177168
|
+
"html.substr": 1,
|
177169
|
+
"SolarMass": 6,
|
177170
|
+
"//4.0": 1,
|
177171
|
+
"math.Pi": 2,
|
177172
|
+
"DaysPerYear": 4,
|
177173
|
+
"N": 7,
|
177174
|
+
"Position": 2,
|
177175
|
+
"pub": 3,
|
177176
|
+
"z": 2,
|
177177
|
+
"Momentum": 6,
|
177178
|
+
"m": 1,
|
177179
|
+
"System": 4,
|
177180
|
+
"advance": 1,
|
177181
|
+
"sys": 3,
|
177182
|
+
"dt": 5,
|
177183
|
+
"_vx": 3,
|
177184
|
+
"sys.v": 34,
|
177185
|
+
".x": 13,
|
177186
|
+
"_vy": 3,
|
177187
|
+
".y": 13,
|
177188
|
+
"_vz": 3,
|
177189
|
+
".z": 13,
|
177190
|
+
"dx": 8,
|
177191
|
+
"sys.s": 15,
|
177192
|
+
"dy": 8,
|
177193
|
+
"dz": 8,
|
177194
|
+
"dsquared": 3,
|
177195
|
+
"distance": 4,
|
177196
|
+
"mag": 7,
|
177197
|
+
"mi": 4,
|
177198
|
+
".m": 10,
|
177199
|
+
"offsetmomentum": 1,
|
177200
|
+
"px": 3,
|
177201
|
+
"py": 3,
|
177202
|
+
"pz": 3,
|
177203
|
+
"energy": 1,
|
177204
|
+
"e": 4,
|
177205
|
+
"arr_momentum": 1,
|
177206
|
+
"grinning_face": 2,
|
177207
|
+
"rune": 2,
|
177208
|
+
"commercial_at": 2
|
177209
|
+
},
|
175406
177210
|
"VCL": {
|
175407
177211
|
"sub": 23,
|
175408
177212
|
"vcl_recv": 2,
|
@@ -186064,6 +187868,232 @@
|
|
186064
187868
|
"</component>": 1,
|
186065
187869
|
"</module>": 1
|
186066
187870
|
},
|
187871
|
+
"XML Property List": {
|
187872
|
+
"<?xml>": 7,
|
187873
|
+
"version=": 14,
|
187874
|
+
"encoding=": 7,
|
187875
|
+
"<!DOCTYPE>": 7,
|
187876
|
+
"plist": 7,
|
187877
|
+
"PUBLIC": 7,
|
187878
|
+
"Apple": 7,
|
187879
|
+
"DTD": 7,
|
187880
|
+
"PLIST": 7,
|
187881
|
+
"1": 14,
|
187882
|
+
"0": 14,
|
187883
|
+
"EN": 7,
|
187884
|
+
"http": 7,
|
187885
|
+
"www": 7,
|
187886
|
+
"apple": 7,
|
187887
|
+
"com": 7,
|
187888
|
+
"DTDs": 7,
|
187889
|
+
"PropertyList": 7,
|
187890
|
+
"dtd": 7,
|
187891
|
+
"<plist>": 7,
|
187892
|
+
"<dict>": 58,
|
187893
|
+
"<key>": 146,
|
187894
|
+
"author": 3,
|
187895
|
+
"</key>": 146,
|
187896
|
+
"<string>": 116,
|
187897
|
+
"Alex": 2,
|
187898
|
+
"Ross": 2,
|
187899
|
+
"</string>": 116,
|
187900
|
+
"comment": 5,
|
187901
|
+
"Created": 1,
|
187902
|
+
"by": 1,
|
187903
|
+
"name": 34,
|
187904
|
+
"SpaceCadet": 1,
|
187905
|
+
"semanticClass": 1,
|
187906
|
+
"theme.dark.spacecadet": 1,
|
187907
|
+
"settings": 29,
|
187908
|
+
"<array>": 4,
|
187909
|
+
"background": 4,
|
187910
|
+
"#0D0D0D": 1,
|
187911
|
+
"caret": 2,
|
187912
|
+
"#7F005D": 1,
|
187913
|
+
"foreground": 17,
|
187914
|
+
"#DDE6CF": 1,
|
187915
|
+
"invisibles": 2,
|
187916
|
+
"#BFBFBF": 1,
|
187917
|
+
"lineHighlight": 2,
|
187918
|
+
"#00000012": 1,
|
187919
|
+
"selection": 2,
|
187920
|
+
"#40002F": 1,
|
187921
|
+
"</dict>": 58,
|
187922
|
+
"Comment": 2,
|
187923
|
+
"scope": 26,
|
187924
|
+
"#473C45": 1,
|
187925
|
+
"String": 1,
|
187926
|
+
"string": 2,
|
187927
|
+
"#805978": 1,
|
187928
|
+
"Constant": 1,
|
187929
|
+
"constant": 3,
|
187930
|
+
"#A8885A": 1,
|
187931
|
+
"Variable": 1,
|
187932
|
+
"variable.parameter": 1,
|
187933
|
+
"variable.other": 1,
|
187934
|
+
"#596380": 1,
|
187935
|
+
"Keyword": 2,
|
187936
|
+
"keyword": 2,
|
187937
|
+
"-": 35,
|
187938
|
+
"keyword.operator": 1,
|
187939
|
+
"keyword.operator.logical": 1,
|
187940
|
+
"#728059": 1,
|
187941
|
+
"Storage": 1,
|
187942
|
+
"storage": 2,
|
187943
|
+
"#9EBF60": 1,
|
187944
|
+
"Entity": 1,
|
187945
|
+
"entity": 1,
|
187946
|
+
"#6078BF": 1,
|
187947
|
+
"Inherited": 1,
|
187948
|
+
"class": 3,
|
187949
|
+
"entity.other.inherited": 1,
|
187950
|
+
"fontStyle": 2,
|
187951
|
+
"italic": 2,
|
187952
|
+
"Support": 1,
|
187953
|
+
"support": 1,
|
187954
|
+
"#8A4B66": 1,
|
187955
|
+
"Exception": 1,
|
187956
|
+
"support.type.exception": 1,
|
187957
|
+
"#893062": 1,
|
187958
|
+
"Tag": 2,
|
187959
|
+
"entity.name.tag": 1,
|
187960
|
+
"<dict/>": 6,
|
187961
|
+
"attribute": 1,
|
187962
|
+
"entity.other.attribute": 1,
|
187963
|
+
"Library": 3,
|
187964
|
+
"support.constant": 1,
|
187965
|
+
"class/type": 1,
|
187966
|
+
"support.type": 1,
|
187967
|
+
"support.class": 1,
|
187968
|
+
"variable": 1,
|
187969
|
+
"support.other.variable": 1,
|
187970
|
+
"Invalid": 1,
|
187971
|
+
"invalid": 1,
|
187972
|
+
"#5F0047": 1,
|
187973
|
+
"Meta": 1,
|
187974
|
+
"function.section": 1,
|
187975
|
+
"meta.function.section": 1,
|
187976
|
+
"#371D28": 1,
|
187977
|
+
"</array>": 4,
|
187978
|
+
"uuid": 6,
|
187979
|
+
"2C24E84F": 1,
|
187980
|
+
"F9FE": 1,
|
187981
|
+
"4C2E": 1,
|
187982
|
+
"92D2": 1,
|
187983
|
+
"F52198BA7E41": 1,
|
187984
|
+
"</plist>": 7,
|
187985
|
+
"Computer": 2,
|
187986
|
+
"content": 1,
|
187987
|
+
".and.": 1,
|
187988
|
+
"And": 1,
|
187989
|
+
"source.fortran": 1,
|
187990
|
+
"tabTrigger": 1,
|
187991
|
+
"and": 1,
|
187992
|
+
"3537B123": 1,
|
187993
|
+
"DB04": 1,
|
187994
|
+
"475A": 1,
|
187995
|
+
"8B8A": 1,
|
187996
|
+
"A5D223872FC1": 1,
|
187997
|
+
"beforeRunningCommand": 1,
|
187998
|
+
"nop": 1,
|
187999
|
+
"command": 1,
|
188000
|
+
"input": 1,
|
188001
|
+
"none": 1,
|
188002
|
+
"keyEquivalent": 1,
|
188003
|
+
"Completion": 1,
|
188004
|
+
"output": 1,
|
188005
|
+
"afterSelectedText": 1,
|
188006
|
+
"source.sql": 2,
|
188007
|
+
"AFBD4D3D": 1,
|
188008
|
+
"926A": 1,
|
188009
|
+
"44B1": 1,
|
188010
|
+
"91CD": 1,
|
188011
|
+
"2BF793BCB8FD": 1,
|
188012
|
+
"fileTypes": 1,
|
188013
|
+
"man": 1,
|
188014
|
+
"Man": 1,
|
188015
|
+
"patterns": 1,
|
188016
|
+
"match": 4,
|
188017
|
+
"[": 5,
|
188018
|
+
"A": 1,
|
188019
|
+
"Z": 1,
|
188020
|
+
"]": 5,
|
188021
|
+
"(": 8,
|
188022
|
+
"&": 3,
|
188023
|
+
"gt": 1,
|
188024
|
+
";": 3,
|
188025
|
+
"S": 1,
|
188026
|
+
"|": 5,
|
188027
|
+
"s": 2,
|
188028
|
+
")": 8,
|
188029
|
+
"*": 1,
|
188030
|
+
"markup.heading.man": 1,
|
188031
|
+
"https": 1,
|
188032
|
+
"ftp": 1,
|
188033
|
+
"file": 1,
|
188034
|
+
"txmt": 1,
|
188035
|
+
"//": 1,
|
188036
|
+
"mailto": 1,
|
188037
|
+
"@a": 1,
|
188038
|
+
"zA": 1,
|
188039
|
+
"Z0": 1,
|
188040
|
+
"9_.": 1,
|
188041
|
+
"%": 33,
|
188042
|
+
"+": 3,
|
188043
|
+
"/": 1,
|
188044
|
+
"amp": 1,
|
188045
|
+
"#": 1,
|
188046
|
+
"lt": 1,
|
188047
|
+
".": 2,
|
188048
|
+
"markup.underline.link.man": 1,
|
188049
|
+
"w": 1,
|
188050
|
+
"d": 1,
|
188051
|
+
"a": 1,
|
188052
|
+
"z": 1,
|
188053
|
+
"_": 1,
|
188054
|
+
"{": 1,
|
188055
|
+
"}": 1,
|
188056
|
+
"meta.foldingStopMarker.man": 1,
|
188057
|
+
"scopeName": 1,
|
188058
|
+
"text.man": 1,
|
188059
|
+
"E8BAC30A": 1,
|
188060
|
+
"16BF": 1,
|
188061
|
+
"498D": 1,
|
188062
|
+
"941D": 1,
|
188063
|
+
"73FBAED37891": 1,
|
188064
|
+
"<": 16,
|
188065
|
+
"colorSpaceName": 1,
|
188066
|
+
"sRGB": 1,
|
188067
|
+
"ui.background.primary.hex": 1,
|
188068
|
+
"scheme.caret": 1,
|
188069
|
+
"scheme.foreground": 1,
|
188070
|
+
"scheme.invisibles": 1,
|
188071
|
+
"scheme.highlight": 1,
|
188072
|
+
"scheme.selection": 2,
|
188073
|
+
"selectionBorder": 1,
|
188074
|
+
"scheme.comments": 1,
|
188075
|
+
"scheme.keyword": 1,
|
188076
|
+
"keyword.control.character": 1,
|
188077
|
+
"scheme.base.red": 1,
|
188078
|
+
"scheme.constant": 1,
|
188079
|
+
"keyword.operator.quantifier": 1,
|
188080
|
+
"scheme.string": 1,
|
188081
|
+
"constant.character.escape": 1,
|
188082
|
+
"scheme.constantEscape": 1,
|
188083
|
+
"EJS": 1,
|
188084
|
+
"8AEAD828": 1,
|
188085
|
+
"43D2": 1,
|
188086
|
+
"84C3": 1,
|
188087
|
+
"1C530192D62C": 1,
|
188088
|
+
"Folding": 1,
|
188089
|
+
"foldingStartMarker": 1,
|
188090
|
+
"s*": 3,
|
188091
|
+
"foldingStopMarker": 1,
|
188092
|
+
"497AB342": 1,
|
188093
|
+
"09C2": 1,
|
188094
|
+
"A2A0": 1,
|
188095
|
+
"24564AFB058C": 1
|
188096
|
+
},
|
186067
188097
|
"XPages": {
|
186068
188098
|
"<?xml>": 2,
|
186069
188099
|
"version=": 3,
|
@@ -191410,6 +193440,7 @@
|
|
191410
193440
|
"AutoHotkey": 3,
|
191411
193441
|
"Awk": 544,
|
191412
193442
|
"Ballerina": 406,
|
193443
|
+
"BibTeX": 107,
|
191413
193444
|
"BitBake": 43,
|
191414
193445
|
"Blade": 88,
|
191415
193446
|
"BlitzBasic": 2080,
|
@@ -191496,6 +193527,7 @@
|
|
191496
193527
|
"Frege": 4085,
|
191497
193528
|
"Fstar": 2326,
|
191498
193529
|
"G-code": 4789,
|
193530
|
+
"GAML": 3411,
|
191499
193531
|
"GAMS": 361,
|
191500
193532
|
"GAP": 11412,
|
191501
193533
|
"GCC Machine Description": 15250,
|
@@ -191531,7 +193563,7 @@
|
|
191531
193563
|
"HTML+ERB": 287,
|
191532
193564
|
"HTML+Razor": 487,
|
191533
193565
|
"HXML": 168,
|
191534
|
-
"Hack":
|
193566
|
+
"Hack": 4303,
|
191535
193567
|
"Haml": 120,
|
191536
193568
|
"Handlebars": 69,
|
191537
193569
|
"Haskell": 1118,
|
@@ -191540,7 +193572,7 @@
|
|
191540
193572
|
"Hy": 252,
|
191541
193573
|
"HyPhy": 21403,
|
191542
193574
|
"IDL": 417,
|
191543
|
-
"IGOR Pro":
|
193575
|
+
"IGOR Pro": 722,
|
191544
193576
|
"INI": 880,
|
191545
193577
|
"Idris": 149,
|
191546
193578
|
"Ignore List": 229,
|
@@ -191578,7 +193610,7 @@
|
|
191578
193610
|
"LOLCODE": 2647,
|
191579
193611
|
"LSL": 388,
|
191580
193612
|
"LTspice Symbol": 84,
|
191581
|
-
"Lasso":
|
193613
|
+
"Lasso": 7352,
|
191582
193614
|
"Latte": 1331,
|
191583
193615
|
"Lean": 754,
|
191584
193616
|
"Less": 39,
|
@@ -191600,6 +193632,7 @@
|
|
191600
193632
|
"M4Sugar": 1313,
|
191601
193633
|
"MATLAB": 13411,
|
191602
193634
|
"MAXScript": 1026,
|
193635
|
+
"MLIR": 4842,
|
191603
193636
|
"MQL4": 2458,
|
191604
193637
|
"MQL5": 14185,
|
191605
193638
|
"MTML": 138,
|
@@ -191650,6 +193683,7 @@
|
|
191650
193683
|
"OpenEdge ABL": 1063,
|
191651
193684
|
"OpenRC runscript": 35,
|
191652
193685
|
"OpenSCAD": 67,
|
193686
|
+
"OpenStep Property List": 146,
|
191653
193687
|
"Org": 855,
|
191654
193688
|
"Ox": 991,
|
191655
193689
|
"Oxygene": 157,
|
@@ -191690,7 +193724,7 @@
|
|
191690
193724
|
"Puppet": 846,
|
191691
193725
|
"PureBasic": 106,
|
191692
193726
|
"PureScript": 1831,
|
191693
|
-
"Python":
|
193727
|
+
"Python": 10863,
|
191694
193728
|
"QML": 497,
|
191695
193729
|
"QMake": 119,
|
191696
193730
|
"Quake": 207,
|
@@ -191742,6 +193776,7 @@
|
|
191742
193776
|
"Slash": 397,
|
191743
193777
|
"Slice": 1900,
|
191744
193778
|
"Slim": 77,
|
193779
|
+
"SmPL": 398,
|
191745
193780
|
"Smali": 41519,
|
191746
193781
|
"Smalltalk": 7934,
|
191747
193782
|
"SourcePawn": 5236,
|
@@ -191766,6 +193801,7 @@
|
|
191766
193801
|
"TeX": 8176,
|
191767
193802
|
"Tea": 7,
|
191768
193803
|
"Terra": 1293,
|
193804
|
+
"Texinfo": 1099,
|
191769
193805
|
"Text": 16737,
|
191770
193806
|
"Thrift": 6,
|
191771
193807
|
"Turing": 3009,
|
@@ -191777,6 +193813,7 @@
|
|
191777
193813
|
"Uno": 1262,
|
191778
193814
|
"UnrealScript": 3010,
|
191779
193815
|
"UrWeb": 811,
|
193816
|
+
"V": 1480,
|
191780
193817
|
"VCL": 578,
|
191781
193818
|
"VHDL": 37,
|
191782
193819
|
"Verilog": 3660,
|
@@ -191800,6 +193837,7 @@
|
|
191800
193837
|
"XC": 24,
|
191801
193838
|
"XCompose": 9587,
|
191802
193839
|
"XML": 26058,
|
193840
|
+
"XML Property List": 1275,
|
191803
193841
|
"XPages": 120,
|
191804
193842
|
"XProc": 32,
|
191805
193843
|
"XQuery": 801,
|
@@ -191861,6 +193899,7 @@
|
|
191861
193899
|
"AutoHotkey": 1,
|
191862
193900
|
"Awk": 1,
|
191863
193901
|
"Ballerina": 5,
|
193902
|
+
"BibTeX": 1,
|
191864
193903
|
"BitBake": 2,
|
191865
193904
|
"Blade": 2,
|
191866
193905
|
"BlitzBasic": 3,
|
@@ -191947,6 +193986,7 @@
|
|
191947
193986
|
"Frege": 4,
|
191948
193987
|
"Fstar": 2,
|
191949
193988
|
"G-code": 3,
|
193989
|
+
"GAML": 6,
|
191950
193990
|
"GAMS": 1,
|
191951
193991
|
"GAP": 9,
|
191952
193992
|
"GCC Machine Description": 1,
|
@@ -191982,7 +194022,7 @@
|
|
191982
194022
|
"HTML+ERB": 2,
|
191983
194023
|
"HTML+Razor": 2,
|
191984
194024
|
"HXML": 2,
|
191985
|
-
"Hack":
|
194025
|
+
"Hack": 29,
|
191986
194026
|
"Haml": 2,
|
191987
194027
|
"Handlebars": 2,
|
191988
194028
|
"Haskell": 5,
|
@@ -191991,7 +194031,7 @@
|
|
191991
194031
|
"Hy": 3,
|
191992
194032
|
"HyPhy": 8,
|
191993
194033
|
"IDL": 4,
|
191994
|
-
"IGOR Pro":
|
194034
|
+
"IGOR Pro": 3,
|
191995
194035
|
"INI": 7,
|
191996
194036
|
"Idris": 1,
|
191997
194037
|
"Ignore List": 16,
|
@@ -192029,7 +194069,7 @@
|
|
192029
194069
|
"LOLCODE": 1,
|
192030
194070
|
"LSL": 2,
|
192031
194071
|
"LTspice Symbol": 1,
|
192032
|
-
"Lasso":
|
194072
|
+
"Lasso": 3,
|
192033
194073
|
"Latte": 2,
|
192034
194074
|
"Lean": 2,
|
192035
194075
|
"Less": 1,
|
@@ -192051,6 +194091,7 @@
|
|
192051
194091
|
"M4Sugar": 3,
|
192052
194092
|
"MATLAB": 39,
|
192053
194093
|
"MAXScript": 5,
|
194094
|
+
"MLIR": 4,
|
192054
194095
|
"MQL4": 3,
|
192055
194096
|
"MQL5": 3,
|
192056
194097
|
"MTML": 1,
|
@@ -192101,6 +194142,7 @@
|
|
192101
194142
|
"OpenEdge ABL": 6,
|
192102
194143
|
"OpenRC runscript": 1,
|
192103
194144
|
"OpenSCAD": 2,
|
194145
|
+
"OpenStep Property List": 1,
|
192104
194146
|
"Org": 1,
|
192105
194147
|
"Ox": 3,
|
192106
194148
|
"Oxygene": 1,
|
@@ -192141,7 +194183,7 @@
|
|
192141
194183
|
"Puppet": 5,
|
192142
194184
|
"PureBasic": 2,
|
192143
194185
|
"PureScript": 4,
|
192144
|
-
"Python":
|
194186
|
+
"Python": 25,
|
192145
194187
|
"QML": 1,
|
192146
194188
|
"QMake": 4,
|
192147
194189
|
"Quake": 2,
|
@@ -192193,6 +194235,7 @@
|
|
192193
194235
|
"Slash": 1,
|
192194
194236
|
"Slice": 3,
|
192195
194237
|
"Slim": 1,
|
194238
|
+
"SmPL": 1,
|
192196
194239
|
"Smali": 7,
|
192197
194240
|
"Smalltalk": 10,
|
192198
194241
|
"SourcePawn": 2,
|
@@ -192217,6 +194260,7 @@
|
|
192217
194260
|
"TeX": 7,
|
192218
194261
|
"Tea": 1,
|
192219
194262
|
"Terra": 3,
|
194263
|
+
"Texinfo": 1,
|
192220
194264
|
"Text": 21,
|
192221
194265
|
"Thrift": 1,
|
192222
194266
|
"Turing": 2,
|
@@ -192228,6 +194272,7 @@
|
|
192228
194272
|
"Uno": 3,
|
192229
194273
|
"UnrealScript": 2,
|
192230
194274
|
"UrWeb": 2,
|
194275
|
+
"V": 9,
|
192231
194276
|
"VCL": 2,
|
192232
194277
|
"VHDL": 1,
|
192233
194278
|
"Verilog": 13,
|
@@ -192251,6 +194296,7 @@
|
|
192251
194296
|
"XC": 1,
|
192252
194297
|
"XCompose": 1,
|
192253
194298
|
"XML": 64,
|
194299
|
+
"XML Property List": 7,
|
192254
194300
|
"XPages": 2,
|
192255
194301
|
"XProc": 1,
|
192256
194302
|
"XQuery": 1,
|
@@ -192283,5 +194329,5 @@
|
|
192283
194329
|
"wisp": 1,
|
192284
194330
|
"xBase": 3
|
192285
194331
|
},
|
192286
|
-
"md5": "
|
194332
|
+
"md5": "a2f50fbb571add8ae56052ab2661d70a"
|
192287
194333
|
}
|