Home
last modified time | relevance | path

Searched refs:mixedPieces (Results 1 – 4 of 4) sorted by relevance

/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js1118 var shortPieces = [], longPieces = [], mixedPieces = [],
1125 mixedPieces.push(this.months(mom, ''));
1126 mixedPieces.push(this.monthsShort(mom, ''));
1132 mixedPieces.sort(cmpLenRev);
1138 mixedPieces[i] = regexEscape(mixedPieces[i]); field
1141 this._monthsRegex = new RegExp('^(' + mixedPieces.join('|') + ')', 'i');
1607 var minPieces = [], shortPieces = [], longPieces = [], mixedPieces = [],
1618 mixedPieces.push(minp);
1619 mixedPieces.push(shortp);
1620 mixedPieces.push(longp);
[all …]
/plugin/edittable/lib/
Dhandsontable.full.js8162 var shortPieces = [], longPieces = [], mixedPieces = [],
8169 mixedPieces.push(this.months(mom, ''));
8170 mixedPieces.push(this.monthsShort(mom, ''));
8176 mixedPieces.sort(cmpLenRev);
8182 mixedPieces[i] = regexEscape(mixedPieces[i]); field
8185 this._monthsRegex = new RegExp('^(' + mixedPieces.join('|') + ')', 'i');
8717 var minPieces = [], shortPieces = [], longPieces = [], mixedPieces = [],
8728 mixedPieces.push(minp);
8729 mixedPieces.push(shortp);
8730 mixedPieces.push(longp);
[all …]
/plugin/zwidoku/files/
H A Djs.js1mixedPieces=[],i,mom;for(i=0;i<12;i++){mom=createUTC([2000,i]);shortPieces.push(this.monthsShort(m…
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js.map1mixedPieces = [],\n i, mom;\n for (i = 0; i < 12; i++) {\n // make th…