├── .babelrc ├── .env ├── .eslintignore ├── .eslintrc ├── .gitignore ├── .jsbeautifyrc ├── .jscsrc ├── Procfile ├── README.md ├── app.json ├── package.json ├── server.js ├── source ├── assets │ ├── images │ │ ├── ajax-loader.gif │ │ ├── backgrounds │ │ │ ├── boxed_bg.png │ │ │ ├── boxed_bg_retina.png │ │ │ └── seamless.png │ │ ├── brands │ │ │ ├── Untitled-1.png │ │ │ ├── adwords.png │ │ │ ├── amazon.png │ │ │ ├── bing.png │ │ │ ├── dribbble.png │ │ │ ├── facebook.png │ │ │ ├── spotify.png │ │ │ ├── tripadvisor.png │ │ │ ├── twitter.png │ │ │ └── youtube.png │ │ ├── cover.jpg │ │ ├── csu_fullerton_cover_image.jpg │ │ ├── csu_fullerton_logo.png │ │ ├── flags │ │ │ ├── ad.png │ │ │ ├── ae.png │ │ │ ├── af.png │ │ │ ├── ag.png │ │ │ ├── ai.png │ │ │ ├── al.png │ │ │ ├── am.png │ │ │ ├── an.png │ │ │ ├── ao.png │ │ │ ├── ar.png │ │ │ ├── as.png │ │ │ ├── at.png │ │ │ ├── au.png │ │ │ ├── aw.png │ │ │ ├── ax.png │ │ │ ├── az.png │ │ │ ├── ba.png │ │ │ ├── bb.png │ │ │ ├── bd.png │ │ │ ├── be.png │ │ │ ├── bf.png │ │ │ ├── bg.png │ │ │ ├── bh.png │ │ │ ├── bi.png │ │ │ ├── bj.png │ │ │ ├── bm.png │ │ │ ├── bn.png │ │ │ ├── bo.png │ │ │ ├── br.png │ │ │ ├── bs.png │ │ │ ├── bt.png │ │ │ ├── bv.png │ │ │ ├── bw.png │ │ │ ├── by.png │ │ │ ├── bz.png │ │ │ ├── ca.png │ │ │ ├── catalonia.png │ │ │ ├── cc.png │ │ │ ├── cd.png │ │ │ ├── cf.png │ │ │ ├── cg.png │ │ │ ├── ch.png │ │ │ ├── ci.png │ │ │ ├── ck.png │ │ │ ├── cl.png │ │ │ ├── cm.png │ │ │ ├── cn.png │ │ │ ├── co.png │ │ │ ├── cr.png │ │ │ ├── cs.png │ │ │ ├── cu.png │ │ │ ├── cv.png │ │ │ ├── cx.png │ │ │ ├── cy.png │ │ │ ├── cz.png │ │ │ ├── de.png │ │ │ ├── dj.png │ │ │ ├── dk.png │ │ │ ├── dm.png │ │ │ ├── do.png │ │ │ ├── dz.png │ │ │ ├── ec.png │ │ │ ├── ee.png │ │ │ ├── eg.png │ │ │ ├── eh.png │ │ │ ├── england.png │ │ │ ├── er.png │ │ │ ├── es.png │ │ │ ├── et.png │ │ │ ├── europeanunion.png │ │ │ ├── fam.png │ │ │ ├── fi.png │ │ │ ├── fj.png │ │ │ ├── fk.png │ │ │ ├── fm.png │ │ │ ├── fo.png │ │ │ ├── fr.png │ │ │ ├── ga.png │ │ │ ├── gb.png │ │ │ ├── gd.png │ │ │ ├── ge.png │ │ │ ├── gf.png │ │ │ ├── gh.png │ │ │ ├── gi.png │ │ │ ├── gl.png │ │ │ ├── gm.png │ │ │ ├── gn.png │ │ │ ├── gp.png │ │ │ ├── gq.png │ │ │ ├── gr.png │ │ │ ├── gs.png │ │ │ ├── gt.png │ │ │ ├── gu.png │ │ │ ├── gw.png │ │ │ ├── gy.png │ │ │ ├── hk.png │ │ │ ├── hm.png │ │ │ ├── hn.png │ │ │ ├── hr.png │ │ │ ├── ht.png │ │ │ ├── hu.png │ │ │ ├── id.png │ │ │ ├── ie.png │ │ │ ├── il.png │ │ │ ├── in.png │ │ │ ├── io.png │ │ │ ├── iq.png │ │ │ ├── ir.png │ │ │ ├── is.png │ │ │ ├── it.png │ │ │ ├── jm.png │ │ │ ├── jo.png │ │ │ ├── jp.png │ │ │ ├── ke.png │ │ │ ├── kg.png │ │ │ ├── kh.png │ │ │ ├── ki.png │ │ │ ├── km.png │ │ │ ├── kn.png │ │ │ ├── kp.png │ │ │ ├── kr.png │ │ │ ├── kw.png │ │ │ ├── ky.png │ │ │ ├── kz.png │ │ │ ├── la.png │ │ │ ├── lb.png │ │ │ ├── lc.png │ │ │ ├── li.png │ │ │ ├── lk.png │ │ │ ├── lr.png │ │ │ ├── ls.png │ │ │ ├── lt.png │ │ │ ├── lu.png │ │ │ ├── lv.png │ │ │ ├── ly.png │ │ │ ├── ma.png │ │ │ ├── mc.png │ │ │ ├── md.png │ │ │ ├── me.png │ │ │ ├── mg.png │ │ │ ├── mh.png │ │ │ ├── mk.png │ │ │ ├── ml.png │ │ │ ├── mm.png │ │ │ ├── mn.png │ │ │ ├── mo.png │ │ │ ├── mp.png │ │ │ ├── mq.png │ │ │ ├── mr.png │ │ │ ├── ms.png │ │ │ ├── mt.png │ │ │ ├── mu.png │ │ │ ├── mv.png │ │ │ ├── mw.png │ │ │ ├── mx.png │ │ │ ├── my.png │ │ │ ├── mz.png │ │ │ ├── na.png │ │ │ ├── nc.png │ │ │ ├── ne.png │ │ │ ├── nf.png │ │ │ ├── ng.png │ │ │ ├── ni.png │ │ │ ├── nl.png │ │ │ ├── no.png │ │ │ ├── np.png │ │ │ ├── nr.png │ │ │ ├── nu.png │ │ │ ├── nz.png │ │ │ ├── om.png │ │ │ ├── pa.png │ │ │ ├── pe.png │ │ │ ├── pf.png │ │ │ ├── pg.png │ │ │ ├── ph.png │ │ │ ├── pk.png │ │ │ ├── pl.png │ │ │ ├── pm.png │ │ │ ├── pn.png │ │ │ ├── pr.png │ │ │ ├── ps.png │ │ │ ├── pt.png │ │ │ ├── pw.png │ │ │ ├── py.png │ │ │ ├── qa.png │ │ │ ├── re.png │ │ │ ├── ro.png │ │ │ ├── rs.png │ │ │ ├── ru.png │ │ │ ├── rw.png │ │ │ ├── sa.png │ │ │ ├── sb.png │ │ │ ├── sc.png │ │ │ ├── scotland.png │ │ │ ├── sd.png │ │ │ ├── se.png │ │ │ ├── sg.png │ │ │ ├── sh.png │ │ │ ├── si.png │ │ │ ├── sj.png │ │ │ ├── sk.png │ │ │ ├── sl.png │ │ │ ├── sm.png │ │ │ ├── sn.png │ │ │ ├── so.png │ │ │ ├── sr.png │ │ │ ├── st.png │ │ │ ├── sv.png │ │ │ ├── sy.png │ │ │ ├── sz.png │ │ │ ├── tc.png │ │ │ ├── td.png │ │ │ ├── tf.png │ │ │ ├── tg.png │ │ │ ├── th.png │ │ │ ├── tj.png │ │ │ ├── tk.png │ │ │ ├── tl.png │ │ │ ├── tm.png │ │ │ ├── tn.png │ │ │ ├── to.png │ │ │ ├── tr.png │ │ │ ├── tt.png │ │ │ ├── tv.png │ │ │ ├── tw.png │ │ │ ├── tz.png │ │ │ ├── ua.png │ │ │ ├── ug.png │ │ │ ├── um.png │ │ │ ├── us.png │ │ │ ├── uy.png │ │ │ ├── uz.png │ │ │ ├── va.png │ │ │ ├── vc.png │ │ │ ├── ve.png │ │ │ ├── vg.png │ │ │ ├── vi.png │ │ │ ├── vn.png │ │ │ ├── vu.png │ │ │ ├── wales.png │ │ │ ├── wf.png │ │ │ ├── ws.png │ │ │ ├── ye.png │ │ │ ├── yt.png │ │ │ ├── za.png │ │ │ ├── zm.png │ │ │ └── zw.png │ │ ├── image.png │ │ ├── logo_dark.png │ │ ├── logo_demo.png │ │ ├── logo_icon_dark.png │ │ ├── logo_icon_light.png │ │ ├── logo_light.png │ │ ├── placeholder.jpg │ │ ├── pnotify │ │ │ ├── danger.png │ │ │ ├── default.png │ │ │ ├── info.png │ │ │ ├── success.png │ │ │ └── warning.png │ │ ├── ron-carucci_avatar.jpg │ │ ├── signature.png │ │ └── ui │ │ │ ├── datepicker_trigger.png │ │ │ └── map_marker.png │ ├── js │ │ ├── charts │ │ │ ├── c3 │ │ │ │ ├── c3_advanced.js │ │ │ │ ├── c3_axis.js │ │ │ │ ├── c3_bars_pies.js │ │ │ │ ├── c3_grid.js │ │ │ │ └── c3_lines_areas.js │ │ │ ├── d3 │ │ │ │ ├── bars │ │ │ │ │ ├── bars_advanced_hierarchical.js │ │ │ │ │ ├── bars_advanced_histogram.js │ │ │ │ │ ├── bars_advanced_simple_interaction.js │ │ │ │ │ ├── bars_advanced_sortable_horizontal.js │ │ │ │ │ ├── bars_advanced_sortable_vertical.js │ │ │ │ │ ├── bars_advanced_stacked_multiple.js │ │ │ │ │ ├── bars_basic_grouped.js │ │ │ │ │ ├── bars_basic_horizontal.js │ │ │ │ │ ├── bars_basic_stacked.js │ │ │ │ │ ├── bars_basic_stacked_normalized.js │ │ │ │ │ ├── bars_basic_tooltip.js │ │ │ │ │ └── bars_basic_vertical.js │ │ │ │ ├── chords │ │ │ │ │ ├── chord_arcs.js │ │ │ │ │ ├── chord_basic.js │ │ │ │ │ ├── chord_chart.js │ │ │ │ │ └── chord_tweens.js │ │ │ │ ├── lines │ │ │ │ │ ├── lines_advanced_difference.js │ │ │ │ │ ├── lines_advanced_missing.js │ │ │ │ │ ├── lines_advanced_small_multiples.js │ │ │ │ │ ├── lines_advanced_spline_transition.js │ │ │ │ │ ├── lines_advanced_transitions.js │ │ │ │ │ ├── lines_advanced_zoom.js │ │ │ │ │ ├── lines_basic.js │ │ │ │ │ ├── lines_basic_area.js │ │ │ │ │ ├── lines_basic_bivariate.js │ │ │ │ │ ├── lines_basic_gradient.js │ │ │ │ │ ├── lines_basic_multi_series.js │ │ │ │ │ ├── lines_basic_stacked.js │ │ │ │ │ └── lines_basic_stacked_nest.js │ │ │ │ ├── other │ │ │ │ │ ├── bubbles.js │ │ │ │ │ ├── streamgraph.js │ │ │ │ │ ├── treemap.js │ │ │ │ │ └── waterfall.js │ │ │ │ ├── pies │ │ │ │ │ ├── donut_arc_tween.js │ │ │ │ │ ├── donut_basic.js │ │ │ │ │ ├── donut_entry_animation.js │ │ │ │ │ ├── donut_multiple.js │ │ │ │ │ ├── donut_multiple_nesting.js │ │ │ │ │ ├── donut_update.js │ │ │ │ │ ├── pie_arc_tween.js │ │ │ │ │ ├── pie_basic.js │ │ │ │ │ ├── pie_entry_animation.js │ │ │ │ │ ├── pie_multiple.js │ │ │ │ │ ├── pie_multiple_nesting.js │ │ │ │ │ └── pie_update.js │ │ │ │ ├── sunburst │ │ │ │ │ ├── sunburst_basic.js │ │ │ │ │ ├── sunburst_combined.js │ │ │ │ │ ├── sunburst_distortion.js │ │ │ │ │ └── sunburst_zoom.js │ │ │ │ ├── tree │ │ │ │ │ ├── tree_basic.js │ │ │ │ │ ├── tree_bracket.js │ │ │ │ │ ├── tree_collapsible.js │ │ │ │ │ ├── tree_dendrogram.js │ │ │ │ │ ├── tree_dendrogram_radial.js │ │ │ │ │ └── tree_radial.js │ │ │ │ └── venn │ │ │ │ │ ├── venn_basic.js │ │ │ │ │ ├── venn_colors.js │ │ │ │ │ ├── venn_interactive.js │ │ │ │ │ ├── venn_rings.js │ │ │ │ │ ├── venn_tooltip.js │ │ │ │ │ └── venn_weighted.js │ │ │ ├── dimple │ │ │ │ ├── area │ │ │ │ │ ├── area_horizontal.js │ │ │ │ │ ├── area_horizontal_grouped.js │ │ │ │ │ ├── area_horizontal_stacked.js │ │ │ │ │ ├── area_horizontal_stacked_grouped.js │ │ │ │ │ ├── area_horizontal_stacked_normalized.js │ │ │ │ │ ├── area_vertical.js │ │ │ │ │ ├── area_vertical_grouped.js │ │ │ │ │ ├── area_vertical_stacked.js │ │ │ │ │ ├── area_vertical_stacked_grouped.js │ │ │ │ │ └── area_vertical_stacked_normalized.js │ │ │ │ ├── bars │ │ │ │ │ ├── bar_horizontal.js │ │ │ │ │ ├── bar_horizontal_grouped.js │ │ │ │ │ ├── bar_horizontal_stacked.js │ │ │ │ │ ├── bar_horizontal_stacked_grouped.js │ │ │ │ │ ├── bar_horizontal_stacked_normalized.js │ │ │ │ │ ├── bar_vertical.js │ │ │ │ │ ├── bar_vertical_grouped.js │ │ │ │ │ ├── bar_vertical_stacked.js │ │ │ │ │ ├── bar_vertical_stacked_grouped.js │ │ │ │ │ └── bar_vertical_stacked_normalized.js │ │ │ │ ├── bubble │ │ │ │ │ ├── bubble_basic.js │ │ │ │ │ ├── bubble_horizontal_lollipop.js │ │ │ │ │ ├── bubble_lollipop_grouped.js │ │ │ │ │ ├── bubble_matrix.js │ │ │ │ │ └── bubble_vertical_lollipop.js │ │ │ │ ├── lines │ │ │ │ │ ├── line_horizontal_multiple.js │ │ │ │ │ ├── line_horizontal_multiple_grouped.js │ │ │ │ │ ├── line_horizontal_single.js │ │ │ │ │ ├── line_horizontal_single_grouped.js │ │ │ │ │ ├── line_vertical_multiple.js │ │ │ │ │ ├── line_vertical_multiple_grouped.js │ │ │ │ │ ├── line_vertical_single.js │ │ │ │ │ └── line_vertical_single_grouped.js │ │ │ │ ├── pies │ │ │ │ │ ├── pie_basic.js │ │ │ │ │ ├── pie_bubble.js │ │ │ │ │ ├── pie_legend.js │ │ │ │ │ ├── pie_lollipop.js │ │ │ │ │ ├── pie_matrix.js │ │ │ │ │ └── pie_scatter.js │ │ │ │ ├── rings │ │ │ │ │ ├── ring_basic.js │ │ │ │ │ ├── ring_bubble.js │ │ │ │ │ ├── ring_concentric.js │ │ │ │ │ ├── ring_lollipop.js │ │ │ │ │ ├── ring_matrix.js │ │ │ │ │ └── ring_scatter.js │ │ │ │ ├── scatter │ │ │ │ │ ├── scatter_basic.js │ │ │ │ │ ├── scatter_horizontal_lollipop.js │ │ │ │ │ ├── scatter_lollipop_grouped.js │ │ │ │ │ ├── scatter_matrix.js │ │ │ │ │ └── scatter_vertical_lollipop.js │ │ │ │ └── step │ │ │ │ │ ├── step_horizontal_multiple.js │ │ │ │ │ ├── step_horizontal_multiple_grouped.js │ │ │ │ │ ├── step_horizontal_single.js │ │ │ │ │ ├── step_horizontal_single_grouped.js │ │ │ │ │ ├── step_vertical_multiple.js │ │ │ │ │ ├── step_vertical_multiple_grouped.js │ │ │ │ │ ├── step_vertical_single.js │ │ │ │ │ └── step_vertical_single_grouped.js │ │ │ ├── echarts │ │ │ │ ├── bars_tornados.js │ │ │ │ ├── candlesticks_others.js │ │ │ │ ├── columns_waterfalls.js │ │ │ │ ├── combinations.js │ │ │ │ ├── funnels_chords.js │ │ │ │ ├── lines_areas.js │ │ │ │ ├── pies_donuts.js │ │ │ │ ├── scatter.js │ │ │ │ └── timeline_option.js │ │ │ └── google │ │ │ │ ├── bars │ │ │ │ ├── bar.js │ │ │ │ ├── bar_stacked.js │ │ │ │ ├── column.js │ │ │ │ ├── column_stacked.js │ │ │ │ ├── combo.js │ │ │ │ └── histogram.js │ │ │ │ ├── bubbles │ │ │ │ ├── bubble.js │ │ │ │ └── bubble_gradient.js │ │ │ │ ├── lines │ │ │ │ ├── area.js │ │ │ │ ├── area_intervals.js │ │ │ │ ├── area_stacked.js │ │ │ │ ├── area_stepped.js │ │ │ │ ├── line_intervals.js │ │ │ │ └── lines.js │ │ │ │ ├── other │ │ │ │ ├── candlestick.js │ │ │ │ ├── diff.js │ │ │ │ ├── geo.js │ │ │ │ ├── sankey.js │ │ │ │ └── trendline.js │ │ │ │ ├── pies │ │ │ │ ├── 3d_exploded.js │ │ │ │ ├── donut.js │ │ │ │ ├── donut_exploded.js │ │ │ │ ├── donut_rotate.js │ │ │ │ ├── pie.js │ │ │ │ ├── pie_3d.js │ │ │ │ ├── pie_diff_border.js │ │ │ │ ├── pie_diff_invert.js │ │ │ │ ├── pie_diff_opacity.js │ │ │ │ ├── pie_diff_radius.js │ │ │ │ ├── pie_exploded.js │ │ │ │ └── pie_rotate.js │ │ │ │ └── scatter │ │ │ │ ├── scatter.js │ │ │ │ └── scatter_diff.js │ │ ├── core │ │ │ ├── app.js │ │ │ ├── app.min.js │ │ │ └── libraries │ │ │ │ ├── bootstrap.min.js │ │ │ │ ├── jasny_bootstrap.min.js │ │ │ │ ├── jquery.min.js │ │ │ │ └── jquery_ui │ │ │ │ ├── core.min.js │ │ │ │ ├── effects.min.js │ │ │ │ ├── full.min.js │ │ │ │ ├── globalize │ │ │ │ ├── cultures │ │ │ │ │ ├── globalize.culture.af-ZA.js │ │ │ │ │ ├── globalize.culture.af.js │ │ │ │ │ ├── globalize.culture.am-ET.js │ │ │ │ │ ├── globalize.culture.am.js │ │ │ │ │ ├── globalize.culture.ar-AE.js │ │ │ │ │ ├── globalize.culture.ar-BH.js │ │ │ │ │ ├── globalize.culture.ar-DZ.js │ │ │ │ │ ├── globalize.culture.ar-EG.js │ │ │ │ │ ├── globalize.culture.ar-IQ.js │ │ │ │ │ ├── globalize.culture.ar-JO.js │ │ │ │ │ ├── globalize.culture.ar-KW.js │ │ │ │ │ ├── globalize.culture.ar-LB.js │ │ │ │ │ ├── globalize.culture.ar-LY.js │ │ │ │ │ ├── globalize.culture.ar-MA.js │ │ │ │ │ ├── globalize.culture.ar-OM.js │ │ │ │ │ ├── globalize.culture.ar-QA.js │ │ │ │ │ ├── globalize.culture.ar-SA.js │ │ │ │ │ ├── globalize.culture.ar-SY.js │ │ │ │ │ ├── globalize.culture.ar-TN.js │ │ │ │ │ ├── globalize.culture.ar-YE.js │ │ │ │ │ ├── globalize.culture.ar.js │ │ │ │ │ ├── globalize.culture.arn-CL.js │ │ │ │ │ ├── globalize.culture.arn.js │ │ │ │ │ ├── globalize.culture.as-IN.js │ │ │ │ │ ├── globalize.culture.as.js │ │ │ │ │ ├── globalize.culture.az-Cyrl-AZ.js │ │ │ │ │ ├── globalize.culture.az-Cyrl.js │ │ │ │ │ ├── globalize.culture.az-Latn-AZ.js │ │ │ │ │ ├── globalize.culture.az-Latn.js │ │ │ │ │ ├── globalize.culture.az.js │ │ │ │ │ ├── globalize.culture.ba-RU.js │ │ │ │ │ ├── globalize.culture.ba.js │ │ │ │ │ ├── globalize.culture.be-BY.js │ │ │ │ │ ├── globalize.culture.be.js │ │ │ │ │ ├── globalize.culture.bg-BG.js │ │ │ │ │ ├── globalize.culture.bg.js │ │ │ │ │ ├── globalize.culture.bn-BD.js │ │ │ │ │ ├── globalize.culture.bn-IN.js │ │ │ │ │ ├── globalize.culture.bn.js │ │ │ │ │ ├── globalize.culture.bo-CN.js │ │ │ │ │ ├── globalize.culture.bo.js │ │ │ │ │ ├── globalize.culture.br-FR.js │ │ │ │ │ ├── globalize.culture.br.js │ │ │ │ │ ├── globalize.culture.bs-Cyrl-BA.js │ │ │ │ │ ├── globalize.culture.bs-Cyrl.js │ │ │ │ │ ├── globalize.culture.bs-Latn-BA.js │ │ │ │ │ ├── globalize.culture.bs-Latn.js │ │ │ │ │ ├── globalize.culture.bs.js │ │ │ │ │ ├── globalize.culture.ca-ES.js │ │ │ │ │ ├── globalize.culture.ca.js │ │ │ │ │ ├── globalize.culture.co-FR.js │ │ │ │ │ ├── globalize.culture.co.js │ │ │ │ │ ├── globalize.culture.cs-CZ.js │ │ │ │ │ ├── globalize.culture.cs.js │ │ │ │ │ ├── globalize.culture.cy-GB.js │ │ │ │ │ ├── globalize.culture.cy.js │ │ │ │ │ ├── globalize.culture.da-DK.js │ │ │ │ │ ├── globalize.culture.da.js │ │ │ │ │ ├── globalize.culture.de-AT.js │ │ │ │ │ ├── globalize.culture.de-CH.js │ │ │ │ │ ├── globalize.culture.de-DE.js │ │ │ │ │ ├── globalize.culture.de-LI.js │ │ │ │ │ ├── globalize.culture.de-LU.js │ │ │ │ │ ├── globalize.culture.de.js │ │ │ │ │ ├── globalize.culture.dsb-DE.js │ │ │ │ │ ├── globalize.culture.dsb.js │ │ │ │ │ ├── globalize.culture.dv-MV.js │ │ │ │ │ ├── globalize.culture.dv.js │ │ │ │ │ ├── globalize.culture.el-GR.js │ │ │ │ │ ├── globalize.culture.el.js │ │ │ │ │ ├── globalize.culture.en-029.js │ │ │ │ │ ├── globalize.culture.en-AU.js │ │ │ │ │ ├── globalize.culture.en-BZ.js │ │ │ │ │ ├── globalize.culture.en-CA.js │ │ │ │ │ ├── globalize.culture.en-GB.js │ │ │ │ │ ├── globalize.culture.en-IE.js │ │ │ │ │ ├── globalize.culture.en-IN.js │ │ │ │ │ ├── globalize.culture.en-JM.js │ │ │ │ │ ├── globalize.culture.en-MY.js │ │ │ │ │ ├── globalize.culture.en-NZ.js │ │ │ │ │ ├── globalize.culture.en-PH.js │ │ │ │ │ ├── globalize.culture.en-SG.js │ │ │ │ │ ├── globalize.culture.en-TT.js │ │ │ │ │ ├── globalize.culture.en-US.js │ │ │ │ │ ├── globalize.culture.en-ZA.js │ │ │ │ │ ├── globalize.culture.en-ZW.js │ │ │ │ │ ├── globalize.culture.es-AR.js │ │ │ │ │ ├── globalize.culture.es-BO.js │ │ │ │ │ ├── globalize.culture.es-CL.js │ │ │ │ │ ├── globalize.culture.es-CO.js │ │ │ │ │ ├── globalize.culture.es-CR.js │ │ │ │ │ ├── globalize.culture.es-DO.js │ │ │ │ │ ├── globalize.culture.es-EC.js │ │ │ │ │ ├── globalize.culture.es-ES.js │ │ │ │ │ ├── globalize.culture.es-GT.js │ │ │ │ │ ├── globalize.culture.es-HN.js │ │ │ │ │ ├── globalize.culture.es-MX.js │ │ │ │ │ ├── globalize.culture.es-NI.js │ │ │ │ │ ├── globalize.culture.es-PA.js │ │ │ │ │ ├── globalize.culture.es-PE.js │ │ │ │ │ ├── globalize.culture.es-PR.js │ │ │ │ │ ├── globalize.culture.es-PY.js │ │ │ │ │ ├── globalize.culture.es-SV.js │ │ │ │ │ ├── globalize.culture.es-US.js │ │ │ │ │ ├── globalize.culture.es-UY.js │ │ │ │ │ ├── globalize.culture.es-VE.js │ │ │ │ │ ├── globalize.culture.es.js │ │ │ │ │ ├── globalize.culture.et-EE.js │ │ │ │ │ ├── globalize.culture.et.js │ │ │ │ │ ├── globalize.culture.eu-ES.js │ │ │ │ │ ├── globalize.culture.eu.js │ │ │ │ │ ├── globalize.culture.fa-IR.js │ │ │ │ │ ├── globalize.culture.fa.js │ │ │ │ │ ├── globalize.culture.fi-FI.js │ │ │ │ │ ├── globalize.culture.fi.js │ │ │ │ │ ├── globalize.culture.fil-PH.js │ │ │ │ │ ├── globalize.culture.fil.js │ │ │ │ │ ├── globalize.culture.fo-FO.js │ │ │ │ │ ├── globalize.culture.fo.js │ │ │ │ │ ├── globalize.culture.fr-BE.js │ │ │ │ │ ├── globalize.culture.fr-CA.js │ │ │ │ │ ├── globalize.culture.fr-CH.js │ │ │ │ │ ├── globalize.culture.fr-FR.js │ │ │ │ │ ├── globalize.culture.fr-LU.js │ │ │ │ │ ├── globalize.culture.fr-MC.js │ │ │ │ │ ├── globalize.culture.fr.js │ │ │ │ │ ├── globalize.culture.fy-NL.js │ │ │ │ │ ├── globalize.culture.fy.js │ │ │ │ │ ├── globalize.culture.ga-IE.js │ │ │ │ │ ├── globalize.culture.ga.js │ │ │ │ │ ├── globalize.culture.gd-GB.js │ │ │ │ │ ├── globalize.culture.gd.js │ │ │ │ │ ├── globalize.culture.gl-ES.js │ │ │ │ │ ├── globalize.culture.gl.js │ │ │ │ │ ├── globalize.culture.gsw-FR.js │ │ │ │ │ ├── globalize.culture.gsw.js │ │ │ │ │ ├── globalize.culture.gu-IN.js │ │ │ │ │ ├── globalize.culture.gu.js │ │ │ │ │ ├── globalize.culture.ha-Latn-NG.js │ │ │ │ │ ├── globalize.culture.ha-Latn.js │ │ │ │ │ ├── globalize.culture.ha.js │ │ │ │ │ ├── globalize.culture.he-IL.js │ │ │ │ │ ├── globalize.culture.he.js │ │ │ │ │ ├── globalize.culture.hi-IN.js │ │ │ │ │ ├── globalize.culture.hi.js │ │ │ │ │ ├── globalize.culture.hr-BA.js │ │ │ │ │ ├── globalize.culture.hr-HR.js │ │ │ │ │ ├── globalize.culture.hr.js │ │ │ │ │ ├── globalize.culture.hsb-DE.js │ │ │ │ │ ├── globalize.culture.hsb.js │ │ │ │ │ ├── globalize.culture.hu-HU.js │ │ │ │ │ ├── globalize.culture.hu.js │ │ │ │ │ ├── globalize.culture.hy-AM.js │ │ │ │ │ ├── globalize.culture.hy.js │ │ │ │ │ ├── globalize.culture.id-ID.js │ │ │ │ │ ├── globalize.culture.id.js │ │ │ │ │ ├── globalize.culture.ig-NG.js │ │ │ │ │ ├── globalize.culture.ig.js │ │ │ │ │ ├── globalize.culture.ii-CN.js │ │ │ │ │ ├── globalize.culture.ii.js │ │ │ │ │ ├── globalize.culture.is-IS.js │ │ │ │ │ ├── globalize.culture.is.js │ │ │ │ │ ├── globalize.culture.it-CH.js │ │ │ │ │ ├── globalize.culture.it-IT.js │ │ │ │ │ ├── globalize.culture.it.js │ │ │ │ │ ├── globalize.culture.iu-Cans-CA.js │ │ │ │ │ ├── globalize.culture.iu-Cans.js │ │ │ │ │ ├── globalize.culture.iu-Latn-CA.js │ │ │ │ │ ├── globalize.culture.iu-Latn.js │ │ │ │ │ ├── globalize.culture.iu.js │ │ │ │ │ ├── globalize.culture.ja-JP.js │ │ │ │ │ ├── globalize.culture.ja.js │ │ │ │ │ ├── globalize.culture.ka-GE.js │ │ │ │ │ ├── globalize.culture.ka.js │ │ │ │ │ ├── globalize.culture.kk-KZ.js │ │ │ │ │ ├── globalize.culture.kk.js │ │ │ │ │ ├── globalize.culture.kl-GL.js │ │ │ │ │ ├── globalize.culture.kl.js │ │ │ │ │ ├── globalize.culture.km-KH.js │ │ │ │ │ ├── globalize.culture.km.js │ │ │ │ │ ├── globalize.culture.kn-IN.js │ │ │ │ │ ├── globalize.culture.kn.js │ │ │ │ │ ├── globalize.culture.ko-KR.js │ │ │ │ │ ├── globalize.culture.ko.js │ │ │ │ │ ├── globalize.culture.kok-IN.js │ │ │ │ │ ├── globalize.culture.kok.js │ │ │ │ │ ├── globalize.culture.ky-KG.js │ │ │ │ │ ├── globalize.culture.ky.js │ │ │ │ │ ├── globalize.culture.lb-LU.js │ │ │ │ │ ├── globalize.culture.lb.js │ │ │ │ │ ├── globalize.culture.lo-LA.js │ │ │ │ │ ├── globalize.culture.lo.js │ │ │ │ │ ├── globalize.culture.lt-LT.js │ │ │ │ │ ├── globalize.culture.lt.js │ │ │ │ │ ├── globalize.culture.lv-LV.js │ │ │ │ │ ├── globalize.culture.lv.js │ │ │ │ │ ├── globalize.culture.mi-NZ.js │ │ │ │ │ ├── globalize.culture.mi.js │ │ │ │ │ ├── globalize.culture.mk-MK.js │ │ │ │ │ ├── globalize.culture.mk.js │ │ │ │ │ ├── globalize.culture.ml-IN.js │ │ │ │ │ ├── globalize.culture.ml.js │ │ │ │ │ ├── globalize.culture.mn-Cyrl.js │ │ │ │ │ ├── globalize.culture.mn-MN.js │ │ │ │ │ ├── globalize.culture.mn-Mong-CN.js │ │ │ │ │ ├── globalize.culture.mn-Mong.js │ │ │ │ │ ├── globalize.culture.mn.js │ │ │ │ │ ├── globalize.culture.moh-CA.js │ │ │ │ │ ├── globalize.culture.moh.js │ │ │ │ │ ├── globalize.culture.mr-IN.js │ │ │ │ │ ├── globalize.culture.mr.js │ │ │ │ │ ├── globalize.culture.ms-BN.js │ │ │ │ │ ├── globalize.culture.ms-MY.js │ │ │ │ │ ├── globalize.culture.ms.js │ │ │ │ │ ├── globalize.culture.mt-MT.js │ │ │ │ │ ├── globalize.culture.mt.js │ │ │ │ │ ├── globalize.culture.nb-NO.js │ │ │ │ │ ├── globalize.culture.nb.js │ │ │ │ │ ├── globalize.culture.ne-NP.js │ │ │ │ │ ├── globalize.culture.ne.js │ │ │ │ │ ├── globalize.culture.nl-BE.js │ │ │ │ │ ├── globalize.culture.nl-NL.js │ │ │ │ │ ├── globalize.culture.nl.js │ │ │ │ │ ├── globalize.culture.nn-NO.js │ │ │ │ │ ├── globalize.culture.nn.js │ │ │ │ │ ├── globalize.culture.no.js │ │ │ │ │ ├── globalize.culture.nso-ZA.js │ │ │ │ │ ├── globalize.culture.nso.js │ │ │ │ │ ├── globalize.culture.oc-FR.js │ │ │ │ │ ├── globalize.culture.oc.js │ │ │ │ │ ├── globalize.culture.or-IN.js │ │ │ │ │ ├── globalize.culture.or.js │ │ │ │ │ ├── globalize.culture.pa-IN.js │ │ │ │ │ ├── globalize.culture.pa.js │ │ │ │ │ ├── globalize.culture.pl-PL.js │ │ │ │ │ ├── globalize.culture.pl.js │ │ │ │ │ ├── globalize.culture.prs-AF.js │ │ │ │ │ ├── globalize.culture.prs.js │ │ │ │ │ ├── globalize.culture.ps-AF.js │ │ │ │ │ ├── globalize.culture.ps.js │ │ │ │ │ ├── globalize.culture.pt-BR.js │ │ │ │ │ ├── globalize.culture.pt-PT.js │ │ │ │ │ ├── globalize.culture.pt.js │ │ │ │ │ ├── globalize.culture.qut-GT.js │ │ │ │ │ ├── globalize.culture.qut.js │ │ │ │ │ ├── globalize.culture.quz-BO.js │ │ │ │ │ ├── globalize.culture.quz-EC.js │ │ │ │ │ ├── globalize.culture.quz-PE.js │ │ │ │ │ ├── globalize.culture.quz.js │ │ │ │ │ ├── globalize.culture.rm-CH.js │ │ │ │ │ ├── globalize.culture.rm.js │ │ │ │ │ ├── globalize.culture.ro-RO.js │ │ │ │ │ ├── globalize.culture.ro.js │ │ │ │ │ ├── globalize.culture.ru-RU.js │ │ │ │ │ ├── globalize.culture.ru.js │ │ │ │ │ ├── globalize.culture.rw-RW.js │ │ │ │ │ ├── globalize.culture.rw.js │ │ │ │ │ ├── globalize.culture.sa-IN.js │ │ │ │ │ ├── globalize.culture.sa.js │ │ │ │ │ ├── globalize.culture.sah-RU.js │ │ │ │ │ ├── globalize.culture.sah.js │ │ │ │ │ ├── globalize.culture.se-FI.js │ │ │ │ │ ├── globalize.culture.se-NO.js │ │ │ │ │ ├── globalize.culture.se-SE.js │ │ │ │ │ ├── globalize.culture.se.js │ │ │ │ │ ├── globalize.culture.si-LK.js │ │ │ │ │ ├── globalize.culture.si.js │ │ │ │ │ ├── globalize.culture.sk-SK.js │ │ │ │ │ ├── globalize.culture.sk.js │ │ │ │ │ ├── globalize.culture.sl-SI.js │ │ │ │ │ ├── globalize.culture.sl.js │ │ │ │ │ ├── globalize.culture.sma-NO.js │ │ │ │ │ ├── globalize.culture.sma-SE.js │ │ │ │ │ ├── globalize.culture.sma.js │ │ │ │ │ ├── globalize.culture.smj-NO.js │ │ │ │ │ ├── globalize.culture.smj-SE.js │ │ │ │ │ ├── globalize.culture.smj.js │ │ │ │ │ ├── globalize.culture.smn-FI.js │ │ │ │ │ ├── globalize.culture.smn.js │ │ │ │ │ ├── globalize.culture.sms-FI.js │ │ │ │ │ ├── globalize.culture.sms.js │ │ │ │ │ ├── globalize.culture.sq-AL.js │ │ │ │ │ ├── globalize.culture.sq.js │ │ │ │ │ ├── globalize.culture.sr-Cyrl-BA.js │ │ │ │ │ ├── globalize.culture.sr-Cyrl-CS.js │ │ │ │ │ ├── globalize.culture.sr-Cyrl-ME.js │ │ │ │ │ ├── globalize.culture.sr-Cyrl-RS.js │ │ │ │ │ ├── globalize.culture.sr-Cyrl.js │ │ │ │ │ ├── globalize.culture.sr-Latn-BA.js │ │ │ │ │ ├── globalize.culture.sr-Latn-CS.js │ │ │ │ │ ├── globalize.culture.sr-Latn-ME.js │ │ │ │ │ ├── globalize.culture.sr-Latn-RS.js │ │ │ │ │ ├── globalize.culture.sr-Latn.js │ │ │ │ │ ├── globalize.culture.sr.js │ │ │ │ │ ├── globalize.culture.sv-FI.js │ │ │ │ │ ├── globalize.culture.sv-SE.js │ │ │ │ │ ├── globalize.culture.sv.js │ │ │ │ │ ├── globalize.culture.sw-KE.js │ │ │ │ │ ├── globalize.culture.sw.js │ │ │ │ │ ├── globalize.culture.syr-SY.js │ │ │ │ │ ├── globalize.culture.syr.js │ │ │ │ │ ├── globalize.culture.ta-IN.js │ │ │ │ │ ├── globalize.culture.ta.js │ │ │ │ │ ├── globalize.culture.te-IN.js │ │ │ │ │ ├── globalize.culture.te.js │ │ │ │ │ ├── globalize.culture.tg-Cyrl-TJ.js │ │ │ │ │ ├── globalize.culture.tg-Cyrl.js │ │ │ │ │ ├── globalize.culture.tg.js │ │ │ │ │ ├── globalize.culture.th-TH.js │ │ │ │ │ ├── globalize.culture.th.js │ │ │ │ │ ├── globalize.culture.tk-TM.js │ │ │ │ │ ├── globalize.culture.tk.js │ │ │ │ │ ├── globalize.culture.tn-ZA.js │ │ │ │ │ ├── globalize.culture.tn.js │ │ │ │ │ ├── globalize.culture.tr-TR.js │ │ │ │ │ ├── globalize.culture.tr.js │ │ │ │ │ ├── globalize.culture.tt-RU.js │ │ │ │ │ ├── globalize.culture.tt.js │ │ │ │ │ ├── globalize.culture.tzm-Latn-DZ.js │ │ │ │ │ ├── globalize.culture.tzm-Latn.js │ │ │ │ │ ├── globalize.culture.tzm.js │ │ │ │ │ ├── globalize.culture.ug-CN.js │ │ │ │ │ ├── globalize.culture.ug.js │ │ │ │ │ ├── globalize.culture.uk-UA.js │ │ │ │ │ ├── globalize.culture.uk.js │ │ │ │ │ ├── globalize.culture.ur-PK.js │ │ │ │ │ ├── globalize.culture.ur.js │ │ │ │ │ ├── globalize.culture.uz-Cyrl-UZ.js │ │ │ │ │ ├── globalize.culture.uz-Cyrl.js │ │ │ │ │ ├── globalize.culture.uz-Latn-UZ.js │ │ │ │ │ ├── globalize.culture.uz-Latn.js │ │ │ │ │ ├── globalize.culture.uz.js │ │ │ │ │ ├── globalize.culture.vi-VN.js │ │ │ │ │ ├── globalize.culture.vi.js │ │ │ │ │ ├── globalize.culture.wo-SN.js │ │ │ │ │ ├── globalize.culture.wo.js │ │ │ │ │ ├── globalize.culture.xh-ZA.js │ │ │ │ │ ├── globalize.culture.xh.js │ │ │ │ │ ├── globalize.culture.yo-NG.js │ │ │ │ │ ├── globalize.culture.yo.js │ │ │ │ │ ├── globalize.culture.zh-CHS.js │ │ │ │ │ ├── globalize.culture.zh-CHT.js │ │ │ │ │ ├── globalize.culture.zh-CN.js │ │ │ │ │ ├── globalize.culture.zh-HK.js │ │ │ │ │ ├── globalize.culture.zh-Hans.js │ │ │ │ │ ├── globalize.culture.zh-Hant.js │ │ │ │ │ ├── globalize.culture.zh-MO.js │ │ │ │ │ ├── globalize.culture.zh-SG.js │ │ │ │ │ ├── globalize.culture.zh-TW.js │ │ │ │ │ ├── globalize.culture.zh.js │ │ │ │ │ ├── globalize.culture.zu-ZA.js │ │ │ │ │ ├── globalize.culture.zu.js │ │ │ │ │ └── globalize.cultures.js │ │ │ │ └── globalize.js │ │ │ │ ├── interactions.min.js │ │ │ │ ├── touch.min.js │ │ │ │ └── widgets.min.js │ │ ├── maps │ │ │ ├── google │ │ │ │ ├── basic │ │ │ │ │ ├── basic.js │ │ │ │ │ ├── click_event.js │ │ │ │ │ ├── coordinates.js │ │ │ │ │ └── geolocation.js │ │ │ │ ├── controls │ │ │ │ │ ├── adding_controls.js │ │ │ │ │ ├── control_options.js │ │ │ │ │ ├── control_positioning.js │ │ │ │ │ └── disable_ui.js │ │ │ │ ├── drawings │ │ │ │ │ ├── circles.js │ │ │ │ │ ├── polygons.js │ │ │ │ │ ├── polylines.js │ │ │ │ │ └── rectangles.js │ │ │ │ ├── layers │ │ │ │ │ ├── bicycling.js │ │ │ │ │ ├── fusion_tables.js │ │ │ │ │ ├── traffic.js │ │ │ │ │ └── transit.js │ │ │ │ └── markers │ │ │ │ │ ├── animation.js │ │ │ │ │ ├── simple.js │ │ │ │ │ ├── symbols_custom.js │ │ │ │ │ └── symbols_predefined.js │ │ │ └── vector │ │ │ │ └── vector_maps_demo.js │ │ ├── pages │ │ │ ├── _dashboard.js │ │ │ ├── _dashboard_boxed.js │ │ │ ├── alpaca_advanced.js │ │ │ ├── alpaca_basic.js │ │ │ ├── alpaca_controls.js │ │ │ ├── animations_css3.js │ │ │ ├── animations_velocity_basic.js │ │ │ ├── animations_velocity_examples.js │ │ │ ├── animations_velocity_ui.js │ │ │ ├── appearance_draggable_panels.js │ │ │ ├── appearance_panel_heading.js │ │ │ ├── blog_single.js │ │ │ ├── chat_layouts.js │ │ │ ├── colors_blue.js │ │ │ ├── colors_brown.js │ │ │ ├── colors_danger.js │ │ │ ├── colors_green.js │ │ │ ├── colors_grey.js │ │ │ ├── colors_indigo.js │ │ │ ├── colors_info.js │ │ │ ├── colors_orange.js │ │ │ ├── colors_pink.js │ │ │ ├── colors_primary.js │ │ │ ├── colors_purple.js │ │ │ ├── colors_slate.js │ │ │ ├── colors_success.js │ │ │ ├── colors_teal.js │ │ │ ├── colors_violet.js │ │ │ ├── colors_warning.js │ │ │ ├── components_affix.js │ │ │ ├── components_buttons.js │ │ │ ├── components_dropdowns.js │ │ │ ├── components_loaders.js │ │ │ ├── components_media.js │ │ │ ├── components_modals.js │ │ │ ├── components_navs.js │ │ │ ├── components_notifications_other.js │ │ │ ├── components_notifications_pnotify.js │ │ │ ├── components_page_header.js │ │ │ ├── components_pagination.js │ │ │ ├── components_popups.js │ │ │ ├── components_sliders.js │ │ │ ├── components_thumbnails.js │ │ │ ├── dashboard.js │ │ │ ├── dashboard_boxed.js │ │ │ ├── datatables_advanced.js │ │ │ ├── datatables_api.js │ │ │ ├── datatables_basic.js │ │ │ ├── datatables_data_sources.js │ │ │ ├── datatables_extension_autofill.js │ │ │ ├── datatables_extension_buttons_flash.js │ │ │ ├── datatables_extension_buttons_html5.js │ │ │ ├── datatables_extension_buttons_init.js │ │ │ ├── datatables_extension_buttons_print.js │ │ │ ├── datatables_extension_colvis.js │ │ │ ├── datatables_extension_fixed_columns.js │ │ │ ├── datatables_extension_fixed_header.js │ │ │ ├── datatables_extension_key_table.js │ │ │ ├── datatables_extension_reorder.js │ │ │ ├── datatables_extension_row_reorder.js │ │ │ ├── datatables_extension_scroller.js │ │ │ ├── datatables_extension_select.js │ │ │ ├── datatables_responsive.js │ │ │ ├── datatables_sorting.js │ │ │ ├── editor_ckeditor.js │ │ │ ├── editor_code.js │ │ │ ├── editor_summernote.js │ │ │ ├── editor_wysihtml5.js │ │ │ ├── extension_blockui.js │ │ │ ├── extension_dnd.js │ │ │ ├── extension_image_cropper.js │ │ │ ├── extra_context_menu.js │ │ │ ├── extra_fab.js │ │ │ ├── extra_fullcalendar.js │ │ │ ├── extra_fullcalendar_advanced.js │ │ │ ├── extra_fullcalendar_formats.js │ │ │ ├── extra_idle_timeout.js │ │ │ ├── extra_session_timeout.js │ │ │ ├── extra_sliders_ion.js │ │ │ ├── extra_sliders_noui.js │ │ │ ├── extra_trees.js │ │ │ ├── form_bootstrap_select.js │ │ │ ├── form_checkboxes_radios.js │ │ │ ├── form_controls_extended.js │ │ │ ├── form_dual_listboxes.js │ │ │ ├── form_editable.js │ │ │ ├── form_floating_labels.js │ │ │ ├── form_input_groups.js │ │ │ ├── form_inputs.js │ │ │ ├── form_layouts.js │ │ │ ├── form_multiselect.js │ │ │ ├── form_select2.js │ │ │ ├── form_selectbox.js │ │ │ ├── form_tags_input.js │ │ │ ├── form_validation.js │ │ │ ├── gallery.js │ │ │ ├── gallery_library.js │ │ │ ├── general_widgets_content.js │ │ │ ├── handsontable_ac_password.js │ │ │ ├── handsontable_advanced.js │ │ │ ├── handsontable_basic.js │ │ │ ├── handsontable_cells.js │ │ │ ├── handsontable_cols.js │ │ │ ├── handsontable_context.js │ │ │ ├── handsontable_custom_checks.js │ │ │ ├── handsontable_search.js │ │ │ ├── handsontable_types.js │ │ │ ├── internationalization_callbacks.js │ │ │ ├── internationalization_fallback.js │ │ │ ├── internationalization_on_init.js │ │ │ ├── internationalization_switch_direct.js │ │ │ ├── internationalization_switch_query.js │ │ │ ├── invoice_archive.js │ │ │ ├── invoice_grid.js │ │ │ ├── invoice_template.js │ │ │ ├── job_apply.js │ │ │ ├── job_list.js │ │ │ ├── jqueryui_components.js │ │ │ ├── jqueryui_forms.js │ │ │ ├── jqueryui_interactions.js │ │ │ ├── jqueryui_navigation.js │ │ │ ├── jqueryui_sliders.js │ │ │ ├── layout_navbar_main_hideable.js │ │ │ ├── layout_navbar_secondary_fixed.js │ │ │ ├── layout_navbar_secondary_hideable.js │ │ │ ├── layout_sidebar_sticky_custom.js │ │ │ ├── layout_sidebar_sticky_native.js │ │ │ ├── learning.js │ │ │ ├── learning_detailed.js │ │ │ ├── login.js │ │ │ ├── login_validation.js │ │ │ ├── mail_list.js │ │ │ ├── mail_list_read.js │ │ │ ├── mail_list_write.js │ │ │ ├── navbar_components.js │ │ │ ├── navbar_hideable.js │ │ │ ├── navbar_multiple.js │ │ │ ├── navbar_single.js │ │ │ ├── navigation_horizontal_elements.js │ │ │ ├── navigation_horizontal_mega.js │ │ │ ├── navigation_vertical_sizing.js │ │ │ ├── picker_color.js │ │ │ ├── picker_date.js │ │ │ ├── picker_location.js │ │ │ ├── sidebar_components.js │ │ │ ├── sidebar_dual.js │ │ │ ├── table_elements.js │ │ │ ├── table_responsive.js │ │ │ ├── task_detailed.js │ │ │ ├── tasks_grid.js │ │ │ ├── tasks_list.js │ │ │ ├── timelines.js │ │ │ ├── uploader_bootstrap.js │ │ │ ├── uploader_dropzone.js │ │ │ ├── uploader_plupload.js │ │ │ ├── user_pages_list.js │ │ │ ├── user_pages_profile.js │ │ │ ├── user_pages_team.js │ │ │ ├── user_profile_tabbed.js │ │ │ ├── wizard_form.js │ │ │ ├── wizard_steps.js │ │ │ └── wizard_stepy.js │ │ └── plugins │ │ │ ├── buttons │ │ │ ├── hover_dropdown.min.js │ │ │ ├── ladda.min.js │ │ │ └── spin.min.js │ │ │ ├── editors │ │ │ ├── ace │ │ │ │ ├── ace.js │ │ │ │ ├── ext-beautify.js │ │ │ │ ├── ext-chromevox.js │ │ │ │ ├── ext-elastic_tabstops_lite.js │ │ │ │ ├── ext-emmet.js │ │ │ │ ├── ext-error_marker.js │ │ │ │ ├── ext-keybinding_menu.js │ │ │ │ ├── ext-language_tools.js │ │ │ │ ├── ext-linking.js │ │ │ │ ├── ext-modelist.js │ │ │ │ ├── ext-old_ie.js │ │ │ │ ├── ext-searchbox.js │ │ │ │ ├── ext-settings_menu.js │ │ │ │ ├── ext-spellcheck.js │ │ │ │ ├── ext-split.js │ │ │ │ ├── ext-static_highlight.js │ │ │ │ ├── ext-statusbar.js │ │ │ │ ├── ext-textarea.js │ │ │ │ ├── ext-themelist.js │ │ │ │ ├── ext-whitespace.js │ │ │ │ ├── keybinding-emacs.js │ │ │ │ ├── keybinding-vim.js │ │ │ │ ├── mode-abap.js │ │ │ │ ├── mode-actionscript.js │ │ │ │ ├── mode-ada.js │ │ │ │ ├── mode-apache_conf.js │ │ │ │ ├── mode-applescript.js │ │ │ │ ├── mode-asciidoc.js │ │ │ │ ├── mode-assembly_x86.js │ │ │ │ ├── mode-autohotkey.js │ │ │ │ ├── mode-batchfile.js │ │ │ │ ├── mode-c9search.js │ │ │ │ ├── mode-c_cpp.js │ │ │ │ ├── mode-cirru.js │ │ │ │ ├── mode-clojure.js │ │ │ │ ├── mode-cobol.js │ │ │ │ ├── mode-coffee.js │ │ │ │ ├── mode-coldfusion.js │ │ │ │ ├── mode-csharp.js │ │ │ │ ├── mode-css.js │ │ │ │ ├── mode-curly.js │ │ │ │ ├── mode-d.js │ │ │ │ ├── mode-dart.js │ │ │ │ ├── mode-diff.js │ │ │ │ ├── mode-django.js │ │ │ │ ├── mode-dockerfile.js │ │ │ │ ├── mode-dot.js │ │ │ │ ├── mode-eiffel.js │ │ │ │ ├── mode-ejs.js │ │ │ │ ├── mode-elixir.js │ │ │ │ ├── mode-elm.js │ │ │ │ ├── mode-erlang.js │ │ │ │ ├── mode-forth.js │ │ │ │ ├── mode-ftl.js │ │ │ │ ├── mode-gcode.js │ │ │ │ ├── mode-gherkin.js │ │ │ │ ├── mode-gitignore.js │ │ │ │ ├── mode-glsl.js │ │ │ │ ├── mode-golang.js │ │ │ │ ├── mode-groovy.js │ │ │ │ ├── mode-haml.js │ │ │ │ ├── mode-handlebars.js │ │ │ │ ├── mode-haskell.js │ │ │ │ ├── mode-haxe.js │ │ │ │ ├── mode-html.js │ │ │ │ ├── mode-html_ruby.js │ │ │ │ ├── mode-ini.js │ │ │ │ ├── mode-io.js │ │ │ │ ├── mode-jack.js │ │ │ │ ├── mode-jade.js │ │ │ │ ├── mode-java.js │ │ │ │ ├── mode-javascript.js │ │ │ │ ├── mode-json.js │ │ │ │ ├── mode-jsoniq.js │ │ │ │ ├── mode-jsp.js │ │ │ │ ├── mode-jsx.js │ │ │ │ ├── mode-julia.js │ │ │ │ ├── mode-latex.js │ │ │ │ ├── mode-less.js │ │ │ │ ├── mode-liquid.js │ │ │ │ ├── mode-lisp.js │ │ │ │ ├── mode-livescript.js │ │ │ │ ├── mode-logiql.js │ │ │ │ ├── mode-lsl.js │ │ │ │ ├── mode-lua.js │ │ │ │ ├── mode-luapage.js │ │ │ │ ├── mode-lucene.js │ │ │ │ ├── mode-makefile.js │ │ │ │ ├── mode-markdown.js │ │ │ │ ├── mode-matlab.js │ │ │ │ ├── mode-mel.js │ │ │ │ ├── mode-mushcode.js │ │ │ │ ├── mode-mysql.js │ │ │ │ ├── mode-nix.js │ │ │ │ ├── mode-objectivec.js │ │ │ │ ├── mode-ocaml.js │ │ │ │ ├── mode-pascal.js │ │ │ │ ├── mode-perl.js │ │ │ │ ├── mode-pgsql.js │ │ │ │ ├── mode-php.js │ │ │ │ ├── mode-plain_text.js │ │ │ │ ├── mode-powershell.js │ │ │ │ ├── mode-praat.js │ │ │ │ ├── mode-prolog.js │ │ │ │ ├── mode-properties.js │ │ │ │ ├── mode-protobuf.js │ │ │ │ ├── mode-python.js │ │ │ │ ├── mode-r.js │ │ │ │ ├── mode-rdoc.js │ │ │ │ ├── mode-rhtml.js │ │ │ │ ├── mode-ruby.js │ │ │ │ ├── mode-rust.js │ │ │ │ ├── mode-sass.js │ │ │ │ ├── mode-scad.js │ │ │ │ ├── mode-scala.js │ │ │ │ ├── mode-scheme.js │ │ │ │ ├── mode-scss.js │ │ │ │ ├── mode-sh.js │ │ │ │ ├── mode-sjs.js │ │ │ │ ├── mode-smarty.js │ │ │ │ ├── mode-snippets.js │ │ │ │ ├── mode-soy_template.js │ │ │ │ ├── mode-space.js │ │ │ │ ├── mode-sql.js │ │ │ │ ├── mode-stylus.js │ │ │ │ ├── mode-svg.js │ │ │ │ ├── mode-tcl.js │ │ │ │ ├── mode-tex.js │ │ │ │ ├── mode-text.js │ │ │ │ ├── mode-textile.js │ │ │ │ ├── mode-toml.js │ │ │ │ ├── mode-twig.js │ │ │ │ ├── mode-typescript.js │ │ │ │ ├── mode-vala.js │ │ │ │ ├── mode-vbscript.js │ │ │ │ ├── mode-velocity.js │ │ │ │ ├── mode-verilog.js │ │ │ │ ├── mode-vhdl.js │ │ │ │ ├── mode-xml.js │ │ │ │ ├── mode-xquery.js │ │ │ │ ├── mode-yaml.js │ │ │ │ ├── snippets │ │ │ │ │ ├── abap.js │ │ │ │ │ ├── actionscript.js │ │ │ │ │ ├── ada.js │ │ │ │ │ ├── apache_conf.js │ │ │ │ │ ├── applescript.js │ │ │ │ │ ├── asciidoc.js │ │ │ │ │ ├── assembly_x86.js │ │ │ │ │ ├── autohotkey.js │ │ │ │ │ ├── batchfile.js │ │ │ │ │ ├── c9search.js │ │ │ │ │ ├── c_cpp.js │ │ │ │ │ ├── cirru.js │ │ │ │ │ ├── clojure.js │ │ │ │ │ ├── cobol.js │ │ │ │ │ ├── coffee.js │ │ │ │ │ ├── coldfusion.js │ │ │ │ │ ├── csharp.js │ │ │ │ │ ├── css.js │ │ │ │ │ ├── curly.js │ │ │ │ │ ├── d.js │ │ │ │ │ ├── dart.js │ │ │ │ │ ├── diff.js │ │ │ │ │ ├── django.js │ │ │ │ │ ├── dockerfile.js │ │ │ │ │ ├── dot.js │ │ │ │ │ ├── eiffel.js │ │ │ │ │ ├── ejs.js │ │ │ │ │ ├── elixir.js │ │ │ │ │ ├── elm.js │ │ │ │ │ ├── erlang.js │ │ │ │ │ ├── forth.js │ │ │ │ │ ├── ftl.js │ │ │ │ │ ├── gcode.js │ │ │ │ │ ├── gherkin.js │ │ │ │ │ ├── gitignore.js │ │ │ │ │ ├── glsl.js │ │ │ │ │ ├── golang.js │ │ │ │ │ ├── groovy.js │ │ │ │ │ ├── haml.js │ │ │ │ │ ├── handlebars.js │ │ │ │ │ ├── haskell.js │ │ │ │ │ ├── haxe.js │ │ │ │ │ ├── html.js │ │ │ │ │ ├── html_ruby.js │ │ │ │ │ ├── ini.js │ │ │ │ │ ├── io.js │ │ │ │ │ ├── jack.js │ │ │ │ │ ├── jade.js │ │ │ │ │ ├── java.js │ │ │ │ │ ├── javascript.js │ │ │ │ │ ├── json.js │ │ │ │ │ ├── jsoniq.js │ │ │ │ │ ├── jsp.js │ │ │ │ │ ├── jsx.js │ │ │ │ │ ├── julia.js │ │ │ │ │ ├── latex.js │ │ │ │ │ ├── less.js │ │ │ │ │ ├── liquid.js │ │ │ │ │ ├── lisp.js │ │ │ │ │ ├── livescript.js │ │ │ │ │ ├── logiql.js │ │ │ │ │ ├── lsl.js │ │ │ │ │ ├── lua.js │ │ │ │ │ ├── luapage.js │ │ │ │ │ ├── lucene.js │ │ │ │ │ ├── makefile.js │ │ │ │ │ ├── markdown.js │ │ │ │ │ ├── matlab.js │ │ │ │ │ ├── mel.js │ │ │ │ │ ├── mushcode.js │ │ │ │ │ ├── mysql.js │ │ │ │ │ ├── nix.js │ │ │ │ │ ├── objectivec.js │ │ │ │ │ ├── ocaml.js │ │ │ │ │ ├── pascal.js │ │ │ │ │ ├── perl.js │ │ │ │ │ ├── pgsql.js │ │ │ │ │ ├── php.js │ │ │ │ │ ├── plain_text.js │ │ │ │ │ ├── powershell.js │ │ │ │ │ ├── praat.js │ │ │ │ │ ├── prolog.js │ │ │ │ │ ├── properties.js │ │ │ │ │ ├── protobuf.js │ │ │ │ │ ├── python.js │ │ │ │ │ ├── r.js │ │ │ │ │ ├── rdoc.js │ │ │ │ │ ├── rhtml.js │ │ │ │ │ ├── ruby.js │ │ │ │ │ ├── rust.js │ │ │ │ │ ├── sass.js │ │ │ │ │ ├── scad.js │ │ │ │ │ ├── scala.js │ │ │ │ │ ├── scheme.js │ │ │ │ │ ├── scss.js │ │ │ │ │ ├── sh.js │ │ │ │ │ ├── sjs.js │ │ │ │ │ ├── smarty.js │ │ │ │ │ ├── snippets.js │ │ │ │ │ ├── soy_template.js │ │ │ │ │ ├── space.js │ │ │ │ │ ├── sql.js │ │ │ │ │ ├── stylus.js │ │ │ │ │ ├── svg.js │ │ │ │ │ ├── tcl.js │ │ │ │ │ ├── tex.js │ │ │ │ │ ├── text.js │ │ │ │ │ ├── textile.js │ │ │ │ │ ├── toml.js │ │ │ │ │ ├── twig.js │ │ │ │ │ ├── typescript.js │ │ │ │ │ ├── vala.js │ │ │ │ │ ├── vbscript.js │ │ │ │ │ ├── velocity.js │ │ │ │ │ ├── verilog.js │ │ │ │ │ ├── vhdl.js │ │ │ │ │ ├── xml.js │ │ │ │ │ ├── xquery.js │ │ │ │ │ └── yaml.js │ │ │ │ ├── theme-ambiance.js │ │ │ │ ├── theme-chaos.js │ │ │ │ ├── theme-chrome.js │ │ │ │ ├── theme-clouds.js │ │ │ │ ├── theme-clouds_midnight.js │ │ │ │ ├── theme-cobalt.js │ │ │ │ ├── theme-crimson_editor.js │ │ │ │ ├── theme-dawn.js │ │ │ │ ├── theme-dreamweaver.js │ │ │ │ ├── theme-eclipse.js │ │ │ │ ├── theme-github.js │ │ │ │ ├── theme-idle_fingers.js │ │ │ │ ├── theme-katzenmilch.js │ │ │ │ ├── theme-kr_theme.js │ │ │ │ ├── theme-kuroir.js │ │ │ │ ├── theme-merbivore.js │ │ │ │ ├── theme-merbivore_soft.js │ │ │ │ ├── theme-mono_industrial.js │ │ │ │ ├── theme-monokai.js │ │ │ │ ├── theme-pastel_on_dark.js │ │ │ │ ├── theme-solarized_dark.js │ │ │ │ ├── theme-solarized_light.js │ │ │ │ ├── theme-terminal.js │ │ │ │ ├── theme-textmate.js │ │ │ │ ├── theme-tomorrow.js │ │ │ │ ├── theme-tomorrow_night.js │ │ │ │ ├── theme-tomorrow_night_blue.js │ │ │ │ ├── theme-tomorrow_night_bright.js │ │ │ │ ├── theme-tomorrow_night_eighties.js │ │ │ │ ├── theme-twilight.js │ │ │ │ ├── theme-vibrant_ink.js │ │ │ │ ├── theme-xcode.js │ │ │ │ ├── worker-coffee.js │ │ │ │ ├── worker-css.js │ │ │ │ ├── worker-html.js │ │ │ │ ├── worker-javascript.js │ │ │ │ ├── worker-json.js │ │ │ │ ├── worker-lua.js │ │ │ │ ├── worker-php.js │ │ │ │ └── worker-xquery.js │ │ │ ├── codemirror │ │ │ │ ├── addon │ │ │ │ │ ├── comment │ │ │ │ │ │ ├── comment.js │ │ │ │ │ │ └── continuecomment.js │ │ │ │ │ ├── dialog │ │ │ │ │ │ ├── dialog.css │ │ │ │ │ │ └── dialog.js │ │ │ │ │ ├── display │ │ │ │ │ │ ├── fullscreen.css │ │ │ │ │ │ ├── fullscreen.js │ │ │ │ │ │ ├── placeholder.js │ │ │ │ │ │ └── rulers.js │ │ │ │ │ ├── edit │ │ │ │ │ │ ├── closebrackets.js │ │ │ │ │ │ ├── closetag.js │ │ │ │ │ │ ├── continuelist.js │ │ │ │ │ │ ├── matchbrackets.js │ │ │ │ │ │ ├── matchtags.js │ │ │ │ │ │ └── trailingspace.js │ │ │ │ │ ├── fold │ │ │ │ │ │ ├── brace-fold.js │ │ │ │ │ │ ├── comment-fold.js │ │ │ │ │ │ ├── foldcode.js │ │ │ │ │ │ ├── foldgutter.css │ │ │ │ │ │ ├── foldgutter.js │ │ │ │ │ │ ├── indent-fold.js │ │ │ │ │ │ ├── markdown-fold.js │ │ │ │ │ │ └── xml-fold.js │ │ │ │ │ ├── hint │ │ │ │ │ │ ├── anyword-hint.js │ │ │ │ │ │ ├── css-hint.js │ │ │ │ │ │ ├── html-hint.js │ │ │ │ │ │ ├── javascript-hint.js │ │ │ │ │ │ ├── python-hint.js │ │ │ │ │ │ ├── show-hint.css │ │ │ │ │ │ ├── show-hint.js │ │ │ │ │ │ ├── sql-hint.js │ │ │ │ │ │ └── xml-hint.js │ │ │ │ │ ├── lint │ │ │ │ │ │ ├── coffeescript-lint.js │ │ │ │ │ │ ├── css-lint.js │ │ │ │ │ │ ├── javascript-lint.js │ │ │ │ │ │ ├── json-lint.js │ │ │ │ │ │ ├── lint.css │ │ │ │ │ │ ├── lint.js │ │ │ │ │ │ └── yaml-lint.js │ │ │ │ │ ├── merge │ │ │ │ │ │ ├── dep │ │ │ │ │ │ │ └── diff_match_patch.js │ │ │ │ │ │ ├── merge.css │ │ │ │ │ │ └── merge.js │ │ │ │ │ ├── mode │ │ │ │ │ │ ├── loadmode.js │ │ │ │ │ │ ├── multiplex.js │ │ │ │ │ │ ├── multiplex_test.js │ │ │ │ │ │ └── overlay.js │ │ │ │ │ ├── runmode │ │ │ │ │ │ ├── colorize.js │ │ │ │ │ │ ├── runmode-standalone.js │ │ │ │ │ │ ├── runmode.js │ │ │ │ │ │ └── runmode.node.js │ │ │ │ │ ├── scroll │ │ │ │ │ │ └── scrollpastend.js │ │ │ │ │ ├── search │ │ │ │ │ │ ├── match-highlighter.js │ │ │ │ │ │ ├── search.js │ │ │ │ │ │ └── searchcursor.js │ │ │ │ │ ├── selection │ │ │ │ │ │ ├── active-line.js │ │ │ │ │ │ └── mark-selection.js │ │ │ │ │ ├── tern │ │ │ │ │ │ ├── tern.css │ │ │ │ │ │ ├── tern.js │ │ │ │ │ │ └── worker.js │ │ │ │ │ └── wrap │ │ │ │ │ │ └── hardwrap.js │ │ │ │ ├── codemirror.js │ │ │ │ ├── mode │ │ │ │ │ ├── apl │ │ │ │ │ │ ├── apl.js │ │ │ │ │ │ └── index.html │ │ │ │ │ ├── asterisk │ │ │ │ │ │ ├── asterisk.js │ │ │ │ │ │ └── index.html │ │ │ │ │ ├── clike │ │ │ │ │ │ ├── clike.js │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── scala.html │ │ │ │ │ ├── clojure │ │ │ │ │ │ ├── clojure.js │ │ │ │ │ │ └── index.html │ │ │ │ │ ├── cobol │ │ │ │ │ │ ├── cobol.js │ │ │ │ │ │ └── index.html │ │ │ │ │ ├── coffeescript │ │ │ │ │ │ ├── coffeescript.js │ │ │ │ │ │ └── index.html │ │ │ │ │ ├── commonlisp │ │ │ │ │ │ ├── commonlisp.js │ │ │ │ │ │ └── index.html │ │ │ │ │ ├── css │ │ │ │ │ │ ├── css.js │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ ├── less.html │ │ │ │ │ │ ├── less_test.js │ │ │ │ │ │ ├── scss.html │ │ │ │ │ │ ├── scss_test.js │ │ │ │ │ │ └── test.js │ │ │ │ │ ├── d │ │ │ │ │ │ ├── d.js │ │ │ │ │ │ └── index.html │ │ │ │ │ ├── diff │ │ │ │ │ │ ├── diff.js │ │ │ │ │ │ └── index.html │ │ │ │ │ ├── django │ │ │ │ │ │ ├── django.js │ │ │ │ │ │ └── index.html │ │ │ │ │ ├── dtd │ │ │ │ │ │ ├── dtd.js │ │ │ │ │ │ └── index.html │ │ │ │ │ ├── dylan │ │ │ │ │ │ ├── dylan.js │ │ │ │ │ │ └── index.html │ │ │ │ │ ├── ecl │ │ │ │ │ │ ├── ecl.js │ │ │ │ │ │ └── index.html │ │ │ │ │ ├── eiffel │ │ │ │ │ │ ├── eiffel.js │ │ │ │ │ │ └── index.html │ │ │ │ │ ├── erlang │ │ │ │ │ │ ├── erlang.js │ │ │ │ │ │ └── index.html │ │ │ │ │ ├── fortran │ │ │ │ │ │ ├── fortran.js │ │ │ │ │ │ └── index.html │ │ │ │ │ ├── gas │ │ │ │ │ │ ├── gas.js │ │ │ │ │ │ └── index.html │ │ │ │ │ ├── gfm │ │ │ │ │ │ ├── gfm.js │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── test.js │ │ │ │ │ ├── gherkin │ │ │ │ │ │ ├── gherkin.js │ │ │ │ │ │ └── index.html │ │ │ │ │ ├── go │ │ │ │ │ │ ├── go.js │ │ │ │ │ │ └── index.html │ │ │ │ │ ├── groovy │ │ │ │ │ │ ├── groovy.js │ │ │ │ │ │ └── index.html │ │ │ │ │ ├── haml │ │ │ │ │ │ ├── haml.js │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── test.js │ │ │ │ │ ├── haskell │ │ │ │ │ │ ├── haskell.js │ │ │ │ │ │ └── index.html │ │ │ │ │ ├── haxe │ │ │ │ │ │ ├── haxe.js │ │ │ │ │ │ └── index.html │ │ │ │ │ ├── htmlembedded │ │ │ │ │ │ ├── htmlembedded.js │ │ │ │ │ │ └── index.html │ │ │ │ │ ├── htmlmixed │ │ │ │ │ │ ├── htmlmixed.js │ │ │ │ │ │ └── index.html │ │ │ │ │ ├── http │ │ │ │ │ │ ├── http.js │ │ │ │ │ │ └── index.html │ │ │ │ │ ├── index.html │ │ │ │ │ ├── jade │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── jade.js │ │ │ │ │ ├── javascript │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ ├── javascript.js │ │ │ │ │ │ ├── json-ld.html │ │ │ │ │ │ ├── test.js │ │ │ │ │ │ └── typescript.html │ │ │ │ │ ├── jinja2 │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── jinja2.js │ │ │ │ │ ├── julia │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── julia.js │ │ │ │ │ ├── livescript │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ ├── livescript.js │ │ │ │ │ │ └── livescript.ls │ │ │ │ │ ├── lua │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── lua.js │ │ │ │ │ ├── markdown │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ ├── markdown.js │ │ │ │ │ │ └── test.js │ │ │ │ │ ├── meta.js │ │ │ │ │ ├── mirc │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── mirc.js │ │ │ │ │ ├── mllike │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── mllike.js │ │ │ │ │ ├── nginx │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── nginx.js │ │ │ │ │ ├── ntriples │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── ntriples.js │ │ │ │ │ ├── octave │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── octave.js │ │ │ │ │ ├── pascal │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── pascal.js │ │ │ │ │ ├── pegjs │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── pegjs.js │ │ │ │ │ ├── perl │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── perl.js │ │ │ │ │ ├── php │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ ├── php.js │ │ │ │ │ │ └── test.js │ │ │ │ │ ├── pig │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── pig.js │ │ │ │ │ ├── properties │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── properties.js │ │ │ │ │ ├── puppet │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── puppet.js │ │ │ │ │ ├── python │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── python.js │ │ │ │ │ ├── q │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── q.js │ │ │ │ │ ├── r │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── r.js │ │ │ │ │ ├── rpm │ │ │ │ │ │ ├── changes │ │ │ │ │ │ │ └── index.html │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── rpm.js │ │ │ │ │ ├── rst │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── rst.js │ │ │ │ │ ├── ruby │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ ├── ruby.js │ │ │ │ │ │ └── test.js │ │ │ │ │ ├── rust │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── rust.js │ │ │ │ │ ├── sass │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── sass.js │ │ │ │ │ ├── scheme │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── scheme.js │ │ │ │ │ ├── shell │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── shell.js │ │ │ │ │ ├── sieve │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── sieve.js │ │ │ │ │ ├── smalltalk │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── smalltalk.js │ │ │ │ │ ├── smarty │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── smarty.js │ │ │ │ │ ├── smartymixed │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── smartymixed.js │ │ │ │ │ ├── solr │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── solr.js │ │ │ │ │ ├── sparql │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── sparql.js │ │ │ │ │ ├── sql │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── sql.js │ │ │ │ │ ├── stex │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ ├── stex.js │ │ │ │ │ │ └── test.js │ │ │ │ │ ├── tcl │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── tcl.js │ │ │ │ │ ├── tiddlywiki │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ ├── tiddlywiki.css │ │ │ │ │ │ └── tiddlywiki.js │ │ │ │ │ ├── tiki │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ ├── tiki.css │ │ │ │ │ │ └── tiki.js │ │ │ │ │ ├── toml │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── toml.js │ │ │ │ │ ├── turtle │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── turtle.js │ │ │ │ │ ├── vb │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── vb.js │ │ │ │ │ ├── vbscript │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── vbscript.js │ │ │ │ │ ├── velocity │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── velocity.js │ │ │ │ │ ├── verilog │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ ├── test.js │ │ │ │ │ │ └── verilog.js │ │ │ │ │ ├── xml │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ ├── test.js │ │ │ │ │ │ └── xml.js │ │ │ │ │ ├── xquery │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ ├── test.js │ │ │ │ │ │ └── xquery.js │ │ │ │ │ ├── yaml │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── yaml.js │ │ │ │ │ └── z80 │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ └── z80.js │ │ │ │ └── theme │ │ │ │ │ ├── 3024-day.css │ │ │ │ │ ├── 3024-night.css │ │ │ │ │ ├── ambiance-mobile.css │ │ │ │ │ ├── ambiance.css │ │ │ │ │ ├── base16-dark.css │ │ │ │ │ ├── base16-light.css │ │ │ │ │ ├── blackboard.css │ │ │ │ │ ├── cobalt.css │ │ │ │ │ ├── eclipse.css │ │ │ │ │ ├── elegant.css │ │ │ │ │ ├── erlang-dark.css │ │ │ │ │ ├── lesser-dark.css │ │ │ │ │ ├── mbo.css │ │ │ │ │ ├── mdn-like.css │ │ │ │ │ ├── midnight.css │ │ │ │ │ ├── monokai.css │ │ │ │ │ ├── neat.css │ │ │ │ │ ├── night.css │ │ │ │ │ ├── paraiso-dark.css │ │ │ │ │ ├── paraiso-light.css │ │ │ │ │ ├── pastel-on-dark.css │ │ │ │ │ ├── rubyblue.css │ │ │ │ │ ├── solarized.css │ │ │ │ │ ├── the-matrix.css │ │ │ │ │ ├── tomorrow-night-eighties.css │ │ │ │ │ ├── twilight.css │ │ │ │ │ ├── vibrant-ink.css │ │ │ │ │ ├── xq-dark.css │ │ │ │ │ └── xq-light.css │ │ │ ├── summernote │ │ │ │ ├── lang │ │ │ │ │ ├── summernote-ar-AR.js │ │ │ │ │ ├── summernote-ca-ES.js │ │ │ │ │ ├── summernote-cs-CZ.js │ │ │ │ │ ├── summernote-da-DK.js │ │ │ │ │ ├── summernote-de-DE.js │ │ │ │ │ ├── summernote-es-ES.js │ │ │ │ │ ├── summernote-fa-IR.js │ │ │ │ │ ├── summernote-fr-FR.js │ │ │ │ │ ├── summernote-hu-HU.js │ │ │ │ │ ├── summernote-id-ID.js │ │ │ │ │ ├── summernote-it-IT.js │ │ │ │ │ ├── summernote-ja-JP.js │ │ │ │ │ ├── summernote-ko-KR.js │ │ │ │ │ ├── summernote-nb-NO.js │ │ │ │ │ ├── summernote-nl-NL.js │ │ │ │ │ ├── summernote-pl-PL.js │ │ │ │ │ ├── summernote-pt-BR.js │ │ │ │ │ ├── summernote-ro-RO.js │ │ │ │ │ ├── summernote-ru-RU.js │ │ │ │ │ ├── summernote-sv-SE.js │ │ │ │ │ ├── summernote-tr-TR.js │ │ │ │ │ ├── summernote-uk-UA.js │ │ │ │ │ ├── summernote-vi-VN.js │ │ │ │ │ ├── summernote-zh-CN.js │ │ │ │ │ └── summernote-zh-TW.js │ │ │ │ └── summernote.min.js │ │ │ └── wysihtml5 │ │ │ │ ├── locales │ │ │ │ ├── bootstrap-wysihtml5.ar-AR.js │ │ │ │ ├── bootstrap-wysihtml5.bg-BG.js │ │ │ │ ├── bootstrap-wysihtml5.ca-CT.js │ │ │ │ ├── bootstrap-wysihtml5.cs-CZ.js │ │ │ │ ├── bootstrap-wysihtml5.da-DK.js │ │ │ │ ├── bootstrap-wysihtml5.de-DE.js │ │ │ │ ├── bootstrap-wysihtml5.el-GR.js │ │ │ │ ├── bootstrap-wysihtml5.es-AR.js │ │ │ │ ├── bootstrap-wysihtml5.es-ES.js │ │ │ │ ├── bootstrap-wysihtml5.fr-FR.js │ │ │ │ ├── bootstrap-wysihtml5.hr-HR.js │ │ │ │ ├── bootstrap-wysihtml5.it-IT.js │ │ │ │ ├── bootstrap-wysihtml5.ja-JP.js │ │ │ │ ├── bootstrap-wysihtml5.ko-KR.js │ │ │ │ ├── bootstrap-wysihtml5.lt-LT.js │ │ │ │ ├── bootstrap-wysihtml5.mo-MD.js │ │ │ │ ├── bootstrap-wysihtml5.nb-NB.js │ │ │ │ ├── bootstrap-wysihtml5.nl-NL.js │ │ │ │ ├── bootstrap-wysihtml5.pl-PL.js │ │ │ │ ├── bootstrap-wysihtml5.pt-BR.js │ │ │ │ ├── bootstrap-wysihtml5.ru-RU.js │ │ │ │ ├── bootstrap-wysihtml5.sk-SK.js │ │ │ │ ├── bootstrap-wysihtml5.sv-SE.js │ │ │ │ ├── bootstrap-wysihtml5.tr-TR.js │ │ │ │ ├── bootstrap-wysihtml5.ua-UA.js │ │ │ │ ├── bootstrap-wysihtml5.zh-CN.js │ │ │ │ └── bootstrap-wysihtml5.zh-TW.js │ │ │ │ ├── parsers.js │ │ │ │ ├── toolbar.js │ │ │ │ └── wysihtml5.min.js │ │ │ ├── extensions │ │ │ ├── contextmenu.js │ │ │ ├── cookie.js │ │ │ ├── mockjax.min.js │ │ │ ├── mousewheel.min.js │ │ │ └── session_timeout.min.js │ │ │ ├── forms │ │ │ ├── editable │ │ │ │ ├── address.js │ │ │ │ ├── editable.min.js │ │ │ │ └── wysihtml5.js │ │ │ ├── inputs │ │ │ │ ├── alpaca │ │ │ │ │ ├── alpaca.min.js │ │ │ │ │ └── price_format.min.js │ │ │ │ ├── autosize.min.js │ │ │ │ ├── duallistbox.min.js │ │ │ │ ├── formatter.min.js │ │ │ │ ├── maxlength.min.js │ │ │ │ ├── passy.js │ │ │ │ ├── touchspin.min.js │ │ │ │ └── typeahead │ │ │ │ │ ├── handlebars.min.js │ │ │ │ │ └── typeahead.bundle.min.js │ │ │ ├── selects │ │ │ │ ├── bootstrap_multiselect.js │ │ │ │ ├── bootstrap_select.min.js │ │ │ │ ├── select2.min.js │ │ │ │ └── selectboxit.min.js │ │ │ ├── styling │ │ │ │ ├── switch.min.js │ │ │ │ ├── switchery.min.js │ │ │ │ └── uniform.min.js │ │ │ ├── tags │ │ │ │ ├── tagsinput.min.js │ │ │ │ └── tokenfield.min.js │ │ │ ├── validation │ │ │ │ ├── additional_methods.min.js │ │ │ │ ├── localization │ │ │ │ │ ├── messages_ar.js │ │ │ │ │ ├── messages_ar.min.js │ │ │ │ │ ├── messages_bg.js │ │ │ │ │ ├── messages_bg.min.js │ │ │ │ │ ├── messages_ca.js │ │ │ │ │ ├── messages_ca.min.js │ │ │ │ │ ├── messages_cs.js │ │ │ │ │ ├── messages_cs.min.js │ │ │ │ │ ├── messages_da.js │ │ │ │ │ ├── messages_da.min.js │ │ │ │ │ ├── messages_de.js │ │ │ │ │ ├── messages_de.min.js │ │ │ │ │ ├── messages_el.js │ │ │ │ │ ├── messages_el.min.js │ │ │ │ │ ├── messages_es.js │ │ │ │ │ ├── messages_es.min.js │ │ │ │ │ ├── messages_es_AR.js │ │ │ │ │ ├── messages_es_AR.min.js │ │ │ │ │ ├── messages_et.js │ │ │ │ │ ├── messages_et.min.js │ │ │ │ │ ├── messages_eu.js │ │ │ │ │ ├── messages_eu.min.js │ │ │ │ │ ├── messages_fa.js │ │ │ │ │ ├── messages_fa.min.js │ │ │ │ │ ├── messages_fi.js │ │ │ │ │ ├── messages_fi.min.js │ │ │ │ │ ├── messages_fr.js │ │ │ │ │ ├── messages_fr.min.js │ │ │ │ │ ├── messages_gl.js │ │ │ │ │ ├── messages_gl.min.js │ │ │ │ │ ├── messages_he.js │ │ │ │ │ ├── messages_he.min.js │ │ │ │ │ ├── messages_hr.js │ │ │ │ │ ├── messages_hr.min.js │ │ │ │ │ ├── messages_hu.js │ │ │ │ │ ├── messages_hu.min.js │ │ │ │ │ ├── messages_id.js │ │ │ │ │ ├── messages_id.min.js │ │ │ │ │ ├── messages_is.js │ │ │ │ │ ├── messages_is.min.js │ │ │ │ │ ├── messages_it.js │ │ │ │ │ ├── messages_it.min.js │ │ │ │ │ ├── messages_ja.js │ │ │ │ │ ├── messages_ja.min.js │ │ │ │ │ ├── messages_ka.js │ │ │ │ │ ├── messages_ka.min.js │ │ │ │ │ ├── messages_kk.js │ │ │ │ │ ├── messages_kk.min.js │ │ │ │ │ ├── messages_ko.js │ │ │ │ │ ├── messages_ko.min.js │ │ │ │ │ ├── messages_lt.js │ │ │ │ │ ├── messages_lt.min.js │ │ │ │ │ ├── messages_lv.js │ │ │ │ │ ├── messages_lv.min.js │ │ │ │ │ ├── messages_my.js │ │ │ │ │ ├── messages_my.min.js │ │ │ │ │ ├── messages_nl.js │ │ │ │ │ ├── messages_nl.min.js │ │ │ │ │ ├── messages_no.js │ │ │ │ │ ├── messages_no.min.js │ │ │ │ │ ├── messages_pl.js │ │ │ │ │ ├── messages_pl.min.js │ │ │ │ │ ├── messages_pt_BR.js │ │ │ │ │ ├── messages_pt_BR.min.js │ │ │ │ │ ├── messages_pt_PT.js │ │ │ │ │ ├── messages_pt_PT.min.js │ │ │ │ │ ├── messages_ro.js │ │ │ │ │ ├── messages_ro.min.js │ │ │ │ │ ├── messages_ru.js │ │ │ │ │ ├── messages_ru.min.js │ │ │ │ │ ├── messages_si.js │ │ │ │ │ ├── messages_si.min.js │ │ │ │ │ ├── messages_sk.js │ │ │ │ │ ├── messages_sk.min.js │ │ │ │ │ ├── messages_sl.js │ │ │ │ │ ├── messages_sl.min.js │ │ │ │ │ ├── messages_sr.js │ │ │ │ │ ├── messages_sr.min.js │ │ │ │ │ ├── messages_sr_lat.js │ │ │ │ │ ├── messages_sr_lat.min.js │ │ │ │ │ ├── messages_sv.js │ │ │ │ │ ├── messages_sv.min.js │ │ │ │ │ ├── messages_th.js │ │ │ │ │ ├── messages_th.min.js │ │ │ │ │ ├── messages_tj.js │ │ │ │ │ ├── messages_tj.min.js │ │ │ │ │ ├── messages_tr.js │ │ │ │ │ ├── messages_tr.min.js │ │ │ │ │ ├── messages_uk.js │ │ │ │ │ ├── messages_uk.min.js │ │ │ │ │ ├── messages_vi.js │ │ │ │ │ ├── messages_vi.min.js │ │ │ │ │ ├── messages_zh.js │ │ │ │ │ ├── messages_zh.min.js │ │ │ │ │ ├── messages_zh_TW.js │ │ │ │ │ ├── messages_zh_TW.min.js │ │ │ │ │ ├── methods_de.js │ │ │ │ │ ├── methods_de.min.js │ │ │ │ │ ├── methods_es_CL.js │ │ │ │ │ ├── methods_es_CL.min.js │ │ │ │ │ ├── methods_fi.js │ │ │ │ │ ├── methods_fi.min.js │ │ │ │ │ ├── methods_nl.js │ │ │ │ │ ├── methods_nl.min.js │ │ │ │ │ ├── methods_pt.js │ │ │ │ │ └── methods_pt.min.js │ │ │ │ └── validate.min.js │ │ │ └── wizards │ │ │ │ ├── form_wizard │ │ │ │ ├── form.min.js │ │ │ │ └── form_wizard.min.js │ │ │ │ ├── steps.min.js │ │ │ │ └── stepy.min.js │ │ │ ├── internationalization │ │ │ └── i18next.min.js │ │ │ ├── loaders │ │ │ ├── blockui.min.js │ │ │ ├── pace.min.js │ │ │ └── progressbar.min.js │ │ │ ├── maps │ │ │ └── jvectormap │ │ │ │ ├── jvectormap.min.js │ │ │ │ └── map_files │ │ │ │ ├── countries │ │ │ │ ├── argentina.js │ │ │ │ ├── australia.js │ │ │ │ ├── austria.js │ │ │ │ ├── belgium.js │ │ │ │ ├── canada.js │ │ │ │ ├── china.js │ │ │ │ ├── colombia.js │ │ │ │ ├── denmark.js │ │ │ │ ├── france.js │ │ │ │ ├── germany.js │ │ │ │ ├── india.js │ │ │ │ ├── italy.js │ │ │ │ ├── netherlands.js │ │ │ │ ├── new_zealand.js │ │ │ │ ├── norway.js │ │ │ │ ├── philippines.js │ │ │ │ ├── poland.js │ │ │ │ ├── portugal.js │ │ │ │ ├── south_africa.js │ │ │ │ ├── spain.js │ │ │ │ ├── sweden.js │ │ │ │ ├── switzerland.js │ │ │ │ ├── thailand.js │ │ │ │ ├── thailand_regions.js │ │ │ │ ├── uk.js │ │ │ │ ├── usa.js │ │ │ │ └── venezuela.js │ │ │ │ ├── europe.js │ │ │ │ └── world.js │ │ │ ├── media │ │ │ ├── cropper.min.js │ │ │ └── fancybox.min.js │ │ │ ├── notifications │ │ │ ├── bootbox.min.js │ │ │ ├── jgrowl.min.js │ │ │ ├── noty.min.js │ │ │ ├── pnotify.min.js │ │ │ └── sweet_alert.min.js │ │ │ ├── pagination │ │ │ ├── bootpag.min.js │ │ │ ├── bs_pagination.min.js │ │ │ └── datepaginator.min.js │ │ │ ├── pickers │ │ │ ├── anytime.min.js │ │ │ ├── color │ │ │ │ ├── i18n │ │ │ │ │ ├── jquery.spectrum-de.js │ │ │ │ │ ├── jquery.spectrum-dk.js │ │ │ │ │ ├── jquery.spectrum-es.js │ │ │ │ │ ├── jquery.spectrum-fa.js │ │ │ │ │ ├── jquery.spectrum-fi.js │ │ │ │ │ ├── jquery.spectrum-fr.js │ │ │ │ │ ├── jquery.spectrum-he.js │ │ │ │ │ ├── jquery.spectrum-it.js │ │ │ │ │ ├── jquery.spectrum-ja.js │ │ │ │ │ ├── jquery.spectrum-nl.js │ │ │ │ │ ├── jquery.spectrum-pt-br.js │ │ │ │ │ ├── jquery.spectrum-ru.js │ │ │ │ │ ├── jquery.spectrum-sv.js │ │ │ │ │ ├── jquery.spectrum-tr.js │ │ │ │ │ └── jquery.spectrum-zh-cn.js │ │ │ │ └── spectrum.js │ │ │ ├── datepicker.js │ │ │ ├── daterangepicker.js │ │ │ ├── location │ │ │ │ ├── autocomplete_addresspicker.js │ │ │ │ ├── location.js │ │ │ │ └── typeahead_addresspicker.js │ │ │ └── pickadate │ │ │ │ ├── legacy.js │ │ │ │ ├── picker.date.js │ │ │ │ ├── picker.js │ │ │ │ ├── picker.time.js │ │ │ │ └── translations │ │ │ │ ├── FORMATTING.md │ │ │ │ ├── NAMING.md │ │ │ │ ├── ar.js │ │ │ │ ├── bg_BG.js │ │ │ │ ├── bs_BA.js │ │ │ │ ├── ca_ES.js │ │ │ │ ├── cs_CZ.js │ │ │ │ ├── da_DK.js │ │ │ │ ├── de_DE.js │ │ │ │ ├── el_GR.js │ │ │ │ ├── es_ES.js │ │ │ │ ├── et_EE.js │ │ │ │ ├── eu_ES.js │ │ │ │ ├── fi_FI.js │ │ │ │ ├── fr_FR.js │ │ │ │ ├── gl_ES.js │ │ │ │ ├── he_IL.js │ │ │ │ ├── hr_HR.js │ │ │ │ ├── hu_HU.js │ │ │ │ ├── id_ID.js │ │ │ │ ├── is_IS.js │ │ │ │ ├── it_IT.js │ │ │ │ ├── ja_JP.js │ │ │ │ ├── ko_KR.js │ │ │ │ ├── ne_NP.js │ │ │ │ ├── nl_NL.js │ │ │ │ ├── no_NO.js │ │ │ │ ├── pl_PL.js │ │ │ │ ├── pt_BR.js │ │ │ │ ├── pt_PT.js │ │ │ │ ├── ro_RO.js │ │ │ │ ├── ru_RU.js │ │ │ │ ├── sk_SK.js │ │ │ │ ├── sl_SI.js │ │ │ │ ├── sv_SE.js │ │ │ │ ├── th_TH.js │ │ │ │ ├── tr_TR.js │ │ │ │ ├── uk_UA.js │ │ │ │ ├── vi_VN.js │ │ │ │ ├── zh_CN.js │ │ │ │ └── zh_TW.js │ │ │ ├── sliders │ │ │ ├── ion_rangeslider.min.js │ │ │ ├── nouislider.min.js │ │ │ └── slider_pips.min.js │ │ │ ├── tables │ │ │ ├── datatables │ │ │ │ ├── datatables.min.js │ │ │ │ └── extensions │ │ │ │ │ ├── autofill.min.js │ │ │ │ │ ├── buttons.min.js │ │ │ │ │ ├── col_reorder.min.js │ │ │ │ │ ├── fixed_columns.min.js │ │ │ │ │ ├── fixed_header.min.js │ │ │ │ │ ├── jszip │ │ │ │ │ └── jszip.min.js │ │ │ │ │ ├── key_table.min.js │ │ │ │ │ ├── natural_sort.js │ │ │ │ │ ├── pdfmake │ │ │ │ │ ├── pdfmake.min.js │ │ │ │ │ └── vfs_fonts.min.js │ │ │ │ │ ├── responsive.min.js │ │ │ │ │ ├── row_reorder.min.js │ │ │ │ │ ├── scroller.min.js │ │ │ │ │ └── select.min.js │ │ │ ├── footable │ │ │ │ └── footable.min.js │ │ │ └── handsontable │ │ │ │ ├── handsontable.min.js │ │ │ │ ├── languages.js │ │ │ │ └── languages │ │ │ │ ├── cs-CZ.min.js │ │ │ │ ├── da-DK.min.js │ │ │ │ ├── de-CH.min.js │ │ │ │ ├── de-DE.min.js │ │ │ │ ├── en-GB.min.js │ │ │ │ ├── en-ZA.min.js │ │ │ │ ├── es-AR.min.js │ │ │ │ ├── es-ES.min.js │ │ │ │ ├── et-EE.min.js │ │ │ │ ├── fa-IR.min.js │ │ │ │ ├── fi-FI.min.js │ │ │ │ ├── fil-PH.min.js │ │ │ │ ├── fr-CA.min.js │ │ │ │ ├── fr-CH.min.js │ │ │ │ ├── fr-FR.min.js │ │ │ │ ├── he-IL.min.js │ │ │ │ ├── hu-HU.min.js │ │ │ │ ├── index.min.js │ │ │ │ ├── it-IT.min.js │ │ │ │ ├── ja-JP.min.js │ │ │ │ ├── ko-KR.min.js │ │ │ │ ├── lv-LV.min.js │ │ │ │ ├── nb-NO.min.js │ │ │ │ ├── nl-BE.min.js │ │ │ │ ├── nl-NL.min.js │ │ │ │ ├── pl-PL.min.js │ │ │ │ ├── pt-BR.min.js │ │ │ │ ├── pt-PT.min.js │ │ │ │ ├── ru-RU.min.js │ │ │ │ ├── ru-UA.min.js │ │ │ │ ├── sk-SK.min.js │ │ │ │ ├── sv-SE.min.js │ │ │ │ ├── th-TH.min.js │ │ │ │ ├── tr-TR.min.js │ │ │ │ ├── uk-UA.min.js │ │ │ │ ├── zh-CN.min.js │ │ │ │ └── zh-TW.min.js │ │ │ ├── trees │ │ │ ├── fancytree_all.min.js │ │ │ └── fancytree_childcounter.js │ │ │ ├── ui │ │ │ ├── dragula.min.js │ │ │ ├── drilldown.js │ │ │ ├── fab.min.js │ │ │ ├── fullcalendar │ │ │ │ ├── fullcalendar.min.js │ │ │ │ └── lang │ │ │ │ │ ├── all.js │ │ │ │ │ ├── ar-ma.js │ │ │ │ │ ├── ar-sa.js │ │ │ │ │ ├── ar-tn.js │ │ │ │ │ ├── ar.js │ │ │ │ │ ├── bg.js │ │ │ │ │ ├── ca.js │ │ │ │ │ ├── cs.js │ │ │ │ │ ├── da.js │ │ │ │ │ ├── de-at.js │ │ │ │ │ ├── de.js │ │ │ │ │ ├── el.js │ │ │ │ │ ├── en-au.js │ │ │ │ │ ├── en-ca.js │ │ │ │ │ ├── en-gb.js │ │ │ │ │ ├── en-ie.js │ │ │ │ │ ├── en-nz.js │ │ │ │ │ ├── es.js │ │ │ │ │ ├── eu.js │ │ │ │ │ ├── fa.js │ │ │ │ │ ├── fi.js │ │ │ │ │ ├── fr-ca.js │ │ │ │ │ ├── fr-ch.js │ │ │ │ │ ├── fr.js │ │ │ │ │ ├── gl.js │ │ │ │ │ ├── he.js │ │ │ │ │ ├── hi.js │ │ │ │ │ ├── hr.js │ │ │ │ │ ├── hu.js │ │ │ │ │ ├── id.js │ │ │ │ │ ├── is.js │ │ │ │ │ ├── it.js │ │ │ │ │ ├── ja.js │ │ │ │ │ ├── ko.js │ │ │ │ │ ├── lb.js │ │ │ │ │ ├── lt.js │ │ │ │ │ ├── lv.js │ │ │ │ │ ├── nb.js │ │ │ │ │ ├── nl.js │ │ │ │ │ ├── nn.js │ │ │ │ │ ├── pl.js │ │ │ │ │ ├── pt-br.js │ │ │ │ │ ├── pt.js │ │ │ │ │ ├── ro.js │ │ │ │ │ ├── ru.js │ │ │ │ │ ├── sk.js │ │ │ │ │ ├── sl.js │ │ │ │ │ ├── sr-cyrl.js │ │ │ │ │ ├── sr.js │ │ │ │ │ ├── sv.js │ │ │ │ │ ├── th.js │ │ │ │ │ ├── tr.js │ │ │ │ │ ├── uk.js │ │ │ │ │ ├── vi.js │ │ │ │ │ ├── zh-cn.js │ │ │ │ │ └── zh-tw.js │ │ │ ├── headroom │ │ │ │ ├── headroom.min.js │ │ │ │ └── headroom_jquery.min.js │ │ │ ├── moment │ │ │ │ ├── moment.min.js │ │ │ │ └── moment_locales.min.js │ │ │ ├── nicescroll.min.js │ │ │ └── prism.min.js │ │ │ ├── uploaders │ │ │ ├── dropzone.min.js │ │ │ ├── fileinput.min.js │ │ │ └── plupload │ │ │ │ ├── files │ │ │ │ ├── Moxie.swf │ │ │ │ └── Moxie.xap │ │ │ │ ├── i18n │ │ │ │ ├── ar.js │ │ │ │ ├── az.js │ │ │ │ ├── bg.js │ │ │ │ ├── bs.js │ │ │ │ ├── ca.js │ │ │ │ ├── cs.js │ │ │ │ ├── cy.js │ │ │ │ ├── da.js │ │ │ │ ├── de.js │ │ │ │ ├── el.js │ │ │ │ ├── en.js │ │ │ │ ├── es.js │ │ │ │ ├── et.js │ │ │ │ ├── fa.js │ │ │ │ ├── fi.js │ │ │ │ ├── fr.js │ │ │ │ ├── he.js │ │ │ │ ├── hr.js │ │ │ │ ├── hu.js │ │ │ │ ├── hy.js │ │ │ │ ├── id.js │ │ │ │ ├── it.js │ │ │ │ ├── ja.js │ │ │ │ ├── ka.js │ │ │ │ ├── kk.js │ │ │ │ ├── km.js │ │ │ │ ├── ko.js │ │ │ │ ├── ku_IQ.js │ │ │ │ ├── lt.js │ │ │ │ ├── lv.js │ │ │ │ ├── ms.js │ │ │ │ ├── nl.js │ │ │ │ ├── pl.js │ │ │ │ ├── pt.js │ │ │ │ ├── pt_BR.js │ │ │ │ ├── ro.js │ │ │ │ ├── ru.js │ │ │ │ ├── sk.js │ │ │ │ ├── sl.js │ │ │ │ ├── sq.js │ │ │ │ ├── sr.js │ │ │ │ ├── sv.js │ │ │ │ ├── th_TH.js │ │ │ │ ├── tr.js │ │ │ │ ├── uk_UA.js │ │ │ │ ├── vi.js │ │ │ │ ├── zh_CN.js │ │ │ │ └── zh_TW.js │ │ │ │ ├── plupload.full.min.js │ │ │ │ └── plupload.queue.min.js │ │ │ ├── velocity │ │ │ ├── velocity.min.js │ │ │ └── velocity.ui.min.js │ │ │ └── visualization │ │ │ ├── c3 │ │ │ └── c3.min.js │ │ │ ├── d3 │ │ │ ├── d3.min.js │ │ │ ├── d3_tooltip.js │ │ │ └── venn.js │ │ │ ├── dimple │ │ │ └── dimple.min.js │ │ │ ├── echarts │ │ │ ├── chart │ │ │ │ ├── bar.js │ │ │ │ ├── chord.js │ │ │ │ ├── eventRiver.js │ │ │ │ ├── force.js │ │ │ │ ├── funnel.js │ │ │ │ ├── gauge.js │ │ │ │ ├── heatmap.js │ │ │ │ ├── k.js │ │ │ │ ├── line.js │ │ │ │ ├── map.js │ │ │ │ ├── pie.js │ │ │ │ ├── radar.js │ │ │ │ ├── scatter.js │ │ │ │ ├── tree.js │ │ │ │ ├── treemap.js │ │ │ │ ├── venn.js │ │ │ │ └── wordCloud.js │ │ │ ├── echarts.js │ │ │ └── theme │ │ │ │ └── limitless.js │ │ │ └── sparkline.min.js │ └── locales │ │ ├── en.json │ │ ├── ru.json │ │ └── ua.json ├── index.html ├── js │ ├── actions │ │ └── actions.js │ ├── components │ │ ├── ClickOutsideMixin │ │ │ └── ClickOutsideMixin.js │ │ ├── Feed │ │ │ └── Feed.js │ │ ├── FeedLoader │ │ │ └── FeedLoader.js │ │ ├── OverlayLoading │ │ │ └── OverlayLoading.js │ │ └── VerticalSlideMenu │ │ │ └── VerticalSlideMenu.js │ ├── constants │ │ ├── AppConstants.js │ │ └── MessageConstants.js │ ├── containers │ │ ├── AccountSettingsContainer │ │ │ ├── AccountSettingsContainer.js │ │ │ ├── AccountSettingsContainer.spec.js │ │ │ └── __snapshots__ │ │ │ │ └── AccountSettingsContainer.spec.js.snap │ │ ├── CreatePostContainer │ │ │ ├── CreatePostContainer.js │ │ │ ├── CreatePostContainer.spec.js │ │ │ └── __snapshots__ │ │ │ │ └── CreatePostContainer.spec.js.snap │ │ ├── FeedContainer │ │ │ ├── FeedContainer.js │ │ │ ├── FeedContainer.spec.js │ │ │ └── __snapshots__ │ │ │ │ └── FeedContainer.spec.js.snap │ │ ├── HeaderContainer │ │ │ └── HeaderContainer.js │ │ ├── HomeContainer │ │ │ └── HomeContainer.js │ │ ├── LoginContainer │ │ │ └── LoginContainer.js │ │ ├── MainContentContainer │ │ │ └── MainContentContainer.js │ │ ├── ProfileContainer │ │ │ └── ProfileContainer.js │ │ └── SideBarContainer │ │ │ └── SideBarContainer.js │ ├── index.js │ ├── reducers │ │ └── reducers.js │ ├── routes.js │ ├── serviceWorker.js │ └── utils │ │ └── utilityMethods.js └── less │ ├── _bootstrap │ ├── alerts.less │ ├── badges.less │ ├── breadcrumbs.less │ ├── button-groups.less │ ├── buttons.less │ ├── carousel.less │ ├── close.less │ ├── code.less │ ├── component-animations.less │ ├── dropdowns.less │ ├── forms.less │ ├── glyphicons.less │ ├── grid.less │ ├── input-groups.less │ ├── jumbotron.less │ ├── labels.less │ ├── list-group.less │ ├── media.less │ ├── mixins.less │ ├── mixins │ │ ├── alerts.less │ │ ├── background-variant.less │ │ ├── border-radius.less │ │ ├── buttons.less │ │ ├── center-block.less │ │ ├── clearfix.less │ │ ├── forms.less │ │ ├── gradients.less │ │ ├── grid-framework.less │ │ ├── grid.less │ │ ├── hide-text.less │ │ ├── image.less │ │ ├── labels.less │ │ ├── list-group.less │ │ ├── nav-divider.less │ │ ├── nav-vertical-align.less │ │ ├── opacity.less │ │ ├── pagination.less │ │ ├── panels.less │ │ ├── progress-bar.less │ │ ├── reset-filter.less │ │ ├── reset-text.less │ │ ├── resize.less │ │ ├── responsive-visibility.less │ │ ├── size.less │ │ ├── tab-focus.less │ │ ├── table-row.less │ │ ├── text-emphasis.less │ │ ├── text-overflow.less │ │ └── vendor-prefixes.less │ ├── modals.less │ ├── navbar.less │ ├── navs.less │ ├── normalize.less │ ├── pager.less │ ├── pagination.less │ ├── panels.less │ ├── popovers.less │ ├── print.less │ ├── progress-bars.less │ ├── responsive-embed.less │ ├── responsive-utilities.less │ ├── scaffolding.less │ ├── tables.less │ ├── theme.less │ ├── thumbnails.less │ ├── tooltip.less │ ├── type.less │ ├── utilities.less │ ├── variables.less │ └── wells.less │ ├── _global │ └── global.less │ ├── _main_full │ ├── bootstrap.less │ ├── colors.less │ ├── components.less │ └── core.less │ ├── _main_starters │ ├── bootstrap.less │ ├── colors.less │ ├── components.less │ └── core.less │ ├── animate.css │ ├── animate.min.css │ ├── app.less │ ├── bootstrap-limitless │ ├── alerts.less │ ├── badges.less │ ├── breadcrumbs.less │ ├── button-groups.less │ ├── buttons.less │ ├── close.less │ ├── code.less │ ├── dropdowns.less │ ├── forms.less │ ├── glyphicons.less │ ├── input-groups.less │ ├── labels.less │ ├── list-group.less │ ├── media.less │ ├── modals.less │ ├── navbar.less │ ├── navs.less │ ├── pager.less │ ├── pagination.less │ ├── panels.less │ ├── popovers.less │ ├── progress-bars.less │ ├── scaffolding.less │ ├── tables.less │ ├── thumbnails.less │ ├── tooltip.less │ ├── type.less │ └── wells.less │ ├── components │ ├── charts │ │ ├── c3.less │ │ ├── charts.less │ │ ├── d3.less │ │ └── sparklines.less │ ├── demo.less │ ├── extensions │ │ └── jquery_ui │ │ │ ├── interactions.less │ │ │ └── widgets.less │ ├── maps │ │ ├── google-maps.less │ │ ├── jvectormap.less │ │ └── maps.less │ ├── pace │ │ ├── default.less │ │ ├── pace-demo.less │ │ ├── theme-bar-sm.less │ │ ├── theme-bar-xs.less │ │ ├── theme-bar.less │ │ ├── theme-corners.less │ │ ├── theme-perspective.less │ │ ├── theme-radar.less │ │ ├── theme-squares.less │ │ ├── theme-tail-circle.less │ │ ├── theme-tail.less │ │ ├── theme-xbox-sm.less │ │ ├── theme-xbox-xs.less │ │ └── theme-xbox.less │ ├── pages │ │ ├── blog.less │ │ ├── chats.less │ │ ├── error.less │ │ ├── invoice.less │ │ ├── login.less │ │ ├── profile.less │ │ ├── search.less │ │ ├── task-manager.less │ │ ├── timelines.less │ │ └── user-list.less │ ├── plugins │ │ ├── forms │ │ │ ├── checkboxes │ │ │ │ ├── bootstrap-switch.less │ │ │ │ ├── switchery.less │ │ │ │ └── uniform.less │ │ │ ├── editors │ │ │ │ ├── ace.less │ │ │ │ ├── summernote.less │ │ │ │ └── wysihtml5.less │ │ │ ├── extensions │ │ │ │ ├── alpaca.less │ │ │ │ ├── editable.less │ │ │ │ ├── passy.less │ │ │ │ ├── typeahead.less │ │ │ │ └── validation.less │ │ │ ├── menus │ │ │ │ ├── bootstrap-select.less │ │ │ │ ├── multiselect.less │ │ │ │ ├── select2.less │ │ │ │ └── selectbox.less │ │ │ ├── plugins │ │ │ │ ├── dual-listbox.less │ │ │ │ ├── maxlength.less │ │ │ │ └── touchspin.less │ │ │ ├── tags │ │ │ │ ├── tags-input.less │ │ │ │ └── tokenfield.less │ │ │ └── wizards │ │ │ │ ├── form.less │ │ │ │ ├── steps.less │ │ │ │ └── stepy.less │ │ ├── images │ │ │ ├── fancybox.less │ │ │ └── image-cropper.less │ │ ├── notifications │ │ │ ├── bootbox.less │ │ │ ├── jgrowl.less │ │ │ ├── pnotify.less │ │ │ └── sweet-alerts.less │ │ ├── pickers │ │ │ ├── anytime.less │ │ │ ├── bootstrap-datepicker.less │ │ │ ├── date-paginator.less │ │ │ ├── daterange.less │ │ │ ├── pickadate │ │ │ │ ├── base.less │ │ │ │ ├── date.less │ │ │ │ └── time.less │ │ │ └── spectrum.less │ │ ├── sliders │ │ │ ├── ion-range-slider.less │ │ │ ├── noui-slider.less │ │ │ └── slider-pips.less │ │ ├── tables │ │ │ ├── datatables │ │ │ │ ├── datatable-autofill.less │ │ │ │ ├── datatable-buttons.less │ │ │ │ ├── datatable-columns-reorder.less │ │ │ │ ├── datatable-fixed-columns.less │ │ │ │ ├── datatable-fixed-header.less │ │ │ │ ├── datatable-keytable.less │ │ │ │ ├── datatable-responsive.less │ │ │ │ ├── datatable-rows-reorder.less │ │ │ │ ├── datatable-scroller.less │ │ │ │ ├── datatable-select.less │ │ │ │ └── datatables.less │ │ │ ├── footable │ │ │ │ └── footable.less │ │ │ └── handsontable │ │ │ │ └── handsontable.less │ │ ├── ui │ │ │ ├── dragula.less │ │ │ ├── fab.less │ │ │ ├── fancytree.less │ │ │ ├── fullcalendar.less │ │ │ ├── headroom.less │ │ │ ├── prism.less │ │ │ └── progress-buttons.less │ │ └── uploaders │ │ │ ├── dropzone.less │ │ │ ├── file-input.less │ │ │ └── plupload.less │ └── ui │ │ ├── heading-elements.less │ │ ├── helpers.less │ │ ├── inbox.less │ │ ├── snippets.less │ │ └── toolbar.less │ ├── core │ ├── colors │ │ ├── colors.less │ │ └── palette.less │ ├── layout │ │ ├── boxed.less │ │ ├── component-animation.less │ │ ├── content.less │ │ ├── footer.less │ │ ├── sidebar.less │ │ └── utils.less │ ├── mixins │ │ └── nav-vertical-align.less │ └── variables │ │ ├── variables-core.less │ │ └── variables-custom.less │ ├── feed_loader.less │ ├── icons │ ├── fontawesome │ │ ├── fonts │ │ │ ├── FontAwesome.otf │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.svg │ │ │ ├── fontawesome-webfont.ttf │ │ │ ├── fontawesome-webfont.woff │ │ │ └── fontawesome-webfont.woff2 │ │ └── styles.min.css │ ├── glyphicons │ │ ├── glyphicons-halflings-regular.eot │ │ ├── glyphicons-halflings-regular.svg │ │ ├── glyphicons-halflings-regular.ttf │ │ ├── glyphicons-halflings-regular.woff │ │ └── glyphicons-halflings-regular.woff2 │ ├── icomoon │ │ ├── fonts │ │ │ ├── icomoon.eot │ │ │ ├── icomoon.svg │ │ │ ├── icomoon.ttf │ │ │ └── icomoon.woff │ │ └── styles.css │ └── summernote │ │ ├── summernote.eot │ │ ├── summernote.ttf │ │ └── summernote.woff │ ├── login.less │ └── vertical_slide_menu.less └── webpack.config.js /.babelrc: -------------------------------------------------------------------------------- 1 | { 2 | "plugins": [ 3 | "transform-class-properties", 4 | "syntax-decorators", 5 | "transform-decorators-legacy" 6 | ], 7 | "presets": [ 8 | "es2015", 9 | "react", 10 | "stage-0" 11 | ], 12 | "env": { 13 | "development": { 14 | "presets": [ 15 | "react-hmre" 16 | ] 17 | } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /.env: -------------------------------------------------------------------------------- 1 | TIMES=2 2 | -------------------------------------------------------------------------------- /.eslintignore: -------------------------------------------------------------------------------- 1 | dist 2 | node_modules 3 | coverage 4 | webpack.*.js 5 | *Server.js 6 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_STORE 2 | node_modules 3 | .module-cache 4 | *.log* 5 | _nogit 6 | .idea 7 | -------------------------------------------------------------------------------- /Procfile: -------------------------------------------------------------------------------- 1 | web: node server.js 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # react-redux-webpack2 2 | A React Redux Webpack2 Project. 3 | You need node >= v7.4.0 and npm >= 4.1.2. 4 | 5 | ## To Run Test cases 6 | npm run test 7 | 8 | ## To Update Tests Snapshots 9 | npm run test-update 10 | 11 | ## To Run Project 12 | npm run start -------------------------------------------------------------------------------- /app.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Start on Heroku: Node.js", 3 | "description": "A barebones Node.js app using Express 4", 4 | "repository": "https://github.com/heroku/node-js-getting-started", 5 | "logo": "http://node-js-sample.herokuapp.com/node.svg", 6 | "keywords": ["node", "express", "static"], 7 | "image": "heroku/nodejs" 8 | } 9 | -------------------------------------------------------------------------------- /source/assets/images/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/ajax-loader.gif -------------------------------------------------------------------------------- /source/assets/images/backgrounds/boxed_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/backgrounds/boxed_bg.png -------------------------------------------------------------------------------- /source/assets/images/backgrounds/boxed_bg_retina.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/backgrounds/boxed_bg_retina.png -------------------------------------------------------------------------------- /source/assets/images/backgrounds/seamless.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/backgrounds/seamless.png -------------------------------------------------------------------------------- /source/assets/images/brands/Untitled-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/brands/Untitled-1.png -------------------------------------------------------------------------------- /source/assets/images/brands/adwords.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/brands/adwords.png -------------------------------------------------------------------------------- /source/assets/images/brands/amazon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/brands/amazon.png -------------------------------------------------------------------------------- /source/assets/images/brands/bing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/brands/bing.png -------------------------------------------------------------------------------- /source/assets/images/brands/dribbble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/brands/dribbble.png -------------------------------------------------------------------------------- /source/assets/images/brands/facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/brands/facebook.png -------------------------------------------------------------------------------- /source/assets/images/brands/spotify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/brands/spotify.png -------------------------------------------------------------------------------- /source/assets/images/brands/tripadvisor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/brands/tripadvisor.png -------------------------------------------------------------------------------- /source/assets/images/brands/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/brands/twitter.png -------------------------------------------------------------------------------- /source/assets/images/brands/youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/brands/youtube.png -------------------------------------------------------------------------------- /source/assets/images/cover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/cover.jpg -------------------------------------------------------------------------------- /source/assets/images/csu_fullerton_cover_image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/csu_fullerton_cover_image.jpg -------------------------------------------------------------------------------- /source/assets/images/csu_fullerton_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/csu_fullerton_logo.png -------------------------------------------------------------------------------- /source/assets/images/flags/ad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ad.png -------------------------------------------------------------------------------- /source/assets/images/flags/ae.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ae.png -------------------------------------------------------------------------------- /source/assets/images/flags/af.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/af.png -------------------------------------------------------------------------------- /source/assets/images/flags/ag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ag.png -------------------------------------------------------------------------------- /source/assets/images/flags/ai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ai.png -------------------------------------------------------------------------------- /source/assets/images/flags/al.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/al.png -------------------------------------------------------------------------------- /source/assets/images/flags/am.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/am.png -------------------------------------------------------------------------------- /source/assets/images/flags/an.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/an.png -------------------------------------------------------------------------------- /source/assets/images/flags/ao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ao.png -------------------------------------------------------------------------------- /source/assets/images/flags/ar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ar.png -------------------------------------------------------------------------------- /source/assets/images/flags/as.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/as.png -------------------------------------------------------------------------------- /source/assets/images/flags/at.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/at.png -------------------------------------------------------------------------------- /source/assets/images/flags/au.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/au.png -------------------------------------------------------------------------------- /source/assets/images/flags/aw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/aw.png -------------------------------------------------------------------------------- /source/assets/images/flags/ax.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ax.png -------------------------------------------------------------------------------- /source/assets/images/flags/az.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/az.png -------------------------------------------------------------------------------- /source/assets/images/flags/ba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ba.png -------------------------------------------------------------------------------- /source/assets/images/flags/bb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/bb.png -------------------------------------------------------------------------------- /source/assets/images/flags/bd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/bd.png -------------------------------------------------------------------------------- /source/assets/images/flags/be.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/be.png -------------------------------------------------------------------------------- /source/assets/images/flags/bf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/bf.png -------------------------------------------------------------------------------- /source/assets/images/flags/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/bg.png -------------------------------------------------------------------------------- /source/assets/images/flags/bh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/bh.png -------------------------------------------------------------------------------- /source/assets/images/flags/bi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/bi.png -------------------------------------------------------------------------------- /source/assets/images/flags/bj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/bj.png -------------------------------------------------------------------------------- /source/assets/images/flags/bm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/bm.png -------------------------------------------------------------------------------- /source/assets/images/flags/bn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/bn.png -------------------------------------------------------------------------------- /source/assets/images/flags/bo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/bo.png -------------------------------------------------------------------------------- /source/assets/images/flags/br.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/br.png -------------------------------------------------------------------------------- /source/assets/images/flags/bs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/bs.png -------------------------------------------------------------------------------- /source/assets/images/flags/bt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/bt.png -------------------------------------------------------------------------------- /source/assets/images/flags/bv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/bv.png -------------------------------------------------------------------------------- /source/assets/images/flags/bw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/bw.png -------------------------------------------------------------------------------- /source/assets/images/flags/by.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/by.png -------------------------------------------------------------------------------- /source/assets/images/flags/bz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/bz.png -------------------------------------------------------------------------------- /source/assets/images/flags/ca.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ca.png -------------------------------------------------------------------------------- /source/assets/images/flags/catalonia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/catalonia.png -------------------------------------------------------------------------------- /source/assets/images/flags/cc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/cc.png -------------------------------------------------------------------------------- /source/assets/images/flags/cd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/cd.png -------------------------------------------------------------------------------- /source/assets/images/flags/cf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/cf.png -------------------------------------------------------------------------------- /source/assets/images/flags/cg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/cg.png -------------------------------------------------------------------------------- /source/assets/images/flags/ch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ch.png -------------------------------------------------------------------------------- /source/assets/images/flags/ci.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ci.png -------------------------------------------------------------------------------- /source/assets/images/flags/ck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ck.png -------------------------------------------------------------------------------- /source/assets/images/flags/cl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/cl.png -------------------------------------------------------------------------------- /source/assets/images/flags/cm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/cm.png -------------------------------------------------------------------------------- /source/assets/images/flags/cn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/cn.png -------------------------------------------------------------------------------- /source/assets/images/flags/co.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/co.png -------------------------------------------------------------------------------- /source/assets/images/flags/cr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/cr.png -------------------------------------------------------------------------------- /source/assets/images/flags/cs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/cs.png -------------------------------------------------------------------------------- /source/assets/images/flags/cu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/cu.png -------------------------------------------------------------------------------- /source/assets/images/flags/cv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/cv.png -------------------------------------------------------------------------------- /source/assets/images/flags/cx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/cx.png -------------------------------------------------------------------------------- /source/assets/images/flags/cy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/cy.png -------------------------------------------------------------------------------- /source/assets/images/flags/cz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/cz.png -------------------------------------------------------------------------------- /source/assets/images/flags/de.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/de.png -------------------------------------------------------------------------------- /source/assets/images/flags/dj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/dj.png -------------------------------------------------------------------------------- /source/assets/images/flags/dk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/dk.png -------------------------------------------------------------------------------- /source/assets/images/flags/dm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/dm.png -------------------------------------------------------------------------------- /source/assets/images/flags/do.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/do.png -------------------------------------------------------------------------------- /source/assets/images/flags/dz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/dz.png -------------------------------------------------------------------------------- /source/assets/images/flags/ec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ec.png -------------------------------------------------------------------------------- /source/assets/images/flags/ee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ee.png -------------------------------------------------------------------------------- /source/assets/images/flags/eg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/eg.png -------------------------------------------------------------------------------- /source/assets/images/flags/eh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/eh.png -------------------------------------------------------------------------------- /source/assets/images/flags/england.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/england.png -------------------------------------------------------------------------------- /source/assets/images/flags/er.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/er.png -------------------------------------------------------------------------------- /source/assets/images/flags/es.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/es.png -------------------------------------------------------------------------------- /source/assets/images/flags/et.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/et.png -------------------------------------------------------------------------------- /source/assets/images/flags/europeanunion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/europeanunion.png -------------------------------------------------------------------------------- /source/assets/images/flags/fam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/fam.png -------------------------------------------------------------------------------- /source/assets/images/flags/fi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/fi.png -------------------------------------------------------------------------------- /source/assets/images/flags/fj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/fj.png -------------------------------------------------------------------------------- /source/assets/images/flags/fk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/fk.png -------------------------------------------------------------------------------- /source/assets/images/flags/fm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/fm.png -------------------------------------------------------------------------------- /source/assets/images/flags/fo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/fo.png -------------------------------------------------------------------------------- /source/assets/images/flags/fr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/fr.png -------------------------------------------------------------------------------- /source/assets/images/flags/ga.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ga.png -------------------------------------------------------------------------------- /source/assets/images/flags/gb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/gb.png -------------------------------------------------------------------------------- /source/assets/images/flags/gd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/gd.png -------------------------------------------------------------------------------- /source/assets/images/flags/ge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ge.png -------------------------------------------------------------------------------- /source/assets/images/flags/gf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/gf.png -------------------------------------------------------------------------------- /source/assets/images/flags/gh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/gh.png -------------------------------------------------------------------------------- /source/assets/images/flags/gi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/gi.png -------------------------------------------------------------------------------- /source/assets/images/flags/gl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/gl.png -------------------------------------------------------------------------------- /source/assets/images/flags/gm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/gm.png -------------------------------------------------------------------------------- /source/assets/images/flags/gn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/gn.png -------------------------------------------------------------------------------- /source/assets/images/flags/gp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/gp.png -------------------------------------------------------------------------------- /source/assets/images/flags/gq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/gq.png -------------------------------------------------------------------------------- /source/assets/images/flags/gr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/gr.png -------------------------------------------------------------------------------- /source/assets/images/flags/gs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/gs.png -------------------------------------------------------------------------------- /source/assets/images/flags/gt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/gt.png -------------------------------------------------------------------------------- /source/assets/images/flags/gu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/gu.png -------------------------------------------------------------------------------- /source/assets/images/flags/gw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/gw.png -------------------------------------------------------------------------------- /source/assets/images/flags/gy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/gy.png -------------------------------------------------------------------------------- /source/assets/images/flags/hk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/hk.png -------------------------------------------------------------------------------- /source/assets/images/flags/hm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/hm.png -------------------------------------------------------------------------------- /source/assets/images/flags/hn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/hn.png -------------------------------------------------------------------------------- /source/assets/images/flags/hr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/hr.png -------------------------------------------------------------------------------- /source/assets/images/flags/ht.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ht.png -------------------------------------------------------------------------------- /source/assets/images/flags/hu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/hu.png -------------------------------------------------------------------------------- /source/assets/images/flags/id.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/id.png -------------------------------------------------------------------------------- /source/assets/images/flags/ie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ie.png -------------------------------------------------------------------------------- /source/assets/images/flags/il.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/il.png -------------------------------------------------------------------------------- /source/assets/images/flags/in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/in.png -------------------------------------------------------------------------------- /source/assets/images/flags/io.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/io.png -------------------------------------------------------------------------------- /source/assets/images/flags/iq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/iq.png -------------------------------------------------------------------------------- /source/assets/images/flags/ir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ir.png -------------------------------------------------------------------------------- /source/assets/images/flags/is.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/is.png -------------------------------------------------------------------------------- /source/assets/images/flags/it.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/it.png -------------------------------------------------------------------------------- /source/assets/images/flags/jm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/jm.png -------------------------------------------------------------------------------- /source/assets/images/flags/jo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/jo.png -------------------------------------------------------------------------------- /source/assets/images/flags/jp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/jp.png -------------------------------------------------------------------------------- /source/assets/images/flags/ke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ke.png -------------------------------------------------------------------------------- /source/assets/images/flags/kg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/kg.png -------------------------------------------------------------------------------- /source/assets/images/flags/kh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/kh.png -------------------------------------------------------------------------------- /source/assets/images/flags/ki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ki.png -------------------------------------------------------------------------------- /source/assets/images/flags/km.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/km.png -------------------------------------------------------------------------------- /source/assets/images/flags/kn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/kn.png -------------------------------------------------------------------------------- /source/assets/images/flags/kp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/kp.png -------------------------------------------------------------------------------- /source/assets/images/flags/kr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/kr.png -------------------------------------------------------------------------------- /source/assets/images/flags/kw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/kw.png -------------------------------------------------------------------------------- /source/assets/images/flags/ky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ky.png -------------------------------------------------------------------------------- /source/assets/images/flags/kz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/kz.png -------------------------------------------------------------------------------- /source/assets/images/flags/la.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/la.png -------------------------------------------------------------------------------- /source/assets/images/flags/lb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/lb.png -------------------------------------------------------------------------------- /source/assets/images/flags/lc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/lc.png -------------------------------------------------------------------------------- /source/assets/images/flags/li.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/li.png -------------------------------------------------------------------------------- /source/assets/images/flags/lk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/lk.png -------------------------------------------------------------------------------- /source/assets/images/flags/lr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/lr.png -------------------------------------------------------------------------------- /source/assets/images/flags/ls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ls.png -------------------------------------------------------------------------------- /source/assets/images/flags/lt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/lt.png -------------------------------------------------------------------------------- /source/assets/images/flags/lu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/lu.png -------------------------------------------------------------------------------- /source/assets/images/flags/lv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/lv.png -------------------------------------------------------------------------------- /source/assets/images/flags/ly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ly.png -------------------------------------------------------------------------------- /source/assets/images/flags/ma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ma.png -------------------------------------------------------------------------------- /source/assets/images/flags/mc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/mc.png -------------------------------------------------------------------------------- /source/assets/images/flags/md.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/md.png -------------------------------------------------------------------------------- /source/assets/images/flags/me.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/me.png -------------------------------------------------------------------------------- /source/assets/images/flags/mg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/mg.png -------------------------------------------------------------------------------- /source/assets/images/flags/mh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/mh.png -------------------------------------------------------------------------------- /source/assets/images/flags/mk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/mk.png -------------------------------------------------------------------------------- /source/assets/images/flags/ml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ml.png -------------------------------------------------------------------------------- /source/assets/images/flags/mm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/mm.png -------------------------------------------------------------------------------- /source/assets/images/flags/mn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/mn.png -------------------------------------------------------------------------------- /source/assets/images/flags/mo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/mo.png -------------------------------------------------------------------------------- /source/assets/images/flags/mp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/mp.png -------------------------------------------------------------------------------- /source/assets/images/flags/mq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/mq.png -------------------------------------------------------------------------------- /source/assets/images/flags/mr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/mr.png -------------------------------------------------------------------------------- /source/assets/images/flags/ms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ms.png -------------------------------------------------------------------------------- /source/assets/images/flags/mt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/mt.png -------------------------------------------------------------------------------- /source/assets/images/flags/mu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/mu.png -------------------------------------------------------------------------------- /source/assets/images/flags/mv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/mv.png -------------------------------------------------------------------------------- /source/assets/images/flags/mw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/mw.png -------------------------------------------------------------------------------- /source/assets/images/flags/mx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/mx.png -------------------------------------------------------------------------------- /source/assets/images/flags/my.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/my.png -------------------------------------------------------------------------------- /source/assets/images/flags/mz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/mz.png -------------------------------------------------------------------------------- /source/assets/images/flags/na.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/na.png -------------------------------------------------------------------------------- /source/assets/images/flags/nc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/nc.png -------------------------------------------------------------------------------- /source/assets/images/flags/ne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ne.png -------------------------------------------------------------------------------- /source/assets/images/flags/nf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/nf.png -------------------------------------------------------------------------------- /source/assets/images/flags/ng.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ng.png -------------------------------------------------------------------------------- /source/assets/images/flags/ni.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ni.png -------------------------------------------------------------------------------- /source/assets/images/flags/nl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/nl.png -------------------------------------------------------------------------------- /source/assets/images/flags/no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/no.png -------------------------------------------------------------------------------- /source/assets/images/flags/np.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/np.png -------------------------------------------------------------------------------- /source/assets/images/flags/nr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/nr.png -------------------------------------------------------------------------------- /source/assets/images/flags/nu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/nu.png -------------------------------------------------------------------------------- /source/assets/images/flags/nz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/nz.png -------------------------------------------------------------------------------- /source/assets/images/flags/om.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/om.png -------------------------------------------------------------------------------- /source/assets/images/flags/pa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/pa.png -------------------------------------------------------------------------------- /source/assets/images/flags/pe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/pe.png -------------------------------------------------------------------------------- /source/assets/images/flags/pf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/pf.png -------------------------------------------------------------------------------- /source/assets/images/flags/pg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/pg.png -------------------------------------------------------------------------------- /source/assets/images/flags/ph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ph.png -------------------------------------------------------------------------------- /source/assets/images/flags/pk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/pk.png -------------------------------------------------------------------------------- /source/assets/images/flags/pl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/pl.png -------------------------------------------------------------------------------- /source/assets/images/flags/pm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/pm.png -------------------------------------------------------------------------------- /source/assets/images/flags/pn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/pn.png -------------------------------------------------------------------------------- /source/assets/images/flags/pr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/pr.png -------------------------------------------------------------------------------- /source/assets/images/flags/ps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ps.png -------------------------------------------------------------------------------- /source/assets/images/flags/pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/pt.png -------------------------------------------------------------------------------- /source/assets/images/flags/pw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/pw.png -------------------------------------------------------------------------------- /source/assets/images/flags/py.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/py.png -------------------------------------------------------------------------------- /source/assets/images/flags/qa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/qa.png -------------------------------------------------------------------------------- /source/assets/images/flags/re.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/re.png -------------------------------------------------------------------------------- /source/assets/images/flags/ro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ro.png -------------------------------------------------------------------------------- /source/assets/images/flags/rs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/rs.png -------------------------------------------------------------------------------- /source/assets/images/flags/ru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ru.png -------------------------------------------------------------------------------- /source/assets/images/flags/rw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/rw.png -------------------------------------------------------------------------------- /source/assets/images/flags/sa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/sa.png -------------------------------------------------------------------------------- /source/assets/images/flags/sb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/sb.png -------------------------------------------------------------------------------- /source/assets/images/flags/sc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/sc.png -------------------------------------------------------------------------------- /source/assets/images/flags/scotland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/scotland.png -------------------------------------------------------------------------------- /source/assets/images/flags/sd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/sd.png -------------------------------------------------------------------------------- /source/assets/images/flags/se.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/se.png -------------------------------------------------------------------------------- /source/assets/images/flags/sg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/sg.png -------------------------------------------------------------------------------- /source/assets/images/flags/sh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/sh.png -------------------------------------------------------------------------------- /source/assets/images/flags/si.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/si.png -------------------------------------------------------------------------------- /source/assets/images/flags/sj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/sj.png -------------------------------------------------------------------------------- /source/assets/images/flags/sk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/sk.png -------------------------------------------------------------------------------- /source/assets/images/flags/sl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/sl.png -------------------------------------------------------------------------------- /source/assets/images/flags/sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/sm.png -------------------------------------------------------------------------------- /source/assets/images/flags/sn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/sn.png -------------------------------------------------------------------------------- /source/assets/images/flags/so.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/so.png -------------------------------------------------------------------------------- /source/assets/images/flags/sr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/sr.png -------------------------------------------------------------------------------- /source/assets/images/flags/st.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/st.png -------------------------------------------------------------------------------- /source/assets/images/flags/sv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/sv.png -------------------------------------------------------------------------------- /source/assets/images/flags/sy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/sy.png -------------------------------------------------------------------------------- /source/assets/images/flags/sz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/sz.png -------------------------------------------------------------------------------- /source/assets/images/flags/tc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/tc.png -------------------------------------------------------------------------------- /source/assets/images/flags/td.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/td.png -------------------------------------------------------------------------------- /source/assets/images/flags/tf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/tf.png -------------------------------------------------------------------------------- /source/assets/images/flags/tg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/tg.png -------------------------------------------------------------------------------- /source/assets/images/flags/th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/th.png -------------------------------------------------------------------------------- /source/assets/images/flags/tj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/tj.png -------------------------------------------------------------------------------- /source/assets/images/flags/tk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/tk.png -------------------------------------------------------------------------------- /source/assets/images/flags/tl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/tl.png -------------------------------------------------------------------------------- /source/assets/images/flags/tm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/tm.png -------------------------------------------------------------------------------- /source/assets/images/flags/tn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/tn.png -------------------------------------------------------------------------------- /source/assets/images/flags/to.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/to.png -------------------------------------------------------------------------------- /source/assets/images/flags/tr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/tr.png -------------------------------------------------------------------------------- /source/assets/images/flags/tt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/tt.png -------------------------------------------------------------------------------- /source/assets/images/flags/tv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/tv.png -------------------------------------------------------------------------------- /source/assets/images/flags/tw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/tw.png -------------------------------------------------------------------------------- /source/assets/images/flags/tz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/tz.png -------------------------------------------------------------------------------- /source/assets/images/flags/ua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ua.png -------------------------------------------------------------------------------- /source/assets/images/flags/ug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ug.png -------------------------------------------------------------------------------- /source/assets/images/flags/um.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/um.png -------------------------------------------------------------------------------- /source/assets/images/flags/us.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/us.png -------------------------------------------------------------------------------- /source/assets/images/flags/uy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/uy.png -------------------------------------------------------------------------------- /source/assets/images/flags/uz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/uz.png -------------------------------------------------------------------------------- /source/assets/images/flags/va.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/va.png -------------------------------------------------------------------------------- /source/assets/images/flags/vc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/vc.png -------------------------------------------------------------------------------- /source/assets/images/flags/ve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ve.png -------------------------------------------------------------------------------- /source/assets/images/flags/vg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/vg.png -------------------------------------------------------------------------------- /source/assets/images/flags/vi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/vi.png -------------------------------------------------------------------------------- /source/assets/images/flags/vn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/vn.png -------------------------------------------------------------------------------- /source/assets/images/flags/vu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/vu.png -------------------------------------------------------------------------------- /source/assets/images/flags/wales.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/wales.png -------------------------------------------------------------------------------- /source/assets/images/flags/wf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/wf.png -------------------------------------------------------------------------------- /source/assets/images/flags/ws.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ws.png -------------------------------------------------------------------------------- /source/assets/images/flags/ye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/ye.png -------------------------------------------------------------------------------- /source/assets/images/flags/yt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/yt.png -------------------------------------------------------------------------------- /source/assets/images/flags/za.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/za.png -------------------------------------------------------------------------------- /source/assets/images/flags/zm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/zm.png -------------------------------------------------------------------------------- /source/assets/images/flags/zw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/flags/zw.png -------------------------------------------------------------------------------- /source/assets/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/image.png -------------------------------------------------------------------------------- /source/assets/images/logo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/logo_dark.png -------------------------------------------------------------------------------- /source/assets/images/logo_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/logo_demo.png -------------------------------------------------------------------------------- /source/assets/images/logo_icon_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/logo_icon_dark.png -------------------------------------------------------------------------------- /source/assets/images/logo_icon_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/logo_icon_light.png -------------------------------------------------------------------------------- /source/assets/images/logo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/logo_light.png -------------------------------------------------------------------------------- /source/assets/images/placeholder.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/placeholder.jpg -------------------------------------------------------------------------------- /source/assets/images/pnotify/danger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/pnotify/danger.png -------------------------------------------------------------------------------- /source/assets/images/pnotify/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/pnotify/default.png -------------------------------------------------------------------------------- /source/assets/images/pnotify/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/pnotify/info.png -------------------------------------------------------------------------------- /source/assets/images/pnotify/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/pnotify/success.png -------------------------------------------------------------------------------- /source/assets/images/pnotify/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/pnotify/warning.png -------------------------------------------------------------------------------- /source/assets/images/ron-carucci_avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/ron-carucci_avatar.jpg -------------------------------------------------------------------------------- /source/assets/images/signature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/signature.png -------------------------------------------------------------------------------- /source/assets/images/ui/datepicker_trigger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/ui/datepicker_trigger.png -------------------------------------------------------------------------------- /source/assets/images/ui/map_marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/images/ui/map_marker.png -------------------------------------------------------------------------------- /source/assets/js/maps/google/basic/basic.js: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------------------------ 2 | * 3 | * # Basic map 4 | * 5 | * Specific JS code additions for maps_google_basic.html page 6 | * 7 | * Version: 1.0 8 | * Latest update: Aug 1, 2015 9 | * 10 | * ---------------------------------------------------------------------------- */ 11 | 12 | $(function() { 13 | 14 | var map; 15 | 16 | // Map settings 17 | function initialize() { 18 | 19 | // Optinos 20 | var mapOptions = { 21 | zoom: 12, 22 | center: new google.maps.LatLng(47.496, 19.037) 23 | }; 24 | 25 | // Apply options 26 | map = new google.maps.Map($('.map-basic')[0], mapOptions); 27 | } 28 | 29 | // Load map 30 | google.maps.event.addDomListener(window, 'load', initialize); 31 | 32 | }); 33 | -------------------------------------------------------------------------------- /source/assets/js/pages/chat_layouts.js: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------------------------ 2 | * 3 | * # Chat layouts 4 | * 5 | * Specific JS code additions for chat_layouts.html page 6 | * 7 | * Version: 1.0 8 | * Latest update: Aug 1, 2015 9 | * 10 | * ---------------------------------------------------------------------------- */ 11 | 12 | $(function() { 13 | 14 | // Scroll to bottom of the chat on page load. Mainly for demo 15 | $('.chat-list, .chat-stacked').scrollTop($(this).height()); 16 | 17 | }); 18 | -------------------------------------------------------------------------------- /source/assets/js/pages/components_dropdowns.js: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------------------------ 2 | * 3 | * # Dropdown menus 4 | * 5 | * Specific JS code additions for components_dropdowns.html page 6 | * 7 | * Version: 1.0 8 | * Latest update: Aug 1, 2015 9 | * 10 | * ---------------------------------------------------------------------------- */ 11 | 12 | $(function() { 13 | 14 | // Styled checkboxes/radios 15 | $('.styled').uniform({ 16 | radioClass: 'choice' 17 | }); 18 | 19 | 20 | // Switchery toggles 21 | var toggle = Array.prototype.slice.call(document.querySelectorAll('.switchery')); 22 | 23 | toggle.forEach(function(html) { 24 | var switchery = new Switchery(html); 25 | }); 26 | 27 | }); 28 | -------------------------------------------------------------------------------- /source/assets/js/pages/components_media.js: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------------------------ 2 | * 3 | * # Media objects and lists 4 | * 5 | * Specific JS code additions for components_media.html page 6 | * 7 | * Version: 1.0 8 | * Latest update: Aug 1, 2015 9 | * 10 | * ---------------------------------------------------------------------------- */ 11 | 12 | $(function() { 13 | 14 | // Switchery toggles 15 | var elems = Array.prototype.slice.call(document.querySelectorAll('.switch')); 16 | 17 | elems.forEach(function(html) { 18 | var switchery = new Switchery(html); 19 | }); 20 | 21 | 22 | // Styled checkboxes/radios 23 | $(".styled").uniform({ 24 | radioClass: 'choice' 25 | }); 26 | 27 | }); 28 | -------------------------------------------------------------------------------- /source/assets/js/pages/extra_idle_timeout.js: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------------------------ 2 | * 3 | * # Session timeout 4 | * 5 | * Specific JS code additions for extra_session_timeout.html page 6 | * 7 | * Version: 1.0 8 | * Latest update: Aug 1, 2015 9 | * 10 | * ---------------------------------------------------------------------------- */ 11 | 12 | $(function() { 13 | 14 | // Idle timeout 15 | $.sessionTimeout({ 16 | heading: 'h5', 17 | title: 'Idle Timeout', 18 | message: 'Your session is about to expire. Do you want to stay connected?', 19 | warnAfter: 5000, 20 | redirAfter: 15000, 21 | keepAliveUrl: '/', 22 | redirUrl: 'login_unlock.html', 23 | logoutUrl: 'login_advanced.html' 24 | }); 25 | 26 | }); 27 | -------------------------------------------------------------------------------- /source/assets/js/pages/form_inputs.js: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------------------------ 2 | * 3 | * # Basic form inputs 4 | * 5 | * Specific JS code additions for form_input_basic.html page 6 | * 7 | * Version: 1.1 8 | * Latest update: Feb 5, 2016 9 | * 10 | * ---------------------------------------------------------------------------- */ 11 | 12 | $(function() { 13 | 14 | // Default file input style 15 | $(".file-styled").uniform({ 16 | fileButtonClass: 'action btn btn-default' 17 | }); 18 | 19 | 20 | // Primary file input 21 | $(".file-styled-primary").uniform({ 22 | fileButtonClass: 'action btn bg-blue' 23 | }); 24 | 25 | }); 26 | -------------------------------------------------------------------------------- /source/assets/js/pages/gallery.js: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------------------------ 2 | * 3 | * # Media gallery 4 | * 5 | * Specific JS code additions for Gallery pages 6 | * 7 | * Version: 1.0 8 | * Latest update: Aug 1, 2015 9 | * 10 | * ---------------------------------------------------------------------------- */ 11 | 12 | $(function() { 13 | 14 | // Initialize lightbox 15 | $('[data-popup="lightbox"]').fancybox({ 16 | padding: 3 17 | }); 18 | 19 | }); 20 | -------------------------------------------------------------------------------- /source/assets/js/pages/invoice_grid.js: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------------------------ 2 | * 3 | * # Invoice grid 4 | * 5 | * Specific JS code additions for invoice_grid.html page 6 | * 7 | * Version: 1.0 8 | * Latest update: Aug 1, 2015 9 | * 10 | * ---------------------------------------------------------------------------- */ 11 | 12 | $(function() { 13 | 14 | // Change vertical orientation of last 3 dropdowns in table 15 | $('.content > .row').slice(-1).find('.dropdown, .btn-group').addClass('dropup'); 16 | 17 | 18 | // Styled checkboxes, radios 19 | $('.styled').uniform(); 20 | 21 | }); 22 | -------------------------------------------------------------------------------- /source/assets/js/pages/invoice_template.js: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------------------------ 2 | * 3 | * # Invoice template 4 | * 5 | * Specific JS code additions for invoice_template.html page 6 | * 7 | * Version: 1.0 8 | * Latest update: Aug 1, 2015 9 | * 10 | * ---------------------------------------------------------------------------- */ 11 | 12 | $(function() { 13 | 14 | // Setup CKEditor 15 | CKEDITOR.disableAutoInline = true; 16 | CKEDITOR.dtd.$removeEmpty['i'] = false; 17 | CKEDITOR.config.startupShowBorders = false; 18 | CKEDITOR.config.extraAllowedContent = 'table(*)'; 19 | 20 | 21 | // Initialize inline editor 22 | var editor = CKEDITOR.inline('invoice-editable'); 23 | 24 | }); 25 | -------------------------------------------------------------------------------- /source/assets/js/pages/job_list.js: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------------------------ 2 | * 3 | * # Job search - list 4 | * 5 | * Specific JS code additions for job search page kit - list view 6 | * 7 | * Version: 1.0 8 | * Latest update: Jan 10, 2017 9 | * 10 | * ---------------------------------------------------------------------------- */ 11 | 12 | $(function() { 13 | 14 | // Checkboxes, radios 15 | $(".styled, .multiselect-container input").uniform({ 16 | radioClass: 'choice' 17 | }); 18 | 19 | }); 20 | -------------------------------------------------------------------------------- /source/assets/js/pages/learning.js: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------------------------ 2 | * 3 | * # Learning page kit 4 | * 5 | * Specific JS code additions for learning html page kit 6 | * 7 | * Version: 1.0 8 | * Latest update: Oct 10, 2016 9 | * 10 | * ---------------------------------------------------------------------------- */ 11 | 12 | $(function() { 13 | 14 | // Checkboxes/radios (Uniform) 15 | // ------------------------------ 16 | 17 | $(".styled, .multiselect-container input").uniform({ 18 | radioClass: 'choice' 19 | }); 20 | 21 | }); 22 | -------------------------------------------------------------------------------- /source/assets/js/pages/login.js: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------------------------ 2 | * 3 | * # Login page 4 | * 5 | * Specific JS code additions for login and registration pages 6 | * 7 | * Version: 1.0 8 | * Latest update: Aug 1, 2015 9 | * 10 | * ---------------------------------------------------------------------------- */ 11 | 12 | $(function() { 13 | 14 | // Style checkboxes and radios 15 | $('.styled').uniform(); 16 | 17 | }); 18 | -------------------------------------------------------------------------------- /source/assets/js/pages/mail_list_read.js: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------------------------ 2 | * 3 | * # Inbox page - Reading 4 | * 5 | * Specific JS code additions for mail_list_read.html page 6 | * 7 | * Version: 1.0 8 | * Latest update: Dec 5, 2016 9 | * 10 | * ---------------------------------------------------------------------------- */ 11 | 12 | $(function() { 13 | 14 | 15 | // Grab first letter from sender name and add it to avatar 16 | // ------------------------------ 17 | 18 | // Title 19 | var $title = $('.letter-icon-title'), 20 | letter = $title.eq(0).text().charAt(0).toUpperCase(); 21 | 22 | // Icon 23 | var $icon = $title.parent().parent().find('.letter-icon'); 24 | $icon.eq(0).text(letter); 25 | 26 | }); 27 | -------------------------------------------------------------------------------- /source/assets/js/pages/navigation_horizontal_elements.js: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------------------------ 2 | * 3 | * # Horizontal navigation with elements 4 | * 5 | * Specific JS code additions for navigation_horizontal_elements.html page 6 | * 7 | * Version: 1.0 8 | * Latest update: Aug 1, 2015 9 | * 10 | * ---------------------------------------------------------------------------- */ 11 | 12 | $(function() { 13 | 14 | // Switchery toggle inside navbar 15 | var switchery = document.querySelector('.navbar-switch'); 16 | var init = new Switchery(switchery, {secondaryColor: '#000'}); 17 | 18 | }); 19 | -------------------------------------------------------------------------------- /source/assets/js/pages/table_responsive.js: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------------------------ 2 | * 3 | * # Responsive tables 4 | * 5 | * Specific JS code additions for table_responsive.html page 6 | * 7 | * Version: 1.0 8 | * Latest update: Aug 1, 2015 9 | * 10 | * ---------------------------------------------------------------------------- */ 11 | 12 | $(function() { 13 | 14 | // Initialize responsive functionality 15 | $('.table-togglable').footable(); 16 | 17 | }); 18 | -------------------------------------------------------------------------------- /source/assets/js/pages/user_pages_list.js: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------------------------ 2 | * 3 | * # User list 4 | * 5 | * Specific JS code additions for user_pages_list.html page 6 | * 7 | * Version: 1.0 8 | * Latest update: Aug 1, 2015 9 | * 10 | * ---------------------------------------------------------------------------- */ 11 | 12 | $(function() { 13 | 14 | // Scroll to the bottom of the chat 15 | $('.modal').on('shown.bs.modal', function() { 16 | $('.chat-list').animate({ 17 | scrollTop: $(this).height() 18 | }, 500) 19 | }); 20 | 21 | }); 22 | -------------------------------------------------------------------------------- /source/assets/js/pages/user_pages_team.js: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------------------------ 2 | * 3 | * # Team page 4 | * 5 | * Specific JS code additions for user_pages_team.html page 6 | * 7 | * Version: 1.0 8 | * Latest update: Aug 1, 2015 9 | * 10 | * ---------------------------------------------------------------------------- */ 11 | 12 | $(function() { 13 | 14 | // Initialize lightbox 15 | $('[data-popup=lightbox]').fancybox({ 16 | padding: 3 17 | }); 18 | 19 | }); 20 | -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/ext-error_marker.js: -------------------------------------------------------------------------------- 1 | ; 2 | (function() { 3 | window.require(["ace/ext/error_marker"], function() {}); 4 | })(); 5 | -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/mode-plain_text.js: -------------------------------------------------------------------------------- 1 | define("ace/mode/plain_text",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/text_highlight_rules","ace/mode/behaviour"],function(e,t,n){"use strict";var r=e("../lib/oop"),i=e("./text").Mode,s=e("./text_highlight_rules").TextHighlightRules,o=e("./behaviour").Behaviour,u=function(){this.HighlightRules=s,this.$behaviour=new o};r.inherits(u,i),function(){this.type="text",this.getNextLineIndent=function(e,t,n){return""},this.$id="ace/mode/plain_text"}.call(u.prototype),t.Mode=u}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/mode-text.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/js/plugins/editors/ace/mode-text.js -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/abap.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/abap",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="abap"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/ada.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/ada",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="ada"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/apache_conf.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/apache_conf",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="apache_conf"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/applescript.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/applescript",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="applescript"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/asciidoc.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/asciidoc",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="asciidoc"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/assembly_x86.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/assembly_x86",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="assembly_x86"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/autohotkey.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/autohotkey",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="autohotkey"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/batchfile.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/batchfile",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="batchfile"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/c9search.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/c9search",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="c9search"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/cirru.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/cirru",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="cirru"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/cobol.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/cobol",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="cobol"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/coldfusion.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/coldfusion",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="coldfusion"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/csharp.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/csharp",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="csharp"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/curly.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/curly",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="curly"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/d.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/d",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="d"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/diff.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/diff",["require","exports","module"],function(e,t,n){"use strict";t.snippetText='# DEP-3 (http://dep.debian.net/deps/dep3/) style patch header\nsnippet header DEP-3 style header\n Description: ${1}\n Origin: ${2:vendor|upstream|other}, ${3:url of the original patch}\n Bug: ${4:url in upstream bugtracker}\n Forwarded: ${5:no|not-needed|url}\n Author: ${6:`g:snips_author`}\n Reviewed-by: ${7:name and email}\n Last-Update: ${8:`strftime("%Y-%m-%d")`}\n Applied-Upstream: ${9:upstream version|url|commit}\n\n',t.scope="diff"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/dockerfile.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/dockerfile",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="dockerfile"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/dot.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/dot",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="dot"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/eiffel.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/eiffel",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="eiffel"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/ejs.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/ejs",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="ejs"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/elixir.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/elixir",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope=""}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/elm.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/elm",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="elm"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/forth.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/forth",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="forth"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/ftl.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/ftl",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="ftl"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/gcode.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/gcode",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="gcode"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/gherkin.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/gherkin",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="gherkin"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/gitignore.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/gitignore",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="gitignore"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/glsl.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/glsl",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="glsl"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/golang.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/golang",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="golang"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/groovy.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/groovy",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="groovy"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/haml.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/haml",["require","exports","module"],function(e,t,n){"use strict";t.snippetText="snippet t\n %table\n %tr\n %th\n ${1:headers}\n %tr\n %td\n ${2:headers}\nsnippet ul\n %ul\n %li\n ${1:item}\n %li\nsnippet =rp\n = render :partial => '${1:partial}'\nsnippet =rpl\n = render :partial => '${1:partial}', :locals => {}\nsnippet =rpc\n = render :partial => '${1:partial}', :collection => @$1\n\n",t.scope="haml"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/handlebars.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/handlebars",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="handlebars"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/haxe.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/haxe",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="haxe"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/html_ruby.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/html_ruby",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="html_ruby"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/ini.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/ini",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="ini"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/jack.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/jack",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="jack"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/jade.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/jade",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="jade"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/json.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/json",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="json"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/jsx.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/jsx",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="jsx"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/julia.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/julia",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="julia"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/latex.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/latex",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="latex"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/less.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/less",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="less"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/liquid.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/liquid",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="liquid"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/lisp.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/lisp",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="lisp"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/livescript.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/livescript",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="livescript"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/logiql.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/logiql",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="logiql"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/lua.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/lua",["require","exports","module"],function(e,t,n){"use strict";t.snippetText="snippet #!\n #!/usr/bin/env lua\n $1\nsnippet local\n local ${1:x} = ${2:1}\nsnippet fun\n function ${1:fname}(${2:...})\n ${3:-- body}\n end\nsnippet for\n for ${1:i}=${2:1},${3:10} do\n ${4:print(i)}\n end\nsnippet forp\n for ${1:i},${2:v} in pairs(${3:table_name}) do\n ${4:-- body}\n end\nsnippet fori\n for ${1:i},${2:v} in ipairs(${3:table_name}) do\n ${4:-- body}\n end\n",t.scope="lua"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/luapage.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/luapage",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="luapage"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/lucene.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/lucene",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="lucene"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/makefile.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/makefile",["require","exports","module"],function(e,t,n){"use strict";t.snippetText="snippet ifeq\n ifeq (${1:cond0},${2:cond1})\n ${3:code}\n endif\n",t.scope="makefile"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/matlab.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/matlab",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="matlab"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/mel.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/mel",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="mel"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/mushcode.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/mushcode",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="mushcode"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/mysql.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/mysql",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="mysql"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/nix.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/nix",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="nix"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/objectivec.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/objectivec",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="objectivec"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/ocaml.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/ocaml",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="ocaml"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/pascal.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/pascal",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="pascal"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/pgsql.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/pgsql",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="pgsql"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/plain_text.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/plain_text",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="plain_text"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/powershell.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/powershell",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="powershell"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/praat.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/praat",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="praat"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/prolog.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/prolog",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="prolog"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/properties.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/properties",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="properties"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/protobuf.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/protobuf",["require","exports","module"],function(e,t,n){"use strict";t.snippetText="",t.scope="protobuf"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/rdoc.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/rdoc",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="rdoc"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/rhtml.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/rhtml",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="rhtml"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/rust.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/rust",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="rust"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/sass.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/sass",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="sass"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/scad.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/scad",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="scad"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/scala.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/scala",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="scala"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/scheme.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/scheme",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="scheme"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/scss.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/scss",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="scss"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/sjs.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/sjs",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="sjs"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/smarty.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/smarty",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="smarty"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/snippets.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/snippets",["require","exports","module"],function(e,t,n){"use strict";t.snippetText="# snippets for making snippets :)\nsnippet snip\n snippet ${1:trigger}\n ${2}\nsnippet msnip\n snippet ${1:trigger} ${2:description}\n ${3}\nsnippet v\n {VISUAL}\n",t.scope="snippets"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/soy_template.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/soy_template",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="soy_template"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/space.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/space",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="space"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/stylus.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/stylus",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="stylus"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/svg.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/svg",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="svg"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/text.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/text",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="text"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/textile.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/textile",["require","exports","module"],function(e,t,n){"use strict";t.snippetText='# Jekyll post header\nsnippet header\n ---\n title: ${1:title}\n layout: post\n date: ${2:date} ${3:hour:minute:second} -05:00\n ---\n\n# Image\nsnippet img\n !${1:url}(${2:title}):${3:link}!\n\n# Table\nsnippet |\n |${1}|${2}\n\n# Link\nsnippet link\n "${1:link text}":${2:url}\n\n# Acronym\nsnippet (\n (${1:Expand acronym})${2}\n\n# Footnote\nsnippet fn\n [${1:ref number}] ${3}\n\n fn$1. ${2:footnote}\n \n',t.scope="textile"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/toml.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/toml",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="toml"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/twig.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/twig",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="twig"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/typescript.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/typescript",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="typescript"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/vbscript.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/vbscript",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="vbscript"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/velocity.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/velocity",["require","exports","module"],function(e,t,n){"use strict";t.snippetText='# macro\nsnippet #macro\n #macro ( ${1:macroName} ${2:\\$var1, [\\$var2, ...]} )\n ${3:## macro code}\n #end\n# foreach\nsnippet #foreach\n #foreach ( ${1:\\$item} in ${2:\\$collection} )\n ${3:## foreach code}\n #end\n# if\nsnippet #if\n #if ( ${1:true} )\n ${0}\n #end\n# if ... else\nsnippet #ife\n #if ( ${1:true} )\n ${2}\n #else\n ${0}\n #end\n#import\nsnippet #import\n #import ( "${1:path/to/velocity/format}" )\n# set\nsnippet #set\n #set ( $${1:var} = ${0} )\n',t.scope="velocity",t.includeScopes=["html","javascript","css"]}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/verilog.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/verilog",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="verilog"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/vhdl.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/vhdl",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="vhdl"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/xml.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/xml",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="xml"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/ace/snippets/yaml.js: -------------------------------------------------------------------------------- 1 | define("ace/snippets/yaml",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="yaml"}) -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/codemirror/addon/dialog/dialog.css: -------------------------------------------------------------------------------- 1 | .CodeMirror-dialog { 2 | position: absolute; 3 | left: 0; right: 0; 4 | background: white; 5 | z-index: 15; 6 | padding: .1em .8em; 7 | overflow: hidden; 8 | color: #333; 9 | } 10 | 11 | .CodeMirror-dialog-top { 12 | border-bottom: 1px solid #eee; 13 | top: 0; 14 | } 15 | 16 | .CodeMirror-dialog-bottom { 17 | border-top: 1px solid #eee; 18 | bottom: 0; 19 | } 20 | 21 | .CodeMirror-dialog input { 22 | border: none; 23 | outline: none; 24 | background: transparent; 25 | width: 20em; 26 | color: inherit; 27 | font-family: monospace; 28 | } 29 | 30 | .CodeMirror-dialog button { 31 | font-size: 70%; 32 | } 33 | -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/codemirror/addon/display/fullscreen.css: -------------------------------------------------------------------------------- 1 | .CodeMirror-fullscreen { 2 | position: fixed; 3 | top: 0; left: 0; right: 0; bottom: 0; 4 | height: auto; 5 | z-index: 9; 6 | } 7 | -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/codemirror/addon/fold/foldgutter.css: -------------------------------------------------------------------------------- 1 | .CodeMirror-foldmarker { 2 | color: blue; 3 | text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px; 4 | font-family: arial; 5 | line-height: .3; 6 | cursor: pointer; 7 | } 8 | .CodeMirror-foldgutter { 9 | width: .7em; 10 | } 11 | .CodeMirror-foldgutter-open, 12 | .CodeMirror-foldgutter-folded { 13 | color: #555; 14 | cursor: pointer; 15 | } 16 | .CodeMirror-foldgutter-open:after { 17 | content: "\25BE"; 18 | } 19 | .CodeMirror-foldgutter-folded:after { 20 | content: "\25B8"; 21 | } 22 | -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/codemirror/mode/ruby/test.js: -------------------------------------------------------------------------------- 1 | (function() { 2 | var mode = CodeMirror.getMode({indentUnit: 2}, "ruby"); 3 | function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); } 4 | 5 | MT("divide_equal_operator", 6 | "[variable bar] [operator /=] [variable foo]"); 7 | 8 | MT("divide_equal_operator_no_spacing", 9 | "[variable foo][operator /=][number 42]"); 10 | 11 | })(); 12 | -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/codemirror/mode/tiddlywiki/tiddlywiki.css: -------------------------------------------------------------------------------- 1 | span.cm-underlined { 2 | text-decoration: underline; 3 | } 4 | span.cm-strikethrough { 5 | text-decoration: line-through; 6 | } 7 | span.cm-brace { 8 | color: #170; 9 | font-weight: bold; 10 | } 11 | span.cm-table { 12 | color: blue; 13 | font-weight: bold; 14 | } 15 | -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/codemirror/mode/tiki/tiki.css: -------------------------------------------------------------------------------- 1 | .cm-tw-syntaxerror { 2 | color: #FFF; 3 | background-color: #900; 4 | } 5 | 6 | .cm-tw-deleted { 7 | text-decoration: line-through; 8 | } 9 | 10 | .cm-tw-header5 { 11 | font-weight: bold; 12 | } 13 | .cm-tw-listitem:first-child { /*Added first child to fix duplicate padding when highlighting*/ 14 | padding-left: 10px; 15 | } 16 | 17 | .cm-tw-box { 18 | border-top-width: 0px ! important; 19 | border-style: solid; 20 | border-width: 1px; 21 | border-color: inherit; 22 | } 23 | 24 | .cm-tw-underline { 25 | text-decoration: underline; 26 | } -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/codemirror/theme/ambiance-mobile.css: -------------------------------------------------------------------------------- 1 | .cm-s-ambiance.CodeMirror { 2 | -webkit-box-shadow: none; 3 | -moz-box-shadow: none; 4 | box-shadow: none; 5 | } 6 | -------------------------------------------------------------------------------- /source/assets/js/plugins/editors/codemirror/theme/neat.css: -------------------------------------------------------------------------------- 1 | .cm-s-neat span.cm-comment { color: #a86; } 2 | .cm-s-neat span.cm-keyword { line-height: 1em; font-weight: bold; color: blue; } 3 | .cm-s-neat span.cm-string { color: #a22; } 4 | .cm-s-neat span.cm-builtin { line-height: 1em; font-weight: bold; color: #077; } 5 | .cm-s-neat span.cm-special { line-height: 1em; font-weight: bold; color: #0aa; } 6 | .cm-s-neat span.cm-variable { color: black; } 7 | .cm-s-neat span.cm-number, .cm-s-neat span.cm-atom { color: #3a3; } 8 | .cm-s-neat span.cm-meta {color: #555;} 9 | .cm-s-neat span.cm-link { color: #3a3; } 10 | 11 | .cm-s-neat .CodeMirror-activeline-background {background: #e8f2ff !important;} 12 | .cm-s-neat .CodeMirror-matchingbracket {outline:1px solid grey; color:black !important;} 13 | -------------------------------------------------------------------------------- /source/assets/js/plugins/forms/validation/localization/methods_de.js: -------------------------------------------------------------------------------- 1 | (function( factory ) { 2 | if ( typeof define === "function" && define.amd ) { 3 | define( ["jquery", "../jquery.validate"], factory ); 4 | } else { 5 | factory( jQuery ); 6 | } 7 | }(function( $ ) { 8 | 9 | /* 10 | * Localized default methods for the jQuery validation plugin. 11 | * Locale: DE 12 | */ 13 | $.extend($.validator.methods, { 14 | date: function(value, element) { 15 | return this.optional(element) || /^\d\d?\.\d\d?\.\d\d\d?\d?$/.test(value); 16 | }, 17 | number: function(value, element) { 18 | return this.optional(element) || /^-?(?:\d+|\d{1,3}(?:\.\d{3})+)(?:,\d+)?$/.test(value); 19 | } 20 | }); 21 | 22 | })); -------------------------------------------------------------------------------- /source/assets/js/plugins/forms/validation/localization/methods_de.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery Validation Plugin - v1.13.1 - 10/14/2014 2 | * http://jqueryvalidation.org/ 3 | * Copyright (c) 2014 Jörn Zaefferer; Licensed MIT */ 4 | !function(a){"function"==typeof define&&define.amd?define(["jquery","../jquery.validate.min"],a):a(jQuery)}(function(a){a.extend(a.validator.methods,{date:function(a,b){return this.optional(b)||/^\d\d?\.\d\d?\.\d\d\d?\d?$/.test(a)},number:function(a,b){return this.optional(b)||/^-?(?:\d+|\d{1,3}(?:\.\d{3})+)(?:,\d+)?$/.test(a)}})}); -------------------------------------------------------------------------------- /source/assets/js/plugins/forms/validation/localization/methods_es_CL.js: -------------------------------------------------------------------------------- 1 | (function( factory ) { 2 | if ( typeof define === "function" && define.amd ) { 3 | define( ["jquery", "../jquery.validate"], factory ); 4 | } else { 5 | factory( jQuery ); 6 | } 7 | }(function( $ ) { 8 | 9 | /* 10 | * Localized default methods for the jQuery validation plugin. 11 | * Locale: ES_CL 12 | */ 13 | $.extend($.validator.methods, { 14 | date: function(value, element) { 15 | return this.optional(element) || /^\d\d?\-\d\d?\-\d\d\d?\d?$/.test(value); 16 | }, 17 | number: function(value, element) { 18 | return this.optional(element) || /^-?(?:\d+|\d{1,3}(?:\.\d{3})+)(?:,\d+)?$/.test(value); 19 | } 20 | }); 21 | 22 | })); -------------------------------------------------------------------------------- /source/assets/js/plugins/forms/validation/localization/methods_es_CL.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery Validation Plugin - v1.13.1 - 10/14/2014 2 | * http://jqueryvalidation.org/ 3 | * Copyright (c) 2014 Jörn Zaefferer; Licensed MIT */ 4 | !function(a){"function"==typeof define&&define.amd?define(["jquery","../jquery.validate.min"],a):a(jQuery)}(function(a){a.extend(a.validator.methods,{date:function(a,b){return this.optional(b)||/^\d\d?\-\d\d?\-\d\d\d?\d?$/.test(a)},number:function(a,b){return this.optional(b)||/^-?(?:\d+|\d{1,3}(?:\.\d{3})+)(?:,\d+)?$/.test(a)}})}); -------------------------------------------------------------------------------- /source/assets/js/plugins/forms/validation/localization/methods_fi.js: -------------------------------------------------------------------------------- 1 | (function( factory ) { 2 | if ( typeof define === "function" && define.amd ) { 3 | define( ["jquery", "../jquery.validate"], factory ); 4 | } else { 5 | factory( jQuery ); 6 | } 7 | }(function( $ ) { 8 | 9 | /* 10 | * Localized default methods for the jQuery validation plugin. 11 | * Locale: FI 12 | */ 13 | $.extend($.validator.methods, { 14 | date: function(value, element) { 15 | return this.optional(element) || /^\d{1,2}\.\d{1,2}\.\d{4}$/.test(value); 16 | }, 17 | number: function(value, element) { 18 | return this.optional(element) || /^-?(?:\d+)(?:,\d+)?$/.test(value); 19 | } 20 | }); 21 | 22 | })); -------------------------------------------------------------------------------- /source/assets/js/plugins/forms/validation/localization/methods_fi.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery Validation Plugin - v1.13.1 - 10/14/2014 2 | * http://jqueryvalidation.org/ 3 | * Copyright (c) 2014 Jörn Zaefferer; Licensed MIT */ 4 | !function(a){"function"==typeof define&&define.amd?define(["jquery","../jquery.validate.min"],a):a(jQuery)}(function(a){a.extend(a.validator.methods,{date:function(a,b){return this.optional(b)||/^\d{1,2}\.\d{1,2}\.\d{4}$/.test(a)},number:function(a,b){return this.optional(b)||/^-?(?:\d+)(?:,\d+)?$/.test(a)}})}); -------------------------------------------------------------------------------- /source/assets/js/plugins/forms/validation/localization/methods_nl.js: -------------------------------------------------------------------------------- 1 | (function( factory ) { 2 | if ( typeof define === "function" && define.amd ) { 3 | define( ["jquery", "../jquery.validate"], factory ); 4 | } else { 5 | factory( jQuery ); 6 | } 7 | }(function( $ ) { 8 | 9 | /* 10 | * Localized default methods for the jQuery validation plugin. 11 | * Locale: NL 12 | */ 13 | $.extend($.validator.methods, { 14 | date: function(value, element) { 15 | return this.optional(element) || /^\d\d?[\.\/\-]\d\d?[\.\/\-]\d\d\d?\d?$/.test(value); 16 | } 17 | }); 18 | 19 | })); -------------------------------------------------------------------------------- /source/assets/js/plugins/forms/validation/localization/methods_nl.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery Validation Plugin - v1.13.1 - 10/14/2014 2 | * http://jqueryvalidation.org/ 3 | * Copyright (c) 2014 Jörn Zaefferer; Licensed MIT */ 4 | !function(a){"function"==typeof define&&define.amd?define(["jquery","../jquery.validate.min"],a):a(jQuery)}(function(a){a.extend(a.validator.methods,{date:function(a,b){return this.optional(b)||/^\d\d?[\.\/\-]\d\d?[\.\/\-]\d\d\d?\d?$/.test(a)}})}); -------------------------------------------------------------------------------- /source/assets/js/plugins/forms/validation/localization/methods_pt.js: -------------------------------------------------------------------------------- 1 | (function( factory ) { 2 | if ( typeof define === "function" && define.amd ) { 3 | define( ["jquery", "../jquery.validate"], factory ); 4 | } else { 5 | factory( jQuery ); 6 | } 7 | }(function( $ ) { 8 | 9 | /* 10 | * Localized default methods for the jQuery validation plugin. 11 | * Locale: PT_BR 12 | */ 13 | $.extend($.validator.methods, { 14 | date: function(value, element) { 15 | return this.optional(element) || /^\d\d?\/\d\d?\/\d\d\d?\d?$/.test(value); 16 | } 17 | }); 18 | 19 | })); -------------------------------------------------------------------------------- /source/assets/js/plugins/forms/validation/localization/methods_pt.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery Validation Plugin - v1.13.1 - 10/14/2014 2 | * http://jqueryvalidation.org/ 3 | * Copyright (c) 2014 Jörn Zaefferer; Licensed MIT */ 4 | !function(a){"function"==typeof define&&define.amd?define(["jquery","../jquery.validate.min"],a):a(jQuery)}(function(a){a.extend(a.validator.methods,{date:function(a,b){return this.optional(b)||/^\d\d?\/\d\d?\/\d\d\d?\d?$/.test(a)}})}); -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/color/i18n/jquery.spectrum-de.js: -------------------------------------------------------------------------------- 1 | // Spectrum Colorpicker 2 | // German (de) localization 3 | // https://github.com/bgrins/spectrum 4 | 5 | (function ( $ ) { 6 | 7 | var localization = $.spectrum.localization["de"] = { 8 | cancelText: "Abbrechen", 9 | chooseText: "Wählen", 10 | clearText: "Farbauswahl zurücksetzen", 11 | noColorSelectedText: "Keine Farbe ausgewählt", 12 | togglePaletteMoreText: "Mehr", 13 | togglePaletteLessText: "Weniger" 14 | }; 15 | 16 | $.extend($.fn.spectrum.defaults, localization); 17 | 18 | })( jQuery ); 19 | -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/color/i18n/jquery.spectrum-dk.js: -------------------------------------------------------------------------------- 1 | // Spectrum Colorpicker 2 | // Danish (dk) localization 3 | // https://github.com/bgrins/spectrum 4 | 5 | (function ( $ ) { 6 | 7 | var localization = $.spectrum.localization["dk"] = { 8 | cancelText: "annuller", 9 | chooseText: "Vælg" 10 | }; 11 | 12 | $.extend($.fn.spectrum.defaults, localization); 13 | 14 | })( jQuery ); 15 | -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/color/i18n/jquery.spectrum-es.js: -------------------------------------------------------------------------------- 1 | // Spectrum Colorpicker 2 | // Spanish (es) localization 3 | // https://github.com/bgrins/spectrum 4 | 5 | (function ( $ ) { 6 | 7 | var localization = $.spectrum.localization["es"] = { 8 | cancelText: "Cancelar", 9 | chooseText: "Elegir" 10 | }; 11 | 12 | $.extend($.fn.spectrum.defaults, localization); 13 | 14 | })( jQuery ); 15 | -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/color/i18n/jquery.spectrum-fa.js: -------------------------------------------------------------------------------- 1 | // Spectrum Colorpicker 2 | // Persian (fa) localization 3 | // https://github.com/bgrins/spectrum 4 | 5 | (function ( $ ) { 6 | 7 | var localization = $.spectrum.localization["fa"] = { 8 | cancelText: "لغو", 9 | chooseText: "انتخاب" 10 | }; 11 | 12 | $.extend($.fn.spectrum.defaults, localization); 13 | 14 | })( jQuery ); 15 | -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/color/i18n/jquery.spectrum-fi.js: -------------------------------------------------------------------------------- 1 | // Spectrum Colorpicker 2 | // Finnish (fi) localization 3 | // https://github.com/bgrins/spectrum 4 | 5 | (function ( $ ) { 6 | 7 | var localization = $.spectrum.localization["fi"] = { 8 | cancelText: "Kumoa", 9 | chooseText: "Valitse" 10 | }; 11 | 12 | $.extend($.fn.spectrum.defaults, localization); 13 | 14 | })( jQuery ); 15 | -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/color/i18n/jquery.spectrum-fr.js: -------------------------------------------------------------------------------- 1 | // Spectrum Colorpicker 2 | // French (fr) localization 3 | // https://github.com/bgrins/spectrum 4 | 5 | (function ( $ ) { 6 | 7 | var localization = $.spectrum.localization["fr"] = { 8 | cancelText: "Annuler", 9 | chooseText: "Valider", 10 | clearText: "Sélection de la couleur claire", 11 | noColorSelectedText: "Aucune couleur sélectionnée", 12 | togglePaletteMoreText: "plus", 13 | togglePaletteLessText: "moins" 14 | }; 15 | 16 | $.extend($.fn.spectrum.defaults, localization); 17 | 18 | })( jQuery ); 19 | -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/color/i18n/jquery.spectrum-he.js: -------------------------------------------------------------------------------- 1 | // Spectrum Colorpicker 2 | // Hebrew (he) localization 3 | // https://github.com/bgrins/spectrum 4 | 5 | (function ( $ ) { 6 | 7 | var localization = $.spectrum.localization["he"] = { 8 | cancelText: "בטל בחירה", 9 | chooseText: "בחר צבע", 10 | clearText: "אפס בחירה", 11 | noColorSelectedText: "לא נבחר צבע", 12 | togglePaletteMoreText: "עוד צבעים", 13 | togglePaletteLessText: "פחות צבעים" 14 | }; 15 | 16 | $.extend($.fn.spectrum.defaults, localization); 17 | 18 | })( jQuery ); 19 | -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/color/i18n/jquery.spectrum-it.js: -------------------------------------------------------------------------------- 1 | // Spectrum Colorpicker 2 | // Italian (it) localization 3 | // https://github.com/bgrins/spectrum 4 | 5 | (function ( $ ) { 6 | 7 | var localization = $.spectrum.localization["it"] = { 8 | cancelText: "annulla", 9 | chooseText: "scegli", 10 | clearText: "Annulla selezione colore", 11 | noColorSelectedText: "Nessun colore selezionato" 12 | }; 13 | 14 | $.extend($.fn.spectrum.defaults, localization); 15 | 16 | })( jQuery ); 17 | -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/color/i18n/jquery.spectrum-ja.js: -------------------------------------------------------------------------------- 1 | // Spectrum Colorpicker 2 | // Japanese (ja) localization 3 | // https://github.com/bgrins/spectrum 4 | 5 | (function ( $ ) { 6 | 7 | var localization = $.spectrum.localization["ja"] = { 8 | cancelText: "中止", 9 | chooseText: "選択" 10 | }; 11 | 12 | $.extend($.fn.spectrum.defaults, localization); 13 | 14 | })( jQuery ); 15 | -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/color/i18n/jquery.spectrum-nl.js: -------------------------------------------------------------------------------- 1 | // Spectrum Colorpicker 2 | // Dutch (nl-nl) localization 3 | // https://github.com/bgrins/spectrum 4 | 5 | (function ( $ ) { 6 | 7 | var localization = $.spectrum.localization["nl-nl"] = { 8 | cancelText: "Annuleer", 9 | chooseText: "Kies", 10 | clearText: "Wis kleur selectie", 11 | togglePaletteMoreText: 'Meer', 12 | togglePaletteLessText: 'Minder' 13 | }; 14 | 15 | $.extend($.fn.spectrum.defaults, localization); 16 | 17 | })( jQuery ); 18 | -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/color/i18n/jquery.spectrum-pt-br.js: -------------------------------------------------------------------------------- 1 | // Spectrum Colorpicker 2 | // Brazilian (pt-br) localization 3 | // https://github.com/bgrins/spectrum 4 | 5 | (function ( $ ) { 6 | 7 | var localization = $.spectrum.localization["pt-br"] = { 8 | cancelText: "Cancelar", 9 | chooseText: "Escolher" 10 | }; 11 | 12 | $.extend($.fn.spectrum.defaults, localization); 13 | 14 | })( jQuery ); 15 | -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/color/i18n/jquery.spectrum-ru.js: -------------------------------------------------------------------------------- 1 | // Spectrum Colorpicker 2 | // Russian (ru) localization 3 | // https://github.com/bgrins/spectrum 4 | 5 | (function ( $ ) { 6 | 7 | var localization = $.spectrum.localization["ru"] = { 8 | cancelText: "отмена", 9 | chooseText: "выбрать" 10 | }; 11 | 12 | $.extend($.fn.spectrum.defaults, localization); 13 | 14 | })( jQuery ); 15 | -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/color/i18n/jquery.spectrum-sv.js: -------------------------------------------------------------------------------- 1 | // Spectrum Colorpicker 2 | // Swedish (sv) localization 3 | // https://github.com/bgrins/spectrum 4 | 5 | (function ( $ ) { 6 | 7 | var localization = $.spectrum.localization["sv"] = { 8 | cancelText: "Avbryt", 9 | chooseText: "Välj" 10 | }; 11 | 12 | $.extend($.fn.spectrum.defaults, localization); 13 | 14 | })( jQuery ); 15 | -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/color/i18n/jquery.spectrum-tr.js: -------------------------------------------------------------------------------- 1 | // Spectrum Colorpicker 2 | // Turkish (tr) localization 3 | // https://github.com/bgrins/spectrum 4 | 5 | (function ( $ ) { 6 | 7 | var localization = $.spectrum.localization["tr"] = { 8 | cancelText: "iptal", 9 | chooseText: "tamam" 10 | }; 11 | 12 | $.extend($.fn.spectrum.defaults, localization); 13 | 14 | })( jQuery ); 15 | -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/color/i18n/jquery.spectrum-zh-cn.js: -------------------------------------------------------------------------------- 1 | // Spectrum Colorpicker 2 | // Simplified Chinese (zh-cn) localization 3 | // https://github.com/bgrins/spectrum 4 | 5 | (function ( $ ) { 6 | 7 | var localization = $.spectrum.localization["zh-cn"] = { 8 | cancelText: "取消", 9 | chooseText: "选择", 10 | clearText: "清除" 11 | }; 12 | 13 | $.extend($.fn.spectrum.defaults, localization); 14 | 15 | })( jQuery ); 16 | -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/FORMATTING.md: -------------------------------------------------------------------------------- 1 | ### The following convention is used for choosing a format for the translation files: 2 | 3 | 1. Google for “Microsoft Style Guide LANGUAGE COUNTRY”. 4 | 2. Check the standard suggestions for Long Date Formats. 5 | 3. Set this as the `format` option using [pickadate’s formatting rules](http://amsul.ca/pickadate.js/date.htm#formatting-rules). 6 | 7 | Make sure `formatSubmit` is always `yyyy/mm/dd` to ensure our servers always get the value formatted the same. -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/NAMING.md: -------------------------------------------------------------------------------- 1 | ### The following convention is used for naming the translation files: 2 | 3 | ``` 4 | LANGUAGE_COUNTRY.js 5 | ``` 6 | 7 | #### Where: 8 | 9 | ``` 10 | LANGUAGE = The lowercase ISO 639-1 language code. 11 | ``` 12 | 13 | > See http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes 14 | 15 | ``` 16 | COUNTRY = The uppercase ISO 3166-1 country code. 17 | ``` 18 | 19 | > See http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements 20 | 21 | When there is no `COUNTRY` in the filename, it is assumed the generic language is used in multiple countries. 22 | -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/ar.js: -------------------------------------------------------------------------------- 1 | // Arabic 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ 'يناير', 'فبراير', 'مارس', 'ابريل', 'مايو', 'يونيو', 'يوليو', 'اغسطس', 'سبتمبر', 'اكتوبر', 'نوفمبر', 'ديسمبر' ], 5 | monthsShort: [ 'يناير', 'فبراير', 'مارس', 'ابريل', 'مايو', 'يونيو', 'يوليو', 'اغسطس', 'سبتمبر', 'اكتوبر', 'نوفمبر', 'ديسمبر' ], 6 | weekdaysFull: [ 'الاحد', 'الاثنين', 'الثلاثاء', 'الاربعاء', 'الخميس', 'الجمعة', 'السبت' ], 7 | weekdaysShort: [ 'الاحد', 'الاثنين', 'الثلاثاء', 'الاربعاء', 'الخميس', 'الجمعة', 'السبت' ], 8 | today: 'اليوم', 9 | clear: 'مسح', 10 | format: 'yyyy mmmm dd', 11 | formatSubmit: 'yyyy/mm/dd' 12 | }); -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/bg_BG.js: -------------------------------------------------------------------------------- 1 | // Bulgarian 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ 'януари','февруари','март','април','май','юни','юли','август','септември','октомври','ноември','декември' ], 5 | monthsShort: [ 'янр','фев','мар','апр','май','юни','юли','авг','сеп','окт','ное','дек' ], 6 | weekdaysFull: [ 'неделя', 'понеделник', 'вторник', 'сряда', 'четвъртък', 'петък', 'събота' ], 7 | weekdaysShort: [ 'нд', 'пн', 'вт', 'ср', 'чт', 'пт', 'сб' ], 8 | today: 'днес', 9 | clear: 'изтривам', 10 | firstDay: 1, 11 | format: 'd mmmm yyyy г.', 12 | formatSubmit: 'yyyy/mm/dd' 13 | }); -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/bs_BA.js: -------------------------------------------------------------------------------- 1 | // Bosnian 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ 'januar', 'februar', 'mart', 'april', 'maj', 'juni', 'juli', 'august', 'septembar', 'oktobar', 'novembar', 'decembar' ], 5 | monthsShort: [ 'jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec' ], 6 | weekdaysFull: [ 'nedjelja', 'ponedjeljak', 'utorak', 'srijeda', 'cetvrtak', 'petak', 'subota' ], 7 | weekdaysShort: [ 'ne', 'po', 'ut', 'sr', 'če', 'pe', 'su' ], 8 | today: 'danas', 9 | clear: 'izbrisati', 10 | firstDay: 1, 11 | format: 'dd. mmmm yyyy.', 12 | formatSubmit: 'yyyy/mm/dd' 13 | }); -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/ca_ES.js: -------------------------------------------------------------------------------- 1 | // Catalan 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ 'Gener', 'Febrer', 'Març', 'Abril', 'Maig', 'juny', 'Juliol', 'Agost', 'Setembre', 'Octubre', 'Novembre', 'Desembre' ], 5 | monthsShort: [ 'Gen', 'Feb', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Oct', 'Nov', 'Des' ], 6 | weekdaysFull: [ 'diumenge', 'dilluns', 'dimarts', 'dimecres', 'dijous', 'divendres', 'dissabte' ], 7 | weekdaysShort: [ 'diu', 'dil', 'dim', 'dmc', 'dij', 'div', 'dis' ], 8 | today: 'avui', 9 | clear: 'esborrar', 10 | firstDay: 1, 11 | format: 'dddd d !de mmmm !de yyyy', 12 | formatSubmit: 'yyyy/mm/dd' 13 | }); -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/cs_CZ.js: -------------------------------------------------------------------------------- 1 | // Czech 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ 'leden', 'únor', 'březen', 'duben', 'květen', 'červen', 'červenec', 'srpen', 'září', 'říjen', 'listopad', 'prosinec' ], 5 | monthsShort: [ 'led', 'úno', 'bře', 'dub', 'kvě', 'čer', 'čvc', 'srp', 'zář', 'říj', 'lis', 'pro' ], 6 | weekdaysFull: [ 'neděle', 'pondělí', 'úterý', 'středa', 'čtvrtek', 'pátek', 'sobota' ], 7 | weekdaysShort: [ 'ne', 'po', 'út', 'st', 'čt', 'pá', 'so' ], 8 | today: 'dnes', 9 | clear: 'vymazat', 10 | firstDay: 1, 11 | format: 'd. mmmm yyyy', 12 | formatSubmit: 'yyyy/mm/dd' 13 | }); -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/da_DK.js: -------------------------------------------------------------------------------- 1 | // Danish 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ 'januar', 'februar', 'marts', 'april', 'maj', 'juni', 'juli', 'august', 'september', 'oktober', 'november', 'december' ], 5 | monthsShort: [ 'jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec' ], 6 | weekdaysFull: [ 'søndag', 'mandag', 'tirsdag', 'onsdag', 'torsdag', 'fredag', 'lørdag' ], 7 | weekdaysShort: [ 'søn', 'man', 'tir', 'ons', 'tor', 'fre', 'lør' ], 8 | today: 'i dag', 9 | clear: 'slet', 10 | firstDay: 1, 11 | format: 'd. mmmm yyyy', 12 | formatSubmit: 'yyyy/mm/dd' 13 | }); -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/de_DE.js: -------------------------------------------------------------------------------- 1 | // German 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ 'Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember' ], 5 | monthsShort: [ 'Jan', 'Feb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez' ], 6 | weekdaysFull: [ 'Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag' ], 7 | weekdaysShort: [ 'So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa' ], 8 | today: 'Heute', 9 | clear: 'Löschen', 10 | firstDay: 1, 11 | format: 'dddd, dd. mmmm yyyy', 12 | formatSubmit: 'yyyy/mm/dd' 13 | }); -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/el_GR.js: -------------------------------------------------------------------------------- 1 | // Greek 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ 'Ιανουάριος', 'Φεβρουάριος', 'Μάρτιος', 'Απρίλιος', 'Μάιος', 'Ιούνιος', 'Ιούλιος', 'Αύγουστος', 'Σεπτέμβριος', 'Οκτώβριος', 'Νοέμβριος', 'Δεκέμβριος' ], 5 | monthsShort: [ 'Ιαν', 'Φεβ', 'Μαρ', 'Απρ', 'Μαι', 'Ιουν', 'Ιουλ', 'Αυγ', 'Σεπ', 'Οκτ', 'Νοε', 'Δεκ' ], 6 | weekdaysFull: [ 'Κυριακή', 'Δευτέρα', 'Τρίτη', 'Τετάρτη', 'Πέμπτη', 'Παρασκευή', 'Σάββατο' ], 7 | weekdaysShort: [ 'Κυρ', 'Δευ', 'Τρι', 'Τετ', 'Πεμ', 'Παρ', 'Σαβ' ], 8 | today: 'σήμερα', 9 | clear: 'Διαγραφή', 10 | firstDay: 1, 11 | format: 'd mmmm yyyy', 12 | formatSubmit: 'yyyy/mm/dd' 13 | }); -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/es_ES.js: -------------------------------------------------------------------------------- 1 | // Spanish 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ 'enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre' ], 5 | monthsShort: [ 'ene', 'feb', 'mar', 'abr', 'may', 'jun', 'jul', 'ago', 'sep', 'oct', 'nov', 'dic' ], 6 | weekdaysFull: [ 'domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado' ], 7 | weekdaysShort: [ 'dom', 'lun', 'mar', 'mié', 'jue', 'vie', 'sáb' ], 8 | today: 'hoy', 9 | clear: 'borrar', 10 | firstDay: 1, 11 | format: 'dddd d !de mmmm !de yyyy', 12 | formatSubmit: 'yyyy/mm/dd' 13 | }); -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/et_EE.js: -------------------------------------------------------------------------------- 1 | // Estonian 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ 'jaanuar', 'veebruar', 'märts', 'aprill', 'mai', 'juuni', 'juuli', 'august', 'september', 'oktoober', 'november', 'detsember' ], 5 | monthsShort: [ 'jaan', 'veebr', 'märts', 'apr', 'mai', 'juuni', 'juuli', 'aug', 'sept', 'okt', 'nov', 'dets' ], 6 | weekdaysFull: [ 'pühapäev', 'esmaspäev', 'teisipäev', 'kolmapäev', 'neljapäev', 'reede', 'laupäev' ], 7 | weekdaysShort: [ 'püh', 'esm', 'tei', 'kol', 'nel', 'ree', 'lau' ], 8 | today: 'täna', 9 | clear: 'kustutama', 10 | firstDay: 1, 11 | format: 'd. mmmm yyyy. a', 12 | formatSubmit: 'yyyy/mm/dd' 13 | }); -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/eu_ES.js: -------------------------------------------------------------------------------- 1 | // Basque 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ 'urtarrila', 'otsaila', 'martxoa', 'apirila', 'maiatza', 'ekaina', 'uztaila', 'abuztua', 'iraila', 'urria', 'azaroa', 'abendua' ], 5 | monthsShort: [ 'urt', 'ots', 'mar', 'api', 'mai', 'eka', 'uzt', 'abu', 'ira', 'urr', 'aza', 'abe' ], 6 | weekdaysFull: [ 'igandea', 'astelehena', 'asteartea', 'asteazkena', 'osteguna', 'ostirala', 'larunbata' ], 7 | weekdaysShort: [ 'ig.', 'al.', 'ar.', 'az.', 'og.', 'or.', 'lr.' ], 8 | today: 'gaur', 9 | clear: 'garbitu', 10 | firstDay: 1, 11 | format: 'dddd, yyyy(e)ko mmmmren da', 12 | formatSubmit: 'yyyy/mm/dd' 13 | }); -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/fi_FI.js: -------------------------------------------------------------------------------- 1 | // Finnish 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ 'tammikuu', 'helmikuu', 'maaliskuu', 'huhtikuu', 'toukokuu', 'kesäkuu', 'heinäkuu', 'elokuu', 'syyskuu', 'lokakuu', 'marraskuu', 'joulukuu' ], 5 | monthsShort: [ 'tammi', 'helmi', 'maalis', 'huhti', 'touko', 'kesä', 'heinä', 'elo', 'syys', 'loka', 'marras', 'joulu' ], 6 | weekdaysFull: [ 'sunnuntai', 'maanantai', 'tiistai', 'keskiviikko', 'torstai', 'perjantai', 'lauantai' ], 7 | weekdaysShort: [ 'su', 'ma', 'ti', 'ke', 'to', 'pe', 'la' ], 8 | today: 'tänään', 9 | clear: 'tyhjennä', 10 | firstDay: 1, 11 | format: 'd.m.yyyy', 12 | formatSubmit: 'yyyy/mm/dd' 13 | }); -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/gl_ES.js: -------------------------------------------------------------------------------- 1 | // Galician 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ 'Xaneiro', 'Febreiro', 'Marzo', 'Abril', 'Maio', 'Xuño', 'Xullo', 'Agosto', 'Setembro', 'Outubro', 'Novembro', 'Decembro' ], 5 | monthsShort: [ 'xan', 'feb', 'mar', 'abr', 'mai', 'xun', 'xul', 'ago', 'sep', 'out', 'nov', 'dec' ], 6 | weekdaysFull: [ 'domingo', 'luns', 'martes', 'mércores', 'xoves', 'venres', 'sábado' ], 7 | weekdaysShort: [ 'dom', 'lun', 'mar', 'mér', 'xov', 'ven', 'sab' ], 8 | today: 'hoxe', 9 | clear: 'borrar', 10 | firstDay: 1, 11 | format: 'dddd d !de mmmm !de yyyy', 12 | formatSubmit: 'yyyy/mm/dd' 13 | }); 14 | -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/he_IL.js: -------------------------------------------------------------------------------- 1 | // Hebrew 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ 'ינואר', 'פברואר', 'מרץ', 'אפריל', 'מאי', 'יוני', 'יולי', 'אוגוסט', 'ספטמבר', 'אוקטובר', 'נובמבר', 'דצמבר' ], 5 | monthsShort: [ 'ינו', 'פבר', 'מרץ', 'אפר', 'מאי', 'יונ', 'יול', 'אוג', 'ספט', 'אוק', 'נוב', 'דצמ' ], 6 | weekdaysFull: [ 'יום ראשון', 'יום שני', 'יום שלישי', 'יום רביעי', 'יום חמישי', 'יום ששי', 'יום שבת' ], 7 | weekdaysShort: [ 'א', 'ב', 'ג', 'ד', 'ה', 'ו', 'ש' ], 8 | today: 'היום', 9 | clear: 'למחוק', 10 | format: 'yyyy mmmmב d dddd', 11 | formatSubmit: 'yyyy/mm/dd' 12 | }); -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/hr_HR.js: -------------------------------------------------------------------------------- 1 | // Croatian 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ 'sijećanj', 'veljača', 'ožujak', 'travanj', 'svibanj', 'lipanj', 'srpanj', 'kolovoz', 'rujan', 'listopad', 'studeni', 'prosinac' ], 5 | monthsShort: [ 'sij', 'velj', 'ožu', 'tra', 'svi', 'lip', 'srp', 'kol', 'ruj', 'lis', 'stu', 'pro' ], 6 | weekdaysFull: [ 'nedjelja', 'ponedjeljak', 'utorak', 'srijeda', 'četvrtak', 'petak', 'subota' ], 7 | weekdaysShort: [ 'ned', 'pon', 'uto', 'sri', 'čet', 'pet', 'sub' ], 8 | today: 'danas', 9 | clear: 'izbrisati', 10 | firstDay: 1, 11 | format: 'd. mmmm yyyy.', 12 | formatSubmit: 'yyyy/mm/dd' 13 | }); -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/hu_HU.js: -------------------------------------------------------------------------------- 1 | // Hungarian 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ 'január', 'február', 'március', 'április', 'május', 'június', 'július', 'augusztus', 'szeptember', 'október', 'november', 'december' ], 5 | monthsShort: [ 'jan', 'febr', 'márc', 'ápr', 'máj', 'jún', 'júl', 'aug', 'szept', 'okt', 'nov', 'dec' ], 6 | weekdaysFull: [ 'vasárnap', 'hétfő', 'kedd', 'szerda', 'csütörtök', 'péntek', 'szombat' ], 7 | weekdaysShort: [ 'V', 'H', 'K', 'SZe', 'CS', 'P', 'SZo' ], 8 | today: 'Ma', 9 | clear: 'Törlés', 10 | firstDay: 1, 11 | format: 'yyyy. mmmm dd.', 12 | formatSubmit: 'yyyy/mm/dd' 13 | }); -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/id_ID.js: -------------------------------------------------------------------------------- 1 | // Indonesian 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ 'Januari', 'Februari', 'Maret', 'April', 'Mei', 'Juni', 'Juli', 'Agustus', 'September', 'Oktober', 'November', 'Desember' ], 5 | monthsShort: [ 'Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun', 'Jul', 'Agu', 'Sep', 'Okt', 'Nov', 'Des' ], 6 | weekdaysFull: [ 'Minggu', 'Senin', 'Selasa', 'Rabu', 'Kamis', 'Jumat', 'Sabtu' ], 7 | weekdaysShort: [ 'Min', 'Sen', 'Sel', 'Rab', 'Kam', 'Jum', 'Sab' ], 8 | today: 'hari ini', 9 | clear: 'menghapus', 10 | firstDay: 1, 11 | format: 'd mmmm yyyy', 12 | formatSubmit: 'yyyy/mm/dd' 13 | }); -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/is_IS.js: -------------------------------------------------------------------------------- 1 | // Icelandic 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ 'janúar', 'febrúar', 'mars', 'apríl', 'maí', 'júní', 'júlí', 'ágúst', 'september', 'október', 'nóvember', 'desember' ], 5 | monthsShort: [ 'jan', 'feb', 'mar', 'apr', 'maí', 'jún', 'júl', 'ágú', 'sep', 'okt', 'nóv', 'des' ], 6 | weekdaysFull: [ 'sunnudagur', 'mánudagur', 'þriðjudagur', 'miðvikudagur', 'fimmtudagur', 'föstudagur', 'laugardagur' ], 7 | weekdaysShort: [ 'sun', 'mán', 'þri', 'mið', 'fim', 'fös', 'lau' ], 8 | today: 'Í dag', 9 | clear: 'Hreinsa', 10 | firstDay: 1, 11 | format: 'dd. mmmm yyyy', 12 | formatSubmit: 'yyyy/mm/dd' 13 | }); -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/it_IT.js: -------------------------------------------------------------------------------- 1 | // Italian 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ 'gennaio', 'febbraio', 'marzo', 'aprile', 'maggio', 'giugno', 'luglio', 'agosto', 'settembre', 'ottobre', 'novembre', 'dicembre' ], 5 | monthsShort: [ 'gen', 'feb', 'mar', 'apr', 'mag', 'giu', 'lug', 'ago', 'set', 'ott', 'nov', 'dic' ], 6 | weekdaysFull: [ 'domenica', 'lunedì', 'martedì', 'mercoledì', 'giovedì', 'venerdì', 'sabato' ], 7 | weekdaysShort: [ 'dom', 'lun', 'mar', 'mer', 'gio', 'ven', 'sab' ], 8 | today: 'oggi', 9 | clear: 'cancellare', 10 | firstDay: 1, 11 | format: 'dddd d mmmm yyyy', 12 | formatSubmit: 'yyyy/mm/dd' 13 | }); -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/ja_JP.js: -------------------------------------------------------------------------------- 1 | // Japanese 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ '1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月' ], 5 | monthsShort: [ '1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月' ], 6 | weekdaysFull: [ '日曜日', '月曜日', '火曜日', '水曜日', '木曜日', '金曜日', '土曜日' ], 7 | weekdaysShort: [ '日曜日', '月曜日', '火曜日', '水曜日', '木曜日', '金曜日', '土曜日' ], 8 | today: '今日', 9 | clear: '消去', 10 | firstDay: 1, 11 | format: 'yyyy mm dd', 12 | formatSubmit: 'yyyy/mm/dd' 13 | }); -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/ko_KR.js: -------------------------------------------------------------------------------- 1 | // Korean 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ '1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월' ], 5 | monthsShort: [ '1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월' ], 6 | weekdaysFull: [ '일요일', '월요일', '화요일', '수요일', '목요일', '금요일', '토요일' ], 7 | weekdaysShort: [ '일', '월', '화', '수', '목', '금', '토' ], 8 | today: '오늘', 9 | clear: '취소', 10 | firstDay: 1, 11 | format: 'yyyy 년 mm 월 dd 일', 12 | formatSubmit: 'yyyy/mm/dd' 13 | }); -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/ne_NP.js: -------------------------------------------------------------------------------- 1 | // Nepali 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ 'जनवरी', 'फेब्रुअरी', 'मार्च', 'अप्रिल', 'मे', 'जुन', 'जुलाई', 'अगस्त', 'सेप्टेम्बर', 'अक्टोबर', 'नोवेम्बर', 'डिसेम्बर' ], 5 | monthsShort: [ 'जन', 'फेब्रु', 'मार्च', 'अप्रिल', 'मे', 'जुन', 'जुल', 'अग', 'सेप्टे', 'अक्टो', 'नोभे', 'डिसे' ], 6 | weekdaysFull: [ 'सोमबार', 'मङ्लबार', 'बुधबार', 'बिहीबार', 'शुक्रबार', 'शनिबार', 'आईतबार' ], 7 | weekdaysShort: [ 'सोम', 'मंगल्', 'बुध', 'बिही', 'शुक्र', 'शनि', 'आईत' ], 8 | numbers: [ '०', '१', '२', '३', '४', '५', '६', '७', '८', '९' ], 9 | today: 'आज', 10 | clear: 'मेटाउनुहोस्', 11 | format: 'dddd, dd mmmm, yyyy', 12 | formatSubmit: 'yyyy/mm/dd' 13 | }); 14 | -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/nl_NL.js: -------------------------------------------------------------------------------- 1 | // Dutch 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ 'januari', 'februari', 'maart', 'april', 'mei', 'juni', 'juli', 'augustus', 'september', 'oktober', 'november', 'december' ], 5 | monthsShort: [ 'jan', 'feb', 'maa', 'apr', 'mei', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec' ], 6 | weekdaysFull: [ 'zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag' ], 7 | weekdaysShort: [ 'zo', 'ma', 'di', 'wo', 'do', 'vr', 'za' ], 8 | today: 'vandaag', 9 | clear: 'verwijderen', 10 | firstDay: 1, 11 | format: 'dddd d mmmm yyyy', 12 | formatSubmit: 'yyyy/mm/dd' 13 | }); -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/no_NO.js: -------------------------------------------------------------------------------- 1 | // Norwegian 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ 'januar', 'februar', 'mars', 'april', 'mai', 'juni', 'juli', 'august', 'september', 'oktober', 'november', 'desember' ], 5 | monthsShort: [ 'jan', 'feb', 'mar', 'apr', 'mai', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'des' ], 6 | weekdaysFull: [ 'søndag', 'mandag', 'tirsdag', 'onsdag', 'torsdag', 'fredag', 'lørdag' ], 7 | weekdaysShort: [ 'søn','man','tir', 'ons', 'tor', 'fre', 'lør' ], 8 | today: 'i dag', 9 | clear: 'nullstill', 10 | firstDay: 1, 11 | format: 'dd. mmm. yyyy', 12 | formatSubmit: 'yyyy/mm/dd' 13 | }); -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/pl_PL.js: -------------------------------------------------------------------------------- 1 | // Polish 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ 'styczeń', 'luty', 'marzec', 'kwiecień', 'maj', 'czerwiec', 'lipiec', 'sierpień', 'wrzesień', 'październik', 'listopad', 'grudzień' ], 5 | monthsShort: [ 'sty', 'lut', 'mar', 'kwi', 'maj', 'cze', 'lip', 'sie', 'wrz', 'paź', 'lis', 'gru' ], 6 | weekdaysFull: [ 'niedziela', 'poniedziałek', 'wtorek', 'środa', 'czwartek', 'piątek', 'sobota' ], 7 | weekdaysShort: [ 'N', 'Pn', 'Wt', 'Śr', 'Cz', 'Pt', 'So' ], 8 | today: 'dzisiaj', 9 | clear: 'usunąć', 10 | firstDay: 1, 11 | format: 'd mmmm yyyy', 12 | formatSubmit: 'yyyy/mm/dd' 13 | }); -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/pt_BR.js: -------------------------------------------------------------------------------- 1 | // Brazilian Portuguese 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ 'janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', 'julho', 'agosto', 'setembro', 'outubro', 'novembro', 'dezembro' ], 5 | monthsShort: [ 'jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', 'out', 'nov', 'dez' ], 6 | weekdaysFull: [ 'domingo', 'segunda-feira', 'terça-feira', 'quarta-feira', 'quinta-feira', 'sexta-feira', 'sábado' ], 7 | weekdaysShort: [ 'dom', 'seg', 'ter', 'qua', 'qui', 'sex', 'sab' ], 8 | today: 'hoje', 9 | clear: 'excluir', 10 | format: 'dddd, d !de mmmm !de yyyy', 11 | formatSubmit: 'yyyy/mm/dd' 12 | }); -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/pt_PT.js: -------------------------------------------------------------------------------- 1 | // Portuguese 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ 'janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', 'julho', 'agosto', 'setembro', 'outubro', 'novembro', 'dezembro' ], 5 | monthsShort: [ 'jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', 'out', 'nov', 'dez' ], 6 | weekdaysFull: [ 'domingo', 'segunda', 'terça', 'quarta', 'quinta', 'sexta', 'sábado' ], 7 | weekdaysShort: [ 'dom', 'seg', 'ter', 'qua', 'qui', 'sex', 'sab' ], 8 | today: 'hoje', 9 | clear: 'excluir', 10 | format: 'd !de mmmm !de yyyy', 11 | formatSubmit: 'yyyy/mm/dd' 12 | }); -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/ro_RO.js: -------------------------------------------------------------------------------- 1 | // Romanian 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ 'ianuarie', 'februarie', 'martie', 'aprilie', 'mai', 'iunie', 'iulie', 'august', 'septembrie', 'octombrie', 'noiembrie', 'decembrie' ], 5 | monthsShort: [ 'ian', 'feb', 'mar', 'apr', 'mai', 'iun', 'iul', 'aug', 'sep', 'oct', 'noi', 'dec' ], 6 | weekdaysFull: [ 'duminică', 'luni', 'marţi', 'miercuri', 'joi', 'vineri', 'sâmbătă' ], 7 | weekdaysShort: [ 'D', 'L', 'Ma', 'Mi', 'J', 'V', 'S' ], 8 | today: 'azi', 9 | clear: 'șterge', 10 | firstDay: 1, 11 | format: 'dd mmmm yyyy', 12 | formatSubmit: 'yyyy/mm/dd' 13 | }); -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/ru_RU.js: -------------------------------------------------------------------------------- 1 | // Russian 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ 'Января', 'Февраля', 'Марта', 'Апреля', 'Мая', 'Июня', 'Июля', 'Августа', 'Сентября', 'Октября', 'Ноября', 'Декабря' ], 5 | monthsShort: [ 'Янв', 'Фев', 'Мар', 'Апр', 'Май', 'Июн', 'Июл', 'Авг', 'Сен', 'Окт', 'Ноя', 'Дек' ], 6 | weekdaysFull: [ 'воскресенье', 'понедельник', 'вторник', 'среда', 'четверг', 'пятница', 'суббота' ], 7 | weekdaysShort: [ 'вс', 'пн', 'вт', 'ср', 'чт', 'пт', 'сб' ], 8 | today: 'сегодня', 9 | clear: 'удалить', 10 | firstDay: 1, 11 | format: 'd mmmm yyyy г.', 12 | formatSubmit: 'yyyy/mm/dd' 13 | }); 14 | -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/sk_SK.js: -------------------------------------------------------------------------------- 1 | // Slovak 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ 'január', 'február', 'marec', 'apríl', 'máj', 'jún', 'júl', 'august', 'september', 'október', 'november', 'december' ], 5 | monthsShort: [ 'I', 'II', 'III', 'IV', 'V', 'VI', 'VII', 'VIII', 'IX', 'X', 'XI', 'XII' ], 6 | weekdaysFull: [ 'nedeļľa', 'pondelok', 'utorok', 'streda', 'š̌švrtok', 'piatok', 'sobota' ], 7 | weekdaysShort: [ 'Ne', 'Po', 'Ut', 'St', 'Št', 'Pi', 'So' ], 8 | today: 'dnes', 9 | clear: 'vymazať', 10 | firstDay: 1, 11 | format: 'd. mmmm yyyy', 12 | formatSubmit: 'yyyy/mm/dd' 13 | }); -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/sl_SI.js: -------------------------------------------------------------------------------- 1 | // Slovenian 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ 'januar', 'februar', 'marec', 'april', 'maj', 'junij', 'julij', 'avgust', 'september', 'oktober', 'november', 'december' ], 5 | monthsShort: [ 'jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'avg', 'sep', 'okt', 'nov', 'dec' ], 6 | weekdaysFull: [ 'nedelja', 'ponedeljek', 'torek', 'sreda', 'četrtek', 'petek', 'sobota' ], 7 | weekdaysShort: [ 'ned', 'pon', 'tor', 'sre', 'čet', 'pet', 'sob' ], 8 | today: 'danes', 9 | clear: 'izbriši', 10 | firstDay: 1, 11 | format: 'd. mmmm yyyy', 12 | formatSubmit: 'yyyy/mm/dd' 13 | }); -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/sv_SE.js: -------------------------------------------------------------------------------- 1 | // Swedish 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ 'januari', 'februari', 'mars', 'april', 'maj', 'juni', 'juli', 'augusti', 'september', 'oktober', 'november', 'december' ], 5 | monthsShort: [ 'jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec' ], 6 | weekdaysFull: [ 'söndag', 'måndag', 'tisdag', 'onsdag', 'torsdag', 'fredag', 'lördag' ], 7 | weekdaysShort: [ 'sön', 'mån', 'tis', 'ons', 'tor', 'fre', 'lör' ], 8 | today: 'i dag', 9 | clear: 'bort', 10 | firstDay: 1, 11 | format: 'd/m yyyy', 12 | formatSubmit: 'yyyy/mm/dd' 13 | }); -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/th_TH.js: -------------------------------------------------------------------------------- 1 | // Thai 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ 'มกราคม', 'กุมภาพันธ์', 'มีนาคม', 'เมษายน', 'พฤษภาคม', 'มิถุนายน', 'กรกฎาคม', 'สิงหาคม', 'กันยายน', 'ตุลาคม', 'พฤศจิกายน', 'ธันวาคม' ], 5 | monthsShort: [ 'ม.ค.', 'ก.พ.', 'มี.ค.', 'เม.ย.', 'พ.ค.', 'มิ.ย.', 'ก.ค.', 'ส.ค.', 'ก.ย.', 'ต.ค.', 'พ.ย.', 'ธ.ค.' ], 6 | weekdaysFull: [ 'อาทติย', 'จันทร', 'องัคาร', 'พุธ', 'พฤหสั บดี', 'ศกุร', 'เสาร' ], 7 | weekdaysShort: [ 'อ.', 'จ.', 'อ.', 'พ.', 'พฤ.', 'ศ.', 'ส.' ], 8 | today: 'วันนี้', 9 | clear: 'ลบ', 10 | format: 'd mmmm yyyy', 11 | formatSubmit: 'yyyy/mm/dd' 12 | }); -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/tr_TR.js: -------------------------------------------------------------------------------- 1 | // Turkish 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ 'Ocak', 'Şubat', 'Mart', 'Nisan', 'Mayıs', 'Haziran', 'Temmuz', 'Ağustos', 'Eylül', 'Ekim', 'Kasım', 'Aralık' ], 5 | monthsShort: [ 'Oca', 'Şub', 'Mar', 'Nis', 'May', 'Haz', 'Tem', 'Ağu', 'Eyl', 'Eki', 'Kas', 'Ara' ], 6 | weekdaysFull: [ 'Pazar', 'Pazartesi', 'Salı', 'Çarşamba', 'Perşembe', 'Cuma', 'Cumartesi' ], 7 | weekdaysShort: [ 'Pzr', 'Pzt', 'Sal', 'Çrş', 'Prş', 'Cum', 'Cmt' ], 8 | today: 'bugün', 9 | clear: 'sil', 10 | firstDay: 1, 11 | format: 'dd mmmm yyyy dddd', 12 | formatSubmit: 'yyyy/mm/dd' 13 | }); 14 | -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/uk_UA.js: -------------------------------------------------------------------------------- 1 | // Ukrainian 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ 'січень', 'лютий', 'березень', 'квітень', 'травень', 'червень', 'липень', 'серпень', 'вересень', 'жовтень', 'листопад', 'грудень' ], 5 | monthsShort: [ 'січ', 'лют', 'бер', 'кві', 'тра', 'чер', 'лип', 'сер', 'вер', 'жов', 'лис', 'гру' ], 6 | weekdaysFull: [ 'неділя', 'понеділок', 'вівторок', 'середа', 'четвер', 'п‘ятниця', 'субота' ], 7 | weekdaysShort: [ 'нд', 'пн', 'вт', 'ср', 'чт', 'пт', 'сб' ], 8 | today: 'сьогодні', 9 | clear: 'викреслити', 10 | firstDay: 1, 11 | format: 'dd mmmm yyyy p.', 12 | formatSubmit: 'yyyy/mm/dd' 13 | }); -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/vi_VN.js: -------------------------------------------------------------------------------- 1 | // Vietnamese 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ 'Tháng Một', 'Tháng Hai', 'Tháng Ba', 'Tháng Tư', 'Tháng Năm', 'Tháng Sáu', 'Tháng Bảy', 'Tháng Tám', 'Tháng Chín', 'Tháng Mười', 'Tháng Mười Một', 'Tháng Mười Hai' ], 5 | monthsShort: [ 'Một', 'Hai', 'Ba', 'Tư', 'Năm', 'Sáu', 'Bảy', 'Tám', 'Chín', 'Mưới', 'Mười Một', 'Mười Hai' ], 6 | weekdaysFull: [ 'Chủ Nhật', 'Thứ Hai', 'Thứ Ba', 'Thứ Tư', 'Thứ Năm', 'Thứ Sáu', 'Thứ Bảy' ], 7 | weekdaysShort: [ 'C.Nhật', 'T.Hai', 'T.Ba', 'T.Tư', 'T.Năm', 'T.Sáu', 'T.Bảy' ], 8 | today: 'Hôm Nay', 9 | clear: 'Xoá', 10 | firstDay: 1 11 | }); -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/zh_CN.js: -------------------------------------------------------------------------------- 1 | // Simplified Chinese 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ '一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月' ], 5 | monthsShort: [ '一', '二', '三', '四', '五', '六', '七', '八', '九', '十', '十一', '十二' ], 6 | weekdaysFull: [ '星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六' ], 7 | weekdaysShort: [ '日', '一', '二', '三', '四', '五', '六' ], 8 | today: '今日', 9 | clear: '删', 10 | firstDay: 1, 11 | format: 'yyyy 年 mm 月 dd 日', 12 | formatSubmit: 'yyyy/mm/dd' 13 | }); -------------------------------------------------------------------------------- /source/assets/js/plugins/pickers/pickadate/translations/zh_TW.js: -------------------------------------------------------------------------------- 1 | // Traditional Chinese 2 | 3 | jQuery.extend( jQuery.fn.pickadate.defaults, { 4 | monthsFull: [ '一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月' ], 5 | monthsShort: [ '一', '二', '三', '四', '五', '六', '七', '八', '九', '十', '十一', '十二' ], 6 | weekdaysFull: [ '星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六' ], 7 | weekdaysShort: [ '日', '一', '二', '三', '四', '五', '六' ], 8 | today: '今天', 9 | clear: '清除', 10 | firstDay: 1, 11 | format: 'yyyy 年 mm 月 dd 日', 12 | formatSubmit: 'yyyy/mm/dd' 13 | }); -------------------------------------------------------------------------------- /source/assets/js/plugins/tables/handsontable/languages/fa-IR.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * numbro.js language configuration 3 | * language : Farsi 4 | * locale: Iran 5 | * author : neo13 : https://github.com/neo13 6 | */ 7 | (function(){"use strict";var a={langLocaleCode:"fa-IR",cultureCode:"fa-IR",delimiters:{thousands:"،",decimal:"."},abbreviations:{thousand:"هزار",million:"میلیون",billion:"میلیارد",trillion:"تریلیون"},ordinal:function(){return"ام"},currency:{symbol:"﷼"}}; 8 | // CommonJS 9 | "undefined"!=typeof module&&module.exports&&(module.exports=a), 10 | // Browser 11 | "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}).call("undefined"==typeof window?this:window); -------------------------------------------------------------------------------- /source/assets/js/plugins/tables/handsontable/languages/fil-PH.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * numbro.js language configuration 3 | * language : Filipino (Pilipino) 4 | * locale: Philippines 5 | * author : Michael Abadilla : https://github.com/mjmaix 6 | */ 7 | (function(){"use strict";var a={langLocaleCode:"fil-PH",cultureCode:"fil-PH",delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"k",million:"m",billion:"b",trillion:"t"},ordinal:function(a){var b=a%10;return 1===~~(a%100/10)?"th":1===b?"st":2===b?"nd":3===b?"rd":"th"},currency:{symbol:"₱"}}; 8 | // CommonJS 9 | "undefined"!=typeof module&&module.exports&&(module.exports=a), 10 | // Browser 11 | "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}).call("undefined"==typeof window?this:window); -------------------------------------------------------------------------------- /source/assets/js/plugins/tables/handsontable/languages/ko-KR.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * numbro.js language configuration 3 | * language : Korean 4 | * author (numbro.js Version): Randy Wilander : https://github.com/rocketedaway 5 | * author (numeral.js Version) : Rich Daley : https://github.com/pedantic-git 6 | */ 7 | (function(){"use strict";var a={langLocaleCode:"ko-KR",cultureCode:"ko-KR",delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"천",million:"백만",billion:"십억",trillion:"일조"},ordinal:function(){return"."},currency:{symbol:"₩"}}; 8 | // CommonJS 9 | "undefined"!=typeof module&&module.exports&&(module.exports=a), 10 | // Browser 11 | "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}).call("undefined"==typeof window?this:window); -------------------------------------------------------------------------------- /source/assets/js/plugins/tables/handsontable/languages/zh-TW.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * numbro.js language configuration 3 | * language : Chinese (Taiwan) 4 | * author (numbro.js Version): Randy Wilander : https://github.com/rocketedaway 5 | * author (numeral.js Version) : Rich Daley : https://github.com/pedantic-git 6 | */ 7 | (function(){"use strict";var a={langLocaleCode:"zh-TW",cultureCode:"zh-TW",delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"千",million:"百萬",billion:"十億",trillion:"兆"},ordinal:function(){return"第"},currency:{symbol:"NT$"}}; 8 | // CommonJS 9 | "undefined"!=typeof module&&module.exports&&(module.exports=a), 10 | // Browser 11 | "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}).call("undefined"==typeof window?this:window); -------------------------------------------------------------------------------- /source/assets/js/plugins/ui/headroom/headroom_jquery.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * headroom.js v0.9.3 - Give your page some headroom. Hide your header until you need it 3 | * Copyright (c) 2016 Nick Williams - http://wicky.nillia.ms/headroom.js 4 | * License: MIT 5 | */ 6 | 7 | !function(a){a&&(a.fn.headroom=function(b){return this.each(function(){var c=a(this),d=c.data("headroom"),e="object"==typeof b&&b;e=a.extend(!0,{},Headroom.options,e),d||(d=new Headroom(this,e),d.init(),c.data("headroom",d)),"string"==typeof b&&(d[b](),"destroy"===b&&c.removeData("headroom"))})},a("[data-headroom]").each(function(){var b=a(this);b.headroom(b.data())}))}(window.Zepto||window.jQuery); -------------------------------------------------------------------------------- /source/assets/js/plugins/uploaders/plupload/files/Moxie.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/js/plugins/uploaders/plupload/files/Moxie.swf -------------------------------------------------------------------------------- /source/assets/js/plugins/uploaders/plupload/files/Moxie.xap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/assets/js/plugins/uploaders/plupload/files/Moxie.xap -------------------------------------------------------------------------------- /source/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ABC 7 | 8 | 9 |
10 | 11 | 12 | -------------------------------------------------------------------------------- /source/js/components/VerticalSlideMenu/VerticalSlideMenu.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | 3 | export default class VerticalSlideMenu extends React.Component { 4 | 5 | constructor(props) { 6 | super(props); 7 | this.state = { 8 | openMenu:props.openMenu 9 | }; 10 | } 11 | 12 | componentWillReceiveProps(nextProps){ 13 | this.setState({ 14 | openMenu:nextProps.openMenu 15 | }); 16 | } 17 | 18 | render() { 19 | return ( 20 | 23 | ); 24 | } 25 | } 26 | 27 | -------------------------------------------------------------------------------- /source/js/constants/MessageConstants.js: -------------------------------------------------------------------------------- 1 | /* 2 | * MessageConstants 3 | * These are the variables that contain the text which is displayed on certain errors 4 | * 5 | * Follow this format: 6 | * export const YOUR_CONSTANT = 'Your message text'; 7 | */ 8 | export const FIELD_MISSING = 'Please fill out the entire form.'; 9 | export const WRONG_PASSWORD = 'Wrong password.'; 10 | export const USER_NOT_FOUND = 'This username does not exist.'; 11 | export const USERNAME_TAKEN = 'Sorry, but this username is already taken'; 12 | export const GENERAL_ERROR = 'Something went wrong, please try again'; 13 | export const LOADING_TEXT= "Please wait..."; -------------------------------------------------------------------------------- /source/js/containers/AccountSettingsContainer/AccountSettingsContainer.spec.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import AccountSettingsContainer from './AccountSettingsContainer'; 3 | import renderer from 'react-test-renderer'; 4 | 5 | describe('AccountSettingsContainer', function() { 6 | it('#render', function() { 7 | const component = renderer.create( 8 | 9 | ); 10 | var tree = component.toJSON(); 11 | expect(tree).toMatchSnapshot(); 12 | 13 | }); 14 | }); -------------------------------------------------------------------------------- /source/js/containers/AccountSettingsContainer/__snapshots__/AccountSettingsContainer.spec.js.snap: -------------------------------------------------------------------------------- 1 | // Jest Snapshot v1, https://goo.gl/fbAQLP 2 | 3 | exports[`AccountSettingsContainer #render 1`] = ` 4 |
7 |
10 |
13 |
16 |
19 | this is account settings container 20 |
21 |
22 |
23 |
24 |
25 | `; 26 | -------------------------------------------------------------------------------- /source/js/containers/CreatePostContainer/CreatePostContainer.spec.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import CreatePostContainer from './CreatePostContainer'; 3 | import renderer from 'react-test-renderer'; 4 | 5 | describe('CreatePostContainer', function() { 6 | it('#render', function() { 7 | const component = renderer.create( 8 | 9 | ); 10 | var tree = component.toJSON(); 11 | expect(tree).toMatchSnapshot(); 12 | }); 13 | }); -------------------------------------------------------------------------------- /source/js/containers/CreatePostContainer/__snapshots__/CreatePostContainer.spec.js.snap: -------------------------------------------------------------------------------- 1 | // Jest Snapshot v1, https://goo.gl/fbAQLP 2 | 3 | exports[`CreatePostContainer #render 1`] = ` 4 |
7 |
10 |
13 |
16 |
19 | this is create post container 20 |
21 |
22 |
23 |
24 |
25 | `; 26 | -------------------------------------------------------------------------------- /source/js/routes.js: -------------------------------------------------------------------------------- 1 | export default { 2 | login:{ 3 | name:'login', 4 | path:'/' 5 | }, 6 | home:{ 7 | name:'home', 8 | path:'/home', 9 | childRoutes:{ 10 | main:{ 11 | name:'main', 12 | path:'/home/main' 13 | }, 14 | createPost:{ 15 | name:'createpost', 16 | path:'/home/createpost' 17 | }, 18 | profile:{ 19 | name:'profile', 20 | path:'/home/profile' 21 | }, 22 | accountSettings:{ 23 | name:'accountsettings', 24 | path:'/home/accountsettings' 25 | } 26 | } 27 | } 28 | } -------------------------------------------------------------------------------- /source/js/utils/utilityMethods.js: -------------------------------------------------------------------------------- 1 | export default { 2 | 3 | CURRENT_USER_KEY:'currentUser', 4 | 5 | saveUserSession: function(userObject){ 6 | localStorage.setItem(this.CURRENT_USER_KEY, JSON.stringify(userObject)); 7 | }, 8 | 9 | removeUserSession: function(){ 10 | localStorage.removeItem(this.CURRENT_USER_KEY); 11 | }, 12 | 13 | getUserSession: function(){ 14 | return localStorage.getItem(this.CURRENT_USER_KEY); 15 | } 16 | } -------------------------------------------------------------------------------- /source/less/_bootstrap/breadcrumbs.less: -------------------------------------------------------------------------------- 1 | // 2 | // Breadcrumbs 3 | // -------------------------------------------------- 4 | 5 | 6 | .breadcrumb { 7 | padding: @breadcrumb-padding-vertical @breadcrumb-padding-horizontal; 8 | margin-bottom: @line-height-computed; 9 | list-style: none; 10 | background-color: @breadcrumb-bg; 11 | border-radius: @border-radius-base; 12 | 13 | > li { 14 | display: inline-block; 15 | 16 | + li:before { 17 | content: "@{breadcrumb-separator}\00a0"; // Unicode space added since inline-block means non-collapsing white-space 18 | padding: 0 5px; 19 | color: @breadcrumb-color; 20 | } 21 | } 22 | 23 | > .active { 24 | color: @breadcrumb-active-color; 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /source/less/_bootstrap/mixins/alerts.less: -------------------------------------------------------------------------------- 1 | // Alerts 2 | 3 | .alert-variant(@background; @border; @text-color) { 4 | background-color: @background; 5 | border-color: @border; 6 | color: @text-color; 7 | 8 | hr { 9 | border-top-color: darken(@border, 5%); 10 | } 11 | .alert-link { 12 | color: darken(@text-color, 10%); 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /source/less/_bootstrap/mixins/background-variant.less: -------------------------------------------------------------------------------- 1 | // Contextual backgrounds 2 | 3 | .bg-variant(@color) { 4 | background-color: @color; 5 | a&:hover, 6 | a&:focus { 7 | background-color: darken(@color, 10%); 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /source/less/_bootstrap/mixins/border-radius.less: -------------------------------------------------------------------------------- 1 | // Single side border-radius 2 | 3 | .border-top-radius(@radius) { 4 | border-top-right-radius: @radius; 5 | border-top-left-radius: @radius; 6 | } 7 | .border-right-radius(@radius) { 8 | border-bottom-right-radius: @radius; 9 | border-top-right-radius: @radius; 10 | } 11 | .border-bottom-radius(@radius) { 12 | border-bottom-right-radius: @radius; 13 | border-bottom-left-radius: @radius; 14 | } 15 | .border-left-radius(@radius) { 16 | border-bottom-left-radius: @radius; 17 | border-top-left-radius: @radius; 18 | } 19 | -------------------------------------------------------------------------------- /source/less/_bootstrap/mixins/center-block.less: -------------------------------------------------------------------------------- 1 | // Center-align a block level element 2 | 3 | .center-block() { 4 | display: block; 5 | margin-left: auto; 6 | margin-right: auto; 7 | } 8 | -------------------------------------------------------------------------------- /source/less/_bootstrap/mixins/clearfix.less: -------------------------------------------------------------------------------- 1 | // Clearfix 2 | // 3 | // For modern browsers 4 | // 1. The space content is one way to avoid an Opera bug when the 5 | // contenteditable attribute is included anywhere else in the document. 6 | // Otherwise it causes space to appear at the top and bottom of elements 7 | // that are clearfixed. 8 | // 2. The use of `table` rather than `block` is only necessary if using 9 | // `:before` to contain the top-margins of child elements. 10 | // 11 | // Source: http://nicolasgallagher.com/micro-clearfix-hack/ 12 | 13 | .clearfix() { 14 | &:before, 15 | &:after { 16 | content: " "; // 1 17 | display: table; // 2 18 | } 19 | &:after { 20 | clear: both; 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /source/less/_bootstrap/mixins/hide-text.less: -------------------------------------------------------------------------------- 1 | // CSS image replacement 2 | // 3 | // Heads up! v3 launched with only `.hide-text()`, but per our pattern for 4 | // mixins being reused as classes with the same name, this doesn't hold up. As 5 | // of v3.0.1 we have added `.text-hide()` and deprecated `.hide-text()`. 6 | // 7 | // Source: https://github.com/h5bp/html5-boilerplate/commit/aa0396eae757 8 | 9 | // Deprecated as of v3.0.1 (has been removed in v4) 10 | .hide-text() { 11 | font: ~"0/0" a; 12 | color: transparent; 13 | text-shadow: none; 14 | background-color: transparent; 15 | border: 0; 16 | } 17 | 18 | // New mixin to use as of v3.0.1 19 | .text-hide() { 20 | .hide-text(); 21 | } 22 | -------------------------------------------------------------------------------- /source/less/_bootstrap/mixins/labels.less: -------------------------------------------------------------------------------- 1 | // Labels 2 | 3 | .label-variant(@color) { 4 | background-color: @color; 5 | 6 | &[href] { 7 | &:hover, 8 | &:focus { 9 | background-color: darken(@color, 10%); 10 | } 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /source/less/_bootstrap/mixins/list-group.less: -------------------------------------------------------------------------------- 1 | // List Groups 2 | 3 | .list-group-item-variant(@state; @background; @color) { 4 | .list-group-item-@{state} { 5 | color: @color; 6 | background-color: @background; 7 | 8 | a&, 9 | button& { 10 | color: @color; 11 | 12 | .list-group-item-heading { 13 | color: inherit; 14 | } 15 | 16 | &:hover, 17 | &:focus { 18 | color: @color; 19 | background-color: darken(@background, 5%); 20 | } 21 | &.active, 22 | &.active:hover, 23 | &.active:focus { 24 | color: #fff; 25 | background-color: @color; 26 | border-color: @color; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /source/less/_bootstrap/mixins/nav-divider.less: -------------------------------------------------------------------------------- 1 | // Horizontal dividers 2 | // 3 | // Dividers (basically an hr) within dropdowns and nav lists 4 | 5 | .nav-divider(@color: #e5e5e5) { 6 | height: 1px; 7 | margin: ((@line-height-computed / 2) - 1) 0; 8 | overflow: hidden; 9 | background-color: @color; 10 | } 11 | -------------------------------------------------------------------------------- /source/less/_bootstrap/mixins/nav-vertical-align.less: -------------------------------------------------------------------------------- 1 | // Navbar vertical align 2 | // 3 | // Vertically center elements in the navbar. 4 | // Example: an element has a height of 30px, so write out `.navbar-vertical-align(30px);` to calculate the appropriate top margin. 5 | 6 | .navbar-vertical-align(@element-height) { 7 | margin-top: ((@navbar-height - @element-height) / 2); 8 | margin-bottom: ((@navbar-height - @element-height) / 2); 9 | } 10 | -------------------------------------------------------------------------------- /source/less/_bootstrap/mixins/opacity.less: -------------------------------------------------------------------------------- 1 | // Opacity 2 | 3 | .opacity(@opacity) { 4 | opacity: @opacity; 5 | // IE8 filter 6 | @opacity-ie: (@opacity * 100); 7 | filter: ~"alpha(opacity=@{opacity-ie})"; 8 | } 9 | -------------------------------------------------------------------------------- /source/less/_bootstrap/mixins/pagination.less: -------------------------------------------------------------------------------- 1 | // Pagination 2 | 3 | .pagination-size(@padding-vertical; @padding-horizontal; @font-size; @line-height; @border-radius) { 4 | > li { 5 | > a, 6 | > span { 7 | padding: @padding-vertical @padding-horizontal; 8 | font-size: @font-size; 9 | line-height: @line-height; 10 | } 11 | &:first-child { 12 | > a, 13 | > span { 14 | .border-left-radius(@border-radius); 15 | } 16 | } 17 | &:last-child { 18 | > a, 19 | > span { 20 | .border-right-radius(@border-radius); 21 | } 22 | } 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /source/less/_bootstrap/mixins/panels.less: -------------------------------------------------------------------------------- 1 | // Panels 2 | 3 | .panel-variant(@border; @heading-text-color; @heading-bg-color; @heading-border) { 4 | border-color: @border; 5 | 6 | & > .panel-heading { 7 | color: @heading-text-color; 8 | background-color: @heading-bg-color; 9 | border-color: @heading-border; 10 | 11 | + .panel-collapse > .panel-body { 12 | border-top-color: @border; 13 | } 14 | .badge { 15 | color: @heading-bg-color; 16 | background-color: @heading-text-color; 17 | } 18 | } 19 | & > .panel-footer { 20 | + .panel-collapse > .panel-body { 21 | border-bottom-color: @border; 22 | } 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /source/less/_bootstrap/mixins/progress-bar.less: -------------------------------------------------------------------------------- 1 | // Progress bars 2 | 3 | .progress-bar-variant(@color) { 4 | background-color: @color; 5 | 6 | // Deprecated parent class requirement as of v3.2.0 7 | .progress-striped & { 8 | #gradient > .striped(); 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /source/less/_bootstrap/mixins/reset-filter.less: -------------------------------------------------------------------------------- 1 | // Reset filters for IE 2 | // 3 | // When you need to remove a gradient background, do not forget to use this to reset 4 | // the IE filter for IE9 and below. 5 | 6 | .reset-filter() { 7 | filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)")); 8 | } 9 | -------------------------------------------------------------------------------- /source/less/_bootstrap/mixins/reset-text.less: -------------------------------------------------------------------------------- 1 | .reset-text() { 2 | font-family: @font-family-base; 3 | // We deliberately do NOT reset font-size. 4 | font-style: normal; 5 | font-weight: normal; 6 | letter-spacing: normal; 7 | line-break: auto; 8 | line-height: @line-height-base; 9 | text-align: left; // Fallback for where `start` is not supported 10 | text-align: start; 11 | text-decoration: none; 12 | text-shadow: none; 13 | text-transform: none; 14 | white-space: normal; 15 | word-break: normal; 16 | word-spacing: normal; 17 | word-wrap: normal; 18 | } 19 | -------------------------------------------------------------------------------- /source/less/_bootstrap/mixins/resize.less: -------------------------------------------------------------------------------- 1 | // Resize anything 2 | 3 | .resizable(@direction) { 4 | resize: @direction; // Options: horizontal, vertical, both 5 | overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible` 6 | } 7 | -------------------------------------------------------------------------------- /source/less/_bootstrap/mixins/responsive-visibility.less: -------------------------------------------------------------------------------- 1 | // Responsive utilities 2 | 3 | // 4 | // More easily include all the states for responsive-utilities.less. 5 | .responsive-visibility() { 6 | display: block !important; 7 | table& { display: table !important; } 8 | tr& { display: table-row !important; } 9 | th&, 10 | td& { display: table-cell !important; } 11 | } 12 | 13 | .responsive-invisibility() { 14 | display: none !important; 15 | } 16 | -------------------------------------------------------------------------------- /source/less/_bootstrap/mixins/size.less: -------------------------------------------------------------------------------- 1 | // Sizing shortcuts 2 | 3 | .size(@width; @height) { 4 | width: @width; 5 | height: @height; 6 | } 7 | 8 | .square(@size) { 9 | .size(@size; @size); 10 | } 11 | -------------------------------------------------------------------------------- /source/less/_bootstrap/mixins/tab-focus.less: -------------------------------------------------------------------------------- 1 | // WebKit-style focus 2 | 3 | .tab-focus() { 4 | // WebKit-specific. Other browsers will keep their default outline style. 5 | // (Initially tried to also force default via `outline: initial`, 6 | // but that seems to erroneously remove the outline in Firefox altogether.) 7 | outline: 5px auto -webkit-focus-ring-color; 8 | outline-offset: -2px; 9 | } 10 | -------------------------------------------------------------------------------- /source/less/_bootstrap/mixins/text-emphasis.less: -------------------------------------------------------------------------------- 1 | // Typography 2 | 3 | .text-emphasis-variant(@color) { 4 | color: @color; 5 | a&:hover, 6 | a&:focus { 7 | color: darken(@color, 10%); 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /source/less/_bootstrap/mixins/text-overflow.less: -------------------------------------------------------------------------------- 1 | // Text overflow 2 | // Requires inline-block or block for proper styling 3 | 4 | .text-overflow() { 5 | overflow: hidden; 6 | text-overflow: ellipsis; 7 | white-space: nowrap; 8 | } 9 | -------------------------------------------------------------------------------- /source/less/_bootstrap/responsive-embed.less: -------------------------------------------------------------------------------- 1 | // Embeds responsive 2 | // 3 | // Credit: Nicolas Gallagher and SUIT CSS. 4 | 5 | .embed-responsive { 6 | position: relative; 7 | display: block; 8 | height: 0; 9 | padding: 0; 10 | overflow: hidden; 11 | 12 | .embed-responsive-item, 13 | iframe, 14 | embed, 15 | object, 16 | video { 17 | position: absolute; 18 | top: 0; 19 | left: 0; 20 | bottom: 0; 21 | height: 100%; 22 | width: 100%; 23 | border: 0; 24 | } 25 | } 26 | 27 | // Modifier class for 16:9 aspect ratio 28 | .embed-responsive-16by9 { 29 | padding-bottom: 56.25%; 30 | } 31 | 32 | // Modifier class for 4:3 aspect ratio 33 | .embed-responsive-4by3 { 34 | padding-bottom: 75%; 35 | } 36 | -------------------------------------------------------------------------------- /source/less/_bootstrap/wells.less: -------------------------------------------------------------------------------- 1 | // 2 | // Wells 3 | // -------------------------------------------------- 4 | 5 | 6 | // Base class 7 | .well { 8 | min-height: 20px; 9 | padding: 19px; 10 | margin-bottom: 20px; 11 | background-color: @well-bg; 12 | border: 1px solid @well-border; 13 | border-radius: @border-radius-base; 14 | .box-shadow(inset 0 1px 1px rgba(0,0,0,.05)); 15 | blockquote { 16 | border-color: #ddd; 17 | border-color: rgba(0,0,0,.15); 18 | } 19 | } 20 | 21 | // Sizes 22 | .well-lg { 23 | padding: 24px; 24 | border-radius: @border-radius-large; 25 | } 26 | .well-sm { 27 | padding: 9px; 28 | border-radius: @border-radius-small; 29 | } 30 | -------------------------------------------------------------------------------- /source/less/_main_full/colors.less: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------------------------ 2 | * 3 | * # Color system 4 | * 5 | * Keep all color classes in a separate file as it's quite heavy and still optional 6 | * 7 | * Version: 1.1 8 | * Latest update: Feb 5, 2016 9 | * 10 | * ---------------------------------------------------------------------------- */ 11 | 12 | 13 | // Import globals 14 | @import "../_global/global.less"; 15 | 16 | 17 | // Color system, always load last 18 | // ------------------------------ 19 | 20 | // System itself 21 | @import "../core/colors/colors.less"; 22 | 23 | .color-warning-500 { 24 | color:@color-warning-500; 25 | } 26 | 27 | -------------------------------------------------------------------------------- /source/less/_main_starters/colors.less: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------------------------ 2 | * 3 | * # Color system 4 | * 5 | * Keep all color classes in a separate file as it's quite heavy and still optional 6 | * 7 | * Version: 1.1 8 | * Latest update: Feb 5, 2016 9 | * 10 | * ---------------------------------------------------------------------------- */ 11 | 12 | 13 | // Import globals 14 | @import "../_global/global.less"; 15 | 16 | 17 | // Color system, always load last 18 | // ------------------------------ 19 | 20 | // System itself 21 | @import "../core/colors/colors.less"; 22 | 23 | -------------------------------------------------------------------------------- /source/less/bootstrap-limitless/close.less: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------------------------ 2 | * 3 | * # Close button component 4 | * 5 | * Overrides for close button bootstrap component 6 | * 7 | * Version: 1.0 8 | * Latest update: May 25, 2015 9 | * 10 | * ---------------------------------------------------------------------------- */ 11 | 12 | 13 | // Base styles 14 | .close { 15 | text-shadow: none; 16 | .opacity(.6); 17 | 18 | // Hover/focus states 19 | &:hover, 20 | &:focus { 21 | outline: 0; 22 | .opacity(1); 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /source/less/components/maps/google-maps.less: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------------------------ 2 | * 3 | * # Google Maps overrides 4 | * 5 | * Override Google Maps default styles 6 | * 7 | * Version: 1.0 8 | * Latest update: May 25, 2015 9 | * 10 | * ---------------------------------------------------------------------------- */ 11 | 12 | 13 | // Container 14 | .map-container { 15 | height: 500px; 16 | } 17 | 18 | // Override popover text styles 19 | .gm-style { 20 | font-size: @font-size-base; 21 | 22 | .gm-style-iw { 23 | font-size: @font-size-base; 24 | font-weight: 400; 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /source/less/components/maps/maps.less: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------------------------ 2 | * 3 | * # Google maps base 4 | * 5 | * Styles related to Google Maps: containers, sizing etc. 6 | * 7 | * Version: 1.0 8 | * Latest update: May 25, 2015 9 | * 10 | * ---------------------------------------------------------------------------- */ 11 | 12 | 13 | // Maps wrapper 14 | .map-wrapper { 15 | width: 100%; 16 | height: 400px; 17 | 18 | .sidebar & { 19 | height: 200px; 20 | border: 1px solid @panel-inner-border; 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /source/less/components/plugins/forms/editors/ace.less: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------------------------ 2 | * 3 | * # Ace code editor 4 | * 5 | * An embeddable code editor written in JavaScript 6 | * 7 | * Version: 1.0 8 | * Latest update: May 25, 2015 9 | * 10 | * ---------------------------------------------------------------------------- */ 11 | 12 | 13 | // Base 14 | .ace_editor { 15 | height: 400px; 16 | position: relative; 17 | } 18 | -------------------------------------------------------------------------------- /source/less/components/plugins/forms/plugins/maxlength.less: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------------------------ 2 | * 3 | * # Bootstrap maxlength 4 | * 5 | * Styles for maxlength.min.js - input characters counter 6 | * 7 | * Version: 1.0 8 | * Latest update: Mar 10, 2016 9 | * 10 | * ---------------------------------------------------------------------------- */ 11 | 12 | 13 | // Give it a look of help block 14 | .bootstrap-maxlength { 15 | margin-top: @padding-base-vertical; 16 | font-size: @font-size-small; 17 | font-weight: 500; 18 | } 19 | 20 | -------------------------------------------------------------------------------- /source/less/components/plugins/notifications/bootbox.less: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------------------------ 2 | * 3 | * # Bootbox modal extension 4 | * 5 | * Styles for bootbox.min.js - advanced Bootstrap modals 6 | * 7 | * Version: 1.0 8 | * Latest update: Oct 9, 2015 9 | * 10 | * ---------------------------------------------------------------------------- */ 11 | 12 | 13 | // Base 14 | // ------------------------------ 15 | 16 | .bootbox { 17 | 18 | // Change modal title size 19 | .modal-title { 20 | font-size: @font-size-h6; 21 | } 22 | } -------------------------------------------------------------------------------- /source/less/components/ui/snippets.less: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------------------------ 2 | * 3 | * # Snippets 4 | * 5 | * Custom snippets set 6 | * 7 | * Version: 1.0 8 | * Latest update: May 25, 2015 9 | * 10 | * ---------------------------------------------------------------------------- */ 11 | 12 | 13 | // Progress list 14 | // ------------------------------ 15 | 16 | .progress-list { 17 | margin: 0; 18 | padding: 0; 19 | list-style: none; 20 | 21 | > li { 22 | + li { 23 | margin-top: @line-height-computed; 24 | } 25 | 26 | > label { 27 | display: block; 28 | } 29 | 30 | span { 31 | float: right; 32 | display: block; 33 | } 34 | } 35 | } 36 | -------------------------------------------------------------------------------- /source/less/icons/fontawesome/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/less/icons/fontawesome/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /source/less/icons/fontawesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/less/icons/fontawesome/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /source/less/icons/fontawesome/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/less/icons/fontawesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /source/less/icons/fontawesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/less/icons/fontawesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /source/less/icons/fontawesome/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/less/icons/fontawesome/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /source/less/icons/glyphicons/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/less/icons/glyphicons/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /source/less/icons/glyphicons/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/less/icons/glyphicons/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /source/less/icons/glyphicons/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/less/icons/glyphicons/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /source/less/icons/glyphicons/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/less/icons/glyphicons/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /source/less/icons/icomoon/fonts/icomoon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/less/icons/icomoon/fonts/icomoon.eot -------------------------------------------------------------------------------- /source/less/icons/icomoon/fonts/icomoon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/less/icons/icomoon/fonts/icomoon.ttf -------------------------------------------------------------------------------- /source/less/icons/icomoon/fonts/icomoon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/less/icons/icomoon/fonts/icomoon.woff -------------------------------------------------------------------------------- /source/less/icons/summernote/summernote.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/less/icons/summernote/summernote.eot -------------------------------------------------------------------------------- /source/less/icons/summernote/summernote.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/less/icons/summernote/summernote.ttf -------------------------------------------------------------------------------- /source/less/icons/summernote/summernote.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abbasikov/react-redux-webpack2/7c4a084607026213d11cf973b5707d6cc04d21e7/source/less/icons/summernote/summernote.woff --------------------------------------------------------------------------------