Differences From Artifact [7faa9e5e5e]:
- File gc_lang/fr/modules-js/cregex.js — part of check-in [1800ac6b98] at 2017-08-06 01:32:04 on branch webext2_fix — [core][fr][js] ajout des ; oubliés et ajustement des ; en trop (user: IllusionPerdu, size: 10291) [annotate] [blame] [check-ins using] [more...]
To Artifact [97d67d03aa]:
- File gc_lang/fr/modules-js/cregex.js — part of check-in [b89dc82bc4] at 2017-08-08 19:11:22 on branch webext2_fix — [core] add inline config for JSHint assuming es6 synthax and some global (user: IllusionPerdu, size: 10315) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 | //// Grammalecte - Compiled regular expressions var cregex = { ///// Lemme _zLemma: new RegExp(">([a-zà-öø-ÿ0-9Ā-ʯ][a-zà-öø-ÿ0-9Ā-ʯ-]+)"), ///// Masculin / féminin / singulier / pluriel | > | 1 2 3 4 5 6 7 8 9 | //// Grammalecte - Compiled regular expressions /*jslint esversion: 6*/ var cregex = { ///// Lemme _zLemma: new RegExp(">([a-zà-öø-ÿ0-9Ā-ʯ][a-zà-öø-ÿ0-9Ā-ʯ-]+)"), ///// Masculin / féminin / singulier / pluriel |
︙ | ︙ |