Home
last modified time | relevance | path

Searched refs:monthName (Results 1 – 3 of 3) sorted by relevance

/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js953 function handleStrictParse(monthName, format, strict) { argument
954 var i, ii, mom, llc = monthName.toLocaleLowerCase();
994 function localeMonthsParse (monthName, format, strict) { argument
998 return handleStrictParse.call(this, monthName, format, strict);
1022 if (strict && format === 'MMMM' && this._longMonthsParse[i].test(monthName)) {
1024 } else if (strict && format === 'MMM' && this._shortMonthsParse[i].test(monthName)) {
1026 } else if (!strict && this._monthsParse[i].test(monthName)) {
/plugin/edittable/lib/
H A Dhandsontable.full.js7997 function handleStrictParse(monthName, format, strict) {
7998 var i, ii, mom, llc = monthName.toLocaleLowerCase();
8038 function localeMonthsParse (monthName, format, strict) {
8042 return handleStrictParse.call(this, monthName, format, strict);
8066 if (strict && format === 'MMMM' && this._longMonthsParse[i].test(monthName)) {
8068 } else if (strict && format === 'MMM' && this._shortMonthsParse[i].test(monthName)) {
8070 } else if (!strict && this._monthsParse[i].test(monthName)) {
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1monthName, format, strict) {\n var i, ii, mom, llc = monthName.toLocaleLowerCase();\n …