Searched refs:monthName (Results 1 – 4 of 4) 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/ |
| D | handsontable.full.js | 7997 function handleStrictParse(monthName, format, strict) { argument 7998 var i, ii, mom, llc = monthName.toLocaleLowerCase(); 8038 function localeMonthsParse (monthName, format, strict) { argument 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/zwidoku/files/ |
| H A D | js.js | 1 …monthName,format,strict){var i,ii,mom,llc=monthName.toLocaleLowerCase();if(!this._monthsParse){thi…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …monthName, format, strict) {\n var i, ii, mom, llc = monthName.toLocaleLowerCase();\n …
|