���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/wiki.craftaro.com/resources/src/mediawiki.cldr/index.js
���ѧ٧ѧ�
( function () { 'use strict'; /** * Namespace for CLDR-related utility methods. * * @class * @singleton */ mw.cldr = { /** * Get the plural form index for the number. * * In case none of the rules passed, we return `pluralRules.length` - * that means it is the "other" form. * * @param {number} number * @param {Array} pluralRules * @return {number} plural form index */ getPluralForm: function ( number, pluralRules ) { var i, pluralRuleParser = require( 'mediawiki.libs.pluralruleparser' ); for ( i = 0; i < pluralRules.length; i++ ) { if ( pluralRuleParser( pluralRules[ i ], number ) ) { break; } } return i; } }; }() );
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.01 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�