1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
|
Date : 2020-04-30 14:40:16
Directory : /Users/bcz/Documents/GitHub/Dash-Web
Total : 646 files, 224911 codes, 32987 comments, 15880 blanks, all 273778 lines
Languages
+------------------+------------+------------+------------+------------+------------+
| language | files | code | comment | blank | total |
+------------------+------------+------------+------------+------------+------------+
| JavaScript | 69 | 89,717 | 18,520 | 5,866 | 114,103 |
| JSON | 20 | 50,401 | 37 | 14 | 50,452 |
| TypeScript React | 140 | 30,250 | 1,878 | 3,154 | 35,282 |
| XML | 73 | 17,257 | 8,281 | 992 | 26,530 |
| TypeScript | 115 | 15,246 | 2,095 | 1,958 | 19,299 |
| SCSS | 104 | 7,726 | 255 | 1,136 | 9,117 |
| CSS | 30 | 5,982 | 549 | 1,095 | 7,626 |
| HTML | 34 | 2,883 | 431 | 848 | 4,162 |
| XSL | 20 | 2,060 | 416 | 232 | 2,708 |
| Batch | 5 | 1,893 | 184 | 273 | 2,350 |
| Python | 5 | 632 | 49 | 148 | 829 |
| Shell Script | 6 | 538 | 248 | 120 | 906 |
| Properties | 16 | 161 | 43 | 30 | 234 |
| Pug | 6 | 119 | 1 | 10 | 130 |
| log | 1 | 38 | 0 | 1 | 39 |
| Markdown | 1 | 6 | 0 | 3 | 9 |
| Ignore | 1 | 2 | 0 | 0 | 2 |
+------------------+------------+------------+------------+------------+------------+
Directories
+-------------------------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+
| path | files | code | comment | blank | total |
+-------------------------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+
| . | 646 | 224,911 | 32,987 | 15,880 | 273,778 |
| solr-8.3.1 | 236 | 80,866 | 26,654 | 7,861 | 115,381 |
| src | 384 | 68,699 | 6,117 | 7,234 | 82,050 |
| deploy | 8 | 55,744 | 174 | 704 | 56,622 |
| deploy/assets | 2 | 55,677 | 174 | 686 | 56,537 |
| src/client | 277 | 46,644 | 4,305 | 5,743 | 56,692 |
| solr-8.3.1/server | 144 | 40,399 | 21,136 | 6,569 | 68,104 |
| solr-8.3.1/server/solr-webapp/webapp | 99 | 36,960 | 17,207 | 5,892 | 60,059 |
| solr-8.3.1/server/solr-webapp | 99 | 36,960 | 17,207 | 5,892 | 60,059 |
| src/client/views | 231 | 36,751 | 1,935 | 4,094 | 42,780 |
| solr-8.3.1/example | 82 | 32,009 | 5,063 | 942 | 38,014 |
| solr-8.3.1/example/films | 3 | 27,350 | 24 | 14 | 27,388 |
| solr-8.3.1/server/solr-webapp/webapp/libs | 21 | 24,087 | 15,683 | 3,464 | 43,234 |
| src/server | 52 | 16,247 | 956 | 731 | 17,934 |
| src/client/views/nodes | 75 | 12,034 | 475 | 1,218 | 13,727 |
| src/client/views/collections | 53 | 11,516 | 574 | 1,153 | 13,243 |
| solr-8.3.1/contrib | 3 | 6,281 | 63 | 37 | 6,381 |
| solr-8.3.1/contrib/prometheus-exporter | 3 | 6,281 | 63 | 37 | 6,381 |
| solr-8.3.1/contrib/prometheus-exporter/conf | 2 | 6,199 | 63 | 11 | 6,273 |
| solr-8.3.1/server/solr-webapp/webapp/css/angular | 26 | 5,548 | 536 | 1,005 | 7,089 |
| solr-8.3.1/server/solr-webapp/webapp/css | 26 | 5,548 | 536 | 1,005 | 7,089 |
| src/client/views/nodes/formattedText | 22 | 5,353 | 250 | 592 | 6,195 |
| solr-8.3.1/server/solr-webapp/webapp/js/angular | 25 | 4,450 | 515 | 586 | 5,551 |
| solr-8.3.1/server/solr-webapp/webapp/js | 25 | 4,450 | 515 | 586 | 5,551 |
| src/client/util | 30 | 3,931 | 351 | 515 | 4,797 |
| solr-8.3.1/server/solr-webapp/webapp/js/angular/controllers | 23 | 3,627 | 478 | 544 | 4,649 |
| solr-8.3.1/example/example-DIH/solr | 49 | 2,848 | 3,605 | 603 | 7,056 |
| solr-8.3.1/example/example-DIH | 49 | 2,848 | 3,605 | 603 | 7,056 |
| src/new_fields | 22 | 2,682 | 172 | 315 | 3,169 |
| solr-8.3.1/server/solr | 27 | 2,612 | 3,377 | 557 | 6,546 |
| solr-8.3.1/server/solr-webapp/webapp/partials | 24 | 2,571 | 415 | 787 | 3,773 |
| src/client/views/collections/collectionFreeForm | 12 | 2,540 | 177 | 203 | 2,920 |
| src/client/views/search | 21 | 2,380 | 238 | 401 | 3,019 |
| solr-8.3.1/server/solr/configsets | 21 | 2,243 | 2,359 | 437 | 5,039 |
| solr-8.3.1/bin | 5 | 2,118 | 392 | 311 | 2,821 |
| src/client/views/animationtimeline | 10 | 1,966 | 237 | 262 | 2,465 |
| solr-8.3.1/server/solr/configsets/sample_techproducts_configs/conf | 19 | 1,927 | 1,383 | 338 | 3,648 |
| solr-8.3.1/server/solr/configsets/sample_techproducts_configs | 19 | 1,927 | 1,383 | 338 | 3,648 |
| solr-8.3.1/example/files | 13 | 1,298 | 1,153 | 250 | 2,701 |
| src/server/ApiManagers | 11 | 1,223 | 226 | 149 | 1,598 |
| solr-8.3.1/example/files/conf | 10 | 1,190 | 1,147 | 241 | 2,578 |
| src/scraping | 15 | 1,155 | 352 | 176 | 1,683 |
| src/client/apis | 7 | 1,053 | 97 | 150 | 1,300 |
| src/scraping/buxton | 11 | 1,016 | 167 | 161 | 1,344 |
| src/client/views/pdf | 6 | 964 | 27 | 93 | 1,084 |
| solr-8.3.1/example/example-DIH/solr/db | 14 | 935 | 1,167 | 191 | 2,293 |
| solr-8.3.1/example/example-DIH/solr/db/conf | 13 | 935 | 1,167 | 189 | 2,291 |
| solr-8.3.1/example/example-DIH/solr/mail | 14 | 919 | 1,171 | 189 | 2,279 |
| solr-8.3.1/example/example-DIH/solr/mail/conf | 13 | 919 | 1,171 | 187 | 2,277 |
| solr-8.3.1/example/example-DIH/solr/solr/conf | 13 | 917 | 1,183 | 185 | 2,285 |
| solr-8.3.1/example/example-DIH/solr/solr | 14 | 917 | 1,183 | 187 | 2,287 |
| src/server/DashSession | 9 | 903 | 229 | 122 | 1,254 |
| src/server/authentication | 4 | 890 | 66 | 100 | 1,056 |
| solr-8.3.1/server/solr/configsets/sample_techproducts_configs/conf/velocity | 3 | 839 | 77 | 129 | 1,045 |
| src/client/documents | 2 | 839 | 143 | 90 | 1,072 |
| src/client/views/collections/collectionMulticolumn | 8 | 751 | 144 | 85 | 980 |
| src/server/DashSession/Session | 8 | 748 | 177 | 99 | 1,024 |
| src/client/views/linking | 7 | 747 | 10 | 138 | 895 |
| solr-8.3.1/example/files/conf/velocity | 5 | 730 | 99 | 108 | 937 |
| solr-8.3.1/example/files/conf/velocity/js | 3 | 730 | 99 | 104 | 933 |
| src/server/authentication/models | 2 | 649 | 39 | 71 | 759 |
| src/mobile | 7 | 617 | 60 | 82 | 759 |
| src/client/util/Import & Export | 4 | 566 | 0 | 52 | 618 |
| src/client/apis/google_docs | 2 | 543 | 9 | 73 | 625 |
| solr-8.3.1/server/etc | 6 | 528 | 400 | 59 | 987 |
| solr-8.3.1/example/example-DIH/solr/mail/conf/xslt | 5 | 515 | 104 | 58 | 677 |
| solr-8.3.1/example/example-DIH/solr/db/conf/xslt | 5 | 515 | 104 | 58 | 677 |
| solr-8.3.1/example/example-DIH/solr/solr/conf/xslt | 5 | 515 | 104 | 58 | 677 |
| solr-8.3.1/server/solr/configsets/sample_techproducts_configs/conf/xslt | 5 | 515 | 104 | 58 | 677 |
| solr-8.3.1/example/exampledocs | 17 | 513 | 281 | 75 | 869 |
| src/server/DashSession/Session/agents | 5 | 489 | 169 | 72 | 730 |
| src/pen-gestures | 2 | 397 | 172 | 27 | 596 |
| src/client/apis/youtube | 2 | 379 | 53 | 56 | 488 |
| src/client/views/webcam | 3 | 371 | 17 | 76 | 464 |
| solr-8.3.1/server/solr/dash | 4 | 345 | 968 | 105 | 1,418 |
| src/client/cognitive_services | 1 | 342 | 10 | 57 | 409 |
| solr-8.3.1/server/solr/dash/conf | 3 | 341 | 966 | 104 | 1,411 |
| src/server/apis | 4 | 328 | 198 | 41 | 567 |
| solr-8.3.1/server/solr/configsets/_default/conf | 2 | 316 | 976 | 99 | 1,391 |
| solr-8.3.1/server/solr/configsets/_default | 2 | 316 | 976 | 99 | 1,391 |
| views | 7 | 304 | 5 | 44 | 353 |
| src/client/views/presentationview | 2 | 272 | 31 | 24 | 327 |
| src/server/Websocket | 1 | 263 | 5 | 46 | 314 |
| src/server/DashSession/Session/utilities | 3 | 259 | 8 | 27 | 294 |
| src/debug | 3 | 244 | 0 | 28 | 272 |
| src/scraping/buxton/final | 1 | 228 | 142 | 26 | 396 |
| src/typings | 1 | 219 | 72 | 38 | 329 |
| src/server/authentication/controllers | 1 | 218 | 25 | 25 | 268 |
| src/scraping/buxton/.idea | 6 | 205 | 0 | 0 | 205 |
| src/server/apis/google | 2 | 191 | 168 | 27 | 386 |
| views/stylesheets | 1 | 185 | 4 | 34 | 223 |
| solr-8.3.1/server/scripts/cloud-scripts | 3 | 172 | 19 | 39 | 230 |
| solr-8.3.1/server/scripts | 3 | 172 | 19 | 39 | 230 |
| test | 1 | 141 | 0 | 20 | 161 |
| src/scraping/acm | 4 | 139 | 185 | 15 | 339 |
| src/server/apis/youtube | 2 | 137 | 30 | 14 | 181 |
| src/client/util/ProsemirrorCopy | 1 | 128 | 30 | 22 | 180 |
| solr-8.3.1/example/files/browse-resources/velocity | 3 | 108 | 6 | 9 | 123 |
| solr-8.3.1/example/files/browse-resources | 3 | 108 | 6 | 9 | 123 |
| solr-8.3.1/contrib/prometheus-exporter/bin | 1 | 82 | 0 | 26 | 108 |
| solr-8.3.1/server/resources | 3 | 74 | 123 | 16 | 213 |
| solr-8.3.1/server/solr-webapp/webapp/WEB-INF | 1 | 62 | 42 | 11 | 115 |
| solr-8.3.1/docs | 2 | 59 | 0 | 2 | 61 |
| src/extensions | 4 | 53 | 5 | 13 | 71 |
| solr-8.3.1/server/tmp | 5 | 45 | 10 | 5 | 60 |
| solr-8.3.1/example/example-DIH/solr/atom/conf | 2 | 41 | 43 | 17 | 101 |
| solr-8.3.1/example/example-DIH/solr/atom | 3 | 41 | 43 | 19 | 103 |
| solr-8.3.1/server/solr-webapp/webapp/img | 1 | 39 | 0 | 1 | 40 |
| solr-8.3.1/docs/images | 1 | 39 | 0 | 1 | 40 |
| src/scraping/buxton/narratives | 1 | 39 | 0 | 0 | 39 |
| solr-8.3.1/example/example-DIH/solr/mail/conf/clustering/carrot2 | 3 | 39 | 23 | 3 | 65 |
| solr-8.3.1/example/example-DIH/solr/mail/conf/clustering | 3 | 39 | 23 | 3 | 65 |
| solr-8.3.1/example/example-DIH/solr/solr/conf/clustering/carrot2 | 3 | 39 | 23 | 3 | 65 |
| solr-8.3.1/example/example-DIH/solr/solr/conf/clustering | 3 | 39 | 23 | 3 | 65 |
| solr-8.3.1/example/example-DIH/solr/db/conf/clustering/carrot2 | 3 | 39 | 23 | 3 | 65 |
| solr-8.3.1/example/example-DIH/solr/db/conf/clustering | 3 | 39 | 23 | 3 | 65 |
| solr-8.3.1/server/solr/configsets/sample_techproducts_configs/conf/clustering/carrot2 | 3 | 39 | 23 | 3 | 65 |
| solr-8.3.1/server/solr/configsets/sample_techproducts_configs/conf/clustering | 3 | 39 | 23 | 3 | 65 |
| src/server/credentials | 2 | 35 | 0 | 6 | 41 |
| solr-8.3.1/example/example-DIH/solr/tika | 3 | 34 | 41 | 16 | 91 |
| solr-8.3.1/example/example-DIH/solr/tika/conf | 2 | 34 | 41 | 14 | 89 |
| deploy/debug | 3 | 32 | 0 | 9 | 41 |
| src/server/authentication/config | 1 | 23 | 2 | 4 | 29 |
| deploy/mobile | 2 | 22 | 0 | 6 | 28 |
| src/extensions/General | 2 | 14 | 0 | 3 | 17 |
| build | 1 | 9 | 0 | 3 | 12 |
| solr-8.3.1/server/contexts | 1 | 8 | 0 | 1 | 9 |
| src/scraping/buxton/.idea/inspectionProfiles | 1 | 6 | 0 | 0 | 6 |
+-------------------------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+
Files
+-------------------------------------------------------------------------------------------------------------+------------------+------------+------------+------------+------------+
| filename | language | code | comment | blank | total |
+-------------------------------------------------------------------------------------------------------------+------------------+------------+------------+------------+------------+
| README.md | Markdown | 6 | 0 | 3 | 9 |
| build/index.html | HTML | 9 | 0 | 3 | 12 |
| dash.bat | Batch | 2 | 0 | 1 | 3 |
| deploy/assets/env.json | JSON | 15 | 0 | 0 | 15 |
| deploy/assets/pdf.worker.js | JavaScript | 55,662 | 174 | 686 | 56,522 |
| deploy/debug/repl.html | HTML | 11 | 0 | 3 | 14 |
| deploy/debug/test.html | HTML | 10 | 0 | 3 | 13 |
| deploy/debug/viewer.html | HTML | 11 | 0 | 3 | 14 |
| deploy/index.html | HTML | 13 | 0 | 3 | 16 |
| deploy/mobile/image.html | HTML | 12 | 0 | 3 | 15 |
| deploy/mobile/ink.html | HTML | 10 | 0 | 3 | 13 |
| package-lock.json | JSON | 18,689 | 0 | 1 | 18,690 |
| package.json | JSON | 266 | 0 | 1 | 267 |
| sentence_parser.py | Python | 6 | 0 | 1 | 7 |
| session.config.json | JSON | 12 | 0 | 1 | 13 |
| solr-8.3.1/bin/install_solr_service.sh | Shell Script | 307 | 29 | 35 | 371 |
| solr-8.3.1/bin/oom_solr.sh | Shell Script | 13 | 15 | 3 | 31 |
| solr-8.3.1/bin/solr.cmd | Batch | 1,782 | 43 | 210 | 2,035 |
| solr-8.3.1/bin/solr.in.cmd | Batch | 16 | 133 | 29 | 178 |
| solr-8.3.1/bin/solr.in.sh | Shell Script | 0 | 172 | 34 | 206 |
| solr-8.3.1/contrib/prometheus-exporter/bin/solr-exporter.cmd | Batch | 82 | 0 | 26 | 108 |
| solr-8.3.1/contrib/prometheus-exporter/conf/grafana-solr-dashboard.json | JSON | 4,465 | 0 | 1 | 4,466 |
| solr-8.3.1/contrib/prometheus-exporter/conf/solr-exporter-config.xml | XML | 1,734 | 63 | 10 | 1,807 |
| solr-8.3.1/docs/images/solr.svg | XML | 39 | 0 | 1 | 40 |
| solr-8.3.1/docs/index.html | HTML | 20 | 0 | 1 | 21 |
| solr-8.3.1/example/example-DIH/solr/atom/conf/atom-data-config.xml | XML | 21 | 6 | 9 | 36 |
| solr-8.3.1/example/example-DIH/solr/atom/conf/solrconfig.xml | XML | 20 | 37 | 8 | 65 |
| solr-8.3.1/example/example-DIH/solr/atom/core.properties | Properties | 0 | 0 | 2 | 2 |
| solr-8.3.1/example/example-DIH/solr/db/conf/clustering/carrot2/kmeans-attributes.xml | XML | 13 | 6 | 1 | 20 |
| solr-8.3.1/example/example-DIH/solr/db/conf/clustering/carrot2/lingo-attributes.xml | XML | 13 | 11 | 1 | 25 |
| solr-8.3.1/example/example-DIH/solr/db/conf/clustering/carrot2/stc-attributes.xml | XML | 13 | 6 | 1 | 20 |
| solr-8.3.1/example/example-DIH/solr/db/conf/currency.xml | XML | 45 | 19 | 4 | 68 |
| solr-8.3.1/example/example-DIH/solr/db/conf/db-data-config.xml | XML | 26 | 0 | 4 | 30 |
| solr-8.3.1/example/example-DIH/solr/db/conf/elevate.xml | XML | 3 | 37 | 3 | 43 |
| solr-8.3.1/example/example-DIH/solr/db/conf/solrconfig.xml | XML | 292 | 958 | 104 | 1,354 |
| solr-8.3.1/example/example-DIH/solr/db/conf/update-script.js | JavaScript | 15 | 26 | 13 | 54 |
| solr-8.3.1/example/example-DIH/solr/db/conf/xslt/example.xsl | XSL | 98 | 20 | 15 | 133 |
| solr-8.3.1/example/example-DIH/solr/db/conf/xslt/example_atom.xsl | XSL | 40 | 20 | 8 | 68 |
| solr-8.3.1/example/example-DIH/solr/db/conf/xslt/example_rss.xsl | XSL | 41 | 20 | 6 | 67 |
| solr-8.3.1/example/example-DIH/solr/db/conf/xslt/luke.xsl | XSL | 301 | 19 | 18 | 338 |
| solr-8.3.1/example/example-DIH/solr/db/conf/xslt/updateXml.xsl | XSL | 35 | 25 | 11 | 71 |
| solr-8.3.1/example/example-DIH/solr/db/core.properties | Properties | 0 | 0 | 2 | 2 |
| solr-8.3.1/example/example-DIH/solr/mail/conf/clustering/carrot2/kmeans-attributes.xml | XML | 13 | 6 | 1 | 20 |
| solr-8.3.1/example/example-DIH/solr/mail/conf/clustering/carrot2/lingo-attributes.xml | XML | 13 | 11 | 1 | 25 |
| solr-8.3.1/example/example-DIH/solr/mail/conf/clustering/carrot2/stc-attributes.xml | XML | 13 | 6 | 1 | 20 |
| solr-8.3.1/example/example-DIH/solr/mail/conf/currency.xml | XML | 45 | 19 | 4 | 68 |
| solr-8.3.1/example/example-DIH/solr/mail/conf/elevate.xml | XML | 3 | 37 | 3 | 43 |
| solr-8.3.1/example/example-DIH/solr/mail/conf/mail-data-config.xml | XML | 8 | 4 | 1 | 13 |
| solr-8.3.1/example/example-DIH/solr/mail/conf/solrconfig.xml | XML | 294 | 958 | 105 | 1,357 |
| solr-8.3.1/example/example-DIH/solr/mail/conf/update-script.js | JavaScript | 15 | 26 | 13 | 54 |
| solr-8.3.1/example/example-DIH/solr/mail/conf/xslt/example.xsl | XSL | 98 | 20 | 15 | 133 |
| solr-8.3.1/example/example-DIH/solr/mail/conf/xslt/example_atom.xsl | XSL | 40 | 20 | 8 | 68 |
| solr-8.3.1/example/example-DIH/solr/mail/conf/xslt/example_rss.xsl | XSL | 41 | 20 | 6 | 67 |
| solr-8.3.1/example/example-DIH/solr/mail/conf/xslt/luke.xsl | XSL | 301 | 19 | 18 | 338 |
| solr-8.3.1/example/example-DIH/solr/mail/conf/xslt/updateXml.xsl | XSL | 35 | 25 | 11 | 71 |
| solr-8.3.1/example/example-DIH/solr/mail/core.properties | Properties | 0 | 0 | 2 | 2 |
| solr-8.3.1/example/example-DIH/solr/solr.xml | XML | 2 | 0 | 1 | 3 |
| solr-8.3.1/example/example-DIH/solr/solr/conf/clustering/carrot2/kmeans-attributes.xml | XML | 13 | 6 | 1 | 20 |
| solr-8.3.1/example/example-DIH/solr/solr/conf/clustering/carrot2/lingo-attributes.xml | XML | 13 | 11 | 1 | 25 |
| solr-8.3.1/example/example-DIH/solr/solr/conf/clustering/carrot2/stc-attributes.xml | XML | 13 | 6 | 1 | 20 |
| solr-8.3.1/example/example-DIH/solr/solr/conf/currency.xml | XML | 45 | 19 | 4 | 68 |
| solr-8.3.1/example/example-DIH/solr/solr/conf/elevate.xml | XML | 3 | 37 | 3 | 43 |
| solr-8.3.1/example/example-DIH/solr/solr/conf/solr-data-config.xml | XML | 8 | 16 | 2 | 26 |
| solr-8.3.1/example/example-DIH/solr/solr/conf/solrconfig.xml | XML | 292 | 958 | 102 | 1,352 |
| solr-8.3.1/example/example-DIH/solr/solr/conf/update-script.js | JavaScript | 15 | 26 | 13 | 54 |
| solr-8.3.1/example/example-DIH/solr/solr/conf/xslt/example.xsl | XSL | 98 | 20 | 15 | 133 |
| solr-8.3.1/example/example-DIH/solr/solr/conf/xslt/example_atom.xsl | XSL | 40 | 20 | 8 | 68 |
| solr-8.3.1/example/example-DIH/solr/solr/conf/xslt/example_rss.xsl | XSL | 41 | 20 | 6 | 67 |
| solr-8.3.1/example/example-DIH/solr/solr/conf/xslt/luke.xsl | XSL | 301 | 19 | 18 | 338 |
| solr-8.3.1/example/example-DIH/solr/solr/conf/xslt/updateXml.xsl | XSL | 35 | 25 | 11 | 71 |
| solr-8.3.1/example/example-DIH/solr/solr/core.properties | Properties | 0 | 0 | 2 | 2 |
| solr-8.3.1/example/example-DIH/solr/tika/conf/solrconfig.xml | XML | 17 | 38 | 7 | 62 |
| solr-8.3.1/example/example-DIH/solr/tika/conf/tika-data-config.xml | XML | 17 | 3 | 7 | 27 |
| solr-8.3.1/example/example-DIH/solr/tika/core.properties | Properties | 0 | 0 | 2 | 2 |
| solr-8.3.1/example/exampledocs/books.json | JSON | 51 | 0 | 1 | 52 |
| solr-8.3.1/example/exampledocs/gb18030-example.xml | XML | 14 | 16 | 3 | 33 |
| solr-8.3.1/example/exampledocs/hd.xml | XML | 33 | 20 | 4 | 57 |
| solr-8.3.1/example/exampledocs/ipod_other.xml | XML | 32 | 20 | 9 | 61 |
| solr-8.3.1/example/exampledocs/ipod_video.xml | XML | 21 | 18 | 2 | 41 |
| solr-8.3.1/example/exampledocs/manufacturers.xml | XML | 57 | 16 | 3 | 76 |
| solr-8.3.1/example/exampledocs/mem.xml | XML | 45 | 24 | 9 | 78 |
| solr-8.3.1/example/exampledocs/money.xml | XML | 42 | 17 | 7 | 66 |
| solr-8.3.1/example/exampledocs/monitor.xml | XML | 14 | 18 | 3 | 35 |
| solr-8.3.1/example/exampledocs/monitor2.xml | XML | 13 | 18 | 3 | 34 |
| solr-8.3.1/example/exampledocs/mp500.xml | XML | 23 | 18 | 3 | 44 |
| solr-8.3.1/example/exampledocs/sample.html | HTML | 13 | 0 | 1 | 14 |
| solr-8.3.1/example/exampledocs/sd500.xml | XML | 19 | 18 | 2 | 39 |
| solr-8.3.1/example/exampledocs/solr.xml | XML | 20 | 16 | 3 | 39 |
| solr-8.3.1/example/exampledocs/test_utf8.sh | Shell Script | 57 | 21 | 16 | 94 |
| solr-8.3.1/example/exampledocs/utf8-example.xml | XML | 19 | 20 | 4 | 43 |
| solr-8.3.1/example/exampledocs/vidcard.xml | XML | 40 | 21 | 2 | 63 |
| solr-8.3.1/example/files/browse-resources/velocity/resources.properties | Properties | 72 | 6 | 5 | 83 |
| solr-8.3.1/example/files/browse-resources/velocity/resources_de_DE.properties | Properties | 18 | 0 | 1 | 19 |
| solr-8.3.1/example/files/browse-resources/velocity/resources_fr_FR.properties | Properties | 18 | 0 | 3 | 21 |
| solr-8.3.1/example/files/conf/currency.xml | XML | 45 | 19 | 4 | 68 |
| solr-8.3.1/example/files/conf/elevate.xml | XML | 3 | 37 | 3 | 43 |
| solr-8.3.1/example/files/conf/params.json | JSON | 34 | 0 | 1 | 35 |
| solr-8.3.1/example/files/conf/solrconfig.xml | XML | 298 | 979 | 102 | 1,379 |
| solr-8.3.1/example/files/conf/update-script.js | JavaScript | 80 | 13 | 23 | 116 |
| solr-8.3.1/example/files/conf/velocity/dropit.js | JavaScript | 0 | 0 | 2 | 2 |
| solr-8.3.1/example/files/conf/velocity/jquery.tx3-tag-cloud.js | JavaScript | 0 | 0 | 2 | 2 |
| solr-8.3.1/example/files/conf/velocity/js/dropit.js | JavaScript | 64 | 15 | 19 | 98 |
| solr-8.3.1/example/files/conf/velocity/js/jquery.autocomplete.js | JavaScript | 620 | 68 | 76 | 764 |
| solr-8.3.1/example/files/conf/velocity/js/jquery.tx3-tag-cloud.js | JavaScript | 46 | 16 | 9 | 71 |
| solr-8.3.1/example/films/film_data_generator.py | Python | 82 | 24 | 12 | 118 |
| solr-8.3.1/example/films/films.json | JSON | 15,830 | 0 | 1 | 15,831 |
| solr-8.3.1/example/films/films.xml | XML | 11,438 | 0 | 1 | 11,439 |
| solr-8.3.1/server/contexts/solr-jetty-context.xml | XML | 8 | 0 | 1 | 9 |
| solr-8.3.1/server/etc/jetty-http.xml | XML | 33 | 15 | 4 | 52 |
| solr-8.3.1/server/etc/jetty-https.xml | XML | 56 | 16 | 5 | 77 |
| solr-8.3.1/server/etc/jetty-https8.xml | XML | 34 | 32 | 4 | 70 |
| solr-8.3.1/server/etc/jetty-ssl.xml | XML | 23 | 11 | 4 | 38 |
| solr-8.3.1/server/etc/jetty.xml | XML | 110 | 94 | 18 | 222 |
| solr-8.3.1/server/etc/webdefault.xml | XML | 272 | 232 | 24 | 528 |
| solr-8.3.1/server/resources/jetty-logging.properties | Properties | 1 | 0 | 1 | 2 |
| solr-8.3.1/server/resources/log4j2-console.xml | XML | 19 | 43 | 6 | 68 |
| solr-8.3.1/server/resources/log4j2.xml | XML | 54 | 80 | 9 | 143 |
| solr-8.3.1/server/scripts/cloud-scripts/snapshotscli.sh | Shell Script | 152 | 2 | 23 | 177 |
| solr-8.3.1/server/scripts/cloud-scripts/zkcli.bat | Batch | 11 | 8 | 7 | 26 |
| solr-8.3.1/server/scripts/cloud-scripts/zkcli.sh | Shell Script | 9 | 9 | 9 | 27 |
| solr-8.3.1/server/solr-webapp/webapp/WEB-INF/web.xml | XML | 62 | 42 | 11 | 115 |
| solr-8.3.1/server/solr-webapp/webapp/css/angular/analysis.css | CSS | 237 | 19 | 48 | 304 |
| solr-8.3.1/server/solr-webapp/webapp/css/angular/chosen.css | CSS | 402 | 55 | 9 | 466 |
| solr-8.3.1/server/solr-webapp/webapp/css/angular/cloud.css | CSS | 594 | 23 | 106 | 723 |
| solr-8.3.1/server/solr-webapp/webapp/css/angular/collections.css | CSS | 296 | 18 | 65 | 379 |
| solr-8.3.1/server/solr-webapp/webapp/css/angular/common.css | CSS | 647 | 19 | 106 | 772 |
| solr-8.3.1/server/solr-webapp/webapp/css/angular/cores.css | CSS | 171 | 18 | 37 | 226 |
| solr-8.3.1/server/solr-webapp/webapp/css/angular/dashboard.css | CSS | 134 | 18 | 28 | 180 |
| solr-8.3.1/server/solr-webapp/webapp/css/angular/dataimport.css | CSS | 292 | 18 | 61 | 371 |
| solr-8.3.1/server/solr-webapp/webapp/css/angular/documents.css | CSS | 131 | 23 | 26 | 180 |
| solr-8.3.1/server/solr-webapp/webapp/css/angular/files.css | CSS | 29 | 18 | 7 | 54 |
| solr-8.3.1/server/solr-webapp/webapp/css/angular/index.css | CSS | 164 | 18 | 35 | 217 |
| solr-8.3.1/server/solr-webapp/webapp/css/angular/java-properties.css | CSS | 24 | 18 | 6 | 48 |
| solr-8.3.1/server/solr-webapp/webapp/css/angular/jquery-ui.min.css | CSS | 1 | 26 | 2 | 29 |
| solr-8.3.1/server/solr-webapp/webapp/css/angular/jquery-ui.structure.min.css | CSS | 1 | 22 | 2 | 25 |
| solr-8.3.1/server/solr-webapp/webapp/css/angular/logging.css | CSS | 303 | 19 | 63 | 385 |
| solr-8.3.1/server/solr-webapp/webapp/css/angular/login.css | CSS | 80 | 18 | 12 | 110 |
| solr-8.3.1/server/solr-webapp/webapp/css/angular/menu.css | CSS | 257 | 18 | 56 | 331 |
| solr-8.3.1/server/solr-webapp/webapp/css/angular/overview.css | CSS | 20 | 18 | 5 | 43 |
| solr-8.3.1/server/solr-webapp/webapp/css/angular/plugins.css | CSS | 172 | 18 | 31 | 221 |
| solr-8.3.1/server/solr-webapp/webapp/css/angular/query.css | CSS | 120 | 18 | 25 | 163 |
| solr-8.3.1/server/solr-webapp/webapp/css/angular/replication.css | CSS | 404 | 18 | 79 | 501 |
| solr-8.3.1/server/solr-webapp/webapp/css/angular/schema.css | CSS | 596 | 20 | 112 | 728 |
| solr-8.3.1/server/solr-webapp/webapp/css/angular/segments.css | CSS | 133 | 18 | 22 | 173 |
| solr-8.3.1/server/solr-webapp/webapp/css/angular/stream.css | CSS | 178 | 22 | 34 | 234 |
| solr-8.3.1/server/solr-webapp/webapp/css/angular/suggestions.css | CSS | 43 | 18 | 4 | 65 |
| solr-8.3.1/server/solr-webapp/webapp/css/angular/threads.css | CSS | 119 | 18 | 24 | 161 |
| solr-8.3.1/server/solr-webapp/webapp/img/solr.svg | XML | 39 | 0 | 1 | 40 |
| solr-8.3.1/server/solr-webapp/webapp/index.html | HTML | 203 | 16 | 38 | 257 |
| solr-8.3.1/server/solr-webapp/webapp/js/angular/app.js | JavaScript | 512 | 19 | 31 | 562 |
| solr-8.3.1/server/solr-webapp/webapp/js/angular/controllers/alias-overview.js | JavaScript | 8 | 16 | 4 | 28 |
| solr-8.3.1/server/solr-webapp/webapp/js/angular/controllers/analysis.js | JavaScript | 161 | 18 | 23 | 202 |
| solr-8.3.1/server/solr-webapp/webapp/js/angular/controllers/cloud.js | JavaScript | 847 | 51 | 124 | 1,022 |
| solr-8.3.1/server/solr-webapp/webapp/js/angular/controllers/cluster-suggestions.js | JavaScript | 43 | 18 | 2 | 63 |
| solr-8.3.1/server/solr-webapp/webapp/js/angular/controllers/collection-overview.js | JavaScript | 18 | 16 | 6 | 40 |
| solr-8.3.1/server/solr-webapp/webapp/js/angular/controllers/collections.js | JavaScript | 244 | 19 | 27 | 290 |
| solr-8.3.1/server/solr-webapp/webapp/js/angular/controllers/core-overview.js | JavaScript | 69 | 16 | 9 | 94 |
| solr-8.3.1/server/solr-webapp/webapp/js/angular/controllers/cores.js | JavaScript | 151 | 16 | 14 | 181 |
| solr-8.3.1/server/solr-webapp/webapp/js/angular/controllers/dataimport.js | JavaScript | 234 | 25 | 44 | 303 |
| solr-8.3.1/server/solr-webapp/webapp/js/angular/controllers/documents.js | JavaScript | 107 | 18 | 13 | 138 |
| solr-8.3.1/server/solr-webapp/webapp/js/angular/controllers/files.js | JavaScript | 72 | 16 | 13 | 101 |
| solr-8.3.1/server/solr-webapp/webapp/js/angular/controllers/index.js | JavaScript | 61 | 23 | 14 | 98 |
| solr-8.3.1/server/solr-webapp/webapp/js/angular/controllers/java-properties.js | JavaScript | 27 | 16 | 3 | 46 |
| solr-8.3.1/server/solr-webapp/webapp/js/angular/controllers/logging.js | JavaScript | 112 | 35 | 12 | 159 |
| solr-8.3.1/server/solr-webapp/webapp/js/angular/controllers/login.js | JavaScript | 269 | 30 | 19 | 318 |
| solr-8.3.1/server/solr-webapp/webapp/js/angular/controllers/plugins.js | JavaScript | 130 | 19 | 19 | 168 |
| solr-8.3.1/server/solr-webapp/webapp/js/angular/controllers/query.js | JavaScript | 88 | 19 | 14 | 121 |
| solr-8.3.1/server/solr-webapp/webapp/js/angular/controllers/replication.js | JavaScript | 178 | 18 | 40 | 236 |
| solr-8.3.1/server/solr-webapp/webapp/js/angular/controllers/schema.js | JavaScript | 524 | 19 | 69 | 612 |
| solr-8.3.1/server/solr-webapp/webapp/js/angular/controllers/segments.js | JavaScript | 64 | 16 | 20 | 100 |
| solr-8.3.1/server/solr-webapp/webapp/js/angular/controllers/stream.js | JavaScript | 173 | 16 | 51 | 240 |
| solr-8.3.1/server/solr-webapp/webapp/js/angular/controllers/threads.js | JavaScript | 33 | 16 | 2 | 51 |
| solr-8.3.1/server/solr-webapp/webapp/js/angular/controllers/unknown.js | JavaScript | 14 | 22 | 2 | 38 |
| solr-8.3.1/server/solr-webapp/webapp/js/angular/services.js | JavaScript | 311 | 18 | 11 | 340 |
| solr-8.3.1/server/solr-webapp/webapp/libs/angular-chosen.js | JavaScript | 112 | 24 | 4 | 140 |
| solr-8.3.1/server/solr-webapp/webapp/libs/angular-cookies.js | JavaScript | 73 | 135 | 22 | 230 |
| solr-8.3.1/server/solr-webapp/webapp/libs/angular-cookies.min.js | JavaScript | 2 | 29 | 1 | 32 |
| solr-8.3.1/server/solr-webapp/webapp/libs/angular-resource.min.js | JavaScript | 7 | 29 | 1 | 37 |
| solr-8.3.1/server/solr-webapp/webapp/libs/angular-route.js | JavaScript | 316 | 636 | 67 | 1,019 |
| solr-8.3.1/server/solr-webapp/webapp/libs/angular-route.min.js | JavaScript | 9 | 29 | 1 | 39 |
| solr-8.3.1/server/solr-webapp/webapp/libs/angular-sanitize.js | JavaScript | 311 | 328 | 65 | 704 |
| solr-8.3.1/server/solr-webapp/webapp/libs/angular-sanitize.min.js | JavaScript | 10 | 29 | 1 | 40 |
| solr-8.3.1/server/solr-webapp/webapp/libs/angular-utf8-base64.js | JavaScript | 157 | 48 | 13 | 218 |
| solr-8.3.1/server/solr-webapp/webapp/libs/angular-utf8-base64.min.js | JavaScript | 1 | 42 | 3 | 46 |
| solr-8.3.1/server/solr-webapp/webapp/libs/angular.js | JavaScript | 10,845 | 13,211 | 2,038 | 26,094 |
| solr-8.3.1/server/solr-webapp/webapp/libs/angular.min.js | JavaScript | 73 | 201 | 0 | 274 |
| solr-8.3.1/server/solr-webapp/webapp/libs/chosen.jquery.js | JavaScript | 1,151 | 36 | 8 | 1,195 |
| solr-8.3.1/server/solr-webapp/webapp/libs/chosen.jquery.min.js | JavaScript | 2 | 29 | 0 | 31 |
| solr-8.3.1/server/solr-webapp/webapp/libs/d3.js | JavaScript | 7,720 | 519 | 1,135 | 9,374 |
| solr-8.3.1/server/solr-webapp/webapp/libs/highlight.js | JavaScript | 2 | 29 | 1 | 32 |
| solr-8.3.1/server/solr-webapp/webapp/libs/jquery-1.7.2.min.js | JavaScript | 3 | 26 | 2 | 31 |
| solr-8.3.1/server/solr-webapp/webapp/libs/jquery-2.1.3.min.js | JavaScript | 3 | 26 | 1 | 30 |
| solr-8.3.1/server/solr-webapp/webapp/libs/jquery-ui.min.js | JavaScript | 2 | 26 | 3 | 31 |
| solr-8.3.1/server/solr-webapp/webapp/libs/jquery.jstree.js | JavaScript | 3,222 | 228 | 85 | 3,535 |
| solr-8.3.1/server/solr-webapp/webapp/libs/ngtimeago.js | JavaScript | 66 | 23 | 13 | 102 |
| solr-8.3.1/server/solr-webapp/webapp/partials/alias_overview.html | HTML | 21 | 16 | 10 | 47 |
| solr-8.3.1/server/solr-webapp/webapp/partials/analysis.html | HTML | 87 | 16 | 26 | 129 |
| solr-8.3.1/server/solr-webapp/webapp/partials/cloud.html | HTML | 263 | 16 | 24 | 303 |
| solr-8.3.1/server/solr-webapp/webapp/partials/cluster_suggestions.html | HTML | 30 | 16 | 4 | 50 |
| solr-8.3.1/server/solr-webapp/webapp/partials/collection_overview.html | HTML | 48 | 16 | 22 | 86 |
| solr-8.3.1/server/solr-webapp/webapp/partials/collections.html | HTML | 301 | 16 | 79 | 396 |
| solr-8.3.1/server/solr-webapp/webapp/partials/core_overview.html | HTML | 125 | 16 | 66 | 207 |
| solr-8.3.1/server/solr-webapp/webapp/partials/cores.html | HTML | 142 | 16 | 67 | 225 |
| solr-8.3.1/server/solr-webapp/webapp/partials/dataimport.html | HTML | 142 | 16 | 52 | 210 |
| solr-8.3.1/server/solr-webapp/webapp/partials/documents.html | HTML | 83 | 20 | 9 | 112 |
| solr-8.3.1/server/solr-webapp/webapp/partials/files.html | HTML | 17 | 16 | 15 | 48 |
| solr-8.3.1/server/solr-webapp/webapp/partials/index.html | HTML | 135 | 42 | 85 | 262 |
| solr-8.3.1/server/solr-webapp/webapp/partials/java-properties.html | HTML | 10 | 16 | 2 | 28 |
| solr-8.3.1/server/solr-webapp/webapp/partials/logging-levels.html | HTML | 35 | 16 | 6 | 57 |
| solr-8.3.1/server/solr-webapp/webapp/partials/logging.html | HTML | 40 | 16 | 2 | 58 |
| solr-8.3.1/server/solr-webapp/webapp/partials/login.html | HTML | 134 | 16 | 11 | 161 |
| solr-8.3.1/server/solr-webapp/webapp/partials/plugins.html | HTML | 48 | 17 | 8 | 73 |
| solr-8.3.1/server/solr-webapp/webapp/partials/query.html | HTML | 270 | 16 | 84 | 370 |
| solr-8.3.1/server/solr-webapp/webapp/partials/replication.html | HTML | 153 | 16 | 71 | 240 |
| solr-8.3.1/server/solr-webapp/webapp/partials/schema.html | HTML | 336 | 16 | 104 | 456 |
| solr-8.3.1/server/solr-webapp/webapp/partials/segments.html | HTML | 70 | 16 | 14 | 100 |
| solr-8.3.1/server/solr-webapp/webapp/partials/stream.html | HTML | 40 | 16 | 9 | 65 |
| solr-8.3.1/server/solr-webapp/webapp/partials/threads.html | HTML | 36 | 16 | 14 | 66 |
| solr-8.3.1/server/solr-webapp/webapp/partials/unknown.html | HTML | 5 | 16 | 3 | 24 |
| solr-8.3.1/server/solr/configsets/_default/conf/params.json | JSON | 20 | 0 | 1 | 21 |
| solr-8.3.1/server/solr/configsets/_default/conf/solrconfig.xml | XML | 296 | 976 | 98 | 1,370 |
| solr-8.3.1/server/solr/configsets/sample_techproducts_configs/conf/_rest_managed.json | JSON | 1 | 0 | 1 | 2 |
| solr-8.3.1/server/solr/configsets/sample_techproducts_configs/conf/_schema_analysis_stopwords_english.json | JSON | 38 | 0 | 1 | 39 |
| solr-8.3.1/server/solr/configsets/sample_techproducts_configs/conf/_schema_analysis_synonyms_english.json | JSON | 11 | 0 | 1 | 12 |
| solr-8.3.1/server/solr/configsets/sample_techproducts_configs/conf/clustering/carrot2/kmeans-attributes.xml | XML | 13 | 6 | 1 | 20 |
| solr-8.3.1/server/solr/configsets/sample_techproducts_configs/conf/clustering/carrot2/lingo-attributes.xml | XML | 13 | 11 | 1 | 25 |
| solr-8.3.1/server/solr/configsets/sample_techproducts_configs/conf/clustering/carrot2/stc-attributes.xml | XML | 13 | 6 | 1 | 20 |
| solr-8.3.1/server/solr/configsets/sample_techproducts_configs/conf/currency.xml | XML | 45 | 19 | 4 | 68 |
| solr-8.3.1/server/solr/configsets/sample_techproducts_configs/conf/elevate.xml | XML | 3 | 37 | 3 | 43 |
| solr-8.3.1/server/solr/configsets/sample_techproducts_configs/conf/params.json | JSON | 11 | 0 | 1 | 12 |
| solr-8.3.1/server/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml | XML | 410 | 1,097 | 124 | 1,631 |
| solr-8.3.1/server/solr/configsets/sample_techproducts_configs/conf/update-script.js | JavaScript | 15 | 26 | 13 | 54 |
| solr-8.3.1/server/solr/configsets/sample_techproducts_configs/conf/velocity/jquery.autocomplete.css | CSS | 34 | 9 | 6 | 49 |
| solr-8.3.1/server/solr/configsets/sample_techproducts_configs/conf/velocity/jquery.autocomplete.js | JavaScript | 620 | 68 | 76 | 764 |
| solr-8.3.1/server/solr/configsets/sample_techproducts_configs/conf/velocity/main.css | CSS | 185 | 0 | 47 | 232 |
| solr-8.3.1/server/solr/configsets/sample_techproducts_configs/conf/xslt/example.xsl | XSL | 98 | 20 | 15 | 133 |
| solr-8.3.1/server/solr/configsets/sample_techproducts_configs/conf/xslt/example_atom.xsl | XSL | 40 | 20 | 8 | 68 |
| solr-8.3.1/server/solr/configsets/sample_techproducts_configs/conf/xslt/example_rss.xsl | XSL | 41 | 20 | 6 | 67 |
| solr-8.3.1/server/solr/configsets/sample_techproducts_configs/conf/xslt/luke.xsl | XSL | 301 | 19 | 18 | 338 |
| solr-8.3.1/server/solr/configsets/sample_techproducts_configs/conf/xslt/updateXml.xsl | XSL | 35 | 25 | 11 | 71 |
| solr-8.3.1/server/solr/dash/conf/params.json | JSON | 20 | 0 | 0 | 20 |
| solr-8.3.1/server/solr/dash/conf/schema.xml | XML | 51 | 4 | 7 | 62 |
| solr-8.3.1/server/solr/dash/conf/solrconfig.xml | XML | 270 | 962 | 97 | 1,329 |
| solr-8.3.1/server/solr/dash/core.properties | Properties | 4 | 2 | 1 | 7 |
| solr-8.3.1/server/solr/solr.xml | XML | 21 | 25 | 11 | 57 |
| solr-8.3.1/server/solr/zoo.cfg | Properties | 3 | 25 | 4 | 32 |
| solr-8.3.1/server/tmp/start_3204295554151338130.properties | Properties | 9 | 2 | 1 | 12 |
| solr-8.3.1/server/tmp/start_5812170489311981381.properties | Properties | 9 | 2 | 1 | 12 |
| solr-8.3.1/server/tmp/start_6476327636763392575.properties | Properties | 9 | 2 | 1 | 12 |
| solr-8.3.1/server/tmp/start_7329004517204835686.properties | Properties | 9 | 2 | 1 | 12 |
| solr-8.3.1/server/tmp/start_9067375725008958788.properties | Properties | 9 | 2 | 1 | 12 |
| src/Utils.ts | TypeScript | 441 | 23 | 81 | 545 |
| src/client/ClientRecommender.scss | SCSS | 9 | 1 | 2 | 12 |
| src/client/ClientRecommender.tsx | TypeScript React | 320 | 61 | 44 | 425 |
| src/client/DocServer.ts | TypeScript | 279 | 136 | 65 | 480 |
| src/client/Network.ts | TypeScript | 34 | 0 | 5 | 39 |
| src/client/apis/GoogleAuthenticationManager.scss | SCSS | 16 | 0 | 3 | 19 |
| src/client/apis/GoogleAuthenticationManager.tsx | TypeScript React | 115 | 2 | 11 | 128 |
| src/client/apis/IBM_Recommender.ts | TypeScript | 0 | 33 | 7 | 40 |
| src/client/apis/google_docs/GoogleApiClientUtils.ts | TypeScript | 225 | 9 | 27 | 261 |
| src/client/apis/google_docs/GooglePhotosClientUtils.ts | TypeScript | 318 | 0 | 46 | 364 |
| src/client/apis/youtube/YoutubeBox.scss | SCSS | 105 | 5 | 16 | 126 |
| src/client/apis/youtube/YoutubeBox.tsx | TypeScript React | 274 | 48 | 40 | 362 |
| src/client/cognitive_services/CognitiveServices.ts | TypeScript | 342 | 10 | 57 | 409 |
| src/client/documents/DocumentTypes.ts | TypeScript | 32 | 2 | 3 | 37 |
| src/client/documents/Documents.ts | TypeScript | 807 | 141 | 87 | 1,035 |
| src/client/goldenLayout.d.ts | TypeScript | 2 | 0 | 1 | 3 |
| src/client/goldenLayout.js | JavaScript | 3,084 | 1,571 | 720 | 5,375 |
| src/client/util/DictationManager.ts | TypeScript | 312 | 25 | 51 | 388 |
| src/client/util/DocumentManager.ts | TypeScript | 207 | 16 | 21 | 244 |
| src/client/util/DragManager.ts | TypeScript | 504 | 11 | 35 | 550 |
| src/client/util/DropConverter.ts | TypeScript | 70 | 6 | 2 | 78 |
| src/client/util/History.ts | TypeScript | 166 | 13 | 27 | 206 |
| src/client/util/Import & Export/DirectoryImportBox.scss | SCSS | 6 | 0 | 0 | 6 |
| src/client/util/Import & Export/DirectoryImportBox.tsx | TypeScript React | 393 | 0 | 31 | 424 |
| src/client/util/Import & Export/ImageUtils.ts | TypeScript | 35 | 0 | 4 | 39 |
| src/client/util/Import & Export/ImportMetadataEntry.tsx | TypeScript React | 132 | 0 | 17 | 149 |
| src/client/util/InteractionUtils.tsx | TypeScript React | 122 | 112 | 21 | 255 |
| src/client/util/KeyCodes.ts | TypeScript | 100 | 36 | 0 | 136 |
| src/client/util/LinkManager.ts | TypeScript | 161 | 30 | 23 | 214 |
| src/client/util/ProsemirrorCopy/prompt.js | JavaScript | 128 | 30 | 22 | 180 |
| src/client/util/Scripting.ts | TypeScript | 247 | 15 | 30 | 292 |
| src/client/util/ScrollBox.tsx | TypeScript React | 19 | 0 | 2 | 21 |
| src/client/util/SearchUtil.ts | TypeScript | 123 | 4 | 18 | 145 |
| src/client/util/SelectionManager.ts | TypeScript | 69 | 5 | 15 | 89 |
| src/client/util/SerializationHelper.ts | TypeScript | 113 | 15 | 15 | 143 |
| src/client/util/SettingsManager.scss | SCSS | 111 | 0 | 25 | 136 |
| src/client/util/SettingsManager.tsx | TypeScript React | 114 | 0 | 17 | 131 |
| src/client/util/SharingManager.scss | SCSS | 122 | 0 | 18 | 140 |
| src/client/util/SharingManager.tsx | TypeScript React | 273 | 0 | 25 | 298 |
| src/client/util/Transform.ts | TypeScript | 76 | 0 | 23 | 99 |
| src/client/util/TypedEvent.ts | TypeScript | 29 | 3 | 8 | 40 |
| src/client/util/UndoManager.ts | TypeScript | 167 | 1 | 27 | 195 |
| src/client/util/clamp.js | JavaScript | 14 | 0 | 1 | 15 |
| src/client/util/convertToCSSPTValue.js | JavaScript | 31 | 4 | 8 | 43 |
| src/client/util/jsx-decl.d.ts | TypeScript | 1 | 0 | 1 | 2 |
| src/client/util/request-image-size.js | JavaScript | 51 | 10 | 14 | 75 |
| src/client/util/toCSSLineSpacing.js | JavaScript | 35 | 15 | 14 | 64 |
| src/client/views/AntimodeMenu.scss | SCSS | 35 | 1 | 6 | 42 |
| src/client/views/AntimodeMenu.tsx | TypeScript React | 121 | 14 | 22 | 157 |
| src/client/views/ContextMenu.scss | SCSS | 130 | 17 | 14 | 161 |
| src/client/views/ContextMenu.tsx | TypeScript React | 258 | 3 | 33 | 294 |
| src/client/views/ContextMenuItem.tsx | TypeScript React | 107 | 0 | 10 | 117 |
| src/client/views/DictationOverlay.tsx | TypeScript React | 64 | 0 | 7 | 71 |
| src/client/views/DocComponent.tsx | TypeScript React | 87 | 20 | 15 | 122 |
| src/client/views/DocumentButtonBar.scss | SCSS | 89 | 0 | 16 | 105 |
| src/client/views/DocumentButtonBar.tsx | TypeScript React | 284 | 4 | 27 | 315 |
| src/client/views/DocumentDecorations.scss | SCSS | 319 | 0 | 46 | 365 |
| src/client/views/DocumentDecorations.tsx | TypeScript React | 479 | 2 | 26 | 507 |
| src/client/views/EditableView.scss | SCSS | 22 | 0 | 3 | 25 |
| src/client/views/EditableView.tsx | TypeScript React | 149 | 19 | 16 | 184 |
| src/client/views/GestureOverlay.scss | SCSS | 56 | 0 | 8 | 64 |
| src/client/views/GestureOverlay.tsx | TypeScript React | 711 | 45 | 67 | 823 |
| src/client/views/GlobalKeyHandler.ts | TypeScript | 232 | 10 | 27 | 269 |
| src/client/views/InkingControl.scss | SCSS | 127 | 4 | 0 | 131 |
| src/client/views/InkingControl.tsx | TypeScript React | 78 | 3 | 10 | 91 |
| src/client/views/InkingStroke.scss | SCSS | 7 | 0 | 0 | 7 |
| src/client/views/InkingStroke.tsx | TypeScript React | 63 | 0 | 5 | 68 |
| src/client/views/KeyphraseQueryView.scss | SCSS | 7 | 0 | 1 | 8 |
| src/client/views/KeyphraseQueryView.tsx | TypeScript React | 30 | 2 | 3 | 35 |
| src/client/views/Main.scss | SCSS | 51 | 8 | 10 | 69 |
| src/client/views/Main.tsx | TypeScript React | 22 | 1 | 2 | 25 |
| src/client/views/MainView.scss | SCSS | 138 | 1 | 21 | 160 |
| src/client/views/MainView.tsx | TypeScript React | 553 | 13 | 36 | 602 |
| src/client/views/MainViewModal.scss | SCSS | 24 | 0 | 1 | 25 |
| src/client/views/MainViewModal.tsx | TypeScript React | 39 | 0 | 5 | 44 |
| src/client/views/MainViewNotifs.scss | SCSS | 17 | 0 | 1 | 18 |
| src/client/views/MainViewNotifs.tsx | TypeScript React | 29 | 0 | 4 | 33 |
| src/client/views/MetadataEntryMenu.scss | SCSS | 79 | 0 | 14 | 93 |
| src/client/views/MetadataEntryMenu.tsx | TypeScript React | 207 | 0 | 16 | 223 |
| src/client/views/OCRUtils.ts | TypeScript | 2 | 2 | 4 | 8 |
| src/client/views/OverlayView.scss | SCSS | 41 | 0 | 6 | 47 |
| src/client/views/OverlayView.tsx | TypeScript React | 194 | 4 | 19 | 217 |
| src/client/views/Palette.scss | SCSS | 26 | 0 | 4 | 30 |
| src/client/views/Palette.tsx | TypeScript React | 65 | 0 | 5 | 70 |
| src/client/views/PreviewCursor.scss | SCSS | 9 | 0 | 1 | 10 |
| src/client/views/PreviewCursor.tsx | TypeScript React | 115 | 8 | 9 | 132 |
| src/client/views/RecommendationsBox.scss | SCSS | 52 | 10 | 8 | 70 |
| src/client/views/RecommendationsBox.tsx | TypeScript React | 116 | 67 | 17 | 200 |
| src/client/views/ScriptBox.scss | SCSS | 15 | 0 | 2 | 17 |
| src/client/views/ScriptBox.tsx | TypeScript React | 112 | 2 | 12 | 126 |
| src/client/views/ScriptingRepl.scss | SCSS | 42 | 0 | 9 | 51 |
| src/client/views/ScriptingRepl.tsx | TypeScript React | 220 | 1 | 24 | 245 |
| src/client/views/SearchDocBox.tsx | TypeScript React | 359 | 17 | 55 | 431 |
| src/client/views/TemplateMenu.scss | SCSS | 46 | 0 | 5 | 51 |
| src/client/views/TemplateMenu.tsx | TypeScript React | 167 | 1 | 14 | 182 |
| src/client/views/Templates.tsx | TypeScript React | 34 | 0 | 8 | 42 |
| src/client/views/TouchScrollableMenu.tsx | TypeScript React | 52 | 0 | 7 | 59 |
| src/client/views/Touchable.tsx | TypeScript React | 172 | 28 | 39 | 239 |
| src/client/views/_nodeModuleOverrides.scss | SCSS | 9 | 9 | 4 | 22 |
| src/client/views/animationtimeline/Keyframe.scss | SCSS | 83 | 5 | 17 | 105 |
| src/client/views/animationtimeline/Keyframe.tsx | TypeScript React | 468 | 50 | 42 | 560 |
| src/client/views/animationtimeline/Timeline.scss | SCSS | 264 | 14 | 44 | 322 |
| src/client/views/animationtimeline/Timeline.tsx | TypeScript React | 467 | 97 | 58 | 622 |
| src/client/views/animationtimeline/TimelineMenu.scss | SCSS | 75 | 2 | 17 | 94 |
| src/client/views/animationtimeline/TimelineMenu.tsx | TypeScript React | 68 | 0 | 10 | 78 |
| src/client/views/animationtimeline/TimelineOverview.scss | SCSS | 89 | 6 | 12 | 107 |
| src/client/views/animationtimeline/TimelineOverview.tsx | TypeScript React | 155 | 0 | 27 | 182 |
| src/client/views/animationtimeline/Track.scss | SCSS | 13 | 0 | 2 | 15 |
| src/client/views/animationtimeline/Track.tsx | TypeScript React | 284 | 63 | 33 | 380 |
| src/client/views/collections/CollectionCarouselView.scss | SCSS | 37 | 0 | 1 | 38 |
| src/client/views/collections/CollectionCarouselView.tsx | TypeScript React | 110 | 1 | 10 | 121 |
| src/client/views/collections/CollectionDockingView.scss | SCSS | 391 | 7 | 60 | 458 |
| src/client/views/collections/CollectionDockingView.tsx | TypeScript React | 707 | 61 | 65 | 833 |
| src/client/views/collections/CollectionLinearView.scss | SCSS | 68 | 0 | 10 | 78 |
| src/client/views/collections/CollectionLinearView.tsx | TypeScript React | 125 | 1 | 9 | 135 |
| src/client/views/collections/CollectionMapView.scss | SCSS | 27 | 0 | 3 | 30 |
| src/client/views/collections/CollectionMapView.tsx | TypeScript React | 235 | 10 | 18 | 263 |
| src/client/views/collections/CollectionMasonryViewFieldRow.tsx | TypeScript React | 308 | 0 | 24 | 332 |
| src/client/views/collections/CollectionPileView.scss | SCSS | 8 | 0 | 1 | 9 |
| src/client/views/collections/CollectionPileView.tsx | TypeScript React | 112 | 5 | 11 | 128 |
| src/client/views/collections/CollectionSchemaCells.tsx | TypeScript React | 274 | 17 | 38 | 329 |
| src/client/views/collections/CollectionSchemaHeaders.tsx | TypeScript React | 318 | 5 | 41 | 364 |
| src/client/views/collections/CollectionSchemaMovableTableHOC.tsx | TypeScript React | 216 | 0 | 27 | 243 |
| src/client/views/collections/CollectionSchemaView.scss | SCSS | 406 | 4 | 88 | 498 |
| src/client/views/collections/CollectionSchemaView.tsx | TypeScript React | 651 | 20 | 82 | 753 |
| src/client/views/collections/CollectionStackingView.scss | SCSS | 353 | 1 | 50 | 404 |
| src/client/views/collections/CollectionStackingView.tsx | TypeScript React | 430 | 5 | 25 | 460 |
| src/client/views/collections/CollectionStackingViewFieldColumn.tsx | TypeScript React | 367 | 0 | 27 | 394 |
| src/client/views/collections/CollectionStaffView.scss | SCSS | 12 | 0 | 1 | 13 |
| src/client/views/collections/CollectionStaffView.tsx | TypeScript React | 46 | 0 | 7 | 53 |
| src/client/views/collections/CollectionSubView.tsx | TypeScript React | 390 | 7 | 25 | 422 |
| src/client/views/collections/CollectionTimeView.scss | SCSS | 80 | 0 | 13 | 93 |
| src/client/views/collections/CollectionTimeView.tsx | TypeScript React | 177 | 0 | 15 | 192 |
| src/client/views/collections/CollectionTreeView.scss | SCSS | 125 | 4 | 23 | 152 |
| src/client/views/collections/CollectionTreeView.tsx | TypeScript React | 801 | 19 | 40 | 860 |
| src/client/views/collections/CollectionView.scss | SCSS | 70 | 0 | 8 | 78 |
| src/client/views/collections/CollectionView.tsx | TypeScript React | 457 | 13 | 34 | 504 |
| src/client/views/collections/CollectionViewChromes.scss | SCSS | 308 | 4 | 45 | 357 |
| src/client/views/collections/CollectionViewChromes.tsx | TypeScript React | 393 | 67 | 47 | 507 |
| src/client/views/collections/KeyRestrictionRow.tsx | TypeScript React | 49 | 2 | 4 | 55 |
| src/client/views/collections/ParentDocumentSelector.scss | SCSS | 54 | 0 | 2 | 56 |
| src/client/views/collections/ParentDocumentSelector.tsx | TypeScript React | 120 | 0 | 11 | 131 |
| src/client/views/collections/collectionFreeForm/CollectionFreeFormLayoutEngines.tsx | TypeScript React | 422 | 10 | 27 | 459 |
| src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss | SCSS | 19 | 0 | 1 | 20 |
| src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.tsx | TypeScript React | 110 | 5 | 4 | 119 |
| src/client/views/collections/collectionFreeForm/CollectionFreeFormLinksView.scss | SCSS | 11 | 0 | 0 | 11 |
| src/client/views/collections/collectionFreeForm/CollectionFreeFormLinksView.tsx | TypeScript React | 44 | 0 | 2 | 46 |
| src/client/views/collections/collectionFreeForm/CollectionFreeFormRemoteCursors.scss | SCSS | 20 | 1 | 3 | 24 |
| src/client/views/collections/collectionFreeForm/CollectionFreeFormRemoteCursors.tsx | TypeScript React | 67 | 0 | 12 | 79 |
| src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss | SCSS | 95 | 9 | 17 | 121 |
| src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | TypeScript React | 1,186 | 47 | 97 | 1,330 |
| src/client/views/collections/collectionFreeForm/MarqueeOptionsMenu.tsx | TypeScript React | 52 | 0 | 5 | 57 |
| src/client/views/collections/collectionFreeForm/MarqueeView.scss | SCSS | 30 | 0 | 2 | 32 |
| src/client/views/collections/collectionFreeForm/MarqueeView.tsx | TypeScript React | 484 | 105 | 33 | 622 |
| src/client/views/collections/collectionMulticolumn/CollectionMulticolumnView.scss | SCSS | 28 | 0 | 6 | 34 |
| src/client/views/collections/collectionMulticolumn/CollectionMulticolumnView.tsx | TypeScript React | 202 | 72 | 23 | 297 |
| src/client/views/collections/collectionMulticolumn/CollectionMultirowView.scss | SCSS | 29 | 0 | 6 | 35 |
| src/client/views/collections/collectionMulticolumn/CollectionMultirowView.tsx | TypeScript React | 204 | 72 | 22 | 298 |
| src/client/views/collections/collectionMulticolumn/MulticolumnResizer.tsx | TypeScript React | 94 | 0 | 9 | 103 |
| src/client/views/collections/collectionMulticolumn/MulticolumnWidthLabel.tsx | TypeScript React | 51 | 0 | 5 | 56 |
| src/client/views/collections/collectionMulticolumn/MultirowHeightLabel.tsx | TypeScript React | 51 | 0 | 5 | 56 |
| src/client/views/collections/collectionMulticolumn/MultirowResizer.tsx | TypeScript React | 92 | 0 | 9 | 101 |
| src/client/views/global/globalCssVariables.scss | SCSS | 30 | 10 | 3 | 43 |
| src/client/views/global/globalCssVariables.scss.d.ts | TypeScript | 9 | 0 | 2 | 11 |
| src/client/views/linking/LinkEditor.scss | SCSS | 124 | 1 | 25 | 150 |
| src/client/views/linking/LinkEditor.tsx | TypeScript React | 252 | 7 | 50 | 309 |
| src/client/views/linking/LinkMenu.scss | SCSS | 40 | 0 | 13 | 53 |
| src/client/views/linking/LinkMenu.tsx | TypeScript React | 65 | 1 | 10 | 76 |
| src/client/views/linking/LinkMenuGroup.tsx | TypeScript React | 84 | 0 | 10 | 94 |
| src/client/views/linking/LinkMenuItem.scss | SCSS | 75 | 1 | 11 | 87 |
| src/client/views/linking/LinkMenuItem.tsx | TypeScript React | 107 | 0 | 19 | 126 |
| src/client/views/nodes/AudioBox.scss | SCSS | 146 | 0 | 0 | 146 |
| src/client/views/nodes/AudioBox.tsx | TypeScript React | 261 | 2 | 24 | 287 |
| src/client/views/nodes/CollectionFreeFormDocumentView.scss | SCSS | 8 | 0 | 0 | 8 |
| src/client/views/nodes/CollectionFreeFormDocumentView.tsx | TypeScript React | 124 | 0 | 7 | 131 |
| src/client/views/nodes/ColorBox.scss | SCSS | 22 | 0 | 1 | 23 |
| src/client/views/nodes/ColorBox.tsx | TypeScript React | 28 | 0 | 4 | 32 |
| src/client/views/nodes/ContentFittingDocumentView.scss | SCSS | 20 | 0 | 4 | 24 |
| src/client/views/nodes/ContentFittingDocumentView.tsx | TypeScript React | 117 | 0 | 7 | 124 |
| src/client/views/nodes/DocumentBox.scss | SCSS | 14 | 0 | 0 | 14 |
| src/client/views/nodes/DocumentBox.tsx | TypeScript React | 154 | 0 | 4 | 158 |
| src/client/views/nodes/DocumentContentsView.tsx | TypeScript React | 183 | 10 | 17 | 210 |
| src/client/views/nodes/DocumentIcon.tsx | TypeScript React | 60 | 0 | 5 | 65 |
| src/client/views/nodes/DocumentView.scss | SCSS | 110 | 1 | 15 | 126 |
| src/client/views/nodes/DocumentView.tsx | TypeScript React | 1,041 | 54 | 94 | 1,189 |
| src/client/views/nodes/FaceRectangle.tsx | TypeScript React | 25 | 0 | 4 | 29 |
| src/client/views/nodes/FaceRectangles.tsx | TypeScript React | 41 | 0 | 5 | 46 |
| src/client/views/nodes/FieldTextBox.scss | SCSS | 12 | 0 | 3 | 15 |
| src/client/views/nodes/FieldView.tsx | TypeScript React | 89 | 43 | 4 | 136 |
| src/client/views/nodes/FontIconBox.scss | SCSS | 25 | 0 | 2 | 27 |
| src/client/views/nodes/FontIconBox.tsx | TypeScript React | 58 | 0 | 5 | 63 |
| src/client/views/nodes/ImageBox.scss | SCSS | 135 | 0 | 17 | 152 |
| src/client/views/nodes/ImageBox.tsx | TypeScript React | 430 | 10 | 35 | 475 |
| src/client/views/nodes/KeyValueBox.scss | SCSS | 120 | 0 | 3 | 123 |
| src/client/views/nodes/KeyValueBox.tsx | TypeScript React | 244 | 1 | 26 | 271 |
| src/client/views/nodes/KeyValuePair.scss | SCSS | 55 | 1 | 4 | 60 |
| src/client/views/nodes/KeyValuePair.tsx | TypeScript React | 125 | 2 | 8 | 135 |
| src/client/views/nodes/LabelBox.scss | SCSS | 31 | 0 | 4 | 35 |
| src/client/views/nodes/LabelBox.tsx | TypeScript React | 86 | 1 | 9 | 96 |
| src/client/views/nodes/LinkAnchorBox.scss | SCSS | 27 | 0 | 2 | 29 |
| src/client/views/nodes/LinkAnchorBox.tsx | TypeScript React | 141 | 0 | 9 | 150 |
| src/client/views/nodes/LinkBox.scss | SCSS | 3 | 0 | 0 | 3 |
| src/client/views/nodes/LinkBox.tsx | TypeScript React | 33 | 0 | 3 | 36 |
| src/client/views/nodes/PDFBox.scss | SCSS | 200 | 0 | 19 | 219 |
| src/client/views/nodes/PDFBox.tsx | TypeScript React | 246 | 0 | 19 | 265 |
| src/client/views/nodes/PresBox.scss | SCSS | 52 | 0 | 1 | 53 |
| src/client/views/nodes/PresBox.tsx | TypeScript React | 268 | 31 | 32 | 331 |
| src/client/views/nodes/QueryBox.scss | SCSS | 5 | 0 | 0 | 5 |
| src/client/views/nodes/QueryBox.tsx | TypeScript React | 37 | 0 | 4 | 41 |
| src/client/views/nodes/RadialMenu.scss | SCSS | 60 | 3 | 7 | 70 |
| src/client/views/nodes/RadialMenu.tsx | TypeScript React | 174 | 26 | 36 | 236 |
| src/client/views/nodes/RadialMenuItem.tsx | TypeScript React | 101 | 0 | 16 | 117 |
| src/client/views/nodes/ScreenshotBox.scss | SCSS | 40 | 6 | 5 | 51 |
| src/client/views/nodes/ScreenshotBox.tsx | TypeScript React | 174 | 2 | 18 | 194 |
| src/client/views/nodes/ScriptingBox.scss | SCSS | 33 | 0 | 3 | 36 |
| src/client/views/nodes/ScriptingBox.tsx | TypeScript React | 87 | 0 | 12 | 99 |
| src/client/views/nodes/SliderBox-components.tsx | TypeScript React | 220 | 12 | 25 | 257 |
| src/client/views/nodes/SliderBox-tooltip.css | CSS | 30 | 0 | 3 | 33 |
| src/client/views/nodes/SliderBox.scss | SCSS | 7 | 0 | 0 | 7 |
| src/client/views/nodes/SliderBox.tsx | TypeScript React | 117 | 0 | 8 | 125 |
| src/client/views/nodes/VideoBox.scss | SCSS | 65 | 3 | 6 | 74 |
| src/client/views/nodes/VideoBox.tsx | TypeScript React | 343 | 2 | 34 | 379 |
| src/client/views/nodes/WebBox.scss | SCSS | 109 | 0 | 18 | 127 |
| src/client/views/nodes/WebBox.tsx | TypeScript React | 345 | 15 | 35 | 395 |
| src/client/views/nodes/formattedText/DashDocCommentView.tsx | TypeScript React | 82 | 0 | 13 | 95 |
| src/client/views/nodes/formattedText/DashDocView.tsx | TypeScript React | 223 | 9 | 37 | 269 |
| src/client/views/nodes/formattedText/DashFieldView.scss | SCSS | 34 | 0 | 2 | 36 |
| src/client/views/nodes/formattedText/DashFieldView.tsx | TypeScript React | 178 | 13 | 20 | 211 |
| src/client/views/nodes/formattedText/FootnoteView.tsx | TypeScript React | 131 | 13 | 19 | 163 |
| src/client/views/nodes/formattedText/FormattedTextBox.scss | SCSS | 220 | 11 | 34 | 265 |
| src/client/views/nodes/formattedText/FormattedTextBox.tsx | TypeScript React | 1,169 | 68 | 93 | 1,330 |
| src/client/views/nodes/formattedText/FormattedTextBoxComment.scss | SCSS | 33 | 0 | 0 | 33 |
| src/client/views/nodes/formattedText/FormattedTextBoxComment.tsx | TypeScript React | 218 | 11 | 8 | 237 |
| src/client/views/nodes/formattedText/ImageResizeView.tsx | TypeScript React | 113 | 0 | 25 | 138 |
| src/client/views/nodes/formattedText/ParagraphNodeSpec.ts | TypeScript | 108 | 9 | 26 | 143 |
| src/client/views/nodes/formattedText/ProsemirrorExampleTransfer.ts | TypeScript | 231 | 0 | 11 | 242 |
| src/client/views/nodes/formattedText/RichTextMenu.scss | SCSS | 100 | 2 | 19 | 121 |
| src/client/views/nodes/formattedText/RichTextMenu.tsx | TypeScript React | 754 | 12 | 109 | 875 |
| src/client/views/nodes/formattedText/RichTextRules.ts | TypeScript | 308 | 7 | 5 | 320 |
| src/client/views/nodes/formattedText/RichTextSchema.tsx | TypeScript React | 465 | 33 | 39 | 537 |
| src/client/views/nodes/formattedText/SummaryView.tsx | TypeScript React | 67 | 0 | 14 | 81 |
| src/client/views/nodes/formattedText/TooltipTextMenu.scss | SCSS | 306 | 6 | 61 | 373 |
| src/client/views/nodes/formattedText/marks_rts.ts | TypeScript | 259 | 15 | 23 | 297 |
| src/client/views/nodes/formattedText/nodes_rts.ts | TypeScript | 224 | 21 | 19 | 264 |
| src/client/views/nodes/formattedText/prosemirrorPatches.js | JavaScript | 118 | 12 | 9 | 139 |
| src/client/views/nodes/formattedText/schema_rts.ts | TypeScript | 12 | 8 | 6 | 26 |
| src/client/views/pdf/Annotation.scss | SCSS | 6 | 0 | 0 | 6 |
| src/client/views/pdf/Annotation.tsx | TypeScript React | 114 | 0 | 16 | 130 |
| src/client/views/pdf/PDFMenu.scss | SCSS | 6 | 0 | 0 | 6 |
| src/client/views/pdf/PDFMenu.tsx | TypeScript React | 102 | 0 | 21 | 123 |
| src/client/views/pdf/PDFViewer.scss | SCSS | 74 | 4 | 10 | 88 |
| src/client/views/pdf/PDFViewer.tsx | TypeScript React | 662 | 23 | 46 | 731 |
| src/client/views/presentationview/PresElementBox.scss | SCSS | 93 | 0 | 10 | 103 |
| src/client/views/presentationview/PresElementBox.tsx | TypeScript React | 179 | 31 | 14 | 224 |
| src/client/views/search/CheckBox.scss | SCSS | 50 | 1 | 8 | 59 |
| src/client/views/search/CheckBox.tsx | TypeScript React | 42 | 74 | 15 | 131 |
| src/client/views/search/CollectionFilters.scss | SCSS | 17 | 0 | 3 | 20 |
| src/client/views/search/CollectionFilters.tsx | TypeScript React | 69 | 0 | 14 | 83 |
| src/client/views/search/FieldFilters.scss | SCSS | 10 | 1 | 1 | 12 |
| src/client/views/search/FieldFilters.tsx | TypeScript React | 34 | 0 | 7 | 41 |
| src/client/views/search/FilterBox.scss | SCSS | 153 | 0 | 25 | 178 |
| src/client/views/search/FilterBox.tsx | TypeScript React | 354 | 24 | 54 | 432 |
| src/client/views/search/IconBar.scss | SCSS | 9 | 0 | 1 | 10 |
| src/client/views/search/IconBar.tsx | TypeScript React | 69 | 1 | 17 | 87 |
| src/client/views/search/IconButton.scss | SCSS | 46 | 1 | 6 | 53 |
| src/client/views/search/IconButton.tsx | TypeScript React | 170 | 2 | 19 | 191 |
| src/client/views/search/NaviconButton.scss | SCSS | 58 | 0 | 11 | 69 |
| src/client/views/search/NaviconButton.tsx | TypeScript React | 32 | 0 | 5 | 37 |
| src/client/views/search/SearchBox.scss | SCSS | 203 | 82 | 51 | 336 |
| src/client/views/search/SearchBox.tsx | TypeScript React | 530 | 47 | 94 | 671 |
| src/client/views/search/SearchItem.scss | SCSS | 138 | 0 | 25 | 163 |
| src/client/views/search/SearchItem.tsx | TypeScript React | 272 | 2 | 29 | 303 |
| src/client/views/search/SelectorContextMenu.scss | SCSS | 12 | 1 | 3 | 16 |
| src/client/views/search/ToggleBar.scss | SCSS | 35 | 2 | 4 | 41 |
| src/client/views/search/ToggleBar.tsx | TypeScript React | 77 | 0 | 9 | 86 |
| src/client/views/webcam/DashWebRTCVideo.scss | SCSS | 70 | 4 | 9 | 83 |
| src/client/views/webcam/DashWebRTCVideo.tsx | TypeScript React | 67 | 6 | 16 | 89 |
| src/client/views/webcam/WebCamLogic.js | JavaScript | 234 | 7 | 51 | 292 |
| src/debug/Repl.tsx | TypeScript React | 59 | 0 | 7 | 66 |
| src/debug/Test.tsx | TypeScript React | 12 | 0 | 2 | 14 |
| src/debug/Viewer.tsx | TypeScript React | 173 | 0 | 19 | 192 |
| src/extensions/ArrayExtensions.ts | TypeScript | 26 | 5 | 6 | 37 |
| src/extensions/General/Extensions.ts | TypeScript | 7 | 0 | 2 | 9 |
| src/extensions/General/ExtensionsTypings.ts | TypeScript | 7 | 0 | 1 | 8 |
| src/extensions/StringExtensions.ts | TypeScript | 13 | 0 | 4 | 17 |
| src/mobile/ImageUpload.scss | SCSS | 30 | 0 | 4 | 34 |
| src/mobile/ImageUpload.tsx | TypeScript React | 78 | 41 | 12 | 131 |
| src/mobile/InkControls.tsx | TypeScript React | 0 | 0 | 1 | 1 |
| src/mobile/MobileInkOverlay.scss | SCSS | 33 | 1 | 5 | 39 |
| src/mobile/MobileInkOverlay.tsx | TypeScript React | 162 | 3 | 26 | 191 |
| src/mobile/MobileInterface.scss | SCSS | 17 | 0 | 2 | 19 |
| src/mobile/MobileInterface.tsx | TypeScript React | 297 | 15 | 32 | 344 |
| src/new_fields/CursorField.ts | TypeScript | 54 | 0 | 12 | 66 |
| src/new_fields/DateField.ts | TypeScript | 30 | 0 | 7 | 37 |
| src/new_fields/Doc.ts | TypeScript | 897 | 85 | 76 | 1,058 |
| src/new_fields/FieldSymbols.ts | TypeScript | 11 | 0 | 2 | 13 |
| src/new_fields/HtmlField.ts | TypeScript | 22 | 0 | 5 | 27 |
| src/new_fields/IconField.ts | TypeScript | 22 | 0 | 5 | 27 |
| src/new_fields/InkField.ts | TypeScript | 41 | 0 | 10 | 51 |
| src/new_fields/List.ts | TypeScript | 244 | 38 | 20 | 302 |
| src/new_fields/ListSpec.ts | TypeScript | 0 | 0 | 1 | 1 |
| src/new_fields/ObjectField.ts | TypeScript | 16 | 0 | 4 | 20 |
| src/new_fields/PresField.ts | TypeScript | 3 | 1 | 2 | 6 |
| src/new_fields/Proxy.ts | TypeScript | 95 | 2 | 14 | 111 |
| src/new_fields/RefField.ts | TypeScript | 17 | 0 | 5 | 22 |
| src/new_fields/RichTextField.ts | TypeScript | 33 | 0 | 8 | 41 |
| src/new_fields/RichTextUtils.ts | TypeScript | 455 | 8 | 56 | 519 |
| src/new_fields/Schema.ts | TypeScript | 107 | 5 | 8 | 120 |
| src/new_fields/SchemaHeaderField.ts | TypeScript | 104 | 4 | 14 | 122 |
| src/new_fields/ScriptField.ts | TypeScript | 137 | 21 | 19 | 177 |
| src/new_fields/Types.ts | TypeScript | 86 | 5 | 17 | 108 |
| src/new_fields/URLField.ts | TypeScript | 45 | 0 | 9 | 54 |
| src/new_fields/documentSchemas.ts | TypeScript | 87 | 0 | 6 | 93 |
| src/new_fields/util.ts | TypeScript | 176 | 3 | 15 | 194 |
| src/pen-gestures/GestureUtils.ts | TypeScript | 41 | 0 | 5 | 46 |
| src/pen-gestures/ndollar.ts | TypeScript | 356 | 172 | 22 | 550 |
| src/scraping/acm/.gitignore | Ignore | 2 | 0 | 0 | 2 |
| src/scraping/acm/debug.log | log | 38 | 0 | 1 | 39 |
| src/scraping/acm/index.js | JavaScript | 82 | 185 | 13 | 280 |
| src/scraping/acm/package.json | JSON | 17 | 0 | 1 | 18 |
| src/scraping/buxton/.idea/buxton.iml | XML | 8 | 0 | 0 | 8 |
| src/scraping/buxton/.idea/inspectionProfiles/profiles_settings.xml | XML | 6 | 0 | 0 | 6 |
| src/scraping/buxton/.idea/misc.xml | XML | 4 | 0 | 0 | 4 |
| src/scraping/buxton/.idea/modules.xml | XML | 8 | 0 | 0 | 8 |
| src/scraping/buxton/.idea/vcs.xml | XML | 6 | 0 | 0 | 6 |
| src/scraping/buxton/.idea/workspace.xml | XML | 173 | 0 | 0 | 173 |
| src/scraping/buxton/final/BuxtonImporter.ts | TypeScript | 228 | 142 | 26 | 396 |
| src/scraping/buxton/jsonifier.py | Python | 183 | 1 | 48 | 232 |
| src/scraping/buxton/narratives.py | Python | 11 | 19 | 9 | 39 |
| src/scraping/buxton/narratives/chord_keyboards.json | JSON | 39 | 0 | 0 | 39 |
| src/scraping/buxton/scraper.py | Python | 350 | 5 | 78 | 433 |
| src/server/ActionUtilities.ts | TypeScript | 136 | 1 | 23 | 160 |
| src/server/ApiManagers/ApiManager.ts | TypeScript | 8 | 0 | 3 | 11 |
| src/server/ApiManagers/DeleteManager.ts | TypeScript | 71 | 0 | 11 | 82 |
| src/server/ApiManagers/DownloadManager.ts | TypeScript | 173 | 80 | 16 | 269 |
| src/server/ApiManagers/GeneralGoogleManager.ts | TypeScript | 53 | 0 | 8 | 61 |
| src/server/ApiManagers/GooglePhotosManager.ts | TypeScript | 190 | 119 | 22 | 331 |
| src/server/ApiManagers/PDFManager.ts | TypeScript | 103 | 0 | 12 | 115 |
| src/server/ApiManagers/SearchManager.ts | TypeScript | 200 | 0 | 15 | 215 |
| src/server/ApiManagers/SessionManager.ts | TypeScript | 56 | 0 | 11 | 67 |
| src/server/ApiManagers/UploadManager.ts | TypeScript | 226 | 1 | 20 | 247 |
| src/server/ApiManagers/UserManager.ts | TypeScript | 101 | 4 | 21 | 126 |
| src/server/ApiManagers/UtilManager.ts | TypeScript | 42 | 22 | 10 | 74 |
| src/server/Client.ts | TypeScript | 8 | 0 | 3 | 11 |
| src/server/DashSession/DashSessionAgent.ts | TypeScript | 155 | 52 | 23 | 230 |
| src/server/DashSession/Session/agents/applied_session_agent.ts | TypeScript | 47 | 2 | 9 | 58 |
| src/server/DashSession/Session/agents/monitor.ts | TypeScript | 213 | 59 | 26 | 298 |
| src/server/DashSession/Session/agents/process_message_router.ts | TypeScript | 24 | 10 | 7 | 41 |
| src/server/DashSession/Session/agents/promisified_ipc_manager.ts | TypeScript | 106 | 52 | 15 | 173 |
| src/server/DashSession/Session/agents/server_worker.ts | TypeScript | 99 | 46 | 15 | 160 |
| src/server/DashSession/Session/utilities/repl.ts | TypeScript | 116 | 0 | 12 | 128 |
| src/server/DashSession/Session/utilities/session_config.ts | TypeScript | 119 | 0 | 10 | 129 |
| src/server/DashSession/Session/utilities/utilities.ts | TypeScript | 24 | 8 | 5 | 37 |
| src/server/DashUploadUtils.ts | TypeScript | 285 | 52 | 30 | 367 |
| src/server/GarbageCollector.ts | TypeScript | 138 | 2 | 11 | 151 |
| src/server/IDatabase.ts | TypeScript | 17 | 0 | 8 | 25 |
| src/server/MemoryDatabase.ts | TypeScript | 87 | 0 | 14 | 101 |
| src/server/Message.ts | TypeScript | 86 | 0 | 18 | 104 |
| src/server/PdfTypes.ts | TypeScript | 19 | 0 | 2 | 21 |
| src/server/ProcessFactory.ts | TypeScript | 34 | 0 | 10 | 44 |
| src/server/Recommender.ts | TypeScript | 0 | 120 | 18 | 138 |
| src/server/RouteManager.ts | TypeScript | 187 | 4 | 19 | 210 |
| src/server/RouteSubscriber.ts | TypeScript | 21 | 0 | 5 | 26 |
| src/server/Search.ts | TypeScript | 71 | 2 | 8 | 81 |
| src/server/SharedMediaTypes.ts | TypeScript | 41 | 0 | 10 | 51 |
| src/server/Websocket/Websocket.ts | TypeScript | 263 | 5 | 46 | 314 |
| src/server/apis/google/GoogleApiServerUtils.ts | TypeScript | 172 | 168 | 25 | 365 |
| src/server/apis/google/SharedTypes.ts | TypeScript | 19 | 0 | 2 | 21 |
| src/server/apis/youtube/youtubeApiSample.d.ts | TypeScript | 2 | 0 | 0 | 2 |
| src/server/apis/youtube/youtubeApiSample.js | JavaScript | 135 | 30 | 14 | 179 |
| src/server/authentication/config/passport.ts | TypeScript | 23 | 2 | 4 | 29 |
| src/server/authentication/controllers/user_controller.ts | TypeScript | 218 | 25 | 25 | 268 |
| src/server/authentication/models/current_user_utils.ts | TypeScript | 586 | 30 | 57 | 673 |
| src/server/authentication/models/user_model.ts | TypeScript | 63 | 9 | 14 | 86 |
| src/server/credentials/CredentialsLoader.ts | TypeScript | 24 | 0 | 6 | 30 |
| src/server/credentials/google_project_credentials.json | JSON | 11 | 0 | 0 | 11 |
| src/server/database.ts | TypeScript | 312 | 0 | 38 | 350 |
| src/server/downsize.ts | TypeScript | 34 | 5 | 1 | 40 |
| src/server/index.ts | TypeScript | 107 | 36 | 16 | 159 |
| src/server/remapUrl.ts | TypeScript | 53 | 4 | 6 | 63 |
| src/server/server_Initialization.ts | TypeScript | 138 | 6 | 24 | 168 |
| src/server/slides.json | JSON | 10,820 | 0 | 0 | 10,820 |
| src/server/updateProtos.ts | TypeScript | 11 | 0 | 3 | 14 |
| src/typings/index.d.ts | TypeScript | 219 | 72 | 38 | 329 |
| test/test.ts | TypeScript | 141 | 0 | 20 | 161 |
| tsconfig.json | JSON | 21 | 5 | 0 | 26 |
| tslint.json | JSON | 30 | 32 | 1 | 63 |
| views/forgot.pug | Pug | 19 | 1 | 2 | 22 |
| views/layout.pug | Pug | 13 | 0 | 1 | 14 |
| views/login.pug | Pug | 24 | 0 | 2 | 26 |
| views/reset.pug | Pug | 20 | 0 | 2 | 22 |
| views/signup.pug | Pug | 25 | 0 | 2 | 27 |
| views/stylesheets/authentication.css | CSS | 185 | 4 | 34 | 223 |
| views/user_activity.pug | Pug | 18 | 0 | 1 | 19 |
| webpack.config.js | JavaScript | 116 | 0 | 5 | 121 |
| Total | | 224,911 | 32,987 | 15,880 | 273,778 |
+-------------------------------------------------------------------------------------------------------------+------------------+------------+------------+------------+------------+
|