mime-types-data 3.2023.0218.1 → 3.2023.0808
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/History.md +4 -0
- data/Rakefile +32 -17
- data/data/content_type_mime.db +1 -0
- data/data/ext_mime.db +2 -0
- data/data/mime-types.json +1 -1
- data/data/mime.content_type.column +46 -2
- data/data/mime.docs.column +44 -0
- data/data/mime.encoding.column +44 -0
- data/data/mime.flags.column +45 -1
- data/data/mime.friendly.column +44 -0
- data/data/mime.pext.column +44 -0
- data/data/mime.use_instead.column +45 -1
- data/data/mime.xrefs.column +82 -38
- data/lib/mime/types/data.rb +1 -1
- data/types/application.yaml +309 -20
- data/types/audio.yaml +3 -3
- data/types/image.yaml +28 -17
- data/types/message.yaml +27 -0
- data/types/model.yaml +9 -0
- data/types/text.yaml +49 -0
- data/types/video.yaml +1 -1
- metadata +38 -37
@@ -1,4 +1,5 @@
|
|
1
1
|
application/1d-interleaved-parityfec
|
2
|
+
application/1ob
|
2
3
|
application/3gpdash-qoe-report+xml
|
3
4
|
application/3gpp-ims+xml
|
4
5
|
application/3gppHal+json
|
@@ -124,6 +125,7 @@ application/dns+json
|
|
124
125
|
application/dns-message
|
125
126
|
application/docbook+xml dbk
|
126
127
|
application/dots+cbor
|
128
|
+
application/dpop+jwt
|
127
129
|
application/drafting
|
128
130
|
application/dskpp+xml
|
129
131
|
application/dssc+der dssc
|
@@ -317,6 +319,7 @@ application/odm+xml
|
|
317
319
|
application/ODX
|
318
320
|
application/oebps-package+xml opf
|
319
321
|
application/ogg ogx
|
322
|
+
application/ohttp-keys
|
320
323
|
application/omdoc+xml omdoc
|
321
324
|
application/onenote onepkg onetmp onetoc onetoc2
|
322
325
|
application/opc-nodeset+xml
|
@@ -362,9 +365,13 @@ application/prs.alvestrand.titrax-sheet
|
|
362
365
|
application/prs.cww cw cww
|
363
366
|
application/prs.cyn
|
364
367
|
application/prs.hpub+zip
|
368
|
+
application/prs.implied-document+xml
|
369
|
+
application/prs.implied-executable
|
370
|
+
application/prs.implied-structure
|
365
371
|
application/prs.nprend rnd rct
|
366
372
|
application/prs.plucker
|
367
373
|
application/prs.rdf-xml-crypt
|
374
|
+
application/prs.vcfbzip2
|
368
375
|
application/prs.xsf+xml
|
369
376
|
application/pskc+xml pskcxml
|
370
377
|
application/pvd+json
|
@@ -505,6 +512,7 @@ application/vda
|
|
505
512
|
application/vemmi
|
506
513
|
application/VMSBACKUP bck
|
507
514
|
application/vnd.1000minds.decision-model+xml
|
515
|
+
application/vnd.1ob
|
508
516
|
application/vnd.3gpp-prose+xml
|
509
517
|
application/vnd.3gpp-prose-pc3a+xml
|
510
518
|
application/vnd.3gpp-prose-pc3ach+xml
|
@@ -514,6 +522,8 @@ application/vnd.3gpp-v2x-local-service-information
|
|
514
522
|
application/vnd.3gpp.5gnas
|
515
523
|
application/vnd.3gpp.access-transfer-events+xml
|
516
524
|
application/vnd.3gpp.bsf+xml
|
525
|
+
application/vnd.3gpp.crs+xml
|
526
|
+
application/vnd.3gpp.current-location-discovery+xml
|
517
527
|
application/vnd.3gpp.GMOP+xml
|
518
528
|
application/vnd.3gpp.gtpc
|
519
529
|
application/vnd.3gpp.interworking-data
|
@@ -533,6 +543,7 @@ application/vnd.3gpp.mcptt-floor-request+xml
|
|
533
543
|
application/vnd.3gpp.mcptt-info+xml
|
534
544
|
application/vnd.3gpp.mcptt-location-info+xml
|
535
545
|
application/vnd.3gpp.mcptt-mbms-usage-info+xml
|
546
|
+
application/vnd.3gpp.mcptt-regroup+xml
|
536
547
|
application/vnd.3gpp.mcptt-service-config+xml
|
537
548
|
application/vnd.3gpp.mcptt-signed+xml
|
538
549
|
application/vnd.3gpp.mcptt-ue-config+xml
|
@@ -543,6 +554,7 @@ application/vnd.3gpp.mcvideo-affiliation-info+xml
|
|
543
554
|
application/vnd.3gpp.mcvideo-info+xml
|
544
555
|
application/vnd.3gpp.mcvideo-location-info+xml
|
545
556
|
application/vnd.3gpp.mcvideo-mbms-usage-info+xml
|
557
|
+
application/vnd.3gpp.mcvideo-regroup+xml
|
546
558
|
application/vnd.3gpp.mcvideo-service-config+xml
|
547
559
|
application/vnd.3gpp.mcvideo-transmission-request+xml
|
548
560
|
application/vnd.3gpp.mcvideo-ue-config+xml
|
@@ -554,14 +566,21 @@ application/vnd.3gpp.pic-bw-large plb
|
|
554
566
|
application/vnd.3gpp.pic-bw-small psb
|
555
567
|
application/vnd.3gpp.pic-bw-var pvb
|
556
568
|
application/vnd.3gpp.s1ap
|
569
|
+
application/vnd.3gpp.seal-group-doc+xml
|
557
570
|
application/vnd.3gpp.seal-info+xml
|
558
571
|
application/vnd.3gpp.seal-location-info+xml
|
572
|
+
application/vnd.3gpp.seal-mbms-usage-info+xml
|
573
|
+
application/vnd.3gpp.seal-network-QoS-management-info+xml
|
574
|
+
application/vnd.3gpp.seal-ue-config-info+xml
|
575
|
+
application/vnd.3gpp.seal-unicast-info+xml
|
576
|
+
application/vnd.3gpp.seal-user-profile-info+xml
|
559
577
|
application/vnd.3gpp.sms sms
|
560
578
|
application/vnd.3gpp.sms+xml
|
561
579
|
application/vnd.3gpp.srvcc-ext+xml
|
562
580
|
application/vnd.3gpp.SRVCC-info+xml
|
563
581
|
application/vnd.3gpp.state-and-event-info+xml
|
564
582
|
application/vnd.3gpp.ussd+xml
|
583
|
+
application/vnd.3gpp.v2x
|
565
584
|
application/vnd.3gpp.vae-info+xml
|
566
585
|
application/vnd.3gpp2.bcmcsinfo+xml
|
567
586
|
application/vnd.3gpp2.sms
|
@@ -570,6 +589,8 @@ application/vnd.3lightssoftware.imagescal
|
|
570
589
|
application/vnd.3M.Post-it-Notes pwn
|
571
590
|
application/vnd.accpac.simply.aso aso
|
572
591
|
application/vnd.accpac.simply.imp imp
|
592
|
+
application/vnd.acm.addressxfer+json
|
593
|
+
application/vnd.acm.chatbot+json
|
573
594
|
application/vnd.acucobol acu
|
574
595
|
application/vnd.acucorp atc acutc
|
575
596
|
application/vnd.adobe.air-application-installer-package+zip air
|
@@ -674,6 +695,7 @@ application/vnd.cluetrust.cartomobile-config c11amc
|
|
674
695
|
application/vnd.cluetrust.cartomobile-config-pkg c11amz
|
675
696
|
application/vnd.cncf.helm.chart.content.v1.tar+gzip
|
676
697
|
application/vnd.cncf.helm.chart.provenance.v1.prov
|
698
|
+
application/vnd.cncf.helm.config.v1+json
|
677
699
|
application/vnd.coffeescript
|
678
700
|
application/vnd.collabio.xodocuments.document
|
679
701
|
application/vnd.collabio.xodocuments.document-template
|
@@ -840,6 +862,7 @@ application/vnd.FloGraphIt gph
|
|
840
862
|
application/vnd.fluxtime.clip ftc
|
841
863
|
application/vnd.font-fontforge-sfd
|
842
864
|
application/vnd.framemaker frm maker frame fm fb book fbdoc
|
865
|
+
application/vnd.freelog.comic
|
843
866
|
application/vnd.frogans.fnc fnc
|
844
867
|
application/vnd.frogans.ltf ltf
|
845
868
|
application/vnd.fsc.weblaunch fsc
|
@@ -876,7 +899,7 @@ application/vnd.gentoo.xpak
|
|
876
899
|
application/vnd.geo+json
|
877
900
|
application/vnd.geocube+xml
|
878
901
|
application/vnd.geogebra.file ggb
|
879
|
-
application/vnd.geogebra.slides
|
902
|
+
application/vnd.geogebra.slides ggs
|
880
903
|
application/vnd.geogebra.tool ggt
|
881
904
|
application/vnd.geometry-explorer gex gre
|
882
905
|
application/vnd.geonext gxt
|
@@ -961,6 +984,7 @@ application/vnd.intertrust.digibox
|
|
961
984
|
application/vnd.intertrust.nncp
|
962
985
|
application/vnd.intu.qbo qbo
|
963
986
|
application/vnd.intu.qfx qfx
|
987
|
+
application/vnd.ipfs.ipns-record
|
964
988
|
application/vnd.ipld.car
|
965
989
|
application/vnd.ipld.dag-cbor
|
966
990
|
application/vnd.ipld.dag-json
|
@@ -1031,6 +1055,8 @@ application/vnd.mason+json
|
|
1031
1055
|
application/vnd.maxar.archive.3tz+zip
|
1032
1056
|
application/vnd.maxmind.maxmind-db
|
1033
1057
|
application/vnd.mcd mcd
|
1058
|
+
application/vnd.mdl
|
1059
|
+
application/vnd.mdl-mbsdf
|
1034
1060
|
application/vnd.medcalcdata mc1
|
1035
1061
|
application/vnd.mediastation.cdkey cdkey
|
1036
1062
|
application/vnd.medicalholodeck.recordxr
|
@@ -1053,6 +1079,7 @@ application/vnd.Mobius.MQY mqy
|
|
1053
1079
|
application/vnd.Mobius.MSL msl
|
1054
1080
|
application/vnd.Mobius.PLC plc
|
1055
1081
|
application/vnd.Mobius.TXF txf
|
1082
|
+
application/vnd.modl
|
1056
1083
|
application/vnd.mophun.application mpn
|
1057
1084
|
application/vnd.mophun.certificate mpc
|
1058
1085
|
application/vnd.motorola.flexsuite
|
@@ -1171,6 +1198,7 @@ application/vnd.oasis.opendocument.spreadsheet ods
|
|
1171
1198
|
application/vnd.oasis.opendocument.spreadsheet-template ots
|
1172
1199
|
application/vnd.oasis.opendocument.text odt
|
1173
1200
|
application/vnd.oasis.opendocument.text-master odm
|
1201
|
+
application/vnd.oasis.opendocument.text-master-template
|
1174
1202
|
application/vnd.oasis.opendocument.text-template ott
|
1175
1203
|
application/vnd.oasis.opendocument.text-web oth
|
1176
1204
|
application/vnd.obn
|
@@ -1352,6 +1380,7 @@ application/vnd.preminet
|
|
1352
1380
|
application/vnd.previewsystems.box box
|
1353
1381
|
application/vnd.proteus.magazine mgz
|
1354
1382
|
application/vnd.psfs
|
1383
|
+
application/vnd.pt.mundusmundi
|
1355
1384
|
application/vnd.publishare-delta-tree qps
|
1356
1385
|
application/vnd.pvi.ptid1 pti ptid
|
1357
1386
|
application/vnd.pwg-multiplexed
|
@@ -1630,6 +1659,7 @@ application/x-dtbook+xml dtb
|
|
1630
1659
|
application/x-dtbresource+xml res
|
1631
1660
|
application/x-dvi dvi
|
1632
1661
|
application/x-dxf
|
1662
|
+
application/x-ecmascript
|
1633
1663
|
application/x-envoy evy
|
1634
1664
|
application/x-eva eva
|
1635
1665
|
application/x-excel
|
@@ -1799,6 +1829,7 @@ application/xproc+xml xpl
|
|
1799
1829
|
application/xslt+xml xslt
|
1800
1830
|
application/xspf+xml xspf
|
1801
1831
|
application/xv+xml mxml xhvml xvm xvml
|
1832
|
+
application/yaml
|
1802
1833
|
application/yang yang
|
1803
1834
|
application/yang-data+cbor
|
1804
1835
|
application/yang-data+json
|
@@ -2025,6 +2056,7 @@ image/heif-sequence heifs hif
|
|
2025
2056
|
image/hej2k
|
2026
2057
|
image/hsj2
|
2027
2058
|
image/ief ief
|
2059
|
+
image/j2c
|
2028
2060
|
image/j2is
|
2029
2061
|
image/jls
|
2030
2062
|
image/jp2 jp2 jpg2
|
@@ -2149,7 +2181,10 @@ message/global-disposition-notification
|
|
2149
2181
|
message/global-headers
|
2150
2182
|
message/http
|
2151
2183
|
message/imdn+xml
|
2184
|
+
message/mls
|
2152
2185
|
message/news
|
2186
|
+
message/ohttp-req
|
2187
|
+
message/ohttp-res
|
2153
2188
|
message/partial
|
2154
2189
|
message/rfc822 eml mime
|
2155
2190
|
message/s-http
|
@@ -2175,6 +2210,7 @@ model/step+zip
|
|
2175
2210
|
model/step-xml+zip
|
2176
2211
|
model/stl
|
2177
2212
|
model/u3d
|
2213
|
+
model/vnd.bary
|
2178
2214
|
model/vnd.cld
|
2179
2215
|
model/vnd.collada+xml dae
|
2180
2216
|
model/vnd.dwf dwf
|
@@ -2246,8 +2282,15 @@ text/gff3
|
|
2246
2282
|
text/grammar-ref-list
|
2247
2283
|
text/hl7v2
|
2248
2284
|
text/html html htm htmlx shtml htx
|
2249
|
-
text/javascript js mjs
|
2285
|
+
text/javascript js mjs cjs
|
2286
|
+
text/javascript1.0
|
2287
|
+
text/javascript1.1
|
2288
|
+
text/javascript1.2
|
2289
|
+
text/javascript1.3
|
2290
|
+
text/javascript1.4
|
2250
2291
|
text/jcr-cnd
|
2292
|
+
text/jscript
|
2293
|
+
text/livescript
|
2251
2294
|
text/markdown markdown md mkd
|
2252
2295
|
text/mizar
|
2253
2296
|
text/n3 n3
|
@@ -2324,6 +2367,7 @@ text/x-asm asm s
|
|
2324
2367
|
text/x-c c cc cpp cxx dic h hh
|
2325
2368
|
text/x-coffescript coffee
|
2326
2369
|
text/x-component htc
|
2370
|
+
text/x-ecmascript
|
2327
2371
|
text/x-fortran f f77 f90 for
|
2328
2372
|
text/x-java-source java
|
2329
2373
|
text/x-nfo nfo
|
data/data/mime.docs.column
CHANGED
@@ -2044,6 +2044,38 @@
|
|
2044
2044
|
-
|
2045
2045
|
-
|
2046
2046
|
-
|
2047
|
+
-
|
2048
|
+
-
|
2049
|
+
-
|
2050
|
+
-
|
2051
|
+
-
|
2052
|
+
-
|
2053
|
+
-
|
2054
|
+
-
|
2055
|
+
-
|
2056
|
+
-
|
2057
|
+
-
|
2058
|
+
-
|
2059
|
+
-
|
2060
|
+
-
|
2061
|
+
-
|
2062
|
+
-
|
2063
|
+
-
|
2064
|
+
-
|
2065
|
+
-
|
2066
|
+
-
|
2067
|
+
-
|
2068
|
+
-
|
2069
|
+
-
|
2070
|
+
-
|
2071
|
+
-
|
2072
|
+
-
|
2073
|
+
-
|
2074
|
+
-
|
2075
|
+
-
|
2076
|
+
-
|
2077
|
+
-
|
2078
|
+
-
|
2047
2079
|
Fixes a bug with IE6 and progressive JPEGs
|
2048
2080
|
-
|
2049
2081
|
-
|
@@ -2457,3 +2489,15 @@ see-also:image/x-xcf
|
|
2457
2489
|
-
|
2458
2490
|
-
|
2459
2491
|
-
|
2492
|
+
-
|
2493
|
+
-
|
2494
|
+
-
|
2495
|
+
-
|
2496
|
+
-
|
2497
|
+
-
|
2498
|
+
-
|
2499
|
+
-
|
2500
|
+
-
|
2501
|
+
-
|
2502
|
+
-
|
2503
|
+
-
|
data/data/mime.encoding.column
CHANGED
@@ -37,6 +37,7 @@ base64
|
|
37
37
|
base64
|
38
38
|
base64
|
39
39
|
base64
|
40
|
+
base64
|
40
41
|
8bit
|
41
42
|
8bit
|
42
43
|
8bit
|
@@ -194,6 +195,7 @@ base64
|
|
194
195
|
base64
|
195
196
|
base64
|
196
197
|
base64
|
198
|
+
base64
|
197
199
|
8bit
|
198
200
|
base64
|
199
201
|
base64
|
@@ -331,6 +333,7 @@ base64
|
|
331
333
|
base64
|
332
334
|
base64
|
333
335
|
base64
|
336
|
+
base64
|
334
337
|
7bit
|
335
338
|
7bit
|
336
339
|
base64
|
@@ -372,6 +375,10 @@ base64
|
|
372
375
|
base64
|
373
376
|
base64
|
374
377
|
base64
|
378
|
+
base64
|
379
|
+
base64
|
380
|
+
base64
|
381
|
+
base64
|
375
382
|
8bit
|
376
383
|
base64
|
377
384
|
base64
|
@@ -571,6 +578,20 @@ base64
|
|
571
578
|
base64
|
572
579
|
base64
|
573
580
|
base64
|
581
|
+
base64
|
582
|
+
base64
|
583
|
+
base64
|
584
|
+
base64
|
585
|
+
base64
|
586
|
+
base64
|
587
|
+
base64
|
588
|
+
base64
|
589
|
+
base64
|
590
|
+
base64
|
591
|
+
base64
|
592
|
+
base64
|
593
|
+
base64
|
594
|
+
base64
|
574
595
|
7bit
|
575
596
|
base64
|
576
597
|
base64
|
@@ -842,6 +863,8 @@ base64
|
|
842
863
|
base64
|
843
864
|
base64
|
844
865
|
base64
|
866
|
+
base64
|
867
|
+
base64
|
845
868
|
7bit
|
846
869
|
base64
|
847
870
|
base64
|
@@ -1105,6 +1128,10 @@ base64
|
|
1105
1128
|
base64
|
1106
1129
|
base64
|
1107
1130
|
base64
|
1131
|
+
base64
|
1132
|
+
base64
|
1133
|
+
base64
|
1134
|
+
base64
|
1108
1135
|
8bit
|
1109
1136
|
base64
|
1110
1137
|
base64
|
@@ -1358,6 +1385,8 @@ base64
|
|
1358
1385
|
base64
|
1359
1386
|
base64
|
1360
1387
|
base64
|
1388
|
+
base64
|
1389
|
+
base64
|
1361
1390
|
8bit
|
1362
1391
|
base64
|
1363
1392
|
base64
|
@@ -1630,6 +1659,7 @@ base64
|
|
1630
1659
|
base64
|
1631
1660
|
base64
|
1632
1661
|
base64
|
1662
|
+
8bit
|
1633
1663
|
base64
|
1634
1664
|
base64
|
1635
1665
|
base64
|
@@ -1938,6 +1968,7 @@ base64
|
|
1938
1968
|
base64
|
1939
1969
|
base64
|
1940
1970
|
base64
|
1971
|
+
base64
|
1941
1972
|
7bit
|
1942
1973
|
base64
|
1943
1974
|
base64
|
@@ -2050,6 +2081,7 @@ base64
|
|
2050
2081
|
base64
|
2051
2082
|
base64
|
2052
2083
|
base64
|
2084
|
+
base64
|
2053
2085
|
8bit
|
2054
2086
|
base64
|
2055
2087
|
base64
|
@@ -2149,7 +2181,10 @@ base64
|
|
2149
2181
|
base64
|
2150
2182
|
base64
|
2151
2183
|
base64
|
2184
|
+
base64
|
2152
2185
|
8bit
|
2186
|
+
base64
|
2187
|
+
base64
|
2153
2188
|
8bit
|
2154
2189
|
8bit
|
2155
2190
|
base64
|
@@ -2186,6 +2221,7 @@ base64
|
|
2186
2221
|
base64
|
2187
2222
|
base64
|
2188
2223
|
base64
|
2224
|
+
base64
|
2189
2225
|
quoted-printable
|
2190
2226
|
base64
|
2191
2227
|
base64
|
@@ -2262,6 +2298,13 @@ quoted-printable
|
|
2262
2298
|
quoted-printable
|
2263
2299
|
quoted-printable
|
2264
2300
|
quoted-printable
|
2301
|
+
quoted-printable
|
2302
|
+
quoted-printable
|
2303
|
+
quoted-printable
|
2304
|
+
quoted-printable
|
2305
|
+
quoted-printable
|
2306
|
+
quoted-printable
|
2307
|
+
quoted-printable
|
2265
2308
|
8bit
|
2266
2309
|
8bit
|
2267
2310
|
quoted-printable
|
@@ -2329,6 +2372,7 @@ quoted-printable
|
|
2329
2372
|
quoted-printable
|
2330
2373
|
quoted-printable
|
2331
2374
|
quoted-printable
|
2375
|
+
quoted-printable
|
2332
2376
|
8bit
|
2333
2377
|
quoted-printable
|
2334
2378
|
quoted-printable
|
data/data/mime.flags.column
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
0 1 0 0
|
2
|
+
0 1 0 1
|
2
3
|
0 1 0 0
|
3
4
|
0 1 0 0
|
4
5
|
0 1 0 0
|
@@ -124,6 +125,7 @@
|
|
124
125
|
0 1 0 0
|
125
126
|
0 0 0 0
|
126
127
|
0 1 0 0
|
128
|
+
0 1 0 0
|
127
129
|
0 0 0 0
|
128
130
|
0 1 0 0
|
129
131
|
0 1 0 0
|
@@ -207,7 +209,7 @@
|
|
207
209
|
0 1 0 0
|
208
210
|
0 1 0 0
|
209
211
|
0 1 0 0
|
210
|
-
0
|
212
|
+
0 1 0 0
|
211
213
|
0 0 0 0
|
212
214
|
0 0 0 0
|
213
215
|
1 1 0 0
|
@@ -317,6 +319,7 @@
|
|
317
319
|
0 1 0 0
|
318
320
|
0 1 0 0
|
319
321
|
0 1 0 0
|
322
|
+
0 1 0 0
|
320
323
|
0 0 0 0
|
321
324
|
0 0 0 0
|
322
325
|
0 1 0 0
|
@@ -369,6 +372,10 @@
|
|
369
372
|
0 1 0 0
|
370
373
|
0 1 0 0
|
371
374
|
0 1 0 0
|
375
|
+
0 1 0 0
|
376
|
+
0 1 0 0
|
377
|
+
0 1 0 0
|
378
|
+
0 1 0 0
|
372
379
|
1 0 0 0
|
373
380
|
0 1 0 0
|
374
381
|
0 1 0 0
|
@@ -539,6 +546,10 @@
|
|
539
546
|
0 1 0 0
|
540
547
|
0 1 0 0
|
541
548
|
0 1 0 0
|
549
|
+
0 1 0 0
|
550
|
+
0 1 0 0
|
551
|
+
0 1 0 0
|
552
|
+
0 1 0 0
|
542
553
|
1 1 0 0
|
543
554
|
0 1 0 0
|
544
555
|
0 1 0 0
|
@@ -572,6 +583,16 @@
|
|
572
583
|
0 1 0 0
|
573
584
|
0 1 0 0
|
574
585
|
0 1 0 0
|
586
|
+
0 1 0 0
|
587
|
+
0 1 0 0
|
588
|
+
0 1 0 0
|
589
|
+
0 1 0 0
|
590
|
+
0 1 0 0
|
591
|
+
0 1 0 0
|
592
|
+
0 1 0 0
|
593
|
+
0 1 0 0
|
594
|
+
0 1 0 0
|
595
|
+
0 1 0 0
|
575
596
|
0 0 0 0
|
576
597
|
0 1 0 0
|
577
598
|
0 1 0 0
|
@@ -709,6 +730,7 @@
|
|
709
730
|
0 1 0 0
|
710
731
|
0 1 0 0
|
711
732
|
0 1 0 0
|
733
|
+
0 1 0 0
|
712
734
|
0 0 0 0
|
713
735
|
0 0 0 0
|
714
736
|
0 1 0 0
|
@@ -840,6 +862,7 @@
|
|
840
862
|
0 1 0 0
|
841
863
|
0 1 0 0
|
842
864
|
0 1 0 0
|
865
|
+
0 1 0 0
|
843
866
|
1 1 0 0
|
844
867
|
1 1 0 0
|
845
868
|
0 1 0 0
|
@@ -1079,6 +1102,10 @@
|
|
1079
1102
|
0 1 0 0
|
1080
1103
|
0 1 0 0
|
1081
1104
|
0 1 0 0
|
1105
|
+
0 1 0 0
|
1106
|
+
0 1 0 0
|
1107
|
+
0 1 0 0
|
1108
|
+
0 1 0 0
|
1082
1109
|
0 0 0 0
|
1083
1110
|
0 0 0 0
|
1084
1111
|
0 0 0 0
|
@@ -1385,6 +1412,8 @@
|
|
1385
1412
|
0 1 0 0
|
1386
1413
|
0 1 0 0
|
1387
1414
|
0 1 0 0
|
1415
|
+
0 1 0 0
|
1416
|
+
0 1 0 0
|
1388
1417
|
0 0 0 0
|
1389
1418
|
0 0 0 0
|
1390
1419
|
0 0 0 0
|
@@ -1630,6 +1659,7 @@
|
|
1630
1659
|
0 0 0 0
|
1631
1660
|
0 0 0 0
|
1632
1661
|
0 0 0 0
|
1662
|
+
1 0 0 0
|
1633
1663
|
0 0 0 0
|
1634
1664
|
0 0 0 0
|
1635
1665
|
1 0 0 0
|
@@ -1815,6 +1845,7 @@
|
|
1815
1845
|
0 1 0 0
|
1816
1846
|
0 1 0 0
|
1817
1847
|
0 1 0 0
|
1848
|
+
0 1 0 0
|
1818
1849
|
0 0 0 0
|
1819
1850
|
0 1 0 0
|
1820
1851
|
0 1 0 0
|
@@ -2025,6 +2056,7 @@
|
|
2025
2056
|
0 1 0 0
|
2026
2057
|
0 1 0 0
|
2027
2058
|
0 1 0 0
|
2059
|
+
0 1 0 0
|
2028
2060
|
0 1 0 1
|
2029
2061
|
0 1 0 0
|
2030
2062
|
0 1 0 0
|
@@ -2149,9 +2181,12 @@
|
|
2149
2181
|
0 1 0 0
|
2150
2182
|
0 1 0 0
|
2151
2183
|
0 1 0 0
|
2184
|
+
0 1 0 0
|
2152
2185
|
1 1 0 0
|
2153
2186
|
0 1 0 0
|
2154
2187
|
0 1 0 0
|
2188
|
+
0 1 0 0
|
2189
|
+
0 1 0 0
|
2155
2190
|
1 1 0 0
|
2156
2191
|
0 1 0 0
|
2157
2192
|
0 1 0 0
|
@@ -2195,6 +2230,7 @@
|
|
2195
2230
|
0 1 0 0
|
2196
2231
|
0 1 0 0
|
2197
2232
|
0 1 0 0
|
2233
|
+
0 1 0 0
|
2198
2234
|
0 0 0 0
|
2199
2235
|
0 1 0 0
|
2200
2236
|
0 0 0 0
|
@@ -2247,7 +2283,14 @@
|
|
2247
2283
|
0 1 0 0
|
2248
2284
|
0 1 0 0
|
2249
2285
|
0 1 0 0
|
2286
|
+
1 0 0 0
|
2287
|
+
1 0 0 0
|
2288
|
+
1 0 0 0
|
2289
|
+
1 0 0 0
|
2290
|
+
1 0 0 0
|
2250
2291
|
0 1 0 0
|
2292
|
+
1 0 0 0
|
2293
|
+
1 0 0 0
|
2251
2294
|
0 1 0 0
|
2252
2295
|
0 1 0 0
|
2253
2296
|
0 1 0 0
|
@@ -2324,6 +2367,7 @@
|
|
2324
2367
|
0 0 0 0
|
2325
2368
|
0 0 0 0
|
2326
2369
|
0 0 0 0
|
2370
|
+
1 0 0 0
|
2327
2371
|
0 0 0 0
|
2328
2372
|
0 0 0 0
|
2329
2373
|
0 0 0 0
|