Overview
Comment: | [build] use named groups in regex |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | build |
Files: | files | file ages | folders |
SHA3-256: |
c761d5a874dc3f757cd8efca3020063e |
User & Date: | olr on 2017-05-03 10:03:21 |
Other Links: | manifest | tags |
Context
2017-05-03
| ||
14:14 | [fr] faux positif, impératif check-in: 8bc6507f80 user: olr tags: trunk, fr | |
10:03 | [build] use named groups in regex check-in: c761d5a874 user: olr tags: trunk, build | |
08:00 | [build] check if rules have same id check-in: 0dba21491a user: olr tags: trunk, build | |
Changes
Modified compile_rules.py from [2d30706580] to [d1b7f6f58e].
︙ | |||
171 172 173 174 175 176 177 | 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 | - + - - - - - - + + + + + + - - + + | sRuleId = sLineId sOption = False # False or [a-z0-9]+ name nPriority = 4 # Default is 4, value must be between 0 and 9 tGroups = None # code for groups positioning (only useful for JavaScript) cCaseMode = 'i' # i: case insensitive, s: case sensitive, u: uppercasing allowed cWordLimitLeft = '[' # [: word limit, <: no specific limit cWordLimitRight = ']' # ]: word limit, >: no specific limit |
︙ |