Lines Matching refs:n

90 /******/ 	__webpack_require__.n = function(module) {  function
12576 for (var n = begin, end = match.end.divIdx; n <= end; n++) {
12577 var div = textDivs[n];
12578 div.textContent = textContentItemsStr[n];
14605 …return text.replace(/\\\\/g, '\\').replace(/\\n/g, '\n').replace(/\\r/g, '\r').replace(/\\t/g, '\t…
14963 function isIn(n, list) {
14964 return list.indexOf(n) !== -1;
14967 function isBetween(n, start, end) {
14968 return start <= n && n <= end;
14972 '0': function _(n) {
14975 '1': function _(n) {
14976 if (isBetween(n % 100, 3, 10)) return 'few';
14977 if (n === 0) return 'zero';
14978 if (isBetween(n % 100, 11, 99)) return 'many';
14979 if (n == 2) return 'two';
14980 if (n == 1) return 'one';
14983 '2': function _(n) {
14984 if (n !== 0 && n % 10 === 0) return 'many';
14985 if (n == 2) return 'two';
14986 if (n == 1) return 'one';
14989 '3': function _(n) {
14990 if (n == 1) return 'one';
14993 '4': function _(n) {
14994 if (isBetween(n, 0, 1)) return 'one';
14997 '5': function _(n) {
14998 if (isBetween(n, 0, 2) && n != 2) return 'one';
15001 '6': function _(n) {
15002 if (n === 0) return 'zero';
15003 if (n % 10 == 1 && n % 100 != 11) return 'one';
15006 '7': function _(n) {
15007 if (n == 2) return 'two';
15008 if (n == 1) return 'one';
15011 '8': function _(n) {
15012 if (isBetween(n, 3, 6)) return 'few';
15013 if (isBetween(n, 7, 10)) return 'many';
15014 if (n == 2) return 'two';
15015 if (n == 1) return 'one';
15018 '9': function _(n) {
15019 if (n === 0 || n != 1 && isBetween(n % 100, 1, 19)) return 'few';
15020 if (n == 1) return 'one';
15023 '10': function _(n) {
15024 if (isBetween(n % 10, 2, 9) && !isBetween(n % 100, 11, 19)) return 'few';
15025 if (n % 10 == 1 && !isBetween(n % 100, 11, 19)) return 'one';
15028 '11': function _(n) {
15029 if (isBetween(n % 10, 2, 4) && !isBetween(n % 100, 12, 14)) return 'few';
15030 if (n % 10 === 0 || isBetween(n % 10, 5, 9) || isBetween(n % 100, 11, 14)) return 'many';
15031 if (n % 10 == 1 && n % 100 != 11) return 'one';
15034 '12': function _(n) {
15035 if (isBetween(n, 2, 4)) return 'few';
15036 if (n == 1) return 'one';
15039 '13': function _(n) {
15040 if (isBetween(n % 10, 2, 4) && !isBetween(n % 100, 12, 14)) return 'few';
15041 …if (n != 1 && isBetween(n % 10, 0, 1) || isBetween(n % 10, 5, 9) || isBetween(n % 100, 12, 14)) re…
15042 if (n == 1) return 'one';
15045 '14': function _(n) {
15046 if (isBetween(n % 100, 3, 4)) return 'few';
15047 if (n % 100 == 2) return 'two';
15048 if (n % 100 == 1) return 'one';
15051 '15': function _(n) {
15052 if (n === 0 || isBetween(n % 100, 2, 10)) return 'few';
15053 if (isBetween(n % 100, 11, 19)) return 'many';
15054 if (n == 1) return 'one';
15057 '16': function _(n) {
15058 if (n % 10 == 1 && n != 11) return 'one';
15061 '17': function _(n) {
15062 if (n == 3) return 'few';
15063 if (n === 0) return 'zero';
15064 if (n == 6) return 'many';
15065 if (n == 2) return 'two';
15066 if (n == 1) return 'one';
15069 '18': function _(n) {
15070 if (n === 0) return 'zero';
15071 if (isBetween(n, 0, 2) && n !== 0 && n != 2) return 'one';
15074 '19': function _(n) {
15075 if (isBetween(n, 2, 10)) return 'few';
15076 if (isBetween(n, 0, 1)) return 'one';
15079 '20': function _(n) {
15080 …if ((isBetween(n % 10, 3, 4) || n % 10 == 9) && !(isBetween(n % 100, 10, 19) || isBetween(n % 100,…
15081 if (n % 1000000 === 0 && n !== 0) return 'many';
15082 if (n % 10 == 2 && !isIn(n % 100, [12, 72, 92])) return 'two';
15083 if (n % 10 == 1 && !isIn(n % 100, [11, 71, 91])) return 'one';
15086 '21': function _(n) {
15087 if (n === 0) return 'zero';
15088 if (n == 1) return 'one';
15091 '22': function _(n) {
15092 if (isBetween(n, 0, 1) || isBetween(n, 11, 99)) return 'one';
15095 '23': function _(n) {
15096 if (isBetween(n % 10, 1, 2) || n % 20 === 0) return 'one';
15099 '24': function _(n) {
15100 if (isBetween(n, 3, 10) || isBetween(n, 13, 19)) return 'few';
15101 if (isIn(n, [2, 12])) return 'two';
15102 if (isIn(n, [1, 11])) return 'one';
15119 var n = parseFloat(param);
15120 if (isNaN(n)) return str;
15127 var index = '[' + gMacros._pluralRules(n) + ']';
15129 if (n === 0 && key + '[zero]' in gL10nData) {
15131 } else if (n == 1 && key + '[one]' in gL10nData) {
15133 } else if (n == 2 && key + '[two]' in gL10nData) {