github-linguist 3.1.1 → 3.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/linguist/generated.rb +1 -1
- data/lib/linguist/language.rb +1 -0
- data/lib/linguist/languages.yml +149 -20
- data/lib/linguist/samples.json +3149 -281
- data/lib/linguist/vendor.yml +21 -1
- data/lib/linguist/version.rb +1 -1
- metadata +2 -2
data/lib/linguist/samples.json
CHANGED
|
@@ -3,6 +3,13 @@
|
|
|
3
3
|
"ABAP": [
|
|
4
4
|
".abap"
|
|
5
5
|
],
|
|
6
|
+
"AGS Script": [
|
|
7
|
+
".asc",
|
|
8
|
+
".ash"
|
|
9
|
+
],
|
|
10
|
+
"APL": [
|
|
11
|
+
".apl"
|
|
12
|
+
],
|
|
6
13
|
"ATS": [
|
|
7
14
|
".atxt",
|
|
8
15
|
".dats",
|
|
@@ -82,6 +89,9 @@
|
|
|
82
89
|
"Ceylon": [
|
|
83
90
|
".ceylon"
|
|
84
91
|
],
|
|
92
|
+
"Chapel": [
|
|
93
|
+
".chpl"
|
|
94
|
+
],
|
|
85
95
|
"Cirru": [
|
|
86
96
|
".cirru"
|
|
87
97
|
],
|
|
@@ -92,11 +102,18 @@
|
|
|
92
102
|
".cljs",
|
|
93
103
|
".cljscm",
|
|
94
104
|
".cljx",
|
|
95
|
-
".hic"
|
|
105
|
+
".hic",
|
|
106
|
+
".hl"
|
|
96
107
|
],
|
|
97
108
|
"CoffeeScript": [
|
|
98
109
|
".coffee"
|
|
99
110
|
],
|
|
111
|
+
"ColdFusion": [
|
|
112
|
+
".cfm"
|
|
113
|
+
],
|
|
114
|
+
"ColdFusion CFC": [
|
|
115
|
+
".cfc"
|
|
116
|
+
],
|
|
100
117
|
"Common Lisp": [
|
|
101
118
|
".cl",
|
|
102
119
|
".lisp"
|
|
@@ -118,6 +135,9 @@
|
|
|
118
135
|
".cu",
|
|
119
136
|
".cuh"
|
|
120
137
|
],
|
|
138
|
+
"Cycript": [
|
|
139
|
+
".cy"
|
|
140
|
+
],
|
|
121
141
|
"DM": [
|
|
122
142
|
".dm"
|
|
123
143
|
],
|
|
@@ -146,6 +166,9 @@
|
|
|
146
166
|
"Emacs Lisp": [
|
|
147
167
|
".el"
|
|
148
168
|
],
|
|
169
|
+
"EmberScript": [
|
|
170
|
+
".em"
|
|
171
|
+
],
|
|
149
172
|
"Erlang": [
|
|
150
173
|
".erl",
|
|
151
174
|
".escript",
|
|
@@ -209,7 +232,12 @@
|
|
|
209
232
|
".html",
|
|
210
233
|
".st"
|
|
211
234
|
],
|
|
235
|
+
"HTML+ERB": [
|
|
236
|
+
".deface",
|
|
237
|
+
".erb"
|
|
238
|
+
],
|
|
212
239
|
"Haml": [
|
|
240
|
+
".deface",
|
|
213
241
|
".haml"
|
|
214
242
|
],
|
|
215
243
|
"Handlebars": [
|
|
@@ -310,6 +338,9 @@
|
|
|
310
338
|
"Logtalk": [
|
|
311
339
|
".lgt"
|
|
312
340
|
],
|
|
341
|
+
"LookML": [
|
|
342
|
+
".lookml"
|
|
343
|
+
],
|
|
313
344
|
"Lua": [
|
|
314
345
|
".pd_lua"
|
|
315
346
|
],
|
|
@@ -396,6 +427,9 @@
|
|
|
396
427
|
"Opa": [
|
|
397
428
|
".opa"
|
|
398
429
|
],
|
|
430
|
+
"Opal": [
|
|
431
|
+
".opal"
|
|
432
|
+
],
|
|
399
433
|
"OpenCL": [
|
|
400
434
|
".cl"
|
|
401
435
|
],
|
|
@@ -403,6 +437,9 @@
|
|
|
403
437
|
".cls",
|
|
404
438
|
".p"
|
|
405
439
|
],
|
|
440
|
+
"OpenSCAD": [
|
|
441
|
+
".scad"
|
|
442
|
+
],
|
|
406
443
|
"Org": [
|
|
407
444
|
".org"
|
|
408
445
|
],
|
|
@@ -435,6 +472,7 @@
|
|
|
435
472
|
".dpr"
|
|
436
473
|
],
|
|
437
474
|
"Perl": [
|
|
475
|
+
".cgi",
|
|
438
476
|
".fcgi",
|
|
439
477
|
".pl",
|
|
440
478
|
".pm",
|
|
@@ -446,6 +484,9 @@
|
|
|
446
484
|
".p6",
|
|
447
485
|
".pm6"
|
|
448
486
|
],
|
|
487
|
+
"PigLatin": [
|
|
488
|
+
".pig"
|
|
489
|
+
],
|
|
449
490
|
"Pike": [
|
|
450
491
|
".pike",
|
|
451
492
|
".pmod"
|
|
@@ -540,6 +581,10 @@
|
|
|
540
581
|
"SCSS": [
|
|
541
582
|
".scss"
|
|
542
583
|
],
|
|
584
|
+
"SQF": [
|
|
585
|
+
".hqf",
|
|
586
|
+
".sqf"
|
|
587
|
+
],
|
|
543
588
|
"SQL": [
|
|
544
589
|
".prc",
|
|
545
590
|
".sql",
|
|
@@ -634,7 +679,10 @@
|
|
|
634
679
|
".tm"
|
|
635
680
|
],
|
|
636
681
|
"TeX": [
|
|
637
|
-
".
|
|
682
|
+
".bbx",
|
|
683
|
+
".cbx",
|
|
684
|
+
".cls",
|
|
685
|
+
".lbx"
|
|
638
686
|
],
|
|
639
687
|
"Tea": [
|
|
640
688
|
".tea"
|
|
@@ -797,8 +845,8 @@
|
|
|
797
845
|
"exception.zep.php"
|
|
798
846
|
]
|
|
799
847
|
},
|
|
800
|
-
"tokens_total":
|
|
801
|
-
"languages_total":
|
|
848
|
+
"tokens_total": 654541,
|
|
849
|
+
"languages_total": 900,
|
|
802
850
|
"tokens": {
|
|
803
851
|
"ABAP": {
|
|
804
852
|
"*/**": 1,
|
|
@@ -1059,6 +1107,392 @@
|
|
|
1059
1107
|
"pos": 2,
|
|
1060
1108
|
"endclass.": 1
|
|
1061
1109
|
},
|
|
1110
|
+
"AGS Script": {
|
|
1111
|
+
"function": 54,
|
|
1112
|
+
"initialize_control_panel": 2,
|
|
1113
|
+
"(": 281,
|
|
1114
|
+
")": 282,
|
|
1115
|
+
"{": 106,
|
|
1116
|
+
"gPanel.Centre": 1,
|
|
1117
|
+
";": 235,
|
|
1118
|
+
"gRestartYN.Centre": 1,
|
|
1119
|
+
"if": 96,
|
|
1120
|
+
"IsSpeechVoxAvailable": 3,
|
|
1121
|
+
"lblVoice.Visible": 1,
|
|
1122
|
+
"false": 26,
|
|
1123
|
+
"btnVoice.Visible": 1,
|
|
1124
|
+
"sldVoice.Visible": 1,
|
|
1125
|
+
"}": 107,
|
|
1126
|
+
"else": 44,
|
|
1127
|
+
"SetVoiceMode": 6,
|
|
1128
|
+
"eSpeechVoiceAndText": 4,
|
|
1129
|
+
"btnVoice.Text": 9,
|
|
1130
|
+
"System.SupportsGammaControl": 3,
|
|
1131
|
+
"sldGamma.Visible": 1,
|
|
1132
|
+
"lblGamma.Visible": 1,
|
|
1133
|
+
"//And": 1,
|
|
1134
|
+
"now": 1,
|
|
1135
|
+
"set": 7,
|
|
1136
|
+
"all": 2,
|
|
1137
|
+
"the": 15,
|
|
1138
|
+
"defaults": 1,
|
|
1139
|
+
"System.Volume": 5,
|
|
1140
|
+
"sldAudio.Value": 3,
|
|
1141
|
+
"SetGameSpeed": 3,
|
|
1142
|
+
"sldSpeed.Value": 3,
|
|
1143
|
+
"sldVoice.Value": 3,
|
|
1144
|
+
"SetSpeechVolume": 3,
|
|
1145
|
+
"System.Gamma": 3,
|
|
1146
|
+
"sldGamma.Value": 3,
|
|
1147
|
+
"game_start": 1,
|
|
1148
|
+
"KeyboardMovement.SetMode": 1,
|
|
1149
|
+
"eKeyboardMovement_Tapping": 3,
|
|
1150
|
+
"repeatedly_execute": 2,
|
|
1151
|
+
"IsGamePaused": 4,
|
|
1152
|
+
"return": 8,
|
|
1153
|
+
"repeatedly_execute_always": 1,
|
|
1154
|
+
"show_inventory_window": 3,
|
|
1155
|
+
"gInventory.Visible": 2,
|
|
1156
|
+
"true": 18,
|
|
1157
|
+
"mouse.Mode": 13,
|
|
1158
|
+
"eModeInteract": 3,
|
|
1159
|
+
"mouse.UseModeGraphic": 8,
|
|
1160
|
+
"eModePointer": 8,
|
|
1161
|
+
"show_save_game_dialog": 3,
|
|
1162
|
+
"gSaveGame.Visible": 3,
|
|
1163
|
+
"lstSaveGamesList.FillSaveGameList": 2,
|
|
1164
|
+
"lstSaveGamesList.ItemCount": 3,
|
|
1165
|
+
"txtNewSaveName.Text": 5,
|
|
1166
|
+
"lstSaveGamesList.Items": 3,
|
|
1167
|
+
"[": 6,
|
|
1168
|
+
"]": 6,
|
|
1169
|
+
"gIconbar.Visible": 15,
|
|
1170
|
+
"show_restore_game_dialog": 3,
|
|
1171
|
+
"gRestoreGame.Visible": 3,
|
|
1172
|
+
"lstRestoreGamesList.FillSaveGameList": 1,
|
|
1173
|
+
"close_save_game_dialog": 4,
|
|
1174
|
+
"mouse.UseDefaultGraphic": 9,
|
|
1175
|
+
"close_restore_game_dialog": 4,
|
|
1176
|
+
"on_key_press": 2,
|
|
1177
|
+
"eKeyCode": 1,
|
|
1178
|
+
"keycode": 27,
|
|
1179
|
+
"eKeyEscape": 5,
|
|
1180
|
+
"&&": 8,
|
|
1181
|
+
"gRestartYN.Visible": 6,
|
|
1182
|
+
"//Use": 1,
|
|
1183
|
+
"ESC": 1,
|
|
1184
|
+
"to": 14,
|
|
1185
|
+
"cancel": 1,
|
|
1186
|
+
"restart.": 1,
|
|
1187
|
+
"gPanel.Visible": 11,
|
|
1188
|
+
"eKeyReturn": 1,
|
|
1189
|
+
"RestartGame": 2,
|
|
1190
|
+
"||": 12,
|
|
1191
|
+
"IsInterfaceEnabled": 3,
|
|
1192
|
+
"eKeyCtrlQ": 1,
|
|
1193
|
+
"QuitGame": 3,
|
|
1194
|
+
"//": 66,
|
|
1195
|
+
"Ctrl": 1,
|
|
1196
|
+
"-": 217,
|
|
1197
|
+
"Q": 1,
|
|
1198
|
+
"eKeyF5": 1,
|
|
1199
|
+
"F5": 1,
|
|
1200
|
+
"eKeyF7": 1,
|
|
1201
|
+
"F7": 1,
|
|
1202
|
+
"eKeyF9": 1,
|
|
1203
|
+
"eKeyF12": 1,
|
|
1204
|
+
"SaveScreenShot": 1,
|
|
1205
|
+
"F12": 1,
|
|
1206
|
+
"eKeyTab": 1,
|
|
1207
|
+
"Tab": 1,
|
|
1208
|
+
"show": 1,
|
|
1209
|
+
"inventory": 2,
|
|
1210
|
+
"eModeWalkto": 2,
|
|
1211
|
+
"//Notice": 1,
|
|
1212
|
+
"this": 1,
|
|
1213
|
+
"alternate": 1,
|
|
1214
|
+
"way": 1,
|
|
1215
|
+
"indicate": 1,
|
|
1216
|
+
"keycodes.": 1,
|
|
1217
|
+
"eModeLookat": 1,
|
|
1218
|
+
"//Note": 1,
|
|
1219
|
+
"that": 1,
|
|
1220
|
+
"we": 1,
|
|
1221
|
+
"do": 1,
|
|
1222
|
+
"here": 1,
|
|
1223
|
+
"is": 10,
|
|
1224
|
+
"modes.": 1,
|
|
1225
|
+
"//If": 1,
|
|
1226
|
+
"you": 1,
|
|
1227
|
+
"want": 1,
|
|
1228
|
+
"something": 1,
|
|
1229
|
+
"happen": 1,
|
|
1230
|
+
"such": 1,
|
|
1231
|
+
"as": 2,
|
|
1232
|
+
"GUI": 3,
|
|
1233
|
+
"buttons": 1,
|
|
1234
|
+
"highlighting": 1,
|
|
1235
|
+
"eModeTalkto": 2,
|
|
1236
|
+
"//you": 1,
|
|
1237
|
+
"I": 1,
|
|
1238
|
+
"P": 1,
|
|
1239
|
+
"G": 1,
|
|
1240
|
+
"t": 1,
|
|
1241
|
+
"allow": 1,
|
|
1242
|
+
"mouse": 2,
|
|
1243
|
+
"click": 1,
|
|
1244
|
+
"button": 33,
|
|
1245
|
+
"eMouseLeft": 4,
|
|
1246
|
+
"ProcessClick": 2,
|
|
1247
|
+
"mouse.x": 2,
|
|
1248
|
+
"mouse.y": 2,
|
|
1249
|
+
"eMouseRight": 1,
|
|
1250
|
+
"eMouseWheelSouth": 1,
|
|
1251
|
+
"mouse.SelectNextMode": 1,
|
|
1252
|
+
"eMouseMiddle": 1,
|
|
1253
|
+
"eMouseWheelNorth": 1,
|
|
1254
|
+
"player.ActiveInventory": 2,
|
|
1255
|
+
"null": 2,
|
|
1256
|
+
"//...and": 1,
|
|
1257
|
+
"player": 13,
|
|
1258
|
+
"has": 1,
|
|
1259
|
+
"a": 1,
|
|
1260
|
+
"selected": 1,
|
|
1261
|
+
"item": 1,
|
|
1262
|
+
"mode": 10,
|
|
1263
|
+
"UseInv.": 1,
|
|
1264
|
+
"eModeUseinv": 2,
|
|
1265
|
+
"interface_click": 1,
|
|
1266
|
+
"int": 18,
|
|
1267
|
+
"interface": 3,
|
|
1268
|
+
"btnInvUp_Click": 1,
|
|
1269
|
+
"GUIControl": 31,
|
|
1270
|
+
"*control": 31,
|
|
1271
|
+
"MouseButton": 26,
|
|
1272
|
+
"invCustomInv.ScrollUp": 1,
|
|
1273
|
+
"btnInvDown_Click": 1,
|
|
1274
|
+
"invCustomInv.ScrollDown": 1,
|
|
1275
|
+
"btnInvOK_Click": 1,
|
|
1276
|
+
"They": 2,
|
|
1277
|
+
"pressed": 4,
|
|
1278
|
+
"OK": 1,
|
|
1279
|
+
"close": 1,
|
|
1280
|
+
"btnInvSelect_Click": 1,
|
|
1281
|
+
"SELECT": 1,
|
|
1282
|
+
"so": 1,
|
|
1283
|
+
"switch": 1,
|
|
1284
|
+
"Get": 1,
|
|
1285
|
+
"cursor": 1,
|
|
1286
|
+
"But": 1,
|
|
1287
|
+
"override": 1,
|
|
1288
|
+
"appearance": 1,
|
|
1289
|
+
"look": 1,
|
|
1290
|
+
"like": 1,
|
|
1291
|
+
"arrow": 9,
|
|
1292
|
+
"btnIconInv_Click": 1,
|
|
1293
|
+
"btnIconCurInv_Click": 1,
|
|
1294
|
+
"btnIconSave_Click": 2,
|
|
1295
|
+
"btnIconLoad_Click": 2,
|
|
1296
|
+
"btnIconExit_Click": 1,
|
|
1297
|
+
"btnIconAbout_Click": 1,
|
|
1298
|
+
"cEgo_Look": 1,
|
|
1299
|
+
"Display": 4,
|
|
1300
|
+
"cEgo_Interact": 1,
|
|
1301
|
+
"cEgo_Talk": 1,
|
|
1302
|
+
"//START": 1,
|
|
1303
|
+
"OF": 2,
|
|
1304
|
+
"CONTROL": 2,
|
|
1305
|
+
"PANEL": 2,
|
|
1306
|
+
"FUNCTIONS": 2,
|
|
1307
|
+
"btnSave_OnClick": 1,
|
|
1308
|
+
"Wait": 3,
|
|
1309
|
+
"btnIconSave": 1,
|
|
1310
|
+
"gControl_OnClick": 1,
|
|
1311
|
+
"*theGui": 1,
|
|
1312
|
+
"btnAbout_OnClick": 1,
|
|
1313
|
+
"btnQuit_OnClick": 1,
|
|
1314
|
+
"btnLoad_OnClick": 1,
|
|
1315
|
+
"btnIconLoad": 1,
|
|
1316
|
+
"btnResume_OnClick": 1,
|
|
1317
|
+
"sldAudio_OnChange": 1,
|
|
1318
|
+
"sldVoice_OnChange": 1,
|
|
1319
|
+
"btnVoice_OnClick": 1,
|
|
1320
|
+
"eSpeechVoiceOnly": 1,
|
|
1321
|
+
"eSpeechTextOnly": 1,
|
|
1322
|
+
"sldGamma_OnChange": 1,
|
|
1323
|
+
"btnDefault_OnClick": 1,
|
|
1324
|
+
"//END": 1,
|
|
1325
|
+
"dialog_request": 1,
|
|
1326
|
+
"param": 1,
|
|
1327
|
+
"sldSpeed_OnChange": 1,
|
|
1328
|
+
"btnRestart_OnClick": 1,
|
|
1329
|
+
"btnRestartYes_OnClick": 1,
|
|
1330
|
+
"btnRestartNo_OnClick": 1,
|
|
1331
|
+
"btnCancelSave_OnClick": 1,
|
|
1332
|
+
"btnSaveGame_OnClick": 2,
|
|
1333
|
+
"gameSlotToSaveInto": 3,
|
|
1334
|
+
"+": 7,
|
|
1335
|
+
"i": 5,
|
|
1336
|
+
"while": 1,
|
|
1337
|
+
"<": 1,
|
|
1338
|
+
"lstSaveGamesList.SaveGameSlots": 2,
|
|
1339
|
+
"SaveGameSlot": 1,
|
|
1340
|
+
"btnCancelRestore_OnClick": 1,
|
|
1341
|
+
"btnRestoreGame_OnClick": 1,
|
|
1342
|
+
"lstRestoreGamesList.SelectedIndex": 2,
|
|
1343
|
+
"RestoreGameSlot": 1,
|
|
1344
|
+
"lstRestoreGamesList.SaveGameSlots": 1,
|
|
1345
|
+
"lstSaveGamesList_OnSelectionCh": 1,
|
|
1346
|
+
"lstSaveGamesList.SelectedIndex": 3,
|
|
1347
|
+
"txtNewSaveName_OnActivate": 1,
|
|
1348
|
+
"control": 2,
|
|
1349
|
+
"btnDeleteSave_OnClick": 1,
|
|
1350
|
+
"DeleteSaveSlot": 1,
|
|
1351
|
+
"//****************************************************************************************************": 8,
|
|
1352
|
+
"#define": 2,
|
|
1353
|
+
"DISTANCE": 25,
|
|
1354
|
+
"distance": 1,
|
|
1355
|
+
"walks": 1,
|
|
1356
|
+
"in": 1,
|
|
1357
|
+
"Tapping": 2,
|
|
1358
|
+
"before": 1,
|
|
1359
|
+
"he": 1,
|
|
1360
|
+
"stops": 1,
|
|
1361
|
+
"enum": 2,
|
|
1362
|
+
"KeyboardMovement_Directions": 4,
|
|
1363
|
+
"eKeyboardMovement_Stop": 9,
|
|
1364
|
+
"eKeyboardMovement_DownLeft": 5,
|
|
1365
|
+
"eKeyboardMovement_Down": 5,
|
|
1366
|
+
"eKeyboardMovement_DownRight": 5,
|
|
1367
|
+
"eKeyboardMovement_Left": 5,
|
|
1368
|
+
"eKeyboardMovement_Right": 5,
|
|
1369
|
+
"eKeyboardMovement_UpLeft": 5,
|
|
1370
|
+
"eKeyboardMovement_Up": 5,
|
|
1371
|
+
"eKeyboardMovement_UpRight": 5,
|
|
1372
|
+
"KeyboardMovement_KeyDown": 5,
|
|
1373
|
+
"down": 9,
|
|
1374
|
+
"KeyboardMovement_KeyLeft": 5,
|
|
1375
|
+
"left": 4,
|
|
1376
|
+
"KeyboardMovement_KeyRight": 5,
|
|
1377
|
+
"right": 5,
|
|
1378
|
+
"KeyboardMovement_KeyUp": 5,
|
|
1379
|
+
"up": 4,
|
|
1380
|
+
"KeyboardMovement_KeyDownRight": 3,
|
|
1381
|
+
"PgDn": 2,
|
|
1382
|
+
"numpad": 8,
|
|
1383
|
+
"KeyboardMovement_KeyUpRight": 3,
|
|
1384
|
+
"PgUp": 2,
|
|
1385
|
+
"KeyboardMovement_KeyDownLeft": 3,
|
|
1386
|
+
"End": 2,
|
|
1387
|
+
"KeyboardMovement_KeyUpLeft": 3,
|
|
1388
|
+
"Home": 2,
|
|
1389
|
+
"KeyboardMovement_KeyStop": 3,
|
|
1390
|
+
"KeyboardMovement_Modes": 4,
|
|
1391
|
+
"KeyboardMovement_Mode": 4,
|
|
1392
|
+
"eKeyboardMovement_None": 2,
|
|
1393
|
+
"stores": 2,
|
|
1394
|
+
"current": 8,
|
|
1395
|
+
"keyboard": 1,
|
|
1396
|
+
"disabled": 5,
|
|
1397
|
+
"by": 1,
|
|
1398
|
+
"default": 1,
|
|
1399
|
+
"KeyboardMovement_CurrentDirection": 7,
|
|
1400
|
+
"walking": 1,
|
|
1401
|
+
"direction": 22,
|
|
1402
|
+
"of": 6,
|
|
1403
|
+
"character": 11,
|
|
1404
|
+
"static": 2,
|
|
1405
|
+
"KeyboardMovement": 2,
|
|
1406
|
+
"SetMode": 2,
|
|
1407
|
+
"Pressing": 1,
|
|
1408
|
+
"eKeyboardMovement_Pressing": 2,
|
|
1409
|
+
"player.on": 2,
|
|
1410
|
+
"game": 2,
|
|
1411
|
+
"paused": 2,
|
|
1412
|
+
"module": 2,
|
|
1413
|
+
"or": 8,
|
|
1414
|
+
"hidden": 2,
|
|
1415
|
+
"quit": 2,
|
|
1416
|
+
"newdirection": 43,
|
|
1417
|
+
"declare": 4,
|
|
1418
|
+
"variable": 2,
|
|
1419
|
+
"storing": 4,
|
|
1420
|
+
"new": 19,
|
|
1421
|
+
"get": 2,
|
|
1422
|
+
"IsKeyPressed": 17,
|
|
1423
|
+
"&": 4,
|
|
1424
|
+
"arrows": 4,
|
|
1425
|
+
"numeric": 2,
|
|
1426
|
+
"pad": 2,
|
|
1427
|
+
"held": 4,
|
|
1428
|
+
"Down": 2,
|
|
1429
|
+
"Right": 2,
|
|
1430
|
+
"none": 1,
|
|
1431
|
+
"above": 2,
|
|
1432
|
+
"it": 1,
|
|
1433
|
+
"stop": 7,
|
|
1434
|
+
"regardless": 1,
|
|
1435
|
+
"whether": 1,
|
|
1436
|
+
"some": 1,
|
|
1437
|
+
"are": 1,
|
|
1438
|
+
"different": 2,
|
|
1439
|
+
"from": 2,
|
|
1440
|
+
"player.StopMoving": 3,
|
|
1441
|
+
"Stop": 4,
|
|
1442
|
+
"command": 4,
|
|
1443
|
+
"movement": 2,
|
|
1444
|
+
"NOT": 2,
|
|
1445
|
+
"dx": 20,
|
|
1446
|
+
"dy": 20,
|
|
1447
|
+
"variables": 2,
|
|
1448
|
+
"walk": 4,
|
|
1449
|
+
"coordinates": 4,
|
|
1450
|
+
"player.WalkStraight": 2,
|
|
1451
|
+
"player.x": 2,
|
|
1452
|
+
"player.y": 2,
|
|
1453
|
+
"eNoBlock": 2,
|
|
1454
|
+
"update": 3,
|
|
1455
|
+
"key": 2,
|
|
1456
|
+
"same": 1,
|
|
1457
|
+
"on_event": 1,
|
|
1458
|
+
"EventType": 1,
|
|
1459
|
+
"event": 2,
|
|
1460
|
+
"data": 1,
|
|
1461
|
+
"eEventLeaveRoom": 1,
|
|
1462
|
+
"KeyboardMovement_VERSION": 1,
|
|
1463
|
+
"struct": 1,
|
|
1464
|
+
"import": 1
|
|
1465
|
+
},
|
|
1466
|
+
"APL": {
|
|
1467
|
+
"You": 1,
|
|
1468
|
+
"can": 2,
|
|
1469
|
+
"try": 1,
|
|
1470
|
+
"this": 2,
|
|
1471
|
+
"at": 1,
|
|
1472
|
+
"http": 1,
|
|
1473
|
+
"//tryapl.org/": 1,
|
|
1474
|
+
"I": 2,
|
|
1475
|
+
"not": 1,
|
|
1476
|
+
"explain": 1,
|
|
1477
|
+
"how": 1,
|
|
1478
|
+
"much": 1,
|
|
1479
|
+
"suddenly": 1,
|
|
1480
|
+
"love": 1,
|
|
1481
|
+
"crypto": 1,
|
|
1482
|
+
"-": 1,
|
|
1483
|
+
"language": 1,
|
|
1484
|
+
"Starts": 2,
|
|
1485
|
+
"Middles": 2,
|
|
1486
|
+
"Qualifiers": 2,
|
|
1487
|
+
"Finishes": 2,
|
|
1488
|
+
"rf": 2,
|
|
1489
|
+
"{": 3,
|
|
1490
|
+
"(": 1,
|
|
1491
|
+
")": 1,
|
|
1492
|
+
"}": 3,
|
|
1493
|
+
"erf": 2,
|
|
1494
|
+
"deepak": 2
|
|
1495
|
+
},
|
|
1062
1496
|
"ATS": {
|
|
1063
1497
|
"//": 211,
|
|
1064
1498
|
"#include": 16,
|
|
@@ -15140,6 +15574,798 @@
|
|
|
15140
15574
|
"<=>": 1,
|
|
15141
15575
|
"other.name": 1
|
|
15142
15576
|
},
|
|
15577
|
+
"Chapel": {
|
|
15578
|
+
"//": 150,
|
|
15579
|
+
"use": 5,
|
|
15580
|
+
"BlockDist": 2,
|
|
15581
|
+
"CyclicDist": 1,
|
|
15582
|
+
"BlockCycDist": 1,
|
|
15583
|
+
"ReplicatedDist": 2,
|
|
15584
|
+
";": 516,
|
|
15585
|
+
"DimensionalDist2D": 2,
|
|
15586
|
+
"ReplicatedDim": 2,
|
|
15587
|
+
"BlockCycDim": 1,
|
|
15588
|
+
"config": 10,
|
|
15589
|
+
"const": 59,
|
|
15590
|
+
"n": 16,
|
|
15591
|
+
"Space": 12,
|
|
15592
|
+
"{": 122,
|
|
15593
|
+
"}": 120,
|
|
15594
|
+
"BlockSpace": 2,
|
|
15595
|
+
"dmapped": 8,
|
|
15596
|
+
"Block": 4,
|
|
15597
|
+
"(": 626,
|
|
15598
|
+
"boundingBox": 2,
|
|
15599
|
+
")": 626,
|
|
15600
|
+
"var": 72,
|
|
15601
|
+
"BA": 3,
|
|
15602
|
+
"[": 920,
|
|
15603
|
+
"]": 920,
|
|
15604
|
+
"int": 21,
|
|
15605
|
+
"forall": 43,
|
|
15606
|
+
"ba": 4,
|
|
15607
|
+
"in": 76,
|
|
15608
|
+
"do": 62,
|
|
15609
|
+
"here.id": 7,
|
|
15610
|
+
"writeln": 53,
|
|
15611
|
+
"MyLocaleView": 5,
|
|
15612
|
+
"#numLocales": 1,
|
|
15613
|
+
"MyLocales": 5,
|
|
15614
|
+
"locale": 1,
|
|
15615
|
+
"reshape": 2,
|
|
15616
|
+
"Locales": 6,
|
|
15617
|
+
"BlockSpace2": 2,
|
|
15618
|
+
"targetLocales": 1,
|
|
15619
|
+
"BA2": 3,
|
|
15620
|
+
"CyclicSpace": 2,
|
|
15621
|
+
"Cyclic": 1,
|
|
15622
|
+
"startIdx": 2,
|
|
15623
|
+
"Space.low": 5,
|
|
15624
|
+
"CA": 3,
|
|
15625
|
+
"ca": 2,
|
|
15626
|
+
"BlkCycSpace": 2,
|
|
15627
|
+
"BlockCyclic": 1,
|
|
15628
|
+
"blocksize": 1,
|
|
15629
|
+
"BCA": 3,
|
|
15630
|
+
"bca": 2,
|
|
15631
|
+
"ReplicatedSpace": 2,
|
|
15632
|
+
"RA": 11,
|
|
15633
|
+
"ra": 4,
|
|
15634
|
+
"RA.numElements": 1,
|
|
15635
|
+
"A": 13,
|
|
15636
|
+
"i": 250,
|
|
15637
|
+
"j": 25,
|
|
15638
|
+
"i*100": 1,
|
|
15639
|
+
"+": 334,
|
|
15640
|
+
"on": 7,
|
|
15641
|
+
"here": 3,
|
|
15642
|
+
"LocaleSpace.high": 3,
|
|
15643
|
+
"nl1": 2,
|
|
15644
|
+
"nl2": 2,
|
|
15645
|
+
"if": 98,
|
|
15646
|
+
"numLocales": 5,
|
|
15647
|
+
"then": 80,
|
|
15648
|
+
"else": 16,
|
|
15649
|
+
"numLocales/2": 1,
|
|
15650
|
+
"#nl1": 2,
|
|
15651
|
+
"#nl2": 1,
|
|
15652
|
+
"#nl1*nl2": 1,
|
|
15653
|
+
"DimReplicatedBlockcyclicSpace": 2,
|
|
15654
|
+
"new": 7,
|
|
15655
|
+
"BlockCyclicDim": 1,
|
|
15656
|
+
"lowIdx": 1,
|
|
15657
|
+
"blockSize": 1,
|
|
15658
|
+
"DRBA": 3,
|
|
15659
|
+
"for": 36,
|
|
15660
|
+
"locId1": 2,
|
|
15661
|
+
"drba": 2,
|
|
15662
|
+
"Helper": 2,
|
|
15663
|
+
"print": 5,
|
|
15664
|
+
"to": 9,
|
|
15665
|
+
"the": 10,
|
|
15666
|
+
"console": 1,
|
|
15667
|
+
"Time": 2,
|
|
15668
|
+
"get": 3,
|
|
15669
|
+
"timing": 6,
|
|
15670
|
+
"routines": 1,
|
|
15671
|
+
"benchmarking": 1,
|
|
15672
|
+
"block": 1,
|
|
15673
|
+
"-": 345,
|
|
15674
|
+
"distributed": 1,
|
|
15675
|
+
"arrays": 6,
|
|
15676
|
+
"luleshInit": 1,
|
|
15677
|
+
"initialization": 1,
|
|
15678
|
+
"code": 1,
|
|
15679
|
+
"data": 1,
|
|
15680
|
+
"set": 4,
|
|
15681
|
+
"param": 25,
|
|
15682
|
+
"useBlockDist": 5,
|
|
15683
|
+
"CHPL_COMM": 1,
|
|
15684
|
+
"use3DRepresentation": 4,
|
|
15685
|
+
"false": 4,
|
|
15686
|
+
"useSparseMaterials": 3,
|
|
15687
|
+
"true": 5,
|
|
15688
|
+
"printWarnings": 3,
|
|
15689
|
+
"&&": 9,
|
|
15690
|
+
"luleshInit.filename": 1,
|
|
15691
|
+
"halt": 5,
|
|
15692
|
+
"initialEnergy": 2,
|
|
15693
|
+
"e": 84,
|
|
15694
|
+
"initial": 1,
|
|
15695
|
+
"energy": 5,
|
|
15696
|
+
"value": 1,
|
|
15697
|
+
"showProgress": 3,
|
|
15698
|
+
"time": 9,
|
|
15699
|
+
"and": 4,
|
|
15700
|
+
"dt": 14,
|
|
15701
|
+
"values": 1,
|
|
15702
|
+
"each": 1,
|
|
15703
|
+
"step": 1,
|
|
15704
|
+
"debug": 8,
|
|
15705
|
+
"various": 1,
|
|
15706
|
+
"info": 1,
|
|
15707
|
+
"doTiming": 4,
|
|
15708
|
+
"main": 3,
|
|
15709
|
+
"timestep": 1,
|
|
15710
|
+
"loop": 2,
|
|
15711
|
+
"printCoords": 2,
|
|
15712
|
+
"final": 1,
|
|
15713
|
+
"computed": 1,
|
|
15714
|
+
"coordinates": 2,
|
|
15715
|
+
"XI_M": 2,
|
|
15716
|
+
"XI_M_SYMM": 4,
|
|
15717
|
+
"XI_M_FREE": 3,
|
|
15718
|
+
"XI_P": 2,
|
|
15719
|
+
"c": 7,
|
|
15720
|
+
"XI_P_SYMM": 3,
|
|
15721
|
+
"XI_P_FREE": 3,
|
|
15722
|
+
"ETA_M": 2,
|
|
15723
|
+
"ETA_M_SYMM": 4,
|
|
15724
|
+
"ETA_M_FREE": 3,
|
|
15725
|
+
"ETA_P": 2,
|
|
15726
|
+
"c0": 1,
|
|
15727
|
+
"ETA_P_SYMM": 3,
|
|
15728
|
+
"ETA_P_FREE": 3,
|
|
15729
|
+
"ZETA_M": 2,
|
|
15730
|
+
"ZETA_M_SYMM": 4,
|
|
15731
|
+
"ZETA_M_FREE": 3,
|
|
15732
|
+
"ZETA_P": 2,
|
|
15733
|
+
"xc00": 1,
|
|
15734
|
+
"ZETA_P_SYMM": 3,
|
|
15735
|
+
"ZETA_P_FREE": 3,
|
|
15736
|
+
"numElems": 2,
|
|
15737
|
+
"numNodes": 1,
|
|
15738
|
+
"initProblemSize": 1,
|
|
15739
|
+
"ElemSpace": 4,
|
|
15740
|
+
"#elemsPerEdge": 3,
|
|
15741
|
+
"#numElems": 1,
|
|
15742
|
+
"NodeSpace": 4,
|
|
15743
|
+
"#nodesPerEdge": 3,
|
|
15744
|
+
"#numNodes": 1,
|
|
15745
|
+
"Elems": 45,
|
|
15746
|
+
"Nodes": 16,
|
|
15747
|
+
"x": 111,
|
|
15748
|
+
"y": 107,
|
|
15749
|
+
"z": 107,
|
|
15750
|
+
"real": 60,
|
|
15751
|
+
"nodesPerElem": 6,
|
|
15752
|
+
"elemToNode": 7,
|
|
15753
|
+
"nodesPerElem*index": 1,
|
|
15754
|
+
"lxim": 3,
|
|
15755
|
+
"lxip": 3,
|
|
15756
|
+
"letam": 3,
|
|
15757
|
+
"letap": 3,
|
|
15758
|
+
"lzetam": 3,
|
|
15759
|
+
"lzetap": 3,
|
|
15760
|
+
"index": 4,
|
|
15761
|
+
"XSym": 4,
|
|
15762
|
+
"YSym": 4,
|
|
15763
|
+
"ZSym": 4,
|
|
15764
|
+
"sparse": 3,
|
|
15765
|
+
"subdomain": 3,
|
|
15766
|
+
"u_cut": 5,
|
|
15767
|
+
"hgcoef": 1,
|
|
15768
|
+
"qstop": 2,
|
|
15769
|
+
"monoq_max_slope": 7,
|
|
15770
|
+
"monoq_limiter_mult": 7,
|
|
15771
|
+
"e_cut": 3,
|
|
15772
|
+
"p_cut": 6,
|
|
15773
|
+
"ss4o3": 1,
|
|
15774
|
+
"/3.0": 2,
|
|
15775
|
+
"q_cut": 2,
|
|
15776
|
+
"v_cut": 2,
|
|
15777
|
+
"qlc_monoq": 2,
|
|
15778
|
+
"qqc_monoq": 2,
|
|
15779
|
+
"qqc": 1,
|
|
15780
|
+
"qqc2": 1,
|
|
15781
|
+
"*": 260,
|
|
15782
|
+
"qqc**2": 1,
|
|
15783
|
+
"eosvmax": 14,
|
|
15784
|
+
"eosvmin": 9,
|
|
15785
|
+
"pmin": 7,
|
|
15786
|
+
"emin": 7,
|
|
15787
|
+
"dvovmax": 1,
|
|
15788
|
+
"refdens": 3,
|
|
15789
|
+
"deltatimemultlb": 1,
|
|
15790
|
+
"deltatimemultub": 1,
|
|
15791
|
+
"dtmax": 1,
|
|
15792
|
+
"stoptime": 3,
|
|
15793
|
+
"maxcycles": 3,
|
|
15794
|
+
"max": 2,
|
|
15795
|
+
"dtfixed": 2,
|
|
15796
|
+
"MatElems": 9,
|
|
15797
|
+
"MatElemsType": 2,
|
|
15798
|
+
"enumerateMatElems": 2,
|
|
15799
|
+
"proc": 44,
|
|
15800
|
+
"type": 1,
|
|
15801
|
+
"return": 15,
|
|
15802
|
+
"Elems.type": 1,
|
|
15803
|
+
"iter": 3,
|
|
15804
|
+
"yield": 3,
|
|
15805
|
+
"elemBC": 16,
|
|
15806
|
+
"p": 10,
|
|
15807
|
+
"pressure": 1,
|
|
15808
|
+
"q": 13,
|
|
15809
|
+
"ql": 3,
|
|
15810
|
+
"linear": 1,
|
|
15811
|
+
"term": 2,
|
|
15812
|
+
"qq": 3,
|
|
15813
|
+
"quadratic": 1,
|
|
15814
|
+
"v": 9,
|
|
15815
|
+
"//relative": 1,
|
|
15816
|
+
"volume": 21,
|
|
15817
|
+
"vnew": 9,
|
|
15818
|
+
"volo": 5,
|
|
15819
|
+
"reference": 1,
|
|
15820
|
+
"delv": 3,
|
|
15821
|
+
"m_vnew": 1,
|
|
15822
|
+
"m_v": 1,
|
|
15823
|
+
"vdov": 4,
|
|
15824
|
+
"derivative": 1,
|
|
15825
|
+
"over": 2,
|
|
15826
|
+
"arealg": 2,
|
|
15827
|
+
"elem": 3,
|
|
15828
|
+
"characteristic": 2,
|
|
15829
|
+
"length": 2,
|
|
15830
|
+
"ss": 2,
|
|
15831
|
+
"elemMass": 4,
|
|
15832
|
+
"mass": 12,
|
|
15833
|
+
"xd": 8,
|
|
15834
|
+
"yd": 8,
|
|
15835
|
+
"zd": 8,
|
|
15836
|
+
"velocities": 2,
|
|
15837
|
+
"xdd": 3,
|
|
15838
|
+
"ydd": 3,
|
|
15839
|
+
"zdd": 3,
|
|
15840
|
+
"acceleration": 1,
|
|
15841
|
+
"fx": 8,
|
|
15842
|
+
"fy": 8,
|
|
15843
|
+
"fz": 8,
|
|
15844
|
+
"atomic": 2,
|
|
15845
|
+
"forces": 1,
|
|
15846
|
+
"nodalMass": 3,
|
|
15847
|
+
"current": 1,
|
|
15848
|
+
"deltatime": 3,
|
|
15849
|
+
"variable": 1,
|
|
15850
|
+
"increment": 1,
|
|
15851
|
+
"dtcourant": 1,
|
|
15852
|
+
"e20": 2,
|
|
15853
|
+
"courant": 1,
|
|
15854
|
+
"constraint": 2,
|
|
15855
|
+
"dthydro": 1,
|
|
15856
|
+
"change": 2,
|
|
15857
|
+
"cycle": 5,
|
|
15858
|
+
"iteration": 1,
|
|
15859
|
+
"count": 1,
|
|
15860
|
+
"simulation": 1,
|
|
15861
|
+
"initLulesh": 2,
|
|
15862
|
+
"st": 4,
|
|
15863
|
+
"getCurrentTime": 4,
|
|
15864
|
+
"while": 4,
|
|
15865
|
+
"<": 42,
|
|
15866
|
+
"iterTime": 2,
|
|
15867
|
+
"TimeIncrement": 2,
|
|
15868
|
+
"LagrangeLeapFrog": 1,
|
|
15869
|
+
"deprint": 3,
|
|
15870
|
+
"format": 9,
|
|
15871
|
+
"et": 3,
|
|
15872
|
+
"/cycle": 1,
|
|
15873
|
+
"outfile": 1,
|
|
15874
|
+
"open": 1,
|
|
15875
|
+
"iomode.cw": 1,
|
|
15876
|
+
"writer": 1,
|
|
15877
|
+
"outfile.writer": 1,
|
|
15878
|
+
"fmtstr": 4,
|
|
15879
|
+
"writer.writeln": 1,
|
|
15880
|
+
"writer.close": 1,
|
|
15881
|
+
"outfile.close": 1,
|
|
15882
|
+
"initCoordinates": 1,
|
|
15883
|
+
"initElemToNodeMapping": 1,
|
|
15884
|
+
"initGreekVars": 1,
|
|
15885
|
+
"initXSyms": 1,
|
|
15886
|
+
"initYSyms": 1,
|
|
15887
|
+
"initZSyms": 1,
|
|
15888
|
+
"//calculated": 1,
|
|
15889
|
+
"fly": 1,
|
|
15890
|
+
"using": 1,
|
|
15891
|
+
"elemToNodes": 3,
|
|
15892
|
+
"initMasses": 2,
|
|
15893
|
+
"octantCorner": 2,
|
|
15894
|
+
"initBoundaryConditions": 2,
|
|
15895
|
+
"massAccum": 3,
|
|
15896
|
+
"eli": 18,
|
|
15897
|
+
"x_local": 11,
|
|
15898
|
+
"y_local": 11,
|
|
15899
|
+
"z_local": 11,
|
|
15900
|
+
"*real": 40,
|
|
15901
|
+
"localizeNeighborNodes": 6,
|
|
15902
|
+
"CalcElemVolume": 3,
|
|
15903
|
+
"neighbor": 2,
|
|
15904
|
+
".add": 1,
|
|
15905
|
+
".read": 1,
|
|
15906
|
+
"/": 26,
|
|
15907
|
+
"surfaceNode": 8,
|
|
15908
|
+
"mask": 16,
|
|
15909
|
+
"<<": 2,
|
|
15910
|
+
"&": 18,
|
|
15911
|
+
"f": 4,
|
|
15912
|
+
"|": 14,
|
|
15913
|
+
"xf0": 4,
|
|
15914
|
+
"xcc": 4,
|
|
15915
|
+
"check": 3,
|
|
15916
|
+
"loc": 4,
|
|
15917
|
+
"maxloc": 1,
|
|
15918
|
+
"reduce": 2,
|
|
15919
|
+
"zip": 1,
|
|
15920
|
+
"freeSurface": 3,
|
|
15921
|
+
"initFreeSurface": 1,
|
|
15922
|
+
"b": 4,
|
|
15923
|
+
"inline": 5,
|
|
15924
|
+
"ref": 19,
|
|
15925
|
+
"noi": 4,
|
|
15926
|
+
"TripleProduct": 4,
|
|
15927
|
+
"x1": 1,
|
|
15928
|
+
"y1": 1,
|
|
15929
|
+
"z1": 1,
|
|
15930
|
+
"x2": 1,
|
|
15931
|
+
"y2": 1,
|
|
15932
|
+
"z2": 1,
|
|
15933
|
+
"x3": 1,
|
|
15934
|
+
"y3": 1,
|
|
15935
|
+
"z3": 1,
|
|
15936
|
+
"x1*": 1,
|
|
15937
|
+
"y2*z3": 1,
|
|
15938
|
+
"z2*y3": 1,
|
|
15939
|
+
"x2*": 1,
|
|
15940
|
+
"z1*y3": 1,
|
|
15941
|
+
"y1*z3": 1,
|
|
15942
|
+
"x3*": 1,
|
|
15943
|
+
"y1*z2": 1,
|
|
15944
|
+
"z1*y2": 1,
|
|
15945
|
+
"dx61": 2,
|
|
15946
|
+
"dy61": 2,
|
|
15947
|
+
"dz61": 2,
|
|
15948
|
+
"dx70": 2,
|
|
15949
|
+
"dy70": 2,
|
|
15950
|
+
"dz70": 2,
|
|
15951
|
+
"dx63": 2,
|
|
15952
|
+
"dy63": 2,
|
|
15953
|
+
"dz63": 2,
|
|
15954
|
+
"dx20": 2,
|
|
15955
|
+
"dy20": 2,
|
|
15956
|
+
"dz20": 2,
|
|
15957
|
+
"dx50": 2,
|
|
15958
|
+
"dy50": 2,
|
|
15959
|
+
"dz50": 2,
|
|
15960
|
+
"dx64": 2,
|
|
15961
|
+
"dy64": 2,
|
|
15962
|
+
"dz64": 2,
|
|
15963
|
+
"dx31": 2,
|
|
15964
|
+
"dy31": 2,
|
|
15965
|
+
"dz31": 2,
|
|
15966
|
+
"dx72": 2,
|
|
15967
|
+
"dy72": 2,
|
|
15968
|
+
"dz72": 2,
|
|
15969
|
+
"dx43": 2,
|
|
15970
|
+
"dy43": 2,
|
|
15971
|
+
"dz43": 2,
|
|
15972
|
+
"dx57": 2,
|
|
15973
|
+
"dy57": 2,
|
|
15974
|
+
"dz57": 2,
|
|
15975
|
+
"dx14": 2,
|
|
15976
|
+
"dy14": 2,
|
|
15977
|
+
"dz14": 2,
|
|
15978
|
+
"dx25": 2,
|
|
15979
|
+
"dy25": 2,
|
|
15980
|
+
"dz25": 2,
|
|
15981
|
+
"InitStressTermsForElems": 1,
|
|
15982
|
+
"sigxx": 2,
|
|
15983
|
+
"sigyy": 2,
|
|
15984
|
+
"sigzz": 2,
|
|
15985
|
+
"D": 9,
|
|
15986
|
+
"CalcElemShapeFunctionDerivatives": 2,
|
|
15987
|
+
"b_x": 18,
|
|
15988
|
+
"b_y": 18,
|
|
15989
|
+
"b_z": 18,
|
|
15990
|
+
"fjxxi": 5,
|
|
15991
|
+
".125": 9,
|
|
15992
|
+
"fjxet": 6,
|
|
15993
|
+
"fjxze": 5,
|
|
15994
|
+
"fjyxi": 5,
|
|
15995
|
+
"fjyet": 6,
|
|
15996
|
+
"fjyze": 5,
|
|
15997
|
+
"fjzxi": 5,
|
|
15998
|
+
"fjzet": 6,
|
|
15999
|
+
"fjzze": 5,
|
|
16000
|
+
"cjxxi": 5,
|
|
16001
|
+
"cjxet": 6,
|
|
16002
|
+
"cjxze": 5,
|
|
16003
|
+
"cjyxi": 5,
|
|
16004
|
+
"cjyet": 6,
|
|
16005
|
+
"cjyze": 5,
|
|
16006
|
+
"cjzxi": 5,
|
|
16007
|
+
"cjzet": 6,
|
|
16008
|
+
"cjzze": 5,
|
|
16009
|
+
"CalcElemNodeNormals": 1,
|
|
16010
|
+
"pfx": 15,
|
|
16011
|
+
"pfy": 15,
|
|
16012
|
+
"pfz": 15,
|
|
16013
|
+
"ElemFaceNormal": 7,
|
|
16014
|
+
"n1": 23,
|
|
16015
|
+
"n2": 23,
|
|
16016
|
+
"n3": 23,
|
|
16017
|
+
"n4": 23,
|
|
16018
|
+
"bisectX0": 3,
|
|
16019
|
+
"bisectY0": 3,
|
|
16020
|
+
"bisectZ0": 3,
|
|
16021
|
+
"bisectX1": 3,
|
|
16022
|
+
"bisectY1": 3,
|
|
16023
|
+
"bisectZ1": 3,
|
|
16024
|
+
"areaX": 5,
|
|
16025
|
+
"areaY": 5,
|
|
16026
|
+
"areaZ": 5,
|
|
16027
|
+
"rx": 6,
|
|
16028
|
+
"ry": 6,
|
|
16029
|
+
"rz": 6,
|
|
16030
|
+
"//results": 1,
|
|
16031
|
+
"SumElemStressesToNodeForces": 1,
|
|
16032
|
+
"stress_xx": 2,
|
|
16033
|
+
"stress_yy": 2,
|
|
16034
|
+
"stress_zz": 2,
|
|
16035
|
+
"CalcElemVolumeDerivative": 1,
|
|
16036
|
+
"VoluDer": 9,
|
|
16037
|
+
"n0": 13,
|
|
16038
|
+
"n5": 13,
|
|
16039
|
+
"ox": 1,
|
|
16040
|
+
"oy": 1,
|
|
16041
|
+
"oz": 1,
|
|
16042
|
+
"ox/12.0": 1,
|
|
16043
|
+
"oy/12.0": 1,
|
|
16044
|
+
"oz/12.0": 1,
|
|
16045
|
+
"dvdx": 10,
|
|
16046
|
+
"dvdy": 10,
|
|
16047
|
+
"dvdz": 10,
|
|
16048
|
+
"CalcElemFBHourglassForce": 1,
|
|
16049
|
+
"hourgam": 7,
|
|
16050
|
+
"coefficient": 4,
|
|
16051
|
+
"hgfx": 2,
|
|
16052
|
+
"hgfy": 2,
|
|
16053
|
+
"hgfz": 2,
|
|
16054
|
+
"hx": 3,
|
|
16055
|
+
"hy": 3,
|
|
16056
|
+
"hz": 3,
|
|
16057
|
+
"shx": 3,
|
|
16058
|
+
"shy": 3,
|
|
16059
|
+
"shz": 3,
|
|
16060
|
+
"CalcElemCharacteristicLength": 2,
|
|
16061
|
+
"AreaFace": 7,
|
|
16062
|
+
"p0": 7,
|
|
16063
|
+
"p1": 7,
|
|
16064
|
+
"p2": 7,
|
|
16065
|
+
"p3": 7,
|
|
16066
|
+
"gx": 5,
|
|
16067
|
+
"gy": 5,
|
|
16068
|
+
"gz": 5,
|
|
16069
|
+
"area": 2,
|
|
16070
|
+
"charLength": 2,
|
|
16071
|
+
"sqrt": 10,
|
|
16072
|
+
"CalcElemVelocityGradient": 2,
|
|
16073
|
+
"xvel": 25,
|
|
16074
|
+
"yvel": 25,
|
|
16075
|
+
"zvel": 25,
|
|
16076
|
+
"detJ": 5,
|
|
16077
|
+
"d": 12,
|
|
16078
|
+
"inv_detJ": 10,
|
|
16079
|
+
"dyddx": 2,
|
|
16080
|
+
"dxddy": 2,
|
|
16081
|
+
"dzddx": 2,
|
|
16082
|
+
"dxddz": 2,
|
|
16083
|
+
"dzddy": 2,
|
|
16084
|
+
"dyddz": 2,
|
|
16085
|
+
"CalcPressureForElems": 4,
|
|
16086
|
+
"p_new": 17,
|
|
16087
|
+
"bvc": 15,
|
|
16088
|
+
"pbvc": 14,
|
|
16089
|
+
"e_old": 7,
|
|
16090
|
+
"compression": 10,
|
|
16091
|
+
"vnewc": 22,
|
|
16092
|
+
"c1s": 3,
|
|
16093
|
+
"abs": 8,
|
|
16094
|
+
"//impossible": 1,
|
|
16095
|
+
"targetdt": 1,
|
|
16096
|
+
"//don": 1,
|
|
16097
|
+
"t": 3,
|
|
16098
|
+
"have": 2,
|
|
16099
|
+
"negative": 2,
|
|
16100
|
+
"determ": 1,
|
|
16101
|
+
"can": 2,
|
|
16102
|
+
"we": 1,
|
|
16103
|
+
"be": 2,
|
|
16104
|
+
"able": 1,
|
|
16105
|
+
"write": 1,
|
|
16106
|
+
"these": 1,
|
|
16107
|
+
"as": 1,
|
|
16108
|
+
"follows": 1,
|
|
16109
|
+
"CalcVelocityForNodes": 1,
|
|
16110
|
+
"local": 8,
|
|
16111
|
+
"xdtmp": 4,
|
|
16112
|
+
"ydtmp": 4,
|
|
16113
|
+
"zdtmp": 4,
|
|
16114
|
+
"CalcPositionForNodes": 1,
|
|
16115
|
+
"ijk": 7,
|
|
16116
|
+
"CalcLagrangeElements": 1,
|
|
16117
|
+
"dxx": 6,
|
|
16118
|
+
"dyy": 6,
|
|
16119
|
+
"dzz": 6,
|
|
16120
|
+
"CalcKinematicsForElems": 2,
|
|
16121
|
+
"k": 20,
|
|
16122
|
+
"vdovthird": 4,
|
|
16123
|
+
"<=>": 7,
|
|
16124
|
+
"0": 5,
|
|
16125
|
+
"all": 1,
|
|
16126
|
+
"elements": 3,
|
|
16127
|
+
"8": 4,
|
|
16128
|
+
"6": 1,
|
|
16129
|
+
"nodal": 2,
|
|
16130
|
+
"from": 2,
|
|
16131
|
+
"global": 3,
|
|
16132
|
+
"copy": 2,
|
|
16133
|
+
"into": 3,
|
|
16134
|
+
"xd_local": 4,
|
|
16135
|
+
"yd_local": 4,
|
|
16136
|
+
"zd_local": 4,
|
|
16137
|
+
"dt2": 4,
|
|
16138
|
+
"5": 1,
|
|
16139
|
+
"wish": 1,
|
|
16140
|
+
"this": 2,
|
|
16141
|
+
"was": 1,
|
|
16142
|
+
"too": 1,
|
|
16143
|
+
"calculations": 1,
|
|
16144
|
+
"relativeVolume": 3,
|
|
16145
|
+
"1": 2,
|
|
16146
|
+
"put": 1,
|
|
16147
|
+
"velocity": 3,
|
|
16148
|
+
"gradient": 3,
|
|
16149
|
+
"quantities": 1,
|
|
16150
|
+
"their": 1,
|
|
16151
|
+
"2": 1,
|
|
16152
|
+
"3": 1,
|
|
16153
|
+
"sungeun": 1,
|
|
16154
|
+
"Temporary": 1,
|
|
16155
|
+
"array": 4,
|
|
16156
|
+
"reused": 1,
|
|
16157
|
+
"throughout": 1,
|
|
16158
|
+
"delv_xi": 12,
|
|
16159
|
+
"delv_eta": 12,
|
|
16160
|
+
"delv_zeta": 12,
|
|
16161
|
+
"position": 1,
|
|
16162
|
+
"delx_xi": 7,
|
|
16163
|
+
"delx_eta": 7,
|
|
16164
|
+
"delx_zeta": 7,
|
|
16165
|
+
"CalcQForElems": 1,
|
|
16166
|
+
"MONOTONIC": 1,
|
|
16167
|
+
"Q": 1,
|
|
16168
|
+
"option": 1,
|
|
16169
|
+
"Calculate": 1,
|
|
16170
|
+
"gradients": 2,
|
|
16171
|
+
"CalcMonotonicQGradientsForElems": 2,
|
|
16172
|
+
"Transfer": 2,
|
|
16173
|
+
"veloctiy": 1,
|
|
16174
|
+
"first": 1,
|
|
16175
|
+
"order": 1,
|
|
16176
|
+
"problem": 1,
|
|
16177
|
+
"commElements": 1,
|
|
16178
|
+
"CommElements": 1,
|
|
16179
|
+
"monoQ": 1,
|
|
16180
|
+
"*/": 1,
|
|
16181
|
+
"CalcMonotonicQForElems": 2,
|
|
16182
|
+
"ApplyMaterialPropertiesForElems": 1,
|
|
16183
|
+
"matelm": 2,
|
|
16184
|
+
"vc": 6,
|
|
16185
|
+
"exit": 1,
|
|
16186
|
+
"EvalEOSForElems": 2,
|
|
16187
|
+
"UpdateVolumesForElems": 1,
|
|
16188
|
+
"tmpV": 4,
|
|
16189
|
+
"ptiny": 9,
|
|
16190
|
+
"xl": 26,
|
|
16191
|
+
"yl": 26,
|
|
16192
|
+
"zl": 26,
|
|
16193
|
+
"xvl": 26,
|
|
16194
|
+
"yvl": 26,
|
|
16195
|
+
"zvl": 26,
|
|
16196
|
+
"vol": 5,
|
|
16197
|
+
"norm": 20,
|
|
16198
|
+
"ax": 7,
|
|
16199
|
+
"ay": 7,
|
|
16200
|
+
"az": 7,
|
|
16201
|
+
"dxv": 4,
|
|
16202
|
+
"dyv": 4,
|
|
16203
|
+
"dzv": 4,
|
|
16204
|
+
"dxj": 1,
|
|
16205
|
+
"dyj": 1,
|
|
16206
|
+
"dzj": 1,
|
|
16207
|
+
"dxi": 1,
|
|
16208
|
+
"dyi": 1,
|
|
16209
|
+
"dzi": 1,
|
|
16210
|
+
"dxk": 1,
|
|
16211
|
+
"dyk": 1,
|
|
16212
|
+
"dzk": 1,
|
|
16213
|
+
"dyi*dzj": 1,
|
|
16214
|
+
"dzi*dyj": 1,
|
|
16215
|
+
"dzi*dxj": 1,
|
|
16216
|
+
"dxi*dzj": 1,
|
|
16217
|
+
"dxi*dyj": 1,
|
|
16218
|
+
"dyi*dxj": 1,
|
|
16219
|
+
"ax*ax": 3,
|
|
16220
|
+
"ay*ay": 3,
|
|
16221
|
+
"az*az": 3,
|
|
16222
|
+
"ax*dxv": 3,
|
|
16223
|
+
"ay*dyv": 3,
|
|
16224
|
+
"az*dzv": 3,
|
|
16225
|
+
"dyj*dzk": 1,
|
|
16226
|
+
"dzj*dyk": 1,
|
|
16227
|
+
"dzj*dxk": 1,
|
|
16228
|
+
"dxj*dzk": 1,
|
|
16229
|
+
"dxj*dyk": 1,
|
|
16230
|
+
"dyj*dxk": 1,
|
|
16231
|
+
"dyk*dzi": 1,
|
|
16232
|
+
"dzk*dyi": 1,
|
|
16233
|
+
"dzk*dxi": 1,
|
|
16234
|
+
"dxk*dzi": 1,
|
|
16235
|
+
"dxk*dyi": 1,
|
|
16236
|
+
"dyk*dxi": 1,
|
|
16237
|
+
"//got": 1,
|
|
16238
|
+
"rid": 1,
|
|
16239
|
+
"of": 3,
|
|
16240
|
+
"call": 1,
|
|
16241
|
+
"through": 1,
|
|
16242
|
+
"bcMask": 7,
|
|
16243
|
+
"delvm": 27,
|
|
16244
|
+
"delvp": 27,
|
|
16245
|
+
"select": 6,
|
|
16246
|
+
"when": 18,
|
|
16247
|
+
"phixi": 10,
|
|
16248
|
+
"phieta": 10,
|
|
16249
|
+
"phizeta": 10,
|
|
16250
|
+
"qlin": 4,
|
|
16251
|
+
"qquad": 4,
|
|
16252
|
+
"delvxxi": 4,
|
|
16253
|
+
"delvxeta": 4,
|
|
16254
|
+
"delvxzeta": 4,
|
|
16255
|
+
"rho": 3,
|
|
16256
|
+
"delvxxi**2": 1,
|
|
16257
|
+
"phixi**2": 1,
|
|
16258
|
+
"delvxeta**2": 1,
|
|
16259
|
+
"phieta**2": 1,
|
|
16260
|
+
"delvxzeta**2": 1,
|
|
16261
|
+
"phizeta**2": 1,
|
|
16262
|
+
"rho0": 8,
|
|
16263
|
+
"delvc": 11,
|
|
16264
|
+
"p_old": 8,
|
|
16265
|
+
"q_old": 7,
|
|
16266
|
+
"compHalfStep": 8,
|
|
16267
|
+
"qq_old": 7,
|
|
16268
|
+
"ql_old": 7,
|
|
16269
|
+
"work": 5,
|
|
16270
|
+
"e_new": 25,
|
|
16271
|
+
"q_new": 11,
|
|
16272
|
+
"vchalf": 2,
|
|
16273
|
+
"CalcEnergyForElems": 2,
|
|
16274
|
+
"CalcSoundSpeedForElems": 2,
|
|
16275
|
+
"sixth": 2,
|
|
16276
|
+
"pHalfStep": 5,
|
|
16277
|
+
"vhalf": 1,
|
|
16278
|
+
"ssc": 18,
|
|
16279
|
+
"vhalf**2": 1,
|
|
16280
|
+
"q_tilde": 4,
|
|
16281
|
+
"**2": 6,
|
|
16282
|
+
"enewc": 2,
|
|
16283
|
+
"pnewc": 2,
|
|
16284
|
+
"ssTmp": 4,
|
|
16285
|
+
"elemToNodesTuple": 1,
|
|
16286
|
+
"title": 2,
|
|
16287
|
+
"string": 1,
|
|
16288
|
+
"pi": 1,
|
|
16289
|
+
"solarMass": 7,
|
|
16290
|
+
"pi**2": 1,
|
|
16291
|
+
"daysPerYear": 13,
|
|
16292
|
+
"record": 1,
|
|
16293
|
+
"body": 6,
|
|
16294
|
+
"pos": 5,
|
|
16295
|
+
"does": 1,
|
|
16296
|
+
"not": 1,
|
|
16297
|
+
"after": 1,
|
|
16298
|
+
"it": 1,
|
|
16299
|
+
"is": 1,
|
|
16300
|
+
"up": 1,
|
|
16301
|
+
"bodies": 8,
|
|
16302
|
+
"numbodies": 5,
|
|
16303
|
+
"bodies.numElements": 1,
|
|
16304
|
+
"initSun": 2,
|
|
16305
|
+
"writef": 2,
|
|
16306
|
+
"advance": 2,
|
|
16307
|
+
"b.v": 2,
|
|
16308
|
+
"b.mass": 1,
|
|
16309
|
+
".v": 1,
|
|
16310
|
+
"updateVelocities": 2,
|
|
16311
|
+
"b1": 2,
|
|
16312
|
+
"b2": 2,
|
|
16313
|
+
"dpos": 4,
|
|
16314
|
+
"b1.pos": 2,
|
|
16315
|
+
"b2.pos": 2,
|
|
16316
|
+
"mag": 3,
|
|
16317
|
+
"sumOfSquares": 4,
|
|
16318
|
+
"**3": 1,
|
|
16319
|
+
"b1.v": 2,
|
|
16320
|
+
"b2.mass": 2,
|
|
16321
|
+
"b2.v": 1,
|
|
16322
|
+
"b1.mass": 3,
|
|
16323
|
+
"b.pos": 1,
|
|
16324
|
+
"Random": 1,
|
|
16325
|
+
"random": 1,
|
|
16326
|
+
"number": 1,
|
|
16327
|
+
"generation": 1,
|
|
16328
|
+
"Timer": 2,
|
|
16329
|
+
"class": 1,
|
|
16330
|
+
"timer": 2,
|
|
16331
|
+
"sort": 1,
|
|
16332
|
+
"**15": 1,
|
|
16333
|
+
"size": 1,
|
|
16334
|
+
"sorted": 1,
|
|
16335
|
+
"thresh": 6,
|
|
16336
|
+
"recursive": 1,
|
|
16337
|
+
"depth": 1,
|
|
16338
|
+
"serialize": 1,
|
|
16339
|
+
"verbose": 7,
|
|
16340
|
+
"out": 1,
|
|
16341
|
+
"many": 1,
|
|
16342
|
+
"bool": 1,
|
|
16343
|
+
"disable": 1,
|
|
16344
|
+
"numbers": 1,
|
|
16345
|
+
"fillRandom": 1,
|
|
16346
|
+
"timer.start": 1,
|
|
16347
|
+
"pqsort": 4,
|
|
16348
|
+
"timer.stop": 1,
|
|
16349
|
+
"timer.elapsed": 1,
|
|
16350
|
+
"arr": 32,
|
|
16351
|
+
"low": 12,
|
|
16352
|
+
"arr.domain.low": 1,
|
|
16353
|
+
"high": 14,
|
|
16354
|
+
"arr.domain.high": 1,
|
|
16355
|
+
"where": 2,
|
|
16356
|
+
"arr.rank": 2,
|
|
16357
|
+
"bubbleSort": 2,
|
|
16358
|
+
"pivotVal": 9,
|
|
16359
|
+
"findPivot": 2,
|
|
16360
|
+
"pivotLoc": 3,
|
|
16361
|
+
"partition": 2,
|
|
16362
|
+
"serial": 1,
|
|
16363
|
+
"cobegin": 1,
|
|
16364
|
+
"mid": 7,
|
|
16365
|
+
"ilo": 9,
|
|
16366
|
+
"ihi": 6,
|
|
16367
|
+
"low..high": 2
|
|
16368
|
+
},
|
|
15143
16369
|
"Cirru": {
|
|
15144
16370
|
"print": 38,
|
|
15145
16371
|
"array": 14,
|
|
@@ -15178,77 +16404,247 @@
|
|
|
15178
16404
|
"container": 3
|
|
15179
16405
|
},
|
|
15180
16406
|
"Clojure": {
|
|
15181
|
-
"(":
|
|
15182
|
-
"defn":
|
|
16407
|
+
"(": 258,
|
|
16408
|
+
"defn": 14,
|
|
15183
16409
|
"prime": 2,
|
|
15184
|
-
"[":
|
|
16410
|
+
"[": 67,
|
|
15185
16411
|
"n": 9,
|
|
15186
|
-
"]":
|
|
15187
|
-
"not":
|
|
15188
|
-
"-":
|
|
15189
|
-
"any":
|
|
15190
|
-
"zero":
|
|
15191
|
-
"map":
|
|
15192
|
-
"#":
|
|
16412
|
+
"]": 67,
|
|
16413
|
+
"not": 9,
|
|
16414
|
+
"-": 70,
|
|
16415
|
+
"any": 3,
|
|
16416
|
+
"zero": 2,
|
|
16417
|
+
"map": 3,
|
|
16418
|
+
"#": 14,
|
|
15193
16419
|
"rem": 2,
|
|
15194
|
-
"%":
|
|
15195
|
-
")":
|
|
16420
|
+
"%": 6,
|
|
16421
|
+
")": 259,
|
|
15196
16422
|
"range": 3,
|
|
15197
|
-
";":
|
|
16423
|
+
";": 353,
|
|
15198
16424
|
"while": 3,
|
|
15199
16425
|
"stops": 1,
|
|
15200
|
-
"at":
|
|
15201
|
-
"the":
|
|
16426
|
+
"at": 2,
|
|
16427
|
+
"the": 5,
|
|
15202
16428
|
"first": 2,
|
|
15203
16429
|
"collection": 1,
|
|
15204
16430
|
"element": 1,
|
|
15205
16431
|
"that": 1,
|
|
15206
16432
|
"evaluates": 1,
|
|
15207
|
-
"to":
|
|
15208
|
-
"false":
|
|
16433
|
+
"to": 2,
|
|
16434
|
+
"false": 6,
|
|
15209
16435
|
"like": 1,
|
|
15210
16436
|
"take": 1,
|
|
15211
|
-
"for":
|
|
15212
|
-
"x":
|
|
15213
|
-
"html":
|
|
15214
|
-
"head":
|
|
15215
|
-
"meta":
|
|
15216
|
-
"{":
|
|
15217
|
-
"charset":
|
|
15218
|
-
"}":
|
|
15219
|
-
"link":
|
|
15220
|
-
"rel":
|
|
15221
|
-
"href":
|
|
16437
|
+
"for": 4,
|
|
16438
|
+
"x": 8,
|
|
16439
|
+
"html": 2,
|
|
16440
|
+
"head": 2,
|
|
16441
|
+
"meta": 3,
|
|
16442
|
+
"{": 17,
|
|
16443
|
+
"charset": 2,
|
|
16444
|
+
"}": 17,
|
|
16445
|
+
"link": 2,
|
|
16446
|
+
"rel": 2,
|
|
16447
|
+
"href": 6,
|
|
15222
16448
|
"script": 1,
|
|
15223
16449
|
"src": 1,
|
|
15224
|
-
"body":
|
|
16450
|
+
"body": 2,
|
|
15225
16451
|
"div.nav": 1,
|
|
15226
|
-
"p":
|
|
15227
|
-
"
|
|
16452
|
+
"p": 4,
|
|
16453
|
+
"Copyright": 1,
|
|
16454
|
+
"c": 1,
|
|
16455
|
+
"Alan": 1,
|
|
16456
|
+
"Dipert": 1,
|
|
16457
|
+
"and": 8,
|
|
16458
|
+
"Micha": 1,
|
|
16459
|
+
"Niskin.": 1,
|
|
16460
|
+
"All": 1,
|
|
16461
|
+
"rights": 1,
|
|
16462
|
+
"reserved.": 1,
|
|
16463
|
+
"The": 1,
|
|
16464
|
+
"use": 3,
|
|
16465
|
+
"distribution": 1,
|
|
16466
|
+
"terms": 2,
|
|
16467
|
+
"this": 6,
|
|
16468
|
+
"software": 2,
|
|
16469
|
+
"are": 2,
|
|
16470
|
+
"covered": 1,
|
|
16471
|
+
"by": 4,
|
|
16472
|
+
"Eclipse": 1,
|
|
16473
|
+
"Public": 1,
|
|
16474
|
+
"License": 1,
|
|
16475
|
+
"http": 2,
|
|
16476
|
+
"//opensource.org/licenses/eclipse": 1,
|
|
16477
|
+
"php": 1,
|
|
16478
|
+
"which": 2,
|
|
16479
|
+
"can": 1,
|
|
16480
|
+
"be": 2,
|
|
16481
|
+
"found": 1,
|
|
16482
|
+
"in": 4,
|
|
16483
|
+
"file": 1,
|
|
16484
|
+
"epl": 1,
|
|
16485
|
+
"v10.html": 1,
|
|
16486
|
+
"root": 1,
|
|
16487
|
+
"of": 2,
|
|
16488
|
+
"distribution.": 1,
|
|
16489
|
+
"By": 1,
|
|
16490
|
+
"using": 1,
|
|
16491
|
+
"fashion": 1,
|
|
16492
|
+
"you": 1,
|
|
16493
|
+
"agreeing": 1,
|
|
16494
|
+
"bound": 1,
|
|
16495
|
+
"license.": 1,
|
|
16496
|
+
"You": 1,
|
|
16497
|
+
"must": 1,
|
|
16498
|
+
"remove": 3,
|
|
16499
|
+
"notice": 1,
|
|
16500
|
+
"or": 2,
|
|
16501
|
+
"other": 1,
|
|
16502
|
+
"from": 1,
|
|
16503
|
+
"software.": 1,
|
|
16504
|
+
"page": 2,
|
|
16505
|
+
"refer": 4,
|
|
16506
|
+
"clojure": 1,
|
|
16507
|
+
"exclude": 1,
|
|
16508
|
+
"nth": 2,
|
|
16509
|
+
"require": 2,
|
|
16510
|
+
"tailrecursion.hoplon.reload": 1,
|
|
16511
|
+
"reload": 2,
|
|
16512
|
+
"all": 5,
|
|
16513
|
+
"tailrecursion.hoplon.util": 1,
|
|
16514
|
+
"name": 1,
|
|
16515
|
+
"pluralize": 2,
|
|
16516
|
+
"tailrecursion.hoplon.storage": 1,
|
|
16517
|
+
"atom": 1,
|
|
16518
|
+
"local": 3,
|
|
16519
|
+
"storage": 2,
|
|
16520
|
+
"utility": 1,
|
|
16521
|
+
"functions": 2,
|
|
16522
|
+
"declare": 1,
|
|
16523
|
+
"route": 11,
|
|
16524
|
+
"state": 15,
|
|
16525
|
+
"editing": 13,
|
|
16526
|
+
"def": 4,
|
|
16527
|
+
"mapvi": 2,
|
|
16528
|
+
"comp": 1,
|
|
16529
|
+
"vec": 2,
|
|
16530
|
+
"indexed": 1,
|
|
16531
|
+
"dissocv": 2,
|
|
16532
|
+
"v": 15,
|
|
16533
|
+
"i": 20,
|
|
16534
|
+
"let": 3,
|
|
16535
|
+
"z": 4,
|
|
16536
|
+
"dec": 1,
|
|
16537
|
+
"count": 5,
|
|
16538
|
+
"cond": 2,
|
|
16539
|
+
"neg": 1,
|
|
16540
|
+
"pop": 1,
|
|
16541
|
+
"pos": 1,
|
|
16542
|
+
"into": 3,
|
|
16543
|
+
"subvec": 2,
|
|
16544
|
+
"inc": 2,
|
|
16545
|
+
"decorate": 2,
|
|
16546
|
+
"todo": 10,
|
|
16547
|
+
"done": 12,
|
|
16548
|
+
"completed": 12,
|
|
16549
|
+
"text": 14,
|
|
16550
|
+
"assoc": 4,
|
|
16551
|
+
"visible": 2,
|
|
16552
|
+
"empty": 8,
|
|
16553
|
+
"persisted": 1,
|
|
16554
|
+
"cell": 12,
|
|
16555
|
+
"AKA": 1,
|
|
16556
|
+
"stem": 1,
|
|
16557
|
+
"store": 1,
|
|
16558
|
+
"cells": 2,
|
|
16559
|
+
"defc": 6,
|
|
16560
|
+
"loaded": 1,
|
|
16561
|
+
"nil": 3,
|
|
16562
|
+
"formula": 1,
|
|
16563
|
+
"computed": 1,
|
|
16564
|
+
"filter": 2,
|
|
16565
|
+
"active": 5,
|
|
16566
|
+
"plural": 1,
|
|
16567
|
+
"item": 1,
|
|
16568
|
+
"todos": 2,
|
|
16569
|
+
"list": 1,
|
|
16570
|
+
"transition": 1,
|
|
16571
|
+
"t": 5,
|
|
16572
|
+
"destroy": 3,
|
|
16573
|
+
"swap": 6,
|
|
16574
|
+
"clear": 2,
|
|
16575
|
+
"&": 1,
|
|
16576
|
+
"_": 4,
|
|
16577
|
+
"new": 5,
|
|
16578
|
+
"when": 3,
|
|
16579
|
+
"conj": 1,
|
|
16580
|
+
"mapv": 1,
|
|
16581
|
+
"fn": 3,
|
|
16582
|
+
"reset": 1,
|
|
16583
|
+
"if": 3,
|
|
16584
|
+
"lang": 1,
|
|
16585
|
+
"equiv": 1,
|
|
16586
|
+
"content": 1,
|
|
16587
|
+
"title": 1,
|
|
16588
|
+
"noscript": 1,
|
|
16589
|
+
"div": 3,
|
|
16590
|
+
"id": 20,
|
|
16591
|
+
"section": 2,
|
|
16592
|
+
"header": 1,
|
|
16593
|
+
"h1": 1,
|
|
16594
|
+
"form": 2,
|
|
16595
|
+
"on": 11,
|
|
16596
|
+
"submit": 2,
|
|
16597
|
+
"do": 15,
|
|
16598
|
+
"val": 4,
|
|
16599
|
+
"value": 3,
|
|
16600
|
+
"input": 4,
|
|
16601
|
+
"type": 8,
|
|
16602
|
+
"autofocus": 1,
|
|
16603
|
+
"true": 5,
|
|
16604
|
+
"placeholder": 1,
|
|
16605
|
+
"blur": 2,
|
|
16606
|
+
"toggle": 4,
|
|
16607
|
+
"attr": 2,
|
|
16608
|
+
"checked": 2,
|
|
16609
|
+
"click": 4,
|
|
16610
|
+
"label": 2,
|
|
16611
|
+
"ul": 2,
|
|
16612
|
+
"loop": 2,
|
|
16613
|
+
"tpl": 1,
|
|
16614
|
+
"reverse": 1,
|
|
16615
|
+
"bind": 1,
|
|
16616
|
+
"ids": 1,
|
|
16617
|
+
"done#": 3,
|
|
16618
|
+
"edit#": 3,
|
|
16619
|
+
"bindings": 1,
|
|
16620
|
+
"edit": 3,
|
|
16621
|
+
"show": 2,
|
|
16622
|
+
"li": 4,
|
|
16623
|
+
"class": 8,
|
|
16624
|
+
"dblclick": 1,
|
|
16625
|
+
"@i": 6,
|
|
16626
|
+
"button": 2,
|
|
16627
|
+
"focus": 1,
|
|
16628
|
+
"@edit": 2,
|
|
16629
|
+
"change": 1,
|
|
16630
|
+
"footer": 2,
|
|
16631
|
+
"span": 2,
|
|
16632
|
+
"strong": 1,
|
|
16633
|
+
"a": 7,
|
|
16634
|
+
"selected": 3,
|
|
15228
16635
|
"array": 3,
|
|
15229
16636
|
"aseq": 8,
|
|
15230
|
-
"nil": 1,
|
|
15231
|
-
"type": 2,
|
|
15232
|
-
"let": 1,
|
|
15233
|
-
"count": 3,
|
|
15234
|
-
"a": 3,
|
|
15235
16637
|
"make": 1,
|
|
15236
|
-
"loop": 1,
|
|
15237
16638
|
"seq": 1,
|
|
15238
|
-
"i": 4,
|
|
15239
|
-
"if": 1,
|
|
15240
16639
|
"<": 1,
|
|
15241
|
-
"do": 1,
|
|
15242
16640
|
"aset": 1,
|
|
15243
16641
|
"recur": 1,
|
|
15244
16642
|
"next": 1,
|
|
15245
|
-
"inc": 1,
|
|
15246
16643
|
"defprotocol": 1,
|
|
15247
16644
|
"ISound": 4,
|
|
15248
16645
|
"sound": 5,
|
|
15249
16646
|
"deftype": 2,
|
|
15250
16647
|
"Cat": 1,
|
|
15251
|
-
"_": 3,
|
|
15252
16648
|
"Dog": 1,
|
|
15253
16649
|
"extend": 1,
|
|
15254
16650
|
"default": 1,
|
|
@@ -15259,7 +16655,6 @@
|
|
|
15259
16655
|
"clj": 1,
|
|
15260
16656
|
"ns": 2,
|
|
15261
16657
|
"c2.svg": 2,
|
|
15262
|
-
"use": 2,
|
|
15263
16658
|
"c2.core": 2,
|
|
15264
16659
|
"only": 4,
|
|
15265
16660
|
"unify": 2,
|
|
@@ -15273,39 +16668,30 @@
|
|
|
15273
16668
|
"cos": 2,
|
|
15274
16669
|
"mean": 2,
|
|
15275
16670
|
"cljs": 3,
|
|
15276
|
-
"require": 1,
|
|
15277
16671
|
"c2.dom": 1,
|
|
15278
16672
|
"as": 1,
|
|
15279
16673
|
"dom": 1,
|
|
15280
16674
|
"Stub": 1,
|
|
15281
16675
|
"float": 2,
|
|
15282
|
-
"fn": 2,
|
|
15283
|
-
"which": 1,
|
|
15284
16676
|
"does": 1,
|
|
15285
16677
|
"exist": 1,
|
|
15286
|
-
"on": 1,
|
|
15287
16678
|
"runtime": 1,
|
|
15288
|
-
"def": 1,
|
|
15289
16679
|
"identity": 1,
|
|
15290
16680
|
"xy": 1,
|
|
15291
16681
|
"coordinates": 7,
|
|
15292
|
-
"cond": 1,
|
|
15293
|
-
"and": 1,
|
|
15294
16682
|
"vector": 1,
|
|
15295
16683
|
"y": 1,
|
|
15296
16684
|
"deftest": 1,
|
|
15297
16685
|
"function": 1,
|
|
15298
16686
|
"tests": 1,
|
|
15299
16687
|
"is": 7,
|
|
15300
|
-
"true": 2,
|
|
15301
16688
|
"contains": 1,
|
|
15302
16689
|
"foo": 6,
|
|
15303
16690
|
"bar": 4,
|
|
15304
16691
|
"select": 1,
|
|
15305
16692
|
"keys": 2,
|
|
15306
16693
|
"baz": 4,
|
|
15307
|
-
"vals": 1
|
|
15308
|
-
"filter": 1
|
|
16694
|
+
"vals": 1
|
|
15309
16695
|
},
|
|
15310
16696
|
"CoffeeScript": {
|
|
15311
16697
|
"CoffeeScript": 1,
|
|
@@ -16022,6 +17408,224 @@
|
|
|
16022
17408
|
"xFF": 1,
|
|
16023
17409
|
"ip.join": 1
|
|
16024
17410
|
},
|
|
17411
|
+
"ColdFusion": {
|
|
17412
|
+
"-": 12,
|
|
17413
|
+
"<html>": 1,
|
|
17414
|
+
"<head>": 1,
|
|
17415
|
+
"<title>": 1,
|
|
17416
|
+
"Date": 1,
|
|
17417
|
+
"Functions": 1,
|
|
17418
|
+
"</title>": 1,
|
|
17419
|
+
"</head>": 1,
|
|
17420
|
+
"<body>": 1,
|
|
17421
|
+
"<cfset>": 15,
|
|
17422
|
+
"RightNow": 7,
|
|
17423
|
+
"Now": 1,
|
|
17424
|
+
"<cfoutput>": 3,
|
|
17425
|
+
"#RightNow#": 1,
|
|
17426
|
+
"<br>": 8,
|
|
17427
|
+
"#DateFormat": 2,
|
|
17428
|
+
"(": 8,
|
|
17429
|
+
")": 8,
|
|
17430
|
+
"#": 8,
|
|
17431
|
+
"#TimeFormat": 2,
|
|
17432
|
+
"#IsDate": 3,
|
|
17433
|
+
"#DaysInMonth": 1,
|
|
17434
|
+
"</cfoutput>": 3,
|
|
17435
|
+
"x=": 1,
|
|
17436
|
+
"y=": 1,
|
|
17437
|
+
"z=": 1,
|
|
17438
|
+
"group=": 1,
|
|
17439
|
+
"#x#": 1,
|
|
17440
|
+
"#y#": 1,
|
|
17441
|
+
"#z#": 1,
|
|
17442
|
+
"</body>": 1,
|
|
17443
|
+
"</html>": 1,
|
|
17444
|
+
"person": 2,
|
|
17445
|
+
"Paul": 1,
|
|
17446
|
+
"greeting": 2,
|
|
17447
|
+
"Hello": 2,
|
|
17448
|
+
"world": 1,
|
|
17449
|
+
"a": 7,
|
|
17450
|
+
"5": 1,
|
|
17451
|
+
"b": 7,
|
|
17452
|
+
"10": 1,
|
|
17453
|
+
"c": 6,
|
|
17454
|
+
"MOD": 1,
|
|
17455
|
+
"comment": 1
|
|
17456
|
+
},
|
|
17457
|
+
"ColdFusion CFC": {
|
|
17458
|
+
"component": 1,
|
|
17459
|
+
"extends": 1,
|
|
17460
|
+
"singleton": 1,
|
|
17461
|
+
"{": 22,
|
|
17462
|
+
"//": 16,
|
|
17463
|
+
"DI": 1,
|
|
17464
|
+
"property": 10,
|
|
17465
|
+
"name": 10,
|
|
17466
|
+
"inject": 10,
|
|
17467
|
+
";": 55,
|
|
17468
|
+
"ContentService": 1,
|
|
17469
|
+
"function": 12,
|
|
17470
|
+
"init": 2,
|
|
17471
|
+
"(": 58,
|
|
17472
|
+
"entityName": 2,
|
|
17473
|
+
")": 58,
|
|
17474
|
+
"it": 1,
|
|
17475
|
+
"super.init": 1,
|
|
17476
|
+
"arguments.entityName": 1,
|
|
17477
|
+
"useQueryCaching": 1,
|
|
17478
|
+
"true": 12,
|
|
17479
|
+
"Test": 1,
|
|
17480
|
+
"scope": 1,
|
|
17481
|
+
"coloring": 1,
|
|
17482
|
+
"in": 1,
|
|
17483
|
+
"pygments": 1,
|
|
17484
|
+
"this.colorTestVar": 1,
|
|
17485
|
+
"cookie.colorTestVar": 1,
|
|
17486
|
+
"client.colorTestVar": 1,
|
|
17487
|
+
"session.colorTestVar": 1,
|
|
17488
|
+
"application.colorTestVar": 1,
|
|
17489
|
+
"return": 11,
|
|
17490
|
+
"this": 10,
|
|
17491
|
+
"}": 22,
|
|
17492
|
+
"clearAllCaches": 1,
|
|
17493
|
+
"boolean": 6,
|
|
17494
|
+
"async": 7,
|
|
17495
|
+
"false": 7,
|
|
17496
|
+
"var": 15,
|
|
17497
|
+
"settings": 6,
|
|
17498
|
+
"settingService.getAllSettings": 6,
|
|
17499
|
+
"asStruct": 6,
|
|
17500
|
+
"Get": 6,
|
|
17501
|
+
"appropriate": 6,
|
|
17502
|
+
"cache": 12,
|
|
17503
|
+
"provider": 6,
|
|
17504
|
+
"cacheBox.getCache": 6,
|
|
17505
|
+
"settings.cb_content_cacheName": 6,
|
|
17506
|
+
"cache.clearByKeySnippet": 3,
|
|
17507
|
+
"keySnippet": 3,
|
|
17508
|
+
"arguments.async": 3,
|
|
17509
|
+
"clearAllPageWrapperCaches": 1,
|
|
17510
|
+
"clearPageWrapperCaches": 1,
|
|
17511
|
+
"required": 5,
|
|
17512
|
+
"any": 5,
|
|
17513
|
+
"slug": 2,
|
|
17514
|
+
"clearPageWrapper": 1,
|
|
17515
|
+
"cache.clear": 3,
|
|
17516
|
+
"searchContent": 1,
|
|
17517
|
+
"searchTerm": 1,
|
|
17518
|
+
"numeric": 2,
|
|
17519
|
+
"max": 2,
|
|
17520
|
+
"offset": 2,
|
|
17521
|
+
"asQuery": 2,
|
|
17522
|
+
"sortOrder": 2,
|
|
17523
|
+
"isPublished": 1,
|
|
17524
|
+
"searchActiveContent": 1,
|
|
17525
|
+
"results": 2,
|
|
17526
|
+
"c": 1,
|
|
17527
|
+
"newCriteria": 1,
|
|
17528
|
+
"only": 1,
|
|
17529
|
+
"published": 1,
|
|
17530
|
+
"content": 2,
|
|
17531
|
+
"if": 4,
|
|
17532
|
+
"isBoolean": 1,
|
|
17533
|
+
"arguments.isPublished": 3,
|
|
17534
|
+
"Published": 2,
|
|
17535
|
+
"bit": 1,
|
|
17536
|
+
"c.isEq": 1,
|
|
17537
|
+
"javaCast": 1,
|
|
17538
|
+
"eq": 1,
|
|
17539
|
+
"evaluate": 1,
|
|
17540
|
+
"other": 1,
|
|
17541
|
+
"params": 1,
|
|
17542
|
+
"c.isLt": 1,
|
|
17543
|
+
"now": 2,
|
|
17544
|
+
".": 1,
|
|
17545
|
+
"or": 3,
|
|
17546
|
+
"c.restrictions.isNull": 1,
|
|
17547
|
+
"c.restrictions.isGT": 1,
|
|
17548
|
+
".isEq": 1,
|
|
17549
|
+
"Search": 1,
|
|
17550
|
+
"Criteria": 1,
|
|
17551
|
+
"len": 1,
|
|
17552
|
+
"arguments.searchTerm": 1,
|
|
17553
|
+
"like": 1,
|
|
17554
|
+
"disjunctions": 1,
|
|
17555
|
+
"c.createAlias": 1,
|
|
17556
|
+
"Do": 1,
|
|
17557
|
+
"we": 1,
|
|
17558
|
+
"search": 1,
|
|
17559
|
+
"title": 2,
|
|
17560
|
+
"and": 2,
|
|
17561
|
+
"active": 1,
|
|
17562
|
+
"just": 1,
|
|
17563
|
+
"arguments.searchActiveContent": 1,
|
|
17564
|
+
"c.": 1,
|
|
17565
|
+
"c.restrictions.like": 2,
|
|
17566
|
+
"else": 1,
|
|
17567
|
+
"c.like": 1,
|
|
17568
|
+
"run": 1,
|
|
17569
|
+
"criteria": 1,
|
|
17570
|
+
"query": 1,
|
|
17571
|
+
"projections": 1,
|
|
17572
|
+
"count": 1,
|
|
17573
|
+
"results.count": 1,
|
|
17574
|
+
"c.count": 1,
|
|
17575
|
+
"results.content": 1,
|
|
17576
|
+
"c.resultTransformer": 1,
|
|
17577
|
+
"c.DISTINCT_ROOT_ENTITY": 1,
|
|
17578
|
+
".list": 1,
|
|
17579
|
+
"arguments.offset": 1,
|
|
17580
|
+
"arguments.max": 1,
|
|
17581
|
+
"arguments.sortOrder": 1,
|
|
17582
|
+
"arguments.asQuery": 1,
|
|
17583
|
+
"private": 4,
|
|
17584
|
+
"syncUpdateHits": 1,
|
|
17585
|
+
"contentID": 1,
|
|
17586
|
+
"q": 1,
|
|
17587
|
+
"new": 1,
|
|
17588
|
+
"Query": 1,
|
|
17589
|
+
"sql": 1,
|
|
17590
|
+
".execute": 1,
|
|
17591
|
+
"closureTest": 1,
|
|
17592
|
+
"methodCall": 1,
|
|
17593
|
+
"param1": 2,
|
|
17594
|
+
"arg1": 4,
|
|
17595
|
+
"arg2": 2,
|
|
17596
|
+
"StructliteralTest": 1,
|
|
17597
|
+
"foo": 3,
|
|
17598
|
+
"bar": 1,
|
|
17599
|
+
"brad": 3,
|
|
17600
|
+
"func": 1,
|
|
17601
|
+
"array": 1,
|
|
17602
|
+
"[": 2,
|
|
17603
|
+
"wood": 2,
|
|
17604
|
+
"null": 2,
|
|
17605
|
+
"]": 2,
|
|
17606
|
+
"last": 1,
|
|
17607
|
+
"arrayliteralTest": 1,
|
|
17608
|
+
"<cfcomponent>": 1,
|
|
17609
|
+
"<cffunction>": 2,
|
|
17610
|
+
"name=": 4,
|
|
17611
|
+
"access=": 2,
|
|
17612
|
+
"returntype=": 2,
|
|
17613
|
+
"<cfargument>": 2,
|
|
17614
|
+
"type=": 2,
|
|
17615
|
+
"required=": 2,
|
|
17616
|
+
"<cfset>": 2,
|
|
17617
|
+
"myVariable": 1,
|
|
17618
|
+
"arguments": 2,
|
|
17619
|
+
"<cfreturn>": 1,
|
|
17620
|
+
"</cffunction>": 2,
|
|
17621
|
+
"<cfif>": 1,
|
|
17622
|
+
"structKeyExists": 1,
|
|
17623
|
+
"writeoutput": 1,
|
|
17624
|
+
"Argument": 1,
|
|
17625
|
+
"exists": 1,
|
|
17626
|
+
"</cfif>": 1,
|
|
17627
|
+
"</cfcomponent>": 1
|
|
17628
|
+
},
|
|
16025
17629
|
"Common Lisp": {
|
|
16026
17630
|
";": 152,
|
|
16027
17631
|
"@file": 1,
|
|
@@ -18279,6 +19883,122 @@
|
|
|
18279
19883
|
"cudaDeviceReset": 1,
|
|
18280
19884
|
"return": 1
|
|
18281
19885
|
},
|
|
19886
|
+
"Cycript": {
|
|
19887
|
+
"(": 12,
|
|
19888
|
+
"function": 2,
|
|
19889
|
+
"utils": 2,
|
|
19890
|
+
")": 12,
|
|
19891
|
+
"{": 8,
|
|
19892
|
+
"//": 4,
|
|
19893
|
+
"Load": 1,
|
|
19894
|
+
"C": 2,
|
|
19895
|
+
"functions": 3,
|
|
19896
|
+
"declared": 1,
|
|
19897
|
+
"in": 2,
|
|
19898
|
+
"utils.loadFuncs": 1,
|
|
19899
|
+
"var": 6,
|
|
19900
|
+
"shouldLoadCFuncs": 2,
|
|
19901
|
+
"true": 2,
|
|
19902
|
+
";": 21,
|
|
19903
|
+
"Expose": 2,
|
|
19904
|
+
"the": 1,
|
|
19905
|
+
"to": 4,
|
|
19906
|
+
"cycript": 2,
|
|
19907
|
+
"s": 2,
|
|
19908
|
+
"global": 1,
|
|
19909
|
+
"scope": 1,
|
|
19910
|
+
"shouldExposeConsts": 2,
|
|
19911
|
+
"defined": 1,
|
|
19912
|
+
"here": 1,
|
|
19913
|
+
"t": 1,
|
|
19914
|
+
"be": 2,
|
|
19915
|
+
"found": 2,
|
|
19916
|
+
"with": 1,
|
|
19917
|
+
"dlsym": 1,
|
|
19918
|
+
"Failed": 1,
|
|
19919
|
+
"load": 1,
|
|
19920
|
+
"mach_vm_address_t": 1,
|
|
19921
|
+
"string": 4,
|
|
19922
|
+
"@encode": 2,
|
|
19923
|
+
"infinite": 1,
|
|
19924
|
+
"*": 1,
|
|
19925
|
+
"length": 1,
|
|
19926
|
+
"[": 8,
|
|
19927
|
+
"object": 1,
|
|
19928
|
+
"Struct": 1,
|
|
19929
|
+
"]": 8,
|
|
19930
|
+
"%": 8,
|
|
19931
|
+
"@": 3,
|
|
19932
|
+
"<%@:>": 1,
|
|
19933
|
+
"0x": 1,
|
|
19934
|
+
"+": 3,
|
|
19935
|
+
"-": 2,
|
|
19936
|
+
"printf": 1,
|
|
19937
|
+
".3s": 1,
|
|
19938
|
+
"d": 2,
|
|
19939
|
+
"c": 5,
|
|
19940
|
+
"float": 1,
|
|
19941
|
+
"f": 1,
|
|
19942
|
+
"n": 1,
|
|
19943
|
+
"foo": 2,
|
|
19944
|
+
"barrrr": 1,
|
|
19945
|
+
"Args": 1,
|
|
19946
|
+
"needs": 1,
|
|
19947
|
+
"an": 1,
|
|
19948
|
+
"array": 1,
|
|
19949
|
+
"number": 1,
|
|
19950
|
+
"Function": 1,
|
|
19951
|
+
"not": 1,
|
|
19952
|
+
"foobar": 2,
|
|
19953
|
+
"strdup": 2,
|
|
19954
|
+
"pipe": 1,
|
|
19955
|
+
"write": 1,
|
|
19956
|
+
"close": 2,
|
|
19957
|
+
"int": 1,
|
|
19958
|
+
"a": 1,
|
|
19959
|
+
"short": 1,
|
|
19960
|
+
"b": 1,
|
|
19961
|
+
"char": 1,
|
|
19962
|
+
"uint64_t": 1,
|
|
19963
|
+
"double": 1,
|
|
19964
|
+
"e": 1,
|
|
19965
|
+
"struct": 1,
|
|
19966
|
+
"}": 9,
|
|
19967
|
+
"return": 1,
|
|
19968
|
+
"new": 1,
|
|
19969
|
+
"Type": 1,
|
|
19970
|
+
"typeStr": 1,
|
|
19971
|
+
"Various": 1,
|
|
19972
|
+
"constants": 1,
|
|
19973
|
+
"utils.constants": 2,
|
|
19974
|
+
"VM_PROT_NONE": 1,
|
|
19975
|
+
"VM_PROT_READ": 1,
|
|
19976
|
+
"VM_PROT_WRITE": 1,
|
|
19977
|
+
"VM_PROT_EXECUTE": 1,
|
|
19978
|
+
"VM_PROT_NO_CHANGE": 1,
|
|
19979
|
+
"VM_PROT_COPY": 1,
|
|
19980
|
+
"VM_PROT_WANTS_COPY": 1,
|
|
19981
|
+
"VM_PROT_IS_MASK": 1,
|
|
19982
|
+
"c.VM_PROT_DEFAULT": 1,
|
|
19983
|
+
"c.VM_PROT_READ": 2,
|
|
19984
|
+
"|": 3,
|
|
19985
|
+
"c.VM_PROT_WRITE": 2,
|
|
19986
|
+
"c.VM_PROT_ALL": 1,
|
|
19987
|
+
"c.VM_PROT_EXECUTE": 1,
|
|
19988
|
+
"if": 3,
|
|
19989
|
+
"for": 2,
|
|
19990
|
+
"k": 3,
|
|
19991
|
+
"Cycript.all": 2,
|
|
19992
|
+
"shouldExposeFuncs": 1,
|
|
19993
|
+
"i": 4,
|
|
19994
|
+
"<": 1,
|
|
19995
|
+
"funcsToExpose.length": 1,
|
|
19996
|
+
"name": 3,
|
|
19997
|
+
"funcsToExpose": 1,
|
|
19998
|
+
"utils.loadfuncs": 1,
|
|
19999
|
+
"shouldExposeCFuncs": 1,
|
|
20000
|
+
"exports": 1
|
|
20001
|
+
},
|
|
18282
20002
|
"DM": {
|
|
18283
20003
|
"#define": 4,
|
|
18284
20004
|
"PI": 6,
|
|
@@ -19607,6 +21327,36 @@
|
|
|
19607
21327
|
"screws": 1,
|
|
19608
21328
|
"egrep": 1
|
|
19609
21329
|
},
|
|
21330
|
+
"EmberScript": {
|
|
21331
|
+
"class": 1,
|
|
21332
|
+
"App.FromNowView": 2,
|
|
21333
|
+
"extends": 1,
|
|
21334
|
+
"Ember.View": 1,
|
|
21335
|
+
"tagName": 1,
|
|
21336
|
+
"template": 1,
|
|
21337
|
+
"Ember.Handlebars.compile": 1,
|
|
21338
|
+
"output": 1,
|
|
21339
|
+
"return": 1,
|
|
21340
|
+
"moment": 1,
|
|
21341
|
+
"(": 5,
|
|
21342
|
+
"@value": 1,
|
|
21343
|
+
")": 5,
|
|
21344
|
+
".fromNow": 1,
|
|
21345
|
+
"didInsertElement": 1,
|
|
21346
|
+
"-": 4,
|
|
21347
|
+
"@tick": 2,
|
|
21348
|
+
"tick": 1,
|
|
21349
|
+
"f": 2,
|
|
21350
|
+
"@notifyPropertyChange": 1,
|
|
21351
|
+
"nextTick": 4,
|
|
21352
|
+
"Ember.run.later": 1,
|
|
21353
|
+
"this": 1,
|
|
21354
|
+
"@set": 1,
|
|
21355
|
+
"willDestroyElement": 1,
|
|
21356
|
+
"@nextTick": 1,
|
|
21357
|
+
"Ember.run.cancel": 1,
|
|
21358
|
+
"Ember.Handlebars.helper": 1
|
|
21359
|
+
},
|
|
19610
21360
|
"Erlang": {
|
|
19611
21361
|
"SHEBANG#!escript": 3,
|
|
19612
21362
|
"%": 134,
|
|
@@ -26005,8 +27755,139 @@
|
|
|
26005
27755
|
"with": 1,
|
|
26006
27756
|
"Doxygen": 1
|
|
26007
27757
|
},
|
|
27758
|
+
"HTML+ERB": {
|
|
27759
|
+
"<%>": 12,
|
|
27760
|
+
"if": 3,
|
|
27761
|
+
"Spree": 4,
|
|
27762
|
+
"Config": 4,
|
|
27763
|
+
"enable_fishbowl": 1,
|
|
27764
|
+
"<div>": 23,
|
|
27765
|
+
"class=": 24,
|
|
27766
|
+
"id=": 1,
|
|
27767
|
+
"<fieldset>": 1,
|
|
27768
|
+
"<legend>": 1,
|
|
27769
|
+
"align=": 1,
|
|
27770
|
+
"<%=>": 12,
|
|
27771
|
+
"t": 4,
|
|
27772
|
+
"fishbowl_settings": 1,
|
|
27773
|
+
"</legend>": 1,
|
|
27774
|
+
"fishbowl_options": 1,
|
|
27775
|
+
"each": 1,
|
|
27776
|
+
"do": 2,
|
|
27777
|
+
"key": 5,
|
|
27778
|
+
"label_tag": 2,
|
|
27779
|
+
"to_s": 2,
|
|
27780
|
+
"gsub": 1,
|
|
27781
|
+
"fishbowl_": 1,
|
|
27782
|
+
"to_sym": 1,
|
|
27783
|
+
"tag": 2,
|
|
27784
|
+
"br": 2,
|
|
27785
|
+
"text_field_tag": 1,
|
|
27786
|
+
"preferences": 4,
|
|
27787
|
+
"size": 1,
|
|
27788
|
+
"class": 2,
|
|
27789
|
+
"}": 3,
|
|
27790
|
+
")": 4,
|
|
27791
|
+
"%": 2,
|
|
27792
|
+
"</div>": 23,
|
|
27793
|
+
"end": 5,
|
|
27794
|
+
"hidden_field_tag": 1,
|
|
27795
|
+
"fishbowl_always_fetch_current_inventory": 3,
|
|
27796
|
+
"0": 1,
|
|
27797
|
+
"check_box_tag": 1,
|
|
27798
|
+
"1": 1,
|
|
27799
|
+
"always_fetch_current_inventory": 1,
|
|
27800
|
+
"location_groups": 2,
|
|
27801
|
+
"empty": 1,
|
|
27802
|
+
"fishbowl_location_group": 3,
|
|
27803
|
+
"location_group": 1,
|
|
27804
|
+
"select": 1,
|
|
27805
|
+
"selected": 1,
|
|
27806
|
+
"[": 2,
|
|
27807
|
+
"]": 2,
|
|
27808
|
+
"{": 1,
|
|
27809
|
+
"</fieldset>": 1,
|
|
27810
|
+
"<script>": 1,
|
|
27811
|
+
"type=": 1,
|
|
27812
|
+
"(": 2,
|
|
27813
|
+
".select2": 1,
|
|
27814
|
+
";": 1,
|
|
27815
|
+
"</script>": 1,
|
|
27816
|
+
"provide": 1,
|
|
27817
|
+
"title": 1,
|
|
27818
|
+
"header": 2,
|
|
27819
|
+
"present": 1,
|
|
27820
|
+
"users": 3,
|
|
27821
|
+
"user_presenter": 1,
|
|
27822
|
+
"<h1>": 1,
|
|
27823
|
+
"</h1>": 1,
|
|
27824
|
+
"will_paginate": 2,
|
|
27825
|
+
"Name": 1,
|
|
27826
|
+
"Email": 1,
|
|
27827
|
+
"Chords": 1,
|
|
27828
|
+
"Keys": 1,
|
|
27829
|
+
"Tunings": 1,
|
|
27830
|
+
"Credits": 1,
|
|
27831
|
+
"Prem": 1,
|
|
27832
|
+
"Since": 1,
|
|
27833
|
+
"No": 1,
|
|
27834
|
+
"Users": 1,
|
|
27835
|
+
"else": 1,
|
|
27836
|
+
"render": 1
|
|
27837
|
+
},
|
|
26008
27838
|
"Haml": {
|
|
26009
|
-
"
|
|
27839
|
+
"/": 1,
|
|
27840
|
+
"replace": 1,
|
|
27841
|
+
".pull": 1,
|
|
27842
|
+
"-": 16,
|
|
27843
|
+
"right": 1,
|
|
27844
|
+
".btn": 2,
|
|
27845
|
+
"group": 2,
|
|
27846
|
+
"link_to": 4,
|
|
27847
|
+
"page.url": 1,
|
|
27848
|
+
"target": 1,
|
|
27849
|
+
"title": 5,
|
|
27850
|
+
"t": 5,
|
|
27851
|
+
"(": 10,
|
|
27852
|
+
")": 10,
|
|
27853
|
+
"class": 4,
|
|
27854
|
+
"do": 4,
|
|
27855
|
+
"%": 7,
|
|
27856
|
+
"i.icon": 5,
|
|
27857
|
+
"picture.row": 1,
|
|
27858
|
+
"black": 1,
|
|
27859
|
+
"refinery.edit_admin_page_path": 1,
|
|
27860
|
+
"page.nested_url": 2,
|
|
27861
|
+
"switch_locale": 1,
|
|
27862
|
+
"page.translations.first.locale": 1,
|
|
27863
|
+
"unless": 1,
|
|
27864
|
+
"page.translated_to_default_locale": 1,
|
|
27865
|
+
"scope": 4,
|
|
27866
|
+
"edit.row": 1,
|
|
27867
|
+
"blue": 1,
|
|
27868
|
+
"if": 1,
|
|
27869
|
+
"page.deletable": 1,
|
|
27870
|
+
"refinery.admin_page_path": 1,
|
|
27871
|
+
"methode": 1,
|
|
27872
|
+
"delete": 1,
|
|
27873
|
+
"data": 1,
|
|
27874
|
+
"{": 1,
|
|
27875
|
+
"confirm": 1,
|
|
27876
|
+
"page_title_with_translations": 1,
|
|
27877
|
+
"page": 1,
|
|
27878
|
+
"}": 1,
|
|
27879
|
+
"trash.row": 1,
|
|
27880
|
+
"red": 1,
|
|
27881
|
+
"else": 1,
|
|
27882
|
+
"button.btn.btn": 1,
|
|
27883
|
+
"xs.btn": 1,
|
|
27884
|
+
"default.disabled": 1,
|
|
27885
|
+
"trash": 1,
|
|
27886
|
+
"refinery.new_admin_page_path": 1,
|
|
27887
|
+
"parent_id": 1,
|
|
27888
|
+
"page.id": 1,
|
|
27889
|
+
"plus.row": 1,
|
|
27890
|
+
"green": 1,
|
|
26010
27891
|
"p": 1,
|
|
26011
27892
|
"Hello": 1,
|
|
26012
27893
|
"World": 1
|
|
@@ -35768,6 +37649,50 @@
|
|
|
35768
37649
|
"write": 1,
|
|
35769
37650
|
"end_object.": 1
|
|
35770
37651
|
},
|
|
37652
|
+
"LookML": {
|
|
37653
|
+
"-": 12,
|
|
37654
|
+
"view": 1,
|
|
37655
|
+
"comments": 1,
|
|
37656
|
+
"fields": 1,
|
|
37657
|
+
"dimension": 4,
|
|
37658
|
+
"id": 2,
|
|
37659
|
+
"primary_key": 1,
|
|
37660
|
+
"true": 3,
|
|
37661
|
+
"type": 6,
|
|
37662
|
+
"int": 3,
|
|
37663
|
+
"sql": 6,
|
|
37664
|
+
"{": 6,
|
|
37665
|
+
"TABLE": 6,
|
|
37666
|
+
"}": 6,
|
|
37667
|
+
".id": 1,
|
|
37668
|
+
"body": 1,
|
|
37669
|
+
".body": 1,
|
|
37670
|
+
"dimension_group": 2,
|
|
37671
|
+
"created": 1,
|
|
37672
|
+
"time": 4,
|
|
37673
|
+
"timeframes": 2,
|
|
37674
|
+
"[": 2,
|
|
37675
|
+
"date": 2,
|
|
37676
|
+
"week": 2,
|
|
37677
|
+
"month": 2,
|
|
37678
|
+
"]": 2,
|
|
37679
|
+
".created_at": 1,
|
|
37680
|
+
"headline_id": 1,
|
|
37681
|
+
"hidden": 2,
|
|
37682
|
+
".headline_id": 1,
|
|
37683
|
+
"updated": 1,
|
|
37684
|
+
".updated_at": 1,
|
|
37685
|
+
"user_id": 1,
|
|
37686
|
+
".user_id": 1,
|
|
37687
|
+
"measure": 1,
|
|
37688
|
+
"count": 2,
|
|
37689
|
+
"detail": 2,
|
|
37690
|
+
"detail*": 1,
|
|
37691
|
+
"sets": 1,
|
|
37692
|
+
"headlines.id": 1,
|
|
37693
|
+
"headlines.name": 1,
|
|
37694
|
+
"users.id": 1
|
|
37695
|
+
},
|
|
35771
37696
|
"Lua": {
|
|
35772
37697
|
"-": 60,
|
|
35773
37698
|
"A": 1,
|
|
@@ -48945,6 +50870,29 @@
|
|
|
48945
50870
|
"}": 2,
|
|
48946
50871
|
"title": 1
|
|
48947
50872
|
},
|
|
50873
|
+
"Opal": {
|
|
50874
|
+
"-": 4,
|
|
50875
|
+
"Deepak": 1,
|
|
50876
|
+
"Chopra": 1,
|
|
50877
|
+
"nonsense": 1,
|
|
50878
|
+
"text": 1,
|
|
50879
|
+
"generator": 1,
|
|
50880
|
+
"see": 1,
|
|
50881
|
+
"https": 1,
|
|
50882
|
+
"//github.com/StoneCypher/DeepakChopra_Opal/": 1,
|
|
50883
|
+
"starts": 1,
|
|
50884
|
+
"[": 4,
|
|
50885
|
+
"]": 4,
|
|
50886
|
+
"middles": 1,
|
|
50887
|
+
"qualifiers": 1,
|
|
50888
|
+
"finishes": 1,
|
|
50889
|
+
"alert": 1,
|
|
50890
|
+
"starts.sample": 1,
|
|
50891
|
+
"+": 3,
|
|
50892
|
+
"middles.sample": 1,
|
|
50893
|
+
"qualifiers.sample": 1,
|
|
50894
|
+
"finishes.sample": 1
|
|
50895
|
+
},
|
|
48948
50896
|
"OpenCL": {
|
|
48949
50897
|
"double": 3,
|
|
48950
50898
|
"run_fftw": 1,
|
|
@@ -49216,6 +51164,28 @@
|
|
|
49216
51164
|
"CHR": 2,
|
|
49217
51165
|
"lcPostBase64Data.": 1
|
|
49218
51166
|
},
|
|
51167
|
+
"OpenSCAD": {
|
|
51168
|
+
"fn": 1,
|
|
51169
|
+
";": 6,
|
|
51170
|
+
"difference": 1,
|
|
51171
|
+
"(": 11,
|
|
51172
|
+
")": 11,
|
|
51173
|
+
"{": 2,
|
|
51174
|
+
"union": 1,
|
|
51175
|
+
"translate": 4,
|
|
51176
|
+
"[": 5,
|
|
51177
|
+
"]": 5,
|
|
51178
|
+
"cube": 1,
|
|
51179
|
+
"center": 3,
|
|
51180
|
+
"true": 3,
|
|
51181
|
+
"cylinder": 2,
|
|
51182
|
+
"h": 2,
|
|
51183
|
+
"r1": 1,
|
|
51184
|
+
"r2": 1,
|
|
51185
|
+
"sphere": 2,
|
|
51186
|
+
"r": 3,
|
|
51187
|
+
"}": 2
|
|
51188
|
+
},
|
|
49219
51189
|
"Org": {
|
|
49220
51190
|
"#": 13,
|
|
49221
51191
|
"+": 13,
|
|
@@ -51104,35 +53074,35 @@
|
|
|
51104
53074
|
"package": 14,
|
|
51105
53075
|
"App": 131,
|
|
51106
53076
|
"Ack": 136,
|
|
51107
|
-
";":
|
|
51108
|
-
"use":
|
|
51109
|
-
"warnings":
|
|
51110
|
-
"strict":
|
|
53077
|
+
";": 1376,
|
|
53078
|
+
"use": 88,
|
|
53079
|
+
"warnings": 19,
|
|
53080
|
+
"strict": 22,
|
|
51111
53081
|
"File": 54,
|
|
51112
53082
|
"Next": 27,
|
|
51113
53083
|
"Plugin": 2,
|
|
51114
|
-
"Basic":
|
|
53084
|
+
"Basic": 11,
|
|
51115
53085
|
"head1": 36,
|
|
51116
53086
|
"NAME": 6,
|
|
51117
|
-
"-":
|
|
53087
|
+
"-": 1075,
|
|
51118
53088
|
"A": 2,
|
|
51119
53089
|
"container": 1,
|
|
51120
|
-
"for":
|
|
53090
|
+
"for": 88,
|
|
51121
53091
|
"functions": 2,
|
|
51122
|
-
"the":
|
|
53092
|
+
"the": 153,
|
|
51123
53093
|
"ack": 38,
|
|
51124
|
-
"program":
|
|
53094
|
+
"program": 7,
|
|
51125
53095
|
"VERSION": 15,
|
|
51126
53096
|
"Version": 1,
|
|
51127
53097
|
"cut": 28,
|
|
51128
53098
|
"our": 34,
|
|
51129
53099
|
"COPYRIGHT": 7,
|
|
51130
53100
|
"BEGIN": 7,
|
|
51131
|
-
"{":
|
|
51132
|
-
"}":
|
|
53101
|
+
"{": 1394,
|
|
53102
|
+
"}": 1407,
|
|
51133
53103
|
"fh": 28,
|
|
51134
53104
|
"*STDOUT": 6,
|
|
51135
|
-
"%":
|
|
53105
|
+
"%": 82,
|
|
51136
53106
|
"types": 26,
|
|
51137
53107
|
"type_wanted": 20,
|
|
51138
53108
|
"mappings": 29,
|
|
@@ -51143,8 +53113,8 @@
|
|
|
51143
53113
|
"is_cygwin": 6,
|
|
51144
53114
|
"is_windows": 12,
|
|
51145
53115
|
"Spec": 13,
|
|
51146
|
-
"(":
|
|
51147
|
-
")":
|
|
53116
|
+
"(": 1137,
|
|
53117
|
+
")": 1136,
|
|
51148
53118
|
"Glob": 4,
|
|
51149
53119
|
"Getopt": 6,
|
|
51150
53120
|
"Long": 6,
|
|
@@ -51157,11 +53127,11 @@
|
|
|
51157
53127
|
"_sgbak": 2,
|
|
51158
53128
|
"_build": 2,
|
|
51159
53129
|
"actionscript": 2,
|
|
51160
|
-
"[":
|
|
53130
|
+
"[": 200,
|
|
51161
53131
|
"qw": 35,
|
|
51162
|
-
"as":
|
|
53132
|
+
"as": 40,
|
|
51163
53133
|
"mxml": 2,
|
|
51164
|
-
"]":
|
|
53134
|
+
"]": 196,
|
|
51165
53135
|
"ada": 4,
|
|
51166
53136
|
"adb": 2,
|
|
51167
53137
|
"ads": 2,
|
|
@@ -51175,7 +53145,7 @@
|
|
|
51175
53145
|
"Binary": 2,
|
|
51176
53146
|
"files": 42,
|
|
51177
53147
|
"defined": 54,
|
|
51178
|
-
"by":
|
|
53148
|
+
"by": 19,
|
|
51179
53149
|
"Perl": 9,
|
|
51180
53150
|
"T": 2,
|
|
51181
53151
|
"op": 2,
|
|
@@ -51204,25 +53174,25 @@
|
|
|
51204
53174
|
"xsl": 2,
|
|
51205
53175
|
"xslt": 2,
|
|
51206
53176
|
"ent": 2,
|
|
51207
|
-
"while":
|
|
51208
|
-
"my":
|
|
53177
|
+
"while": 33,
|
|
53178
|
+
"my": 458,
|
|
51209
53179
|
"type": 69,
|
|
51210
53180
|
"exts": 6,
|
|
51211
53181
|
"each": 14,
|
|
51212
|
-
"if":
|
|
53182
|
+
"if": 322,
|
|
51213
53183
|
"ref": 33,
|
|
51214
53184
|
"ext": 14,
|
|
51215
|
-
"@":
|
|
51216
|
-
"push":
|
|
51217
|
-
"_":
|
|
53185
|
+
"@": 54,
|
|
53186
|
+
"push": 37,
|
|
53187
|
+
"_": 104,
|
|
51218
53188
|
"mk": 2,
|
|
51219
53189
|
"mak": 2,
|
|
51220
|
-
"not":
|
|
51221
|
-
"t":
|
|
51222
|
-
"p":
|
|
53190
|
+
"not": 56,
|
|
53191
|
+
"t": 21,
|
|
53192
|
+
"p": 10,
|
|
51223
53193
|
"STDIN": 2,
|
|
51224
53194
|
"O": 4,
|
|
51225
|
-
"eq":
|
|
53195
|
+
"eq": 62,
|
|
51226
53196
|
"/MSWin32/": 2,
|
|
51227
53197
|
"quotemeta": 5,
|
|
51228
53198
|
"catfile": 4,
|
|
@@ -51230,37 +53200,37 @@
|
|
|
51230
53200
|
"If": 15,
|
|
51231
53201
|
"you": 44,
|
|
51232
53202
|
"want": 7,
|
|
51233
|
-
"to":
|
|
53203
|
+
"to": 101,
|
|
51234
53204
|
"know": 4,
|
|
51235
53205
|
"about": 4,
|
|
51236
53206
|
"F": 24,
|
|
51237
53207
|
"<ack>": 13,
|
|
51238
53208
|
"see": 5,
|
|
51239
|
-
"file":
|
|
53209
|
+
"file": 57,
|
|
51240
53210
|
"itself.": 3,
|
|
51241
53211
|
"No": 4,
|
|
51242
|
-
"user":
|
|
53212
|
+
"user": 5,
|
|
51243
53213
|
"serviceable": 1,
|
|
51244
53214
|
"parts": 1,
|
|
51245
53215
|
"inside.": 1,
|
|
51246
|
-
"is":
|
|
51247
|
-
"all":
|
|
51248
|
-
"that":
|
|
51249
|
-
"should":
|
|
53216
|
+
"is": 74,
|
|
53217
|
+
"all": 28,
|
|
53218
|
+
"that": 35,
|
|
53219
|
+
"should": 8,
|
|
51250
53220
|
"this.": 1,
|
|
51251
53221
|
"FUNCTIONS": 1,
|
|
51252
53222
|
"head2": 34,
|
|
51253
53223
|
"read_ackrc": 4,
|
|
51254
53224
|
"Reads": 1,
|
|
51255
53225
|
"contents": 2,
|
|
51256
|
-
"of":
|
|
53226
|
+
"of": 67,
|
|
51257
53227
|
".ackrc": 1,
|
|
51258
|
-
"and":
|
|
53228
|
+
"and": 92,
|
|
51259
53229
|
"returns": 4,
|
|
51260
53230
|
"arguments.": 1,
|
|
51261
|
-
"sub":
|
|
53231
|
+
"sub": 232,
|
|
51262
53232
|
"@files": 12,
|
|
51263
|
-
"ENV":
|
|
53233
|
+
"ENV": 41,
|
|
51264
53234
|
"ACKRC": 2,
|
|
51265
53235
|
"@dirs": 4,
|
|
51266
53236
|
"HOME": 4,
|
|
@@ -51269,55 +53239,55 @@
|
|
|
51269
53239
|
"grep": 17,
|
|
51270
53240
|
"bsd_glob": 4,
|
|
51271
53241
|
"GLOB_TILDE": 2,
|
|
51272
|
-
"filename":
|
|
51273
|
-
"&&":
|
|
51274
|
-
"e":
|
|
51275
|
-
"open":
|
|
51276
|
-
"or":
|
|
53242
|
+
"filename": 72,
|
|
53243
|
+
"&&": 84,
|
|
53244
|
+
"e": 21,
|
|
53245
|
+
"open": 10,
|
|
53246
|
+
"or": 51,
|
|
51277
53247
|
"die": 38,
|
|
51278
53248
|
"@lines": 21,
|
|
51279
53249
|
"/./": 2,
|
|
51280
|
-
"/":
|
|
53250
|
+
"/": 82,
|
|
51281
53251
|
"s*#/": 2,
|
|
51282
53252
|
"<$fh>": 4,
|
|
51283
|
-
"chomp":
|
|
51284
|
-
"close":
|
|
51285
|
-
"s/":
|
|
51286
|
-
"+":
|
|
53253
|
+
"chomp": 4,
|
|
53254
|
+
"close": 22,
|
|
53255
|
+
"s/": 28,
|
|
53256
|
+
"+": 126,
|
|
51287
53257
|
"//": 9,
|
|
51288
|
-
"return":
|
|
53258
|
+
"return": 168,
|
|
51289
53259
|
"get_command_line_options": 4,
|
|
51290
53260
|
"Gets": 3,
|
|
51291
|
-
"command":
|
|
51292
|
-
"line":
|
|
53261
|
+
"command": 16,
|
|
53262
|
+
"line": 21,
|
|
51293
53263
|
"arguments": 2,
|
|
51294
|
-
"does":
|
|
53264
|
+
"does": 11,
|
|
51295
53265
|
"specific": 2,
|
|
51296
53266
|
"tweaking.": 1,
|
|
51297
53267
|
"opt": 291,
|
|
51298
53268
|
"pager": 19,
|
|
51299
53269
|
"ACK_PAGER_COLOR": 7,
|
|
51300
|
-
"||":
|
|
53270
|
+
"||": 52,
|
|
51301
53271
|
"ACK_PAGER": 5,
|
|
51302
53272
|
"getopt_specs": 6,
|
|
51303
53273
|
"m": 17,
|
|
51304
53274
|
"after_context": 16,
|
|
51305
53275
|
"before_context": 18,
|
|
51306
|
-
"shift":
|
|
53276
|
+
"shift": 170,
|
|
51307
53277
|
"val": 26,
|
|
51308
53278
|
"break": 14,
|
|
51309
|
-
"c":
|
|
53279
|
+
"c": 6,
|
|
51310
53280
|
"count": 23,
|
|
51311
53281
|
"color": 38,
|
|
51312
53282
|
"ACK_COLOR_MATCH": 5,
|
|
51313
53283
|
"ACK_COLOR_FILENAME": 5,
|
|
51314
53284
|
"ACK_COLOR_LINENO": 4,
|
|
51315
53285
|
"column": 4,
|
|
51316
|
-
"#":
|
|
53286
|
+
"#": 106,
|
|
51317
53287
|
"ignore": 7,
|
|
51318
53288
|
"this": 22,
|
|
51319
53289
|
"option": 7,
|
|
51320
|
-
"it":
|
|
53290
|
+
"it": 30,
|
|
51321
53291
|
"handled": 2,
|
|
51322
53292
|
"beforehand": 2,
|
|
51323
53293
|
"f": 25,
|
|
@@ -51327,14 +53297,14 @@
|
|
|
51327
53297
|
"heading": 18,
|
|
51328
53298
|
"h": 6,
|
|
51329
53299
|
"H": 6,
|
|
51330
|
-
"i":
|
|
53300
|
+
"i": 27,
|
|
51331
53301
|
"invert_file_match": 8,
|
|
51332
|
-
"lines":
|
|
53302
|
+
"lines": 20,
|
|
51333
53303
|
"l": 17,
|
|
51334
|
-
"regex":
|
|
53304
|
+
"regex": 42,
|
|
51335
53305
|
"n": 19,
|
|
51336
53306
|
"o": 17,
|
|
51337
|
-
"output":
|
|
53307
|
+
"output": 40,
|
|
51338
53308
|
"undef": 17,
|
|
51339
53309
|
"passthru": 9,
|
|
51340
53310
|
"print0": 7,
|
|
@@ -51343,15 +53313,15 @@
|
|
|
51343
53313
|
"smart_case": 3,
|
|
51344
53314
|
"sort_files": 11,
|
|
51345
53315
|
"u": 10,
|
|
51346
|
-
"w":
|
|
53316
|
+
"w": 7,
|
|
51347
53317
|
"remove_dir_sep": 7,
|
|
51348
53318
|
"delete": 10,
|
|
51349
53319
|
"print_version_statement": 2,
|
|
51350
|
-
"exit":
|
|
53320
|
+
"exit": 19,
|
|
51351
53321
|
"show_help": 3,
|
|
51352
|
-
"@_":
|
|
53322
|
+
"@_": 45,
|
|
51353
53323
|
"show_help_types": 2,
|
|
51354
|
-
"require":
|
|
53324
|
+
"require": 13,
|
|
51355
53325
|
"Pod": 4,
|
|
51356
53326
|
"Usage": 4,
|
|
51357
53327
|
"pod2usage": 2,
|
|
@@ -51360,22 +53330,22 @@
|
|
|
51360
53330
|
"dummy": 2,
|
|
51361
53331
|
"wanted": 4,
|
|
51362
53332
|
"no//": 2,
|
|
51363
|
-
"must":
|
|
51364
|
-
"be":
|
|
53333
|
+
"must": 7,
|
|
53334
|
+
"be": 39,
|
|
51365
53335
|
"later": 2,
|
|
51366
|
-
"exists":
|
|
51367
|
-
"else":
|
|
53336
|
+
"exists": 31,
|
|
53337
|
+
"else": 71,
|
|
51368
53338
|
"qq": 18,
|
|
51369
53339
|
"Unknown": 2,
|
|
51370
53340
|
"unshift": 4,
|
|
51371
53341
|
"@ARGV": 12,
|
|
51372
|
-
"split":
|
|
53342
|
+
"split": 15,
|
|
51373
53343
|
"ACK_OPTIONS": 5,
|
|
51374
53344
|
"def_types_from_ARGV": 5,
|
|
51375
53345
|
"filetypes_supported": 5,
|
|
51376
53346
|
"parser": 12,
|
|
51377
53347
|
"Parser": 4,
|
|
51378
|
-
"new":
|
|
53348
|
+
"new": 56,
|
|
51379
53349
|
"configure": 4,
|
|
51380
53350
|
"getoptions": 4,
|
|
51381
53351
|
"to_screen": 10,
|
|
@@ -51385,27 +53355,27 @@
|
|
|
51385
53355
|
"Console": 2,
|
|
51386
53356
|
"ANSI": 3,
|
|
51387
53357
|
"key": 20,
|
|
51388
|
-
"value":
|
|
53358
|
+
"value": 14,
|
|
51389
53359
|
"<": 15,
|
|
51390
|
-
"join":
|
|
53360
|
+
"join": 7,
|
|
51391
53361
|
"map": 10,
|
|
51392
53362
|
"@ret": 10,
|
|
51393
|
-
"from":
|
|
53363
|
+
"from": 20,
|
|
51394
53364
|
"warn": 22,
|
|
51395
53365
|
"..": 7,
|
|
51396
53366
|
"uniq": 4,
|
|
51397
53367
|
"@uniq": 2,
|
|
51398
|
-
"sort":
|
|
51399
|
-
"a":
|
|
53368
|
+
"sort": 9,
|
|
53369
|
+
"a": 88,
|
|
51400
53370
|
"<=>": 2,
|
|
51401
53371
|
"b": 6,
|
|
51402
|
-
"keys":
|
|
53372
|
+
"keys": 19,
|
|
51403
53373
|
"numerical": 2,
|
|
51404
53374
|
"occurs": 2,
|
|
51405
53375
|
"only": 11,
|
|
51406
53376
|
"once": 4,
|
|
51407
53377
|
"Go": 1,
|
|
51408
|
-
"through":
|
|
53378
|
+
"through": 10,
|
|
51409
53379
|
"look": 2,
|
|
51410
53380
|
"I": 68,
|
|
51411
53381
|
"<--type-set>": 1,
|
|
@@ -51413,14 +53383,14 @@
|
|
|
51413
53383
|
"bar": 3,
|
|
51414
53384
|
"<--type-add>": 1,
|
|
51415
53385
|
"xml=": 1,
|
|
51416
|
-
".":
|
|
53386
|
+
".": 166,
|
|
51417
53387
|
"Remove": 1,
|
|
51418
53388
|
"them": 5,
|
|
51419
53389
|
"add": 9,
|
|
51420
53390
|
"supported": 1,
|
|
51421
53391
|
"filetypes": 8,
|
|
51422
53392
|
"i.e.": 2,
|
|
51423
|
-
"into":
|
|
53393
|
+
"into": 8,
|
|
51424
53394
|
"etc.": 3,
|
|
51425
53395
|
"@typedef": 8,
|
|
51426
53396
|
"td": 6,
|
|
@@ -51428,12 +53398,12 @@
|
|
|
51428
53398
|
"Builtin": 4,
|
|
51429
53399
|
"cannot": 4,
|
|
51430
53400
|
"changed.": 4,
|
|
51431
|
-
"ne":
|
|
53401
|
+
"ne": 11,
|
|
51432
53402
|
"delete_type": 5,
|
|
51433
53403
|
"Type": 2,
|
|
51434
|
-
"exist":
|
|
53404
|
+
"exist": 5,
|
|
51435
53405
|
"creating": 3,
|
|
51436
|
-
"with":
|
|
53406
|
+
"with": 28,
|
|
51437
53407
|
"...": 2,
|
|
51438
53408
|
"unless": 39,
|
|
51439
53409
|
"@exts": 8,
|
|
@@ -51461,9 +53431,9 @@
|
|
|
51461
53431
|
"directory": 8,
|
|
51462
53432
|
"any": 4,
|
|
51463
53433
|
"ones": 1,
|
|
51464
|
-
"we":
|
|
53434
|
+
"we": 9,
|
|
51465
53435
|
"ignore.": 1,
|
|
51466
|
-
"path":
|
|
53436
|
+
"path": 29,
|
|
51467
53437
|
"This": 27,
|
|
51468
53438
|
"removes": 1,
|
|
51469
53439
|
"trailing": 1,
|
|
@@ -51496,16 +53466,16 @@
|
|
|
51496
53466
|
"constant": 2,
|
|
51497
53467
|
"TEXT": 16,
|
|
51498
53468
|
"basename": 9,
|
|
51499
|
-
".*":
|
|
53469
|
+
".*": 5,
|
|
51500
53470
|
"is_searchable": 8,
|
|
51501
53471
|
"lc_basename": 8,
|
|
51502
53472
|
"lc": 5,
|
|
51503
|
-
"r":
|
|
53473
|
+
"r": 18,
|
|
51504
53474
|
"B": 76,
|
|
51505
53475
|
"header": 17,
|
|
51506
53476
|
"SHEBANG#!#!": 2,
|
|
51507
53477
|
"ruby": 3,
|
|
51508
|
-
"|":
|
|
53478
|
+
"|": 31,
|
|
51509
53479
|
"lua": 2,
|
|
51510
53480
|
"erl": 2,
|
|
51511
53481
|
"hp": 2,
|
|
@@ -51528,15 +53498,15 @@
|
|
|
51528
53498
|
"U": 2,
|
|
51529
53499
|
"y": 8,
|
|
51530
53500
|
"tr/": 2,
|
|
51531
|
-
"x":
|
|
53501
|
+
"x": 12,
|
|
51532
53502
|
"w/": 3,
|
|
51533
53503
|
"nOo_/": 2,
|
|
51534
53504
|
"_thpppt": 3,
|
|
51535
53505
|
"_get_thpppt": 3,
|
|
51536
|
-
"print":
|
|
53506
|
+
"print": 46,
|
|
51537
53507
|
"_bar": 3,
|
|
51538
53508
|
"<<": 10,
|
|
51539
|
-
"&":
|
|
53509
|
+
"&": 27,
|
|
51540
53510
|
"*I": 2,
|
|
51541
53511
|
"g": 7,
|
|
51542
53512
|
"#.": 6,
|
|
@@ -51545,15 +53515,15 @@
|
|
|
51545
53515
|
"#I": 6,
|
|
51546
53516
|
"#7": 4,
|
|
51547
53517
|
"results.": 2,
|
|
51548
|
-
"on":
|
|
51549
|
-
"when":
|
|
51550
|
-
"used":
|
|
53518
|
+
"on": 27,
|
|
53519
|
+
"when": 19,
|
|
53520
|
+
"used": 13,
|
|
51551
53521
|
"interactively": 6,
|
|
51552
53522
|
"no": 22,
|
|
51553
53523
|
"Print": 6,
|
|
51554
53524
|
"between": 4,
|
|
51555
53525
|
"results": 8,
|
|
51556
|
-
"different":
|
|
53526
|
+
"different": 3,
|
|
51557
53527
|
"files.": 6,
|
|
51558
53528
|
"group": 2,
|
|
51559
53529
|
"Same": 8,
|
|
@@ -51567,7 +53537,7 @@
|
|
|
51567
53537
|
"Windows": 4,
|
|
51568
53538
|
"colour": 2,
|
|
51569
53539
|
"COLOR": 6,
|
|
51570
|
-
"match":
|
|
53540
|
+
"match": 24,
|
|
51571
53541
|
"lineno": 2,
|
|
51572
53542
|
"Set": 3,
|
|
51573
53543
|
"filenames": 7,
|
|
@@ -51593,7 +53563,7 @@
|
|
|
51593
53563
|
"invert": 2,
|
|
51594
53564
|
"Print/search": 2,
|
|
51595
53565
|
"handle": 3,
|
|
51596
|
-
"do":
|
|
53566
|
+
"do": 16,
|
|
51597
53567
|
"g/": 2,
|
|
51598
53568
|
"G.": 2,
|
|
51599
53569
|
"show": 3,
|
|
@@ -51601,15 +53571,15 @@
|
|
|
51601
53571
|
"which": 7,
|
|
51602
53572
|
"has.": 2,
|
|
51603
53573
|
"inclusion/exclusion": 2,
|
|
51604
|
-
"All":
|
|
53574
|
+
"All": 5,
|
|
51605
53575
|
"searched": 5,
|
|
51606
53576
|
"Ignores": 2,
|
|
51607
53577
|
".svn": 3,
|
|
51608
|
-
"other":
|
|
53578
|
+
"other": 6,
|
|
51609
53579
|
"ignored": 6,
|
|
51610
53580
|
"directories": 9,
|
|
51611
53581
|
"unrestricted": 2,
|
|
51612
|
-
"name":
|
|
53582
|
+
"name": 60,
|
|
51613
53583
|
"Add/Remove": 2,
|
|
51614
53584
|
"dirs": 2,
|
|
51615
53585
|
"R": 2,
|
|
@@ -51639,12 +53609,12 @@
|
|
|
51639
53609
|
"res": 59,
|
|
51640
53610
|
"next_text": 8,
|
|
51641
53611
|
"has_lines": 4,
|
|
51642
|
-
"scalar":
|
|
51643
|
-
"m/":
|
|
53612
|
+
"scalar": 3,
|
|
53613
|
+
"m/": 12,
|
|
51644
53614
|
"regex/": 9,
|
|
51645
53615
|
"next": 9,
|
|
51646
53616
|
"print_match_or_context": 13,
|
|
51647
|
-
"elsif":
|
|
53617
|
+
"elsif": 26,
|
|
51648
53618
|
"last": 17,
|
|
51649
53619
|
"max": 12,
|
|
51650
53620
|
"nmatches": 61,
|
|
@@ -51658,7 +53628,7 @@
|
|
|
51658
53628
|
"match_start": 5,
|
|
51659
53629
|
"match_end": 3,
|
|
51660
53630
|
"Prints": 4,
|
|
51661
|
-
"out":
|
|
53631
|
+
"out": 3,
|
|
51662
53632
|
"context": 1,
|
|
51663
53633
|
"around": 5,
|
|
51664
53634
|
"match.": 3,
|
|
@@ -51699,7 +53669,7 @@
|
|
|
51699
53669
|
"print_count0": 2,
|
|
51700
53670
|
"filetypes_supported_set": 9,
|
|
51701
53671
|
"True/False": 1,
|
|
51702
|
-
"are":
|
|
53672
|
+
"are": 26,
|
|
51703
53673
|
"print_files": 4,
|
|
51704
53674
|
"iter": 23,
|
|
51705
53675
|
"returned": 3,
|
|
@@ -51711,10 +53681,10 @@
|
|
|
51711
53681
|
"<$ors>": 1,
|
|
51712
53682
|
"<\"\\n\">": 1,
|
|
51713
53683
|
"defines": 2,
|
|
51714
|
-
"what":
|
|
53684
|
+
"what": 15,
|
|
51715
53685
|
"filename.": 1,
|
|
51716
53686
|
"print_files_with_matches": 4,
|
|
51717
|
-
"where":
|
|
53687
|
+
"where": 4,
|
|
51718
53688
|
"was": 2,
|
|
51719
53689
|
"repo": 18,
|
|
51720
53690
|
"Repository": 11,
|
|
@@ -51741,7 +53711,7 @@
|
|
|
51741
53711
|
"EXPAND_FILENAMES_SCOPE": 4,
|
|
51742
53712
|
"argv": 12,
|
|
51743
53713
|
"attr": 6,
|
|
51744
|
-
"foreach":
|
|
53714
|
+
"foreach": 13,
|
|
51745
53715
|
"pattern": 10,
|
|
51746
53716
|
"@results": 14,
|
|
51747
53717
|
"didn": 2,
|
|
@@ -51749,7 +53719,7 @@
|
|
|
51749
53719
|
"tried": 2,
|
|
51750
53720
|
"load": 2,
|
|
51751
53721
|
"GetAttributes": 2,
|
|
51752
|
-
"end":
|
|
53722
|
+
"end": 10,
|
|
51753
53723
|
"attributes": 4,
|
|
51754
53724
|
"got": 2,
|
|
51755
53725
|
"get_starting_points": 4,
|
|
@@ -51757,7 +53727,7 @@
|
|
|
51757
53727
|
"@what": 14,
|
|
51758
53728
|
"reslash": 4,
|
|
51759
53729
|
"Assume": 2,
|
|
51760
|
-
"current":
|
|
53730
|
+
"current": 6,
|
|
51761
53731
|
"start_point": 4,
|
|
51762
53732
|
"_match": 8,
|
|
51763
53733
|
"target": 6,
|
|
@@ -51772,7 +53742,7 @@
|
|
|
51772
53742
|
"is_interesting": 4,
|
|
51773
53743
|
"descend_filter": 11,
|
|
51774
53744
|
"error_handler": 5,
|
|
51775
|
-
"msg":
|
|
53745
|
+
"msg": 5,
|
|
51776
53746
|
"follow_symlinks": 6,
|
|
51777
53747
|
"set_up_pager": 3,
|
|
51778
53748
|
"Unable": 2,
|
|
@@ -51785,7 +53755,7 @@
|
|
|
51785
53755
|
"code.": 2,
|
|
51786
53756
|
"otherwise": 2,
|
|
51787
53757
|
"handed": 1,
|
|
51788
|
-
"in":
|
|
53758
|
+
"in": 40,
|
|
51789
53759
|
"argument.": 1,
|
|
51790
53760
|
"rc": 11,
|
|
51791
53761
|
"LICENSE": 3,
|
|
@@ -51802,6 +53772,236 @@
|
|
|
51802
53772
|
"License": 2,
|
|
51803
53773
|
"v2.0.": 2,
|
|
51804
53774
|
"End": 3,
|
|
53775
|
+
"SHEBANG#!perl": 6,
|
|
53776
|
+
"##": 79,
|
|
53777
|
+
"configuration": 3,
|
|
53778
|
+
"options": 8,
|
|
53779
|
+
"BASE_DIR": 1,
|
|
53780
|
+
"CONFIG_FILE": 2,
|
|
53781
|
+
"Config": 1,
|
|
53782
|
+
"location": 5,
|
|
53783
|
+
"DEBUG_LOG_FILE": 2,
|
|
53784
|
+
"Specify": 2,
|
|
53785
|
+
"create": 4,
|
|
53786
|
+
"log": 4,
|
|
53787
|
+
"writable": 2,
|
|
53788
|
+
"nagios": 3,
|
|
53789
|
+
"DEBUGLEVEL": 3,
|
|
53790
|
+
"Nothing": 1,
|
|
53791
|
+
"Errors": 1,
|
|
53792
|
+
"Warnings": 1,
|
|
53793
|
+
"Debug": 1,
|
|
53794
|
+
"DEBUGOUTPUT": 8,
|
|
53795
|
+
"STDERR": 5,
|
|
53796
|
+
"STDOUT": 1,
|
|
53797
|
+
"cgi": 4,
|
|
53798
|
+
"Global": 1,
|
|
53799
|
+
"vars": 1,
|
|
53800
|
+
"DEBUG_TIMESTAMP": 5,
|
|
53801
|
+
"Find": 1,
|
|
53802
|
+
"how": 2,
|
|
53803
|
+
"run": 3,
|
|
53804
|
+
"ARGV": 5,
|
|
53805
|
+
"test": 1,
|
|
53806
|
+
"errors": 4,
|
|
53807
|
+
"console": 1,
|
|
53808
|
+
"read_config": 4,
|
|
53809
|
+
"abort": 23,
|
|
53810
|
+
"parse": 3,
|
|
53811
|
+
"performance": 2,
|
|
53812
|
+
"data": 5,
|
|
53813
|
+
"started": 1,
|
|
53814
|
+
"parse_perfdata": 2,
|
|
53815
|
+
"CGI": 10,
|
|
53816
|
+
"script": 1,
|
|
53817
|
+
"web": 9,
|
|
53818
|
+
"browser": 1,
|
|
53819
|
+
"run_as_cgi": 2,
|
|
53820
|
+
"some": 2,
|
|
53821
|
+
"help": 3,
|
|
53822
|
+
"info": 1,
|
|
53823
|
+
"logfile": 1,
|
|
53824
|
+
"write": 5,
|
|
53825
|
+
"blank": 2,
|
|
53826
|
+
"wrote": 1,
|
|
53827
|
+
"anything...": 1,
|
|
53828
|
+
"debug": 39,
|
|
53829
|
+
"Program": 1,
|
|
53830
|
+
"called": 5,
|
|
53831
|
+
"graph_name": 18,
|
|
53832
|
+
"param": 10,
|
|
53833
|
+
"graph_iteration": 6,
|
|
53834
|
+
"config": 67,
|
|
53835
|
+
"display": 2,
|
|
53836
|
+
"index": 2,
|
|
53837
|
+
"graphs": 3,
|
|
53838
|
+
"display_htmltemplate": 3,
|
|
53839
|
+
"graph": 4,
|
|
53840
|
+
"Display": 3,
|
|
53841
|
+
"HTML": 6,
|
|
53842
|
+
"page": 1,
|
|
53843
|
+
"generate": 1,
|
|
53844
|
+
"call": 4,
|
|
53845
|
+
"rrdtool_cmdline": 11,
|
|
53846
|
+
".join": 5,
|
|
53847
|
+
"expand": 1,
|
|
53848
|
+
"variables": 1,
|
|
53849
|
+
"rrdarchive": 1,
|
|
53850
|
+
"f/": 1,
|
|
53851
|
+
"rrdarchive/g": 1,
|
|
53852
|
+
"t_start": 4,
|
|
53853
|
+
"t_start/g": 1,
|
|
53854
|
+
"t_end": 4,
|
|
53855
|
+
"e/": 1,
|
|
53856
|
+
"t_end/g": 1,
|
|
53857
|
+
"t_descr": 3,
|
|
53858
|
+
"d/": 1,
|
|
53859
|
+
"t_descr/g": 1,
|
|
53860
|
+
"Call": 1,
|
|
53861
|
+
"rrdtool": 3,
|
|
53862
|
+
"probably": 1,
|
|
53863
|
+
"fixed": 1,
|
|
53864
|
+
"better": 1,
|
|
53865
|
+
"way": 3,
|
|
53866
|
+
"like": 14,
|
|
53867
|
+
"exec": 1,
|
|
53868
|
+
"template": 3,
|
|
53869
|
+
"variable": 3,
|
|
53870
|
+
"substitution": 1,
|
|
53871
|
+
"stuff": 1,
|
|
53872
|
+
"<HTML>": 1,
|
|
53873
|
+
"big": 2,
|
|
53874
|
+
"regex..": 1,
|
|
53875
|
+
"/my": 1,
|
|
53876
|
+
"varname": 8,
|
|
53877
|
+
"date": 3,
|
|
53878
|
+
"time": 6,
|
|
53879
|
+
"localtime": 2,
|
|
53880
|
+
"code": 10,
|
|
53881
|
+
"return_html": 4,
|
|
53882
|
+
"gn": 2,
|
|
53883
|
+
"return_html.": 2,
|
|
53884
|
+
"escape": 1,
|
|
53885
|
+
"slash": 1,
|
|
53886
|
+
"since": 2,
|
|
53887
|
+
"were": 2,
|
|
53888
|
+
"inside": 1,
|
|
53889
|
+
"an": 17,
|
|
53890
|
+
"displaying": 1,
|
|
53891
|
+
"actual": 1,
|
|
53892
|
+
"images": 1,
|
|
53893
|
+
"iteration_id": 2,
|
|
53894
|
+
"unknown": 1,
|
|
53895
|
+
"/eig": 1,
|
|
53896
|
+
"thought": 1,
|
|
53897
|
+
"would": 6,
|
|
53898
|
+
"never": 2,
|
|
53899
|
+
"Process": 1,
|
|
53900
|
+
"incoming": 1,
|
|
53901
|
+
"check": 3,
|
|
53902
|
+
"plugin": 1,
|
|
53903
|
+
"insert": 1,
|
|
53904
|
+
"values": 7,
|
|
53905
|
+
"rrd": 3,
|
|
53906
|
+
"archives": 2,
|
|
53907
|
+
"rrd_updates": 13,
|
|
53908
|
+
"Provide": 1,
|
|
53909
|
+
"more": 3,
|
|
53910
|
+
"symbolic": 1,
|
|
53911
|
+
"names": 3,
|
|
53912
|
+
"same": 4,
|
|
53913
|
+
"macros": 1,
|
|
53914
|
+
"LASTCHECK": 1,
|
|
53915
|
+
"HOSTNAME": 2,
|
|
53916
|
+
"SERVICEDESCR": 2,
|
|
53917
|
+
"SERVICESTATE": 1,
|
|
53918
|
+
"OUTPUT": 2,
|
|
53919
|
+
"PERFDATA": 2,
|
|
53920
|
+
"host_and_descr_found": 3,
|
|
53921
|
+
"Loop": 4,
|
|
53922
|
+
"host_regexes": 1,
|
|
53923
|
+
"host_regex": 5,
|
|
53924
|
+
"service_description_regexes": 1,
|
|
53925
|
+
"service_regex": 4,
|
|
53926
|
+
"host_regex/i": 1,
|
|
53927
|
+
"service_regex/i": 1,
|
|
53928
|
+
"InsertValue": 1,
|
|
53929
|
+
"host": 1,
|
|
53930
|
+
"service_description": 1,
|
|
53931
|
+
"insert_value": 10,
|
|
53932
|
+
"regexes": 4,
|
|
53933
|
+
"output/perfdata": 1,
|
|
53934
|
+
"regex_string": 1,
|
|
53935
|
+
"regex_string/": 2,
|
|
53936
|
+
"Insert": 1,
|
|
53937
|
+
"RRD": 3,
|
|
53938
|
+
"calling": 1,
|
|
53939
|
+
"may": 4,
|
|
53940
|
+
"several": 1,
|
|
53941
|
+
"archive": 9,
|
|
53942
|
+
"rrdarchive_filename": 3,
|
|
53943
|
+
"Create": 1,
|
|
53944
|
+
"Archive": 1,
|
|
53945
|
+
"according": 1,
|
|
53946
|
+
"rrdarchive_filename.": 3,
|
|
53947
|
+
"rrdtool_cmdline.": 1,
|
|
53948
|
+
"Check": 1,
|
|
53949
|
+
"wheter": 1,
|
|
53950
|
+
"Assemle": 1,
|
|
53951
|
+
"result": 3,
|
|
53952
|
+
"Read": 1,
|
|
53953
|
+
"CONFIG": 2,
|
|
53954
|
+
"line_counter": 2,
|
|
53955
|
+
"<CONFIG>": 1,
|
|
53956
|
+
"@args": 11,
|
|
53957
|
+
"shellwords": 1,
|
|
53958
|
+
"orig_confline": 1,
|
|
53959
|
+
"args": 37,
|
|
53960
|
+
"uc": 1,
|
|
53961
|
+
"INSERTVALUE": 1,
|
|
53962
|
+
"rrd_filename": 2,
|
|
53963
|
+
"rrdcreatetemplate": 4,
|
|
53964
|
+
"hostname_regex": 4,
|
|
53965
|
+
"servicedescr_regex": 4,
|
|
53966
|
+
"regex_template": 3,
|
|
53967
|
+
"verify": 3,
|
|
53968
|
+
"hostname": 2,
|
|
53969
|
+
"service": 1,
|
|
53970
|
+
"description": 2,
|
|
53971
|
+
"s*": 1,
|
|
53972
|
+
"#/": 1,
|
|
53973
|
+
"comment": 1,
|
|
53974
|
+
"row": 1,
|
|
53975
|
+
"nuthin": 1,
|
|
53976
|
+
"RRDToolPath": 1,
|
|
53977
|
+
"PlotTemplate": 1,
|
|
53978
|
+
"htmltemplate": 2,
|
|
53979
|
+
"parameters..": 2,
|
|
53980
|
+
"@params": 7,
|
|
53981
|
+
"GraphTimeTemplate": 1,
|
|
53982
|
+
"time_template": 2,
|
|
53983
|
+
"@t_descr": 2,
|
|
53984
|
+
"workaround": 1,
|
|
53985
|
+
"string": 6,
|
|
53986
|
+
"RRDCreateTemplate": 1,
|
|
53987
|
+
"ValueRegexTemplate": 1,
|
|
53988
|
+
"template_name": 3,
|
|
53989
|
+
"@regexes": 2,
|
|
53990
|
+
"perfdata": 1,
|
|
53991
|
+
"regex_what": 2,
|
|
53992
|
+
"dsa_name": 2,
|
|
53993
|
+
"RRDARCHIVEPATH": 1,
|
|
53994
|
+
"HTMLTemplatePath": 1,
|
|
53995
|
+
"GraphIndexTemplate": 1,
|
|
53996
|
+
"GRAPH": 1,
|
|
53997
|
+
"rrdfilename": 1,
|
|
53998
|
+
"graphtimetemplate": 1,
|
|
53999
|
+
"plottemplate": 1,
|
|
54000
|
+
"Write": 1,
|
|
54001
|
+
"output/logging": 1,
|
|
54002
|
+
"level": 3,
|
|
54003
|
+
"timestamp": 1,
|
|
54004
|
+
"msg.": 2,
|
|
51805
54005
|
"SHEBANG#!#! perl": 4,
|
|
51806
54006
|
"examples/benchmarks/fib.pl": 1,
|
|
51807
54007
|
"Fibonacci": 2,
|
|
@@ -51816,7 +54016,6 @@
|
|
|
51816
54016
|
"SEE": 4,
|
|
51817
54017
|
"ALSO": 4,
|
|
51818
54018
|
"<examples/benchmarks/fib.pir>": 1,
|
|
51819
|
-
"SHEBANG#!perl": 5,
|
|
51820
54019
|
"MAIN": 1,
|
|
51821
54020
|
"main": 3,
|
|
51822
54021
|
"env_is_usable": 3,
|
|
@@ -51835,9 +54034,7 @@
|
|
|
51835
54034
|
"Resource": 5,
|
|
51836
54035
|
"file_matching": 2,
|
|
51837
54036
|
"check_regex": 2,
|
|
51838
|
-
"like": 13,
|
|
51839
54037
|
"finder": 1,
|
|
51840
|
-
"options": 7,
|
|
51841
54038
|
"FILE...": 1,
|
|
51842
54039
|
"DIRECTORY...": 1,
|
|
51843
54040
|
"designed": 1,
|
|
@@ -51854,7 +54051,6 @@
|
|
|
51854
54051
|
"By": 2,
|
|
51855
54052
|
"prints": 2,
|
|
51856
54053
|
"also": 7,
|
|
51857
|
-
"would": 5,
|
|
51858
54054
|
"actually": 1,
|
|
51859
54055
|
"let": 1,
|
|
51860
54056
|
"take": 5,
|
|
@@ -51868,7 +54064,6 @@
|
|
|
51868
54064
|
"symlinks": 1,
|
|
51869
54065
|
"than": 5,
|
|
51870
54066
|
"whatever": 1,
|
|
51871
|
-
"were": 1,
|
|
51872
54067
|
"specified": 3,
|
|
51873
54068
|
"line.": 4,
|
|
51874
54069
|
"default.": 2,
|
|
@@ -51896,7 +54091,6 @@
|
|
|
51896
54091
|
"groups": 1,
|
|
51897
54092
|
"with.": 1,
|
|
51898
54093
|
"interactively.": 1,
|
|
51899
|
-
"result": 1,
|
|
51900
54094
|
"per": 1,
|
|
51901
54095
|
"grep.": 2,
|
|
51902
54096
|
"redirected.": 1,
|
|
@@ -51910,14 +54104,12 @@
|
|
|
51910
54104
|
"searched.": 1,
|
|
51911
54105
|
"<--help>": 1,
|
|
51912
54106
|
"short": 1,
|
|
51913
|
-
"help": 2,
|
|
51914
54107
|
"statement.": 1,
|
|
51915
54108
|
"<--ignore-case>": 1,
|
|
51916
54109
|
"Ignore": 3,
|
|
51917
54110
|
"case": 3,
|
|
51918
54111
|
"strings.": 1,
|
|
51919
54112
|
"applies": 3,
|
|
51920
|
-
"regexes": 3,
|
|
51921
54113
|
"<-g>": 5,
|
|
51922
54114
|
"<-G>": 3,
|
|
51923
54115
|
"options.": 4,
|
|
@@ -51927,7 +54119,6 @@
|
|
|
51927
54119
|
"directories.": 2,
|
|
51928
54120
|
"mason": 1,
|
|
51929
54121
|
"users": 4,
|
|
51930
|
-
"may": 3,
|
|
51931
54122
|
"wish": 1,
|
|
51932
54123
|
"include": 1,
|
|
51933
54124
|
"<--ignore-dir=data>": 1,
|
|
@@ -51974,7 +54165,6 @@
|
|
|
51974
54165
|
"<NOT>": 2,
|
|
51975
54166
|
"equivalent": 2,
|
|
51976
54167
|
"specifying": 1,
|
|
51977
|
-
"Specify": 1,
|
|
51978
54168
|
"explicitly.": 1,
|
|
51979
54169
|
"helpful": 2,
|
|
51980
54170
|
"don": 2,
|
|
@@ -52053,7 +54243,6 @@
|
|
|
52053
54243
|
"associates": 1,
|
|
52054
54244
|
"Works": 1,
|
|
52055
54245
|
"<--thpppt>": 1,
|
|
52056
|
-
"Display": 1,
|
|
52057
54246
|
"important": 1,
|
|
52058
54247
|
"Bill": 1,
|
|
52059
54248
|
"Cat": 1,
|
|
@@ -52064,12 +54253,11 @@
|
|
|
52064
54253
|
"<--thpppppt>": 1,
|
|
52065
54254
|
"important.": 1,
|
|
52066
54255
|
"make": 3,
|
|
52067
|
-
"perl":
|
|
54256
|
+
"perl": 9,
|
|
52068
54257
|
"php": 2,
|
|
52069
54258
|
"python": 1,
|
|
52070
54259
|
"looks": 2,
|
|
52071
54260
|
"location.": 1,
|
|
52072
|
-
"variable": 1,
|
|
52073
54261
|
"specifies": 1,
|
|
52074
54262
|
"placed": 1,
|
|
52075
54263
|
"front": 1,
|
|
@@ -52123,7 +54311,6 @@
|
|
|
52123
54311
|
"both": 1,
|
|
52124
54312
|
"understands": 1,
|
|
52125
54313
|
"sequences.": 1,
|
|
52126
|
-
"never": 1,
|
|
52127
54314
|
"back": 4,
|
|
52128
54315
|
"ACK": 2,
|
|
52129
54316
|
"OTHER": 1,
|
|
@@ -52148,7 +54335,6 @@
|
|
|
52148
54335
|
"Jackson": 1,
|
|
52149
54336
|
"put": 1,
|
|
52150
54337
|
"together": 2,
|
|
52151
|
-
"an": 16,
|
|
52152
54338
|
"<ack.el>": 1,
|
|
52153
54339
|
"extension": 1,
|
|
52154
54340
|
"<http://www.shellarchive.co.uk/content/emacs.html>": 1,
|
|
@@ -52161,11 +54347,9 @@
|
|
|
52161
54347
|
"Code": 1,
|
|
52162
54348
|
"greater": 1,
|
|
52163
54349
|
"normal": 1,
|
|
52164
|
-
"code": 8,
|
|
52165
54350
|
"<$?=256>": 1,
|
|
52166
54351
|
"<system>": 1,
|
|
52167
54352
|
"backticks.": 1,
|
|
52168
|
-
"errors": 1,
|
|
52169
54353
|
"used.": 1,
|
|
52170
54354
|
"at": 4,
|
|
52171
54355
|
"least": 1,
|
|
@@ -52186,10 +54370,7 @@
|
|
|
52186
54370
|
"too.": 1,
|
|
52187
54371
|
"there.": 1,
|
|
52188
54372
|
"working": 1,
|
|
52189
|
-
"big": 1,
|
|
52190
54373
|
"codesets": 1,
|
|
52191
|
-
"more": 2,
|
|
52192
|
-
"create": 3,
|
|
52193
54374
|
"tree": 2,
|
|
52194
54375
|
"ideal": 1,
|
|
52195
54376
|
"sending": 1,
|
|
@@ -52208,7 +54389,6 @@
|
|
|
52208
54389
|
"<troublesome.gif>": 1,
|
|
52209
54390
|
"took": 1,
|
|
52210
54391
|
"access": 2,
|
|
52211
|
-
"log": 3,
|
|
52212
54392
|
"scanned": 1,
|
|
52213
54393
|
"twice.": 1,
|
|
52214
54394
|
"aa.bb.cc.dd": 1,
|
|
@@ -52254,7 +54434,6 @@
|
|
|
52254
54434
|
"metadata": 1,
|
|
52255
54435
|
"wastes": 1,
|
|
52256
54436
|
"lot": 1,
|
|
52257
|
-
"time": 3,
|
|
52258
54437
|
"those": 2,
|
|
52259
54438
|
"well": 2,
|
|
52260
54439
|
"returning": 1,
|
|
@@ -52267,7 +54446,6 @@
|
|
|
52267
54446
|
"has": 3,
|
|
52268
54447
|
"perfectly": 1,
|
|
52269
54448
|
"good": 2,
|
|
52270
|
-
"way": 2,
|
|
52271
54449
|
"using": 5,
|
|
52272
54450
|
"<-p>": 1,
|
|
52273
54451
|
"<-n>": 1,
|
|
@@ -52283,7 +54461,6 @@
|
|
|
52283
54461
|
"<.xyz>": 1,
|
|
52284
54462
|
"already": 2,
|
|
52285
54463
|
"program/package": 1,
|
|
52286
|
-
"called": 4,
|
|
52287
54464
|
"ack.": 2,
|
|
52288
54465
|
"Yes": 1,
|
|
52289
54466
|
"know.": 1,
|
|
@@ -52383,7 +54560,6 @@
|
|
|
52383
54560
|
"seek": 4,
|
|
52384
54561
|
"readline": 1,
|
|
52385
54562
|
"nexted": 3,
|
|
52386
|
-
"CGI": 6,
|
|
52387
54563
|
"Fast": 3,
|
|
52388
54564
|
"XML": 2,
|
|
52389
54565
|
"Hash": 11,
|
|
@@ -52403,21 +54579,18 @@
|
|
|
52403
54579
|
"Request": 11,
|
|
52404
54580
|
"*STDERR": 1,
|
|
52405
54581
|
"int": 2,
|
|
52406
|
-
"ARGV": 2,
|
|
52407
54582
|
"conv": 2,
|
|
52408
54583
|
"use_attr": 1,
|
|
52409
54584
|
"indent": 1,
|
|
52410
54585
|
"xml_decl": 1,
|
|
52411
54586
|
"tmpl_path": 2,
|
|
52412
54587
|
"tmpl": 5,
|
|
52413
|
-
"data": 3,
|
|
52414
54588
|
"nick": 1,
|
|
52415
54589
|
"parent": 5,
|
|
52416
54590
|
"third_party": 1,
|
|
52417
54591
|
"artist_name": 2,
|
|
52418
54592
|
"venue": 2,
|
|
52419
54593
|
"event": 2,
|
|
52420
|
-
"date": 2,
|
|
52421
54594
|
"zA": 1,
|
|
52422
54595
|
"Z0": 1,
|
|
52423
54596
|
"Content": 2,
|
|
@@ -52439,7 +54612,6 @@
|
|
|
52439
54612
|
"<PSGI>": 3,
|
|
52440
54613
|
"specification": 3,
|
|
52441
54614
|
"interface": 1,
|
|
52442
|
-
"web": 8,
|
|
52443
54615
|
"servers": 2,
|
|
52444
54616
|
"based": 2,
|
|
52445
54617
|
"applications": 2,
|
|
@@ -52447,7 +54619,6 @@
|
|
|
52447
54619
|
"supports": 1,
|
|
52448
54620
|
"writing": 1,
|
|
52449
54621
|
"portable": 1,
|
|
52450
|
-
"run": 1,
|
|
52451
54622
|
"various": 2,
|
|
52452
54623
|
"methods": 4,
|
|
52453
54624
|
"standalone": 1,
|
|
@@ -52471,7 +54642,6 @@
|
|
|
52471
54642
|
"<myapp.psgi>": 1,
|
|
52472
54643
|
"root": 1,
|
|
52473
54644
|
"application.": 1,
|
|
52474
|
-
"write": 2,
|
|
52475
54645
|
"own": 4,
|
|
52476
54646
|
".psgi": 7,
|
|
52477
54647
|
"Writing": 2,
|
|
@@ -52505,7 +54675,6 @@
|
|
|
52505
54675
|
"setting": 2,
|
|
52506
54676
|
"wrapped": 1,
|
|
52507
54677
|
"<Plack::Middleware::ReverseProxy>": 1,
|
|
52508
|
-
"some": 1,
|
|
52509
54678
|
"engine": 1,
|
|
52510
54679
|
"fixes": 1,
|
|
52511
54680
|
"uniform": 1,
|
|
@@ -52517,7 +54686,6 @@
|
|
|
52517
54686
|
"override": 1,
|
|
52518
54687
|
"providing": 2,
|
|
52519
54688
|
"none": 1,
|
|
52520
|
-
"call": 2,
|
|
52521
54689
|
"MyApp": 1,
|
|
52522
54690
|
"Thus": 1,
|
|
52523
54691
|
"functionality": 1,
|
|
@@ -52538,7 +54706,6 @@
|
|
|
52538
54706
|
"Catalyst.pm": 1,
|
|
52539
54707
|
"library": 2,
|
|
52540
54708
|
"software.": 1,
|
|
52541
|
-
"same": 2,
|
|
52542
54709
|
"Plack": 25,
|
|
52543
54710
|
"_001": 1,
|
|
52544
54711
|
"HTTP": 16,
|
|
@@ -52606,13 +54773,11 @@
|
|
|
52606
54773
|
"query": 4,
|
|
52607
54774
|
"flatten": 3,
|
|
52608
54775
|
"uploads": 5,
|
|
52609
|
-
"hostname": 1,
|
|
52610
54776
|
"url_scheme": 1,
|
|
52611
54777
|
"params": 1,
|
|
52612
54778
|
"query_params": 1,
|
|
52613
54779
|
"body_params": 1,
|
|
52614
54780
|
"cookie": 6,
|
|
52615
|
-
"param": 8,
|
|
52616
54781
|
"get_all": 2,
|
|
52617
54782
|
"upload": 13,
|
|
52618
54783
|
"raw_uri": 1,
|
|
@@ -52668,7 +54833,6 @@
|
|
|
52668
54833
|
"<HTTP::Engine>": 1,
|
|
52669
54834
|
"provide": 1,
|
|
52670
54835
|
"higher": 1,
|
|
52671
|
-
"level": 1,
|
|
52672
54836
|
"top": 1,
|
|
52673
54837
|
"PSGI.": 1,
|
|
52674
54838
|
"METHODS": 2,
|
|
@@ -52682,9 +54846,7 @@
|
|
|
52682
54846
|
"noted": 1,
|
|
52683
54847
|
"<read-only>": 1,
|
|
52684
54848
|
"passing": 1,
|
|
52685
|
-
"values": 5,
|
|
52686
54849
|
"accessor": 1,
|
|
52687
|
-
"debug": 1,
|
|
52688
54850
|
"set.": 1,
|
|
52689
54851
|
"<HTTP::Headers>": 2,
|
|
52690
54852
|
"request.": 1,
|
|
@@ -52712,7 +54874,6 @@
|
|
|
52712
54874
|
"allow": 1,
|
|
52713
54875
|
"modifying": 1,
|
|
52714
54876
|
"@values": 1,
|
|
52715
|
-
"@params": 1,
|
|
52716
54877
|
"convenient": 1,
|
|
52717
54878
|
"@fields": 1,
|
|
52718
54879
|
"Creates": 2,
|
|
@@ -52739,7 +54900,6 @@
|
|
|
52739
54900
|
"scalars": 1,
|
|
52740
54901
|
"references": 1,
|
|
52741
54902
|
"ARRAY": 1,
|
|
52742
|
-
"parse": 1,
|
|
52743
54903
|
"twice": 1,
|
|
52744
54904
|
"efficiency.": 1,
|
|
52745
54905
|
"DISPATCHING": 1,
|
|
@@ -52751,7 +54911,6 @@
|
|
|
52751
54911
|
"<path_info>": 1,
|
|
52752
54912
|
"virtual": 1,
|
|
52753
54913
|
"regardless": 1,
|
|
52754
|
-
"how": 1,
|
|
52755
54914
|
"mounted.": 1,
|
|
52756
54915
|
"hosted": 1,
|
|
52757
54916
|
"scripts": 1,
|
|
@@ -52762,7 +54921,6 @@
|
|
|
52762
54921
|
"subclass": 1,
|
|
52763
54922
|
"define": 1,
|
|
52764
54923
|
"uri_for": 2,
|
|
52765
|
-
"args": 3,
|
|
52766
54924
|
"So": 1,
|
|
52767
54925
|
"say": 1,
|
|
52768
54926
|
"link": 1,
|
|
@@ -52774,7 +54932,6 @@
|
|
|
52774
54932
|
"Cookie": 2,
|
|
52775
54933
|
"handling": 1,
|
|
52776
54934
|
"simplified": 1,
|
|
52777
|
-
"string": 5,
|
|
52778
54935
|
"encoding": 2,
|
|
52779
54936
|
"decoding": 1,
|
|
52780
54937
|
"totally": 1,
|
|
@@ -52801,7 +54958,6 @@
|
|
|
52801
54958
|
"Accessor": 1,
|
|
52802
54959
|
"status": 17,
|
|
52803
54960
|
"Scalar": 2,
|
|
52804
|
-
"location": 4,
|
|
52805
54961
|
"redirect": 1,
|
|
52806
54962
|
"url": 2,
|
|
52807
54963
|
"clone": 1,
|
|
@@ -52814,7 +54970,6 @@
|
|
|
52814
54970
|
"//g": 1,
|
|
52815
54971
|
"CR": 1,
|
|
52816
54972
|
"LF": 1,
|
|
52817
|
-
"since": 1,
|
|
52818
54973
|
"char": 1,
|
|
52819
54974
|
"invalid": 1,
|
|
52820
54975
|
"header_field_names": 1,
|
|
@@ -52885,7 +55040,6 @@
|
|
|
52885
55040
|
"responsible": 1,
|
|
52886
55041
|
"properly": 1,
|
|
52887
55042
|
"<Location>": 1,
|
|
52888
|
-
"names": 1,
|
|
52889
55043
|
"their": 1,
|
|
52890
55044
|
"corresponding": 1,
|
|
52891
55045
|
"<value>": 2,
|
|
@@ -52902,7 +55056,11 @@
|
|
|
52902
55056
|
"formats": 1,
|
|
52903
55057
|
"<+3M>": 1,
|
|
52904
55058
|
"reference.": 1,
|
|
52905
|
-
"AUTHOR": 1
|
|
55059
|
+
"AUTHOR": 1,
|
|
55060
|
+
"Test": 2,
|
|
55061
|
+
"Base": 1,
|
|
55062
|
+
"__DATA__": 1,
|
|
55063
|
+
"Strict": 1
|
|
52906
55064
|
},
|
|
52907
55065
|
"Perl6": {
|
|
52908
55066
|
"token": 6,
|
|
@@ -53029,6 +55187,29 @@
|
|
|
53029
55187
|
"<bar>": 1,
|
|
53030
55188
|
"roleq": 1
|
|
53031
55189
|
},
|
|
55190
|
+
"PigLatin": {
|
|
55191
|
+
"REGISTER": 1,
|
|
55192
|
+
"SOME_JAR": 1,
|
|
55193
|
+
";": 4,
|
|
55194
|
+
"A": 2,
|
|
55195
|
+
"LOAD": 1,
|
|
55196
|
+
"USING": 1,
|
|
55197
|
+
"PigStorage": 1,
|
|
55198
|
+
"(": 2,
|
|
55199
|
+
")": 2,
|
|
55200
|
+
"AS": 1,
|
|
55201
|
+
"name": 2,
|
|
55202
|
+
"chararray": 1,
|
|
55203
|
+
"age": 1,
|
|
55204
|
+
"int": 1,
|
|
55205
|
+
"-": 2,
|
|
55206
|
+
"Load": 1,
|
|
55207
|
+
"person": 1,
|
|
55208
|
+
"B": 2,
|
|
55209
|
+
"FOREACH": 1,
|
|
55210
|
+
"generate": 1,
|
|
55211
|
+
"DUMP": 1
|
|
55212
|
+
},
|
|
53032
55213
|
"Pike": {
|
|
53033
55214
|
"#pike": 2,
|
|
53034
55215
|
"__REAL_VERSION__": 2,
|
|
@@ -60538,6 +62719,55 @@
|
|
|
60538
62719
|
"padding": 1,
|
|
60539
62720
|
"/": 2
|
|
60540
62721
|
},
|
|
62722
|
+
"SQF": {
|
|
62723
|
+
"private": 2,
|
|
62724
|
+
"[": 4,
|
|
62725
|
+
"]": 4,
|
|
62726
|
+
";": 32,
|
|
62727
|
+
"AGM_Core_remoteFnc": 2,
|
|
62728
|
+
"_this": 4,
|
|
62729
|
+
"_arguments": 6,
|
|
62730
|
+
"select": 4,
|
|
62731
|
+
"_function": 6,
|
|
62732
|
+
"call": 6,
|
|
62733
|
+
"compile": 1,
|
|
62734
|
+
"(": 12,
|
|
62735
|
+
")": 12,
|
|
62736
|
+
"_unit": 6,
|
|
62737
|
+
"if": 7,
|
|
62738
|
+
"isNil": 1,
|
|
62739
|
+
"then": 6,
|
|
62740
|
+
"{": 16,
|
|
62741
|
+
"}": 16,
|
|
62742
|
+
"typeName": 1,
|
|
62743
|
+
"exitWith": 1,
|
|
62744
|
+
"switch": 1,
|
|
62745
|
+
"do": 1,
|
|
62746
|
+
"case": 4,
|
|
62747
|
+
"isServer": 3,
|
|
62748
|
+
"else": 4,
|
|
62749
|
+
"publicVariableServer": 3,
|
|
62750
|
+
"set": 1,
|
|
62751
|
+
"publicVariable": 1,
|
|
62752
|
+
"isDedicated": 1,
|
|
62753
|
+
"local": 1,
|
|
62754
|
+
"_id": 2,
|
|
62755
|
+
"owner": 1,
|
|
62756
|
+
"publicVariableClient": 1,
|
|
62757
|
+
"#include": 1,
|
|
62758
|
+
"<version.hqf>": 1,
|
|
62759
|
+
"#define": 4,
|
|
62760
|
+
"SET": 1,
|
|
62761
|
+
"VAR": 5,
|
|
62762
|
+
"VALUE": 2,
|
|
62763
|
+
"#VAR": 1,
|
|
62764
|
+
"CONV": 1,
|
|
62765
|
+
"ARRAY": 2,
|
|
62766
|
+
"POOL": 2,
|
|
62767
|
+
"find": 1,
|
|
62768
|
+
"ALL_HITPOINTS_MAN": 1,
|
|
62769
|
+
"ALL_HITPOINTS_VEH": 1
|
|
62770
|
+
},
|
|
60541
62771
|
"SQL": {
|
|
60542
62772
|
"IF": 13,
|
|
60543
62773
|
"EXISTS": 12,
|
|
@@ -65009,11 +67239,668 @@
|
|
|
65009
67239
|
"XDG_RUNTIME_DIR": 1
|
|
65010
67240
|
},
|
|
65011
67241
|
"TeX": {
|
|
65012
|
-
"
|
|
67242
|
+
"ProvidesFile": 3,
|
|
67243
|
+
"{": 1765,
|
|
67244
|
+
"authortitle.cbx": 1,
|
|
67245
|
+
"}": 1771,
|
|
67246
|
+
"[": 96,
|
|
67247
|
+
"abx@cbxid": 1,
|
|
67248
|
+
"]": 95,
|
|
67249
|
+
"ExecuteBibliographyOptions": 1,
|
|
67250
|
+
"uniquename": 1,
|
|
67251
|
+
"uniquelist": 1,
|
|
67252
|
+
"autocite": 1,
|
|
67253
|
+
"footnote": 2,
|
|
67254
|
+
"renewcommand*": 1,
|
|
67255
|
+
"iffinalcitedelim": 1,
|
|
67256
|
+
"iflastcitekey": 1,
|
|
67257
|
+
"newbool": 1,
|
|
67258
|
+
"cbx": 7,
|
|
67259
|
+
"parens": 8,
|
|
67260
|
+
"newbibmacro*": 6,
|
|
67261
|
+
"cite": 16,
|
|
67262
|
+
"%": 321,
|
|
67263
|
+
"iffieldundef": 22,
|
|
67264
|
+
"shorthand": 8,
|
|
67265
|
+
"ifnameundef": 2,
|
|
67266
|
+
"labelname": 4,
|
|
67267
|
+
"printnames": 2,
|
|
67268
|
+
"setunit": 2,
|
|
67269
|
+
"nametitledelim": 1,
|
|
67270
|
+
"usebibmacro": 38,
|
|
67271
|
+
"title": 4,
|
|
67272
|
+
"citetitle": 4,
|
|
67273
|
+
"textcite": 6,
|
|
67274
|
+
"global": 4,
|
|
67275
|
+
"booltrue": 1,
|
|
67276
|
+
"addspace": 2,
|
|
67277
|
+
"bibopenparen": 2,
|
|
67278
|
+
"ifnumequal": 1,
|
|
67279
|
+
"value": 1,
|
|
67280
|
+
"citecount": 1,
|
|
67281
|
+
"prenote": 8,
|
|
67282
|
+
"printtext": 6,
|
|
67283
|
+
"bibhyperref": 2,
|
|
67284
|
+
"printfield": 9,
|
|
67285
|
+
"labeltitle": 1,
|
|
67286
|
+
"postnote": 11,
|
|
67287
|
+
"ifbool": 3,
|
|
67288
|
+
"bibcloseparen": 3,
|
|
67289
|
+
"postnotedelim": 1,
|
|
67290
|
+
"DeclareCiteCommand": 6,
|
|
67291
|
+
"citeindex": 8,
|
|
67292
|
+
"multicitedelim": 7,
|
|
67293
|
+
"DeclareCiteCommand*": 2,
|
|
67294
|
+
"parencite": 2,
|
|
67295
|
+
"mkbibparens": 3,
|
|
67296
|
+
"footcite": 1,
|
|
67297
|
+
"mkbibfootnote": 2,
|
|
67298
|
+
"footcitetext": 1,
|
|
67299
|
+
"mkbibfootnotetext": 1,
|
|
67300
|
+
"smartcite": 1,
|
|
67301
|
+
"iffootnote": 1,
|
|
67302
|
+
"boolfalse": 2,
|
|
67303
|
+
"iffirstcitekey": 1,
|
|
67304
|
+
"setcounter": 6,
|
|
67305
|
+
"textcitetotal": 2,
|
|
67306
|
+
"stepcounter": 1,
|
|
67307
|
+
"textcitedelim": 1,
|
|
67308
|
+
"DeclareMultiCiteCommand": 1,
|
|
67309
|
+
"textcites": 1,
|
|
67310
|
+
"endinput": 3,
|
|
67311
|
+
"english.lbx": 1,
|
|
67312
|
+
"abx@lbxid": 1,
|
|
67313
|
+
"DeclareRedundantLanguages": 1,
|
|
67314
|
+
"english": 2,
|
|
67315
|
+
"american": 2,
|
|
67316
|
+
"british": 1,
|
|
67317
|
+
"canadian": 1,
|
|
67318
|
+
"australian": 1,
|
|
67319
|
+
"newzealand": 1,
|
|
67320
|
+
"USenglish": 1,
|
|
67321
|
+
"UKenglish": 1,
|
|
67322
|
+
"DeclareBibliographyExtras": 1,
|
|
67323
|
+
"protected": 16,
|
|
67324
|
+
"def": 32,
|
|
67325
|
+
"bibrangedash": 2,
|
|
67326
|
+
"textendash": 1,
|
|
67327
|
+
"penalty": 2,
|
|
67328
|
+
"hyphenpenalty": 1,
|
|
67329
|
+
"breakable": 1,
|
|
67330
|
+
"dash": 1,
|
|
67331
|
+
"bibdatedash": 9,
|
|
67332
|
+
"finalandcomma": 109,
|
|
67333
|
+
"addcomma": 1,
|
|
67334
|
+
"finalandsemicolon": 1,
|
|
67335
|
+
"addsemicolon": 1,
|
|
67336
|
+
"mkbibordinal#1": 1,
|
|
67337
|
+
"begingroup": 2,
|
|
67338
|
+
"@tempcnta0#1": 1,
|
|
67339
|
+
"relax": 6,
|
|
67340
|
+
"number": 3,
|
|
67341
|
+
"@tempcnta": 7,
|
|
67342
|
+
"@whilenum": 2,
|
|
67343
|
+
"do": 2,
|
|
67344
|
+
"advance": 3,
|
|
67345
|
+
"-": 15,
|
|
67346
|
+
"ifnum": 4,
|
|
67347
|
+
"fi": 17,
|
|
67348
|
+
"ifcase": 1,
|
|
67349
|
+
"th": 2,
|
|
67350
|
+
"or": 4,
|
|
67351
|
+
"st": 1,
|
|
67352
|
+
"nd": 1,
|
|
67353
|
+
"rd": 1,
|
|
67354
|
+
"else": 10,
|
|
67355
|
+
"endgroup": 2,
|
|
67356
|
+
"mkbibmascord": 1,
|
|
67357
|
+
"mkbibordinal": 3,
|
|
67358
|
+
"mkbibfemord": 1,
|
|
67359
|
+
"mkbibneutord": 1,
|
|
67360
|
+
"mkbibdatelong#1#2#3": 1,
|
|
67361
|
+
"#2": 21,
|
|
67362
|
+
"mkbibmonth": 1,
|
|
67363
|
+
"thefield": 8,
|
|
67364
|
+
"#3": 14,
|
|
67365
|
+
"#1": 50,
|
|
67366
|
+
"space": 10,
|
|
67367
|
+
"nobreakspace": 1,
|
|
67368
|
+
"stripzeros": 2,
|
|
67369
|
+
"iffieldbibstring": 2,
|
|
67370
|
+
"bibstring": 2,
|
|
67371
|
+
"mkbibdateshort#1#2#3": 1,
|
|
67372
|
+
"mkdatezeros": 3,
|
|
67373
|
+
"/": 4,
|
|
67374
|
+
"savecommand": 4,
|
|
67375
|
+
"mkbibrangecomp": 3,
|
|
67376
|
+
"mkbibrangecompextra": 3,
|
|
67377
|
+
"mkbibrangeterse": 3,
|
|
67378
|
+
"mkbibrangeterseextra": 3,
|
|
67379
|
+
"lbx@us@mkbibrangetrunc@long": 1,
|
|
67380
|
+
"long": 2,
|
|
67381
|
+
"lbx@us@mkbibrangetrunc@short": 1,
|
|
67382
|
+
"short": 2,
|
|
67383
|
+
"lbx@us@mkbibrangetruncextra@long": 1,
|
|
67384
|
+
"lbx@us@mkbibrangetruncextra@short": 1,
|
|
67385
|
+
"UndeclareBibliographyExtras": 1,
|
|
67386
|
+
"restorecommand": 4,
|
|
67387
|
+
"DeclareBibliographyStrings": 1,
|
|
67388
|
+
"bibliography": 1,
|
|
67389
|
+
"Bibliography": 2,
|
|
67390
|
+
"references": 2,
|
|
67391
|
+
"References": 3,
|
|
67392
|
+
"shorthands": 1,
|
|
67393
|
+
"List": 1,
|
|
67394
|
+
"of": 24,
|
|
67395
|
+
"Abbreviations": 2,
|
|
67396
|
+
"editor": 25,
|
|
67397
|
+
"ed": 21,
|
|
67398
|
+
"adddot": 257,
|
|
67399
|
+
"editors": 25,
|
|
67400
|
+
"eds": 7,
|
|
67401
|
+
"compiler": 2,
|
|
67402
|
+
"comp": 4,
|
|
67403
|
+
"compilers": 2,
|
|
67404
|
+
"redactor": 2,
|
|
67405
|
+
"red": 4,
|
|
67406
|
+
"redactors": 2,
|
|
67407
|
+
"reviser": 2,
|
|
67408
|
+
"rev": 5,
|
|
67409
|
+
"revisers": 2,
|
|
67410
|
+
"founder": 2,
|
|
67411
|
+
"found": 3,
|
|
67412
|
+
"founders": 2,
|
|
67413
|
+
"continuator": 1,
|
|
67414
|
+
"continued": 3,
|
|
67415
|
+
"cont": 3,
|
|
67416
|
+
"FIXME": 5,
|
|
67417
|
+
"unsure": 5,
|
|
67418
|
+
"continuators": 1,
|
|
67419
|
+
"collaborator": 2,
|
|
67420
|
+
"collab": 3,
|
|
67421
|
+
"collaborators": 2,
|
|
67422
|
+
"translator": 16,
|
|
67423
|
+
"trans": 51,
|
|
67424
|
+
"translators": 16,
|
|
67425
|
+
"commentator": 11,
|
|
67426
|
+
"comm": 31,
|
|
67427
|
+
"commentators": 11,
|
|
67428
|
+
"annotator": 11,
|
|
67429
|
+
"annot": 34,
|
|
67430
|
+
"annotators": 11,
|
|
67431
|
+
"commentary": 9,
|
|
67432
|
+
"annotations": 11,
|
|
67433
|
+
"introduction": 30,
|
|
67434
|
+
"intro": 2,
|
|
67435
|
+
"foreword": 30,
|
|
67436
|
+
"forew": 20,
|
|
67437
|
+
"afterword": 30,
|
|
67438
|
+
"afterw": 20,
|
|
67439
|
+
"editortr": 1,
|
|
67440
|
+
"and": 200,
|
|
67441
|
+
"adddotspace": 57,
|
|
67442
|
+
"editorstr": 1,
|
|
67443
|
+
"editorco": 1,
|
|
67444
|
+
"editorsco": 1,
|
|
67445
|
+
"editoran": 1,
|
|
67446
|
+
"editorsan": 1,
|
|
67447
|
+
"editorin": 1,
|
|
67448
|
+
"introd": 18,
|
|
67449
|
+
"editorsin": 1,
|
|
67450
|
+
"editorfo": 1,
|
|
67451
|
+
"editorsfo": 1,
|
|
67452
|
+
"editoraf": 1,
|
|
67453
|
+
"editorsaf": 1,
|
|
67454
|
+
"editortrco": 1,
|
|
67455
|
+
"ed.": 28,
|
|
67456
|
+
"addabbrvspace": 52,
|
|
67457
|
+
"editorstrco": 1,
|
|
67458
|
+
"eds.": 17,
|
|
67459
|
+
"editortran": 1,
|
|
67460
|
+
"editorstran": 1,
|
|
67461
|
+
"editortrin": 1,
|
|
67462
|
+
"editorstrin": 1,
|
|
67463
|
+
"editortrfo": 1,
|
|
67464
|
+
"editorstrfo": 1,
|
|
67465
|
+
"editortraf": 1,
|
|
67466
|
+
"editorstraf": 1,
|
|
67467
|
+
"editorcoin": 1,
|
|
67468
|
+
"editorscoin": 1,
|
|
67469
|
+
"editorcofo": 1,
|
|
67470
|
+
"editorscofo": 1,
|
|
67471
|
+
"editorcoaf": 1,
|
|
67472
|
+
"editorscoaf": 1,
|
|
67473
|
+
"editoranin": 1,
|
|
67474
|
+
"editorsanin": 1,
|
|
67475
|
+
"editoranfo": 1,
|
|
67476
|
+
"editorsanfo": 1,
|
|
67477
|
+
"editoranaf": 1,
|
|
67478
|
+
"editorsanaf": 1,
|
|
67479
|
+
"editortrcoin": 1,
|
|
67480
|
+
"trans.": 24,
|
|
67481
|
+
"editorstrcoin": 1,
|
|
67482
|
+
"editortrcofo": 1,
|
|
67483
|
+
"editorstrcofo": 1,
|
|
67484
|
+
"editortrcoaf": 1,
|
|
67485
|
+
"editorstrcoaf": 1,
|
|
67486
|
+
"editortranin": 1,
|
|
67487
|
+
"editorstranin": 1,
|
|
67488
|
+
"editortranfo": 1,
|
|
67489
|
+
"editorstranfo": 1,
|
|
67490
|
+
"editortranaf": 1,
|
|
67491
|
+
"editorstranaf": 1,
|
|
67492
|
+
"translatorco": 1,
|
|
67493
|
+
"translatorsco": 1,
|
|
67494
|
+
"translatoran": 1,
|
|
67495
|
+
"translatorsan": 1,
|
|
67496
|
+
"translatorin": 1,
|
|
67497
|
+
"translation": 19,
|
|
67498
|
+
"translatorsin": 1,
|
|
67499
|
+
"translatorfo": 1,
|
|
67500
|
+
"translatorsfo": 1,
|
|
67501
|
+
"translatoraf": 1,
|
|
67502
|
+
"translatorsaf": 1,
|
|
67503
|
+
"translatorcoin": 1,
|
|
67504
|
+
"translatorscoin": 1,
|
|
67505
|
+
"translatorcofo": 1,
|
|
67506
|
+
"translatorscofo": 1,
|
|
67507
|
+
"translatorcoaf": 1,
|
|
67508
|
+
"translatorscoaf": 1,
|
|
67509
|
+
"translatoranin": 1,
|
|
67510
|
+
"translatorsanin": 1,
|
|
67511
|
+
"translatoranfo": 1,
|
|
67512
|
+
"translatorsanfo": 1,
|
|
67513
|
+
"translatoranaf": 1,
|
|
67514
|
+
"translatorsanaf": 1,
|
|
67515
|
+
"byauthor": 1,
|
|
67516
|
+
"by": 103,
|
|
67517
|
+
"byeditor": 1,
|
|
67518
|
+
"edited": 24,
|
|
67519
|
+
"bycompiler": 1,
|
|
67520
|
+
"compiled": 1,
|
|
67521
|
+
"byredactor": 1,
|
|
67522
|
+
"redacted": 1,
|
|
67523
|
+
"byreviser": 1,
|
|
67524
|
+
"revised": 1,
|
|
67525
|
+
"byreviewer": 1,
|
|
67526
|
+
"reviewed": 1,
|
|
67527
|
+
"byfounder": 1,
|
|
67528
|
+
"founded": 1,
|
|
67529
|
+
"bycontinuator": 1,
|
|
67530
|
+
"bycollaborator": 1,
|
|
67531
|
+
"in": 37,
|
|
67532
|
+
"collaboration": 1,
|
|
67533
|
+
"with": 71,
|
|
67534
|
+
"bytranslator": 1,
|
|
67535
|
+
"translated": 26,
|
|
67536
|
+
"lbx@lfromlang": 24,
|
|
67537
|
+
"lbx@sfromlang": 24,
|
|
67538
|
+
"bycommentator": 1,
|
|
67539
|
+
"commented": 13,
|
|
67540
|
+
"byannotator": 1,
|
|
67541
|
+
"annotated": 13,
|
|
67542
|
+
"withcommentator": 1,
|
|
67543
|
+
"a": 24,
|
|
67544
|
+
"comment": 2,
|
|
67545
|
+
"withannotator": 1,
|
|
67546
|
+
"annots": 1,
|
|
67547
|
+
"withintroduction": 1,
|
|
67548
|
+
"an": 40,
|
|
67549
|
+
"withforeword": 1,
|
|
67550
|
+
"withafterword": 1,
|
|
67551
|
+
"byeditortr": 1,
|
|
67552
|
+
"byeditorco": 1,
|
|
67553
|
+
"byeditoran": 1,
|
|
67554
|
+
"byeditorin": 1,
|
|
67555
|
+
"introd.": 9,
|
|
67556
|
+
"byeditorfo": 1,
|
|
67557
|
+
"forew.": 9,
|
|
67558
|
+
"byeditoraf": 1,
|
|
67559
|
+
"afterw.": 9,
|
|
67560
|
+
"byeditortrco": 1,
|
|
67561
|
+
"byeditortran": 1,
|
|
67562
|
+
"byeditortrin": 1,
|
|
67563
|
+
"byeditortrfo": 1,
|
|
67564
|
+
"byeditortraf": 1,
|
|
67565
|
+
"byeditorcoin": 1,
|
|
67566
|
+
"comm.": 9,
|
|
67567
|
+
"byeditorcofo": 1,
|
|
67568
|
+
"byeditorcoaf": 1,
|
|
67569
|
+
"byeditoranin": 1,
|
|
67570
|
+
"annot.": 6,
|
|
67571
|
+
"byeditoranfo": 1,
|
|
67572
|
+
"byeditoranaf": 1,
|
|
67573
|
+
"byeditortrcoin": 1,
|
|
67574
|
+
"byeditortrcofo": 1,
|
|
67575
|
+
"byeditortrcoaf": 1,
|
|
67576
|
+
"byeditortranin": 1,
|
|
67577
|
+
"byeditortranfo": 1,
|
|
67578
|
+
"byeditortranaf": 1,
|
|
67579
|
+
"bytranslatorco": 1,
|
|
67580
|
+
"bytranslatoran": 1,
|
|
67581
|
+
"bytranslatorin": 1,
|
|
67582
|
+
"bytranslatorfo": 1,
|
|
67583
|
+
"bytranslatoraf": 1,
|
|
67584
|
+
"bytranslatorcoin": 1,
|
|
67585
|
+
"bytranslatorcofo": 1,
|
|
67586
|
+
"bytranslatorcoaf": 1,
|
|
67587
|
+
"bytranslatoranin": 1,
|
|
67588
|
+
"bytranslatoranfo": 1,
|
|
67589
|
+
"bytranslatoranaf": 1,
|
|
67590
|
+
"andothers": 1,
|
|
67591
|
+
"et": 4,
|
|
67592
|
+
"al": 4,
|
|
67593
|
+
"andmore": 1,
|
|
67594
|
+
"volume": 3,
|
|
67595
|
+
"vol": 2,
|
|
67596
|
+
"volumes": 2,
|
|
67597
|
+
"vols": 1,
|
|
67598
|
+
"involumes": 1,
|
|
67599
|
+
"jourvol": 1,
|
|
67600
|
+
"jourser": 1,
|
|
67601
|
+
"series": 3,
|
|
67602
|
+
"ser": 3,
|
|
67603
|
+
"book": 5,
|
|
67604
|
+
"part": 3,
|
|
67605
|
+
"issue": 3,
|
|
67606
|
+
"newseries": 1,
|
|
67607
|
+
"new": 3,
|
|
67608
|
+
"oldseries": 1,
|
|
67609
|
+
"old": 2,
|
|
67610
|
+
"edition": 2,
|
|
67611
|
+
"reprint": 3,
|
|
67612
|
+
"repr": 3,
|
|
67613
|
+
"reprintof": 1,
|
|
67614
|
+
"reprintas": 1,
|
|
67615
|
+
"reprinted": 2,
|
|
67616
|
+
"as": 10,
|
|
67617
|
+
"rpt": 1,
|
|
67618
|
+
"reprintfrom": 1,
|
|
67619
|
+
"from": 53,
|
|
67620
|
+
"reviewof": 1,
|
|
67621
|
+
"review": 1,
|
|
67622
|
+
"translationof": 1,
|
|
67623
|
+
"translationas": 1,
|
|
67624
|
+
"translationfrom": 1,
|
|
67625
|
+
"origpubas": 1,
|
|
67626
|
+
"originally": 2,
|
|
67627
|
+
"published": 4,
|
|
67628
|
+
"orig": 2,
|
|
67629
|
+
"pub": 2,
|
|
67630
|
+
"origpubin": 1,
|
|
67631
|
+
"astitle": 1,
|
|
67632
|
+
"bypublisher": 1,
|
|
67633
|
+
"page": 7,
|
|
67634
|
+
"p": 2,
|
|
67635
|
+
"pages": 5,
|
|
67636
|
+
"pp": 2,
|
|
67637
|
+
"column": 2,
|
|
67638
|
+
"col": 1,
|
|
67639
|
+
"columns": 2,
|
|
67640
|
+
"cols": 1,
|
|
67641
|
+
"line": 4,
|
|
67642
|
+
"l": 1,
|
|
67643
|
+
"lines": 2,
|
|
67644
|
+
"ll": 1,
|
|
67645
|
+
"nodate": 1,
|
|
67646
|
+
"no": 2,
|
|
67647
|
+
"date": 1,
|
|
67648
|
+
"n": 6,
|
|
67649
|
+
"d": 2,
|
|
67650
|
+
"verse": 2,
|
|
67651
|
+
"v": 1,
|
|
67652
|
+
"verses": 2,
|
|
67653
|
+
"vv": 1,
|
|
67654
|
+
"section": 4,
|
|
67655
|
+
"S": 3,
|
|
67656
|
+
"sections": 2,
|
|
67657
|
+
"paragraph": 2,
|
|
67658
|
+
"par": 8,
|
|
67659
|
+
"paragraphs": 2,
|
|
67660
|
+
"inseries": 1,
|
|
67661
|
+
"ofseries": 1,
|
|
67662
|
+
"chapter": 11,
|
|
67663
|
+
"chap": 2,
|
|
67664
|
+
"mathesis": 1,
|
|
67665
|
+
"Master": 1,
|
|
67666
|
+
"s": 1,
|
|
67667
|
+
"thesis": 6,
|
|
67668
|
+
"MA": 1,
|
|
67669
|
+
"phdthesis": 1,
|
|
67670
|
+
"PhD": 2,
|
|
67671
|
+
"candthesis": 1,
|
|
67672
|
+
"Candidate": 1,
|
|
67673
|
+
"Cand": 1,
|
|
67674
|
+
"resreport": 1,
|
|
67675
|
+
"research": 2,
|
|
67676
|
+
"report": 2,
|
|
67677
|
+
"rep": 2,
|
|
67678
|
+
"techreport": 1,
|
|
67679
|
+
"technical": 1,
|
|
67680
|
+
"tech": 1,
|
|
67681
|
+
"software": 3,
|
|
67682
|
+
"computer": 1,
|
|
67683
|
+
"datacd": 1,
|
|
67684
|
+
"CD": 4,
|
|
67685
|
+
"ROM": 2,
|
|
67686
|
+
"audiocd": 1,
|
|
67687
|
+
"audio": 2,
|
|
67688
|
+
"version": 3,
|
|
67689
|
+
"url": 3,
|
|
67690
|
+
"address": 2,
|
|
67691
|
+
"urlfrom": 1,
|
|
67692
|
+
"available": 2,
|
|
67693
|
+
"urlseen": 1,
|
|
67694
|
+
"visited": 2,
|
|
67695
|
+
"on": 8,
|
|
67696
|
+
"inpreparation": 1,
|
|
67697
|
+
"preparation": 2,
|
|
67698
|
+
"submitted": 3,
|
|
67699
|
+
"forthcoming": 3,
|
|
67700
|
+
"inpress": 1,
|
|
67701
|
+
"press": 2,
|
|
67702
|
+
"prepublished": 1,
|
|
67703
|
+
"pre": 2,
|
|
67704
|
+
"citedas": 1,
|
|
67705
|
+
"henceforth": 2,
|
|
67706
|
+
"cited": 4,
|
|
67707
|
+
"thiscite": 1,
|
|
67708
|
+
"especially": 1,
|
|
67709
|
+
"esp": 1,
|
|
67710
|
+
"seenote": 1,
|
|
67711
|
+
"see": 7,
|
|
67712
|
+
"note": 1,
|
|
67713
|
+
"quotedin": 1,
|
|
67714
|
+
"quoted": 1,
|
|
67715
|
+
"qtd": 1,
|
|
67716
|
+
"idem": 7,
|
|
67717
|
+
"idemsm": 1,
|
|
67718
|
+
"idemsf": 1,
|
|
67719
|
+
"eadem": 4,
|
|
67720
|
+
"idemsn": 1,
|
|
67721
|
+
"idempm": 1,
|
|
67722
|
+
"eidem": 4,
|
|
67723
|
+
"idempf": 1,
|
|
67724
|
+
"eaedem": 2,
|
|
67725
|
+
"idempn": 1,
|
|
67726
|
+
"idempp": 1,
|
|
67727
|
+
"ibidem": 2,
|
|
67728
|
+
"ibid": 1,
|
|
67729
|
+
"opcit": 1,
|
|
67730
|
+
"op": 2,
|
|
67731
|
+
"cit": 6,
|
|
67732
|
+
"loccit": 1,
|
|
67733
|
+
"loc": 2,
|
|
67734
|
+
"confer": 1,
|
|
67735
|
+
"cf": 2,
|
|
67736
|
+
"sequens": 1,
|
|
67737
|
+
"sq": 2,
|
|
67738
|
+
"sequentes": 1,
|
|
67739
|
+
"sqq": 2,
|
|
67740
|
+
"passim": 2,
|
|
67741
|
+
"pass": 1,
|
|
67742
|
+
"seealso": 1,
|
|
67743
|
+
"also": 2,
|
|
67744
|
+
"backrefpage": 1,
|
|
67745
|
+
"backrefpages": 1,
|
|
67746
|
+
"january": 1,
|
|
67747
|
+
"January": 1,
|
|
67748
|
+
"Jan": 1,
|
|
67749
|
+
"february": 1,
|
|
67750
|
+
"February": 1,
|
|
67751
|
+
"Feb": 1,
|
|
67752
|
+
"march": 1,
|
|
67753
|
+
"March": 1,
|
|
67754
|
+
"Mar": 1,
|
|
67755
|
+
"april": 1,
|
|
67756
|
+
"April": 1,
|
|
67757
|
+
"Apr": 1,
|
|
67758
|
+
"may": 1,
|
|
67759
|
+
"May": 2,
|
|
67760
|
+
"june": 1,
|
|
67761
|
+
"June": 2,
|
|
67762
|
+
"july": 1,
|
|
67763
|
+
"July": 2,
|
|
67764
|
+
"august": 1,
|
|
67765
|
+
"August": 1,
|
|
67766
|
+
"Aug": 1,
|
|
67767
|
+
"september": 1,
|
|
67768
|
+
"September": 1,
|
|
67769
|
+
"Sept": 1,
|
|
67770
|
+
"october": 1,
|
|
67771
|
+
"October": 1,
|
|
67772
|
+
"Oct": 1,
|
|
67773
|
+
"november": 1,
|
|
67774
|
+
"November": 1,
|
|
67775
|
+
"Nov": 1,
|
|
67776
|
+
"december": 1,
|
|
67777
|
+
"December": 1,
|
|
67778
|
+
"Dec": 1,
|
|
67779
|
+
"langamerican": 1,
|
|
67780
|
+
"American": 4,
|
|
67781
|
+
"langbrazilian": 1,
|
|
67782
|
+
"Brazilian": 4,
|
|
67783
|
+
"langcatalan": 1,
|
|
67784
|
+
"Catalan": 4,
|
|
67785
|
+
"langcroatian": 1,
|
|
67786
|
+
"Croatian": 4,
|
|
67787
|
+
"langczech": 1,
|
|
67788
|
+
"Czech": 4,
|
|
67789
|
+
"langdanish": 1,
|
|
67790
|
+
"Danish": 4,
|
|
67791
|
+
"langdutch": 1,
|
|
67792
|
+
"Dutch": 4,
|
|
67793
|
+
"langenglish": 1,
|
|
67794
|
+
"English": 4,
|
|
67795
|
+
"langfinnish": 1,
|
|
67796
|
+
"Finnish": 4,
|
|
67797
|
+
"langfrench": 1,
|
|
67798
|
+
"French": 8,
|
|
67799
|
+
"langgerman": 1,
|
|
67800
|
+
"German": 8,
|
|
67801
|
+
"langgreek": 1,
|
|
67802
|
+
"Greek": 4,
|
|
67803
|
+
"langitalian": 1,
|
|
67804
|
+
"Italian": 4,
|
|
67805
|
+
"langlatin": 1,
|
|
67806
|
+
"Latin": 4,
|
|
67807
|
+
"langnorwegian": 1,
|
|
67808
|
+
"Norwegian": 4,
|
|
67809
|
+
"langpolish": 1,
|
|
67810
|
+
"Polish": 4,
|
|
67811
|
+
"langportuguese": 1,
|
|
67812
|
+
"Portuguese": 4,
|
|
67813
|
+
"langrussian": 1,
|
|
67814
|
+
"Russian": 4,
|
|
67815
|
+
"langslovene": 1,
|
|
67816
|
+
"Slovene": 4,
|
|
67817
|
+
"langspanish": 1,
|
|
67818
|
+
"Spanish": 4,
|
|
67819
|
+
"langswedish": 1,
|
|
67820
|
+
"Swedish": 4,
|
|
67821
|
+
"fromamerican": 1,
|
|
67822
|
+
"the": 61,
|
|
67823
|
+
"frombrazilian": 1,
|
|
67824
|
+
"fromcatalan": 1,
|
|
67825
|
+
"fromcroatian": 1,
|
|
67826
|
+
"fromczech": 1,
|
|
67827
|
+
"fromdanish": 1,
|
|
67828
|
+
"fromdutch": 1,
|
|
67829
|
+
"fromenglish": 1,
|
|
67830
|
+
"fromfinnish": 1,
|
|
67831
|
+
"fromfrench": 1,
|
|
67832
|
+
"fromgerman": 1,
|
|
67833
|
+
"fromgreek": 1,
|
|
67834
|
+
"fromitalian": 1,
|
|
67835
|
+
"fromlatin": 1,
|
|
67836
|
+
"fromnorwegian": 1,
|
|
67837
|
+
"frompolish": 1,
|
|
67838
|
+
"fromportuguese": 1,
|
|
67839
|
+
"fromrussian": 1,
|
|
67840
|
+
"fromslovene": 1,
|
|
67841
|
+
"fromspanish": 1,
|
|
67842
|
+
"fromswedish": 1,
|
|
67843
|
+
"countryde": 1,
|
|
67844
|
+
"Germany": 1,
|
|
67845
|
+
"DE": 1,
|
|
67846
|
+
"countryeu": 1,
|
|
67847
|
+
"European": 6,
|
|
67848
|
+
"Union": 2,
|
|
67849
|
+
"EU": 1,
|
|
67850
|
+
"countryep": 1,
|
|
67851
|
+
"EP": 1,
|
|
67852
|
+
"countryfr": 1,
|
|
67853
|
+
"France": 1,
|
|
67854
|
+
"FR": 1,
|
|
67855
|
+
"countryuk": 1,
|
|
67856
|
+
"United": 2,
|
|
67857
|
+
"Kingdom": 1,
|
|
67858
|
+
"GB": 1,
|
|
67859
|
+
"countryus": 1,
|
|
67860
|
+
"States": 1,
|
|
67861
|
+
"America": 1,
|
|
67862
|
+
"US": 1,
|
|
67863
|
+
"patent": 13,
|
|
67864
|
+
"pat": 12,
|
|
67865
|
+
"patentde": 1,
|
|
67866
|
+
"patenteu": 1,
|
|
67867
|
+
"patentfr": 1,
|
|
67868
|
+
"patentuk": 1,
|
|
67869
|
+
"British": 4,
|
|
67870
|
+
"patentus": 1,
|
|
67871
|
+
"U.S": 4,
|
|
67872
|
+
"patreq": 1,
|
|
67873
|
+
"request": 6,
|
|
67874
|
+
"req": 6,
|
|
67875
|
+
"patreqde": 1,
|
|
67876
|
+
"patreqeu": 1,
|
|
67877
|
+
"patreqfr": 1,
|
|
67878
|
+
"patrequk": 1,
|
|
67879
|
+
"patrequs": 1,
|
|
67880
|
+
"file": 3,
|
|
67881
|
+
"library": 3,
|
|
67882
|
+
"abstract": 4,
|
|
67883
|
+
"annotation": 1,
|
|
67884
|
+
"gdef": 10,
|
|
67885
|
+
"lbx@us@mkbibrangetrunc@long#1#2": 1,
|
|
67886
|
+
"#2year": 14,
|
|
67887
|
+
"#2date": 4,
|
|
67888
|
+
"iffieldsequal": 8,
|
|
67889
|
+
"#2endyear": 22,
|
|
67890
|
+
"csuse": 16,
|
|
67891
|
+
"mkbibdate#1": 16,
|
|
67892
|
+
"#2month": 10,
|
|
67893
|
+
"#2day": 8,
|
|
67894
|
+
"iffieldequalstr": 4,
|
|
67895
|
+
"mbox": 4,
|
|
67896
|
+
"#2endmonth": 8,
|
|
67897
|
+
"#2endday": 8,
|
|
67898
|
+
"lbx@us@mkbibrangetrunc@short#1#2": 1,
|
|
67899
|
+
"lbx@us@mkbibrangetruncextra@long#1#2": 1,
|
|
67900
|
+
"extrayear": 6,
|
|
67901
|
+
"lbx@us@mkbibrangetruncextra@short#1#2": 1,
|
|
65013
67902
|
"ProvidesClass": 2,
|
|
65014
|
-
"{": 463,
|
|
65015
67903
|
"problemset": 1,
|
|
65016
|
-
"}": 469,
|
|
65017
67904
|
"DeclareOption*": 2,
|
|
65018
67905
|
"PassOptionsToClass": 2,
|
|
65019
67906
|
"final": 2,
|
|
@@ -65025,15 +67912,11 @@
|
|
|
65025
67912
|
"expand": 1,
|
|
65026
67913
|
"@expand": 3,
|
|
65027
67914
|
"ProcessOptions": 2,
|
|
65028
|
-
"relax": 3,
|
|
65029
67915
|
"LoadClass": 2,
|
|
65030
|
-
"[": 81,
|
|
65031
67916
|
"pt": 5,
|
|
65032
67917
|
"letterpaper": 1,
|
|
65033
|
-
"]": 80,
|
|
65034
67918
|
"RequirePackage": 20,
|
|
65035
67919
|
"top": 1,
|
|
65036
|
-
"in": 20,
|
|
65037
67920
|
"bottom": 1,
|
|
65038
67921
|
"left": 15,
|
|
65039
67922
|
"right": 16,
|
|
@@ -65058,7 +67941,6 @@
|
|
|
65058
67941
|
"inserting": 3,
|
|
65059
67942
|
"images.": 1,
|
|
65060
67943
|
"enumerate": 2,
|
|
65061
|
-
"the": 19,
|
|
65062
67944
|
"mathtools": 2,
|
|
65063
67945
|
"Required.": 7,
|
|
65064
67946
|
"Loads": 1,
|
|
@@ -65070,7 +67952,6 @@
|
|
|
65070
67952
|
"booktabs": 1,
|
|
65071
67953
|
"esdiff": 1,
|
|
65072
67954
|
"derivatives": 4,
|
|
65073
|
-
"and": 5,
|
|
65074
67955
|
"partial": 2,
|
|
65075
67956
|
"Optional.": 1,
|
|
65076
67957
|
"shortintertext.": 1,
|
|
@@ -65078,28 +67959,23 @@
|
|
|
65078
67959
|
"customizing": 1,
|
|
65079
67960
|
"headers/footers.": 1,
|
|
65080
67961
|
"lastpage": 1,
|
|
65081
|
-
"page": 4,
|
|
65082
67962
|
"count": 1,
|
|
65083
67963
|
"header/footer.": 1,
|
|
65084
67964
|
"xcolor": 1,
|
|
65085
67965
|
"setting": 3,
|
|
65086
67966
|
"color": 3,
|
|
65087
|
-
"of": 14,
|
|
65088
67967
|
"hyperlinks": 2,
|
|
65089
67968
|
"obeyFinal": 1,
|
|
65090
67969
|
"Disable": 1,
|
|
65091
67970
|
"todos": 1,
|
|
65092
|
-
"by": 1,
|
|
65093
67971
|
"option": 1,
|
|
65094
67972
|
"class": 1,
|
|
65095
67973
|
"@todoclr": 2,
|
|
65096
67974
|
"linecolor": 1,
|
|
65097
|
-
"red": 1,
|
|
65098
67975
|
"todonotes": 1,
|
|
65099
67976
|
"keeping": 1,
|
|
65100
67977
|
"track": 1,
|
|
65101
67978
|
"to": 16,
|
|
65102
|
-
"-": 9,
|
|
65103
67979
|
"dos.": 1,
|
|
65104
67980
|
"colorlinks": 1,
|
|
65105
67981
|
"true": 1,
|
|
@@ -65110,12 +67986,8 @@
|
|
|
65110
67986
|
"hyperref": 1,
|
|
65111
67987
|
"following": 2,
|
|
65112
67988
|
"urls": 2,
|
|
65113
|
-
"references": 1,
|
|
65114
|
-
"a": 2,
|
|
65115
67989
|
"document.": 1,
|
|
65116
|
-
"url": 2,
|
|
65117
67990
|
"Enables": 1,
|
|
65118
|
-
"with": 5,
|
|
65119
67991
|
"tag": 1,
|
|
65120
67992
|
"all": 2,
|
|
65121
67993
|
"hypcap": 1,
|
|
@@ -65130,18 +68002,14 @@
|
|
|
65130
68002
|
"parskip": 1,
|
|
65131
68003
|
"ex": 2,
|
|
65132
68004
|
"Sets": 1,
|
|
65133
|
-
"space": 8,
|
|
65134
68005
|
"between": 1,
|
|
65135
68006
|
"paragraphs.": 2,
|
|
65136
68007
|
"parindent": 2,
|
|
65137
68008
|
"Indent": 1,
|
|
65138
68009
|
"first": 1,
|
|
65139
|
-
"line": 2,
|
|
65140
|
-
"new": 1,
|
|
65141
68010
|
"let": 11,
|
|
65142
68011
|
"VERBATIM": 2,
|
|
65143
68012
|
"verbatim": 2,
|
|
65144
|
-
"def": 18,
|
|
65145
68013
|
"verbatim@font": 1,
|
|
65146
68014
|
"small": 8,
|
|
65147
68015
|
"ttfamily": 1,
|
|
@@ -65159,7 +68027,6 @@
|
|
|
65159
68027
|
"bf": 4,
|
|
65160
68028
|
"figure": 2,
|
|
65161
68029
|
"subtable": 1,
|
|
65162
|
-
"parens": 1,
|
|
65163
68030
|
"subfigure": 1,
|
|
65164
68031
|
"TRUE": 1,
|
|
65165
68032
|
"FALSE": 1,
|
|
@@ -65172,11 +68039,8 @@
|
|
|
65172
68039
|
"pagenumbering": 1,
|
|
65173
68040
|
"arabic": 2,
|
|
65174
68041
|
"shortname": 2,
|
|
65175
|
-
"#1": 40,
|
|
65176
68042
|
"authorname": 2,
|
|
65177
|
-
"#2": 17,
|
|
65178
68043
|
"coursename": 3,
|
|
65179
|
-
"#3": 8,
|
|
65180
68044
|
"assignment": 3,
|
|
65181
68045
|
"#4": 4,
|
|
65182
68046
|
"duedate": 2,
|
|
@@ -65210,7 +68074,6 @@
|
|
|
65210
68074
|
"environment": 1,
|
|
65211
68075
|
"problem": 1,
|
|
65212
68076
|
"addtocounter": 2,
|
|
65213
|
-
"setcounter": 5,
|
|
65214
68077
|
"equation": 1,
|
|
65215
68078
|
"noindent": 2,
|
|
65216
68079
|
".": 3,
|
|
@@ -65225,23 +68088,16 @@
|
|
|
65225
68088
|
"hfill": 3,
|
|
65226
68089
|
"rule": 1,
|
|
65227
68090
|
"mm": 2,
|
|
65228
|
-
"ifnum": 3,
|
|
65229
68091
|
"pagebreak": 2,
|
|
65230
|
-
"fi": 15,
|
|
65231
68092
|
"show": 1,
|
|
65232
68093
|
"solutions.": 1,
|
|
65233
68094
|
"vspace": 2,
|
|
65234
68095
|
"em": 8,
|
|
65235
68096
|
"Solution.": 1,
|
|
65236
68097
|
"ifnum#1": 2,
|
|
65237
|
-
"else": 9,
|
|
65238
|
-
"chap": 1,
|
|
65239
|
-
"section": 2,
|
|
65240
68098
|
"Sum": 3,
|
|
65241
|
-
"n": 4,
|
|
65242
68099
|
"ensuremath": 15,
|
|
65243
68100
|
"sum_": 2,
|
|
65244
|
-
"from": 5,
|
|
65245
68101
|
"infsum": 2,
|
|
65246
68102
|
"infty": 2,
|
|
65247
68103
|
"Infinite": 1,
|
|
@@ -65250,7 +68106,6 @@
|
|
|
65250
68106
|
"x": 4,
|
|
65251
68107
|
"int_": 1,
|
|
65252
68108
|
"mathrm": 1,
|
|
65253
|
-
"d": 1,
|
|
65254
68109
|
"Integrate": 1,
|
|
65255
68110
|
"respect": 1,
|
|
65256
68111
|
"Lim": 2,
|
|
@@ -65261,7 +68116,6 @@
|
|
|
65261
68116
|
"infinity": 1,
|
|
65262
68117
|
"f": 1,
|
|
65263
68118
|
"Frac": 1,
|
|
65264
|
-
"/": 1,
|
|
65265
68119
|
"_": 1,
|
|
65266
68120
|
"Slanted": 1,
|
|
65267
68121
|
"fraction": 1,
|
|
@@ -65318,7 +68172,6 @@
|
|
|
65318
68172
|
"into": 2,
|
|
65319
68173
|
"mtxt": 1,
|
|
65320
68174
|
"insterting": 1,
|
|
65321
|
-
"on": 2,
|
|
65322
68175
|
"either": 1,
|
|
65323
68176
|
"side.": 1,
|
|
65324
68177
|
"Option": 1,
|
|
@@ -65359,7 +68212,6 @@
|
|
|
65359
68212
|
"Thesis": 5,
|
|
65360
68213
|
"Class": 4,
|
|
65361
68214
|
"CurrentOption": 1,
|
|
65362
|
-
"book": 2,
|
|
65363
68215
|
"AtBeginDocument": 1,
|
|
65364
68216
|
"fancyhead": 5,
|
|
65365
68217
|
"LE": 1,
|
|
@@ -65388,7 +68240,6 @@
|
|
|
65388
68240
|
"This": 2,
|
|
65389
68241
|
"RIGHT": 2,
|
|
65390
68242
|
"side": 2,
|
|
65391
|
-
"pages": 2,
|
|
65392
68243
|
"italic": 1,
|
|
65393
68244
|
"use": 1,
|
|
65394
68245
|
"lowercase": 1,
|
|
@@ -65402,7 +68253,6 @@
|
|
|
65402
68253
|
"same": 1,
|
|
65403
68254
|
"thing": 1,
|
|
65404
68255
|
"LEFT": 2,
|
|
65405
|
-
"or": 1,
|
|
65406
68256
|
"scshape": 2,
|
|
65407
68257
|
"will": 2,
|
|
65408
68258
|
"And": 1,
|
|
@@ -65415,12 +68265,10 @@
|
|
|
65415
68265
|
"renewenvironment": 2,
|
|
65416
68266
|
"addcontentsline": 5,
|
|
65417
68267
|
"toc": 5,
|
|
65418
|
-
"chapter": 9,
|
|
65419
68268
|
"bibname": 2,
|
|
65420
68269
|
"things": 1,
|
|
65421
68270
|
"psych": 1,
|
|
65422
68271
|
"majors": 1,
|
|
65423
|
-
"comment": 1,
|
|
65424
68272
|
"out": 1,
|
|
65425
68273
|
"oldtheindex": 2,
|
|
65426
68274
|
"theindex": 2,
|
|
@@ -65430,7 +68278,6 @@
|
|
|
65430
68278
|
"RToldchapter": 1,
|
|
65431
68279
|
"if@openright": 1,
|
|
65432
68280
|
"RTcleardoublepage": 3,
|
|
65433
|
-
"global": 2,
|
|
65434
68281
|
"@topnum": 1,
|
|
65435
68282
|
"z@": 2,
|
|
65436
68283
|
"@afterindentfalse": 1,
|
|
@@ -65475,7 +68322,6 @@
|
|
|
65475
68322
|
"headsep": 3,
|
|
65476
68323
|
".6in": 1,
|
|
65477
68324
|
"division#1": 1,
|
|
65478
|
-
"gdef": 6,
|
|
65479
68325
|
"@division": 3,
|
|
65480
68326
|
"@latex@warning@no@line": 3,
|
|
65481
68327
|
"No": 3,
|
|
@@ -65503,7 +68349,6 @@
|
|
|
65503
68349
|
"contentsname": 1,
|
|
65504
68350
|
"Table": 1,
|
|
65505
68351
|
"Contents": 1,
|
|
65506
|
-
"References": 1,
|
|
65507
68352
|
"l@chapter": 1,
|
|
65508
68353
|
"c@tocdepth": 1,
|
|
65509
68354
|
"addpenalty": 1,
|
|
@@ -65511,13 +68356,11 @@
|
|
|
65511
68356
|
"vskip": 4,
|
|
65512
68357
|
"@plus": 1,
|
|
65513
68358
|
"@tempdima": 2,
|
|
65514
|
-
"begingroup": 1,
|
|
65515
68359
|
"rightskip": 1,
|
|
65516
68360
|
"@pnumwidth": 3,
|
|
65517
68361
|
"parfillskip": 1,
|
|
65518
68362
|
"leavevmode": 1,
|
|
65519
68363
|
"bfseries": 3,
|
|
65520
|
-
"advance": 1,
|
|
65521
68364
|
"leftskip": 2,
|
|
65522
68365
|
"hskip": 1,
|
|
65523
68366
|
"nobreak": 2,
|
|
@@ -65529,11 +68372,7 @@
|
|
|
65529
68372
|
"mu": 2,
|
|
65530
68373
|
"hb@xt@": 1,
|
|
65531
68374
|
"hss": 1,
|
|
65532
|
-
"par": 6,
|
|
65533
|
-
"penalty": 1,
|
|
65534
|
-
"endgroup": 1,
|
|
65535
68375
|
"newenvironment": 1,
|
|
65536
|
-
"abstract": 1,
|
|
65537
68376
|
"@restonecoltrue": 1,
|
|
65538
68377
|
"onecolumn": 1,
|
|
65539
68378
|
"@restonecolfalse": 1,
|
|
@@ -65560,7 +68399,6 @@
|
|
|
65560
68399
|
"maketitle": 1,
|
|
65561
68400
|
"titlepage": 2,
|
|
65562
68401
|
"footnoterule": 1,
|
|
65563
|
-
"footnote": 1,
|
|
65564
68402
|
"thanks": 1,
|
|
65565
68403
|
"baselineskip": 2,
|
|
65566
68404
|
"setbox0": 2,
|
|
@@ -65595,7 +68433,11 @@
|
|
|
65595
68433
|
"approved": 1,
|
|
65596
68434
|
"major": 1,
|
|
65597
68435
|
"sign": 1,
|
|
65598
|
-
"makebox": 6
|
|
68436
|
+
"makebox": 6,
|
|
68437
|
+
"verbose.bbx": 1,
|
|
68438
|
+
"abx@bbxid": 1,
|
|
68439
|
+
"RequireBibliographyStyle": 1,
|
|
68440
|
+
"authortitle": 1
|
|
65599
68441
|
},
|
|
65600
68442
|
"Tea": {
|
|
65601
68443
|
"<%>": 1,
|
|
@@ -69739,6 +72581,8 @@
|
|
|
69739
72581
|
},
|
|
69740
72582
|
"language_tokens": {
|
|
69741
72583
|
"ABAP": 1500,
|
|
72584
|
+
"AGS Script": 2717,
|
|
72585
|
+
"APL": 42,
|
|
69742
72586
|
"ATS": 4558,
|
|
69743
72587
|
"Agda": 376,
|
|
69744
72588
|
"Alloy": 1143,
|
|
@@ -69761,15 +72605,19 @@
|
|
|
69761
72605
|
"COBOL": 90,
|
|
69762
72606
|
"CSS": 43867,
|
|
69763
72607
|
"Ceylon": 50,
|
|
72608
|
+
"Chapel": 9607,
|
|
69764
72609
|
"Cirru": 244,
|
|
69765
|
-
"Clojure":
|
|
72610
|
+
"Clojure": 1899,
|
|
69766
72611
|
"CoffeeScript": 2951,
|
|
72612
|
+
"ColdFusion": 131,
|
|
72613
|
+
"ColdFusion CFC": 611,
|
|
69767
72614
|
"Common Lisp": 2186,
|
|
69768
72615
|
"Component Pascal": 825,
|
|
69769
72616
|
"Coq": 18259,
|
|
69770
72617
|
"Creole": 134,
|
|
69771
72618
|
"Crystal": 1506,
|
|
69772
72619
|
"Cuda": 290,
|
|
72620
|
+
"Cycript": 251,
|
|
69773
72621
|
"DM": 169,
|
|
69774
72622
|
"Dart": 74,
|
|
69775
72623
|
"Diff": 16,
|
|
@@ -69779,6 +72627,7 @@
|
|
|
69779
72627
|
"Eagle": 30089,
|
|
69780
72628
|
"Elm": 628,
|
|
69781
72629
|
"Emacs Lisp": 1756,
|
|
72630
|
+
"EmberScript": 45,
|
|
69782
72631
|
"Erlang": 2928,
|
|
69783
72632
|
"Forth": 1516,
|
|
69784
72633
|
"Frege": 5564,
|
|
@@ -69794,7 +72643,8 @@
|
|
|
69794
72643
|
"Groovy": 93,
|
|
69795
72644
|
"Groovy Server Pages": 91,
|
|
69796
72645
|
"HTML": 413,
|
|
69797
|
-
"
|
|
72646
|
+
"HTML+ERB": 213,
|
|
72647
|
+
"Haml": 121,
|
|
69798
72648
|
"Handlebars": 69,
|
|
69799
72649
|
"Haskell": 302,
|
|
69800
72650
|
"Hy": 155,
|
|
@@ -69825,6 +72675,7 @@
|
|
|
69825
72675
|
"LiveScript": 123,
|
|
69826
72676
|
"Logos": 93,
|
|
69827
72677
|
"Logtalk": 36,
|
|
72678
|
+
"LookML": 99,
|
|
69828
72679
|
"Lua": 724,
|
|
69829
72680
|
"M": 23615,
|
|
69830
72681
|
"MTML": 93,
|
|
@@ -69852,8 +72703,10 @@
|
|
|
69852
72703
|
"Objective-C++": 6021,
|
|
69853
72704
|
"Omgrofl": 57,
|
|
69854
72705
|
"Opa": 28,
|
|
72706
|
+
"Opal": 32,
|
|
69855
72707
|
"OpenCL": 144,
|
|
69856
72708
|
"OpenEdge ABL": 762,
|
|
72709
|
+
"OpenSCAD": 67,
|
|
69857
72710
|
"Org": 358,
|
|
69858
72711
|
"Ox": 1006,
|
|
69859
72712
|
"Oxygene": 157,
|
|
@@ -69863,8 +72716,9 @@
|
|
|
69863
72716
|
"Parrot Assembly": 6,
|
|
69864
72717
|
"Parrot Internal Representation": 5,
|
|
69865
72718
|
"Pascal": 30,
|
|
69866
|
-
"Perl":
|
|
72719
|
+
"Perl": 20690,
|
|
69867
72720
|
"Perl6": 372,
|
|
72721
|
+
"PigLatin": 30,
|
|
69868
72722
|
"Pike": 1835,
|
|
69869
72723
|
"Pod": 658,
|
|
69870
72724
|
"PogoScript": 250,
|
|
@@ -69889,6 +72743,7 @@
|
|
|
69889
72743
|
"Rust": 3566,
|
|
69890
72744
|
"SAS": 93,
|
|
69891
72745
|
"SCSS": 39,
|
|
72746
|
+
"SQF": 196,
|
|
69892
72747
|
"SQL": 1485,
|
|
69893
72748
|
"STON": 100,
|
|
69894
72749
|
"Sass": 56,
|
|
@@ -69912,7 +72767,7 @@
|
|
|
69912
72767
|
"SystemVerilog": 541,
|
|
69913
72768
|
"TXL": 213,
|
|
69914
72769
|
"Tcl": 1133,
|
|
69915
|
-
"TeX":
|
|
72770
|
+
"TeX": 8549,
|
|
69916
72771
|
"Tea": 3,
|
|
69917
72772
|
"Turing": 44,
|
|
69918
72773
|
"TypeScript": 109,
|
|
@@ -69939,6 +72794,8 @@
|
|
|
69939
72794
|
},
|
|
69940
72795
|
"languages": {
|
|
69941
72796
|
"ABAP": 1,
|
|
72797
|
+
"AGS Script": 4,
|
|
72798
|
+
"APL": 1,
|
|
69942
72799
|
"ATS": 10,
|
|
69943
72800
|
"Agda": 1,
|
|
69944
72801
|
"Alloy": 3,
|
|
@@ -69961,15 +72818,19 @@
|
|
|
69961
72818
|
"COBOL": 4,
|
|
69962
72819
|
"CSS": 2,
|
|
69963
72820
|
"Ceylon": 1,
|
|
72821
|
+
"Chapel": 5,
|
|
69964
72822
|
"Cirru": 9,
|
|
69965
|
-
"Clojure":
|
|
72823
|
+
"Clojure": 8,
|
|
69966
72824
|
"CoffeeScript": 9,
|
|
72825
|
+
"ColdFusion": 1,
|
|
72826
|
+
"ColdFusion CFC": 2,
|
|
69967
72827
|
"Common Lisp": 3,
|
|
69968
72828
|
"Component Pascal": 2,
|
|
69969
72829
|
"Coq": 12,
|
|
69970
72830
|
"Creole": 1,
|
|
69971
72831
|
"Crystal": 3,
|
|
69972
72832
|
"Cuda": 2,
|
|
72833
|
+
"Cycript": 1,
|
|
69973
72834
|
"DM": 1,
|
|
69974
72835
|
"Dart": 1,
|
|
69975
72836
|
"Diff": 1,
|
|
@@ -69979,6 +72840,7 @@
|
|
|
69979
72840
|
"Eagle": 2,
|
|
69980
72841
|
"Elm": 3,
|
|
69981
72842
|
"Emacs Lisp": 2,
|
|
72843
|
+
"EmberScript": 1,
|
|
69982
72844
|
"Erlang": 5,
|
|
69983
72845
|
"Forth": 7,
|
|
69984
72846
|
"Frege": 4,
|
|
@@ -69994,7 +72856,8 @@
|
|
|
69994
72856
|
"Groovy": 5,
|
|
69995
72857
|
"Groovy Server Pages": 4,
|
|
69996
72858
|
"HTML": 2,
|
|
69997
|
-
"
|
|
72859
|
+
"HTML+ERB": 2,
|
|
72860
|
+
"Haml": 2,
|
|
69998
72861
|
"Handlebars": 2,
|
|
69999
72862
|
"Haskell": 3,
|
|
70000
72863
|
"Hy": 2,
|
|
@@ -70025,6 +72888,7 @@
|
|
|
70025
72888
|
"LiveScript": 1,
|
|
70026
72889
|
"Logos": 1,
|
|
70027
72890
|
"Logtalk": 1,
|
|
72891
|
+
"LookML": 1,
|
|
70028
72892
|
"Lua": 3,
|
|
70029
72893
|
"M": 29,
|
|
70030
72894
|
"MTML": 1,
|
|
@@ -70052,8 +72916,10 @@
|
|
|
70052
72916
|
"Objective-C++": 2,
|
|
70053
72917
|
"Omgrofl": 1,
|
|
70054
72918
|
"Opa": 2,
|
|
72919
|
+
"Opal": 1,
|
|
70055
72920
|
"OpenCL": 2,
|
|
70056
72921
|
"OpenEdge ABL": 5,
|
|
72922
|
+
"OpenSCAD": 2,
|
|
70057
72923
|
"Org": 1,
|
|
70058
72924
|
"Ox": 3,
|
|
70059
72925
|
"Oxygene": 1,
|
|
@@ -70063,8 +72929,9 @@
|
|
|
70063
72929
|
"Parrot Assembly": 1,
|
|
70064
72930
|
"Parrot Internal Representation": 1,
|
|
70065
72931
|
"Pascal": 1,
|
|
70066
|
-
"Perl":
|
|
72932
|
+
"Perl": 17,
|
|
70067
72933
|
"Perl6": 3,
|
|
72934
|
+
"PigLatin": 1,
|
|
70068
72935
|
"Pike": 2,
|
|
70069
72936
|
"Pod": 1,
|
|
70070
72937
|
"PogoScript": 1,
|
|
@@ -70089,6 +72956,7 @@
|
|
|
70089
72956
|
"Rust": 1,
|
|
70090
72957
|
"SAS": 2,
|
|
70091
72958
|
"SCSS": 1,
|
|
72959
|
+
"SQF": 2,
|
|
70092
72960
|
"SQL": 5,
|
|
70093
72961
|
"STON": 7,
|
|
70094
72962
|
"Sass": 2,
|
|
@@ -70112,7 +72980,7 @@
|
|
|
70112
72980
|
"SystemVerilog": 4,
|
|
70113
72981
|
"TXL": 1,
|
|
70114
72982
|
"Tcl": 2,
|
|
70115
|
-
"TeX":
|
|
72983
|
+
"TeX": 5,
|
|
70116
72984
|
"Tea": 1,
|
|
70117
72985
|
"Turing": 1,
|
|
70118
72986
|
"TypeScript": 3,
|
|
@@ -70137,5 +73005,5 @@
|
|
|
70137
73005
|
"fish": 3,
|
|
70138
73006
|
"wisp": 1
|
|
70139
73007
|
},
|
|
70140
|
-
"md5": "
|
|
73008
|
+
"md5": "7a970958bd95602c130be259e8f3fc31"
|
|
70141
73009
|
}
|