Searched refs:shortPieces (Results 1 – 4 of 4) sorted by relevance
/plugin/davcal/fullcalendar-3.10.5/ |
D | moment.js | 1118 var shortPieces = [], longPieces = [], mixedPieces = [], 1123 shortPieces.push(this.monthsShort(mom, '')); 1130 shortPieces.sort(cmpLenRev); 1134 shortPieces[i] = regexEscape(shortPieces[i]); field 1144 this._monthsShortStrictRegex = new RegExp('^(' + shortPieces.join('|') + ')', 'i'); 1607 var minPieces = [], shortPieces = [], longPieces = [], mixedPieces = [], 1616 shortPieces.push(shortp); 1625 shortPieces.sort(cmpLenRev); 1629 shortPieces[i] = regexEscape(shortPieces[i]); field 1639 this._weekdaysShortStrictRegex = new RegExp('^(' + shortPieces.join('|') + ')', 'i');
|
/plugin/edittable/lib/ |
D | handsontable.full.js | 8162 var shortPieces = [], longPieces = [], mixedPieces = [], 8167 shortPieces.push(this.monthsShort(mom, '')); 8174 shortPieces.sort(cmpLenRev); 8178 shortPieces[i] = regexEscape(shortPieces[i]); field 8188 this._monthsShortStrictRegex = new RegExp('^(' + shortPieces.join('|') + ')', 'i'); 8717 var minPieces = [], shortPieces = [], longPieces = [], mixedPieces = [], 8726 shortPieces.push(shortp); 8735 shortPieces.sort(cmpLenRev); 8739 shortPieces[i] = regexEscape(shortPieces[i]); field 8749 this._weekdaysShortStrictRegex = new RegExp('^(' + shortPieces.join('|') + ')', 'i');
|
/plugin/zwidoku/files/ |
H A D | js.js | 1 …shortPieces=[],longPieces=[],mixedPieces=[],i,mom;for(i=0;i<12;i++){mom=createUTC([2000,i]);shortP…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
D | bundle.js.map | 1 …shortPieces = [], longPieces = [], mixedPieces = [],\n i, mom;\n for (i = 0; i <…
|