card-mod-date 0.15.5 → 0.15.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/vendor/moment/CHANGELOG.md +964 -0
- data/vendor/moment/CONTRIBUTING.md +103 -0
- data/vendor/moment/FAQ.md +28 -0
- data/vendor/moment/Gruntfile.js +255 -0
- data/vendor/moment/LICENSE +22 -0
- data/vendor/moment/Moment.js.nuspec +31 -0
- data/vendor/moment/README.md +55 -0
- data/vendor/moment/benchmarks/add.js +22 -0
- data/vendor/moment/benchmarks/clone.js +10 -0
- data/vendor/moment/benchmarks/compare.js +33 -0
- data/vendor/moment/benchmarks/endOf.js +22 -0
- data/vendor/moment/benchmarks/fromDate.js +12 -0
- data/vendor/moment/benchmarks/fromDateUtc.js +12 -0
- data/vendor/moment/benchmarks/get.js +21 -0
- data/vendor/moment/benchmarks/isObjectEmpty.js +67 -0
- data/vendor/moment/benchmarks/load-missing.js +13 -0
- data/vendor/moment/benchmarks/makeDuration.js +11 -0
- data/vendor/moment/benchmarks/query.js +40 -0
- data/vendor/moment/benchmarks/set.js +22 -0
- data/vendor/moment/benchmarks/startOf.js +22 -0
- data/vendor/moment/benchmarks/subtract.js +22 -0
- data/vendor/moment/benchmarks/zeroFill.js +43 -0
- data/vendor/moment/bower.json +26 -0
- data/vendor/moment/component.json +147 -0
- data/vendor/moment/composer.json +33 -0
- data/vendor/moment/dist/locale/af.js +71 -0
- data/vendor/moment/dist/locale/ar-dz.js +156 -0
- data/vendor/moment/dist/locale/ar-kw.js +54 -0
- data/vendor/moment/dist/locale/ar-ly.js +171 -0
- data/vendor/moment/dist/locale/ar-ma.js +55 -0
- data/vendor/moment/dist/locale/ar-sa.js +104 -0
- data/vendor/moment/dist/locale/ar-tn.js +54 -0
- data/vendor/moment/dist/locale/ar.js +189 -0
- data/vendor/moment/dist/locale/az.js +101 -0
- data/vendor/moment/dist/locale/be.js +141 -0
- data/vendor/moment/dist/locale/bg.js +87 -0
- data/vendor/moment/dist/locale/bm.js +52 -0
- data/vendor/moment/dist/locale/bn-bd.js +128 -0
- data/vendor/moment/dist/locale/bn.js +118 -0
- data/vendor/moment/dist/locale/bo.js +122 -0
- data/vendor/moment/dist/locale/br.js +165 -0
- data/vendor/moment/dist/locale/bs.js +149 -0
- data/vendor/moment/dist/locale/ca.js +97 -0
- data/vendor/moment/dist/locale/cs.js +171 -0
- data/vendor/moment/dist/locale/cv.js +62 -0
- data/vendor/moment/dist/locale/cy.js +97 -0
- data/vendor/moment/dist/locale/da.js +53 -0
- data/vendor/moment/dist/locale/de-at.js +79 -0
- data/vendor/moment/dist/locale/de-ch.js +78 -0
- data/vendor/moment/dist/locale/de.js +78 -0
- data/vendor/moment/dist/locale/dv.js +90 -0
- data/vendor/moment/dist/locale/el.js +104 -0
- data/vendor/moment/dist/locale/en-au.js +68 -0
- data/vendor/moment/dist/locale/en-ca.js +64 -0
- data/vendor/moment/dist/locale/en-gb.js +68 -0
- data/vendor/moment/dist/locale/en-ie.js +68 -0
- data/vendor/moment/dist/locale/en-il.js +64 -0
- data/vendor/moment/dist/locale/en-in.js +68 -0
- data/vendor/moment/dist/locale/en-nz.js +68 -0
- data/vendor/moment/dist/locale/en-sg.js +68 -0
- data/vendor/moment/dist/locale/eo.js +68 -0
- data/vendor/moment/dist/locale/es-do.js +104 -0
- data/vendor/moment/dist/locale/es-mx.js +106 -0
- data/vendor/moment/dist/locale/es-us.js +106 -0
- data/vendor/moment/dist/locale/es.js +106 -0
- data/vendor/moment/dist/locale/et.js +78 -0
- data/vendor/moment/dist/locale/eu.js +63 -0
- data/vendor/moment/dist/locale/fa.js +110 -0
- data/vendor/moment/dist/locale/fi.js +121 -0
- data/vendor/moment/dist/locale/fil.js +58 -0
- data/vendor/moment/dist/locale/fo.js +56 -0
- data/vendor/moment/dist/locale/fr-ca.js +69 -0
- data/vendor/moment/dist/locale/fr-ch.js +73 -0
- data/vendor/moment/dist/locale/fr.js +104 -0
- data/vendor/moment/dist/locale/fy.js +77 -0
- data/vendor/moment/dist/locale/ga.js +95 -0
- data/vendor/moment/dist/locale/gd.js +95 -0
- data/vendor/moment/dist/locale/gl.js +74 -0
- data/vendor/moment/dist/locale/gom-deva.js +124 -0
- data/vendor/moment/dist/locale/gom-latn.js +124 -0
- data/vendor/moment/dist/locale/gu.js +121 -0
- data/vendor/moment/dist/locale/he.js +94 -0
- data/vendor/moment/dist/locale/hi.js +119 -0
- data/vendor/moment/dist/locale/hr.js +154 -0
- data/vendor/moment/dist/locale/hu.js +118 -0
- data/vendor/moment/dist/locale/hy-am.js +92 -0
- data/vendor/moment/dist/locale/id.js +76 -0
- data/vendor/moment/dist/locale/is.js +139 -0
- data/vendor/moment/dist/locale/it-ch.js +64 -0
- data/vendor/moment/dist/locale/it.js +106 -0
- data/vendor/moment/dist/locale/ja.js +148 -0
- data/vendor/moment/dist/locale/jv.js +76 -0
- data/vendor/moment/dist/locale/ka.js +92 -0
- data/vendor/moment/dist/locale/kk.js +82 -0
- data/vendor/moment/dist/locale/km.js +102 -0
- data/vendor/moment/dist/locale/kn.js +123 -0
- data/vendor/moment/dist/locale/ko.js +75 -0
- data/vendor/moment/dist/locale/ku.js +118 -0
- data/vendor/moment/dist/locale/ky.js +84 -0
- data/vendor/moment/dist/locale/lb.js +135 -0
- data/vendor/moment/dist/locale/lo.js +65 -0
- data/vendor/moment/dist/locale/lt.js +123 -0
- data/vendor/moment/dist/locale/lv.js +93 -0
- data/vendor/moment/dist/locale/me.js +118 -0
- data/vendor/moment/dist/locale/mi.js +59 -0
- data/vendor/moment/dist/locale/mk.js +85 -0
- data/vendor/moment/dist/locale/ml.js +80 -0
- data/vendor/moment/dist/locale/mn.js +99 -0
- data/vendor/moment/dist/locale/mr.js +202 -0
- data/vendor/moment/dist/locale/ms-my.js +76 -0
- data/vendor/moment/dist/locale/ms.js +75 -0
- data/vendor/moment/dist/locale/mt.js +55 -0
- data/vendor/moment/dist/locale/my.js +91 -0
- data/vendor/moment/dist/locale/nb.js +61 -0
- data/vendor/moment/dist/locale/ne.js +120 -0
- data/vendor/moment/dist/locale/nl-be.js +102 -0
- data/vendor/moment/dist/locale/nl.js +104 -0
- data/vendor/moment/dist/locale/nn.js +60 -0
- data/vendor/moment/dist/locale/oc-lnc.js +83 -0
- data/vendor/moment/dist/locale/pa-in.js +121 -0
- data/vendor/moment/dist/locale/pl.js +139 -0
- data/vendor/moment/dist/locale/pt-br.js +57 -0
- data/vendor/moment/dist/locale/pt.js +62 -0
- data/vendor/moment/dist/locale/ro.js +75 -0
- data/vendor/moment/dist/locale/ru.js +206 -0
- data/vendor/moment/dist/locale/sd.js +81 -0
- data/vendor/moment/dist/locale/se.js +57 -0
- data/vendor/moment/dist/locale/si.js +68 -0
- data/vendor/moment/dist/locale/sk.js +144 -0
- data/vendor/moment/dist/locale/sl.js +170 -0
- data/vendor/moment/dist/locale/sq.js +65 -0
- data/vendor/moment/dist/locale/sr-cyrl.js +116 -0
- data/vendor/moment/dist/locale/sr.js +118 -0
- data/vendor/moment/dist/locale/ss.js +83 -0
- data/vendor/moment/dist/locale/sv.js +68 -0
- data/vendor/moment/dist/locale/sw.js +54 -0
- data/vendor/moment/dist/locale/ta.js +129 -0
- data/vendor/moment/dist/locale/te.js +86 -0
- data/vendor/moment/dist/locale/tet.js +68 -0
- data/vendor/moment/dist/locale/tg.js +116 -0
- data/vendor/moment/dist/locale/th.js +64 -0
- data/vendor/moment/dist/locale/tk.js +91 -0
- data/vendor/moment/dist/locale/tl-ph.js +57 -0
- data/vendor/moment/dist/locale/tlh.js +125 -0
- data/vendor/moment/dist/locale/tr.js +106 -0
- data/vendor/moment/dist/locale/tzl.js +89 -0
- data/vendor/moment/dist/locale/tzm-latn.js +53 -0
- data/vendor/moment/dist/locale/tzm.js +53 -0
- data/vendor/moment/dist/locale/ug-cn.js +110 -0
- data/vendor/moment/dist/locale/uk.js +163 -0
- data/vendor/moment/dist/locale/ur.js +82 -0
- data/vendor/moment/dist/locale/uz-latn.js +53 -0
- data/vendor/moment/dist/locale/uz.js +51 -0
- data/vendor/moment/dist/locale/vi.js +79 -0
- data/vendor/moment/dist/locale/x-pseudo.js +71 -0
- data/vendor/moment/dist/locale/yo.js +53 -0
- data/vendor/moment/dist/locale/zh-cn.js +120 -0
- data/vendor/moment/dist/locale/zh-hk.js +101 -0
- data/vendor/moment/dist/locale/zh-mo.js +100 -0
- data/vendor/moment/dist/locale/zh-tw.js +99 -0
- data/vendor/moment/dist/moment.js +5663 -0
- data/vendor/moment/ender.js +1 -0
- data/vendor/moment/locale/af.js +82 -0
- data/vendor/moment/locale/ar-dz.js +167 -0
- data/vendor/moment/locale/ar-kw.js +65 -0
- data/vendor/moment/locale/ar-ly.js +182 -0
- data/vendor/moment/locale/ar-ma.js +66 -0
- data/vendor/moment/locale/ar-sa.js +115 -0
- data/vendor/moment/locale/ar-tn.js +65 -0
- data/vendor/moment/locale/ar.js +200 -0
- data/vendor/moment/locale/az.js +112 -0
- data/vendor/moment/locale/be.js +152 -0
- data/vendor/moment/locale/bg.js +98 -0
- data/vendor/moment/locale/bm.js +62 -0
- data/vendor/moment/locale/bn-bd.js +139 -0
- data/vendor/moment/locale/bn.js +129 -0
- data/vendor/moment/locale/bo.js +133 -0
- data/vendor/moment/locale/br.js +176 -0
- data/vendor/moment/locale/bs.js +160 -0
- data/vendor/moment/locale/ca.js +108 -0
- data/vendor/moment/locale/cs.js +182 -0
- data/vendor/moment/locale/cv.js +73 -0
- data/vendor/moment/locale/cy.js +108 -0
- data/vendor/moment/locale/da.js +64 -0
- data/vendor/moment/locale/de-at.js +90 -0
- data/vendor/moment/locale/de-ch.js +87 -0
- data/vendor/moment/locale/de.js +89 -0
- data/vendor/moment/locale/dv.js +101 -0
- data/vendor/moment/locale/el.js +115 -0
- data/vendor/moment/locale/en-au.js +79 -0
- data/vendor/moment/locale/en-ca.js +75 -0
- data/vendor/moment/locale/en-gb.js +79 -0
- data/vendor/moment/locale/en-ie.js +79 -0
- data/vendor/moment/locale/en-il.js +75 -0
- data/vendor/moment/locale/en-in.js +79 -0
- data/vendor/moment/locale/en-nz.js +79 -0
- data/vendor/moment/locale/en-sg.js +79 -0
- data/vendor/moment/locale/eo.js +79 -0
- data/vendor/moment/locale/es-do.js +115 -0
- data/vendor/moment/locale/es-mx.js +117 -0
- data/vendor/moment/locale/es-us.js +117 -0
- data/vendor/moment/locale/es.js +117 -0
- data/vendor/moment/locale/et.js +89 -0
- data/vendor/moment/locale/eu.js +74 -0
- data/vendor/moment/locale/fa.js +121 -0
- data/vendor/moment/locale/fi.js +132 -0
- data/vendor/moment/locale/fil.js +69 -0
- data/vendor/moment/locale/fo.js +67 -0
- data/vendor/moment/locale/fr-ca.js +80 -0
- data/vendor/moment/locale/fr-ch.js +84 -0
- data/vendor/moment/locale/fr.js +115 -0
- data/vendor/moment/locale/fy.js +88 -0
- data/vendor/moment/locale/ga.js +106 -0
- data/vendor/moment/locale/gd.js +106 -0
- data/vendor/moment/locale/gl.js +85 -0
- data/vendor/moment/locale/gom-deva.js +135 -0
- data/vendor/moment/locale/gom-latn.js +135 -0
- data/vendor/moment/locale/gu.js +132 -0
- data/vendor/moment/locale/he.js +105 -0
- data/vendor/moment/locale/hi.js +130 -0
- data/vendor/moment/locale/hr.js +165 -0
- data/vendor/moment/locale/hu.js +129 -0
- data/vendor/moment/locale/hy-am.js +103 -0
- data/vendor/moment/locale/id.js +87 -0
- data/vendor/moment/locale/is.js +150 -0
- data/vendor/moment/locale/it-ch.js +75 -0
- data/vendor/moment/locale/it.js +117 -0
- data/vendor/moment/locale/ja.js +159 -0
- data/vendor/moment/locale/jv.js +87 -0
- data/vendor/moment/locale/ka.js +103 -0
- data/vendor/moment/locale/kk.js +93 -0
- data/vendor/moment/locale/km.js +113 -0
- data/vendor/moment/locale/kn.js +134 -0
- data/vendor/moment/locale/ko.js +86 -0
- data/vendor/moment/locale/ku.js +129 -0
- data/vendor/moment/locale/ky.js +95 -0
- data/vendor/moment/locale/lb.js +146 -0
- data/vendor/moment/locale/lo.js +76 -0
- data/vendor/moment/locale/lt.js +134 -0
- data/vendor/moment/locale/lv.js +104 -0
- data/vendor/moment/locale/me.js +129 -0
- data/vendor/moment/locale/mi.js +70 -0
- data/vendor/moment/locale/mk.js +97 -0
- data/vendor/moment/locale/ml.js +91 -0
- data/vendor/moment/locale/mn.js +110 -0
- data/vendor/moment/locale/mr.js +213 -0
- data/vendor/moment/locale/ms-my.js +87 -0
- data/vendor/moment/locale/ms.js +86 -0
- data/vendor/moment/locale/mt.js +66 -0
- data/vendor/moment/locale/my.js +102 -0
- data/vendor/moment/locale/nb.js +72 -0
- data/vendor/moment/locale/ne.js +131 -0
- data/vendor/moment/locale/nl-be.js +113 -0
- data/vendor/moment/locale/nl.js +115 -0
- data/vendor/moment/locale/nn.js +71 -0
- data/vendor/moment/locale/oc-lnc.js +94 -0
- data/vendor/moment/locale/pa-in.js +132 -0
- data/vendor/moment/locale/pl.js +150 -0
- data/vendor/moment/locale/pt-br.js +68 -0
- data/vendor/moment/locale/pt.js +73 -0
- data/vendor/moment/locale/ro.js +86 -0
- data/vendor/moment/locale/ru.js +217 -0
- data/vendor/moment/locale/sd.js +92 -0
- data/vendor/moment/locale/se.js +68 -0
- data/vendor/moment/locale/si.js +79 -0
- data/vendor/moment/locale/sk.js +155 -0
- data/vendor/moment/locale/sl.js +181 -0
- data/vendor/moment/locale/sq.js +76 -0
- data/vendor/moment/locale/sr-cyrl.js +127 -0
- data/vendor/moment/locale/sr.js +129 -0
- data/vendor/moment/locale/ss.js +94 -0
- data/vendor/moment/locale/sv.js +79 -0
- data/vendor/moment/locale/sw.js +65 -0
- data/vendor/moment/locale/ta.js +140 -0
- data/vendor/moment/locale/te.js +97 -0
- data/vendor/moment/locale/tet.js +79 -0
- data/vendor/moment/locale/tg.js +127 -0
- data/vendor/moment/locale/th.js +75 -0
- data/vendor/moment/locale/tk.js +102 -0
- data/vendor/moment/locale/tl-ph.js +68 -0
- data/vendor/moment/locale/tlh.js +136 -0
- data/vendor/moment/locale/tr.js +117 -0
- data/vendor/moment/locale/tzl.js +100 -0
- data/vendor/moment/locale/tzm-latn.js +64 -0
- data/vendor/moment/locale/tzm.js +64 -0
- data/vendor/moment/locale/ug-cn.js +121 -0
- data/vendor/moment/locale/uk.js +174 -0
- data/vendor/moment/locale/ur.js +93 -0
- data/vendor/moment/locale/uz-latn.js +64 -0
- data/vendor/moment/locale/uz.js +62 -0
- data/vendor/moment/locale/vi.js +90 -0
- data/vendor/moment/locale/x-pseudo.js +82 -0
- data/vendor/moment/locale/yo.js +64 -0
- data/vendor/moment/locale/zh-cn.js +131 -0
- data/vendor/moment/locale/zh-hk.js +112 -0
- data/vendor/moment/locale/zh-mo.js +111 -0
- data/vendor/moment/locale/zh-tw.js +110 -0
- data/vendor/moment/meteor/README.md +5 -0
- data/vendor/moment/meteor/export.js +6 -0
- data/vendor/moment/meteor/moment.js +1 -0
- data/vendor/moment/meteor/package.js +27 -0
- data/vendor/moment/meteor/test.js +5 -0
- data/vendor/moment/min/locales.js +12384 -0
- data/vendor/moment/min/locales.min.js +2 -0
- data/vendor/moment/min/locales.min.js.map +1 -0
- data/vendor/moment/min/moment-with-locales.js +18039 -0
- data/vendor/moment/min/moment-with-locales.min.js +2 -0
- data/vendor/moment/min/moment-with-locales.min.js.map +1 -0
- data/vendor/moment/min/moment.min.js +2 -0
- data/vendor/moment/min/moment.min.js.map +1 -0
- data/vendor/moment/min/tests.js +146872 -0
- data/vendor/moment/moment.d.ts +796 -0
- data/vendor/moment/moment.js +5671 -0
- data/vendor/moment/package-lock.json +6460 -0
- data/vendor/moment/package.js +11 -0
- data/vendor/moment/package.json +112 -0
- data/vendor/moment/scripts/locales.js +146 -0
- data/vendor/moment/scripts/npm_prepublish.sh +49 -0
- data/vendor/moment/src/lib/create/check-overflow.js +57 -0
- data/vendor/moment/src/lib/create/date-from-array.js +35 -0
- data/vendor/moment/src/lib/create/from-anything.js +117 -0
- data/vendor/moment/src/lib/create/from-array.js +187 -0
- data/vendor/moment/src/lib/create/from-object.js +20 -0
- data/vendor/moment/src/lib/create/from-string-and-array.js +66 -0
- data/vendor/moment/src/lib/create/from-string-and-format.js +134 -0
- data/vendor/moment/src/lib/create/from-string.js +255 -0
- data/vendor/moment/src/lib/create/local.js +5 -0
- data/vendor/moment/src/lib/create/parsing-flags.js +28 -0
- data/vendor/moment/src/lib/create/utc.js +5 -0
- data/vendor/moment/src/lib/create/valid.js +51 -0
- data/vendor/moment/src/lib/duration/abs.js +18 -0
- data/vendor/moment/src/lib/duration/add-subtract.js +21 -0
- data/vendor/moment/src/lib/duration/as.js +88 -0
- data/vendor/moment/src/lib/duration/bubble.js +68 -0
- data/vendor/moment/src/lib/duration/clone.js +5 -0
- data/vendor/moment/src/lib/duration/constructor.js +42 -0
- data/vendor/moment/src/lib/duration/create.js +132 -0
- data/vendor/moment/src/lib/duration/duration.js +16 -0
- data/vendor/moment/src/lib/duration/get.js +27 -0
- data/vendor/moment/src/lib/duration/humanize.js +114 -0
- data/vendor/moment/src/lib/duration/iso-string.js +68 -0
- data/vendor/moment/src/lib/duration/prototype.js +78 -0
- data/vendor/moment/src/lib/duration/valid.js +54 -0
- data/vendor/moment/src/lib/format/format.js +103 -0
- data/vendor/moment/src/lib/locale/base-config.js +41 -0
- data/vendor/moment/src/lib/locale/calendar.js +15 -0
- data/vendor/moment/src/lib/locale/constructor.js +5 -0
- data/vendor/moment/src/lib/locale/en.js +39 -0
- data/vendor/moment/src/lib/locale/formats.js +36 -0
- data/vendor/moment/src/lib/locale/invalid.js +5 -0
- data/vendor/moment/src/lib/locale/lists.js +93 -0
- data/vendor/moment/src/lib/locale/locale.js +45 -0
- data/vendor/moment/src/lib/locale/locales.js +242 -0
- data/vendor/moment/src/lib/locale/ordinal.js +8 -0
- data/vendor/moment/src/lib/locale/pre-post-format.js +3 -0
- data/vendor/moment/src/lib/locale/prototype.js +88 -0
- data/vendor/moment/src/lib/locale/relative.js +32 -0
- data/vendor/moment/src/lib/locale/set.js +56 -0
- data/vendor/moment/src/lib/moment/add-subtract.js +61 -0
- data/vendor/moment/src/lib/moment/calendar.js +53 -0
- data/vendor/moment/src/lib/moment/clone.js +5 -0
- data/vendor/moment/src/lib/moment/compare.js +72 -0
- data/vendor/moment/src/lib/moment/constructor.js +77 -0
- data/vendor/moment/src/lib/moment/creation-data.js +9 -0
- data/vendor/moment/src/lib/moment/diff.js +79 -0
- data/vendor/moment/src/lib/moment/format.js +78 -0
- data/vendor/moment/src/lib/moment/from.js +20 -0
- data/vendor/moment/src/lib/moment/get-set.js +72 -0
- data/vendor/moment/src/lib/moment/locale.js +34 -0
- data/vendor/moment/src/lib/moment/min-max.js +62 -0
- data/vendor/moment/src/lib/moment/moment.js +28 -0
- data/vendor/moment/src/lib/moment/now.js +3 -0
- data/vendor/moment/src/lib/moment/prototype.js +197 -0
- data/vendor/moment/src/lib/moment/start-end-of.js +164 -0
- data/vendor/moment/src/lib/moment/to-type.js +42 -0
- data/vendor/moment/src/lib/moment/to.js +20 -0
- data/vendor/moment/src/lib/moment/valid.js +15 -0
- data/vendor/moment/src/lib/parse/regex.js +82 -0
- data/vendor/moment/src/lib/parse/token.js +34 -0
- data/vendor/moment/src/lib/units/aliases.js +31 -0
- data/vendor/moment/src/lib/units/constants.js +9 -0
- data/vendor/moment/src/lib/units/day-of-month.js +39 -0
- data/vendor/moment/src/lib/units/day-of-week.js +444 -0
- data/vendor/moment/src/lib/units/day-of-year.js +37 -0
- data/vendor/moment/src/lib/units/era.js +289 -0
- data/vendor/moment/src/lib/units/hour.js +159 -0
- data/vendor/moment/src/lib/units/millisecond.js +76 -0
- data/vendor/moment/src/lib/units/minute.js +29 -0
- data/vendor/moment/src/lib/units/month.js +349 -0
- data/vendor/moment/src/lib/units/offset.js +249 -0
- data/vendor/moment/src/lib/units/priorities.js +21 -0
- data/vendor/moment/src/lib/units/quarter.js +34 -0
- data/vendor/moment/src/lib/units/second.js +29 -0
- data/vendor/moment/src/lib/units/timestamp.js +20 -0
- data/vendor/moment/src/lib/units/timezone.js +16 -0
- data/vendor/moment/src/lib/units/units.js +20 -0
- data/vendor/moment/src/lib/units/week-calendar-utils.js +66 -0
- data/vendor/moment/src/lib/units/week-year.js +140 -0
- data/vendor/moment/src/lib/units/week.js +71 -0
- data/vendor/moment/src/lib/units/year.js +85 -0
- data/vendor/moment/src/lib/utils/abs-ceil.js +7 -0
- data/vendor/moment/src/lib/utils/abs-floor.js +8 -0
- data/vendor/moment/src/lib/utils/abs-round.js +7 -0
- data/vendor/moment/src/lib/utils/compare-arrays.js +18 -0
- data/vendor/moment/src/lib/utils/defaults.js +10 -0
- data/vendor/moment/src/lib/utils/deprecate.js +68 -0
- data/vendor/moment/src/lib/utils/extend.js +19 -0
- data/vendor/moment/src/lib/utils/has-own-prop.js +3 -0
- data/vendor/moment/src/lib/utils/hooks.js +13 -0
- data/vendor/moment/src/lib/utils/index-of.js +18 -0
- data/vendor/moment/src/lib/utils/is-array.js +6 -0
- data/vendor/moment/src/lib/utils/is-calendar-spec.js +25 -0
- data/vendor/moment/src/lib/utils/is-date.js +6 -0
- data/vendor/moment/src/lib/utils/is-function.js +6 -0
- data/vendor/moment/src/lib/utils/is-leap-year.js +3 -0
- data/vendor/moment/src/lib/utils/is-moment-input.js +74 -0
- data/vendor/moment/src/lib/utils/is-number.js +6 -0
- data/vendor/moment/src/lib/utils/is-object-empty.js +15 -0
- data/vendor/moment/src/lib/utils/is-object.js +8 -0
- data/vendor/moment/src/lib/utils/is-string.js +3 -0
- data/vendor/moment/src/lib/utils/is-undefined.js +3 -0
- data/vendor/moment/src/lib/utils/keys.js +20 -0
- data/vendor/moment/src/lib/utils/map.js +8 -0
- data/vendor/moment/src/lib/utils/mod.js +3 -0
- data/vendor/moment/src/lib/utils/some.js +20 -0
- data/vendor/moment/src/lib/utils/to-int.js +12 -0
- data/vendor/moment/src/lib/utils/zero-fill.js +10 -0
- data/vendor/moment/src/locale/af.js +71 -0
- data/vendor/moment/src/locale/ar-dz.js +156 -0
- data/vendor/moment/src/locale/ar-kw.js +54 -0
- data/vendor/moment/src/locale/ar-ly.js +171 -0
- data/vendor/moment/src/locale/ar-ma.js +55 -0
- data/vendor/moment/src/locale/ar-sa.js +104 -0
- data/vendor/moment/src/locale/ar-tn.js +54 -0
- data/vendor/moment/src/locale/ar.js +189 -0
- data/vendor/moment/src/locale/az.js +101 -0
- data/vendor/moment/src/locale/be.js +141 -0
- data/vendor/moment/src/locale/bg.js +87 -0
- data/vendor/moment/src/locale/bm.js +52 -0
- data/vendor/moment/src/locale/bn-bd.js +128 -0
- data/vendor/moment/src/locale/bn.js +118 -0
- data/vendor/moment/src/locale/bo.js +122 -0
- data/vendor/moment/src/locale/br.js +165 -0
- data/vendor/moment/src/locale/bs.js +149 -0
- data/vendor/moment/src/locale/ca.js +97 -0
- data/vendor/moment/src/locale/cs.js +171 -0
- data/vendor/moment/src/locale/cv.js +62 -0
- data/vendor/moment/src/locale/cy.js +97 -0
- data/vendor/moment/src/locale/da.js +53 -0
- data/vendor/moment/src/locale/de-at.js +79 -0
- data/vendor/moment/src/locale/de-ch.js +78 -0
- data/vendor/moment/src/locale/de.js +78 -0
- data/vendor/moment/src/locale/dv.js +90 -0
- data/vendor/moment/src/locale/el.js +104 -0
- data/vendor/moment/src/locale/en-au.js +68 -0
- data/vendor/moment/src/locale/en-ca.js +64 -0
- data/vendor/moment/src/locale/en-gb.js +68 -0
- data/vendor/moment/src/locale/en-ie.js +68 -0
- data/vendor/moment/src/locale/en-il.js +64 -0
- data/vendor/moment/src/locale/en-in.js +68 -0
- data/vendor/moment/src/locale/en-nz.js +68 -0
- data/vendor/moment/src/locale/en-sg.js +68 -0
- data/vendor/moment/src/locale/eo.js +68 -0
- data/vendor/moment/src/locale/es-do.js +104 -0
- data/vendor/moment/src/locale/es-mx.js +106 -0
- data/vendor/moment/src/locale/es-us.js +106 -0
- data/vendor/moment/src/locale/es.js +106 -0
- data/vendor/moment/src/locale/et.js +78 -0
- data/vendor/moment/src/locale/eu.js +63 -0
- data/vendor/moment/src/locale/fa.js +110 -0
- data/vendor/moment/src/locale/fi.js +121 -0
- data/vendor/moment/src/locale/fil.js +58 -0
- data/vendor/moment/src/locale/fo.js +56 -0
- data/vendor/moment/src/locale/fr-ca.js +69 -0
- data/vendor/moment/src/locale/fr-ch.js +73 -0
- data/vendor/moment/src/locale/fr.js +104 -0
- data/vendor/moment/src/locale/fy.js +77 -0
- data/vendor/moment/src/locale/ga.js +95 -0
- data/vendor/moment/src/locale/gd.js +95 -0
- data/vendor/moment/src/locale/gl.js +74 -0
- data/vendor/moment/src/locale/gom-deva.js +124 -0
- data/vendor/moment/src/locale/gom-latn.js +124 -0
- data/vendor/moment/src/locale/gu.js +121 -0
- data/vendor/moment/src/locale/he.js +94 -0
- data/vendor/moment/src/locale/hi.js +119 -0
- data/vendor/moment/src/locale/hr.js +154 -0
- data/vendor/moment/src/locale/hu.js +118 -0
- data/vendor/moment/src/locale/hy-am.js +92 -0
- data/vendor/moment/src/locale/id.js +76 -0
- data/vendor/moment/src/locale/is.js +139 -0
- data/vendor/moment/src/locale/it-ch.js +64 -0
- data/vendor/moment/src/locale/it.js +106 -0
- data/vendor/moment/src/locale/ja.js +148 -0
- data/vendor/moment/src/locale/jv.js +76 -0
- data/vendor/moment/src/locale/ka.js +92 -0
- data/vendor/moment/src/locale/kk.js +82 -0
- data/vendor/moment/src/locale/km.js +102 -0
- data/vendor/moment/src/locale/kn.js +123 -0
- data/vendor/moment/src/locale/ko.js +75 -0
- data/vendor/moment/src/locale/ku.js +118 -0
- data/vendor/moment/src/locale/ky.js +84 -0
- data/vendor/moment/src/locale/lb.js +135 -0
- data/vendor/moment/src/locale/lo.js +65 -0
- data/vendor/moment/src/locale/lt.js +123 -0
- data/vendor/moment/src/locale/lv.js +93 -0
- data/vendor/moment/src/locale/me.js +118 -0
- data/vendor/moment/src/locale/mi.js +59 -0
- data/vendor/moment/src/locale/mk.js +85 -0
- data/vendor/moment/src/locale/ml.js +80 -0
- data/vendor/moment/src/locale/mn.js +99 -0
- data/vendor/moment/src/locale/mr.js +202 -0
- data/vendor/moment/src/locale/ms-my.js +76 -0
- data/vendor/moment/src/locale/ms.js +75 -0
- data/vendor/moment/src/locale/mt.js +55 -0
- data/vendor/moment/src/locale/my.js +91 -0
- data/vendor/moment/src/locale/nb.js +61 -0
- data/vendor/moment/src/locale/ne.js +120 -0
- data/vendor/moment/src/locale/nl-be.js +102 -0
- data/vendor/moment/src/locale/nl.js +104 -0
- data/vendor/moment/src/locale/nn.js +60 -0
- data/vendor/moment/src/locale/oc-lnc.js +83 -0
- data/vendor/moment/src/locale/pa-in.js +121 -0
- data/vendor/moment/src/locale/pl.js +139 -0
- data/vendor/moment/src/locale/pt-br.js +57 -0
- data/vendor/moment/src/locale/pt.js +62 -0
- data/vendor/moment/src/locale/ro.js +75 -0
- data/vendor/moment/src/locale/ru.js +206 -0
- data/vendor/moment/src/locale/sd.js +81 -0
- data/vendor/moment/src/locale/se.js +57 -0
- data/vendor/moment/src/locale/si.js +68 -0
- data/vendor/moment/src/locale/sk.js +144 -0
- data/vendor/moment/src/locale/sl.js +170 -0
- data/vendor/moment/src/locale/sq.js +65 -0
- data/vendor/moment/src/locale/sr-cyrl.js +116 -0
- data/vendor/moment/src/locale/sr.js +118 -0
- data/vendor/moment/src/locale/ss.js +83 -0
- data/vendor/moment/src/locale/sv.js +68 -0
- data/vendor/moment/src/locale/sw.js +54 -0
- data/vendor/moment/src/locale/ta.js +129 -0
- data/vendor/moment/src/locale/te.js +86 -0
- data/vendor/moment/src/locale/tet.js +68 -0
- data/vendor/moment/src/locale/tg.js +116 -0
- data/vendor/moment/src/locale/th.js +64 -0
- data/vendor/moment/src/locale/tk.js +91 -0
- data/vendor/moment/src/locale/tl-ph.js +57 -0
- data/vendor/moment/src/locale/tlh.js +125 -0
- data/vendor/moment/src/locale/tr.js +106 -0
- data/vendor/moment/src/locale/tzl.js +89 -0
- data/vendor/moment/src/locale/tzm-latn.js +53 -0
- data/vendor/moment/src/locale/tzm.js +53 -0
- data/vendor/moment/src/locale/ug-cn.js +110 -0
- data/vendor/moment/src/locale/uk.js +163 -0
- data/vendor/moment/src/locale/ur.js +82 -0
- data/vendor/moment/src/locale/uz-latn.js +53 -0
- data/vendor/moment/src/locale/uz.js +51 -0
- data/vendor/moment/src/locale/vi.js +79 -0
- data/vendor/moment/src/locale/x-pseudo.js +71 -0
- data/vendor/moment/src/locale/yo.js +53 -0
- data/vendor/moment/src/locale/zh-cn.js +120 -0
- data/vendor/moment/src/locale/zh-hk.js +101 -0
- data/vendor/moment/src/locale/zh-mo.js +100 -0
- data/vendor/moment/src/locale/zh-tw.js +99 -0
- data/vendor/moment/src/moment.js +93 -0
- data/vendor/moment/src/test/helpers/common-locale.js +265 -0
- data/vendor/moment/src/test/helpers/deprecation-handler.js +62 -0
- data/vendor/moment/src/test/helpers/dst.js +8 -0
- data/vendor/moment/src/test/helpers/each-own-prop.js +8 -0
- data/vendor/moment/src/test/helpers/each.js +8 -0
- data/vendor/moment/src/test/helpers/has-own-prop.js +3 -0
- data/vendor/moment/src/test/helpers/object-keys.js +17 -0
- data/vendor/moment/src/test/locale/af.js +446 -0
- data/vendor/moment/src/test/locale/ar-dz.js +482 -0
- data/vendor/moment/src/test/locale/ar-kw.js +446 -0
- data/vendor/moment/src/test/locale/ar-ly.js +521 -0
- data/vendor/moment/src/test/locale/ar-ma.js +446 -0
- data/vendor/moment/src/test/locale/ar-sa.js +465 -0
- data/vendor/moment/src/test/locale/ar-tn.js +611 -0
- data/vendor/moment/src/test/locale/ar.js +521 -0
- data/vendor/moment/src/test/locale/az.js +453 -0
- data/vendor/moment/src/test/locale/be.js +575 -0
- data/vendor/moment/src/test/locale/bg.js +459 -0
- data/vendor/moment/src/test/locale/bm.js +408 -0
- data/vendor/moment/src/test/locale/bn-bd.js +473 -0
- data/vendor/moment/src/test/locale/bn.js +481 -0
- data/vendor/moment/src/test/locale/bo.js +501 -0
- data/vendor/moment/src/test/locale/br.js +541 -0
- data/vendor/moment/src/test/locale/bs.js +478 -0
- data/vendor/moment/src/test/locale/ca.js +472 -0
- data/vendor/moment/src/test/locale/cs.js +635 -0
- data/vendor/moment/src/test/locale/cv.js +459 -0
- data/vendor/moment/src/test/locale/cy.js +444 -0
- data/vendor/moment/src/test/locale/da.js +447 -0
- data/vendor/moment/src/test/locale/de-at.js +476 -0
- data/vendor/moment/src/test/locale/de-ch.js +481 -0
- data/vendor/moment/src/test/locale/de.js +480 -0
- data/vendor/moment/src/test/locale/dv.js +419 -0
- data/vendor/moment/src/test/locale/el.js +544 -0
- data/vendor/moment/src/test/locale/en-au.js +480 -0
- data/vendor/moment/src/test/locale/en-ca.js +451 -0
- data/vendor/moment/src/test/locale/en-gb.js +446 -0
- data/vendor/moment/src/test/locale/en-ie.js +446 -0
- data/vendor/moment/src/test/locale/en-il.js +454 -0
- data/vendor/moment/src/test/locale/en-in.js +464 -0
- data/vendor/moment/src/test/locale/en-nz.js +446 -0
- data/vendor/moment/src/test/locale/en-sg.js +430 -0
- data/vendor/moment/src/test/locale/en.js +562 -0
- data/vendor/moment/src/test/locale/eo.js +455 -0
- data/vendor/moment/src/test/locale/es-do.js +473 -0
- data/vendor/moment/src/test/locale/es-mx.js +514 -0
- data/vendor/moment/src/test/locale/es-us.js +489 -0
- data/vendor/moment/src/test/locale/es.js +476 -0
- data/vendor/moment/src/test/locale/et.js +533 -0
- data/vendor/moment/src/test/locale/eu.js +445 -0
- data/vendor/moment/src/test/locale/fa.js +461 -0
- data/vendor/moment/src/test/locale/fi.js +489 -0
- data/vendor/moment/src/test/locale/fil.js +448 -0
- data/vendor/moment/src/test/locale/fo.js +454 -0
- data/vendor/moment/src/test/locale/fr-ca.js +460 -0
- data/vendor/moment/src/test/locale/fr-ch.js +460 -0
- data/vendor/moment/src/test/locale/fr.js +482 -0
- data/vendor/moment/src/test/locale/fy.js +461 -0
- data/vendor/moment/src/test/locale/ga.js +445 -0
- data/vendor/moment/src/test/locale/gd.js +464 -0
- data/vendor/moment/src/test/locale/gl.js +466 -0
- data/vendor/moment/src/test/locale/gom-deva.js +445 -0
- data/vendor/moment/src/test/locale/gom-latn.js +459 -0
- data/vendor/moment/src/test/locale/gu.js +487 -0
- data/vendor/moment/src/test/locale/he.js +417 -0
- data/vendor/moment/src/test/locale/hi.js +484 -0
- data/vendor/moment/src/test/locale/hr.js +478 -0
- data/vendor/moment/src/test/locale/hu.js +468 -0
- data/vendor/moment/src/test/locale/hy-am.js +609 -0
- data/vendor/moment/src/test/locale/id.js +407 -0
- data/vendor/moment/src/test/locale/is.js +479 -0
- data/vendor/moment/src/test/locale/it-ch.js +427 -0
- data/vendor/moment/src/test/locale/it.js +479 -0
- data/vendor/moment/src/test/locale/ja.js +591 -0
- data/vendor/moment/src/test/locale/jv.js +418 -0
- data/vendor/moment/src/test/locale/ka.js +452 -0
- data/vendor/moment/src/test/locale/kk.js +445 -0
- data/vendor/moment/src/test/locale/km.js +471 -0
- data/vendor/moment/src/test/locale/kn.js +493 -0
- data/vendor/moment/src/test/locale/ko.js +496 -0
- data/vendor/moment/src/test/locale/ku.js +465 -0
- data/vendor/moment/src/test/locale/ky.js +445 -0
- data/vendor/moment/src/test/locale/lb.js +432 -0
- data/vendor/moment/src/test/locale/lo.js +445 -0
- data/vendor/moment/src/test/locale/lt.js +504 -0
- data/vendor/moment/src/test/locale/lv.js +567 -0
- data/vendor/moment/src/test/locale/me.js +481 -0
- data/vendor/moment/src/test/locale/mi.js +450 -0
- data/vendor/moment/src/test/locale/mk.js +460 -0
- data/vendor/moment/src/test/locale/ml.js +497 -0
- data/vendor/moment/src/test/locale/mn.js +555 -0
- data/vendor/moment/src/test/locale/mr.js +497 -0
- data/vendor/moment/src/test/locale/ms-my.js +454 -0
- data/vendor/moment/src/test/locale/ms.js +454 -0
- data/vendor/moment/src/test/locale/mt.js +446 -0
- data/vendor/moment/src/test/locale/my.js +616 -0
- data/vendor/moment/src/test/locale/nb.js +446 -0
- data/vendor/moment/src/test/locale/ne.js +484 -0
- data/vendor/moment/src/test/locale/nl-be.js +471 -0
- data/vendor/moment/src/test/locale/nl.js +471 -0
- data/vendor/moment/src/test/locale/nn.js +445 -0
- data/vendor/moment/src/test/locale/oc-lnc.js +440 -0
- data/vendor/moment/src/test/locale/pa-in.js +769 -0
- data/vendor/moment/src/test/locale/pl.js +557 -0
- data/vendor/moment/src/test/locale/pt-br.js +472 -0
- data/vendor/moment/src/test/locale/pt.js +449 -0
- data/vendor/moment/src/test/locale/ro.js +485 -0
- data/vendor/moment/src/test/locale/ru.js +706 -0
- data/vendor/moment/src/test/locale/sd.js +434 -0
- data/vendor/moment/src/test/locale/se.js +456 -0
- data/vendor/moment/src/test/locale/si.js +422 -0
- data/vendor/moment/src/test/locale/sk.js +640 -0
- data/vendor/moment/src/test/locale/sl.js +816 -0
- data/vendor/moment/src/test/locale/sq.js +457 -0
- data/vendor/moment/src/test/locale/sr-cyrl.js +478 -0
- data/vendor/moment/src/test/locale/sr.js +478 -0
- data/vendor/moment/src/test/locale/ss.js +510 -0
- data/vendor/moment/src/test/locale/sv.js +441 -0
- data/vendor/moment/src/test/locale/sw.js +449 -0
- data/vendor/moment/src/test/locale/ta.js +452 -0
- data/vendor/moment/src/test/locale/te.js +497 -0
- data/vendor/moment/src/test/locale/tet.js +446 -0
- data/vendor/moment/src/test/locale/tg.js +462 -0
- data/vendor/moment/src/test/locale/th.js +408 -0
- data/vendor/moment/src/test/locale/tk.js +445 -0
- data/vendor/moment/src/test/locale/tl-ph.js +448 -0
- data/vendor/moment/src/test/locale/tlh.js +484 -0
- data/vendor/moment/src/test/locale/tr.js +461 -0
- data/vendor/moment/src/test/locale/tzl.js +453 -0
- data/vendor/moment/src/test/locale/tzm-latn.js +449 -0
- data/vendor/moment/src/test/locale/tzm.js +449 -0
- data/vendor/moment/src/test/locale/ug-cn.js +427 -0
- data/vendor/moment/src/test/locale/uk.js +521 -0
- data/vendor/moment/src/test/locale/ur.js +439 -0
- data/vendor/moment/src/test/locale/uz-latn.js +450 -0
- data/vendor/moment/src/test/locale/uz.js +447 -0
- data/vendor/moment/src/test/locale/vi.js +452 -0
- data/vendor/moment/src/test/locale/x-pseudo.js +446 -0
- data/vendor/moment/src/test/locale/yo.js +447 -0
- data/vendor/moment/src/test/locale/zh-cn.js +459 -0
- data/vendor/moment/src/test/locale/zh-hk.js +443 -0
- data/vendor/moment/src/test/locale/zh-mo.js +427 -0
- data/vendor/moment/src/test/locale/zh-tw.js +443 -0
- data/vendor/moment/src/test/moment/add_subtract.js +545 -0
- data/vendor/moment/src/test/moment/calendar.js +214 -0
- data/vendor/moment/src/test/moment/create.js +2816 -0
- data/vendor/moment/src/test/moment/creation-data.js +40 -0
- data/vendor/moment/src/test/moment/days_in_month.js +122 -0
- data/vendor/moment/src/test/moment/days_in_year.js +11 -0
- data/vendor/moment/src/test/moment/deprecate.js +14 -0
- data/vendor/moment/src/test/moment/diff.js +624 -0
- data/vendor/moment/src/test/moment/duration.js +2024 -0
- data/vendor/moment/src/test/moment/duration_from_moments.js +53 -0
- data/vendor/moment/src/test/moment/duration_invalid.js +145 -0
- data/vendor/moment/src/test/moment/format.js +951 -0
- data/vendor/moment/src/test/moment/from_to.js +148 -0
- data/vendor/moment/src/test/moment/getters_setters.js +504 -0
- data/vendor/moment/src/test/moment/instanceof.js +42 -0
- data/vendor/moment/src/test/moment/invalid.js +212 -0
- data/vendor/moment/src/test/moment/is-leap-year.js +89 -0
- data/vendor/moment/src/test/moment/is_after.js +674 -0
- data/vendor/moment/src/test/moment/is_array.js +18 -0
- data/vendor/moment/src/test/moment/is_before.js +674 -0
- data/vendor/moment/src/test/moment/is_between.js +1082 -0
- data/vendor/moment/src/test/moment/is_date.js +32 -0
- data/vendor/moment/src/test/moment/is_moment.js +52 -0
- data/vendor/moment/src/test/moment/is_number.js +27 -0
- data/vendor/moment/src/test/moment/is_same.js +554 -0
- data/vendor/moment/src/test/moment/is_same_or_after.js +777 -0
- data/vendor/moment/src/test/moment/is_same_or_before.js +777 -0
- data/vendor/moment/src/test/moment/is_valid.js +563 -0
- data/vendor/moment/src/test/moment/leapyear.js +11 -0
- data/vendor/moment/src/test/moment/listers.js +172 -0
- data/vendor/moment/src/test/moment/locale.js +1029 -0
- data/vendor/moment/src/test/moment/locale_inheritance.js +332 -0
- data/vendor/moment/src/test/moment/locale_update.js +321 -0
- data/vendor/moment/src/test/moment/min_max.js +72 -0
- data/vendor/moment/src/test/moment/mutable.js +26 -0
- data/vendor/moment/src/test/moment/normalize_units.js +83 -0
- data/vendor/moment/src/test/moment/now.js +100 -0
- data/vendor/moment/src/test/moment/parsing_flags.js +434 -0
- data/vendor/moment/src/test/moment/preparse_postformat.js +121 -0
- data/vendor/moment/src/test/moment/quarter.js +117 -0
- data/vendor/moment/src/test/moment/relative_time.js +424 -0
- data/vendor/moment/src/test/moment/start_end_of.js +538 -0
- data/vendor/moment/src/test/moment/string_prototype.js +17 -0
- data/vendor/moment/src/test/moment/to_type.js +53 -0
- data/vendor/moment/src/test/moment/utc.js +138 -0
- data/vendor/moment/src/test/moment/utc_offset.js +894 -0
- data/vendor/moment/src/test/moment/week_year.js +1075 -0
- data/vendor/moment/src/test/moment/weekday.js +470 -0
- data/vendor/moment/src/test/moment/weeks.js +861 -0
- data/vendor/moment/src/test/moment/weeks_in_year.js +224 -0
- data/vendor/moment/src/test/moment/zone_switching.js +160 -0
- data/vendor/moment/src/test/moment/zones.js +840 -0
- data/vendor/moment/src/test/qunit-locale.js +32 -0
- data/vendor/moment/src/test/qunit.js +31 -0
- data/vendor/moment/tasks/bump_version.js +81 -0
- data/vendor/moment/tasks/check_sauce_creds.js +13 -0
- data/vendor/moment/tasks/component.js +13 -0
- data/vendor/moment/tasks/nuget.js +50 -0
- data/vendor/moment/tasks/qtest.js +56 -0
- data/vendor/moment/tasks/transpile.js +362 -0
- data/vendor/moment/tasks/update_index.js +32 -0
- data/vendor/moment/templates/default.js +5 -0
- data/vendor/moment/templates/empty.js +0 -0
- data/vendor/moment/templates/locale-header.js +6 -0
- data/vendor/moment/templates/test-header.js +6 -0
- data/vendor/moment/ts3.1-typing-tests/moment-tests.ts +547 -0
- data/vendor/moment/ts3.1-typing-tests/tsconfig.json +14 -0
- data/vendor/moment/ts3.1-typings/moment.d.ts +785 -0
- data/vendor/moment/typing-tests/moment-tests.ts +557 -0
- data/vendor/moment/typing-tests/tsconfig.json +12 -0
- data/vendor/tempusdominus/CONTRIBUTING.md +38 -0
- data/vendor/tempusdominus/Gruntfile.js +188 -0
- data/vendor/tempusdominus/LICENSE +21 -0
- data/vendor/tempusdominus/README.md +30 -0
- data/vendor/tempusdominus/build/css/tempusdominus-bootstrap-4.css +206 -0
- data/vendor/tempusdominus/build/css/tempusdominus-bootstrap-4.min.css +206 -0
- data/vendor/tempusdominus/build/js/tempusdominus-bootstrap-4.js +2779 -0
- data/vendor/tempusdominus/build/js/tempusdominus-bootstrap-4.min.js +7 -0
- data/vendor/tempusdominus/composer.json +29 -0
- data/vendor/tempusdominus/docs/Changelog/index.html +189 -0
- data/vendor/tempusdominus/docs/ContributorsGuide/index.html +290 -0
- data/vendor/tempusdominus/docs/Events/index.html +244 -0
- data/vendor/tempusdominus/docs/Extras/index.html +210 -0
- data/vendor/tempusdominus/docs/FAQ/index.html +186 -0
- data/vendor/tempusdominus/docs/Functions/index.html +239 -0
- data/vendor/tempusdominus/docs/Installing/index.html +233 -0
- data/vendor/tempusdominus/docs/Options/index.html +862 -0
- data/vendor/tempusdominus/docs/Usage/index.html +853 -0
- data/vendor/tempusdominus/docs/android-chrome-192x192.png +0 -0
- data/vendor/tempusdominus/docs/android-chrome-256x256.png +0 -0
- data/vendor/tempusdominus/docs/apple-touch-icon.png +0 -0
- data/vendor/tempusdominus/docs/browserconfig.xml +9 -0
- data/vendor/tempusdominus/docs/css/base.css +1705 -0
- data/vendor/tempusdominus/docs/css/tempusdominus-bootstrap-4.css +206 -0
- data/vendor/tempusdominus/docs/favicon-16x16.png +0 -0
- data/vendor/tempusdominus/docs/favicon-32x32.png +0 -0
- data/vendor/tempusdominus/docs/favicon.ico +0 -0
- data/vendor/tempusdominus/docs/index.html +208 -0
- data/vendor/tempusdominus/docs/js/base.js +62 -0
- data/vendor/tempusdominus/docs/js/tempusdominus-bootstrap-4.js +2779 -0
- data/vendor/tempusdominus/docs/manifest.json +18 -0
- data/vendor/tempusdominus/docs/mstile-150x150.png +0 -0
- data/vendor/tempusdominus/docs/safari-pinned-tab.svg +18 -0
- data/vendor/tempusdominus/docs/search/lunr.min.js +7 -0
- data/vendor/tempusdominus/docs/search/mustache.min.js +1 -0
- data/vendor/tempusdominus/docs/search/require.js +36 -0
- data/vendor/tempusdominus/docs/search/search-results-template.mustache +4 -0
- data/vendor/tempusdominus/docs/search/search.js +92 -0
- data/vendor/tempusdominus/docs/search/search_index.json +1084 -0
- data/vendor/tempusdominus/docs/search/text.js +390 -0
- data/vendor/tempusdominus/docs/sitemap.xml +84 -0
- data/vendor/tempusdominus/docs/theme/404.html +12 -0
- data/vendor/tempusdominus/docs/theme/android-chrome-192x192.png +0 -0
- data/vendor/tempusdominus/docs/theme/android-chrome-256x256.png +0 -0
- data/vendor/tempusdominus/docs/theme/apple-touch-icon.png +0 -0
- data/vendor/tempusdominus/docs/theme/base.html +105 -0
- data/vendor/tempusdominus/docs/theme/browserconfig.xml +9 -0
- data/vendor/tempusdominus/docs/theme/content.html +8 -0
- data/vendor/tempusdominus/docs/theme/css/base.css +1705 -0
- data/vendor/tempusdominus/docs/theme/css/tempusdominus-bootstrap-4.css +206 -0
- data/vendor/tempusdominus/docs/theme/favicon-16x16.png +0 -0
- data/vendor/tempusdominus/docs/theme/favicon-32x32.png +0 -0
- data/vendor/tempusdominus/docs/theme/favicon.ico +0 -0
- data/vendor/tempusdominus/docs/theme/js/base.js +62 -0
- data/vendor/tempusdominus/docs/theme/js/tempusdominus-bootstrap-4.js +2779 -0
- data/vendor/tempusdominus/docs/theme/main.html +1 -0
- data/vendor/tempusdominus/docs/theme/manifest.json +18 -0
- data/vendor/tempusdominus/docs/theme/mstile-150x150.png +0 -0
- data/vendor/tempusdominus/docs/theme/nav.html +32 -0
- data/vendor/tempusdominus/docs/theme/safari-pinned-tab.svg +18 -0
- data/vendor/tempusdominus/docs/theme/search-modal.html +24 -0
- data/vendor/tempusdominus/docs/theme/toc.html +13 -0
- data/vendor/tempusdominus/eslintrc.json +125 -0
- data/vendor/tempusdominus/mkdocs.yml +19 -0
- data/vendor/tempusdominus/package-lock.json +6426 -0
- data/vendor/tempusdominus/package.json +79 -0
- data/vendor/tempusdominus/src/docs/ChangeLog.md +20 -0
- data/vendor/tempusdominus/src/docs/ContributorsGuide.md +85 -0
- data/vendor/tempusdominus/src/docs/Events.md +95 -0
- data/vendor/tempusdominus/src/docs/Extras.md +49 -0
- data/vendor/tempusdominus/src/docs/FAQ.md +22 -0
- data/vendor/tempusdominus/src/docs/Functions.md +82 -0
- data/vendor/tempusdominus/src/docs/Installing.md +67 -0
- data/vendor/tempusdominus/src/docs/Options.md +940 -0
- data/vendor/tempusdominus/src/docs/Usage.md +724 -0
- data/vendor/tempusdominus/src/docs/index.md +53 -0
- data/vendor/tempusdominus/src/docs/theme/404.html +12 -0
- data/vendor/tempusdominus/src/docs/theme/android-chrome-192x192.png +0 -0
- data/vendor/tempusdominus/src/docs/theme/android-chrome-256x256.png +0 -0
- data/vendor/tempusdominus/src/docs/theme/apple-touch-icon.png +0 -0
- data/vendor/tempusdominus/src/docs/theme/base.html +105 -0
- data/vendor/tempusdominus/src/docs/theme/browserconfig.xml +9 -0
- data/vendor/tempusdominus/src/docs/theme/content.html +8 -0
- data/vendor/tempusdominus/src/docs/theme/css/base.css +1705 -0
- data/vendor/tempusdominus/src/docs/theme/css/tempusdominus-bootstrap-4.css +206 -0
- data/vendor/tempusdominus/src/docs/theme/favicon-16x16.png +0 -0
- data/vendor/tempusdominus/src/docs/theme/favicon-32x32.png +0 -0
- data/vendor/tempusdominus/src/docs/theme/favicon.ico +0 -0
- data/vendor/tempusdominus/src/docs/theme/js/base.js +62 -0
- data/vendor/tempusdominus/src/docs/theme/js/tempusdominus-bootstrap-4.js +2779 -0
- data/vendor/tempusdominus/src/docs/theme/main.html +1 -0
- data/vendor/tempusdominus/src/docs/theme/manifest.json +18 -0
- data/vendor/tempusdominus/src/docs/theme/mstile-150x150.png +0 -0
- data/vendor/tempusdominus/src/docs/theme/nav.html +32 -0
- data/vendor/tempusdominus/src/docs/theme/safari-pinned-tab.svg +18 -0
- data/vendor/tempusdominus/src/docs/theme/search-modal.html +24 -0
- data/vendor/tempusdominus/src/docs/theme/toc.html +13 -0
- data/vendor/tempusdominus/src/js/tempusdominus-bootstrap-4.js +1182 -0
- data/vendor/tempusdominus/src/sass/_tempusdominus-bootstrap-4.scss +342 -0
- data/vendor/tempusdominus/src/sass/tempusdominus-bootstrap-4-build.scss +17 -0
- data/vendor/tempusdominus/tasks/bump_version.js +75 -0
- metadata +882 -5
@@ -0,0 +1,390 @@
|
|
1
|
+
/**
|
2
|
+
* @license RequireJS text 2.0.12 Copyright (c) 2010-2014, The Dojo Foundation All Rights Reserved.
|
3
|
+
* Available via the MIT or new BSD license.
|
4
|
+
* see: http://github.com/requirejs/text for details
|
5
|
+
*/
|
6
|
+
/*jslint regexp: true */
|
7
|
+
/*global require, XMLHttpRequest, ActiveXObject,
|
8
|
+
define, window, process, Packages,
|
9
|
+
java, location, Components, FileUtils */
|
10
|
+
|
11
|
+
define(['module'], function (module) {
|
12
|
+
'use strict';
|
13
|
+
|
14
|
+
var text, fs, Cc, Ci, xpcIsWindows,
|
15
|
+
progIds = ['Msxml2.XMLHTTP', 'Microsoft.XMLHTTP', 'Msxml2.XMLHTTP.4.0'],
|
16
|
+
xmlRegExp = /^\s*<\?xml(\s)+version=[\'\"](\d)*.(\d)*[\'\"](\s)*\?>/im,
|
17
|
+
bodyRegExp = /<body[^>]*>\s*([\s\S]+)\s*<\/body>/im,
|
18
|
+
hasLocation = typeof location !== 'undefined' && location.href,
|
19
|
+
defaultProtocol = hasLocation && location.protocol && location.protocol.replace(/\:/, ''),
|
20
|
+
defaultHostName = hasLocation && location.hostname,
|
21
|
+
defaultPort = hasLocation && (location.port || undefined),
|
22
|
+
buildMap = {},
|
23
|
+
masterConfig = (module.config && module.config()) || {};
|
24
|
+
|
25
|
+
text = {
|
26
|
+
version: '2.0.12',
|
27
|
+
|
28
|
+
strip: function (content) {
|
29
|
+
//Strips <?xml ...?> declarations so that external SVG and XML
|
30
|
+
//documents can be added to a document without worry. Also, if the string
|
31
|
+
//is an HTML document, only the part inside the body tag is returned.
|
32
|
+
if (content) {
|
33
|
+
content = content.replace(xmlRegExp, "");
|
34
|
+
var matches = content.match(bodyRegExp);
|
35
|
+
if (matches) {
|
36
|
+
content = matches[1];
|
37
|
+
}
|
38
|
+
} else {
|
39
|
+
content = "";
|
40
|
+
}
|
41
|
+
return content;
|
42
|
+
},
|
43
|
+
|
44
|
+
jsEscape: function (content) {
|
45
|
+
return content.replace(/(['\\])/g, '\\$1')
|
46
|
+
.replace(/[\f]/g, "\\f")
|
47
|
+
.replace(/[\b]/g, "\\b")
|
48
|
+
.replace(/[\n]/g, "\\n")
|
49
|
+
.replace(/[\t]/g, "\\t")
|
50
|
+
.replace(/[\r]/g, "\\r")
|
51
|
+
.replace(/[\u2028]/g, "\\u2028")
|
52
|
+
.replace(/[\u2029]/g, "\\u2029");
|
53
|
+
},
|
54
|
+
|
55
|
+
createXhr: masterConfig.createXhr || function () {
|
56
|
+
//Would love to dump the ActiveX crap in here. Need IE 6 to die first.
|
57
|
+
var xhr, i, progId;
|
58
|
+
if (typeof XMLHttpRequest !== "undefined") {
|
59
|
+
return new XMLHttpRequest();
|
60
|
+
} else if (typeof ActiveXObject !== "undefined") {
|
61
|
+
for (i = 0; i < 3; i += 1) {
|
62
|
+
progId = progIds[i];
|
63
|
+
try {
|
64
|
+
xhr = new ActiveXObject(progId);
|
65
|
+
} catch (e) {}
|
66
|
+
|
67
|
+
if (xhr) {
|
68
|
+
progIds = [progId]; // so faster next time
|
69
|
+
break;
|
70
|
+
}
|
71
|
+
}
|
72
|
+
}
|
73
|
+
|
74
|
+
return xhr;
|
75
|
+
},
|
76
|
+
|
77
|
+
/**
|
78
|
+
* Parses a resource name into its component parts. Resource names
|
79
|
+
* look like: module/name.ext!strip, where the !strip part is
|
80
|
+
* optional.
|
81
|
+
* @param {String} name the resource name
|
82
|
+
* @returns {Object} with properties "moduleName", "ext" and "strip"
|
83
|
+
* where strip is a boolean.
|
84
|
+
*/
|
85
|
+
parseName: function (name) {
|
86
|
+
var modName, ext, temp,
|
87
|
+
strip = false,
|
88
|
+
index = name.indexOf("."),
|
89
|
+
isRelative = name.indexOf('./') === 0 ||
|
90
|
+
name.indexOf('../') === 0;
|
91
|
+
|
92
|
+
if (index !== -1 && (!isRelative || index > 1)) {
|
93
|
+
modName = name.substring(0, index);
|
94
|
+
ext = name.substring(index + 1, name.length);
|
95
|
+
} else {
|
96
|
+
modName = name;
|
97
|
+
}
|
98
|
+
|
99
|
+
temp = ext || modName;
|
100
|
+
index = temp.indexOf("!");
|
101
|
+
if (index !== -1) {
|
102
|
+
//Pull off the strip arg.
|
103
|
+
strip = temp.substring(index + 1) === "strip";
|
104
|
+
temp = temp.substring(0, index);
|
105
|
+
if (ext) {
|
106
|
+
ext = temp;
|
107
|
+
} else {
|
108
|
+
modName = temp;
|
109
|
+
}
|
110
|
+
}
|
111
|
+
|
112
|
+
return {
|
113
|
+
moduleName: modName,
|
114
|
+
ext: ext,
|
115
|
+
strip: strip
|
116
|
+
};
|
117
|
+
},
|
118
|
+
|
119
|
+
xdRegExp: /^((\w+)\:)?\/\/([^\/\\]+)/,
|
120
|
+
|
121
|
+
/**
|
122
|
+
* Is an URL on another domain. Only works for browser use, returns
|
123
|
+
* false in non-browser environments. Only used to know if an
|
124
|
+
* optimized .js version of a text resource should be loaded
|
125
|
+
* instead.
|
126
|
+
* @param {String} url
|
127
|
+
* @returns Boolean
|
128
|
+
*/
|
129
|
+
useXhr: function (url, protocol, hostname, port) {
|
130
|
+
var uProtocol, uHostName, uPort,
|
131
|
+
match = text.xdRegExp.exec(url);
|
132
|
+
if (!match) {
|
133
|
+
return true;
|
134
|
+
}
|
135
|
+
uProtocol = match[2];
|
136
|
+
uHostName = match[3];
|
137
|
+
|
138
|
+
uHostName = uHostName.split(':');
|
139
|
+
uPort = uHostName[1];
|
140
|
+
uHostName = uHostName[0];
|
141
|
+
|
142
|
+
return (!uProtocol || uProtocol === protocol) &&
|
143
|
+
(!uHostName || uHostName.toLowerCase() === hostname.toLowerCase()) &&
|
144
|
+
((!uPort && !uHostName) || uPort === port);
|
145
|
+
},
|
146
|
+
|
147
|
+
finishLoad: function (name, strip, content, onLoad) {
|
148
|
+
content = strip ? text.strip(content) : content;
|
149
|
+
if (masterConfig.isBuild) {
|
150
|
+
buildMap[name] = content;
|
151
|
+
}
|
152
|
+
onLoad(content);
|
153
|
+
},
|
154
|
+
|
155
|
+
load: function (name, req, onLoad, config) {
|
156
|
+
//Name has format: some.module.filext!strip
|
157
|
+
//The strip part is optional.
|
158
|
+
//if strip is present, then that means only get the string contents
|
159
|
+
//inside a body tag in an HTML string. For XML/SVG content it means
|
160
|
+
//removing the <?xml ...?> declarations so the content can be inserted
|
161
|
+
//into the current doc without problems.
|
162
|
+
|
163
|
+
// Do not bother with the work if a build and text will
|
164
|
+
// not be inlined.
|
165
|
+
if (config && config.isBuild && !config.inlineText) {
|
166
|
+
onLoad();
|
167
|
+
return;
|
168
|
+
}
|
169
|
+
|
170
|
+
masterConfig.isBuild = config && config.isBuild;
|
171
|
+
|
172
|
+
var parsed = text.parseName(name),
|
173
|
+
nonStripName = parsed.moduleName +
|
174
|
+
(parsed.ext ? '.' + parsed.ext : ''),
|
175
|
+
url = req.toUrl(nonStripName),
|
176
|
+
useXhr = (masterConfig.useXhr) ||
|
177
|
+
text.useXhr;
|
178
|
+
|
179
|
+
// Do not load if it is an empty: url
|
180
|
+
if (url.indexOf('empty:') === 0) {
|
181
|
+
onLoad();
|
182
|
+
return;
|
183
|
+
}
|
184
|
+
|
185
|
+
//Load the text. Use XHR if possible and in a browser.
|
186
|
+
if (!hasLocation || useXhr(url, defaultProtocol, defaultHostName, defaultPort)) {
|
187
|
+
text.get(url, function (content) {
|
188
|
+
text.finishLoad(name, parsed.strip, content, onLoad);
|
189
|
+
}, function (err) {
|
190
|
+
if (onLoad.error) {
|
191
|
+
onLoad.error(err);
|
192
|
+
}
|
193
|
+
});
|
194
|
+
} else {
|
195
|
+
//Need to fetch the resource across domains. Assume
|
196
|
+
//the resource has been optimized into a JS module. Fetch
|
197
|
+
//by the module name + extension, but do not include the
|
198
|
+
//!strip part to avoid file system issues.
|
199
|
+
req([nonStripName], function (content) {
|
200
|
+
text.finishLoad(parsed.moduleName + '.' + parsed.ext,
|
201
|
+
parsed.strip, content, onLoad);
|
202
|
+
});
|
203
|
+
}
|
204
|
+
},
|
205
|
+
|
206
|
+
write: function (pluginName, moduleName, write, config) {
|
207
|
+
if (buildMap.hasOwnProperty(moduleName)) {
|
208
|
+
var content = text.jsEscape(buildMap[moduleName]);
|
209
|
+
write.asModule(pluginName + "!" + moduleName,
|
210
|
+
"define(function () { return '" +
|
211
|
+
content +
|
212
|
+
"';});\n");
|
213
|
+
}
|
214
|
+
},
|
215
|
+
|
216
|
+
writeFile: function (pluginName, moduleName, req, write, config) {
|
217
|
+
var parsed = text.parseName(moduleName),
|
218
|
+
extPart = parsed.ext ? '.' + parsed.ext : '',
|
219
|
+
nonStripName = parsed.moduleName + extPart,
|
220
|
+
//Use a '.js' file name so that it indicates it is a
|
221
|
+
//script that can be loaded across domains.
|
222
|
+
fileName = req.toUrl(parsed.moduleName + extPart) + '.js';
|
223
|
+
|
224
|
+
//Leverage own load() method to load plugin value, but only
|
225
|
+
//write out values that do not have the strip argument,
|
226
|
+
//to avoid any potential issues with ! in file names.
|
227
|
+
text.load(nonStripName, req, function (value) {
|
228
|
+
//Use own write() method to construct full module value.
|
229
|
+
//But need to create shell that translates writeFile's
|
230
|
+
//write() to the right interface.
|
231
|
+
var textWrite = function (contents) {
|
232
|
+
return write(fileName, contents);
|
233
|
+
};
|
234
|
+
textWrite.asModule = function (moduleName, contents) {
|
235
|
+
return write.asModule(moduleName, fileName, contents);
|
236
|
+
};
|
237
|
+
|
238
|
+
text.write(pluginName, nonStripName, textWrite, config);
|
239
|
+
}, config);
|
240
|
+
}
|
241
|
+
};
|
242
|
+
|
243
|
+
if (masterConfig.env === 'node' || (!masterConfig.env &&
|
244
|
+
typeof process !== "undefined" &&
|
245
|
+
process.versions &&
|
246
|
+
!!process.versions.node &&
|
247
|
+
!process.versions['node-webkit'])) {
|
248
|
+
//Using special require.nodeRequire, something added by r.js.
|
249
|
+
fs = require.nodeRequire('fs');
|
250
|
+
|
251
|
+
text.get = function (url, callback, errback) {
|
252
|
+
try {
|
253
|
+
var file = fs.readFileSync(url, 'utf8');
|
254
|
+
//Remove BOM (Byte Mark Order) from utf8 files if it is there.
|
255
|
+
if (file.indexOf('\uFEFF') === 0) {
|
256
|
+
file = file.substring(1);
|
257
|
+
}
|
258
|
+
callback(file);
|
259
|
+
} catch (e) {
|
260
|
+
if (errback) {
|
261
|
+
errback(e);
|
262
|
+
}
|
263
|
+
}
|
264
|
+
};
|
265
|
+
} else if (masterConfig.env === 'xhr' || (!masterConfig.env &&
|
266
|
+
text.createXhr())) {
|
267
|
+
text.get = function (url, callback, errback, headers) {
|
268
|
+
var xhr = text.createXhr(), header;
|
269
|
+
xhr.open('GET', url, true);
|
270
|
+
|
271
|
+
//Allow plugins direct access to xhr headers
|
272
|
+
if (headers) {
|
273
|
+
for (header in headers) {
|
274
|
+
if (headers.hasOwnProperty(header)) {
|
275
|
+
xhr.setRequestHeader(header.toLowerCase(), headers[header]);
|
276
|
+
}
|
277
|
+
}
|
278
|
+
}
|
279
|
+
|
280
|
+
//Allow overrides specified in config
|
281
|
+
if (masterConfig.onXhr) {
|
282
|
+
masterConfig.onXhr(xhr, url);
|
283
|
+
}
|
284
|
+
|
285
|
+
xhr.onreadystatechange = function (evt) {
|
286
|
+
var status, err;
|
287
|
+
//Do not explicitly handle errors, those should be
|
288
|
+
//visible via console output in the browser.
|
289
|
+
if (xhr.readyState === 4) {
|
290
|
+
status = xhr.status || 0;
|
291
|
+
if (status > 399 && status < 600) {
|
292
|
+
//An http 4xx or 5xx error. Signal an error.
|
293
|
+
err = new Error(url + ' HTTP status: ' + status);
|
294
|
+
err.xhr = xhr;
|
295
|
+
if (errback) {
|
296
|
+
errback(err);
|
297
|
+
}
|
298
|
+
} else {
|
299
|
+
callback(xhr.responseText);
|
300
|
+
}
|
301
|
+
|
302
|
+
if (masterConfig.onXhrComplete) {
|
303
|
+
masterConfig.onXhrComplete(xhr, url);
|
304
|
+
}
|
305
|
+
}
|
306
|
+
};
|
307
|
+
xhr.send(null);
|
308
|
+
};
|
309
|
+
} else if (masterConfig.env === 'rhino' || (!masterConfig.env &&
|
310
|
+
typeof Packages !== 'undefined' && typeof java !== 'undefined')) {
|
311
|
+
//Why Java, why is this so awkward?
|
312
|
+
text.get = function (url, callback) {
|
313
|
+
var stringBuffer, line,
|
314
|
+
encoding = "utf-8",
|
315
|
+
file = new java.io.File(url),
|
316
|
+
lineSeparator = java.lang.System.getProperty("line.separator"),
|
317
|
+
input = new java.io.BufferedReader(new java.io.InputStreamReader(new java.io.FileInputStream(file), encoding)),
|
318
|
+
content = '';
|
319
|
+
try {
|
320
|
+
stringBuffer = new java.lang.StringBuffer();
|
321
|
+
line = input.readLine();
|
322
|
+
|
323
|
+
// Byte Order Mark (BOM) - The Unicode Standard, version 3.0, page 324
|
324
|
+
// http://www.unicode.org/faq/utf_bom.html
|
325
|
+
|
326
|
+
// Note that when we use utf-8, the BOM should appear as "EF BB BF", but it doesn't due to this bug in the JDK:
|
327
|
+
// http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4508058
|
328
|
+
if (line && line.length() && line.charAt(0) === 0xfeff) {
|
329
|
+
// Eat the BOM, since we've already found the encoding on this file,
|
330
|
+
// and we plan to concatenating this buffer with others; the BOM should
|
331
|
+
// only appear at the top of a file.
|
332
|
+
line = line.substring(1);
|
333
|
+
}
|
334
|
+
|
335
|
+
if (line !== null) {
|
336
|
+
stringBuffer.append(line);
|
337
|
+
}
|
338
|
+
|
339
|
+
while ((line = input.readLine()) !== null) {
|
340
|
+
stringBuffer.append(lineSeparator);
|
341
|
+
stringBuffer.append(line);
|
342
|
+
}
|
343
|
+
//Make sure we return a JavaScript string and not a Java string.
|
344
|
+
content = String(stringBuffer.toString()); //String
|
345
|
+
} finally {
|
346
|
+
input.close();
|
347
|
+
}
|
348
|
+
callback(content);
|
349
|
+
};
|
350
|
+
} else if (masterConfig.env === 'xpconnect' || (!masterConfig.env &&
|
351
|
+
typeof Components !== 'undefined' && Components.classes &&
|
352
|
+
Components.interfaces)) {
|
353
|
+
//Avert your gaze!
|
354
|
+
Cc = Components.classes;
|
355
|
+
Ci = Components.interfaces;
|
356
|
+
Components.utils['import']('resource://gre/modules/FileUtils.jsm');
|
357
|
+
xpcIsWindows = ('@mozilla.org/windows-registry-key;1' in Cc);
|
358
|
+
|
359
|
+
text.get = function (url, callback) {
|
360
|
+
var inStream, convertStream, fileObj,
|
361
|
+
readData = {};
|
362
|
+
|
363
|
+
if (xpcIsWindows) {
|
364
|
+
url = url.replace(/\//g, '\\');
|
365
|
+
}
|
366
|
+
|
367
|
+
fileObj = new FileUtils.File(url);
|
368
|
+
|
369
|
+
//XPCOM, you so crazy
|
370
|
+
try {
|
371
|
+
inStream = Cc['@mozilla.org/network/file-input-stream;1']
|
372
|
+
.createInstance(Ci.nsIFileInputStream);
|
373
|
+
inStream.init(fileObj, 1, 0, false);
|
374
|
+
|
375
|
+
convertStream = Cc['@mozilla.org/intl/converter-input-stream;1']
|
376
|
+
.createInstance(Ci.nsIConverterInputStream);
|
377
|
+
convertStream.init(inStream, "utf-8", inStream.available(),
|
378
|
+
Ci.nsIConverterInputStream.DEFAULT_REPLACEMENT_CHARACTER);
|
379
|
+
|
380
|
+
convertStream.readString(inStream.available(), readData);
|
381
|
+
convertStream.close();
|
382
|
+
inStream.close();
|
383
|
+
callback(readData.value);
|
384
|
+
} catch (e) {
|
385
|
+
throw new Error((fileObj && fileObj.path || '') + ': ' + e);
|
386
|
+
}
|
387
|
+
};
|
388
|
+
}
|
389
|
+
return text;
|
390
|
+
});
|
@@ -0,0 +1,84 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
3
|
+
|
4
|
+
|
5
|
+
<url>
|
6
|
+
<loc>/</loc>
|
7
|
+
<lastmod>2018-10-06</lastmod>
|
8
|
+
<changefreq>daily</changefreq>
|
9
|
+
</url>
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
<url>
|
14
|
+
<loc>/Usage/</loc>
|
15
|
+
<lastmod>2018-10-06</lastmod>
|
16
|
+
<changefreq>daily</changefreq>
|
17
|
+
</url>
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
<url>
|
22
|
+
<loc>/Installing/</loc>
|
23
|
+
<lastmod>2018-10-06</lastmod>
|
24
|
+
<changefreq>daily</changefreq>
|
25
|
+
</url>
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
<url>
|
30
|
+
<loc>/Functions/</loc>
|
31
|
+
<lastmod>2018-10-06</lastmod>
|
32
|
+
<changefreq>daily</changefreq>
|
33
|
+
</url>
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
<url>
|
38
|
+
<loc>/Options/</loc>
|
39
|
+
<lastmod>2018-10-06</lastmod>
|
40
|
+
<changefreq>daily</changefreq>
|
41
|
+
</url>
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
<url>
|
46
|
+
<loc>/Events/</loc>
|
47
|
+
<lastmod>2018-10-06</lastmod>
|
48
|
+
<changefreq>daily</changefreq>
|
49
|
+
</url>
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
<url>
|
54
|
+
<loc>/Changelog/</loc>
|
55
|
+
<lastmod>2018-10-06</lastmod>
|
56
|
+
<changefreq>daily</changefreq>
|
57
|
+
</url>
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
<url>
|
62
|
+
<loc>/ContributorsGuide/</loc>
|
63
|
+
<lastmod>2018-10-06</lastmod>
|
64
|
+
<changefreq>daily</changefreq>
|
65
|
+
</url>
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
<url>
|
70
|
+
<loc>/Extras/</loc>
|
71
|
+
<lastmod>2018-10-06</lastmod>
|
72
|
+
<changefreq>daily</changefreq>
|
73
|
+
</url>
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
<url>
|
78
|
+
<loc>/FAQ/</loc>
|
79
|
+
<lastmod>2018-10-06</lastmod>
|
80
|
+
<changefreq>daily</changefreq>
|
81
|
+
</url>
|
82
|
+
|
83
|
+
|
84
|
+
</urlset>
|
@@ -0,0 +1,12 @@
|
|
1
|
+
{% extends "base.html" %}
|
2
|
+
|
3
|
+
{% block content %}
|
4
|
+
|
5
|
+
<div class="row-fluid">
|
6
|
+
<div id="main-content" class="span12">
|
7
|
+
<h1 id="404-page-not-found" style="text-align: center">404</h1>
|
8
|
+
<p style="text-align: center"><strong>Page not found</strong></p>
|
9
|
+
</div>
|
10
|
+
</div>
|
11
|
+
|
12
|
+
{% endblock %}
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,105 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="en">
|
3
|
+
<head>
|
4
|
+
{%- block site_meta %}
|
5
|
+
<meta charset="utf-8">
|
6
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
8
|
+
{% if page and page.is_homepage %}
|
9
|
+
<meta name="description" content="{{ config['site_description'] }}">{% endif %}
|
10
|
+
{% if config.site_author %}
|
11
|
+
<meta name="author" content="{{ config.site_author }}">{% endif %}
|
12
|
+
{% if page and page.canonical_url %}
|
13
|
+
<link rel="canonical" href="{{ page.canonical_url }}">{% endif %}
|
14
|
+
<link rel="shortcut icon" href="{{ base_url }}/favicon.ico">
|
15
|
+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
16
|
+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
17
|
+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
18
|
+
<link rel="manifest" href="/manifest.json">
|
19
|
+
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#144287">
|
20
|
+
<meta name="theme-color" content="#ffffff">
|
21
|
+
{%- endblock %}
|
22
|
+
|
23
|
+
{%- block htmltitle %}
|
24
|
+
<title>{% if page and page.title and not page.is_homepage %}{{ page.title }} - {% endif %}{{ config.site_name }}</title>
|
25
|
+
{%- endblock %}
|
26
|
+
|
27
|
+
{%- block styles %}
|
28
|
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha256-Md8eaeo67OiouuXAi8t/Xpd8t2+IaJezATVTWbZqSOw=" crossorigin="anonymous" />
|
29
|
+
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css" />
|
30
|
+
{%- for path in extra_css %}
|
31
|
+
<link href="{{ path }}" rel="stylesheet">
|
32
|
+
{%- endfor %}
|
33
|
+
{%- endblock %}
|
34
|
+
|
35
|
+
{%- block libs %}
|
36
|
+
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
37
|
+
<!--[if lt IE 9]>
|
38
|
+
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
39
|
+
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
40
|
+
<![endif]-->
|
41
|
+
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
|
42
|
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha256-98vAGjEDGN79TjHkYWVD4s87rvWkdWLHPs5MC3FvFX4=" crossorigin="anonymous"></script>
|
43
|
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha256-xaF9RpdtRxzwYMWg4ldJoyPWqyDPCRD0Cv7YEEe6Ie8=" crossorigin="anonymous"></script>
|
44
|
+
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.22.2/moment-with-locales.min.js"></script>
|
45
|
+
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment-timezone/0.5.21/moment-timezone-with-data-2012-2022.min.js"></script>
|
46
|
+
{%- endblock %}
|
47
|
+
{%- block scripts %}
|
48
|
+
<script>var base_url = '{{ base_url }}';</script>
|
49
|
+
{%- for path in extra_javascript %}
|
50
|
+
{% if 'search' in path %}
|
51
|
+
{% else %}
|
52
|
+
<script src="{{ path }}"></script>
|
53
|
+
{% endif %}
|
54
|
+
{%- endfor %}
|
55
|
+
{%- endblock %}
|
56
|
+
|
57
|
+
{%- block extrahead %} {% endblock %}
|
58
|
+
</head>
|
59
|
+
|
60
|
+
<body{% if page and page.is_homepage %} class="bd-home" {% endif %}>
|
61
|
+
|
62
|
+
{% include "nav.html" %}
|
63
|
+
{% if not page.is_homepage %}
|
64
|
+
<div class="container-fluid">
|
65
|
+
<div class="row">
|
66
|
+
{%- block content %}
|
67
|
+
<div class="col-12 col-md-3 col-xl-2 bd-sidebar">{% include "toc.html" %}</div>
|
68
|
+
<div class="col-12 col-md-9 col-xl-8 py-md-3 pl-md-5 bd-content" role="main">
|
69
|
+
<h1 class="bd-title">{{page.title}}</h1>
|
70
|
+
{% if page and page.meta.lead %}
|
71
|
+
<p class="bd-lead">
|
72
|
+
{{page.meta.lead[0]}}
|
73
|
+
</p>
|
74
|
+
{% endif %}
|
75
|
+
{% include "content.html" %}
|
76
|
+
</div>
|
77
|
+
{%- endblock %}
|
78
|
+
</div>
|
79
|
+
</div>
|
80
|
+
{% else %}
|
81
|
+
{% include "content.html" %}
|
82
|
+
{% endif %}
|
83
|
+
|
84
|
+
<script>
|
85
|
+
if (top !== self) { top.location.replace(self.location.href); }
|
86
|
+
if (location.hostname !== "localhost" && location.hostname !== "127.0.0.1") {
|
87
|
+
(function (i, s, o, g, r, a, m) {
|
88
|
+
i['GoogleAnalyticsObject'] = r;
|
89
|
+
i[r] = i[r] ||
|
90
|
+
function () {
|
91
|
+
(i[r].q = i[r].q || []).push(arguments);
|
92
|
+
}, i[r].l = 1 * new Date();
|
93
|
+
a = s.createElement(o),
|
94
|
+
m = s.getElementsByTagName(o)[0];
|
95
|
+
a.async = 1;
|
96
|
+
a.src = g;
|
97
|
+
m.parentNode.insertBefore(a, m);
|
98
|
+
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
|
99
|
+
|
100
|
+
ga('create', 'UA-47462200-1', 'eonasdan.github.io');
|
101
|
+
ga('send', 'pageview');
|
102
|
+
}
|
103
|
+
</script>
|
104
|
+
</body>
|
105
|
+
</html>
|