fixnow 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,183 @@
1
+ GNU LESSER GENERAL PUBLIC LICENSE
2
+
3
+ Version 3, 29 June 2007
4
+
5
+ Copyright (C) 2017-2024 Street Side Software
6
+
7
+ Everyone is permitted to copy and distribute verbatim copies of this
8
+ license document, but changing it is not allowed.
9
+
10
+ This version of the GNU Lesser
11
+ General Public License incorporates the terms and conditions of version 3 of the
12
+ GNU General Public License, supplemented by the additional permissions listed
13
+ below.
14
+
15
+ 0. Additional Definitions.
16
+
17
+
18
+
19
+ As used herein, "this
20
+ License" refers to version 3 of the GNU Lesser General Public License, and the
21
+ "GNU GPL" refers to version 3 of the GNU General Public License.
22
+
23
+
24
+
25
+
26
+ "The Library" refers to a covered work governed by this License, other than an
27
+ Application or a Combined Work as defined below.
28
+
29
+
30
+
31
+ An "Application"
32
+ is any work that makes use of an interface provided by the Library, but which is
33
+ not otherwise based on the Library. Defining a subclass of a class defined by the
34
+ Library is deemed a mode of using an interface provided by the Library.
35
+
36
+
37
+
38
+
39
+ A "Combined Work" is a work produced by combining or linking an Application with
40
+ the Library. The particular version of the Library with which the Combined Work
41
+ was made is also called the "Linked Version".
42
+
43
+
44
+
45
+ The "Minimal
46
+ Corresponding Source" for a Combined Work means the Corresponding Source for the
47
+ Combined Work, excluding any source code for portions of the Combined Work that,
48
+ considered in isolation, are based on the Application, and not on the Linked
49
+ Version.
50
+
51
+
52
+
53
+ The "Corresponding Application Code" for a Combined Work
54
+ means the object code and/or source code for the Application, including any data
55
+ and utility programs needed for reproducing the Combined Work from the
56
+ Application, but excluding the System Libraries of the Combined Work.
57
+
58
+ 1.
59
+ Exception to Section 3 of the GNU GPL.
60
+
61
+ You may convey a covered work under
62
+ sections 3 and 4 of this License without being bound by section 3 of the GNU
63
+ GPL.
64
+
65
+ 2. Conveying Modified Versions.
66
+
67
+ If you modify a copy of the Library,
68
+ and, in your modifications, a facility refers to a function or data to be
69
+ supplied by an Application that uses the facility (other than as an argument
70
+ passed when the facility is invoked), then you may convey a copy of the modified
71
+ version:
72
+
73
+ a) under this License, provided that you make a good faith effort
74
+ to ensure that, in the event an Application does not supply the function or data,
75
+ the facility still operates, and performs whatever part of its purpose remains
76
+ meaningful, or
77
+
78
+ b) under the GNU GPL, with none of the additional
79
+ permissions of this License applicable to that copy.
80
+
81
+ 3. Object Code
82
+ Incorporating Material from Library Header Files.
83
+
84
+ The object code form of an
85
+ Application may incorporate material from a header file that is part of the
86
+ Library. You may convey such object code under terms of your choice, provided
87
+ that, if the incorporated material is not limited to numerical parameters, data
88
+ structure layouts and accessors, or small macros, inline functions and templates
89
+ (ten or fewer lines in length), you do both of the following:
90
+
91
+ a) Give
92
+ prominent notice with each copy of the object code that the Library is used in it
93
+ and that the Library and its use are covered by this License.
94
+
95
+ b) Accompany
96
+ the object code with a copy of the GNU GPL and this license document.
97
+
98
+ 4.
99
+ Combined Works.
100
+
101
+ You may convey a Combined Work under terms of your choice
102
+ that, taken together, effectively do not restrict modification of the portions of
103
+ the Library contained in the Combined Work and reverse engineering for debugging
104
+ such modifications, if you also do each of the following:
105
+
106
+ a) Give
107
+ prominent notice with each copy of the Combined Work that the Library is used in
108
+ it and that the Library and its use are covered by this License.
109
+
110
+ b)
111
+ Accompany the Combined Work with a copy of the GNU GPL and this license
112
+ document.
113
+
114
+ c) For a Combined Work that displays copyright notices during
115
+ execution, include the copyright notice for the Library among these notices, as
116
+ well as a reference directing the user to the copies of the GNU GPL and this
117
+ license document.
118
+
119
+ d) Do one of the following:
120
+
121
+ 0) Convey the
122
+ Minimal Corresponding Source under the terms of this License, and the
123
+ Corresponding Application Code in a form suitable for, and under terms that
124
+ permit, the user to recombine or relink the Application with a modified version
125
+ of the Linked Version to produce a modified Combined Work, in the manner
126
+ specified by section 6 of the GNU GPL for conveying Corresponding Source.
127
+
128
+
129
+ 1) Use a suitable shared library mechanism for linking with the Library. A
130
+ suitable mechanism is one that (a) uses at run time a copy of the Library already
131
+ present on the user's computer system, and (b) will operate properly with a
132
+ modified version of the Library that is interface-compatible with the Linked
133
+ Version.
134
+
135
+ e) Provide Installation Information, but only if you would
136
+ otherwise be required to provide such information under section 6 of the GNU GPL,
137
+ and only to the extent that such information is necessary to install and execute
138
+ a modified version of the Combined Work produced by recombining or relinking the
139
+ Application with a modified version of the Linked Version. (If you use option
140
+ 4d0, the Installation Information must accompany the Minimal Corresponding Source
141
+ and Corresponding Application Code. If you use option 4d1, you must provide the
142
+ Installation Information in the manner specified by section 6 of the GNU GPL for
143
+ conveying Corresponding Source.)
144
+
145
+ 5. Combined Libraries.
146
+
147
+ You may place
148
+ library facilities that are a work based on the Library side by side in a single
149
+ library together with other library facilities that are not Applications and are
150
+ not covered by this License, and convey such a combined library under terms of
151
+ your choice, if you do both of the following:
152
+
153
+ a) Accompany the combined
154
+ library with a copy of the same work based on the Library, uncombined with any
155
+ other library facilities, conveyed under the terms of this License.
156
+
157
+ b)
158
+ Give prominent notice with the combined library that part of it is a work based
159
+ on the Library, and explaining where to find the accompanying uncombined form of
160
+ the same work.
161
+
162
+ 6. Revised Versions of the GNU Lesser General Public
163
+ License.
164
+
165
+ The Free Software Foundation may publish revised and/or new versions
166
+ of the GNU Lesser General Public License from time to time. Such new versions
167
+ will be similar in spirit to the present version, but may differ in detail to
168
+ address new problems or concerns.
169
+
170
+ Each version is given a distinguishing
171
+ version number. If the Library as you received it specifies that a certain
172
+ numbered version of the GNU Lesser General Public License "or any later version"
173
+ applies to it, you have the option of following the terms and conditions either
174
+ of that published version or of any later version published by the Free Software
175
+ Foundation. If the Library as you received it does not specify a version number
176
+ of the GNU Lesser General Public License, you may choose any version of the GNU
177
+ Lesser General Public License ever published by the Free Software Foundation.
178
+
179
+
180
+ If the Library as you received it specifies that a proxy can decide whether
181
+ future versions of the GNU Lesser General Public License shall apply, that
182
+ proxy's public statement of acceptance of any version is permanent authorization
183
+ for you to choose that version for the Library.
@@ -0,0 +1,45 @@
1
+ {
2
+ "id": "es-es",
3
+ "version": "0.2",
4
+ "readonly": true,
5
+ "name": "Spanish Dictionary (Spain)",
6
+ "description": "Spanish Dictionary (Spain)",
7
+ "dictionaryDefinitions": [
8
+ {
9
+ "name": "es-es",
10
+ "path": "./Spanish.trie.gz",
11
+ "description": "Spanish Dictionary (Spain)",
12
+ "dictionaryInformation": {
13
+ "locale": "es-ES",
14
+ "alphabet": "a-zA-ZóíjáéñúüÓÍÁÉÑÚÜ",
15
+ "suggestionEditCosts": [
16
+ {
17
+ "map": "eéèëêEÉ|aáàAÁ|iíìïîIÍ|oóòöôOÓ|uüúùûUÚÜ",
18
+ "replace": 1
19
+ },
20
+ {
21
+ "map": "(ás)(az)|(cc)(x)|(és)(ez)|(güe)(hue)|(güi)(hui)",
22
+ "replace": 75
23
+ },
24
+ {
25
+ "map": "(ís)(iz)|(ío)(ido)|(ke)(que)|(ki)(qui)",
26
+ "replace": 75
27
+ },
28
+ {
29
+ "map": "(ll)(y)|(mb)(nv)|(seci)(cesi)|(vámonos)(vayámonos)",
30
+ "replace": 75
31
+ }
32
+ ]
33
+ }
34
+ }
35
+ ],
36
+ "dictionaries": [],
37
+ "languageSettings": [
38
+ {
39
+ "languageId": "*",
40
+ "locale": "es, es_ES",
41
+ "caseSensitive": true,
42
+ "dictionaries": ["es-es"]
43
+ }
44
+ ]
45
+ }
Binary file
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2017-2025 Street Side Software <support@streetsidesoftware.nl>
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -0,0 +1,84 @@
1
+ {
2
+ "id": "fr-fr",
3
+ "name": "French Dictionary (France)",
4
+ "description": "French Dictionary (France)",
5
+ "dictionaryDefinitions": [
6
+ {
7
+ "name": "fr-fr",
8
+ "path": "./fr-fr.trie.gz",
9
+ "description": "French Dictionary (France)",
10
+ "ignoreForbiddenWords": true,
11
+ "repMap": [
12
+ ["'", "’"],
13
+ ["ffi", "ffi"],
14
+ ["ffl", "ffl"],
15
+ ["ff", "ff"],
16
+ ["ſt", "ft"],
17
+ ["fi", "fi"],
18
+ ["fl", "fl"],
19
+ ["st", "st"],
20
+ ["ſ", "s"]
21
+ ],
22
+ "dictionaryInformation": {
23
+ "locale": "fr-FR",
24
+ "alphabet": "a-zA-ZÀÂÄÅÇÈÉÊËÎÏÔÖÙÛÜàáâãäæçèéêëíîïñóôöùûüÿńŒœś",
25
+ "suggestionEditCosts": [
26
+ {
27
+ "map": "AÀÂÄÅ|CÇ|EÈÉÊË|IÎÏ|OÔÖ|UÙÛÜ|aàáâãä|(ae)æ|cç|eèéêë|iíîï|nñń|oóôö|uùûü|yÿ|Œ(OE)|sś|(oe)œ",
28
+ "replace": 1
29
+ },
30
+ {
31
+ "map": "cçs(sc)(ss)|CÇS|kcq(cc)(ch)|(ch)(sch)(sh)|KCQ|t(tt)(th)(pt)|x(xc)|zs",
32
+ "replace": 75
33
+ },
34
+ {
35
+ "description": "Silent Endings: https://en.wikipedia.org/wiki/French_orthography#Spelling_to_sound_correspondences",
36
+ "map": "$(b$)|$(d$)|$(g$)|$(l$)|$(p$)|$(pt$)|$(s$)|$(st$)|$(t$)|$(x$)|$(z$)",
37
+ "replace": 75
38
+ },
39
+ {
40
+ "description": "https://en.wikipedia.org/wiki/French_orthography#Spelling_to_sound_correspondences",
41
+ "map": "bp(pp)(bb)|(gn)n|gj|(ti)(si)",
42
+ "replace": 75
43
+ },
44
+ {
45
+ "map": "(^l)(^l')|(^d)(^d')|(^n)(^n')|(^s)(^s')|(^j)(^j')|(^m)(^m')|(^t)(^t')|(^c)(^c')",
46
+ "replace": 50
47
+ },
48
+ {
49
+ "map": "f(ph)|c(qu)(que)|k(qu)(que)|x(ct)|(bb)b|(cc)c|(ff)f|(ll)l|(mm)m|(nn)n|(pp)p|(rr)r|(ss)s|(ss)c|(ss)ç|(tt)t",
50
+ "replace": 50
51
+ },
52
+ {
53
+ "map": "(ai)éèê|(ei)éèê|o(au)(eau)|(ett)(èt)(et)|(ell)(èl)(el)|t(th)",
54
+ "replace": 50
55
+ },
56
+ {
57
+ "map": "(^Ca$)(^Ça$)",
58
+ "replace": 1
59
+ },
60
+ {
61
+ "map": "(ième$)(e$)|(ème$)(e$)|(è$)(e$)|(mn$)(min$)|(ct$)(t$)",
62
+ "replace": 50
63
+ },
64
+ {
65
+ "map": "(ogue$)(ogiste$)|(ogiste$)(ogue$)|(disez$)(dites$)|(fesez$)(faites$)|(faisez$)(faites$)|(puit)(puits)",
66
+ "replace": 75
67
+ }
68
+ ]
69
+ }
70
+ }
71
+ ],
72
+ "dictionaries": [],
73
+ "languageSettings": [
74
+ {
75
+ "languageId": "*",
76
+ "locale": "fr,fr_FR",
77
+ "caseSensitive": true,
78
+ "includeRegExpList": [],
79
+ "patterns": [],
80
+ "dictionaries": ["fr-fr"],
81
+ "dictionaryDefinitions": []
82
+ }
83
+ ]
84
+ }
Binary file
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2017-2025 Street Side Software <support@streetsidesoftware.nl>
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -0,0 +1,43 @@
1
+ // cSpell Settings
2
+ {
3
+ "id": "vi-vn",
4
+ "name": "Vietnamese",
5
+ "description": "Vietnamese dictionary.",
6
+ "readonly": true,
7
+ // List of dictionary files to add to the global list of dictionaries
8
+ "dictionaryDefinitions": [
9
+ {
10
+ "name": "vi-vn",
11
+ "path": "./vi.trie.gz",
12
+ "description": "Vietnamese dictionary."
13
+ }
14
+ ],
15
+ // Dictionaries to always be used.
16
+ // Generally left empty
17
+ "dictionaries": [],
18
+ // Language Rules to apply to matching files.
19
+ // Files are matched on `languageId` and `locale`
20
+ "languageSettings": [
21
+ {
22
+ // VSCode languageId. i.e. typescript, java, go, cpp, javascript, markdown, latex
23
+ // * will match against any file type.
24
+ "languageId": "*",
25
+ // Language locale. i.e. en-US, de-AT, or ru. * will match all locals.
26
+ // Multiple locals can be specified like: "en, en-US" to match both English and English US.
27
+ "locale": "vi",
28
+ // By default the whole text of a file is included for spell checking
29
+ // Adding patterns to the "includeRegExpList" to only include matching patterns
30
+ "includeRegExpList": [],
31
+ // To exclude patterns, add them to "ignoreRegExpList"
32
+ "ignoreRegExpList": [],
33
+ // regex patterns than can be used with ignoreRegExpList or includeRegExpList
34
+ // Example: "pattern": [{ "name": "mdash", "pattern": "&mdash;" }]
35
+ // This could be included in "ignoreRegExpList": ["mdash"]
36
+ "patterns": [],
37
+ // List of dictionaries to enable by name in `dictionaryDefinitions`
38
+ "dictionaries": ["vi-vn"],
39
+ // Dictionary definitions can also be supplied here. They are only used iff "languageId" and "locale" match.
40
+ "dictionaryDefinitions": []
41
+ }
42
+ ]
43
+ }
Binary file