Searched refs:monthName (Results 1 – 3 of 3) sorted by relevance
/plugin/davcal/fullcalendar-3.10.5/ |
H A D | moment.js | 953 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 D | handsontable.full.js | 7997 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 D | bundle.js.map | 1 …monthName, format, strict) {\n var i, ii, mom, llc = monthName.toLocaleLowerCase();\n …
|