sugar-rails 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Sugar
2
2
  module Rails
3
- VERSION = "1.0.0"
3
+ VERSION = "1.1.0"
4
4
  end
5
5
  end
@@ -1,97 +1,93 @@
1
1
  /*
2
- * Sugar Library v1.0
2
+ * Sugar Library v1.1
3
3
  *
4
4
  * Freely distributable and licensed under the MIT-style license.
5
5
  * Copyright (c) 2011 Andrew Plummer
6
6
  * http://sugarjs.com/
7
7
  *
8
8
  * ---------------------------- */
9
- (function(){function m(a,b,c,d){var e=b?a.prototype:a;ma(a,b,d);t(d,function(g,h){if(typeof c==="function")l(e,g,na(e[g],h,c));else if(c===true||!e[g])l(e,g,h);a.SugarMethods[g]={instance:b,method:h}})}function ma(a){if(!a.SugarMethods){a.SugarMethods={};l(a,"sugar",function(){var b=arguments,c=b.length===0,d=false;a===Object&&c&&oa();t(a.SugarMethods,function(e,g){if(c||v(b,e)){l(g.instance?a.prototype:a,e,g.method);d=true}});return d})}}function na(a,b,c){return function(){return a&&(c===true||
10
- c.apply(this,arguments))?a.apply(this,arguments):b.apply(this,arguments)}}function l(a,b,c){if(V)Object.defineProperty(a,b,{value:c,configurable:true,enumerable:false,writable:true});else a[b]=c}function t(a,b){var c=0,d;for(d in a)if(a.hasOwnProperty(d)){b.call(a,d,a[d],c);c++}}function G(a,b){if(typeof a=="object"&&typeof b=="object"&&a!==null&&b!==null){for(var c in a)if(a.hasOwnProperty(c))if(!b.hasOwnProperty(c)||!G(a[c],b[c]))return false;return Object.keys(a).length===Object.keys(b).length}else return a===
11
- b}function x(a,b,c,d){return a===b?true:Object.isRegExp(b)?b.test(a):Object.isFunction(b)?b.apply(c,[a].concat(d)):typeof b==="object"?G(b,a):false}function z(a,b,c,d){var e=a[0];if(a.length===0)return b;else if(!Object.isFunction(e)&&!Object.isString(e))throw new TypeError("First argument must be a function or a string");return Object.isFunction(e)?e.apply(c,[b].concat(d)):typeof b[e]=="function"?b[e].call(b):b[e]}function s(a,b){k(A(Array.prototype.slice.call(a)),b)}function W(a,b,c){var d=[],e=
12
- a.length,g=b[b.length-1]!==false,h;s(b,function(f){if(typeof f==="boolean")return false;if(g){f%=e;if(f<0)f=e+f}h=c?a.charAt(f)||"":a[f];d.push(h)});return d.length<2?d[0]:d}function P(a,b){return Object.prototype.toString.call(a)==="[object "+b+"]"}function H(a,b,c){var d;d=Array.isArray(a)?[]:c?Object.extended():{};t(a,function(e,g){d[e]=b&&(Object.isObject(g)||Array.isArray(g))?H(g,b,c):g});return d}function X(a,b,c,d){var e=/^(.+?)(\[.*\])$/,g,h,f;if(d!==false&&(h=b.match(e))){f=h[1];b=h[2].replace(/^\[|\]$/g,
13
- "").split("][");k(b,function(i){g=!i||i.match(/^\d+$/);if(!f&&Object.isArray(a))f=a.length;a[f]||(a[f]=g?[]:{});a=a[f];f=i});if(!f&&g)f=a.length.toString();X(a,f,c)}else a[b]=c.match(/^\d+$/)?parseInt(c):c==="true"?true:c==="false"?false:c}function B(a){var b=this;t(a,function(c,d){b[c]=d})}function oa(){Y.each(function(a){l(Object.prototype,"is"+a,function(){return Object["is"+a](this)})});Z.each(function(a){l(Object.prototype,a,B.prototype[a])});l(Object.prototype,"clone",function(a){return H(this,
14
- a,true)})}function k(a,b,c,d,e){var g,h;I(b);h=isNaN(c)?0:parseInt(c>>0);for(g=d===true?a.length+h:a.length;h<g;){c=h%a.length;if(!(c in a)&&e===true)return pa(a,b,h,d);else if(b.call(a,a[c],c,a)===false)break;h++}}function v(a,b,c,d,e){var g,h;k(a,function(f,i,j){if(x(f,b,j,[i,j])){g=f;h=i;return false}},c,d);return e?h:g}function y(a){var b=[];a.each(function(c){v(b,c)===undefined&&b.push(c)});return b}function A(a){var b=[];k(a,function(c){if(Array.isArray(c))b=b.concat(A(c));else b.push(c)});
15
- return b}function I(a){if(!a||!a.call)throw new TypeError("Callback is not callable");}function J(a){if(a.length===0)throw new TypeError("First argument must be defined");}function pa(a,b,c){var d=[],e;for(e in a)e in a&&e>>>0==e&&e!=4294967295&&e>=c&&d.push(e.toNumber());d.sort().each(function(g){return b.call(a,a[g],g,a)});return a}function K(a,b,c,d){var e=c==="max",g=c==="min",h=e?-Infinity:Infinity,f=[];t(a,function(i){i=a[i];var j=z(b,i,d);if(!(j===undefined||j===null))if(j===h)f.push(i);else if(e&&
16
- j>h||g&&j<h){f=[i];h=j}});return f}function r(a,b,c){c=Math[c||"round"];var d=Math.pow(10,(b||0).abs());if(b<0)d=1/d;return c(a*d)/d}function $(a,b,c,d){var e=[];a=parseInt(a);for(var g=d>0;g&&a<=b||!g&&a>=b;){e.push(a);c&&c.call(this,a);a+=d}return e}function qa(a,b){function c(){return L(arguments)[d](-this)}var d="add"+a.capitalize()+"s",e=function(){return r(this*b)},g=function(){return L(arguments)[d](this)};l(Number.prototype,a,e);l(Number.prototype,a+"s",e);l(Number.prototype,a+"Before",c);
17
- l(Number.prototype,a+"sBefore",c);l(Number.prototype,a+"Ago",c);l(Number.prototype,a+"sAgo",c);l(Number.prototype,a+"After",g);l(Number.prototype,a+"sAfter",g);l(Number.prototype,a+"FromNow",g);l(Number.prototype,a+"sFromNow",g)}function aa(a,b,c,d){var e=Array.prototype.slice.call(b).join("");e=e.replace(/all/,"").replace(/(\w)lphabet|umbers?|atakana|paces?|unctuation/g,"$1");return a.replace(c,function(g){return d[g]&&(!e||e.has(d[g].type))?d[g].to:g})}function w(a,b,c){ba[b]={type:a,to:c};ca[c]=
18
- {type:a,to:b}}function M(a,b,c,d){var e=String(b);if(e!=b)e="";Object.isNumber(c)||(c=1);Object.isNumber(d)||(d=1);return e.repeat(c)+a+e.repeat(d)}function da(a){var b=Date.addFormat,c=a.code;if(!a.formatsAdded){b("("+a.months.join("|")+")",["month"],c);b("("+a.weekdays.join("|")+")",["weekday"],c);b("("+a.modifiers.filter(function(d){return d.name==="day"}).map("text").join("|")+")",["day"],c);k(a.formats,function(d){var e=[];d=d.replace(/\s+/g,"[-,. ]*");d=d.replace(/\{(.+?)\}/g,function(g,h){var f=
19
- h.match(/\?$/),i=h.match(/(\d)(?:-(\d))?/),j=h.match(/^\d+$/),o=h.replace(/[^a-z]+$/,""),n,p;if(o==="time"){e=e.concat(Q);return f?ea:R}if(j)n=a.optionals[j[0]-1];else if(a[o])n=a[o];else if(a[o+"s"]){n=a[o+"s"];if(i){p=[];k(n,function(u,ra){var fa=ra%(a.units?8:n.length);if(fa>=i[1]&&fa<=(i[2]||i[1]))p.push(u)});n=p}n=n.compact().join("|")}if(j)return"(?:"+n+")?";else{e.push(o);return"("+n+")"+(f?"?":"")}});b(d,e,c)});a.formatsAdded=true}}function C(a,b,c){if(b&&(!Object.isString(a)||!a))a=Date.currentLocale;
20
- a&&!S[a]&&sa(a,c);return S[a]}function sa(a,b){function c(g,h){g=g.split("+").map(function(f){return f.replace(/(.+):(.+)$/,function(i,j,o){return o.split("|").map(function(n){return j+n}).join("|")})}).join("|");return k(g.split("|"),h)}function d(g,h,f){var i=[];if(b[g]){k(b[g],function(j,o){c(j,function(n,p){i[p*f+o]=n.toLowerCase()})});if(h)i=i.concat(b[g].map(function(j){return j.slice(0,3).toLowerCase()}));return b[g]=i}}function e(g,h){var f="[0-9\uff10-\uff19]"+(g?"{"+g+","+h+"}":"+");if(b.digits)f+=
21
- "|["+b.digits+"]+";return f}b=b||ta(a);if(!b)throw Error("Invalid locale.");if(b.numbersAreDigits)b.digits=b.numbers.join("");d("months",true,12);d("weekdays",true,7);d("units",false,8);d("numbers",false,10);b.code=a;b.date=e(1,2);b.year=e(4,4);b.num=function(){var g=[e()].concat(b.articles);b.digits||(g=g.concat(b.numbers));return g.compact().join("|")}();(function(){var g=[];b.modifiersByName={};k(b.modifiers,function(h){c(h.text,function(f){b.modifiersByName[f]=h;g.push({name:h.name,text:f,value:h.value})})});
22
- g.groupBy("name",function(h,f){f=f.map("text");if(h==="day")f=f.concat(b.weekdays);b[h]=f.join("|")});b.modifiers=g})();if(b.monthSuffix){b.month=e(1,2);b.months=(1).upto(12).map(function(g){return g+b.monthSuffix})}S[a]=new ga(b)}function ta(a){function b(e){return!!(d[0]&Math.pow(2,e-1))}if(a.slice(0,3)=="en-")a="en";if(!ha[a])return null;var c={modifiers:[]},d=ha[a].split(";");k(["months","weekdays","units","numbers","articles","optionals","formats"],function(e,g){c[e]=d[g+2]?d[g+2].split(","):
23
- []});c.outputFormat=d[9];k(["day","sign","shift","edge"],function(e,g){d[g+10]&&k(d[g+10].split(","),function(h,f){h&&c.modifiers.push({name:e,text:h,value:f-2})})});if(b(1)){c.numbersAreDigits=true;c.monthSuffix=d[1]}c.capitalizeUnit=a=="de";c.hasPlural=b(2);c.pastFormat=c.formats[0];c.futureFormat=c.formats[b(3)?1:0];return c}function ua(a){if(!a)a=Date.currentLocale;return a!="en"&&a!="en-US"}function ga(a){Object.merge(this,a)}function D(a){var b;if(typeof a[0]==="object")return a;else if(a.length==
24
- 1&&Object.isNumber(a[0]))return[a[0]];b={};k(ia,function(c,d){b[c.unit]=a[d]});return[b]}function va(a,b){var c={},d,e;k(b,function(g,h){d=a[h+1];if(d!==undefined){d=d.hankaku("n");if(g==="year")c.yearAsString=d;if(g==="millisecond")d*=Math.pow(10,3-d.length);e=parseFloat(d);c[g]=!isNaN(e)?e:d.toLowerCase()}});return c}function ja(a,b){var c=new Date,d=false,e,g,h,f,i,j,o;if(Object.isDate(a))c=a;else if(Object.isNumber(a))c=new Date(a);else if(Object.isObject(a)){c=(new Date).set(a,true);f=a}else if(Object.isString(a)){da(C(b,
25
- true));g=ua(b);a=a.trim().replace(/\.+$/,"").replace(/^now$/,"");k(ka,function(n){var p;var u=n.reg;if(!a||!a.match)p=null;else{if((p=a.match(u))&&!RegExp.NPCGSupport&&!u.global)for(u=1;u<p.length;u++)if(p[u]==="")p[u]=undefined;p=p}if(p){h=n;f=va(p,h.to);e=C(h.locale,true);if(h.variant&&!Object.isString(f.month)&&(Object.isString(f.date)||g)){o=f.month;f.month=f.date;f.date=o}if(f.year&&f.yearAsString.length===2)f.year=r((new Date).getFullYear()/100)*100-r(f.year/100)*100+f.year;if(f.month){f.month=
26
- e.getMonth(f.month);if(f.shift&&!f.unit)f.unit="year"}if(f.weekday&&f.date)delete f.weekday;else if(f.weekday){f.weekday=e.getWeekday(f.weekday);if(f.shift&&!f.unit)f.unit="week"}if(f.day&&(o=e.modifiersByName[f.day])){f.day=o.value;c.resetTime();d=true}else if(f.day&&(o=e.getWeekday(f.day))>-1){delete f.day;f.weekday=o}if(f.date&&!Object.isNumber(f.date))f.date=e.getNumericDate(f.date);if(f.meridian)if(f.meridian==="pm"&&f.hour<12)f.hour+=12;if(f.offset_hours||f.offset_minutes){f.utc=true;f.offset_minutes=
27
- f.offset_minutes||0;f.offset_minutes+=f.offset_hours*60;if(f.offset_sign==="-")f.offset_minutes*=-1;f.minute-=f.offset_minutes}if(f.unit){d=true;j=e.getNumber(f.num);i=e.getEnglishUnit(f.unit);if(f.shift||f.edge){j*=(o=e.modifiersByName[f.shift])?o.value:0;if(i==="month"&&f.date!==undefined){c.set({day:f.date},true);delete f.date}if(i==="year"&&f.month!==undefined){c.set({month:f.month,day:f.date},true);delete f.month;delete f.date}}if(f.sign&&(o=e.modifiersByName[f.sign]))j*=o.value;if(f.weekday!==
28
- undefined){c.set({weekday:f.weekday},true);delete f.weekday}f[i]=(f[i]||0)+j}if(f.year_sign==="-")f.year*=-1;return false}});if(h)if(d)c.advance(f);else f.utc?c.setUTC(f,true):c.set(f,true);else c=a?new Date(a):new Date;if(f&&f.edge){o=e.modifiersByName[f.edge];k(N.slice(4),function(n){if(f[n.unit]!==undefined){i=n.unit;return false}});if(i==="year")f.specificity="month";else if(i==="month"||i==="week")f.specificity="day";c[(o.value<0?"endOf":"beginningOf")+i.capitalize()]();o.value===-2&&c.resetTime()}}return{date:c,
29
- set:f}}function T(a,b,c,d){var e,g=C(d,true),h=/^[A-Z]/,f,i;if(a.isValid())if(Date[b])b=Date[b];else{if(typeof b=="function"){e=la(a);b=b.apply(a,e.concat(g))}}else return"Invalid Date";if(!b&&!c)b=g.outputFormat;else if(!b&&c){e=e||la(a);if(e[1]===0){e[1]=1;e[0]=1}return g.relative(e[0],e[1],e[2])}k(wa,function(j){b=b.replace(RegExp("\\{("+j.token+")(\\d)?\\}",j.caps?"":"i"),function(o,n,p){p=p||1;i=n.length;f=j.format.call(null,a,"");if(j.pad&&n.length===2)f=f.pad(j.pad);if(j.weekdays){f=g.weekdays[f+
30
- (p-1)*7];if(i===3)f=f.slice(0,3);if(h.test(n))f=f.capitalize()}if(j.months){f=g.months[f+(p-1)*12];if(i===3)f=f.slice(0,3);if(h.test(n))f=f.capitalize()}if(j.meridian){if(i===1)f=f.to(1);if(h.test(n))f=f.toUpperCase()}return f})});return b}function xa(a,b,c){var d=ja(b),e=0,g=b=0,h;if(c>0){b=g=c;h=true}if(!d.date.isValid())return false;if(d.set&&d.set.specificity){k(E,function(i){if(i.unit===d.set.specificity)e=i.multiplier(d.date,a-d.date)-1});if(d.set.edge||d.set.shift)d.date["beginningOf"+d.set.specificity.capitalize()]();
31
- if(!h&&d.set.sign&&d.set.specificity!="millisecond"){b=50;g=-50}}c=a.getTime();h=d.date.getTime();var f=h+e;return c>=h-b&&c<=f+g}function O(a,b,c,d,e){if(Object.isNumber(b)&&e)b={milliseconds:b};else if(Object.isNumber(b)){a.setTime(b);return a}if(b.date)b.day=b.date;if(!e&&b.day===undefined&&b.weekday!==undefined){q(a,"set",d,"Weekday",b.weekday);b.day=q(a,"get",d,"Date");delete b.weekday}k(N,function(g){if(b[g.unit]!==undefined||b[g.unit+"s"]!==undefined){b.specificity=g.unit;return false}else if(c&&
32
- g.unit!=="week"&&g.unit!=="year")q(a,"set",d,g.method,g.unit==="day"?1:0)});e&&b.month!==undefined&&ya(a,b,e);k(E,function(g){var h=g.unit;g=g.method;var f=b[h]!==undefined?b[h]:b[h+"s"];if(f!==undefined){if(e){if(h==="week"){f=(b.day||0)+f*7;g="Date"}f=f*e+q(a,"get","",g)}q(a,"set",d,g,f)}});return a}function q(a,b,c,d,e){return a[b+(c?"UTC":"")+d](e)}function la(a){var b;a=a.millisecondsFromNow();var c=a.abs(),d=c,e=0;k(N.from(1),function(g,h){b=r(c/g.multiplier(),1).floor();if(b>=1){d=b;e=h+1}});
33
- return[d,e,a]}function ya(a,b,c){var d=a.getDate();if(!(d<29||b.specificity!="month"&&b.specificity!="year")){b=(new Date(a.getFullYear()+(b.year*c||0),a.getMonth()+b.month*c)).daysInMonth();b<d&&a.setDate(b)}}function L(a){var b;b=Object.isNumber(a[1])?D(a)[0]:a[0];return ja(b,a[1]).date}function U(a,b,c,d,e){if(!a.timers)a.timers=[];var g=setTimeout(function(){c.apply(d,e);a.timers.remove(g)},b);a.timers.push(g)}var V=Object.defineProperty&&Object.defineProperties;B.prototype.constructor=Object;
34
- m(B,true,false,{clone:function(a){return H(this,a,true)}});var Y=["Array","Boolean","Date","Function","Number","String","RegExp"],Z=["keys","values","each","merge","isEmpty","equals","watch"];m(Object,false,false,{extended:function(a){return new B(a)},isObject:function(a){return a===null||a===undefined?false:P(a,"Object")&&a.constructor===Object},each:function(a,b){b&&t(a,function(c,d){b.call(a,c,d,a)});return a},merge:function(){var a=arguments[0];s(arguments,function(b){typeof b==="object"&&t(b,
35
- function(c,d){a[c]=d})});return a},isEmpty:function(a){if(!a)return true;return G(a,{})},equals:function(a,b){return G(a,b)},values:function(a,b){var c=[];t(a,function(d,e){c.push(e);b&&b.call(a,e)});return c},clone:H,fromQueryString:function(a,b){var c=Object.extended();a=a&&a.toString?a.toString():"";a.replace(/^.*?\?/,"").unescapeURL().split("&").each(function(d){d=d.split("=");d.length===2&&X(c,d[0],d[1],b)});return c}});m(Object,false,function(){return arguments.length<2},{keys:function(a,b){if(a===
36
- null||typeof a!="object")throw new TypeError("Object required");var c=[];t(a,function(d){c.push(d);b&&b.call(a,d)});return c}});m(Array,false,false,{create:function(){var a=[];s(arguments,function(b){if(b&&b.callee)b=Array.prototype.slice.call(b);a=a.concat(b)});return a},isArray:function(a){return P(a,"Array")}});m(Array,true,function(){var a=arguments;return a.length===0||Object.isFunction(a[0])},{every:function(a,b){var c=this.length,d=0;for(J(arguments);d<c;){if(d in this&&!x(this[d],a,b,[d,this]))return false;
37
- d++}return true},some:function(a,b){var c=this.length,d=0;for(J(arguments);d<c;){if(d in this&&x(this[d],a,b,[d,this]))return true;d++}return false},map:function(a,b){var c=this.length,d=0,e=Array(c);for(J(arguments);d<c;){if(d in this)e[d]=z(arguments,this[d],b,[d,this]);d++}return e},filter:function(a,b){var c=this.length,d=0,e=[];for(J(arguments);d<c;){d in this&&x(this[d],a,b,[d,this])&&e.push(this[d]);d++}return e}});m(Array,true,false,{indexOf:function(a,b){var c=this.length,d=isNaN(b)?0:parseInt(b>>
38
- 0);if(Object.isString(this))return this.indexOf(a,b);if(d<0)d=Math.max(c+d,0);if(c==0||d>c)return-1;for(;d<c;){if(d in this&&this[d]===a)return d;d++}return-1},lastIndexOf:function(a,b){var c=this.length,d=isNaN(b)?c:parseInt(b>>0);if(Object.isString(this))return this.lastIndexOf(a,b);if(d<0)d=c+d;if(c==0||d<0)return-1;for(;d>=0;){if(d in this&&this[d]===a)return d;d--}return-1},forEach:function(a,b){var c=this.length,d=0;for(I(a);d<c;){d in this&&a.call(b,this[d],d,this);d++}},reduce:function(a,
39
- b){var c=this.length,d=0,e=arguments.length>1&&b;I(a);if(c==0&&!e)throw new TypeError("Reduce called on empty array with no initial value");else if(e)e=e;else{e=this[d];d++}for(;d<c;){if(d in this)e=a.call(undefined,e,this[d],d,this);d++}return e},reduceRight:function(a,b){var c=this.length,d=c-1,e=arguments.length>1&&b;I(a);if(c==0&&!e)throw new TypeError("Reduce called on empty array with no initial value");else if(e)c=e;else{c=this[d];d--}for(;d>=0;){if(d in this)c=a.call(undefined,c,this[d],d,
40
- this);d--}return c},each:function(a,b,c){k(this,a,b,c,true);return this},find:function(a,b,c){return v(this,a,b,c)},findAll:function(a,b,c){var d=[];k(this,function(e,g,h){x(e,a,h,[g,h])&&d.push(e)},b,c);return d},count:function(a){if(a===undefined)return this.length;return this.findAll(a).length},none:function(){return!this.any.apply(this,arguments)},remove:function(){var a,b=this;s(arguments,function(c){for(a=0;a<b.length;)if(x(b[a],c,b,[a,b]))b.splice(a,1);else a++});return b},removeAt:function(a,
41
- b){if(a===undefined)return this;if(b===undefined)b=a;for(var c=0;c<=b-a;c++)this.splice(a,1);return this},add:function(a,b){if(!Object.isNumber(b)||isNaN(b))b=this.length;Array.prototype.splice.apply(this,[b,0].concat(a));return this},include:function(a,b){return this.clone().add(a,b)},exclude:function(){return Array.prototype.remove.apply(this.clone(),arguments)},clone:function(){return this.concat()},unique:function(){return y(this)},union:function(){var a=this;s(arguments,function(b){a=a.concat(b)});
42
- return y(a)},intersect:function(){var a=[],b=arguments;this.each(function(c){s(b,function(d){Array.isArray(d)||(d=[d]);v(a,c)===undefined&&v(d,c)!==undefined&&a.push(c)})});return a},subtract:function(){var a=this.clone();s(arguments,function(b){Array.isArray(b)||(b=[b]);b.each(function(c){a.remove(c)})});return a},at:function(){return W(this,arguments)},first:function(a){if(a===undefined)return this[0];if(a<0)a=0;return this.slice(0,a)},last:function(a){if(a===undefined)return this[this.length-1];
43
- return this.slice(this.length-a<0?0:this.length-a)},from:function(a){return this.slice(a)},to:function(a){if(a===undefined)a=this.length;return this.slice(0,a)},min:function(){return y(K(this,arguments,"min"))},max:function(){return y(K(this,arguments,"max"))},least:function(){var a=A(K(this.groupBy.apply(this,arguments),["length"],"min"));return a.length===this.length?[]:y(a)},most:function(){var a=A(K(this.groupBy.apply(this,arguments),["length"],"max"));return a.length===this.length?[]:y(a)},sum:function(a){a=
44
- a?this.map(a):this;return a.length>0?a.reduce(function(b,c){return b+c}):0},average:function(a){a=a?this.map(a):this;return a.length>0?a.sum()/a.length:0},groupBy:function(a,b){var c=Object.extended(),d=arguments,e;k(this,function(g){e=z(d,g);c[e]||(c[e]=[]);c[e].push(g)});return c.each(b)},inGroups:function(a,b){var c=arguments.length>1,d=this,e=[],g=(this.length/a).ceil();(0).upto(a-1,function(h){h=h*g;var f=d.slice(h,h+g);c&&f.length<g&&(g-f.length).times(function(){f=f.add(b)});e.push(f)});return e},
45
- inGroupsOf:function(a,b){if(this.length===0||a===0)return this;if(a===undefined)a=1;if(b===undefined)b=null;var c=[],d=null;this.each(function(e,g){if(g%a===0){d&&c.push(d);d=[]}if(e===undefined)e=b;d.push(e)});if(!this.length.isMultipleOf(a)){(a-this.length%a).times(function(){d.push(b)});this.length+=a-this.length%a}d.length>0&&c.push(d);return c},compact:function(a){var b=[];k(this,function(c){if(Array.isArray(c))b.push(c.compact());else if(a&&c)b.push(c);else if(!a&&c!==undefined&&c!==null&&(typeof c!=
46
- "number"||!isNaN(c)))b.push(c)});return b},isEmpty:function(){return this.compact().length==0},flatten:function(){return A(this)},sortBy:function(a,b){var c=arguments;this.sort(function(d,e){var g=z(c,d),h=z(c,e),f=typeof g=="number";return f&&b?h-g:f&&!b?g-h:g===h?0:b?g<h?1:-1:g<h?-1:1});return this},randomize:function(){for(var a=this.concat(),b,c,d=a.length;d;b=parseInt(Math.random()*d),c=a[--d],a[d]=a[b],a[b]=c);return a}});m(Array,true,false,{all:Array.prototype.every,any:Array.prototype.some,
47
- has:Array.prototype.some,insert:Array.prototype.add});m(Number,false,false,{random:function(a,b){var c;if(arguments.length==1){b=a;a=0}c=Math.min(a||0,b||1);return r(Math.random()*(Math.max(a||0,b||1)-c)+c)}});m(Number,true,false,{toNumber:function(){return parseFloat(this,10)},ceil:function(a){return r(this,a,"ceil")},floor:function(a){return r(this,a,"floor")},abs:function(){return Math.abs(this)},pow:function(a){if(a===undefined||a==null)a=1;return Math.pow(this,a)},round:function(a){return r(this,
48
- a,"round")},chr:function(){return String.fromCharCode(this)},isOdd:function(){return!this.isMultipleOf(2)},isEven:function(){return this.isMultipleOf(2)},isMultipleOf:function(a){return this%a===0},upto:function(a,b,c){return $(this,a,b,c||1)},downto:function(a,b,c){return $(this,a,b,-(c||1))},times:function(a){if(a)for(var b=0;b<this;b++)a.call(this,b);return this.toNumber()},ordinalize:function(){var a;if(this>=11&&this<=13)a="th";else switch(this%10){case 1:a="st";break;case 2:a="nd";break;case 3:a=
49
- "rd";break;default:a="th"}return this.toString()+a},pad:function(a,b,c){c=c||10;c=this.toNumber()===0?"":this.toString(c).replace(/^-/,"");c=M(c,"0",a-c.replace(/\.\d+$/,"").length,0);if(b||this<0)c=(this<0?"-":"+")+c;return c},format:function(a,b){a=a||",";b=b||".";var c=this.toString().split("."),d=c[0];c=c.length>1?b+c[1]:"";for(var e=/(\d+)(\d{3})/;e.test(d);)d=d.replace(e,"$1"+a+"$2");return d+c},hex:function(a){return this.pad(a||1,false,16)}});var F=function(){return"\t\n\u000b\u000c\r \u00a0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u2028\u2029\u3000\ufeff"},
50
- za=[{names:["Arabic"],source:"\u0600-\u06ff"},{names:["Cyrillic"],source:"\u0400-\u04ff"},{names:["Devanagari"],source:"\u0900-\u097f"},{names:["Greek"],source:"\u0370-\u03ff"},{names:["Hangul"],source:"\uac00-\ud7af\u1100-\u11ff"},{names:["Han","Kanji"],source:"\u4e00-\u9fff\uf900-\ufaff"},{names:["Hebrew"],source:"\u0590-\u05ff"},{names:["Hiragana"],source:"\u3040-\u309f\u30fb-\u30fc"},{names:["Kana"],source:"\u3040-\u30ff\uff61-\uff9f"},{names:["Katakana"],source:"\u30a0-\u30ff\uff61-\uff9f"},
51
- {names:["Latin"],source:"\u0000-\u0080-\u00ff\u0100-\u017f\u0180-\u024f"},{names:["Thai"],source:"\u0e00-\u0e7f"}],Aa=[{type:"a",shift:65248,start:65,end:90},{type:"a",shift:65248,start:97,end:122},{type:"n",shift:65248,start:48,end:57},{type:"p",shift:65248,start:33,end:47},{type:"p",shift:65248,start:58,end:64},{type:"p",shift:65248,start:91,end:96},{type:"p",shift:65248,start:123,end:126}],ba={},ca={},Ba=/[\u0020-\u00A5]|[\uFF61-\uFF9F][\uff9e\uff9f]?/g,Ca=/[\u3000-\u301C]|[\u301A-\u30FC]|[\uFF01-\uFF60]|[\uFFE0-\uFFE6]/g,
52
- Da=/[\u30ab\u30ad\u30af\u30b1\u30b3\u30b5\u30b7\u30b9\u30bb\u30bd\u30bf\u30c1\u30c4\u30c6\u30c8\u30cf\u30d2\u30d5\u30d8\u30db]/,Ea=/[\u30cf\u30d2\u30d5\u30d8\u30db\u30f2]/;m(String,true,false,{escapeRegExp:function(){return RegExp.escape(this)},escapeURL:function(a){return a?encodeURIComponent(this):encodeURI(this)},unescapeURL:function(a){return a?decodeURI(this):decodeURIComponent(this)},escapeHTML:function(){return this.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;")},unescapeHTML:function(){return this.replace(/&lt;/g,
53
- "<").replace(/&gt;/g,">").replace(/&amp;/g,"&")},encodeBase64:function(){return btoa(this)},decodeBase64:function(){return atob(this)},capitalize:function(a){a=a?/\b[a-z]/g:/^[a-z]/;return this.toLowerCase().replace(a,function(b){return b.toUpperCase()})},pad:function(a,b){return M(this,a,b,b)},padLeft:function(a,b){return M(this,a,b,0)},padRight:function(a,b){return M(this,a,0,b)},repeat:function(a){if(!Object.isNumber(a)||a<1)return"";for(var b="",c=0;c<a;c++)b+=this;return b},each:function(a,b){if(Object.isFunction(a)){b=
54
- a;a=/./g}else if(a)if(Object.isString(a))a=RegExp(RegExp.escape(a),"gi");else{if(Object.isRegExp(a))a=a.addFlag("g")}else a=/./g;var c=this.match(a)||[];if(b)for(var d=0;d<c.length;d++)c[d]=b.call(this,c[d],d)||c[d];return c},shift:function(a){var b="";a=a||0;this.codes(function(c){b+=(c+a).chr()});return b},codes:function(a){for(var b=[],c=0;c<this.length;c++){var d=this.charCodeAt(c);b.push(d);a&&a.call(this,d,c)}return b},chars:function(a){return this.trim().each(a)},words:function(a){return this.trim().each(/\S+/g,
55
- a)},lines:function(a){return this.trim().each(/^.*$/gm,a)},paragraphs:function(a){var b=this.trim().split(/[\r\n]{2,}/);return b=b.map(function(c){if(a)var d=a.call(c);return d?d:c})},startsWith:function(a,b){if(b===undefined)b=true;var c=Object.isRegExp(a)?a.source.replace("^",""):RegExp.escape(a);return RegExp("^"+c,b?"":"i").test(this)},endsWith:function(a,b){if(b===undefined)b=true;var c=Object.isRegExp(a)?a.source.replace("$",""):RegExp.escape(a);return RegExp(c+"$",b?"":"i").test(this)},isBlank:function(){return this.trim().length===
56
- 0},has:function(a){return this.search(a)!==-1},add:function(a,b){return this.split("").add(a,b).join("")},remove:function(a){return this.replace(a,"")},hankaku:function(){return aa(this,arguments,Ca,ca)},zenkaku:function(){return aa(this,arguments,Ba,ba)},hiragana:function(a){var b=this;if(a!==false)b=b.zenkaku("k");return b.replace(/[\u30A1-\u30F6]/g,function(c){return c.shift(-96)})},katakana:function(){return this.replace(/[\u3041-\u3096]/g,function(a){return a.shift(96)})},toNumber:function(a){var b=
57
- this.replace(/,/g,"");return b.match(/\./)?parseFloat(b):parseInt(b,a||10)},reverse:function(){return this.split("").reverse().join("")},compact:function(){return this.replace(/[\r\n]/g,"").trim().replace(/([\s\u3000])+/g,"$1")},at:function(){return W(this,arguments,true)},first:function(a){a=a===undefined?1:a;return this.substr(0,a)},last:function(a){a=a===undefined?1:a;return this.substr(this.length-a<0?0:this.length-a)},from:function(a){return this.slice(a)},to:function(a){if(a===undefined)a=this.length;
58
- return this.slice(0,a)},toDate:function(a){return L([this.toString(),a])},dasherize:function(){return this.underscore().replace(/_/g,"-")},underscore:function(){return this.replace(/([a-z])([A-Z])/g,"$1_$2").replace(/[-\s]/g,"_").toLowerCase()},camelize:function(a){for(var b=this.dasherize().split("-"),c="",d=0;d<b.length;d++)c+=a===false&&d===0?b[d].toLowerCase():b[d].substr(0,1).toUpperCase()+b[d].substr(1).toLowerCase();return c},spacify:function(){return this.underscore().replace(/_/g," ")},stripTags:function(){var a=
59
- this;s(arguments.length>0?arguments:[""],function(b){a=a.replace(RegExp("</?"+b.escapeRegExp()+"[^<>]*>","gi"),"")});return a},removeTags:function(){var a=this;s(arguments.length>0?arguments:["\\S+"],function(b){a=a.replace(RegExp("<("+b+")[^<>]*(?:\\/>|>.*?<\\/\\1>)","gi"),"")});return a},truncate:function(a,b,c){var d;b=b===undefined?"...":String(b);a-=b.length;if(this.length<=a)return this.toString();d=/^(.)\1+$/.test(b)?b.slice(0,1):"";for(d=RegExp("[^"+F()+d+"]["+F()+d+"]");a>0&&!d.test(this.slice(a-
60
- 1,a+1))&&c!==true;)a--;return this.slice(0,a)+(a>0?b:"")},assign:function(){var a=Object.extended();s(arguments,function(b,c){if(Object.isObject(b))a.merge(b);else a[c+1]=b});return this.replace(/\{(.+?)\}/g,function(b,c){return a[c]||b})}});m(String,true,function(a){return!Object.isRegExp(a)},{split:function(a,b){var c=[],d=0,e=(a.ignoreCase?"i":"")+(a.multiline?"m":"")+(a.sticky?"y":"");a=a.addFlag("g");var g,h,f;RegExp.NPCGSupport||(g=RegExp("^"+a.source+"$(?!\\s)",e));if(b===undefined||+b<0)b=
61
- Infinity;else{b=(+b).floor();if(!b)return[]}for(;h=a.exec(this);){e=h.index+h[0].length;if(e>d){c.push(this.slice(d,h.index));!RegExp.NPCGSupport&&h.length>1&&h[0].replace(g,function(){for(var i=1;i<arguments.length-2;i++)if(arguments[i]===undefined)h[i]=undefined});h.length>1&&h.index<this.length&&Array.prototype.push.apply(c,h.slice(1));f=h[0].length;d=e;if(c.length>=b)break}a.lastIndex===h.index&&a.lastIndex++}if(d===this.length){if(f||!a.test(""))c.push("")}else c.push(this.slice(d));return c.length>
62
- b?c.slice(0,b):c}});m(String,true,false,{insert:String.prototype.add});var Q=["hour","minute","second","millisecond","meridian","utc","offset_sign","offset_hours","offset_minutes"],R="(\\d{1,2}):?(\\d{2})?:?(\\d{2})?(?:\\.(\\d{1,6}))?(am|pm)?(?:(Z)|(?:([+-])(\\d{2})(?::?(\\d{2}))?)?)?",ea="\\s*(?:(?:t|at |\\s+)"+R+")?",ka=[],ia,N,Fa=[{src:"(\\d{4})",to:["year"]},{src:"([+-])?(\\d{4})[-.]?({month})[-.]?(\\d{1,2})?",to:["year_sign","year","month","date"]},{src:"(\\d{1,2})[-.\\/]({month})[-.\\/]?(\\d{2,4})?",
63
- to:["month","date","year"],variant:true}],wa=[{token:"millisec(?:onds?)?|ms(?:ms)?",pad:3,format:function(a,b){return q(a,"get",b,"Milliseconds")}},{token:"s(?:s|ec(?:onds?)?)?",pad:2,format:function(a,b){return q(a,"get",b,"Seconds")}},{token:"m(?:m|in(?:utes?)?)?",pad:2,caps:true,format:function(a,b){return q(a,"get",b,"Minutes")}},{token:"h(?:h|(?:ours?))?|24hr",pad:2,format:function(a,b){return q(a,"get",b,"Hours")}},{token:"12hr",pad:2,format:function(a,b){var c=q(a,"get",b,"Hours");return c===
64
- 0?12:c-(c/13).floor()*12}},{token:"d(?:d|ate|ays?)?",pad:2,format:function(a,b){return q(a,"get",b,"Date")}},{token:"dow|weekday",weekdays:true,format:function(a,b){return q(a,"get",b,"Day")}},{token:"MM?",pad:2,caps:true,format:function(a,b){return q(a,"get",b,"Month")+1}},{token:"mon(?:th)?",months:true,format:function(a,b){return q(a,"get",b,"Month")}},{token:"yy",format:function(a,b){return q(a,"get",b,"FullYear").toString().from(2)}},{token:"yyyy|year",format:function(a,b){return q(a,"get",b,
65
- "FullYear")}},{token:"t{1,2}",meridian:true,format:function(a,b){return q(a,"get",b,"Hours")<12?"am":"pm"}},{token:"tz|timezone",format:function(a){return a.getUTCOffset()}},{token:"iso(tz|timezone)",format:function(a){return a.getUTCOffset(true)}},{token:"ord",format:function(a,b){return q(a,"get",b,"Date").ordinalize()}}],E=[{unit:"year",method:"FullYear",multiplier:function(a){return(365+(a?a.isLeapYear()?1:0:0.25))*24*60*60*1E3}},{unit:"month",method:"Month",multiplier:function(a,b){var c=30.4375,
66
- d;if(a){d=a.daysInMonth();if(b<=d.days())c=d}return c*24*60*60*1E3}},{unit:"week",method:"Week",multiplier:function(){return 6048E5}},{unit:"day",method:"Date",multiplier:function(){return 864E5}},{unit:"hour",method:"Hours",multiplier:function(){return 36E5}},{unit:"minute",method:"Minutes",multiplier:function(){return 6E4}},{unit:"second",method:"Seconds",multiplier:function(){return 1E3}},{unit:"millisecond",method:"Milliseconds",multiplier:function(){return 1}}],S={},ha={en:"2;;January,February,March,April,May,June,July,August,September,October,November,December;Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday;millisecond:|s,second:|s,minute:|s,hour:|s,day:|s,week:|s,month:|s,year:|s;one,two,three,four,five,six,seven,eight,nine,ten;a,an,the;the,st|nd|rd|th,of;{num} {unit} {sign},{num} {unit4} {sign} {day},{weekday?} {month} {date}{2} {year?} {time?},{date} {month} {year},{month} {year},{shift?} {weekday} {time?},{shift} week {weekday} {time?},{shift} {unit=5-7},{1} {edge} of {shift?} {unit=4-7?}{month?}{year?},{weekday} {3} {shift} week,{1} {date}{2} of {month},{1}{month?} {date?}{2} of {shift} {unit=6-7},{day} at {time?},{time} {day};{Month} {d}, {yyyy};,yesterday,today,tomorrow;,ago|before,,from now|after|from;,last,the|this,next;last day,end,,first day|beginning",
67
- ja:"1;\u6708;;\u65e5\u66dc\u65e5,\u6708\u66dc\u65e5,\u706b\u66dc\u65e5,\u6c34\u66dc\u65e5,\u6728\u66dc\u65e5,\u91d1\u66dc\u65e5,\u571f\u66dc\u65e5;\u30df\u30ea\u79d2,\u79d2,\u5206,\u6642\u9593,\u65e5,\u9031\u9593|\u9031,\u30f6\u6708|\u30f5\u6708|\u6708,\u5e74;\u4e00,\u4e8c,\u4e09,\u56db,\u4e94,\u516d,\u4e03,\u516b,\u4e5d,\u5341;;;{num}{unit}{sign},{shift}{unit=5-7}{weekday?},{year}\u5e74{month?}\u6708?{date?}\u65e5?,{month}\u6708{date?}\u65e5?,{date}\u65e5;{yyyy}\u5e74{M}\u6708{d}\u65e5;\u4e00\u6628\u65e5,\u6628\u65e5,\u4eca\u65e5,\u660e\u65e5,\u660e\u5f8c\u65e5;,\u524d,,\u5f8c;,\u53bb|\u5148,,\u6765",
9
+ var j=true,l=null,z=false;function J(G){return function(){return G}}
10
+ (function(){function G(){return"\t\n\u000b\u000c\r \u00a0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u2028\u2029\u3000\ufeff"}function t(a,b,c,d){var e=b?a.prototype:a;Ba(a,b,d);C(d,function(f,h){if(i.isFunction(c))s(e,f,Ca(e[f],h,c));else if(c===j||!e[f])s(e,f,h);a.j[f]={u:b,method:h}})}function Ba(a){if(!a.j){a.j={};s(a,"sugar",function(){var b=arguments,c=b.length===0,d=z;if(a===i&&c){ga(i.prototype);ha(i.prototype)}C(a.j,function(e,f){if(c||H(b,e)){s(f.u?
11
+ a.prototype:a,e,f.method);d=j}});return d})}}function Ca(a,b,c){return function(){return a&&(c===j||c.apply(this,arguments))?a.apply(this,arguments):b.apply(this,arguments)}}function s(a,b,c){if(ia)i.defineProperty(a,b,{value:c,configurable:j,enumerable:z,writable:j});else a[b]=c}function C(a,b){var c=0,d;for(d in a)if(a.hasOwnProperty(d)){b.call(a,d,a[d],c);c++}}function ja(a,b,c){var d=i.prototype.toString.call(a).match(/\[object (\w+)\]/)[1];if(a===b)return a!==0||1/a===1/b;else if(a===l||q(a)||
12
+ b===l||q(b))return z;else if(d=="RegExp")return a.ignoreCase==b.ignoreCase&&a.multiline==b.multiline&&a.source==b.source&&a.global==b.global;else if(d=="Array"||d=="Object"){for(d=c.length;d--;)if(c[d]==a)return j;c.push(a);for(var e in a)if(a.hasOwnProperty(e))if(!b.hasOwnProperty(e)||!ja(a[e],b[e],c))return z;c.pop();return i.keys(a).length===i.keys(b).length&&a.constructor===b.constructor&&a.length===b.length}else return R(b,d)&&a.valueOf()===b.valueOf()}function K(a,b,c,d){return a===b?j:i.isRegExp(b)?
13
+ r(b).test(a):i.isFunction(b)?b.apply(c,[a].concat(d)):i.equal(b,a)}function I(a,b,c,d){return q(a)?b:i.isFunction(a)?a.apply(c,[b].concat(d)):i.isFunction(b[a])?b[a].call(b):b[a]}function D(a,b){return Array.prototype.slice.call(a,b)}function A(a,b,c){a=D(a);if(c!==z)a=M(a);p(a,b)}function ka(a,b,c){var d=[],e=a.length,f=b[b.length-1]!==z,h;A(b,function(g){if(i.isBoolean(g))return z;if(f){g%=e;if(g<0)g=e+g}h=c?a.charAt(g)||"":a[g];d.push(h)});return d.length<2?d[0]:d}function R(a,b){return i.prototype.toString.call(a)===
14
+ "[object "+b+"]"}function S(a){return typeof a=="object"}function q(a){return a===v}function la(a,b){var c;if(i.isArray(a))c=[];else if(!S(a)||a===l)return a;else c=a.keys?i.extended():{};C(a,function(d,e){c[d]=b===j&&(i.isObject(e)||i.isArray(e))?la(e,b):e});return c}function ma(a,b,c,d){var e=/^(.+?)(\[.*\])$/,f,h,g;if(d!==z&&(h=b.match(e))){g=h[1];b=h[2].replace(/^\[|\]$/g,"").split("][");p(b,function(k){f=!k||k.match(/^\d+$/);if(!g&&i.isArray(a))g=a.length;a[g]||(a[g]=f?[]:{});a=a[g];g=k});if(!g&&
15
+ f)g=a.length.toString();ma(a,g,c)}else a[b]=c.match(/^\d+$/)?parseInt(c):c==="true"?j:c==="false"?z:c}function $(a){var b=this;C(a,function(c,d){b[c]=d})}function ga(a){var b=a===i;p(["Array","Boolean","Date","Function","Number","String","RegExp"],function(c){s(a,"is"+c,function(d){return R(b?d:this,c)})})}function ha(a){p(["keys","values","each","merge","isEmpty","clone","equal","watch"],function(b){s(a,b=="equal"?"equals":b,function(){return i[b].apply(l,[this].concat(D(arguments)))})})}function p(a,
16
+ b,c,d,e){var f,h;T(b);h=isNaN(c)?0:parseInt(c>>0);for(f=d===j?a.length+h:a.length;h<f;){c=h%a.length;if(!(c in a)&&e===j)return Da(a,b,h,d);else if(b.call(a,a[c],c,a)===z)break;h++}}function H(a,b,c,d,e){var f,h;p(a,function(g,k,n){if(K(g,b,n,[k,n])){f=g;h=k;return z}},c,d);return e?h:f}function L(a,b){function c(e){return I(b,e)===d}var d;return a.reduce(function(e,f){d=I(b,f);if(e.none(b?c:f))e.push(f);return e},[])}function M(a){var b=[];p(a,function(c){if(w.isArray(c))b=b.concat(M(c));else b.push(c)});
17
+ return b}function T(a){if(!a||!a.call)throw new TypeError("Callback is not callable");}function U(a){if(a.length===0)throw new TypeError("First argument must be defined");}function Da(a,b,c){var d=[],e;for(e in a)e in a&&e>>>0==e&&e!=4294967295&&e>=c&&d.push(e.toNumber());d.sort().each(function(f){return b.call(a,a[f],f,a)});return a}function V(a,b,c,d){var e=c==="max",f=c==="min",h=e?-Infinity:Infinity,g=[];C(a,function(k){k=a[k];var n=I(b,k,d);if(!q(n))if(n===h)g.push(k);else if(e&&n>h||f&&n<h){g=
18
+ [k];h=n}});return g}function x(a,b,c){c=Math[c||"round"];var d=Math.pow(10,(b||0).abs());if(b<0)d=1/d;return c(a*d)/d}function na(a,b,c,d){var e=[];a=parseInt(a);for(var f=d>0;f&&a<=b||!f&&a>=b;){e.push(a);c&&c.call(this,a);a+=d}return e}function Ea(a,b){function c(){return x(this*b)}function d(){return W(arguments)[f](this)}function e(){return W(arguments)[f](-this)}var f="add"+a.capitalize()+"s";s(y.prototype,a,c);s(y.prototype,a+"s",c);s(y.prototype,a+"Before",e);s(y.prototype,a+"sBefore",e);s(y.prototype,
19
+ a+"Ago",e);s(y.prototype,a+"sAgo",e);s(y.prototype,a+"After",d);s(y.prototype,a+"sAfter",d);s(y.prototype,a+"FromNow",d);s(y.prototype,a+"sFromNow",d)}function oa(a,b,c,d){var e=D(b).join("");e=e.replace(/all/,"").replace(/(\w)lphabet|umbers?|atakana|paces?|unctuation/g,"$1");return a.replace(c,function(f){return d[f]&&(!e||e.has(d[f].type))?d[f].to:f})}function E(a,b,c){pa[b]={type:a,to:c};qa[c]={type:a,to:b}}function N(a,b,c,d){var e=String(b);if(e!=b)e="";i.isNumber(c)||(c=1);i.isNumber(d)||(d=
20
+ 1);return e.repeat(c)+a+e.repeat(d)}function ra(a){var b=m.addFormat,c=a.code;if(!a.r){b("("+a.months.compact().join("|")+")",["month"],c);b("("+a.weekdays.compact().join("|")+")",["weekday"],c);b("("+a.modifiers.filter(function(d){return d.name==="day"}).map("text").join("|")+")",["day"],c);p(a.formats,function(d){var e=[];d=d.replace(/\s+/g,"[-,. ]*");d=d.replace(/\{(.+?)\}/g,function(f,h){var g=h.match(/\?$/),k=h.match(/(\d)(?:-(\d))?/),n=h.match(/^\d+$/),o=h.replace(/[^a-z]+$/,""),u,F;if(o===
21
+ "time"){e=e.concat(aa);return g?sa:ba}if(n)u=a.optionals[n[0]-1];else if(a[o])u=a[o];else if(a[o+"s"]){u=a[o+"s"];if(k){F=[];p(u,function(Fa,Ga){var ta=Ga%(a.units?8:u.length);if(ta>=k[1]&&ta<=(k[2]||k[1]))F.push(Fa)});u=F}u=u.compact().join("|")}if(n)return"(?:"+u+")?";else{e.push(o);return"("+u+")"+(g?"?":"")}});b(d,e,c)});a.r=j}}function O(a,b,c){if(b&&(!i.isString(a)||!a))a=Date.currentLocale;a&&!ca[a]&&Ha(a,c);return ca[a]}function Ha(a,b){function c(f,h){f=f.split("+").map(function(g){return g.replace(/(.+):(.+)$/,
22
+ function(k,n,o){return o.split("|").map(function(u){return n+u}).join("|")})}).join("|");return p(f.split("|"),h)}function d(f,h,g){var k=[];if(b[f]){p(b[f],function(n,o){c(n,function(u,F){k[F*g+o]=u.toLowerCase()})});if(h)k=k.concat(b[f].map(function(n){return n.slice(0,3).toLowerCase()}));return b[f]=k}}function e(f,h){var g="[0-9\uff10-\uff19]"+(f?"{"+f+","+h+"}":"+");if(b.digits)g+="|["+b.digits+"]+";return g}b=b||Ia(a);if(!b)throw Error("Invalid locale.");d("months",j,12);d("weekdays",j,7);d("units",
23
+ z,8);d("numbers",z,10);b.code=a;b.date=e(1,2);b.year=e(4,4);b.num=function(){var f=[e()].concat(b.articles);b.digits||(f=f.concat(b.numbers));return f.compact().join("|")}();(function(){var f=[];b.i={};p(b.modifiers,function(h){c(h.text,function(g){b.i[g]=h;f.push({name:h.name,text:g,value:h.value})})});f.groupBy("name",function(h,g){g=g.map("text");if(h==="day")g=g.concat(b.weekdays);b[h]=g.join("|")});b.modifiers=f})();if(b.monthSuffix){b.month=e(1,2);b.months=(1).upto(12).map(function(f){return f+
24
+ b.monthSuffix})}ca[a]=new ua(b)}function Ia(a){function b(e){return!!(d[0]&Math.pow(2,e-1))}if(a.slice(0,3)=="en-")a="en";if(!va[a])return l;var c={modifiers:[]},d=va[a].split(";");p(["months","weekdays","units","numbers","articles","optionals","formats"],function(e,f){c[e]=d[f+2]?d[f+2].split(","):[]});c.outputFormat=d[9];p(["day","sign","shift","edge"],function(e,f){d[f+10]&&p(d[f+10].split(","),function(h,g){h&&c.modifiers.push({name:e,text:h,value:g-2})})});if(b(1)){c.digits=X+wa;if(c.numbers.length>
25
+ 0)c.digits+=c.numbers.join("");else c.numbers=X.split("");c.monthSuffix=d[1]}c.capitalizeUnit=a=="de";c.hasPlural=b(2);c.pastRelativeFormat=c.formats[0];c.futureRelativeFormat=c.formats[b(3)?1:0];return c}function Ja(a){a||(a=Date.currentLocale);return a!="en"&&a!="en-US"}function ua(a){i.merge(this,a)}function P(a){var b;if(S(a[0]))return a;else if(a.length==1&&i.isNumber(a[0]))return[a[0]];b={};p(xa,function(c,d){b[c.a]=a[d]});return[b]}function Ka(a,b){if(b!="date"&&b!="month"&&b!="year")return a;
26
+ return a.replace(La,function(c){return X.indexOf(c)+1||""})}function Ma(a,b){var c={},d,e;p(b,function(f,h){d=a[h+1];if(!(q(d)||d==="")){d=Ka(d.hankaku("n"),f);if(f==="year")c.A=d;if(f==="millisecond")d*=Math.pow(10,3-d.length);e=parseFloat(d);c[f]=!isNaN(e)?e:d.toLowerCase()}});return c}function ya(a,b){var c=new m,d=z,e,f,h,g,k,n,o;if(i.isDate(a))c=a;else if(i.isNumber(a))c=new m(a);else if(i.isObject(a)){c=(new m).set(a,j);g=a}else if(i.isString(a)){ra(O(b,j));f=Ja(b);a=a.trim().replace(/\.+$/,
27
+ "").replace(/^now$/,"");p(za,function(u){var F=a.match(u.w);if(F){h=u;g=Ma(F,h.to);e=O(h.v,j);if(h.l&&!i.isString(g.month)&&(i.isString(g.date)||f)){o=g.month;g.month=g.date;g.date=o}if(g.year&&g.A.length===2)g.year=x((new m).getFullYear()/100)*100-x(g.year/100)*100+g.year;if(g.month){g.month=e.getMonth(g.month);if(g.shift&&!g.unit)g.unit="year"}if(g.weekday&&g.date)delete g.weekday;else if(g.weekday){g.weekday=e.p(g.weekday);if(g.shift&&!g.unit)g.unit="week"}if(g.day&&(o=e.i[g.day])){g.day=o.value;
28
+ c.resetTime();d=j}else if(g.day&&(o=e.p(g.day))>-1){delete g.day;g.weekday=o}if(g.date&&!i.isNumber(g.date))g.date=e.t(g.date);if(g.meridian)if(g.meridian==="pm"&&g.hour<12)g.hour+=12;if(g.offset_hours||g.offset_minutes){g.utc=j;g.offset_minutes=g.offset_minutes||0;g.offset_minutes+=g.offset_hours*60;if(g.offset_sign==="-")g.offset_minutes*=-1;g.minute-=g.offset_minutes}if(g.unit){d=j;n=e.o(g.num);k=e.s(g.unit);if(g.shift||g.edge){n*=(o=e.i[g.shift])?o.value:0;if(k==="month"&&g.date!==v){c.set({day:g.date},
29
+ j);delete g.date}if(k==="year"&&g.month!==v){c.set({month:g.month,day:g.date},j);delete g.month;delete g.date}}if(g.sign&&(o=e.i[g.sign]))n*=o.value;if(g.weekday!==v){c.set({weekday:g.weekday},j);delete g.weekday}g[k]=(g[k]||0)+n}if(g.year_sign==="-")g.year*=-1;return z}});if(h)if(d)c.advance(g);else g.utc?c.setUTC(g,j):c.set(g,j);else c=a?new m(a):new m;if(g&&g.edge){o=e.i[g.edge];p(Y.slice(4),function(u){if(g[u.a]!==v){k=u.a;return z}});if(k==="year")g.f="month";else if(k==="month"||k==="week")g.f=
30
+ "day";c[(o.value<0?"endOf":"beginningOf")+k.capitalize()]();o.value===-2&&c.resetTime()}}return{h:c,set:g}}function da(a,b,c,d){var e,f=O(d,j),h=r(/^[A-Z]/);if(a.isValid())if(Date[b])b=Date[b];else{if(i.isFunction(b)){e=Aa(a);b=b.apply(a,e.concat(f))}}else return"Invalid Date";if(!b&&!c)b=f.outputFormat;else if(!b&&c){e=e||Aa(a);if(e[1]===0){e[1]=1;e[0]=1}return f.z(e[0],e[1],e[2])}p(Na,function(g){b=b.replace(r("\\{("+g.c+")(\\d)?\\}",g.m?"i":""),function(k,n,o){k=g.b(a,f,o||1,n);o=n.length;var u=
31
+ n.match(/^(.)\1+$/);if(g.m){if(o===3)k=k.to(3);if(u||n.match(h))k=k.capitalize()}else if(u&&!g.text)k=(i.isNumber(k)?k.pad(o):k.toString()).last(o);return k})});return b}function Oa(a,b,c){var d=ya(b),e=0,f=b=0,h;if(c>0){b=f=c;h=j}if(!d.h.isValid())return z;if(d.set&&d.set.f){p(Q,function(k){if(k.a===d.set.f)e=k.e(d.h,a-d.h)-1});if(d.set.edge||d.set.shift)d.h["beginningOf"+d.set.f.capitalize()]();if(!h&&d.set.sign&&d.set.f!="millisecond"){b=50;f=-50}}c=a.getTime();h=d.h.getTime();var g=h+e;if(d.set&&
32
+ d.set.f=="week"&&(new Date(g+1)).getHours()!=0)g-=m.DSTOffset;return c>=h-b&&c<=g+f}function Z(a,b,c,d,e){if(i.isNumber(b)&&e)b={milliseconds:b};else if(i.isNumber(b)){a.setTime(b);return a}if(b.date)b.day=b.date;if(!e&&q(b.day)&&b.weekday!==v){a["set"+(d?"UTC":"")+"Weekday"](b.weekday);b.day=a["get"+(d?"UTC":"")+"Date"](void 0);delete b.weekday}p(Y,function(f){if(b[f.a]!==v||b[f.a+"s"]!==v){b.f=f.a;return z}else if(c&&f.a!=="week"&&f.a!=="year")a["set"+(d?"UTC":"")+f.method](f.a==="day"?1:0)});e&&
33
+ b.month!==v&&Pa(a,b,e);p(Q,function(f){var h=f.a;f=f.method;var g=b[h]!==v?b[h]:b[h+"s"];if(!q(g)){if(e){if(h==="week"){g=(b.day||0)+g*7;f="Date"}g=g*e+a["get"+f](void 0)}a["set"+(d?"UTC":"")+f](g)}});return a}function Aa(a){var b;a=a.millisecondsFromNow();var c=a.abs(),d=c,e=0;p(Y.from(1),function(f,h){b=x(c/f.e(),1).floor();if(b>=1){d=b;e=h+1}});return[d,e,a]}function Pa(a,b,c){var d=a.getDate();if(!(d<29||b.f!="month"&&b.f!="year")){b=(new m(a.getFullYear()+(b.year*c||0),a.getMonth()+b.month*c)).daysInMonth();
34
+ b<d&&a.setDate(b)}}function W(a){var b;b=i.isNumber(a[1])?P(a)[0]:a[0];return ya(b,a[1]).h}function ea(a,b){var c="";if(b=="g"||a.global)c+="g";if(b=="i"||a.ignoreCase)c+="i";if(b=="m"||a.multiline)c+="m";if(b=="y"||a.B)c+="y";return c}function fa(a,b,c,d,e){if(!a.g)a.g=[];a.g.push(setTimeout(function(){a.g.removeAt(f);c.apply(d,e||[])},b));var f=a.g.length}var i=Object,w=Array,r=RegExp,m=Date,B=String,y=Number,v,ia=i.defineProperty&&i.defineProperties;ga(i);$.prototype.constructor=i;t(i,z,z,{extended:function(a){return new $(a)},
35
+ isObject:function(a){return a===l||q(a)?z:R(a,"Object")&&a.constructor===i},each:function(a,b){b&&C(a,function(c,d){b.call(a,c,d,a)});return a},merge:function(){var a=arguments[0];A(arguments,function(b){S(b)&&C(b,function(c,d){a[c]=d})},z);return a},isEmpty:function(a){if(!a)return j;return i.equal(a,{})},equal:function(a,b){return ja(a,b,[])},values:function(a,b){var c=[];C(a,function(d,e){c.push(e);b&&b.call(a,e)});return c},clone:la,fromQueryString:function(a,b){var c=i.extended();a=a&&a.toString?
36
+ a.toString():"";a.replace(/^.*?\?/,"").unescapeURL().split("&").each(function(d){d=d.split("=");d.length===2&&ma(c,d[0],d[1],b)});return c}});t(i,z,function(){return arguments.length<2},{keys:function(a,b){if(a===l||!S(a)&&!i.isRegExp(a)&&!i.isFunction(a))throw new TypeError("Object required");var c=[];C(a,function(d){c.push(d);b&&b.call(a,d)});return c}});t(w,z,z,{create:function(){var a=[];A(arguments,function(b){if(b&&b.callee)b=D(b);a=a.concat(b)});return a},isArray:function(a){return R(a,"Array")}});
37
+ t(w,j,function(){var a=arguments;return a.length===0||i.isFunction(a[0])},{every:function(a,b){var c=this.length,d=0;for(U(arguments);d<c;){if(d in this&&!K(this[d],a,b,[d,this]))return z;d++}return j},some:function(a,b){var c=this.length,d=0;for(U(arguments);d<c;){if(d in this&&K(this[d],a,b,[d,this]))return j;d++}return z},map:function(a,b){var c=this.length,d=0,e=Array(c);for(U(arguments);d<c;){if(d in this)e[d]=I(a,this[d],b,[d,this]);d++}return e},filter:function(a,b){var c=this.length,d=0,e=
38
+ [];for(U(arguments);d<c;){d in this&&K(this[d],a,b,[d,this])&&e.push(this[d]);d++}return e}});t(w,j,z,{indexOf:function(a,b){var c=this.length,d=isNaN(b)?0:parseInt(b>>0);if(i.isString(this))return this.indexOf(a,b);if(d<0)d=Math.max(c+d,0);if(c==0||d>c)return-1;for(;d<c;){if(d in this&&this[d]===a)return d;d++}return-1},lastIndexOf:function(a,b){var c=this.length,d=isNaN(b)?c:parseInt(b>>0);if(i.isString(this))return this.lastIndexOf(a,b);if(d<0)d=c+d;if(c==0||d<0)return-1;for(;d>=0;){if(d in this&&
39
+ this[d]===a)return d;d--}return-1},forEach:function(a,b){var c=this.length,d=0;for(T(a);d<c;){d in this&&a.call(b,this[d],d,this);d++}},reduce:function(a,b){var c=this.length,d=0,e=arguments.length>1&&b;T(a);if(c==0&&!e)throw new TypeError("Reduce called on empty array with no initial value");else if(e)e=e;else{e=this[d];d++}for(;d<c;){if(d in this)e=a.call(v,e,this[d],d,this);d++}return e},reduceRight:function(a,b){var c=this.length,d=c-1,e=arguments.length>1&&b;T(a);if(c==0&&!e)throw new TypeError("Reduce called on empty array with no initial value");
40
+ else if(e)c=e;else{c=this[d];d--}for(;d>=0;){if(d in this)c=a.call(v,c,this[d],d,this);d--}return c},each:function(a,b,c){p(this,a,b,c,j);return this},find:function(a,b,c){return H(this,a,b,c)},findAll:function(a,b,c){var d=[];p(this,function(e,f,h){K(e,a,h,[f,h])&&d.push(e)},b,c);return d},count:function(a){if(q(a))return this.length;return this.findAll(a).length},none:function(){return!this.any.apply(this,arguments)},remove:function(){var a,b=this;A(arguments,function(c){for(a=0;a<b.length;)if(K(b[a],
41
+ c,b,[a,b]))b.splice(a,1);else a++});return b},removeAt:function(a,b){if(q(a))return this;if(q(b))b=a;for(var c=0;c<=b-a;c++)this.splice(a,1);return this},add:function(a,b){if(!i.isNumber(y(b))||isNaN(b))b=this.length;w.prototype.splice.apply(this,[b,0].concat(a));return this},include:function(a,b){return this.clone().add(a,b)},exclude:function(){return w.prototype.remove.apply(this.clone(),arguments)},clone:function(){return this.concat()},unique:function(a){return L(this,a)},union:function(){var a=
42
+ this;A(arguments,function(b){a=a.concat(b)});return L(a)},intersect:function(){var a=[],b=arguments;this.each(function(c){A(b,function(d){w.isArray(d)||(d=[d]);var e;if(e=q(H(a,c)))e=H(d,c)!==v;e&&a.push(c)})});return a},subtract:function(){var a=this.clone();A(arguments,function(b){w.isArray(b)||(b=[b]);b.each(function(c){a.remove(c)})});return a},at:function(){return ka(this,arguments)},first:function(a){if(q(a))return this[0];if(a<0)a=0;return this.slice(0,a)},last:function(a){if(q(a))return this[this.length-
43
+ 1];return this.slice(this.length-a<0?0:this.length-a)},from:function(a){return this.slice(a)},to:function(a){if(q(a))a=this.length;return this.slice(0,a)},min:function(a){return L(V(this,a,"min"))},max:function(a){return L(V(this,a,"max"))},least:function(){var a=M(V(this.groupBy.apply(this,arguments),"length","min"));return a.length===this.length?[]:L(a)},most:function(){var a=M(V(this.groupBy.apply(this,arguments),"length","max"));return a.length===this.length?[]:L(a)},sum:function(a){a=a?this.map(a):
44
+ this;return a.length>0?a.reduce(function(b,c){return b+c}):0},average:function(a){a=a?this.map(a):this;return a.length>0?a.sum()/a.length:0},groupBy:function(a,b){var c=i.extended(),d;p(this,function(e){d=I(a,e);c[d]||(c[d]=[]);c[d].push(e)});return c.each(b)},inGroups:function(a,b){var c=arguments.length>1,d=this,e=[],f=(this.length/a).ceil();(0).upto(a-1,function(h){h=h*f;var g=d.slice(h,h+f);c&&g.length<f&&(f-g.length).times(function(){g=g.add(b)});e.push(g)});return e},inGroupsOf:function(a,b){if(this.length===
45
+ 0||a===0)return this;if(q(a))a=1;if(q(b))b=l;var c=[],d=l;this.each(function(e,f){if(f%a===0){d&&c.push(d);d=[]}if(q(e))e=b;d.push(e)});if(!this.length.isMultipleOf(a)){(a-this.length%a).times(function(){d.push(b)});this.length+=a-this.length%a}d.length>0&&c.push(d);return c},compact:function(a){var b=[];p(this,function(c){if(i.isArray(c))b.push(c.compact());else if(a&&c)b.push(c);else if(!a&&c!==v&&c!==l&&(!i.isNumber(c)||!isNaN(c)))b.push(c)});return b},isEmpty:function(){return this.compact().length==
46
+ 0},flatten:function(){return M(this)},sortBy:function(a,b){var c=this.clone();c.sort(function(d,e){var f=I(a,d),h=I(a,e),g=i.isNumber(f);return g&&b?h-f:g&&!b?f-h:f===h?0:b?f<h?1:-1:f<h?-1:1});return c},randomize:function(){for(var a=this.concat(),b,c,d=a.length;d;b=parseInt(Math.random()*d),c=a[--d],a[d]=a[b],a[b]=c);return a}});t(w,j,z,{all:w.prototype.every,any:w.prototype.some,has:w.prototype.some,insert:w.prototype.add});t(y,z,z,{random:function(a,b){var c;if(arguments.length==1){b=a;a=0}c=Math.min(a||
47
+ 0,b||1);return x(Math.random()*(Math.max(a||0,b||1)-c)+c)}});t(y,j,z,{toNumber:function(){return parseFloat(this,10)},ceil:function(a){return x(this,a,"ceil")},floor:function(a){return x(this,a,"floor")},abs:function(){return Math.abs(this)},pow:function(a){if(q(a))a=1;return Math.pow(this,a)},round:function(a){return x(this,a,"round")},chr:function(){return B.fromCharCode(this)},isOdd:function(){return!this.isMultipleOf(2)},isEven:function(){return this.isMultipleOf(2)},isMultipleOf:function(a){return this%
48
+ a===0},upto:function(a,b,c){return na(this,a,b,c||1)},downto:function(a,b,c){return na(this,a,b,-(c||1))},times:function(a){if(a)for(var b=0;b<this;b++)a.call(this,b);return this.toNumber()},ordinalize:function(){var a;if(this>=11&&this<=13)a="th";else switch(this%10){case 1:a="st";break;case 2:a="nd";break;case 3:a="rd";break;default:a="th"}return this.toString()+a},pad:function(a,b,c){c=c||10;c=this.toNumber()===0?"":this.toString(c).replace(/^-/,"");c=N(c,"0",a-c.replace(/\.\d+$/,"").length,0);
49
+ if(b||this<0)c=(this<0?"-":"+")+c;return c},format:function(a,b,c){var d,e,f=/(\d+)(\d{3})/;if(B(b).match(/\d/))throw new TypeError("Thousands separator cannot contain numbers.");d=i.isNumber(a)?x(this,a).toFixed(Math.max(a,0)):this.toString();b=b||",";c=c||".";e=d.split(".");d=e[0];for(e=e[1]||"";d.match(f);)d=d.replace(f,"$1"+b+"$2");if(e.length>0)d+=c+N(e,"0",0,a-e.length);return d},hex:function(a){return this.pad(a||1,z,16)}});var Qa=[{d:["Arabic"],source:"\u0600-\u06ff"},{d:["Cyrillic"],source:"\u0400-\u04ff"},
50
+ {d:["Devanagari"],source:"\u0900-\u097f"},{d:["Greek"],source:"\u0370-\u03ff"},{d:["Hangul"],source:"\uac00-\ud7af\u1100-\u11ff"},{d:["Han","Kanji"],source:"\u4e00-\u9fff\uf900-\ufaff"},{d:["Hebrew"],source:"\u0590-\u05ff"},{d:["Hiragana"],source:"\u3040-\u309f\u30fb-\u30fc"},{d:["Kana"],source:"\u3040-\u30ff\uff61-\uff9f"},{d:["Katakana"],source:"\u30a0-\u30ff\uff61-\uff9f"},{d:["Latin"],source:"\u0001-\u0080-\u00ff\u0100-\u017f\u0180-\u024f"},{d:["Thai"],source:"\u0e00-\u0e7f"}],Ra=[{type:"a",
51
+ shift:65248,start:65,end:90},{type:"a",shift:65248,start:97,end:122},{type:"n",shift:65248,start:48,end:57},{type:"p",shift:65248,start:33,end:47},{type:"p",shift:65248,start:58,end:64},{type:"p",shift:65248,start:91,end:96},{type:"p",shift:65248,start:123,end:126}],pa={},qa={},Sa=/[\u0020-\u00A5]|[\uFF61-\uFF9F][\uff9e\uff9f]?/g,Ta=/[\u3000-\u301C]|[\u301A-\u30FC]|[\uFF01-\uFF60]|[\uFFE0-\uFFE6]/g,Ua=/[\u30ab\u30ad\u30af\u30b1\u30b3\u30b5\u30b7\u30b9\u30bb\u30bd\u30bf\u30c1\u30c4\u30c6\u30c8\u30cf\u30d2\u30d5\u30d8\u30db]/,
52
+ Va=/[\u30cf\u30d2\u30d5\u30d8\u30db\u30f2]/;t(B,j,z,{escapeRegExp:function(){return r.escape(this)},escapeURL:function(a){return a?encodeURIComponent(this):encodeURI(this)},unescapeURL:function(a){return a?decodeURI(this):decodeURIComponent(this)},escapeHTML:function(){return this.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;")},unescapeHTML:function(){return this.replace(/&lt;/g,"<").replace(/&gt;/g,">").replace(/&amp;/g,"&")},encodeBase64:function(){return btoa(this)},decodeBase64:function(){return atob(this)},
53
+ capitalize:function(a){return this.toLowerCase().replace(a?/\b[a-z]/g:/^[a-z]/,function(b){return b.toUpperCase()})},pad:function(a,b){return N(this,a,b,b)},padLeft:function(a,b){return N(this,a,b,0)},padRight:function(a,b){return N(this,a,0,b)},repeat:function(a){if(!i.isNumber(a)||a<1)return"";for(var b="",c=0;c<a;c++)b+=this;return b},each:function(a,b){if(i.isFunction(a)){b=a;a=/./g}else if(a)if(i.isString(a))a=r(r.escape(a),"gi");else{if(i.isRegExp(a))a=a.addFlag("g")}else a=/./g;var c=this.match(a)||
54
+ [];if(b)for(var d=0;d<c.length;d++)c[d]=b.call(this,c[d],d)||c[d];return c},shift:function(a){var b="";a=a||0;this.codes(function(c){b+=(c+a).chr()});return b},codes:function(a){for(var b=[],c=0;c<this.length;c++){var d=this.charCodeAt(c);b.push(d);a&&a.call(this,d,c)}return b},chars:function(a){return this.trim().each(a)},words:function(a){return this.trim().each(/\S+/g,a)},lines:function(a){return this.trim().each(/^.*$/gm,a)},paragraphs:function(a){var b=this.trim().split(/[\r\n]{2,}/);return b=
55
+ b.map(function(c){if(a)var d=a.call(c);return d?d:c})},startsWith:function(a,b){if(q(b))b=j;var c=i.isRegExp(a)?a.source.replace("^",""):r.escape(a);return r("^"+c,b?"":"i").test(this)},endsWith:function(a,b){if(q(b))b=j;var c=i.isRegExp(a)?a.source.replace("$",""):r.escape(a);return r(c+"$",b?"":"i").test(this)},isBlank:function(){return this.trim().length===0},has:function(a){return this.search(a)!==-1},add:function(a,b){return this.split("").add(a,b).join("")},remove:function(a){return this.replace(a,
56
+ "")},hankaku:function(){return oa(this,arguments,Ta,qa)},zenkaku:function(){return oa(this,arguments,Sa,pa)},hiragana:function(a){var b=this;if(a!==z)b=b.zenkaku("k");return b.replace(/[\u30A1-\u30F6]/g,function(c){return c.shift(-96)})},katakana:function(){return this.replace(/[\u3041-\u3096]/g,function(a){return a.shift(96)})},toNumber:function(a){var b=this.replace(/,/g,"");return b.match(/\./)?parseFloat(b):parseInt(b,a||10)},reverse:function(){return this.split("").reverse().join("")},compact:function(){return this.replace(/[\r\n]/g,
57
+ "").trim().replace(/([\s\u3000])+/g,"$1")},at:function(){return ka(this,arguments,j)},first:function(a){a=q(a)?1:a;return this.substr(0,a)},last:function(a){a=q(a)?1:a;return this.substr(this.length-a<0?0:this.length-a)},from:function(a){return this.slice(a)},to:function(a){if(q(a))a=this.length;return this.slice(0,a)},toDate:function(a){return W([this.toString(),a])},dasherize:function(){return this.underscore().replace(/_/g,"-")},underscore:function(){return this.replace(/([a-z])([A-Z])/g,"$1_$2").replace(/[-\s]/g,
58
+ "_").toLowerCase()},camelize:function(a){for(var b=this.dasherize().split("-"),c="",d=0;d<b.length;d++)c+=a===z&&d===0?b[d].toLowerCase():b[d].substr(0,1).toUpperCase()+b[d].substr(1).toLowerCase();return c},spacify:function(){return this.underscore().replace(/_/g," ")},stripTags:function(){var a=this;A(arguments.length>0?arguments:[""],function(b){a=a.replace(r("</?"+b.escapeRegExp()+"[^<>]*>","gi"),"")});return a},removeTags:function(){var a=this;A(arguments.length>0?arguments:["\\S+"],function(b){b=
59
+ r("<("+b+")[^<>]*(?:\\/>|>.*?<\\/\\1>)","gi");a=a.replace(b,"")});return a},truncate:function(a,b,c){var d;b=q(b)?"...":String(b);a-=b.length;if(this.length<=a)return this.toString();d=b.match(/^(.)\1+$/)?b.slice(0,1):"";for(d=r("[^"+G()+d+"]["+G()+d+"]");a>0&&!d.test(this.slice(a-1,a+1))&&c!==j;)a--;return this.slice(0,a)+(a>0?b:"")},assign:function(){var a=i.extended();A(arguments,function(b,c){if(i.isObject(b))a.merge(b);else a[c+1]=b});return this.replace(/\{(.+?)\}/g,function(b,c){return a[c]||
60
+ b})}});t(B,j,function(a){return!i.isRegExp(a)},{split:function(a,b){var c=[],d=0;a=r(a).addFlag("g");var e,f,h,g;r.n||(e=RegExp("^"+a.source+"$(?!\\s)",a.getFlags()));if(q(b)||+b<0)b=Infinity;else{b=(+b).floor();if(!b)return[]}for(;f=a.exec(this);){h=f.index+f[0].length;if(h>d){c.push(this.slice(d,f.index));!r.n&&f.length>1&&f[0].replace(e,function(){for(var k=1;k<arguments.length-2;k++)if(q(arguments[k]))f[k]=v});f.length>1&&f.index<this.length&&w.prototype.push.apply(c,f.slice(1));g=f[0].length;
61
+ d=h;if(c.length>=b)break}a.lastIndex===f.index&&a.lastIndex++}if(d===this.length){if(g||!a.test(""))c.push("")}else c.push(this.slice(d));return c.length>b?c.slice(0,b):c}});t(B,j,z,{insert:B.prototype.add});var aa=["hour","minute","second","millisecond","meridian","utc","offset_sign","offset_hours","offset_minutes"],ba="(\\d{1,2}):?(\\d{2})?:?(\\d{2})?(?:\\.(\\d{1,6}))?(am|pm)?(?:(Z)|(?:([+-])(\\d{2})(?::?(\\d{2}))?)?)?",sa="\\s*(?:(?:t|at |\\s+)"+ba+")?",X="\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d",
62
+ wa="\u5341\u767e\u5343\u4e07",La=r("["+X+wa+"]","g"),za=[],xa,Y,Wa=[{src:"(\\d{4})",to:["year"]},{src:"([+-])?(\\d{4})[-.]?({month})[-.]?(\\d{1,2})?",to:["year_sign","year","month","date"]},{src:"(\\d{1,2})[-.\\/]({month})[-.\\/]?(\\d{2,4})?",to:["month","date","year"],l:j}],Na=[{c:"f{1,4}|ms|milliseconds",b:function(a){return a.getMilliseconds()}},{c:"ss?|seconds",b:function(a){return a.getSeconds()}},{c:"mm?|minutes",b:function(a){return a.getMinutes()}},{c:"hh?|hours|12hr",b:function(a){a=a.getHours(void 0);
63
+ return a===0?12:a-(a/13).floor()*12}},{c:"HH?|24hr",b:function(a){return a.getHours()}},{c:"dd?|date|day",b:function(a){return a.getDate()}},{c:"dow|weekday",m:j,b:function(a,b,c){return b.weekdays[a.getDay()+(c-1)*7]}},{c:"MM?",b:function(a){return a.getMonth()+1}},{c:"mon|month",m:j,b:function(a,b,c){return b.months[a.getMonth()+(c-1)*12]}},{c:"y{2,4}|year",b:function(a){return a.getFullYear()}},{c:"[Tt]{1,2}",b:function(a,b,c,d){a=a.getHours(void 0)<12?"am":"pm";if(d.length===1)a=a.first();if(d.first()===
64
+ "T")a=a.toUpperCase();return a}},{c:"z{1,4}|tz|timezone",text:j,b:function(a,b,c,d){a=a.getUTCOffset();if(d=="z"||d=="zz")a=a.replace(/(\d{2})(\d{2})/,function(e,f){return f.toNumber().pad(d.length)});return a}},{c:"iso(tz|timezone)",b:function(a){return a.getUTCOffset(j)}},{c:"ord",b:function(a){return a.getDate().ordinalize()}}],Q=[{a:"year",method:"FullYear",e:function(a){return(365+(a?a.isLeapYear()?1:0:0.25))*24*60*60*1E3}},{a:"month",method:"Month",e:function(a,b){var c=30.4375,d;if(a){d=a.daysInMonth();
65
+ if(b<=d.days())c=d}return c*24*60*60*1E3}},{a:"week",method:"Week",e:J(6048E5)},{a:"day",method:"Date",e:J(864E5)},{a:"hour",method:"Hours",e:J(36E5)},{a:"minute",method:"Minutes",e:J(6E4)},{a:"second",method:"Seconds",e:J(1E3)},{a:"millisecond",method:"Milliseconds",e:J(1)}],ca={},va={en:"2;;January,February,March,April,May,June,July,August,September,October,November,December;Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday;millisecond:|s,second:|s,minute:|s,hour:|s,day:|s,week:|s,month:|s,year:|s;one,two,three,four,five,six,seven,eight,nine,ten;a,an,the;the,st|nd|rd|th,of;{num} {unit} {sign},{num} {unit4} {sign} {day},{weekday?} {month} {date}{2} {year?} {time?},{date} {month} {year},{month} {year},{shift?} {weekday} {time?},{shift} week {weekday} {time?},{shift} {unit=5-7},{1} {edge} of {shift?} {unit=4-7?}{month?}{year?},{weekday} {3} {shift} week,{1} {date}{2} of {month},{1}{month?} {date?}{2} of {shift} {unit=6-7},{day} at {time?},{time} {day};{Month} {d}, {yyyy};,yesterday,today,tomorrow;,ago|before,,from now|after|from;,last,the|this,next;last day,end,,first day|beginning",
66
+ ja:"1;\u6708;;\u65e5\u66dc\u65e5,\u6708\u66dc\u65e5,\u706b\u66dc\u65e5,\u6c34\u66dc\u65e5,\u6728\u66dc\u65e5,\u91d1\u66dc\u65e5,\u571f\u66dc\u65e5;\u30df\u30ea\u79d2,\u79d2,\u5206,\u6642\u9593,\u65e5,\u9031\u9593|\u9031,\u30f6\u6708|\u30f5\u6708|\u6708,\u5e74;;;;{num}{unit}{sign},{shift}{unit=5-7}{weekday?},{year}\u5e74{month?}\u6708?{date?}\u65e5?,{month}\u6708{date?}\u65e5?,{date}\u65e5;{yyyy}\u5e74{M}\u6708{d}\u65e5;\u4e00\u6628\u65e5,\u6628\u65e5,\u4eca\u65e5,\u660e\u65e5,\u660e\u5f8c\u65e5;,\u524d,,\u5f8c;,\u53bb|\u5148,,\u6765",
68
67
  ko:"1;\uc6d4;;\uc77c\uc694\uc77c,\uc6d4\uc694\uc77c,\ud654\uc694\uc77c,\uc218\uc694\uc77c,\ubaa9\uc694\uc77c,\uae08\uc694\uc77c,\ud1a0\uc694\uc77c;\ubc00\ub9ac\ucd08,\ucd08,\ubd84,\uc2dc\uac04,\uc77c,\uc8fc,\uac1c\uc6d4|\ub2ec,\ub144;\uc77c|\ud55c,\uc774,\uc0bc,\uc0ac,\uc624,\uc721,\uce60,\ud314,\uad6c,\uc2ed;;;{num}{unit} {sign},{shift} {unit=5-7},{shift} {unit=5?} {weekday},{year}\ub144{month?}\uc6d4?{date?}\uc77c?,{month}\uc6d4{date?}\uc77c?,{date}\uc77c;{yyyy}\ub144{M}\uc6d4{d}\uc77c;\uadf8\uc800\uaed8,\uc5b4\uc81c,\uc624\ub298,\ub0b4\uc77c,\ubaa8\ub808;,\uc804,,\ud6c4;,\uc9c0\ub09c|\uc791,\uc774\ubc88,\ub2e4\uc74c|\ub0b4",
69
68
  ru:"4;;\u042f\u043d\u0432\u0430\u0440:\u044f|\u044c,\u0424\u0435\u0432\u0440\u0430\u043b:\u044f|\u044c,\u041c\u0430\u0440\u0442:\u0430|,\u0410\u043f\u0440\u0435\u043b:\u044f|\u044c,\u041c\u0430:\u044f|\u0439,\u0418\u044e\u043d:\u044f|\u044c,\u0418\u044e\u043b:\u044f|\u044c,\u0410\u0432\u0433\u0443\u0441\u0442:\u0430|,\u0421\u0435\u043d\u0442\u044f\u0431\u0440:\u044f|\u044c,\u041e\u043a\u0442\u044f\u0431\u0440:\u044f|\u044c,\u041d\u043e\u044f\u0431\u0440:\u044f|\u044c,\u0414\u0435\u043a\u0430\u0431\u0440:\u044f|\u044c;\u0412\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435,\u041f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a,\u0412\u0442\u043e\u0440\u043d\u0438\u043a,\u0421\u0440\u0435\u0434\u0430,\u0427\u0435\u0442\u0432\u0435\u0440\u0433,\u041f\u044f\u0442\u043d\u0438\u0446\u0430,\u0421\u0443\u0431\u0431\u043e\u0442\u0430;\u043c\u0438\u043b\u043b\u0438\u0441\u0435\u043a\u0443\u043d\u0434:\u0430|\u0443|\u044b|,\u0441\u0435\u043a\u0443\u043d\u0434:\u0430|\u0443|\u044b|,\u043c\u0438\u043d\u0443\u0442:\u0430|\u0443|\u044b|,\u0447\u0430\u0441:||\u0430|\u043e\u0432,\u0434\u0435\u043d\u044c|\u0434\u0435\u043d\u044c|\u0434\u043d\u044f|\u0434\u043d\u0435\u0439,\u043d\u0435\u0434\u0435\u043b:\u044f|\u044e|\u0438|\u044c|\u0435,\u043c\u0435\u0441\u044f\u0446:||\u0430|\u0435\u0432|\u0435,\u0433\u043e\u0434|\u0433\u043e\u0434|\u0433\u043e\u0434\u0430|\u043b\u0435\u0442|\u0433\u043e\u0434\u0443;\u043e\u0434:\u0438\u043d|\u043d\u0443,\u0434\u0432:\u0430|\u0435,\u0442\u0440\u0438,\u0447\u0435\u0442\u044b\u0440\u0435,\u043f\u044f\u0442\u044c,\u0448\u0435\u0441\u0442\u044c,\u0441\u0435\u043c\u044c,\u0432\u043e\u0441\u0435\u043c\u044c,\u0434\u0435\u0432\u044f\u0442\u044c,\u0434\u0435\u0441\u044f\u0442\u044c;;\u0432|\u043d\u0430,\u0433\u043e\u0434\u0430;{num} {unit} {sign},{sign} {num} {unit},{date} {month} {year?} {2},{month} {year},{1} {shift} {unit=5-7};{d} {month} {yyyy} \u0433\u043e\u0434\u0430;\u043f\u043e\u0437\u0430\u0432\u0447\u0435\u0440\u0430,\u0432\u0447\u0435\u0440\u0430,\u0441\u0435\u0433\u043e\u0434\u043d\u044f,\u0437\u0430\u0432\u0442\u0440\u0430,\u043f\u043e\u0441\u043b\u0435\u0437\u0430\u0432\u0442\u0440\u0430;,\u043d\u0430\u0437\u0430\u0434,,\u0447\u0435\u0440\u0435\u0437;,\u043f\u0440\u043e\u0448\u043b\u043e:\u0439|\u043c,,\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435:\u0439|\u043c",
70
69
  es:"6;;enero,febrero,marzo,abril,mayo,junio,julio,agosto,septiembre,octubre,noviembre,diciembre;domingo,lunes,martes,mi\u00e9rcoles|miercoles,jueves,viernes,s\u00e1bado|sabado;milisegundo:|s,segundo:|s,minuto:|s,hora:|s,d\u00eda|d\u00edas|dia|dias,semana:|s,mes:|es,a\u00f1o|a\u00f1os|ano|anos;uno,dos,tres,cuatro,cinco,seis,siete,ocho,nueve,diez;;el,de;{sign} {num} {unit},{num} {unit} {sign},{date?} {2} {month} {2} {year?},{1} {unit=5-7} {shift},{1} {shift} {unit=5-7};{d} de {month} de {yyyy};anteayer,ayer,hoy,ma\u00f1ana|manana;,hace,,de ahora;,pasad:o|a,,pr\u00f3ximo|pr\u00f3xima|proximo|proxima",
71
70
  pt:"6;;janeiro,fevereiro,mar\u00e7o,abril,maio,junho,julho,agosto,setembro,outubro,novembro,dezembro;domingo,segunda-feira,ter\u00e7a-feira,quarta-feira,quinta-feira,sexta-feira,s\u00e1bado|sabado;milisegundo:|s,segundo:|s,minuto:|s,hora:|s,dia:|s,semana:|s,m\u00eas|m\u00eases|mes|meses,ano:|s;um,dois,tr\u00eas|tres,quatro,cinco,seis,sete,oito,nove,dez,uma,duas;;a,de;{num} {unit} {sign},{sign} {num} {unit},{date?} {2} {month} {2} {year?},{1} {unit=5-7} {shift},{1} {shift} {unit=5-7};{d} de {month} de {yyyy};anteontem,ontem,hoje,amanh:\u00e3|a;,atr\u00e1s|atras|h\u00e1|ha,,daqui a;,passad:o|a,,pr\u00f3ximo|pr\u00f3xima|proximo|proxima",
72
71
  fr:"2;;janvier,f\u00e9vrier|fevrier,mars,avril,mai,juin,juillet,ao\u00fbt,septembre,octobre,novembre;dimanche,lundi,mardi,mercredi,jeudi,vendredi,samedi;milliseconde:|s,seconde:|s,minute:|s,heure:|s,jour:|s,semaine:|s,mois,an:|s|n\u00e9e|nee;un:|e,deux,trois,quatre,cinq,six,sept,huit,neuf,dix;;l'|la|le;{sign} {num} {unit},{sign} {num} {unit},{1} {date?} {month} {year?},{1} {unit=5-7} {shift};{d} {month} {yyyy};,hier,aujourd'hui,demain;,il y a,,dans|d'ici;,derni:er|\u00e8re|ere,,prochain:|e",it:"2;;Gennaio,Febbraio,Marzo,Aprile,Maggio,Giugno,Luglio,Agosto,Settembre,Ottobre,Novembre,Dicembre;Domenica,Luned:\u00ec|i,Marted:\u00ec|i,Mercoled:\u00ec|i,Gioved:\u00ec|i,Venerd:\u00ec|i,Sabato;millisecond:o|i,second:o|i,minut:o|i,or:a|e,giorn:o|i,settiman:a|e,mes:e|i,ann:o|i;un:|'|a|o,due,tre,quattro,cinque,sei,sette,otto,nove,dieci;;l'|la|il;{num} {unit} {sign},{weekday?} {date?} {month} {year?},{1} {unit=5-7} {shift},{1} {shift} {unit=5-7};{d} {month} {yyyy};,ieri,oggi,domani,dopodomani;,fa,,da adesso;,scors:o|a,,prossim:o|a",
73
72
  de:"2;;Januar,Februar,M\u00e4rz|Marz,April,Mai,Juni,Juli,August,September,November,Dezember;Sonntag,Montag,Dienstag,Mittwoch,Donnerstag,Freitag,Samstag;Millisekunde:|n,Sekunde:|n,Minute:|n,Stunde:|n,Tag:|en,Woche:|n,Monat:|en,Jahr:|en;ein:|e|er|em|en,zwei,drei,vier,fuenf,sechs,sieben,acht,neun,zehn;;der;{sign} {num} {unit},{num} {unit} {sign},{num} {unit} {sign},{sign} {num} {unit},{weekday?} {date?} {month} {year?},{shift} {unit=5-7};{d}. {Month} {yyyy};vorgestern,gestern,heute,morgen,\u00fcbermorgen|ubermorgen|uebermorgen;,vor:|her,,in;,letzte:|r|n|s,,n\u00e4chste:|r|n|s+naechste:|r|n|s",
74
- "zh-TW":"1;\u6708;;\u65e5,\u4e00,\u4e8c,\u4e09,\u56db,\u4e94,\u516d;\u6beb\u79d2,\u79d2\u9418,\u5206\u9418,\u5c0f\u6642,\u5929,\u500b\u661f\u671f|\u9031,\u500b\u6708,\u5e74;\u4e00,\u4e8c,\u4e09,\u56db,\u4e94,\u516d,\u4e03,\u516b,\u4e5d,\u5341;;;{num}{unit}{sign},\u661f\u671f{weekday},{shift}{unit=5-7},{shift}{unit=5}{weekday},{year}\u5e74{month?}\u6708?{date?}\u65e5?,{month}\u6708{date?}\u65e5?,{date}\u65e5;{yyyy}\u5e74{M}\u6708{d}\u65e5;\u524d\u5929,\u6628\u5929,\u4eca\u5929,\u660e\u5929,\u5f8c\u5929;,\u524d,,\u5f8c;,\u4e0a|\u53bb,\u9019,\u4e0b|\u660e",
75
- "zh-CN":"1;\u6708;;\u65e5,\u4e00,\u4e8c,\u4e09,\u56db,\u4e94,\u516d;\u6beb\u79d2,\u79d2\u949f,\u5206\u949f,\u5c0f\u65f6,\u5929,\u4e2a\u661f\u671f|\u5468,\u4e2a\u6708,\u5e74;\u4e00,\u4e8c,\u4e09,\u56db,\u4e94,\u516d,\u4e03,\u516b,\u4e5d,\u5341;;;{num}{unit}{sign},\u661f\u671f{weekday},{shift}{unit=5-7},{shift}{unit=5}{weekday},{year}\u5e74{month?}\u6708?{date?}\u65e5?,{month}\u6708{date?}\u65e5?,{date}\u65e5;{yyyy}\u5e74{M}\u6708{d}\u65e5;\u524d\u5929,\u6628\u5929,\u4eca\u5929,\u660e\u5929,\u540e\u5929;,\u524d,,\u540e;,\u4e0a|\u53bb,\u8fd9,\u4e0b|\u660e"};
76
- m(ga,true,false,{getMonth:function(a){return Object.isNumber(a)?a-1:v(this.months,RegExp(a,"i"),0,false,true)%12},getWeekday:function(a){return v(this.weekdays,RegExp(a,"i"),0,false,true)%7},getNumber:function(a){var b;return Object.isNumber(a)?a:a&&(b=this.numbers.indexOf(a))!==-1?(b+1)%10:1},getNumericDate:function(a){var b=this;return a.replace(this.numbers[9],"").each(function(c){return b.getNumber(c)}).join("")},getEnglishUnit:function(a){return English.units[this.units.indexOf(a)%8]},relative:function(a,
77
- b,c){var d,e;d=c>0?this.futureFormat:this.pastFormat;if(this.code=="ru"){e=a.toString().from(-1);switch(true){case e==1:e=1;break;case e>=2&&e<=4:e=2;break;default:e=3}}else e=this.hasPlural&&a>1?1:0;e=this.units[e*8+b]||this.units[b];if(this.capitalizeUnit)e=e.capitalize();b=v(this.modifiers,function(g){return g.name=="sign"&&g.value==(c>0?1:-1)});return d.assign({num:a,unit:e,sign:b.text})}});m(Date,false,false,{create:function(){return L(arguments)},now:function(){return(new Date).getTime()},setLocale:function(a,
78
- b){var c=C(a,false,b);if(c){Date.currentLocale=a;da(c);return c}},getLocale:function(a){return C(a,true)},addFormat:function(a,b,c,d){ka.push({variant:d,locale:c,reg:RegExp("^"+a+"$","i"),to:b})}});m(Date,true,false,{set:function(){var a=D(arguments);return O(this,a[0],a[1])},setUTC:function(){var a=D(arguments);return O(this,a[0],a[1],true)},setWeekday:function(a){a!==undefined&&this.setDate(this.getDate()+a-this.getDay())},setUTCWeekday:function(a){a!==undefined&&this.setDate(this.getUTCDate()+
79
- a-this.getDay())},setWeek:function(a){if(a!==undefined){this.getDate();this.setMonth(0);this.setDate(a*7+1)}},setUTCWeek:function(a){if(a!==undefined){this.getUTCDate();this.setMonth(0);this.setUTCDate(a*7+1)}},getWeek:function(){var a=new Date(this.getFullYear(),0,1);return((this.getTime()-a.getTime()+1)/6048E5).ceil()},getUTCWeek:function(){var a=(new Date).setUTC(this.getUTCFullYear(),0,1,0,0,0,0);return((this.getTime()-a.getTime()+1)/6048E5).ceil()},getUTCOffset:function(a){var b=this.utc?0:this.getTimezoneOffset(),
80
- c=a===true?":":"";if(!b&&a)return"Z";return r(-b/60).pad(2,true)+c+(b%60).pad(2)},toUTC:function(){if(this.utc)return this;var a=this.clone().addMinutes(this.getTimezoneOffset());a.utc=true;return a},isUTC:function(){return this.utc||this.getTimezoneOffset()===0},advance:function(){var a=D(arguments);return O(this,a[0],false,false,1,true)},rewind:function(){var a=D(arguments);return O(this,a[0],false,false,-1)},isValid:function(){return!isNaN(this.getTime())},isAfter:function(a,b){return this.getTime()>
81
- Date.create(a).getTime()-(b||0)},isBefore:function(a,b){return this.getTime()<Date.create(a).getTime()+(b||0)},isBetween:function(a,b,c){var d=this.getTime();a=Date.create(a).getTime();var e=Date.create(b).getTime();b=Math.min(a,e);a=Math.max(a,e);c=c||0;return b-c<d&&a+c>d},isLeapYear:function(){var a=this.getFullYear();return a%4===0&&a%100!==0||a%400===0},daysInMonth:function(){return 32-(new Date(this.getFullYear(),this.getMonth(),32)).getDate()},format:function(a,b){return T(this,a,false,b)},
82
- relative:function(a,b){if(Object.isString(a)){b=a;a=null}return T(this,a,true,b)},is:function(a,b){var c;if(Object.isString(a)){a=a.trim().toLowerCase();switch(true){case a==="future":return this.getTime()>(new Date).getTime();case a==="past":return this.getTime()<(new Date).getTime();case a==="weekday":return this.getDay()>0&&this.getDay()<6;case a==="weekend":return this.getDay()===0||this.getDay()===6;case (c=English.weekdays.indexOf(a)%7)>-1:return this.getDay()===c;case (c=English.months.indexOf(a)%
83
- 12)>-1:return this.getMonth()===c}}return xa(this,a,b)},resetTime:function(){return this.set({hour:0,minute:0,second:0,millisecond:0})},clone:function(){return new Date(this.getTime())}});m(Date,true,false,{getWeekday:Date.prototype.getDay,getUTCWeekday:Date.prototype.getUTCDay});RegExp.NPCGSupport=/()??/.exec("")[1]===undefined;m(RegExp,false,false,{escape:function(a){return a.replace(/([/'*+?|()\[\]{}.^$])/g,"\\$1")}});m(RegExp,true,false,{setFlags:function(a){return RegExp(this.source,a)},addFlag:function(a){var b=
84
- "";if(this.global||a=="g")b+="g";if(this.ignoreCase||a=="i")b+="i";if(this.multiline||a=="m")b+="m";if(this.sticky||a=="y")b+="y";return this.setFlags(b)},removeFlag:function(a){var b="";if(this.global&&a!="g")b+="g";if(this.ignoreCase&&a!="i")b+="i";if(this.multiline&&a!="m")b+="m";if(this.sticky&&a!="y")b+="y";return this.setFlags(b)}});m(Function,true,false,{lazy:function(a,b){function c(){c.timers&&c.timers.length>=b||U(c,r(++e*a),d,this,arguments)}var d=this;if(a===undefined)a=0;if(b===undefined)b=
85
- Infinity;var e=0;return c},delay:function(a){Object.isNumber(a)||(a=0);var b=Array.prototype.slice.call(arguments,1);U(this,a,this,this,b);return this},debounce:function(a,b){var c=this,d,e,g;if(b===undefined)b=true;if(b){d=function(){c.cancel()};e=c}else{d=c;e=function(){g=false}}return function(){if(!g){d.apply(this,arguments);U(c,a,e,this,arguments);g=!b}}},cancel:function(){if(Object.isArray(this.timers)){k(this.timers,function(a){clearTimeout(a)});this.timers=[]}return this},after:function(a){var b=
86
- this,c=0;Object.isNumber(a)||(a=1);return function(){c++;if(c==a){c=0;return b.apply(this,arguments)}}},once:function(){var a=this;return function(){return a.hasOwnProperty("memo")?a.memo:a.memo=a.apply(this,arguments)}}});m(Object,false,false,{isArray:Array.isArray});(function(){var a={};Y.slice(1).forEach(function(b){a["is"+b]=function(c){return P(c,b)}});m(Object,false,false,a)})();(function(){Z.forEach(function(a){l(B.prototype,a,function(){return Object[a].apply(null,[this].concat(Array.prototype.slice.call(arguments)))})})})();
87
- (function(){m(Object,false,true,{watch:function(a,b,c){if(V){var d=a[b];Object.defineProperty(a,b,{get:function(){return d},set:function(e){d=c.call(a,b,d,e)},enumerable:true,configurable:true})}}})})();(function(a){if(typeof btoa==="undefined"){btoa=function(b){var c="",d,e,g,h,f,i,j=0;do{d=b.charCodeAt(j++);e=b.charCodeAt(j++);g=b.charCodeAt(j++);h=d>>2;d=(d&3)<<4|e>>4;f=(e&15)<<2|g>>6;i=g&63;if(isNaN(e))f=i=64;else if(isNaN(g))i=64;c=c+a.charAt(h)+a.charAt(d)+a.charAt(f)+a.charAt(i)}while(j<b.length);
88
- return c};atob=function(b){var c="",d,e,g,h,f,i=0;if(/[^A-Za-z0-9\+\/\=]/g.test(b))throw Error("String contains invalid base64 characters");b=b.replace(/[^A-Za-z0-9\+\/\=]/g,"");do{d=a.indexOf(b.charAt(i++));e=a.indexOf(b.charAt(i++));h=a.indexOf(b.charAt(i++));f=a.indexOf(b.charAt(i++));d=d<<2|e>>4;e=(e&15)<<4|h>>2;g=(h&3)<<6|f;c+=d.chr();if(h!=64)c+=e.chr();if(f!=64)c+=g.chr()}while(i<b.length);return unescape(c)}}})("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=");(function(){var a=
89
- /^\s+$/.test(F());try{String.prototype.trim.call([1])}catch(b){a=false}var c=RegExp("^["+F()+"]+"),d=RegExp("["+F()+"]+$");m(String,true,!a,{trim:function(){return this.toString().trimLeft().trimRight()},trimLeft:function(){return this.replace(c,"")},trimRight:function(){return this.replace(d,"")}})})();(function(){var a;k(Aa,function(b){b.start.upto(b.end,function(c){w(b.type,c.chr(),(c+b.shift).chr())})});"\u30a2\u30a4\u30a6\u30a8\u30aa\u30a1\u30a3\u30a5\u30a7\u30a9\u30ab\u30ad\u30af\u30b1\u30b3\u30b5\u30b7\u30b9\u30bb\u30bd\u30bf\u30c1\u30c4\u30c3\u30c6\u30c8\u30ca\u30cb\u30cc\u30cd\u30ce\u30cf\u30d2\u30d5\u30d8\u30db\u30de\u30df\u30e0\u30e1\u30e2\u30e4\u30e3\u30e6\u30e5\u30e8\u30e7\u30e9\u30ea\u30eb\u30ec\u30ed\u30ef\u30f2\u30f3\u30fc\u30fb".each(function(b,
90
- c){a="\uff71\uff72\uff73\uff74\uff75\uff67\uff68\uff69\uff6a\uff6b\uff76\uff77\uff78\uff79\uff7a\uff7b\uff7c\uff7d\uff7e\uff7f\uff80\uff81\uff82\uff6f\uff83\uff84\uff85\uff86\uff87\uff88\uff89\uff8a\uff8b\uff8c\uff8d\uff8e\uff8f\uff90\uff91\uff92\uff93\uff94\uff6c\uff95\uff6d\uff96\uff6e\uff97\uff98\uff99\uff9a\uff9b\uff9c\uff66\uff9d\uff70\uff65".charAt(c);w("k",a,b);Da.test(b)&&w("k",a+"\uff9e",b.shift(1));Ea.test(b)&&w("k",a+"\uff9f",b.shift(2))});"\u3002\u3001\u300c\u300d\uffe5\uffe0\uffe1".each(function(b,
91
- c){w("p","\uff61\uff64\uff62\uff63\u00a5\u00a2\u00a3".charAt(c),b)});w("k","\uff73\uff9e","\u30f4");w("k","\uff66\uff9e","\u30fa");w("s"," ","\u3000")})();(function(){za.each(function(a){var b=RegExp("^["+a.source+"\\s]+$"),c=RegExp("["+a.source+"]");a.names.each(function(d){l(String.prototype,"is"+d,function(){return b.test(this.trim())});l(String.prototype,"has"+d,function(){return c.test(this)})})})})();English=Date.setLocale("en");(function(){k(E,function(a,b){var c=a.unit,d=c.capitalize(),e=
92
- a.multiplier();l(Date.prototype,c+"sSince",function(g,h){return r((this.getTime()-Date.create(g,h).getTime())/e)});l(Date.prototype,c+"sUntil",function(g,h){return r((Date.create(g,h).getTime()-this.getTime())/e)});l(Date.prototype,c+"sAgo",Date.prototype[c+"sUntil"]);l(Date.prototype,c+"sFromNow",Date.prototype[c+"sSince"]);l(Date.prototype,"add"+d+"s",function(g){var h={};h[c]=g;return this.advance(h)});qa(c,e);b<3&&k(["Last","This","Next"],function(g){l(Date.prototype,"is"+g+d,function(){return this.is(g+
93
- " "+c)})});if(b<4){l(Date.prototype,"beginningOf"+d,function(){var g={};switch(c){case "year":g.year=this.getFullYear();break;case "month":g.month=this.getMonth();break;case "day":g.day=this.getDate();break;case "week":g.weekday=0}return this.set(g,true)});l(Date.prototype,"endOf"+d,function(){var g={hours:23,minutes:59,seconds:59,milliseconds:999};switch(c){case "year":g.month=11;g.day=31;break;case "month":g.day=this.daysInMonth();break;case "week":g.weekday=6}return this.set(g,true)})}})})();(function(){ia=
94
- E.clone().removeAt(2);N=E.clone().reverse();var a="\\d{1,2}|"+English.months.join("|");k(Fa,function(b){Date.addFormat(b.src.replace(/\{month\}/,a)+ea,b.to.concat(Q),"en",b.variant)});Date.addFormat(R,Q)})();(function(){var a=English.weekdays.slice(0,7),b=English.months.slice(0,12);k(["today","yesterday","tomorrow","weekday","weekend","future","past"].concat(a).concat(b),function(c){l(Date.prototype,"is"+c.capitalize(),function(){return this.is(c)})})})();(function(){var a=new Date(1999,11,31);m(Date,
95
- true,!(a.toISOString&&a.ISOString==="1999-12-31T00:00:00.000Z"),{toISOString:function(){return T(this.toUTC(),Date.ISO8601_DATETIME)}});m(Date,true,false,{iso:Date.prototype.toISOString})})();(function(){var a=new Date(1999,11,31);m(Date,true,!(a.toJSON&&a.toJSON==="1999-12-31T00:00:00.000Z"),{toJSON:Date.prototype.toISOString})})();Date.DSTOffset=((new Date(2E3,6,1)).getTimezoneOffset()-(new Date(2E3,0,1)).getTimezoneOffset())*60*1E3;Date.INTERNATIONAL_TIME="{h}:{mm}:{ss}";Date.RFC1123="{Dow}, {dd} {Mon} {yyyy} {hh}:{mm}:{ss} {tz}";
96
- Date.RFC1036="{Weekday}, {dd}-{Mon}-{yy} {hh}:{mm}:{ss} {tz}";Date.ISO8601_DATE="{yyyy}-{MM}-{dd}";Date.ISO8601_DATETIME="{yyyy}-{MM}-{dd}T{hh}:{mm}:{ss}.{ms}{isotz}";Date.ISO8601=Date.ISO8601_DATETIME;(function(){var a=false;if(Function.prototype.bind){a=function(){};var b=a.bind();a=new b instanceof b&&!(new a instanceof b)}m(Function,true,!a,{bind:function(c){var d=this,e=Array.prototype.slice.call(arguments,1),g,h;if(!Object.isFunction(this))throw new TypeError("Function.prototype.bind called on a non-function");
97
- h=function(){return d.apply(d.prototype&&this instanceof d?this:c,e.concat(Array.prototype.slice.call(arguments)))};g=function(){};g.prototype=this.prototype;h.prototype=new g;return h}})})()})();
73
+ "zh-TW":"1;\u6708;;\u65e5,\u4e00,\u4e8c,\u4e09,\u56db,\u4e94,\u516d;\u6beb\u79d2,\u79d2\u9418,\u5206\u9418,\u5c0f\u6642,\u5929,\u500b\u661f\u671f|\u9031,\u500b\u6708,\u5e74;;;\u65e5|\u865f;{num}{unit}{sign},\u661f\u671f{weekday},{shift}{unit=5-7},{shift}{unit=5}{weekday},{year}\u5e74{month?}\u6708?{date?}{1},{month}\u6708{date?}{1},{date}{1};{yyyy}\u5e74{M}\u6708{d}\u65e5;\u524d\u5929,\u6628\u5929,\u4eca\u5929,\u660e\u5929,\u5f8c\u5929;,\u524d,,\u5f8c;,\u4e0a|\u53bb,\u9019,\u4e0b|\u660e","zh-CN":"1;\u6708;;\u65e5,\u4e00,\u4e8c,\u4e09,\u56db,\u4e94,\u516d;\u6beb\u79d2,\u79d2\u949f,\u5206\u949f,\u5c0f\u65f6,\u5929,\u4e2a\u661f\u671f|\u5468,\u4e2a\u6708,\u5e74;;;\u65e5|\u53f7;{num}{unit}{sign},\u661f\u671f{weekday},{shift}{unit=5-7},{shift}{unit=5}{weekday},{year}\u5e74{month?}\u6708?{date?}{1},{month}\u6708{date?}{1},{date}{1};{yyyy}\u5e74{M}\u6708{d}\u65e5;\u524d\u5929,\u6628\u5929,\u4eca\u5929,\u660e\u5929,\u540e\u5929;,\u524d,,\u540e;,\u4e0a|\u53bb,\u8fd9,\u4e0b|\u660e"};
74
+ t(ua,j,z,{getMonth:function(a){return i.isNumber(a)?a-1:H(this.months,r(a,"i"),0,z,j)%12},p:function(a){return H(this.weekdays,r(a,"i"),0,z,j)%7},o:function(a){var b;return i.isNumber(a)?a:a&&(b=this.numbers.indexOf(a))!==-1?(b+1)%10:1},t:function(a){var b=this;return a.replace(this.numbers[9],"").each(function(c){return b.o(c)}).join("")},s:function(a){return English.units[this.units.indexOf(a)%8]},z:function(a,b,c){var d,e;d=c>0?this.futureRelativeFormat:this.pastRelativeFormat;if(this.code=="ru"){e=
75
+ a.toString().from(-1);switch(j){case e==1:e=1;break;case e>=2&&e<=4:e=2;break;default:e=3}}else e=this.hasPlural&&a>1?1:0;e=this.units[e*8+b]||this.units[b];if(this.capitalizeUnit)e=e.capitalize();b=H(this.modifiers,function(f){return f.name=="sign"&&f.value==(c>0?1:-1)});return d.assign({num:a,unit:e,sign:b.text})}});t(m,z,z,{create:function(){return W(arguments)},now:function(){return(new m).getTime()},setLocale:function(a,b){var c=O(a,z,b);if(c){Date.currentLocale=a;ra(c);return c}},getLocale:function(a){return O(a,
76
+ j)},addFormat:function(a,b,c,d){za.push({l:d,v:c,w:r("^"+a+"$","i"),to:b})}});t(m,j,z,{set:function(){var a=P(arguments);return Z(this,a[0],a[1])},setUTC:function(){var a=P(arguments);return Z(this,a[0],a[1],j)},setWeekday:function(a){q(a)||this.setDate(this.getDate()+a-this.getDay())},setUTCWeekday:function(a){q(a)||this.setDate(this.getUTCDate()+a-this.getDay())},setWeek:function(a){if(!q(a)){this.setMonth(0);this.setDate(a*7+1)}},setUTCWeek:function(a){if(!q(a)){this.setMonth(0);this.setUTCDate(a*
77
+ 7+1)}},getWeek:function(){return((this.getTime()-(new m(this.getFullYear(),0,1)).getTime()+1)/6048E5).ceil()},getUTCWeek:function(){return((this.getTime()-(new m).setUTC(this.getUTCFullYear(),0,1,0,0,0,0).getTime()+1)/6048E5).ceil()},getUTCOffset:function(a){var b=this.k?0:this.getTimezoneOffset(),c=a===j?":":"";if(!b&&a)return"Z";return x(-b/60).pad(2,j)+c+(b%60).pad(2)},toUTC:function(){if(this.k)return this;var a=this.clone().addMinutes(this.getTimezoneOffset());a.k=j;return a},isUTC:function(){return this.k||
78
+ this.getTimezoneOffset()===0},advance:function(){var a=P(arguments);return Z(this,a[0],z,z,1,j)},rewind:function(){var a=P(arguments);return Z(this,a[0],z,z,-1)},isValid:function(){return!isNaN(this.getTime())},isAfter:function(a,b){return this.getTime()>m.create(a).getTime()-(b||0)},isBefore:function(a,b){return this.getTime()<m.create(a).getTime()+(b||0)},isBetween:function(a,b,c){var d=this.getTime();a=m.create(a).getTime();var e=m.create(b).getTime();b=Math.min(a,e);a=Math.max(a,e);c=c||0;return b-
79
+ c<d&&a+c>d},isLeapYear:function(){var a=this.getFullYear();return a%4===0&&a%100!==0||a%400===0},daysInMonth:function(){return 32-(new m(this.getFullYear(),this.getMonth(),32)).getDate()},format:function(a,b){return da(this,a,z,b)},relative:function(a,b){if(i.isString(a)){b=a;a=l}return da(this,a,j,b)},is:function(a,b){var c;if(i.isString(a)){a=a.trim().toLowerCase();switch(j){case a==="future":return this.getTime()>(new m).getTime();case a==="past":return this.getTime()<(new m).getTime();case a===
80
+ "weekday":return this.getDay()>0&&this.getDay()<6;case a==="weekend":return this.getDay()===0||this.getDay()===6;case (c=English.weekdays.indexOf(a)%7)>-1:return this.getDay()===c;case (c=English.months.indexOf(a)%12)>-1:return this.getMonth()===c}}return Oa(this,a,b)},resetTime:function(){return this.set({hour:0,minute:0,second:0,millisecond:0})},clone:function(){return new m(this.getTime())}});t(m,j,z,{getWeekday:m.prototype.getDay,getUTCWeekday:m.prototype.getUTCDay});r.n=q(r("()??").exec("")[1]);
81
+ t(r,z,z,{escape:function(a){return a.replace(/([/'*+?|()\[\]{}.^$])/g,"\\$1")}});t(r,j,z,{getFlags:function(){return ea(this)},setFlags:function(a){return r(this.source,a)},addFlag:function(a){return this.setFlags(ea(this,a))},removeFlag:function(a){return this.setFlags(ea(this).replace(a,""))}});t(Function,j,z,{lazy:function(a,b){function c(){if(!(h||f.length==0)){for(var n=Math.max(f.length-k,0);f.length>n;)Function.prototype.apply.apply(e,f.shift());fa(d,g,function(){h=z;c()});h=j}}function d(){if(!(h&&
82
+ f.length>b-2)){f.push([this,arguments]);c()}}var e=this,f=[],h=z,g,k;a=a||1;b=b||Infinity;g=a.ceil();k=x(g/a);return d},delay:function(a){i.isNumber(a)||(a=0);var b=D(arguments,1);fa(this,a,this,this,b);return this},debounce:function(a,b){var c=this;return b===z?this.lazy(a,1):function(){c.cancel();fa(c,a,c,this,arguments)}},cancel:function(){if(i.isArray(this.g))for(;this.g.length>0;)clearTimeout(this.g.shift());return this},after:function(a){var b=this,c=0;i.isNumber(a)||(a=1);return function(){c++;
83
+ if(c==a){c=0;return b.apply(this,arguments)}}},once:function(){var a=this;return function(){return a.hasOwnProperty("memo")?a.memo:a.memo=a.apply(this,arguments)}},fill:function(){var a=this,b=D(arguments);return function(){var c=D(arguments);p(b,function(d,e){if(d!==v||e>=c.length)c.insert(d,e)});return a.apply(this,c)}}});ha($.prototype);(function(){t(i,z,j,{watch:function(a,b,c){if(ia){var d=a[b];i.defineProperty(a,b,{get:function(){return d},set:function(e){d=c.call(a,b,d,e)},enumerable:j,configurable:j})}}})})();
84
+ (function(a){if(this.btoa===v){var b=/[^A-Za-z0-9\+\/\=]/g;btoa=function(c){var d="",e,f,h,g,k,n,o=0;do{e=c.charCodeAt(o++);f=c.charCodeAt(o++);h=c.charCodeAt(o++);g=e>>2;e=(e&3)<<4|f>>4;k=(f&15)<<2|h>>6;n=h&63;if(isNaN(f))k=n=64;else if(isNaN(h))n=64;d=d+a.charAt(g)+a.charAt(e)+a.charAt(k)+a.charAt(n)}while(o<c.length);return d};atob=function(c){var d="",e,f,h,g,k,n=0;if(c.match(b))throw Error("String contains invalid base64 characters");c=c.replace(/[^A-Za-z0-9\+\/\=]/g,"");do{e=a.indexOf(c.charAt(n++));
85
+ f=a.indexOf(c.charAt(n++));g=a.indexOf(c.charAt(n++));k=a.indexOf(c.charAt(n++));e=e<<2|f>>4;f=(f&15)<<4|g>>2;h=(g&3)<<6|k;d+=e.chr();if(g!=64)d+=f.chr();if(k!=64)d+=h.chr()}while(n<c.length);return unescape(d)}}})("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=");(function(){var a=G().match(/^\s+$/);try{B.prototype.trim.call([1])}catch(b){a=z}var c=r("^["+G()+"]+"),d=r("["+G()+"]+$");t(B,j,!a,{trim:function(){return this.toString().trimLeft().trimRight()},trimLeft:function(){return this.replace(c,
86
+ "")},trimRight:function(){return this.replace(d,"")}})})();(function(){var a;p(Ra,function(b){b.start.upto(b.end,function(c){E(b.type,c.chr(),(c+b.shift).chr())})});"\u30a2\u30a4\u30a6\u30a8\u30aa\u30a1\u30a3\u30a5\u30a7\u30a9\u30ab\u30ad\u30af\u30b1\u30b3\u30b5\u30b7\u30b9\u30bb\u30bd\u30bf\u30c1\u30c4\u30c3\u30c6\u30c8\u30ca\u30cb\u30cc\u30cd\u30ce\u30cf\u30d2\u30d5\u30d8\u30db\u30de\u30df\u30e0\u30e1\u30e2\u30e4\u30e3\u30e6\u30e5\u30e8\u30e7\u30e9\u30ea\u30eb\u30ec\u30ed\u30ef\u30f2\u30f3\u30fc\u30fb".each(function(b,
87
+ c){a="\uff71\uff72\uff73\uff74\uff75\uff67\uff68\uff69\uff6a\uff6b\uff76\uff77\uff78\uff79\uff7a\uff7b\uff7c\uff7d\uff7e\uff7f\uff80\uff81\uff82\uff6f\uff83\uff84\uff85\uff86\uff87\uff88\uff89\uff8a\uff8b\uff8c\uff8d\uff8e\uff8f\uff90\uff91\uff92\uff93\uff94\uff6c\uff95\uff6d\uff96\uff6e\uff97\uff98\uff99\uff9a\uff9b\uff9c\uff66\uff9d\uff70\uff65".charAt(c);E("k",a,b);b.match(Ua)&&E("k",a+"\uff9e",b.shift(1));b.match(Va)&&E("k",a+"\uff9f",b.shift(2))});"\u3002\u3001\u300c\u300d\uffe5\uffe0\uffe1".each(function(b,
88
+ c){E("p","\uff61\uff64\uff62\uff63\u00a5\u00a2\u00a3".charAt(c),b)});E("k","\uff73\uff9e","\u30f4");E("k","\uff66\uff9e","\u30fa");E("s"," ","\u3000")})();(function(){Qa.each(function(a){var b=r("^["+a.source+"\\s]+$"),c=r("["+a.source+"]");a.d.each(function(d){s(B.prototype,"is"+d,function(){return b.test(this.trim())});s(B.prototype,"has"+d,function(){return c.test(this)})})})})();English=m.setLocale("en");(function(){p(Q,function(a,b){var c=a.a,d=c.capitalize(),e=a.e();s(m.prototype,c+"sSince",
89
+ function(f,h){return x((this.getTime()-m.create(f,h).getTime())/e)});s(m.prototype,c+"sUntil",function(f,h){return x((m.create(f,h).getTime()-this.getTime())/e)});s(m.prototype,c+"sAgo",m.prototype[c+"sUntil"]);s(m.prototype,c+"sFromNow",m.prototype[c+"sSince"]);s(m.prototype,"add"+d+"s",function(f){var h={};h[c]=f;return this.advance(h)});Ea(c,e);b<3&&p(["Last","This","Next"],function(f){s(m.prototype,"is"+f+d,function(){return this.is(f+" "+c)})});if(b<4){s(m.prototype,"beginningOf"+d,function(){var f=
90
+ {};switch(c){case "year":f.year=this.getFullYear();break;case "month":f.month=this.getMonth();break;case "day":f.day=this.getDate();break;case "week":f.weekday=0}return this.set(f,j)});s(m.prototype,"endOf"+d,function(){var f={hours:23,minutes:59,seconds:59,milliseconds:999};switch(c){case "year":f.month=11;f.day=31;break;case "month":f.day=this.daysInMonth();break;case "week":f.weekday=6}return this.set(f,j)})}})})();(function(){xa=Q.clone().removeAt(2);Y=Q.clone().reverse();var a="\\d{1,2}|"+English.months.join("|");
91
+ p(Wa,function(b){m.addFormat(b.src.replace(/\{month\}/,a)+sa,b.to.concat(aa),"en",b.l)});m.addFormat(ba,aa)})();(function(){var a=English.weekdays.slice(0,7),b=English.months.slice(0,12);p(["today","yesterday","tomorrow","weekday","weekend","future","past"].concat(a).concat(b),function(c){s(m.prototype,"is"+c.capitalize(),function(){return this.is(c)})})})();t(m,z,j,{DSTOffset:((new m(2E3,6,1)).getTimezoneOffset()-(new m(2E3,0,1)).getTimezoneOffset())*60*1E3,INTERNATIONAL_TIME:"{h}:{mm}:{ss}",RFC1123:"{Dow}, {dd} {Mon} {yyyy} {HH}:{mm}:{ss} {tz}",
92
+ RFC1036:"{Weekday}, {dd}-{Mon}-{yy} {HH}:{mm}:{ss} {tz}",ISO8601_DATE:"{yyyy}-{MM}-{dd}",ISO8601_DATETIME:"{yyyy}-{MM}-{dd}T{HH}:{mm}:{ss}.{fff}{isotz}"});(function(){var a=new m(m.UTC(1999,11,31));if(!a.toISOString||a.toISOString()!=="1999-12-31T00:00:00.000Z")t(m,j,j,{toISOString:function(){return da(this.toUTC(),m.ISO8601_DATETIME)}});if(!a.toJSON||a.toJSON()!=="1999-12-31T00:00:00.000Z")t(m,j,j,{toJSON:m.prototype.toISOString});t(m,j,z,{iso:m.prototype.toISOString})})();(function(){var a=z;if(Function.prototype.q){a=
93
+ function(){};var b=a.q();a=new b instanceof b&&!(new a instanceof b)}t(Function,j,!a,{bind:function(c){var d=this,e=D(arguments,1),f,h;if(!i.isFunction(this))throw new TypeError("Function.prototype.bind called on a non-function");h=function(){return d.apply(d.prototype&&this instanceof d?this:c,e.concat(D(arguments)))};f=function(){};f.prototype=this.prototype;h.prototype=new f;return h}})})()})();
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sugar-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-10-21 00:00:00.000000000Z
12
+ date: 2011-11-10 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
16
- requirement: &2170914540 !ruby/object:Gem::Requirement
16
+ requirement: &2237300700 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 3.1.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2170914540
24
+ version_requirements: *2237300700
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: bundler
27
- requirement: &2170914040 !ruby/object:Gem::Requirement
27
+ requirement: &2237300200 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: 1.1.pre8
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *2170914040
35
+ version_requirements: *2237300200
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: rake
38
- requirement: &2170913580 !ruby/object:Gem::Requirement
38
+ requirement: &2237299740 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ~>
@@ -43,7 +43,7 @@ dependencies:
43
43
  version: 0.9.2
44
44
  type: :development
45
45
  prerelease: false
46
- version_requirements: *2170913580
46
+ version_requirements: *2237299740
47
47
  description: Sugar, tastefully bundled for the Rails 3.1 asset pipeline. Sweet!
48
48
  email:
49
49
  - github@phlippers.net
@@ -76,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
76
  version: '0'
77
77
  segments:
78
78
  - 0
79
- hash: -2297859887792056191
79
+ hash: 2795577336236377714
80
80
  required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  none: false
82
82
  requirements:
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  version: '0'
86
86
  segments:
87
87
  - 0
88
- hash: -2297859887792056191
88
+ hash: 2795577336236377714
89
89
  requirements: []
90
90
  rubyforge_project:
91
91
  rubygems_version: 1.8.10