-
Notifications
You must be signed in to change notification settings - Fork 6
/
hunspell_dictionary_root_pages.txt
5667 lines (5667 loc) · 50.6 KB
/
hunspell_dictionary_root_pages.txt
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
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
'
''
'''
''''
'''''
''''''
'''''''
''''''''
'''''''''
''''''''''
'''''''''''
''''''''''''
'''''''''''''
''''''''''''''
'''''''''''''''
''''''''''''''''
'''''''''''''''''
'''''''''''''''''''
'''''''''''''''''''''
''''''''''''''''''''''
'''''''''''''''''''''''
''''''''''''''''''''''''
'''''''''''''''''''''''''
''''''''''''''''''''''''''
'''''''''''''''''''''''''''
'''''''''''''''''''''''''''''
''''''''''''''''''''''''''''''''
''''''''''''''''''''''''''''''''''
'0
0'
000000000000136d
00Z
01T12
01T16
01Z
022303'
029841'
02be
03f14749eb61
0a69a3a3
0cbc58b
0D
0e56a7a88ecc
0ef33f6336d7
0M
0s
0U2
0x0
0x0c
'0x1
0x1
0x2
0x30
0x70
0xc000014060
0xc001100d
0xe0000000
0xe1ffffff
0xffff
0xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
0xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
1'
10'
100fps
100GB
100Gi
100m
1049kB
1080p
10G
10GB
10Gbit
10Gi
10ms
10s
10T21
115200'
11a
11ac
11ax
11b
11g
11n
120GB
'123'
'123456abcdef'
123456abcdef
'127
128bpm
128GB
128M
129B
12factor
12GB
1400'
1440p
150Gi
154236c
15min
16'
16a09779
16EiB
16GB
16TiB
17'
170Mi
1746aeeb3c463b9aaa925fce
17T11
'192
1comp
1ctlr
1EiB
1G
1Gb
1GB
1Gi
1M
1MB
1min
1TB
1Ti
1x2
1XXX
'2'
201080p
'2017'
'2019
2097kB
20consists
20MB
20of
20pixels
20resolution
20T04
20T12
20the
2160p
21H2
22T06
'24'
24GB
24h
256M
256Mi
256TiB
27T21
2a
2am
2b
2e41f61b
2e7996e3e2712684bc73f0dec0200d64eec7fe40
2Fazure
2Fblobs
2Fstorage
2Ftoc
2GB
2GiB
2K
2N
2TB
2TiB
2x1
2x2
2XXX
'3'
300Mi
30G
30GB
3101u9e243r90adf0a98avn4bmz
32GB
32M
3ad
3c6d6217dac4
3d
3d24d2f4aa5d
3g
3gp
3iivwka513Y
3m3s
3W
'4'
40GB
4320p
439301Z
43c6
446a411e
448d
44bb
476f
47Z
48ite
498MB
4a4d
4af6
4afd
4b73
4d4a
4d83
4f12
4fed
4G
4GB
4GiB
4K
4m40s
4XXX
500Gi
500K
500MB
50GB
50MB
50Mi
512M
512Mi
51Z
56Z
'590'
'5987'
59Z
5c2d1374
5CBBC385DA37
5d46119cfc8a
5G
5Gi
5min
5s
5yoxyq2a4bgz
60GB
60s
624b8f306343
624b8f306343'
64bit
662d10a0
66d5955bbf926b9ab35df6e199aa434c89c96a2b8c5a47531cf011d67b4b37f0
'6789'
69s
6B40
6e
6E
6K
6lBeN973T4Q
6M
6m33s
6TB
70Mi
'7200'
720c6a07ff44
720p
72lh2
7640f169
768p
76c5c21331dd5998d9a6efd5ac6d74c45b10386db7d34555c7e0f22f5969ee13
7AAA
7d
7d63
7DEBE4EB
7f5b511e8700
7f5c
7f974e10d7184d5fc45445a3073333bd
7Q
7z
7zip
8000MB
80GB
8171ddd450e4
'8192'
8500MB
8787'
8aed
8b20
8e35
8EiB
8f3c
8G
8GB
8K
8TiB
9a277de3
9a68
9a7c371ef329cf78f256d0a5a8f475d9c57f5477
9a9e720920ed
9ac9
9d4e74d8
'a
'A'
a1e002238e1f29
a1QQQns
a22a
a2Vub2Jp
a523
aa
aa00
AAAA
AAAABUQzaC1yc2EAAAADAQABAAABAQDVAl1fcau6
aac
aarch64
ab29fe63
abc
abc0
abc123xyz890
abcd
ABIs
acceptor
accessModes
accidently
acdZ
Acer
acl
ACL
acls
ACLs
acocunt
ACTION1
ACTION2
activeDeadlineSeconds
Acunetix
ad26
adb
'add
addif
additionalTrustedCAs
addons
addprinc
addr
addrepo
addrs
adhoc
adjtimex
adm
admin
AdmissionConfiguration
admissionregistration
AdnanHodzic
adtrust
aes
aes128
aes256
aescbc
aesgcm
affs
afs
agent'
AHVA
aio
AIO
akmod
al
alartm
Alen
Alertmanager
AlertManager
alexbrand's
alg
Alibaba
Alicloud
ALL'
alldlls
allinone
ALLMULTI
AllNodesDeploySteps
AllNodesExtraConfig
AllocationPools
'allow
allowPrivilegeEscalation
allpresets
AlmaLinux
alsa
alsamixer
AlwaysAdmit
AlwaysDeny
AlwaysPullImages
amd
amd64
amdgpu
AMDGPU
AMQ
Amyuni
anization
annie
anongid
AnonHugePages
anonuid
AnonymousGID
AnonymousUID
AnsbileFest
'ansible
ansible
Ansible
ANSIBLE
AnsibleModule
Ansible's
Antergos
antimalware
antiviruses
antiX
antrea
Antrea
Antynea
aodh
Aodh
AOMEI
apache
apachectl
apend
APF
api
APIC
apicv
APICv
APIException
apiextensions
apiGroup
APIGROUP
apiGroups
APIPriorityAndFairness
apiregistration
apis
APIs
apiserver
APIServer
apiServerAddress
apiServerPort
APIService
apiVersion
apparmor
AppArmor
AppData
appendable
AppleInsider
AppliedClusterResourceQuota
AppPrivacy
appstream
AppStream
APPX
aq
ar
arcfour
ArchLabs
archlinux
Archlinux
ArchLinux
ArchWiki
arcstat
Arduino
ARG
arg1
ARG1
arg2
ARG2
argc
args
Args
ARGS
argv
Arista
Arista's
arm64
armv5
armv6h
armv7h
armv8
ArnoldTheBats
arp
arpa
Ars
Artifactory
arwx
asamalik
Asghar
assertations
assertEqual
assertFalse
assertIn
assertIs
assertIsInstance
assertIsNone
assertIsNot
assertIsNotNone
assertNotEqual
assertNotIn
assertNotIsInstance
assertTrue
Assocation
ASUS
async
Async
atboot
atexit
ATI
aticonfig
Atlassian
Atmos
atof
atoi
atol
attachdetach
attr
au
AUDIODEV
auditctl
auditregistration
AuditSink
aur
AUR
ausearch
Austintek
auth
auth'
AUTH
Auth0
authconfig
AuthGroupFile
AuthName
authtoken
AuthType
AuthUserFile
autoboot
autoclean
autocomplete
autoconf
AUTOCONF
autodefrag
autodetect
autoescape
autogroup
autoinstall
automagically
automake
Automatical
AutomaticUpdatePolicy
automount
automountServiceAccountToken
autopart
autoport
autoremove
autoscale
Autoscaler
autoscaling
Autoscaling
autostart
availble
avi
avTPNE5Sd1TXPwhoiHshVscgoGNj7ZU9hehAFQGZBMJfA5jM2SGy927t726snX0uZwDR7Teooeea8oa7spBn
awilliam
awk
aws
awscli
awsElasticBlockStore
awx
AWX
ay
az
AzCopy
azureDisk
azureFile
'B'
b114
b2
b2e3c286
b2Jpd2Fu
b324
B4
b43
b43legacy
b551
B64ENCODED
b9a42f3
ba
BaaS
backend
BACKEND
backends
backlight
BACKLIGHT
backoffLimit
backport
backported
backporting
backports
backstores
BackupDrive
bak
balancer
Balancer
BALANCERIP
balancer's
balancers
bantime
Barbican
baremetal
Baremetal
barnix
base64
basearch
basekit
baseos
baseurl
baseURL
basicConfig
batchlog
batix
Batix
bb
BB35
bbswitch
bc
bc7d
bc95
bcm
bcm43xx
bcma
bdflush
BDRSuite
BdsDxe
be5f
benchmarked
Benchmarking
BenchmarkResult
BetterFS
Bexar
bf2
bfio
bfs
bgasparotto
BGP
Bifrost
binaryData
bindeb
binlogrouter
binrpm
bionic64
biosboot
biosdevname
Bitbucket
BitLocker
bitnami
Bitnami
bitwise
blinky
blkid
'block'
BlockDevice
blockstorage
BlockStorage
BlockStorageExtraConfig
BlockStorageServer
blogspot
bluestore
BlueStore
bmp
'board
Bodhi
bond0
BondInterfaceOvsOptions
bool
BOOL
boolean
booleans
boombatower
Boot0001
bootloader
Bootloader
bootloader's
bootloaders
Bootloaders
bootp
BOOTP
bootproto
BOOTPROTO
bootstrapsigner
bootup
borealis
Borealis
bpf
BPF
br
'br0'
br0
br1
Bragstad
BRANCH1
BRANCH2
branchs
brcm80211
brcmfmac
brcmsmac
brcmutil
brctl
brd
brdige
'bridge'
broadcom
Broadcom
BrokerTemplateInstance
brotli
bs
bslow
BtreeFS
btrfs
Btrfs
BtrFS
BTRFS
Btrfs's
bufio
bufio's
bugfix
BuildADebianKernelPackage
buildah
Buildah
BuildArch
BuildConfig
BuildDate
builddep
builddir
Buildlogs
buildpackage
buildpacks
Buildpacks
buildroot
BuildRoot
buildsrpm
bullseye
Bullseye
bundler
buster64
busybox
ButterFS
bytecode
bz2
bzaf
bzImage
bzip
bzip2
bzOLNxqrhq
bztar
'C'
c104a4642c76
c1456e44
c14d3657
C434
C721
c8
ca80eae
cacert
CACERT
cacheable
Cacheable
cachemodes
cacheonly
cachesize
CAcreateserial
CAkey
calc
callerID
CalliCoder
calloc
Calloway
CalVer
camelCase
camellia128
camellia256
CANCELLED
Canonical's
Carvel
CAs
CASE1
CASE2
CASE3
casesensitive
cassandra
cassandra30
cassandraDataVolumeClaimSpec
cassandraLibDirVolume
CassandraSE
CatalogSource
catscats
CatxFish
caylent
cb
cbc
cbfs
CC7A
ccache
cd
cdbs
cdk
cdn
CDN
CDNs
cdr
'cdrom'
cdrom
CDROM
ce
ceilometer
Ceilometer
ceilometerclient
ceip
celsius
'centos'
centos
'CentOS
CentOS
CENTOS
centos7
CentOS7
centos8
'ceph'
ceph
Ceph
CEPH
cephadm
CephAnsibleDefaultPgNum
CephAnsibleDisksConfig
CephAnsibleExtraConfig
CephAnsiblePlaybookVerbosity
CephAnsiblePoolDefaultSize
CephClient
CephClientKey
CephClientUserName
CephClusterFSID
CephExternalMonHost
cephfs
CephFS
CEPHFS
CephMgr
CephMon
CephOSD
CephPoolDefaultPgNum
CephPoolDefaultSize
Ceph's
CephStorage
CEPHSTORAGE
CephStorageCount
CephStorageExtraConfig
cephx
Cephx
CEPHX
CertDepot
CertificateApproval
CertificateRequest
certificaterequests
CertificateSigning
certificatesigningrequest
CertificateSigningRequest
certificatesigningrequests
CertificateSubjectRestriction
cf2ce144
cfdisk
cfengine
CFEngine
cffi
cfg
CFQ
cfs
CFS
cGFzc3dvcmQ
cgi
CGO
cgpt
cgroup
cgroupdriver
cgroups
cgroupsv1
cgroupsv2
CHACHA20
chage
'challenge'
Chamarthy
changelog
changepassword
CHANNEL1
CHANNEL2
chapAuthDiscovery
chapAuthSession
CharDevice
charset
chartmuseum
chattr
chcon
chdir
Chdir
Cheatsheet
checksum
CHECKSUM
checksums
ChimeraOS
chipset
chipsets
chmod
Chmod
chocolatey
Chocolatey
chomd
chown
Chown
chpasswd
chr
chromaticity
chromebook
Chromebooks
Chromebooks'
Chromebox
chromebrew
Chromebrew
Chromefy
chromeos
ChromeOS
chromite
chromiumos
chronos
chronyc
'chronyd'
chroot
Chroot
chrt
Chtimes
ci
cidr
CIDR
cidrBlocks
CIDRs
CIE
cifs
CIFS
CIMC
cin
CinderBackupBackend
CinderBackupRbdPoolName
cinderclient
CinderEnableIscsiBackend
CinderEnableNfsBackend
CinderEnableRbdBackend
CinderNfsMountOptions
CinderNfsServers
CinderRbdPoolName
Circonus
cirros
CirrOS
CIS
Citrix
cj
CLA
claimName
claimRef
clamscan
CLASS1
CLASS2
CLASS3
classifers
classmethod
ClassName
clculus
clearconfig
clearpart
cli
CLI
ClientForNFS
clientIP
ClientIP
CLI's
clock2
'cloud
cloudcredential
cloudflare
CloudFlare
CloudFormation
CloudKitty
CloudReady
cloudscale
Cloudstack
CloudstackSnitch
cls
CLUI
Cluset
ClusterAutoscaler
clusterctl
ClusterFirst
ClusterFirstWithHostNet
ClusterInformation
clusterip
clusterIP
ClusterIP
clusterissuer
ClusterIssuer
clusterissuers
ClusterOperator
ClusterResourceQuota
clusterrole
ClusterRole
ClusterRoleBinding
clusterroles
clusterScoped
ClusterServiceVersion
ClusterVersion
CM5
cmd
CMD
cmdline
CMDLINE