Lines Matching defs:match
797 match: /^\-?\d+\.\d%$/, property
804 match: /^\-?\d+\.?\d*%$/, property
810 { match: /^\-?\$[\d,]+.?\d*$/, style: 57 }, // Dollars property
811 { match: /^\-?£[\d,]+.?\d*$/, style: 58 }, // Pounds property
812 { match: /^\-?€[\d,]+.?\d*$/, style: 59 }, // Euros property
813 { match: /^\-?\d+$/, style: 65 }, // Numbers without thousand separators property
814 { match: /^\-?\d+\.\d{2}$/, style: 66 }, // Numbers 2 d.p. without thousands separators property
816 match: /^\([\d,]+\)$/, property
823 match: /^\([\d,]+\.\d{2}\)$/, property
829 { match: /^\-?[\d,]+$/, style: 63 }, // Numbers with thousand separators property
830 { match: /^\-?[\d,]+\.\d{2}$/, style: 64 }, property
832 match: /^[\d]{4}\-[01][\d]\-[0123][\d]$/, property